.brand-kailashiro {
    --color-primary: #0f6db2;
    --color-primary-2: #0b5d99;
    --color-secondary: #f47a20;
    --primary-50: #e9f2fa;
    --primary-100: #d3e5f6;
    --primary-200: #bdd7f1;
    --primary-300: #8ebde6;
    --primary-400: #60a4db;
    --primary-500: #318ad0;
    --primary-600: #1d78c0;
    --primary-700: #0f6db2;
    --primary-900: #0a4f80;
    --secondary-100: #fff2e8;
    --secondary-200: #ffe0c6;
    --secondary-300: #ffceaa;
    --secondary-400: #ffbb8e;
    --secondary-500: #ffa060;
    --secondary-600: #ff903f;
    --secondary-700: #f47a20;
    --secondary-900: #d56918;
}

.brand-kailashiro .header-top {
    background: linear-gradient(90deg, #0f6db2 0%, #0b5d99 100%);
}

.brand-kailashiro .subtitle-bg,
.brand-kailashiro .tmp-btn.btn-primary::before {
    background: #f47a20;
}

.brand-kailashiro .logo img {
    max-height: 48px;
    width: auto;
    object-fit: contain;
}

.brand-kailashiro .main-footer-one-area .logo img {
    max-height: 52px;
}

.brand-kailashiro .service-thumbnail-area::after {
    background: linear-gradient(180deg, rgba(15, 109, 178, 0.15) 0%, rgba(15, 109, 178, 0.75) 100%);
}

/* Header spacing and top bar cleanup */
.brand-kailashiro header.header-seven .header-top {
    padding: 0 32px;
}

.brand-kailashiro header.header-seven .header-top-wrapper {
    padding: 9px 0;
    gap: 16px;
}

.brand-kailashiro header.header-seven .header-top-wrapper .left {
    padding-right: 0;
    flex-wrap: wrap;
    row-gap: 6px;
}

.brand-kailashiro header.header-seven .header-mid-one-wrapper {
    padding: 0 32px;
}

.brand-kailashiro .header-main.header-main-2,
.brand-kailashiro header.header-seven .header-top,
.brand-kailashiro header.header-seven .header-mid-one-wrapper {
    margin: 0;
}

/* Social icon consistency */
.brand-kailashiro .social-wrapper-1.hover-bg-white li a,
.brand-kailashiro .social-share-wrapper-1 .social-stylle-one li a {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.32);
    transition: all 0.25s ease;
}

.brand-kailashiro .social-wrapper-1 li a i,
.brand-kailashiro .social-share-wrapper-1 .social-stylle-one li a i {
    font-size: 16px;
    line-height: 1;
}

.brand-kailashiro .social-wrapper-1.hover-bg-white li a:hover,
.brand-kailashiro .social-share-wrapper-1 .social-stylle-one li a:hover {
    transform: translateY(-2px);
}

/* Slider arrow controls */
.brand-kailashiro .tmp-banner-slider-area.banner-nine .navigation-area .swiper-btn,
.brand-kailashiro .tmpTestimonialSlider2 .swiper-navigation-area .swiper-btn {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: rgba(7, 46, 73, 0.52);
    border: 1px solid rgba(255, 255, 255, 0.38);
    backdrop-filter: blur(4px);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.brand-kailashiro .tmp-banner-slider-area.banner-nine .navigation-area .swiper-btn i,
.brand-kailashiro .tmpTestimonialSlider2 .swiper-navigation-area .swiper-btn i {
    font-size: 18px;
    line-height: 1;
    color: #ffffff;
}

.brand-kailashiro .tmpTestimonialSlider2 .swiper-navigation-area {
    top: auto;
    left: auto;
    transform: none;
    right: 18px;
    bottom: 18px;
    height: auto;
    flex-direction: row;
    gap: 10px;
}

.brand-kailashiro .tmpTestimonialSlider2 .swiper-navigation-area .swiper-btn.swiper-button-next,
.brand-kailashiro .tmpTestimonialSlider2 .swiper-navigation-area .swiper-btn.swiper-button-prev {
    position: relative;
    top: auto;
    left: auto;
}

/* Call icon fix */
.brand-kailashiro .call-btn i,
.brand-kailashiro .tmp-get-in-touch-area .section-inner .icon a i {
    line-height: 1;
}

.brand-kailashiro .tmp-get-in-touch-area .section-inner .icon a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

/* Vertical spacing cleanup to avoid section merge */
.brand-kailashiro .tmp-get-in-touch-area.area-2 {
    margin-top: 42px;
    margin-bottom: 18px;
}

.brand-kailashiro .tmp-counter-area.area-2 {
    margin-top: 24px;
    margin-bottom: 30px;
}

.brand-kailashiro .tmp-testimonials-area2 {
    margin-top: 28px !important;
}

.brand-kailashiro .contact-with-brand-area {
    margin-top: 72px !important;
}

@media (max-width: 1199px) {
    .brand-kailashiro header.header-seven .header-top,
    .brand-kailashiro header.header-seven .header-mid-one-wrapper {
        padding-left: 18px;
        padding-right: 18px;
    }

    .brand-kailashiro .tmp-banner-slider-area.banner-nine .navigation-area .swiper-btn,
    .brand-kailashiro .tmpTestimonialSlider2 .swiper-navigation-area .swiper-btn {
        width: 48px;
        height: 48px;
    }
}
