.container, body {
    min-height: 100vh
}

.product-item:hover .product-action, .product-item:hover .product-image img {
    transform: scale(1.1)
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

body {
    font-family: Poppins,sans-serif;
    background: #f5f7fa
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    background: #fff
}

.header {
    background: #fff;
    padding: 15px 20px;
    box-shadow: 0 2px 10px rgba(0,0,0,.1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
    position: sticky;
    top: 0;
    z-index: 100
}

.action-btn, .back-btn {
    padding: 8px 12px;
    transition: .3s;
    cursor: pointer
}

.back-btn, .header-actions {
    align-items: center;
    gap: 8px;
    display: flex
}

.back-btn {
    background: 0 0;
    border: none;
    color: #666;
    font-size: 14px;
    border-radius: 8px
}

.enquire-btn, .show-number-btn {
    color: #fff;
    background: #0f6b87
}

.back-btn:hover {
    background: #f0f0f0;
    color: #333
}

.header-title h1 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    text-align: center
}

.header-actions {
    flex-wrap: wrap
}

.action-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    border: none;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none
}

.enquire-btn:hover, .show-number-btn:hover {
    background: #0f6b87;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(255,107,53,.3)
}

.enquire-btn {
    border: 2px solid #0f6b87
}

.location-btn, .save-btn, .share-btn {
    background: #f8f9fa;
    color: #666;
    border: 1px solid #e9ecef;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    justify-content: center;
    padding: 0
}

    .location-btn:hover, .save-btn:hover, .share-btn:hover {
        background: #e9ecef;
        color: #333;
        transform: translateY(-1px)
    }

.product-item:hover .product-action, .whatsapp-btn:hover {
    background: #1fb954;
    box-shadow: 0 4px 12px rgba(37,211,102,.3)
}

.whatsapp-btn {
    background: #25d366;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    justify-content: center;
    padding: 0
}

    .whatsapp-btn:hover {
        transform: translateY(-1px)
    }

.main-product-image, .product-item:hover {
    box-shadow: 0 8px 25px rgba(21,122,157,.1)
}

.products-section {
    background: #fff;
    border-radius: 12px;
    overflow: hidden
}

.section-title {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid #f0f0f0
}

.product-category {
    margin-bottom: 35px
}

.category-title {
    font-size: 18px;
    font-weight: 600;
    color: #157a9d;
    margin-bottom: 20px;
    padding: 10px 15px;
    background: linear-gradient(135deg,rgba(21,122,157,.1) 0,rgba(118,75,162,.1) 100%);
    border-radius: 8px;
    border-left: 4px solid #157a9d
}

.product-item {
    display: flex;
    align-items: center;
    padding: 15px;
    border: 1px solid #f0f0f0;
    border-radius: 12px;
    margin-bottom: 12px;
    cursor: pointer;
    transition: .3s;
    background: #fff
}

    .product-item:hover {
        border-color: #157a9d;
        transform: translateY(-2px)
    }

.product-image {
    width: 80px;
    height: 60px;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
    margin-right: 15px
}

    .product-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform .3s
    }

.product-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px
}

.product-name {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    line-height: 1.3
}

.product-price {
    font-size: 16px;
    font-weight: 600;
    color: #157a9d
}

.product-action {
    width: 40px;
    height: 40px;
    background: #25d366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    transition: .3s;
    flex-shrink: 0
}

.product-detail-section {
    display: flex;
    gap: 40px;
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto
}

.product-image-container {
    flex: 0 0 40%;
    position: relative
}

.modal-contact, .toast {
    position: fixed;
    z-index: 1000
}

.main-product-image {
    width: 100%;
    height: auto;
    border-radius: 12px
}

.modal-contact-content, .toast {
    box-shadow: 0 4px 20px rgba(0,0,0,.2)
}

.product-info-container {
    flex: 0 0 60%;
    padding: 20px
}

.product-title {
    font-size: 32px;
    font-weight: 700;
    color: #333;
    margin-bottom: 24px;
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 15px
}

.product-description p {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 20px
}

.product-cta {
    margin-top: 30px
}

    .product-cta .enquire-btn {
        width: 100%;
        max-width: 300px;
        padding: 15px 30px;
        font-size: 18px;
        text-align: center;
        justify-content: center
    }

.toast {
    bottom: 20px;
    right: 20px;
    background: #333;
    color: #fff;
    padding: 12px 20px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    transform: translateX(100%);
    transition: transform .3s
}

    .toast.show {
        transform: translateX(0)
    }

    .toast.success {
        background: #28a745
    }

    .toast.error {
        background: #dc3545
    }

    .toast.info {
        background: #17a2b8
    }

    .toast.warning {
        background: #ffc107;
        color: #333
    }

.modal-contact {
    display: none;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    overflow-y: auto
}

.modal-contact-content {
    background-color: #fff;
    margin: 5% auto;
    padding: 30px;
    border-radius: 12px;
    width: 90%;
    max-width: 500px;
    position: relative
}

.closepop-contact {
    position: absolute;
    right: 20px;
    top: 15px;
    font-size: 24px;
    cursor: pointer;
    color: #666;
    transition: color .3s
}

    .closepop-contact:hover {
        color: #333
    }

.textAccept {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    margin-bottom: 25px;
    text-align: center
}

.contactform {
    display: flex;
    flex-direction: column;
    gap: 15px
}

    .contactform label {
        font-size: 14px;
        font-weight: 500;
        color: #555
    }

    .contactform input, .contactform textarea {
        width: 100%;
        padding: 12px;
        border: 1px solid #ddd;
        border-radius: 8px;
        font-size: 14px;
        transition: border-color .3s
    }

        .contactform input:focus, .contactform textarea:focus {
            outline: 0;
            border-color: #157a9d
        }

.input-group {
    display: flex;
    align-items: center;
    gap: 10px
}

.country-code {
    font-size: 14px;
    color: #666
}

.send-enquiry {
    background: #25d366;
    color: #fff;
    border: none;
    padding: 15px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: .3s
}

    .send-enquiry:hover {
        background: #1fb954;
        transform: translateY(-2px)
    }

.alert {
    padding: 12px;
    border-radius: 8px;
    margin-bottom: 15px;
    display: none
}

.alert-danger {
    background-color: #fee2e2;
    color: #dc2626;
    border: 1px solid #fecaca
}

:root {
    --primary-color: #1a1a1a;
    --secondary-color: #4a4a4a;
    --accent-color: #ff385c;
    --background-color: #f9fafb;
    --border-color: #e5e7eb;
    --text-color: #374151;
    --heading-color: #111827;
    --light-accent: #fff1f2;
    --success-color: #10b981;
    --card-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),0 2px 4px -1px rgba(0, 0, 0, 0.06)
}

.blog-detail {
    background: #fff;
    border-radius: 16px;
    box-shadow: var(--card-shadow);
    overflow: hidden;
    margin: 0 auto;
}

.blog-hero.parallax-container {
    position: relative;
    height: 600px;
    overflow: hidden;
    background: #000;
    border-radius: 16px 16px 0 0
}

.hero-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: .9;
    transition: .5s
}

.blog-hero:hover .hero-image {
    transform: scale(1.05);
    opacity: .8
}

.blog-category {
    position: absolute;
    top: 2rem;
    left: 2rem;
    background: var(--accent-color);
    color: #fff;
    padding: .75rem 1.5rem;
    border-radius: 30px;
    font-size: 1rem;
    font-weight: 500;
    box-shadow: 0 4px 15px rgba(255,56,92,.3);
    z-index: 2;
    transition: .3s
}

    .blog-category:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(255,56,92,.4)
    }

.blog-meta {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.8) 50%,rgba(0,0,0,.9) 100%);
    padding: 6rem 2rem 2rem;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1
}

.author {
    display: flex;
    align-items: center;
    gap: 1rem
}

.author-image {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 3px solid rgba(255,255,255,.8);
    object-fit: contain;
    box-shadow: 0 4px 10px rgba(0,0,0,.2)
}

.author-info {
    display: block;
    flex-direction: column;
    gap: .3rem
}

.reading-time, .share-btn {
    display: flex;
    align-items: center
}

.author-name {
    font-size: 1.1rem;
    font-weight: 600;
    color: #fff;
    text-shadow: 0 2px 4px rgba(0,0,0,.3)
}

.post-date {
    font-size: .9rem;
    color: rgba(255,255,255,.9)
}

.share-buttons {
    display: flex;
    gap: 1rem
}

.share-btn {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: none;
    background: rgba(168,168,168,.212);
    color: #7a7979;
    font-size: 1.2rem;
    justify-content: center;
    cursor: pointer;
    transition: .3s;
    backdrop-filter: blur(5px)
}

.blog-section h3, .blog-title {
    color: var(--heading-color);
    margin-bottom: 1.5rem
}

.share-btn:hover {
    transform: translateY(-3px);
    background: rgb(235 232 232)
}

.share-btn.facebook:hover {
    background: #1877f2;
    box-shadow: 0 4px 15px rgba(24,119,242,.4)
}

.share-btn.twitter:hover {
    background: #1da1f2;
    box-shadow: 0 4px 15px rgba(29,161,242,.4)
}

.share-btn.whatsapp:hover {
    background: #25d366;
    box-shadow: 0 4px 15px rgba(37,211,102,.4)
}

.blog-content {
    padding: 3rem 4rem;
    font-size: 1.1rem;
    line-height: 1.8
}

.blog-title {
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: -.02em
}

.blog-subtitle {
    font-size: 1.5rem;
    color: var(--secondary-color);
    line-height: 1.4;
    margin-bottom: 3rem;
    font-weight: 400
}

.blog-section li, .blog-section p, .lead {
    color: var(--text-color)
}

.lead {
    font-size: 1.4rem;
    margin-bottom: 3rem;
    padding-left: 1rem;
    border-left: 4px solid var(--accent-color)
}

.blog-section {
    margin: 3rem 0
}

    .blog-section h3 {
        font-size: 1.8rem;
        font-weight: 600
    }

    .blog-section p {
        margin-bottom: 1.5rem
    }

    .blog-section ul {
        background: var(--background-color);
        padding: 2rem 3rem;
        border-radius: 12px;
        margin: 2rem 0
    }

    .blog-section li {
        margin-bottom: 1rem;
        position: relative;
        padding-left: 1.5rem
    }

        .blog-section li::before {
            content: '?';
            color: var(--accent-color);
            position: absolute;
            left: 0;
            font-weight: 700
        }

.featured-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 2rem;
    margin-bottom: 2rem
}

.read-more-btn, .submit-btn {
    font-weight: 500;
    align-items: center;
    cursor: pointer
}

.category-badge {
    background: var(--light-accent);
    color: var(--accent-color);
    padding: .5rem 1rem;
    border-radius: 20px;
    font-weight: 500;
    font-size: .9rem;
    transition: .3s
}

.read-time, .reading-time {
    color: var(--secondary-color)
}

.category-badge:hover {
    background: var(--accent-color);
    color: #fff
}

.reading-time {
    gap: .5rem;
    font-size: .9rem
}

.related-posts {
    margin-top: .2rem;
    padding-top: .2rem
}

    .related-posts h3 {
        font-size: 2rem;
        margin-bottom: 2rem;
        color: var(--heading-color)
    }

.related-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(300px,1fr));
    gap: 2rem
}

.related-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: var(--card-shadow);
    transition: .3s;
    position: relative
}

    .related-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 20px rgba(0,0,0,.1)
    }

    .related-card img {
        width: 100%;
        height: 200px;
        object-fit: contain;
        transition: transform .5s
    }

    .related-card:hover img {
        transform: scale(1.05)
    }

    .related-card h4 {
        padding: 1.5rem;
        font-size: 1.2rem;
        color: var(--heading-color);
        margin: 0
    }

.read-time {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: rgba(255,255,255,.9);
    padding: .2rem .4rem;
    border-radius: 20px;
    font-size: .8rem
}

.contact-section {
    margin-top: 4rem;
    padding: 3rem;
    background: var(--background-color);
    border-radius: 16px
}

    .contact-section h3 {
        font-size: 2rem;
        color: var(--heading-color);
        margin-bottom: 1rem
    }

    .contact-section p, .form-group {
        margin-bottom: 2rem
    }

    .contact-section p {
        color: var(--text-color);
        font-size: 1.1rem
    }

.form-group label {
    display: block;
    margin-bottom: .8rem;
    color: var(--heading-color);
    font-weight: 500
}

.form-group input, .form-group select, .form-group textarea {
    width: 100%;
    padding: 1rem;
    border: 2px solid var(--border-color);
    border-radius: 8px;
    font-size: 1rem;
    transition: .3s;
    background: #fff
}

    .form-group input:focus, .form-group select:focus, .form-group textarea:focus {
        outline: 0;
        border-color: var(--accent-color);
        box-shadow: 0 0 0 3px var(--light-accent)
    }

.submit-btn {
    background: var(--accent-color);
    color: #fff;
    padding: 1rem 2rem;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    display: inline-flex;
    gap: .8rem;
    transition: .3s
}

    .submit-btn:hover {
        background: #e31b3c;
        transform: translateY(-2px)
    }

    .submit-btn i {
        font-size: 1.2rem
    }

@media (max-width:768px) {
    .header {
        padding: 12px 15px;
        flex-direction: column;
        align-items: stretch
    }

    .header-title {
        order: -1;
        margin-bottom: 10px
    }

        .header-title h1 {
            font-size: 16px;
            text-align: left
        }

    .back-btn {
        align-self: flex-start;
        margin-bottom: 10px
    }

    .header-actions {
        justify-content: center;
        gap: 6px
    }

    .action-btn {
        font-size: 12px;
        padding: 6px 10px
    }

    .content {
        padding: 15px
    }

    .section-title, .textAccept {
        font-size: 20px;
        margin-bottom: 20px
    }

    .category-title {
        font-size: 16px;
        padding: 8px 12px
    }

    .product-item {
        padding: 12px
    }

    .product-image {
        width: 60px;
        height: 45px;
        margin-right: 12px
    }

    .product-name, .product-price {
        font-size: 14px
    }

    .product-action {
        width: 35px;
        height: 35px;
        font-size: 16px
    }

    .product-detail-section {
        flex-direction: column;
        gap: 20px;
        padding: 15px
    }

    .product-image-container {
        flex: 0 0 100%
    }

    .product-info-container {
        flex: 0 0 100%;
        padding: 15px 0
    }

    .product-title {
        font-size: 24px;
        margin-bottom: 20px
    }

    .product-description p {
        font-size: 14px;
        margin-bottom: 15px
    }

    .product-cta .enquire-btn {
        max-width: 100%;
        padding: 12px 24px;
        font-size: 16px
    }

    .modal-contact-content {
        margin: 10% auto;
        padding: 20px
    }

    .send-enquiry {
        padding: 12px;
        font-size: 14px
    }

    .blog-hero {
        height: 300px
    }

    .blog-title {
        font-size: 2rem
    }

    .blog-subtitle {
        font-size: 1.2rem
    }

    .blog-content {
        padding: 1.5rem
    }

    .blog-meta {
        flex-direction: column;
        gap: 1rem;
        align-items: flex-start;
        flex-direction: column;
        gap: 1.5rem;
        align-items: flex-start;
        padding: 4rem 1.5rem 1.5rem
    }

    .blog-hero.parallax-container {
        height: 500px
    }

    .share-buttons {
        width: 100%;
        justify-content: flex-start
    }

    .blog-category {
        top: 1.5rem;
        left: 1.5rem;
        padding: .6rem 1.2rem;
        font-size: .9rem
    }
}

@media (max-width:480px) {
    .header {
        padding: 10px 12px
    }

    .header-title h1 {
        font-size: 15px
    }

    .action-btn {
        font-size: 11px;
        padding: 5px 8px
    }

    .location-btn, .save-btn, .share-btn, .whatsapp-btn {
        width: 35px;
        height: 35px
    }

    .content {
        padding: 12px
    }

    .section-title {
        font-size: 18px;
        margin-bottom: 15px
    }

    .product-category {
        margin-bottom: 25px
    }

    .category-title {
        font-size: 15px;
        padding: 6px 10px
    }

    .product-item {
        padding: 10px;
        margin-bottom: 10px
    }

    .product-image {
        width: 50px;
        height: 40px;
        margin-right: 10px
    }

    .product-name, .product-price {
        font-size: 13px
    }

    .product-action {
        width: 30px;
        height: 30px;
        font-size: 14px
    }

    .product-detail-section {
        padding: 10px
    }

    .product-info-container {
        padding: 10px 0
    }

    .product-title {
        font-size: 20px;
        margin-bottom: 15px
    }

    .product-description p {
        font-size: 13px;
        margin-bottom: 12px
    }

    .blog-hero {
        height: 200px
    }

    .blog-title {
        font-size: 1.5rem
    }

    .author-name, .blog-subtitle, .share-btn {
        font-size: 1rem
    }

    .contact-section {
        padding: 1rem
    }

    .submit-btn {
        width: 100%
    }

    .author-image {
        width: 50px;
        height: 50px
    }

    .share-btn {
        width: 40px;
        height: 40px
    }
}

.fade-in {
    animation: .5s forwards fadeIn
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.slide-up {
    animation: .3s forwards slideUp
}

@keyframes slideUp {
    from {
        transform: translateY(20px);
        opacity: 0
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

.loading {
    pointer-events: none;
    opacity: .7
}

    .loading::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 20px;
        height: 20px;
        margin: -10px 0 0 -10px;
        border: 2px solid #157a9d;
        border-top: 2px solid transparent;
        border-radius: 50%;
        animation: 1s linear infinite spin
    }

@keyframes spin {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.read-more-btn {
    width: 100%;
    padding: .8rem;
    background: #f8f8f8;
    border: none;
    border-radius: 6px;
    color: #333;
    display: flex;
    justify-content: center;
    gap: .5rem;
    transition: .3s
}

.profile-header {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 0
}

    .profile-header i {
        font-size: 16px;
        cursor: pointer
    }

.profile-name {
    font-size: 16px;
    font-weight: 600;
    color: #111;
    line-height: 1.2
}
