/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.srv_gllr {
}

/* html, body {
  max-width: 100% !important;
  overflow-x: hidden !important;
} */

.elementor-field-type-acceptance label {
  font-size: 14px !important;
}

.grid_container > div {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.joinchat__button {
  background-color: #2b2b2b;
}

.page-id-34077 .joinchat__button {
  background-color: #17e300 !important;
}

body {
  overflow-x: hidden;
  -webkit-overflow-x: hidden;
}

.svoy_title:after {
  content: "";
  position: absolute;
  width: 0;
  height: 5px;
  display: block;
  margin-top: 2px;
  right: 0;
  background: #ff8400;
  transition: width 0.2s ease;
  -webkit-transition: width 0.2s ease;
}

.svoy_title:hover:after {
  width: 100%;
  left: 0;
  background: #ff8400;
}

.page-id-5253 .joinchat__button {
  display: none;
}

.header_scnd {
  position: absolute;
  z-index: 10;
  width: 100%;
}

.form_lead_home {
  max-width: 500px;
}

@media screen and (min-width: 768px) {
  .numbers .elementor-icon-box-title {
    color: white !important;
    margin-top: 18px;
  }
}

.numbers_lead {
  width: 80% !important;
  /* From https://css.glass */
  background: rgba(255, 250, 241, 0.72);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(8.4px);
  -webkit-backdrop-filter: blur(8.4px);
}

.shdw_sectn {
  z-index: -1;
}

.wpcf7-text {
  margin-bottom: 45px !important;
  font-family: "Commissioner", sans-serif;
  border: none !important;
  border-radius: 0px !important;
  border-bottom: 1px solid gray !important;
  background-color: transparent;
}

.wpcf7-text:focus {
  outline: none !important;
  border-bottom: 1px solid black;
}

.wpcf7-submit {
  color: white;
  padding: 15px 50px;
  border: 1px solid #ff8400 !important;
  border-radius: 28px !important;
  background-color: #ff8400 !important;
  margin-bottom: 0px;
  z-index: 10;
}

.wpcf7-submit:hover {
  background-color: white !important;
  color: #ff8400 !important;
  padding: 15px 50px;
}

.submit-button {
  text-align: center !important;
}

.wpcf7-spinner {
  display: block;
}

.svoy_title a {
  -webkit-text-stroke: 2px #2b2b2b !important;
  text-stroke: 2px #2b2b2b !important;
  transition: all 0.3s ease;
}

.svoy_title a:hover {
  -webkit-text-stroke: 2px #2b2b2b !important;
  text-stroke: 2px #2b2b2b !important;
  color: #fdf7ee !important;
}

/* .svoy_title a:hover{
    color: white !important;
    stroke: black !important;
	  cursor: pointer;
}  */

@media screen and (min-width: 1251px) and (max-width: 1400px) {
  .resp_txt .elementor-heading-title {
    font-size: 100px !important;
  }
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: rgba(222, 222, 222, 0.75);
}

body::-webkit-scrollbar {
  width: 8px;
  background-color: rgba(222, 222, 222, 0.75);
}

body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
  background-color: rgba(0, 0, 0, 0.5);
}

.psd_elem {
  color: black;
}

.psd_elem::before {
  content: "ㅤㅤㅤ";
  background-color: #ff955b;
  border: 1px solid black;
  border-radius: 50%;
  position: absolute;
  left: -10px;
  bottom: 1px;
  max-height: 30px;
  max-width: 30px;
}

.filters_tab {
  display: none;
}

input[type="radio"] {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .grid_container > div {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
  }

  .scrl_sctn .elementor-motion-effects-parent {
    overflow-x: hidden !important;
  }

  .photo_sctn {
    overflow-x: hidden;
  }
}

.ro-latest-wrapper {
  position: relative;
  margin-top: 40px;
}

.ro-latest-swiper {
  overflow: hidden;
}

.ro-latest-swiper .swiper-slide {
  height: auto;
}

.ro-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.ro-card-image {
  width: 100%;
  height: 280px;
  overflow: hidden;
  background-size: cover;
}

.ro-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ro-card-content {
  padding: 20px;
}

.ro-card-meta {
  font-size: 13px;
  color: #777;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.ro-card-title {
  font-size: 20px;
  margin-bottom: 10px;
}

.ro-card-price {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}

.ro-card-footer {
  display: flex;
  gap: 10px;
}

.btn_request {
  border: 1px solid black;
  color: black;
}

.btn_request:hover {
  border: 1px solid black;
  background-color: black;
  color: white;
}
