.will-creation-page {
    font-family: "Raleway", sans-serif;
}

p {
    margin: 0;
}

.will-text-orange {
    color: #f47b20;
}

.will-text-blue {
    color: #313396;
}

.service-detail-container {
    max-width: 1219px;
    margin: 0 auto;
    padding: 20px;
}

span {
    margin: 0;
}

/* HERO SECTION*/
.will-hero-section {
    padding: 45px 0 70px;
    background-color: #fff;
}

.will-hero-title {
    font-size: 2rem;
    font-weight: 700;
    color: #000;
    line-height: 1.4;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.will-hero-desc {
    font-size: 1.2rem;
    font-weight: 500;
    color: #454545;
    line-height: 1.6;
}

/* Form Styling */
.will-consult-card {
    background: #fff;
    padding: 35px 54px;
    border-radius: 10px;
    box-shadow: 0px 4px 4px 0px #00000040;
    border: 1px solid #e2e2e2;
    transition: box-shadow 0.3s ease;
}

.will-consult-card:hover {
    box-shadow: 0px 8px 24px 0px #00000025;
}

.will-consult-card h4 {
    color: #ff6c28;
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 25px;
    text-align: center;
}

.will-consult-form .form-control {
    border-radius: 4px;
    border: 1px solid #dedede;
    margin-bottom: 15px;
    padding: 12px 15px;
    font-size: 0.95rem;
    font-family: "Raleway", sans-serif;
    color: #767676;
    font-weight: 500;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.will-consult-form .form-control:focus {
    border-color: #ff8708;
    box-shadow: 0 0 0 3px rgba(255, 135, 8, 0.15);
    outline: none;
}

.will-cb-group {
    margin-bottom: 20px;
}

.will-cb-item {
    font-size: 0.85rem;
    color: #767676;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: color 0.2s;
}

.will-cb-item:hover {
    color: #ff8708;
}

.will-cb-item input {
    margin-right: 12px;
    cursor: pointer;
}

.btn-will-orange {
    background: linear-gradient(90deg, #ffd559 0%, #ff9c50 100%);
    font-family: "DM Sans", sans-serif;
    padding: 12px 30px;
    font-weight: 500;
    font-size: 19px;
    color: #0c0e51;
    border: none;
    text-decoration: none;
    width: 100%;
    cursor: pointer;
    transition: filter 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease,
        opacity 0.2s ease;
    display: inline-block;
}

.btn-will-orange:hover {
    opacity: 0.88;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(255, 150, 0, 0.4);
    color: #0c0e51;
    text-decoration: none;
}

.btn-will-orange:active {
    transform: translateY(0px);
    filter: brightness(0.97);
    box-shadow: none;
}

.btn-will-orange i {
    margin-top: 5px;
    margin-left: 5px;
}

/*DETAIL SECTION */
.will-detail-section {
    width: 100%;
    background-image: url("../assets/service-detail/Rectangle-4489.png");
    background-size: cover;
    background-position: center;
    padding: 30px 50px;
    display: flex;
    justify-content: end;
    min-height: 400px;
    align-items: center;
}

.will-detail-content {
    max-width: 562px;
}

.will-detail-content h3 {
    text-transform: uppercase;
    color: white;
    font-size: 1.4rem;
}

.will-detail-content p {
    font-size: 1rem;
    color: white;
    font-weight: 500;
}

/*ESSENTIAL SECTION */
.will-essential-section {
    background-color: #fffce5;
    padding: 50px 0;
}

.will-essential-title {
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
    color: #000;
}

.will-essential-item {
    border-left: 3px solid transparent;
    padding-left: 16px;
    transition: border-color 0.3s ease;
}

.will-essential-item:hover {
    border-left-color: #ff8708;
}

.will-essential-item h5 {
    font-weight: 700;
    font-size: 1.1rem;
    color: #000;
    margin-bottom: 15px;
    transition: color 0.2s;
}

.will-essential-item:hover h5 {
    color: #ff6c28;
}

.will-essential-item p {
    font-size: 0.95rem;
    color: #000;
    line-height: 1.6;
    margin-bottom: 40px;
    font-weight: 500;
}

.will-essential-btn {
    font-size: 1.2rem;
    color: #000267;
    border: none;
    display: flex;
    align-items: center;
    gap: 12px;
    background-color: transparent;
    text-align: center;
    font-weight: 500;
    margin: 0 auto;
    cursor: pointer;
    transition: color 0.2s ease, gap 0.2s ease;
}

.will-essential-btn:hover {
    color: #ff6c28;
    gap: 18px;
}

.will-essential-btn:active {
    transform: scale(0.98);
}

/* PROCESS SECTION*/
.process-container {
    max-width: 1235px;
    margin: 0 auto;
    padding: 20px;
}

.will-process-section {
    background-color: #fffce5;
    padding: 50px 0 70px 0;
}

.will-process-title {
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 50px;
    color: #000;
}

.will-process-card {
    background: #fff;
    padding: 40px 25px 10px 25px;
    position: relative;
    height: 100%;
    margin-top: 30px;
    transition: box-shadow 0.3s ease, transform 0.25s ease;
}

.will-process-card:hover {
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
    transform: translateY(-4px);
}

.will-process-number {
    position: absolute;
    top: -25px;
    left: 0px;
    background: linear-gradient(
        90deg,
        rgba(255, 135, 8, 0.6) 0%,
        #ffb742 46.63%,
        rgba(255, 111, 0, 0.6) 100%
    );
    color: #000;
    font-size: 1.4rem;
    font-weight: 700;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: transform 0.25s ease;
}

.will-process-card:hover .will-process-number {
    transform: scale(1.12);
}

.will-process-card h5 {
    font-weight: 600;
    font-size: 1.1rem;
    color: #000;
    margin-bottom: 15px;
}

.will-process-card p {
    font-size: 0.9rem;
    color: #000;
    line-height: 1.3;
}

.will-process-list {
    list-style: none;
    padding-left: 0;
    margin-top: 15px;
}

.will-process-list li {
    font-size: 0.85rem;
    color: #555;
    margin-bottom: 10px;
    position: relative;
    padding-left: 15px;
    transition: color 0.2s;
}

.will-process-list li:hover {
    color: #ff8708;
}

.will-process-list li::before {
    content: "•";
    color: #555;
    font-weight: bold;
    position: absolute;
    left: 0;
}

/* COVERS / VIDEO SECTION*/
.will-covers-section {
    padding: 80px 0;
    background-color: #fff;
}

.will-covers-title {
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
    color: #000;
}

.will-video-container {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    background: #39414e;
}

.will-video-container.large {
    height: 409px;
    margin-bottom: 20px;
}

.will-video-controls {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    opacity: 1;
    transition: opacity 0.3s ease;
    pointer-events: auto;
}

.will-video-controls.hide-controls {
    opacity: 0;
    pointer-events: none;
}

.will-video-preview {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    background: #39414e;
}

.will-video-preview.large {
    height: 450px;
    margin-bottom: 20px;
}

.will-video-play-btn {
    position: relative;
    background: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 12px 1px #00000026;
    color: #000;
    font-size: 1.5rem;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 15;
    pointer-events: auto;
    border: none;
    padding: 0;
}

.will-video-play-btn:hover {
    transform: scale(1.12);
    box-shadow: 0px 0px 20px 4px rgba(255, 135, 8, 0.35);
    background: #fff5e6;
}

.will-video-play-btn:active {
    transform: scale(0.96);
}

.video-full-screen {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: #d9d9d9cc;
    color: #000;
    font-size: 1.5rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 15;
    pointer-events: auto;
    border: none;
    padding: 0;
}

.video-full-screen:hover {
    background-color: #ffffffdd;
    transform: scale(1.1);
}

.video-full-screen:active {
    transform: scale(0.95);
}

.will-covers-text {
    font-size: 1.1rem;
    color: #000;
    font-weight: 600;
    margin-bottom: 35px;
    text-align: left;
}

/* BENEFITS SECTION*/
.will-benefits-section {
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Raleway", sans-serif;
    overflow-x: hidden;
    padding: 15px 0px;
}

.scene {
    position: relative;
    width: 1100px;
    height: 660px;
    flex-shrink: 0;
}

.circle {
    position: absolute;
    left: 20px;
    top: 136.5px;
    width: 367px;
    height: 367px;
    border-radius: 50%;
    background: linear-gradient(
        90deg,
        #ff8708 0%,
        #ffb742 46.63%,
        #ff6f00 100%
    );
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.circle:hover {
    transform: scale(1.02);
    box-shadow: 0 8px 32px rgba(255, 135, 8, 0.25);
}

.circle-label {
    padding: 0 30px 0 36px;
    font-size: 24px;
    font-weight: 700;
    color: #000;
    line-height: 1.45;
    font-family: "Raleway", sans-serif;
    max-width: 284px;
}

.circle-label .highlight {
    color: #313396;
}

.arc {
    position: absolute;
    left: -20px;
    top: 96.5px;
    width: 447px;
    height: 447px;
    border-radius: 50%;
    border: 7px solid #dddddd;
    clip-path: inset(0 0 0 50%);
    box-sizing: border-box;
}

.arc-line {
    display: none;
}

.dot {
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fa7436;
    transform: translate(-50%, -50%);
    z-index: 2;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    cursor: pointer;
}

.dot:hover {
    transform: translate(-50%, -50%) scale(1.4);
    box-shadow: 0 0 0 4px rgba(250, 116, 54, 0.25);
}

.dot1 {
    left: 203.5px;
    top: 100px;
}

.dot2 {
    left: 313.5px;
    top: 129.47px;
}

.dot3 {
    left: 394.03px;
    top: 210px;
}

.dot4 {
    left: 423.5px;
    top: 320px;
}

.dot5 {
    left: 394.03px;
    top: 430px;
}

.dot6 {
    left: 313.5px;
    top: 510.53px;
}

.dot7 {
    left: 203.5px;
    top: 540px;
}

/* Cards */
.will-benefits-section .benefit-card {
    position: absolute;
    height: 60px;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    cursor: pointer;
}

.will-benefits-section .benefit-card:hover {
    transform: translateX(5px);
    box-shadow: 4px 4px 18px rgba(0, 0, 0, 0.12);
}

.will-benefits-section .benefit-card:active {
    transform: translateX(2px);
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
}

.will-benefits-section .benefit-card1 {
    left: 417.5px;
    top: 82px;
}

.will-benefits-section .benefit-card2 {
    left: 490.5px;
    top: 179.47px;
}

.will-benefits-section .benefit-card3 {
    left: 523.03px;
    top: 290px;
}

.will-benefits-section .benefit-card4 {
    left: 505.5px;
    top: 405px;
}

.will-benefits-section .benefit-card5 {
    left: 430.03px;
    top: 515px;
}

.will-benefits-section .benefit-card-badge {
    width: 65px;
    min-width: 65px;
    background: linear-gradient(90deg, #ff8708 0%, #ffb742 46.63%);
    color: #070707;
    font-size: 26px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px 0 0 4px;
    flex-shrink: 0;
    transition: background 0.2s ease;
}

.will-benefits-section .benefit-card:hover .benefit-card-badge {
    background: linear-gradient(90deg, #e07000 0%, #ffa820 100%);
}

.will-benefits-section .benefit-card-label {
    width: 519px;
    background: #f2f2f2;
    display: flex;
    align-items: center;
    padding: 0 14px;
    font-size: 18.5px;
    font-weight: 500;
    color: black;
    border-radius: 0 4px 4px 0;
    white-space: nowrap;
    flex-shrink: 0;
    transition: background 0.2s ease, color 0.2s ease;
}

.will-benefits-section .benefit-card:hover .benefit-card-label {
    background: #e8e8e8;
    color: #111;
}

/* BLOGS SECTION*/
.service-blogs-section {
    max-width: 1235px;
    margin: 0 auto;
    padding: 20px;
}

.blogs-section h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin-bottom: 30px;
}

.blog-container {
    background-color: #fff;
    border: 1px solid #d6d6d6;
    padding: 20px;
    border-radius: 14px;
    display: flex !important;
    gap: 20px;
    margin-bottom: 20px;
    transition: box-shadow 0.3s ease, transform 0.25s ease;
    min-height: 327px;
}

.blog-container:hover {
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.09);
    transform: translateY(-3px);
}

.blog-container img {
    width: 285px;
    height: 285px;
    object-fit: cover;
    border-radius: 8px;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.blog-container:hover img {
    transform: scale(1.02);
}

.blog-content {
    flex: 1;
    padding: 15px 0px;
    display: flex;
    flex-direction: column;
}

.blog-content h4 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #000;
    transition: color 0.2s;
    margin-bottom: 8px;
}

.blog-container:hover .blog-content h4 {
    color: #ff6c28;
}

.blog-small-desc {
    font-size: 0.85rem;
    color: #000;
    line-height: 0.95;
    margin-bottom: 12px;
}

.blog-desc {
    display: -webkit-box;
    -webkit-line-clamp: 5; /* Desktop */
    -webkit-box-orient: vertical;
    overflow: hidden;
    flex: 1;
    margin-bottom: 15px;
}

.blog-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    width: 100%;
    margin-top: auto;
    flex-wrap: wrap;
}

.blog-footer p {
    text-align: right;
    font-size: 0.9rem;
    color: #000;
    margin: 0;
    white-space: nowrap;
}

.read-more {
    background: linear-gradient(90deg, #ffd559 0%, #ff9c50 100%);
    font-family: "DM Sans", sans-serif;
    padding: 10px 14px;
    font-weight: 500;
    font-size: 16px;
    color: #0c0e51;
    border: none;
    text-decoration: none;
    width: 145px;
    cursor: pointer;
    transition: filter 0.2s ease, transform 0.15s ease;
    display: inline-block;
    text-align: center;
}

.read-more:hover {
    filter: brightness(1.08);
    transform: translateY(-1px);
}

.read-more:active {
    transform: translateY(0);
    filter: brightness(0.96);
}

/* FAQ SECTION*/
.will-faq-section {
    padding: 50px 0;
    background-color: #fff;
}

.will-faq-title {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 40px;
    color: #000;
}

.will-faq-accordion .accordion-item {
    margin-bottom: 20px;
    overflow: hidden;
    border: none;
    transition: box-shadow 0.25s ease;
}

.will-faq-accordion .accordion-item:hover {
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}

.accordion-item .accordion-header {
    border: 0.8px solid #000000;
    margin-bottom: 15px;
}

.will-faq-accordion .accordion-button {
    font-weight: 600;
    color: #000;
    background-color: #fff;
    box-shadow: none !important;
    padding: 15px 20px;
    border-radius: 0 !important;
    font-size: 1.05rem;
    transition: color 0.2s ease, background-color 0.2s ease;
}

.will-faq-accordion .accordion-button:hover {
    color: #ff6c28;
    background-color: #fff8f0;
}

.will-faq-accordion .accordion-button:not(.collapsed) {
    color: #ff6c28;
    background-color: #fff8f0;
}

.will-faq-accordion .accordion-body {
    background-color: #ededed;
    color: #000;
    padding: 20px;
    font-size: 0.95rem;
    line-height: 1.6;
}

/* All Blog Page Css */

.all-blog-container {
    max-width: 1250px;
    margin: 0 auto;
    padding: 20px;
}

.blog-search-input {
    width: 100%;
    display: flex;
    justify-content: end;
    padding: 0px 0 20px;
}

.search-container {
    display: flex;
    align-items: center;
    width: 445px;
}

.search-container input {
    background-color: #f4f4f4;
    border: 1px solid black;
    border-right: 0;
    padding: 12px 15px;
    font-size: 1rem;
    flex: 1;
    outline: none;
    color: #000;
    transition: border-color 0.2s ease, background 0.2s ease;
    min-width: 0;
}

.search-container input:focus {
    border-color: #313396;
    background-color: #fff;
}
.search-container input:hover {
    border-color: #555;
}

.blog-search-btn {
    background: linear-gradient(90deg, #ffd559 0%, #ff9c50 100%);
    padding: 12px 30px;
    font-weight: 500;
    font-size: 17px;
    color: #000267;
    border: none;
    text-decoration: none;
    cursor: pointer;
    transition: filter 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease,
        opacity 0.2s ease;
    display: inline-block;
    flex-shrink: 0;
}
.blog-search-btn:hover {
    filter: brightness(1.07);
    box-shadow: 0 4px 16px rgba(255, 156, 80, 0.35);
    transform: translateY(-1px);
}
.blog-search-btn:active {
    transform: translateY(0) scale(0.97);
    filter: brightness(0.97);
    box-shadow: none;
}
.blog-search-btn:focus-visible {
    outline: 2px solid #ff9c50;
    outline-offset: 2px;
}

.all-blog-title {
    font-size: 2.2rem;
    font-family: "Radio Canada Big", sans-serif;
    font-weight: 600;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #313396;
    margin-bottom: 20px;
    text-align: center;
}

.all-blogs {
    display: grid;
    grid-template-columns: 1fr 290px;
    gap: 36px;
    padding: 20px;
}

.recent-posts {
    margin-bottom: 20px;
}

.recent-posts h4 {
    font-size: 1.15rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
}

.recent-item {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
    margin-bottom: 9px;
    padding: 8px 10px;
    border-radius: 6px;
    cursor: pointer;
    text-decoration: none; /* remove underline */
    color: inherit;
    transition: background 0.18s ease, transform 0.15s ease;
}

.recent-item:hover {
    background: rgba(35, 159, 219, 0.08);
    transform: translateX(3px);
}
.recent-item:active {
    background: rgba(35, 159, 219, 0.16);
    transform: translateX(1px);
}

.recent-title a {
    text-decoration: none !important;
    color: #239fdb !important;
}

.recent-title {
    font-size: 0.97rem;
    color: #239fdb !important;
    line-height: 1.3;
    font-weight: 600;
    transition: color 0.18s ease;
    text-decoration: none !important;
}

.recent-item:hover .recent-title {
    color: #1a7aaa;
}

.recent-item i {
    font-size: 13px;
    color: #239fdb;
    flex-shrink: 0;
    transition: transform 0.18s ease, color 0.18s ease;
}

.recent-item:hover i {
    transform: translateX(3px);
    color: #1a7aaa;
}
.recent-item:active i {
    transform: translateX(1px);
}

.video-library h4 {
    font-size: 1.15rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
}
/* 
.video-item {
    height: 150px;
} */

.will-video-container.small {
    height: 150px;
    margin-bottom: 10px;

    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.will-video-container.small:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.18);
    transform: translateY(-2px);
}
.will-video-container.small:active {
    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.library-text {
    font-size: 0.9rem;
    color: #000;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: left;
}

.video-full-screen-small {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #d9d9d9cc;
    color: #000;
    font-size: 1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 15;
    pointer-events: auto;
    border: none;
    padding: 0;
}

.video-full-screen-small:hover {
    background-color: #ffffffdd;
    transform: scale(1.1);
}

.video-full-screen-small:active {
    transform: scale(0.95);
}

.will-video-play-btn-small {
    position: relative;
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 12px 1px #00000026;
    color: #000;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 15;
    pointer-events: auto;
    border: none;
    padding: 0;
}

.will-video-play-btn-small:hover {
    transform: scale(1.12);
    box-shadow: 0px 0px 20px 4px rgba(255, 135, 8, 0.35);
    background: #fff5e6;
}

.will-video-play-btn-small:active {
    transform: scale(0.96);
}

.view-more {
    width: 169px !important;
    background: linear-gradient(90deg, #ffd559 0%, #ff9c50 100%);
    font-family: "Raleway", sans-serif;
    padding: 10px 30px;
    font-weight: 500;
    font-size: 19px;
    color: #000267;
    border: none;
    text-decoration: none;
    width: 100%;
    cursor: pointer;
    transition: filter 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease,
        opacity 0.2s ease;
    margin-bottom: 20px;
    margin-top: 10px;
}

.view-more:hover {
    opacity: 0.88;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(255, 150, 0, 0.4);
    color: #0c0e51;
    text-decoration: none;
}

/*  TABLET (max-width: 1075px)*/
@media (max-width: 1075px) {
    /* Hero */
    .will-hero-title {
        font-size: 1.6rem;
    }

    .will-hero-desc {
        font-size: 1rem;
    }

    .will-consult-card {
        padding: 25px 28px;
    }

    /* Detail */
    .will-detail-section {
        padding: 30px 20px;
    }

    /* Essential */
    .will-essential-title {
        font-size: 1.6rem;
    }

    /* Process */
    .will-process-title {
        font-size: 1.6rem;
    }

    /* Covers */
    .will-covers-title {
        font-size: 1.6rem;
    }

    .will-video-container.large {
        height: 320px;
    }

    /* Benefits */
    .will-benefits-section {
        align-items: center;
        padding: 40px 16px;
    }

    .scene {
        width: 100%;
        max-width: 600px;
        height: auto;
        min-height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        position: relative;
    }

    .circle {
        position: static !important;
        width: 100% !important;
        max-width: 280px !important;
        height: 280px !important;
        border-radius: 50% !important;
        margin-bottom: 20px;
        flex-shrink: 0;
        box-shadow: 0 8px 24px rgba(255, 135, 8, 0.15);
    }

    .circle:hover {
        transform: scale(1.02);
    }

    .circle-label {
        padding: 0 25px !important;
        font-size: 16px !important;
        line-height: 1.45 !important;
        max-width: 240px !important;
        text-align: center;
    }

    .arc, .arc-line, .dot {
        display: none !important;
    }

    .will-benefits-section .benefit-card {
        position: static !important;
        width: 100% !important;
        height: auto !important;
        min-height: 56px;
        margin: 0 !important;
        display: flex !important;
        flex-direction: row !important;
        align-items: stretch !important;
        background: #fff;
        border: 1px solid #eaeaea;
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
        transition: transform 0.2s ease, box-shadow 0.2s ease;
    }

    .will-benefits-section .benefit-card:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
    }

    .will-benefits-section .benefit-card-badge {
        width: 50px !important;
        min-width: 50px !important;
        font-size: 18px !important;
        flex-shrink: 0;
        display: flex !important;
        align-items: center;
        justify-content: center;
        border-radius: 0 !important;
    }

    .will-benefits-section .benefit-card-label {
        width: auto !important;
        flex: 1 !important;
        font-size: 14px !important;
        font-weight: 600 !important;
        padding: 12px 16px !important;
        white-space: normal !important;
        line-height: 1.45 !important;
        display: flex !important;
        align-items: center;
        background: transparent !important;
        color: #111 !important;
        text-align: left;
    }

    /* Blogs */
    .blog-container {
        flex-direction: column;
        min-height: auto;
        gap: 15px;
    }

    .blog-container img {
        width: 100%;
        height: 200px;
        margin: 0 auto;
    }

    .blog-content {
        padding: 0;
    }

    .blog-footer {
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 10px;
    }

    .blog-footer p {
        white-space: normal;
        flex: 1;
        min-width: 150px;
    }

    .read-more {
        width: 100%;
        max-width: 145px;
    }
}

/* MOBILE (max-width: 768px)*/
@media (max-width: 768px) {
    /* Hero */
    .will-hero-section {
        padding: 30px 0 50px;
    }

    .will-hero-title {
        font-size: 1.3rem;
    }

    .will-hero-desc {
        font-size: 0.95rem;
    }

    .will-consult-card {
        padding: 20px 18px;
    }

    .will-consult-card h4 {
        font-size: 17px;
    }

    .btn-will-orange {
        font-size: 16px;
        padding: 11px 20px;
    }

    /* Detail */
    .will-detail-section {
        padding: 24px 16px;
        justify-content: flex-start;
    }

    .will-detail-content {
        max-width: 100%;
    }

    .will-detail-content h3 {
        font-size: 1.1rem;
    }

    .will-detail-content p {
        font-size: 0.9rem;
    }

    /* Essential */
    .will-essential-section {
        padding: 36px 0;
    }

    .will-essential-title {
        font-size: 1.3rem;
        margin-bottom: 28px;
    }

    .will-essential-item p {
        font-size: 0.9rem;
        margin-bottom: 28px;
    }

    .will-essential-btn {
        font-size: 1rem;
    }

    /* Process */
    .will-process-section {
        padding: 36px 0 50px;
    }

    .will-process-title {
        font-size: 1.3rem;
        margin-bottom: 36px;
    }

    .will-process-card {
        padding: 36px 18px 16px;
    }

    .will-process-card h5 {
        font-size: 1rem;
    }

    .will-process-card p {
        font-size: 0.85rem;
    }

    /* Covers */
    .will-covers-section {
        padding: 50px 0;
    }

    .will-covers-title {
        font-size: 1.3rem;
    }

    .will-video-container.large {
        height: 220px;
    }

    .will-covers-text {
        font-size: 0.95rem;
    }

    /* FAQ */
    .will-faq-title {
        font-size: 1.2rem;
    }

    .will-faq-accordion .accordion-button {
        font-size: 0.95rem;
        padding: 12px 16px;
    }

    .will-faq-accordion .accordion-body {
        font-size: 0.9rem;
        padding: 14px;
    }

    /* Blogs */
    .blog-container {
        min-height: auto;
        gap: 12px;
        padding: 15px;
    }

    .blog-container img {
        width: 100%;
        height: 180px;
    }

    .blogs-section h2 {
        font-size: 1.4rem;
    }

    .blog-content h4 {
        font-size: 1.1rem;
        margin-bottom: 6px;
    }

    .blog-small-desc {
        margin-bottom: 10px;
        font-size: 0.8rem;
    }

    .blog-desc {
        -webkit-line-clamp: 3;
        margin-bottom: 12px;
    }

    .blog-footer {
        gap: 10px;
    }

    .blog-footer p {
        font-size: 0.85rem;
    }

    .read-more {
        font-size: 14px;
        width: 120px;
    }

    .all-blogs {
        grid-template-columns: 1fr;
    }

    .all-blog-container {
        padding: 14px;
    }
    .blog-search-input {
        justify-content: stretch;
    }
    .search-container {
        width: 100%;
    }
    .blog-search-btn {
        padding: 12px 18px;
        font-size: 15px;
    }
    .all-blog-title {
        font-size: 1.35rem;
        letter-spacing: 2px;
    }
    .all-blogs {
        padding: 0;
        gap: 18px;
    }
    .search-container input {
        padding: 10px 13px;
    }
    .will-video-container.small {
        height: 275px;
    }
}

/* VERY SMALL (max-width: 380px)*/
@media (max-width: 380px) {
    .will-hero-title {
        font-size: 1.1rem;
    }

    .will-hero-desc {
        font-size: 0.85rem;
    }

    .btn-will-orange {
        font-size: 14px;
        padding: 10px 14px;
    }

    .circle {
        max-width: 220px !important;
        height: 220px !important;
    }

    .blog-container {
        min-height: auto;
        gap: 10px;
        padding: 12px;
    }

    .blog-container img {
        height: 150px;
    }

    .blog-content h4 {
        font-size: 0.95rem;
    }

    .blog-desc {
        -webkit-line-clamp: 2;
        font-size: 0.85rem;
        margin-bottom: 10px;
    }

    .blog-footer {
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
    }

    .blog-footer p {
        text-align: center;
        font-size: 0.75rem;
    }

    .read-more {
        width: 100%;
        font-size: 12px;
        padding: 8px 10px;
    }

    .circle-label {
        font-size: 12px !important;
        padding: 0 16px !important;
        line-height: 1.4 !important;
    }

    .will-benefits-section .benefit-card-badge {
        width: 44px !important;
        min-width: 44px !important;
        font-size: 15px !important;
    }

    .will-benefits-section .benefit-card-label {
        font-size: 12px !important;
        padding: 10px 12px !important;
    }

    .will-covers-title {
        font-size: 1.1rem;
    }

    .will-faq-title {
        font-size: 1.05rem;
    }

    .blogs-section h2 {
        font-size: 1.2rem;
    }
    .will-video-container.small {
        height: 200px;
    }
    .view-more {
        width: 156px !important;
        font-size: 17px;
        padding: 9px 22px;
    }
}
