.journey-section {
  background-color: #087199;
  border-radius: 40px;
  padding: 60px 0px 0px 0px;
  color: #fff;
  margin: 40px auto;
  max-width: 1200px;
  overflow: hidden;
}

.journey-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.text-column {
  flex: 1 1 100%;
  padding: 20px 40px;
}

.text-column h2 {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.3;
}

.text-column .highlight {
  color: #fff;
  text-decoration: underline;
  text-decoration-color: #ff5e5e;
  text-underline-offset: 6px;
}

.text-column p {
  font-size: 16px;
  margin: 20px 0;
  color: #dce5f1;
}

.cta-row {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  flex-direction: column;
}

.cta-row .btn {
  background: #fff;
  color: #1f4ca4;
  padding: 12px 24px;
  border-radius: 12px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.3s;
}

.cta-row .btn:hover {
  background: #ff5e5e;
  color: #fff;
}

.social-icons {
  display: flex;
  gap: 10px;
}

.social-icons img {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  background: #fff;
  padding: 4px;
  transition: transform 0.2s;
}

.social-icons img:hover {
  transform: scale(1.1);
}

.image-column {
  flex: 1 1 45%;
  text-align: center;
  position: relative;
}

.image-column img {
  max-width: 100%;
  height: auto;
}
section.desti-content h2 {
    padding: 0 !important;
    color: white;
    
}

.clr {
  color: #ffffff !important;
  
  padding: 20px 0px;
}
.clr p {
  color: #ffffff !important;
}


/* Banner styles*/

 .hero-banner {
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.hero-banner .innerdestin img{
    margin-top: 0!important;
}
.main-text {
    position: absolute;
    top: 15%;
    z-index: 99;
}
section.hero-banner .main-text {
    position: absolute;
    left: 6%;
    top: 34%;
}
section.hero-banner .main-text h1 {
    left: unset;
    position: relative;
    color: #fff;
    font-size: 3.5rem;
}
.flex-cta{
     display:flex; 
     gap: 15px;
}
@media screen and (max-width: 767px) {
    .main-text h1 {
        font-size: 2rem;
    }
    .flex-cta{
     flex-direction: column;
      gap: 10px;
    }
    section.hero-banner .main-text h1 {
        position: relative;
        top: 60px;
        left: unset;
        width: 100%;
        color: #fff;
        font-family: 'ProximaNova-Bold';
        font-size: 2rem;
    }
    section.hero-banner .banner-cta {
        width: 100%;
    }
    section.hero-banner .banner-cta a {
    margin-top: 0;
    z-index: 9;
    position: relative;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
    section.hero-banner .main-text {
        left: 0;
        top: 0;
        width: 100%;
        display: flex;
        height: 100%;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        gap: 25px;
        padding: 100px 0 10px;
    }
}



/* Counter Section*/

.counter-section {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 40px 0;
  background: #fff;
}

.counter-box {
  background: #f9f9ff;
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(99, 99, 255, 0.1);
  text-align: center;
  padding: 30px 20px;
  width: 300px;
}

.counter-box .count {
  font-size: 100px;
  font-weight: 700;
  color: #1d1b5e;
}

.counter-box p {
  margin-top: 10px;
  font-size: 16px;
  color: #000;
}
