/* additional custom styles CSS */
.inputpadding .elementor-field-textual.elementor-size-md {
  padding: 0 !important;
}

.scheader .elementor-element-populated {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

select {
  background-image: url(../assets/svg/down-arrow.svg);
  background-repeat: no-repeat;
  background-position: center right 15px;
  appearance: none;
  -moz-appearance: none;
  background-size: 15px;
}
.select-caret-down-wrapper {
  display: none;
}
input::placeholder,
textarea::placeholder {
  opacity: 1 !important;
}
/* Styles for responsive design and media queries */

.mobileshow {
  display: none;
}
/* Screen 320px to 767px */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .laptopshow {
    display: none;
  }
  .mobileshow {
    display: block;
  }
  .events-item {
    margin-bottom: 30px;
  }
  .blog-item {
    margin-bottom: 30px;
  }
}

/* 404 error page */
.sc-404-section {
  display: flex;
  align-items: center;
  min-height: 70vh;
  padding: 100px 30px;
  text-align: center;
}

.sc-404-wrapper {
  max-width: 620px;
  margin: 0 auto;
}

.sc-404-number {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 30px;
  font-size: 120px;
  font-weight: 700;
  line-height: 1;
  color: #202020;
}

.sc-404-number .sc-404-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: #dab761;
  color: #ffffff;
  font-size: 40px;
}

.sc-404-section .page-title {
  margin-bottom: 14px;
  font-size: 30px;
  font-weight: 700;
  color: #202020;
}

.sc-404-section .page-content p {
  max-width: 480px;
  margin: 0 auto 30px;
  color: #5c5c5c;
  font-size: 16px;
  line-height: 1.6;
}

.sc-404-search .search-form {
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 420px;
  margin: 0 auto 30px;
}

.sc-404-search .search-form .search-field {
  flex: 1;
  height: 46px;
}

.sc-404-search .search-form .search-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  padding: 0 24px;
  border: 1px solid #202020;
  border-radius: 30px;
  background-color: #202020;
  color: #dab761;
  font-weight: 600;
  font-size: 14px;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.3s ease;
}

.sc-404-search .search-form .search-submit:hover {
  background-color: #dab761;
  border-color: #dab761;
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .sc-404-section {
    padding: 60px 20px;
  }
  .sc-404-number {
    gap: 10px;
    font-size: 64px;
  }
  .sc-404-number .sc-404-icon {
    width: 56px;
    height: 56px;
    font-size: 24px;
  }
  .sc-404-section .page-title {
    font-size: 22px;
  }
  .sc-404-search .search-form {
    flex-direction: column;
  }
  .sc-404-search .search-form .search-submit {
    width: 100%;
  }
}
