/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 31 2025 | 18:57:37 */
#panel-package label,#panel-flight label,#booknow label{
	line-height:0.125rem;
}
#panel-package span,#panel-flight span,#booknow span{
	line-height:0.1rem;
}
.wpcf7-spinner{
	display:none;
}
.wpcf7 form>div, .wpcf7 form>p {
    margin-bottom: 0;
}
.btn-submit{
   background-color:#1B2565!important;
   border-radius: 30px!important;
}
.btn-submt{
  background-color:#d4af37!important;
  border-radius: 30px!important;
  font-weight:bold!important;
  color:#1f2937!important;
}
.btn-submt:hover{
  background-color:#b5942f!important;
}





    .partner-heading {
      font-weight: 700;
      text-align: center;
      color: #fbbf24;
      margin-bottom: 1rem;
	  padding-top:1rem;
      letter-spacing: 0.1em;
      user-select: none;
    }

    #slider::-webkit-scrollbar {
      display: none;
    }
    #slider {
      -ms-overflow-style: none;
      scrollbar-width: none;
    }

    .airline-logo {
      width: 160px;
      height: 90px;
      object-fit: contain;
      border-radius: 12px;
      border: 2px solid transparent;
      transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.3s ease;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
      background-color: #ffffff10;
      padding: 8px;
    }

    .airline-logo:hover {
      transform: scale(1.1);
      box-shadow: 0 10px 25px rgba(251, 191, 36, 0.5);
      border-color: #fbbf24;
    }

    @media (max-width: 640px) {
      .airline-logo {
        width: 120px;
        height: 70px;
      }
    }




.icon-bg {
      background-color: #f7f4f1;
      width: 64px;
      height: 64px;
      border-radius: 9999px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }
    .icon-yellow {
      color: #fbbf24;
    }
    .icon-dark {
      color: #0f172a;
    }




	.wrapper {
      background: #fff7f0;
    }
	/* Custom scrollbar for horizontal scroll */
    /* Hide scrollbar but allow scrolling */
    .no-scrollbar::-webkit-scrollbar, .scrollbar-hide::-webkit-scrollbar {
      display: none;
    }
    .no-scrollbar, .scrollbar-hide {
      -ms-overflow-style: none;
      scrollbar-width: none;
    }