a.home-btn{max-width:max-content;width:100%;display:flex;justify-content:flex-end}.home-btn-arrow-bg{background-color:#d4af36;width:41px;height:41px;border-radius:50%;position:relative;overflow:hidden}.arrow-animate,.home-btn-arrow-bg{display:flex;justify-content:center;align-items:center}.arrow-animate{position:absolute;transition:transform .45s ease,opacity .45s ease}.arrow-animate-1{transform:translate(0);opacity:1}.arrow-animate-2{transform:translate(-120%,120%);opacity:0}.home-btn:hover .arrow-animate-1{transform:translate(120%,-120%);opacity:0}.home-btn:hover .arrow-animate-2{transform:translate(0);opacity:1}.banner-wrapper{padding:20px 20px 0}.banner-wrapper .banner-container{max-width:1840px;margin:auto;position:relative;border-radius:30px;padding:100px 40px;min-height:420px}.banner-wrapper .banner-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:1;border-radius:30px}.banner-wrapper .banner-content{position:relative;z-index:3;max-width:1000px;color:#fff;margin:auto;display:flex;flex-direction:column;row-gap:30px}.banner-wrapper .banner-content-upper{max-width:800px;margin:auto}.banner-wrapper .banner-content h1{font-size:50px;line-height:120%;margin-bottom:20px;font-weight:700;text-align:center;color:#fff}.banner-wrapper .banner-content p{font-size:18px;line-height:30px;font-weight:300;text-align:center}.banner-wrapper .banner-content-lower{display:flex;align-items:flex-end;gap:10px;margin:auto;padding:30px 0;flex-wrap:nowrap}.banner-wrapper .field-group label{font-size:16px;font-weight:300;color:#fff;margin-bottom:10px;display:block}.banner-wrapper .location-field{width:500px}.banner-wrapper .experience-field{width:270px}.banner-wrapper .experience-submit-row{display:flex;justify-content:center;align-items:flex-end;gap:10px}.banner-wrapper .input-wrapper{display:flex;align-items:center;gap:8px;border:1px solid #fff;border-radius:8px;padding:10px;background:transparent;position:relative}.banner-wrapper .input-wrapper input{flex:1 1;background:transparent;border:none;outline:none;color:#fff;font-size:16px;font-weight:300;padding:0 0 0 2px}.banner-wrapper .input-wrapper input::placeholder{color:#fff;font-size:16px;font-weight:300;opacity:.9}.banner-wrapper .icon svg{width:20px;height:20px}.banner-wrapper .submit-btn{width:44px;height:44px;background:#d4af36;border:none;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer}@media (max-width:1100px) and (min-width:768px){.banner-wrapper .banner-content h1{font-size:54px;line-height:64px}.banner-wrapper .banner-content p{font-size:18px;line-height:28px}.banner-wrapper .location-field{width:380px}.banner-wrapper .experience-field{width:220px}}@media (max-width:767px){.banner-wrapper .banner-content h1{font-size:36px;line-height:44px}.banner-wrapper .banner-content p{font-size:14px;line-height:24px}.banner-wrapper .banner-content-lower{flex-direction:column;align-items:stretch;gap:16px;width:80%}.banner-wrapper .location-field{width:100%}.banner-wrapper .experience-submit-row{display:flex;gap:10px;align-items:flex-end}.banner-wrapper .experience-field{flex:1 1;width:auto}.banner-wrapper .submit-btn{width:44px;height:44px;flex-shrink:0}}@media (max-width:480px){.banner-wrapper .banner-container{padding:100px 20px}.banner-wrapper .experience-submit-row{flex-direction:column}.banner-wrapper .experience-field{width:100%}.banner-wrapper .submit-btn{width:100%;height:48px}}.plumbers-card-wrapper{width:100%}.plumbers-card-wrapper .plumbers-container{max-width:1440px;margin:auto;padding:80px 20px;display:flex;flex-direction:column;row-gap:50px}.plumbers-card-wrapper .plumbers-content{max-width:900px;display:flex;flex-direction:column;row-gap:20px;margin:auto}.plumbers-card-wrapper .plumbers-content h2{font-size:48px;font-weight:600;color:#1a1a1a;text-align:center}.plumbers-card-wrapper .plumbers-content p{font-size:16px;line-height:26px;color:#1a1a1a;text-align:center}.plumbers-card-wrapper .plumbers-cards{width:100%;display:grid;grid-template-columns:repeat(3,1fr);grid-row-gap:40px;row-gap:40px;grid-column-gap:24px;column-gap:24px}.plumbers-card-wrapper .plumber-card{border:1px solid #e9e9e9;border-radius:16px;overflow:hidden;background:#fff;display:flex;flex-direction:column;padding:10px 10px 15px}.plumbers-card-wrapper .plumber-card .plumber-card-img{width:100%;height:300px;object-fit:cover;border-radius:10px}.plumbers-card-wrapper .plumber-card-content{padding:20px 20px 5px;display:flex;flex-direction:column;row-gap:10px}.plumbers-card-wrapper .name-rating{display:flex;justify-content:space-between;align-items:center}.plumbers-card-wrapper .name-rating h4{font-size:18px;font-weight:500;color:#1a1a1a;margin-bottom:10px}.plumbers-card-wrapper .rating{display:flex;align-items:center;gap:8px}.plumbers-card-wrapper .rating span{font-size:16px;color:#1a1a1a;margin-top:3px}.plumbers-card-wrapper .location{display:flex;align-items:center;gap:8px;color:#8a171a;font-size:14px}.plumbers-card-wrapper .location img{height:18px;width:18px}.plumbers-card-wrapper .plumber-card-content p{font-size:14px;line-height:24px;color:#1a1a1a}.view-details{display:flex;align-items:center;gap:8px;color:#8a171a;font-size:14px;font-weight:400;cursor:pointer;position:relative}.view-details:after{content:"";position:absolute;bottom:3px;left:0;height:2px;width:112px;background-color:#8a171a;transition:transform .3s ease;transform-origin:left;transform:scaleX(0)}.view-details:hover:after{transform:scaleX(1)}.view-details span{margin-top:2px;color:#8a171a}@media (max-width:1440px){.plumbers-card-wrapper .plumbers-container{padding:80px 20px}}@media (max-width:1024px){.plumbers-card-wrapper .plumbers-cards{grid-template-columns:repeat(2,1fr)}.plumbers-card-wrapper .plumbers-content h2{font-size:40px}.plumbers-card-wrapper .plumber-card .plumber-card-img{height:260px}}@media (max-width:768px){.plumbers-card-wrapper .plumbers-container{padding:60px 16px}.plumbers-card-wrapper .plumbers-cards{grid-template-columns:1fr;row-gap:32px}.plumbers-card-wrapper .plumbers-content h2{font-size:32px;text-align:center}.plumbers-card-wrapper .plumbers-content p{text-align:center;font-size:15px;line-height:24px}.plumbers-card-wrapper .name-rating{flex-direction:column;align-items:flex-start;gap:6px}.plumbers-card-wrapper .plumber-card .plumber-card-img{height:220px}}.afrirental-unique-wrapper{background-color:#fff8f6;width:100%}.afrirental-unique-wrapper .unique-container{max-width:1440px;margin:auto;padding:80px 20px}.afrirental-unique-wrapper .unique-header{max-width:800px;margin:auto;text-align:center}.afrirental-unique-wrapper .unique-header h2{font-size:48px;font-weight:600;color:#1a1a1a;margin-bottom:20px}.afrirental-unique-wrapper .unique-header p{font-size:16px;line-height:26px;color:#1a1a1a}.afrirental-unique-wrapper .unique-cards{margin-top:60px;display:grid;grid-template-columns:repeat(4,1fr);grid-gap:24px;gap:24px}.afrirental-unique-wrapper .unique-card{background:#fff;border-radius:16px;padding:24px;display:flex;flex-direction:column}.afrirental-unique-wrapper .icon-box{width:56px;height:56px;background:#8a171a;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:25px}.afrirental-unique-wrapper .unique-card h4{font-size:24px;font-weight:500;color:#1a1a1a}.afrirental-unique-wrapper .unique-card p{font-size:16px;line-height:24px;color:#1a1a1a}@media (max-width:1024px){.afrirental-unique-wrapper .unique-cards{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.afrirental-unique-wrapper .unique-header h2{font-size:32px}.afrirental-unique-wrapper .unique-cards{grid-template-columns:1fr}.afrirental-unique-wrapper .unique-card{row-gap:10px}.afrirental-unique-wrapper .icon-box{margin-bottom:15px}.afrirental-unique-wrapper .unique-card h4{font-size:20px}}.how-it-works-wrapper{width:100%;background:#fff}.how-it-works-wrapper .how-it-works-container{max-width:1440px;margin:auto;padding:80px 20px}.how-it-works-wrapper .how-it-works-header{max-width:900px;margin:auto;text-align:center}.how-it-works-wrapper .how-it-works-header h2{font-size:48px;font-weight:600;color:#1a1a1a;margin-bottom:20px}.how-it-works-wrapper .how-it-works-header p{font-size:16px;line-height:26px;color:#1a1a1a}.how-it-works-wrapper .how-it-works-cards{margin-top:60px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:30px;gap:30px}.how-it-works-wrapper .how-card{position:relative;border:1px solid #e9e9e9;border-radius:16px;padding:35px;background:#fff}.how-it-works-wrapper .how-card:hover{border-color:#8a171a}.how-it-works-wrapper .step-number{position:absolute;top:-18px;left:-18px;width:48px;height:48px;background:#8a171a;color:#fff;border-radius:50%;font-size:24px;font-weight:400;display:flex;align-items:center;justify-content:center}.how-it-works-wrapper .icon-box{width:56px;height:56px;background:#fff5f3;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:25px}.how-it-works-wrapper .how-card h4{font-size:24px;font-weight:500;color:#1a1a1a;margin-bottom:10px}.how-it-works-wrapper .how-card p{font-size:16px;line-height:24px;color:#1a1a1a}@media (max-width:1024px){.how-it-works-wrapper .how-it-works-cards{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.how-it-works-wrapper .how-it-works-header h2{font-size:36px}.how-it-works-wrapper .how-it-works-cards{grid-template-columns:1fr;padding:0 10px}.how-it-works-wrapper .step-number{position:absolute;top:-18px;left:-18px;width:40px;height:40px;font-size:20px}.how-it-works-wrapper .how-card{padding:25px}.how-it-works-wrapper .how-card h4{font-size:20px;font-weight:500}}.plumber-details-wrapper{width:100%}.plumber-details-wrapper .plumber-details-container{max-width:1440px;margin:auto;padding:80px 20px;display:flex;flex-direction:column;row-gap:50px}.plumber-details-wrapper .card-wrapper{border:1px solid #e9e9e9;border-radius:20px;padding:40px}.plumber-details-wrapper .card-wrapper:first-child{padding:20px}.plumber-details-wrapper .card-wrapper .card-header-wrapper{display:flex;justify-content:flex-start;align-items:center;gap:15px;margin-bottom:25px}.plumber-details-wrapper .card-wrapper h4{font-size:24px;font-weight:500;color:#1a1a1a}.plumber-details-wrapper .profile-card{display:flex;justify-content:space-between;gap:30px;border-radius:16px}.plumber-details-wrapper .profile-left{display:flex;gap:30px}.plumber-details-wrapper .profile-left img{width:230px;height:300px;border-radius:12px;object-fit:cover}.plumber-details-wrapper .profile-info h3{font-size:24px;font-weight:500;color:#8a171a;margin-bottom:5px}.plumber-details-wrapper .profile-info span{font-size:18px}.plumber-details-wrapper .rating{display:flex;justify-content:flex-start;column-gap:10px;margin-block:20px}.plumber-details-wrapper .rating .rating-stars{display:flex;justify-content:flex-start;align-items:center}.plumber-details-wrapper .rating span{font-size:16px;margin-top:2px}.plumber-details-wrapper .status{display:flex;justify-content:flex-start;align-items:center;column-gap:8px}.plumber-details-wrapper .status span{color:green;font-size:20px}.plumber-details-wrapper .tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.plumber-details-wrapper .tags span{background:#8a171b10;padding:7px 20px;border-radius:20px;font-size:14px;font-weight:400;color:#8a171a}.plumber-details-wrapper .horizontal-line{height:1px;width:100%;background-color:#e9e9e9;margin-block:15px}.plumber-details-wrapper .meta{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:5px}.plumber-details-wrapper .meta .meta-details{display:flex;justify-content:flex-start;align-items:center;column-gap:5px}.plumber-details-wrapper .portfolio-owner-name{font-size:16px}.plumber-details-wrapper .meta span{font-size:16px;color:#3d3e3f;font-weight:300;margin-top:1px}.plumber-details-wrapper .rate-box{background:#8a171a;padding:40px 30px;border-radius:14px;max-width:300px;text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:25px;height:max-content;color:#fff}.plumber-details-wrapper .rate-box :is(span,p){font-size:18px;font-weight:300;line-height:27px}.plumber-details-wrapper .rate-box .rate{display:flex;justify-content:center;align-items:flex-start}.plumber-details-wrapper .rate-box .rate span{line-height:normal}.plumber-details-wrapper .rate-box .rate span:first-child,.plumber-details-wrapper .rate-box .rate span:nth-child(3){font-size:16px;line-height:16px;font-weight:500;margin-top:8px}.plumber-details-wrapper .rate-box .rate span:nth-child(2){font-size:56px;line-height:56px;font-weight:600}.plumber-details-wrapper .info-section p{font-size:16px;line-height:24px;font-weight:400}.plumber-details-wrapper .stats-section{display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.plumber-details-wrapper .stats-section .stats-section-lower{display:flex;justify-content:center;align-items:center;width:100%;gap:50px}.plumber-details-wrapper .rating-box{max-width:310px;width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;row-gap:10px}.plumber-details-wrapper .rating-box p{font-size:16px;font-weight:400}.plumber-details-wrapper .rating-box span{color:#d4af36}.plumber-details-wrapper .stats-wrapper{display:flex;justify-content:center;align-items:center;gap:20px;width:100%}.plumber-details-wrapper .stats-wrapper .stat{width:100%;background:#fff5f5;padding:30px 20px;border-radius:10px;text-align:center}.plumber-details-wrapper .stats-wrapper .stat h3{color:#8a171a;font-size:32px;font-weight:500;margin-bottom:10px}.plumber-details-wrapper .stats-wrapper .stat p{color:#1a1a1a;font-size:20px;font-weight:400}.plumber-details-wrapper .booking-grid{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:30px}.plumber-details-wrapper .booking-grid .input-field-wrapper{display:flex;justify-content:center;align-items:flex-start;gap:30px;width:100%}.plumber-details-wrapper .input-field-wrapper .select-time-block{display:flex;align-items:center;flex-wrap:wrap;gap:10px}.plumber-details-wrapper .booking-grid .input-field-wrapper .select-time-block .time-block{display:flex;justify-content:center;align-items:center;max-width:208px;width:100%;padding:12px 16px;border:1px solid #1a1a1a30;border-radius:6px;font-size:16px;color:#1a1a1a70;font-weight:300;cursor:pointer}.plumber-details-wrapper .input-field-wrapper .select-time-block .time-block:hover{border-color:#8a171a;color:#8a171a}.plumber-details-wrapper .time-block.active{background-color:#8a171a;color:#fff;border-color:#8a171a}.plumber-details-wrapper .time-block.active span.time-clr{color:#fff}.plumber-details-wrapper .input-field{width:100%}.plumber-details-wrapper .input-field-multiplt-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:30px;width:100%}.plumber-details-wrapper label{font-size:16px;color:#1a1a1a;font-weight:300;margin-bottom:10px}.plumber-details-wrapper label span{color:red}.plumber-details-wrapper .input-box{border:1px solid #1a1a1a30;width:100%;border-radius:6px;padding:12px 16px;display:flex;justify-content:center;align-items:flex-start;gap:10px}.plumber-details-wrapper .booking-grid .input-box textarea,.plumber-details-wrapper .input-box input{border:unset;outline:unset;padding:2px 0 0 2px}.plumber-details-wrapper .input-box input::placeholder,.plumber-details-wrapper .input-box textarea::placeholder{color:#1a1a1a70;font-size:16px}.plumber-details-wrapper .estimate{display:flex;justify-content:space-between;align-items:center;padding:15px 16px;border:1px solid #8a171a;border-radius:6px;margin-top:20px;background-color:#fff5f5}.plumber-details-wrapper .estimate p{font-size:20px;color:#8a171a}.plumber-details-wrapper .estimate>div p:first-child{font-size:20px;color:#8a171a;margin-bottom:5px}.plumber-details-wrapper .estimate>div p:nth-child(2){font-size:16px;color:#1a1a1a}.plumber-details-wrapper .confirm-btn{width:100%;margin-top:20px;background:#8a171a;color:#fff;padding:16px;border-radius:10px;border:none;display:flex;justify-content:center;align-items:center;gap:10px;font-size:20px;font-weight:400}.plumber-details-wrapper p.note{color:#1a1a1a;font-size:17px;text-align:center;width:100%;margin-top:20px}.plumber-details-wrapper .card-header-wrapper{display:flex;align-items:center;gap:12px;margin-bottom:20px}.plumber-details-wrapper .card-header-wrapper h4{font-size:22px;font-weight:500;color:#1a1a1a}.plumber-details-wrapper .form-rating-stars{display:flex;gap:5px}.plumber-details-wrapper .form-rating-stars .star{font-size:40px;cursor:pointer;color:#ddd;transition:color .3s ease,transform .2s ease}.plumber-details-wrapper .form-rating-stars .star.filled{color:#f4b400}.plumber-details-wrapper .form-rating-stars .star:hover{transform:scale(1.1)}.plumber-details-wrapper .rating-form{display:flex;flex-direction:column;gap:14px}.plumber-details-wrapper .rating-form .rating-form-inner{display:flex;justify-content:center;align-items:flex-start;gap:25px;width:100%}.plumber-details-wrapper .rating-form .rating-form-inner .rating-form-left,.plumber-details-wrapper .rating-form .rating-form-inner .rating-form-right{width:100%}.plumber-details-wrapper .rating-form .rating-form-inner textarea{border:none;padding:0 0 0 5px}.plumber-details-wrapper .rating-form button{margin-top:10px;padding:16px;background:#8a171a;color:#fff;border:none;border-radius:12px;font-size:20px;font-weight:400;cursor:pointer;transition:background .3s ease}.plumber-details-wrapper .rating-form button:hover{background:#8a171a}.plumber-details-wrapper .cta-section{background:#fff5f5;border:1px solid #8a171a}.plumber-details-wrapper .cta-section .cta-section-wrapper{max-width:1000px;display:flex;flex-direction:column;justify-content:center;align-items:center;row-gap:20px;margin:auto}.plumber-details-wrapper .cta-section h3{font-size:20px;color:#8a171a;font-weight:400}.plumber-details-wrapper .cta-section p{font-size:17px;color:#1a1a1a;font-weight:400;text-align:center}.plumber-details-wrapper .cta-section small{font-size:14px;color:#1a1a1a;font-weight:400}.plumber-details-wrapper .cta-buttons{display:flex;justify-content:center;align-items:center;gap:20px}.plumber-details-wrapper .cta-buttons button{padding:15px 30px;display:flex;justify-content:center;align-items:center;column-gap:15px;width:max-content;border-radius:10px;border:1px solid #8a171a;background:#8a171a;color:#fff;font-size:20px;font-weight:400}.plumber-details-wrapper .cta-buttons button:hover{background:#fff;color:#8a171a}@media (max-width:1024px){.plumber-details-wrapper .profile-card{flex-direction:column;gap:40px}.plumber-details-wrapper .profile-left{gap:20px}.plumber-details-wrapper .profile-left img{width:200px;height:260px}.plumber-details-wrapper .rate-box{max-width:100%;width:100%}.plumber-details-wrapper .stats-section .stats-section-lower{flex-direction:column;gap:30px}.plumber-details-wrapper .stats-wrapper{flex-direction:column}.plumber-details-wrapper .input-field-wrapper{flex-direction:column;gap:25px}}@media (max-width:767px){.plumber-details-wrapper .card-wrapper{padding:20px}.plumber-details-wrapper .card-wrapper h4{font-size:18px}.plumber-details-wrapper .card-wrapper .card-header-wrapper{gap:10px}.plumber-details-wrapper .card-header-wrapper svg{height:22px!important}.plumber-details-wrapper .profile-left{flex-direction:column;align-items:center;text-align:center}.plumber-details-wrapper .profile-left img{width:100%;max-width:260px;height:auto}.plumber-details-wrapper .profile-info h3{font-size:22px}.plumber-details-wrapper .profile-info span{font-size:16px}.plumber-details-wrapper .tags span{font-size:14px}.plumber-details-wrapper .rating{justify-content:center}.plumber-details-wrapper .status{justify-content:center;margin-block:15px}.plumber-details-wrapper .meta{flex-wrap:wrap;justify-content:center;row-gap:10px}.plumber-details-wrapper .stats-wrapper .stat h3{font-size:28px}.plumber-details-wrapper .stats-wrapper .stat p{font-size:18px}.plumber-details-wrapper .input-field-wrapper .select-time-block .time-block{max-width:100%}.plumber-details-wrapper .estimate{flex-direction:column;align-items:flex-start;gap:10px}.plumber-details-wrapper .confirm-btn{font-size:18px}.plumber-details-wrapper .cta-buttons{flex-direction:column;width:100%}.plumber-details-wrapper .cta-buttons button{width:100%;justify-content:center}.plumber-details-wrapper .rating-form .rating-form-inner{flex-direction:column}.plumber-details-wrapper .form-rating-stars{margin-bottom:30px}}.service-categories-wrapper{width:100%}.service-categories-wrapper .service-categories-container{max-width:1440px;width:100%;padding:80px 20px;margin:auto}.service-categories-wrapper .service-categories-header-wrapper{max-width:900px;margin:auto}.service-categories-wrapper .service-categories-header-wrapper h2{font-size:44px;font-weight:600;color:#1a1a1a;text-align:center}.service-categories-wrapper .service-categories-header-wrapper p{font-size:16px;font-weight:400;color:#1a1a1a;text-align:center;margin-top:20px}.service-categories-wrapper .all-services-container{display:flex;flex-direction:column;align-items:center;justify-content:center;row-gap:60px;margin-top:80px}.service-categories-wrapper .service-card{width:100%;background:#fff;border-radius:18px;border:1px solid #e9e9e9;padding:20px;display:flex;justify-content:space-between;gap:40px;align-items:center}.service-categories-wrapper .service-card.reverse{flex-direction:row-reverse}.service-categories-wrapper .service-image{max-width:600px;height:500px}.service-categories-wrapper .service-image img{width:100%;height:100%;object-fit:cover;border-radius:10px}.service-categories-wrapper .service-content{display:flex;flex-direction:column;gap:18px;max-width:700px;width:100%}.service-categories-wrapper .service-content h3{font-size:24px;line-height:24px;margin-top:12px;font-weight:600;color:#1a1a1a}.service-categories-wrapper .service-content p{font-size:16px;color:#1a1a1a;line-height:24px}.service-categories-wrapper .service-tags{display:flex;align-items:center;gap:15px;margin-top:12px}.service-categories-wrapper .service-tags .tag{display:flex;align-items:center;gap:10px;border:1px solid #e9e9e9;padding:10px;border-radius:10px;background:#fff}.service-categories-wrapper .service-tags .tag .tag-icon{display:flex;align-items:center;justify-content:center;width:40px}.service-categories-wrapper .service-tags .tag p{font-size:16px;color:#1a1a1a;font-weight:400}.service-categories-wrapper .service-tags .tag span{font-size:14px;color:#1a1a1a;font-weight:300}.service-categories-wrapper .explore-btn{width:100%;margin-top:10px;padding:14px 20px;border-radius:8px;border:none;background:#8a171a;color:#fff;font-size:16px;cursor:pointer;text-align:center}.service-categories-wrapper .explore-btn:hover{background:#6f0f12}@media (max-width:1200px){.service-categories-wrapper .service-card{gap:25px}.service-categories-wrapper .service-image{max-width:500px;height:420px}}@media (max-width:992px){.service-categories-wrapper .service-card{gap:25px}.service-categories-wrapper .service-image{max-width:420px;height:380px}.service-categories-wrapper .service-content h3{font-size:22px}}@media (max-width:768px){.service-categories-wrapper .service-card{flex-direction:column;align-items:flex-start}.service-categories-wrapper .service-image{width:100%;max-width:100%;height:380px}.service-categories-wrapper .service-content{max-width:100%}.service-categories-wrapper .service-categories-header-wrapper h2{font-size:32px}.service-categories-wrapper .service-tags{gap:10px;flex-wrap:wrap}}@media (max-width:480px){.service-categories-wrapper .service-categories-container{padding:50px 15px}.service-categories-wrapper .service-categories-header-wrapper h2{font-size:26px}.service-categories-wrapper .service-card{padding:16px}.service-categories-wrapper .service-image{height:300px}.service-categories-wrapper .service-content h3{font-size:20px}.service-categories-wrapper .service-tags{gap:10px}.service-categories-wrapper .explore-btn{padding:12px 20px;font-size:14px}}.property-ecosystem-wrapper{width:100%}.property-ecosystem-wrapper .property-ecosystem-container{max-width:1440px;width:100%;padding:80px 20px;margin:auto}.property-ecosystem-wrapper .pe-grid{display:flex;align-items:center;justify-content:space-between}.property-ecosystem-wrapper .pe-grid .pe-left{max-width:650px}.property-ecosystem-wrapper .pe-title{font-size:44px;font-weight:600;margin-bottom:20px}.property-ecosystem-wrapper .pe-desc{font-size:16px;line-height:22px;color:#1a1a1a;margin-bottom:40px;font-weight:400}.property-ecosystem-wrapper .pe-feature{display:flex;gap:18px;margin-bottom:30px}.property-ecosystem-wrapper .pe-icon{width:46px;height:46px;min-width:46px;display:flex;align-items:center;justify-content:center;background:#fff8f6;border-radius:50%}.property-ecosystem-wrapper .pe-feature h4{font-size:22px;margin-bottom:6px;font-weight:500}.property-ecosystem-wrapper .pe-feature p{color:#1a1a1a;font-size:16px;line-height:22px;font-weight:400}.property-ecosystem-wrapper .pe-right{display:grid;grid-template-columns:1fr 1fr;grid-gap:25px;gap:25px}.property-ecosystem-wrapper .pe-stat-box{background:#fff8f6;padding:50px 80px;border-radius:16px;text-align:center}.property-ecosystem-wrapper :is(.pe-right-one,.pe-right-two){display:flex;flex-direction:column;row-gap:20px}.property-ecosystem-wrapper .pe-right-two{margin-top:100px}.property-ecosystem-wrapper .pe-stat-box h3{font-size:28px;font-weight:600;margin-bottom:8px}.property-ecosystem-wrapper .pe-stat-box span{font-size:16px;color:#1a1a1a}@media (max-width:1200px){.property-ecosystem-wrapper .property-ecosystem-container{padding:60px 20px}.property-ecosystem-wrapper .pe-title{font-size:40px}.property-ecosystem-wrapper .pe-stat-box{padding:45px 60px}}@media (max-width:992px){.property-ecosystem-wrapper .pe-title{font-size:36px}.property-ecosystem-wrapper .pe-right-two{margin-top:60px}.property-ecosystem-wrapper .pe-stat-box{padding:40px 50px}.property-ecosystem-wrapper .pe-grid{flex-direction:column;row-gap:50px}.property-ecosystem-wrapper .pe-right,.property-ecosystem-wrapper .pe-right-one,.property-ecosystem-wrapper .pe-right-two{width:100%}}@media (max-width:768px){.property-ecosystem-wrapper .pe-grid{flex-direction:column;gap:50px;align-items:flex-start}.property-ecosystem-wrapper .pe-left{max-width:100%}.property-ecosystem-wrapper .pe-right{width:100%;grid-template-columns:1fr}.property-ecosystem-wrapper .pe-right-one,.property-ecosystem-wrapper .pe-right-two{margin-top:0;row-gap:20px}.property-ecosystem-wrapper .pe-stat-box{padding:35px 30px}.property-ecosystem-wrapper .pe-title{font-size:32px}.property-ecosystem-wrapper .pe-desc{font-size:15px;line-height:22px}}@media (max-width:480px){.property-ecosystem-wrapper .property-ecosystem-container{padding:50px 16px}.property-ecosystem-wrapper .pe-title{font-size:28px;line-height:36px}.property-ecosystem-wrapper .pe-feature{gap:14px}.property-ecosystem-wrapper .pe-feature h4{font-size:18px}.property-ecosystem-wrapper .pe-feature p{font-size:14px;line-height:20px}.property-ecosystem-wrapper .pe-icon{width:40px;height:40px}.property-ecosystem-wrapper .pe-stat-box{padding:30px 20px}.property-ecosystem-wrapper .pe-stat-box h3{font-size:24px}.property-ecosystem-wrapper .pe-stat-box span{font-size:14px}}.everything-we-offer-wrapper{width:100%}.everything-we-offer-wrapper .everything-we-offer-container{max-width:1440px;width:100%;padding:80px 20px;margin:auto;text-align:center}.everything-we-offer-wrapper .ewo-title{font-size:44px;font-weight:600;margin-bottom:20px}.everything-we-offer-wrapper .ewo-sub{max-width:800px;font-size:16px;color:#1a1a1a;line-height:26px;margin:auto auto 50px}.everything-we-offer-wrapper .ewo-tabs{display:flex;justify-content:center;align-items:center;gap:30px;margin-bottom:50px}.everything-we-offer-wrapper .ewo-single-tab{padding:12px 20px;border:1px solid #1a1a1a;border-radius:10px;cursor:pointer}.everything-we-offer-wrapper .ewo-single-tab p{font-size:18px;color:#1a1a1a;font-weight:400}.everything-we-offer-wrapper .ewo-single-tab:hover,.everything-we-offer-wrapper .ewo-single-tab:hover p{background-color:#8a171a;color:#fff;border-color:transparent}.everything-we-offer-wrapper .ewo-swiper-container{display:flex;justify-content:center;align-items:center;gap:30px}.everything-we-offer-wrapper .ewo-swiper-slide{background:#fff8f6;padding:10px 20px;width:230px;height:180px;display:flex;flex-direction:column;align-items:center;justify-content:center;row-gap:20px;border-radius:16px}.everything-we-offer-wrapper .ewo-swiper-slide-img{width:50px;height:auto;margin-bottom:10px}.everything-we-offer-wrapper .ewo-swiper-slide p{font-size:20px;font-weight:300;color:#1a1a1a}.everything-we-offer-wrapper .ewo-active-tab,.everything-we-offer-wrapper .ewo-active-tab p{background-color:#8a171a;color:#fff;border-color:transparent}.ewo-swiper-container .swiper-wrapper .swiper-slide{display:flex;justify-content:center;align-items:center}.ewo-swiper-slide:hover .slider-service-title{color:#8a171a}@media (max-width:1200px){.everything-we-offer-wrapper .ewo-title{font-size:38px}.everything-we-offer-wrapper .ewo-swiper-slide{width:210px;height:170px}}@media (max-width:992px){.everything-we-offer-wrapper .ewo-title{font-size:34px}.everything-we-offer-wrapper .ewo-sub{font-size:15px;margin-bottom:40px}.everything-we-offer-wrapper .ewo-tabs{gap:20px}.everything-we-offer-wrapper .ewo-single-tab p{font-size:16px}.everything-we-offer-wrapper .ewo-swiper-slide{width:200px;height:160px}}@media (max-width:768px){.everything-we-offer-wrapper .everything-we-offer-container{padding:60px 16px}.everything-we-offer-wrapper .ewo-title{font-size:30px}.everything-we-offer-wrapper .ewo-sub{font-size:14px;line-height:24px;margin-bottom:35px}.everything-we-offer-wrapper .ewo-tabs{flex-wrap:wrap;gap:15px}.everything-we-offer-wrapper .ewo-single-tab{padding:10px 16px}.everything-we-offer-wrapper .ewo-swiper-slide{width:180px;height:150px}.everything-we-offer-wrapper .ewo-swiper-slide p{font-size:16px}}@media (max-width:480px){.everything-we-offer-wrapper .everything-we-offer-container{padding:50px 14px}.everything-we-offer-wrapper .ewo-title{font-size:26px}.everything-we-offer-wrapper .ewo-sub{font-size:13px;margin-bottom:30px}.everything-we-offer-wrapper .ewo-tabs{gap:10px}.everything-we-offer-wrapper .ewo-single-tab{padding:8px 12px;border-radius:8px}.everything-we-offer-wrapper .ewo-single-tab p{font-size:14px}.everything-we-offer-wrapper .ewo-swiper-slide{width:160px;height:140px;padding:10px}.everything-we-offer-wrapper .ewo-swiper-slide-img{width:40px}.everything-we-offer-wrapper .ewo-swiper-slide p{font-size:15px}}.Our-Products-wrapper{width:100%;background:#fff}.Our-Products-wrapper .Our-Products-container{max-width:1440px;width:100%;padding:80px 20px;margin:auto}.Our-Products-wrapper .op-title{font-size:44px;font-weight:600;margin-bottom:20px;text-align:center}.Our-Products-wrapper .op-sub{max-width:900px;font-size:16px;line-height:24px;color:#1a1a1a;margin:auto auto 50px;text-align:center}.Our-Products-wrapper .op-cards-container{display:flex;justify-content:center;gap:40px;flex-wrap:wrap}.Our-Products-wrapper .op-card{max-width:680px;width:100%;background:#fff;border:1px solid #e9e9e9;border-radius:16px;padding:20px;display:flex;align-items:center;gap:25px}.Our-Products-wrapper .op-card-text{text-align:left;max-width:312px;width:100%}.Our-Products-wrapper .op-card-text h3{font-size:28px;line-height:42px;font-weight:600;margin-bottom:15px}.Our-Products-wrapper .op-card-text p{font-size:16px;color:#1a1a1a;line-height:24px;margin-bottom:25px}.home-btn{background:#000;border:none;padding:5px 5px 5px 30px;border-radius:50px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:20px}.home-btn,.home-btn span{color:#fff;font-size:14px}.home-btn span{font-weight:500}.Our-Products-wrapper .op-card-img{max-width:300px;width:100%}.Our-Products-wrapper .op-card-img img{width:100%;height:auto;border-radius:10px;object-fit:cover}@media screen and (min-width:993px) and (max-width:1439px){.Our-Products-wrapper .op-card{max-width:80%;justify-content:space-between}.Our-Products-wrapper .op-card-text{max-width:450px}.Our-Products-wrapper .op-card-img{max-width:500px;width:100%}.Our-Products-wrapper .op-card-img img{height:260px}}@media (max-width:992px){.Our-Products-wrapper .op-title{font-size:36px}.Our-Products-wrapper .op-sub{font-size:15px;line-height:24px;margin-bottom:40px}.Our-Products-wrapper .op-card{max-width:700px}}@media (max-width:768px){.Our-Products-wrapper .op-cards-container{gap:30px}.Our-Products-wrapper .op-card{flex-direction:column;text-align:center;padding:25px}.Our-Products-wrapper .op-card-text{max-width:100%;text-align:center}.home-btn{margin:0 auto}.Our-Products-wrapper .op-card-img{max-width:100%}.Our-Products-wrapper .op-card-img img{width:100%;height:300px}}@media (max-width:480px){.Our-Products-wrapper .Our-Products-container{padding:60px 15px}.Our-Products-wrapper .op-title{font-size:30px}.Our-Products-wrapper .op-sub{font-size:14px;line-height:22px}.Our-Products-wrapper .op-card{padding:18px;gap:18px}.Our-Products-wrapper .op-card-text h3{font-size:22px;line-height:28px}.Our-Products-wrapper .op-card-text p{font-size:14px;line-height:22px}.Our-Products-wrapper .op-card-img{max-width:100%}.Our-Products-wrapper .op-card-img img{width:100%;height:200px}}.check-services-wrapper{width:100%;background-color:#fff8f6}.check-services-wrapper .check-services-container{max-width:1440px;width:100%;padding:80px 20px;margin:auto;text-align:center}.check-services-wrapper .cs-top-text{color:#c8a313;font-weight:600;margin-bottom:10px}.check-services-wrapper .cs-title{font-size:40px;font-weight:800;margin-bottom:15px}.check-services-wrapper .cs-title span{color:#d4ad2c}.check-services-wrapper .cs-subtitle{max-width:850px;margin:auto;color:#555;line-height:1.7}.check-services-wrapper .cs-cards{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:20px;gap:20px;margin-block:40px}.check-services-wrapper .cs-card{background:#fff;border-radius:14px;border:1px solid #eee;padding:15px;text-align:left;transition:all .3s ease;height:max-content}.check-services-wrapper .cs-card:hover .cs-icon{background-color:#d4af36}.check-services-wrapper .cs-img{border-radius:14px;position:relative}.check-services-wrapper .cs-icon{background-color:#1a1a1a;padding:15px;border-radius:5px;transition:background-color .2s ease-in-out}.check-services-wrapper .cs-img .cs-img-hover-block{height:200px;overflow:hidden;border-radius:14px}.check-services-wrapper .cs-img img{width:100%;height:100%;object-fit:cover;position:relative;border-radius:10px;transition:transform .5s cubic-bezier(.4,0,.2,1);transform:scale(1)}.check-services-wrapper .cs-card:hover .main-img{transform:scale(1.07) translateY(-2px)}.check-services-wrapper .cs-icon{position:absolute;left:50%;bottom:0;transform:translate(-50%,50%)}.check-services-wrapper .cs-icon img{width:30px;height:30px}.check-services-wrapper .cs-card-content{max-height:200px;height:100%;display:flex;flex-direction:column;justify-content:space-between}.check-services-wrapper .cs-card h3{margin-top:32px;line-height:normal;font-size:20px}.check-services-wrapper .cs-card p{color:#555;margin:6px 0 14px}.cs-btn-wrapper .home-btn{margin:auto}@media (max-width:1200px){.check-services-wrapper .check-services-container{padding:70px 20px}.check-services-wrapper .cs-title{font-size:36px}.check-services-wrapper .cs-cards{grid-template-columns:repeat(3,1fr);gap:18px}}@media (max-width:992px){.check-services-wrapper .cs-title{font-size:32px}.check-services-wrapper .cs-subtitle{max-width:700px}.check-services-wrapper .cs-cards{grid-template-columns:repeat(2,1fr);gap:18px}.check-services-wrapper .cs-img img.main-img{height:190px}.check-services-wrapper .cs-card h3{font-size:18px}}@media (max-width:768px){.check-services-wrapper .check-services-container{padding:60px 18px}.check-services-wrapper .cs-title{font-size:28px}.check-services-wrapper .cs-subtitle{font-size:14.5px}.check-services-wrapper .cs-cards{grid-template-columns:repeat(2,1fr);gap:16px}.check-services-wrapper .cs-img img.main-img{height:170px}.check-services-wrapper .cs-card{padding:12px}.check-services-wrapper .view-details span{font-size:14px}}@media (max-width:480px){.check-services-wrapper .check-services-container{padding:50px 16px}.check-services-wrapper .cs-title{font-size:24px}.check-services-wrapper .cs-subtitle{font-size:14px}.check-services-wrapper .cs-cards{grid-template-columns:1fr;gap:14px}.check-services-wrapper .cs-img img.main-img{height:160px}.check-services-wrapper .cs-card{padding:12px}.check-services-wrapper .cs-card h3{font-size:18px}}.who-we-are-wrapper{width:100%;background:#fff8f6}.who-we-are-wrapper .who-we-are-container{max-width:1440px;margin:auto;padding:80px 20px}.who-we-are-wrapper .wwa-grid{display:flex;justify-content:center;align-items:flex-start;gap:40px}.who-we-are-wrapper .wwa-left{max-width:250px;width:100%}.who-we-are-wrapper .wwa-left h4{font-size:18px;line-height:20px;font-weight:500;color:#d4af36;padding-left:5px}.who-we-are-wrapper .wwa-left-img img{width:100%;border-radius:30px;margin:30px 0 50px}.who-we-are-wrapper .wwa-btn{margin-top:25px;padding:12px 24px;background:#000;color:#fff;border-radius:30px;border:none;display:inline-flex;align-items:center;gap:10px;font-size:14px;cursor:pointer}.who-we-are-wrapper .wwa-btn span{background:#d4af37;width:26px;height:26px;display:grid;place-items:center;border-radius:50%}.who-we-are-wrapper .wwa-center-img{max-width:550px;width:100%}.who-we-are-wrapper .wwa-center-img img{width:100%;object-fit:cover;border-radius:30px}.who-we-are-wrapper .wwa-right-text{display:flex;flex-direction:column;gap:40px}.who-we-are-wrapper .wwa-right h2{font-size:40px;line-height:1.2;margin-bottom:25px}.who-we-are-wrapper .wwa-right-text h4{font-size:24px;font-weight:600;margin-bottom:10px}.who-we-are-wrapper .wwa-right-text p{font-size:16px;margin-top:8px;color:#1a1a1aee;max-width:455px;line-height:22px}.who-we-are-wrapper .wwa-right-wrapper-bottom{display:flex;justify-content:flex-start;align-items:flex-start;gap:30px;margin-top:20px}.who-we-are-wrapper .wwa-stats{margin-top:50px;display:flex;align-items:center;justify-content:flex-start;gap:20px}.who-we-are-wrapper .wwa-stats img{max-width:180px;width:100%}@media (max-width:1200px){.who-we-are-wrapper .wwa-right h2{font-size:34px}.who-we-are-wrapper .wwa-center-img{max-width:480px}.who-we-are-wrapper .wwa-right-text p{max-width:420px}}@media (max-width:1300px) and (min-width:992px){.who-we-are-wrapper .wwa-grid{gap:20px}.who-we-are-wrapper .wwa-left{max-width:200px}.who-we-are-wrapper .wwa-left-img img{margin:25px 0 40px}.who-we-are-wrapper .wwa-right-wrapper h2{font-size:40px;line-height:56px}.who-we-are-wrapper .wwa-center-img{max-width:400px}.who-we-are-wrapper .wwa-stats img{max-width:150px;width:100%}.who-we-are-wrapper .wwa-stats{gap:10px;margin-top:30px}.who-we-are-wrapper .wwa-right-text{gap:30px}.who-we-are-wrapper .wwa-right-text h4{margin-bottom:0}.who-we-are-wrapper .wwa-right-wrapper-bottom{gap:20px}}@media (max-width:992px){.who-we-are-wrapper .who-we-are-container{padding:60px 20px}.who-we-are-wrapper .wwa-grid{flex-direction:column;align-items:center;text-align:center}.who-we-are-wrapper .wwa-left{max-width:100%}.who-we-are-wrapper .wwa-left-img img{width:90%;height:400px;object-fit:cover}.who-we-are-wrapper .wwa-right-wrapper h2{font-size:32px;line-height:42px;text-align:center}.who-we-are-wrapper .wwa-right-wrapper-bottom{flex-direction:column;align-items:center;gap:40px}.who-we-are-wrapper .wwa-center-img{max-width:100%}.who-we-are-wrapper .wwa-center-img img{width:100%;object-fit:cover;height:500px}.who-we-are-wrapper .wwa-right-text{text-align:center;align-items:center}.who-we-are-wrapper .wwa-right-text p{max-width:650px}.who-we-are-wrapper .wwa-stats{justify-content:center}}@media (max-width:768px){.who-we-are-wrapper .wwa-right-wrapper h2{font-size:28px;line-height:38px;text-align:center}.who-we-are-wrapper .wwa-right h2{font-size:28px;line-height:1.3}.who-we-are-wrapper .wwa-left h4{font-size:16px}.who-we-are-wrapper .wwa-right-text h4{font-size:20px}.who-we-are-wrapper .wwa-right-text p{font-size:15px;line-height:22px}.who-we-are-wrapper .wwa-center-img{max-width:500px}.who-we-are-wrapper .wwa-left-img img{margin:20px 0 30px}.who-we-are-wrapper .wwa-stats img{max-width:200px;width:100%}}@media (max-width:480px){.who-we-are-wrapper .who-we-are-container{padding:45px 14px}.who-we-are-wrapper .wwa-left h4{font-size:15px}.who-we-are-wrapper .wwa-center-img{max-width:100%}.who-we-are-wrapper .wwa-right h2{font-size:22px;line-height:1.3}.who-we-are-wrapper .wwa-right-text h4{font-size:18px}.who-we-are-wrapper .wwa-right-text p{font-size:14px;line-height:21px}.who-we-are-wrapper .wwa-stats img{max-width:160px}.who-we-are-wrapper .wwa-stats{flex-wrap:wrap;gap:12px;justify-content:center}}.home-banner-wrapper{width:100%}.home-banner-wrapper .home-banner-container{width:100%;padding:20px 40px 0;margin:auto}.home-banner-wrapper .home-banner-main-container{width:100%;position:relative}.home-banner-wrapper .home-banner-main-container .swiper{z-index:0}.home-banner-wrapper .home-banner-main-container img{width:100%}.home-banner-wrapper .banner-content{position:absolute;top:50%;left:8%;transform:translateY(-50%);max-width:900px;width:100%}.home-banner-wrapper .banner-content h1{font-size:56px;line-height:120%;font-weight:800;color:#fff}.home-banner-wrapper .banner-content p{font-size:16px;line-height:24px;font-weight:300;color:#fff;margin-top:20px;text-transform:capitalize}.home-banner-wrapper .banner-tabs{display:flex;gap:10px;margin-top:40px}.home-banner-wrapper .banner-tab{padding:7px 15px;border-radius:6px;background:transparent;color:#fff;border:1px solid #fff;font-size:14px;font-weight:300;cursor:pointer;transition:all .3s ease}.home-banner-wrapper .banner-tab.active,.home-banner-wrapper .banner-tab:hover{background:#d4af36;color:#1a1a1a;font-weight:400;border-color:#d4af36}.home-banner-wrapper .banner-search-box{margin-top:20px;display:flex;align-items:center;gap:4px}.banner-search-box .loaction-btn{display:flex;justify-content:center;align-items:center;gap:4px}.home-banner-wrapper .search-left{display:flex;align-items:center;gap:10px;padding:10px;flex:1 1;border:1px solid #fff;border-radius:8px;width:100%;position:relative}.home-banner-wrapper .search-left input{width:100%;background:transparent;border:none;outline:none;color:#fff;font-size:14px;padding:0 0 0 1px}.home-banner-wrapper .location-box{display:flex;align-items:center;border:1px solid #fff;gap:10px;border-radius:8px;padding:10px;position:relative}.home-banner-wrapper .location-box input{background:transparent;border:none;outline:none;color:#fff;font-size:14px;padding:0 0 0 1px}.home-banner-wrapper .search-btn{background:#d4af36;border:none;width:44px;height:44px;border-radius:8px;cursor:pointer;display:flex;justify-content:center;align-items:center}.home-banner-wrapper .swiper-buttons{position:absolute;right:6%;bottom:2%;display:flex;justify-content:center;align-items:center;gap:60px}.home-banner-wrapper .swiper-buttons .btn-next,.home-banner-wrapper .swiper-buttons .btn-prev{cursor:pointer;border-radius:50%;border:1px solid #000;background-color:transparent}.home-banner-wrapper .swiper-buttons .btn-next svg,.home-banner-wrapper .swiper-buttons .btn-prev svg{width:40px;height:40px}.home-banner-wrapper .banner-bottom-shape{position:absolute;right:0;bottom:0;max-width:393px;width:100%}@media (max-width:1220px){.home-banner-wrapper .banner-content h1{font-size:48px}.home-banner-wrapper .home-banner-container{padding:20px 20px 0}.home-banner-wrapper .banner-content{max-width:600px}.home-banner-wrapper .swiper-buttons{right:6%;bottom:2%}.home-banner-wrapper .banner-bottom-shape{max-width:280px;width:100%}.home-banner-wrapper .swiper-buttons .btn-next svg,.home-banner-wrapper .swiper-buttons .btn-prev svg{width:30px;height:30px}.home-banner-wrapper .banner-tabs{display:flex;gap:10px;margin-top:25px}.home-banner-wrapper .banner-search-box{margin-top:10px;display:flex;align-items:center;gap:4px}}@media (max-width:1440px){.home-banner-wrapper{height:85vh}.home-banner-wrapper .home-banner-container{padding:20px 20px 0;height:100%}.home-banner-wrapper .home-banner-main-container{width:100%;position:relative;height:100%}.home-banner-wrapper .swiper,.home-banner-wrapper .swiper-slide,.home-banner-wrapper .swiper-wrapper{height:100%!important}.home-banner-wrapper .swiper-slide img{width:100%;height:100%;object-fit:cover;border-radius:20px}}@media (max-width:1220px){.home-banner-wrapper{height:75vh}.home-banner-wrapper .banner-content{max-width:80%}.home-banner-wrapper .home-banner-container{padding:20px 20px 0;height:100%}.home-banner-wrapper .home-banner-main-container{width:100%;position:relative;height:100%}.home-banner-wrapper .swiper,.home-banner-wrapper .swiper-slide,.home-banner-wrapper .swiper-wrapper{height:100%!important}.home-banner-wrapper .swiper-slide img{width:100%;height:100%;object-fit:cover;border-radius:20px}}@media (max-width:992px){.home-banner-wrapper{height:80vh}.home-banner-wrapper .home-banner-container{padding:20px 20px 0;height:100%}.home-banner-wrapper .home-banner-main-container{width:100%;position:relative;height:100%}.home-banner-wrapper .swiper,.home-banner-wrapper .swiper-slide,.home-banner-wrapper .swiper-wrapper{height:100%!important}.home-banner-wrapper .swiper-slide img{width:100%;height:100%;object-fit:cover;border-radius:20px}.home-banner-wrapper .banner-content h1{font-size:42px}.home-banner-wrapper .banner-content p{font-size:14px;line-height:20px}.home-banner-wrapper .banner-bottom-shape,.home-banner-wrapper .swiper-buttons{display:none}.home-banner-wrapper .banner-content{left:6%;max-width:520px}.home-banner-wrapper .banner-tabs{flex-wrap:wrap}.home-banner-wrapper .banner-tab{padding:6px 12px;font-size:13px}.home-banner-wrapper .banner-search-box{flex-direction:column;align-items:flex-start;gap:10px}.banner-search-box .loaction-btn,.home-banner-wrapper .location-box,.home-banner-wrapper .search-left{width:100%}}@media (max-width:768px){.home-banner-wrapper .banner-content{left:5%;top:50%;transform:translateY(-50%);max-width:90%}.home-banner-wrapper .banner-content h1{font-size:36px}.home-banner-wrapper .banner-content p{font-size:13px;line-height:20px}.home-banner-wrapper .banner-tabs{gap:8px}.home-banner-wrapper .banner-tab{font-size:12px}}@media (max-width:480px){.home-banner-wrapper .home-banner-container{padding:0 12px}.home-banner-wrapper .banner-content h1{font-size:26px}.home-banner-wrapper .banner-content p{font-size:12px}.home-banner-wrapper .banner-content input::placeholder{font-size:12px}.home-banner-wrapper .banner-tabs{gap:6px}.home-banner-wrapper .banner-tab{padding:5px 10px;font-size:11px}.home-banner-wrapper .banner-search-box{gap:6px}.home-banner-wrapper .location-box,.home-banner-wrapper .search-left{padding:8px;gap:6px}.home-banner-wrapper .search-btn{width:40px;height:40px}}.why-choose-our-service-wrapper{width:100%}.why-choose-our-service-wrapper .why-choose-our-service-container{max-width:1440px;margin:auto;padding:80px 20px}.why-choose-our-service-wrapper .upper-container{max-width:900px;width:100%;margin:auto auto 50px}.why-choose-our-service-wrapper .upper-container h2{font-size:48px;color:#1a1a1a;font-weight:600;text-align:center}.why-choose-our-service-wrapper .upper-container p{font-size:16px;color:#1a1a1a;font-weight:400;margin-top:20px;text-align:center}.why-choose-our-service-wrapper .lower-container{display:flex;justify-content:center;align-items:center;gap:30px}.why-choose-our-service-wrapper .lower-container .lower-container-card{background-color:#fff8f6;padding:25px;border-radius:10px}.why-choose-our-service-wrapper .lower-container .lower-container-card img{max-width:70px;width:100%;margin-bottom:25px}.why-choose-our-service-wrapper .lower-container .lower-container-card h5{font-size:24px;font-weight:500;color:#1a1a1a}.why-choose-our-service-wrapper .lower-container .lower-container-card p{font-size:16px;font-weight:400;color:#1a1a1a;margin-top:10px}.explore-all-services-wrapper{width:100%}.explore-all-services-wrapper .explore-all-service-container{max-width:1440px;margin:auto;padding:80px 20px}.explore-all-services-wrapper .eas-upper-container{max-width:900px;width:100%;margin:auto auto 50px}.explore-all-services-wrapper .eas-upper-container h2{font-size:48px;color:#1a1a1a;font-weight:600;text-align:center}.explore-all-services-wrapper .eas-upper-container p{font-size:16px;color:#1a1a1a;font-weight:400;margin-top:20px;text-align:center}.explore-all-services-wrapper .eas-lower-container{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;column-gap:40px;row-gap:30px}.explore-all-services-wrapper .eas-lower-container .eas-card{background-color:#fff8f6;display:flex;flex-direction:column;justify-content:center;align-items:center;max-width:220px;width:100%;padding:30px 20px;border-radius:16px;cursor:pointer}.explore-all-services-wrapper .eas-lower-container .eas-card:hover p{color:#8a171a}.explore-all-services-wrapper .eas-lower-container .eas-card img{width:50px;margin-bottom:10px}.eas-card-icon{transition:transform .6s ease;will-change:transform}.eas-card:hover .eas-card-icon{transform:rotate(1turn)}.explore-all-services-wrapper .eas-lower-container .eas-card .eas-lower-container-title{height:60px;display:flex;justify-content:center;align-items:center}.explore-all-services-wrapper .eas-lower-container .eas-card p{font-size:20px;line-height:24px;font-weight:300;text-align:center}@media (max-width:1200px){.explore-all-services-wrapper .explore-all-service-container{padding:70px 20px}.explore-all-services-wrapper .eas-upper-container h2{font-size:42px}.explore-all-services-wrapper .eas-lower-container{column-gap:30px;row-gap:25px}.explore-all-services-wrapper .eas-lower-container .eas-card{max-width:200px;padding:28px 18px}}@media (max-width:992px){.explore-all-services-wrapper .explore-all-service-container{padding:60px 16px}.explore-all-services-wrapper .eas-upper-container h2{font-size:36px}.explore-all-services-wrapper .eas-upper-container p{font-size:15px}.explore-all-services-wrapper .eas-lower-container{column-gap:24px;row-gap:22px}.explore-all-services-wrapper .eas-lower-container .eas-card{max-width:180px;padding:26px 16px}.explore-all-services-wrapper .eas-lower-container .eas-card p{font-size:18px}}@media (max-width:768px){.explore-all-services-wrapper .explore-all-service-container{padding:50px 14px}.explore-all-services-wrapper .eas-upper-container{margin-bottom:40px}.explore-all-services-wrapper .eas-upper-container h2{font-size:30px}.explore-all-services-wrapper .eas-upper-container p{font-size:14px}.explore-all-services-wrapper .eas-lower-container{column-gap:20px;row-gap:20px}.explore-all-services-wrapper .eas-lower-container .eas-card{max-width:45%;padding:24px 14px}.explore-all-services-wrapper .eas-lower-container .eas-card img{width:50px}.explore-all-services-wrapper .eas-lower-container .eas-card p{font-size:16px;line-height:22px}}@media (max-width:480px){.explore-all-services-wrapper .explore-all-service-container{padding:40px 12px}.explore-all-services-wrapper .eas-upper-container h2{font-size:26px}.explore-all-services-wrapper .eas-upper-container p{font-size:14px}.explore-all-services-wrapper .eas-lower-container{row-gap:18px}.explore-all-services-wrapper .eas-lower-container .eas-card{max-width:100%;padding:22px 16px}.explore-all-services-wrapper .eas-lower-container .eas-card img{width:50px}.explore-all-services-wrapper .eas-lower-container .eas-card p{font-size:16px}}.mega-menu-wrapper{background-color:#fff;display:none;position:absolute;width:1010px;height:310px;overflow-y:auto;margin:auto;top:100%;left:-200px;z-index:1000;border-radius:12px}.mega-menu-wrapper .mega-menu-container{display:flex;align-items:flex-start;height:100%;gap:40px;padding:20px;border-radius:12px;box-shadow:0 0 12px 0 #00000036}.mega-menu-wrapper .mega-menu-left-wrapper{max-width:300px;min-width:280px;width:100%;display:flex;flex-direction:column;row-gap:10px}.mega-menu-wrapper .mega-menu-left-wrapper p{width:100%;padding:18px;font-size:16px;font-weight:400;border-radius:5px;color:#1a1a1a;border:1px solid #e9e9e9;cursor:pointer;transition:background-color .3s ease,color .3s ease,border-color .3s ease}.mega-menu-wrapper .mega-menu-left-wrapper p.active,.mega-menu-wrapper .mega-menu-left-wrapper p:hover{color:#fff;border-color:#8a171a;background-color:#8a171a}.mega-menu-wrapper .mega-menu-links-section-wrapper{display:flex;gap:70px;transition:.2s ease ease}.mega-menu-wrapper .mega-menu-links-section-wrapper.fade-out{opacity:0}.mega-menu-wrapper .mega-menu-links-section-wrapper.fade-in{opacity:1}.mega-menu-wrapper .mega-menu-links-section{display:flex;flex-direction:column;gap:18px;width:max-content}.mega-menu-wrapper .mega-menu-links-section a{position:relative;font-size:16px;color:#1a1a1a;font-weight:400;text-decoration:none;transition:color .25s ease}.mega-menu-wrapper .mega-menu-links-section a span{position:relative;display:inline-block}.mega-menu-wrapper .mega-menu-links-section a span:after{content:"";position:absolute;left:0;bottom:-3px;width:100%;height:2px;background-color:#8a171a;transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.mega-menu-wrapper .mega-menu-links-section a:hover{color:#8a171a}.mega-menu-wrapper .mega-menu-links-section a:hover span:after{transform:scaleX(1)}.mega-menu-item{position:relative}.mega-menu-item:hover .mega-menu-wrapper{display:block}@media screen and (min-width:1241px) and (max-width:1600px){.mega-menu-wrapper{left:-300px}}.ewo-skeleton-slider{display:flex;gap:30px;overflow:hidden}.ewo-skeleton-slider .ewo-swiper-slide{flex:0 0 auto;width:200px}.plumbers-card-wrapper .no-data-card{grid-column:1/-1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center;gap:16px}.plumbers-card-wrapper .no-data-card h3{font-size:24px;font-weight:600;color:#333;margin:0}.plumbers-card-wrapper .no-data-card p{font-size:16px;color:#666;margin:0}.check-services-wrapper .cs-card .cs-img{position:relative}.check-services-wrapper .cs-card .cs-icon{position:absolute;bottom:-30px;left:50%;transform:translateX(-50%)}.react-autosuggest__container{position:relative;width:100%}.react-autosuggest__suggestions-container--open{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #ddd;border-radius:4px;margin-top:4px;max-height:300px;overflow-y:auto;z-index:1000;box-shadow:0 2px 8px rgba(0,0,0,.1)}.react-autosuggest__suggestions-list{list-style:none;margin:0;padding:0}.react-autosuggest__suggestion{padding:10px 15px;cursor:pointer;border-bottom:1px solid #f0f0f0}.react-autosuggest__suggestion:last-child{border-bottom:none}.react-autosuggest__suggestion--highlighted{background-color:#f5f5f5}.banner-search-input{width:100%;border:none;outline:none;padding:8px 0}.booking-grid .input-field-wrapper .input-field .react-datepicker-wrapper{width:100%}.react-autosuggest__suggestion{color:#00000090!important}.react-autosuggest__suggestion:hover{color:#000!important;background-color:#8a171a05}.react-autosuggest__suggestions-container.react-autosuggest__suggestions-container--open{width:400px!important;max-height:300px!important}.react-autosuggest__suggestions-container--open::-webkit-scrollbar{width:6px}.react-autosuggest__suggestions-container--open::-webkit-scrollbar-track{background:#f2f2f2;border-radius:10px}.react-autosuggest__suggestions-container--open::-webkit-scrollbar-thumb{background:#8a171a;border-radius:10px}.location-box .react-autosuggest__suggestions-container--open::-webkit-scrollbar-thumb:hover{background:#8a171a}.rating-form .leave-rating-input{margin-top:20px}.rating-form .leave-rating-input textarea{background-color:#fff!important;color:#000}.rating-form .leave-rating-input textarea::placeholder{color:#1a1a1a70!important}.rating-form .text-start button{background-color:#8a171a;color:#fff;font-size:16px;padding:12px 18px;border-radius:6px}.cs-card-line-clamp{max-height:calc(1.5em * 3)}.cs-card-line-clamp,.main-line-clamp{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;text-overflow:ellipsis;line-height:1.5em}.main-line-clamp{max-height:calc(1.5em * 4)}.profile-card.card-wrapper .portfolio-owner-details{display:flex;justify-content:flex-start;align-items:center;gap:20px}.profile-card.card-wrapper .portfolio-owner-details .portfolio-avatar img{width:50px;height:50px;border-radius:50%}.suggestion-item.suggestion-loading{position:absolute;right:0;top:50%;transform:translateY(-50%)}.suggestion-item.suggestion-no-results{position:absolute;bottom:-200%;left:-8%;background:#ff4f4f;padding:5px 10px;border-radius:3px;display:flex;justify-content:flex-start;align-items:center;gap:5px;color:#fff;width:250px}.suggestion-item.suggestion-no-results span{color:#fff!important}.suggestion-loading svg{animation:rotateLoader 1s linear infinite;transform-origin:center}@keyframes rotateLoader{0%{transform:rotate(0deg) scale(1)}50%{transform:rotate(180deg) scale(1.05)}to{transform:rotate(1turn) scale(1)}}.banner-search-box .suggestion-item.suggestion-no-results{bottom:-45px;left:-7%}.banner-search-box .suggestion-item.suggestion-loading{position:absolute;right:0;top:0;transform:translateY(-100%)}.mega-menu-wrapper::-webkit-scrollbar{width:6px}.mega-menu-wrapper::-webkit-scrollbar-track{background:#f2f2f2;border-radius:10px}.mega-menu-wrapper::-webkit-scrollbar-thumb{background:#8a171a;border-radius:10px}.mega-menu-wrapper::-webkit-scrollbar-thumb:hover{background:#8a171a}.mega-menu-wrapper{scrollbar-width:thin;scrollbar-color:#8a171a #f2f2f2}.plumber-card .portfolio-links{position:relative}.plumber-card .flag-tag.style-1{background-color:#89171c;cursor:default}.plumber-card .top{position:absolute;right:20px;top:20px;z-index:8}.ewo-static-grid{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:30px;gap:30px;width:100%}@media (max-width:1199px){.ewo-static-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width:991px){.ewo-static-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:767px){.ewo-static-grid{grid-template-columns:repeat(2,1fr)}}.less-padding-container{padding-top:10px!important}