.about-sticky-section {
    position: relative;
    padding: 90px 60px;
}

/* LEFT SIDE */
.about-sticky-image {
    padding: 0;
}

.sticky-img {
    position: sticky;
    top: 0;
    height: 100vh;
    overflow: hidden;
}

.sticky-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* RIGHT SIDE */
.about-sticky-content {
    padding: 10px 20px;
    background: #fff;
}

.content-wrapper {
    max-width: 600px;
}



.content-block h3 {
    font-size: 22px;
    margin-bottom: 15px;
}



.content-block ul li {
    margin-bottom: 10px;
}
@media (max-width: 991px) {
    .sticky-img {
        position: relative;
        height: 300px;
    }

    .about-sticky-content {
        padding: 50px 20px;
    }
}



/* ICON ABOVE */
.top-icon {
    width: 70px;
    height: 70px;
    background: #f5f1df;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.top-icon i {
    font-size: 28px;
    color: #0d6efd; /* your theme color */
}
.content-block{
    padding-top: 30px;
}
/* Optional spacing */
.content-block h3 {
    margin-bottom: 12px;
}

.content-block ul {
    padding-left: 3px;
}

.single-testimonials-minimal {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
}

/* Image */
.single-testimonials-minimal .testimonial-img img {
    width: 100%;
    display: block;
    border-radius: 16px;
}

/* Dark overlay for better text visibility */
.single-testimonials-minimal::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.35);
    border-radius: 16px;
}

/* Center word */
.testimonial-word {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 2;

    font-size: 22px;
    font-weight: 600;
    color: #fff;

    letter-spacing: 1px;
}

/* Optional hover */
.single-testimonials-minimal:hover img {
    transform: scale(1.05);
    transition: 0.4s ease;
}

.why-choose-custom-padding{
    padding-top: 60px !important;
}
.text-client{
    color: var(--thm-primary-color) !important;
}

/* ROOT */
.cs-contact-v1 {
  padding: 80px 20px;
  background: #fff;
}

/* CONTAINER */
.cs-contact-v1__container {
  max-width: 1200px;
  margin: 0 auto;
}

/* LAYOUT */
.cs-contact-v1__wrapper {
  display: flex;
  gap: 60px;
  align-items: center;
  justify-content: space-between;
}

/* LEFT */
.cs-contact-v1__left {
  flex: 1;
}

.cs-contact-v1__title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 15px;
}

.cs-contact-v1__desc {
  color: #555;
  margin-bottom: 30px;
  line-height: 1.6;
}

.cs-contact-v1__info-item {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}

.cs-contact-v1__icon {
  color: #9b1101;
  font-size: 20px;
}

.cs-contact-v1__info-item h4 {
  margin: 0;
  font-size: 16px;
}

.cs-contact-v1__info-item p {
  margin: 5px 0 0;
  color: #777;
}

/* FORM BOX */
.cs-contact-v1__form-box {
  flex: 1;
  background: #ffffff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

/* FORM */
.cs-contact-v1__row {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
}

.cs-contact-v1__group {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.cs-contact-v1__group label {
  font-size: 14px;
  margin-bottom: 5px;
}

.cs-contact-v1__group input,
.cs-contact-v1__group textarea {
  padding: 12px;
  border-radius: 6px;
  border: 1px solid #ddd;
  font-size: 14px;
  outline: none;
}

.cs-contact-v1__group textarea {
  height: 120px;
  resize: none;
}

/* BUTTON */
.cs-contact-v1__btn {
  width: 100%;
  padding: 14px;
  background: #9b1101;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s;
}

.cs-contact-v1__btn:hover {
  background: #7d0d01;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .cs-contact-v1__wrapper {
    flex-direction: column;
  }

  .cs-contact-v1__row {
    flex-direction: column;
  }
}

/* TITLE */
.cs-contact-v1__title {
  font-size: 40px;
  font-weight: 700;
}

.cs-contact-v1__desc {
  color: #555;
  margin-bottom: 25px;
}

/* ICON */
.cs-contact-v1__icon {
  color: #9b1101;
  font-size: 18px;
}

/* FORM BOX */
.cs-contact-v1__form-box {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

/* TEXTAREA */
.cs-contact-v1__textarea {
  height: 120px;
  resize: none;
}

/* BUTTON */
.cs-contact-v1__btn {
  padding: 14px;
  background: #9b1101;
  color: #fff;
  border: none;
  border-radius: 6px;
  transition: 0.3s;
}

.cs-contact-v1__btn:hover {
  background: #7d0d01;
}

/* UPLOAD */
.cs-contact-v1__upload {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  background: #f5f5f5;
  border-radius: 8px;
  border: 1px solid #ddd;
  cursor: pointer;
  text-align: center;
  font-size: 14px;
  padding: 10px;
}

.cs-contact-v1__upload-icon {
  color: #9b1101;
  font-size: 18px;
  margin-bottom: 5px;
}
/* FILE INPUT SAME AS NORMAL FIELD */
.cs-contact-v1__file {
  padding: 6px;
  height: 39px;
  cursor: pointer;
}

/* OPTIONAL: improve file button look */
.cs-contact-v1__file::file-selector-button {
  background: #9b1101;
  color: #fff;
  border: none;
  padding: 6px 12px;
  margin-right: 10px;
  border-radius: 4px;
  cursor: pointer;
}

.cs-contact-v1__file::file-selector-button:hover {
  background: #7d0d01;
}