<style>
 .corporate-footer{
  background: linear-gradient(135deg,#0d3c61,#1c6ed5);
  color:#fff;
  padding:50px 0;
}

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

/* TEXT */
.corporate-footer p{
  font-size:14px;
  color:#e0e0e0;
}

/* LIST */
.footer-list{
  list-style:none;
  padding:0;
}

.footer-list li{
  margin-bottom:8px;
}

.footer-list a{
  color:#cfe8ff;
  text-decoration:none;
  font-size:14px;
}

.footer-list a:hover{
  color:#fff;
}

/* SOCIAL */
.social-icons{
  margin-top:15px;
}

.social-icons a{
  display:inline-block;
  margin-right:10px;
  width:35px;
  height:35px;
  line-height:35px;
  text-align:center;
  border-radius:50%;
  background:rgba(255,255,255,0.1);
  color:#fff;
  transition:0.3s;
}

.social-icons a:hover{
  background:#fff;
  color:#0d3c61;
}

/* NEWSLETTER */
.newsletter-form{
  display:flex;
  margin-top:10px;
}

.newsletter-form input{
  flex:1;
  padding:8px;
  border:none;
  border-radius:5px 0 0 5px;
}

.newsletter-form button{
  background:#ffcc00;
  border:none;
  padding:8px 12px;
  border-radius:0 5px 5px 0;
  font-weight:600;
}

/* HR */
.corporate-footer hr{
  background:#fff;
  opacity:0.2;
}

/* COPYRIGHT */
.small-text{
  font-size:13px;
  opacity:0.8;
}
/* COPYRIGHT */
.small-text{
  font-size:13px;
  opacity:0.8;
}
.corporate-new-sec{
  background:#eceeef38;
  padding:50px 0;
}

.corporate-new-sec h2{
  color:#0d3c61;
}

.corporate-new-sec p{
  color:#555;
}
.corporate-premium-sec{
  background: #f5f9ff;
  padding:30px 0;
}

/* TITLE */
.sub-text{
  color:#555;
  font-size:15px;
}

/* CARD */
.corp-card{
  background:#fff;
  padding:25px;
  border-radius:15px;
  box-shadow:0 10px 30px rgba(0,0,0,0.05);
  height:100%;
}

/* LEFT HIGHLIGHT */
.highlight-card{
  background: linear-gradient(135deg,#0d3c61,#1c6ed5);
  color:#fff;
}

.highlight-card h4{
  color:#fff;
}

.highlight-card ul li{
  margin-bottom:10px;
}

/* BUTTON */
.btn-corp-main{
  display:inline-block;
  margin-top:15px;
  background:#fff;
  color:#0d3c61;
  padding:10px 20px;
  border-radius:8px;
  font-weight:600;
  text-decoration:none;
}

.btn-corp-main:hover{
  background:#ffcc00;
}

/* GRID */
.corp-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:12px;
  margin-top:15px;
}

.corp-box{
  background:#f8fbff;
  padding:12px;
  border-radius:10px;
}

.corp-box h6{
  margin:0;
  font-weight:600;
  font-size:14px;
}

.corp-box p{
  margin:0;
  font-size:12px;
  color:#666;
}

/* BENEFITS */
.corp-benefits{
  margin-top:15px;
}

.corp-benefits h5{
  font-weight:600;
  margin-bottom:10px;
}

.corp-benefits ul{
  padding-left:0;
  list-style:none;
}

.corp-benefits li{
  margin-bottom:6px;
  font-size:14px;
}
.corporate-new-sec h4{
  margin-bottom:10px;
  color:#0d3c61;
}
.tactics-about-sec {
    background: linear-gradient(#eceeef, #ffffff), url(assets/img/about-bg.jpg);
    background-size: cover;
    background-position: center;
    padding: 30px 0 !important;
    color: #0d3c61;}
/* LEFT SIDE */
.about-left h2{
  font-size: 35px;
    font-weight: 700;
    position: relative;
    margin-bottom: 20px;
}

.about-left .line{
    display: inline-block;
    width: 6px;
    height: 40px;
    background: #4cbad7;
    margin-right: 10px;
}

.about-left p{
    color: #0d3c61;
    margin-bottom: 15px;
}

.btn-about{
    display: inline-block;
    padding: 10px 25px;
   background: #0297ff;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    text-decoration: none;
    transition: 0.3s;
}

.btn-about:hover{
    background: #ffc933;
}

/* RIGHT SIDE */
.about-right h4{
    color:#0297ff;
    margin-bottom: 20px;
}

.about-item{
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}
.card-img-fix{
  width:100%;
  max-width:300px;
  margin:10px auto;
  display:block;
  border-radius:10px;
}
.about-item .icon{
    font-size: 30px;
    color: #ffb400;
}

.about-item h5{
    margin: 0;
      font-size: 16px !important;
    font-weight: 600;
}

.about-item p{
    margin: 0;
    font-size: 14px;
    color: #636c72;
}


.corp-list{
    list-style:none;
    padding:0;
}

.corp-list li{
    margin-bottom:10px;
    font-size:15px;
}

.benefits-pro-sec{
  padding:40px 0;
  background:#f8fbff;
}

/* TITLE */
.main-title{
  font-size:28px;
  font-weight:700;
  color:#0d3c61;
}

.highlight-text{
  margin-top:8px;
  display:inline-block;
  background:#eaf4ff;
  padding:6px 14px;
  border-radius:20px;
  color:#0d6efd;
  font-size:14px;
}

/* GRID (IMPORTANT) */
.benefit-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:12px;
}

/* CARD */
.benefit-card{
  background:#fff;
  padding:15px;
  border-radius:10px;
  display:flex;
  gap:10px;
  align-items:center;
  box-shadow:0 3px 10px rgba(0,0,0,0.05);
  transition:0.2s;
}

.benefit-card:hover{
  transform:translateY(-3px);
}

/* ICON */
.benefit-card i{
  width:40px;
  height:40px;
  background:#0d6efd;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:8px;
  font-size:16px;
}

.benefit-card h6{
  margin:0;
  font-weight:600;
  font-size:14px;
}

.benefit-card p{
  margin:0;
  font-size:12px;
  color:#666;
}

/* CORPORATE SMALL BOX */
.corp-mini-box{
  background:#0d3c61;
  color:#fff;
  padding:20px;
  border-radius:12px;
  height:100%;
}

.corp-mini-box h5{
  font-weight:700;
  margin-bottom:10px;
}

.corp-mini-box ul{
  padding-left:0;
  list-style:none;
  font-size:13px;
}

.corp-mini-box li{
  margin-bottom:6px;
}

/* DIVIDER */
.divider{
  height:1px;
  background:rgba(255,255,255,0.3);
  margin:10px 0;
}

/* BUTTON */
.btn-corp{
  display:block;
  text-align:center;
  margin-top:30px;
  background:#fff;
  color:#0d3c61;
  padding:8px;
  border-radius:6px;
  text-decoration:none;
  font-weight:600;
}

.btn-corp:hover{
  background:#ffcc00;
}
.row {
    justify-content: center;
}


/* ================= OPTIONAL HOVER ================= */

.benefit-box:hover h4 {
    color: #00e5ff;
}  .popup-overlay{
  position: fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background: rgba(0,0,0,0.6);
  display:flex;
  align-items:center;
  justify-content:center;
  z-index:9999; /* 🔥 FIX CLICK ISSUE */
}

.popup-box{
  background:#fff;

  border-radius:12px;
  width:400px;
  position:relative;
  text-align:center;
  animation:fadeIn 0.3s ease;
}

.popup-box input,
.popup-box select{
  width:100%;
  margin:8px 0;
  padding:10px;
  border:1px solid #ddd;
  border-radius:6px;
}

.popup-box button{
  margin-top:10px;
  padding:10px;
  width:100%;
  background:#0d4c8b;
  color:#fff;
  border:none;
  border-radius:6px;
  font-weight:bold;
}

.btn-group-custom button{
  margin:5px;
  padding:12px 20px;
  background:#0d4c8b;   /* 🔥 primary color */
  color:#fff;           /* 🔥 text visible */
  border:none;
  border-radius:6px;
  cursor:pointer;
  font-weight:600;
  transition:0.3s;
}
/* 🔥 PREMIUM NAVBAR */
.top-bar{
  position:absolute;
  width:100%;
  top:0;
  left:0;
  z-index:999;
  /*background: rgba(0,0,0,0.4);*/
  backdrop-filter: blur(6px);
  transition:0.3s;
}

/* TEXT COLOR */
.top-bar .navbar-brand,
.top-bar .nav-link{
      color: #0d4c8b !important;
    font-weight: 600 !important;
}

/* HOVER */
.top-bar .nav-link:hover{
  color:#00c6ff !important;
}

/* SCROLL EFFECT 
.sps--abv{
  background: #c2c2c2 !important;
}
*/
.sps--blw{
  background:#ffffff !important;
}
.popup-box{
  width: 700px;
  background:#fff;
  border-radius:15px;
  overflow:hidden;
  position:relative;
  animation:fadeIn 0.4s ease;
}

/* TOP */
.popup-top{
background: linear-gradient(135deg, rgba(11, 44, 95, 0.95), rgba(28, 79, 163, 0.9));
  padding:7px;
  color:#fff;
  text-align:center;
	margin-top: 10px;
}

.popup-header h4{
  font-size:24px;
  font-weight:700;
}

.popup-header span{
  color:#4da3ff;
}

.icon-row{
  display:flex;
  margin-top:20px;
  margin-bottom:20px;
}

.icon-box{
  flex:1;
  text-align:center;
}

.icon-box i{
  background:#fff;
  color:#0d3c61;
  width:50px;
  height:50px;
  line-height:50px;
  border-radius:50%;
  margin-bottom:8px;
}

/* FORM */
.popup-form{
  padding:15px;
}

.input-icon{
  position:relative;
  margin-bottom:12px;
}

.input-icon i{
  position:absolute;
  left:12px;
  top:12px;
  color:#0d6efd;
}

.input-icon input,
.input-icon select{
  width:100%;
  padding:10px 10px 10px 35px;
  border-radius:8px;
  border:1px solid #ddd;
}

/* BUTTON */
.popup-form button{
  width:100%;
  padding:12px;
  background:#0d4c8b;
  color:#fff;
  border:none;
  border-radius:8px;
  margin-top:10px;
  font-weight:600;
}
.btn-group-custom button{
  background:#e0e0e0;
  color:#333;
}

.btn-group-custom button.active-btn{
  background:#0d4c8b;
  color:#fff;
  box-shadow:0 3px 10px rgba(0,0,0,0.2);
}
.btn-group-custom{
  display:flex;
  gap:10px;
}

.btn-group-custom button{
  flex:1;
  padding:12px;
  border-radius:8px;
  border:none;
  cursor:pointer;
  font-weight:600;
}/* 🔥 SLIDER OVERLAY */
.slider-bg-position{
  position:relative;
}

.slider-bg-position::after{
  content:'';
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  /*background: linear-gradient(rgb(0 0 0 / 25%), rgba(0, 0, 0, 0.2));*/
}
.new{
  font-size: 19px !important;
    font-weight: bold !important;
}
.new1{
  font-size: 23px !important;
    font-weight: bold !important;
}

/* FIX TEXT VISIBILITY */
.swiper-slide h2{
  color:#fff;
  position:relative;
  z-index:2;
}
.navbar-brand{
  
  padding:5px 10px;
  border-radius:6px;
}
.btn-group-custom button:hover{
  background:#083a6b;   /* darker hover */
  color:#fff;
}
.close-btn{
  position:absolute;
  top:10px;
  right:15px;
  color: #fff;
  cursor:pointer;
  font-size:18px;
}

@keyframes fadeIn{
  from{transform:scale(0.9); opacity:0;}
  to{transform:scale(1); opacity:1;}
}/* PREMIUM PAGE DESIGN */

</style>