﻿custom-button.view-container {
    max-width: 1200px;
    box-sizing: border-box;
    margin: 0 auto; /* <-- this horizontally centers it */
    padding: 0 1rem; /* optional gutter inside */
}

.build-text {
    font-weight: 600;
    font-size: 48px;
    line-height: 58.09px;
}

.high-line-height {
    line-height: 2;
}

.project-text {
    font-weight: 300;
    font-size: 16px;
    line-height: 19.36px;
}

.card-title {
    font-size: 1rem;
    font-weight: bold;
}

.custom-img-1,
.custom-img-2,
.custom-img-3 {
    height: 150px;
    object-fit: cover;
}

.carousel-inner {
    padding-bottom: 10px;
}

.slider-botton {
    width: 50px;
    height: 50px;
    font-size: 1.5rem;
    line-height: 1;
}

.container-five {
    display: flex;
    background-color: #F8ECE4;
    padding: 40px;
    border-radius: 20px;
    height: 434px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.left-section-1 {
    width: 50%;
    padding-right: 40px;
}

.right-section-1 {
    margin-top: 12%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
}

.new-project-text-one {
    font-size: 20px;
}

.schedule-button-1 {
    margin-top: 23px;
    background-color: #f99000;
    color: white;
    padding: 15px 30px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
    .schedule-button-1:hover {
        background-color: #f99000;
        color: white;
    }
    .textinfo-container {
        border: 2px solid #ccc;
        box-shadow: 0 4px 8px #000000;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        padding: 15px;
        border-radius: 0 15px 15px 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

.responsive-image {
    max-width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 10px;
}

.content-padding {
    padding-right: 7px;
    padding-left: 7px;
    border-radius: 15px;
}

.card-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    box-shadow: 0 4px 8px #000000;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    margin-bottom: 20px;
    
}
.line-space {
    width: 100%;
    margin-top: 8px;
}
.card-image {
    max-width: 100%;
    height: auto;
    margin-right: 20px;
}
.custom-card {
    height: 273px; /* Fixed height for all cards */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.custom-card-img {
    height: 180px;
    object-fit: contain;
    width: 100%;
}
/* Force consistent font-size below 768px */
@media (max-width: 767.98px) {
    .card-title {
        font-size: 0.9rem; /* Adjust as needed */
    }

    .card h5 {
        font-size: 0.9rem;
    }

    .card {
        font-size: 0.8rem;
    }
}


@media (max-width: 767.99px) {
    .custom-card-img {
        height: 150px;
    }
}

.card-text {
    line-height: 1.5;
}

@media (max-width: 991.98px) {
    .small-screen-image {
        border-radius: 15px 15px 0 0; /* Rounded corners for the image */
    }

    .small-screen-text {
        border-radius: 0 0 15px 15px; /* Rounded corners for the text section */
        border-top: none; /* Remove border between sections */
    }

    .card-container {
        flex-direction: column;
        align-items: flex-start;
    }

    .card-image {
        margin-right: 0;
        margin-bottom: 10px;
    }
}

@media (min-width: 992px) {
    .large-screen-image {
        border-radius: 0; /* No border-radius for larger screens */
    }
}
@media (max-width: 991.98px) {
    .card-image {
        border-radius: 6%;
    }
}
.custom-shadow {
    box-shadow: 0 4px 8px #000000;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.innovative-text {
    font-weight: 300;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0;
}

.software-solution-text {
    font-size: 48px;
    font-weight: 600;
}

.software-solution-paragraph-text {
    font-size: 16px;
    line-height: 1.5;
}

.button-container {
    display: flex;
    gap: 20px;
    align-items: center;
}

.custom-button {
    border-radius: 5px !important;
    font-size: 15px !important;
    width: 184px;
    height: 53px;
    padding-top: 14px;
    background: #f99000;
    color: #ffffff;
    
}
    .custom-button:hover {
        background: #f99000;
        color: #ffffff;
    }
.how-it-works {
    color: #F49811;
}

.hero-section {
    text-align: center;
    margin-bottom: 64px;
}

.offers-section {


}

@media (max-width: 992px) {
    .button-container {
        flex-direction: column;
        gap: 15px;
    }

    .col-lg-6 {
        margin-bottom: 20px;
    }
}@media (min-width: 992px) {
    .container-five {
        margin-bottom: 91px;
    }
}

@media (max-width: 576px) {
    .navbar-nav {
        flex-direction: column;
        margin: 0;
    }

    .navbar-toggler {
        margin-top: 10px;
    }

    .hero-section {
        padding: 10px;
    }

    .innovative-text, .software-solution-text {
        font-size: 28px;
    }

    .software-solution-paragraph-text {
        font-size: 14px;
    }
}

.bg-orange {
    background-color: #F49811; /* Matches the orange background */
    padding-bottom: 30px;
}

.card {
    border-radius: 15px;
    border: none;
    /*width: 266px;
    height: 288px;*/
}

.custom-img-1 {
    width: 229px;
    height: 157px;
}

.custom-img-2 {
    width: 229px;
    height: 157px;
}

.custom-img-3 {
    /*width: 153px;*/
    height: 191px;
}

.card-img-bottom {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.button-container {
    text-align: center;
}

.carousel-controls button {
    width: 50px;
    height: 50px;
    font-size: 20px;
    color: #000;
}

.about-container h1 {
    font-size: 48px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 10px;
}

.about-container p {
    font-size: 1.2em;
    color: #000000;
}

.stats {
    margin-bottom: 50px;
}

.stat h2 {
    font-size: 48px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 5px;
}

.stat p {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
}

.quate-button {
    text-align: center;
}

    .quate-button button {
        width: 184px;
        height: 53px;
        font-size: 16px;
        font-weight: 400;
        color: #fff;
        background-color: #000000;
        border-radius: 6px;
    }

        .quate-button button:hover {
            background-color: #555;
        }

.check-icon {
    font-size: 16px;
    font-weight: 600;
}

    .check-icon img {
        width: 24px;
        height: 24px;
    }

.custom-gap {
    margin-right: 18%;
}

@media (max-width: 767px) {
    .about-container h1 {
        font-size: 36px;
    }

    .quate-button button {
        width: 100%;
        font-size: 14px;
    }

    .custom-gap {
        margin-right: 0;
        margin-bottom: 3%;
    }
}

.client-text {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: #000000;
    margin-top: 25px;
    /*margin: 29px 0;*/
}

.feature img {
    width: 34px;
}

.feature h3 {
    font-size: 30px;
    font-weight: 600;
    margin-left: 11px;
    color: #A6A6A6;
}

.services {
    text-align: center;
}

    .services h2 {
        font-size: 48px;
        font-weight: 600;
        color: #000000;
    }

    .services p {
        font-size: 16px;
        color: #000000;
        line-height: 1.2;
    }

.service-card {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 5px #000000;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 20px;
    flex: 1;
    min-width: 250px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.service-icon {
    display: block;
    margin: 0 auto;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #f0f0f0;
    text-align: center;
    line-height: 80px;
    font-size: 30px;
    color: #333;
    margin-bottom: 10px;
}

.service-title {
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 10px;
}

.service-description {
    text-align: justify;
    flex: 1;
}
/*@media screen and (max-width: 992px) {
    .row {
        gap: 15px;
    }
}*/

@media screen and (max-width: 768px) {
    .service-card {
        flex: 1 1 calc(50% - 20px);
        min-width: 0;
    }

    .row {
        gap: 10px;
    }
}

@media screen and (max-width: 576px) {
    .service-card {
        flex: 1 1 100%;
    }

    .row {
        gap: 10px;
    }
}

.card-box {
    height: 448px;
    text-align: center;
    box-shadow: 0 2px 5px #000000;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.card-box-1 {
    border: 12px solid #A9CCEA;
}

.card-box-2 {
    border: 12px solid #FFDCA9;
}

.card-box-3 {
    border: 12px solid #FFB7BB;
}

.card-box-4 {
    border: 12px solid #C9FFC8;
}

.card-box-5 {
    border: 12px solid #E3C5FB
}

.card-box-6 {
    border: 12px solid #80B3FF;
}

.card-box img {
    width: 139px;
    height: 142px;
    margin-bottom: 10px;
}

.card-box h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

.card-box p {
    line-height: 1.5;
    font-size: 16px;
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem #7b838a !important;
}

.card-img {
    width: 100%;
    height: auto;
}

.project-card {
    border-radius: 12px;
    margin-bottom: 20px;
}

.team-section {
    background-color: #f9f9f9;
    padding: 50px 0;
}

.cta-section {
    background-color: #fbe9e7;
    padding: 40px;
    border-radius: 10px;
    text-align: center;
}

    .cta-section img {
        max-width: 100%;
        height: auto;
        border-radius: 10px;
    }

.cta-btn {
    margin-top: 20px;
}

.title {
    font-size: 32px;
    font-weight: 600;
}

.text {
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
}

.card-radius {
    border-radius: 20px !important;
}

.team-qualifications {
    margin-top: 50px;
}

.qualification-box {
    background-color: #F0F7FF;
    border-radius: 15px;
    box-shadow: 0 4px 10px #000000;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 30px;
}

.qualification-items {
    padding-left: 0;
    font-size: 24px;
    line-height: 2.2;
    font-weight: 400;
}

.qualification-item {
    list-style: none;
}

.highlight {
    background-color: #007BFF;
    border-radius: 5px;
}
/* Highlighted Text */
.highlight-text {
    color: white;
    border-radius: 5px;
    font-weight: bold;
}

/* Image and Description Styling */
.qualification-info {
    text-align: center;
}

.qualification-image {
    max-width: 100%;
    height: auto;
}

.qualification-description {
    font-size: 16px;
    color: #000000;
    margin-top: 15px;
    /*text-align: start;*/
}
/* Media Queries for Responsiveness */
@media screen and (max-width: 768px) {
    .card-box {
        max-width: 100%;
    }
}

@media screen and (max-width: 361px) {
    .card-box-8 {
        height: auto;
    }
}


.img-fluid {
    max-width: 100%;
    height: auto; /* Ensures the image scales properly */
}

.social-link img {
    max-width: 24px; /* Adjust size as needed */
    height: auto;
}

@media (max-width: 768px) {
    .hero-section {
        /*padding: 50px 0;*/
    }

    .services-section .row {
        flex-direction: column;
    }

    .projects-section .row {
        flex-direction: column;
    }

    .team-section .row {
        flex-direction: column;
    }
}

@media (max-width: 992px) {
    .container-five {
        display: block;
        height: auto;
    }

    .left-section-1 {
        width: auto;
        padding-right: 0;
        text-align: center;
    }
}

@media (min-width: 1200px) {
    .right-section-1 img {
        margin-left: 64px;
        margin-top: -16px;
    }
}
