@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&amp;family=Inter:wght@400;600;700;800&amp;family=Playfair+Display:wght@500;600;700&amp;display=swap');
:root {
  --blue: #004ada;
  --navy: #001f78;
  --text: #0b1b3f;
  --muted: #5d6681;
  --line: #c9d6f2;
  --glass: rgba(255, 255, 255, .76);
  --shadow: 0 18px 45px rgba(20, 48, 104, .14)
}
* {
  box-sizing: border-box
}
body {
  margin: 0;
  color: var(--text);
  font-family: Inter, Arial, sans-serif;
  background: radial-gradient(circle at 22% 10%, rgba(255, 255, 255, .95), transparent 30%), linear-gradient(120deg, #fff 0%, #f7f9ff 30%, #eef3fb 55%, #fff 100%);
  overflow-x: hidden
}
body:before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .5;
  background: linear-gradient(110deg, transparent 0 35%, rgba(255, 255, 255, .85) 45%, transparent 55%);
  mix-blend-mode: soft-light
}
.site-header {
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 46px;
  position: sticky;
  top: 0;
  z-index: 5;
  background: rgba(255, 255, 255, .76);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(0, 74, 218, .12)
}
.brand img {
  width: 188px;
  display: block
}
.nav {
  display: flex;
  align-items: center;
  gap: 24px;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 11px
}
.nav a {
  color: #06184a;
  text-decoration: none
}
.nav .active {
  color: var(--blue);
  border-bottom: 2px solid var(--blue);
  padding-bottom: 8px
}
.menu-toggle {
  display: none
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--blue);
  color: white !important;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
  border-radius: 4px;
  padding: 15px 25px;
  box-shadow: 0 10px 22px rgba(0, 74, 218, .2);
  border: 1px solid var(--blue)
}
.btn-small {
  padding: 12px 20px;
  font-size: 10px
}
.btn-outline {
  background: rgba(255, 255, 255, .72);
  color: var(--blue) !important;
  box-shadow: none
}
.section-pad {
  padding: 56px 46px
}
.hero {
  min-height: 520px;
  display: grid;
  grid-template-columns: 42% 58%;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 0
}
.hero-copy {
  max-width: 520px;
  position: relative;
  z-index: 2
}
.eyebrow {
  color: var(--blue);
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: .08em;
  font-size: 14px
}
.hero h1, .welcome h2, .center-title, .title-line h2 {
  font-family: 'Playfair Display', serif;
  text-transform: uppercase;
  color: var(--navy);
  line-height: .92
}
.hero h1 {
  font-size: 72px;
  margin: 20px 0
}
.hero h1 span {
  font-family: 'Great Vibes', cursive;
  text-transform: none;
  font-weight: 400;
  font-size: 82px;
  color: #2667e8
}
.lead {
  font-size: 16px;
  line-height: 1.8;
  color: #28375d;
  max-width: 390px
}
.divider {
  height: 30px;
  color: var(--blue);
  display: flex;
  align-items: center;
  gap: 18px
}
.divider:before, .divider:after {
  content: "";
  width: 90px;
  height: 1px;
  background: var(--line)
}
.divider.small:before, .divider.small:after {
  width: 60px
}
.actions {
  display: flex;
  gap: 18px;
  margin-top: 30px
}
.hero-art {
  height: 600px;
  position: relative;
  overflow: hidden;
  border-radius: 0 0 0 90px
}
.hero-art:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, .88) 16%, rgba(255, 255, 255, .06) 45%);
  z-index: 1
}
.hero-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.04) contrast(1.02)
}
.info-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, .65);
  padding: 25px 46px
}
.info-strip div {
  display: flex;
  align-items: center;
  gap: 14px;
  border-right: 1px solid var(--line);
  padding: 0 22px
}
.info-strip div:last-child {
  border-right: 0
}
.info-strip b {
  font-size: 32px;
  color: var(--blue)
}
.info-strip span {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.55
}
.two-col {
  display: grid;
  grid-template-columns: 34% 66%;
  gap: 46px;
  align-items: center
}
.welcome h2 {
  font-size: 42px;
  margin: 10px 0
}
.welcome p {
  line-height: 1.8;
  color: #26375e
}
.feature-img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: var(--shadow)
}
.center-title {
  font-size: 34px;
  text-align: center;
  display: flex;
  align-items: center;
  gap: 22px;
  justify-content: center
}
.center-title span {
  height: 1px;
  width: 160px;
  background: var(--line)
}
.gallery-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px
}
.gallery-row img {
  height: 300px;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow)
}
.center {
  text-align: center
}
.title-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--line);
  padding-top: 18px
}
.title-line h2 {
  font-size: 34px;
  margin: 0
}
.model-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 26px
}
.model-grid article {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  background: #05070c;
  box-shadow: var(--shadow);
  text-align: center;
  color: white
}
.model-grid img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  display: block
}
.model-grid h3 {
  margin: -54px 0 6px;
  position: relative;
  text-transform: uppercase;
  color: white
}
.model-grid p {
  position: relative;
  text-transform: uppercase;
  font-size: 12px;
  margin: 0 0 18px
}
.quick-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, .62)
}
.quick-cards > div {
  padding: 28px;
  border-right: 1px solid var(--line)
}
.quick-cards > div:last-child {
  border-right: 0
}
.quick-cards b {
  font-size: 32px;
  color: var(--blue)
}
.quick-cards h3 {
  text-transform: uppercase;
  font-size: 14px
}
.quick-cards p {
  font-size: 13px;
  line-height: 1.7;
  color: #35456b
}

.footer {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: 34px;
  padding: 44px 46px;
  border-top: 1px solid var(--line);
  background: rgba(255, 255, 255, .82)
}
.footer img {}
.footer h4 {
  text-transform: uppercase;
  color: var(--blue)
}
.footer a {
  display: block;
  color: #24345d;
  text-decoration: none;
  margin: 9px 0
}
.footer p {
  color: #465677;
  line-height: 1.7
}
@media(max-width:900px) {
  .site-header {
    padding: 12px 20px
  }
  .menu-toggle {
    display: block;
    background: var(--blue);
    color: #fff;
    border: 0;
    border-radius: 4px;
    padding: 10px 12px
  }
  .nav {
    display: none;
    position: absolute;
    right: 20px;
    top: 75px;
    flex-direction: column;
    background: white;
    padding: 22px;
    box-shadow: var(--shadow);
    align-items: flex-start
  }
  .nav.open {
    display: flex
  }
  .hero, .two-col, .info-strip, .gallery-row, .model-grid, .quick-cards, .footer {
    grid-template-columns: 1fr;
  }
  .section-pad {
    padding: 38px 22px
  }
  .hero h1 {
    font-size: 52px
  }
  .hero h1 span {
    font-size: 60px
  }
  .hero-art {
    height: 340px;
    border-radius: 18px
  }
  .info-strip div, .quick-cards > div {
    border-right: 0;
    border-bottom: 1px solid var(--line)
  }
  .title-line {
    align-items: flex-start;
    gap: 16px;
    flex-direction: column
  }
  .center-title span {
    display: none
  }
}





.footer-links ul {
	padding: 0px;
	display: flex;
}
.footer-links ul li {
	padding: 5px 10px;
	list-style: none;
}
.footer-links ul li i {
	font-size: 18px;
}





/* Floating container */
.social-float {
    position: fixed;
    top: 40%;
    right: 0;
    transform: translateY(-50%);
    z-index: 1000;
}

/* Icon links */
.social-float a {
    display: block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    margin: 5px 0;
    text-align: center;
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
    transition: all 0.3s ease;
}

/* Hover effect */
.social-float a:hover {
    padding-right: 10px;
}

/* Individual colors */
.facebook { background: #3b5998; }
.twitter  { background: #1da1f2; }
.instagram{ background: #e1306c; }
.linkedin { background: #0077b5; }
.youtube  { background: #ff0000; }
.phone { background: #0077b5; }
.whatsapp  { background: #25d366; }

