html{font-size:16px;}
body{margin:0;line-height:1.6;font-family: 'Inter', sans-serif;}
*{margin:0;padding:0;box-sizing:border-box;}
:before,:after{box-sizing:border-box;}
h1,h2,h3,h4,h5,h6,button{font-family:'Sora', sans-serif;}
button,input,textarea,select{font-family: 'Inter', sans-serif;}
h1{font-size:clamp(1.6rem, 5vw, 2.4rem);line-height:1.2;color:#000}
h2{font-size:clamp(1.4rem, 4.5vw, 2.2rem);line-height:1.3;}
.customer-reviews-title,.design-services-title,.get-quote-title,.get-started-title,.product-details-title,.products-heading h2{font-size:clamp(1.8rem, 3vw, 2.2rem)}
.container{width:90%;max-width:1320px;margin:0 auto;height:auto;overflow:hidden;}
.customer-reviews-container,.design-services-container,.get-quote-container,.get-started-container,.hero-container,.product-details-container,.product-faq-container,.products-container{width:90%;max-width:1320px;margin:0 auto}
.breadcrumb-section{width:100%;background:#fff;padding:1rem 0}
.breadcrumb{list-style:none;display:flex;align-items:center;font-size:.95rem;color:#555;padding:0;margin:0}
.breadcrumb li{display:flex;align-items:center;position:relative}
.breadcrumb li:not(:last-child)::after{content:"›";padding:0 .5rem;color:#777}
.breadcrumb a{text-decoration:none;color:#0157ad;font-weight:500}
.breadcrumb a:hover{text-decoration:underline}
.hero{width:100%;padding:60px 0;background:linear-gradient(180deg,#f6f8fd 0,#f1f4fb 100%)}
.hero-container{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:40px}
.hero-content{flex:1;max-width:70%}
.hero h1{margin-bottom:15px}
.subheadline{font-size:1.2rem;margin-bottom:20px;color:#333}
.hero-buttons{display:flex;flex-wrap:wrap;gap:15px;margin-bottom:15px}
.btn{padding:12px 28px;border-radius:6px;text-decoration:none;font-size:1rem;font-weight:600;display:inline-block;transition:.3s}
.btn.primary{background:#f3bb1e;color:#000}
.btn.primary:hover{background:#f6c22b}
.btn.secondary{background:#0157ad;color:#fff}
.btn.secondary:hover{background:#0151a2}
.hero-features{display:flex;flex-wrap:wrap;gap:18px;font-size:.95rem;color:#444;margin-bottom:25px}
.hero-features span{display:flex;align-items:center;gap:6px}
.hero-features i{color:#0157ad;font-size:.95rem}
.hero-image{flex:1;max-width:30%}
.hero-image img{width:100%;max-width:100%;height:auto;border-radius:100%;object-fit:cover;border:5px solid #f3bb1e}
.products-section{width:100%;padding:60px 0;background:#f8f9fa}
.products-heading{text-align:center;margin-bottom:40px}
.products-heading h2{margin-bottom:10px;color:#000}
.products-heading p{max-width:700px;margin:0 auto;color:#333;font-size:1.1rem}
.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:25px}
.products-card{display:block;background:#fff;border-radius:12px;box-shadow:0 4px 14px rgba(0,0,0,.08);overflow:hidden;text-decoration:none;color:inherit;transition:transform .3s,box-shadow .3s}
.products-card:hover{transform:translateY(-7px);box-shadow:0 8px 18px rgba(0,0,0,.12)}
.products-card-image{width:100%;aspect-ratio:1/1;overflow:hidden}
.products-card-image img{width:100%;height:100%;object-fit:cover;display:block}
.products-title{font-size:1.1rem;font-weight:600;padding:15px 18px;color:#000;text-transform:capitalize;text-align:center}
.product-details{width:100%;background-color:#f8f9fa;padding:3rem 0;color:#333}
.product-details-title{text-align:center;margin-bottom:1rem;color:#000}
.product-details-intro{font-size:1.1rem;text-align:center;max-width:900px;margin:0 auto 3rem;line-height:1.6}
.product-details-features{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-bottom:3rem}
.product-details-feature{background:#fff;padding:1.8rem;border-radius:12px;box-shadow:0 6px 18px rgba(0,0,0,.08);transition:.3s}
.product-details-feature h3{font-size:1.4rem;margin-bottom:.8rem;color:#000}
.product-details-feature p{font-size:1rem;line-height:1.6}
.product-details-info{background-color:#f1f4fb;padding:2rem;border-radius:12px}
.product-details-info h3{font-size:1.4rem;margin-bottom:1rem;color:#000}
.product-details-info p{font-size:1rem;margin-bottom:1rem}
.product-details-info ul{list-style:disc;padding-left:1.5rem}
.product-details-info ul li{margin-bottom:.6rem;font-size:1rem}
.get-quote-box{border:3px dotted #d4d4d4;padding:3rem 2.5rem;border-radius:12px;background:#fff;box-shadow:0 6px 16px rgba(0,0,0,.05)}
.required{color:red;margin-left:.2rem}
.get-quote-btn{padding:0.8rem 1.6rem;border-radius:6px;text-decoration:none;font-size:1rem;font-weight:500;display:inline-block;transition:.3s;background:#f3bb1e;color:#000;margin:0 auto;cursor:pointer;border:none}
.get-quote-btn:hover{background:#f6c22b}
.file-upload input[type=file]{padding:.7rem 1rem;background:#fff;border:1px solid #ccc;border-radius:6px;cursor:pointer;font-size:1rem;transition:.3s}
.file-upload input[type=file]:hover{border-color:#0157ad}
.get-quote-section{width:100%;padding:1rem 0 4rem;background:#f8f9fa;display:flex;justify-content:center}
.get-quote-container{text-align:center}
.get-quote-title{margin-bottom:1rem;color:#000}
.get-quote-subtitle{width:100%;max-width:700px;margin:0 auto 3rem auto;font-size:1.1rem;color:#333}
.get-quote-form{display:flex;flex-direction:column;gap:2rem}
.get-quote-row{display:flex;gap:2rem}
.get-quote-field{flex:1;display:flex;flex-direction:column;text-align:left}
.get-quote-field label{font-size:1rem;margin-bottom:.5rem;color:#333;font-weight:600}
.get-quote-field input,.get-quote-field select,.get-quote-field textarea{width:100%;padding:.9rem 1rem;font-size:1rem;border-radius:.5rem;border:1px solid #ccc;transition:.3s}
.get-quote-field input::placeholder,.get-quote-field textarea::placeholder{color:#777;opacity:1}
.get-quote-field input:focus,.get-quote-field select:focus,.get-quote-field textarea:focus{border-color:#0157ad;box-shadow:0 0 0 .15rem rgba(1,87,173,.15)}
.full-width{width:100%}
.design-services{width:100%;background:linear-gradient(180deg,#f4c232 0,#f3bb1e 100%);padding:5rem 0}
.design-services-container{text-align:center}
.design-services-title{color:#000;margin-bottom:1.4rem}
.design-services-text{max-width:780px;margin:0 auto 3rem;font-size:1.35rem;color:#1a1a1a}
.design-services-buttons{display:flex;gap:.8rem;justify-content:center;flex-wrap:wrap}
.design-services-btn{padding:0.8rem 1.6rem;font-size:1;border-radius:6px;font-weight:500;text-decoration:none;display:inline-flex;align-items:center;gap:.6rem;color:#fff;transition:.25s;box-shadow:0 0 0 transparent}
.design-services-btn-primary{background:#0157ad}
.design-services-btn-primary:focus,.design-services-btn-primary:hover{background:#014b94;transform:translateY(-2px);box-shadow:0 4px 10px rgba(1,87,173,.25);outline:0}
.design-services-btn-whatsapp{background:#20b64b}
.design-services-btn-whatsapp:focus,.design-services-btn-whatsapp:hover{background:#1aa340;transform:translateY(-2px);box-shadow:0 4px 10px rgba(26,163,64,.25);outline:0}
.design-services-btn i{font-size:1.2rem}
.customer-reviews{width:100%;background:#fff;padding:4rem 0}
.customer-reviews-header{text-align:center;margin-bottom:3rem}
.customer-reviews-title{margin-bottom:1rem;color:#000}
.customer-reviews-rating{display:flex;flex-direction:column;align-items:center;margin-bottom:1.5rem}
.customer-reviews-stars i{font-size:1.4rem;color:#f3bb1e;margin:0 .1rem}
.customer-reviews-rating-text{font-size:1rem;color:#333;margin-top:.25rem}
.customer-reviews-cta{display:inline-block;background:#f3bb1e;color:#000;padding:.8rem 1.6rem;font-size:1rem;border-radius:6px;text-decoration:none;transition:.3s;font-weight:500}
.customer-reviews-cta:hover{background:#f6c22b}
.customer-reviews-slider{display:flex;gap:1.5rem;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:1rem;scrollbar-width:thin}
.customer-reviews-slider::-webkit-scrollbar{height:.5rem}
.customer-reviews-slider::-webkit-scrollbar{height:.6rem}
.customer-reviews-slider::-webkit-scrollbar-track{background:#f0f0f0;border-radius:1rem}
.customer-reviews-slider::-webkit-scrollbar-thumb{background:#0157ad;border-radius:1rem}
.customer-reviews-slider::-webkit-scrollbar-thumb:hover{background:#0c5eaf}
.customer-reviews-slider{scrollbar-color:#0157ad #f0f0f0;scrollbar-width:thin}
.customer-reviews-card{min-width:22rem;background:#fff;border:1px solid #e5e5e5;border-radius:.75rem;overflow:hidden;scroll-snap-align:start;box-shadow:0 4px 20px rgba(0,0,0,.05);transition:.3s}
.customer-reviews-image{width:100%;height:auto;display:block}
.product-faq{width:100%;padding:0 0 3rem 0;background:#fff}
.product-faq-container{display:grid;grid-template-columns:1fr 1fr;gap:4rem}
.product-faq-intro h2{font-size:2.2rem;margin-bottom:1rem;color:#000}
.product-faq-intro p{font-size:1.2rem;color:#333;max-width:28rem;margin-bottom:1.5rem}
.product-faq-more-link{font-size:1.1rem;font-weight:600;color:#0157ad;text-decoration:none;position:relative;display:inline-block;padding-bottom:.2rem}
.product-faq-more-link::after{content:"";position:absolute;left:0;bottom:0;width:100%;height:2px;background:#0151a2;border-radius:2px;transition:.3s;transform:scaleX(0);transform-origin:left}
.product-faq-more-link:hover::after{transform:scaleX(1)}
.product-faq-more-link:hover{color:#0151a2}
.product-faq-list{display:flex;flex-direction:column;gap:2rem}
.product-faq-item{padding-bottom:2rem;border-bottom:1px solid #ddd}
.product-faq-item:last-child{border-bottom:none}
.product-faq-question{font-size:1.3rem;margin-bottom:.8rem;color:#000;font-weight:600}
.product-faq-answer{font-size:1.1rem;color:#555;line-height:1.7}
.get-started-section{width:100%;padding:4rem 0;background:linear-gradient(180deg,#0266c4 0,#0157ad 100%);color:#fff;display:flex;justify-content:center}
.get-started-container{text-align:center}
.get-started-title{margin-bottom:1.5rem}
.get-started-text{font-size:1.2rem;max-width:720px;margin:0 auto 2.5rem}
.get-started-btn{display:inline-block;padding:.8rem 1.6rem;font-size:1rem;font-weight:500;color:#000;background:#f3bb1e;border-radius:6px;text-decoration:none;transition:.3s}
.get-started-btn:hover{background:#f3bb1e;transform:translateY(-3px);box-shadow:0 .5rem 1.5rem rgba(255,122,0,.3)}




@media (max-width: 1200px) {
.subheadline{font-size:1.3rem}
}
@media (max-width: 1024px) {
.product-details-features{grid-template-columns:1fr}
h2{line-height:2.8rem}
}
@media (max-width: 992px) {
.subheadline{font-size:1.2rem}
.get-quote-row{flex-direction:column;gap:1.5rem}.get-quote-btn{width:100%;text-align:center}
.get-started-text{font-size:1.1rem}
}
@media (max-width: 900px) {
.product-faq-container{grid-template-columns:1fr;gap:3rem}
}
@media (max-width: 768px) {
.hero-container{flex-direction:column;align-items:flex-start;gap:30px}.hero-content,.hero-image{max-width:100%}.subheadline{font-size:1.1rem}.hero-buttons{gap:15px}.hero-features{gap:18px;font-size:.95rem}
.product-details-intro{font-size:1.1rem}.product-details-feature h3{font-size:1.3rem}
.design-services-text{font-size:1.25rem}.design-services-btn{width:100%;justify-content:center}
.get-started-section{padding:3rem 0}.get-started-btn{padding:.9rem 2rem;font-size:1rem}
}
@media (max-width: 576px) {
.subheadline{font-size:1rem}.hero-buttons{gap:12px}.hero-features{gap:15px;font-size:.9rem}
.products-heading p{font-size:1rem}
.get-quote-subtitle{font-size:1rem}.get-quote-field input,.get-quote-field label,.get-quote-field select,.get-quote-field textarea{font-size:.95rem}
}
@media (max-width: 500px) {
.product-faq{padding:3rem 0}.product-faq-intro h2{font-size:2rem}.product-faq-question{font-size:1.2rem}.product-faq-answer{font-size:1rem}
}
@media (max-width: 480px) {
.product-details-feature{padding:1.5rem}
.design-services{padding:4rem 0}.design-services-text{font-size:1.2rem}
.customer-reviews-card{min-width:85%}
.get-started-text{font-size:1rem}.get-started-btn{width:100%;padding:1rem}
}


/*Yellow: f3bb1e
Blue: 5373b8, 0157ad
Light BLue: f5f7fb, f1f4fb
Black: 000
font-family: 'Inter', sans-serif;
*/