/* TOP HEADER */

.offer-icon{
    display:inline-block;
    width:20px;          /* Space reserve */
    margin-left:5px;
    opacity:0;           /* Hidden */
    visibility:hidden;
}

.offer-link:hover .offer-icon{
    opacity:1;
    visibility:visible;
    animation:giftBounce 0.8s infinite;
}

@keyframes giftBounce{
    0%,100%{
        transform:translateY(0) rotate(0deg);
    }
    25%{
        transform:translateY(-4px) rotate(10deg);
    }
    50%{
        transform:translateY(-8px) rotate(0deg);
    }
    75%{
        transform:translateY(-4px) rotate(-10deg);
    }
}
/*  slider  header   main */

.hero-section{
    transition: background-image 1.5s ease-in-out;
}






.top-header{
    background: #003aac;
    color: white;
    font-size: 13px;
}

.top-header i{
    color: #ffc107;
    margin-right: 5px;
}

.social-icons a{
    color: rgb(255, 0, 0);
    font-size: 18px;
    margin-left: 12px;
    transition: 0.3s;
}

.social-icons a:hover{
    color: #ffc107;
}


.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
    display: none;
}

.dropdown-submenu:hover .dropdown-menu {
    display: block;
}
/* NAVBAR */

.navbar{
    background: #102542;
}

.navbar-brand img{
    object-fit: cover;
}

.nav-link{
    color: white !important;
    font-weight: 500;
}

.nav-link:hover{
    color: #ffc107 !important;
}

/* MOBILE RESPONSIVE */

@media(max-width:768px){

    .top-contact{
        font-size: 13px;
    }

    .social-icons{
        margin-top: 10px;
    }

    .navbar-brand span{
        font-size: 18px;
    }

}
.notice-bar{
    display:flex;
    align-items:center;
    background:#ffffff;
    border:1px solid #ddd;
    overflow:hidden;
    height:39px;
}

.notice-title{
    background:#fffb00;
    color:#000000;
    padding:15px 20px;
    font-weight:bold;
    white-space:nowrap;
    animation: blink 1s infinite;
}

.notice-slider{
    flex:1;
    overflow:hidden;
    position:relative;
}

.notice-track{
    display:flex;
    width:max-content;
    animation: ticker 100s linear infinite;
}

.notice-track span{
    white-space:nowrap;
    padding-right:100px;
    font-weight:600;
}

@keyframes ticker{
    0%{
        transform:translateX(100%);
    }
    100%{
        transform:translateX(-100%);
    }
}

@keyframes blink{
    0%,100%{
        opacity:1;
    }
    50%{
        opacity:0.4;
    }
}

    body {
      overflow-x: hidden;
    }







/* Nav link basic style */
.navbar .nav-link {
    position: relative;
    color: #fff;
    transition: all 0.3s ease;
}

/* Hover color change */
.navbar .nav-link:hover {
    color: #ffd700; /* golden highlight */
}

/* Underline animation effect */
.navbar .nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 2px;
    background: #ffd700;
    transition: 0.3s ease;
}

/* Hover underline expand */
.navbar .nav-link:hover::after {
    width: 100%;
}

/* Dropdown items hover */
.dropdown-menu .dropdown-item {
    transition: 0.3s ease;
}

.dropdown-menu .dropdown-item:hover {
    background: #ffd700;
    color: #000;
    padding-left: 20px;
}


    /* Navbar */
    .navbar {
      padding: 10px 0;
       margin-top:-40px;
      background:linear-gradient(180deg,#ff12a4);
      
    }

    .navbar-brand {
      font-size: 22px;
      font-weight: bold;
    }

    .nav-link {
      font-size: 15px;
      font-weight: 500;
      margin-left: 10px; 
      color: #ffffff;
    }

    /* Dropdown Menu */
    .dropdown-menu {
      border-radius: 10px;
      border: none;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    }

    .dropdown-item {
      padding: 10px 15px;
      transition: 0.3s;
    }

    .dropdown-item:hover {
      background-color: #0d39fd;
      color: #fff;
    }

    /* Submenu */
    .dropdown-submenu {
      position: relative;
    }

    .dropdown-submenu .submenu {
      display: none;
      position: absolute;
      left: 100%;
      top: 0;
      min-width: 260px;
      background: #fff;
      border-radius: 10px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    }

    .dropdown-submenu:hover .submenu {
      display: block;
    }

    /* Mobile Responsive */
    @media (max-width: 991px) {
      .navbar-nav {
        margin-top: 15px;
      }

      .nav-link {
        margin-left: 0;
        padding: 12px 10px;
      }

      .dropdown-submenu .submenu {
        position: static;
        display: none;
        margin-left: 15px;
        box-shadow: none;
        border-left: 2px solid #0d6efd;
      }

      .dropdown-submenu.show .submenu {
        display: block;
      }
    }

.footer-section {
    background: #000000;
    position: relative;
}

.footer-section h4,
.footer-section h5 {
    color: #fff;
    margin-bottom: 15px;
    font-weight: 600;
}

.footer-section p {
    color: #d1d5db;
    line-height: 1.6;
}

.footer-section ul li {
    margin-bottom: 8px;
}

.footer-section ul li a {
    color: #d1d5db;
    text-decoration: none;
    transition: 0.3s;
    display: inline-block;
}

.footer-section ul li a:hover {
    color: #0d6efd;
    transform: translateX(5px);
}

/* Social Icons Enhanced */
.footer-section .social-icons a {
    font-size: 22px;
    transition: 0.3s;
    display: inline-block;
}

.footer-section .social-icons a:hover {
    transform: translateY(-3px);
}

.social-icon-fb:hover { color: #1877f2 !important; }
.social-icon-ig:hover { color: #e4405f !important; }
.social-icon-yt:hover { color: #ff0000 !important; }
.social-icon-tw:hover { color: #1da1f2 !important; }

.footer-section hr {
    opacity: 0.2;
}

/* Trust Badges */
.trust-badges .badge {
    padding: 6px 12px;
    font-weight: 500;
}

/* Newsletter Box */
.newsletter-box .input-group .form-control {
    border-radius: 8px 0 0 8px;
    font-size: 0.85rem;
}

.newsletter-box .input-group .btn {
    border-radius: 0 8px 8px 0;
    font-size: 0.85rem;
}

/* Payment Icons */
.payment-icons i {
    transition: 0.3s;
    cursor: default;
}

.payment-icons i:hover {
    color: #0d6efd !important;
    transform: scale(1.05);
}

/* Scroll to Top Button */
.scroll-top-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 45px;
    height: 45px;
    background: #0d6efd;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    z-index: 1000;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.scroll-top-btn.show {
    opacity: 1;
    visibility: visible;
}

.scroll-top-btn:hover {
    background: #0b5ed7;
    transform: translateY(-3px);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .footer-section .row > div {
        text-align: center;
    }
    
    .footer-section ul li a {
        display: inline-block;
    }
    
    .app-download {
        text-align: center;
        margin-top: 15px;
    }
    
    .d-flex.gap-4 {
        justify-content: center;
    }
}

/* Additional hover effects for links */
.footer-section a {
    transition: all 0.2s ease;
}

/* WhatsApp button enhancement */
.btn-success {
    background-color: #25D366;
    border-color: #25D366;
}

.btn-success:hover {
    background-color: #128C7E;
    border-color: #128C7E;
}
.hero-section{
    background: linear-gradient(rgba(0,0,0,.6),
    rgba(0,0,0,.6)),
    url('images/travel-banner.jpg');

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    min-height: 100vh;
    display: flex;
    align-items: center;
}

.hero-section h1{
    line-height: 1.3;
}

.hero-section .btn{
    border-radius: 50px;
    padding: 12px 30px;
}
/* Smooth Hover Animation */
.btn-danger,
.btn-warning{
    transition: all 0.4s ease;
}

/* Button Zoom Effect */
.btn-danger:hover,
.btn-warning:hover{
    transform: translateY(-3px) scale(1.05);
}








.animated-badge{
    display: inline-block;
    animation: pulse 1.5s infinite;
    transition: all 0.3s ease;
}

.animated-badge a{
    animation: blink 1s infinite;
}

.animated-badge:hover{
    transform: scale(1.15);
    box-shadow: 0 0 20px rgb(238, 255, 0);
}

@keyframes blink{
    0%{
        opacity:1;
    }
    50%{
        opacity:0.4;
    }
    100%{
        opacity:1;
    }
}

@keyframes pulse{
    0%{
        transform:scale(1);
    }
    50%{
        transform:scale(1.08);
    }
    100%{
        transform:scale(1);
    }
}

.moving-btn{
    animation: float 2s ease-in-out infinite;
    box-shadow: 0 0 25px rgb(255, 0, 174);
}

@keyframes float{
    0%{transform: translateY(0);}
    50%{transform: translateY(-8px);}
    100%{transform: translateY(0);}
}


/* Glass Card Effect */
.card{
    background: rgba(253, 254, 255, 0.783);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.5s ease;
    animation: floatCard 4s ease-in-out infinite;
}

/* Hover Effect */
.card:hover{
    transform: translateY(-15px) scale(1.04);
    box-shadow: 0 20px 40px rgba(0,0,0,.25);
}

/* Image Animation */
.card-img-top{
    height: 220px;
    object-fit: cover;
    transition: transform .6s ease;
}

.card:hover .card-img-top{
    transform: scale(1.12);
}

/* Heading Hover */
.card h4{
    transition: .4s;
}

.card:hover h4{
    transform: translateX(10px);
}

/* Button Animation */
.card .btn{
    transition: .4s;
    font-weight: 600;
}

.card:hover .btn{
    transform: scale(1.05);
}

/* Floating Animation */
@keyframes floatCard{
    0%{
        transform: translateY(0px);
    }
    50%{
        transform: translateY(-8px);
    }
    100%{
        transform: translateY(0px);
    }
}

/* List Hover */
.list-group-item{
    transition: .3s;
}

.list-group-item:hover{
    background: rgba(13,110,253,.1);
    padding-left: 25px;
    color: #fd0de1;
}

.animated-btn{
    animation: pulseFloat 2s ease-in-out infinite;
    transition: all .4s ease;
    border-radius: 50px;
    font-weight: bold;
}

.animated-btn:hover{
    transform: scale(1.1);
    box-shadow: 0 0 25px rgb(255, 66, 3);
}

@keyframes pulseFloat{
    0%{
        transform: translateY(0) scale(1);
    }
    50%{
        transform: translateY(-10px) scale(1.05);
        box-shadow: 0 10px 25px rgb(255, 5, 5);
    }
    100%{
        transform: translateY(0) scale(1);
    }
}