.section-title p {
  font-size: 18px;
  color: #212121;
  font-family: "Jost", Sans-serif;
  line-height: 1.6;
  text-align: justify;
  margin-bottom: 15px;
}

.service-box {
  display: flex;
  align-items: center;
}

.service-img {
  background: #4b2b2b;
  padding: 20px;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  text-align: center;
  margin-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.service-img i {
  font-size: 40px;
  color: #fff;
}

.service-content {
  display: flex;
  align-items: center;

  h3 {
    font-size: 28px;
    font-weight: 400;
    font-family: "Jost", Sans-serif;
    color: #000;
  }
}

.video-section {
  padding: 20px 0 60px;
  background: #f9f9f9;
}

.section-title {
  margin-bottom: 20px;

  h2 {
    font-size: 48px;
    font-weight: 600;
    color: #4b2b2b;
    margin-bottom: 0;
    /* text-align: center; */
    position: relative;

    &::before {
      content: "";
      position: absolute;
      left: 0;
      /* transform: translateX(-50%); */
      bottom: 0;
      width: 130px;
      height: 3px;
      background: #e57171;
    }

    &::after {
      content: "";
      position: absolute;
      left: 0;
      /* transform: translateX(-50%); */
      bottom: 0;
      width: 65px;
      height: 3px;
      background: #4b2b2b;
    }
  }
}

@media (max-width: 767px) {
  .section-title h2 {
    font-size: 32px;
    padding-bottom: 12px;
  }
}

.section-padding {
  padding: 50px 0 80px;
  background-color: #dbab83;
}

.testimonial-heading h2 {
  font-size: 40px;
  font-weight: 600;
  color: #4b2b2b;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-family: "Cormorant Garamond", Sans-serif;
  position: relative;

  &::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    width: 150px;
    height: 2px;
    background: #4b2b2b;
  }

  &::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    width: 50px;
    height: 2px;
    background: #a61f60;
  }
}

.carousel-two .item {
  position: relative;
}

.carousel-two .item::before {
  display: block !important;
  left: 15px;
  top: 15px;
  content: "\201C";
  font-size: 70px;
  z-index: 1;
  font-style: normal;
  line-height: 1;
  position: absolute;
  color: #000;
}

.carousel-two .item::after {
  display: block !important;
  content: "\201D";
  font-style: normal;
  position: absolute;
  bottom: -30px;
  z-index: 1;
  right: 0;
  line-height: 1;
  font-size: 70px;
  color: #000;
}

.carousel-two .item {
  padding: 20px 40px;

  text-align: center;
}

.carousel-two .item p {
  font-size: 20px;
  color: #000;
  font-weight: 400;
}

@media (max-width: 767px) {
  .section-padding {
    padding: 20px 0 40px;
  }

  .testimonial-heading h2 {
    font-size: 30px;
  }

  .carousel-two .item::before {
    font-size: 40px;
    top: 20px;
  }

  .carousel-two .item::after {
    font-size: 40px;
    bottom: -20px;
  }

  .carousel-two .item {
    padding: 20px 10px;
  }

  .carousel-two .item p {
    font-size: 16px;
  }
}

.section-bg {
  /* background-image: url(./wp-content/uploads/2024/03/appointment-bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; */
  background-color: #f6f6f6;
  padding: 60px 0;
}

.section-head h2 {
  font-size: 40px;
  font-weight: 600;
  color: #4b2b2b;
  margin-bottom: 30px;
  text-transform: capitalize;
  font-family: "Cormorant Garamond", Sans-serif;

  span {
    color: #dbab83;
  }
}

.section-text ul {
  padding-left: 30px;
  margin-left: 0;

  li {
    font-size: 18px;
    list-style: none;
    color: #000;
    font-weight: 400;
    padding-bottom: 15px;
    font-family: "Jost", Sans-serif;
    position: relative;

    &::before {
      content: "\f192";
      font-family: FontAwesome;
      display: inline-block;
      margin-left: -1.3em;
      width: 1.3em;
      color: #dbab83;
    }
  }
}

.section-form {
  background-color: #dbab83;
  border-radius: 10px;
  padding: 40px;
}

.form-heading h3 {
  font-size: 35px;
  font-weight: 800;
  color: #000;
  margin-bottom: 20px;
  text-align: center;
  line-height: 40px;
  font-family: "Cormorant Garamond", Sans-serif;
}

.form-heading p {
  font-size: 22px;
  color: #5b5c5f;
  text-align: center;
  margin-bottom: 20px;
  font-family: "Jost", Sans-serif;

  strong {
    font-weight: 600;
  }
}

.form-group {
  margin-bottom: 15px;
}

.form-group .form-control {
  display: block;
  width: 100%;
  padding: 10px 10px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #f7f7f7;
  background-clip: padding-box;
  border: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-group textarea {
  height: 100px;
  resize: vertical;
}

.form-group button {
  background: #4b2b2b;
  color: #fff;
  padding: 12px 30px;
  font-size: 18px;
  font-family: "Jost", Sans-serif;
  font-weight: 400;
  border: none;
  border-radius: 100px;
  cursor: pointer;

  &:hover {
    background-color: #a61f60;
  }
}

@media (max-width: 767px) {
  .section-bg {
    padding: 20px 0 40px;
  }

  .section-head h2 {
    font-size: 30px;
  }

  .section-text ul li {
    font-size: 16px;
  }

  .section-form {
    padding: 20px;
  }

  .form-heading h3 {
    font-size: 30px;
  }

  .form-heading p {
    font-size: 18px;
  }
}

.side-btn {
  position: fixed;
  bottom: 50%;
  right: 0;
  z-index: 999;
  transform: translateY(50%);
  overflow: hidden;
}

.side-btn a {
  background: #f8f9fa;
  color: #000;
  padding: 10px 15px;
  display: flex;
  font-size: 16px;
  font-weight: 600;
  align-items: center;
  justify-content: start;
  transform: translateX(110px);
  transition: all 0.3s;
  margin-bottom: 3px;
  transition: all 0.3s;

  &:hover {
    transform: translateX(0);
  }
}

.side-btn a img {
  margin-right: 15px;
}




.gal-img {
  padding: 4px;
  box-shadow: 0 0 10px #a1a1a1;
  border-radius: 6px;
  div {
    overflow: hidden;
  }
  img {
    width: 100%;
    border-radius: 4px;
    aspect-ratio: 5/4;
    object-fit: cover;
    object-position: center;
    transition: all 0.3s ease;
  }
  &:hover img {
    transform: scale(1.2);
  }
}



/* model box  */

.form-close {
  background-color: #4b2b2b;
  height: 30px;
  width: 30px;
  padding: 6px;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  border-radius: 7px;
  transition: all 0.3s;
  &:hover {
    background-color: #a61f60;
  }
}
.social-media-icons a {
  display: flex;
  align-items: center;
  padding: 10px;
  margin-bottom: 6px;
  background-color: #4caf50;
  border-radius: 7px;
}

.social-media-icons i {
  font-size: 22px;
  color: #fff;
}

/* Form container */
#formContainer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  /* transform: translate(-50%, -50%); */
  background-color: rgba(0, 0, 0, 0.7);
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  display: none;
  height: 100%;
  width: 100%;
}

.con {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ms-2 {
  max-width: 550px;
  width: 100%;
  position: relative;
  /* margin: auto auto; */
}

/* Hidden class to hide the form */
.form-hidden {
  display: none;
}

/* form section */

.contact-form-ref {
  padding: 40px 0;
}

.contact-left {
  background: #0f44a6;
  padding: 41px 36px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

@media (max-width: 600px) {
  .contact-left {
    padding: 30px 20px;
    margin: 40px 0 20px;
  }
}

.form-group {
  margin-bottom: 15px;
}

.form-group:nth-last-child(1) {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}

@media (max-width: 600px) {
  .form-group:nth-last-child(1) {
    margin-bottom: 15px;
  }
}

.form-group:nth-last-child(2) {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.form-group label {
  display: block;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #fff;
  margin-top: 10px;
}

@media (max-width: 600px) {
  .form-group label {
    font-size: 12px;
  }
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 12px 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  outline: none;
}

.form-group textarea {
  resize: vertical;
  height: 100px;
}

.form-group button {
  width: 100%;
  /* height: 48px; */
  /* background: #212844;
  box-shadow: 0 4px 7px -1px rgba(0, 0, 0, 0.11),
    0 2px 4px -1px rgba(0, 0, 0, 0.07); */
  border-radius: 100px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  letter-spacing: -0.011em;
  /* color: #fff; */
  border: none;
  margin-top: 15px;
  text-align: center;
  transition: 0.3s;
  cursor: pointer;
}
/* 
.form-group button:hover {
  background-color: #e31c25;
  color: #fff;
} */

.inline-group {
  display: flex;
  gap: 10px;
}

@media (max-width: 600px) {
  .inline-group {
    display: block;
  }
}

.inline-group .form-group {
  flex: 1;
}

.jt-1 input {
  width: 50%;
  margin-left: 15px;
}
