:root {
    --black: #000000;
    --brand: #e71722;
    --body_txt_color: #444444;
    --white: #fff;
    --red: #d70007;
    --heding: #06175b;
}



/* bnr-start */

.battery-mainte-bnr .content-col {
    padding: 80px 60px 30px;
    z-index: 2;
}

.battery-mainte-bnr .content-wrapper {
    max-width: 60%;
    width: 100%;
    margin-top: 2rem;
    position: relative;
}

.battery-mainte-bnr .main-heading {
    color: var(--white);
    font-size: 55px;
    font-weight: 700;
    line-height: 70px;
    margin-bottom: 24px;
    letter-spacing: 0.02rem;
}


.battery-mainte-bnr {
    position: relative;
    overflow: clip;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: bottom center !important;
    padding: 5rem;
    z-index: 1;
}

.battery-mainte-bnr .description {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 36px;
}

.battery-mainte-bnr .btn-group-custom {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.battery-mainte-bnr .btn-group-custom .btn {
    font-size: 1.5rem;
    font-weight: 600;
    padding: 12px 28px;
    border-radius: 4px;
    letter-spacing: 0.5px;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
}

.battery-mainte-bnr .btn-brand {
    background-color: var(--brand);
    color: var(--white);
    border: 2px solid var(--brand);
}

.battery-mainte-bnr .btn-brand:hover {
    background-color: var(--red);
    border-color: var(--red);
    color: var(--white);
}

.battery-mainte-bnr .btn-outline-custom {
    background-color: transparent;
    color: var(--white);
    border: 2px solid var(--white);
}

.battery-mainte-bnr .btn-outline-custom:hover {
    background-color: var(--white);
    color: var(--black);
}


.battery-mainte-bnr .btn i {
    font-size: 11px;
}

.battery-mainte-bnr .battery-img-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    clip-path: polygon(12% 0%, 100% 0%, 100% 100%, 0% 100%);
    border-left: 4px solid var(--brand);
}

/* bnr-end */

/* battery-gui-start */

.battery-mainte-bnr .battery-image-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 400px;
    animation: fadeInLeft 0.8s ease-out;
}

.battery-mainte-bnr .battery-image {
    width: 100%;
    max-width: 500px;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    object-fit: cover;
}

.battery-mainte-bnr .battery-image:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 50px rgba(231, 23, 34, 0.15);
}


.battery-mainte-bnr .battery-care-content {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    animation: fadeInRight 0.8s ease-out;
}


.battery-mainte-bnr .care-guide-label {
    display: inline-block;
    width: fit-content;
}

.battery-mainte-bnr .label-text {
    display: inline-block;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 2px;
    color: var(--brand);
    text-transform: uppercase;
    padding: 0.5rem 1rem;
    background: rgba(231, 23, 34, 0.1);
    border-left: 3px solid var(--brand);
}


.battery-mainte-bnr .care-guide-title {
    font-size: 2rem;
    font-weight: 700;
    color: var(--heding);
    line-height: 1.3;
    letter-spacing: -0.5px;
    margin: 0;
}


.battery-mainte-bnr .care-guide-description {
    font-size: 1rem;
    color: var(--body_txt_color);
    line-height: 1.7;
    margin: 0;
}


.battery-mainte-bnr .benefits-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-top: 1rem;
}


.battery-mainte-bnr .benefit-card {
    display: flex;
    gap: 1rem;
    padding: 1.5rem;
    background: var(--white);
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    transition: all 0.4s ease;
    cursor: pointer;
}

.battery-mainte-bnr .benefit-card:hover {
    border-color: var(--brand);
    box-shadow: 0 8px 24px rgba(231, 23, 34, 0.12);
    transform: translateY(-4px);
}


.battery-mainte-bnr .benefit-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--brand) 0%, var(--red) 100%);
    border-radius: 50%;
    color: var(--white);
    font-size: 1.8rem;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.battery-mainte-bnr .benefit-card:hover .benefit-icon {
    transform: scale(1.1) rotate(10deg);
    box-shadow: 0 8px 20px rgba(231, 23, 34, 0.3);
}


.battery-mainte-bnr .benefit-content {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    flex: 1;
}

.sub-tle-3 {
    font-size: 20px;
    font-weight: 500;
    color: var(--red);
    padding-bottom: .5rem;
    display: inline-block;
}

.sec-tle-2 {
    font-size: 34px;
    padding-bottom: 1.4rem;
}

.batry-inspec-2 .benefits-grid {
    display: flex;
    gap: 3rem;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 1rem;
}

.battery-mainte-bnr .benefit-title {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--heding);
    margin: 0;
    line-height: 1.3;
}


.battery-mainte-bnr .benefit-text {
    font-size: 0.85rem;
    color: var(--body_txt_color);
    margin: 0;
    line-height: 1.5;
}

.batry-inspec-2 .benefits-grid .benefit-card .benefit-content .benefit-title {
    font-size: 17px;
    line-height: 29px;
    text-align: center;
    margin-bottom: 1rem;
}

.batry-inspec-2 .benefits-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    padding-top: 1.4rem;
}

.batry-inspec-2 .benefit-card {
    /* background: #fff; */
    /* border: 1px solid #e9e9e9; */
    border-radius: 6px;
    /* padding: 18px 15px; */
    text-align: center;
    transition: .3s;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .5rem;
}


.batry-inspec-2 .benefit-icon {
    width: 52px;
    height: 52px;
    margin: 0 auto 12px;
    border: 2px solid #d91f26;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.batry-inspec-2 .benefit-icon i {
    color: #d91f26;
    font-size: 22px;
}

.batry-inspec-2 .benefit-title {
    font-size: 18px;
    font-weight: 700;
    color: #0c2d63;
    margin-bottom: 8px;
    line-height: 1.3;
}

.batry-inspec-2 .benefit-text {
    font-size: 14px;
    color: #666;
    margin: 0;
    line-height: 1.6;
}


/* battery-gui-end */

/* battery-inspect-start */


.batry-maint-3 .maintenance-image-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 450px;
}

.batry-maint-3 .maintenance-image {
    width: 100%;
    max-width: 400px;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    object-fit: cover;
}

.batry-maint-3 .maintenance-image:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 50px rgba(231, 23, 34, 0.15);
}


.batry-maint-3 .maintenance-content {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}


.batry-maint-3 .maintenance-title {
    font-size: 2rem;
    font-weight: 700;
    color: var(--heding);
    line-height: 1.3;
    letter-spacing: -0.5px;
    margin: 0;
}


.batry-maint-3 .maintenance-tips-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}


.batry-maint-3 .tips-column {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}


.batry-maint-3 .maintenance-tip {
    display: flex;
    gap: 0.8rem;
    align-items: flex-start;
    transition: all 0.3s ease;
    padding-bottom: 21px;
}


.batry-maint-3 .tips-column {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    padding-right: 1.5rem;
    border-right: 1px solid #00000045;
}

.batry-maint-3 .maintenance-tips-grid .tips-column:last-child {
    border-right: none;
    padding-right: 0;
}

.batry-maint-3 .tip-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background: var(--brand);
    color: var(--white);
    font-size: 1.3rem;
    font-weight: 700;
    flex-shrink: 0;
    line-height: 1;
    transition: all 0.3s ease;
    border-radius: 50%;
    margin-right: .5rem;
}

.batry-maint-3 .tip-text {
    font-size: 1.46rem;
    color: var(--body_txt_color);
    line-height: 26px;
    margin: 0;
    text-align: left;
}


/* battery-inspect-end */

/* battery-test-method-start */

.batry-tsti-metho .method-card {
    background-color: var(--white);
    border: 1px solid #0000001f;
    border-radius: 12px;
    padding: 30px 25px;
    width: 100%;
    box-shadow: 0 10px 30px #0000001c;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.batry-tsti-metho .method-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(6, 23, 91, 0.06);
}


.batry-tsti-metho .icon-box {
    margin-right: 20px;
    flex-shrink: 0;
}

.batry-tsti-metho .icon-box i {
    font-size: 45px;
    color: var(--brand);
    display: block;
}

.batry-tsti-metho .card-content {
    flex-grow: 1;
}

.batry-tsti-metho .card-heading {
    color: var(--heding);
    font-size: 19px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 15px;
    margin-top: 5px;
}

.batry-tsti-metho .card-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.batry-tsti-metho .card-list li {
    color: var(--body_txt_color);
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 12px;
    position: relative;
    padding-left: 15px;
}

.batry-tsti-metho .card-list li:last-child {
    margin-bottom: 0;
}

.batry-tsti-metho .card-list li::before {
    content: "•";
    color: var(--black);
    font-weight: bold;
    display: inline-block;
    width: 15px;
    margin-left: -19px;
    position: absolute;
    top: 0;
    font-size: 23px;
}

/* battery-test-method-end */

/* battery-fea-start */

.batry-fea-2 .charging-block-wrapper {
    background-color: var(--white);
    border-radius: 16px;
    padding: 40px 30px 10px 30px;
    box-shadow: 0 10px 35px rgb(6 23 91 / 23%);
}

.batry-fea-2 .sub-title-badge {
    color: var(--brand);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.05rem;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 8px;
}

.batry-fea-2 .main-heading {
    color: var(--heding);
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 25px;
}

.batry-fea-2 .section-intro-txt {
    color: var(--body_txt_color);
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 25px;
}


.batry-fea-2 .check-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 25px;
}

.batry-fea-2 .check-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 28px;
    color: var(--body_txt_color);
    font-size: 15px;
    line-height: 1.5;
}

.batry-fea-2 .check-list li i {
    color: var(--brand);
    font-size: 22px;
    margin-top: 2px;
    flex-shrink: 0;
}


.batry-fea-2 .feature-item-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 25px;
}

.batry-fea-2 .feature-card-item {
    gap: 15px;
    align-items: flex-start;
}


.batry-fea-2 .icon-frame {
    width: 38px;
    height: 38px;
    border: 2px solid var(--brand);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 3px;
    position: relative;
}


.batry-fea-2 .icon-frame::before {
    content: "";
    position: absolute;
    top: -6px;
    width: 2px;
    height: 6px;
    background-color: var(--brand);
}

.batry-fea-2 .icon-frame i {
    color: var(--brand);
    font-size: 16px;
}

.batry-fea-2 .feature-text h4 {
    color: #020202e0;
    font-size: 16.5px;
    font-weight: 700;
    margin-bottom: 0;
}

.batry-fea-2 .feature-text p {
    color: var(--body_txt_color);
    font-size: 1.5rem;
    line-height: 24px;
    margin-bottom: 0;
}

.batry-fea-2 .product-img {
    max-height: 280px;
    object-fit: contain;
    width: auto;
    max-width: 100%;
}

/* battery-fea-end */

/* recomend-start*/



.reomend-sec .recomend-lt-txt-cont p {
    color: #555555;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 0;
}

.reomend-sec .recomend-lt-txt-cont {
    padding-top: 12px !important;
}


.reomend-sec .recomend-list {
    margin-top: 8px;
    margin-bottom: 0;
    padding-left: 18px;
}

.reomend-sec .recomend-list li {
    color: #555555;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 2px;
    list-style-type: disc;
}

.reomend-sec .recomen-rt {
    height: 100%;
}

.reomend-sec .recomend-centr-img {
    border: 1px solid #d8d8d8;
    overflow: hidden;
}

.reomend-sec .recomend-centr-img img {
    width: 100%;
    display: block;
}

.reomend-sec .recomend-rt-txt {
    margin-top: 10px;
}

.reomend-sec .recomend-rt-txt h3 {
    font-size: 18px;
    font-weight: 700;
    color: #e53935;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.reomend-sec .recomend-rt-txt p {
    color: #555555;
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 0;
}

/* recomend-end */

/* fact-btry-life start */



.factor-btry-life .section-title {
    color: var(--heding);
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
}

.factor-btry-life .factor-card {
    background-color: var(--white);
    border: 1px solid #f0f2f5;
    border-radius: 10px;
    padding: 40px 25px;
    width: 100%;
    box-shadow: 0 8px 24px rgba(6, 23, 91, 0.03);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.factor-btry-life .factor-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(6, 23, 91, 0.07);
}

.factor-btry-life .icon-wrapper {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.factor-btry-life .icon-wrapper i {
    font-size: 46px;
    color: var(--brand);
}

.factor-btry-life .card-heading {
    color: var(--heding);
    font-size: 23px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 15px;
}

.factor-btry-life .description {
    color: var(--body_txt_color);
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 0;
}


.factor-btry-life .fa-arrows-left-right-to-line {
    font-size: 46px !important;
}



/* fact-btry-life-end  */

/* btry-inspect-fea-2-start  */

.btry-insect-fea-txt-3 .info-card-block {
    background-color: var(--white);
    border: 1px solid #dadada;
    border-radius: 12px;
    padding: 35px 30px;
    box-shadow: 0 10px 30px rgb(6 23 91 / 4%);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.btry-insect-fea-txt-3 .info-card-block:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 35px rgba(6, 23, 91, 0.06);
}


.btry-insect-fea-txt-3 .card-title {
    color: var(--heding);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 25px;
}


.btry-insect-fea-txt-3 .card-intro-text {
    color: var(--body_txt_color);
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
}


.btry-insect-fea-txt-3 .info-check-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.btry-insect-fea-txt-3 .info-check-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 16px;
    color: var(--body_txt_color);
    font-size: 14px;
    line-height: 1.5;
}

.btry-insect-fea-txt-3 .info-check-list li:last-child {
    margin-bottom: 0;
}


.btry-insect-fea-txt-3 .info-check-list li i {
    color: var(--brand);
    font-size: 16px;
    margin-top: 3px;
    flex-shrink: 0;
}

.btry-insect-fea-txt-3 .info-check-list li span {
    flex-grow: 1;
}

/* fact-btry-inspec-fea-2-end  */

/* faq-start  */

/* faq-end  */


/* cta-start   */

.btry-insect-cta .cta-banner-wrapper {
    background-color: #040d25;
    border-radius: 8px;
    padding: 25px 40px;
    position: relative;
    overflow: hidden;
}


.btry-insect-cta .cta-battery-img {
    max-height: 85px;
    width: auto;
    object-fit: contain;
}


.btry-insect-cta .cta-heading {
    color: var(--white);
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 6px;
    letter-spacing: 0.01rem;
}

.btry-insect-cta .cta-desc {
    color: rgba(255, 255, 255, 0.85);
    font-size: 14.5px;
    line-height: 25px;
    margin-bottom: 0;
}


.btry-insect-cta .btn-brand-cta {
    background-color: var(--brand);
    color: var(--white);
    font-size: 15px;
    font-weight: 700;
    padding: 12px 28px;
    border: 2px solid var(--brand);
    border-radius: 4px;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.btry-insect-cta .btn-brand-cta:hover {
    background-color: var(--red);
    border-color: var(--red);
    color: var(--white);
}


.btry-insect-cta .btn-outline-cta {
    background-color: transparent;
    color: var(--white);
    font-size: 15px;
    font-weight: 700;
    padding: 12px 24px;
    border: 2px solid rgba(255, 255, 255, 0.6);
    border-radius: 4px;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.btry-insect-cta .btn-outline-cta:hover {
    background-color: var(--white);
    border-color: var(--white);
    color: #040d25;
}



/* cta-end   */