@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,300..800;1,300..800&display=swap');

.sap * {
    box-sizing: border-box;
}

.sap {
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: #343434;
    font-size: 16px;
    line-height: 1.7;
}

body{
	  font-family: 'Plus Jakarta Sans', sans-serif !important;
      line-height:1.2;
}

.sap h1,
.sap h2,
.sap h3,
.sap h4,
.sap h5,
.sap h6 {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    line-height: 1.15;
}



.sap a {
    color: #0e7dc0;
    text-decoration: none;
}

.sap a:hover {
    color: #ef6a29;
}

.sap p {
    font-size: 18px;
    line-height: 30px;
    color: #343434;
}

.sap img {
    max-width: 100%;
    height: auto;
    display: block;
}

.sap ul {
    list-style: none;
    padding: 0;
    margin: 0;
}


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

.sap-section-sm {
    padding: 60px 0;
}

/* Announcement Bar */
.sap-bar {
    background-color: #0d1b2a;
    background-image: url("https://kaminerhac.com/wp-content/uploads/2026/01/Group-59.png");
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
    padding: 12px 24px;
    text-align: center;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 600;
    font-size: 18px;
}

.sap-bar-text {
    color: #ef6a29;
}

.sap-bar a {
    color: #fff;
    padding-left: 6px;
    font-size: 16px;
    text-decoration: none;
}

.sap-bar a:hover {
    color: #f8bc13;
}

/* Breadcrumb */
.sap-crumb {
    background: #f7f7f7;
    border-bottom: 1px solid #e5e7eb;
    padding: 12px 0;
    font-size: 14px;
}

.sap-crumb ol {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.sap-crumb li:not(:last-child)::after {
    content: '›';
    margin-left: 6px;
    color: #aaa;
}

.sap-crumb a {
    color: #343434;
    text-decoration: none;
}

.sap-crumb a:hover {
    color: #0e7dc0;
}

.sap-crumb li:last-child {
    color: #006099;
    font-weight: 700;
}

/* Hero */
.sap-hero {
    background-image: url("https://kaminerhac.com/wp-content/uploads/2026/01/about-banner.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 160px 0 140px;
    position: relative;
}

.sap-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, rgba(13, 27, 42, 0.85) 50%, rgba(14, 125, 192, 0.55) 100%);
}

.sap-hero-inner {
    position: relative;
    z-index: 1;
}

.sap-hero-trust {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 16px;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.sap-hero h1 {
    font-size: clamp(2.4rem, 5vw, 4.5rem);
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.05;
    color: #ef6a29;
    margin-bottom: 8px;
}

.sap-hero h1 span {
    color: #fff;
    display: block;
}

.sap-hero-sub {
    font-size: 20px;
    color: #98e0f8;
    font-weight: 500;
    max-width: 560px;
    margin-bottom: 32px;
    line-height: 1.5;
}

.sap-hero-ctas {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 28px;
}

.sap-hero-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.sap-badge {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 6px;
    padding: 7px 14px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 600;
}

/* CTA Buttons — matches .cta1 from theme exactly */
.cta1 {
    display: inline-block;
    padding: 18px 37px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    border-radius: 12px 12px 12px 0;
    color: #fff;
    border: none;
    cursor: pointer;
    background-color: #f8bc13;
    background-image: url("https://kaminerhac.com/wp-content/uploads/2026/01/cta_bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-blend-mode: multiply;
    transition: all 0.3s ease;
}

.cta1:hover {
    background-color: #0e7dc0;
    color: #fff;
    text-decoration: none;
}

.cta1-blue {
    background-color: #0e7dc0;
    background-image: url("https://kaminerhac.com/wp-content/uploads/2026/01/btn-bg.png");
}

.cta1-blue:hover {
    background-color: #f8bc13;
}

/* Section headings */
.sap-section-head {
    margin-bottom: 48px;
}

.eyebrow {
    display: inline-block;
    color: #ef6a29;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: .12em;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.sap-section-head h2 {
    font-size: clamp(1.8rem, 3.5vw, 2.8rem);
    font-weight: 800;
    color: #006099;
    line-height: 1.2;
    margin: 0;
}

.sap-section-head h2 span {
    color: #ef6a29;
}

/* Intro grid */
.sap-intro-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

.sap-intro-grid h2 {
    font-size: clamp(1.8rem, 3.5vw, 2.8rem);
    font-weight: 800;
    color: #006099;
    line-height: 1.2;
    margin-bottom: 24px;
}

.sap-intro-grid h2 span {
    color: #ef6a29;
}

.sap-ai-pull {
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    line-height: 1.6;
    background-color: #f8bc13;
    background-image: url("https://kaminerhac.com/wp-content/uploads/2026/01/cta_bg.png");
    background-size: cover;
    background-blend-mode: multiply;
    border-radius: 20px;
    padding: 28px 36px;
    margin-top: 28px;
}

.sap-ai-pull a {
    color: #fff;
    text-decoration: underline;
}

/* Stats */
.sap-stat-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.sap-stat {
    background: #fff;
    border: 1px solid rgba(0, 96, 153, 0.11);
    border-top: 3px solid #006099;
    border-radius: 14px;
    padding: 22px 18px;
}

.sap-stat-val {
    font-weight: 800;
    font-size: 1.6rem;
    color: #006099;
    line-height: 1;
}

.sap-stat-label {
    font-size: 13px;
    color: #777;
    margin-top: 6px;
    font-weight: 500;
}

.sap-local-note {
    background: #eef5fb;
    border-left: 4px solid #006099;
    border-radius: 0 10px 10px 0;
    padding: 18px 22px;
    margin-top: 18px;
    font-size: 15px;
}

/* Services */
.sap-services {
    background: #f7f7f7;
}

.sap-cards-grid {
    display: grid;
/*     grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); */
 grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.sap-card {
    background: #fff;
    border: 1px solid rgba(0, 96, 153, 0.11);
    border-radius: 14px;
    padding: 32px 26px;
    transition: all 0.3s ease;
}

.sap-card:hover {
    box-shadow: 0 10px 40px rgba(0, 96, 153, 0.1);
    border-color: #0e7dc0;
}

.sap-card h3 {
    font-size: 18px;
    font-weight: 700;
    color: #006099;
    margin-bottom: 10px;
    line-height: 1.3;
}

.sap-card h3 a {
    color: #006099;
}

.sap-card h3 a:hover {
    color: #ef6a29;
}

.sap-card p {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* Neighborhoods */
/* .sap-hoods-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 12px;
}
 */
.sap-hoods-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 12px;
}

.hood-item {
    background: #fff;
    border: 1px solid rgba(0, 96, 153, 0.11);
    border-radius: 10px;
    padding: 12px 18px;
    font-size: 15px;
    font-weight: 600;
    color: #006099;
    display: flex;
    align-items: center;
    gap: 10px;
    line-height:1.5;
}

.hood-item::before {
    content: '';
    width: 8px;
    height: 8px;
    background: #ef6a29;
    border-radius: 50%;
    flex-shrink: 0;
}

/* Why Trust */
.sap-why {
    background: #0d1b2a;
    color: #fff;
}

.sap-why .sap-section-head h2 {
    color: #f8bc13;
}

.sap-why-sub {
    color: rgba(255, 255, 255, 0.75);
    font-size: 18px;
    max-width: 600px;
    margin-bottom: 48px;
}

.sap-why-grid {
    display: grid;
/*     grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); */
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.sap-why-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(248, 188, 19, 0.2);
    border-left: 4px solid #f8bc13;
    border-radius: 0 14px 14px 0;
    padding: 32px 28px;
}

.sap-why-num {
    font-size: 3rem;
    font-weight: 800;
    color: #f8bc13;
    line-height: 1;
    margin-bottom: 10px;
}

.sap-why-card h3 {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}

.sap-why-card p {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.65;
    margin: 0;
}

.sap-why-cta {
    margin-top: 50px;
    text-align: center;
}

/* Reviews */
.sap-reviews-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 24px;
    margin-top: 40px;
}

.sap-review {
    background: #fff;
    border: 1px solid rgba(0, 96, 153, 0.11);
    border-top: 3px solid #f8bc13;
    border-radius: 14px;
    padding: 32px 28px;
}

.sap-review-stars {
    color: #f8bc13;
    font-size: 18px;
    margin-bottom: 14px;
}

.sap-review blockquote {
    font-size: 16px;
    color: #343434;
    line-height: 1.7;
    font-style: italic;
    margin-bottom: 18px;
}

.sap-review-author {
    font-weight: 700;
    font-size: 14px;
    color: #006099;
}

/* FAQ */
.sap-faq {
    margin-top: 40px;
}

.faq-item {
    border-bottom: 1px solid #e5e7eb;
}

.faq-item:first-child {
    border-top: 1px solid #e5e7eb;
}

.faq-q {
    width: 100%;
    background: none;
    border: none;
    text-align: left;
    padding: 22px 0;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #006099;
}

.faq-q:hover {
    color: #ef6a29;
}

.faq-item.open .faq-q {
    color: #ef6a29;
}

.faq-item.open .faq-q svg {
    transform: rotate(180deg);
}

.faq-a {
    display: none;
    padding: 0 0 22px;
    font-size: 16px;
    color: #555;
    line-height: 1.75;
    max-width: 820px;
}

.faq-item.open .faq-a {
    display: block;
}

/* Map */
.sap-map-wrap {
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #e5e7eb;
    margin-top: 36px;
}

.sap-map-wrap iframe {
    width: 100%;
    height: 420px;
    border: none;
    display: block;
}

/* Related */
.sap-related {
    background: #f7f7f7;
    text-align: center;
}

.sap-related h2 {
    font-size: clamp(1.6rem, 3vw, 2.4rem);
    font-weight: 800;
    color: #006099;
    margin-bottom: 36px;
}

.sap-related-links {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: center;
}

/* Contact Section */
.sap-contact {
    background-image: url("https://kaminerhac.com/wp-content/uploads/2026/01/wehelp_bg-scaled.png");
    background-size: cover;
    background-position: center;
}

.sap-contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.sap-contact-left h3 {
    font-size: clamp(1.6rem, 3vw, 2.4rem);
    font-weight: 800;
    color: #006099;
    line-height: 1.25;
    margin-bottom: 20px;
}

.sap-contact-left h3 span {
    color: #ef6a29;
}

.sap-form-box {
    background: #fff;
    border-radius: 20px;
    padding: 44px 40px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
}

.sap-form-box h4 {
    font-size: 22px;
    font-weight: 800;
    color: #006099;
    margin-bottom: 28px;
}

/* CallRail Form Styles */
.cr-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 16px;
}

.cr-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 16px;
}

.cr-group label {
    font-size: 13px;
    font-weight: 700;
    color: #006099;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.cr-input {
    border: 1px solid #dde4ed;
    border-radius: 8px;
    padding: 12px 16px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 15px;
    color: #343434;
    width: 100%;
    outline: none;
    transition: border-color .2s;
    background: #fafafa;
}

.cr-input:focus {
    border-color: #0e7dc0;
    background: #fff;
}

textarea.cr-input {
    resize: vertical;
    min-height: 100px;
}

.cr-consent {
    margin-top: 8px;
    font-size: 12px;
    color: #888;
    line-height: 1.5;
    display: flex;
    gap: 8px;
    align-items: flex-start;
}

.cr-consent input {
    flex-shrink: 0;
    margin-top: 3px;
    accent-color: #0e7dc0;
}

.cr-submit {
    width: 100%;
    margin-top: 12px;
    padding: 18px;
    font-size: 18px;
}

/* Mobile sticky */
.sap-sticky {
    display: none;
}
/* 28-may  */
.sap-intro-grid h2 {
  max-width:550px;
margin-bottom:24px !important;
}
.sap-services .sap-card h3 a{
text-decoration:none;
}
.sap-services .sap-card h3 {
margin-bottom:10px !important;
}
.sap-why .sap-why-card h3{
line-height:1.2;
margin-bottom:10px !important;
}


/* Responsive css */

@media (max-width:1199px){

.sap-intro-grid {  
    gap: 30px;   
}

.sap-services .sap-cards-grid {   
    grid-template-columns: repeat(3, 1fr);   
}
.sap-hoods-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

}

@media (max-width: 991px) {

    .sap-intro-grid,
    .sap-contact-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .sap-hero {
        padding: 100px 0 80px;
    }

    .sap-section {
        padding: 60px 0;
    }

    .cr-row {
        grid-template-columns: 1fr;
    }
.sap-intro-grid h2 {
    max-width: 100%;
}
.sap-why .sap-why-grid {
    grid-template-columns: repeat(3, 1fr);    
}
.sap-section-head {
    margin-bottom: 30px;
}
 
}

@media (max-width:767px){
.sap-services .sap-cards-grid {
    grid-template-columns: repeat(2, 1fr);
}
.sap-hoods-grid {    
    grid-template-columns: repeat(2, 1fr);    
}

.sap-why .sap-why-grid {
    grid-template-columns: repeat(2, 1fr);
}

}

@media (max-width: 575px) {
    .sap-hero h1 {
        font-size: 2.2rem;
    }

    .sap-cards-grid {
        grid-template-columns: 1fr 1fr;
    }

    .sap-hoods-grid {
        grid-template-columns: 1fr 1fr;
    }

    .sap-sticky {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 999;
        background: #0d1b2a;
        border-top: 2px solid #f8bc13;
        padding: 14px 20px;
        text-align: center;
    }

    .sap-sticky a {
        color: #f8bc13;
        font-family: 'Plus Jakarta Sans', sans-serif;
        font-size: 16px;
        font-weight: 700;
        text-decoration: none;
    }
.sap-services .sap-cards-grid {
    grid-template-columns: repeat(1, 1fr);
}


.sap-why .sap-why-grid {
    grid-template-columns: repeat(1, 1fr);
}
.sap-why .sap-why-card {
    
    padding: 25px 20px;
}
.sap-services .sap-card {   
    padding: 25px 20px;
}
}