.header .logo img {
    max-height: 57px!important; 
    height:57px!important;
   margin-right: 8px;
}
.comman-btn{
    background-color: #b71928;
    padding:10px 15px;
    color:#fff;
}
#constructions-2{
    padding-top:0!important;
}
.cta-section {
    position: relative;
    width: 100%;
    height: 60vh; /* Full screen height */
    background: url('../img/cta-bg.webp') no-repeat center center/cover;
  }
.cta-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8); /* Semi-transparent overlay */
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .cta-content {
    text-align: center;
    color: #fff;
    padding: 20px;
    max-width: 800px;
  }
  
  .cta-content h1 {
    font-size: 3rem;
    margin-bottom: 20px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8); /* Adds a shadow for better readability */
  }
  
  .cta-content p {
    font-size: 1.2rem;
    margin-bottom: 30px;
    line-height: 1.6;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
  }
  
  .cta-button {
    display: inline-block;
    padding: 15px 30px;
    background-color: #b71928;
    color: white;
    font-size: 1rem;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  }
  
  .cta-button:hover {
    background-color: #b71928;
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.3);
  }
  @media (min-width: 991px) {
    .about .inner-title {
        max-width: 65%;
        margin: 0 0 20px 0!important;
    }
}
.page-title {
    color: var(--default-color);
    background-color: var(--background-color);
    background-size: cover;
    background-position: center bottom!important;
    background-repeat: no-repeat;
    padding: 160px 0 60px 0;
    text-align: center;
    position: relative;
}