body {font-family: 'Segoe UI', sans-serif;}

/*.navbar {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0 auto;
  z-index: 99999;
  background: #ffffff;
}

.navbar.scrolled {
  background:#ffffff;
  box-shadow:0 5px 15px rgba(0,0,0,0.3);
}
.navbar-nav .nav-link {
    color:#ffffff !important;
    font-weight:600;
    font-family:"Barlow Semi Condensed", sans-serif;
    font-size: 18px;
    font-weight: var(--fw-medium);
    color: var(--clr-heading);
    margin: 6px;
    -webkit-transition: all .4s;
    transition: all .4s;
    padding-right: 12px;
    padding-left: 12px;
    line-height: 10px !important;
    text-transform: uppercase;
    letter-spacing: -0.5px;
  }
.navbar-nav .nav-link:hover {color:#f1c40f !important; font-size:18px; text-decoration: overline;}
.navbar-toggler {
  border: 1px solid #fff;
}/*

/* Slider */
.carousel-item-about img {height:786px; object-fit:cover;}
.carousel-item-contact img {height:786px; object-fit:cover;}
.carousel-item img {height: 786px; object-fit:cover;}
.carousel-caption {top:60%;transform:translateY(-50%); margin: 0 auto;} 
.animated-text {font-size:48px;font-weight:700;animation:fadeInUp 1.5s ease;}
.sub_heading{font-size:22px;}

@keyframes fadeInUp {
  from {opacity:0; transform:translateY(50px);} 
  to {opacity:1; transform:translateY(0);} 
}

@media(max-width:768px){
  .animated-text {font-size:28px;}
}

.btn-warning {
    color: #ffffff;
    background-color: #1f4166 !important;
    border-color: #ff822e;
}


/*Visa*/

.visa-section-2 {
  padding: 80px 0;
  background: linear-gradient(135deg,#f8f9fa,#eef2f7);
}

.visa-img {
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
  transition: 0.4s;
}

.visa-img:hover {
  transform: scale(1.05);
}

.visa-section-2 h2 {
  font-weight: 700;
  margin-bottom: 15px;
}

.visa-item {
  display: flex;
  align-items: center;
  background: #fff;
  padding: 10px 15px;
  border-radius: 30px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.1);
  transition: 0.3s;
}

.visa-item i {
  color: #f1c40f;
  margin-right: 10px;
}

.visa-item:hover {
  transform: translateX(5px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

/*Atttractive tours*/
.section-heading {
  position: relative;
}

.sub-title {
  display: inline-block;
  font-size: 14px;
  color: #f1c40f;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 600;
}

/* Main Heading */
.section-heading h2 {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 10px;
}

/* Highlight word */
.highlight {
  color: #0a3d62;
  position: relative;
}

/* Underline effect */
.highlight::after {
  content: '';
  width: 60%;
  height: 4px;
  background: #f1c40f;
  position: absolute;
  left: 0;
  bottom: -5px;
  border-radius: 10px;
}

/* Description */
.heading-desc {
  color: #666;
  max-width: 100%;
  margin: auto;
  font-size: 15px;
}

/* Optional center line */
.section-heading::after {
  content: '';
  width: 60px;
  height: 3px;
  background: #0a3d62;
  display: block;
  margin: 20px auto 0;
  border-radius: 10px;
}

/*Call Section*/
.cta-section {
  padding: 80px 0;
  background: #ffffff;
  color: #0a3d62; /* dark text */
}

.cta-section h2 {
  font-weight: 700;
  margin-bottom: 15px;
}

.cta-section p {
  margin-bottom: 25px;
  color: #555;
}

.cta-section .btn-warning {
  border-radius: 30px;
  font-weight: 600;
}

.cta-section .btn-light {
  border-radius: 30px;
  font-weight: 600;
  border: 1px solid #ccc;
}

/* Section */
.section {padding:60px 20px;text-align:center;}
.section h2 {font-weight:700;margin-bottom:20px;}

/* Tours Cards */

.tours-section-main {
  padding:0px 0;
  background: #f8f9fa;
}

.tours-section {
  padding:0px 0!important;
  background: #f8f9fa;
}

.tour-card {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}

.tour-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  transition: 0.4s;
}

/* Zoom effect */
.tour-card:hover img {
  transform: scale(1.1);
}

/* Overlay */
.tour-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px;
  background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
  color: #fff;
  transition: 0.3s;
}

.tour-overlay h5 {
  font-weight: 600;
  margin-bottom: 10px;
}

/* Button hidden by default */
.tour-overlay a {
  opacity: 0;
  transform: translateY(10px);
  transition: 0.3s;
}

/* Show on hover */
.tour-card:hover .tour-overlay a {
  opacity: 1;
  transform: translateY(0);
}





.btn-book {background:#f1c40f;border:none;font-weight:600;}
.btn-book:hover {background:#e67e22;color:#fff;}

/* Reviews */
.reviews-marquee {
  padding: 100px 0;
  background: linear-gradient(135deg,#0a3d62,#001234);
  overflow: hidden;
}

/* Marquee container */
.marquee {
  overflow: hidden;
  position: relative;
}

/* Moving content */
.marquee-content {
  display: flex;
  gap: 20px;
  animation: scroll 25s linear infinite;
}

/* Individual card */
.review-box {
  min-width: 300px;
  background: #fff;
  padding: 20px;
  border-radius: 15px;
  text-align: center;
  flex-shrink: 0;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.review-box p {
  font-size: 14px;
  color: #555;
  margin: 10px 0;
}

.review-box h6 {
  font-weight: 600;
}

/* Animation */
@keyframes scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* Hover pause (premium feel) */
.marquee:hover .marquee-content {
  animation-play-state: paused;
}


/* Form */
.form-section {background:#f1f2f6;padding:50px 20px;}




/*==================================================
Fly Europa Travel
Premium Luxury Travel Website
Author: ChatGPT
===================================================*/

/*------------------------------
Google Font
------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

/*------------------------------
Root Variables
------------------------------*/
:root{
    --navy:#0A2A66;
    --sky:#00BFFF;
    --gold:#D4AF37;
    --white:#ffffff;
    --dark:#081f4d;
    --text:#666;
    --transition:.4s ease;
}

/*------------------------------
Reset
------------------------------*/
*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{
    font-family:'Poppins',sans-serif;
    background:#fff;
    overflow-x:hidden;
    color:#333;
}

a{
    text-decoration:none;
}

img{
    max-width:100%;
    display:block;
}

/*==================================================
NAVBAR
===================================================*/

.custom-nav{

    background:rgb(255, 255, 255);

    backdrop-filter:blur(150px);

    -webkit-backdrop-filter:blur(15px);

    transition:.4s;

    padding:14px 0;

    border-bottom:1px solid rgba(255,255,255,.15);

    color:#000000 !important;
    font-weight:600;
    font-family:"Barlow Semi Condensed", sans-serif;
    font-size: 16px;
    font-weight: var(--fw-medium);
    color: var(--clr-heading);
    margin: 0px;
    -webkit-transition: all .4s;
    transition: all .4s;

    line-height: 10px !important;
    text-transform: uppercase;
    letter-spacing: -0.5px;

}

.custom-nav.scrolled{

    background:#ffffff;

    box-shadow:0 12px 30px rgba(0,0,0,.25);

}

.navbar-brand{

    color:#000000!important;

    font-size:28px;

    font-weight:700;

}

.navbar-brand i{

    color:var(--gold);

    margin-right:8px;

}

.nav-link{

    color:#000000!important;

    font-weight:500;

    margin:0 8px;

    position:relative;

    transition:var(--transition);

}

.nav-link:hover{

    color:var(--gold)!important;

}

.nav-link::after{

    content:"";

    position:absolute;

    left:0;

    bottom:-5px;

    width:0;

    height:2px;

    background:var(--gold);

    transition:.4s;

}

.nav-link:hover::after{

    width:100%;

}


/*About Section*/
/*==================================
ABOUT SECTION
==================================*/

.about-section{

    padding:100px 0;

    background:#f7faff;

}

.about-image{

    overflow:hidden;

    border-radius:25px;

}

.about-image img{

    transition:.6s;

}

.about-image:hover img{

    transform:scale(1.08);

}

.glass-card{

    background:rgba(255,255,255,.75);

    backdrop-filter:blur(18px);

    border-radius:25px;

    padding:45px;

    border:1px solid rgba(255,255,255,.3);

    box-shadow:0 25px 60px rgba(0,0,0,.08);

}

.section-tag{

    display:inline-block;

    color:var(--sky);

    font-weight:600;

    letter-spacing:1px;

    text-transform:uppercase;

}

.section-title{

    font-size:42px;

    font-weight:700;

    color:var(--navy);

    line-height:1.3;

}

.about-content p{

    color:#666;

    line-height:1.9;

}

.counter-box{

    text-align:center;

    padding:20px;

    border-radius:18px;

    background:white;

    transition:.4s;

    box-shadow:0 8px 20px rgba(0,0,0,.05);

}

.counter-box:hover{

    background:var(--navy);

    color:white;

    transform:translateY(-8px);

}

.counter-box:hover p{

    color:white;

}

.counter-box h3{

    font-size:36px;

    color:var(--gold);

    font-weight:700;

}

.counter-box p{

    margin:0;

    font-weight:500;

}

@media(max-width:768px){

.section-title{

font-size:32px;

}

.glass-card{

padding:30px;

}

.counter-box{

margin-bottom:15px;

}

}

/* Enquiry Button */

.enquire-btn{

    background:var(--gold);

    color:#fff;

    border-radius:50px;

    padding:12px 28px;

    font-weight:600;

    transition:.4s;

}

.enquire-btn:hover{

    background:var(--sky);

    color:#fff;

    transform:translateY(-3px);

}

/*==================================================
HERO SLIDER
===================================================*/

.carousel-item{

    position:relative;

}

.slider-img{

    width:100%;

    height:100vh;

    object-fit:cover;

}

/* Dark Overlay */

.carousel-item::before{

    content:"";

    position:absolute;

    inset:0;

    background:linear-gradient(

    rgba(5,20,55,.55),

    rgba(5,20,55,.55)

    );

    z-index:1;

}

.carousel-caption{

    z-index:2;

    bottom:25%;

    text-align:left;

    max-width:650px;

}

/* Heading */

.carousel-caption h1{

    font-size:32px;

    font-weight:800;

    line-height:1.2;

    color:#fff;

    animation:fadeDown 1s;

}

/* Paragraph */

.carousel-caption p{

    font-size:20px;

    color:#fff;

    margin:25px 0;

    animation:fadeUp 1.2s;

}

/* CTA Button */

.hero-btn{

    background:var(--gold);

    color:#fff;

    padding:15px 40px;

    border-radius:50px;

    font-size:18px;

    font-weight:600;

    transition:.4s;

    animation:zoomIn 1.5s;

}

.hero-btn:hover{

    background:var(--sky);

    color:#fff;

    transform:translateY(-5px);

    box-shadow:0 15px 35px rgba(0,0,0,.3);

}

/*==================================================
Carousel Controls
===================================================*/

.carousel-control-prev-icon,
.carousel-control-next-icon{

    width:60px;

    height:60px;

    background-color:rgba(255,255,255,.20);

    border-radius:50%;

    backdrop-filter:blur(8px);

}

/*==================================================
Animations
===================================================*/

@keyframes fadeDown{

    from{

        opacity:0;

        transform:translateY(-50px);

    }

    to{

        opacity:1;

        transform:translateY(0);

    }

}

@keyframes fadeUp{

    from{

        opacity:0;

        transform:translateY(50px);

    }

    to{

        opacity:1;

        transform:translateY(0);

    }

}

@keyframes zoomIn{

    from{

        opacity:0;

        transform:scale(.8);

    }

    to{

        opacity:1;

        transform:scale(1);

    }

}

/*==================================================
Responsive
===================================================*/

@media(max-width:991px){

    .carousel-caption{

        bottom:18%;

        text-align:center;

        margin:auto;

        left:10%;

        right:10%;

    }

    .carousel-caption h1{

        font-size:42px;

    }

    .carousel-caption p{

        font-size:18px;

    }

    .navbar-collapse{

        background:var(--navy);

        padding:20px;

        border-radius:12px;

        margin-top:15px;

    }

    .enquire-btn{

        margin-top:15px;

        display:inline-block;

    }

}

@media(max-width:576px){

    .slider-img{

        height:80vh;

    }

    .carousel-caption h1{

        font-size:30px;

    }

    .carousel-caption p{

        font-size:15px;

    }

    .hero-btn{

        padding:12px 28px;

        font-size:15px;

    }

    .navbar-brand{

        font-size:22px;

    }

}


/*==================================
FEATURED PACKAGES
==================================*/

.packages-section{

    background:#ffffff;

    padding:100px 0;

}

.package-subtitle{

    color:#666;

    margin-top:10px;

}

.package-card{

    background:#fff;

    border-radius:22px;

    overflow:hidden;

    transition:.45s;

    box-shadow:0 15px 35px rgba(0,0,0,.08);

    height:100%;

}

.package-card:hover{

    transform:translateY(-12px);

    box-shadow:0 25px 60px rgba(0,0,0,.15);

}

.package-image{

    position:relative;

    overflow:hidden;

}

.package-image img{

    width:100%;

    height:260px;

    object-fit:cover;

    transition:.5s;

}

.package-card:hover img{

    transform:scale(1.1);

}

.price-tag{

    position:absolute;

    top:20px;

    right:20px;

    background:var(--gold);

    color:#fff;

    padding:8px 18px;

    border-radius:30px;

    font-weight:600;

}

.package-content{

    padding:30px;

}

.package-content h3{

    color:var(--navy);

    font-size:28px;

    font-weight:700;

}

.duration{

    color:var(--sky);

    font-weight:600;

    margin:15px 0;

}

.package-content ul{

    list-style:none;

    padding:0;

    margin:25px 0;

}

.package-content ul li{

    margin-bottom:12px;

    color:#555;

}

.package-content ul i{

    color:var(--gold);

    margin-right:8px;

}

.btn.package-btn{
    width:100%;
    background:#001234;
    color:#fff !important;
    border:0;
    border-radius:40px;
    padding:14px;
    font-weight:600;
    transition:all .4s ease;
}

.btn.package-btn:hover{
    background:#D4AF37;
    color:#fff !important;
}

/*==================================
WHY CHOOSE US
==================================*/

.why-section{

    background:#f6f9ff;

    padding:100px 0;

}

.why-card{

    background:rgba(255,255,255,.75);

    backdrop-filter:blur(12px);

    border-radius:22px;

    padding:40px 30px;

    text-align:center;

    transition:.4s;

    border:1px solid rgba(255,255,255,.35);

    box-shadow:0 15px 35px rgba(0,0,0,.08);

    height:100%;

}

.why-card:hover{

    transform:translateY(-10px);

    background:var(--navy);

    color:#fff;

}

.why-card:hover p{

    color:#f3f3f3;

}

.icon-box{

    width:90px;

    height:90px;

    margin:0 auto 25px;

    border-radius:50%;

    background:linear-gradient(135deg,var(--sky),var(--navy));

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:36px;

    color:#fff;

    transition:.4s;

}

.why-card:hover .icon-box{

    background:var(--gold);

    transform:rotateY(180deg);

}

.why-card h4{

    color:var(--navy);

    font-weight:700;

    margin-bottom:15px;

}

.why-card:hover h4{

    color:#fff;

}

.why-card p{

    color:#666;

    line-height:1.8;

}

/*==================================
TESTIMONIAL SECTION
==================================*/

.testimonial-section{

    padding:100px 0;

    background:linear-gradient(135deg,#0A2A66,#163d87);

}

.testimonial-card{

    max-width:760px;

    margin:auto;

    padding:45px;

    border-radius:25px;

    text-align:center;

    color:#fff;

    background:rgba(255,255,255,.10);

    backdrop-filter:blur(15px);

    border:1px solid rgba(255,255,255,.20);

}

.client-img{

    width:120px;

    height:120px;

    border-radius:50%;

    object-fit:cover;

    border:5px solid var(--gold);

    margin:auto;

    margin-bottom:20px;

}

.testimonial-card h4{

    font-size:28px;

    font-weight:700;

}

.testimonial-card span{

    color:#ddd;

}

.rating{

    margin:18px 0;

}

.rating i{

    color:var(--gold);

    font-size:20px;

    margin:0 3px;

}

.testimonial-card p{

    font-size:18px;

    line-height:1.8;

    color:#f8f8f8;

}

.testimonial-section .section-title,
.testimonial-section .section-tag,
.testimonial-section .package-subtitle{

    color:#fff;

}

.carousel-control-prev-icon,
.carousel-control-next-icon{

    background-color:rgba(255,255,255,.20);

    border-radius:50%;

    padding:25px;

}

/*==================================
CALL TO ACTION
==================================*/

.cta-section{

    position:relative;

    padding:120px 0;

    background:url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?w=1600") center center/cover no-repeat;

    overflow:hidden;

}

.cta-overlay{

    position:absolute;

    inset:0;

    background:rgba(10,42,102,.75);

}

.cta-card{

    position:relative;

    z-index:2;

    background:rgba(255,255,255,.12);

    backdrop-filter:blur(18px);

    -webkit-backdrop-filter:blur(18px);

    border-radius:30px;

    padding:60px;

    border:1px solid rgba(255,255,255,.20);

    color:#fff;

    box-shadow:0 25px 60px rgba(0,0,0,.25);

}

.cta-title{

    font-size:48px;

    font-weight:700;

    color:#fff;

}

.cta-text{

    font-size:18px;

    line-height:1.9;

    color:#f5f5f5;

}

.cta-buttons{

    display:flex;

    justify-content:center;

    flex-wrap:wrap;

    gap:20px;

}

.call-btn{

    background:transparent;

    border:2px solid var(--gold);

    color:#fff;

    padding:15px 38px;

    border-radius:50px;

    font-weight:600;

    transition:.4s;

}

.call-btn:hover{

    background:var(--gold);

    color:#fff;

    transform:translateY(-5px);

}

@media(max-width:768px){

.cta-card{

padding:35px 25px;

}

.cta-title{

font-size:34px;

}

.cta-text{

font-size:16px;

}

.cta-buttons{

flex-direction:column;

}

.hero-btn,
.call-btn{

width:100%;

}

}

/*==================================
FOOTER
==================================*/

.footer{

background:#081f4d;

padding:80px 0 30px;

color:#fff;

}

.footer-logo{

font-size:32px;

font-weight:700;

margin-bottom:20px;

}

.footer-logo i{

color:var(--gold);

margin-right:10px;

}

.footer h5{

margin-bottom:25px;

font-weight:600;

}

.footer ul{

list-style:none;

padding:0;

}

.footer ul li{

margin-bottom:12px;

}

.footer ul li a{

color:#ddd;

transition:.4s;

text-decoration: none;

}

.footer ul li a:hover{

color:var(--gold);

padding-left:8px;

text-decoration:underline;

}

.footer p{

color:#ddd;

line-height:1.8;

}

.footer p i{

color:var(--gold);

margin-right:10px;

}

.social-icons{

margin-top:25px;

}

.social-icons a{

display:inline-flex;

justify-content:center;

align-items:center;

width:45px;

height:45px;

background:rgba(255,255,255,.1);

color:#fff;

border-radius:50%;

margin-right:10px;

transition:.4s;

}

.social-icons a:hover{

background:var(--gold);

transform:translateY(-6px);

}

.footer hr{

margin:40px 0 25px;

border-color:rgba(255,255,255,.15);

}

.copyright{

text-align:center;

color:#ccc;

font-size:15px;

}

/*=============================
BACK TO TOP
==============================*/

#backTop{

position:fixed;

right:25px;

bottom:25px;

width:55px;

height:55px;

display:flex;

justify-content:center;

align-items:center;

background:var(--gold);

color:#fff;

border-radius:50%;

font-size:20px;

box-shadow:0 10px 25px rgba(0,0,0,.25);

transition:.4s;

opacity:0;

visibility:hidden;

z-index:999;

}

#backTop.show{

opacity:1;

visibility:visible;

}

#backTop:hover{

background:var(--sky);

transform:translateY(-5px);

}

/*=========================================
Dream Vacation CTA
=========================================*/

.dream-vacation{

    position:relative;

    padding:40px 0;

    overflow:hidden;

}

.dream-vacation::before{

    content:"";

    position:absolute;

    inset:0;

    background:linear-gradient(

        135deg,

        rgba(10,42,102,.90),

        rgba(0,191,255,.45)

    );

}

.dream-box{

    position:relative;

    z-index:2;

    max-width:950px;

    margin:auto;

    background:#ffffff;

    backdrop-filter:blur(18px);

    -webkit-backdrop-filter:blur(18px);

    border:1px solid rgba(255,255,255,.18);

    border-radius:28px;

    padding:10px 20px;

    text-align:center;

    box-shadow:0 30px 80px rgba(0,0,0,.25);

}

.mini-title{

    display:inline-block;

    color:#D4AF37;

    letter-spacing:3px;

    font-size:14px;

    font-weight:700;

    text-transform:uppercase;

    margin-bottom:20px;

}

.dream-content h2{

    color:#000000;

    font-size:32px;

    font-weight:700;

    margin-bottom:5px;


}


.dream-buttons{

    display:flex;

    justify-content:center;

    gap:20px;

    margin-top:45px;

    flex-wrap:wrap;

}

/* WhatsApp */

.btn-whatsapp{

    background:#25D366;

    color:#fff;

    padding:18px 38px;

    border-radius:60px;

    font-weight:600;

    transition:.35s;

    font-size:17px;

}

.btn-whatsapp:hover{

    background:#1ebe5d;

    color:#fff;

    transform:translateY(-6px);

    box-shadow:0 15px 40px rgba(37,211,102,.45);

}

/* Call */

.btn-call{

    background:#D4AF37;

    color:#fff;

    padding:18px 38px;

    border-radius:60px;

    font-weight:600;

    transition:.35s;

    font-size:17px;

}

.btn-call:hover{

    background:#fff;

    color:#0A2A66;

    transform:translateY(-6px);

}

/* Icons */

.btn-whatsapp i,
.btn-call i{

    margin-right:10px;

}

/* Decorative Circles */

.circle{

    position:absolute;

    border-radius:50%;

    background:rgba(255,255,255,.08);

    animation:float 7s ease-in-out infinite;

}

.circle.one{

    width:220px;

    height:220px;

    top:-60px;

    left:-60px;

}

.circle.two{

    width:170px;

    height:170px;

    bottom:-40px;

    right:-40px;

}

/* Animation */

@keyframes float{

0%,100%{

transform:translateY(0);

}

50%{

transform:translateY(25px);

}

}

/* Responsive */

@media(max-width:992px){

.dream-content h2{

font-size:40px;

}

.dream-box{

padding:50px 35px;

}

}

@media(max-width:576px){

.dream-content h2{

font-size:30px;

}

.dream-content p{

font-size:16px;

}

.btn-whatsapp,
.btn-call{

width:100%;

}

.dream-box{

padding:40px 25px;

}

}