:root{
  --primary:#2957a7;
  --secondary:#d82639;
}

/* NAV */
/* ===== NAVBAR PILL STYLE ===== */

.nav-pill{
  background:#fff;
  padding:12px 0;
  box-shadow:0 5px 20px rgba(0,0,0,.05);
  border-top:5px solid var(--primary); /* 👈 THIS LINE */
}



/* LOGO */
.logo-img{
  max-height:60px;
}

/* MENU BOX (MAIN DIFFERENCE) */
.nav-pill-box{
  background:#d82539;
  padding:8px 10px;
  border-radius:30px;
  box-shadow:inset 0 0 0 1px rgba(0,0,0,0.05);
}

/* MENU LINKS */
.nav-pill-box a{
  padding:8px 16px;
  font-size:15px;
  font-weight:600;
  color:#f2f2f2;
  text-transform:uppercase;
  border-radius:25px;
  transition:0.3s;
}

/* HOVER EFFECT */
.nav-pill-box a:hover{
  background:var(--primary);
  color:#fff;
}

/* CTA BUTTON */
.nav-pill-btn{
  background:var(--primary);
  color:#fff !important;
  margin-left:8px;
  padding:8px 18px !important;
}

.nav-pill-btn:hover{
  background:var(--primary);
}

/* MOBILE MENU */
.nav-mobile{
  background:#fff;
  padding:20px;
  text-align:center;
}

.nav-mobile a{
  display:block;
  padding:10px;
  font-weight:600;
  color:#333;
  border-bottom:1px solid #eee;
}

/* BODY OFFSET */
body{
  padding-top:90px;
}

/* HERO */

/* HERO SPLIT NEW DESIGN */

.hero-split{
  position: relative;
  height: 587px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

/* RIGHT SIDE IMAGE (65%) */
.hero-split::after{
  content:"";
  position:absolute;
  top:0;
  right:0;
  width:75%;
  height:100%;
  background:url("images/banner.png") center/cover no-repeat;
}

/* LEFT SIDE GRADIENT */
.hero-split::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:45%;
  height:100%;
  background: linear-gradient(135deg, #2957a7 0%, #1d3f80 100%);
  z-index:1;
}

/* CONTENT */
.hero-left{
  position: relative;
  z-index:2;
  color:#fff;
  max-width:520px;
}

/* TITLE */
.hero-left h1{
  font-size:48px;
  font-weight:800;
  line-height:1.2;
}

/* TEXT */
.hero-left p{
  margin-top:15px;
  font-size:17px;
  color:#e0e6ff;
}

/* BUTTON */
.hero-btn{
  background:#d82639;
  color:#fff;
  padding:10px 22px;
  border-radius:30px;
  font-weight:600;
  transition:0.3s;
}

.hero-btn:hover{
  background:#fff;
  color:#000;
}

/* RESPONSIVE */
@media(max-width:992px){

  .hero-split{
    height:auto;
    padding:80px 0;
  }

  .hero-split::after{
    width:100%;
    opacity:0.2;
  }

  .hero-split::before{
    width:100%;
  }

  .hero-left{
    text-align:center;
    margin:auto;
  }

  .hero-left h1{
    font-size:30px;
  }
}





/* SECTION */
.section{padding:80px 0;}
.title{font-weight:800;color:var(--primary);}

/* SERVICES */

/* SERVICES ALT STYLE */

.services-alt{
  padding:90px 0;
  background:#f8fbff;
}

.service-alt{
  background:#fff;
  padding:30px;
  border-radius:14px;
  text-align:center;
  height:100%;
  box-shadow:0 10px 30px rgba(0,0,0,0.05);
  transition:0.3s;
}

.service-alt:hover{
  transform:translateY(-6px);
  box-shadow:0 15px 40px rgba(0,0,0,0.08);
}

/* ICON */
.service-alt i{
  font-size:38px;
  color:#2957a7;
  margin-bottom:15px;
}

/* TITLE */
.service-alt h5{
  font-weight:700;
  margin-bottom:10px;
  color:#222;
}

/* TEXT */
.service-alt p{
  font-size:14px;
  color:#666;
  line-height:1.7;
}




/* WHY */
/* WHY SECTION */

.why-alt{
  background: linear-gradient(rgba(41,87,167,.95), rgba(41,87,167,.95)),
              url("images/hero.jpg") center/cover no-repeat;
  padding:90px 0;
  color:#fff;
}

/* BOX */
.why-box{
  padding:25px 15px;
  transition:0.3s;
}

/* ICON */
.why-box i{
  font-size:40px;
  color:#fff;
  margin-bottom:15px;
}

/* TITLE */
.why-box h6{
  font-weight:800;
  font-size:16px;
  margin-bottom:8px;
  text-transform:uppercase;
  letter-spacing:0.5px;
}

/* TEXT */
.why-box p{
  font-size:13px;
  color:rgba(255,255,255,0.8);
  line-height:1.6;
}

/* HOVER EFFECT */
.why-box:hover{
  transform:translateY(-6px);
}

/* FOOTER */

/* FOOTER MAIN */
.footer-alt{
  background:#d82539;
  color:#ccc;
  padding:60px 0 25px;
}

/* LOGO */
.footer-logo{
  max-width:180px;
}

/* TITLE */
.footer-title{
  color:#fff;
  font-weight:700;
  margin-bottom:15px;
  text-transform:uppercase;
  font-size:16px;
}

/* TEXT */
.footer-text{
  font-size:14px;
  line-height:1.7;
  color:#bbb;
}

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

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

.footer-links a{
  color:#bbb;
  text-decoration:none;
  transition:0.3s;
}

.footer-links a:hover{
  color:#fff;
  padding-left:5px;
}

/* FORM */
.footer-form input{
  height:42px;
  border-radius:6px;
  border:none;
}

.footer-form .btn{
  background:#d82639; /* secondary color */
  border:none;
  font-weight:600;
}

.footer-form .btn:hover{
  background:#2957a7; /* primary color */
}

/* COPYRIGHT */
.footer-copy{
  font-size:13px;
  color:#999;
}

/* RESPONSIVE */
@media (max-width:768px){
  .footer-alt{
    text-align:center;
  }
}







/* ===== ABOUT OVERLAP SECTION ===== */

.about-overlap{
  position:relative;
  margin-top:-100px; /* 👈 overlap banner */
  z-index:5;
}

/* MAIN BOX */
.about-box{
  background:#fff;
  border-radius:16px;
  padding:50px;
  box-shadow:0 20px 60px rgba(0,0,0,0.08);
  border:1px solid #eee;
}

/* IMAGE */
.about-img img{
  width:100%;
  border-radius:12px;
}

/* TITLE */
.about-title{
  font-size:32px;
  font-weight:800;
  color:#2957a7;
  margin-bottom:15px;
}

/* TEXT */
.about-box p{
  font-size:15px;
  color:#555;
  line-height:1.8;
}

/* FEATURES */
.about-feature{
  padding:20px;
  border-radius:12px;
  transition:0.3s;
}

.about-feature:hover{
  background:#f8faff;
}

/* ICON */
.about-feature i{
  font-size:30px;
  color:#d82639;
  margin-bottom:10px;
}

/* TITLE */
.about-feature h6{
  font-weight:700;
  margin-bottom:8px;
  color:#222;
}

/* TEXT */
.about-feature p{
  font-size:13px;
  color:#666;
}

/* RESPONSIVE */
@media(max-width:992px){

  .about-overlap{
    margin-top:-60px;
  }

  .about-box{
    padding:30px;
  }

  .about-title{
    font-size:24px;
  }
}



/* TOP BUTTON */

#topBtn{
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 999;

  width: 48px;
  height: 48px;

  background: linear-gradient(135deg, #2957a7, #d82639);
  color:#fff;

  border: solid;
	border-bottom-color: aliceblue;
  border-radius: 50%;

  font-size: 18px;
  cursor: pointer;

  display: none;
  transition: all 0.3s ease;

  box-shadow:0 5px 15px rgba(0,0,0,0.2);
}

/* HOVER */
#topBtn:hover{
  transform: translateY(-4px);
  box-shadow:0 8px 25px rgba(0,0,0,0.3);
}