:root {
    --first-color: rgb(17, 114, 186);
    /* Blue */
    --second-color: rgb(229, 184, 156);
    /* Peach */
    --third-color: rgb(235, 210, 172);
    /* Beige */
    --middle-color: rgb(150, 114, 186);
    /* Soft Purple */

}

/* Example usage */
.text-first {
    color: var(--first-color);
}

.bg-second {
    background-color: var(--second-color);
}

.border-third {
    border-color: var(--third-color);
}

.about p {
    text-align: justify;
}

.section-title {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 40px;
    color: var(--first-color);
    text-align: center;
}

.expertise-row {
    margin-bottom: 60px;
    align-items: center;
}

.expertise-img img {
    width: 100%;
    border-radius: 10px;
    box-shadow: rgb(73 98 116 / 54%) 1.95px 1.95px 2.6px;
}

.expertise-content {
    border: 1px solid rgb(17 114 186 / 42%);
    padding: 30px;
    border-radius: 10px;
    box-shadow: rgb(73 98 116 / 54%) 1.95px 1.95px 2.6px;
}

.expertise-content p {
    text-align: justify;
}

.expertise-content h3 {
    color: var(--first-color);
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 15px;
}

.expertise-content p {
    color: #333;
    font-size: 16px;
    margin: 0;
}

@media (max-width: 600px) {
    .expertise-row {
        flex-direction: column !important;
    }

    .expertise-content {
        margin-top: 20px;
    }
}

.footer-list {
    padding-left: 0;
}

.footer-list li+li {
    margin-top: 4px;

}

.footer-list li a {
    font-size: 18px;
    color: black;
}

.contact-link p b {
    font-weight: 700;
}

.major-projects-section {
    padding: 60px 0;
}


.major-projects-wrapper {
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
}

.project-card {
    background-image: url('../images/projects/project-img-1.jpg');
    border-radius: 16px;
    padding: 24px 30px;
    width: calc(33.333% - 20px);
    transition: all 0.3s ease-in-out;
    background-position: center;
    position: relative;
    overflow: hidden;
    box-shadow: rgba(99, 99, 99, 0.5) 0px 2px 8px 0px;
    height: 250px;
    position: relative;
    display: flex;
    justify-content: end;
    flex-direction: column;
    background-size: cover;

}

.project-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(6 6 6 / 63%);
    border-radius: 16px;
    transition: all 0.3s ease-in-out;
}


.project-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}



.project-card h5 {
    font-size: 18px;
    font-weight: 600;
    color: white;
    margin-bottom: 10px;
    position: relative;
}


.project-card p {
    font-size: 18px;
    color: white;
    line-height: 1.6;
    margin: 0;
    position: relative;
    z-index: 3;
}

@media (max-width: 992px) {
    .project-card {
        width: calc(48% - 20px);
    }
}

@media (max-width: 600px) {
    .project-card {
        width: 100%;
    }
}

.team-detail p {
    text-align: justify;
}



.foundation-section {
    padding: 60px 20px;
    background-color: #fff;
}

.foundation-container {
    max-width: 1200px;
    margin: 0 auto;
}


.foundation-subtitle {
    font-size: 24px;
    color: #333;
    border-bottom: 2px solid #007bff;
    padding-bottom: 10px;
}

.foundation-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin-top: 30px;
}

.foundation-box {
    background: #f9f9f9;
    border: 1px solid #007bff;
    border-left: 4px solid #007bff;
    border-right: 4px solid #007bff;
    border-radius: 8px;
    padding: 15px 20px;
}



.foundation-box h4 {
    font-size: 18px;
    margin-bottom: 8px;
    color: #007bff;

}



.foundation-box p {
    font-size: 16px;
    color: #0e0d0d;
    margin: 0;
}

.clients-logo {
    width: 150px;
    height: 150px;
    background-color: white;
    margin: 10px;
    border-radius: 10px;
}

.clients-logo img {
    width: 100%;
    height: 100%;
}

.ownre-img {
    height: 100%;
    display: flex;
    justify-content: center;
}

.ownre-img img {
    max-width: 350px;
    object-fit: contain;
}

.section-text {
    text-align: justify;
}


@media screen and (max-width:360px) {

    .services .item {
        padding: 30px 20px;
    }

    .section-title {
        font-size: 28px;
    }

    .our-goals {
        padding: 40px 0 !important;
    }

    .card-right .card-text {
        padding-left: 10px;
    }

    .foundation-title {
        font-size: 25px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width:480px) {

    .foundation-title {
        font-size: 28px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width:578px) {
    .clients {
        padding: 40px 0 !important;

    }

    .clients .section-title {
        margin-bottom: 5px !important;
    }

    .our-goals {
        padding: 40px 0 !important;
    }
}

@media screen and (max-width:768px) {
    .expertise-img img {
        margin-bottom: 20px;
    }

    .team-detail p,
    .section-text,
    .expertise-content p,
    .goal-desc,
    .about p,
    .services .item p {
        hyphens: auto !important;
    }

    .services .item .line {
        display: none;
    }

}



.call-btn {
    position: fixed;
    bottom: 30px;
    left: 30px;
    background-color: #28a745;
    color: white;
    padding: 18px 18px;
    border-radius: 30px;
    font-weight: bold;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    z-index: 999;
    transition: background-color 0.3s ease, transform 0.2s ease;
    font-family: 'Arial', sans-serif;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.call-btn i {
    font-size: 18px;
}

.logo-img img {
    width: 30px;
    height: 30px;
}

.offshadow {
    position: relative;

}

.offshadow::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #001736;
}

.services-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.card--service {
    width: 100%;
    height: 320px;
    margin: 14px 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.card--image {
    height: 200px;
}

.card--image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-text {
    padding: 14px;
    background-color: #fff;
    border-radius: 10px;
    color: var(--first-color);
}

@media screen and (max-width:576px) {
    .card--service {
        width: unset;
        height: auto;
    }
}
