/* General Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {

}
 .header {
            background-color: #f8f9fa;
            border-bottom: 1px solid #dee2e6;
            padding: 15px 0;
        }
        
       .header a {
    text-decoration: none;
    font-family: "Roboto", Sans-serif;
    font-weight: 500;
    color: #1E1E1E;
    font-size: 17px;
    line-height: 18px;
}

        
        
        .logo img {
            max-height: 50px;
            width: auto;
        }
        .header-right a i{
            font-weight: 800;
    color: #55A63A;
  font-size: 24px;
  line-height: 24px;
        }
        .header-right a .whats-app{
           color: #fff !important;                 
  background-color: #25d366;  
  width: 40px;
  height: 40px;
  border-radius: 50%;          
  padding: 10px;              
  font-size: 17px;  
    font-weight: 500;           
  display: inline-flex;
  align-items: center;
  justify-content: center;

        }
        
.hero {
  background: url('./images/bannerimg1.jpg') no-repeat center center/cover;
  position: relative;
  color: #969494;
  padding: 20px 60px;
  width: 100%;
 
}
.hero .overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.5);
}
.hero-text h1 span{
  font-family: "Roboto Condensed", sans-serif; 
  font-style: normal;
   font-weight: 600;
    font-size: 43px; 
    line-height: 56px; 
    color: rgb(86, 208, 14);
}
.hero-text .lead{
 font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 19px;
  color: rgb(255, 255, 255);

}
/* Hero Form Container */
.hero-form {

 background-color: #55a63aab !important;
    color: #fff;
    padding: 30px;
    border-radius: 8px;
    width: 100%;
    margin-left: 1px;
    border-radius: 20px !important;
}

/* Hero Form Heading */
.hero-form h3 {
   color: #FFFFFF;
    font-family: "Roboto Condensed", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 29px;
}

/* Inputs & Textarea */
.hero-form input,
.hero-form textarea {
    width: 100%;
    padding: 10px 14px;
    margin-bottom: 10px;
    border: 1px solid #818a91;
    border-radius: 3px;
    font-size: 15px;
    line-height: 1.4;
    min-height: 40px;
    box-sizing: border-box;
}

/* Custom Textarea */
textarea.mesg-text {
    min-height: 100px;
    font-size: 14px;
    color: #333;
    border: 1px solid #ddd;
    border-radius: 4px;
    outline: none;
    overflow: hidden; /* hides scrollbar */
    resize: none;
    padding: 10px 12px;
}

/* Submit Button */
.hero-form button {
    background: #00c339;       /* Bright green */
    color: #fff;                /* White text */
    padding: 12px 30px;         /* Size */
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;  /* Make text ALL CAPS */
    border: none;
    border-radius: 4px;         /* Slightly rounded corners */
    cursor: pointer;
    transition: all 0.3s ease;
}

.hero-form button:hover {
    background: #00a12a; /* Slightly darker green on hover */
}
.about-heading {
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 42px;
  line-height: 29px;
  color: rgb(30, 30, 30);
}

 .form-btn .wpcf7-submit {
    width: 160px;
    background: #55A63A;
    color: #fff;
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.form-btn .wpcf7-submit:hover{
	 background: #14368E;
}

.about-text p {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  color: rgb(122, 122, 122);
  margin-bottom: 15px; /* optional spacing between paragraphs */
}

        
        @media (max-width: 768px) {
                   .header-right a .whats-app{
                    display: none;
                   }
              .header a {
            text-decoration: none;
            font-family: "Roboto", Sans-serif;
            font-weight: 500;
            color: rgb(20, 54, 142);
            font-size: 15px;
            line-height: 18px;
        }
        
            .header-right {
                justify-content: center !important;
                margin-top: 15px;
            }
        }
/* CTA Container */
.cta-container {
  max-width: 1140px;
  margin: auto;
}

/* CTA Section */
.cta {
  color: #fff;
    text-align: center;
    padding: 40px 20px;
    background-image: url(https://rmsdemo.com/projects/clear-fin-landingpage/web/wp-content/uploads/2025/09/bgimg1.jpg);

}

/* CTA Heading */
/* CTA Heading */
.cta h2 {
  color: #FFFFFF;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 39px;
  font-weight: 600;
  margin-bottom: 20px; /* optional spacing below heading */
}

/* CTA Button */
.cta .custom-btn {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF !important;
  background-color: #55A63A !important; /* Bright green */
  border: none;
  padding: 12px 25px;
  border-radius: 4px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}

.cta .custom-btn:hover {
  background-color: #14368E !important; /* Darker green on hover */
}


/* Service Box */


.service-box {
  background: #fff;
  border-radius: 8px;                     /* Square with slightly rounded corners */
  padding: 30px 20px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 25px rgba(0,0,0,0.2);
}

/* Icon Circle */
.icon-circle {
  width: 90px;
  height: 90px;
  background-color: #56d00e  ; /* Green on hover */
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto 15px auto;
  color: #fff; /* Icon color */
  transition: background-color 0.3s ease; /* Smooth transition */
}

.icon-circle:hover {
  background-color: #14368e; /* Blue circle */
}


.icon-circle i {
  font-size: 30px;
}

/* Service Title */
.service-box h5 {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #7a7a7a;
}

.loan-management-section {
  background-image: url('https://rmsdemo.com/projects/clear-fin-landingpage/web/wp-content/uploads/2025/09/bgimg2.jpg'); /* Replace with your image URL */
  background-size: cover;       /* Cover the entire section */
  background-position: center;  /* Center the image */
  background-repeat: no-repeat; /* Prevent repeating */
  color: #fff;                  /* Optional: change text color */
  padding: 80px 0;              /* Optional: increase vertical padding */
}

.loan-management-section .section-title {
  font-size: 28px;
  font-weight: 600;
  color: #fff; /* Make heading white on background */
  margin-bottom: 30px;
}

.loan-management-section .btn-primary {
  background-color: #55A63A; /* Green button */
  border: none;
  font-size: 18px;
  font-weight: 500;
  padding: 12px 30px;
  transition: all 0.3s ease;
}

.loan-management-section .btn-primary:hover {
  background-color: #14368E; /* Darker green on hover */
}
.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 5% !important;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    filter: var(--bs-carousel-control-icon-filter);
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;
}

/* Change carousel button icon color */
/* Left arrow */
.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-image: none;
}

/* Style the custom icon */
.carousel-control-prev-icon::after,
.carousel-control-next-icon::after {
    font-family: "Font Awesome 5 Free"; /* Use FA if included */
    font-weight: 900;
    font-size: 1.5rem;
    color: #20338f; /* Your desired color */
}

/* Left arrow */
.carousel-control-prev-icon::after {
    content: "\f104"; /* Font Awesome left arrow */
}

/* Right arrow */
.carousel-control-next-icon::after {
    content: "\f105"; /* Font Awesome right arrow */
}
.client-box {
background-color: #55A63A;
    color: #fff;
    padding: 30px;
    transition: all 0.3s;
     /* Smooth hover or changes */
}

.section-title {
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #000; /* rgb(255, 255, 255) */
  font-size: 42px;
  line-height: 42px;
}


}
.col-md-4.mb-4 p {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #ffffff; /* rgb(255, 255, 255) */
  font-size: 15px;
  line-height: 21px;
}
.section-title-testimonials {
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
  font-weight: 600;
  color: rgb(30, 30, 30);
  font-size: 42px;
  line-height: 42px;
}

/* Normal dots */
.carousel-indicators button {
  background-color: #20338F !important; /* dot color */
  opacity: 1 !important; /* make color fully visible */
}

/* Active dot */
.carousel-indicators .active {
  background-color: #56d00e !important; /* active dot color */
  opacity: 1 !important;
}
.carousel-indicators {
  position: absolute;
  top: 95%; /* Adjust this value to move indicators up/down */
  left: 50%;
  right:50%;
  transform: translateX(-50%,50%);
  z-index: 12;
}

.testimonial-text {
  font-family: "Poppins", sans-serif;
  font-style: italic;
  font-weight: 400;
  color: rgb(122, 122, 122);
  font-size: 16px;
  line-height: 24px;
}
.loan-heading {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 600;
    color: rgb(20, 54, 142);
    font-size: 15px;
    line-height: 15px;
}

/* Add || before text */
.loan-heading:before {
    content: '||';
    font-size: 15px;
    padding-right: 5px;
    position: relative;
    top: -1px;
}

/* Add || after text */
.loan-heading:after {
    content: '||';
    font-size: 15px;
    padding-left: 5px;
    position: relative;
    top: -1px;
}
.custom-bg {
    background-color: #f4f4f4;
}
.section-title-Our{
font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #ffff; /* rgb(255, 255, 255) */
  font-size: 42px;
  line-height: 42px;
}
.banks-works {
  font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 42px;
    line-height: 24px;
    color: #464C50;
    text-align: center;
    padding: 30px 0px;

}

.why-choose-title {
    font-family: "Roboto Condensed", sans-serif;
    font-style: normal;
    font-weight: 600;
    color: rgb(30, 30, 30);
    font-size: 42px;
    line-height: 42px;
    padding: 20px 0 10px 0;
}
.feature-box {
  background-color: #56d00e; /* default background */
  border-left: 5px solid #20338F; /* left side border */
  padding: 20px;
  transition: background-color 0.3s;
  height: 100%; /* make boxes equal height */
}

.feature-box:hover {
  background-color: #20338F; /* hover background */
    border-left-color: #56d00e;
}

.feature-title {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #ffffff; /* text color */
  font-size: 18px;
  line-height: 18px;
  margin: 0;
}
.section-title-booking {
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
  font-weight: 600;
  color: rgb(30, 30, 30);
  font-size: 42px;
  line-height: 42px;
}
.custom-icon {
    color: #55A63A;
    font-size: 30px;
}
.contact-title a {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 600;
    color: #1E1E1E;
    font-size: 16px;
    line-height: 22px;
    box-shadow: none;
    text-decoration: none;
}
.contact-title {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 600;
    color: #1E1E1E;
    font-size: 17px;
    line-height: 22px;
    box-shadow: none;
    text-decoration: none;
}
.contact-info {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: rgb(122, 122, 122);
  font-size: 14px;
  line-height: 18px;
}
.consultation-title {
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
  font-weight: 600;
  color: rgb(30, 30, 30);
  font-size: 26px;
  line-height: 26px;
}
.consultation-col {
  box-shadow: 0px 0px 19px 0px rgba(4, 6, 14, 0.11);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 30px; /* equivalent to 30px 30px 30px 30px */
}
.consult-btn {
  background-color: #61ce70 !important;
  color: #fff !important;
  font-family: "Roboto", sans-serif !important;
  font-weight: 500 !important;
  font-size: 15px !important;
  line-height: 15px !important;
  border: none !important; /* optional: removes default border */
  padding: 10px !important;
}

.consult-btn:hover {
  background-color: #53b85f; /* optional: darker shade on hover */
}

.form1-btn .wpcf7-submit:hover {
    background: #14368E !important; 
    cursor: pointer;
}

.footer-section {
  background-color: #1F2529; /* Dark blue background */
}

.footer-text {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    color: #ffffff;
    font-size: 16px;
    line-height: 22px;
}
.whatsapp-button-footer {
    position: fixed;
    bottom: 60px;
    right: 16px;
    z-index: 99;
}
.call-button-footer{
    position: fixed;
    bottom: 60px;
    left: 16px;
    z-index: 99;
}
.wpcf7-response-output {
    color: #fff!important;
margin:0!important;
}

 .below-formx .wpcf7-response-output {
    color: #000!important;
}
  .testimonialsSection {
            padding: 80px 0;
            background-color: #e8e8e8;
        }
        
        .titleh2 h2 {
            font-size: 2.75rem;
            font-weight: 700;
            color: #4a4a4a;
            margin-bottom: 10px;
        }
        
        .subtitle {
            font-size: 1.125rem;
            color: #999999;
            font-weight: 300;
        }
        
        .slidercard {
            background: white;
            border-radius: 8px;
            padding: 40px 30px 30px;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
            height: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
        }
        
        .postfeaturedImg {
            margin-bottom: 25px;
        }
        
        .postfeaturedImg img {
            width: 100px;
            height: 100px;
            border-radius: 50%;
            object-fit: cover;
        }
        
        .slidercardContent {
            width: 100%;
        }
        
        .slidercardContent p {
            font-size: 0.95rem;
            line-height: 1.7;
            color: #8a8a8a;
            margin-bottom: 25px;
            font-weight: 300;
        }
        
        .testiName h5 {
            font-size: 1.125rem;
            font-weight: 600;
            color: #3a3a3a;
            margin: 0;
        }
        
        @media (max-width: 768px) {
            .titleh2 h2 {
                font-size: 2rem;
            }
        }





