﻿@import url("static/assets/style.css");

/* 在这里添加动态样式 */
.home-schedule {
    background-image: url("static/assets/img/legalor-img42.jpg");
}

.site-footer .footer-overlay {
  background-image: url("static/assets/img/legalor-img39.png");

}

.vacancy-container .vacancy-form {
  background-image: url("static/assets/img/legalor-img50.jpg");
}

.appointment-section .appointment-image .rise-sun-patten {
  background-image: url("static/assets/img/legalor-img38.png");
}

.Community-section .about-purpose .appointment-image .rise-sun-patten {

    background-image: url("static/assets/img/legalor-img38.png");
}

.faq-testimonial .faq-image .rise-sun-patten {

    background-image: url("static/assets/img/legalor-img38.png");
}

.home-banner .banner-img .banner-overlay-img {
  background-image: url("static/assets/img/legalor-img38.png");

}

.balance-patten {
  background-image: url("static/assets/img/legalor-img39.png");
}

.home-banner .overlay-balance {
  background-image: url("static/assets/img/legalor-img39.png");

}

.home-schedule .schedule-wrapper .right-side-schedule .balance-patten {
  background-image: url("static/assets/img/legalor-img39.png");

}

.home-service .balance-patten {
background-image: url("static/assets/img/legalor-img39.png");

}

.site-footer .footer-overlay {
background-image: url("static/assets/img/legalor-img39.png");
}

.inner-baner-container .balance-patten {
background-image: url("static/assets/img/legalor-img39.png");
}








.qsn-form-container {

}

.locate-txt {
    display: flex;
    align-items: center; /* 垂直居中 */
}

.locate-txt i {
    margin-right: 8px; /* 或适当的空间 */
}

.image-text-center {
    display: flex;
    align-items: center; /* 垂直居中 */
}

.image-text-center img {
    margin-top: 4px; /* 图片向下移动 2px */
}


















.note-listx ul li i {
  color: #EB9601;
  margin-right: 5px;
  font-size: 14px;
}
.note-listx ul li span {
  color: #d9d9d9;
    font-size: 14px;
}


.left-sidebar .vacancy-form {
  /*background-image: url(assets/img/legalor-img5.jpg);*/
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 20px;
  text-align: center;
  position: relative;
  z-index: 1;
    margin: -20px;
}
.left-sidebar .vacancy-form:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(17, 17, 17, 0.85);
}
.left-sidebar .vacancy-form .section-head-white .section-head {
  color: #ffffff;
}
.left-sidebar .vacancy-form form {
  text-align: left;
  margin-top: 30px;
}
.left-sidebar .vacancy-form form p {
  margin-bottom: 20px;
}
.left-sidebar .vacancy-form form p:last-child {
  margin-bottom: 0;
}
.left-sidebar .vacancy-form textarea {
  border: none;
  padding: 15px;
  color: #565872;
  background-color: #fafafa;
}
.left-sidebar .vacancy-form input:not([type=submit]) {
  width: 100%;
  border: none;
  padding: 15px;
  color: #565872;
  background-color: #fafafa;
  color: #414141;
}
.left-sidebar .vacancy-form input[type=submit] {
  width: 100%;
  font-family: "Marcellus", serif;
}







.quote-wrapper-sub {
  text-align: center;
  padding: 30px;
  margin-top: 40px;
  margin-bottom: 30px;
font-size: 15px;
  background-color: #f8f8f8;
border-radius: 8px;

}

.quote-wrapper-sub p {
  text-align: center;
font-size: 15px;
}
.quote-wrapper-sub .blockquote-icon {
  margin-bottom: 18px;
  font-size: 40px;
  color: #d9d9d9;
  line-height: 1;
}
@media screen and (max-width: 575px) {
  .quote-wrapper-sub {
    padding: 30px 20px;
    margin-top: 10px;
   margin-bottom: 10px;
  }
}

.widget-service-sub {

    text-align: center;
  padding: 30px;
  margin-top: 40px;
  margin-bottom: 30px;

  background-color: #f8f8f8;
border-radius: 8px;
}
.widget-service-sub ul {
  margin: 0;
  padding: 0;
}
.widget-service-sub ul li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(221, 221, 221, 0.3607843137);
}

.widget-service-sub .bg-title {
  background-color: #ffffff;
  color: #303649;
  text-transform: capitalize;
  padding: 12px;
margin-bottom: 30px;
  box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.05);
}

.widget-service-sub ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.widget-service-sub li {
    display: flex;
    align-items: center; /* 确保内容垂直居中 */
}

.widget-service-sub ul li .service-icon {
  margin-right: 20px;
flex: 0 0 auto;
}
.widget-service-sub ul li .service-icon i {
  font-size: 32px;
  color: #EB9601;
  border: 2px solid #EB9601;
  border-radius: 50%;
  padding: 22px;
  text-align: center;
}
@media screen and (max-width: 575px) {
.widget-service-sub ul li .service-icon i {
    font-size: 26px;
    padding: 16px;
  }
}
.widget-service-sub ul li .service-content h5 {
  color: #111111;
  margin-bottom: 10px;
  margin-top: 8px;
}
.widget-service-sub ul li .service-content p {
  color: #565872;
  margin-bottom: 0;
}

.widget-service-sub ul li .service-content
{
     flex: 1; /* 占据剩余的空间 */
}


.faq-wrapper .accordion-item,.faq-wrapper .accordion-body,.faq-wrapper .accordion-button.collapsed {
        border-radius: 0;
        border: 0
    }

    .faq-wrapper .accordion-item:first-of-type .accordion-button {
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

    .faq-wrapper .accordion-item:last-of-type .accordion-button.collapsed {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .faq-wrapper .accordion-body {
        padding: 20px 0;
        color: #45566C;
        font-size: 16px;
        line-height: 24px
    }

    .faq-wrapper .accordion-button:focus,.faq-wrapper .accordion-button:hover {
        border: 0;
        box-shadow: none;
        background: #0A1D35;
        color: #CA9A67!important
    }

    .faq-wrapper .accordion-button:hover::after {
        filter: invert(50%) sepia(58%) saturate(343%) hue-rotate(344deg) brightness(82%) contrast(90%)
    }

    .faq-wrapper .accordion-button:not(.collapsed)::after {
        background-image: var(--bs-accordion-btn-active-icon);
        transform: var(--bs-accordion-btn-icon-transform);
        filter: invert(50%) sepia(58%) saturate(343%) hue-rotate(344deg) brightness(82%) contrast(90%)
    }

    .blog-sidebar-page textarea {
        box-shadow: none!important
    }

    .faq-acc .accordion-button {
        padding: 20px;
        background: #fff!important;
        border: 2px solid #F1F5F9!important;
        box-shadow: none;
        line-height: 24px;
        color: #CA9A67!important;
        font-size: 26px
    }

    .faq-acc .accordion-button:hover {
        background: #0A1D35!important;
        color: #CA9A67!important
    }

    .faq-acc .accordion-body {
        background: #F1F5F9;
        padding: 20px 20px 10px
    }

    .faq-wrapper .accordion-body p {
        font-size: 18px;
        line-height: 30px;
        padding-bottom: 10px
    }

    .faq-wrapper {
    padding-top: 30px;
}