

html {
	--grid__columns: 12;
	--grid__gutter: 1.875rem;
  }

 
  
  
	.services {
		background-color: var(--color-default-dark);
		padding-bottom:auto;
		padding: var(--base-spacing-unit--m);
		justify-self: center;
		text-align: center;
		
		justify-content: center;
		align-items: center;
		
		margin-bottom: 150px;
	  }
	  
	  .section-title {
		text-align: center;
		font-size: 28px;
		font-weight: 700;
		margin-bottom: 50px;
		
		border-radius: 10px;
		background-color: #f1f1f1;
		padding: 10px;
		word-break: break-all;
		
	  }
	
	  a.boxlink {
		color: var(--color-white);
	}
	  .services-grid {
		/*display: grid;*/
		grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
		grid-gap: 30px;
		place-items: start;
		width: -webkit-fill-available;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	
	  }

	  
	  .service-item {
		background-color: #2E4281;
		margin-left: auto;
		border-radius: 8px;
		box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
		text-align: center;		
		transition: transform 0.3s ease;
		margin-top: 20px;
		text-align: center;
		margin: 20px;
		max-width: 300px;
	
	  }
	  
	  .service-item:hover {
		transform: translateY(-10px);
	  }
	  
	  .service-icon {
		font-size: 36px;
		color: #2E4281;
		margin-bottom: 20px;
	  }
	  
	  .service-title {
		font-size: 20px;
		font-weight: 600;
		margin-bottom: 10px;
		color:rgb(236, 216, 216);
	  }
	  
	  .service-description {
		color: #666;
		margin-bottom: 20px;
	  }
	  
	  .service-link {
		display: inline-block;
		background-color: #f0f0f0f0;
		color: #2E4281;
		text-decoration: none;
		padding: 8px 16px;
		border-radius: 4px;
		transition: background-color 0.3s ease;
	  }
	  
	  .service-link:hover {
		background-color: #6f91f0;
		color:#18284e
	  }
	  
	  .image {
		max-width: 100%;
		height: auto;
	  }

	    /* تنسيق المعلومات الإضافية */
  .additional-info {
    background-color: #f0f0f0f0;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	max-width: 1050px;
	margin: 0 auto;

  }
  .additional-info h2 {
    text-align: center;
	color:#2E4281;
}
.additional-info p{
	color:#2E4281;
}


/*نهاية تنسيق المعلومات الاضافية*/
	  
	  @media (max-width: 767px) {
		.services {
		  padding-bottom: 70px;
		  height: auto;
		  
		}
	  
	
		.services-grid {
			width: 100%;
			margin-left: auto;
			margin-right: auto;
			max-width: 75.9em;
		}
	  
		.service-item {
		  padding: 20px;
		}
	  
		.service-icon {
		  font-size: 32px;
		}
	  
		.service-title {
		  font-size: 18px;
		}
		

		
	  }
	  

	  .image {
	    display: block;
		margin: 0 auto;
		overflow-clip-margin: content-box;
    	overflow: clip;
		
		max-width: 100%;
		height: auto;
	  }


	  .text-excerpt {
		max-width: 400px !important; /* عرض الكرت الصغير */
		
		
		display: -webkit-box;
		-webkit-line-clamp: 2; /* عرض أول سطرين فقط */
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		cursor: pointer;
	  }
	  
	  .text-excerpt:after {
		content: "more...";
	  }

	  .text-full {
		overflow: visible;
		text-overflow: initial;
		white-space: normal;
		max-width: none;
		
		cursor: pointer;
	  }
	  
	  .text-full:after {
		content: none;
	  }


      /*********contact***********/

    
    .content_form{
      background-color: #2e4281;
      max-width: 1200px;
     /* position: sticky;*/
      margin: 150px auto;

      
    }

    .contain_design{

        color:#3b61da;
        
    }
    .button-contactForm {
      background: #2e4281;
      color: #fff;
      border-color: #325fed;
      padding: 12px 25px;
      font-weight: 600;
      font-size: 16px;
      border-radius: 5px;
      transition: all 0.3s ease-in-out;
      cursor: pointer;
      width: 100%;
      display: block;
    }
    
    .button-contactForm:hover {
      background-color: #3b61da;
      border-color: #041b64;
      color: #fff;
    }
    
    .text-center {
      text-align: center;
    }
	.success-message {
		padding: 10px;
		background-color: #4CAF50;
		color: white;
		margin-bottom: 10px;
		display: none;
		animation: fadeOut 8s forwards;
	  }

	
	  
	  @keyframes fadeOut {
		0% { opacity: 1; }
		100% { opacity: 0; }
	  }

    /*****************about**********/
	  
  .about-section {
    background-color: #f8f9fa;
    padding: 80px 0;
    font-family: 'Arial', sans-serif;
}

.about-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.section-title {
    font-size: 2.5em;
    color: #333;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}

.section-title::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background-color: #007bff;
    margin: 20px auto 0;
}

.content-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 50px;
}

.image-container {
    flex: 1;
}

.about-image {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.about-image:hover {
    transform: scale(1.05);
}

.text-content {
    flex: 2;
}

.sub-title {
    font-size: 1.8em;
    color: #007bff;
    margin-bottom: 20px;
}

p {
    font-size: 1.1em;
    line-height: 1.6;
    color: #555;
    margin-bottom: 20px;
}

.services-list {
    list-style-type: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.services-list li {
    background-color: #e9ecef;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 1em;
    color: #333;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.services-list li:hover {
    background-color: #007bff;
    color: #fff;
    transform: translateY(-5px);
}

@media (max-width: 768px) {
    .content-wrapper {
        flex-direction: column;
    }
    
    .services-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .services-list {
        grid-template-columns: 1fr;
    }
}


/*********policy**********/



.policy-container {
	/*width: 80%;*/
	max-width: 1200px;
	/*margin: 20px auto;*/
	padding: 20px;
}



p {
	margin: 10px 0;
}


a {
	color: #0275d8;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.definition-list dt {
	font-weight: bold;
}

  /*********************/

  