@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.1/css/all.min.css');

@font-face {
    font-family: 'Neutronic';
    src: url('../fonts/Neutronic-Black.woff2') format('woff2'),
    url('../fonts/Neutronic-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neutronic';
    src: url('../fonts/Neutronic-Bold.woff2') format('woff2'),
    url('../fonts/Neutronic-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neutronic';
    src: url('../fonts/Neutronic-Light.woff2') format('woff2'),
    url('../fonts/Neutronic-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neutronic';
    src: url('../fonts/Neutronic-Medium.woff2') format('woff2'),
    url('../fonts/Neutronic-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neutronic';
    src: url('../fonts/Neutronic-Heavy.woff2') format('woff2'),
    url('../fonts/Neutronic-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neutronic';
    src: url('../fonts/Neutronic-Regular.woff2') format('woff2'),
    url('../fonts/Neutronic-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neutronic';
    src: url('../fonts/Neutronic-Thin.woff2') format('woff2'),
    url('../fonts/Neutronic-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}


:root {
    --body-fonts: 'Neutronic';

    --color-text: #000000;
    --color-white: #ffffff;
    --color-primary: #009746;
    --color-secondary: #032B5F;
}

*, *:before, *:after {
    box-sizing: border-box;
}

body {
    font-size: 16px;
    font-family: var(--body-fonts);
    color: var(--color-text);
    line-height: 1.4;
    padding: 0;
    margin: 0;
}

body.nav-open {
    overflow: hidden;
}


.justify-between {
    justify-content: space-between;
}

.container {
    max-width: 1160px !important;
   margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}


h1,
h2,
h3,
h4,
h5 {
    font-family: var(--body-fonts);
}

.container .grid-container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
}

.relative {
    position: relative;
}

a {
    text-decoration: none;
    display: inline-block;
    transition: 0.35s all ease-in-out;
}

ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.button {
    padding: 9px 16px;
    font-size: 16px;
    font-weight: 500;
    color: var(--color-text);
    text-transform: uppercase;
    white-space: nowrap;
    line-height: 1;
    border-radius: 0;
    margin: 0;
    transition: 0.35s all ease-in-out;
    display: inline-flex;
    gap: 10px;
    min-width: 180px;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.button i {
    font-size: 20px;
}

.button.white,
.button.white.disabled,
.button.white.disabled:focus,
.button.white.disabled:hover,
.button.white[disabled],
.button.white[disabled]:focus,
.button.white[disabled]:hover {
    background-color: var(--color-white) !important;
    color: var(--color-text) !important;

}

.button.primary,
.button.primary.disabled,
.button.primary.disabled:focus,
.button.primary.disabled:hover,
.button.primary[disabled],
.button.primary[disabled]:focus,
.button.primary[disabled]:hover {
    background-color: var(--color-primary) !important;
    color: var(--color-white) !important;
}

.button.primary-light,
.button.primary-light.disabled,
.button.primary-light.disabled:focus,
.button.primary-light.disabled:hover,
.button.primary-light[disabled],
.button.primary-light[disabled]:focus,
.button.primary-light[disabled]:hover {
    background-color: rgba(255, 255, 255, 0.25) !important;
    color: var(--color-white) !important;
}

.button.hollow,
.button.hollow.disabled,
.button.hollow.disabled:focus,
.button.hollow.disabled:hover,
.button.hollow[disabled],
.button.hollow[disabled]:focus,
.button.hollow[disabled]:hover {
    border-width: 3px;
    border-color: var(--color-primary);
    color: var(--color-text);
}

.button.hollow:hover {
    background-color: var(--color-primary);
    color: var(--color-white);
    border-color: var(--color-primary);
    filter: brightness(130%);
}

.button.white:hover {
    background-color: rgba(255, 255, 255, 0.75) !important;
}

.button.primary:hover {
    filter: brightness(120%);
}

.button.warning:hover {
    filter: brightness(110%);
}

.primary-light:hover {
    filter: brightness(120%) !important;
}

.section-title p:last-child {
    margin-bottom: 0;
}
.section-title {
    max-width: 700px;
    margin: 0 auto 45px;
    text-align: center;
}

.section-title span {
    font-weight: 500;
    display: block;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.section-title p:last-child {
    margin-bottom: 0;
}
h1 {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.25;
    color: var(--color-secondary);
}

h2 {
    font-size: 32px;
    font-weight: 900;
    margin-bottom: 0;
    color: var(--color-secondary);
    text-transform: uppercase;
}

h3 {
    font-size: 26px;
    font-weight: 900;
    color: var(--color-secondary);
    text-transform: uppercase;
}

h4 {
    font-size: 26px;
}

.buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}


@media (max-width: 1199px) {
    h1 {
        font-size: 80px;
    }
}

@media (max-width: 991px) {
    h1 {
        font-size: 60px;
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 24px;
    }

    .button {
        font-size: 14px;
    }
}

/*--- Global Style End ---*/

/*--- Header Style Start ---*/


#site-canvas .header {
    position: fixed;
    width: 100%;
    z-index: 999;
    transition: 0.35s all ease-in-out;
    left: 0;
    top: 0;
    background-color: var(--color-white);
}

#site-canvas .header-top {
    background-color: #F3F3F3;
    padding: 12px 0;
}


#site-canvas .contact-list li {
    position: relative;
    line-height: 1;
}

#site-canvas .contact-list li,
#site-canvas .contact-list a {
    font-size: 14px;
    color: var(--color-text);
    font-weight: 400;
    line-height: 1.5;
    display: inline-flex;
    gap: 5px;
    align-items: center;
}

#site-canvas .contact-list a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

#site-canvas .contact-list a:hover {
    color: var(--color-primary);
    text-decoration: underline;
}


#site-canvas .contact-list {
    display: flex;
    gap: 60px;
}


#site-canvas .header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
}

#site-canvas .logo {
    max-width: 165px;
    width: 100%;
    transition: 0.35s all ease-in-out;
}

#site-canvas .logo img,
#site-canvas .logo svg {
    width: 100%;
}


#site-canvas header.scrolled {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 0;
    top: -47px
}

.menu .active>a {
    background: none;
}

#site-canvas .nav-mob {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 40px;
    width: 100%;
}

#site-canvas .nav-mob nav {
    display: flex;
    align-items: center;
    gap: 40px;
    justify-content: space-between;
    width: 100%;
}

#site-canvas nav > ul {
    display: flex;
    gap: 40px;
    align-items: center;
    width: 100%;
    justify-content: center;
}

#site-canvas nav li {
    position: relative;
}

#site-canvas nav ul a {
    font-size: 13px;
    color: var(--color-text);
    text-transform: capitalize;
    font-weight: 400;
    transition: 0.35s all ease-in-out;
    padding: 2px;
    position: relative;
    line-height: 1;
    display: inline-flex;
    align-items: center;
}

#site-canvas nav ul a:before {
    content: "";
    width: 0;
    height: 2px;
    background-color: var(--color-primary);
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    transition: 0.35s ease-in-out;
}

#site-canvas nav .button {
    flex: 1 0 auto;
}

#site-canvas nav .dropdown a:before {
    content: none !important;
}

#site-canvas nav ul a:hover,
#site-canvas nav ul l.active a,
#site-canvas nav ul a.active {
    color: var(--color-primary);
}

#site-canvas nav ul .active a:before,
#site-canvas nav ul a.active:before {
    width: 50px;
}


#site-canvas .nav-mob .logo,
#site-canvas .menu-close-btn,
#site-canvas .menu-btn,
#site-canvas .nav-overlay {
    display: none;
    cursor: pointer;
}

#site-canvas .dropdown {
    background-color: var(--color-white);
    overflow: hidden;
    border: 1px solid var(--color-primary);
    padding: 10px;
    width: 100%;
    margin: 0 !important;
    display: none;
    border-radius: 0 !important;
    box-shadow: 0 6px 18px #0000000A;
}

#site-canvas .dropdown.active {
    display: block;
}

#site-canvas .dropdown a {
    display: inline-flex !important;
    align-items: center;
    padding: 15px 10px !important;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--color-text);
    letter-spacing: 0;
    opacity: 1;
}

#site-canvas .dropdown a:hover {
    color: var(--color-primary) !important;
}

#site-canvas .dropdown li + li {
    border-top: 1px solid var(--color-primary);
}

#site-canvas .has-dropdown > a:after {
    content: "\f107";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: inherit;
    display: inline-block;
    font-size: 14px;
    margin-left: 6px;
}

#site-canvas .menu-btn svg,
#site-canvas .menu-close-btn svg {
    fill: var(--color-text);
}


@media (min-width: 992px) {
    .has-dropdown a:after {
        content: none !important;
    }

    #site-canvas .dropdown {
        position: absolute;
        top: calc(100% + 14px) !important;
        left: 0 !important;
        right: auto !important;
        display: block;
        z-index: -2;
        visibility: hidden;
        transition: 0.35s all ease-in-out;
        opacity: 0;
        width: 250px;
    }

    #site-canvas .header .nav-mob a:hover + .dropdown,
    #site-canvas .dropdown:hover,
    .has-dropdown.active .dropdown,
    .dropdown.active {
        top: 100% !important;
        z-index: 2;
        visibility: visible;
        opacity: 1;
    }

    .nav-mob .logo {
        display: none;
    }
}


@media (max-width: 991px) {
    #site-canvas header.scrolled {
        top: -43px;
    }

    .nav-mob .button {
        display: inline-flex;
    }

    #site-canvas .nav-mob nav {
        align-items: flex-start;
    }

    #site-canvas nav li {
        width: 100%;
    }

    #site-canvas .has-dropdown > a {
        display: inline-flex;
        align-items: center;
    }


    #site-canvas .dropdown {
        position: relative;
        display: none;
        max-width: 300px;
    }

    #site-canvas .menu .active > a {
        background-color: transparent;
    }


    nav {
        width: 100%;
        text-align: left;
    }

    .nav-open #site-canvas .header {
        overflow: visible;
    }

    #site-canvas .header-row {
        justify-content: space-between;
        gap: 10px;
    }

    #site-canvas .nav-mob {
        position: absolute;
        top: 0;
        width: 100%;
        background: #fff;
        height: 100vh;
        flex-direction: column;
        align-items: flex-start;
        padding: 20px;
        right: 0;
        transition: 0.45s all ease-in-out;
        overflow: auto;
        display: none;
    }

    #site-canvas .nav-overlay {
        display: block;
        position: fixed;
        left: -60%;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.2);
        z-index: -1;
        opacity: 0;
        visibility: hidden;
        overflow: auto;
        transition: 0.65s all ease-in-out;
    }

    #site-canvas .nav-mob.show {
        right: 0;
        display: flex;
    }

    #site-canvas header nav {
        position: relative;
        flex-direction: column;
        align-items: flex-start;
    }

    #site-canvas .nav-mob.show .nav-overlay {
        opacity: 1;
        visibility: visible;
        left: 0;
    }

    body.nav-open {
        overflow: hidden;
    }

    #site-canvas .nav-mob ul {
        flex-direction: column;
        width: 100%;
        margin-top: 20px;
        align-items: flex-start;
        gap: 20px;
    }


    #site-canvas .header .logo {
        display: block;
        margin-bottom: 0;
    }

    #site-canvas .menu-close-btn,
    #site-canvas .menu-btn {
        display: block;
        font-size: 0;
    }

    #site-canvas nav ul a {
        width: auto;
    }

    #site-canvas .menu-close-btn svg,
    #site-canvas .menu-btn svg {
        width: 35px;
        height: 25px;
    }

    #site-canvas .menu-close-btn {
        position: absolute;
        right: 15px;
        top: 15px;
    }

    #site-canvas .contact-list {
        order: 12;
    }
}


@media (max-width: 767px) {
    #site-canvas .contact-list {
        flex-wrap: wrap;
    }

    #site-canvas .contact-list {
        gap: 15px
    }
}


/*--- Header Style End ---*/

/*--- Hero Style Start ---*/
.hero-section {
    position: relative;
    z-index: 1;
}

.hero-bg {
    position: relative;
    margin-top: 130px;
    min-height: 585px;
    padding: 50px 0;
    display: flex;
    align-items: flex-end;
    z-index: 1;
}

.hero-section .container {
    position: relative;
    z-index: 2;
}

.hero-bg .hero-shape {
    /*content: "";*/
    position: absolute;
    bottom: 0;
    left: 0;
    width: 950px;
    height: 410px;
    background: white;
    clip-path: polygon(0 0, 100% 100%, 0% 100%);
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-section .hero-content {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    position: relative;
}

.hero-section video,
.hero-section img  {
    position: absolute;
    inset: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-section h1 {
    font-size: 96px;
    line-height: 1;
    z-index: 2;
    color: transparent;
    -webkit-text-stroke: 4px var(--color-secondary);
    font-weight: 700;
    margin: 0;
    letter-spacing: 1px;
}

.hero-section .o-hidden {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    clip-path: polygon(0 0, 100% 100%, 0% 100%);
    width: 460px;
}

.hero-section .hero-shape h1,
.hero-section .o-hidden h1 {
    color: var(--color-secondary);
    -webkit-text-stroke: transparent;
}

.hero-section .button {
    margin-bottom: 15px;
}


@media (max-width: 1700px) {
    .hero-bg .hero-shape {
        width: 850px;
        height: 352px;
    }
}

@media (max-width: 1500px) {
    .hero-bg .hero-shape {
        width: 750px;
        height: 290px;
    }
}

@media (max-width: 1366px) {
    .hero-section .hero-content {
        margin-left: 90px;
    }
}


@media (max-width: 1199px) {
    .hero-bg {
        min-height: 450px;
    }

    .hero-section h1 {
        font-size: 80px;
    }

    .hero-bg:before {
        width: 50%;
    }
}

@media (max-width: 991px) {
    .hero-section h1 {
        font-size: 60px;
    }

    /*.hero-bg .hero-shape {*/
    /*    display: none;*/
    /*}*/
    /*.hero-section .o-hidden {*/
    /*    display: none;*/
    /*}*/
    .hero-bg .hero-shape {
        width: 490px;
        height: 230px;
    }

    .hero-section .o-hidden {
        width: 283px
    }

    .hero-section .hero-content {
        margin-bottom: 25px;
        margin-left: 50px;
    }

    .hero-section .button {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .hero-section {
        min-height: 350px;
    }

    .hero-bg {
        min-height: 330px;
        position: relative;
        padding-bottom: 20px;
    }

    .hero-bg:after {
        content: "";
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.2);
        position: absolute;
        left: 0;
        top: 0;
    }

    .hero-section h1 {
        font-size: 40px;
        -webkit-text-stroke: 2px var(--color-secondary);
    }

    .hero-section .hero-content {
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
        margin-left: 10px;
    }

    .hero-section .o-hidden {
        top: 0;
        transform: none;
        width: 160px;
    }

    .hero-bg .hero-shape {
        width: 360px;
        height: 200px;
    }

    .hero-section .button {
        background-color: var(--color-primary) !important;
        color: var(--color-white) !important;
        border-color: var(--color-primary) !important;
    }
}

/*--- Hero Style End ---*/

/*--- Intro Highlight Section Style Start ---*/
.intro-highlight {
    padding: 40px 0;
    background-color: var(--color-white);
}

.intro-highlight p {
    margin: 10px 0;
    text-align: center;
}

.intro-highlight .grid-x {
    row-gap: 20px;
}

@media (max-width: 767px) {
    .intro-highlight p {
        margin: 0;
    }
}

/*--- Intro Highlight Section Style End ---*/

/*--- Services Section Style Start ---*/

.services-section {
    padding: 75px 0;
    background-image: url("../img/services-bg.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.services-section:before {
    content: "";
    position: absolute;
    bottom: 120px;
    left: 0;
    width: 105%;
    height: 88%;
    background: white;
    /* clip-path: polygon(0 0, 100% 100%, 0% 100%); */
    z-index: -1;
    transform: rotate(21deg);
}

.services-section .grid-x {
    row-gap: 35px;
}

.service-overview {
    background-color: var(--color-white);
    padding: 35px 45px;
    text-align: center;
    box-shadow: 0 4px 22px -7px #00000040;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.service-overview span {
    font-weight: 700;
    display: block;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.service-overview img {
    width: 60px;
    margin: 0 auto;
    object-fit: contain;
}

.service-overview .button {
    margin-top: 30px;
}

@media (max-width: 1500px) {
    .services-section:before {
        left: -5%;
        width: 115%;
    }
}

@media (max-width: 1199px) {
    .services-section:before {
        left: -18%;
        width: 156%;
        height: 50%;
        bottom: 50%;
        transform: rotate(35deg);
    }
}

@media (max-width: 991px) {
    .services-section {
        padding: 60px 0;
    }
}

@media (max-width: 767px) {
    .services-section:before {
        left: -29%;
        width: 177%;
        height: 35%;
        bottom: 63%;
        transform: rotate(35deg);
    }
}

/*--- Services Section Style End ---*/

/*--- Testimonials Section Style Start ---*/
.testimonials-section {
    background-color: var(--color-secondary);
    padding: 110px 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.testimonials-section:before,
.testimonials-section:after {
    content: "";
    background-image: url("../img/testimonials-bg.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 30%;
    height: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    opacity: 0.8;
}

.testimonials-section:after {
    left: auto;
    right: 0;
    transform: translateY(-50%) rotate(180deg);
}

.testimonials-section .section-title {
    margin-bottom: 0;
}

.testimonials-section span,
.testimonials-section h2 {
    color: var(--color-white);
}

@media (max-width: 991px) {
    .testimonials-section {
        padding: 60px 0;
    }
}

/*--- Testimonials Section Style End ---*/
/*--- About Section Style Start ---*/
.about-section {
    padding: 80px 0 160px;
    position: relative;
    overflow: hidden;
}

.about-section .about-img {
    position: absolute;
    width: 865px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 650px;
}

.about-section .section-title {
    margin-bottom: 70px;
}

.about-img img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.about-content {
    max-width: 570px;
}


.about-section p strong,
.about-section p b {
    font-weight: 600;
}

.about-section p {
    font-weight: 500;
    margin-bottom: 20px;
}

.about-section p:last-child {
    margin-bottom: 0;
}

@media (max-width: 1199px) {
    .about-content {
        max-width: 100%;
    }

    .about-section .about-img {
        width: 580px;
        top: 100%;
        transform: translateY(-100%);
        height: 430px;
    }
}

@media (max-width: 1023px) {
    .about-section {
        padding-bottom: 0;
    }

    .about-section .about-img,
    .about-content {
        position: relative;
        width: 100%;
        max-width: 100%;
        transform: none !important;
    }

    .about-section .about-img {
        height: auto;
        width: 100%;
    }

    .about-section .section-title {
        margin-bottom: 50px;
    }
}

@media (max-width: 991px) {
    .about-section {
        padding: 60px 0 0 0;
    }
}

/*--- About Section Style End ---*/

/*--- Contact Section Style Start ---*/
.contact-section {
    background-color: #F3F3F3;
    padding: 100px 0;
}

.h-hidden {
    position: relative;
}

.contact-section h3 {
    letter-spacing: 3px;
    margin-bottom: 20px;
    font-weight: 700;
    color: transparent;
    -webkit-text-stroke: 2px var(--color-secondary);
}

.contact-section .h-hidden h3:last-child {
    color: var(--color-secondary);
    position: absolute;
    left: 0;
    top: 0;
    /*width: 250px;*/
    overflow: hidden;
    -webkit-text-stroke: transprent;
    animation: diagonalRevealRTL 10s ease-in-out infinite;
}

@keyframes diagonalRevealRTL {
    0% {
        clip-path: polygon(0 0, 0 0, 100% 100%, 0% 100%);
    }
    50% {
        clip-path: polygon(22% 0, 58% 0, 100% 100%, 45% 100%);
    }
    75% {
        clip-path: polygon(100% 0, 100% 0, 100% 100%, 0 100%);
    }
    100% {
        clip-path: polygon(0 0, 0 0, 100% 100%, 0 100%);
    }
}


.contact-section p:last-child {
    margin-bottom: 0;
}

.contact-section p strong {
    font-weight: 600;
}


.contact-btns {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-end;
    max-width: 230px;
    margin-left: auto;
}

.contact-btns .button {
    width: 100%;
}

@media (max-width: 1023px) {
    .contact-btns {
        margin: 20px 0 0 0;
    }
}

@media (max-width: 991px) {
    .contact-section {
        background-color: #F3F3F3;
        padding: 60px 0;
    }
}

/*--- Contact Section Style End ---*/
/*--- Footer Style Start ---*/
.footer {
    padding: 80px 0 100px;
}

.footer .logo {
    margin-bottom: 23px;
}

.footer .grid-x {
    display: flex;
    justify-content: space-between;
}

.footer .cell:first-child {
    width: 30%;
}

.footer .cell:nth-child(2) {
    width: 45%;
}

.footer .cell:last-child {
    width: 20%;
}

.footer .ftr-map {
    margin: 0 auto;
    max-width: 390px;
}

#site-canvas .footer .contact-list {
    flex-direction: column;
    gap: 20px;
}

#site-canvas .footer .contact-list li {
    padding: 0 !important;
}

.footer .cell:last-child ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
}

.footer .cell:last-child li {
    width: 47%;
}

.footer h4,
.footer h5 {
    font-weight: 900;
    margin-bottom: 15px;
}

.footer h5 {
    font-size: 16px;
}

.footer a {
    color: var(--color-text);
}

.footer p {
    margin-bottom: 0;
}

.footer a:hover {
    color: var(--color-primary);
}

@media (max-width: 991px) {
    .footer {
        padding: 60px 0;
    }

    .footer .cell {
        width: 100% !important;
        max-width: 350px;
    }

    .footer .grid-x {
        row-gap: 35px;
    }

    .footer .ftr-map {
        margin: 0;
        max-width: 390px;
    }
}

/*--- Footer Style End ---*/
.slider-wrapper {
    max-height: 100vh !important;
    height: auto !important;
    background-color: transparent !important;
}

.slider-wrapper .slider.lean-slider {
    height: 100% !important;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}

.slider-wrapper #slider-control-nav {
    display: none !important;
}
.slider-wrapper {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0) !important;
}
.slider {
    background-color: transparent !important;
}

.swiper-slide {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box;
}
button {
    padding: 10px 25px;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.4;
    border-radius: 8px 8px 30px 8px;
    margin: 0;
    transition: 0.35s all ease-in-out;
    display: inline-flex
;
    gap: 15px;
    min-width: 120px;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: var(--title-fonts);
    border-width: 2px !important;
    background-color: var(--color-primary);
    color: var(--color-white);