@import url('https://fonts.googleapis.com/css2?family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap');

* {
    margin: 0;
    padding: 0;
}


/* section 2 */
.about-section2 {
    width: 100%;
    background: linear-gradient(rgba(9, 58, 99, 0.8), rgba(96, 24, 12, 0.8)),
        url('../images/about-back-img.png') center center/cover no-repeat;
    opacity: 1;
    color: #fff;
    min-height: 85vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    position: relative;
}

.about-content {
    position: relative;
    z-index: 2;
    max-width: 700px;
    padding: 20px;
}

.about-section2 h1,
.service-section2 h1 {
    color: #FFFFFF;
    font-family: "Space Mono", monospace !important;
    font-weight: 500;
    font-size: 30px;
    margin-top: 25px;
}

.about-section2-p {
    width: 65%;
}



.about-section2 p {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 15px;
}


.about-badge {
    background: linear-gradient(to right, #220111, #E17446);
    font-size: 20px;
}

.home-content {
    position: relative;
    z-index: 2;

}

.btn-purple {
    background-color: #E17446;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    border-radius: 50px;
    border: none;
}

.btn-purple:hover {
    background-color: #fff;
    color: #000;
}

@media (max-width: 768px) {
    .home-section2 h2 {

        font-size: 10px;
    }

    .break-line {
        display: none;
    }
}

@media (max-width: 430px) {
    .home-section2 h2 {

        font-size: 10px;
    }

    .break-line {
        display: none;
    }
}

/* section 5 */

.team-section {
    background: linear-gradient(135deg, #f8e0d4, #fbe9e7);
    color: #333;
    text-align: center;
    padding: 80px 0;
}

.team-badge {
    display: inline-block;
    background: linear-gradient(to right, #220111, #E17446);
    font-family: 'Poppins', sans-serif;
    color: #fff;
    padding: 6px 18px;
    border-radius: 25px;
    font-weight: 500;
    margin-bottom: 15px;
}

.team-section h2 {
    font-family: "Space Mono", monospace !important;
    font-weight: 600;
    margin-bottom: 20px;
}

.team-section p.lead {
    max-width: 500px;
    margin: 0 auto 50px;
    font-size: 16px;
}

.team-card {
    background: transparent;
    border: none;
}

.team-img {
    width: 180px;
    height: 180px;
    object-fit: cover;
    margin-bottom: 15px;
    transition: transform 0.3s;
}

.team-img:hover {
    transform: scale(1.05);
}

.team-name {
    font-family: "Space Mono", monospace !important;
    font-weight: 600;
    margin-top: 10px;
}

.team-role {
    font-weight: 500;
}

/* section 7 */

.values-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #fbe9e7, #f8e0d4);
    font-family: "Poppins", sans-serif;
    color: #222;
}

.value-badge {
    display: inline-block;
    background: linear-gradient(90deg, #003151, #E17446);
    color: #fff;
    border-radius: 25px;
    font-weight: 500;
    margin-bottom: 15px;
}

.values-section h2 {
    font-family: "Sharp Grotesk", sans-serif !important;
    font-weight: 700;
    margin-bottom: 20px;
}

.values-section p {
    margin-bottom: 30px;
}

.btn-enquiry {
    font-family: "Sharp Grotesk", sans-serif !important;
    background-color: #E17446;
    color: #fff;
    border-radius: 25px;
    border-width: 1px 2px 2px 1px;
    border-style: solid;
    border-color: black;
    font-weight: 600;
    /* border: none; */
    transition: all 0.3s;
}

.btn-enquiry:hover {
    background-color: #e14a14;
}

.value-card {
    background: linear-gradient(145deg, #3A040F, #A8471E);
    color: #fff;
    border-radius: 15px;
    text-align: center;
    padding: 40px 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.value-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.value-icon img {
    width: 60px;

    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    font-size: 26px;
}

.value-card h5 {
    font-family: "Sharp Grotesk", sans-serif !important;
    font-weight: 600;
    margin-top: 10px;
}