 :root {
    
    --rr-color-theme-primary: #f1b64f !important;
            }
            @media (max-width: 768px) {
  .fade-top,
  .img-reveal {
    transition-duration: 0.3s !important; /* faster fade */
  }
}


@media (min-width: 1200px) {
  .your-class {
    padding-top: 250px;
  }
}

.process-item .number {
    font-family: var(--rr-ff-heading);
    display: inline-block;
    color: #2C3135;
    font-size: 60px;
    font-weight: 700;
    line-height: 1;
    -webkit-text-fill-color: #f1b64f;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #2C3135;
    margin-bottom: 25px;
}
.feature-content .desc {
    font-size: 16px;
    font-weight: 500;
}
@media only screen and (max-width: 992px) {
    .hero-section-2 .hero-img-2 {
        left: -113% !important;
    }
}

 .hero-section-2 .hero-img-2 img {
    height: 100%;
    filter: saturate(1) contrast(110%) !important;
    object-fit: cover;
}
.hero-content-2 p {
    color: #ffffff !important;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 40px;
}
@media (max-width: 1600px) {
    .faq-section-2 .faq-img

 {
        right: -125px;
    }
}

/*social media icons*/

.social-icons {
  display: flex;
  gap: 15px;
  justify-content: flex-start;
  margin-bottom: 20px;
}

.social-icons a {
  font-size: 24px;
  color: #fff;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
}

/* Default background colors */
.social-icons a.linkedin {
  background-color: #0077b5;
}

.social-icons a.facebook {
  background-color: #3b5998;
}

.social-icons a.whatsapp {
  background-color: #25D366;
}

.social-icons a.instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  color: white;
}

.social-icons a.youtube {
  background-color: #FF0000;
}

/* Hover styles */
.social-icons a.linkedin:hover {
  background-color: #005983;
}

.social-icons a.facebook:hover {
  background-color: #2d4373;
}

.social-icons a.whatsapp:hover {
  background-color: #1ebe5d;
}

.social-icons a.instagram:hover {
  filter: brightness(1.1);
}

.social-icons a.youtube:hover {
  background-color: #cc0000;
}
/* whatsapp button*/

.whatsapp-btn {
  padding: 15px 20px;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.whatsapp-btn:hover {
 color: white;
}
.whatsapp-filled-btn i {
  font-size: 18px;
}

/* logo size*/
/* Default for small screens */
.responsive-logo {
  height: 30px;
  width: auto; /* maintain aspect ratio */
}


/* Larger screens (e.g., tablets and desktops) */
@media (min-width: 768px) {
  .responsive-logo {
    height: 50px;
  }
} 

.feature-section .feature-img {
    position: absolute;
    bottom: 0;
    left: -156px;
    height: 778px;
    max-width: 858px;
    width: 71%;
}


.testi-item .testi-thumb img {
    filter: saturate(1) !important;
}
.sponsor-text .title {
    color: var(--rr-color-common-white);
    font-size: 32px !important;
    font-weight: 600;
    margin-bottom: 60px;
}

/*fooer whatsapp button*/
.whatsapp-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 24px;
  background-color: #25D366;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border: none;
  border-radius: 50px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.whatsapp-button:hover {
  background-color: #1ebe5d;
  text-decoration: none;
  color: white;
}

.whatsapp-button i {
  font-size: 20px;
}

.nice-select {
    line-height: 29px !important;
}

.hero-content-2 {
    padding: 300px 0 160px 0 !important;
}
.text-image-section {
  text-align: center;   /* centers both text and image */
  padding: 40px 0;      /* spacing top/bottom */
}

.text-image-section .section-title {
  margin-bottom: 20px;  /* space between text and image */
  font-size: 24px;
  font-weight: bold;
}

.text-image-section .section-image {
  max-width: 100%;      /* responsive */
  height: auto;
}
@media (max-width: 767px) {
    .hero-content-2 {
        padding: 100px 0 60px 0 !important;
    }
}




























