.site-main {
  padding-top: 0;
}

/* Mobile service block */
#services_mobile {
  display: none;
}

/* Mobile hide blocks & elements */
@media screen and (max-width: 767px) {
  #services_desktop, .vc_tta-panel-heading, #about-infographic, .tm-stepbox .tm-box-icon .tm-vc_icon_element, #feedback-promo {
    display: none;
  }
  .wp-call-button {
    transform: scale(0.7) !important;
  }
  .tm-step-icon {
    margin: 40px;
  }
  #services_mobile {
    display: unset;
  }
  .vc_tta-tabs-container {
    display: flex !important;
    align-items: center;
    justify-content: center;
  }
  .vc_tta-color-white.vc_tta-style-modern .vc_tta-tab.vc_active>a {
    background-color: #b39b6a !important;
    border-color: #f0f0f0 !important;
    color: #ffffff !important;
  }
  .themetechmount-servicebox-styleone .themetechmount-box-bottom-content {
    padding: 10px;
    margin: 0;
  }
  #services_mobile .col-xs-12 {
    width: 50% !important;
  }
  #services_mobile h4 {
    margin: 0 !important;
    padding: 0 !important;
    text-align: center !important;
    font-size: 16px !important;
  }
  #services_mobile .themetechmount-box-title {
    display: flex;
    min-height: 100px;
    align-items: center;
    justify-content: center;
  }
  #services_mobile .vc_tta.vc_tta-gap-35.vc_tta-tabs-position-bottom .vc_tta-tabs-container {
    margin-top: 0 !important;
  }
  .wpb-js-composer .tm-fluid-menu.vc_tta.vc_general .vc_tta-tab>a {
    font-size: 14px !important;
    padding: 10px 20px !important;
  }
  #pre-feedback .tm-element-heading-wrapper.tm-heading-style-vertical.tm-seperator-none .tm-vc_general.tm-vc_cta3.tm-cta3-without-desc .tm-vc_cta3-content {
    margin-bottom: 125px !important;
  }
}

/* Revolution slider */
#SR7_3_1-94-9, #SR7_3_1-94-5, #SR7_3_1-6-9, #SR7_3_1-5-9, #SR7_3_1-5-5 {
  background: #b99a6b !important;
  cursor: pointer;
}

#SR7_3_1-6-13 {
  cursor: pointer;
}

/* Step block */
.tm-stepbox .border-box:after {
  top: 147px;
}

/* Service block */
.vc_tta-panel:not(.vc_active) .themetechmount-boxes {
  visibility: hidden;
}

.themetechmount-service-box-view-top-image .themetechmount-box-desc {
  margin-bottom: 0;
}

.themetechmount-service-box-view-top-image .themetechmount-box-bottom-content {
  padding: 30px;
}

.themetechmount-boxes-service.themetechmount-boxes-view-carousel .themetechmount-service-box-view-top-image .themetechmount-box-bottom-content {
  min-height: 230px;
}



/* Other */
.join-team h3:after {
  width: 150px !important;
}

.tm-bgcolor-darkgrey.tm-bg.tm-bgimage-yes>.tm-bg-layer {
  opacity: 0.84;
}

/* Header button */
.tm-vc_btn3.tm-vc_btn3-color-black.tm-vc_btn3-style-outline {
  border-color: #2fa185;
  color: white;
  background-color: #2fa185;
}

.tm-vc_btn3.tm-vc_btn3-color-black.tm-vc_btn3-style-outline:hover, .tm-vc_btn3.tm-vc_btn3-color-black.tm-vc_btn3-style-outline:focus  {
  border-color: #2fa185;
  color: #2fa185;
  background-color: white;	
}

.themetechmount-box-testimonial.themetechmount-testimonial-box-view-style6 .themetechmount-box-content:before {
  background-color: #2fa185;
}

.themetechmount-box-portfolio .themetechmount-overlay {
  background-color: rgb(46 46 46 / 76%);
}

.themetechmount-boxes-row-wrapper .slick-arrow {
  background: #b39b6a;
}

.themetechmount-portfolio-box-view-top-image .themetechmount-icon-box a {
  font-size: 38px;
  background: none;
  width: auto;
}

.themetechmount-box-portfolio .themetechmount-icon-box a:hover {
  background-color: transparent;
}

.themetechmount-portfolio-box-view-top-image .themetechmount-icon-box a.tm_prettyphoto {
  margin-right: -25px;
}

#reviews .themetechmount-boxes-row-wrapper .slick-arrow {
  background: none;
  border: none;
  margin: 0 -20px;
}

#reviews .themetechmount-boxes-row-wrapper .slick-arrow:hover {
  background: #b39b6a;
}

.themetechmount-boxes-view-carousel .themetechmount-boxes-row-wrapper .slick-arrow:before {
  color: #fff !important;
}

#services .vc_tta-panel-body {
  overflow: visible;
}

#services .themetechmount-boxes-row-wrapper .slick-arrow {
  margin: 0 -20px;
}

#feedback {
  box-shadow: 0 0 25px 0 rgb(43 45 47 / 12%)
}

.tm-quote-form input[type="text"], .tm-quote-form input[type="tel"], .tm-quote-form input[type="email"], 
.tm-quote-form textarea, .tm-quote-form select {
  border: 1px solid #b39b6a38 !important;
  background-color: #f5f5f5 !important;
}

.tm-quote-form input[type="submit"]:hover {
  background-color:#2e2e2e;
}

.wpcf7-list-item {
  margin: 0;
}

/* Modal */
.modal-form__overlay {
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.modal-form[aria-hidden="false"] .modal-form__overlay {
  opacity: 1;
  pointer-events: auto;
}

.modal-form__container {
  background-color: #fff;
  padding: 2rem;
  max-width: 450px;
  width: 90%;
  max-height: 80vh;
  overflow-y: auto;
  box-shadow: 0 4px 20px rgba(0,0,0,0.25);
  position: relative;
  box-sizing: border-box;
}

.modal-form__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

.modal-form__title {
  margin: 0 auto;
  font-size: 24px;
  color: #333;
}

.modal-form__content form {
  display: flex;
  flex-direction: column;
}

.modal-form__content label {
  font-weight: 600;
  margin-bottom: 0.3rem;
  color: #555;
}

.modal-form__content input {
  font-size: 1rem;
  transition: border-color 0.3s ease;
}

.modal-form__content input:focus {
  outline: none;
  border-color: #b99a6b !important;
}

.modal-form__content button[type="submit"] {
  padding: 0.6rem;
  font-size: 1rem;
  background-color: #0073e6;
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.modal-form__content button[type="submit"]:hover {
  background-color: #005bb5;
}

.modal-form .wpcf7-spinner {
  display: none;	
}

#post-3 {
  color: #2e2e2e;
}

.wpcf7-list-item-label {
  font-weight: normal;
}

/* Review */
.review {
  height: auto;
  padding: 10px;
  position: relative;
}

.review-text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s ease;
}

.review-text.expanded {
  -webkit-line-clamp: unset;
  max-height: none;
  overflow: visible;
}

.toggle-btn {
  background: none;
  border: none;
  color: #b39b6a;
  cursor: pointer;
  padding: 5px 0;
  font-size: 14px;
}