﻿.logo-img{
    max-height: 50px;
}
.aboutLogo{
        height: 680px;
    position: absolute;
    z-index: 2;
    top: -69%;
    left: 10%;
}

.hero-slide img{
    height: 600px;
    object-fit: cover;
    max-height: 600px;
}
.tp-about-area .col-lg-9,
.tp-about-area .tp-section-6-subtitle,
.tp-about-area .tp-about-7-title,
.tp-about-area p {
  position: relative !important;
  z-index: 2 !important;
}

.tp-service-7-thumb img {  height: 340px;}
.h-280{ height: 280px; }
.mxw-800{ max-width: 800px; }
.mn-h-400{ min-height: 400px; }
.tp-product-area{
    background: #F2F2F2;
}
.circle-btn{
    font-size: 13px;
    background: white;
    padding: 45px 27px;
    border-radius: 50%;
    font-weight: 500;
    line-height: 1.2;
    color: #000000;
}
.slick-dots{
    display: none !important;
}
.product-slider {
    margin: 0;
}

.product-slider .slick-slide {
    margin: 0;
}

.product-item {
    position: relative;
    height: 550px;
    overflow: hidden;
    border-right: 1px solid white;
}

.product-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .6s;
}

.product-item:hover img {
    transform: scale(1.08);
}

.product-overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 90%;
    background: #0b3b38;
    padding: 22px;
    color: #fff;
    min-height: 150px;
}

.product-overlay h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #FFFFFF;
}

.product-overlay p {
    margin: 0;
    color: #B9B9B9;
    font-size: 16px;
    line-height: 1.3;
}
.product-overlay .arrow {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 18px;
}
.product-overlay .arrow i{ font-weight: 400;}
.product-item:hover .arrow {
    transform: translate(5px,-5px);
    transition: .3s;
}

.feature-row {
    margin-bottom: 40px;
}

.feature-item {
    text-align: center;
}

.feature-item h4 {
    font-size: 18px;
    font-weight: 600;
    color: #0F2F2F;
    margin-bottom: 18px;
}

.feature-item p {
    font-size: 16px;
    line-height: 1.4;
    color: #818181;
    margin: 0;
    font-weight: 500;
}
.second-feature-row {
    max-width: 1000px;
    margin: 0 auto;
}

.feature-banner{
    background:rgba(0,0,0,0.3);
    padding: 15px 30px;
}
/* ========================================
   BRBATT Products Page
   ======================================== */

/* Page Banner */
.brbatt-page-banner {
    padding: 60px 0 50px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.brbatt-breadcrumb {
    color: rgba(255,255,255,0.6);
    font-size: 14px;
    margin-bottom: 14px;
    letter-spacing: 0.05em;
}
.brbatt-breadcrumb a {
    color: #f5a623;
    text-decoration: none;
}
.brbatt-breadcrumb a:hover { color: #00c2ff; }
.brbatt-page-title {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    margin: 0;
}

/* Sidebar */
.brbatt-sidebar {
    background: #fff;
    padding: 28px;
    border-radius: 10px;
    box-shadow: 0 2px 20px rgba(10,22,40,0.08);
}
.brbatt-sidebar-title {
    font-size: 13px;
    font-weight: 700;
    color: #0a1628;
    padding-bottom: 14px;
    margin-bottom: 18px;
    border-bottom: 2px solid #f5a623;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}
.brbatt-sidebar-cat {
    list-style: none;
    padding: 0;
    margin: 0;
}
.brbatt-sidebar-cat li a {
    display: block;
    padding: 9px 0;
    color: #555;
    text-decoration: none;
    font-size: 14px;
    border-bottom: 1px solid #f0f0f0;
    transition: color 0.2s, padding-left 0.2s;
}
.brbatt-sidebar-cat li:last-child a { border-bottom: none; }
.brbatt-sidebar-cat li a:hover,
.brbatt-sidebar-cat li.active a {
    color: #f5a623;
    padding-left: 8px;
}
.brbatt-sidebar-cat li.active a { font-weight: 600; }

/* Sort Bar */
.brbatt-shop-bar {
    background: #fff;
    padding: 14px 20px;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(10,22,40,0.06);
}
.brbatt-results-count {
    color: #666;
    font-size: 14px;
    margin: 0;
}
.brbatt-sort-select {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 8px 14px;
    font-size: 14px;
    color: #0a1628;
    background: #fff;
    cursor: pointer;
    outline: none;
    transition: border-color 0.2s;
}
.brbatt-sort-select:focus { border-color: #f5a623; }

/* Product Card */
.brbatt-product-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 16px rgba(10,22,40,0.08);
    transition: box-shadow 0.3s, transform 0.3s;
    margin-bottom: 30px;
}
.brbatt-product-card:hover {
    box-shadow: 0 8px 36px rgba(10,22,40,0.15);
    transform: translateY(-4px);
}
.brbatt-product-img-wrap {
    position: relative;
    overflow: hidden;
}
.brbatt-product-img-wrap img {
    width: 100%;
    height: 210px;
    object-fit: cover;
    display: block;
    transition: transform 0.4s;
}
.brbatt-product-card:hover .brbatt-product-img-wrap img {
    transform: scale(1.06);
}
.brbatt-quick-view-overlay {
    position: absolute;
    inset: 0;
    background: rgba(10,22,40,0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s;
}
.brbatt-product-card:hover .brbatt-quick-view-overlay { opacity: 1; }
.brbatt-quick-view-btn {
    background: #f5a623;
    color: #0a1628;
    border: none;
    padding: 10px 22px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
}
.brbatt-quick-view-btn:hover {
    background: #00c2ff;
    color: #fff;
}
.brbatt-product-body { padding: 16px 18px 20px; }
.brbatt-product-tag {
    display: inline-block;
    background: rgba(0,194,255,0.1);
    color: #00c2ff;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    padding: 3px 10px;
    border-radius: 20px;
    margin-bottom: 9px;
}
.brbatt-product-name {
    font-size: 14px;
    font-weight: 600;
    color: #0a1628;
    margin: 0;
    line-height: 1.45;
}
.brbatt-product-name a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s;
}
.brbatt-product-name a:hover { color: #f5a623; }

/* Pagination */
.brbatt-pagination { padding-top: 10px; }
.brbatt-pagination span,
.brbatt-pagination a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 6px;
    margin: 0 3px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
    background: #fff;
    color: #0a1628;
    box-shadow: 0 1px 6px rgba(10,22,40,0.1);
}
.brbatt-pagination span.active,
.brbatt-pagination a:hover {
    background: #f5a623;
    color: #fff;
}

/* ========================================
   Service Slider — Prev/Next Navigation
   ======================================== */
.drbatt-slider-nav { gap: 16px; }
.drbatt-slider-btn {
    width: 44px; height: 44px;
    border-radius: 50%;
    background: #0A0F2C;
    color: #fff;
    display: inline-flex; align-items: center; justify-content: center;
    cursor: pointer;
    flex-shrink: 0;
    transition: background 0.25s;
}
.drbatt-slider-btn:hover { background: #B8FF3C; color: #0A0F2C; }
.tp-service-7-slider-pagination { display: flex; align-items: center; gap: 6px; }
.tp-service-7-slider-pagination .swiper-pagination-bullet { width: 8px; height: 8px; background: #ccc; opacity: 1; border-radius: 50%; }
.tp-service-7-slider-pagination .swiper-pagination-bullet-active { background: #0A0F2C; }

/* ========================================
   About Section — Highlights Checklist
   ======================================== */
.drbatt-highlights-list { list-style: none; padding: 0; margin: 0; }
.drbatt-highlights-list li { display: flex; align-items: center; padding: 6px 0; font-size: 15px; color: #555; }
.drbatt-highlights-list li i { color: #1a8c3c; margin-right: 10px; flex-shrink: 0; }

/* ========================================
   Why Choose DR BATT — Feature Cards
   ======================================== */
.drbatt-feature-card { padding: 30px 24px; background: #fff; border-radius: 12px; box-shadow: 0 2px 18px rgba(10,22,40,0.08); transition: box-shadow 0.3s, transform 0.3s; margin-bottom: 30px; }
.drbatt-feature-card:hover { box-shadow: 0 8px 32px rgba(10,22,40,0.14); transform: translateY(-5px); }
.drbatt-feature-icon { font-size: 34px; color: #0A0F2C; }
.drbatt-feature-title { font-size: 17px; font-weight: 700; color: #0A0F2C; }

/* ========================================
   Applications — Industry Tags
   ======================================== */
.drbatt-app-tag { display: inline-block; background: #f3f6fa; color: #0A0F2C; font-size: 14px; font-weight: 500; padding: 10px 22px; border-radius: 50px; margin: 6px 4px; border: 1.5px solid #dde3ec; transition: all 0.25s; text-decoration: none; }
.drbatt-app-tag:hover { background: #B8FF3C; border-color: #B8FF3C; color: #0A0F2C; text-decoration: none; }

/* ========================================
   Sustainability — Benefits List
   ======================================== */
.drbatt-sustain-list { list-style: none; padding: 0; margin: 0; }
.drbatt-sustain-list li { display: flex; align-items: center; padding: 7px 0; font-size: 15px; color: #fff; }
.drbatt-sustain-list li i { color: #B8FF3C; font-size: 15px; margin-right: 12px; flex-shrink: 0; }

/* ========================================
   Fix: Solutions for Every Industry — card layout
   The theme sets tp-project-7-content to position:absolute and
   tp-project-7-thumb img to opacity:0 (hover-reveal design).
   Both break when going from 4 to 10 cards, so we reset them here.
   ======================================== */
.tp-project-are .tp-project-7-thumb img {
    opacity: 1;
    height: 350px;
    object-fit: cover;
    object-position: center;
}
.tp-project-are .tp-project-7-content {
    position: static;
    padding: 22px 30px 25px;
}

/* ========================================
   Industry Slider
   ======================================== */
#industry-slider {
    padding-bottom: 50px;
}
#industry-slider .tp-project-7-item {
    margin: 0 8px;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#industry-slider .tp-project-7-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 32px rgba(0,0,0,0.25);
}
#industry-slider .tp-project-7-thumb img {
    height: 300px;
    object-fit: cover;
    width: 100%;
    border-radius: 12px 12px 0 0;
}
#industry-slider .tp-project-7-content {
    padding: 20px;
}
.tp-project-7-content .arrow i{
    color:rgb(184, 255, 60);
    font-size: 22px;
    font-weight: 400;
}
/* ========================================
   Products Page
   ======================================== */

/* Breadcrumb nav in green banner */
.drbatt-breadcrumb-nav {
    color: rgba(255,255,255,0.7);
    font-size: 14px;
    letter-spacing: 0.04em;
}
.drbatt-breadcrumb-nav a {
    color: #B8FF3C;
    text-decoration: none;
    transition: opacity 0.2s;
}
.drbatt-breadcrumb-nav a:hover { opacity: 0.8; }
.drbatt-breadcrumb-nav span { color: rgba(255,255,255,0.7); }

/* Product card */
.drbatt-prod-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 20px rgba(10,22,40,0.07);
    transition: box-shadow 0.3s, transform 0.3s;
}
.drbatt-prod-card:hover {
    box-shadow: 0 10px 36px rgba(10,22,40,0.15);
    transform: translateY(-5px);
}
.drbatt-prod-img {
    position: relative;
    overflow: hidden;
}
.drbatt-prod-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}
.drbatt-prod-card:hover .drbatt-prod-img img {
    transform: scale(1.06);
}
.drbatt-prod-overlay {
    position: absolute;
    inset: 0;
    background: rgba(10,22,40,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s;
}
.drbatt-prod-card:hover .drbatt-prod-overlay { opacity: 1; }
.drbatt-prod-btn {
    background: #B8FF3C;
    color: #0a1628;
    padding: 10px 24px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    text-decoration: none;
    transition: background 0.2s;
}
.drbatt-prod-btn:hover {
    background: #fff;
    color: #0a1628;
}
.drbatt-prod-body {
    padding: 18px 20px 22px;
}
.drbatt-prod-tag {
    display: inline-block;
    background: rgba(184,255,60,0.15);
    color: #2a6e00;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    padding: 3px 10px;
    border-radius: 20px;
    margin-bottom: 10px;
}
.drbatt-prod-name {
    font-size: 15px;
    font-weight: 600;
    color: #0a1628;
    margin: 0;
    line-height: 1.45;
}
.drbatt-prod-name a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s;
}
.drbatt-prod-name a:hover { color: #2a6e00; }

/* ========================================
   Testimonial Slider — Pagination Dots
   ======================================== */
.tp-testimonial-7-pagination {
  text-align: center;
  margin-top: 32px;
  line-height: 1;
}
.tp-testimonial-7-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: rgba(10, 15, 44, 0.2);
  opacity: 1;
  border-radius: 50%;
  transition: all 0.3s;
}
.tp-testimonial-7-pagination .swiper-pagination-bullet-active {
  background: #0A0F2C;
  width: 24px;
  border-radius: 5px;
}

/* ========================================
   RESPONSIVE FIXES — Mobile & Tablet
   ======================================== */

/* ----------------------------------------
   TABLET  (≤1024px)
   ---------------------------------------- */
@media (max-width: 1024px) {
  /* Section padding: desktop 110/120 → tablet ~60/70 */
  .tp-about-area       { padding-top: 60px !important; padding-bottom: 70px !important; }
  .why-choose-section  { padding-top: 60px !important; padding-bottom: 70px !important; }
  .tp-product-area     { padding-top: 50px !important; }
  .tp-counter-area     { padding-top: 70px !important; padding-bottom: 50px !important; }
  .tp-testimonial-area { padding-top: 70px !important; padding-bottom: 70px !important; }
      .tp-product-area .col-lg-3.text-end {
        text-align: left !important;
    }
  .tp-contact-area     { padding-top: 70px !important; padding-bottom: 60px !important; }
  .drbatt-products-section { padding-top: 60px !important; padding-bottom: 80px !important; }

  /* Footer Quick Links / Quick Links left margin */
  .tp-footer-6-widget.ml-70 { margin-left: 0 !important; }

  /* Feature row bottom spacing */
  .feature-row { margin-bottom: 60px; }

  /* Counter item wrap: reset desktop offset margin */
  .tp-counter-7-item-wrap { margin-left: 0 !important; }

  /* About section — shrink watermark logo on tablet so it doesn't crowd content */
  .aboutLogo {
    width: 280px !important;
    height: auto !important;
    top: -48%;
  }
  .last-col-feature{
            margin: 30px 0 0 0;
        text-align: center;
        width: 100%;
  }

  .last-col-feature .feature-item{
    width: 50%;
    margin: 0 auto;
  }
}

/* ----------------------------------------
   MOBILE  (≤767px)
   ---------------------------------------- */
@media (max-width: 767px) {
  /* Hero title: max 32px */
  .tp-hero-7-title { font-size: 30px; }

  /* Hero glass card: reduce inner padding */
  .tp-hero-7-video-top { padding: 24px 18px 16px; }

  /* Section paddings */
  .tp-about-area       { padding-top: 50px !important; padding-bottom: 50px !important; }
  .why-choose-section  { padding-top: 50px !important; padding-bottom: 50px !important; }
  .tp-product-area     { padding-top: 40px !important; }
  .tp-counter-area     { padding-top: 50px !important; padding-bottom: 40px !important; }
  .tp-testimonial-area { padding-top: 60px !important; padding-bottom: 60px !important; }
  .tp-contact-area     { padding-top: 60px !important; padding-bottom: 50px !important; }
  .drbatt-products-section { padding-top: 50px !important; padding-bottom: 60px !important; }

  /* Products page banner */
  .tp-hero-area { padding-top: 50px !important; }

  .slick-dots li       { display: inline-block; }
  .slick-dots li button { font-size: 0; width: 10px; height: 10px; background: rgba(11,59,56,0.25); border: none; border-radius: 50%; padding: 0; cursor: pointer; transition: background 0.25s; }
  .slick-dots li.slick-active button { background: #0b3b38; }

  /* Product item: shorten for single-slide mobile view */
  .product-item        { height: 320px; }

  /* Feature row / why-choose spacing */
  .feature-row         { margin-bottom: 30px; }
  .feature-item    { margin-bottom: 30px; }
  .last-col-feature{margin:0;}
      .last-col-feature .feature-item {width: 100%; margin: 0;}
  .second-feature-row  { max-width: 100%; }

  /* Counter items: reduce oversized bottom margin */
  .tp-counter-7-item   { margin-bottom: 30px !important; }

  /* Footer: remove stray left margin */
  .tp-footer-6-widget.ml-70 { margin-left: 0 !important; }

  /* Container-1580 side padding prevents content kissing viewport edges */
  .container-1580      { padding-left: 15px; padding-right: 15px; }
  .mn-h-400{ min-height: 350px; }

  /* CTA title: reduce — main.css sets 50px here, bring to 36px */
  .tp-cta-7-title      { font-size: 36px; }

  /* Social icon tap targets (offcanvas panel) */
  .tpoffcanvas__social .social-icon a {
    display: inline-flex; align-items: center; justify-content: center;
    min-width: 44px; min-height: 44px;
  }

  /* Products page section header row: allow wrapping */
  .drbatt-products-section .row.mb-60 { margin-bottom: 30px !important; }

  /* Why-Choose section heading row: reduce large bottom margin */
  .why-choose-section .row.mb-100  { margin-bottom: 40px !important; }

  /* About section heading row padding */
  .tp-product-area .row.pb-80      { padding-bottom: 30px !important; }

  /* ---- PROBLEM 1: About section — hide overflowing decorative logo ---- */
  .aboutLogo {        width: 175px !important;
        height: auto !important;
        left: 65%;
        top: -30%;}

  /* About text column: ensure it's above any stacking context and not clipped */
  .tp-about-area .col-lg-9 {
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-left: 0 !important;
    position: relative;
    z-index: 2;
  }

  /* ---- PROBLEM 2: Hero glass card — fix text overflow ---- */

  /* Card must not exceed viewport; ensure it doesn't clip contents */
  .tp-hero-7-video-wrap {
         display: none !important;   
  }

}

/* ----------------------------------------
   SMALL MOBILE  (≤480px)
   ---------------------------------------- */
@media (max-width: 480px) {
  /* Hero title: tighten further */
  .tp-hero-7-title          { font-size: 24px; }

      .aboutLogo {
        width: 150px !important;
        height: auto !important;
        left: 55%;
        top: -25%;
    }
  /* Hero glass card: single-column comfort */
  .tp-hero-7-video-wrap     { border-radius: 14px; }

  /* CTA title */
  .tp-cta-7-title           { font-size: 28px; }

  /* Feature banner title */
  .tp-about-7-banner-title  { font-size: 32px; }

  /* Product item height */
  .product-item             { height: 280px; }

  /* Product overlay */
  .product-overlay h4       { font-size: 16px; }
  .product-overlay p        { font-size: 14px; }

  /* Checklist left-clip guard */
  .drbatt-sustain-list li   { padding-left: 0; }
    .mn-h-400{ min-height: 280px; }
  /* Product cards: body text comfortable */
  .drbatt-prod-body         { padding: 14px 14px 18px; }
}

/* ========================================
   Hero Banner
   ======================================== */
#hero-banner {
  width: 100%;
  overflow: hidden;
  position: relative;
}

#hero-track {
  display: flex;
  transition: transform 0.7s ease-in-out;
  width: 300%;
}

.hero-slide {
  width: 33.333%;
  flex-shrink: 0;
}

.hero-slide img {
  width: 100%;
  display: block;
}

#hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 40px;
}

@media (max-width: 767px) {
  #hero-banner img {
    object-fit: cover;
    height: 220px;
  }
}

/* ========================================
   Counter Section — tp-counter-7-item-wrap
   ======================================== */

/* Large tablet / small desktop (992px–1199px) */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-counter-7-item-wrap        { margin-left: 0 !important; }
  .tp-counter-7-title            { font-size: 36px; }
  .tp-counter-7-exp              { font-size: 16px; }
  .tp-counter-7-item.mb-80       { margin-bottom: 40px !important; }
}

/* Tablet (768px–991px) — images and counter stack */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-counter-7-item-wrap        { margin-left: 0 !important; }
  .tp-counter-7-title            { font-size: 34px; }
  .tp-counter-7-exp              { font-size: 15px; }
  .tp-counter-7-item.mb-80       { margin-bottom: 35px !important; }
  .tp-counter-area               { padding-top: 80px !important; padding-bottom: 60px !important; }
}

/* Small tablet (576px–767px) */
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-counter-7-item-wrap        { margin-left: 0 !important; }
  .tp-counter-7-title            { font-size: 30px; }
  .tp-counter-7-exp              { font-size: 14px; }
  .tp-counter-7-item.mb-80       { margin-bottom: 30px !important; }
  .tp-counter-area               { padding-top: 60px !important; padding-bottom: 50px !important; }
}

/* Mobile (max-width: 575px) — single column */
@media (max-width: 575px) {
  .tp-counter-7-item-wrap        { margin-left: 0 !important; }
  .tp-counter-7-item-wrap .row > [class*="col-"] {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .tp-counter-7-title            { font-size: 26px; line-height: 1.1; }
  .tp-counter-7-exp              { font-size: 14px; }
  .tp-counter-7-item.mb-80       { margin-bottom: 25px !important; }
  .tp-counter-7-item             { padding-bottom: 15px; }
  .tp-counter-area               { padding-top: 50px !important; padding-bottom: 40px !important; }
  .tp-counter-7-shape            { display: none; }
}
