/*  ======= HERO SECTION =======  */

.law-fs-1 { font-size: 2.5rem; }
.law-fs-2 { font-size: 2rem;   }
.law-fs-3 { font-size: 1.75rem; }
.law-fs-4 { font-size: 1.5rem;  }
.law-fs-5 { font-size: 1.25rem; }
.law-fs-6 { font-size: 1rem;    }
.bg-law { background-color: #0D3837; }
.text-law { color: #0D3837; font-size: 1.5rem; font-weight: 500; }

@media (max-width: 1024px) {
    .navbar-nav .nav-link {
        font-size: 15px;
    }
}
@media (max-width: 992px) {
    .bg-law-dark {
        background-color: #0D3837 !important;
    }

    #site-header {
        top: -1px;
    }

    .navbar-nav .nav-link {
        font-size: 16px;
    }
}

body {
    font-family: 'Noto Serif', serif !important;
}

#main #content-wrap {
    padding-top: 120px !important;
    padding-bottom: 0px !important;
}

#site-header {
    position: fixed !important;
    top: 0;
    transition: background 0.3s ease;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0));
}
#site-header.scrolled {
    background: #0D3837;
}

#chaty-widget-0 .chaty-widget {
    right: 12px !important;
    bottom: 70px !important;
}

@media (max-width: 576px) {
    #chaty-widget-0 .chaty-widget {
        right: 2px !important;
        bottom: 50px !important;
    }

    #scroll-top {
        right: 14px !important;
        bottom: 10px !important;
        width: 35px !important;
        height: 35px !important;
        line-height: 35px !important;
        font-size: 18px !important;
    }
}

.fluentform .ff-el-group {
    margin-bottom: 0px !important;
}

.fluentform.ff-default.fluentform_wrapper_1.ffs_default_wrap {
    display: none !important;
}
.ff-error-message {
    color: red;
    font-size: 13px;
    margin-top: 2px;
}
.ff-has-error input,
.ff-has-error textarea {
    border-color: red;
}



.navbar-nav .nav-item {
    outline: none !important;
}
.no-outline:focus,
.no-outline:active,
.navbar-brand:focus,
.navbar-nav .nav-item:focus,
.navbar-nav .nav-item:active,
.navbar-nav .nav-item .nav-link:focus,
.navbar-nav .nav-item .nav-link:active {
    outline: none !important;
}

.navbar-toggler .toggle-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 1.5rem;
    transform: translate(-50%, -50%) scale(1);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.navbar-toggler .d-none {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.5);
    pointer-events: none;
}

.navbar-toggler .open-icon {
    color: #fff; /* hoặc màu bạn muốn */
}

.navbar-toggler .close-icon {
    color: #fff;
}



.heading-label {
    font-size: 0.8em;
    margin-left: 0.5rem;
    font-weight: normal;
}
.nowrap {
    white-space: nowrap;
}


/*  ======= HERO SECTION =======  */

.hero-section {
    position: relative;
    color: white;
    overflow: hidden;
    padding: 0px 0;
    background-size: 100% auto;
    background: linear-gradient(to top, #0d3837, #ffffff00) no-repeat center center;
    height: 350px;
}

@media (max-width: 1270px) {
    .hero-section {
        padding: 20px 0 !important;
        height: auto;
    }
}

.hero-content {
    position: relative;
    z-index: 2;
}

.hero-subtitle {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 10px;
    letter-spacing: 1px;
    color: white;
}

.hero-title {
    font-size: 38px;
    font-weight: 700;
    color: #DEBF74;
    margin-bottom: 20px;
    line-height: 1.2;
}

.hero-description {
    font-size: 16px;
    margin-bottom: 25px;
    opacity: 0.8;
    color: #fff;
    line-height: normal;
    font-weight: 550;
}

.hero-button {
    background-color: #DEBF74;
    color: #fff;
    border: none;
    padding: 8px 15px;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.3s ease;
    font-size: 16px;
}

.hero-button:focus,
.hero-button:active {
    color: #fff !important;
}

.hero-button:hover {
    background-color: #e9b348;
    transform: translateY(-2px);
}

.hero-image {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    z-index: 1;
    opacity: 0.8;
}

@media (max-width: 992px) {
    .hero-image {
        opacity: 0.4;
        right: -15%;
    }
}

@media (max-width: 768px) {
    .hero-section {
        text-align: center;
        padding: 40px 0;
        height: auto;
    }

    .hero-subtitle {
        font-size: 22px;
    }
    .hero-title {
        font-size: 28px;
    }

    .hero-description {
        margin-left: auto;
        margin-right: auto;
    }

    .hero-image {
        opacity: 0.2;
        right: -25%;
    }
}

@media (max-width: 576px) {
    .hero-section {
        padding: 40px 0;
        height: auto;
        background: linear-gradient(to top, #0d3837 30%, #ffffff00 100%) no-repeat center center !important;
    }

    .hero-image {
        opacity: 0.15;
    }
}


/* ======= SERVICE SECTION ======= */

.services-section {
    padding: 0px 0;
    position: relative;
    height: auto;
    display: flex;
    flex-direction: column;
    background-color: white;
}

.section-divider {
    position: absolute;
    top: -1px;
}

.section-divider,
.section-divider-bot {
    height: 16px;
    background-color: #0D3837;
    width: 100%;
    max-width: 50%;
}

.section-divider-bot {
    margin-left: auto;
    margin-right: 0;
}

.services-subtitle,
.law-subtitle {
    color: #0D3837;
    font-size: 16px;
    position: relative;
}

.services-subtitle {
    margin: 10px 0px 0px;
    font-weight: 500;
}

.law-subtitle {
    font-weight: 500;
}

.services-title {
    color: #0D3837;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 15px;
}

@media (max-width: 449px) {
    .break-point {
        display: block;
    }
}

.services-description {
    font-size: 16px;
    color: #000;
    line-height: normal;
    text-align: justify;
}

.learn-more-btn {
    background-color: #0D3837 !important;
    color: white;
    border: none;
    padding: 8px 14px;
    border-radius: 8px;
    font-size: 14px;
    display: flex;
    align-items: center;
    margin-left: auto;
    text-decoration: none !important;
    width: fit-content;
}

.learn-more-btn:hover {
    text-decoration: none !important;
    color: white;
}

.learn-more-btn:hover {
    background-color: #0D3837;
}

.learn-more-btn i {
    margin-left: 8px;
}

.service-card {
    background-color: #FCFCFC;
    border-top: 1px solid #030303;
    padding: 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.3s ease;
    text-decoration: none !important;
}

.service-card:hover {
    text-decoration: none !important;
}

.service-card:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.services-item {
    box-sizing: border-box;
}

.service-icon {
    width: 60px;
    margin-bottom: 15px;
}

.service-title {
    font-size: 16px;
    color: #0a3b3b;
    font-weight: 600;
    margin-bottom: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}
.br-optional::before {
    content: ' ';
}

.service-description {
    font-size: 13px;
    color: #000;
    margin-bottom: 15px;
    flex-grow: 1;
    line-height: normal;
    flex: 1;
}

.service-image {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.services-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.services-cards {
    flex-grow: 1;
    display: flex;
    align-items: center;
    position: relative;
}

.services-custom-carousel {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.services-carousel-container {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.services-carousel-slide {
    flex: 0 0 25%;
    padding: 0 15px;
}

@media (max-width: 768px) {
    .services-carousel-slide {
        flex: 0 0 100%;
        padding: 0 10px;
    }
}


@media (max-width: 992px) {
    .services-section {
        height: auto;
    }

    .service-card {
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .services-title {
        font-size: 24px;
    }
    .services-title.services-format-title {
        text-align: center;
    }

    .learn-more-btn {
        margin: 0 auto 20px;
    }
}

/* ======= INTRODUCE SECTION ======= */
.introduce-image {
    background-image: url('https://hebbkx1anhila5yf.public.blob.vercel-storage.com/image-EsNcC8DSL4jCWK8nF11i29MkWYtLH8.png');
    background-size: cover;
    background-position: center;
    min-height: 400px;
}

@media (max-width: 767.98px) {
    .introduce-image {
        min-height: 250px;
    }
}

.stat-number {
    color: #DEBF74;
    font-size: 3.5rem;
    font-weight: bold;
}

.stat-label {
    color: #DEBF74;
    font-size: 1.25rem;
    text-transform: uppercase;
}

.subtitle-line::before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 1px;
    background-color: #0D3837;
    margin-right: 10px;
    vertical-align: middle;
}


/* ======= WHY CHOOSE SECTION ======= */

.quote-container {
    position: relative;
    overflow: hidden;
}

.avatar-image {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 250px;
    object-fit: cover;
    border-radius: 0;
}

.quote-mark {
    position: absolute;
    bottom: 20px;
    left: 0;
    max-width: 231px;
    z-index: 0;
    pointer-events: none;
}

.desc {
    z-index: 1;
    margin-top: 1rem;
}

@media (max-width: 992px) {
    .avatar-image {
        max-width: 200px;
        height: auto;
    }
}

@media (max-width: 768px) {
    .quote-mark {
        font-size: 120px;
    }
    .avatar-image {
        max-width: 200px;
        height: auto;
    }
}

@media (max-width: 576px) {
    .avatar-image {
        max-width: 140px;
        height: auto;
    }
}



/* ======= LAWYER SECTION ======= */

.lawyer-section.container {
    padding-bottom: 3rem;
}

.section-title {
    text-align: center;
    margin-bottom: 2rem;
}

.lawyer-carousel {
    position: relative;
    padding: 1.25rem 0;
}

.carousel-container {
    display: flex;
    gap: 1rem;
    padding: 1.25rem 0;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
}

.carousel-container::-webkit-scrollbar {
    display: none;
}

.lawyer-card {
    flex: 0 0 calc((100% - 1rem) / 1);
    scroll-snap-align: start;
    border-radius: 8px !important;
    overflow: hidden;
    color: #fff;
    display: flex;
    flex-direction: column;
}

@media (min-width: 768px) {
    .lawyer-card {
        flex: 0 0 calc((100% - 2rem) / 2);
    }
}

@media (min-width: 1000px) {
    .lawyer-card {
        flex: 0 0 calc((100% - 3rem) / 3);
    }
}

@media (min-width: 1200px) {
    .lawyer-card {
        flex: 0 0 calc((100% - 4rem) / 4);
    }
}

.lawyer-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.lawyer-info {
    padding: .75rem;
}

.lawyer-name {
    color: #DEBF74;
    font-weight: 600;
    font-size: 2rem;
    text-align: center;
    margin-bottom: .3125rem;
}

.lawyer-title,
.lawyer-email {
    font-size: 1.25rem;
    margin-bottom: .3125rem;
    display: flex;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lawyer-title img,
.lawyer-email img {
    width: 24px;
    height: 24px;
    margin-right: 0.5rem;
    display: inline-block;
    object-fit: contain;
}

.carousel-indicators {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
    margin-bottom: -1rem;
}

.carousel-indicators button {
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background-color: #ccc;
    opacity: .5;
    margin: 0 .3125rem;
    border: none;
}

.carousel-indicators .active {
    background-color: #0D3837;
    opacity: 1;
}

.carousel-control-prev,
.carousel-control-next {
    display: none !important;
}

@media (max-width: 768px) {
    .carousel-control-prev,
    .carousel-control-next {
        display: none !important;
    }
}


/* ======= CONSULTATION SECTION ======= */

.consultation-section {
    background-color: #fff;
}
.benefits-panel {
    background-color: #F3FCFC;
    color: #0D3837;
    border-radius: 10px;
    padding: 2rem;
    position: relative;
}
.benefit-item {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
}
.benefit-icon {
    width: 36px;
    height: 36px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
}
.service-option {
    background-color: #f8d568;
    color: #333;
    border-radius: 8px;
    padding: 0.5rem 1rem;
    display: inline-flex;
    align-items: center;
    margin: 0.5rem;
    font-weight: 500;
}
.service-option i {
    margin-right: 0.5rem;
}
.lawyer-image {
    position: absolute;
    width: 100px;
    top: 50%;
    right: 10%;
    transform: translateY(-50%);
    z-index: 2;
}
.contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 0.4rem;
    margin-top: 0.4rem;
    font-size: 1.5rem;
    color: #0D3837;
}
.contact-item a {
    text-decoration: none !important;
}
.contact-item i {
    margin-right: 0.8rem;
    font-size: 1.5rem;
}
.section-title {
    color: #0a4d45;
    font-weight: bold;
    margin-bottom: 1.5rem;
    position: relative;
    padding-top: 1.5rem;
}
.form-control {
    border-radius: 5px;
    padding: 0.8rem 1rem;
    border: 1px solid #ddd;
}
.submit-btn {
    background-color: #0a4d45;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 0.8rem 2rem;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
}
.submit-btn i {
    margin-left: 0.5rem;
}
.service-connections {
    width: 100%;
}
.service-connections img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.connection-line {
    position: absolute;
    border: 1px dashed #f8d568;
    z-index: 1;
}
.line-1 {
    top: 30px;
    right: 40%;
    width: 100px;
    height: 1px;
}
.line-2 {
    top: 100px;
    right: 30%;
    width: 120px;
    height: 1px;
}
.line-3 {
    top: 150px;
    left: 40%;
    width: 1px;
    height: 80px;
}
::placeholder {
    font-size: 1.5rem;
}

@media (max-width: 992px) {
    .benefits-panel {
        margin-bottom: 2rem;
    }
    .lawyer-image {
        position: relative;
        display: block;
        margin: 1rem auto;
        top: unset;
        right: unset;
        transform: none;
    }
    .service-connections {
        min-height: auto;
    }
    .connection-line {
        display: none;
    }
}



/* ======= FAQ SECTION ======= */

.faq-section {
    padding: 3rem 0;
    background-color: #fff;
}
.section-subtitle {
    color: #666;
    font-size: 0.9rem;
    position: relative;
    padding-left: 2rem;
    margin-bottom: 1rem;
}
.section-subtitle::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 1.5rem;
    height: 1px;
    background-color: #666;
}
.section-title {
    color: #0a4d45;
    font-weight: bold;
    font-size: 2rem;
    margin-bottom: 1.5rem;
}
.accordion-item {
    border: none;
    background-color: #EAFAFA;
    border-radius: 8px;
    border: 1px solid #D6F5F5;
    margin-bottom: 1rem;
    overflow: hidden;
}
.accordion-button {
    background-color: #EAFAFA;
    color: #0D3837;
    font-weight: 500;
    box-shadow: none;
    padding: 1.25rem;
}
.accordion-button:not(.collapsed) {
    background-color: #EAFAFA;
    color: #0D3837;
    box-shadow: none;
}
.accordion-button:focus {
    box-shadow: none;
    border-color: transparent;
}
.accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%230a4d45' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}
.accordion-body {
    padding: 0.5rem 1.25rem 1.25rem;
    color: #333;
}
.faq-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}
@media (max-width: 768px) {
    .faq-image-container {
        margin-top: 2rem;
        height: 300px;
    }
}




/* =================================== INTRODUCE =================================== */




/* ======= HERO SECTION ======= */

.company-title { color: #333; }
.company-subtitle,
.section-text { color: #000; line-height: normal; }
.section-heading { color: #000; font-weight: 600; text-transform: uppercase; }

.stat-box {
    width: 100%;
    aspect-ratio: 1 / 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #F3FCFC;
}

@media (max-width: 576px) {
    .stat-box {
        aspect-ratio: auto;
        width: 100%;
        height: 80px;
        padding: 0.5rem;
    }

    .stat-box .stat-number {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .stat-box {
        aspect-ratio: auto;
        width: 100%;
        height: 80px;
        padding: 0.5rem;
    }

    .stat-box .stat-number {
        font-size: 2rem;
    }
}

@media (max-width: 992px) {
    .stat-box {
        aspect-ratio: auto;
        width: 100%;
        height: 80px;
        padding: 0.5rem;
    }
    .stat-box .stat-number {
        font-size: 3rem;
    }
}




/* ======= BIG CAROUSEL SECTION ======= */

.law-big-carousel {
    background: white !important;
}

.letter-overlay {
    position: absolute;
    right: 2rem;
    top: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: rgba(255, 255, 255, 0.7);
    font-size: 2rem;
    font-weight: 300;
    letter-spacing: 2px;
}

.carousel-indicators {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
}

.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ccc;
    opacity: 0.5;
    margin: 0 5px;
}

.carousel-indicators .active {
    background-color: #0D3837;
    opacity: 1;
}


/* ======= PROCESS SECTION ======= */

.process-section {
    background-color: #fff;
    border-radius: 5px;
    padding: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.section-title {
    color: #333;
    font-weight: bold;
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
}
.section-description {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.6;
}
.process-title-steps {
    width: 100%;
    display: flex;
    padding: 1.5rem 1.5rem .5rem;
}
.process-steps {
    display: flex;
    padding-top: 2rem;
}
.process-step {
    flex: 1;
    position: relative;
    padding: 1.5rem;
}
.process-step::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #DEBF74;
    z-index: 1;
}
.step-dot {
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    background-color: #DEBF74;
    border: 2px solid #f5dea8;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.step-number {
    font-weight: 600;
    color: #000;
    font-size: 1.5rem;
}
.step-title {
    font-weight: bold;
    color: #000;
    margin-bottom: 10px;
    font-size: 1.25rem;
}
.step-description {
    color: #000;
    font-size: 0.9rem;
    font-size: 1.25rem;
    line-height: normal;
}

@media (max-width: 768px) {
    .process-steps {
        display: flex;
        flex-direction: column;
        padding: 1rem;
        gap: 2rem;
    }

    .process-steps > div {
        background: #fff;
        padding: 1.5rem;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        border-radius: 5px;
        position: relative;
        margin-bottom: 0;
    }

    .process-steps > div:not(:first-child)::before {
        content: '';
        position: absolute;
        top: -2rem;
        left: 50%;
        width: 2px;
        height: 2rem;
        background-color: #DEBF74;
        transform: translateX(-50%);
    }

    .process-title-steps {
        width: 100%;
        display: flex;
        justify-content: center;
        padding: 0;
        margin-bottom: 0.5rem;
    }

    .process-step {
        position: relative;
        padding: 0.75rem 1rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .step-number {
        font-size: 1.5rem;
        margin-bottom: 0.5rem;
        font-weight: 600;
        color: #000;
    }

    .step-title {
        font-size: 1.25rem;
        text-align: center;
        margin-bottom: 0.5rem;
        font-weight: bold;
        color: #000;
    }

    .step-description {
        font-size: 1rem;
        line-height: 1.4;
        text-align: center;
        color: #666;
    }

    .process-step::before,
    .step-dot {
        display: none;
    }
}


/* ======= LAWYER TEAM SECTION ======= */

.lawyer-team-card {
    border: none;
    background: #FCFCFC;
}

.lawyer-team-card .card-img-left {
    width: 100%;
    max-width: 250px;
    aspect-ratio: 1 / 1;
    height: auto;
    object-fit: cover;
}

@media (max-width: 768px) {
    .lawyer-team-card .card-img-left {
        max-width: 100%;
        margin-bottom: 1rem;
    }
}



/* ======= SUPER SERVICE SECTION ======= */

.super-service-card {
    background: #FCFCFC;
    border: none;
    border-radius: 0;
    border-top: 1px solid #030303;
    transition: all 0.3s ease;
}

.super-service-card:hover {
    text-decoration: none !important;
}

.super-service-card:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.list-group-item.active {
    background-color: #EAFAFA !important;
    border-left: 2px solid #0D3837 !important;
    color: black !important;
}


/* ======= CONTACT SECTION ======= */
.contact-section {
    background-color: #fff;
    panding-top: 2rem;
}

.info-box {
    border-radius: 4px;
    height: 100%;
}

.company-info {
    margin-bottom: 30px;
}

.company-name {
    color: #0a3b3b;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.info-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    color: #030303;
    line-height: normal;
    font-size: 14px;
}

.info-item i {
    color: #0a3b3b;
    margin-right: 10px;
    font-size: 16px;
    margin-top: 3px;
}

.social-icons {
    display: flex;
    margin-top: 20px;
}

.social-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    color: #0a3b3b;
    display: flex;
    align-items: center;
    margin-right: 0;
    justify-content: start;
    font-size: 1.75rem;
    transition: all 0.3s ease;
}

.social-icon:hover {
    color: #0a3b3b;
    transform: translateY(-3px) scale(1.1);
}

.map-container {
    height: 300px;
    width: 100%;
    border: none;
    border-radius: 4px;
    margin-top: 20px;
}

.form-box {
    background-color: #EAFAFA;
    border-radius: 0px;
    padding: 30px;
    height: 100%;
}

.form-box input {
    background-color: #fff;
}

.form-title {
    color: #0a3b3b;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}

.form-description {
    color: #030303;
    margin-bottom: 20px;
    line-height: normal;
}

.form-control {
    border: 1px solid #ddd;
    border-radius: 8px !important;
    font-size: 1.5rem !important;
    padding: 10px 15px;
    background-color: #fff !important;
}

.form-control:focus {
    border-color: #0a3b3b;
    box-shadow: 0 0 0 0.25rem rgba(10, 59, 59, 0.25);
}

textarea.form-control {
    min-height: 120px;
    font-size: 1.25rem !important;
    resize: vertical;
}

.submit-btn {
    background-color: #0a3b3b;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
}

.submit-btn:hover {
    background-color: #072424;
    transform: translateY(-2px);
}

.submit-btn i {
    margin-left: 8px;
}

/* Responsive styles */
@media (max-width: 992px) {
    .company-info {
        margin-bottom: 20px;
    }

    .form-box {
        margin-top: 30px;
    }
}

@media (max-width: 768px) {
    .contact-section {
        padding: 20px 0;
    }

    .company-name, .form-title {
        font-size: 20px;
    }

    .map-container {
        height: 250px;
    }
}


/* ======= NEWS SECTION ======= */

.blog-section {
    background-color: #fff;
}

.blog-container {
    padding: 0 15px;
}

.nav-tabs {
    border-bottom: 1px solid #ffffff;
    margin-bottom: 20px;
    margin-left: 0;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.nav-tabs .nav-item {
    flex: 0 0 auto;
}
.nav-tabs .nav-item .nav-link:focus,
.nav-tabs .nav-item .nav-link:active {
    outline: none !important;
}

.nav-tabs .nav-link {
    color: #555;
    border: none;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none !important;
}

.nav-tabs .nav-link.active {
    color: #0a3b3b;
    border-bottom: 2px solid #0a3b3b;
    font-weight: 600;
}

.nav-tabs .nav-link:hover {
    color: #0a3b3b;
    border-bottom: 2px solid #e0f0ff !important;
}

.blog-post {
    display: flex;
    height: 150px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f0f0f0;
    text-decoration: none !important;
    outline: none;
}
.blog-post:focus,
.blog-post:active {
    outline: none !important;
}

.blog-thumbnail {
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    margin-right: 15px;
}

.blog-post-extra {
    display: flex;
    height: 170px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f0f0f0;
    outline: none;
}
.blog-post-extra:focus,
.blog-post-extra:active {
    outline: none !important;
}

.blog-thumbnail-extra {
    height: 100%;
    max-width: 230px;
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
    margin-right: 15px;
}

.blog-content {
    flex: 1;
}

.blog-title {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-break: normal;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-excerpt {
    color: #030303;
    font-size: 14px;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-date {
    color: #999;
    font-size: 12px;
}

.search-section {
    margin-bottom: 30px;
}

.search-title {
    color: #0a3b3b;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
}

.search-input {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
}

.search-input:focus {
    border-color: #0a3b3b;
    outline: none;
    box-shadow: 0 0 0 0.25rem rgba(10, 59, 59, 0.25);
}

.recent-posts-section {
    margin-top: 15px;
}

.recent-posts-title {
    color: #0a3b3b;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}

.recent-post {
    display: flex;
    margin-bottom: 15px;
    text-decoration: none !important;
    align-items: center;
}

.recent-post-thumbnail {
    width: 140px;
    height: 90px;
    object-fit: cover;
    border-radius: 8px;
    margin-right: 10px;
}

.recent-post-content {
    flex: 1;
}

.recent-post-title {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.recent-post-date {
    color: #999;
    font-size: 12px;
}

/* Responsive styles */
@media (max-width: 992px) {
    .blog-section {
        padding: 20px 0;
    }

    .sidebar {
        margin-top: 30px;
    }
}

@media (max-width: 768px) {
    .blog-thumbnail {
        width: 100px;
        height: 70px;
    }

    .blog-title {
        font-size: 15px;
    }

    .blog-excerpt {
        font-size: 13px;
    }
}

/* ======= LEGAL SITUATION SECTION ======= */
.legal-situation-card {
    /*background-color: #FCFCFC;*/
    --tw-border-opacity: 1;
    border: 1px solid rgb(203 213 225 / var(--tw-border-opacity, 1));
    border-radius: 1rem;
    padding: .5rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.3s ease;
    text-decoration: none !important;
}

.legal-situation-card:hover {
    text-decoration: none !important;
}

.legal-situation-card:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.legal-situations-item {
    box-sizing: border-box;
}

.legal-situation-icon {
    width: 60px;
    margin-bottom: 15px;
}

.legal-situation-title {
    font-size: 16px;
    color: #0a3b3b;
    line-height: normal;
    font-weight: 600;
    margin-bottom: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.legal-situation-description {
    font-size: 13px;
    color: #000;
    margin-bottom: 15px;
    line-height: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
}

.legal-situation-image {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    margin-bottom: 15px !important;
    border-radius: 1rem;
}

.legal-situations-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.legal-situations-cards {
    flex-grow: 1;
    display: flex;
    align-items: center;
}

.legal-situation-custom-carousel {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.legal-situation-carousel-container {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.legal-situation-carousel-slide {
    flex: 0 0 25%;
    padding: 0 15px;
}

@media (max-width: 768px) {
    .legal-situation-carousel-slide {
        flex: 0 0 100%;
        padding: 0 10px;
    }
}

.legal-situation-controls {
    position: relative;
}

.carousel-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 20px;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
}

.carousel-arrow:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.carousel-prev,
.carousel-arrow-left {
    left: -40px;
}

.carousel-next,
.carousel-arrow-right {
    right: -40px;
}

@media (max-width: 768px) {
    .carousel-arrow-left {
        left: -25px;
    }
    .carousel-arrow-right {
        right: -25px;
    }


    .carousel-prev {
        left: -5px;
    }

    .carousel-next {
        right: -5px;
    }

    .carousel-arrow {
        width: 33px;
        height: 33px;
        font-size: 15px;
    }
}

/* Carousel Dots */
.service-carousel-dots,
.carousel-dots {
    text-align: center;
    margin-top: 20px;
}

.service-carousel-dot,
.carousel-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: #bbb;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.service-carousel-dot.active,
.carousel-dot.active {
    background-color: #0a3b3b;
}