* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-weight: 500;
    font-family: "Avenir";
}
.mobile-foundation-section{
    display: none;
}
.Mobile-Projects{
    display: none;
}
.explore-section{
    height: 30vh;
}

.iframe-height{
    width:100%; 
    height: 102vh;
    border:none;
}

@media screen and (min-width: 1920px) and (max-width: 2600px) {
    .outer-container {
        display: grid;
        grid-template-rows: 40% 60%;
        grid-template-columns: 39% 60%;
        width: 101%;
        min-height: 142vh !important;
    }

    .top-left {
        grid-row: 1 / 2;
        grid-column: 1 / 2;
        background-color: rgb(0 0 0);
        position: relative;
        border-radius: 18px;
    }

    .logo-top {
        position: absolute;
        width: 10vw;
        height: 10vw;
        margin-top: 35px !important;
    }
}

/* =============================== */
/* ==== Header starts here ======= */
/* =============================== */

.clients-title {
    font-size: clamp(1.5rem, 3vw, 3rem);
    font-weight: bold;
    font-family: Avenir;
    line-height: 1.2;
}

.btn-title {
    font-size: 3.5rem;
    font-weight: bold;
    font-family: Avenir;


}

/* =============================== */
/* ====== Header ends here ======= */
/* =============================== */



/* =============================== */
/* ===== Body starts here ======== */
/* =============================== */

.content {
    display: table-cell;
    vertical-align: middle;
}

section {
    width: 100%;
    padding: 0 7%;
    display: table;
    margin: 0;
    max-width: none;
    height: 100vh;
    background-color: #ffffff;
}

section:nth-of-type(2n) {
    background-color: #fff;
}


h1 {
    font-size: 3em;
    display: block;
    color: white;
    font-weight: 500;
}


.nav-item {
    position: relative;
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: -0.13px;
    text-decoration: none;
    margin-left: 2.5rem;
    transition: all 0.5s ease;
}

.nav-item:hover {
    color: rgba(168, 239, 255, 0.9);
}

.nav-item::after {
    content: "";
    position: absolute;
    bottom: -0.3rem;
    left: 50%;
    width: 0;
    height: 0.15rem;
    transform: translateX(-50%);
    background-color: rgba(168, 239, 255, 0.9);
    transition: all 0.5s ease;
}

.nav-item:hover:after {
    width: 100%;
}


#check {
    display: none;
}


.vw-6 {
    width: 50%;
    margin: 2% auto;
}

.avenir-next {
    font-family: 'Avenir Medium';
    font-size: clamp(25px, 3vw, 45px);
    /* Responsive font size */
}

.vector-text {
    text-align: center;
    font-size: 15px;
}

.schedule-consultation{
    text-align: center;
    font-size: 1.4rem;
}


.schedule-consultation h1{
    color: black;
    font-weight: bold;
    font-size: 2.5em;
    margin-bottom: 20px;
    font-family: Avenir;
}

.schedule-consultation button {
    font-size: 1.2rem;
    padding: 15px 35px;
    border-radius: 50px;
    background-color: white;
    font-family: Avenir;
    font-weight: bold;
}

.schedule-consultation button:hover {
    background-color: black;
    color: white;
    transition: 0.5s ease;
}


.info-section {
    background-color: white;
    display: block;
    padding: 0% 0% 0% 0%;
}

.info-sec {
    display: flex;
    padding-top: 7%;
}

.information-section-one {
    padding: 0% 16% 0% 0%;
    width: 50%;
}

.clients-section {
    width: 50%;
    font-family: Avenir;
    font-size: 1.2rem;
}

.foundation-section {
    background-color: rgb(255, 255, 255);
    display: block;
    height: 35vh;
}

/* Keyframes */
@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-250px * 7));
    }
}

@keyframes tonext {
    75% {
        left: 0;
    }

    95% {
        left: 100%;
    }

    98% {
        left: 100%;
    }

    99% {
        left: 0;
    }
}

@keyframes tostart {
    75% {
        left: 0;
    }

    95% {
        left: -300%;
    }

    98% {
        left: -300%;
    }

    99% {
        left: 0;
    }
}

@keyframes snap {
    96% {
        scroll-snap-align: center;
    }

    97% {
        scroll-snap-align: none;
    }

    99% {
        scroll-snap-align: none;
    }

    100% {
        scroll-snap-align: center;
    }
}



*::-webkit-scrollbar {
    width: 0;
}

*::-webkit-scrollbar-track {
    background: transparent;
}

*::-webkit-scrollbar-thumb {
    background: transparent;
    border: none;
}

* {
    -ms-overflow-style: none;
}

ol,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}









/* ///////////////////// */
.outer-container {
    position: relative;
    background-color: rgb(0 0 0);
    padding: 41px 41px 41px 41px;
    bottom: 17vw;
    width: 100%;
    border-radius: 6vw;
    height: 93%;
}

.row {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.mt-4percent {
    margin-top: 2% !important;
}

.tab-content {
    display: flex;
    justify-content: center;
}

.tabs {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.tab-btn {
    border: 2px solid #333;
    border-radius: 45px;
    background-color: white;
    color: #000;
    padding: 26px 160px;
    font-size: 25px;
    font-weight: 800;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.tab-btn:active {
    background-color: #ca6134 !important;
}

/* Section 1 > top left */
.logo-top {
    position: absolute;
    width: 10vw;
    height: 10vw;
}

.info-projects {
    display: flex !important;
    justify-content: space-between !important;
    flex-wrap: nowrap !important;
    margin-bottom: 0px !important;
    font-size: 15px !important;
}

.info-projectsContent {
    text-align: left;
    margin: 0;
}

.outer-container {
    display: grid;
    grid-template-rows: 40% 60%;
    grid-template-columns: 39% 60%;
    width: 101%;
    min-height: 123vh;
}

.highlighted-font {
    text-align: center;
    font-size: clamp(1.5rem, 3vw, 3rem);
    padding-right: 63vw;
    font-weight: bold;
    font-family: 'Avenir';
}

.top-left {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
    background-color: rgb(0 0 0);
    position: relative;
}

.bottom-center {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    margin: 0;
}

.top-right {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
    background-color: rgb(0 0 0);
}

.bottom {
    grid-row: 2 / 3;
    grid-column: 1 / 3;
    background-color: rgb(0 0 0);
}

.logo-text {
    position: absolute;
    bottom: 13vw;
    left: 2vw;
    transform: translateY(100%);
    margin: 0;
    width: 30vw;
}

.font-sections {
    font-size: 2.3em;
    font-family: "Avenir", sans-serif;
    font-weight: bold;
    color: white;
}

/* Section 1 > top left */

/* Section 2 > top right */
.top-right {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
    position: relative;
    background-color: rgb(0 0 0);
    padding: 10px;
    display: flex;
    flex-direction: column;
    margin-top: 1vw;
    align-items: flex-start;
}

.titles-container {
    display: flex;
    justify-content: space-around;
    width: 100%;
    color: white;
}

.title-item {
    flex: 1;/
}

.section-heading {
    margin: 0;
    font-size: 20px;
}


.title-item p {
    margin: 5px 0 0;
    line-height: 1.6;
    word-wrap: break-word;
    min-height: 40px;
}

.paragraph-container {
    margin-top: 20px;
}

.description {
    font-size: 1em;
    color: white;
    line-height: 1.6;
    text-align: left;
    padding-top: 1vw;
}

/* Section 2 > top right */

/* Section 3 > Bottom */
.bottom {
    background-size: 105% !important;
    background-position: center 30% !important;
    height: 104% !important;
    width: 95% !important;
    position: absolute !important;
    top: 39% !important;
    border-radius: 3vw !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    background-repeat: no-repeat !important;
}

.bottom-content {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: white;
    font-size: 18px;
}

.tabs-navigation {
    padding: 0px 2%;
    background-image: url(../assets/Images/projects-page/images/project1.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center -233%;
    margin-top: 20vw;
}

.fade-out {
    opacity: 0;
    transition: opacity 0.3s ease-out;
}

.fade-in {
    opacity: 1;
    transition: opacity 0.3s ease-in;
}

/* ---- */
/* =============================== */
/* == Media starts here ======== */
/* =============================== */
/* ---- */

@media screen and (min-width: 768px) and (max-width: 1023px) {

    /* Foundation Section */
    .foundation-section {
        height: 90vh;
    }

    /* Section Header Styles */
    .intro h1 {
        font-size: 2.5em;
    }

    .clients-title {
        font-size: 1.2rem;
    }

    .clients-section {
        font-size: 1.2rem;
    }

    /* Highlighted Font */
    .highlighted-font {
        font-size: clamp(1.5rem, 3vw, 3rem);
        padding-right: 59vw;
    }

    /* Tabs Layout */
    .tabs {
        display: flex;
        justify-content: center;
        gap: 10px;
        flex-wrap: wrap;
        margin-bottom: 30px;
    }

    /* Tab Button Styles */
    .tab-btn {
        padding: 1vw 1vw;
        font-size: 1.5em;
        font-weight: bold;
        width: 49vw;
        font-family: 'Avenir';
    }

    /* Logo Section */
    .logo-top {
        position: absolute;
        width: 15vw;
        height: auto;
        object-fit: contain;
    }

    /* Font Sections */
    .font-sections {
        font-size: 1.0em !important;
        font-family: "Avenir", sans-serif !important;
        font-weight: bold !important;
        color: white !important;
    }

    /* Logo Text */
    .logo-text {
        position: absolute;
        bottom: 22vw !important;
        transform: translateY(100%);
        width: 17vw;
    }

    /* Title Item */
    .title-item p {
        font-size: 0.85em;
    }

    /* Description */
    .description {
        font-size: 0.7em;
        line-height: 1.3;
        padding-top: 0vw;
    }

    /* Bottom Section */
    .bottom {
        background-size: cover !important;
        background-position: center center !important;
        background-repeat: no-repeat !important;
        height: 100% !important;
        width: 107% !important;
        position: absolute !important;
        top: 41% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        border-radius: 5vw !important;
        overflow: hidden;
    }

    /* Tabs Navigation */
    .tabs-navigation {
        padding: 0px 2% !important;
        background-repeat: no-repeat !important;
        background-size: 140% !important;
        background-position: center 157% !important;
        margin-top: 20vw !important;
    }

    /* Top-right Section */
    .top-right {
        position: absolute !important;
        top: 26% !important;
        right: 9% !important;
        font-size: 1.0em !important;
        text-align: center !important;
        margin: -9vw !important;
        padding: 0vw !important;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1439px) {

    /* Foundation Section */
    .foundation-section {
        height: 65vh;
    }

    /* Section Header Styles */
    .intro h1 {
        font-size: 2.5em;
    }

    .clients-title {
        font-size: clamp(1.5rem, 3vw, 3rem);
    }

    .clients-section {
        font-size: 1.2rem;
    }

    /* Highlighted Font */
    .highlighted-font {
        font-size: clamp(1.5rem, 3vw, 3rem);
        padding-right: 60vw;
    }

    /* Tabs Layout */
    .tabs {
        display: flex;
        justify-content: center;
        gap: 10px;
        flex-wrap: wrap;
        margin-bottom: 30px;
    }

    /* Tab Button Styles */
    .tab-btn {
        /* padding: 1vw 2vw;
        font-size: 1.5em;
        font-weight: bold;
        width: 49vw !important; */
        padding: 1vw 5vw;
        font-size: 1.2em;
        font-weight: bold;
        /* width: 49vw !important; */
        font-family: 'Avenir';
    }

    /* Logo Section */
    .logo-top {
        width: 12vw;
        height: 12vw;
    }

    /* Font Sections */
    .font-sections {
        font-size: 1.1em !important;
        font-family: "Avenir", sans-serif !important;
        font-weight: bold !important;
        color: white !important;
    }

    /* Logo Text */
    .logo-text {
        left: 0vw;
        width: 25vw;
        position: absolute;
        bottom: 15vw !important;
        margin-bottom: 25%;
    }

    /* Title Item */
    .title-item p {
        font-size: 0.85em;
    }

    /* Description */
    .description {
        font-size: 0.9em;
        line-height: 1.3;
        padding-top: 0vw;
    }

    /* Bottom Section */
    .bottom {
        top: 48% !important;
        background-size: 105% !important;
        background-position: center 30% !important;
        height: 100% !important;
        width: 95% !important;
        position: absolute !important;
        top: 39% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        background-repeat: no-repeat !important;
    }

    /* Tabs Navigation */
    .tabs-navigation {
        background-size: 129% !important;
        background-position: center 234% !important;
    }

    /* Information Section */
    .information-section-one {
        width: 51%;
    }

    /* Button Title */
    .btn-title {
        font-size: 3rem;
        font-weight: bold;
        font-family: Avenir;
    }

    /* Clients Section */
    .clients_section {
        width: 50%;
        font-family: Avenir;
        font-size: 1.5rem;
    }

    .top-right {
        padding: 12px;
        margin-top: 1.5vw;
        align-items: flex-start;
    }

}

@media screen and (min-width: 1440px) and (max-width: 1920px) {

    /* Foundation Section */
    .foundation-section {
        height: 65vh;
    }

    /* Section Header Styles */
    .h1-innovation {
        font-size: 3.2em !important;
    }

    .h1-Section {
        font-size: 2.4em;
    }

    .h2-Section {
        font-size: 1.3em;
    }

    /* Information Section */
    .information-section-one {
        width: 51%;
    }

    .p-content {
        font-size: 0.5em;
    }

    /* Clients Section */
    .clients_section {
        width: 50%;
        font-family: Avenir;
        font-size: 1.7rem;
    }

    /* Tabs Layout */
    .tabs {
        display: flex;
        justify-content: center;
        gap: 20px;
        flex-wrap: wrap;
        margin-bottom: 30px;
    }

    /* Tab Button Styles */
    .tab-btn {
        padding: 1vw 5vw;
        font-size: 1.6em;
        font-weight: bold;
        font-family: 'Avenir';
    }

    /* Title Item */
    .title-item p {
        font-size: 0.85em;
    }

    /* Description */
       .description {
        font-size: 1.1em;
        line-height: 1.3;
        padding-top: 1vw;
    }

    .top-right {
        padding: 0vw;
        margin-top: 0vw;
        align-items: center;
    }
}

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

    .bottom{
        top:55% !important;
    }

    .logo-text {
        bottom: 9vw;
    }

    /* Font Sections */
    .font-sections {
        font-size: 1.3em;
    }

    .tabs-navigation {
        background-position: center 344%;
    }
}

@media screen and (max-width:767px){
    .Projects{
        display: none;
    }
    .Mobile-Projects{
        display: block;
    }


    .sec {
        position: relative;
    }

    .schedule-consultation button {
        padding: 8px 20px;
        font-size: 0.5rem;
    }
    .schedule-consultation {
        font-size: 0.6rem;
    }
    .title,
    .title h3 {
        font-size: 22px;
        color: #2b4d7a;
        font-weight: 700;
        line-height: 1.2em;
    }


    .title,
    .title h3 {
        font-size: 22px;
        color: #2b4d7a;
        font-weight: 700;
        line-height: 1.2em;
    }

    .owl-nav .owl-prev,
    .owl-nav .owl-next {
        top: 60%;
        position: absolute;
        border-radius: 40px !important;
        color: #ffffff;
        width: 40px;
        height: 40px;
        text-align: center;
    }

    .owl-nav .owl-prev {
        left: -5%;
    }

    .owl-nav .owl-next {
        right: -5%;
    }
  .min-height-footer{
        min-height: 16vh !important;
    }
  .iframe-height{
    width:100%; height: 78vh; border:none;
    }
    #staff .owl-nav .owl-prev i,
    .owl-nav .owl-next i {
        color: #fff;
        font-size: 20px;
        position: relative;
        left: 0px;
    }

    .box-b {
        padding: 15px;
        transition: 0.2s all ease-in-out;
        border-radius: 4px;
        cursor: pointer;
        color: white;
        height: auto;
        position: relative;
    }

    .box-b .box-img {
        margin-bottom: 15px;
    }

    .staff .box-img img {
        height: 145px;
        width: 145px;
        margin: auto;
        border-radius: 90px;
    }

    .box-b h3 {
        font-size: clamp(18px, 2vw, 18px) !important;
        color: #ffffff;
    }
  .explore-section{
        height: 18vh;
    }
    .box-b p {
        line-height: 1.4;
        font-size: clamp(15px, 2vw, 15px) !important;
    }
    .foundation-section {
        display: none;
    }
    .mobile-foundation-section {
        display: block;
        background-color: white;
        text-align: center;
        margin-top: 15%;
        /* margin-bottom: 15%; */
        height: 55vh;
    }
    .mobile-info-section-one {
        font-size: 20px;
        margin-bottom: 5%;
        font-family: "Avenir";
        margin-left: 15%;
        margin-right: 15%;
    }
    .mobile-info-section-two {
        font-size: 14px;
        margin-bottom: 5%;
        font-family: "Avenir";
        margin-left: 5%;
        margin-right: 5%;
    }
    .outer-container {
        position: relative;
        background-color: rgb(0 0 0);
        padding: 5px;
        bottom: 0vh;
        width: 100%;
        border-radius: 6vw;
        height: 93%;
        display: grid;
        grid-template-rows: 40% 60%;
        grid-template-columns: 39% 60%;
        width: 100%;
        min-height: 60vh;
    }

    .section-heading {
        /* margin: 0; */
        font-size: 12px;
    }
    .title-item {
        flex: 1;
    }

    .section-heading {
        /* margin: 0; */
        font-size: 12px;
    }
.explore-section{
        height: 18vh;
    margin-top : 35%;
    }

    .title-item p {
        margin: 5px 0 0;
        line-height: 1.6;
        word-wrap: break-word;
        min-height: 40px;
    }

    .logo-top {
        width: 100px;
        height: 100px;
    }
}
.projects-explore-our-work-section{
    background-color: #fff !important;
    display: block !important;
    height: 20vh !important;
    margin-top: 10% !important;
}

@media screen and (max-width: 380px) {
    .min-height-footer{
        min-height: 18vh !important;
    }

    .iframe-height{
      width:100%; height: 78vh; border:none;
    }

    .explore-section{
        height: 18vh;
      margin-top : 60%;
    }


    .foundation-section {
        background-color: rgb(255, 255, 255);
        height: 66vh;
    }
}