.elementor-8745 .elementor-element.elementor-element-f22cd9f{--display:flex;--min-height:396px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:64px;--padding-bottom:64px;--padding-left:0px;--padding-right:0px;}.elementor-8745 .elementor-element.elementor-element-f22cd9f:not(.elementor-motion-effects-element-type-background), .elementor-8745 .elementor-element.elementor-element-f22cd9f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );background-image:url("https://sabreen.com/wp-content/uploads/2025/07/bonding-plastics-banner.webp");background-repeat:no-repeat;background-size:cover;}.elementor-8745 .elementor-element.elementor-element-1af6154{width:var( --container-widget-width, 40% );max-width:40%;--container-widget-width:40%;--container-widget-flex-grow:0;}.elementor-8745 .elementor-element.elementor-element-17a5af2{--display:flex;}@media(max-width:1366px){.elementor-8745 .elementor-element.elementor-element-f22cd9f{--min-height:275px;}.elementor-8745 .elementor-element.elementor-element-1af6154{--container-widget-width:55%;--container-widget-flex-grow:0;width:var( --container-widget-width, 55% );max-width:55%;}}@media(max-width:1024px){.elementor-8745 .elementor-element.elementor-element-f22cd9f{--min-height:200px;}.elementor-8745 .elementor-element.elementor-element-1af6154{--container-widget-width:75%;--container-widget-flex-grow:0;width:var( --container-widget-width, 75% );max-width:75%;}}@media(max-width:880px){.elementor-8745 .elementor-element.elementor-element-f22cd9f{--min-height:250px;}.elementor-8745 .elementor-element.elementor-element-1af6154 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-8745 .elementor-element.elementor-element-1af6154{--container-widget-width:85%;--container-widget-flex-grow:0;width:var( --container-widget-width, 85% );max-width:85%;}}@media(max-width:767px){.elementor-8745 .elementor-element.elementor-element-f22cd9f{--min-height:150px;}.elementor-8745 .elementor-element.elementor-element-1af6154{width:100%;max-width:100%;}.elementor-8745 .elementor-element.elementor-element-1af6154 > .elementor-widget-container{margin:0px 16px 0px 20px;}}/* Start custom CSS for html, class: .elementor-element-1af6154 */.hero-title {
		filter: drop-shadow(8px 10px 0px rgba(242,102,34,1));
		position:relative ;
		left:-8px;
	}
	
	.hero-title-left {
		filter: drop-shadow(-8px 10px 0px rgba(242,102,34,1));
	}
	
	.hero-title-inner { 
		background:white ; 
		padding:24px 24px 20px 24px ;
		overflow:hidden ;
	}
	
	.hero-title-inner h1 {
		padding:0px ;
		margin:0px ;
		font-family:Roboto, sans-serif ;
		font-weight:600 ;
		font-size:38px ;
		text-align:center ;
	}
	
@media only screen and (min-width:600px) {
    
    .hero-title-inner {
        padding:24px 24px 20px 56px ;
    }

	.hright {
		clip-path: polygon(0 0, 85% 0, 75% 100%, 0% 100%);
		text-align:left ;
	}

	.hleft {
		clip-path: polygon(15% 0, 100% 0%, 100% 100%, 25% 100%);
		text-align:right ;
	}
	
	.hero-title-inner h1 {
	    text-align:left ;
	}
	
}/* End custom CSS */
/* Start custom CSS */.bonding-plastics-container {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    line-height: 1.7;
    color: #333;
    background-color: #ffffff;
    padding: 2rem 1rem; /* Padding for mobile */
  }

  .bonding-plastics-container .section-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem 0;
  }
  
  .bonding-plastics-container h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 1.5rem;
    text-align: center;
    border-bottom: 3px solid #0056b3; /* A subtle accent color */
    padding-bottom: 0.5rem;
    display: inline-block;
  }

  .bonding-plastics-container h3 {
    font-size: 1.75rem;
    font-weight: 600;
    color: #1a202c;
    margin-bottom: 1rem;
  }

  .bonding-plastics-container .section-intro {
    font-size: 1.1rem;
    color: #4a5568;
    max-width: 800px;
    margin: 0 auto 3rem auto;
    text-align: center;
  }

  .bonding-plastics-container p {
    font-size: 1rem;
    color: #4a5568;
    margin-bottom: 1rem;
  }

  .bonding-plastics-container strong {
    color: #2d3748;
    font-weight: 600;
  }

  .bonding-plastics-container .grid-layout {
    display: grid;
    grid-template-columns: 1fr; /* Single column for mobile */
    gap: 2.5rem;
    align-items: flex-start;
  }

  /* --- NEW: Pretreatment List Styling --- */
  .pretreatment-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1.5rem;
  }

  .pretreatment-item {
    display: flex;
    align-items: flex-start;
    background-color: #f7fafc;
    padding: 1.25rem;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }

  .pretreatment-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 12px rgba(0,0,0,0.06);
  }

  .pretreatment-icon {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    margin-right: 1.25rem;
    background-color: #e2e8f0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .pretreatment-icon svg {
    width: 24px;
    height: 24px;
    fill: #0056b3;
  }

  .pretreatment-text h4 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1a202c;
    margin: 0 0 0.25rem 0;
  }

  .pretreatment-text p {
    font-size: 0.95rem;
    color: #4a5568;
    margin: 0;
    line-height: 1.6;
  }

  /* --- Video Section --- */
  .video-section {
    text-align: center;
    background-color: #f7fafc;
    padding: 3rem 1rem;
    border-radius: 8px;
    margin-bottom: 3rem;
  }

  .video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    max-width: 90%;
    background: #000;
    border-radius: 8px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    margin:0 auto;
  }

  .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  /* --- Applications Section --- */
  .applications-section .application-item {
    background-color: #f7fafc;
    padding: 1.5rem;
    border-left: 4px solid #0056b3;
    border-radius: 0 8px 8px 0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .applications-section .application-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.07);
  }

  .applications-section .application-item h3 {
    font-size: 1.25rem;
    color: #1a202c;
    margin-top: 0;
    margin-bottom: 0.5rem;
  }
  
  .final-cta {
    text-align: center;
    font-size: 1.2rem;
    font-weight: 500;
    color: #2d3748;
    background-color: #e2e8f0;
    padding: 2rem;
    border-radius: 8px;
    margin-top: 3rem;
  }

  /* --- Responsive Design --- */
  @media (min-width: 768px) {
    .bonding-plastics-container {
      padding: 3rem;
    }
    .bonding-plastics-container .grid-layout {
       grid-template-columns: repeat(2, 1fr); /* Two columns for tablets and desktops */
    }
    .applications-section .grid-layout {
       grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    }
  }/* End custom CSS */