.error_msg {
    color: #ef0000;
    font-size: 13px;
    margin-top: 1px;
    display: block;
}

input.error_field {
    border-color: #ef0000;
}

body {
    margin: 0;
    font-family: Arial, sans-serif;
    overflow-x: hidden;
}

*,
input,
button {
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
.h0,
.h1,
.h2,
.h3,
.h4,
.h5,
p,
span,
label,
a,
div {
    margin: 0;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0px;
}

.testimonial-title span {
    font-family: fantasy;
    margin: 0 5px;
    font-weight: 200;
}

body a,
body a:hover {
    text-decoration: none !important;
}

a {
    cursor: pointer;
}

img {
    height: 100%;
    display: block;
}

section {
    overflow: hidden;
}

.item_bounce {
    animation: bounce 0.8s ease infinite alternate;
}

@keyframes bounce {
    0% {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(-10px);
    }
}
/*  */

p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    vertical-align: middle;
    /* text-transform: capitalize; */
}
h1,
.h1 {
    font-weight: bold;
    font-size: 26px !important;
    line-height: 32px !important;
    letter-spacing: 0px;
    vertical-align: middle;
}

/* h2,
.h2 {
  font-weight: bold;
  font-size: 22px !important;
  line-height: 32px !important;
  letter-spacing: 0px;
  vertical-align: middle;
} */

h2,
.h2 {
    font-weight: bold;
    font-size: 26x !important;
    line-height: 34px !important;
    letter-spacing: 0px;
    vertical-align: middle;
    text-transform: uppercase !important;
}

h3,
.h3 {
    font-weight: bold;
    font-size: 18px !important;
    line-height: 22px !important;
    letter-spacing: 0px;
    vertical-align: middle;
    text-transform: capitalize;
}

h4,
.h4 {
    font-weight: bold;
    font-size: 17px;
    line-height: 21px;
    letter-spacing: 0px;
    text-transform: capitalize;
}
.container.header-container {
    max-width: 1600px;
}
/*  */

.container-fluid {
    padding: 0 1rem;
}

.container {
    max-width: 1672px;
    margin: 0 auto;
    padding: 0 1rem;
}

.lg-container {
    max-width: 1850px;
    margin: 0 auto;
    padding: 0 2rem;
}

.sm-container {
    max-width: 1430px;
    margin: 0 auto;
    padding: 0 16px;
}
.nav-header {
    /* background-color: #CB7F3D; */
    padding: 24px 0;
    text-align: center;
    background: #ffd000;
}

.nav-header ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    gap: 100px;
}

.nav-header ul li a {
    color: #0a1a3a;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
}

.nav-header a:hover {
    text-decoration: underline;
}

.marquee-content span {
    display: inline-flex;
    align-items: center;
    font-weight: 500;
    font-style: Italic;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
    vertical-align: middle;
    text-transform: capitalize;
    /* color: #CB7F3D; */
    color: #d4a245;
    background: linear-gradient(
        0deg,
        #dbbf6f,
        #dec57e 39%,
        #ecdf94 57%,
        #edde93 66%,
        #d7b765 80%,
        #edd78f 97%,
        #e1bd71 57%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/*  */

.marquee-container {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}

.marquee-content {
    display: inline-flex;
    padding-left: 100%;
    animation: scroll-right 100s linear infinite;
    font-style: italic;
    font-size: 16px;
    align-items: center;
}

.separator {
    margin: 0 20px;
    color: #cb7f3d;
}

@keyframes scroll-right {
    0% {
        transform: translateX(-70%);
    }
    100% {
        transform: translateX(-30%);
    }
}

@keyframes scroll-left {
    0% {
        transform: translateX(-30%);
    }
    100% {
        transform: translateX(-70%);
    }
}

.nav-header ul li a:hover {
    color: #0a1a3a;
}
/*  */

.banner-section {
    background-color: #0a1a3a;
    color: #fff;
    padding: 67px 0px 79px;
}

.banner-main-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.banner-image img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.banner-content {
    width: calc(55% - 0px);
    text-align: right;
    position: relative;
    left: -35px;
}

.text-marc-box {
    background-color: #fff;
    color: #0a3c59;
    display: flex;
    align-items: center;
    padding: 15px 20px;
    border-radius: 10px;
    max-width: 380px;
}

.text-marc-box img {
    width: 40px;
    margin-right: 15px;
}

.icon img {
    width: auto;
    height: auto;
}

.award-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.text-marc-text h2 {
    font-size: 1.5rem;
    line-height: 1.2;
    margin: 0;
}

.text-marc-text span {
    font-weight: bold;
}

.text-marc-text .phone {
    font-size: 0.9rem;
    margin-top: 5px;
    color: #444;
}

.highlight {
    color: #e0772e;
    font-weight: bold;
}

.claim-description {
    padding-top: 60px;
}

.testimonial-bar p {
    background-color: #cb7f3d;
    color: #fff;
    padding: 18px 20px;
    border-radius: 11px;
    margin-top: 0px;
    display: inline-block;
    font-weight: 500;
    font-style: Italic;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0;
    vertical-align: middle;
    text-transform: capitalize;
}

.text-marc-boxs {
    text-align: right;
    margin-bottom: 18px;
}

.text-marc-boxs img {
    max-width: 100%;
    height: auto;
    width: 882px;
    margin-right: 0;
    margin-left: auto;
}

.claim-description {
    font-family: Inter;
    font-weight: 600;
    font-style: Italic;
    font-size: 41px;
    line-height: 70px;
    text-align: right;
    vertical-align: middle;
    text-transform: capitalize;
}

.banner-image {
    width: calc(45% - 0px);
}

.form-section {
    margin: 30px auto 0;
    text-align: center;
}

.form-section h2 {
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 60px;
    line-height: 70px;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
    text-transform: capitalize;
}

.form-wrapper {
    background: #0a1a3a;
    padding-top: 47px;
    padding-bottom: 25px;
    padding-left: 180px;
    padding-right: 35px;
    border-radius: 10px;
}

.form-section .arrow {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 30px;
}

.textarea-right textarea {
    width: 100%;
    height: 150px;
    padding: 0;
    border: none;
    margin-bottom: 20px;
    resize: vertical;
    color: #6e6e6e;
    background: transparent;
    font-weight: 500;
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: -1px;
    vertical-align: middle;
    text-transform: capitalize;
}

.textarea-right textarea::placeholder {
    color: #6e6e6e;
    opacity: 1;
}

.calculate_value {
    background-color: #d62828;
    color: white;
    padding: 12px 19px;
    border: none;
    border-radius: 6px;
    font-size: 24px;
    display: inline-block;
    cursor: pointer;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 0;
    transition: 0.5s;
}

.calculate_value:hover {
    background-color: #0a1a3a;
    color: #fff;
}

.Calculate_value-right {
    text-align: right;
}
/*  */

.background-image {
    overflow: hidden;
}

.about-wrapper {
    background: #f8f9fc;
}

.about-inner-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 88px;
    align-items: center;
    justify-content: space-between;
}

.about-content {
    width: calc(60% - 44px);
}

.about-title {
    color: #0a1a3a;
}

.about-content-heading {
    margin-bottom: 10px;
}

.about-description {
    color: #0a1a3a;
    opacity: 80%;
}

.about-rating {
    display: flex;
    align-items: center;
    gap: 8px;
    background-color: #f1e8dc;
    padding: 10px 16px;
    margin-top: 54px;
    border-radius: 10px;
    width: fit-content;
}

.about-rating img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
}

.rating-value {
    font-weight: bold;
    font-size: 16px;
    color: #ff9900;
    margin-left: 8px;
}

.about-award-card {
    width: calc(40% - 44px);
}

.award-year {
    color: #0a1a3a;
    font-size: 22px;
    font-weight: bold;
    margin-top: 8px;
}
/*
   .award-card {
       background-color: #f1e8dc;
       border-radius: 30px;
       text-align: center;
       overflow: hidden;
       box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
   } */

.award-card {
    border-radius: 30px;
    text-align: center;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
    background: linear-gradient(
        200deg,
        #a2682a,
        #e1c776 39%,
        #eed891 57%,
        #dec371 66%,
        #d3b15f 80%,
        #e3cb7a 97%
    );
}

.award-icon {
    background: white;
    padding: 30px 0;
    border-bottom-left-radius: 100% 550px;
    border-bottom-right-radius: 100% 550px;
}

.award-text {
    padding: 32px;
    color: #0a1a3a;
}

.award-text p {
    font-weight: 600;
    font-size: 35px;
    line-height: 38.25px;
    letter-spacing: 0;
    text-align: center;
    text-transform: capitalize;
}

.award-text h2 {
    margin: 8px 0 0;
    font-weight: 700;
    font-size: 40px;
    line-height: 38.25px;
    letter-spacing: 0;
    text-align: center;
    text-transform: capitalize;
}

.review-badge {
    display: flex;
    align-items: center;
    background-color: #ece4da;
    padding: 18px 20px;
    border-radius: 12px;
    gap: 0;
    width: fit-content;
    margin-top: 54px;
    /* 	padding-right: 51.33px; */
}

.avatars {
    display: flex;
    margin-right: -10px;
    position: relative;
    z-index: 2;
}

.avatars img {
    width: 61px;
    height: 61px;
    border-radius: 50%;
    border: 2px solid white;
    object-fit: cover;
    margin-left: -10px;
    background-color: white;
}

.avatars img:first-child {
    margin-left: 0;
}

.rating-info {
    display: flex;
    align-items: center;
}

.icon {
    width: 70px;
    height: 70px;
    min-width: 70px;
    border-radius: 50%;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
}

.google {
    color: #4285f4;
    /* Placeholder for Google logo */
    font-family: Arial, sans-serif;
}

.star {
    color: orange;
}

.rating {
    color: #0a1a3a;
    font-weight: 700;
    font-size: 40px;
    line-height: 38.25px;
    letter-spacing: 0;
    text-transform: capitalize;
    padding-left: 10.23px;
}

.icon.star {
    margin-left: -5px;
}
/* why-choose  */

.why-choose {
    color: white;
    padding: 90px 0px 83px;
    text-align: center;
    /* background: radial-gradient(72.46% 80.31% at -12.21% 115.98%, #0A1A3A 0%, #0A1A3A 8%, #0A1A3A 46%, #0A1A3A 79%, #0A1A3A 100%); */
    background: #161b47;
}

.why-choose-header h2 {
    margin-bottom: 10px;
    text-align: center;
}

.why-choose-header p {
    margin-bottom: 40px;
}

.why-choose-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
}

.why-box.big-firms .h3 {
    color: #fff;
}

.why-box {
    background-color: #0a1a3a;
    color: #fff;
    flex: 1;
    padding: 50px 60px;
    border-radius: 16px;
    text-align: left;
    box-shadow: 0px -1px 16px -2px rgb(0 0 0 / 15%);
    border: 1px solid #0a1a3a;
}

.why-box-title {
    display: inline-block;
    padding-bottom: 8px;
    border-bottom: 1px solid;
    border-image: linear-gradient(90deg, #ffffff 0%, #0a1a3a 100%);
    border-image-slice: 1;
    border-image-width: 0 0 1px 0;
    border-image-outset: 0;
    border-image-repeat: stretch;
}

.big-firms {
    background-color: transparent;
}

.why-box h3 {
    padding-bottom: 4px;
    color: #fff;
}
.why-box.text-marc li {
    color: #fff;
}
.why-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.why-box ul li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    vertical-align: middle;
    text-transform: capitalize;
}

.why-box ul li::before {
    content: '';
    position: absolute;
    left: 0;
    color: #c28f2d;
    background-image: url(../image/check.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    top: 2px;
}

.why-box.big-firms ul li::before {
    content: '';
    position: absolute;
    left: 7px;
    color: #c28f2d;
    background-image: url(../image/red_check.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    top: 5px;
}

.big-firms li {
    color: #fff;
}

.why-box-heading {
    text-align: center;
    margin-bottom: 30px;
}
/* cases-section  */

/* .cases-section {
  background-color: #FFD000;
  color: white;
  text-align: center;
} */

.cases-section {
    background-color: white;
    color: #000;
    text-align: center;
}

.why-choose,
.cases-section,
.about-marc-section,
.how-it-works,
.about-wrapper {
    padding: 50px 0px;
}
.home .cases-section {
    padding-top: 0;
}
.cases-header h2 {
    margin-bottom: 22px;
}

.cases-header {
    margin-bottom: 40px;
}

.cases-columns-wrapper {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
    background: linear-gradient(
        200deg,
        #a2682a,
        #e1c776 39%,
        #eed891 57%,
        #dec371 66%,
        #d3b15f 80%,
        #e3cb7a 97%
    );
    padding: 54px 70px;
    border-radius: 10px;
}

.cases-column-item {
    flex: 1 1 45%;
}

.cases-column-inner-item {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.case-faq {
    background: white;
    color: #0a1a3a;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
    cursor: pointer;
    box-shadow: 0px -1px 16px -2px rgb(0 0 0 / 15%);
}
.case-question {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    background: #fff;
}
.section-inner-header {
    margin-bottom: 24px;
}

.case-arrow {
    transition: transform 0.3s ease;
}

.case-faq.active .case-answer {
    padding: 10px 60px 20px 20px;
}
.case-faq.active .case-question {
    padding-bottom: 0;
}

.case-answer {
    display: none;
    text-align: left;
}

.case-faq.active .case-answer {
    display: block;
}

.case-faq.active .case-arrow {
    transform: rotate(90deg);
}
.case-arrow {
    width: 40px;
    height: 40px;
    border: 1px solid #0a1a3a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #0a1a3a;
    font-weight: bold;
    box-shadow: rgb(136 165 191 / 38%) 6px 2px 16px 0px, rgb(255 255 255 / 65%) -6px -2px 16px 0px;
}

.case-arrow:hover {
    background: #0a1a3a;
    border-color: #0a1a3a;
}

.case-faq.active .case-arrow {
    background: #0a1a3a;
    border-color: #0a1a3a;
}

.case-faq.active .case-arrow svg {
    color: #fff;
}

.case-arrow:hover svg {
    color: #fff;
}

.case-question span {
    font-weight: 600;
    font-size: 18px;
    line-height: normal;
    letter-spacing: 0;
    vertical-align: middle;
    text-transform: capitalize;
}
/* testimonial-section */
.testimonial-section {
    text-align: center;
    padding: 60px 0px 150px;
    background-color: #0a1a3a;
    color: #fff;
}

.testimonial-section .subtitle {
    margin-bottom: 40px;
}

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

.testimonials-wrapper {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 100%;
}

.testimonial-card {
    color: #fff;
    padding: 40px;
    border-radius: 12px;
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    min-height: 500px;
    height: 100%;
    box-sizing: border-box;
    background-color: #fff;
    color: #0a1a3a;
    border-radius: 16px;
    text-align: left;
    box-shadow: 0px -1px 16px -2px rgba(0, 0, 0, 0.5);
}

.testimonials-wrapper .slick-slide {
    margin: 0 28px;
}

.testimonials-wrapper .slick-list {
    margin: 0 -28px;
}

.testimonial-card h3 {
    margin-bottom: 15px;
}

.testimonial-title {
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0;
}

.testimonial-card p {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    color: #0a1a3a;
    margin-top: 0px;
    opacity: 100%;
    flex-grow: 1;
    margin-bottom: 20px;
    line-height: 1.6;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: auto;
}

.testimonial-author-name {
    font-weight: 700;
    font-style: Italic;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0;
    vertical-align: middle;
    margin-bottom: 10px;
}

.testimonial-author-role {
    color: #ffffffad;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
}

.nav-arrows {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    gap: 20px;
    font-size: 28px;
    color: #ffffffb3;
}

.nav-arrows span {
    cursor: pointer;
    transition: transform 0.2s;
}

.nav-arrows span:hover {
    transform: scale(1.2);
}

.testimonial-author img {
    border-radius: 50%;
    width: 61px;
    height: 61px;
}
/* footer */
/*
   .footer_imagess {
       background: linear-gradient(145deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.0) 100%);
       background-blend-mode: screen;
       box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
       border-radius: 12px;
       padding: 10px 14px;
       width: fit-content;
       filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.35));
   } */

.footer_imagess {
    background: radial-gradient(
        circle at center,
        rgba(255, 255, 255, 0.35) 0%,
        rgba(255, 255, 255, 0.15) 100%
    );
    background-blend-mode: screen;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    /* softer shadow */
    border-radius: 12px;
    padding: 10px 14px;
    width: fit-content;
    filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.25));
    /* lighter drop shadow */
}

section.footer-wrapper {
    background-color: #0a1a3a;
    color: white;
}

.footer-main-wrapper {
    padding: 40px 0 0px;
}

.footer-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #ffffff24;
    padding-bottom: 6px;
    flex-direction: column;
}
.footer-logo {
    padding-right: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 29px;
    gap: 32px;
}

.footer-logo img {
    width: 160px;
    border-radius: 5px;
}
/*
.page .footer-logo .footer_image,
.page .footer-logo .footer_text {
    display: none;
} */
.home.page-template-front-page .footer-logo .footer_image,
.home.page-template-front-page .footer-logo .footer_text {
    display: block;
}

.footer-inner-wrapper {
    padding-right: 0px;
    display: flex;
    justify-content: space-between;
    gap: 45px;
    padding-top: 30px;
    padding-bottom: 30px;
    align-items: flex-start;
}

.tagline {
    color: #d0e8f2;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
    text-transform: capitalize;
}

.footer-logo .footer_image,
.footer-logo .footer_text {
    flex: 1;
}
.footer-links {
    display: flex;
    flex: 1;
    gap: 40px;
    flex-direction: column;
}

.footer-links ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    row-gap: 25px;
    flex-direction: column;
}

.footer-links a {
    color: white;
    text-decoration: none;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0;
    vertical-align: middle;
    transition: all 0.3s ease-in-out;
    text-underline-offset: 4px;
}
.footer-links a:hover {
    text-decoration: underline !important;
    color: #ffdd00;
}

.footer-contact {
    flex: 1;
}

.footer-contact h4 {
    font-weight: 500;
    font-size: 25px;
    line-height: 34px;
    letter-spacing: 0;
    vertical-align: middle;
    margin-bottom: 15px;
}

.footer-contact p {
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0;
    vertical-align: middle;
}
.map-img {
    width: 100%;
    border-radius: 8px;
}

.footer-bottom {
    text-align: center;
    font-size: 12px;
    color: #aac4d4;
    padding: 34px 0;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -3%;
    text-transform: capitalize;
}

.footer-bottom p {
    font-size: 13px;
    line-height: 1.4;
    color: #fff;
}

.footer-links ul li {
    flex: 0 0 50%;
}

.map-main {
    padding-top: 30px;
}

.map-main iframe {
    border-radius: 10px;
    overflow: hidden;
}

.section-header,
.testimonial-section {
    position: relative;
}

.section-header:before {
    content: '';
    background-image: url(../image/top_ico.png);
    width: 60px;
    height: 60px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: -70px;
}
.testimonial-section:before {
    content: '';
    background-image: url(../image/bottom__icon.png);
    width: 60px;
    height: 60px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: auto;
    bottom: 30px;
    right: 70px;
}

.testimonials-wrapper .slick-arrow {
    bottom: -35px;
    top: auto;
    margin: auto;
    left: 0;
    right: 0;
    opacity: 1 !important;
    width: 100%;
    height: auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    transform: unset;
    max-width: max-content;
}

.testimonials-wrapper .slick-prev:before {
    font-size: 0;
    margin-left: -30px;
}

.testimonials-wrapper .slick-next:before {
    font-size: 0;
    margin-left: 30px;
}

.testimonials-wrapper .slick-arrow.slick-disabled:before {
    font-size: 0;
    margin-left: 0;
    background-image: url(../image/slider_arow.png);
    width: 70px;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    opacity: 1 !important;
}

.testimonials-wrapper .slick-arrow:before {
    font-size: 0;
    margin-left: 0;
    background-image: url(../image/slider_arow.png);
    width: 70px;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 15px;
    opacity: 1 !important;
}

.testimonials-wrapper .slick-prev.slick-disabled:before {
    left: -85px;
    transform: rotate(180deg);
}

.testimonials-wrapper .slick-next.slick-disabled:before {
    transform: rotate(0deg);
    left: 12px;
}

.testimonials-wrapper .slick-next:before {
    left: 12px;
    opacity: 1 !important;
}

.testimonials-wrapper .slick-prev:before {
    left: -85px;
    transform: rotate(180deg);
}

.background-image {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    display: flex;
    margin: auto;
    justify-content: center;
    align-items: center;
    left: -10%;
    right: auto;
    opacity: 0.5;
}

.why-choose {
    position: relative;
}

.cases-header h2 {
    color: #0a1a3a;
}

.cases-header p {
    color: #0a1a3aeb;
}

.why-choose-grid {
    position: relative;
    z-index: 1;
}

.why-box ul li:last-child {
    margin-bottom: 0;
}
/* === Wrapper === */

.new-banner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 48px;
    box-sizing: border-box;
}
.banner-title-wrapper {
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-align: center;
}
.new-banner__left {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.new-banner__card {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 16px;
    padding: 1.5rem;
    box-shadow: 0px 5px 30px 5px rgb(0 0 0 / 24%);
}

.new-banner__label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: #222;
    letter-spacing: 0;
}

.new-banner__textarea {
    width: 100%;
    min-height: 120px;
    padding: 0.75rem;
    border: 1px solid #ccc;
    border-radius: 8px;
    resize: vertical;
    font-size: 1rem;
    line-height: 1.4;
    margin-bottom: 1rem;
}

.new-banner__textarea:focus {
    outline: 2px solid #007bff;
    border-color: #007bff;
}

.new-banner__button {
    display: inline-block;
    cursor: pointer;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 0;
    transition: 0.5s;
    width: 100%;
    padding: 14px 16px;
    border-radius: 12px;
    position: relative;
    z-index: 99;
}

.new-banner__result {
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 1.5rem;
    margin-top: 1.5rem;
    display: none;
}

.new-banner__result-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.new-banner__range {
    font-size: 1.5rem;
    font-weight: 700;
    color: #28a745;
    margin-bottom: 0.5rem;
}

.new-banner__description {
    font-size: 0.95rem;
    color: #fff;
    margin-bottom: 1rem;
}

.home_back {
    margin-top: 20px;
    display: block;
    text-align: center;
}

a.disclaimer_link {
    background-color: #cfa44d;
    color: #fff;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    padding: 14px 24px;
    cursor: pointer;
    transition: background 0.3s ease;
    width: 64%;
    text-align: center;
    text-transform: uppercase;
    display: inline-flex;
    justify-content: center;
    margin: 0;
    align-items: center;
}

.new-banner__cta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.new-banner__cta-button {
    padding: 0.6rem 1.2rem;
    font-size: 0.95rem;
    border-radius: 6px;
    border: 1px solid #007bff;
    background: transparent;
    color: #007bff;
    cursor: pointer;
    transition: all 0.2s ease;
}

.new-banner__cta-button:hover {
    background: #007bff;
    color: #fff;
}

.new-banner__cta-button--primary {
    background: #007bff;
    color: #fff;
}

.new-banner__cta-button--primary:hover {
    background: #0056b3;
}

.new-banner-wrapper {
    padding: 60px 0;
    background: #0a1a3a;
    color: #fff;
}

.new-banner__right {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.25rem;
    text-align: center;
}

.new-banner__testimonial {
    margin-top: 0px;
    display: inline-block;
    font-weight: 300;
    font-style: Italic;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: 0;
    vertical-align: middle;
    text-transform: none;
    /* max-width: 600px; */
}

.new-banner__subtitle {
    text-transform: none;
    font-weight: 300;
}

/*
body .new-banner__title {
  font-family: "Merriweather Sans", "Open Sans", sans-serif;
  font-weight: 600;
  color: #f1f3f6;
  line-height: 1.2;
  letter-spacing: 0.2px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  margin-bottom: 0px;
  max-width: 520px;
} */
/* body .new-banner__title:after {
       content: "";
       display: block;
       width: 120px;
       height: 3px;
       background-color: #CFA44D;
       margin-top: 12px;
       border-radius: 2px;
   } */

.new-banner__subtitle {
    color: rgba(255, 255, 255, 0.9);
    max-width: 520px;
    margin-bottom: 20px;
}

.new-banner__photo img {
    width: 100%;
    /* max-width: 550px; */
    overflow: hidden;
    height: 100%;
    object-fit: cover;
    /*   filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.35)); */
}

.new-banner-container {
    max-width: 1430px;
}

.logo_banner img {
    width: 260px;
    border-radius: 5px;
}
/* attorneys */

.about-marc-wrapper h2 {
    text-align: center;
}

.about-marc--info-wrapper {
    margin-bottom: 12px;
}

.about-marc-intro p {
    margin-bottom: 10px;
}

.about-marc-wrapper h3 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 10px;
    /* text-transform: capitalize; */
}

body .about-marc-inner {
    margin-bottom: 20px;
}

ul {
    margin: 0;
    padding: 0 0 0 20px;
}

.page-content-wrapper {
    background-color: #fff;
    color: #0a1a3a;
    padding: 67px 0px 79px;
}

section.how-it-works p {
    margin-bottom: 15px;
    color: #0a1a3a;
}

.page-content-wrapper h1.entry-title {
    font-size: 40px;
    line-height: 1.15;
    font-weight: 700;
    margin-bottom: 50px;
    text-align: center;
}

.page-content-wrapper .entry-content p {
    margin: 0 0 16px;
    font-size: 16px;
    line-height: 26px;
}

.disclaimer_line p {
    font-size: 13px;
    color: #ccc;
    line-height: 1.4;
    font-style: italic;
}

.rating_star {
    display: flex;
    align-items: center;
    width: 150px;
    gap: 5px;
    margin-left: 10px;
}

.rating_star svg {
    color: #ff9507;
    width: 60px;
}

.icon.google.new-icon {
    margin-right: 15px;
}
/* Container Styling */
/* .contact_form .wpcf7-form {
       max-width: 600px;
       margin: 0 auto;
       padding: 40px;
       background: linear-gradient(135deg, #0A1A3A 0%, #43a1d7 100%);
       border-radius: 20px;
       box-shadow: rgb(0 0 0 / 86%) 0px 0px 30px -4px;
       position: relative;
       overflow: hidden;
   } */
.contact_form .wpcf7-form {
    max-width: 600px;
    margin: 0 auto;
    padding: 40px;
    border-radius: 20px;
    box-shadow: rgb(0 0 0 / 20%) 0px 0px 30px -4px;
    position: relative;
    overflow: hidden;
    background: #0a1a3a;
    border: 2px solid #0a1a3a;
}

.contact_form .wpcf7-form::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    z-index: -1;
}

.contact_form .wpcf7-form p {
    position: relative;
}

.page-content-wrapper:has(.contact_form) {
    margin-top: 0;
    margin-bottom: 0;
    background-color: #0a1a3a;
    color: white;
    padding: 60px 0px;
}

.contact_form .wpcf7-form label {
    display: block;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0;
    margin-bottom: 8px;
    text-transform: capitalize;
}
.contact_form .wpcf7-form label span {
    color: red;
}

.contact_form .wpcf7-form input[type='text'],
.contact_form .wpcf7-form input[type='email'],
.contact_form .wpcf7-form textarea {
    width: 100%;
    padding: 15px 20px;
    border: none;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    font-size: 16px;
    font-family: inherit;
    color: #2d3748;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    outline: none;
    border: 2px solid transparent;
    margin-top: 5px;
}

.contact_form .wpcf7-form input[type='text']:focus,
.contact_form .wpcf7-form input[type='email']:focus,
.contact_form .wpcf7-form textarea:focus {
    transform: translateY(-2px);
    box-shadow: none;
    border-color: rgba(255, 255, 255, 0.6);
    background: rgba(255, 255, 255, 1);
}

.contact_form .wpcf7-form input[type='text']::placeholder,
.contact_form .wpcf7-form input[type='email']::placeholder,
.contact_form .wpcf7-form textarea::placeholder {
    color: #a0aec0;
    font-style: italic;
}

.contact_form .wpcf7-form textarea {
    resize: vertical;
    min-height: 120px;
    font-family: inherit;
    line-height: 1.6;
    margin-top: 10px;
}

.contact_form .wpcf7-form-control.wpcf7-submit {
    background: #ffd000 !important;
    border-color: #ffd000 !important;
    color: #0a1a3a !important;
    padding: 12px 30px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgb(0 0 0 / 10%);
    letter-spacing: normal;
    font-family: 'Inter';
    position: relative;
}
.contact_form .wpcf7-spinner {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    opacity: 0.75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.wpcf7-form-control.wpcf7-submit:hover {
    background: linear-gradient(135deg, #b3872f 0%, #f7e29d 50%, #d4af37 100%);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    transform: translateY(-2px);
}
/* .wpcf7-form-control.wpcf7-submit {
       background: linear-gradient(200deg, #a2682a, #e1c776 39%, #eed891 57%, #dec371 66%, #d3b15f 80%, #e3cb7a 97%);
       color: white;
       border: none;
       padding: 12px 30px;
       border-radius: 25px;
       font-size: 16px;
       font-weight: 600;
       cursor: pointer;
       transition: all 0.3s ease;
       box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
       text-transform: uppercase;
       letter-spacing: 1px;
   }

   .wpcf7-form-control.wpcf7-submit:hover {
       transform: translateY(-2px);
       box-shadow: 0 6px 20px rgba(102, 126, 234, 0.6);
   } */

.wpcf7-form-control.wpcf7-submit:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(102, 126, 234, 0.4);
}

.about-award-card .award-text .rating-info {
    justify-content: center;
}

.new-icon img {
    width: 75px;
    padding: 10px;
}

.testimonials-wrapper {
    opacity: 0;
}

.testimonials-wrapper.slick-initialized {
    opacity: 1;
}

.star-badge {
    position: relative;
    display: inline-block;
    background: linear-gradient(135deg, #0a1a3a, #cd8749);
    color: white;
    padding: 20px 12px;
    border-radius: 10px;
    font-weight: 400;
    font-size: 15px;
    text-align: center;
    box-shadow: 0 8px 25px rgb(0 51 78);
    transform: rotate(0deg);
    animation: starPulse 3s ease-in-out infinite;
    writing-mode: revert;
    text-orientation: mixed;
}

.star-badge::before {
    content: '⭐';
    position: absolute;
    top: -32px;
    right: 0px;
    font-size: 23px;
    background: linear-gradient(135deg, #d62828, #cb7f3d);
    border-radius: 50%;
    padding: 5px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    animation: starRotate 4s linear infinite;
}

.floating-badge {
    position: fixed;
    right: 13px;
    top: auto;
    bottom: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    z-index: 9;
    box-shadow: none;
}

@keyframes starPulse {
    0%,
    100% {
        transform: rotate(0deg) scale(1);
    }
    50% {
        transform: rotate(0deg) scale(1.05);
    }
}

@keyframes starRotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.how-it-works {
    background-color: #0a1a3a;
    color: #fff;
    padding: 50px 0;
}

.how-it-works .container {
    max-width: 1430px;
    margin: 0 auto;
}

.how-it-works h2 {
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
    letter-spacing: 2px;
    font-size: 40px;
    line-height: 1.2;
}

.how-it-works > p {
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 30px;
    text-align: center;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.contact-options {
    list-style: none;
    padding: 0;
    margin: 10px 0 40px;
}
.contact-options li {
    background: #0a1a3a;
    backdrop-filter: blur(10px);
    border: 1px solid #ffd000;
    border-radius: 15px;
    padding: 30px;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 1.5;
    transition: all 0.3s ease;
    font-weight: 400;
}

.contact-options li strong {
    display: inline-block;
    background: #ffd000;
    color: #0a1a3a;
    padding: 5px 15px;
    border-radius: 25px;
    font-weight: 700;
    margin-right: 5px;
    font-size: 13px;
    line-height: normal;
}
.contact-options li a {
    color: #fff;
}
.how-it-works p:last-of-type {
    font-size: 16px;
    line-height: 1.5;
}

.how_it_content p {
    font-size: 16px;
    line-height: 1.4;
    margin-top: 24px;
}

.practice-areas {
    background: #0a1a3a;
    color: #ffffff;
    padding: 67px 0px 79px;
}

.practice-content {
    display: none;
}

.practice-item.active .practice-content {
    display: block;
}

.practice-areas .container {
    max-width: 1200px;
    margin: 0 auto;
}

.practice-areas h2 {
    font-size: 48px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 60px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.practice-category {
    margin-bottom: 50px;
}

.practice-category h3 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    border-bottom: 3px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 15px;
}

.practice-item {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    margin-bottom: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.practice-item:hover {
    background: rgba(255, 255, 255, 0.15);
    /* transform: translateX(5px); */
}

.practice-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    cursor: pointer;
}

.practice-header h4 {
    font-size: 22px;
    font-weight: 600;
    margin: 0;
    letter-spacing: 0.5px;
}

.expand-btn {
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.4);
    color: #ffffff;
    font-size: 28px;
    font-weight: 700;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.expand-btn:hover {
    background: rgba(255, 255, 255, 0.3);
}

.practice-item.active .expand-btn {
    background: rgba(255, 255, 255, 0.3);
}

.practice-content {
    padding: 0 25px;
}

.practice-item.active .practice-content {
    padding: 0 25px 25px 25px;
}

.practice-content p {
    font-size: 18px;
    line-height: 1.8;
    margin: 0;
    color: rgba(255, 255, 255, 0.95);
}

.about-marc-section {
    background-color: #0a1a3a;
    color: #fff;
}

.about-marc-section .container {
    max-width: 1430px;
    margin: 0 auto;
}

.about-marc-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.about-marc-intro p {
    color: #0a1a3a;
    font-size: 16px;
    line-height: 26px;
    text-align: justify;
    /* hyphens: auto; */
}

.about-marc-persnal_info {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.about-marc-experience {
    background: #0a1a3a;
    backdrop-filter: blur(10px);
    border: 1px solid #ffd000;
    border-radius: 12px;
    padding: 30px;
    transition: all 0.3s ease;
}

.about-marc-experience:hover,
.contact-options li:hover,
.practice-areas_main_wrapper .cases-columns-wrapper .cases-column-inner-item .case-faq:hover,
.case-item:hover {
    background: #1f335c;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.subheading {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: 1px;
    border-bottom: 2px solid #ffd000;
    padding-bottom: 10px;
}

.about-marc_list {
    list-style: none;
    padding: 10px 0 0;
    margin: 0;
}

.about-marc_list li {
    font-size: 16px;
    line-height: 1.5;
    padding-left: 24px;
    margin-bottom: 15px;
    position: relative;
    color: #fff;
    opacity: 1;
    letter-spacing: 0;
}

.about-marc_list li:before {
    content: '▸';
    position: absolute;
    left: 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 20px;
}

.about-marc_list li:last-child {
    margin-bottom: 0;
}

.case-results {
    background-color: #0a1a3a;
    color: #fff;
    padding: 67px 0px 79px;
}

.case-results .container {
    max-width: 1380px;
    margin: 0px auto;
}
/* .case-results h2 {
       font-size: 48px;
       font-weight: 700;
       text-align: center;
       margin-bottom: 40px;
       text-transform: uppercase;
       letter-spacing: 2px;
   } */

.case-results-intro {
    margin-bottom: 12px;
}

.case-results-intro p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
    color: #0a1a3a;
}

.privacy-note {
    font-style: italic;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
}

.case-results-list {
    display: flex;
    gap: 25px;
    flex-direction: column;
}

.case-item {
    background: #0a1a3a;
    backdrop-filter: blur(10px);
    border: 1px solid #ffd000;
    border-radius: 12px;
    padding: 25px;
    transition: all 0.3s ease;
}

.case-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    gap: 15px;
    flex-wrap: wrap;
}

.case-header h3 {
    font-size: 22px;
    font-weight: 600;
    margin: 0;
    letter-spacing: 0.5px;
    line-height: 30px;
}

.case-amount {
    font-size: 22px;
    font-weight: 700;
    color: #ffd000;
    white-space: nowrap;
}

.case-item p {
    font-size: 16px;
    line-height: 1.8;
    margin: 0;
    color: rgba(255, 255, 255, 0.95);
}

.logo_banner {
    margin-bottom: 10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo_divider {
    border-bottom: 2px solid #ffd000;
    margin: 10px 0;
}
/* .logo_banner {
       background: linear-gradient(145deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.0) 100%);
       background-blend-mode: screen;
       box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
       border-radius: 12px;
       padding: 10px 14px;
       width: fit-content;
       filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.35));
   } */

.logo_banner {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.3) 10%, rgba(255, 255, 255, 0.3) 90%);
    background-blend-mode: screen;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    border-radius: 12px;
    padding: 10px 14px;
    width: fit-content;
    filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.25));
}
/*  */

.new-banner__subtitle {
    font-size: 16px;
    color: #fff;
    max-width: 520px;
    line-height: 1.3;
    margin-bottom: 2px;
    font-weight: 400;
}

.new-banner__photo {
    position: relative;
    right: -80px;
    width: 85%;
    max-width: 460px;
    /*   filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.35)); */
}

.logo_banner_wrap {
    /* max-width: 520px; */
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border-bottom: 2px solid #D4AF37; */
    filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.35));
}

.new-banner__card,
.disclaimer_line,
.new-banner__subtitle,
body .new-banner__title {
    max-width: 100%;
}

.new-banner__card {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 12px;
    padding: 24px 34px;
    margin-bottom: 10px;
}

.new-banner__label {
    display: block;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0;
    margin-bottom: 15px;
}

.new-banner__textarea {
    width: 100%;
    height: 120px;
    padding: 12px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    resize: none;
    min-height: 120px;
    font-size: 1rem;
    line-height: 1.4;
    margin-bottom: 1rem;
}
.new-banner__textarea::placeholder {
    color: #0a1a3a;
}
.new-banner__button {
    margin-top: 16px;
    color: #0a3f59;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Inter';
    border: none;
    border-radius: 8px;
    padding: 14px 24px;
    cursor: pointer;
    transition: background 0.3s ease;
    background: linear-gradient(
        200deg,
        #a2682a,
        #e1c776 39%,
        #eed891 57%,
        #dec371 66%,
        #d3b15f 80%,
        #e3cb7a 97%
    );
}

.new-banner__button:hover {
    background-color: #d7b418;
}

.new-banner__right .disclaimer_line {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.4;
    /* margin-bottom: 32px; */
}

.new-banner__right .testimonial {
    max-width: 520px;
    position: relative;
    right: -80px;
}

.testimonial-quote {
    font-size: 16px;
    font-style: italic;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    margin-bottom: 0;
}

.new-banner__right .testimonial-author {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 500;
    margin-top: 0;
    display: block;
    font-style: italic;
}

.new-banner__textarea::placeholder {
    color: #fff;
}

.practice-areas_main_wrapper {
    background-color: #fff;
    padding: 60px 0px;
}

.practice-areas_main_wrapper .cases-columns-wrapper {
    background: transparent;
    flex-direction: column;
    text-align: left;
    color: #fff;
    padding: 0;
}

.practice-areas_main_wrapper .container {
    max-width: 1380px;
    margin: 0px auto;
}

.practice-areas_main_wrapper .cases-columns-wrapper .case-question {
    padding: 0;
    background: transparent;
    color: #fff;
}

.practice-areas_main_wrapper .cases-columns-wrapper .section-inner-title {
    color: #0a1a3a;
}

.practice-areas_main_wrapper .case-answer p {
    font-size: 16px;
    line-height: 25px;
}

/*
   .practice-areas_main_wrapper .cases-header h2 {
       text-transform: uppercase;
   } */

.practice-areas_main_wrapper .cases-columns-wrapper .cases-column-inner-item .case-faq {
    background: #0a1a3a;
    backdrop-filter: blur(10px);
    border: 1px solid #ffd000;
    border-radius: 12px;
    padding: 15px 20px;
    transition: all 0.3s ease;
}

.practice-areas_main_wrapper .case-arrow {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    box-shadow: rgb(10 18 84 / 31%) 6px 2px 16px 0px, rgb(10 18 84 / 35%) -6px -2px 16px 0px;
    border-width: 1px;
    border-style: solid;
    border-color: #ffd000;
    border-image: initial;
    border-radius: 50%;
}

.practice-areas_main_wrapper .case-faq.active .case-answer {
    color: #fff;
    padding: 20px 0 0;
}

.practice-areas_main_wrapper .cases-columns-wrapper .case-faq.active .case-arrow {
    background: #ffd000;
    border-color: #ffd000;
}

.floating-badge {
    display: none;
}
.pay-banner-ultimate-wraps .no-fee-ribbon p {
    color: #0a1a3a;
    font-family: 'Inter';
    font-weight: bold;
    font-size: 18px;
    line-height: 1.3;
}
.pay-banner-ultimate-wraps {
    width: 100%;
    height: 100%;
    margin-top: 55px;
}
.pay-banner-ultimate-wraps .no-fee-ribbon {
    width: 100%;
    position: relative;
    right: -80px;
    background: #ffd000;
    border: 1px solid #0a1a3a;
    border-radius: 8px;
    display: inline-block;
    padding: 24px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
    text-transform: uppercase;
}

/* modal */

.modal-content {
    width: 40rem;
    text-align: left;
    color: #fff;
    padding: 40px 40px;
    background: #0a1a3a;
    border: 2px solid #d4af37;
    border-radius: 8px;
    display: inline-block;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
    position: relative;
}

.modal-content input {
    width: 100%;
    padding: 15px 15px;
    border-radius: 7px;
    background: transparent;
    backdrop-filter: blur(10px);
    font-size: 14px;
    font-family: inherit;
    color: #fff;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    margin-top: 5px;
    border: 1px solid #d4af37;
    text-indent: 0;
    font-weight: 400;
    margin-bottom: 10px;
}

.modal-content .two_buttons {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
}

.modal-close {
    position: absolute;
    right: 20px;
    top: 20px;
    background: #ffd000;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    cursor: pointer;
}

.modal-close svg {
    display: inline-flex;
    width: 40px;
    height: 40px;
    color: #0a1a3a;
}

.modal-close svg path {
    fill: #0a1a3a;
    stroke: #0a1a3a;
}

.modal-content .button_popup {
    margin-top: 16px;
    background-color: #ffd000;
    color: #0a1a3a;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    padding: 14px 24px;
    cursor: pointer;
    transition: background 0.3s ease;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Inter';
}

.modal-content input::placeholder {
    color: #fff;
}

.modal-content p {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: normal;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 88%);
    justify-content: center;
    align-items: center;
}

.modal-content .callBtn:hover,
.modal-content .textBtn:hover {
    background: #43a1d7;
    border-color: #43a1d7;
}

div#aiResult.result {
    margin-top: 15px;
}

.modal-content .callBtn {
    background: linear-gradient(180deg, #0a2c43 0%, #103a5b 100%);
    border: 2px solid #d4af37;
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 14px 40px;
    cursor: pointer;
    -webkit-animation: callShake 1s infinite;
    animation: callShake 1s infinite;
    border: 1px solid;
}
/* @-webkit-keyframes floatPulse {
       0%, 100% {
           transform: translateY(0);
           box-shadow: 0 0 10px #0A2C43;
       }

       50% {
           transform: translateY(-6px);
           box-shadow: 0 0 25px #0A2C43;
       }
   }

   @keyframes floatPulse {
       0%, 100% {
           transform: translateY(0);
           box-shadow: 0 0 10px #0A2C43;
       }

       50% {
           transform: translateY(-6px);
           box-shadow: 0 0 25px #0A2C43;
       }
   } */

@-webkit-keyframes callShake {
    0%,
    100% {
        transform: rotate(0);
    }
    25% {
        transform: rotate(2deg);
    }
    50% {
        transform: rotate(-2deg);
    }
    75% {
        transform: rotate(2deg);
    }
}

@keyframes callShake {
    0%,
    100% {
        transform: rotate(0);
    }
    25% {
        transform: rotate(2deg);
    }
    50% {
        transform: rotate(-2deg);
    }
    75% {
        transform: rotate(2deg);
    }
}

.modal-content .textBtn {
    background: linear-gradient(270deg, #0a3f59, #cfa44d, #0a3f59);
    background-size: 300% 300%;
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 14px 40px;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    -webkit-animation: gradientSpark 4s ease infinite;
    animation: gradientSpark 4s ease infinite;
    box-shadow: 0 0 15px rgba(0, 153, 255, 0.5);
    border: 1px solid #f9f9f95e;
}

@-webkit-keyframes gradientSpark {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@keyframes gradientSpark {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.case_response {
    padding: 20px 30px 0px 0;
    max-height: 30rem;
    overflow: auto;
    padding-bottom: 15px;
    cursor: pointer;
    scroll-behavior: auto;
    scrollbar-color: rgb(207 164 77) #add8e600;
}

.case_response p.api_response {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
}

.modal-content {
    overflow: auto;
}

div#aiResult.result {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    flex-direction: column;
}

.stop-scroll {
    overflow: hidden;
}

.disclaimer {
    font-size: 14px;
    color: #c5a43a;
    line-height: 1.4;
    margin-top: 10px;
    font-style: italic;
}

.loading_box {
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    background: #0a1a3ae3;
}

.loading_box img {
    width: 50px;
    height: 50px;
}

.top-bar-wrap {
    display: flex;
    align-items: center;
}

.top-bar-wrap .top-bar-heading {
    width: max-content;
    padding-right: 15px;
    flex: 0 0 auto;
}
.marquee-container {
    width: 90%;
}

.top-bar-wrap .top-bar-heading h4 {
    color: #0a1a3a;
    font-weight: 600;
    font-size: 14px !important;
    line-height: 24px !important;
    letter-spacing: 0px;
    text-transform: unset;
}

.sub_data h4.enter {
    font-weight: 600;
    font-size: 20px;
    line-height: 31.25px;
    letter-spacing: 0px;
    text-transform: unset;
    margin-bottom: 20px;
    padding-right: 15px;
}

/* 14-11-2025 */

.why-choose {
    background: linear-gradient(
        200deg,
        #a2682a,
        #e1c776 39%,
        #eed891 57%,
        #dec371 66%,
        #d3b15f 80%,
        #e3cb7a 97%
    );
}
.why-box.big-firms {
    background: #0a1a3a;
}
.contact_form .wpcf7-form input,
.contact_form .wpcf7-form textarea {
    border: 1px solid #fff !important;
    background: transparent !important;
    color: #fff !important;
}
/* 09-12-2025 */
.new-banner__subtitle.custom-title {
    margin: 0;
}
.about-award-card .award-card {
    background: #ffd000;
}
.about-award-card .award-text svg path {
    fill: #0a1a3a;
}

/* .about-marc-wrapper h2::before {
  content: '';
  position: absolute;
  background: linear-gradient(200deg,#a2682a,#e1c776 39%,#eed891 57%,#dec371 66%,#d3b15f 80%,#e3cb7a 97%    );
  width: 50%;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  height: 2px;
  bottom: -10px;
}
 */
.practice-areas_main_wrapper {
    background-color: #fff;
}
.about-marc--info-wrapper {
    text-align: center;
}

.about-marc-wrapper h2,
.how-it-works h2,
.cases-header h2,
.case-results .section-title,
.section-title,
.page-content-wrapper .entry-header .entry-title,
h2.section-title {
    text-transform: unset;
    letter-spacing: 2px;
    font-size: 26px;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 24px;
    text-align: center;
    letter-spacing: normal;
    position: relative;
    width: auto;
    display: inline-flex;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    text-transform: uppercase !important;
}
.page-content-wrapper .entry-header .entry-title {
    font-size: 26px !important;
    line-height: 1.4 !important;
    color: #0a1a3a;
}
.about-marc-wrapper h2::after,
.how-it-works h2::after,
.cases-header h2::after,
.case-results .section-title::after,
.page-content-wrapper .entry-header .entry-title::after,
.section-title::after,
h2.section-title::after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 50%;
    width: 50px;
    height: 2px;
    background: #ffd000;
    transform: translateX(-50%);
}
.testimonial-section .section-title::after {
    bottom: -10px;
}

.about-marc-wrapper h2,
.how-it-works h2,
.practice-areas_main_wrapper .cases-header h2,
.case-results .section-title {
    color: #0a1a3a;
}
.yellow-bg h2::after {
    background: #0a1a3a;
}
.about-marc-intro {
    text-align: left;
}
.section-heading,
.cases-header,
.entry-header {
    text-align: center;
}

.page-content-wrapper:has(.contact_form),
.testimonial-section,
section.footer-wrapper {
    background: #0a1a3a;
}
.page-content-wrapper:has(.contact_form) {
    background: #fff;
}
.about-marc-section,
.how-it-works,
.case-results {
    background-color: #fff;
}
.practice-areas_main_wrapper .cases-columns-wrapper .cases-column-inner-item .case-faq svg {
    color: #ffd000;
}
.practice-areas_main_wrapper .cases-columns-wrapper .cases-column-inner-item .case-faq.active svg {
    color: #0a1a3a;
}

/* 10-12-2025 */

.top-bar {
    background: #f8f9fc;
    padding: 8px 0 8px 10px;
}

.marquee-container .marquee-content span {
    background: transparent;
    color: #0a1a3a;
    -webkit-text-fill-color: #0a1a3a;
}
.marquee-content span svg path {
    fill: #0a1a3a;
}
.new-banner__button,
.why-choose,
.cases-columns-wrapper,
.mobile-menu-wrapper {
    background: #ffd000;
    color: #0a1a3a;
}
.cases-columns-wrapper {
    background: #0a1a3a;
}
.cases-columns-wrapper .section-inner-title {
    color: #fff;
}

.why-choose {
    background: #fff;
}
.testimonial-section:before {
    content: '';
    background-image: url(https://fashionstoretesting.shinedezign.pro/new-project/wp-content/uploads/2025/12/bottm-quotes01.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.section-header:before {
    content: '';
    background-image: url(https://fashionstoretesting.shinedezign.pro/new-project/wp-content/uploads/2025/12/top-quotes01.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.testimonials-wrapper .slick-arrow:before {
    background-image: url(https://fashionstoretesting.shinedezign.pro/new-project/wp-content/uploads/2025/12/right-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 90px;
    height: 30px;
    bottom: -65px;
}
.testimonials-wrapper .slick-prev.slick-arrow:before {
    background-image: url(https://fashionstoretesting.shinedezign.pro/new-project/wp-content/uploads/2025/12/left-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    left: auto;
    transform: unset;
    right: 0;
}
.new-banner__card {
    background: #0a1a3a;
    box-shadow: 0px 5px 30px 5px #00000026;
}
.new-banner__textarea {
    background: #f5f7fa;
    color: #0a1a3a;
    border: 1px solid #dce1eb;
    margin-bottom: 8px;
    font-family: 'Inter';
    font-weight: 500;
}
.new-banner__textarea::placeholder {
    color: #999999;
}
.choose-tab-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    width: 100%;
    margin: 30px 0 16px;
    position: relative;
    z-index: 2;
}
/* .why-choose .container {
    max-width: 1380px;
} */
.choose-tab-wrapper .tab-button a {
    font-size: 18px;
    line-height: 22px;
    color: #0e1356;
    font-weight: 600;
    width: 100%;
    display: block;
}
.choose-tab-wrapper .tab-button {
    border: 1px solid #0a1a3a;
    padding: 12px 16px;
    width: 100%;
    cursor: pointer;
}
.choose-tab-wrapper .tab-button.active {
    background: #0a1a3a;
    color: #fff;
}
.choose-tab-wrapper .tab-button.active a {
    color: #fff;
}
.choose-tab-wrapper .tab-button.text-marc {
    border-radius: 10px 0 0 10px;
}
.choose-tab-wrapper .tab-button.big-firms {
    border-radius: 0 10px 10px 0;
}
.header-main .top-bar {
    display: none;
}

.home .header-main .top-bar {
    display: block;
}
/*  */

.new-banner__title {
    margin-bottom: 6px;
}
.new-banner__subtitle.custom-title {
    margin-top: 0;
    margin-bottom: 4px;
    padding: 0;
    background: none !important;
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
}
.new-banner__subtitle.custom-title span {
    background: none !important;
    padding: 0 !important;
}

.page-id-181 .entry-content {
    margin-top: 16px;
}

.page-content-wrapper .wpcf7 form.invalid .wpcf7-response-output,
.page-content-wrapper .wpcf7 form.unaccepted .wpcf7-response-output,
.page-content-wrapper .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffd000;
    color: #0a1a3a;
    font-size: 14px;
    line-height: normal;
    padding: 6px 14px;
    text-align: center;
    margin-bottom: 0;
}
.page-content-wrapper .wpcf7-not-valid-tip {
    font-size: 12px;
    line-height: normal;
    margin: 4px 0 0 6px;
}

/* footer.entry-footer {
    text-align: center;
    margin: 40px 0 0;
}
footer.entry-footer .edit-link .post-edit-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    text-align: center;
    padding: 10px 20px;
    color: #000;
    border-radius: 40px;
    font-size: 16px;
    margin: 0 auto;
} */

.term-cond-menu {
    display: none;
}
.home .term-cond-menu {
    display: block;
}
section.footer-wrapper {
    border-top: 4px solid #ffdd00;
}

.page-id-181 .footer-wrapper .footer-links {
    display: none;
}
.page-id-181 .footer-contact {
    flex: 0 0 50%;
}
.page .footer-links {
    flex-direction: column-reverse;
}

.page-template-front-page .footer-links {
    flex-direction: column;
}

.about-marc-section .container,
.how-it-works .container,
.case-results .container,
.page-id-157 .page-content-wrapper .header-container {
    max-width: 1350px;
    margin: 0 auto;
    padding: 0 25px;
    width: 100%;
}
/* 1-12-2025 */

/* Desktop (≥1024px) */

@media (min-width: 1024px) {
    .new-banner {
        grid-template-columns: 1fr 1fr;
        align-items: start;
    }
    /* .new-banner__left .new-banner__title {
    font-size: 35px;
    font-weight: 500;
    max-width: 36rem;
  } */
    .new-banner-wrapper .new-banner__card {
        max-width: 700px;
    }
}
/*  */

@media (max-width: 768px) {
    .cases-columns {
        flex-direction: column;
    }
    .cases-column {
        flex: 1 1 100%;
    }
}
