body {
    font-family: 'Exo 2', sans-serif;
    background:#e5e5e5;
    margin:0;
    padding:0;
}

/* ========================= */
/* MAIN WRAPPER */
/* ========================= */
.main-wrapper{
    max-width:1000px;
    width:95%;
    margin:30px auto;
    
}

/* ========================= */
/* NAVBAR */
/* ========================= */
.logo {
    letter-spacing:2px;
    color:#1c3f8b !important;
}
.custom-border {
    --bs-border-opacity: 1;
    border-color: #213f98 !important;
}
.custom-navbar {
    border-bottom:4px solid #1c3f8b !important;
}

.navbar {
    display:flex;
    align-items:center;
    justify-content:space-between;   /* FIXED */
}
 .navbar .nav-link {
    position: relative;
    transition: color 0.3s ease;
}


.navbar-toggler {
    border:none;
}

.navbar-toggler:focus {
    box-shadow:none;
}
.dropdown-menu .dropdown-item {
    padding: 4px 9px;
    font-size: 12.5px;
    transition: all 0.25s ease;
	border-bottom: 1px solid #ded9d9;
    position: relative;
}
/* Hover effect */
.dropdown-menu .dropdown-item:hover {
    background: #f5f7fa;
    padding-left: 24px; /* subtle slide */
    color: #0d6efd;
}
/* ========================= */
/* HERO SECTION */
/* ========================= */
.hero-section{
    padding:0;
}

.hero-image-01,
.hero-image-02,
.hero-image-03{
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    height:390px;
}

.hero-image-01{ background-image:url("../images/anpr-hero.jpg"); }
.hero-image-02{ background-image:url("../images/fuel-station-hero.jpg"); }
.hero-image-03{ background-image:url("../images/weigh-bridge-hero.jpg"); }

.hero-left{
    background:#000;
    color:#fff;
    display:flex;
    flex-direction:column;
    justify-content:center;
    padding:60px;
    min-height:390px;
}

.carousel-item img{
    width:100%;
    height:390px;
    object-fit:cover;
}
.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;   /* circle shape */
}

/* BLUE HEADER */
    .page-header{
      background:#2f4aa0;
      color:#fff;
      padding:28px 0;
      margin-bottom:25px;
    }

.panel-default {
    border-color: #ddd;
}
.panel {
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.page-title {
    background-color: #213f98;
    padding-left: 30px;
    border-radius: 0;
}

.panel-body {
	padding-left:15px;
}

.hero-label{
    position: absolute;
    bottom: 10px;
    right: 40px;
    background: #222;
    padding: 8px 15px;
    font-size: 18px;
    color: #f1eaea;
}


.highlight-bar {
	 margin-top: 10px;   /* Carousel se gap */
    background: #fff;
	 margin-bottom: 22px;   /* Services se gap */
    padding: 15px 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
/* ========================= */
/* SERVICES */
/* ========================= */

.services{
     padding: 0px 10px;
   margin-bottom:20px;
    background: #e5e5e5;
    color: #213f98;
    border: none;

	
}
.service-card{
  background: #fff;
  padding: 12px;
  width: 100%;              /* max-width hata diya */
  height: 100%;
  border-radius: 8px;
  transition: 0.3s;
 
}


.card-image{
   height: 113px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:15px;
}
.card-image img{
    width: 100%;
  max-height: 125px;
  object-fit: contain;
  transition: 0.4s;
}
.service-card:hover .card-image img{
    transform:scale(1.05);
	}
/* Card Design */

.service-card a{
	color:#213f98;
}

/* Gradient Hover Glow */
.service-card::before{
    content:"";
    position:absolute;
    width:200%;
    height:200%;
    background:linear-gradient(45deg,#00d4ff,#ff00c8,#00ff88);
    top:-50%;
    left:-50%;
    z-index:-1;
    opacity:0;
    transition:0.5s;
}

/* Hover Lift */
.service-card:hover{
    transform: translateY(-4px);
  box-shadow: 0 8px 18px rgba(0,0,0,0.08);
}



/* Title */
.service-card h3{
    font-size:15px;
	font-weight: 500;
    line-height: 1.1;
    margin-bottom:10px;
}



/* mobile tuning */
@media (max-width: 576px){
  .service-card{
    padding: 10px;
	
  }
  .card-image img {
	  margin-top:24px;
	  padding-bottom:10px;
	  
  }
  .service-card h3{
	 margin-top:20px; 
  }
  
  
}
.breadcrumb-cust {
   
    border: 0px solid rgba(255, 255, 255, 1);
    border-radius: 0px;
    margin-bottom: 0px;
    padding-left: 10px;
	text-decoration:none;
    padding-right: 10px;
}
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
  ;
    border-radius: 4px;
}
.breadcrumb-cust li a {
	
	color:#213f98;
	padding-right:8px;
	font-size:12px;
	text-decoration:none
	
}
.breadcrumb-cust li a:hover {
	
	
	text-decoration:underline;
	
}

.breadcrumb-cust li+li:before {
  content: ">";
  margin: 0 8px;
  color: #999;
}
.footer {
    font-size: 14px;
    bottom: 0;
    font-weight: bold;
    text-align: center;
    word-spacing: 3px;
}
.footer a {
	transition: 0.3s;
 color:#213f98;
  text-decoration: none;
}
.footer a:hover {
	
 color:#444;
  text-decoration: underline;
}
hr {
    margin: 5px 0;
     border: none;
    height: 1px;
    background-color: #655c5c;
    opacity: .25;
}

@media (max-width: 991px){

    .main-wrapper{
        width:100%;
        margin:0;
        box-shadow:none;
    }

    .hero-image-01{ background-image:url("../images/anpr-mobile.jpg"); }
    .hero-image-02{ background-image:url("../images/fuel-station-mobile.jpg"); }
    .hero-image-03{ background-image:url("../images/weigh-bridge-mobile.jpg"); }

    .hero-left{
        background:none;
        color:#000;
        padding:30px;
        text-align:center;
    }

    .navbar-nav{
        padding:20px 0;
    }

    .nav-link{
        padding:10px 0;
    }

} 





    /* CARD */
    .content-card{
      background:#fff;
      border:1px solid #ddd;
      padding:22px;
    }

 /* ===== Base (mobile first) ===== */
.sidebar-box{
    background:#fff;
    border:1px solid #ddd;
    padding:14px 16px;
    font-size:13.5px;
    max-width:100%;          /* mobile par full width */
    width:100%;
}

.btn-custom-blue{
    background:#1a4fa3;
    border-color:#1a4fa3;
    color:#fff;
	font-size:12px;
}

.btn-custom-blue:hover{
    background:#143e82;
    border-color:#143e82;
    color:#fff;
}
/* ===== Tablet ===== */
@media (min-width:768px){
  .sidebar-box{
      max-width:320px;       /* tablet par medium */
      font-size:13.5px;
	  
  }
}

/* ===== Desktop ===== */
@media (min-width:992px){
  .sidebar-box{
      max-width:240px;       /* desktop compact */
          

  }
}

/* ===== Heading ===== */
.sidebar-box h6{
    color:#1a4fa3;
    font-weight:600;
    font-size:15px;
    margin-bottom:12px;
}

/* ===== Email row ===== */
.sidebar-box .email{
    display:flex;
    align-items:center;
    gap:6px;
    margin-bottom:10px;
}

/* icon */
.sidebar-box .icon{
    font-size:14px;
    line-height:1;
}

/* links */
.sidebar-box a{
    color:#1a4fa3;
    text-decoration:none;
    display:block;
    line-height:1.4;
    word-break:break-word;   /* long text wrap */
}

.sidebar-box a:hover{
    text-decoration:underline;
}

/* divider */
.sidebar-box hr{
    margin:10px 0;
    border-color:#dcdcdc;
}


/* Optional: sidebar column aur narrow chahiye */
@media (min-width:992px){
  .sidebar-narrow{
      max-width:300px;      /* width control */
  }
}

    .news-title{
      color:#2f4aa0;
      font-weight:600;
    }

    .meta{
      font-size:14px;
      color:#777;
    }

    .badge-custom{
      background:#2f4aa0;
    }

    .content-card img{
      width:100%;
      height:auto;
      margin:18px 0;
    }

    @media (max-width: 768px){
      .brand{
        font-size:26px;
      }
      .page-header{
        padding:20px 0;
      }
    }