/* General Styles */
body {
  font-family: "Montserrat", sans-serif;
  color: #333;
  background-color: #f5f5f5;
  line-height: 1.6;
  max-width: 2000px;
  margin: 0 auto;
}

.bg-secondary {
  background-color: #bed7dc !important;
}
.bg-dark {
  background-color: #ffffff !important;
}
.bg-light {
  background-color: #f8f9fa !important;
}

.delim2 {
  min-height: 150px;
  background: url("../img/woww.jpg") no-repeat;
  /* background-attachment: fixed;
  background-size: cover; */
}
.delim3 {
  min-height: 25px;
  background-color: #bed7dc !important;
}

#services h4 {
  text-transform: capitalize;
}

section#home-slider {
  padding: 0px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

a {
  color: #86c232;
  text-decoration: none;
}

a:hover {
  color: #388e3c;
  text-decoration: none;
}

.btn-primary {
  background-color: #7fc25b;
  border-color: #4caf50;
}

.btn-primary:hover {
  background-color: #388e3c;
  border-color: #388e3c;
}

.myservices {
  text-align: center;
  box-shadow: 1px 1px 29px 13px rgba(249, 252, 249, 0.46);
  margin: 10px;
  text-transform: capitalize;
}

.myservices img {
  transition: transform 0.2s;
}
.myservices img:hover {
  transform: scale(1.03);
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

/* Header */
#header {
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.navbar {
  padding: 1rem 0;
}

.navbar-brand img {
  height: 90px;
}

.nav-link {
  color: #333;
  font-weight: 600;
}

.nav-link:hover {
  color: #4caf50;
}

/* Home Slider */
.home {
  min-height: 460px;
  background-image: url("../img/main-img/welcome-2.jpg");
  background-size: cover;
  background-position: center;
  text-align: left;
  text-shadow: 2px 2px 4px #000000b8;
}
#whyUs {
  padding: 0;
}

#whyUs .card {
  box-shadow: 19px 17px 13px -4px rgba(0, 66, 74, 0.27);
  -webkit-box-shadow: 19px 17px 13px -4px rgba(0, 66, 74, 0.27);
  -moz-box-shadow: 19px 17px 13px -4px rgba(0, 66, 74, 0.27);
}
#whyUs .row {
  position: relative;
  top: -60px;
  left: 0;
  margin-bottom: -84px;
}

.content {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  /* color: white; */
}
/* Sections */
section {
  padding: 55px 0;
}

section h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 30px;
}

.section-description {
  margin-bottom: 40px;
}

section#about .section-main-text .row {
  padding-bottom: 30px;
}

#about .section-main-text > p {
  padding-top: 15px;
}

/* Services */
.service-item {
  background-color: #fff;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.service-item:hover {
  transform: translateY(-5px);
}

.service-item img {
  margin-bottom: 20px;
}

.service-item h3 {
  font-size: 24px;
  margin-bottom: 15px;
}

#services .card {
  box-shadow: 19px 17px 13px -4px rgba(0, 66, 74, 0.27);
  -webkit-box-shadow: 19px 17px 13px -4px rgba(0, 66, 74, 0.27);
  -moz-box-shadow: 19px 17px 13px -4px rgba(0, 66, 74, 0.27);
}

/* Testimonials */
.testimonial-card {
  min-height: 500px;
  background-color: #fff;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.testimonial-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-bottom: 20px;
}

.testimonial-card p {
  font-size: 18px;
  margin-bottom: 20px;
}

.testimonial-card h4 {
  font-size: 20px;
  font-weight: 600;
}
.gold-stars {
  color: gold; /* Sets the color to gold */
  /* font-size: 40px; */
}

#testimonials .testimonial-card {
  box-shadow: 19px 17px 13px -4px rgba(0, 66, 74, 0.27);
  -webkit-box-shadow: 19px 17px 13px -4px rgba(0, 66, 74, 0.27);
  -moz-box-shadow: 19px 17px 13px -4px rgba(0, 66, 74, 0.27);
}

/* Contact */
.contact-info {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.contact-info li {
  margin-bottom: 10px;
}

.contact-info i {
  margin-right: 10px;
  color: #4caf50;
}

/* Footer */
.footer-info {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.footer-info i {
  margin-right: 10px;
  color: #4caf50;
}
footer {
  padding: 50px 0;
}

footer h4 {
  font-size: 20px;
  margin-bottom: 20px;
}

footer ul li {
  margin-bottom: 10px;
}

footer ul li a {
  color: black;
}

footer ul li a:hover {
  color: #4caf50;
}

footer hr {
  border-color: #555;
}

/* financing */
#financial-main {
  min-height: 600px;
  background: #bed7dc !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.red-text {
  color: red;
}

/* Scroll to Top Button */
.scroll-top-btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 40px;
  height: 40px;
  background-color: #4caf50;
  color: #fff;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.scroll-top-btn:hover {
  background-color: #388e3c;
}

.scroll-top-btn.show {
  opacity: 1;
  visibility: visible;
}
