header {
  background: #f0f0f0;
}
.menucol ul li a,
.flex-header span {
  color: #1e4451;
}
.flex-header {
  border-left: 1px solid #000;
}
.banner {
  margin-top: 105px;
}
.abt-img {
  width: 500px;
}
.banner {
  height: 250px;
  width: 100%;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: relative;
}
.banner::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.banner h1 {
  color: white;
  position: relative;
  margin-bottom: 0;
}
.banner-flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.breadcrumb li a {
  color: #ffffff;
  text-decoration: none;
  z-index: 99;
  position: relative;
  font-size: 14px;
}
.breadcrumb-item.active {
  color: #ffffff;
  opacity: 0.8;
  z-index: 99;
  position: relative;
  font-size: 14px;
}
.breadcrumb {
  display: flex;
  justify-content: center;
  height: 100%;
  align-items: center;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: #ffffff;
}
.card1 p {
  max-height: 100%;
}
.services-subhead {
  margin-top: 0;
}
.services-subhead h2 {
  font-size: 1.5rem !important;
}
.ceo-inner {
  width: 250px;
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
  border-radius: 0.3rem;
  position: relative;
  z-index: 1;
}
.abt-imginner {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  height: 400px;
}
.card-content {
  width: 100%;
}
.card-content p {
  margin-bottom: 10px;
}
.contact-details {
  background: #f0f0f0;
  padding: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contact-img {
  height: 100%;
  width: 100%;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.error {
  margin-top: 15vh;
}
.error img {
  width: 600px;
  left: 0;
  position: relative;
  right: 0;
  margin: auto;
}
.contact-edge h6 {
  color: #1c4454;
}
.contact-icon {
  width: 25px;
}
.contact-edge ul {
  list-style-type: none;
  padding-left: 0;
  padding-top: 10px;
}
.icon-contact {
  position: relative;
  padding-left: 20px;
  font-size: 14px !important;
  opacity: 0.8;
  color: #1c4454 !important;
  margin: 0;
}
.icon-contact::before {
  content: "";
  position: absolute;
  background: url(../img/icons/pin.svg);
  height: 15px;
  width: 15px;
  left: 0;
  margin-top: 6px;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
}
.call,
.mail,
.web {
  text-decoration: none;
  color: #1c4454;
}
.call::before {
  background: url(../img/icons/call.svg) !important;
}
.mail::before {
  background: url(../img/icons/mail.svg) !important;
  background-repeat: no-repeat !important;
  margin-top: 8px;
}
.web:before {
  background: url(../img/icons/web.svg) !important;
}
.contact-flex {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

@media (max-width: 1300px) {
  .contact-details h5 {
    font-size: 1.1rem;
  }
}
.service-inner-box {
  background-color: #fff;
  text-align: center;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  padding: 60px 40px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.service-inner-head {
  color: #1c4454;
  font-weight: 800;
  font-size: 30px !important;
}
.servicr-inner-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 10px;
}
h3 {
  font-weight: bold;
  color: #1c4454;
}
.faq-head {
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
}
.service-faq .accordion-button:not(.collapsed) {
  background-color: #69c07f5c;
  color: #084e18;
}
.accordion-button:focus {
  z-index: 3;
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}
.service-faq .accordion-item {
  margin-bottom: 10px;
  border-radius: 10px;
}
.service-faq button.accordion-button.collapsed {
  border-radius: 10px;
}
.service-faq .accordion-button {
  font-size: 15px;
  color: #6cbc7f;
}
.service-contact input {
  outline: none;
  border: 0px;
  width: 100%;
  margin-top: 15px;
  background-color: transparent;
  border-bottom: 1px solid #6cbc7f;
  margin-top: 25px;
}
select {
  outline: none;
  border: 0px;
  width: 100%;
  margin-top: 15px;
  background-color: transparent;
  border-bottom: 1px solid #6cbc7f;
  margin-top: 25px;
  color: #6cbb7f;
}
select option{
  color:#888; 
}
input::placeholder,
textarea::placeholder,
select::placeholder {
  color: #888; /* Change this to your desired color */
  opacity: 1; /* Optional: ensure it's fully visible */
}
.service-contact textarea {
  outline: none;
  border: 0px;
  width: 100%;
  margin-top: 15px;
  background-color: transparent;
  border-bottom: 1px solid #6cbc7f;
  margin-top: 25px;
}
.service-contact {
  padding: 20px;
}
.service-contact select{
  color: #1c4454;
}
.about-box {
  background-color: #fff;
  padding: 20px 20px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border-radius: 10px;
  height:100%;
}
.service-contact-btn {
  padding: 15px 20px;
  background-color: #6cbc7f;
  border-radius: 10px;
  border: 0px;
  color: #fff;
  transition: all 0.3s ease;
}
.service-contact-btn:hover {
  background-color: #084e18;
}
/* tesimonials start */
/* Wrapper Section */
.testimonial-modern {
  padding: 60px 20px;
  position: relative;
  font-family: "Segoe UI", sans-serif;
}

/* Make all slides equal height */
.swiper-wrapper {
  display: flex;
  align-items: stretch;
}

.swiper-slide {
  display: flex;
  height: auto !important; /* Override Swiper default */
}

/* Testimonial Card */
.testimonial-slide {
  background-color: #1c4454;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  padding: 25px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
}

/* Hover Effect */
.testimonial-slide:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

/* Testimonial Text */
.testimonial-content p {
  font-size: 16px;
  color: #fff;
  line-height: 1.6; /* line height */
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 7; /* Limit to 4 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Author at bottom */
.testimonial-author {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: auto; /* Pushes author section to bottom */
}

/* Author Image */
.testimonial-author img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}

/* Author Name */
.testimonial-author h4 {
  font-size: 16px;
  margin: 0;
  color: #fff;
}

/* Author Title */
.testimonial-author span {
  font-size: 13px;
  color: #fff;
}

/* Navigation Buttons */
.news-prev,
.news-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 26px;
  color: #6cbc7f;
  cursor: pointer;
  user-select: none;
  z-index: 10;
  background: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: background 0.3s ease, color 0.3s ease;
}

.news-prev:hover,
.news-next:hover {
  background: #6cbc7f;
  color: #fff;
}

.news-prev {
  left: 10px;
}

.news-next {
  right: 10px;
}

/* tesimonials end */
.contact-form {
  background: #69c07f5c;
  padding: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mv-box {
  width: 100%;
  height: 100%;
  padding: 30px 20px 20px 20px;
  border-radius: 10px;
  border: 2px solid #1c4454;
  position: relative;
  margin-top: 30px;
  transition: border-color 0.3s ease;
}

.mv-box::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: #1c4454;
  background-image: url("../img/icons/mission.svg");
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center;
  top: -25px;
  right: 20px;
  border-radius: 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease;
}

/* Hover Effects */
.mv-box:hover {
  border-color: #6cbb7f;
}

.mv-box:hover::after {
  background-color: #6cbb7f;
}

.mv-box:hover h3 {
  color: #6cbb7f;
}
.mv-box:hover p {
  color: #6cbb7f;
}
.v-box::after {
  background-image: url("../img/icons/vision.svg") !important;
}
.career-box h2 {
  color: #1c4454;
}
.custom-file-upload {
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  background-color: #6cbb7f;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-weight: 500;
  transition: background-color 0.3s ease;
}

.custom-file-upload:hover {
  background-color: #5aa86f;
}

#pdf-upload {
  display: none;
}
