/* Shared responsive styles */

/* Breadcrumb responsive styles */
.breadcrumb-wrapper {
    padding: 60px 0;
    background-size: cover;
    background-position: center;
    position: relative;
}

.breadcrumb-wrapper-overlay {
    background: linear-gradient(135deg, rgba(24, 14, 8, 0.9), rgba(249, 195, 50, 0.2));
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.breadcrumb-wrapper h2 {
    position: relative;
    z-index: 1;
}

.breadcrumb-wrapper .breadcrumb {
    position: relative;
    z-index: 1;
}

@media (min-width: 992px) {
    .breadcrumb-wrapper {
        padding: 80px 0;
    }
    .breadcrumb-wrapper h2 {
        font-size: 36px;
    }
    .breadcrumb {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .breadcrumb-wrapper {
        padding: 60px 0;
    }
    .breadcrumb-wrapper h2 {
        font-size: 32px;
    }
    .breadcrumb {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .breadcrumb-wrapper {
        padding: 40px 0;
        text-align: center;
    }
    .breadcrumb-wrapper h2 {
        font-size: 24px;
        margin-bottom: 5px;
    }
    .breadcrumb {
        font-size: 14px;
    }
    .breadcrumb-wrapper .col-xs-6 {
        width: 100%;
        text-align: center !important;
    }
    .breadcrumb-wrapper .text-right {
        text-align: center !important;
    }
}

/* Service cards styles */
.service-grid-row {
    margin-bottom: 0;
}

.service-wrapper3 {
    background: #fff;
    border-radius: 8px;
    padding: 30px 20px;
    margin-bottom: 30px;
    transition: all 0.3s ease;
    height: 100%;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.service-wrapper3:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(0,0,0,0.15);
}

.ico-wrap3 {
    margin-bottom: 20px;
}

.service-wrapper3 h3 {
    color: #523717;
    margin: 15px 0;
    font-weight: 600;
}

.service-wrapper3 p {
    color: #4b3620;
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .service-wrapper3 h3 {
        font-size: 22px;
    }
    .service-wrapper3 p {
        font-size: 16px;
        line-height: 1.6;
    }
}

@media (max-width: 991px) {
    .service-wrapper3 h3 {
        font-size: 20px;
    }
    .service-wrapper3 p {
        font-size: 15px;
        line-height: 1.5;
    }
}

@media (max-width: 767px) {
    .service-wrapper3 h3 {
        font-size: 18px;
    }
    .service-wrapper3 p {
        font-size: 14px;
    }
}

/* Why Choose Us icons */
/* Why icon styles moved to style.css for better control */

/* Custom Font Awesome icons for Why Choose Us section */
.why-sustainability::before {
    content: "\f4d8";  /* Business icon */
}

.why-experience::before {
    content: "\f0c0";  /* Team icon */
}

.why-personal::before {
    content: "\f2b5";  /* Personal icon */
}

.why-modern::before {
    content: "\f085";  /* Settings/gear icon */
}

.why-network::before {
    content: "\f0c1";  /* Link/network icon */
}