.main-style-2 .bttn-2:hover {
    background-color: white;
 }
 
 .main-style-2 .linear-layer::before {
    background-image: unset;
    background-color: rgba(0, 0, 0, 0.3);
 }
 
 .main-style-2 .header-index .navbar-collapse .nav-link {
    color: #ffffff;
 }
 
 .main-style-2 .header-index .navbar-collapse .nav-link:hover {
    font-weight: 600;
 }
 
 .main-style-2 .header-index.sticky-header {
    background-color: rgb(30, 30, 30, 1);
    backdrop-filter: unset;
    box-shadow: unset;
 }
 
 /* banner  */
 .main-style-2 .banner {
    padding-top: 210px;
 }
 
 .main-style-2 .banner .content-banner :is(p, h1, h3, h4, h5, h6, a, span) {
    color: #ffffff;
 }
 
 .main-style-2 .banner .content-banner h1 {
    font-size: 60px;
 }
 
 .main-style-2 .banner .content-banner h5 {
    margin-top: 15px;
    font-weight: 400;
 }
 
 .main-style-2 .banner .content-banner h6 {
    max-width: unset;
    color: #ffffff;
    margin: 10px 0 55px;
    font-size: 18px;
 }
 
 .main-style-2 .banner .content-banner p {
    font-size: 16px;
 }
 
 .main-style-2 .email-form input {
    border-color: white;
 }
 .main-style-2 .email-form input::placeholder {
    font-size: 20px;
 }
 
 .counter-sec {
    background-color: var(--blue);
    color: white;
    padding: 25px 0;
 }
 
 .counter-sec h3 {
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 400;
    color: #cce3f3;
 }
 
 .counter-sec h3 span {
    font-size: 24px;
    font-weight: 500;
    color: #ffffff;
 }
 
 .var-divider {
    height: 100%;
    width: 1px;
    background-color: #3391d0;
 }
 
 .main-style-2 .section-title h2 {
    text-transform: uppercase;
 }
 
 .main-style-2 .static-card .card-text h4 {
    text-transform: capitalize;
    margin-top: 35px;
    font-size: 24px;
 }
 
 .main-style-2 .sub-title {
    font-weight: 400;
 }
 
 .main-style-2 .section-title .sub-title {
    font-size: 20px;
    padding: 2px 12px;
    background-color: rgba(0, 117, 196, 0.16);
    margin-top: 0;
 }
 
 .main-style-2 .cover-card .cover-text {
    flex-direction: column;
    justify-content: end;
    align-items: center;
    padding: 20px;
 }
 
 .main-style-2 .cover-card .cover-text h4 {
    margin: 0 0 10px;
    transform: unset;
 }
 .main-style-2 .cover-card .cover-text p {
    color: white;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.3;
 }
 
 .main-style-2 .cover-card::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 14.87%, #167bc0 78.72%, #0075c4 100%);
 }
 
 .quote-card {
    background-color: white;
    box-shadow: 0px 0px 30px 0px rgba(0, 117, 196, 0.12);
    border-radius: 12px;
    padding: 24px;
 }
 
 .quote-card p span {
    color: var(--black);
    font-weight: 500;
 }
 
 .main-style-2 .user-card {
    display: flex;
    align-items: center;
    gap: 20px;
 }
 
 .main-style-2 .user-card img {
    max-width: 80px;
    border-radius: 50%;
    aspect-ratio: 1;
 }
 
 .main-style-2 .user-card h4 {
    font-weight: 600;
    color: var(--black);
 }
 
 .inner-light-card {
    background-color: #e6f1fa;
    border-radius: 8px;
    padding: 15px;
    margin: 24px 0;
    min-width: 0; /* allow flex/grid children to shrink so overflow + line-clamp work */
 }

/* About text: show up to 7 lines when collapsed; ellipsis only if content exceeds that (toggle via JS) */
.inner-light-card .inspector-about-clamp {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    line-clamp: 7;
    overflow: hidden;
    word-break: break-word;
    overflow-wrap: anywhere;
    line-height: 1.45;
}
.inner-light-card .inspector-about-clamp.is-expanded {
    display: block;
    -webkit-line-clamp: unset;
    line-clamp: unset;
    overflow: visible;
}
.inner-light-card .inspector-about-toggle {
    display: inline-block;
    margin-top: 8px;
    font-size: 14px;
    font-weight: 600;
    color: var(--primary);
    text-decoration: underline;
    cursor: pointer;
}
.inner-light-card .inspector-about-toggle[hidden] {
    display: none !important;
}

/* Tame nested rich text from inspector profiles */
.inner-light-card .inspector-about-clamp > p {
    margin: 0 0 0.35em;
}
.inner-light-card .inspector-about-clamp > p:last-child {
    margin-bottom: 0;
}

/* Bootstrap row flex items default min-width:auto; prevents clamp from hiding overflow */
.local-pros-section .row > [class*="col-"] {
    min-width: 0;
}
 .main-style-2 .font-16 {
    font-size: 16px;
 }
 
 .bag-row {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 25px 0;
    flex-wrap: wrap;
 }
 
 .bag-row span {
    margin: 0;
    padding: 3px 12px;
    border: 1px solid rgba(0, 117, 196, 0.2);
    background-color: #cfe6f7;
 }
 
 .quote-card .foot-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
 }
 
 .flex-card {
    display: flex;
    align-items: start;
    gap: 24px;
    padding: 24px;
    box-shadow: 0px 0px 30px 0px rgba(0, 117, 196, 0.12);
    border-radius: 12px;
    height: 100%;
 }
 
 .flex-card h4 {
    color: var(--black);
    font-weight: 600;
    margin-bottom: 10px;
 }
 
 .icon-lg {
    min-width: 80px;
 }
 
 .icon-lg i {
    font-size: 35px;
 }
 
 .main-style-2 .section-title.text-white :is(h2, h3, h4, h5, h6, p, span, li, ol, a) {
    color: white;
 }
 
 .email-form.inset-form {
    max-width: 650px;
    margin: auto;
    position: relative;
    z-index: 1;
    margin-top: 40px;
    & > input {
       padding-right: 250px;
       padding-left: 24px;
       height: 65px;
       font-size: 20px;
       &::placeholder {
          color: #7e7e7e;
       }
    }
 
    & > button {
       position: absolute;
       top: 0;
       bottom: 0;
       right: 6px;
       margin: auto;
       height: calc(100% - 10px);
    }
 }
 
 .main-style-2 .map-list ul {
    justify-content: center;
    gap: 30px;
 }
 
 .main-style-2 .map-list ul li {
    flex-basis: unset;
    margin: 0;
    transition: 0.3s all ease;
    &::before {
       display: none;
    }
    &:hover {
       scale: 1.05;
    }
 }
 
 .main-style-2 .map-list ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    padding: 10px 20px;
    background-color: white;
    border-radius: 30px;
    font-size: 19px;
    border: 1px solid rgba(0, 117, 196, 0.2);
    text-decoration: none;
    color: var(--gray);
    & > i {
       color: var(--blue);
       font-size: 25px;
    }
 }
 
 .reviewer small {
    font-size: 14px;
    color: var(--gray);
 }
 
 .main-style-2 .review-card p {
    min-height: 135px;
 }
 
 .main-style-2 .footer-index .content p {
    max-width: 330px;
 }
 
 @media (max-width: 1199px) {
    .main-style-2 {
       --bar-color: #ffffff;
    }
    .main-style-2 p {
       font-size: 16px !important;
    }
 
    .main-style-2 p br {
       display: none;
    }
 
    .main-style-2 .footer-index a {
       font-size: 16px;
    }
 }
 
 @media (max-width: 991px) {
    .main-style-2 .navbar-collapse {
       background-color: #1e1e1e;
       top: 85px;
       box-shadow: unset;
    }
 
    .main-style-2 .banner .content-banner h1 {
       font-size: 40px;
    }
 
    .main-style-2 .banner {
       padding: 90px 0 100px;
    }
 
    .main-style-2 .banner .content-banner h6 {
       margin-bottom: 30px;
    }
 
    .counter-sec h3 {
       font-size: 14px;
    }
 
    .icon-lg {
       min-width: 60px;
       & > i {
          font-size: 25px;
       }
    }
 
    .main-style-2 .map-list ul {
       gap: 20px;
    }
 
    .main-style-2 .map-list ul li a {
       font-size: 16px;
       padding: 8px 15px;
       & > i {
          font-size: 18px;
       }
    }
 
    .main-style-2 .condition-section .email-form input {
       padding-right: 120px;
       height: 50px;
       font-size: 16px;
       &::placeholder {
          font-size: 16px;
       }
    }
 
    .main-style-2 .condition-section .email-form button {
       font-size: 12px;
       padding: 8px 10px;
       gap: 10px !important;
    }
 
    .main-style-2 .footer-index a,
    .main-style-2 .footer-index .content p {
       font-size: 14px !important;
    }
 
    .main-style-2 .footer-index h3 {
       font-size: 16px;
       margin-bottom: 10px;
    }
 }
 
 @media (max-width: 767px) {
    .main-style-2 p {
       font-size: 14px !important;
    }
 
    .main-style-2 .banner .content-banner h1 {
       font-size: 30px;
    }
 
    .main-style-2 .navbar-collapse {
       top: 70px;
    }
    .counter-sec .col-auto:has(.var-divider) {
       display: none;
    }
 
    .main-style-2 .icon {
       min-width: 60px;
       & > i {
          font-size: 20px;
       }
    }
 
    .main-style-2 .static-card .card-text h4 {
       margin: 15px 0 10px;
    }
 
    .main-style-2 .section-title .sub-title {
       font-size: 16px;
    }
 
    .main-style-2 .user-card img {
       max-width: 60px;
    }
 
    .main-style-2 .banner .content-banner h5,
    .main-style-2 .banner .content-banner h6,
    .main-style-2 .email-form input,
    .main-style-2 .email-form input::placeholder {
       font-size: 16px;
    }
 
    .main-style-2 .banner {
       padding: 90px 0 60px;
    }
 
    .counter-sec h3 span,
    .main-style-2 .static-card .card-text h4 {
       font-size: 20px;
    }
 
    .main-style-2 .section-title h2 {
       font-size: 23px;
    }
 
    .quote-card {
       padding: 15px;
    }
 
    .flex-card {
       flex-direction: column;
       gap: 15px;
       padding: 15px;
    }
 
    .flex-card h4 {
       font-size: 19px;
    }
 
    .bag-row {
       gap: 10px;
    }
 
    .bag-row span {
       font-size: 14px;
    }
 
    .email-form.inset-form .bttn {
       width: auto;
    }
 
    .inset-form.email-form .bttn {
       font-size: 10px !important;
       padding: 8px 10px !important;
       gap: 8px !important;
    }
 
    .inset-form.email-form input {
       padding-right: 135px;
       height: 50px;
       font-size: 16px;
       padding-left: 15px;
    }
 
    .main-style-2 .map-list ul {
       gap: 10px;
    }
 
    .main-style-2 .map-list ul li a {
       font-size: 14px;
       width: 100%;
    }
 
    .main-style-2 .map-list ul li {
       flex-basis: 48%;
    }
 
    .main-style-2 .review-card p {
       min-height: 120px;
    }
 }
 /* avatar */


.user-avatar {
   display: table-cell;
}

.user-avatar {
   width: 80px;
   height: 80px;
}

.user-avatar i {
   display: inline-block;
   border-radius: 100px;
   text-align: center;
   font-style: normal;
   font-size: 14px;
   width: 100%;
   height: 100%;
}

.user-avatar.s80 {
   width: 80px;
   height: 80px;
}

.user-avatar.s80 i {
   width: 80px;
   height: 80px;
   line-height: 80px;
}

.user-avatar.s80 img {
   width: 80px;
   height: 80px;
   min-width: 80px;
   line-height: 80px;
}
