body,
html {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.con1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: cover;
    align-items: center;
    background-image:
        linear-gradient(rgba(50, 50, 50, 0.6),
            /* 0.6 means 60% opaque/40% transparent */
            rgba(50, 50, 50, 0.6)),
        url('Boost_visibility.png');
    background-position: center center;
    padding-bottom: 10vh;

}


.pcs-image {
    padding-top: 2vh;
    display: flex;
    width: 15vw;

}

.title1 {
    color: white;
    font-size: xxx-large;
    font-weight: bold;
    padding-bottom: 0;
    margin-bottom: 0;
    text-align: center;
}

.p1 {
    color: white;
    font-size: large;
    text-align: center;
}

.title2 {
    color: #5F9EA0;
    text-align: center;
    font-size: xxx-large;
    font-weight: bold;
}

.con3 {
    display: flex;
    flex-direction: row;

}

@media screen and (max-width: 480px) {
    .con3 {
        flex-direction: column;
        /* Stacks items vertically on mobile */
    }

}

.what_we_do_img {
    max-width: 100%;
}

.con3_img {
    padding-left: 2%;
    padding-right:2%;
    padding-top: 0;
    flex-basis: 50%;
}

.con3_con {
    padding: 2%;
    padding-top: 0;
    flex-basis: 50%;
}

.why_pcs_title {
    font-size: xxx-large;
    font-weight: bold;
    text-align: center;
    padding-top: 5vh;
}

.why_pcs_con1 {
    display: flex;
    flex-direction: row;
    padding-bottom: 4vh;
}

@media screen and (max-width: 480px) {
    .why_pcs_con1 {
        flex-direction: column;
        /* Stacks items vertically on mobile */
    }

}

.why_pcs {
    background-color: #A5DCE5;

}

.why_pcs_img_con {
    padding-left: 2%;
    padding-right:2%;
    padding-top: 0;
    flex-basis: 40%;
}

.why_pcs_img {
    max-width: 100%;

}

.why_pcs_con {
    padding: 2%;
    padding-top: 0;
    flex-basis: 60%;
}

.services_title {
    color: #5F9EA0;
    text-align: center;
    font-size: xxx-large;
    font-weight: bold;
}

.services_main_con {
    display: flex;
    flex-direction: row;
}

@media screen and (max-width: 480px) {
    .services_main_con {
        flex-direction: column;
        /* Stacks items vertically on mobile */
    }

}

.services_img_con {
    padding-left: 2%;
    padding-right:2%;
    padding-top: 0;
    flex-basis: 30%;
}

.services_img {
    max-width: 100%;
    padding-top: 5%;
}

.services_con {
    padding: 2%;
    padding-top: 0;
    flex-basis: 70%;
}

.services_con_h {
    font-size: x-large;
    font-weight: bold;
}

.connect-button {
    background-color: #ffffff;
    /* White background */
    color: #000000;
    /* Black text color */
    border: none;
    /* Removes default button border */
    padding: 15px 30px;
    /* Adds space around the text */
    text-align: center;
    /* Centers the text within the button */
    font-size: 16px;
    /* Sets the font size */
    font-weight: bold;
    /* Makes the text bold */
    cursor: pointer;
    /* Changes the cursor to a pointer when hovering */
    border-radius: 5px;
    /* Adds slightly rounded corners */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    /* Adds a subtle shadow */
    text-transform: uppercase;
    /* Makes all text uppercase */
}

.connect-button:hover {
    /* Optional: change style on hover for interactivity */
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);

}
.footer-container{
    display: flex;
    background-color: #A5DCE5;
    padding-left: 5%;
    padding-bottom: 10%;
}
.contact_us{
    font-size: xx-large;
}
@media screen and (max-width: 480px) {
    .footer-container {
        flex-direction: column;
        /* Stacks items vertically on mobile */
    }
}
.in_logo{
    width:4%;
}








