:root {
  --brand-color: #F7CC81;
  --title-color: #ffffff;
  --description-color: #cccccc;
  --description-orange-color:#F7CC81;
  --icon-blue: #6FAAD6;
  --icon-cyan: #8AD7DD;
  --icon-green: #B4DC8F;
  --icon-orange: #DE9B4C;
  }

  .green{ color:var(--icon-green);}
  .cyan{ color:var(--icon-cyan);}
  .blue{ color:var(--icon-blue);}
  .orange{ color:var(--icon-orange);}
  html{
    overflow-x: hidden;
  }
body {
  font-family: Quicksand;
  background-color: #1c1d24 !important;
  color: #fff;
}
body {
  opacity: 0;
  transition: opacity 1s ease-in;
}

body.loaded {
  opacity: 1;
}

.brand_color{
  color:var(--brand-color) !important;
}
.btn-outline-light:hover {
  background-color: #f8f9fa;
  color: #000;
}
.hero-banner {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 4rem 2rem;
}

.hero_slider_image{
  background: url('assets/hero_slider.png') center center / cover no-repeat;

}
.hero-banner h1 {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
  .hero-banner h1 {
    font-size: 3.5rem;
  }
}
.hero-banner p {
  max-width: 700px;
  margin: 1.5rem auto;
  font-size: 1.1rem;
}
.hero-banner .btn {
  border: 1px solid #f8f9fa;
  padding: 0.75rem 2rem;
  font-weight: bold;
}

/* about section */
.about-section p,
.about-section small {
color: #ccc;
}

.about-section .row > div {line-height: 1.5;}

@media (max-width: 767.98px) {
.about-section h2 {
  font-size: 1.75rem;
}
}

/* service section */


.services-section-wrapper::before {content: '';position: absolute;top: 10px;right: 100px;width: 220px;height: 180px;background: url('assets/icons/services-bg-pattern.png') no-repeat top right / contain;opacity: 0.5;z-index: 0;pointer-events: none;}

.services-section .service-card {
position: relative;
background-color: #1c1d24;
border: 1px solid var(--brand-color);
height: 300px;
overflow: hidden;
transition: all 0.3s ease;
color: var(--description-color);
}

.service-card .card-inner {
position: relative;
height: 100%;
width: 100%;
padding: 2rem 1.5rem;
}

/* Default content (centered title) */
.service-card .default-content {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
color: var(--brand-color);
transition: transform 0.5s ease, opacity 0.5s ease;
z-index: 1;
}

/* Hover content appears with overlay from bottom */
.service-card .hover-content {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
padding: 2rem 1.5rem;
background-color: rgba(0, 0, 0, 0.92);
color: var(--brand-color);
transform: translateY(100%);
opacity: 0;
display: flex;
flex-direction: column;
justify-content: center;
text-align: center;
transition: transform 0.5s ease, opacity 0.5s ease;
z-index: 2;
}

/* Hover animation */
.service-card:hover .hover-content {
transform: translateY(0);
opacity: 1;
}

.service-card:hover .default-content {
transform: translateY(-100%);
opacity: 0;
}

/* Typography */
.service-card h5 {
font-weight: bold;
font-size: 1.1rem;
}

.service-card ul {
padding-left: 1.2rem;
font-size: 0.95rem;
text-align: left;
}

/* Icon background overlays */
.knx-icon::after,
.bms-icon::after,
.integration-icon::after {
content: '';
position: absolute;
bottom: 10px;
right: 10px;
background-repeat: no-repeat;
background-size: contain;
opacity: 0.3;
z-index: 0;
}

/* === Background Icon Styles === */
.services-section .knx-icon::after {
content: '';
position: absolute;
bottom: 10px;
right: 10px;
background: url('assets/icons/shape1.png') no-repeat center/contain;
width: 60px;
height: 60px;
opacity: 1;
}

.services-section .bms-icon::after {content: '';position: absolute;bottom: 10px;right: 10px;background: url('assets/icons/shape2.png') no-repeat center/contain;width: 70px;height: 70px;opacity: 1;}

.services-section .integration-icon::after {
content: '';
position: absolute;
bottom: 10px;
right: 10px;
background: url('assets/icons/shape3.png') no-repeat center/contain;
width: 80px;
height: 80px;
opacity: 1;
}

/* Decorative hover corner effect */
.service-card::before {
content: '';
position: absolute;
top: 0;
right: 0;
width: 0;
height: 0;
border-top: 60px solid #2a2a2a;
border-left: 60px solid transparent;
opacity: 0;
transition: opacity 0.4s ease;
}

.service-card:hover::before {
opacity: 1;
}

/* why choose us  */
.why-hics-section {
  background-color: #0f0f0f;
  position: relative;
}

.why-hics-section h2 {
  font-size: 2rem;
}

.why-hics-section h5 {
  font-size: 1.05rem;
  line-height: 1.6;
}

@media (min-width: 768px) {
  .why-hics-section h2 {
    font-size: 2.4rem;
  }

  .why-hics-section h5 {
    font-size: 1.55rem;
  }
}

.section_small_title {
    color: var(--icon-blue) !important;
}


.about-section span img {
    width: 25px;
}

/* contact section */

.contact-section-wrapper {
  background-color: #0f0f0f;
  position: relative;
}

.contact-card {
  position: relative;
  border-radius: 0px;
  background-color: transparent;
  padding: 3rem 2rem;
  box-shadow: 0px 0px 1px 1px #f7cc8169;
  background: #1c1d24;
}

.contact-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: auto;
  opacity: 0.5;
  pointer-events: none;
}

/* Input Styles */
.contact-input {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid var(--brand-color);
  border-radius: 0;
  color: white;
  padding-left: 0;
}

.contact-input:focus {
  border-color: var(--brand-color);
  box-shadow: none;
  outline: none;
  color: black;
}
.contact-input::placeholder {
  color: var(--description-color);
  opacity: 1; 
}
.contact-input::-webkit-input-placeholder {
  color: var(--description-color);
}
.contact-input:-ms-input-placeholder {
  color: var(--description-color);
}
/* Button Style */
.contact-btn {
  border: 1px solid var(--brand-color);
  background-color: transparent;
  color: var(--brand-color);
  font-weight: 600;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.contact-btn:hover {
  background-color: var(--brand-color);
  color: #000;
}

/* footer section */
.footer-section {
  background-color: #0f0f0f;
}

.footer-link {
  color: white;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-link:hover {
  color: var(--brand-color);
}

.footer-divider {
  border-color: rgba(255, 255, 255, 0.1);
}

.footer-map-wrapper {
  margin-top: 2rem;
  width: 100%;
}

.footer-map-wrapper iframe {
  width: 100%;
  height: 200px;
  border: none;
  display: block;
  filter: grayscale(1) contrast(1.1) opacity(0.85);
}
nav.navbar {
    background: rgb(14 13 13) !important;
}

.navbar-brand img {
    height: 140px;
}

.navbar-nav a.nav-link {
    color: var(--brand-color);
}

.footer-section h6 {
    color: var(--brand-color);
}

.footer_item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

img.icon {
    width: 25px;
    height: 25px;
}

.location_footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 10px;
}

.partner-images img {
    width: 150px;
    height: auto;
    object-fit: contain;
}

.about_client_image {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
}

.about_client_image img {
    width: 150px;
    height: 100px;
    object-fit: contain;
}