.logo-area img {
  height: 60px;
}

.social-header-top-images img {
  height: 32px;
}

.header-header-two {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  background: #fff;
  z-index: 99;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,.075) !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,.075) !important;
}

.header-header-two.sticky {
  top: -40px;
}

.logo-area-footer img {
  height: 80px;
}

.section-padding {
  padding: 90px 0px;
}

.blog-img {
  height: 232px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

.blog-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-large-img {
  height: 280px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px
}

.blog-large-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.single-blog-solaric-sm .inner-content-solari-blog .head {
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.single-case-ac .thumbnail img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.slider-background {
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        top: 0;
        background: rgba(0, 0, 0, .2);
        height: 100%;
        z-index: 9;
    }
    .z-index-10 {
        z-index: 10;
    }
    
.text-line-1 {
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.about-us-image {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.con-tent-main {
    padding-top: 60px;
}

.con-tent-main .title {
    margin-top: 0;
    margin-bottom: 20px;
}

.contact-page-form input, .contact-page-form textarea {
    border-radius: 4px;
}

.map-area-wrapper {
    border-radius: 4px;
    overflow: hidden;
}

.single-contact--info-wrapper .thumbnail img {
    height: 45px;
}

.rts-single-wized .single-categories li a {
    border-radius: 4px;
}

.banner-two-main-wrapper-solaric {
    background-position: right;
}

.header-nav-full-menu {
    position: absolute;
    background: #fff;
    width: 100%;
    left: 0;
    top: 105px;
    border-top: 1px solid rgba(0, 0, 0, .2);
    padding-top: 30px;
    padding-bottom: 30px;
}

.position-inherit {
    position: inherit !important;
}

.header-nav-full-menu-main-header {
    margin-bottom: 15px;
}

.header-nav-full-menu-main-header a {
    padding: 10px 10px;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    padding-top: 0;
}

.main-nav-one .header-nav-full-menu a::before {
    display: none;
}

.header-nav-full-menu-item a {
    padding: 3px 10px;
    font-size: 15px;
    font-weight: 500;
}

.full-menu-header .header-nav-full-menu {
    display: none;
}

.full-menu-header.full-menu-header-active .header-nav-full-menu {
    display: block;
}

.header-nav.main-nav-one .nav-link {
    padding: 40px 2rem;
}

.content--sd-top.reveal strong {
    color: #000;
}

.floating-contact-buttons {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 999;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.floating-contact-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    padding: 0;
    border-radius: 50%;
    color: #fff;
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.18);
    transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.floating-contact-button:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 20px 36px rgba(0, 0, 0, 0.22);
}

.floating-contact-button i {
    font-size: 20px;
}

.floating-contact-button.whatsapp {
    background: linear-gradient(135deg, #25d366 0%, #159947 100%);
}

.floating-contact-button.maps {
    background: linear-gradient(135deg, #ea4335 0%, #c5221f 100%);
}

.floating-contact-button.contact {
    background: linear-gradient(135deg, #f49ca4 0%, #dc6d7a 100%);
}

@media only screen and (max-width: 991px) {
    body {
        margin-top: 80px;
    }
    .banner-two-swiper-start {
        min-height: 400px;
        height: 400px;
    }
    .header-header-two.sticky {
        top: 0;
    }
    .banner-two-swiper-start .mySwiper-banner-2 {
        height: 100%;
    }
    .banner-two-main-wrapper-solaric {
        height: 475px;
        background-position: 75%;
    }
    .banner-solari-2-content {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }
    .banner-solari-2-content .banner-title {
        font-size: 24px;
    }
    .banner-solari-2-content .disc {
        font-size: 16px;
        margin-top: 0px;
    }
    .banner-solari-2-content .rts-btn {
        font-size: 16px;
        padding: 15px 30px;
    }
    .mobile-menu-main .rts-social-style-one ul li a {
    	width: 45px;
    	height: 45px;
    }
    .floating-contact-buttons {
        right: 12px;
        bottom: 12px;
        gap: 10px;
    }
    .floating-contact-button {
        width: 50px;
        height: 50px;
    }
}

