@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon.eot?orkqwr');
  src: url('fonts/icomoon.eot?orkqwr#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?orkqwr') format('truetype'),
    url('fonts/icomoon.woff?orkqwr') format('woff'),
    url('fonts/icomoon.svg?orkqwr#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.feature-one__single {
    height: 180px;               /* Same height for all cards */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 35px 25px;
}

.feature-one__icon {
    height: 70px;                /* Fixed icon area */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.feature-one__icon span {
    font-size: 60px;
    line-height: 1;
}

.feature-one__title {
    min-height: 70px;            /* Same height for all titles */
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.feature-one__title a {
    color: #fff;
    text-decoration: none;
    line-height: 1.4;
}

/* Equal height cards */
.feature-two__single {
    height: 100%;
}

.feature-two__content-box {
    height: 500px;          /* Adjust if needed */
}

.feature-two__content-box-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.feature-two__content-box-title a {
    display: block;
    line-height: 1.15;
}

/* Same height for description */
.feature-two__content-box-text {
    min-height: 170px;
    line-height: 1.8;
    margin-bottom: 35px;
}

/* Keep button aligned at bottom */
.feature-two__btn {
    margin-top: auto;
    width: 100%;
    max-width: 340px;
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Equal column heights */
.feature-two .row {
    display: flex;
    align-items: stretch;
}

.feature-two .col-xl-4 {
    display: flex;
}

/* Equal height columns */
.services-one .row{
    display:flex;
    flex-wrap:wrap;
}

.services-one .col-xl-3,
.services-one .col-lg-6,
.services-one .col-md-6{
    display:flex;
    margin-bottom:30px;
}

/* Card */
.services-one__single{
    display:flex;
    flex-direction:column;
    width:100%;
    height:100%;
    background:#fff;
}

/* Images */
.services-one__img{
    height:260px;
    overflow:hidden;
}

.services-one__img img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

/* Content */
.services-one__content{
    flex:1;
    display:flex;
    flex-direction:column;
    padding:40px;
    position:relative;
}

/* Subtitle */
.services-one__sub-title{
    min-height:22px;
    display:block;
}

/* Title */
.services-one__title{
    min-height:90px;
    margin-bottom:20px;
}

.services-one__title a{
    line-height:1.2;
}

/* Description */
.services-one__text{
    min-height:120px;
    line-height:1.8;
}

/* Arrow */
.services-one__arrow{
    margin-top:auto;
}

/* Section */
/*----------------------------------------
  WHY CHOOSE US
-----------------------------------------*/

.destination-one {
    padding: 120px 0;
    position: relative;
}

.destination-one__single {
    height: 100%;
}

.destination-one__img-box {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    min-height: 520px;
    box-shadow: 0 20px 45px rgba(0,0,0,.18);
    transition: all .4s ease;
}

.destination-one__img-box:hover{
    transform: translateY(-10px);
    box-shadow: 0 30px 60px rgba(0,0,0,.25);
}

/* Image */

.destination-one__img{
    position:absolute;
    inset:0;
}

.destination-one__img img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.6s;
}

.destination-one__img-box:hover img{
    transform:scale(1.08);
}

/* Dark Overlay */

.destination-one__img::after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(
        to top,
        rgba(10,45,30,.92) 10%,
        rgba(10,45,30,.70) 55%,
        rgba(10,45,30,.20) 100%
    );
}

/* Content */

.destination-one__content{
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    padding:40px;
    color:#fff;
    z-index:2;
}

.destination-one__title{
    font-size:36px;
    font-weight:700;
    line-height:1.3;
    margin-bottom:25px;
}

.destination-one__title a{
    color:#fff;
}

.destination-one__title a:hover{
    color:#b89b30;
}

/* Divider */

.destination-one__content::after{
    content:"";
    display:block;
    width:100%;
    height:1px;
    background:rgba(255,255,255,.25);
    margin:25px 0;
}

/* Bottom Info */

.destination-one__time{
    display:flex;
    justify-content:space-between;
    gap:20px;
}

.destination-one__time p{
    color:#fff;
    font-size:17px;
    margin:0;
    line-height:1.8;
}

.destination-one__time span{
    color:#c8aa3b;
    font-weight:700;
}

/* Mobile */

@media(max-width:991px){

.destination-one__img-box{
    min-height:430px;
    margin-bottom:30px;
}

.destination-one__content{
    padding:28px;
}

.destination-one__title{
    font-size:28px;
}

.destination-one__time{
    flex-direction:column;
    gap:12px;
}

}

/* All input fields */
.get-flight__form-input-box input,
.get-flight__form-input-box textarea,
.get-flight__form-input-box .nice-select {
    width: 100%;
    height: 40px;
    border: none;
    outline: none;
    background: #0d311d;
    color: #ffffff;
    font-size: 16px;
    border-radius: 0;
    box-sizing: border-box;
}

/* Number input */
.get-flight__form-input-box input[type="number"]{
    -moz-appearance: textfield;
}

.get-flight__form-input-box input[type="number"]::-webkit-inner-spin-button,
.get-flight__form-input-box input[type="number"]::-webkit-outer-spin-button{
    -webkit-appearance: none;
    margin: 0;
}

/* Textarea */
.get-flight__form-input-box textarea{
    height: 50px;
    resize: none;
}

/* Placeholder */
.get-flight__form-input-box input::placeholder,
.get-flight__form-input-box textarea::placeholder{
    color:#a09fa8;
    opacity:1;
}

/* Space between rows */
.get-flight__form-input-box{
    margin-bottom:30px;
}

/* Button */
.get-flight__btn{
    width:260px;
    height:74px;
    display:flex;
    align-items:center;
    justify-content:center;
}

/* Nice Select */
.get-flight__form-input-box .nice-select{
    display:flex;
    align-items:center;
    line-height:74px;
}

.get-flight__form-input-box .nice-select span{
    color:#9fa0a8;
}


.icon-magnifying-glass:before {
  content: "\e900";
}
.icon-airport:before {
  content: "\e901";
}
.icon-travel-insurance:before {
  content: "\e902";
}
.icon-quote:before {
  content: "\e903";
}
.icon-travel-insurance-1:before {
  content: "\e904";
}
.icon-travel:before {
  content: "\e905";
}
.icon-pilot:before {
  content: "\e906";
}
.icon-diamond:before {
  content: "\e907";
}
.icon-globe:before {
  content: "\e908";
}
.icon-plane:before {
  content: "\e909";
}
.icon-flight:before {
  content: "\e90a";
}
.icon-check:before {
  content: "\e90b";
}
.icon-online-booking:before {
  content: "\e90c";
}
.icon-phone-call:before {
  content: "\e90d";
}
.icon-fly:before {
  content: "\e90e";
}
.icon-close:before {
  content: "\e90f";
}
.icon-flight-1:before {
  content: "\e910";
}
.icon-envelope-back:before {
  content: "\e911";
}
.icon-call:before {
  content: "\e912";
}
.icon-shopping-cart:before {
  content: "\e913";
}
.icon-safe-flight:before {
  content: "\e914";
}
.icon-calendar:before {
  content: "\e915";
}
.icon-diamond-1:before {
  content: "\e916";
}
.icon-recommend:before {
  content: "\e917";
}
.icon-airport-1:before {
  content: "\e918";
}
.icon-telephone:before {
  content: "\e919";
}
.icon-tick:before {
  content: "\e91a";
}
.icon-up-arrow:before {
  content: "\e91b";
}
.icon-down-arrow:before {
  content: "\e91c";
}
.icon-left-arrow:before {
  content: "\e91d";
}
.icon-right-arrow:before {
  content: "\e91e";
}
.icon-pilot-1:before {
  content: "\e91f";
}
.icon-jet:before {
  content: "\e920";
}
.icon-direct-flight:before {
  content: "\e921";
}


