
.header-section {
    background: white;
    color: #2a2d2b;
    padding: 30px 20px;
    margin: 30px auto;
    position: relative;
    border: 2px solid rgb(30 117 187 / 25%) ;
    border-radius: 20px;
    min-height: 260px;
}

.movers-profile-badge {
    background-color: rgb(30 117 187 / 6%);
        color: #1e75bb;
    padding: 8px 16px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    display: inline-block;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: var(--popins-family);
}

.company-name {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.4;
    font-family: "Noto Serif";
}
.phone-number {
    font-size: 1.8rem;
    font-weight: bold;
    color: #2a2d2b;
    /* text-decoration: underline; */
    margin-top: 10px;
        font-family: 'Outfit';
}

.warning-section {
    background-color: white;
        border: 3px solid #ff3535;
        margin: 30px auto;
        padding: 30px;
        height: 260px;
        border-radius: 20px !important;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.warning-icon {
    color: #ff6b35;
    font-size: 1.2rem;
    margin-right: 10px;
}

.warning-title {
    color: #d2691e;
    font-size: 1.3rem;
    font-weight: bold;
    /* margin-bottom: 15px; */
    display: flex;
    align-items: center;
    font-family: "Noto Serif";
}

.warning-text {
    color: #8b4513;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 25px;
    font-family: var(--popins-family);

}

.verified-mover-btn {
    background-color: #1e75bb;
        color: white;
        border: none;
        padding: 12px 24px;
        font-size: 1rem;
        font-weight: 500;
        border-radius: 4px;
        cursor: pointer;
        transition: background-color 0.3s ease;
        font-family: var(--popins-family);
}

.verified-mover-btn:hover {
    background-color: #1e3a5f;
    color: white;
}

.container-custom {
    max-width: 1000px;
    margin: 0 auto;
}


.contact-section {
    background-color: white;
    margin: 30px auto;
    padding: 30px;
    /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
    border-radius: 20px;
    border: 2px solid rgb(30 117 187 / 25%);
}

.section-title {
    font-size: 32px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e9ecef;
    font-family: "Noto Serif";
}
img.logo_img {
    width: 160px;
}
.contact-section
.section-title {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e9ecef;
    font-family: "Noto Serif";
}

.about-text {
    color: #666;
    line-height: 1.6;
    font-size: 0.95rem;
        font-family: var(--popins-family);
}

.about-text strong {
    color: #333;
}

.about-text a {
    color: #1e75bb;
    text-decoration: none;
}

.about-text a:hover {
    text-decoration: underline;
}

.contact-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

.contact-table tr {
    border-bottom: 1px solid #e9ecef;
}

.contact-table tr:last-child {
    border-bottom: none;
}

.contact-table td {
    padding: 12px 0;
    vertical-align: top;
}

.contact-label {
    color: #2a2d2b;
    font-weight: 700;
    width: 150px;
        font-family: var(--popins-family);
}

.contact-value {
    color: #333;
    text-align: right;
        font-family: var(--popins-family);
}

.contact-value a {
    color: #1e75bb;
    text-decoration: none;
}

.contact-value a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .company-name {
        font-size: 1.8rem;
    }

    .phone-number {
        font-size: 1.4rem;
    }

    .warning-section,
    .contact-section {
        padding: 20px;
    }

    .contact-table td {
        display: block;
        width: 100%;
        text-align: left !important;
        padding: 6px 0;
    }

    .contact-label {
        font-weight: bold;
        margin-bottom: 2px;
    }

    .contact-value {
        margin-bottom: 15px;
        padding-left: 10px;
    }
}
.company_review_heading {
    font-family: 'Noto Serif';
    text-transform: capitalize;
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 10px;
}

.user_reviews {
    font-family: var(--popins-family);
    font-size: 17px;
    font-weight: 700;
    text-transform: capitalize;
}

.user_review_card {
    padding: 15px 25px;
    border: 2px solid #e2edf6;
    border-radius: 10px;
}

.user_review_card .card-header {
    background-color: transparent;
    border: none;
    padding: 0px;
}

.user_review_card .card-body {
    padding: 0;
    margin: 0;
}

.user_review_card .user_icon i {
    color: #2b2f32c2;
    font-size: 36px;
}

.user_review_card .user_detail .user_title {
    font-family: var(--albersans-family);
    font-weight: 600;
    font-size: 18px;
    text-transform: capitalize;
}

.user_review_card .user_detail ul {
    padding: 0;
    margin: 0;
}

.user_review_card .user_detail ul li {
    padding: 0px 4px 0px 0px;
}

.user_review_card .user_detail ul li i {
    color: var(--stars-color);
    font-size: 19px;
}

.user_review_card .location h5 {
    font-family: 'Noto Serif';
}

.share_btn {
    font-family: var(--popins-family);
    font-weight: 900;
    text-transform: capitalize;
    border: 0px solid var(--primary-color);
    color: var(--primary-color);
    border-radius: 0px;
    padding: 2px 16px;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.share_btn:hover {
    background-color: var(--primary-color);
}

.share_btn:focus {
    background-color: var(--primary-color);
    color: white;
    box-shadow: none;
}

.share_links ul {
    display: flex;
    padding: 0;
}

.share_links a.face_book,
.share_links a.twitter_link {
    background: #4867aa;
    padding: 10px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    border-radius: 50px;
    margin: 0 8px 0 0;
}

.share_links a.twitter_link {
    background-color: #1da1f2;
}

.share_links a i {
    font-size: 18px !important;
    margin-right: 0 !important;
}

.copy-to-clipboard {
    cursor: pointer;
}

.copy-to-clipboard:focus {
    box-shadow: none;
    user-select: all;
}

.modal-title {
    font-family: var(--albersans-family);
    font-weight: 600;
}

.copy_message {
    background-color: #ffffffad;
    position: absolute;
    top: 71px;
    z-index: 1;
    color: black;
    width: 94%;
    text-align: center;
    padding: 4px 0;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    display: none;
    opacity: 0;
    transition: opacity 0.1s ease-in-out;
}

.copy_message.show-message {
    opacity: 1;
}

.company_shear_link {
    font-family: var(--popins-family);
    font-weight: 600;
    color: var(--secondary-color);
    text-transform: capitalize;
    text-decoration: underline;
}

.user_review_card .location h5 span {
    font-size: 14px;
    color: var(--third-color);
    font-weight: 500;
    font-family: 'Noto Serif';
}

.user_review_card .location h5 b {
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    margin-left: 4px;
    font-family: 'Noto Serif';
}

.user_review_card .date {
    font-family: "Albert Sans";
    font-weight: 500;
    color: #000000;
    font-size: 14.7px;
}

.user_review_card .user_review_title .title {
    font-family: var(--albersans-family);
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
    color: var(--secondary-color);
}

.user_review_card .move_size span {
    font-family: var(--popins-family);
    font-weight: 600;
    text-transform: capitalize;
    font-size: 15px;
    color: var(--secondary-color);
}

.user_review_card .move_size .mover_size_title {
    font-family: var(--albersans-family);
    font-weight: 500;
    font-size: 15px;
    text-transform: capitalize;
}

.user_review_card .user_feedback {
    font-family: var(--popins-family);
    font-weight: 400;
    color: var(--secondary-color);
    font-size: 15.5px;
    margin: 0;
}

.user_review_card .user_feedback strong {
    font-weight: 600;
}

.user_review_card .service_cost {
    font-family: var(--popins-family);
    font-weight: 800;
    text-transform: capitalize;
    font-size: 16px;
    color: var(--secondary-color);
}

.user_review_card .service_cost span {
    font-weight: 600;
}
span.fs-5.fw-bold {
    font-family: "Plus Jakarta Sans";
}
#targetDiv select.form-select {
    background-image: url(../image/company_color_dropdown.svg);
}
#targetDiv select {
    font-family: var(--popins-family);
    font-weight: 600;
    border: none;
    /* background-color: #1e75bb; */
    color: #1e75bb;
    width: 110px;
    font-size: 15px;
    border: 1px solid #1e75bb;
    padding: 3px 10px;
    margin-top: 7px;
}
option {
    font-family: "Plus Jakarta Sans";
}
  /* Main rating container */
.reviewBoxWrap {
    border: 1px solid #e3e7ea;
    border-radius: 12px;
    padding: 15px 25px;
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    position: sticky;
        top: 22%;
}

  /* Header section */
  .reviewRatingHead {
      display: flex;
      align-items: center;
      margin-bottom: 10px;
  }

  .reviewStarIcon {
      color: #ff6a00;
      font-size: 1.5rem;
      margin-right: 6px;
  }

  .reviewRatingValue {
      font-size: 32px;
      font-weight: 800;
        font-family: var(--popins-family);
  }

  .reviewInfoIcon {
      color: #ff6a00;
      font-size: 1rem;
      margin-left: 6px;
  }

  /* Review title and count */
  .reviewTitle {
      font-weight: 600;
      font-size: 16px;
        font-family: var(--popins-family);
      margin-bottom: 3px;
  }

  .reviewCountLine {
      font-size: 14px;
      margin-bottom: 15px;
        font-family: var(--popins-family);
  }

  .reviewCountLine a {
      color: #1e75bb;
      text-decoration: none;
      font-weight: 600;
  }

  .reviewCountLine a:hover {
      text-decoration: underline;
  }

  /* Rating progress rows */
  .reviewRow {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 8px;
      margin-top: 10px;
  }

  .reviewLabel {
      flex: 0 0 85px;
      display: flex;
      align-items: center;
      gap: 5px;
      font-size: 0.95rem;
  }

  .reviewLabel input {
      width: 16px;
      height: 16px;
      cursor: pointer;
  }

  .reviewProgress {
      height: 8px;
      background-color: #f1f1f1;
      border-radius: 10px;
      flex-grow: 1;
  }

  .reviewProgressBar {
      background-color: #ff6a00;
      border-radius: 10px;
      height: 8px;
  }
.reviewLabel span {
    font-size: 14px;
    font-weight: 300;
    font-family: var(--popins-family);
}
.reviewPercent {
    width: 30px;
    text-align: right;
    font-size: 14px;
    font-family: var(--popins-family);
    font-weight: 400;
    color: #1e75bb;
}

.rating_side {
    background-color: #1e75bb;
    border-radius: 15px;
    min-width: 100px;
}
h2.rating_b {
    text-align: center;
    color: #fff;
    font-family: 'Outfit';
}
p.rating_b {
    font-size: 22px;
    font-family: 'Plus Jakarta Sans';
    font-weight: 400;
    text-align: center;
    color: #fff;
}
@media (max-width:500px){
    .reviewBoxWrap {
            padding: 15px;
        }
}