.hero {
  background-color: #000;
  position: relative;
  padding: 80px 0;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 575.98px) {
  .hero {
    padding: 60px 0;
    min-height: 400px;
  }
}
.hero .content-area {
  position: relative;
  z-index: 2;
  max-width: 960px;
  margin: 0 auto;
  padding: 50px 20px;
  text-align: center;
}
@media (max-width: 575.98px) {
  .hero .content-area {
    padding: 30px 20px;
  }
}
.hero .content-area .hero-title {
  margin-bottom: 30px;
}
.hero .content-area .hero-title img {
  max-width: 100%;
  height: auto;
}
.hero .content-area .hero-product {
  margin-bottom: 20px;
}
.hero .content-area .hero-product img {
  max-width: 100%;
  height: auto;
}
.hero .content-area .main-text {
  font-size: 20px;
  color: #fff;
  margin-top: 20px;
  border: 1px solid #fff;
  padding: 15px 20px;
}
@media (max-width: 575.98px) {
  .hero .content-area .main-text {
    font-size: 16px;
  }
}

.intro-section {
  padding: 60px 0;
  background-color: #fff;
}
.intro-section .section-header {
  margin-bottom: 40px;
}
.intro-section .section-header .title-img {
  margin-bottom: 20px;
}
.intro-section .section-header .title-img img {
  max-width: 100%;
  height: auto;
}
.intro-section .section-header .main-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #103A54;
}
@media (max-width: 575.98px) {
  .intro-section .section-header .main-title {
    font-size: 24px;
  }
}
.intro-section .section-header .description {
  font-size: 14px;
  line-height: 1.8;
  color: #666;
}
.intro-section .particle-image {
  margin: 30px 0;
}
.intro-section .particle-image img {
  max-width: 100%;
  height: auto;
}

.particle-section {
  padding: 60px 0;
}
.particle-section .section-header {
  margin-bottom: 40px;
}
.particle-section .section-header .main-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #103A54;
}
@media (max-width: 575.98px) {
  .particle-section .section-header .main-title {
    font-size: 24px;
  }
}
.particle-section .section-header .sub-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #005596;
}
.particle-section .section-header .description {
  font-size: 12px;
  line-height: 1.8;
  color: #666;
}

.electromagnetic-section {
  padding: 60px 0;
  background-color: #fff;
}
.electromagnetic-section .section-header {
  margin-bottom: 40px;
}
.electromagnetic-section .section-header .title-img {
  margin-bottom: 20px;
}
.electromagnetic-section .section-header .title-img img {
  max-width: 100%;
  height: auto;
}
.electromagnetic-section .section-header .description {
  font-size: 16px;
  line-height: 1.8;
  color: #666;
}

.parts-section {
  padding: 60px 0;
}
.parts-section .section-header {
  margin-bottom: 40px;
}
.parts-section .parts-flex-container {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
@media (max-width: 767.98px) {
  .parts-section .parts-flex-container {
    flex-direction: column;
    gap: 30px;
  }
}
.parts-section .parts-image-wrapper {
  flex: 0 0 auto;
}
@media (min-width: 992px) {
  .parts-section .parts-image-wrapper {
    flex: 0 0 40%;
  }
}
.parts-section .parts-cards-wrapper {
  flex: 1;
}
@media (min-width: 992px) {
  .parts-section .parts-cards-wrapper {
    flex: 0 0 60%;
  }
}
.parts-section .parts-image {
  margin-bottom: 0;
}
.parts-section .parts-image img {
  max-width: 100%;
  height: auto;
}
.parts-section .part-card {
  background: #fff;
  border: 2px solid #dcebf5;
  border-radius: 10px;
  padding: 30px;
  height: 100%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
@media (max-width: 575.98px) {
  .parts-section .part-card {
    padding: 20px;
  }
}
.parts-section .part-card .card-title {
  color: #005596;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
}
@media (max-width: 575.98px) {
  .parts-section .part-card .card-title {
    font-size: 18px;
  }
}
.parts-section .part-card .card-text {
  font-size: 14px;
  line-height: 1.8;
  color: #333;
}
.parts-section .note-text {
  font-size: 12px;
  line-height: 1.8;
  color: #666;
  margin-top: 30px;
}

.point-section {
  padding: 60px 0;
  background-color: #fff;
}
.point-section:nth-child(even) {
  background-color: #f8f9fa;
}
.point-section .section-header {
  margin-bottom: 40px;
}
.point-section .section-header .sub-title {
  color: #005596;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.point-section .section-header .main-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #103A54;
}
@media (max-width: 575.98px) {
  .point-section .section-header .main-title {
    font-size: 24px;
  }
}
.point-section .section-header .description {
  font-size: 14px;
  line-height: 1.8;
  color: #666;
  margin-bottom: 15px;
}
.point-section .section-header .title-img {
  margin: 30px 0;
}
.point-section .section-header .title-img img {
  max-width: 100%;
  height: auto;
}
.point-section .section-header .point-image {
  margin: 30px 0;
}
.point-section .section-header .point-image img {
  max-width: 100%;
  height: auto;
}
.point-section .section-header .performance-image {
  margin: 30px 0;
}
.point-section .section-header .performance-image img {
  max-width: 100%;
  height: auto;
}
.point-section .section-header .highlight-title {
  font-size: 24px;
  font-weight: bold;
  color: #005596;
  margin-top: 20px;
}
@media (max-width: 575.98px) {
  .point-section .section-header .highlight-title {
    font-size: 20px;
  }
}

.spec-section {
  padding: 60px 0;
  background-color: #fff;
}
.spec-section .section-header {
  margin-bottom: 40px;
}
.spec-section .section-header .main-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #103A54;
}
@media (max-width: 575.98px) {
  .spec-section .section-header .main-title {
    font-size: 24px;
  }
}
.spec-section .spec-content {
  text-align: center;
}
.spec-section .spec-content .spec-product-image {
  margin-bottom: 30px;
}
.spec-section .spec-content .spec-product-image img {
  max-width: 100%;
  height: auto;
}
.spec-section .spec-content .spec-table-image {
  margin-bottom: 30px;
}
.spec-section .spec-content .spec-table-image img {
  max-width: 100%;
  height: auto;
}
.spec-section .note-text {
  font-size: 12px;
  line-height: 1.8;
  color: #666;
  margin-top: 30px;
}

.other-section {
  padding: 60px 0;
  background-color: #fff;
}
.other-section .other-image {
  text-align: center;
}
.other-section .other-image img {
  max-width: 100%;
  height: auto;
}

.contact-section {
  padding: 60px 0;
  background-color: #103A54;
  color: #fff;
}
.contact-section .section-header {
  margin-bottom: 40px;
}
.contact-section .section-header .main-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #fff;
}
@media (max-width: 575.98px) {
  .contact-section .section-header .main-title {
    font-size: 24px;
  }
}
.contact-section .section-header .contact-info .tel-number {
  font-size: 36px;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  margin-bottom: 10px;
}
@media (max-width: 575.98px) {
  .contact-section .section-header .contact-info .tel-number {
    font-size: 28px;
  }
}
.contact-section .section-header .contact-info .contact-person {
  font-size: 18px;
  margin-bottom: 10px;
}
@media (max-width: 575.98px) {
  .contact-section .section-header .contact-info .contact-person {
    font-size: 16px;
  }
}
.contact-section .section-header .contact-info .contact-email {
  font-size: 16px;
}
@media (max-width: 575.98px) {
  .contact-section .section-header .contact-info .contact-email {
    font-size: 14px;
  }
}/*# sourceMappingURL=airdog.css.map */