@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&family=Open+Sans+Condensed:wght@300;700&display=swap);html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}::selection{background:#e67e22;color:#fff}::-moz-selection{background:#e67e22;color:#fff}@media (max-width:768px){html{font-size:14px}}@media (max-width:480px){html{font-size:13px}}.homepage{overflow-x:hidden}.hero-section{align-items:center;background:linear-gradient(135deg,#1a1a2e,#2c3e50 50%,#1a252f);color:#fff;display:flex;justify-content:center;min-height:80vh;padding:100px 60px 80px;position:relative}.hero-section:before{background:none;background-size:cover;content:"";height:100%;opacity:.05;position:absolute;right:0;top:0;width:50%}.hero-section .hero-content{grid-gap:60px;align-items:center;display:grid;gap:60px;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px;position:relative;width:100%;z-index:1}.hero-section .hero-content .hero-text .badge{background:#e67e2233;border:1px solid #e67e224d;border-radius:50px;color:#e67e22;display:inline-block;font-size:12px;font-weight:600;letter-spacing:1px;margin-bottom:20px;padding:6px 18px;text-transform:uppercase}.hero-section .hero-content .hero-text h1{font-size:52px;font-weight:800;line-height:1.1;margin-bottom:20px}.hero-section .hero-content .hero-text h1 .highlight{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#f1c40f,#e67e22);-webkit-background-clip:text;background-clip:text}.hero-section .hero-content .hero-text p{font-size:18px;line-height:1.8;margin-bottom:30px;max-width:500px;opacity:.8}.hero-section .hero-content .hero-text .hero-buttons{display:flex;flex-wrap:wrap;gap:15px}.hero-section .hero-content .hero-text .hero-buttons .btn-primary{align-items:center;background:#25d366;border-radius:50px;color:#fff;display:inline-flex;font-size:16px;font-weight:700;gap:10px;padding:16px 40px;transition:all .3s ease}.hero-section .hero-content .hero-text .hero-buttons .btn-primary:hover{box-shadow:0 8px 30px #25d36666;transform:translateY(-3px)}.hero-section .hero-content .hero-text .hero-buttons .btn-secondary{background:#0000;border:2px solid #ffffff4d;border-radius:50px;color:#fff;font-size:16px;font-weight:700;padding:16px 40px;transition:all .3s ease}.hero-section .hero-content .hero-text .hero-buttons .btn-secondary:hover{background:#fff;border-color:#fff;color:#1a1a2e;transform:translateY(-3px)}.hero-section .hero-content .hero-image{align-items:center;display:flex;justify-content:center}.hero-section .hero-content .hero-image img{border-radius:20px;box-shadow:0 20px 60px #0000004d;max-width:100%}.hero-section .hero-content .hero-image .hero-stats{grid-gap:20px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;display:grid;gap:20px;grid-template-columns:repeat(3,1fr);margin-top:30px;padding:25px 30px}.hero-section .hero-content .hero-image .hero-stats .stat-item{text-align:center}.hero-section .hero-content .hero-image .hero-stats .stat-item .stat-number{color:#f1c40f;display:block;font-size:28px;font-weight:800}.hero-section .hero-content .hero-image .hero-stats .stat-item .stat-label{font-size:13px;opacity:.7}@media(max-width:992px){.hero-section{padding:60px 30px}.hero-section .hero-content{gap:40px;grid-template-columns:1fr}.hero-section .hero-content .hero-text h1{font-size:40px}}@media(max-width:768px){.hero-section{min-height:auto;padding:40px 20px}.hero-section .hero-content .hero-text h1{font-size:32px}.hero-section .hero-content .hero-image .hero-stats{grid-template-columns:1fr 1fr 1fr;padding:15px 20px}.hero-section .hero-content .hero-image .hero-stats .stat-item .stat-number{font-size:22px}}.section-header{margin-bottom:50px;text-align:center}.section-header .section-title{color:#1a1a2e;font-size:36px;font-weight:700;margin-bottom:10px}.section-header .section-subtitle{color:#7f8c8d;font-size:16px;margin:0 auto;max-width:500px}.categories-section{background:#f8f9fa;padding:80px 60px}.categories-section .categories-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:0 auto;max-width:1200px}.categories-section .categories-grid .category-card{background:#fff;border:1px solid #e9ecef;border-radius:16px;box-shadow:0 4px 20px #0000000f;color:#1a1a2e;padding:35px 25px;text-align:center;text-decoration:none;transition:all .4s ease}.categories-section .categories-grid .category-card:hover{border-color:#e67e22;box-shadow:0 12px 40px #0000001f;transform:translateY(-8px)}.categories-section .categories-grid .category-card .category-icon{display:block;font-size:48px;margin-bottom:15px}.categories-section .categories-grid .category-card h3{font-size:18px;font-weight:700;margin-bottom:8px}.categories-section .categories-grid .category-card p{color:#7f8c8d;font-size:14px;line-height:1.6}@media(max-width:768px){.categories-section{padding:50px 20px}.categories-section .categories-grid{grid-template-columns:1fr 1fr}}@media(max-width:480px){.categories-section .categories-grid{grid-template-columns:1fr}}.services-section{margin:0 auto;max-width:1200px;padding:80px 60px}.services-section .services-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.services-section .services-grid .service-card{background:#fff;border:1px solid #e9ecef;border-radius:16px;box-shadow:0 4px 20px #0000000f;color:#1a1a2e;padding:35px 25px;text-align:center;text-decoration:none;transition:all .4s ease}.services-section .services-grid .service-card:hover{border-color:#e67e22;box-shadow:0 12px 40px #0000001a;transform:translateY(-5px)}.services-section .services-grid .service-card .service-icon{display:block;font-size:40px;margin-bottom:15px}.services-section .services-grid .service-card h3{font-size:18px;font-weight:700;margin-bottom:8px}.services-section .services-grid .service-card p{color:#7f8c8d;font-size:14px;line-height:1.6}@media(max-width:768px){.services-section{padding:50px 20px}}.info-section{background:#f8f9fa;padding:80px 60px}.info-section .info-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(3,1fr);margin:0 auto;max-width:1200px}.info-section .info-grid .info-card{background:#fff;border-radius:16px;box-shadow:0 4px 20px #0000000f;padding:35px;text-align:center;transition:all .3s ease}.info-section .info-grid .info-card:hover{box-shadow:0 12px 40px #0000001a;transform:translateY(-5px)}.info-section .info-grid .info-card .info-icon{display:block;font-size:40px;margin-bottom:15px}.info-section .info-grid .info-card h3{color:#1a1a2e;font-size:20px;font-weight:700;margin-bottom:12px}.info-section .info-grid .info-card p{color:#555;font-size:15px;line-height:1.8;margin-bottom:8px}.info-section .info-grid .info-card .contact-btn,.info-section .info-grid .info-card .map-link{color:#e67e22;display:inline-block;font-weight:600;margin-top:15px;text-decoration:none;transition:all .3s ease}.info-section .info-grid .info-card .contact-btn:hover,.info-section .info-grid .info-card .map-link:hover{color:#d35400}.info-section .info-grid .info-card .contact-btn{background:#25d366;border-radius:50px;color:#fff;font-weight:700;padding:12px 30px}.info-section .info-grid .info-card .contact-btn:hover{background:#1ebe5c;color:#fff;transform:scale(1.05)}.info-section .info-grid .info-card .social-links{display:flex;gap:15px;justify-content:center;margin-top:15px}.info-section .info-grid .info-card .social-links a{background:#f8f9fa;border-radius:8px;color:#1a1a2e;display:inline-block;font-size:14px;font-weight:500;padding:10px 20px;text-decoration:none;transition:all .3s ease}.info-section .info-grid .info-card .social-links a:hover{background:#e67e22;color:#fff;transform:translateY(-3px)}@media(max-width:992px){.info-section .info-grid{grid-template-columns:1fr 1fr}}@media(max-width:768px){.info-section{padding:50px 20px}.info-section .info-grid{grid-template-columns:1fr}}.youtube-section{background:#f8f9fa;padding:80px 60px}.youtube-section .section-header{margin-bottom:40px;text-align:center}.youtube-section .section-header .section-title{color:#1a1a2e;font-size:36px;font-weight:700;margin-bottom:10px}.youtube-section .section-header .section-subtitle{color:#7f8c8d;font-size:16px}.youtube-section .section-header .youtube-channel-link{background:red;border-radius:50px;color:#fff;display:inline-block;font-weight:700;margin-top:15px;padding:12px 30px;text-decoration:none;transition:all .3s ease}.youtube-section .section-header .youtube-channel-link:hover{box-shadow:0 4px 20px #f006;transform:scale(1.05)}.youtube-section .video-tabs{display:flex;gap:15px;justify-content:center;margin-bottom:30px}.youtube-section .video-tabs .tab{background:#fff;border:2px solid #e9ecef;border-radius:50px;cursor:pointer;font-family:Poppins,sans-serif;font-weight:600;padding:10px 30px;transition:all .3s ease}.youtube-section .video-tabs .tab:hover{border-color:#e67e22;color:#e67e22}.youtube-section .video-tabs .tab.active{background:#e67e22;border-color:#e67e22;color:#fff}.youtube-section .videos-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));margin:0 auto;max-width:1200px}.youtube-section .videos-grid .video-card{background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;overflow:hidden;transition:all .4s ease}.youtube-section .videos-grid .video-card:hover{box-shadow:0 12px 50px #00000026;transform:translateY(-8px)}.youtube-section .videos-grid .video-card .video-thumbnail{background:#1a1a2e;height:0;padding-bottom:56.25%;position:relative}.youtube-section .videos-grid .video-card .video-thumbnail iframe{border:none;height:100%;left:0;position:absolute;top:0;width:100%}.youtube-section .videos-grid .video-card .video-thumbnail .short-badge{background:red;border-radius:50px;color:#fff;font-size:11px;font-weight:700;padding:4px 12px;position:absolute;right:10px;text-transform:uppercase;top:10px}.youtube-section .videos-grid .video-card .video-info{padding:15px 20px}.youtube-section .videos-grid .video-card .video-info h4{color:#1a1a2e;font-size:16px;font-weight:700;margin-bottom:5px}.youtube-section .videos-grid .video-card .video-info .video-description{color:#7f8c8d;font-size:13px;margin-bottom:8px}.youtube-section .videos-grid .video-card .video-info .video-meta{background:#f8f9fa;border-radius:50px;color:#7f8c8d;display:inline-block;font-size:12px;padding:4px 12px}.youtube-section .videos-grid .video-card.short{border-left:4px solid red}.youtube-section .videos-grid .video-card.video{border-left:4px solid #e67e22}.youtube-section .channel-subscribe{background:#fff;border-radius:16px;box-shadow:0 4px 20px #0000000f;margin-top:40px;padding:30px;text-align:center}.youtube-section .channel-subscribe .subscribe-btn{background:red;border-radius:50px;color:#fff;display:inline-block;font-size:18px;font-weight:700;padding:14px 40px;text-decoration:none;transition:all .3s ease}.youtube-section .channel-subscribe .subscribe-btn:hover{box-shadow:0 4px 25px #f006;transform:scale(1.05)}.youtube-section .channel-subscribe .channel-id{color:#7f8c8d;font-family:monospace;font-size:12px;margin-top:10px}@media(max-width:768px){.youtube-section{padding:50px 20px}.youtube-section .section-header .section-title{font-size:28px}.youtube-section .video-tabs{flex-wrap:wrap;gap:10px}.youtube-section .video-tabs .tab{font-size:14px;padding:8px 20px}.youtube-section .videos-grid{gap:15px;grid-template-columns:1fr 1fr}.youtube-section .channel-subscribe .subscribe-btn{font-size:16px;padding:12px 30px}}@media(max-width:480px){.youtube-section .videos-grid{grid-template-columns:1fr}}.warranty-section{background:linear-gradient(135deg,#1a1a2e,#2c3e50);color:#fff;padding:80px 60px;text-align:center}.warranty-section h2{font-size:36px;font-weight:700;margin-bottom:15px}.warranty-section p{font-size:18px;margin-bottom:30px;opacity:.8}.warranty-section .warranty-features{display:flex;flex-wrap:wrap;gap:15px;justify-content:center}.warranty-section .warranty-features span{background:#ffffff14;border:1px solid #ffffff1a;border-radius:50px;font-weight:500;padding:14px 28px;transition:all .3s ease}.warranty-section .warranty-features span:hover{background:#ffffff26;transform:translateY(-2px)}@media(max-width:768px){.warranty-section{padding:50px 20px}.warranty-section h2{font-size:28px}.warranty-section .warranty-features{align-items:center;flex-direction:column}}.whatsapp-float{align-items:center;background:#25d366;border-radius:50%;bottom:30px;box-shadow:0 4px 25px #25d36666;color:#fff;display:flex;font-size:30px;height:60px;justify-content:center;position:fixed;right:30px;text-decoration:none;transition:all .3s ease;width:60px;z-index:9999}.whatsapp-float:hover{box-shadow:0 8px 40px #25d36680;transform:scale(1.1) translateY(-3px)}.whatsapp-float .tooltip{background:#1a1a2e;border-radius:8px;color:#fff;font-size:13px;opacity:0;padding:8px 18px;pointer-events:none;position:absolute;right:75px;transition:all .3s ease;white-space:nowrap}.whatsapp-float .tooltip:after{border-bottom:8px solid #0000;border-left:8px solid #1a1a2e;border-top:8px solid #0000;content:"";position:absolute;right:-8px;top:50%;transform:translateY(-50%)}.whatsapp-float:hover .tooltip{opacity:1}@media(max-width:768px){.whatsapp-float{bottom:20px;font-size:26px;height:55px;right:20px;width:55px}.whatsapp-float .tooltip{display:none}.homepage .hero-section{min-height:auto;padding:40px 15px}.homepage .hero-section .hero-content{gap:30px;grid-template-columns:1fr}.homepage .hero-section .hero-content .hero-text{text-align:center}.homepage .hero-section .hero-content .hero-text h1{font-size:28px}.homepage .hero-section .hero-content .hero-text p{font-size:15px;max-width:100%}.homepage .hero-section .hero-content .hero-text .hero-buttons{justify-content:center}.homepage .hero-section .hero-content .hero-text .hero-buttons .btn-primary,.homepage .hero-section .hero-content .hero-text .hero-buttons .btn-secondary{font-size:14px;justify-content:center;padding:12px 24px;width:100%}.homepage .hero-section .hero-content .hero-image .hero-stats{grid-template-columns:1fr 1fr 1fr;padding:15px}.homepage .hero-section .hero-content .hero-image .hero-stats .stat-item .stat-number{font-size:20px}.homepage .categories-section{padding:40px 15px}.homepage .categories-section .categories-grid{gap:12px;grid-template-columns:1fr 1fr}.homepage .categories-section .categories-grid .category-card{padding:20px 15px}.homepage .categories-section .categories-grid .category-card .category-icon{font-size:32px}.homepage .categories-section .categories-grid .category-card h3{font-size:14px}.homepage .categories-section .categories-grid .category-card p{font-size:12px}.homepage .services-section{padding:40px 15px}.homepage .services-section .services-grid{gap:12px;grid-template-columns:1fr 1fr}.homepage .services-section .services-grid .service-card{padding:20px 15px}.homepage .services-section .services-grid .service-card .service-icon{font-size:28px}.homepage .services-section .services-grid .service-card h3{font-size:14px}.homepage .services-section .services-grid .service-card p{font-size:12px}.homepage .info-section{padding:40px 15px}.homepage .info-section .info-grid{gap:15px;grid-template-columns:1fr}.homepage .info-section .info-grid .info-card{padding:20px}.homepage .warranty-section{padding:40px 15px}.homepage .warranty-section h2{font-size:24px}.homepage .warranty-section .warranty-features{align-items:center;flex-direction:column}.homepage .warranty-section .warranty-features span{text-align:center;width:100%}.homepage .whatsapp-float{bottom:15px;font-size:24px;height:50px;right:15px;width:50px}.homepage .whatsapp-float .tooltip{display:none}}@media(max-width:480px){.homepage .categories-section .categories-grid,.homepage .services-section .services-grid{grid-template-columns:1fr}.homepage .hero-section .hero-content .hero-text h1{font-size:24px}}.custom-button{background-color:#000;border:none;color:#fff;cursor:pointer;display:flex;font-family:Open Sans Condensed;font-size:15px;font-weight:bolder;height:50px;justify-content:center;letter-spacing:.5px;line-height:50px;min-width:165px;padding:0 35px;text-transform:uppercase;width:auto}.custom-button:hover{background-color:#fff;border:1px solid #000;color:#000}.custom-button.google-sign-in{background-color:#4285f4;color:#fff}.custom-button.google-sign-in:hover{background-color:#357ae8;border:none}.custom-button.inverted{background-color:#fff;border:1px solid #000;color:#000}.custom-button.inverted:hover{background-color:#000;border:none;color:#fff}.collection-item{align-items:center;display:flex;flex-direction:column;height:350px;position:relative;width:22%}.collection-item .image{background-position:50%;background-size:cover;height:95%;margin-bottom:5px;width:100%}.collection-item .custom-button{display:none;opacity:.7;position:absolute;top:255px;width:80%}.collection-item:hover .image{opacity:.8}.collection-item:hover .custom-button{display:flex;opacity:.85}.collection-item .collection-footer{display:flex;font-size:18px;height:5%;justify-content:space-between;width:100%}.collection-item .collection-footer .name{margin-bottom:15px;width:90%}.collection-item .collection-footer .price{width:10%}.collection-preview{display:flex;flex-direction:column;margin-bottom:30px}.collection-preview .title{font-size:28px;margin-bottom:25px}.collection-preview .preview{display:flex;justify-content:space-between}.collections-overview{display:flex;flex-direction:column}.checkout-item{align-items:center;border-bottom:1px solid #a9a9a9;display:flex;font-size:16px;min-height:100px;padding:15px 0;width:100%}.checkout-item .image-container{padding-right:15px;width:23%}.checkout-item .image-container img{height:100px;object-fit:cover;width:100%}.checkout-item .name,.checkout-item .price,.checkout-item .quantity{width:23%}.checkout-item .quantity{display:flex}.checkout-item .quantity .arrow{cursor:pointer;font-size:18px;padding:0 10px;-webkit-user-select:none;user-select:none}.checkout-item .quantity .arrow:hover{color:#e67e22}.checkout-item .quantity .value{font-weight:600;margin:0 10px}.checkout-item .remove-button{cursor:pointer;font-size:20px;font-weight:700;padding-left:12px}.checkout-item .remove-button:hover{color:#e74c3c}@media(max-width:768px){.checkout-item{flex-wrap:wrap;font-size:14px;gap:10px}.checkout-item .image-container{padding-right:0;width:100%}.checkout-item .image-container img{height:80px}.checkout-item .name,.checkout-item .price,.checkout-item .quantity{width:33%}}.checkout-page{margin:0 auto;max-width:1200px;min-height:80vh;padding:40px 20px}.checkout-page .checkout-container h1{color:#1a1a2e;font-size:36px;font-weight:800;margin-bottom:40px;text-align:center}.checkout-page .checkout-container h1:after{background:linear-gradient(135deg,#f1c40f,#e67e22);border-radius:4px;content:"";display:block;height:4px;margin:10px auto 0;width:80px}.checkout-page .checkout-steps{display:flex;gap:40px;justify-content:center;margin-bottom:40px}.checkout-page .checkout-steps .step{align-items:center;color:#b0b0b0;display:flex;font-size:14px;gap:10px}.checkout-page .checkout-steps .step .step-number{align-items:center;background:#e9ecef;border-radius:50%;display:flex;font-weight:700;height:32px;justify-content:center;transition:all .3s ease;width:32px}.checkout-page .checkout-steps .step.active{color:#1a1a2e}.checkout-page .checkout-steps .step.active .step-number{background:#e67e22;color:#fff}.checkout-page .checkout-step{background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;padding:30px}.checkout-page .checkout-items h2{color:#1a1a2e;font-size:22px;font-weight:700;margin-bottom:20px}.checkout-page .checkout-items .items-header{border-bottom:2px solid #e9ecef;color:#7f8c8d;display:grid;font-size:14px;font-weight:600;grid-template-columns:2fr .5fr 1fr .5fr;padding:10px 0}.checkout-page .checkout-items .order-total{border-top:2px solid #e9ecef;margin-top:20px;padding-top:20px}.checkout-page .checkout-items .order-total .total-row.grand-total{color:#1a1a2e;display:flex;font-size:24px;font-weight:700;justify-content:space-between}.checkout-page .checkout-items .proceed-btn{background:#e67e22;border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:18px;font-weight:700;margin-top:25px;padding:16px;transition:all .3s ease;width:100%}.checkout-page .checkout-items .proceed-btn:hover{background:#d35400;transform:scale(1.02)}.checkout-page .checkout-form h2{color:#1a1a2e;font-size:22px;font-weight:700;margin-bottom:5px}.checkout-page .checkout-form>p{color:#7f8c8d;margin-bottom:25px}.checkout-page .checkout-form .form-group{margin-bottom:18px}.checkout-page .checkout-form .form-group label{color:#1a1a2e;display:block;font-size:14px;font-weight:600;margin-bottom:6px}.checkout-page .checkout-form .form-group input,.checkout-page .checkout-form .form-group textarea{border:2px solid #e9ecef;border-radius:12px;font-family:Poppins,sans-serif;font-size:15px;padding:12px 16px;transition:all .3s ease;width:100%}.checkout-page .checkout-form .form-group input:focus,.checkout-page .checkout-form .form-group textarea:focus{border-color:#e67e22;box-shadow:0 0 0 4px #e67e221a;outline:none}.checkout-page .checkout-form .form-group textarea{min-height:80px;resize:vertical}.checkout-page .checkout-form .form-row{grid-gap:18px;display:grid;gap:18px;grid-template-columns:1fr 1fr}.checkout-page .checkout-form .order-summary{background:#f8f9fa;border-radius:12px;margin:20px 0;padding:20px}.checkout-page .checkout-form .order-summary h3{color:#1a1a2e;font-size:18px;font-weight:700;margin-bottom:15px}.checkout-page .checkout-form .order-summary .summary-row{color:#555;display:flex;font-size:15px;justify-content:space-between;padding:8px 0}.checkout-page .checkout-form .order-summary .summary-row.total{border-top:2px solid #e9ecef;color:#e67e22;font-size:20px;font-weight:700;margin-top:10px;padding-top:15px}.checkout-page .checkout-form .form-buttons{display:flex;gap:15px;margin-top:20px}.checkout-page .checkout-form .form-buttons .back-btn{background:#e9ecef;border:none;border-radius:12px;color:#1a1a2e;cursor:pointer;flex:1 1;font-size:16px;font-weight:600;padding:14px 30px;transition:all .3s ease}.checkout-page .checkout-form .form-buttons .back-btn:hover{background:#dde1e6}.checkout-page .checkout-form .form-buttons .place-order-btn{background:#25d366;border:none;border-radius:12px;color:#fff;cursor:pointer;flex:2 1;font-size:16px;font-weight:700;padding:14px 30px;transition:all .3s ease}.checkout-page .checkout-form .form-buttons .place-order-btn:hover{background:#1ebe5c;transform:scale(1.02)}.checkout-page .checkout-form .form-buttons .place-order-btn:disabled{cursor:not-allowed;opacity:.6;transform:none}.checkout-page.success-page{align-items:center;display:flex;justify-content:center;min-height:80vh}.checkout-page.success-page .success-container{background:#fff;border-radius:20px;box-shadow:0 4px 20px #00000014;max-width:500px;padding:60px 40px;text-align:center;width:100%}.checkout-page.success-page .success-container .success-icon{font-size:80px;margin-bottom:20px}.checkout-page.success-page .success-container h2{color:#1a1a2e;font-size:32px;font-weight:800;margin-bottom:10px}.checkout-page.success-page .success-container .order-number{color:#555;font-size:18px;margin-bottom:15px}.checkout-page.success-page .success-container .order-number strong{color:#e67e22}.checkout-page.success-page .success-container .success-actions{display:flex;gap:15px;margin-top:25px}.checkout-page.success-page .success-container .success-actions a{border-radius:12px;flex:1 1;font-weight:700;padding:14px;text-decoration:none;transition:all .3s ease}.checkout-page.success-page .success-container .success-actions a.continue-btn{background:#e67e22;color:#fff}.checkout-page.success-page .success-container .success-actions a.continue-btn:hover{background:#d35400}.checkout-page.success-page .success-container .success-actions a.track-btn{background:#1a1a2e;color:#fff}.checkout-page.success-page .success-container .success-actions a.track-btn:hover{background:#2c3e50}.checkout-page.empty-cart{padding:80px 20px;text-align:center}.checkout-page.empty-cart h2{color:#1a1a2e;font-size:32px;margin-bottom:10px}.checkout-page.empty-cart p{color:#7f8c8d;margin-bottom:20px}.checkout-page.empty-cart .continue-shopping{background:#e67e22;border-radius:50px;color:#fff;display:inline-block;font-weight:600;padding:14px 40px;text-decoration:none;transition:all .3s ease}.checkout-page.empty-cart .continue-shopping:hover{box-shadow:0 4px 20px #e67e2266;transform:scale(1.05)}@media(max-width:768px){.checkout-page{padding:20px 15px}.checkout-page .checkout-steps{gap:15px}.checkout-page .checkout-steps .step{font-size:12px}.checkout-page .checkout-steps .step .step-number{font-size:12px;height:28px;width:28px}.checkout-page .checkout-step{padding:20px 15px}.checkout-page .checkout-items .items-header{font-size:12px}.checkout-page .checkout-form .form-row{gap:0;grid-template-columns:1fr}.checkout-page .checkout-form .form-buttons{flex-direction:column}.checkout-page.success-page .success-container{padding:40px 20px}.checkout-page.success-page .success-container .success-actions{flex-direction:column}.checkout-page{padding:15px 10px}.checkout-page .checkout-steps{gap:10px}.checkout-page .checkout-steps .step{font-size:10px}.checkout-page .checkout-steps .step .step-number{font-size:10px;height:24px;width:24px}.checkout-page .checkout-step{padding:15px 10px}.checkout-page .checkout-items .items-header{font-size:10px}.checkout-page .checkout-form .form-row{gap:0;grid-template-columns:1fr}.checkout-page .checkout-form .form-buttons{flex-direction:column}.checkout-page .checkout-form .form-buttons .back-btn,.checkout-page .checkout-form .form-buttons .place-order-btn{text-align:center;width:100%}.checkout-page .checkout-form .order-summary .summary-row{font-size:13px}.checkout-page .checkout-form .order-summary .summary-row.total{font-size:16px}.checkout-page.success-page .success-container{padding:30px 20px}.checkout-page.success-page .success-container h2{font-size:24px}.checkout-page.success-page .success-container .success-actions{flex-direction:column}.checkout-page.success-page .success-container .success-actions a{text-align:center;width:100%}}.sign-in{background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;max-width:380px;padding:30px;width:100%}.sign-in h2{color:#1a1a2e;font-size:28px;font-weight:700;margin-bottom:5px}.sign-in p{color:#7f8c8d;font-size:14px;margin-bottom:25px}.sign-in .form-group{margin-bottom:20px}.sign-in .form-group label{color:#1a1a2e;display:block;font-size:14px;font-weight:600;margin-bottom:6px}.sign-in .form-group input{border:2px solid #e9ecef;border-radius:12px;font-size:15px;padding:12px 16px;transition:all .3s ease;width:100%}.sign-in .form-group input:focus{border-color:#e67e22;box-shadow:0 0 0 4px #e67e221a;outline:none}.sign-in .error-message{color:#e74c3c;font-size:14px;margin-bottom:15px}.sign-in .sign-in-btn{background:#1a1a2e;border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:16px;font-weight:700;padding:14px;transition:all .3s ease;width:100%}.sign-in .sign-in-btn:hover{background:#e67e22;transform:scale(1.02)}.sign-in .sign-in-btn:disabled{cursor:not-allowed;opacity:.6}.sign-in .google-btn{align-items:center;background:#fff;border:2px solid #e9ecef;border-radius:12px;color:#1a1a2e;cursor:pointer;display:flex;font-size:16px;font-weight:600;gap:10px;justify-content:center;margin-top:12px;padding:14px;transition:all .3s ease;width:100%}.sign-in .google-btn:hover{background:#fdf6f0;border-color:#e67e22}.sign-in .google-btn:disabled{cursor:not-allowed;opacity:.6}.sign-up{background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;max-width:380px;padding:30px;width:100%}.sign-up h2{color:#1a1a2e;font-size:28px;font-weight:700;margin-bottom:5px}.sign-up p{color:#7f8c8d;font-size:14px;margin-bottom:25px}.sign-up .form-group{margin-bottom:20px}.sign-up .form-group label{color:#1a1a2e;display:block;font-size:14px;font-weight:600;margin-bottom:6px}.sign-up .form-group input{border:2px solid #e9ecef;border-radius:12px;font-size:15px;padding:12px 16px;transition:all .3s ease;width:100%}.sign-up .form-group input:focus{border-color:#e67e22;box-shadow:0 0 0 4px #e67e221a;outline:none}.sign-up .error-message{color:#e74c3c;font-size:14px;margin-bottom:15px}.sign-up .sign-up-btn{background:#1a1a2e;border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:16px;font-weight:700;padding:14px;transition:all .3s ease;width:100%}.sign-up .sign-up-btn:hover{background:#e67e22;transform:scale(1.02)}.sign-up .sign-up-btn:disabled{cursor:not-allowed;opacity:.6}.sign-in-sign-up-page{align-items:center;background:#f8f9fa;display:flex;justify-content:center;min-height:80vh;padding:40px 20px}.sign-in-sign-up-page .auth-container{background:#fff;border-radius:20px;box-shadow:0 20px 60px #00000014;max-width:450px;padding:40px 30px;width:100%}.sign-in-sign-up-page .auth-container .auth-tabs{background:#f8f9fa;border-radius:12px;display:flex;margin-bottom:30px;padding:4px}.sign-in-sign-up-page .auth-container .auth-tabs .tab{background:#0000;border:none;border-radius:10px;color:#7f8c8d;cursor:pointer;flex:1 1;font-size:16px;font-weight:600;padding:12px;transition:all .3s ease}.sign-in-sign-up-page .auth-container .auth-tabs .tab.active{background:#fff;box-shadow:0 4px 15px #00000014;color:#e67e22}.sign-in-sign-up-page .auth-container .auth-content{display:flex;justify-content:center}.hair-transplant-page{font-family:Poppins,sans-serif;overflow-x:hidden}.hair-transplant-page .hero-section{background:linear-gradient(135deg,#1a1a2e,#2c3e50 50%,#1a252f);color:#fff;padding:80px 40px 60px;text-align:center}.hair-transplant-page .hero-section .hero-content{margin:0 auto;max-width:800px}.hair-transplant-page .hero-section .hero-content h1{font-size:48px;font-weight:800;margin-bottom:15px}.hair-transplant-page .hero-section .hero-content h1:after{background:linear-gradient(135deg,#f1c40f,#e67e22);border-radius:4px;content:"";display:block;height:4px;margin:15px auto 0;width:80px}.hair-transplant-page .hero-section .hero-content p{font-size:18px;margin-bottom:30px;opacity:.9}.hair-transplant-page .hero-section .hero-content .hero-badges{display:flex;flex-wrap:wrap;gap:15px;justify-content:center}.hair-transplant-page .hero-section .hero-content .hero-badges .badge{background:#ffffff1a;border:1px solid #fff3;border-radius:50px;font-size:14px;padding:8px 20px}.hair-transplant-page .gallery-section{background:#f8f9fa;padding:60px 40px;text-align:center}.hair-transplant-page .gallery-section h2{color:#1a1a2e;font-size:36px;font-weight:700;margin-bottom:10px}.hair-transplant-page .gallery-section p{color:#7f8c8d;font-size:16px;margin-bottom:40px}.hair-transplant-page .gallery-section .gallery-grid{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(3,1fr);margin:0 auto;max-width:1200px}.hair-transplant-page .gallery-section .gallery-grid .gallery-item{aspect-ratio:1/1;border-radius:16px;box-shadow:0 4px 20px #0000001a;cursor:pointer;overflow:hidden;position:relative}.hair-transplant-page .gallery-section .gallery-grid .gallery-item img{height:100%;object-fit:cover;transition:transform .5s ease;width:100%}.hair-transplant-page .gallery-section .gallery-grid .gallery-item:hover img{transform:scale(1.08)}.hair-transplant-page .gallery-section .gallery-grid .gallery-item:hover .gallery-overlay{opacity:1}.hair-transplant-page .gallery-section .gallery-grid .gallery-item .gallery-overlay{align-items:flex-end;background:linear-gradient(#0000,#000000b3);bottom:0;color:#fff;display:flex;left:0;opacity:0;padding:20px;position:absolute;right:0;transition:opacity .3s ease}.hair-transplant-page .gallery-section .gallery-grid .gallery-item .gallery-overlay span{font-size:14px;font-weight:600}.hair-transplant-page .services-section{margin:0 auto;max-width:1200px;padding:60px 40px}.hair-transplant-page .services-section h2{color:#1a1a2e;font-size:36px;font-weight:700;margin-bottom:40px;text-align:center}.hair-transplant-page .services-section h2:after{background:linear-gradient(135deg,#f1c40f,#e67e22);border-radius:4px;content:"";display:block;height:4px;margin:10px auto 0;width:80px}.hair-transplant-page .services-section .services-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(3,1fr)}.hair-transplant-page .services-section .services-grid .service-card{background:#fff;border:1px solid #e9ecef;border-radius:16px;box-shadow:0 4px 20px #00000014;padding:35px 25px;text-align:center;transition:all .4s ease}.hair-transplant-page .services-section .services-grid .service-card:hover{box-shadow:0 12px 40px #00000026;transform:translateY(-8px)}.hair-transplant-page .services-section .services-grid .service-card .service-icon{display:block;font-size:48px;margin-bottom:15px}.hair-transplant-page .services-section .services-grid .service-card h3{color:#1a1a2e;font-size:20px;font-weight:700;margin-bottom:10px}.hair-transplant-page .services-section .services-grid .service-card p{color:#7f8c8d;font-size:15px;line-height:1.6;margin-bottom:15px}.hair-transplant-page .services-section .services-grid .service-card ul{list-style:none;padding:0;text-align:left}.hair-transplant-page .services-section .services-grid .service-card ul li{color:#555;font-size:14px;padding:6px 0}.hair-transplant-page .services-section .services-grid .service-card ul li:before{color:#27ae60;content:"✓ ";font-weight:700}.hair-transplant-page .booking-section{background:linear-gradient(135deg,#f8f9fa,#e9ecef);padding:60px 40px}.hair-transplant-page .booking-section .booking-container{background:#fff;border-radius:20px;box-shadow:0 10px 40px #0000001a;margin:0 auto;max-width:800px;padding:40px}.hair-transplant-page .booking-section .booking-container .booking-header{margin-bottom:30px;text-align:center}.hair-transplant-page .booking-section .booking-container .booking-header h2{color:#1a1a2e;font-size:32px;font-weight:700}.hair-transplant-page .booking-section .booking-container .booking-header p{color:#7f8c8d;font-size:16px}.hair-transplant-page .booking-section .booking-container .success-message{align-items:center;background:#d4edda;border:1px solid #c3e6cb;border-radius:12px;display:flex;gap:15px;margin-bottom:25px;padding:15px 20px}.hair-transplant-page .booking-section .booking-container .success-message span{font-size:30px}.hair-transplant-page .booking-section .booking-container .success-message h4{color:#155724;margin:0}.hair-transplant-page .booking-section .booking-container .success-message p{color:#155724;font-size:14px;margin:0}.hair-transplant-page .booking-section .booking-container .booking-form .form-row{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr;margin-bottom:20px}.hair-transplant-page .booking-section .booking-container .booking-form .form-group label{color:#1a1a2e;display:block;font-size:14px;font-weight:600;margin-bottom:6px}.hair-transplant-page .booking-section .booking-container .booking-form .form-group input,.hair-transplant-page .booking-section .booking-container .booking-form .form-group select,.hair-transplant-page .booking-section .booking-container .booking-form .form-group textarea{border:2px solid #e9ecef;border-radius:12px;font-family:Poppins,sans-serif;font-size:15px;padding:12px 16px;transition:all .3s ease;width:100%}.hair-transplant-page .booking-section .booking-container .booking-form .form-group input:focus,.hair-transplant-page .booking-section .booking-container .booking-form .form-group select:focus,.hair-transplant-page .booking-section .booking-container .booking-form .form-group textarea:focus{border-color:#e67e22;box-shadow:0 0 0 4px #e67e221a;outline:none}.hair-transplant-page .booking-section .booking-container .booking-form .form-group textarea{min-height:80px;resize:vertical}.hair-transplant-page .booking-section .booking-container .booking-form .submit-btn{background:linear-gradient(135deg,#25d366,#1ebe5c);border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:18px;font-weight:700;margin-top:10px;padding:16px;transition:all .3s ease;width:100%}.hair-transplant-page .booking-section .booking-container .booking-form .submit-btn:hover{box-shadow:0 4px 20px #25d36666;transform:scale(1.02)}.hair-transplant-page .booking-section .booking-container .booking-form .submit-btn:disabled{cursor:not-allowed;opacity:.6;transform:none}.hair-transplant-page .cta-section{background:linear-gradient(135deg,#1a1a2e,#2c3e50);color:#fff;padding:60px 40px;text-align:center}.hair-transplant-page .cta-section .cta-content{margin:0 auto;max-width:700px}.hair-transplant-page .cta-section .cta-content h2{font-size:36px;font-weight:700;margin-bottom:15px}.hair-transplant-page .cta-section .cta-content p{font-size:18px;margin-bottom:30px;opacity:.9}.hair-transplant-page .cta-section .cta-content .cta-buttons{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.hair-transplant-page .cta-section .cta-content .cta-buttons .cta-primary{background:#e67e22;border-radius:50px;color:#fff;font-weight:700;padding:14px 40px;text-decoration:none;transition:all .3s ease}.hair-transplant-page .cta-section .cta-content .cta-buttons .cta-primary:hover{background:#d35400;transform:scale(1.05)}.hair-transplant-page .cta-section .cta-content .cta-buttons .cta-secondary{background:#0000;border:2px solid #ffffff4d;border-radius:50px;color:#fff;font-weight:700;padding:14px 40px;text-decoration:none;transition:all .3s ease}.hair-transplant-page .cta-section .cta-content .cta-buttons .cta-secondary:hover{background:#fff;border-color:#fff;color:#1a1a2e;transform:scale(1.05)}@media(max-width:992px){.hair-transplant-page .gallery-section .gallery-grid,.hair-transplant-page .services-section .services-grid{grid-template-columns:1fr 1fr}}@media(max-width:768px){.hair-transplant-page .hero-section .hero-content h1{font-size:32px}.hair-transplant-page .booking-section .booking-container .booking-form .form-row{gap:15px;grid-template-columns:1fr}.hair-transplant-page .gallery-section .gallery-grid,.hair-transplant-page .services-section .services-grid{grid-template-columns:1fr}.hair-transplant-page .booking-section,.hair-transplant-page .gallery-section{padding:40px 20px}.hair-transplant-page .booking-section .booking-container{padding:25px}.hair-transplant-page .cta-section .cta-content h2{font-size:28px}.hair-transplant-page .services-section{padding:40px 20px}.hair-transplant-page .services-section h2{font-size:28px}}.hair-centers-page{font-family:Poppins,sans-serif;margin:0 auto;max-width:1200px;padding:40px 20px}.hair-centers-page .hero-section{align-items:center;background:linear-gradient(135deg,#1a1a2e,#2c3e50);border-radius:16px;display:flex;justify-content:center;margin-bottom:50px;padding:60px 20px;text-align:center}.hair-centers-page .hero-section .hero-content{margin:0 auto;max-width:800px;text-align:center;width:100%}.hair-centers-page .hero-section .hero-content h1{color:#fff;font-size:44px;font-weight:800;line-height:1.2;margin-bottom:10px}.hair-centers-page .hero-section .hero-content .hero-subtitle{color:#ffffffd9;font-size:20px;line-height:1.6;margin-bottom:20px}.hair-centers-page .hero-section .hero-content .booking-note{background:#febd6914;border-left:4px solid #febd69;border-radius:10px;color:#febd69;font-size:17px;font-weight:500;line-height:2;margin:0 auto 25px;max-width:700px;padding:18px 28px;text-align:center}.hair-centers-page .hero-section .hero-content .btn-book{background:#25d366;border:none;border-radius:50px;color:#fff;cursor:pointer;display:inline-block;font-size:18px;font-weight:600;padding:14px 40px;transition:all .3s ease}.hair-centers-page .hero-section .hero-content .btn-book:hover{background:#1ebe5c;box-shadow:0 4px 20px #25d3664d;transform:scale(1.05)}.hair-centers-page .expert-section{margin-bottom:50px}.hair-centers-page .expert-section .expert-header{margin-bottom:30px;text-align:center}.hair-centers-page .expert-section .expert-header h2{color:#1a1a2e;font-size:34px;font-weight:700}.hair-centers-page .expert-section .expert-card{grid-gap:30px;background:#fff;border:1px solid #e9ecef;border-radius:16px;box-shadow:0 4px 20px #00000014;display:grid;gap:30px;grid-template-columns:1fr 1.5fr;padding:25px}.hair-centers-page .expert-section .expert-card .expert-image{background:#f8f9fa;border-radius:12px;height:350px;overflow:hidden;position:relative;width:100%}.hair-centers-page .expert-section .expert-card .expert-image img{height:100%;object-fit:contain;width:100%}.hair-centers-page .expert-section .expert-card .expert-image .expert-badge{background:#e67e22;border-radius:50px;bottom:15px;color:#fff;font-size:16px;font-weight:700;left:50%;padding:10px 24px;position:absolute;transform:translateX(-50%);white-space:nowrap}.hair-centers-page .expert-section .expert-card .expert-info{display:flex;flex-direction:column;justify-content:center}.hair-centers-page .expert-section .expert-card .expert-info h3{color:#1a1a2e;font-size:32px;font-weight:700;margin-bottom:5px}.hair-centers-page .expert-section .expert-card .expert-info .expert-title{color:#7f8c8d;font-size:18px;margin-bottom:12px}.hair-centers-page .expert-section .expert-card .expert-info .expert-description{color:#555;font-size:16px;line-height:1.8;margin-bottom:15px}.hair-centers-page .expert-section .expert-card .expert-info .expert-tags{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:18px}.hair-centers-page .expert-section .expert-card .expert-info .expert-tags span{background:#f8f9fa;border-radius:50px;color:#555;font-size:15px;padding:6px 18px}.hair-centers-page .expert-section .expert-card .expert-info .btn-whatsapp{align-self:flex-start;background:#25d366;border:none;border-radius:50px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;padding:14px 35px;transition:.3s}.hair-centers-page .expert-section .expert-card .expert-info .btn-whatsapp:hover{background:#1ebe5c;transform:scale(1.05)}.hair-centers-page .branches-section{margin-bottom:50px}.hair-centers-page .branches-section .branches-header{margin-bottom:30px;text-align:center}.hair-centers-page .branches-section .branches-header h2{color:#1a1a2e;font-size:28px;font-weight:700}.hair-centers-page .branches-section .branches-header p{color:#7f8c8d;margin-top:5px}.hair-centers-page .branches-section .branches-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.hair-centers-page .branches-section .branches-grid .branch-card{background:#fff;border:1px solid #e9ecef;border-radius:12px;padding:20px;position:relative;text-align:center;transition:.3s}.hair-centers-page .branches-section .branches-grid .branch-card:hover{box-shadow:0 8px 25px #0000001a;transform:translateY(-4px)}.hair-centers-page .branches-section .branches-grid .branch-card.main{background:#fdf6f0;border:2px solid #e67e22}.hair-centers-page .branches-section .branches-grid .branch-card .main-tag{background:#e67e22;border-radius:50px;color:#fff;font-size:11px;font-weight:700;padding:2px 12px;position:absolute;right:10px;top:-10px}.hair-centers-page .branches-section .branches-grid .branch-card h3{color:#1a1a2e;font-size:17px;font-weight:700;margin-bottom:2px}.hair-centers-page .branches-section .branches-grid .branch-card .branch-city{color:#e67e22;display:block;font-size:13px;font-weight:600;margin-bottom:6px}.hair-centers-page .branches-section .branches-grid .branch-card .branch-address{color:#7f8c8d;font-size:13px;line-height:1.5;margin-bottom:10px;min-height:40px}.hair-centers-page .branches-section .branches-grid .branch-card .branch-phone{color:#1a1a2e;display:inline-block;font-size:14px;font-weight:600;margin-bottom:12px;text-decoration:none}.hair-centers-page .branches-section .branches-grid .branch-card .branch-phone:hover{color:#e67e22}.hair-centers-page .branches-section .branches-grid .branch-card .btn-branch-book{background:#e67e22;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:8px;transition:.3s;width:100%}.hair-centers-page .branches-section .branches-grid .branch-card .btn-branch-book:hover{background:#d35400}.hair-centers-page .services-section .services-header{margin-bottom:30px;text-align:center}.hair-centers-page .services-section .services-header h2{color:#1a1a2e;font-size:28px;font-weight:700}.hair-centers-page .services-section .services-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.hair-centers-page .services-section .services-grid .service-card{background:#fff;border:1px solid #e9ecef;border-radius:12px;padding:25px 15px;text-align:center;transition:.3s}.hair-centers-page .services-section .services-grid .service-card:hover{box-shadow:0 8px 25px #0000001a;transform:translateY(-4px)}.hair-centers-page .services-section .services-grid .service-card .service-icon{display:block;font-size:32px;margin-bottom:8px}.hair-centers-page .services-section .services-grid .service-card h3{color:#1a1a2e;font-size:16px;font-weight:700;margin-bottom:4px}.hair-centers-page .services-section .services-grid .service-card p{color:#7f8c8d;font-size:13px;margin-bottom:8px}.hair-centers-page .services-section .services-grid .service-card .service-tag{background:#f8f9fa;border-radius:50px;color:#7f8c8d;display:inline-block;font-size:11px;padding:2px 12px}.hair-centers-page .booking-modal{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:9999}.hair-centers-page .booking-modal .booking-modal-content{background:#fff;border-radius:16px;max-height:90vh;max-width:450px;overflow-y:auto;padding:30px;position:relative;width:90%}.hair-centers-page .booking-modal .booking-modal-content .close-modal{background:none;border:none;color:#999;cursor:pointer;font-size:28px;position:absolute;right:15px;top:10px}.hair-centers-page .booking-modal .booking-modal-content .close-modal:hover{color:#e74c3c}.hair-centers-page .booking-modal .booking-modal-content h2{color:#1a1a2e;font-size:24px;font-weight:700;margin-bottom:5px;text-align:center}.hair-centers-page .booking-modal .booking-modal-content p{color:#7f8c8d;font-size:14px;margin-bottom:20px;text-align:center}.hair-centers-page .booking-modal .booking-modal-content .booking-success{padding:20px 0;text-align:center}.hair-centers-page .booking-modal .booking-modal-content .booking-success span{display:block;font-size:48px;margin-bottom:10px}.hair-centers-page .booking-modal .booking-modal-content .booking-success h3{color:#27ae60}.hair-centers-page .booking-modal .booking-modal-content form{display:flex;flex-direction:column;gap:12px}.hair-centers-page .booking-modal .booking-modal-content form input,.hair-centers-page .booking-modal .booking-modal-content form select,.hair-centers-page .booking-modal .booking-modal-content form textarea{border:2px solid #e9ecef;border-radius:10px;font-family:Poppins,sans-serif;font-size:14px;padding:10px 14px;transition:.3s;width:100%}.hair-centers-page .booking-modal .booking-modal-content form input:focus,.hair-centers-page .booking-modal .booking-modal-content form select:focus,.hair-centers-page .booking-modal .booking-modal-content form textarea:focus{border-color:#e67e22;outline:none}.hair-centers-page .booking-modal .booking-modal-content form .form-row{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1fr 1fr}.hair-centers-page .booking-modal .booking-modal-content form .btn-submit{background:#25d366;border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:16px;font-weight:700;padding:12px;transition:.3s}.hair-centers-page .booking-modal .booking-modal-content form .btn-submit:hover{background:#1ebe5c;transform:scale(1.02)}.hair-centers-page .booking-modal .booking-modal-content form .btn-submit:disabled{cursor:not-allowed;opacity:.6}@media(max-width:768px){.hair-centers-page{padding:20px 15px}.hair-centers-page .hero-section{padding:40px 15px}.hair-centers-page .hero-section .hero-content h1{font-size:32px}.hair-centers-page .hero-section .hero-content .hero-subtitle{font-size:17px}.hair-centers-page .hero-section .hero-content .booking-note{font-size:15px;padding:14px 18px}.hair-centers-page .hero-section .hero-content .btn-book{font-size:16px;padding:12px 30px}.hair-centers-page .expert-section .expert-card{grid-template-columns:1fr}.hair-centers-page .expert-section .expert-card .expert-image{height:280px}.hair-centers-page .expert-section .expert-card .expert-image .expert-badge{font-size:14px;padding:8px 18px}.hair-centers-page .expert-section .expert-card .expert-info h3{font-size:26px}.hair-centers-page .expert-section .expert-card .expert-info .expert-description{font-size:15px}.hair-centers-page .expert-section .expert-card .expert-info .expert-tags span{font-size:13px}.hair-centers-page .expert-section .expert-card .expert-info .btn-whatsapp{text-align:center;width:100%}.hair-centers-page .branches-section .branches-grid,.hair-centers-page .services-section .services-grid{grid-template-columns:1fr 1fr}.hair-centers-page .booking-modal .booking-modal-content{padding:20px}.hair-centers-page .booking-modal .booking-modal-content .form-row{grid-template-columns:1fr}}@media(max-width:480px){.hair-centers-page .branches-section .branches-grid,.hair-centers-page .services-section .services-grid{grid-template-columns:1fr}.hair-centers-page .expert-section .expert-card .expert-image{height:220px}.hair-centers-page .hero-section .hero-content h1{font-size:26px}.hair-centers-page .hero-section .hero-content .hero-subtitle{font-size:15px}.hair-centers-page .hero-section .hero-content .booking-note{font-size:14px;line-height:1.8}}.men-wigs-page{margin:0 auto;max-width:1200px;padding:40px 20px}.men-wigs-page .page-header{margin-bottom:40px;text-align:center}.men-wigs-page .page-header h1{color:#1a1a2e;font-size:36px;font-weight:800}.men-wigs-page .page-header h1:after{background:linear-gradient(135deg,#f1c40f,#e67e22);border-radius:4px;content:"";display:block;height:4px;margin:10px auto 0;width:80px}.men-wigs-page .page-header p{color:#7f8c8d;font-size:16px;margin-top:10px}.men-wigs-page .page-header .book-appointment-btn{background:#25d366;border:none;border-radius:50px;color:#fff;cursor:pointer;font-size:16px;font-weight:700;margin-top:20px;padding:14px 35px;transition:all .3s ease}.men-wigs-page .page-header .book-appointment-btn:hover{box-shadow:0 4px 20px #25d36666;transform:scale(1.05)}.men-wigs-page .products-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.men-wigs-page .product-card{background:#fff;border:1px solid #e9ecef;border-radius:16px;box-shadow:0 4px 20px #00000014;overflow:hidden;transition:all .4s ease}.men-wigs-page .product-card:hover{box-shadow:0 12px 40px #00000026;transform:translateY(-8px)}.men-wigs-page .product-card .product-image{background:#f8f9fa;height:250px;overflow:hidden;position:relative}.men-wigs-page .product-card .product-image img{height:100%;object-fit:cover;transition:transform .5s ease;width:100%}.men-wigs-page .product-card .product-image:hover img{transform:scale(1.05)}.men-wigs-page .product-card .product-image .new-badge{background:#e67e22;border-radius:50px;color:#fff;font-size:11px;font-weight:700;letter-spacing:.5px;padding:4px 14px;position:absolute;right:15px;text-transform:uppercase;top:15px}.men-wigs-page .product-card .product-info{padding:20px}.men-wigs-page .product-card .product-info h3{color:#1a1a2e;font-size:16px;font-weight:700;line-height:1.4;margin-bottom:8px;min-height:44px}.men-wigs-page .product-card .product-info .product-description{color:#7f8c8d;font-size:14px;line-height:1.6;margin-bottom:15px;min-height:50px}.men-wigs-page .product-card .product-info .product-footer{align-items:center;display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between}.men-wigs-page .product-card .product-info .product-footer .product-price{color:#e67e22;font-size:20px;font-weight:800}.men-wigs-page .product-card .product-info .product-footer .add-to-cart-btn{background:#1a1a2e;border:none;border-radius:50px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:10px 20px;transition:all .3s ease}.men-wigs-page .product-card .product-info .product-footer .add-to-cart-btn:hover{background:#25d366;box-shadow:0 4px 15px #25d3664d;transform:scale(1.05)}.men-wigs-page .loading-container{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:400px}.men-wigs-page .loading-container .loader{animation:spin 1s linear infinite;border:4px solid #f3f3f3;border-radius:50%;border-top-color:#e67e22;height:50px;width:50px}.men-wigs-page .loading-container p{color:#7f8c8d;margin-top:20px}.men-wigs-page .no-products{background:#f8f9fa;border-radius:16px;padding:80px 20px;text-align:center}.men-wigs-page .no-products p{color:#7f8c8d;font-size:18px}.men-wigs-page .booking-modal{align-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0009;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:9999}.men-wigs-page .booking-modal .booking-modal-content{background:#fff;border-radius:20px;max-height:90vh;max-width:520px;overflow-y:auto;padding:40px;position:relative;width:90%}.men-wigs-page .booking-modal .booking-modal-content .close-modal{background:none;border:none;color:#7f8c8d;cursor:pointer;font-size:28px;position:absolute;right:20px;top:15px;transition:all .3s ease}.men-wigs-page .booking-modal .booking-modal-content .close-modal:hover{color:#e74c3c;transform:rotate(90deg)}.men-wigs-page .booking-modal .booking-modal-content .close-modal:disabled{cursor:not-allowed;opacity:.5}.men-wigs-page .booking-modal .booking-modal-content h2{color:#1a1a2e;font-size:28px;font-weight:800;margin-bottom:5px;text-align:center}.men-wigs-page .booking-modal .booking-modal-content p{color:#7f8c8d;font-size:14px;margin-bottom:25px;text-align:center}.men-wigs-page .booking-modal .booking-modal-content .booking-success{padding:20px 0;text-align:center}.men-wigs-page .booking-modal .booking-modal-content .booking-success span{display:block;font-size:64px;margin-bottom:10px}.men-wigs-page .booking-modal .booking-modal-content .booking-success h3{color:#27ae60;font-size:22px;margin-bottom:10px}.men-wigs-page .booking-modal .booking-modal-content .booking-success p{color:#7f8c8d;margin-bottom:0}.men-wigs-page .booking-modal .booking-modal-content .booking-success .whatsapp-note{color:#25d366;font-weight:600;margin-top:10px}.men-wigs-page .booking-modal .booking-modal-content .form-group{margin-bottom:16px}.men-wigs-page .booking-modal .booking-modal-content .form-group label{color:#1a1a2e;display:block;font-size:14px;font-weight:600;margin-bottom:5px}.men-wigs-page .booking-modal .booking-modal-content .form-group input,.men-wigs-page .booking-modal .booking-modal-content .form-group select,.men-wigs-page .booking-modal .booking-modal-content .form-group textarea{border:2px solid #e9ecef;border-radius:10px;font-family:Poppins,sans-serif;font-size:14px;padding:11px 15px;transition:all .3s ease;width:100%}.men-wigs-page .booking-modal .booking-modal-content .form-group input:focus,.men-wigs-page .booking-modal .booking-modal-content .form-group select:focus,.men-wigs-page .booking-modal .booking-modal-content .form-group textarea:focus{border-color:#e67e22;box-shadow:0 0 0 4px #e67e221a;outline:none}.men-wigs-page .booking-modal .booking-modal-content .form-group input:disabled,.men-wigs-page .booking-modal .booking-modal-content .form-group select:disabled,.men-wigs-page .booking-modal .booking-modal-content .form-group textarea:disabled{background:#f8f9fa;cursor:not-allowed}.men-wigs-page .booking-modal .booking-modal-content .form-group textarea{min-height:70px;resize:vertical}.men-wigs-page .booking-modal .booking-modal-content .form-row{grid-gap:15px;display:grid;gap:15px;grid-template-columns:1fr 1fr}.men-wigs-page .booking-modal .booking-modal-content .form-buttons{display:flex;flex-direction:column;gap:10px;margin-top:5px}.men-wigs-page .booking-modal .booking-modal-content .form-buttons .submit-booking-btn{background:#25d366;border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:16px;font-weight:700;padding:14px;transition:all .3s ease;width:100%}.men-wigs-page .booking-modal .booking-modal-content .form-buttons .submit-booking-btn:hover{box-shadow:0 4px 20px #25d36666;transform:scale(1.02)}.men-wigs-page .booking-modal .booking-modal-content .form-buttons .submit-booking-btn:disabled{cursor:not-allowed;opacity:.6;transform:none}.men-wigs-page .booking-modal .booking-modal-content .form-buttons .whatsapp-only-btn{background:#128c7e;border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:12px;transition:all .3s ease;width:100%}.men-wigs-page .booking-modal .booking-modal-content .form-buttons .whatsapp-only-btn:hover{box-shadow:0 4px 20px #128c7e66;transform:scale(1.02)}.men-wigs-page .booking-modal .booking-modal-content .form-buttons .whatsapp-only-btn:disabled{cursor:not-allowed;opacity:.5;transform:none}@media(max-width:768px){.men-wigs-page{padding:20px 15px}.men-wigs-page .page-header h1{font-size:28px}.men-wigs-page .products-grid{gap:15px;grid-template-columns:1fr 1fr}.men-wigs-page .product-card .product-image{height:180px}.men-wigs-page .booking-modal .booking-modal-content{padding:25px 20px}.men-wigs-page .booking-modal .booking-modal-content .form-row{gap:0;grid-template-columns:1fr}}@media(max-width:480px){.men-wigs-page .products-grid{grid-template-columns:1fr}}.lady-hair-page{margin:0 auto;max-width:1200px;padding:40px 20px}.lady-hair-page .page-header{margin-bottom:50px;text-align:center}.lady-hair-page .page-header h1{color:#1a1a2e;font-size:42px;font-weight:800}.lady-hair-page .page-header h1:after{background:linear-gradient(135deg,#f1c40f,#e67e22);border-radius:4px;content:"";display:block;height:4px;margin:15px auto 0;width:80px}.lady-hair-page .page-header p{color:#7f8c8d;font-size:18px}.lady-hair-page .page-header .book-appointment-btn{background:#25d366;border:none;border-radius:50px;color:#fff;cursor:pointer;font-size:16px;font-weight:700;margin-top:20px;padding:14px 35px;transition:all .3s ease}.lady-hair-page .page-header .book-appointment-btn:hover{box-shadow:0 4px 20px #25d36666;transform:scale(1.05)}.lady-hair-page .products-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.lady-hair-page .product-card{background:#fff;border:1px solid #e9ecef;border-radius:16px;box-shadow:0 4px 20px #00000014;overflow:hidden;transition:all .4s ease}.lady-hair-page .product-card:hover{box-shadow:0 12px 50px #00000026;transform:translateY(-8px)}.lady-hair-page .product-card .product-image{background:#f8f9fa;height:250px;overflow:hidden;position:relative}.lady-hair-page .product-card .product-image img{height:100%;object-fit:cover;transition:transform .5s ease;width:100%}.lady-hair-page .product-card .product-image:hover img{transform:scale(1.05)}.lady-hair-page .product-card .product-image .new-badge{background:#e67e22;border-radius:50px;color:#fff;font-size:11px;font-weight:700;letter-spacing:.5px;padding:4px 14px;position:absolute;right:15px;text-transform:uppercase;top:15px}.lady-hair-page .product-card .product-info{padding:20px}.lady-hair-page .product-card .product-info h3{color:#1a1a2e;font-size:16px;font-weight:700;line-height:1.4;margin-bottom:8px;min-height:44px}.lady-hair-page .product-card .product-info .product-description{color:#7f8c8d;font-size:14px;line-height:1.6;margin-bottom:15px;min-height:60px}.lady-hair-page .product-card .product-info .product-footer{align-items:center;display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between}.lady-hair-page .product-card .product-info .product-footer .product-price{color:#e67e22;font-size:20px;font-weight:800}.lady-hair-page .product-card .product-info .product-footer .add-to-cart-btn{background:#25d366;border:none;border-radius:50px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:10px 25px;transition:all .3s ease}.lady-hair-page .product-card .product-info .product-footer .add-to-cart-btn:hover{box-shadow:0 4px 15px #25d36666;transform:scale(1.05)}.lady-hair-page .loading-container{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:400px}.lady-hair-page .loading-container .loader{animation:spin 1s linear infinite;border:4px solid #f3f3f3;border-radius:50%;border-top-color:#e67e22;height:50px;width:50px}.lady-hair-page .loading-container p{color:#7f8c8d;margin-top:20px}.lady-hair-page .no-products{background:#f8f9fa;border-radius:16px;padding:80px 20px;text-align:center}.lady-hair-page .no-products p{color:#7f8c8d;font-size:18px}.lady-hair-page .booking-modal{align-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0009;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:9999}.lady-hair-page .booking-modal .booking-modal-content{background:#fff;border-radius:20px;max-height:90vh;max-width:520px;overflow-y:auto;padding:40px;position:relative;width:90%}.lady-hair-page .booking-modal .booking-modal-content .close-modal{background:none;border:none;color:#7f8c8d;cursor:pointer;font-size:28px;position:absolute;right:20px;top:15px;transition:all .3s ease}.lady-hair-page .booking-modal .booking-modal-content .close-modal:hover{color:#e74c3c;transform:rotate(90deg)}.lady-hair-page .booking-modal .booking-modal-content .close-modal:disabled{cursor:not-allowed;opacity:.5}.lady-hair-page .booking-modal .booking-modal-content h2{color:#1a1a2e;font-size:28px;font-weight:800;margin-bottom:5px;text-align:center}.lady-hair-page .booking-modal .booking-modal-content p{color:#7f8c8d;font-size:14px;margin-bottom:25px;text-align:center}.lady-hair-page .booking-modal .booking-modal-content .booking-success{padding:20px 0;text-align:center}.lady-hair-page .booking-modal .booking-modal-content .booking-success span{display:block;font-size:64px;margin-bottom:10px}.lady-hair-page .booking-modal .booking-modal-content .booking-success h3{color:#27ae60;font-size:22px;margin-bottom:10px}.lady-hair-page .booking-modal .booking-modal-content .booking-success p{color:#7f8c8d;margin-bottom:0}.lady-hair-page .booking-modal .booking-modal-content .booking-success .whatsapp-note{color:#25d366;font-weight:600;margin-top:10px}.lady-hair-page .booking-modal .booking-modal-content .form-group{margin-bottom:16px}.lady-hair-page .booking-modal .booking-modal-content .form-group label{color:#1a1a2e;display:block;font-size:14px;font-weight:600;margin-bottom:5px}.lady-hair-page .booking-modal .booking-modal-content .form-group input,.lady-hair-page .booking-modal .booking-modal-content .form-group select,.lady-hair-page .booking-modal .booking-modal-content .form-group textarea{border:2px solid #e9ecef;border-radius:10px;font-family:Poppins,sans-serif;font-size:14px;padding:11px 15px;transition:all .3s ease;width:100%}.lady-hair-page .booking-modal .booking-modal-content .form-group input:focus,.lady-hair-page .booking-modal .booking-modal-content .form-group select:focus,.lady-hair-page .booking-modal .booking-modal-content .form-group textarea:focus{border-color:#e67e22;box-shadow:0 0 0 4px #e67e221a;outline:none}.lady-hair-page .booking-modal .booking-modal-content .form-group input:disabled,.lady-hair-page .booking-modal .booking-modal-content .form-group select:disabled,.lady-hair-page .booking-modal .booking-modal-content .form-group textarea:disabled{background:#f8f9fa;cursor:not-allowed}.lady-hair-page .booking-modal .booking-modal-content .form-group textarea{min-height:70px;resize:vertical}.lady-hair-page .booking-modal .booking-modal-content .form-row{grid-gap:15px;display:grid;gap:15px;grid-template-columns:1fr 1fr}.lady-hair-page .booking-modal .booking-modal-content .form-buttons{display:flex;flex-direction:column;gap:10px;margin-top:5px}.lady-hair-page .booking-modal .booking-modal-content .form-buttons .submit-booking-btn{background:#25d366;border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:16px;font-weight:700;padding:14px;transition:all .3s ease;width:100%}.lady-hair-page .booking-modal .booking-modal-content .form-buttons .submit-booking-btn:hover{box-shadow:0 4px 20px #25d36666;transform:scale(1.02)}.lady-hair-page .booking-modal .booking-modal-content .form-buttons .submit-booking-btn:disabled{cursor:not-allowed;opacity:.6;transform:none}.lady-hair-page .booking-modal .booking-modal-content .form-buttons .whatsapp-only-btn{background:#128c7e;border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:12px;transition:all .3s ease;width:100%}.lady-hair-page .booking-modal .booking-modal-content .form-buttons .whatsapp-only-btn:hover{box-shadow:0 4px 20px #128c7e66;transform:scale(1.02)}.lady-hair-page .booking-modal .booking-modal-content .form-buttons .whatsapp-only-btn:disabled{cursor:not-allowed;opacity:.5;transform:none}@media(max-width:768px){.lady-hair-page{padding:20px 15px}.lady-hair-page .page-header h1{font-size:30px}.lady-hair-page .products-grid{gap:15px;grid-template-columns:1fr 1fr}.lady-hair-page .product-card .product-image{height:180px}.lady-hair-page .booking-modal .booking-modal-content{padding:25px 20px}.lady-hair-page .booking-modal .booking-modal-content .form-row{grid-template-columns:1fr}}@media(max-width:480px){.lady-hair-page .products-grid{grid-template-columns:1fr}}.new-arrivals-page{margin:0 auto;max-width:1200px;padding:40px 20px}.new-arrivals-page .page-header{margin-bottom:50px;text-align:center}.new-arrivals-page .page-header h1{color:#1a1a2e;font-size:42px;font-weight:800}.new-arrivals-page .page-header h1:after{background:linear-gradient(135deg,#f1c40f,#e67e22);border-radius:4px;content:"";display:block;height:4px;margin:15px auto 0;width:80px}.new-arrivals-page .page-header p{color:#7f8c8d;font-size:18px}.new-arrivals-page .page-header .book-appointment-btn{background:#25d366;border:none;border-radius:50px;color:#fff;cursor:pointer;font-size:16px;font-weight:700;margin-top:20px;padding:14px 35px;transition:all .3s ease}.new-arrivals-page .page-header .book-appointment-btn:hover{box-shadow:0 4px 20px #25d36666;transform:scale(1.05)}.new-arrivals-page .products-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.new-arrivals-page .product-card{background:#fff;border:1px solid #e9ecef;border-radius:16px;box-shadow:0 4px 20px #00000014;overflow:hidden;transition:all .4s ease}.new-arrivals-page .product-card:hover{box-shadow:0 12px 50px #00000026;transform:translateY(-8px)}.new-arrivals-page .product-card .product-image{background:#f8f9fa;height:250px;overflow:hidden;position:relative}.new-arrivals-page .product-card .product-image img{height:100%;object-fit:cover;transition:transform .5s ease;width:100%}.new-arrivals-page .product-card .product-image:hover img{transform:scale(1.05)}.new-arrivals-page .product-card .product-image .new-badge{animation:pulse 2s infinite;background:#e67e22;border-radius:50px;color:#fff;font-size:11px;font-weight:700;letter-spacing:.5px;padding:4px 14px;position:absolute;right:15px;text-transform:uppercase;top:15px}.new-arrivals-page .product-card .product-info{padding:20px}.new-arrivals-page .product-card .product-info h3{color:#1a1a2e;font-size:16px;font-weight:700;line-height:1.4;margin-bottom:8px;min-height:44px}.new-arrivals-page .product-card .product-info .product-description{color:#7f8c8d;font-size:14px;line-height:1.6;margin-bottom:15px;min-height:60px}.new-arrivals-page .product-card .product-info .product-footer{align-items:center;display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between}.new-arrivals-page .product-card .product-info .product-footer .product-price{color:#e67e22;font-size:20px;font-weight:800}.new-arrivals-page .product-card .product-info .product-footer .add-to-cart-btn{background:#25d366;border:none;border-radius:50px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:10px 25px;transition:all .3s ease}.new-arrivals-page .product-card .product-info .product-footer .add-to-cart-btn:hover{box-shadow:0 4px 15px #25d36666;transform:scale(1.05)}.new-arrivals-page .loading-container{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:400px}.new-arrivals-page .loading-container .loader{animation:spin 1s linear infinite;border:4px solid #f3f3f3;border-radius:50%;border-top-color:#e67e22;height:50px;width:50px}.new-arrivals-page .loading-container p{color:#7f8c8d;margin-top:20px}.new-arrivals-page .no-products{background:#f8f9fa;border-radius:16px;padding:80px 20px;text-align:center}.new-arrivals-page .no-products p{color:#7f8c8d;font-size:18px}.new-arrivals-page .booking-modal{align-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0009;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:9999}.new-arrivals-page .booking-modal .booking-modal-content{background:#fff;border-radius:20px;max-height:90vh;max-width:520px;overflow-y:auto;padding:40px;position:relative;width:90%}.new-arrivals-page .booking-modal .booking-modal-content .close-modal{background:none;border:none;color:#7f8c8d;cursor:pointer;font-size:28px;position:absolute;right:20px;top:15px;transition:all .3s ease}.new-arrivals-page .booking-modal .booking-modal-content .close-modal:hover{color:#e74c3c;transform:rotate(90deg)}.new-arrivals-page .booking-modal .booking-modal-content .close-modal:disabled{cursor:not-allowed;opacity:.5}.new-arrivals-page .booking-modal .booking-modal-content h2{color:#1a1a2e;font-size:28px;font-weight:800;margin-bottom:5px;text-align:center}.new-arrivals-page .booking-modal .booking-modal-content p{color:#7f8c8d;font-size:14px;margin-bottom:25px;text-align:center}.new-arrivals-page .booking-modal .booking-modal-content .booking-success{padding:20px 0;text-align:center}.new-arrivals-page .booking-modal .booking-modal-content .booking-success span{display:block;font-size:64px;margin-bottom:10px}.new-arrivals-page .booking-modal .booking-modal-content .booking-success h3{color:#27ae60;font-size:22px;margin-bottom:10px}.new-arrivals-page .booking-modal .booking-modal-content .booking-success p{color:#7f8c8d;margin-bottom:0}.new-arrivals-page .booking-modal .booking-modal-content .booking-success .whatsapp-note{color:#25d366;font-weight:600;margin-top:10px}.new-arrivals-page .booking-modal .booking-modal-content .form-group{margin-bottom:16px}.new-arrivals-page .booking-modal .booking-modal-content .form-group label{color:#1a1a2e;display:block;font-size:14px;font-weight:600;margin-bottom:5px}.new-arrivals-page .booking-modal .booking-modal-content .form-group input,.new-arrivals-page .booking-modal .booking-modal-content .form-group select,.new-arrivals-page .booking-modal .booking-modal-content .form-group textarea{border:2px solid #e9ecef;border-radius:10px;font-family:Poppins,sans-serif;font-size:14px;padding:11px 15px;transition:all .3s ease;width:100%}.new-arrivals-page .booking-modal .booking-modal-content .form-group input:focus,.new-arrivals-page .booking-modal .booking-modal-content .form-group select:focus,.new-arrivals-page .booking-modal .booking-modal-content .form-group textarea:focus{border-color:#e67e22;box-shadow:0 0 0 4px #e67e221a;outline:none}.new-arrivals-page .booking-modal .booking-modal-content .form-group input:disabled,.new-arrivals-page .booking-modal .booking-modal-content .form-group select:disabled,.new-arrivals-page .booking-modal .booking-modal-content .form-group textarea:disabled{background:#f8f9fa;cursor:not-allowed}.new-arrivals-page .booking-modal .booking-modal-content .form-group textarea{min-height:70px;resize:vertical}.new-arrivals-page .booking-modal .booking-modal-content .form-row{grid-gap:15px;display:grid;gap:15px;grid-template-columns:1fr 1fr}.new-arrivals-page .booking-modal .booking-modal-content .form-buttons{display:flex;flex-direction:column;gap:10px;margin-top:5px}.new-arrivals-page .booking-modal .booking-modal-content .form-buttons .submit-booking-btn{background:#25d366;border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:16px;font-weight:700;padding:14px;transition:all .3s ease;width:100%}.new-arrivals-page .booking-modal .booking-modal-content .form-buttons .submit-booking-btn:hover{box-shadow:0 4px 20px #25d36666;transform:scale(1.02)}.new-arrivals-page .booking-modal .booking-modal-content .form-buttons .submit-booking-btn:disabled{cursor:not-allowed;opacity:.6;transform:none}.new-arrivals-page .booking-modal .booking-modal-content .form-buttons .whatsapp-only-btn{background:#128c7e;border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:12px;transition:all .3s ease;width:100%}.new-arrivals-page .booking-modal .booking-modal-content .form-buttons .whatsapp-only-btn:hover{box-shadow:0 4px 20px #128c7e66;transform:scale(1.02)}.new-arrivals-page .booking-modal .booking-modal-content .form-buttons .whatsapp-only-btn:disabled{cursor:not-allowed;opacity:.5;transform:none}@media(max-width:768px){.new-arrivals-page{padding:20px 15px}.new-arrivals-page .page-header h1{font-size:30px}.new-arrivals-page .products-grid{gap:15px;grid-template-columns:1fr 1fr}.new-arrivals-page .product-card .product-image{height:180px}.new-arrivals-page .booking-modal .booking-modal-content{padding:25px 20px}.new-arrivals-page .booking-modal .booking-modal-content .form-row{grid-template-columns:1fr}}@media(max-width:480px){.new-arrivals-page .products-grid{grid-template-columns:1fr}}.accessories-page{margin:0 auto;max-width:1200px;padding:40px 20px}.accessories-page .page-header{margin-bottom:50px;text-align:center}.accessories-page .page-header h1{color:#1a1a2e;font-size:42px;font-weight:800}.accessories-page .page-header h1:after{background:linear-gradient(135deg,#f1c40f,#e67e22);border-radius:4px;content:"";display:block;height:4px;margin:15px auto 0;width:80px}.accessories-page .page-header p{color:#7f8c8d;font-size:18px}.accessories-page .page-header .book-appointment-btn{background:#25d366;border:none;border-radius:50px;color:#fff;cursor:pointer;font-size:16px;font-weight:700;margin-top:20px;padding:14px 35px;transition:all .3s ease}.accessories-page .page-header .book-appointment-btn:hover{box-shadow:0 4px 20px #25d36666;transform:scale(1.05)}.accessories-page .products-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.accessories-page .product-card{background:#fff;border:1px solid #e9ecef;border-radius:16px;box-shadow:0 4px 20px #00000014;overflow:hidden;transition:all .4s ease}.accessories-page .product-card:hover{box-shadow:0 12px 50px #00000026;transform:translateY(-8px)}.accessories-page .product-card .product-image{background:#f8f9fa;height:250px;overflow:hidden;position:relative}.accessories-page .product-card .product-image img{height:100%;object-fit:cover;transition:transform .5s ease;width:100%}.accessories-page .product-card .product-image:hover img{transform:scale(1.05)}.accessories-page .product-card .product-image .new-badge{background:#e67e22;border-radius:50px;color:#fff;font-size:11px;font-weight:700;letter-spacing:.5px;padding:4px 14px;position:absolute;right:15px;text-transform:uppercase;top:15px}.accessories-page .product-card .product-info{padding:20px}.accessories-page .product-card .product-info h3{color:#1a1a2e;font-size:16px;font-weight:700;line-height:1.4;margin-bottom:8px;min-height:44px}.accessories-page .product-card .product-info .product-description{color:#7f8c8d;font-size:14px;line-height:1.6;margin-bottom:15px;min-height:60px}.accessories-page .product-card .product-info .product-footer{align-items:center;display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between}.accessories-page .product-card .product-info .product-footer .product-price{color:#e67e22;font-size:20px;font-weight:800}.accessories-page .product-card .product-info .product-footer .add-to-cart-btn{background:#25d366;border:none;border-radius:50px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:10px 25px;transition:all .3s ease}.accessories-page .product-card .product-info .product-footer .add-to-cart-btn:hover{box-shadow:0 4px 15px #25d36666;transform:scale(1.05)}.accessories-page .loading-container{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:400px}.accessories-page .loading-container .loader{animation:spin 1s linear infinite;border:4px solid #f3f3f3;border-radius:50%;border-top-color:#e67e22;height:50px;width:50px}.accessories-page .loading-container p{color:#7f8c8d;margin-top:20px}.accessories-page .no-products{background:#f8f9fa;border-radius:16px;padding:80px 20px;text-align:center}.accessories-page .no-products p{color:#7f8c8d;font-size:18px}.accessories-page .booking-modal{align-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0009;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:9999}.accessories-page .booking-modal .booking-modal-content{background:#fff;border-radius:20px;max-height:90vh;max-width:520px;overflow-y:auto;padding:40px;position:relative;width:90%}.accessories-page .booking-modal .booking-modal-content .close-modal{background:none;border:none;color:#7f8c8d;cursor:pointer;font-size:28px;position:absolute;right:20px;top:15px;transition:all .3s ease}.accessories-page .booking-modal .booking-modal-content .close-modal:hover{color:#e74c3c;transform:rotate(90deg)}.accessories-page .booking-modal .booking-modal-content .close-modal:disabled{cursor:not-allowed;opacity:.5}.accessories-page .booking-modal .booking-modal-content h2{color:#1a1a2e;font-size:28px;font-weight:800;margin-bottom:5px;text-align:center}.accessories-page .booking-modal .booking-modal-content p{color:#7f8c8d;font-size:14px;margin-bottom:25px;text-align:center}.accessories-page .booking-modal .booking-modal-content .booking-success{padding:20px 0;text-align:center}.accessories-page .booking-modal .booking-modal-content .booking-success span{display:block;font-size:64px;margin-bottom:10px}.accessories-page .booking-modal .booking-modal-content .booking-success h3{color:#27ae60;font-size:22px;margin-bottom:10px}.accessories-page .booking-modal .booking-modal-content .booking-success p{color:#7f8c8d;margin-bottom:0}.accessories-page .booking-modal .booking-modal-content .booking-success .whatsapp-note{color:#25d366;font-weight:600;margin-top:10px}.accessories-page .booking-modal .booking-modal-content .form-group{margin-bottom:16px}.accessories-page .booking-modal .booking-modal-content .form-group label{color:#1a1a2e;display:block;font-size:14px;font-weight:600;margin-bottom:5px}.accessories-page .booking-modal .booking-modal-content .form-group input,.accessories-page .booking-modal .booking-modal-content .form-group select,.accessories-page .booking-modal .booking-modal-content .form-group textarea{border:2px solid #e9ecef;border-radius:10px;font-family:Poppins,sans-serif;font-size:14px;padding:11px 15px;transition:all .3s ease;width:100%}.accessories-page .booking-modal .booking-modal-content .form-group input:focus,.accessories-page .booking-modal .booking-modal-content .form-group select:focus,.accessories-page .booking-modal .booking-modal-content .form-group textarea:focus{border-color:#e67e22;box-shadow:0 0 0 4px #e67e221a;outline:none}.accessories-page .booking-modal .booking-modal-content .form-group input:disabled,.accessories-page .booking-modal .booking-modal-content .form-group select:disabled,.accessories-page .booking-modal .booking-modal-content .form-group textarea:disabled{background:#f8f9fa;cursor:not-allowed}.accessories-page .booking-modal .booking-modal-content .form-group textarea{min-height:70px;resize:vertical}.accessories-page .booking-modal .booking-modal-content .form-row{grid-gap:15px;display:grid;gap:15px;grid-template-columns:1fr 1fr}.accessories-page .booking-modal .booking-modal-content .form-buttons{display:flex;flex-direction:column;gap:10px;margin-top:5px}.accessories-page .booking-modal .booking-modal-content .form-buttons .submit-booking-btn{background:#25d366;border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:16px;font-weight:700;padding:14px;transition:all .3s ease;width:100%}.accessories-page .booking-modal .booking-modal-content .form-buttons .submit-booking-btn:hover{box-shadow:0 4px 20px #25d36666;transform:scale(1.02)}.accessories-page .booking-modal .booking-modal-content .form-buttons .submit-booking-btn:disabled{cursor:not-allowed;opacity:.6;transform:none}.accessories-page .booking-modal .booking-modal-content .form-buttons .whatsapp-only-btn{background:#128c7e;border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:12px;transition:all .3s ease;width:100%}.accessories-page .booking-modal .booking-modal-content .form-buttons .whatsapp-only-btn:hover{box-shadow:0 4px 20px #128c7e66;transform:scale(1.02)}.accessories-page .booking-modal .booking-modal-content .form-buttons .whatsapp-only-btn:disabled{cursor:not-allowed;opacity:.5;transform:none}@media(max-width:768px){.accessories-page{padding:20px 15px}.accessories-page .page-header h1{font-size:30px}.accessories-page .products-grid{gap:15px;grid-template-columns:1fr 1fr}.accessories-page .product-card .product-image{height:180px}.accessories-page .booking-modal .booking-modal-content{padding:25px 20px}.accessories-page .booking-modal .booking-modal-content .form-row{grid-template-columns:1fr}}@media(max-width:480px){.accessories-page .products-grid{grid-template-columns:1fr}}.articles-page{font-family:Poppins,sans-serif;margin:0 auto;max-width:1200px;padding:0 20px 40px}.articles-page .articles-hero{background:linear-gradient(135deg,#1a1a2e,#2c3e50 50%,#1a252f);border-radius:24px;color:#fff;margin:30px 0 40px;overflow:hidden;padding:60px 40px;position:relative;text-align:center}.articles-page .articles-hero:before{background:radial-gradient(circle,#e67e221a,#0000);border-radius:50%;content:"";height:200%;position:absolute;right:-20%;top:-50%;width:60%}.articles-page .articles-hero .hero-content{position:relative;z-index:1}.articles-page .articles-hero .hero-content h1{font-size:48px;font-weight:800;margin-bottom:10px}.articles-page .articles-hero .hero-content h1:after{background:linear-gradient(135deg,#f1c40f,#e67e22);border-radius:4px;content:"";display:block;height:4px;margin:15px auto 0;width:80px}.articles-page .articles-hero .hero-content p{font-size:18px;line-height:1.8;margin:15px auto 0;max-width:600px;opacity:.85}.articles-page .articles-hero .hero-content .hero-stats{display:flex;gap:50px;justify-content:center;margin-top:30px}.articles-page .articles-hero .hero-content .hero-stats .stat{text-align:center}.articles-page .articles-hero .hero-content .hero-stats .stat .number{color:#f1c40f;display:block;font-size:32px;font-weight:800}.articles-page .articles-hero .hero-content .hero-stats .stat .label{font-size:14px;opacity:.7}.articles-page .featured-article{background:#fff;border:1px solid #e9ecef;border-radius:20px;box-shadow:0 8px 30px #00000014;margin-bottom:40px;padding:30px;position:relative}.articles-page .featured-article .featured-badge{background:#e67e22;border-radius:50px;color:#fff;font-size:12px;font-weight:700;left:30px;letter-spacing:1px;padding:4px 20px;position:absolute;text-transform:uppercase;top:-12px}.articles-page .featured-article .featured-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:1fr 1.2fr;margin-top:10px}.articles-page .featured-article .featured-grid .featured-image{border-radius:16px;height:280px;overflow:hidden;position:relative}.articles-page .featured-article .featured-grid .featured-image img{height:100%;object-fit:cover;width:100%}.articles-page .featured-article .featured-grid .featured-image .featured-category{background:#000000b3;border-radius:50px;bottom:15px;color:#fff;font-size:12px;font-weight:600;left:15px;padding:6px 16px;position:absolute}.articles-page .featured-article .featured-grid .featured-content{display:flex;flex-direction:column;justify-content:center}.articles-page .featured-article .featured-grid .featured-content h2{color:#1a1a2e;font-size:28px;font-weight:700;line-height:1.3;margin-bottom:12px}.articles-page .featured-article .featured-grid .featured-content .featured-excerpt{color:#7f8c8d;font-size:16px;line-height:1.8;margin-bottom:15px}.articles-page .featured-article .featured-grid .featured-content .featured-meta{color:#7f8c8d;display:flex;font-size:14px;gap:20px;margin-bottom:20px}.articles-page .featured-article .featured-grid .featured-content .featured-read-btn{align-self:flex-start;background:#e67e22;border-radius:50px;color:#fff;display:inline-block;font-weight:600;padding:12px 30px;text-decoration:none;transition:all .3s ease}.articles-page .featured-article .featured-grid .featured-content .featured-read-btn:hover{background:#d35400;box-shadow:0 4px 20px #e67e2266;transform:scale(1.05)}.articles-page .categories-section{margin-bottom:35px}.articles-page .categories-section .categories-scroll{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}.articles-page .categories-section .categories-scroll .category-btn{align-items:center;background:#fff;border:2px solid #e9ecef;border-radius:50px;cursor:pointer;display:flex;font-family:Poppins,sans-serif;font-size:14px;font-weight:600;gap:8px;padding:10px 22px;position:relative;transition:all .3s ease}.articles-page .categories-section .categories-scroll .category-btn .category-icon{font-size:16px}.articles-page .categories-section .categories-scroll .category-btn .category-count{background:#f8f9fa;border-radius:50px;color:#7f8c8d;font-size:11px;padding:0 8px}.articles-page .categories-section .categories-scroll .category-btn:hover{border-color:#e67e22;color:#e67e22;transform:translateY(-2px)}.articles-page .categories-section .categories-scroll .category-btn.active{background:#e67e22;border-color:#e67e22;box-shadow:0 4px 15px #e67e224d;color:#fff}.articles-page .categories-section .categories-scroll .category-btn.active .category-count{background:#fff3;color:#fff}.articles-page .articles-grid-section .articles-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fill,minmax(340px,1fr))}.articles-page .articles-grid-section .articles-grid .article-card{background:#fff;border:1px solid #f1f3f5;border-radius:16px;box-shadow:0 4px 20px #0000000f;overflow:hidden;transition:all .4s ease}.articles-page .articles-grid-section .articles-grid .article-card:hover{border-color:#e9ecef;box-shadow:0 12px 50px #00000026;transform:translateY(-8px)}.articles-page .articles-grid-section .articles-grid .article-card.highlight{border-left:4px solid #e67e22}.articles-page .articles-grid-section .articles-grid .article-card .article-image-wrapper{height:220px;overflow:hidden;position:relative}.articles-page .articles-grid-section .articles-grid .article-card .article-image-wrapper img{height:100%;object-fit:cover;transition:transform .5s ease;width:100%}.articles-page .articles-grid-section .articles-grid .article-card .article-image-wrapper:hover img{transform:scale(1.05)}.articles-page .articles-grid-section .articles-grid .article-card .article-image-wrapper .article-category-tag{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000b3;border-radius:50px;bottom:15px;color:#fff;font-size:12px;font-weight:600;left:15px;padding:5px 16px;position:absolute}.articles-page .articles-grid-section .articles-grid .article-card .article-image-wrapper .new-tag{animation:pulse 2s infinite;background:#e67e22;border-radius:50px;color:#fff;font-size:11px;font-weight:700;padding:4px 14px;position:absolute;right:15px;text-transform:uppercase;top:15px}.articles-page .articles-grid-section .articles-grid .article-card .article-body{padding:25px}.articles-page .articles-grid-section .articles-grid .article-card .article-body h3{color:#1a1a2e;font-size:18px;font-weight:700;line-height:1.4;margin-bottom:10px;min-height:50px}.articles-page .articles-grid-section .articles-grid .article-card .article-body h3 a{color:inherit;text-decoration:none;transition:color .3s ease}.articles-page .articles-grid-section .articles-grid .article-card .article-body h3 a:hover{color:#e67e22}.articles-page .articles-grid-section .articles-grid .article-card .article-body .article-excerpt{color:#7f8c8d;font-size:14px;line-height:1.7;margin-bottom:15px;min-height:60px}.articles-page .articles-grid-section .articles-grid .article-card .article-body .article-footer{align-items:center;border-top:1px solid #f1f3f5;display:flex;justify-content:space-between;padding-top:15px}.articles-page .articles-grid-section .articles-grid .article-card .article-body .article-footer .article-meta{color:#b0b0b0;display:flex;font-size:12px;gap:15px}.articles-page .articles-grid-section .articles-grid .article-card .article-body .article-footer .article-meta span{align-items:center;display:flex;gap:4px}.articles-page .articles-grid-section .articles-grid .article-card .article-body .article-footer .read-more-btn{color:#e67e22;font-size:14px;font-weight:600;text-decoration:none;transition:all .3s ease}.articles-page .articles-grid-section .articles-grid .article-card .article-body .article-footer .read-more-btn:hover{color:#d35400;transform:translateX(4px)}.articles-page .no-articles{background:#f8f9fa;border-radius:20px;padding:80px 20px;text-align:center}.articles-page .no-articles span{display:block;font-size:64px;margin-bottom:15px}.articles-page .no-articles h3{color:#1a1a2e;font-size:28px;margin-bottom:10px}.articles-page .no-articles p{color:#7f8c8d;font-size:16px}.articles-page .newsletter-section{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:20px;margin-top:50px;padding:50px 30px;text-align:center}.articles-page .newsletter-section .newsletter-content{margin:0 auto;max-width:500px}.articles-page .newsletter-section .newsletter-content h2{color:#1a1a2e;font-size:28px;font-weight:700;margin-bottom:8px}.articles-page .newsletter-section .newsletter-content p{color:#7f8c8d;margin-bottom:20px}.articles-page .newsletter-section .newsletter-content .newsletter-form{display:flex;gap:10px}.articles-page .newsletter-section .newsletter-content .newsletter-form input{border:2px solid #e9ecef;border-radius:12px;flex:1 1;font-family:Poppins,sans-serif;font-size:15px;padding:14px 20px;transition:all .3s ease}.articles-page .newsletter-section .newsletter-content .newsletter-form input:focus{border-color:#e67e22;box-shadow:0 0 0 4px #e67e221a;outline:none}.articles-page .newsletter-section .newsletter-content .newsletter-form button{background:#e67e22;border:none;border-radius:12px;color:#fff;cursor:pointer;font-weight:700;padding:14px 30px;transition:all .3s ease;white-space:nowrap}.articles-page .newsletter-section .newsletter-content .newsletter-form button:hover{background:#d35400;transform:scale(1.02)}.articles-page .articles-loading{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:400px}.articles-page .articles-loading .loader{animation:spin 1s linear infinite;border:4px solid #f3f3f3;border-radius:50%;border-top-color:#e67e22;height:50px;width:50px}.articles-page .articles-loading p{color:#7f8c8d;margin-top:20px}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}@media(max-width:992px){.articles-page .featured-article .featured-grid{grid-template-columns:1fr}.articles-page .featured-article .featured-grid .featured-image{height:220px}.articles-page .featured-article .featured-grid .featured-content h2{font-size:24px}}@media(max-width:768px){.articles-page{padding:0 15px 30px}.articles-page .articles-hero{padding:40px 20px}.articles-page .articles-hero h1{font-size:32px}.articles-page .articles-hero p{font-size:16px}.articles-page .articles-hero .hero-stats{gap:25px}.articles-page .articles-hero .hero-stats .stat .number{font-size:24px}.articles-page .articles-grid{grid-template-columns:1fr}.articles-page .categories-section .categories-scroll{flex-wrap:nowrap;justify-content:flex-start;overflow-x:auto;padding:5px 0}.articles-page .categories-section .categories-scroll .category-btn{font-size:13px;padding:8px 16px;white-space:nowrap}.articles-page .newsletter-section{padding:30px 20px}.articles-page .newsletter-section .newsletter-form{flex-direction:column}.articles-page .featured-article{padding:20px}.articles-page .featured-article .featured-grid .featured-image{height:180px}.articles-page .featured-article .featured-content h2{font-size:20px}}@media(max-width:768px)and (max-width:480px){.articles-page .articles-hero{padding:30px 15px}.articles-page .articles-hero h1{font-size:26px}.articles-page .articles-hero .hero-stats{flex-wrap:wrap;gap:15px}.articles-page .articles-hero .hero-stats .stat .number{font-size:20px}.articles-page .featured-article .featured-grid .featured-content .featured-read-btn{text-align:center;width:100%}}.admin-orders-page{margin:0 auto;max-width:1400px;padding:30px 20px}.admin-orders-page .page-header{align-items:center;background:linear-gradient(135deg,#1a1a2e,#2c3e50);border-radius:20px;color:#fff;display:flex;justify-content:space-between;margin-bottom:30px;padding:20px 30px}.admin-orders-page .page-header .header-left h1{font-size:28px;font-weight:800;margin:0}.admin-orders-page .page-header .header-left p{font-size:14px;margin:5px 0 0;opacity:.8}.admin-orders-page .page-header .header-right .btn-logout{background:#e74c3c;border:none;border-radius:50px;color:#fff;cursor:pointer;font-size:14px;font-weight:700;padding:10px 25px;transition:all .3s ease}.admin-orders-page .page-header .header-right .btn-logout:hover{box-shadow:0 4px 20px #e74c3c66;transform:scale(1.05)}.admin-orders-page .order-stats{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(4,1fr);margin-bottom:30px}.admin-orders-page .order-stats .stat-card{background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;padding:20px;text-align:center}.admin-orders-page .order-stats .stat-card .stat-number{color:#1a1a2e;display:block;font-size:32px;font-weight:800}.admin-orders-page .order-stats .stat-card .stat-label{color:#7f8c8d;font-size:14px}.admin-orders-page .order-filters{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:25px}.admin-orders-page .order-filters .filter-btn{background:#fff;border:2px solid #e9ecef;border-radius:50px;cursor:pointer;font-size:14px;font-weight:600;padding:10px 20px;transition:all .3s ease}.admin-orders-page .order-filters .filter-btn:hover{border-color:#e67e22;color:#e67e22}.admin-orders-page .order-filters .filter-btn.active{background:#e67e22;border-color:#e67e22;color:#fff}.admin-orders-page .orders-table-container{background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;overflow:hidden;overflow-x:auto}.admin-orders-page .orders-table-container .orders-table{border-collapse:collapse;min-width:900px;width:100%}.admin-orders-page .orders-table-container .orders-table thead{background:#1a1a2e;color:#fff}.admin-orders-page .orders-table-container .orders-table thead th{font-size:13px;font-weight:600;letter-spacing:.5px;padding:15px;text-align:left;text-transform:uppercase}.admin-orders-page .orders-table-container .orders-table tbody tr{border-bottom:1px solid #e9ecef;cursor:pointer;transition:background .3s ease}.admin-orders-page .orders-table-container .orders-table tbody tr:hover{background:#f8f9fa}.admin-orders-page .orders-table-container .orders-table tbody tr td{color:#2c3e50;font-size:14px;padding:12px 15px}.admin-orders-page .orders-table-container .orders-table .status-badge{border-radius:50px;display:inline-block;font-size:12px;font-weight:600;padding:4px 14px}.admin-orders-page .orders-table-container .orders-table .status-badge.status-pending{background:#fef3c7;color:#d97706}.admin-orders-page .orders-table-container .orders-table .status-badge.status-processing{background:#dbeafe;color:#2563eb}.admin-orders-page .orders-table-container .orders-table .status-badge.status-shipped{background:#e9d5ff;color:#7c3aed}.admin-orders-page .orders-table-container .orders-table .status-badge.status-delivered{background:#d1fae5;color:#059669}.admin-orders-page .orders-table-container .orders-table .status-badge.status-cancelled{background:#fee2e2;color:#dc2626}.admin-orders-page .orders-table-container .orders-table .action-buttons select{background:#fff;border:2px solid #e9ecef;border-radius:8px;cursor:pointer;font-size:12px;font-weight:600;padding:6px 10px;width:100%}.admin-orders-page .orders-table-container .orders-table .action-buttons select:focus{border-color:#e67e22;outline:none}.admin-orders-page .no-orders{background:#f8f9fa;border-radius:16px;padding:60px 20px;text-align:center}.admin-orders-page .no-orders p{color:#7f8c8d;font-size:18px}.admin-orders-page .admin-orders-loading{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:400px}.admin-orders-page .admin-orders-loading .loader{animation:spin 1s linear infinite;border:4px solid #f3f3f3;border-radius:50%;border-top-color:#e67e22;height:50px;width:50px}.admin-orders-page .admin-orders-loading p{color:#7f8c8d;margin-top:20px}.admin-orders-page .order-modal{align-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0009;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:9999}.admin-orders-page .order-modal .order-modal-content{background:#fff;border-radius:20px;max-height:80vh;max-width:550px;overflow-y:auto;padding:40px;position:relative;width:90%}.admin-orders-page .order-modal .order-modal-content .close-modal{background:none;border:none;color:#7f8c8d;cursor:pointer;font-size:30px;position:absolute;right:20px;top:15px;transition:all .3s ease}.admin-orders-page .order-modal .order-modal-content .close-modal:hover{color:#e74c3c;transform:rotate(90deg)}.admin-orders-page .order-modal .order-modal-content h2{color:#1a1a2e;font-size:28px;font-weight:700;margin-bottom:20px;text-align:center}.admin-orders-page .order-modal .order-modal-content .order-details .detail-row{border-bottom:1px solid #f1f3f5;padding:10px 0}.admin-orders-page .order-modal .order-modal-content .order-details .detail-row strong{color:#1a1a2e;display:inline-block;min-width:120px}.admin-orders-page .order-modal .order-modal-content .order-details .detail-row .status-badge{border-radius:50px;display:inline-block;font-size:12px;font-weight:600;padding:2px 12px}.admin-orders-page .order-modal .order-modal-content .order-details .detail-row .status-badge.status-pending{background:#fef3c7;color:#d97706}.admin-orders-page .order-modal .order-modal-content .order-details .detail-row .status-badge.status-processing{background:#dbeafe;color:#2563eb}.admin-orders-page .order-modal .order-modal-content .order-details .detail-row .status-badge.status-shipped{background:#e9d5ff;color:#7c3aed}.admin-orders-page .order-modal .order-modal-content .order-details .detail-row .status-badge.status-delivered{background:#d1fae5;color:#059669}.admin-orders-page .order-modal .order-modal-content .order-details .detail-row .status-badge.status-cancelled{background:#fee2e2;color:#dc2626}.admin-orders-page .order-modal .order-modal-content .order-details .detail-row .order-items-list{list-style:none;padding:10px 0 0}.admin-orders-page .order-modal .order-modal-content .order-details .detail-row .order-items-list li{color:#555;font-size:14px;padding:5px 0}.admin-orders-page .order-modal .order-modal-content .order-details .detail-row.total-row{border-top:2px solid #e9ecef;color:#e67e22;font-size:18px;font-weight:700;margin-top:10px;padding-top:15px}@media(max-width:768px){.admin-orders-page{padding:20px 15px}.admin-orders-page .page-header{flex-direction:column;gap:15px;text-align:center}.admin-orders-page .page-header .header-right,.admin-orders-page .page-header .header-right .btn-logout{width:100%}.admin-orders-page .order-stats{gap:10px;grid-template-columns:1fr 1fr}.admin-orders-page .order-stats .stat-card .stat-number{font-size:24px}.admin-orders-page .order-filters .filter-btn{font-size:12px;padding:8px 14px}.admin-orders-page .order-modal .order-modal-content{padding:25px}}@media(max-width:480px){.admin-orders-page .order-stats{grid-template-columns:1fr}}.admin-login{align-items:center;background:linear-gradient(135deg,#1a1a2e,#2c3e50 50%,#1a252f);display:flex;justify-content:center;min-height:100vh;padding:20px}.admin-login .login-box{animation:slideUp .5s ease;background:#fff;border-radius:24px;box-shadow:0 20px 60px #0000004d;max-width:420px;padding:50px 40px;width:100%}.admin-login .login-box .login-logo{margin-bottom:30px;text-align:center}.admin-login .login-box .login-logo span{display:block;font-size:48px;margin-bottom:5px}.admin-login .login-box .login-logo h2{color:#1a1a2e;font-size:28px;font-weight:800;margin:0}.admin-login .login-box .login-logo p{color:#7f8c8d;font-size:14px;letter-spacing:2px;margin:0;text-transform:uppercase}.admin-login .login-box .form-group{margin-bottom:18px}.admin-login .login-box .form-group label{color:#1a1a2e;display:block;font-size:14px;font-weight:600;margin-bottom:6px}.admin-login .login-box .form-group input{border:2px solid #e9ecef;border-radius:12px;font-family:Poppins,sans-serif;font-size:15px;padding:14px 18px;transition:all .3s ease;width:100%}.admin-login .login-box .form-group input:focus{border-color:#e67e22;box-shadow:0 0 0 4px #e67e221a;outline:none}.admin-login .login-box .error-message{background:#fde8e8;border-radius:8px;color:#e74c3c;font-size:14px;margin:10px 0;padding:10px;text-align:center}.admin-login .login-box .login-btn{background:linear-gradient(135deg,#e67e22,#d35400);border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:18px;font-weight:700;margin-top:5px;padding:16px;transition:all .3s ease;width:100%}.admin-login .login-box .login-btn:hover{box-shadow:0 4px 20px #e67e2266;transform:scale(1.02)}.admin-login .login-box .login-btn:disabled{cursor:not-allowed;opacity:.6;transform:none}.admin-login .login-box .login-hint{border-top:1px solid #e9ecef;margin-top:20px;padding-top:20px;text-align:center}.admin-login .login-box .login-hint p{background:#f8f9fa;border-radius:8px;color:#7f8c8d;font-size:13px;margin:0;padding:10px}.admin-login .login-box .login-hint p strong{color:#e67e22}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media(max-width:480px){.admin-login .login-box{padding:30px 20px}}@media(max-width:768px){.admin-panel{padding:10px 8px}.admin-panel .admin-header{flex-direction:column;padding:15px;text-align:center}.admin-panel .admin-header .header-right{flex-direction:column;width:100%}.admin-panel .admin-header .header-right a,.admin-panel .admin-header .header-right button{text-align:center;width:100%}.admin-panel .admin-stats{gap:8px;grid-template-columns:1fr 1fr}.admin-panel .admin-stats .stat-card{padding:12px}.admin-panel .admin-stats .stat-card .stat-number{font-size:20px}.admin-panel .articles-grid-admin,.admin-panel .products-grid-admin{grid-template-columns:1fr}.admin-panel .form-overlay .product-form{padding:20px 15px}.admin-panel .form-overlay .product-form .form-row{grid-template-columns:1fr}}.admin-panel{margin:0 auto;max-width:1400px;padding:30px 20px}.admin-panel .admin-loading{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:400px}.admin-panel .admin-loading .loader{animation:spin 1s linear infinite;border:4px solid #f3f3f3;border-radius:50%;border-top-color:#e67e22;height:50px;width:50px}.admin-panel .admin-loading p{color:#7f8c8d;margin-top:20px}.admin-panel .error-banner{align-items:center;background:#fde8e8;border:1px solid #f5c6cb;border-radius:12px;display:flex;gap:15px;margin-bottom:20px;padding:15px 20px}.admin-panel .error-banner span{font-size:24px}.admin-panel .error-banner p{color:#721c24;flex:1 1;margin:0}.admin-panel .error-banner button{background:none;border:none;color:#721c24;cursor:pointer;font-size:24px}.admin-panel .admin-header{align-items:center;background:linear-gradient(135deg,#1a1a2e,#2c3e50);border-radius:20px;color:#fff;display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between;margin-bottom:30px;padding:25px 30px}.admin-panel .admin-header .header-left h1{font-size:28px;font-weight:800;margin:0}.admin-panel .admin-header .header-left p{font-size:14px;margin:5px 0 0;opacity:.8}.admin-panel .admin-header .header-left p strong{color:#f1c40f}.admin-panel .admin-header .header-right{display:flex;flex-wrap:wrap;gap:10px}.admin-panel .admin-header .header-right .btn-appointments{background:#3498db;border:none;border-radius:50px;color:#fff;cursor:pointer;font-size:14px;font-weight:700;padding:10px 20px;text-decoration:none;transition:all .3s ease}.admin-panel .admin-header .header-right .btn-appointments:hover{box-shadow:0 4px 20px #3498db66;transform:scale(1.05)}.admin-panel .admin-header .header-right .btn-logout{background:#e74c3c;border:none;border-radius:50px;color:#fff;cursor:pointer;font-size:14px;font-weight:700;padding:10px 25px;transition:all .3s ease}.admin-panel .admin-header .header-right .btn-logout:hover{box-shadow:0 4px 20px #e74c3c66;transform:scale(1.05)}.admin-panel .admin-stats{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(4,1fr);margin-bottom:30px}.admin-panel .admin-stats .stat-card{background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;padding:20px;text-align:center}.admin-panel .admin-stats .stat-card .stat-number{color:#1a1a2e;display:block;font-size:32px;font-weight:800}.admin-panel .admin-stats .stat-card .stat-label{color:#7f8c8d;font-size:14px}.admin-panel .section-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.admin-panel .section-header h2{color:#1a1a2e;font-size:22px;font-weight:700}.admin-panel .section-header .btn-add-product{background:#25d366;border:none;border-radius:50px;color:#fff;cursor:pointer;font-weight:700;padding:10px 25px;transition:all .3s ease}.admin-panel .section-header .btn-add-product:hover{box-shadow:0 4px 20px #25d36666;transform:scale(1.05)}.admin-panel .section-header .btn-add-article{background:#8e44ad;border:none;border-radius:50px;color:#fff;cursor:pointer;font-weight:700;padding:10px 25px;transition:all .3s ease}.admin-panel .section-header .btn-add-article:hover{box-shadow:0 4px 20px #8e44ad66;transform:scale(1.05)}.admin-panel .form-overlay{align-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000000b3;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:9999}.admin-panel .form-overlay .product-form{background:#fff;border-radius:20px;max-height:90vh;max-width:600px;overflow-y:auto;padding:40px;position:relative;width:90%}.admin-panel .form-overlay .product-form .close-form{background:none;border:none;color:#7f8c8d;cursor:pointer;font-size:28px;position:absolute;right:20px;top:15px;transition:all .3s ease}.admin-panel .form-overlay .product-form .close-form:hover{color:#e74c3c;transform:rotate(90deg)}.admin-panel .form-overlay .product-form h2{color:#1a1a2e;font-size:24px;font-weight:700;margin-bottom:5px;text-align:center}.admin-panel .form-overlay .product-form .form-hint{color:#7f8c8d;font-size:14px;margin-bottom:20px;text-align:center}.admin-panel .form-overlay .product-form .form-row{grid-gap:15px;display:grid;gap:15px;grid-template-columns:1fr 1fr}.admin-panel .form-overlay .product-form .form-group{margin-bottom:18px}.admin-panel .form-overlay .product-form .form-group label{color:#1a1a2e;display:block;font-size:14px;font-weight:600;margin-bottom:6px}.admin-panel .form-overlay .product-form .form-group input,.admin-panel .form-overlay .product-form .form-group select,.admin-panel .form-overlay .product-form .form-group textarea{border:2px solid #e9ecef;border-radius:12px;font-family:Poppins,sans-serif;font-size:15px;padding:12px 16px;transition:all .3s ease;width:100%}.admin-panel .form-overlay .product-form .form-group input:focus,.admin-panel .form-overlay .product-form .form-group select:focus,.admin-panel .form-overlay .product-form .form-group textarea:focus{border-color:#e67e22;box-shadow:0 0 0 4px #e67e221a;outline:none}.admin-panel .form-overlay .product-form .form-group textarea{min-height:80px;resize:vertical}.admin-panel .form-overlay .product-form .form-group .image-upload-area{align-items:center;display:flex;flex-wrap:wrap;gap:15px}.admin-panel .form-overlay .product-form .form-group .image-upload-area input[type=file]{display:none}.admin-panel .form-overlay .product-form .form-group .image-upload-area .upload-label{background:#f8f9fa;border:2px dashed #e9ecef;border-radius:12px;cursor:pointer;display:inline-block;font-weight:600;padding:10px 25px;transition:all .3s ease}.admin-panel .form-overlay .product-form .form-group .image-upload-area .upload-label:hover{background:#fdf6f0;border-color:#e67e22}.admin-panel .form-overlay .product-form .form-group .image-upload-area .upload-hint{color:#7f8c8d;font-size:12px}.admin-panel .form-overlay .product-form .form-group .error-message{color:#e74c3c;font-size:13px;margin-top:5px}.admin-panel .form-overlay .product-form .form-group .image-preview{border:2px solid #e9ecef;border-radius:12px;height:120px;margin-top:10px;overflow:hidden;position:relative;width:120px}.admin-panel .form-overlay .product-form .form-group .image-preview img{height:100%;object-fit:cover;width:100%}.admin-panel .form-overlay .product-form .form-group .image-preview .remove-image{align-items:center;background:#e74c3ccc;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:16px;height:25px;justify-content:center;position:absolute;right:5px;top:5px;width:25px}.admin-panel .form-overlay .product-form .form-group .image-preview .remove-image:hover{background:#e74c3c}.admin-panel .form-overlay .product-form .btn-submit{background:#e67e22;border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:18px;font-weight:700;padding:14px;transition:all .3s ease;width:100%}.admin-panel .form-overlay .product-form .btn-submit:hover{background:#d35400;transform:scale(1.02)}.admin-panel .empty-state{background:#f8f9fa;border-radius:16px;padding:60px 20px;text-align:center}.admin-panel .empty-state p{color:#7f8c8d;font-size:16px}.admin-panel .products-grid-admin{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));margin-top:20px}.admin-panel .products-grid-admin .product-card-admin{background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;overflow:hidden;transition:all .3s ease}.admin-panel .products-grid-admin .product-card-admin:hover{box-shadow:0 12px 40px #00000026;transform:translateY(-5px)}.admin-panel .products-grid-admin .product-card-admin .product-image-admin{background:#f8f9fa;height:200px;overflow:hidden;position:relative}.admin-panel .products-grid-admin .product-card-admin .product-image-admin img{height:100%;object-fit:cover;width:100%}.admin-panel .products-grid-admin .product-card-admin .product-image-admin .category-tag{background:#e67e22;border-radius:50px;bottom:10px;color:#fff;font-size:11px;font-weight:600;left:10px;padding:4px 14px;position:absolute;text-transform:uppercase}.admin-panel .products-grid-admin .product-card-admin .product-image-admin .new-tag{background:#f1c40f;border-radius:50px;color:#1a1a2e;font-size:11px;font-weight:700;padding:4px 14px;position:absolute;right:10px;text-transform:uppercase;top:10px}.admin-panel .products-grid-admin .product-card-admin .product-info-admin{padding:20px}.admin-panel .products-grid-admin .product-card-admin .product-info-admin h3{color:#1a1a2e;font-size:16px;font-weight:700;margin-bottom:8px;min-height:44px}.admin-panel .products-grid-admin .product-card-admin .product-info-admin .product-price-admin{color:#e67e22;font-size:20px;font-weight:800;margin-bottom:5px}.admin-panel .products-grid-admin .product-card-admin .product-info-admin .product-date{color:#7f8c8d;font-size:12px;margin-bottom:15px}.admin-panel .products-grid-admin .product-card-admin .product-info-admin .product-actions-admin{display:flex;gap:10px}.admin-panel .products-grid-admin .product-card-admin .product-info-admin .product-actions-admin button{border:none;border-radius:8px;cursor:pointer;flex:1 1;font-size:13px;font-weight:600;padding:8px 12px;transition:all .3s ease}.admin-panel .products-grid-admin .product-card-admin .product-info-admin .product-actions-admin button.btn-edit{background:#fdf6f0;color:#e67e22}.admin-panel .products-grid-admin .product-card-admin .product-info-admin .product-actions-admin button.btn-edit:hover{background:#e67e22;color:#fff}.admin-panel .products-grid-admin .product-card-admin .product-info-admin .product-actions-admin button.btn-delete{background:#fde8e8;color:#e74c3c}.admin-panel .products-grid-admin .product-card-admin .product-info-admin .product-actions-admin button.btn-delete:hover{background:#e74c3c;color:#fff}.admin-panel .articles-grid-admin{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));margin-top:20px}.admin-panel .articles-grid-admin .article-card-admin{background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;overflow:hidden;transition:all .3s ease}.admin-panel .articles-grid-admin .article-card-admin:hover{box-shadow:0 12px 40px #00000026;transform:translateY(-5px)}.admin-panel .articles-grid-admin .article-card-admin .article-image-admin{background:#f8f9fa;height:180px;overflow:hidden;position:relative}.admin-panel .articles-grid-admin .article-card-admin .article-image-admin img{height:100%;object-fit:cover;width:100%}.admin-panel .articles-grid-admin .article-card-admin .article-image-admin .article-category-tag{background:#8e44ad;border-radius:50px;bottom:10px;color:#fff;font-size:11px;font-weight:600;left:10px;padding:4px 12px;position:absolute;text-transform:uppercase}.admin-panel .articles-grid-admin .article-card-admin .article-info-admin{padding:20px}.admin-panel .articles-grid-admin .article-card-admin .article-info-admin h3{color:#1a1a2e;font-size:16px;font-weight:700;line-height:1.4;margin-bottom:8px;min-height:44px}.admin-panel .articles-grid-admin .article-card-admin .article-info-admin .article-excerpt-admin{color:#7f8c8d;font-size:13px;line-height:1.6;margin-bottom:10px;min-height:60px}.admin-panel .articles-grid-admin .article-card-admin .article-info-admin .article-meta-admin{color:#7f8c8d;display:flex;font-size:12px;gap:15px;margin-bottom:12px}.admin-panel .articles-grid-admin .article-card-admin .article-info-admin .article-actions-admin{display:flex;gap:10px}.admin-panel .articles-grid-admin .article-card-admin .article-info-admin .article-actions-admin button{border:none;border-radius:8px;cursor:pointer;flex:1 1;font-size:13px;font-weight:600;padding:8px 12px;transition:all .3s ease}.admin-panel .articles-grid-admin .article-card-admin .article-info-admin .article-actions-admin button.btn-edit{background:#fdf6f0;color:#e67e22}.admin-panel .articles-grid-admin .article-card-admin .article-info-admin .article-actions-admin button.btn-edit:hover{background:#e67e22;color:#fff}.admin-panel .articles-grid-admin .article-card-admin .article-info-admin .article-actions-admin button.btn-delete{background:#fde8e8;color:#e74c3c}.admin-panel .articles-grid-admin .article-card-admin .article-info-admin .article-actions-admin button.btn-delete:hover{background:#e74c3c;color:#fff}.admin-panel .admin-section{border-top:2px solid #e9ecef;margin-top:40px;padding-top:30px}.admin-panel .loading-spinner{color:#7f8c8d;padding:40px 20px;text-align:center}@media(max-width:992px){.admin-panel .admin-stats{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.admin-panel{padding:20px 15px}.admin-panel .admin-header{flex-direction:column;text-align:center}.admin-panel .admin-header .header-right{justify-content:center;width:100%}.admin-panel .admin-header .header-right a,.admin-panel .admin-header .header-right button{font-size:13px;padding:8px 16px}.admin-panel .admin-stats{gap:10px;grid-template-columns:1fr 1fr}.admin-panel .admin-stats .stat-card .stat-number{font-size:24px}.admin-panel .form-overlay .product-form{padding:25px 20px}.admin-panel .articles-grid-admin,.admin-panel .form-overlay .product-form .form-row,.admin-panel .products-grid-admin{grid-template-columns:1fr}.admin-panel .section-header{flex-direction:column;gap:10px}.admin-panel .section-header .btn-add-article,.admin-panel .section-header .btn-add-product{text-align:center;width:100%}}@media(max-width:480px){.admin-panel .admin-stats{grid-template-columns:1fr}.admin-panel .admin-header .header-right{flex-direction:column}.admin-panel .admin-header .header-right a,.admin-panel .admin-header .header-right button{width:100%}}.admin-appointments{margin:0 auto;max-width:1200px;padding:40px 20px}.admin-appointments .page-header{margin-bottom:30px;text-align:center}.admin-appointments .page-header h1{color:#1a1a2e;font-size:36px;font-weight:800}.admin-appointments .page-header h1:after{background:linear-gradient(135deg,#f1c40f,#e67e22);border-radius:4px;content:"";display:block;height:4px;margin:10px auto 0;width:80px}.admin-appointments .page-header p{color:#7f8c8d;margin-top:10px}.admin-appointments .loading-container{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:400px}.admin-appointments .loading-container .loader{animation:spin 1s linear infinite;border:4px solid #f3f3f3;border-radius:50%;border-top-color:#e67e22;height:50px;width:50px}.admin-appointments .loading-container p{color:#7f8c8d;margin-top:20px}.admin-appointments .empty-state{background:#f8f9fa;border-radius:16px;padding:60px 20px;text-align:center}.admin-appointments .empty-state p{color:#7f8c8d;font-size:18px}.admin-appointments .empty-state .sub-text{color:#b0b0b0;font-size:14px;margin-top:10px}.admin-appointments .appointments-table-container{background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;overflow:hidden;overflow-x:auto}.admin-appointments .appointments-table-container .appointments-table{border-collapse:collapse;min-width:800px;width:100%}.admin-appointments .appointments-table-container .appointments-table thead{background:#1a1a2e;color:#fff}.admin-appointments .appointments-table-container .appointments-table thead th{font-size:13px;font-weight:600;letter-spacing:.5px;padding:15px;text-align:left;text-transform:uppercase}.admin-appointments .appointments-table-container .appointments-table tbody tr{border-bottom:1px solid #e9ecef;transition:background .3s ease}.admin-appointments .appointments-table-container .appointments-table tbody tr:hover{background:#f8f9fa}.admin-appointments .appointments-table-container .appointments-table tbody tr td{color:#2c3e50;font-size:14px;padding:12px 15px}.admin-appointments .appointments-table-container .appointments-table .service-badge{background:#fdf6f0;border-radius:50px;color:#e67e22;display:inline-block;font-size:12px;font-weight:600;padding:4px 12px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media(max-width:768px){.admin-appointments{padding:20px 15px}.admin-appointments .page-header h1{font-size:28px}.admin-appointments .appointments-table-container .appointments-table{font-size:13px;min-width:600px}.admin-appointments .appointments-table-container .appointments-table thead th{font-size:11px;padding:10px}.admin-appointments .appointments-table-container .appointments-table tbody td{font-size:12px;padding:8px 10px}}.order-tracking-page{margin:0 auto;max-width:900px;min-height:80vh;padding:40px 20px}.order-tracking-page .tracking-container{background:#fff;border-radius:20px;box-shadow:0 4px 20px #00000014;padding:40px}.order-tracking-page .tracking-container .tracking-header{margin-bottom:30px;text-align:center}.order-tracking-page .tracking-container .tracking-header h1{color:#1a1a2e;font-size:36px;font-weight:800}.order-tracking-page .tracking-container .tracking-header h1:after{background:linear-gradient(135deg,#f1c40f,#e67e22);border-radius:4px;content:"";display:block;height:4px;margin:10px auto 0;width:80px}.order-tracking-page .tracking-container .tracking-header p{color:#7f8c8d;font-size:16px;margin-top:10px}.order-tracking-page .tracking-container .search-form{margin-bottom:30px}.order-tracking-page .tracking-container .search-form .search-type-toggle{display:flex;gap:10px;justify-content:center;margin-bottom:15px}.order-tracking-page .tracking-container .search-form .search-type-toggle .toggle-btn{background:#fff;border:2px solid #e9ecef;border-radius:50px;cursor:pointer;font-weight:600;padding:10px 25px;transition:all .3s ease}.order-tracking-page .tracking-container .search-form .search-type-toggle .toggle-btn:hover{border-color:#e67e22;color:#e67e22}.order-tracking-page .tracking-container .search-form .search-type-toggle .toggle-btn.active{background:#e67e22;border-color:#e67e22;color:#fff}.order-tracking-page .tracking-container .search-form .search-input-group{display:flex;gap:10px}.order-tracking-page .tracking-container .search-form .search-input-group input{border:2px solid #e9ecef;border-radius:12px;flex:1 1;font-family:Poppins,sans-serif;font-size:15px;padding:14px 18px;transition:all .3s ease}.order-tracking-page .tracking-container .search-form .search-input-group input:focus{border-color:#e67e22;box-shadow:0 0 0 4px #e67e221a;outline:none}.order-tracking-page .tracking-container .search-form .search-input-group button{background:#e67e22;border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:16px;font-weight:700;padding:14px 30px;transition:all .3s ease;white-space:nowrap}.order-tracking-page .tracking-container .search-form .search-input-group button:hover{background:#d35400;transform:scale(1.02)}.order-tracking-page .tracking-container .search-form .search-input-group button:disabled{cursor:not-allowed;opacity:.6;transform:none}.order-tracking-page .tracking-container .search-form .error-message{background:#fde8e8;border-radius:8px;color:#e74c3c;margin-top:10px;padding:10px;text-align:center}.order-tracking-page .tracking-container .results-section{margin-top:30px}.order-tracking-page .tracking-container .results-section .no-orders{background:#f8f9fa;border-radius:16px;padding:60px 20px;text-align:center}.order-tracking-page .tracking-container .results-section .no-orders span{display:block;font-size:48px;margin-bottom:15px}.order-tracking-page .tracking-container .results-section .no-orders h3{color:#1a1a2e;font-size:24px;margin-bottom:10px}.order-tracking-page .tracking-container .results-section .no-orders p{color:#7f8c8d}.order-tracking-page .tracking-container .results-section .no-orders .help-text{color:#b0b0b0;font-size:14px;margin-top:10px}.order-tracking-page .tracking-container .results-section .orders-list h2{color:#1a1a2e;font-size:24px;font-weight:700;margin-bottom:20px}.order-tracking-page .tracking-container .results-section .orders-list .order-card{background:#f8f9fa;border:1px solid #e9ecef;border-radius:16px;margin-bottom:20px;padding:25px;transition:all .3s ease}.order-tracking-page .tracking-container .results-section .orders-list .order-card:hover{box-shadow:0 4px 20px #00000014}.order-tracking-page .tracking-container .results-section .orders-list .order-card .order-card-header{align-items:center;border-bottom:2px solid #e9ecef;display:flex;justify-content:space-between;margin-bottom:15px;padding-bottom:15px}.order-tracking-page .tracking-container .results-section .orders-list .order-card .order-card-header .order-number .label{color:#7f8c8d;display:block;font-size:12px}.order-tracking-page .tracking-container .results-section .orders-list .order-card .order-card-header .order-number .value{color:#1a1a2e;font-size:20px;font-weight:700}.order-tracking-page .tracking-container .results-section .orders-list .order-card .order-card-header .status-badge{border-radius:50px;display:inline-block;font-size:14px;font-weight:600;padding:6px 16px}.order-tracking-page .tracking-container .results-section .orders-list .order-card .order-card-header .status-badge.badge-pending{background:#fef3c7;color:#d97706}.order-tracking-page .tracking-container .results-section .orders-list .order-card .order-card-header .status-badge.badge-processing{background:#dbeafe;color:#2563eb}.order-tracking-page .tracking-container .results-section .orders-list .order-card .order-card-header .status-badge.badge-shipped{background:#e9d5ff;color:#7c3aed}.order-tracking-page .tracking-container .results-section .orders-list .order-card .order-card-header .status-badge.badge-delivered{background:#d1fae5;color:#059669}.order-tracking-page .tracking-container .results-section .orders-list .order-card .order-card-header .status-badge.badge-cancelled{background:#fee2e2;color:#dc2626}.order-tracking-page .tracking-container .results-section .orders-list .order-card .order-details-grid{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(4,1fr);margin-bottom:15px}.order-tracking-page .tracking-container .results-section .orders-list .order-card .order-details-grid .detail-item .label{color:#7f8c8d;display:block;font-size:12px}.order-tracking-page .tracking-container .results-section .orders-list .order-card .order-details-grid .detail-item .value{color:#1a1a2e;font-size:16px;font-weight:600}.order-tracking-page .tracking-container .results-section .orders-list .order-card .order-items{background:#fff;border-radius:12px;margin:15px 0;padding:15px}.order-tracking-page .tracking-container .results-section .orders-list .order-card .order-items h4{color:#1a1a2e;font-size:14px;font-weight:600;margin-bottom:10px}.order-tracking-page .tracking-container .results-section .orders-list .order-card .order-items ul{list-style:none;padding:0}.order-tracking-page .tracking-container .results-section .orders-list .order-card .order-items ul li{border-bottom:1px solid #f1f3f5;color:#555;display:flex;font-size:14px;justify-content:space-between;padding:8px 0}.order-tracking-page .tracking-container .results-section .orders-list .order-card .order-items ul li:last-child{border-bottom:none}.order-tracking-page .tracking-container .results-section .orders-list .order-card .order-address{background:#fff;border-radius:12px;margin:15px 0;padding:15px}.order-tracking-page .tracking-container .results-section .orders-list .order-card .order-address h4{color:#1a1a2e;font-size:14px;font-weight:600;margin-bottom:5px}.order-tracking-page .tracking-container .results-section .orders-list .order-card .order-address p{color:#555;font-size:14px;margin:2px 0}.order-tracking-page .tracking-container .results-section .orders-list .order-card .order-timeline{background:#fff;border-radius:12px;margin-top:15px;padding:15px}.order-tracking-page .tracking-container .results-section .orders-list .order-card .order-timeline h4{color:#1a1a2e;font-size:14px;font-weight:600;margin-bottom:15px}.order-tracking-page .tracking-container .results-section .orders-list .order-card .order-timeline .timeline{padding-left:30px;position:relative}.order-tracking-page .tracking-container .results-section .orders-list .order-card .order-timeline .timeline .timeline-item{border-left:3px solid #e9ecef;padding-bottom:25px;padding-left:20px;position:relative}.order-tracking-page .tracking-container .results-section .orders-list .order-card .order-timeline .timeline .timeline-item:last-child{border-left:3px solid #0000;padding-bottom:0}.order-tracking-page .tracking-container .results-section .orders-list .order-card .order-timeline .timeline .timeline-item.completed{border-left-color:#25d366}.order-tracking-page .tracking-container .results-section .orders-list .order-card .order-timeline .timeline .timeline-item.completed .dot{background:#25d366;border-color:#25d366}.order-tracking-page .tracking-container .results-section .orders-list .order-card .order-timeline .timeline .timeline-item .dot{background:#fff;border:3px solid #e9ecef;border-radius:50%;height:14px;left:-9px;position:absolute;top:2px;width:14px}.order-tracking-page .tracking-container .results-section .orders-list .order-card .order-timeline .timeline .timeline-item .timeline-label{color:#1a1a2e;display:block;font-size:14px;font-weight:600}.order-tracking-page .tracking-container .results-section .orders-list .order-card .order-timeline .timeline .timeline-item .timeline-date{color:#7f8c8d;font-size:12px}@media(max-width:768px){.order-tracking-page{padding:20px 15px}.order-tracking-page .tracking-container{padding:25px 15px}.order-tracking-page .tracking-container .search-form .search-type-toggle{flex-direction:column}.order-tracking-page .tracking-container .search-form .search-type-toggle .toggle-btn{width:100%}.order-tracking-page .tracking-container .search-form .search-input-group{flex-direction:column}.order-tracking-page .tracking-container .search-form .search-input-group button{width:100%}.order-tracking-page .tracking-container .results-section .orders-list .order-card{padding:15px}.order-tracking-page .tracking-container .results-section .orders-list .order-card .order-card-header{align-items:flex-start;flex-direction:column;gap:10px}.order-tracking-page .tracking-container .results-section .orders-list .order-card .order-details-grid{gap:10px;grid-template-columns:1fr 1fr}}@media(max-width:480px){.order-tracking-page .tracking-container .results-section .orders-list .order-card .order-details-grid{grid-template-columns:1fr}}.cart-icon{align-items:center;cursor:pointer;display:flex;height:45px;justify-content:center;position:relative;width:45px}.cart-icon .shopping-icon{height:24px;width:24px}.cart-icon .item-count{bottom:12px;font-size:10px;font-weight:700;position:absolute}.cart-item{display:flex;height:80px;margin-bottom:15px;width:100%}.cart-item img{width:30%}.cart-item .item-details{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;padding:10px 20px;width:70%}.cart-item .item-details .name{font-size:16px}.cart-dropdown{background-color:#fff;border:1px solid #000;display:flex;flex-direction:column;height:340px;padding:20px;position:absolute;right:40px;top:90px;width:240px;z-index:5}.cart-dropdown .empty-message{font-size:18px;margin:50px auto}.cart-dropdown .cart-items{display:flex;flex-direction:column;height:240px;overflow:scroll}.cart-dropdown button{margin-top:auto}.header{background:#1a1a2e;box-shadow:0 2px 15px #00000026;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.header .header-top{align-items:center;border-bottom:1px solid #ffffff14;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:12px 20px}.header .logo-container{align-items:center;display:flex;flex-shrink:0;gap:14px;text-decoration:none}.header .logo-container .logo-icon{align-items:center;background:#ffffff1a;border-radius:12px;display:flex;height:50px;justify-content:center;padding:8px;transition:all .3s ease;width:50px}.header .logo-container .logo-icon svg{fill:#febd69;height:100%;transition:transform .3s ease;width:100%}.header .logo-container .logo-icon:hover svg{transform:scale(1.1) rotate(-5deg)}.header .logo-container .logo-text{display:flex;flex-direction:column;gap:2px;line-height:1.4}.header .logo-container .logo-text .brand-name{color:#fff;font-family:Oswald,sans-serif;font-size:28px;font-weight:800;letter-spacing:.5px}.header .logo-container .logo-text .brand-name span{color:#febd69}.header .logo-container .logo-text .brand-tagline{color:#febd69;font-family:Oswald,sans-serif;font-size:14px;font-style:italic;font-weight:600;letter-spacing:2.5px;margin-top:0;opacity:.9;text-transform:uppercase}.header .logo-container:hover .logo-icon{background:#ffffff26}.header .header-utilities{align-items:center;display:flex;flex-shrink:0;gap:12px}.header .header-utilities .whatsapp-btn{background:#eeebe9;border-radius:50px;box-shadow:0 4px 15px #25d36640;color:#fff;font-size:15px;font-weight:600;padding:6px 12px;text-decoration:none;transition:all .3s ease;white-space:nowrap}.header .header-utilities .whatsapp-btn:hover{background:#1ebe5c;box-shadow:0 6px 25px #25d36666;transform:scale(1.05)}.header .header-utilities .auth-btn{border:1px solid #ffffff26;border-radius:8px;color:#ffffffd9;cursor:pointer;font-size:15px;font-weight:500;padding:10px 18px;text-decoration:none;transition:all .3s ease;white-space:nowrap}.header .header-utilities .auth-btn:hover{background:#ffffff1a;border-color:#ffffff4d;color:#fff}.header .header-utilities .cart-wrapper{align-items:center;border:1px solid #ffffff26;border-radius:8px;display:flex;padding:8px 12px;transition:all .3s ease}.header .header-utilities .cart-wrapper:hover{background:#ffffff14;border-color:#ffffff4d}.header .header-utilities .menu-toggle{cursor:pointer;display:none;flex-direction:column;flex-shrink:0;gap:5px;padding:5px}.header .header-utilities .menu-toggle span{background:#fff;border-radius:3px;height:3px;transition:all .3s ease;width:28px}.header .header-utilities .menu-toggle.open span:first-child{transform:rotate(45deg) translate(5px,6px)}.header .header-utilities .menu-toggle.open span:nth-child(2){opacity:0}.header .header-utilities .menu-toggle.open span:nth-child(3){transform:rotate(-45deg) translate(5px,-6px)}.header .header-bottom{align-items:center;display:flex;justify-content:center;margin:0 auto;max-width:1200px;padding:8px 20px}.header .header-bottom .nav-container{align-items:center;display:flex;flex-wrap:wrap;gap:6px;justify-content:center}.header .header-bottom .nav-container .nav-link{border-radius:6px;color:#ffffffbf;font-size:14px;font-weight:500;padding:8px 18px;position:relative;text-decoration:none;transition:all .3s ease;white-space:nowrap}.header .header-bottom .nav-container .nav-link:hover{background:#ffffff14;color:#fff}.header .header-bottom .nav-container .nav-link.active{background:#febd691f;color:#febd69;font-weight:600}.header .header-bottom .nav-container .nav-link.active:after{background:#febd69;border-radius:2px;bottom:2px;content:"";height:2px;left:50%;position:absolute;transform:translateX(-50%);width:40%}@media(max-width:1024px){.header .header-top{padding:10px 15px}.header .logo-container .logo-text .brand-name{font-size:18px}.header .header-utilities .whatsapp-btn{font-size:14px;padding:8px 16px}.header .header-utilities .auth-btn{font-size:14px;padding:8px 14px}.header .header-bottom .nav-container .nav-link{font-size:13px;padding:6px 14px}}@media(max-width:768px){.header .header-top{padding:8px 12px}.header .logo-container{gap:10px}.header .logo-container .logo-icon{height:40px;padding:6px;width:40px}.header .logo-container .logo-text .brand-name{color:#fff;font-size:18px;font-weight:800}.header .logo-container .logo-text .brand-name span{color:#f89d26}.header .logo-container .logo-text .brand-tagline{display:block}.header .header-utilities{gap:8px}.header .header-utilities .whatsapp-btn{font-size:13px;padding:6px 14px}.header .header-utilities .auth-btn{display:none}.header .header-utilities .menu-toggle{display:flex}.header .header-bottom{display:none;padding:0}.header .header-bottom.open{background:#1a1a2e;border-top:1px solid #ffffff14;box-shadow:0 10px 40px #0006;display:block;height:calc(100vh - 82px);left:0;overflow-y:auto;padding:15px;position:fixed;top:82px;width:100%;z-index:999}.header .header-bottom .nav-container{align-items:stretch;flex-direction:column;gap:3px}.header .header-bottom .nav-container .nav-link{border-bottom:1px solid #ffffff0d;color:#ffffffd9;font-size:16px;padding:14px 18px;text-align:center}.header .header-bottom .nav-container .nav-link.active:after{display:none}.header .header-bottom .nav-container .nav-link:last-child{border-bottom:none}}@media(max-width:480px){.header .header-top{padding:6px 10px}.header .logo-container{gap:8px}.header .logo-container .logo-icon{border-radius:8px;height:32px;padding:4px;width:32px}.header .logo-container .logo-text .brand-name{color:#fff;font-size:16px;font-weight:800}.header .logo-container .logo-text .brand-name span{color:#febd69}.header .header-utilities{gap:4px}.header .header-utilities .whatsapp-btn{font-size:11px;padding:4px 10px}.header .header-utilities .cart-wrapper{padding:4px 6px}.header .header-bottom.open{height:calc(100vh - 67px);padding:12px;top:67px}.header .header-bottom.open .nav-container .nav-link{font-size:15px;padding:12px 14px}}.footer{background:#1a1a2e;color:#fff;margin-top:60px}.footer .footer-container{grid-gap:40px;display:grid;gap:40px;grid-template-columns:2fr 1fr 1.5fr;margin:0 auto;max-width:1200px;padding:60px 20px 40px}.footer .footer-section h3{font-size:24px;font-weight:800;margin-bottom:15px}.footer .footer-section h3 span{color:#e67e22}.footer .footer-section h4{color:#e67e22;font-size:18px;font-weight:700;margin-bottom:15px}.footer .footer-section .footer-description{color:#b0b0b0;font-size:14px;line-height:1.8;margin-bottom:20px}.footer .footer-section .footer-social{display:flex;gap:12px}.footer .footer-section .footer-social a{align-items:center;background:#ffffff0d;border-radius:50%;display:inline-flex;font-size:20px;height:42px;justify-content:center;text-decoration:none;transition:all .3s ease;width:42px}.footer .footer-section .footer-social a:hover{background:#e67e22;transform:translateY(-3px)}.footer .footer-section ul{list-style:none;padding:0}.footer .footer-section ul li{margin-bottom:10px}.footer .footer-section ul li a{color:#b0b0b0;font-size:14px;text-decoration:none;transition:all .3s ease}.footer .footer-section ul li a:hover{color:#e67e22;padding-left:5px}.footer .footer-section .footer-contact{margin-top:15px}.footer .footer-section .footer-contact p{color:#b0b0b0;font-size:14px;margin-bottom:8px}.footer .footer-section .footer-contact p a{color:#b0b0b0;text-decoration:none}.footer .footer-section .footer-contact p a:hover{color:#e67e22}.footer .footer-section .footer-contact .map-link{color:#e67e22;font-size:14px;font-weight:600;text-decoration:none}.footer .footer-section .footer-contact .map-link:hover{color:#f1c40f}.footer .footer-bottom{border-top:1px solid #ffffff0d;padding:20px;text-align:center}.footer .footer-bottom p{color:#7f8c8d;font-size:14px;margin:5px 0}@media(max-width:992px){.footer .footer-container{gap:30px;grid-template-columns:1fr 1fr}}@media(max-width:768px){.footer .footer-container{gap:30px;grid-template-columns:1fr;text-align:center}.footer .footer-social{justify-content:center}.footer .footer-container{gap:20px;grid-template-columns:1fr;padding:30px 15px;text-align:center}.footer .footer-section .footer-social{justify-content:center}.footer .footer-section h4:after{margin:8px auto 0}.footer .footer-section ul li a{justify-content:center}.footer .footer-bottom .footer-bottom-content{flex-direction:column;gap:8px;text-align:center}}:root{--primary:#1a1a2e;--secondary:#e67e22;--accent:#25d366;--bg-light:#f8f9fa;--text-dark:#1a1a2e;--text-muted:#7f8c8d;--shadow-sm:0 2px 20px #00000014;--shadow-md:0 8px 40px #0000001f;--shadow-lg:0 12px 60px #00000026;--radius:16px;--radius-sm:8px}*{box-sizing:border-box;margin:0;padding:0}body{background-color:#fff;color:#1a1a2e;color:var(--text-dark);font-family:Poppins,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f8f9fa;background:var(--bg-light)}::-webkit-scrollbar-thumb{background:#e67e22;background:var(--secondary);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#d35400}.container{margin:0 auto;max-width:1200px;padding:0 20px}.text-center{text-align:center}.text-muted{color:#7f8c8d;color:var(--text-muted)}@media (max-width:768px){body{font-size:14px}}
/*# sourceMappingURL=main.ccaf4190.css.map*/