/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

.container-wrap {
    padding: 0px !important;
}
#top {
    padding: 0px 150px !important;
}

/* Aqua Lemon SR7 vertical line bullets */
sr7-bullets.custom,
sr7-bullets.sr7-bullets.custom {
    overflow: visible !important;
}

/* Remove RevSlider default bullet helper */
sr7-bullets.custom:before,
sr7-bullets.sr7-bullets.custom:before {
    display: none !important;
    content: none !important;
}

/* Normal white line bullets */
sr7-bullets.custom sr7-bullet,
sr7-bullets.custom .sr7-bullet,
sr7-bullets.sr7-bullets.custom sr7-bullet,
sr7-bullets.sr7-bullets.custom .sr7-bullet {
    width: 7px !important;
    height: 115px !important;
    border-radius: 100px !important;
    background: #ffffff !important;
    background-color: #ffffff !important;
    border: none !important;
    box-shadow: none !important;
    opacity: 1 !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* Active black line */
sr7-bullets.custom sr7-bullet.selected,
sr7-bullets.custom .sr7-bullet.selected,
sr7-bullets.sr7-bullets.custom sr7-bullet.selected,
sr7-bullets.sr7-bullets.custom .sr7-bullet.selected {
    background: #000000 !important;
    background-color: #000000 !important;
}

/* Remove round dot design */
sr7-bullets.custom sr7-bullet:before,
sr7-bullets.custom sr7-bullet:after,
sr7-bullets.custom .sr7-bullet:before,
sr7-bullets.custom .sr7-bullet:after {
    display: none !important;
    content: none !important;
}

.pc-cleaning-services {
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
}

.pc-cleaning-services .pc-services-wrap {
  width: 100%;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px;
  align-items: stretch;
}

.pc-cleaning-services .pc-service-card {
  text-align: center;
  padding: 35px 22px 38px;
  box-sizing: border-box;
  cursor: pointer;
  background: transparent;
  transition: all 0.3s ease;
}

.pc-cleaning-services .pc-service-card.active {
  background: #D5F0FA;
}

.pc-cleaning-services .pc-service-card:hover {
  background: #D5F0FA !important;
}

.pc-cleaning-services .pc-services-wrap:hover .pc-service-card.active:not(:hover) {
  background: transparent !important;
}

.pc-cleaning-services .pc-service-icon {
  width: 88px;
  height: 88px;
  margin: 0 auto 22px;
  border-radius: 50%;
  background: #D5F0FA;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.pc-cleaning-services .pc-service-card.active .pc-service-icon {
  background: #ffffff;
}

.pc-cleaning-services .pc-service-card:hover .pc-service-icon {
  background: #ffffff !important;
}

.pc-cleaning-services .pc-services-wrap:hover .pc-service-card.active:not(:hover) .pc-service-icon {
  background: #D5F0FA !important;
}

.pc-cleaning-services .pc-service-icon img {
  width: 42px !important;
  height: 42px !important;
  max-width: 42px !important;
  object-fit: contain;
  display: block;
  margin: 0;
  padding: 0;
}

.pc-cleaning-services .pc-service-title {
    margin: 0 0 12px;
    font-size: 35px;
    line-height: 41px;
    font-weight: 400;
    color: #343434;
    font-family: 'Rufina' !important;
}

.pc-cleaning-services .pc-service-desc {
  max-width: 235px;
  margin: 0 auto;
  font-size: 12px;
  line-height: 1.6;
  font-weight: 400;
  color: #4f4f4f;
}

@media (max-width: 991px) {
  .pc-cleaning-services .pc-services-wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }

  .pc-cleaning-services .pc-service-card {
    padding: 35px 22px;
  }
}

@media (max-width: 767px) {
  .pc-cleaning-services {
    padding: 20px 15px;
  }

  .pc-cleaning-services .pc-services-wrap {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .pc-cleaning-services .pc-service-title {
    font-size: 25px;
  }

  .pc-cleaning-services .pc-service-icon {
    width: 84px;
    height: 84px;
  }

  .pc-cleaning-services .pc-service-icon img {
    width: 40px !important;
    height: 40px !important;
    max-width: 40px !important;
  }
}


div#s2 {
    padding: 100px 100px !important;
}

div#s1 {
    padding: 100px 0px !important;
}

div#s1 h4 {
    font-size: 60px;
    font-family: 'Rozha One' !important;
    font-weight: 400;
    color: #BFD8E0;
    text-transform: uppercase;
    line-height: 75px;
}

div#s1 h2 {
    font-size: 60px;
    line-height: 75px;
    color: #000000;
    font-weight: 400;
    text-transform: capitalize;
}

div#s1 p {
    font-size: 16px;
    font-family: 'Inter';
    line-height: 24px;
    padding-top: 20px;
}
.vc_col-sm-6.s1-cl {
    position: relative;
}

img.img-with-animation.s1-cl-img.skip-lazy {
    position: absolute;
    bottom: 0%;
}
div#s1 .iwithtext .iwt-icon {
    position: absolute;
    left: 0;
    top: 4px;
}

#s1 a.nectar-button.small.regular.accent-color.regular-button {
    padding: 18px 60px;
    border-radius: 30px !important;
    color: #000000;
    font-size: 18px;
    font-family: 'Inter';
    font-weight: 400;
}
#s2 a.nectar-button.small.regular.accent-color.regular-button {
    padding: 18px 40px;
    border-radius: 30px !important;
    color: #000000;
    font-size: 18px;
    font-family: 'Inter';
    font-weight: 400;
}
#s5 a.nectar-button.small.regular.accent-color.regular-button {
    padding: 17px 27px;
    border-radius: 30px !important;
    color: #000000;
    font-size: 17px;
    font-family: 'Inter';
    font-weight: 400;
    background: #D5F0FA !important;
    margin: 0px !important;
}
#s7 a.nectar-button.small.regular.accent-color.regular-button {
    padding: 12px 37px;
    border-radius: 30px !important;
    color: #000000;
    font-size: 14px;
    font-family: 'Inter';
    font-weight: 400;
    background: #D5F0FA !important;
    margin: 0px !important;
    text-transform: capitalize;
}

#s1 .iwt-text {
    color: #000000;
    font-weight: bold;
    font-family: 'Inter';
}
#s5 h3 {
    font-size: 75px;
    font-family: 'Rozha One';
    line-height: 85px;
    text-transform: capitalize;
    color: #000000;
    font-weight: 400;
}

#s5 p {
    font-size: 16px;
    line-height: 25px;
    width: 77%;
}

div#s1 .iwithtext .iwt-icon img {
    width: 100% !important;
    margin: 0px !important;
}
div#s1 .iwithtext .iwt-text {
    padding-left: 30px;
}
.tabbed>ul li .active-tab {
    color: #000000;
    border-radius: 30px !important;
}

div#s3 {
    padding: 80px 0px !important;
    margin: 0px;
}

div#s3 h3 {
    font-size: 60px;
    color: #000000;
    font-family: 'Rozha One';
    text-transform: uppercase;
    font-weight: 400;
    line-height: 75px;
}

div#s3 h2 {
    font-size: 60px;
    color: #000000;
    font-weight: 400;
    text-transform: capitalize;
    padding-bottom: 100px;
    padding-top: 10px;
}
div#s4 {
    padding: 100px 0px !important;
}

div#s4 h2 {
    font-size: 68px;
    font-family: 'Rozha One';
    font-weight: 400;
    color: #000000;
    text-transform: uppercase;
    line-height: 85px;
}

#s4 p {
    font-size: 24px;
    line-height: 35px;
    color: #000000;
    padding-bottom: 100px;
}
div#s5 {
    padding: 100px 0px !important;
}
div#s6 {
    padding: 100px 0px 0px 0px !important;
}
#s6 h4 {
    text-align: center;
    font-size: 60px;
    font-family: 'Rozha One';
    color: #000000;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 75px;
}

#s6 h2 {
    font-size: 60px;
    color: #000000;
    text-align: center;
    font-weight: 400;
    text-transform: capitalize;
    padding-bottom: 70px;
    padding-top: 10px;
}
div#s7 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}

div#s7 h3 {
    font-size: 50px;
    text-transform: capitalize;
    font-weight: 400;
    text-align: center;
    margin: 0 auto;
    width: 72%;
    line-height: 65px;
    color: #000000;
    padding-bottom: 20px;
}


.tdp4-wrap {
    width: 100%;
    max-width: unset !important;
    margin: 50px auto;
    position: relative;
    --tdp4-per-view: var(--tdp4-desktop-columns);
}
.cleaning-promo-wrap{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:28px;
  width:100%;
}
.cleaning-promo-card{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  min-height:295px;
  border-radius:15px;
  background:linear-gradient(110deg,#ffffff 0%,#feee8c 100%);
  padding:45px 35px;
  box-sizing:border-box;
  overflow:hidden;
}

.cleaning-promo-content{
  width:52%;
  max-width:300px;
  position:relative;
  z-index:2;
  flex-shrink:0;
}

.cleaning-promo-card h2 {
    margin: 0 0 18px;
    font-family: 'Rufina';
    font-size: 27px;
    line-height: 35px;
    font-weight: 400;
    color: #000000;
}

.cleaning-promo-card p{
  margin:0 0 22px;
  font-family:Arial, sans-serif;
  font-size:12px;
  line-height:1.45;
  color:#111;
  max-width:280px;
}

.cleaning-promo-btn{
  display:inline-block;
  background:#d8f3ff;
  color:#000 !important;
  font-family:Arial, sans-serif;
  font-size:12px;
  text-decoration:none !important;
  padding:13px 22px;
  border-radius:50px;
  box-shadow:0 3px 8px rgba(0,0,0,0.15);
}

.cleaning-promo-img{
  position:static !important;
  display:block;
  object-fit:contain;
  max-width:100%;
  height:auto;
  flex-shrink:0;
}

.cleaning-promo-img.lemon{
  width:220px !important;
  margin-right:0;
}

.cleaning-promo-img.tools{
  width:230px !important;
  margin-right:-5px;
}

.center-title h2{
  text-align:center;
}

@media(max-width:1199px){
  .cleaning-promo-card{
    padding:40px 30px;
  }

  .cleaning-promo-card h2{
    font-size:28px;
  }

  .cleaning-promo-img.lemon{
    width:190px !important;
  }

  .cleaning-promo-img.tools{
    width:200px !important;
  }
}

@media(max-width:991px){
  .cleaning-promo-wrap{
    grid-template-columns:1fr;
  }

  .cleaning-promo-img.lemon,
  .cleaning-promo-img.tools{
    width:230px !important;
  }
}

@media(max-width:575px){
  .cleaning-promo-card{
    flex-direction:column;
    align-items:flex-start;
    min-height:auto;
    padding:35px 25px;
  }

  .cleaning-promo-content{
    width:100%;
    max-width:100%;
  }

  .cleaning-promo-card h2{
    font-size:27px;
  }

  .center-title h2{
    text-align:left;
  }

  .cleaning-promo-img.lemon,
  .cleaning-promo-img.tools{
    width:220px !important;
    align-self:flex-end;
    margin-top:10px;
  }
}

/* Image animation */
.cleaning-promo-img{
  transition:all 0.45s ease;
  animation:promoFloat 3s ease-in-out infinite;
}

.cleaning-promo-card:hover .cleaning-promo-img{
  transform:scale(1.07) translateY(-6px);
}

/* Text animation */
.cleaning-promo-content h2{
  animation:textSlideUp 0.8s ease forwards;
}

.cleaning-promo-content p{
  animation:textSlideUp 1s ease forwards;
}

.cleaning-promo-content .cleaning-promo-btn{
  animation:textSlideUp 1.2s ease forwards;
}

/* Button hover */
.cleaning-promo-btn{
  transition:all 0.35s ease;
}

.cleaning-promo-btn:hover{
  background:#000 !important;
  color:#ffffff !important;
  transform:translateY(-4px);
  box-shadow:0 8px 18px rgba(0,0,0,0.22);
}

/* Card hover slight effect */
.cleaning-promo-card{
  transition:all 0.35s ease;
}

.cleaning-promo-card:hover{
  transform:translateY(-3px);
  box-shadow:0 10px 25px rgba(0,0,0,0.08);
}

/* Keyframes */
@keyframes promoFloat{
  0%{
    transform:translateY(0);
  }
  50%{
    transform:translateY(-10px);
  }
  100%{
    transform:translateY(0);
  }
}

@keyframes textSlideUp{
  0%{
    opacity:0;
    transform:translateY(18px);
  }
  100%{
    opacity:1;
    transform:translateY(0);
  }
}

.jd-contact-box {
    max-width: 500px;
    background: #f6f6f6;
    padding: 34px 28px 32px;
    border-radius: 18px;
    font-family: Arial, sans-serif;
}

.jd-contact-box h2 {
    margin: 0;
    font-family: 'Rufina';
    font-size: 34px;
    line-height: 1.2;
    font-weight: 400;
    color: #000;
}

.jd-contact-desc {
    margin: 0 0 28px;
    max-width: 440px;
    font-size: 12px;
    line-height: 1.6;
    color: #111;
}

.jd-field {
    margin-bottom: 12px;
}

.jd-contact-box input[type="text"],
.jd-contact-box input[type="email"],
.jd-contact-box textarea {
    width: 100%;
    border: none;
    outline: none;
    background: #eeeeee;
    border-radius: 7px;
    padding: 0 24px;
    font-size: 16px;
    color: #000;
    box-sizing: border-box;
}

.jd-contact-box input[type="text"],
.jd-contact-box input[type="email"] {
    height: 51px;
}

.jd-contact-box textarea {
    height: 135px;
    padding-top: 17px;
    resize: none;
}

.jd-contact-box input::placeholder,
.jd-contact-box textarea::placeholder {
    color: #bfbfbf;
}

.jd-submit {
    margin-top: 30px;
}

.jd-contact-box .jd-submit-btn {
    background: #D5F0FA !important;
    color: #000 !important;
    border: none !important;
    border-radius: 18px !important;
    padding: 15px 28px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    cursor: pointer;
    transition: all 0.3s ease;
}

.jd-contact-box .jd-submit-btn:hover {
    background: #bfe8f6 !important;
    transform: translateY(-2px);
}

.jd-contact-box .wpcf7-not-valid-tip {
    font-size: 12px;
    margin-top: 5px;
}

.jd-contact-box .wpcf7-response-output {
    margin: 18px 0 0 !important;
    padding: 10px 14px !important;
    border-radius: 8px;
    font-size: 13px;
}

@media (max-width: 575px) {
    .jd-contact-box {
        padding: 28px 20px;
        border-radius: 16px;
    }

    .jd-contact-box h2 {
        font-size: 28px;
    }

    .jd-contact-desc {
        font-size: 12px;
    }
}

.divider-border.completed {
    margin-top: 50px !important;
}
#s8 .iwithtext .iwt-text {
    padding-left: 55px;
    color: #000000;
    font-family: Rethink sans-serif !important;
    font-size: 20px;
    padding-bottom: 10px;
}
div#copyright {
    display: none;
}

#s8 h3 {
    font-size: 50px;
    line-height: 65px;
    color: #000000;
}
div#s8 {
    padding: 100px 0px !important;
}
div#footer-sec {
    padding: 50px 100px 0px 100px !important;
}

div#footer-sec p {
    font-size: 15px;
    color: #000000;
}

div#footer-sec h2 {
    font-size: 20px;
    color: #000000;
    font-family: Rethink sans-serif;
    font-weight: 700;
}

div#footer-sec ul {
    margin: 0;
}

div#footer-sec ul li {
    list-style: none;
}

div#footer-sec a {
    color: #000000;
}

ul.copy-ryt-1 {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
}
.copy-ryt-1 li {
    color: #000000;
}
.copy-ryt-social ul {
    display: flex;
    gap: 20px;
    align-items: center;
}
div#footer-sec a:hover {
    color: #2278af;
}

.contact-btn a
 {
    background-color: #D5F0FA;
    padding: 14px 30px !important;
	 border-radius: 30px;
    color: #000000 !important;
}
li#menu-item-132 ::after {
    display: none !important;
}
#top span.menu-title-text {
    font-size: 18px;
    color: #000000;
}
#footer-sec img.img-with-animation.skip-lazy {
    width: 50%;
    padding-bottom: 20px !important;
}


@media (max-width: 1600px) {
	div#s1 h2 {
    font-size: 40px;
    line-height: 55px;
    color: #000000;
    font-weight: 400;
    text-transform: capitalize;
}
	div#s2 {
    padding: 50px 50px !important;
}
	div#s1 {
    padding: 50px 0px !important;
}
	div#s3 {
    padding: 50px 0px !important;
    margin: 0px;
}
	div#s3 h3 {
    font-size: 40px;
    color: #000000;
    font-family: 'Rozha One';
    text-transform: uppercase;
    font-weight: 400;
    line-height: 55px;
}
	div#s3 h2 {
    font-size: 40px;
    color: #000000;
    font-weight: 400;
    text-transform: capitalize;
    padding-bottom: 50px;
    padding-top: 10px;
}
	div#s4 {
    padding: 50px 0px !important;
}
	div#s4 h2 {
    font-size: 40px;
    font-family: 'Rozha One';
    font-weight: 400;
    color: #000000;
    text-transform: uppercase;
    line-height: 55px;
}
#s4 p {
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    padding-bottom: 50px;
}
	#s5 h3 {
    font-size: 40px;
    font-family: 'Rozha One';
    line-height: 55px;
    text-transform: capitalize;
    color: #000000;
    font-weight: 400;
}
	div#s6 {
    padding: 50px 0px !important;
}
	#s6 h4 {
    text-align: center;
    font-size: 40px;
    font-family: 'Rozha One';
    color: #000000;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 55px;
}
#s6 h2 {
    font-size: 40px;
    color: #000000;
    text-align: center;
    font-weight: 400;
    text-transform: capitalize;
    padding-bottom: 50px;
    padding-top: 10px;
}
	div#s7 h3 {
    font-size: 40px;
    text-transform: capitalize;
    font-weight: 400;
    text-align: center;
    margin: 0 auto;
    width: 72%;
    line-height: 55px;
    color: #000000;
    padding-bottom: 20px;
}
	div#s8 {
    padding: 50px 0px !important;
}
	#s8 h3 {
    font-size: 40px;
    line-height: 55px;
    color: #000000;
}
	#top {
    padding: 0px 50px !important;
}
	
	
	
	
}
@media (max-width: 1440px) {}
@media (max-width: 1366px) {}
@media (max-width: 1280px) {}
@media (max-width: 1024px) {}
@media (max-width: 999px) {}
@media (max-width: 800px) {}
@media (max-width: 768px) {}
@media (max-width: 690px) {}
@media (max-width: 480px) {}
@media (max-width: 414px) {}
@media (max-width: 375px) {}
@media (max-width: 360px) {}