.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
  margin-bottom: 0;
}

/* Estilo Real Estate - Diseño Minimalista */
.hero-real-estate {
  position: relative;
  overflow: hidden;
}

.hero-real-estate .hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.hero-real-estate .btn-hero-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(0, 168, 193, 0.4);
}

/* Video Showcase Section */
.video-showcase-section {
  background: #121c27;
}

.video-showcase-section .video-container-hero {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  border-radius: 20px;
  background: #000;
}

.video-showcase-section .video-container-hero video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Testimonials Cards - Estilo Real Estate */
.team .member {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 32px;
  transition: all 0.3s ease;
}

.team .member:hover {
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.team .member h5 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
}

.team .member em {
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  line-height: 1.7;
  font-style: normal;
}

.team .stars-gold i {
  color: #FFD700;
}

/* Testimonials Section - Quitar fondo blanco */
.testimonials .testimonial-item {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
}

.testimonials .testimonial-item h3 {
  color: #fff !important;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.testimonials .testimonial-item p {
  color: rgba(255, 255, 255, 0.9) !important;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}

.testimonials .testimonial-item .testimonial-img {
  border: 4px solid rgba(255, 255, 255, 0.2) !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* Stats Section - Estilo Real Estate */
.stats.section {
  background: linear-gradient(180deg, #6BA3D8 0%, #4A90E2 50%, #357ABD 100%);
  padding: 100px 0;
}

.stats .section-title h2 {
  color: #1a1a2e;
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 20px;
}

.stats .section-title p {
  color: #4a5568;
  font-size: 17px;
  line-height: 1.8;
}

.stats .stats-item {
  text-align: center;
}

.stats .stats-item span {
  color: #1a1a2e;
  font-size: 48px;
  font-weight: 700;
  display: block;
  margin-bottom: 8px;
}

.stats .stats-item p {
  color: #4a5568;
  font-size: 16px;
  margin: 0;
}

.stats .stats-item i {
  color: #00A8C1;
  font-size: 40px;
  margin-bottom: 16px;
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .hero-real-estate {
    min-height: 70vh !important;
    padding: 100px 0 60px !important;
  }
  
  .hero-real-estate h1 {
    font-size: 42px !important;
    line-height: 1.2 !important;
  }
  
  .hero-real-estate p {
    font-size: 16px !important;
    margin-bottom: 32px !important;
  }
  
  .video-showcase-section {
    padding: 60px 0 !important;
  }
  
  .video-showcase-section .video-container-hero {
    padding-bottom: 56.25%;
    margin-bottom: 30px;
  }
  
  .features.section,
  .details.section {
    padding: 80px 0 !important;
  }
  
  .features.section h2,
  .details.section h2,
  .team.section h2 {
    font-size: 32px !important;
    margin-bottom: 20px !important;
  }
  
  .team.section {
    padding: 80px 0 !important;
  }
  
  .team .member {
    margin-bottom: 24px;
  }
  
  .stats.section {
    padding: 80px 0 !important;
  }
  
  .stats .section-title h2 {
    font-size: 32px !important;
  }
}

@media (max-width: 768px) {
  .hero-real-estate h1 {
    font-size: 36px !important;
  }
  
  .features.section .row > div[style*="background: rgba"] {
    margin-bottom: 20px;
  }
  
  .details.section img {
    margin-bottom: 40px;
    height: 350px !important;
  }
}

@media (max-width: 575px) {
  .hero-real-estate {
    min-height: 60vh !important;
    padding: 80px 0 40px !important;
  }
  
  .hero-real-estate h1 {
    font-size: 28px !important;
    line-height: 1.2 !important;
    margin-bottom: 20px !important;
  }
  
  .hero-real-estate h1 span {
    font-size: 28px !important;
  }
  
  .hero-real-estate p {
    font-size: 15px !important;
    margin-bottom: 28px !important;
  }
  
  .hero-real-estate .btn-hero-primary {
    width: 100%;
    justify-content: center;
    padding: 14px 32px !important;
    font-size: 16px !important;
  }
  
  .video-showcase-section {
    padding: 40px 0 !important;
  }
  
  .video-showcase-section .btn-call-mobile {
    width: 100%;
    justify-content: center;
    font-size: 15px !important;
    padding: 12px 24px !important;
  }
  
  .features.section,
  .details.section,
  .team.section {
    padding: 60px 0 !important;
  }
  
  .features.section h2,
  .details.section h2,
  .team.section h2 {
    font-size: 28px !important;
  }
  
  .features.section .row > div[style*="background: rgba"] {
    padding: 24px 20px !important;
  }
  
  .details.section img {
    height: 300px !important;
  }
  
  .stats.section {
    padding: 60px 0 !important;
  }
  
  .stats .section-title h2 {
    font-size: 28px !important;
  }
  
  .stats .stats-item span {
    font-size: 36px !important;
  }
}
/* Starter section styles can be added here when needed */

.no-bullets {
  list-style-type: none;
  margin-left: -35px;
}

.border-radios{
  border-radius: 18px 18px 18px 18px;
}
.img-test{
  max-width: 120px;
  border-radius: 60px;
}
.bg-test{
  background-image: linear-gradient(133deg,rgba(30, 67, 72, 0.58) 0%, rgba(73, 158, 183, 0.35) 58%, rgba(53, 108, 122, 0.42) 98%, rgba(52, 106, 119, 1) 100%), url('../img/testimonials-bg.jpg');
        background-size: cover; /* Optional: Adjust how the image covers the area */
        background-position: center; /* Optional: Center the image */
        /* Other styling for the element, e.g., height, width */
}
.text-white{
  color: #fff;
}
.btn-default {
 color: var(--contrast-color);
  background: var(--accent-color);
  font-family: var(--heading-font);
  font-weight: 800;
  text-align: center;
  font-size: 23px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px 12px 28px;
  border-radius: 50px;
  transition: 0.5s;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
  filter: drop-shadow(0px 3px 0px #005866);
}

.btn-default:hover {
  color: var(--contrast-color);
  background: color-mix(in srgb, var(--accent-color), transparent 15%);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
  filter: drop-shadow(0px 13px 0px #005866);
}

.icon-boxes{
  padding: 5px;
  filter: drop-shadow(1px 1px 15px rgba(0, 0, 0, 0.2));
  border-radius: 16px;
  
}
  .phone-thumb-1{
  min-height: 470px;
  justify-content: space-around;
  display: flex;
  flex-direction: column;
}
.icon-boxes2{
  padding: 5px;
  border-radius: 16px;
}

.bg-grey{
background: #d9d9d9;
background: linear-gradient(150deg,rgba(217, 217, 217, 1) 0%, rgba(255, 255, 255, 1) 100%);
padding: 24px 0px;

}
.stars-gold i{
  color: #b1b500;
  font-size: 18px;
  text-align: center;
}
.mt-10{
margin-top: 10px;
}
.mt-20{
margin-top: 20px;
}
.mt-30{
margin-top: 30px;
}
.mt-40{
margin-top: 50px;
}
.mt-60{
margin-top: 70px;
}
.mt-80{
margin-top: 80px;
}
.mt-90{
margin-top: 90px;
}
.mt-100{
margin-top: 100px;
}
.mb-10{
margin-bottom: 10px;
}
.mb-20{
margin-bottom: 20px;
}
.mb-30{
margin-bottom: 30px;
}
.mb-40{
margin-bottom: 50px;
}
.mb-60{
margin-bottom: 70px;
}
.mb-80{
margin-bottom: 80px;
}
.mb-90{
margin-bottom: 90px;
}
.mb-100{
margin-bottom: 100px;
}
.mb-24{
margin-bottom: 24px;
}
.mb-16{
margin-bottom: 16px;
}
.video-16-1 {
    padding: 0px 100px 0px 100px;
    margin-top: -25px;
  }
.grid-container {
  display: grid;
  /* 5 columnas de igual ancho en pantallas grandes */
  grid-template-columns: repeat(5, 1fr);
  gap: 1em; /* Espacio entre columnas */
}


/* Reduce a 3 columnas en pantallas medianas */
@media (max-width: 992px) {
  .grid-container {
    grid-template-columns: repeat(3, 1fr);
  }
  .video-16-1 {
    padding: 0px;
  }
}
@media (min-width: 768px) { 

  .testimonials{
    display: none; }

 }
.swiper-slide:not(.swiper-slide-active) {
  opacity: 0 !important;
}
/* Reduce a 1 columna en pantallas pequeñas */
@media (max-width: 768px) {
  .grid-container {
    grid-template-columns: 1fr;
  }
  .video-16-1 {
    padding: 0px;
  }
  .phone-thumb-1{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    align-content: center;
    max-height: 210px !important;
    min-height: 200px;
    flex-direction: row;
  }
  .phone-thumb-1 img{
           max-height: 85px !important;
        margin-top: 30px;

  }
  .phone-thumb-1 h5{
    text-align: left;
    padding: 40px 5px;
    width: 210px;
  }
  .team{
    display: none;
  }
    .about .icon-box {
        padding: 10px 20px;
    }
  .btn-default{
    width: 100%;
  }
}

h2{
  font-size: 42px !important;
}
h2 span {
  color: #00A8C1;
  border-bottom: 4px solid var(--accent-color);
}

.intro-hero{
  position: relative;
  margin-top: -120px;
  z-index: 3;
}
.super-flex ul li{
  display: flex;
  padding: 8px;
  vertical-align: middle;
  align-items: center;
}
.whatsapp{
  position: fixed;
  bottom: 25px;
  z-index: 9999;
  right: 1px;
}

video {
  width: 100%;
  height: auto;
}

.oculto{
  display: none !important;
}

/* Elegant Minimalist Styles */
.elegant-offer {
  transition: all 0.3s ease;
}

.elegant-offer:hover {
  background: rgba(255, 255, 255, 0.12) !important;
  border-color: rgba(0, 168, 193, 0.5) !important;
}

.elegant-benefit-box,
.elegant-offer-box {
  transition: all 0.3s ease;
}

.elegant-benefit-box:hover,
.elegant-offer-box:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}

.elegant-cta-section {
  transition: all 0.3s ease;
}

.features-item-modern:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12) !important;
}

/* Modern spacing and typography improvements */
section {
  position: relative;
}

h1, h2, h3, h4, h5, h6 {
  letter-spacing: -0.02em;
}

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

.btn-get-started:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 168, 193, 0.3);
}

/* Hero Section Improvements for Lead Retention */
.hero {
  position: relative;
}

.hero .hero-bg {
  transition: transform 0.5s ease;
}

.hero:hover .hero-bg {
  transform: scale(1.05);
}

/* Elegant offer box animation */
.elegant-offer {
  animation: fadeInUp 0.8s ease-out;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Trust indicators hover effect */
.hero [class*="bi-"] {
  transition: transform 0.3s ease;
}

.hero [class*="bi-"]:hover {
  transform: scale(1.2);
}

/* Video container enhancement */
.hero video {
  transition: transform 0.3s ease;
}

.hero video:hover {
  transform: scale(1.02);
}

/* Override video-16-1 padding for hero section */
.hero .video-16-1,
.hero .hero-video {
  padding: 0 !important;
  margin-top: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
}

/* Video container con aspect ratio - más grande */
.hero .video-container-hero {
  position: relative;
  width: 100%;
  min-height: 500px;
}

.hero .video-container-hero::before {
  content: '';
  display: block;
  padding-top: 70%; /* Aspect ratio más alto para ocupar más espacio */
}

@media (min-width: 992px) {
  .hero .video-container-hero {
    min-height: 750px;
  }
  
  .hero .video-container-hero::before {
    padding-top: 80% !important; /* Aún más alto en desktop */
  }
}

@media (min-width: 1200px) {
  .hero .video-container-hero {
    min-height: 800px;
  }
  
  .hero .video-container-hero::before {
    padding-top: 85% !important;
  }
}

@media (min-width: 1400px) {
  .hero .video-container-hero {
    min-height: 850px;
  }
  
  .hero .video-container-hero::before {
    padding-top: 90% !important;
  }
}

/* Desktop - Video más grande y ancho */
@media (min-width: 992px) {
  .hero .video-container-hero {
    min-height: 750px !important;
    aspect-ratio: 16/10 !important;
  }
  
  .hero .video-container-hero::before {
    padding-top: 62.5% !important; /* 16:10 aspect ratio */
  }
  
  .hero .video-16-1,
  .hero .hero-video {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
  }
  
  .hero .col-lg-6[style*="padding-left"] {
    padding-left: 40px !important;
    max-width: 100% !important;
  }
  
  .hero .col-lg-6[style*="padding-left"] > div {
    width: 100% !important;
    max-width: 100% !important;
  }
}

@media (min-width: 1200px) {
  .hero .video-container-hero {
    min-height: 800px !important;
    aspect-ratio: 16/9.5 !important;
  }
  
  .hero .video-container-hero::before {
    padding-top: 59.375% !important;
  }
  
  .hero .video-16-1,
  .hero .hero-video {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
  }
}

@media (min-width: 1400px) {
  .hero .video-container-hero {
    min-height: 850px !important;
    aspect-ratio: 16/9 !important;
  }
  
  .hero .video-container-hero::before {
    padding-top: 56.25% !important;
  }
  
  .hero .video-16-1,
  .hero .hero-video {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
  }
}

/* Mobile optimizations for hero - PRIORIDAD MÓVIL */
@media (max-width: 991px) {
  .hero {
    min-height: auto !important;
    padding: 40px 0 60px 0 !important;
  }
  
  .hero .container {
    padding: 0 20px !important;
  }
  
  .hero .row {
    flex-direction: column-reverse !important;
  }
  
  /* Video primero en móvil para captar atención */
  .hero .col-lg-6:last-child {
    margin-bottom: 40px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  
  .hero .col-lg-6:first-child {
    padding: 0 !important;
  }
  
  .hero h1 {
    font-size: 32px !important;
    line-height: 1.2 !important;
    margin-bottom: 20px !important;
    text-align: center !important;
  }
  
  .hero h1 span {
    font-size: 32px !important;
    display: block;
    margin-top: 8px;
  }
  
  .hero [style*="margin-bottom: 16px"] {
    text-align: center !important;
    margin-bottom: 12px !important;
  }
  
  .hero p {
    font-size: 16px !important;
    text-align: center !important;
    margin: 0 auto 30px !important;
    max-width: 100% !important;
  }
  
  .hero .elegant-offer {
    padding: 20px 24px !important;
    max-width: 100% !important;
    margin: 0 auto 30px !important;
    text-align: center !important;
  }
  
  .hero .elegant-offer > div {
    flex-direction: column !important;
    gap: 12px !important;
    align-items: center !important;
  }
  
  .hero .elegant-offer > div > div[style*="width: 1px"] {
    display: none !important;
  }
  
  .hero .elegant-offer p {
    font-size: 15px !important;
    margin-bottom: 12px !important;
  }
  
  .hero .btn-get-started {
    width: 100%;
    max-width: 100%;
    justify-content: center;
    padding: 18px 32px !important;
    font-size: 17px !important;
    margin: 0 auto !important;
    display: flex !important;
  }
  
  .hero [style*="display: flex"][style*="align-items: center"][style*="gap: 24px"] {
    flex-direction: row !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
    gap: 16px !important;
    margin-top: 24px !important;
  }
  
  .hero [style*="width: 1px"][style*="height: 20px"] {
    display: none !important;
  }
  
  .hero .video-container-hero {
    min-height: 450px !important;
    aspect-ratio: 16/9 !important;
  }
  
  .hero .video-container-hero::before {
    padding-top: 56.25% !important;
  }
  
  .hero video,
  .hero .video-16-1,
  .hero .hero-video {
    margin-top: 0 !important;
    border-radius: 16px !important;
    object-fit: cover !important;
    object-position: center center !important;
  }
  
  .hero .btn-call-mobile {
    width: 100% !important;
    max-width: 100% !important;
    justify-content: center !important;
    padding: 16px 24px !important;
    font-size: 16px !important;
    margin-top: 24px !important;
  }
}

@media (max-width: 575px) {
  .hero {
    padding: 30px 0 50px 0 !important;
  }
  
  .hero .container {
    padding: 0 15px !important;
  }
  
  .hero h1 {
    font-size: 26px !important;
    line-height: 1.3 !important;
    margin-bottom: 16px !important;
  }
  
  .hero h1 span {
    font-size: 26px !important;
  }
  
  .hero p {
    font-size: 15px !important;
    line-height: 1.6 !important;
    margin-bottom: 24px !important;
  }
  
  .hero .elegant-offer {
    padding: 18px 20px !important;
    margin-bottom: 24px !important;
  }
  
  .hero .elegant-offer p:first-child {
    font-size: 11px !important;
    margin-bottom: 14px !important;
  }
  
  .hero .elegant-offer > div > div > p {
    font-size: 14px !important;
  }
  
  .hero .btn-get-started {
    padding: 16px 24px !important;
    font-size: 16px !important;
  }
  
  .hero [style*="display: flex"][style*="align-items: center"][style*="gap: 24px"] {
    flex-direction: column !important;
    gap: 12px !important;
  }
  
  .hero [style*="display: flex"][style*="align-items: center"][style*="gap: 24px"] > div {
    font-size: 13px !important;
  }
  
  .hero .video-container-hero {
    min-height: 400px !important;
    aspect-ratio: 16/9 !important;
  }
  
  .hero .video-container-hero::before {
    padding-top: 56.25% !important;
  }
  
  .hero video,
  .hero .video-16-1,
  .hero .hero-video {
    border-radius: 12px !important;
    object-fit: cover !important;
    object-position: center center !important;
  }
  
  .hero .btn-call-mobile {
    padding: 14px 20px !important;
    font-size: 15px !important;
  }
}

/* Optimización para tablets */
@media (min-width: 576px) and (max-width: 991px) {
  .hero h1 {
    font-size: 38px !important;
  }
  
  .hero h1 span {
    font-size: 38px !important;
  }
  
  .hero .video-container-hero {
    min-height: 500px !important;
    aspect-ratio: 16/9 !important;
  }
  
  .hero .video-container-hero::before {
    padding-top: 56.25% !important;
  }
  
  .hero video,
  .hero .video-16-1,
  .hero .hero-video {
    object-fit: cover !important;
    object-position: center center !important;
  }
}

@media (max-width: 768px) {
  .elegant-offer {
    padding: 20px 24px !important;
    margin: 20px auto !important;
  }
  
  .elegant-offer p {
    font-size: 15px !important;
  }
  
  .elegant-benefit-box,
  .elegant-offer-box {
    padding: 20px !important;
    margin: 20px 0 !important;
  }
  
  .elegant-cta-section {
    padding: 40px 15px !important;
  }
  
  .elegant-cta-section h3 {
    font-size: 24px !important;
  }
  
  .elegant-cta-section p {
    font-size: 16px !important;
  }
  
  .elegant-cta-section .btn-default {
    width: 100%;
    min-width: auto !important;
  }
}