@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&family=Sora:wght@100..800&display=swap');

body {
    font-family: "Inter Tight", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Sora", sans-serif;
}

:root {
    --primary-color: #18968A;
    --secondary-color: #354151;
    --grey-color: #5B5B5B;
    --black-color: #000000;
    --white-color: #ffffff;

}

.bg-green {
    background: #18968A;

}

.bg-black {
    background: #000;
}

.bg-whites {
    background: #fff;

}

.btn-green {
    background: var(--primary-color);
    text-decoration: none;
    padding: 7px 20px;
    color: var(--white-color) !important;
    border-radius: 50px;
    transition: all 0.5s ease-in-out;
    max-width: fit-content;
    width: 100%;
    font-size: 16px;

}

.btn-green:hover {
    background-color: var(--black-color);
    color: var(--black-color);
    transform: scale(1.05);
}


.btn-transp {
    border: 1px solid var(--white-color);
    text-decoration: none;
    padding: 7px 20px;
    color: var(--white-color);
    background: transparent;
    border-radius: 50px;
    transition: all 0.5s ease-in-out;
    max-width: fit-content;
    width: 100%;

}

.btn-transp:hover {
    background-color: var(--white-color);
    color: var(--black-color);
    transform: scale(1.05);
}

.head-title {
    font-size: 20px;
    color: var(--primary-color);
    text-transform: uppercase;
}

/*********Navigation************/


a.navbar-brand img {
    max-width: 150px;
}

.navbar ul.navbar-nav li {
    padding: 0 10px;
}

.navbar ul.navbar-nav li a {
    font-size: 16px;
    color: var(--black-color);
    font-weight: 500;
}

.navbar ul.navbar-nav li a.nav-link.active {
    color: var(--primary-color);
    font-weight: 500;
    border-radius: 50px;

}

.navbar .right-menus {
    display: flex;
    justify-content: space-around;
    list-style: none;
    align-items: center;
    margin: 0;
}

.navbar .right-menus li {
    margin: 0 15px;
}

.navbar .right-menus li a {
    text-decoration: none;
    font-size: 18px;
    color: var(--black-color);
}

.navbar .dropdown-item.active,
.navbar .dropdown-item:active {
    color: var(--white-color) !important;
    text-decoration: none;
    background-color: #18968a;
}

/***** Home Banner Slider *****/
#carouselAES-mc .carousel-caption {
    position: absolute;
    top: 46%;
    left: 50%;
    transform: translate(-46%, -50%);
    text-align: center;
    color: var(--white-color);
    z-index: 10;
    width: 100%;
    padding: 0 15px;
}

#carouselAES-mc .carousel-caption h2 {
    font-size: 72px;
    font-weight: bold;
    margin-bottom: 20px;
    color: var(--white-color);
}

#carouselAES-mc .carousel-caption h2 span {
    color: var(--primary-color);
}

#carouselAES-mc .carousel-caption p {
    font-size: 24px;
    color: var(--white-color)
}

#carouselAES-mc .banner-btngroup {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
}

#carouselAES-mc .banner-btngroup {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
}

#carouselAES-mc .banner-btngroup .btn {
    text-align: center;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    max-width: 100% !important;
}

#carouselAES-mc .carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--grey-color);
    opacity: 0.5;
    margin: 0 5px;
    cursor: pointer;
    border: 2px solid transparent;

}

#carouselAES-mc .carousel-indicators .active {
    background: var(--white-color);
    opacity: 1;
    border: 2px solid var(--white-color);
}

#carouselAES-mc .carousel-caption .stats-list {
    display: flex;
    justify-content: center;
    gap: 30px;
    padding: 0;
    margin: 0;
}

#carouselAES-mc .carousel-caption .stats-list li {
    list-style: none;
}

#carouselAES-mc .carousel-caption .stats-box {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    border-radius: 20px;
    padding: 30px 50px;
    text-align: center;
    min-width: 220px;
}

#carouselAES-mc .carousel-caption .stats-number {
    font-size: 32px;
    font-weight: 700;
    color: #2BC8BE;
    margin-bottom: 5px;
}

#carouselAES-mc .carousel-caption .stats-label {
    color: #fff;
    font-size: 16px;
    opacity: 0.9;
}

/* About us */

.about-us .about-content h2 {
    font-size: 36px;
    color: var(--black-color);
    padding: 10px 0;
    font-weight: 700;
}

.about-us .about-content p {
    font-size: 16px;
    line-height: 1.7;
    color: var(--grey-color);
    margin-bottom: 20px;
}

.about-box {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    list-style: none;
    padding: 0;
}

.about-box img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    margin-bottom: 15px;
}

.about-box li {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    border-radius: 20px;
}

.about-box li h3 {
    font-size: 20px;
    color: var(--secondary-color);
    font-weight: 600;
}

.about-box li p {
    font-size: 16px;
    line-height: 1.7;
    color: var(--grey-color);
    margin: 0;
}

.years-exp {
    position: absolute;
    bottom: 90px;
    left: 20px;
    background-color: var(--primary-color);
    color: var(--white-color);
    padding: 35px 20px;
    border-radius: 10px;
    text-align: center;
    font-weight: 500;
}

.years-exp p {
    margin: 0;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 300;
}

/* **Our Services** */

.our-services {
    padding: 60px 0;
}

.our-services h2 {
    font-size: 36px;
    color: var(--black-color);
    padding-bottom: 20px;
    font-weight: 700;
    text-align: center;
}

.our-services h2 span {
    color: var(--primary-color);
}

.our-services p {
    font-size: 16px;
    line-height: 1.7;
    color: var(--secondary-color);
    margin-bottom: 40px;
    text-align: center;
}

.our-services .service-card {
    border-radius: 15px;
    transition: all 0.5s ease-in-out;
    background-color: #F9F9FB;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.our-services .service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.our-services .service-card h4 {
    font-size: 24px;
    color: var(--black-color);
    padding: 10px 0;
    font-weight: 600;
}

.our-services .service-card p {
    font-size: 16px;
    line-height: 1.7;
    color: var(--grey-color);
    margin-bottom: 15px;
    text-align: left;
}

.our-services .service-img img {
    width: 150px;
    height: auto;
}

.our-services .service-content ul {
    padding-left: 0px;
    text-align: left;
}

.our-services .service-card ul li {
    margin-bottom: 6px;
    list-style: none;
    color: var(--grey-color);
    position: relative;
    padding-left: 25px;
}

.our-services .service-card ul li::before {
    content: "\f00c";
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    color: var(--primary-color);
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    line-height: 1.4;
}

.our-services .btn {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    text-align: center;
    align-items: center;
}

/* Responsive: Stack image and content on mobile */
@media (max-width: 767px) {
    .our-services .service-card {
        flex-direction: column;
        text-align: center;
    }

    .our-services .service-img {
        margin-bottom: 20px;
        margin-right: 0 !important;
    }


}


/* **Our Global Presence** */
.global-presence {
    background-color: #FBFCFE;
    padding: 60px 0;
}

.global-presence h2 {
    font-size: 36px;
    color: var(--black-color);
    padding-bottom: 10px;
    font-weight: 700;
    text-align: center;
}

.global-presence h2 span {
    color: var(--primary-color);
}

.global-presence p {
    font-size: 16px;
    line-height: 1.7;
    color: var(--secondary-color);
    margin-bottom: 20px;
    text-align: center;
}



.global-presence .location-card {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.global-presence .location-card {
    border: none;
    border-radius: 18px;
    overflow: hidden;
    background: var(--white-color);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
/*     max-width: 600px; */
    margin: auto;
}

.global-presence .location-img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    position: relative;
}

.global-presence .location-img figcaption {
    position: absolute;
    bottom: 15px;
    left: 10px;
    color: var(--white-color);
    padding: 8px 12px;
    border-radius: 5px;
    font-size: 18px;
}

.global-presence .location-content {
    padding: 5px 25px;
}

.global-presence .location-title {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 1.25rem;
    margin-bottom: 15px;
}


.global-presence .location-desc {
    color: var(--grey-color);
    margin-bottom: 20px;
    text-align: left;
}

.global-presence .service-title {
    font-weight: 600;
    margin-bottom: 10px;
}

.global-presence .service-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.global-presence .service-list li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 15px;
}

.global-presence .service-list li i {
    color: var(--primary-color);
    margin-right: 8px;
}

.global-presence .ready-expand {
    text-align: center;
    margin-top: 40px;
    /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08); */
    padding: 50px 20px;
}

.global-presence .ready-expand h3 {
    font-size: 28px;
    color: var(--black-color);
    padding: 20px 0;
    font-weight: 700;
}

.global-presence .ready-expand p {
    font-size: 18px;
    line-height: 1.7;
    color: var(--secondary-color);
    margin-bottom: 20px;
}

.global-presence .ready-expand .ready-expand-btngroup {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.global-presence .ready-expand .ready-expand-btngroup .btn-transp {
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
}

/* **Client Success Stories** */
.client-success {
    padding: 60px 0;
}

.client-success h2 {
    font-size: 36px;
    color: var(--black-color);
    padding-bottom: 10px;
    font-weight: 700;
    text-align: center;
}

.client-success h2 span {
    color: var(--primary-color);
}

.client-success p {
    font-size: 16px;
    line-height: 1.7;
    color: var(--secondary-color);
    margin-bottom: 40px;
    text-align: center;
}

.client-success .success-card {
    border-radius: 15px;
    transition: all 0.5s ease-in-out;
    background-color: #F9F9FB;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    padding: 20px;
    height: 100%;
}

.client-success .success-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.client-success .star-group .fa {
    color: #F9CD12;
    margin-bottom: 15px;
}

.client-success .success-card p {
    font-size: 18px;
    line-height: 1.7;
    color: var(--secondary-color);
    margin-bottom: 15px;
    text-align: left;
}

.client-success .client-details {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 15px;
}

.client-success .client-details li img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
}

.client-success .client-details li h5 {
    font-size: 16px;
    margin: 0;
    font-weight: 600;
    color: var(--black-color);
}

.client-success .client-details li p {
    margin: 0;
    font-size: 14px;
    color: var(--secondary-color);
}

/* **Join Our Success Stories** */


.join-success .container {
    background-color: #F3F9F9;
    text-align: center;
    border-radius: 20px;
    padding: 60px 0;
	border:10px solid #fff;
}

.join-success h2 {
    font-size: 36px;
    color: var(--black-color);
    padding-bottom: 10px;
    font-weight: 700;
}

.join-success p {
    font-size: 16px;
    line-height: 1.7;
    color: var(--secondary-color);
    margin-bottom: 30px;
}

/* **Ready to Drive Success andEmpower Growth?** */

.ready-drive-success {
    background-image: url(../images/empower-growth.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 0;
}

.ready-drive-success h2 {
    font-size: 36px;
    color: var(--white-color);
    padding-bottom: 10px;
    font-weight: 700;
    text-align: center;
}

.ready-drive-success h2 span {
    color: var(--primary-color);
}

.ready-drive-success p {
    font-size: 18px;
    line-height: 1.7;
    color: var(--white-color);
    margin-bottom: 40px;
    text-align: center;
}

.ready-drive-box {
    padding: 30px 20px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    backdrop-filter: blur(5px);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.ready-drive-success .row>div {
    display: flex;
}


.ready-drive-box img {
    width: 91px;
    height: 91px;
    text-align: center;
    margin: 0 auto;
}

.ready-drive-box h4 {
    color: var(--white-color);
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 600;
}

.ready-drive-box p {
    color: var(--white-color);
    font-size: 16px;
    margin-bottom: 0;
}

.ready-drive-box:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-5px);
}

.ready-drive-btngroup {
    list-style: none;
    padding: 0;
    margin: 30px 0 0;
    display: flex;
    justify-content: center;
    gap: 15px;
}

.ready-drive-btngroup li {
    display: inline-block;
}


/* =========================================================
   GET IN TOUCH SECTION STYLES
========================================================= */

.get-in-touch {
    background: #FBFCFE;
    padding: 60px 0;
    overflow: hidden;
}

.get-in-touch h2 {
    font-size: 36px;
    color: var(--black-color);
    padding-bottom: 10px;
    font-weight: 700;
    text-align: center;
}

.get-in-touch h2 span {
    color: var(--primary-color)
}

.get-in-touch p {
    font-size: 16px;
    color: var(--grey-color)
}

.get-in-touch .icon-box {
    width: 48px;
    height: 48px;
    background: rgba(12, 155, 125, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.get-in-touch .contact-info p,
.get-in-touch .contact-info p a {
    color: var(--secondary-color);
    text-decoration: none;
}

.get-in-touch .contact-info span {
    background: #18968a3b;
    color: #18968a;
}

.get-in-touch .contact-info {
    align-items: initial;
}

.get-in-touch .contact-info i {
    margin-top: 18px;
}

.get-in-touch .icon-box i {
    color: var(--primary-color);
    font-size: 18px;
}

.get-in-touch .hours-box {
    background: var(--white-color);
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.05);
}

.get-in-touch .hours-box div {
    padding: 6px 0;
    font-size: 16px;
}

.get-in-touch .form-box {
    background: var(--white-color);
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.06);
}

.get-in-touch .form-label {
    font-size: 14px;
    color: #212529;
    font-weight: 600;
}

/* Inputs */
.get-in-touch .form-control,
.get-in-touch .form-select {
    border-radius: 8px;
    padding: 10px 12px;
    border: 1px solid #dfe4ea;
    font-size: 15px;
}

.get-in-touch .form-control:focus,
.get-in-touch .form-select:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.15rem rgba(12, 155, 125, 0.25);
}

/* Submit Button */
.get-in-touch button.btn-success {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    border-radius: 8px;
    font-size: 17px;
    padding: 10px;
}

.get-in-touch button.btn-success:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

/* Mobile Adjustments */
@media (max-width: 767px) {

    .get-in-touch .form-box,
    .get-in-touch .hours-box {
        padding: 20px;
    }
}

/* Footer */
.footer {
    background-color: #121A27;
    padding: 40px 0 20px;
}

.footer img {
    max-width: 250px;
    margin-bottom: 15px;
}

.footer p,
.footer a,
.footer li {
    font-size: 16px;
    color: #B6BBC5;
    text-decoration: none;
}

.footer i {
    color: var(--primary-color);
}

.footer-title {
    font-size: 20px;
    margin-bottom: 15px;
    color: var(--white-color);
    font-weight: 600;
}



.footer-links a {
    display: block;
    margin-bottom: 8px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 16px;
}

.footer-links a:hover {
    color: var(--white-color);
    padding-left: 4px;
    padding-left: 4px;
}

.footer-bottom a:hover {
    color: var(--white-color)
}

.footer-bottom a {
    margin-left: 12px;
    padding-left: 12px;
    font-size: 16px;
    color: #B6BBC5;
    text-decoration: none;
    position: relative;
}

.footer-bottom a::after {
    content: "";
    position: absolute;
    right: -8px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 14px;
    background-color: #B6BBC5;
}

.footer-bottom a:last-child::after {
    display: none;
}

.footer-bottom a:hover {
    color: var(--white-color);
}

@media screen and (min-width: 1400px) and (max-width: 1699px) {
    #carouselAES-mc .carousel-caption {
        top: 38%;
    }

    #carouselAES-mc .carousel-caption h2 {
        font-size: 56px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
    #carouselAES-mc .carousel-caption {
        top: 36%;
    }

    #carouselAES-mc .carousel-caption h2 {
        font-size: 42px;
    }

    #carouselAES-mc .carousel-caption p {
        font-size: 20px;
    }

    .our-services .service-card {
        display: flex;
        flex-direction: row;
        min-height: 375px;
    }

    .client-success .success-card {
        min-height: 375px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    #carouselAES-mc .carousel-caption h2 {
        font-size: 42px;
    }

    #carouselAES-mc .carousel-item {
        height: 700px;
    }

    #carouselAES-mc .carousel-item img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    #carouselAES-mc .carousel-caption p {
        font-size: 18px;
    }

    #carouselAES-mc .carousel-caption {
        bottom: 0;
    }

    .years-exp {
        position: absolute;
        bottom: 50%;
    }

    .client-success .success-card {
        min-height: 310px;
    }

    .global-presence h2 {
        padding-bottom: 0;
    }

    .global-presence p {
        margin-bottom: 0;
        line-height: 1.5;
    }

    .our-expertise .expertise-img img {
        width: 190px;
        height: auto;
    }

}

@media screen and (min-width: 768px) and (max-width: 991px) {

    #carouselAES-mc .carousel-item {
        height: 460px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #carouselAES-mc .carousel-inner img {
        height: 460px;
        width: 100%;
        object-fit: cover;
    }

    #carouselAES-mc .carousel-caption {
        position: absolute;
        top: 36%;
        left: 50%;
        transform: translate(-49%, -50%);
    }

    #carouselAES-mc .carousel-caption h2 {
        font-size: 32px;
        margin-bottom: 8px;
    }

    #carouselAES-mc .carousel-caption h2 br {
        display: none;
    }

    .our-expertise .expertise-img img {
        width: 190px;
        height: auto;
    }
}

@media screen and (max-width: 991px) {
    .navbar .right-menus {
        justify-content: start;
        margin: 0;
        padding: 0;
    }

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

    .global-presence .row {
        gap: 30px;
    }

    .ready-drive-box {
        padding: 30px 18px;
    }

    .managed-ventures .ventures-list {
        margin-bottom: 20px;
    }

    .who-we-are .whoweare-content {
        margin-top: 20px;
    }

    .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
        position: absolute;
        top: 96px;
        background: #fff;
        width: 100%;
        left: 0;
        padding-bottom: 30px;
        border-top: 1px solid #ddd;
        z-index: 99999;
    }

    p.small.footer-des br {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .our-services .service-card {
        flex-direction: column;
        min-height: auto;
        text-align: center;
    }

    .our-expertise .expertise-img img {
        width: 90px;
        height: auto;
        margin-bottom: 20px;
    }

    #carouselAES-mc .carousel-caption .stats-number {
        font-size: 28px;
    }

    #carouselAES-mc .carousel-caption .stats-label {
        font-size: 14px;
    }

    #carouselAES-mc .carousel-item {
        height: 460px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #carouselAES-mc .carousel-inner img {
        height: 460px;
        width: 100%;
        object-fit: cover;
    }

    #carouselAES-mc .carousel-caption {
        position: absolute;
        top: 39%;
        left: 49%;
        transform: translate(-49%, -50%);
    }

    #carouselAES-mc .carousel-caption h2 {
        font-size: 32px;
        margin-bottom: 8px;
    }

    #carouselAES-mc .carousel-caption p {
        font-size: 16px;
    }

    #carouselAES-mc .carousel-caption h2 br {
        display: none;
    }

    #carouselAES-mc .carousel-caption .stats-box {
        padding: 10px;
    }

    .our-services .service-img img {
        width: 90px;
        height: auto;
    }

    .our-services .service-card h4,
    .our-expertise .expertise-card h4 {
        text-align: left;

    }

    .global-presence h2,
    .global-presence p {
        margin-bottom: 0;
        line-height: 1.5;
    }

    #carouselAES-mc .carousel-caption .stats-list {
        gap: 10px;
    }

    #carouselAES-mc .carousel-caption .stats-box {
        min-width: 130px;
    }

    .footer-bottom {
        text-align: left !important;
    }

    .years-exp {
        bottom: 0;
    }

    ul.ready-drive-btngroup .btn {
        min-width: 224px;
    }
}

@media screen and (max-width: 479px) {

    .ready-drive-btngroup,
    #carouselAES-mc .banner-btngroup {
        flex-wrap: wrap;
    }

    .ready-drive-btngroup {
        gap: 20px;
        flex-wrap: wrap;
    }

    #carouselAES-mc .carousel-item {
        height: 550px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #carouselAES-mc .carousel-inner img {
        height: 550px;
        width: 100%;
        object-fit: cover;
    }

    #carouselAES-mc .carousel-caption .stats-list {
        gap: 7pxpx;
    }

    #carouselAES-mc .carousel-caption .stats-box {
        min-width: 115px;
        padding: 4px;
    }

    .scale-row {
        display: flex;
        justify-content: space-between;
        margin-left: 22% !important;
        margin-top: 10px;
        font-size: 0.80rem !important;
    }

    .projected-expense .chart-table td {
        padding: 12px 0px !important;
    }

    .projected-expense .chart-area {
        width: 77% !important;
    }

    .projected-expense .label {
        width: 25% !important;
        font-size: 0.8rem !important;
    }


}

/* ******Inner banner****** */

.inner-banner {
    background-image: url(../images/inner-banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    padding: 100px 0;
    color: #fff;
}

.inner-banner nav {
    display: flex;
    justify-content: center;
}

.inner-banner ol.breadcrumb li a,
.inner-banner .breadcrumb-item.active,
.breadcrumb-item+.breadcrumb-item::before {
    font-size: 16px;
    text-decoration: none;
    color: var(--white-color);

}

/* ** Who We Are** */

.who-we-are .whoweare-content h2 {
    font-size: 36px;
    color: var(--black-color);
    padding-bottom: 10px;
    font-weight: 700;
}

.who-we-are .whoweare-content h2 span {
    color: var(--primary-color)
}

.who-we-are .whoweare-content p {
    font-size: 16px;
    color: var(--grey-color);
    line-height: 1.8;
}

/* **Mission & Vision** */

.mission-vision .our-mission,
.mission-vision .our-vision {
    background-color: #F3F9F9;
    padding: 50px 20px;
    border-radius: 20px;
    height: 100%;
}

.mission-vision .our-mission h2,
.mission-vision .our-vision h2 {
    font-size: 36px;
    color: var(--secondary-color);
    padding: 10px 0 0;
    font-weight: 700;
}

.mission-vision .our-mission h2,
.mission-vision .our-vision h2 {
    font-size: 16px;
    color: var(--grey-color);
    line-height: 1.8;
}

/* **Our Core Values** */

.core-values {
    background-image: url(../images/our-core-values.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 0;
}

.core-values h2 {
    font-size: 36px;
    color: var(--white-color);
    padding-bottom: 10px;
    font-weight: 700;
    text-align: center;
}

.core-values h2 span {
    color: var(--primary-color);
}

.core-values p {
    font-size: 18px;
    line-height: 1.7;
    color: var(--white-color);
    margin-bottom: 40px;
    text-align: center;
}

.core-value-box {
    background-color: var(--white-color);
    border-radius: 20px;
    text-align: center;
    height: 100%;
    padding: 30px 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease-in-out;
}

.core-value-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    background-color: #D1EBEA;
}

.core-value-box h4 {
    color: var(--black-color);
    font-size: 20px;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 10px;
}

.core-value-box p {
    color: var(--secondary-color);
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 0;
}

/* **Our Expertise** */

.our-expertise {
    padding: 60px 0;
}

.our-expertise h2 {
    font-size: 36px;
    color: var(--black-color);
    padding-bottom: 20px;
    font-weight: 700;
    text-align: center;
}

.our-expertise h2 span {
    color: var(--primary-color);
}

.our-expertise p {
    font-size: 16px;
    line-height: 1.7;
    color: var(--secondary-color);
    margin-bottom: 40px;
    text-align: center;
}

.our-expertise .expertise-card {
    border-radius: 15px;
    transition: all 0.5s ease-in-out;
    background-color: #F9F9FB;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    height: 100%;
    display: flex;
    align-items: flex-start;
}

.our-expertise .expertise-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.our-expertise .expertise-card h4 {
    font-size: 24px;
    color: var(--black-color);
    padding: 0;
    font-weight: 600;
}

.our-expertise .expertise-card p {
    font-size: 16px;
    line-height: 1.7;
    color: var(--grey-color);
    margin-bottom: 0;
    text-align: left;
}

.our-expertise .expertise-img img {
    max-width: 75px;
    height: auto;
}

.our-expertise .btn {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    text-align: center;
    align-items: center;
}

@media (max-width: 767px) {
    .our-expertise .expertise-card {
        flex-direction: column;
        text-align: center;
    }

    .our-expertise .expertise-img {
        margin-bottom: 20px;
        margin-right: 0 !important;
    }

    .about-box {
        display: block !important;
    }

    .about-box li,
    .global-presence .ready-expand .ready-expand-btngroup li {
        margin-bottom: 20px;
    }

    .our-services p br,
    .global-presence p br,
    .global-presence .ready-expand p br,
    .client-success p br,
    .join-success p br,
    .ready-drive-success p br,
    .footer p br,
    .our-expertise p br,
    .core-values p br,
    .pittsburgh-opportunity p br,
    #carouselAES-mc .carousel-caption p br,
    .market-strategy p br {
        display: none;
    }

    .global-presence .ready-expand .ready-expand-btngroup {
        display: block;
    }

    .mission-vision .our-mission {
        height: auto !important;
        margin-bottom: 30px;
    }


}

/* Managed Ventures */

.managed-ventures {
    padding: 60px 0;
    background-color: var(--primary-color);
}

.managed-ventures h2 {
    font-size: 36px;
    color: var(--white-color);
    padding-bottom: 20px;
    font-weight: 700;
}

.managed-ventures h2 span {
    color: var(--black-color);
}

.managed-ventures p {
    font-size: 18px;
    line-height: 1.7;
    color: var(--black-color);
}

/* VENTURE LIST */
.ventures-list .venture-item {
    background: #58FFEF;
    border-radius: 40px;
    padding: 40px 20px;
    color: var(--black-color);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.6);
    transition: all 0.5s ease-in-out;
    cursor: pointer;
}

.ventures-list .venture-item:hover {
    background: #096E65;
}

.ventures-list .venture-item p {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    font-size: 20px;
}

.ventures-list .venture-item:hover p,
.ventures-list .venture-item:hover .tagline {
    color: var(--white-color);
}

.ventures-list .venture-item:hover strong {
    color: #5EFBEB;
}



/* TEXT */
.ventures-list strong {
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
}

.ventures-list .tagline {
    font-size: 16px;
    margin-top: 4px;
}

.ventures-list .venture-item:not(:first-child) {
    margin-top: -20px;
}

/* STACKING ORDER */
.ventures-list .venture-item {
    position: relative;
}

.ventures-list .venture-item:nth-child(1) {
    z-index: 1;
}

.ventures-list .venture-item:nth-child(2) {
    z-index: 2;
}

.ventures-list .venture-item:nth-child(3) {
    z-index: 3;
}

.ventures-list .venture-item:nth-child(4) {
    z-index: 4;
}

@media (max-width: 767px) {
    .ventures-list .venture-item:not(:first-child) {
        margin-top: 20px;
    }
}

/* The Pittsburgh Opportunity: Year 1 Projections */
.pittsburgh-opportunity {
    padding: 60px 0;
}

.pittsburgh-opportunity h2 {
    font-size: 36px;
    color: var(--black-color);
    padding-bottom: 10px;
    font-weight: 700;
    text-align: center;
}

.pittsburgh-opportunity h2 span {
    color: var(--primary-color);
}

.pittsburgh-opportunity p {
    font-size: 18px;
    line-height: 1.7;
    color: var(--secondary-color);
    margin-bottom: 40px;
    text-align: center;
}

.projected-revenue h4 {
    font-size: 24px;
    color: var(--primary-color);
    padding-bottom: 10px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
}

.pittsburgh-opportunity .donut-chart {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background: conic-gradient(#2c3e50 0% 75%,
            transparent 75% 76%,
            #1abc9c 76% 97%,
            transparent 97% 98%,
            #2c3e50 98% 100%);

    -webkit-mask: radial-gradient(circle,
            transparent 58px,
            #000 59px);
    mask: radial-gradient(circle,
            transparent 58px,
            #000 59px);
}

.pittsburgh-opportunity .donut-chart::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 130px;
    height: 130px;
    background: #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.pittsburgh-opportunity .donut-center-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-weight: 600;
}

.pittsburgh-opportunity .badge {
    width: 50px;
    height: 5px;
}

/* Title */
.projected-expense .chart-title {
    text-align: center;
    color: #16a085;
    font-weight: 700;
    margin-bottom: 2rem;
}

/* Table layout */
.projected-expense .chart-table {
    width: 100%;
    table-layout: fixed;
}

.projected-expense .chart-table td {
    padding: 12px 8px;
    vertical-align: middle;
}

/* Left labels */
.projected-expense .label {
    width: 30%;
    color: #6c757d;
    font-size: 0.9rem;
}

/* Chart area */
.projected-expense .chart-area {
    width: 70%;
    position: relative;
    background-image: repeating-linear-gradient(to right,
            rgba(0, 0, 0, 0.07) 0,
            rgba(0, 0, 0, 0.07) 1px,
            transparent 1px,
            transparent 12.5%);
}

/* Bars */
.projected-expense .bar {
    height: 34px;
    border-radius: 5px;
}

.projected-expense .bar-main {
    background: #2c3e50;
}

.projected-expense .bar-secondary {
    background: #34495e;
}

.projected-expense .bar-muted {
    background: #95a5a6;
}

.projected-expense .bar-light {
    background: #cfd4d7;
}

/* Bottom scale */
.scale-row {
    display: flex;
    justify-content: space-between;
    margin-left: 30%;
    margin-top: 10px;
    font-size: 0.85rem;
    color: #6c757d;
    border-top: 1px solid #ddd;
    padding-top: 6px;
}


/* **Our Go-to-Market Strategy** */

.market-strategy {
    background-image: url(../images/empower-growth.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 0;
}

.market-strategy h2 {
    font-size: 36px;
    color: var(--white-color);
    padding-bottom: 10px;
    font-weight: 700;
    text-align: center;
}

.market-strategy h2 span {
    color: var(--primary-color);
}

.market-strategy p {
    font-size: 18px;
    line-height: 1.7;
    color: var(--white-color);
    margin-bottom: 40px;
    text-align: center;
}

.market-strategy .market-strategy-box {
    padding: 30px 20px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    backdrop-filter: blur(5px);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

.market-strategy .market-strategy-box img {
    width: 80px;
    text-align: center;
    margin: 0 auto
}

.market-strategy .market-strategy-box h4 {
    color: var(--white-color);
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 600;
}

.market-strategy .market-strategy-box p {
    color: var(--white-color);
    font-size: 16px;
    margin-bottom: 0;
}

.market-strategy .market-strategy-box:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-5px);
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.btn.btn-green:active {
    background: var(--primary-color) !important;

}

input.wpcf7-form-control.wpcf7-submit.has-spinner.btn.btn-green {

    display: flex;
    justify-self: center;
    margin: 0 auto;
}