body { font-family: 'Segoe UI', sans-serif;}
p {font-size:15pt;}
.navbar { background: #005b82; padding: 15px; }
.navbar-nav .nav-link { color: #fff !important; margin-left: 18px; font-weight: 500; }
.navbar .btn{background:#009bfd;}

/* ---------------------- HERO SECTION ---------------------- */
.hero-section {
    background: url('herosection.jpg') center/cover no-repeat;
    height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    color: #fff;
}

.hero-overlay {
    background: rgba(0, 0, 0, 0.45);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.hero-content {
    position: relative;
    text-align: center;
    width: 100%;
    padding: 20px;
}

.hero-title {
    font-size: 4rem;
    font-weight: 700;
}

.hero-subtitle {
    font-size: 1.2rem;
    max-width: 800px;
    margin: auto;
}

.hero-buttons .btn {
    padding: 12px 28px;
    font-weight: 600;
    border-radius: 8px;
    margin: 8px;
}

/* Mobile & Tablet Hero Fix */
@media (max-width: 991px) {
.hero-section {
height: auto !important;
padding: 120px 20px 60px;
text-align: center;
}
.hero-title {
font-size: 2.2rem !important;
line-height: 1.3;
}
.hero-subtitle {
font-size: 1rem !important;
}
.hero-buttons .btn {
width: 100%;
margin-bottom: 10px;
}
.glass-box {
margin-bottom: 20px;
}
}


@media (max-width: 576px) {
.hero-title {
font-size: 1.8rem !important;
}
.hero-section {
padding-top: 140px;
}
}

/* ---------------------- GLASS STAT BOXES ---------------------- */
.glass-box {
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.19);
    border-radius: 16px;
    padding: 28px;
    text-align: center;
    color: #fff;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.25);
}

.glass-box:hover {
    transform: translateY(-8px);
    background: rgba(255, 255, 255, 0.25);
}

/* ---------------------- BLUE COUNTER BOXES ---------------------- */
.counter-box {
    background: #0a8ccf;
    border-radius: 16px;
    padding: 32px 20px;
    color: #fff;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
	border:1px solid #009bfd;
	box-shadow: 0 8px 30px rgba(0, 6, 0, 0.2);
}

.counter-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}

.counter-box i {
    font-size: 38px;
    margin-bottom: 10px;
}

.counter-number {
    font-size: 2.2rem;
    font-weight: 700;
}

.counter-label {
    font-size: 0.9rem;
    margin-top: 4px;
}

/* Smooth animations */
.fade-in {
    animation: fadeIn 1.2s ease;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(15px); }
    to   { opacity: 1; transform: translateY(0); }
}


    .section-title {
      font-size: 38px;
      font-weight: 700;
      color: #0084a8;
    }

    .custom-box {
      background: #fff;
      border-radius: 14px;
      padding: 22px 26px;
      box-shadow: 0 4px 16px rgba(0,0,0,0.06);
      transition: 0.3s ease;
    }

    .custom-box:hover {
      transform: translateY(-6px);
      box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    }

    .blue-box {
      background: linear-gradient(135deg, #009dd1, #046a83);
      color: #fff;
      border-radius: 16px;
      padding: 30px;
      transition: 0.3s ease;
    }

    .blue-box:hover {
      transform: translateY(-6px);
      box-shadow: 0 12px 28px rgba(0,0,0,0.18);
    }

    .icon-item {
      background: #eef4f9;
      border-radius: 12px;
      padding: 14px 18px;
      font-weight: 500;
      display: flex;
      align-items: center;
      gap: 12px;
      transition: 0.25s ease;
    }

    .icon-item:hover {
      background: #d9ecf7;
      transform: scale(1.03);
    }

    .industry-item {
      background: #eef4f9;
      border-radius: 12px;
      padding: 14px 18px;
      display: flex;
      align-items: center;
      gap: 12px;
      font-weight: 500;
      transition: 0.3s;
    }

    .industry-item:hover {
      background: #d9ecf7;
      transform: scale(1.03);
    }

    .bi {
      font-size: 20px;
      color: #009dd1;
      min-width: 25px;
    }
	
.box-title{font-weight:800; font-size:25pt; color:#0b679f;}
.card-box { background:#fff; border-radius:16px; box-shadow:0 4px 14px rgba(0,0,0,0.06); padding:25px; transition:0.3s; }
.card-box:hover { transform:translateY(-6px); box-shadow:0 10px 25px rgba(0,0,0,0.15); }
.mini-title { font-size:13px; font-weight:700; color:#34c3ff; text-transform:uppercase; background:#e9fbff; display:inline-block; padding:3px 10px; border-radius:30px; }
.stats-box { background:#fff; border-radius:16px; box-shadow:0 4px 14px rgba(0,0,0,0.06); padding:10px; text-align:center; transition:.3s; }
.stats-box i{font-size:45pt; padding:0; margin:0;}
.stats-box:hover{ transform:scale(1.04); }
.expo-card { background:#fff; border-radius:16px; box-shadow:0 5px 20px rgba(0,0,0,0.08); padding:20px; transition:0.3s; height:350px; }
.expo-card:hover { transform:translateY(-5px); }
.footer { background:#0078a6; color:#fff; padding:50px 0; }
.footer a{ color:#fff; text-decoration:none; }


.expo-card {
position: relative;
overflow: hidden;
transition: transform 0.3s ease;
}
.expo-card:hover {
transform: scale(1.03);
}
.expo-card img {
transition: transform 0.4s ease;
}
.expo-card:hover img {
transform: scale(1.08);
}
.expo-card::after {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 0%;
height: 3px;
background-color: #0099e6;
transition: width 0.35s ease;
}
.expo-card:hover::after {
width: 100%;
}
.expo-card .btn{width:100%;}



.global-box {
    border: 1px solid #e3eef7;
    border-radius: 14px;
    padding: 25px;
    background: #fff;
    transition: all 0.35s ease;
    position: relative;
    overflow: hidden;
    height: 100%;
}

@media only screen and (max-width: 576px) {
    /* Your mobile styles here */
  .mobilebr {margin-top:8px;}
}


/* Hover scale */
.global-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 28px rgba(0, 102, 153, 0.1);
}

/* Icon Style */
.global-box i {
    font-size: 22px;
    color: #1daae5;
}

/* Title */
.global-box h5 {
    font-size: 20px;
    font-weight: 600;
    color: #1b1b1b;
    margin-bottom: 10px;
}

/* Tag label */
.tag-label {
    font-size: 12px;
    background: #e7f8ff;
    color: #07a4dd;
    padding: 3px 12px;
    border-radius: 20px;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 12px;
}

/* List text */
.global-box ul {
    padding-left: 20px;
    margin: 0;
}

.global-box ul li {
    font-size: 15px;
    color: #444;
}

/* Hover bottom blue line */
.global-box::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 3px;
    background-color: #00a8e8;
    transition: width 0.35s ease;
}

.global-box:hover::after {
    width: 100%;
}