body {
    color: #484848;
    background: white;
    font-weight: 400;
    line-height: 28px;
    font-size: 16px;
    font-family: var(--base-font);
    --base-font: 'Outfit', sans-serif;
    --heading-font: 'Outfit', sans-serif;
}

img {
    max-width: 100%;
    display: inline-block;
}
a {
    color: #484848;
    cursor: pointer;
    outline: none;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none;
}

ul, li {
    list-style: none;
    padding: 0;
    margin: 0;
}
.page-wrapper {
    position: relative;
    z-index: 9;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    min-width: 300px;
}
.container {
        max-width: 1320px;
        padding-left: 15px;
        padding-right: 15px;
    }

@media only screen and (min-width: 1200px) {
    
    .container.container-1400 {
        max-width: 1430px;
    }
    .container.container-1500 {
        max-width: 1530px;
    } 
}

@media only screen and (min-width: 576px) {
    .container-fluid {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media only screen and (min-width: 1600px) {
    .container-fluid {
        padding-left: 70px;
        padding-right: 70px;
    } 
}

.main-header .header-upper {
    z-index: 5;
    width: 100%;
    position: relative;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    padding: 10px 0;
}


.main-menu .navbar-header {
    display: none;
}

.main-menu .navbar-collapse {
    padding: 5px;
}

 

.main-menu .navbar-collapse > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.main-menu .navbar-collapse li a {
    display: block;
    opacity: 1;
    position: relative;
    color: var(--heading-color);
    font-family: var(--heading-font);
    text-transform: capitalize;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.main-menu .navbar-collapse li {
    padding: 35px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (min-width: 992px) {
    .main-header .main-menu .navbar-collapse .navigation > li {
        padding: 0;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        border-radius: 30px;
    }
    .main-header .main-menu .navbar-collapse .navigation > li.active,
    .main-header .main-menu .navbar-collapse .navigation > li:hover {
        background: #007AB2;
    }
    .main-header .main-menu .navbar-collapse .navigation > li.active a,
    .main-header .main-menu .navbar-collapse .navigation > li:hover a {
        color: #FFF;
    }
    .main-header .main-menu .navbar-collapse {
        padding: 5px;
        border-radius: 40px;
        background: #F9F9F7;
        border: 1px solid #E9E9E9;
    }
    .main-header .main-menu .navbar-collapse .navigation > li > a {
        padding: 15px 30px;
    }
}

@media only screen and (min-width: 376px) {
    .main-menu .navbar-collapse li a {
        font-size: 18px;
    }
}

.logo img {
    max-width: 60px;
}

.theme-btn, 
a.theme-btn {
    color: white;
    cursor: pointer;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    font-weight: 600;
    overflow: hidden;
    text-align: center;
    padding: 11px 36px;
    border-radius: 30px;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: capitalize;
    background: #007AB2;
}

.theme-btn i, 
a.theme-btn i {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    margin-right: 10px;
}

.theme-btn span:before, 
a.theme-btn span:before {
    opacity: 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    position: absolute;
    content: attr(data-hover);
    -webkit-transform: translateY(150%);
    -ms-transform: translateY(150%);
    transform: translateY(150%);
}
.theme-btn:hover span:before, 
a.theme-btn:hover span:before {
    opacity: 1;
}
.theme-btn span, 
a.theme-btn span {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.theme-btn:hover span, 
a.theme-btn:hover span {
    -webkit-transform: translateY(-150%);
    -ms-transform: translateY(-150%);
    transform: translateY(-150%);
}

.hero-content-section {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    position: relative;
    justify-content: center;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    z-index: 2;
}

.hero-content-section h1 {
    font-size: 60px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-weight: 800;
    letter-spacing: 2px;
}

.hero-content {
    padding: 15px;
    text-align: center;
}

.hero-section {
    position: relative;
}

.about-main-section {
    padding: 100px 0;
}

.find-section {
    background: url(../images/your-flight-bg.png) no-repeat center;
    padding: 100px 0;
    background-size: 100%;
    position: relative;
}
.find-section:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(255, 255, 255, 0.8); 
}
.find-section .container {
    position: relative;
    z-index: 2;
}
.about-col-img,
.find-col-img {
    position: relative;
    height: 100%;
}
.about-col-img img,
.find-col-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0px 0px 0px 102px;
}
.about-col-img:before,
.find-col-img:before {
    content: "";
    display: inline-block;
    position: absolute;
    border: 0;
    left: -20px;
    bottom: -20px;
    background: #007AB2;
    border-radius: 0px 0px 0px 99px;
    width: 458px;
    height: 211px;
    z-index: -9;
    max-width: 100%;
}
.about-main-section,
.deal-section,
.why-choose-section,
.find-col-content {
    color: #000;
    line-height: 1.5;
}

.about-main-section h2,
.deal-section h2,
.reviews-section h2,
.why-choose-section h2,
.find-col-content h2 {
    font-weight: 800;
    font-size: 40px;
}
.about-main-section p,
.deal-section p,
.why-choose-section p,
.find-col-content p {
    font-size: 18px;
}


.why-choose-section {
    background: url(../images/destinations_bg.jpg) no-repeat right center;
    padding: 100px 0;
}

.why-choose-col {
    position: relative;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    box-shadow: 0px 4px 15px rgb(0 0 0 / 11%);
    border-radius: 12px;
    padding: 15px;
}

.why-choose-col h3 {
    font-weight: bold;
    font-size: 24px;
}

.why-choose-img {
    margin-bottom: 15px;
}

.why-choose-img img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 12px;
}

.about-main-section h2,
.deal-section h2,
.reviews-section h2,
.why-choose-section h2 {
    margin-bottom: 30px;
}

.reviews-slider-item {
    position: relative;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    border: 1px solid #EDEDED;
    box-shadow: 0px 10px 25px 0px #000D3A1A;
    padding: 50px 30px 30px;
    border-radius: 20px;
    text-align: center;
    height: 100%;
}

.reviews-slider-item:before {
    content: '';
    background: url(../images/coma-icon.png) no-repeat;
    width: 55px;
    height: 55px;
    display: block;
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 0;
}

.reviews-slider-item .reviews-des {
    color: #000;
    margin-bottom: 20px;
    line-height: 1.5;
    font-weight: 300;
}

.reviews-slider-item .reviewer-name {
    color: #000000;
    font-weight: bold;
    font-size: 123.08%;
    line-height: 1.5;
}

.owl-carousel .owl-stage{display: flex;}


.reviews-section {
    width: 100%;
    display: inline-block;
    padding-top: 100px;
    padding-bottom: 70px;
    color: #000;
    line-height: 1.5;
}

.reviews-section:before {
    content: "";
    background-image: url(../images/left_line.png);
    background-repeat: no-repeat;
    width: 274px;
    display: inline-block;
    position: absolute;
    z-index: -9;
    height: 493px;
    left: 0;
    background-size: contain;
    bottom: 0;
}

.owl-carousel .owl-stage {
    padding: 30px 0;
}

.reviews-slider-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.reviews-slider-item p{
    margin-bottom: 0;
}

.owl-theme .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span {
    background: #007AB2;
}


.footer {
    margin-top: 30px;
    background: #007AB2;
    color: #FFF;
    padding: 30px 0;
}

.footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: flex-end;
}

.footer-links ul li{
    margin: 0;
}

.footer a {
    text-decoration: none;
    color: #fff;
}

.footer a:hover {
    color: #000;
}


.main-menu .navbar-header .navbar-toggle .icon-bar {
    background: #007AB2;
    height: 2px;
    width: 30px;
    display: block;
    margin: 7px 0;
}

.main-header.white-menu .main-menu .navbar-header .navbar-toggle .icon-bar {
    background: white;
}


.navbar-toggle {
    padding: 0;
    margin: 0;
    background: none;
    outline: none;
    box-shadow: none;
    border: 0;
}

.modal-header {
    background: #007AB2;
    color: #fff;
}
.modal-header .btn-close {
    color: #fff;
    --bs-btn-close-color: #fff;
}

.modal-footer {
    justify-content: center;
}

.modal-footer > * {
    color: #007AB2;
}

.modal-footer a {
    font-weight: 800;
    font-size: 24px;
}

.modal-footer a:hover {
    color: #000;
}

.phone {
  position: relative;
  display: block;
  margin: 0;
  width: 0.75em;
  height: 0.75em;
  font-size: 100px;
  background-color: #007AB2;
  border-radius: 0.5em;
  box-shadow:
    0 0 0 0em rgba(#007AB2, 0),
    0em 0.05em 0.1em rgba(#000000, 0.2);
  transform: translate3d(0, 0, 0) scale(1);
}

.phone::before,
.phone::after {
  position: absolute;
  content: "";
}

.phone::before {
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  background-color: rgba(#fff, 0.1);
  border-radius: 100%;
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(0);
}

.phone::after {
  top: 0.15em;
  left: 0.15em;
  width: 0.5em;
  height: 0.5em;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZD0iTTYuNiAxMC44YzEuNCAyLjggMy44IDUuMSA2LjYgNi42bDIuMi0yLjJjLjMtLjMuNy0uNCAxLS4yIDEuMS40IDIuMy42IDMuNi42LjUgMCAxIC40IDEgMVYyMGMwIC41LS41IDEtMSAxLTkuNCAwLTE3LTcuNi0xNy0xNyAwLS42LjQtMSAxLTFoMy41Yy41IDAgMSAuNCAxIDEgMCAxLjIuMiAyLjUuNiAzLjYuMS40IDAgLjctLjIgMWwtMi4zIDIuMnoiIGZpbGw9IiNmZmZmZmYiLz48L3N2Zz4=);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  transform: translate3d(0, 0, 0);
}

.phone.is-animating {
  animation: phone-outer 3000ms infinite;
  
  &::before {
    animation: phone-inner 3000ms infinite;
  }
  
  &::after {
    animation: phone-icon 3000ms infinite;
  }
}

@keyframes phone-outer {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
    box-shadow:
      0 0 0 0em rgba(#3498db, 0),
      0em 0.05em 0.1em rgba(#000000, 0.2);
  }
  33.3333% {
    transform: translate3d(0, 0, 0) scale(1.1);
    box-shadow:
      0 0 0 0em rgba(#3498db, 0.1),
      0em 0.05em 0.1em rgba(#000000, 0.5);
  }
  66.6666% {
    transform: translate3d(0, 0, 0) scale(1);
    box-shadow:
      0 0 0 0.5em rgba(#3498db, 0),
      0em 0.05em 0.1em rgba(#000000, 0.2);
  }
  100% {
    transform: translate3d(0, 0, 0) scale(1);
    box-shadow:
      0 0 0 0em rgba(#3498db, 0),
      0em 0.05em 0.1em rgba(#000000, 0.2);
  }
}

@keyframes phone-inner {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(0);
  }
  33.3333% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(0.9);
  }
  66.6666% {
    opacity: 0;
    transform: translate3d(0, 0, 0) scale(0);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 0, 0) scale(0);
  }
}

@keyframes phone-icon {
  0% { transform: translate3d(0em, 0, 0); }
  2% { transform: translate3d(0.01em, 0, 0); }
  4% { transform: translate3d(-0.01em, 0, 0); }
  6% { transform: translate3d(0.01em, 0, 0); }
  8% { transform: translate3d(-0.01em, 0, 0); }
  10% { transform: translate3d(0.01em, 0, 0); }
  12% { transform: translate3d(-0.01em, 0, 0); }
  14% { transform: translate3d(0.01em, 0, 0); }
  16% { transform: translate3d(-0.01em, 0, 0); }
  18% { transform: translate3d(0.01em, 0, 0); }
  20% { transform: translate3d(-0.01em, 0, 0); }
  22% { transform: translate3d(0.01em, 0, 0); }
  24% { transform: translate3d(-0.01em, 0, 0); }
  26% { transform: translate3d(0.01em, 0, 0); }
  28% { transform: translate3d(-0.01em, 0, 0); }
  30% { transform: translate3d(0.01em, 0, 0); }
  32% { transform: translate3d(-0.01em, 0, 0); }
  34% { transform: translate3d(0.01em, 0, 0); }
  36% { transform: translate3d(-0.01em, 0, 0); }
  38% { transform: translate3d(0.01em, 0, 0); }
  40% { transform: translate3d(-0.01em, 0, 0); }
  42% { transform: translate3d(0.01em, 0, 0); }
  44% { transform: translate3d(-0.01em, 0, 0); }
  46% { transform: translate3d(0em, 0, 0); }
}


.popup-content {
    
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

.popup-content h4 {
    font-weight: bold;
    color: #000;
}

.deal-section {
    text-align: center;
    padding-bottom: 50px;
}

.main-body-container {
    padding: 30px 0;
}

.privacy-policy {
    line-height: 1.5;
    color: #000;
}
.privacy-policy h2 {
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 20px;
}
.privacy-policy p {
    margin-bottom: 20PX;
}
.privacy-policy ul {
    margin-bottom: 20px;
}


.offer-banner-section {
    padding: 100px 0;
}
.offer-banner {
    position: relative;
    width: 100%;

}
.offer-banner-media {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.offer-banner-media:after {
    content: "";
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
    border-radius: 10px;
}
.offer-banner-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.offer-banner-content {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 15px;
    padding-left: 40px;
    top: 0;
    left: 0;
}
.offer-banner-content h4{
    font-family: "Alex Brush", system-ui;
    font-size: 40px;
    margin: 0;
    padding: 0;
    color: #007AB2;
    text-shadow: 1px 3px #FFF;
}

.offer-banner-content h2{
    font-size: 50px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    color: #FFF;
    font-weight: 900;
    margin-bottom: 10px;
}
.offer-banner-content h3{
    font-size: 30px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    color: #FFF;
    font-weight: 800;
    letter-spacing: 5px;
    margin-bottom: 15px;
}

.hero-banner-img img {
    width: 100%;
    height: auto;
}
@media (max-width: 1439px) and (min-width: 1280px) {
    .hero-content-section h1 {
        font-size: 50px;
    }
    .about-main-section h2,
    .deal-section h2, 
    .reviews-section h2, 
    .why-choose-section h2, 
    .find-col-content h2 {
        font-size: 36px;
    }
    .offer-banner-section,
    .about-main-section,
    .find-section {
        padding: 80px 0;
    }
    .about-main-section p,
    .deal-section p, 
    .why-choose-section p, 
    .find-col-content p {
        font-size: 17px;
    }
    .why-choose-section,
    .reviews-section {
        padding-top: 80px;
        padding-bottom: 50px;
    }
    .why-choose-col h3 {
        font-size: 22px;
    }
    .about-col-img,
    .find-col-img {
        padding-left: 20px;
    }
    .about-col-img:before,
    .find-col-img:before {
        left: 0;
    }
    .offer-banner-content h2 {
        font-size: 46px;
    }
    .offer-banner-content h3 {
        font-size: 28px;
    }
    .offer-banner-content h4 {
        font-size: 36px;
    }

}

@media (max-width: 1279px) and (min-width: 992px) {
    .hero-content-section h1 {
        font-size: 44px;
    }
    .about-main-section h2,
    .deal-section h2, 
    .reviews-section h2, 
    .why-choose-section h2, 
    .find-col-content h2 {
        font-size: 32px;
    }
    .offer-banner-section,
    .about-main-section,
    .find-section {
        padding: 70px 0;
    }
    .about-main-section p,
    .deal-section p, 
    .why-choose-section p, 
    .find-col-content p {
        font-size: 16px;
    }
    .why-choose-section,
    .reviews-section {
        padding-top: 70px;
        padding-bottom: 40px;
    }
    .why-choose-col h3 {
        font-size: 20px;
    }
    .about-col-img,
    .find-col-img {
        padding-left: 20px;
    }
    .about-col-img:before, 
    .find-col-img:before {
        left: 0;
    }
    .phone {
        font-size: 80px;
    }
    .offer-banner-content h2 {
        font-size: 38px;
    }
    .offer-banner-content h3 {
        font-size: 24px;
    }
    .offer-banner-content h4 {
        font-size: 32px;
    }
}


@media only screen and (max-width: 991px) {
    .main-menu .navbar-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
    }

    .main-menu .navbar-collapse {
        left: 0;
        width: 100%;
        position: absolute;
        max-height: calc(100vh - 80px);
    }

    /*.main-header .main-menu .navbar-collapse {
        background: #232C26;
        border-color: rgba(255, 255, 255, 0.1);
    }*/
    .main-menu .navbar-collapse>ul {
        display: block;
        padding: 25px 0;
        background: #f9f9f9;
        -webkit-box-shadow: inset 0px 0px 30px 0px rgba(87, 95, 245, 0.1);
        box-shadow: inset 0px 0px 30px 0px rgba(87, 95, 245, 0.1);
    }

    .main-menu .navbar-collapse>ul>li:last-child {
        border-bottom: 1px solid var(--border-color);

    }

    .main-menu .navbar-collapse li {
        display: block;
        padding: 0 15px;
        border-top: 1px solid var(--border-color);
    }

    .main-menu .navbar-collapse li a {
        padding: 10px 10px;
        line-height: 22px;
    }

    .nav-outer {
        margin-left: auto;
    }
    .menu-btns {
        margin-left: 20px;
    }
    .main-header .header-upper {
        padding: 10px 0;
    }

    .hero-content-section h1 {
        font-size: 44px;
    }
    .about-main-section h2,
    .deal-section h2, 
    .reviews-section h2, 
    .why-choose-section h2, 
    .find-col-content h2 {
        font-size: 32px;
    }
    .offer-banner-section,
    .about-main-section,
    .find-section {
        padding: 70px 0;
    }
    .about-main-section p,
    .deal-section p, 
    .why-choose-section p, 
    .find-col-content p {
        font-size: 16px;
    }
    .why-choose-section,
    .reviews-section {
        padding-top: 70px;
        padding-bottom: 40px;
    }
    .why-choose-col h3 {
        font-size: 20px;
    }
    .about-col-img,
    .find-col-img {
        padding-left: 20px;
    }
    .about-col-img:before,
    .find-col-img:before {
        left: 0;
    }
    .phone {
        font-size: 80px;
    }
    .nav-outer {
        display: none !important;
    }
    .header-inner {
        justify-content: space-between;
    }
    .offer-banner-content h2 {
        font-size: 38px;
    }
    .offer-banner-content h3 {
        font-size: 24px;
    }
    .offer-banner-content h4 {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .find-col-content  {
        text-align: center;
        padding-top: 40px;
    }
    .why-choose-section {
        padding-top: 0;
    }
    .row > * {
        padding-top: 15px;
        /*padding-bottom: 15px;*/
    }
    .about-main-section h2,
    .deal-section h2, 
    .reviews-section h2, 
    .why-choose-section h2 {
        margin-bottom: 15px;
        font-size: 28px;
    }
    .hero-content-section h1 {
        font-size: 40px;
    }
    .hero-banner-img {
        height: 300px;
    }
    .hero-banner-img img {
        width: 100%;
        display: block;
        position: relative;
        object-fit: cover;
        height: 300px;
    }
    .offer-banner-section,
    .about-main-section,
    .find-section {
        padding: 50px 0;
    }
    .why-choose-section, 
    .reviews-section {
        padding-top: 50px;
        padding-bottom: 30px;
    }

    .footer {
        text-align: center;
    }
    .footer-links ul {
        justify-content: center;
    }
    .footer .row > * {
        padding-top: 0;
        padding-bottom: 0;
    }
    .offer-banner-media {
        height: 300px;
    }
    .offer-banner-content {
        justify-content: center;
        text-align: center;
        padding-left: 15px;
    }
}

@media (max-width: 479px) {
    .logo img {
        max-width: 190;
    }
    .theme-btn, a.theme-btn {
        font-size: 12px;
        padding: 9px 20px;
    }
    .popup-content {
        padding: 15px;
    }
    .modal-footer a {
        font-size: 18px;
    }
    .popup-content h4 {
        font-size: 22px;
    }
    .footer {
        font-size: 14px;
    }
    .hero-content-section h1 {
        font-size: 32px;
    }
    .hero-banner-img {
        height: 300px;
    }
    .hero-banner-img img {
        height: 300px;
    }
    .find-section {
        padding-top: 30px;
    }
    .about-col-img:before, .find-col-img:before {
        max-width: 70%;
        height: 100px;
    }
    .about-col-img, .find-col-img {
        padding-left: 10px;
    }

    .offer-banner-content h2 {
        font-size: 32px;
    }
    .offer-banner-content h3 {
        font-size: 20px;
        letter-spacing: 2px;
    }
    .offer-banner-content h4 {
        font-size: 28px;
    }
}
/*.main-hero .hero-banner-img {
    position: relative;
}
.main-hero .hero-banner-img:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.4); 
}*/





.popup-banner img {
    display: block;
    width: 100%;
    border-radius: 12px;
}

.popup-content-inner ul{
    list-style: none;
    padding: 0;
    margin: 0px 0px 30px;
}

.popup-content-inner ul li:not(:last-child) {
    margin-bottom: 10px;
}

.popup-content-inner ul li {
    font-size: 16px;
    line-height: 1.75;
    color: var(--main-color);
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.popup-content-inner ul li i {
    color: var(--main-color);
    font-size: 24px;
}

.popup-content-inner h2 {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 30px;
    font-family: 'Poppins', sans-serif;
    color: var(--main-color);
}

.popup-content-inner h3 {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 30px;
    font-family: 'Poppins', sans-serif;
    color: var(--main-color);
}






.call-section {
    display: flex;
    align-items: center;
    gap: 20px;
    font-family: 'Poppins', sans-serif;
    color: var(--main-color);
}

.call-content {
    text-align: left;
}

.call-content span {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;

}

.call-content a{
    color: var(--main-color);
    line-height: 1.2;
    font-size: 28px;
    font-weight: bold;
}

.call-content-bottom {
    font-size: 18px;
    line-height: 1.5;
    color: var(--main-color);
    padding-top: 30px;
}


@media (max-width: 767px) {

    .popup-banner {
        width: 200px;
        height: 200px;
        margin-left: auto;
        margin-right: auto;
    }
    .popup-banner img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 50%;
    }
    .popup-content-inner {
        text-align: center;
        
    }
    .popup-content-inner ul li:not(:last-child) {
        margin: 0;
    }
    .popup-content-inner ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .call-section {
        justify-content: center;
    }
    .call-content-bottom {
        font-size: 16px;
    }

    .mobile-call-section {
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 99;
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 15px;
        background: var(--main-color);
    }
    .mobile-call-section .phone {
        background: var(--white-color);
    }
    .mobile-call-section .phone::after {
        background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBmaWxsPSIjMUYzNTY0IiBkPSJNMTY0LjkgMjQuNmMtNy43LTE4LjYtMjgtMjguNS00Ny40LTIzLjJsLTg4IDI0QzEyLjEgMzAuMiAwIDQ2IDAgNjRDMCAzMTEuNCAyMDAuNiA1MTIgNDQ4IDUxMmMxOCAwIDMzLjgtMTIuMSAzOC42LTI5LjVsMjQtODhjNS4zLTE5LjQtNC42LTM5LjctMjMuMi00Ny40bC05Ni00MGMtMTYuMy02LjgtMzUuMi0yLjEtNDYuMyAxMS42TDMwNC43IDM2OEMyMzQuMyAzMzQuNyAxNzcuMyAyNzcuNyAxNDQgMjA3LjNMMTkzLjMgMTY3YzEzLjctMTEuMiAxOC40LTMwIDExLjYtNDYuM2wtNDAtOTZ6Ii8+PC9zdmc+");
    }
    .mobile-call-section .call-content,
    .mobile-call-section .call-content a {
        color: var(--white-color);
    }
}


@media (max-width: 479px) {
    
    .logo img {
        max-width: 190px;
    }
    .modal-dialog {
        max-width: 96%;
    }
    .popup-content-inner h3,
    .popup-content-inner h2 {
        font-size: 16px;
    }
    .call-content-bottom {
        font-size: 14px;
    }
    .popup-content-inner ul li {
        font-size: 11px;
        gap: 5px;
    }
    .popup-content-inner ul li i {
        font-size: 18px;
    }
    .popup-banner {
        width: 160px;
        height: 160px;
    }
    .call-content a {
        font-size: 24px;
    }
    .call-section {
        gap: 15px;
    }
}

.hero-banner{
    background-image: url(../images/delta-airlines-airplane-flying-by-mountains-c452k8p9dq6rm9jh.jpg);
    background-position: center;
    background-size: cover;
    padding-top: 200px;
    padding-bottom: 200px;
    position: relative;
}

.hero-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0.5), rgba(0,0,0,0.7));
    z-index: 1;
}

.hero-banner .hero{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    position: relative;
    z-index: 2;
}

.hero-banner h1{
    font-size: 60px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-weight: 800;
    letter-spacing: 2px;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

@media (max-width: 479px) {
    .hero-banner{
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .hero-banner h1 {
        font-size: 32px;
    }
}
.head-section {
    margin-bottom: 30px
}
.head-section h2 {
    margin-bottom: 10px!important;
}

.icon-box {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    border-radius: 50%;
    font-size: 24px;
    background: #007AB2;
    color: #fff;
}

/* Sticky Phone Number */
.sticky-phone-mobile {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #007AB2;
    color: white;
    padding: 15px;
    text-align: center;
    z-index: 99999;
    text-decoration: none;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
    font-size: 18px;
    font-weight: bold;
    animation: slideUp 0.5s ease-out, highlight 1.5s infinite;
    transition: all 0.3s ease;
}

.sticky-phone-mobile:hover {
    background: #4a9bc0;
    transform: scale(1.02);
}

.sticky-phone-mobile i {
    margin-right: 8px;
    animation: phoneRing 1.5s infinite;
    display: inline-block;
    position: relative;
}

@keyframes slideUp {
    from {
        transform: translateY(100%);
    }
    to {
        transform: translateY(0);
    }
}

@keyframes highlight {
    0% {
        background: #007AB2;
        box-shadow: 0 -2px 10px rgba(101, 174, 204, 0.4);
    }
    50% {
        background: #4a9bc0;
        box-shadow: 0 -2px 20px rgba(101, 174, 204, 0.8);
    }
    100% {
        background: #007AB2;
        box-shadow: 0 -2px 10px rgba(101, 174, 204, 0.4);
    }
}

@keyframes phoneRing {
    0% {
        transform: rotate(0deg) scale(1);
    }
    10% {
        transform: rotate(-15deg) scale(1.1);
    }
    20% {
        transform: rotate(15deg) scale(1.1);
    }
    30% {
        transform: rotate(-15deg) scale(1.1);
    }
    40% {
        transform: rotate(15deg) scale(1.1);
    }
    50% {
        transform: rotate(0deg) scale(1.1);
    }
    100% {
        transform: rotate(0deg) scale(1);
    }
}

@media only screen and (max-width: 768px) {
    .sticky-phone-mobile {
        display: block !important;
    }
}