.navbar-brand img {
    width: 120px;
}

.navbar {
    padding: 15px 0;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.navbar {
    position: sticky;
    top: 0;
    z-index: 999;
    background: #fff;
}

header.navbar {
    position: sticky;
    top: 0;
    z-index: 9999;
    background: #fff;
}

.nav-item,
.nav-link {
    color: #000;
    font-weight: 600;
    margin-left: 10px;
    transition: 0.3s;
    font-family: "Montserrat", sans-serif;

}

.nav-link:hover {
    color: #2C479E !important;

}

/* Hero Section  */
.hero-section {
    background-image: url(img/Group-28.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.hero-background-img {
    height: 500px;
    width: 100%;
    display: flex;
    /* justify-content: center; */
    align-items: center;
}

.hero-text h1 {
    font-size: 40px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    color: #fff;
}

.hero-text p {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    font-family: "Montserrat", sans-serif;
}

.counter-section {
    margin-top: 50px;
}

.text-center {
    display: flex;
    justify-content: space-between;
}

.counter-div {
    text-align: center;
}

.counter-div h1 {
    color: #2C479E;
    font-size: 69px;
    font-family: "Montserrat", Sans-serif;
    font-weight: 600;
}

.counter-div h1 {
    transition: all 0.3s ease;
}

.counter-div p {
    color: #000;
    font-size: 20px;
    font-family: "Montserrat", Sans-serif;
    font-weight: 500;
}

.confidence-section {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.confidence-section h2 {
    font-family: "Montserrat", Sans-serif;
    font-size: 48px;
    font-weight: 700;
    color: #000000;
    line-height: 1.5em;
}

.confidence-section-inner {
    background-color: #F0F0F0;
    display: flex;
    margin-inline: auto;
    position: relative;
    margin: 50px;

}

.confidence-container-soical {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin: 20px 0 20px 0;

}

.confidence-container-text {
    align-content: center;
    align-items: center;
    padding: 0px 20px 0px 20px;
}

.confidence-container-soical img {
    height: 1.5em;
    width: 1.5em;
}

.confidence-container h1 {
    font-family: "Montserrat", Sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #000000;
    text-align: left !important;
}

.confidence-container p {
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #232323;
    text-align: left;

}

.confidence-container h3 {
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #232323;
    margin-top: 20px;

}

.confidence-container-text-3 img {
    display: block;
    height: 1.9em;
    width: 1.9em;
    position: relative;
    text-align: center;

}

.confidence-container h6 {
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-style: italic;
    text-align: center;
    text-decoration: underline;
    color: #000000;
}

.confidence-container-text-3 {
    width: 50% !important;
    background-color: #2C479E3D;
    align-content: center;
    align-items: center;
}

.confidence-container {
    padding: 0px 5px 0px 20px;
    /* justify-items: center; */
}

.confidence-container-2 {
    justify-items: center;
}

.confidence-container-2 h3 {
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #232323;
    margin-top: 20px;

}

.software-development-inner h1 {
    font-family: "Montserrat", Sans-serif;
    font-size: 48px;
    font-weight: 700;
    color: #000000;
    line-height: 1.5em;
    text-align: center;
}

.software-development-inner-img {
    background-image: url(img/safsa.png);
    background-position: center;
    min-height: 372px;
}

.footer-soical img {
    margin-left: 20px;
}

.footer-soical {

    margin: 20px 0 20px 0;
}

.footer {
    background-color: #2C479E;
    padding: 50px 0px 0px 0px;
}

.footer-soical img {
    width: 25px;

}

.footer-container {
    display: flex;
    gap: 50px;
}

.footer-section {
    width: 25%;
}

.footer-section h1 {
    font-family: "Montserrat", Sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #F8FDFF;
}

.footer-section ul {
    padding: 0;

}

.footer-section ul li {
    list-style: none;
}

.footer-section ul li a {
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #F8FDFF;
    text-decoration: none;

}

.copy-riht {
    text-align: center;
    border: 1px solid #fff;
    border-bottom: 0;
    border-right: 0;
    border-left: 0;
    padding-top: 20px;
    padding-bottom: 10px;
    background-color: #2C479E;
}

.copy-riht h2 {
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #F8FDFF;
}

/* =========================
   RESPONSIVE CSS
========================= */

/* Tablet */
@media (max-width: 991px) {

    .hero-background-img {
        height: auto;
        padding: 80px 20px;
    }

    .hero-text {
        width: 100%;
    }

    .hero-text h1 {
        font-size: 32px;
    }

    .hero-text p {
        font-size: 15px;
    }

    .counter-div h1 {
        font-size: 50px;
    }

    .counter-div p {
        font-size: 16px;
    }

    .confidence-section h2 {
        font-size: 36px;
    }

    .confidence-section-inner {
        flex-direction: column;
        margin: 30px 0;
    }

    .confidence-container-text,
    .confidence-container-text-3 {
        width: 100% !important;
        padding: 30px 20px;
    }

    .confidence-container img {
        width: 100%;
        height: auto;
    }

    .software-development-inner h1 {
        font-size: 36px;
    }

    .software-development-inner-img {
        min-height: 250px;
        background-size: cover;
    }

    .footer-container {
        flex-wrap: wrap;
        gap: 30px;
    }

    .footer-section {
        width: 45%;
    }

}

/* Mobile */
@media (max-width: 767px) {

    .navbar-brand img {
        width: 100px;
    }

    .navbar {
        padding: 10px 0;
    }

    .nav-item,
    .nav-link {
        margin-left: 0;
        text-align: center;
    }

    .hero-background-img {
        padding: 60px 15px;
        text-align: center;
    }

    .hero-text h1 {
        font-size: 26px;
        line-height: 1.4;
    }

    .hero-text p {
        font-size: 14px;
        line-height: 1.7;
    }

    .text-center {
        gap: 20px;
    }

    .counter-div h1 {
        font-size: 38px;
    }

    .counter-div p {
        font-size: 15px;
    }

    .confidence-section {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .confidence-section h2 {
        font-size: 28px;
    }

    .confidence-container h1 {
        font-size: 22px;
        text-align: center !important;
    }

    .confidence-container p {
        text-align: center;
        font-size: 14px;
        line-height: 1.8;
    }

    .confidence-container-2 h3 {
        font-size: 14px;
    }

    .software-development-inner h1 {
        font-size: 28px;
    }

    .software-development-inner-img {
        min-height: 180px;
        background-size: cover;
    }

    .footer-container {
        flex-direction: column;
        gap: 40px;
    }

    .footer-section {
        width: 100%;
        text-align: center;
    }

    .footer-soical {
        justify-content: center;
        display: flex;
    }

    .copy-riht h2 {
        font-size: 13px;
        line-height: 1.7;
        padding: 0 15px;
    }

}