*{
  margin:0;
  padding:0;
  box-sizing:border-box;
  font-family:'Poppins',sans-serif;
}

body{
  background:#f5f9ff;
  color:#1e293b;
}

/* Container */
.container{
  max-width:1200px;
  margin:auto;
  padding:0 20px;
}

/* Top Bar */
.top-bar{
  background:#0F52BA;
  color:#fff;
  font-size:14px;
  padding:10px 0;
}
.top-flex{
  display:flex;
  justify-content:space-between;
  padding:8px 0;
}

/* Navbar */
.navbar{
  position:sticky;
  top:0;
  z-index:999;
  background:#fff;
  box-shadow:0 8px 25px rgba(0,0,0,.08);
}

.nav-flex{
  display:flex;
  justify-content:space-between;
  align-items:center;
  height:80px;
}

.logo{
  display:flex;
  align-items:center;
  text-decoration:none;
  color:#0F52BA;
  font-size:28px;
  font-weight:700;
}

.logo i{
  width:55px;
  height:55px;
  background:#0F52BA;
  color:#fff;
  border-radius:50%;
  display:flex;
  justify-content:center;
  align-items:center;
  font-size:24px;
  margin-right:12px;
}

.menu a{
  margin-left:25px;
  text-decoration:none;
  color:#334155;
  font-size:15px;
  font-weight:600;
  transition:.3s;
}

.menu a:hover{
    color:#0F52BA;
}

.menu .active{
  color:#0ea5e9;
}

.btn-quote{
  background:#0ea5e9;
  color:#fff !important;
  padding:10px 20px;
  border-radius:30px;
}

/* Hero */
.hero{
    background:linear-gradient(135deg,#edf7ff,#dbeeff);
 
  padding: 96px 0;
  width: 100%;
}


.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: 50px;
}


/* Left */

.badge{
  background:#dbeafe;
  color:#0F52BA;
  display:inline-block;
 
  padding:8px 18px;
  border-radius:30px;
  font-size:12px;
  margin-bottom:18px;
}

.hero-left h1{
  font-size:52px;
  line-height:1.2;
}

.hero-left h1 span{
  color:#0ea5e9;
}

.hero-left p{
  margin:20px 0;
  color:#475569;
  max-width:500px;
}

.hero-buttons{
  margin-top:25px;
}

.btn-primary{
    background:#0F52BA;
    color:#fff;
    border-radius:50px;
    padding:15px 35px;
    text-decoration:none;
    transition:.3s;
}

.btn-primary:hover{
    background:#0b3d91;
}

.btn-outline{
    border:2px solid #0F52BA;
    color:#0F52BA;
    border-radius:50px;
    padding:13px 30px;
}

.hero-features i{
    color:#0F52BA;
}

.hero-features i{
  color:#10b981;
  margin-right:6px;
}

/* Right */
.hero-right{
  position:relative;
}


.hero-right img{
  width:100%;
  border-radius:32px;
}


.client-box{
  position:absolute;
  bottom:25px;
  left:-40px;
  background:#fff;
  padding:18px 25px;
  border-radius:18px;
  box-shadow:0 15px 40px rgba(0,0,0,.12);
  text-align:center;
}

.client-box strong{
  font-size:22px;
  color:#0ea5e9;
}

.client-box span{
  font-size:12px;
  color:#64748b;
}

/* Responsive */
@media(max-width:768px){
  .hero-grid{
    grid-template-columns:1fr;
  }
  .hero {
    padding: 60px 0;
  }
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .services-grid {
    grid-template-columns: 1fr;
  }
  .section-title {
    font-size: 28px;
  }
}

.services-section {
  padding: 90px 0;
  background: #f9fcff;
  text-align: center;
}

.section-badge{
color:#0F52BA;
}

.section-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #0b1c2d;
}

.section-subtitle {
  max-width: 620px;
  margin: 0 auto 60px;
  color: #6b7a90;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.service-card {
  background: #fff;
  padding: 35px 30px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,.05);
  text-align: left;
  transition: .3s ease;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0,0,0,.08);
}


.service-icon{
background:#dbeafe;
color:#0F52BA;
  width: 48px;
  height: 48px;
  
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 22px;
}

.service-card h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
}

.service-card p {
  font-size: 14px;
  color: #6b7a90;
  margin-bottom: 20px;
}

.service-link {

color:#0F52BA;
font-weight:600;
  font-size: 14px;
  
  text-decoration: none;
}

.service-link:hover {
  text-decoration: underline;
}

.view-all-wrapper {
  text-align: center;
  margin-top: 50px;
}

.view-all-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 12px 26px;
  border-radius: 30px;
  border: 2px solid #2d9cdb;
  color: #2d9cdb;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s ease;
}

.view-all-btn:hover {
  background: #2d9cdb;
  color: #fff;
}

.about-section {
  padding: 100px 0;
  background: #f9fcff;
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

/* IMAGE */
.about-image {
  position: relative;
}

.about-image img {
  width: 100%;
  border-radius: 24px;
  object-fit: cover;
}


.experience-badge{
background:#0F52BA;
  position: absolute;
  bottom: -20px;
  right: 30px;
 
  color: #fff;
  padding: 18px 22px;
  border-radius: 14px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0,0,0,.15);
}

.experience-badge strong {
  font-size: 22px;
  display: block;
}

.experience-badge span {
  font-size: 13px;
}

/* CONTENT */
.about-label{
color:#0F52BA;
  font-size: 13px;
  letter-spacing: 2px;
  
  display: inline-block;
  margin-bottom: 10px;
}

.about-content h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #0b1c2d;
}

.about-content p {
  color: #6b7a90;
  margin-bottom: 20px;
}

.about-list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.about-list li::before {
  content: "✓";
  color:#0F52BA;
  margin-right: 8px;
}

/* STATS */
.about-stats {
  display: flex;
  gap: 40px;
}

.about-stats h3 {
  color: #2d9cdb;
  font-size: 26px;
  margin-bottom: 5px;
}

.about-stats span {
  font-size: 14px;
  color: #6b7a90;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .about-grid {
    grid-template-columns: 1fr;
  }

  .experience-badge {
    right: 20px;
  }
}

@media (max-width: 576px) {
  .about-content h2 {
    font-size: 28px;
  }

  .about-stats {
    flex-direction: column;
    gap: 20px;
  }
}

.why-section {
  padding: 100px 0;
  background: #f9fcff;
  text-align: center;
}

.why-label {
  font-size: 13px;
  letter-spacing: 2px;
  color:#0F52BA;
  display: inline-block;
  margin-bottom: 10px;
}

.why-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #0b1c2d;
}

.why-subtitle {
  max-width: 600px;
  margin: 0 auto 60px;
  color: #6b7a90;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.why-item {
  background: #fff;
  padding: 30px 25px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,.05);
}

.why-item i {
  font-size: 28px;
  color:#0F52BA;
  margin-bottom: 15px;
}

.why-item h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.why-item p {
  font-size: 14px;
  color: #6b7a90;
}

/* Highlight center card */
.why-item.highlight {
  background:#eef6ff;
border:2px solid #0F52BA;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .why-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .why-grid {
    grid-template-columns: 1fr;
  }

  .why-title {
    font-size: 28px;
  }
}

.cta-clean {
  background:linear-gradient(135deg,#0F52BA,#1976D2);
  padding: 110px 20px;
  text-align: center;
  color: #fff;
}

.cta-wrapper {
  max-width: 780px;
  margin: auto;
}

.cta-clean h2 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 18px;
  letter-spacing: -0.5px;
}

.cta-clean p {
  font-size: 16px;
  font-weight: 400;
  color: rgba(255,255,255,0.9);
  margin-bottom: 38px;
  line-height: 1.6;
}

.cta-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-bottom: 26px;
}

.cta-actions a {
  padding: 13px 30px;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s ease;
}

.btn-primary {
  background: #ffffff;
  color: #2b98d0;
}

.btn-primary:hover {
  background: #f1f5f9;
}

.btn-secondary {
  border: 2px solid rgba(255,255,255,0.9);
  color: #fff;
}

.btn-secondary:hover {
  background: rgba(255,255,255,0.15);
}

.cta-note {
  font-size: 14px;
  color: rgba(255,255,255,0.85);
}

.cta-note i {
  margin-right: 6px;
}

/* MOBILE */
@media (max-width: 576px) {
  .cta-clean h2 {
    font-size: 32px;
  }

  .cta-actions {
    flex-direction: column;
  }
}


.site-footer {
 background:#0F172A;
  color: #cbd5e1;
  padding: 80px 0 30px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 40px;
}

.site-footer h4,
.site-footer h5 {
  color: #fff;
  margin-bottom: 15px;
}

.site-footer p {
  font-size: 14px;
  line-height: 1.7;
}

.site-footer ul {
  list-style: none;
  padding: 0;
}

.site-footer ul li {
  margin-bottom: 10px;
  font-size: 14px;
}

.site-footer a {
  color: #cbd5e1;
  text-decoration: none;
}

.site-footer a:hover {
  color: #45e0a2;
}

.footer-social a {
  margin-right: 10px;
  font-size: 18px;
}

.footer-contact i {
  margin-right: 8px;
  color: #45e0a2;
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.1);
  margin-top: 40px;
  padding-top: 20px;
  text-align: center;
  font-size: 13px;
  opacity: .7;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 576px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }
}

