/* ==================================================
   CLOUDTREE DESIGN STYLE (VARIABLES USED)
================================================== */
@import url("variable.css");
@import url("font.css");
@import url("utilities.css");
@import url("header.css");
@import url("dashboad.css");
@import url("subscription.css");
@import url("media_queries.css");
@import url("faq.css");
@import url("customerStories.css");
@import url("intractiveDemos.css");
@import url("stakeholder.css");
@import url("buttons.css");


* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    color: var(--ct-dark);
    font-size: var(--ct-fs-18);
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.5px;
    font-weight: 400;
    line-height: 1.5;
}




/* ---------- About Us ---------- */
.ct-about__section {
    padding: 80px 0;
    background-image: url("../img/bg/ai_bg8.png");
    background-repeat: no-repeat;
}


/* ---------- HR Tabs ---------- */
.ct-hrManagement__section .card {
    background: none;
}

.ct-hrManagement__section {
}

    .ct-hrManagement__section ul {
        text-align: center;
        padding-bottom: 60px;
        display: flex;
        justify-content: center;
    }

        .ct-hrManagement__section ul .nav-link {
            background: white;
            color: var(--ct-dark);
            border: none;
            border-radius: var(--ct-radius-sm);
            line-height: 20px;
            text-transform: capitalize;
            font-weight: 600;
            display: inline-block;
            padding: 30px;
            margin: 0;
            font-size: var(--ct-fs-18);
            cursor: pointer;
            position: relative;
            /*! box-shadow: 0 4px 20px rgba(0,0,0,.04); */
            border: 1px solid #e2e8f0;
            /*! border-radius: 18px; */
        }

            .ct-hrManagement__section ul .nav-link:hover {
                background: var(--ct-primary);
                border: 1px solid var(--ct-primary);
                color: #fff;
            }

            .ct-hrManagement__section ul .nav-link.active {
                background: var(--ct-primary);
                color: var(--ct-white);
            }

                .ct-hrManagement__section ul .nav-link.active::after {
                    display: block;
                    content: "";
                    position: absolute;
                    bottom: -7px;
                    left: 50%;
                    width: 13px;
                    height: 13px;
                    transform: translateX(-50%) rotate(-45deg);
                    background: var(--ct-primary);
                    transition-delay: 0.07s;
                }

/* ---------- Carousel ---------- */
.main-slider .carousel-item {
    height: 90vh;
}

/* ---------- Footer ---------- */
.footer {
    background: var(--ct-dark);
    color: var(--ct-white);
    line-height: 2rem;
}

.link-list a {
    text-decoration: none;
    color: var(--ct-white);
}

.ct-contactUs {
    background-image: url("../images/bg/u-shape-bg.png");
    background-size: cover;
    padding: 0px 48px;
    display: flex;
    align-items: center;
    min-height: 667px;
    position: relative;
    border-radius: var(--ct-radius-lg);
}

    .ct-contactUs .ct-contactUs__content {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

.ct-contactUs__form {
    padding: 40px;
    box-shadow: 0 5px 22px rgba(0, 0, 0, 0.15);
    background-color: var(--ct-white);
    width: 800px;
    margin: -120px 0px 0px 0px;
    border-radius: 20px 20px;
    border: 1px solid #AFE1B9;
    max-width: 600px;
    min-width: 600px;
}

    .ct-contactUs__form.contact {
        border-radius: 20px;
    }

.ct-contactUs input.form-control {
    height: 50px;
}

.ct-contact-section {
    background: linear-gradient(135deg, #022c22, #065f46);
}


/* ---------- UNIFIED CONTACT CONTAINER ---------- */
.ct-contact__card {
    border-radius: var(--ct-radius-md);
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    position: relative;
}

    .ct-contact__card .row {
        margin: 0;
    }

.ct-map__wrapper iframe {
    width: 100%;
    height: 100%;
    min-height: 480px;
    display: block;
}


/* ---------- SECTION & BACKGROUND GLOW ---------- */

.ct-bg__glow {
    position: absolute;
    width: 400px;
    height: 400px;
    background: rgba(95, 191, 115, 0.06);
    filter: blur(100px);
    top: -10%;
    right: -5%;
    border-radius: 50%;
    z-index: 0;
}

.ct-info__icon {
    width: 46px;
    height: 46px;
    background: rgba(95, 191, 115, 0.1);
    color: #5FBF73;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 1.2rem;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.ct-info__item:hover .ct-info__icon {
    background: #5FBF73;
    color: #fff;
    transform: translateY(-2px);
}

.ct-link__hover {
    transition: color 0.2s ease;
}

    .ct-link__hover:hover {
        color: #5FBF73 !important;
    }


.ct-contactUs__modern-form {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 20px;
    box-shadow: 0 24px 64px -16px rgba(0, 0, 0, 0.06), 0 4px 16px rgba(0, 0, 0, 0.01);
    position: relative;
    transition: transform 0.3s ease;
}


    .ct-contactUs__modern-form .form-control {
        background: #f8fafc;
        border: 1px solid #e2e8f0;
        border-radius: 10px;
        padding: 12px 16px;
        font-size: 0.95rem;
        color: #334155;
        transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    }


        .ct-contactUs__modern-form .form-control:focus {
            background: #ffffff;
            border-color: #5FBF73;
            box-shadow: 0 0 0 4px rgba(95, 191, 115, 0.12);
            outline: 0;
        }

    .ct-contactUs__modern-form .form-label {
        color: #475569;
    }

    .ct-contactUs__modern-form .form-check-input {
        border-color: #cbd5e1;
    }

        .ct-contactUs__modern-form .form-check-input:checked {
            background-color: #5FBF73;
            border-color: #5FBF73;
        }


.ct-btn__submit {
    background: linear-gradient(135deg, #5FBF73 0%, #4da65f 100%);
    box-shadow: 0 8px 20px -6px rgba(95, 191, 115, 0.5);
    transition: all 0.2s ease;
}

    .ct-btn__submit:hover {
        transform: translateY(-2px);
        box-shadow: 0 12px 24px -6px rgba(95, 191, 115, 0.6);
    }

    .ct-btn__submit:active {
        transform: translateY(0);
    }


/* ---------- Scroll to top ---------- */
.scroll-to-top {
    width: 45px;
    height: 45px;
    position: fixed;
    right: 30px;
    bottom: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    border-radius: 50%;
    background: var(--ct-primary);
    border: 1px solid var(--ct-primary);
    color: var(--ct-white);
    transition: 0.5s;
    z-index: 999;
}

    .scroll-to-top:hover {
        background: var(--ct-white);
        color: var(--ct-primary);
    }


/* ---------- Executive Team ---------- */
.ct-team__section .card {
    border-radius: var(--ct-radius-md);
    transition: 0.4s ease;
    border: 1px solid transparent;
    overflow: hidden;
}


    .ct-team__section .card .img {
        overflow: hidden;
        height: 225px;
        border-radius: var(--ct-radius-md) var(--ct-radius-md) 0 0;
        border: 1px solid var(--ct-gray);
        margin-bottom: 15px;
        text-align: center;
    }

.ct-team__section .img img {
    transition: transform 0.3s ease;
}


.ct-team__section .card:hover .img img {
    transform: scale(1.1);
}


.ct-team__section .card:hover {
    border: 1px solid #5FBF73;
    box-shadow: 0 4px 8px rgba(63, 175, 94, 0.25), 0 10px 20px rgba(63, 175, 94, 0.18), 0 18px 30px rgba(63, 175, 94, 0.12);
    transform: translateY(-4px);
}


.ct-btn__line {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: #333;
    font-weight: 500;
    transition: 0.3s ease;
    padding: 12px 30px;
    border: 1px solid #000;
    border-radius: 6px;
    background: transparent;
}

    .ct-btn__line i {
        transition: 0.3s ease;
    }


.ct-team__section .card:hover .ct-btn__line {
    background-color: #5FBF73;
    border-color: #5FBF73;
    color: #fff;
}

    .ct-team__section .card:hover .ct-btn__line i {
        color: #fff;
        transform: translateX(4px);
    }


.ct-team__section .card {
    position: relative;
    overflow: hidden;
}

.ct-team__section .info-drawer {
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--ct-gray);
    padding: 24px;
    transition: bottom 0.4s ease;
    z-index: 10;
    display: flex;
    flex-direction: column;
    overflow: scroll;
}


.ct-team__section .card.drawer-open .info-drawer {
    bottom: 0;
}


/* ---------- Compliance Links ---------- */

.footer .grid {
    grid-template-columns: repeat(3, 1fr);
    display: grid;
    gap: 1rem;
    grid-auto-flow: column;
}

.footer .compliance-links a {
    color: var(--ct-white);
    text-decoration: none;
}

    .footer .compliance-links a:hover {
        color: rgba(255, 255, 255, 0.8);
    }

.ct-inner_banner {
    padding: 60px 0px 0px 0px;
    background-image: url("../img/bg/ai_bg2.png");
    background-repeat: no-repeat;
/*    height: 450px;*/
    overflow: hidden;
}

.bg-bottom-ellipse {
    clip-path: ellipse(114% 100% at 50% 0);
}

.ct-offer__shape img {
    position: absolute;
}

.hidden {
    overflow: hidden;
}

.relative {
    position: relative;
}

.ct-serviceCard {
    background: #f8f9fa;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid var(--ct-border);
    padding: 24px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

    .ct-serviceCard:hover {
        transform: translateY(-2px);
        box-shadow: 0 0px 0px rgba(0, 0, 0, 0.12);
    }

.ct-blog__img {
/*    border-radius: var(--ct-radius-md);
    position: relative;
    overflow: hidden;*/
}

    .ct-blog__img img {
/*        width: 100%;
        height: 200%;
        object-fit: cover;
        transition: all .3s !important;*/
    }
.blog-title {
    color: #000;
    transition: .2s;
}

    .blog-title:hover {
        color: var(--ct-primary);
    }

.ct-blog__readMore {
    color: #000;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    transition: color .25s ease;
}

    .ct-blog__readMore .bi {
        transition: transform .25s ease;
    }

    .ct-blog__readMore:hover {
        color: #0d6efd;
    }

        .ct-blog__readMore:hover .bi {
            transform: translateX(4px);
        }

    .ct-blog__img img {
        /*    transform: scale(1.1);*/
    }

.ct-blog__content h3:hover,
.ct-blog__content p:hover,
.ct-blog__content span:hover,
.ct-blog__content i:hover {
    color: var(--ct-primary);
}

.ct-category-pill {
    color: #6c757d;
    font-weight: 500;
    font-size: .9rem;
    text-transform: uppercase;
    letter-spacing: .05em;
    padding: 10px 20px;
    border: 0;
    background: #f6f6f6;
    position: relative;
    transition: .2s;
    text-decoration: none;
}
.ct-category-pill:hover, .ct-category-pill.active {
        background-color: #224F2B;
        color: #ffffff;
    }

.blog-post-item {
    transition: transform .3s cubic-bezier(.16, 1, .3, 1), box-shadow .3s;
}

    .blog-post-item:hover {
        transform: translateY(-3px);
    }


.ct-inner_banner img:hover {
    opacity: 0.75;
}

.ct-time-badge {
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 20px;
    background: rgba(34, 79, 43, 0.1);
    color: #224F2B;
    font-weight: 500;
}

.ct-job-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #224F2B;
    font-size: 16px;
}

.ct-contact {
    margin: 120px 0px;
}

.ring {
    width: 320px;
    height: 320px;
    position: absolute;
    left: -5%;
    top: 5%;
    transform: translateY(-50%);
    border: 25px solid #e9e9e9;
    border-radius: 50%;
    animation: bubble 5.5s ease-in-out infinite;
    pointer-events: none;
    opacity: 0.25;
}


.hover-card {
    transition: all 0.3s ease;
}


    .hover-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1) !important;
        background: white;
        border-color: #e0e0e0;
        transform: translateY(-10px);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    }


.timeline {
    position: relative;
}

    .timeline::before {
        content: '';
        position: absolute;
        left: 50%;
        top: 0;
        bottom: 0;
        width: 4px;
        background: #e0e0e0;
        transform: translateX(-50%);
    }

.timeline-item:last-child::before {
    display: none;
}

.timeline-icon {
    border: 6px solid #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    z-index: 1;
}

.flow-card {
    background: white;
    border: 2px solid #f0f0f0;
    border-radius: 16px;
    padding: 25px 20px;
    width: 180px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

    .flow-card:hover {
        border-color: #5fbf73;
        transform: translateY(-8px);
        box-shadow: 0 15px 30px rgba(20, 253, 13, 0.15);
    }

.flow-number {
    width: 50px;
    height: 50px;
    font-size: 22px;
    font-weight: bold;
}

.flow-arrow {
    font-size: 28px;
    color: #ccc;
    align-self: center;
    padding: 0 10px;
}

.feature-box {
    background: #f8f9fa;
    transition: all 0.4s ease;
    border: 1px solid transparent;
}

.modern-banner {
    background: linear-gradient(135deg, #064e3b 0%, #10b981 100%);
    display: flex;
    align-items: center;
    position: relative;
    padding-top: 80px;
}

.banner-content h1 {
    font-size: 3.8rem;
    line-height: 1.1;
    color: #ffffff;
}

.banner-image-wrapper img {
    box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.4);
    border: 8px solid rgba(255, 255, 255, 0.2);
}

.one-line-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.three-line-ellipsis {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
    max-height: calc(1.5em * 3);
}

.ct-cta-section {
    background: linear-gradient(135deg, var(--ct-dark), var(--ct-primary));
    border-radius: var(--ct-radius-lg);
}


    .ct-cta-section .btn-white:hover {
        background-color: #f8f9fa !important;
        transform: translateY(-2px);
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15) !important;
        transition: all 0.3s ease;
    }




/* Container for the wavy background */
.contact-section {
    background: #1e4531;
    /* Your Dark Green color */
    border-radius: 50px 0px 150px 0px;
    /* Adjusting the curves */
    margin: 20px;
    min-height: 500px;
    display: flex;
    align-items: center;
}

/* Card Styling */
.contact-card {
    border-radius: 20px;
    border: none;
}


/* Button Styling */
.btn-dark {
    background-color: #000;
    border-radius: 8px;
    transition: 0.3s;
}

    .btn-dark:hover {
        background-color: #333;
    }

/* Responsive adjustment */
@media (max-width: 991px) {
    .contact-section {
        border-radius: 30px;
    }
}


.contact-wrapper {
    width: 100%;
    max-width: 1300px;
    position: relative;
}

.contact-card {
    position: relative;
    background: #1f5b2a;
    border-radius: 30px;
    overflow: hidden;
    min-height: 700px;
    display: flex;
    align-items: center;
    padding: 60px;
}

/* LEFT CONTENT */
.left-content {
    width: 50%;
    position: relative;
    z-index: 2;
    color: #fff;
}

    .left-content h2 {
        font-size: 64px;
        line-height: 1.1;
        font-weight: 700;
        margin-bottom: 20px;
    }

    .left-content p {
        font-size: 32px;
        font-weight: 400;
    }

/* BACKGROUND SHAPES */
.shape {
    position: absolute;
    border-radius: 120px;
    opacity: .25;
}

.shape-1 {
    width: 420px;
    height: 420px;
    background: #cfe6c8;
    right: 260px;
    top: 80px;
}

.shape-2 {
    width: 280px;
    height: 600px;
    background: #d7ead2;
    right: 520px;
    top: -40px;
}

.shape-3 {
    width: 320px;
    height: 320px;
    background: #9ec39b;
    right: 120px;
    bottom: 40px;
}

/* FORM CARD */
.form-box {
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    width: 520px;
    background: #fff;
    border-radius: 24px;
    padding: 40px;
    z-index: 5;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.form-group {
    margin-bottom: 18px;
}

.form-control {
    width: 100%;
    height: 58px;
    border: 1px solid #dcdcdc;
    border-radius: 8px;
    padding: 0 18px;
    font-size: 16px;
    outline: none;
    transition: .3s;
}

textarea.form-control {
    height: 140px;
    padding-top: 18px;
    resize: none;
}

/* CAPTCHA */
.captcha {
    width: 330px;
    height: 78px;
    border: 1px solid #d8d8d8;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 18px;
    margin-bottom: 20px;
}

.captcha-left {
    display: flex;
    align-items: center;
    gap: 14px;
}

.checkbox {
    width: 30px;
    height: 30px;
    border: 2px solid #666;
    border-radius: 3px;
}

.captcha span {
    font-size: 20px;
}

.captcha-right {
    text-align: center;
}

    .captcha-right img {
        width: 34px;
    }

    .captcha-right small {
        display: block;
        font-size: 12px;
        margin-top: 4px;
    }

/* BUTTON */
.submit-btn {
    width: 100%;
    height: 58px;
    background: #000;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 24px;
    font-weight: 500;
    cursor: pointer;
    transition: .3s;
}

    .submit-btn:hover {
        background: #1f5b2a;
    }




.hero-centered-layout {
    background: radial-gradient(circle at top, #f0fff4 0%, #ffffff 100%);
    padding-top: 80px;
    overflow: hidden;
}

.hero-content h1 {
    letter-spacing: -1.5px;
    line-height: 1.2;
}

/* Main Image Wrapper */
.hero-image-wrapper {
    margin: 0 auto;
}

.main-dashboard-img {
    width: 100%;
    border: 8px solid rgba(255, 255, 255, 0.8);
    transform: perspective(1000px) rotateX(2deg);
    transition: transform 0.5s ease;
}

    .main-dashboard-img:hover {
        transform: perspective(1000px) rotateX(0deg);
    }

.card-1 {
    top: 20%;
    left: -50px;
}

.card-2 {
    bottom: 25%;
    right: -30px;
    animation-delay: 2s;
}


/* Slider Height & Setup */
.modern-hero-slider {
    margin-top: 80px;
    height: 85vh;
    min-height: 650px;
    overflow: hidden;
}

.hero-item-wrapper {
    position: relative;
    height: 85vh;
    min-height: 650px;
    width: 100%;
}

/* The Image Tag Styling */
.hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Ensures image fills div without stretching */
    object-position: right center;
    /* Keeps focal point (people/UI) on the right */
}

/* The Content Overlay Div */
.hero-overlay-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 2;
    /* Dark Green Gradient to mask the left side */
    background: linear-gradient(90deg, rgba(6, 78, 59, 0.95) 0%, rgba(6, 78, 59, 0.6) 40%, transparent 100%);
}

/* Text and Visuals */
.text-green-gradient {
    background: linear-gradient(135deg, #5fbf73, #a7f3d0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.badge-accent {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    padding: 6px 20px;
    border-radius: 50px;
    font-size: 0.85rem;
    display: inline-block;
}

.btn-green-gradient {
    background: linear-gradient(135deg, #064e3b, #5fbf73);
    color: white;
    border: none;
    transition: 0.3s;
}

    .btn-green-gradient:hover {
        transform: translateY(-3px);
        color: white;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    }

/* Indicators */
.modern-pills {
    bottom: 40px;
}

    .modern-pills [data-bs-target] {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0.4);
        border: none;
        margin: 0 6px;
    }

    .modern-pills .active {
        width: 35px;
        border-radius: 10px;
        background-color: #5fbf73;
    }

/* Animation */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-up {
    animation: fadeInUp 0.8s ease forwards;
}

/* Mobile View */
@media (max-width: 991px) {
    .hero-overlay-content {
        background: rgba(6, 78, 59, 0.85);
        /* Solid background for mobile text */
        text-align: center;
    }

    .modern-pills {
        justify-content: center !important;
        margin-left: 0 !important;
    }
}


/* ---------- Modern SaaS Banner Styles (Minimalist Gray) ---------- */

/* Main Banner Container */
.ct-modern-banner.ct-gray-bg {
    background-color: var(--ct-gray);
    padding: var(--ct-padding-120) 0;
    position: relative;
    overflow: hidden;
}

/* Main Heading */
.ct-banner-title {
    color: var(--ct-dark);
    letter-spacing: -0.03em;
    line-height: 1.1;
    margin: 0;
}

/* Lead Paragraph */
.ct-banner-lead {
    color: #4b5563;
    /* Subtle balanced mid-dark gray body text */
    font-size: var(--ct-fs-18);
    line-height: 1.7;
    margin-bottom: 2rem;
    max-width: 90%;
}

/* Image Presentation and Depth Elements */
.banner-image-wrapper {
    position: relative;
    z-index: 1;
}

.banner-img {
    /* border-radius: var(--ct-radius-lg);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08); */
/*    animation: floatImage 6s ease-in-out infinite;*/
}

/* Ambient subtle green glow behind the dashboard mockup */
.gradient-glow {
    position: absolute;
    top: 10%;
    right: 10%;
    width: 70%;
    height: 70%;
    background: radial-gradient(circle, rgba(95, 191, 115, 0.2) 0%, rgba(255, 255, 255, 0) 70%);
    filter: blur(50px);
    z-index: -1;
}

/* Premium Floating Animation Loop */
/*@keyframes floatImage {

    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-12px);
    }
}*/

/* Responsive Media Scaling Queries */
@media (max-width: 991.98px) {
    .ct-modern-banner.ct-gray-bg {
        padding: var(--ct-padding-60) 0;
        text-align: center;
    }

    .ct-banner-title {
        font-size: var(--ct-fs-48);
        margin-bottom: 3rem;
    }
}


/* ---------- About Us Values Section ---------- */

/* Section wrapper background toggle if you want a clean alternating block */
.ct-values-section {
    background-color: var(--ct-white);
}

/* Modern Card Layout */
.ct-value-card {
    background-color: var(--ct-gray);
    border: 1px solid var(--ct-border);
    padding: 40px 30px;
    border-radius: var(--ct-radius-lg);
    height: 100%;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    top: 0;
}

    /* Interactive Hover States */
    .ct-value-card:hover {
        transform: translateY(-8px);
        background-color: var(--ct-white);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
        border-color: rgba(95, 191, 115, 0.3);
        /* Subtle blend of your green primary border */
    }

/* Rounded Icon Settings */
.ct-value-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: var(--ct-white);
    color: var(--ct-primary);
    font-size: var(--ct-fs-30);
    border-radius: var(--ct-radius-md);
    margin-bottom: 25px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.02);
    transition: all 0.4s ease;
}

/* Icon shifts color on card hover */
.ct-value-card:hover .ct-value-icon {
    background-color: var(--ct-primary);
    color: var(--ct-dark);
}

/* Minor Utility text helper fallback if Bootstrap doesn't provide them */
.fs-16 {
    font-size: 1rem;
    line-height: 1.6;
}



/* Monolithic Continuous Grid Cells */
.tech-grid-cell {
    transition: background-color 0.25s ease;
}

    .tech-grid-cell:hover {
        background-color: #f8fafc;
    }

.tech-icon i {
    font-size: 1.75rem;
    background: linear-gradient(135deg, #064e3b, #10b981);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


/* Core Structural Utilities */
.fw-black {
    font-weight: 900;
}

.extra-small {
    font-size: 0.72rem;
    letter-spacing: 0.3px;
}

.tracking-tight {
    letter-spacing: -0.5px;
}

.border-white-10 {
    border-color: rgba(255, 255, 255, 0.1) !important;
}

/* Custom Upper Accent Indicator Badge */
.tech-indicator-tag {
    display: inline-flex;
    align-items: center;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    color: #1e293b;
    padding: 6px 14px;
    border-radius: 8px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.02);
}

/* Base Bento Card Parameters */
.bento-card {
    border-color: #e2e8f0 !important;
    background-color: #ffffff;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s ease;
}

    .bento-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 14px 30px rgba(0, 0, 0, 0.04) !important;
    }

/* Mesh Layer Styling for Featured Large Grid Block */
.featured-bento {
    background: #ffffff;
}

.bento-mesh-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 10% 90%, rgba(16, 185, 129, 0.05) 0%, transparent 55%);
    pointer-events: none;
}

/* Avatar Dimensions Framework */
.avatar-bento {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
}

.avatar-bento-sm {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
}

/* Live Node Status Micro-Component */
.live-node-dot {
    width: 7px;
    height: 7px;
    background-color: #10b981;
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0 0 0 2px rgba(16, 185, 129, 0.2);
}

/* Text Gradient Utilities */
.text-green-gradient {
    background: linear-gradient(135deg, #064e3b, #10b981);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline;
}

/* Subtle Shadow Additions */
.shadow-3xs {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.015);
}


.section-title {
    text-align: center;
}

.image-upload input[type="file"] {
    height: 38px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    height: 100%;
    z-index: 9;
    cursor: pointer;
    color: #A6AAAF;
}

.read-only-input:read-only,
.read-only-textarea:disabled,
.read-only-select:disabled {
    border: none;
    background: transparent;
    color: #6c757d;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    resize: none;
    box-shadow: none;
    min-width: 100px;
    text-align: right;
    padding: 0px;
    resize: none;
    height: auto;
}

.left-footer h3 {
    font-size: 22px;
    line-height: 1.5em;
}

.left-footer p {
    font-size: 16px;
    line-height: 24px;
}

.carousel .carousel-item {
    color: #999;
    overflow: hidden;
    min-height: 120px;
}

.carousel .media img {
    width: 125px;
    height: 125px;
    border-radius: 50%;
}

.carousel .testimonial {
    padding: 0 15px 0 60px;
    position: relative;
}

    .carousel .testimonial::before {
        content: "\201C";
        font-family: Arial, sans-serif;
        color: #e2e2e2;
        font-weight: bold;
        font-size: 68px;
        line-height: 54px;
        position: absolute;
        left: 15px;
        top: 0;
    }

.carousel .overview b {
    text-transform: uppercase;
    color: #1c47e3;
}

.carousel .carousel-indicators {
    bottom: -50px;
}

.carousel-indicators li,
.carousel-indicators [data-bs-target],
.carousel-indicators li.active {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin: 1px 3px;
    box-sizing: border-box;
    padding: 0;
}

.carousel-indicators li,
.carousel-indicators [data-bs-target] {
    background: #f5f5f5;
    border: 1px solid #e2e2e2;
}

    .carousel-indicators li.active {
        color: #fff;
        background: #1c47e3;
        border: 1px solid #ffffff;
    }

.media {
    text-align: center;
    padding: 2rem 1rem;
}

.testimonial-div h2 {
    position: relative;
    margin-bottom: 4rem;
    text-align: center;
}

    .testimonial-div h2:after {
        content: "";
        width: 100px;
        position: absolute;
        margin: 0 auto;
        height: 4px;
        border-radius: 1px;
        background: #1c47e3;
        left: 0;
        right: 0;
        bottom: -20px;
    }

.hero {
    position: absolute;
    bottom: 1rem;
    left: auto;
    width: 30%;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #fff;
    color: #000;
    left: 35%;
    padding: 2rem;
    border-radius: 4px;
}

.download-broucher {
    padding: 2rem 12rem;
    margin: 2rem;
    background-color: #092C4C
}


.avatar-md {
    height: 4.5rem;
    width: 4.5rem;
}

.avatar-title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #556ee6;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

.box {
    box-shadow: 0 5px 20px 0 rgba(210, 210, 245, .5);
    border-radius: .5rem;
}


.icon-box i {
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    font-size: 22px;
    display: inline-block;
}

.bg-primary-soft {
    background-color: rgba(23, 92, 255, .2);
}

.bg-success-soft {
    background-color: rgba(116, 181, 27, .2);
}

.bg-danger-soft {
    background-color: rgba(255, 107, 53, .2);
}

.bg-pink {
    background-color: #FFB300 !important;
    color: #ffffff;
}


.sidebar {
    padding-right: 40px;
    border-right: 1px solid #E5E5E5;
    margin-right: 25px;
    height: 100%;
}

.search .form-control {
    height: 50px;
    text-indent: 25px;
}

.search .fa-search {
    position: absolute;
    top: 18px;
    left: 16px;
    color: #6c757d;
}

.logIn-screen-testimonial .owl-dots {
    display: flex;
    gap: 5px;
    justify-content: center;
}

.sidebar .nav-item a.active {
    color: #fff !important;
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.sidebar a.active {
    font-weight: 600;
}

.sidebar .nav-link {
    color: inherit;
}


.logIn-screen-testimonial .owl-dot span {
    width: 10px;
    display: inline-block;
    background: #ddd;
    height: 10px;
    border-radius: 100%;
}

.logIn-screen-testimonial .owl-dot.active span {
    background: #000;
}


.PositionSticky {
    position: sticky;
    top: 0;
    height: 100vh;
    overflow: hidden;
}

.rounded-custom {
    border-radius: 1rem;
}


.no-bg {
    background: none;
}

.form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: #1e4531;
    box-shadow: 0 0 0 0.25rem rgba(30, 69, 49, 0.25);
}


.form-setlogin {
    width: 100%;
    margin: auto;
    text-align: center;
}

    .form-setlogin h4::before {
        content: "";
        background: #B8BCC9;
        width: 30px;
        height: 1px;
        position: absolute;
        top: 10px;
        left: 210px;
    }

    .form-setlogin h4::after {
        content: "";
        background: #B8BCC9;
        width: 30px;
        height: 1px;
        position: absolute;
        top: 10px;
        right: 210px;
    }

.btn-facebook {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.btn-google {
    color: #fff;
    background-color: #EA4335;
    border-color: #EA4335;
}

.profile-nav,
.profile-info {
    margin-top: 30px;
}

    .profile-nav .user-heading {
        background: #fbc02d;
        color: #fff;
        border-radius: 4px 4px 0 0;
        -webkit-border-radius: 4px 4px 0 0;
        padding: 30px;
        text-align: center;
    }

        .profile-nav .user-heading.round a {
            border-radius: 50%;
            -webkit-border-radius: 50%;
            border: 10px solid rgba(255, 255, 255, 0.3);
            display: inline-block;
        }

        .profile-nav .user-heading a img {
            width: 112px;
            height: 112px;
            border-radius: 50%;
            -webkit-border-radius: 50%;
        }

        .profile-nav .user-heading h1 {
            font-size: 22px;
            font-weight: 300;
            margin-bottom: 5px;
        }

        .profile-nav .user-heading p {
            font-size: 12px;
        }

    .profile-nav ul {
        margin-top: 1px;
    }

        .profile-nav ul > li {
            border-bottom: 1px solid #ebeae6;
            margin-top: 0;
            line-height: 30px;
        }

            .profile-nav ul > li:last-child {
                border-bottom: none;
            }

            .profile-nav ul > li > a {
                border-radius: 0;
                -webkit-border-radius: 0;
                color: #89817f;
                border-left: 5px solid #fff;
            }

                .profile-nav ul > li > a:hover,
                .profile-nav ul > li > a:focus,
                .profile-nav ul li.active a {
                    background: #f8f7f5 !important;
                    border-left: 5px solid #fbc02d;
                    color: #89817f !important;
                }

            .profile-nav ul > li:last-child > a:last-child {
                border-radius: 0 0 4px 4px;
                -webkit-border-radius: 0 0 4px 4px;
            }

            .profile-nav ul > li > a > i {
                font-size: 16px;
                padding-right: 10px;
                color: #bcb3aa;
            }

.r-activity {
    margin: 6px 0 0;
    font-size: 12px;
}

.p-text-area,
.p-text-area:focus {
    border: none;
    font-weight: 300;
    box-shadow: none;
    color: #c3c3c3;
    font-size: 16px;
}

.profile-info .panel-footer {
    background-color: #f8f7f5;
    border-top: 1px solid #e7ebee;
}

    .profile-info .panel-footer ul li a {
        color: #7a7a7a;
    }

.bio-graph-heading {
    background: #fbc02d;
    color: #fff;
    text-align: center;
    font-style: italic;
    padding: 40px 110px;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    font-size: 16px;
    font-weight: 300;
}

.bio-graph-info {
    color: #89817e;
    margin: 60px 0px;
}

    .bio-graph-info h1 {
        font-size: 22px;
        font-weight: 300;
        margin: 0 0 20px;
    }

.bio-row {
    width: 50%;
    float: left;
    margin-bottom: 10px;
    padding: 0 15px;
}

    .bio-row p span {
        width: 100px;
        display: inline-block;
    }

.bio-chart,
.bio-desk {
    float: left;
}

.bio-chart {
    width: 40%;
}

.bio-desk {
    width: 60%;
}

    .bio-desk h4 {
        font-size: 15px;
        font-weight: 400;
    }

        .bio-desk h4.terques {
            color: #4CC5CD;
        }

        .bio-desk h4.red {
            color: #e26b7f;
        }

        .bio-desk h4.green {
            color: #97be4b;
        }

        .bio-desk h4.purple {
            color: #caa3da;
        }

.file-pos {
    margin: 6px 0 10px 0;
}

.profile-activity h5 {
    font-weight: 300;
    margin-top: 0;
    color: #c3c3c3;
}

.summary-head {
    background: #ee7272;
    color: #fff;
    text-align: center;
    border-bottom: 1px solid #ee7272;
}

    .summary-head h4 {
        font-weight: 300;
        text-transform: uppercase;
        margin-bottom: 5px;
    }

    .summary-head p {
        color: rgba(255, 255, 255, 0.6);
    }

ul.summary-list {
    display: inline-block;
    padding-left: 0;
    width: 100%;
    margin-bottom: 0;
}

    ul.summary-list > li {
        display: inline-block;
        width: 19.5%;
        text-align: center;
    }

        ul.summary-list > li > a > i {
            display: block;
            font-size: 18px;
            padding-bottom: 5px;
        }

        ul.summary-list > li > a {
            padding: 10px 0;
            display: inline-block;
            color: #818181;
        }

    ul.summary-list > li {
        border-right: 1px solid #eaeaea;
    }

        ul.summary-list > li:last-child {
            border-right: none;
        }

.activity {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

    .activity.alt {
        width: 100%;
        float: right;
        margin-bottom: 10px;
    }

    .activity span {
        float: left;
    }

    .activity.alt span {
        float: right;
    }

    .activity span,
    .activity.alt span {
        width: 45px;
        height: 45px;
        line-height: 45px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        background: #eee;
        text-align: center;
        color: #fff;
        font-size: 16px;
    }

    .activity.terques span {
        background: #8dd7d6;
    }

    .activity.terques h4 {
        color: #8dd7d6;
    }

    .activity.purple span {
        background: #b984dc;
    }

    .activity.purple h4 {
        color: #b984dc;
    }

    .activity.blue span {
        background: #90b4e6;
    }

    .activity.blue h4 {
        color: #90b4e6;
    }

    .activity.green span {
        background: #aec785;
    }

    .activity.green h4 {
        color: #aec785;
    }

    .activity h4 {
        margin-top: 0;
        font-size: 16px;
    }

    .activity p {
        margin-bottom: 0;
        font-size: 13px;
    }

    .activity .activity-desk i,
    .activity.alt .activity-desk i {
        float: left;
        font-size: 18px;
        margin-right: 10px;
        color: #bebebe;
    }

    .activity .activity-desk {
        margin-left: 70px;
        position: relative;
    }

    .activity.alt .activity-desk {
        margin-right: 70px;
        position: relative;
    }

        .activity.alt .activity-desk .panel {
            float: right;
            position: relative;
        }

.activity-desk .panel {
    background: #F4F4F4;
    display: inline-block;
}


.activity .activity-desk .arrow {
    border-right: 8px solid #F4F4F4 !important;
}

.activity .activity-desk .arrow {
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    display: block;
    height: 0;
    left: -7px;
    position: absolute;
    top: 13px;
    width: 0;
}

.activity-desk .arrow-alt {
    border-left: 8px solid #F4F4F4 !important;
}

.activity-desk .arrow-alt {
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    display: block;
    height: 0;
    right: -7px;
    position: absolute;
    top: 13px;
    width: 0;
}

.activity-desk .album {
    display: inline-block;
    margin-top: 10px;
}

    .activity-desk .album a {
        margin-right: 10px;
    }

        .activity-desk .album a:last-child {
            margin-right: 0px;
        }

.section_gap_large {
    padding: 80px 0px;
}


.gauge-chart {
    width: 100px;
    height: 60px;
}


.training .sidebar .nav-item a:hover {
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.cloudTree-nav {
    display: flex;
    justify-content: start;
    align-items: center;
}

.toggleMenu {
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: auto;
    padding: 5px;
    padding: 5px;
    border: 2px solid #ccc;
    border-radius: .2rem;
    display: none;
}

    .toggleMenu span {
        position: relative;
        height: 2px;
        width: 100%;
        background: #ccc;
        display: block;
    }

        .toggleMenu span::before,
        .toggleMenu span::after {
            content: "";
            position: absolute;
            height: 2px;
            width: 100%;
            background: #ccc;
            left: 0;
            transition: transform 0.1s ease, opacity 0.1s ease;
        }

        .toggleMenu span::before {
            top: -8px;
        }

        .toggleMenu span::after {
            top: 8px;
        }

    .toggleMenu.active span {
        background: transparent;
        /* hide the main line */
    }

        .toggleMenu.active span::before {
            transform: rotate(45deg) translateY(4px) translateX(6px);
        }

        .toggleMenu.active span::after {
            transform: rotate(-45deg) translateY(-4px) translateX(6px);
        }


.accent-green {
    color: #5fbf73;
}

/* Overlapping Images Hero Card Component */
.ct-card {
    background: #ffffff;
    border: 1px solid #f1f5f9;
    border-radius: 24px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    transition: all 0.4s ease;
    position: relative;
}

    .ct-card img.small {
        position: absolute;
        top: 20%;
        left: -10%;
        width: 45%;
        border: 8px solid #fff;
        transition: transform 0.4s ease;
    }

    .ct-card:hover {
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    }

        .ct-card:hover img.small {
            transform: translateY(-10px);
        }

/* Target Tags Layout */
.ct-tag {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 14px 20px;
    font-weight: 500;
    transition: all 0.3s ease;
    color: #0f172a;
}

    .ct-tag:hover {
        background: #0f172a;
        color: white;
    }

/* Mockup Feature Columns Component */
.features-2 .feature-item .feature-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

    .features-2 .feature-item .feature-icon i {
        font-size: 24px;
    }

.features-2 .phone-mockup img {
    max-width: 300px;
    height: auto;
    filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.1));
}

/* Core HR */
.feature-hr {
    background: #dbeafe;
}

    .feature-hr i {
        color: #2563eb;
    }

/* Payroll */
.feature-payroll {
    background: #dcfce7;
}

    .feature-payroll i {
        color: #16a34a;
    }

/* Attendance */
.feature-attendance {
    background: #fef3c7;
}

    .feature-attendance i {
        color: #d97706;
    }

/* Recruitment */
.feature-recruitment {
    background: #ede9fe;
}

    .feature-recruitment i {
        color: #7c3aed;
    }

/* Performance */
.feature-performance {
    background: #ffe4e6;
}

    .feature-performance i {
        color: #e11d48;
    }

/* Employee Self-Service */
.feature-selfservice {
    background: #cffafe;
}

    .feature-selfservice i {
        color: #0891b2;
    }

/* Workforce Analytics */
.feature-analytics {
    background: #f3e8ff;
}

    .feature-analytics i {
        color: #9333ea;
    }

/* General Modern Cards styling */
.ct-modern-card {
    background: #ffffff;
    border: 1px solid #f1f5f9;
    border-radius: 24px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    transition: all 0.4s ease;
}

    .ct-modern-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    }

/* Fixed Top-Left Offset Badges Layout */
.step-card-wrapper {
    position: relative;
    padding-top: 24px;
}

.step-number-badge {
    width: 48px;
    height: 48px;
    background: #5fbf73;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.3rem;
    position: absolute;
    top: 0;
    left: 40px;
    z-index: 2;
    box-shadow: 0 6px 15px rgba(95, 191, 115, 0.3);
}

/* Custom styles for your new metrics & trust items */
.metric-badge-box {
    background-color: #f8fafc;
    border: 1px dashed #cbd5e1;
    border-radius: 16px;
    padding: 1.25rem;
    transition: all 0.3s ease;
}

    .metric-badge-box:hover {
        border-color: #5fbf73;
        background-color: #fff;
    }
