/*------Home UD------*/

.under-development-badge {
    position: fixed;          
    top: 100px;
    right: 20px;

    padding: 8px 16px;        
    border: 2px solid #73fa05;
    background-color: transparent;   
    
    color: #ff0505;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;

    border-radius: 4px;      
    z-index: 9999;
    font-family: "Poppins", Arial, sans-serif;
}


.under-development-badge:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

@media (max-width: 768px) {
    .under-development-badge {    top: auto;    bottom: 20px;    right: 12px;    font-size: 11px;    padding: 8px 14px;    letter-spacing: 0.08em;    }
}





/*------Home Page---------*/

* {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}

.container {
    padding: 1rem 5rem;
    margin: auto;
}

.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.btnFlex {
    display: flex;
    gap: 5px;
    justify-content: center;
    align-items: center;
}

.header {
    min-height: 100vh;
    width: 100%;
    background-image: linear-gradient(rgba(4, 9, 30, 0.7), rgba(4, 9, 30, 0.7)), url(images/banner1.png);
    background-position: center;
    background-size: cover;
    position: relative;
    overflow-x: hidden;
}

/* .headerSecond {
    overflow-X: hidden;
    height: fit-content;
    width: 100%;
    background-image: linear-gradient(rgba(4, 9, 30, 0.7), rgba(4, 9, 30, 0.7)), url(images/banner1.png);
    background-position: center;
    background-size: cover;
    position: relative;
} */

.navbar {
    /* width: 100%; */
    max-width: 1500px;
    margin: auto;
    /* border-bottom: 1px solid #ccc; */
}

nav {
    display: flex;
    padding: 2% 6%;
    justify-content: space-between;
    align-items: center;
}

nav img {
    width: 70px;
}

.nav-links {
    flex: 1;
    text-align: right;
    z-index: 99;
}

.nav-links ul li {
    list-style: none;
    display: inline-block;
    padding: 8px 12px;
    position: relative;
    cursor: pointer;
}

.nav-links ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}

.nav-links ul li::after {
    content: '';
    width: 0%;
    height: 2px;
    background: #488b66;
    display: block;
    margin: auto;
    transition: 0.5s;
}

.nav-links ul li:hover::after {
    width: 100%;
}

/* navbar Dropdown menu */
.nav-links ul li.dropdown {
    position: relative;
    transition: all 0.3s ease;
}

.nav-links ul li .dropdown-content {
    display: none;
    position: absolute;
    background: white;
    transition: all 0.3s ease;
    width: 230px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
    top: 100%;
    left: 0;
    border-radius: 3px;
    text-align: left;
}

.nav-links ul li .dropdown-content li {
    list-style: none;
    width: calc(100% - 22px);
}

.nav-links ul li .dropdown-content a {
    color: black;
    padding: 8px 8px;
    text-decoration: none;
    display: block;
    transition: all 0.3s ease;
}

/* Show dropdown on hover */


.nav-links ul li.dropdown:hover .dropdown-content {
    display: block;
}


/* Optional: hover effects */



.nav-links ul li .dropdown-content a:hover {
    background-color: #f1f1f1;
    transition: all 0.3s ease;
}

/* .....text box........ */
.text-box {
    width: 100%;
    max-width: 1500px;
    margin: auto;
    height: 100%;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 22rem;
    align-items: center;
}

.text-boxx {
    width: 100%;
    max-width: 1500px;
    margin: auto;
    padding: 1rem 0 3rem 0;
    height: fit-content;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.textBox-inner {
    background: transparent;
    text-align: center;
}

.text-box h1 {
    font-size: 62px;
}

.text-box img {
    width: 50%;
}

.text-box p {
    margin: 10px 0 40px;
    font-size: 15px;
    color: #fff;
}

.hero-btn {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    padding: 12px 34px;
    font-size: 17px;
    background: transparent;
    position: relative;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    border-radius: 5px;
}

.hero-btn:hover {
    border: 1px solid rgb(119, 130, 141);
    background: seagreen;
    transition: all 0.5s ease-in-out;
}

nav .fa {
    display: none;
}

@media screen and (max-width: 2040px) {
    .text-box {
        gap: 10rem;
    }
}

@media screen and (max-width: 1920px) {
    .text-box {
        gap: 12rem;
    }

}

@media screen and (max-width: 1850px) {
    .text-box {
        gap: 10rem;
    }
}

@media screen and (max-width: 1024px) {
    .textBox-inner {
        padding: 0 1rem;
    }
}

@media(max-width: 768px) {
    .text-box img {
        width: 150px;
        /* adjust this as needed */
        height: auto;
        display: block;
        margin: 0 auto;
        font-size: 20px;
    }

    .nav-links ul li {
        display: block;
    }

    .nav-links {
        position: fixed;
        background: seagreen;
        height: 100vh;
        width: 200px;
        top: 0;
        right: -200px;
        text-align: left;
        z-index: 2;
        transition: 1s;
    }

    nav .fa {
        display: block;
        color: #fff;
        margin: 10px;
        font-size: 22px;
        cursor: pointer;
    }

    .nav-links ul {
        padding: 10px;
    }
}



/*-------Home Organization-----*/
/* .overview {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 50px;
}

.text-section0 {
    text-align: justify;
    font-size: 20px;
    padding: 50px;
}

.text-section0 h1 {
    color: #f44336;
    padding: 15px;
}

.text-section0 p {
    text-align: justify;
    padding: 20px;
}

.section1 {
    justify-content: center;
    margin-top: 80px;
}

.section1 img {
    max-width: 700px;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 700px;
} */

.overview {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 50px;
    align-items: start;
    padding: 20px;
    max-width: 1500px;
    margin: auto;
}

.text-section0 {
    text-align: justify;
    font-size: 20px;
}

.text-section0 h1 {
    color: #f44336;
    padding: 15px 0;
    font-size: 28px;
}

.text-section0 p {
    line-height: 1.6;
}

.section1 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
}

.section1 img {
    width: 100%;
    max-width: 700px;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Responsive Breakpoints */
@media (max-width: 1440px) {
    .text-section0 {
        font-size: 16px;
    }
}

@media (max-width: 1024px) {
    .overview {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .section1 {
        margin-top: 40px;
    }

    .text-section0 {
        font-size: 18px;
    }

    .text-section0 h1 {
        font-size: 24px;
    }
}

@media (max-width: 600px) {
    .overview {
        padding: 0 10px;
    }

    .text-section0 {
        font-size: 16px;
    }

    .text-section0 p {
        padding: 0;
    }

    .text-section0 h1 {
        font-size: 20px;
        text-align: center;
    }

    .section1 {
        margin-top: 20px;
    }
}



/*------------------------------*/


/*------Home Project------*/


.Home-Project {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.slide-container1 {
    position: relative;
    width: 1500px;
    height: 900px;
    /* border: 3px solid #ede6d6;
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.2); */
}

.slide-container1 .slides1 {
    width: 100%;
    height: calc(100% - 40px);
    position: absolute;
    overflow: hidden;
}

.slide-container1 .slides1 img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
}

.slide-container1 .slides1 img:not(.active) {
    top: 0;
    left: -100%;
}

@media(max-width: 500px) {
    .slides1 {
        flex-direction: column;
    }
}

.pro {
    margin: 10px auto;
    width: 80%;
    border-radius: 10px;
    text-align: center;
    padding: 10px 0;
}

.pro .hero-btn {
    display: inline-block;
    text-decoration: none;
    color: #17bdf0;
    border: 2px solid #ffffff;
    padding: 5px 30px;
    font-size: 20px;
    background: transparent;
    position: relative;
    cursor: pointer;
}

.pro .hero-btn:hover {
    border: 2px solid #4b4949;
    background: seagreen;
    transition: 0.5s;
}



/*------------------------------*/

.cta {
    margin: 2rem auto 2rem auto;
    max-width: 1500px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(images/Cox_Masterplan3.png);
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    text-align: center;
    padding: 30px 0;
}

.cta h4 {
    color: #fff;
    margin: 60px 0 15px 0;
    padding: 0;
}

/*------------------------------*/


/*------footer------*/
@media(max-width: 700px) {
    .row1 {
        flex-direction: column;
    }
}

.fotter {
    width: 100%;
    text-align: center;
    padding: 25px 0 0 0;
    background-color: #062838;
    color: #e0edef;

}

.fotter h4 {
    margin-bottom: 25px;
    margin-top: 20px;
    font-weight: 600;
}

.fotter p {
    font-family: monospace;
    font-weight: 500;
    font-size: 14px;
}

/* .icons {
    margin: 0 13px;
    cursor: pointer;
    padding: 15px 0;
}

.icons img {
    width: 20px;
    padding: 0 20px;
} */

.fa-globe {
    color: #f44336
}

/*------------------------------*/





/* For desktops and laptops (width < 1200px) */
@media (max-width: 1200px) {
    .container {
        padding: 1rem 1rem;
    }

    .slide-container1 {
        width: 100%;
        height: 45rem;
    }

    .section1 img {
        width: 100%;
        max-width: 700px;
    }

    .cta {
        margin: 2rem auto 1rem auto;
    }
}

/* For tablets (width < 992px) */
@media (max-width: 992px) {

    .text-section {
        padding: 20px;
        font-size: 18px;
    }

    .section1 img {
        max-width: 100%;
        width: 90%;
    }

    .text-box h1 {
        font-size: 40px;
    }

    .text-box img {
        width: 80%;
    }
}

/* For landscape phones and small tablets (width < 768px) */
@media (max-width: 768px) {
    nav {
        padding: 10px 20px;
    }

    .nav-links ul li {
        padding: 10px 0;
    }

    .text-box h1 {
        font-size: 32px;
    }

    .hero-btn {
        padding: 10px 20px;
        font-size: 15px;
    }

    .slide-container1 {
        width: 100%;
        height: 30rem;
    }

    .pro .hero-btn {
        padding: 5px 20px;
        font-size: 16px;
    }
}

/* For phones (width < 576px) */
@media (max-width: 576px) {
    .text-section {
        font-size: 16px;
        padding: 10px;
    }

    .section1 img {
        width: 100%;
    }

    .text-box h1 {
        font-size: 28px;
    }

    .text-box img {
        width: 100%;
    }

    .cta h1 {
        font-size: 22px;
        padding: 10px;
    }

    .slide-container1 {
        width: 100%;
        height: 28rem;
    }

    .slide-container1 .slides1 img {
        width: 100%;
        height: 100%;
        position: absolute;
        object-fit: fill;
    }

    .fotter h4 {
        font-size: 16px;
    }
}

/* For very small devices (width < 400px) */
@media (max-width: 400px) {
    .text-box h1 {
        font-size: 22px;
    }

    .text-box p {
        font-size: 13px;
    }

    .hero-btn,
    .pro .hero-btn {
        padding: 8px 15px;
        font-size: 14px;
    }
}

/*------------------------------*/








/*------OUR SERVICES------*/
.sub-header11 {
    height: fit-content !important;
    width: 100%;
    background-image: linear-gradient(rgba(4, 9, 30, 0.7), rgba(4, 9, 30, 0.7)), url(images/Service.png);
    background-position: center;
    background-size: cover;
    text-align: center;
    color: #fff3f3;
}

.sub-header11 h1 {
    padding: 10px;
}

.SERVICES {
    width: 95%;
    margin: auto;
    text-align: center;
    padding-top: 28px;
}



.services-text {
    max-width: 1500px;
    margin: auto;
}

.SERVICES h1 {
    font-size: 42px;
    font-weight: 600;
    color: #488b66;
}


.services-col img {
    width: 300px;
}

.SERVICES p {
    Color: #080808;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    padding: 10px;
}

.row {
    max-width: 1500px;
    margin: auto;
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 30px;
    padding: 20px;
    align-items: start;
}

.roww {
    max-width: 1500px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    padding: 20px;
    align-items: start;
}

.mv-section {
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 1.7;
}

.section12 img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

/* Responsive: stack columns on smaller screens */
@media (max-width: 768px) {
    .row {
        grid-template-columns: 1fr;
        padding: 0px;
    }

    .section12 img {
        width: 100%;
        margin: auto;
    }
}

.services-col {
    flex-basis: 20%;
    background: #fff3f3;
    border-radius: 5px;
    margin-bottom: 5%;
    padding: 12px 3px;
    box-sizing: border-box;
}

h3 {
    text-align: center;
    font-weight: 600;
    margin: 10px 0;
}



.Client-container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 300px;
    /* spacing between text and image */
}


.text-section {
    text-align: justify;
    font-size: 22px;
    margin: auto;
}

.text-section h1 {
    color: #f44336;
    padding: 25px 15px 0 15px;
    text-decoration: underline;
    text-underline-offset: 5px;
}

.image-section2 {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.image-section2 img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
    /* you can adjust width as needed */
}



/* ---------- Responsive for Tablets (768px to 1024px) ---------- */
@media (max-width: 1024px) {
    /* .row {
        flex-direction: column;
        align-items: center;
    } */

    .services-col {
        flex-basis: 80%;
        margin-bottom: 30px;
    }

    .Client-container {
        flex-direction: column;
        gap: 40px;
    }

    .image-section2 img {
        width: 90%;
    }

    .text-section {
        font-size: 20px;
        padding: 0 15px;
    }

    .sub-header11 h1 {
        font-size: 28px;
    }
}

/* ---------- Responsive for Mobile Devices (up to 767px) ---------- */
@media (max-width: 767px) {
    /* .row {
        flex-direction: column;
        align-items: center;
    } */

    .services-col {
        flex-basis: 100%;
        margin-bottom: 20px;
    }

    .Client-container {
        flex-direction: column;
        gap: 30px;
        padding: 0 10px;
    }

    .text-section {
        font-size: 18px;
        padding: 0 10px;
    }

    .text-section h1 {
        font-size: 22px;
        padding: 10px;
    }

    .image-section2 img {
        width: 100%;
        height: auto;
    }

    .sub-header11 h1 {
        font-size: 24px;
        padding: 8px;
    }

    .SERVICES h1 {
        font-size: 32px;
    }

    .SERVICES p {
        font-size: 13px;
    }
}

/* ---------- For Very Small Screens (up to 480px) ---------- */
@media (max-width: 480px) {
    .text-section {
        font-size: 16px;
    }

    .sub-header11 {
        height: auto;
        /* padding: 20px 0; */
    }

    .sub-header11 h1 {
        font-size: 20px;
    }

    .SERVICES h1 {
        font-size: 28px;
    }

    .services-col img {
        width: 100%;
    }
}

/*------------------------------*/







/*-------GSBD TEAM-----*/
/* .sub-header {
    height: fit-content;
    width: 100%;
    background-image: linear-gradient(rgba(4, 9, 30, 0.7), rgba(4, 9, 30, 0.7)), url(images/About.png);
    background-position: center;
    background-size: cover;
    text-align: center;
    color: #fff3f3;
} */
.sub-header {
    min-height: fit-content;
    /* or try min-height: 50vh; */
    width: 100%;
    background-image: linear-gradient(rgba(4, 9, 30, 0.7), rgba(4, 9, 30, 0.7)), url(images/banner1.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    color: #fff3f3;
}

/* sidebar */
.about-content {
    max-width: 1500px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 5px;
    margin-top: 3rem;
}

.project-section {
    max-width: 1500px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 5px;
    margin-top: 1rem;
}

.sidebar {
    width: 250px;
    /* background: #007b8f; */
    padding: 20px;
    color: white;
    /* min-height: 100vh; */
}

.sidebar button {
    display: block;
    width: 100%;
    margin-bottom: 5px;
    padding: 10px;
    background: #03895e;
    color: white;
    border: none;
    text-align: left;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.sidebar .opacity {
    opacity: 0.5;
}

.sidebar button:hover {
    background: #04361e;
    transition: all 0.3s ease;
}

.sidebar button.active {
    background: #04361e;
    font-weight: bold;
}

.content {
    flex: 1;
    padding: 0 10px 0 10px;
}

.content1 {
    flex: 1;
    padding: 0 10px 0 10px;
}

.team-section {
    display: none;
}

.team-section.active {
    display: block;
}

.profile {
    display: flex;
    /* align-items: center; */
    padding: 0 0 10px 0;
    margin: 0 0 30px 0;
    gap: 20px;
    border-bottom: 1px solid #ccc;
}

.profile-des {
    margin-top: 10px;
    color: rgb(32, 32, 32) !important;
    font-weight: 300 !important;
    text-align: justify;
}

.profile img {
    width: 150px;
    height: fit-content;
    border-radius: 10px;
}

.profile h2 {
    margin: 0;
    padding: 0;
}

.profile p {
    color: #007b8f;
    font-weight: bold;
    /* margin-top: 5px; */
    padding: 0;
}

/*------------------------------*/


/* ------- Responsive Design ------- */

/* Medium Devices (Tablets, 768px to 1024px) */
@media screen and (max-width: 1024px) {
    .about-content {
        grid-template-columns: 1fr 2fr;
        gap: 10px;
        margin-top: 1rem;
    }

    .project_content {
        grid-template-columns: 1fr 2fr;
        gap: 10px;
        margin-top: 1rem;
    }

    .sidebar {
        width: 90%;
        padding: 10px;
    }

    .sidebar1 {
        width: 95% !important;
        padding: 10px;
    }

    .profile {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .profile img {
        width: 120px;
    }
}

/* Small Devices (Phones, less than 768px) */
@media screen and (max-width: 768px) {
    .about-content {
        display: block;
    }

    .project_content {
        display: block !important;
    }

    .sidebar {
        width: 97%;
        margin-bottom: 20px;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
        justify-items: center;
        align-items: center;
    }

    .sidebar button {
        font-size: 14px;
        padding: 8px;

    }

    .sidebar1 {
        width: 97%;
        margin-bottom: 20px;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
        justify-items: center;
        align-items: center;
    }

    .sidebar1 button {
        font-size: 14px;
        padding: 8px;

    }

    .content {
        padding: 0;
    }

    .content1 {
        padding: 0;
    }

    .profile {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .profile img {
        width: 100px;
    }

    .profile h2 {
        font-size: 18px;
    }

    .profile-des {
        font-size: 14px;
        padding: 0 10px;
    }
}

/* Extra Small Devices (e.g. very small phones) */
@media screen and (max-width: 480px) {
    .sub-header {
        height: fit-content;
        font-size: 14px;
        /* padding: 10px; */
    }

    .sidebar {
        width: 95%;
        margin-bottom: 20px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        justify-items: center;
        align-items: center;
    }

    .sidebar button {
        font-size: 10px;
    }

    .sidebar1 {
        width: 95% !important;
        margin-bottom: 20px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        justify-items: center;
        align-items: center;
    }

    .sidebar1 button {
        font-size: 10px;
    }
}

@media screen and (max-width: 320px) {

    .sidebar button {
        font-size: 9px;
    }

    .sidebar1 button {
        font-size: 9px;
    }
}

/*------------------------------*/




/*-------Organization-----*/
.sub-header0 {
    height: fit-content;
    width: 100%;
    background-image: linear-gradient(rgba(4, 9, 30, 0.7), rgba(4, 9, 30, 0.7)), url(images/Organize.png);
    background-position: center;
    background-size: cover;
    text-align: center;
    color: #fff3f3;
}

.section01 {
    display: flex;
    justify-content: center;
    margin: 50px 0;
}

.section01 img {
    max-width: 800px;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 800px;
    /* you can adjust width as needed */
}

/*------------------------------*/


/*-------Mission-----*/
.sub-header22 {
    height: fit-content;
    width: 100%;
    background-image: linear-gradient(rgba(4, 9, 30, 0.7), rgba(4, 9, 30, 0.7)), url(images/Mission.png);
    background-position: center;
    background-size: cover;
    text-align: center;
    color: #fff3f3;
}

.sub-header33 {
    height: fit-content;
    width: 100%;
    background-image: linear-gradient(rgba(4, 9, 30, 0.7), rgba(4, 9, 30, 0.7)), url(images/road.png);
    background-position: center;
    background-size: cover;
    text-align: center;
    color: #fff3f3;
}

.mv-section {
    text-align: justify;
    font-size: 16px;
}

.mv-section h1 {
    color: #24d1a6;
    padding-right: 50px
}


.section12 {
    display: flex;
    margin-top: 50px;
}

.section12 img {
    /* max-width: 800px; */
    height: auto;
    border-radius: 10px;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
    /* width: 800px; */
    /* you can adjust width as needed */
}


/*------------------------------*/


/*------------- Responsive Design Media Queries -------------*/

/* For tablets and smaller desktops (width ≤ 1024px) */
@media (max-width: 1024px) {

    .section01 img {
        width: 90%;
    }

    .mv-section {
        font-size: 16px;
        padding: 0 20px;
    }

    .section12 {
        display: flex;
        margin-top: 0;
    }
}

/* For mobile devices (width ≤ 768px) */
@media (max-width: 768px) {

    .sub-header0,
    .sub-header22,
    .sub-header3,
    .sub-header33 {
        height: fit-content;
        background-position: center;
        font-size: 16px;
    }

    .section01 {
        flex-direction: column;
        align-items: center;
        margin-top: 0px;
    }

    .section01 img {
        width: 90%;
    }

    .mv-section {
        font-size: 16px;
        padding: 0 15px;
    }
}

/* For very small devices (width ≤ 480px) */
@media (max-width: 480px) {

    .sub-header0,
    .sub-header22,
    .sub-header3,
    .sub-header33 {
        height: fit-content;
        font-size: 14px;
    }

    .mv-section {
        font-size: 16px;
        padding: 0 0;
    }

    .section01 img {
        width: 100%;
        max-width: 100%;
    }
}

/*------------------------------*/







/*-------Contact---------*/
.sub-header2 {
    height: fit-content;
    width: 100%;
    background-image: linear-gradient(rgba(4, 9, 30, 0.7), rgba(4, 9, 30, 0.7)), url(images/Contact.png);
    background-position: center;
    background-size: cover;
    text-align: center;
    color: #fff3f3;
}

.Location {
    width: 80%;
    max-width: 1500px;
    margin: auto;
    padding: 40px 0;
}

.Location iframe {
    width: 100%;
    border-radius: 5px !important;
}

.Contact-us {
    width: 80%;
    max-width: 1500px;
    margin: auto;
}

.contactCard {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    padding: 0;
    /* max-width: 1500px; */
    margin: auto;
}

.contact-col {
    /* flex-basis: 48%; */
    margin-bottom: 30px;

}

.contact-col div {
    display: flex;
    align-items: center;
    margin-bottom: 40px;

}

.contact-col div .fa {
    font-size: 28px;
    color: #f44336;
    margin: 10px;
    margin-right: 30px;
}

.contact-col div p {
    padding: 0;
}

.contact-col div h5 {
    font-size: 16px;
    margin-bottom: 5px;
    color: #555;
    font-weight: 400;
}

.contact-col input,
.contact-col textarea {
    width: 93%;
    padding: 15px;
    margin-bottom: 17px;
    outline: none;
    border: 1px solid #ccc;
}

.submit {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;

    font-size: 17px;
    background: fixed;
    position: relative;
    cursor: pointer;
    border: 1px solid rgb(119, 130, 141);
    background: seagreen;
    transition: 0.5s;
    padding: 12px 34px;
}

/*------------------------------*/



/* ---------- Tablets (768px to 1024px) ---------- */
@media (max-width: 1024px) {

    .Location,
    .Contact-us {
        width: 90%;
        padding: 60px 0;
    }

    .contact-col {
        flex-basis: 100%;
    }

    .contact-col input,
    .contact-col textarea {
        font-size: 16px;
    }

    .submit {
        font-size: 16px;
        padding: 10px 28px;
    }

    .sub-header2 h1 {
        font-size: 28px;
    }
}

/* ---------- Mobile Devices (up to 767px) ---------- */
@media (max-width: 767px) {
    .Location,
    .Contact-us {
        width: 95%;
        padding: 0 0;
        margin-top: 2rem;
    }


    .contact_order {
        order: 2;
    }

    .contact_order2 {
        order: 1;
    }

    .contact-col {
        flex-basis: 100%;
        margin-bottom: 0px;
    }


    .contact-col div {
        border: 1px solid #ccc;
        border-radius: 5px;
        gap: 10px;
        margin-bottom: 1.5rem;
        padding: 10px ;
    }

    .contact-col div span {
        margin: auto;
    }

    .contact-col div .fa {
        margin: 0 auto 10px auto;
    }

    .contact-col h5 {
        font-size: 18px;
    }

    .contact-col input,
    .contact-col textarea {
        font-size: 15px;
    }

    .submit {
        font-size: 15px;
        padding: 10px 26px;
    }

    .sub-header2 {
        height: fit-content;
        /* padding: 20px 0; */
    }

    .sub-header2 h1 {
        font-size: 24px;
    }
}

/* ---------- Small Mobile Screens (up to 480px) ---------- */
@media (max-width: 480px) {
    .contact-col div {
        flex-direction: column;
        align-items: flex-start;
        text-align: center;
    }

    .contact-col input,
    .contact-col textarea {
        font-size: 14px;
        padding: 12px;
    }

    .submit {
        font-size: 14px;
        padding: 10px 22px;
    }

    .sub-header2 h1 {
        font-size: 20px;
    }
}

/*------------------------------*/






/*--------Career------*/
.sub-header4 {
    height: fit-content;
    width: 100%;
    background-image: linear-gradient(rgba(4, 9, 30, 0.7), rgba(4, 9, 30, 0.7)), url(images/Career.png);
    background-position: center;
    background-size: cover;
    text-align: center;
    color: #fff3f3;
}

.career {
    padding: 0;
}

.career h4 {
    max-width: 700px;
    margin: auto;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
}

.career-col {
    max-width: 900px;
    margin: 0px auto;
}

.apply-box {
    max-width: 700px;
    padding: 0 40px 40px 40px;
    margin: 0px auto;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: #19657e;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    background-image: linear-gradient(rgba(4, 9, 30, 0.7), rgba(4, 9, 30, 0.7)), url(images/Carrer_background1.png);
}

.apply-box h1 {
    color: #e2edef;
}

.title-small {
    font-size: 20px;
}

.form-contaier {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 55px;
}

.form-control {
    display: flex;
    flex-direction: column;
    color: #e0edef;
}

label {
    font-size: 15px;
    margin-bottom: 5px;
}

input,
select,
textarea {
    padding: 6px 10px;
    border: 1px solid#ccc;
    border-radius: 4px;
    font-size: 15px;
}

input:focus {
    outline-color: royalblue;
}

.button-container {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}

button {
    background-color: #e2edef;
    border: transparent solid 8px;
    color: red;
    border-radius: 12px;
}

@media(max-width: 700px) {
    .career-col {
        flex-direction: column;
    }
}

/*------------------------------*/



/*------PROJECTS------*/


.sub-header3 {
    height: fit-content;
    width: 100%;
    background-image: linear-gradient(rgba(4, 9, 30, 0.7), rgba(4, 9, 30, 0.7)), url(images/Project_Cover.png);
    background-position: center;
    background-size: cover;
    text-align: center;
    color: #fff3f3;
}

.sub-header3 i {
    color: #ffffff;
}

/* sidebar1 */
.project_content {
    max-width: 1500px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 5px;
    margin-top: 3rem;
}

.sidebar1 {
    width: 250px;
    /* background: #007b8f; */
    padding: 20px;
    color: white;
    /* min-height: 100vh; */
}

.sidebar1 button {
    display: flex;
    width: 100%;
    margin-bottom: 5px;
    padding: 10px;
    background: #03895e;
    color: white;
    border: none;
    text-align: left;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.sidebar1 .opacity {
    opacity: 0.5;
}

.sidebar1 button:hover {
    background: #04361e;
    transition: all 0.3s ease;
}

.sidebar1 button.active {
    background: #04361e;
    font-weight: bold;
}


.project-section {
    display: none;
}

.project-section.active {
    display: block;
}


.project {
    /* display: flex; */
    align-items: center;
    /* padding-right: 150px; */
    margin: 0 0 30px 0;
    gap: 20px;
    border-bottom: 1px solid #ccc;
    text-align: justify;


}

.project h1 {
    text-align: center;
    color: #007b8f;
}

.project h2 {
    margin: 0;
    padding: 0;
    text-align: justify;
}

.project p {
    color: #4b4949;
    margin-top: 5px;
    padding: 20px;
    margin-left: 0px;
    text-align: justify;
}

.project-col {
    flex-basis: 48%;
    padding: 25px 2px;
    gap: 30px;
}

.slide-container {
    position: relative;
    width: 100%;
    height: 600px;
    /* border: 3px solid #ede6d6; */
    /* box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.2); */
    /* margin-top: 200px; */
}

.slide-container .slides {
    width: 100%;
    height: calc(100% - 40px);
    position: relative;
    overflow: hidden;
}

.slide-container .slides img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
}

.slide-container .slides img:not(.active) {
    top: 0;
    left: -100%;
}

span.next,
span.prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 14px;
    color: #eee;
    font-size: 24px;
    font-weight: bold;
    transition: 0.5s;
    border-radius: 3px;
    user-select: none;
    cursor: pointer;
    z-index: 1;
}

span.next {
    right: 20px;
}

span.prev {
    left: 20px;
}

span.next:hover,
span.prev:hover {
    background-color: seagreen;
    opacity: 0.8;
    color: #ffffff;
}

.dotsContainer {
    position: absolute;
    bottom: 5px;
    z-index: 3;
    left: 50%;
    transform: translateX(-50%);
}

.dotsContainer .dot {
    width: 5px;
    height: 5px;
    margin: 0px 2px;
    border: 3px solid #bbb;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    transition: background-color 0.6s ease;
}

.dotsContainer .active {
    /* background-color: #555; */
    background-color: seagreen;
}

/* se more btn */
.see-more {
    display: inline-block;
    text-decoration: none;
    color: seagreen;
    border: 1px solid seagreen;
    padding: 12px 34px;
    font-size: 17px;
    background: transparent;
    position: relative;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    border-radius: 5px;
}

.see-more:hover {
    border: 1px solid rgb(119, 130, 141);
    background: seagreen;
    color: white;
    transition: all 0.5s ease-in-out;
}

/* project 2 slide*/
.SC {
    position: relative;
    width: 800px;
    height: 600px;
    border: 3px solid #ede6d6;
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.2);
}

.SC .slides01 {
    width: 100%;
    height: calc(100% - 40px);
    position: relative;
    overflow: hidden;
}

.SC .slides01 img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
}

.SC .slides01 img:not(.active) {
    top: 0;
    left: -100%;
}




/* footer */
.footer-container {
    max-width: 1500px;
    overflow-x: hidden;
}

.footer-container p {
    width: 100%;
}

.fIcon {
    text-decoration: none;
}

.footer-social {
    margin: 20px 0;
}

.footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #222;
    width: 35px;
    height: 35px;
    margin-right: 10px;
    border-radius: 50%;
    border: 1px solid #f44336;
    color: #bbb;
    font-size: 15px;
    transition: background 0.3s ease, color 0.3s ease;
}

.footer-social a:hover {
    background: #f44336;
    color: #fff;
}

.footer-text {
    border-top: 2px solid #f44336;
    padding: 10px 0 0 0;
}


/* Responsive Design */
@media (max-width: 768px) {
    .project_content {
        margin-top: 1rem;
    }

    .sidebar1 {
        padding: 0px;
        margin: auto;
    }

    .project p {
        padding: 20px 0;
    }

    .career {
        padding: 0px 20px;
    }

    .apply-box {
        padding: 0 12px 40px 12px;
    }

    .footer-social {
        justify-content: center;
    }
}






/* Project Body Button */





@keyframes next1 {
    from {
        left: 0%
    }

    to {
        left: -100%;
    }
}

@keyframes next2 {
    from {
        left: 100%
    }

    to {
        left: 0%;
    }
}

@keyframes prev1 {
    from {
        left: 0%
    }

    to {
        left: 100%;
    }
}

@keyframes prev2 {
    from {
        left: -100%
    }

    to {
        left: 0%;
    }
}





@media(max-width: 700px) {
    .project {
        flex-direction: column;
    }
}


/* Responsive Breakpoints */
@media (max-width: 1024px) {
    .section4-item {
        flex: 1 1 calc(33.333% - 30px);
    }

    .see-more {
        padding: 5px 20px;
        font-size: 12px;
    }
}

@media (max-width: 768px) {
    .section4-item {
        flex: 1 1 calc(50% - 30px);
    }
}

@media (max-width: 480px) {
    .section4-item {
        flex: 1 1 100%;
    }

    .text-box {
        gap: 6rem;
    }
}

/*------------------------------*/