/*--------------------------------------------------------------
# Details Section
--------------------------------------------------------------*/
.details .features-item {
    color: color-mix(in srgb, var(--default-color), transparent 20%);
  }
  
  .details .features-item+.features-item {
    margin-top: 20px;
  }
  
  @media (max-width: 640px) {
    .details .features-item+.features-item {
      margin-top: 10px;
    }
  }
  
  .details .features-item h3 {
    font-weight: 700;
    font-size: 26px;
  }
  
  .details .features-item ul {
    list-style: none;
    padding: 0;
  }
  
  .details .features-item ul li {
    padding-bottom: 10px;
    display: flex;
    align-items: center;
  }
  
  .details .features-item ul li:last-child {
    padding-bottom: 0;
  }
  
  .details .features-item ul i {
    font-size: 20px;
    padding-right: 4px;
    color: var(--accent-color);
  }
  
  .details .features-item p:last-child {
    margin-bottom: 0;
  }

  /*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/
.services .service-item {
    background-color: var(--surface-color);
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 85%);
    height: 100%;
    padding: 30px;
    transition: 0.3s;
    border-radius: 10px;
    display: flex;
  }
  
  .services .service-item .icon {
    font-size: 32px;
    border-radius: 10px;
    position: relative;
    margin-right: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    flex-shrink: 0;
  }
  
  .services .service-item h3 {
    color: color-mix(in srgb, var(--heading-color), transparent 25%);
    font-weight: 700;
    font-size: 22px;
    transition: 0.3s;
  }
  
  .services .service-item p {
    margin-bottom: 0;
    color: color-mix(in srgb, var(--default-color), transparent 40%);
    transition: 0.3s;
  }
  
  .services .service-item .read-more {
    display: inline-flex;
    align-items: center;
    margin-top: 10px;
    transition: 0.3s;
    font-size: 14px;
  }
  
  .services .service-item .read-more i {
    margin-left: 10px;
  }
  
  .services .service-item.item-cyan .icon {
    color: #0dcaf0;
    border: 1px solid #0dcaf0;
    background: rgba(13, 202, 240, 0.1);
  }
  
  .services .service-item.item-orange .icon {
    color: #fd7e14;
    border: 1px solid #fd7e14;
    background: rgba(253, 126, 20, 0.1);
  }
  
  .services .service-item.item-teal .icon {
    color: #20c997;
    border: 1px solid #20c997;
    background: rgba(32, 201, 151, 0.1);
  }
  
  .services .service-item.item-red .icon {
    color: #df1529;
    border: 1px solid #df1529;
    background: rgba(223, 21, 4, 0.1);
  }
  
  .services .service-item.item-indigo .icon {
    color: #6610f2;
    border: 1px solid #6610f2;
    background: rgba(102, 16, 242, 0.1);
  }
  
  .services .service-item.item-pink .icon {
    color: #f3268c;
    border: 1px solid #f3268c;
    background: rgba(243, 38, 140, 0.1);
  }
  
  .services .service-item:hover {
    box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
  }
  
  .services .service-item:hover h3 {
    color: var(--heading-color);
  }
  
  .services .service-item:hover p {
    color: color-mix(in srgb, var(--default-color), transparent 10%);
  }

  /*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/
.services {
    padding: 5px 0;
  }
  
  .services .servies-title {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
  }
  
  .services .btn-outline-primary {
    color: var(--accent-color);
    border-color: var(--accent-color);
    padding: 10px 30px;
    border-radius: 50px;
    transition: all 0.3s ease;
  }
  
  .services .btn-outline-primary:hover {
    background-color: var(--accent-color);
    color: var(--contrast-color);
  }
  
  .services .service-item {
    background-color: var(--surface-color);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    height: 100%;
    transition: transform 0.3s ease;
  }
  
  .services .service-item:hover {
    transform: scale(1.05);
  }
  
  .services .service-item i {
    font-size: 2.5rem;
    color: var(--accent-color);
    display: inline-block;
    margin-bottom: 15px;
  }
  
  .services .service-item h3 {
    font-size: 1.25rem;
    margin-bottom: 15px;
  }
  
  .services .service-item h3 a {
    color: var(--heading-color);
  }
  
  .services .service-item h3 a:hover {
    color: var(--accent-color);
  }
  
  .services .service-item p {
    font-size: 0.9rem;
    color: color-mix(in srgb, var(--default-color), transparent 25%);
  }
  
  @media (max-width: 991px) {
    .services h2 {
      font-size: 2rem;
    }
  }

  /*--------------------------------------------------------------
# Features Cards Section
--------------------------------------------------------------*/
.features-cards {
    --default-color: #555;
    --heading-color: #333;
  }
  
  .features-cards .feature-box {
    height: 100%;
    padding: 40px 30px;
    border-radius: 10px;
  }
  
  .features-cards .feature-box i {
    font-size: 44px;
    display: inline-block;
    line-height: 0;
    color: var(--accent-color);
    margin-bottom: 20px;
  }
  
  .features-cards .feature-box h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 10px 0;
  }
  
  .features-cards .feature-box p {
    font-size: 15px;
    margin-bottom: 0;
  }
  
  .features-cards .feature-box.orange {
    background-color: #fff3e2;
  }
  
  .features-cards .feature-box.orange i {
    color: #edb86e;
  }
  
  .features-cards .feature-box.blue {
    background-color: #deedfd;
  }
  
  .features-cards .feature-box.blue i {
    color: #20a5f8;
  }
  
  .features-cards .feature-box.green {
    background-color: #d5f1e4;
  }
  
  .features-cards .feature-box.green i {
    color: #48c88a;
  }
  
  .features-cards .feature-box.red {
    background-color: #fdeded;
  }
  
  .features-cards .feature-box.red i {
    color: #f28484;
  }

  .contact-form {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  }
  
  .contact-form h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #333;
  }
  
  .contact-form p {
    font-size: 14px;
    margin-bottom: 20px;
    color: #555;
  }
  
  .contact-form .form-group {
    margin-bottom: 15px;
  }
  
  .contact-form .form-group label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
  }
  
  .contact-form .form-group input,
  .contact-form .form-group textarea {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
  }
  
  .contact-form .form-group textarea {
    height: 100px;
    resize: none;
  }
  
  .contact-form .btn-submit {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    color: #fff;
    background-color: #007bff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  
  .contact-form .btn-submit:hover {
    background-color: #0056b3;
  }
  
  .contact-form .note {
    font-size: 12px;
    color: #999;
    margin-top: -10px;
  }
  
  .contact-form .disclaimer {
    font-size: 12px;
    color: #666;
    margin-top: 15px;
  }