#headercontainer {
    background-color: var(--color-white-alpha-0);
    box-shadow: none;
}

h1 {
    width: 100%;
    position: relative;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 2.6rem;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    color: rgb(24, 52, 93);
    line-height: 2.8rem
}

#skkheader {
    width: 100%;
    height: 56px;
    margin: 0;
    padding: 0;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(24, 52, 93, 0.7);
    z-index: 89;
}

#skkheader h2 {
    margin: 0;
    padding: 0;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-family: "Open Sans", sans-serif;
    font-size: 2.6rem;
    font-weight: 400 !important;
    text-align: center;
    letter-spacing: 1px;
    color: #fff;
    line-height: 56px;
}

#skkheader #skktext {
    font-weight: bold;
    color: #ff0;
}

#skkheader #skklogo {
    width: 40px;
    height: 40px;
    position: relative;
    align-items: center;
    justify-content: center;
}

#skkheader img {
    width: 40px;
    margin-left: 15px;
    margin-bottom: 5px;
    vertical-align: middle;
}

#whysiddhika {
    margin: 40px auto;
}

#whysiddhika p {
    padding: 0;
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 1.6rem;
    line-height: 3rem;
    text-align: justify;
}

/***** OUR SERVICES AND ONGOING PROJECTS *****/
#ourservicesandongoingprojectscontainer {
    width: 100%;
    margin: 0;
    margin-bottom: 60px;
    padding: 0;
    display: flex;
    position: relative;
    gap: 20px;
}

/***** OUR SERVICES *****/
#ourservicescontainer {
    width: 75%;
    height: 100%;
    display: block;
    position: relative;
}

#ourservices {
    width: 100%;
    margin: 0;
    padding: 0;
    display: grid;
    position: relative;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 10px;
}

.ourservicescard {
    height: 378px;
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
    font-family: "Open Sans", sans-serif;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 2px 0px;
    border-radius: 10px;
    box-sizing: border-box;
    overflow: hidden;
}

.ourservicescard a {
    display: block;
    position: relative;
}

.ourservicescard img {
    width: 100%;
    height: 225px;
    margin: 0;
    padding: 0;
}

.ourservicescard h3 {
    width: 100%;
    margin: 0;
    padding: 12px 0;
    position: absolute;
    left: 0;
    bottom: 2px;
    font-family: "Open Sans", sans-serif;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    background-color: rgba(24, 52, 93, 0.6);
    line-height: 1.6rem;
}

.ourservicescard p {
    padding: 0 20px 0;
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 1.2rem;
    line-height: 1.8rem;
    text-align: justify;
}

.ourservicescard .readmore {
    margin: 0;
    padding: 0;
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    text-align: right;
}

/***** ONGOING PROJECTS *****/
#ongoingprojectscontainer {
    width: 25%;
    height: 100%;
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#ongoingprojects {
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
    font-size: 1rem;
    text-align: left;
    text-transform: uppercase;
    border: 1px solid #ccc;
    line-height: 1.5rem;
    overflow: hidden;
}

#ongoingprojects ul {
    margin: 0;
    padding: 0;
    display: block;
    list-style: none;
    overflow: hidden;
}

#ongoingprojects .roweven,
#ongoingprojects .rowodd {
    padding: 10px 5px 10px 25px;
    background-image: url("../images/right.svg");
    background-position: 0;
    background-repeat: no-repeat;
}

#ongoingprojects .rowodd {
    background-color: #e7e7e7;
}

/***** OUR MILESTONES *****/
#ourmilestonescontainer {
    margin-bottom: 60px;
}

#ourmilestonescontainer h1 {
    width: 100%;
    padding-bottom: 25px;
    position: relative;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 2.6rem;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    color: rgb(24, 52, 93);
    line-height: 2.8rem
}

#ourmilestonescontainer #ourmilestones {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    background-image: url("../images/background.jpg");
    background-position: center bottom;
    background-color: none;
    background-size: cover;
    background-repeat: no-repeat;
}

/***** OUR OFFICES *****/
#ourofficescontainer {
    width: 100%;
    margin: 0;
    margin-bottom: 80px;
    padding: 0;
    display: block;
    position: relative;
}

#locations {
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    position: relative;
}

#locations figure {
    width: 240px;
    margin: 0;
    padding: 0;
    text-align: center;
    position: relative;
    text-transform: capitalize;
    border: 0px solid #f00;
}

#locations img {
    width: 50%;
    border: none;
}

#locations figcaption {
    margin: 0;
    padding: 2px 0;
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    text-overflow: ellipsis;
    color: #39424e;
    outline: none;
    overflow: hidden;
    white-space: nowrap;
}

#locations p {
    margin: 5px 0 0;
    font-size: 1rem;
    line-height: 1.6rem;
}

/***** RESPONSIVE WEB DESIGN *****/
@media screen and (max-width: 920px) {
    #skkheader h2 {
        font-size: 2rem;
    }

    #skkheader img {
        width: 30px;
    }

    #whysiddhika {
        margin: 40px auto;
        padding: 0 15px;
    }

    #ourservicesandongoingprojectscontainer {
        display: block;
    }

    #ourservicescontainer {
        width: 100% !important;
    }

    #ourservices {
        display: block;
    }

    .ourservicescard {
        height: 350px;
        margin-bottom: 10px;
    }

    #ongoingprojectscontainer {
        width: 100% !important;
    }

    #ongoingprojects {
        height: 1000px !important;
    }

    #locations {
        display: block;
    }

    #locations figure {
        margin: 0 auto;
        display: block;
    }
}