/* ======================================== */
/* FONTS */
/* ======================================== */
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-ExtraBold.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Medium.woff2") format("woff2");
}
/* ======================================== */
/* VARIABLES */
/* ======================================== */
/* ======================================== */
/* GLOBAL */
/* ======================================== */
body {
  font-family: "Poppins";
  background: white;
  color: #091327;
  overflow-x: hidden;
}

img {
  width: 100%;
  display: block;
}

.section-heading {
  margin-bottom: 80px;
}
.section-heading h2 {
  font-family: "Gilroy";
  font-size: clamp(48px, 6vw, 76px);
  line-height: 1;
}
.section-heading p {
  margin-top: 24px;
  opacity: 0.7;
}

/* ======================================== */
/* HEADER */
/* ======================================== */
.site-header {
  padding: 28px 0;
  background: white;
}

.navbar-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: "Gilroy";
  color: #091327;
}

.logo-icon {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: #0EA5FF;
  position: relative;
}
.logo-icon span {
  position: absolute;
  inset: 10px;
  border-radius: 6px;
  border: 2px solid white;
}

.navbar-nav {
  gap: 42px;
}

.nav-link {
  font-size: 13px;
  letter-spacing: 1px;
  color: #091327;
}

/* ======================================== */
/* BUTTONS */
/* ======================================== */
.btn {
  padding: 16px 28px;
  border-radius: 16px;
  font-size: 14px;
}

.btn-primary-custom,
.btn-dark-custom {
  background: #091327;
  color: white;
}

.btn-light-custom {
  background: white;
  border: 1px solid rgba(9, 19, 39, 0.08);
}

/* ======================================== */
/* HERO */
/* ======================================== */
.hero-section {
  padding: 120px 0;
  background: #F4F7FA;
}

.hero-content {
  max-width: 540px;
}

.hero-label {
  display: inline-flex;
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(14, 165, 255, 0.08);
  font-size: 12px;
  letter-spacing: 1px;
  color: #0EA5FF;
}

.hero-title {
  margin-top: 32px;
  font-family: "Gilroy";
  font-size: clamp(72px, 8vw, 110px);
  line-height: 0.92;
}

.hero-text {
  margin-top: 32px;
  font-size: 18px;
  line-height: 1.9;
  opacity: 0.72;
}

.hero-buttons {
  margin-top: 48px;
  display: flex;
  gap: 20px;
}

.hero-image-wrapper img {
  border-radius: 36px;
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.08);
}

/* ======================================== */
/* STATS */
/* ======================================== */
.stats-section {
  padding: 100px 0;
}

.stat-item strong {
  display: block;
  font-family: "Gilroy";
  font-size: 72px;
  color: #0EA5FF;
}
.stat-item span {
  display: block;
  margin-top: 12px;
  font-size: 12px;
  letter-spacing: 2px;
  opacity: 0.6;
}

/* ======================================== */
/* ABOUT */
/* ======================================== */
.about-section {
  padding: 160px 0;
  background: #F4F7FA;
}

.about-images {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}

.about-image {
  border-radius: 24px;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-image-1 {
  width: 260px;
  height: 180px;
  margin-top: 60px;
}

.about-image-2 {
  width: 240px;
  height: 160px;
}

.about-content h2 {
  font-family: "Gilroy";
  font-size: clamp(48px, 5vw, 72px);
  line-height: 1;
}
.about-content p {
  margin-top: 28px;
  line-height: 1.9;
  opacity: 0.72;
}

.about-badge {
  margin-top: 40px;
  padding: 24px;
  border-radius: 20px;
  background: white;
  border: 1px solid rgba(9, 19, 39, 0.08);
}
.about-badge strong {
  display: block;
}
.about-badge span {
  margin-top: 8px;
  display: block;
  opacity: 0.7;
}

/* ======================================== */
/* SERVICES */
/* ======================================== */
.services-section {
  padding: 160px 0;
}

.service-card {
  padding: 48px;
  border-radius: 32px;
  background: #F4F7FA;
  height: 100%;
}
.service-card h3 {
  margin-top: 32px;
  font-family: "Gilroy";
  font-size: 40px;
}
.service-card ul {
  margin-top: 32px;
  padding-left: 18px;
}
.service-card ul li {
  margin-bottom: 18px;
}

.service-card-dark {
  background: #0C527B;
  color: white;
}

/* ======================================== */
/* PORTFOLIO */
/* ======================================== */
.portfolio-section {
  padding: 160px 0;
  background: #F4F7FA;
}

.section-header {
  margin-bottom: 80px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.section-header h2 {
  font-family: "Gilroy";
  font-size: clamp(48px, 5vw, 72px);
}
.section-header p {
  margin-top: 16px;
  opacity: 0.7;
}

.section-link {
  color: #0EA5FF;
  text-decoration: none;
}

.portfolio-card {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
}
.portfolio-card img {
  height: 420px;
  -o-object-fit: cover;
     object-fit: cover;
}

.portfolio-content {
  position: absolute;
  left: 32px;
  bottom: 32px;
  color: white;
}
.portfolio-content span {
  display: inline-block;
  margin-bottom: 12px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  font-size: 11px;
  letter-spacing: 1px;
}
.portfolio-content h3 {
  font-family: "Gilroy";
  font-size: 34px;
}

/* ======================================== */
/* NEWS */
/* ======================================== */
.news-section {
  padding: 160px 0;
}

.news-card img {
  border-radius: 24px;
}

.news-content {
  margin-top: 28px;
}

.news-date {
  display: inline-block;
  margin-bottom: 16px;
  font-size: 12px;
  letter-spacing: 1px;
  color: #0EA5FF;
}

.news-content h3 {
  font-family: "Gilroy";
  font-size: 36px;
  line-height: 1.1;
}

.news-content p {
  margin-top: 18px;
  line-height: 1.8;
  opacity: 0.72;
}

.news-content a {
  margin-top: 24px;
  display: inline-block;
  color: #091327;
}

/* ======================================== */
/* FOOTER */
/* ======================================== */
.site-footer {
  padding: 120px 0;
  background: #061126;
  color: white;
}

.footer-logo {
  font-family: "Gilroy";
  font-size: 22px;
}

.footer-brand h3 {
  margin-top: 32px;
  font-family: "Gilroy";
  font-size: 52px;
  line-height: 1;
}

.footer-contact p {
  margin-bottom: 18px;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.footer-links a {
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
}/*# sourceMappingURL=style.css.map */