body{

    background-color: white;
    /* background-image: linear-gradient(  #fff , #ffffffc8, #ffffff51); */
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    font-family: 'Lucida Sans Unicode';
    height: 100vh;
    
    
    margin: 0px;
    padding: 0px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 16px;
    overflow-x: hidden;
}

h2{
    font-family: 'Monstserrat', sans-serif;
    color: #ff8a37;
    text-decoration: #00000062 underline;
}

p{
    font-family: 'Roboto', sans-serif;
}

a{
    font-family: 'Roboto', sans-serif;
    color: black;
}

a:visited{
    color: black;
}

a:hover{
    color: #fe6f09;
}

button{
    text-align: center;
    color: #f2f4f2;
    z-index: 9;
    border: none;
    height: 28px;
    border-radius: 10px;
    background: #2181fe;
    transition: 200ms ease-in-out;
}

button:hover{
    background: #f2f4f2;
    color: #020202;
    border: 1px solid #2181fe;
    scale: 1.05;
}

header{
    z-index: 21;
    margin-left: 0px;
    background-color: transparent;
    height: auto;
    top: 0;
    width: 100%;
    position: fixed;
    /* box-shadow: inset 0px 0px 200px 0px #fff; */
}

header.scrolled{
    background-color: transparent;
    opacity: 75%;
}

nav{
    background-color: #ffffff05;
    backdrop-filter: blur(4px);
    border-bottom: 1px solid #00000042;
    box-shadow: 2px 2px 2px 0px #00000020;
   
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    /* opacity: 75%; */
}


#logo{
    height: 45px;
    margin: 10px;
    border-radius: 8px;
    cursor: pointer;
}

#brand{
    display: flex;
    justify-content: start;
    justify-items: center;
    text-align: center;
    align-items: start;
    align-content: center;
    
   
}

#brand{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#open{  
        display: none;
        background-color: transparent;
        cursor: pointer;   
}
#open:hover{
    border: 1px solid transparent;
}
#close{
    display: none;
    background-color: transparent;
    cursor: pointer;   
}
#close:hover{
    border: 1px solid transparent;
}

#items ul{
  
    list-style: none;
    display: flex;
    margin: 0px;
    padding-inline-start: 0px;

}

#items .head{
        text-decoration: none;
        display: flex;
        font-size: 16px;
        padding: 16px 44px;
        color:black;
        
     
}

#items .head:hover{
    color: #fe6f09;
}

#items li{
    display: flex;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
    border-collapse: collapse;
    transition: 200ms ease-in;
    img{
        height: 20px;
        aspect-ratio: 1/1;
        margin-right: 10px;
    }
}

#items li:hover{
    
    border-right: 1px solid black;
    border-left: 1px solid black;


}

#uphr{
    border: 0px;
    margin-top: 0px;
}

#overlay{
    background-color: #000000a0;
    position: fixed;
    inset: 0;
    z-index: 9;
    display: none;
}

@keyframes fadeInSlideUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.animate-on-scroll {
    opacity: 0; 
    transform: translateY(30px); 
}


.animate-on-scroll.is-in-view {
    animation: fadeInSlideUp 0.8s ease-out forwards; 
}


/* Main Content Section */
.infrastructure-section {
    margin-top: 80px; /* Adjusted for fixed header */
    padding-block: 1rem;
}

/* Section Titles */
.infrastructure-section > h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-block: 30px;
    font-size: 28px;
    text-align: center;
}

/* Infrastructure Item Styling to match .sd from abt.css */
.infra-item {
    scroll-margin-top: 70px;
    display: flex;
    flex-direction: row;
    background-color: #ffffff25;
    backdrop-filter: blur(2px);
    border: 1px solid #000;
    /* border-bottom: 1px solid #ffffff52;
    border-right: 1px solid #ffffff52; */
    box-shadow: 2px 2px 2px 0px #00000020;
    border-radius: 20px;
    text-align: justify;
    flex-wrap: wrap;
    margin: 1rem 10rem;
    padding: 2rem;
    font-size: 18px;
    justify-content: center;
    align-items: center;
    color: #020202;
    line-height: 1.7;
    gap: 2rem;
}

.infra-text {
    flex: 1;
    min-width: 300px;
}

.infra-text ul {
    padding-inline-start: 20px;
    list-style-type: none;
    font-weight: 600;
}

.infra-text li {
    margin-bottom: 10px;
    ul{
        list-style-type: disc;
        font-weight: 300;
        
        font-size: medium;
        line-height: 15px;
        
    }

}

.infra-image {
    flex-shrink: 0;
}

.infra-image img {
    width: 450px;
    height: 300px;
            border-left : 1px solid #ffffffe2;
            border-top : 2px solid #ffffffe2;
            box-shadow: 2px 2px 2px 2px #00000050;
    border-radius: 15px;
    object-fit: cover;
    display: block;
}
/* .infra-image img:active {
    transform: scale(1.5);
    transition: transform 0.3s ease;
    position: static;
    z-index: 1000;
    box-shadow: 0px 0px 10opx 10px #fffefe77;
    
} */
/* Footer */
footer {
    background-color: #1a1c20; /* Darker footer background */
    padding: 50px 5%;
    border-top: 1px solid #333;
}

#foot {
    display: flex;
    flex-wrap: wrap; /* Allow wrapping on smaller screens */
    justify-content: space-between;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.tab {
    width: 100%; /* Default to full width for flexibility */
    border-collapse: collapse;
    
}

#ogtab {
    flex: 2; /* Takes more space */
    min-width: 300px; /* Minimum width for the table */
}

#ogtab td {
    padding: 30px 116px;
}

#ogtab td a {
    text-decoration: none;
    color: #ccc;
    font-size: 16px;
    transition: color 0.3s ease;
}

#ogtab td a:hover {
    color: #f48635;
}

#ef {
    flex: 1; /* Takes remaining space */
    min-width: 300px; 
    background-color: #0c0f16;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
}

#ft th {
    font-size: 22px;
    color: #f48635;
    padding-bottom: 20px;
}

#ft .td {
    padding: 10px 0;
    color: #ccc;
}

#ft .td1 {
    padding: 10px 0;
}

#ef label {
    display: block;
    margin-bottom: 5px;
    font-size: 15px;
    color: #ccc;
}

#ef input[type="text"],
#ef input[type="email"],
#ef textarea {
    width: calc(100% - 20px);
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #555;
    border-radius: 5px;
    background-color: #222;
    color: #ffffff;
    font-size: 15px;
}

#ef input[type="text"]:focus,
#ef input[type="email"]:focus,
#ef textarea:focus {
    outline: none;
    border-color: #f48635;
    box-shadow: 0 0 5px rgba(244, 134, 53, 0.5);
}

#msg-area {
    resize: vertical;
    min-height: 80px;
}

#sub {
    width: 100%;
    background-color: #f48635;
    color: #ffffff;
    border: none;
    padding: 12px 20px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
    text-transform: uppercase;
    margin-top: 10px;
}

#sub:hover {
    background-color: #e07a2ce8;
    color: black;
    transform: translateY(-2px);
}
#fl {
    background-color: #000;
    text-align: center;
    padding: 20px;
    font-size: 14px;
    color: #888;
}

#fl a {
    color: #f48635;
    text-decoration: none;
    transition: color 0.3s ease;
}

#fl a:hover {
    color: #ffffff;
}


@media(max-width: 900px){


   #open{
        display: block;
        padding-block: 0px;
        margin-bottom: 10px;
        img{
            height: 40px;
            aspect-ratio: 1/1;
        } 
    }
    #close{
        display: block;
    }

    #pt{
        margin: 0px 10px 0px 10px;
    }

    #pt2{
        margin: 0px 10px 0px 10px;
        
    }
   
    .box{
        height: 100px;
    }

    #items{
        position: fixed;
        top: 0;
        right: -100%;
        height: 100vh;
        width: min(250px, 100%);
        z-index: 20;
        background-color: #f48635f0;
        transition: all 300ms ease-out;
    }
    #items.show{
        right: 0;
    }

    #items.show ~ #overlay{
        display:block;
        
    }


    #items ul{
        width: 100%;
        flex-direction: column;
        margin-top: 10px;
        
    }

    #items li{
        margin-block: 5px;
        /* padding-left: 100px; */
        width: 100%;
        display: flex;
        justify-content: center;
        
    }
    footer{
        padding: 15px 15%;
    }
       #foot{
        height: auto;
        justify-content: center;
        
        gap: 20px;
        
        tr{
            display: flex;
            flex-direction: column;
        }
        td{
            padding-left: 0px;
            width: 100%;
            padding: 0px;
        }

        form{
            margin-right: 0px;    
        }

        textarea{
            width: 165px;
        }
    }

    #ogtab{
        td{
            padding-block: 12px;
        }
    }

    #fl{
        p{
            font-size: 10px;
        }
        
    }





    .infra-item{
        padding-inline: 2rem;
        margin-inline: 1rem;
        line-height: 1.5;
        font-size: 15px;
        ul,ol{
            padding-inline-start: 20px;
        }

        .infra-image img{
            width: 330px;
            height: 210px;
         
        }

    }

}