* {
            font-family: 'ITC Avant Garde Std Md', sans-serif;
        }
        
        .navbar-brand img {
                    height: 50px; /* Adjust logo height */
                }
                .nav-link {
                    color: #234089;
                    font-weight: 500;
                    font-family: 'ITC Avant Garde Std Md' !important;!i;!;
                }
                .nav-link:hover {
                    color: #28a745;
                }
                .contact-btn {
                    color: white;
                    padding: 8px 20px;
                    border-radius: 49px;
                    border: 1px solid var(--Primary-Color, #20B65C);
                    background: var(--Primary-Color, linear-gradient(180deg, #20B65C 0%, #148F45 100%));
                    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
                    line-height: 22px;
                    padding-top: 9px;
                }
                .contact-btn:hover {
                    background-color: #218838;
                }
        
             .banner-container {
                    position: relative;
                    background-size: cover;
                    background-position: center;
                    height: 80vh;
                }
        
                .banner-text {
                    position: absolute;
            /* top: 40%; */
            left: 15%;
            /* transform: translate(-35%, -40%); */
            text-align: center;
            color: white;
            z-index: 10;
            width: 70%;
            height: 100%;
            display: flex;
            align-items: center;
            flex-direction: column;
            justify-content: center;
                }
        
                .banner-text h1 {
                    font-size: 3rem;
                    font-weight: bold;
                    /* color: #28a745; */ /* Green color from image */
                    text-align: center;
                    /* text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25); */
                    /* font-family: "ITC Avant Garde Gothic Std"; */
                    font-size: 54px;
                    font-style: normal;
                    font-weight: 700;
                    line-height: normal;
                    background: var(--Logo-Gradient, linear-gradient(269deg, #279741 5.83%, #D7DF22 35.13%, #89BF30 68.54%, #118E45 86.33%));
                    background-clip: text;
                    -webkit-background-clip: text;
                    -webkit-text-fill-color: transparent;
                }
        
                .banner-text h2 {
                    font-size: 1.5rem;
                    color: white;
                }
        
                /* Adjust text for smaller screens */
                @media (max-width: 768px) {
                    .banner-text h1 {
                        font-size: 2rem;
                    }
        
                    .banner-text h2 {
                        font-size: 1rem;
                    }
                }
        
            /* Custom Styles */
                .about-section {
                    display: flex;
                    flex-wrap: wrap;
                    /* padding: 50px 0; */
                    background-color: #ffffff; /* Adjust background color */
                }
        
                .about-image {
                    flex: 1;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    padding: 20px;
                }
        
                .about-image img {
                    border-radius: 20px;
                    /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); */
                    max-width: 100%;
                    height: auto;
                    margin-top: 100px;
                    max-width: 504px;
                    border-radius: 0px;
                }
        
                .about-text {
                    flex: 1;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    padding: 20px;
                }
        
                .about-text h2 {
                    color: #28a745;
                    font-size: 2.5rem;
                    font-weight: bold;
                }
        
                .about-text p {
                    font-size: 18px;
                    color: #333;
                    line-height: 1.8;
                }
        
                /* Responsive Adjustments */
                @media (max-width: 768px) {
                    .about-section {
                        flex-direction: column;
                    }
        
                    .about-text h2 {
                        font-size: 2rem;
                    }
                }
        
          /* Custom Styles */
                .motivation-section {
                    display: flex;
                    flex-wrap: wrap;
                    align-items: center;
                    /* padding: 50px; */
                    background: url(images/gradient-bg.png);
                    /* padding-top: 60px; */
                    background-position: 0px -10px;
                    background-size: cover;
                }
        
                .motivation-text {
                    flex: 1;
                    padding: 20px;
                }
        
                .motivation-text h2 {
                    color: #28a745;
                    font-size: 2.5rem;
                    font-weight: bold;
                }
        
                .motivation-text p {
                    font-size: 18px;
                    color: #333;
                    line-height: 1.8;
                }
        
                .motivation-image {
                    flex: 1;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    padding: 20px;
                }
        
                .motivation-image img {
                    /* border-radius: 50%; */
                    max-width: 90%;
                    /* box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1); */
                }
        
                /* Adjust text for smaller screens */
                @media (max-width: 768px) {
                    .motivation-section {
                        flex-direction: column;
                    }
        
                    .motivation-text h2 {
                        font-size: 2rem;
                    }
        
                    .motivation-image img {
                        max-width: 80%;
                    }
                }
        
          /* Custom Styles */
                .customer-focus-section {
                    display: flex;
                    flex-wrap: wrap;
                    align-items: center;
                    /* padding: 50px 0px 0px; */
                    background-color: #fff;
                }
        
                .customer-image {
                    flex: 1;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    padding: 20px;
                }
        
                .customer-image img {
                    /* border-radius: 20px; */
                    /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); */
                    max-width: 100%;
                    height: auto;
                }
        
                .customer-text {
                    flex: 1;
                    padding: 20px;
                }
        
                .customer-text h2 {
                    color: #28a745;
                    font-size: 2.5rem;
                    font-weight: bold;
                }
        
                .customer-text p {
                    font-size: 18px;
                    color: #333;
                    line-height: 1.8;
                }
        
                /* Responsive adjustments */
                @media (max-width: 768px) {
                    .customer-focus-section {
                        flex-direction: column;
                    }
        
                    .customer-text h2 {
                        font-size: 2rem;
                    }
                }
        
           /* Custom Styles */
                .key-pillars-section {
                    padding: 70px 0px 40px;
                    background: url(images/key-pillar.webp);
                    text-align: center;
                    background-size: cover;
                }
        
                .key-pillars-section h2 {
                    color: #28a745;
                    font-size: 2.5rem;
                    font-weight: bold;
                }
        
                .key-pillars-section p {
                    font-size: 22px;
                    color: #333;
                    line-height: 1.6;
                    margin-bottom: 30px;
                }
        
                .pillar-card {
                    border: 1px solid #28a745;
                    border-radius: 15px;
                    padding: 20px;
                    text-align: center;
                    transition: transform 0.3s;
                }
        
                .pillar-card:hover {
                    transform: scale(1.05);
                }
        
                .pillar-card img {
                    border-radius: 10px;
                    max-width: 100%;
                    height: auto;
                    margin-bottom: 20px;
                }
        
                .pillar-title {
                    color: #28a745;
                    font-size: 1.2rem;
                    font-weight: bold;
                    margin-bottom: 10px;
                }
        
                .pillar-arrow {
                    background-color: #28a745;
                    color: white;
                    width: 30px;
                    height: 30px;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    border-radius: 50%;
                    position: absolute;
                    bottom: 20px;
                    right: 20px;
                }
        
                /* Responsive Styles */
                @media (max-width: 768px) {
                    .pillar-arrow {
                        bottom: 10px;
                        right: 10px;
                    }
                }
        
         .team-section {
                    /* padding: 100px 0; */
                    text-align: center;
                    background: url(images/team-bg.webp);
                    background-size: cover;
                }
        
                .team-section h2 {
                    color: #a4d007;
                    font-size: 2.5rem;
                    margin-bottom: 40px;
                    font-weight: bold;
                }
        
                .team-card {
                    border-radius: 15px;
                    overflow: hidden;
                    background-color: #ffffff;
                    color: black;
                    transition: transform 0.3s;
                }
        
                .team-card img {
                    width: 100%;
                    height: auto;
                    object-fit: cover;
                }
        
                .team-card-body {
                    padding: 20px;
                    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), #ffffff;
                }
        
                .team-card h5 {
                    color: #a4d007;
                    font-weight: bold;
                }
        
                .team-card p {
                    font-size: 0.9rem;
                    color: #e5e5e5;
                    margin: 5px 0;
                }
        
                .team-card:hover {
                    transform: scale(1.05);
                }
        
                @media (max-width: 768px) {
                    .team-card-body {
                        padding: 15px;
                    }
                }
        
          .solutions-section {
                    /* padding: 60px 0; */
                    text-align: center;
                }
        
                .solutions-section h2 {
                    color: #28a745;
                    font-size: 2.5rem;
                    font-weight: bold;
                    margin-bottom: 10px;
                }
        
                .solutions-section p {
                    font-size: 22px;
                    color: #555;
                    margin-bottom: 40px;
                }
        
                .solution-card {
                    display: flex;
                    border-radius: 10px;
                    overflow: hidden;
                    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
                    transition: transform 0.3s;
                    border: 1px solid #e0e0e0;
                }
        
                .solution-card:hover {
                    transform: scale(1.05);
                }
        
                .solution-card img {
                    width: 50%;
                    object-fit: cover;
                }
        
                .solution-card-body {
                    padding: 20px;
                    text-align: left;
                    display: flex;
                    align-items: center;
                }
        
                .solution-card-body h5 {
                    font-size: 1.3rem;
                    color: #28a745;
                    font-weight: bold;
                    margin-bottom: 10px;
                }
        
                .solution-card-body p {
                    font-size: 0.95rem;
                    color: #333;
                }
        
                @media (max-width: 768px) {
                    .solution-card img {
                        width: 100%;
                    }
        
                    .solution-card {
                        flex-direction: column;
                    }
                }
        
        
                .services-section {
                    /* padding: 100px 0; */
                    text-align: center;
                }
        
                .services-section h2 {
                    color: #28a745;
                    font-size: 2.5rem;
                    font-weight: bold;
                    margin-bottom: 10px;
                }
        
                .services-section p {
                    font-size: 32px;
                    color: #555;
                    margin-bottom: 40px;
                    font-weight: 400 !important;!i;!;
                }
        
                .service-card {
                    border-radius: 10px;
                    overflow: hidden;
                    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
                    transition: transform 0.3s;
                    border: 1px solid #e0e0e0;
                }
        
                .service-card:hover {
                    transform: scale(1.05);
                }
        
                .service-card img {
                    width: 100%;
                    height: auto;
                    object-fit: cover;
                }
        
                .service-card-body {
                    padding: 20px;
                    text-align: left;
                }
        
                .service-card-body h5 {
                    font-size: 1.2rem;
                    color: #000;
                    font-weight: bold;
                    margin-bottom: 10px;
                }
        
                .service-card-body p {
                    font-size: 0.9rem;
                    color: #333;
                    margin-bottom: 5px;
                }
        
                .service-card-body ul {
                    padding-left: 20px;
                }
        
                .service-card-body ul li {
                    font-size: 0.9rem;
                    color: #333;
                }
        
                @media (max-width: 768px) {
                    .service-card-body {
                        padding: 15px;
                    }
                }
        
         .join-us-section {
                    background-image: url('background.jpg'); /* Replace with your actual background image */
                    background-size: cover;
                    background-position: center;
                    padding: 100px 20px;
                    color: white;
                    text-align: center;
                    position: relative;
                }
        
                .join-us-section h1 {
                    font-size: 3rem;
                    font-weight: bold;
                    margin-bottom: 20px;
                }
        
                .join-us-section .btn {
                    background-color: #28a745;
                    color: white;
                    padding: 15px 40px;
                    border-radius: 25px;
                    font-size: 1.2rem;
                    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
                    transition: background-color 0.3s, box-shadow 0.3s;
                }
        
                .join-us-section .btn:hover {
                    background-color: #218838;
                    box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.5);
                }
        
                /* Contact Info Section */
                .contact-info {
                    background-color: rgba(255, 255, 255, 0.9);
                    padding: 30px;
                    margin-top: 50px;
                    color: black;
                    border-radius: 10px;
                    display: block;
                }
        
                .contact-info p {
                    margin-bottom: 10px;
                    font-size: 1.1rem;
                    color: #000;
                    text-align: center;
                    text-shadow: 0px 5px 7px rgba(0, 0, 0, 0.16);
                    font-size: 24px;
                    font-style: normal;
                    font-weight: 700;
                    line-height: normal;
                }
        
                .contact-info a {
                    color: #28a745;
                    font-size: 2rem;
                    font-weight: bold;
                    text-decoration: none;
                    text-shadow: 0px 3px 7px rgb(0 0 0 / 10%);
                }
        
                /* Responsive Adjustments */
                @media (max-width: 768px) {
                    .join-us-section h1 {
                        font-size: 2rem;
                    }
        
                    .join-us-section .btn {
                        font-size: 1rem;
                        padding: 12px 30px;
                    }
        
                    .contact-info p,
                    .contact-info a {
                        font-size: 1rem;
                    }
                }
        
           footer {
                    background-color: #f9f9f9;
                    padding: 40px 0 70px 0;
                    text-align: left;
                    font-size: 1rem;
                    color: #333;
                    position: relative;
                    min-height: 160px;
                }
        
                .footer-logo img {
                    max-width: 150px;
                    margin-bottom: 20px;
                }
        
                .footer-nav {
                    margin-bottom: 10px;
                    float: right;
                    width: 960px;
                    position: relative;
                    top: 13px;
                    display: flex;
                    flex-direction: row;
                    justify-content: flex-end;
                }
        
                .footer-nav a {
                    color: #1a1a1a;
                    text-decoration: none;
                    margin: 0 11px;
                    font-weight: 500;
                    font-size: 15px;
                    position: relative;
                    top: -3px;
                }
        
                .footer-nav a:hover {
                    color: #28a745;
                }
        
                .social-icons img {
                    width: 30px;
                    margin: 0 6px;
                }
        
                .social-icons img:hover {
                    opacity: 0.8;
                }
        
                .footer-bottom {
                    margin-top: 20px;
                    color: #888;
                }
        
                @media (max-width: 768px) {
                    .footer-nav a {
                        margin: 10px 5px;
                        display: inline-block;
                    }
        
                    .social-icons img {
                        width: 25px;
                    }
                }
        
        nav.navbar>div{
            max-width: 1200px;
            margin: auto;
        }
        
        
        li.nav-item {
            padding-left: 10px;
            padding-right: 10px;
            position: relative;
            top: 2px;
        }
        
        .contact-btn {
            zoom: 1;
            transition: zoom ease 10s;
        }
        
        a.nav-link.active {
            background: linear-gradient(180deg, #20B65C 0%, #148F45 100%);
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            font-family: "ITC Avant Garde Gothic Std";
            font-size: 18px;
            font-style: normal;
            /* font-weight: 600; */
            line-height: normal;
        }
        
        img.covasant-logo {
            max-height: 40px;
            position: relative;
            top: -3px;
        }
        
        nav.navbar.navbar-expand-lg.navbar-light.bg-white.shadow-sm {
            position: fixed;
            width: 100%;
            z-index: 100;
        }
        
        div#bannerCarousel {
            padding-top: 0px;
            height: 605px;
        }
        
        div#bannerCarousel h1 {
            padding-top: 80px;
        }
        
        .carousel-indicators button[data-bs-target] {
            width: 13px;
            height: 13px;
            border-radius: 49px;
            border: 2px solid var(--Logo-Gradient, #279741);
            box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
            background: transparent;
            opacity: 1;
        }
        
        .carousel-indicators .active {background: #fff !important;!i;!;border-color: #fff !important;!i;!;}
        
        .carousel-indicators {
            bottom: 20px;
        }
        
        div#bannerCarousel:after {
        }
        
        .carousel-item .banner-container:after {
            background: #060d2594;
            content: '';
            position: absolute;
            width: 100%;
            height: 610px;
            left: 0px;
        top: 0px;
            z-index: -1;
        }
        
        .carousel-item .banner-container {
            position: relative;
            z-index: 2;
            height:610px;
        }
        
        .banner-container {}
        
        .carousel-control-next, .carousel-control-prev {
            z-index: 2;
            top: 60px;
        }
        
        .key-pillars-section img {
            width: 109%;
            height: auto;
        }
        
        .key-pillars-section .container .row {
            position: relative;
            left: -20px;
        }
        
        section.solutions-section {
            background: url(images/solutions-bg.png);
            /* padding-top: 110px  !important; */!i;!;
            background-size: cover;
        }
        
        section.solutions-section .col-md-6.mb-4 img {
            width: 100%;
        }
        
        .services-section img {
            width: 100%;
        }
        
        section.join-us-section {
            background: url(images/footer-bg-01.webp);
            background-size: cover;
        }
        
        .contact-info.mt-5 {
            margin-top: 100px !important;!i;!;
        }
        
        .join-us-section .container {}
        
        .join-us-section .container>h1 {
            max-width: 540px;
            text-align: left;
            overflow: hidden;
            clear: both;
            display: block;
        }
        
        .join-us-section .btn {
            clear: both;
            overflow: hidden;
            left: 0px;
            position: relative;
            display: block;
            max-width: 170px;
            border-radius: 100px;
            line-height: 10px;
            border-radius: 49px;
            border: 1px solid var(--Primary-Color, #20B65C);
            background: var(--Primary-Color, linear-gradient(180deg, #20B65C 0%, #148F45 100%));
            box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
            line-height: 14px;
            padding-top: 14px;
        }
        
        span.carousel-control-prev-icon {
            background-image: url('images/left-arrow.svg');
            transform: scale(1.5);
        }
        
        span.carousel-control-next-icon {
            background-image: url(images/right-arrow.svg);
            transform: scale(1.5);
        }
        
        .footer-logo {
            display: block;
            width: 170px;
            float: left;
        }
        
        .social-icons {
            display: block;
            width: 130px;
            float: left;
            position: absolute;
            top: 42px;
            left: 10px;
        }
        
        .footer-bottom {
            float: right;
            margin-right: 10px;
            position: relative;
            top: -9px;
        }
        
        footer>.container {
            max-width: 1200px;
            position: relative;
        }
        
        
        .background-video {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            z-index: -1;
        }
        
        li.nav-item:last-child {
            position: relative;
            top: -1px;
        }
        
        .content-wrapper {
            max-width: 1200px;
            display: flex;
            margin: auto;
            padding-top: 90px;
            padding-bottom: 90px;
        }
        
        .motivation-section .motivation-text {
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
        
        .customer-text {
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
        
        .about-section .content-wrapper {
            padding-top: 0px;
            padding-bottom: 0px;
        }
        
        .motivation-section .content-wrapper {
            padding-bottom: 50px;
        }
        
        .customer-focus-section .content-wrapper {
            padding-bottom: 10px;
        }
        
        .key-pillars-section .content-wrapper {
            padding-bottom: 30px;
        }
        
        .solutions-section .content-wrapper {
            padding-bottom: 60px;
        }
        
        .services-section .content-wrapper {
            padding-bottom: 60px;
        }
        
        .join-us-section .content-wrapper {
            padding-bottom: 0px;
        }
        
        
        @media (max-width: 768px) {
        
        
        
        .about-section .content-wrapper {
            display: flex;
            flex-direction: column;
        }
        
        .motivation-section .content-wrapper {
            display: flex;
            flex-direction: column-reverse;
        }
        
        .footer-nav {
            display: block;
            float: none;
            width: auto;
            top: 16px;
        }
        
        .footer-nav a {
            display: block;
            float: none;
            clear: both;
        }
        
        .footer-bottom {
            top: 30px;
            padding-bottom: 20px;
            float: none;
        }
        
        .about-image img {
            margin-top: 50px;
            border-radius: 0px;
        }
        
        .motivation-image {
            padding: 0px;
        }
        
        .customer-focus-section .content-wrapper {
            display: flex;
            flex-direction: column;
        }
        
        .services-section .content-wrapper {
            padding-top: 0px;
        }
        
        
        footer#contactus .container {
            text-align: center;
        }
        
        .footer-logo {
            float: none;
            margin: auto;
            position: relative;
            left: -16px;
        }
        
        .social-icons {margin: auto;position: relative;top: 0px;float: none;left: -2px;}
        
        .carousel-control-next-icon, .carousel-control-prev-icon {
            transform: scale(1.1) !important;!i;!;
        }
        
        .about-image img {
            max-width: 100%;
        }
        
        }
        
        .social-icons a,
        .join-us-section .btn,
        .contact-btn {
            display:inline-block;
            transform: scale(1);
            transition: transform ease 0.3s;
        }
        
        .social-icons a:hover,
        .join-us-section .btn:hover,
        .btn.contact-btn:hover{
            transform: scale(1.1);
            display:inline-block;
            color:#fff;
            transition: transform ease 0.3s;
         
        }
        
        .contact-info.mt-5 a{
            transform: scale(1);
            display:block;
            transition: transform ease 0.3s;
        }
        
        .contact-info.mt-5 a:hover{
            transform: scale(1.1);
            display:block;
            transition: transform ease 0.3s;
         
        }

        .team-section img {
    max-width: 100%;
}

.join-us-section .btn {
    float: left;
}