/* Pomparts - Responsive Styles */

/* Tablet Landscape (1199px and below) */
@media (max-width: 1199px) {
    .hero-title {
        font-size: 42px;
    }

    .hero-subtitle {
        font-size: 16px;
    }

    .section-title {
        font-size: 36px;
    }

    .hero-3d-element {
        width: 350px;
        height: 350px;
    }

    .floating-card {
        font-size: 12px;
        padding: 12px 16px;
    }

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

    .why-us-image {
        height: 500px;
    }

    .experience-badge {
        width: 120px;
        height: 120px;
        top: 30px;
        right: 30px;
    }

    .experience-badge .years {
        font-size: 36px;
    }

    .experience-badge .text {
        font-size: 12px;
    }
}

/* Tablet Portrait (991px and below) */
@media (max-width: 991px) {
    .main-content {
        padding-top: 80px;
    }

    .hero-section {
        margin-top: -80px;
    }

    .hero-title {
        font-size: 36px;
    }

    .hero-subtitle {
        font-size: 15px;
    }

    .hero-btn {
        padding: 12px 28px;
        font-size: 14px;
    }

    .hero-stats {
        gap: 30px;
    }

    .stat-item .counter {
        font-size: 28px;
    }

    .stat-item i {
        font-size: 24px;
    }

    .hero-image {
        margin-top: 50px;
        height: 400px;
    }

    .hero-3d-element {
        width: 300px;
        height: 300px;
    }

    .floating-card {
        display: none;
    }

    .section-title {
        font-size: 32px;
    }

    .section-subtitle {
        font-size: 16px;
    }

    .service-card {
        margin-bottom: 30px;
    }

    .why-us-section .row {
        flex-direction: column-reverse;
    }

    .why-us-image {
        height: 400px;
        margin-bottom: 40px;
    }

    .cta-title {
        font-size: 28px;
    }

    .cta-subtitle {
        font-size: 16px;
    }

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

    .footer-newsletter .row {
        text-align: center;
    }

    .newsletter-form .input-group {
        margin: 20px auto 0;
    }

    .scroll-top-btn {
        right: 20px;
        bottom: 100px;
    }

    .whatsapp-btn {
        bottom: 30px;
        right: 20px;
    }
}

/* Mobile Landscape (767px and below) */
@media (max-width: 767px) {
    .hero-section {
        padding: 80px 0;
    }

    .hero-content {
        text-align: center;
        padding: 20px 0;
    }

    .hero-title {
        font-size: 28px;
        line-height: 1.3;
    }

    .hero-subtitle {
        font-size: 14px;
        line-height: 1.6;
    }

    .hero-buttons {
        justify-content: center;
    }

    .hero-btn {
        padding: 10px 25px;
        font-size: 13px;
        width: 100%;
        max-width: 250px;
    }

    .hero-stats {
        justify-content: center;
        gap: 20px;
        margin-top: 30px;
    }

    .stat-item {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }

    .stat-item .counter {
        font-size: 24px;
    }

    .stat-label {
        font-size: 12px;
        margin-left: 0;
    }

    .hero-image {
        height: 300px;
        margin-top: 40px;
    }

    .hero-3d-element {
        width: 250px;
        height: 250px;
    }

    .section-header {
        margin-bottom: 30px;
    }

    .section-title {
        font-size: 26px;
    }

    .section-subtitle {
        font-size: 14px;
    }

    .title-decoration {
        margin-top: 20px;
    }

    .decoration-line {
        width: 50px;
    }

    .decoration-icon {
        font-size: 20px;
    }

    .service-card {
        padding: 25px 20px;
        text-align: center;
    }

    .service-icon {
        margin: 0 auto 20px;
    }

    .service-title {
        font-size: 20px;
    }

    .service-description {
        font-size: 14px;
    }

    .service-features li {
        font-size: 13px;
    }

    .why-us-item {
        padding: 15px;
        margin-bottom: 20px;
    }

    .item-icon {
        width: 50px;
        height: 50px;
    }

    .item-icon i {
        font-size: 20px;
    }

    .item-content h4 {
        font-size: 16px;
    }

    .item-content p {
        font-size: 13px;
    }

    .why-us-image {
        height: 300px;
    }

    .experience-badge {
        width: 100px;
        height: 100px;
        top: 20px;
        right: 20px;
    }

    .experience-badge .years {
        font-size: 28px;
    }

    .experience-badge .text {
        font-size: 10px;
    }

    .cta-section {
        padding: 60px 0;
    }

    .cta-title {
        font-size: 24px;
        line-height: 1.3;
    }

    .cta-subtitle {
        font-size: 14px;
        margin-bottom: 30px;
    }

    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }

    .cta-buttons .btn {
        width: 100%;
        max-width: 280px;
        margin: 0 !important;
    }

    .client-logo {
        height: 100px;
    }

    .logo-placeholder {
        font-size: 16px;
    }

    .footer-top {
        padding: 50px 0 30px;
    }

    .footer-title {
        font-size: 16px;
    }

    .footer-logo .logo-text {
        font-size: 28px;
    }

    .footer-desc,
    .footer-links a,
    .footer-contact li div {
        font-size: 13px;
    }

    .footer-newsletter {
        padding: 20px;
        margin-top: 30px;
    }

    .newsletter-title {
        font-size: 20px;
    }

    .newsletter-desc {
        font-size: 13px;
    }

    .newsletter-form .form-control,
    .newsletter-form .btn {
        font-size: 13px;
        padding: 10px 20px;
    }

    .footer-bottom {
        padding: 15px 0;
        text-align: center;
    }

    .copyright,
    .footer-bottom-links a {
        font-size: 12px;
    }

    .footer-bottom-links {
        margin-top: 10px;
    }

    .footer-bottom-links a {
        display: block;
        margin: 5px 0;
    }

    .scroll-indicator {
        display: none;
    }
}

/* Mobile Portrait (575px and below) */
@media (max-width: 575px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .hero-title {
        font-size: 24px;
    }

    .hero-subtitle {
        font-size: 13px;
        margin-bottom: 30px;
    }

    .hero-btn {
        padding: 12px 20px;
        font-size: 12px;
        letter-spacing: 0.5px;
    }

    .hero-stats {
        flex-direction: column;
        gap: 15px;
    }

    .hero-image {
        height: 250px;
    }

    .hero-3d-element {
        width: 200px;
        height: 200px;
    }

    .section-title {
        font-size: 22px;
    }

    .section-subtitle {
        font-size: 13px;
    }

    .service-card {
        padding: 20px 15px;
    }

    .service-icon {
        width: 60px;
        height: 60px;
    }

    .service-icon i {
        font-size: 30px;
        width: 60px;
        height: 60px;
    }

    .icon-bg {
        width: 60px;
        height: 60px;
    }

    .service-title {
        font-size: 18px;
    }

    .service-description {
        font-size: 13px;
        margin-bottom: 15px;
    }

    .service-features {
        margin-bottom: 20px;
    }

    .service-link {
        font-size: 13px;
    }

    .why-us-item {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }

    .cta-title {
        font-size: 20px;
    }

    .cta-subtitle {
        font-size: 13px;
    }

    .btn-lg {
        padding: 12px 25px;
        font-size: 14px;
    }

    .whatsapp-btn {
        width: 50px;
        height: 50px;
        font-size: 24px;
    }

    .scroll-top-btn {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
}

/* Extra Small Devices (400px and below) */
@media (max-width: 400px) {
    .hero-title {
        font-size: 20px;
    }

    .hero-subtitle {
        font-size: 12px;
    }

    .section-title {
        font-size: 20px;
    }

    .service-title {
        font-size: 16px;
    }

    .item-content h4 {
        font-size: 14px;
    }

    .cta-title {
        font-size: 18px;
    }

    .footer-logo .logo-text {
        font-size: 24px;
    }
}

/* Height-based Media Queries for Landscape Mode */
@media (max-height: 600px) and (orientation: landscape) {
    .hero-section {
        min-height: auto;
        padding: 60px 0;
    }

    .hero-title {
        font-size: 28px;
    }

    .hero-subtitle {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .hero-buttons {
        margin-bottom: 20px;
    }

    .hero-stats {
        display: none;
    }

    .hero-image {
        height: 250px;
    }

    .scroll-indicator {
        display: none;
    }
}

/* Print Styles */
@media print {
    .main-header,
    .main-footer,
    .whatsapp-btn,
    .scroll-top-btn,
    .hero-buttons,
    .service-link,
    .cta-section,
    .newsletter-form {
        display: none;
    }

    body {
        font-size: 12pt;
        line-height: 1.5;
        color: #000;
    }

    .hero-section {
        min-height: auto;
        padding: 20px 0;
    }

    .hero-title {
        font-size: 24pt;
        color: #000;
    }

    .section-title {
        font-size: 18pt;
        color: #000;
    }

    .service-card {
        break-inside: avoid;
        page-break-inside: avoid;
    }
}

/* High Resolution Displays */
@media (-webkit-min-device-pixel-ratio: 2),
       (min-resolution: 192dpi) {
    .hero-bg,
    .cta-bg {
        background-size: 50% auto;
    }
}