/*[text-split] {
    opacity: 0;
  }

  html.w-editor [text-split] {
    opacity: 1;
  }*/


::-webkit-scrollbar {
  width: 6px; /* Thin scrollbar */
}

::-webkit-scrollbar-track {
  background: #f1f1f1; /* Track background */
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: #888; /* Scrollbar color */
  border-radius: 10px; /* Rounded corners */
}

::-webkit-scrollbar-thumb:hover {
  background: #555; /* Darker on hover */
}


  .word {
    overflow: hidden;
    padding-bottom: 0.1em;
    margin-bottom: -0.1em;
    transform-origin: bottom;
  }    

 @media (min-width: 1200px) and (max-width: 1699px){
    .tailored-sec{
  	  height: 900px !important;
      margin-bottom: 140px;
    }
      .comprehensive-sec .container{
 		 margin-bottom: 120px !important;
	  }
      

  

  }
  

  
  .comprehensive-sec .container{
  	margin-bottom: 90px;
  }
  
  @media (min-width: 1200px) {
  	.family-takaful-sec {
    	padding-top: 30px;
    }
  }