/* ============================================
   RESPONSIVE STYLES
   Mobile-First Approach
   ============================================ */

/* ============================================
   TABLET STYLES (768px and up)
   ============================================ */
@media (min-width: 768px) {
    .hero h1 {
        font-size: 3.5rem;
    }
    
    .hero p {
        font-size: 1.5rem;
    }
    
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .values-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .value-card {
        padding: 1.75rem 1.25rem !important;
    }
}

/* ============================================
   DESKTOP STYLES (1024px and up)
   ============================================ */
@media (min-width: 1024px) {
    .services-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .values-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 1.5rem;
    }
    
    .value-card {
        padding: 2rem 1.25rem !important;
    }
    
    .value-card h3 {
        font-size: 1.05rem !important;
    }
    
    .value-card p {
        font-size: 0.85rem !important;
    }
    
    .team-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .testimonials-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .blog-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* ============================================
   TABLET STYLES FOR CAROUSEL (768px - 1023px)
   ============================================ */
@media (min-width: 768px) and (max-width: 1023px) {
    .carousel-title {
        font-size: 3rem;
    }
    
    .carousel-subtitle {
        font-size: 1.25rem;
    }
    
    .carousel-nav {
        width: 50px;
        height: 50px;
        font-size: 2rem;
    }
    
    .carousel-prev {
        left: 1rem;
    }
    
    .carousel-next {
        right: 1rem;
    }
}

/* ============================================
   TABLET STYLES (768px - 1023px)
   ============================================ */
@media (min-width: 768px) and (max-width: 1023px) {
    .client-logo-item {
        flex: 0 0 calc(25% - 1.5rem);
    }
    
    .client-stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    /* Industry Grid - Tablet */
    .industry-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.75rem;
    }
    
    /* Value Proposition Grid - Tablet */
    .value-proposition-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.75rem;
    }
    
    /* Team Grid */
    .team-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2.5rem;
    }
    
    .team-stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    /* Services Grid - Tablet */
    .services-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 2rem !important;
    }
    
    .service-card-image {
        height: 220px !important;
    }

    /* Logo - Tablet Responsive */
    .logo img,
    #site-logo img {
        max-height: 110px !important;
        min-height: 95px !important;
        max-width: 350px !important;
    }
    
    #site-logo {
        min-width: 200px;
    }

    /* Navigation - Tablet */
    nav ul {
        gap: 0.1rem !important;
    }
    
    nav ul li a {
        padding: 0.35rem 0.5rem !important;
        font-size: 0.8rem !important;
    }

    /* About Firm Section - Tablet */
    .about-firm-content-wrapper {
        padding: 2.25rem 2rem !important;
    }
}

/* ============================================
   PKP CLONE RESPONSIVE STYLES
   ============================================ */
@media (max-width: 1024px) {
    .pkp-different-content,
    .enhanced-why-choose-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .pkp-features-grid,
    .why-choose-benefits-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .why-choose-content {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
}

@media (max-width: 768px) {
    .pkp-features-grid,
    .why-choose-benefits-grid {
        grid-template-columns: 1fr;
    }
    
    .why-choose-title-wrapper h2,
    .core-values-title-wrapper h2 {
        font-size: 2.25rem;
    }
    
    .why-choose-reasons {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .why-choose-reason-item {
        padding: 1.5rem 1.5rem;
        gap: 1.25rem;
        border-radius: var(--radius-lg) !important;
    }
    
    .reason-checkmark {
        width: 32px;
        height: 32px;
    }
    
    .reason-text {
        font-size: 1.0625rem;
        line-height: 1.75;
    }
    
    .about-info-card {
        padding: 2.5rem 2rem !important;
        border-radius: var(--radius-xl) !important;
    }
    
    .strength-card {
        padding: 2rem 1.5rem !important;
        border-radius: var(--radius-lg) !important;
    }
    
    .why-choose-benefits-carousel-wrapper {
        padding: 0 2.5rem;
    }
    
    .why-choose-benefit-card {
        padding: 2rem 1.5rem;
        min-height: 180px;
        min-width: calc(100% - 0.75rem);
    }
    
    .why-choose-benefit-icon {
        font-size: 3rem;
        margin-bottom: 1rem;
    }
    
    
    .carousel-prev-btn {
        left: -0.5rem;
    }
    
    .enhanced-core-values-content {
        max-width: 100%;
        padding: 0 1rem;
    }
    
    .enhanced-core-values-content p {
        font-size: 1rem;
        line-height: 1.8;
    }
    
    .core-values-title-wrapper h2 {
        font-size: 2rem;
    }
}

@media (max-width: 480px) {
    .why-choose-benefits-carousel-wrapper {
        padding: 0 2rem;
    }
    
    .why-choose-benefit-card {
        min-width: 100%;
    }
    
    .pkp-about-title {
        font-size: 1.75rem;
    }
    
    .pkp-about-subtitle {
        font-size: 1.25rem;
    }
    
    .carousel-title {
        font-size: 2rem;
    }
    
    .carousel-subtitle {
        font-size: 1.1rem;
    }
}

/* ============================================
   MOBILE STYLES (767px and below)
   ============================================ */
@media (max-width: 767px) {
    /* Container adjustments */
    .container {
        padding: 0 1.25rem !important;
    }
    
    /* Section spacing - Premium Mobile Spacing */
    .section {
        padding: 4rem 0 !important;
    }
    
    .section-title {
        margin-bottom: 3rem !important;
        padding: 0 0.5rem;
    }
    
    .section-title h2 {
        font-size: 2.25rem !important;
        margin-bottom: 1.25rem;
        padding-bottom: 1.5rem;
        font-weight: 900;
        line-height: 1.2;
    }
    
    .section-title p {
        font-size: 1.0625rem !important;
        line-height: 1.85;
        padding: 0 0.5rem;
    }
    
    /* Grid spacing */
    .values-grid,
    .services-grid {
        gap: 1.5rem !important;
        margin-top: 2rem !important;
        padding: 0 !important;
    }
    
    .value-card {
        padding: 2rem 1.5rem !important;
        min-height: 200px;
    }
    
    .value-card h3 {
        font-size: 1.2rem !important;
        margin-bottom: 0.875rem;
    }
    
    .value-card p {
        font-size: 0.9rem !important;
        line-height: 1.6;
    }
    
    .value-card .icon {
        font-size: 3rem !important;
        margin-bottom: 1.25rem;
    }
    
    .about-main-content-grid {
        grid-template-columns: 1fr !important;
        gap: 2rem !important;
        padding: 0 !important;
    }

    .about-firm-headline {
        font-size: 1.875rem !important;
        margin-bottom: 2rem !important;
    }

    .about-firm-content-wrapper {
        padding: 2rem 1.5rem !important;
        border-radius: 12px !important;
    }

    .about-firm-content-wrapper p {
        font-size: 1.0625rem !important;
        line-height: 1.7 !important;
        margin-bottom: 1.5rem !important;
    }

    .about-main-section {
        padding: 3rem 0 !important;
    }
    
    .core-values-section {
        padding: 3rem 0 !important;
    }
    
    /* Top Bar */
    .top-bar {
        font-size: 0.8rem;
        padding: 0.5rem 0;
    }
    
    .top-bar-container {
        flex-direction: column;
        gap: 0.5rem;
        padding: 0 1rem;
    }
    
    .top-bar-contact {
        flex-direction: column;
        gap: 0.5rem;
        width: 100%;
        text-align: center;
    }
    
    .top-bar-social {
        justify-content: center;
    }

    /* Header & Navigation */
    .header-container {
        padding: 1rem;
        position: relative;
    }
    
    .mobile-menu-toggle {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
        width: 44px !important;
        height: 44px !important;
        min-width: 44px !important;
        min-height: 44px !important;
        margin-left: auto;
        z-index: 1001 !important;
    }
    
    .mobile-menu-toggle span {
        background: var(--text-dark) !important;
        height: 3px !important;
    }
    
    nav {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
        backdrop-filter: blur(20px) saturate(180%);
        -webkit-backdrop-filter: blur(20px) saturate(180%);
        box-shadow: 
            0 10px 40px rgba(10, 26, 102, 0.15),
            0 4px 12px rgba(10, 26, 102, 0.1);
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        transform: translateY(-20px);
        transition: 
            max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1),
            opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1),
            transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        border-top: 2px solid rgba(37, 99, 235, 0.1);
    }
    
    nav.active {
        max-height: 1000px;
        opacity: 1;
        transform: translateY(0);
    }
    
    nav.active ul {
        display: flex !important;
    }
    
    nav.active ul li a.active::before,
    nav.active ul li a.active::after {
        display: none !important;
        content: none !important;
        width: 0 !important;
        height: 0 !important;
    }
    
    nav.active ul li a.active {
        color: #2563EB !important;
        background-color: rgba(37, 99, 235, 0.1) !important;
        background: rgba(37, 99, 235, 0.1) !important;
        border-bottom: none !important;
        transform: none !important;
        box-shadow: none !important;
        border-left: 4px solid #2563EB;
        padding-left: calc(1.25rem - 4px);
    }
    
    nav ul {
        flex-direction: column;
        padding: 1rem;
        gap: 0;
        display: none;
        width: 100%;
        position: relative;
        top: 0;
        right: 0;
        margin-top: 0;
        box-shadow: none;
        border-radius: 0;
        min-width: auto;
        max-width: 100%;
    }
    
    nav ul li {
        width: 100%;
        border-bottom: 1px solid rgba(37, 99, 235, 0.08);
        transition: background-color 0.3s ease;
    }
    
    nav ul li:hover {
        background-color: rgba(37, 99, 235, 0.04);
    }
    
    nav ul li:last-child {
        border-bottom: none;
    }
    
    nav ul li a {
        display: block;
        padding: 1rem 1.25rem;
        white-space: normal;
        word-wrap: break-word;
        width: 100%;
        box-sizing: border-box;
        color: #0a1a66;
        font-weight: 600;
        font-size: 0.9375rem;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        border-radius: 0;
        position: relative;
    }
    
    nav ul li a:hover {
        color: #2563EB;
        background-color: rgba(37, 99, 235, 0.08);
        padding-left: 1.5rem;
    }
    
    nav ul li a.active {
        color: #2563EB;
        background-color: rgba(37, 99, 235, 0.1);
        font-weight: 700;
        border-left: 4px solid #2563EB;
        padding-left: calc(1.25rem - 4px);
        border-bottom: none !important;
        transform: none !important;
        box-shadow: none !important;
    }
    
    nav ul li a.active::before,
    nav ul li a.active::after {
        display: none !important;
        content: none !important;
    }
    
    nav ul li a.active:hover {
        background-color: rgba(37, 99, 235, 0.15);
        color: #1E40AF;
        padding-left: calc(1.5rem - 4px);
        transform: none !important;
    }
    
    nav ul li a::after {
        display: none;
    }
    
    nav.active ul li a.active {
        border-bottom: none !important;
    }
    
    /* Logo - Mobile Responsive */
    .logo img,
    #site-logo img {
        max-height: 100px !important;
        min-height: 85px !important;
        max-width: 320px !important;
    }
    
    #site-logo {
        min-width: 180px;
    }
    
    /* Hero Banner Section */
    .hero-banner-section {
        padding: 2rem 0;
        min-height: auto;
    }
    
    .hero-banner-container {
        padding: 0 1rem;
    }
    
    .hero-banner-content {
        grid-template-columns: 1fr;
        gap: 2rem;
        min-height: auto;
    }
    
    .hero-main-title {
        font-size: 2rem;
    }
    
    .hero-tagline {
        font-size: 1.1rem;
    }
    
    .value-proposition {
        font-size: 0.95rem;
    }
    
    .hero-cta-buttons {
        flex-direction: column;
    }
    
    .cta-button-primary,
    .cta-button-secondary {
        width: 100%;
        text-align: center;
    }
    
    .hero-graphics {
        min-height: 250px;
    }
    
    /* Newsletter Section */
    .newsletter-container {
        flex-direction: column;
        text-align: center;
    }
    
    .newsletter-form {
        width: 100%;
        flex-direction: column;
    }
    
    .newsletter-button {
        width: 100%;
    }
    
    /* Hero Section (Legacy) */
    .hero-hexagonal {
        padding: 2rem 1rem;
        min-height: auto;
    }
    
    .hero-hex-container {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .hero-left {
        order: 3;
    }
    
    .hero-center {
        order: 1;
    }
    
    .hero-right {
        order: 2;
    }
    
    .hero-center h1 {
        font-size: 1.75rem;
    }
    
    .hero-center p {
        font-size: 1rem;
    }
    
    .hero-brand-name {
        font-size: 2rem;
    }
    
    .hero-ca-logo {
        font-size: 3rem;
    }
    
    .hex-item {
        font-size: 0.75rem;
        padding: 0.5rem 0.75rem;
    }
    
    /* Dropdown Menu Mobile */
    nav ul li.has-dropdown .dropdown-menu {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        border: none;
        padding: 0;
        margin: 0;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
        background: rgba(37, 99, 235, 0.04);
    }
    
    nav ul li.has-dropdown.active .dropdown-menu {
        max-height: 500px;
        padding: 0.5rem 0;
    }
    
    nav ul li.has-dropdown .dropdown-icon {
        transform: rotate(0deg);
        color: #2563EB;
        transition: transform 0.3s ease, color 0.3s ease;
    }
    
    nav ul li.has-dropdown.active .dropdown-icon {
        transform: rotate(180deg);
        color: #1E40AF;
    }
    
    nav ul li .dropdown-menu li {
        border-bottom: 1px solid rgba(37, 99, 235, 0.06);
    }
    
    nav ul li .dropdown-menu li:last-child {
        border-bottom: none;
    }
    
    nav ul li .dropdown-menu li a {
        color: #4a5568;
        padding: 0.875rem 1.5rem;
        font-weight: 500;
        font-size: 0.9rem;
    }
    
    nav ul li .dropdown-menu li a:hover {
        color: #2563EB;
        background-color: rgba(37, 99, 235, 0.08);
        padding-left: 2rem;
    }
    
    /* Sections */
    .section {
        padding: 3rem 0;
    }
    
    .section-title h2 {
        font-size: 1.75rem;
    }
    
    .container {
        padding: 0 1rem;
    }
    
    /* Services Grid */
    .services-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .why-choose-reasons {
        grid-template-columns: 1fr !important;
        gap: 1.5rem;
    }
    
    .stats-grid {
        grid-template-columns: 1fr !important;
        gap: 2rem;
    }
    
    /* Features List */
    .features-list {
        grid-template-columns: 1fr;
    }
    
    /* Why Choose Us Content */
    .why-choose-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .why-choose-values {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .why-choose-value-card {
        min-height: 120px;
        padding: 1.5rem 1rem;
    }
    
    .why-choose-feature-item {
        padding: 1rem;
    }
    
    .why-choose-check-icon {
        width: 35px;
        height: 35px;
        min-width: 35px;
        font-size: 1.1rem;
    }
    
    /* Highlights Cards */
    .highlights-cards-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .highlight-card {
        min-height: 200px;
        padding: 2.5rem 2rem;
        border-radius: var(--radius-xl);
    }
    
    .highlight-icon {
        font-size: 3.5rem;
        margin-bottom: 1.5rem;
    }
    
    .highlight-text {
        font-size: 1.0625rem;
        line-height: 1.75;
    }
    
    .highlights-cards-grid.enhanced-highlights {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .features-cards-grid {
        grid-template-columns: 1fr !important;
        gap: 1.75rem !important;
    }
    
    .feature-card {
        padding: 2.5rem 2rem !important;
        min-height: 180px;
    }
    
    .feature-icon {
        font-size: 3rem !important;
        margin-bottom: 1.25rem !important;
    }
    
    .feature-text {
        font-size: 1rem !important;
        line-height: 1.7 !important;
    }
    
    .services-grid {
        grid-template-columns: 1fr !important;
        gap: 2rem !important;
    }
    
    .values-grid {
        grid-template-columns: 1fr !important;
        gap: 2rem !important;
    }
    
    .about-company-name {
        font-size: 2.75rem;
        line-height: 1.1;
    }
    
    .about-company-tagline {
        font-size: 1.5rem;
        line-height: 1.4;
    }
    
    .about-company-badge {
        font-size: 0.95rem;
        padding: 0.875rem 2rem;
    }
    
    .about-description-card {
        padding: 2.5rem 2rem;
        border-radius: var(--radius-xl) !important;
    }
    
    .about-description-text {
        font-size: 1.0625rem;
        line-height: 1.9;
    }
    
    .about-hero-header {
        margin-bottom: 4rem;
        padding: 3rem 2rem 3.5rem;
        border-radius: var(--radius-xl) !important;
    }
    
    .about-main-content p {
        font-size: 1.0625rem !important;
        line-height: 1.85 !important;
    }
    
    /* Values Grid */
    .values-grid {
        grid-template-columns: 1fr;
    }
    
    /* About Info Grid */
    .about-info-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .about-info-card {
        padding: 2.5rem 2rem;
    }
    
    .about-info-icon {
        font-size: 3rem;
        width: 80px;
        height: 80px;
    }
    
    .about-hmv-section,
    .about-strengths-section,
    .about-values-section,
    .about-achievements-section,
    .about-milestones-section {
        padding: 4rem 0;
    }
    
    /* Strengths Grid */
    .strengths-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .strength-card {
        padding: 2rem 1.5rem;
        flex-direction: column;
        text-align: center;
    }
    
    .strength-icon {
        margin: 0 auto;
    }
    
    /* Achievements Grid */
    .achievements-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .achievement-card {
        padding: 2rem 1.5rem;
    }
    
    .achievement-icon {
        width: 70px;
        height: 70px;
        font-size: 2.5rem;
    }
    
    /* Milestones Timeline */
    .milestones-timeline {
        padding-left: 2rem;
        margin-top: 2rem;
    }
    
    .milestone-item {
        padding: 1.5rem 1.5rem 1.5rem 2.5rem;
        margin-bottom: 1.5rem;
    }
    
    .milestone-year {
        font-size: 2rem;
    }
    
    .milestone-dot {
        left: -2.75rem;
        width: 16px;
        height: 16px;
    }
    
    .milestone-line {
        left: -2.5rem;
        top: 2rem;
    }
    
    .values-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .value-card {
        padding: 2rem 1.5rem;
    }
    
    /* Stats Grid */
    .stats-grid {
        grid-template-columns: 1fr !important;
        gap: 2rem;
    }
    
    .stat-item {
        padding: 2.5rem 2rem;
        border-radius: var(--radius-xl) !important;
    }
    
    .stat-icon {
        font-size: 3.5rem;
        margin-bottom: 1.25rem;
    }
    
    .stat-number {
        font-size: 4rem;
    }
    
    .stat-label {
        font-size: 1rem;
        letter-spacing: 0.8px;
    }
    
    .stats-section {
        padding: 3rem 0;
    }
    
    /* Team Grid */
    .team-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    /* Team Statistics */
    .team-stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
        margin-top: 2rem;
    }
    
    .team-stat-card {
        padding: 2rem 1.5rem;
    }
    
    .team-stat-number {
        font-size: 2.5rem;
    }
    
    .team-stat-icon {
        font-size: 2.5rem;
    }
    
    .team-intro-section,
    .team-members-section {
        padding: 4rem 0;
    }
    
    .team-member-photo-wrapper {
        height: 300px;
    }
    
    .team-member-photo {
        height: 100%;
    }
    
    .team-member-info {
        padding: 2.5rem 2rem;
    }
    
    .team-member h3 {
        font-size: 1.4rem;
    }
    
    .team-member .position {
        font-size: 1rem;
    }
    
    .team-member .bio {
        font-size: 1rem;
    }
    
    /* Testimonials Grid */
    .testimonials-grid {
        grid-template-columns: 1fr;
    }
    
    /* Client Statistics */
    .client-stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
        margin-top: 2rem;
    }
    
    .client-stat-card {
        padding: 2rem 1.5rem;
    }
    
    .client-stat-card .stat-icon {
        font-size: 2rem;
        margin-bottom: 0.75rem;
    }
    
    .stat-number {
        font-size: 2.5rem;
    }
    
    .stat-label {
        font-size: 1rem;
    }
    
    /* Industry Grid - Mobile */
    .industry-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .industry-card {
        padding: 2rem 1.5rem;
    }
    
    .industry-icon {
        font-size: 3rem;
        margin-bottom: 1.25rem;
    }
    
    .industry-card h3 {
        font-size: 1.3rem;
    }
    
    /* Value Proposition Grid - Mobile */
    .value-proposition-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .value-proposition-card {
        padding: 2rem 1.5rem;
    }
    
    .value-icon {
        font-size: 2.5rem;
        width: 70px;
        height: 70px;
        line-height: 70px;
        margin-bottom: 1.25rem;
    }
    
    .value-proposition-card h3 {
        font-size: 1.25rem;
    }
    
    /* Client Logos Carousel */
    .client-logos-carousel-container {
        padding: 0 3rem;
    }
    
    .client-logo-item {
        flex: 0 0 calc(33.333% - 1.33rem);
        min-width: 150px;
    }
    
    .client-logo-wrapper {
        height: 120px;
        padding: 1.5rem;
    }
    
    .client-carousel-nav {
        width: 40px;
        height: 40px;
        font-size: 1.5rem;
    }
    
    .client-carousel-prev {
        left: -0.5rem;
    }
    
    .client-carousel-next {
        right: -0.5rem;
    }
    
    /* Contact Form */
    .contact-container {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    /* About Us Section Grid */
    #about-us-grid-container {
        grid-template-columns: 1fr !important;
    }
    
    .about-main-content-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .about-firm-headline {
        font-size: 2rem;
    }

    .about-firm-content-wrapper {
        padding: 2.25rem 2rem !important;
    }
    
    .about-main-image-wrapper {
        order: -1;
    }
    
    .about-us-main-image {
        height: auto !important;
        min-height: 400px;
        max-height: 550px;
        object-position: center center !important;
    }
    
    .image-overlay-badge {
        bottom: 1rem;
        right: 1rem;
        padding: 1rem 1.5rem;
    }
    
    .badge-year {
        font-size: 2rem;
    }
    
    .about-us-hero-banner {
        min-height: 550px;
        background-position: 70% 35%;
    }
    
    .services-hero-banner,
    .blog-hero-banner,
    .contact-hero-banner {
        min-height: 550px;
        background-position: 70% 35%;
    }
    
    .about-us-hero-text-strip {
        padding: 2rem 3rem;
        margin: 0 1rem;
    }
    
    .services-hero-text-strip,
    .blog-hero-text-strip,
    .contact-hero-text-strip {
        padding: 2rem 3rem;
        margin: 0 1rem;
    }
    
    .about-us-hero-title {
        font-size: 3rem;
    }
    
    .services-hero-title,
    .blog-hero-title,
    .contact-hero-title {
        font-size: 3rem;
    }
    
    .premium-about-hero-section {
        padding: 4rem 0 3rem;
    }
    
    .premium-about-hero-title {
        font-size: 3rem;
    }
    
    .premium-about-hero-subtitle {
        font-size: 1.25rem;
    }
    
    .blog-hero-section {
        padding: 4rem 0 3rem;
    }
    
    .blog-hero-title {
        font-size: 2.5rem;
    }
    
    .blog-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .blog-card-meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
    }
    
    .about-us-hero-banner {
        min-height: 450px;
        background-position: 70% 40%;
    }
    
    .services-hero-banner,
    .blog-hero-banner,
    .contact-hero-banner {
        min-height: 450px;
        background-position: 70% 40%;
    }
    
    .about-us-hero-text-strip {
        padding: 1.25rem 2rem;
        margin: 0 1rem;
        width: calc(100% - 2rem);
        max-width: 95%;
    }
    
    .services-hero-text-strip,
    .blog-hero-text-strip,
    .contact-hero-text-strip {
        padding: 1.25rem 2rem;
        margin: 0 1rem;
        width: calc(100% - 2rem);
        max-width: 95%;
    }
    
    .about-us-hero-title {
        font-size: 2rem;
    }
    
    .services-hero-title,
    .blog-hero-title,
    .contact-hero-title {
        font-size: 2rem;
    }
    
    .about-main-title {
        font-size: 2rem;
    }
    
    .about-subsection-title {
        font-size: 1.75rem;
    }
    
    .about-strength-item {
        padding: 2rem 1.75rem;
        min-height: 160px;
        gap: 1.5rem;
    }
    
    .about-strength-title {
        font-size: 1.125rem;
    }
    
    .about-strength-description {
        font-size: 1rem;
    }
    
    .values-list-box {
        padding: 2.5rem 2rem;
    }
    
    .values-intro {
        font-size: 1.125rem;
    }
    
    .values-list li {
        padding: 1.25rem 1.5rem;
        font-size: 1rem;
    }
    
    .value-icon {
        width: 36px;
        height: 36px;
        font-size: 1.125rem;
    }
    
    .features-list {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .about-strengths-box,
    .values-list-box {
        padding: 1.5rem;
    }
    
    .about-subsection-title {
        font-size: 1.5rem;
    }
    
    .page-hero {
        padding: 3rem 1rem;
        min-height: 450px;
        background-position: 70% 40%;
    }
    
    .page-hero h1 {
        font-size: 2rem;
    }
    
    .page-hero p {
        font-size: 1.1rem;
    }
    
    .content-section {
        padding: 1.5rem;
        margin-bottom: 2rem;
    }
    
    .service-card-image {
        height: 200px !important;
    }
    
    .service-card-image .service-icon {
        font-size: 3rem !important;
    }
    
    .service-card-content {
        padding: 1.5rem !important;
    }
    
    .service-card-title {
        font-size: 1.25rem !important;
        min-height: auto !important;
        margin-bottom: 0.75rem !important;
    }
    
    .service-card-description {
        font-size: 0.9rem !important;
        margin-bottom: 1rem !important;
    }
    
    .service-card-label {
        padding: 0.875rem 1.25rem !important;
    }
    
    .service-card-label span {
        font-size: 1rem !important;
    }
    
    .service-card {
        border-width: 1px !important;
    }
    
    .team-member-photo {
        height: 250px;
        max-height: 250px;
    }
    
    .blog-card-image {
        height: 180px;
        max-height: 180px;
    }
    
    /* Contact page responsive */
    .contact-container {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .contact-info {
        position: static;
    }
    
    .contact-form,
    .contact-info {
        padding: 1.5rem;
    }
    
    /* Hero Carousel Responsive */
    .hero-carousel-section,
    .hero-carousel-container {
        min-height: 500px;
    }
    
    .hero-carousel,
    .carousel-slide {
        min-height: 500px;
        height: 500px;
    }
    
    .carousel-slide {
        background-size: cover;
        background-position: center center;
    }
    
    .carousel-slide-content {
        padding: 2rem 1.5rem;
        margin: 0 1rem;
    }
    
    .carousel-title {
        font-size: 2.25rem !important;
    }
    
    .carousel-subtitle {
        font-size: 1.125rem !important;
        line-height: 1.75;
    }
    
    .hero-carousel-section {
        min-height: 500px !important;
    }
    
    .carousel-slide-content {
        padding: 4rem 2rem !important;
    }
    
    .carousel-nav {
        width: 40px;
        height: 40px;
        font-size: 1.5rem;
    }
    
    .carousel-prev {
        left: 1rem;
    }
    
    .carousel-next {
        right: 1rem;
    }
    
    .carousel-dots {
        bottom: 1rem;
        padding: 0.25rem 0.75rem;
    }
    
    .pkp-enquire-btn {
        bottom: 1rem;
        right: 1rem;
    }
    
    .pkp-enquire-btn img {
        max-width: 100px;
    }
    
    .page-hero {
        background-size: cover;
        background-position: 70% 40%;
        min-height: 450px;
        padding: 3rem 1.5rem;
    }
    
    .carousel-title {
        font-size: 1.875rem;
        margin-bottom: 1rem;
    }
    
    .carousel-subtitle {
        font-size: 1rem;
        margin-bottom: 2rem;
        padding: 0 1rem;
        line-height: 1.6;
    }
    
    .cta-button {
        padding: 0.875rem 2rem;
        font-size: 0.9rem;
        letter-spacing: 0.5px;
        border-radius: 8px;
    }
    
    .carousel-nav {
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
        border-radius: 8px;
    }
    
    .carousel-prev {
        left: 0.5rem;
    }
    
    .carousel-next {
        right: 0.5rem;
    }
    
    .carousel-nav {
        width: 40px;
        height: 40px;
        font-size: 1.5rem;
    }
    
    .carousel-prev {
        left: 0.5rem;
    }
    
    .carousel-next {
        right: 0.5rem;
    }
    
    .carousel-indicators {
        bottom: 1rem;
    }
    
    .carousel-slide-content {
        padding: 0 1rem;
    }
    
    .carousel-dots {
        margin-bottom: 1.5rem;
    }
    
    /* Blog Grid */
    .blog-grid {
        grid-template-columns: 1fr;
    }
    
    /* Footer */
    .footer-content {
        grid-template-columns: 1fr;
    }
    
    /* Typography */
    h1 {
        font-size: 2rem;
    }
    
    h2 {
        font-size: 1.75rem;
    }
    
    h3 {
        font-size: 1.5rem;
    }
    
    /* Buttons */
    .cta-button {
        padding: 0.875rem 1.5rem;
        font-size: 0.9rem;
    }
    
    /* Enquire Button */
    .enquire-button {
        bottom: 1.5rem;
        right: 1.5rem;
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .enquire-icon {
        width: 30px;
        height: 30px;
        font-size: 1.3rem;
    }
}

/* ============================================
   SMALL MOBILE STYLES (480px and below)
   ============================================ */
@media (max-width: 480px) {
    .hero h1 {
        font-size: 1.75rem;
    }
    
    .section-title h2 {
        font-size: 1.5rem;
    }
    
    .service-card,
    .value-card,
    .team-member,
    .testimonial-card {
        padding: 1.5rem;
    }
    
    .contact-form,
    .contact-info {
        padding: 1.5rem;
    }
}

/* ============================================
   PRINT STYLES
   ============================================ */
@media print {
    header,
    footer,
    nav,
    .cta-button,
    .contact-form {
        display: none;
    }
    
    /* Enquire Button - Keep visible but smaller */
    .enquire-button {
        bottom: 1rem;
        right: 1rem;
        padding: 0.875rem 1.25rem;
        font-size: 0.9rem;
    }
    
    .enquire-text {
        display: none;
    }
    
    .enquire-icon {
        width: 35px;
        height: 35px;
        font-size: 1.5rem;
    }
    
    /* Customer Support */
    .customer-support-button {
        bottom: 1rem;
        left: 1rem;
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .support-text {
        display: none;
    }
    
    .support-icon {
        width: 35px;
        height: 35px;
        font-size: 1.5rem;
    }
    
    .customer-support-window {
        bottom: 4.5rem;
        left: 1rem;
        right: 1rem;
        width: auto;
        max-width: none;
        height: 500px;
        max-height: calc(100vh - 6rem);
    }
    
    body {
        font-size: 12pt;
        line-height: 1.5;
    }
    
    .section {
        page-break-inside: avoid;
    }
    
    /* Modern Hero Section - Mobile */
    .hero-section-modern {
        min-height: 500px !important;
        height: 70vh !important;
        max-height: 600px !important;
        background-attachment: scroll !important;
        background-size: cover !important;
        background-position: center center !important;
    }
    
    @media (max-width: 480px) {
        .hero-section-modern {
            min-height: 450px !important;
            height: 60vh !important;
            max-height: 550px !important;
            background-size: cover !important;
            background-position: center center !important;
        }
    }
    
    .hero-headline {
        font-size: 2.25rem !important;
    }
    
    .hero-subheadline {
        font-size: 1.125rem !important;
    }
    
    .hero-cta-group {
        flex-direction: column;
        align-items: stretch;
    }
    
    .btn-hero-primary,
    .btn-hero-secondary {
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
    }
    
    /* Stats Section - Mobile */
    .stats-grid-modern {
        grid-template-columns: 1fr !important;
        gap: 2rem !important;
    }
    
    .stat-card-modern {
        padding: 2.5rem 2rem !important;
    }
    
    .stat-number-modern {
        font-size: 3rem !important;
    }
    
    /* Testimonials Slider - Mobile */
    .testimonials-slider-wrapper {
        padding: 0 1rem !important;
    }
    
    .testimonial-nav {
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
    }
    
    .testimonial-prev {
        left: -0.5rem;
    }
    
    .testimonial-next {
        right: -0.5rem;
    }
    
    .testimonial-card-slider {
        padding: 2rem 1.5rem !important;
    }
    
    /* Video Section - Mobile */
    .video-section {
        padding: 3rem 0 !important;
    }
    
    .video-lightbox-content {
        width: 95%;
        padding: 1rem;
    }
    
    .video-lightbox-close {
        top: -2.5rem;
        font-size: 2.5rem;
    }
}

