.elementor-2379 .elementor-element.elementor-element-f2b2e1b{--display:flex;--min-height:700px;--justify-content:flex-end;--padding-top:0%;--padding-bottom:5%;--padding-left:5%;--padding-right:5%;}.elementor-2379 .elementor-element.elementor-element-f2b2e1b:not(.elementor-motion-effects-element-type-background), .elementor-2379 .elementor-element.elementor-element-f2b2e1b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://jeffmartinlaw.com/wp-content/uploads/2026/06/Rectangle-1-7.png");background-position:top center;background-repeat:no-repeat;background-size:cover;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-2379 .elementor-element.elementor-element-82b73e7 .elementor-heading-title{font-family:"Inter", Sans-serif;font-size:41px;font-weight:600;color:#FFFFFF;}.elementor-2379 .elementor-element.elementor-element-82b73e7{width:var( --container-widget-width, 600px );max-width:600px;--container-widget-width:600px;--container-widget-flex-grow:0;}.elementor-2379 .elementor-element.elementor-element-bcd8fd2{--display:flex;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-2379 .elementor-element.elementor-element-f2b2e1b{--min-height:350px;}}@media(max-width:767px){.elementor-2379 .elementor-element.elementor-element-f2b2e1b{--min-height:400px;}.elementor-2379 .elementor-element.elementor-element-82b73e7 .elementor-heading-title{font-size:24px;}}/* Start custom CSS for container, class: .elementor-element-f2b2e1b *//* ==========================================================
   1. IMPORT FONT & GLOBAL RESETS (FORCE STICKY ALLOWANCE)
   ========================================================== */
  @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap');
  
  /* CRITICAL STICKY FIX: 
   Forces all parent wrappers to allow the right column to stick */
  .s_main-content,
  .padding-global,
  .container-large,
  .padding-section-large,
  .w-layout-grid {
    overflow: visible !important;
    clip-path: none !important;
  }
  
  .s_main-content {
    background-color: #ffffff; 
    color: #000000; 
    font-family: 'Inter', sans-serif;
    box-sizing: border-box;
    width: 100%;
  }
  
  .s_main-content *, 
  .s_main-content *::before, 
  .s_main-content *::after {
    box-sizing: inherit;
  }
  
  /* ==========================================================
   2. RESPONSIVE GRID (1728px Width & 5% Padding)
   ========================================================== */
  .container-large {
    max-width: 1728px;
    margin: 0 auto;
    width: 100%;
    padding: 0 5%;
  }
  
  .b_content-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 60px;
    padding-top: 60px;
    padding-bottom: 80px;
  }
  
  @media (min-width: 1024px) {
    .b_content-grid {
        grid-template-columns: 6.5fr 3.5fr; 
        align-items: start !important; /* CRUCIAL for sticky sidebar to work */
    }
  }
  
  /* ==========================================================
   3. TYPOGRAPHY (Desktop: Left-Align | Mobile: Center-Align)
   ========================================================== */
  
  /* Headings (Desktop) */
  .s_main-content h1,
  .s_main-content h2,
  .s_main-content h3,
  .faq10_question .heading-style-h3,
  .s_main-content .inset_heading {
    font-family: 'Inter', sans-serif;
    font-weight: 500 !important; 
    font-style: normal;
    font-size: 41.75px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: left; /* Changed to Left Align */
    color: #000000;
    margin-top: 0;
    margin-bottom: 32px;
    word-wrap: break-word;
  }
  
  /* Paragraphs (Desktop) */
  .s_main-content p,
  .e_main-richtext {
    font-family: 'Inter', sans-serif;
    font-weight: 400; 
    
    font-size: 22.86px;
    line-height: 37px;
    letter-spacing: 0%;
    text-align: left; /* Changed to Left Align */
    color: #000000;
    margin-top: 0;
    margin-bottom: 24px;
    overflow-wrap: break-word;
    word-break: break-word; 
  }
  
  /* MOBILE TYPOGRAPHY */
  @media (max-width: 767px) {
    .s_main-content h1,
    .s_main-content h2,
    .s_main-content h3,
    .faq10_question .heading-style-h3,
    .s_main-content .inset_heading {
        font-size: 23px; 
        margin-bottom: 20px;
        text-align: center; /* Maintained for mobile */
    }
  
    .s_main-content p,
    .e_main-richtext {
        font-size: 12px; 
        line-height: 20px;
        margin-bottom: 16px;
        text-align: center; /* Maintained for mobile */
    }
  }
  
  /* ==========================================================
   4. HIGH-END LIST STYLE (Aligned Left)
   ========================================================== */
  .s_main-content ul,
  .s_main-content ol {
    list-style: none;
    padding-left: 0;
    margin: 32px 0; /* Ensures list lines up perfectly with left-aligned text */
    max-width: 100%;
  }
  
  .s_main-content li {
    position: relative;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 22.86px;
    line-height: 37px;
    text-align: left; 
    color: #000000;
    padding: 16px 0 16px 40px; /* Leaves room for the sharp black bullet */
    border-bottom: 1px solid #e0e0e0;
    transition: padding-left 0.4s ease, border-color 0.4s ease;
  }
  
  /* Custom Sharp Black Square Bullet */
  .s_main-content li::before {
    content: "■"; 
    position: absolute;
    left: 0;
    top: 16px;
    color: #000000;
    font-size: 14px;
    transition: transform 0.4s ease, color 0.4s ease;
  }
  
  /* Hover Effects */
  .s_main-content li:hover {
    padding-left: 50px; 
    border-bottom: 1px solid #000000;
  }
  
  .s_main-content li:hover::before {
    transform: scale(1.2);
  }
  
  /* Mobile Lists */
  @media (max-width: 767px) {
    .s_main-content li {
        font-size: 12px;
        line-height: 20px;
        padding: 12px 0 12px 25px;
    }
    .s_main-content li::before {
        top: 12px;
        font-size: 10px;
    }
    .s_main-content li:hover {
        padding-left: 30px;
    }
  }
  
/* ==========================================================
   BULLETPROOF FIXED RIGHT SECTION
   ========================================================== */
.b_sidebar {
    background-color: #000000;
    padding: 40px;
    color: #ffffff;
    width: 100%;
    
    /* These 4 lines make it stay FIXED on the screen */
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 40px !important; /* Adjust this number if you have a fixed header menu */
    align-self: start !important; /* CRITICAL: Allows it to float independently */
    
    height: max-content !important; 
    z-index: 99 !important;
}

/* Turn off the fixed effect for mobile, so it stacks normally */
@media (max-width: 1023px) {
    .b_sidebar {
        padding: 30px 20px;
        position: relative !important; 
        top: 0 !important;
        align-self: stretch !important;
    }
}
  
  .b_sidebar .inset_heading {
    color: #ffffff; 
  }
  
  /* Sidebar Image */
  .sidebar_image-wrap img {
    width: 100%;
    height: auto; 
    display: block;
    margin-bottom: 30px;
    filter: grayscale(100%); 
    border: 1px solid #333333; 
    transition: filter 0.5s ease;
  }
  
  .sidebar_image-wrap img:hover {
    filter: grayscale(0%);
  }
  
  /* Contact Form Styling */
  .b_sidebar input[type="text"],
  .b_sidebar input[type="email"],
  .b_sidebar input[type="tel"],
  .b_sidebar textarea {
    width: 100%;
    padding: 18px 16px;
    margin-bottom: 20px;
    font-family: 'Inter', sans-serif;
    font-size: 16px; 
    background-color: transparent; 
    color: #ffffff;
    border: 1px solid #444444; 
    border-radius: 0px; 
    box-sizing: border-box;
    transition: border-color 0.3s ease;
  }
  
  .b_sidebar input::placeholder,
  .b_sidebar textarea::placeholder {
    color: #888888;
  }
  
  .b_sidebar input:focus,
  .b_sidebar textarea:focus {
    outline: none;
    border-color: #ffffff; 
  }
  
  /* Form Submit Button */
  .b_sidebar input[type="submit"],
  .b_sidebar button {
    width: 100%;
    background-color: #ffffff;
    color: #000000;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 18px;
    padding: 18px;
    border: 1px solid #ffffff;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  
  .b_sidebar input[type="submit"]:hover,
  .b_sidebar button:hover {
    background-color: #000000;
    color: #ffffff;
  }
  
  /* ==========================================================
   6. SLEEK FAQ ACCORDION
   ========================================================== */
  .faq10_accordion {
    border-top: 1px solid #000000;
    padding: 24px 0;
    cursor: pointer;
    transition: padding 0.3s ease;
  }
  
  .faq10_accordion:last-child {
    border-bottom: 1px solid #000000;
  }
  
  .faq10_accordion:hover {
    padding-left: 10px;
    padding-right: 10px;
  }
  
  .faq10_question {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .faq10_icon-wrapper svg {
    width: 24px;
    height: 24px;
    color: #000000;
    transition: transform 0.3s ease;
  }
  
  
  
  
  /* ==========================================================
   7. INTERACTIVE FAQ TOGGLE STYLES
   ========================================================== */
.faq10_answer {
    display: none; /* Hides the answer by default */
    opacity: 0;
}

/* When the "active" class is applied via JavaScript */
.faq10_accordion.active .faq10_answer {
    display: block;
    animation: fadeSlideDown 0.4s forwards;
}

/* Icon rotation animation when opened */
.faq10_accordion .faq10_icon-wrapper svg {
    transition: transform 0.4s ease;
}

.faq10_accordion.active .faq10_icon-wrapper svg {
    transform: rotate(180deg); /* Rotates the chevron arrow up */
}

/* Smooth fade-in animation */
@keyframes fadeSlideDown {
    0% {
        opacity: 0;
        transform: translateY(-10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-bcd8fd2 *//* ==========================================================
   1. IMPORT FONT & GLOBAL RESETS (FORCE STICKY ALLOWANCE)
   ========================================================== */
  @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap');
  
  /* CRITICAL STICKY FIX: 
   Forces all parent wrappers to allow the right column to stick */
  .s_main-content,
  .padding-global,
  .container-large,
  .padding-section-large,
  .w-layout-grid {
    overflow: visible !important;
    clip-path: none !important;
  }
  
  .s_main-content {
    background-color: #ffffff; 
    color: #000000; 
    font-family: 'Inter', sans-serif;
    box-sizing: border-box;
    width: 100%;
  }
  
  .s_main-content *, 
  .s_main-content *::before, 
  .s_main-content *::after {
    box-sizing: inherit;
  }
  
  /* ==========================================================
   2. RESPONSIVE GRID (1728px Width & 5% Padding)
   ========================================================== */
  .container-large {
    max-width: 1728px;
    margin: 0 auto;
    width: 100%;
    padding: 0 5%;
  }
  
  .b_content-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 60px;
    padding-top: 60px;
    padding-bottom: 80px;
  }
  
  @media (min-width: 1024px) {
    .b_content-grid {
        grid-template-columns: 6.5fr 3.5fr; 
        align-items: start !important; /* CRUCIAL for sticky sidebar to work */
    }
  }
  
  /* ==========================================================
   3. TYPOGRAPHY (Desktop: Left-Align | Mobile: Center-Align)
   ========================================================== */
  
  /* Headings (Desktop) */
  .s_main-content h1,
  .s_main-content h2,
  .s_main-content h3,
  .faq10_question .heading-style-h3,
  .s_main-content .inset_heading {
    font-family: 'Inter', sans-serif;
    font-weight: 600; 
    font-style: normal;
    font-size: 41.75px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: left; /* Changed to Left Align */
    color: #000000;
    margin-top: 0;
    margin-bottom: 32px;
    word-wrap: break-word;
  }
  
  /* Paragraphs (Desktop) */
  .s_main-content p,
  .e_main-richtext {
    font-family: 'Inter', sans-serif;
    font-weight: 400; 
    
    font-size: 22.86px;
    line-height: 37px;
    letter-spacing: 0%;
    text-align: left; /* Changed to Left Align */
    color: #000000;
    margin-top: 0;
    margin-bottom: 24px;
    overflow-wrap: break-word;
    word-break: break-word; 
  }
  
  /* MOBILE TYPOGRAPHY */
  @media (max-width: 767px) {
    .s_main-content h1,
    .s_main-content h2,
    .s_main-content h3,
    .faq10_question .heading-style-h3,
    .s_main-content .inset_heading {
        font-size: 23px; 
        margin-bottom: 20px;
        text-align: center; /* Maintained for mobile */
    }
  
    .s_main-content p,
    .e_main-richtext {
        font-size: 12px; 
        line-height: 20px;
        margin-bottom: 16px;
        text-align: center; /* Maintained for mobile */
    }
  }
  
  /* ==========================================================
   4. HIGH-END LIST STYLE (Aligned Left)
   ========================================================== */
  .s_main-content ul,
  .s_main-content ol {
    list-style: none;
    padding-left: 0;
    margin: 32px 0; /* Ensures list lines up perfectly with left-aligned text */
    max-width: 100%;
  }
  
  .s_main-content li {
    position: relative;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 22.86px;
    line-height: 37px;
    text-align: left; 
    color: #000000;
    padding: 16px 0 16px 40px; /* Leaves room for the sharp black bullet */
    border-bottom: 1px solid #e0e0e0;
    transition: padding-left 0.4s ease, border-color 0.4s ease;
  }
  
  /* Custom Sharp Black Square Bullet */
  .s_main-content li::before {
    content: "■"; 
    position: absolute;
    left: 0;
    top: 16px;
    color: #000000;
    font-size: 14px;
    transition: transform 0.4s ease, color 0.4s ease;
  }
  
  /* Hover Effects */
  .s_main-content li:hover {
    padding-left: 50px; 
    border-bottom: 1px solid #000000;
  }
  
  .s_main-content li:hover::before {
    transform: scale(1.2);
  }
  
  /* Mobile Lists */
  @media (max-width: 767px) {
    .s_main-content li {
        font-size: 12px;
        line-height: 20px;
        padding: 12px 0 12px 25px;
    }
    .s_main-content li::before {
        top: 12px;
        font-size: 10px;
    }
    .s_main-content li:hover {
        padding-left: 30px;
    }
  }
  
/* ==========================================================
   BULLETPROOF FIXED RIGHT SECTION
   ========================================================== */
.b_sidebar {
    background-color: #000000;
    padding: 40px;
    color: #ffffff;
    width: 100%;
    
    /* These 4 lines make it stay FIXED on the screen */
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 40px !important; /* Adjust this number if you have a fixed header menu */
    align-self: start !important; /* CRITICAL: Allows it to float independently */
    
    height: max-content !important; 
    z-index: 99 !important;
}

/* Turn off the fixed effect for mobile, so it stacks normally */
@media (max-width: 1023px) {
    .b_sidebar {
        padding: 30px 20px;
        position: relative !important; 
        top: 0 !important;
        align-self: stretch !important;
    }
}
  
  .b_sidebar .inset_heading {
    color: #ffffff; 
  }
  
  /* Sidebar Image */
  .sidebar_image-wrap img {
    width: 100%;
    height: auto; 
    display: block;
    margin-bottom: 30px;
    filter: grayscale(100%); 
    border: 1px solid #333333; 
    transition: filter 0.5s ease;
  }
  
  .sidebar_image-wrap img:hover {
    filter: grayscale(0%);
  }
  
  /* Contact Form Styling */
  .b_sidebar input[type="text"],
  .b_sidebar input[type="email"],
  .b_sidebar input[type="tel"],
  .b_sidebar textarea {
    width: 100%;
    padding: 18px 16px;
    margin-bottom: 20px;
    font-family: 'Inter', sans-serif;
    font-size: 16px; 
    background-color: transparent; 
    color: #ffffff;
    border: 1px solid #444444; 
    border-radius: 0px; 
    box-sizing: border-box;
    transition: border-color 0.3s ease;
  }
  
  .b_sidebar input::placeholder,
  .b_sidebar textarea::placeholder {
    color: #888888;
  }
  
  .b_sidebar input:focus,
  .b_sidebar textarea:focus {
    outline: none;
    border-color: #ffffff; 
  }
  
  /* Form Submit Button */
  .b_sidebar input[type="submit"],
  .b_sidebar button {
    width: 100%;
    background-color: #ffffff;
    color: #000000;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 18px;
    padding: 18px;
    border: 1px solid #ffffff;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  
  .b_sidebar input[type="submit"]:hover,
  .b_sidebar button:hover {
    background-color: #000000;
    color: #ffffff;
  }
  
  /* ==========================================================
   6. SLEEK FAQ ACCORDION
   ========================================================== */
  .faq10_accordion {
    border-top: 1px solid #000000;
    padding: 24px 0;
    cursor: pointer;
    transition: padding 0.3s ease;
  }
  
  .faq10_accordion:last-child {
    border-bottom: 1px solid #000000;
  }
  
  .faq10_accordion:hover {
    padding-left: 10px;
    padding-right: 10px;
  }
  
  .faq10_question {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .faq10_icon-wrapper svg {
    width: 24px;
    height: 24px;
    color: #000000;
    transition: transform 0.3s ease;
  }
  
  
  
  
  /* ==========================================================
   7. INTERACTIVE FAQ TOGGLE STYLES
   ========================================================== */
.faq10_answer {
    display: none; /* Hides the answer by default */
    opacity: 0;
}

/* When the "active" class is applied via JavaScript */
.faq10_accordion.active .faq10_answer {
    display: block;
    animation: fadeSlideDown 0.4s forwards;
}

/* Icon rotation animation when opened */
.faq10_accordion .faq10_icon-wrapper svg {
    transition: transform 0.4s ease;
}

.faq10_accordion.active .faq10_icon-wrapper svg {
    transform: rotate(180deg); /* Rotates the chevron arrow up */
}

/* Smooth fade-in animation */
@keyframes fadeSlideDown {
    0% {
        opacity: 0;
        transform: translateY(-10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}/* End custom CSS */