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;
    
}

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; 
}


/* start cont */

#cdiv{
        margin-top: 80px;
        background-color: #333;
        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;
        margin-inline: 14dvw;
}
#cdiv2{
         margin-bottom: 80px;
         margin-top: 60px;
        background-color: #333;
        background-color: #ffffff25;
        backdrop-filter: blur(2px);
        
        /* border-bottom : 1px solid #ffffff52;
        border-right: 1px solid #ffffff52; */
        box-shadow: 2px 2px 2px 0px #00000020;
        border-radius: 20px;
        margin-inline: 14dvw;
}
h2 {
    margin-top: 15px;
    padding-top: 20px;
    color: #f48635;
    text-decoration: #00000062 underline;
    padding-left: 2rem;
    display: flex;
    font-size: xx-large;    
}



#d{
    min-height: 485px;
    color: #271c12;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: start;
    gap: 5dvw;
    font-size: 20px;

}

#aa{
    padding-left: 20px;
}


.form-group {
    padding: 8px 8px 20px 20px;
    width: 30dvw;
    h3{
        margin-top: 0;
    }
    li{
        list-style: none;
        font-size: 18px;

    }
}

#cimage{
    display: flex;
    gap: 10px;
    padding-left: 18px;
    padding-top: 10px;
    img{
        width: 40px;
        aspect-ratio: 1 / 1;
        padding-right: 50px;
        cursor: pointer;
    }
}

.clickable {
  
    width: 30dvw;
    aspect-ratio: 1 / 1;

}

.map-box {
    
    width: 100%;
    height: 100%;
    border: none;
    cursor: pointer;
    border-radius: 20px;
      border: 1px solid #000;
}




/* end cont */


/* 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;
        }
        
    }




    #cdiv{
       
        
        margin-inline: 1rem;
        line-height: 1.5;
        font-size: 15px;
        h2{
            margin-top: 15px;
            padding-top: 0px;
            margin-bottom: 10px;
        }
        ul,ol{
            padding-inline-start: 20px;
        }
        #aa{
            padding-left: 0px;
        }
        .form-group{
            width: 75dvw;
            h3{
                margin-bottom: 11px;
            }
            li{
                font-size: 16px;
                padding-left: 22px;
            }
        }
        #cimage{
            img{
                padding-right: 35px;
            }
        }
        .clickable{
            width: 83dvw;
            aspect-ratio: 1 / 1;
            margin-bottom: 1rem;
        }
    }

    #cdiv2{
        margin-inline: 1rem;
        margin-bottom: 2rem;
    }

}