:root{--divider-color:#2222221a;--accent-color:#e5df5d;--accent-color-dark:#c4bc4a;--text-color:#616161;--primary-color:#222;--transition-speed:0.4s;--secondary-color:#f8f6f7;--border-radius:8px;--color-white:#fff}body{font-size:16px;color:var(--primary-color);background-color:#fff;font-family:Inter,sans-serif}p{color:var(--text-color);line-height:1.6em}.no-scroll{overflow:hidden}.overlay{height:100%;transition:opacity .3s ease-in-out;position:fixed;opacity:0;visibility:hidden;top:0;background-color:rgba(0,0,0,.8);left:0;width:100%;z-index:5}.overlay.show{opacity:1;visibility:visible}.btn{overflow:hidden;padding:17px 30px;font-size:16px;border:none;font-weight:700;color:var(--primary-color);transition:all var(--transition-speed) ease-in-out;text-transform:capitalize;position:relative;outline:none;box-shadow:none;border-radius:100px;background:var(--accent-color);line-height:1em;display:inline-block;z-index:0}@media only screen and (min-width:991px){.btn:before{height:100%;transform:skewX(-20deg);transition:left .4s cubic-bezier(.4,0,.2,1);content:"";position:absolute;top:0;background:linear-gradient(120deg,hsla(0,0%,100%,.7),hsla(0,0%,100%,.2));left:-75%;width:50%;z-index:1}.btn:hover:before{left:120%}.btn:hover{box-shadow:0 4px 24px 0 rgba(0,0,0,.1)}}@media only screen and (max-width:768px){.btn{padding:13px 20px;font-size:14px}}.comment-item{height:100%;padding:20px;transition:transform .3s ease;flex-direction:column;text-align:left;background-color:#fff;box-shadow:0 5px 20px rgba(0,0,0,.05);border-radius:15px;display:flex}.comment-item .comment-header{margin-bottom:20px;gap:15px;align-items:center;display:flex}.comment-item .comment-header .profile-photo{flex:none;height:50px;overflow:hidden;border:2px solid var(--accent-color);border-radius:50%;width:50px}.comment-item .comment-header .profile-photo img{height:100%;object-fit:cover;width:100%}.comment-item .comment-header .user-info{flex-direction:column;gap:5px;display:flex}.comment-item .comment-header .user-name{font-size:16px;font-weight:700;color:var(--primary-color)}.comment-item .comment-header .user-info .stars{color:var(--accent-color);display:flex}.comment-item .comment-body{overflow-y:auto;font-size:14px;font-style:italic;color:var(--text-color);position:relative;padding-right:10px;line-height:1.6}.comment-item .comment-body::-webkit-scrollbar{width:5px}.comment-item .comment-body::-webkit-scrollbar-track{background-color:var(--secondary-color)}.comment-item .comment-body::-webkit-scrollbar-thumb{background-color:var(--accent-color);border-radius:5px}@media only screen and (min-width:991px){.comment-item:hover{transform:translateY(-5px)}}@media only screen and (max-width:768px){.comment-item{padding:15px}.comment-item .comment-header{gap:10px}.comment-item{box-shadow:0 3px 0 rgba(0,0,0,.05)}}header{height:110px;right:0;transition:.3s;position:fixed;border-bottom:1px solid #5c5c5c52;top:0;background-color:#5c5c5c26;align-items:center;left:0;display:flex;z-index:9999}header .header-container{padding:0 15px;justify-content:space-between;max-width:1320px;margin:0 auto;align-items:center;width:100%;display:flex}header .header-container .logo{font-size:31px;font-weight:700;color:#fff;transition:.3s;display:block}header .header-container .logo>span{font-size:15px;font-weight:400;transition:.3s;letter-spacing:5px;display:block}header .header-container .header-nav{align-items:center;display:flex}header .header-container .header-nav .nav-list{align-items:center;grid-gap:30px;display:flex}header .header-container .header-nav .nav-list .nav-link:not(.btn){padding:17px 0;font-size:16px;font-weight:600;color:#fff;position:relative;align-items:center;display:flex}header .header-container .header-nav .nav-list .btn{padding:15px 30px;color:var(--primary-color)}header.scrolling{border-color:#f1f1f1;background-color:var(--color-white);box-shadow:0 2px 10px #0000000f}header.scrolling .header-container .logo{color:var(--primary-color)}header .header-container .hamburger-menu-icon{padding:5px 10px;margin-right:-5px;display:none}header .header-container .hamburger-menu-icon:after,header .header-container .hamburger-menu-icon:before{content:""}header .header-container .hamburger-menu-icon span,header .header-container .hamburger-menu-icon:after,header .header-container .hamburger-menu-icon:before{height:2px;background-color:#fff;margin:7px 0;width:25px;display:block}header.scrolling .header-container .hamburger-menu-icon span,header.scrolling .header-container .hamburger-menu-icon:after,header.scrolling .header-container .hamburger-menu-icon:before{background-color:var(--primary-color)}header .header-container .header-nav .mobile-nav-contact{grid-template-columns:1fr 1fr;padding:15px;gap:15px;width:100%;display:none}header .header-container .header-nav .mobile-nav-contact .contact-item{padding:10px;font-size:12px;font-weight:600;flex-direction:column;align-items:center;border-radius:10px;display:flex}header .header-container .header-nav .mobile-nav-contact .contact-item.wp{color:var(--color-white);background-color:#25d366}header .header-container .header-nav .mobile-nav-contact .contact-item.fb{color:var(--color-white);background-color:#09f}header .header-container .header-nav .mobile-nav-contact .contact-item.maps,header .header-container .header-nav .mobile-nav-contact .contact-item.phone{color:var(--primary-color);background-color:#f1f1f1}@media only screen and (min-width:991px){header .header-container .header-nav .nav-list .nav-link:not(.btn){height:110px;transition:.3s}header .header-container .header-nav .nav-list .nav-link:not(.btn):not(.active):hover{opacity:.7}header .header-container .header-nav .nav-list .nav-link.active:after{height:3px;transition:.3s;content:"";position:absolute;bottom:0;background-color:var(--accent-color-dark);left:0;width:100%}header.scrolling{height:70px}header.scrolling .header-container .logo{font-size:25px}header.scrolling .header-container .logo>span{font-size:11px}header.scrolling .header-container .header-nav .nav-list .nav-link.btn{padding:12px 30px}header.scrolling .header-container .header-nav .nav-list .nav-link{color:var(--primary-color)}header.scrolling .header-container .header-nav .nav-list .nav-link:not(.btn){height:70px}header.scrolling .header-container .header-nav .nav-list .nav-link.active:after{bottom:18px}}@media only screen and (max-width:991px){header{height:70px}header .header-container .hamburger-menu-icon{display:block}header .header-container .header-nav{height:calc(100% - 90px);justify-content:space-between;right:-100%;transition:right .3s ease-in-out;position:fixed;max-width:250px;flex-direction:column;top:80px;background-color:var(--color-white);align-items:flex-start;box-shadow:-2px 0 10px #0000000f;border-radius:10px;width:100%;z-index:10}header .header-container .header-nav.show{right:10px}header .header-container .header-nav .nav-list{flex:auto;overflow-y:auto;padding:15px;flex-direction:column;grid-gap:5px;width:100%}header .header-container .header-nav .nav-list .nav-link:not(.btn){padding:14px;font-size:15px;color:var(--primary-color);text-align:left;width:100%}header .header-container .header-nav .nav-list .nav-link.active{color:var(--primary-color);background-color:var(--accent-color);border-radius:8px}header .header-container .header-nav .nav-list .btn{padding:17px;font-size:15px;font-weight:600;background-color:transparent;margin:0;border-radius:0;width:100%}header .header-container .header-nav .mobile-nav-contact{display:grid}header .header-container .logo{font-size:24px}header .header-container .logo>span{font-size:11px;margin-top:3px}}.slider{padding-top:240px;position:relative;background-size:cover;text-align:center;background-position:50%;padding-bottom:160px;background-image:url(https://yildizduru.shop/assets/images/slider-bg.jpg)}.slider:before{right:0;content:"";position:absolute;bottom:0;top:0;background:linear-gradient(90deg,#2a2a2ad6,#181818f7);left:0}.slider .container{position:relative;z-index:2}.slider .slider-text{color:#fff}.slider .slider-text .slider-title{font-size:46px;margin-bottom:20px}.slider .slider-text p{font-size:18px;font-weight:500;color:#fff;opacity:.95;line-height:28px}.slider .slider-text .slider-links{justify-content:center;align-items:center;grid-gap:35px;margin-top:50px;display:flex}.slider .slider-text .slider-links .google-votes{color:#fff;align-items:center;grid-gap:12px;display:flex}.slider .slider-text .slider-links .google-votes .google-icon{flex:none}.slider .slider-text .slider-links .google-votes .google-icon img{width:51px}.slider .slider-text .slider-links .google-votes .google-detail{text-align:left}.slider .slider-text .slider-links .google-votes .google-detail .vote-count{font-size:20px;align-items:center;grid-gap:7px;display:flex}.slider .slider-text .slider-links .google-votes .google-detail .vote-count span{font-size:24px;font-weight:700;color:#fff;min-width:76px;display:inline-block}.slider .slider-text .slider-links .google-votes .google-detail .vote-count .stars{color:var(--accent-color);display:flex}.slider .slider-text .slider-links .google-votes .google-detail .vote-count .stars svg{height:23px;width:23px}.slider .slider-text .slider-links .google-votes .google-detail .vote-sub-text{font-size:14px;margin-top:4px}@media only screen and (max-width:991px){.slider{padding-top:170px;padding-bottom:100px}}@media only screen and (max-width:768px){.slider{padding-top:130px;padding-bottom:60px}.slider .slider-text .slider-links{flex-direction:column;grid-gap:20px;margin-top:30px}.slider .slider-text .slider-title{font-size:28px}.slider .slider-text p{font-size:16px;line-height:22px}.slider .slider-text .slider-links .google-votes .google-icon img{width:38px}.slider .slider-text .slider-links .google-votes .google-detail .vote-count span{font-size:17px;min-width:55px}.slider .slider-text .slider-links .google-votes .google-detail .vote-count .stars{position:relative;top:-1px;left:-3px}.slider .slider-text .slider-links .google-votes .google-detail .vote-count .stars svg{height:19px;width:19px}.slider .slider-text .slider-links .google-votes .google-detail .vote-sub-text{font-size:12px}}.home-title-box .box-badge{padding:7px 16px;font-size:14px;border:1px solid var(--divider-color);font-weight:500;margin-bottom:15px;position:relative;border-radius:100px;line-height:1.3em;display:inline-block}.home-title-box .box-title{font-size:38px;font-weight:400;margin-bottom:10px}.home-title-box .box-sub-title{font-size:16px;color:var(--text-color)}@media only screen and (max-width:768px){.home-title-box .box-title{font-size:26px}}.home-contact-bar{padding:0 15px;text-align:center;margin-top:50px}.home-contact-bar .contact-bar-link{font-weight:700;color:var(--primary-color);border-bottom:2px solid var(--accent-color)}@media only screen and (max-width:768px){.home-contact-bar{margin-bottom:10px;line-height:22px;margin-top:20px}}.home-entrance{padding:70px 0}.home-entrance .entrance-content{grid-gap:30px;display:flex}.home-entrance .entrance-content .entrance-left{flex:none;max-width:550px;width:100%}.home-entrance .entrance-content .entrance-left .home-title-box .box-title{font-size:53px}.home-entrance .entrance-content .entrance-left .entrance-item{padding-top:25px;border-top:1px solid var(--divider-color);grid-gap:15px;margin-top:25px;display:flex}.home-entrance .entrance-content .entrance-left .entrance-item .entrance-icon{flex:none;height:50px;padding:12px;justify-content:center;background-color:var(--accent-color);align-items:center;border-radius:50%;width:50px;display:flex}.home-entrance .entrance-content .entrance-left .entrance-item .entrance-item-content .content-title{margin-bottom:10px}.home-entrance .entrance-content .entrance-left .entrance-item .entrance-item-content p{font-size:15px;line-height:21px}.home-entrance .entrance-content .entrance-left .entrance-more{margin-top:40px}.home-entrance .entrance-content .entrance-right{grid-gap:30px;display:flex}.home-entrance .entrance-content .entrance-right .entrance-banner{flex:1;background-size:cover;border-radius:15px;background-image:url(https://yildizduru.shop/assets/images/about-us-banner.jpg)}.home-entrance .entrance-content .entrance-right .entrance-info-list{flex:1;flex-direction:column;grid-gap:30px;display:flex}.home-entrance .entrance-content .entrance-right .entrance-info-list .info-item{flex:1;flex-grow:1;overflow:hidden;padding:40px;position:relative;flex-direction:column;gap:20px;border-radius:10px;display:flex}.home-entrance .entrance-content .entrance-right .entrance-info-list .info-item .info-title{font-size:21px;font-weight:600}.home-entrance .entrance-content .entrance-right .entrance-info-list .info-item .info-desc{font-size:16px;color:#dfdfdf;line-height:24px}.home-entrance .entrance-content .entrance-right .entrance-info-list .info-item .info-title span{font-size:37px;font-weight:700;margin-right:3px;color:var(--accent-color)}.home-entrance .entrance-content .entrance-right .entrance-info-list .info-item-1{background-color:var(--secondary-color)}.home-entrance .entrance-content .entrance-right .entrance-info-list .info-item-1 .info-img{right:-40px;position:absolute;bottom:-8px}.home-entrance .entrance-content .entrance-right .entrance-info-list .info-item-1 .info-desc{color:#434343;padding-right:120px}.home-entrance .entrance-content .entrance-right .entrance-info-list .info-item-2{color:var(--color-white);background-color:var(--primary-color);background-position:100% 0;background-image:url(https://yildizduru.shop/assets/images/about-us-item-bg-image.png);background-repeat:no-repeat}.home-entrance .entrance-content .entrance-right .entrance-info-list .info-item-2 .info-img{right:10px;position:absolute;bottom:-10px}.home-services .home-services-content{padding:50px 25px;position:relative;background-color:var(--secondary-color);border-radius:20px}.home-services .home-services-content:before{height:100px;content:"";position:absolute;background-size:cover;bottom:-8px;left:-10px;width:100px;background-image:url(https://yildizduru.shop/assets/images/services-corner-img.png)}.home-services .home-services-content .home-title-box{text-align:center}.home-services .home-services-content .services-list{grid-template-columns:1fr 1fr 1fr;max-width:950px;gap:30px;margin:30px auto 0;width:100%;display:grid}.home-services .home-services-content .services-list .services-item{transform:translateY(50px);padding:30px;transition:all .6s ease;flex-direction:column;opacity:0;background-color:var(--color-white);align-items:baseline;border-radius:15px;display:flex}.home-services .home-services-content .services-list .services-item.visible{transform:translateY(0);opacity:1}.home-services .home-services-content .services-list .services-item .services-title{font-size:22px;margin-bottom:6px}.home-services .home-services-content .services-list .services-item .services-sub-title{font-size:15px;font-weight:400;color:var(--text-color)}.home-services .home-services-content .services-list .services-item ul{flex:auto;margin-bottom:15px;width:100%;margin-top:15px}.home-services .home-services-content .services-list .services-item ul li{padding:6px 0;font-size:14px;align-items:center;grid-gap:10px;display:flex}.home-services .home-services-content .services-list .services-item ul li:before{flex:none;height:20px;justify-content:center;content:"✓";background-color:var(--accent-color);align-items:center;border-radius:50%;width:20px;display:flex}.home-services .home-services-content .services-list .services-item .services-btn{font-size:15px;font-weight:600;color:var(--primary-color);border-bottom:2px solid var(--accent-color);padding-bottom:2px}.home-services .home-services-content .services-list .services-item-all{transform:translateY(50px);padding:40px;justify-content:center;color:#fff;transition:.3s;transition:all .6s ease,background-color .3s;position:relative;opacity:0;background-color:var(--primary-color);align-items:center;border-radius:20px;display:flex}.home-services .home-services-content .services-list .services-item-all.visible{transform:translateY(0);opacity:1}.home-services .home-services-content .services-list .services-item-all .all-title{font-size:32px;font-weight:300;line-height:50px}.home-services .home-services-content .services-list .services-item-all .all-icon{height:50px;justify-content:center;right:10px;transition:.3s;position:absolute;bottom:10px;background-color:var(--accent-color);align-items:center;border-radius:50%;width:50px;display:flex}.home-services .home-services-content .services-list .services-item-all .all-icon svg{color:var(--primary-color);transition:.3s}@media only screen and (min-width:991px){.home-services .home-services-content .services-list .services-item-all:hover{color:var(--primary-color);background-color:var(--accent-color)}.home-services .home-services-content .services-list .services-item-all:hover .all-icon{background-color:var(--primary-color)}.home-services .home-services-content .services-list .services-item-all:hover .all-icon svg{color:var(--accent-color)}}@media only screen and (max-width:1399px){.home-entrance .entrance-content .entrance-left{max-width:420px}}@media only screen and (max-width:1199px){.home-entrance .entrance-content .entrance-left{max-width:560px}.home-entrance .entrance-content .entrance-right .entrance-banner{display:none}.home-services .home-services-content .services-list{grid-template-columns:1fr 1fr;max-width:820px}}@media only screen and (max-width:991px){.home-entrance{padding:50px 0}.home-entrance .entrance-content{flex-direction:column}.home-entrance .entrance-content .entrance-left{max-width:100%}.home-entrance .entrance-content .entrance-left .home-title-box .box-title{font-size:36px}.home-entrance .entrance-content .entrance-right .entrance-info-list{flex-direction:row}.home-entrance .entrance-content .entrance-left .entrance-more,.home-entrance .entrance-content .entrance-left .home-title-box{text-align:center}.home-services .home-services-content .services-list{gap:20px}}@media only screen and (max-width:768px){.home-entrance{padding:30px 0}.home-title-box .box-badge{padding:5px 12px;font-size:13px}.home-entrance .entrance-content .entrance-left .home-title-box .box-title{font-size:26px}.home-title-box .box-sub-title{font-size:14px}.home-entrance .entrance-content .entrance-left .entrance-item{padding-top:20px;margin-top:20px}.home-entrance .entrance-content .entrance-left .entrance-item .entrance-icon{height:40px;padding:9px;width:40px}.home-entrance .entrance-content .entrance-left .entrance-item .entrance-item-content .content-title{font-size:16px}.home-entrance .entrance-content .entrance-left .entrance-item .entrance-item-content p{font-size:14px}.home-entrance .entrance-content .entrance-right .entrance-info-list{flex-direction:column}.home-entrance .entrance-content .entrance-right .entrance-info-list .info-item{padding:25px 125px 25px 25px;justify-content:center;grid-gap:8px}.home-entrance .entrance-content .entrance-right .entrance-info-list .info-item .info-title{font-size:18px}.home-entrance .entrance-content .entrance-right .entrance-info-list .info-item .info-title span{font-size:20px}.home-entrance .entrance-content .entrance-right .entrance-info-list .info-item-1 .info-desc{padding-right:0}.home-entrance .entrance-content .entrance-right .entrance-info-list .info-item-1 .info-img img{width:180px}.home-entrance .entrance-content .entrance-right .entrance-info-list .info-item-2 .info-img{right:-20px}.home-services .home-services-content{padding:20px}.home-services .home-services-content .services-list{grid-template-columns:1fr}.home-services .home-services-content .services-list .services-item{padding:20px}.home-services .home-services-content .services-list .services-item:nth-child(4),.home-services .home-services-content .services-list .services-item:nth-child(5){display:none}.home-services .home-services-content .services-list .services-item .services-title{font-size:18px}.home-services .home-services-content .services-list .services-item .services-sub-title{font-size:14px}.home-services .home-services-content .services-list .services-item-all{padding:20px 75px 20px 20px;justify-content:flex-start}.home-services .home-services-content .services-list .services-item-all .all-title{font-size:22px;line-height:26px}.home-services .home-services-content .services-list .services-item-all .all-icon{height:40px;transform:translateY(-50%);right:20px;bottom:auto;top:50%;width:40px}.home-services .home-services-content:before{height:60px;bottom:-38px;left:-5px;width:60px}}.home-about .home-about-content{padding:70px 0 40px;flex-direction:row-reverse;align-items:center;grid-gap:70px;display:flex}.home-about .home-about-content .about-gallery{transform:translateY(50px);transition:all .6s ease;position:relative;opacity:0}.home-about .home-about-content .about-gallery.visible{transform:translateY(0);opacity:1}.home-about .home-about-content .about-gallery .photo{overflow:hidden;border:10px solid #f8f6f7;border-radius:20px}.home-about .home-about-content .about-detail{transform:translateY(50px);transition:all .6s ease;opacity:0}.home-about .home-about-content .about-detail.visible{transform:translateY(0);opacity:1}.home-about .home-about-content .about-detail .home-title-box,.home-about .home-about-content .about-detail>p{margin-bottom:20px}@media only screen and (max-width:1199px){.home-about .home-about-content{flex-direction:column-reverse;grid-gap:30px}.home-about .home-about-content .about-detail{text-align:center}}@media only screen and (max-width:991px){.home-about .home-about-content{padding:50px 0 40px}}@media only screen and (max-width:768px){.home-about .home-about-content{padding-bottom:25px}}.home-features .features-list{grid-template-columns:1fr 1fr 1fr 1fr;gap:30px;display:grid}.home-features .features-list .feature-item{transform:translateY(50px);padding:30px;transition:all .6s ease;opacity:0;background-color:var(--secondary-color);border-radius:15px}.home-features .features-list .feature-item.visible{transform:translateY(0);opacity:1}.home-features .features-list .feature-item .feature-icon{height:60px;justify-content:center;margin-bottom:15px;background-color:var(--accent-color);align-items:center;border-radius:50%;width:60px;display:flex}.home-features .features-list .feature-item .feature-title{font-size:18px;font-weight:700;margin-bottom:10px}@media only screen and (max-width:1199px){.home-features .features-list{grid-template-columns:1fr 1fr}}@media only screen and (max-width:768px){.home-features .features-list{gap:15px}.home-features .features-list .feature-item{padding:20px}.home-features .features-list .feature-item .feature-icon{height:50px;width:50px}.home-features .features-list .feature-item .feature-title{font-size:16px}.home-features .features-list .feature-item p{font-size:14px;line-height:20px}}@media only screen and (max-width:475px){.home-features .features-list{grid-template-columns:1fr}}.home-google-comments{transform:translateY(50px);padding:30px 0;transition:all .6s ease;opacity:0}.home-google-comments.visible{transform:translateY(0);opacity:1}.home-google-comments .google-comments-content{padding:40px;position:relative;text-align:center;background-color:var(--secondary-color);border-radius:20px}.home-google-comments .google-comments-content .home-title-box{margin-bottom:20px}.home-google-comments .google-comments-content .google-votes{padding:10px;color:var(--primary-color);background-color:#fff;margin:0 auto;align-items:center;border-radius:10px;grid-gap:8px;width:max-content;display:flex}.home-google-comments .google-comments-content .google-votes .google-icon{flex:none}.home-google-comments .google-comments-content .google-votes .google-icon img{width:22px}.home-google-comments .google-comments-content .google-votes .google-detail{text-align:left}.home-google-comments .google-comments-content .google-votes .google-detail .vote-count{font-size:20px;align-items:center;grid-gap:10px;display:flex}.home-google-comments .google-comments-content .google-votes .google-detail .vote-count span{font-size:17px;font-weight:700;color:var(--primary-color);line-height:normal}.home-google-comments .google-comments-content .google-votes .google-detail .vote-count span i{font-size:15px;font-weight:300;font-style:normal}.home-google-comments .google-comments-content .google-votes .google-detail .vote-count .stars{color:var(--accent-color);display:flex}.home-google-comments .google-comments-content .google-votes .google-detail .vote-count .stars svg{height:21px;margin-left:-3px;width:21px}.home-google-comments .google-comments-content .google-comment-list{margin:20px 0}.home-google-comments .google-comments-content .google-comment-list .swiper{overflow:hidden;padding:20px;position:relative}.home-google-comments .google-comments-content .google-comment-list .swiper .swiper-slide{height:310px;justify-content:center;font-size:1.2rem;color:#999;background-color:#f5f5f5;align-items:center;border-radius:10px;display:flex}.home-google-comments .google-comments-content .google-comment-list .swiper-button-white{height:40px;justify-content:center;color:var(--primary-color);transition:.3s;position:absolute;top:50%;background-color:#fff;align-items:center;box-shadow:0 4px 10px rgba(0,0,0,.1);border-radius:50%;cursor:pointer;width:40px;display:flex;z-index:10}.home-google-comments .google-comments-content .google-comment-list .swiper-button-next:after,.home-google-comments .google-comments-content .google-comment-list .swiper-button-prev:after{font-size:14px;font-weight:700}.home-google-comments .google-comments-content .google-comment-list .swiper-button-prev{left:-12px}.home-google-comments .google-comments-content .google-comment-list .swiper-button-next{right:-12px}.home-google-comments .google-comments-content .home-contact-bar{margin-top:20px}@media only screen and (min-width:991px){.home-google-comments .google-comments-content .google-comment-list .swiper-button-white:not(.disabled):hover{background-color:var(--accent-color)}}@media only screen and (max-width:768px){.home-google-comments .google-comments-content{padding:25px 20px}.home-google-comments .google-comments-content .home-contact-bar{margin-bottom:0}}@media only screen and (max-width:575px){.home-google-comments .google-comments-content .google-comment-list .swiper-button-white{border-radius:10px;width:25px}.home-google-comments .google-comments-content .google-comment-list .swiper-button-prev{left:8px}.home-google-comments .google-comments-content .google-comment-list .swiper-button-next{right:8px}}footer{padding:64px 32px 16px;font-size:14px;color:#aaa;background-color:var(--primary-color)}footer .footer-content{justify-content:space-between;flex-wrap:wrap;gap:32px;margin:0 auto 48px;display:flex}footer .footer-content .footer-col{flex:1}footer .footer-content .footer-col.footer-col-brand{flex:none;transform:translateY(50px);margin-right:100px;transition:all .6s ease;max-width:380px;opacity:0;width:100%}footer .footer-content .footer-col.footer-col-brand.visible{transform:translateY(0);opacity:1}footer .footer-content .footer-col.footer-col-brand .footer-logo .logo{font-size:44px;font-weight:700;color:#fff;transition:.3s;display:block}footer .footer-content .footer-col.footer-col-brand .footer-logo .logo>span{font-size:22px;font-weight:400;transition:.3s;letter-spacing:7px;display:block}footer .footer-content .footer-col.footer-col-brand p{color:#9f9f9f}footer .footer-content .footer-col .footer-logo{height:auto;margin-bottom:10px;max-width:300px}footer .footer-content .footer-col .social-links{grid-template-columns:repeat(6,1fr);gap:16px;width:max-content;margin-top:24px;display:grid}footer .footer-content .footer-col .social-links a{flex:none;height:50px;justify-content:center;font-size:18px;color:#fff;transition:var(--transition-speed);align-items:center;border-radius:50%;background:hsla(0,0%,100%,.08);width:50px;display:flex}footer .footer-content .footer-col.footer-links{transform:translateY(50px);transition:all .6s ease;opacity:0}footer .footer-content .footer-col.footer-links.visible{transform:translateY(0);opacity:1}footer .footer-content .footer-col.footer-links .footer-links-head{font-size:16px;font-weight:700;margin-bottom:16px;color:#fff}footer .footer-content .footer-col.footer-links a{padding:3px 0;margin-bottom:8px;color:var(--secondary-color);line-height:21px;display:block}footer .copyright{padding-top:17px;border-top:1px solid hsla(0,0%,100%,.1);text-align:center}footer .copyright p{color:#ffffff78}@media only screen and (min-width:991px){footer .footer-content .footer-col .social-links a:hover{transform:translateY(-3px);color:var(--primary-color);background:var(--accent-color)}footer .footer-content .footer-col.footer-links a:hover{color:var(--accent-color)}}@media only screen and (max-width:1199px){footer .footer-content .footer-col.footer-col-brand{max-width:100%;flex-direction:column;text-align:center;margin:0 0 20px;align-items:center;display:flex}footer .footer-content .footer-col .social-links a{height:45px;width:45px}}@media only screen and (max-width:991px){footer .footer-content{flex-wrap:wrap;margin-bottom:30px}footer .footer-content .footer-col.footer-col-brand{flex:none;text-align:center;width:100%}footer .footer-content .footer-col .social-links{justify-content:center}}@media only screen and (max-width:768px){footer{padding:50px 12px 16px}footer .footer-content{flex-direction:column;gap:20px}footer .footer-content .footer-col.footer-links{background-color:#ffffff0f;border-radius:10px}footer .footer-content .footer-col.footer-links .footer-links-head{padding:14px;justify-content:space-between;font-size:16px;font-weight:400;margin:0;align-items:center;display:flex}footer .footer-content .footer-col.footer-links .footer-links-head:after{font-size:20px;font-weight:400;content:"+"}footer .footer-content .footer-col.footer-links.active h4:after{content:"-"}footer .footer-content .footer-col.footer-links .links-group{display:none}footer .footer-content .footer-col.footer-links.active .links-group{animation:fadeIn .3s ease-in-out;display:block}footer .footer-content .footer-col.footer-links a{padding:6px 15px}footer .footer-content .footer-col.footer-col-brand .footer-logo .logo{font-size:32px}footer .footer-content .footer-col.footer-col-brand .footer-logo .logo>span{font-size:13px}@keyframes fadeIn{0%{transform:translateY(-5px);opacity:0}to{transform:translateY(0);opacity:1}}}@media only screen and (max-width:475px){footer .footer-content .footer-col .social-links{grid-template-columns:repeat(3,1fr)}}.floating-menu{right:30px;position:fixed;bottom:30px;z-index:1000}.floating-menu .menu-toggle{height:55px;overflow:hidden;justify-content:center;color:#fff;transition:transform .3s,background-color .3s;position:relative;background-color:#25d366;align-items:center;box-shadow:0 4px 15px rgba(0,0,0,.2);border-radius:50%;cursor:pointer;width:55px;display:flex;z-index:2}.floating-menu .menu-toggle.bg-whatsapp{background-color:#25d366}.floating-menu .menu-toggle.bg-phone{background-color:#666}.floating-menu .menu-toggle.bg-messenger{background-color:#09f}.floating-menu .toggle-icons{height:100%;justify-content:center;position:absolute;align-items:center;width:100%;display:flex}.floating-menu .toggle-icons .icon-slide{transform:scale(.8);transition:all .5s ease-in-out;position:absolute;opacity:0}.floating-menu .toggle-icons .icon-slide.active{transform:scale(1);opacity:1}.floating-menu .close-icon{transform:rotate(-180deg);transition:all .3s ease-in-out;position:absolute;opacity:0}.floating-menu.active .menu-toggle{transform:scale(.95);background-color:var(--primary-color)!important}.floating-menu.active .toggle-icons{opacity:0}.floating-menu.active .close-icon{transform:rotate(0deg);opacity:1}.floating-menu .menu-options{height:60px;pointer-events:none;right:0;position:absolute;bottom:0;width:60px;z-index:1}.floating-menu .menu-options .menu-item{height:50px;transform:translate(-50%,-50%);justify-content:center;text-decoration:none;color:var(--primary-color);transition:all .4s cubic-bezier(.175,.885,.32,1.275);position:absolute;opacity:0;visibility:hidden;top:50%;background-color:var(--color-white);align-items:center;box-shadow:0 4px 10px rgba(0,0,0,.15);border-radius:50%;left:50%;width:50px;display:flex}.floating-menu .menu-options .menu-item svg{height:24px;width:24px}.floating-menu .menu-options .menu-item.whatsapp{color:#25d366}.floating-menu .menu-options .menu-item.phone{color:var(--primary-color)}.floating-menu .menu-options .menu-item.messenger{color:#09f}.floating-menu.active .menu-options{pointer-events:auto}.floating-menu.active .menu-options .menu-item{opacity:1;visibility:visible}.floating-menu.active .menu-options .menu-item.whatsapp{transform:translate(-30%,-190%)}.floating-menu.active .menu-options .menu-item.phone{transform:translate(-155%,-145%)}.floating-menu.active .menu-options .menu-item.messenger{transform:translate(-190%,-20%)}@media only screen and (min-width:991px){.floating-menu:not(.active) .menu-toggle:hover{transform:scale(1.1)}.floating-menu.active .menu-options .menu-item.whatsapp:hover{color:var(--color-white);background-color:#25d366}.floating-menu.active .menu-options .menu-item.phone:hover{color:var(--color-white);background-color:var(--primary-color)}.floating-menu.active .menu-options .menu-item.messenger:hover{color:var(--color-white);background-color:#09f}}@media only screen and (max-width:768px){.floating-menu{right:20px;bottom:20px}.floating-menu.active .menu-options .menu-item.phone{transform:translate(-138%,-135%)}.floating-menu.active .menu-options .menu-item.whatsapp{transform:translate(-30%,-190%)}.floating-menu.active .menu-options .menu-item.messenger{transform:translate(-190%,-20%)}}.pages-header{padding-top:170px;color:var(--color-white);position:relative;background-size:cover;text-align:center;background-position:50%;padding-bottom:60px}.pages-header:before{right:0;content:"";position:absolute;bottom:0;top:0;background:linear-gradient(90deg,#2a2a2ad6,#181818f7);left:0}.pages-header .container{position:relative;z-index:2}.pages-header .pages-header-content .pages-subtitle{font-size:16px;font-weight:400;color:var(--color-white);opacity:.6;line-height:22px;margin-top:5px}.pages-container{padding:40px 0}@media only screen and (max-width:768px){.pages-container{padding:20px 0}.pages-header{padding-top:100px;padding-bottom:30px}.pages-header .pages-header-content .pages-title{font-size:26px}}.pages-container.about-page .about-page-content .about-title{margin-bottom:20px}.pages-container.about-page .about-page-content p{margin-bottom:30px}.pages-container.services-page .services-page-content .services-list{grid-template-columns:1fr 1fr 1fr;gap:30px;width:100%;display:grid}.pages-container.services-page .services-page-content .services-list .services-item{transform:translateY(50px);padding:20px;border:1px solid var(--divider-color);transition:all .6s ease;flex-direction:column;opacity:0;align-items:baseline;border-radius:15px;display:flex}.pages-container.services-page .services-page-content .services-list .services-item.visible{transform:translateY(0);opacity:1}.pages-container.services-page .services-page-content .services-list .services-item .services-title{font-size:18px;margin-bottom:6px}.pages-container.services-page .services-page-content .services-list .services-item .services-sub-title{font-size:15px;font-weight:400;color:var(--text-color)}.pages-container.services-page .services-page-content .services-list .services-item ul{flex:auto;margin-bottom:15px;width:100%;margin-top:15px}.pages-container.services-page .services-page-content .services-list .services-item ul li{padding:6px 0;font-size:14px;align-items:center;grid-gap:10px;display:flex}.pages-container.services-page .services-page-content .services-list .services-item ul li:before{flex:none;height:20px;justify-content:center;content:"✓";background-color:var(--accent-color);align-items:center;border-radius:50%;width:20px;display:flex}.pages-container.services-page .services-page-content .services-list .services-item .btn{padding:12px 20px;font-size:14px}.pages-container.services-page .services-page-content .services-list .services-item.contact-item{justify-content:center;background-color:var(--secondary-color)}.pages-container.services-page .services-page-content .services-list .services-item.contact-item .contact-title{font-size:20px;font-weight:600;margin-bottom:10px}.pages-container.services-page .services-page-content .services-list .services-item.contact-item .contact-sub-title{margin-bottom:20px;line-height:26px}.pages-container.services-page .services-page-content .services-list .services-item.contact-item .contact-links{grid-gap:13px;display:flex}.pages-container.services-page .services-page-content .services-list .services-item.contact-item .contact-links a{height:45px;justify-content:center;font-size:18px;color:#fff;transition:var(--transition-speed);align-items:center;border-radius:50%;background:var(--primary-color);width:45px;display:flex}.pages-container.services-page .services-page-content .services-list .services-item.contact-item .contact-links a.link-wp{background-color:#09f}.pages-container.services-page .services-page-content .services-list .services-item.contact-item .contact-links a.link-fb{background-color:#25d366}.pages-container.services-page .services-page-content .services-list .services-item.contact-item .contact-links a.link-wa{background-color:var(--primary-color)}@media only screen and (min-width:991px){.pages-container.services-page .services-page-content .services-list .services-item{transition:.3s}.pages-container.services-page .services-page-content .services-list .services-item:not(.contact-item):hover{background-color:var(--secondary-color)}.pages-container.services-page .services-page-content .services-list .services-item.contact-item .contact-links a:hover{transform:translateY(-5px)}}@media only screen and (max-width:1199px){.pages-container.services-page .services-page-content .services-list{grid-template-columns:1fr 1fr}}@media only screen and (max-width:991px){.pages-container.services-page .services-page-content .services-list{gap:20px}}@media only screen and (max-width:768px){.pages-container.services-page .services-page-content .services-list{grid-template-columns:1fr}.pages-container.services-page .services-page-content .services-list .services-item{padding:20px}.pages-container.services-page .services-page-content .services-list .services-item .services-title{font-size:18px}.pages-container.services-page .services-page-content .services-list .services-item .services-sub-title{font-size:14px}}.pages-container.contact-page .contact-page-content{gap:40px;align-items:flex-start;display:flex}.pages-container.contact-page .contact-info{flex:1}.pages-container.contact-page .contact-map{flex:none;overflow:hidden;max-width:650px;box-shadow:0 4px 15px rgba(0,0,0,.1);border-radius:20px;width:100%}.pages-container.contact-page .contact-title{font-size:28px;font-weight:700;margin-bottom:20px}.pages-container.contact-page .contact-desc{font-size:16px;margin-bottom:30px;color:var(--text-color);line-height:1.6}.pages-container.contact-page .contact-details{margin-bottom:40px;flex-direction:column;gap:20px;display:flex}.pages-container.contact-page .detail-item{gap:15px;align-items:center;display:flex}.pages-container.contact-page .detail-icon{flex:none;height:40px;justify-content:center;background-color:var(--secondary-color);align-items:center;border-radius:50%;width:40px;display:flex}.pages-container.contact-page .detail-text{overflow-wrap:anywhere;font-size:16px}.pages-container.contact-page .detail-text a{color:var(--primary-color);transition:.3s}.pages-container.contact-page .social-links{gap:15px;display:flex}.pages-container.contact-page .social-links a{height:45px;justify-content:center;color:#fff;transition:.3s;align-items:center;border-radius:50%;background:#050d18;width:45px;display:flex}.pages-container.contact-page .social-links a:hover{transform:translateY(-3px);color:var(--primary-color);background:var(--accent-color)}@media only screen and (min-width:991px){.pages-container.contact-page .detail-text a:hover{color:var(--text-color)}}@media only screen and (max-width:1199px){.pages-container.contact-page .contact-map{max-width:550px}}@media only screen and (max-width:991px){.pages-container.contact-page .contact-title{font-size:24px;margin-bottom:10px}.pages-container.contact-page .contact-desc{font-size:15px;margin-bottom:20px;line-height:21px}.pages-container.contact-page .contact-page-content{flex-direction:column;grid-gap:30px}.pages-container.contact-page .contact-map{height:350px;max-width:100%;width:100%}.pages-container.contact-page .contact-details{margin-bottom:30px;gap:14px}}@media only screen and (max-width:575px){.pages-container.contact-page .detail-text{font-size:14px}}.pages-container.comments-page{padding-top:0}.pages-container.comments-page .comments-page-content .review-info{padding:15px;justify-content:space-between;margin-bottom:25px;position:sticky;top:70px;background-color:var(--color-white);align-items:center;box-shadow:0 5px 20px rgba(0,0,0,.05);border-radius:0 0 20px 20px;grid-gap:20px;display:flex;z-index:15}.pages-container.comments-page .comments-page-content .review-info .review-left .google-votes{color:var(--primary-color);align-items:center;grid-gap:12px;width:max-content;display:flex}.pages-container.comments-page .comments-page-content .review-info .review-left .google-votes .google-icon{flex:none}.pages-container.comments-page .comments-page-content .review-info .review-left .google-votes .google-icon img{width:45px}.pages-container.comments-page .comments-page-content .review-info .review-left .google-votes .google-detail{text-align:left}.pages-container.comments-page .comments-page-content .review-info .review-left .google-votes .google-detail .vote-count{font-size:20px;align-items:center;grid-gap:7px;display:flex}.pages-container.comments-page .comments-page-content .review-info .review-left .google-votes .google-detail .vote-count .vote-counter{font-size:24px;font-weight:700;color:var(--primary-color);min-width:76px;display:inline-block}.pages-container.comments-page .comments-page-content .review-info .review-left .google-votes .google-detail .vote-count .stars{color:var(--accent-color);display:flex}.pages-container.comments-page .comments-page-content .review-info .review-left .google-votes .google-detail .vote-count .stars svg{height:23px;width:23px}.pages-container.comments-page .comments-page-content .review-info .review-left .google-votes .google-detail .vote-sub-text{font-size:14px;margin-top:1px}.pages-container.comments-page .comments-page-content .review-info .review-right .review-buttons{grid-gap:12px;display:flex}.pages-container.comments-page .comments-page-content .review-info .review-right .review-buttons .btn{padding:15px 20px;font-size:14px}.pages-container.comments-page .comments-page-content .review-list{flex-direction:column;grid-gap:20px;display:flex}.pages-container.comments-page .comments-page-content .review-list .comment-item{transform:translateY(50px);transition:all .6s ease;opacity:0;background-color:var(--secondary-color);box-shadow:none}.pages-container.comments-page .comments-page-content .review-list .comment-item.visible{transform:translateY(0);opacity:1}.pages-container.comments-page .comments-page-content .review-list .comment-item:hover{transform:none}.pages-container.comments-page .comments-page-content .review-list .comment-item .comment-header{margin-bottom:10px}@media only screen and (max-width:768px){.pages-container.comments-page .comments-page-content .review-info{padding:15px;grid-gap:10px}.pages-container.comments-page .comments-page-content .review-info .review-left .google-votes .google-icon img{width:30px}.pages-container.comments-page .comments-page-content .review-info .review-left .google-votes .google-detail .vote-count{grid-gap:3px}.pages-container.comments-page .comments-page-content .review-info .review-left .google-votes .google-detail .vote-count .vote-counter{font-size:15px;min-width:49px}.pages-container.comments-page .comments-page-content .review-info .review-left .google-votes .google-detail .vote-count .stars{position:relative;top:-1px}.pages-container.comments-page .comments-page-content .review-info .review-left .google-votes .google-detail .vote-count .stars svg{height:16px;width:16px}.pages-container.comments-page .comments-page-content .review-info .review-left .google-votes .google-detail .vote-sub-text{font-size:12px}.pages-container.comments-page .comments-page-content .review-info .review-right .review-buttons{grid-gap:5px}.pages-container.comments-page .comments-page-content .review-info .review-right .review-buttons .btn{padding:10px 15px;font-size:12px}}@media only screen and (max-width:465px){.pages-container.comments-page .comments-page-content .review-info .review-left .google-votes .google-detail .vote-count .stars svg:not(:first-child),.pages-container.comments-page .comments-page-content .review-info .review-left .google-votes .google-icon{display:none}}@media only screen and (max-width:355px){.pages-container.comments-page .comments-page-content .review-info{padding:10px}.pages-container.comments-page .comments-page-content .review-info .review-right .review-buttons .btn{padding:8px}}