 .container-fluid {
     width: 98%;
 }

 .banner__four {
     position: relative;
     z-index: 1;
     overflow: hidden;
     padding: 150px 0 0 0;
 }

 .about__image img {
     width: 100%;
     max-width: 620px;
     height: auto;
     object-fit: cover;
     /* border-radius: 1rem; */
     /* softer corners */
     box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
     display: block;
     margin: 0 auto;
 }


 .about__content h2 {
     font-weight: 700;
     color: #222;
 }

 .about__content p {
     color: #555;
     line-height: 1.8;
 }

 .btn-primary {
     background-color: #0052cc;
     border-color: #0052cc;
     transition: all 0.3s ease-in-out;
 }

 .btn-primary:hover {
     background-color: #003d99;
     border-color: #003d99;
 }

 /* .swiper {
        width: 100%;
        height: 120px;
    }*/

 .swiper-slide {
     display: flex;
     justify-content: center;
     align-items: center;
     /* background: #f8f7f0; */
     border-radius: 10px;
 }

 .brand-logo {
     max-width: 100%;
     max-height: 100%;
     object-fit: contain;
 }

 .py-5 {

     margin-top: 100px;
 }

 .banking {
     margin-top: 50px;
     margin-bottom: 20px;
     padding-bottom: 30px;
     padding-top: 20px;
 }

 .associate {
     margin-top: 20px;
     margin-bottom: 20px;
     padding-bottom: 30px;
     padding-top: 20px;
 }

 .section-padding {
     padding: 20px 0px;
 }


 @media (max-width: 767px) {
     .banner__four-content h1 {
         font-size: 45px;
         line-height: 70px;
     }
 }

 @media (max-width: 745px) {
     .banner__four-content h1 {
         font-size: 45px;
         line-height: 70px;
     }
 }

 @media (max-width: 915px) {
     .banner__four-content h1 {
         font-size: 48px;
         line-height: 70px;
     }
 }

 /* whole page */

 /* floating Buttons - START */
 .floating-buttons {
     position: fixed;
     bottom: 20px;
     left: 20px;

     display: flex;
     flex-direction: column;
     gap: 10px;
     z-index: 999;
 }

 .floating-buttons a {
     display: flex;
     align-items: center;
     justify-content: center;
     width: 50px;
     height: 50px;
     border-radius: 50%;
     text-decoration: none;
     color: white;
     font-size: 24px;
     box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
     transition: transform 0.2s;
 }

 .floating-buttons a:hover {
     transform: scale(1.1);
 }

 .call-btn {
     background-color: blue;
     /* Green for call */
 }

 .whatsapp-btn {
     background-color: #25D366;
     /* WhatsApp green */
 }

 /* floating Buttons - END */

 .services__four-image{
     margin-right: 0px;
     margin-top: 35px;
 }