.action-btn,body{color:var(--text-color)}.header-title h1,.offers-header h2{color:var(--primary-color)}*,.container{padding:0}.container,body{min-height:100vh}:root{--primary-color:#157a9d;--secondary-color:#ff6b6b;--accent-color:#4CAF50;--background-color:#f8f9fa;--text-color:#333;--border-radius:12px;--box-shadow:0 4px 6px rgba(0, 0, 0, 0.1);--transition:all 0.3s ease}.action-btn,.back-btn{border-radius:var(--border-radius);box-shadow:var(--box-shadow)}.action-btn,.back-btn,.offer-card,.offer-card.premium{transition:var(--transition)}body{background:var(--background-color);line-height:1.6;font-family:Poppins,sans-serif;background:#f5f7fa}.header{display:flex;align-items:center;justify-content:space-between;margin-bottom:30px;flex-wrap:wrap}.back-btn{display:flex;align-items:center}.back-btn:hover{transform:translateX(-5px)}.header-actions{display:flex;gap:10px;flex-wrap:wrap}.action-btn,.offer-details li{display:flex;align-items:center}.action-btn{background:#fff;gap:8px}.action-btn:hover{transform:translateY(-2px);box-shadow:0 6px 12px rgba(0,0,0,.15)}.action-btn.enquire-btn{background:var(--primary-color);color:#fff}.action-btn.whatsapp-btn{background:#25d366;color:#fff}.content,.product-cta{margin-top:30px}.offers-container{max-width:1100px;margin:0 auto}.offers-header{text-align:center;margin-bottom:40px;animation:.8s fadeInDown}.offers-header h2{font-size:2.5em;margin-bottom:10px}.offers-header p{color:#666;font-size:1.1em}.featured-offer{margin-bottom:50px;animation:1s fadeIn;width:40%;margin-left:30%}.offer-card.premium{background:linear-gradient(145deg,#fff,#f8f9fa);border:none;position:relative;overflow:hidden;box-shadow:0 8px 20px rgba(0,0,0,.1);transform:translateY(0)}.offer-card.premium:hover{transform:translateY(-10px);box-shadow:0 12px 30px rgba(0,0,0,.15)}.offer-card:hover .offer-image img,.product-item:hover .product-action,.product-item:hover .product-image img{transform:scale(1.1)}.offer-badge{position:absolute;top:20px;right:-35px;background:var(--secondary-color);color:#fff;padding:8px 40px;transform:rotate(45deg);z-index:1;box-shadow:0 2px 4px rgba(0,0,0,.2);font-weight:600}.offer-card,.offer-image{position:relative;overflow:hidden}.category-card,.offer-card{box-shadow:var(--box-shadow)}.offers-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;margin-bottom:50px}.offer-card{background:#fff;border-radius:var(--border-radius)}.claim-offer-btn,.offer-tag{background:var(--primary-color);color:#fff}.category-card:hover,.offer-card:hover{transform:translateY(-5px);box-shadow:0 8px 15px rgba(0,0,0,.15)}.offer-image{width:100%;padding-top:40%}.offer-image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain;transition:transform .5s}.offer-content{padding:25px}.offer-tag{display:inline-block;padding:4px 12px;border-radius:20px;font-size:.9em;margin-bottom:15px}.offer-content h3{font-size:1.4em;margin-bottom:15px;color:var(--text-color)}.offer-content p{color:#666;margin-bottom:20px;line-height:1.6}.offer-details{list-style:none;margin-bottom:25px}.offer-details li{gap:10px;margin-bottom:10px;color:#555}.claim-offer-btn,.newsletter-form button{cursor:pointer;display:flex;align-items:center;transition:var(--transition)}.offer-details li i{color:var(--accent-color)}.claim-offer-btn{width:100%;padding:12px 24px;border:none;border-radius:var(--border-radius);font-size:1em;justify-content:center;gap:10px}.category-card,.newsletter-section{border-radius:var(--border-radius);text-align:center}.claim-offer-btn:hover{background:#1a8bb3;transform:translateY(-2px)}.special-categories{margin:50px 0}.special-categories h3{text-align:center;margin-bottom:30px;font-size:2em;color:var(--primary-color)}.categories-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:25px}.category-card{background:#fff;padding:30px;cursor:pointer;transition:var(--transition)}.category-card i{font-size:2.5em;color:var(--primary-color);margin-bottom:15px}.category-card h4{margin-bottom:10px;font-size:1.2em}.category-card p{color:#666;font-size:.9em}.newsletter-section{background:linear-gradient(135deg,var(--primary-color),#1a8bb3);padding:50px 30px;margin-top:50px;color:#fff}.newsletter-content i{font-size:3em;margin-bottom:20px;height:20px}.newsletter-content h3{font-size:1.8em;margin-bottom:15px}.newsletter-form .input-group{display:flex;gap:10px;max-width:500px;margin:25px auto 0}.newsletter-form input{flex:1;padding:12px 20px;border:none;border-radius:var(--border-radius);font-size:1em}.newsletter-form button{padding:12px 24px;background:var(--secondary-color);color:#fff;border:none;border-radius:var(--border-radius);gap:8px;height:50px}.header,.toast{display:flex;align-items:center}.newsletter-form button:hover{background:#ff5252;transform:translateY(-2px)}.toast{left:50%;background:var(--accent-color);border-radius:var(--border-radius);opacity:0;visibility:hidden;transition:var(--transition);box-shadow:0 4px 12px rgba(0,0,0,.2)}@keyframes fadeInDown{from{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@media screen and (max-width:768px){.container{padding:15px}.header{flex-direction:column;align-items:flex-start}.header-actions,.newsletter-form button{width:100%;justify-content:center}.offers-header h2{font-size:2em}.newsletter-form .input-group{flex-direction:column}}@media screen and (max-width:480px){.offers-header h2{font-size:1.8em}.category-card,.offer-content{padding:20px}.offer-content h3{font-size:1.2em}.offer-badge{font-size:.8em;padding:6px 30px}}.offer-ribbon{position:absolute;top:0;left:-30px;background:var(--secondary-color);color:#fff;padding:8px 30px;transform:rotate(-45deg);z-index:1;font-size:.9em;font-weight:600;box-shadow:0 2px 4px rgba(0,0,0,.2)}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:var(--primary-color);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#1a8bb3}*{margin:0;box-sizing:border-box}.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);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)}.content{padding:20px}.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 .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{opacity:1;visibility:visible;bottom:30px;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}@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}}@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}}.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)}}.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}