html {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}

.container {
  width: 100%;
  max-width: 1200px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

[class*="col-"] {
  padding-left: 15px;
  padding-right: 15px;
}

/* Interview CTA styles */
.interview-block {
  background: transparent;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
}

.interview-photo img {
  width: 100%;
  max-width: 280px;
  height: auto;
  border-radius: 60px 0 60px 0;
  box-shadow: 0 8px 18px rgba(0, 0, 0, .12);
}

.interview-title {
  font-size: 32px;
  font-weight: 800;
  color: #000;
  margin-bottom: 12px;
}

.interview-text {
  font-size: 18px;
  color: #444;
  line-height: 1.6;
  margin-bottom: 20px;
}

.interview-btn {
  display: inline-block;
  background: var(--color-primary);
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  padding: 12px 24px;
  border-radius: 999px;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(231, 82, 10, .25);
  transition: transform .15s ease, box-shadow .15s ease, background .2s ease;
}

.interview-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(231, 82, 10, .32);
  color: white;
}

.banner-area.bg-cover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.50), rgba(0, 0, 0, 0.25));
  z-index: 0;
}

.banner-area .box-cell {
  position: relative;
  z-index: 1;
}

.banner-area .form {
  margin-top: 50px;
}

.banner-area .form-info button {
  background: var(--color-primary) !important;
  border: none;
}

.banner-area .form-info button:hover {
  background: #c74708 !important;
}

.banner-area.banner-style-two {
  min-height: 650px !important;
  height: auto;
  background-position: center !important;
  padding-top: 80px;
}

.banner-area.banner-style-two .box-table,
.banner-area.banner-style-two .box-cell {
  height: auto;
  min-height: 600px;
}

.banner-area.banner-style-two .double-items {
  padding: 80px 0;
}

.banner-area .container {
  max-width: 1400px;
}

.banner-area.text-small .content h5 {
  font-size: 16px;
  line-height: 1.4;
}

.banner-area.text-small .content h1 {
  font-size: 32px;
  line-height: 1.3;
}

.banner-area.text-small .content p {
  font-size: 15px;
  line-height: 1.5;
}

.banner-area .form-info {
  padding: 25px;
}

.banner-area .form-info .form-group {
  margin-bottom: 12px;
}

.banner-area .form-info input,
.banner-area .form-info select,
.banner-area .form-info textarea {
  padding: 10px 15px;
  font-size: 14px;
}

/* ========== AGRANDAR TÍTULOS 20% ========== */

.banner-area h5 {
  font-size: 21.6px !important;
}

.banner-area h1 {
  font-size: 43.2px !important;
}

#about h2 {
  font-size: 38.4px !important;
}

#about h3 {
  font-size: 28.8px !important;
}

#features h2 {
  font-size: 43.2px !important;
}

#features h4 {
  font-size: 24px !important;
}

#roadmap h2 {
  font-size: 43.2px !important;
}

#mission h2 {
  font-size: 33.6px !important;
}

.roadmap-card-content h4 {
  font-size: 24px !important;
}

#interview-cta h2 {
  font-size: 38.4px !important;
}

/* ========== FOOTER CELESTE ========== */
footer {
  background-color: #cce3fb !important;
}

footer .footer-bottom {
  background-color: #b3d7f7 !important;
}

footer .f-item h3,
footer .f-item h4,
footer .f-item h5 {
  color: #000 !important;
}

footer .f-item p,
footer .f-item .address li span,
footer .f-item.link li a {
  color: #333 !important;
}

footer .footer-bottom p {
  color: #000 !important;
}

footer .footer-bottom p a {
  color: #e7520a !important;
}

/* ========== TIPOGRAFÍA GLOBAL ========== */
h1 {
  font-family: "Nunito", sans-serif !important;
  font-weight: 900;
}

h2 {
  font-family: "Nunito", sans-serif !important;
  font-weight: 800;
}

h3 {
  font-family: "Nunito", sans-serif !important;
  font-weight: 700;
}

h4 {
  font-family: "Nunito", sans-serif !important;
  font-weight: 700;
}

h5 {
  font-family: "Nunito", sans-serif !important;
  font-weight: 600;
}

h6 {
  font-family: "Nunito", sans-serif !important;
  font-weight: 600;
}

p,
li,
span {
  font-family: "Shippori Mincho", serif !important;
  font-weight: 400;
}

label,
input,
textarea,
select {
  font-family: "Nunito", sans-serif !important;
  font-weight: 400;
}

a {
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
}

button {
  font-family: "Nunito", sans-serif !important;
  font-weight: 700;
}

strong,
b {
  font-family: "Nunito", sans-serif !important;
  font-weight: 700;
}

/* ========== NAVBAR LIMPIO ========== */
.navbar.navbar-sticky {
  background-color: #cce3fb;
  padding: 15px 0 20px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
}

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

.navbar-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.navbar-header {
  position: relative;
  flex-shrink: 0;
}

.navbar-header .navbar-brand {
  display: block;
  padding: 0;
  margin: 0;
}

.navbar-header .logo {
  height: 50px;
  width: auto;
  display: block;
}

.navbar-header::after {
  content: "®";
  position: absolute;
  top: 5px;
  left: calc(100% + 3px);
  font-size: 14px;
  font-weight: 700;
  color: #000;
}

.navbar-text-info {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  text-align: right;
}

.attr-nav div {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}

/* Roadmap Section Styles */
#roadmap .row {
  display: flex;
  flex-wrap: wrap;
}

#roadmap .col-lg-3 {
  flex: 0 0 25%;
  max-width: 25%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}

#roadmap .roadmap-card {
  border: none;
  border-radius: 0 0 60px 20px;
  padding: 0;
  height: 100%;
  background-color: #f5f3f0;
  box-shadow: none;
  overflow: visible;
  margin-bottom: 50px;
  margin-top: 60px;
  position: relative;
}

#roadmap .roadmap-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 130px;
  width: 22px;
  height: 56px;
  background-color: #f5f3f0;
  border-radius: 0 0 0 12px;
}

#roadmap .roadmap-card-img {
  position: absolute;
  top: -40px;
  left: 20px;
  width: calc(100% - 40px);
  max-width: 280px;
  height: 150px;
  overflow: hidden;
  border-radius: 60px 0 60px 0;
  z-index: 2;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

#roadmap .roadmap-card-img::after {
  content: "";
  position: absolute;
  bottom: -15px;
  right: -15px;
  width: 80px;
  height: 30px;
  background-color: #f5f3f0;
  border-radius: 0 0 20px 0;
  z-index: -1;
}

#roadmap .roadmap-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 60px 0 60px 0;
}

#roadmap .roadmap-card-content {
  padding: 150px 25px 32px 25px;
}

#roadmap .roadmap-card-content h4 {
  font-size: 20px;
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 12px;
}

#roadmap .roadmap-card-content p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin: 0;
}

/* Identified Section - Quote Cards Carousel */
.identified-carousel-wrapper {
  max-width: 650px;
  margin: 0 auto;
  padding: 20px 10px;
  position: relative;
}

.identified-carousel {
  padding-top: 30px;
  margin-top: 0;
  width: 100%;
}

.identified-carousel .owl-stage-outer {
  overflow: visible !important;
}

.identified-carousel .owl-stage {
  display: flex !important;
  align-items: stretch;
}

.identified-carousel .owl-item {
  display: flex !important;
  align-items: stretch;
}

.identified-card {
  background: #ffffff;
  border-radius: 60px 0 60px 0;
  padding: 45px 40px 40px 40px;
  box-shadow: 12px 14px 30px rgba(0, 0, 0, 0.12);
  position: relative;
  text-align: center;
  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

.identified-card .quote-icon {
  position: absolute;
  top: -24px;
  left: 52px;
  transform: none;
  width: 65px;
  height: 65px;
  background: #cce3fb;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 28px;
  box-shadow: 0 4px 12px rgba(159, 211, 199, 0.35);
  z-index: 10;
}

.identified-carousel .owl-item {
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.identified-carousel .owl-item:not(.center) {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.identified-carousel .owl-item.center {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.identified-card .quote-text {
  margin: 0;
  font-size: 18px;
  color: #666;
  line-height: 1.7;
  font-weight: 400;
}

/* Wave Shapes - Formas onduladas celestes */
.wave-shape {
  position: absolute;
  pointer-events: none;
  z-index: 1;
}

.wave-left {
  top: -150px;
  left: -150px;
  width: 400px;
  height: 400px;
  background: #cce3fb;
  border-radius: 50%;
}

.wave-right {
  bottom: -150px;
  right: -150px;
  width: 400px;
  height: 400px;
  background: #cce3fb;
  border-radius: 50%;
}

/* Carousel Dots Customization */
.identified-carousel .owl-dots {
  text-align: center;
  margin-top: 24px;
  padding: 0;
}

.identified-carousel .owl-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 6px;
  background: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s ease, width 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}

.identified-carousel .owl-dots .owl-dot span {
  display: none !important;
}

.identified-carousel .owl-dot:hover {
  background: #f0f0f0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
}

.identified-carousel .owl-dot.active {
  background: var(--color-primary);
  width: 12px;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
}

/* Experiencia Verano - Iconos responsive */
/* (reglas en media queries) */

/* Features Decorative Images */
.features-deco {
  position: absolute;
  opacity: 1;
  pointer-events: none;
  z-index: 1;
  filter: brightness(0) invert(1);
}

.features-deco-left {
  top: -50px;
  left: -50px;
  width: 450px;
  height: auto;
}

.features-deco-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: auto;
}

.features-deco-right {
  bottom: -50px;
  right: -50px;
  width: 500px;
  height: auto;
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-20px);
  }
}

@keyframes float-rotate {

  0%,
  100% {
    transform: rotate(90deg) translateY(0);
  }

  50% {
    transform: rotate(90deg) translateY(-20px);
  }
}

/* Roadmap Decorative Elements */
.roadmap-deco {
  position: absolute;
  pointer-events: none;
  z-index: 1;
}

.roadmap-deco-1 {
  top: 80px;
  left: -80px;
  width: 200px;
  height: 200px;
  opacity: 0.4;
  background-image: repeating-linear-gradient(-45deg,
      transparent,
      transparent 6px,
      #e7520a 6px,
      #e7520a 8px);
  border-radius: 50%;
  animation: float 8s ease-in-out infinite;
}

.roadmap-deco-2 {
  top: 50%;
  right: -60px;
  width: 150px;
  height: 150px;
  border: 4px solid #cce3fb;
  border-radius: 50%;
  opacity: 0.8;
  animation: float 10s ease-in-out infinite;
  animation-delay: 1s;
}

.roadmap-deco-3 {
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 80px;
  background-color: #cce3fb;
  border-radius: 50%;
  opacity: 0.6;
  animation: float 6s ease-in-out infinite;
  animation-delay: 2s;
}

/* Target Audience Decorative Elements */
.target-deco {
  position: absolute;
  pointer-events: none;
  z-index: 1;
}

.target-deco-1 {
  top: 60px;
  right: -60px;
  width: 180px;
  height: 180px;
  opacity: 0.3;
  background-image: repeating-linear-gradient(45deg,
      transparent,
      transparent 5px,
      #e7520a 5px,
      #e7520a 7px);
  border-radius: 50%;
  animation: float 9s ease-in-out infinite;
}

.target-deco-2 {
  bottom: 80px;
  left: -40px;
  width: 120px;
  height: 120px;
  background-color: #cce3fb;
  border-radius: 50%;
  opacity: 0.5;
  animation: float 7s ease-in-out infinite;
  animation-delay: 1s;
}

.target-deco-3 {
  top: 50%;
  right: 100px;
  width: 100px;
  height: 100px;
  border: 3px solid #e7520a;
  border-radius: 50%;
  opacity: 0.4;
  animation: float 8s ease-in-out infinite;
  animation-delay: 2s;
}

/* Target Audience Section */
#target-audience {
  border-radius: 60px 20px 60px 20px !important;
}

#target-audience .row {
  align-items: stretch !important;
}

#target-audience .target-image {
  display: flex;
  align-items: stretch;
  height: 100%;
}

#target-audience .target-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 120px 20px 120px 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

#target-audience .target-image img:hover {
  transform: scale(1.02);
}

#target-audience .target-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

/* Target Audience List */
.target-audience-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  max-width: 600px;
}

.target-item {
  display: flex;
  align-items: center;
  gap: 12px;
  text-align: left;
  width: 100%;
}

.target-item i {
  color: #e7520a;
  font-size: 18px;
  flex-shrink: 0;
}

.target-item span {
  font-size: 16px;
  color: #333;
  line-height: 1.5;
}

/* Preloader Animations */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes pulse {

  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0.8;
    transform: scale(0.95);
  }
}

/* WhatsApp Button Animation */
@keyframes pulse-whatsapp {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
  }

  70% {
    box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

/* WhatsApp Float Button Base Styles */
.whatsapp-float {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background-color: var(--color-primary);
  color: #FFF;
  border-radius: 999px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
  z-index: 1000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  letter-spacing: .2px;
  text-decoration: none;
  transition: transform 0.3s ease;
  white-space: nowrap;
  min-width: fit-content;
}

.whatsapp-float:hover {
  transform: scale(1.05);
  color: #FFF;
  text-decoration: none;
}

/* Animaciones CSS - Sin WOW.js */
.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

.fade-in-up {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-in-up.visible {
  opacity: 1;
  transform: translateY(0);
}

.delay-1 {
  transition-delay: 0.1s;
}

.delay-2 {
  transition-delay: 0.2s;
}

.delay-3 {
  transition-delay: 0.3s;
}

.delay-4 {
  transition-delay: 0.4s;
}

/* Diagonal Lines Pattern */
.diagonal-lines-pattern {
  position: absolute;
  bottom: -80px;
  left: -80px;
  width: 150px;
  height: 150px;
  opacity: 0.5;
  z-index: 0;
  pointer-events: none;
  background-image: repeating-linear-gradient(45deg,
      transparent,
      transparent 5px,
      #e7520a 5px,
      #e7520a 7px);
  border-radius: 50%;
}

/* Deliverable (Mission) styles */
.deliverable-wrap {
  position: relative;
  overflow: visible;
}

.deliverable-pill {
  position: relative;
  background: #f5f3f0;
  border-radius: 60px 20px 60px 20px;
  padding: 40px 100px 40px 80px;
  display: flex;
  align-items: center;
  z-index: 1;
}

.deliverable-pill h2,
.deliverable-pill p {
  position: relative;
  z-index: 2;
}

.deliverable-text {
  margin: 0;
  font-size: 20px;
  line-height: 1.6;
  color: #222;
  text-align: center;
  position: relative;
  z-index: 1;
}

.deliverable-icon {
  position: absolute;
  right: -6px;
  top: -26px;
  width: 72px;
  height: auto;
  filter: drop-shadow(0 6px 10px rgba(0, 0, 0, .08));
  z-index: 2;
}

/* ========================================
   MEDIA QUERIES
   ======================================== */

@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}

@media (max-width: 575px) {
  .container {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (max-width: 767px) {
  .row {
    margin-left: 0;
    margin-right: 0;
  }

  [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .interview-block .row {
    display: flex;
    align-items: center;
  }

  .interview-block .col-lg-4,
  .interview-block .col-lg-8 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .interview-title {
    font-size: 26px;
  }

  .interview-text {
    font-size: 16px;
  }

  .interview-photo {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .interview-block {
    padding: 0;
  }

  .interview-title {
    font-size: 24px;
  }

  .interview-text {
    font-size: 15px;
  }

  .interview-photo {
    text-align: center;
    margin-bottom: 20px;
  }

  .interview-block .col-lg-4,
  .interview-block .col-lg-8 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 575px) {
  .interview-block {
    padding: 0;
  }

  .interview-title {
    font-size: 22px;
  }

  .interview-text {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .banner-area.banner-style-two .double-items {
    padding: 60px 0;
  }

  .banner-area .info.col-lg-1 {
    display: none;
  }

  .banner-area .info.col-lg-5,
  .banner-area .form.col-lg-5 {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }

  .banner-area .content {
    margin-bottom: 30px;
    text-align: center;
  }

  .banner-area .form {
    margin-top: 0;
  }

  .banner-area .content h1 {
    font-size: 28px !important;
  }

  .banner-area.banner-style-two {
    min-height: auto;
  }
}

@media (max-width: 767px) {
  .banner-area.banner-style-two .double-items {
    padding: 40px 0;
  }

  .banner-area .row {
    margin-left: 0;
    margin-right: 0;
  }

  .banner-area [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
  }

  .banner-area .content h1 {
    font-size: 24px !important;
  }

  .banner-area .content h5 {
    font-size: 14px !important;
  }

  .banner-area .content p {
    font-size: 14px !important;
  }
}

@media (max-width: 575px) {
  .banner-area.banner-style-two .double-items {
    padding: 30px 0;
  }

  .banner-area .content h1 {
    font-size: 20px !important;
  }
}

@media (max-width: 768px) {
  .banner-area.banner-style-two {
    background-position: 20% center !important;
  }
}

/* Responsive navbar */
@media (max-width: 1024px) {
  .navbar.navbar-sticky {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .navbar-header .logo {
    height: 45px;
    max-height: 45px;
  }

  .navbar-header::after {
    font-size: 11px;
  }
}

@media (max-width: 768px) {
  .navbar.navbar-sticky {
    padding-top: 8px;
    padding-bottom: 18px;
  }

  .navbar-header .logo {
    height: 40px;
    max-height: 40px;
  }

  .navbar-header::after {
    font-size: 10px;
  }
}

@media (max-width: 500px) {
  .navbar.navbar-sticky {
    padding-top: 6px;
    padding-bottom: 15px;
  }

  .navbar-header .logo {
    height: 38px;
    max-height: 38px;
  }

  .navbar-header::after {
    font-size: 9px;
  }

  .navbar-text-info {
    font-size: 11px;
    white-space: normal;
    max-width: 180px;
    line-height: 1.3;
  }

  .navbar .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .navbar-header .logo {
    max-height: 45px !important;
  }
}

/* Navbar text responsive */
@media (max-width: 500px) {
  .attr-nav div {
    white-space: normal !important;
    max-width: 180px;
    font-size: 11px;
    line-height: 1.3;
    text-align: right;
  }
}

/* Roadmap columns responsive */
@media (max-width: 1100px) {
  #roadmap .col-lg-3 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  #roadmap .col-lg-3 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 50px;
  }
}

/* Identified carousel responsive */
@media (max-width: 767px) {
  .identified-carousel-wrapper {
    padding: 20px 5px;
    max-width: 100%;
  }

  .identified-carousel {
    padding-top: 20px;
  }

  .identified-carousel .owl-stage-outer {
    overflow: hidden !important;
  }

  .identified-card {
    padding: 40px 25px 35px 25px;
    min-height: 160px;
  }
}

/* Wave shapes responsive */
@media (max-width: 768px) {
  .wave-left {
    width: 250px;
    height: 250px;
    top: -100px;
    left: -100px;
  }

  .wave-right {
    width: 250px;
    height: 250px;
    bottom: -100px;
    right: -100px;
  }
}

/* Carousel dots / extra small adjustments kept via other MQs */

/* Experiencia Verano - Iconos responsive */
@media (max-width: 767px) {
  #features .col-lg-3.col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* Features Decorative Images responsive */
@media (max-width: 768px) {
  .features-deco-left {
    width: 300px;
    top: -30px;
    left: -30px;
  }

  .features-deco-center {
    width: 200px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .features-deco-right {
    width: 350px;
    bottom: -30px;
    right: -30px;
  }
}

/* Roadmap Decorative Elements responsive */
@media (max-width: 768px) {
  .roadmap-deco-1 {
    width: 140px;
    height: 140px;
    top: 50px;
    left: -60px;
  }

  .roadmap-deco-2 {
    width: 100px;
    height: 100px;
    right: -40px;
  }

  .roadmap-deco-3 {
    width: 60px;
    height: 60px;
    bottom: 60px;
  }
}

/* Target Audience Decorative Elements responsive */
@media (max-width: 768px) {
  .target-deco-1 {
    width: 120px;
    height: 120px;
    top: 40px;
    right: -40px;
  }

  .target-deco-2 {
    width: 80px;
    height: 80px;
    bottom: 50px;
    left: -30px;
  }

  .target-deco-3 {
    width: 70px;
    height: 70px;
    right: 50px;
  }
}

/* Target Audience Section responsive */
@media (max-width: 991px) {
  #target-audience .target-image {
    position: relative;
    top: 0;
  }

  #target-audience .target-content {
    padding-left: 0 !important;
    margin-top: 40px;
  }
}

@media (max-width: 768px) {
  .target-audience-list {
    gap: 15px;
  }

  .target-item i {
    font-size: 16px;
  }

  .target-item span {
    font-size: 15px;
  }
}

/* WhatsApp Float responsive */
@media (max-width: 991px) {
  .whatsapp-float {
    font-size: 13px !important;
    padding: 10px 16px !important;
    bottom: 25px !important;
    right: 25px !important;
  }
}

@media (max-width: 768px) {
  .whatsapp-float {
    font-size: 12px !important;
    padding: 9px 14px !important;
    bottom: 20px !important;
    right: 20px !important;
  }
}

@media (max-width: 575px) {
  .whatsapp-float {
    font-size: 11px !important;
    padding: 8px 12px !important;
    bottom: 15px !important;
    right: 15px !important;
  }
}

@media (max-width: 480px) {
  .whatsapp-float {
    font-size: 10px !important;
    padding: 7px 10px !important;
    bottom: 12px !important;
    right: 12px !important;
  }
}

@media (max-width: 360px) {
  .whatsapp-float {
    font-size: 9px !important;
    padding: 6px 8px !important;
    bottom: 10px !important;
    right: 10px !important;
  }
}

/* Diagonal Lines Pattern responsive */
@media (max-width: 768px) {
  .diagonal-lines-pattern {
    width: 110px;
    height: 110px;
    bottom: -55px;
    left: -55px;
  }
}

/* Responsive Adjustments */
@media (max-width: 991px) {
  .deliverable-pill {
    padding: 30px 90px 30px 60px;
  }

  .deliverable-text {
    font-size: 18px;
  }

  .deliverable-icon {
    right: -4px;
    width: 64px;
    top: -22px;
  }

  .banner-area.banner-style-two .content h2 {
    font-size: 32px !important;
  }

  .banner-area.banner-style-two .content p {
    font-size: 16px !important;
  }

  #about .col-lg-5,
  #about .col-lg-7 {
    margin-bottom: 30px;
  }

  .identified-carousel-wrapper {
    padding: 20px 10px;
    max-width: 100%;
  }

  .identified-carousel .owl-stage-outer {
    overflow: visible !important;
  }

  .identified-card {
    padding: 42px 35px 38px 35px;
    border-radius: 60px 0 60px 0;
    min-height: 170px;
    box-shadow: 12px 14px 30px rgba(0, 0, 0, 0.12);
  }

  .identified-card .quote-icon {
    width: 60px;
    height: 60px;
    font-size: 26px;
    top: -22px;
    left: 46px;
    transform: none;
  }

  .identified-card .quote-text {
    font-size: 17px;
  }

  #mission .col-lg-10>div {
    padding: 40px 30px !important;
  }

  #mission h2 {
    font-size: 26px !important;
  }

  #mission p {
    font-size: 16px !important;
  }

  #interview-cta .col-lg-10>div {
    padding: 30px !important;
  }

  #interview-cta h2 {
    font-size: 26px !important;
  }

  #interview-cta .col-lg-4 {
    margin-bottom: 20px;
  }

  

  #roadmap .roadmap-card-img {
    height: 140px;
    top: -35px;
    width: calc(100% - 80px);
  }

  #roadmap .roadmap-card-img::after {
    width: 70px;
    height: 25px;
    bottom: -12px;
    right: -12px;
  }

  #roadmap .roadmap-card-content {
    padding: 120px 20px 25px 20px;
  }

  #features h2 {
    font-size: 28px !important;
  }

  #roadmap h2 {
    font-size: 28px !important;
  }
}

@media (max-width: 767px) {
  .banner-area.banner-style-two .content h2 {
    font-size: 26px !important;
  }

  .banner-area.banner-style-two .content p {
    font-size: 14px !important;
  }

  .banner-area .form-info {
    padding: 20px !important;
  }

  #mission .col-lg-10>div {
    padding: 30px 20px !important;
  }

  #mission h2 {
    font-size: 22px !important;
  }

  #mission p {
    font-size: 15px !important;
  }

  #interview-cta .col-lg-10>div {
    padding: 25px 20px !important;
  }

  #interview-cta h2 {
    font-size: 22px !important;
  }

  #interview-cta p {
    font-size: 15px !important;
  }

  .whatsapp-float {
    width: 25px !important;
    height: 25px !important;
    font-size: 13px !important;
    bottom: 20px !important;
    right: 20px !important;
  }

  #roadmap h2 {
    font-size: 24px !important;
  }

  #roadmap p {
    font-size: 16px !important;
  }

  #roadmap .roadmap-card {
    margin-top: 50px;
    margin-bottom: 40px;
  }

  #roadmap .roadmap-card-img {
    height: 130px;
    top: -30px;
    left: 15px;
    width: calc(100% - 70px);
  }

  #roadmap .roadmap-card-img::after {
    width: 60px;
    height: 22px;
    bottom: -10px;
    right: -10px;
  }

  #roadmap .roadmap-card-content {
    padding: 115px 20px 25px 20px;
  }

  #roadmap .roadmap-card-content h4 {
    font-size: 18px;
  }

  #features h2 {
    font-size: 24px !important;
  }

  #features p {
    font-size: 16px !important;
  }

  #about h2 {
    font-size: 24px !important;
  }

  #about p,
  #about li {
    font-size: 15px !important;
  }

  .identified-carousel-wrapper {
    padding: 20px 5px;
    max-width: 100%;
  }

  .identified-carousel .owl-stage-outer {
    overflow: visible !important;
  }

  .identified-card {
    padding: 40px 25px 35px 25px;
    border-radius: 60px 0 60px 0;
    min-height: 160px;
    box-shadow: 12px 14px 30px rgba(0, 0, 0, 0.12);
  }

  .identified-card .quote-icon {
    width: 58px;
    height: 58px;
    font-size: 25px;
    top: -20px;
    left: 40px;
    transform: none;
  }

  .identified-card .quote-text {
    font-size: 16px;
    line-height: 1.6;
  }

  .identified-carousel .owl-dots {
    margin-top: 22px;
  }

  .deliverable-pill {
    padding: 26px 70px 26px 28px;
    border-radius: 32px;
  }

  .deliverable-text {
    font-size: 16px;
    text-align: left;
  }

  .deliverable-icon {
    right: 0;
    width: 56px;
    top: -12px;
  }

  .navbar .logo {
    max-height: 50px !important;
  }

  .navbar {
    min-height: 45px !important;
    padding: 5px 0 !important;
  }

  .attr-nav ul {
    gap: 12px !important;
  }

  .attr-nav a {
    font-size: 16px !important;
  }

  .default-padding {
    padding: 60px 0 !important;
  }

  #mission,
  #interview-cta {
    padding: 60px 0 !important;
  }
}