
/* ================= GLOBAL ================= */
body {
	background:#fff!important;
	color:#333!important;
	font-family: 'Archivo', sans-serif !important;
	font-size:13px!important;
    margin-top: 100px;
}
a{
    color: #fff;
    font-weight:600;
    text-decoration:none;
    font-size:14px;
}

/* ================= TOP BAR ================= */
.topbar{
    background:#0b4f9c;
    color:#fff;
    font-size:13px;
    height:42px;
    display:flex;
    align-items:center;
}

.topbar .container-fluid{
    padding:0 25px;
}

.topbar i{
    margin-right:6px;
}

.topbar .right a{
    color:#fff;
    margin-left:18px;
    text-decoration:none;
    font-weight:500;
    border-right: 1px solid white;
    padding-right: 8px;
}

/* ================= HEADER WRAP ================= */
.header-wrap{
    background:#fff;
    border-bottom:1px solid #eee;
}

/* ================= LOGO ================= */
.logo img{
    height:72px;
}

.navbar{
    padding:0;
}

/* ================= NAV ITEMS ================= */
.navbar-nav .nav-link{
    font-weight:700;
    font-size:14px;
    padding:22px 16px;
    text-transform:uppercase;
    color:#111 !important;
    position:relative;
}

/* underline effect */
.navbar-nav .nav-link::after{
    content:"";
    position:absolute;
    left:15px;
    bottom:10px;
    width:0%;
    height:3px;
    background:#12497f;
    transition:0.3s;
}

.navbar-nav .nav-link:hover::after{
    width:70%;
}

/* ================= DROPDOWN ================= */
.dropdown-menu{
    display:block;
    opacity:0;
    visibility:hidden;
    transform:translateY(10px);
    transition:0.25s ease;
    border:0;
    border-radius:0;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 30px 0px;
    min-width:220px;
    background:#fff;
}
.nav-item {
    padding: 5px 15px;
    cursor: pointer;
}

.nav-item.dropdown:hover .dropdown-menu{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
}

.dropdown-item{
    padding:10px 16px;
    font-size:14px;
}

.dropdown-item:hover{
    background:#f00808;
    color:#fff;
}

/* ================= CONTACT BUTTON ================= */
.contact-btn{
    background:#f00808;
    color:#fff !important;
    font-weight:600;
    padding:14px 22px;
    text-decoration:none;
    display:flex;
    align-items:center;
}

.contact-btn:hover{
    background:#12497f;
}

/* ================= ALIGNMENT FIX ================= */
.navbar .container-fluid{
    padding:0 25px;
}

/* right align button */
.navbar-collapse{
    justify-content:center;
}

/* ================= MOBILE ================= */
@media(max-width:991px){

    .navbar-nav .nav-link{
        padding:12px 10px;
    }

    .dropdown-menu{
        opacity:1 !important;
        visibility:visible !important;
        transform:none !important;
        position:static;
        box-shadow:none;
    }

    .contact-btn{
        margin-top:10px;
        width:100%;
        justify-content:center;
    }
}


/* ================= SIDEBAR ================= */
.sidebar{
    position:fixed;
    top:0;
    left:-75%;
    width:75%;
    height:100%;
    background:#fff;
    z-index:9999;
    transition:0.3s;
    box-shadow:2px 0 10px rgba(0,0,0,0.2);
    overflow-y:auto;
}

.sidebar.active{
    left:0;
}

/* HEADER */
.sidebar-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:15px;
    border-bottom:1px solid #eee;
}

.sidebar-header i{
    font-size:20px;
    cursor:pointer;
}

/* MENU */
.sidebar-menu{
    list-style:none;
    padding:0;
    margin:0;
}

.sidebar-menu li{
    border-bottom:1px solid #eee;
}

.sidebar-menu li a{
    display:block;
    padding:12px 15px;
    color:#111;
    font-weight:600;
    text-decoration:none;
}

/* SUBMENU */
.sub-menu{
    display:none;
    list-style:none;
    padding-left:15px;
    background:#f9f9f9;
}

.has-sub.active .sub-menu{
    display:block;
}

/* OVERLAY */
.sidebar-overlay{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.5);
    z-index:9998;
    display:none;
}

.sidebar-overlay.active{
    display:block;
}

/* MOBILE ONLY SHOW TOGGLER */
@media(min-width:992px){
    .navbar-toggler{
        display:none;
    }
    .sidebar{
        display:none;
    }
}


/* content css about us  */
    .about h2 {
        font-size: 30px !important;
        line-height: 40px;
        margin-bottom: 15px !important;
        margin-top: 15px !important;
        font-weight: 700;
    }
    .about p {
    font-size: 14px !important;
    line-height: 24px;
    color: #222;
    margin-bottom: 0 !important;
    text-align: justify;
}
.about img {
    border: 2px solid #ff0000;
    border-radius: 20px 0px
}

/* card section css start  */

.counter-box{
  padding:30px 20px;
  border-radius:12px;
  color:#fff;
  text-align:center;
  height:100%;
}

.counter-box h2{
  font-size:42px;
  font-weight:800;
  margin-bottom:10px;
}

.counter-box h4{
  font-size:18px;
  font-weight:700;
}

.counter-box p{
  font-size:14px;
  opacity:0.9;
}

/* COLORS */
.counter-green{ background:rgba(69,153,12,0.85) !important; }
.counter-red{ background:rgba(208,9,9,0.85) !important; }
.counter-blue{ background:rgba(21,28,123,0.85) !important; }

/* WHY CHOOSE */
.whayChoose {
  background-image: url('../img/why-choose-us-background.jpg');
  background-size: cover;
  background-position: center;
  padding: 80px 0;
  margin-top: 0; /* remove fixed margin issue */
  position: relative;
}

/* COUNTERS */
.counter-wrapper {
  margin-top: -120px;
}

.counter-box {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
  height: 100%;
}

/* TITLE */
.title-area {
  margin: 60px 0 40px;
}

.title-area h2 {
  color: yellow;
  font-size: clamp(20px, 3vw, 34px);
}

.small-title {
  color: #28a745;
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
}

/* FEATURE CARD */
.feature-card {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
  height: 100%;
  transition: 0.3s;
  cursor: pointer;
}

/* hover */
.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
  background-color: #12497f;
}

.feature-card i {
  font-size: 28px;
  color: #0b8019;
  margin-bottom: 10px;
  transition: 0.3s;
}

.feature-card h5 {
  font-size: 18px;
  color: #333;
  transition: 0.3s;
}

.feature-card p {
  font-size: 14px;
  transition: 0.3s;
}

/* hover text white */
.feature-card:hover h5,
.feature-card:hover i,
.feature-card:hover p {
  color: #fff;
}

/* =========================
   RESPONSIVE BREAKPOINTS
========================= */

/* Tablet */
@media (max-width: 991px) {
  .counter-wrapper {
    margin-top: -80px;
  }

  .feature-card {
    padding: 25px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .counter-wrapper {
    margin-top: -40px;
  }

  .whayChoose {
    padding: 60px 0;
  }

  .feature-card {
    padding: 20px;
  }

  .title-area {
    margin: 40px 0 30px;
  }
}

/* Small mobile */
@media (max-width: 480px) {
  .counter-wrapper {
    margin-top: 0; /* remove overlap completely */
  }

  .counter-box {
    padding: 20px;
  }
}

/*********************************************************************************
footer styles
***************/
.footer{
  /*background:#004482;*/
  background:#fff;
}

/* LOGO */
.footer-logo{
  height:70px;
}

/* TITLE */
.footer-title{
  color:#06f7f7;
  font-weight:700;
  margin-bottom:15px;
  position:relative;
}

.footer-title::before{
  content:"";
  position:absolute;
  left:-35px;
  top:10px;
  width:25px;
  height:3px;
  background:#06f7f7;
}

/* LINKS */
.footer-links{
  list-style:none;
  padding:0;
  margin:0;
}

.footer-links li{
  margin-bottom:8px;
}

.footer-links a{
  color:#111;
  text-decoration:none;
  font-size:14px;
  transition:0.3s;
}

.footer-links a:hover{
  color:#ff7200;
}

/* SOCIAL */
.footer-social a{
  width:32px;
  height:32px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:#1e1e1e;
  color:#ff7200;
  text-decoration:none;
  transition:0.3s;
}

.footer-social a:hover{
  background:#fff;
}

/* TEXT */
.footer p{
  color:#111;
  margin-bottom:6px;
  font-size: 14px;
}

/* BOTTOM */
.footer-bottom{
  background:#073b6a;
  color:#fff;
  font-size:13px;
}