:root {
    --bs-primary: #898989;
    --bs-secondary: #16a34a;
    --bs-dark: #898989;
    --bs-light: #ffffff;
}

.text-secondary {
    color: #16a34a !important;
}

.text-primary {
    color: #898989 !important;
}

.container-fluid.bg-primary {
    background-color: #ffffff !important;
}

.container-fluid.bg-primary .topbar a,
.container-fluid.bg-primary .topbar a i {
    color: #222 !important;
}

/*** 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;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    background: #16a34a !important;
    /* Primary Brand Green */
    color: #fff !important;
    border-radius: 50%;
    transition: 0.3s;
    z-index: 99;
    box-shadow: 0 4px 12px rgba(22, 163, 74, 0.2);
}

.back-to-top:hover {
    background: #475569 !important;
    /* Transitions to Premium Gray on hover */
    color: #fff !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

/*** 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-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50%;
}

.btn.btn-primary {
    background: #16a34a !important;
    border: 1px solid #16a34a !important;
    color: #fff !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    transition: 0.5s;
}

.btn.btn.btn-primary:hover {
    background: #898989 !important;
    color: #fff !important;
    border: 1px solid #898989 !important;
}

/* Floating LinkedIn Icon Style */
.linkedin-float {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #334155;
    /* Premium Gray to match buttons */
    color: white !important;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px 0 0 8px;
    z-index: 9999;
    transition: all 0.3s ease;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
    text-decoration: none !important;
}

.linkedin-float:hover {
    width: 55px;
    background: #1e293b;
    padding-right: 5px;
}

.linkedin-float i {
    font-size: 20px;
}

.btn.btn-secondary {
    background: transparent;
    color: var(--bs-secondary);
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    border: none;
    transition: 0.5s;
}

.btn.btn-secondary:hover {
    color: var(--bs-primary) !important;
}


/*** Section Title Start ***/
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Outfit', sans-serif !important;
}

/* MODERN IMAGE-STYLE HEADINGS */
.modern-heading-group {
    font-family: 'Outfit', sans-serif;
    margin-bottom: 2.5rem;
    line-height: 1.2;
}

.modern-heading-group .subtitle {
    display: block;
    font-size: 1.25rem;
    font-weight: 500;
    color: #333;
    /* Dark gray as requested by user */
    text-transform: none;
    /* Keep natural case from image */
    margin-bottom: 0.75rem;
    position: relative;
    padding-left: 0;
}

/* Remove default underline decorations for modern headings */
.modern-heading-group h1::after,
.modern-heading-group h2::after,
.modern-heading-group h1::before,
.modern-heading-group h2::before,
.modern-heading-group .subtitle::after,
.modern-heading-group .subtitle::before {
    display: none !important;
}

.modern-heading-group .main-title {
    display: block;
    font-size: 3.5rem;
    font-weight: 700;
    color: #475569;
    /* Dark gray */
    margin: 0;
    line-height: 1.2;
}

.modern-heading-group .main-title .green {
    color: #16a34a;
    /* Brand Green */
}

@media (max-width: 768px) {
    .modern-heading-group .main-title {
        font-size: 2.25rem;
    }

    .modern-heading-group .subtitle {
        font-size: 1.1rem;
    }
}

.section-title h1,
.section-title h2,
.services-header h2,
.why-header h2,
.contact-left h2,
.quick-title,
.about-item h1,
.about-title,
.section-heading,
.about-heading {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px !important;
    display: inline-block;
}

/* Comet Decorative Line */
.section-title h1::after,
.section-title h2::after,
.services-header h2::after,
.why-header h2::after,
.contact-left h2::after,
.quick-title::after,
.about-item h1::after,
.about-title::after,
.section-heading::after,
.about-heading::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 120px;
    height: 2px;
    background: rgba(128, 128, 128, 0.2);
}

.section-title h1::before,
.section-title h2::before,
.services-header h2::before,
.why-header h2::before,
.contact-left h2::before,
.quick-title::before,
.about-item h1::before,
.about-title::before,
.section-heading::before,
.about-heading::before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 20px;
    height: 6px;
    background: #16a34a;
    border-radius: 3px;
    z-index: 1;
}

/* Center aligned headings adjustment */
.section-title h1,
.section-title h2,
.services-header h2,
.why-header h2,
.about-title,
.section-heading {
    display: block;
    /* keep block for centering */
}

.section-title h1::after,
.section-title h2::after,
.services-header h2::after,
.why-header h2::after,
.about-title::after,
.section-heading::after {
    left: 50%;
    transform: translateX(-50%);
}

.section-title h1::before,
.section-title h2::before,
.services-header h2::before,
.why-header h2::before,
.about-title::before,
.section-heading::before {
    left: calc(50% - 60px);
    /* Align head with start of gray line */
}

.section-title {
    max-width: 900px;
    text-align: center;
    margin: 0 auto;
}

.section-title .sub-style::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-top: -8px;
    margin-left: -50px;
    border: 1px solid var(--bs-primary) !important;
}

.sub-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-primary);
}

.sub-title::before {
    content: "";
    width: 100px;
    position: absolute;
    bottom: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-bottom: -8px;
    margin-right: -100px;
    border: 1px solid var(--bs-secondary) !important;
}

.sub-title::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-top: -6px;
    margin-right: -50px;
    border: 1px solid var(--bs-primary) !important;
}


/*** Topbar Start ***/
.fixed-top .container {
    transition: 0.5s;
}

.topbar {
    padding: 2px 10px 2px 20px;
    background: var(--bs-primary) !important;
}

.topbar a,
.topbar a i {
    transition: 0.5s;
}

.topbar a:hover,
.topbar a i:hover {
    color: var(--bs-secondary) !important;
}


@media (max-width: 768px) {
    .topbar {
        display: none;
    }
}

/*** Topbar End ***/


/*** Navbar (Consulting Layout) ***/
.navbar {
    background: #fff !important;
    border-bottom: 1px solid #eee;
    min-height: 80px;
    display: flex;
    align-items: center;
}

.navbar-brand {
    display: flex;
    align-items: center;
    margin-right: 60px;
    margin-left: 30px;
}

.navbar-light .navbar-nav {
    display: flex;
    align-items: center;
    gap: 35px;
    justify-content: center;
    flex: 1;
}

.navbar-light .navbar-nav .nav-link {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #898989 !important;
    padding: 8px 0;
    margin-right: 0;
    transition: color 0.3s;
    /* position: relative; */
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #16a34a !important;
}

.navbar-right {
    display: flex;
    align-items: center;
}

.consulting-search-icon {
    font-size: 18px;
    color: #222;
    margin-right: 20px;
    cursor: pointer;
    transition: color 0.3s;
}

.consulting-search-icon:hover {
    color: #16a34a;
}

.consulting-cta-btn {
    background: #898989;
    color: #fff;
    border: none;
    border-radius: 2px;
    padding: 12px 30px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.3s;
    font-family: 'Poppins', sans-serif;
}

.consulting-cta-btn:hover {
    background: #898989;
}

.navbar-toggler {
    border: none;
    outline: none;
}

.navbar-toggler .fa-bars {
    font-size: 24px;
    color: #222;
}

@media (max-width: 992px) {
    .navbar-light .navbar-nav {
        margin-left: 0;
        gap: 0;
    }

    .consulting-cta-btn {
        display: none !important;
    }

    .navbar-right {
        gap: 15px;
    }
}

@media (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        border-radius: 10px;
        transition: .5s;
        opacity: 0;
    }
}

.dropdown .dropdown-menu a:hover {
    background: var(--bs-primary);
    color: var(--bs-secondary);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light) !important;
    transition: .5s;
    opacity: 1;
}

@media (max-width: 991.98px) {
    .sticky-top {
        position: relative;
        background: #ffffff;
    }

    /* CUSTOM SIDE DRAWER (Off-Canvas) */
    .navbar-collapse {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        width: 300px !important;
        height: 100vh !important;
        background: #ffffff !important;
        z-index: 10000 !important;
        padding: 20px 20px 40px 10px !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        transform: translateX(-100%);
        visibility: hidden;
        transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), visibility 0.5s !important;
        box-shadow: 15px 0 50px rgba(0, 0, 0, 0.15) !important;
        border: none !important;
        margin: 0 !important;
        overflow-y: auto;
    }

    .navbar-collapse .navbar-nav {
        margin-left: 0 !important;
        width: 100%;
    }

    .navbar-collapse.show {
        transform: translateX(0) !important;
        visibility: visible !important;
    }

    .navbar-collapse.collapsing {
        display: flex !important;
        height: 100vh !important;
        transform: translateX(-100%);
        visibility: visible !important;
        transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
    }

    /* Side Menu Links */
    .navbar-light .navbar-nav .nav-link {
        font-size: 1.1rem !important;
        font-weight: 600 !important;
        color: #334155 !important;
        padding: 15px 0 !important;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        text-align: left !important;
        transition: all 0.3s ease;
    }

    .navbar-light .navbar-nav .nav-link.active {
        color: #16a34a !important;
    }

    .navbar-light .navbar-brand img {
        max-height: 45px;
    }

    /* Premium Toggler styling */
    .navbar-toggler {
        border: none !important;
        padding: 10px !important;
        background: #f8fafc !important;
        border-radius: 12px !important;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05) !important;
        transition: all 0.3s ease !important;
    }

    .navbar-toggler:active {
        transform: scale(0.9);
    }

    .navbar-toggler span {
        color: #16a34a !important;
        font-size: 1.5rem !important;
    }

    .btn-close-menu {
        position: absolute;
        top: 20px;
        right: 20px;
        background: transparent;
        border: none;
        color: #64748b;
        font-size: 1.8rem;
        cursor: pointer;
        padding: 5px;
        line-height: 1;
        transition: all 0.3s ease;
    }

    .btn-close-menu:hover {
        color: #16a34a;
        transform: rotate(90deg);
    }

    /* Mobile Nav Overlay Backdrop */
    .nav-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, 0.55);
        z-index: 9999;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.4s ease, visibility 0.4s ease;
        backdrop-filter: blur(2px);
        -webkit-backdrop-filter: blur(2px);
    }

    .nav-overlay.active {
        opacity: 1;
        visibility: visible;
    }

    /* Testimonial Page Hero Text Optimization */
    .bg-breadcrumb h3.display-3 {
        font-size: 1.8rem !important;
        white-space: nowrap;
        letter-spacing: -0.5px;
    }
}

@media (min-width: 991.98px) {
    .sticky-top .navbar-light {
        background: var(--bs-light) !important;
    }

    /* Removed underline/line animation CSS for navbar menu items */
}

#searchModal .modal-content {
    background: rgba(240, 245, 251, 0.5);
}

/*** Navbar End ***/


/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    background: linear-gradient(135deg, #fdfdfd 0%, #f8faf9 100%) !important;
    padding: 150px 0 100px 0;
    border-bottom: 1px solid #f0f0f0;
    position: relative;
    overflow: hidden;
}

.bg-breadcrumb h3.display-3 {
    color: #111 !important;
    font-weight: 800;
    font-size: 3.5rem;
    margin-bottom: 15px;
    position: relative;
    z-index: 10;
}

.bg-breadcrumb .breadcrumb-item a {
    color: #666 !important;
    font-weight: 500;
    text-decoration: none;
}

.bg-breadcrumb .breadcrumb-item.active {
    color: #16a34a !important;
    font-weight: 600;
}

/* DIGITAL CIRCUIT PARTICLES (Premium Tech Design) */
.breadcrumb-circuit-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
    overflow: hidden;
}

.bg-node {
    position: absolute;
    background: #16a34a;
    border-radius: 50%;
    opacity: 0.12;
    animation: floatTech 15s ease-in-out infinite;
}

.bg-node-1 {
    width: 140px;
    height: 140px;
    top: -40px;
    right: 5%;
    animation-delay: 0s;
}

.bg-node-2 {
    width: 80px;
    height: 80px;
    bottom: 10%;
    left: 10%;
    animation-delay: -3s;
}

.bg-node-3 {
    width: 40px;
    height: 40px;
    top: 40%;
    left: 30%;
    animation-delay: -7s;
}

.bg-chip {
    position: absolute;
    color: #16a34a;
    font-size: 40px;
    opacity: 0.08;
    animation: floatTech 12s ease-in-out infinite alternate;
}

.bg-chip-1 {
    top: 20%;
    left: 15%;
}

.bg-chip-2 {
    bottom: 20%;
    right: 25%;
    animation-delay: -5s;
}

@keyframes floatTech {

    0%,
    100% {
        transform: translateY(0) translateX(0) rotate(0deg);
    }

    33% {
        transform: translateY(-30px) translateX(20px) rotate(15deg);
    }

    66% {
        transform: translateY(15px) translateX(-15px) rotate(-10deg);
    }
}

.breadcrumb-trace-lines {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.05;
    background-image:
        radial-gradient(circle at 2px 2px, #16a34a 1px, transparent 0);
    background-size: 40px 40px;
}

/*** Single Page Hero Header End ***/



/*** Carousel Hero Header Start ***/
.carousel-header .carousel-control-prev .carousel-control-prev-icon,
.carousel-header .carousel-control-next .carousel-control-next-icon {
    width: 4rem;
    height: 4rem;
    margin-left: -60px;
    border-radius: 50%;
    background-size: 60% 60%;
    transition: 0.5s;
}

.carousel-header .carousel-control-next .carousel-control-next-icon {
    margin-left: 0;
    margin-right: -60px;
}

.carousel-header .carousel .carousel-indicators {
    padding-bottom: 0;
    transition: 0.5s;
}


.carousel-header .carousel .carousel-indicators li,
.carousel-header .carousel .carousel-indicators li,
.carousel-header .carousel .carousel-indicators li {
    width: 8px;
    height: 8px;
    border: 8px solid var(--bs-primary);
    border-radius: 50%;
    margin-right: 30px;
    transition: 0.5s;
}

.carousel-header .carousel .carousel-indicators li.active {
    width: 8px;
    height: 8px;
    border: 8px solid var(--bs-secondary);
}

.carousel-header .carousel-inner .carousel-item {
    position: relative;
    min-height: 100vh
}

.carousel-header .carousel-inner .carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel-header .carousel-inner .carousel-item .carousel-caption {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, 0.6));
    background-size: cover;
}


@media (max-width: 768px) {
    .carousel-header {
        height: 700px !important;
    }

    .carousel-header .carousel-control-prev .carousel-control-prev-icon,
    .carousel-header .carousel-control-next .carousel-control-next-icon {
        margin-top: 500px;
    }

    .carousel-header .carousel-control-prev .carousel-control-prev-icon {
        margin-left: 0px;
    }

    .carousel-header .carousel-control-next .carousel-control-next-icon {
        margin-right: 0px;
    }

    .carousel-header .carousel .carousel-indicators {
        padding: 0;
    }
}

/*** Carousel Hero Header End ***/


/*** service Start ***/
.service .service-item {
    position: relative;
    overflow: hidden;
}

.service .service-item .service-inner .service-title {
    position: relative;
    margin-top: -30px;
    text-align: center;
    transition: 0.5s;
}

.service .service-item .service-inner .service-title .service-content {
    position: absolute;
    bottom: -100%;
    left: 0;
    margin-left: 30px;
    margin-right: 30px;
    text-align: center;
    border-radius: 10px;
    background: var(--bs-primary);
    opacity: 0;
    transition: 0.5s;
}

.service .service-item:hover .service-inner .service-title .service-content {
    bottom: 0;
    opacity: 1;
}

.service .service-item .service-inner .service-title .service-content a h4 {
    border-bottom: 1px solid rgba(256, 256, 256, .1);
}

.service .service-item .service-inner .service-title .service-title-name {
    transition: 0.5s;
}

.service .service-item:hover .service-inner .service-title .service-title-name {
    opacity: 0;
}

.service .service-item .service-inner .service-img {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.service .service-item .service-inner .service-img::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    border-radius: 10px;
    background: rgba(255, 255, 255, .5);
    transition: 0.5s;
    opacity: 0;
}

.service .service-item:hover .service-inner .service-img::after {
    height: 100%;
    opacity: 1;
}

.service .service-item .service-inner .service-img img {
    transition: 0.5s;
}

.service .service-item:hover .service-inner .service-img img {
    transform: scale(1.3);
}

/*** Service End ***/


/*** testimonial Start ***/
.testimonial .owl-carousel.testimonial-carousel {
    position: relative;
}

.testimonial .owl-carousel.testimonial-carousel .testimonial-item .testimonial-content {
    position: relative;
    border-radius: 10px;
    background: var(--bs-light);
}

.testimonial .owl-carousel.testimonial-carousel .testimonial-item .testimonial-content::after {
    position: absolute;
    content: "";
    width: 45px;
    height: 45px;
    bottom: -20px;
    left: 30px;
    transform: rotate(45deg);
    background: var(--bs-light);
    z-index: -1;
}

.testimonial .owl-carousel.testimonial-carousel .owl-nav {
    position: absolute;
    top: -60px;
    right: 0;
    display: flex;
    font-size: 40px;
    color: var(--bs-primary);
}

.testimonial .owl-carousel.testimonial-carousel .owl-nav .owl-prev {
    margin-right: 40px;
}

.testimonial .owl-carousel.testimonial-carousel .owl-nav .owl-prev,
.testimonial .owl-carousel.testimonial-carousel .owl-nav .owl-next {
    transition: 0.5s;
}

.testimonial .owl-carousel.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial .owl-carousel.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--bs-secondary);
}

/*** testimonial end ***/


/*** Contact Start ***/
.contact .office .office-item {
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.2);
    background: var(--bs-light);
    transition: 0.5s;
}

.contact .office .office-item:hover {
    box-shadow: 20px 20px 20px rgba(0, 58, 102, 0.3);
}

.contact .office .office-item .office-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.contact .office .office-item .office-img img {
    transition: 0.5s;
}

.contact .office .office-item:hover .office-img img {
    transform: scale(1.3);
}

.contact .office .office-item .office-content a.text-secondary,
.contact .office .office-item .office-content a.text-muted {
    transition: 0.5s;
}

.contact .office .office-item .office-content a.text-muted:hover {
    color: var(--bs-secondary) !important;
}

.contact .office .office-item .office-content a.text-secondary:hover {
    color: var(--bs-primary) !important;
}

/*** Contact End ***/


/*** Footer Start ***/
.footer {
    background: var(--bs-primary);
}

.footer .footer-item a {
    line-height: 30px;
    color: var(--bs-white);
    transition: 0.5s;
}

.footer .footer-item p {
    line-height: 30px;
}

.footer .footer-item a:hover {
    letter-spacing: 2px;
    color: var(--bs-secondary);
}

/*** Footer End ***/


/*** copyright Start ***/
.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: var(--bs-secondary) !important;
}

/* Modern Consulting Navbar Styles */
.navbar {
    background: #fff !important;
    border-bottom: 1px solid #eee;
    min-height: 80px;
    display: flex;
    align-items: center;
    font-family: 'Poppins', sans-serif;
}

.navbar-brand {
    display: flex;
    align-items: center;
    margin-right: 60px;
}

.navbar-nav {
    display: flex;
    align-items: center;
    gap: 35px;
    justify-content: center;
    flex: 1;
    font-family: 'Poppins', sans-serif;
}

.nav-item.nav-link {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #898989 !important;
    padding: 8px 0;
    transition: color 0.3s;
    position: relative;
}

.nav-item.nav-link.active,
.nav-item.nav-link:focus,
.nav-item.nav-link:hover {
    color: #16a34a !important;
}

.navbar-right {
    display: flex;
    align-items: center;
}

.consulting-search-icon {
    font-size: 18px;
    color: #222;
    margin-right: 20px;
    cursor: pointer;
    transition: color 0.3s;
}

.consulting-search-icon:hover {
    color: #16a34a;
}

.consulting-cta-btn {
    background: #898989;
    color: #fff;
    border: none;
    border-radius: 2px;
    padding: 12px 30px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.3s;
    font-family: 'Poppins', sans-serif;
}

.consulting-cta-btn:hover {
    background: #898989;
}

.navbar-toggler {
    border: none;
    outline: none;
}

.navbar-toggler .fa-bars {
    font-size: 24px;
    color: #222;
}

/* Responsive */
@media (max-width: 992px) {
    .navbar-nav {
        margin-left: 0;
        gap: 0;
    }

    .consulting-cta-btn {
        display: none !important;
    }

    .navbar-right {
        gap: 15px;
    }

    /* Mobile CTA inside side menu */
    .navbar-collapse .btn-pill-modern {
        margin-top: 30px;
        width: 100%;
        justify-content: center;
        padding: 15px;
    }
}

.mission-section {
    transform: translateY(20px);
    transition: .4s;
}

.mission-content h2 {
    font-size: 32px;
    margin-bottom: 10px;
}

.mission-content p {
    line-height: 1.6;
}

/* HOVER ANIMATION */
.mission-card:hover .mission-overlay {
    opacity: 1;
}

.mission-card:hover .mission-content {
    transform: translateY(0);
}

/* MOBILE */
@media(max-width:768px) {

    .mission-container {
        grid-template-columns: 1fr;
    }

}

.mission-icon {
    width: 55px;
    height: 55px;
    margin-bottom: 15px;
}

.mission-content {
    color: white;
    text-align: center;
    max-width: 75%;
}

.mission-section {
    padding: 100px 10%;
    background: #fdfdfd;
}

.mission-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.mission-card {
    position: relative;
    height: 400px;
    overflow: hidden;
    border-radius: 20px;
    cursor: pointer;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.05);
    background: #fff;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.mission-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.15);
}

/* IMAGE */
.mission-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.mission-card:hover .mission-img {
    transform: scale(1.15);
}

/* Gray Overlay instead of Black */
.mission-card::before {
    content: "";
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(55, 65, 81, 0.95);
    /* Refined Slate/Gray */
    backdrop-filter: blur(8px);
    transition: all 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: 1;
}

.mission-card::after {
    content: "";
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(55, 65, 81, 0.95);
    /* Refined Slate/Gray */
    backdrop-filter: blur(8px);
    transition: all 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: 1;
}

.mission-card:hover::before {
    top: 0;
}

.mission-card:hover::after {
    bottom: 0;
}

/* Content visibility */
.mission-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    z-index: 2;
}

.mission-content {
    color: white;
    text-align: center;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
}

.mission-card:hover .mission-content {
    opacity: 1;
    transform: translateY(0);
}

.mission-content svg {
    margin-bottom: 25px;
    filter: drop-shadow(0 0 10px rgba(22, 163, 74, 0.4));
    color: #16a34a;
}

.mission-content p {
    font-size: 1.1rem;
    line-height: 1.7;
    font-weight: 500;
}

/* MOBILE */
@media(max-width:768px) {
    .mission-container {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .mission-card {
        height: 300px;
        /* Reduced from 400px */
    }

    .mission-content p {
        font-size: 0.95rem !important;
        /* Reduced from 1.1rem */
        line-height: 1.5;
    }

    .mission-content svg {
        width: 60px;
        /* Reduced from 80px */
        height: 60px;
        margin-bottom: 15px;
    }

    .mission-overlay {
        padding: 25px;
    }
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

body {
    font-family: 'Poppins', sans-serif;
    background: #ffffff;
    margin: 0;
}

/* SECTION */

.services-section {
    padding: 80px 10%;
    text-align: center;
}

/* HEADER */

.services-tag {
    background: #16a34a;
    color: #fff;
    padding: 6px 18px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
}

.services-header h2 {
    font-size: 42px;
    color: #475569;
    margin-top: 15px;
}

.services-header p {
    color: #6c7a89;
    max-width: 700px;
    margin: 15px auto 50px;
    line-height: 1.7;
}

/* TABS SYSTEM */
/* TABS SYSTEM (Modernized Premium Design) */
.service-tabs-container {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 100px;
    /* Pill container */
    padding: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    gap: 8px;
    max-width: 1100px;
    margin: 0 auto 50px;
    overflow-x: auto;
    scrollbar-width: none;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.04);
    position: relative;
    z-index: 10;
}

.service-tabs-container::-webkit-scrollbar {
    display: none;
}

.service-tab {
    background: transparent;
    color: #64748b;
    /* Sophisticated Slate */
    padding: 14px 28px;
    border-radius: 100px;
    border: none;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    text-align: center;
    flex: 0 1 auto;
    /* Don't force equal width for better aesthetics */
    white-space: nowrap;
    position: relative;
    letter-spacing: 0.3px;
}

.service-tab:hover {
    color: #16a34a;
    background: rgba(22, 163, 74, 0.05);
    transform: translateY(-1px);
}

.service-tab.active {
    background: linear-gradient(135deg, #16a34a 0%, #15803d 100%);
    color: #ffffff;
    box-shadow: 0 12px 24px rgba(22, 163, 74, 0.25);
    transform: scale(1.02);
}

@media (max-width: 1300px) {
    .service-tab {
        padding: 12px 18px;
        font-size: 14px;
    }
}

@media (max-width: 1150px) {
    .service-tabs-container {
        flex-wrap: wrap;
        border-radius: 30px;
        justify-content: center;
        padding: 15px;
        max-width: 95%;
    }

    .service-tab {
        flex: 0 1 auto;
        /* Allow flexible size */
        margin: 5px;
    }
}

@media (max-width: 991px) {
    .service-tabs-container {
        border-radius: 20px;
        padding: 10px;
        max-width: 92%;
    }

    .service-tab {
        flex: 1 1 calc(50% - 15px);
        /* 2-column grid on tablets */
        min-width: 150px;
        padding: 12px 10px;
        font-size: 13px;
        border-radius: 15px;
    }

    .service-tab.active {
        transform: none;
    }
}

@media (max-width: 576px) {
    .service-tabs-container {
        padding: 8px;
        gap: 8px;
    }

    .service-tab {
        flex: 1 1 100%;
        /* Single column on mobile for clarity */
        border-radius: 12px;
        padding: 14px 10px;
    }
}


.tab-content-pane {
    display: none;
}

.tab-content-pane.active {
    display: block;
    animation: tabFadeIn 0.5s ease forwards;
}

@keyframes tabFadeIn {
    from {
        opacity: 0;
        transform: translateY(15px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* GRID */

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* CARD */
/* --- SERVICE CARD (Modern Gray Aesthetic) --- */
.service-card {
    background: #f8fafc;
    /* Very light gray touch */
    padding: 45px 35px;
    text-align: left;
    position: relative;
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.03);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: visible;
}

.service-card:hover {
    background: #ffffff;
    transform: translateY(-10px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.07);
    border-color: rgba(22, 163, 74, 0.15);
}

/* ICON & IMAGES */
.service-card img.mb-3 {
    transition: transform 0.4s ease;
}

.service-card:hover img.mb-3 {
    transform: scale(1.1);
}

/* TITLE */
.service-card h3 {
    font-size: 22px;
    font-weight: 700;
    color: #334155;
    /* Dark Slate Gray */
    margin-bottom: 15px;
    line-height: 1.3;
}

/* DIVIDER */
.divider {
    width: 40px;
    height: 3px;
    background: linear-gradient(90deg, #16a34a 0%, #e2e8f0 100%);
    margin-bottom: 22px;
    border-radius: 10px;
}

/* TEXT */
.service-card p {
    color: #64748b;
    /* Medium Slate Gray */
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 0;
}

/* NAVIGATION ARROW */
.service-arrow {
    position: absolute;
    right: 35px;
    bottom: -28px;
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #16a34a 0%, #15803d 100%);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    text-decoration: none;
    opacity: 0;
    transform: scale(.6);
    transition: all .35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.service-card:hover .service-arrow {
    opacity: 1;
    transform: scale(1);
}

.service-arrow:hover {
    background: #15803d;
    box-shadow: 0 15px 30px rgba(22, 163, 74, 0.4);
    color: #fff;
}

.pcb-intro h3 {
    color: #475569;
    font-weight: 700;
}

.pcb-intro p {
    color: #6c7a89;
    font-size: 1.1rem;
    line-height: 1.7;
}

.why-section {
    padding: 80px 10%;
    background: #ffffff;
    text-align: center;
}

.why-tag {
    background: #16a34a;
    color: #fff;
    padding: 6px 18px;
    font-size: 13px;
    font-weight: 600;
}

.why-header h2 {
    font-size: 42px;
    margin: 15px 0;
    color: #475569;
}

.why-header p {
    color: #6c7a89;
    max-width: 700px;
    margin: auto;
    margin-bottom: 50px;
    line-height: 1.7;
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.why-card {
    background: #fff;
    padding: 35px 25px;
    border-radius: 6px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
    transition: .3s;
}

.why-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.why-icon {
    font-size: 35px;
    margin-bottom: 15px;
    color: #16a34a;
}

.why-card h3 {
    font-size: 20px;
    color: #475569;
    margin-bottom: 10px;
}

.why-card p {
    color: #6c7a89;
    line-height: 1.7;
    font-size: 15px;
}

@media(max-width:992px) {
    .why-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width:600px) {
    .why-grid {
        grid-template-columns: 1fr;
    }
}

/* make content background white */
.service-item .service-content {
    background: #ffffff !important;
}

/* make hover background also white */
.service-item:hover .service-content {
    background: #ffffff !important;
}

/* paragraph text#333*/
.service-item .service-content p {
    color: #6c7a89 !important;
}

/* heading text#333*/
.service-item .service-content h4 {
    color: #475569 !important;
}

/* title area white */
.service-item .service-title {
    background: #ffffff !important;
}

/* button color orange */
.service-item .btn-primary {
    background: #16a34a !important;
    border-color: #16a34a !important;
    color: #ffffff !important;
}

/* button hover */
.service-item .btn-primary:hover {
    background: #15803d !important;
    border-color: #15803d !important;
}

.service-title-name .bg-primary {
    background-color: #16a34a !important;
    /* orange */
}

.service-title-name .bg-primary a {
    color: #ffffff !important;
    /* white text */
}

/* reduce heading box size */
.service-title-name .bg-primary {
    background-color: #16a34a !important;
    padding: 10px 15px !important;
    /* smaller padding */
    margin: 0 60px 15px 60px !important;
    /* reduce width */
}

/* reduce title font */
.service-title-name a {
    font-size: 18px !important;
}

/* reduce spacing between elements */
.service-title-name {
    margin-bottom: 10px !important;
}

/* reduce card content padding */
.service-content {
    padding-top: 5px !important;
}

/* mobile fix */
@media (max-width:768px) {

    .service-title-name .bg-primary {
        padding: 8px 10px !important;
        margin: 0 20px 10px 20px !important;
    }

    .service-title-name a {
        font-size: 16px !important;
    }

    .service-content h4 {
        font-size: 16px !important;
    }

    .service-content p {
        font-size: 14px !important;
    }

    .service-title-name .btn {
        padding: 8px 20px !important;
        font-size: 14px !important;
    }

}

/* section */

.industry-section {
    background: #ffffff;
}

/* header */

.industry-header h2 {
    font-size: 40px;
    color: #475569;
    margin-top: 15px;
}

.industry-header p {
    max-width: 700px;
    margin: auto;
    color: #6c7a89;
    line-height: 1.7;
}

/* tag */

.industry-tag {
    background: #16a34a;
    color: #fff;
    padding: 6px 18px;
    font-size: 13px;
    font-weight: 600;
}

/* card */

.industry-card {
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
    transition: .3s;
    height: 100%;
}

/* hover */

.industry-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
}

/* image */

.industry-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

/* content */

.industry-content {
    padding: 25px;
}

.industry-content h4 {
    color: #475569;
    margin-bottom: 10px;
}

.industry-content p {
    color: #6c7a89;
    line-height: 1.6;
    font-size: 15px;
}

/* mobile */

@media(max-width:768px) {

    .industry-img {
        height: 180px;
    }

    .industry-header h2 {
        font-size: 30px;
    }

}

.footer-section {
    background: #ffffff;
    padding: 70px 10%;
    border-top: 1px solid #e5e7eb;
    font-family: Poppins, sans-serif;
}

.footer-col {
    margin-bottom: 20px;
}

.footer-col h4 {
    color: #fff;
    margin-bottom: 20px;
    font-weight: 600;
}

.footer-logo h4 {
    color: #fff;
    margin-bottom: 10px;
}

.footer-logo p {
    color: #fff;
    line-height: 1.6;
}

.footer-contact li {
    list-style: none;
    margin-bottom: 10px;
    color: #6c7a89;
}

.footer-links {
    padding: 0;
}

.footer-links li {
    list-style: none;
    margin-bottom: 10px;
}

.footer-links a {
    text-decoration: none;
    color: #6c7a89;
    transition: .3s;
}

.footer-links a:hover {
    color: #16a34a;
}

.footer-social a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #16a34a;
    color: #fff;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 14px;
}

.footer-social a:hover {
    background: #898989;
}

/* responsive */

@media(max-width:768px) {

    .footer-section {
        text-align: center;
    }

    .footer-social {
        margin-top: 15px;
    }

}

.section-title {
    text-align: center;
    margin-bottom: 60px;
}

.section-badge {
    display: inline-block;
    background: #16a34a;
    color: #fff;
    padding: 8px 18px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 3px;
    margin-bottom: 18px;
}

.section-heading {
    font-size: 48px;
    font-weight: 700;
    color: #475569;
    margin-bottom: 15px;
}

.section-subtitle {
    font-size: 18px;
    color: #6c7a89;
    max-width: 750px;
    margin: auto;
    line-height: 1.6;
}

/* Hidden before scroll */
.reveal {
    opacity: 0;
    transform: translateY(60px);
    transition: all 0.8s ease;
}

/* When visible */
.reveal.active {
    opacity: 1;
    transform: translateY(0);
}

/* FOOTER */
.footer-section {
    background: #898989;
    color: #fff;
    padding: 70px 0 40px 0;
}

/* Footer Headings */
.footer-col h4 {
    font-size: 18px;
    margin-bottom: 12px;
    font-weight: 600;
}

/* Footer text */
.footer-logo p {
    color: #ccc;
    line-height: 1.6;
}

/* Footer links */
.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
}

/* Hover effect */
.footer-links a:hover {
    color: #16a34a;
}

/* Contact list */
.footer-contact {
    list-style: none;
    padding: 0;
}

.footer-contact li {
    margin-bottom: 10px;
    color: #ccc;
}

/* Social icons */
.footer-social a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #898989;
    color: #fff;
    border-radius: 50%;
    margin-right: 10px;
    transition: 0.3s;
}

.footer-social a:hover {
    background: #16a34a;
}

/* Divider line above copyright */
.copyright {
    border-top: 1px solid #898989;
    background: #898989;
}

/* Copyright text */
.copyright span,
.copyright a {
    color: #fff;
    text-decoration: none;
}

.copyright a:hover {
    color: #16a34a;
}

/*** copyright end ***/
/* Copyright section */
.copyright {
    background: #898989 !important;
    border-top: 1px solid #898989;
}

/* Text color */
.copyright span,
.copyright a {
    color: #fff;
}

/* Hover color */
.copyright a:hover {
    color: #16a34a;
}

/* Premium Gray Button class */
.btn-premium-gray {
    background-color: #334155 !important;
    border-color: #334155 !important;
    color: #fff !important;
    transition: all 0.3s ease;
}

.btn-premium-gray:hover {
    background-color: #1e293b !important;
    border-color: #1e293b !important;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* ================= MODERN HERO v2 (Integrated Layout) ================= */
.hero-section {
    position: relative;
    height: 100vh;
    min-height: 800px;
    background: radial-gradient(circle at 15% 15%, #ecfdf5 0%, #ffffff 60%);
    overflow: hidden;
    display: flex;
    align-items: center;
    padding-top: 5px;
}

.hero-slider {
    width: 100%;
    height: 100%;
}

.hero-slide {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease;
    background: transparent;
    display: flex;
    align-items: center;
}

.hero-slide.active {
    opacity: 1;
    z-index: 10;
}

.hero-content-modern {
    position: relative;
    z-index: 20;
    padding-right: 50px;
}

.hero-title {
    font-size: 5rem;
    font-weight: 800;
    line-height: 1.05;
    color: #475569;
    margin-bottom: 30px;
    letter-spacing: -2px;
}

.hero-title .green {
    color: #16a34a;
}

.hero-desc {
    font-size: 1.3rem;
    color: #555;
    max-width: 580px;
    margin-bottom: 45px;
    line-height: 1.7;
    font-weight: 400;
}

/* GLOBAL PILL BUTTON v2 (Integrated Animation) */
.btn-pill-modern {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 18px 45px;
    background: #334155;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 100px;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: none;
    cursor: pointer;
    overflow: hidden;
    z-index: 1;
}

.btn-pill-modern .dot {
    position: relative;
    width: 6px;
    height: 6px;
    background: #16a34a;
    border-radius: 50%;
    margin-left: 15px;
    transition: all 0.4s ease;
    z-index: 3;
}

/* Ensure text is above expansion */
.btn-pill-modern span:not(.dot) {
    position: relative;
    z-index: 2;
}

.btn-pill-modern:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: #16a34a;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.6s ease, height 0.6s ease;
    z-index: 1;
    /* Move above base but below text/dot */
}

.btn-pill-modern:hover {
    background: #1e293b;
    /* Slightly darker slate on hover */
    color: #fff;
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.btn-pill-modern:hover:after {
    width: 350px;
    height: 350px;
}

.btn-pill-modern:hover .dot {
    transform: translateX(5px);
}

.btn-pill-modern-sm {
    padding: 10px 25px;
    font-size: 14px;
}

.btn-pill-modern-sm:hover:after {
    width: 250px;
    height: 250px;
}

/* DYNAMIC IMAGE PLACEMENT (Shrunk as requested) */
.hero-image-modern-wrap {
    position: absolute;
    right: 4%;
    bottom: 8%;
    width: 44%;
    height: 80%;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

/* Reduced size for Slide 2 Card */
.hero-2-img-wrap {
    width: 38%;
    height: 65%;
    bottom: 12%;
    right: 7%;
}

.hero-image-card-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 25px;
    z-index: 4;
    box-shadow: 0 40px 100px rgba(0, 0, 0, 0.05);
    transform: skewX(-2deg) rotate(-2deg);
}

.hero-main-img {
    position: relative;
    width: 90%;
    height: auto;
    object-fit: contain;
    mix-blend-mode: multiply;
    filter: drop-shadow(0 20px 50px rgba(0, 0, 0, 0.08));
    animation: floatHandLarge 8s ease-in-out infinite;
    z-index: 5;
    border-radius: 25px;
}

@keyframes floatHandLarge {

    0%,
    100% {
        transform: translate(0, 0) rotate(0deg);
    }

    50% {
        transform: translate(-10px, -20px) rotate(1deg);
    }
}

/* DECORATIVE TECH ART */
.hero-svg-backdrop {
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    width: 700px;
    height: 700px;
    z-index: 3;
    opacity: 0.12;
    pointer-events: none;
}

.hero-tech-line {
    position: absolute;
    background: #16a34a;
    z-index: 2;
    opacity: 0.2;
}

.hero-chip-floating {
    position: absolute;
    top: 15%;
    right: 12%;
    font-size: 150px;
    color: #16a34a;
    opacity: 0.1;
    z-index: 4;
    animation: floatChipModern 8s ease-in-out infinite;
    pointer-events: none;
}

@keyframes floatChipModern {

    0%,
    100% {
        transform: translateY(0) rotate(0deg);
    }

    50% {
        transform: translateY(-30px) rotate(5deg);
    }
}



.hero-gear-overlay {
    position: absolute;
    right: 15%;
    top: 40%;
    width: 80px;
    height: 80px;
    opacity: 0.15;
    z-index: 4;
    color: #16a34a;
    animation: rotateGear 20s linear infinite;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
}

@keyframes rotateGear {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* Responsive Overrides */
@media (max-width: 1400px) {
    .hero-title {
        font-size: 4.2rem;
    }

    .hero-image-modern-wrap {
        width: 50%;
    }
}

@media (max-width: 991px) {
    .hero-section {
        height: auto;
        min-height: 700px;
        padding: 120px 0 60px;
        display: flex;
        align-items: center;
    }

    .hero-content-modern {
        text-align: center;
        padding-right: 0;
        z-index: 10;
    }

    .hero-desc {
        margin: 0 auto 30px;
        max-width: 90%;
    }

    .hero-title {
        font-size: 3rem;
        line-height: 1.1;
    }

    .hero-image-modern-wrap {
        position: relative;
        right: auto;
        bottom: auto;
        width: 95%;
        margin: 60px auto 0;
        transform: none !important;
    }

    .hero-2-img-wrap {
        width: 95% !important;
        transform: scale(0.95) !important;
    }

    .hero-svg-backdrop {
        display: none;
    }
}

@media (max-width: 768px) {
    .hero-section {
        padding: 0 !important;
        min-height: 550px !important;
        height: 550px !important;
        display: block !important;
    }

    .hero-slider {
        height: 100% !important;
    }

    .hero-slide {
        position: absolute !important;
        width: 100% !important;
        height: 100% !important;
        padding: 20px 0 !important;
        display: flex !important;
        align-items: center !important;
    }

    /* Slide 1 Background - Lightened */
    .hero-slide:nth-child(1) {
        background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.8)), url('../img/hero-new.png') center center no-repeat !important;
        background-size: cover !important;
    }

    /* Slide 2 Background - Lightened */
    .hero-slide:nth-child(2) {
        background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.8)), url('../img/hero-2.png') center center no-repeat !important;
        background-size: cover !important;
    }

    .hero-content-modern {
        text-align: center;
        padding: 0 20px;
        width: 100%;
    }

    .hero-title {
        font-size: 2rem !important;
        line-height: 1.2;
        letter-spacing: -1px;
        color: #475569 !important;
        /* Premium Gray */
    }

    .hero-desc {
        font-size: 15px;
        line-height: 1.6;
        margin: 0 auto 30px !important;
        color: #64748b !important;
        /* Standard Gray */
    }

    .hero-pill-btn {
        padding: 14px 32px;
        font-size: 14px;
    }

    .hero-image-modern-wrap,
    .hero-chip-floating {
        display: none !important;
    }

    .hero-nav {
        display: none !important;
    }
}

/* Mobile Navbar Logo */

@media (max-width:768px) {

    .navbar-brand h1 {
        font-size: 22px;
        /* smaller logo text */
    }

    .navbar-brand img {
        height: 32px;
        /* smaller logo icon */
        margin-right: 6px;
    }

}

.about-header {
    text-align: center;
    margin-bottom: 50px;
}

.about-tag {
    background: #16a34a;
    color: #fff;
    padding: 6px 20px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
    margin-bottom: 15px;
}

.about-title {
    font-size: 48px;
    font-weight: 700;
    color: #475569;
}

/* main heading */
.about-heading {
    font-size: 42px;
    font-weight: 700;
    color: #475569;
}

@media (min-width:1200px) {
    .about-content {
        margin-top: 50px;
    }
}

/* PREMIUM ABOUT SECTION REDESIGN */

.about-section {
    position: relative;
    padding: 100px 0;
    background-color: #ffffff;
}

.about-feature-img-wrapper {
    position: relative;
    padding: 20px;
}

.about-feature-img {
    border-radius: 30px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.about-feature-img:hover {
    transform: perspective(1000px) rotateY(-5deg) rotateX(2deg);
    box-shadow: 0 45px 80px rgba(22, 163, 74, 0.15);
}

/* Floating badge for image */
.about-badge {
    position: absolute;
    bottom: 50px;
    right: 0;
    background: #16a34a;
    color: #fff;
    padding: 25px;
    border-radius: 20px;
    box-shadow: 0 15px 30px rgba(22, 163, 74, 0.3);
    z-index: 2;
    text-align: center;
}

.about-badge h4 {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 0;
    line-height: 1;
}

.about-badge span {
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.about-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 50px;
}

.about-box {
    background: #fff;
    padding: 35px;
    border-radius: 24px;
    border: 1px solid #f0f0f0;
    transition: all 0.4s ease;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.about-box:hover {
    background: #fff;
    border-color: #16a34a;
    transform: translateY(-8px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.05);
}

.about-icon-wrapper {
    width: 70px;
    height: 70px;
    background: #f8fdf9;
    color: #16a34a;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    transition: 0.4s;
    border: 1px solid rgba(22, 163, 74, 0.1);
}

.about-box:hover .about-icon-wrapper {
    background: #16a34a;
    color: #fff;
    box-shadow: 0 10px 20px rgba(22, 163, 74, 0.2);
}

.about-box h5 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #475569;
    margin: 0;
    transition: 0.3s;
}

.about-box p {
    font-size: 15px;
    color: #6c7a89;
    line-height: 1.7;
    margin: 0;
}

.about-intro-text {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.6;
    color: #475569;
    border-left: 5px solid #16a34a;
    padding-left: 25px;
    margin: 40px 0;
}

@media (max-width: 991px) {
    .about-grid {
        grid-template-columns: 1fr;
    }
}

.about-content p {
    font-size: 16px;
    line-height: 1.7;
    color: #6c7a89;
}

.about-content h6 {
    color: #475569 !important;
}

/* GRID ICONS */

.about-icon {
    font-size: 28px;
    color: #16a34a;
    margin-bottom: 10px;
}

/* GRID BOX */

.about-box {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 10px 0;
}

.about-box h5 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

.about-box p {
    font-size: 14px;
    color: #898989;
    margin: 0;
}

/* MOBILE */

@media (max-width:768px) {

    .about-heading {
        font-size: 28px;
        text-align: center;
    }

    .about-content {
        text-align: center;
    }

    .about-grid {
        margin-top: 20px;
    }

    .about-box {
        align-items: center;
    }

}

/* ===== ABOUT SECTION TABLET RESPONSIVE ===== */

@media (min-width:700px) and (max-width:1200px) {

    .about-heading {
        font-size: 34px;
        line-height: 1.3;
    }

    .about-content p {
        font-size: 15px;
    }

    .about-grid {
        margin-top: 20px;
    }

    /* grid layout spacing */

    .about-box {
        display: flex;
        gap: 12px;
        align-items: flex-start;
    }

    .about-icon {
        font-size: 24px;
        color: #16a34a;
    }

    /* reduce image size slightly */

    .col-xl-5 img {
        max-height: 420px;
        object-fit: cover;
    }

    /* improve spacing */

    .container.pt-5 {
        padding-top: 30px !important;
    }

}

/* CARD GRID FIX */

.office .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

/* 3 cards per row */

.office .row>div {
    flex: 0 0 33.33%;
    max-width: 33.33%;
}

/* CARD STYLE */

.office-item {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: 0.3s;
}

/* HOVER EFFECT */

.office-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

/* IMAGE SIZE FIX */

.office-img img {
    height: 200px;
    object-fit: cover;
}

/* LIST ALIGN LEFT */

.office-content ul {
    padding-left: 20px;
    text-align: left;
    margin-top: 10px;
}

.office-content ul li {
    margin-bottom: 6px;
    font-size: 15px;
    color: #5a6d82;
}

/* RESPONSIVE */

@media (max-width:992px) {

    .office .row>div {
        flex: 0 0 50%;
        max-width: 50%;
    }

}

@media (max-width:576px) {

    .office .row>div {
        flex: 0 0 100%;
        max-width: 100%;
    }

}

.office-content h4 {
    color: #475569 !important;
}

.office-content ul li {
    color: #6c7a89 !important;
}

.contact-section {
    background: #ffffff;
    padding: 80px 10%;
    font-family: Poppins, sans-serif;
}

.contact-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

/* LEFT SIDE */

.contact-left h2 {
    font-size: 48px;
    font-weight: 700;
    color: #475569;
    line-height: 1.2;
}

.line {
    width: 60px;
    height: 3px;
    background: #16a34a;
    margin: 20px 0;
}

.contact-left p {
    color: #6c7a89;
    line-height: 1.7;
    font-size: 16px;
    max-width: 420px;
}

/* FORM */

.contact-form {
    background: #fff;
    padding: 40px;
    border-radius: 6px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
}

.contact-form form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* ROW */

.form-row {
    display: flex;
    gap: 20px;
}

.form-row input {
    flex: 1;
}

/* INPUTS */

.contact-form input,
.contact-form select,
.contact-form textarea {
    width: 100%;
    padding: 14px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 15px;
    outline: none;
    background: #fff;
}

.contact-form textarea {
    height: 140px;
    resize: none;
}

/* BUTTON */

.contact-form button {
    background: #16a34a;
    color: #fff;
    border: none;
    padding: 15px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: .3s;
}

.contact-form button:hover {
    background: #15803d;
}

/* RESPONSIVE */

@media(max-width:900px) {

    .contact-container {
        grid-template-columns: 1fr;
    }

    .contact-left {
        text-align: center;
    }

    .contact-left p {
        margin: auto;
    }

}

.quick-contact {
    background: #ffffff;
    padding: 80px 10%;
    font-family: Poppins, sans-serif;
    text-align: center;
}

.quick-title {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 50px;
    color: #475569;
}

/* GRID */

.quick-grid {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}

/* CARD */

.quick-card {
    background: #fff;
    width: 320px;
    padding: 40px 30px;
    border-radius: 6px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
}

.quick-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.12);
}

/* ICON */

.quick-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #f1f1f1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px auto;
    font-size: 28px;
    color: #16a34a;
}

/* TEXT */

.quick-card p {
    color: #6c7a89;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 15px;
}

/* LINK */

.quick-card a {
    text-decoration: none;
    color: #333;
    font-weight: 600;
    transition: 0.3s;
}

.quick-card a:hover {
    color: #16a34a;
}

/* RESPONSIVE */

@media(max-width:900px) {

    .quick-grid {
        grid-template-columns: 1fr;
    }

}

.footer-section {
    position: relative;
    background:
        linear-gradient(108deg, #ffffff 25%, #16a34a 25%, #16a34a 25.5%, #334155 25.5%);
    padding: 0;
    overflow: hidden;
}

.footer-wave {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    line-height: 0;
    transform: translateY(-100%);
}

.footer-wave svg {
    display: block;
    width: 100%;
    height: 40px;
}

/* For mobile/vertical layout, separate logo on top */
@media (max-width: 991px) {
    .footer-section {
        background: linear-gradient(180deg, #ffffff 25%, #334155 25%);
        padding-top: 40px;
    }
}

/* Adjust text color for the first column (Logo - White Half) */
.footer-col:nth-child(1) h4,
.footer-col:nth-child(1) p {
    color: #6c7a89 !important;
}

/* Dark side columns (n+2 onwards) */
.footer-col:nth-child(n+2) h4 {
    color: #ffffff !important;
}

.footer-col:nth-child(n+2) .footer-contact li,
.footer-col:nth-child(n+2) .footer-contact li a,
.footer-col:nth-child(n+2) .footer-links li a,
.footer-col:nth-child(n+2) .footer-services li a span {
    color: #ffffff !important;
}

/* Restore contact icon colors for dark background */
.footer-col:nth-child(n+2) .footer-contact li i {
    background: rgba(22, 163, 74, 0.15);
    color: #16a34a;
}

.footer-col:nth-child(n+2) .footer-contact li a:hover {
    color: #16a34a !important;
}

/* dark overlay removed by user request earlier */
.footer-overlay {
    display: none;
}

/* Remove overlay when using solid background */


.footer-section .container {
    position: relative;
    z-index: 2;
}

/* headings */

.footer-col h4 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600;
}

/* text */

.footer-logo p {
    color: #ccc;
    line-height: 1.6;
}

/* contact list */

.footer-contact {
    list-style: none;
    padding: 0;
}

.footer-contact li {
    margin-bottom: 10px;
    color: #ccc;
}

/* links */

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: #fff;
    text-decoration: none;
    transition: .3s;
}

.footer-links a:hover {
    color: #16a34a;
}

/* services with icon */

/* footer services vertical list */
.footer-services {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.footer-services li {
    margin: 0;
}

.footer-services li a {
    display: flex;
    align-items: center;
    gap: 15px;
    text-decoration: none;
    transition: 0.3s;
}

.footer-services li img,
.footer-services .more-icon-wrapper {
    width: 25px;
    height: 25px;
    object-fit: contain;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-services li span {
    color: #ffffff !important;
    font-size: 14px;
    line-height: 1.4;
}

.footer-services li a:hover span {
    color: #16a34a !important;
}

@media (max-width: 768px) {
    .footer-services {
        align-items: center;
    }

    .footer-services li a {
        justify-content: center;
        width: 100%;
        max-width: 280px;
    }
}

/* icon */

.footer-services img {
    width: 34px;
    height: 34px;
    object-fit: contain;
    flex-shrink: 0;
}

/* text */

.footer-services span {
    text-align: left;
    line-height: 1.3;
}

/* mobile center */

@media (max-width:768px) {

    .footer-services {
        margin: auto;
    }

}

.navbar-brand img {
    height: 80px;
    width: auto;
    margin-right: 8px;
}

.navbar-brand h1 {
    color: #16a34a !important;
    font-weight: 700;
}

/* GLOBAL BUTTON COLOR */

.btn-primary,
.btn.btn-primary,
a.btn-primary,
button.btn-primary {
    background-color: #16a34a !important;
    border-color: #16a34a !important;
    color: #ffffff !important;
}

/* hover */

.btn-primary:hover,
.btn.btn-primary:hover {
    background-color: #15803d !important;
    border-color: #15803d !important;
    color: #ffffff !important;
}

/* MOBILE NAVBAR FIX */

@media (max-width:768px) {

    /* move logo + text left */

    .navbar-brand {
        margin-left: 0 !important;
        display: flex;
        align-items: center;
    }

    /* increase logo size */

    .navbar-brand img {
        height: 100px !important;
        width: auto;
        margin-right: 8px;
    }

    /* ASICtronix text size */

    .navbar-brand h1 {
        font-size: 24px !important;
        margin: 0;
    }

}

/* REMOVE LEFT SPACE IN MOBILE */

@media (max-width:768px) {

    .navbar {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .navbar-brand {
        margin-left: 0 !important;
        padding-left: 0 !important;
    }

}

.footer-logo-bg {
    background: #ffffff;
    padding: 15px;
    border-radius: 12px;
    display: inline-block;
    margin-bottom: 20px;
}

.footer-logo-img {
    width: 200px;
    height: auto;
}

.footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-contact li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
}

.footer-contact li i {
    width: 38px;
    height: 38px;
    background: rgba(22, 163, 74, 0.15);
    color: #16a34a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.footer-contact li a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: 0.3s;
}

.footer-contact li a:hover {
    color: #16a34a;
}

/* NAVBAR LOGO SIZE */

.navbar-brand img {
    height: 70px !important;
    width: auto;

}

.navbar-brand {
    margin-left: 10px;
}

@media (max-width:768px) {

    .navbar-brand img {
        height: 170px !important;
    }

}

/* footer services list */

.footer-services {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-services li {
    margin-bottom: 15px;
}

.footer-services li a {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: #ffffff;
    font-size: 15px;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links li a {
    flex-shrink: 0;
}

/* text */

.footer-services span {
    text-align: left;
    line-height: 1.3;
}

/* mobile center */

@media (max-width:768px) {

    .footer-services {
        margin: auto;
    }

}

.navbar-brand img {
    height: 80px;
    width: auto;
    margin-right: 8px;
}

.navbar-brand h1 {
    color: #16a34a !important;
    font-weight: 700;
}

/* GLOBAL BUTTON COLOR */

.btn-primary,
.btn.btn-primary,
a.btn-primary,
button.btn-primary {
    background-color: #16a34a !important;
    border-color: #16a34a !important;
    color: #ffffff !important;
}

/* hover */

.btn-primary:hover,
.btn.btn-primary:hover {
    background-color: #15803d !important;
    border-color: #15803d !important;
    color: #ffffff !important;
}

/* MOBILE NAVBAR FIX */

@media (max-width:768px) {

    /* move logo + text left */

    .navbar-brand {
        margin-left: 0 !important;
        display: flex;
        align-items: center;
    }

    /* increase logo size */

    .navbar-brand img {
        height: 100px !important;
        width: auto;
        margin-right: 8px;
    }

    /* ASICtronix text size */

    .navbar-brand h1 {
        font-size: 24px !important;
        margin: 0;
    }

}

/* REMOVE LEFT SPACE IN MOBILE */

@media (max-width:768px) {

    .navbar {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .navbar-brand {
        margin-left: 0 !important;
        padding-left: 0 !important;
    }

}

.footer-logo-bg {
    background: #ffffff;
    padding: 15px;
    border-radius: 12px;
    display: inline-block;
    margin-bottom: 20px;
}

.footer-logo-img {
    width: 200px;
    height: auto;
}

.footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-contact li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
}

.footer-contact li i {
    width: 38px;
    height: 38px;
    background: rgba(22, 163, 74, 0.15);
    color: #16a34a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.footer-contact li a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: 0.3s;
}

.footer-contact li a:hover {
    color: #16a34a;
}

/* NAVBAR LOGO SIZE */

.navbar-brand img {
    height: 70px !important;
    width: auto;

}

.navbar-brand {
    margin-left: 10px;
}

@media (max-width:768px) {

    .navbar-brand img {
        height: 170px !important;
    }

}

/* footer services list */

.footer-services {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.footer-services li {
    margin-bottom: 8px;
}

.footer-services li a {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: #ffffff;
    font-size: 15px;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links li a {
    text-decoration: none;
    color: #ffffff;
    transition: 0.3s;
    display: inline-block;
}

/* hover effect */
.footer-links li a:hover {
    color: #16a34a;
    transform: translateX(6px);
}

/* MOBILE FOOTER OPTIMIZATION - PREMIUM GRID DESIGN */
@media (max-width: 768px) {
    .footer-section {
        padding: 40px 0 30px 0 !important;
        background: #111827 !important;
        /* Deep Onyx */
    }

    .footer-wave {
        display: none !important;
    }

    .footer-section .container {
        padding-top: 0 !important;
    }

    /* Convert Bootstrap row into a Grid Header + 2-Column body */
    .footer-section .row {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 12px !important;
        margin: 0 !important;
    }

    /* Column Level Controls */
    .footer-col {
        padding: 0 !important;
        margin: 0 !important;
        width: 100% !important;
        flex: 0 0 100% !important;
    }

    /* First column (Logo) - Removed per request */
    .footer-col:first-of-type {
        display: none !important;
    }

    /* Contact & Links - Parallel Cards */
    .footer-col.col-6 {
        background: rgba(255, 255, 255, 0.03) !important;
        border: 1px solid rgba(255, 255, 255, 0.04) !important;
        border-radius: 16px !important;
        padding: 20px 15px !important;
        height: 100% !important;
        text-align: left !important;
        grid-column: span 1 !important;
        width: 100% !important;
    }

    .footer-col h4 {
        font-size: 0.8rem !important;
        color: #16a34a !important;
        font-weight: 800 !important;
        text-transform: uppercase !important;
        letter-spacing: 1.2px !important;
        margin-bottom: 15px !important;
        border-left: 3px solid #16a34a;
        padding-left: 10px;
    }

    .footer-contact,
    .footer-links {
        padding: 0 !important;
        margin: 0 !important;
    }

    .footer-contact li,
    .footer-links li {
        list-style: none !important;
        margin-bottom: 10px !important;
    }

    .footer-contact li a,
    .footer-links li a {
        font-size: 0.75rem !important;
        color: rgba(255, 255, 255, 0.8) !important;
        text-decoration: none !important;
        line-height: 1.4 !important;
    }

    .footer-contact li i {
        background: none !important;
        color: #16a34a !important;
        width: 25px !important;
        height: auto !important;
        font-size: 14px !important;
        margin-right: 8px !important;
        display: inline-block !important;
        text-align: left !important;
    }

    /* Hide Services Section on Mobile for Clutter Reduction */
    .footer-col:last-of-type {
        display: none !important;
    }
}

/* Footer Items Vertical Alignment */
.footer-section .container {
    padding-top: 25px;
    padding-bottom: 0px !important;
}

/* SHARED MODERN HEADING COMPONENTS */
.modern-heading-group {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.modern-heading-group .subtitle {
    display: inline-block;
    padding: 8px 20px;
    background: #f0f7f2;
    color: #16a34a;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    border-radius: 50px;
    margin-bottom: 20px;
}

.modern-heading-group .main-title {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.2;
    color: #475569;
    margin-bottom: 20px;
    white-space: nowrap;
    /* Prevents wrapping as requested */
}

.modern-heading-group .main-title .green {
    color: #16a34a;
}

@media (max-width: 768px) {
    .modern-heading-group .main-title {
        font-size: 2rem;
        white-space: normal;
        /* Allow wrapping on very small screens for accessibility */
    }
}

/* WHO WE ARE SECTION STYLE */
.who-we-are-section {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    background-color: #fff;
}

.who-we-are-subtitle {
    display: inline-block;
    padding: 10px 20px;
    background: #f0f7f2;
    color: #16a34a;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    border-radius: 100px;
    margin-bottom: 25px;
}

.who-we-are-title {
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.1;
    color: #475569;
    margin-bottom: 40px;
}

.who-we-are-title .accent-green {
    color: #16a34a;
}

.who-we-are-text {
    font-size: 1.15rem;
    color: #6c7a89;
    line-height: 1.8;
    margin-bottom: 30px;
}

/* CIRCLE LAYOUT COMPONENTS */
.circle-layout {
    position: relative;
    width: 100%;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.circle-main {
    position: relative;
    width: 480px;
    height: 480px;
    border-radius: 50%;
    overflow: hidden;
    border: 15px solid #fff;
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.15);
    z-index: 2;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.circle-secondary {
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    overflow: hidden;
    left: -10px;
    bottom: 0px;
    z-index: 3;
    border: 10px solid #fff;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.circle-main img,
.circle-secondary img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.circle-layout:hover .circle-main {
    transform: scale(1.02) translateX(10px);
}

.circle-layout:hover .circle-secondary {
    transform: perspective(1000px) rotateY(15deg) translateY(-10px);
}

/* SVG Circuit Path Animations */
.circle-lines {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
}

.circle-lines path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    animation: dash 5s linear infinite;
}

@keyframes dash {
    to {
        stroke-dashoffset: 0;
    }
}

/* LinkedIn Floating element removed per request */

/* Mobile Responsiveness for Who We Are */
@media (max-width: 1200px) {
    .who-we-are-title {
        font-size: 2.8rem;
    }

    .circle-main {
        width: 380px;
        height: 380px;
    }

    .circle-secondary {
        width: 240px;
        height: 240px;
    }

    .circle-layout {
        height: 500px;
    }
}

@media (max-width: 991px) {
    .who-we-are-section {
        padding: 80px 0;
    }

    .circle-layout {
        margin-bottom: 60px;
    }

}

@media (max-width: 768px) {
    .who-we-are-section {
        padding: 60px 0;
    }

    .bg-breadcrumb {
        padding: 80px 0 50px 0 !important;
    }

    .bg-breadcrumb h3.display-3 {
        font-size: 1.8rem !important;
        /* Slightly smaller to be safe */
        white-space: nowrap;
    }

    .who-we-are-title {
        font-size: 1.75rem;
        /* Reduced from 2.2rem */
        margin-bottom: 25px;
        text-align: center;
    }

    .who-we-are-subtitle {
        display: block;
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
    }

    .who-we-are-text {
        font-size: 1rem;
        /* Reduced from 1.15rem */
        text-align: center;
    }

    .circle-main {
        width: 220px;
        /* Reduced from 300px */
        height: 220px;
        border-width: 8px;
    }

    .circle-secondary {
        width: 140px;
        /* Reduced from 180px */
        height: 140px;
        left: 20px;
        border-width: 6px;
    }

    .circle-layout {
        height: 320px;
        /* Reduced from 400px */
        margin-bottom: 30px;
    }

    /* Service Item Mobile Reordering: Title -> Icon -> Desc (Premium Design) */
    .service-item-mobile {
        flex-direction: column !important;
        align-items: center !important;
        text-align: center;
        background: #ffffff;
        padding: 30px 20px;
        border-radius: 20px;
        border: 1px solid rgba(22, 163, 74, 0.1);
        border-bottom: 4px solid #16a34a;
        /* Brand green accent */
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
        margin-bottom: 20px;
        transition: transform 0.3s ease;
    }

    .service-item-mobile .service-text-wrapper {
        display: contents !important;
        /* Makes children direct children of the flex parent */
    }

    .service-item-mobile .service-title {
        order: 1;
        font-size: 1.15rem;
        color: #334155;
        font-weight: 700 !important;
        margin-bottom: 15px !important;
        letter-spacing: 0.2px;
    }

    .service-item-mobile .service-icon {
        order: 2;
        margin: 0 auto 20px auto !important;
        width: 50px !important;
        height: 50px !important;
        padding: 10px;
        background: rgba(22, 163, 74, 0.08);
        /* Soft container for icon */
        border-radius: 12px;
        object-fit: contain;
    }

    .service-item-mobile .service-desc {
        order: 3;
        font-size: 0.9rem;
        line-height: 1.6;
        color: #64748b;
        max-width: 90%;
        margin: 0 auto;
    }
}

/* --- CIRCUIT DECORATION COMPONENT --- */

.circuit-decoration-wrap {
    position: absolute;
    pointer-events: none;
    z-index: -1;
    opacity: 0.15;
    transition: all 0.5s ease;
}

.circuit-decoration-wrap svg {
    width: 350px;
    height: auto;
}

/* Specific positions */
.decor-hero-right {
    top: 15%;
    right: 5%;
    transform: rotate(15deg);
}

.decor-who-we-are-left {
    top: 50%;
    left: -50px;
    transform: translateY(-50%) rotate(-10deg);
}

.decor-services-center {
    top: 50%;
    right: -100px;
    transform: translateY(-50%) rotate(90deg);
    opacity: 0.12;
}

.decor-footer-corner {
    bottom: 50px;
    left: 20px;
    transform: rotate(-45deg);
    opacity: 0.1;
}

/* Animations for decorations */
.circuit-decoration-wrap:hover {
    opacity: 0.3;
    transform: translateX(10px);
}

@keyframes pulseCircuit {
    0% {
        transform: scale(1);
        opacity: 0.15;
    }

    50% {
        transform: scale(1.05);
        opacity: 0.25;
    }

    100% {
        transform: scale(1);
        opacity: 0.15;
    }
}

.circuit-decoration-wrap.animated {
    animation: pulseCircuit 6s ease-in-out infinite;
}

@media (max-width: 991px) {
    .circuit-decoration-wrap {
        width: 200px;
        opacity: 0.1;
    }
}

/* --- SERVICES MOBILE SLIDER (Scroll Snap) --- */
@media (max-width: 768px) {
    .services-grid {
        display: flex !important;
        overflow-x: auto !important;
        scroll-snap-type: x mandatory !important;
        gap: 20px !important;
        padding: 10px 20px 50px 20px !important;
        -webkit-overflow-scrolling: touch !important;
        scrollbar-width: none;
        margin-left: -15px !important;
        margin-right: -15px !important;
    }

    .services-grid::-webkit-scrollbar {
        display: none;
    }

    .service-card {
        flex: 0 0 calc(100% - 10px) !important;
        scroll-snap-align: center !important;
        height: auto !important;
        margin: 0 !important;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08) !important;
    }

    /* Ensure arrows are visible on mobile since there is no hover */
    /* Ensure arrows are visible on mobile since there is no hover */
    .service-arrow {
        opacity: 1 !important;
        transform: scale(0.85) !important;
        bottom: -20px !important;
        right: 25px !important;
    }
}

/* --- PHOTO MARQUEE SECTION --- */
.photo-marquee-section {
    background: #f8fafc;
    overflow: hidden;
    position: relative;
    padding: 80px 0;
}

.marquee-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 40px 0;
    /* SMOOTH EDGES MASK */
    -webkit-mask-image: linear-gradient(to right, transparent, black 15%, black 85%, transparent);
    mask-image: linear-gradient(to right, transparent, black 15%, black 85%, transparent);
}

.marquee-content {
    display: flex;
    width: max-content;
    animation: marquee-scroll 45s linear infinite;
}

.marquee-content:hover {
    animation-play-state: paused;
}

.marquee-item {
    flex: 0 0 380px;
    margin: 0 20px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: #fff;
}

.marquee-item:hover {
    transform: translateY(-15px) scale(1.03);
    box-shadow: 0 30px 60px rgba(22, 163, 74, 0.2);
}

.marquee-item img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
    transition: all 0.5s ease;
}

/* Caption styling (Bottom Overlay) */
.marquee-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 15px;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    transform: translateY(100%);
    transition: transform 0.4s ease;
    font-family: 'Outfit', sans-serif;
}

.marquee-item:hover .marquee-caption {
    transform: translateY(0);
}

@keyframes marquee-scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-380px * 6 - 40px * 6));
    }
}

@media (max-width: 768px) {
    .marquee-item {
        flex: 0 0 300px;
    }
    .marquee-item img {
        height: 220px;
    }
    @keyframes marquee-scroll {
        0% { transform: translateX(0); }
        100% { transform: translateX(calc(-300px * 6 - 40px * 6)); }
    }
    .marquee-wrapper {
        padding: 20px 0;
        -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
        mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
    }
    .marquee-caption {
        transform: translateY(0);
        padding: 12px;
        font-size: 0.85rem;
    }
}