/* ===== HEADER VISIBILITY TEST ===== */


/* Test with bright red background to see if CSS is working */

#sticky-header.lovebird_nav_manu {
    background: red !important;
}

#sticky-header.lovebird_nav_manu.sticky {
    background: blue !important;
}


/* ===== HEADER VISIBILITY ENHANCEMENT ===== */


/* Create background overlay using pseudo-element */

#sticky-header.lovebird_nav_manu::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: -1;
}

#sticky-header.lovebird_nav_manu.sticky::before,
#sticky-header.sticky::before {
    background: rgba(0, 0, 0, 0.5);
}


/* Ensure the header container can contain the pseudo-element */

#sticky-header.lovebird_nav_manu {
    position: relative;
    background: rgba(0, 0, 0, 0.3) !important;
    background-color: rgba(0, 0, 0, 0.3) !important;
    left: 0;
    margin: auto;
    position: fixed !important;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    /* background: #050a1e !important; */
    z-index: 500;
    padding: 0;
    transition: 0.5s !important;
    z-index: 500;
    -webkit-animation: 300ms running fadeInDown;
    animation: 500ms running fadeInUp;
    animation-name: slideInDown;
}


/* Ensure text remains visible */

.lovebird_menu>ul>li>a {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}


/* Logo visibility enhancement */

.logo {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}


/* ===== SMOOTHER WRAPPER FIX ===== */

#smooth-wrapper {
    min-height: 100vh;
    /* Only hide overflow on desktop - allow scrolling on mobile */
    overflow: hidden;
}


/* Allow scrolling on mobile devices */

@media only screen and (max-width: 991px) {
    #smooth-wrapper {
        overflow: visible !important;
        height: auto !important;
        position: relative !important;
        touch-action: pan-y;
    }
    #smooth-content {
        height: auto !important;
        min-height: auto !important;
        position: relative !important;
        touch-action: pan-y;
    }
    body,
    html {
        overflow-x: hidden !important;
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch;
        height: auto !important;
        position: relative !important;
        touch-action: pan-y;
    }
    /* Ensure all content is scrollable */
    * {
        -webkit-overflow-scrolling: touch;
    }
    .counter-single-box {
  padding: 1px 15px;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}
}

#smooth-content {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}


/* ===== MAIN CONTENT AUTO HEIGHT ===== */

#smooth-content>*:not(.footer-area) {
    flex: 0 0 auto;
}


/* ===== FOOTER STICK TO BOTTOM ===== */

.footer-area {
    margin-top: auto !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    position: relative;
    overflow: hidden;
}


/* ===== REMOVE FOOTER SHAPE OVERFLOW ===== */

.footer-shape,
.footer-shape2 {
    display: none !important;
}


/* ===== PREMIUM LOADER STYLES ===== */

#loading {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 50%, #1a1a1a 100%) !important;
    z-index: 99999 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    opacity: 1 !important;
    visibility: visible !important;
    transition: opacity 0.2s ease, visibility 0.2s ease !important;
    margin-top: 0 !important;
}


/* Override old loader styles */

#loading #loading-center,
#loading #loading-center-absolute,
#loading .object {
    display: none !important;
}

#loading.loaded {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.loader-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.loader-content {
    text-align: center;
    position: relative;
    z-index: 1;
}

.loader-logo {
    margin-bottom: 30px;
    animation: logoFadeIn 0.5s ease-out;
}

.loader-logo img {
    max-width: 180px;
    height: auto;
    filter: drop-shadow(0 0 20px rgba(151, 170, 133, 0.5));
    animation: logoPulse 2s ease-in-out infinite;
}

.loader-text {
    font-size: 42px;
    font-weight: 700;
    letter-spacing: 8px;
    color: #ffffff;
    margin-bottom: 40px;
    font-family: sans-serif;
    text-transform: uppercase;
}

.loader-text-char {
    display: inline-block;
    opacity: 0;
    transform: translateY(20px);
    animation: textFadeIn 0.4s ease-out forwards;
}

.loader-text-char:nth-child(1) {
    animation-delay: 0.05s;
}

.loader-text-char:nth-child(2) {
    animation-delay: 0.1s;
}

.loader-text-char:nth-child(3) {
    animation-delay: 0.15s;
}

.loader-text-char:nth-child(4) {
    animation-delay: 0.2s;
}

.loader-text-char:nth-child(5) {
    animation-delay: 0.25s;
}

.loader-text-char:nth-child(6) {
    animation-delay: 0.3s;
}

.loader-text-char:nth-child(7) {
    animation-delay: 0.35s;
}

.loader-text-char:nth-child(8) {
    animation-delay: 0.4s;
}

.loader-text-char:nth-child(9) {
    animation-delay: 0.45s;
}

.loader-progress {
    width: 300px;
    height: 4px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    margin: 0 auto 30px;
    overflow: hidden;
    position: relative;
}

.loader-progress-bar {
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, #97aa85 0%, #ffffff 50%, #97aa85 100%);
    background-size: 200% 100%;
    border-radius: 10px;
    animation: progressFill 2s ease-out forwards, progressShine 2s linear infinite;
}

.loader-spinner {
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0 auto;
}

.spinner-ring {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 3px solid transparent;
    border-top-color: #97aa85;
    border-radius: 50%;
    animation: spin 1.5s linear infinite;
}

.spinner-ring:nth-child(1) {
    width: 80px;
    height: 80px;
    animation-duration: 1.5s;
}

.spinner-ring:nth-child(2) {
    width: 60px;
    height: 60px;
    top: 10px;
    left: 10px;
    border-top-color: #ffffff;
    animation-duration: 1.2s;
    animation-direction: reverse;
}

.spinner-ring:nth-child(3) {
    width: 40px;
    height: 40px;
    top: 20px;
    left: 20px;
    border-top-color: #97aa85;
    animation-duration: 1s;
}


/* Animations */

@keyframes logoFadeIn {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes logoPulse {
    0%,
    100% {
        transform: scale(1);
        filter: drop-shadow(0 0 20px rgba(151, 170, 133, 0.5));
    }
    50% {
        transform: scale(1.05);
        filter: drop-shadow(0 0 30px rgba(151, 170, 133, 0.8));
    }
}

@keyframes textFadeIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes progressFill {
    to {
        width: 100%;
    }
}


/* Faster progress bar animation */

.loader-progress-bar {
    transition: width 0.6s ease-out !important;
}


/* ===== SLIDER IMAGE FIX - Remove Zoom Effect ===== */

.lovebird-slider-bg,
.lovebird-slider-bg2 {
    background-size: cover !important;
    background-position: center center !important;
    transform: scale(1) !important;
    -webkit-transform: scale(1) !important;
    transition: transform 0s ease !important;
    -webkit-transition: transform 0s ease !important;
}


/* Remove zoom effect on active slides - keep image at normal size */

.lovebird-slider-wrapper .swiper-slide.swiper-slide-active .lovebird-slider-bg,
.lovebird-slider-wrapper .swiper-slide.swiper-slide-active .lovebird-slider-bg2 {
    transform: scale(1) !important;
    -webkit-transform: scale(1) !important;
}


/* ===== MOBILE SLIDER FIX - Prevent Top Cropping ===== */

@media only screen and (max-width: 991px) {
    .lovebird-slider-bg,
    .lovebird-slider-bg2 {
        background-position: center 30% !important;
        background-size: cover !important;
    }
    /* Adjust slider area margin on mobile */
    section.lovebird-slider-area {
        /* margin-top: 0 !important; */
    }
}

@media only screen and (max-width: 767px) {
    .lovebird-slider-bg,
    .lovebird-slider-bg2 {
        background-position: center 25% !important;
        background-size: cover !important;
        min-height: 100% !important;
    }
    .lovebird-slider-height {
        position: relative;
        overflow: visible;
    }
    section.lovebird-slider-area {
        margin-top: 0 !important;
    }
}

@media only screen and (max-width: 479px) {
    .lovebird-slider-bg,
    .lovebird-slider-bg2 {
        background-position: center 20% !important;
        background-size: cover !important;
    }
    section.lovebird-slider-area {
        margin-top: -6px !important;
    }
}


/* Alternative: Use contain to show full image without cropping (uncomment if needed) */


/* .lovebird-slider-bg,
.lovebird-slider-bg2 {
    background-size: contain !important;
} */

@keyframes progressShine {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}


/* Mobile Responsive */

@media only screen and (max-width: 767px) {
    .loader-logo img {
        max-width: 120px;
    }
    .loader-text {
        font-size: 28px;
        letter-spacing: 4px;
    }
    .loader-progress {
        width: 250px;
    }
    .loader-spinner {
        width: 60px;
        height: 60px;
    }
    .spinner-ring:nth-child(1) {
        width: 60px;
        height: 60px;
    }
    .spinner-ring:nth-child(2) {
        width: 45px;
        height: 45px;
        top: 7.5px;
        left: 7.5px;
    }
    .spinner-ring:nth-child(3) {
        width: 30px;
        height: 30px;
        top: 15px;
        left: 15px;
    }
}


/* ===== SWIPER HEIGHT BUG FIX ===== */

.swiper,
.swiper-wrapper {
    height: auto !important;
}


/* navbar ka font family sans-serif kar diya hai */


/* ===== SAFE SANS FONT SCOPE ===== */


/* Sirf menu + button area me font change hoga */

.menu-sans-scope,
.menu-sans-scope a,
.menu-sans-scope li,
.menu-sans-scope span {
    font-family: sans-serif !important;
}


/* Dropdown submenu included */

.menu-sans-scope .sub-menu a {
    font-family: sans-serif !important;
}


/* Header button text */

.menu-sans-scope.header-btn a {
    font-family: sans-serif !important;
}

.odometer-wrapper.counter-box-title.plus::after {
    content: "+";
    color: #fff;
    margin-left: 6px;
    font-size: 40px;
    font-style: italic;
}


/* Read more button footer ka hai  */


/* Container styling for the column */

.button-column {
    display: flex !important;
    justify-content: center !important;
    /* Horizontal centering */
    align-items: center !important;
    /* Vertical centering */
    height: 200px;
    /* Adjust the height as needed */
    /* Isko aap apne hisab se adjust karein */
    border: 10px dashed #ccc;
    /* Sirf dekhne ke liye (optional) */
}


/* Button ki styling */

.header-btn-link {
    width: 100%;
    display: inline-block;
    padding: 12px 30px;
    /* Blue color */
    color: white;
    text-decoration: none;
    font-weight: bold;
    border-radius: 10px;
    /* Rounded corners */
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border: 1px dashed #6e9747;
    text-align: center;
}


/* Hover effect */

.header-btn-link:hover {
    background-color: #000;
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    color: white;
}


/* ye bhi social media icons ke liye hai footer ka  */

.social-icons a {
    display: inline-block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border-radius: 50%;
    background: #bcaa7c;
    color: #fff;
    margin-top: 25px;
    margin-right: 8px;
    font-size: 18px;
    transition: .3s;
}

.social-icons a:hover {
    transform: translateY(-4px);
    background: #000;
}


/* ===== MOBILE HEADER FIX - Fixed Header & Logo ===== */

.mobile-menu-area.sticky {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 999 !important;
    background: #050a1e !important;
    box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1) !important;
    padding: 0 !important;
}


/* Mobile Logo Wrapper */

.mobile-logo-wrapper {
    padding: 15px 20px;
    background: #050a1e;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-logo {
    display: inline-block;
    padding: 0;
    background: transparent !important;
}

.mobile-logo img {
    max-width: 120px !important;
    height: auto !important;
    display: block;
}


/* Override meanmenu CSS logo */

.mean-container a.meanmenu-reveal {
    background-image: none !important;
}

.mean-container a.meanmenu-reveal::before {
    content: "" !important;
    background-image: none !important;
}


/* Ensure mobile menu is properly positioned */

@media only screen and (max-width: 991px) {
    .mobile-menu-area {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        z-index: 999 !important;
    }
    /* Add padding to body to account for fixed header */
    body {
        padding-top: 80px;
    }
    @media only screen and (max-width: 767px) {
        body {
            padding-top: 70px;
        }
    }
}


/* ===== CONTACT FLOATING BUTTON ===== */

.contact-float {
    position: fixed !important;
    bottom: 100px;
    right: 30px;
    z-index: 9999 !important;
    pointer-events: auto;
}

.contact-float-toggle {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #bcaa7c 0%, #bcaa7c 100%);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(110, 151, 71, 0.4);
    transition: all 0.3s ease;
    position: relative;
}

.contact-float-toggle:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(110, 151, 71, 0.6);
}

.contact-float-toggle i {
    font-size: 28px;
    position: absolute;
    transition: all 0.3s ease;
}

.contact-float-toggle .fa-headset {
    opacity: 1;
    transform: rotate(0deg);
}

.contact-float-toggle .fa-times {
    opacity: 0;
    transform: rotate(90deg);
}

.contact-float.active .contact-float-toggle .fa-headset {
    opacity: 0;
    transform: rotate(90deg);
}

.contact-float.active .contact-float-toggle .fa-times {
    opacity: 1;
    transform: rotate(0deg);
}

.contact-float-menu {
    position: absolute;
    bottom: 70px;
    right: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s ease;
    pointer-events: none;
}

.contact-float.active .contact-float-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

.contact-float-item {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    font-size: 11px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
}

.contact-float-item i {
    font-size: 24px;
    margin-bottom: 2px;
}

.contact-float-item span {
    font-size: 10px;
    line-height: 1;
}

.contact-float-item:first-child {
    background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
    animation-delay: 0.1s;
}

.contact-float-item:last-child {
    background: linear-gradient(135deg, #25d366 0%, #20ba5a 100%);
    animation-delay: 0.2s;
}

.contact-float-item:hover {
    transform: scale(1.15);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.contact-float.active .contact-float-item {
    animation: slideUp 0.3s ease forwards;
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* Mobile Responsive */

@media only screen and (max-width: 767px) {
    .contact-float {
        bottom: 80px;
        right: 20px;
    }
    .contact-float-toggle {
        width: 55px;
        height: 55px;
    }
    .contact-float-toggle i {
        font-size: 24px;
    }
    .contact-float-menu {
        bottom: 65px;
        gap: 12px;
    }
    .contact-float-item {
        width: 55px;
        height: 55px;
        font-size: 10px;
    }
    .contact-float-item i {
        font-size: 22px;
    }
    .contact-float-item span {
        font-size: 9px;
    }
}

@media only screen and (max-width: 479px) {
    .contact-float {
        bottom: 107px;
        right: 15px;
    }
    .contact-float-toggle {
        width: 50px;
        height: 50px;
    }
    .contact-float-toggle i {
        font-size: 22px;
    }
    .contact-float-menu {
        bottom: 60px;
        gap: 10px;
    }
    .contact-float-item {
        width: 50px;
        height: 50px;
        font-size: 9px;
    }
    .contact-float-item i {
        font-size: 20px;
    }
    .contact-float-item span {
        font-size: 8px;
    }
}


/* This section used in the package part  */


/* ===== Package Info Section (Scoped CSS) ===== */


/* ===== NAVIGATION HOVER ANIMATION EFFECT ===== */


/* Add square box hover effect for main menu items */

.lovebird_menu>ul>li {
    position: relative;
}

.lovebird_menu>ul>li>a {
    position: relative;
    z-index: 2;
}

.lovebird_menu>ul>li::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background-color: rgba(151, 170, 133, 0.2);
    /* Using your brand color with transparency */
border: 2px solid #bcaa7c;
    /* Your brand color */
    opacity: 0;
    z-index: 1;
    transform: translate(-50%, -50%);
    transition: all 0.4s ease;
}

.lovebird_menu>ul>li:hover::before {
    width: 100%;
    height: 60%;
    opacity: 1;
}


/* Submenu hover effect */

.lovebird_menu ul .sub-menu li {
    position: relative;
}

.lovebird_menu ul .sub-menu li a {
    position: relative;
    z-index: 2;
}

.lovebird_menu ul .sub-menu li::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background-color: rgba(151, 170, 133, 0.1);
border: 1px solid #bcaa7c;
    opacity: 0;
    z-index: 1;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
}

.lovebird_menu ul .sub-menu li:hover::before {
    width: 100%;
    height: 100%;
    opacity: 1;
}


/* Animation enhancement */

.lovebird_menu ul li a {
    transition: color 0.3s ease;
}

.lovebird_menu ul li a:hover {
    color: #bcaa7c !important;
}

.pkginfo-section {
    margin-bottom: 40px;
}

.pkginfo-container {
    max-width: 1100px;
    margin: auto;
}

.pkginfo-row {
    display: flex;
    justify-content: center;
}

.pkginfo-col {
    text-align: center;
}


/* Heading – bigger & bold */

.pkginfo-title {
    font-size: 64px;
    font-weight: 800;
    letter-spacing: 0.5px;
    margin-bottom: 18px;
color: #b09348;
}


/* Description text */

.pkginfo-desc {
    text-align: left;
    max-width: 820px;
    margin: auto;
    font-size: 18.5px;
    line-height: 1.8;
    color: #555;
    padding: 9px;
}


/* Responsive */

@media (max-width: 768px) {
    .pkginfo-title {
        font-size: 26px;
    }
    .pkginfo-desc {
        font-size: 15px;
    }
    .breadcumb-area {
        background: url(../images/home-1/testi-bg.png);
        padding: 0px 0 0px;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        top: -7px;
        text-align: center;
    }
    .blog-area {
        background: url(../images/home-1/blog-bg.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 27px 0 120px;
        position: relative;
        top: -8px;
    }
    .breadcumb-content h4 {
        font-size: 100px;
        line-height: 73px;
        color: #fff;
        font-weight: 400;
        text-align: center;
        text-transform: capitalize;
    }
    .section-main-title h1 {
font-size: 29px;
        line-height: 55px;
        font-weight: 400;
        color: #977f43;
margin-top: 0px;
margin-bottom: 21px;
    }
    .faq-section-custom {
        padding: 11px 0;
    }
    .contact-section {
        background: #fff;
        padding: 18px 0 150px;
    }
}


/* ===== MOBILE LOGO HYPERLINK FIX ===== */


/* Hide the JavaScript approach for now */

.mean-container .mean-bar::before {
    cursor: pointer;
    pointer-events: none;
    /* Disable for now */
}


/* Create a clickable overlay for the logo area */

.mean-container .mean-bar {
    position: relative;
}

.mean-container .mean-bar::after {
    content: '';
    position: absolute;
    left: 10px;
    top: 3px;
    width: 154px;
    height: 57px;
    cursor: pointer;
    z-index: 10;
}


/* Remove the logo I accidentally added */

.mobile-logo-wrapper {
    display: none !important;
}


