* {
    margin: 0;
    box-sizing: border-box;
    font-family: "Inter", sans-serif;
}

.header {
    background-color: #F2F6FD;
    padding: 70px 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-items: baseline;
}

.content-box {
    width: 70%;
    
}
.content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.part-1-content, .content {
    max-width: 1400px;
}
.header-text h1 {
    color: #1E3050;
    font-weight: 900;
    font-size: 40px;
    margin-bottom: 15px;
}
.header-text p {
    line-height: 30px;
    font-size: 18px;
    padding-right: 70px;
}
.header-text {
    margin-bottom: 75px;
}
.header-btns {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
}
.header-btns a {
    text-decoration: none;
}
.header-btn {
    cursor: pointer;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    outline: none;
    border: none;
    border-radius: 5px;
}
.list-text-wrapper p {
    line-height: 30px;
}
#header-content {
    max-width: 650px;
    
}
#call-btn img {
    width: 15px;
}
#call-btn {
    background-color: #1E3050;
    color: white;
    padding: 0 40px;
    text-wrap: nowrap;
}
#contact-btn {
    background-color: transparent;
    border: 2px solid #1E3050;
    padding: 0 25px;
    color: #1E3050;
}
.header-img {
    width: 370px;
    height: 430px;
}
.header-review {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    gap: 10px;
}
.header-review a {
    text-decoration: none;
    color: black;
}
.attorneyinfo {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    outline: 5px solid #34A853;
    width: 100%;
    border-radius: 5px;
    padding: 10px 0;
    bottom: -60px;
    color: #1E3050;
}
.attInfoHeader {
    font-size: 20px;
    font-weight: bold;
}

.part-1 {
    padding: 70px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.part-1-content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    
}
.img-wrapper {
    width: 50%;
    max-width: 500px;
    height: 670px;
    background-color: #D9D9D9;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
}
.img-wrapper img {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
}
#part-1-side {
    max-width: 750px;
    padding-top: 20px;
    width: 70%;
    max-height: 690px;
    padding-right: 15px;
    overflow: scroll;
    overflow-x: hidden;
}
#part-1-side::-webkit-scrollbar {
    width: 6px;
}

#part-1-side::-webkit-scrollbar-track {
    background-color: white;
    border-radius: 5px;
}

#part-1-side::-webkit-scrollbar-thumb {
    background: #d3d3d3; 
    background: #e2e2e2; 
    border-radius: 10px;
    width: 3px;
}
.content-box h2 {
    font-size: 32px;
    color: #1E3050;
    margin-bottom: 25px;
}
.content-box .part-3-text-content h3 {
    font-size: 25px;
    color: #1E3050;
    margin-bottom: 15px;
}
.content-box .part-3-text-content h4 {
    color: #1E3050;
    margin-top: 10px;
    font-size: 19px;
    margin-bottom: 5px;
}
.content-box li {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 5px;
}
.content-box blockquote {
    font-size: 18px;
    font-weight: bold;
    border-left: 3px solid #34A853 !important;
    padding-left: 15px;
    margin: 10px 0;
}
.content-side p {
    font-size: 18px;
    line-height: 30px;
}
#part-1-side a {
    text-decoration: underline 1.5px;
    color: #1a59f8;
}
.part-3-content a, .part-5-content-box a {
    text-decoration: underline 1.5px;
    color: #1a59f8;
}
#part-1-side p {
    margin-bottom: 10px;
}
#part-1-side ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding: 25px 0;
}
#part-1-side li {
    list-style-type: none;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 20px;
}
.check {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #BCF1C6;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 45px;
    min-height: 45px;
}
.check-box {
    background-color: #1EB53A;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 35px;
    min-height: 35px;
}


.part-2 {
    padding: 70px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.part-2-content {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 60px;
}
.part-2-items {
    display: flex;
    flex-direction: column;
    gap: 60px;
}
.line {
    height: 2px;
    background-color: #DEDEDE;
}
.part-2-row {
    display: flex;
    gap: 40px;
}
.list-num-wrapper {
    width: 45px;
    height: 45px;
    background-color: #B9CBEA;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 45px;
    min-height: 45px;
}
.list-num {
    width: 35px;
    height: 35px;
    background-color: #1E3050;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 35px;
    min-height: 35px;
}
.list-item {
    display: flex;
    gap: 20px;
}
.list-num p {
    font-size: 20px;
    color: white;
    font-weight: bold;
}
.list-text-wrapper {
    max-width: 300px;
    font-size: 18px;
}
.list-text-wrapper h3 {
    margin-bottom: 5px;
}
.cta-wrapper {
    width: 100%;
    padding: 90px 0;
    background-color: #1E3050;
    margin: 70px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 30px;
    padding-left: 15%;
    padding-right: 15%;
}
.cta-wrapper h2, .cta-wrapper a {
    font-size: 45px;
}
.cta-wrapper h2 {
    color: white;
    font-weight: bold;
    text-align: center;
    
}
.cta-wrapper a {
    color: #8EDC9C;
    font-weight: 900;
    text-decoration: underline 4px #8EDC9C;
}
.part-3 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 70px 0;
}
.part-3-content {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 50px;
}
.part-3-img-wrapper {
    max-width: 650px;
    width: 50%;
    height: 420px;
    background-color: #EDEDED;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
}
.part-3-img-wrapper img {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.part-3-text-content {
    padding-top: 20px;
    max-height: 420px;
    max-width: 670px;
    overflow: hidden;
    overflow-y: scroll;
    padding-right: 15px;
    width: 55%;
}
.part-3-text-content p {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 30px;
}
.part-3-text-content h3 {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 5px;
}
.part-3-text-content::-webkit-scrollbar {
    width: 6px;
}
.part-3-text-content::-webkit-scrollbar-track {
    background-color: white;
    border-radius: 5px;
}

.part-3-text-content::-webkit-scrollbar-thumb {
    background: #d3d3d3; 
    background: #e2e2e2; 
    border-radius: 10px;
    width: 3px;
}
.part-4 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 70px 0;
}
.part-4-items {
    display: flex;
    align-items: baseline;
    gap: 50px;
}
.part-4-content {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 50px;
}
.part-4-item-img {
    width: 100px;
    height: 100px;
    transform: rotate(135deg);
    border-radius: 10px;
    background-color: #B9CBEA;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 100px;
    min-height: 100px;;
}
.part-4-item-box {
    width: 85px;
    height: 85px;
    border-radius: 10px;
    background-color: #1E3050;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 85px;
    min-height: 85px;
}
.part-4-item-box img {
    transform: rotate(-135deg);
}
.part-4-item-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 35px;
}
.part-4-item-text {
    max-width: 300px;
    text-align: center;
}
.part-4-item-text h3 {
    margin-bottom: 10px;
    font-size: 20px;
    color: #1E3050;
}
.part-4-item-text p {
    font-size: 18px;
    line-height: 27px;
}
.part-4-content h2 {
    text-align: center;
}
.part-5 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 70px 0;
}
.part-5-content-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}
.part-5-content-box  h2 {
    text-align: center;
}
.part-5-video-wrapper {
    width: 55%;
    height: 440px;
    border-radius: 10px;
    background-color: #EDEDED;
    position: relative;
    overflow: hidden;
}
.part-5-video-wrapper video {
    position: absolute;
    object-fit: cover;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
}
.part-5-content {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 50px;
}
.part-5-text {
    width: 45%;
    padding-top: 10px;
}
.part-5-content p {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 30px;
}
.part-5-bottom-text {
    width: 100%;
}
.part-5-bottom-text p{
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 30px;
}
#part-3-spec {
    background-color: #F2F6FD;
    margin: 70px 0;
}

#part-3-spec .part-3-text-content::-webkit-scrollbar-track {
    background-color: #F2F6FD;
    border-radius: 5px;
}
.part-7 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 70px 0;
}
.part-7-content {
    display: flex;
    justify-content: space-between;
    border-top: 2px solid #DEDEDE;
    padding-top: 100px;
    
}
.part-7-header {
    max-width: 430px;
}
.part-7-header p {
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    color: #1E3050;
}
.part-7-links {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-items: baseline;
    gap: 25px;
    max-height: 470px;
    overflow: hidden;
    overflow-y: scroll;
    padding-right: 20px;
}
.part-7-links a {
    font-size: 18px;
    font-weight: bold;
    color: black;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 25px;
    border-bottom: 2px solid #DEDEDE;
    max-width: 500px;
    width: 100%;
}
.part-7-links a img {
    width: 25px;
}
.part-7-links::-webkit-scrollbar {
    width: 6px;
}
.part-7-links::-webkit-scrollbar-track {
    background-color: white;
    border-radius: 5px;
}

.part-7-links::-webkit-scrollbar-thumb {
    background: #d3d3d3; 
    background: #e2e2e2; 
    border-radius: 10px;
    width: 3px;
}

.part-8 {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F2F6FD;
    margin: 70px 0;
    padding: 70px 0;
    min-height: 634px;
}

.part-8-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 40px;
}
.part-8-content h2 {
    text-align: center;
}
.part-8-review-wrapper {
    display: flex;
    gap: 70px;
}
.review-box {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    background-color: white;
    border-radius: 10px;
    padding: 30px 20px;
    padding-bottom: 60px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
    position: relative;
    overflow: hidden;
}
.reivew-header {
    display: flex;
    gap: 35px;
    align-items: center;
    margin-bottom: 40px;
}
.review-header-info {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    gap: 5px;
}
.review-header-info p {
    font-size: 20px;
    font-weight: bold;
}
.review-text p {
    font-size: 18px;
    line-height: 30px;
    max-width: 400px;
}
.reviewStars {
    width: 150px;
    margin-top: 50px;
    position: absolute;
    bottom: 15px;
}
.review-read-more {
    cursor: pointer;
    color: #4285F4;
    font-weight: bold;
}

.part-9 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 70px 0;
}
.part-9-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 40px;
}
.faq-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
}
.faq-box {
    max-width: 1340px;
    width: 100%;
    border: 2px solid #DEDEDE;
    border-radius: 10px;
    
}
.faq-bg {
    position: absolute;
    background-color: #1E3050;
    width: 0px;
    height: 0px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: width .4s ease, height .4s ease;
    z-index: -1;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.faq-header {
    position: relative;
    cursor: pointer;
    padding: 30px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.faq-header.active .faq-bg {
    width: 100%;
    height: 100%;
}
.faq-header.active {
    color: white !important;
}
.faq-header.active path {
    fill: white;
}
.faq-header path {
    transition: fill .4s ease;
}
.faq-header svg {
    width: 35px;
    transition: transform .4s ease;
}
.faq-header.active svg {
    transform: scaleY(-1);
}
.faq-header h3 {
    font-size: 20px;
    transition: color .4s ease;
    padding-right: 30px;
    margin: 0 !important;
}
.faq-text-wapper {
    font-size: 18px;
    line-height: 30px;
    max-height: 0;
    overflow: hidden;
    transition: max-height .4s ease, padding .4s ease;
}
.faq-text-box {
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
}
.faq-text-box p {
    margin-bottom: 15px;
    line-height: 30px;
    width: 100%;
}
.faq-text-box h3 {
    margin-bottom: 5px;
    margin-top: 40px;
    width: 100%;
}
.faq-text-box h4 {
    width: 100%;
    margin-top: 15px;
}
.faq-text-box ul {
    width: 100%;
}
.faq-text-box a {
    text-decoration: underline 1.5px;
    color: #1a59f8;
}
.faq-img-wrapper, .image-wrapper {
    background-color: #D9D9D9;
    width: 100%;
    height: 500px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    margin-bottom: 35px;
}
.faq-img-wrapper img, .image-wrapper img {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    width: 100%; 
    height: 100%;
}
.part-10 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 70px 0;
    
}
.part-10-content {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.practice-area-box {
    padding: 30px 20px;
    background-color: #F2F6FD;
    border-radius: 10px;
    max-width: 500px;
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.practice-area-box a {
    color: black;
    font-size: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
    text-decoration: none;
}
.practice-area-box a:hover {
    text-decoration: underline;
}
.practice-area-box p {
    max-width: 380px;
    width: 380px;
}
.practice-area-box a img {
    transform: rotateZ(-40deg);
}
.practice-areas-wrapper {
    display: flex;
    gap: 25px;
}
.part-11 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 70px 0;
}
.part-11-content {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.part-11-text-content {
    font-size: 18px;
    display: flex;
    flex-direction: column;
    gap: 9px;
    margin-bottom: 25px;
}
.map-wrapper {
    overflow: hidden;
    border-radius: 10px;
}
.map-wrapper, .mapouter, .gmap_canvas {
    width: 100% !important;
}
.map-wrapper iframe {
    width: 100% !important;
}