@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&display=swap");

:root {
    --primary-color: #4eb7bf;
    --secondary-color: #a8cbb3;
    --text-color: #5c6b73;
    --node-col: 112px;
    /* width reserved for the center SVG column */
    --col-gap: 24px;
}

*,
h1,
h2,
h3,
h4,
h5,
h5,
ul,
p {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 17px;
    transition: 0.3s all ease-in-out;
}
.custom-text-adjustement-class {
    font-size: 17px;

    p,
    span {
        font-size: 17px;
    }
}

a {
    text-decoration: none !important;
    color: black;
}
.beta-icon {
    position: fixed;
    bottom: 35px;
    right: -45px;
    width: 200px;
    z-index: 100;
    text-align: center;
    padding: 5px;
    background-color: var(--primary-color);
    color: white;
    transform: rotate(-45deg);
}
.text-black {
    color: black !important;
}

p {
    color: var(--text-color);
}
.text-primary {
    color: var(--primary-color) !important;
}

.arabi-font {
    font-family: "IBM Plex Sans", sans-serif !important;
}
.absolute-primary-bar {
    background-color: var(--primary-color);
    top: 0;
    width: 100%;
    height: 10px;
    right: 0;
}
.slide-content {
    h2 {
        margin-bottom: 20px;
    }
}
.hero-section {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
.secondary-hero-section {
    height: 600px;
    overflow: hidden;
}
header {
    position: absolute;
}
.small-logo {
    width: 100px !important;
}

.top-mostbar {
    margin: 5px 0px;
    min-height: 40px;
    color: #ffffff;
}
.top-mostbar a {
    color: white;
    text-decoration: none;
    font-size: 17px !important;
}
.top-mostbar a:hover {
    color: var(--secondary-color);
}
.desktop-menu {
    display: flex;
}
.custom-right-border {
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, 0.9);
}

.custom-right-padding {
    padding-right: 15px;
}
.custom-left-border {
    padding-left: 15px;
    margin-left: 15px;
    border-left: 1px solid rgba(255, 255, 255, 0.9);
}
.second-home-section-heading {
    h2 {
        span {
            font-size: 50px;
        }
    }
}
.text-primary{
    color: var(--primary-color ) !important;
}


.cursor-pointer{
    cursor: pointer;
}
.underline{
    text-decoration: underline;
}
.custom-left-padding {
    padding-left: 15px;
}
.navbar-background {
    background: rgba(255, 255, 255, 0.9);
    height: 113px;
    width: 100%;
    font-size: 18px;
    display: flex;
    align-items: center;
}
.responsive-nav-grid {
    display: grid;
    grid-template-columns: auto 1fr auto;
}
.nav-link:hover, .nav-link.active {
    color: var(--secondary-color) !important;
}
.cart-items-number {
    position: absolute;
    width: 15px;
    height: 15px;
    font-size: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -4px;
    right: -4px;
    border-radius: 100%;
    background-color: var(--primary-color);
    color: white;
}

.hover-text-secondary:hover {
    color: var(--secondary-color) !important;
}
a:hover svg {
    color: var(--secondary-color);
}

.text-white {
    color: white;
}
.text-secondary {
    color: var(--secondary-color) !important;
}
.custom-nav-ddl-body {
    border: none !important;
    box-shadow: none !important;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 0px 0px 15px 15px !important;
}
.part-2 {
    width: 90%;
}
.custom-nav-ddl-body {
    display: none;
    background-color: hsla(0, 0%, 100%, 0.9);
    width: 250px !important;
    border-radius: 4px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.dropdown:hover .custom-nav-ddl-body {
    display: block;
}

.custom-nav-ddl-body .dropdown-item:hover {
    background-color: #f1f1f1;
}

.custom-nav-ddl-body .dropdown-item {
    padding: 10px 20px;
}

.custom-nav-ddl-body .dropdown-item img {
    width: 12px;
    height: 12px;
}

.custom-nav-ddl-body a {
    display: block;
    padding: 20px;
}
.custom-nav-ddl-body li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.325);
}
.dropdown-toggle {
    display: flex;
    align-items: center;
}
.dropdown a {
    display: flex;
    justify-content: center;
    align-items: center;
}
.dropdown a:hover {
    color: var(--secondary-color);
}
.dropdown-item:hover svg {
    color: var(--secondary-color);
}
.dropdown-item svg {
    transform: translateY(2px);
}
.nav-active {
    color: var(--secondary-color);
}

.custom-nav-ddl-body li:last-child {
    border-bottom: none;
}
.custom-contianer-fluid-margin {
    margin: 0px 4%;
}
.custom-primary-btn {
    background-color: var(--primary-color);
    color: white;
    border: none;
    padding: 15px 20px;
    border-radius: 15px;
    width: fit-content;
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.custom-inactive-btn {
    background: white !important;
    color: black !important;
    border: none !important;
    box-shadow: 0px 10px 10px rgba(77, 77, 77, 0.062);
}
.custom-primary-btn {
    text-decoration: none !important;
}
.custom-primary-btn:hover {
    background-color: var(--secondary-color);
}
.custom-primary-btn img {
    width: 30px;
    height: 30px;
}

.custom-secondary-btn {
    background-color: var(--secondary-color);
    color: white;
    border: none;
    padding: 15px 20px;
    border-radius: 15px;
    width: fit-content;
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.custom-secondary-btn {
    text-decoration: none !important;
}
.custom-secondary-btn:hover {
    background-color: var(--primary-color);
}
.custom-secondary-btn img {
    width: 30px;
    height: 30px;
}
.nav-Links {
    margin: auto;
    font-weight: 500;
    max-width: 950px;
}

.overlay {
    background-color: black;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 60%;
}

.img {
    bottom: -1px !important;
    width: 100%;
    z-index: 1;
}
.img img {
    width: 100%;
}
.strip {
    height: 32px;
}

.text-secondary {
    color: var(--secondary-color);
    font-weight: bold;
}

.why-rawa-content {
    p {
        margin-bottom: 1.5rem;
    }
    ul {
        text-align: left !important;
        list-style: none;
        color: var(--text-color);

        margin-bottom: 1.5rem;
        li::before {
            content: " ";
            display: block;
            position: absolute;
            left: 0px !important;
            top: 50%;
            transform: translateY(-50%);

            width: 20px !important; /* size of the bullet */
            height: 20px !important;

            background-image: url("/assets/frontend/icons/second-section-check-mark-icon.svg");
            background-size: contain;
            background-repeat: no-repeat;
        }
        li {
            position: relative;
            margin-bottom: 1rem;
            padding-left: 30px;
            width: 100%;
        }
    }
}
.impact-content {
    h2 {
        font-size: 48px;
        line-height: 1.2;

        margin-bottom: 30px;
        color: black;
        span {
            font-size: 48px;
            color: var(--primary-color);
        }
    }
    h3 {
        margin-bottom: 1.5rem;
        font-size: 50px;
        font-weight: 600;
        margin-bottom: 25px;
        line-height: 1.2;
        font-weight: 700;
        color: black;

        span {
            font-size: 42px;
            font-weight: 700;
            color: var(--primary-color);
        }
    }
    p {
        margin-bottom: 1.5rem;
        span {
            color: var(--primary-color);
        }
    }
}
.slide-content-container {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: white;
}
.secondary-hero-content-container {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: white;
}
.content-wraper-slider {
    max-width: 792px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    h2 {
        font-size: 56px;
        font-weight: 700;
    }

    h3 {
        color: var(--primary-color);
        font-size: 38px;
        font-weight: 400;
        margin-bottom: 10px;
    }
    span {
        color: var(--primary-color);
        font-size: 56px;
        font-weight: 700;
    }
    p {
        color: white;
        font-size: 20px;
        font-weight: 400;
        margin-bottom: 20px;
    }
    a {
        svg {
            transform: translateY(3px);
        }
    }
    a:hover {
        svg {
            color: white;
        }
    }
}
.subtitle {
    font-size: 38px;
    font-weight: 400;
}
.title {
    font-size: 56px;
    font-weight: 700;
}
.content {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px;
}

.btn-primary {
    background-color: #5bc0be;
    border-color: #5bc0be;
}

.btn-primary:hover {
    background-color: #49a69d;
    border-color: #49a69d;
}

.second-home-section-heading {
    h3 {
        color: var(--primary-color);
    }
    h2 {
        font-weight: 700;
        font-size: 50px;
        margin-bottom: 1.5rem;
    }
}
.section-heading {
    h3 {
        color: var(--primary-color);
        width: fit-content;
        margin: auto;
        font-size: 25px;
        margin-bottom: 10px;
    }
}

.second-home-section-heading span:nth-of-type(1) {
    /* styles for the first span */
    color: var(--secondary-color);
    font-weight: 700;
}
.second-home-section-heading span:nth-of-type(2) {
    /* styles for the Second span */
    color: var(--primary-color);
    font-weight: 700;
}

.second-home-section-heading-reverse span:nth-of-type(1) {
    /* styles for the first span */
    color: var(--primary-color);
}
.second-home-section-heading-reverse span:nth-of-type(2) {
    /* styles for the Second span */
    color: var(--secondary-color);
}

.heading {
    font-weight: 700;
    font-size: 50px;
}

.text-default {
    color: var(--text-color);
}

.section-margin {
    margin-bottom: 195px;
}
.section-second-image {
    position: absolute;
    bottom: -90px;
    width: fit-content;
    height: fit-content;
    right: 90px;
    border-radius: 10px;
    overflow: hidden;
    width: 493px;
    height: 372px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.23);
}
.section-second-image img {
    width: 100%;
}
/* Custom styling for the card section */
.card-body {
    text-align: center;
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.card-title {
    font-size: 22px;
    font-weight: bold;
}

.card-text {
    font-size: 16px;
    color: var(--text-color);
}

.card {
    border: 1px solid #e0e0e0;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.09);
    min-height: 330px;
    /* width:530px ; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.card .hover-icon {
    display: none;
}
.card:hover .hover-icon {
    display: block;
}
.card:hover .default-icon {
    display: block;
    display: none;
}
.card:hover p {
    color: white;
}
.card:hover {
    transform: translateY(-20px);
    background-color: var(--primary-color);
    color: white;
}
.card img {
    width: 100px;
    height: 100px;
}

.self-assetment-card {
    border: 1px solid #e0e0e0;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.09);
    min-height: 330px;
    /* width:530px ; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.self-assetment-card:hover {
    transform: translateY(-20px);
}
.self-assetment-card img {
    width: 100px;
    height: 100px;
}

.section-heading h2 {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 10px;
    color: black;
    text-align: center;
}
.section-heading h2 > span {
    color: var(--primary-color);
    font-size: 50px;
}
.section-heading-wraper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.section-heading {
    position: relative;
    display: inline-block;

    width: fit-content;
    margin-bottom: 100px;
}
.section-heading::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0px; /* adjust as needed */
    transform: translateX(-50%);
    background: url("../icons/brush-stroke.svg") no-repeat center;
    background-size: contain;
    width: 510px; /* adjust to match SVG width */
    height: 20px; /* adjust to match SVG height */
    pointer-events: none;
}

.section-heading p {
    margin-bottom: 40px;
    text-align: center;
}

.social-icon-background {
    width: 35px;
    height: 35px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--primary-color);
}
.social-icons-wraper {
    width: 100%;
    gap: 10px;
    display: flex;
}

.blog-section {
    padding: 40px 0;
}

.recent-stories-wraper {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 20px;
    h2 {
        font-size: 28px;
        font-weight: bold;
    }
    span {
        color: var(--primary-color);
        font-size: 28px;
        font-weight: bold;
    }
}

.recent-stories-wraper a {
    padding: 0px;
    white-space: nowrap;
    flex-shrink: 0;
}

.recent-stories-wraper h2 {
    margin: 0;
    flex-grow: 1;
}

.blog-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    color: white;
    text-decoration: none;
    display: block;
    transition: transform 0.3s ease;
    height: 100%;
    min-height: 310px;
}

.blog-card:hover {
    transform: translateY(-5px);
    color: white;
    text-decoration: none;
}

.blog-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        135deg,
        rgba(0, 0, 0, 0.113) 0%,
        rgba(0, 0, 0, 0.138) 100%
    );
    z-index: 1;
}

.blog-card-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px;
    z-index: 2;
}

.blog-date {
    font-size: 14px;
    opacity: 0.9;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.blog-date::before {
    background: url("../icons/blog-section-calender.svg");
    content: " ";
    width: 17px;
    height: 17px;
}

.blog-title {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.3;
    margin: 0;
}

.main-card {
    min-height: 400px;
}

.sidebar-title {
    font-size: 28px;
    font-weight: bold;
    color: #2c3e50;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.sidebar-title::after {
    height: 1px;
    width: 100%;
    background-color: var(--text-color);
    content: "";
    margin-inline-start: 10px;
}
.sidebar-title span {
    font-size: 28px;
}

.sidebar-item {
    padding: 15px 0;
    border-bottom: 1px solid #e9ecef;
    text-decoration: none;
    color: inherit;
    display: block;
    transition: all 0.3s ease;
}

.sidebar-item:hover {
    color: #007bff;
    text-decoration: none;
    transform: translateX(5px);
}

.sidebar-item:last-child {
    border-bottom: none;
}

.sidebar-date {
    font-size: 14px;
    color: #6c757d;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.sidebar-date::before {
    background: url("../icons/blog-section-calender-dark.svg");
    content: " ";
    width: 17px;
    height: 17px;
}

.sidebar-item-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    margin: 0;
    color: #2c3e50;
}

.stories-highlight {
    color: #007bff;
}

.team-card {
    padding: 25px;
    background-color: white;
    width: 100%;
    box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.09);
    border-radius: 20px;
    display: flex;
    background-repeat: no-repeat;
    background-position: center;

    justify-content: center;
    align-items: center;
}

.team-card .img-container {
    position: relative;
    bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: url("../icons/team-section-background.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    img {
        max-height: 430px;
    }
}

.team-card .text-container {
    width: 100% !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 120px;
    background: url("../icons/team-section-text-container.png");
    background-size: contain;
    background-position: bottom !important;
    background-repeat: no-repeat;
    bottom: -5px !important;

    .bg-img {
        z-index: -1;
    }
    .heading {
        font-size: 23px;
        font-weight: bold;
        transform: translateY(30px);
        color: white;
    }
    .content {
        transform: translateY(30px);
        color: white;
        font-size: 18px;
    }
}

/* Team Swiper Styles */
.team-swiper {
    padding: 20px 0 60px 0;
    overflow: hidden;
}

.team-swiper .swiper-slide {
    height: auto;
    display: flex;
    justify-content: center;
}

/* Swiper Navigation Buttons */
.team-next,
.team-prev {
    width: 50px;
    height: 50px;
    background: var(--primary-color);
    border-radius: 50%;
    color: white !important;
    font-size: 18px;
    font-weight: bold;
    box-shadow: 0 4px 15px rgba(78, 183, 191, 0.3);
    transition: all 0.3s ease;
    top: 50%;
    transform: translateY(-50%);
}

.team-next:hover,
.team-prev:hover {
    background: var(--secondary-color);
    box-shadow: 0 6px 20px rgba(78, 183, 191, 0.4);
    transform: translateY(-50%) scale(1.1);
}

.team-next::after,
.team-prev::after {
    font-size: 14px;
    font-weight: bold;
}

.team-next {
    right: 20px;
    z-index: 100;
}

.team-prev {
    left: 20px;
    z-index: 100;
}

/* Swiper Pagination */
.team-pagination,
.social-pagination {
    bottom: 10px !important;

    text-align: center;
    margin: 0px auto;
    margin-top: 30px;
}
/* Swiper Pagination */

.social-pagination {
    bottom: 10px !important;
    transform: translateX(0px) !important;

    text-align: center;
    margin: 0px auto;
    margin-top: 30px;
}

.team-pagination,
.social-pagination {
    .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        background: rgba(78, 183, 191, 0.3);
        opacity: 1;
        margin: 0 5px;
        transition: all 0.3s ease;
    }
}

.team-pagination,
.social-pagination {
    .swiper-pagination-bullet-active {
        background: var(--primary-color);
        transform: scale(1.2);
    }
}
.testimoninal-swiper {
    .swiper-slide-next {
        transform: translateY(-100px);
    }
}

.testimoninal-swiper {
    .swiper-wrapper {
        padding: 100px 0px;
    }
}

.impact-section {
    background: linear-gradient(135deg, #e8f4f6 0%, #d1e9ed 100%),
        url("../images/impact-section-back.png");
    position: relative;
    overflow: hidden;
}
.impact-section.about-page {
    padding: 100px 0px !important;
    .underlined-heading {
        margin-bottom: 100px;
    }
    .head-content {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
        p {
            max-width: 700px;
            margin-bottom: 100px;
        }
    }
}

.impact-content {
    padding-right: 40px;
}

.impact-heading {
    font-size: 48px;
    line-height: 1.2;

    margin-bottom: 30px;
    color: black;
    span {
        font-size: 48px;
        color: var(--primary-color);
    }
}

.text-highlight {
    color: #4ecdc4;
}

.community-title {
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 25px;
    line-height: 1.2;
    font-weight: 700;
    color: black;

    span {
        font-size: 42px;
        font-weight: 700;
    }
}

.impact-description {
    font-size: 18px;
    color: #5a6c7d;
    line-height: 1.6;
    margin-bottom: 35px;
    max-width: 450px;
}

.btn-join {
    background-color: #4ecdc4;
    color: white;
    padding: 15px 30px;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    border: none;
}

.btn-join:hover {
    background-color: #45b7b8;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(78, 205, 196, 0.3);
    color: white;
    text-decoration: none;
}

.arrow-icon {
    font-size: 18px;
    transition: transform 0.3s ease;
}

.btn-join:hover .arrow-icon {
    transform: translateX(5px);
}

.impact-image {
    position: relative;
    text-align: center;
    transform: translateY(20px);
}

.circle-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    height: 300px;
    background: linear-gradient(135deg, #4ecdc4 0%, #44a08d 100%);
    border-radius: 50%;
    z-index: 1;
}

.professional-img {
    position: relative;
    z-index: 2;
    height: 100%;
    width: auto;
    border-radius: 20px;
}

/* Program Categories Navigation */
.program-categories {
    margin-bottom: 50px;
}

.program-category-btn {
    background: transparent;
    border: 1px solid #e0e0e0;
    border-radius: 20px;
    width: fit-content;
    padding: 0px 20px;
    height: 55px;
    font-size: 14px;
    font-weight: 500;
    color: var(--text-color);
    transition: all 0.3s ease;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.09);
}

.program-category-btn:hover,
.program-category-btn.active {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: white;
    box-shadow: 0 8px 25px rgba(78, 183, 191, 0.3);
}

/* Program Cards */
.program-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid #f0f0f0;
}

.program-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.program-image {
    position: relative;
    height: 240px;
    overflow: hidden;
}

.program-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.program-card:hover .program-image img {
    transform: scale(1.05);
}

.program-content {
    padding: 25px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.program-meta {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.program-lessons {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-wrap: nowrap;
    color: var(--text-color);
    font-size: 14px;
    font-weight: 500;
}

.program-lessons svg {
    color: var(--primary-color);
    transform: translateY(3px);
}

.program-title {
    font-size: 22px;
    font-weight: 600;
    color: #333;
    margin-bottom: 12px;
    line-height: 1.3;
}

.program-description {
    color: var(--text-color);
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 15px;
    flex: 1;
}

.read-more-link {
    color: var(--primary-color);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 20px;
    display: inline-block;
    transition: color 0.3s ease;
}

.second-section-wraper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 25px;
}

.read-more-link:hover {
    color: var(--secondary-color);
    text-decoration: none;
}

.program-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.program-price .price {
    font-size: 28px;
    font-weight: 700;
    color: #333;
}

.program-actions {
    display: flex;
    gap: 10px;
}

.btn-icon {
    background: transparent;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    color: var(--text-color);
}

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

.btn-icon svg {
    width: 18px;
    height: 18px;
}

.program-add-to-cart-btn {
    background-color: var(--primary-color);
    color: white;
    border: none;
    width: 100%;
    height: 50px;
    border-radius: 15px;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.program-add-to-cart-btn:hover {
    background-color: var(--secondary-color);
    transform: translateY(-2px);
}
.small-arrow {
    transform: scale(0.6);
}
/* View More Button */
.view-more-btn {
    background-color: var(--primary-color);
    color: white;
    border: none;
    width: 247px;
    height: 55px;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.09);
}

.view-more-btn:hover {
    background-color: var(--secondary-color);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(78, 183, 191, 0.3);
}

/* Call to Action Section */
.cta-section {
    position: relative;
    background-image: url("../images/cta-section-image.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    min-height: 800px;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.cta-discover-yourself-section {
    min-height: 450px !important;
}

.cta-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
}

.cta-content {
    position: relative;
    z-index: 2;
    color: white;
    max-width: 900px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;

    margin: 0 auto;
    padding: 80px 20px;
}

.cta-heading {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 30px;
    color: white;
}

.cta-heading span {
    font-size: 48px;
}

.cta-highlight {
    color: #a8cbb3 !important;
    font-style: italic;
}

.cta-description {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 40px;
    p {
        color: rgba(255, 255, 255, 0.9);
    }
}

.cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.cta-secondary-btn {
    background: var(--secondary-color);
    color: white;
    border: none;
    padding: 0px 20px;
    height: 55px;
    border-radius: 20px;
    gap: 10px;

    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.cta-secondary-btn:hover {
    background: var(--primary-color);
    color: white;
    text-decoration: none;
}

/* Newsletter Section */
.newsletter-section {
    background-color: white;
    padding: 80px 0;
}

.newsletter-content {
    padding-right: 40px;
}

.newsletter-heading h2 {
    font-size: 48px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
    line-height: 1.2;
}

.newsletter-heading span {
    font-size: 48px;
    color: var(--primary-color);
}

.newsletter-description {
    font-size: 16px;
    color: var(--text-color);
    line-height: 1.6;
    max-width: 500px;
}

.newsletter-form {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.newsletter-input-group {
    position: relative;
    width: 100%;
    display: flex;

    gap: 10px;
}

.newsletter-input {
    flex: 1;
    border: none;
    width: 100%;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border-radius: 25px;

    padding: 18px 25px;
    font-size: 16px;
    outline: none;
    background: transparent;
    color: #333;
}

.newsletter-input::placeholder {
    color: #999;
}

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

/* Footer Section */
.footer-section {
    background: #5c6873;
    color: white;
    padding: 60px 0 40px;
    a {
        color: white !important;
    }
}

.footer-brand {
    margin-bottom: 30px;
}

.footer-logo {
    width: 120px;
    height: auto;
    margin-bottom: 20px;
    filter: brightness(0) invert(1);
}

.footer-description {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 25px;
}

.footer-social {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
}

.social-link {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-link:hover {
    background: var(--primary-color);
    color: white;
    text-decoration: none;
}

.footer-language {
    margin-top: 20px;
}

.language-toggle {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
}

.footer-heading {
    font-size: 18px;
    font-weight: 600;
    color: white;
    margin-bottom: 25px;
}

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

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

.footer-links a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: var(--primary-color);
    text-decoration: none;
}

.contact-info {
    color: rgba(255, 255, 255, 0.8);
}

.accordion-button:not(.collapsed) {
    color: white !important;
    background-color: var(--primary-color) !important;
}
.accordion {
    max-width: 840px !important;
    margin: auto !important;
}

.contact-item {
    margin-bottom: 20px;
}

.contact-item h5 {
    color: white;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
}

.contact-item p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
}
.contact-info-cards {
    padding: 3.5rem;
}
/* Mobile Navigation Styles */
.mobile-menu-toggle {
    color: white;
    padding: 15px 20px;
    border-radius: 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;

    transition: all 0.3s ease;
}

.mobile-menu-toggle i {
    font-size: 20px;
    color: white;
    transition: all 0.3s ease;
}

.mobile-menu-toggle.active i {
    transform: rotate(90deg);
    color: white;
}
.mobile-nav-bottom-link {
    margin-top: 10px;
    a {
        font-size: 14px;
        color: var(--text-color);
        text-align: center;
    }
}
.mobile-nav-menu {
    position: fixed;
    top: 0px;
    left: 0;
    width: 40%;
    height: 100vh;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    z-index: 999;
    overflow-y: auto;
}

.mobile-nav-menu.active {
    transform: translateX(0);
}

.mobile-nav-content {
    padding: 30px 20px;
    max-width: 400px;
    margin: 0 auto;
}

.mobile-nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-nav-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.mobile-nav-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.mobile-nav-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    color: var(--text-color);
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    transition: color 0.3s ease;
}

.mobile-nav-link:hover {
    color: var(--primary-color);
    text-decoration: none;
}

.mobile-dropdown-toggle {
    cursor: pointer;
}

.mobile-dropdown-arrow {
    transition: transform 0.3s ease;
    color: var(--text-color);
}

.mobile-dropdown-toggle.active .mobile-dropdown-arrow {
    transform: rotate(180deg);
}

.mobile-submenu {
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background: rgba(78, 183, 191, 0.05);
    border-radius: 8px;
}

.mobile-submenu.active {
    max-height: 200px;
    padding: 10px 0;
}

.mobile-submenu .mobile-nav-link {
    padding: 10px 20px;
    font-size: 16px;
    color: var(--text-color);
}

.mobile-submenu .mobile-nav-link:hover {
    color: var(--primary-color);
    background: rgba(78, 183, 191, 0.1);
}

.mobile-cta-btn {
    background: var(--primary-color);
    color: white !important;
    border-radius: 15px;
    padding: 15px 20px !important;
    text-align: center;
    font-weight: 600;
    margin-top: 20px;
}

.mobile-cta-btn:hover {
    background: var(--secondary-color);
    color: white !important;
}

.responsive-big-screen-button {
    display: block;
}

.icon_whatsApp {
    display: inline;
    position: fixed;
    bottom: 20px;
    left: 20px;
    background: white;
    border-radius: 50%;
    padding: 10px;
    z-index: 2;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}
.icon_whatsApp img {
    width: 40px;
    height: 40px;
}

.icon-saudi_riyal {
    font-size: inherit;
    margin-right: 2px;
}

/* Mobile Navigation Responsive */
@media (max-width: 767px) {
    .mobile-nav-menu {
        height: 100vh;
    }

    .mobile-nav-content {
        padding: 20px 15px;
    }

    .mobile-nav-link {
        font-size: 16px;
        padding: 12px 0;
    }

    .mobile-submenu .mobile-nav-link {
        font-size: 14px;
        padding: 8px 15px;
    }
    .social-imapct-card {
        justify-content: center !important;

        .content {
            padding: 0px 20px !important;
            width: 65% !important;
            left: unset !important;
            border-radius: 20px !important;
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: center;
        }
    }
}
.main-wrap {
    padding-top: 100px;
}

/* About section  */

.about-abstract-section {
    position: relative;
}

.about-abstract-section-wraper {
    background-image: url("../images/AboutUs/abstract-smoke.png");
    background-position: top left;
    background-repeat: no-repeat;
    .part-1 {
        width: 100%;
    }
    .Vision-Mission-image {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .part-3 {
        width: 100%;

        display: flex;
        justify-content: flex-end;
    }
}
.box-content-1 {
    max-width: 400px;
    top: 0;
    left: 0;
}

.box-image {
    transform: translateY(-60px) scale(0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    img {
        width: 100%;
    }
}

.box-content-2 {
    max-width: 400px;
}
.underlined-heading h3 {
    color: var(--primary-color);
}

.underlined-heading h2 {
    position: relative;
    margin-bottom: 60px;
    margin-top: 60px;
    font-size: 50px;
    font-weight: bold;

    span {
        font-size: 50px;
        font-weight: bold;
        color: var(--primary-color);
    }
}
.underlined-heading h2::before {
    position: absolute;
    content: "";
    width: 100px;
    height: 5px;
    background-color: var(--primary-color);
    bottom: -30px;
}
.box-content-1,
.box-content-2 {
    p {
        display: grid;
        gap: 10px;
    }
}

.our-story {
    .underlined-heading {
        margin-bottom: 25px;
    }

    .our-story-left-content {
        min-height: 100px;
        width: auto;
        max-width: 900px;
        display: flex;
        flex-direction: column;
        p {
            max-width: 700px;
            /*display: flex;*/
            flex-direction: column;

            margin-bottom: 25px;
        }
        ul {
            text-align: left !important;
            list-style: none;
            color: var(--text-color);
            display: grid;
            grid-template-columns: 1fr 1fr;
            list-style: none;
            margin-top: 20px;

            margin-bottom: 1.5rem;
            li::before {
                content: " ";
                display: block;
                position: absolute;
                left: 0px !important;
                top: 50%;
                transform: translateY(-50%);

                width: 20px !important; /* size of the bullet */
                height: 20px !important;

                background-image: url("/assets/frontend/icons/second-section-check-mark-icon.svg");
                background-size: contain;
                background-repeat: no-repeat;
            }
            li {
                position: relative;
                margin-bottom: 1rem;
                padding-left: 30px;
                width: 100%;
            }
        }
    }
    .flex-end {
        display: flex;
        justify-content: flex-end;
    }
    .our-story-left-content-custom {
        padding-left: 30px;
    }

    .our-story-left-content-custom {
        min-height: 100px;
        width: auto;
        max-width: 900px;
        display: flex;
        flex-direction: column;

        p {
            max-width: 700px;
            display: flex;
            flex-direction: column;

            margin-bottom: 25px;
        }
        ul {
            text-align: left !important;
            list-style: none;
            color: var(--text-color);
            display: grid;
            grid-template-columns: 1fr 1fr;
            list-style: none;
            margin-top: 20px;

            margin-bottom: 1.5rem;
            li::before {
                content: " ";
                display: block;
                position: absolute;
                left: 0px !important;
                top: 50%;
                transform: translateY(-50%);

                width: 20px !important; /* size of the bullet */
                height: 20px !important;

                background-image: url("/assets/frontend/icons/second-section-check-mark-icon.svg");
                background-size: contain;
                background-repeat: no-repeat;
            }
            li {
                position: relative;
                margin-bottom: 1rem;
                padding-left: 30px;
                width: 100%;
            }
        }
    }
    .our-story-right-content {
        text-align: right;
    }
}

.our-story .abstract-image {
    margin-top: 50px !important;
}
.social-imapct-card {
    position: relative;
    display: flex;
    margin-bottom: 80px;

    .image {
        border-radius: 10px;
        width: 100%;
        img {
            max-width: 100%;
            width: 100%;
        }

        overflow: hidden;
    }
    .content {
        position: absolute;
        left: 0px;
        bottom: 0px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
        display: flex;
        flex-direction: column;
        gap: 10px;

        width: 85%;
        margin: 0px;
        transform: translatey(60px);
        border-radius: 0px 20px 20px 20px;
        height: 160px;
        background-color: white;
        box-shadow: 10px 10px 20px rgba(41, 41, 41, 0.052);
        h3,
        span {
            font-size: 32px;
        }
    }
}

.testmonial-card {
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    padding: 50px 20px;
    padding-top: 100px;

    border-radius: 20px;
    margin-top: 100px;
    box-shadow: 10px 10px 20px rgba(128, 128, 128, 0.063);
    gap: 25px;
    .image {
        width: 135px;
        height: 135px;
        border-radius: 50%;
        position: absolute;
        top: -67px;
        overflow: hidden;
        img {
            width: 100%;
        }
    }
    .name {
        font-weight: bold;
        font-size: 40px;
        color: black;
    }
    .icon {
        max-width: 63px;
    }
    p {
        max-width: 389px;

        margin: 0px auto;
    }
}

.partner-card {
    min-height: 150;
    padding: 20px 20px;
    margin-bottom: 100px;
    display: flex;
    justify-content: center;
    align-items: center;

    background: white;
    box-shadow: 10px 10px 20px rgba(128, 128, 128, 0.085);
    border-radius: 10px;
}
.custom-height {
    padding-bottom: 30px;
}
.shadow-custom {
    box-shadow: 10px 10px 20px rgba(128, 128, 128, 0.085);
}
.partner-tab .colored-heading {
    span {
        color: var(--primary-color);
    }
}
.rounded-custom {
    border-radius: 20px !important;
}

.form,
.map {
    height: 740px;
}
.form-container {
    height: 90%;
}
.contact-card-title {
    font-size: 22px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 5px;
}
/* CONTACT us section */

.map-block {
    width: 100%;
    height: 100%;
}

/* -========================COURSES PAGE======================= */
.pagination .page-link {
    border: 1px solid #dee2e6;
    color: #000;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    span {
        display: flex;
    }
}
.pagination .page-item.active .page-link {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
}

.pagination .page-link:hover {
    background-color: #f8f9fa;
}

/* -========================COURSES Detail PAGE======================= */

.course-detail {
    .course-detail-title {
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin-bottom: 20px;
    }
    .bottom-sub-detail {
        display: flex;
        align-items: center;
        gap: 10px;
        img {
            height: 10px;
        }
        .text-no-of-reviews {
            font-size: 10px;
            font-weight: bold;
        }
        span {
            display: flex;
            justify-content: center;
            align-items: center;
        }
    }
    .circle-arraow {
        width: 30px;
        height: 30px;
        border-radius: 50% !important;
        overflow: hidden;
        background: var(--primary-color);
        display: flex;
        align-items: center;
        justify-content: center;
        right: 10px;
        svg {
            color: white;
        }
    }

    .input-wrap-share {
        display: flex;
        align-items: center;
        input {
            padding: 10px;
            border-radius: 15px !important;
        }
    }

    .side-course-detail {
        ul {
            li {
                padding: 20px 0px;
                border-top: 1px solid black;
                display: flex;
                justify-content: space-between;
                align-items: center;
            }
        }
        h5,
        h6 {
            font-weight: bold;
            font-size: 30px;
        }
    }
}

.course-detail .course-detail__play-btn {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 96px;
    height: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background: transparent;
    transition: transform 0.2s ease;
    cursor: pointer;
}

.course-detail .course-detail__play-btn:hover {
    transform: scale(1.05);
}

.course-detail .course-detail__chips .nav-link {
    background: #fff;
    border: 1px solid #e7ecef;
    color: #495057;
    border-radius: 999px;
    padding: 0.4rem 0.9rem;
}

.course-detail .course-detail__chips .nav-link.active {
    background: var(--primary-color);
    border-color: transparent;
    color: #0f3e44;
    font-weight: 600;
}

.course-detail .course-detail__chip-btn {
    background: var(--primary-color);
    color: #fff;
}

.course-detail .course-detail__chip-btn:hover {
    filter: brightness(0.92);
}

.course-detail .course-detail__about li {
    display: grid;
    grid-template-columns: 20px 1fr auto;
    align-items: center;
    gap: 0.5rem;
    padding: 0.35rem 0.25rem;
    border-bottom: 1px dashed #eef1f2;
}

.course-detail .course-detail__about li:last-child {
    border-bottom: 0;
}

.course-detail .course-detail__about .icon {
    color: #5c6b73;
    opacity: 0.9;
}

.modal-backdrop.show {
    opacity: 0.75;
}

/* -========================Coach - Detail - Page======================= */

.section-heading {
    p {
        --bs-text-opacity: 1;
        color: rgb(80, 80, 80);
    }
}
.our-values-about {
    .card-body {
        padding: 0px !important;
    }
}

.book-a-session-form {
    form {
        max-width: 785px;
        margin: auto;
        input,
        select,
        textarea {
            border-radius: 15px !important;
            padding: 10px;
        }
    }
    .form-btn-wrap {
        width: 100%;
        button {
            width: 100%;
        }
    }
}

.coach-detail-container {
    h5 {
        font-size: 30px;
        font-weight: bold;
    }
    #play-btn {
        cursor: pointer;
    }
    .contact-section {
        h4 {
            font-weight: bold;
        }
    }
}
p {
    span {
        color: var(--primary-color);
    }
}

.grid {
    display: grid;
}
.grid-cols-2 {
    grid-template-columns: 1fr 1fr;
}
.flex {
    display: flex;
}
.flex-col {
    flex-direction: column;
}
.items-center {
    align-items: center;
}
.justify-center {
    justify-content: center;
}
.gap-2 {
    gap: 2rem;
}
.p-5 {
    padding: 3.5rem;
}
.gap-3 {
    gap: 3rem;
}
.w-full {
    width: 100%;
}
.bg-primary {
    background-color: var(--primary-color) !important;
}
.font-bold {
    font-weight: bold;
}

/* Custom content box (replaces Bootstrap .card/.card-body) */
.self-assetment-box {
    background: #ffffff;
    border-radius: 14px;
    padding: 16px 20px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    border: none;
    /* approximate width from your reference */
    min-height: 140px;
    /* keeps the box height consistent */
}

.self-assetment-box .box-title {
    margin: 0 0 8px 0;
    font-weight: 700;
    font-size: 1rem;
    /* ~ h6 weight/size */
    line-height: 1.3;
    color: #0f172a;
    /* near-black for strong heading */
}

.self-assetment-box .box-list ul {
    margin: 0;
    padding-left: 1.2rem;
    /* ensures disc bullets are visible beside text */
    list-style-type: disc !important;
    color: #4b5563;
    /* muted slate/grey for body text */
    font-size: 0.95rem;
    line-height: 1.6;

    li {
        list-style-type: disc !important;
    }
}
.box-list {
    ul {
        margin: 10px;
        padding-left: 1.2rem;
        /* ensures disc bullets are visible beside text */
        list-style-type: disc !important;
        color: #4b5563;
        /* muted slate/grey for body text */
        font-size: 0.95rem;
        line-height: 1.6;

        li {
            list-style-type: disc !important;
        }
    }
}

/* Optional: tighten spacing between items slightly */
.self-assetment-box .box-list ul li + li {
    margin-top: 4px;
}

/* ---- Grid wrapper ---- */
.timeline-grid {
    padding-left: 0;
    padding-right: 0;
}

/* Each timeline row = auto | node | auto */
.tl-row {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    column-gap: var(--col-gap);
    align-items: center;
    /* absolutely no vertical gap between rows so SVG connectors touch */
    margin: 0;
    padding: 0;
    line-height: 0;
    /* kills inline-img whitespace */

    img,
    .tl-node {
        height: 300px !important;
        width: 330px !important;
    }
}
.custom-badge {
    width: 120px;
    height: 30px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    background-color: #4eb7bf6e;
}
.top-rounded {
    border-radius: 20px;
    overflow: hidden;
    display: block !important;
    transform: translateY(-10px);
    background-color: white;
    padding: 15px;
}
.download-icon {
    width: 20px !important;
    height: 20px !important;
    right: 10px !important;
    top: 10px !important;
}

.pdf-icon {
    width: 60px !important;
    height: 60px !important;
}
.program-image .big-image {
    min-height: 500px;
}
.program-user {
    display: flex;
    gap: 10px;
    align-items: center;
    .pic {
        display: block;
        width: 54px;
        height: 54px;
        border-radius: 50%;
        overflow: hidden;

        img {
            width: 100%;
        }
    }
}
.tl-year {
    display: flex;
    align-items: center;
    height: 100%;
}

/* sides (left/right columns) */
.tl-side {
    line-height: normal;
    display: flex;
    align-items: center;
}

.tl-side--left {
    justify-content: flex-end;
}

.tl-side--right {
    justify-content: flex-start;
}

/* center node image */
.tl-node {
    display: flex;
    justify-content: center;
    align-items: center;
}

.tl-node-img {
    width: var(--node-col);
    height: auto;
    display: block;
    /* removes bottom whitespace */
}

/* card look & spacing */
.tl-card .card-body {
    padding: 1rem 1.25rem;
}

.tl-card h6 {
    font-size: 0.98rem;
}

.tl-card ul {
    padding-left: 1.1rem;
}

.tl-card li {
    margin-bottom: 0.25rem;
}

/* year labels */
.tl-year {
    font-weight: 700;
    font-size: clamp(22px, 2vw, 30px);
    color: var(--primary-color);
    white-space: nowrap;
    margin: 0 0.25rem;
}

.tl-year--left {
    margin-left: 0;
}

.tl-year--right {
    margin-right: 0;
}

:root {
    --ink: #0e1b25;
    --muted: #6b7a86;
}

.wwo .custom-contianer-fluid-margin section-margin main-wrap {
    max-width: 1180px;
}

/* Header */
.wwo-header {
    text-align: center;
    margin-bottom: clamp(28px, 6vw, 64px);
}
.social-imapct-card-spc{
    .content{
        span{
            color: var(--primary-color);
        }
    }
}

.wwo-title {
    margin: 0;
    font-size: clamp(22px, 2.6vw, 34px);
    font-weight: 800;
    color: var(--ink);
    letter-spacing: 0.2px;
}

.wwo-title em {
    color: var(--primary-color);
    font-style: normal;
}

.wwo-sub {
    margin: 8px 0 18px;
    color: var(--muted);
    font-size: clamp(13.5px, 1.2vw, 15.5px);
}

.wwo-brush {
    display: inline-block;
    width: 150px;
    height: 14px;
}
.section-margin-half {
    margin-bottom: 90px;
}

/* Rows */
.wwo-row {
    --gap: clamp(20px, 5vw, 64px);

    .underlined-heading {
        margin-top: 0px;
        margin-bottom: 40px;

        h2 {
            margin-bottom: 40px;
            margin-top: 0px;

            font-size: 48px;

            span {
            font-size: 48px;

            }
        }
    }

    li {
        margin: 0px !important;
    }
    li::before {
        top: 12px !important;
    }

    .underlined-heading h2::before {
        bottom: -15px !important;
    }
}

.align-self-end {
    align-self: flex-end;
}

/* left variant */
.media--left .media-plate {
    transform: translate(-22px, -22px);
}

.media--left .media-card {
    transform: translate(18px, 18px);
}

.media--left .media-tag {
    left: 12px;
}

/* right variant */
.media--right .media-plate {
    transform: translate(22px, -22px);
}

.media--right .media-card {
    transform: translate(-18px, 18px);
}

.media--right .media-tag {
    right: 12px;
}

/* Copy */
.copy h3 {
    margin: 0 0 14px 0;
    font-size: clamp(20px, 2.2vw, 28px);
    line-height: 1.2;
    color: var(--ink);
    font-weight: 800;
}

.copy h3 em {
    color: var(--primary-color);
    font-style: normal;
}

.copy ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 10px;
}

.tick {
    width: 18px;
    height: 18px;
    color: var(--primary-color);
    margin-top: 2px;
}
/* ========================================
   RESPONSIVE MEDIA QUERIES
   Organized from largest to smallest screens
======================================== */

/* Extra Large Screens - 1366px and down */
@media (max-width: 1366px) {
    .p-xl-10 {
        padding: 60px 40px !important;
    }

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

    .section-heading h2,
    .section-heading h2 > span,
    .heading {
        font-size: 48px;
    }
    .underlined-heading h2,
    .underlined-heading h2 > span {
        font-size: 48px;
    }
}

/* Large Screens - 1280px and down */
@media (max-width: 1280px) {
    .blog-section {
        padding: 30px 0;
    }

    .blog-card-content {
        padding: 25px;
    }

    .blog-title {
        font-size: 22px;
    }
    .site-logo {
        max-width: 130px !important;
    }

    .sidebar-title {
        font-size: 26px;
    }
    .social-imapct-card {
        .content {
            width: 95%;
        }
    }
    .sidebar-item-title {
        font-size: 17px;
    }
    .impact-content {
        h2 {
            font-size: 40px;
        }
    }

    .impact-heading {
        font-size: 40px;
    }
    .button-adjustement-class {
        padding: 17px 10px !important;
        font-size: 14px !important;

        img {
            height: 20px;
            width: auto;
            margin-right: unset;
        }
    }
}

/* Large Screens - 1200px and down */
@media (max-width: 1200px) {
    :root {
        --col-gap: 28px;
    }
    .card-title {
        font-size: 17px;
    }

    .custom-text-adjustement-class {
        p {
            font-size: 13px;
        }
    }

    .swiper-button-next,
    .swiper-button-prev {
        margin-top: -30px;
    }
    .underlined-heading h2,
    .underlined-heading h2 > span {
        font-size: 40px !important;
    }

    .section-heading h2,
    .section-heading h2 > span,
    .second-home-section-heading h2,
    .second-home-section-heading h2 > span,
    .heading {
        font-size: 45px;
    }
    .impact-content {
        h2 {
            font-size: 42px;

            span {
                font-size: 42px;
            }
        }
        h3 {
            font-size: 36px;

            span {
                font-size: 36px;
            }
        }
    }

    .impact-heading,
    .impact-heading span {
        font-size: 42px;
    }

    .community-title,
    .community-title span {
        font-size: 36px;
    }

    .newsletter-heading h2,
    .newsletter-heading span {
        font-size: 42px;
    }
}

/* Large Screens - 1199px and down */
@media (max-width: 1199px) {
    .responsive-big-screen-button {
        display: none;
    }
    .site-logo {
        max-width: unset !important;
    }
    .card-title {
        font-size: 15px;
    }
    .custom-text-adjustement-class {
        font-size: 11px;

        p,
        span {
            font-size: 11px;
        }
    }
    .nav-title {
        padding-top: 20px;
        padding-bottom: 10px;
        font-size: 20px;
        font-weight: bold;

        color: var(--primary-color) !important;
    }

    .p-xl-10 {
        padding: 15px 20px;
        font-size: 17px;
    }

    .desktop-menu {
        display: none !important;
    }

    .mobile-menu {
        display: flex !important;
        align-items: center;
        height: 100%;
        justify-content: flex-end;
    }
    .button-adjustement-class {
        display: none !important;
    }
    .content-wraper-slider {
        transform: translateY(-30px);
    }

    header {
        position: relative !important;

        .top-mostbar {
            margin: 0px;
            background: var(--primary-color);
        }
    }
    .box-image {
        padding-top: 120px;
    }
}

/* Medium Screens - 992px and down */
@media (max-width: 991px) {
    .order-md-1 {
        order: 1;
    }

    .order-md-2 {
        order: 2;
    }
    .custom-contianer-fluid-margin {
        margin: 0 2%;
    }
    .testmonial-card{
        .name{
            font-size: 20px;
        }
    }
    .newsletter-content {
        text-align: center !important;
        padding: unset;
        p {
            margin: 0 auto;
        }
        .newsletter-description {
            margin: auto;
        }
    }
    .impact-section.about-page {
        .underlined-heading {
            margin-bottom: 30px;
        }
        .head-content {
            p {
                margin-bottom: 30px;
            }
        }
    }
    .section-margin {
        margin-bottom: 100px !important;
    }
    .impact-section {
        padding: 40px 10px;

        .impact-content {
            text-align: center;
            padding: 0px;
            display: flex;
            flex-direction: column;
            width: 100%;
            justify-content: center;
            text-align: center;
            align-items: center;
        }
    }
    .d-none-991 {
        display: none !important;
    }

    .top-mostbar {
        min-height: 35px;
        font-size: 14px;
    }

    .top-mostbar a {
        font-size: 14px !important;
    }
    .content-wraper-slider {
        h2 {
            font-size: 42px;
        }

        span {
            font-size: 42px;
        }
        p,
        h3 {
            font-size: 18px;
        }
    }

    .subtitle {
        font-size: 28px;
    }

    .title {
        font-size: 42px;
    }

    .content {
        font-size: 18px;
    }
    .underlined-heading h2,
    .underlined-heading h2 > span {
        font-size: 42px !important;
    }

    .section-heading h2,
    .section-heading h2 > span,
    .second-home-section-heading h2,
    .second-home-section-heading h2 > span,
    .heading {
        font-size: 42px;
    }

    .team-card .text-container .heading {
        font-size: 18px;
    }
    .impact-content {
        h2 {
            font-size: 38px;

            span {
                font-size: 38px;
            }
        }
        h3 {
            font-size: 32px;

            span {
                font-size: 32px;
            }
        }
    }

    .impact-heading,
    .impact-heading span {
        font-size: 38px;
    }

    .community-title,
    .community-title span {
        font-size: 32px;
    }

    .program-category-btn {
        font-size: 13px;
        width: 200px;
        height: 50px;
    }

    .view-more-btn {
        width: 200px;
        height: 50px;
        font-size: 14px;
    }

    .newsletter-heading h2,
    .newsletter-heading span {
        font-size: 38px;
    }

    .popular-programs-card {
        margin-bottom: 20px;
    }

    .program-price .price {
        font-size: 26px;
    }
}

/* Medium Screens - 991.98px and down */
@media (max-width: 991px) {
    .tl-row {
        grid-template-columns: 1fr;
        justify-items: center;
        /* center column only */
    }

    .tl-side {
        justify-content: center;
        margin-top: 0.5rem;
    }

    /* order: node first, then year, then card */
    .tl-row .tl-node {
        order: 1;
    }

    .tl-row .tl-side--left {
        order: 2;
    }

    .tl-row .tl-side--right {
        order: 3;
    }

    /* If a row has right card, flip so year then card */
    .tl-row--right .tl-side--left {
        order: 2;
    }

    /* year */
    .tl-row--right .tl-side--right {
        order: 3;
    }

    /* card */

    .tl-year {
        margin: 0.25rem 0 0.5rem;
    }

    .tl-card {
        width: min(680px, 100%);
    }
    .blog-section .col-lg-5,
    .blog-section .col-lg-3,
    .blog-section .col-lg-4 {
        margin-bottom: 20px;
    }
    .self-assetment-box {
        max-width: 600px;
    }
    .tl-order-1 {
        order: 1 !important;
    }
    .tl-order-2 {
        order: 2 !important;
    }
    .tl-order-3 {
        order: 3 !important;
    }

    .blog-section .col-lg-4 {
        margin-bottom: 0;
    }
    .newsletter-form {
        margin-top: 20px;
    }
    .our-story-right-content {
        text-align: center !important;
    }
    .our-story-right-content-section-about {
        text-align: center;
    }
    .our-story-left-content-custom {
        padding-left: unset !important;
    }
    .our-story {
        padding-top: 100px;
    }
}

/* Small Screens - 768px and down */
@media (max-width: 767px) {
    .order-1 {
        order: 1 !important;
    }


    .order-2 {
        order: 2 !important;
    }
     .order-res-1 {
        order: 1 !important;
    }


    .order-res-2 {
        order: 2 !important;
    }
    .wwo-row {
        .underlined-heading {
            h2 {
                margin-top: 30px;
            }
        }
    }
    .custom-contianer-fluid-margin {
        margin: 0 15px;
    }
    .content-wraper-slider {
        max-width: 70%;
    }

    .impact-image {
        padding: unset;
        transform: translateY(50px);
        img {
            width: 100%;
        }
    }
    .second-section-ul {
        text-align: left !important;
    }
    .mobile-menu-toggle {
        padding: 10px 10px !important;

        height: unset;
    }
    .navbar-background {
        height: 80px;
    }
    .mobile-nav-menu {
        width: 70%;
    }
    .site-logo {
        height: 50px;
    }
    .custom-right-border,
    .custom-left-border {
        border: none;
        padding: 5px;
        margin: 0;
    }
    .content-wraper-slider {
        h2 {
            font-size: 32px;
        }

        span {
            font-size: 32px;
        }
        p,
        h3 {
            font-size: 16px;
            margin-bottom: 15px;
        }
    }

    .subtitle {
        font-size: 24px;
    }

    .title {
        font-size: 32px;
    }

    .content {
        font-size: 16px;
        margin-bottom: 15px;
    }

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

    .section-heading h2,
    .section-heading h2 > span,
    .second-home-section-heading h2,
    .second-home-section-heading h2 > span,
    .heading {
        font-size: 32px;
    }
    .underlined-heading h2,
    .underlined-heading h2 > span {
        font-size: 32px !important;
    }

    .section-heading::after {
        width: 300px;
        height: 15px;
    }

    .section-second-image {
        position: relative;
        bottom: auto;
        right: auto;
        width: 100%;
        height: auto;
        margin-top: 30px;
    }

    .team-card .text-container .heading {
        font-size: 16px;
    }
    .impact-content {
        h2 {
            font-size: 28px;

            span {
                font-size: 28px;
            }
        }
        h3 {
            font-size: 24px;

            span {
                font-size: 24px;
            }
        }
    }

    .impact-heading,
    .impact-heading span {
        font-size: 28px;
    }

    .community-title,
    .community-title span {
        font-size: 24px;
    }

    .impact-description {
        font-size: 16px;
        max-width: 100%;
    }

    .program-category-btn {
        width: 100%;
        max-width: 250px;
        margin-bottom: 10px;
        font-size: 14px;
    }

    .view-more-btn {
        width: 100%;
        max-width: 250px;
    }

    .cta-secondary-btn,
    .custom-primary-btn {
        width: fit-content;
        max-width: 250px;
    }
    .custom-primary-btn-blog {
        max-width: unset;
    }

    .program-content {
        padding: 15px;
    }

    .program-title {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .program-description {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .program-price .price {
        font-size: 24px;
    }

    .program-add-to-cart-btn {
        height: 45px;
        font-size: 14px;
    }

    .newsletter-section {
        padding: 60px 0;
    }

    .newsletter-heading h2,
    .newsletter-heading span {
        font-size: 28px;
        margin-bottom: 15px;
    }

    .newsletter-description {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .newsletter-input {
        padding: 15px 20px;
        font-size: 14px;
    }

    .newsletter-btn {
        padding: 15px 20px;
        font-size: 14px;
    }

    .cta-section {
        min-height: 400px;
        background-attachment: scroll;
    }

    .cta-content {
        padding: 50px 20px;
    }

    .cta-heading,
    .cta-heading span {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .cta-description {
        font-size: 14px;
        margin-bottom: 30px;
    }

    .footer-section {
        padding: 40px 0 20px;
    }

    .footer-brand,
    .footer-column {
        text-align: center;
        margin-bottom: 30px;
    }

    .footer-description {
        max-width: 100%;
        text-align: center;
    }

    .footer-social {
        justify-content: center;
    }

    .contact-info {
        text-align: center;
    }

    .card-body {
        padding: 20px;
    }
    .language-toggle {
        display: flex;
        justify-content: center;
    }
}

/* Extra Small Screens - 576px and down */
@media (max-width: 575px) {
    .container {
        padding-left: 10px;
        padding-right: 10px;
    }
    .newsletter-content {
        text-align: center;
    }
    .custom-sideNav-btn {
        padding: unset;
        font-size: 13px;
        padding: 10px 10px !important;
        img {
            width: 20px !important;
            height: 20px !important;
        }
    }
    .slide-content-container {
        .content-wraper-slider {
            transform: translateY(-60px);
        }
        .subtitle {
            transform: translateY(10px) !important;
        }
        p {
            display: none;
        }
        a {
            padding: 10px !important;
            font-size: 12px;
            svg {
                transform: translateY(3px);
            }
        }
    }

    .custom-contianer-fluid-margin {
        margin: 0 10px;
    }

    .second-home-section-heading h2,
    .section-heading {
        margin-bottom: 20px;
    }
    .underlined-heading h2,
    .underlined-heading h2 > span {
        font-size: 24px !important;
    }

    .section-heading h2,
    .section-heading h2 > span,
    .second-home-section-heading h2,
    .second-home-section-heading h2 > span,
    .heading {
        font-size: 28px;
    }

    .section-heading::after {
        width: 250px;
        height: 12px;
    }

    .content-wraper-slider {
        h2 {
            font-size: 28px;
        }

        span {
            font-size: 28px;
        }
        p,
        h3 {
            font-size: 14px;
        }
    }
    .subtitle {
        font-size: 20px;
    }

    .title {
        font-size: 28px;
    }

    .content {
        font-size: 14px;
    }
    .social-imapct-card {
        .content {
            height: 220px !important;
        }
    }
    .impact-content {
        h2 {
            font-size: 24px;

            span {
                font-size: 24px;
            }
        }
        h3 {
            font-size: 20px;

            span {
                font-size: 20px;
            }
        }
    }

    .impact-heading,
    .impact-heading span {
        font-size: 24px;
    }

    .community-title,
    .community-title span {
        font-size: 20px;
    }

    .newsletter-section,
    .impact-section {
        padding: 40px 0;
    }

    .newsletter-heading h2,
    .newsletter-heading span {
        font-size: 24px;
    }

    .program-categories .d-flex {
        gap: 10px;
    }

    .social-icons-wraper {
        justify-content: center;
        flex-wrap: wrap;
    }

    .cta-heading,
    .cta-heading span {
        font-size: 24px;
    }

    .program-title {
        font-size: 15px;
    }

    .program-description {
        font-size: 13px;
    }

    .program-price .price {
        font-size: 22px;
    }
}

/* Extra Small Screens - 480px and down */
@media (max-width: 480px) {
    .blog-card-content {
        padding: 12px;
    }

    .blog-title {
        font-size: 15px;
    }

    .main-card {
        min-height: 260px;
    }

    .blog-card {
        min-height: 200px;
    }

    .sidebar-title {
        font-size: 18px;
    }

    .sidebar-item-title {
        font-size: 13px;
    }

    .content-wraper-slider {
        h2 {
            font-size: 24px;
        }

        span {
            font-size: 24px;
        }
        p,
        h3 {
            font-size: 13px;
        }
    }
    .subtitle {
        font-size: 18px;
    }

    .title {
        font-size: 24px;
    }

    .content {
        font-size: 13px;
    }

    .section-heading h2,
    .section-heading h2 > span,
    .second-home-section-heading h2,
    .second-home-section-heading h2 > span,
    .heading {
        font-size: 24px;
    }
    .impact-content {
        h2 {
            font-size: 20px;

            span {
                font-size: 20px;
            }
        }
        h3 {
            font-size: 18px;

            span {
                font-size: 18px;
            }
        }
    }

    .impact-heading,
    .impact-heading span {
        font-size: 20px;
    }

    .community-title,
    .community-title span {
        font-size: 18px;
    }

    .newsletter-heading h2,
    .newsletter-heading span {
        font-size: 20px;
    }

    .cta-heading,
    .cta-heading span {
        font-size: 20px;
    }
}

/* Larger screens alignment fix */
@media (min-width: 992px) {
    .blog-section .ps-lg-4 {
        padding-left: 2rem !important;
    }
}
