/*
Theme Name: Movers Escargot Theme
Theme URI: https://moversescargot.com/
Author: Ridoway
Author URI: https://web.whatsapp.com/send/?phone=8801983139720&text&type=phone_number&app_absent=0
Description: A premium, highly optimized WordPress theme designed for Movers Escargot, fully compatible with Elementor and Contact Form 7. Includes secure server-side Twilio SMS notifications.
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: movers-escargot
*/

/* Reset and Core Styles */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Nunito', sans-serif;
    color: #333;
    background: #fff;
    line-height: 1.6;
}

a {
    text-decoration: none;
    color: inherit;
    transition: all 0.2s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Typography Utilities */
.fredoka-font {
    font-family: 'Fredoka One', cursive;
}

/* Global Elementor Free Compatibility Overrides */
h1.elementor-heading-title,
.elementor-widget-heading h1.elementor-heading-title {
    font-family: 'Fredoka One', cursive !important;
    font-size: clamp(2.4rem, 5vw, 3.8rem) !important;
    color: #1a1f3a !important;
    line-height: 1.08 !important;
}

h1.elementor-heading-title em,
.elementor-widget-heading h1.elementor-heading-title em {
    color: #ED1C24 !important;
    font-style: normal !important;
}

h2.elementor-heading-title,
.elementor-widget-heading h2.elementor-heading-title {
    font-family: 'Fredoka One', cursive !important;
    color: #333 !important;
}

h3.elementor-heading-title,
.elementor-widget-heading h3.elementor-heading-title {
    font-family: 'Fredoka One', cursive !important;
    color: #333 !important;
}

.elementor-widget-heading em {
    color: #ED1C24 !important;
    font-style: normal !important;
}


/* Navigation */
.nav {
    background: #5bc4f5;
    padding: .5rem 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-logo img {
    height: 160px;
    width: auto;
    display: block;
    margin: 0 auto;
}

/* Hero Section */
.hero {
    background: #5bc4f5;
    padding: 0 2rem 5rem;
}

.hero-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    max-width: 1200px;
    margin: 0 auto;
    align-items: center;
}

.hero-left {
    text-align: left;
}

.badge {
    display: inline-block;
    background: #f07c1e;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 800;
    padding: .6rem 1.6rem;
    border-radius: 50px;
    letter-spacing: 1.5px;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
}

.hero h1 {
    font-family: 'Fredoka One', cursive;
    font-size: clamp(2.4rem, 5vw, 3.8rem);
    color: #1a1f3a;
    line-height: 1.08;
    margin-bottom: 1rem;
}

.hero h1 em {
    color: #ED1C24;
    font-style: normal;
}

.hero-sub {
    color: #1a1f3a;
    font-size: 1.25rem;
    font-weight: 800;
    margin-bottom: 2.5rem;
    max-width: 500px;
    line-height: 1.6;
}

.btns {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.bp {
    background: #f07c1e;
    color: #fff;
    padding: 14px 28px !important;
    border-radius: 50px;
    font-weight: 800;
    font-size: 1.1rem;
    display: inline-block;
    transition: all .2s;
    line-height: 1.2 !important;
    text-align: center;
}

.bp:hover {
    background: #f5c842;
    color: #5bc4f5;
}

/* Global Elementor Button Styling Overrides to match premium .bp style */
.elementor-widget-button .elementor-button,
.elementor-button-link {
    background-color: #f07c1e !important;
    color: #ffffff !important;
    padding: 14px 28px !important;
    border-radius: 50px !important;
    font-weight: 800 !important;
    font-size: 1.1rem !important;
    transition: all 0.2s ease-in-out !important;
    font-family: 'Nunito', sans-serif !important;
    display: inline-block !important;
    box-shadow: none !important;
    line-height: 1.2 !important;
    text-align: center;
}

.elementor-widget-button .elementor-button:hover,
.elementor-widget-button .elementor-button:focus,
.elementor-button-link:hover,
.elementor-button-link:focus {
    background-color: #f5c842 !important;
    color: #5bc4f5 !important;
}


/* Form Styles */
.hero-form {
    background: #fde8c8;
    border-radius: 20px;
    padding: 2rem 1.5rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, .12);
}

.hero-form-title {
    font-family: 'Fredoka One', cursive;
    font-size: 1.8rem;
    color: #333;
    margin-bottom: .35rem;
    text-align: center;
}

.hero-form-sub {
    color: #555;
    font-size: .85rem;
    font-weight: 700;
    margin-bottom: 1.25rem;
    text-align: center;
}

.hf-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .75rem;
    margin-bottom: .75rem;
}

.hf {
    display: flex;
    flex-direction: column;
    gap: .3rem;
}

.hf label {
    font-weight: 800;
    font-size: .75rem;
    color: #333;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.hf input,
.hf select,
.hf textarea {
    padding: .6rem .75rem;
    border-radius: 12px;
    border: 2px solid #e8e8e8;
    font-family: 'Nunito', sans-serif;
    font-size: .85rem;
    font-weight: 600;
    color: #333;
    background: #fff;
    outline: none;
    width: 100%;
    transition: border-color 0.2s ease-in-out;
}

.hf input::placeholder,
.hf textarea::placeholder {
    color: #ccc;
}

.hf input:focus,
.hf select:focus,
.hf textarea:focus {
    border-color: #f07c1e;
}

.hf-full {
    grid-column: 1/-1;
}

/* Contact Form 7 Submit Button Override */
input.wpcf7-submit,
input.hf-submit,
.wpcf7-submit,
.hf-submit {
    background-color: #f07c1e !important;
    color: #ffffff !important;
    border: none !important;
    padding: 1rem 2rem !important;
    border-radius: 50px !important;
    font-family: 'Nunito', sans-serif !important;
    font-weight: 800 !important;
    font-size: 1.1rem !important;
    cursor: pointer !important;
    width: 100% !important;
    display: block !important;
    margin-top: 1.5rem !important;
    transition: background 0.2s, transform 0.1s !important;
    text-align: center !important;
    box-shadow: 0 4px 15px rgba(240, 124, 30, 0.3) !important;
}

input.wpcf7-submit:hover,
input.hf-submit:hover,
.wpcf7-submit:hover,
.hf-submit:hover {
    background-color: #f5c842 !important;
    color: #5bc4f5 !important;
}

input.wpcf7-submit:active,
input.hf-submit:active {
    transform: scale(0.98) !important;
}


/* Contact Form 7 Overrides & Success Messages */
.wpcf7-form-control-wrap {
    width: 100% !important;
}

.wpcf7-spinner {
    display: block;
    margin: 10px auto 0 !important;
}

.wpcf7-response-output {
    margin: 1em 0 0 0 !important;
    padding: 0.75rem 1rem !important;
    border: 2px solid transparent !important;
    border-radius: 12px !important;
    font-size: 0.9rem !important;
    font-weight: 700 !important;
    text-align: center !important;
    font-family: 'Nunito', sans-serif !important;
}

.wpcf7-mail-sent-ok {
    border-color: #46b450 !important;
    background-color: #ecf9ec !important;
    color: #2e7d32 !important;
}

.wpcf7-validation-errors,
.wpcf7-acceptance-missing,
.wpcf7-aborted,
.wpcf7-spam-blocked {
    border-color: #ffb900 !important;
    background-color: #fff9e6 !important;
    color: #8a6d3b !important;
}

/* WHAT WE MOVE */
.types {
    background: #fde8c8;
    padding: 5rem 2rem;
}

.label {
    display: inline-block;
    background: #5bc4f5;
    color: #1a1f3a;
    font-size: 1.1rem;
    font-weight: 800;
    padding: .5rem 1.5rem;
    border-radius: 50px;
    letter-spacing: 1px;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.st {
    font-family: 'Fredoka One', cursive;
    font-size: clamp(1.6rem, 3.5vw, 2.4rem);
    color: #333;
    margin-bottom: .5rem;
    line-height: 1.2;
}

.ss {
    color: #000;
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 3rem;
}

.tc {
    text-align: center;
}

.types-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
    max-width: 1000px;
    margin: 0 auto;
}

.type-card {
    background: #fff;
    border-radius: 20px;
    padding: 2rem 1.25rem;
    text-align: center;
    transition: all .2s;
    border: 2px solid transparent;
}

.type-card:hover {
    border-color: #f07c1e;
    transform: translateY(-3px);
}

.type-card .ic {
    font-size: 3rem;
    display: block;
    margin-bottom: .75rem;
}

.type-card h4 {
    font-family: 'Fredoka One', cursive;
    font-size: 1.1rem;
    color: #1a1f3a;
    margin-bottom: .25rem;
}

.type-card p {
    color: #555;
    font-size: .85rem;
    font-weight: 700;
}

/* WHY US */
.why {
    background: #fff;
    padding: 5rem 2rem;
}

.feat-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    max-width: 1100px;
    margin: 0 auto;
}

.feat {
    background: #fde8c8;
    border-radius: 20px;
    padding: 2rem 1.5rem;
    text-align: center;
    border: 2px solid transparent;
    transition: all .25s;
}

.feat:hover {
    border-color: #5bc4f5;
    transform: translateY(-4px);
}

.feat .ic {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: block;
}

.feat h3 {
    font-family: 'Fredoka One', cursive;
    font-size: 1.1rem;
    color: #333;
    margin-bottom: .5rem;
}

.feat p {
    color: #555;
    font-size: .9rem;
    line-height: 1.6;
    font-weight: 600;
}

/* FOOTER */
.foot {
    background: #5bc4f5;
    padding: 2rem;
    text-align: center;
}

.foot-b {
    font-family: 'Fredoka One', cursive;
    font-size: 1.8rem;
    color: #f5c842;
    margin-bottom: .5rem;
}

.foot-b span {
    color: #f07c1e;
}

.foot p {
    color: #1a1f3a;
    font-weight: 700;
    font-size: .9rem;
}

.foot-l {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    margin-top: 1rem;
    flex-wrap: wrap;
}

.foot-l a {
    color: #1a1f3a;
    font-weight: 800;
    font-size: .9rem;
}

.foot-l a:hover {
    color: #f07c1e;
}

/* WHATSAPP FLOATING BUTTON */
.wa {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    z-index: 9999;
    background: #25d366;
    color: #fff;
    display: flex;
    align-items: center;
    gap: .6rem;
    padding: .75rem 1.25rem .75rem .85rem;
    border-radius: 50px;
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.5);
    transition: transform .2s, box-shadow 0.2s;
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    font-size: .85rem;
}

.wa:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 28px rgba(37, 211, 102, 0.6);
}

.wa svg {
    width: 30px;
    height: 30px;
    min-width: 30px;
    fill: #fff;
}

/* CURRENT OFFERS SECTION */
.offers {
    background: #fff;
    padding: 5rem 2rem;
}
.offers-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}
.offer-card {
    background: #fde8c8;
    border-radius: 20px;
    padding: 2.5rem 2rem;
    text-align: center;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.offer-card:hover {
    border-color: #f07c1e;
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(240, 124, 30, 0.15);
}
.offer-card .ic {
    font-size: 3.5rem;
    margin-bottom: 1rem;
    display: block;
}
.offer-card h3 {
    font-family: 'Fredoka One', cursive;
    font-size: 1.4rem;
    color: #1a1f3a;
    margin-bottom: 0.75rem;
}
.offer-card p {
    color: #555;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

/* CUSTOM SOLUTIONS / BENEFITS */
.benefits {
    background: #fde8c8;
    padding: 5rem 2rem;
}
.benefits-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}
.benefit-card {
    background: #fff;
    border-radius: 20px;
    padding: 2.5rem 1.5rem;
    text-align: center;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}
.benefit-card:hover {
    border-color: #5bc4f5;
    transform: translateY(-5px);
}
.benefit-card .ic {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: block;
}
.benefit-card h3 {
    font-family: 'Fredoka One', cursive;
    font-size: 1.2rem;
    color: #333;
    margin-bottom: 0.5rem;
}
.benefit-card p {
    color: #666;
    font-size: 0.9rem;
    line-height: 1.6;
}

/* STATS SECTION */
.stats {
    background: #1a1f3a;
    color: #fff;
    padding: 4rem 2rem;
}
.stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}
.stats-card h3 {
    font-family: 'Fredoka One', cursive;
    font-size: 3.5rem;
    color: #f5c842;
    margin-bottom: 0.25rem;
}
.stats-card p {
    font-size: 1.1rem;
    font-weight: 800;
    color: #5bc4f5;
    letter-spacing: 1px;
}

/* TESTIMONIALS SECTION */
.testimonials {
    background: #fff;
    padding: 5rem 2rem;
}
.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}
.testimonial-card {
    background: #fde8c8;
    border-radius: 20px;
    padding: 2.5rem 2rem;
    position: relative;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    border: 2px solid transparent;
    transition: all 0.3s ease;
}
.testimonial-card:hover {
    border-color: #f07c1e;
    transform: translateY(-5px);
}
.testimonial-stars {
    color: #f5c842;
    font-size: 1.2rem;
    margin-bottom: 1rem;
}
.testimonial-text {
    font-size: 1rem;
    font-weight: 700;
    color: #333;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    font-style: italic;
}
.testimonial-author {
    font-family: 'Fredoka One', cursive;
    font-size: 1.1rem;
    color: #1a1f3a;
}

/* SEAMLESS PROCESS SECTION */
.process {
    background: #fde8c8;
    padding: 5rem 2rem;
}
.process-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
}
.process-step {
    background: #fff;
    border-radius: 20px;
    padding: 3rem 2rem;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    border: 2px solid transparent;
    transition: all 0.3s ease;
}
.process-step:hover {
    border-color: #5bc4f5;
    transform: translateY(-5px);
}
.step-number {
    width: 60px;
    height: 60px;
    background: #f07c1e;
    color: #fff;
    font-family: 'Fredoka One', cursive;
    font-size: 1.8rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    box-shadow: 0 4px 10px rgba(240, 124, 30, 0.4);
}
.process-step h3 {
    font-family: 'Fredoka One', cursive;
    font-size: 1.3rem;
    color: #1a1f3a;
    margin-bottom: 0.75rem;
}
.process-step p {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.6;
}

/* NEWS / BLOG SECTION */
.blog {
    background: #fff;
    padding: 5rem 2rem;
}
.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}
.blog-card {
    background: #fde8c8;
    border-radius: 20px;
    padding: 2.5rem 2rem;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}
.blog-card:hover {
    border-color: #5bc4f5;
    transform: translateY(-5px);
}
.blog-date {
    font-size: 0.85rem;
    font-weight: 800;
    color: #f07c1e;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0.75rem;
    display: block;
}
.blog-card h3 {
    font-family: 'Fredoka One', cursive;
    font-size: 1.25rem;
    color: #1a1f3a;
    line-height: 1.4;
    margin-bottom: 1rem;
}
.blog-card p {
    color: #555;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}
.blog-link {
    font-weight: 800;
    color: #f07c1e;
    font-size: 0.95rem;
}
.blog-link:hover {
    color: #f5c842;
}

/* FAQ SECTION */
.faq {
    background: #fde8c8;
    padding: 5rem 2rem;
}
.faq-container {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}
.faq-item {
    background: #fff;
    border-radius: 15px;
    padding: 1.5rem 2rem;
    box-shadow: 0 3px 10px rgba(0,0,0,0.03);
    border: 2px solid transparent;
    transition: all 0.3s ease;
}
.faq-item:hover {
    border-color: #5bc4f5;
}
.faq-question {
    font-family: 'Fredoka One', cursive;
    font-size: 1.15rem;
    color: #1a1f3a;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.faq-question::after {
    content: '+';
    font-size: 1.5rem;
    color: #f07c1e;
    font-weight: 800;
    transition: transform 0.3s ease;
}
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out, margin-top 0.3s ease-in-out;
    margin-top: 0;
    color: #555;
    font-size: 0.95rem;
    line-height: 1.6;
}
.faq-item.active .faq-answer {
    max-height: 300px;
    margin-top: 1rem;
}
.faq-item.active .faq-question::after {
    transform: rotate(45deg);
}


/* RESPONSIVENESS */
@media(max-width:768px) {
    .hero-inner {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    .hero-left {
        text-align: center;
    }

    .btns {
        justify-content: center;
    }

    .types-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .feat-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .hf-grid {
        grid-template-columns: 1fr;
    }

    .hf-full {
        grid-column: auto;
    }

    .nav-logo img {
        height: 100px;
    }

    /* Corporate Responsive Overrides */
    .offers-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .benefits-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.25rem;
    }

    .stats-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .testimonials-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .process-steps {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .blog-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
}

@media(max-width:480px) {
    .types-grid,
    .feat-grid,
    .benefits-grid {
        grid-template-columns: 1fr;
    }
}