/* Hero Section */
.service-hero {
    background: linear-gradient(rgba(15, 37, 64, 0.8), rgba(15, 37, 64, 0.4)),
     url(../IMG/8.jpg);
    background-size: cover;
    background-position: center;
    padding: 120px 0 80px;
    color: white;
    text-align: center;
    position: relative;
}

.service-shapes .shape {
    background: rgba(42, 167, 223, 0.2);
}

.service-hero .container {
    position: relative;
    z-index: 10;
}

.service-hero h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.breadcrumb {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    background-color: transparent;
    justify-content: center;
}

.breadcrumb-item a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    position: relative;
    z-index: 99;
}

.breadcrumb-item.active {
    color: var(--primary-color);
}

/* أنماط مخصصة للقسم */
.service-intro {
    position: relative;
    overflow: hidden;
    background-color: var(--sectoin-color);
}
.service-intro  h2{
    color: var(--blue-color);
}

.img-container {
    /* box-shadow: 0 15px 30px rgba(0,0,0,0.1); */
    transition: all 0.3s ease;
    max-width: 40%;
    float: right;
}

@media (max-width: 768px){
    .img-container {
        max-width: 100%;
    }
}

.img-container:hover {
    transform: translateY(-5px);
}


.service-details ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
}

.service-details ul li i {
    position: absolute;
    left: 0;
    top: 3px;
}
  
  
  /* Feature cards */
  .ؤ {
    background-color: var(--light-color);
    border: 1px solid var(--primary-light);
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: center;
  }
  
  .feature-card .feature-icon {
    font-size: 3rem;
    color: var(--primary-color);
    margin-bottom: 20px;
  }
  
 
  
  /* Section Dividers */
  .section-divider {
    width: 60px;
    height: 2px;
    background-color: var(--primary-color);
    margin: 10px auto;
  }
  
  /* Type cards */
  .type-card {
    background-color: var(--light-color);
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }
  
  .type-card .type-icon {
    font-size: 3rem;
    color: var(--primary-color);
    margin-bottom: 20px;
  }
  
  .type-card h3 {
    color: var(--primary-color);
    font-size: 1.5rem;
    font-weight: 600;
  }
  
  .type-features {
    text-align: left;
    margin-top: 15px;
  }
  
  .type-features li {
    margin-bottom: 10px;
    color: var(--dark-color);
  }
  


  .cta-section {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background: linear-gradient(rgba(15, 37, 64, 0.8), rgba(15, 37, 64, 0.8)),
        url('../IMG/domenico-loia-hGV2TfOh0ns-unsplash.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    
}

.cta-section .btn{
    padding: 0.55rem 2rem;
}

@media (max-width: 768px) {
    .cta-section {
        padding: 60px 0;
    }
    
    .cta-section .d-flex {
        flex-direction: column;
        gap: 15px !important;
    }
    
    .cta-section .btn {
        width: 100%;
    }
}
  