/*for sticky button of form popup and whatsapp call*/
#sticky-buttons {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 1050;
}

/* General sticky button style */
.sticky-btn {
    width: 60px;
    height: 60px;
    border: none;
    border-radius: 50%;
    color: white;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-in-out;
    position: relative;
}

/* WhatsApp Button */
.sticky-btn.whatsapp {
    background: linear-gradient(135deg, #25D366, #128C7E);
    animation: pulseWhatsApp 2s infinite;
}

@keyframes pulseWhatsApp {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.6);
    }

    70% {
        box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

/* Enquiry Button with glow */
.sticky-btn.enquiry {
    background: linear-gradient(135deg, #1054da, #00c6ff);
    position: relative;
}

.sticky-btn.enquiry::after {
    content: '';
    position: absolute;
    top: -6px;
    left: -6px;
    right: -6px;
    bottom: -6px;
    border-radius: 50%;
    background: linear-gradient(135deg, #1054da, #00c6ff);
    opacity: 0.5;
    z-index: -1;
    filter: blur(10px);
    animation: glow 3s ease-in-out infinite;
}

@keyframes glow {

    0%,
    100% {
        transform: scale(1);
        opacity: 0.6;
    }

    50% {
        transform: scale(1.2);
        opacity: 0.3;
    }
}

.sticky-btn:hover {
    transform: scale(1.1);
}

.modal .modal-title {
    width: 100%;
    text-align: center;
}

.modal .btn-close {
    position: absolute;
    right: 1rem;
    top: 1rem;
    z-index: 10;
}

.custom-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(15, 15, 15, 0.7);
    z-index: 1040;
    display: none;
    cursor: pointer;
}

@media (max-width: 767px) {
    #header-btn {
        display: none;
    }
}








/*for */

/* Main slider section */
#heroSlider {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: background-image 1s ease-in-out;
    position: relative;
    height: 85vh !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Fullscreen dark overlay (0.3 opacity) */
#heroSlider::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.hero-section-four .hero-content {
    position: relative;
    z-index: 2;
    width: 100%;
}

.banner-content {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease-in-out;
}

/* Animate on active */
.banner-content.active {
    opacity: 1;
    transform: translateY(0);
}

/* Smooth fade-in-up for all inner elements */
.banner-content h1,
.banner-content p {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 1.5s forwards;
}

.banner-content h1 {
    animation-delay: 0.8s;
}

.banner-content p {
    animation-delay: 1s;
}

#sliderCTAs a {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 1s forwards;
    animation-delay: 0.8s;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Stronger paragraph text */
.banner-content p {
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
}

/* tablet and Mobile Optimization */
@media (max-width: 991px) {
    #heroSlider {
        height: 70vh !important;
        padding: 60px 0;
    }

    .hero-section-four .hero-content {
        padding: 60px 0;
    }

    .banner-content {
        padding: 0 20px;
        /*  Add left & right padding */
        text-align: center;
    }

    .banner-content h1 {
        font-size: 2rem;
        line-height: 1.2;
    }

    .banner-content p {
        font-size: 1rem;
        line-height: 1.5;
    }

    #sliderCTAs a {
        font-size: 0.9rem;
        padding: 10px 18px;
    }
}

/* extra Small Devices (Mobile) */
@media (max-width: 575px) {
    #heroSlider {
        height: 65vh !important;
    }

    .banner-content {
        padding: 0 15px;
        /* Slightly less padding for small screens */
        text-align: center;
    }

    .banner-content h1 {
        font-size: 1.6rem;
    }

    .banner-content p {
        font-size: 0.95rem;
    }
}


.nav-center .owl-nav button.owl-prev {
    left: -20px;
    box-shadow: 0 0 4px !important;
}

.nav-center .owl-nav button.owl-prev:hover {
    background: #fff !important;
    /*left: -20px;*/
    /*box-shadow: 0 0 4px !important;*/
}

.nav-center .owl-nav button.owl-next {
    right: -20px;
    box-shadow: 0 0 4px !important;
}

.nav-center .owl-nav button.owl-next:hover {
    background: #fff !important;
    right: -20px;
    box-shadow: 0 0 4px !important;
}



.header-four .mega-submenu {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    width: 100vw !important;
    max-width: 1200px !important;
    background: #fff !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1) !important;
    /*transform: translateY(-30px);*/
}

/* Mobile menu fixes */
@media (max-width: 991px) {
    .header-four .mega-submenu {
        position: static !important;
        width: 100% !important;
        box-shadow: none !important;
        border: none !important;
        color: #000 !important;
        background: #f8f9fa !important;
    }
}




/*for mobile menu header style*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poiret One", sans-serif !important;
    font-style: normal;
}

h1 {
    font-weight: 900;
}

h2,
h3,
h4,
h5,
h6 {
    font-weight: 900 important;
}

/* Add to your CSS */
.header-shadow {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1) !important;
    transition: box-shadow 0.3s ease-in-out !important;
}

@media (max-width: 767px) {

    #header-btn {
        display: none;
    }

    .mobile-number {
        display: none;
    }
}

/* ✅ Hide specific elements only on mobile (like images) */
@media (max-width: 767.98px) {
    .mobile-hide-images {
        display: none !important;
    }
}

/* ✅ Show mobile menu (only below 768px, i.e. phones) */
@media (max-width: 767.98px) {

    .mobile-menu-tour-one,
    .mobile-menu-tour-two {
        display: block !important;
    }

    .desktop-menu-section {
        display: none !important;
    }

    #hide-btn-mobile {
        display: none;
    }
}

/* ✅ Show desktop menu from tablets and up (768px and above) */
@media (min-width: 768px) {

    .mobile-menu-tour-one,
    .mobile-menu-tour-two {
        display: none !important;
    }

    .desktop-menu-section {
        display: block !important;
    }

    #hide-desktop-btn {
        display: none;
    }
}

.hamburger {
    width: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 20px;
    cursor: pointer;
}

.hamburger span {
    height: 3px;
    background: #000;
    border-radius: 2px;
}




/*for font changing*/
/* Apply Outfit font to the entire header */
.header-four {
    font-family: 'Outfit', sans-serif;
}

/* Style menu items for better appearance */
.header-four .main-nav>li>a {
    font-size: 16px;
    font-weight: 600;
    color: #212529;
    /* dark text */
    text-transform: capitalize;
    letter-spacing: 0.5px;
    transition: color 0.3s ease;
}

.header-four .main-nav>li>a:hover {
    color: #007bff;
    /* highlight on hover, or use your brand color */
}

/* Optional: Style small headings inside header if any */
.header-four h6 {
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 10px;
}


/* Fade effect for transitions */
.fade-out {
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
}

.fade-in {
    opacity: 1;
    transition: opacity 0.4s ease-in-out;
}



/*for sales popup*/
.sale-popup {
    position: fixed;
    bottom: 20px;
    left: 20px;
    display: flex;
    align-items: flex-start;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    padding: 16px;
    width: 320px;
    z-index: 9999;
    transition: all 0.4s ease;
    opacity: 1;
    font-family: 'Poppins', sans-serif;
}

.sale-popup.hide {
    opacity: 0;
    transform: translateY(100px);
    pointer-events: none;
}

.sale-popup-icon {
    font-size: 28px;
    margin-right: 12px;
}

.sale-popup-content {
    flex: 1;
}

.sale-popup-message {
    font-weight: 600;
    color: #111;
    margin-bottom: 4px;
}

.sale-popup-location-time {
    font-size: 13px;
    color: #666;
}

.sale-popup-link {
    font-size: 13px;
    color: #007bff;
    text-decoration: none;
}

.sale-popup-link:hover {
    text-decoration: underline;
}

.sale-popup-close {
    font-size: 18px;
    margin-left: 10px;
    cursor: pointer;
    color: #888;
}

@media (max-width: 480px) {
    .sale-popup {
        width: 90%;
        left: 5%;
        padding: 14px;
        flex-direction: column;
        align-items: flex-start;
    }
}


/*mobile responsive css for sales popup*/
@media (max-width: 480px) {
    .sale-popup {
        width: 50%;
        left: 15px;
        /* stays on bottom-left */
        right: auto;
        transform: none;
        bottom: 20px;
        padding: 14px 12px;
        flex-direction: column;
        align-items: flex-start;
        font-size: 14px;
        border-radius: 10px;
        border-left: 4px solid #007bff;
        background: #ffffff;
        box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
    }

    .sale-popup-icon {
        font-size: 24px;
        margin-bottom: 6px;
    }

    .sale-popup-content {
        width: 100%;
    }

    .sale-popup-message {
        font-size: 14px;
        font-weight: 600;
        color: #222;
        margin-bottom: 4px;
    }

    .sale-popup-location-time {
        font-size: 12px;
        color: #666;
    }

    .sale-popup-link {
        font-size: 13px;
        color: #007bff;
        margin-top: 6px;
        display: inline-block;
        text-decoration: none;
    }

    .sale-popup-link:hover {
        text-decoration: underline;
    }

    .sale-popup-close {
        position: absolute;
        top: 6px;
        right: 10px;
        font-size: 18px;
        color: #999;
        cursor: pointer;
    }
}


/*Deals & Offers Badge with Primary Color #155EEF */
.deals-menu-item {
    position: relative;
    display: inline-block;
}

.deals-badge {
    position: absolute;
    top: -20px;
    right: -30px;
    background: linear-gradient(135deg, #155EEF, #4f7cff);
    color: white;
    font-size: 10px;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 8px rgba(21, 94, 239, 0.4);
    animation: pulse-badge 2s infinite;
    z-index: 10;
    border: 1px solid rgba(255, 255, 255, 0.3);
    min-width: 35px;
    text-align: center;
}

.deals-badge::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    animation: shine-badge 3s infinite;
}

@keyframes pulse-badge {
    0% {
        transform: scale(1);
        box-shadow: 0 2px 8px rgba(21, 94, 239, 0.4);
    }

    50% {
        transform: scale(1.05);
        box-shadow: 0 4px 12px rgba(21, 94, 239, 0.6);
    }

    100% {
        transform: scale(1);
        box-shadow: 0 2px 8px rgba(21, 94, 239, 0.4);
    }
}

@keyframes shine-badge {
    0% {
        left: -100%;
    }

    100% {
        left: 100%;
    }
}

/* Alternative Badge Styles with Primary Color */
.deals-badge-hot {
    background: linear-gradient(135deg, #155EEF, #7c9eff);
    animation: bounce-badge 1.5s infinite;
}

.deals-badge-new {
    background: linear-gradient(135deg, #155EEF, #5d8eff);
}

.deals-badge-sale {
    background: linear-gradient(135deg, #155EEF, #4f7cff);
    animation: wiggle-badge 2s infinite;
}

.deals-badge-fire {
    background: linear-gradient(135deg, #155EEF, #ff6b6b);
    animation: pulse-badge 1.8s infinite;
}

@keyframes bounce-badge {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-3px);
    }

    60% {
        transform: translateY(-2px);
    }
}

@keyframes wiggle-badge {

    0%,
    100% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(2deg);
    }

    75% {
        transform: rotate(-2deg);
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .deals-badge {
        font-size: 9px;
        padding: 2px 6px;
        top: -6px;
        right: -8px;
        min-width: 30px;
    }
}

@media (max-width: 576px) {
    .deals-badge {
        font-size: 8px;
        padding: 2px 5px;
        top: 22px;
        right: -6px;
        min-width: 25px;
    }
}

/* Hover Effects with Primary Color */
.deals-menu-item:hover .deals-badge {
    transform: scale(1.1);
    box-shadow: 0 4px 15px rgba(21, 94, 239, 0.6);
    background: linear-gradient(135deg, #0d47cc, #155EEF);
}

/* Menu Item Specific Styling */
.main-nav li.deals-menu-item a {
    position: relative;
    overflow: visible;
}



/*hove image effect on offer images*/
.offer-img {
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  cursor: pointer;
}

.offer-img:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}


