/*
Theme Name: ShehrLaw Theme
Theme URI: https://dropndot.com/shehrlaw-theme
Author: dropndot
Author URI: https://dropndot.com
Description: A basic WordPress theme for shehrlaw.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: shehrlaw
*/

body {
    font-family: Montserrat, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    --bs-body-color: rgb(13, 13, 13);
}

/* Basic Reset */


.main-navigation .primary-menu>li>a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    /* Bold */
}

/* Apply Montserrat to headings */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
}

/* Apply Montserrat to buttons */
button,
input[type="button"],
input[type="submit"] {
    font-family: 'Montserrat', sans-serif;
}

/* Apply Montserrat to other elements as needed */
p,
a,
span,
li {
    font-family: 'Montserrat', sans-serif;
}

a {
    text-decoration: none;
    color: rgb(13, 13, 13);
}

:before,
:after {
    --tw-content: '';
}

/* Header Styles */
/*.site-header {
    background: #333;
    color: #fff;
    padding: 10px 0;
}*/

.site-header {
    /*position: absolute;
    position: fixed;*/
    height: auto;
    align-items: flex-start;
    padding: 1rem 2rem;
    left: 0px;
    top: 0px;
    z-index: 999999;
    display: flex;
    height: 6rem;
    width: 100%;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: justify;
    justify-content: space-between;
    --tw-bg-opacity: 1;
    background-color: rgb(22 40 56 / var(--tw-bg-opacity));
    padding: 0px 1rem;
}

.site-branding a {
    max-width: 16rem;
    display: block;
}

.site-branding .custom-logo {
    max-width: 100%;
    height: auto;
}

.site-header .container-fluid {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.site-branding h1 {
    margin: 0;
    font-size: 24px;
}


/* Navigation Styles */

.header-right {
    display: flex;
    margin-top: auto;
    margin-bottom: auto;
    flex-direction: row;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    gap: 1.5rem;
}

.main-navigation {
    display: flex;
    align-items: center;
}


/* Primary Navigation Styles */
.primary-menu {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    margin-right: -20px;
}

.primary-menu>li {
    position: relative;
    margin-left: 0;
    /* Remove gap between first-level nav items */
}

.primary-menu>li>a {
    font-family: Montserrat, sans-serif;
    position: relative;
    font-size: 1rem;
    line-height: 1.5rem;
    transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    text-decoration: none;
    padding: 0.25rem 0.5rem;
    /* Updated padding for first-level nav links */
    display: block;
    font-weight: 700;
    /* Font weight for first-level nav links */
}

/* Hover Effect for First-Level Menu Items */
/*.primary-menu>li>a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 0;
    --tw-bg-opacity: 1;
    background-color: rgb(79 183 236 / var(--tw-bg-opacity));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
    z-index: -1;
}*/

.primary-menu>li>a:hover::after {
    width: 100%;
}

.primary-menu>li>a:hover {
    color: #fff;
    /* Ensure text color remains visible */
}

/* Dropdown Styles */
.primary-menu ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    list-style: none;
    padding: 0;
    margin: 0;
    min-width: 200px;
    z-index: 1000;
    background-color: rgb(13 24 33 / var(--tw-bg-opacity));
}

.primary-menu ul ul {
    left: 100%;
    top: 0;
}

.primary-menu li:hover>ul {
    display: block;
}

.primary-menu ul li {
    position: relative;
}

.primary-menu ul a {
    padding: 0.25rem 1rem 0.25rem 0.5rem;
    /* Updated padding for dropdown items */
    white-space: nowrap;
    color: #fff;
    /* Ensure dropdown text color */
    text-decoration: none;
    display: block;
    font-weight: 700;
}

/* Hover Effect for Dropdown Menu Items */
.primary-menu ul a:hover {
    background-color: rgb(79 183 236 / var(--tw-bg-opacity));
    /* Change background color on hover */
}



/* Mobile Menu Toggle */
.menu-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
}

.hamburger {
    display: block;
    /* width: 2.5rem;*/
    height: 0.125rem;  
    --tw-bg-opacity: 1;
    background: rgb(79 183 236 / var(--tw-bg-opacity));
    position: relative;
}

.hamburger::before,
.hamburger::after {
    content: '';
    width: 2.5rem;
    height: 0.125rem;  
    --tw-bg-opacity: 1;
    background: rgb(79 183 236 / var(--tw-bg-opacity));
    position: absolute;
    left: -15px !important;
    transition: transform 0.3s ease;
}

.hamburger::before {
    top: -8px;
}

.hamburger::after {
    top: 8px;
}


.hdr-phone {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
    --tw-text-opacity: 1;
    color: rgb(79 183 236 / var(--tw-text-opacity));
    text-decoration: none;
}

.hdr-phone:hover {
    --tw-text-opacity: 1;
    color: rgb(56 141 184 / var(--tw-text-opacity));
}

@media (min-width: 1536px) {
    .hdr-phone {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
}


/* Responsive Styles */
@media (max-width: 1200px) {
    .menu-toggle {
        display: block;
        z-index: 999;
    }

    .primary-menu {
        flex-direction: column;
        width: 100%;
        background: #162838;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 99;
        text-align: left;
        padding-left: 20px;
        padding-top: 70px;
        padding-bottom: 20px;
        padding: 70px 20px 20px;
        display: none;
    }
    .mobile-menu .primary-menu{
        display: block;
    }

    .primary-menu li {
        margin: 0;
        text-align: left;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    .primary-menu a {
        display: block;
        padding: 10px;
    }

    .primary-menu ul {
        position: static;
        background: #162838;
    }

    .primary-menu ul ul {
        left: 0;
    }

    .primary-menu li:hover>ul {
        display: none;
        /* Disable hover on mobile */
    }

    .primary-menu.active {
        display: flex;
    }

    .menu-toggle.active .hamburger {
        background: transparent;
    }

    .menu-toggle.active .hamburger::before {
        transform: rotate(45deg);
        top: 0;
    }

    .menu-toggle.active .hamburger::after {
        transform: rotate(-45deg);
        top: 0;
    }
    .hdr-phone {
        display: none;
        z-index: 99;
        position: absolute;
        top: 20px;
        left: 20px;
        font-size: 1.5rem;
        font-weight: 700;
        padding-left: 10px;
        margin-left: 0px;
    }
    .mobile-menu .hdr-phone{
        display: block;
    }
    .main-navigation .primary-menu  li  a {
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        display: inline;  
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
    .main-navigation li.menu-item-has-children.open-menu > a{
        color:  rgb(77, 182, 235);
    }
    .main-navigation li.menu-item-has-children > a:after {
        position: absolute;
        content: "+";
        width: 20px;
        height: 20px;
        right: -25px;
        top: 2px;
        transform: translateY(-50%);
        text-align: center;
        line-height: 30px;
        color: white;
        z-index: 99;
        cursor: pointer;
        left: auto;
        background: none;
        font-size: 25px;
        line-height: 20px;
        position: relative;
    }
    .main-navigation li.menu-item-has-children.open-menu > a:after {
        content: "\2212";
    }
    .main-navigation .menu-item-has-children ul ul.sub-menu.active {
        display: block;

    }
    .main-navigation .menu-item-has-children ul {
        position: static;
        background: #162838;
        border-left: 3px solid #388DB8;
        padding-left: 5px;
        /* list-style: inherit; */
        margin-left: 10px;
    }
    .main-navigation .menu-item-has-children ul li {
        text-align: left;
        padding-top: 3px;
        padding-bottom: 3px;
        padding: 0px;
        line-height: normal;
        margin: 10px 0px;
    }
}




/* Home page hero section  */

/* Hero Section */
.hero-section {
    position: relative;
    display: flex;
    min-height: 100vh;
    width: 100%;
    max-width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    overflow: hidden;
    background-color: rgb(13 24 33);
    padding: 0rem 1rem;
	padding-top: 100px;
}

.hero-video {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    opacity: 1;
    filter: blur(0);
    transition: all 700ms cubic-bezier(0.4, 0, 0.2, 1);
}

.hero-content {
    position: relative;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    padding-top: 0rem;
    margin-top: -7rem;
}

.hero-title {
    pointer-events: none;
    z-index: 30;
    transition: all 700ms ease-in-out;
    opacity: 1;
    transform: translateY(0);
}

.hero-title h2 {
    font-family: 'Prata', serif;
    font-size: 3rem;
    line-height: 1.375;
    text-align: center;
    color: white;
}

.hero-title h2 span {
    color: rgb(79 183 236);
    font-family: 'Prata', serif;
}

@media (min-width: 1024px) {
    .hero-title h2 {
        font-size: 5.5rem;
    }
}

.hero-subtitle {
    z-index: 30;
    align-items: center;
    justify-content: center;
    text-align: center;
    opacity: 0;
    opacity: 1;
    transition: all 700ms ease-in-out 500ms;
    transform: translateY(25%);
}

.hero-subtitle span {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700;
    color: white;
}

.hero-button {
    z-index: 20;
    opacity: 0;
    opacity: 1;
    transition: all 700ms ease-in-out 1000ms;
    transform: translateY(25%);
}

.cta-button {
    display: inline-block;
    min-width: 10rem;
    border-radius: 0.25rem;
    padding: 1.5rem 2.5rem;
    text-align: center;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
    color: white;
    background-color: rgb(56 141 184);
    transition: all 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

.cta-button:hover {
    background-color: rgb(45 120 150);
}

.cta-button:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(79 183 236 / var(--tw-bg-opacity));
}

.hero-play-button {
    pointer-events: none;
    position: absolute;
    top: -6rem;
    z-index: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -5em;
    justify-content: center;
    width: 100%;
    display: flex;
}
/*
@media (min-width: 1024px) {
    .hero-play-button {
        top: -14rem;
    }
}

.circle-video {
    width: 45rem;
}

@media (min-width: 1024px) {

    .fdJvvL,
    .play-button {
        animation: 40s linear infinite movelarge;
    }
}


.play-button {
    display: none;
    position: absolute;
    z-index: 0 !important;
    display: flex;
    height: 3rem;
    width: 3rem;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    border-radius: 9999px;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(79 183 236 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(79 183 236 / var(--tw-bg-opacity));
    transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: rgb(13, 24, 33) 0px 0px 10px;
    animation: 2s cubic-bezier(0, 0, 0.2, 1) infinite flash;
}

.fdJvvL:hover,
.play-button:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(13 24 33 / var(--tw-bg-opacity));
}

.fdJvvL:hover,
.play-button:hover {
    animation-play-state: paused;
}

.kQCRjL,
.circle-video {
    pointer-events: none;
    position: relative;
    z-index: 0 !important;
    margin-top: 7rem;
    display: flex;
    max-height: 90%;
    width: 90%;
    max-width: 47rem;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    border-radius: 9999px;
    border-width: 2px;
    --tw-border-opacity: 0.2;
    aspect-ratio: 1 / 1;
    border: 2px solid rgb(255 255 255 / var(--tw-border-opacity));
}

.play-button svg {
    fill: white;
    height: 1em;
    width: 1em;
}

@media (min-width: 1024px) {
    .play-button {
        animation: 40s linear infinite moveLarge;
    }
}

@media (min-width: 1280px) {
    .fdJvvL {
        inset: 0px;
        margin: auto;
    }
}

@keyframes moveLarge {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes flash {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }
}

*/


.circle-video {
    pointer-events: none;
    position: relative;
    z-index: 0 !important;
    margin-top: -3rem;
    display: flex;
    max-height: 90%;
    width: 90%;
    max-width: 47rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    border-width: 2px;
    --tw-border-opacity: 0.2;
    aspect-ratio: 1 / 1;
    border: 2px solid rgb(255 255 255 / var(--tw-border-opacity));
}

.orbit-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    pointer-events: auto;
    animation: rotateAround 20s linear infinite;
    animation-play-state: running;
}

.orbit-wrapper:hover {
    animation-play-state: paused;
}

.play-button {
    position: absolute;
    top: 0;
    left: 22rem; /* Distance from center */
    height: 3rem;
    width: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    border: 2px solid rgb(79 183 236 / 1);
    background-color: rgb(79 183 236 / 1);
    box-shadow: rgb(13, 24, 33) 0px 0px 10px;
    cursor: pointer;
    pointer-events: auto;
    transition: background-color 0.3s ease;
}

.play-button:hover {
    background-color: transparent;
}


.play-button svg {
    fill: white;
    width: 1em;
    height: 1em;
}

@keyframes rotateAround {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@media (max-width: 1024px) {
    .circle-video{
        border: none;
    }
    .orbit-wrapper {
        animation: none;
        left: -28px;
        top: 0px;
        /* text-align: center; */
        /* background: red; */
    }
    .hero-play-button {
        top: -1rem;
    }
    .circle-video {
        border: none;
        width: 100%;
        position: relative;
    }
    .orbit-wrapper {
        animation: none;
        left: auto;
        top: 0px;
        position: absolute;
        width: 100%;
        text-align: center;
        transform: none;
    }
    .play-button {
        position: relative;
        top: 0;
        left: auto;
        display: inline-block;
        margin: 0 auto;
    }
}
/* Overview Section */
.overview-section {
    position: relative;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow-x: clip;
    padding: 7rem 1rem 8rem;
}

@media (min-width: 640px) {
    .overview-section {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}

/* Title Section */
.overview-title {
    transition: all 700ms ease-in-out;
    opacity: 1;
    transform: translateY(0);
}



.overview-title h2 span {
    color: rgb(79 183 236);
    font-family: 'Prata', serif !important;
}

@media (min-width: 640px) {
    .overview-title h2 {
        font-size: 3rem;
        line-height: 1;
    }
}

.overview-title h2 {
    font-family: 'Prata', serif;
    font-size: 3.75rem;
    line-height: 1;
    text-align: center;
    color: #0f0f0f;
    font-weight: 400;
}

/* Content Section */
.overview-container {
    display: flex;
    width: 100%;
    flex-direction: row;
    padding-top: 2rem;
}

@media (min-width: 768px) {
    .overview-container {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media (min-width: 1536px) {
    .overview-container {
        padding-left: 5rem;
        padding-right: 5rem;
        text-align: left;
    }
}

/* Left Column (Images) */
.overview-left{
   display: none;
}
@media (min-width: 1280px) {
    .overview-left {
        position: relative;
        width: 50%;
        flex-direction: column;
        align-items: flex-end;
        justify-content: flex-start;
        padding-left: 5rem;
        padding-right: 5rem;
        padding-top: 8rem;
        display: flex;
    }
}



.image-wrapper {
    transition: all 700ms ease-in-out;
    opacity: 1;
    transform: translateY(0);
}

.image-wrapper.animate-in-right {
    transition-delay: 250ms;
}

.image-wrapper.animate-in-right:nth-child(2) {
    transition-delay: 500ms;
}

.overview-image.img1 {
    max-width: 28rem;
    height: auto;
    margin-top: -5rem;
}

.overview-image.img1 {}

.overview-image.img2 {
    z-index: 999999;
    margin-top: -5rem;
    margin-right: 5rem;
    display: flex;
    max-width: 30rem;
    -moz-box-pack: center;
    justify-content: center;
}

/* Right Column (Text and Button) */
.overview-right {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

@media (min-width: 1280px) {
    .overview-right {
        max-width: 35rem;
        padding-top: 5rem;
        text-align: left;
    }
    .overview-content h3 {
        font-size: 3rem;
    }
}
@media (min-width: 640px) {
    .overview-right .cta-button {
        width: 410px;
        margin: 40px 0px 0px;
    }
}
@media (max-width: 1280px) {
  .overview-right .cta-button {
    width: 410px;
    margin: 20px auto 0px;
  }
  .overview-section{
      padding: 4rem 1rem 4rem;
  }
}
@media (max-width: 768px) {
  .overview-section {
    padding: 4rem 1rem 4rem;
  }
}
@media (max-width: 500px) {
    .overview-right .cta-button{
        width: 100%;
        margin: 0 auto;
    }

}

.overview-content h3 {
    color: #0f0f0f;
    font-size: 3rem;
    margin-bottom: 2rem;
    font-family: Prata, serif;
    line-height: normal;
}

.overview-content {
    width: 100%;
}

.overview-content p em {
    font-style: normal !important;
    --tw-text-opacity: 1;
    color: rgb(79 183 236 / var(--tw-text-opacity));
}

.overview-section .overview-content p {
    font-size: 1rem;
    color: rgb(13, 13, 13);
    margin-bottom: 1rem;
    line-height: 2;
}

.overview-content p strong {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.cta-button {
    min-width: 10rem;
    border-radius: 0.25rem;
    padding: 1.5rem 2.5rem;
    text-align: center;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
    color: white;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --tw-bg-opacity: 1;
    background-color: rgb(56 141 184 / var(--tw-bg-opacity));
    text-decoration: none;
}

.cta-button:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(79 183 236 / var(--tw-bg-opacity));
}

@media (min-width: 1024px) {
    .review-section .cta-button {
        width: 40%;
    }
}

@media (min-width: 1280px) {
    .review-section .cta-button {
        margin-left: 0;
        margin-right: auto;
        width: 70%;
    }
}

@media (min-width: 640px) {
    .review-section {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}

.review-section {
    position: relative;
    display: flex;
    width: 100%;
    flex-direction: column;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    overflow-x: clip;
    --tw-bg-opacity: 1;
    background-color: rgb(13 24 33 / var(--tw-bg-opacity));
    padding: 3rem 1rem;

}

.review-section h2 {
    text-align: center;
    font-family: Prata, serif;
    font-size: 2.25rem;
    line-height: 1.375 !important;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));

}

@media (min-width: 1024px) {
    .review-section h2 {
        font-size: 3rem;
        line-height: 1;
    }
}

@media (min-width: 640px) {
    .review-section h2 {
        font-size: 3rem;
        line-height: 1;
    }
}

@media (min-width: 1280px) {
    .review-section h2 {
        font-size: 3.75rem;
        line-height: 1;
    }
}

.review-section h2 span {
    --tw-text-opacity: 1;
    color: rgb(79 183 236 / var(--tw-text-opacity));
    font-size: inherit;
    font-family: inherit;
}

.review-intro {}

@media (min-width: 1280px) {
    .review-intro {
        max-width: 45rem;
    }
}

.review-intro {
    max-width: 100%;
    transition-duration: 700ms;
    transition-delay: 500ms;
    transition-timing-function: ease-in-out;
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-translate-y: 0px;
    opacity: 1;
    --tw-blur: blur(0);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.review-intro {
    max-width: 60%;
    -moz-box-pack: end;
    justify-content: flex-end;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    text-align: center;
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
    margin: 0 auto;
}

.review-intro p {
    line-height: 32px;
}

.review-wrapper.container {
    max-width: 1340px;
    display: block;
    position: relative;
}

.review-card {
    width: 100%;
    position: relative;
    padding: 3rem;
    --tw-bg-opacity: 1;
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    background: rgb(1 32 48 / var(--tw-bg-opacity)) url('assets/img/bg.png') no-repeat;
    background-size: cover;
    background-position: left bottom;
    margin-bottom: 50px;
}

@media (min-width: 540px) {
    .review-card {
        max-width: 450px;
        padding: 4rem;
        margin: 0 auto 50px;
    }
}
@media (min-width: 1024px) {
    .review-card {
        aspect-ratio: 1 / 1;
        max-width: 40rem;
        padding: 8rem 5rem 5rem;
    }
}





@media (min-width: 1024px) {
    .review-card p {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
}

.review-card p {
    z-index: 20;
    line-height: 1.625;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.review-author {
    text-align: start;
    font-family: Syne, sans-serif;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700;
    text-transform: uppercase;
    --tw-text-opacity: 1;
    color: rgb(79 183 236 / var(--tw-text-opacity));
    margin-bottom: 46px;
    display: inline-block;
}

.right-col {
    padding-top: 100px;
}

.circle-bdr {
    pointer-events: none;
    top: 38rem;
    z-index: 999999;
    margin: 0.5rem auto;
    height: auto;
    border-radius: 9999px;
    border-width: 2px;
    border-style: solid;
    border-color: transparent;
    aspect-ratio: 1 / 1;
    margin-left: 19%;
    display: none;
}




@media (min-width: 1280px) {
    .circle-bdr {
        position: absolute;
        width: 50%;
        border-color: rgba(255, 255, 255, 0.05);
        display: block;
    }
}
@media (min-width: 1536px) {
    .circle-bdr {
        width: 60%;
        display: block;
    }
}

.review-section .cta-button {
    display: block;
    margin: 0 auto;
    text-decoration: none;
    width: 10rem;
}

@media (min-width: 768px) {
    .review-section .cta-button {
        width: 30rem;
    }
}

.cGqLZP {
    display: flex;
    width: 100%;
    flex-direction: column;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    padding: 7rem 2rem 3rem;
}

.intro-feature .intro-title {
    font-size: 2.25rem;
    line-height: 2.5rem;
    --tw-text-opacity: 1;
    color: rgb(15 15 15 / var(--tw-text-opacity));
    font-family: Prata, serif;
    line-height: 1.375 !important;
}

@media (min-width: 640px) {
    .intro-feature .intro-title {
        font-size: 3rem;
        line-height: 1;
        margin-bottom: 30px;
    }
}

.intro-feature h3 {
    margin-bottom: 1rem;
    margin-top: 2rem;
    font-family: Prata, serif;
    font-size: 1.875rem;
    line-height: 1.4;
}

.intro-feature img {
    max-width: 100%;
}

.intro-feature ul li {
    margin-bottom: 0.5rem;
}

.intro-feature ul li a {
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(79 183 236 / var(--tw-text-opacity));
    text-decoration: none;
}
.leftfrom{
    display: none;
}
.intro-feature {
    padding: 7rem 2rem 3rem;
}

@media (min-width: 1280px) {
    .intro-feature {
        padding: 7rem 2rem 3rem;
        padding-left: 6rem;
        padding-right: 2rem;
    }
    .leftfrom{
        display: block;
    }
    
}

@media (max-width: 1280px) {
    .intro-feature .into-wrap{
        width: 100%;
    }
    .intro-feature .into-wrap ul{
        text-align: left;
    }
}
@media (min-width: 1400px) {
    .intro-feature .container {
        max-width: 100%;
    }
}

.sideForm,
.boxContent {
    position: relative;
    transition-duration: 700ms;
    transition-delay: 0ms;
    transition-timing-function: ease-in-out;
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-translate-y: 0px;
    opacity: 1;
    --tw-blur: blur(0);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.sideForm,
.boxContent {
    position: relative;
    width: 100%;
    flex-direction: column;
    -moz-box-align: center;
    align-items: center;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    /*    padding: 4rem 2rem;*/
    --tw-shadow: 0 0 25px -5px rgb(0 0 0 / 0.1), 0 0 10px -6px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 0 25px -5px var(--tw-shadow-color), 0 0 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    margin-bottom: 40px;
}

.boxContent:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    height: 0.75rem;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(56 141 184 / var(--tw-bg-opacity));
}

.formheader {
    padding: 4rem 2rem 20px;
}

@media (min-width: 1536px) {

    /*.sideForm {
    padding-left: 3rem;
    padding-right: 3rem;
  }*/
    .formheader {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}

.sideForm .formbanner a,
.boxContent .formbanner a {
    position: relative;
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    text-decoration: none;
}

.sideForm .formbanner,
.boxContent .formbanner {
    position: absolute;
    right: 0px;
    top: 17.5%;
    z-index: 10;
    display: flex;
    height: 4rem;
    width: calc(100%);
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    --tw-bg-opacity: 1;
    background-color: rgb(56 141 184 / var(--tw-bg-opacity));
}



@media (min-width: 1536px) {

    .sideForm .formbanner,
    .boxContent .formbanner {
        /*    top: 170px;*/
        width: calc(100%);
    }
}

.formheader {
    text-align: center;
}

.formheader h2 {
    text-align: center;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700;
    max-width: 70%;
    margin: 0 auto 20px;
}

.formheader p {
    margin-bottom: 0rem;
    line-height: 2;
}

.required {
    text-align: center;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
    margin-bottom: 20px;
}

input:placeholder,
textarea:placeholder {
    opacity: 1;
    color: rgb(156, 163, 175);
}



/*Form -----------------*/

.form-field {
    position: relative;
}

.form-wrap {
    position: relative;
}

.callout {}

.hlpSIE,
.callout {
    position: relative;
    z-index: 10;
    margin-top: 3rem;
    margin-bottom: 3rem;
    display: flex;
    flex-direction: column;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    overflow: hidden;
    padding: 3rem 1rem;
    text-align: center;
    font-family: Prata, serif;
    font-size: 1.875rem;
    line-height: 2.25rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 640px) {

    .hlpSIE,
    .callout {
        padding-left: 2rem;
        padding-right: 2rem;
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
}

.gSkVPm img,
.callout img {
    object-position: 25% center;
}

.cxmsuJ,
.callout img {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.bygbHb,
.inside-callout {
    position: relative;
    z-index: 10;
    display: flex;
    width: 100%;
    flex-direction: column;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.bygbHb p,
.inside-callout h3 {
    line-height: 1.2 !important;
    font-size: 36px;
    font-weight: 400;
}

.ldLOTd,
.callout-deep {
    display: flex;
    width: 100%;
    flex-direction: column;
    -moz-box-align: center;
    align-items: center;
    justify-content: space-evenly;
    gap: 1.5rem;
    padding-top: 1.5rem;
}

@media (min-width: 640px) {

    .ldLOTd,
    .callout-deep {
        flex-direction: row;
        padding-top: 0.5rem;
    }
}

.iTFaVh,
.call-divider {
    height: 8.75rem;
    width: 1px;
    --tw-bg-opacity: 1;
    background-color: rgb(79 183 236 / var(--tw-bg-opacity));
}

.iRrhKj a,
.call-right a {
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(79 183 236 / var(--tw-text-opacity));
}

.gZMlKe,
.call-right a {
    font-family: Montserrat, sans-serif;
    font-size: 1.25rem;
    line-height: 1.75rem;
    --tw-text-opacity: 1 !important;
    color: rgb(79 183 236 / var(--tw-text-opacity)) !important;
    text-decoration-line: none !important;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
}

.bygbHb p,
.call-right p {
    line-height: 1.2 !important;
    margin: 0px;
}

.eCmdBf,
.call-right p {
    font-family: Montserrat, sans-serif;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 700;
}

.gZMlKe:hover,
.call-right a:hover {
    --tw-text-opacity: 1 !important;
    color: rgb(56 141 184 / var(--tw-text-opacity)) !important;
}



/* Awards Section */
.awards-section {
    width: 100%;
    margin: 0 auto;
}

.awards-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    max-width: 100%;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    --tw-bg-opacity: 1;
    background-color: rgb(13 24 33 / var(--tw-bg-opacity));
    padding: 2rem 4rem;
}

.award-image {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
}

.award-image img {
    max-width: 75%;
    height: auto;
    object-fit: contain;
    filter: grayscale(100%) contrast(0.8);
    transition: all 0.3s ease;
}

.award-image img:hover {
    filter: grayscale(0%) contrast(1);
}

/* Responsive Adjustments */
@media (max-width: 1024px) {
    .awards-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .awards-container {
        grid-template-columns: 1fr;
    }

    .award-image {
        padding: 0.5rem;
    }
}


/* Attorney Profile Section */
.attorney-profile {
    width: 100%;
}

.attorney-container {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    margin: 0 auto;
    align-items: center;
    --tw-bg-opacity: 1;
    background-color: rgb(1 32 48 / var(--tw-bg-opacity));
}
.attorney-image {
        flex: 1 1 50%;
        min-width: 300px;
    }
@media (min-width: 992px) {
    .attorney-image {
        flex: 1 1 40%;
        min-width: 300px;
    }
}
@media (max-width: 991px) {
    .attorney-container{
        align-items: normal;
    }
    .attorney-image {
        padding: 5rem 1rem;
    }
}
.attorney-image img {
    width: 100%;
    height: auto;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.attorney-content {
    flex: 1 1 50%;
    min-width: 300px;
    background-color: rgb(1 32 48 / var(--tw-bg-opacity));
    padding: 5rem 1rem;
    margin: 0 auto;

}
.byNyCn, .attorney-details {
    max-width: 40rem;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    margin-bottom: 0 auto;
}
@media (min-width: 992px) {
  .attorney-content {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
/*@media (min-width: 640px) {
    .attorney-content {
        padding-left: 10rem;
        padding-right: 10rem;
    }
}*/
.attorney-details h2 {
    width: 100% !important;
    padding-bottom: 2rem;
    text-align: start !important;
    font-family: Syne, sans-serif;
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 700;
    text-transform: uppercase;
    --tw-text-opacity: 1;
    color: rgb(79 183 236 / var(--tw-text-opacity));

}

.attorney-bio p {
    font-size: 16px;
    margin-bottom: 1rem;
    line-height: 2;
    color: #fff;
}

.attorney-button {
    margin-top: 2rem;
}

.btn-primary {
    display: inline-block;
    padding: 1rem 2rem;
    background-color: #4fb7ec;
    color: white;
    text-decoration: none;
    font-weight: 700;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background-color: #3a9fd1;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .attorney-container {
        flex-direction: column;
    }

    .attorney-image,
    .attorney-content {
        flex: 1 1 100%;
    }

    .attorney-details h1 {
        font-size: 2rem;
    }
}

.attorney-button {
    padding-top: 3rem;
}

.attorney-button .cta-button {
    margin-right: auto;
    width: 65%;
}

/* FAQ Section Styles */
.home-faq-section {
    padding: 9rem 1rem;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(13 24 33 / var(--tw-bg-opacity));
}

@media (min-width: 768px) {

    .keeGdj,
    .home-faq-section {
        padding-left: 5rem;
        padding-right: 5rem;
    }
}


@media (min-width: 640px) {

    .keeGdj,
    .home-faq-section {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}


.kAZqii,
.faq-main-title {
    padding-bottom: 3rem;
    text-align: center;
    font-family: Prata, serif !important;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgb(79 183 236 / var(--tw-text-opacity));
}
@media (min-width: 640px) {
    .faq-main-title {
        margin-bottom: 3rem;
    }
}

@media (min-width: 640px) {

    .llcSnx,
    .faq-main-title {
        font-size: 3rem;
        line-height: 1;
    }
}

.faq-container {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.faq-left-column,
.faq-right-column {
    flex: 1;
    min-width: 300px;
}

.iRrhKj h3,
.faq-content h3 {
    margin-bottom: 1rem;
    margin-top: 0;
    font-family: Prata, serif;
    font-size: 1.875rem;
    line-height: 1.4;
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.iRrhKj h4,
.faq-content h4 {
    margin-top: 2rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 700;
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.faq-content p {

    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.faq-button {
    display: inline-block;
    padding: 12px 24px;
    background-color: #4FB7EC;
    color: white;
    text-decoration: none;
    font-weight: bold;
    border-radius: 4px;
    margin-top: 1.5rem;
    transition: background-color 0.3s;
}

.faq-button:hover {
    background-color: #3a9bc9;
}

.faq-title {
    font-size: 1.875rem;
    margin-bottom: 1.5rem;
    color: #4FB7EC;
}

.hIGIfn,
.faq-title {
    font-family: Prata, serif;
    font-size: 1.875rem;
    line-height: 2.25rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.faq-list {
    list-style: none;
    padding: 0;
    list-style-type: initial;
    line-height: 32px;
    color: #fff;
}

.faq-list li {
    list-style-type: initial;

}

.faq-item {
    margin-bottom: 1rem;
    overflow: hidden;
}

.faq-question {
    width: 100%;
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    --tw-border-opacity: 1;
    border-color: rgb(79 183 236 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(1 52 79 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    font-size: 1.125rem;
    line-height: 1.75rem;
    border-bottom: 1px solid rgb(79 183 236 / var(--tw-border-opacity));
}

.jtvBAS {
    position: relative;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: justify;
    justify-content: space-between;
    gap: 0.5rem;
    border-bottom-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(79 183 236 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(1 52 79 / var(--tw-bg-opacity));
    padding: 1.5rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.jtvBAS,
.faq-question h3 {
    --tw-border-opacity: 1;
    --tw-bg-opacity: 1;
    font-size: 1.125rem;
    line-height: 1.75rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    font-weight: 700;
    margin-bottom: 0px;
    width: 100%;
}
.faq-question .fa-caret-down {    
    color: #4FB7EC;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    float: right;
    font-size: 1.5rem;
}
.faq-question.expanded .fa-caret-down {
    content: "\f0d8";
    transform: rotate(180deg);
}


.faq-indicator {
    color: #4FB7EC;
    font-size: 1.5rem;
    font-weight: bold;
}
.faq-answer {
    display: none;
}

/*.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;

    transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
*/

.faq-left-column .cta-button{
    margin-top: 30px;
}
.iRrhKj li,
.faq-answer li,
.faq-answer p {
    margin-bottom: 0.5rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}


.faq-answer a {
    text-decoration: none;
      font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(79 183 236 / var(--tw-text-opacity));

}
.faq-answer a:hover{
    text-decoration: underline;
}

.faq-answer .answer-content {
    padding: 1rem;
}

.faq-item.active .faq-answer {
    max-height: 1000px;
}

.faq-item.active .faq-indicator {
    transform: rotate(45deg);
}

@media (max-width: 768px) {
    .faq-container {
        flex-direction: column;
    }
}
.jsQDKF,.page-faqs .faq-item {
    position: relative;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    display: flex;
    flex-direction: column;
    border-left-width: 6px;
    --tw-border-opacity: 1;
    border-left-color: rgb(79 183 236 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(13 24 33 / var(--tw-bg-opacity));
    padding-left: 1rem;
    padding-right: 1rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    border-left: 6px solid rgb(79 183 236 / var(--tw-border-opacity));
}
.page-faqs .faq-item .faq-question{
    --tw-bg-opacity: 1;
    background-color: rgb(13 24 33 / var(--tw-bg-opacity));
    border: none;
}
.page-faqs .faq-item .answer-content{   
    --tw-bg-opacity: 1; 
    background-color: rgb(13 24 33 / var(--tw-bg-opacity));  
    padding:1rem;
    border-top: 2px solid rgb(50, 51, 53);
}

/* Footer Styles */
.form-section {
    position: relative;
    display: flex;
    width: 100%;
    flex-direction: column;
    --tw-bg-opacity: 1;
    background-color: rgb(13 24 33 / var(--tw-bg-opacity));
    padding-top: 9rem;
}

.form-section-wrapper {
    margin: 0 auto;
    width: 100%;
}

.form-section-wrapper .wpcf7-form  p {
    text-align: center;
    padding: 0 5%;
    margin-bottom: 5px;
}
.form-section-wrapper .wpcf7-form  p br{
    display: none;
}
.consultation-form .wpcf7-form label {
        display: inline-block;
        padding: 0 10px;
        margin-bottom: 40px;
        position: relative;
}
@media (min-width: 991px) {
    .consultation-form .wpcf7-form label {
        width: 33%;
    }
}
@media (max-width: 991px) {
    .form-fields{
        width: 75%;
        margin: 0 auto;
    }
    .consultation-form .wpcf7-form label {
        width: 100%;
    }
}
@media (max-width: 768px) {
    .form-fields{
        width: 100%;
    }
    .form-section-wrapper .wpcf7-form p{
        padding: 0px;
    }

}

.consultation-form .wpcf7-form label:last-child {
    width: 100%;
    padding:0 12px;
}
.consultation-form .wpcf7-submit {
    width: auto !important;
}
.consultation-form {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.consultation-form input,
.consultation-form textarea,
.consultation-form label strong{
    color: #fff;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
}
.consultation-form label strong {
    position: absolute;
    left: 26px;
    top: 15px;
}

.consultation-form label strong {
    position: absolute;
    left: 26px;
    top: 15px;
    transition: all 0.3s ease-out;
}

.consultation-form label strong.active {
    top: -25px;
    visibility: visible;
}
.consultation-form input:placeholder,
.consultation-form textarea:placeholder{
  color: #fff;
}
.consultation-form input::-webkit-input-placeholder,
.consultation-form textarea::-webkit-input-placeholder {
  color: #fff;
}
.consultation-form input::-moz-placeholder,
.consultation-form textarea::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.wpcf7-not-valid-tip {
    position: absolute;
    right: 8px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900;
    color: #fff;
      width: auto !important;
      display: inline-block;
}
.RPcBN,
.form-header h2 {
    text-align: center;
    font-family: Prata, serif;
    font-size: 2.25rem;
    line-height: 1.375 !important;
    color: #fff;
}

@media (min-width: 768px) {

    .RPcBN,
    .form-header h2 {
        font-size: 3.75rem;
        line-height: 1;
    }
}

.RPcBN span,
.form-header h2 span {
    --tw-text-opacity: 1;
    color: rgb(79 183 236 / var(--tw-text-opacity));
    font-family: Prata, serif;
}

.site-footer .submit-button {
    border: none;
    width: 400px !important;
    margin: 0 auto;
}

@media (min-width: 640px) {

    .guxQFp,
    .site-footer .submit-button {
        width: auto;
        padding-left: 7rem !important;
        padding-right: 7rem !important;
    }
}

.footer-address-section {
    text-align: center;
    --tw-bg-opacity: 1;
    background-color: rgb(13 24 33 / var(--tw-bg-opacity));
    padding: 80px 0px 120px 0px;
}

.footer-address {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 50px;
    border-bottom: 2px solid rgba(245, 245, 245, 0.5);
}

.footer-address address {
    text-decoration: none;
    line-height: 32px;
    line-height: 44px;
    margin-bottom: 10px;
}

.footer-address-section span,
.footer-address-section a {
    display: flow-root;
    line-height: 30px;
}

.footer-logo {
    width: 240px;
    margin: 0px auto 30px;
}
.wpcf7-spinner{
    display: none !important;
}

.footer-address img {
    max-width: 100%;
    height: auto;
}

.location-title {
    padding-bottom: 0.5rem;
    font-family: Syne, sans-serif;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700;
    text-transform: uppercase;
    --tw-text-opacity: 1;
    color: rgb(79 183 236 / var(--tw-text-opacity));
    margin-bottom: 0px;

}

.street-address,
.city-state-zip {
    text-align: center;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    line-height: normal;

}

.city-state-zip {}

.phone-number {
    font-weight: 700;
    transition-duration: 500ms;
    text-align: none;
    text-decoration: none;
    color: #fff;
}

.ksQyNR,
.map-link {
    font-weight: 700;
    letter-spacing: 0.025em;
    --tw-text-opacity: 1;
    color: rgb(79 183 236 / var(--tw-text-opacity));
    transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    padding-top: 1rem;
    text-decoration: none;
}

.site-footer-down .container {
    display: block;
}

.bfJFGw,
.footer-quote {
    padding-top: 5rem;
    text-align: center;
    font-family: Prata, serif;
    font-size: 3rem;
    line-height: 1;
    --tw-text-opacity: 1;
    color: rgb(79 183 236 / var(--tw-text-opacity));
    display: inline-block;
}

@media (min-width: 1280px) {

    .bfJFGw,
    .footer-quote {
        font-size: 3.75rem;
        line-height: 1;
    }
}

@media (min-width: 1024px) {

    .bfJFGw,
    .footer-quote {
        padding-top: 0px;
    }
}

.kipzYl,
.footer-nav strong {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(79 183 236 / var(--tw-text-opacity));
    margin-bottom: 15px;
    display: inline-block;
}

.footer-nav ul {
    padding-left: 0px;
    list-style-position: inside;
    list-style: none;

}

.footer-nav ul li {
    margin-bottom: 10px;
}

.footer-nav ul a {
    font-size: 16px;
    font-family: Montserrat, sans-serif;
    text-decoration: none;
    color: #fff;
}

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

.site-footer-down {
    --tw-bg-opacity: 1;
    background: rgb(13 24 33 / var(--tw-bg-opacity)) url('assets/img/bg-footer.avif') no-repeat center bottom;
    background-size: cover;
    padding-bottom: 500px;
    position: relative;
}

.site-info {
    height: auto;
    --tw-bg-opacity: 1;
    text-align: center;
    color: #fff;
    width: 100%;
    position: absolute;
    bottom: 10px;
}

.site-info p {
    z-index: 20 !important;
    text-align: center;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.site-info p a {
    --tw-text-opacity: 1;
    color: rgb(79 183 236 / var(--tw-text-opacity));
    text-decoration: none;
}

.form-phone {
    right: 0px;
    z-index: 10;
    display: flex;
    height: 4rem;
    width: calc(100%);
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    --tw-bg-opacity: 1;
    background-color: rgb(56 141 184 / var(--tw-bg-opacity));

}

.form-phone a {
    position: relative;
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    text-decoration: none;

}

.form-phone a:after {
    content: var(--tw-content);
    position: absolute;
    bottom: 0px;
    left: 50%;
    height: 1px;
    width: 0px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.form-phone a:hover::after {
    content: var(--tw-content);
    left: 0px;
    width: 100%;
}

.wpcf7-form {
    padding-bottom: 40px;
}

.consultation-form .notice,
.boxContent .notice {
    text-align: center;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
    margin: 20px 0;
    display: inline-block;  
    --tw-text-opacity: 1;
    color: rgb(79 183 236 / var(--tw-text-opacity));
    display: block;
}
.consultation-form .notice {
    margin: 0px 0 50px;
}
.boxContent .notice {
    margin: 25px 0 0px;
    color: #000;
}
.dGPGMO {
    text-align: center;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
    padding-top: 3rem;
}

.wpcf7-form p {
    text-align: center;
    padding: 0 10%;
    margin-bottom: 5px;
}

.wpcf7-form input:not([type="submit"]),
.wpcf7-form textarea {
    width: 100%;
    background-color: rgba(96, 95, 92, 0.2);
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
    --tw-border-opacity: 1;
    padding: 1rem;
    border: none;
    border-bottom: 1px solid rgb(56 141 184 / var(--tw-border-opacity));
}
.wpcf7-form input:not([type="submit"]),
.wpcf7-form textarea {
    --tw-border-opacity: 1;
    border-bottom: 1px solid rgb(255 255 255 / var(--tw-border-opacity));    
}
.wpcf7-form input:focus-visible,
.wpcf7-form textarea:focus-visible {
    outline: none;
}

.wpcf7-form textarea {
    height: 120px;
}

.wpcf7-form label {
    text-align: left;
    width: 100%;

    font-size: 0.875rem;
    font-weight: 700;
    transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --tw-text-opacity: 1;
    color: rgb(15 15 15 / var(--tw-text-opacity));
    line-height: 30px;

}

.wpcf7-form .wpcf7-submit {
    border: none;
    width: 100%;
    border-radius: 3px;
    margin-top: 30px;
}

.page-container {
    display: flex;
    gap: 30px;
}

.main-content {
    flex: 1;
}

.sidebar {
    width: 300px;
}

@media (max-width: 991px) {
   
    .site-footer-down {
        padding-bottom: 350px;
        background-position: center 200px;
    }

}
/* Hide sidebar on mobile */
@media (max-width: 768px) {
    .sidebar {
        display: none;
    }
    .site-footer-down {
        --tw-bg-opacity: 1;
        background-position: center 200px;
        padding-bottom: 350px;
        position: relative;
    }

}

.container-fluid.gen-page-tpl{
    padding: 0rem 5rem 6rem;
}
.container-fluid.gen-page-tpl.blog-page{
    padding: 5rem 5rem;
}
@media (max-width: 768px) {
    .container-fluid.gen-page-tpl{
        padding: 0rem 5rem 6rem;
    }
    .container-fluid.gen-page-tpl.blog-page{
        padding: 3rem;
    }
}
@media (max-width: 768px) {
  .container-fluid.gen-page-tpl {
    padding: 0rem 1rem 2rem;
  }
}
.gen-page-tpl aside{
    display: none;
}
@media (min-width: 1400px) {
    .gen-page-tpl aside{
        padding-left: 5%;
    }
    .gen-page-tpl main{
        padding-right: 5%;
    }
    .gen-page-tpl aside{
        display: block;
    }

}
@media (min-width: 1200px) {    
    .gen-page-tpl aside{
        display: block;
    }

}




.breadcrumbs {
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 8rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin-left: -8px;
}
.breadcrumbs a , .breadcrumbs span a{
    text-decoration: none;  
    --tw-text-opacity: 1;
    color: rgb(15 15 15 / var(--tw-text-opacity));
    margin: 0 8px;
}
.breadcrumbs a:hover {
    --tw-text-opacity: 1;
    color: rgb(79 183 236 / var(--tw-text-opacity));
}
@media (max-width: 1200px) {
  .breadcrumbs {
    padding: 2rem;
  }
}
@media (min-width: 1200px) {
  .breadcrumbs {
    padding: 4rem 4rem 4rem 4rem;
  }
}
.breadcrumb_last {
    --tw-text-opacity: 1;
    color: rgb(15 15 15 / var(--tw-text-opacity));
    transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    font-weight: 700;
    margin-left: 8px;
}
#sidebar .boxContent{
    padding: 3rem 4rem ;
    margin-bottom: 2rem;
}
@media (min-width: 1024px) {
    #sidebar .boxContent:not(:last-child){
        padding: 3rem 4rem;
        margin-bottom: 6rem;
    }
}
.page-list, .cat-list {
    padding-left: 0px;
}
.page-list li, .cat-list li {
    position: relative;
    width: 100%;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-weight: 700;
    transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    list-style: none;
}
.page-list li a, .cat-list li a{
    text-decoration: none;
    color: rgb(13, 13, 13);
}
/*#sidebar > ul li.has-child > ul{
    display: none;
}*/
.cAiOOx, #sidebar .boxContent > ul ,
.cAiOOx, .page-list, .cat-list {
    width: 100%;
    max-width: 23rem;
    border-left-width: 4px;
    --tw-border-opacity: 1;
    padding-left: 3rem;
    border-left: 4px solid rgb(79 183 236 / var(--tw-border-opacity));
}
.page-list li.has-child > ul,
.cat-list li.has-child > ul {
    margin-left: 1.5rem;
    margin-top: 0.5rem;
    height: 100%;
    border-left-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(79 183 236 / var(--tw-border-opacity));
    padding-left: 1rem;
    border-left: 2px solid rgb(79 183 236 / var(--tw-border-opacity));
}
.page-list-title,
.cat-list-title,
.widget-title {
    margin-bottom: 3rem;
    width: 100%;
    padding-left: 2.5rem;
    text-align: start;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(15 15 15 / var(--tw-text-opacity));
}
.boxContent .has-child,
.page-list .has-child,
.menu-item-has-children .has-child,
.cat-list .has-child{
    position: relative;
}
#sidebar > ul .boxContent .open-list a,
.page-list .open-list ,
.cat-list .open-list a{
    color: #4FB7EC;
}
.boxContent .has-child:after,
.page-list .has-child:after,
.cat-list .has-child:after {
  position: absolute;
  content: "+";
  width: 30px;
  height: 30px;
  background: #4FB7EC;
  right: 0px;
  top: 20px;
  transform: translateY(-50%);
  text-align: center;
  line-height: 30px;
  color: white;
  z-index: 99;
  cursor: pointer;
}

.boxContent .has-child.open-list:after ,
.page-list .has-child.open-list:after,
.cat-list .has-child.open-list:after {
  content: "-";
}

.boxContent .has-child > ul,
.page-list .has-child > ul,
.cat-list .has-child > ul {
    display: none;
    padding-left: 20px;
    list-style: none;
    margin-top: 10px;
}
.boxContent .has-child ul,
.page-list .has-child ul,
.cat-list .has-child ul{
    display: none;
}

/*.boxContent .has-child.open-list ul {
    display: block;
}*/

.hPwfxC, .contact-tpl {
    position: relative;
    display: flex;
    width: 100%;
    flex-direction: column;
    --tw-bg-opacity: 1;
    background-color: rgb(13 24 33 / var(--tw-bg-opacity));
    padding: 5rem 2rem 0px;
    margin-bottom: -150px;
}

@media (min-width: 1024px) {
  .contact-tpl {
    padding-left: 6rem;
    padding-right: 6rem;
    padding: 9rem 2rem 0px;
  }
}
.contact-tpl article {
    max-width: 65rem;
    text-align: center;
}
.contact-tpl article h2{
    padding-bottom: 1.5rem !important;
    font-family: Prata, serif;
    font-size: 2.25rem;
    line-height: 2.5rem;
    --tw-text-opacity: 1 !important;
    color: rgb(79 183 236 / var(--tw-text-opacity)) !important;
}
@media (min-width: 768px) {
  .contact-tpl article h2 {
    font-size: 3.75rem;
    line-height: 1;
  }
}
.contact-tpl article p{
  margin-bottom: 1rem;
  line-height: 2;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.contact-tpl article {
    padding-bottom: 8rem !important;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    margin: 0 auto;
}

.knBsgR, .circle-border {
    pointer-events: none;
    margin: 0.5rem auto;
    height: auto;
    width: 0%;
    border-radius: 9999px;
    border-width: 2px;
    border-color: transparent;
    aspect-ratio: 1 / 1;
    top: 5rem;  
    border: 2px solid rgba(255, 255, 255, 0.05);
}

@media (min-width: 1280px) {
  .knBsgR, .circle-border{
    position: absolute;
    display: block;
    width: 50%;
    border-color: rgba(255, 255, 255, 0.05);
  }
}
@media (min-width: 1536px) {
  .knBsgR, .circle-border {
    width: 40%;
  }
}
.btINKd, .circle-wrap {
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100%;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0rem;
    display: flex;
}

.cOfNZW, .page-content h1 {
  margin-bottom: 1rem !important;
  font-family: Prata, serif !important;
  font-size: 2.25rem;
  line-height: 1.2 !important;
    --tw-text-opacity: 1;
  color: rgb(15 15 15 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {
  .cOfNZW, .page-content h1, .page-content h2 {
    font-size: 4.5rem;
    line-height: 1;
  }
}
.page-content ul{
    line-height: 2;
}
.page-content ul li{
    margin-bottom: 0.5rem;
}
.iRrhKj a, .page-content p a {
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(79 183 236 / var(--tw-text-opacity));
    text-decoration: none;
}
.page-content p a:hover{
    text-decoration: underline;
}
.fdTFCS, .page-content .wp-block-image img{
    max-width: 100%;
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1),0 8px 10px -6px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color),0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
/*    max-width: min(600px, 100%);*/
}
.page-content .wp-block-image img{
    width: 100% !important;
}
.page-content .wp-block-image.autosize img{
    width: auto !important;
}
.page-content h2 {
    margin-bottom: 1rem;
    margin-top: 2rem;
    font-family: Prata, serif;
    font-size: 1.875rem;
    line-height: 1.4;
    font-weight: 400;
    color: rgb(13, 13, 13);
}
.page-content p, .page-content ol, .page-content ul{
    line-height: 2;
}
.blog-page {
    padding-top: 5rem;
}
.ginhSx, .blog-list h2 a {
    margin-bottom: 0.25rem;
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-weight: 700;
    transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    color: rgb(13, 13, 13);
    text-decoration: none;
}
.blog-list h2 a:hover{    
    --tw-text-opacity: 1;
    color: rgb(79 183 236 / var(--tw-text-opacity));
}
.dIqRXR, .post-date {
    padding-bottom: 1rem;
    padding-top: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(79 183 236 / var(--tw-text-opacity));
}
.blog-list article{
    margin-bottom: 3rem;
}

.cVfmpJ, .blog-page-title {
    --tw-text-opacity: 1;
    color: rgb(15 15 15 / var(--tw-text-opacity));
    margin-bottom: 1rem !important;
    font-family: Prata, serif !important;
    font-size: 2.25rem;
    line-height: 1.375 !important;
}
@media (min-width: 640px) {
  .cVfmpJ, .blog-page-title {
    font-size: 3rem;
    line-height: 1;
  }
}
@media (min-width: 1024px) {
  .cVfmpJ, .blog-page-title {
    font-size: 4.5rem;
    line-height: 1;
  }
}

.eqmhCx h2, .single article h2 {
    margin-bottom: 1rem;
    margin-top: 2rem;
    font-family: Prata, serif;
    font-size: 1.875rem;
    line-height: 1.4;
}
.eqmhCx h3, .single article h3 {
    margin-top: 2rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 700;
}

.related-posts {
    margin-top: 3rem;
}
.ceawNX, .related-posts h2{
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(15 15 15 / var(--tw-text-opacity));
}
.bpLDWW, .related-posts ul{
    margin-left: 3rem;
    margin-top: 1rem;
    list-style-type: disc;
    font-size: 1.125rem;
    line-height: 1.75rem;  
    padding-left: 0px;
}
.hOsGDI, .related-posts li{
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.bpLDWW a, .related-posts li a {
    --tw-text-opacity: 1;
    color: rgb(79 183 236 / var(--tw-text-opacity));
    text-decoration-line: underline;
}
@media (min-width: 1536px) {
  .jXCPIs {
    padding-bottom: 5rem;
  }
}


.kRdYri, .wp-pagenavi span.current{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    display: flex;
    height: 2rem;
    width: 2rem;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    text-align: center;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 700;
    --tw-bg-opacity: 1;
    background-color: rgb(79 183 236 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    border: none !important;
}

.eNZZbq, .wp-pagenavi a {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    display: flex;
    height: 2rem;
    width: 2rem;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    text-align: center;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 700;
    border: none !important;
    color: #000;
}
.eNZZbq:hover, .wp-pagenavi a:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity));
    border: none;
}
.kRdYri:hover , .wp-pagenavi span.current:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(22 40 56 / var(--tw-bg-opacity));
}
.iZxihu, .wp-pagenavi{
    margin-top: 3rem;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    align-self: center;
}



.kizjWn, .table-of-contents {
    position: relative;
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    --tw-bg-opacity: 1;
    background-color: rgb(13 24 33 / var(--tw-bg-opacity));
    padding: 2rem 3rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1),0 8px 10px -6px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color),0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
}

.table-of-contents h4{
    font-size: 1.125rem;
    line-height: 1 !important;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(79 183 236 / var(--tw-text-opacity));
    cursor: pointer;
    display: block;
    width: 100%;
}
.table-of-contents h4 i {
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 0.9em;
    float: right;
}
.table-of-contents h4.active {
    border-bottom-width: 2px;
    --tw-border-opacity: 1;
    border-bottom-color: rgb(76 86 91 / var(--tw-border-opacity));
}
.table-of-contents h4.active i {
    transform: rotate(-180deg);
    content: "\f068";
}
.table-of-contents h4.active  i:before {
    content: "\f068" !important;
}
.list-wrap{
    --tw-text-opacity: 1;
    border-left: 2px solid rgb(79 183 236 / var(--tw-text-opacity));
    padding-left: 10px;

}
.list-wrap {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    list-style: outside;
}
.list-wrap.active {
    max-height: 500px;
    padding: 0px 10px;
}
.anchor-list{
    margin-bottom: 0px;
}
.ilVfFc, .anchor-list li{
    line-height: 2;
}
.ilVfFc, .anchor-list li a {
    font-size: 1.125rem;
    line-height: 1.75rem;
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
    text-decoration: none;
}
.anchor-list li a:hover{
    text-decoration: underline;
}
.page-content .iJNuwX {
    max-width: 45rem;
    border-left-width: 4px;
    --tw-border-opacity: 1;
    padding-bottom: 2rem;
    padding-left: 2rem;
    padding-top: 2rem;
    border-left: 4px solid  rgb(79 183 236 / var(--tw-border-opacity));
    margin-bottom: 2rem;
}
.page-content  .iJNuwX h3 {
    margin-top: 0px !important;
    font-family: Prata, serif;
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgb(79 183 236 / var(--tw-text-opacity)) !important;
}

.container-fluid.video-container{
    padding: 0 4rem;
}

.video-thumbnail {
    position: relative;
    display: inline-block; /* or block depending on layout */
}

.video-thumbnail .playbutton {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    z-index: 10;
    pointer-events: none;
    transition: all 0.3s ease; /* Optional hover effect */
}

.htSHhO, .video-container .entry-title {
    margin-bottom: 3rem !important;
    padding-top: 2rem !important;
    font-family: Prata, serif !important;
    font-size: 2.25rem;
    line-height: 1.2 !important;
}
@media (min-width: 1024px) {
  .htSHhO,.video-container .entry-title {
    font-size: 4.5rem;
    line-height: 1;
  }
}
.yJXjs, .video-thumbnail {
    margin-bottom: 3rem !important;
    display: flex;
    width: fit-content;
    cursor: pointer;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    overflow: hidden;
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1),0 8px 10px -6px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color),0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
}
.kdgMyY, .video-title {
    width: 100%;
    padding-bottom: 0.5rem;
    text-align: center;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700;
    text-align: center;
}
/* Optional hover effect */
.video-thumbnail:hover .playbutton {
    transform: translate(-50%, -50%) scale(1.1);
    width: 150px;
    height: 150px;
}

@media (min-width: 1024px) {
  .page-content .iJNuwX h3 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
.iJNuwX ul {
    margin-left: 0.5rem !important;
    padding-top: 2rem;
}
.iJNuwX li strong{
      color: rgb(13, 13, 13);
}
.iJNuwX li {
    list-style-type: none;
}

.iJNuwX li::before {
    content: "✓";
    padding-right: 0.5rem;
    font-size: 2.25rem;
    line-height: 2.5rem;
    --tw-text-opacity: 1;
    color: rgb(79 183 236 / var(--tw-text-opacity));
}
.cat-list .cat-item-1 {
    display: none;
}
.anim-type1 {
    transition-duration: 700ms;
    transition-delay: 500ms;
    transition-timing-function: ease-in-out;
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-translate-y: 0px;
    opacity: 1;
    --tw-blur: blur(0);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.page-content .wp-block-image{
    width: 100%;
}
.video-full img{
    max-width: 100%;
}

@media (min-width: 768px) {
  .intro-feature .container {
    max-width: 100%
  }
}
@media (max-width: 1024px) {
    .intro-feature {
        padding: 3rem 2rem 3rem;
        text-align: center;
    }
    .footer-nav {
        margin-bottom: 3rem;
    }
    .footer-nav ul li {
        margin-bottom: 15px;
    }
    .bfJFGw, .footer-quote {
        line-height: normal;
    }
   
    .site-info{
        padding: 0 20px;
    }
    .container-fluid.gen-page-tpl {
        padding: 0rem 3rem 6rem;
    }
}
@media (max-width: 991px) {
    .site-footer-down{
        text-align: center;
    }
    .footer-address-section {
        padding: 0px 0px 50px 0;
    }
    .circle-wrap{
        padding-top: 0rem;
    }
}
@media (max-width: 768px) {
    .intro-feature .into-wrap {
        width: 100%;
        text-align: left;
    }
    .intro-feature .intro-title{
        text-align: center;
    }

    .keeGdj,
    .home-faq-section,
    .form-section {
        padding: 5rem 1rem;
    }
    .review-section .cta-button{
        width: 350px;
    }
    .intro-feature .container{
        max-width: 100%;
    }
    .intro-feature .intro-title{
        text-align: center;
        line-height: normal;
    }
    .attorney-content {
        padding: 0rem 1rem;
    }
    .attorney-details h2{
        text-align: center !important;
    }
    .attorney-button {
        text-align: center;
        padding-bottom: 20px;
    }
    .faq-left-column h3{
        text-align: ce;
    }
    .breadcrumbs {
        padding-top: 2rem;
    }
    .container-fluid.gen-page-tpl {
        padding: 0rem 1rem 2rem;
    }
    .fdTFCS, .page-content .wp-block-image img {
        margin-top: 1rem !important;
    }
}






.animate-in {
    transition-duration: 700ms;
    transition-delay: 0ms;
    transition-timing-function: ease-in-out;
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-translate-y: 0px;
    opacity: 1;
    --tw-blur: blur(0);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
