/* =========================================================
   GLOBAL RESET & BASE STYLES
   ========================================================= */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


body{
    background-color: burlywood;
}







/* =========================================================
   NAVIGATION BAR
   ========================================================= */
nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 20vh;
    padding: 1rem 3%;

    position: sticky;
    top: 0;
    z-index: 1000;

    background: white;
    border-bottom: 1px solid rgb(179, 214, 243);
    backdrop-filter: blur(30px);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
}

/* Logo */
.Logo {
    width: 6rem;
    border-radius: 10px;
}

/* Desktop navigation links */
.nav-links {
    list-style: none;
    display: flex;
    gap: 2rem;
    padding: 2rem;
}

.nav-links li a {
    text-decoration: none;
    color: black;
    font-size: 1.2rem;
    font-weight: 500;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    letter-spacing: 1px;
    transition: 0.1s ease-out;
}

.nav-links li a:hover {
    border-bottom: 2px solid brown;
    background-color: aliceblue;
    padding: 1rem;
}

/* =========================================================
   MOBILE SIDEBAR MENU
   ========================================================= */
.sidebar {
    position: fixed;
    top: 0;
    right: 0;

    width: 250px;
    height: 100vh;

    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;

    padding: 2rem;
    list-style: none;

    background-color: rgba(255, 255, 255, 0.39);
    backdrop-filter: blur(30px);
    box-shadow: -10px 0 10px rgba(0, 0, 0, 0.1);
    z-index: 999;
}

.sidebar li a {
    text-decoration: none;
    color: black;
    font-size: 1.2rem;
    font-weight: 500;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    letter-spacing: 1px;
    transition: 0.1s;
}

.sidebar li a:hover {
    padding: 1rem;
    background-color: rgb(115, 115, 139);
}

/* Hamburger menu icon */
.menu {
    margin: 1.3rem;
}



.main {
    height: 70vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../Images/dt2.jpg);
}




.hero-section {
    width: 100%;
    position: absolute;
}


.p1 {
    margin-top: 5%;
    margin-left: 21%;
    position: relative;
    font-size: 50pt;
    font-weight: 1000;
   font-family: 'Times New Roman', Times, serif;
    font-weight: 100%;
    letter-spacing: 0.5rem;
    color: rgb(233, 233, 247);
}


.request{
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 25pt;
    color: aliceblue;
    background-color: red;
    border-radius: 30px;
    width: 300px;
    margin-left: 35%;
  
}

.request:hover {
    background-color: rgb(101, 201, 204);
    border: 2px solid gray;
    transition: 0.3s ease-in;
     padding: 1rem;

}


.request:active{
    background-color: rgb(101, 201, 204);
    border: 2px solid gray;
    transition: 0.3s ease-in;
     padding: 2rem;

}





.section2 {
    width: 80%;
    margin: auto;
    text-align: center;
    margin-top: -10%;
}

.p3 {
    color: #0a0a0a;
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 22px;
    padding: 10px;
}

.h3 {
    text-align: center;
    font-weight: 600;
    margin: 10px 0;
}

/* Columns */
.row {
    display: flex;
    justify-content: space-between;
}

.col {
    flex-basis: 31%;
    background: rgb(139, 98, 98);
    border-radius: 12px;
    padding: 20px 12px;
    margin-bottom: 5%;
}

.list{
    width: 200px;
    margin-left: 15%;
}

.list ul{
    color: rgb(238, 144, 144);
    font-size: 25pt;
    text-decoration: underline;
    text-transform: uppercase;
}
.list li{
    color: red;
    font-size: 1.2rem;
    font-weight: bolder;
}



.footer{
    width: 100%;
    text-align: center;
    
    position: relative;
    padding: 7px;
    background-color: rgb(36, 29, 21);

}

.footer h4{
    margin-bottom: 5px;
    margin-top: 5px;
    font-weight: 600;
    color: blanchedalmond;
    
}

.footer p{
    color: blanchedalmond;

}


.p5{
    margin-right: 85%;
    color: blanchedalmond;

}


.Logo2{
    width: 6rem;
    border-radius: 10px;
  margin-left:80%;
  margin-top: -10%;
    
}

















@media(max-width:700px ){

    .hideOnMobile{
        display: none;
    }

    .sidebar li a:hover{
     padding: 0.3rem;
     background-color: rgb(115, 115, 139);     

}
  .sidebar li a:active{
     padding: 0.3rem;
     background-color: rgb(115, 115, 139);     

}

.sidebar{
    width: 300px;
    height: 300vh;
}

.menu{
    height: 20px;
    width: 20px;
}

nav,.main,.footer{
    width:740px;
}

.row{
    display: grid;
    margin-left: 10%;
}

.list{
    display: grid;
    margin-left: 27%;
}


.p3{
    font-size: 14pt;
}

}

@media(max-width:650px){
    .row{
      width: 500px;
      margin-left: 17%;
    }

.p1{
     margin-left: 20%;
     font-size: 33pt;
     margin-top:30%;

}


.p3{
    font-size: 14pt;
}

}




@media(max-width:440px){
    .row{
      width: 500px;
      margin-left: 26%;
    }

.p1{
     margin-left: 15%;
     font-size: 28pt;
     margin-top:40%;

}
.request{
    margin-left: 50%;
}

.p3{
    font-size: 14pt;
}

}







 @media(min-width:970px ){

    .menu{
        display: none;
    
 }
}