*{
  padding: 0;
  margin: 0;
  text-decoration: none;
  color: #000;
  font-family: ;
}

body{
  
  font-family: 'proxima-nova', sans-serif;


  background-color: whitesmoke;
}

nav{
  top: 0;
  height: 3rem;
  z-index: 1;
position: fixed;
justify-content: center;
 align-items: center;
font-size: 1.5rem;
padding-right: 10rem;
padding-left: 10rem;
/* padding: 0 18rem; */
  box-sizing: border-box;
  width: 100%;
  background-color: #ffffff;
  border-bottom: 3px solid rgb(95, 93, 93);
  display: flex;
  justify-content: space-between;
  
}



nav .logo-link  a{
  color: #ffffff;

border: none;
padding: 0.5rem 2rem;

}



/* ------------------------logo---------------- */

.weblogo{
  top: 0.8rem;
  left: 8rem;
  padding: 0;
 z-index: 10;
 position: fixed;
  width: 0rem;
  height: 0rem;
  background-color: whitesmoke;
}



.weblogo span{
   width: 0rem;
  height: 0rem;
  border: 2px solid white;
  border-radius: 1rem;
  background-color: black;
  padding: 0.7rem 0.1rem;
  margin: 0rem 1rem;
  block-size: 13rem;
}




.weblogo span:nth-of-type(2){
  width: 0rem;
  height: 0rem;
  background-color: gren;
  transform: rotate(90deg);
  display: block;
  padding: 1rem 0.1rem;
  top: -1.8rem;
  left: 1.5rem;
  margin: 0;
  position: relative;
  
  
}


  

.weblogo span:nth-of-type(3){
  width: 0rem;
  height: 0rem;
  padding: 0.5rem 0.1rem;
  background-color: gren;
  tranform: rotate(135deg);
  display: block;
  top: -3.5rem;
  left: 1.8rem;
  margin: 0;

  position: relative;
  
}

.weblogo #logo-text{
  margin: 0;
  font-family: Avenir;
  margin-left: 2rem;
  top: -4rem;
  left: 1rem;
  position: relative;
  font-weight: bold;
}
/* ------------------------------- */



nav form input{
 border: 3px solid rgb(97, 96, 96);
 
  margin: 0 0.3rem;
  padding: 0.5rem;
width: 20rem;
height: 2rem;
}

input{
    left: 9rem;
  color: #000;
}





.menuicon {
 
  display: none;
  position: relative;
  float: right;
  /* top: 10px;
  right: 10px; */
  cursor: pointer;
  z-index: 4;
}
.menuicon span {
  display: block;
  width: 30px;
  height: 3px;
  background-color: #333;
  margin-bottom: 5px;
  transition: all 0.3s ease;
}


.menuicon.active span:nth-child(1) {
  transform: rotate(45deg) translate(6px, 5px);
  
}

.menuicon.active span:nth-child(2) {
  opacity: 0;
}

.menuicon.active span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -5px);
  
}


nav ul {

  padding: 0;
  display: flex;
  list-style: none;
}

nav ul li{
  color: #000000;

padding: 0 0.5rem;
font-weight: bold;

}




nav ul li a .material-symbols-outlined{
  display: none;
align-items: center;
border: 1px solid red;
padding: 0;
margin: 0;
}

nav .nav a{
  color: #000000;
  padding-right: 100%;
  
}

nav .nav a:hover{
 
  color: #3f3e3e;
}

.overlay{
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0, 0.1);
  display: none;
  z-index: 2;
}

/*                        */
.blogcontent{
  width: 35rem;
  margin-top: 3rem;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 1rem;
  background-color: white;
  box-shadow: -webkit-box-shadow: -1px -1px 19px 4px rgba(0,0,0,0.75);
  -moz-box-shadow: -1px -1px 19px 4px rgba(0,0,0,0.75);
  box-shadow: -1px -1px 19px 4px rgba(0,0,0,0.75);
}

.singlecontent{
padding: 1rem;
margin-bottom: 1rem;

}


.pagename h2{
  float: left;
  margin-top: 1rem;
  margin-left: 2rem;
  position: fixed;
}

.blogcontent img{
  width: 100%;
}

.blogcontent .title {
  border-bottom: 1px solid #ccc;
  color: #313131;
  line-height: 1.75;
  padding: 10px; /* adds some space around the title */
  background-color: #FFFFFF; /* white background */
  text-align: center; /* centers the title */
  font-size: 24px; /* increases font size */
  font-weight: bold; /* makes font bold */
}


.blogcontent .snippet {
  border-bottom: 1px solid #ccc;
  line-height: 1.75;
  padding: 10px; /* adds some space around the snippet */
  background-color: #ffffff; /* light gray background */
  font-size: 16px; /* sets font size */
  color: #313131;
}

.blogcontent .body {
  font-family: 'Merriweather', serif;
  border-bottom: 1px solid #ccc;
  padding: 10px; /* adds some space around the snippet */
  background-color: #ffffff; /* light gray background */
  font-size: 20px; /* sets font size */
  color: #141414;
}



/* --------------------------------- */
.blogcontent .body p {
  font-size: 1.05rem; /* Slightly larger for easier reading */
  line-height: 1.75; /* Good vertical spacing */
  margin-bottom: ; /* Space between paragraphs */
  /* color: #333; Soft black for better contrast */
  font-family: "Georgia", serif; /* More natural for long-form reading */
}


.blogcontent .body ul {
  padding-left: 1.5rem; 
  margin-bottom: 1rem; 
  list-style-type: disc; 
}

.blogcontent .body ul li {
  margin-bottom: 0.6rem; 
  line-height: 1.5;
}
/* --------------------------------------- */



.blogcontent .singlecontent .body a{
color: #055a81;
text-decoration: underline;
}



.blogcontent .read {
  float: right;
  background-color: #055a81; /* blue background */
  color: #FFFFFF; /* white text color */
  padding: 6px 36px;
  /* border-bottom: 1rem solid rgb(255, 0, 0);  */
  cursor: pointer; /* changes cursor to a pointing hand */
  font-size: 16px; /* sets font size */


}

.blogcontent .read:hover {
  background-color: #006da3; /* darker blue on hover */
}

form button{
  padding: 1rem;
  float: right;
  align-items: center;
  border: 1px solid rgb(105, 104, 104);
}

 .dn-btn{
   padding: 1rem;
  float: right;
  align-items: center;
  border: 1px solid rgb(105, 104, 104);
  position: relative;
  z-index: 3;
}

 .lt-btn{
  float: left;
  padding: 6px 16px;
  cursor: pointer; /* changes cursor to a pointing hand */
  font-size: 16px; /* sets font size */




  align-items: center;
  border: 1px solid rgb(105, 104, 104);
}

.search-btn{
  background-color: whitesmoke;
  padding: 0.5rem;
  float: right;
  align-items: center;
  border: 1px solid rgb(105, 104, 104);

}



/* ----------Related Content------------ */
.related-content {
  background-color: #f7f7f7;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
   padding-top: 2rem;
   height: 100%;
}



.related-content h1 {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 10px;
}

.related-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.related-content li {
  margin-bottom: 20px;
}

.related-link {
  text-decoration: none;
  color: #493939;
  font-weight: bold;

  
}

.related-image {
  float: left;
  margin-right: 20px;
  margin-top: 1rem;
}

.related-image img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 10px;
}

.related-info {
  overflow: hidden;

}

.related-info h3 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 5px;
}

.related-info p {
  font-size: 14px;
  color: #666;
   text-align: center;
}


/* ------------------ */
.pt-crt{
  margin: auto 1rem;
}

.pt-crt #display-image{
  background-color: #fff;
}

.pt-crt .text-editor{
  border: 3px solid black;
  background-color: #fff;
}

.pt-crt button{
  cursor: pointer;
}


/* -------------------------- */
.abt-content{
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-right: 3rem;
  padding-left: 3rem;
  /* height: 100%; */
margin-bottom: 1rem;
}
.abt{
  position: relative;
top: -5rem;
}

.abt-logo{
margin-bottom: 3rem;
  height: 20rem;
  width: 20rem;
  /* border: 1px solid red; */
  font-size: 1rem;
}

.abt-logo img{
width: 15rem;
height: 20rem;
/* border: 10px solid green; */
display: flex;
justify-content: center;
}


/* ------------------------logo---------------- */

.abt-logo{
 bottom: -3rem;

  padding: 0;
 position: relative;
  width: 0rem;
  height: 16rem;
}

.abt-logo .l-spn{

}


.abt-logo span{
  
   width: 0rem;
  height: 0rem;
  border: 4px solid white;
  border-radius: 1rem;
  background-color: black;
  padding: 4rem 0.4rem;
  margin: 0rem 1rem;
  block-size: 13rem;
}




.abt-logo span:nth-of-type(2){
  width: 0rem;
  height: 0rem;
  background-color: gren;
  transform: rotate(90deg);
  display: block;
  padding: 4rem 0.4rem;
  top: -5rem;
  left: 3rem;
  margin: 0;
  position: relative;
  
  
}


  

.abt-logo span:nth-of-type(3){
  width: 0rem;
  height: 0rem;
  padding: 2rem 0.4rem;
  /* background-color: gren; */
  /* tranform: rotate(135deg); */
  display: block;
  top: -12rem;
  left: 4rem;
  margin: 0;

  position: relative;
  
}

.abt-logo #logo-text{
  margin: 0;
  font-family: Avenir;
  margin-left: 2rem;
  top: -11rem;
  left: 5rem;
  font-size: 2rem;
  position: relative;
  font-weight: bold;
}
/* ------------------------------- */

/* ------------------------------- */

.con-prompt{

  display: block;
}

.con-prompt label{
display: block;
padding: 1rem 1rem;

position: relative;
}

.con-prompt input{
 margin-left: 0.5rem;
width: 100%;
height: 2rem;
padding: 0.5rem;
}

.con-prompt textarea{
  margin-left: 0.5rem;
 width: 100%;
 height: 6rem;
 padding: 0.5rem;
margin-bottom: 1rem;
}

.con-prompt button{
  margin-bottom: 1rem;
  padding: 0.5rem;
  text-align: center;
cursor: pointer;
position: relative;
}

.contact-info{
  margin-top: 1rem;
  
}
  
/* ------------------------------ */




footer{
  text-align: center;
  color: whitesmoke;
}


/* Mobile devices (small screens, 0-767px) */
@media only screen and (max-width: 767px) {
  /* nav {
    height: 2.5rem;
    padding-right: 2rem;
    padding-left: 2rem;
  } */
  .blogcontent{
    width: auto;
    margin: 3rem 0;
    margin-top: 3rem;
    background-color: white;
    box-shadow: none;
  }

    .blogcontent .singlecontent .body{
      font-size: 1rem;
    }
 
  .pagename h2 {
    display: none;
  }
  .related-content {
padding-top: 2rem;
    padding: 1rem;
    height: 150%;
  } 

  .related-image img {
    width: 50px;
    height: 50px;
  }
  .singlecontent{
    padding: 1rem 0;
    margin-bottom: 1rem;
    }

    .pagename h2{
      display: none;
    }
}

/* Tablet devices (medium screens, 768-1023px)  done */
@media only screen and (min-width: 768px) and (max-width: 849px) {

  .blogcontent{
    width: 35rem;
    margin: 3rem auto;
    margin-top: 2rem;
    background-color: white;
    box-shadow: -webkit-box-shadow: -1px -1px 19px 4px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px -1px 19px 4px rgba(0,0,0,0.75);
    box-shadow: -1px -1px 19px 4px rgba(0,0,0,0.75);
  }
  .pagename h2 {
    
    display: none;
  }
  .related-content {
    padding: 2rem;
  }
  .related-image img {
    width: 75px;
    height: 75px;
  }
}

@media only screen and (min-width: 850px) and (max-width: 1123px) {

  nav ul li {
    padding: 0 0.5rem;
  }
  .blogcontent{
    width: 35rem;
    margin: 3rem auto;
    margin-top: 2rem;
    background-color: white;
    box-shadow: -webkit-box-shadow: -1px -1px 19px 4px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px -1px 19px 4px rgba(0,0,0,0.75);
    box-shadow: -1px -1px 19px 4px rgba(0,0,0,0.75);
  }

  .pagename h2 {
    top: 4rem;
    font-size: 1.5rem;
    margin-left: 1.5rem;
    
  }
  .related-content {
    padding: 2rem;
  }
  .related-image img {
    width: 75px;
    height: 75px;
  }
}



/* Desktop devices (large screens, 1024-1279px) */
@media only screen and (min-width: 1124px) and (max-width: 1279px) {


  .blogcontent{
    width: 35rem;
    margin: 3rem auto;
    margin-top: 2rem;
    background-color: white;
    box-shadow: -webkit-box-shadow: -1px -1px 19px 4px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px -1px 19px 4px rgba(0,0,0,0.75);
    box-shadow: -1px -1px 19px 4px rgba(0,0,0,0.75);
  }
  .pagename h2 {
    top: 4rem;
    font-size: 1.5rem;
    margin-left: 3rem;
    
  }
  .related-content {
    padding: 3rem;
  }
  .related-image img {
    width: 100px;
    height: 100px;
  }
}

/* Responsive for nav */

@media only screen and (min-width: 1001px) and (max-width: 1300px) {

   nav {
    height: 3rem;
    padding-right: 4rem;
    padding-left: 4rem;
  }

  nav ul li {
    padding: 0 0.5rem;
  } 
 
  nav form input{
    padding: 0.5rem;
    width: 20rem;
    height: 2rem;
    margin-right: -2rem;
    
    }

        .weblogo{
          top: 0;
          left: 3rem;
margin-top: 0.5rem;
  

}
    
  
}

@media only screen and (min-width: 880px) and (max-width: 1000px) {
 
  nav {
    height: 4rem;
    padding-right: 1rem;
    padding-left: 1rem;
  }

    .weblogo{

  left: 0.6rem;
margin-top: 0.5rem;
}




  nav #nav-ul li {
    padding: 0 0.5rem;
  } 
 
    nav form input{
      padding: 0.5rem;
    width: 16rem;
    height: 2rem;
    margin-right: -9rem;
    
    }

}



@media only screen and (min-width: 540px) and (max-width: 879px) {

  nav {
    height: 4rem;
    padding-right: 1rem;
    padding-left: 1rem;
  }

    .weblogo{

  left: 0.6rem;
margin-top: 0.5rem;
}


  nav #nav-ul {
    position: fixed;
    right: -300px;
    top: 0;
    height: 100%;
    padding-top: 3rem;
    background-color: white;
    display: block;
    width: 300px;
    z-index: 2;
  } 
 
  nav #nav-ul.active {
    
    right: 0;
 
  } 

  nav ul li {
    margin: 5px;
    padding: 20px 20px;
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
    border-bottom: 1px solid rgb(146, 146, 146);
  }



  nav ul li:hover{
    background-color: whitesmoke;
  }
  
 
    nav form input{
      padding: 0.5rem;
    width: 16rem;
    height: 2rem;
    
    }

    nav  #menuicon{
      
        right: 0;
       
      display: block;
     
      }

      .overlay.active{
      
        display: block;
       
      }


  
}

  



  

@media only screen and (min-width: 351px) and (max-width: 539px) {
 
    nav {
    height: 4rem;
    padding-right: 1rem;
    padding-left: 1rem;
  }

    .weblogo{

  left: 0rem;
margin-top: 0.5rem;
}

.weblogo #logo-text{
  font-size: 0.8rem;

} 


  nav #nav-ul {
    position: fixed;
    right: -300px;
    top: 0;
    height: 100%;
    padding-top: 3rem;
    background-color: white;
    display: block;
    width: 300px;
    z-index: 2;
  } 
 
  nav #nav-ul.active {
    
    right: 0;
 
  } 

  nav ul li {
    margin: 5px;
    padding: 20px 20px;
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
    border-bottom: 1px solid rgb(146, 146, 146);
  }



  nav ul li:hover{
    background-color: whitesmoke;
  }
  
 
    nav form input{
      padding: 0.5rem;
    width: 12rem;
    height: 2rem;
    margin-right: -0.6rem;
    
    }

    nav  #menuicon{
      
        right: 0;
       
      display: block;
     
      }

      .overlay.active{
      
        display: block;
       
      }

footer{
  margin-top: 2rem;
  text-align: center;
  color: whitesmoke;
}



  
}





@media only screen and (min-width: 0px) and (max-width: 350px) {
 
    nav {
    height: 4rem;
    padding-right: 1rem;
    padding-left: 1rem;
  }

    .weblogo{

  left: 0rem;
margin-top: 0.5rem;
}

.weblogo #logo-text{
  font-size: 0.7rem;

} 


  nav #nav-ul {
    position: fixed;
    right: -300px;
    top: 0;
    height: 100%;
    padding-top: 3rem;
    background-color: white;
    display: block;
    width: 300px;
    z-index: 2;
  } 
 
  nav #nav-ul.active {
    
    right: 0;
 
  } 

  nav ul li {
    margin: 5px;
    padding: 20px 20px;
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
    border-bottom: 1px solid rgb(146, 146, 146);
  }



  nav ul li:hover{
    background-color: whitesmoke;
  }
  
 
    nav form input{
      padding: 0.5rem;
    width: 10rem;
    height: 2rem;
    margin-right: -0.6rem;
    
    }

    nav  #menuicon{
      
        right: 0;
       
      display: block;
     
      }

      .overlay.active{
      
        display: block;
       
      }



  
}