.cms-id-2 .section ul {
list-style: inside;
}
    .section {
        background: #fff;
        padding: 25px 30px;
        border-radius: 15px;
        box-shadow: 0px 4px 24px 0px rgba(0,0,0,.1);
        margin-bottom: 30px;
        position: relative;
    }

    .highlight {
        background-color: #f8f8f8;
        padding: 20px;
        border-right: 3px solid #000;
        margin: 20px 0;
        border-radius: 0;
    }
	.highlight p{
		margin:0
	}
    .note {
        color: #000;
        font-weight: bold;
        background-color: #f0f0f0;
        padding: 2px 5px;
        border-radius: 2px;
    }

    @media (max-width: 768px) {

        .section {
            padding: 20px;
        }
        h1 {
            font-size: 1.7rem;
        }
        h2 {
            font-size: 1.3rem;
        }
    }


#cms #body_wrapper {
  background-color: #ffffff;
}
    
    .section-title {
        color: #000;
        text-align: center;
        margin: 40px 0 30px;
        position: relative;
        padding-bottom: 15px;
		font-weight: 700;
  text-transform: uppercase;
  font-family: "irswl";
    }
    


    
    /* استایل بخش ویژگی‌ها */
    .feature-list {
        margin-top: 30px;
    }
    
    .feature-item {
        display: flex;
        align-items: flex-start;
        margin-bottom: 25px;
    }
    
    .feature-icon {
        background: #000000;
        color: white;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 15px;
        flex-shrink: 0;
        font-weight: bold;
    }
    
    .feature-text h3 {
        color: #000;
        margin-bottom: 8px;

				font-weight: 400;
  text-transform: uppercase;
  font-family: "irswl";
    }
    
    /* استایل کارت‌های ویژگی */
    .features-grid {
display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 10px;
  margin-top: 30px;
    }
    
    .feature-card {
        background: #fff;
        border-radius: 15px;
        padding: 15px;
		border:1px solid #dddddd;
        transition: all 0.3s ease;
    }
    
    .feature-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        border-color: #000000;
    }
    
    .feature-card h3 {
        color: #000000;
        margin-bottom: 15px;

				font-weight: 400;
  text-transform: uppercase;
  font-family: "irswl";
    }
    
    /* استایل بخش تیم */
  .team-section {
        background: #f8f9fa;
        padding: 50px 0;
        margin: 40px 0;
    }
    
    .about-us {
        max-width: 1000px;
        margin: 0 auto;
        padding: 0 20px;
    }
    
    .about-us p {

        line-height: 1.8;
        color: #444;
        margin-bottom: 30px;
    }
    
    .expertise h3 {
        color: #2c3e50;
        font-size: 1.4rem;
        margin: 40px 0 20px;
        padding-bottom: 10px;
        border-bottom: 2px solid #000;
    }
    
    .expertise ul {
        list-style: none;
        padding: 0;
    }
    
    .expertise li {
        margin-bottom: 10px;
border-bottom:1px solid #ddd;
padding-bottom:20px;
padding-top:10px;
    }
        .expertise li:last-child {
border:0
    }
    .expertise li strong {
        color: #000;
        font-size: 1rem;
        display: block;
        margin-bottom: 10px;
		font-weight:400;
		 font-family: "irswl";
    }
    
    .expertise li p {
        margin: 0;
        color: #333;
		font-size:15px;
        line-height: 1.7;
    }
    

    
    @media (max-width: 768px) {
        .team-section {
            padding: 15px;
        }
        
        .expertise li {
            padding: 10px;
        }
        

    }
    
    /* استایل بخش مزایا */
    .benefits-list {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
        gap: 10px;
        margin-top: 30px;
    }
    
    .benefit-item {
        background: white;
        padding: 15px;
        border-radius: 15px;
				border:1px solid #dddddd;
    }
    
    .benefit-item h3 {
        color: #000000;
        margin-bottom: 15px;
				font-weight: 400;
  text-transform: uppercase;
  font-family: "irswl";
    }
    
    /* استایل CTA */
    .cta-box {
        background: #000000;
        color: white;
        text-align: center;
        padding: 40px 30px;
        border-radius: 15px;
        margin-top: 50px;
    }
     .cta-box p{
		text-align: center; 
	 }
    .cta-box h3 {
        font-size: 1.2rem;
        margin-bottom: 15px;
		  font-family: "irswl";
    }
    
    .cta-button {
        display: inline-block;
        background: white;
        color: #000000;
        padding: 12px 30px;
        border-radius: 30px;
        text-decoration: none;
        font-weight: bold;
        margin-top: 20px;
        transition: all 0.3s ease;
    }
    
    .cta-button:hover {
        background: #f8f9fa;
        transform: translateY(-3px);
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    }
    
    /* رسپانسیو */
    @media (max-width: 768px) {
        .section-title {
            font-size: 1.2rem;
        }
        
        .content-box, .about-us   {
            padding: 0;
        }
        .feature-card, .benefit-item{
			padding:10px;
		}
        .features-grid, .benefits-list {
            grid-template-columns: 1fr;
        }
    }