/* Custom CSS for Tipper Sales Victoria */

:root {
  --primary-color: #1e40af;
  --warning-color: #f59e0b;
  --dark-overlay: rgba(0, 0, 0, 0.7);
}

body {
  padding-top: 66px;
  font-family: "Montserrat", sans-serif;
  overflow-x:hidden;
}

/* Navigation */
.navbar {
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.navbar-brand img {
  max-height: 40px;
}

.navbar-nav .nav-link {
  font-weight: 500;
  color: #333 !important;
  margin: 0 10px;
}

.navbar-nav .nav-link:hover {
  color: var(--primary-color) !important;
}

/* Hero Section */
.hero-section {
  background:
              url('assets/hero-section-overlay.png') center/cover;
  min-height: 100vh;
  position: relative;
}

.hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('assets/hero-section-overlay.png') center/cover;
  background-attachment: fixed;
  z-index: -1;
}



.hero-section .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.hero-section .hero-content {
  z-index: 2;
  position: relative;
}

.hero-section .hero-subtitle {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
}

.hero-section .hero-title {
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.1;
}

.hero-section .hero-line {
  width: 280px;
  height: 4px;
}

.hero-section .hero-navigation {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 3;
}

.hero-section .hero-nav-btn {
  background: rgba(255,255,255,0.2);
  border: 2px solid rgba(255,255,255,0.3);
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.hero-section .hero-nav-btn:hover {
  background: rgba(255,255,255,0.3);
  border-color: rgba(255,255,255,0.5);
}
/*testimonial hero section */
.testimonial-hero-section {
  background:linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)),
              url('assets/testimoinail-hero.png') center/cover;
  min-height: 320px;
  position: relative;
}

.testimonial-hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)),
             url('assets/testimoinail-hero.png') center/cover;
  background-attachment: fixed;
  z-index: -1;
}
.testimonial-hero-section .content-box{
  min-height:320px;
}


.testimonial-hero-section .hero-content {
  z-index: 2;
}

.testimonial-hero-section .hero-subtitle {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
}

.testimonial-hero-section .hero-title {
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.1;
}

.testimonial-hero-section .hero-line {
  width: 280px;
  height: 4px;
}
/*testimoinail section */
 .testimonial-section {
      padding: 60px 0;
      text-align: center;
    }
    .testimonial-section h2 {
      font-weight: 700;
      color: #000;
    }
    .testimonial-section h4 {
      color: #0041c4;
      font-weight: 600;
      margin-bottom: 40px;
    }
    .testimonial-card {
      background: #f8f9ff;
      border-radius: 20px;
      padding: 30px 20px;
      box-shadow: 0 4px 8px rgba(0,0,0,0.05);
      transition: all 0.3s ease-in-out;
      height: 100%;
    }
    .testimonial-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 16px rgba(0,0,0,0.1);
    }
    .testimonial-logo {
      width: 100px;
      height: 100px;
      object-fit: contain;
      margin-bottom: 15px;
    }
    .testimonial-title {
      font-weight: 600;
      font-size: 18px;
      margin-top: 10px;
      color: #000;
    }
    .testimonial-customer {
      color: #0041c4;
      font-size: 16px;
      text-decoration: none;
      margin-bottom: 10px;
      display: inline-block;
    }
    .stars {
      color: #ffc107;
      font-size: 20px;
      margin-bottom: 15px;
    }
    .testimonial-text {
      font-size: 15px;
      color: #333;
      line-height: 1.6;
    }
/* Search Section */
.search-section {
  background: var(--primary-color) !important;
}

.search-form .form-label {
  font-weight: 600;
  margin-bottom: 8px;
}

.search-form .form-control,
.search-form .form-select {
  border-radius: 4px;
  border: none;
  padding: 12px 15px;
}

/* Services Section */
.services-section {
  margin: 0;
}

.service-card {
  height: 500px;
  position: relative;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.inventory-card {
  background-image: url('assets/left0image.png');
}

.services-card {
  background-image: url('assets/right0image.png');
}

.service-overlay {
  background: var(--dark-overlay);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.service-overlay:hover {
  background: rgba(0,0,0,0.8);
}

.service-content h3 {
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
}

/* About Section */
.about-section {
  background-color: #f8f9fa !important;
}
.about-section .subtitle{
  color:#002b9e;
  font-weight:600;
}
.about-section .lead {
  font-size:16px;
  line-height: 1.6;
  color:black;
}

/* Info Cards Section */
.info-cards-section {
  margin: 0;
}

.info-card {
  height: 470px;
  position: relative;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-card {
  background-image: url('assets/left.png');
}

.news-card {
  background-image: url('assets/center.png');
}

.gallery-card {
  background-image: url('assets/right.png');
}

.info-overlay {
  background: var(--dark-overlay);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.info-overlay:hover {
  background: rgba(0,0,0,0.8);
}

.info-content h4 {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0;
}

/* CTA Section */
.cta-section {
  background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), 
              url('assets/cta-section.png') center/cover;
  margin: 50px 0;
}

.cta-overlay {
  padding: 50px 0;
}

.cta-section h2 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

/* Footer */
.footer {
  background: var(--primary-color) !important;
}
.footer .footer-line{
  height:2px;
  width:40px;
}
.footer h5 {
  font-weight: 600;
}

.footer .small {
  line-height: 1.6;
}

.footer a {
  transition: all 0.3s ease;
}

.footer a:hover {
  opacity: 0.8;
}
.social-icon {
  padding: 6px;
  border: 2px solid white;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size:20px;
}
/* Responsive Design */
@media (max-width: 768px) {
  body {
    max-width: 768px;
    margin: 0 auto;
  }
  
  .hero-title {
    font-size: 2.5rem;
  }
  
  .hero-navigation {
    position: static;
    transform: none;
    text-align: center;
    margin-top: 30px;
  }
  
  .hero-nav-btn {
    display: inline-flex;
    margin: 0 10px;
  }
  
  .service-card,
  .info-card {
    height: 250px;
  }
  
  .cta-section h2 {
    font-size: 2rem;
  }
  
  .search-form .row > div {
    margin-bottom: 15px;
  }
}

@media (max-width: 576px) {
  .hero-title {
    font-size: 2rem;
  }
  
  .cta-section {
    padding: 60px 0;
  }
  
  .cta-section h2 {
    font-size: 1.8rem;
  }
}

/* Button Styles */
.btn-warning {
  background-color: var(--warning-color);
  border-color: var(--warning-color);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.btn-warning:hover {
  background-color: #d97706;
  border-color: #d97706;
}

.btn-primary {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  font-weight: 600;
}

.btn-primary:hover {
  background-color: #1d4ed8;
  border-color: #1d4ed8;
}

/* Social Icons */
.fab {
  transition: all 0.3s ease;
}

.fab:hover {
  transform: scale(1.1);
}


 /* ====== Tipper About Section ====== */
    .tipper-about-section {
      font-family: 'Poppins', sans-serif;
      color: #333;
    }

    .tipper-about-section .section-title {
      color: #1a3da1;
      font-weight: 600;
      letter-spacing: 1px;
      text-transform: uppercase;
      font-size: 2rem;
    }

    .tipper-about-section .about-heading {
      font-weight: 700;
      font-size: 3.7rem;
      color: #000;
    }
    .tipper-about-section .feature-line{
      background:#f8f9fa;
    }
    .tipper-about-section .feature-box {
      background: #f8f9fb;
      border-radius: 10px;
      padding: 30px 15px;
      transition: all 0.3s ease-in-out;
      height: 100%;
    }

    .tipper-about-section .feature-box:hover {
      transform: translateY(-5px);
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    }

    .tipper-about-section .feature-icon {
      background: #002b87;
      color: #fff;
      border-radius: 10px;
      width: 60px;
      height: 60px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 26px;
      margin: 0 auto 15px;
    }

    .tipper-about-section .feature-title {
      font-weight: 700;
      color: #002b87;
      margin-top: 10px;
    }

    .tipper-about-section .about-images img {
      width: 100%;
      border-radius: 12px;
      object-fit: cover;
    }

    @media (max-width: 767px) {
      .tipper-about-section .about-heading {
        font-size: 1.8rem;
      }
    }

/*tipper blog section */
 .tipper-blog-section{
      --tb-primary:#0b3db8;
      --tb-card-radius:28px;
      --tb-img-radius:18px;
    }
    .tipper-blog-section .blog-card{
      border:0;
      border-radius:var(--tb-card-radius);
      box-shadow:0 10px 30px rgba(0,0,0,.08);
      padding:1.25rem 1.25rem 1.5rem;
      background:#fff;
      height:100%;
      transition:.25s ease;
    }
    .tipper-blog-section .blog-card:hover{
      transform:translateY(-4px);
      box-shadow:0 14px 36px rgba(0,0,0,.12);
    }
    .tipper-blog-section .image-wrap{
      border-radius:var(--tb-img-radius);
      overflow:hidden;
      background:#f1f3f7;
    }
    .tipper-blog-section .image-wrap img{
      width:100%;
      height:100%;
      object-fit:cover;
      display:block;
    }
    .tipper-blog-section .post-title{
      font-weight:600;
      line-height:1.2;
      margin-top:1rem;
      margin-bottom:.5rem;
      font-size:16px;
    }
    .tipper-blog-section .post-meta a{
      color:var(--tb-primary);
      text-decoration:none;
      font-weight:500;
    }
    .tipper-blog-section .post-excerpt{
      color:#333;
      font-size:16px;
    }
    .tipper-blog-section .btn-read{
      background:var(--tb-primary);
      border-color:var(--tb-primary);
      padding:10px 14px;
      border-radius:10px;
      font-size:14px;
      font-weight:600;
    }
    @media (min-width: 992px){
      .tipper-blog-section .post-title{ font-size:1.6rem; }
    }


/* ===============================
   Unique namespace: TSV Listings
   =============================== */
.tsv-listings-section{
  --tsv-primary:#002b9e;
  --tsv-border:#e6e8ef;
  --tsv-radius:18px;
  background:#fafbfe;
}
.tsv-listings-section .list-header h2{font-weight:700;margin:0}
.tsv-listings-section .list-sub{color:#0b3db8;font-weight:600;font-size:22px;}

/* Sidebar / Offcanvas content (shared styles) */
.tsv-listings-section .filters-box{
  border:1px solid var(--tsv-primary);
  background:#fff;
}
.tsv-listings-section .side-title{
  font-weight:500;
  color:white;
  background-color: var(--tsv-primary);
  border-bottom:2px solid var(--tsv-primary);
  padding-bottom:.35rem;margin-bottom:.75rem;
  padding-left:.45rem;
  padding-top:.45rem;
  font-size:14px;
}
.tsv-listings-section .form-check{margin-bottom:.35rem;margin-left:.45rem; font-size:14px; color:var(--tsv-primary);}
.tsv-listings-section .mini-btn{
  background:#ffbb3c;
  border:0;color:white;font-weight:600;
  border-radius:8px;padding:.35rem .6rem;font-size:.8rem;
  display:block;
  margin-left:auto !important;
  margin-right:auto !important;
}
.filters-box input, .filters-box button{
  font-size:14px;
  letter-spacing:1px !important;
}
.filters-box input{
   color:var(--tsv-primary);
   border: 1px solid var(--tsv-primary)
}
.filters-box input::placeholder{
   color:var(--tsv-primary);
}
.filters-box span,.filters-box .side-subtitle,.filters-box label{
   color:var(--tsv-primary) !important;
   font-size:14px;
}
.filters-box .side-subtitle{
   margin-left:.45rem;
}
.filters-box button{
  border-radius:4px !important;
}
/* Cards */
.tsv-card{
  border:1px solid var(--tsv-primary);
  border-radius:var(--tsv-radius);
  padding:1rem;background:#fff;height:100%;
  transition:transform .2s, box-shadow .2s;
}
.tsv-card:hover{transform:translateY(-3px);box-shadow:0 12px 30px rgba(0,0,0,.08)}
.tsv-card .img-wrap{border-radius:14px;overflow:hidden;background:#eef2f8}
.tsv-card .title{font-weight:700;text-align:center;}
.tsv-card .sub{text-transform:uppercase;font-size:.78rem;color:#6c6f78;font-weight:500; text-align:center;}
.tsv-price{
  background:var(--tsv-primary);color:#fff;font-weight:700;
  border-radius:8px;padding:.4rem .6rem;display:block; text-align:center; margin:0 auto;
}
.tsv-card .spec i{color:var(--tsv-primary);width:18px;text-align:center;margin-right:.4rem}
.tsv-card .btn-view{
  border:1px solid #ffbb3c;color:#000;font-weight:700;background:transparent;
  border-radius:6px;padding:.5rem .95rem
}

/* Feature bar */
.tsv-listings-section .feature-bar{
  background:var(--tsv-primary);
  padding:.8rem 1rem;font-weight:500;color:white;
}
.tsv-listings-section main{
  border:1px solid var(--tsv-primary);
  padding:0px;
}
/* Mobile tweaks */
@media (max-width: 575.98px){
  .tsv-listings-section .list-header{gap:.5rem}
  .tsv-listings-section .list-sub{display:block;font-size:.95rem}
  .tsv-card{padding:.85rem}
  .tsv-card .title{font-size:1.05rem}
  .tsv-card .btn-view{width:100%}
}


.email-box {
      background-color: #fff;
      border-radius: 8px;
      display: flex;
      align-items: center;
      overflow: hidden;
      max-width: 400px;
      width: 100%;
    }

    .email-box input {
      border: none;
      padding: 8px 12px;
      flex: 1;
      outline: none;
      font-size: 14px;
    }

    .email-box button {
      background-color: #fcb637; /* Yellow button */
      color: white;
      font-weight: 600;
      border: none;
      padding: 8px 12px;
      margin:6px;
      border-radius: 0;
      transition: all 0.3s ease-in-out;
      font-size:14px;
      border-radius: 4px;
    }

    .email-box button:hover {
      background-color: #f0a800;
    }

    @media (max-width: 576px) {
      .email-box {
        flex-direction: column;
      }
      .email-box input {
        width: 100%;
        border-bottom: 1px solid #ddd;
      }
      .email-box button {
        width: 100%;
        border-radius: 0 0 8px 8px;
      }
    }

@media only screen and (max-width:767px){
  .hero-section .hero-title{
    font-size:32px;
  }
  .hero-section .hero-line {
      width: 100px;
      height: 4px;
  }
  .hero-section .hero-subtitle {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
}
  .hero-section{
    min-height:400px;
  }
  .testimonial-hero-section .hero-title {
      font-size: 32px;
  }
  .testimonial-hero-section .hero-line {
      width: 120px;
  }
  .tipper-about-section .feature-line {
     width:100%;
  }
  .tsv-listings-section main {
    padding: 8px;
  }
   .navbar~.offcanvas.show {
    z-index: -1;
  }
}