*{margin:0;padding:0;box-sizing:border-box}body{font-family:'Poppins',sans-serif;line-height:1.6;color:#333;background:#fff}.container{max-width:1200px;margin:0 auto;padding:0 20px}header{background:#fff;box-shadow:0 2px 4px rgba(0,0,0,0.08);border-bottom:2px solid #e9ecef;position:sticky;top:0;z-index:1000;width:100%;left:0;right:0}html{scroll-behavior:smooth}body{padding-top:0}header{position:-webkit-sticky;position:sticky;top:0;z-index:1000;width:100%;left:0;right:0;background:#fff;box-shadow:0 2px 4px rgba(0,0,0,0.08)}.navbar-sticky{position:sticky !important;top:0 !important;z-index:1000 !important;background:#fff !important;box-shadow:0 2px 4px rgba(0,0,0,0.08) !important}.header-static{position:sticky !important;top:0 !important;z-index:1000 !important}.navbar-nav .nav-link[href^="#"]{scroll-margin-top:100px}nav{display:flex;justify-content:space-between;align-items:center;padding:0.8rem 0}.logo{font-size:28px;font-weight:700;color:#2c3e50;font-family:'Poppins',sans-serif;letter-spacing:-0.5px;text-decoration:none}.nav-links{display:flex;list-style:none;gap:2.5rem;font-family:'Inter',sans-serif}.nav-links a{text-decoration:none;color:#495057;font-weight:700;font-size:15px;transition:color 0.3s}.nav-links a:hover,.nav-links a.active{color:#1e3a8a}.navbar-nav .nav-link{font-weight:600 !important;font-size:13px;color:#495057 !important;transition:color 0.3s}.navbar-nav .nav-link:hover{color:#1e3a8a !important}.navbar-nav .nav-link.active{color:#1e3a8a !important}.nav-actions{display:flex;align-items:center;gap:1.5rem;font-family:'Inter',sans-serif}.sign-in{color:#1e3a8a;text-decoration:none;font-weight:600;font-size:15px}.create-account{background:#1e3a8a;color:white;padding:10px 20px;border-radius:6px;text-decoration:none;font-weight:600;font-size:15px;transition:background 0.3s}.product-hero{background:linear-gradient(135deg,#59b693 0%,#4944ad 100%);padding:80px 0;color:white;text-align:center}.product-hero h1{font-size:48px;font-weight:700;font-family:'Playfair Display',serif;margin-bottom:1rem}.product-hero p{font-size:20px;font-family:'Inter',sans-serif;margin-bottom:2rem;opacity:0.9}.hero-price{font-size:24px;font-weight:600;background:rgba(255,255,255,0.2);padding:15px 30px;border-radius:50px;display:inline-block;color:white}.product-details{padding:80px 0}.details-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}@media (max-width:768px){.details-grid{grid-template-columns:1fr;gap:2rem}.product-images{order:1;padding:1rem}.product-info{order:2}.main-product-image{height:350px}.thumbnail-gallery{grid-template-columns:repeat(auto-fit,minmax(70px,1fr));gap:0.6rem;padding:1rem}.thumbnail-image{width:70px;height:70px}}@media (max-width:480px){.main-product-image{height:300px;border-radius:15px}.thumbnail-gallery{grid-template-columns:repeat(auto-fit,minmax(60px,1fr));gap:0.5rem;padding:0.8rem}.thumbnail-image{width:60px;height:60px;border-radius:10px}.product-images{padding:0.8rem}}.product-info h2{font-size:36px;font-weight:600;color:#2c3e50;font-family:'Playfair Display',serif;margin-bottom:2rem}.product-info p{font-size:16px;color:#6c757d;font-family:'Inter',sans-serif;margin-bottom:2rem;line-height:1.8}.features-list{list-style:none;margin-bottom:2rem}.features-list li{padding:10px 0;border-bottom:1px solid #f8f9fa;font-family:'Inter',sans-serif;display:flex;align-items:center}.features-list li:before{content:"✓";color:#1e3a8a;font-weight:bold;margin-right:10px}.order-form{background:#f8f9fa;padding:2rem;border-radius:15px;box-shadow:0 5px 20px rgba(0,0,0,0.1)}.order-form h3{font-size:24px;font-weight:600;color:#2c3e50;margin-bottom:1.5rem;text-align:center}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:0.5rem;font-weight:500;color:#495057;font-family:'Inter',sans-serif}.form-group select,.form-group input{width:100%;padding:12px 15px;border:2px solid #e9ecef;border-radius:8px;font-size:16px;font-family:'Inter',sans-serif;transition:border-color 0.3s}.form-group select:focus,.form-group input:focus{outline:none;border-color:#1e3a8a}.submit-btn{background:#1e3a8a;color:white;padding:12px 25px;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:background 0.3s;width:100%}.submit-btn:hover{background:#1e40af}.related-products{padding:80px 0;background:#f8f9fa}.related-products .section-title{text-align:center;margin-bottom:3rem}.related-products .section-title h2{font-size:36px;font-weight:700;color:#2c3e50;font-family:'Playfair Display',serif}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.product-card{background:transparent;border-radius:10px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,0.05);transition:transform 0.3s ease;text-decoration:none;color:#333}.product-card:hover{transform:translateY(-5px)}.product-card img{width:100%;height:200px;object-fit:cover;display:block}.product-card-content{padding:0.8rem}.product-card h3{font-size:20px;font-weight:600;margin-bottom:0.5rem;font-family:'Poppins',sans-serif}.product-card p{font-size:15px;color:#6c757d;margin-bottom:1rem;font-family:'Inter',sans-serif}.product-card .price{font-size:18px;font-weight:700;color:#1e3a8a;font-family:'Poppins',sans-serif}.cta-section{background:linear-gradient(135deg,#1e3a8a 0%,#2c3e50 100%);color:white;padding:60px 0;text-align:center}.cta-section h2{font-size:36px;font-weight:700;font-family:'Playfair Display',serif;margin-bottom:1.5rem}.cta-section p{font-size:18px;margin-bottom:2.5rem;max-width:800px;margin-left:auto;margin-right:auto;opacity:0.9}.cta-button{background:white;color:#1e3a8a;padding:15px 30px;border-radius:50px;text-decoration:none;font-weight:600;font-size:18px;transition:all 0.3s ease;box-shadow:0 5px 15px rgba(0,0,0,0.2)}.cta-button:hover{background:#e9ecef;transform:translateY(-3px);box-shadow:0 8px 20px rgba(0,0,0,0.3)}footer{background:#2c3e50;color:white;padding:3rem 0 1rem;font-family:'Inter',sans-serif}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3{font-family:'Playfair Display',serif;margin-bottom:1rem;font-size:20px;color:white}.footer-section p{font-size:15px;color:#bdc3c7;line-height:1.7}.footer-section a{color:#bdc3c7;text-decoration:none;display:block;margin-bottom:0.5rem;transition:color 0.3s;font-size:15px}.footer-section a:hover{color:white}.social-icons{display:flex;gap:1rem;margin-top:1rem}.social-icons a{color:white;font-size:24px;transition:color 0.3s}.social-icons a:hover{color:#1e3a8a}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid #34495e;color:#bdc3c7;font-size:14px}.breadcrumb{background:linear-gradient(90deg,#667eea 0%,#764ba2 100%);padding:0.5rem 0;font-family:'Inter',sans-serif;margin-bottom:0}.breadcrumb-content{display:flex;align-items:center;gap:0.3rem;font-size:12px}.breadcrumb a{color:#ffffff;text-decoration:none;transition:all 0.2s ease;padding:0.2rem 0.5rem;border-radius:0;background:rgba(255,255,255,0.1);border:1px solid rgba(255,255,255,0.2)}.breadcrumb a:hover{color:#667eea;background:rgba(255,255,255,0.9);transform:translateY(-1px)}.breadcrumb-separator{color:#ffffff;font-size:10px;font-weight:bold}.breadcrumb-current{color:#ffffff;font-weight:600;padding:0.2rem 0.5rem;background:linear-gradient(45deg,#48bb78,#38a169);border-radius:0;box-shadow:0 2px 8px rgba(72,187,120,0.3);border:1px solid rgba(255,255,255,0.2)}.price-table{background:#f8f9fa;padding:2rem;border-radius:15px;margin:2rem 0;box-shadow:0 5px 20px rgba(0,0,0,0.1)}.price-table h3{font-size:24px;font-weight:600;color:#2c3e50;margin-bottom:1.5rem;text-align:center;font-family:'Playfair Display',serif}.price-table table{width:100%;border-collapse:collapse;margin-top:1rem}.price-table th,.price-table td{padding:12px 15px;text-align:left;border-bottom:1px solid #e9ecef}.price-table th{background:#1e3a8a;color:white;font-weight:600;font-family:'Inter',sans-serif}.price-table td{font-family:'Inter',sans-serif;color:#495057}.price-table tr:hover{background:rgba(0,206,209,0.05)}.price-table tr:last-child td{border-bottom:none}[data-bs-theme="dark"] .price-table{background:#2c2c2c}[data-bs-theme="dark"] .price-table h3{color:#ffffff}[data-bs-theme="dark"] .price-table th{background:#1e3a8a;color:#000000}[data-bs-theme="dark"] .price-table td{color:#cccccc}[data-bs-theme="dark"] .price-table tr:hover{background:rgba(0,206,209,0.1)}@media (max-width:768px){.price-table{padding:1.5rem;margin:1.5rem 0}.price-table h3{font-size:20px}.price-table th,.price-table td{padding:10px 8px;font-size:14px}}@media (max-width:480px){.price-table{padding:1rem}.price-table h3{font-size:18px}.price-table th,.price-table td{padding:8px 6px;font-size:13px}}.preloader{position:fixed;top:0;left:0;width:100%;height:100%;background:#fff;display:flex;justify-content:center;align-items:center;z-index:9999;transition:opacity 0.5s ease}.preloader-item{text-align:center}.preloader-item img{max-width:150px;height:auto}.light-mode-item,.dark-mode-item{transition:opacity 0.3s ease}.light-mode-item{display:block;opacity:1}.dark-mode-item{display:none;opacity:0}[data-bs-theme="dark"] .light-mode-item{display:none;opacity:0}[data-bs-theme="dark"] .dark-mode-item{display:block;opacity:1}.preloader .light-mode-item,.preloader .dark-mode-item{transition:opacity 0.3s ease}.preloader .light-mode-item{display:block;opacity:1}.preloader .dark-mode-item{display:none;opacity:0}[data-bs-theme="dark"] .preloader .light-mode-item{display:none;opacity:0}[data-bs-theme="dark"] .preloader .dark-mode-item{display:block;opacity:1}.navbar-brand .light-mode-item,.navbar-brand .dark-mode-item{transition:opacity 0.3s ease}.navbar-brand .light-mode-item{display:block;opacity:1}.navbar-brand .dark-mode-item{display:none;opacity:0}[data-bs-theme="dark"] .navbar-brand .light-mode-item{display:none;opacity:0}[data-bs-theme="dark"] .navbar-brand .dark-mode-item{display:block;opacity:1}.product-images{display:flex;flex-direction:column;gap:1.5rem;position:relative;background:linear-gradient(145deg,#ffffff 0%,#f8f9fa 100%);padding:1.5rem;border-radius:20px;border:1px solid #e9ecef;box-shadow:0 5px 20px rgba(0,0,0,0.08)}.main-product-image{width:100%;height:450px;object-fit:cover;border-radius:20px;box-shadow:0 8px 25px rgba(0,0,0,0.15);transition:all 0.4s ease,opacity 0.15s ease;border:3px solid #f8f9fa;position:relative;overflow:hidden}.main-product-image::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg,transparent 30%,rgba(255,255,255,0.1) 50%,transparent 70%);transform:translateX(-100%);transition:transform 0.6s ease}.main-product-image:hover::after{transform:translateX(100%)}.main-product-image:hover{transform:translateY(-5px);box-shadow:0 12px 35px rgba(0,0,0,0.2)}.thumbnail-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(80px,1fr));gap:0.8rem;justify-items:center;padding:1.2rem;background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);border-radius:15px;border:1px solid #e9ecef;position:relative;overflow:hidden}.thumbnail-gallery::before{content:'';position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,#1e3a8a,#20B2AA,#1e3a8a);background-size:200% 100%;animation:shimmer 3s ease-in-out infinite}@keyframes shimmer{0%{background-position:-200% 0}100%{background-position:200% 0}}.thumbnail-image{width:80px;height:80px;object-fit:cover;border-radius:12px;cursor:pointer;border:3px solid transparent;transition:all 0.3s ease;box-shadow:0 3px 10px rgba(0,0,0,0.1)}.thumbnail-image:hover{border-color:#1e3a8a;transform:scale(1.1);box-shadow:0 5px 15px rgba(0,176,209,0.3)}.thumbnail-image.active{border-color:#1e3a8a;box-shadow:0 0 0 3px rgba(0,176,209,0.2)}[data-bs-theme="dark"]{background:#1a1a1a;color:#ffffff}[data-bs-theme="dark"] .product-images{background:linear-gradient(145deg,#2c2c2c 0%,#1a1a1a 100%);border-color:#404040}[data-bs-theme="dark"] .thumbnail-gallery{background:linear-gradient(135deg,#2c2c2c 0%,#1a1a1a 100%);border-color:#404040}[data-bs-theme="dark"] .main-product-image{border-color:#404040}[data-bs-theme="dark"] .thumbnail-image{border-color:#404040}[data-bs-theme="dark"] .thumbnail-image:hover{border-color:#1e3a8a;box-shadow:0 5px 15px rgba(0,176,209,0.4)}[data-bs-theme="dark"] header{background:#2c2c2c;border-bottom-color:#404040}[data-bs-theme="dark"] .navbar-nav .nav-link{color:#ffffff !important}[data-bs-theme="dark"] .navbar-nav .nav-link:hover{color:#1e3a8a !important}[data-bs-theme="dark"] .product-info h2,[data-bs-theme="dark"] .product-info h3{color:#ffffff}[data-bs-theme="dark"] .product-info p{color:#cccccc}[data-bs-theme="dark"] .order-form{background:#2c2c2c;color:#ffffff}[data-bs-theme="dark"] .form-group label{color:#ffffff}[data-bs-theme="dark"] .form-group select,[data-bs-theme="dark"] .form-group input{background:#404040;border-color:#555;color:#ffffff}[data-bs-theme="dark"] .product-card{background:#2c2c2c;color:#ffffff}[data-bs-theme="dark"] .product-card p{color:#cccccc}[data-bs-theme="dark"] footer{background:#1a1a1a}[data-bs-theme="dark"] .footer-section a{color:#cccccc}.theme-toggle-btn{background:none;border:none;padding:8px 12px;border-radius:6px;cursor:pointer;transition:background 0.3s}.theme-toggle-btn:hover{background:rgba(0,123,255,0.1)}.theme-toggle-btn .dark-icon,.theme-toggle-btn .light-icon{font-size:18px;color:#495057}[data-bs-theme="dark"] .theme-toggle-btn .dark-icon,[data-bs-theme="dark"] .theme-toggle-btn .light-icon{color:#ffffff}.dropdown-submenu{position:relative}.dropdown-submenu .dropdown-menu{top:0;left:100%;margin-top:-1px}.dropdown-submenu .dropdown-menu.show{display:block}.navbar-brand-item{max-height:35px;width:auto}.navbar-brand{display:flex;align-items:center}.navbar-expand-xl .navbar-nav .nav-link{padding:0.4rem 0.8rem}.dropdown-menu{border:none;box-shadow:0 10px 30px rgba(0,0,0,0.1);border-radius:8px;padding:0.4rem 0}.dropdown-item{padding:0.6rem 1.2rem;transition:all 0.3s ease;font-size:13px}.dropdown-item:hover{background:rgba(0,206,209,0.1);color:#1e3a8a}.dropdown-submenu .dropdown-menu{z-index:1001}.text-center-mobile{text-align:center}@media (max-width:768px){.text-center-mobile{display:block;text-align:center;width:100%}}@media (max-width:992px){.nav-links{gap:1.5rem}.product-hero h1{font-size:40px}.product-details .details-grid{grid-template-columns:1fr;gap:2rem}.main-product-image{height:300px}}@media (max-width:768px){.nav-links{display:none}.nav-actions{gap:1rem}.product-hero{padding:60px 0}.product-hero h1{font-size:32px}.product-hero p{font-size:16px}.product-details{padding:50px 0}.product-info h2{font-size:28px}.related-products{padding:50px 0}.related-products .section-title h2{font-size:28px}.cta-section{padding:40px 0}.cta-section h2{font-size:28px}.cta-section p{font-size:16px}.footer-content{grid-template-columns:1fr;text-align:center}.social-icons{justify-content:center}.main-product-image{height:250px}.thumbnail-gallery{justify-content:center}.thumbnail-image{width:80px;height:80px}}@media (max-width:480px){.product-hero h1{font-size:28px}.product-hero p{font-size:14px}.hero-price{font-size:18px;padding:12px 20px}.order-form{padding:1.5rem}.product-info h2{font-size:24px}.product-info h3{font-size:20px}}.top-bar{background:#f8f9fa;padding:10px 0;font-size:14px;border-bottom:1px solid #e9ecef;font-family:'Inter',sans-serif}.top-bar-content{display:flex;justify-content:space-between;align-items:center}.top-bar-left{display:flex;gap:2rem}.top-bar-left a{color:#6c757d;text-decoration:none;font-weight:500;transition:color 0.3s}.top-bar-left a:hover{color:#17a2b8}.top-bar-right{display:flex;align-items:center;gap:1rem;font-weight:500}.contact-info{color:#495057}.contact-number{color:#17a2b8;font-weight:600}.whatsapp-icon{color:#25d366;font-size:18px}.country-selector{background:white;border:1px solid #dee2e6;padding:6px 12px;border-radius:6px;font-size:14px;font-family:'Inter',sans-serif;font-weight:500}header{background:#fff;box-shadow:0 2px 4px rgba(0,0,0,0.08);border-bottom:2px solid #e9ecef;position:sticky;top:0;z-index:1000;width:100%;left:0;right:0}.navbar-sticky{position:sticky !important;top:0 !important;z-index:1000 !important;background:#fff !important;box-shadow:0 2px 4px rgba(0,0,0,0.08) !important}.header-static{position:sticky !important;top:0 !important;z-index:1000 !important}nav{display:flex;justify-content:space-between;align-items:center;padding:1.2rem 0}.logo{font-size:28px;font-weight:700;color:#2c3e50;font-family:'Poppins',sans-serif;letter-spacing:-0.5px}.nav-links{display:flex;list-style:none;gap:2.5rem;font-family:'Inter',sans-serif}.nav-links a{text-decoration:none;color:#495057;font-weight:700;font-size:15px;transition:color 0.3s}.navbar-nav .nav-link{font-weight:700 !important;font-size:15px;color:#495057 !important;transition:color 0.3s}.navbar-nav .nav-link:hover{color:#1e3a8a !important}.navbar-nav .nav-link.active{color:#1e3a8a !important}.nav-links a:hover{color:#1e3a8a}.nav-actions{display:flex;align-items:center;gap:1.5rem;font-family:'Inter',sans-serif}.sign-in{color:#1e3a8a;text-decoration:none;font-weight:600;font-size:15px}.create-account{background:#1e3a8a;color:white;padding:10px 20px;border-radius:6px;text-decoration:none;font-weight:600;font-size:15px;transition:background 0.3s}.create-account:hover{background:#1e40af}.cart-icon{font-size:20px;color:#495057}.nav-links li.dropdown{position:relative}.dropdown a{display:flex;align-items:center;gap:0.3rem}.dropdown-content{display:none;position:absolute;top:120%;left:50%;transform:translateX(-50%);background-color:#fff;min-width:850px;box-shadow:0 10px 30px rgba(0,0,0,0.1);z-index:1001;border-radius:8px;padding:2rem;border-top:3px solid #1e3a8a;opacity:0;visibility:hidden;transition:all 0.3s ease}.dropdown:hover .dropdown-content{display:block;opacity:1;visibility:visible;top:100%}.mega-menu{display:flex;justify-content:space-between;gap:2rem}.menu-column{flex:1}.menu-column h3{font-size:16px;color:#2c3e50;margin-bottom:1.2rem;font-weight:600;font-family:'Poppins',sans-serif;border-bottom:2px solid #e9ecef;padding-bottom:0.8rem}.menu-column a{color:#495057;padding:9px 0;text-decoration:none;display:block;font-size:15px;font-weight:500;font-family:'Inter',sans-serif;transition:color 0.2s ease}.menu-column a:hover{color:#1e3a8a}.hero{background:linear-gradient(135deg,#e8f4f8 0%,#f0f8ff 50%,#e8f5e8 100%);padding:60px 0 80px;min-height:75vh;display:flex;align-items:center}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.hero-text h1{font-size:64px;font-weight:700;margin-bottom:1rem;color:#495057;font-family:'Playfair Display',serif;line-height:1.1;letter-spacing:-1px}.hero-text .subtitle{font-size:20px;margin-bottom:2.5rem;color:#6c757d;font-weight:400;font-family:'Inter',sans-serif}.search-section{margin-bottom:2rem}.search-section h3{font-size:18px;margin-bottom:1.5rem;color:#495057;font-weight:500;font-family:'Inter',sans-serif}.search-container{position:relative;margin-bottom:2rem}.search-input{width:100%;padding:18px 25px;font-size:16px;border:2px solid #e9ecef;border-radius:50px;outline:none;transition:all 0.3s;font-family:'Inter',sans-serif;background:white;box-shadow:0 2px 10px rgba(0,0,0,0.05)}.search-input:focus{border-color:#1e3a8a;box-shadow:0 4px 20px rgba(0,206,209,0.1)}.search-input::placeholder{color:#adb5bd}.search-btn{position:absolute;right:8px;top:50%;transform:translateY(-50%);background:#1e3a8a;color:white;border:none;padding:12px 15px;border-radius:50%;cursor:pointer;transition:background 0.3s;font-size:16px}.search-btn:hover{background:#1e40af}.rating-section{display:flex;align-items:center;gap:1rem}.stars{color:#1e3a8a;font-size:20px;letter-spacing:2px}.rating-text{font-weight:600;color:#495057;font-family:'Inter',sans-serif}.cta-button{background:#17a2b8;color:white;padding:15px 30px;border:none;border-radius:25px;font-size:16px;font-weight:600;cursor:pointer;transition:all 0.3s;font-family:'Poppins',sans-serif;margin-top:1rem}.cta-button:hover{background:#138496;transform:translateY(-2px)}.hero-image{text-align:center;position:relative}.hero-image img{max-width:100%;height:auto}.featured-products{padding:40px 0;background:#fff}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.section-title{font-size:24px;color:#2c3e50;font-weight:600;font-family:'Playfair Display',serif}.section-link{color:#17a2b8;text-decoration:none;font-weight:600;font-size:16px;font-family:'Inter',sans-serif;transition:color 0.3s}.section-link:hover{color:#138496}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.product-card{background:transparent;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,0.05);transition:all 0.3s;border:none;text-decoration:none;color:inherit;display:block}.product-card:hover{transform:translateY(-4px);box-shadow:0 6px 20px rgba(0,0,0,0.1)}.product-image{height:180px;background-size:cover;background-position:center}.product-info{padding:0.8rem}.product-title{font-size:18px;margin-bottom:0.5rem;color:#495057;font-weight:600}.price{font-size:18px;font-weight:700;color:#2c3e50}.price-unit{font-size:14px;color:#6c757d;font-weight:500}.creative-branding{padding:80px 0;background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%)}.branding-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.branding-text h2{font-size:48px;font-weight:700;margin-bottom:1rem;color:#2c3e50;font-family:'Playfair Display',serif;line-height:1.2}.branding-text p{font-size:18px;margin-bottom:2rem;color:#6c757d;font-family:'Inter',sans-serif}.branding-rating{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}.branding-rating .stars{color:#17a2b8;font-size:24px}.branding-rating .rating-value{font-weight:700;color:#2c3e50;font-size:18px}.mail-button{background:#17a2b8;color:white;padding:15px 30px;border:none;border-radius:25px;font-size:16px;font-weight:600;cursor:pointer;transition:all 0.3s;font-family:'Poppins',sans-serif}.mail-button:hover{background:#138496;transform:translateY(-2px)}.branding-image{text-align:center}.branding-image img{max-width:100%;height:auto;border-radius:15px}.features{padding:80px 0;background:#fff}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:3rem}.feature-card{text-align:center;padding:2.5rem 2rem;background:#f8f9fa;border-radius:15px;transition:transform 0.3s;border:1px solid #e9ecef}.feature-card:hover{transform:translateY(-5px)}.feature-icon{width:80px;height:80px;background:linear-gradient(135deg,#17a2b8 0%,#138496 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;font-size:32px}.feature-card h3{font-size:20px;margin-bottom:1rem;color:#2c3e50;font-weight:600;font-family:'Poppins',sans-serif}.feature-card p{color:#6c757d;font-family:'Inter',sans-serif;line-height:1.6}.best-selling{padding:40px 0;background:#f8f9fa}.best-selling .section-title{text-align:left;margin-bottom:2rem}.best-selling .section-title::after{content:" ";font-size:36px}@media (max-width:768px){.top-bar-content{flex-direction:column;gap:1rem}.nav-links{display:none}.hero-content,.branding-content{grid-template-columns:1fr;text-align:center;gap:3rem}.hero-text h1{font-size:42px}.branding-text h2{font-size:36px}.section-header{flex-direction:column;gap:1rem;text-align:center}.products-grid{grid-template-columns:1fr}.features-grid{grid-template-columns:1fr}}.blog-layout{padding:80px 0;display:grid;grid-template-columns:3fr 1fr;gap:3rem}.blog-posts{display:grid;grid-template-columns:1fr;gap:3rem}.blog-post{background:white;border-radius:15px;overflow:hidden;box-shadow:0 5px 20px rgba(0,0,0,0.1);transition:transform 0.3s}.blog-post:hover{transform:translateY(-5px)}.post-image{height:250px;background-size:cover;background-position:center}.post-content{padding:2rem}.post-meta{display:flex;gap:1rem;margin-bottom:1rem;font-size:14px;color:#6c757d;font-family:'Inter',sans-serif}.post-category{background:#e9ecef;padding:0.2rem 0.8rem;border-radius:15px;font-weight:500}.post-date{display:flex;align-items:center;gap:0.3rem}.post-content h2{font-size:24px;font-weight:600;color:#2c3e50;margin-bottom:1rem;font-family:'Playfair Display',serif}.post-content p{color:#6c757d;font-family:'Inter',sans-serif;margin-bottom:1.5rem;line-height:1.7}.read-more{color:#17a2b8;text-decoration:none;font-weight:600;font-family:'Inter',sans-serif;display:flex;align-items:center;gap:0.5rem}.read-more:hover{text-decoration:underline}.blog-sidebar{display:flex;flex-direction:column;gap:2rem}.sidebar-section{background:white;padding:2rem;border-radius:15px;box-shadow:0 5px 20px rgba(0,0,0,0.1)}.sidebar-section h3{font-size:20px;font-weight:600;color:#2c3e50;margin-bottom:1.5rem;font-family:'Playfair Display',serif;padding-bottom:0.5rem;border-bottom:2px solid #e9ecef}.search-form{position:relative;margin-bottom:1rem}.search-input{width:100%;padding:10px 15px;border:2px solid #e9ecef;border-radius:25px;font-family:'Inter',sans-serif;font-size:14px}.search-input:focus{outline:none;border-color:#17a2b8}.search-button{position:absolute;right:10px;top:50%;transform:translateY(-50%);background:none;border:none;color:#6c757d;cursor:pointer}.categories-list{list-style:none}.categories-list li{margin-bottom:0.8rem;padding-bottom:0.8rem;border-bottom:1px solid #e9ecef}.categories-list li:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.categories-list a{color:#495057;text-decoration:none;font-family:'Inter',sans-serif;display:flex;justify-content:space-between}.categories-list a:hover{color:#17a2b8}.category-count{background:#e9ecef;padding:0.1rem 0.5rem;border-radius:10px;font-size:12px;color:#6c757d}.popular-posts{list-style:none}.popular-post{display:flex;gap:1rem;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #e9ecef}.popular-post:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.popular-post-image{width:70px;height:70px;border-radius:10px;background-size:cover;background-position:center;flex-shrink:0}.popular-post-content h4{font-size:16px;font-weight:600;margin-bottom:0.5rem}.popular-post-content h4 a{color:#2c3e50;text-decoration:none}.popular-post-content h4 a:hover{color:#17a2b8}.popular-post-date{font-size:12px;color:#6c757d;font-family:'Inter',sans-serif}.tags-list{display:flex;flex-wrap:wrap;gap:0.5rem}.tag{background:#e9ecef;padding:0.3rem 0.8rem;border-radius:15px;font-size:12px;color:#495057;text-decoration:none;font-family:'Inter',sans-serif;transition:all 0.3s}.tag:hover{background:#17a2b8;color:white}.pagination{display:flex;justify-content:center;gap:0.5rem;margin-top:3rem}.page-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:white;color:#495057;text-decoration:none;font-family:'Inter',sans-serif;font-weight:500;transition:all 0.3s;box-shadow:0 2px 5px rgba(0,0,0,0.1)}.page-link:hover,.page-link.active{background:#17a2b8;color:white}.page-header{background:linear-gradient(135deg,#e8f4f8 0%,#f0f8ff 100%);padding:80px 0;text-align:center}.page-header h1{font-size:48px;font-weight:700;color:#2c3e50;font-family:'Playfair Display',serif;margin-bottom:1rem}.page-header p{font-size:20px;color:#6c757d;font-family:'Inter',sans-serif}@media (max-width:768px){.blog-layout{grid-template-columns:1fr}.blog-sidebar{order:-1}.page-header h1{font-size:36px}}.hero-section{background:linear-gradient(135deg,#e8f4f8 0%,#f0f8ff 50%,#e8f5e8 100%);padding:80px 0;min-height:60vh;display:flex;align-items:center}.hero-title{font-size:48px;font-weight:700;color:#2c3e50;margin-bottom:1.5rem;font-family:'Playfair Display',serif;line-height:1.2}.hero-subtitle{font-size:18px;color:#6c757d;margin-bottom:2rem;line-height:1.6;font-family:'Inter',sans-serif}.hero-features{display:flex;flex-direction:column;gap:1rem}.feature-item{display:flex;align-items:center;gap:0.8rem;font-size:16px;color:#495057;font-weight:500}.feature-item i{font-size:20px;width:24px}.hero-image{text-align:center}.hero-image img{max-width:100%;height:auto;border-radius:15px;box-shadow:0 10px 30px rgba(0,0,0,0.1)}.quote-form-section{padding:80px 0;background:#f8f9fa}.quote-form-container{background:white;border-radius:20px;padding:2.5rem;box-shadow:0 10px 40px rgba(0,0,0,0.1);border:1px solid #e9ecef}.form-header{text-align:center;margin-bottom:2.5rem}.form-header h2{font-size:32px;font-weight:700;color:#2c3e50;margin-bottom:1rem;font-family:'Playfair Display',serif}.form-header p{font-size:16px;color:#6c757d;font-family:'Inter',sans-serif}.form-section{margin-bottom:2.5rem;padding-bottom:2rem;border-bottom:1px solid #e9ecef}.form-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.form-section h3{font-size:20px;font-weight:600;color:#2c3e50;margin-bottom:1.5rem;font-family:'Poppins',sans-serif;display:flex;align-items:center;gap:0.8rem}.form-section h3 i{color:#1e3a8a;font-size:18px}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:0.5rem;font-weight:600;color:#495057;font-family:'Inter',sans-serif}.form-control{width:100%;padding:12px 16px;border:2px solid #e9ecef;border-radius:10px;font-size:16px;font-family:'Inter',sans-serif;transition:all 0.3s ease;background:white}.form-control:focus{outline:none;border-color:#1e3a8a;box-shadow:0 0 0 3px rgba(30,58,138,0.1)}.form-control::placeholder{color:#adb5bd}textarea.form-control{resize:vertical;min-height:100px}.file-upload-area{border:2px dashed #dee2e6;border-radius:15px;padding:2rem;text-align:center;cursor:pointer;transition:all 0.3s ease;background:#f8f9fa}.file-upload-area:hover{border-color:#1e3a8a;background:#e8f4f8}.file-upload-area i{font-size:48px;color:#1e3a8a;margin-bottom:1rem}.file-upload-area p{font-size:16px;color:#495057;margin-bottom:0.5rem;font-weight:500}.file-upload-area small{color:#6c757d;font-size:14px}.file-list{margin-top:1rem}.file-item{display:flex;align-items:center;gap:0.8rem;padding:0.8rem;background:#f8f9fa;border-radius:8px;margin-bottom:0.5rem}.file-item i{color:#1e3a8a}.file-item span{flex:1;font-weight:500;color:#495057}.file-item small{color:#6c757d;font-size:12px}.submit-btn{background:linear-gradient(135deg,#1e3a8a 0%,#3b82f6 100%);border:none;padding:15px 30px;font-size:18px;font-weight:600;border-radius:12px;transition:all 0.3s ease;width:100%;margin-top:1rem}.submit-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(30,58,138,0.3)}.submit-btn:disabled{opacity:0.7;cursor:not-allowed;transform:none}.quote-sidebar{position:sticky;top:100px}.sidebar-card{background:white;border-radius:15px;padding:2rem;margin-bottom:2rem;box-shadow:0 5px 20px rgba(0,0,0,0.08);border:1px solid #e9ecef}.sidebar-card h3{font-size:20px;font-weight:600;color:#2c3e50;margin-bottom:1.5rem;font-family:'Poppins',sans-serif;text-align:center}.benefit-item{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #f1f3f4}.benefit-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.benefit-item i{font-size:24px;margin-top:0.2rem;flex-shrink:0}.benefit-item h4{font-size:16px;font-weight:600;color:#2c3e50;margin-bottom:0.3rem;font-family:'Poppins',sans-serif}.benefit-item p{font-size:14px;color:#6c757d;margin:0;line-height:1.5;font-family:'Inter',sans-serif}.contact-item{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #f1f3f4}.contact-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.contact-item i{font-size:20px;width:24px;flex-shrink:0}.contact-item strong{font-size:14px;font-weight:600;color:#2c3e50;display:block;margin-bottom:0.2rem;font-family:'Poppins',sans-serif}.contact-item p{font-size:14px;color:#6c757d;margin:0;font-family:'Inter',sans-serif}.popular-products-section{padding:80px 0;background:white}.section-header h2{font-size:36px;font-weight:700;color:#2c3e50;margin-bottom:1rem;font-family:'Playfair Display',serif}.section-header p{font-size:18px;color:#6c757d;font-family:'Inter',sans-serif}.product-card{background:white;border-radius:15px;padding:2rem;text-align:center;box-shadow:0 5px 20px rgba(0,0,0,0.08);border:1px solid #e9ecef;transition:all 0.3s ease;height:100%}.product-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgba(0,0,0,0.15)}.product-icon{width:80px;height:80px;background:linear-gradient(135deg,#1e3a8a 0%,#3b82f6 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.product-icon i{font-size:32px;color:white}.product-card h4{font-size:20px;font-weight:600;color:#2c3e50;margin-bottom:1rem;font-family:'Poppins',sans-serif}.product-card p{color:#6c757d;margin-bottom:1.5rem;line-height:1.6;font-family:'Inter',sans-serif}.cta-section{background:linear-gradient(135deg,#1e3a8a 0%,#2c3e50 100%);color:white;padding:80px 0;text-align:center}.cta-section h2{font-size:36px;font-weight:700;font-family:'Playfair Display',serif;margin-bottom:1.5rem}.cta-section p{font-size:18px;margin-bottom:2.5rem;max-width:800px;margin-left:auto;margin-right:auto;opacity:0.9;font-family:'Inter',sans-serif}.cta-section .btn{background:white;color:#1e3a8a;padding:15px 30px;border-radius:50px;font-weight:600;font-size:18px;transition:all 0.3s ease;box-shadow:0 5px 15px rgba(0,0,0,0.2)}.cta-section .btn:hover{background:#e9ecef;transform:translateY(-3px);box-shadow:0 8px 20px rgba(0,0,0,0.3)}@media (max-width:992px){.hero-title{font-size:40px}.quote-sidebar{position:static;margin-top:2rem}}@media (max-width:768px){.hero-section{padding:60px 0;text-align:center}.hero-title{font-size:32px}.hero-subtitle{font-size:16px}.quote-form-container{padding:2rem}.form-header h2{font-size:28px}.section-header h2{font-size:28px}.cta-section h2{font-size:28px}.cta-section p{font-size:16px}}@media (max-width:480px){.hero-title{font-size:28px}.quote-form-container{padding:1.5rem}.form-section{margin-bottom:2rem;padding-bottom:1.5rem}.product-card{padding:1.5rem}}.services-hero{background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);padding:80px 0 40px}.services-hero h1{color:#0d6efd;font-family:'Poppins',sans-serif}.services-hero hr{border:2px solid #0d6efd;opacity:0.7}.hero-stats .stat-item{padding:15px 10px;border-radius:10px;background:rgba(255,255,255,0.8);transition:transform 0.3s ease}.hero-stats .stat-item:hover{transform:translateY(-5px)}.hero-stats h4{margin-bottom:5px;font-size:1.8rem}.service-box{background:white;transition:all 0.3s ease;border:1px solid #dee2e6 !important;position:relative;overflow:hidden}.service-box::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#0d6efd,#6f42c1);transform:scaleX(0);transition:transform 0.3s ease}.service-box:hover::before{transform:scaleX(1)}.service-box:hover{transform:translateY(-5px);box-shadow:0 15px 35px rgba(0,0,0,0.1);border-color:#0d6efd !important}.service-icon{color:#0d6efd}.service-box h5{color:#212529;font-family:'Poppins',sans-serif}.service-box p{color:#6c757d;line-height:1.6}.service-box ul{list-style:none;padding-left:0}.service-box ul li{padding:3px 0;position:relative;padding-left:20px}.service-box ul li::before{content:'✓';position:absolute;left:0;color:#0d6efd;font-weight:bold}.service-categories-detailed{background:#f8f9fa}.category-card{background:white;padding:2rem 1.5rem;border-radius:15px;box-shadow:0 5px 20px rgba(0,0,0,0.08);transition:all 0.3s ease;border:1px solid rgba(0,0,0,0.05);height:100%}.category-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px rgba(0,0,0,0.12)}.category-icon{color:#0d6efd;margin-bottom:1rem}.category-card h5{color:#212529;font-family:'Poppins',sans-serif;margin-bottom:1rem}.category-card p{color:#6c757d;margin-bottom:1.5rem;line-height:1.5}.category-features .badge{font-size:0.75rem;padding:0.5rem 0.75rem;border-radius:20px}.features-detailed{background:white}.feature-item{padding:20px 10px;transition:transform 0.3s ease}.feature-item:hover{transform:translateY(-3px)}.feature-item h6{color:#212529;font-family:'Poppins',sans-serif;margin-bottom:0.75rem}.feature-item p{color:#6c757d;margin:0;line-height:1.5}.industry-solutions{background:#f8f9fa}.industry-card{transition:all 0.3s ease;height:100%}.industry-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px rgba(0,0,0,0.1)}.industry-card h5{color:#0d6efd;font-family:'Poppins',sans-serif;margin-bottom:1rem}.industry-card ul{list-style:none;padding-left:0;margin:0}.industry-card ul li{padding:5px 0;position:relative;padding-left:20px;color:#6c757d;line-height:1.4}.industry-card ul li::before{content:'•';position:absolute;left:0;color:#0d6efd;font-weight:bold;font-size:1.2rem}.cta-detailed{background:white}.cta-detailed h3{color:#212529;font-family:'Poppins',sans-serif}.cta-detailed p{color:#6c757d;line-height:1.6}.cta-buttons .btn{padding:12px 30px;font-weight:600;border-radius:50px;transition:all 0.3s ease}.cta-buttons .btn:hover{transform:translateY(-2px);box-shadow:0 10px 25px rgba(0,0,0,0.15)}.cta-info{background:#f8f9fa;padding:20px;border-radius:10px;margin-top:2rem}.cta-info p{margin-bottom:0.5rem;font-size:0.9rem}@media (max-width:768px){.services-hero h1{font-size:2.5rem}.hero-stats .col-md-3{margin-bottom:1rem}.service-box,.category-card,.industry-card{margin-bottom:1rem}.cta-buttons .btn{display:block;width:100%;margin-bottom:1rem}.hero-stats h4{font-size:1.5rem}}@media (max-width:576px){.services-hero{padding:60px 0 30px}.services-hero h1{font-size:2rem}.hero-stats .col-6{margin-bottom:1rem}.category-features .badge{display:block;margin-bottom:0.5rem;width:100%}}@media print{.services-hero{background:white !important;color:black !important}.service-box,.category-card,.industry-card{box-shadow:none;border:1px solid #ccc}.hero-stats{display:none}}.page-header{background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%)}.page-header h1{color:#0d6efd;font-family:'Poppins',sans-serif;font-size:2.5rem;font-weight:600}.page-header .lead{color:#6c757d;font-size:1rem}.contact-card{background:white;border-radius:15px;box-shadow:0 5px 20px rgba(0,0,0,0.08);border:1px solid rgba(0,0,0,0.05);transition:all 0.3s ease}.contact-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgba(0,0,0,0.12)}.contact-icon{color:#0d6efd}.contact-card h4{color:#2c3e50;font-family:'Poppins',sans-serif;font-size:1.1rem;font-weight:600}.contact-card p{color:#6c757d;font-size:0.9rem}.contact-form-card{border-radius:15px;box-shadow:0 10px 30px rgba(0,0,0,0.1);border:1px solid rgba(0,0,0,0.05)}.contact-form-card h2{color:#2c3e50;font-family:'Poppins',sans-serif;font-size:1.5rem;font-weight:600}.contact-form-card p{color:#6c757d;font-size:0.9rem}.form-label{color:#495057;font-weight:600;font-size:0.9rem}.form-control,.form-select{border:2px solid #e9ecef;border-radius:10px;padding:10px 12px;transition:all 0.3s ease;font-size:0.9rem}.form-control:focus,.form-select:focus{border-color:#0d6efd;box-shadow:0 0 0 0.2rem rgba(13,110,253,0.25);outline:none}.form-control::placeholder{color:#adb5bd;font-size:0.85rem}textarea.form-control{resize:vertical;min-height:100px}.btn-primary{background:#0d6efd;border-color:#0d6efd;padding:10px 25px;font-weight:600;border-radius:50px;transition:all 0.3s ease;font-size:0.9rem}.btn-primary:hover{background:#0b5ed7;border-color:#0b5ed7;transform:translateY(-2px);box-shadow:0 10px 25px rgba(13,110,253,0.3)}.info-card{border-radius:15px;box-shadow:0 5px 20px rgba(0,0,0,0.08);border:1px solid rgba(0,0,0,0.05);transition:all 0.3s ease}.info-card:hover{transform:translateY(-3px);box-shadow:0 10px 30px rgba(0,0,0,0.12)}.info-card h4{color:#2c3e50;font-family:'Poppins',sans-serif;font-size:1.1rem;font-weight:600}.info-card p{color:#6c757d;line-height:1.5;font-size:0.85rem}.time-schedule .fw-medium{color:#495057;font-size:0.85rem}.time-schedule .text-primary{color:#0d6efd !important;font-size:0.85rem}.time-schedule .text-muted{color:#6c757d !important;font-size:0.85rem}.info-card ul li{color:#6c757d;line-height:1.6;font-size:0.85rem}.info-card ul li i{color:#28a745}.faq-section h2{color:#2c3e50;font-family:'Poppins',sans-serif;font-size:1.8rem;font-weight:600}.faq-section p{color:#6c757d;font-size:0.9rem}.faq-item{border-radius:15px;box-shadow:0 5px 20px rgba(0,0,0,0.08);border:1px solid rgba(0,0,0,0.05);transition:all 0.3s ease}.faq-item:hover{transform:translateY(-3px);box-shadow:0 10px 30px rgba(0,0,0,0.12)}.faq-item h5{color:#2c3e50;font-family:'Poppins',sans-serif;font-size:1rem;font-weight:600}.faq-item h5 i{color:#0d6efd}.faq-item p{color:#6c757d;line-height:1.5;font-size:0.85rem}.cta-section{background:linear-gradient(135deg,#0d6efd 0%,#0b5ed7 100%)}.cta-section h3{color:white;font-family:'Poppins',sans-serif;font-size:1.5rem;font-weight:600}.cta-section p{color:rgba(255,255,255,0.9);font-size:0.9rem}.cta-section .btn-light{background:white;color:#0d6efd;border-color:white;padding:10px 25px;font-weight:600;border-radius:50px;transition:all 0.3s ease;font-size:0.9rem}.cta-section .btn-light:hover{background:#f8f9fa;border-color:#f8f9fa;transform:translateY(-2px);box-shadow:0 10px 25px rgba(0,0,0,0.2)}.cta-section .btn-outline-light{color:white;border-color:white;background:transparent;padding:10px 25px;font-weight:600;border-radius:50px;transition:all 0.3s ease;font-size:0.9rem}.cta-section .btn-outline-light:hover{background:white;color:#0d6efd;transform:translateY(-2px);box-shadow:0 10px 25px rgba(0,0,0,0.2)}.footer{background:#2c3e50}.footer h5,.footer h6{color:white;font-family:'Poppins',sans-serif;font-size:1rem;font-weight:600}.footer p{color:#bdc3c7;font-size:0.85rem}.footer ul li a{color:#bdc3c7;transition:color 0.3s ease;font-size:0.85rem}.footer ul li a:hover{color:white}.footer .social-links a{transition:color 0.3s ease}.footer .social-links a:hover{color:#0d6efd !important}@media (max-width:768px){.page-header h1{font-size:2rem}.contact-form-card{padding:1.5rem}.info-card{margin-bottom:1rem}.cta-section .btn{width:100%;margin-bottom:1rem}}@media (max-width:576px){.page-header h1{font-size:1.8rem}.page-header .lead{font-size:0.9rem}.contact-form-card{padding:1rem}.contact-card{padding:1.5rem}}.whatsapp-float{position:fixed;bottom:30px;left:30px;z-index:1000;transition:all 0.3s ease}.whatsapp-float a{display:flex;align-items:center;justify-content:center;width:65px;height:65px;background:linear-gradient(135deg,#25d366 0%,#128c7e 100%);color:white;border-radius:50%;text-decoration:none;box-shadow:0 6px 20px rgba(37,211,102,0.4);transition:all 0.3s ease;position:relative;overflow:hidden}.whatsapp-float a::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,0.2),transparent);transition:left 0.5s}.whatsapp-float a:hover::before{left:100%}.whatsapp-float a:hover{background:linear-gradient(135deg,#128c7e 0%,#075e54 100%);transform:scale(1.1) rotate(5deg);box-shadow:0 8px 25px rgba(37,211,102,0.6)}.whatsapp-float i{font-size:32px;filter:drop-shadow(0 2px 4px rgba(0,0,0,0.2))}.whatsapp-tooltip{position:absolute;left:80px;top:50%;transform:translateY(-50%);background:linear-gradient(135deg,#2c3e50 0%,#34495e 100%);color:white;padding:15px 20px;border-radius:12px;font-size:13px;font-weight:400;white-space:normal;width:220px;opacity:1;visibility:visible;transition:all 0.3s ease;pointer-events:none;box-shadow:0 8px 25px rgba(0,0,0,0.4);border:1px solid rgba(255,255,255,0.1);line-height:1.4}.whatsapp-tooltip::before{content:'';position:absolute;left:-8px;top:50%;transform:translateY(-50%);border:8px solid transparent;border-right-color:#2c3e50}.whatsapp-float:hover .whatsapp-tooltip{background:linear-gradient(135deg,#34495e 0%,#2c3e50 100%);transform:translateY(-50%) scale(1.02);box-shadow:0 10px 30px rgba(0,0,0,0.5)}.tooltip-header{font-size:16px;font-weight:600;margin-bottom:8px;color:#25d366}.tooltip-message{font-size:14px;margin-bottom:12px;color:#ecf0f1}.tooltip-options{font-size:12px;margin-bottom:12px;color:#bdc3c7;line-height:1.6}.tooltip-cta{font-size:11px;font-weight:500;color:#25d366;text-align:center;padding:8px;background:rgba(37,211,102,0.1);border-radius:6px;border:1px solid rgba(37,211,102,0.3)}@media (max-width:768px){.whatsapp-float{bottom:20px;left:20px}.whatsapp-float a{width:55px;height:55px}.whatsapp-float i{font-size:28px}.whatsapp-tooltip{left:70px;width:180px;padding:12px 15px}.tooltip-header{font-size:14px}.tooltip-message{font-size:12px}.tooltip-options{font-size:11px}.tooltip-cta{font-size:10px;padding:6px}.whatsapp-tooltip::before{left:-6px;border:6px solid transparent;border-right-color:#2c3e50}}@keyframes whatsapp-pulse{0%{box-shadow:0 6px 20px rgba(37,211,102,0.4)}50%{box-shadow:0 6px 30px rgba(37,211,102,0.7)}100%{box-shadow:0 6px 20px rgba(37,211,102,0.4)}}.whatsapp-float a{animation:whatsapp-pulse 3s infinite}.whatsapp-float a:hover{animation:none}