    .introduction-section {  padding-top: 70px;}
    .introduction-section    .company-card { background: #fff; border-radius: 10px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); padding: 0px 20px 20px 20px;      margin: 20px auto;}
    .introduction-section    .company-logo { width: 150px; height: 100px; object-fit: contain; }
    .introduction-section    .company-header h4.mainheader { font-weight: 800; font-size: 30px; margin-bottom: 5px;}
    .introduction-section    p.description {  font-weight: 400;  font-size: 14px;  color: #222222;padding: 0 100px 0 0;}
    .introduction-section   .company-card-header {  font-size: 22px;  font-weight: 700;}
    .introduction-section   .rating-stars {  margin-left: 10px;}
    .introduction-section    .rating-stars img { height: 20px; }
    .introduction-section   .review-link {  color: #26A9E0;  font-size: 13px;  text-decoration: none;  margin-top: 3px;}
    .introduction-section   .review-link:hover { text-decoration: underline; }
    .introduction-section    .section-title { font-weight: bold; margin-bottom: 10px; font-size: 15px; }
    .introduction-section   .key-item img { height: 30px; width: 30px; }
    .introduction-section   .key-item { font-size: 14px; margin-bottom: 8px; display: flex; align-items: center; gap: 8px; color: #444; }
    .introduction-section   .progress { height: 8px; margin-bottom: 10px; }
    .introduction-section    .progress-bar {  border-radius: 5px; }
    .introduction-section   .review-highlight { font-size: 14px; color: #222222; line-height: 1.5;}
    .introduction-section    .btn-contact { background-color: #26A9E1; color: #fff; font-weight: bold; border-radius: 5px; padding: 6px 16px; font-size: 14px;float: right;}
    .introduction-section   .service-focus-graph { width: 100%; }
    .introduction-section   .service-focus-graph-blue-box { display: flex; align-items: baseline;}
    .introduction-section   .service-focus-graph-blue-box .blue { margin-right: 5px; background-color: #1B66F3; height: 10px; width: 10px; }
    .introduction-section   .service-focus-graph-blue-box .skyBlue {  margin-right: 5px;  background-color: #74D4DB;  height: 10px;  width: 10px;}
    .introduction-section   .service-focus-graph-blue-box .pink { margin-right: 5px; background-color: #F58CF1; height: 10px; width: 10px; }
    .introduction-section   .service-focus-graph-blue-box .green { margin-right: 5px; background-color: #20c997; height: 10px; width: 10px; }
    .introduction-section   .service-focus-graph-blue-box .brown { margin-right: 5px; background-color: #6f42c1; height: 10px; width: 10px; }
    .introduction-section   .service-focus-graph-blue-box .red { margin-right: 5px; background-color: #c1424c; height: 10px; width: 10px; }
    .introduction-section   .service-focus-graph-blue-box p {   font-size: 14px;   font-weight: 400;}
    /* .introduction-section   .first-section { border-right: 2px solid #F6F6F6;} */
    .introduction-section   .center-section { border-right: 2px solid #F6F6F6;border-left: 2px solid #F6F6F6; padding: 0px 20px;}
    /* .introduction-section   .third-section {  border-left: 2px solid #F6F6F6;  padding-left: 20px;} */
    .introduction-section   .third-section img {  height: 15px;}
    .introduction-section  .review-highlight .sky-blue {color: #26A9E0;}




     @media (max-width: 768px) {
    .introduction-section     .company-details { flex-direction: column;}
      }

    .introduction-section .form-container {padding: 20px;border-radius: 4px;background: #fff; border-radius: 10px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); padding: 20px; margin: 20px auto;}
    .introduction-section .form-group {margin-bottom: 15px;}
    .introduction-section label {font-weight: 500;margin-bottom: 5px;display: block;}
    .introduction-section label .required { color: red;}
    .introduction-section input, select, textarea {width: 100%;padding: 8px;border: 1px solid #ccc;border-radius: 4px;font-size: 14px;}
    .introduction-section textarea { height: 100px; resize: vertical;}
    .introduction-section .file-input {padding: 5px;}
    .introduction-section .submit-btn {display: block;margin: 20px auto 0;padding: 5px 15px;background: #26A9E0;color: #fff;font-size: 16px;border: none;border-radius: 4px;cursor: pointer;transition: background 0.3s;}
    .introduction-section .submit-btn:hover { background: #26A9E0;}