/*  */
/*  */
/* ===== INDEX HERO SECTION ===== */
.hero-section {
  width: 100%;
  height: 100vh;
  min-height: 600px;
  background-image: url("../images/hero-image.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.hero-overlay {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.hero-title {
  font-size: 4.375rem;
  color: var(--color-white);
  text-transform: uppercase;
  line-height: 1.1;
  margin-bottom: 1rem;
  letter-spacing: 2px;
  text-align: left;
}

.hero-subtitle {
  font-size: 2.5rem;
  color: var(--color-gray);
}

.hero-description {
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--color-white);
  line-height: 1.3;
  margin-bottom: 3rem;
  max-width: 700px;
}

/*  */
/*  */
/* /////////////////////////////////// */
/* ===== JUMBOTRON INDEX SECTION ===== */
.jumbotron-section {
  padding: 60px 0;
  background-color: var(--color-gray);
  text-align: center;
}

.jumbotron-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.jumbotron-features {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}

.jumbotron-features > div {
  flex: 1 1 calc(33.333% - 20px);
  min-width: 250px;
}

.jumbotron-item {
  padding: 30px 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.jumbotron-icon img {
  width: 90px;
  height: 90px;
  object-fit: contain;
  margin-bottom: 15px;
}
.jumbotron-icon h3 {
  max-width: 200px;
}

/*  */
/*  */
/* ///////////////////////////// */
/* ===== INDEX QUEM SOMOS SECTION ===== */
.index-cshi {
  padding: 100px 0;
}
.index-cshi img {
  box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

/*  */
/*  */
/* ////////////////////// */
/* ===== CONTRATOS PAGE ===== */
#contratos-page h3 {
  font-weight: 600;
}
#contratos-page .contratos-topicos {
  margin: 10px 0;
}

/*  */
/*  */
/* ////////////////////// */
/* ===== CSHI PAGE ===== */
#cshi-page img {
  width: 100%;
  height: auto; /* 
  padding-left: 50px; */
}
.cshi-diferencial div:first-child {
  margin: 10px 0 30px 0;
}
/*  */
/*  */
/* ///////////////////////// */
/* ===== ELETRIC SERVICE PAGE ===== */
#eletric-page .eletric-grid img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
}
/*  */
/*  */
/* ///////////////////////// */
/* ===== PRODUCT PAGE ===== */
#product-page .row-cols-1 {
  margin: 10px 0;
}
.product-card {
  border: 1px solid #ccc;
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.product-card {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.product-card .card-img-top {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  max-height: 250px;
}

.product-card .card-body {
  padding: 15px;
  flex-grow: 1;
}
.product-card .card-title {
  text-transform: uppercase;
  font-size: medium;
  color: var(--color-blue2);
  font-weight: 700;
  margin-bottom: 10px;
}

/*  */
/*  */
/* ///////////////////////// */
/* ===== CONTACT PAGE ===== */
.section-title-blue {
  color: var(--cshi-blue);
  font-size: 1.8rem;
  font-weight: 600;
}

.section-subtitle-blue {
  color: var(--cshi-blue);
  font-size: 1.2rem;
  font-weight: 600;
}

.form-control {
  border-radius: 0;
  padding: 0.75rem 1rem;
  border: 1px solid #ced4da;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
