.details-tittle {
    width: 70%;
}
.details-tittle h1 {
    font-size: 50px;
    font-weight: 600;
    line-height: 60px;
    text-align: left;
    padding-bottom: 20px;
    color: #000;
}
.detail-banner {
    width: 50%;
}
section.blog-detail-div {
    padding: 40px 0px;
}
.detail-banner img {
    border-radius: 20px;
}
.blog-detail-text {
    width: 100%;
    padding-top: 30px;
}
.art-blending h2 {
    font-size: 34px;
}
.blog-left {
    width: 60%;
    padding-right: 20px;
}
.blog-right {
    width: 40%;
    padding-left: 20px;
}
.art-blending {
    width: 100%;
    padding: 30px 0px;
}
.art-blending-section img{
    border-radius: 20px;
}
section.timeless-section h2 {
    font-size: 34px;
    line-height: 45px;
}
.w-60 {
    width: 60%;
}
.w-40 {
    width: 40%;
    display: flex;
    justify-content: end;
}
.w-40 img {
    width: 85%;
    border-radius: 20px;
}
section.timeless-div h2 {
    font-size: 34px;
}
section.timeless-div .w-40 {
    justify-content: left;
}
section.blog-detail-div .details-tittle {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.breadcrumb {
    font-size: 0.9rem;
    color: #666;
    margin-top: 30px;
  }
  .breadcrumb a {
    color: #666;
    text-decoration: none;
  }
  .breadcrumb a:hover {
    text-decoration: underline;
  }
  section.breadcrumb-hd h1 {
      color: #000;
      font-size: 44px;
      padding: 20px 0px;
}
section.breadcrumb-hd h2 {
      font-size: 39px;
}

  .sections-titles {
    margin-top: 30px;
    margin-bottom: 10px;
  }
  .content-list {
    list-style-type: disc;
  }
  .content-list li {
    margin-bottom: 10px;
  }
  .apply-now {
    margin-top: 40px;
  }
  .apply-now form {
    display: flex;
    flex-wrap: wrap;
  }
  
 
  .form-group.half:last-child {
    margin-right: 0;
  }
  .form-group.half label {
    display: block;
    font-size: 0.9rem;
    margin-bottom: 5px;
    color: #555;
  }
  .form-group.half input[type="text"],
  .form-group.half input[type="email"],
  .form-group.half input[type="tel"],
  .form-group.half select,
  .form-group.half textarea {
    width: 100%;
    padding: 10px;
    font-size: 1rem;
    border: 1px solid #ccc;
    border-radius: 4px;
  }
  textarea {
    resize: vertical;
    height: 100px;
  }
  .checkbox-group {
    display: flex;
    align-items: center;
  }
  .form-group.half .checkbox-group input[type="checkbox"] {
    margin-right: 8px;
  }
  .submit-btn {
    background-color: #000;
    color: #fff;
    padding: 10px 20px;
    border: none;
    font-size: 1rem;
    cursor: pointer;
    border-radius: 4px;
    margin-top: 15px;
  }
  .submit-btn:hover {
    background-color: #333;
  }
  .content-list li {
color: #333;
position: relative;
padding-left: 30px;
}

.content-list li::before {
content: "•"; 
color: #80BA27;

position: absolute;
left: 0;
font-size: 2.2em;
line-height: 20px;
}
section.apply-now-form form {
      display: flex;
      flex-wrap: wrap;
      gap: 2%;
}
.form-group.half {
      width: 48%;
      padding: 15px 0px;
}
.group-attach {
      width: 100%;
}

.file-input {
display: none;
}

.custom-file-label {
display: flex;
cursor: pointer;
gap: 10px; 
}

.icon-img {
width: 20px; 
height: 20px;
}

/* Optional: Style the label text */
.custom-file-label span {
font-size: 14px;
color: #333;
}
.attach-flex {
      display: flex;
      flex-direction: column;
}
.sub-form.btn-link {
      width: 100%;
      padding: 30px 0px;
}
.form-group.checkbox-group label {
      padding: 20px 10px;
}
.job-meta span {
    display: inline-block;
    padding-right: 20px;
}
