.hero-home {
  /* padding: 50px 0px; */
  padding-bottom: 0;
  background: #fff;
}

.hero-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 90px;
}

.hero-left, .hero-right {
  flex: 1 1 480px;
  position: relative;
}

.video-wrapper {
  /* border-radius: 20px; */
  overflow: hidden;
  object-fit: cover;
}

.video-wrapper video {
  width: 100%;
  height: 556px;
  display: block;
  object-fit: cover;
  border-radius: 0px 160px 0px 0px;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 300px 50px 50px 50px;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: linear-gradient(to top, rgba(0,0,0,0.6), transparent 50%);
  text-shadow: 0 2px 6px rgba(0,0,0,0.5);
  text-align: center;
}

.hero-overlay h2 {
  color: #FFF;
font-family: Poppins;
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: 120%; /* 48px */
}

.hero-overlay h2 span {
 color: var(--links, #00DBEF);
}

.hero-buttons {
  margin-top: 20px;
  display: flex;
  gap: 27px;
  flex-wrap: wrap;
  align-self: anchor-center;
}

.hero-buttons .btn {
  background: #277e92;
  color: #fff;
  padding: 10px 20px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s;
}

.hero-buttons .btn:hover {
  background: #1d6475;
}

.btn-secondary {
  background: #edf3f4;
  color: #277e92;
}

.badge {
  /* margin-top: 15px; */
  width: 133px;
  height: 62px;
}

.hero-right h3 {
color: var(--main-color, #007580);
font-family: Poppins;
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: 120%; /* 48px */
  margin-bottom: 10px;
}

.hero-right h3 span {
  color: #277e92;
}

.hero-right .subtitle {
  color: var(--dark-blue, #031926);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 3.2px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.features {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 56px;
  width: 100%;
  padding-bottom: 40px;
}

.features li {
  display: flex;
  align-items: center;
  color: var(--gray, #676767);
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  gap:10px;
  width: 80%;
}

.features i{
  background-color: #277e92;
  color: white;
  border-radius: 50%;
  padding: 10px;
  font-size: 1.4rem;
  min-width: 56px;
  min-height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
}

 
@media (max-width:1380px){
.video-wrapper video {
  height:660px;
}
  .hero-buttons {
    flex-flow: column;
    align-items: anchor-center;
  }
  
}

@media (max-width:1050px){
 
  .hero-buttons {
    flex-flow: row;
    align-items: anchor-center;
  }
  .hero-grid {
    gap:40px;
    
  }
  .hero-right {
    padding:0px 40px;
  }
 
}

@media (max-width: 768px) {
  .hero-grid {
    flex-direction: column;
  }

  .hero-overlay {
    padding: 20px;
    justify-content: flex-end;
  }

  .hero-overlay h2 {
    
  }

  .hero-buttons .btn {
    padding: 8px 16px;
    font-size: 0.9rem;
  }
}

@media (max-width: 622px) {
  .hero-buttons {
    flex-flow: column;
    align-items: anchor-center;
  }

}
.section-care {
  color: #ffffff;
  padding: 50px 100px;
  background: linear-gradient(0deg, #031926 0%, #031926 100%),
    url('http://tridentanesthesiagroup.d06.colophonhosting.com/wp-content/uploads/2025/07/background-home.jpg') lightgray -135.137px -231.063px / 136.97% 138.54% no-repeat;
  background-blend-mode: hard-light, normal;
}


.care-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 100px;
}
.care-left a.btn-layout.white {
    margin-top: 20px;
}
.care-left, .care-right {
  flex: 1 1 480px;
}

.care-left h6.subtitle {
   color: var(--links, #00DBEF);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 3.2px;
  text-transform: uppercase;
}

.care-left h2 {
 color: #FFF;
font-family: Poppins;
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.care-left h2 span {
  color: #ffffff;
}

.care-left p {
 color: #FFF;
font-family: Poppins;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
  margin-bottom: 16px;
}

.care-right .video-wrapper {
  aspect-ratio: 1 / 1;
  width: 100%;
  /* max-width: 520px; */
  border-radius: 30px;
  justify-self: anchor-center;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0,0,0,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}

.care-right video,
.care-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 0;
}

 


/* Responsivo */
@media (max-width: 1040px) {
 .section-care {
     padding: 0;
  }
  .care-left {
     
    padding: 20px 40px;
  }
  .care-grid{
    gap:20px;
  }
  .care-right video,
  .care-right img {
      width: 100%;
      height:auto;
      padding-bottom: 10px;
  }
  .care-right .video-wrapper {
    aspect-ratio:auto;
  }

}
@media (max-width: 768px) {
  .care-grid {
    flex-direction: column;
  }

  .care-left, .care-right {
    flex: 1 1 100%;
  }

  .care-left {
    order: 2;
    padding: 20px 40px;
  }

  .care-right {
    order: 2;
  }
}

@media (max-width: 571px) {
.care-right video {
  width:100%;
}
}
.section-partner {
  background: #ffffff;
  /* padding: 80px 20px; */
  color: #1c1c1c;
}

.partner-grid {
  display: flex;
  flex-wrap: wrap;
  /* align-items: center; */
  justify-content: space-between;
  gap: 40px;
}

.partner-left {
  flex: 1 1 500px;
  padding: 50px 80px;
}

.partner-left h2 {
  color: #676767;
font-family: Poppins;
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: normal;
  margin-bottom: 20px;
   
}

.partner-left h2 span {
  color: #6e6e6e;
}

.partner-left p {
  color: #676767;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 26px;
   
}

.partner-right {
  flex: 1 1 680px;
}

.image-wrapper {
  border-radius: 0 -0px 0 120px;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0,0,0,0.15);
  height: 100%;
}

.image-wrapper img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

/* Goals section */
.goals {
  padding: 40px 80px;
  display: flex;
  text-align: center;
  justify-content: space-between;
}
.goals i {
  color: var(--main-color, #007580);
  font-family: "Font Awesome 6 Pro";
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%; /* 24px */
}
.goals h3 {
  color: #676767;
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.goals-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 21px;
  justify-content: center;
}

.goal-tag {
  border-radius: 0px 30px;
  border: 1px solid var(--main-color, #007580);
  backdrop-filter: blur(4.150000095367432px);
  padding: 20px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  color: var(--main-color, #007580);
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 24px */
}

.goal-tag:hover {
  background: #00c3c7;
  color: #ffffff;
}

@media (max-width: 1040px) {
  .partner-left {
    padding:20px 40px;
  }
}
 @media (max-width: 768px) {
  .partner-grid {
    flex-direction: column;
  }
   .goals {
   flex-flow:column;
   }

  .image-wrapper {
    border-radius: 20px;
  }

  .goals-buttons {
    /* flex-direction: column; */
    align-items: center;
  }
}

.section-servicesHome {
  background-image:
  linear-gradient(0deg, #031926 0%, #031926 100%),url('http://tridentanesthesiagroup.d06.colophonhosting.com/wp-content/uploads/2025/07/home-bnn4.webp');
  background-position:center center,0 -66.898px;
  background-size: cover;
  background-repeat:no-repeat,no-repeat;
  background-color: #FFF;
  background-blend-mode: hard-light, normal;
  border-radius: 0 120px 0 120px;
  padding: 100px 80px;
  text-align: center;
  color: #ffffff;
  background-position: unset;
}

.servicesHome-content {
  max-width: 1100px;
  margin: 0 auto;
}

.section-servicesHome .btn-layout.white{
  margin-top: 20px;
}

.servicesHome-kicker {
  color: var(--links, #00DBEF);
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 3.2px;
  text-transform: uppercase;
}

.servicesHome-heading {
   
  margin-bottom: 40px;
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

/* Ícones */
.servicesHome-features {
  list-style: none;
  padding: 0;
  margin: 50px 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px 60px;
  /* padding-bottom: 50px; */
}

.servicesHome-features li {
  max-width: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.servicesHome-features i {
  font-size: 1.8rem;
  /* background: #00c3c7; */
  color: #031926;
  border-radius: 50%;
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  border-radius: 50px;
  color: white;
  background: var(--main-color, #007580);
}

@media (max-width: 1040px) {
 .section-servicesHome{
   padding:30px 40px;
   
   padding-bottom:0;
   
 }
  .section-servicesHome .btn-layout.white {
    margin-top:0;
    margin-bottom: 50px;
  }
 
}
@media (max-width: 768px) {
  .servicesHome-heading {
    font-size: 1.6rem;
  }

  .servicesHome-features {
    gap: 30px 40px;
  }

  .servicesHome-features li {
    max-width: 45%;
  }
}

@media (max-width: 480px) {
  .servicesHome-features li {
    max-width: 100%;
  }
}
  