/*** Spinner Start ***/
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    transition: 0.5s;
    z-index: 99;
}

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-xl-square {
    width: 66px;
    height: 66px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square,
.btn-xl-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn.btn-primary {
    color: var(--bs-white);
}

.btn.btn-primary:hover {
    background: #257D27;
    border: 1px solid #257D27;
}

.btn.btn-secondary {
    color: var(--bs-white);
}

.btn.btn-secondary:hover {
    background: #2A5BC4;
    border: 1px solid #2A5BC4;
}

.btn.btn-light {
    color: #2A5BC4;
}

.btn.btn-light:hover {
    color: var(--bs-white);
    background: #2A5BC4;
    border: 1px solid #2A5BC4;
}

/*** Icon Animation Start ***/
@keyframes icon-animat {
    0% {
        border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;
    }

    25% {
        border-radius: 69% 31% 19% 81% / 43% 37% 63% 57%;
    }

    50% {
        border-radius: 67% 33% 16% 84% / 57% 37% 63% 43%;
    }

    75% {
        border-radius: 77% 23% 61% 39% / 36% 61% 39% 64%;
    }

    100% {
        border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;
    }
}

/*** Icon Animation End ***/


/*** Navbar Start ***/
.nav-bar {
    background: var(--bs-white);
}

.sticky-top {
    transition: 1s;
}

.navbar-light .navbar-nav .nav-link {
    position: relative;
    margin-right: 25px;
    padding: 35px 0;
    letter-spacing: 1px;
    color: var(--bs-dark);
    font-size: 17px;
    font-weight: 500;
    outline: none;
    transition: .5s;
}

.sticky-top .navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--bs-dark);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: #2A5BC4;
}

.navbar-light .navbar-brand img {
    max-height: 60px;
    transition: .5s;
}

.sticky-top .navbar-light .navbar-brand img {
    max-height: 50px;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
}

.dropdown .dropdown-menu a:hover {
    background: #2A5BC4;
    color: var(--bs-white);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    margin-top: 8px !important;
    background: var(--bs-light);
    transition: .5s;
    opacity: 1;
}



@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        border-radius: 10px;
        margin-top: 8px !important;
        transition: .5s;
        opacity: 0;
    }
}

@media (max-width: 991px) {
    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 8px 15px;
        border: 1px solid #2A5BC4;
        color: #2A5BC4;
    }

    .sticky-top .navbar-light .navbar-nav .nav-link {
        padding: 12px 0;
    }
}

/*** Navbar End ***/

/*** Carousel Header Start ***/
.carousel .carousel-item img {
    object-fit: cover;
}

.carousel .carousel-item,
.carousel .carousel-item img {
    height: 700px;
}

.carousel-item .carousel-caption {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
    display: flex;
    align-items: center;
}

.carousel .carousel-indicators {
    left: 75%;
    top: 50%;
    margin-right: 25%;
    transform: translateY(-50%);
    flex-direction: column;
}

.carousel-indicators [data-bs-target] {
    display: flex;
    width: 15px;
    height: 15px;
    border: 6px solid var(--bs-white);
    border-radius: 15px;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #257D27;
    opacity: 1;
    transition: 0.5s;
}

.carousel-indicators [data-bs-target].active {
    background-color: #2A5BC4;
}

@media (max-width: 992px) {
    .carousel-indicators [data-bs-target] {
        display: none;
    }
}

/*** Carousel Header End ***/

/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(31, 46, 78, 1), rgba(0, 12, 33, 0.8)), url(../img/solutions/ai\ head\ page.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0 60px 0;
    transition: 0.5s;
}

.bg-breadcrumb .breadcrumb {
    position: relative;
}

.bg-breadcrumb .breadcrumb .breadcrumb-item a {
    color: var(--bs-white);
}

/*** Single Page Hero Header End ***/

/*** Features Start ***/
.feature {
    background: var(--bs-light);
}

.feature .feature-item {
    display: flex;
    border-radius: 10px;
}

.feature .feature-item .feature-icon span {
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #257D27;
    background: #2A5BC4;
    border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;
    ;
    animation-name: icon-animat;
    animation-duration: 5s;
    animation-delay: 1s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    transition: 0.5s;
}

.feature .feature-item .feature-icon1 span {
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2A5BC4;
    background: #257D27;
    border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;
    ;
    animation-name: icon-animat;
    animation-duration: 5s;
    animation-delay: 1s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    transition: 0.5s;
}

/*** Features End ***/

/*** About Start ***/
.about .about-item .about-item-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 10px;
    background: var(--bs-light);
    transition: 0.5s;
}

.about .about-item .about-item-inner .about-icon {
    width: 90px;
    height: 90px;
    border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #257D27;
    background: #2A5BC4;
    animation-name: icon-animat;
    animation-duration: 5s;
    animation-delay: 1s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    transition: 0.5s;
}

.about .about-img {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;

}

.about .about-img .img-1 {
    height: 85%;
    margin-right: 50px;
}

.about .about-img .img-2 {
    position: absolute;
    width: 100%;
    bottom: 0;
    right: 0;
    padding-left: 50px;
    border-radius: 10px;
}

.about .about-img::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 98%;
    top: 0;
    right: 0;
    border-radius: 10px;
    background: #2A5BC4;
    z-index: -1;
}

.about .about-item .text-item {
    position: relative;
    padding-left: 25px;
}

.about .about-item .text-item::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
    background: #257D27;
}

/*** About End ***/


/*** Fact Counter Start ***/
.counter {
    background: linear-gradient(rgba(0, 12, 33, 0.9), rgba(31, 46, 78, 0.9)), url(../img/solutions/ai\ head\ page.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.counter .counter-item .counter-item-icon {
    width: 90px;
    height: 90px;
    border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #257D27;
    background: #2A5BC4;
    animation-name: icon-animat;
    animation-duration: 5s;
    animation-delay: 1s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    transition: 0.5s;
}

/*** Fact Counter End ***/

/*** Services Start ***/
.service .service-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: 0 0 45px rgba(0, 0, 0, .1);
    border-radius: 10px;
    background: var(--bs-white);
    transition: 0.5s;
}

.service .service-item:hover {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 60px;
    background: var(--bs-light);
}

.service .service-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: #2A5BC4;
    border-radius: 10px;
    z-index: -1;
    transition: 0.5s;
    opacity: 0;
}

.service .service-item:hover::after {
    opacity: 1;
}

.service .service-item .service-icon {
    width: 90px;
    height: 90px;
    border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #257D27;
    background: #2A5BC4;
    animation-name: icon-animat;
    animation-duration: 5s;
    animation-delay: 1s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    transition: 0.5s;
}

/*** Service End ***/

/*** Cars Categories Start ***/
.categories .categories-item {
    position: relative;
    border: 1px solid #257D27;
    border-radius: 10px;
    transition: 0.5s;
}

.categories .categories-item:hover {
    border: 1px solid #2A5BC4;
}

.categories .categories-item .categories-item-inner {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    transition: 0.5s;
}

.categories .categories-item .categories-item-inner:hover {
    box-shadow: 0 0 50px rgba(234, 0, 30, .3);
}

.categories .categories-item-inner .categories-img {
    background: var(--bs-light);
}

.categories .categories-item-inner .categories-content {
    border-top: 4px solid var(--bs-white);
    text-align: center;
    background: var(--bs-light);
}

.categories .categories-item-inner .categories-review {
    display: flex;
    align-items: center;
    justify-content: center;
}

.categories-carousel .owl-stage-outer {
    margin-top: 65px;
    margin-right: -1px;
}

.categories-carousel .owl-nav .owl-prev,
.categories-carousel .owl-nav .owl-next {
    position: absolute;
    top: -65px;
    padding: 10px 35px;
    color: var(--bs-white);
    background: #2A5BC4;
    border-radius: 50px;
    transition: 0.5s;
}

.categories-carousel .owl-nav .owl-prev {
    left: 0 !important;
}

.categories-carousel .owl-nav .owl-next {
    right: 0;
}

.categories-carousel .owl-nav .owl-prev:hover,
.categories-carousel .owl-nav .owl-next:hover {
    background: #257D27;
    color: var(--bs-white);
}

/*** Cars Categories End ***/


/*** Process Start ***/
.steps {
    background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url(../img/bg-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


.steps .steps-item {
    position: relative;
    background: #257D27;
    border-radius: 10px;
}

.steps .steps-item h4,
.steps .steps-item p {
    color: var(--bs-white);
}

.steps .steps-item .setps-number {
    position: absolute;
    width: 64px;
    height: 64px;
    bottom: 0;
    right: 40px;
    font-weight: 900;
    border: 1px solid var(--bs-white);
    border-radius: 64px;
    transform: translateY(50%);
    color: var(--bs-white);
    background: #257D27;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*** Process End ***/


/*** Blog Start ***/
.blog .blog-item {
    border-radius: 10px;
    transition: 0.5s;
}

.blog .blog-item:hover {
    box-shadow: 0 0 45px rgba(0, 0, 0, .2);
}

.blog .blog-item .blog-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.blog .blog-item .blog-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.3);
    transition: 0.5s;
}

.blog .blog-item:hover .blog-img::after {
    height: 100%;
}

.blog .blog-item .blog-img img {
    transition: 0.5s;
}

.blog .blog-item:hover .blog-img img {
    transform: scale(1.2);
}

.blog .blog-item .blog-content {
    position: relative;
    background: var(--bs-light);
}

.blog .blog-item .blog-content .blog-date {
    position: absolute;
    top: 0;
    left: 25px;
    transform: translateY(-50%);
    padding: 12px 25px;
    border-radius: 10px;
    color: var(--bs-white);
    background: #2A5BC4;
}

.blog .blog-item .blog-content .blog-comment {
    display: flex;
    justify-content: space-between;
}

/*** Blog End ***/


/*** Banner Start ***/
.banner .banner-item {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    transition: 0.5s;
    z-index: 1;
}

.banner .banner-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
    background: rgba(0, 0, 0, .6);
    z-index: 2;
}

.banner .banner-item .banner-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    margin-left: 0;
    margin-bottom: 0;
    padding: 25px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: end;
    z-index: 5;
}

@media (min-width: 992px) {
    .banner .banner-item .banner-content h2 {
        font-size: 45px;
        margin-bottom: 20px;
    }

    .banner .banner-item .banner-content h1 {
        font-size: 72px;
        margin-bottom: 20px;
    }

    .banner .banner-item .banner-content p {
        font-size: 40px;
        margin-bottom: 20px;
    }
}

/*** Banner End ***/

/*** Team Start ***/
.team .team-item {
    position: relative;
    text-align: center;
    border-radius: 10px;
    margin-top: 100px;
    background: var(--bs-light);
    transition: 0.5s;
    z-index: 1;
}

.team .team-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    border-radius: 10px;
    background: #257D27;
    z-index: 2;
    transition: 0.5s;
}

.team .team-item:hover::after {
    height: 100%;
}

.team .team-item .team-content {
    position: relative;
    z-index: 5;
}

.team .team-item .team-content h4,
.team .team-item .team-content p {
    transition: 0.5s;
}

.team .team-item:hover .team-content h4 {
    color: var(--bs-white);
}

.team .team-item:hover .team-content p {
    color: var(--bs-white);
}

.team .team-item .team-img {
    position: relative;
    overflow: hidden;
    top: -100px;
    margin-bottom: -100px;
    border-radius: 10px;
    z-index: 3;
}

.team .team-item .team-img img {
    transition: 0.5s;
}

.team .team-item:hover .team-img img {
    transform: scale(1.1);
}

.team .team-item .team-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-radius: 10px;
    background: rgba(255, 255, 255, .3);
    z-index: 4;
    transition: 0.5s;
}

.team .team-item:hover .team-img::after {
    height: 100%;
}

/*** Team End ***/

/*** Testimonial Start ***/
.testimonial-carousel .owl-stage-outer {
    margin-right: -1px;
}

.testimonial .testimonial-item {
    position: relative;
    margin-top: 35px;
    border: 1px solid #257D27;
    border-radius: 10px;
}

.testimonial .testimonial-item .testimonial-quote {
    position: absolute;
    width: 70px;
    height: 70px;
    top: 0;
    right: 25px;
    transform: translateY(-50%);
    border-radius: 70px;
    color: var(--bs-white);
    background: #257D27;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial .testimonial-item .testimonial-inner {
    display: flex;
    align-items: center;
    background: var(--bs-light);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.testimonial .testimonial-item .testimonial-inner img {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    border: 4px solid var(--bs-white);
}

.testimonial-carousel .owl-dots {
    display: flex;
    justify-content: center;
}

.testimonial-carousel .owl-dots .owl-dot {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    margin: 20px 10px 0 10px;
    background: #2A5BC4;
    transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background: #257D27;
    transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot span {
    position: relative;
    margin-top: 50%;
    margin-left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.testimonial-carousel .owl-dots .owl-dot.active span::after {
    background: #2A5BC4;
}

.testimonial-carousel .owl-dots .owl-dot span::after {
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 15px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--bs-white);
    transition: 0.5s;
}

/*** Testimonial End ***/

/*** Contact Start ***/
.contact .contact-add-item {
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--bs-light);
}

.contact .contact-add-item .contact-icon {
    width: 90px;
    height: 90px;
    border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #257D27;
    background: #2A5BC4;
    animation-name: icon-animat;
    animation-duration: 5s;
    animation-delay: 1s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    transition: 0.5s;
}

/*** Contact End ***/


/*** Footer Start ***/
.footer {
    background: var(--bs-dark);
}

.footer .footer-item a {
    line-height: 35px;
    color: var(--bs-body);
    transition: 0.5s;
}

.footer .footer-item p {
    line-height: 35px;
}

.footer .footer-item a:hover {
    letter-spacing: 1px;
    color: #2A5BC4;
}

.footer .footer-item .footer-btn a,
.footer .footer-item .footer-btn a i {
    transition: 0.5s;
}

.footer .footer-item .footer-btn a:hover {
    background: var(--bs-white);
}

.footer .footer-item .footer-btn a:hover i {
    color: #2A5BC4 !important;
}

/*** Footer End ***/

/*** copyright Start ***/
.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: var(--bs-dark);
}

/*** copyright end ***/


.offer-container {
    max-width: 80%;
}

/* Mobile safety */
@media (max-width: 992px) {
    .offer-container {
        max-width: 95%;
    }
}

/* Offerings Enhancements */
.section-divider {
    height: 4px;
    width: 80px;
    background: #0d6efd;
    margin: 15px auto 30px;
    border-radius: 2px;
}

/* BEOS Content Styling */
.beos-highlight {
    background: linear-gradient(135deg, #0d6efd, #198754);
    color: #ffffff;
    border-radius: 22px;
}

.beos-highlight p {
    color: rgba(255, 255, 255, 0.95);
}

.beos-layers {
    padding-left: 18px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.beos-layers li {
    margin-bottom: 8px;
}

.beos-callout {
    background: rgba(255, 255, 255, 0.15);
    padding: 15px 18px;
    border-left: 4px solid #ffffff;
    border-radius: 8px;
    font-size: 15px;
}

.beos-practice {
    padding-left: 18px;
}

.beos-practice li {
    margin-bottom: 8px;
}


/* Enhanced BEOS Principles */
.principle-card.enhanced {
    background: #ffffff;
    border-radius: 18px;
    padding: 35px 25px 30px;
    text-align: center;
    height: 100%;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
    transition: all 0.35s ease;
    position: relative;
    overflow: hidden;
}

.principle-card.enhanced::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 5px;
    width: 100%;
    background: linear-gradient(90deg, #0d6efd, #198754);
}

.principle-card.enhanced:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.15);
}

.principle-card.enhanced h5 {
    margin-top: 20px;
    margin-bottom: 8px;
    font-weight: 700;
    color: #212529;
}

.principle-card.enhanced p {
    margin-bottom: 0;
    color: #6c757d;
    font-size: 15px;
}

/* Icon Circle */
.icon-circle {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    color: #ffffff;
    font-size: 26px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

/* Enhanced GTM Offerings */
.enhanced-offer {
    background: #ffffff;
    border-radius: 20px;
    padding: 35px 30px 30px;
    height: 100%;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
    transition: all 0.35s ease;
    position: relative;
    overflow: hidden;
}

.enhanced-offer::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 6px;
    height: 100%;
    background: linear-gradient(180deg, #0d6efd, #198754);
}

.enhanced-offer:hover {
    transform: translateY(-10px);
    box-shadow: 0 22px 55px rgba(0, 0, 0, 0.15);
}

.offer-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.offer-number {
    font-size: 38px;
    font-weight: 800;
    color: rgba(13, 110, 253, 0.15);
}

.offer-icon {
    font-size: 30px;
    color: #0d6efd;
    background: rgba(13, 110, 253, 0.1);
    padding: 14px;
    border-radius: 50%;
}

.enhanced-offer h4 {
    margin-top: 10px;
    margin-bottom: 8px;
    font-weight: 700;
}

.enhanced-offer ul {
    padding-left: 18px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.enhanced-offer ul li {
    margin-bottom: 6px;
}

/* ================================
   Leadership Section
================================ */
.leadership-section {
    background: linear-gradient(180deg,
            rgba(42, 91, 196, 0.05),
            rgba(37, 125, 39, 0.04),
            #ffffff);
}

/* ================================
   Founder Block
================================ */
.leader-main {
    background: #ffffff;
    padding: 55px 60px;
    border-radius: 28px;
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.08);
    border-left: 8px solid #2A5BC4;
}

.leader-name {
    font-size: 42px;
    font-weight: 900;
    margin-bottom: 6px;
    background: linear-gradient(90deg, #2A5BC4, #257D27);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.leader-role {
    font-weight: 700;
    color: #2A5BC4;
    margin-bottom: 20px;
}

.leader-summary {
    font-size: 18px;
    line-height: 1.8;
    color: #333;
    max-width: 900px;
    margin-bottom: 35px;
    position: relative;
}

.leader-summary::after {
    content: "";
    display: block;
    width: 80px;
    height: 4px;
    margin-top: 18px;
    background: linear-gradient(90deg, #2A5BC4, #257D27);
    border-radius: 4px;
}

.leader-details p {
    font-size: 15.8px;
    line-height: 1.75;
    color: #444;
    margin-bottom: 14px;
    padding-left: 18px;
    border-left: 3px solid rgba(42, 91, 196, 0.25);
}

.leader-details strong {
    color: #257D27;
}

/* ================================
   Advisor Cards
================================ */
.advisor-simple {
    background: #ffffff;
    padding: 40px 38px;
    border-radius: 26px;
    box-shadow: 0 22px 70px rgba(0, 0, 0, 0.10);
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.advisor-simple::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 6px;
    width: 100%;
    background: linear-gradient(90deg, #2A5BC4, #257D27);
}

.advisor-simple:hover {
    transform: translateY(-8px);
    box-shadow: 0 32px 90px rgba(0, 0, 0, 0.18);
}

.advisor-name {
    font-weight: 800;
    margin-bottom: 6px;
    background: linear-gradient(90deg, #2A5BC4, #257D27);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.advisor-role {
    font-weight: 700;
    display: inline-block;
    margin-bottom: 18px;
}

.advisor-role.green {
    color: #257D27;
}

.advisor-role.blue {
    color: #2A5BC4;
}

.advisor-text {
    font-size: 15.6px;
    line-height: 1.75;
    color: #333;
}

/* ================================
   Responsive
================================ */
@media (max-width: 992px) {
    .leader-main {
        padding: 35px 28px;
    }

    .leader-name {
        font-size: 32px;
    }
}

/* ===============================
   Section Background
================================ */
.app-services-section {
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

/* ===============================
   Main Content Card
================================ */
.content-card {
    background: #ffffff;
    padding: 40px 36px;
    border-radius: 22px;
    box-shadow: 0 18px 55px rgba(0, 0, 0, 0.08);
}

/* Lead Text */
.lead-text {
    font-size: 18px;
    color: #222;
    margin-bottom: 30px;
}

/* ===============================
   Feature Grid (Icons)
================================ */
.feature-card {
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    border-radius: 26px;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    background: #ffffff;
    padding: 24px 26px;
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    transition: all 0.35s ease;
    height: 100%;
}

.feature-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.14);
    border-color: rgba(13, 110, 253, 0.3);
}

/* Icons */
.feature-icon {
    width: 60px;
    height: 60px;
    min-width: 60px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 24px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}

.bg-blue {
    background: linear-gradient(135deg, #0d6efd, #2563eb);
}

.bg-green {
    background: linear-gradient(135deg, #198754, #16a34a);
}

.bg-purple {
    background: linear-gradient(135deg, #7c3aed, #9333ea);
}

.bg-orange {
    background: linear-gradient(135deg, #f97316, #fb923c);
}

.bg-dark {
    background: linear-gradient(135deg, #111827, #374151);
}

/* Text */
.feature-text h6 {
    font-weight: 800;
    margin-bottom: 6px;
    color: #111827;
}

.feature-text p {
    margin-bottom: 0;
    color: #444;
    font-size: 15.5px;
    line-height: 1.7;
}

/* ===============================
   List Sections
================================ */
.section-title {
    font-weight: 800;
    margin-bottom: 25px;
}

.section-title.green {
    color: #257D27;
}

.section-title.blue {
    color: #2A5BC4;
}

.service-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.service-list li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 18px;
    font-size: 15.5px;
    line-height: 1.75;
    color: #333;
}

.service-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 2px;
    color: #0d6efd;
    font-weight: 700;
}

/* Borders */
.bordered-green {
    border-left: 6px solid #257D27;
}

.bordered-blue {
    border-left: 6px solid #2A5BC4;
}

/* ===============================
   Responsive
================================ */
@media (max-width: 992px) {
    .content-card {
        padding: 30px 24px;
    }

    .feature-item {
        padding: 20px;
    }
}

/* Infra cards */
.infra-card {
    background: #ffffff;
    border-radius: 22px;
    padding: 36px 30px;
    height: 100%;
    text-align: center;
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.08);
    transition: all 0.35s ease;
    position: relative;
    overflow: hidden;
}

/* Top accent */
.infra-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 6px;
    width: 100%;
    background: linear-gradient(90deg, #2563eb, #10b981);
}

/* Hover */
.infra-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 26px 70px rgba(0, 0, 0, 0.15);
}

/* Icon wrapper */
.infra-icon-wrap {
    width: 78px;
    height: 78px;
    margin: 0 auto 20px;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: #ffffff;
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.30);
}

/* Icon color themes */
.bg-blue {
    background: linear-gradient(135deg, #2563eb, #3b82f6);
}

.bg-green {
    background: linear-gradient(135deg, #059669, #10b981);
}

.bg-purple {
    background: linear-gradient(135deg, #7c3aed, #a78bfa);
}

/* Card heading */
.infra-card h6 {
    font-weight: 800;
    font-size: 16px;
    margin-bottom: 14px;
    color: #111827;
}

/* Card text */
.infra-card p {
    font-size: 15.5px;
    line-height: 1.75;
    color: #4b5563;
    margin-bottom: 0;
}

/* Responsive */
@media (max-width: 992px) {
    .infra-card {
        padding: 30px 24px;
    }

    .infra-icon-wrap {
        width: 70px;
        height: 70px;
        font-size: 28px;
    }
}


/* ================================
   Responsive Refinement
   ================================ */

@media (max-width: 992px) {
    .infra-content {
        padding-right: 0;
    }

    .infra-image {
        margin-top: 30px;
        max-width: 100%;
    }

    .infra-lead {
        font-size: 17px;
    }
}


/* ================================
   Capabilities – Enterprise Redesign
   ================================ */

/* Main card */
.capabilities-card {
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    padding: 45px 45px;
    border-radius: 24px;
    box-shadow: 0 18px 55px rgba(0, 0, 0, 0.10);
    position: relative;
    overflow: hidden;
}

/* Top accent */
.capabilities-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 6px;
    width: 100%;
    background: linear-gradient(90deg, #0d6efd, #198754);
}

/* Heading */
.capabilities-card h4 {
    font-weight: 800;
    letter-spacing: 0.4px;
    margin-bottom: 40px;
}

/* Capability rows */
.capability-item {
    display: flex;
    align-items: flex-start;
    gap: 22px;
    padding: 22px 24px;
    border-radius: 16px;
    margin-bottom: 22px;
    background: #ffffff;
    transition: all 0.35s ease;
    border: 1px solid rgba(13, 110, 253, 0.08);
}

/* Hover effect */
.capability-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
    border-color: rgba(13, 110, 253, 0.35);
}

/* Icon styling */
.capability-item i {
    font-size: 26px;
    color: #ffffff;
    background: linear-gradient(135deg, #0d6efd, #198754);
    padding: 16px;
    border-radius: 18px;
    min-width: 58px;
    text-align: center;
    box-shadow: 0 10px 28px rgba(13, 110, 253, 0.35);
}

/* Text */
.capability-item p {
    margin-bottom: 0;
    color: #333;
    line-height: 1.75;
    font-size: 15.5px;
}

/* Highlight strong text */
.capability-item strong {
    color: #0d6efd;
    font-weight: 700;
}

/* ================================
   Capabilities Image Styling
   ================================ */

/* Image container */
.capabilities-image-wrap {
    position: relative;
    padding: 10px;
}

/* Image */
.capabilities-image {
    border-radius: 22px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.22);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

/* Hover (subtle, professional) */
.capabilities-image:hover {
    transform: translateY(-6px);
    box-shadow: 0 26px 65px rgba(0, 0, 0, 0.30);
}

/* Soft background glow (lighter than before) */
.capabilities-image-wrap::before {
    content: "";
    position: absolute;
    inset: -10px;
    background: radial-gradient(circle at center,
            rgba(13, 110, 253, 0.12),
            transparent 65%);
    z-index: -1;
    filter: blur(22px);
}


/* ================================
   Responsive Adjustments
   ================================ */

@media (max-width: 992px) {
    .capabilities-card {
        padding: 30px 25px;
    }

    .capability-item {
        padding: 18px;
    }

    .capability-item i {
        font-size: 22px;
        padding: 14px;
        min-width: 50px;
    }
}

/* ================================
   Feature Section
================================ */
.feature-section {
    background: linear-gradient(180deg,
            rgba(42, 91, 196, 0.06),
            rgba(37, 125, 39, 0.05),
            #ffffff);
}

/* Heading colors */
.text-blue {
    color: #2A5BC4;
}

.text-green {
    color: #257D27;
}

/* ================================
   Feature Cards
================================ */
.feature-card {
    background: #ffffff;
    padding: 28px 26px;
    border-radius: 22px;
    box-shadow: 0 18px 55px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 20px;
    transition: all 0.35s ease;
    border-left: 6px solid transparent;
}

.feature-card i {
    font-size: 26px;
    color: #ffffff;
    background: linear-gradient(135deg, #2A5BC4, #257D27);
    padding: 16px;
    border-radius: 16px;
    min-width: 58px;
    text-align: center;
}

.feature-card h5 {
    margin-bottom: 0;
    font-weight: 700;
    color: #111827;
}

/* Hover effect */
.feature-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.15);
    border-left-color: #2A5BC4;
}

/* ================================
   Center Image
================================ */
.feature-center img {
    max-width: 70%;
    animation: slowRotate 18s linear infinite;
    filter: drop-shadow(0 20px 60px rgba(42, 91, 196, 0.35));
}

@keyframes slowRotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* ================================
   Responsive
================================ */
@media (max-width: 992px) {
    .feature-card {
        justify-content: flex-start;
    }

    .feature-center {
        display: none;
    }
}

/* ================================
   About Section – Premium Design
================================ */

.about {
    position: relative;
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
    overflow: hidden;
}

/* Background glow */
.about::before,
.about::after {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    filter: blur(90px);
    opacity: 0.35;
    z-index: 0;
}

.about::before {
    background: #2a5bc4;
    top: -150px;
    left: -150px;
}

.about::after {
    background: #257d27;
    bottom: -150px;
    right: -150px;
}

.about .container {
    position: relative;
    z-index: 2;
}

/* ================================
   Hero Card
================================ */

.about-hero {
    background: linear-gradient(135deg,
            rgba(42, 91, 196, 0.07),
            rgba(37, 125, 39, 0.07));
    padding: 60px 55px;
    border-radius: 30px;
    box-shadow: 0 35px 100px rgba(0, 0, 0, 0.08);
}

/* Headline */
.about h1 span {
    font-weight: 900;
    background: linear-gradient(90deg, #2a5bc4, #257d27);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}

.about h1 span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 65%;
    height: 5px;
    background: linear-gradient(90deg, #2a5bc4, #257d27);
    border-radius: 6px;
}

/* Text */
.about p {
    font-size: 16.7px;
    line-height: 1.9;
    color: #1f2937;
}

/* Image */
.about-image img {
    border-radius: 26px;
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.25);
}

/* ================================
   Cards (Vision / Mission / Why)
================================ */

.about-card {
    background: linear-gradient(180deg, #ffffff, #f9fafb);
    padding: 42px 34px;
    border-radius: 28px;
    height: 100%;
    text-align: center;
    box-shadow: 0 28px 90px rgba(0, 0, 0, 0.12);
    transition: all 0.45s ease;
    position: relative;
}

.about-card:hover {
    transform: translateY(-16px);
    box-shadow: 0 45px 140px rgba(0, 0, 0, 0.2);
}

/* Icon */
.about-icon {
    width: 90px;
    height: 90px;
    margin: 0 auto 26px;
    border-radius: 50%;
    background: linear-gradient(135deg, #2a5bc4, #257d27);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 18px 45px rgba(42, 91, 196, 0.45);
}

.about-icon img {
    width: 42px;
    filter: brightness(0) invert(1);
}

/* Card title */
.about-card h5 {
    font-weight: 800;
    margin-bottom: 14px;
    color: #0f172a;
}

/* Card text */
.about-card p {
    font-size: 15.6px;
    line-height: 1.8;
    color: #374151;
}

/* ================================
   Responsive
================================ */

@media (max-width: 992px) {
    .about-hero {
        padding: 40px 26px;
    }

    .about-card {
        padding: 32px 24px;
    }

    .about-icon {
        width: 75px;
        height: 75px;
    }
}