.brand-box img {
    filter: brightness(0) invert(1);
    opacity: 0.7;
}
.brand-box:hover img {
    opacity: 1;
}

section.overflow-hidden.space.overflow-hidden,
section.blog-area-3.overflow-hidden.space-bottom {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}


.faq-area-2 {
    padding-top: 80px !important;
}

.header-logo {
    position: relative;
    z-index: 10;
}

.header-logo img {
    max-height: 100px;
    background: white;
    padding: 12px 20px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    position: relative;
    top: 10px;
}

.mobile-logo img {
    max-height: 50px;
    background: white;
    padding: 8px 15px;
    border-radius: 8px;
}

.footer-wrapper .about-logo img {
    filter: brightness(0) invert(1);
}

.service-bg-shape2-1 {
    z-index: 1 !important;
}

.service-bg-shape2-2 {
    position: relative;
    z-index: 2;
}

.title-area.mb-40 {
    margin-bottom: 2rem !important;
}

@media (min-width: 1280px) {
    #service-sec .col-xl-6 {
        margin-bottom: -102px;
    }
}

.breadcumb-wrapper {
    padding: 2px 0 1px !important;
    background-size: cover;
    background-position: center;
    position: relative;
}

.breadcumb-wrapper::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 40px;
    background: white;
    border-radius: 50% 50% 0 0 / 80% 80% 0 0;
    z-index: 2;
}

.breadcumb-wrapper .breadcumb-content {
    padding: 150px 0 60px !important;
}

.breadcumb-wrapper::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: rgba(0, 0, 0, 0.3) !important;
    mix-blend-mode: normal !important;
}

.breadcumb-content {
    position: relative;
    z-index: 1;
    text-align: center;
}

.breadcumb-title {
    color: white;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
}

.breadcumb-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    gap: 10px;
    color: white;
}

.breadcumb-menu li {
    display: flex;
    align-items: center;
}

.breadcumb-menu li::after {
    content: '/';
    margin-left: 10px;
}

.breadcumb-menu li:last-child::after {
    display: none;
}

.breadcumb-menu a {
    color: white;
    text-decoration: none;
    transition: color 0.3s;
}

.breadcumb-menu a:hover {
    color: #ff5a3c;
}

.contact-info {
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    display: flex;
    gap: 20px;
    transition: transform 0.3s;
}

.contact-info:hover {
    transform: translateY(-5px);
}

.contact-info_icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #ff5a3c 0%, #ff8566 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    flex-shrink: 0;
}

.contact-info_title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}

.contact-info_text {
    margin: 0;
    color: #666;
}

.gallery-card {
    transition: transform 0.3s;
}

.gallery-card:hover {
    transform: scale(1.05);
}

/* Hide title section in BlogSlider when on blog page */
.blog-area-3 .row.justify-content-lg-between {
    margin-bottom: 40px;
}
