@media (max-width: 991px) {
    .desktop { display: none; }
    .mobile { display: inline-block; }
}

.hero-br {
    display: inline-block !important;
}

.nav-logo {
    width: 450px;
    height: auto;
}

@media (min-width: 992px) {
    .banner-area-seo-agency {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 2rem;
        transform: translateY(20px);
    }
    .banner-text-content {
        flex: 1;
        min-width: 0;
    }
    .banner-text-content .title {
        white-space: nowrap;
    }
    .banner-area-seo-agency .bottom-right-image {
        position: static;
        flex: 0 0 46%;
        max-width: 50%;
    }
    .banner-area-seo-agency .bottom-right-image {
        margin-bottom: -30px;
        margin-left: 1em
    }
    .banner-area-seo-agency .bottom-right-image img {
        width: 100%;
        height: auto;
    }
}

/* Smooth sticky header transition */
.header--sticky {
    transition: transform 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
}

/* Reserve space when header is sticky */
body.header-is-sticky {
    padding-top: 80px; /* Adjust to match your header height */
}

/* Or alternatively, if you want the header to slide down smoothly */
.header--sticky.sticky {
    animation: slideDown 0.3s ease forwards;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}

.fa-circle-check {
    color: #28a745;
    margin-right: 8px;
}

.desktop { display: inline-block !important; }
.mobile { display: none !important; }

@media (max-width: 1199px) {
    .desktop { display: none !important; }
    .mobile { display: inline-block !important; }
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1135px;
    }
}

@media (min-width: 1300px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1235px;
    }
}

.orange {
    color: #C7681A;
}

@media only screen and (max-width: 1024px) {
    .ellips-left,
    .ellips-right,
    .filter-right,
    .filter-left,
    .filter-center {
        display: none !important;
    }
}

.contact-styling {
    box-shadow: 0px 21px 46px rgba(0, 0, 0, 0.04);
}
@media (max-width: 1199px) {
    .contact-form {
        box-shadow: none;
    }
}

.appoinment-wrapper-one-start form .single-input select {
  background: #F6F6F6;
  width: 100%;
  height: 55px;
  border: 1px solid transparent;
  border-radius: 10px;
  padding: 0 15px;
  color: #999;
  font-size: inherit;
  font-family: inherit;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23999' stroke-width='2' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  cursor: pointer;
}

.appoinment-wrapper-one-start form .single-input select option {
  color: #5D666F;
}
