/*  */
.contact-fixed-link {
    /*  */
    position: fixed;
    right: -1px;
    top: 50%; /*  */
    transform: translateY(-50%); /*  */
    z-index: 1000; /*  */
    
    /*  */
    background-color: #ffffff; /*  */
    color: #305855; /*  */
    padding: 10px 8px; /*  */
    text-decoration: none; /*  */
    display: flex; /*  */
    flex-direction: column; /*  */
    align-items: center; /*  */
    /* border-radius: 5px 0 0 5px; */ /*  */
    /* box-shadow: 0 2px 5px rgba(0,0,0,0.2); */ /*  */
    transition: background-color 0.3s ease; /*  */
    font-family: "Century Gothic", sans-serif;
    border: 1.5px solid #117e76;
}

.contact-fixed-link img {
    width: 30px; /*  */
    height: auto; /*  */
    margin-bottom: 5px; /*  */
}

.contact-fixed-link:hover img {
    filter: brightness(0) invert(1) grayscale(100%) sepia(100%) saturate(0) hue-rotate(270deg) brightness(200%);
}

/*  */
.contact-fixed-link span {
    /*  */
    writing-mode: vertical-rl; /*  */
    -webkit-writing-mode: vertical-rl; /*  */
    text-orientation: mixed; /*  */
    white-space: nowrap; /*  */
    color: #193a37;
    font-weight: 600;
    letter-spacing: 1.6px;
    font-size: 15px;
}

/*  */
.contact-fixed-link:hover {
    background-color: #305855; /*  */
    cursor: pointer; 
}


.contact-fixed-link:hover span {
    color: #ffffff;
}



  .btn_brown02 {
        /* margin: 0 !important; */
  }

  .cta-van-logo {
       width: 50%;
       margin: 0 auto;
       text-align: center;
       display: flex;
       justify-content: center;
       align-items: center;
  }

  .cta-van-logo img {
width: 80%;
  }

  .cta-contact__tel-felx {
    /* display: flex; */
    /* border: 1px solid #317419; */
    width: 100%;
    /* max-width: 800px; */
    width: 50%;
    /* margin: 0 auto; */
    text-align: left;
    margin-left: auto;
    margin-left: auto;
  }

  .voice-heading {
    font-size: 25px;
    margin-bottom: 20px;
    color: #484848;
    margin: 0 auto;
    margin-bottom: 10px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.3;
    padding-bottom: 10px;
    display: inline-block;
    border-bottom: solid 3px #deeef0;
    position: relative;
    margin-top: 20px;
}

.voice-heading:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #297353;
    top: 42px;
    width: 20%;
}

.cta-contact {
  background-color: #d2dece;
  padding: 40px 20px;
  text-align: center;
  /* max-width: 1120px; */
  /* margin: 0 auto; */
  /* font-family: 'Helvetica Neue', sans-serif; */
}

.cta-contact__inner {
  /* max-width: 800px; */
  /* width: 100%; */
  margin: 0 auto;
  max-width: 1120px;
  background-color: #ffffff;
  padding: 30px;
}

.cta-contact__title {
  font-size: 24px;
  color: #3b5e41;
  margin-bottom: 16px;
}

.cta-contact__desc {
  color: #333;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 32px;
  text-align: center;
}

.cta-contact__buttons {
  /* display: flex; */
  /* flex-wrap: wrap; */
  justify-content: center;
  gap: 20px;
  /* margin-bottom: 32px; */
  width: 50%;
  text-align: right;
  margin-right: auto;
  margin-left: auto;
}

.cta-button {
  background-color: #7ba05b;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  padding: 14px 24px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  transition: background-color 0.3s ease;
}

.btn_brown02:hover {
  background-color: #ffffffff;
  border: 1px solid #305855;
  color: #305855 !important;
}



.cta-icon {
  margin-right: 8px;
  font-size: 20px;
}

.cta-tel-icon {
     width: 50px;
    height: 50px;
}

.cta-contact__tel {
  background-color: #fff;
  /* border: 1px solid #317419; */
  /* padding: 20px; */
  /* border-radius: 8px; */
  /* display: inline-block; */
  /* max-width: 600px; */
  /* width: 50%; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: center;
}

.cta-tel-label {
  font-size: 23px;
  color: #3b5e41;
  margin-bottom: 8px;
}

.cta-tel-number {
  display: flex;
  /* align-items: center; */
  gap: 10px;
  /* justify-content: center; */
}

.cta-tel-number a {
  font-size: 50px;
  color: #145620;
  text-decoration: none;
  font-weight: bold;
}

  .cta-tel-number a:hover {
    opacity: 0.6;
}


.cta-tel-time {
  font-size: 14px;
  color: #666;
  margin-top: 4px;
}

.cta-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 60px;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .cta-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    gap: 15px;
}

  .voice-heading {
    font-size: 20px;
    border-bottom: solid 2px #deeef0;
  }

  .voice-heading:after {
    top: 62px;
    width: 30%;
    border-bottom: solid 2px #297353;
  }

  .cta-contact {
    padding: 30px 10px;
  }

  .cta-contact__inner {
        padding: 20px 15px;
        width: 90%;
    }

  .cta-contact__desc {
    font-size: 15px;
    margin-bottom: 24px;
  }

  .cta-contact__buttons {
    flex-direction: column;
    width: 100%;
    align-items: center;
    text-align: center;
    margin: 0 auto;
  }

  .btn_brown02 {
    font-size: 16px;
    padding: 12px 20px;
  }

  .cta-contact__tel-felx {
    flex-direction: column;
    align-items: center;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 auto;
  }

  .cta-van-logo {
    width: 75%;
    margin-bottom: 15px;
    margin-top: 15px;
  }

  .cta-contact__tel {
    width: 90%;
    padding: 5px;
    padding-bottom: 15px;
    align-items: center;
    text-align: center;
    margin: 0 auto;
  }

  .cta-tel-label {
    font-size: 18px;
  }

  .cta-tel-number {
    flex-direction: row;
    gap: 8px;
  }

  .cta-tel-icon {
    width: 32px;
    height: 32px;
  }

  .cta-tel-number a {
    font-size: 40px;
  }


.contact-fixed-link {
    position: fixed;
    right: -1px;
    top: 60%;
    transform: translateY(-50%);
    z-index: 1000;
    padding: 10px 8px;
}

.contact-fixed-link img {
    width: 20px;

.contact-fixed-link span {
    letter-spacing: 1.3px;
    font-size: 13px;
}

.contact-fixed-link span {
    letter-spacing: 1.3px;
    font-size: 13px;
}

.cta-contact__buttons {
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
    width: 100%;
    text-align: right;
    /* margin-right: auto; */
    /* margin-left: auto; */
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 auto;
}
}
}
