:root {
  --primary-color: #ffff;
  --secondary-color: #ff8c00;
  --accent-gradient: linear-gradient(90deg, #eca856 0%, #5e84aa 100%);
  --accent-gradient-hover: linear-gradient(90deg, #185a9d 0%, ##ff8c00 100%);
  --text-main: #fff;
  --text-shadow: 0 4px 14px #185b9d86, 0 1px 0 #4b2e05;
  --font-main: 'Montserrat', sans-serif;
  --text-size: 1.25rem;
}
body,html {
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  background-color: #000000d5;
  color: #fff;
  background: #0f2027;
  overflow-x: hidden;
  scrollbar-width: none;
}

/* hero section */
.hero {
  position: relative;
  width: 100vw;
  height: 100vh;
  max-width: 100rem;
  min-height: none;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
#heroCanvas {
  display: block;
  width: 100vw !important;
  height: 100vh !important;
  max-width: none;
  max-height: none;
  position: absolute;
  top: 0; left: 0;
  z-index: 1;
  /* center canvas content */
  margin: 0 auto;
}
.hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -60%);
  text-align: center;
  color: #fff;
  width: 100%;
  pointer-events: none;
}
.hero-content h1 {
  font-family: Rubik Doodle Shadow, serif;
  font-size: 5.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
  color: #ffffffe1;
  text-shadow: 0 4px 32px #ff8d1a28, 0 2px 8px #000;
}
.hero-content p {
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5rem;
  text-shadow: 0 2px 8px #ff8d1a28, 0 1px 4px #000;
}

/* nav bar */
.nav-bar {
  background: #28434f;
  border-radius: 0 0 0.5rem 0.5rem;
  margin: 0;
  padding: 1.5rem;
}
nav ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: 5rem;
  list-style: none;
}
nav ul li a {
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 600;
  font-family: Montserrat;
  color: var(--text-main);
  transition: color 0.2s ease-in, background 0.2s ease-in;
  border-radius: 20px;
  margin: 10px 5px;
  padding: .55rem;
 
}
nav a:hover {
  background: var(--secondary-color);
}
.ham-menu {
  display: none;
  font-size: 1.5rem;
  cursor: pointer;
}

main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 1rem;
}
/* services */
.services {
  margin: 1.25rem 1rem;
  padding: 2.5rem;
}
/*services01 section*/
.services01 {
  margin: 0;
  padding: 0 5%;
  width: 100%;
  height: auto;
}
.services01 h2 {
  font-weight: 700;
  font-size: 3.5rem;
  font-family: Montserrat;
  margin-bottom: 2rem;
}
.services01 p {
  line-height: 1.5;
  font-weight: 350;
  font-family: Roboto;
  margin-bottom: 1.5rem;
}
/*services02 section*/
.services section{
  background: rgba(255, 255, 255, 0.07);
  border-radius: 1rem;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
  margin: 1.5rem;
  padding: 8px 1.5rem;
  margin-bottom: 2rem;
  width: 60rem;
  transition: box-shadow 0.2s;
}
.services section:hover {
  box-shadow: 0 6px 24px rgba(94, 132, 170, 0.18);
}
.services02 h2 {
  text-align: center;
  font-size: 3.5rem;
  font-weight: 700;
  font-family: Protest Revolution;
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  width: 100%;
}
.services-card {
  margin: 1rem;
  padding: 1.5rem;
  max-width: 100%;
  border-radius: 1rem;
  border: 1px solid #cccccc75;
  background: rgba(255,255,255,0.05);
  /*box-shadow: 0 2px 8px rgba(94, 132, 170, 0.08);*/
  transition: box-shadow 0.4s, border 0.4s;
}
.services-card:hover {
  border: 1px solid var(--secondary-color);
  box-shadow: 0 2px 8px rgb(255, 140, 0);
}
.services-card img {
  width: 100%;
  max-width: 500px;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
  display: block;
  margin: 0;
}
.services-card h3 {
  font-size: 1.5rem;
  font-family: Poppins;
  margin-bottom: 0;
}
.services-card p {
  font-weight: 300;
  font-family: Roboto;
}


/* projects section */
.projects {
  margin: 1.25rem 1rem;
  padding: 1.5rem;
}
.projects-text {
  text-align: center;
}
.projects-text h2 {
  font-size: 3.5rem;
  font-weight: 700;
  font-family: Montserrat;
  margin-bottom: 1rem;
}
.projects-text p {
  font-size: 1.25rem;
  font-weight: 250;
  font-family: Roboto;
  margin-bottom: 1.5rem;
}
.projects-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  width: 100%;
}
.projects-card {
  margin: 1rem;
  padding: 1.5rem;
  max-width: 100%;
  border-radius: 1rem;
  border: 1px solid #cccccc75;
  background: rgba(255,255,255,0.05);
  transition: box-shadow 0.4s, border 0.4s;
}
.projects-card:hover {
  border: 1px solid var(--secondary-color);
  box-shadow: 0 2px 8px rgb(255, 140, 0);
}
.projects-card img {
  width: 100%;
  max-width: 500px;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
  display: block;
  margin: 0;
}
.projects-card h3 {
  font-size: 1.5rem;
  font-family: Poppins;
  margin-bottom: 0;
}
.projects-card p {
  font-weight: 300;
  font-family: Roboto;
}
.project-link {
  text-decoration: none;
  color: #eca856;
  font-weight: 600;
  transition: all 0.2s ease-in;
}
.project-link:hover {
  color: #ff8c00;
  border-bottom: 1px dotted #eca856;
}


/* team section */
.team {
  margin: 1.25rem 1rem;
  padding: 1.5rem;
}
.team-text {
  text-align: center;
}
.team-text h2 {
  font-size: 2.0rem;
  font-weight: 700;
  font-family: Montserrat;
  margin-bottom: 1rem;
}
.team-text p {
  font-size: 1.25rem;
  font-weight: 250;
  font-family: Roboto;
  margin-bottom: 1.5rem;
}
.team-pic {
  margin: 1rem 2rem;
  padding: 0 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  height: auto;
}
.team-pic h2 {
  font-family: Nosifer;
  font-size: 3.5rem;
  font-size: 600;
}
.team-pic img {
  width: 80%;
  height: 500px;
  border-radius: 2rem;
}
.team-title {
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
  font-family: Butcherman;
  text-shadow: var(--text-shadow);
  letter-spacing: 2px;
}
.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  min-height: 350px;
  gap: 2rem;
  width: 100%;
}
.team-card {
  background: rgba(255,255,255,0.07);
  border-radius: 1rem;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
  height: 15rem;
  padding: 1.5rem;
  margin: 1rem;
  transition: box-shadow 0.3s, border 0.3s;
  border: 1px solid #cccccc75;
  text-align: center;
}
.team-card:hover {
  border: 1px solid var(--secondary-color);
  box-shadow: 0 6px 24px rgba(94, 132, 170, 0.18);
}
.team-card img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 1rem;
  border: 3px solid var(--secondary-color);
}
.team-card h3 {
  font-size: 1.25rem;
  font-family: Montserrat;
  margin: 0.5rem 0 0.25rem 0;
  color: var(--secondary-color);
}
.team-card p {
  font-size: 1rem;
  font-family: Roboto;
  color: #fff;
  margin: 0;
}
.team-socials a {
  display: inline-block;
  margin: 0 0.5rem;
  color: var(--secondary-color);
  font-size: 1.5rem;
  transition: color 0.2s, transform 0.2s;
  text-decoration: none;
}
.team-socials a:hover {
  color: #fff;
  transform: scale(1.2);
}


/* about section */
.about {
  margin: 1.25rem 1rem;
  padding: 1.5rem;
}
.about-text {
  text-align: left;
}
.about-text h2 {
  font-size: 2.5rem;
  font-weight: 700;
  font-family: Gravitas One;
  margin-bottom: 1rem;
  border-bottom: 1px dotted #ff8c00;
}
.about-text p {
  font-size: 1.25rem;
  font-weight: 350;
  font-family: Roboto;
  margin-bottom: 1.5rem;
}
.about-dialogue main {
  flex: 2 1 65%;
  background: rgba(255,255,255,0.05);
  border-radius: 1rem;
  padding: 2rem;
  box-shadow: 0 2px 8px rgba(94, 132, 170, 0.08);
}
.about-dialogue h2 {
  font-weight: 700;
  font-size: 2rem;
}
.about-dialogue aside {
  flex: 1 1 30%;
  background: rgba(255,255,255,0.07);
  border-radius: 1rem;
  padding: 1.5rem;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
  min-width: 220px;
  margin-bottom: 2rem;
}

.about-dialogue .vision {
  flex: 2 1 65%;
  background: rgba(255,255,255,0.05);
  border-radius: 1rem;
  padding: 2rem;
  box-shadow: 0 2px 8px rgba(94, 132, 170, 0.08);
}


/* reviews section */
.reviews {
  margin: 1.25rem 1rem;
  padding: 1.5rem;
}
.reviews h2 {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  font-family: Montserrat;
  margin-bottom: 1rem;
  border-bottom: 1px dotted #ff8c00;
}
.review-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2rem;
  width: 100%;
  margin-top: 2rem;
  border-bottom: 1px dotted #ff8c00;
}
.review-card {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-top: 2rem;
}
.review-card img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 1rem;
  border: 2px solid var(--secondary-color);
}


/* blog section */
.blog {
  margin: 1.25rem 1rem;
  padding: 1.5rem;
}
.blog-header {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  font-family: Montserrat;
  margin-bottom: 1rem;
}
.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2rem;
  width: 100%;
  margin-top: 2rem;
}
.blog-card {
  background: rgba(255,255,255,0.07);
  border-radius: 1rem;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
  padding: 1.5rem;
  margin: 1rem 0;
  transition: box-shadow 0.3s, border 0.3s;
  border: 1px solid #cccccc75;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.blog-card:hover {
  border: 1px solid var(--secondary-color);
  box-shadow: 0 6px 24px rgba(94, 132, 170, 0.18);
}
.blog-card img {
  width: 100%;
  max-width: 500px;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 1rem;
}
.blog-card h3 {
  font-size: 1.5rem;
  font-family: Poppins, sans-serif;
  margin: 0.5rem 0;
  color: var(--secondary-color);
}
.blog-card p {
  font-weight: 300;
  font-family: Roboto, sans-serif;
  color: #fff;
  margin-bottom: 1rem;
}
.blog-card a {
  text-decoration: none;
  color: #eca856;
  font-weight: 600;
  transition: color 0.2s;
}
.blog-card a:hover {
  color: #ff8c00;
  border-bottom: 1px dotted #eca856;
}


/* contact section */
.contact {
  margin: 1.25rem 1rem;
  padding: 1.5rem;
}
.contact h2 {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  font-family: Montserrat;
  margin-bottom: 1rem;
  border-bottom: 1px dotted #ff8c00;
}
.contact-info {
  flex: 1 1 350px;
  background: rgba(255,255,255,0.07);
  border-radius: 1rem;
  padding: 2rem;
  margin-bottom: 2rem;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
  color: #fff;
  text-align: center;
}
.contact-info h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--secondary-color);
  margin-bottom: 1rem;
}
.contact-info h1 {
  font-size: 2.5rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 1rem;
}
.contact-info p {
  font-size: 1rem;
  color: #fff;
  margin-bottom: 1rem;
}

.contact-form-section {
  flex: 2 1 500px;
  background: rgba(255,255,255,0.05);
  border-radius: 1rem;
  padding: 2rem;
  box-shadow: 0 2px 8px rgba(94, 132, 170, 0.08);
  margin-bottom: 2rem;
}

form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background: transparent;
  color: #fff;
  border-radius: 10px;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

.form-row {
  display: flex;
  gap: 1rem;
  width: 100%;
}
.form-row input {
  flex: 1 1 0;
  background: #fff;
  border: none;
  font-size: 1rem;
  border-radius: 5px;
  padding: 10px 15px;
  outline: none;
  color: #222;
}
.form-row input::placeholder,
.form-column textarea::placeholder {
  color: #4e4e4e;
  opacity: 0.7;
}

.form-column {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.form-column input,
.form-row select,
.form-row textarea {
  background: #fff;
  border: none;
  font-size: 1rem;
  border-radius: 10px;
  padding: 4px 8px;
  outline: none;
  color: #222;
}
.form-column textarea {
  min-height: 100px;
  resize: vertical;
  background: #eee;
}

.form-row input:focus,
.form-column input:focus,
.form-column select:focus,
.form-column textarea:focus {
  border: 1px solid var(--secondary-color);
  background: #e3e3e3;
}

button {
  background: var(--secondary-color);
  color: #fff;
  padding: 12px 0;
  font-size: 1rem;
  font-weight: 300;
  border-radius: 5px;
  border: none;
  width: 100%;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  margin-top: 0.5rem;
}
button:hover {
  background: #6595c5;
  color: var(--text-main);
}

.frame-section {
  flex: 1 1 350px;
  padding: 0;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.frame-section img {
  width: 100%;
  max-width: 450px;
  height: 600px;
  border-radius: 1rem;
  box-shadow: 0 4px 16px rgba(0,0,0,0.2);
  object-fit: cover;
}

footer {
  margin: 1.25rem 1rem;
  padding: 1.5rem;
}
footer h2 {
  text-align: left;
  font-size: 2.5rem;
  font-weight: 700;
  font-family: Roboto;
  margin-bottom: 1rem;
  border-bottom: 1px dotted #ff8c00;
}
.footer-socials a img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border: 2px solid #ff8c00;
  display: inline;
  border-radius: 50%;
}
.footer-dialogue {
  font-family: Cutive Mono;
}

/* responsive media queries for all sections */
@media (max-width: 992px) {
  .about-content {
    flex-direction: column;
  }
  .about-img {
    width: 100%;
  }
  .team-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .services-grid,
  .projects-grid,
  .blog-grid,
  .review-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .nav-bar {
    padding: 1rem;
  }
  nav ul {
    flex-direction: column;
    gap: 1.5rem;
    background: #28434f;
    position: fixed;
    top: 0;
    right: -260px;
    width: 220px;
    height: 100vh;
    padding: 4rem 1.5rem;
    box-shadow: -5px 0 15px rgba(0,0,0,0.15);
    transition: right 0.3s ease;
    z-index: 100;
  }
  nav ul.active {
    right: 0;
  }
  .ham-menu {
    display: block;
    position: absolute;
    top: 1.2rem;
    right: 2rem;
    z-index: 101;
  }
  .hero-content h1 {
    font-size: 2.5rem;
  }
  .team-pic h2 {
  font-family: Nosifer;
  font-size: 2.5rem;
  font-size: 600;
}
  .services-grid,
  .projects-grid,
  .blog-grid,
  .review-grid,
  .team-grid {
    grid-template-columns: 1fr;
  }
  .services02 {
    max-width: fit-content;
    margin: 0 auto;
    padding: 2rem 1rem;
  }
  .services-grid {
    width: 100%;
    grid-template-columns: 1fr;
  }
  .frame-section img {
    height: 350px;
  }
  .form-group input {
    flex: 1 1 0;
    background: #fff;
    border: none;
    font-size: 1rem;
    border-radius: 5px;
    padding: 8px 10px;
    outline: none;
    color: #222;
    width: 100%;
    box-sizing: border-box;
  }
}

@media (max-width: 480px) {
  .hero-content h1 {
    font-size: 1.5rem;
  }
  .services01 h2,
  .services02 h2,
  .projects-text h2,
  .team-title,
  .about-text h2,
  .reviews h2,
  .contact h2,
  footer h2 {
    font-size: 1.5rem;
  }
  .services02 {
    max-width: 100%;
    margin: 0 auto;
    padding: 1rem;
  }
  .frame-section img {
    height: 200px;
  }
  .team-card img {
    width: 80px;
    height: 80px;
  }
  .team-pic h2 {
    font-size: 1.5rem;
  }
  .team-pic img {
    height: 250px;
  }
  .contact-form {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .form-group input {
    flex: 1 1 0;
    background: #fff;
    border: none;
    font-size: 0.95rem;
    border-radius: 5px;
    padding: 7px 8px;
    outline: none;
    color: #222;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 0.5rem;
  }
}

/* Animation Classes */
.fadeIn {
  animation: fadeIn 0.6s ease-out;
}
        
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}