.hero-slider .owl-item {
    position: relative;
}

.hero-slider .owl-item::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(1, 4, 29, 0.85) 0%,
        rgba(1, 4, 29, 0.7) 40%,
        rgba(1, 4, 29, 0.5) 70%,
        rgba(1, 4, 29, 0.5) 100%
    );
    pointer-events: none;
}

/*
* Section Get in Touch
*/

/*
* Circles
*/
.custom-circle {
    position: absolute;
    display: block;
    border-radius: 50%;
    display: block;
    z-index: 100;
    transform: translate(-50%, -50%);
}

.custom-circle-blur {
    filter: blur(3px);
}

.custom-circle-1 {
    width: 68px;
    height: 67px;
}

@media (max-width: 1799px) {
    .custom-circle-1 {
        display: none;
    }
}

.custom-circle-2 {
    width: 33px;
    height: 32px;
}

@media (max-width: 1799px) {
    .custom-circle-2 {
        display: none;
    }
}

.custom-circle-3 {
    width: 21px;
    height: 20px;
}

@media (max-width: 1799px) {
    .custom-circle-3 {
        display: none;
    }
}

.custom-circle-4 {
    width: 14px;
    height: 13px;
}

@media (max-width: 1799px) {
    .custom-circle-4 {
        display: none;
    }
}

.get-in-touch {
    padding: 90px 0 150px;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 1199px) {
    .get-in-touch {
        padding: 90px 0;
    }
}

.get-in-touch:after {
    content: "";
    display: block;
    width: 120%;
    height: 100px;
    position: absolute;
    bottom: -48px;
    left: -5%;
    transform: rotate(2deg);
    z-index: 3;
    background: var(--dark);
}

@media (max-width: 1199px) {
    .get-in-touch:after {
        display: none;
    }
}

.get-in-touch .custom-circle-1 {
    top: 20%;
    right: 10%;
}

.get-in-touch .custom-circle-2 {
    top: 70%;
    right: 5%;
}

#footer {
    border: 0;
}

.counters-section .custom-title-with-icon:before {
    content: "\E801";
    font-family: "Fontello";
    font-size: 15px;
    display: block;
    line-height: 15px;
    margin-bottom: 10px;
}

.counters-section .custom-highlight-text-1 {
    display: block;
    margin: 5% 0 -5% 0;
    font-family: "Poppins", sans-serif !important;
    color: var(--dark);
    font-size: clamp(
        80px,
        26.6666666667px + 0.1111111111 * 100vw,
        160px
    ) !important;
    font-weight: 600;
    line-height: 1em !important;
    -webkit-text-stroke-width: 3px;
    letter-spacing: -0.02em;
    stroke-width: 3px;
    -webkit-text-stroke-color: #00000000;
    stroke: #00000000;
    background-color: transparent;
    background-image: linear-gradient(
        180deg,
        var(--secondary) 0%,
        var(--dark) 80%
    );
    -webkit-background-clip: text;
    background-clip: text;
}

/*
* Approach Img
*/
.approach-img {
    position: relative;
    display: block;
}

.approach-img .custom-circle-1 {
    display: block;
    width: 50%;
    height: 50%;
    background-color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 113px;
}

.approach-img .custom-circle-our-approach-deco-1 {
    width: 33px;
    height: 31px;
    border-radius: 50%;
    top: 30px;
    left: 30px;
}

.approach-img .custom-circle-our-approach-deco-2 {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    top: 25%;
    right: 2%;
    transform: translateY(-50%);
}

/*
* Programs Section
*/
.programs-section {
    background: #f4f7fb;
}

.program-type-card {
    display: flex;
    gap: 16px;
    padding: 20px;
    border-radius: 14px;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
}

.program-type-icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: rgba(0, 174, 239, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.program-type-icon img {
    width: 34px;
    height: 34px;
    object-fit: contain;
}

.program-type-count {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.9rem;
    color: #6b7280;
}

.programs-grid .thumb-info {
    height: 100%;
}

.programs-grid .thumb-info-content {
    height: 100%;
}

@media (max-width: 767px) {
    .program-type-card {
        padding: 16px;
    }

    .program-type-icon {
        width: 48px;
        height: 48px;
        border-radius: 12px;
    }
}

.approach-img .custom-circle-our-approach-deco-3 {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    bottom: 0;
    left: 20%;
    transform: translateX(-50%);
}

body .feature-box-icon {
    border: none !important;
    border-radius: 0 !important;
    overflow: visible !important;
    box-shadow: none !important;
}

body .feature-box-icon img {
    width: 100% !important;
}

/* thumbs */

.thumb-info {
    display: block;
    position: relative;
    background-color: var(--light);
    border-radius: var(--border-radius);
    overflow: hidden;
}

.thumb-info .thumb-info-wrapper {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: var(--border-radius);
}

.thumb-info.thumb-info-no-overlay .thumb-info-wrapper:after {
    content: none;
}

.thumb-info img {
    width: 100%;
    border-radius: 3px;
    transition: all 0.3s ease;
}

.thumb-info:hover img {
    transform: scale(1.1);
}

.thumb-info .thumb-info-content-inner {
    display: block;
    transform: translate3d(0, 0, 0);
    transition: transform 0.3s ease-out;
}

.owl-carousel .owl-nav button.owl-prev:before,
.owl-carousel .owl-nav button.owl-next:before {
    font-size: 1rem;
}

.product-keys-ul .key-item {
    display: flex;
    align-items: center;
    gap: 7px;
}

.product-keys-ul .key-item i {
    color: var(--primary);
}

/* products */

.product-slider .owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 60px !important;
    gap: 10px;
}

.product-slider .owl-dot {
    width: 70px;
    height: 70px;
}

.product-slider .owl-dot img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
    opacity: 0.6;
    transition: 0.3s ease;
}

.product-slider .owl-dot.active img {
    opacity: 1;
    border: 2px solid #191949;
}

.product-slider .owl-dot {
    cursor: pointer;
}

.product-slider .owl-dot img {
    pointer-events: none; /* important */
}

.custom-feather-shadow {
    mask-image: linear-gradient(
        to right,
        transparent 0%,
        #000000 20%,
        #000000 80%,
        transparent 100%
    );
    -webkit-mask-image: linear-gradient(
        to right,
        transparent 0%,
        #000000 20%,
        #000000 80%,
        transparent 100%
    );
}

.custom-el-9 {
    position: relative;
    display: block;
    padding: 20px 0;
}

.custom-el-9 strong:nth-child(1) {
    opacity: 0.07;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    display: block;
    text-align: center;
    font-size: clamp(28px, -53.3333333333px + 0.1694444444 * 100vw, 150px);
    text-overflow: ellipsis;
    white-space: nowrap;
}

.custom-el-9 strong:nth-child(2) {
    font-size: clamp(28px, 4px + 0.05 * 100vw, 64px);
    padding-top: 20px;
    display: block;
}

@media (min-width: 992px) {
    .custom-el-pos-3 {
        margin-top: -100px;
    }
}

.has-overlay-dark::after {
    content: "";
    background: linear-gradient(
        to top,
        rgba(1, 4, 29, 0.95) 0%,
        rgba(1, 4, 29, 0.9) 40%,
        rgba(1, 4, 29, 0.8) 70%,
        rgba(1, 4, 29, 0.7) 100%
    );
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    backdrop-filter: blur(2px);
}

.has-overlay-dark-2::after {
    content: "";
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

/*
* About Us Featured Block
*/
.about-us-featured-block {
    position: absolute;
    z-index: 1;
    top: -50%;
    transform: translate(-70px, -50%);
}

@media (max-width: 1199px) {
    .about-us-featured-block {
        position: static;
        transform: translate(0);
    }
}

.product-thumb-info-image img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.product .desc {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product {
    border: 1px solid #f7f7f7;
}

.color-dot {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: inline-block;
    border: 2px solid #fff;
    box-shadow: 0 0 0 1px #ddd;
    transition: transform 0.2s ease;
}

.color-dot:hover {
    transform: scale(1.15);
}

.quick-view {
    backdrop-filter: blur(3px);
}

.sort-source-style-u {
    display: inline-flex;
    justify-content: center;
    gap: 12px;
    padding: 8px;
    border-radius: 60px;

    background: rgba(255, 255, 255, 0.65);
    backdrop-filter: blur(10px);

    border: 1px solid #ddd;

    /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05); */
}

.sort-source-style-u .nav-item {
    margin: 0;
}

.sort-source-style-u .nav-link {
    border-radius: 50px;
    padding: 10px 22px;

    font-weight: 600;
    letter-spacing: 0.5px;

    color: #6c757d;
    background: transparent;

    transition: all 0.3s ease;
    transform: translateY(0);
}

.sort-source-style-u .nav-link:hover {
    color: #191949;
    background: rgba(25, 25, 73, 0.08);
}

.sort-source-style-u .nav-link.active {
    color: #ffffff !important;

    box-shadow: 0 8px 20px rgba(25, 25, 73, 0.25);
}

/* Base Timeline Container */
.timeline-section {
    position: relative;
    padding: 4rem 0;
}

.timeline-section::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    background-color: #e0e0e0;
    transform: translateX(-50%);
}

.timeline-section .timeline-title {
    font-size: 2.5rem;
    color: #2b2b2b;
    margin-bottom: 1rem;
}

.timeline-section .timeline-date {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}

.timeline-section .timeline-dot {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    /* height: 8px; */
    aspect-ratio: 1/1;
    display: inline-block;
    border-radius: 50%;
    z-index: 2;
}

.timeline-section img.tpro {
    width: 100%;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 16/9;
}

.timeline-section .color-burundi {
    color: #d9534f;
}
.timeline-section .bg-burundi {
    background-color: #d9534f;
}

.timeline-section .color-kayole {
    color: #f0ad4e;
}
.timeline-section .bg-kayole {
    background-color: #f0ad4e;
}

.timeline-section .color-wopede {
    color: #5bc0de;
}
.timeline-section .bg-wopede {
    background-color: #5bc0de;
}

.timeline-section .color-reborn {
    color: #5cb85c;
}
.timeline-section .bg-reborn {
    background-color: #5cb85c;
}

.timeline-section .custom-quote {
    border-left: 3px solid #f6e58d;
    background-color: #fdfbf5;
    padding: 1rem 1.5rem;
    font-style: italic;
    color: #666;
    margin-top: 1.5rem;
    display: inline-block;
}

.timeline-section .custom-bullets {
    list-style: none;
    padding-left: 0;
}

.timeline-section .custom-bullets li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
    color: #2b2b2b;
}

.timeline-section .custom-bullets li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #5cb85c;
    font-size: 1.5rem;
    line-height: 1rem;
    top: 2px;
}

.timeline-section .stats-block {
    display: flex;
    gap: 2rem;
    margin-top: 2rem;
}

.timeline-section .stats-item h4 {
    color: #5bc0de;
    font-size: 1.5rem;
    margin-bottom: 0.2rem;
}

.timeline-section .stats-item p {
    font-size: 0.65rem;
    letter-spacing: 1px;
    color: #888;
    text-transform: uppercase;
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .timeline-section::before,
    .timeline-section .timeline-dot {
        display: none;
    }
    .timeline-section .text-md-end {
        text-align: left !important;
    }
    .timeline-section .stats-block {
        justify-content: flex-start !important;
    }
}
