  .destination-card {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    background: #fff;
    transition: transform 0.2s ease;
  }

  .excitemorebox h1{text-align: center; font-size: 30px;font-family:"myFirstFont";}


  .excitemorebox h1:after{
content: ''; position: absolute; width: 100%; height: 2px; background: #ffc087; left: 0; bottom: 3px; z-index: -1; border-radius: 30px;
}


  .destination-card:hover {
    transform: translateY(-5px);
  }

  .destination-card img {
    width: 100%;
    height: 110px; /* same height ratio */
    object-fit: cover;
    display: block;
  }

  .destination-content {
    padding: 10px 14px 14px 14px;
  }

  .destination-content h3 {
    font-size: 15px;
    font-weight: 600;
    color: #000;
    margin: 0;
  }

  .destination-content h3 span {
    font-weight: 500;
    color: #000;
  }

  .destination-content p {
    margin: 6px 0 0;
    font-size: 14px;
    color: #555;
  }

  .destination-content p span {
    color: var(--dynamic-color);
    font-weight: 600;
  }
  .maintopflightbox a{text-decoration:none;}

.maintopflightbox {
  position: relative;
  width: 100%;
  height: 500px;
  background: url(/assets/images/topflights_images/topbg.webp) center/cover no-repeat;
  padding-bottom: 100px;
}
.notemainbox p{font-size: 14px;}
.notemainbox span{color: #2687ff; font-weight: 500;}