
/* ===== NAVBAR ===== */
.premium-navbar {
  background: rgba(0, 62, 125, 0.95);
  backdrop-filter: blur(8px);
  padding: 10px 0;
  transition: 0.3s;
}

/* Brand */
.premium-navbar .navbar-brand {
  font-size: 20px;
  letter-spacing: 1px;
}

/* Nav links */
.premium-navbar .nav-link {
  color: #fff !important;
  margin: 0 10px;
  position: relative;
  font-weight: 500;
}

/* Hover underline animation */
.premium-navbar .nav-link::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  left: 0;
  bottom: 0;
  background: #fff;
  transition: 0.3s;
}

.premium-navbar .nav-link:hover::after {
  width: 100%;
}

/* Active link */
.premium-navbar .nav-link.active {
  font-weight: 600;
}

/* Button */
.premium-navbar .btn {
  border-radius: 20px;
  padding: 5px 15px;
}

/* Shadow on scroll */
.premium-navbar.scrolled {
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}
 .fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: 0.6s;
}
.fade-in.show {
  opacity: 1;
  transform: translateY(0);
}

.bg-holder {
  background-size: cover;
  background-position: center;
}

.overlay-primary {
  background: rgba(13, 110, 253, 0.75);
}
/* ===== PREMIUM SECTION FIX ===== */
.premium-section {
  padding: 35px 0 !important;
  position: relative;
}

/* Background */
.premium-section .bg-holder {
  background-size: cover;
  background-position: center;
}

/* Overlay stronger */
.premium-section .overlay-primary {
  background: rgba(0, 0, 0, 0.65); /* darker premium look */
  
}
.fade-up {
  opacity: 0;
  transform: translateY(20px);
  transition: 0.6s ease;
}	
/* Title spacing */
.premium-section .text-center {
  margin-bottom: 25px !important;
}

/* Cards spacing */
.premium-section .row {
  margin-left: -8px;
  margin-right: -8px;
}

.premium-section .row > div {
  padding-left: 8px;
  padding-right: 8px;
}

/* Card style upgrade */
.premium-section .link-card {
  padding: 14px 18px;
  border-radius: 8px;
  backdrop-filter: blur(6px);
  background: rgba(255,255,255,0.08);
  transition: all 0.3s ease;
}

/* Hover effect 🔥 */
.premium-section .link-card:hover {
  background: rgba(255,255,255,0.15);
  transform: translateY(-3px);
  border-color: #fff;
}

/* Text spacing */
.premium-section .lead {
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.6;
}
.premium-section h3 {
  letter-spacing: 1px;
  font-weight: 700;
}/* ===== PREMIUM SECTION ===== */
.premium-section {
  padding: 30px 0 !important;
}

/* Cards */
.premium-section .link-card {
  padding: 12px;
  border-radius: 10px;
  text-align: center;
  background: linear-gradient(145deg, rgba(255,255,255,0.08), rgba(255,255,255,0.02));
  border: 1px solid rgba(255,255,255,0.2);
  backdrop-filter: blur(6px);
  transition: 0.3s;
}

/* Icon */
.premium-section .link-card i {
  font-size: 22px;
  margin-bottom: 8px;
  color: #fff;
}

/* Hover 🔥 */
.premium-section .link-card:hover {
  transform: translateY(-4px);
  background: linear-gradient(145deg, rgba(255,255,255,0.2), rgba(255,255,255,0.05));
  border-color: #fff;
}

/* Text */
.premium-section h6 {
  font-size: 14px;
  color: #fff;
  margin: 0;
}

/* Reduce spacing */
.premium-section .mb-3 {
  margin-bottom: 12px !important;
}/* PERFECT RESPONSIVE HEIGHT */
.mySwiper {
  width: 100%;
  height: calc(100vh - 140px); /* header height adjust */
}

/* fallback for smaller screens */
@media(max-width:768px){
  .mySwiper {
    height: 60vh !important;
  }
}
/* FULL HEIGHT SLIDER FIX */
.swiper {
  width: 100%;
  height: calc(100vh - 140px); /* adjust based on header */
}

.swiper-slide {
  width: 100%;
  height: 100%;
  background-size: contain; /* shows full image */
  background-color: #fff;   /* FULL COVER */
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

/* Overlay */
.swiper-slide .overlay {
  position: absolute;
  width: 100%;
 
  background: rgba(0,0,0,0.5);
}

/* Content */
.swiper-slide .content {
  position: absolute;
  top: 50%;
  left: 8%;
  transform: translateY(-50%);
  color: #fff;
  max-width: 500px;
}

/* Text */
.swiper-slide h1 {
  font-size: 52px;
  font-weight: 800;
}

.swiper-slide p {
  font-size: 18px;
  margin-top: 10px;
}

/* Mobile */
@media(max-width:768px){
  .swiper {
    height: 60vh;
  }
  .swiper-slide h1 {
    font-size: 28px;
  }
}

.blog-section {
  padding: 40px 0;
}

/* Card */
.blog-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
  transition: 0.3s;
}

.blog-card img {
  height: 200px;
  object-fit: cover;
  width: 100%;
}

.blog-card h5 {
  font-weight: 600;
  margin-bottom: 10px;
}

.blog-card p {
  font-size: 14px;
  color: #555;
}

/* Hover */
.blog-card:hover {
  transform: translateY(-5px);
}

/* Link */
.blog-card a {
  color: #0d6efd;
  font-weight: 500;
  text-decoration: none;
}/* Contact Strip Fix */
.contact-strip {
  padding: 25px 0 !important;
}

/* Equal spacing center */
.contact-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

/* Icon */
.contact-box i {
  font-size: 18px;
  color: #fff;
}

/* Text */
.contact-box a {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

.contact-box p {
  margin: 0;
  font-size: 13px;
  opacity: 0.85;
}

/* Remove side space issue */
.contact-strip .container {
  max-width: 1100px;
}
.footer-section {
  background: #fff;/* your color */
  color: #003e7d;
  padding: 35px 0;
}

/* Fix alignment */
.footer-section .row {
  align-items: flex-start;
}

/* Headings */
.footer-section h5 {
  font-weight: 600;
  margin-bottom: 15px;
}

.footer-section h6 {
  margin-top: 15px;
}

/* Text */
.footer-section p {
  font-size: 14px;
  margin-bottom: 6px;
}

/* List */
.footer-section ul {
  padding-left: 0;
}

.footer-section li {
  list-style: none;
  margin-bottom: 6px;
  font-size: 14px;
}

/* Fix logo spacing */
.footer-section img {
  display: block;
  margin-bottom: 10px;
}
.final-footer {
  background: #002c5a; /* darker blue */
  color: #fff;
  padding: 12px 0;
  font-size: 14px;
}

.final-footer p {
  margin: 0;
}
/* SECTION BACKGROUND */
.about-premium {
  background: #f4f8fc;
  padding: 60px 0;
}

/* MAIN CARD */
.about-premium .container {
  background: #fff;
  border-radius: 16px;
  padding: 40px 35px;
  box-shadow: 0 10px 30px rgba(0, 62, 125, 0.08);
}

/* TITLE */
.about-premium h2 {
  color: #003e7d;
  font-size: 28px;
}

/* TEXT */
.about-premium p {
  font-size: 15px;
  color: #555;
  margin-bottom: 10px;
}

/* HIGHLIGHT POINTS */
.about-premium .row.mt-4 > div {
  font-size: 14px;
  margin-bottom: 8px;
}

/* ICON */
.about-premium i {
  color: #00a8a8;
}

/* IMAGE */
.about-premium img {
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

/* POWER LINE */
.about-premium .font-weight-bold {
  font-size: 15px;
}

/* COMPACT LOOK */
.about-premium .col-lg-7 {
  padding-right: 20px;
}

.card {
  border-radius: 12px;
}

.card-body {
  padding: 25px;
}

.card:hover {
  transform: translateY(-5px);
  transition: 0.3s;
}/* FULL CARD */
.full-card {
  background: linear-gradient(180deg, #ffffff, #f8fbff);
  border-radius: 18px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
  padding: 25px;
}
/* REMOVE hover jump (looks cheap for this layout) */
.full-card:hover {
  transform: none;
}

/* Better text */
.full-card h4 {
  font-weight: 600;
}
.full-card .row {
  margin-top: 10px;
}
h3.font-weight-bold {
  color: #003e7d;
}

h5 {
  font-weight: 600;
}
.full-card hr {
  border-top: 1px dashed #ddd;
}
.full-card p {
  font-size: 14px;
  line-height: 1.6;
}

.full-card ul li {
  margin-bottom: 6px;
  font-size: 14px;
}
.feature-box {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.06);
  text-align: left;
  transition: 0.3s;
  height: 100%;
}

.feature-box:hover {
  transform: translateY(-5px);
}

/* ICON */
.feature-box i {
  font-size: 26px;
  color: #003e7d;
  margin-bottom: 10px;
}

/* TITLE */
.feature-box h5 {
  font-weight: 600;
  margin-bottom: 8px;
}

/* TEXT */
.feature-box p {
  font-size: 14px;
  color: #555;
  margin: 0;
}

/* BASE */
.feature-box {
  background: #ffffff;
  border-radius: 12px;
  padding: 20px;
  transition: 0.3s;
  border: 1px solid #f1f1f1;
}

/* HOVER */
.feature-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

/* DIFFERENT COLORS */
.feature-box:nth-child(1) {
  border-top: 4px solid #0d6efd;
}

.feature-box:nth-child(2) {
  border-top: 4px solid #20c997;
}

.feature-box:nth-child(3) {
  border-top: 4px solid #ffc107;
}

/* BENEFITS */
.col-md-6 .feature-box {
  border-top: 4px solid #003e7d;
}
.feature-box h5 {
  font-weight: 600;
  margin-bottom: 12px;
  color: #003e7d;
}
.feature-box h5 i {
  background: #e6f0ff;
  padding: 8px;
  border-radius: 50%;
  font-size: 14px;
}
.feature-box ul {
  padding-left: 18px;
  margin: 0;
}

.feature-box ul li {
  margin-bottom: 6px;
  font-size: 14px;
}

.feature-box p {
  font-size: 14px;
  color: #555;
}
.feature-box hr {
  margin: 15px 0;
  border-top: 1px solid #eee;
}
.feature-box i {
  font-size: 26px;
  color: #003e7d;
  margin-bottom: 10px;
}	
.step-box {
  background: #003e7d;
  color: #fff;
  padding: 15px;
  border-radius: 10px;
  font-weight: 600;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.feature-box {
  background: #fff;
  padding: 15px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  text-align: center;
}
.service-card {
  padding: 25px;
  border-radius: 15px;
  color: #fff;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  transition: 0.3s;
}

.service-card:hover {
  transform: translateY(-5px);
}
.card-header {
  background: linear-gradient(135deg, #2b5876, #4e4376); /* premium gradient */
  color: #fff;
  border: 1px solid #dcdcdc; /* light grey border */
  border-bottom: none;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  border-radius: 8px 8px 0 0;
}

/* ensure text always white */
.card-header h5 {
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.5px;
}.card-header {
  background: linear-gradient(135deg, #2b5876, #4e4376); /* premium gradient */
  color: #fff;
  border: 1px solid #dcdcdc; /* light grey border */
  border-bottom: none;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  border-radius: 8px 8px 0 0;
}

/* ensure text always white */
.card-header h5 {
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.card-img-top {
  margin-bottom: 10px;
  object-fit: cover;
}

.card:hover {
  transform: translateY(-5px);
  transition: 0.3s;
}
/* GRADIENT COLORS */
.gradient-1 { background: linear-gradient(45deg,#003e7d,#0056b3); }
.gradient-2 { background: linear-gradient(45deg,#0ba360,#3cba92); }
.gradient-3 { background: linear-gradient(45deg,#ff512f,#dd2476); }
.gradient-4 { background: linear-gradient(45deg,#f7971e,#ffd200); }
.gradient-5 { background: linear-gradient(45deg,#8e2de2,#4a00e0); }
.gradient-6 { background: linear-gradient(45deg,#00c6ff,#0072ff); }
.gradient-7 { background: linear-gradient(45deg,#11998e,#38ef7d); }
.gradient-8 { background: linear-gradient(45deg,#fc466b,#3f5efb); }

/* BENEFITS LIST - SAFE */
.tactics-point {
  padding: 12px 18px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  border-radius: 6px;
  position: relative;
}

/* Colors */
.tactics-point.blue {
  background: linear-gradient(90deg, #1e73be, #2ea3f2);
}

.tactics-point.green {
 background: linear-gradient(90deg, #1655ec, #1e305e);
}

/* Arrow Shape */
.tactics-point::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 0;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  border-right: 10px solid #1e73be;
}

.tactics-point.green::before {
  border-right-color:#0c64b9;
}

/* Card row */
.tactics-card-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
}

/* Button */
.tactics-btn {
background-color: #0d6efd;
  color: #fff;
  padding: 4px 10px;
  font-size: 13px;
  border-radius: 4px;
  text-decoration: none;
}
.vmv-section {
  background: #ffffff;
  padding: 70px 0;
}

.vmv-title {
  font-size: 34px;
  font-weight: 700;
}

/* CARD */
.vmv-card {
  text-align: center;
  padding: 30px 20px;
  border-radius: 15px;
  background: #f8f9fa;
  transition: 0.4s;
  position: relative;
  overflow: hidden;
}

.vmv-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

/* ICON */
.vmv-card .icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 15px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: #fff;
}

/* COLORS */
.vmv-card.vision .icon {
  background: #007bff;
}

.vmv-card.mission .icon {
  background: #ff9800;
}

.vmv-card.values .icon {
  background: #28a745;
}

/* TEXT */
.vmv-card h4 {
  font-weight: 700;
  margin-bottom: 10px;
}

.vmv-card p {
  color: #666;
  font-size: 15px;
}

/* TOP STRIP (LIKE INFOGRAPHIC) */
.vmv-card::before {
  content: "";
  position: absolute;
  height: 6px;
  width: 100%;
  top: 0;
  left: 0;
}

.vmv-card.vision::before {
  background: #007bff;
}

.vmv-card.mission::before {
  background: #ff9800;
}

.vmv-card.values::before {
  background: #28a745;
}
/* ===== ADVANCED VMV SECTION CSS (Add to new-style.css) ===== */
.vmv-advanced-section .fade-up {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 0.8s ease forwards;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Card Box */
.vmv-box {
  background: #ffffff;
  border-radius: 20px;
  padding: 40px 30px;
  text-align: center;
  position: relative;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0,0,0,0.03);
  overflow: hidden;
}

/* Interaction */
.vmv-box:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 20px 50px rgba(0, 62, 125, 0.12);
}

/* Icon Wrapper */
.vmv-icon-wrapper {
  margin-bottom: 25px;
  display: inline-block;
  position: relative;
}

/* 3D Gradient Icon */
.vmv-icon-gradient {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  color: #fff;
  position: relative;
  z-index: 1;
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

/* Icon Colors (Gradient) */
.vmv-icon-gradient.blue { background: linear-gradient(135deg, #1e73be 0%, #00a8e1 100%); }
.vmv-icon-gradient.orange { background: linear-gradient(135deg, #ff9800 0%, #fe5722 100%); }
.vmv-icon-gradient.green { background: linear-gradient(135deg, #16e0ac 0%, #009688 100%); }

/* Icon Inner Light (3D effect) */
.vmv-icon-gradient::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.2);
}

/* Content */
.vmv-title {
  font-size: 26px;
  font-weight: 800;
  color: #003e7d;
  margin-bottom: 15px;
  letter-spacing: 0.5px;
}

/* Separator Line */
.vmv-separator {
  height: 4px;
  width: 50px;
  margin: 0 auto 20px;
  border-radius: 2px;
}

.vmv-separator.blue { background-color: #00a8e1; }
.vmv-separator.orange { background-color: #fe5722; }
.vmv-separator.green { background-color: #16e0ac; }

/* Text */
.vmv-text {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 10px;
}

.vmv-text-sub {
  font-size: 14px;
  font-weight: 600;
  opacity: 0.9;
}

/* Values List */
.vmv-list li {
  font-size: 15px;
  margin-bottom: 8px;
  position: relative;
  padding-left: 5px;
}

/* Bottom Footer Strip (Accent) */
.vmv-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 8px;
  width: 100%;
  border-radius: 0 0 20px 20px;
}

.vmv-footer.blue { background-color: #00a8e1; }
.vmv-footer.orange { background-color: #fe5722; }
.vmv-footer.green { background-color: #16e0ac; }

/* active-box spotlight effect */
.active-box::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 152, 0, 0.05) 0%, rgba(255,255,255,0) 70%);
  pointer-events: none;
  z-index: 0;
}

/* Large Screens Adjustments */
@media (min-width: 1200px) {
  .vmv-box {
    padding: 50px 40px;
  }
}