/* 
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 */

.whatp-in {
    position: fixed;
    right: 30px;
    bottom: 50px;
    z-index: 9999;
    transition: 1s;
}

.phone-in {
    position: fixed;
    right: 30px;
    bottom: 125px;
    z-index: 9999;
    transition: 1s;
}

.team_member .owl-stage-outer {
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
}

.free-consultation-form .form-row p {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  justify-content: space-between;
}
.phone-in a,
.whatp-in a.whatsapp {
    display: block;
    max-width: 55px;
}
.phone-in a img,
.whatp-in a.whatsapp img {
    width: 100%;
    height: auto;
}
.marriage_service .uc_content {
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
    margin-top: -50px;
    margin-bottom: 24px;
    padding: 0px 15px 0px 15px;
    z-index: 1;
    margin-left: 20px;
    margin-right: 20px;
}
.xpro-theme-builder-side-panel {
    display: none;
}

.free-consultation-form input,
.free-consultation-form textarea {
  width: 100%;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 12px;
  color: #fff;
  font-size: 14px;
  border-radius: 0;
}
.team_member a.team_member_carousel_image-link img {
    object-position: top;
}
.boxes_top {
    text-decoration: none !important;
}
.free-consultation-form input::placeholder,
.free-consultation-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.inquirys_contact .free-consultation-form input::placeholder,
.inquirys_contact .free-consultation-form textarea::placeholder {
  color: #000;
}

.free-consultation-form textarea {
  height: 100px;
  resize: none;
}
.servicesnew_box h3.elementor-image-box-title a {
    text-decoration: none;
}
.divider_box {
    max-width: max-content !important;
}

.free-consultation-form input:focus,
.free-consultation-form textarea:focus {
  outline: none;
  border-color: #d6b26e;
}
.about_box:hover p {
    color: #fff !important;
}
.inquirys_contact .free-consultation-form input, .inquirys_contact .free-consultation-form textarea {
    border: 1px solid rgb(0 0 0 / 30%);
    color: #000000;
}
/* Submit Button */
.free-consultation-form input[type="submit"] {
  background: #B69D74;
  color: #fff;
  border: none;
  padding: 14px 32px;
  font-weight: 600;
  letter-spacing: 1px;
  cursor: pointer;
  border-radius: 0;
  width: 100%;
  margin-top: 10px;
}

.free-consultation-form .form-row span {
  width: 100%;
}

.free-consultation-form input[type="submit"]:hover {
  background: #c3a15f;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .free-consultation-form .form-row {
    flex-direction: column;
  }
}