@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
}

a {
  text-decoration: none !important;
  display: inline-block !important;
}
.footer-tagline {
    color: #fff;
    font-size: 14px;
    line-height: 1.6;
    margin-top: 15px;
}

img {
  width: 100%;
  display: block;
}
ul {
  padding: 0;
  margin: 0;
}
p {
 font-size: 16px;
 font-family: var(--f2);
}
.spacing{
  padding: 100px 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}
.wrapper {
    overflow: hidden;
}
.socilas-inner.last-child a:before {
    content: unset;
}
:root {
  --c1: #000; /* Black */
  --c2: #fff; /* White */
  --c3: #797E88; /* Red */
  --c4: #0b0b0b; /* Background Color */
  --c5: #0081E9; /* Background Color */
  --c6: #1F1F1F;
  --c7:#D8DDE1;
  --c8:#CFE5E5;
  --f1: 'Archivo';
  --f2:'DM Sans';
}
::selection {
  background: var(--c5);
}
.banner-form select option {
    color: var(--c1);
}
/* inner-wrapper */

.inner-header {
  height: 500px;
  background-position: center !important;
  background-attachment: fixed !important;
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
  padding-top: 110px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.service-inner-con h6 {
    font-size: 24px;
}
.about-inner-con ul {
    margin-left: 20px;
    margin-bottom: 30px;
}
.inner-header:before {
  width: 100%;
  height: 100%;
  content: "";
  background: rgb(0 0 0 / 60%);
  position: absolute;
  left: 0;
  top: 0;
}
.inner-header .container {
  position: relative;
}
.inner-header .inner-header-title h2 {
  color: #fff;
  font-size: 70px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: var(--f1);
}
.banner-title h2 span {
    border: 3px solid var(--c5);
    border-radius: 50%;
    padding: 0 16px;
}
section.service-sec.service-img.spacing {
    background-image: unset;
}

section.service-sec.service-img:before {
    background: none;
}
section.service-sec.service-img.spacing .service-area {border: 1px solid #00000038;}
section.service-sec.service-img .service-con span {
    color: var(--c1);
}

section.service-sec.service-img.spacing .service-con h3 {
    color: var(--c1);
}
/* end inner-wrapper */
/* Header-Start */
header.main-header {
    position: absolute;
    width: 100%;
    background: var(--c2);
    border-radius: 0px 0 100px 100px;
    z-index: 9;
}
.socilas-inner a:nth-child(3):before {
    content: unset;
}

.header-socials-main {
    display: flex;
    gap: 14px;
    padding-left: 50px;
}

.socilas-inner {
    display: flex;
    gap: 9px;
}
.socilas-inner a {
    position: relative;
    padding-right: 20px;
    color: var(--c2);
    font-family: var(--f1);
    transition: .5s;
}
section.service-sec.service-img .service-area {
    height: unset;
}
section.service-sec.service-img .right-star {
    display: none;
}
.socilas-inner p {
    margin: 0;
    color: var(--c2);
    font-family: var(--f1);
}

.socilas-inner a:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 14px;
    background: var(--c3);
    right: 0;
    transform: translate(1px, 6px);
}
.item img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    transition: .5s;
}


.item a {
    display: block !important;
}
.header-top {
    background: var(--c6);
    padding: 20px 50px 30px;
    border-radius: 0px 0px 100px 100px;
    width: 90%;
    margin: 0 auto;
    padding-bottom: 10px;
}

.socilas-inner a i {
    color: var(--c5);
}
.socilas-inner span {
    color: var(--c5);
}
p.Copyright a:hover {color: var(--c1) !important;}

p.Copyright a {
    transition: .5s;
}
.socials-icon span {
    color: var(--c2);
    font-family: var(--f1);
}

.socials-icon a {
    color: var(--c2);
    padding: 0 10px;
    transition: .5s;
}

.header-nav nav ul li a {
    font-family: var(--f1);
    text-transform: uppercase;
    color: var(--c1);
    font-size: 14px;
    position: relative;
    transition: .5s;
}

.header-nav nav ul {
    display: flex;
    gap: 40px;
    justify-content: end;
}

.header-btn-main {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: end;
}

.search-icon a span {
    width: 55px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid var(--c7);
    color: var(--c1);
    transition: .5s;
}
.header-bottom {
    width: 82%;
    margin: 0 auto;
    padding: 15px 0;
}
.header-logo {
    text-align: start;
}
 a.web-btn {
    background: var(--c5);
    color: var(--c2);
    font-family: var(--f1);
    text-transform: uppercase;
    padding: 16px 30px;
    font-size: 14px;
    border-radius: 30px;
    
    position: relative;
    transition: transform 0.6s ease-in-out, box-shadow 0.3s ease-in-out, color 0.3s ease-in-out;
    overflow: hidden;
    z-index: 1;
}
a.web-btn:hover {
    color: var(--c2);
}
a.web-btn::before{content: "";position: absolute;top: 0;right: -50px;bottom: 0px;left: 0;border-right: 50px solid transparent;border-bottom: 61px solid vaR(--c1) !important;transform: translateX(-100%);transition: transform 0.6s ease-in-out;z-index: -1;height: 100%;border-top: 0;}
/* Banner */
section.main-home {
    position: relative;
    z-index: 0;
}

.banner {
    position: relative;
    z-index: 99999;
    height: 900px;
}

.banner:before {
    position: absolute;
    content: '';
    background-blend-mode: overlay;
    background-image: linear-gradient(90deg, var(--c5) 0%, #00000085 41%, #00000029 100%);
    width: 100%;
    height: 100%;
    z-index: 0;
}
.banner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 100% 10%;
}
.top-hed span {
    width: 60px;
    display: table;
}

.top-hed {
    display: flex;
    align-items: center;
    gap: 10px;
}

.top-hed h6 {
    font-family: var(--f1);
    color: var(--c2);
}
.single-content h6 {
    font-family: var(--f1);
    font-size: 40px;
    margin: 20px 0;
}
.banner-title h2 {
    font-size: 48px;
    font-family: var(--f1);
    font-weight: 800;
}

.banner-title {
    color: var(--c2);
}
.header-btn {
    display: flex;
    gap: 30px;
    position: relative;
    z-index: 99;
}

.header-btn a:nth-child(1) {
    background: var(--c2);
    color: var(--c1);
    padding: 16px 30px;
    font-weight: 500;
}
.star-img {
    position: absolute;
    top: 0;
    transform: translate(70px, 190px);
    left: 0;
    z-index: 0;
}

.bubbles {
    position: absolute;
    top: 22px;
    left: -40px;
}

.banner-img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -2;
}

.banner-content {
    padding-top: 320px;
    position: relative;
}
p.Copyright {
    margin: 0;
    color: var(--c2);
}
.banner-form {
    padding: 25px;
    border-radius: 16px;
    background: #0000002b;
    backdrop-filter: blur(7px);
    border: 1px solid rgba(255,255,255,0.3);
    margin: 0 0 0 auto;
    width: 76%;
}
.ham-menu-btn.d-xl-none {
    display: flex;
    justify-content: end;
}
.banner-form h6 {
    color: #fff;
    font-size: 48px;
    text-align: center;
    margin-bottom: 20px;
    font-family: var(--f1);
    font-weight: 600;
}

.banner-form label {
    color: #fff;
    font-size: 17px;
    margin-bottom: 6px;
    display: block;
    font-family: var(--f1);
}

.banner-form input,
.banner-form select {
    width: 100%;
    height: 42px;
    border-radius: 6px;
    border: 1px solid rgba(255,255,255,0.4);
    background: rgba(255,255,255,0.2);
    padding: 0 12px;
    color: var(--c2);
    outline: none;
    font-family: var(
    --f2);
}

.banner-form input::placeholder {
    color: #eaeaea;
}

.form-group {
    margin-bottom: 28px;
}

.banner-form input.btn-book {
    width: 100%;
    height: 44px;
    border-radius: 6px;
    background: var(--c5);
    border: none;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
    border: 1px solid #ffffff4a;
    font-family: var(--f1);
}

.btn-book:hover {
    background: #0b5ed7;
}
/* Service-card */
.service-card span {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    background: var(--c8);
    border-radius: 50%;
    padding: 10px;
    margin-bottom: 15px;
    transition: .5s;
}
.service-card {
    border: 1px solid var(--c8);
    padding: 30px 30px;
    border-radius: 30px;
    transition: .5s;
    cursor: pointer;
}

.service-card h6 {
    font-family: var(--f1);
    font-size: 24px;
    margin-bottom: 20px;
}
.service-card p {
    color: var(--c3);
    transition: .5s;
}
.service-card:hover {
    background: var(--c5);
    color: var(--c2);
}
.header-btn a:nth-child(1):hover {
    color: var(--c2);
}
.service-card:hover p {
    color: var(--c2);
}
.service-card:hover.service-card span {
    background: var(--c2);
}
.about-main-img img:nth-child(1) {
    width: 200px;
    height: 200px;
    border-radius: 20px;
    position: absolute;
    top: 40px;
    object-fit: cover;
    z-index: 99;
}

.about-main-img img:nth-child(2) {
    width: 450px;
    height: 650px;
    border-radius: 30px;
    margin: 0 auto;
    object-fit: cover;
    position: relative;
    z-index: 1;
}

.about-main-img img:nth-child(3) {
    width: 200px;
    border-radius: 20px;
    position: absolute;
    right: 0;
    object-fit: cover;
    height: 200px;
    bottom: 0;
    transform: translate(0px, -40px);
    z-index: 1;
}

.about-main-img {
    position: relative;
    z-index: 99999;
}

.about-main-img a {
    position: absolute;
    top: 0;
    left: 0;
    display: flex !important;
    justify-content: center;
    z-index: 99;
    transform: translate(260px, 280px);
    animation: playPulse 2s infinite;
}
@keyframes playPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(13,110,253,0.6);
        border-radius: 90px;
    }
    70% {
        box-shadow: 0 0 0 25px rgba(13,110,253,0);
        border-radius: 90px;
    }
    100% {
        box-shadow: 0 0 0 0 rgba(13,110,253,0);
        border-radius: 90px;
    }
}

.about-main-img a i {
    width: 100px;
    height: 100px;
    color: var(--c2);
    border: 2px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 18px;
}
.about-con {
    position: absolute;
    top: 0;
    right: -70px;
    transform: translate(-10px, 150px);
}

.about-con stone h6 {
    font-family: var(--f1);
    font-size: 36px;
    color: var(--c3);
}

.about-con stone {
    transform: rotate(-90deg);
    display: flex;
    flex-direction: column;
}

.counter {
    margin-top: 60px;
}

.counter h3 {
    font-size: 70px;
    font-family: var(--f2);
    font-weight: 900;
    text-align: center;
    color: var(--c5);
}
.about-con stone span {
    font-weight: 700;
}
.about-inner-con h6 {
    font-family: var(--f1);
    text-transform: uppercase;
    letter-spacing: 6px;
    font-size: 15px;
    position: relative;
    line-height: 2px;
    color: var(--c5);
    font-weight: 600;
    margin-bottom: 20px;
}

.about-inner-con h6:after {
    position: absolute;
    content: '';
    width: 60px;
    height: 2px;
    background: var(--c5);
}

.about-inner-con h2 {font-size: 56px;font-family: var(--f1);font-weight: 700;}

.about-inner-con {
    padding-left: 60px;
}
.about-inner-con p {
    color: var(--c3);
}

.about-inner-con ul li {
    color: var(--c3);
    font-family: var(--f2);
    list-style: disc;
    padding: 10px 0;
    padding-top: 0;
}
.about-inner-con ul li::marker {
    color: var(--c5);
}
/* Service-sec */
section.service-sec {
    background: url(https://dev-phils-cleaning.pantheonsite.io/wp-content/uploads/2026/01/service-bg.png);
    background-size: cover;
    width: 100%;
    object-fit: cover;
    position: relative;
    z-index: 9999;
    padding: 130px 0;
}

section.service-sec:before {
    position: absolute;
    content: '';
    background: #000000d1;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
}
.service-con {
    color: var(--c2);
}

.service-con span {
    font-size: 16px;
    font-family: var(--f1);
    text-transform: uppercase;
    letter-spacing: 4px;
    position: relative;
}

.service-con span:before {
    position: absolute;
    content: '';
    width: 60px;
    height: 2px;
    background: var(--c2);
    left: 0;
    transform: translate(-70px, 11px);
}
.service-con span:after {
    position: absolute;
    content: '';
    width: 60px;
    height: 2px;
    background: var(--c2);
    right: 0;
    transform: translate(65px, 11px);
}
.service-con h3 {
    font-family: var(--f1);
    font-size: 50px;
    font-weight: 700;
}

.service-con {
    text-align: center;
    margin-bottom: 50px;
}
.con img {
    width: 20px;
    transition: .5s;
}

.con {
    display: flex;
    align-items: center;
    background: var(--c5);
    padding: 10px 20px;
    border-radius: 24px;
    gap: 10px;
    border: 1px solid var(--c5);
    cursor: pointer;
    transition: .5s;
}

.service-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.con span {
    font-family: var(--f1);
    color: var(--c2);
    transition: .5s;
}

.arrow-icon span {
    background: var(--c5);
    padding: 5px 20px;
    color: var(--c2);
    border-radius: 17px;
    transition: .5s;
}

.service-area {
    background: var(--c2);
    padding: 30px;
    border-radius: 20px;
}
.service-inner-con {
    background: var(--c8);
    padding: 19px;
    border-radius: 0px 0px 20px 20px;
    transition: .5s;
    cursor: pointer;
}

.service-inner img {
    border-radius: 20px 20px 0px 0px;
    transition: .5s;
}
.service-inner-con h6 {
    font-size: 25px;
    font-family: var(--f1);
    margin-bottom: 10px;
    font-weight: 600;
}

.service-inner-con p {
    color: var(--c3);
    transition: .5s;
}


/* section-marquee */

.marquee-slider .marquee {
  overflow: hidden;
  position: relative;
  height: 75px;
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.marquee-slider .marquee--inner {
  display: block;
  width: 200%;
  position: absolute;
  animation: marquee 20s linear infinite;
  display: flex;
}
.marquee-slider .marquee--inner:hover {
  animation-play-state: paused;
}
.marquee-slider .slider-left-right {
  transition: all 0.7s;
  background: var(--c1);
  color: var(--c3);
  transform: rotate(4deg);
  position: relative;
  z-index: 2;
}
.marquee-slider .marquee span {
  color: var(--c3);
  word-spacing: 70px;
  font-weight: 600;
  transition: all 0.7s;
  font-size: 22px;
  word-spacing: 0px;
  padding-left: 30px;
}
.marquee-slider .slider-left-right:hover .marquee span {
  color: #fff;
}
.marquee-slider .slider-left-right:hover {
  background: #111;
}
.marquee-slider .slider-right-left .marquee span {
  color: var(--c1);
  font-family: var(--f1);
  font-size: 30px;
}
.marquee-slider .slider-right-left {
  background: var(--c8);
  transition: all 0.7s;
  width: 100%;
}
.marquee--inner span div span {
  font-family: var(--fblack);
}
.marquee-slider .slider-right-left:hover .marquee span {
  color: #fff;
}
.marquee-slider .slider-right-left:hover {
  background: #111;
}
.marquee-slider .slider-right-left .marquee--inner {
  animation: marquee-right 20s linear infinite;
}
.marquee-slider .slider-right-left .marquee--inner:hover {
  animation-play-state: paused;
  color: red;
}
.marquee-slider {
  position: relative;
}
.marquee--inner > span div span {
  position: relative;
}
.marquee-slider .slider-right-left:hover .marquee--inner > span div span:after {
  background-color: var(--c3);
}
.marquee-slider .slider-right-left .marquee--inner > span div span:after {
  transition: all 0.7s;
}
.slider-right-left .marquee--inner > span div span:after {
  background-color: #000;
}
.marquee--inner > span div span:after {
    position: absolute;
    top: 30%;
    right: -52px;
    content: "";
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%;
}
.marquee-slider .marquee span {
    margin: 0 35px;
}
@keyframes marquee {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
@keyframes marquee-right {
  0% {
    right: 0;
  }
  100% {
    right: -100%;
  }
}
/* RESPONSIVE MENU CSS */

.ham-menu-btn a span {
    width: 32px;
    height: 3px;
    background-color: var(--c1);
}

.ham-menu-btn a {
    display: flex !important;
    flex-direction: column;
    gap: 7px;
}

.responsive-menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 70%);
    z-index: 100000;
    transition: all .5s;
}

.responsive-menu-inner {
    height: 100%;
    padding: 30px;
    position: relative;
    width: 80%;
    background-color: var(--c2);
    left: -100%;
    z-index: 9999;
}

.responsive-logo-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.respon-cross a,
.respon-cross a i {
    display: block;
}

.respon-cross a {
    width: 50px;
    height: 50px;
    border: 1px solid var(--c1);
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: var(--c1);
    transition: all .5s;
}

.respon-cross a:hover {
    transform: rotate(90deg);
    color: var(--c1);
    border-color: var(--c1);
}

.respon-logo a {
    display: block;
}

.respon-logo {
    width: 160px;
}

.responsive-links ul li a {
    color: var(--c1);
    transition: all .5s;
    font-size: 28px;
    font-weight: 600;
    display: block !important;
    border-bottom: 1px solid #80808047;
    padding: 10px 0px;
    font-family: var(--f1);
}

.responsive-links {
    margin-top: 50px;
    overflow-y: auto;
    height: calc(100vh - 232px);
}

.responsive-links ul li ul {
    display: none;
}

.responsive-links ul li a:hover {
    color: var(--c1);
}

.responsive-links ul li ul li a {
    padding-left: 40px;
    font-size: 22px;
}

.responsive-links ul li:has(ul)::before {
    position: absolute;
    content: "\f067";
    top: 16px;
    right: 0;
    font-family: "Font Awesome 5 Pro";
    font-size: 22px;
    color: var(--c2);
}

.responsive-links ul li {
    position: relative;
}

.responsive-links ul li.active::before {
    content: "\f068";
    color: var(--c1);
}

.responsive-socials {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: var(--c1);
    padding: 12px 0px;
}

.responsive-socials ul {
    display: flex;
    gap: 30px;
    justify-content: center;
}

.responsive-socials ul li a {
    color: var(--c5);
    font-size: 20px;
}

.responsive-menu.active {
    left: 0;
}

.responsive-menu.active .responsive-menu-inner {
    left: 0;
    transition-delay: .3s !important;
    transition: all .7s;
}
section.service-sec:after {
    position: absolute;
    content: '';
    background: url(https://dev-phils-cleaning.pantheonsite.io/Phils_Cleaning/wp-content/uploads/2026/01/shape.png);
    width: 58%;
    height: 1014px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    right: 0;
    left: auto;
    z-index: -1;
}
.left-star {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(50px, 110px);
}

.right-star {
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(-20px, 110px);
    z-index: -1;
}
.service-inner-con:hover {
    background: var(--c5);
    color: var(--c2);
}

.service-inner-con:hover p {
    color: var(--c2);
}
.custom-arrow {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    border: 1px solid;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: 0.3s;
    box-shadow: 0px 0px 3px var(--c1);
}

.custom-arrow i {
    font-size: 18px;
}

.custom-arrow:hover {
    background: #0b5ed7;
}

.swiper-button-prev,
.swiper-button-next {
    top: 50%;
    transform: translateY(-50%);
}

.swiper-button-prev::after,
.swiper-button-next::after {
    display: none; /* default swiper arrows remove */
}
svg.swiper-navigation-icon {
    display: none;
}
/* Left / Right positioning */
.swiper-button-prev {
    left: -60px;
}

.swiper-button-next {
    right: -60px;
}
.swiper-button-prev {
    transform: translate(50px, 100px);
}
 .swiper-button-next {
    transform: translate(-50px, 100px);
 }
.custom-arrow:hover {
    background: var(--c5);
    border: 1px solid var(--c5);
}
.con:hover img {
    filter: invert(2.5);
}

.con:hover {
    background: none;
}

.con:hover span {
    color: var(--c1);
}
a.web-btn:hover::before {transform: translateX(0);}
.choose-conter {
    width: 40%;
    margin: 0 0 0 auto;
    background: var(--c6);
    padding: 30px 50px;
    border-radius: 10px;
    position: relative;
}


.choose-conter .counter h3 {
    font-family: var(--f1);
    font-size: 50px;
    font-weight: 500;
    color: var(--c2);
}

.choose-conter .counter h3 {text-align: start;}

.choose-conter .counter {
    margin: 0;
}

.choose-conter p {
    font-family: var(--f2);
    color: var(--c2);
}
.choose-conter .choose-star {
    position: absolute;
    top: 10px;
    right: 20px;
}
.choose-con span {
    font-size: 16px;
    font-family: var(--f1);
    text-transform: uppercase;
    letter-spacing: 5px;
    position: relative;
    color: var(--c5);
    font-weight: 700;
}
.star-img img {
    animation: starFloat 7s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
    will-change: transform, opacity;
}

@keyframes starFloat {
    0% {
        transform: translate(0, 0) scale(1);
        opacity: 0.85;
    }
    25% {
        transform: translate(4px, -10px) scale(1.02);
        opacity: 0.95;
    }
    50% {
        transform: translate(-4px, -22px) scale(1.04);
        opacity: 1;
    }
    75% {
        transform: translate(3px, -10px) scale(1.02);
        opacity: 0.95;
    }
    100% {
        transform: translate(0, 0) scale(1);
        opacity: 0.85;
    }
}
.star-img:nth-child(1) img { animation-delay: 0s; }
.star-img:nth-child(2) img { animation-delay: 1.8s; }
.star-img:nth-child(3) img { animation-delay: 3.2s; }
.star-img img {
    filter: drop-shadow(0 0 8px rgba(255,255,255,0.6));
}

.bubbles img {
    animation: bubbleFloat 8s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
    will-change: transform, opacity;
}

@keyframes bubbleFloat {
    0% {
        transform: translate(0, 0) scale(1);
        opacity: 0.6;
    }
    25% {
        transform: translate(-6px, -12px) scale(1.02);
        opacity: 0.85;
    }
    50% {
        transform: translate(6px, -24px) scale(1.04);
        opacity: 1;
    }
    75% {
        transform: translate(-4px, -12px) scale(1.02);
        opacity: 0.85;
    }
    100% {
        transform: translate(0, 0) scale(1);
        opacity: 0.6;
    }
}
.bubbles img:nth-child(1) { animation-delay: 0s; }
.bubbles img:nth-child(2) { animation-delay: 1.5s; }
.bubbles img:nth-child(3) { animation-delay: 3s; }

.left-star img {
    animation: starUpDown 5s ease-in-out infinite;
    will-change: transform;
}
.right-star img {
    animation: starUpDown 5s ease-in-out infinite;
    will-change: transform;
}

.choose-con span:before {
    position: absolute;
    content: '';
    width: 60px;
    height: 2px;
    background: var(--c5);
    right: 0;
    transform: translate(60px, 10px);
}

.choose-con h2 {
    font-size: 54px;
    font-family: var(--f1);
    font-weight: 700;
    margin-top: 10px;
}
.choose-img img {
    border-radius: 30px;
    transition: .5s;
}

.choose-con {
    margin-bottom: 50px;
}
.choose-img-inner {
    background: var(--c8);
    width: 24%;
    padding: 21px;
    border-radius: 30px;
    cursor: pointer;
    transition: .5s;
    display: flex;
    align-items: center;
    height: 100%;
}
.choose-inner-area {
    display: flex;
    gap: 20px;
    padding-left: 30px;
}
.choose-inner-con h6 {
    font-family: var(--f1);
    font-size: 20px;
    margin-bottom: 10px;
}
@keyframes starFloatXY {
    0% {
        transform: translate(0, 0) scale(1);
    }
    25% {
        transform: translate(-8px, -12px) scale(1.02);
    }
    50% {
        transform: translate(8px, -24px) scale(1.04);
    }
    75% {
        transform: translate(-6px, -12px) scale(1.02);
    }
    100% {
        transform: translate(0, 0) scale(1);
    }
}
.left-star img {
    animation: starFloatXY 7s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
    will-change: transform;
}
.right-star img {
    animation: starFloatXY 7s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
    animation-delay: 2.5s;
    will-change: transform;
}

.choose-inner-con p {
    color: var(--c3);
}
.choose-img-inner:hover {
    background: var(--c5);
}

.choose-img-inner:hover img {
    filter: invert(1);
}

.choose-img-inner img {
    transition: .5s;
}
.arrow-icon span:hover {
    background: var(--c1);
}
/* Team-memebers */
section.Team-Members {
    background: var(--c8);
    position: relative;
    z-index: 9;
}
section.Team-Members .service-con {
    color: var(--c1);
}

section.Team-Members .service-con span {
    color: var(--c5);
}
section.Team-Members .service-con span::before,
section.Team-Members .service-con span::after {
    background-color: var(--c5);
}
.Team-Members-card img {
    border-radius: 20px 20px 0px 0px;
    transition: .5s;
}

.memb-con h6 {
    font-size: 25px;
    font-family: var(--f1);
    font-weight: 700;
    margin-bottom: 5px;
}

.memb-con span {
    font-family: var(--f2);
    color: var(--c3);
}
.memb-con-main {
    display: flex;
    background: var(--c2);
    border-radius: 0px 0px 20px 20px;
    padding: 30px;
    justify-content: space-between;
    align-items: center;
}

.plus-icon {
    border-radius: 50%;
    border: 1px solid;
    cursor: pointer;
    transition: .5s;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.plus-icon a {
    color: var(--c1);
    transition: .5s;
}
.plus-icon:hover {
    background: var(--c5);
    border: 1px solid var(--c5);
}

.plus-icon:hover a {
    color: var(--c2);
}
.t-star-1 {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(50px, 90px);
    z-index: 0;
}

.t-star-2 {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(-40px, 90px);
}
.t-star-1 img {
    animation: starLeftRight 5s ease-in-out infinite;
    will-change: transform;
}

@keyframes starLeftRight {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(18px);
    }
    100% {
        transform: translateX(0);
    }
}
.t-star-2 img {
    animation: starRightLeft 5s ease-in-out infinite;
    will-change: transform;
}

@keyframes starRightLeft {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(-20px);
    }
    100% {
        transform: translateX(0);
    }
}
.choose-star img {
    animation: chooseStarFloat 5s ease-in-out infinite;
    will-change: transform;
}

@keyframes chooseStarFloat {
    0% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(12px, -8px);
    }
    50% {
        transform: translate(0, -16px);
    }
    75% {
        transform: translate(-12px, -8px);
    }
    100% {
        transform: translate(0, 0);
    }
}
/*  calculator-sec*/
section.Calculator-sec {
    background: url(https://dev-phils-cleaning.pantheonsite.io/Phils_Cleaning/wp-content/uploads/2026/01/calculator-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 99;
    block-size: inherit;
    overflow: hidden;
}

section.Calculator-sec:before {
    position: absolute;
    content: '';
    background-blend-mode: overlay;
    background: #000000e0;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
}
.Calculator-form {
    background: var(--c2);
    border-radius: 40px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    padding: 50px !important;
    /* margin: 0 0 -210px; */
    z-index: 999;
    position: relative;
}

.Calculator-form label {
    margin-bottom: 6px;
    display: block;
    font-family: var(--f1);
    font-weight: 600;
}

.Calculator-form .form-control {
    height: 50px;
    border-radius: 8px;
}

.Calculator-form button {
    border-radius: 8px;
    font-family: var(--f1);
}
.Calculator-form .form-control button, input, optgroup, select, textarea::placeholder {
    font-family: var(--f1);
}
/* Test-sec */
.Testimonials-sec {
    padding: 160px 0 38px;
}

.test-inner-con {
    border-radius: 30px;
    padding: 130px 0 0;
    position: relative;
}

.test-inner-con:before {
    content: '';
    position: absolute;
    background-image: url(https://dev-phils-cleaning.pantheonsite.io/wp-content/uploads/2026/01/test-bg.png);
    background-repeat: no-repeat;
    background-size: 48%;
    width: 100%;
    height: 560px;
    top: 0;
    left: 0;
    transform: translate(-20px, 84px);
    z-index: 0;
}

.test-img img {
    max-width: 100%;
}

.small-title {
    color: #0d6efd;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 13px;
}

.test-card {
    background: #fff;
    border-radius: 20px;
    padding: 29px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    height: 100%;
}

.client-img {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.client-img img {
    width: 50px;
    height: 50px;
    border-radius: 12px;
}

.cleint-reviews i {
    color: #0d6efd;
    font-size: 14px;
}

.desc h6 {
    font-weight: 700;
    margin-top: 10px;
    font-family: var(--f1);
    margin-bottom: 10px;
}

.desc p {
    font-size: 14px;
    color: #666;
}

.testimonial-slider {
    padding-bottom: 40px;
}

.swiper-pagination-bullet {
    background: #0d6efd;
    opacity: 0.4;
}

.swiper-pagination-bullet-active {
    opacity: 1;
}

@media (max-width: 991px) {
    .test-inner-con {
        flex-direction: column;
        text-align: center;
    }
}
.test-inner-con:after {
    position: absolute;
    content: '';
    background: #F6F6F6;
    width: 85%;
    left: 0;
    height: 521px;
    z-index: -1;
    border-radius: 30px;
}

.cleint-con h6 {
    font-size: 18px;
    font-family: var(--f1);
    font-weight: 700;
}
/* Footer-start */
footer.main-footer {background: var(--c1);padding-bottom: 0px;position: relative;}

.footer-con h6 {
    font-family: var(--f1);
    font-size: 40px;
}

.footer-con {
    color: var(--c2);
}

.footer-email input {
    width: 100%;
    padding: 11px 30px;
    border-radius: 20px;
    border: 0;
}

.footer-email {
    position: relative;
}

.footer-email button {
    border: 0;
    background: var(--c5);
    padding: 9px 20px;
    border-radius: 30px;
    position: absolute;
    right: 0;
    top: 10px;
    transform: translate(-6px, -7px);
    transition: .5s;
}
.footer-inner-1 {
    border-bottom: 1px solid #ffffff6b;
    padding-bottom: 40px;
    margin-bottom: 50px;
}
.circle-img img:nth-child(1) {
    position: absolute;
    top: 0;
    width: 20%;
    right: 0;
    transform: translate(-50px, -250px);
    z-index: 0;
}

.circle-img img:nth-child(2) {
    position: absolute;
    width: 20%;
    bottom: 0;
    transform: translate(-20px, 180px);
}
.footer-logo a img {
    height: 150px;
    margin: 0;
    width: 190px;
 
    margin-bottom: 20px;
}
.footer-logo {
    color: var(--c2);
}

.app-det h6 {
    font-family: var(--f1);
    font-size: 20px;
    margin-bottom: 10px;
}

.footer-logo p {
    margin-bottom: 30px;
}

.app-det span {
    font-family: var(--f2
);
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 5px 0;
    font-size: 15px;
}

.app-det span i {
    color: var(--c5);
}
.quick-links h6 {
    font-size: 27px;
    font-family: var(--f1);
    color: var(--c2);
    padding-bottom: 20px;
    position: relative;
}

.quick-links ul li a {
    font-family: var(--f1);
    font-size: 16px;
    color: var(--c2);
    transition: .5s;
}
.quick-links ul li a i {
    transform: rotate(-38deg);
    padding-right: 20px;
    color: var(--c5);
    transition: .5s;
}
.quick-links {
    padding: 0 60px;
    padding-right: 0px;
}
.quick-links ul li {
    padding: 10px 0;
}
.quick-links h6:before {
    position: absolute;
    content: '';
    background: var(--c5);
    height: 2px;
    width: 70px;
    bottom: 5px;
}
.Social-inner {
    display: flex;
    gap: 20px;
    padding-top: 20px;
    padding-bottom: 10px;
}

.Social-inner span {
    width: 50px;
    background: var(--c6);
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid var(--c2);
    color: var(--c5);
    padding: 23px 11px;
    cursor: pointer;
    transition: .5s;
}

.Social-con h4 {
    font-family: var(--f1);
    font-weight: 400;
    font-size: 20px;
}

.Social-con {
    color: var(--c2);
}
.footer-bottom {
    background: var(--c5);
    padding: 20px 0;
}
.Team-Members-card {
    position: relative;
    z-index: 99;
    overflow: hidden;
    border-radius: 20px 20px 0px 0px;
    cursor: pointer;
}
.footer-bottom-socials ul li a {
    border: 1px solid;
    padding: 7px;
    border-radius: 60%;
    color: var(--c2);
    font-size: 16px;
    transition: .5s;
}

.footer-bottom-socials ul {
    display: flex;
    gap: 20px;
    justify-content: end;
}
.footer-inner-2 {
    padding-bottom: 60px;
}

.Social-con a {
    font-family: var(--f1);
    color: var(--c2);
    transition: .5s;
}
.Calculator-star img:nth-child(1) {
    width: 4%;
    position: absolute;
    top: 0;
    transform: translate(50px, 50px);
    animation: floatLeft 3s ease-in-out infinite;
}
.header-nav nav ul li a:before {
    position: absolute;
    content: '';
    width: 0;
    height: 2px;
    bottom: 0;
    background: var(--c5);
    transition: .5s;
}
.header-nav nav ul li a:after{
    position: absolute;
    content: '';
    width: 0;
    height: 2px;
    left: 0;
    top: 0;
    background: var(--c5);
    transition: .5s;
}

.header-nav nav ul li a:hover::before {
    width: 100%;
}
.header-nav nav ul li a:hover::after {
    width: 100%;
}
.header-nav nav ul li a:hover {
    color: var(--c5);
}
.Calculator-star img:nth-child(2) {
    width: 4%;
    position: absolute;
    right: 0;
    transform: translate(-40px, -20px);
    animation: floatRight 4s ease-in-out infinite;
    bottom: 100px;
}
/* Animations */
@keyframes floatLeft {
    0%   { transform: translate(50px, 50px); }
    50%  { transform: translate(60px, 40px); }
    100% { transform: translate(50px, 50px); }
}
.search-icon a span:hover {
    background: var(--c5);
    color: var(--c2);
}
.socilas-inner span:hover i {
    color: var(--c2);
}

.socilas-inner span i {
    transition: .5s;
}
.Social-inner span:hover {
    background: var(--c2);
}
.socilas-inner a:hover {
    color: var(--c5);
}
.socials-icon a:hover {
    color: var(--c5);
}
.Social-con a:hover {
    color: var(--c5);
}
.quick-links ul li a:hover {
    color: var(--c5);
}

.quick-links ul li a:hover i {
    transform: rotate(5deg);
}
.footer-bottom-socials ul li a:hover {
    background: var(--c1);
    border: 1px solid var(--c1);
}
.cleint-reviews {
    margin-bottom: 20px;
}
.banner-form input, .banner-form select option {
    color: var(--c2);
}
.service-inner {
    overflow: hidden;
    border-radius: 20px;
    cursor: pointer;
}
.choose-img img:hover {
    transform: scale(1.1);
}
.choose-img {
    overflow: hidden;
    border-radius: 30px;
    cursor: pointer;
}
.Team-Members-card img:hover {
    transform: scale(1.1);
}
.s-img {
    overflow: hidden;
}
.service-inner img:hover {
    transform: scale(1.1);
}
section.Testimonials-sec.about {
    padding-top: 40px;
}
.footer-email button:hover {
    background: var(--c1);
}
.single-content h2 {
    color: var(--c5);
    font-size: 45px;
    margin-bottom: 10px;
    font-weight: 700;
    font-family: var(--f1);
}

.single-content h2 span {
    color: var(--c1);
}

.single-content-img:hover img {
    transform: scale(1.1);
}

.single-sidebar {
    position: sticky;
    top: 0;
}
.single-content-main p {
    margin-bottom: 15px;
    font-size: 18px;
    color: #383838;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: capitalize;
}

.other-services ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}

.other-services ul li a {
    color: var(--c2);
    padding: 25px 0px;
    transition: all .5s;
    background-color: var(--c5);
    display: block !important;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    font-family: var(--f1);
}

.quote-form-main {
    padding: 25px 20px;
    background-color: #e9e9e980;
}

.quote-form-main h2 {
    font-size: 30px;
    margin-bottom: 20px;
    text-align: center;
    color: var(--c1);
    font-family: var(--f1);
}

.other-services ul li.active-care a {
    background-color: var(--c3);
}

.other-services ul li {
    width: 100%;
}

.other-services ul li a:hover {
    background-color: var(--c3);
}
.service-inner img {
    height: 250px;
	object-fit:cover;
}
.single-content ul li,
.single-content ol li {
    line-height: 1.8;
    color: #727272;
    font-size: 18px;
    list-style: disc;
    margin-bottom: 5px;
    font-family: var(--f1);
}

.single-content ul,
.single-content ol {
    padding-left: 20px;
    margin-bottom: 15px;
}

.single-content ol li {
    list-style: auto;
}
.contact-us .web-title {
    margin-bottom: 60px;
}

.wrap-form-submit input,
.contact-submit-btn input {
    background: unset;
    outline: 0;
    border: 1px solid var(--c1);
    width: 100%;
    color: var(--c1);
    padding: 15px 20px;
    transition: all 0.5s;
    font-weight: 700;
    background: var(--c2);
}

.wrap-form-submit input:hover,
.contact-submit-btn input:hover {
    background: var(--c3);
    color: var(--c2);
    border-color: transparent;
}

.contact-submit-btn input {
    border-radius: 50px;
    padding: 18px 30px;
    width: 40%;
    font-weight: 400;
    text-transform: uppercase;
}

.contact-img img {
    height: 550px;
    object-fit: cover;
}
.web-title h2 {
    font-size: 54px;
    color: var(--c3);
    font-weight: 550;
    font-family: var(--f1);
}
.contact-item input,
.contact-item textarea {
    background: unset;
    outline: 0;
    border: 0;
    width: 100%;
    padding: 15px 0px;
    color: var(--c1);
    border-bottom: 1px solid var(--c3);
    transition: all 0.5s;
    border-radius: 0px;
}

.contact-item input::placeholder,
.contact-item textarea::placeholder {
    color: var(--c);
}

.contact-item-main .contact-item {
    margin-bottom: 20px;
}

.contact-item textarea {
    height: 150px;
}
.contact-img-border {
    border: 1px solid var(--c3);
}

.contact-img {
    padding: 40px;
    margin-left: 20px;
    border-radius: 6px;
}
section.main-home .banner-form select option {
    color: var(--c1);
}


@keyframes floatRight {
    0%   { transform: translate(-40px, -20px); }
    50%  { transform: translate(-50px, -10px); }
    100% { transform: translate(-40px, -20px); }
}

.quote-form-item {
    margin: 10px 0px;
}

.quote-form-item input {
    border: 1px solid #77777733;
    padding: 15px 30px;
    border-radius: 5px;
	width:100%;
}
.item {
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
}
.header-logo a img {
    height: 75px;
    width: 150px;
    object-fit: contain;
}
.quote-submit input {
    background-color: var(--c4);
    color: var(--c2);
    transition: all .5s;
    padding: 10px 110px;
    text-transform: uppercase;
    border-radius: 10px;
	width:100%;
}
.item img:hover {
    transform: scale(1.1);
}
.quote-submit input:hover {
    background-color: var(--c5);
}
