@import url("https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap");
body {
  font-family: "Inter", sans-serif;
  line-height: 1.6;
  color: #0d2940;
  font-size: 16px;
}

html {
  scroll-behavior: smooth;
}

.navbar {
  transition: all 0.3s ease;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.navbar .navbar-brand img {
  transition: transform 0.3s ease;
}
.navbar .navbar-brand img:hover {
  transform: scale(1.05);
}

header .navbar-expand-lg .navbar-nav .nav-link {
  color: #0d2940 !important;
  font-weight: 500;
  transition: color 0.3s ease;
  position: relative;
  font-weight: bold;
  padding-right: 1rem;
  padding-left: 1rem;
}
header .navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #425f71 !important;
}
header .navbar-expand-lg .navbar-nav .nav-link.active {
  color: #0d2940 !important;
}

.hero-banner {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.hero-banner .hero-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-banner .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.hero-banner .hero-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(3, 42, 66, 0.8) 0%, rgba(3, 42, 66, 0.6) 100%);
  z-index: 2;
}
.hero-banner .container {
  position: relative;
  z-index: 3;
}
.hero-banner .hero-content {
  color: white;
  padding: 2rem 0;
}
.hero-banner .hero-title {
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 2rem;
  color: white;
}
.hero-banner .hero-title .highlight {
  font-weight: 700;
  color: #f0d8b6;
}
.hero-banner .hero-description {
  margin-bottom: 2.5rem;
  max-width: 500px;
  font-size: 1.25rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
}
.hero-banner .btn-hero {
  background-color: #0d2940;
  border: 1px solid #0d2940;
  border-radius: 25px;
  color: #f0d8b6;
  padding: 1rem 2rem;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
}
.hero-banner .btn-hero:hover {
  background: #f0d8b6;
  color: #0d2940;
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .hero-banner {
    min-height: 80vh;
    text-align: center;
  }
  .hero-banner .hero-title {
    font-size: 2.5rem;
  }
  .hero-banner .hero-description {
    font-size: 1.1rem;
    margin: 0 auto 2rem auto;
  }
  .hero-banner .hero-image {
    min-height: 300px;
    margin-top: 2rem;
  }
}
.hero-section {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  position: relative;
  overflow: hidden;
}
.hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000"><polygon fill="%23ffffff" fill-opacity="0.1" points="0,1000 1000,0 1000,1000"/></svg>');
  z-index: 1;
}
.hero-section .hero-content,
.hero-section .hero-image {
  position: relative;
  z-index: 2;
}

.why-airthware h2 {
  font-weight: bold;
  color: #0d2d4e;
  font-size: 3.5rem;
}
.why-airthware .lead {
  font-weight: bold;
}
.why-airthware p {
  font-size: 18px;
}
.why-airthware h3 {
  font-weight: bold;
  margin: 1rem 0 2rem;
  font-size: 1.25rem;
}
.why-airthware .feature-image {
  width: 138px;
  height: 138px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.why-airthware .col-md-4 p {
  font-size: 1rem;
  color: #000;
  line-height: 1.8em;
  text-align: center;
}

.our-story {
  background-image: url(../images/story.avif);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
.our-story::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(3, 42, 66, 0.7);
}
.our-story .container {
  position: relative;
  z-index: 2;
}
.our-story .our-story-content h2 {
  color: #fff;
  font-weight: 700;
  font-size: 3.5rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #fff;
  padding-bottom: 1rem;
  width: 244px;
}
.our-story .our-story-content a {
  margin-top: 20px;
  font-weight: 700;
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  padding-bottom: 10px;
  display: inline-flex;
  width: 244px;
}
.our-story .our-story-content a:hover {
  border-color: #fff;
  color: #f0d8b6;
}
.our-story .arrow-icons {
  margin-bottom: 40px;
  margin-top: 70px;
}
.our-story .arrow-icons svg {
  fill: #f0d8b6;
  transform: rotate(90deg);
  width: 104px;
  height: 68px;
  margin-left: -38px;
}
.our-story h3 {
  font-size: 4rem;
  line-height: normal;
  color: #Fff;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.our-story p {
  font-size: 20px;
  color: #fff;
  line-height: 1.8;
}

.clients {
  background: #f0d8b6;
  min-height: 500px;
}
.clients .clients-overlay svg {
  width: 100px;
}
.clients .clients-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.clients .arrow-icons {
  display: flex;
  gap: 10px;
}
.clients .arrow-icons i {
  font-size: 2rem;
  color: #2C5F41;
  font-weight: bold;
}
.clients h2 {
  font-size: 2.4rem;
  line-height: 1.4em;
  font-weight: 400;
}
.clients h2 span {
  font-weight: 700;
}
.clients .client-logos {
  display: flex;
  align-items: center;
  height: 100%;
}
.clients .client-logo-card {
  background: white;
  border-radius: 0;
  padding: 2rem 1rem;
  height: 204px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.clients .client-logo-card:hover {
  transform: translateY(-5px);
}
.clients .collective-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.clients .logo-circle {
  width: 30px;
  height: 30px;
  background: #333;
  border-radius: 50%;
  position: relative;
}
.clients .logo-circle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 15px;
  height: 15px;
  background: white;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.clients .pan-tiles-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.clients .tiles-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 2px;
  width: 24px;
  height: 24px;
}
.clients .tile {
  background: #333;
  border-radius: 2px;
}

.contact .contact-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.contact .contact-logo svg {
  width: 116px;
}
.contact .contact-grid {
  margin-bottom: 1rem;
  margin-top: 5rem;
}
.contact .contact-grid h6 {
  font-size: 15px;
  line-height: 2.4em;
  font-weight: 700;
  color: #0d2940;
}
.contact .contact-grid ul li {
  margin-bottom: 4px;
}
.contact .contact-grid ul li a {
  color: #032a42;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 15px;
  line-height: 2.4em;
  font-weight: 300;
  color: #0d2940;
}
.contact .contact-grid ul li a:hover {
  font-weight: 500;
}
.contact .logo-shape {
  width: 30px;
  height: 30px;
  background: white;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
.contact .social-links {
  display: flex;
  gap: 1rem;
}
.contact .border-bottom {
  border-bottom-color: #0d2940 !important;
}
.contact .social-link {
  color: #0d2940;
  font-size: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease;
}
.contact .social-link:hover {
  transform: translateY(-3px);
}
.contact .contact-form-section .max-w svg {
  width: 48px;
  fill: #f0d8b6;
}
.contact .form-subtitle {
  font-size: 20px;
  line-height: 1.4em;
  margin-bottom: 0.5rem;
}
.contact .form-title {
  font-weight: 700;
  margin-bottom: 2rem;
  font-size: 80px;
  line-height: 1.4em;
}
.contact .contact-form {
  margin-bottom: 3rem;
}
.contact .contact-form .form-label {
  font-weight: 300;
  margin-bottom: 0.5rem;
}
.contact .contact-form .form-control {
  border: 1px solid #0d2940;
  border-radius: 0;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  transition: all 0.3s ease;
  background: white;
}
.contact .contact-form .form-control:focus {
  border-color: #2C5F41;
  box-shadow: 0 0 0 0.2rem rgba(44, 95, 65, 0.25);
  outline: none;
}
.contact .btn-submit {
  background: #0d2940;
  border: 1px solid #0d2940;
  color: #f0d8b6;
  padding: 0.75rem 2rem;
  font-size: 1rem;
  font-weight: 300;
  border-radius: 0;
  transition: all 0.3s ease;
  width: 100%;
  margin-top: 1rem;
}
.contact .btn-submit:hover {
  background-color: #f0d8b6;
  color: #0d2940;
  transform: translateY(-2px);
}
.contact .btn-submit:active {
  transform: translateY(0);
}

.about-hero .section-title {
  font-size: 3.5rem;
  font-weight: 700;
}
.about-hero .lead {
  font-size: 20px;
  color: #032a42;
}

.our-approach {
  background: #cdd5d9;
}
.our-approach .section-subtitle {
  font-size: 2.4rem;
  font-weight: 700;
  color: #0d2940;
}
.our-approach .approach-card h4 {
  font-weight: 700;
  color: #0d2940;
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.8em;
  max-width: 260px;
  display: inline-flex;
  flex: 0 0 260px;
}
.our-approach .approach-card p {
  color: #343a40;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8em;
  font-weight: 300;
  margin-left: 60px;
}

.goals-achievements .section-title {
  color: #0d2940;
  font-size: 3.5rem;
  font-weight: 700;
}
.goals-achievements svg {
  width: 60px;
  fill: #0d2940;
  height: 60px;
  margin-bottom: 2rem;
}
.goals-achievements svg path {
  fill: #0d2940;
}
.goals-achievements .goal-card {
  padding: 2rem 1rem;
  transition: all 0.3s ease;
}
.goals-achievements .goal-card h4 {
  font-weight: 700;
  color: #0d2940;
  margin-bottom: 1rem;
  font-size: 1.5rem;
}
.goals-achievements .goal-card p {
  line-height: 1.8em;
  font-size: 1rem;
  font-weight: 300;
  width: 80%;
  margin: 0 auto;
}
.goals-achievements .goal-card:hover {
  transform: translateY(-3px);
}
.goals-achievements .lead {
  font-size: 1.25rem;
  max-width: 800px;
  margin: 0 auto;
}

.our-team {
  background-color: #f8f9fa !important;
}
.our-team .section-title {
  color: #0d2940;
  font-size: 3.5rem;
  font-weight: 700;
}
.our-team .lead {
  font-size: 1.25rem;
  max-width: 900px;
}
.our-team .team-card {
  padding: 2rem 1rem;
  background: white;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 100%;
}
.our-team .team-card:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}
.our-team .team-card:hover {
  transform: translateY(-8px);
}
.our-team .team-card .team-image-placeholder {
  position: relative;
  width: 120px;
  height: 120px;
  margin: 0 auto;
}
.our-team .team-card .team-image-placeholder img {
  width: 120px;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
}
.our-team .team-card .team-image-placeholder .placeholder-avatar {
  width: 120px;
  height: 120px;
  background: #f8f9fa;
  border: 2px solid #e9ecef;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  color: #6c757d;
}
.our-team .team-card h5 {
  font-weight: 700;
  color: #0d2940;
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
}
.our-team .team-card .text-muted {
  font-size: 1rem;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .about-hero .section-title {
    font-size: 2.5rem;
  }
  .our-approach .section-subtitle {
    font-size: 2rem;
  }
  .our-approach .approach-card {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
  .goals-achievements .section-title {
    font-size: 2.5rem;
  }
  .our-team .section-title {
    font-size: 2.5rem;
  }
  .our-team .team-card {
    margin-bottom: 2rem;
  }
}
.exclusive-services {
  background-color: #c0cad0;
}
.exclusive-services .exclusive-service-box {
  background: #fff;
  padding: 88px 40px;
}
.exclusive-services .section-title {
  font-weight: 700;
  color: #0d2940;
  font-size: 3.5rem;
  margin-bottom: 1rem;
}
.exclusive-services .section-subtitle {
  font-weight: 300;
  margin: 0;
  color: #032a42;
  font-size: 1rem;
  line-height: 1.8em;
}
.exclusive-services .service-card {
  background: #ffffff;
  border-radius: 0;
  padding: 1.3rem;
  text-align: left;
  height: 100%;
  transition: all 0.3s ease;
}
.exclusive-services .service-card h4 {
  font-weight: 700;
  margin-bottom: 26px;
  padding-bottom: 16px;
  border-bottom: 1px solid;
}
.exclusive-services .service-card img {
  margin-bottom: 26px;
}
.exclusive-services .service-card p {
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 300;
}

.open-hours {
  background: #cdd5d9;
}

@media (max-width: 768px) {
  .clients {
    text-align: center;
  }
  .clients h2 {
    font-size: 2rem;
    margin-top: 2rem;
  }
  .clients .client-logo-card {
    height: 100px;
    padding: 1.5rem 0.5rem;
  }
  .clients .client-name {
    font-size: 1rem;
  }
  .clients .client-name.pjk {
    font-size: 1.5rem;
  }
  .contact {
    text-align: center;
  }
  .contact .form-title {
    font-size: 2.5rem;
  }
  .contact .contact-item {
    font-size: 0.7rem;
    padding: 0.5rem 0.25rem;
    height: 40px;
  }
  .contact .contact-form-section {
    margin-top: 2rem;
    padding: 1.5rem;
  }
  .contact .social-links {
    justify-content: center;
  }
  .contact .contact-logo {
    justify-content: center;
  }
}/*# sourceMappingURL=style.css.map */