/* --- HOME PAGE STYLES --- */

/* --- NEW REDESIGNED HERO SECTION --- */
.home-hero {
    /* Deeper, more premium gradient overlay over the image */
    background: linear-gradient(105deg, rgba(11, 30, 54, 0.95) 0%, rgba(15, 43, 76, 0.85) 60%, rgba(15, 43, 76, 0.6) 100%),
        url('https://images.unsplash.com/photo-1578575437130-527eed3abbec?ixlib=rb-1.2.1&auto=format&fit=crop&w=1950&q=80');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    /* Parallax feel */
    min-height: 90vh;
    /* Taller hero for impact */
    display: flex;
    align-items: center;
    color: white;
    position: relative;
    overflow: hidden;
    clip-path: polygon(0 0, 100% 0, 100% 92%, 0 100%);
    z-index: 10;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Subtle noise texture for premium feel */
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.03'/%3E%3C/svg%3E");
    pointer-events: none;
}

.hero-container {
    height: 100%;
    width: 100%;
}

.hero-split {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 60px;
    align-items: center;
    padding-top: 40px;
}

/* --- Left Column: Text --- */
.hero-text-content {
    animation: fadeSlideRight 1s ease-out;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(45, 170, 225, 0.15);
    border: 1px solid rgba(45, 170, 225, 0.3);
    color: #4ade80;
    /* Green Accent */
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 25px;
    backdrop-filter: blur(5px);
}

.home-hero h1 {
    font-size: 72px;
    line-height: 1.05;
    margin-bottom: 25px;
    color: white;
    font-weight: 900;
    letter-spacing: -1px;
}

.text-accent {
    color: transparent;
    background: linear-gradient(to right, #4ade80, #2daae1);
    -webkit-background-clip: text;
    background-clip: text;
}

.home-hero p {
    font-size: 20px;
    margin-bottom: 35px;
    color: rgba(255, 255, 255, 0.85);
    max-width: 550px;
    line-height: 1.7;
    font-weight: 300;
}

.hero-btns {
    display: flex;
    gap: 20px;
    margin-bottom: 45px;
}

.btn-primary {
    background: #4ade80;
    color: #0b1e36;
    border: none;
    box-shadow: 0 10px 20px rgba(74, 222, 128, 0.3);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.btn-primary:hover {
    background: #22c55e;
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(74, 222, 128, 0.4);
}

.btn-outline {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: white;
    backdrop-filter: blur(5px);
}

.btn-outline:hover {
    background: white;
    color: var(--sn-navy);
    border-color: white;
}

.hero-trust-indicator {
    display: flex;
    align-items: center;
    gap: 15px;
}

.avatars {
    display: flex;
}

.avatars img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 3px solid #0f2b4c;
    /* Matches hero bg color */
    margin-left: -12px;
}

.avatars img:first-child {
    margin-left: 0;
}

.avatars span {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #2daae1;
    color: white;
    border: 3px solid #0f2b4c;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    margin-left: -12px;
}

.hero-trust-indicator p {
    font-size: 14px;
    margin: 0;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 400;
}

/* --- Right Column: Glass Card --- */
.hero-interactive-card {
    position: relative;
    padding: 20px;
    animation: fadeSlideUp 1.2s ease-out;
}

.glass-card {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding: 45px;
    border-radius: 24px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 2;
    overflow: hidden;
}

/* Subtle shine effect on card */
.glass-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.05), transparent);
    transition: 0.5s;
    pointer-events: none;
}

.glass-card:hover::before {
    left: 100%;
    transition: 0.7s;
}

.card-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}

.live-dot {
    width: 10px;
    height: 10px;
    background: #ef4444;
    /* Red for live */
    border-radius: 50%;
    box-shadow: 0 0 0 rgba(239, 68, 68, 0.4);
    animation: pulse-red 2s infinite;
}

.glass-card h3 {
    color: white;
    font-size: 24px;
    margin: 0;
}

.card-sub {
    color: rgba(255, 255, 255, 0.6) !important;
    font-size: 15px !important;
    margin-bottom: 30px !important;
}

/* Glass Input Group */
.glass-input-group {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.input-icon {
    position: absolute;
    left: 20px;
    color: rgba(255, 255, 255, 0.5);
    z-index: 5;
}

.glass-input-group input {
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: white;
    padding: 18px 60px 18px 50px;
    /* Space for icon and button */
    border-radius: 12px;
    font-size: 16px;
    transition: 0.3s;
}

.glass-input-group input:focus {
    background: rgba(0, 0, 0, 0.5);
    border-color: #4ade80;
    box-shadow: 0 0 0 4px rgba(74, 222, 128, 0.1);
    outline: none;
}

.glass-input-group input::placeholder {
    color: rgba(255, 255, 255, 0.3);
}

.glass-btn-submit {
    position: absolute;
    right: 8px;
    background: #2daae1;
    color: white;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.glass-btn-submit:hover {
    background: white;
    color: var(--sn-blue);
}

.quick-stats {
    display: flex;
    gap: 15px;
}

.stat-pill {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 8px 14px;
    border-radius: 8px;
    font-size: 12px;
    color: white;
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Decorative Floating Icons */
.floating-icon {
    position: absolute;
    color: rgba(255, 255, 255, 0.03);
    font-size: 120px;
    z-index: 1;
    pointer-events: none;
}

.icon-plane {
    top: -40px;
    right: -20px;
    transform: rotate(15deg);
    animation: float 6s ease-in-out infinite;
}

.icon-box {
    bottom: -30px;
    left: -30px;
    font-size: 80px;
    transform: rotate(-15deg);
    animation: float 5s ease-in-out infinite reverse;
}

/* --- ANIMATIONS --- */
@keyframes fadeSlideRight {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeSlideUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pulse-red {
    0% {
        box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.4);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(239, 68, 68, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(239, 68, 68, 0);
    }
}

/* Input Shake on Error */
.shake {
    animation: shake 0.5s cubic-bezier(.36, .07, .19, .97) both;
}

@keyframes shake {

    10%,
    90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%,
    80% {
        transform: translate3d(2px, 0, 0);
    }

    30%,
    50%,
    70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%,
    60% {
        transform: translate3d(4px, 0, 0);
    }
}


/* --- REST OF EXISTING HOME CSS (Preserved but slightly adjusted where needed) --- */

/* Trust Bar */
.trust-bar {
    background: white;
    padding: 30px 0;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}

.trust-logos {
    display: flex;
    align-items: center;
    gap: 80px;
    width: max-content;
    animation: scroll 30s linear infinite;
    opacity: 0.5;
    filter: grayscale(100%);
}

.trust-logos:hover {
    animation-play-state: paused;
}

.trust-logos i {
    font-size: 32px;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-50% - 40px));
    }
}

.trust-logos span {
    font-weight: 700;
    font-size: 20px;
    font-family: 'Roboto Condensed', sans-serif;
}

/* Industries Section */
.industries-section {
    padding: 70px 0;
    background: #fdfdfd;
}

.industry-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 25px;
}

.industry-item {
    background: white;
    padding: 35px 20px;
    border-radius: 12px;
    text-align: center;
    border: 1px solid #f0f0f0;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.industry-item:hover {
    border-color: transparent;
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.industry-item i {
    font-size: 36px;
    color: var(--sn-blue);
    margin-bottom: 20px;
    transition: 0.3s;
}

.industry-item:hover i {
    transform: scale(1.1);
    color: var(--sn-navy);
}

.industry-item h4 {
    font-size: 14px;
    font-weight: 700;
    color: var(--sn-navy);
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Sustainability Section */
.eco-section {
    padding: 70px 0;
}

.eco-card {
    background: linear-gradient(135deg, #1b4d3e 0%, #0d2b21 100%);
    color: white;
    padding: 60px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 50px;
    position: relative;
    overflow: hidden;
}

.eco-card::before {
    content: '\f1bb';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    right: -30px;
    bottom: -30px;
    font-size: 200px;
    opacity: 0.05;
}

.eco-content {
    flex: 1.5;
}

.eco-stats {
    flex: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.eco-stat-box {
    background: rgba(255, 255, 255, 0.1);
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    backdrop-filter: blur(5px);
}

.eco-stat-box h4 {
    font-size: 28px;
    color: #4ade80;
    margin-bottom: 5px;
}

.eco-stat-box p {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Services Section */
.section-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 60px;
}

.section-header h2 {
    font-size: 36px;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

.section-header h2::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: var(--sn-blue);
    margin: 10px auto 0;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    padding-bottom: 80px;
}

.service-card {
    background: white;
    padding: 40px 30px;
    border-radius: 8px;
    text-align: center;
    transition: 0.3s;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    border-bottom: 3px solid transparent;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    border-bottom-color: var(--sn-blue);
}

.service-icon {
    font-size: 40px;
    color: var(--sn-blue);
    margin-bottom: 20px;
    height: 80px;
    width: 80px;
    line-height: 80px;
    background: rgba(45, 170, 225, 0.1);
    border-radius: 50%;
    margin: 0 auto 25px;
    transition: 0.3s;
}

.service-card:hover .service-icon {
    background: var(--sn-blue);
    color: white;
}

.service-card h3 {
    margin-bottom: 15px;
    font-size: 22px;
}

/* Specialized Services / Pet Relocation */
.specialized-section {
    padding: 70px 0;
    background: linear-gradient(rgba(45, 170, 225, 0.05), rgba(45, 170, 225, 0.02));
}

.pet-relocation-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}

.pet-card-image {
    flex: 1;
    background: url('https://images.unsplash.com/photo-1541599540903-216a46ca1dfc?ixlib=rb-1.2.1&auto=format&fit=crop&w=800&q=80');
    background-size: cover;
    background-position: center;
    min-height: 400px;
}

.pet-card-content {
    flex: 1.2;
    padding: 60px;
}

.pet-card-content h3 {
    font-size: 32px;
    margin-bottom: 20px;
    color: var(--sn-navy);
}

.pet-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 30px;
}

.pet-feature-item {
    display: flex;
    gap: 15px;
    font-size: 15px;
}

.pet-feature-item i {
    color: var(--sn-blue);
    font-size: 18px;
}

/* Process Section */
.process-section {
    padding: 70px 0;
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    position: relative;
}

.process-item {
    text-align: center;
    position: relative;
    z-index: 1;
}

.process-number {
    width: 60px;
    height: 60px;
    background: var(--sn-blue);
    color: white;
    border-radius: 50%;
    line-height: 60px;
    font-size: 24px;
    font-weight: 700;
    margin: 0 auto 25px;
    box-shadow: 0 10px 20px rgba(45, 170, 225, 0.3);
}

.process-item h3 {
    margin-bottom: 15px;
}

/* Testimonials */
.testimonials-section {
    padding: 70px 0 120px;
    background: #f8f9fa;
}

.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.testimonial-card {
    background: white;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.testimonial-text {
    font-style: italic;
    margin-bottom: 20px;
    color: var(--text-light);
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 15px;
}

.author-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.author-info h4 {
    font-size: 16px;
    margin-bottom: 2px;
}

.author-info p {
    font-size: 14px;
    color: var(--sn-blue);
}

/* Scroll Animations */
.reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease-out;
}

.reveal.active {
    opacity: 1;
    transform: translateY(0);
}

/* Stats Section */
.stats-section {
    background: var(--sn-navy);
    color: white;
    padding: 60px 0 120px;
    text-align: center;
    background-image: url('https://www.transparenttextures.com/patterns/cubes.png');
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.stat-item h3 {
    font-size: 48px;
    color: var(--sn-blue);
    margin-bottom: 10px;
}

.stat-item p {
    font-size: 18px;
    opacity: 0.8;
}

/* Features/Why Us */
.features-section {
    padding: 70px 0;
}

.feature-row {
    display: flex;
    align-items: center;
    gap: 60px;
    margin-bottom: 80px;
}

.feature-row.reverse {
    flex-direction: row-reverse;
}

.feature-content {
    flex: 1;
}

.feature-image {
    flex: 1;
}

.feature-image img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.feature-list li {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.feature-list i {
    color: var(--sn-blue);
    margin-right: 15px;
    font-size: 18px;
    background: rgba(45, 170, 225, 0.1);
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
}

/* CTA Section */
.cta-section {
    background: var(--sn-blue);
    padding: 60px 0;
    text-align: center;
    color: white;
}

.cta-section h2 {
    color: white;
    font-size: 36px;
    margin-bottom: 20px;
}

.cta-section .btn {
    background: white;
    color: var(--sn-blue);
    margin-top: 20px;
}

.cta-section .btn:hover {
    background: var(--sn-navy);
    color: white;
}

/* FAQ Accordion */
.faq-item {
    margin-bottom: 20px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    transition: 0.3s;
}

.faq-question {
    padding: 25px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.3s;
}

.faq-question h3 {
    font-size: 18px;
    margin-bottom: 0;
    color: var(--sn-navy);
}

.faq-question i {
    color: var(--sn-blue);
    transition: 0.3s;
}

.faq-answer {
    padding: 0 25px;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.faq-answer p {
    padding-bottom: 25px;
    color: var(--text-light);
}

.faq-item.active .faq-answer {
    max-height: 500px;
}

.faq-item.active .faq-question i {
    transform: rotate(180deg);
}

.faq-item.active {
    box-shadow: 0 10px 25px rgba(45, 170, 225, 0.1);
}

/* About Section */
.about-section {
    padding: 100px 0 70px;
    background: white;
    margin-top: -10vh;
    /* Changed offset to blend with new hero shape */
    position: relative;
    z-index: 5;
}

.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.about-image {
    position: relative;
}

.about-image img {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}

.exp-badge {
    position: absolute;
    bottom: -30px;
    right: -30px;
    background: var(--sn-blue);
    color: white;
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 15px 30px rgba(45, 170, 225, 0.3);
    animation: float 3s ease-in-out infinite;
}

.exp-badge h2 {
    color: white;
    font-size: 42px;
    line-height: 1;
}

.exp-badge p {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}


/* --- RESPONSIVE ADJUSTMENTS --- */
@media (max-width: 992px) {
    .home-hero h1 {
        font-size: 56px;
    }

    .hero-split {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 50px;
        padding-top: 100px;
    }

    .hero-text-content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .home-hero p {
        margin-left: auto;
        margin-right: auto;
    }

    .hero-interactive-card {
        max-width: 500px;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .home-hero h1 {
        font-size: 40px;
    }

    .home-hero {
        height: auto;
        padding-bottom: 100px;
        clip-path: none;
    }

    .about-section {
        margin-top: 0;
        padding: 60px 0;
    }

    .about-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .exp-badge {
        position: static;
        margin-top: 20px;
        padding: 20px;
    }

    .feature-row {
        flex-direction: column;
        gap: 40px;
    }

    .feature-row.reverse {
        flex-direction: column;
    }

    .pet-relocation-card {
        flex-direction: column;
    }

    .pet-card-content {
        padding: 30px;
    }

    .process-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .pet-features {
        grid-template-columns: 1fr;
    }

    .eco-card {
        flex-direction: column;
        padding: 30px 20px;
    }

    .eco-stats {
        width: 100%;
        grid-template-columns: 1fr 1fr;
    }

    .trust-logos {
        gap: 50px;
        animation-duration: 20s;
    }
}