@media (max-width: 991px) {
    .navbar-nav .nav-item a {
        font-size: 16px;
        line-height: 12px;
    }
}

@media (max-width: 575px) {
    .navbar-nav .nav-item a {
        font-size: 14px;
        line-height: 10px;
    }
}
@media (max-width: 768px) {
    .top-bar-box {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        padding: 15px;
        text-align: left;
    }

    .top-bar-info,
    .top-bar-social {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }

    .top-bar-info ul,
    .top-bar-social ul {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 10px;
    }

    .top-bar-info li.info,
    .top-bar-social .info {
        width: 100%;
        font-size: 15px;
    }

    .social-icons {
        gap: 10px;
    }
}

  .banner-con {
    position: relative;
    width: 100%;
    overflow: hidden;
  }

  .swiper {
    width: 100%;
    height: 70vh;
    position: relative;
  }

  .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .swiper-pagination {
    bottom: 20px !important;
  }

  .swiper-button-next,
  .swiper-button-prev {
    color: #ffffff;
    width: 44px;
    height: 44px;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
  }

  .swiper-button-next:hover,
  .swiper-button-prev:hover {
    background: rgba(0, 0, 0, 0.7);
  }
  /* Apply red bullet globally */
.swiper-pagination-bullet {
  background: #ccc !important; 
  opacity: 1 !important;
}

.swiper-pagination-bullet-active {
  background: #E30613 !important; 
}


@media (max-width: 1024px) {
    .swiper {
      height: 60vh;
    }

    .swiper-button-next,
    .swiper-button-prev {
      width: 38px;
      height: 38px;
    }
  }

  /* Mobile view */
  @media (max-width: 768px) {
    .swiper {
      height: 50vh;
    }

    .swiper-button-next,
    .swiper-button-prev {
      width: 34px;
      height: 34px;
    }

    .swiper-pagination {
      bottom: 10px !important;
    }
  }

  /* Extra-small devices (phones under 480px) */
  @media (max-width: 480px) {
    .swiper {
      height: 45vh;
    }

    .swiper-button-next,
    .swiper-button-prev {
      width: 30px;
      height: 30px;
    }

    .swiper-pagination {
      bottom: 8px !important;
    }
  }
  /* Mobile View Pagination Bullet Styling */
@media (max-width: 768px) {
  .swiper-pagination-bullet {
    background: #ccc;
    opacity: 1;
  }

  .swiper-pagination-bullet-active {
    background: #E30613 !important;
  }
}
 .icon-style {
    
    color: #E30613;
    transition: color 0.3s ease;
  }

  .service-box:hover .icon-style {
     /* red highlight on hover */
     color: #000;
  }
  .text-align{
    text-align: justify;
  }
  .tagline {
  font-size: 1.1rem;
  font-weight: 600;
  font-style: italic;
  color: #b3001b; /* deep red tone */
  margin-bottom: 20px;
  letter-spacing: 0.5px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.choose-con {
    background-color: #2c3e50; /* darker but not pitch black */
    color: #fff;
    padding: 60px 0;
}

.choose-con h6 {
    color: #e74c3c;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.choose-con h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
}

.service-icon-box {
    background: #34495e;
    border-radius: 12px;
    padding: 30px 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.service-icon-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

.service-icon-box i {
    font-size: 2.5rem;
    color: #e74c3c;
}

.service-icon-box h5 {
    font-weight: 600;
    color: #fff;
}

.service-icon-box p {
    font-size: 14px;
    color: #bdc3c7;
}
/* Main Section Styling */
.mission-vision-section {
  background: #fdfdfd;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

/* Section Titles */
.section-title {
  font-size: 2.8rem;
  font-weight: 700;
  color: #2c2c2c;
  position: relative;
  margin-bottom: 1.5rem;
}

.section-title::after {
  content: '';
  width: 80px;
  height: 4px;
  background-color: #b30b00;
  display: block;
  margin: 1rem auto 0 auto;
  border-radius: 2px;
}

/* Mission & Vision Cards */
.mission-box, .vision-box {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 30px 25px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.mission-box:hover, .vision-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}

.card-title {
  font-size: 1.5rem;
  color: #b30b00;
  font-weight: 600;
  margin-bottom: 15px;
}

.card-text {
  font-size: 1rem;
  color: #444;
  line-height: 1.7;
}

/* Highlight Boxes: What Sets Us Apart */
.highlight-box {
  background: #fff;
  border: 1px solid #eee;
  padding: 25px 20px;
  border-radius: 10px;
  height: 100%;
  transition: all 0.3s ease;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
}

.highlight-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.07);
}

.highlight-box h5 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 12px;
}

.highlight-box p {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.6;
}
/* Blog Section Container Padding */
.blogpage-section {
  padding-top: 60px;
  padding-bottom: 100px;
}

/* Blog Box Styling */
.blog-box {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}

.blog-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Blog Image */
.blog-box .blog-image {
  height: 450px;      /* Controls visible image height */
  overflow: hidden;   /* Ensures image doesn't overflow container */
}

.blog-box .blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Blog Text Area */
.blog-box .lower-portion {
  padding: 20px;
}

.blog-box h5 {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 0;
  line-height: 1.4;
}

/* Button Portion (optional area at the bottom) */
.button-portion {
  padding: 0 20px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Responsive Adjustment */
@media (max-width: 767.98px) {
  .blog-box h5 {
    font-size: 16px;
  }
}
.lower-portion p {
  font-size: 15px;
  color: #444;
  line-height: 1.6;
  margin-bottom: 10px;
}

.lower-portion p::before {
  content: '✦';
  color: red;
  margin-right: 6px;
}
.lower-portion h5 {
  margin-bottom: 12px;
}
.branch-card {
    border: 1px solid #eee;
    border-top: 3px solid red;
    border-radius: 12px;
    background: #fff;
    padding: 16px 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
    transition: 0.3s ease;
  }

  .branch-card:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    transform: translateY(-4px);
  }

  .branch-title {
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 8px;
    color: #222;
  }

  .branch-address {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
  }
