/**
Theme Name: Astra Child
Author: Sivaprasad Masina
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/* ═══════════════════════════════════════════════════════════════════
   ELEPHANT TRUNK MOVING SUPPLIES — Custom Overrides
   ═══════════════════════════════════════════════════════════════════ */

/* ── 1. Brand name — biggest text on the page ── */
.site-header .site-title,
.site-header .site-title a,
.ast-site-identity .site-title,
.ast-site-identity .site-title a,
.ast-primary-header-bar .site-title a,
.main-header-bar .site-title a {
    font-size: 1rem !important;
    font-weight: 900 !important;
    letter-spacing: -0.5px !important;
    line-height: 1.1 !important;
    white-space: nowrap !important;
    color: inherit !important;
}

@media (max-width: 920px) {
    .ast-site-identity .site-title a {
        font-size: 1.4rem !important;
    }
}

@media (max-width: 600px) {
    .ast-site-identity .site-title a {
        font-size: 1.1rem !important;
    }
}

/* ── 2. Hero section — reduce headroom ── */
/* .home .fl-builder-content > .fl-row:first-child .fl-row-content-wrap {
    padding-top: 15px !important;
} */

/* ── 3. Hero elephant logo — bigger and centered ── */
.home .fl-builder-content > .fl-row:first-child .fl-photo-content {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}
.home .fl-builder-content > .fl-row:first-child .fl-photo-img {
    max-width: 360px !important;
    width: 100% !important;
    display: block !important;
    margin: 0 auto !important;
}

/* ── 4. Stop ALL animations — make robot / all elements static ── */
.fl-animation,
[data-fl-animation],
.animated,
.uabb-lottie-anim,
.uabb-anim-js-element {
    animation: none !important;
    animation-duration: 0.001ms !important;
    opacity: 1 !important;
    transform: none !important;
    visibility: visible !important;
    animation-play-state: paused !important;
}
/* Exempt the booking wizard loading spinner */
.mbr-loading::before {
    animation: mbr-spin 0.7s linear infinite !important;
    animation-play-state: running !important;
}

/* ── 5. Pricing grid — 3 columns ── */
.mbr-pricing-grid {
    grid-template-columns: repeat(3, 1fr) !important;
    max-width: 1400px !important;
    gap: 24px !important;
}

@media (max-width: 1024px) {
    .mbr-pricing-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (max-width: 600px) {
    .mbr-pricing-grid {
        grid-template-columns: 1fr !important;
    }
}

/* ── 5b. Home page pricing — dark card style ── */
.mbr-pricing-dark {
    padding: 40px 24px;
}

.mbr-pricing-dark .mbr-pricing-card {
    background: #1c2b1e !important;
    border-color: #2d4a30 !important;
    color: #fff !important;
    box-shadow: 0 4px 24px rgba(0,0,0,0.4) !important;
}

.mbr-pricing-dark .mbr-pricing-card.mbr-pricing-popular {
    background: #2d6a2d !important;
    border-color: #2d6a2d !important;
}

.mbr-pricing-dark .mbr-pricing-rooms {
    color: #6fcf6f !important;
}

.mbr-pricing-dark .mbr-pricing-card.mbr-pricing-popular .mbr-pricing-rooms {
    color: #a5d6a7 !important;
}

.mbr-pricing-dark .mbr-pricing-name,
.mbr-pricing-dark .mbr-pricing-price {
    color: #fff !important;
}

.mbr-pricing-dark .mbr-pricing-period {
    color: rgba(255,255,255,0.55) !important;
}

.mbr-pricing-dark .mbr-pricing-card.mbr-pricing-popular .mbr-pricing-period {
    color: rgba(255,255,255,0.7) !important;
}

.mbr-pricing-dark .mbr-pricing-features li {
    color: rgba(255,255,255,0.85) !important;
}

.mbr-pricing-dark .mbr-pricing-features li::before {
    color: #6fcf6f !important;
}

.mbr-pricing-dark .mbr-pricing-btn {
    border-color: #6fcf6f !important;
    color: #6fcf6f !important;
    background: transparent !important;
}

.mbr-pricing-dark .mbr-pricing-btn:hover {
    background: #6fcf6f !important;
    color: #112211 !important;
}

.mbr-pricing-dark .mbr-pricing-card.mbr-pricing-popular .mbr-pricing-btn {
    background: #6fcf6f !important;
    border-color: #6fcf6f !important;
    color: #112211 !important;
}

.mbr-pricing-dark .mbr-pricing-card.mbr-pricing-popular .mbr-pricing-btn:hover {
    background: #fff !important;
    border-color: #fff !important;
    color: #1c2b1e !important;
}

/* ── 6. YouTube thumbnail — video player look ── */
.ntg-yt-wrap {
    position: relative;
    display: inline-block;
    cursor: pointer;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.35);
}
.ntg-yt-wrap img {
    display: block;
    width: 100%;
    border-radius: 14px;
}
.ntg-yt-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 76px;
    height: 76px;
    background: rgba(0, 0, 0, 0.72);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    transition: background 0.2s;
}
.ntg-yt-play::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 28px;
    border-color: transparent transparent transparent #ffffff;
    margin-left: 6px;
}
.ntg-yt-wrap:hover .ntg-yt-play {
    background: rgba(255, 0, 0, 0.88);
}

/* ── 7. Utility — hide elements via JS ── */
.ntg-hidden {
    display: none !important;
}

