.home .header-layout1 .sticky-wrapper {
    background: transparent;
}

.home .header-layout1 .menu-area {
    background: #fff;
}

.home .header-layout1 .menu-area .main-menu {
    padding-left: 0;
}

.home .header-layout1 .header-navbar-logo,
.home .header-layout1 .menu-area .logo-bg {
    display: none !important;
}

.home .header-layout1 .home-top-header {
    background: transparent;
    position: relative;
    z-index: 2;
}

.home .header-layout1 .brand-strip {
    background: transparent;
    padding: 26px 0;
}

.home .header-layout1 .brand-strip-logo {
    display: inline-flex;
    align-items: center;
}

.home .header-layout1 .brand-strip-logo img {
    max-height: 200px;
    width: auto;
}

.home .header-layout1 .brand-strip-badges {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    flex-wrap: nowrap;
}

.home .header-layout1 .brand-strip-badges img {
    max-height: 96px;
    width: auto;
}

.home .header-layout1 .brand-strip-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 16px;
}

.home .header-layout1 .brand-strip-right .social-links {
    padding-right: 0;
}

.home .header-layout1 .brand-strip-right .social-links:after {
    display: none;
}

.home .header-layout1 .brand-strip-right .social-links a {
    width: 46px;
    height: 46px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    background: rgba(0, 0, 0, 0.35);
}

.home .header-layout1 .brand-strip-right .social-links a:hover {
    color: #fff;
    opacity: 0.92;
}

.home .header-layout1 .brand-strip-right .btn {
    border-radius: 999px;
    min-width: 285px;
    text-align: center;
    padding-left: 24px;
    padding-right: 24px;
}

.home .hero-3 .hero-slide {
    position: relative;
    overflow: hidden;
}

.home .hero-3 .hero-slide:after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 1;
    pointer-events: none;
}

.home .hero-3 .hero-slide>.container {
    position: relative;
    z-index: 2;
}

.home .hero-style3 .hero-title.hero-title-split {
    line-height: 1.02;
    margin-bottom: 26px;
    text-transform: uppercase;
    color: #ffffff;
    text-shadow: 0 6px 20px rgba(0,0,0,0.65);
    letter-spacing: 1.6px;
}

.home .hero-style3 .hero-title.hero-title-split .hero-title-main,
.home .hero-style3 .hero-title.hero-title-split .hero-title-sub {
    display: block;
    color: inherit;
}

.home .hero-style3 .hero-title.hero-title-split .hero-title-main {
    font-size: clamp(64px, 8vw, 120px);
    font-weight: 900;
    line-height: 0.98;
    letter-spacing: 2px;
    white-space: nowrap;
    display: inline-block;
    overflow: visible;
}

.home .hero-style3 .hero-title.hero-title-split .hero-title-sub {
    margin-top: 8px;
    font-size: clamp(30px, 3.6vw, 56px);
    font-weight: 800;
    letter-spacing: 1.8px;
    opacity: 0.98;
}

@media (max-width: 1399px) {
    .home .header-layout1 .brand-strip-logo img {
        max-height: 125px;
    }

    .home .header-layout1 .brand-strip-badges img {
        max-height: 82px;
    }

    .home .header-layout1 .brand-strip-right .btn {
        min-width: 245px;
    }
}

@media (max-width: 991px) {
    .home .header-layout1 .sticky-wrapper {
        background: #ffffff;
        padding: 0 14px;
    }

    .home .header-layout1 .header-logo {
        background: transparent;
        padding: 12px 0;
    }

    .home .header-layout1 .header-logo:after {
        display: none;
    }

    .home .header-layout1 .header-logo a {
        width: 92px;
    }

    .home .header-layout1 .menu-area {
        background: #ffffff;
    }

    .home .hero-style3 {
        padding: 175px 0 70px;
    }

    .home .hero-style3 .hero-title.hero-title-split .hero-title-main {
        font-size: clamp(42px, 10vw, 64px);
    }

    .home .hero-style3 .hero-title.hero-title-split .hero-title-sub {
        font-size: clamp(24px, 6.5vw, 42px);
    }
}

@media (max-width: 575px) {
    .home .hero-style3 {
        padding: 165px 0 64px;
    }

    .home .hero-style3 .hero-subtitle {
        margin-bottom: 18px;
    }

    .home .hero-style3 .hero-text {
        font-size: 16px;
        line-height: 1.55;
    }

    .home .hero-style3 .hero-title.hero-title-split .hero-title-main {
        font-size: clamp(28px, 9.5vw, 40px);
        line-height: 1.02;
        letter-spacing: 1px;
    }

    .home .hero-style3 .hero-title.hero-title-split .hero-title-sub {
        font-size: clamp(18px, 6.5vw, 26px);
        margin-top: 6px;
        letter-spacing: 0.8px;
    }
}

/* Insurance Claims section styles */
.insurance-claims-section {
    padding: 96px 0;
    background: #fafafa;
}
.insurance-claims-section .claims-content {
    padding-right: 32px;
}
.insurance-claims-section .claims-content .claims-title {
    font-size: 40px;
    font-weight: 900;
    margin-bottom: 24px;
    line-height: 1.02;
}
.insurance-claims-section .claims-content .lead {
    font-size: 20px;
    margin-bottom: 20px;
    color: #333;
    line-height: 1.6;
}
.insurance-claims-section .claims-content p { margin-bottom: 18px; }
.insurance-claims-section .claims-card {
    background: #fff;
    padding: 36px;
    border-radius: 10px;
    box-shadow: 0 10px 36px rgba(0,0,0,0.10);
}
.insurance-claims-section .claims-list {
    list-style: none;
    padding: 0;
    margin: 0 0 22px 0;
}
.insurance-claims-section .claims-list li {
    padding-left: 28px;
    position: relative;
    margin-bottom: 16px;
    color: #222;
    font-size: 15px;
}
.insurance-claims-section .claims-list li:before {
    content: '\2713';
    position: absolute;
    left: 0;
    top: 1px;
    color: #e21b3c;
    font-weight: 900;
}
.insurance-claims-section .claims-cta {
    display: flex;
    gap: 12px;
    margin-top: 20px;
    align-items: center;
}
.insurance-claims-section .btn-outline {
    background: transparent;
    border: 2px solid #e21b3c;
    color: #e21b3c;
    padding: 10px 18px;
}
.insurance-claims-section .claims-cta { flex-direction: row; }

@media (max-width: 991px) {
    .insurance-claims-section { padding: 64px 0; }
    .insurance-claims-section .claims-title { font-size: 32px; }
    .insurance-claims-section .claims-content { padding-right: 0; }
}

@media (max-width: 575px) {
    .insurance-claims-section { padding: 36px 0; }
    .insurance-claims-section .claims-cta { flex-direction: column; }
    .insurance-claims-section .claims-card { margin-top: 18px; }
}
