/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
> Bootstrapping
> Header Section
> What We Provide Section
> Latest Blog Posts Slider Section
> Watch Latest Video Section
> Connect Legal Advisor Section
> Experience a smarter Section
> Banner 1 Section
> CTA Card Section
> About Page Section
> Attorney Ryan Callahan Section
> Attorney James Crump Section
> Services Section
> FAQ Section
> Archive Sidebar Area
> Blog Archive Section
> Blog Single Section
> Contact Section
> Footer Section
--------------------------------------------------------------*/

/*--------------------------------------------------------------
  Bootstrapping - Reset some default styles
--------------------------------------------------------------*/
:root {
    --rem-size: 16px;
    --logo-width: 173px;
    --logo-height: 65px;

    /* Theme Color Accent */
    --font-black: #000000;
    --font-gray: #4D4D4D;
    --font-orange: #EF4923;
    --theme-black: #131E1F;
    --theme-orange: #EF4923;

    /* Font Families */
    --roboto: 'Roboto', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif;
    --poppins: 'Poppins', 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;

    font-size: var(--rem-size);
}

* {
    font-family: var(--roboto);
    font-weight: 400;
}

.container {
    max-width: 1262px !important;
}

body {
    color: var(--font-black);
}

html,
body {
    overflow-x: hidden !important;
    width: 100% !important;
    padding-right: 0 !important;
}

html {
    scrollbar-gutter: stable;
}

h1,
h2 {
    text-wrap: balance;
}

h2 {
    color: var(--font-black-secondary);
}

img {
    max-width: 100%;
    height: auto;
    font-style: italic;
}

a {
    /* color: var(--theme-light-blue); */
    text-decoration: none;
}

/* Spacer Classes */

.spacer-90 {
    padding-top: 90px;
}

.spacer-d90-m40 {
    padding-top: 90px;
}

@media (max-width: 767px) {
    .spacer-d90-m40 {
        padding-top: 40px;
    }
}

.spacer-d80-m35 {
    padding-top: 80px;
}

@media (max-width: 767px) {
    .spacer-d80-m35 {
        padding-top: 35px;
    }
}

.spacer-30 {
    padding-top: 30px;
}

.spacer-d30-m20 {
    padding-top: 30px;
}

@media (max-width: 767px) {
    .spacer-d30-m20 {
        padding-top: 20px;
    }
}

/*--------------------------------------------------------------
  Header Section
  --------------------------------------------------------------*/

.header-1 {
    width: 1520px;
    max-width: 95%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 16px;
    z-index: 1000;
    padding: 0.5rem 0;
}

.header-1 nav {
    border-radius: 10px;
    padding: 1rem 0;
}

@media (max-width: 991px) {
    .header-1 {
        max-width: 100%;
        position: relative;
        left: 0;
        top: 0;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        padding: 0;
    }

    .header-1 nav {
        border-radius: 0 !important;
        padding: 0.5rem 0 !important;
    }
}

.admin-bar .header-1 {
    top: 36px;
}

.navbar-toggler i {
    color: #171239 !important;
}

.header-1 nav .navbar-brand img {
    width: var(--logo-width);
    height: var(--logo-height);
}

.header-1 .navbar-expand-lg .navbar-nav .nav-link {
    color: var(--font-black);
    font-weight: 600;
    font-size: 1rem;

}

.header-1 .navbar-expand-lg .navbar-nav .nav-link:hover,
.header-1 .navbar-expand-lg .navbar-nav .nav-link.active {
    color: var(--theme-orange);
    font-weight: 600;

}

.header-1 #menu-main-menu .menu-item>ul li a {
    color: black !important;
    background-color: transparent;
}

.header-1 #menu-main-menu .menu-item a:hover {
    color: var(--theme-orange) !important;
}

.header-1 #menu-main-menu .menu-item>ul li.current-menu-item a.dropdown-item.active {
    color: white !important;
    background-color: var(--theme-orange) !important;
    border-radius: 4px;
}

@media (max-width: 991px) {
    .header-1 #navbarColor01 ul.navbar-nav {
        padding-top: 22px;
    }
}

.header-1 #navbarColor01 .my-btn a {
    background-color: var(--theme-orange);
    font-size: 1.33rem;
    color: #fff;
    padding: 18px 44px;
    border-radius: 0;
    font-weight: 600;
}

.header-1 #navbarColor01 .my-btn a:hover {
    background-color: var(--theme-black);
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 16px;
        padding-left: 16px;
    }
}

@media (min-width: 1200px) and (max-width: 1262px) {
    .header-1 #navbarColor01 .my-btn a {
        padding: 18px 10px !important;
    }
}

@media (min-width: 1100px) and (max-width: 1199px) {
    .header-1 #navbarColor01 .my-btn a {
        font-size: 0.9rem !important;
        padding: 18px 10px !important;
    }

    .header-1 .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 0.9rem !important;
    }
}

@media (min-width: 992px) and (max-width: 1099px) {
    .header-1 .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 0.84rem;
    }

    .header-1 #navbarColor01 .my-btn a {
        font-size: 0.85rem;
        color: #fff;
        padding: 8px 4px;
        border-radius: 0;
        font-weight: 600;
    }
}


/*--------------------------------------------------------------
  Hero Section
  --------------------------------------------------------------*/
.hero-section {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgb(54, 54, 54)), color-stop(70%, rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(rgb(54, 54, 54) 30%, rgba(0, 0, 0, 0) 70%);
    background: linear-gradient(rgb(54, 54, 54) 30%, rgba(0, 0, 0, 0) 70%);
}

.hero-section .bg-image {
    padding: 120px 0 350px;
}

.hero-section #carouselExampleIndicators {
    padding: 90px 0 0;
}

.hero-section #carouselExampleIndicators .carousel-inner .carousel-item .slider-content h1 {
    margin-top: 50px;
}

.hero-section #carouselExampleIndicators .carousel-inner .carousel-item .slider-content h1 span {
    font-size: 59px;
    font-weight: 700;
    line-height: 75px;
}

.hero-section .carousel-inner .hero-cta-btn {
    margin-top: 46px;
    color: var(--font-black);
    font-size: 1.33313rem;
    font-weight: 700;
    line-height: normal;
    border-radius: 0;
    padding: 18px 38px;
}

.hero-section .carousel-inner .image-container {
    text-align: right;
    margin-top: 2px;
}

.hero-section .carousel-inner .image-container img {
    text-align: center;
    border-radius: 100%;
    border: 10px solid #ffffff;
    width: 380px;
    height: 380px;
    -o-object-fit: cover;
    object-fit: cover;
}

.hero-section .card-restriction {
    position: relative;
}

.hero-section .carousel-inner .card-restriction .hero-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    margin-top: 40px;
    position: absolute;
    top: 0;
    left: -60px;
    top: 12px;
}

.hero-section .carousel-inner .hero-cards .hero-card {
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 12px 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    max-width: 264px;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
}

.hero-section .carousel-inner .hero-cards .hero-card img {
    width: 50px;
    height: 40px;
    -o-object-fit: contain;
    object-fit: contain;
}

.hero-section .carousel-inner .hero-cards .hero-card .title {
    color: #425066;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 4px;
}


.hero-section .carousel-inner .hero-cards .hero-card .subtitle {
    color: #898989;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
}

.hero-section .carousel-indicators {
    bottom: -135px;
}

.hero-section .carousel-indicators [data-bs-target] {
    background-color: #D9D9D9;
    opacity: 1;
}

.hero-section .carousel-indicators .active {
    background-color: var(--theme-orange);
}

.hero-section .carousel-fade .carousel-item {
    opacity: 0;
    -webkit-transition: opacity 1.5s ease-in-out;
    -o-transition: opacity 1.5s ease-in-out;
    transition: opacity 1.5s ease-in-out;
    /* default is 0.6s */
}

.hero-section .carousel-fade .carousel-item.active,
.hero-section .carousel-fade .carousel-item-next.carousel-item-start,
.hero-section .carousel-fade .carousel-item-prev.carousel-item-end {
    opacity: 1;
}


@media (max-width: 1199px) {
    .hero-section #carouselExampleIndicators .carousel-inner .carousel-item .slider-content h1 span {
        font-size: 46px;
        font-weight: 700;
        line-height: 60px;
    }

}

@media (max-width: 991px) {
    .hero-section #carouselExampleIndicators {
        padding: 48px 0 0;
    }

    .hero-section #carouselExampleIndicators .carousel-inner .carousel-item .slider-content h1 {
        text-align: center;
        margin-top: 0;
    }

    .hero-section #carouselExampleIndicators .carousel-inner .carousel-item .slider-content h1 span {
        font-size: 30px;
        line-height: 36px;
        text-align: center;
    }

    .hero-section .carousel-inner {
        text-align: center;
    }

    .hero-section .carousel-inner .hero-cta-btn-2 {
        margin-top: 38px !important;
    }

    .hero-section .carousel-inner .hero-cta-btn {
        margin-top: 15px;
        font-size: 14px !important;
        padding: 13px 25px !important;
        min-width: 210px;
    }

    .hero-section .carousel-inner .card-restriction .hero-cards {
        display: none;
    }

    .hero-section .carousel-inner .image-container {
        text-align: center;
    }

    .hero-section .carousel-inner .image-container img {
        margin-top: 40px;
        width: 240px;
        height: 240px;
    }

    .hero-section .bg-image {
        padding: 20px 0 260px;
        background-position: 20% bottom !important;
    }

    .hero-section .carousel-indicators {
        bottom: -80px;
    }

}

/*--------------------------------------------------------------
  Welcome to CLF Section
  --------------------------------------------------------------*/
.welcome-to-clf-section {
    padding: 80px 0 72px;
}

@media (max-width: 991px) {
    .welcome-to-clf-section {
        padding: 0 0 40px !important;
        margin-top: -20px;
    }
}

.welcome-to-clf-section h2 {
    color: var(--font-gray);
    font-family: var(--poppins);
    font-size: 40px;
    font-weight: 300;
    line-height: 1.2em;
    margin-bottom: 8px;
}

.welcome-to-clf-section h2 span {
    color: var(--font-orange);
    font-family: var(--poppins);
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.welcome-to-clf-section p {
    color: #425066;
    font-family: var(--poppins);
    font-size: 18px;
    line-height: normal;
    margin-bottom: 35px;
}

.welcome-to-clf-section a {
    padding: 15px 30px;
    font-size: 18px;
    font-weight: 500;
    background: var(--theme-orange);
    border-radius: 4px;
}

.welcome-to-clf-section a:hover {
    background-color: var(--theme-black);
}

.welcome-to-clf-section .video-thumbnail {
    position: relative;
    width: 100%;
    height: 322px;
    margin-right: auto;
}

.welcome-to-clf-section .video-thumbnail img {
    width: 100%;
    height: 330px;
    -o-object-fit: cover;
    object-fit: cover;
}

.welcome-to-clf-section .video-thumbnail svg {
    position: absolute;
    bottom: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    cursor: pointer;
}


@media (max-width: 1258px) {
    .welcome-to-clf-section h2 {
        font-size: 28px;
    }

    .welcome-to-clf-section h2 span {
        font-size: 38px;
        line-height: 1.2em;
    }

    .welcome-to-clf-section p {
        text-wrap: balance;
    }
}


@media (max-width: 991px) {
    .welcome-to-clf-section {
        text-align: center;
    }

    .welcome-to-clf-section a {
        margin-bottom: 30px;
    }

    .welcome-to-clf-section .video-thumbnail {
        width: 80%;
        margin-left: auto;
    }
}

@media (max-width: 850px) {
    .welcome-to-clf-section h2 span {
        display: block;
    }
}

@media (max-width: 767px) {
    .welcome-to-clf-section {
        text-align: center;
    }

    .welcome-to-clf-section h2 {
        font-size: 18px;
    }

    .welcome-to-clf-section h2 span {
        font-size: 22px;
        display: block;
    }

    .welcome-to-clf-section p {
        font-size: 14px;
        text-wrap: balance;
        margin-bottom: 20px;
    }

    .welcome-to-clf-section a {
        text-align: center;
        padding: 8px 20px;
        font-size: 14px;
    }

    .welcome-to-clf-section .video-thumbnail {
        width: 100%;
    }
}

/* Owl Carousel Dots & Navigation Arrows */
.welcome-to-clf-section .logo-area {
    margin-top: 85px;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .welcome-to-clf-section .logo-area {
        margin-top: 45px;
    }
}

.welcome-to-clf-section .client-logo-carousel .logo-item {
    background-color: #EBEBEB;
    /* Replace with the exact gray from your image */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 142px;
    /* adjust as needed */
    height: 142px;
    /* adjust as needed */
    padding: 10px;
}

@media (max-width: 499px) {
    .welcome-to-clf-section .client-logo-carousel .logo-item {
        width: 165px;
        /* adjust as needed */
        height: 165px;
        /* adjust as needed */
        padding: 15px;
        margin: auto;
    }
}

.welcome-to-clf-section .client-logo-carousel .logo-item img {
    max-height: 70px;
    max-width: 80%;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transition: -webkit-filter 0.3s ease;
    transition: -webkit-filter 0.3s ease;
    -o-transition: filter 0.3s ease;
    transition: filter 0.3s ease;
    transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}

.welcome-to-clf-section .client-logo-carousel .logo-item img:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

/* Make the nav buttons overlay the carousel */
.welcome-to-clf-section .client-logo-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
    /* allows clicking through empty space */
}

.welcome-to-clf-section .client-logo-carousel .owl-nav button {
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    cursor: pointer;
    pointer-events: auto;
    /* re-enable clicking on the actual buttons */
    -webkit-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
}

.welcome-to-clf-section .client-logo-carousel .owl-nav .owl-prev {
    margin-left: -60px;
}

.welcome-to-clf-section .client-logo-carousel .owl-nav .owl-next {
    margin-right: -60px;
}

.welcome-to-clf-section .client-logo-carousel .owl-nav button i {
    font-size: 22px;
}

.welcome-to-clf-section .client-logo-carousel .owl-nav button:hover {
    background: rgba(0, 0, 0, 0.1);
}

/* Owl Carousel Dots */
.welcome-to-clf-section .client-logo-carousel .owl-dots {
    display: none;
}

@media (max-width: 1364px) {
    .welcome-to-clf-section .client-logo-carousel .owl-dots {
        display: block;
        text-align: center;
        margin-top: 10px;
        margin-bottom: -20px;
    }

    .welcome-to-clf-section .client-logo-carousel .owl-nav {
        display: none;
    }
}

.welcome-to-clf-section .client-logo-carousel .owl-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background: #e0e0e0 !important;
    border-radius: 50%;
    -webkit-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
}

.welcome-to-clf-section .client-logo-carousel .owl-dot.active {
    background: #ff3c1f !important;
    /* Active dot color (orange like in screenshot) */
}


/*--------------------------------------------------------------
  What We Provide Section
  --------------------------------------------------------------*/
.what-we-provide-section {
    padding: 150px 0;
}

@media (max-width: 767px) {
    .what-we-provide-section {
        padding: 60px 0 62px;
    }
}

.what-we-provide-section h2 {
    color: #fff;
    font-family: var(--poppins);
    font-size: 40px;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 90px;
    text-align: center;
}

.what-we-provide-section h2 span {
    display: block;
    color: #fff;
    font-family: var(--poppins);
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

@media (max-width: 767px) {
    .what-we-provide-section h2 {
        font-size: 18px !important;
        margin-bottom: 30px !important;
    }

    .what-we-provide-section h2 span {
        font-size: 22px;
        display: block;
    }
}


.what-we-provide-section .wwp-cards {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 25px;
}

@media (max-width: 991px) {
    .what-we-provide-section .wwp-cards {
        -ms-grid-columns: 1fr 30px 1fr;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
        margin-top: 25px;
    }
}

@media (max-width: 600px) {
    .what-we-provide-section .wwp-cards {
        -ms-grid-columns: 1fr;
        grid-template-columns: repeat(1, 1fr);
        gap: 16px;
        margin-top: 25px;
    }
}


.what-we-provide-section .wwp-cards .wwp-card {
    text-align: center;
    padding: 21px 34px;
    border-radius: 4px;
}

@media (max-width: 600px) {
    .what-we-provide-section .wwp-cards .wwp-card {
        text-align: center;
        padding: 21px 18px;
        margin: 0 30px;
    }
}

.what-we-provide-section .wwp-cards .wwp-card h3 {
    color: #000;
    font-family: var(--poppins);
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    margin-top: 17px;
    margin-bottom: 12px;
}

@media (max-width: 767px) {
    .what-we-provide-section .wwp-cards .wwp-card h3 {
        font-size: 18px;
    }
}

.what-we-provide-section .wwp-cards .wwp-card p {
    color: #777;
    font-family: var(--poppins);
    font-size: 16px;
    line-height: 22px;
}

@media (max-width: 767px) {
    .what-we-provide-section .wwp-cards .wwp-card p {
        font-size: 14px;
    }
}

/*--------------------------------------------------------------
  About CLF Section 
  --------------------------------------------------------------*/
.about-clf-section {
    padding: 78px 0 90px;
}

@media (max-width: 767px) {
    .about-clf-section {
        padding: 40px 0 42px !important;
    }
}

.about-clf-section h2 {
    color: var(--font-gray);
    font-family: var(--poppins);
    font-size: 40px;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 20px;
    text-align: center;
}

.about-clf-section h2 span {
    display: block;
    color: var(--font-orange);
    font-family: var(--poppins);
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

@media (max-width: 767px) {
    .about-clf-section h2 {
        font-size: 18px !important;
        margin-bottom: 30px !important;
    }

    .about-clf-section h2 span {
        font-size: 22px;
        display: block;
    }
}


.about-clf-section .aclf-cards {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 28px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
    margin-top: 30px;
}

@media (max-width: 767px) {
    .about-clf-section .aclf-cards {
        -ms-grid-columns: 1fr;
        grid-template-columns: repeat(1, 1fr);
        gap: 24px;
    }
}

.about-clf-section .aclf-cards .aclf-card {
    background-color: #F0F0F0;
    padding: 56px 46px;
    text-align: center;
}

@media (max-width: 767px) {
    .about-clf-section .aclf-cards .aclf-card {
        background-color: #F0F0F0;
        padding: 30px 38px !important;
        margin-right: 20px;
        margin-left: 20px;
        text-align: center;
    }
}

@media (max-width: 382px) {
    .about-clf-section .aclf-cards .aclf-card {
        padding: 20px 20px;
    }
}

.about-clf-section .aclf-cards .aclf-card img {
    height: 254px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-bottom: 50px;
}

@media (max-width: 767px) {
    .about-clf-section .aclf-cards .aclf-card img {
        height: 152px;
        margin-bottom: 22px;
    }
}

.about-clf-section .aclf-cards .aclf-card h3 {
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 13px;
}

@media (max-width: 767px) {
    .about-clf-section .aclf-cards .aclf-card h3 {
        font-size: 21px;
        margin-bottom: 8px;
    }
}

.about-clf-section .aclf-cards .aclf-card p {
    color: #3E495F;
    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    margin-bottom: 32px;
}

@media (max-width: 767px) {
    .about-clf-section .aclf-cards .aclf-card p {
        font-size: 14px;
        margin-bottom: 20px;
    }
}

.about-clf-section .aclf-cards .aclf-card .aclf-cta-btn a {
    padding: 15px 30px;
    font-size: 18px;
    font-weight: 500;
    background: var(--theme-orange);
    border-radius: 4px;
}

.about-clf-section .aclf-cards .aclf-card .aclf-cta-btn a:hover {
    background-color: var(--theme-black);
}

@media (max-width: 767px) {
    .about-clf-section .aclf-cards .aclf-card .aclf-cta-btn {
        margin-top: 20px;
    }

    .about-clf-section .aclf-cards .aclf-card .aclf-cta-btn a {
        text-align: center;
        padding: 8px 20px;
        font-size: 14px;
    }
}

/*--------------------------------------------------------------
  What people are saying Section 
  --------------------------------------------------------------*/
.wpas-section {
    padding: 115px 0 100px;
}

@media (max-width: 767px) {
    .wpas-section {
        padding: 60px 0 62px;
    }
}

.wpas-section h2 {
    color: #fff;
    font-family: var(--poppins);
    font-size: 40px;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 100px;
    text-align: center;
}

.wpas-section h2 span {
    display: block;
    color: var(--font-orange);
    font-family: var(--poppins);
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

@media (max-width: 767px) {
    .wpas-section h2 {
        font-size: 18px !important;
        margin-bottom: 30px !important;
    }

    .wpas-section h2 span {
        font-size: 22px;
        display: block;
    }
}

.wpas-section .wpas-cards {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 25px;
}

.wpas-section .wpas-cards .wpas-card {
    background-color: #ffffff;
    padding: 18px;
}

.wpas-section .wpas-cards .wpas-card .image {
    text-align: center;
    margin-top: -75px;
    margin-bottom: 16px;
}

.wpas-section .wpas-cards .wpas-card .image img {
    width: 100px;
    height: 100px;
    -o-object-fit: cover;
    object-fit: cover;
    border: 5px solid #ffffff;
    border-radius: 10000px;
    -webkit-box-shadow: 0 0 8px 0 rgba(10, 116, 243, 0.25);
    box-shadow: 0 0 8px 0 rgba(10, 116, 243, 0.25);
}

.wpas-section .wpas-cards .wpas-card h3 {
    color: #000;
    font-family: Poppins;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    margin-bottom: 2px;
}

.wpas-section .wpas-cards .wpas-card h4 {
    color: #777;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    text-align: center;
}

.wpas-section .wpas-cards .wpas-card .dashed {
    border-bottom: 1px dashed #DDDDDD;
    margin: 8px -14px 10px;
    overflow: hidden;
}

.wpas-section .wpas-cards .wpas-card svg {
    display: block;
    margin-left: -3px;
    margin-bottom: 10px;
}

.wpas-section .wpas-cards .wpas-card p {
    color: #212121;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

@media (max-width: 767px) {
    .wpas-section .wpas-cards {
        -ms-grid-columns: 1fr;
        grid-template-columns: repeat(1, 1fr);
        gap: 90px;
        margin-top: 90px;
        padding: 0 15px;
    }

    .wpas-section .wpas-cards .wpas-card {
        max-width: 400px;
        margin: 0 auto;
    }

    .wpas-section .wpas-cards .wpas-card p {
        text-align: center;
    }
}

/*--------------------------------------------------------------
  Latest Blog Posts Slider Section
  --------------------------------------------------------------*/
.latest-posts-slider-section {
    margin-bottom: -75px !important;
}

@media (min-width: 1258px) and (max-width: 1342px) {
    .latest-posts-slider-section .container {
        max-width: 1158px !important;
    }
}

.latest-posts-slider-section .container {
    max-width: 1200px !important;
}

.latest-posts-slider-section h2 {
    color: var(--font-gray);
    font-family: var(--poppins);
    font-size: 40px;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 20px;
    text-align: center;
}

.latest-posts-slider-section h2 span {
    display: block;
    color: var(--font-orange);
    font-family: var(--poppins);
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

@media (max-width: 767px) {
    .latest-posts-slider-section h2 {
        font-size: 18px !important;
        margin-bottom: 30px !important;
    }

    .latest-posts-slider-section h2 span {
        font-size: 22px;
        display: block;
    }
}

.latest-posts-slider-section .section-title {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 25px;
}

.latest-posts-slider-section .item {
    padding: 0 15px;
}

.latest-posts-slider-section .post-card {
    background: #fff;
    border-radius: 12px;
    -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
    transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
    -o-transition: transform 0.3s ease, box-shadow 0.3s ease;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.latest-posts-slider-section .post-card:hover {
    -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.latest-posts-slider-section .post-card img {
    width: 100%;
    height: 240px;
    -o-object-fit: cover;
    object-fit: cover;
}

.latest-posts-slider-section .card-content {
    padding: 12px 20px 20px;
    text-align: left;
}

.latest-posts-slider-section .card-content h3 {
    line-height: 0.9em;
    min-height: 60px;
    margin-bottom: 3px;
}

.latest-posts-slider-section .card-content h3 a {
    margin-bottom: 10px;
    color: #000;
    font-family: var(--poppins);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1em;
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.latest-posts-slider-section .card-content h3 a:hover {
    color: var(--theme-orange);
}

.latest-posts-slider-section .card-content p {
    color: #677685;
    font-family: var(--poppins);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 9px;
}

/* Owl Navigation Arrows */
.latest-posts-carousel .owl-nav {
    position: absolute;
    top: 40%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
}

.latest-posts-carousel .owl-nav button {
    background: rgba(0, 0, 0, 0.5);
    color: #212121;
    font-size: 20px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    pointer-events: auto;
    border: none;
    outline: none;
    -webkit-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
    position: relative;
}

.latest-posts-carousel .owl-nav button:first-child {
    left: -44px;
}

.latest-posts-carousel .owl-nav button:last-child {
    right: -44px;
}

.latest-posts-carousel .owl-nav button:hover {
    background: rgba(224, 224, 224, 0.8);
}

.latest-posts-carousel .owl-nav button i {
    font-size: 24px;
}

.latest-posts-carousel .owl-stage {
    padding: 15px 0 40px;
}

.latest-posts-carousel hr {
    border: none;
    border-top: 1px solid #96A1AB;
    margin: 22px 0 14PX;
}

.latest-posts-carousel .post-essentials>div {
    color: #4C555D;
    font-family: var(--poppins);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    /* 128.571% */
    letter-spacing: 0.56px;
}

.latest-posts-carousel-2 .item {
    margin: 0 0 26px;
}

/*--------------------------------------------------------------
  Watch Latest Video Section
  --------------------------------------------------------------*/
.watch-latest-video-section {
    padding: 100px 0 92px;
    text-align: center;
}

.watch-latest-video-section h2 {
    color: var(--font-orange);
    text-align: center;
    font-family: var(--poppins);
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 50px;
}

.watch-latest-video-section .video-play-button {
    all: unset;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0;
    margin: 0;
    margin-bottom: 50px;
}

.watch-latest-video-section .cta-button {
    text-align: center;
}

.watch-latest-video-section a {
    color: #000;
    background-color: #FFFFFF;
    text-align: center;
    font-size: 21.33px;
    font-weight: 600;
    padding: 18px 48px;
    border-radius: 0;
}

.watch-latest-video-section a:hover {
    background-color: var(--theme-orange);
}

@media (max-width: 767px) {
    .watch-latest-video-section {
        padding: 110px 0 100px;
    }

    .watch-latest-video-section h2 {
        font-size: 24px;
        margin-bottom: 50px;
        line-height: normal;
    }


    .watch-latest-video-section svg {
        max-width: 75px;
        max-height: 75px;
    }

    .watch-latest-video-section a {
        font-size: 14px;
        font-weight: 500;
        padding: 14px 20px;
    }

}


/*--------------------------------------------------------------
  Connect Legal Advisor Section
  --------------------------------------------------------------*/
.connect-legal-advisor-section h2 {
    color: var(--font-gray);
    font-family: var(--poppins);
    font-size: 40px;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 20px;
}

.connect-legal-advisor-section h2 span {
    color: var(--font-orange);
    font-family: var(--poppins);
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.connect-legal-advisor-section p {
    color: #425066;
    font-family: var(--poppins);
    font-size: 18px;
    line-height: normal;
    margin-bottom: 35px;
}

.connect-legal-advisor-section a {
    padding: 15px 30px;
    font-size: 18px;
    font-weight: 500;
    background: var(--theme-orange);
    border-radius: 4px;
}

.connect-legal-advisor-section img {
    width: 100%;
    max-width: 695px;
    max-height: 532px;
    margin-bottom: -40px;
}

.connect-legal-advisor-section a:hover {
    background-color: var(--theme-black);
}

@media (max-width: 800px) {
    .connect-legal-advisor-section h2 {
        font-size: 28px;
    }

    .connect-legal-advisor-section h2 span {
        font-size: 38px;
        display: block;
    }

    .connect-legal-advisor-section a {
        margin-bottom: 30px;
    }
}


@media (max-width: 767px) {
    .connect-legal-advisor-section {
        text-align: center;
    }

    .connect-legal-advisor-section .row>div:first-child {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .connect-legal-advisor-section h2 {
        font-size: 18px;
    }

    .connect-legal-advisor-section h2 span {
        font-size: 22px;
        display: block;
    }

    .connect-legal-advisor-section p {
        font-size: 14px;
        text-wrap: balance;
        margin-bottom: 22px;
    }

    .connect-legal-advisor-section a {
        text-align: center;
        padding: 8px 20px;
        font-size: 14px;
    }

    .connect-legal-advisor-section img {
        margin-bottom: -20px;
    }
}


/*--------------------------------------------------------------
  Experience a smarter Section 
  --------------------------------------------------------------*/
.experience-smarter-section {
    padding: 50px 0;
    margin-bottom: 130px;
}

@media (max-width: 767px) {
    .experience-smarter-section {
        padding: 0 !important;
        margin-top: -45px !important;
    }
}

.experience-smarter-section h2 {
    color: var(--font-gray);
    font-family: var(--poppins);
    font-size: 40px;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 20px;
    text-align: center;
}

.experience-smarter-section h2 span {
    display: block;
    color: var(--font-orange);
    font-family: var(--poppins);
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

@media (max-width: 767px) {
    .experience-smarter-section h2 {
        font-size: 18px !important;
        margin-bottom: 30px !important;
    }

    .experience-smarter-section h2 span {
        font-size: 22px;
        display: block;
    }
}

.experience-smarter-section .eas-cards {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 0px 1fr 0px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 0px;
    margin-top: 25px;
}

@media (max-width: 767px) {
    .experience-smarter-section .eas-cards {
        -ms-grid-columns: 1fr;
        grid-template-columns: repeat(1, 1fr);
        gap: 0;
        margin-top: 25px;
        padding: 0 15px;
    }
}

.experience-smarter-section .eas-cards .eas-card {
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    padding: 28px 40px 18px;
}


.experience-smarter-section .eas-cards .eas-card:nth-child(1),
.experience-smarter-section .eas-cards .eas-card:nth-child(2),
.experience-smarter-section .eas-cards .eas-card:nth-child(3) {
    padding: 18px 40px 18px;
}

.experience-smarter-section .eas-cards .eas-card:nth-child(3n) {
    border-right: none;
}

.experience-smarter-section .eas-cards .eas-card:nth-last-child(1),
.experience-smarter-section .eas-cards .eas-card:nth-last-child(2),
.experience-smarter-section .eas-cards .eas-card:nth-last-child(3) {
    border-bottom: none;
}

.experience-smarter-section .eas-cards .eas-card .icon {
    margin-bottom: 16px;
}

.experience-smarter-section .eas-cards .eas-card h3 {
    color: #000;
    font-family: var(--poppins);
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 4px;
}

.experience-smarter-section .eas-cards .eas-card p {
    color: var(--font-gray);
    font-family: var(--poppins);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

@media (max-width: 767px) {
    .experience-smarter-section .eas-cards .eas-card {
        padding: 18px 15px 18px !important;
    }

    .experience-smarter-section .eas-cards .eas-card:nth-child(1),
    .experience-smarter-section .eas-cards .eas-card:nth-child(2),
    .experience-smarter-section .eas-cards .eas-card:nth-child(3),
    .experience-smarter-section .eas-cards .eas-card:nth-child(3n),
    .experience-smarter-section .eas-cards .eas-card:nth-last-child(1),
    .experience-smarter-section .eas-cards .eas-card:nth-last-child(2),
    .experience-smarter-section .eas-cards .eas-card:nth-last-child(3) {
        text-align: center;
        border: 1px solid #F2F2F2 !important;
        margin: 0 15px 18px;
    }

    .experience-smarter-section .eas-cards .eas-card h3 {
        font-size: 16px;
    }

    .experience-smarter-section .eas-cards .eas-card p {
        font-size: 14px;
    }
}

.experience-smarter-section .es-cta-btn {
    text-align: center;
    margin-top: 40px;
}

.experience-smarter-section .es-cta-btn a {
    padding: 15px 30px;
    font-size: 18px;
    font-weight: 500;
    background: var(--theme-orange);
    border-radius: 4px;
}

.experience-smarter-section .es-cta-btn a:hover {
    background-color: var(--theme-black);
}


@media (max-width: 767px) {
    .experience-smarter-section .es-cta-btn {
        margin-top: 20px;
    }

    .experience-smarter-section .es-cta-btn a {
        text-align: center;
        padding: 8px 20px;
        font-size: 14px;
    }
}

/*--------------------------------------------------------------
  Banner 1 Section
  --------------------------------------------------------------*/
.banner-1 {
    padding: 216px 0 80px;
}

.banner-1 .banner-title {
    color: #FFF;
    text-align: center;
    font-family: var(--poppins);
    font-size: 48px;
    font-weight: 300;
    line-height: 1.2em;
    margin-bottom: 36px;
}

.banner-1 .banner-title span {
    font-family: var(--poppins);
    display: block;
    font-size: 59px;
    font-weight: 600;
    line-height: normal;
}

.banner-1 nav ol {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.banner-1 nav ol .breadcrumb-item,
.banner-1 nav ol .breadcrumb-item a {
    color: #FFF;
    text-align: center;
    font-family: var(--roboto);
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    -webkit-transition: ease-in-out 300ms;
    -o-transition: ease-in-out 300ms;
    transition: ease-in-out 300ms;
}

.banner-1 nav ol .breadcrumb-item a:hover {
    color: var(--theme-orange)
}

@media (max-width: 991px) {
    .banner-1 {
        padding: 114px 0 80px !important;
    }
}

@media (max-width: 767px) {
    .banner-1 {
        background-position: center center !important;
    }

    .banner-1 .banner-title,
    .banner-1 .banner-title span {
        font-size: 30px !important;
    }

    .banner-1 nav ol .breadcrumb-item,
    .banner-1 nav ol .breadcrumb-item a {
        font-size: 15px !important;
    }

}

/*--------------------------------------------------------------
  CTA Card Section
  --------------------------------------------------------------*/
.cta-card-section .cta-card-main-container {
    padding: 90px 100px 98px;
}

.cta-card-section .container {
    max-width: 1520px !important;
}

.cta-card-section h2 {
    color: #FFF;
    text-align: center;
    font-family: var(--poppins);
    font-size: 50px;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 40px;
}

.cta-card-section p {
    color: #FFF;
    text-align: center;
    font-family: var(--poppins);
    font-size: 24px;
    font-weight: 500;
    line-height: 166.667%;
    text-wrap: balance;
    margin-bottom: 66px;
}

.cta-card-section p a {
    color: #FFF;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.cta-card-section .btn-container {
    text-align: center;
}

.cta-card-section .btn-container a.cta-btn {
    font-family: var(--roboto);
    font-size: 21.33px;
    font-weight: 600;
    line-height: normal;
    border: none;
    border-radius: 0;
    padding: 20px 54px;
}

@media (max-width: 767px) {
    .cta-card-section .container {
        width: 100% !important;
    }

    .cta-card-section .cta-card-main-container {
        padding: 60px 20px 64px;
    }

    .cta-card-section h2 {
        font-size: 20px;
        line-height: 120%;
        margin-bottom: 25px;
    }

    .cta-card-section p {
        font-size: 16px;
        line-height: 166.667%;
        margin-bottom: 36px;
    }

    .cta-card-section .btn-container a.cta-btn {
        padding: 8px 20px;
        font-size: 14px;
    }
}

/*--------------------------------------------------------------
  About Page Section
  --------------------------------------------------------------*/
.about-page-section .container {
    max-width: 1520px !important;
}

.about-page-section h2 {
    text-align: center;
    display: block;
    color: var(--font-orange);
    font-family: var(--poppins);
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 58px;
}

.about-page-section .round-image-container {
    text-align: center;
}

.about-page-section .round-image-container img {
    width: 437px;
    height: 437px;
    border-radius: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.about-page-section .n-card {
    padding: 52px;
    border: 1px solid #DDDDDD;
    border-radius: 6px;
    -webkit-box-shadow: rgba(10, 116, 243, 0.15) 0 12.6px 31.6px;
    box-shadow: rgba(10, 116, 243, 0.15) 0 12.6px 31.6px;
}

.about-page-section .n-card p,
.about-page-section .n-card .text-area,
.about-page-section .n-card .text-area ul li,
.about-page-section .n-card .text-area ul li span,
.about-page-section .n-card .text-area ul li a {
    color: #000;
    text-align: center;
    font-family: var(--poppins);
    font-size: 16px;
    font-weight: 400;
    line-height: 175%;
}

.about-page-section .n-card .text-area ul li a {
    text-decoration: underline;
}

.about-page-section .n-card h3 {
    color: #EF4923;
    text-align: center;
    font-family: var(--poppins);
    font-size: 24px;
    font-weight: 600;
    line-height: 95.833%;
}


@media (max-width: 991px) {
    .about-page-section h2 {
        margin-bottom: 40px;
    }

    .about-page-section .round-image-container img {
        max-width: 400px;
        margin-bottom: 40px;
    }

    .about-page-section .n-card {
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {

    .about-page-section h2 {
        font-size: 22px;
        display: block;
        margin-bottom: 30px;
    }

    .about-page-section .round-image-container img {
        width: 100%;
        height: 100%;
        margin-bottom: 30px;
    }

    .about-page-section .n-card {
        padding: 20px;
        margin-bottom: 30px;
    }

    .about-page-section .n-card h3 {
        font-size: 16px;
        line-height: 1.2em;
        text-wrap: balance;
    }

    .about-page-section .n-card p,
    .about-page-section .n-card .text-area,
    .about-page-section .n-card .text-area ul li,
    .about-page-section .n-card .text-area ul li span,
    .about-page-section .n-card .text-area ul li a {
        font-size: 14px;
        line-height: 20px;
    }
}


/*--------------------------------------------------------------
Attorney Ryan Callahan Section
  --------------------------------------------------------------*/
.attorney-ryan-callahan-section .footer-text {
    margin-top: 70px;
    color: var(--font-black);
    font-family: var(--poppins);
    font-size: 20px;
    font-weight: 500;
    line-height: 175%;
}

@media (max-width: 991px) {
    .attorney-ryan-callahan-section .footer-text {
        text-align: center;
        margin-top: 40px;
        font-size: 18px;
        line-height: 160%;
        margin-bottom: 40px;
        text-wrap: balance;
    }

    .attorney-ryan-callahan-section .bottom-image-container {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .attorney-ryan-callahan-section .footer-text {
        text-align: center;
        font-size: 15px;
        line-height: 140%;
    }
}

/*--------------------------------------------------------------
  Attorney James Crump Section
  --------------------------------------------------------------*/
.attorney-james-crump-section .n-card {
    padding: 46px;
}

.attorney-james-crump-section .n-card p,
.about-page-section .n-card .text-area,
.about-page-section .n-card .text-area ul li,
.about-page-section .n-card .text-area ul li span,
.about-page-section .n-card .text-area ul li a {
    text-align: left;
}

.attorney-james-crump-section .top-image-container {
    width: 100%;
}

@media (max-width: 991px) {
    .attorney-james-crump-section .n-card {
        padding: 20px;
    }

    .attorney-james-crump-section .n-card p,
    .about-page-section .n-card .text-area,
    .about-page-section .n-card .text-area ul li,
    .about-page-section .n-card .text-area ul li span,
    .about-page-section .n-card .text-area ul li a {
        text-align: center;
    }

    .attorney-james-crump-section .top-image-container {
        margin-bottom: 20px;
    }

    .attorney-james-crump-section .footer-text {
        margin-top: 18px !important;
    }
}

/*--------------------------------------------------------------
  Services Section
  --------------------------------------------------------------*/

.services-section .n-card-shorter {
    padding: 62px 80px;
}

.services-section .n-card-shorter .card-image-container {
    text-align: center;
    margin-bottom: 30px;
}

.services-section .circle-image-container {
    padding-left: 30px;
}

.services-section .circle-image-container img {
    width: 100%;
    border-radius: 100%;
}

.services-section .the-second-row {
    padding: 26px 26px 0 !important;
    margin-left: 0px;
    margin-right: 0px;
}

.services-section .the-second-row .text-area {
    margin-top: 50px;
    padding-left: 20px;
}

@media (max-width: 991px) {
    .services-section .n-card-shorter {
        padding: 20px;
    }

    .services-section .circle-image-container {
        padding: 0px;
        text-align: center;
    }

    .services-section .circle-image-container img {
        max-width: 400px;
    }

    .services-section .the-second-row .text-area {
        margin-top: 30px;
        margin-bottom: 30px;
        padding-left: 0;
    }

    .services-section .the-second-row .text-area {
        text-align: left;
    }

    .services-section .the-second-row .text-area ul li {
        text-align: left;
    }
}


/*--------------------------------------------------------------
  FAQ Section
  --------------------------------------------------------------*/

.faq-section .round-image-container img {
    width: 95%;
    height: auto;
}

.faq-section .n-card h3 {
    text-align: left;
}

@media (max-width: 991px) {
    .faq-section .round-image-container img {
        text-align: center;
    }

    .faq-section .text-area {
        margin-top: 30px;
        margin-bottom: 30px;
        padding-left: 0;
    }

    .faq-section .text-area {
        text-align: left !important;
    }

    .faq-section .text-area ul li {
        text-align: left !important;
    }
}


/*--------------------------------------------------------------
  Archive Sidebar Area
  --------------------------------------------------------------*/

.custom-tag-cloud {
    padding: 26px;
    border: 1px solid #DDDDDD;
    border-radius: 6px;
    background: #fff;
    max-width: 400px;
    -webkit-box-shadow: rgba(10, 116, 243, 0.15) 0 12.6px 31.6px;
    box-shadow: rgba(10, 116, 243, 0.15) 0 12.6px 31.6px;
}

.custom-tag-cloud h4 {
    margin-bottom: 10px;
    color: var(--font-black);
    font-family: var(--poppins);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}

.custom-tag-cloud .custom-tag {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #DDDDDD;
    padding: 0;
    margin: 5px;
    border-radius: 2px;
    color: #6E6E6E;
    font-family: var(--poppins);
    font-size: 12px;
    font-weight: 300;
    line-height: 28px;
}

.custom-tag-cloud .custom-tag:hover {
    background: #f9f9f9;
}

.custom-tag-cloud .custom-tag a {
    text-decoration: none;
    color: #333;
    font-family: var(--poppins);
    padding: 2px 16px;
}

.custom-tag-cloud .custom-tag a:hover {
    text-decoration: underline;
}

.custom-tag-cloud .custom-tag.active {
    background: #6E6E6E;
    border-color: #6E6E6E;
    padding-right: 20px;
}

.custom-tag-cloud .custom-tag.active a {
    color: #fff;
}

.custom-tag-cloud .custom-tag .remove-tag {
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    color: #fff !important;
    padding: 2px 8px 3px 10px;
    border-radius: 0px;
    cursor: pointer;
    font-size: 20px;
    text-decoration: none !important;
}

.custom-tag-cloud .custom-tag .remove-tag:hover {
    background: #00000033;
}

@media (max-width: 991px) {
    .custom-tag-cloud {
        margin: auto;
    }
}

.mp-list .mp-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #DDDDDD;
    border-radius: 3px;
    margin-bottom: 15px;
    padding: 5px;
    gap: 5px;
}

.mp-thumb img {
    width: 100px;
    height: 70px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 3px;
    margin-right: 15px;
}

.mp-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.mp-post-title {
    max-width: 200px;
    margin: 0 0 5px;
}

@media (max-width: 1127px) {
    .mp-post-title {
        max-width: 150px;
    }
}

@media (max-width: 991px) {
    .mp-post-title {
        max-width: 250px;
    }
}

@media (max-width: 425px) {
    .mp-post-title {
        max-width: 200px;
    }
}

@media (max-width: 340px) {
    .mp-post-title {
        max-width: 150px;
    }
}

.mp-post-title a {
    text-decoration: none;
    color: #000;
    font-family: var(--poppins);
    font-size: 14px;
    font-weight: 500;
    line-height: 120%;
    color: #000;
}

.mp-excerpt {
    color: #677685;
    font-family: var(--poppins);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 4px;
}


/*--------------------------------------------------------------
   Blog Archive Section
  --------------------------------------------------------------*/
.blog-archive-section .container {
    max-width: 1520px !important;
}

.blog-archive-section .latest-blog-area h2 {
    color: var(--theme-orange);
    font-family: var(--poppins);
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px;
    margin-top: -15px;
}

.blog-archive-section .item-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 25px;
}

.blog-archive-section .post-card {
    background: #fff;
    border-radius: 12px;
    -webkit-box-shadow: 0 8px 20px rgba(10, 116, 243, 0.15);
    box-shadow: 0 8px 20px rgba(10, 116, 243, 0.15);
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
    transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
    -o-transition: transform 0.3s ease, box-shadow 0.3s ease;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.blog-archive-section .post-card:hover {
    -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.blog-archive-section .post-card img {
    width: 100%;
    height: 220px;
    -o-object-fit: cover;
    object-fit: cover;
}

.blog-archive-section .card-content {
    padding: 12px 20px 20px;
    text-align: left;
}

.blog-archive-section .card-content h3 {
    line-height: 0.9em;
    min-height: 35px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.blog-archive-section .card-content h3 a {
    margin-bottom: 10px;
    color: #000;
    font-family: var(--poppins);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1em;
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.blog-archive-section .card-content h3 a:hover {
    color: var(--theme-orange);
}

.blog-archive-section .card-content p {
    color: #677685;
    font-family: var(--poppins);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    min-height: 80px;
    margin-bottom: 12px;
}


.blog-archive-section .card-content .read-more {
    color: #EF4923;
    font-family: var(--roboto);
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    text-decoration: underline;
    text-underline-offset: 3px;
}


.blog-archive-section .card-content .author-name {
    margin-top: 10px;
    color: #4C555E;
    font-family: var(--poppins);
    font-size: 13px;
    line-height: 28px;
}

.blog-archive-section .card-content hr {
    border: none;
    border-top: 1px solid #96A1AB;
    margin: 12px 0 14PX;
}

.post-essentials .post-date,
.post-essentials .post-time,
.post-essentials .post-view-count {
    color: #4C555D;
    font-family: var(--font-black);
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.48px;
}


/* pagination */
.pagination-section {
    margin-top: 50px;
}

.pagination-section .page-no,
.navigation.pagination,
.navigation.pagination .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pagination-section .pagination-link,
.navigation.pagination .page-numbers {
    font-weight: bold;
    color: #515151;
    width: 40px;
    height: 40px;
    border: 1px solid #BCBCBC;
    border-radius: 4px;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 8px;
}

.pagination-section .pagination-link.current,
.navigation.pagination .page-numbers.current {
    background-color: var(--theme-orange);
    border: 1px solid var(--theme-orange);
    color: white;
}

.pagination-section .pagination-link.disable {
    color: #BCBCBC;
    border: 1px solid #BCBCBC;
}

@media (max-width: 1500px) {
    .blog-archive-section .item-container {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 991px) {
    .blog-archive-section .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .blog-archive-section .latest-blog-area h2 {
        text-align: center;
    }

    .blog-archive-section .latest-blog-area {
        margin-bottom: 50px;
    }
}

@media (max-width: 669px) {
    .blog-archive-section .item-container {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    }
}


/*--------------------------------------------------------------
   Blog Single Section
  --------------------------------------------------------------*/
.blog-single-section h2,
.blog-single-section h3,
.blog-single-section h4,
.blog-single-section h5,
.blog-single-section h6 {
    color: var(--theme-orange);
}

.blog-single-section .post-title {
    color: #EF4923;
    font-family: var(--poppins);
    font-size: 46px;
    font-weight: 600;
    line-height: 120%;
}

.blog-single-section .post-meta-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    color: #4C555E;
    font-family: var(--poppins);
    font-size: 14px;
    line-height: 200%;
    margin-bottom: 40px;
}

.blog-single-section .post-author-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 15px;
    margin-top: 80px;
    margin-bottom: 30px;
}

.blog-single-section .post-author-box .author-avatar img {
    margin-right: 15px;
    width: 50px;
    border-radius: 50%;
}

.blog-single-section .post-author-box .author-name {
    color: #4C555E;
    font-family: var(--poppins);
    font-size: 20px;
    font-weight: 500;
    line-height: 140%;
}

@media (max-width: 768px) {

    /* --- Mobile-friendly blog post typography for .blog-single-section (min 12px) --- */
    .blog-single-section {
        font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
        font-size: 0.75rem;
        /* 12px base minimum */
        line-height: 1.5;
        word-break: break-word;
    }

    /* Paragraphs and lists */
    .blog-single-section p,
    .blog-single-section ul,
    .blog-single-section ol {
        margin: 0 0 0.9rem;
        font-size: clamp(0.75rem, 0.75rem + 0.3vw, 0.95rem);
        /* 12px – 15px */
    }

    /* Headings */
    .blog-single-section h1,
    .blog-single-section h2,
    .blog-single-section h3,
    .blog-single-section h4,
    .blog-single-section h5,
    .blog-single-section h6 {
        margin: 1rem 0 0.5rem;
        line-height: 1.25;
        font-weight: 600;
    }

    /* Individual heading sizes */
    .blog-single-section h1 {
        font-size: clamp(1rem, 1rem + 1vw, 1.4rem);
    }

    /* 16px – 22px */
    .blog-single-section h2 {
        font-size: clamp(0.95rem, 0.95rem + 0.8vw, 1.2rem);
    }

    /* 15px – 19px */
    .blog-single-section h3 {
        font-size: clamp(0.9rem, 0.9rem + 0.6vw, 1.05rem);
    }

    /* 14px – 17px */
    .blog-single-section h4 {
        font-size: clamp(0.85rem, 0.85rem + 0.4vw, 0.95rem);
    }

    /* 13px – 15px */
    .blog-single-section h5 {
        font-size: 0.8rem;
    }

    /* 12.8px */
    .blog-single-section h6 {
        font-size: 0.75rem
    }

    /* 12px */

    /* Links */
    .blog-single-section a {
        text-decoration: underline;
        font-weight: 500;
    }

    /* Emphasis and strong */
    .blog-single-section em {
        font-style: italic;
    }

    .blog-single-section strong {
        font-weight: 700;
    }

    /* Small text */
    .blog-single-section small {
        font-size: 0.75rem;
    }

    /* 12px */

    /* Blockquote */
    .blog-single-section blockquote {
        margin: 0 0 0.9rem;
        padding: 0.6rem 0.9rem;
        background: rgba(0, 0, 0, 0.03);
        border-left: 3px solid rgba(0, 0, 0, 0.08);
        font-style: italic;
        font-size: clamp(0.75rem, 0.75rem + 0.3vw, 0.95rem);
    }

    /* Code and pre */
    .blog-single-section code {
        font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, "Roboto Mono", monospace;
        font-size: 0.75rem;
        padding: 0.1rem 0.25rem;
        border-radius: 4px;
        background: rgba(0, 0, 0, 0.04);
    }

    .blog-single-section pre {
        overflow: auto;
        font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, "Roboto Mono", monospace;
        font-size: 0.75rem;
        line-height: 1.3;
        padding: 0.6rem;
        border-radius: 6px;
        background: #0f172a;
    }

    /* Images & figures */
    .blog-single-section img,
    .blog-single-section figure img {
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0.7rem 0;
    }

    .blog-single-section figcaption {
        font-size: 0.75rem;
        margin-top: 0.25rem;
    }

    /* Tables */
    .blog-single-section table {
        width: 100%;
        border-collapse: collapse;
        font-size: 0.75rem;
        margin: 0.5rem 0;
    }

    .blog-single-section th,
    .blog-single-section td {
        padding: 0.4rem;
        border: 1px solid rgba(0, 0, 0, 0.06);
        text-align: left;
    }

    .blog-single-section .post-title {
        font-size: 20px;
        margin-bottom: 22px !important;
    }

    .blog-single-section .post-meta-data {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: auto 10px auto 10px auto;
        grid-template-columns: repeat(3, auto);
        /* 3 equal columns */
        gap: 10px;
        /* Space between items */
        row-gap: 0;
        font-size: 13px;
        margin-bottom: 25px;
    }

    .blog-single-section .post-meta-data>div:first-child {
        grid-column: 1 / -1;
        /* spans all 3 columns */
    }


    .blog-single-section .post-author-box {
        margin-top: 50px;
        margin-bottom: 20px;
    }

    .blog-single-section .post-author-box .author-avatar img {
        width: 40px;
        margin-right: 10px;
    }

    .blog-single-section .post-author-box .author-name {
        font-size: 16px;
    }
}

.related-posts-section h2 {
    color: var(--font-orange);
    font-family: var(--poppins);
    font-size: 32px;
    font-weight: 600;
    line-height: 187.5%;
    margin-top: 65px;
    margin-bottom: 26px;
}

.related-posts-section .item-container {
    margin-top: 25px;
}

.related-posts-section .post-card {
    background: #fff;
    border-radius: 12px;
    -webkit-box-shadow: 0 8px 20px rgba(10, 116, 243, 0.15);
    box-shadow: 0 8px 20px rgba(10, 116, 243, 0.15);
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
    transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
    -o-transition: transform 0.3s ease, box-shadow 0.3s ease;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
    margin-bottom: 25px;
}

.related-posts-section .post-card:hover {
    -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.related-posts-section .post-card img {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
}

.related-posts-section .card-content {
    padding: 12px 20px 20px;
    text-align: left;
}

.related-posts-section .card-content h3 {
    line-height: 0.9em;
    min-height: 35px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.related-posts-section .card-content h3 a {
    margin-bottom: 10px;
    color: #000;
    font-family: var(--poppins);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1em;
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.related-posts-section .card-content h3 a:hover {
    color: var(--theme-orange);
}

.related-posts-section .card-content p {
    color: #677685;
    font-family: var(--poppins);
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    min-height: 80px;
    margin-bottom: 12px;
}


.related-posts-section .card-content .read-more {
    color: #EF4923;
    font-family: var(--roboto);
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    text-decoration: underline;
    text-underline-offset: 3px;
}

@media (max-width: 767px) {
    .related-posts-section h2 {
        font-size: 22px;
        text-align: center;
        margin-top: 45px;
    }
}

@media (max-width: 575px) {
    .related-posts-section h2 {
        font-size: 22px;
        text-align: center;
        margin-top: 30px;
    }

    .related-posts-section .card-content h3 a {
        min-height: auto;
        font-size: 14px;
    }

    .related-posts-section .card-content p {
        min-height: auto;
        font-size: 12px;
    }
}

/*--------------------------------------------------------------
   Contact Section
  --------------------------------------------------------------*/
.contact-page-section {
    background-color: #F4F4F4;
}

.contact-page-section .container {
    max-width: 1520px !important;
}

.contact-page-section .the-image-container {
    width: 90%;
}

@media (max-width: 991px) {
    .contact-page-section .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .contact-page-section .the-image-container {
        width: 100%;
        text-align: center;
    }

    .contact-page-section .the-image-container img {
        width: 80%;
        margin-top: 40px;
        margin-bottom: 20px;
    }
}

.contact-page-section h2 {
    color: #EF4923;
    text-align: center;
    font-family: --var(poppins);
    font-size: 32px;
    font-weight: 600;
    line-height: normal;
}

@media (max-width: 767px) {
    .contact-page-section h2 {
        font-size: 22px;
    }
}

.contact-page-section .form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 2px;
    gap: 20px;
}

.contact-page-section .form-row p {
    width: 100%;
}

.contact-page-section .two-cols .form-col {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 220px;
}

.contact-page-section label {
    display: block;
    color: #000;
    font-family: var(--poppins);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 6px;
}

.contact-page-section label span {
    color: var(--font-orange);
}

.contact-page-section label::after {
    content: attr(data-required);
}

.contact-page-section .wpcf7-form-control {
    width: 100%;
    padding: 10px 12px;
    border: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 15px;
}

.contact-page-section .wpcf7-submit {
    max-width: 220px;
    background-color: var(--theme-orange);
    color: #fff;
    border: none;
    padding: 18px 42px;
    border-radius: 0;
    cursor: pointer;
    text-align: center;
    font-family: var(--roboto);
    font-size: 21.33px;
    font-weight: 600;
    line-height: normal;
}

@media (max-width: 767px) {
    .contact-page-section label {
        font-size: 14px;
    }

    .contact-page-section .form-col:first-child>p {
        margin-bottom: 0 !important;
    }

    .contact-page-section .wpcf7-submit {
        max-width: 100%;
        font-size: 16px;
    }

}

.contact-page-section .wpcf7 form .wpcf7-response-output {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
}

.contact-page-section .wpcf7-submit:hover {
    background-color: var(--theme-orange);
}

@media (max-width: 600px) {
    .contact-page-section .two-cols {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}


/*--------------------------------------------------------------
  Footer Section
  --------------------------------------------------------------*/
footer {
    background-color: var(--theme-black);
    color: #fff;
    padding: 2rem 0 0;
    margin-top: 88px;
}

footer .top-section .container {
    max-width: 1520px !important;
    margin-top: -120px;
    margin-bottom: 30px;
    -webkit-filter: drop-shadow(0 6px 40px rgba(0, 0, 0, 0.25));
    filter: drop-shadow(0 6px 40px rgba(0, 0, 0, 0.25));
}

footer .top-section .container .inner-container {
    max-width: 1380px;
    padding: 20px 0 20px;
    margin: 0 auto;
}

footer .top-section .container img {
    width: auto;
    height: 89px;
}

footer .top-section .container .inner-container .right-area {
    margin-top: 15px;
}


footer .top-section .container .inner-container .address-icons div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    font-size: 20px;
}

footer .top-section .container .inner-container>div {
    margin-bottom: 15px;
}

footer .top-section .container .inner-container .address-icons div svg {
    position: relative;
    top: 5px;
}

footer .top-section .container .inner-container .phone-icons div {
    font-size: 24px;
}

footer .top-section .container .inner-container .phone-icons div svg {
    top: 8px;
}


footer .bottom-section h2 {
    font-size: 29px;
    margin-top: 20px;
    margin-bottom: 15px;
}

footer .bottom-section p {
    font-size: 18px;
}

footer .address-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.inner-container .left-area {
    min-width: 250px;
    margin-right: 100px;
}

footer .address-icons {
    gap: 3rem !important;
}

@media (min-width: 1300px) {
    footer .bottom-section {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 992px) {
    .iframe-map {
        padding-right: 3rem !important;
    }
}

@media (max-width: 991px) {

    footer .bottom-section p,
    footer .bottom-section h2 {
        text-align: center;
    }

    footer .address-icons {
        flex-direction: column;
    }
}

@media (max-width: 767px) {
    footer .inner-container {
        flex-direction: column;
    }

    .inner-container .left-area {
        min-width: 200px;
        margin-right: 0;
        padding-top: 30px;
        padding-bottom: 20px;
    }

    .inner-container .left-area img {
        max-width: 144px;
        max-height: 55px;
        object-fit: contain;
    }

    footer .address-icons div div {
        flex-direction: column;
        align-items: center;
        color: #000;
        text-align: center;
        font-family: var(--roboto);
        font-size: 13px !important;
        font-style: normal;
        font-weight: 400 !important;
        line-height: 150% !important;
        text-wrap: balance;
    }

    footer .address-icons div div svg {
        margin-bottom: 5px;
    }

    footer .address-icons .phone-icons>div {
        font-size: 16px !important;
        font-weight: 500 !important;
    }

    footer .address-icons {
        gap: 20px !important;
    }

    footer .bottom-section h2 {
        color: #FFF;
        text-align: center;
        font-family: var(--roboto);
        font-size: 15px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    footer .bottom-section p {
        color: #FFF;
        font-family: var(--roboto);
        font-size: 13px;
        font-weight: 400;
        line-height: 158.333%;
    }

    footer .copyright-text p {
        color: #FFF;
        font-family: var(--roboto) !important;
        font-size: 12px !important;
        font-weight: 400 !important;
        line-height: normal;
    }

    footer .top-section .container {
        margin-top: -312px;
    }

    footer .top-section,
    footer .bottom-section {
        width: 85%;
        margin: auto;
    }

    .experience-smarter-section {
        padding: 50px 0;
        margin-bottom: 343px;
    }

    footer .iframe-map iframe {
        height: 250px;
    }

}