.aks-about-clean{
    padding:70px 0;
    background:#fff;
}

.back-to-top.active {
display: none;
}

.aks-clean-img{
    border-radius:24px;
    overflow:hidden;
    border:4px solid #f2dfb0;
    box-shadow:0 15px 40px rgba(0,0,0,0.08);
}

.aks-clean-img img{
    width:100%;
    height:540px;
    object-fit:cover;
    display:block;
}

.aks-clean-content{
    padding-left:50px;
}

.aks-clean-subtitle{
    color:#b8860b;
    font-size:15px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:1px;
    display:block;
    margin-bottom:18px;
}

.aks-clean-title{
    font-size:36px;
    line-height:1.12;
    font-weight:600;
    color:#111;
    margin-bottom:25px;
}

.aks-clean-text{
    font-size:17px;
    line-height:32px;
    color:#666;
    margin-bottom:18px;
}

.aks-clean-btn{
    display:inline-block;
    margin-top:15px;
    background:#b8860b;
    color:#fff;
    padding:16px 34px;
    border-radius:50px;
    text-decoration:none;
    font-weight:600;
    transition:0.3s;
}

.aks-clean-btn:hover{
    background:#111;
    color:#fff;
}

/* RESPONSIVE */

@media(max-width:991px){

    .aks-clean-content{
        padding-left:0;
        margin-top:40px;
        text-align:center;
    }

    .aks-clean-title{
        font-size:34px;
    }

}

@media(max-width:767px){

    .aks-about-clean{
        padding:40px 0;
    }
    .atf-site-branding img {
    max-width: 110px;
    height: auto;
}
.atf-site-header.atf-style1 {
     padding:  0; 
}
    
    .aks-clean-title {
    font-size: 20px;
    line-height: 1.25;
   }

    .aks-clean-text{
        font-size:16px;
        line-height:30px;
        text-align: left;
    }

    .aks-clean-img img{
        height:auto;
    }

    .aks-clean-btn{
        width:100%;
        text-align:center;
    }

}









	.atf_single_service {
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	.atf-service-area .row .fadeIn {
		margin-bottom: 20px !important;
	}
	
	
	.fee-chart-banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fcfaf5; /* Soft beige to match your site's background */
  border: 1px solid #c19b6c; /* Gold accent border */
  border-radius: 12px;
  padding: 40px 50px;
  margin: 50px auto; /* Centers the banner and adds space above/below */
  max-width: 1200px; /* Aligns with standard container widths */
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
  flex-wrap: wrap;
  gap: 20px;
}

.banner-content h2 {
  font-size: 32px;
  color: #1e253c; /* Dark blue matching your existing headers */
  margin-top: 0;
  margin-bottom: 12px;
  font-family: 'Playfair Display', Georgia, serif; /* Elegant serif font */
  font-weight: 600;
}

.banner-content p {
  font-size: 16px;
  color: #555555;
  margin: 0;
  font-family: Arial, sans-serif;
  line-height: 1.5;
}

.banner-action .download-btn {
  display: inline-block;
  background-color: #c19b6c; /* Gold color matching your site's buttons */
  color: #ffffff;
  padding: 16px 32px;
  font-size: 16px;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 600;
  font-family: Arial, sans-serif;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.banner-action .download-btn:hover {
  background-color: #a68459; /* Slightly darker gold on hover */
  transform: translateY(-2px); /* Slight lift effect */
  box-shadow: 0 4px 12px rgba(193, 155, 108, 0.3);
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
  .fee-chart-banner {
    flex-direction: column;
    text-align: center;
    padding: 30px 20px;
  }
  
  .banner-action {
    width: 100%;
    margin-top: 10px;
  }
  
  .banner-action .download-btn {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
}