/* 
 Theme Name:   di-blog-child
 Theme URI:    
 Description:  
 Author:       
 Author URI:   
 Template:     di-blog
 Version:      1.0

 /* == Add your own styles below this line ==
--------------------------------------------*/

.section-one{
    margin-top: 60px;
}




.section-n {
    margin-top: 50px;
    background: linear-gradient(to right, rgba(219, 171, 83, 0.151), rgba(235, 159, 67, 0.137)); 
    padding: 20px;
    border-radius: 10px;
    color: #5c4a4a;
    font-family: Arial, sans-serif;
}

.section-n h2, 
.section-n h3 {
    margin-bottom: 10px;
    font-weight: bold;
    color: #48616d;
}

.section-n p {
    margin-bottom: 15px;
}
.section-n h3{
    margin-top: 20px;
    color: #48616d;
}

.section-n ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    list-style-type: none ;
    color: #48616d;
}

.section-n ul li {
    background-color: rgba(255, 140, 0, 0.192); 
    padding: 15px;
    margin-bottom: 5px;
    border-radius: 5px;
    transition: background-color 0.3s ease; 
    list-style-type: none !important;
}

.section-n ul li:hover {
    background-color: rgba(240, 204, 160, 0.342); 
}





.section-two{
    margin-top: 60px;
    text-align: center;
}
.section-two h2 {
    font-size: 28px;
    font-family: 'Arial', sans-serif;
    color: #5a2d82; 
    margin-bottom: 20px;
}

.box-content {
    background-color: #eed693;   
    padding: 20px;               
    border-radius: 10px;         
    box-shadow: 0 4px 8px rgba(95, 3, 3, 0.671); 
    font-family: 'Verdana', sans-serif;
    color: #333;                 
    border: 1px solid #ddd;      
    height: 100%;               
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}



.section-three {
    margin-top: 60px;
    background-color: #f4f4f9; 
    padding: 20px;            
    border-radius: 15px;       
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.678); 
}

.section-three h2 {
    color: #5a2d82;            
    font-family: 'Arial', sans-serif;
    margin-bottom: 30px;
}

.section-three h3 {
    color: #1a73e8;            
    font-family: 'Georgia', serif; 
    margin-top: 30px;
    transition: color 0.3s ease, transform 0.3s ease; 
    text-transform: uppercase;  
}

.section-three h3:hover {
    color: #e91e63;            
    transform: scale(1.05); 
}

.section-three p {
    color: #555;           
    font-family: 'Verdana', sans-serif;
    line-height: 1.6;      
    margin-bottom: 20px;
}

.section-three img {
    border-radius: 10%;      
    transition: transform 0.3s ease; 
}

.mainlogooutr {
    padding-top: 18px!important;
    padding-bottom: 18px!important;

}



.section-n p i {
    color: #6f42c1; 
    margin-right: 8px; 
    font-size: 2em; 
    vertical-align: middle; 
}



.page-error {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 80vh;
    text-align: center;
}
  .page-error .error-heading {
    font-size: 36px;
  }
  .error-heading {
    font-size: 40px;
    margin-bottom: 1rem;
  }
  
  .error-text {
  
    margin-bottom: 2rem;
  }
  
  .error-link {
    padding: 0.75rem 1.5rem;
    background-color: #4232c2;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
  }
  
  .error-link:hover {
    background-color: #b198ec;
    color: #fff;
  }





  h1{
    font-size: 32px!important;
  }
  h2{
    font-size: 28px!important;
  }
  h3{
    font-size: 25px!important;
  }


  @media (max-width: 768px) {
    h1{
      font-size: 28px!important;
    }
    h2{
      font-size: 26px!important;
    }
    h3{
      font-size: 24px!important;
    }
  }
  
  
  