/* 
  Theme Name:  Twenty Twenty Child 
  Description:  A child theme of Twenty Twenty WordPress theme. 
  Author:       TwentyTwenty-child 
  Template:     twentytwenty 
  Text Domain:  twentytwenty-child 
  Version:      2.0.0 
  License:      GNU General Public License v2 or later License 
  URI:  http://www.gnu.org/licenses/gpl-2.0.html */

@import url("../twentytwenty/style.css");
body {
  background: transparent;
  margin:0 auto;
/* max-width:1920px; */
}

section {
  padding: 0rem 0;
}

.custom_header  {
  position: relative;
	transition: all 0.5s ease-in-out;
}

.custom_header.sticky {
  position: fixed !important;
  z-index: 99 !important;
  left: 0;
  right: 0;
  transform: translateY(-100%);
  animation: slideDown 0.5s forwards;
}

@keyframes slideDown {
  100% {
    transform: translateY(0);
	}
}

html {
	margin: 0 !important;
}
.ctm-flex-main .elementor-row {
	justify-content: center;
	gap: 12px;
}
.ctm-flex-main .elementor-row .elementor-column {
	width: auto !important;
}
/* .about-wrp.elementor-element .elementor-container {max-width: 1920px !important;} */
.progress-list .elementor-icon-list-items {justify-content:space-between !important;}
.progress-list .elementor-widget-icon-list {margin-bottom: 10px !important;}
.main-listing-block .elementor-widget-image .elementor-image,
.main-listing-block .elementor-widget-container,
.main-listing-block .elementor-widget-image {height: 100%;}
.main-listing-block .elementor-widget-image .elementor-image img {height: 100%;object-fit: cover;border-radius: 30px 0 0 30px;}
.main-listing-block .elementor-widget-image .elementor-image {position: relative;}
.main-listing-block .elementor-widget-image .elementor-image::before {
	content: "";
	position: absolute;
	inset:0;
	background-color: rgb(0 0 0 / 60%);
	z-index: 1;
	border-radius: 30px 0 0 30px;
}
.detail-content {
	max-width: 848px !important;
	width: 100%;
	margin: 0 auto;
}

.service-wrp .elementor-icon-box-icon {
	background-color: #D26127;
	width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin: 0 auto;
}

.service-wrp .elementor-icon-box-title {
	margin: 40px 0 20px 0 !important;
}
.service-wrp .elementor-widget-container,
.service-wrp .elementor-widget-icon-box {
	height: 100%;
}
.service-main-title {max-width: 705px !important;margin: 0 auto;width: 100%;}
.product-wrp .elementor-widget-wrap {
	flex-direction: column;
	justify-content: space-between;
}
.product-wrp .elementor-inner-section .elementor-widget-heading {
		margin: 0 !important;
}
.product-wrp .elementor-section-boxed .elementor-heading-title {
	padding-bottom: 20px !important;
	position: relative;
	
}
.product-wrp .elementor-section-boxed .elementor-heading-title::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 40px;
	border-bottom: 2px solid #D26127;
}

/* testimonial start */
.testimonial-swiper .swiper-slide {
	height: auto;
}
.testimonial-swiper .swiper-slide .testimonial-card {
	background-color: #fff;
	box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.25);
	border-radius: 30px;
	text-align: center;
	padding: 30px 68px 15px 68px;
	margin: 20px;
	height: calc(100% - 40px);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.testimonial-swiper .swiper-slide img {
	width: 160px;
	height: 160px;
	object-fit: cover;
	border-radius: 100%;
	margin: 0 auto;
}
.testimonial-swiper .testimonial-text {
	font-family: "DMSans", Sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	margin: 0;
	padding: 30px 0;
}

.testimonial-swiper .testimonial-author {
	margin: 0;
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	color: rgb(0 0 0 / 50%);
	font-family: "DMSans", Sans-serif;
}
/* testimonial end */

.ctm-image img {
	width: 100%;
	height: 527px !important;
	object-fit: cover;
}

/* .ctm-image .elementor-container {
	max-width: 100% !important;
} */

/* line title */
.line-title span {
	position: relative;
	z-index: 1;
}
.line-title span::after {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	right: 0;
	background-image: url("https://webstage.a2hosted.com/1411/oilwater/wp-content/uploads/2025/07/bottom-line.svg");
	background-size: cover;
	background-repeat: no-repeat;
	height: 13px;
}

.line-title.line-title-long span::after {
	background-image: url("https://webstage.a2hosted.com/1411/oilwater/wp-content/uploads/2025/07/logn-line-img.svg");
	height: 18px;
	bottom: -8px;
	z-index: -1;
}
/* line title */

.ctm-listing ul li {
	position: relative;
	padding-bottom: 8px !important;
	display: inline-block;
}

.ctm-listing ul li::before {
	content:"";
	position: absolute;
	top: -10px;
    left: -20px;
    bottom: 0px;
    right: -10px;
	background: linear-gradient(90deg, rgba(210, 97, 39, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%);
	border-radius: 30px;
	opacity: 0;
	transition: 0.4s;
}

.ctm-listing ul li span {position: relative;z-index: 1;transition: 0.4s;} 

.ctm-listing ul li:hover::before {
	opacity: 1;
	transition: 0.4s;
}

.ctm-listing .elementor-icon-list-items {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.ctm-listing .elementor-icon-list-items li {
	display: inline-flex;
}
.ctm-listing ul li:hover span {
	font-weight: 500;
	transition: 0.4s;
}

.ctm-listing ul li:hover .elementor-icon-list-icon svg {
	filter: brightness(0) saturate(100%) invert(92%) sepia(100%) saturate(0%) hue-rotate(277deg) brightness(102%) contrast(101%);
}


.ctm-form {
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.ctm-form .elementor-field-group {
	width: 50% !important;
	margin-bottom: 40px !important;
}

.ctm-form .elementor-field-group:has(textarea:focus) label,
.ctm-form .elementor-field-group:has(input:focus) label {
	color: #D26127 !important;
}

.ctm-form .elementor-field-group-Company_Name:focus,
.ctm-form .elementor-field-group textarea:focus,
.ctm-form .elementor-field-group input:focus {
	border-color:#D26127 !important;
}

.ctm-form .elementor-field-group-Company_Name,
.ctm-form .elementor-field-group.elementor-field-type-submit,
.ctm-form .elementor-field-group.elementor-field-type-textarea {
	width: 100% !important;
}

.ctm-form .elementor-field-group.elementor-field-type-submit button:hover {
	text-decoration: none;
}

.ctm-form .elementor-field-label {
	position: absolute;
	top: -17px;
	left: 50px;
	padding: 0 10px;
	background-color: #F5F7F9;
}
header {
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);

}
.testimonial-wrp .swiper-pagination .swiper-pagination-bullet {
	background-color: #D9D9D9;
	opacity: 1 !important;
	width: 16px;
	height: 16px;
}
.testimonial-wrp .swiper-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
/* 	gap: 15px; */
	position: relative;
	padding-top: 16px;
}
.testimonial-wrp .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #D26127;
}
header .elementor-nav-menu--toggle .elementor-menu-toggle {
	margin-top: -50px;
}
.ctm-desc {
	max-width: 855px !important;
	width: 100% !important;
	margin: 0 auto !important;
}

/* Container fixes */
.custom-swiper {
  padding: 40px 0 0;
}

.custom-swiper .swiper-slide {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  height: 400px; /* adjust height as needed */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-size: cover;
  background-position: center;
  color: #fff;
}

.custom-swiper .swiper-slide:nth-child(even) {
	margin-top: 68px;
}

.custom-swiper .swiper-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.5); /* dark overlay */
  z-index: 1;
}

.custom-swiper .swiper-slide h3 {
  position: relative;
  z-index: 2;
  font-size: 20px;
  margin: 30px;
  margin-bottom: 10px;
	font-family: "Roboto", Sans-serif;
	letter-spacing: 0.2px;
}

.custom-swiper .swiper-slide h3::after {
  content: "";
  display: block;
  width: 130px;
  height: 2px;
  background: #ff5c00; /* your accent color */
  margin-top: 10px;
}

.custom-swiper .swiper-slide a {
  position: relative;
  z-index: 2;
  margin: 30px;
  margin-top: auto;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  display: inline-block;
  align-items: center;
 transition: transform 0.4s ease;
	font-size: 16px;
}

.custom-swiper .swiper-slide a:hover {
	transform: scale(1.05);
}

.custom-swiper .swiper-slide a::after {
	content: "";
	position: absolute;
    width: 20px;
    height: 20px;
    top: 6px;
    margin: 0 0 0 5px;
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="25" viewBox="0 0 24 25" fill="none"><path d="M23.4996 1.96343C23.4794 1.13525 22.7916 0.480248 21.9634 0.500447L8.46744 0.829617C7.63926 0.849816 6.98426 1.53756 7.00446 2.36575C7.02466 3.19393 7.71241 3.84892 8.54059 3.82873L20.537 3.53613L20.8296 15.5326C20.8498 16.3607 21.5376 17.0157 22.3657 16.9955C23.1939 16.9753 23.8489 16.2876 23.8287 15.4594L23.4996 1.96343ZM2 23L3.08621 24.0345L23.0862 3.03448L22 2L20.9138 0.965518L0.913793 21.9655L2 23Z" fill="white"></path></svg>');
	background-size: 11px;
    background-repeat: no-repeat;
}

.custom-swiper .swiper-pagination {
	position: relative;
    bottom: 0;
    padding: 20px 0 0 0;
}
.custom-swiper .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #D26127; 
}
@media (max-width: 1499px) {
	.about-wrp .elementor-widget-container{padding: 0;}
}
@media (min-width: 1200px) {
	.custom_header header .elementor-image img {transition: 0.4s;}
	.custom_header.sticky header .elementor-image img {
	max-width: 160px !important;
		transition: 0.4s;
	}
}
@media (max-width: 1023px) {.custom-swiper .swiper-slide:nth-child(even) {margin-top: 0;}}

@media (max-width: 1025px) {
	.service-wrp .elementor-icon-box-icon { 
		width: 80px;
        height: 80px;
        padding: 24px;
	}
	.service-wrp .elementor-icon-box-title {
		margin: 20px 0 10px !important;
	}
	.product-wrp .elementor-section-boxed .elementor-heading-title {
		padding-bottom: 8px !important;
	}
	.line-title span::after {
		height: 9px;
	}
	.product-wrp .elementor-section-boxed .elementor-heading-title {
		display: inline-block;
	}
	.custom-swiper {padding: 20px 0 0;}
	.testimonial-wrp .swiper-pagination .swiper-pagination-bullet {
		width: 10px;
		height: 10px;
	}
}

@media (max-width: 767px) {
	.ctm-form .elementor-field-group{width: 100% !important;}
	.ctm-form .elementor-field-label {top: -12px;left: 40px;}
	.line-title.line-title-long span::after{height: 12px;}
	header .elementor-nav-menu--toggle .elementor-menu-toggle {
		margin-top: -40px;
	}
	.product-wrp .elementor-section-boxed .elementor-heading-title::after {
		right: 80px;
	}
	.elementor-heading-title br {
		display: none;
	}
	.ctm-product-wrp-main .elementor-row  {
            display: flex;
			flex-wrap: wrap; 
			gap: 30px;
    }
}
@media only screen and (max-width: 1026px) {
	.testimonial-swiper .swiper-slide img {
    	width: 80px !important;
    	height: 80px !important;
	}
	.testimonial-swiper .testimonial-text {
    	font-size: 16px;
    	line-height: 22px;
    	padding: 15px 0;
	}
	.testimonial-swiper .swiper-slide .testimonial-card {
    	padding: 20px 20px 20px 20px !important;
    	margin: 10px !important;
		height: auto !important;
	}
	.testimonial-swiper .testimonial-author {
    	font-size: 16px;
    	line-height: 22px;
	}
}

#drillingFluids,
#completion,
#oilfieldChemicals,
#lngAndFuel {
  scroll-margin-top: 300px;
}