/* ===== RESPONSIVE.CSS - ASSURE PROJECT CONSULTANTS ===== */
/* All responsive styles for mobile, tablet, and desktop views */

/* ===== LARGE DEVICES (DESKTOP) ===== */
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
    
    .carousel-caption h2 {
        font-size: 72px;
    }
    
    .carousel-caption h3 {
        font-size: 42px;
    }
    
    .hex-title {
        font-size: 64px;
    }
}

/* ===== MEDIUM DEVICES (TABLET LANDSCAPE) ===== */
@media (min-width: 992px) and (max-width: 1199px) {
    .container {
        max-width: 960px;
    }
    
    .carousel-caption h2 {
        font-size: 60px;
    }
    
    .carousel-caption h3 {
        font-size: 36px;
    }
    
    .service-card {
        padding: 35px 20px;
    }
    
    .service-card h3 {
        font-size: 20px;
    }
    
    .about-content h2 {
        font-size: 36px;
    }
    
    .section-title {
        font-size: 38px;
    }
    
    .stat-number {
        font-size: 42px;
    }
    
    .values-grid {
        grid-template-columns: repeat(5, 1fr);
        gap: 15px;
    }
    
    .hex-title {
        font-size: 54px;
    }
    
    .page-header h1 {
        font-size: 42px;
    }
    
    .service-title {
        font-size: 32px;
    }
    
    .cta-box h2 {
        font-size: 32px;
    }
}

/* ===== SMALL DEVICES (TABLET PORTRAIT) ===== */
@media (min-width: 768px) and (max-width: 991px) {
    .container {
        max-width: 720px;
    }
    
    /* Navigation */
    .menu-toggle {
        display: block;
    }

    .nav-menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: white;
        flex-direction: column;
        padding: 20px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        z-index: 1000;
    }

    .nav-menu.active {
        display: flex;
    }

    .nav-item {
        width: 100%;
    }

    .dropdown-menu-custom {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        padding-left: 20px;
        display: none;
        transition: none;
        min-width: 100%;
    }

    .nav-item:hover .dropdown-menu-custom {
        display: block;
    }
    
    /* Hero Slider */
    .carousel-caption {
        bottom: 50%;
    }
    
    .carousel-caption h2 {
        font-size: 48px;
    }
    
    .carousel-caption h3 {
        font-size: 30px;
    }
    
    .slider-btn {
        padding: 12px 30px;
        font-size: 14px;
    }
    
    /* Services Grid */
    .services-section .row {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    
    .service-card {
        border-right: none;
        border-bottom: 1px solid #eee;
    }
    
    .service-card:nth-child(odd) {
        border-right: 1px solid #eee;
    }
    
    /* About Section */
    .about-content {
        padding-left: 0;
        margin-top: 40px;
    }
    
    .about-content h2 {
        font-size: 32px;
    }
    
    .about-image img {
        height: 400px;
    }
    
    /* Stats Section */
    .stats-section .row {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    
    .stat-number {
        font-size: 42px;
    }
    
    .stat-number::after {
        font-size: 24px;
        right: -20px;
    }
    
    .stat-item p {
        font-size: 18px;
    }
    
    /* Goals Hexagonal */
    .hex-header {
        flex-direction: column;
        gap: 15px;
    }
    
    .hex-line {
        width: 80px;
    }
    
    .hex-title {
        font-size: 48px;
    }
    
    .hex-quote {
        max-width: 90%;
    }
    
    .quote-text {
        padding: 30px 40px;
    }
    
    .quote-text p {
        font-size: 18px;
    }
    
    .hex-grid {
        gap: 20px;
    }
    
    .hex-item {
        width: 280px;
        height: 320px;
    }
    
    /* Services List */
    .services-grid-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    /* Values Grid */
    .values-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
    }
    
    /* Contact Section */
    .contact-info-box {
        padding: 30px;
    }
    
    .contact-number {
        font-size: 42px;
    }
    
    /* Page Header */
    .page-header h1 {
        font-size: 38px;
    }
    
    .page-header {
        padding: 60px 0;
    }
    
    /* Service Detail Page */
    .service-main-image img {
        height: 400px;
    }
    
    .service-title {
        font-size: 30px;
    }
    
    .feature-box {
        padding: 25px;
    }
    
    .feature-box h3 {
        font-size: 20px;
    }
    
    .process-step:not(:last-child)::after {
        display: none;
    }
    
    .process-step {
        padding: 20px;
    }
    
    /* Portfolio Page */
    .portfolio-item img {
        height: 250px;
    }
    
    .portfolio-overlay h4 {
        font-size: 20px;
    }
    
    /* About Page */
    .team-member img {
        width: 80%;
    }
    
    .about-page-content h2 {
        font-size: 30px;
    }
    
    /* Contact Page */
    .contact-page-info {
        padding: 30px;
    }
    
    .contact-page-info h3 {
        font-size: 24px;
    }
    
    .contact-detail-item i {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
    
    /* Consulting Domains */
    .domain-item {
        padding: 12px;
    }
    
    .domain-item i {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }
    
    .domain-item h4 {
        font-size: 16px;
    }
    
    .domain-item p {
        font-size: 13px;
    }
    
    /* Manpower Category */
    .manpower-category ul {
        grid-template-columns: 1fr;
    }
    
    /* CTA Box */
    .cta-box {
        padding: 50px 30px;
    }
    
    .cta-box h2 {
        font-size: 30px;
    }
    
    .cta-box p {
        font-size: 16px;
    }
    
    /* Footer */
    .footer-widget {
        text-align: center;
    }
    
    .footer-widget h4::after {
        left: 50%;
        transform: translateX(-50%);
    }
    
    .footer-links {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    /* Floating CTA */
    .cta-floating-bar {
        flex-wrap: wrap;
        width: 95%;
        border-radius: 30px;
        padding: 15px;
        gap: 15px;
        bottom: 20px;
    }

    .cta-logo {
        border-right: none;
        padding-right: 0;
        width: 100%;
        justify-content: center;
    }

    .cta-items {
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
        gap: 10px;
    }

    .cta-item {
        width: auto;
        padding: 8px 15px;
    }

    .cta-button {
        width: 100%;
        justify-content: center;
        padding: 10px 20px;
    }

    .cta-close {
        position: absolute;
        top: -10px;
        right: 10px;
        padding: 8px 12px;
    }
    
    .whatsapp-float, .call-float {
        width: 50px;
        height: 50px;
        font-size: 24px;
    }
    
    .whatsapp-float {
        bottom: 100px;
    }
    
    .call-float {
        bottom: 160px;
    }
}

/* ===== EXTRA SMALL DEVICES (MOBILE LANDSCAPE & PORTRAIT) ===== */
@media (max-width: 767px) {
    .container {
        max-width: 100%;
        padding: 0 15px;
    }
    
    /* Top Bar */
    .top-bar .row {
        flex-direction: column;
        text-align: center;
    }
    
    .top-bar .col-md-6 {
        width: 100%;
        text-align: center !important;
        margin-bottom: 5px;
    }
    
    .top-bar .col-md-6:last-child {
        margin-bottom: 0;
    }
    
    /* Navigation */
    .menu-toggle {
        display: block;
    }

    .nav-menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: white;
        flex-direction: column;
        padding: 15px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        max-height: 80vh;
        overflow-y: auto;
    }

    .nav-menu.active {
        display: flex;
    }

    .nav-item {
        width: 100%;
    }

    .nav-link {
        padding: 12px 15px;
        width: 100%;
        justify-content: space-between;
    }

    .dropdown-menu-custom {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        padding-left: 20px;
        display: none;
        transition: none;
        min-width: 100%;
        border-top: none;
    }

    .nav-item:hover .dropdown-menu-custom {
        display: block;
    }
    
    .dropdown-item-custom {
        white-space: normal;
        padding: 10px 15px;
    }
    
    /* Hero Slider */
    .hero-slider {
        height: auto;
    }
    
    .carousel-item {
        height: 500px;
    }
    
    .carousel-caption {
        bottom: 50%;
        transform: translateY(50%);
        padding: 0 15px;
    }
    
    .carousel-caption h2 {
        font-size: 32px;
        margin-bottom: 10px;
    }
    
    .carousel-caption h3 {
        font-size: 22px;
        margin-bottom: 15px;
    }
    
    .carousel-caption p {
        font-size: 14px;
        margin-bottom: 20px;
    }
    
    .slider-btn {
        padding: 10px 25px;
        font-size: 14px;
    }
    
    .carousel-indicators {
        bottom: 20px;
    }
    
    /* Services Grid */
    .services-section {
        padding: 30px 0;
    }
    
    .services-section .row {
        display: grid;
        grid-template-columns: 1fr;
    }
    
    .service-card {
        padding: 30px 20px;
        border-right: none;
        border-bottom: 1px solid #eee;
    }
    
    .service-card:last-child {
        border-bottom: none;
    }
    
    .service-card h3 {
        font-size: 20px;
    }
    
    .service-icon {
        width: 70px;
        height: 70px;
    }
    
    .service-icon i {
        font-size: 30px;
    }
    
    /* About Section */
    .about-section {
        padding: 50px 0;
    }
    
    .about-content {
        padding-left: 0;
        margin-top: 30px;
    }
    
    .about-content h2 {
        font-size: 28px;
    }
    
    .about-content p {
        font-size: 14px;
    }
    
    .about-image img {
        height: 300px;
    }
    
    .about-experience {
        width: 90px;
        height: 90px;
        bottom: 20px;
        right: 20px;
    }
    
    .about-experience .years {
        font-size: 28px;
    }
    
    .about-experience .text {
        font-size: 11px;
    }
    
    .read-more-btn {
        font-size: 16px;
    }
    
    /* Welcome Section */
    .welcome-section {
        padding: 50px 0;
    }
    
    .section-title {
        font-size: 26px;
    }
    
    .welcome-text {
        font-size: 14px;
        line-height: 1.7;
        padding: 0 10px;
    }
    
    /* Stats Section */
    .stats-section {
        padding: 50px 0;
    }
    
    .stats-section .row {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .stat-item {
        padding: 20px;
    }
    
    .stat-number {
        font-size: 40px;
    }
    
    .stat-number::after {
        font-size: 22px;
        right: -18px;
    }
    
    .stat-item p {
        font-size: 16px;
    }
    
    /* Goals Hexagonal */
    .goals-hexagonal-section {
        padding: 50px 0;
    }
    
    .hex-header {
        flex-direction: column;
        gap: 10px;
        margin-bottom: 40px;
    }
    
    .hex-line {
        width: 50px;
    }
    
    .hex-subtitle {
        font-size: 14px;
        letter-spacing: 2px;
    }
    
    .hex-title {
        font-size: 32px;
    }
    
    .hex-quote {
        max-width: 100%;
        margin: 0 auto 50px;
    }
    
    .quote-text {
        padding: 25px 20px;
    }
    
    .quote-text i {
        font-size: 20px;
    }
    
    .quote-text p {
        font-size: 15px;
        line-height: 1.6;
        margin: 15px 0;
    }
    
    .hex-grid {
        flex-direction: column;
        gap: 20px;
        margin-top: 50px;
    }
    
    .hex-item {
        width: 100%;
        max-width: 300px;
        height: auto;
        min-height: 320px;
    }
    
    .hex-content {
        padding: 30px 20px;
    }
    
    .hex-number {
        font-size: 20px;
    }
    
    .hex-content i {
        font-size: 40px;
    }
    
    .hex-content h3 {
        font-size: 20px;
    }
    
    /* Vision Mission Section */
    .vision-mission-section {
        padding: 50px 0;
    }
    
    .vision-box, .mission-box {
        padding: 30px 20px;
        margin-bottom: 20px;
    }
    
    .vision-box h3, .mission-box h3 {
        font-size: 24px;
    }
    
    .vision-box p, .mission-box p {
        font-size: 14px;
    }
    
    /* Process Section */
    .process-section {
        padding: 50px 0;
    }
    
    .process-text {
        font-size: 14px;
        padding: 0 15px;
    }
    
    /* Services List */
    .services-list-section {
        padding: 50px 0;
    }
    
    .services-grid-list {
        grid-template-columns: 1fr;
        gap: 15px;
        margin-top: 30px;
    }
    
    .service-list-item {
        padding: 25px 15px;
    }
    
    .service-list-item i {
        font-size: 40px;
    }
    
    .service-list-item h4 {
        font-size: 16px;
    }
    
    /* Values Section */
    .values-section {
        padding: 50px 0;
    }
    
    .values-grid {
        grid-template-columns: 1fr;
        gap: 15px;
        margin-top: 30px;
    }
    
    .value-item {
        padding: 25px 15px;
    }
    
    .value-item i {
        font-size: 35px;
    }
    
    .value-item h4 {
        font-size: 15px;
    }
    
    /* Contact Section */
    .contact-section {
        padding: 50px 0;
    }
    
    .contact-info-box {
        padding: 25px;
        margin-bottom: 20px;
    }
    
    .contact-number {
        font-size: 36px;
        margin-bottom: 20px;
    }
    
    .contact-detail {
        padding: 12px;
        gap: 15px;
    }
    
    .contact-detail i {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }
    
    .contact-detail a {
        font-size: 14px;
    }
    
    /* Page Header */
    .page-header {
        padding: 50px 0;
    }
    
    .page-header h1 {
        font-size: 28px;
    }
    
    .breadcrumb {
        font-size: 14px;
    }
    
    /* Service Detail Page */
    .service-detail-section {
        padding: 50px 0;
    }
    
    .service-main-image img {
        height: 250px;
    }
    
    .service-title {
        font-size: 24px;
    }
    
    .service-description {
        font-size: 14px;
    }
    
    .feature-box {
        padding: 20px;
        margin-bottom: 20px;
    }
    
    .feature-icon {
        width: 60px;
        height: 60px;
    }
    
    .feature-icon i {
        font-size: 30px;
    }
    
    .feature-box h3 {
        font-size: 18px;
    }
    
    .feature-box p {
        font-size: 13px;
    }
    
    .service-section-title {
        font-size: 24px;
        margin: 30px 0 20px;
    }
    
    .process-step {
        padding: 15px;
    }
    
    .step-number {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }
    
    .process-step h4 {
        font-size: 16px;
    }
    
    .process-step p {
        font-size: 13px;
    }
    
    .process-step:not(:last-child)::after {
        display: none;
    }
    
    /* Audit Process */
    .audit-process {
        padding: 20px;
    }
    
    .process-timeline {
        padding-left: 30px;
    }
    
    .process-timeline-item::before {
        left: -20px;
        width: 15px;
        height: 15px;
    }
    
    .process-timeline-item::after {
        left: -13px;
    }
    
    .process-timeline-item h4 {
        font-size: 16px;
    }
    
    .process-timeline-item p {
        font-size: 13px;
    }
    
    /* Service Page Cards */
    .service-page-card {
        padding: 30px 20px;
    }
    
    .service-page-card i {
        font-size: 50px;
    }
    
    .service-page-card h3 {
        font-size: 20px;
    }
    
    .service-page-card p {
        font-size: 13px;
    }
    
    /* Portfolio Page */
    .filter-buttons {
        margin-bottom: 25px;
    }
    
    .filter-btn {
        padding: 8px 18px;
        font-size: 14px;
        margin: 0 3px 8px;
    }
    
    .portfolio-item img {
        height: 220px;
    }
    
    .portfolio-overlay h4 {
        font-size: 18px;
    }
    
    .portfolio-overlay p {
        font-size: 13px;
    }
    
    .portfolio-overlay .btn {
        padding: 8px 20px;
        font-size: 13px;
    }
    
    /* About Page */
    .about-page-section {
        padding: 50px 0;
    }
    
    .about-page-content h2 {
        font-size: 24px;
    }
    
    .about-page-content p {
        font-size: 14px;
    }
    
    .team-member {
        margin-bottom: 25px;
    }
    
    .team-member img {
        width: 70%;
    }
    
    .team-member h4 {
        font-size: 18px;
    }
    
    .team-member p {
        font-size: 14px;
    }
    
    /* Contact Page */
    .contact-page-info {
        padding: 25px;
    }
    
    .contact-page-info h3 {
        font-size: 22px;
        margin-bottom: 20px;
    }
    
    .contact-detail-item {
        gap: 12px;
        margin-bottom: 20px;
    }
    
    .contact-detail-item i {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
    
    .contact-detail-item h4 {
        font-size: 16px;
    }
    
    .contact-detail-item p, 
    .contact-detail-item a {
        font-size: 13px;
    }
    
    .map-container {
        margin-top: 25px;
    }
    
    .map-container iframe {
        height: 300px;
    }
    
    /* Consulting Domains */
    .consulting-domains {
        padding: 25px;
    }
    
    .domain-item {
        flex-direction: column;
        text-align: center;
        padding: 20px;
    }
    
    .domain-item i {
        margin-bottom: 10px;
    }
    
    .domain-item h4 {
        font-size: 16px;
    }
    
    .domain-item p {
        font-size: 13px;
    }
    
    /* Manpower Category */
    .manpower-category {
        padding: 20px;
    }
    
    .manpower-category h3 {
        font-size: 18px;
    }
    
    .manpower-category h3 i {
        font-size: 20px;
    }
    
    .manpower-category ul {
        grid-template-columns: 1fr;
    }
    
    .manpower-category ul li {
        font-size: 13px;
    }
    
    /* Hiring Process */
    .hiring-process {
        padding: 25px;
    }
    
    .step-icon {
        width: 60px;
        height: 60px;
        font-size: 24px;
    }
    
    /* Benefits List */
    .benefits-list li {
        font-size: 13px;
        padding: 8px 0;
    }
    
    .benefits-list li i {
        font-size: 16px;
    }
    
    /* CTA Box */
    .cta-box {
        padding: 40px 20px;
    }
    
    .cta-box h2 {
        font-size: 24px;
    }
    
    .cta-box p {
        font-size: 14px;
        margin-bottom: 25px;
    }
    
    .cta-box .btn {
        padding: 12px 30px;
        font-size: 14px;
    }
    
    /* Form Styles */
    .form-control-lg {
        font-size: 14px;
        padding: 10px 15px;
    }
    
    /* Footer */
    footer {
        padding: 40px 0 15px;
    }
    
    .footer-widget {
        text-align: center;
        margin-bottom: 25px;
    }
    
    .footer-widget h4 {
        font-size: 18px;
        margin-bottom: 20px;
    }
    
    .footer-widget h4::after {
        left: 50%;
        transform: translateX(-50%);
    }
    
    .footer-links {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .footer-links li {
        justify-content: center;
        margin-bottom: 10px;
    }
    
    .footer-links a {
        font-size: 14px;
    }
    
    .copyright {
        padding-top: 20px;
        margin-top: 20px;
        font-size: 13px;
    }
    
    /* Floating CTA Bar */
    .cta-floating-bar {
        flex-wrap: wrap;
        width: 95%;
        border-radius: 25px;
        padding: 12px;
        gap: 10px;
        bottom: 15px;
        left: 50%;
        transform: translateX(-50%);
    }

    .cta-logo {
        border-right: none;
        padding-right: 0;
        width: 100%;
        justify-content: center;
    }
    
    .cta-logo-text {
        font-size: 12px;
    }
    
    .cta-logo-text strong {
        font-size: 14px;
    }

    .cta-items {
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
        gap: 8px;
    }

    .cta-item {
        width: auto;
        padding: 6px 12px;
        font-size: 12px;
    }
    
    .cta-item i {
        font-size: 16px;
    }
    
    .cta-item span {
        display: none;
    }
    
    .cta-item .small-text {
        display: none;
    }

    .cta-button {
        width: 100%;
        justify-content: center;
        padding: 8px 15px;
        font-size: 13px;
    }
    
    .cta-button i {
        font-size: 14px;
    }

    .cta-close {
        position: absolute;
        top: -8px;
        right: 5px;
        padding: 5px 10px;
        font-size: 14px;
    }
    
    /* Floating Icons */
    .whatsapp-float, .call-float {
        width: 45px;
        height: 45px;
        font-size: 22px;
        right: 15px;
    }
    
    .whatsapp-float {
        bottom: 90px;
    }
    
    .call-float {
        bottom: 145px;
    }
    
    .float-tooltip {
        display: none;
    }
}

/* ===== VERY SMALL DEVICES (SMALL MOBILE) ===== */
@media (max-width: 480px) {
    .container {
        padding: 0 12px;
    }
    
    .carousel-caption h2 {
        font-size: 26px;
    }
    
    .carousel-caption h3 {
        font-size: 18px;
    }
    
    .carousel-caption p {
        font-size: 12px;
    }
    
    .slider-btn {
        padding: 8px 20px;
        font-size: 12px;
    }
    
    .section-title {
        font-size: 22px;
    }
    
    .about-content h2 {
        font-size: 22px;
    }
    
    .about-image img {
        height: 250px;
    }
    
    .about-experience {
        width: 80px;
        height: 80px;
    }
    
    .about-experience .years {
        font-size: 24px;
    }
    
    .about-experience .text {
        font-size: 10px;
    }
    
    .stat-number {
        font-size: 32px;
    }
    
    .stat-number::after {
        font-size: 18px;
        right: -15px;
    }
    
    .stat-item p {
        font-size: 14px;
    }
    
    .hex-title {
        font-size: 26px;
    }
    
    .quote-text p {
        font-size: 13px;
    }
    
    .hex-item {
        max-width: 260px;
    }
    
    .service-card h3 {
        font-size: 18px;
    }
    
    .service-card p {
        font-size: 13px;
    }
    
    .page-header h1 {
        font-size: 24px;
    }
    
    .breadcrumb {
        font-size: 12px;
    }
    
    .service-title {
        font-size: 20px;
    }
    
    .feature-box h3 {
        font-size: 16px;
    }
    
    .feature-box p {
        font-size: 12px;
    }
    
    .service-page-card h3 {
        font-size: 18px;
    }
    
    .service-page-card p {
        font-size: 12px;
    }
    
    .cta-box h2 {
        font-size: 20px;
    }
    
    .cta-box p {
        font-size: 13px;
    }
    
    .cta-box .btn {
        padding: 10px 25px;
        font-size: 13px;
    }
    
    .footer-widget h4 {
        font-size: 16px;
    }
    
    .footer-links a {
        font-size: 12px;
    }
    
    .copyright {
        font-size: 11px;
    }
    
    .contact-number {
        font-size: 30px;
    }
    
    .contact-detail a {
        font-size: 12px;
    }
    
    .whatsapp-float, .call-float {
        width: 40px;
        height: 40px;
        font-size: 20px;
        right: 10px;
    }
    
    .whatsapp-float {
        bottom: 80px;
    }
    
    .call-float {
        bottom: 130px;
    }
}

/* ===== PRINT STYLES ===== */
@media print {
    .top-bar,
    .navbar,
    .cta-floating-bar,
    .whatsapp-float,
    .call-float,
    .slider-btn,
    .read-more-btn,
    .filter-buttons,
    .contact-form,
    .cta-box .btn,
    footer {
        display: none !important;
    }
    
    body {
        color: black;
        background: white;
    }
    
    .container {
        max-width: 100%;
        padding: 0;
    }
    
    a {
        text-decoration: none;
        color: black;
    }
    
    .page-header {
        background: none;
        color: black;
        padding: 20px 0;
    }
    
    .page-header h1 {
        color: black;
    }
    
    .page-header h1 span {
        color: black;
    }
    
    .breadcrumb-item a {
        color: black;
    }
    
    .service-card,
    .feature-box,
    .contact-info-box,
    .portfolio-item,
    .team-member {
        break-inside: avoid;
    }
}

/* ===== HEIGHT-BASED RESPONSIVE ===== */
@media (max-height: 600px) {
    .cta-floating-bar {
        bottom: 10px;
        padding: 8px 15px;
    }
    
    .whatsapp-float {
        bottom: 80px;
    }
    
    .call-float {
        bottom: 147px;
    }
}

/* ===== ORIENTATION-BASED RESPONSIVE ===== */
@media (orientation: landscape) and (max-height: 500px) {
    .hero-slider {
        height: 300px;
    }
    
    .carousel-item {
        height: 300px;
    }
    
    .carousel-caption {
        bottom: 50%;
    }
    
    .carousel-caption h2 {
        font-size: 30px;
        margin-bottom: 5px;
    }
    
    .carousel-caption h3 {
        font-size: 18px;
        margin-bottom: 5px;
    }
    
    .carousel-caption p {
        margin-bottom: 10px;
    }
    
    .slider-btn {
        padding: 6px 20px;
    }
    
    .page-header {
        padding: 30px 0;
    }
    
    .page-header h1 {
        font-size: 28px;
        margin-bottom: 5px;
    }
}

/* ===== HIGH RESOLUTION DISPLAYS ===== */
@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
    
    .carousel-caption h2 {
        font-size: 80px;
    }
    
    .carousel-caption h3 {
        font-size: 48px;
    }
    
    .section-title {
        font-size: 48px;
    }
    
    .about-content h2 {
        font-size: 48px;
    }
    
    .hex-title {
        font-size: 72px;
    }
    
    .page-header h1 {
        font-size: 56px;
    }
    
    .service-title {
        font-size: 42px;
    }
}