/* Add Google Fonts import for Tajawal */
@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@400;500;600;700;800&display=swap');
/* Variables */
:root {
    --primary: #004b27;
    --primary-dark: #003a1f;
    --primary-light: #006837;
    --accent: #F7B538;
    --accent-light: #FFF8E8;
    --text: #181818;
    --text-light: #666666;
    --text-lighter: #999999;
    --white: #ffffff;
    --light-gray: #f5f5f5;
    --medium-gray: #e0e0e0;
    --border-color: #eaeaea;
    --shadow-sm: 0 2px 10px rgba(0, 0, 0, 0.03);
    --shadow-md: 0 5px 30px rgba(0, 0, 0, 0.05);
    --shadow-lg: 0 10px 50px rgba(0, 0, 0, 0.08);
    --transition: all 0.25s ease;
    --radius-sm: 8px;
    --radius-md: 12px;
    --radius-lg: 20px;
    --font-primary: 'Tajawal', sans-serif;
  }
  
  /* Reset & Base Styles */
  .sketch-style {
    font-family: var(--font-primary);
    color: var(--text);
    background-color: var(--white);
    text-align: right;
    font-weight: 400;
    line-height: 1.6;
    scroll-behavior: smooth;
    overflow-x: hidden;
  }
  
  body.sketch-style {
    overflow-x: hidden;
  }
  
  .sketch-style * {
    box-sizing: border-box;
  }
  
  /* General Typography */
  h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-weight: 700;
    line-height: 1.3;
  }
  
  p {
    margin: 0;
  }
  
  a {
    text-decoration: none;
    color: var(--primary);
    transition: var(--transition);
  }
  
  img {
    max-width: 100%;
    height: auto;
    display: block;
  }
  
  /* Header & Navigation */
  
  .sketch-link-button {
    color: var(--primary);
    font-weight: 600;
    transition: var(--transition);
  }
  
  .sketch-link-button:hover {
    opacity: 0.8;
  }
  
  .sketch-primary-button {
    display: inline-block;
    background-color: var(--primary);
    color: var(--white);
    padding: 0.4rem 1rem;
    border-radius: var(--radius-sm);
    font-weight: 600;
    transition: var(--transition);
  }
  
  .sketch-primary-button:hover {
    background-color: var(--primary-dark);
    color: var(--white);
    transform: translateY(-2px);
    box-shadow: var(--shadow-sm);
  }
  
  .sketch-secondary-button {
    display: inline-block;
    background-color: var(--white);
    color: var(--primary);
    padding: 0.4rem 1rem;
    border-radius: var(--radius-sm);
    font-weight: 600;
    transition: var(--transition);
    border: 1px solid var(--border-color);
  }
  
  .sketch-secondary-button:hover {
    background-color: var(--light-gray);
    color: var(--primary-dark);
    transform: translateY(-2px);
  }

  
  /* Hero Section */
  .sketch-hero {
    padding: 160px 0 80px;
    position: relative;
    overflow: hidden;
    background-color: var(--light-gray);
  }

  .sketch-hero-about {
    padding: 160px 0px 0px;
    background-color: var(--light-gray);
  }
  
  .sketch-tag {
    display: inline-block;
    background-color: var(--accent-light);
    color: var(--primary);
    padding: 0.5rem 1rem;
    border-radius: 100px;
    font-weight: 600;
    font-size: 0.9rem;
  }
  
  .sketch-hero-title {
    font-size: 3.5rem;
    font-weight: 800;
    color: var(--text);
    line-height: 1.2;
  }
  
  .sketch-hero-title .highlight {
    color: var(--primary);
    position: relative;
  }
  
  .sketch-hero-title .highlight::after {
    content: '';
    position: absolute;
    bottom: 5px;
    right: 0;
    left: 0;
    width: 100%;
    height: 8px;
    background-color: var(--accent);
    z-index: -1;
    opacity: 0.3;
  }
  
  .sketch-hero-text {
    font-size: 1.1rem;
    color: var(--text-light);
    max-width: 600px;
  }
  
  .sketch-hero-actions {
    display: flex;
    align-items: center;
  }
  
  .sketch-video-button {
    display: flex;
    align-items: center;
    color: var(--primary);
    font-weight: 600;
    transition: var(--transition);
  }
  
  .sketch-play-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: var(--white);
    border-radius: 50%;
    margin-left: 10px;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
  }
  
  .sketch-video-button:hover {
    color: var(--primary-dark);
  }
  
  .sketch-video-button:hover .sketch-play-icon {
    transform: scale(1.1);
    box-shadow: var(--shadow-md);
  }
  
  .sketch-hero-image {
    position: relative;
  }
  
  .sketch-hero-image img {
    height: 40rem;
    width: auto;
    object-fit: cover;
    position: relative;
    z-index: 2;
  }

  @media (max-width: 990px) {
    .sketch-hero-image-about img {
      height: 20rem;
      width: auto;
      object-fit: cover;
      object-position: bottom center;
      z-index: 1;
      overflow: visible !important;
      
    }
  }

  .sketch-hero-image {
    position: relative;
  }
  
  .sketch-hero-image-about img {
    height: 40rem;
    width: auto;
    object-fit: cover;
    position: relative;
    z-index: 2;
  }

  @media (max-width: 990px) {
    .sketch-hero-image-about img {
      height: 40rem;
      width: auto;
      object-fit: cover;
      object-position: bottom center;
      z-index: 1;
      overflow: visible !important;
      
    }
  }

  @media (max-width: 990px) {
    .sketch-hero-image img {
      height: 20rem;
      width: auto;
      object-fit: cover;
      object-position: bottom center;
      z-index: 1;
      overflow: visible !important;
      content: url(../images/hero-mockup-mobile.png);
    }
  }
  
  .sketch-blob {
    position: absolute;
    width: 300px;
    height: 300px;
    background-color: var(--accent);
    opacity: 0.1;
    border-radius: 60% 40% 70% 30% / 30% 70% 30% 70%;
    bottom: -30px;
    left: -30px;
    z-index: 1;
    animation: blob-animation 15s infinite alternate;
  }
  
  @keyframes blob-animation {
    0% {
      border-radius: 60% 40% 70% 30% / 30% 70% 30% 70%;
    }
    50% {
      border-radius: 30% 70% 30% 70% / 60% 40% 70% 30%;
    }
    100% {
      border-radius: 60% 40% 70% 30% / 30% 70% 30% 70%;
    }
  }
  
  .sketch-statistics-card {
    position: absolute;
    bottom: 20px;
    right: -30px;
    background-color: var(--white);
    padding: 20px;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-md);
    width: 150px;
    text-align: center;
    z-index: 3;
  }
  
  .sketch-statistics-icon {
    width: 40px;
    height: 40px;
    background-color: var(--accent-light);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
    color: var(--primary);
  }
  
  .sketch-statistics-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 5px;
  }
  
  .sketch-statistics-text {
    font-size: 0.85rem;
    color: var(--text-light);
  }
  
  /* Highlights Section */
  .sketch-highlights {
    padding: 80px 0;
  }
  
  .sketch-section-title-container {
    margin-bottom: 60px;
  }
  
  .sketch-section-title {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 10px;
    color: var(--text);
  }
  
  .sketch-section-subtitle {
    font-size: 1.1rem;
    color: var(--text-light);
    max-width: 600px;
    margin: 0 auto;
  }
  
  .sketch-section-text {
    font-size: 1.1rem;
    color: var(--text-light);
    margin: 20px 0;
  }
  
  .sketch-highlight-card {
    padding: 40px 20px;
    text-align: center;
    height: 100%;
    transition: var(--transition);
  }
  
  .sketch-highlight-card:hover {
    transform: translateY(-5px);
  }
  
  .sketch-highlight-number {
    font-size: 3rem;
    font-weight: 800;
    color: var(--primary);
    margin-bottom: 5px;
  }
  
  .sketch-highlight-text {
    font-size: 1.1rem;
    color: var(--text-light);
  }
  
  /* Features Section */
  .sketch-features {
    padding: 100px 0;
    background-color: var(--light-gray);
  }
  
  .sketch-feature-card {
    background-color: var(--white);
    padding: 40px;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-sm);
    height: 100%;
    transition: var(--transition);
  }
  
  .sketch-feature-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-md);
  }
  
  .sketch-feature-icon {
    width: 60px;
    height: 60px;
    background-color: var(--accent-light);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    color: var(--primary);
    font-size: 1.5rem;
  }
  
  .sketch-feature-title {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: var(--text);
  }
  
  .sketch-feature-text {
    color: var(--text-light);
    margin-bottom: 20px;
  }
  
  .sketch-feature-tags {
    display: flex;
    flex-wrap: wrap;
  }
  
  .sketch-feature-tag {
    display: inline-block;
    background-color: var(--light-gray);
    color: var(--text-light);
    padding: 0.3rem 0.8rem;
    border-radius: var(--radius-sm);
    font-size: 0.8rem;
    margin-left: 8px;
    margin-bottom: 8px;
  }
  
  /* App Features */
  .sketch-app-features {
    padding: 100px 0;
  }
  
  .sketch-app-feature {
    display: flex;
    align-items: flex-start;
    transition: var(--transition);
  }
  
  .sketch-app-feature:hover {
    transform: translateX(-5px);
  }
  
  .sketch-app-feature-number {
    font-size: 1.2rem;
    font-weight: 800;
    color: var(--primary);
    background-color: var(--accent-light);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
    flex-shrink: 0;
  }
  
  .sketch-app-feature-title {
    font-size: 1.3rem;
    margin-bottom: 8px;
    color: var(--text);
  }
  
  .sketch-app-feature-text {
    color: var(--text-light);
  }
  
  .sketch-app-mockup-container {
    position: relative;
    padding: 20px;
    height: 200px;
  }
  
  .sketch-app-mockup {
    width: 170px;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-md);
    transition: var(--transition);
  }
  
  .sketch-app-mockup-1 {
    position: relative;
    z-index: 3;
    transform: rotate(-5deg);
  }
  
  .sketch-app-mockup-2 {
    position: absolute;
    top: 50px;
    right: 100px;
    z-index: 2;
    transform: rotate(5deg);
  }
  
  .sketch-app-mockup:hover {
    transform: rotate(0);
  }
  
  .sketch-app-mockup-blob {
    position: absolute;
    width: 350px;
    height: 350px;
    background-color: var(--accent);
    opacity: 0.1;
    border-radius: 50%;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
  }
  
  /* Testimonials */
  .sketch-testimonials {
    padding: 100px 0;
    background-color: var(--light-gray);
  }
  
  .sketch-testimonial-card {
    background-color: var(--white);
    border-radius: var(--radius-lg);
    padding: 40px;
    max-width: 900px;
    margin: 0 auto;
    box-shadow: var(--shadow-sm);
  }
  
  .sketch-testimonial-content {
    margin-bottom: 30px;
  }
  
  .sketch-testimonial-rating {
    margin-bottom: 20px;
    color: var(--accent);
  }
  
  .sketch-testimonial-quote {
    position: relative;
  }
  
  .sketch-testimonial-quote blockquote {
    margin: 0;
    font-size: 1.15rem;
    color: var(--text);
    line-height: 1.7;
    font-weight: 500;
  }
  
  .sketch-testimonial-author {
    display: flex;
    align-items: center;
  }
  
  .sketch-testimonial-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    margin-left: 15px;
    flex-shrink: 0;
  }
  
  .sketch-testimonial-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .sketch-testimonial-name {
    font-size: 1.1rem;
    margin-bottom: 5px;
  }
  
  .sketch-testimonial-position {
    font-size: 0.9rem;
    color: var(--text-light);
  }
  
  .sketch-testimonial-dots {
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }
  
  .sketch-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--medium-gray);
    margin: 0 5px;
    cursor: pointer;
    transition: var(--transition);
  }
  
  .sketch-dot.active {
    width: 30px;
    border-radius: 10px;
    background-color: var(--primary);
  }
  
  /* Partners */
  .sketch-partners {
    padding: 80px 0;
  }
  
  
  .sketch-partner {
    display: flex;
    filter: grayscale(100%) opacity(0.6);
    transition: var(--transition);

  }

  .sketch-partner img {
    height: 100px;
    width: auto;
  }

  
  .sketch-partner:hover {
    filter: grayscale(0%) opacity(1);
  }
  
  /* CTA */
  .sketch-cta {
    padding: 60px 0;
  }
  
  .sketch-cta-card {
    background-color: var(--primary);
    border-radius: var(--radius-lg);
    padding: 60px;
    color: var(--white);
    text-align: center;
  }
  
  .sketch-cta-title {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 15px;
  }
  
  .sketch-cta-text {
    font-size: 1.2rem;
    opacity: 0.9;
    max-width: 600px;
    margin: 0 auto 30px;
  }
  
  .sketch-cta-actions {
    display: flex;
    justify-content: center;
  }
  
  .sketch-cta .sketch-primary-button {
    background-color: var(--white);
    color: var(--primary);
  }
  
  .sketch-cta .sketch-primary-button:hover {
    background-color: var(--accent);
    color: var(--primary);
  }
  
  .sketch-cta .sketch-secondary-button {
    border-color: rgba(255, 255, 255, 0.2);
    color: var(--primary);
  }
  
  .sketch-cta .sketch-secondary-button:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: var(--white);
  }
  
  /* Footer */
  .sketch-footer {
    background-color: var(--white);
    padding: 100px 0 50px;
    position: relative;
  }
  
  .sketch-footer-heading {
    font-size: 1.2rem;
    margin-bottom: 25px;
    color: var(--text);
  }
  
  .sketch-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .sketch-footer-links li {
    margin-bottom: 12px;
  }
  
  .sketch-footer-links a {
    color: var(--text-light);
    transition: var(--transition);
  }
  
  .sketch-footer-links a:hover {
    color: var(--primary);
  }
  
  .sketch-footer-text {
    color: var(--text-light);
    line-height: 1.7;
  }
  
  .sketch-social {
    display: flex;
  }
  
  .sketch-social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: var(--light-gray);
    border-radius: 50%;
    margin-left: 10px;
    color: var(--text);
    transition: var(--transition);
  }
  
  .sketch-social-link:hover {
    background-color: var(--primary);
    color: var(--white);
    transform: translateY(-3px);
  }
  
  .sketch-footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .sketch-footer-contact li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    color: var(--text-light);
  }
  
  .sketch-footer-contact i {
    margin-left: 15px;
    color: var(--primary);
  }
  
  .sketch-footer-contact a {
    color: var(--text-light);
  }
  
  .sketch-footer-contact a:hover {
    color: var(--primary);
  }
  
  .sketch-app-badges {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 1.5rem;
  }
  
  .sketch-app-badge {
    margin-left: 10px;
    margin-bottom: 10px;
    transition: var(--transition);
  }
  
  .sketch-app-badge img {
    max-height: 40px;
    width: auto;
  }
  
  .sketch-app-badge:hover {
    transform: translateY(-3px);
  }
  
  .sketch-footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 60px;
    padding-top: 30px;
    border-top: 1px solid var(--border-color);
  }
  
  .sketch-copyright {
    color: var(--text-lighter);
    font-size: 0.9rem;
  }
  
  .sketch-footer-legal {
    display: flex;
  }
  
  .sketch-footer-legal a {
    color: var(--text-lighter);
    font-size: 0.9rem;
    margin-right: 20px;
  }
  
  .sketch-footer-legal a:last-child {
    margin-right: 0;
  }
  
  .sketch-footer-legal a:hover {
    color: var(--primary);
  }
  
  .sketch-back-to-top {
    position: fixed;
    bottom: 30px;
    left: 30px;
    width: 50px;
    height: 50px;
    background-color: var(--white);
    color: var(--text);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--shadow-sm);
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
    z-index: 99;
  }
  
  .sketch-back-to-top.show {
    opacity: 1;
    visibility: visible;
  }
  
  .sketch-back-to-top:hover {
    background-color: var(--primary);
    color: var(--white);
    transform: translateY(-5px);
    box-shadow: var(--shadow-md);
  }
  
  /* Responsive Adjustments */
  @media (max-width: 991.98px) {
    .sketch-hero {
      padding: 120px 0px 0px;
      text-align: center;
    } 
  
    
    .sketch-hero-title {
      font-size: 2.8rem;
    }
    
    .sketch-hero-actions {
      justify-content: center;
    }
    
    .sketch-hero-text {
      margin-left: auto;
      margin-right: auto;
    }
    
    .sketch-section-title {
      font-size: 2.2rem;
    }
    
    .sketch-cta-title {
      font-size: 2.2rem;
    }
    
    .sketch-cta-card {
      padding: 40px 30px;
    }
    
    .sketch-partners-grid {
      grid-template-columns: repeat(3, 1fr);
    }
    
    .sketch-app-mockup-container {
      height: 350px;
    }
    
    .sketch-app-mockup-2 {
      right: 40px;
    }
    
    .sketch-footer-bottom {
      flex-direction: column;
      text-align: center;
    }
    
    .sketch-copyright {
      margin-bottom: 15px;
    }
    
    .sketch-footer-legal {
      justify-content: center;
    }
  }
  
  @media (max-width: 767.98px) {
    .sketch-hero-title {
      font-size: 2.2rem;
    }
    
    .sketch-hero-actions {
      flex-direction: column;
      align-items: center;
    }
    
    .sketch-video-button {
      margin-top: 15px;
      margin-right: 0;
    }
    
    .sketch-section-title {
      font-size: 2rem;
    }
    
    .sketch-app-mockup-container {
      max-width: 300px;
      margin: 0 auto;
      height: 300px;
    }
    
    .sketch-app-mockup-2 {
      right: 0;
      top: 20px;
    }
    
    .sketch-partners-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
    }
    
    .sketch-testimonial-card {
      padding: 25px;
    }
    
    .sketch-cta-actions {
      flex-direction: column;
      align-items: center;
      gap: 15px;
    }
    
    .sketch-cta .sketch-secondary-button {
      margin: 0;
    }
    
    .sketch-social {
      justify-content: flex-start;
    }
    
    .sketch-app-badges {
      justify-content: flex-start;
    }
    
    .sketch-footer {
      padding: 60px 0 40px;
    }
    
    .sketch-footer-bottom {
      flex-direction: column;
      gap: 15px;
      text-align: center;
    }
    
    .sketch-footer-legal {
      justify-content: center;
      flex-wrap: wrap;
      gap: 15px;
    }
    
    .sketch-footer-legal a {
      margin-right: 0;
    }
    
    .col-md-4:last-child {
      margin-top: 2rem;
    }
    
    .sketch-features {
      padding: 60px 0;
    }
    
    .sketch-feature-card {
      padding: 25px;
    }
    
    .sketch-app-features {
      padding: 60px 0;
    }
    
    .sketch-testimonials {
      padding: 60px 0;
    }
    
    .sketch-partners {
      padding: 40px 0;
    }
  }
  
  @media (max-width: 575.98px) {
    .sketch-hero {
      padding: 120px 0 0px;
    }
  
    .sketch-hero-about {
      padding: 120px 0 0px;
    }
    
    .sketch-hero-title {
      font-size: 1.8rem;
    }
    
    .sketch-section-title {
      font-size: 1.8rem;
    }
    
    .sketch-feature-card {
      padding: 30px;
    }
    
    .sketch-testimonial-author {
      flex-direction: column;
      text-align: center;
    }
    
    .sketch-testimonial-avatar {
      margin-left: 0;
      margin-bottom: 15px;
    }
    
    .sketch-app-feature {
      flex-direction: column;
    }
    
    .sketch-app-feature-number {
      margin-bottom: 15px;
      margin-left: 0;
    }
    
    .sketch-partners-grid {
      grid-template-columns: 1fr;
    }
    
    .sketch-cta-card {
      padding: 30px 20px;
    }
    
    .sketch-footer {
      padding: 40px 0 30px;
      text-align: center;
    }
    
    .sketch-social {
      justify-content: center;
    }
    
    .sketch-app-badges {
      justify-content: center;
    }
    
    .sketch-footer-contact li {
      justify-content: center;
    }
    
    .sketch-footer-contact i {
      margin-left: 10px;
    }
    
    .sketch-back-to-top {
      bottom: 20px;
      left: 20px;
      width: 40px;
      height: 40px;
    }
  }

  /* تنسيق صور أعضاء الفريق */
  .sketch-team-image {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    background-color: #f8f9fa;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.07);
  }

  .team-member-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .sketch-team-card {
    padding: 1.5rem 0.5rem;
    background-color: #fff;
    border-radius: 8px;
    transition: all 0.3s ease;
    height: 100%;
  }

  .sketch-team-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  }

  .sketch-team-name {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 5px;
  }

  .sketch-team-position {
    font-size: 0.85rem;
    color: var(--text-light);
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }

  .sketch-team-social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #f8f9fa;
    color: var(--primary);
    margin: 0 3px;
    transition: all 0.2s ease;
  }

  .sketch-team-social-link:hover {
    background-color: var(--primary);
    color: white;
  }

  /* تعديلات للأجهزة المحمولة */
  @media (max-width: 767.98px) {
    .sketch-team-image {
      width: 100px;
      height: 100px;
    }
    
    .sketch-team-name {
      font-size: 0.9rem;
    }
    
    .sketch-team-position {
      font-size: 0.8rem;
    }
  }
  
  @media (max-width: 575.98px) {
    .sketch-team-image {
      width: 80px;
      height: 80px;
    }
  }
