
        .custom-card {

            border: none;
            border: none;
            transition: transform 0.3s ease;
        }


        .card-img-container {
            border-radius: 30px;
            overflow: hidden;
        }
        .card-img-container-richard{
          border-radius: 30px;
        }

        .card-img-container img {
            transition: transform 0.5s ease;

        }

        .custom-card:hover .card-img-container img {
            transform: scale(1.1);
        }

        .card-body .btn {
            padding: 0;
            color: #e0811b;
            font-weight: 700;
            font-size: larger;
        }

        

        .slide-overlay::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
            z-index: 1;
        }

        .slide-overlay>.slide__content {
            position: relative;
            z-index: 2;
        }

        .whatsapp-icon {
            position: fixed;
            bottom: 100px;
            right: 20px;
            z-index: 1000;
        }

        .Phone-icon img {
            width: 70px;
        }

        .Phone-icon {
            position: fixed;
            bottom: 100px;
            z-index: 1000;
        }

        .whatsapp-icon img {
            width: 70px;
        }

        .widget_content p{
            font-size: 12px;
        }

        /* Preloader full-screen */
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100vw;
  background: #ffffff; /* Change to your background color */
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Logo animation */
#preloader img {
  width: 100px;
  height: auto;
  animation: pulse 1.5s infinite ease-in-out;
}

/* Pulse animation */
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}


 .why-choose-us {
      /* background-color: #E0811b; */
      background-color: #EDA95E;
      color: white;
      padding: 60px 30px;

      margin: 50px auto;
      max-width: 100%;
    }

    .why-choose-us h2 {
      font-weight: 700;
      margin-bottom: 20px;
    }

    .why-choose-us p {
      font-size: 16px;
      color: #cbd5e1;
    }

    .feature-card {
       background-color: #E0811b;
      /* background-color: #EDA95E; */
      border: none;
      padding: 20px;
      border-radius: 8px;
      margin-bottom: 20px;
      color: white;
      height: 100%;
    }

    .feature-card h5 {
      font-weight: 600;
    }

    .feature-icon {
      max-width: 100%;
      font-size: 24px;
      margin-bottom: 10px;
    }

    .main-img {
      border-radius: 8px;
      max-width: 100%;
    }

    .why-choose-us .left-section{
      display: flex;
      flex-direction: column;
      justify-content: center;
      
      
    }

    .why-choose-us .left-section img{
      max-width: 100%;
      border-radius: 20px;
    }

    .feature-card{
      display: flex;
      gap: 20px;
      align-items: center;
    }

    .feature-card .feature-icon{
      text-align: center;
      font-size: 24px;
      margin-bottom: 0;
      color: #fff;
    }

    .feature-icon img{
      width: 41px;
    }


    .background-banner-richard-helly {
  position: relative; /* Needed for overlay positioning */
  background-image: url("Model-Img/IMG-20250726-WA0025.jpg");
  background-size: cover;
  background-position: center;
  padding: 60px 30px;
  color: white;
  z-index: 1;
}

.background-banner-richard-helly::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6); /* Overlay color & opacity */
  z-index: -1; /* Keeps overlay behind content */
}


.why-choose-section {
      /* background-color: #7e6b55;  */
      /* background-color: #E0811b; */
      background: #d5d5d5;
      color: #cbd5e1;
      padding: 60px 0;
    }
    .why-choose-section h2 {
      font-weight: bold;
      margin-bottom: 20px;
    }
    .why-choose-section p {
      color: black;
      margin-bottom: 30px;
    }
    .why-choose-card {
      background: white;
      color: black;
      padding: 15px;
      border-radius: 4px;
      display: flex;
      align-items: center;
    }
    .why-choose-card i {
      color: orange;
      margin-right: 10px;
    }
    .why-choose-img img {
      width: 100%;
      border-radius: 5px;
    }












        