/*================================
HEADER
================================*/

.top-bar {

    background: #081523;

    color: #fff;

    padding: 8px 0;

    font-size: 14px;

}

.top-bar i {

    color: #39B54A;

    margin-right: 8px;

}

.navbar {

    background: #fff;

    padding: 8px 0;

    box-shadow: 0 5px 15px rgba(0, 0, 0, .08);

}

.logo-img {

    height: 75px;

    width: auto;

    transition: .3s;

}

.logo-img:hover {

    transform: scale(1.05);

}

.nav-link {

    color: #39B54A !important;

    font-weight: 600;

    margin-left: 20px;

    position: relative;

    transition: .35s ease;

}

.nav-link:hover {

    color: #39B54A !important;

}

.nav-link::after {

    content: "";

    width: 0;

    height: 3px;

    background: #39B54A;

    position: absolute;

    bottom: -8px;

    left: 0;

    transition: .3s;

}

.nav-link:hover::after {

    width: 100%;

}

.nav-link.active {

    color: #39B54A !important;

}

.nav-link.active::after {

    width: 100%;

}


/*=================================
 HERO SECTION
==================================*/

.hero {

    min-height: 100vh;

    display: flex;

    align-items: center;

    position: relative;

    overflow: hidden;

    background:
        linear-gradient(rgba(8, 21, 35, .45),
            rgba(8, 21, 35, .45)),
        url("../images/Hero-bg.png");

    background-size: cover;

    background-position: center;

    background-repeat: no-repeat;
    animation: bgZoom 25s ease-in-out infinite alternate;

}

@keyframes bgZoom {

    from {
        background-size: 100%;
    }

    to {
        background-size: 108%;
    }

}

.hero h1 {
    color: #ffffff;
    font-size: 68px;
    font-weight: 800;
    line-height: 1.15;
}

.hero h5 {

    color: #39B54A;

    letter-spacing: 2px;

}

.hero p {

    margin: 30px 0;

    line-height: 32px;

    font-size: 18px;

    color: #ddd;

}

.btn-primary {

    background: #39B54A;

    color: #fff;

    border: none;

    border-radius: 40px;

    padding: 14px 34px;

    transition: .3s;

}

.btn-primary:hover {

    background: #1F9D45;

    transform: translateY(-3px);

}

.display-1 {

    font-size: 250px;

    color: #00d4ff;

}

footer {

    margin-top: 50px;

}

/*=========================
ABOUT SECTION
=========================*/

.about-section {

    background: #ffffff;

    color: #333;

}

.section-title {

    color: #00CFFF;

    font-weight: bold;

    letter-spacing: 2px;

}

.about-section h2 {

    font-size: 42px;

    margin: 20px 0;

    font-weight: 700;

}

.about-section p {

    line-height: 30px;

    color: #555;

}

.feature-box {

    background: #fff;

    padding: 30px;

    border-radius: 12px;

    box-shadow: 0 10px 20px rgba(0, 0, 0, .08);

    text-align: center;

    transition: .4s;

}

.feature-box:hover {

    background: #0066CC;

    color: #fff;

    transform: translateY(-10px);

}

.feature-box i {

    color: #39B54A;

    font-size: 40px;

    margin-bottom: 15px;

}

.feature-box:hover i {

    color: #fff;

}

/*====================================
CONTACT SECTION
====================================*/

.contact-section {

    background: #081523;

    padding: 100px 0;

    color: #fff;

}

.contact-section h2 {

    font-size: 46px;

    font-weight: 700;

    margin: 20px 0;

}

.contact-text {

    color: #d9d9d9;

    line-height: 32px;

    margin-bottom: 40px;

}

.contact-info {

    margin-top: 40px;

}

.contact-item {

    display: flex;

    align-items: flex-start;

    margin-bottom: 30px;

}

.contact-item i {

    width: 60px;

    height: 60px;

    background: #39B54A;

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

    font-size: 22px;

    margin-right: 20px;

}

.contact-item h5 {

    margin-bottom: 5px;

}

.contact-item p {

    margin: 0;

    color: #ddd;

}

.contact-box {

    background: #ffffff;

    padding: 45px;

    border-radius: 20px;

    box-shadow: 0 20px 40px rgba(0, 0, 0, .25);

}

.contact-box .form-control {

    border-radius: 10px;

    height: 55px;

    border: 1px solid #ddd;

    box-shadow: none;

}

.contact-box textarea.form-control {

    height: auto;

    resize: none;

    padding-top: 15px;

}

.contact-box .btn {

    width: 100%;

}

.career-card {

    background: #fff;

    padding: 35px;

    border-radius: 15px;

    text-align: center;

    transition: .35s;

    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);

}

.career-card:hover {

    transform: translateY(-10px);

}

.career-card i {

    font-size: 50px;

    color: #39B54A;

    margin-bottom: 20px;

}

.job-card {

    background: #fff;

    padding: 30px;

    border-radius: 15px;

    margin-bottom: 30px;

    box-shadow: 0 10px 25px rgba(0, 0, 0, .08);

}

.step {

    width: 90px;

    height: 90px;

    border-radius: 50%;

    background: #39B54A;

    color: #fff;

    display: flex;

    align-items: center;

    justify-content: center;

    flex-direction: column;

    font-size: 26px;

    margin: auto;

}

.resume-section {

    background: #f8f9fa;

    padding: 80px 0;

}

.career-cta {

    background: #081523;

    color: #fff;

    padding: 90px 0;

}

/*====================================
ABOUT PAGE
====================================*/

/* Page Banner */

.page-banner {

    background: linear-gradient(rgba(8, 21, 35, .75),
            rgba(8, 21, 35, .75)),
        url("../images/about-banner.jpg");

    background-size: cover;

    background-position: center;

    padding: 140px 0;

    text-align: center;

    color: #fff;

}

.page-banner h1 {

    font-size: 60px;

    font-weight: 700;

    margin-bottom: 15px;

}

.page-banner p {

    font-size: 20px;

    color: #ddd;

}


/*====================================
ABOUT COMPANY
====================================*/

.about-company {

    background: #fff;

    padding: 100px 0;

}

.about-company img {

    width: 100%;

    border-radius: 15px;

    box-shadow: 0 15px 35px rgba(0, 0, 0, .15);

}

.about-company h2 {

    font-size: 42px;

    font-weight: 700;

    margin: 20px 0;

    color: #081523;

}

.about-company p {

    color: #666;

    line-height: 32px;

    margin-bottom: 20px;

}


/*====================================
MISSION & VISION
====================================*/

.mission-section {

    background: #f7f9fc;

    padding: 100px 0;

}

.mission-box {

    background: #fff;

    padding: 45px;

    border-radius: 15px;

    text-align: center;

    transition: .35s;

    box-shadow: 0 10px 25px rgba(0, 0, 0, .08);

}

.mission-box:hover {

    transform: translateY(-8px);

    box-shadow: 0 20px 35px rgba(0, 0, 0, .12);

}

.mission-box i {

    font-size: 55px;

    color: #39B54A;

    margin-bottom: 20px;

}

.mission-box h3 {

    margin-bottom: 15px;

    font-weight: 700;

}


/*====================================
CORE VALUES
====================================*/

.values-section {

    background: #fff;

    padding: 100px 0;

}

.value-card {

    background: #fff;

    padding: 35px;

    border-radius: 15px;

    text-align: center;

    box-shadow: 0 10px 25px rgba(0, 0, 0, .08);

    transition: .35s;

    height: 100%;

}

.value-card:hover {

    background: #081523;

    color: #fff;

    transform: translateY(-10px);

}

.value-card i {

    font-size: 48px;

    color: #39B54A;

    margin-bottom: 20px;

}

.value-card:hover i {

    color: #fff;

}


/*====================================
WHY CHOOSE US
====================================*/

.why-section {

    background: #f8f9fa;

    padding: 100px 0;

}

.why-card {

    background: #fff;

    padding: 35px;

    border-radius: 15px;

    text-align: center;

    box-shadow: 0 10px 25px rgba(0, 0, 0, .08);

    transition: .35s;

    height: 100%;

}

.why-card:hover {

    background: #39B54A;

    color: #fff;

    transform: translateY(-10px);

}

.why-card i {

    font-size: 45px;

    margin-bottom: 20px;

    color: #39B54A;

}

.why-card:hover i {

    color: #fff;

}


/*====================================
EXPERTISE
====================================*/

.expertise-section {

    background: #fff;

    padding: 100px 0;

}

.progress {

    height: 12px;

    border-radius: 30px;

    margin-bottom: 30px;

}

.progress-bar {

    background: #39B54A;

}


/*====================================
INDUSTRIES
====================================*/

.industry-section {

    background: #f8f9fa;

    padding: 100px 0;

}

.industry-card {

    background: #fff;

    padding: 35px;

    text-align: center;

    border-radius: 15px;

    box-shadow: 0 10px 25px rgba(0, 0, 0, .08);

    transition: .35s;

    height: 100%;

}

.industry-card:hover {

    transform: translateY(-8px);

}

.industry-card i {

    font-size: 45px;

    color: #39B54A;

    margin-bottom: 20px;

}


/*====================================
PROCESS
====================================*/

.process-section {

    background: #081523;

    color: #fff;

    padding: 100px 0;

}

.process-step {

    text-align: center;

}

.process-circle {

    width: 90px;

    height: 90px;

    border-radius: 50%;

    background: #39B54A;

    color: #fff;

    display: flex;

    align-items: center;

    justify-content: center;

    font-size: 32px;

    font-weight: bold;

    margin: auto auto 20px;

}


/*====================================
COUNTERS
====================================*/

.counter-section {

    background: #39B54A;

    color: #fff;

    padding: 80px 0;

}

.counter-box {

    text-align: center;

}

.counter-box h2 {

    font-size: 48px;

    font-weight: 700;

}

.counter-box p {

    margin: 0;

    font-size: 18px;

}


/*====================================
CTA
====================================*/

.cta-section {

    background: #081523;

    color: #fff;

    padding: 100px 0;

    text-align: center;

}

.cta-section h2 {

    font-size: 48px;

    margin-bottom: 20px;

}

.cta-section p {

    color: #ddd;

    margin-bottom: 35px;

}

.navbar .nav-link.active {

    color: #39B54A !important;

    font-weight: 600;

}

.navbar .nav-link.active::after {

    width: 100%;

}

/*==================================
BLOG PAGE
==================================*/

.featured-blog {

    background: #fff;

    padding: 90px 0;

}

.featured-blog img {

    border-radius: 15px;

}

.blog-section {

    background: #f8f9fa;

    padding: 90px 0;

}

.blog-card {

    background: #fff;

    border-radius: 15px;

    overflow: hidden;

    box-shadow: 0 10px 25px rgba(0, 0, 0, .08);

    transition: .35s;

    margin-bottom: 30px;

    height: 100%;

}

.blog-card:hover {

    transform: translateY(-10px);

}

.blog-card img {

    width: 100%;

    height: 240px;

    object-fit: cover;

}

.blog-content {

    padding: 30px;

}

.blog-content span {

    color: #39B54A;

    font-weight: 600;

}

.blog-content h4 {

    margin: 15px 0;

    font-weight: 700;

}

.blog-content a {

    color: #39B54A;

    font-weight: 600;

    text-decoration: none;

}

.categories {

    background: #081523;

    color: #fff;

    padding: 80px 0;

}

.category-box {

    background: #10273f;

    padding: 25px;

    border-radius: 10px;

    text-align: center;

    transition: .3s;

    cursor: pointer;

}

.category-box:hover {

    background: #39B54A;

}

.topics {

    background: #fff;

}

.tag-list {

    display: flex;

    flex-wrap: wrap;

    gap: 15px;

    margin-top: 35px;

}

.tag-list span {

    background: #39B54A;

    color: #fff;

    padding: 10px 20px;

    border-radius: 30px;

}

.newsletter {

    background: #081523;

    color: #fff;

    padding: 100px 0;

}

.newsletter-form {

    margin-top: 35px;

}

.newsletter-form input {

    width: 380px;

    max-width: 100%;

    height: 55px;

    border: none;

    border-radius: 40px;

    padding: 0 25px;

    margin-right: 10px;

}

/*====================================
FEATURED SOLUTIONS
====================================*/

.solutions-section {

    background: #f8f9fa;

    padding: 100px 0;

}

.section-description {

    max-width: 850px;

    margin: auto;

    color: #666;

    line-height: 30px;

}

.solution-card {

    background: #fff;

    border-radius: 18px;

    padding: 35px;

    height: 100%;

    transition: .35s;

    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);

}

.solution-card:hover {

    transform: translateY(-10px);

    box-shadow: 0 20px 40px rgba(0, 0, 0, .15);

}

.solution-icon {

    width: 80px;

    height: 80px;

    border-radius: 50%;

    background: #39B54A;

    color: #fff;

    display: flex;

    align-items: center;

    justify-content: center;

    font-size: 34px;

    margin-bottom: 25px;

}

.solution-card h4 {

    font-size: 24px;

    font-weight: 700;

    margin-bottom: 20px;

    color: #081523;

}

.solution-card p {

    color: #666;

    line-height: 28px;

}

.solution-card ul {

    list-style: none;

    padding: 0;

    margin: 25px 0;

}

.solution-card ul li {

    padding: 8px 0;

    color: #555;

}

.solution-card ul li::before {

    content: "✔ ";

    color: #39B54A;

    font-weight: bold;

}

.solution-card a {

    color: #39B54A;

    font-weight: 600;

    text-decoration: none;

}

.solution-card a:hover {

    color: #081523;

}