@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');

 *{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body  {

    font-family: 'Roboto, sans-serif';
    line-height: 1.4;
    background-color: #f5f5f5;
}

a{
    text-decoration: none;
}
p{
    margin: 0.75rem 0;
}

/* Utility classes  */
.container{
    max-width: 1100px;
    margin: auto;
    padding: 0 2rem;
    overflow: hidden;

}
.text-center{
        text-align: left;}
.text-primary {
    color: #0a88f0;
    
}
.bg-light {
    background: #f4f4f4;
    color: #333;
    
}
.bg-dark {
    background: #333;
    color: #fff;

}
.l-heading{
    font-size: 4rem;
    margin-bottom: 0.75rem;
    line-height: 1.1;
}
.m-heading{
    font-size: 2rem;
    margin-bottom: 0.75rem;
    line-height: 1.1;
}

.lead{
    font-size: 1.3rem;
    margin-bottom: 2rem;
}
.py-1{padding: 1.5rem 0;}
.py-2{padding: 2rem 0;}
.py-3{padding: 3rem 0;}
.p-1{padding: 1.5rem ;}
.p-2{padding: 2rem ;}
.p-3{padding: 3rem ;}


.btn{
    display: inline-block;
    color: #fff;
    background: #0a88f0;
    padding: 0.5rem 2rem;
    border: none;
    border-radius: 5px;
}
.btn:hover{
    background: #0a88d0;
}
.btn-dark {
    background: #333;
    color: #fff;
}
.bg-primary{
    background: #0a88f0;
    color: #fff;
}
.list {
    margin: 0.5rem 0;
    list-style: none;

}
.list li {
    padding: 0.5rem 0;
    border-bottom: #444 dotted 1px;
}

/* Navbar */
#navbar{

    
    display: flex;
    position: sticky;
    top: 0;
    
    background: #333;
   color: #fff;
    justify-content: space-between;
    z-index: 1;
    padding: 1rem;
} 
#navbar ul {
    display: flex;
    align-items: center;
    list-style: none;
}
#navbar ul li a {
 color: #fff;
 padding: 0.75rem;
 margin: 0 0.25rem;
}

#navbar ul li a:hover {
    background: #0a88f0;
    border-radius: 5px;
} 

/* Showcase */
#showcase {
   /*height: 600px;*/
   height: 100vh;
}

 #showcase:before {
   
    content: '';
background: url('../img/mensShed1.jpg') no-repeat center center/cover;
            opacity: 0.9;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: -1;
            color:#fff;
            bottom: 0;
            top: 65px;
} 

#showcase .showcase-content {
    display: flex;
    flex-direction: column;
    text-align: center;
    text-shadow: 0.2rem 0.2rem 0.7rem black;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 0 2rem;
    color:#fff ;
    /* overlay
    position: absolute;
    top: 65px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.4); */
}
   

/* Section About this site */

/* What to do  */

#Opening .container .items .item #sd-img {
        
    size: 0.1rem;
    height: 5vh;
}

#Opening .items   {
    display: flex;
    padding: 1rem;

}
#Opening .items .item1{
    flex: 1;
    text-align: left;
    padding: 1rem;

}
#Opening .items .item1 i {
    background: #0a88d0;
    padding: 1rem;
    border-radius: 50%;
    margin-bottom: 1rem;

}
#Opening .items .item1 img {
    background: #0a88d0;
     padding: 0.3rem;
    border-radius: 10px;
    margin-bottom: 3rem; 
    

}

 #who {
    display: flex;
    width: 100%; /* Full width of the screen */
    
  }
  
  .who-img,
  .who-text {
    width: 50%; /* Each takes 50% of the screen */
    
  }
  
  .who-img img {
    width: 100%; /* Image scales to fill its container */
    height: auto; /* Maintain aspect ratio */
  }
  
  .who-text {
    padding: 20px; /* Add padding for spacing */
    box-sizing: border-box; /* Include padding in width calculation */
   
  }  
  
  

/* Uncomment this for area under Contact details. 
#clients .items .w-map  {
     width: 100%;
    height: 600px; 
} 
#clients .items{
    height: auto;
}
#clients {
    height: 700px;
}*/

/* Section: contact */
#contact{
    display: flex;
}

#contact .map , #contact .contact-form {
    flex: 1;
}
#conact .contact-form .form-group{
    margin: 075rem;
}
#contact  .contact-form label {
    display: block;
}

#contact .contact-form input,
#contact .contact-form textarea{
    width: 100%;
    padding: 0.5;
}
.btn-report {
    background-color: #007bff;
    color: white;
    font-size: 16px;
    font-family: 'Arial', sans-serif;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: all 0.3s ease;
  }
  
  .btn-report:hover {
    background-color: #0056b3;
    color: white; /* Ensure consistent text color */
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
  }
  
  .btn-report:focus {
    outline: none; /* Remove default browser outline */
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5); /* Custom focus ring */
  }
  
  .btn-report:active {
    background-color: #004085;
    transform: translateY(0);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  }
  dl {
    margin: 1rem 0;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 0 0.5rem 1rem;
}
