/* --- Responsive Enhancements for All Devices --- */
@media (max-width: 1200px) {
  .main-content, .about-section, .brands-section, .services-list-section {
    padding-left: 2vw;
    padding-right: 2vw;
  }
}
@media (max-width: 900px) {
  header {
    flex-direction: column;
    gap: 10px;
    padding: 18px 2vw 8px 2vw;
  }
  .company-name {
    font-size: 1.3rem;
  }
  .hero h1, .hero-title {
    font-size: 2rem !important;
  }
  .about-section, .brands-section, .services-list-section {
    padding: 18px 2vw 18px 2vw;
  }
  .section-main-title {
    font-size: 1.5rem;
  }
}
@media (max-width: 700px) {
  nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 0;
  }
  nav a {
    margin: 0 0 8px 0;
    font-size: 1rem;
  }
  .main-content, .about-section, .brands-section, .services-list-section {
    padding-left: 1vw;
    padding-right: 1vw;
  }
  .service-section-flex, .brands-logos-row, .solutions-list, .cameras-section {
    flex-direction: column !important;
    gap: 12px !important;
    align-items: stretch !important;
  }
  .service-info-flex {
    flex-direction: column !important;
    gap: 10px !important;
  }
  .service-info-img img {
    max-width: 100%;
    height: auto;
  }
  .modern-table th, .modern-table td {
    font-size: 0.93rem;
    padding: 7px 4px;
  }
  .footer .site-footer, .site-footer {
    font-size: 0.95rem;
    padding: 10px 0 8px 0;
  }
}
@media (max-width: 500px) {
  .hero, .about-section, .brands-section, .services-list-section {
    padding: 8px 0 8px 0 !important;
  }
  .hero h1, .hero-title {
    font-size: 1.2rem !important;
  }
  .company-name {
    font-size: 1rem;
  }
  .section-main-title {
    font-size: 1.1rem;
  }
}
/* --- About Hero Title Section --- */
.about-hero-titlebox {
  
  padding: 38px 8vw 28px 8vw;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.10);
  text-align: center;
  margin-bottom: 0;
}
.about-hero-title {
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 10px;
  letter-spacing: 1px;
  text-shadow: 0 2px 12px rgba(0,0,0,0.18);
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-style: normal;
  font-variant: normal;
  font-display: swap;
}
.about-hero-subtitle {
  color: #fff;
  font-size: 1.18rem;
  font-weight: bold;
  margin-bottom: 0;
  letter-spacing: 0.5px;
  text-shadow: 0 1px 8px rgba(0,0,0,0.10);
  font-style: normal;
  font-variant: normal;
  font-display: swap;
}
.about-hero-subtitle {
  color: #fff;
  font-size: 1.18rem;
  font-weight: 600;
  margin-bottom: 0;
  letter-spacing: 0.5px;
  text-shadow: 0 1px 8px rgba(0,0,0,0.10);
}
@media (max-width: 700px) {
  .about-hero-titlebox {
    padding: 18px 2vw 12px 2vw;
  }
  .about-hero-title {
    font-size: 1.25rem;
  }
  .about-hero-subtitle {
    font-size: 0.97rem;
  }
}
/* --- About Page Content Section Styles --- */
.about-content-section {
  background: rgba(255,255,255,0.8);
  margin: 0 0 32px 0;
  padding: 32px 8vw 28px 8vw;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
  max-width: 100vw;
  color: #222;
  font-size: 1.13rem;
  line-height: 1.7;
}
.about-content-section h2,
.about-content-section h3,
.about-content-section h4 {
  color: #e53935;
  font-weight: 700;
  margin-top: 18px;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
.about-content-section h2 {
  font-size: 1.35rem;
}
.about-content-section h3 {
  font-size: 1.15rem;
}
.about-content-section h4 {
  font-size: 1.08rem;
}
.about-brands-list,
.about-cameras-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 18px;
}
.about-brands-list li,
.about-cameras-list li {
  font-size: 1.08rem;
  margin-bottom: 6px;
  font-weight: 600;
  color: #1a237e;
  letter-spacing: 0.5px;
}
.about-brands-list li:before {
  content: '\2713\0020';
  color: #1a237e;
  font-weight: bold;
  margin-right: 4px;
}
.about-cameras-list li {
  color: #1a237e;
  font-weight: 700;
}
@media (max-width: 700px) {
  .about-content-section {
    padding: 18px 2vw 16px 2vw;
    font-size: 1rem;
  }
  .about-content-section h2 {
    font-size: 1.08rem;
  }
}
.service-section-flex {
  flex-direction: column;
  align-items: center;
}
.center-btns {
  margin-top: 24px;
  margin-bottom: 24px;
}
/* --- Centered Service Buttons --- */
.center-btns {
  align-items: center !important;
  justify-content: center !important;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
/* --- Section Title Row Styles (centered) --- */
.section-title-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  justify-content: flex-start;
}
.section-title-row.center {
  justify-content: center;
}
.section-title-bar {
  width: 22px;
  height: 2px;
  background: #e53935;
  border-radius: 2px;
  display: inline-block;
}
.section-title {
  color: #e53935;
  font-weight: 700;
  font-size: 1.13rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 0 8px;
}
.section-main-title {
  color: #111;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 10px;
  font-family: 'Montserrat', 'Segoe UI', Arial, sans-serif;
  text-align: left;
}
.section-main-title.center {
  text-align: center;
}
@media (max-width: 700px) {
  .section-main-title {
    font-size: 2rem;
  }
}
/* --- Brands Section Styles --- */
.brands-section {
  background: #fff;
  margin: 0 0 32px 0;
  padding: 32px 8vw 28px 8vw;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
  max-width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.brands-title-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 24px;
}
.brands-title {
  color: #e53935;
  font-weight: 800;
  font-size: 1.35rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  padding: 0 8px;
}
.brands-title-bar {
  width: 32px;
  height: 2px;
  background: #e53935;
  border-radius: 2px;
  display: inline-block;
}
.brands-logos-row {
  display: flex;
  flex-wrap: wrap;
  gap: 32px 28px;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  max-width: 900px;
}
.brand-logo {
  height: 54px;
  width: auto;
  object-fit: contain;
  filter: grayscale(0.2) brightness(0.98) drop-shadow(0 2px 8px rgba(0,0,0,0.06));
  transition: filter 0.18s, transform 0.18s;
  background: #fff;
  border-radius: 6px;
  padding: 6px 18px;
  box-shadow: 0 1px 6px rgba(0,0,0,0.06);
}
.brand-logo:hover {
  filter: grayscale(0) brightness(1.05) drop-shadow(0 4px 16px rgba(229,57,53,0.10));
  transform: scale(1.07);
}
@media (max-width: 700px) {
  .brands-logos-row {
    gap: 18px 10px;
  }
  .brand-logo {
    height: 38px;
    padding: 4px 8px;
  }
  .brands-title {
    font-size: 1.05rem;
  }
}
/* --- Hero Section Modern Styles --- */
.hero-headline-row {
  display: flex;
  align-items: center;
  margin-bottom: 0px;
  justify-content: flex-start;
  width: 100%;
}
.hero-tagline {
  color: #fff;
  font-weight: 900;
  font-size: 1.13rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 0 8px 0 0;
  text-align: left;
  min-width: max-content;
}
.hero-headline-bar {
  flex: 1;
  display: flex;
  align-items: center;
}
.hero-headline-bar::before {
  content: '';
  width: 38px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  display: inline-block;
  margin-left: 10px;
}
.hero-content {
  text-align: left;
  width: 100%;
}
.hero-title {
  margin-bottom: 10px;
  color: #fff;
  font-size: 3.6rem;
  font-weight: 800;
  text-shadow: 0 2px 12px rgba(0,0,0,0.25);
  font-family: 'Montserrat', 'Ayuthaya', Arial, sans-serif;
}
.hero-subtitle {
  color: #f5f5f5;
  font-size: 1.3rem;
  margin-bottom: 32px;
  text-shadow: 0 1px 8px rgba(0,0,0,0.18);
}
@media (max-width: 600px) {
  .hero-title {
    font-size: 2.1rem;
  }
  .hero-subtitle {
    font-size: 1.05rem;
  }
  .hero-tagline {
    font-size: 0.97rem;
  }
}
/* --- Get In Touch Form Modern Styles --- */
.get-in-touch-title {
  text-align: center;
  color: #1a237e;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 24px;
}
.get-in-touch-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
  width: 100%;
}
.form-group {
  position: relative;
  width: 100%;
}
.icon-input input,
.icon-input textarea {
  padding: 12px 14px 12px 38px;
  border-radius: 6px;
  border: 1.5px solid #e0e0e0;
  font-size: 1rem;
  width: 100%;
  box-sizing: border-box;
  transition: border 0.18s, box-shadow 0.18s;
}
.icon-input input:focus,
.icon-input textarea:focus {
  border-color: #1a237e;
  box-shadow: 0 2px 8px rgba(26,35,126,0.08);
  outline: none;
}
.input-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #888;
  display: flex;
  align-items: center;
  pointer-events: none;
}
.textarea-icon {
  top: 18px;
  transform: none;
}
.get-in-touch-form button.cta-btn {
  margin-top: 10px;
  width: 100%;
  font-size: 1.1rem;
  border-radius: 6px;
  padding: 12px 0;
  background: linear-gradient(90deg, #f857a6 0%, #ff5858 100%);
  color: #fff;
  border: none;
  font-weight: 700;
  box-shadow: 0 2px 8px rgba(229,57,53,0.10);
  transition: background 0.18s, box-shadow 0.18s, transform 0.12s;
  cursor: pointer;
}
.get-in-touch-form button.cta-btn:hover,
.get-in-touch-form button.cta-btn:focus {
  background: linear-gradient(90deg, #ff5858 0%, #f857a6 100%);
  box-shadow: 0 4px 16px rgba(229,57,53,0.13);
  transform: translateY(-1px) scale(1.03);
}
@media (max-width: 600px) {
  .get-in-touch-title {
    font-size: 1.15rem;
  }
  .get-in-touch-form {
    gap: 12px;
  }
  .icon-input input,
  .icon-input textarea {
    font-size: 0.97rem;
    padding-left: 36px;
  }
}
/* --- Service Section Styles --- */
.service-section-flex {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 32px;
  width: 100%;
  margin-bottom: 12px;
}
.service-btn-col {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: stretch;
  width: 220px;
  min-width: 180px;
  max-width: 260px;
  margin: 0;
  flex-shrink: 0;
}
.service-info-panel {
  flex: 1 1 0;
  min-width: 0;
  margin: 0;
}
.service-btn {
  background: #fff;
  color: #e53935;
  border: 2px solid #e53935;
  border-radius: 28px;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(229,57,53,0.10), 0 1.5px 6px rgba(0,0,0,0.08);
  transition: background 0.18s, color 0.18s, border 0.18s, transform 0.12s, box-shadow 0.18s;
  letter-spacing: 0.3px;
  outline: none;
  position: relative;
  overflow: hidden;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  min-width: 120px;
  max-width: 100%;
  height: 48px;
  min-height: 48px;
  max-height: 48px;
  white-space: normal;
  text-align: left;
  box-sizing: border-box;
  padding: 0 18px;
}
.service-btn:hover, .service-btn:focus {
  background: #e53935;
  color: #fff;
  border-color: #e53935;
  box-shadow: 0 4px 16px rgba(229,57,53,0.13), 0 2px 8px rgba(0,0,0,0.10);
  transform: translateY(-1px) scale(1.03);
}
.service-btn.active {
  background: linear-gradient(90deg, #f857a6 0%, #ff5858 100%);
  color: #fff;
  border-color: #f857a6;
  box-shadow: 0 4px 16px rgba(229,57,53,0.15), 0 2px 8px rgba(0,0,0,0.10);
  z-index: 2;
}
.service-btn:active {
  background: #b71c1c;
  color: #fff;
  border-color: #b71c1c;
  transform: scale(0.97);
}
.service-info-panel {
  margin-top: 18px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  padding: 22px 18px;
  min-height: 80px;
  font-size: 1.13rem;
  color: #222;
  display: none;
}
.service-info-flex {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 32px;
  justify-content: flex-start;
  width: 100%;
  min-height: 180px;
  background: #f9f9f9;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  padding: 18px 12px;
}
.service-info-text {
  flex: 2 1 0;
  min-width: 0;
  max-width: 60%;
  text-align: left;
  font-size: 1.13rem;
  color: #444;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 18px 0 0;
  line-height: 1.7;
}
.service-info-img {
  flex: 1 1 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  max-width: 320px;
  height: 100%;
  background: none;
}
.service-info-img img {
  width: 100%;
  max-width: 320px;
  min-width: 0;
  height: auto;
  aspect-ratio: 4/3;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.10);
  background: #fff;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}
@media (max-width: 900px) {
  .service-section-flex {
    flex-direction: column;
    gap: 10px;
  }
  .service-btn-col {
    max-width: 100%;
    width: 100%;
    margin-bottom: 10px;
  }
  .service-btn {
    min-width: 100px;
    max-width: 100%;
    width: 100%;
    height: 40px;
    min-height: 40px;
    max-height: 40px;
    font-size: 0.97rem;
    padding: 0 10px;
  }
  .service-info-panel {
    margin: 0;
  }
  .service-info-flex {
    flex-direction: column;
    gap: 18px;
    padding: 10px 4px;
  }
  .service-info-text, .service-info-img {
    max-width: 100%;
  }
  .service-info-text {
    padding: 0 0 10px 0;
  }
  .service-info-img {
    justify-content: center;
  }
  .service-info-img img {
    max-width: 100%;
  }
}

/* --- Modern Table Styles --- */
.modern-table-container {
  overflow-x: auto;
  margin-bottom: 0;
}
.modern-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 4px 24px rgba(30,34,90,0.10), 0 1.5px 6px rgba(0,0,0,0.06);
  font-size: 1.11rem;
  margin-bottom: 0;
  overflow: hidden;
}
.modern-table thead tr {
  background: linear-gradient(90deg, #e3e7f7 60%, #f5f6fa 100%);
  color: #1a237e;
  font-weight: 800;
  letter-spacing: 0.5px;
}
.modern-table th, .modern-table td {
  padding: 14px 14px;
  text-align: left;
  border-bottom: 1.5px solid #f0f0f0;
  font-size: 1.08rem;
}
.modern-table th:first-child, .modern-table td:first-child {
  border-left: none;
}
.modern-table th:last-child, .modern-table td:last-child {
  border-right: none;
}
.modern-table tbody tr:last-child td {
  border-bottom: none;
}
.modern-table tbody tr {
  transition: background 0.18s;
}
.modern-table tbody tr:hover {
  background: #f7faff;
}
@media (max-width: 700px) {
  .modern-table th, .modern-table td {
    padding: 10px 6px;
    font-size: 0.98rem;
  }
}

/* --- Site Footer Pointer Events --- */
.site-footer, .site-footer * {
  pointer-events: auto !important;
}
html, body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    font-size: 13px;
    background: url('/cctv/images/cctv.jpg.webp') no-repeat center center fixed;
    background-size: cover;
    min-height: 100vh;
    color: #222;
    width: 100vw;
    max-width: 100vw;
    overflow-x: hidden;
    box-sizing: border-box;
    text-shadow: 0 1px 2px rgba(0,0,0,0.10);
}
.overlay {
    background: rgba(0,0,0,0.55);
    min-height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0; left: 0;
    z-index: 0;
}
.main-content {
    position: relative;
    z-index: 1;
    width: 100vw;
    max-width: 100vw;
    overflow-x: hidden;
    box-sizing: border-box;
}
header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 5vw 12px 5vw;
    background: rgba(255,255,255,0.92);
    box-shadow: 0 2px 8px rgba(0,0,0,0.07);
}
.logo {
    display: flex;
    align-items: center;
}
.logo svg {
    height: 48px;
    width: 48px;
    margin-right: 12px;
}
.company-name {
    font-size: 2rem;
    font-weight: 700;
    color: #1a237e;
    letter-spacing: 1px;
}
nav a {
    color: #1a237e;
    text-decoration: none;
    margin: 0 18px;
    font-weight: 500;
    font-size: 1.08rem;
    transition: color 0.2s;
}
nav a:hover {
    color: #e53935;
}
.hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 60vh;
    text-align: center;
    padding: 60px 10vw 40px 10vw;
}
.hero h1 {
    color: #fff;
    font-size: 2.8rem;
    font-weight: 800;
    margin-bottom: 18px;
    text-shadow: 0 2px 12px rgba(0,0,0,0.25);
}
.hero p {
    color: #f5f5f5;
    font-size: 1.3rem;
    margin-bottom: 32px;
    text-shadow: 0 1px 8px rgba(0,0,0,0.18);
}
.cta-btn {
    background: #e53935;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 14px 36px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    margin-right: 16px;
    margin-bottom: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.13);
    transition: background 0.2s;
    text-decoration: none;
}
.cta-btn:hover {
    background: #b71c1c;
}
.about-section {
    background: linear-gradient(90deg, #fff 60%, #f5f6fa 100%);
    border-radius: 0;
    box-shadow: 0 2px 12px rgba(0,0,0,0.10);
    padding: 48px 8vw 48px 8vw;
    margin: 0;
    width: 100%;
    max-width: 100vw;
    box-sizing: border-box;
    overflow-x: hidden;
}
.about-section h2 {
    color: #e53935;
    font-size: 2.2rem;
    font-weight: 800;
    margin-bottom: 18px;
    letter-spacing: 1px;
    text-align: center;
}
.about-section h3 {
    color: #1a237e;
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
}
.about-section h4 {
    color: #e53935;
    font-size: 1.13rem;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
}
.about-section p {
    color: #222;
    font-size: 1.18rem;
    line-height: 1.7;
    margin-bottom: 18px;
    text-align: center;
}
.cameras-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 32px;
    margin: 40px 0 0 0;
}
.camera-card {
    background: rgba(255,255,255,0.97);
    border-radius: 10px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.10);
    padding: 28px 32px;
    min-width: 220px;
    max-width: 270px;
    text-align: center;
    flex: 1 1 220px;
}
.camera-card h3 {
    color: #1a237e;
    font-size: 1.2rem;
    margin-bottom: 10px;
}
.camera-card p {
    color: #444;
    font-size: 1rem;
    margin-bottom: 18px;
}
.enquiry-btn {
    background: #1a237e;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 10px 24px;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.2s;
    text-decoration: none;
}
.enquiry-btn:hover {
    background: #3949ab;
}
.solutions-section {
    background: rgba(255,255,255,0.93);
    margin: 60px 0 0 0;
    padding: 40px 0 30px 0;
    border-radius: 12px 12px 0 0;
    box-shadow: 0 -2px 12px rgba(0,0,0,0.07);
}
.solutions-section h2 {
    color: #1a237e;
    text-align: center;
    font-size: 2rem;
    margin-bottom: 28px;
}
.solutions-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 28px;
}
.solution-item {
    background: #f5f5f5;
    border-radius: 8px;
    padding: 18px 32px;
    min-width: 180px;
    text-align: center;
    color: #222;
    font-weight: 500;
    font-size: 1.08rem;
    box-shadow: 0 1px 6px rgba(0,0,0,0.07);
}
.site-footer {
    width: 100vw;
    max-width: 100vw;
    background: #e53935;
    color: #fff;
    text-align: center;
    font-size: 1.08rem;
    font-weight: 500;
    padding: 18px 0 14px 0;
    letter-spacing: 0.5px;
    margin: 0;
    border-top: 1.5px solid #fff;
    position: static;
    z-index: 10;
    box-shadow: 0 -2px 8px rgba(0,0,0,0.04);
    overflow-x: hidden;
    box-sizing: border-box;
}
@media (max-width: 900px) {
    .cameras-section, .solutions-list {
        flex-direction: column;
        align-items: center;
    }
    header {
        flex-direction: column;
        gap: 10px;
    }
    .about-section {
        padding: 32px 2vw 32px 2vw;
    }
    .about-section h2 {
        font-size: 1.5rem;
    }
    .about-section p {
        font-size: 1.05rem;
    }
}

/* --- CONTACT.JSP, ABOUT.JSP, SERVICES.JSP CSS MOVED HERE --- */

/* CONTACT PAGE */
body.contact-page {
    background: url('/cctv/images/contact_cc_tv.jpg') no-repeat center center fixed;
    background-size: cover;
    min-height: 100vh;
}
.overlay {
    background: rgba(0,0,0,0.55);
    min-height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0; left: 0;
    z-index: 0;
}
.main-content { position: relative; z-index: 1; }
header { display: flex; align-items: center; justify-content: space-between; padding: 24px 5vw 12px 5vw; background: rgba(255,255,255,0.92); box-shadow: 0 2px 8px rgba(0,0,0,0.07); }
.logo { display: flex; align-items: center; }
.logo svg { height: 48px; width: 48px; margin-right: 12px; }
.company-name { font-size: 2rem; font-weight: 700; color: #1a237e; letter-spacing: 1px; }
nav a { color: #1a237e; text-decoration: none; margin: 0 18px; font-weight: 500; font-size: 1.08rem; transition: color 0.2s; }
nav a:hover { color: #e53935; }
.hero { display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 20vh; text-align: center; padding: 40px 10vw 20px 10vw; }
.hero h1 { color: #fff; font-size: 2.2rem; font-weight: 800; margin-bottom: 18px; text-shadow: 0 2px 12px rgba(0,0,0,0.25); }
.hero p { color: #f5f5f5; font-size: 1.3rem; margin-bottom: 32px; text-shadow: 0 1px 8px rgba(0,0,0,0.18); }
.contact-section { background: rgba(255,255,255,0.97); border-radius: 12px; box-shadow: 0 2px 12px rgba(0,0,0,0.10); padding: 32px 28px; margin: 0 16px; max-width: 350px; flex: 1 1 300px; min-width: 260px; }
.contact-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 32px; margin-bottom: 28px; }
.contact-section.contact-icon-box { border: 1.5px solid #e0e0e0; background: #fff; border-radius: 14px; box-shadow: none; padding: 36px 28px 28px 28px; margin: 0; max-width: 370px; min-width: 270px; flex: 1 1 320px; text-align: center; }
.contact-icon { margin-bottom: 18px; }
.contact-section.contact-icon-box h2 { color: #111; font-size: 1.45rem; font-weight: 700; margin-bottom: 14px; }
.contact-section.contact-icon-box p { color: #888; font-size: 1.08rem; margin-bottom: 0; font-weight: 400; }
.cta-btn { display: inline-block; background: #e53935; color: #fff; padding: 10px 20px; border-radius: 8px; text-decoration: none; font-weight: 500; margin-top: 18px; transition: background 0.3s; }
.cta-btn:hover { background: #d32f2f; }
.get-in-touch-section {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.10);
    margin: 32px 0;
    padding: 36px 24px 32px 24px;
    max-width: 1100px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.get-in-touch-map-row {
    display: flex;
    flex-direction: row;
    gap: 36px;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    flex-wrap: wrap;
}
.get-in-touch-map-col, .get-in-touch-form-col {
    flex: 1 1 340px;
    min-width: 320px;
    max-width: 500px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    margin: 0;
    height: 100%;
}
.office-location-title {
    text-align: center;
    color: #1a237e;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 18px;
}
.office-location-map {
    width: 100%;
    aspect-ratio: 16/9;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,0.10);
    margin-bottom: 10px;
    min-height: 200px;
    background: #f5f5f5;
}
.office-location-map iframe {
    border: 0;
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
}
.get-in-touch-form-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    background: rgba(255,255,255,0.8);
    box-shadow: none;
    border-radius: 0;
    padding: 0;
}
.get-in-touch-form-section h2 {
    text-align: center;
    color: #1a237e;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 24px;
}
.get-in-touch-form-section form {
    display: flex;
    flex-direction: column;
    gap: 18px;
    width: 100%;
    align-items: center;
}
.get-in-touch-form-section input,
.get-in-touch-form-section textarea {
    padding: 12px 14px;
    border-radius: 6px;
    border: 1.5px solid #e0e0e0;
    font-size: 1rem;
    width: 100%;
    box-sizing: border-box;
}
.get-in-touch-form-section form > div {
    width: 100%;
}
.get-in-touch-form-section button.cta-btn {
    width: 100%;
    font-size: 1.1rem;
    margin-top: 10px;
}
@media (max-width: 900px) {
    .get-in-touch-map-row {
        flex-direction: column;
        gap: 18px;
        align-items: stretch;
    }
    .get-in-touch-map-col, .get-in-touch-form-col {
        min-width: 180px;
        max-width: 100vw;
    }
}
@media (max-width: 600px) {
    .get-in-touch-section {
        padding: 18px 2vw 18px 2vw;
    }
    .get-in-touch-map-row {
        flex-direction: column;
        gap: 18px;
    }
    .get-in-touch-map-col, .get-in-touch-form-col {
        min-width: 100px;
    }
    .office-location-map {
        min-height: 140px;
    }
}

/* --- CONTACT.JSP SPECIFIC STYLES --- */
.office-location-title {
    text-align: center;
    color: #1a237e;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 18px;
}
.office-location-map {
    width: 100%;
    aspect-ratio: 16/9;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,0.10);
    margin-bottom: 10px;
    min-height: 200px;
    background: #f5f5f5;
}
.office-location-map iframe {
    border: 0;
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
}
.get-in-touch-map-row {
    display: flex;
    flex-direction: row;
    gap: 36px;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    flex-wrap: wrap;
}
.get-in-touch-map-col, .get-in-touch-form-col {
    flex: 1 1 340px;
    min-width: 320px;
    max-width: 500px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background: rgba(255,255,255,0.97);
    border-radius: 14px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.10);
    padding: 40px 36px 36px 36px;
    margin: 0;
    height: 100%;
}
.office-location-title {
    text-align: center;
    color: #1a237e;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 18px;
}
.office-location-map {
    width: 100%;
    aspect-ratio: 16/9;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,0.10);
    margin-bottom: 10px;
    min-height: 200px;
    background: #f5f5f5;
}
.office-location-map iframe {
    border: 0;
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
}
.get-in-touch-form-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    background: rgba(255,255,255,0.8);
    box-shadow: none;
    border-radius: 0;
    padding: 0;
}
@media (max-width: 900px) {
    .get-in-touch-map-row {
        flex-direction: column;
        gap: 18px;
        align-items: stretch;
    }
    .get-in-touch-map-col, .get-in-touch-form-col {
        min-width: 180px;
        max-width: 100vw;
    }
}
@media (max-width: 600px) {
    .get-in-touch-map-row {
        flex-direction: column;
        gap: 18px;
    }
    .get-in-touch-map-col, .get-in-touch-form-col {
        min-width: 100px;
    }
    .office-location-map {
        min-height: 140px;
    }
}

/* --- Services List Section --- */
.services-list-section {
    background: rgba(255,255,255,0.8);
    border-radius: 14px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    padding: 40px 6vw 36px 6vw;
    margin: 0 0 32px 0;
    max-width: 100vw;
}
/* --- Services Hero Modern Style --- */
.services-list-section {
    /* ...existing code... */
}
.services-hero-title {
    color: #1a237e;
    font-size: 2.7rem;
    font-family: 'Montserrat', Futura, 'Segoe UI', Arial, sans-serif;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-align: center;
    margin: 0 auto 28px auto;
    padding: 24px 0 10px 0;
    background: linear-gradient(90deg, #e3eafc 0%, #fff 100%);
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(26,35,126,0.07);
    text-shadow: 0 2px 12px rgba(26,35,126,0.08);
    max-width: 700px;
}
@media (max-width: 600px) {
  .services-hero-title {
    font-size: 2rem;
    padding: 16px 0 8px 0;
  }
}
