.body {
    background-color: #0a342a !important;
}

.fixclass {
    position: sticky;
    top: 150px;
    align-self: flex-start;
    height: fit-content;
}

select {
    border: 1px solid #00000034;
    padding: 9px;
}

.bg-logo {
    background-color: #ECAB23;
}

.text-logo {
    color: #ECAB23;
}

.mb-60 {
    margin-bottom: 400px;
}

.ctitle {
    font-size: 60px;
    color: #ededf3;
}

.ttitle {
    font-size: 45px;
    color: #ededf3;
}

.clead {
    font-size: 18px;
    color: #fff !important;
    font-weight: 200;
}

.klead {
    font-size: 24px;
    font-weight: 600;
    color: #000 !important;
}

.llead {
    font-size: 18px;
    color: #222 !important;
}

.pt-80 {
    padding-top: 80px;
}

.pb-80 {
    padding-bottom: 80px;
}

.iconc {
    rotate: -45deg;
}

.bg-light {
    background-color: #f5f5f5 !important;
}

.ctitl {
    font-size: 80px;
    font-weight: 800;
    line-height: 70px !important;
}



/* .......................................... */



.services-section {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

/* background blur */
.services-section::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 500px;

    background: linear-gradient(80deg, #ECF0F4 42.4%, #F2295B00 1001%);
    border-radius: 50%;
    top: -200px;
    left: -150px;
    filter: blur(100px);
}

.section-title {
    text-align: center;
    margin-bottom: 70px !important;
}

.section-title span {
    color: #f0a500;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 16px;
}

.section-title h2 {
    font-size: 55px;
    font-weight: 700;
    color: #111827;
    margin-top: 10px;
}

.section-title p {
    color: #6b7280;
    margin: auto;
    margin-top: 15px;
    font-size: 18px;
}

.service-card {
    position: relative;
    background: #fff;
    border-radius: 25px;
    padding: 45px 30px;
    overflow: hidden;
    transition: 0.5s ease;
    border: 1px solid #ececec;
    height: 100%;
    z-index: 1;
}

/* gradient hover effect */
.service-card::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #f0a500, #ffcf66);
    top: 100%;
    left: 0;
    z-index: -1;
    transition: 0.5s ease;
}

.service-card:hover::before {
    top: 0;
}

.service-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
}

.service-icon {
    width: 90px;
    height: 90px;
    border-radius: 22px;
    background: #fff7e3;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 42px;
    color: #f0a500;
    margin-bottom: 30px;
    transition: 0.5s ease;
}

.service-card:hover .service-icon {
    background: #fff;
    transform: rotate(-8deg) scale(1.1);
}

.service-title {
    font-size: 26px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 15px;
    transition: 0.4s;
}

.service-desc {
    color: #6b7280;
    line-height: 1.7;
    transition: 0.4s;
}

.service-arrow {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #111827;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-top: 30px;
    transition: 0.4s;
}

.service-card:hover .service-arrow {
    transform: translateX(10px) rotate(-45deg);
    background: #fff;
    color: #111827;
}

.service-card:hover .service-title,
.service-card:hover .service-desc {
    color: #fff;
}

/* floating dots */
.floating-shape {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #f0a500;
    opacity: 0.2;
    animation: float 5s infinite linear;
}

.shape1 {
    top: 10%;
    right: 10%;
}

.shape2 {
    bottom: 20%;
    left: 5%;
    width: 35px;
    height: 35px;
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0px);
    }
}

@media(max-width:991px) {

    .section-title h2 {
        font-size: 36px;
    }

    .service-card {
        padding: 35px 25px;
    }

}

@media(max-width:768px) {

    .services-section {
        padding: 70px 0;
    }

    .section-title h2 {
        font-size: 30px;
    }

}



/* .......................................... */



.imagewhy {
    background-image: url('../img/contact-us.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.imageheo {
    background-image: url('../img/hero/hero-slide-1.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}


/* dddddddddddddddddddddddddddd */


.stats-section {
    padding: 20px 0;
}

.stats-box {
    display: flex;
    align-items: center;
    gap: 22px;
    height: 100%;
}

.stats-title {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
    color: #fff;
    max-width: 320px;
}

.stats-number {
    font-size: 78px;
    font-weight: 700;
    line-height: 1;
    color: #1f2d3d;
    margin: 0;
}

.stats-content {
    color: #fff;
    font-size: 16px;
    line-height: 1.6;
}

.rating-stars {
    color: #000 !important;
    ;
    font-size: 14px;
    margin-bottom: 0px;
    letter-spacing: 2px;
}

.rating-text {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}

.border-right-custom {
    border-right: 1px solid #ececec;
}

@media(max-width:991px) {

    .stats-box {
        margin-bottom: 35px;
    }

    .border-right-custom {
        border-right: none;
    }

}

@media(max-width:768px) {

    .stats-section {
        padding: 50px 0;
    }

    .stats-box {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
    }

    .stats-number {
        font-size: 60px;
    }

    .stats-title {
        font-size: 18px;
    }

}


/* dddddddddddddddddddddddddddd */

/* eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee */


.faq-section {
    padding: 90px 0;
    background: #f7f7f7;
}

/* LEFT SIDE */
.faq-title {
    font-size: 100px;
    font-weight: 600;
    color: #13232c;
    line-height: 1;
    margin-bottom: 25px;
    letter-spacing: -4px;
}

.faq-subtitle {
    color: #7b8794;
    font-size: 18px;
    line-height: 1.8;
    max-width: 320px;
}

/* CONTACT CARD */
.contact-card {
    background: linear-gradient(135deg, #13232c, #08121c);
    border-radius: 10px;
    padding: 40px 35px;
    margin-top: 50px;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.contact-card::before {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 50%;
    top: -100px;
    right: -80px;
}

.contact-card h4 {
    font-size: 26px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 20px;
}

.contact-card p {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.8;
    margin-bottom: 35px;
    font-size: 16px;
}

.talk-btn {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    transition: 0.4s;
}

.talk-btn span {
    width: 52px;
    height: 52px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #13232c;
    font-size: 22px;
    transition: 0.4s;
}

.talk-btn:hover span {
    transform: translateX(8px) rotate(-45deg);
}

/* ACCORDION */
.custom-accordion .accordion-item {
    border: 1px solid #e6e6e6;
    border-radius: 14px !important;
    overflow: hidden;
    margin-bottom: 18px;
    background: #fff;
}

.custom-accordion .accordion-button {
    background: #fff;
    font-size: 20px;
    font-weight: 500;
    color: #13232c;
    padding: 28px 32px;
    box-shadow: none !important;
}

.custom-accordion .accordion-button:not(.collapsed) {
    background: #fff;
    color: #13232c;
}

.custom-accordion .accordion-body {
    padding: 0 32px 28px;
    color: #7b8794;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 400;
}

/* REMOVE DEFAULT ICON */
.custom-accordion .accordion-button::after {
    display: none;
}

/* CUSTOM ICON */
.accordion-icon {
    margin-left: auto;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #13232c;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: 0.4s;
}

.accordion-button:not(.collapsed) .accordion-icon {
    transform: rotate(180deg);
}

/* RESPONSIVE */
@media(max-width:991px) {

    .faq-title {
        font-size: 90px;
    }

    .left-side {
        margin-bottom: 50px;
    }

}

@media(max-width:768px) {

    .faq-section {
        padding: 70px 0;
    }

    .faq-title {
        font-size: 70px;
    }

    .custom-accordion .accordion-button {
        font-size: 18px;
        padding: 22px;
    }

    .custom-accordion .accordion-body {
        font-size: 16px;
        padding: 0 22px 22px;
    }

    .contact-card h4 {
        font-size: 28px;
    }

}

.dark-one {
    background-color: #16222d !important;
}

/* eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee */
.contact-bg {
    background-image: url('../img/contact-uss.jpeg');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;

}

.about-bg {
    background-image: url('../img/about-us.jpeg');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;

}

.careers-bg {
    background-image: url('../img/careers-bg.jpeg');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;

}

/* eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee */



/* Dark Overlay */
.breadcrumb {
    padding: 300px 0px 80px;
}


/* Content */
.banner-content {
    position: relative;
    z-index: 0;
    width: 100%;
}

.breadcrumb-custom {
    display: flex;
    align-items: center;
    gap: 12px;
    color: rgba(255, 255, 255, .85);
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 22px;
}

.breadcrumb-custom a {
    color: #fff;
    text-decoration: none;
}

.breadcrumb-custom i {
    font-size: 12px;
}

.banner-title {
    color: #fff;
    font-size: 90px;
    font-weight: 700;
    line-height: 1;
    margin: 0;
    letter-spacing: -2px;
}

.banner-description {
    color: #fff;
    font-size: 18px;
    line-height: 1.5;
    max-width: 100%;
    font-weight: 500;
}

/* Optional Animation */
.banner-title {
    animation: slideUp 1s ease;
}

.banner-description {
    animation: slideLeft 1.2s ease;
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideLeft {
    from {
        opacity: 0;
        transform: translateX(50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Responsive */

@media(max-width:991px) {

    .about-banner {
        min-height: 500px;
        text-align: center;
    }

    .banner-title {
        font-size: 60px;
        margin-bottom: 20px;
    }

    .banner-description {
        margin: auto;
    }

    .breadcrumb-custom {
        justify-content: flex-start;
    }
}

@media(max-width:576px) {

    .breadcrumb{
        padding: 100px 0px 40px;
    }
    .banner-title {
        font-size: 42px;
    }

    .banner-description {
        font-size: 13px;
        font-weight: 400;
    }

    .about-banner {
        min-height: 420px;
    }
}

/* eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee */

/* eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee */

.process-section {
    background: #16222d;
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}

/* Decorative Squares */

.shape {
    position: absolute;
    background: rgba(255, 255, 255, .08);
}

.shape-1 {
    width: 95px;
    height: 95px;
    top: 70%;
    left: 16%;
}

.shape-1::after {
    content: "";
    position: absolute;
    width: 95px;
    height: 95px;
    top: 0;
    left: 95px;
    background: rgba(255, 255, 255, .12);
}

.shape-1::before {
    content: "";
    position: absolute;
    width: 95px;
    height: 95px;
    top: 95px;
    left: 95px;
    background: rgba(255, 255, 255, .10);
}

.shape-2 {
    width: 90px;
    height: 90px;
    right: 0;
    top: 0;
}

.shape-2::after {
    content: "";
    position: absolute;
    width: 90px;
    height: 90px;
    left: 90px;
    top: 0;
    background: rgba(255, 255, 255, .10);
}

.shape-2::before {
    content: "";
    position: absolute;
    width: 90px;
    height: 90px;
    top: 90px;
    left: 90px;
    background: rgba(255, 255, 255, .08);
}

/* Heading */

.section-tag {
    display: inline-block;
    background: #f4ae22;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    padding: 10px 18px;
    border-radius: 4px;
    margin-bottom: 25px;
}

.section-title {
    color: #fff;
    font-size: 62px;
    font-weight: 700;
    line-height: 1.1;
    margin: 0;
}

.section-text {
    color: #fff;
    font-size: 20px;
    line-height: 1.8;
}

/* Timeline */

.process-item {
    display: flex;
    gap: 30px;
    position: relative;
    margin-bottom: 45px;
}

.process-item:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 16px;
    top: 55px;
    width: 1px;
    height: 55px;
    background: rgba(255, 255, 255, .18);
}

.process-number {
    color: #f4ae22;
    font-size: 42px;
    font-weight: 700;
    min-width: 40px;
}

.process-content h4 {
    color: #fff;
    font-size: 34px;
    margin-bottom: 15px;
    font-weight: 600;
    line-height: 25px;
}

.process-content p {
    color: #fff;
    font-size: 17px;
    line-height: 1.8;
    margin: 0;
}

/* Image */

.process-image {
    overflow: hidden;
    border-radius: 10px;
}

.process-image img {
    width: 100%;
    display: block;
    transition: .8s;
}

.process-image:hover img {
    transform: scale(1.08);
}

/* Hover Animation */

.process-item {
    transition: .4s;
}

.process-item:hover {
    transform: translateX(10px);
}

.process-item:hover .process-number {
    color: #fff;
}

/* Responsive */

@media(max-width:991px) {

    .process-section {
        padding: 80px 0;
    }

    .section-title {
        font-size: 42px;
        margin-bottom: 30px;
    }

    .section-text {
        margin-bottom: 40px;
    }

    .process-image {
        margin-left: 0;
        margin-top: 40px;
    }

    .process-content h4 {
        font-size: 26px;
    }

    .process-number {
        font-size: 32px;
    }
}

@media(max-width:576px) {

    .section-title {
        font-size: 34px;
    }

    .process-content h4 {
        font-size: 22px;
    }

    .process-content p {
        font-size: 15px;
    }
}

/* eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee */

/* eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee */


.career-section {
    padding: 100px 0;
}

.job-item {
    padding: 40px 0;
    border-bottom: 1px solid #dfe4e8;
    transition: .4s;
}

.job-item:hover {
    transform: translateX(10px);
}

.job-tag {
    display: block;
    color: #ecab23;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 18px;
}

.job-title {
    font-size: 35px;
    font-weight: 600;
    color: #000 !important;
    margin-bottom: 18px;
    line-height: 1.1;
}

.job-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    color: #7d8790;
    font-size: 20px;
}

.dot {
    width: 6px;
    height: 6px;
    background: #c5cbd1;
    border-radius: 50%;
}

.job-actions {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
}

.expand-btn {
    width: 60px;
    height: 60px;
    border: 1px solid #d8dde2;
    background: #fff;
    border-radius: 50%;
    font-size: 22px;
    color: #5b6670;
    transition: .4s;
}

.expand-btn:hover {
    background: #0f2233;
    color: #fff;
}

.apply-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    
    background: linear-gradient(135deg, #f0a500, #ffcf66);
    color: var(--titleColor);
    border: 1px solid linear-gradient(135deg, #f0a500, #ffcf66);
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
    transition: .4s;
    border-radius: 5px;
    height: 54px;
    padding: 5px 30px;
    transition: var(--transition);

}

.apply-btn:hover {
    transform: translateY(-3px);
    color: #fff;
    box-shadow: 0 15px 30px rgba(255, 106, 0, .25);
}

.apply-btn i {
    transition: .4s;
}

.apply-btn:hover i {
    transform: translateX(5px);
}

@media(max-width:991px) {

    .job-title {
        font-size: 38px;
    }

    .job-actions {
        justify-content: flex-start;
        margin-top: 25px;
    }
}

@media(max-width:768px) {

    .career-section {
        padding: 70px 0;
    }

    .job-title {
        font-size: 30px;
    }

    .job-meta {
        font-size: 16px;
        gap: 10px;
    }

    .apply-btn {
        font-size: 16px;
        padding: 14px 24px;
    }

    .expand-btn {
        width: 50px;
        height: 50px;
    }

    .ctitle {
        font-size: 35px;
        line-height: 35px;
        color: #ededf3;
    }

    .ttitle {
        font-size: 35px;
        line-height: 35px;
        color: #ededf3;
    }

    .imageheo {
        background-image: url('../img/hero/hero-slide-1.jpg');
        background-position: top center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 550px;
    }
    .lead{
        font-size: 18px;
        line-height: 22px;
        font-weight: 300;
    }
}


/* eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee */

/* eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee */


.logo-slider {
            width: 100%;
            overflow: hidden;
            position: relative;
            padding: 30px 0;
        }

        .logo-track {
            display: flex;
            width: max-content;
            animation: marquee 30s linear infinite;
        }

        .logo-slider:hover .logo-track {
            animation-play-state: paused;
        }

        .logo-item {
            flex: 0 0 auto;
            width: 246px;
            margin: 12px 10px;
            padding: 32px 21px;
            border-radius: 20px;
            border: 4px solid #a0a0a034;
            background: #fff;
            text-align: center;
        }

        .logo-item img {
            width: 180px;
            height: 70px;
            object-fit: contain;
            margin-bottom: 80px;
        }

        .logo-item h6 {
            color: #000;
            margin: 0;
        }

        .logo-item:hover {
            transform: scale(1.05);
            transition: .3s;
        }

        .gradient-left,
        .gradient-right {
            position: absolute;
            top: 0;
            width: 120px;
            height: 100%;
            z-index: 2;
            pointer-events: none;
        }

        .gradient-left {
            left: 0;
            background: linear-gradient(to right, #fff, transparent);
        }

        .gradient-right {
            right: 0;
            background: linear-gradient(to left, #fff, transparent);
        }

        @keyframes marquee {
            0% {
                transform: translateX(0);
            }

            100% {
                transform: translateX(-50%);
            }
        }

        @media(max-width:768px) {

            .logo-item {
                width: 140px;
                padding: 15px;
            }

            .logo-item img {
                width: 200px;
                height: 50px;
                margin-bottom: 20px;
            }

            .logo-item h6 {
                font-size: 12px;
            }

            .gradient-left,
            .gradient-right {
                display: none;
            }

            .logo-track {
                animation-duration: 20s;
            }
            .logo-item {
                flex: 0 0 auto;
                width: 150px;
                margin: 12px 10px;
                padding: 15px 15px;
                border-radius: 20px;
                border: 2px solid #a0a0a034;
                background: #fff;
                text-align: center;
            }

        }


/* eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee */




