@font-face {
  font-family: "Poppins";
  src: url("../../fonts/Poppins-Regular.ttf") format("truetype");
  font-weight: 400; /* Regular */
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../../fonts/Poppins-Medium.ttf") format("truetype");
  font-weight: 500; /* Medium */
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../../fonts/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 600; /* SemiBold */
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../../fonts/Poppins-Bold.ttf") format("truetype");
  font-weight: 700; /* Bold */
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

.fw--medium {
  font-weight: 500;
}

.fw--semiBold {
  font-weight: 600;
}

.fw--bold,
strong {
  font-weight: 700;
}

.fw--bolder {
  font-weight: 900;
}

.fs--italic {
  font-style: italic;
}

h1 {
  font-size: 26px;
  padding-top: 28px;
  padding-bottom: 28px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  text-size-adjust: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  color: #40464d;
}

.main-body {
  background-color: #e6f7ff;
}

.pt-28 {
  padding-top: 28px;
}

.pt-0 {
  padding-top: 0px;
}

.h-28 {
  height: 28px;
}

.border {
  border: 1px solid red;
}

/* Header Styles */
.back-button {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  padding: 0.5rem 1rem;
  background-color: #000000;
  border-radius: 4px;
  transition: background-color 0.3s ease;
  font-size: 0.95rem;
  margin-bottom: 50px;
}
.back-button:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.side-spacing {
  margin: 0 24px 0 24px;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .header-title {
  color: #606873;
  font-size: 20px;
}
.header .header-subtitle {
  color: #316abf;
  font-size: 28px;
  font-weight: 600;
}
.header .images-flex {
  display: flex;
  justify-content: space-between;
}
.header .daikin-mascot {
  z-index: 10;
}
.header .header-background {
  position: absolute;
  right: 0;
}

/* Button Styles */
button {
  background-color: #3498db;
  color: #fff;
  border: none;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
button:hover {
  background-color: #2980b9;
}
button:active {
  transform: translateY(1px);
}

/* Contact Section Styles */
.gradient-background {
  background: linear-gradient(to bottom, #e6f7ff, #ffffff);
  border-radius: 12px;
}

/* Contact Methods Styles */
.contact-methods {
  display: flex;
  gap: 16px;
  margin-top: 8px;
}

.contact-card {
  background-color: #e5f5fc;
  border-radius: 18px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  width: 33.3333333333%;
  text-decoration: none;
  padding: 19px 25px;
}
.contact-card h3 {
  font-size: 14px;
  font-weight: 400;
  color: #005b86;
}
.contact-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.contact-card p {
  color: #666;
  margin-bottom: 1.25rem;
  font-size: 0.95rem;
}

/* Chip Styles */
/* Region Info Styles */
.region-info {
  background-color: #e8f4f8;
  border-left: 4px solid #3498db;
  padding: 1rem 1.5rem;
  margin: 2rem 0;
  border-radius: 4px;
}
.region-info p {
  margin: 0;
  color: #2c3e50;
  font-size: 1rem;
}
.region-info strong {
  color: #3498db;
  font-size: 1.1rem;
}

/* Section Divider */
.section-divider {
  border: none;
  border-top: 2px solid #e0e0e0;
  margin: 2.5rem 0;
}

/* Navigate Web Button */
.ul-list-padding {
  margin-left: 25px;
}
.ul-list-padding .li-styles {
  line-height: 1.5;
}

.still-issues-title {
  font-size: 20px;
  font-weight: 500;
}

header {
  display: flex;
  justify-content: space-between;
  padding: 11px 0;
  margin: 0 24px 0 24px;
}

.topics {
  background-color: #ffffff;
  padding: 24px;
  border-top-right-radius: 32px;
  border-top-left-radius: 32px;
}
.topics-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
}
.topics-cards-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-right: -8px;
  margin-left: -8px;
  margin-top: -4px;
}
.topics-cards-wrapper-inner {
  justify-content: space-between;
  text-decoration: none;
  flex: 0 0 auto;
  width: 50%;
  gap: 16px;
  display: flex;
  padding-right: 8px;
  padding-left: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
}
@media (min-width: 768px) {
  .topics-cards-wrapper-inner {
    width: 33.33%;
  }
}
.topics-cards-wrapper .topics-card {
  background-color: #f4f7f9;
  padding: 15.5px 19px;
  width: 100%;
  border-radius: 18px;
}
.topics img {
  width: 100%;
}
.topics-card-title {
  font-size: 14px;
  color: #40464d;
  text-align: center;
  margin-top: 6px;
}

.content-card {
  display: flex;
  background-color: #f4f7f9;
  justify-content: space-between;
  padding: 17.5px 16px;
  border-radius: 18px;
  margin-bottom: 4px;
  color: #40464d;
  text-decoration: none;
}
.content-card p {
  font-size: 14px;
  font-weight: 500;
}
.content-card img {
  margin-left: 8px;
}

.subTopic-title {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 8px;
}
.subTopic-wrapper {
  margin-bottom: 28px;
}

.search-container {
  padding-top: 1.5rem;
  padding-bottom: 2rem;
}

.search-input-wrapper {
  display: flex;
  align-items: center;
  background: white;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 0.75rem 1rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.search-input-wrapper:focus-within {
  border-color: #0066cc;
  box-shadow: 0 2px 6px rgba(0, 102, 204, 0.15);
}
.search-input-wrapper .search-icon {
  width: 20px;
  height: 20px;
  margin-right: 0.75rem;
  opacity: 0.6;
}
.search-input-wrapper input {
  flex: 1;
  border: none;
  outline: none;
  font-size: 1rem;
  color: #333;
  background: transparent;
}
.search-input-wrapper input::placeholder {
  color: #999;
}
.search-input-wrapper .clear-btn {
  background: none;
  border: none;
  font-size: 1.75rem;
  color: #999;
  cursor: pointer;
  padding: 0 0.25rem;
  line-height: 1;
  transition: color 0.2s ease;
}
.search-input-wrapper .clear-btn:hover {
  color: #666;
}

.search-results {
  min-height: 200px;
}

.search-result-card {
  display: block;
  background: white;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 1rem;
  margin-bottom: 0.75rem;
  text-decoration: none;
  color: inherit;
  transition: all 0.2s ease;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.search-result-card:hover {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  border-color: #0066cc;
  transform: translateY(-1px);
}
.search-result-card:active {
  transform: translateY(0);
}

.result-category {
  font-size: 0.75rem;
  color: #666;
  margin-bottom: 0.35rem;
  font-weight: 500;
  text-transform: capitalize;
}

.result-title {
  font-size: 1rem;
  font-weight: 600;
  margin: 0.25rem 0 0.5rem;
  color: #333;
  line-height: 1.4;
}
.result-title strong {
  background-color: #fff3cd;
  font-weight: 700;
  color: #856404;
  padding: 0 2px;
  border-radius: 2px;
}

.result-preview {
  font-size: 0.875rem;
  color: #666;
  margin: 0;
  line-height: 1.5;
}
.result-preview strong {
  background-color: #fff3cd;
  font-weight: 600;
  color: #333;
  padding: 0 2px;
  border-radius: 2px;
}

.search-empty-state,
.no-results {
  text-align: center;
  padding: 3rem 1rem;
  color: #999;
}
.search-empty-state p,
.no-results p {
  margin: 0.5rem 0;
  font-size: 1rem;
}
.search-empty-state p:first-child,
.no-results p:first-child {
  color: #666;
  font-size: 1.1rem;
}
.search-empty-state .no-results-hint,
.no-results .no-results-hint {
  font-size: 0.875rem;
  color: #aaa;
}

@media (min-width: 768px) {
  .search-container {
    max-width: 800px;
    margin: 0 auto;
  }
  .search-input-wrapper {
    padding: 1rem 1.25rem;
  }
  .search-input-wrapper input {
    font-size: 1.125rem;
  }
  .search-result-card {
    padding: 1.25rem;
  }
  .result-title {
    font-size: 1.125rem;
  }
}

/*# sourceMappingURL=main.css.map */
