*{margin:0;padding:0;box-sizing:border-box;font-family:Poppins}body{background:#fff;color:#333}h2{font-weight:700;font-size:28px}header{display:flex;justify-content:space-between;align-items:center;padding:5px 10%;background:#fff;box-shadow:0 2px 10px rgb(0 0 0 / .08);position:sticky;top:0;z-index:999}.logo{width:300px}.logo img{width:100%}.cta-btn{position:relative;display:inline-block;background:#e53935;color:#fff;padding:10px 15px;text-decoration:none;border-radius:10px;overflow:hidden;z-index:1}.cta-btn::before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:#be130f;z-index:-1;animation:slideAnim 2s infinite}@keyframes slideAnim{0%{left:-100%}50%{left:0%}100%{left:100%}}.hero{position:relative;height:90vh;overflow:hidden;display:flex;align-items:center}.hero-slider{position:absolute;width:100%;height:100%}.slide{position:absolute;width:100%;height:100%;background-size:cover;background-position:center;opacity:0;transition:opacity 1s ease}.slide.active{opacity:1}.hero-overlay{position:absolute;width:100%;height:100%;background:linear-gradient(to bottom,rgb(0 0 0 / .8) 0%,rgb(0 0 0 / .5) 60%,rgb(0 0 0 / .1) 100%)}.hero-container{position:relative;z-index:2;width:90%;margin:auto;display:flex;justify-content:space-between;gap:40px}.hero-left{color:#fff;max-width:60%}.hero-left h1{font-size:42px;line-height:1.3;font-weight:800}.hero-left span{color:#fc0}.hero-points{margin-top:20px;list-style:none;padding:0}.hero-points li{margin-bottom:10px;font-size:18px}.hero-form{background:#fff;padding:30px;width:320px;border-radius:10px;box-shadow:0 15px 40px rgb(0 0 0 / .25)}.hero-form h3{text-align:center;color:#e52020;font-size:17px;font-weight:600;margin-bottom:20px}.hero-form input,.hero-form select{width:100%;padding:5px;margin-bottom:12px;border:1px solid #ddd;border-radius:10px;font-size:14px;font-family:Poppins!important}.hero-form button{position:relative;width:100%;padding:10px;background:#be130f;border:none;color:#fff;border-radius:10px;cursor:pointer;font-family:Poppins!important;overflow:hidden;z-index:1}.hero-form button::before{content:"";position:absolute;top:0;left:0;width:0%;height:100%;background:#820f0c;z-index:-1;transition:width 0.4s ease}.hero-form button:hover::before{width:100%}.hero-form button:hover{color:#fff}.hero-form-content{text-align:center;font-size:12px;margin-top:10px;color:#000}.arrow{position:absolute;top:50%;transform:translateY(-50%);background:rgb(0 0 0 / .5);color:#fff;border:none;padding:10px 15px;cursor:pointer;z-index:3}.prev{left:20px}.next{right:20px}.hero-cta{display:inline-flex;align-items:center;gap:15px;background:#e52020;color:#fff;padding:12px 15px;border-radius:10px;text-decoration:none;font-size:16px;transition:0.3s}.hero-cta:hover{transform:translateY(-3px);box-shadow:0 10px 25px rgb(0 0 0 / .25)}.cta-icon{position:relative;width:70px;height:70px;display:flex;align-items:center;justify-content:center}.cta-circle{position:absolute;width:70px;height:70px;animation:spin 8s linear infinite}.cta-circle text{font-size:8px;letter-spacing:2px;fill:#fff}.arrow{width:36px;height:36px;border-radius:50%;background:rgb(255 255 255 / .2);display:flex;align-items:center;justify-content:center;font-size:18px;z-index:2}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@media(max-width:768px){.hero-left{max-width:100%}.hero-form{width:100%}p{font-size:14px}.hero-points li{margin-bottom:0;font-size:13px}.hero-overlay{position:absolute;width:100%;height:100%;background:linear-gradient(to bottom,rgb(0 0 0 / .1) 0%,rgb(0 0 0 / .4) 60%,rgb(0 0 0 / .8) 100%)}}.popup-image{height:100%;min-height:450px;background:url(img/pop-up.webp) center/cover no-repeat;border-radius:10px 0 0 10px}.popup-bg{background:#fff;padding:30px;border-radius:10px;box-shadow:0 10px 25px rgb(0 0 0 / .1);position:relative}.popup-bg form{display:flex;flex-direction:column;gap:15px}.popup-bg input,.popup-bg select{width:100%;height:38px;padding:10px 15px;border:1px solid #dcdcdc;border-radius:10px;font-size:14px;background:#fafafa;transition:0.3s;font-family:Poppins!important}.popup-bg input:focus,.popup-bg select:focus{border-color:#e53935;background:#fff;outline:none;box-shadow:0 0 6px rgb(229 57 53 / .25);font-family:Poppins!important}.popup-bg form button{position:relative;width:100%;padding:10px;background:#be130f;border:none;color:#fff;border-radius:10px;cursor:pointer;font-family:Poppins!important;overflow:hidden;z-index:1}.popup-bg form button::before{content:"";position:absolute;top:0;left:0;width:0%;height:100%;background:#820f0c;z-index:-1;transition:width 0.4s ease}.popup-bg form button:hover::before{width:100%}.popup-bg form button:hover{color:#fff}.popup-bg .btn-close{position:absolute;right:15px;top:15px}@media (max-width:768px){.popup-bg{padding:20px}.popup-bg .modal-title{font-size:20px}}.popup-header{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #eee;padding-bottom:10px}.popup-title{text-align:center;color:#e52020;font-size:17px;font-weight:600;margin-left:16px}.popup-close{background:none;border:none;font-size:24px;cursor:pointer;color:#555}.popup-close:hover{color:#e53935}@media(max-width:900px){.hero{height:70vh}.logo{width:130px}h2{font-size:18px}.hero-container{flex-direction:column}.hero-left{position:absolute;margin-top:60px}.hero-left h1{font-size:20px;line-height:25px}header{padding:10px}.hero-left p{text-align:center;margin-right:0;font-size:17px}.hero-form{width:100%;max-width:420px;display:none}.hero-left p span{font-size:14px}}.hero-mob-form-section{display:none;padding:40px 20px;background:#f6f6f6}.hero-mob-form{background:#fff;padding:30px 25px;border-radius:10px;box-shadow:0 15px 35px rgb(0 0 0 / .15);max-width:420px;margin-top:-50px;z-index:9;position:relative}.hero-mob-form h3{text-align:center;color:#e52020;font-size:17px;font-weight:600}.hero-mob-form input,.hero-mob-form select{width:100%;padding:5px;margin-bottom:12px;border:1px solid #ddd;border-radius:10px;font-size:15px}.hero-mob-form input:focus,.hero-mob-form select:focus{border-color:#e52020}.hero-mob-form button{width:100%;padding:10px;background:#e53935;border:none;color:#fff;border-radius:10px;cursor:pointer}.hero-mob-form button:hover{background:#b8862f}@media (max-width:768px){.hero-mob-form-section{display:block}}.lp-highlights{background:#fdf2d9}.lp-highlight-box{text-align:center;padding:10px}.lp-highlight-icon{font-size:30px;color:#e53935;background:#fff;width:60px;height:60px;line-height:60px;border-radius:10px;margin-bottom:12px;box-shadow:0 5px 15px rgb(0 0 0 / .08)}.lp-highlight-box p{font-size:14px;font-weight:500;color:#333;line-height:16px;margin:0}.lp-consult-btn{position:relative;width:100%;padding:10px;background:#be130f;border:none;color:#fff;border-radius:10px;cursor:pointer;font-family:Poppins!important;overflow:hidden;z-index:1;text-decoration:none;transition:0.3s}.lp-consult-btn:before{content:"";position:absolute;top:0;left:0;width:0%;height:100%;background:#820f0c;border-radius:10px;z-index:-1;transition:width 0.4s ease}.lp-consult-btn:hover::before{width:100%}.lp-consult-btn:hover{color:#fff}.interior-section{padding:80px 0;background:#fff}.interior-title{margin-bottom:20px}.interior-image img{width:100%}.interior-content p{font-size:14px;margin-bottom:15px;line-height:1.7;color:#444}.damian-why-section{background:url(img/bg.webp) center/cover no-repeat;position:relative;color:#fff;padding:90px 0;overflow:hidden}.damian-title{margin-bottom:20px}.damian-item h3{font-size:28px;font-weight:700;margin-bottom:8px;color:#e53935}.damian-item p{font-size:16px;margin:0;opacity:.9}@media(max-width:768px){.damian-item h3{font-size:25px}}.compare-section{padding:80px 0;background:#f8f8f8}.compare-title{text-align:center;margin-bottom:10px}.compare-sub{text-align:center;font-size:14px;color:#777;margin-bottom:20px}.compare-table{display:grid;gap:0;border:1px solid #ddd}.compare-row{display:grid;grid-template-columns:1fr 1fr 1fr;text-align:center}.compare-row div{padding:20px;border-right:1px solid #ddd;border-bottom:1px solid #ddd;font-size:15px;background:#fff}.compare-row.header div{font-weight:600;background:#f1f1f1;text-align:center}.compare-row .highlight{background:#fff3cd;border-left:2px solid #f4b400;border-right:2px solid #f4b400}.compare-row.header .highlight{background:#ffc107;color:#000}.compare-row.header .highlight span{display:block;font-size:12px}.compare-row div:last-child{border-right:none}@media(max-width:768px){.compare-table{border:none}.compare-row{display:block;margin-bottom:20px;border-radius:10px;overflow:hidden}.compare-row div{border:none;padding:15px}.compare-row div:first-child{font-weight:600;background:#222;color:#fff}.compare-row .highlight{background:#fff3cd;border:none;font-weight:500}.compare-row div:last-child{background:#f1f1f1}.compare-row:nth-child(2){background:#fdfdfd}.compare-row:nth-child(3){background:#f9f9f9}.compare-row:nth-child(4){background:#fdfdfd}.compare-row:nth-child(5){background:#f9f9f9}.compare-row:nth-child(6){background:#fdfdfd}}@media(max-width:768px){.compare-row.header{display:grid!important;grid-template-columns:1fr 1fr 1fr;margin-bottom:15px}.compare-row.header div{text-align:center;font-size:15px;padding:10px;border:1px solid #ddd}.compare-row.header .highlight{background:#fff3cd;font-weight:600}}@media(max-width:768px){.compare-section{display:none}}.compare-mobile-section{display:none;padding:40px 15px;background:#f8f8f8}.mobile-title{text-align:center;margin-bottom:20px}@media(max-width:768px){.compare-mobile-section{display:block}.mobile-title{margin-bottom:0}}.mobile-slider{display:flex;overflow-x:auto;gap:15px;scroll-snap-type:x mandatory;padding-bottom:10px}.mobile-card{min-width:85%;background:#fff;border-radius:12px;padding:20px;scroll-snap-align:start;box-shadow:0 10px 25px rgb(0 0 0 / .1)}.mobile-card h3{text-align:center;margin-bottom:15px;color:#e53935;font-size:20px}.mobile-box{padding:12px;border-radius:8px;margin-bottom:10px}.mobile-box strong{display:block;margin-bottom:5px}.mobile-box.damian{background:#fff3cd;border-left:4px solid #ffc107}.mobile-box.other{background:#f1f1f1}.mobile-slider::-webkit-scrollbar{display:none}.mobile-box p{font-size:14px}.why-choose-section{background:#fff;overflow:hidden}.section-title{margin:10px 0 10px;animation:fadeUp 1s ease}.section-text{color:#666;margin-bottom:30px;animation:fadeUp 1.2s ease}.feature-item{display:flex;gap:15px;margin-bottom:10px;align-items:flex-start;animation:slideLeft 1s ease}.feature-icon{font-size:22px;background:#fff;padding:12px;border-radius:10px;box-shadow:0 5px 15px rgb(0 0 0 / .1);transition:0.3s}.feature-item:hover .feature-icon{transform:rotate(10deg) scale(1.1)}.video-side{text-align:center}.video-box{position:relative;width:100%;padding-bottom:56.25%;overflow:hidden;border-radius:10px;box-shadow:0 15px 40px rgb(0 0 0 / .2)}.video-box iframe{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:10px}.video-cta{margin:20px 0}.visit-btn{position:relative;display:inline-block;background:#e53935;color:#fff;padding:10px 20px;text-decoration:none;border-radius:10px;overflow:hidden;z-index:1;transition:0.3s}.visit-btn::before{content:"";position:absolute;top:0;left:0;width:0%;height:100%;background:#820f0c;z-index:-1;transition:width 0.4s ease}.visit-btn:hover::before{width:100%}.visit-btn:hover{color:#fff}.dc-dream-section{padding:60px 0;background:#fdf2d9}.dc-dream-title{margin-bottom:20px}.dc-dream-tabs{display:flex;gap:8px;margin-bottom:20px;overflow-x:auto}.dc-dream-tab{padding:6px 14px;border-radius:10px;border:1px solid #ddd;background:#fff;cursor:pointer;font-size:13px;white-space:nowrap}.dc-dream-tab.active{background:#e53935;color:#fff;border-color:#e53935}.dc-dream-gallery{display:none;gap:20px;align-items:flex-start}.dc-dream-gallery.active{display:flex}.dc-dream-big{flex:1}.dc-dream-big{position:relative}.dc-dream-big p{color:#232323;padding-top:10px}.dc-big-image{width:100%;height:420px;object-fit:cover;border-radius:10px}.dc-dream-thumbs{width:170px;display:flex;flex-direction:column;gap:12px}.dc-dream-thumb{border-radius:10px;overflow:hidden;cursor:pointer;border:3px solid #fff0}.dc-dream-thumb img{width:100%;height:90px;object-fit:cover}.dc-dream-thumb.active{border-color:#e53935}.dc-cta-button{position:relative;display:inline-block;background:#e53935;color:#fff;padding:10px 20px;text-decoration:none;border-radius:10px;overflow:hidden;z-index:1;text-decoration:none}.dc-cta-button::before{content:"";position:absolute;top:0;left:0;width:0%;height:100%;background:#820f0c;z-index:-1;transition:width 0.4s ease}.dc-cta-button:hover::before{width:100%}.dc-cta-button:hover{color:#fff}.dc-dream-cta{text-align:center}.dc-sub-text{font-size:13px;color:#d68043;margin-top:-20px}@media (max-width:768px){.dc-dream-section{padding:60px 10px}.dc-dream-gallery{flex-direction:column}.dc-dream-title{padding-right:30px}.dc-big-image{height:240px}.dc-dream-thumbs{width:100%;flex-direction:row;gap:8px}.dc-dream-thumb,.dc-dream-cta{flex:1}.dc-dream-thumb img{height:70px}.dc-dream-big p{margin-bottom:-10px}}.partners-section{background-color:#000}.partners-title{color:#fff}.partners-section p{color:#fff}.logo-slider{overflow:hidden;position:relative}.logo-track{display:flex;transition:transform 0.6s ease}.logo-track img{flex:0 0 16.66%;max-height:100px;object-fit:contain;padding:10px;filter:grayscale(100%);opacity:.7;transition:0.3s}.logo-track img:hover{filter:grayscale(0%);opacity:1;transform:scale(1.1)}@media (max-width:768px){.logo-track img{flex:0 0 50%}}.interior-solutions{background:#f3f3f3}.solution-item{margin-bottom:35px}.solution-item img{height:60px;margin-bottom:10px}.solution-item p{font-size:14px;margin:0}.solution-item:hover{transform:translateY(-4px);transition:.3s}.design-process{background:url(img/bg.webp) center/cover no-repeat;position:relative;color:#fff;padding:90px 0;overflow:hidden}.design-process .container{position:relative;z-index:2}.process-title{letter-spacing:1px;text-align:center;margin-bottom:50px}.process-wrapper{position:relative}.process-wrapper::before{content:"";position:absolute;top:48px;left:0;width:100%;height:2px;background:linear-gradient(90deg,#8b0000,#ff3b3b,#8b0000);z-index:1}.process-step{text-align:center;position:relative;z-index:2}.step-box{background:rgb(20 20 20 / .85);padding:15px 15px;border-radius:10px;border:1px solid rgb(255 255 255 / .06);backdrop-filter:blur(6px);transition:all .35s ease;height:230px}.step-box:hover{transform:translateY(-12px);box-shadow:0 15px 35px rgb(255 0 0 / .35)}.step-number{width:65px;height:65px;margin:auto;margin-bottom:18px;background:linear-gradient(135deg,#a00000,#ff3b3b);color:#fff;font-size:22px;font-weight:700;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 0 18px rgb(255 0 0 / .6)}.step-box h5{font-weight:600;margin-bottom:10px;font-size:15px}.step-box p{font-size:13px;color:#bbb;line-height:1.6}@media (max-width:768px){.process-wrapper{display:block}.process-wrapper::before{display:none}.step-box{position:relative;background:rgb(20 20 20 / .9);padding:10px 20px 0 60px;border-radius:10px;text-align:left;margin-bottom:25px;height:auto}.step-box::before{content:"";position:absolute;left:28px;top:0;width:2px;height:100%;background:linear-gradient(180deg,#8b0000,#ff3b3b,#8b0000)}.step-number{position:absolute;left:10px;top:25px;width:36px;height:36px;font-size:16px;margin:0}.step-box h5{text-align:left}.step-box p{text-align:left}}.review-section{background:#000}.review-title{color:#fff}.review-sub-title{text-align:center}.review-slider{padding-bottom:40px}.swiper-wrapper{display:flex}.swiper-slide{height:auto;display:flex;opacity:1}.review-card{background:#fff;padding:25px;border-radius:10px;width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 5px 20px rgb(0 0 0 / .08);transition:0.3s}.review-card:hover{transform:translateY(-8px)}.review-top{display:flex;align-items:center;gap:15px;margin-bottom:15px}.review-img{width:60px;height:60px;border-radius:50%;object-fit:cover}.review-top h4{margin:0;font-size:18px;font-weight:600;color:#e53935}.review-top span{font-size:13px;color:#777}.review-stars{color:#ffc107;margin-bottom:10px}.review-card p{font-size:14px;color:#555;line-height:1.6;flex-grow:1}.swiper-pagination-bullet{background:#ccc;opacity:1}.swiper-pagination-bullet-active{background:#e53935}@media (max-width:768px){.review-card{padding:20px}}.damian-cta-section{background:#fff;position:relative;padding:80px 20px;text-align:center}.damian-cta-section .container{position:relative;z-index:2}.damian-cta-title{margin-bottom:15px}.damian-cta-btn:hover{background:#c62828;transform:translateY(-2px)}.damian-cta-urgency{margin-top:15px;font-size:14px;color:#e53935}.dc-ba-section{background:#f6f6f6;text-align:center}.dc-ba-title{margin-bottom:40px}.dc-ba-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.dc-ba-slider{position:relative;overflow:hidden;border-radius:12px;cursor:ew-resize;box-shadow:0 15px 40px rgb(0 0 0 / .15)}.dc-ba-slider img{width:100%;display:block}.dc-after-wrapper{position:absolute;top:0;left:0;width:50%;height:100%;overflow:hidden}.dc-after-img{width:100%;height:100%;object-fit:cover}.dc-slider-handle{position:absolute;top:0;left:50%;width:3px;height:100%;background:#fff;z-index:3}.dc-slider-handle::before{content:"";position:absolute;top:50%;left:-14px;width:30px;height:30px;background:#e53935;border-radius:50%;transform:translateY(-50%)}.dc-label{position:absolute;top:15px;padding:6px 10px;font-size:12px;background:rgb(0 0 0 / .7);color:#fff;border-radius:8px}.dc-before-label{left:15px}.dc-after-label{right:15px}@media(max-width:768px){.dc-ba-grid{grid-template-columns:1fr}}.limited-offer-section{padding:100px 0;background:#000;text-align:center;position:relative}.limited-offer-section::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at center,rgb(255 0 0 / .25),transparent 70%);opacity:.6}.offer-box{position:relative;z-index:2;max-width:700px;margin:auto;padding:50px;background:#111;border-radius:10px;border:1px solid rgb(255 255 255 / .08);box-shadow:0 20px 60px rgb(0 0 0 / .6)}.offer-title{color:#fff;margin-bottom:15px}.offer-desc{font-size:16px;color:#ccc;line-height:1.7;margin-bottom:25px}.offer-highlight{display:inline-block;padding:10px 20px;background:#e60023;color:#fff;border-radius:10px;font-size:15px;margin-bottom:25px;animation:pulse 2s infinite}.offer-btn{display:inline-block;padding:12px 30px;background:#e60023;color:#fff;border-radius:10px;text-decoration:none;font-weight:600;transition:.3s}.offer-btn:hover{background:#fff;color:#000}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}100%{transform:scale(1)}}@media(max-width:768px){.offer-title{font-size:28px}.offer-box{padding:35px 25px}}.mobile-contact-bar{background-color:#ececee;z-index:9999}.mobile-contact-bar a{display:block;text-align:center;padding:15px 10px;font-weight:600;color:#474747;text-decoration:none;font-size:15px}.btn-call i{color:#e53935;font-size:18px}.btn-whatsapp i{color:#29d348;font-size:20px}.interior-contact-section{padding:100px 0;background:#0e0e0e;color:#fff}.exp-band-box{background:linear-gradient(135deg,#111,#1c1c1c);padding:40px 30px;border-radius:10px;color:#fff;text-align:center}.exp-title{font-size:28px;font-weight:700;margin-bottom:10px}.exp-subtext{font-size:14px;color:#ccc;margin-bottom:30px}.exp-features{margin-bottom:25px}.exp-item{padding:10px}.exp-icon{width:60px;height:60px;margin:0 auto 10px;border-radius:50%;background:#e53935;display:flex;align-items:center;justify-content:center;font-size:22px;color:#fff;transition:0.3s}.exp-item:hover .exp-icon{transform:scale(1.1);background:#fff;color:#e53935}.exp-item p{font-size:13px;margin:0}.exp-btn a{display:inline-block;background:#e53935;color:#fff;padding:12px 25px;border-radius:10px;text-decoration:none;font-size:14px;transition:0.3s}.exp-btn a:hover{background:#fff;color:#e53935}.interior-map iframe{border-radius:10px;box-shadow:0 15px 40px rgb(0 0 0 / .4)}@media (max-width:768px){.exp-title{font-size:22px}.exp-icon{width:50px;height:50px;font-size:18px}}.contact-band{background:#fff;padding:40px 0}.contact-box{background:linear-gradient(135deg,#1c1c1c,#000);padding:30px;border-radius:10px;color:#fff}.contact-info h4{font-size:16px;color:#e53935;margin-bottom:10px}.address{font-size:14px;color:#ccc;margin-bottom:20px}.connect-title{font-size:24px;font-weight:600;margin-bottom:5px}.connect-subtext{font-size:14px;color:#bbb}.contact-actions a{display:inline-block;padding:12px 22px;margin:5px;border-radius:10px;text-decoration:none;font-size:14px;transition:0.3s}.call-btn{background:#e53935;color:#fff}.call-btn:hover{background:#fff;color:#e53935}.whatsapp{position:fixed;bottom:20px;right:20px;display:flex;align-items:center;text-decoration:none}.whatsapp img{width:50px;height:50px}.wa-text{background:#25D366;color:#fff;padding:8px 12px;border-radius:10px;margin-right:2px;font-size:14px;white-space:nowrap;opacity:0;transform:translateX(20px);transition:all 0.3s ease}.whatsapp:hover .wa-text{opacity:1;transform:translateX(0)}@media (max-width:768px){.contact-box{text-align:center}.contact-actions a{padding:8px 15px;margin:4px}}.dc-faq-section{padding:60px 0;background:#f8f8f8}.dc-faq-title{text-align:center;margin-bottom:30px}.dc-faq-wrapper{max-width:800px;margin:auto}.dc-faq-item{background:#fff;margin-bottom:10px;border-radius:10px;overflow:hidden;box-shadow:0 5px 15px rgb(0 0 0 / .05)}.dc-faq-question{padding:15px 20px;font-weight:600;cursor:pointer;position:relative}.dc-faq-question::after{content:"+";position:absolute;right:20px;font-size:20px}.dc-faq-item.active .dc-faq-question::after{content:"-"}.dc-faq-answer{padding:0 20px;max-height:0;overflow:hidden;transition:0.3s ease;font-size:14px;color:#555}.dc-faq-item.active .dc-faq-answer{padding:15px 20px;max-height:200px}.dc-seo-locations{margin-top:20px;text-align:center}.dc-seo-locations h4{font-size:18px;margin-bottom:10px}.dc-seo-locations a{color:#757573;text-decoration:none;font-size:13px}.dc-seo-locations a:hover{text-decoration:underline}.whatsapp-btn{background:#25D366;color:#fff}.whatsapp-btn:hover{background:#fff;color:#25D366}footer{background:#111;color:#fff;text-align:center;padding:20px}footer a{color:#fff;text-decoration:none}footer a:hover{color:#e53935}.whatsapp{position:fixed;bottom:10%;right:0;z-index:999}.whatsapp img{width:55px}@media (max-width:768px){footer{margin-bottom:40px}.whatsapp{display:none}}