/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* services detail acf field  */
.services-details-section {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.service-detail-row {
    display: flex;
    gap:20px;
  
}
.service-detail-row .service-detail-col{
    display:flex;
    flex-direction:column;
    justify-content:center;
	  width:50%;
}

.services-details-section .service-detail-row:nth-child(even) {
    display:flex;
    flex-direction:row-reverse;
}

.services-detail-link .link {
    color:#000;
    background-color:#fec00f;
    padding:5px 30px;
    border-radius:5px;
}

.services-detail-link .link:hover {
    color:#fec00f;
    border:1px solid #fec00f;
    background-color:transparent;
}

.services-detail-list ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-left:0px;
   margin:28px 0px;
}
.services-detail-list ul li{
    list-style:none;
}
.services-details-section .service-detail-row:nth-child(4) {
/*     flex-direction:column */
	border: 1px solid #00BA00;
    background-color: #E6FFE6;
    border-radius: 20px;
	padding:62px 60px;
}

/* services detail acf field  */

/* landscaping-section */

.landscaping-section {
    display: flex;
    flex-wrap: wrap;
	justify-content:flex-start;
    gap: 20px;
}
.landscaping-section .landscaping-card {
  max-width: 32%;
  padding: 24px;
  border: 1px dashed #00B2FF;
  border-radius: 12px;
  background-color: #f9fafa;
  font-family: 'Segoe UI', sans-serif;
}

.landscaping-section .landscaping-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 16px;
}

.landscaping-section .landscaping-icon img {
  width: 100%;
  height: auto;
}

.landscaping-section .landscaping-title {
  font-size: 26px ;
  font-weight: 700;
  color: #2e2e2e;
  margin-bottom: 8px;
}

.landscaping-section .landscaping-description {
  font-size: 16px;
  color: #555;
  margin-bottom: 16px;
  line-height: 1.5;
}

.landscaping-section .landscaping-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.landscaping-section .landscaping-list ul {
    margin-left: 0px;
    padding-left: 0;
}
.landscaping-section .landscaping-list li {
  display: flex;
  align-items: start;
  font-size: 15px;
  margin-bottom: 10px;
  color: #333;
}

.landscaping-section .check-icon {
  display: inline-block;
  color: #00c853;
  font-weight: bold;
  margin-right: 8px;
  font-size: 16px;
  margin-top: 2px;
}

/* landscaping-section */

/* Graffiti Removal extra section */
.mural-protection-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: center;
    justify-content: space-between;
    padding: 40px 20px;
    background-color: #fff;
    border-radius: 12px;
}

.mural-protection-wrapper .mural-protection-text {
    flex: 50%;
    max-width: 50%;
}

.mural-protection-wrapper .mural-title {
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #1e1e1e;
}

.mural-protection-wrapper .mural-subtitle {
    font-size: 24px;
    font-weight: 600;
    color: #0073e6; /* Blue */
    margin-bottom: 15px;
}

.mural-protection-wrapper .mural-description {
    font-size: 16px;
    line-height: 1.6;
    color: #444;
}

.mural-protection-wrapper .mural-image {
    max-width: 46% !important;
    text-align: center;
    border-radius: 12px;
    padding: 6px;
    max-width: 320px;
}

.mural-protection-wrapper .mural-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.landscaping-section.who-why-section .landscaping-card.who-why-card {
    min-width: 48% !important;
}

.anti-grafti {
    background-color: #f3f6fb;
    padding-top:70px;
}


.graffiti-anti-section {
        margin-bottom:100px;
        
    }
    
    .graffiti-anti-sub-content {
        display: flex;
        justify-content: space-between;
        gap:60px;
    }

.who-why-sec-full {
    background-color: #F3F6FB;
    padding-bottom:100px;
}
/* related client section */

.related-sec {
	 display: grid;
	grid-template-columns: repeat(auto-fit, minmax(410px, 1fr));
	gap: 20px;
   width:100%;
  margin-bottom:100px;
	}

.related-clients {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width:100%;
}

.related-client-single {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  background-color: #F3F6FB;
  transition: transform 0.3s ease;
}

.related-client-single:hover {
  transform: translateY(-5px);
}

/* Image + title section */
.related-feature-img-title img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 16px 16px 0 0;
}



/* Hover overlay section */
.related-client-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F3F6FB;
  opacity: 0;
  padding: 20px;
  transition: opacity 0.3s ease;
  overflow-y: auto;
}

.related-client-single:hover .related-client-hover {
  opacity: 1;
}

.related-client-single h4 {
    font-size: 24px;
    font-weight: 600;
    font-family:"Raleway", Sans-serif;
	text-align:center;
    
}
.related-client-hover p {
  font-size: 14px;
  color: #333;
  line-height: 1.6;
}

.wms-container {
	width: 1360px;
	margin-left: auto;
	margin-right: auto;
}

/* Who We Work With tabs section */
.ruk-tab-wrapper {
  border-radius: 16px;
  margin-top: 40px;
}

.ruk-tab-grid {
  display: flex;
  gap: 40px;
}

.ruk-tab-titles {
  list-style: none;
  padding: 0;
  margin: 0;
  flex: 1;
  display: flex;
  flex-wrap: wrap ;
  flex-direction: column;
  gap: 16px;
}

.ruk-tab-title {
  padding: 14px 18px;
  background-color: #ffffff;
  border-radius: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: left;
}

.ruk-tab-title.active {
  background-color: #0073aa;
  color: #ffffff;
}

.ruk-tab-contents {
  flex: 3;
}

.ruk-tab-content {
  display: none;
}

.ruk-tab-content.active {
  display: block;
}

.ruk-tab-content-inner {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}

.ruk-tab-text {
  width:60%;
}

.ruk-tab-heading {
 font-family:Raleway !important;
  font-size: 26px;
  margin-bottom: 15px;
  font-weight: bold;
}

.ruk-post-content {
  margin-bottom: 20px;
  color: #333;
  font-size: 16px;
  font-family:Raleway !important;
  line-height: 1.6;
}

.ruk-more-link {
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  color: #000;
	font-family:Raleway !important;
  text-decoration: none;
}

.ruk-more-link .arrow {
  background: #ffc107;
  color: white;
  border-radius: 50%;
  padding:10px 10px 5px 10px;
  margin-left: 10px;
  font-size: 16px;
}

.ruk-tab-image img {
  border-radius: 12px;
  max-width: 80%;
  height: auto;
}

.ruk-tab-titles{
  position:relative;
  font-family:Raleway !important;
}
/* White line for all tabs */
.ruk-tab-titles .ruk-tab-title::after {
  content: "";
  position: absolute;
  right: -10%;
  transform: translateX(-50%);
  width: 6px;
  height: 16%;
  background-color: #ffffff; 
  z-index: 1;
 margin-top: -27px;
}
/* active tabs */
.ruk-tab-titles .ruk-tab-title.active::after {
  background-color: #0073aa; /* Blue */
  height:52px;
  margin-top:-10px;

}

/* write on sec */

.write-on-section{
 display:none; 
}

.postid-856 .write-on-section{
 display:flex;
}

.write-on-section {
    display: flex;
    justify-content: space-between;
    align-items:center;
    gap:28px;
}

.write-on-text-con {
    width: 50%;
}

.write-on-play-app {
    display: flex;
    gap: 16px;
	width:44%;
}


.single-who-we-service.postid-4072 .case-studies-work-with {
  display:flex;
}

.single-who-we-service .case-studies-work-with {
 display:none;
}

@media screen and (max-width: 1355px) {
    .wms-container {
        width: 90vw !important;
        margin: auto;		
    }
	
	.related-sec {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(370px, 1fr));
	}	
}

@media screen and (max-width:768px) {
.services-details-section .service-detail-row {
    flex-direction: column;
	}
.landscaping-section .landscaping-card {
	  max-width: 100%;
	}
.service-detail-row .service-detail-col{
   width: 100% ;
  	}
.services-details-section .service-detail-row:nth-child(even) {
    display:flex;
    flex-direction:column;
	}
	.service-detail-row .servises-detail-title {
    	font-size: 32px;
		text-transform:capitalize;
	}
	
	.landscaping-section .landscaping-title {
    font-size: 20px;
	}

	.landscaping-list ul{
		margin-top: 20px;
	}

	.landscaping-list ul li img{
		width:16px;
	}
	.landscaping-list ul li span{
		font-size:12px;
	}
	.mural-protection-wrapper .mural-image {
  max-width: 98% !important;
	}
.mural-protection-wrapper .mural-protection-text {
    flex: 50%;
    max-width: 100%;
	}
	.graffiti-anti-sub-content {
		display: contents;
	}
	.graffiti-anti-title {
    font-size: 32px !important;
	}
	.related-clients h2 {
    font-size: 32px;
	}

	.services-details-section .service-detail-row:nth-child(4) .service-detail-col{
		width:94%;
		margin-left:auto;
		margin-right:auto;    
	}	
	
	.ruk-tab-wrapper .ruk-tab-grid {
		flex-direction:column !important;
	}
	.ruk-tab-grid .ruk-tab-titles {
		flex-direction: row !important;    		
	}
	.ruk-tab-content-inner {
		flex-direction: column !important;
	}	
	
	.ruk-tab-titles .ruk-tab-title.active::after{
	  content:unset;
	}
	.ruk-tab-titles .ruk-tab-title::after {
		  content:unset;
	}
	.ruk-more-link .arrow {
	  padding:6px 6px 1px 6px;
	}
	.ruk-tab-text {
  		width:100% !important;
	}
	.ruk-tab-image img {
    	max-width: 98% !important;
	}
	.ruk-tab-title {
		padding: 14px 25px;
	}
	
	.services-details-section .service-detail-row:nth-child(4) {
		padding:38px 24px !important;
	}
	
	.write-on-section {
    flex-direction: column;
	}
	.write-on-text-con {
		width: 100%;
	}
	
	
}







@media screen and (max-width:390px) {
	.related-clients .related-client-single {
    	width: 92%;
	}
}