@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@100;200;300;400;500;600;700&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css");
:root {
  --bs-primary: #0964b9;
  --bs-primary-rgb: 9, 100, 185;
  --brand-blue: #073f7a;
  --brand-yellow: #ffe000;
  --dark: #102235;
  --azul-edcler: #0a3b75;
   --blue: #0068ff;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: 'Montserrat', 'montserratregular','montserratlight',Arial, Helvetica'Work Sans' ;
   font-size:18px;
      letter-spacing:-1px;
  color: var(--dark);
}
.topbar {
  background: #edf1f4;
  color: #6a7884;
}
.navbar {
  min-height: 82px;
}
.navbar-brand img {
  width: 165px;
  height: 54px;
  object-fit: cover;
}
.nav-link {
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
}
.btn {
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.04em;
  font-size: 0.7rem;
  padding: 0.8rem 1.35rem;
  transition: 0.3s;
}
.btn:hover {
  transform: translateY(-2px);
}
.hero {
  min-height: 640px;
  background:
    linear-gradient(90deg, #061e35ed, #073f7aba 58%, #0004),
    url("https://images.unsplash.com/photo-1487754180451-c456f719a1fc?auto=format&fit=crop&w=1800&q=88")
      center/cover;
}
.hero .lead {
  max-width: 620px;
  color: #dce7f1;
  font-size: 1rem;
}
.hero h1 {
  line-height: 1.08;
}
.titulopagina{
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 700;
  text-transform: uppercase;
}
.subtitulo{
  font-size: clamp(1.5rem, 2vw, 2rem);
  font-weight: 700;
  
}
.eyebrow {
  display: block;
  color: var(--brand-yellow);
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.15rem;
  text-transform: uppercase;
}
.section {
  padding: 6rem 0;
}
.section-title {
  max-width: 680px;
}
.section-title h2,
.about-copy h2,
.contact h2,
.cta h2 {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 700;
  text-transform: uppercase;
}
.section-title p,
.about-copy > p {
  color: #607080;
  font-size: 1rem;
}
.servicos-card {
  border: 1px solid #e0e8ee;
  padding: 2rem 1.5rem;
  transition: 0.35s;
}
.servicos-card:hover {
  transform: translateY(-8px);
  border-color: transparent;
  box-shadow: 0 18px 45px #0a487d1c;
}
.servicos-card > i {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border: 1px solid #d6e1e8;
  border-radius: 50%;
  color: var(--bs-primary);
  font-size: 1.4rem;
}
.servicos-card h3 {
  font-size: 1.1rem;
  text-transform: uppercase;
  margin-top: 1.4rem;
}
.servicos-card p {
  font-size: 1rem;
  color: #607080;
}
.servicos-card a {
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--bs-primary);
}
.about-photo {
  min-height: 570px;
  background: url("../images/car-engine-motor-clean-customized.webp")
    center/cover;

     /* background: url("https://images.unsplash.com/photo-1486262715619-67b85e0b08d3?auto=format&fit=crop&w=1200&q=85")
    center/cover;*/
  display: grid;
  place-items: center;
  border-radius: 10px;
}
.play {
  width: 72px;
  height: 72px;
  color: var(--brand-blue);
  font-size: 1.5rem;
  box-shadow: 0 15px 40px #0004;
}
.about-copy {
  max-width: 610px;
}
.accordion-button {
  font-size: 0.9rem;
  text-transform: uppercase;
  font-weight: 700;
}
.accordion-button:not(.collapsed) {
  background: #eaf4fd;
  color: var(--brand-blue);
}
.accordion-body {
  font-size: 1rem;
  color: #607080;
}
.stats {
  background: var(--brand-blue);
}
.stats strong {
  display: block;
  color: var(--brand-yellow);
  font-size: 2.25rem;
}
.stats strong:after {
  content: "+";
}
.stats strong[data-suffix]:after {
  content: "%";
}
.stats span {
  display: block;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.08rem;
}
.gallery figure {
  height: 330px;
  position: relative;
  overflow: hidden;
  margin: 0;
}
.gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.gallery figcaption {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  background: #fff;
  padding: 0.7rem 1rem;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  transform: translateY(5rem);
  transition: 0.35s;
}
.gallery figure:hover img {
  transform: scale(1.06);
}
.gallery figure:hover figcaption {
  transform: none;
}
.cta {
  background:
    linear-gradient(90deg, #051d34ed, #07508fcf),
    url("https://images.unsplash.com/photo-1492144534655-ae79c964c9d7?auto=format&fit=crop&w=1700&q=80")
      center/cover;
}
.btn-warning {
  background: var(--brand-yellow);
  border-color: var(--brand-yellow);
  color: var(--brand-blue);
}
.review {
  text-align: center;
  max-width: 760px;
  margin: auto;
  padding: 1rem 5rem;
}
.review .stars {
  color: #eeb800;
  letter-spacing: 0.2rem;
}
.review blockquote {
  font-size: 1.15rem;
  line-height: 1.7;
  color: #425365;
  margin: 1.2rem;
}
.review strong,
.review small {
  display: block;
}
.review small {
  color: #6b7a86;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: invert(23%) sepia(56%) saturate(1500%);
}
.contact {
  background: var(--brand-blue);
}
.contact-list li {
  margin: 0.75rem 0;
}
.contact-list i {
  color: var(--brand-yellow);
  margin-right: 0.5rem;
}
.form-label {
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
}
.form-control,
.form-select {
  border-radius: 0;
  padding: 0.75rem;
}
.form-control:focus,
.form-select:focus {
  box-shadow: none;
  border-color: var(--bs-primary);
}
.ctab {
  background: linear-gradient(135deg, var(--blue), #0049bd);
  color: #fff
}

.ctab-inner {
  display: grid;
  grid-template-columns: 160px 1fr auto;
  align-items: center;
  gap: 30px;
  min-height: 112px
}

.ctab img {
  margin-top: -35px
}

.ctab h2 {
  font-size: 28px;
  line-height: 1.15
}

.ctab h2 span {
  display: block;
  font-weight: 400
}

.ctab-actions {
  display: flex;
  gap: 16px
}

.footer {
  background: linear-gradient(135deg, #031126, #071d3e);
  color: #d7e4f7;
  padding: 52px 0 20px
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.4fr;
  gap: 45px
}

.footer h4 {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 18px
}

.footer a,
.footer p {
  display: block;
  color: #d7e4f7;
  font-size: 15px;
  margin-bottom: 8px;
  text-decoration: none;
}
.footer-logo {
  width: 180px;
  height: 60px;
  object-fit: cover;
}

.social {
  display: flex;
  gap: 10px;
  margin-top: 16px
}

.social a {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .09);
  display: grid;
  place-items: center
}
.copy {
  text-align: center;
  margin-top: 35px;
  color: #8fa2bd !important
}
/*
footer {
  background: #111d28;
}
footer h3 {
  font-size: 0.75rem;
  text-transform: uppercase;
}
footer a {
  display: block;
  color: #b8c3cc;
  text-decoration: none;
  font-size: 0.75rem;
  margin: 0.5rem 0;
}


  */
  #btnScrollTop {
    display: none;
    z-index: 1050;
    width: 48px;
    height: 48px;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transform: translateY(15px);
}

#btnScrollTop.show {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.whatsapp {
  position: fixed;
  right: 1.5rem;
  bottom: 5rem;
  width: 48px;
  height: 48px;
  border-radius: 50% !important;
  background: #25d366;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 1.8rem;
  z-index: 1050;
  box-shadow: 0 9px 25px #0004;
  transition: 0.3s;
}
.whatsapp:hover {
  color: #fff;
  transform: scale(1.1);
}
.reveal {
  opacity: 0;
  transform: translateY(25px);
  transition: 0.7s;
}
.reveal.visible {
  opacity: 1;
  transform: none;
}
@media (max-width: 991px) {
  .about-photo {
    min-height: 430px;
  }
  .navbar-collapse {
    padding: 1rem 0;
  }
  .section {
    padding: 4.5rem 0;
  }
}
@media (max-width: 575px) {
  .hero {
    min-height: 610px;
  }
  .hero .display-3 {
    font-size: 2.4rem;
  }
  .about-photo {
    min-height: 320px;
  }
  .gallery figure {
    height: 310px;
  }
  .review {
    padding: 1rem 2rem;
  }
  .whatsapp {
    right: 1.5rem;
    bottom: 5rem;
    width: 48px;
    height: 48px;
    
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
    transition: none !important;
  }
  .reveal {
    opacity: 1;
    transform: none;
  }
}
.topbar a {
  color: #82909b
}

.topbar a:hover {
  color: var(--bs-primary)
}

.brandbar {
  min-height: 110px
}

.brand-logo {
  width: 205px;
  height: 76px;
  object-fit: cover;
  border-radius: 12px
}

.brand-info>div>i {
  font-size: 2.15rem;
  color: #d8dee3
}

.brand-info strong,
.brand-info small {
  display: block
}

.brand-info strong {
  color: var(--bs-primary);
  font-size: .9rem
}

.brand-info small {
  color: #7a8792;
  font-size: .7rem
}

.main-nav {
  background: linear-gradient(90deg, var(--brand-blue), var(--bs-primary));
  min-height: 58px
}

.main-nav-edcler {
  background: linear-gradient(90deg, var(--azul-edcler), var(--brand-blue));
  
}

.main-nav .nav-link {
  color: #fff !important
}

.main-nav .nav-link.active,
.main-nav .nav-link:hover {
  color: var(--brand-yellow) !important
}

.dropdown-menu {
  border: 0;
  border-radius: 12px;
  padding: .65rem;
  box-shadow: 0 15px 40px #001c3840
}

.dropdown-item {
  border-radius: 8px;
  font-size: 1rem;
  padding: .65rem .8rem
}

.dropdown-item:hover {
  background: #eaf4fd;
  color: var(--brand-blue)
}

.nav-search {
  color: #fff;
  font-size: 1.15rem
}

.hero-carousel-wrap {
  padding: 18px;
  background: #f3f6f8
}

.hero-carousel-wrap .carousel {
  max-width: 1500px;
  margin: auto;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 22px 50px #073f7a26
}

.hero-slide {
  min-height: 620px;
  display: flex;
  align-items: center;
  position: relative;
  background-position: center;
  background-size: cover
}

.hero-slide:before {
  content: '';
  position: absolute;
  inset: 0;
 /*background: linear-gradient(90deg, #111  , #102235 55%, #0008)*/
}

.hero-slide .container {
  position: relative;
  z-index: 2
}

.hero-copy {
  background: #061f38bd;
  backdrop-filter: blur(5px);
  padding: 2.4rem;
  border-radius: 20px;
  border: 1px solid #ffffff26
}

.hero-copy h1 {
  font-size: clamp(2.3rem, 4.5vw, 4rem);
  line-height: 1.08;
  font-weight: 400
}

.hero-copy p {
  color: #dce8f2;
  margin: 1.25rem 0;
  font-size: .95rem
}

.slide-one {
  background-image: url('../images/banner-edicler.png')
  /*background-image: url('https://images.unsplash.com/photo-1487754180451-c456f719a1fc?auto=format&fit=crop&w=1800&q=88')*/
}

.slide-two {
 /* background-image: url('https://images.unsplash.com/photo-1486262715619-67b85e0b08d3?auto=format&fit=crop&w=1800&q=88') */
  background-image: url('../images/banner-edicler-roxo.webp')
}

.slide-three {
  background-image: url('https://images.unsplash.com/photo-1619642751034-765dfdf7c58e?auto=format&fit=crop&w=1800&q=88')
}

.hero-carousel-wrap .carousel-indicators button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #fff;
  background: transparent
}

.hero-carousel-wrap .carousel-indicators .active {
  background: var(--brand-yellow);
  border-color: var(--brand-yellow)
}

.service-card,
.gallery figure,

.accordion,

.review,
.modal-content,
.form-control,
.form-select,
.btn {
  border-radius: 6px
}

.service-card>i {
  border-radius: 14px
}

.gallery img {
  border-radius: 12px
}

.stats {
  margin: 0px;
  border-radius: 0px
}

.contact {
  margin: 0px;
  border-radius: 0px
}

.whatsapp {
  border-radius: 18px
}

.footer-logo {
  border-radius: 12px
}


.services-section {
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 55px 0;
    background: radial-gradient(circle at 50% 0, #f0f5ff 0, transparent 45%), #fff
}

.eyebrow {
    display: block;
    color: var(--blue);
    font-size: 1.5rem;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: .55rem
}

h1 {
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 1.03;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -.04em
}

h1 strong {
    color: var(--blue);
    font-weight: 800
}

.intro {
    max-width: 480px;
    color: #34435f;
    font-size: 1.2rem;
    line-height: 1.5
}

.service-card {
    border: 1px solid var(--border);
    border-radius: 14px;
    overflow: hidden;
    transition: transform .35s, box-shadow .35s, border-color .35s
}

.service-card:hover {
    transform: translateY(-8px);
    border-color: transparent;
    box-shadow: 0 20px 45px rgba(7, 42, 99, .14)
}

.service-card .card-img-top {
    height: 200px;
    object-fit: cover
}

.service-card .card-body {
    padding: 1.4rem 1.25rem 1.55rem
}

.service-card .card-body>i {
    display: block;
    color: var(--blue);
    font-size: 1.8rem;
    margin-bottom: 1rem
}

.service-card h2 {
    font-size: 1.1rem;
    line-height: 1.3;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: .75rem
}

.service-card p {
    color: var(--text);
    font-size: 1rem;
    line-height: 1.65;
    margin: 0
}

@media(max-width:991px) {
  .brandbar {
    min-height: 88px
  }

  .brand-logo {
    width: 165px;
    height: 58px
  }

  .main-nav .nav-search {
    display: none
  }

  .hero-slide {
    min-height: 560px
  }

  .hero-copy {
    padding: 1.8rem
  }

  .hero-carousel-wrap {
    padding: 10px
  }

  .hero-carousel-wrap .carousel {
    border-radius: 18px
  }
}

@media(max-width:575px) {
  .brandbar {
    min-height: 78px
  }

  .brand-logo {
    width: 145px;
    height: 52px
  }

  .hero-slide {
    min-height: 570px
  }

  .hero-copy {
    padding: 1.4rem;
    border-radius: 16px
  }

  .hero-copy h1 {
    font-size: 2.15rem
  }

  .stats,
  .contact {
    margin: 10px;
    border-radius: 18px
  }
}

.hero-carousel-wrap {
  padding: 0
}

.hero-carousel-wrap .carousel {
  max-width: none;
  width: 100%;
  margin: 0;
  border-radius: 0
}

.hero-slide {
  min-height: 650px
}

.servicos-card {
  border-radius: 18px
}

.servicos-card:hover {
  box-shadow: 0 20px 50px #073f7a24
}

@media(max-width:991px) {
  .hero-carousel-wrap {
    padding: 0
  }

  .hero-carousel-wrap .carousel {
    border-radius: 0
  }

  .hero-slide {
    min-height: 580px
  }
  .cta-inner {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 30px 0
  }

  .cta img {
    display: none
  }

  .cta-actions {
    justify-content: center
  }
}