html, body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  color: #2b3440;
  line-height: 1.6;
  background: #ffffff;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  max-width: 1180px;
  margin: auto;
  padding: 0 20px;
}

header {
  background: #ffffff;
  border-bottom: 1px solid #e7ebf0;
  position: sticky;
  top: 0;
  z-index: 10;
}

.topbar {
  background: #0f4c81;
  color: #ffffff;
  padding: 8px 0;
  font-size: 14px;
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  gap: 20px;
}

/* Header Logo */

.logo a {
  display: flex;
  align-items: center;
  gap: 12px;
}

.logo img {
  height: 90px;
  width: auto;
  display: block;
}

.logo span {
  font-size: 24px;
  font-weight: 700;
  color: #122033;
  white-space: nowrap;
}

.nav ul {
  display: flex;
  gap: 18px;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}

.hero {
  background: linear-gradient(rgba(18,32,51,.8), rgba(18,32,51,.8)),
              url('images/hero.jpg') center/cover;
  color: #ffffff;
  padding: 90px 0;
}

.hero h1 {
  font-size: 42px;
  margin: 0 0 14px;
}

.hero p {
  max-width: 720px;
  font-size: 18px;
}

.btn {
  display: inline-block;
  background: #0f4c81;
  color: #ffffff;
  padding: 12px 22px;
  border-radius: 8px;
  margin-top: 18px;
}

.section {
  padding: 70px 0;
}

.alt {
  background: #f6f8fb;
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 22px;
}

.card {
  background: #ffffff;
  border: 1px solid #e7ebf0;
  border-radius: 14px;
  padding: 22px;
}

.card h3 {
  margin-top: 0;
  color: #122033;
}

/* Service Images */

.service-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 15px;
  display: block;
}

/* Strategic Partnership Logos */

.partner-logo{
    width:100%;
    max-width:220px;
    height:120px;
    object-fit:contain;
    display:block;
    margin:0 auto 15px;
}

.section-title{
    text-align:center;
    margin-bottom:40px;
}

.section-title h1,
.section-title h2{
    color:#122033;
    margin-bottom:10px;
}

.section-title p{
    color:#666;
}

/* Premium Footer */

footer{
    background:#081f3f;
    color:#fff;
    padding:40px 0 15px;
    margin-top:50px;
}

.footer-grid{
    display:grid;
    grid-template-columns:1.5fr 1fr 1fr;
    gap:40px;
    align-items:flex-start;
}

.footer-logo{
    display:flex;
    align-items:center;
    gap:15px;
    margin-bottom:15px;
}

.footer-logo img{
    height:65px;
    width:auto;
}

.footer-company strong{
    font-size:24px;
    color:#fff;
}

.footer-desc{
    color:#d7dce3;
    line-height:1.7;
}

.footer-title{
    font-size:18px;
    font-weight:700;
    margin-bottom:15px;
}

.footer-links a,
.footer-contact a{
    display:block;
    color:#d7dce3;
    margin-bottom:10px;
}

.footer-links a:hover,
.footer-contact a:hover{
    color:#4da3ff;
}

.footer-bottom{
    border-top:1px solid rgba(255,255,255,0.15);
    margin-top:25px;
    padding-top:15px;
    text-align:center;
    font-size:14px;
}
.badge {
  display: inline-block;
  background: #e8f1fb;
  color: #0f4c81;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 13px;
  margin-bottom: 12px;
}

/* Contact Page Map */

.map-section {
  max-width: 900px;
  margin: 30px auto 0;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #e7ebf0;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

.map-section iframe {
  width: 100%;
  height: 300px;
  border: 0;
  display: block;
}


/* Premium Locations Section */

.presence-wrapper{
    display:flex;
    gap:40px;
    align-items:flex-start;
    margin-top:30px;
}

.presence-map{
    flex:1;
}

.presence-map img{
    width:100%;
    border-radius:15px;
    box-shadow:0 5px 20px rgba(0,0,0,0.10);
}

.locations-accordion{
    flex:1;
}

.locations-accordion details{
    background:#fff;
    border-radius:15px;
    margin-bottom:15px;
    overflow:hidden;
    box-shadow:0 5px 20px rgba(0,0,0,0.08);
}

.locations-accordion summary{
    padding:18px 25px;
    cursor:pointer;
    font-size:18px;
    font-weight:600;
    color:#122033;
    background:#f8fafc;
    position:relative;
    list-style:none;
}

.locations-accordion summary::-webkit-details-marker{
    display:none;
}

.locations-accordion summary::after{
    content:"+";
    position:absolute;
    right:25px;
    top:15px;
    font-size:24px;
    font-weight:bold;
    color:#0f4c81;
}

.locations-accordion details[open] summary{
    background:#0f4c81;
    color:#fff;
}

.locations-accordion details[open] summary::after{
    content:"−";
    color:#fff;
}

.locations-accordion p{
    margin:0;
    padding:20px 25px;
    background:#fff;
}

/* Premium Footer */

footer{
    background:#081f3f;
    color:#fff;
    padding:60px 0 20px;
    margin-top:50px;
}

.footer-grid{
    display:grid;
    grid-template-columns:2fr 1fr 1fr;
    gap:50px;
    align-items:start;
}

.footer-logo{
    display:flex;
    align-items:center;
    gap:15px;
    margin-bottom:20px;
}

.footer-logo img{
    height:80px;
}

.footer-company strong{
    font-size:28px;
    color:#fff;
}

.footer-grid strong{
    display:block;
    margin-bottom:15px;
    font-size:20px;
}

.footer-grid a{
    color:#fff;
    transition:0.3s;
}

.footer-grid a:hover{
    color:#4da3ff;
}

.footer-bottom{
    margin-top:40px;
    padding-top:20px;
    border-top:1px solid rgba(255,255,255,0.15);
    text-align:center;
}

/* Mobile Responsive */

@media(max-width:900px){

    .presence-wrapper{
        flex-direction:column;
    }

    .footer-grid{
        grid-template-columns:1fr;
        gap:30px;
    }
}

@media(max-width:700px){

    .hero h1{
        font-size:32px;
    }

    .nav{
        flex-direction:column;
        align-items:flex-start;
    }

    .logo img{
        height:55px;
    }

    .logo span{
        font-size:18px;
    }

    .footer-logo img{
        height:60px;
    }

    .footer-company strong{
        font-size:20px;
    }

    .service-img{
        height:180px;
    }
}