﻿.home-about {
    padding: 110px 0;
    background: #fff;
}

.section-tag {
    display: inline-block;
    padding: 8px 18px;
    background: #111;
    color: #fff;
    border-radius: 30px;
    font-size: 12px;
    letter-spacing: 2px;
    margin-bottom: 25px;
}

.home-about-content h2 {
    font-size: 48px;
    font-weight: 700;
    color: #111;
    line-height: 1.2;
    margin-bottom: 25px;
}

.home-about-content p {
    color: #666;
    line-height: 30px;
    font-size: 16px;
}

.about-feature-list {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 15px;
    margin: 35px 0;
}

    .about-feature-list div {
        background: #fafafa;
        padding: 16px;
        border-radius: 12px;
        border-left: 4px solid #d71920;
        font-weight: 600;
        transition: .3s;
    }

        .about-feature-list div:hover {
            background: #d71920;
            color: #fff;
        }

    .about-feature-list i {
        color: #d71920;
        margin-right: 10px;
    }

    .about-feature-list div:hover i {
        color: #fff;
    }

.btn-red {
    display: inline-block;
    padding: 14px 32px;
    background: #d71920;
    color: #fff;
    border-radius: 40px;
    text-decoration: none;
    margin-right: 12px;
}

.btn-dark {
    display: inline-block;
    padding: 14px 32px;
    background: #111;
    color: #fff;
    border-radius: 40px;
    text-decoration: none;
}

.home-about-image {
    position: relative;
}

    .home-about-image img {
        border-radius: 25px;
        box-shadow: 0 25px 60px rgba(0,0,0,.15);
    }

.experience-card {
    position: absolute;
    bottom: -30px;
    right: -20px;
    background: #fff;
    padding: 25px;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0,0,0,.15);
    text-align: center;
    min-width: 180px;
}

    .experience-card h2 {
        color: #d71920;
        font-size: 40px;
        margin: 0;
        font-weight: 700;
    }

    .experience-card span {
        color: #666;
        font-size: 14px;
    }

@media(max-width:991px) {

    .experience-card {
        position: static;
        margin-top: 25px;
    }
}

@media(max-width:767px) {

    .home-about {
        padding: 70px 0;
    }

    .home-about-content h2 {
        font-size: 34px;
    }

    .about-feature-list {
        grid-template-columns: 1fr;
    }

    .about-buttons a {
        display: block;
        margin-bottom: 12px;
        text-align: center;
    }
}

/*=========================================
    WHY CHOOSE US
=========================================*/

.why-choose-section {
    padding: 100px 0;
    background: #f7f8fb;
}

.section-heading span {
    display: inline-block;
    padding: 8px 18px;
    background: #d71920;
    color: #fff;
    border-radius: 40px;
    font-size: 12px;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.section-heading h2 {
    font-size: 46px;
    font-weight: 700;
    color: #111;
    margin-bottom: 20px;
}

.section-heading p {
    max-width: 760px;
    margin: auto;
    color: #666;
    line-height: 30px;
    font-size: 16px;
    margin-bottom: 60px;
}

/* Card */

.feature-card {
    background: #fff;
    padding: 40px 30px;
    border-radius: 20px;
    margin-bottom: 30px;
    box-shadow: 0 15px 45px rgba(0,0,0,.07);
    transition: .35s;
    height: 100%;
    border-top: 4px solid transparent;
}

    .feature-card:hover {
        transform: translateY(-10px);
        border-color: #d71920;
        box-shadow: 0 25px 60px rgba(0,0,0,.12);
    }

.feature-icon {
    width: 75px;
    height: 75px;
    background: #111;
    color: #fff;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    transition: .35s;
}

.feature-card:hover .feature-icon {
    background: #d71920;
    transform: rotate(-8deg);
}

.feature-icon i {
    font-size: 30px;
}

.feature-card h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 18px;
    color: #111;
}

.feature-card p {
    color: #666;
    line-height: 28px;
    margin: 0;
}

/* Responsive */

@media(max-width:991px) {

    .section-heading h2 {
        font-size: 36px;
    }
}

@media(max-width:767px) {

    .why-choose-section {
        padding: 70px 0;
    }

    .section-heading h2 {
        font-size: 30px;
    }
}

.why-choose-section .row {
    display: flex;
    flex-wrap: wrap;
}

.why-choose-section .col-md-4,
.why-choose-section .col-sm-6 {
    display: flex;
    margin-bottom: 30px;
}

.feature-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
}

.first-letter {
    color: #ff0000;
}

/*==========================
Development Process
==========================*/

.development-process {
    padding: 100px 0;
    background: #ffffff;
}

.process-row {
    margin-top: 60px;
}

.process-card {
    background: #fff;
    border-radius: 18px;
    padding: 35px 20px;
    text-align: center;
    box-shadow: 0 15px 40px rgba(0,0,0,.08);
    transition: .35s;
    position: relative;
    height: 100%;
    border: 1px solid #f0f0f0;
}

    .process-card:hover {
        transform: translateY(-10px);
        border-color: #d71920;
        box-shadow: 0 25px 60px rgba(0,0,0,.12);
    }

.process-icon {
    width: 80px;
    height: 80px;
    background: #111;
    color: #fff;
    border-radius: 50%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    transition: .35s;
}

.process-card:hover .process-icon {
    background: #d71920;
    transform: rotate(-10deg);
}

.process-card span {
    display: inline-block;
    margin: 20px 0 10px;
    color: #d71920;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
}

.process-card h4 {
    font-weight: 700;
    margin-bottom: 15px;
}

.process-card p {
    color: #666;
    font-size: 14px;
    line-height: 26px;
}

/*======================================
Industries
======================================*/

.industries-section {
    padding: 100px 0;
    background: #f8f9fc;
}

.industry-card {
    background: #fff;
    border-radius: 18px;
    padding: 35px 25px;
    text-align: center;
    margin-bottom: 30px;
    transition: .35s;
    box-shadow: 0 15px 35px rgba(0,0,0,.08);
    height: 100%;
}

    .industry-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 20px 50px rgba(0,0,0,.12);
    }

.industry-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #111;
    color: #fff;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    transition: .35s;
}

.industry-card:hover .industry-icon {
    background: #d71920;
}

.industry-card h4 {
    margin: 25px 0 15px;
    font-weight: 700;
    color: #111;
}

.industry-card p {
    color: #666;
    line-height: 26px;
    font-size: 14px;
}


/*==================================

Technology Stack

===================================*/

.technology-stack {
    padding: 110px 0;
    background: #ffffff;
}

.technology-card {
    background: #fff;
    border-radius: 18px;
    text-align: center;
    padding: 35px 20px;
    margin-bottom: 30px;
    border: 1px solid #ededed;
    transition: .35s;
    box-shadow: 0 15px 40px rgba(0,0,0,.06);
    height: 250px;
}

    .technology-card:hover {
        transform: translateY(-10px);
        border-color: #d71920;
        box-shadow: 0 25px 60px rgba(0,0,0,.12);
    }

.technology-logo {
    width: 70px;
    height: 70px;
    object-fit: contain;
    margin-bottom: 25px;
}

.technology-card h4 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #111;
}

.technology-card span {
    display: block;
    color: #777;
    line-height: 24px;
    font-size: 14px;
}


.technology-bottom {
    margin-top: 50px;
    padding-top: 35px;
    border-top: 1px solid #e8e8e8;
}

.tech-feature {
    text-align: center;
    padding: 15px 10px;
    font-size: 15px;
    font-weight: 600;
    color: #444;
}

    .tech-feature i {
        display: block;
        font-size: 26px;
        color: #d71920;
        margin-bottom: 12px;
    }

.technology-logo {
    width: 72px;
    height: 72px;
    object-fit: contain;
    transition: .35s ease;
    filter: grayscale(0%);
}

.technology-card:hover .technology-logo {
    transform: scale(1.12);
}

.technology-card:hover {
    border-color: #d71920;
}

/*==========================
Technology Title
==========================*/

.technology-stack .section-title {
    margin-bottom: 70px;
}

.technology-stack .section-tag {
    display: inline-block;
    padding: 8px 18px;
    background: #d71920;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-radius: 50px;
    margin-bottom: 20px;
    box-shadow: 0 8px 20px rgba(215,25,32,.25);
}

.technology-stack .section-title h2 {
    font-size: 42px;
    font-weight: 800;
    color: #111;
    margin-bottom: 18px;
    line-height: 52px;
}

    .technology-stack .section-title h2::after {
        content: "";
        display: block;
        width: 80px;
        height: 4px;
        background: #d71920;
        margin: 18px auto 0;
        border-radius: 50px;
    }

.technology-stack .section-title .lead {
    max-width: 760px;
    margin: 25px auto 0;
    color: #666;
    font-size: 17px;
    line-height: 30px;
}