html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  font-weight: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  font-weight: 300;
  line-height: 1.4;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  cursor: pointer;
}

input,
textarea,
select {
  margin: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

textarea {
  overflow: auto;
}

button::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
input[type=reset]::-moz-focus-inner {
  padding: 0 !important;
  border: 0 none !important;
}

mark {
  background: none;
  color: inherit;
}

strong {
  font-weight: bold;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.3;
  width: 100%;
  min-height: 100%;
  color: #000000;
  background-color: #ffffff;
  overflow-x: hidden;
}

.btn-service:hover {
  background-color: #dc2626;
  color: #ffffff;
}

/* Button hover effects */
.nav-link {
  transition:
    color 0.3s ease,
    transform 0.2s ease;
}

.nav-link:hover {
  color: #e4191d;
  transform: translateY(-2px);
}

.service-btn {
  transition: all 0.3s ease;
}

.service-btn:hover {
  background-color: #e4191d;
  color: white;
  transform: translateY(-3px);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.hover-scale {
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.hover-scale:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.submit-btn {
  transition: all 0.3s ease;
}

.submit-btn:hover {
  background-color: #cc1616;
  transform: translateY(-2px);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.download-btn {
  transition: all 0.3s ease;
}

.download-btn:hover {
  background-color: #e4191d;
  color: white;
  transform: translateY(-2px);
}

.contact-link {
  transition: color 0.3s ease;
}

.contact-link:hover {
  color: #e4191d;
}

.service-image {
  transition: transform 0.5s ease;
}

.service-image:hover {
  transform: scale(1.03) rotate(1deg);
}

/* new style */

/* Global styles */
html {
  scroll-behavior: smooth;
}

/* Hero section */
.hero {
  background-size: auto;
  background-position: right;
  background-repeat: no-repeat;
  min-height: 600px;
  position: relative;
  width: 100vw;
  width: 100%;
}

/* Navigation hover effects */
nav a {
  transition: all 0.3s ease;
  position: relative;
}

nav a:hover {
  color: #e4191d;
  transform: translateY(-2px);
}

nav a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -4px;
  left: 0;
  background-color: #e4191d;
  transition: width 0.3s ease;
}

nav a:hover::after {
  width: 100%;
}

/* Contact links hover */
.contact-link {
  transition: all 0.3s ease;
}

.contact-link:hover {
  color: #e4191d;
  transform: translateY(-1px);
}

/* Service buttons hover */
.btn-service {
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.btn-service:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.btn-service:not(.bg-red-600):hover {
  background-color: #e4191d;
  color: white;
}

/* Form elements hover */
input,
textarea {
  transition: all 0.3s ease;
}

input:hover,
textarea:hover {
  border-color: #cc1616;
  box-shadow: 0 2px 4px rgba(228, 25, 29, 0.1);
}

input:focus,
textarea:focus {
  outline: none;
  border-color: #e4191d;
  box-shadow: 0 0 0 2px rgba(228, 25, 29, 0.2);
}

/* Submit button hover */
button[type="submit"] {
  transition: all 0.3s ease;
}

button[type="submit"]:hover {
  background-color: #cc1616;
  transform: translateY(-2px);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Image hover effects */
img {
  transition: transform 0.5s ease;
}

.service-img:hover {
  transform: scale(1.05);
}

/* Footer links hover */
footer a {
  transition: all 0.3s ease;
}

footer a:hover {
  color: #e4191d;
  padding-left: 5px;
}

/* Download brochure button hover */
.download-btn {
  transition: all 0.3s ease;
}

.download-btn:hover {
  background-color: #e4191d;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Testimonial section hover */
.testimonial-card {
  transition: all 0.3s ease;
}

.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.container-lg {
  max-width: 1024px;
  margin: 0 auto;
}

.container-sm {
  max-width: 700px;
  margin: 8rem auto 0;
}

.line-bubble {
  position: absolute;
  right: 300px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .hero {
    min-height: 400px;
  }

  .btn-service:hover {
    transform: translateY(-1px);
  }

  .w-100 {
    width: 100% !important;
  }

  .static-sm {
    position: static !important;
  }

  #services {
    margin-top: 2.5rem !important;
  }

  .bg-rec-sm {
    width: 332px !important;
  }

  .logo-sm {
    left: 26px !important;
  }

  .line-bubble {
    display: none;
  }
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .hero {
    position: relative;
    top: -103px;
  }

  .btn-service:hover {
    transform: translateY(-1px);
  }

  .sm-center {
    align-items: center;
  }

  .sm-wrap {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (max-width: 1200px) {
    /* Hide the nav links and show the menu button */
    nav {
      display: none;
      flex-direction: column;
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      background: white;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }
  
    nav.open {
      display: flex;
    }
  
    .menu-btn {
      display: block;
      position: absolute;
      top: 10px;
      right: 20px;
      background: none;
      border: none;
      font-size: 24px;
      cursor: pointer;
      z-index: 50;
    }
  
    /* Adjust header layout for mobile */
    .header {
      position: relative;
      height: auto;
      padding: 10px;
    }
  
    .contact-info {
      display: none; /* Hide contact details on small screens */
    }
  
    .navbar-sm {
      padding: 2rem;
    }
}

@media (min-width: 1201px) {
  /* Show the nav normally on larger screens */
  nav {
    display: flex !important;
  }

  .menu-btn {
    display: none;
  }

  .contact-info {
    display: flex;
  }
}

@media (max-width: 1294px) {
  #services {
    margin-top: 27rem;
  }
}

/* Animation keyframes */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate-fadeIn {
  animation: fadeIn 0.6s ease forwards;
}