/* ========== RESPONSIVE STYLES ========== */

/* Tablet */
@media (max-width: 1024px) {
    .section-title {
        font-size: 2.2rem;
    }

    .hero-title {
        font-size: 3rem;
    }

    .page-hero-title {
        font-size: 2.6rem;
    }

    .about-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .about-right {
        order: -1;
    }

    .about-image img {
        height: 350px;
    }

    .stats-row {
        grid-template-columns: repeat(4, 1fr);
        gap: 15px;
    }

    .packages-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .quote-container {
        padding: 30px;
    }

    .quote-form .form-row {
        flex-direction: column;
        gap: 12px;
    }

    .quote-add-day {
        flex-direction: column;
        text-align: center;
    }

    /* Philosophy */
    .philosophy-heading {
        font-size: 2.6rem;
    }

    .philo-text-sticky {
        padding: 12vh 30px 0;
    }

    .philo-col-left,
    .philo-col-right {
        width: 30%;
    }

    /* Testimonial */
    .testimonial-title {
        font-size: 1.8rem;
    }

    .testi-arrow-line {
        width: 30px;
    }

    .testi-card {
        padding: 30px 24px;
    }

    .faqs-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

    .faqs-grid .faq-column:last-child {
        grid-column: span 2;
    }

    .faqs-grid-single {
        grid-template-columns: 1fr;
    }

    .team-grid {
        gap: 30px;
    }

    .team-arch {
        width: 200px;
        height: 270px;
    }

    .team-card:nth-child(even) {
        margin-top: 60px;
    }

    /* Categories */
    .category-strip {
        height: 400px;
    }

    .category-label {
        font-size: 1.6rem;
        letter-spacing: 4px;
    }

    /* Know Me */
    .knowme-grid {
        grid-template-columns: 0.4fr 0.6fr;
        gap: 40px;
    }

    .knowme-name {
        font-size: 2.8rem;
    }

    /* Stats centered */
    .stats-row-centered {
        gap: 40px;
    }

    /* Video wrapper wide */
    .video-wrapper-wide {
        max-width: 85%;
    }

    .cta-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .cta-title {
        font-size: 2.2rem;
    }

    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

    .footer-top {
        margin-bottom: 40px;
    }
}

/* Mobile Large */
@media (max-width: 768px) {
    .section {
        padding: 60px 0;
    }

    .section-title {
        font-size: 1.8rem;
        margin-bottom: 35px;
        letter-spacing: 2px;
    }

    /* Nav - hide desktop menus, show hamburger */
    .nav-menu-left,
    .nav-menu-right {
        display: none !important;
    }

    .navbar-centered {
        justify-content: space-between;
    }

    .menu-toggle {
        display: flex;
        z-index: 1001;
    }

    /* Philosophy */
    .philosophy-section {
        height: 160vh;
    }

    .philosophy-heading {
        font-size: 1.75rem;
    }

    .philo-text-sticky {
        padding: 10vh 18px 0;
    }

    .philo-col-left,
    .philo-col-right {
        width: 42%;
    }

    .philo-col-left {
        left: 1%;
    }

    .philo-col-right {
        right: 1%;
    }

    /* Hero */
    .hero-title {
        font-size: 2.4rem;
        letter-spacing: 2px;
    }

    .hero-subtitle {
        font-size: 1rem;
    }

    .hero-desc {
        font-size: 0.9rem;
    }

    /* Page Hero */
    .page-hero {
        padding: 130px 0 60px;
    }

    .page-hero-title {
        font-size: 2rem;
        letter-spacing: 2px;
    }

    .page-hero-desc {
        font-size: 0.9rem;
    }

    /* Portfolio */
    .video-wrapper img {
        height: 280px;
    }

    .portfolio-gallery {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .gallery-item img {
        height: 180px;
    }

    /* About */
    .about-title {
        font-size: 2rem;
    }

    .stats-row {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .stat-number {
        font-size: 2rem;
    }

    /* Packages */
    .packages-grid {
        grid-template-columns: 1fr;
        max-width: 450px;
        margin: 0 auto 40px;
    }

    .package-image {
        height: 220px;
    }

    /* Quote */
    .quote-container {
        padding: 24px 18px;
    }

    .faqs-grid-single {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    /* FAQs */
    .faqs-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .faqs-grid .faq-column:last-child {
        grid-column: span 1;
    }

    /* Testimonial */
    .testimonial-title {
        font-size: 1.5rem;
    }

    .testi-arrow-line {
        display: none;
    }

    .testi-arrow-circle {
        width: 40px;
        height: 40px;
        font-size: 0.75rem;
    }

    .testimonial-slider {
        gap: 10px;
    }

    .testi-card {
        padding: 28px 20px;
    }

    .testi-text {
        font-size: 0.82rem;
    }

    /* Team */
    .team-grid {
        flex-wrap: wrap;
        gap: 30px;
    }

    .team-card {
        flex: 0 0 calc(50% - 20px);
    }

    .team-card:nth-child(even) {
        margin-top: 50px;
    }

    .team-arch {
        width: 180px;
        height: 240px;
    }

    /* Categories */
    .category-strip {
        height: 350px;
    }

    .category-label {
        font-size: 1.3rem;
        letter-spacing: 3px;
        bottom: 30px;
    }

    /* Know Me */
    .knowme-grid {
        grid-template-columns: 1fr;
        gap: 30px;
        min-height: auto;
    }

    .knowme-photo {
        max-height: 400px;
    }

    .knowme-photo img {
        max-height: 400px;
    }

    .knowme-name {
        font-size: 2.4rem;
    }

    .knowme-text {
        font-size: 0.9rem;
    }

    /* Stats centered */
    .stats-row-centered {
        flex-wrap: wrap;
        gap: 30px;
    }

    .stats-row-centered .stat-number {
        font-size: 2.4rem;
    }

    /* Testimonial */
    .testimonial-title-big {
        font-size: 2.2rem;
    }

    .testi-arrow-circle-btn {
        width: 40px;
        height: 40px;
        font-size: 0.8rem;
    }

    .testi-arrow-line {
        display: none;
    }

    /* Video wrapper wide */
    .video-wrapper-wide {
        max-width: 100%;
    }

    .video-wrapper-wide video,
    .video-wrapper-wide img {
        height: 300px;
    }

    /* Video fullscreen */
    .video-fullscreen-overlay video {
        width: 95%;
    }

    /* CTA */
    .cta-title {
        font-size: 1.8rem;
    }

    .inquiry-form .form-row {
        grid-template-columns: 1fr;
    }

    /* Portfolio Tabs */
    .portfolio-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .portfolio-tabs {
        gap: 8px;
        flex-wrap: wrap;
    }

    .portfolio-tab {
        padding: 8px 16px;
        font-size: 0.8rem;
    }

    /* Footer */
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .footer-top {
        margin-bottom: 40px;
    }

    .footer-social a {
        width: 46px;
        height: 46px;
        font-size: 1.05rem;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 12px;
        text-align: center;
    }

    .footer-links {
        flex-wrap: wrap;
        justify-content: center;
        gap: 16px;
    }

    /* Success Popup */
    .success-popup {
        padding: 40px 30px;
    }

    .success-popup h3 {
        font-size: 1.4rem;
    }
}

/* Mobile Small */
@media (max-width: 480px) {
    .section {
        padding: 50px 0;
    }

    .section-title {
        font-size: 1.5rem;
    }

    .hero {
        min-height: 90vh;
    }

    .hero-title {
        font-size: 1.8rem;
    }

    .hero-subtitle {
        font-size: 0.85rem;
    }

    .page-hero {
        padding: 120px 0 50px;
    }

    .page-hero-title {
        font-size: 1.6rem;
    }

    .btn {
        padding: 12px 28px;
        font-size: 0.85rem;
    }

    .btn-cta {
        padding: 14px 30px;
    }

    .video-wrapper img {
        height: 200px;
    }

    .play-btn {
        width: 60px;
        height: 60px;
        font-size: 1.1rem;
    }

    .gallery-item img {
        height: 140px;
    }

    .about-card {
        padding: 20px;
    }

    .about-title {
        font-size: 1.6rem;
    }

    .stat-number {
        font-size: 1.6rem;
    }

    .stat-label {
        font-size: 0.7rem;
    }

    .package-image {
        height: 200px;
    }

    .cta-title {
        font-size: 1.5rem;
    }

    .inquiry-card {
        padding: 30px 20px;
    }

    .team-grid {
        flex-wrap: wrap;
        gap: 20px;
    }

    .team-card {
        flex: 0 0 calc(50% - 14px);
    }

    .team-card:nth-child(even) {
        margin-top: 40px;
    }

    .team-arch {
        width: 150px;
        height: 200px;
    }

    .team-name {
        font-size: 0.9rem;
    }

    /* Categories */
    .category-strip {
        height: 280px;
    }

    .category-label {
        font-size: 1.1rem;
        letter-spacing: 2px;
        bottom: 20px;
    }

    /* Know Me */
    .knowme-name {
        font-size: 2rem;
    }

    .knowme-photo img {
        max-height: 350px;
    }

    /* Testimonial */
    .testimonial-title-big {
        font-size: 1.6rem;
        letter-spacing: 2px;
    }

    .testimonial-subtitle {
        font-size: 0.9rem;
        letter-spacing: 1px;
    }

    /* Stats centered */
    .stats-row-centered .stat-number {
        font-size: 2rem;
    }

    .stats-row-centered .stat-plus {
        font-size: 1.4rem;
    }

    .scroll-circle {
        width: 44px;
        height: 44px;
    }

    .scroll-circle i {
        font-size: 1rem;
    }

    /* Portfolio Tabs */
    .portfolio-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .portfolio-tab {
        padding: 9px 20px;
        font-size: 0.85rem;
    }
}

/* ========== BLOG RESPONSIVE STYLES ========== */
@media (max-width: 1024px) {
    .blog-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
    .blog-article-hero-title {
        font-size: 2.3rem;
    }
}

@media (max-width: 768px) {
    .blog-hero {
        padding: 120px 0 50px;
    }
    .blog-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .blog-card-body {
        padding: 20px 18px;
    }
    .blog-card-title {
        font-size: 1.2rem;
    }
    .blog-post-hero {
        padding: 110px 0 45px;
    }
    .blog-article-hero-title {
        font-size: 1.8rem;
    }
    .blog-article-section {
        padding: 35px 0 60px;
    }
    .blog-article-cover img {
        max-height: 320px;
    }
    .blog-article-body {
        font-size: 0.98rem;
        line-height: 1.8;
    }
    .blog-heading-2 {
        font-size: 1.45rem;
        margin: 30px 0 14px;
    }
    .blog-heading-3 {
        font-size: 1.2rem;
        margin: 24px 0 10px;
    }
    .blog-author-card {
        flex-direction: column;
        text-align: center;
        padding: 22px 18px;
        gap: 16px;
    }
    .blog-author-links {
        justify-content: center;
    }
    .blog-article-footer {
        flex-direction: column;
        align-items: stretch;
        text-align: center;
        gap: 16px;
    }
    .blog-share-buttons {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .blog-hero {
        padding: 100px 0 40px;
    }
    .blog-article-hero-title {
        font-size: 1.5rem;
    }
    .blog-article-cover img {
        max-height: 240px;
    }
    .blog-author-avatar {
        width: 64px;
        height: 64px;
    }
}

