/*!
Theme Name: Ambed Child theme
Theme URI: http://layerdrops.com/ambedwp
Template: ambed
Author: bracket-web
Author URI: https://themeforest.net/user/bracket-web
Description: This is a Child theme for Ambed WordPress theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ambed-child
*/

.main-header__logo {
    margin-top: 25px;
}

.services-one__icon.icon-svg-large {
    display: none;
}

.blog-details__content h1, .blog-details__content h2, .blog-details__content h3, .blog-details__content h4, .blog-details__content h5, .blog-details__content h6{
	color: #ffffff !important;
}

.icon-svg-large svg {
    width: 34px;
    height: 63px;
    fill: currentColor;
    color: currentColor;
    border-color: currentColor;
    z-index: 9;
}
/* Ensure the parent allows sticky */
#sticky-wrapper {
  position: relative;
  overflow: visible !important; /* prevent Elementor from clipping */
}

/* Make the sidebar sticky */
#local-sticky {
  position: sticky;
  top: 100px; /* adjust as needed depending on your header height */
  align-self: start;
}

.main-menu .main-menu__list>li>a, .stricky-header .main-menu__list>li>a {
    color: #8b827d;
    font-size: 13px;
}

.team-one__top {
    margin-bottom: 20px;
}

.leading__video-link {
    display: none;
}

.team-details__top {
	padding: 0 0 30px;
}

.team-details__top-name {
	color: #fff;
}

.team-details__social {
	display: none;
}

.team-details__top-right {
	margin-left: 0px;
}

.gallery-page {
	padding: 0;
}

.form-group-main{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap:30px;
}
.form-group-main .form-group{
	width: 48%;
}
.form-group-main .form-group.full{
	width: 100%;
}

.form-group-main .form-group textarea{
	max-width: 100%;
	min-width: 100%;
	max-height: 150px;
	min-height: 150px;
}

.contact-one {
    padding: 30px 0px;
}

.contact-one__inner {
    position: relative;
    background: var(--wallox-gray, #F4EDE4);
    padding: 30px;
    padding-top: 85px;
    padding-bottom: 85px;
    overflow: hidden;
    border-radius: 20px;
}
.contact-one__form input, .contact-one__form select {
	border-radius: 10px;
	height: 50px;
	width: 100%;
	border: none;
	background-color: var(--wallox-white, #fff);
	padding-left: 20px;
	padding-right: 20px;
	outline: none;
	font-weight: 400;
	font-size: 16px;
	color: var(--wallox-text, #7E7C76);
	display: block;
}
.wpcf7-not-valid-tip {
	font-size: 12px;
}
.contact-one__form input[type="submit"]{
	  width: 45%;
}

.contact-one__form input[type="submit"]:hover{
      background-color:#000;
	  width: 46%;
}
.form-group-main.contact-one__form.art label {
	color: #fff;
}
.form-group-main.contact-one__form.art input[type="submit"], .testimonials-contact__bg .form-group-main input[type="submit"]{
	background-color:#fff;
	color:#000;
}
.form-group-main.contact-one__form.art {
	margin-left: 0;
}
.testimonials-contact__form .contact-one__form input[type="submit"] {
	background-color: #fff;
	color: #200;
}
.testimonials-contact__form .contact-one__form input[type="submit"]:hover {
	color: #fff;
	background-color: #200;
}

.contact-one__form {
	margin-left: 0;
}

.contact-one__item__content p {
	margin-bottom: 0;
}
.contact-one__item__content p br {
	display: block;
}

.ar-box h4{
	color: #fff;
	
}
.ar-box b, strong {
    color: #ffffff;
}

.pro a.thm-btn.project-one__btn {
    display: none;
} 

.col-xl-8.col-lg-7 {
    width: 100%;
} 

.col-xl-4.col-lg-5 {
    display: none;
}

.contact-page {
   padding: 50px 0 50px;
}

.web-banner {
    position: relative;
    overflow: hidden;
    transition: 0.5s;
}
.web-banner:hover {
	transform: scale(1.1);
}

.main-menu .main-menu__list>li>ul>li>a, .main-menu .main-menu__list>li>ul>li>ul>li>a, .stricky-header .main-menu__list>li>ul>li>a, .stricky-header .main-menu__list>li>ul>li>ul>li>a {
    font-size: 14px;
    line-height: 19px;
}
.list-unstyled.feature-one__list {
	align-items: initial;
}
.feature-one__content {
	height: 100%;
	margin-bottom: 0;
}
.elementor-widget-footer-contact li .icon span, .elementor-widget-footer-contact li .icon svg {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
}
/* Optional smooth visual stability */
@media (max-width: 991px) {
  #local-sticky {
    position: static; /* Disable sticky on mobile */
  }
}

