.elementor-143 .elementor-element.elementor-element-94f0c6e{--display:flex;}.elementor-143 .elementor-element.elementor-element-94f0c6e:not(.elementor-motion-effects-element-type-background), .elementor-143 .elementor-element.elementor-element-94f0c6e > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-143 .elementor-element.elementor-element-2f55ee0{--display:flex;}.elementor-143 .elementor-element.elementor-element-2f55ee0:not(.elementor-motion-effects-element-type-background), .elementor-143 .elementor-element.elementor-element-2f55ee0 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-143 .elementor-element.elementor-element-7d89bf0{margin:-54px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-143 .elementor-element.elementor-element-0ac18ca{--display:flex;}.elementor-143 .elementor-element.elementor-element-0ac18ca:not(.elementor-motion-effects-element-type-background), .elementor-143 .elementor-element.elementor-element-0ac18ca > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-143 .elementor-element.elementor-element-48213d4{--display:flex;}.elementor-143 .elementor-element.elementor-element-48213d4:not(.elementor-motion-effects-element-type-background), .elementor-143 .elementor-element.elementor-element-48213d4 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F1EBEB;}.elementor-143 .elementor-element.elementor-element-6630a9a{--display:flex;}.elementor-143 .elementor-element.elementor-element-6630a9a:not(.elementor-motion-effects-element-type-background), .elementor-143 .elementor-element.elementor-element-6630a9a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F7F7F7;}.elementor-143 .elementor-element.elementor-element-928f1e3{--display:flex;}.elementor-143 .elementor-element.elementor-element-bd470b4{--display:flex;}.elementor-143 .elementor-element.elementor-element-7b44efa{--display:flex;}.elementor-143 .elementor-element.elementor-element-e2b8aee{--display:flex;}.elementor-143 .elementor-element.elementor-element-9c690fe{--display:flex;}.elementor-143 .elementor-element.elementor-element-725874a{--display:flex;}.elementor-143 .elementor-element.elementor-element-307b553{--display:flex;}.elementor-143 .elementor-element.elementor-element-95d7bf7{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-7d89bf0 */html {
  scroll-behavior: smooth;
}

.waterproofing-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  background: #005C57;
  padding: 16px;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.waterproofing-tabs a {
  color: #FACD32;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  padding: 8px 14px;
  border-radius: 6px;
  transition: 0.3s;
}

.waterproofing-tabs a:hover {
  background: #F18923;
  color: white;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ae613e0 *//* ========== BUSINESS MESSAGE SECTION ========== */
.business-message-sec {
  background: linear-gradient(180deg, #ffffff 0%, #f9faf9 100%);
  padding: 120px 8%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}

.business-message-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 60px;
  max-width: 1200px;
  width: 100%;
  flex-direction: row; /* الصورة يمين، النص شمال */
  animation: fadeInUp 1.2s ease-in-out;
}

.business-message-text {
  flex: 1 1 45%;
  animation: slideInLeft 1.3s ease;
}

.business-message-text h5 {
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #005C57; /* primary */
  margin-bottom: 10px;
  font-weight: 700;
}

.business-message-text h2 {
  font-size: 2.4rem;
  font-weight: 800;
  color: #006B40; /* primary-2 */
  margin-bottom: 25px;
  line-height: 1.3;
}

.business-message-text p,
.business-message-text ul li {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #2B2B2B;
  margin-bottom: 18px;
}

.business-message-text strong {
  color: #F18923; /* accent */
}

.business-message-text ul {
  list-style-type: disc;
  padding-left: 20px;
}

.business-message-image {
  flex: 1 1 45%;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 12px 35px rgba(0,0,0,0.1);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  animation: slideInRight 1.3s ease;
}

.business-message-image:hover {
  transform: scale(1.03);
  box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}

.business-message-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.business-message-image:hover img {
  transform: scale(1.05);
}

/* ========== ANIMATIONS ========== */
@keyframes fadeInUp {
  0% { opacity: 0; transform: translateY(60px); }
  100% { opacity: 1; transform: translateY(0); }
}

@keyframes slideInLeft {
  0% { opacity: 0; transform: translateX(-50px); }
  100% { opacity: 1; transform: translateX(0); }
}

@keyframes slideInRight {
  0% { opacity: 0; transform: translateX(50px); }
  100% { opacity: 1; transform: translateX(0); }
}

/* ========== Responsive ========== */
@media (max-width: 992px) {
  .business-message-container {
    flex-direction: column;
  }
  .business-message-text, .business-message-image {
    flex: 1 1 100%;
    text-align: center;
  }
  .business-message-text h2 {
    font-size: 2rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dd355e1 *//* ========== ABOUT SECTION 3 (EXPERTISE) ========== */
:root {
  --primary-1: #005C57;
  --primary-2: #006B40;
  --accent-2: #F18923;
  --bg-soft: #AA9185;
  --text-dark: #2B2B2B;
}
.about-expertise {
  background: #f9f9f9;
  padding: 120px 8%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.expertise-container {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  align-items: center;
  max-width: 1200px;
  width: 100%;
}

.expertise-text {
  flex: 1 1 45%;
}

.expertise-text h5 {
  text-transform: uppercase;
  letter-spacing: 3px;
  color: var(--primary-1);
  margin-bottom: 10px;
  font-weight: 600;
}

.expertise-text h2 {
  font-size: 2.4rem;
  font-weight: 800;
  color: var(--primary-2);
  margin-bottom: 25px;
}

.expertise-text p {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #333;
  margin-bottom: 20px;
}

.expertise-text strong {
  color: var(--accent-2);
}

.expertise-text ul {
  list-style: disc inside;
  padding-left: 0;
  margin-bottom: 20px;
}

.expertise-text li {
  margin-bottom: 12px;
  font-size: 1.05rem;
  line-height: 1.7;
  color: #333;
}

.expertise-image {
  flex: 1 1 45%;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.expertise-image:hover {
  transform: scale(1.02);
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.expertise-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.expertise-image:hover img {
  transform: scale(1.05);
}

/* Responsive */
@media (max-width: 992px) {
  .expertise-container {
    flex-direction: column;
  }
  .expertise-text, .expertise-image {
    flex: 1 1 100%;
  }
  .expertise-text h2 {
    font-size: 2rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ce81db0 *//* General Section Styling */
.rockwool-section {
  background-color: #ffffff;
  padding: 60px 20px;
  max-width: 1200px;
  margin: auto;
}

/* Title and Intro Text */
.business-message-text h5 {
  font-size: 18px;
  color: #F18923;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.business-message-text h2 {
  font-size: 28px;
  color: #005C57;
  margin-bottom: 20px;
}

.business-message-text p {
  font-size: 16px;
  color: #2B2B2B;
  line-height: 1.6;
  margin-bottom: 30px;
}

/* زرار الداتا شيت */
.datasheet-btn {
  display: inline-block;
  background: #F18923; /* accent */
  color: #ffffff;
  padding: 12px 26px;
  border-radius: 8px;
  font-size: 1.05rem;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s ease;
  box-shadow: 0 4px 12px rgba(241, 137, 35, 0.3);
  margin-bottom: 35px;
}

.datasheet-btn:hover {
  background: #006B40;
  box-shadow: 0 7px 18px rgba(0,0,0,0.2);
  transform: translateY(-3px);
}

/* Feature Rows */
.feature-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
  gap: 30px;
}

/* Each Feature Item */
.feature-item {
  display: flex;
  align-items: center;
  flex: 1 1 48%;
  gap: 20px;
}

/* Circular Image Styling */
.circle-img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #FACD32;
  outline: 7px solid #005C57;
  transition: transform 0.3s ease;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.15);
}

.circle-img:hover {
  transform: scale(1.05);
}

/* Feature Text */
.feature-text h3 {
  font-size: 20px;
  color: #005C57;
  margin-bottom: 8px;
}

.feature-text p {
  font-size: 15px;
  color: #2B2B2B;
  margin: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
  .feature-row {
    flex-direction: column;
  }

  .feature-item {
    flex-direction: column;
    text-align: center;
  }

  .circle-img {
    margin-bottom: 10px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-382870b */.pvc-section {
  background-color: #ffffff;
  padding: 60px 20px;
  max-width: 1200px;
  margin: auto;
}

/* Title Block */
.section-title {
  text-align: center;
  margin-bottom: 40px;
}

.section-title h1 {
  font-size: 32px;
  color: #005C57;
  margin-bottom: 10px;
}

.section-title .subtitle {
  font-size: 18px;
  color: #2B2B2B;
  font-weight: 400;
}

/* Row Layout */
.pvc-row {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 50px;
}

/* Circular Image */
.circle-img {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #FACD32;
  outline: 7px solid #005C57;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
}

.circle-img:hover {
  transform: scale(1.05);
}

/* Text Block */
.pvc-text h2 {
  font-size: 24px;
  color: #005C57;
  margin-bottom: 12px;
}

.pvc-text p {
  font-size: 16px;
  color: #2B2B2B;
  line-height: 1.6;
  margin: 0;
}

/* Responsive */
@media (max-width: 768px) {
  .pvc-row {
    flex-direction: column;
    text-align: center;
  }

  .circle-img {
    margin-bottom: 15px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bcb70a3 */.pvc-hero {
  position: relative;
  background-image: var(--bg-image);
  background-size: cover;
  background-position: center;
  padding: 80px 20px;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  box-sizing: border-box;
}

.pvc-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 1;
}

.pvc-content {
  position: relative;
  z-index: 2;
  max-width: 1100px;
  width: 100%;
}

.pvc-content h2 {
  font-size: clamp(26px, 4vw, 38px);
  color: #FACD32;
  margin-bottom: 16px;
  font-weight: 700;
}

.pvc-subtitle {
  font-size: clamp(15px, 1.4vw, 18px);
  color: #F7F7F7;
  margin-bottom: 40px;
  line-height: 1.6;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.pvc-icons {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  justify-content: center;
}

.pvc-icon {
  background: rgba(255, 255, 255, 0.05);
  padding: 20px 16px;
  border-radius: 12px;
  backdrop-filter: blur(4px);
}

.pvc-icon i {
  font-size: 32px;
  color: #FACD32;
  margin-bottom: 12px;
}

.pvc-icon p {
  font-size: 15px;
  color: #FFFFFF;
  line-height: 1.6;
  margin: 0;
}

/* Responsive tweaks */
@media (max-width: 600px) {
  .pvc-content h2 {
    font-size: 24px;
  }

  .pvc-subtitle {
    font-size: 14px;
  }

  .pvc-icon i {
    font-size: 28px;
  }

  .pvc-icon p {
    font-size: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d08f7c1 */.pu-hero {
  position: relative;
  background-image: url('https://alraada.com/wp-content/uploads/2025/11/acrylic-cementitious-waterproofing-seal-flexiproof-image-2.jpg');
  background-size: cover;
  background-position: center;
  padding: 70px 20px;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  box-sizing: border-box;
}

.pu-hero .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 1;
}

.pu-content {
  position: relative;
  z-index: 2;
  max-width: 1000px;
}

.pu-content h2 {
  font-size: clamp(28px, 4vw, 40px);
  color: #FACD32;
  margin-bottom: 16px;
  font-weight: 700;
}

.pu-content .intro {
  font-size: clamp(15px, 1.4vw, 18px);
  color: #F7F7F7;
  line-height: 1.6;
  max-width: 900px;
  margin: auto;
}

/* Features Grid */
.pu-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 20px;
  padding: 60px 20px;
  max-width: 1200px;
  margin: auto;
  background: #f9f9f9;
}

.feature-box {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 0 12px rgba(0,0,0,0.08);
  overflow: hidden;
  text-align: center;
  padding: 20px;
}

.pu-img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 16px;
}

.feature-box p {
  font-size: 15px;
  color: #2B2B2B;
  line-height: 1.6;
  margin: 0;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-57776d4 */.polyurea-sec{
  position:relative;
  background-image:url('https://alraada.com/wp-content/uploads/2025/11/Polyurea-Coating-service.jpg');
  background-size:cover;
  background-position:center;
  padding:90px 30px;
  min-height:600px;
  color:#fff;
  font-family:"Inter",sans-serif;
}

.polyurea-sec .overlay{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,0.55);
  z-index:1;
}

.poly-wrap{
  position:relative;
  z-index:2;
  max-width:1200px;
  margin:auto;
}

.polyurea-sec h2{
  color:#FACD32;
  font-size:38px;
  font-weight:700;
  margin-bottom:35px;
  text-align:center;
}

.poly-flex{
  display:flex;
  justify-content:space-between;
  gap:40px;
  padding:35px;
  background:rgba(255,255,255,0.12);
  border-radius:12px;
  backdrop-filter:blur(4px);
}

.poly-left,
.poly-right{
  width:50%;
}

.poly-left p{
  font-size:17px;
  line-height:1.7;
}

.poly-right h4{
  font-size:22px;
  color:#F18923;
  margin-bottom:12px;
  font-weight:700;
}

.poly-right ul{
  padding-left:18px;
  margin:0;
}

.poly-right li{
  margin-bottom:10px;
  font-size:16px;
  line-height:1.6;
}

/* MOBILE */
@media(max-width:768px){
  .poly-flex{
    flex-direction:column;
    padding:22px;
  }
  .poly-left,
  .poly-right{
    width:100%;
  }
  .polyurea-sec h2{
    font-size:28px;
    margin-bottom:20px;
  }
}/* End custom CSS */