body {
    margin: 0;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-optical-sizing: auto;
}

/* ************************************************************* */
/* Landing  */
/* ************************************************************* */
.landing {
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url("/assets/images/footer_BG.jpg");
    background-size: cover;
    background-position: center;
}

.landing h1 {
    font-size: var(--font-heading1);
    font-weight: bold;
    color: transparent;
    font-size: 12rem;
    font-family: sans-serif;
    -webkit-text-stroke: 2px white;
    /* White outline */
    text-transform: uppercase;
}

/* ************************************************************* */
/* overview  */
/* ************************************************************* */
.overview {
    padding: 3rem 0rem;
    background-color: var(--light-blue);
}

.overview .container {
    width: 90%;
    margin: auto;
}

.overview h2 {
    color: var(--deep-orange);
    font-size: var(--font-heading2);
    margin-bottom: 2rem;

}

.overview p {
    margin-top: 0rem;
    font-size: var(--font-para2);
    color: var(--sub-header-color);
}

/* ************************************************************* */
/* why  */
/* ************************************************************* */
.why {
    min-height: 100vh;
    /* border: 1px solid red; */
}

.why .container {
    width: 90%;
    margin: 3rem auto;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 2rem;
    /* border: 1px solid red; */
}

.why .container .left {
    /* border: 1px solid red; */
    width: 40%;
    position: relative;
}

.why .container .left img {
    border-radius: 2rem;
    width: 80%;
    height: auto;
    display: block;
}

.why .container .left img:nth-child(2) {
    position: absolute;
    bottom: -10%;
    right: 0;
    width: 60%;
    /* ✅ Add this */
    max-width: 250px;
    /* ✅ Optional - to control max size */
    /* transform: translateY(-50%); */
    z-index: 2;
}

.why .container .right {
    /* border: 1px solid red; */
    width: 60%;
}

.why .container .right>span {
    color: var(--deep-orange);
    font-size: var(--font-heading3);


}

.why .container .right h2 {
    color: var(--header-color);
    font-size: var(--font-heading3);
    margin: 3rem 0rem;
    font-family: "Ubuntu", sans-serif;


}

.why .container .right>p {
    color: var(--sub-header-color);
    font-size: var(--font-para2);
    line-height: 1.5;
    margin-bottom: 5rem;
    letter-spacing: .1rem;
}

.why .container .right>div {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 2rem;
    margin-bottom: 1rem;
}

.why .container .right div div {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--deep-orange);
    font-size: var(--font-para3);
    min-height: 2.5rem;
    min-width: 2.5rem;
    border-radius: 50%;
    color: white;
}

.why .container .right div p {
    font-size: var(--font-para2);
    font-weight: bold;
    color: var(--header-color);

}

/* ************************************************************* */
/* Timeline  */
/* ************************************************************* */
.timeline {
    /* min-height: 20vh; */
    text-align: center;
    /* Optional: centers the image */
    /* padding: 1rem; */
    border: 1px solid red;
}

.timeline img {
    width: 100%;

    height: auto;
    display: block;
    margin: 0 auto;
}

/* ************************************************************* */
/* Mission  */
/* ************************************************************* */
.mission {
    min-height: 50vh;
    text-align: center;
    padding: 3rem 5%;
    /* border: 1px solid red; */
    position: relative;
}

.mission>h2 {
    color: var(--deep-orange);
    font-size: var(--font-heading3);
    font-family: "Ubuntu", sans-serif;

}

.mission>p {
    color: var(--sub-header-color);
    font-size: var(--font-para2);
    /* width: 90%; */
    margin: 4rem auto;
    line-height: 1.3;
}

.mission .container {
    border: 2px solid gray;
    border-radius: 4rem;
    background-color: var(--light-blue);
    text-align: left;
    padding: 5rem;
    width: 80%;
}

.mission .container h3 {
    color: var(--header-color);
    font-size: var(--font-heading3);
    font-family: "Ubuntu", sans-serif;
}

.mission .container>p {
    width: 70%;
    margin-top: 2rem;
    font-size: var(--font-para2);
    line-height: 1.3;
    margin-bottom: 2rem;
    color: var(--sub-header-color);
}

.mission .container>div {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    /* border: 1px solid red; */
    gap: 2rem;
    margin-bottom: 1rem;
}

.mission .container div div {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--deep-orange);
    font-size: var(--font-para3);
    min-height: 2.5rem;
    min-width: 2.5rem;
    border-radius: 50%;
    color: white;
}

.mission .container div p {
    line-height: 1;
    font-size: var(--font-para3);
    width: 50%;
    line-height: 1.3;
    font-weight: bold;
}

.mission img {
    position: absolute;
    bottom: -10%;
    right: 0;
    scale: 0.8;
}


/* ************************************************************* */
/* Experience  */
/* ************************************************************* */
.experience {
    /* margin-top: 5rem; */
    /* min-height: 30vh; */
    background: url("/assets/images/about-page-exp-bg.jpg");
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.experience .container {
    /* border: 1px solid red; */
    display: flex;
    width: 80%;
    margin: auto;
    align-items: center;
    justify-content: space-between;
    color: white;
    margin: 3rem 1rem;
}

.experience .container span {
    font-family: sans-serif;
    font-size: var(--font-heading1);
    font-weight: bold;
    color: transparent;
    /* font-size: 12rem; */
    -webkit-text-stroke: 2px white;
}

.experience .container p {
    font-size: var(--font-para2);
}

/* ************************************************************* */
/* Priority  */
/* ************************************************************* */
.priority {
    padding: 5rem 10rem 0rem 10rem;
    padding-bottom: 0rem;
}

.priority>h2 {
    color: var(--deep-orange);
    font-size: var(--font-heading3);
    margin-bottom: 2rem;
    font-family: "Ubuntu", sans-serif;
}

.priority>p:nth-child(2) {
    width: 100%;
}

.priority>p {
    color: var(--sub-header-color);
    font-size: var(--font-para2);
    line-height: 1.5;
    margin-bottom: 2rem;
    width: 60%;
}

.priority .container {
    margin-bottom: 5rem;
    position: relative;
    background-color: var(--deep-blue);
    padding: 5rem;
    color: white;
    border-radius: 3rem;
}

.priority .container h3 {
    font-size: var(--font-heading3);
    margin: 3rem 0rem;
    font-family: "Ubuntu", sans-serif;
}

.priority .container p {
    font-size: var(--font-para2);
    width: 60%;
    line-height: 1.5;
}

.priority .container img {
    position: absolute;
    bottom: 0;
    /* scale: 0.75; */
    right: 5rem;
}

/* ************************************************************* */
/* services  */
/* ************************************************************* */
.services {
    padding: 5rem;
    text-align: center;
    background-color: var(--light-blue);
}

.services h2 {
    color: var(--deep-orange);
    margin: auto;
    font-size: var(--font-heading3);
    font-family: "Ubuntu", sans-serif;
}

.services>p {
    color: var(--sub-header-color);
    margin: auto;
    width: 80%;
    margin-top: 2rem;
    font-size: var(--font-para2);
    margin-bottom: 5rem;

}

.services .container {
    margin: 0rem auto;
    width: 95%;
    display: grid;
    grid-template-columns: auto auto;
    row-gap: 3rem;
}

.services .container>div {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 2rem;
    /* border: 1px solid black; */
}

.services .container>div .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 7rem;
    min-width: 7rem;
    background-color: var(--deep-orange);
    border-radius: 50%;
    font-size: var(--font-heading1);
    color: white;
    /* padding: 1rem; */
}

.services .container>div .content {
    text-align: left;
    font-size: var(--font-para2);
}

.services .container>div .content span {
    font-weight: bold;
    font-size: var(--font-para1);
    color: var(--header-color);
}

.services .container>div .content p {
    width: 80%;
    margin-top: 1rem;
}

/* ************************************************************* */
/* pnc  */
/* ************************************************************* */
.pnc .top {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}

.pnc img {
    width: 40%;
}

.pnc .top .content {
    width: 60%;
}

.pnc .top .content h2 {
    color: var(--deep-orange);
    font-size: var(--font-heading3);
    margin-bottom: 2rem;
    font-family: "Ubuntu", sans-serif;
}

.pnc .top .content p {
    line-height: 1.5;
    letter-spacing: 0.1rem;
    color: var(--sub-header-color);
    font-size: var(--font-para2);
    margin-bottom: 3rem;
}

.pnc .top .gap {
    width: 10%;
}

.pnc .bottom {
    font-weight: 400;
    background-color: var(--light-blue);
    padding: 5rem 10rem;
    text-align: left;
}

.pnc .bottom h2 {
    color: var(--deep-orange);
    font-size: var(--font-heading3);
    margin-bottom: 2rem;
    font-family: "Ubuntu", sans-serif;
}

.pnc .bottom>p {
    margin-bottom: 2rem;
    color: var(--sub-header-color);
    font-size: var(--font-para2);
    width: 80%;
}

.pnc .bottom .options {
    margin-bottom: 2rem;
}

.pnc .bottom .options>div {
    display: flex;
    align-items: center;
    gap: 2rem;
    font-size: var(--font-para3);
    margin-bottom: .6rem;
}

.pnc .bottom .options>div div {
    background-color: var(--deep-orange);
    color: white;
    border-radius: 50%;
    min-width: 2rem;
    min-height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pnc .bottom .contact {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    margin-top: 6rem;
    flex-wrap: wrap;
    
}

.pnc .bottom .contact>div:nth-child(1) {
    display: flex;
    margin-bottom: 2rem;
    align-items: center;
    justify-content: center;
    text-wrap: nowrap;
    border: 1px solid green;
    font-size: var(--font-para2);
    background-color: rgb(78, 78, 252);
    color: white;
    gap: 1rem;
    border-radius: 0.3rem;
    font-weight: bold;
    border: none;
    cursor: pointer;
    padding: 1rem 2rem;
    margin-right: 5rem;
}

.pnc .bottom .contact>div:nth-child(1) div {
    background-color: white;
    padding: 0.5rem;
    border-radius: 0.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pnc .bottom .contact>div:nth-child(1) div img {
    width: 2rem;
}

.pnc .bottom .contact>div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pnc .bottom .contact>div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 2rem;
}

.pnc .bottom .contact>div .call {
    /* border: 1px solid red; */
    background-color: rgb(255, 160, 160);
    padding: 1rem;
    border-radius: 50%;
}

.pnc .bottom .contact>div .call img {
    width: 3rem;
}

.pnc .bottom .contact>div .number {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    /* border: 1px solid red; */
    font-size: var(--font-para2);
    text-wrap: nowrap;
}

.pnc .bottom .contact>div .number>span:nth-child(1) {
    font-weight: bold;
    color: var(--deep-orange);
}

.pnc .bottom .contact>div .number>span:nth-child(2) {
    font-weight: bold;
    font-size: var(--font-para3);

    color: var(--header-color);
}

/* @media quereis  */
@media (max-width: 1100px) {
    .landing {
        min-height: 40vh;
    }

    .landing h1 {
        font-size: 5rem;
    }



    .timeline .timeline-line .dot div {
        position: absolute;
        /* top: -400%; */
        /* left: 150%; */
        transform: translate(-50%, -50%);
        top: 50%;
        left: 400%;
        font-size: var(--font-para2);
        text-align: center;
        border: 1px solid black;
        text-wrap: nowrap;
    }

    .mission .container {

        width: 100%;
        margin: auto;
    }

    .mission img {
        display: none;
    }

    .mission>p {
        margin: 2rem auto;
    }

    .mission .container {
        border-radius: 2rem;
        padding: 2rem;
    }

    .mission .container>p {
        width: 100%;
    }

    .experience .container {
        width: 90%;
    }

    .priority {
        padding: 4rem 5rem 0rem 5rem;
        padding-bottom: 0rem;

    }

    .priority>p {
        width: 100%;
    }

    .priority .container img {
        display: none;
    }

    .priority .container {
        padding: 3rem;

    }

    .priority .container h3 {
        font-size: var(--font-heading3);
        margin: 2rem 0rem;
    }

    .priority .container p {
        width: 100%;
    }

    .services {
        padding: 2rem;
    }

    .services>p {
        width: 90%;
    }

    .pnc .bottom {
        padding: 2rem;
        padding-bottom: 2rem;
        /* border: 1px solid red; */
    }

    .services .container>div .icon {

        min-height: 4rem;
        min-width: 4rem;

    }

    .services .container>div .content p {
        width: 100%;
        margin-top: 1rem;
    }

    .pnc .top {
        flex-direction: column;
    }

    .pnc img {
        width: 70%;
    }

    .pnc .top .content {
        width: 90%;
        margin: auto;
    }

    .pnc .bottom>p {
        margin-bottom: 2rem;
        color: var(--sub-header-color);
        font-size: var(--font-para2);
        width: 100%;
    }
}

@media (max-width: 767px) {
    .why .container {
        flex-direction: column;
    }

    .why .container .left {
        width: 70%;
        margin: auto;
    }

    .why .container .right {
        width: 100%;
    }

    .services .container {
        margin: 5rem auto;
        /* margin-top: ; */
        /* border: 1px solid red; */
        width: 98%;
        display: grid;
        grid-template-columns: auto;
        /* gap: 5rem; */
        row-gap: 3rem;
    }

    .priority {
        padding: 4rem 2rem 0rem 2rem;
        padding-bottom: 0rem;

    }

    .priority .container {
        padding: 1rem;
        border-radius: 1rem;

    }

}