@charset "UTF-8";
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background: #f5f5f5;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
}

a {
  color: #333;
  text-decoration: none;
}

ul {
  list-style: none;
}

.container {
  margin: auto;
  max-width: 1200px;
  width: 90%;
}

@font-face {
  font-display: block;
  font-family: "FAS";
  font-style: normal;
  font-weight: 900;
  src: url(fonts/fa-solid-900.eot);
  src: url(fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(fonts/fa-solid-900.woff2) format("woff2"), url(fonts/fa-solid-900.woff) format("woff"), url(fonts/fa-solid-900.ttf) format("truetype"), url(fonts/fa-solid-900.svg#fontawesome) format("svg");
}
.fas {
  font-family: "FAS";
  font-weight: 900;
}

.fa, .fas {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.fa-lg {
  font-size: 1.33333rem;
  line-height: 0.75rem;
  vertical-align: -0.0667rem;
}

.fa-xs {
  font-size: 0.75rem;
}

.fa-sm {
  font-size: 0.875rem;
}

.fa-1x {
  font-size: 1rem;
}

.fa-2x {
  font-size: 2rem;
}

.fa-3x {
  font-size: 3rem;
}

.fa-4x {
  font-size: 4rem;
}

.fa-5x {
  font-size: 5rem;
}

.fa-6x {
  font-size: 6rem;
}

.fa-7x {
  font-size: 7rem;
}

.fa-8x {
  font-size: 8rem;
}

.fa-9x {
  font-size: 9rem;
}

.fa-10x {
  font-size: 10rem;
}

.fa-fw {
  text-align: center;
  width: 2rem;
}

.fa-maintenance:before {
  content: "\f613";
}

.fa-repair:before {
  content: "\f085";
}

.fa-tools:before {
  content: "\f7d9";
}

/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/ClientSide/style.scss to edit this template
*/
/*
    Created on : 5 Mar 2026, 12:22:38 pm
    Author     : bobmc
*/
.page-banner {
  background: #555;
  color: #fff;
  font-size: 32px;
  padding: 30px 0;
  text-align: center;
}

.content-area {
  padding: 50px 0;
}

.main-content {
  flex: 1;
}

.main-content h1, .main-content h2 {
  margin-bottom: 20px;
}

.multifiles-wrap {
  margin-bottom: 20px;
}

.multifiles-wrap li, .singlefile-wrap li {
  margin-bottom: 10px;
}

.multifiles-wrap a, .singlefile-wrap a {
  background: #f4f4f4;
  border: 1px solid #ddd;
  display: inline-block;
  padding: 8px 14px;
  text-decoration: none;
  transition: 0.3s;
}

.multifiles-wrap a:hover, .singlefile-wrap a:hover {
  background: #e6e6e6;
}

.multiphotos-wrap {
  margin: 20px 0;
}

.col3-grids {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
}

.card {
  box-shadow: 0 0.4rem 0.8rem 0 rgba(0, 0, 0, 0.2);
  text-align: center;
  transition: color 0.3s ease;
}

.card:hover {
  box-shadow: 0 0.8rem 1.6rem 0 rgba(0, 0, 0, 0.2);
}

.card img {
  display: block;
  height: auto;
  width: 100%;
}

.card-container {
  padding: 0.2rem 0.8rem 0.8rem 0.8rem;
}

.card-desc {
  line-height: 1.2;
  margin: 0.5rem auto 1rem auto;
  text-align: center;
}

.photo-wrap img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}

.script-wrap {
  margin-bottom: 30px;
}

.script-wrap iframe, .singlefile-wrap iframe {
  max-width: 100%;
  width: 100%;
}

.text-wrap {
  font-size: 15px;
  line-height: 1.7;
  margin: 30px 0;
}

.text-wrap img.img-left {
  float: left;
  height: auto;
  margin: 0 15px 10px 0;
  max-width: 150px;
}

.text-wrap::after {
  clear: both;
  content: "";
  display: block;
}

.singlefile-wrap, .singlephoto-wrap {
  margin-bottom: 30px;
}

.albums-grid {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(3, 1fr);
  margin: 1.5rem 0;
}

.alb-box {
  background: #ededed;
  border: 1px solid #333;
  height: 250px;
  padding: 10px;
}

.alb-box:hover {
  background: #eaf7e9;
}

.alb-box img {
  height: 150px;
  margin-bottom: 0.3em;
  object-fit: contain;
  width: 100%;
}

.alb-name p {
  margin: 0.3em;
  text-align: center;
}

figcaption {
  text-align: center;
}

figcaption h4 {
  margin: 0.5em 0;
}

.form-box {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  margin: 2rem auto;
  max-width: 600px;
  padding: 2rem;
}

fieldset {
  border: none;
}

.frm-control-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
}

.frm-control-group label {
  color: #333;
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.frm-control-group input, .frm-control-group textarea {
  background: #fafafa;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 1.2rem;
  padding: 0.75rem 1rem;
  transition: all 0.25s ease;
}

.frm-control-group input:focus, .frm-control-group textarea:focus {
  background: #fff;
  border-color: #4f46e5;
  box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.15);
  outline: none;
}

.form-field-error {
  animation: fadeIn 0.2s ease-in-out;
  color: #d93025;
  font-size: 0.85rem;
  font-weight: 500;
  margin-top: 0.4rem;
}

#btnSubmit {
  background: linear-gradient(135deg, #4f46e5, #6366f1);
  border: none;
  border-radius: 9px;
  color: #fff;
  cursor: pointer;
  font-size: 0.95rem;
  font-weight: 600;
  padding: 0.8rem 2rem;
  transition: all 0.25s ease;
}

#btnSubmit:hover {
  box-shadow: 0 8px 20px rgba(79, 70, 229, 0.3);
  transform: translateY(-2px);
}

#btnSubmit:disabled {
  background: #bbb;
  box-shadow: none;
  cursor: not-allowed;
  transform: none;
}

.success-msg {
  background: #e6f9f0;
  border-left: 4px solid #22c55e;
  border-radius: 6px;
  color: #166534;
  font-weight: 500;
  margin-top: 1.5rem;
  padding: 1rem 1.5rem;
  text-align: center;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }
  to {
    opacity: 2;
    transform: translateY(0);
  }
}
header {
  background: #111;
  color: #fff;
}

.topbar {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}

.logo a {
  align-items: center;
  color: #ffb400;
  display: flex;
}

.logo img {
  height: 40px;
  margin-right: 10px;
  width: auto;
}

.logo span {
  font-size: 24px;
  font-weight: bold;
}

.tagline {
  font-size: 14px;
}

nav {
  background: #222;
  position: relative;
  z-index: 1000;
}

.nav-wrap {
  align-items: center;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.menu-toggle {
  cursor: pointer;
  display: none;
}

.menu-toggle span {
  background: #fff;
  display: block;
  height: 3px;
  margin: 5px 0;
  width: 28px;
}

nav ul {
  display: flex;
}

nav li {
  position: relative;
}

nav a {
  color: #fff;
  display: block;
  padding: 15px 25px;
}

nav a:hover, nav li.active a {
  background: #ffb400;
  color: #000;
}

.ticker-wrap {
  background: #f8f8f8;
  border-bottom: 1px solid #e5e5e5;
}

.ticker-box {
  overflow: hidden;
  width: 100%;
}

.ticker {
  font-size: 1.4rem;
  white-space: nowrap;
}

.banner {
  height: 400px;
  overflow: hidden;
  position: relative;
}

.slides {
  height: 100%;
  position: relative;
}

.slides img {
  display: none;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  transform: scale(1);
  transition: transform 6s linear;
  width: 100%;
}

.slides img.active {
  transform: scale(1.08);
}

.services {
  background: #fff;
  border-top: 3px solid #aaa;
  padding: 60px 0;
}

.services h2 {
  margin-bottom: 40px;
  text-align: center;
}

.service-grid {
  display: flex;
  gap: 30px;
}

.service-box {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  flex: 1;
  opacity: 0;
  padding: 30px;
  position: relative;
  text-align: center;
  transform: translateY(40px);
  transition: all 0.6s ease;
}

.service-box:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.16);
  transform: translateY(-8px);
}

.service-box.show {
  opacity: 1;
  transform: translateY(0);
}

.service-box i {
  background: #d32f2f;
  border-radius: 50%;
  color: #fff;
  font-size: 32px;
  height: 70px;
  line-height: 70px;
  margin-bottom: 15px;
  text-align: center;
  transition: all 0.3s ease;
  width: 70px;
}

.service-box:hover i {
  transform: scale(1.15) rotate(8deg);
}

.service-box h3 {
  margin-bottom: 15px;
  transition: all 0.3s ease;
}

.service-box:hover h3 {
  color: #d32f2f;
}

.about {
  background: #eee;
  padding: 60px 0;
}

.about .flex {
  display: flex;
  gap: 40px;
}

.about img {
  width: 450px;
}

.contact-strip {
  background: #ffb400;
  font-size: 20px;
  padding: 30px 0;
  text-align: center;
}

footer {
  background: #111;
  color: #aaa;
  padding: 40px 0;
  text-align: center;
}

footer h2 {
  font-size: 16px;
}

footer h4 {
  font-size: 10px;
}

@media (max-width: 1024px) {
  .container {
    width: 90%;
  }
  .banner {
    height: 300px;
  }
  .service-grid {
    flex-wrap: wrap;
  }
  .service-box {
    width: 48%;
  }
  .about .flex {
    flex-direction: column;
  }
  .about img {
    margin: auto;
    max-width: 450px;
    width: 100%;
  }
  .col3-grids {
    grid-template-columns: repeat(2, 1fr);
  }
  .albums-grids {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .topbar {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
  .menu-toggle {
    cursor: pointer;
    display: block;
  }
  .main-nav {
    background: #222;
    display: none;
    flex-direction: column;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 1001;
  }
  .main-nav li {
    border-top: 1px solid #333;
  }
  .main-nav.show {
    display: flex;
  }
  nav ul {
    flex-direction: column;
  }
  nav a {
    padding: 12px 15px;
  }
  .banner {
    height: 220px;
  }
  .service-grid {
    flex-direction: column;
  }
  .service-box {
    width: 100%;
  }
  .col3-grids {
    grid-template-columns: 1fr;
  }
  .albums-grids {
    grid-template-columns: 1fr;
  }
  .page-banner {
    font-size: 24px;
  }
  .about img {
    width: 100%;
  }
  .form-box {
    padding: 1.5rem;
  }
}
@media (max-width: 480px) {
  .logo span {
    font-size: 20px;
  }
  .tagline {
    font-size: 12px;
  }
  .banner {
    height: 180px;
  }
  .page-banner {
    font-size: 20px;
    padding: 20px 0;
  }
  .ticker {
    font-size: 1rem;
  }
  .contact-strip {
    font-size: 16px;
    padding: 20px 0;
  }
  footer h2 {
    font-size: 14px;
  }
}

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