body {
    color: #fff;
    font-family: "Open Sans",sans-serif;
    font-size: 100%;
    line-height: 1.4;
    font-weight: 400;
    font-size: 17px;
  }
  .portfolio-list .portfolio-content img {
    width: 100%;
    height: 200px;
  }
  .top-header a {
    color: #fff;
    text-decoration:
  none;
  }
  .client-logo {
      text-align: center;
      padding: 10px;
  }
  
  .client-logo img {
      width: 120px;
      height: 120px;
      object-fit: contain;
      border: 2px solid #ddd;         /* إطار رمادي خفيف */
      border-radius: 50%;             /* يجعل الشكل دائري */
      padding: 10px;
      background-color: white;        /* خلفية بيضاء داخل الدائرة */
      box-shadow: 0 2px 8px rgba(0,0,0,0.1); /* ظل خفيف */
      transition: transform 0.3s ease;
  }
  
  .client-logo img:hover {
      transform: scale(1.05);
      border-color: #999; /* عند التحويم يصبح الإطار أغمق */
  }
  
  
  
  .sf-menu > li > a {
    color: #fff;
  }
  .sf-menu>li.menu-item-object-custom.current-menu-item>a {
          color: #27a8d9;
      }
  .top-header .contact-info {
    float: right;
    color: #fff;
  }
  .top-header .contact-info b {
    margin-left: 5px;
    color: #3a9ad9;
    font-weight: 400;
  }
  .site-title {
    margin:
  0;
    color: #fff;
    font-family: "Open Sans",sans-serif;
    font-size: 36px;
    font-weight: 700;
  }
  
  .site-tagline {
    padding:
  0 0 0 2px;
    margin:
  0;
    color: #fff;
    font-size: 14px;
  }
  .site-header {
    position: relative;
    background:
  #4f276d;
    z-index: 100;
  }
  .site-header {
    position: relative;
    background:
  #40454b;
    z-index: 100;
  }
  .main-header .menu-toggle {
    color: #fff;
    font-size: 14px;
  }
  @media (max-width: 767px) {
      .sf-menu > li > a {
    padding:
  14px 0;
    color: #fff;
  }
.main-header .menu-toggle {
    background:
  #3997d5;
    border:
  1px solid #d9dde0;
    padding:
  8px 15px 5px;
    min-height: 0;
    font-size: 14px;
    min-width: 115px;
  }
.top-header .contact-info {
      float: none !important;
      display: flex !important;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      text-align: center;
      margin-top: 10px;
      margin-bottom: 10px;
    }
  
    .top-header .contact-info .info-list {
      padding: 0;
      margin: 0;
      list-style: none;
    }
  
    .top-header .contact-info .info-list li {
      margin: 4px 0;
    }
      .sf-menu ul a {
      padding:
  9px 0;
      color: #fff;
    }
  }
  
      .site-title {
    margin:
  0;
    color: #fff;
    font-family: "Open Sans",sans-serif;
    font-size: 26px;
    font-weight: 700;
  }
      .site-tagline {
    padding:
  0 0 0 2px;
    margin:
  0;
    color: #fff;
    font-size: 12px;
  }

  .sf-menu > li > a {
    padding:
  14px 0;
    color: #fff;
  }
  .white-section {
    background: 
       linear-gradient(135deg, 
        rgba(79, 39, 109, 0.9) 0%,  
        rgba(79, 39, 109, 0.85) 70%,  
        rgba(67, 97, 238, 0.7) 85%,
        rgba(255, 255, 255, 0.3) 100% 
      ),
      url('texture.png') center/cover;
  }
  .site-main .button.white-button{
    padding:
  12px 26px;
    background:
  transparent;
    color: #fff;
    border:
  2px solid #fff;
    text-shadow: none;
  }
  .client-section {
    background:
  rgba(50,65,85,0.75);
    color: #fff;
      padding: 80px 0 !important;
  }
  .top-header {
    background:
  #34393f;
    font-size: 14px;
    border-bottom:
  1px solid #34393f;
  }
  .team-name {
    margin:
  0 0 7px;
    color: #fff;
  }
  .team-position {
    color: #fff;
    font-size: 13px;
  }
  a, a:hover, a:focus {
    color: #3a9ad9;
  }
  .toTop {
    display: block;
    position: absolute;
    top: -26px;
    left: 50%;
    margin:
  0 0 0 -35px;
    background:
  #6a3384;
    font-size: 25px;
    line-height: 1;
    width: 70px;
    height: 24px;
    text-align: center;
  }
  .site-footer {
    position: relative;
    color: #fff;
    border-top:
  3px solid #6a3384;
  }
  .site-footer .widget.theme_widget_about .info-list b {
    color: #3a9ad9;
  }
   /* Why Choose Us Section */
      .why-choose-us {
          padding: 80px 0;
          background: rgba(50,65,85,0.75);
      }
      
      .why-choose-us .container {
          max-width: 1200px;
          margin: 0 auto;
          padding: 0 20px;
      }
      
      .why-choose-us .section-title {
          font-size: 36px;
          font-weight: 700;
          text-align: center;
          margin-bottom: 60px;
          color: #fff;
          position: relative;
      }
      
      .why-choose-us .section-title span {
          color: #8e44ad;
      }
      
      .why-choose-us .section-title:after {
          content: "";
          display: block;
          width: 80px;
          height: 3px;
          background: #8e44ad;
          margin: 15px auto 0;
      }
      
      .features-grid {
          display: grid;
          grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
          gap: 30px;
      }
      
      .feature-card {
          background: #fff;
          padding: 40px 30px;
          border-radius: 10px;
          box-shadow: 0 10px 30px rgba(0,0,0,0.05);
          text-align: center;
          transition: all 0.4s ease;
          position: relative;
          overflow: hidden;
          border-top: 3px solid #8e44ad;
      }
      
      .feature-card:hover {
          transform: translateY(-10px);
          box-shadow: 0 15px 40px rgba(0,0,0,0.1);
      }
      
      .feature-icon {
          margin-bottom: 25px;
      }
      
      .feature-icon i {
          font-size: 60px;
          color: #8e44ad;
          transition: all 0.3s ease;
      }
      
      .feature-card:hover .feature-icon i {
          transform: scale(1.1);
          text-shadow: 0 5px 15px rgba(142, 68, 173, 0.3);
      }
      
      .feature-card h3 {
          font-size: 22px;
          margin-bottom: 20px;
          color: #2c3e50;
          position: relative;
          padding-bottom: 15px;
      }
      
      .feature-card h3:after {
          content: "";
          display: block;
          width: 50px;
          height: 2px;
          background: #8e44ad;
          margin: 0 auto;
          position: absolute;
          bottom: 0;
          left: 50%;
          transform: translateX(-50%);
      }
      
      .feature-card p {
          color: #666;
          line-height: 1.7;
          font-size: 16px;
      }
      
      .feature-ribbon {
          position: absolute;
          top: 15px;
          right: 15px;
          background: #8e44ad;
          color: white;
          width: 40px;
          height: 40px;
          border-radius: 50%;
          display: flex;
          align-items: center;
          justify-content: center;
          font-weight: 700;
          font-size: 18px;
          box-shadow: 0 3px 10px rgba(142, 68, 173, 0.3);
      }
      
      @media (max-width: 768px) {
          .why-choose-us {
              padding: 60px 0;
          }
          
          .why-choose-us .section-title {
              font-size: 30px;
              margin-bottom: 40px;
          }
          
          .features-grid {
              grid-template-columns: 1fr;
          }
          
          .feature-card {
              padding: 30px 20px;
          }
      }
      
    /* Expertise Section Styles */
      .expertise-section {
          padding: 80px 0;
          font-family: 'Poppins', sans-serif;
      }
      
      .expertise-section .container {
          max-width: 1200px;
          margin: 0 auto;
          padding: 0 20px;
      }
      
      .expertise-section .section-title {
          font-size: 36px;
          font-weight: 700;
          text-align: center;
          margin-bottom: 50px;
          color: #fff;
      }
      
      .expertise-section .section-title span {
          color: #8e44ad;
      }
      
      .expertise-grid {
          display: grid;
          grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
          gap: 30px;
      }
      
      .expertise-card {
          background: #fff;
          padding: 30px;
          border-radius: 10px;
          box-shadow: 0 5px 15px rgba(0,0,0,0.05);
          text-align: center;
          transition: all 0.4s ease;
          position: relative;
          overflow: hidden;
          border: 1px solid #f0f0f0;
      }
      
      .expertise-card:hover {
          transform: translateY(-10px);
          box-shadow: 0 15px 30px rgba(0,0,0,0.1);
          border-color: #8e44ad;
      }
      
      .expertise-icon {
          margin-bottom: 20px;
      }
      
      .expertise-icon i {
          font-size: 60px;
          color: #8e44ad;
          transition: all 0.3s ease;
      }
      
      .expertise-card:hover .expertise-icon i {
          transform: scale(1.1);
          text-shadow: 0 5px 15px rgba(142, 68, 173, 0.4);
      }
      
      .expertise-number {
          font-size: 50px;
          font-weight: 700;
          color: rgba(142, 68, 173, 0.1);
          position: absolute;
          top: 10px;
          right: 20px;
          line-height: 1;
      }
      
      .expertise-card h3 {
          font-size: 22px;
          margin-bottom: 15px;
          color: #2c3e50;
          position: relative;
      }
      
      .expertise-card:hover h3 {
          color: #8e44ad;
      }
      
      .expertise-card p {
          color: #666;
          line-height: 1.6;
      }
      
      @media (max-width: 768px) {
          .expertise-section {
              padding: 60px 0;
          }
          
          .expertise-section .section-title {
              font-size: 28px;
              margin-bottom: 30px;
          }
          
          .expertise-grid {
              grid-template-columns: 1fr;
          }
      }