/* Mission Content Spacing */
.wpo-about-area .mission-content ul {
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 0;
}

.wpo-about-area .mission-content ul li {
    margin-bottom: 15px;
    line-height: 1.6;
    padding-left: 5px;
}

/* Image Box Styling */
.image-box {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

/* Testimonial Background */
.wpo-testimonial-area {
    position: relative;
    background-image: url('../images/smpl/home1.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.wpo-testimonial-area::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.85);
    z-index: 1;
}

.wpo-testimonial-area .container {
    position: relative;
    z-index: 2;
}

.wpo-testimonial-item {
    background: rgba(255, 255, 255, 0.98);
    border-radius: 15px;
    padding: 30px;
    margin: 15px 0;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.wpo-testimonial-item h2 {
    color: #1a1f2c !important;
    font-weight: 600;
}

.wpo-testimonial-item span {
    color: #5a647a !important;
    font-weight: 500;
}

.wpo-testimonial-item p {
    color: #2c3e50 !important;
    line-height: 1.7;
    font-size: 16px;
}

/* Lead Contact Section */
.lead-contact-section {
    background: #f8f9fa;
}

.contact-details {
    padding: 30px;
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}

.contact-icon {
    width: 50px;
    height: 50px;
    background: #6d4c42;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
}

.contact-icon i {
    color: #ffffff;
    font-size: 20px;
}

.contact-text h4 {
    color: #1a1f2c;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 18px;
}

.contact-text p {
    color: #5a647a;
    margin: 0;
    line-height: 1.6;
}

.lead-form {
    padding: 30px;
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.contact-form .form-group {
    margin-bottom: 20px;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #e1e5e9;
    border-radius: 8px;
    font-size: 14px;
    transition: border-color 0.3s ease;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    outline: none;
    border-color: #667eea;
}

/* Breadcrumb Background */
.wpo-page-title {
    position: relative;
    background-image: url('../images/smpl/home1.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.wpo-page-title::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.wpo-page-title .container {
    position: relative;
    z-index: 2;
}

.wpo-page-title h2 {
    color: #ffffff !important;
}

.wpo-page-title .wpo-breadcumb-wrap {
    color: #ffffff !important;
    text-align: left!important;
}

.wpo-page-title .wpo-breadcumb-wrap a {
    color: #ffffff !important;
}

/* Mobile Menu Background Color */
@media (max-width: 991px) {
    .wpo-site-header .navigation-holder {
        background: #c9afa7 !important;
    }
    
    .wpo-site-header .navigation-holder #navbar {
        background: #6d4c42 !important;
    }
    
    .wpo-site-header .navigation-holder #navbar ul {
        background: #6d4c42 !important;
    }
    
    .wpo-site-header .navigation-holder #navbar ul li {
        background: #6d4c42 !important;
    }
    
    .wpo-site-header .navigation-holder #navbar ul li a {
        background: #6d4c42 !important;
        color: #ffffff !important;
    }
    
    .wpo-site-header .navigation-holder #navbar ul li a:hover {
        background: rgba(255, 255, 255, 0.1) !important;
        color: #ffffff !important;
    }
    
    .wpo-site-header .menu-close {
        background: #6d4c42 !important;
        color: #ffffff !important;
    }
    
    .wpo-site-header .menu-close:hover {
        background: rgba(255, 255, 255, 0.1) !important;
        color: #ffffff !important;
    }
    
    /* Mobile Header Buttons - Icons Only */
    .header-action-buttons {
        display: flex !important;
        gap: 8px !important;
        margin-bottom: 5px !important;
        align-items: center !important;
        justify-content: center !important;
    }
    
    .call-btn {
        display: none !important;
    }
    
    .whatsapp-btn {
        min-width: auto !important;
        width: 45px !important;
        height: 45px !important;
        padding: 0 !important;
        border-radius: 50% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
    
    .whatsapp-btn span {
        display: none !important;
    }
    
    .whatsapp-btn i {
        margin-right: 0 !important;
        font-size: 20px !important;
    }
    
    .get-btn {
        display: none !important;
    }
    
    /* Reduce space below logo in mobile */
    .navbar-wrap {
        margin-bottom: 5px !important;
    }
    
    .navbar-header {
        margin-bottom: 5px !important;
    }
    
    .navbar-brand.logo img {
        margin-bottom: 5px !important;
    }
    
    .navigation.navbar {
        margin-top: 0 !important;
    }
}

/* Mobile Responsive Spacing Fixes */
@media (max-width: 768px) {
    .wpo-about-area {
        padding: 40px 0 !important;
    }
    
    .wpo-about-area .row {
        margin-bottom: 30px !important;
    }
    
    .wpo-about-area .col-lg-6,
    .wpo-about-area .col-md-12 {
        margin-bottom: 30px !important;
    }
    
    .wpo-about-area .image-box {
        margin-bottom: 20px !important;
    }
    
    .wpo-section-title {
        margin-bottom: 30px !important;
    }
    
    .wpo-service-area {
        padding: 40px 0 !important;
    }
    
    .wpo-service-item {
        margin-bottom: 25px !important;
    }
    
    .contact-page-section {
        padding: 40px 0 !important;
    }
    
    .contact-form-section,
    .contact-info {
        margin-bottom: 30px !important;
    }
    
    .map-container {
        padding: 40px 0 !important;
    }
        .wpo-page-title {
        min-height: 250px;
        margin-top: 60px;
        padding-top: 50px;
    }
    
    /* Product Page Mobile Fixes */
    .product-section {
        padding: 40px 0 !important;
    }
    
    .product-list {
        gap: 25px !important;
        margin-top: 30px !important;
    }
    
    .product-card {
        padding: 20px !important;
        margin-bottom: 25px !important;
    }
    
    .product-index {
        top: 15px !important;
        right: 15px !important;
    }
    
    /* Fix all images and content spacing */
    img {
        margin-bottom: 20px !important;
    }
    
    .container {
        padding: 0 15px !important;
    }
    
    .row {
        margin-bottom: 30px !important;
    }
    
    .col-lg-6, .col-md-12, .col-12 {
        margin-bottom: 25px !important;
    }
}

@media (max-width: 576px) {
    .wpo-about-area {
        padding: 30px 0 !important;
    }
    
    .wpo-about-area .row {
        margin-bottom: 25px !important;
    }
    
    .wpo-about-area .col-lg-6,
    .wpo-about-area .col-md-12 {
        margin-bottom: 25px !important;
    }
    
    .wpo-about-area .image-box {
        margin-bottom: 20px !important;
    }
    
    .wpo-section-title {
        margin-bottom: 25px !important;
    }
    
    .wpo-service-area {
        padding: 30px 0 !important;
    }
    
    .wpo-service-item {
        margin-bottom: 20px !important;
    }
    
    .contact-page-section {
        padding: 30px 0 !important;
    }
    
    .contact-form-section,
    .contact-info {
        margin-bottom: 25px !important;
    }
    
    .map-container {
        padding: 30px 0 !important;
    }
    
    /* Product Page Mobile Fixes */
    .product-section {
        padding: 30px 0 !important;
    }
    
    .product-list {
        gap: 20px !important;
        margin-top: 25px !important;
    }
    
    .product-card {
        padding: 15px !important;
        margin-bottom: 20px !important;
    }
    
    .product-index {
        top: 10px !important;
        right: 10px !important;
    }
    
    /* Fix all images and content spacing */
    img {
        margin-bottom: 20px !important;
    }
    
    .container {
        padding: 0 15px !important;
    }
    
    .row {
        margin-bottom:0px !important;
    }
    
    .col-lg-6, .col-md-12, .col-12 {
        margin-bottom: 20px !important;
    }
    
    /* Additional fixes for mobile */
    .section-padding {
        padding: 30px 0 !important;
    }
    
    .wpo-about-text {
        margin-bottom: 20px !important;
    }
    
    .wpo-about-title {
        margin-bottom: 15px !important;
    }
}

/* Business Partners Section */
.business-partners-section {
    background: #f8f9fa;
    padding: 80px 0;
}

.business-partners-section .wpo-section-title span {
    color: #6d4c42;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 15px;
}

.business-partners-section .wpo-section-title h2 {
    color: #333333;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 50px;
}

.business-partners-section .row {
    overflow: visible;
}

.business-partners-section .col-xs-12 {
    overflow: visible;
    width: 100%;
}

.partners-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    width: 100%;
    justify-items: center;
}

.partner-item {
    width: 200px;
    height: 120px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    visibility: visible !important;
    opacity: 1 !important;
}

.partner-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.partner-item img {
    max-width: 100%;
    max-height: 80px;
    object-fit: contain;
    /* filter: grayscale(100%); */
    opacity: 0.7;
    transition: all 0.3s ease;
    display: block !important;
    visibility: visible !important;
    width: auto !important;
    height: auto !important;
}

.partner-item:hover img {
    filter: grayscale(0%);
    opacity: 1;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .business-partners-section {
        padding: 60px 0;
    }
    
    .business-partners-section .wpo-section-title h2 {
        font-size: 28px;
        margin-bottom: 30px;
    }
    
    .partners-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    
    .partner-item {
        width: 100%;
        height: 100px;
        padding: 15px;
    }
    
    .partner-item img {
        max-height: 60px;
        filter: none !important;
        opacity: 1 !important;
    }
}

@media (max-width: 576px) {
    .partner-item {
        height: 80px;
        padding: 10px;
    }
    
    .partner-item img {
        max-height: 50px;
        filter: none !important;
        opacity: 1 !important;
    }
    
    .partners-grid {
        gap: 10px;
    }
}

/* Footer Copyright Center */
.wpo-lower-footer .copyright-text {
    text-align: center !important;
}

.wpo-lower-footer .copyright-text p {
    margin: 0 !important;
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: 14px !important;
}

.wpo-lower-footer .copyright-text a {
    color: #ffffff !important;
    text-decoration: none !important;
    transition: color 0.3s ease !important;
}

.wpo-lower-footer .copyright-text a:hover {
    color: #6d4c42 !important;
}

/* Footer Logo White Filter */
.wpo-site-footer .about-widget .logo img,
.wpo-site-footer .logo img,
.wpo-site-footer img[src*="smpl-logo"] {
    filter: brightness(0) invert(1) grayscale(1) !important;
    -webkit-filter: brightness(0) invert(1) grayscale(1) !important;
    -moz-filter: brightness(0) invert(1) grayscale(1) !important;
    -o-filter: brightness(0) invert(1) grayscale(1) !important;
    -ms-filter: brightness(0) invert(1) grayscale(1) !important;
}

.wpo-site-footer .about-widget .logo img:hover,
.wpo-site-footer .logo img:hover,
.wpo-site-footer img[src*="smpl-logo"]:hover {
    filter: brightness(0) invert(0.9) grayscale(1) !important;
    -webkit-filter: brightness(0) invert(0.9) grayscale(1) !important;
    -moz-filter: brightness(0) invert(0.9) grayscale(1) !important;
    -o-filter: brightness(0) invert(0.9) grayscale(1) !important;
    -ms-filter: brightness(0) invert(0.9) grayscale(1) !important;
}

/* Preloader Background */
.preloader {
    background: #ffffff !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 999999 !important;
    transition: opacity 0.5s ease !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.preloader .vertical-centered-box {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 100% !important;
}

.preloader .content {
    text-align: center !important;
    position: relative !important;
    z-index: 10 !important;
}

.preloader .content img {
    max-width: 150px !important;
    height: auto !important;
    display: block !important;
    margin: 0 auto !important;
}

/* Hide loader circle */
.preloader .loader-circle,
.preloader .loader-line-mask,
.preloader .loader-line {
    display: none !important;
}

/* Individual Page Breadcrumb Backgrounds */
.about-php .wpo-page-title {
    background-image: url('../images/smpl/about-breadcrumb.webp') !important;
}

.product-php .wpo-page-title {
    background-image: url('../images/smpl/product-breadcrumb.webp') !important;
}

.contact-php .wpo-page-title {
    background-image: url('../images/smpl/contact-bred.webp') !important;
}

/* Remove underline from navbar tabs */
.wpo-site-header #navbar>ul>li>a:before,
.wpo-site-header #navbar>ul>li>a:hover:before,
.wpo-site-header #navbar>ul>li.current-menu-item a:before,
.wpo-site-header #navbar>ul>li>a.active:before {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
}

/* Remove background color from active navbar tab */
.wpo-site-header #navbar>ul>li>a.active {
    background: transparent !important;
    color: #6d4c42 !important;
}

/* Header Action Buttons - Best Design */
.header-action-buttons {
    display: flex;
    gap: 12px;
    margin-bottom: 15px;
    align-items: center;
}

.call-btn, .whatsapp-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    min-width: 130px;
    color: white;
    border: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
}

.call-btn::before, .whatsapp-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s;
}

.call-btn:hover::before, .whatsapp-btn:hover::before {
    left: 100%;
}

.call-btn {
    background: linear-gradient(135deg, #6d4c42 0%, #8d6e63 100%);
}

.call-btn:hover {
    background: linear-gradient(135deg, #5d4037 0%, #6d4c42 100%);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(109, 76, 66, 0.4);
}

.whatsapp-btn {
    background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
}

.whatsapp-btn:hover {
    background: linear-gradient(135deg, #22c55e 0%, #0d9488 100%);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.4);
}

.call-btn i, .whatsapp-btn i {
    font-size: 18px;
    margin-right: 10px;
    color: white;
}

.call-btn span, .whatsapp-btn span {
    font-size: 14px;
    font-weight: 600;
    color: white;
}

/* Get a Free Quote Button */
.get-btn .theme-btn.quote-btn {
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a5a 100%);
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    min-width: 160px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(255, 107, 107, 0.3);
    position: relative;
    overflow: hidden;
}

.get-btn .theme-btn.quote-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s;
}

.get-btn .theme-btn.quote-btn:hover::before {
    left: 100%;
}

.get-btn .theme-btn.quote-btn:hover {
    background: linear-gradient(135deg, #ff5252 0%, #e53e3e 100%);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(255, 107, 107, 0.4);
}

@media (max-width: 768px) {
    .header-action-buttons {
        gap: 8px;
        margin-bottom: 10px;
    }
    
    .call-btn, .whatsapp-btn {
        padding: 8px 14px;
        font-size: 11px;
        min-width: 85px;
        border-radius: 6px;
    }
    
    .call-btn i, .whatsapp-btn i {
        font-size: 14px;
        margin-right: 6px;
    }
    
    .call-btn span, .whatsapp-btn span {
        font-size: 11px;
    }
    
    .get-btn .theme-btn {
        padding: 8px 14px;
        font-size: 11px;
        min-width: 85px;
        border-radius: 6px;
    }
}

@media (max-width: 576px) {
    .header-action-buttons {
        flex-direction: column;
        gap: 8px;
        width: 100%;
    }
    
    .call-btn, .whatsapp-btn {
        min-width: 100%;
    }
    
    .get-btn .theme-btn {
        min-width: 100%;
    }
}

/* Contact Page Styling */
.contact-page-section {
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
}

.contact-info {
    padding: 30px;
    background: #6d4c42;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(109, 76, 66, 0.2);
}

.contact-info .wpo-section-title p,
.contact-info .wpo-section-title h2 {
    color: #ffffff !important;
}

.contact-info .contact-text h4 {
    color: #ffffff !important;
}

.contact-info .contact-text p {
    color: rgba(255, 255, 255, 0.9) !important;
}

.contact-info .contact-icon {
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.contact-form-section {
    padding: 40px;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
}

.contact-form-section .wpo-section-title {
    margin-bottom: 30px;
}

.map-section {
    padding: 0;
    background: #ffffff;
}

.map-container {
    padding: 60px 0;
}

.map-wrapper {
    position: relative;
    height: 450px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.map-wrapper iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

/* Footer Background */
.wpo-site-footer {
    position: relative;
    background-image: url('../images/smpl/footer-img.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.wpo-site-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1;
}

.wpo-site-footer .container {
    position: relative;
    z-index: 2;
}

/* Service Item Card Design */
.wpo-service-item {
    position: relative;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 12px 30px rgba(25, 27, 60, 0.08);
    padding: 30px;
    margin-bottom: 30px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.wpo-service-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover !important;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.05;
    z-index: 1;
    filter: brightness(1.2);
    width: 100%;
    height: 100%;
}

.wpo-service-item:nth-child(1)::before {
    background-image: url('../images/smpl/brown-tape.webp');
}

.wpo-service-item:nth-child(2)::before {
    background-image: url('../images/smpl/BOPP-bags.webp');
}

.wpo-service-item:nth-child(3)::before {
    background-image: url('../images/smpl/stretch-film.webp');
}

.wpo-service-item:nth-child(4)::before {
    background-image: url('../images/smpl/transparent-tape.webp');
}

.wpo-service-item:nth-child(5)::before {
    background-image: url('../images/smpl/coloured-tape.webp');
}

.wpo-service-item:nth-child(6)::before {
    background-image: url('../images/smpl/tape-jumbo-roll.webp');
}

.wpo-service-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(25, 27, 60, 0.12);
}

.wpo-service-item h2 {
    position: relative;
    z-index: 2;
    margin-bottom: 15px;
}

.wpo-service-item h2 a {
    color: #1a1f2c;
    text-decoration: none;
    font-weight: 600;
}

.wpo-service-item p {
    position: relative;
    z-index: 2;
    color: #5a647a;
    line-height: 1.6;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .wpo-about-area .mission-content ul {
        padding-left: 15px;
    }
    
    .wpo-about-area .mission-content ul li {
        margin-bottom: 12px;
        font-size: 14px;
    }
    
    .wpo-service-item {
        padding: 20px;
        margin-bottom: 20px;
    }
    
    .wpo-testimonial-item {
        padding: 20px;
        margin: 10px 0;
    }
    
    .contact-details,
    .lead-form {
        padding: 20px;
        margin-bottom: 20px;
    }
    
    .contact-item {
        margin-bottom: 20px;
    }
}

@media (max-width: 1024px) {
    .wpo-testimonial-area {
        background-attachment: scroll;
    }
}
