:root {
  --primary: #059eff;
  --secondary: #def3ff;
  --text-dark: #000000;
  --text-body: #4a4a4a;
  --bg-light: #f4f9fd;
  --bg-page: #f8f9fa;
  --border-color: #e5e9f0;
}
.service-area-page {
  background-color: var(--bg-page);
  min-height: 100vh;
}
/* .section-padding {
  padding: 40px 0;
} */
.text-center {
  text-align: center;
}
.mt-4 {
  margin-top: 40px;
}
.container-1200 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}
.sd-heading {
  font-size: 36px;
  font-weight: 800;
  color: var(--text-dark);
  margin-bottom: 20px;
}
.sd-heading span {
  color: var(--primary);
}
.sp-subtitle {
  color: var(--primary);
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 14px;
  display: block;
}
.sa-intro p {
  color: var(--text-body);
  font-size: 16px;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
  margin-bottom: 40px;
  margin-top: 40px;
}
.btn-primary {
  display: inline-block;
  background-color: var(--primary);
  color: #fff;
  padding: 14px 32px;
  font-size: 15px;
  font-weight: 700;
  border-radius: 4px;
  transition: all 0.3s ease;
  text-decoration: none;
  border: none;
  cursor: pointer;
}
.btn-primary:hover {
  background-color: #0482d6;
  box-shadow: 0 4px 12px rgba(5, 158, 255, 0.3);
}
.sa-header-banner {
  background-color: #11111180;
  border-bottom: 1px solid var(--border-color);
  padding: 50px 0;
}
.sa-header-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sa-page-title {
  margin: 0;
  font-size: 32px;
  font-weight: 800;
  color: #ffbd1f;
}
.sa-breadcrumb {
  font-size: 13px;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.sa-breadcrumb a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s;
}
/* .sa-breadcrumb a:hover {
  color: var(--primary);
} */
.sa-breadcrumb span {
  color: #ffffff;
}
.accordion-container {
  max-width: 1200px;
  margin: 0 auto;
}
.accordion-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.accordion-item {
  border: 1px solid var(--border-color);
  margin-bottom: 0;
  border-radius: 6px;
  background-color: #ffffff;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
  align-self: start;
}
.accordion-header {
  width: 100%;
  /* text-align: left; */
  padding: 22px 30px;
  background-color: #ffffff;
  color: var(--text-dark);
  border: none;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
}
.accordion-header:hover {
  background-color: var(--bg-light);
}
.accordion-header.active {
  background-color: var(--primary);
  color: #ffffff;
}
.acc-icon {
  font-size: 26px;
  font-weight: 400;
  line-height: 1;
  transition: transform 0.3s ease;
}
.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease-out;
  background-color: #ffffff;
}
.sub-area-list {
  padding: 20px 30px;
  margin: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.sub-area-list a {
  text-decoration: none;
  color: var(--text-body);
  font-size: 16px;
  display: block;
  padding: 8px 0;
  border-bottom: 1px dashed #eaeaea;
  transition: all 0.2s ease;
}
.sub-area-list a:hover {
  color: var(--primary);
  padding-left: 8px;
  background-color: #fcfcfc;
}
.sd-cta-section {
  background-color: var(--secondary);
}
@media (max-width: 991px) {
  .sa-header-flex {
    flex-direction: column;
    text-align: left;
    align-items: flex-start;
    gap: 15px;
  }
}
@media (max-width: 850px) {
  .accordion-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .sa-page-title {
    font-size: 26px;
  }
  .sa-header-flex {
    align-items: center;
    text-align: center;
  }
  .section-padding {
    padding: 50px 0;
  }
  .accordion-header {
    font-size: 18px;
    padding: 18px 20px;
  }
  .sub-area-list {
    padding: 20px;
    grid-template-columns: 1fr;
  }
}
@media (min-width: 601px) {
  .accordion-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 600px) {
  .accordion-grid {
    grid-template-columns: 1fr;
  }
  .accordion-header {
    padding: 16px 20px;
    font-size: 16px;
  }
}

/* =========================================
   2. PAGE BODY
   ========================================= */
.sa-page {
  background: var(--sa-bg);
  padding: 50px 0 70px;
}

.sa-container {
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

.sa-region-title {
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  color: #000000;
  margin: 0 0 40px;
  font-family: inherit;
}

.sa-alpha-grid {
  columns: 4;
  column-gap: 32px;
  margin-bottom: 20px;
  /* border: 1px solid #940000; */
  padding: 25px;
}

.sa-alpha-col-item {
  break-inside: avoid;
  margin-bottom: 28px;
}

.sa-letter {
  display: block;
  font-size: 50px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 4px;
  letter-spacing: 0.5px;
}

.sa-area-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sa-area-list li {
  line-height: 1.6;
  margin: 0;
}

.sa-area-list a {
  text-decoration: none;
  color: #00ae44;
  font-size: 17px;
}

.sa-area-list a:hover {
  color: #00ae44;
  text-decoration: underline !important;
}

/* =========================================
   RESPONSIVE
   ========================================= */
@media (max-width: 1100px) {
  .sa-hero {
    height: 250px;
  }
}
@media (max-width: 900px) {
  .sa-alpha-grid {
    columns: 3;
    column-gap: 24px;
  }
  .sa-hero {
    height: 200px;
  }
}

@media (max-width: 640px) {
  .sa-hero {
    height: 170px;
  }
  .sa-hero-content h1 {
    font-size: 30px;
  }
  .sa-alpha-grid {
    columns: 2;
    column-gap: 20px;
  }
  .sa-region-title {
    font-size: 22px;
    margin-bottom: 28px;
  }
}

@media (max-width: 425px) {
  .sa-alpha-grid {
    columns: 1;
  }
  .sa-hero {
    height: 100px;
  }
}

.sd-heading {
  font-size: 30px;
  margin-top: 40px;
  margin-bottom: 10px;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: #000;
}

.sa-intro p {
  font-weight: 700;
}

.bg-gray-7.inner-sect img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .bg-gray-7.inner-sect {
    height: 200px;
    overflow: hidden;
  }

  .bg-gray-7.inner-sect img {
    width: auto;
    max-width: none;
    height: 180px;
    object-fit: cover;
    object-position: left center !important;
  }
}
