:root {
    --Freshflow-font: "DM Sans", serif;
    --Freshflow-font-two: "Bricolage Grotesque", serif;
    --Freshflow-gray: #626f82;
    --Freshflow-gray-rgb: 98, 111, 130;
    --Freshflow-base: #2e72ff;
    --Freshflow-base-rgb: 46, 114, 255;
    --Freshflow-black: #05173d;
    --Freshflow-black-rgb: 5, 23, 61;
    --Freshflow-primary: #e30608;
    --Freshflow-primary-rgb: 244, 103, 68;
    --Freshflow-white: #ffffff;
    --Freshflow-white-rgb: 255, 255, 255;
    --Freshflow-extra: #ffd25d;
    --Freshflow-extra-rgb: 255, 210, 93;
    --Freshflow-secondary: #f2f2ff;
    --Freshflow-secondary-rgb: 242, 242, 255;
}

.row {
    --bs-gutter-x: 30px;
}

.gutter-y-24 {
    --bs-gutter-y: 30px;
}

body {
    font-family: var(--Freshflow-font);
    color: var(--Freshflow-gray);
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

body.locked {
    overflow: hidden;
}

a {
    color: var(--Freshflow-base);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

a,
a:hover,
a:focus,
a:visited {
    text-decoration: none;
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::placeholder {
    color: inherit;
    opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--Freshflow-font-two);
    color: var(--Freshflow-black);
    margin: 0;
}

p {
    margin: 0;
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 0;
    list-style-type: none;
    padding: 0px;
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::placeholder {
    color: inherit;
    opacity: 1;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
}

.container {
    padding-left: 15px;
    padding-right: 15px;
}

.list-unstyled {
    padding-left: 0;
}

@media (min-width: 1320px) {
    .container {
        max-width: 1320px;
    }
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::placeholder {
    color: inherit;
    opacity: 1;
}

#particles-js {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    opacity: 0.4;
    z-index: -1;
}

/*--------------------------------------------------------------
# Custom Cursor
--------------------------------------------------------------*/
.custom-cursor__cursor {
    width: 25px;
    height: 25px;
    border-radius: 100%;
    border: 1px solid var(--Freshflow-base);
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    position: fixed;
    pointer-events: none;
    left: 0;
    top: 0;
    -webkit-transform: translate(calc(-50% + 5px), -50%);
    transform: translate(calc(-50% + 5px), -50%);
    z-index: 999991;
}

.custom-cursor__cursor-two {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: var(--Freshflow-base);
    opacity: 0.3;
    position: fixed;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none;
    -webkit-transition:
        width 0.3s,
        height 0.3s,
        opacity 0.3s;
    transition:
        width 0.3s,
        height 0.3s,
        opacity 0.3s;
    z-index: 999991;
}

.custom-cursor__hover {
    background-color: var(--Freshflow-base);
    opacity: 0.4;
}

.custom-cursor__innerhover {
    width: 25px;
    height: 25px;
    opacity: 0.4;
}

/* Section Title Css */

.section-title {
    position: relative;
    display: block;
    margin-top: -5px;
    margin-bottom: 59px;
    z-index: 1;
}

.section-title__tagline-box {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.section-title__tagline-shape {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 2px solid var(--Freshflow-base);
    background-color: transparent;
    border-radius: 3px;
    transform: rotate(45deg);
}

.section-title__tagline-shape-2 {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: var(--Freshflow-base);
    border: 2px solid var(--Freshflow-white);
    border-radius: 3px;
    transform: rotate(45deg);
    margin-left: -8px;
}

.section-title__tagline {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: var(--Freshflow-base);
    font-weight: 600;
    /* text-transform: uppercase; */
}

.section-title__title {
    color: var(--Freshflow-black);
    font-size: 36px;
    line-height: 47px;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: -0.03em;
    margin-top: 10px;
}

.section-title__title span {
    color: var(--Freshflow-base);
}

.section-title__title .split-line {
    text-transform: none;
}

/* Thm Btn Css */

.thm-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    -webkit-appearance: none;
    appearance: none;
    outline: none !important;
    font-weight: 500;
    font-size: 15px;
    color: var(--Freshflow-white);
    background-color: var(--Freshflow-base);
    border: none;
    padding: 5px 15px 5px;
    padding-right: 8px;
    border-radius: 16px;
    transition: 0.5s ease-in-out;
    text-transform: capitalize;
    overflow: hidden;
    gap: 15px;
    z-index: 2;
    text-align: center;
}

.thm-btn::after {
    content: "";
    background-color: var(--Freshflow-black);
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    clip-path: circle(0% at 50% 50%);
    transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 0.8s;
    z-index: -1;
}

.thm-btn:hover:after {
    clip-path: circle(100% at 50% 50%);
    transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 4s;
}

.thm-btn span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    background-color: rgba(var(--Freshflow-white-rgb), 0.15);
    border-radius: 10px;
    font-size: 14px;
    color: var(--Freshflow-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.thm-btn:hover span {
    background-color: var(--Freshflow-white);
    color: var(--Freshflow-base);
    transition-delay: 200ms;
}

.thm-btn:hover span i {
    -webkit-animation: bounceright 0.3s alternate ease infinite;
    animation: bounceright 0.3s alternate ease infinite;
}

.thm-btn:hover {
    color: var(--Freshflow-white);
}

/*---------------------------------
     Preloader CSS
-----------------------------------*/
.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 20000;
    overflow-x: hidden !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader div {
    width: 20px;
    height: 20px;
    margin: 0 10px 0;
    border-radius: 50px;
    transform-origin: 50% 0;
    display: inline-block;
    animation: bouncing 1.4s linear infinite;
}

.loader div:last-child {
    margin: 0;
}

.loader div:nth-child(1) {
    background-color: rgba(var(--Freshflow-base-rgb), 1);
}

.loader div:nth-child(2) {
    background-color: rgba(var(--Freshflow-base-rgb), 0.7);
    animation-delay: 0.2s;
}

.loader div:nth-child(3) {
    background-color: rgba(var(--Freshflow-base-rgb), 0.4);
    animation-delay: 0.4s;
}

@keyframes bouncing {
    0%,
    100% {
        transform: translateY(0) scale(1, 1);
        animation-timing-function: ease-in;
    }

    45% {
        transform: translateY(50px) scale(1, 1);
        animation-timing-function: linear;
    }

    50% {
        transform: translateY(50px) scale(1.5, 0.5);
        animation-timing-function: linear;
    }

    55% {
        transform: translateY(50px) scale(1, 1);
        animation-timing-function: ease-out;
    }
}

/*** chat popup ***/

.chat-popup {
    position: fixed;
    left: -100%;
    bottom: 0px;
    width: 350px;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    background: var(--Freshflow-black);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.chat-popup.popup-visible {
    left: 0px;
    visibility: visible;
    opacity: 1;
}

.chat-popup .popup-inner {
    position: relative;
    display: block;
    padding: 40px 35px;
    padding-top: 32px;
}

.chat-popup .close-chat {
    position: absolute;
    display: flex;
    left: 0px;
    top: -55px;
    width: 50px;
    height: 50px;
    line-height: 44px;
    text-align: center;
    border-radius: 0px;
    font-size: 16px;
    color: #fff;
    background: var(--Freshflow-base);
    cursor: pointer;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    align-items: center;
    justify-content: center;
}

.chat-popup .popup-inner p {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    margin-bottom: 40px;
    color: rgba(255, 255, 255, 0.7);
}

.chat-popup .chat-form .form-group {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.chat-popup .chat-form .form-group:last-child {
    margin-bottom: 0px;
}

.chat-popup .chat-form .form-group input[type="text"],
.chat-popup .chat-form .form-group input[type="email"],
.chat-popup .chat-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
    padding: 10px 20px;
    background-color: rgba(255, 255, 255, 0.1);
    transition: all 500ms ease;
}

.chat-popup .chat-form .form-group textarea {
    height: 120px;
    resize: none;
}

.chat-popup .chat-form .form-group input:focus,
.chat-popup .chat-form .form-group textarea:focus {
    outline: none;
}

.chat-popup .chat-form .form-group button {
    width: auto;
}

.chat-popup .chat-form .form-group button.thm-btn:hover {
    color: var(--Freshflow-black);
}

.chat-popup .chat-form .form-group button.thm-btn::after {
    background-color: var(--Freshflow-white);
}

.chat-popup .chat-form .form-group button.thm-btn:hover span {
    background-color: var(--Freshflow-black);
    color: var(--Freshflow-white);
}

.chat-icon {
    position: fixed;
    display: inline-block;
    left: 30px;
    bottom: 45px;
    z-index: 99;
}

.chat-icon button {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 47px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    border-radius: 5px;
    background: var(--Freshflow-base);
    border: none;
    z-index: 1;
}

.chat-icon button:before {
    content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    background-color: rgba(var(--Freshflow-base-rgb), 0.2);
    border-radius: 5px;
    z-index: -1;
}

/* scroll to top */
.scroll-to-top {
    display: flex;
    align-items: center;
    width: auto;
    height: 35px;
    background: transparent;
    position: fixed;
    bottom: 60px;
    right: -12px;
    z-index: 99;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transform: rotate(-90deg);
    cursor: pointer;
    transition: all 0.2s ease;
}

.scroll-to-top:hover {
    color: var(--Freshflow-base);
}

.scroll-to-top__text {
    display: inline;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 700;
    margin-left: 10px;
}

.scroll-to-top__wrapper {
    display: inline-block;
    width: 30px;
    height: 4px;
    background-color: var(--Freshflow-base);
    position: relative;
    overflow: hidden;
}

.scroll-to-top__inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--Freshflow-black);
}

.scroll-to-top.show {
    opacity: 1;
    visibility: visible;
    bottom: 70px;
}

/***
=============================================
   Styled Pagination
=============================================
***/
.styled-pagination {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding-top: 40px;
}

.styled-pagination li {
    position: relative;
    display: inline-block;
    margin-right: 11px;
}

.styled-pagination li:last-child {
    margin-right: 0;
}

.styled-pagination li a {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 45px;
    background: transparent;
    border-radius: 0%;
    color: rgba(var(--Freshflow-gray-rgb), 0.5);
    font-size: 16px;
    line-height: 45px;
    font-weight: 600;
    border: 1px solid rgba(var(--Freshflow-gray-rgb), 0.5);
    text-align: center;
    transition: all 500ms ease;
    font-family: var(--Freshflow-font);
    z-index: 1;
}

.styled-pagination li:hover a,
.styled-pagination li.active a {
    color: var(--Freshflow-white);
    background: var(--Freshflow-base);
    border-color: var(--Freshflow-base);
}

.styled-pagination li.prev a,
.styled-pagination li.next a {
    border-radius: 0%;
    color: rgba(var(--Freshflow-gray-rgb), 0.5);
}

.styled-pagination li.prev a:hover,
.styled-pagination li.next a:hover {
    color: var(--Freshflow-white);
}

.styled-pagination li a span:before {
    position: relative;
    top: 0px;
    color: rgba(var(--Freshflow-gray-rgb), 0.5);
    font-size: 14px;
    font-weight: 700;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.styled-pagination li a:hover span:before,
.styled-pagination li.active a span:before {
    color: var(--Freshflow-white);
}

/** xs sidebar **/
.xs-sidebar-group .xs-overlay {
    left: 0%;
    top: 0;
    position: fixed;
    height: 100%;
    opacity: 0;
    width: 100%;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in 0.8s;
    -o-transition: all 0.4s ease-in 0.8s;
    transition: all 0.4s ease-in 0.8s;
    cursor: pointer;
    z-index: 9999;
}

.xs-sidebar-group.isActive .xs-overlay {
    opacity: 0.8;
    visibility: visible;
    -webkit-transition: all 0.8s ease-out 0s;
    -o-transition: all 0.8s ease-out 0s;
    transition: all 0.8s ease-out 0s;
    right: 100%;
}

.xs-sidebar-group .widget-heading {
    position: absolute;
    top: 0;
    right: 0;
    padding: 25px;
}

.xs-sidebar-group .widget-heading a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.xs-sidebar-group .widget-heading a:hover {
    color: var(--Freshflow-base);
    border-color: var(--Freshflow-base);
}

.xs-sidebar-widget {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 360px;
    z-index: 999999;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    -o-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    visibility: hidden;
    opacity: 0;
}

.xs-sidebar-group.isActive .xs-sidebar-widget {
    opacity: 1;
    visibility: visible;
    left: 0;
    background-color: var(--Freshflow-black);
    -webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
    -o-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
    transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
}

.sidebar-textwidget {
    padding: 70px 30px;
}

.sidebar-widget-container {
    position: relative;
    top: 150px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in 0.3s;
    -o-transition: all 0.3s ease-in 0.3s;
    transition: all 0.3s ease-in 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.xs-sidebar-group.isActive .sidebar-widget-container {
    top: 0px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 1s ease-out 1.2s;
    -o-transition: all 1s ease-out 1.2s;
    transition: all 1s ease-out 1.2s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.xs-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.8;
    z-index: 0;
}

.xs-bg-black {
    background-color: #000000;
}

.xs-sidebar-group .content-inner .logo {
    position: relative;
    max-width: 172px;
    width: 100%;
    margin-bottom: 30px;
}

.xs-sidebar-group .content-inner h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.xs-sidebar-group .content-inner .content-box {
    margin-bottom: 30px;
    padding-right: 15px;
}

.xs-sidebar-group .content-inner .content-box p {
    color: #ffffff;
}

.xs-sidebar-group .content-inner .form-inner .form-group {
    position: relative;
    margin-bottom: 20px;
}

.xs-sidebar-group .content-inner .form-inner .form-group:last-child {
    margin-bottom: 0px;
}

.xs-sidebar-group .content-inner .form-inner .form-group input[type="text"],
.xs-sidebar-group .content-inner .form-inner .form-group input[type="email"],
.xs-sidebar-group .content-inner .form-inner .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    font-size: 15px;
    padding: 10px 20px;
    color: #848484;
    border: none;
    border-radius: 10px;
    outline: none;
    transition: all 500ms ease;
}

.xs-sidebar-group .content-inner .form-inner .form-group .form-inner__btn {
    border: none;
    outline: none;
    background-color: var(--Freshflow-white);
    color: var(--Freshflow-black);
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    padding: 13px 45px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.xs-sidebar-group
    .content-inner
    .form-inner
    .form-group
    .form-inner__btn:hover {
    color: var(--Freshflow-white);
}

.xs-sidebar-group
    .content-inner
    .form-inner
    .form-group
    .form-inner__btn:after {
    background-color: var(--Freshflow-base);
}

.xs-sidebar-group .content-inner .form-inner .form-group textarea {
    resize: none;
    height: 120px;
}

.xs-sidebar-group .content-inner .form-inner .form-group input:focus,
.xs-sidebar-group .content-inner .form-inner .form-group textarea:focus {
    border-color: #00224f;
}

/*--------------------------------------------------------------
# Navigations One
--------------------------------------------------------------*/
.main-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: transparent;
    transition: all 500ms ease;
    z-index: 999;
}

.main-menu__top {
    position: relative;
    display: block;
    background-color: var(--Freshflow-base);
}

.main-menu__top-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.main-menu__contact-list {
    position: relative;
    display: flex;
    align-items: center;
}

.main-menu__contact-list li {
    position: relative;
    display: flex;
    align-items: center;
}

.main-menu__contact-list li + li {
    margin-left: 46px;
}

.main-menu__contact-list li:before {
    content: "";
    position: absolute;
    top: -3px;
    bottom: -3px;
    left: -23px;
    width: 1px;
    background-color: rgba(var(--Freshflow-white-rgb), 0.3);
}

.main-menu__contact-list li:first-child:before {
    display: none;
}

.main-menu__contact-list li .icon {
    position: relative;
    display: flex;
    align-items: center;
}

.main-menu__contact-list li .icon i {
    font-size: 16px;
    color: var(--Freshflow-extra);
    position: relative;
    display: inline-block;
}

.main-menu__contact-list li .text {
    margin-left: 10px;
}

.main-menu__contact-list li .text p {
    font-size: 16px;
    line-height: 16px;
    color: var(--Freshflow-white);
    font-weight: 500;
}

.main-menu__contact-list li .text p a {
    color: var(--Freshflow-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu__contact-list li .text p a:hover {
    color: var(--Freshflow-extra);
}

.main-menu__top-social-box {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    background: linear-gradient(90deg, rgba(5, 42, 122, 0.69) 0%, #05173d 100%);
    border-radius: 4px;
    padding: 12px 25px 12px;
}

.main-menu__top-social-title {
    font-size: 16px;
    font-weight: 500;
    color: var(--Freshflow-white);
    font-family: var(--Freshflow-font);
}

.main-menu__top-social {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    z-index: 1;
}

.main-menu__top-social a {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    color: var(--Freshflow-white);
    border-radius: 50%;
    font-size: 14px;
    height: 32px;
    width: 32px;
    border: 1px solid var(--Freshflow-gray);
    transform: rotate(0);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.main-menu__top-social a:hover {
    color: var(--Freshflow-white);
    border: 1px solid var(--Freshflow-base);
}

.main-menu__top-social a:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: var(--Freshflow-base);
    border-radius: 50%;
    transform: scale(0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    z-index: -1;
}

.main-menu__top-social a:hover:before {
    transform: scaleX(1);
}

.main-menu {
    display: block;
}

.main-menu__wrapper {
    position: relative;
    display: block;
}

.main-menu__wrapper:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid rgba(var(--Freshflow-black-rgb), 0.1);
    z-index: -1;
}

.main-menu__wrapper-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.main-menu__left {
    display: block;
}

.main-menu__logo {
    display: block;
    padding: 10px 0 10px;
}

.main-menu__main-menu-box {
    display: block;
}

.main-menu__right {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    padding: 25px 0;
}

.main-menu__search-cart-box {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.main-menu__search-box {
    position: relative;
    display: block;
}

.main-menu__search {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    width: 48px;
    border: 1px solid #dbe7ff;
    border-radius: 50%;
    font-size: 18px;
    color: var(--Freshflow-gray);
    background-color: var(--Freshflow-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu__search:hover {
    color: var(--Freshflow-white);
    background-color: var(--Freshflow-base);
    border: 1px solid var(--Freshflow-base);
}

.main-menu__cart {
    position: relative;
    display: block;
}

.main-menu__cart a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    width: 48px;
    border: 1px solid #dbe7ff;
    border-radius: 50%;
    font-size: 18px;
    color: var(--Freshflow-gray);
    background-color: var(--Freshflow-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu__cart a:hover {
    color: var(--Freshflow-white);
    background-color: var(--Freshflow-base);
    border: 1px solid var(--Freshflow-base);
}

.main-menu__btn-box {
    position: relative;
    display: block;
}

.main-menu__btn {
    position: relative;
    display: block;
}

.main-menu__btn a {
    position: relative;
    display: inline-flex;
    align-items: center;
    background-color: var(--Freshflow-primary);
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    color: var(--Freshflow-white);
    padding: 13px 25px 13px;
    border-radius: 25px;
    gap: 10px;
    overflow: hidden;
    font-family: var(--Freshflow-font-two);
    border: none;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.main-menu__btn a span {
    font-size: 24px;
    position: relative;
    display: flex;
    align-items: center;
}

.main-menu__btn a::before {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 10%;
    height: 10%;
    background-color: rgba(var(--Freshflow-black-rgb), 1);
    background-position: left center;
    transition-timing-function: ease-in-out;
    transition-property: all;
    transform-origin: left;
    transform-style: preserve-3d;
    transform: scaleX(1);
    opacity: 0;
    transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 0.8s;
    z-index: -1;
}

.main-menu__btn a:hover::before {
    opacity: 1;
    width: 120%;
    height: 200%;
    transform: scaleX(1);
    transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 2s;
}

.stricky-header.main-menu {
    background-color: var(--Freshflow-white);
}

.main-menu .main-menu__list,
.main-menu .main-menu__list > li > ul,
.main-menu .main-menu__list > li > ul > li > ul,
.stricky-header .main-menu__list,
.stricky-header .main-menu__list > li > ul,
.stricky-header .main-menu__list > li > ul > li > ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
}

@media (min-width: 1200px) {
    .main-menu .main-menu__list,
    .main-menu .main-menu__list > li > ul,
    .main-menu .main-menu__list > li > ul > li > ul,
    .stricky-header .main-menu__list,
    .stricky-header .main-menu__list > li > ul,
    .stricky-header .main-menu__list > li > ul > li > ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.main-menu .main-menu__list > li,
.stricky-header .main-menu__list > li {
    padding-top: 41px;
    padding-bottom: 41px;
    position: relative;
}

.main-menu .main-menu__list > li + li,
.stricky-header .main-menu__list > li + li {
    margin-left: 35px;
}

.main-menu .main-menu__list > li > a,
.stricky-header .main-menu__list > li > a {
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--Freshflow-gray);
    font-family: var(--Freshflow-font-two);
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 18px;
}

.main-menu .main-menu__list > li.current > a,
.main-menu .main-menu__list > li:hover > a,
.stricky-header .main-menu__list > li.current > a,
.stricky-header .main-menu__list > li:hover > a {
    color: var(--Freshflow-base);
}

.main-menu .main-menu__list > li > a::before,
.stricky-header .main-menu__list > li > a::before {
    content: "";
    height: 2px;
    border-radius: 0px;
    background-color: var(--Freshflow-base);
    position: absolute;
    bottom: -3px;
    left: 0px;
    right: 0px;
    transition: transform 500ms ease;
    transform: scale(0, 1);
    transform-origin: left center;
    z-index: 1;
}

.main-menu .main-menu__list > li.current > a::before,
.main-menu .main-menu__list > li:hover > a::before,
.stricky-header .main-menu__list > li.current > a::before,
.stricky-header .main-menu__list > li:hover > a::before {
    transform: scale(1, 1);
    transform-origin: right center;
}

.main-menu .main-menu__list > li.dropdown > a {
    padding-right: 15px;
}

.main-menu .main-menu__list > li.dropdown > a:after {
    position: absolute;
    top: 60%;
    right: 0;
    font-family: "Font Awesome 5 Pro";
    content: "\f107";
    font-size: 15px;
    color: var(--Freshflow-gray);
    transform: translateY(-50%);
    font-weight: 400;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.main-menu .main-menu__list > li.current > a::after,
.main-menu .main-menu__list > li:hover > a::after,
.stricky-header .main-menu__list > li.current > a::after,
.stricky-header .main-menu__list > li:hover > a::after {
    color: var(--Freshflow-base);
}

.main-menu .main-menu__list > li > ul,
.main-menu .main-menu__list > li > ul > li > ul,
.stricky-header .main-menu__list > li > ul,
.stricky-header .main-menu__list > li > ul > li > ul {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 270px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    opacity: 0;
    visibility: hidden;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: scaleY(0) translateZ(100px);
    transform: scaleY(0) translateZ(100px);
    -webkit-transition:
        opacity 500ms ease,
        visibility 500ms ease,
        -webkit-transform 700ms ease;
    transition:
        opacity 500ms ease,
        visibility 500ms ease,
        -webkit-transform 700ms ease;
    transition:
        opacity 500ms ease,
        visibility 500ms ease,
        transform 700ms ease;
    transition:
        opacity 500ms ease,
        visibility 500ms ease,
        transform 700ms ease,
        -webkit-transform 700ms ease;
    z-index: 99;
    background-color: rgb(255, 255, 255);
    padding: 31px 20px 31px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.shadow-box {
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}

.main-menu .main-menu__list > li > ul > li > ul > li > ul,
.stricky-header .main-menu__list > li > ul > li > ul > li > ul {
    display: none;
}

.main-menu .main-menu__list > li:hover > ul,
.main-menu .main-menu__list > li > ul > li:hover > ul,
.stricky-header .main-menu__list > li:hover > ul,
.stricky-header .main-menu__list > li > ul > li:hover > ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1) translateZ(0px);
    transform: scaleY(1) translateZ(0px);
}

.main-menu .main-menu__list > li > ul > li,
.main-menu .main-menu__list > li > ul > li > ul > li,
.stricky-header .main-menu__list > li > ul > li,
.stricky-header .main-menu__list > li > ul > li > ul > li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    width: 100%;
    position: relative;
}

.main-menu .main-menu__list > li > ul > li + li,
.main-menu .main-menu__list > li > ul > li > ul > li + li,
.stricky-header .main-menu__list > li > ul > li + li,
.stricky-header .main-menu__list > li > ul > li > ul > li + li {
    border-top: none;
    margin-top: 0px;
}

.main-menu .main-menu__list > li > ul > li > a,
.main-menu .main-menu__list > li > ul > li > ul > li > a,
.stricky-header .main-menu__list > li > ul > li > a,
.stricky-header .main-menu__list > li > ul > li > ul > li > a {
    position: relative;
    font-size: 16px;
    line-height: 16px;
    color: var(--Freshflow-gray);
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding: 12px 20px 12px;
    -webkit-transition: 500ms;
    transition: 500ms;
    background-color: var(--Freshflow-white);
    border-radius: 10px;
    font-family: var(--Freshflow-font-two);
}

.main-menu .main-menu__list > li > ul > li:hover > a,
.main-menu .main-menu__list > li > ul > li > ul > li:hover > a,
.main-menu .mega-menu-column > ul > li > ul > li:hover > a,
.stricky-header .main-menu__list > li > ul > li:hover > a,
.stricky-header .main-menu__list > li > ul > li > ul > li:hover > a {
    background-color: var(--Freshflow-secondary);
    color: var(--Freshflow-black);
}

.main-menu .main-menu__list > li > ul > li > a::before,
.main-menu .main-menu__list > li > ul > li > ul > li > a::before,
.main-menu .mega-menu-column > ul > li > ul > li > a::before,
.stricky-header .main-menu__list > li > ul > li > a::before,
.stricky-header .main-menu__list > li > ul > li > ul > li > a::before {
    position: absolute;
    top: 50%;
    right: 20px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f105";
    font-size: 14px;
    color: var(--Freshflow-base);
    transform: translateY(-50%) scale(0);
    -webkit-transition: 500ms;
    transition: 500ms;
}

.main-menu .main-menu__list > li > ul > li:hover > a::before,
.main-menu .main-menu__list > li > ul > li > ul > li:hover > a::before,
.stricky-header .main-menu__list > li > ul > li:hover > a::before,
.stricky-header .main-menu__list > li > ul > li > ul > li:hover > a::before {
    transform: translateY(-50%) scale(1);
}

.main-menu .main-menu__list > li > ul > li > ul,
.stricky-header .main-menu__list > li > ul > li > ul {
    top: 0;
    left: 100%;
}

.main-menu .main-menu__list li ul li > ul.right-align,
.stricky-header .main-menu__list li ul li > ul.right-align {
    top: 0;
    left: auto;
    right: 100%;
}

.main-menu .main-menu__list > li > ul > li > ul,
.stricky-header .main-menu__list > li > ul > li > ul {
    top: 0;
    left: 100%;
    border-left: 2px solid transparent;
    background-color: var(--Freshflow-white);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
    padding: 0px;
    border-radius: 10px;
}

.main-menu-four__main-menu-box .main-menu__list > .megamenu,
.main-menu-three__main-menu-box .main-menu__list > .megamenu,
.main-menu-two__main-menu-box .main-menu__list > .megamenu,
.main-menu__wrapper .main-menu__list > .megamenu {
    position: static;
}

.main-menu-four__main-menu-box .main-menu__list > .megamenu > ul,
.main-menu-three__main-menu-box .main-menu__list > .megamenu > ul,
.main-menu-two__main-menu-box .main-menu__list > .megamenu > ul,
.main-menu__wrapper .main-menu__list > .megamenu > ul {
    top: 100% !important;
    left: 0 !important;
    right: 0 !important;
    background-color: transparent;
}

.main-menu-three__main-menu-box .main-menu__list > .megamenu > ul > li,
.main-menu-two__main-menu-box .main-menu__list > .megamenu > ul > li,
.main-menu__wrapper .main-menu__list > .megamenu > ul > li {
    padding: 0 !important;
}

.stricky-header {
    position: fixed;
    z-index: 991;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    visibility: hidden;
    -webkit-transform: translateY(-120%);
    transform: translateY(-120%);
    -webkit-transition:
        visibility 500ms ease,
        -webkit-transform 500ms ease;
    transition:
        visibility 500ms ease,
        -webkit-transform 500ms ease;
    transition:
        transform 500ms ease,
        visibility 500ms ease;
    transition:
        transform 500ms ease,
        visibility 500ms ease,
        -webkit-transform 500ms ease;
    -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}

@media (max-width: 1199px) {
    .stricky-header {
        display: none !important;
    }
}

.stricky-header.stricky-fixed {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
}

.stricky-header .main-menu__inner {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-right: 0;
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
}

.mobile-nav__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: 10px;
}

@media (min-width: 1200px) {
    .mobile-nav__buttons {
        display: none;
    }
}

.mobile-nav__buttons a {
    font-size: 20px;
    color: var(--Freshflow-base);
    cursor: pointer;
}

.mobile-nav__buttons a + a {
    margin-left: 10px;
}

.mobile-nav__buttons a:hover {
    color: var(--Freshflow-base);
}

.main-menu .mobile-nav__toggler {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 20px;
    color: var(--Freshflow-black);
    cursor: pointer;
    -webkit-transition: 500ms;
    transition: 500ms;
}

.main-menu .mobile-nav__toggler:hover {
    color: var(--Freshflow-base);
}

@media (min-width: 1200px) {
    .main-menu .mobile-nav__toggler {
        display: none;
    }
}

/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition:
        visibility 500ms ease 500ms,
        -webkit-transform 500ms ease 500ms;
    transition:
        visibility 500ms ease 500ms,
        -webkit-transform 500ms ease 500ms;
    transition:
        transform 500ms ease 500ms,
        visibility 500ms ease 500ms;
    transition:
        transform 500ms ease 500ms,
        visibility 500ms ease 500ms,
        -webkit-transform 500ms ease 500ms;
    visibility: hidden;
}

.mobile-nav__wrapper .container {
    padding-left: 0;
    padding-right: 0;
}

.mobile-nav__wrapper.expanded {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    visibility: visible;
    -webkit-transition:
        visibility 500ms ease 0ms,
        -webkit-transform 500ms ease 0ms;
    transition:
        visibility 500ms ease 0ms,
        -webkit-transform 500ms ease 0ms;
    transition:
        transform 500ms ease 0ms,
        visibility 500ms ease 0ms;
    transition:
        transform 500ms ease 0ms,
        visibility 500ms ease 0ms,
        -webkit-transform 500ms ease 0ms;
}

.mobile-nav__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    opacity: 0.5;
    cursor: pointer;
}

.mobile-nav__content {
    width: 300px;
    background-color: var(--Freshflow-black);
    z-index: 10;
    position: relative;
    height: 100%;
    overflow-y: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition:
        opacity 500ms ease 0ms,
        visibility 500ms ease 0ms,
        -webkit-transform 500ms ease 0ms;
    transition:
        opacity 500ms ease 0ms,
        visibility 500ms ease 0ms,
        -webkit-transform 500ms ease 0ms;
    transition:
        opacity 500ms ease 0ms,
        visibility 500ms ease 0ms,
        transform 500ms ease 0ms;
    transition:
        opacity 500ms ease 0ms,
        visibility 500ms ease 0ms,
        transform 500ms ease 0ms,
        -webkit-transform 500ms ease 0ms;
}

.mobile-nav__wrapper.expanded .mobile-nav__content {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition:
        opacity 500ms ease 500ms,
        visibility 500ms ease 500ms,
        -webkit-transform 500ms ease 500ms;
    transition:
        opacity 500ms ease 500ms,
        visibility 500ms ease 500ms,
        -webkit-transform 500ms ease 500ms;
    transition:
        opacity 500ms ease 500ms,
        visibility 500ms ease 500ms,
        transform 500ms ease 500ms;
    transition:
        opacity 500ms ease 500ms,
        visibility 500ms ease 500ms,
        transform 500ms ease 500ms,
        -webkit-transform 500ms ease 500ms;
}

.mobile-nav__content .logo-box {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.mobile-nav__close {
    position: absolute;
    top: 20px;
    right: 15px;
    font-size: 18px;
    color: var(--Freshflow-white);
    cursor: pointer;
}

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list > li > ul,
.mobile-nav__content .main-menu__list > li > ul > li > ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.mobile-nav__content .main-menu__list > li > ul,
.mobile-nav__content .main-menu__list > li > ul > li > ul {
    display: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-left: 0.5em;
}

.mobile-nav__content .main-menu__list > li:not(:last-child),
.mobile-nav__content .main-menu__list > li > ul > li:not(:last-child),
.mobile-nav__content
    .main-menu__list
    > li
    > ul
    > li
    > ul
    > li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__content .main-menu__list > li > a > .main-menu-border {
    display: none !important;
}

.mobile-nav__content .main-menu__list > li > a,
.mobile-nav__content .main-menu__list > li > ul > li > a,
.mobile-nav__content .main-menu__list > li > ul > li > ul > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 30px;
    color: #ffffff;
    font-size: 14px;
    font-family: var(--Freshflow-font, "Rubik", sans-serif);
    font-weight: 500;
    height: 46px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 500ms;
    transition: 500ms;
}

.mobile-nav__content
    .main-menu__list
    > li
    > a.expanded
    .mobile-nav__content
    .main-menu__list
    > li
    > ul
    > li
    > a.expanded
    .mobile-nav__content
    .main-menu__list
    > li
    > ul
    > li
    > ul
    > li
    > a.expanded {
    color: var(--Freshflow-base);
}

.mobile-nav__content .main-menu__list li a.expanded {
    color: var(--Freshflow-base);
}

.mobile-nav__content .main-menu__list > li > a > button,
.mobile-nav__content .main-menu__list > li > ul > li > a > button,
.mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button {
    width: 30px;
    height: 30px;
    background-color: var(--Freshflow-base);
    border: none;
    outline: none;
    color: #fff;
    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;
    text-align: center;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: -webkit-transform 500ms ease;
    transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
    transition:
        transform 500ms ease,
        -webkit-transform 500ms ease;
    padding: 0;
}

.mobile-nav__content .main-menu__list > li > a > button.expanded,
.mobile-nav__content .main-menu__list > li > ul > li > a > button.expanded,
.mobile-nav__content
    .main-menu__list
    > li
    > ul
    > li
    > ul
    > li
    > a
    > button.expanded {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    background-color: #fff;
    color: var(--Freshflow-base);
}

/* no menu after 2rd level dropdown */
.mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button,
.mobile-nav__content .main-menu__list > li > ul > li > ul > li > ul {
    display: none !important;
}

.mobile-nav__content .main-menu__list li.cart-btn span {
    position: relative;
    top: auto;
    right: auto;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.mobile-nav__content .main-menu__list li.cart-btn i {
    font-size: 16px;
}

.mobile-nav__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
}

.mobile-nav__top .main-menu__login a {
    color: var(--Freshflow-text-dark);
}

.mobile-nav__container {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mobile-nav__social a {
    font-size: 16px;
    color: var(--Freshflow-white);
    -webkit-transition: 500ms;
    transition: 500ms;
}

.mobile-nav__social a + a {
    margin-left: 30px;
}

.mobile-nav__social a:hover {
    color: var(--Freshflow-base);
}

.mobile-nav__contact {
    margin-bottom: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}

.mobile-nav__contact li {
    color: var(--Freshflow-text-dark);
    font-size: 14px;
    font-weight: 500;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mobile-nav__contact li + li {
    margin-top: 15px;
}

.mobile-nav__contact li a {
    color: #ffffff;
    -webkit-transition: 500ms;
    transition: 500ms;
}

.mobile-nav__contact li a:hover {
    color: var(--Freshflow-base);
}

.mobile-nav__contact li > i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--Freshflow-base);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    font-size: 11px;
    margin-right: 10px;
    color: #fff;
}

.mobile-nav__container .main-logo,
.mobile-nav__container .topbar__buttons,
.mobile-nav__container .main-menu__language,
.mobile-nav__container .main-menu__login {
    display: none;
}

/*--------------------------------------------------------------
# Home Showcase
--------------------------------------------------------------*/
.home-showcase {
    margin-top: -31px;
    margin-bottom: -31px;
}

.home-showcase__inner {
    padding: 40px 42px 30px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.home-showcase .row {
    --bs-gutter-x: 42px;
    --bs-gutter-y: 20px;
}

.home-showcase__item {
    position: relative;
    display: block;
    margin-bottom: 7px;
}

.home-showcase__image {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.home-showcase__image > img {
    width: 100%;
    transition: filter 500ms ease;
    filter: blur(0px);
}

.home-showcase__image:hover > img {
    filter: blur(2px);
}

.home-showcase__image:hover .home-showcase__buttons {
    transform: scale(1, 1);
    opacity: 1;
    transform-origin: top center;
}

.home-showcase__buttons {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    transform: scale(1, 0);
    transition:
        transform 500ms ease,
        opacity 600ms linear;
    transform-origin: bottom center;
    opacity: 0;
    background-color: rgba(var(--Freshflow-black-rgb), 0.7);
}

.home-showcase__buttons__item {
    justify-content: center;
}

.home-showcase__buttons__item::after {
    background-color: var(--Freshflow-white);
}

.home-showcase__buttons__item:hover {
    color: var(--Freshflow-black);
}

.home-showcase__buttons__item:hover span {
    background-color: rgba(var(--Freshflow-black-rgb), 1);
    color: var(--Freshflow-white);
}

.home-showcase__buttons__item + .home-showcase__buttons__item {
    margin-top: 10px;
}

.home-showcase__title {
    margin: 0;
    text-align: center;
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    color: var(--Freshflow-black);
    margin-top: 18px;
    text-transform: capitalize;
    font-family: var(--Freshflow-font);
}

.mobile-nav__wrapper .home-showcase .row [class*="col-"] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.mobile-nav__wrapper .home-showcase__inner {
    padding: 15px 0px;
    background-color: rgba(0, 0, 0, 0);
}

.mobile-nav__wrapper .home-showcase__title {
    color: var(--Freshflow-white, #ffffff);
}

.mobile-nav__content .home-showcase {
    margin-top: 0;
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# Navigations Two
--------------------------------------------------------------*/
.main-header-two {
    position: relative;
    display: block;
    background: transparent;
    transition: all 500ms ease;
    z-index: 999;
}

.main-header-two__wrap {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.main-header-two__logo {
    position: relative;
    display: block;
    width: 270px;
    text-align: center;
}

.main-header-two__logo a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0;
}

.main-header-two__content {
    flex: 1;
    display: block;
    border-left: 1px solid #e7e7e7;
}

.main-menu-two__top {
    position: relative;
    display: block;
    background-color: var(--Freshflow-base);
}

.main-menu-two__top-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 9px 48px 9px;
}

.main-menu-two__contact-list {
    position: relative;
    display: flex;
    align-items: center;
}

.main-menu-two__contact-list li {
    position: relative;
    display: flex;
    align-items: center;
}

.main-menu-two__contact-list li + li {
    margin-left: 46px;
}

.main-menu-two__contact-list li:before {
    content: "";
    position: absolute;
    top: -3px;
    bottom: -3px;
    left: -23px;
    width: 1px;
    background-color: rgba(var(--Freshflow-white-rgb), 0.3);
}

.main-menu-two__contact-list li:first-child:before {
    display: none;
}

.main-menu-two__contact-list li .icon {
    position: relative;
    display: flex;
    align-items: center;
}

.main-menu-two__contact-list li .icon i {
    font-size: 16px;
    color: var(--Freshflow-extra);
    position: relative;
    display: inline-block;
}

.main-menu-two__contact-list li .text {
    margin-left: 10px;
}

.main-menu-two__contact-list li .text p {
    font-size: 16px;
    line-height: 16px;
    color: var(--Freshflow-white);
    font-weight: 500;
}

.main-menu-two__contact-list li .text p a {
    color: var(--Freshflow-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu-two__contact-list li .text p a:hover {
    color: var(--Freshflow-extra);
}

.main-menu-two__top-social-box {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.main-menu-two__top-social-title {
    font-size: 16px;
    font-weight: 500;
    color: var(--Freshflow-white);
    font-family: var(--Freshflow-font);
}

.main-menu-two__top-social {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    z-index: 1;
}

.main-menu-two__top-social a {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    color: var(--Freshflow-white);
    border-radius: 50%;
    font-size: 14px;
    height: 32px;
    width: 32px;
    border: 1px solid rgba(var(--Freshflow-white-rgb), 0.3);
    transform: rotate(0);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.main-menu-two__top-social a:hover {
    color: var(--Freshflow-black);
    border: 1px solid var(--Freshflow-white);
}

.main-menu-two__top-social a:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: var(--Freshflow-white);
    border-radius: 50%;
    transform: scale(0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    z-index: -1;
}

.main-menu-two__top-social a:hover:before {
    transform: scaleX(1);
}

.main-menu-two__wrapper {
    display: block;
}

.main-menu-two__wrapper-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 48px 0;
}

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

.main-menu-two__logo {
    display: none;
}

.main-menu-two__call {
    position: relative;
    display: flex;
    align-items: center;
}

.main-menu-two__call-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    width: 48px;
    background-color: var(--Freshflow-extra);
    border-radius: 50%;
    color: var(--Freshflow-black);
    font-size: 23px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu-two__call-icon:hover {
    background-color: var(--Freshflow-base);
    color: var(--Freshflow-white);
}

.main-menu-two__call-content {
    margin-left: 15px;
    position: relative;
    flex: 1;
}

.main-menu-two__call-sub-title {
    font-size: 16px;
    font-weight: 500;
    color: var(--Freshflow-gray);
    line-height: 16px;
    font-family: var(--Freshflow-font-two);
}

.main-menu-two__call-number {
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    margin-top: 6px;
}

.main-menu-two__call-number a {
    color: var(--Freshflow-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu-two__call-number a:hover {
    color: var(--Freshflow-base);
}

.main-menu-two__main-menu-box {
    display: block;
}

.main-menu-two__right {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.main-menu-two__search-box {
    position: relative;
    display: block;
}

.main-menu-two__search-form {
    position: relative;
    display: block;
    width: 250px;
}

.main-menu-two__search-form input[type="search"] {
    display: block;
    outline: none;
    background-color: transparent;
    font-size: 14px;
    font-weight: 400;
    padding-left: 20px;
    height: 45px;
    width: 100%;
    line-height: 45px;
    padding-right: 55px;
    border: 1px solid #e7e7e7;
    color: var(--Freshflow-gray);
    border-radius: 23px;
}

.main-menu-two__search-form button[type="submit"] {
    color: var(--Freshflow-white);
    font-size: 16px;
    position: absolute;
    top: 50%;
    right: 2px;
    width: 40px;
    height: 40px;
    outline: none;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transform: translateY(-50%);
    background-color: var(--Freshflow-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu-two__search-form button[type="submit"]:hover {
    background-color: var(--Freshflow-primary);
}

.main-menu-two__nav-sidebar-icon {
    position: relative;
    display: block;
    margin-left: 26px;
}

.main-menu-two__nav-sidebar-icon .navSidebar-button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    width: 45px;
    background-color: var(--Freshflow-primary);
    font-size: 18px;
    color: var(--Freshflow-white);
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu-two__nav-sidebar-icon .navSidebar-button:before {
    content: "";
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: -12px;
    width: 2px;
    background-color: #e7e7e7;
}

.main-menu-two__nav-sidebar-icon .navSidebar-button:hover {
    background-color: var(--Freshflow-black);
}

.stricky-header.main-menu-two {
    background-color: var(--Freshflow-white);
}

.stricky-header .main-menu-two__logo {
    display: block;
}

.stricky-header .main-menu-two__call {
    display: none;
}

.stricky-header .main-menu-two__wrapper-inner {
    max-width: 1320px;
    padding: 0 15px 0;
    width: 100%;
    margin: 0 auto 0;
}

/*--------------------------------------------------------------
# Navigations Three
--------------------------------------------------------------*/
.main-header-three {
    position: relative;
    display: block;
    z-index: 999;
}

.main-menu-three__top {
    position: relative;
    display: block;
    background-color: var(--Freshflow-black);
}

.main-menu-three__top-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 9px 0px 9px;
}

.main-menu-three__contact-list {
    position: relative;
    display: flex;
    align-items: center;
}

.main-menu-three__contact-list li {
    position: relative;
    display: flex;
    align-items: center;
}

.main-menu-three__contact-list li + li {
    margin-left: 46px;
}

.main-menu-three__contact-list li:before {
    content: "";
    position: absolute;
    top: -3px;
    bottom: -3px;
    left: -23px;
    width: 1px;
    background-color: rgba(var(--Freshflow-white-rgb), 0.3);
}

.main-menu-three__contact-list li:first-child:before {
    display: none;
}

.main-menu-three__contact-list li .icon {
    position: relative;
    display: flex;
    align-items: center;
}

.main-menu-three__contact-list li .icon i {
    font-size: 16px;
    color: var(--Freshflow-extra);
    position: relative;
    display: inline-block;
}

.main-menu-three__contact-list li .text {
    margin-left: 10px;
}

.main-menu-three__contact-list li .text p {
    font-size: 16px;
    line-height: 16px;
    color: var(--Freshflow-white);
    font-weight: 500;
}

.main-menu-three__contact-list li .text p a {
    color: var(--Freshflow-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu-three__contact-list li .text p a:hover {
    color: var(--Freshflow-extra);
}

.main-menu-three__top-social-box {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.main-menu-three__top-social-title {
    font-size: 16px;
    font-weight: 500;
    color: var(--Freshflow-white);
    font-family: var(--Freshflow-font);
}

.main-menu-three__top-social {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    z-index: 1;
}

.main-menu-three__top-social a {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    color: var(--Freshflow-white);
    border-radius: 50%;
    font-size: 14px;
    height: 32px;
    width: 32px;
    border: 1px solid rgba(var(--Freshflow-white-rgb), 0.3);
    transform: rotate(0);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.main-menu-three__top-social a:hover {
    color: var(--Freshflow-black);
    border: 1px solid var(--Freshflow-white);
}

.main-menu-three__top-social a:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: var(--Freshflow-white);
    border-radius: 50%;
    transform: scale(0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    z-index: -1;
}

.main-menu-three__top-social a:hover:before {
    transform: scaleX(1);
}

.main-menu-three__wrapper {
    position: relative;
    display: block;
    background-color: var(--Freshflow-white) !important;
}

.main-menu-three__wrapper:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid rgba(var(--Freshflow-black-rgb), 0.1);
    z-index: -1;
}

.main-menu-three__wrapper-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.main-menu-three__left {
    display: block;
}

.main-menu-three__logo {
    display: block;
    padding: 25px 0 25px;
}

.main-menu-three__main-menu-box {
    display: block;
}

.main-menu-three__right {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 22px 0;
}

.main-menu-three__nav-sidebar-icon {
    position: relative;
    display: block;
    margin-left: 26px;
}

.main-menu-three__nav-sidebar-icon .navSidebar-button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    width: 45px;
    background-color: var(--Freshflow-base);
    font-size: 18px;
    color: var(--Freshflow-white);
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu-three__nav-sidebar-icon .navSidebar-button:before {
    content: "";
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: -12px;
    width: 2px;
    background-color: #e7e7e7;
}

.main-menu-three__nav-sidebar-icon .navSidebar-button:hover {
    background-color: var(--Freshflow-black);
}

/*--------------------------------------------------------------
# Search Popup
--------------------------------------------------------------*/
.search-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 120px;
    width: 100%;
    z-index: 99999;
    transform: translateY(-100%);
    transition: all 0.5s;
}

.search-active .search-popup {
    transform: translateY(0%);
}

.search-popup .color-layer {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 120px;
    width: 100%;
    background-color: var(--Freshflow-base);
    transition: all 0.5s;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.05);
}

.sidenav-bar-visible .search-popup {
    display: none;
}

.search-popup .close-search {
    position: absolute;
    right: 25px;
    top: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 70px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 0%;
    cursor: pointer;
    color: #ffffff;
    font-size: 30px;
    transition: all 0.5s;
    border: none;
    opacity: 0;
    transform: translateX(100px);
    visibility: hidden;
    z-index: 9999;
}

.search-popup .close-search:hover {
    color: var(--Freshflow-base);
    background-color: rgba(255, 255, 255, 1);
}

.search-active .search-popup .close-search {
    opacity: 1;
    transform: translateX(0px);
    visibility: visible;
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}

.search-popup form {
    position: absolute;
    max-width: 700px;
    top: 25px;
    left: 0px;
    right: 0px;
    margin: 0px auto 0;
    opacity: 0;
    transition: all 0.5s;
    z-index: 999;
}

.search-active .search-popup form {
    opacity: 1;
}

.search-popup .form-group {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
    position: relative;
    display: block;
    background-color: rgba(255, 255, 255, 1);
    font-size: 18px;
    color: var(--Freshflow-black);
    height: 70px;
    width: 100%;
    padding: 10px 30px 10px 75px;
    font-weight: 500;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    text-transform: capitalize;
    border: 0px solid rgba(0, 0, 0, 0.1);
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"]:focus {
    outline: none;
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 70px;
    background: var(--Freshflow-black);
    text-align: center;
    font-size: 20px;
    color: var(--Freshflow-white);
    padding: 0;
    cursor: pointer;
    border: none;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    width: 60px;
}

.search-popup .form-group button i {
    font-style: normal;
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover {
    background-color: var(--Freshflow-primary);
}

.search-popup input::placeholder {
    color: var(--Freshflow-black);
}

/*--------------------------------------------------------------
# Carousle Dot Style
--------------------------------------------------------------*/

.carousel-dot-style.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.carousel-dot-style.owl-carousel .owl-item {
    opacity: 0;
    visibility: hidden;
    transition:
        opacity 500ms ease,
        visibility 500ms ease;
}

.carousel-dot-style.owl-carousel .owl-item.active {
    opacity: 1;
    visibility: visible;
}

.carousel-dot-style.owl-carousel .owl-dots {
    position: absolute;
    bottom: -50px;
    left: 0px;
    right: 0;
    text-align: center;
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-dot-style.owl-carousel .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--Freshflow-base);
    margin: 0px 5px;
    padding: 0px;
    transition: all 100ms linear;
    transition-delay: 0.1s;
}

.carousel-dot-style.owl-carousel .owl-dot.active {
    width: 10px;
    height: 10px;
    background-color: var(--Freshflow-black);
}

.carousel-dot-style.owl-carousel .owl-dot:focus {
    outline: none;
}

.carousel-dot-style.owl-carousel .owl-dots .owl-dot span {
    display: none;
}

.menu_logo_box img {
    width: 270px !important;
}

/* Mega Menu Start */

.mega-menu {
    position: relative;
}

.mega-menu > a {
    display: flex;
    align-items: center;
}

.mega-menu-box {
    position: absolute;
    top: calc(100% + 15px);
    left: 50%;
    transform: translateX(-50%);
    width: 1050px;
    max-width: 95vw;
    background: #fff;
    border-radius: 18px;
    padding: 28px 30px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.3s ease;
    z-index: 9999;
}

.mega-menu:hover .mega-menu-box {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    top: calc(100% + 5px);
}

.mega-menu-column {
    padding: 0 28px;
    border-right: 1px solid #ddd;
}

.mega-menu-column:first-child {
    padding-left: 10px;
}

.mega-menu-column:last-child {
    border-right: none;
    padding-right: 10px;
}

.mega-menu-column h6 {
    margin: 0 0 18px;
    color: #e00000;
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
}

.mega-menu-column ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mega-menu-column ul li {
    margin-bottom: 13px;
}

.mega-menu-column ul li a {
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--Freshflow-gray);
    font-family: var(--Freshflow-font-two);
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    font-weight: 500;
    text-transform: capitalize;
    padding: 4px 6px;
    border-radius: 7px;
}

/* Hover */
.mega-menu-column ul li a:hover {
    background-color: var(--Freshflow-secondary);
    color: var(--Freshflow-black);
}

.main-menu__list .mega-menu-column > li > a::before {
    position: absolute;
    top: 50%;
    right: 20px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f105";
    font-size: 14px;
    color: var(--Freshflow-base);
    transform: translateY(-50%) scale(0);
    -webkit-transition: 500ms;
    transition: 500ms;
}

.mega-menu > a i {
    font-size: 12px;
    transition: transform 0.3s ease;
}

.mega-menu:hover > a i {
    transform: rotate(180deg);
}

.shadow-box {
    box-shadow:
        0 10px 35px rgba(0, 0, 0, 0.12),
        0 3px 10px rgba(0, 0, 0, 0.06);
}

/* ==========================================
   MOBILE
========================================== */

@media (max-width: 991px) {
    .mega-menu-box {
        position: static;
        transform: none;
        width: 100%;
        max-width: 100%;
        margin-top: 10px;
        display: block;
        padding: 20px;
        border-radius: 10px;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        box-shadow: none;
        display: none;
    }

    .mega-menu:hover .mega-menu-box {
        display: block;
    }

    .mega-menu-column {
        border-right: none;
        border-bottom: 1px solid #eee;
        padding: 15px 0;
    }

    .mega-menu-column:first-child {
        padding-left: 0;
    }

    .mega-menu-column:last-child {
        padding-right: 0;
        border-bottom: none;
    }
}

/* Mega Menu End */

.about-one__points-box {
    padding-top: 20px;
}

.about-one__right {
    margin-top: 40px;
}

.error {
    color: #e00000 !important;
}

/* Service Icon Css start */

.services-section {
    padding: 20px 0 25px;
    position: relative;
    overflow: hidden;
}

.service-item {
    text-align: center;
    margin-bottom: 28px;
}

.service-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 18px;
    border: 2px solid #0074c8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    transition: all 0.4s ease;
    position: relative;
    z-index: 1;
}

.service-icon i {
    font-size: 34px;
    color: #111;
    transition: all 0.4s ease;
}

.service-title {
    color: #002b7f;
    font-size: 14px;
    font-weight: 500;
    margin-top: -13px !important;
    transition: all 0.3s ease;
}

.service-item:hover .service-icon {
    background: #ebebeb;
    border: 2px solid #e30608;
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 116, 200, 0.2);
}

.service-item:hover .service-icon i {
    color: #fff;
    transform: scale(1.1);
}

.service-item:hover .service-title {
    color: #0074c8;
}

/* Services Icon Css End */

/* why Choose start */

.point_box ul {
    list-style-type: none;
}

.point_box ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 4px;
    color: #626f82;
    line-height: 24px;
    font-size: 15px;
    margin-top: 10px;
}

.point_box ul li span {
    font-weight: 600;
    color: #e30608;
}

.point_box ul li::before {
    content: "\f192";
    font-family: "FontAwesome";
    color: #e30608;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
}

/* Why Choose End */

/* Home Page Video Start */
.video_section_box {
    background: #211b15;
    padding: 75px 0 65px;
    overflow: hidden;
}

.video_small_heading_box {
    color: #a9a29a;
    font-family: "DM Sans", sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.video_heading_box {
    color: #f5eee3;
    font-family: "Playfair Display", serif;
    /* font-size: clamp(42px, 5vw, 65px); */
    font-weight: 600;
    line-height: 0.98;
    margin: 0;
    max-width: 850px;
    font-size: 42px;
}

.video_heading_box span {
    color: #e30608;
    font-style: italic;
}

.video_description_box {
    color: #aaa39a;
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    margin-top: 18px;
    margin-bottom: 38px;
}

.video_card_box {
    height: 380px;
    position: relative;
    overflow: hidden;
    border-radius: 3px;
    background: #333;
}

/* Image */

.video_card_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;

    transition: transform 0.6s ease;
}

/* Dark Overlay */

.video_card_box::after {
    content: "";

    position: absolute;
    inset: 0;

    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.05) 35%,
        rgba(0, 0, 0, 0.18) 55%,
        rgba(0, 0, 0, 0.78) 100%
    );

    z-index: 1;
}

.video_card_box:hover img {
    transform: scale(1.06);
}

.reel_label_box {
    position: absolute;

    top: 12px;
    right: 12px;

    z-index: 3;

    background: rgba(35, 32, 28, 0.85);

    color: #e5ded4;

    padding: 5px 9px;

    font-size: 9px;
    font-weight: 600;

    letter-spacing: 1px;

    border-radius: 2px;
}

.video_play_button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    cursor: pointer;
    transition: all 0.35s ease;
}

.video_play_button i {
    color: #0174fc;
    font-size: 15px;
    margin-left: 3px;
    transition: all 0.3s ease;
}

.video_card_box:hover .video_play_button {
    transform: translate(-50%, -50%) scale(1.12);
    background: #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.video_content_box {
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 14px;
    z-index: 3;
}

.video_content_box h5 {
    color: #fff;
    font-family: "Playfair Display", serif;
    font-size: 16px;
    font-weight: 600;
    font-style: italic;
    line-height: 1.2;
    margin: 0;
    transition: all 0.3s ease;
}

.video_card_box:hover .video_content_box h5 {
    transform: translateY(-3px);
}

.video_buttons_box {
    margin-top: 38px;
    display: flex;
    align-items: center;
    gap: 23px;
    flex-wrap: wrap;
}

.btn1_box {
    background: #e30608;
    color: #fff;
    border: 1px solid #e30608;
    padding: 13px 23px;
    min-width: 165px;
    text-align: center;
    font-family: "DM Sans", sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 3px;
    transition: all 0.3s ease;
}

.btn1_box:hover {
    background: #0174fb;
    border-color: #0174fb;
    color: #fff;
    transform: translateY(-2px);
}

.btn2_box {
    background: transparent;
    color: #eee;
    border: 1px solid #827b73;
    padding: 13px 23px;
    min-width: 175px;
    text-align: center;
    font-family: "DM Sans", sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 3px;
    transition: all 0.3s ease;
}

.btn2_box:hover {
    background: #fff;
    border-color: #fff;
    color: #211b15;
    transform: translateY(-2px);
}

.btn3_box {
    color: #e30608;
    font-size: 12px;
    text-decoration: none;
    border-bottom: 1px solid #e30608;
    padding-bottom: 4px;
    transition: all 0.3s ease;
}

.btn3_box:hover {
    color: #0174fb;
    border-color: #0174fb;
}

.video_card_box {
    cursor: pointer;
}

.video_card_box::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: #e30608;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.4s ease;
    z-index: 4;
}

.video_card_box:hover::before {
    transform: scaleX(1);
}

/* Home Page Video End */

/* Whatsapp Css Start */
.whatsapp_widget_box {
    position: fixed;
    right: 25px;
    bottom: 25px;
    z-index: 99999;
}

.whatsapp_button_box {
    width: 58px;
    height: 58px;
    border: 0;
    border-radius: 50%;
    background: #25d366;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 31px;
    cursor: pointer;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease;
}

.whatsapp_button_box:hover {
    transform: scale(1.08);
    background: #20bd5a;
}

.whatsapp_popup_box {
    position: absolute;
    right: 0;
    bottom: 72px;
    width: 305px;
    height: 510px;
    background: #eee8de;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px) scale(0.95);
    transition: all 0.3s ease;
}

.whatsapp_popup_box.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}

.whatsapp_header_box {
    height: 64px;
    background: #087568;
    color: #fff;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.whatsapp_profile_box {
    display: flex;
    align-items: center;
    gap: 9px;
}

.whatsapp_avatar_box {
    width: 42px;
    height: 42px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #087568;
    font-size: 18px;
}

.whatsapp_avatar_box img {
    width: 30px;
    height: 30px;
}

.whatsapp_title_box {
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
}

.whatsapp_online_box {
    font-size: 10px;
    color: #d9fff7;
}

.whatsapp_online_box span {
    width: 6px;
    height: 6px;
    display: inline-block;
    background: #5de48b;
    border-radius: 50%;
    margin-right: 3px;
}

.whatsapp_close_box {
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 27px;
    cursor: pointer;
}

.whatsapp_body_box {
    height: calc(100% - 112px);
    padding: 12px 9px;
    overflow-y: auto;
    background-color: #eee8de;
    background-image: radial-gradient(
        circle,
        rgba(150, 130, 100, 0.08) 1px,
        transparent 1px
    );
    background-size: 30px 30px;
}

.whatsapp_message_box {
    position: relative;
    display: table;
    max-width: 88%;
    background: #fff;
    color: #3c3c3c;
    padding: 9px 11px;
    margin-bottom: 7px;
    border-radius: 5px;
    font-size: 12px;
    line-height: 17px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
}

.whatsapp_message_box:before {
    content: "";

    position: absolute;

    left: -6px;
    top: 0;

    border-top: 7px solid #fff;

    border-left: 7px solid transparent;
}

.whatsapp_options_box {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
}

.whatsapp_options_box button {
    background: #fff;
    color: #087568;
    border: 1px solid #d5d5d5;
    border-radius: 20px;
    padding: 6px 12px;
    font-size: 11px;
    cursor: pointer;
    transition: all 0.25s ease;
}

.whatsapp_options_box button:hover {
    background: #087568;
    color: #fff;
    border-color: #087568;
    transform: translateY(-1px);
}

.whatsapp_footer_box {
    height: 48px;
    background: #f7f7f7;
    border-top: 1px solid #ddd;
    padding: 7px 8px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.whatsapp_footer_box span {
    flex: 1;
    height: 34px;
    display: flex;
    align-items: center;
    padding-left: 14px;
    background: #fff;
    border-radius: 20px;
    color: #aaa;
    font-size: 11px;
}

.whatsapp_footer_box button {
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 50%;
    background: #40c2ad;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.whatsapp_footer_box button:hover {
    background: #087568;
    transform: scale(1.05);
}

@media (max-width: 575px) {
    .whatsapp_widget_box {
        right: 15px;
        bottom: 15px;
    }
    .whatsapp_popup_box {
        width: calc(100vw - 30px);
        max-width: 305px;
        height: 500px;
    }
}

/* Whatsapp Css End */

.footer_logo_box img {
    width: 210px;
}

.chat-icon a {
    background: #0074c8;
    color: #fff;
    padding: 12px 16px;
    border-radius: 6px;
    font-size: 17px;
}

.chat-icon:hover a {
    background: #e30608;
    color: #000;
}

.chat-icon a i {
    font-size: 20px;
    font-weight: 600;
}

.services-details__title-1 {
    color: #0277fc;
    font-size: 27px !important;
}

.services-details__left p {
    text-align: justify;
    margin: 15px 0px !important;
}

.main-menu__main-menu-box .main-menu__list .active {
    color: #0277fc !important;
}

.main-menu .main-menu__list > li + li,
.stricky-header .main-menu__list .active {
    color: #0277fc !important;
}

.video_box {
    border-radius: 15px;
    overflow: hidden;
    border-radius: 15px;
    margin: 0 auto;
    background: #000;
}

.video_box iframe {
    display: block;
}

.short_video_box {
    position: relative;
    width: 100%;
    aspect-ratio: 9 / 16;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 15px;
    background: #000;
}

.short_video_box iframe {
    width: 100%;
    height: 50%;
    border: 0;
    display: block;
}

/* location start */
.location {
    margin-top: 20px;
    margin-bottom: 20px;
}

.location a {
    color: #e30608;
}
.location a:hover {
    color: #2e72ff;
}
/* location end */


/* Client Video Testimonials Start */

.s3_testimonial_section_box 
    {
        padding: 40px 0 50px;
        background: #f2f2ff;
        overflow: hidden;
    }

.s3_testimonial_heading_box 
    {
        margin-bottom: 48px;
    }

.s3_testimonial_heading_box h2 
    {
        margin: 0;
        font-size: 40px;
        line-height: 1.2;
        font-weight: 700;
        color: #101828;
    }

.s3_testimonial_heading_line 
    {
        width: 180px;
        height: 22px;
        margin: -3px auto 10px;
        position: relative;
    }

.s3_testimonial_heading_line span 
    {
        position: absolute;
        width: 180px;
        height: 3px;
        background: #ff1717;
        border-radius: 50%;
        transform: rotate(-3deg);
        left: 0;
        top: 10px;
    }

.s3_testimonial_heading_line span::after 
    {
        content: "";
        position: absolute;
        width: 90px;
        height: 3px;
        background: #ff1717;
        border-radius: 50%;
        left: 35px;
        top: 3px;
        transform: rotate(-5deg);
    }

.s3_testimonial_heading_box h3 
    {
        margin: 0;
        font-size: 21px;
        line-height: 1.4;
        font-weight: 600;
        color: #101828;
    }

.s3_testimonial_video_box 
    {
        position: relative;
        width: 100%;
        height: 380px;
        overflow: hidden;
        border-radius: 20px;
        background: #111;
    }

.s3_testimonial_video_box iframe 
    {
        width: 100%;
        height: 100%;
        display: block;
        border: 0;
    }

.s3_testimonial_play_box 
    {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 62px;
        height: 62px;
        transform: translate(-50%, -50%);
        border-radius: 50%;
        background: rgba(0, 0, 0, 0.65);
        display: flex;
        align-items: center;
        justify-content: center;
        pointer-events: none;
    }

.s3_testimonial_play_box i 
    {
        color: #fff;
        font-size: 20px;
        margin-left: 4px;
    }

.s3_testimonial_prev_btn,
.s3_testimonial_next_btn 
    {
        width: 48px;
        height: 48px;
        top: 50%;
        transform: translateY(-50%);
        opacity: 1;
    }

.s3_testimonial_prev_btn 
    {
        left: -55px;
    }

.s3_testimonial_next_btn 
    {
        right: -55px;
    }

.s3_testimonial_arrow 
    {
        width: 42px;
        height: 42px;
        border-radius: 50%;
        background: #fff;
        box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
        display: flex;
        align-items: center;
        justify-content: center;
    }

.s3_testimonial_arrow i 
    {
        color: #d35432;
        font-size: 17px;
    }

.s3_testimonial_indicators 
    {
        position: relative;
        margin: 20px auto 0;
        bottom: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 8px;
    }

.s3_testimonial_indicators button 
    {
        width: 20px;
        height: 4px;
        margin: 0 !important;
        padding: 0;
        border: 0;
        border-radius: 10px;
        background-color: #d0d0d0;
        opacity: 1;
    }

.s3_testimonial_indicators button.active 
    {
        width: 34px;
        background-color: #ff1717;
    }

/* Client Video Testimonial End */






/* ==========================================
   S3 TESTIMONIAL PAGE
========================================== */

.s3_testimonials_page_box {
    padding: 80px 0;
    background: #f8f9fb;
}


/* Heading */

.s3_testimonials_heading_box {
    margin-bottom: 55px;
}

.s3_testimonials_small_title {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #e63946;
}

.s3_testimonials_heading_box h1 {
    margin: 0;
    color: #101828;
    font-size: 42px;
    font-weight: 700;
}

.s3_testimonials_heading_line {
    width: 170px;
    height: 20px;
    position: relative;
    margin: 0 auto 12px;
}

.s3_testimonials_heading_line span {
    position: absolute;
    width: 170px;
    height: 3px;
    background: #ff1717;
    border-radius: 50%;
    left: 0;
    top: 10px;
    transform: rotate(-3deg);
}

.s3_testimonials_heading_line span::after {
    content: "";
    position: absolute;
    width: 75px;
    height: 3px;
    background: #ff1717;
    border-radius: 50%;
    left: 40px;
    top: 4px;
}

.s3_testimonials_heading_box p {
    max-width: 650px;
    margin: 0 auto;
    color: #667085;
    font-size: 16px;
}


/* Google Rating */

.s3_google_rating_box {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin-top: 22px;
    padding: 12px 22px;
    background: #fff;
    border-radius: 50px;
    box-shadow: 0 5px 25px rgba(0,0,0,.08);
}

.s3_google_logo {
    font-size: 28px;
}

.s3_google_logo i {
    color: #4285f4;
}

.s3_google_rating_content {
    text-align: left;
}

.s3_google_rating_content strong {
    font-size: 22px;
    color: #101828;
}

.s3_google_stars {
    display: inline-block;
    margin-left: 8px;
    color: #fbbc04;
    font-size: 17px;
    letter-spacing: 1px;
}

.s3_google_rating_content span {
    display: block;
    font-size: 12px;
    color: #667085;
}


/* Review Card */

.s3_review_card_box {
    height: 100%;
    padding: 28px;
    background: #fff;
    border-radius: 18px;
    border: 1px solid #edf0f4;
    box-shadow: 0 8px 30px rgba(16,24,40,.07);
    transition: all .3s ease;
}

.s3_review_card_box:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(16,24,40,.12);
}


/* User */

.s3_review_top_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.s3_review_user_box {
    display: flex;
    align-items: center;
    gap: 12px;
}

.s3_review_avatar_box {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #f1f3f5;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    font-weight: 700;
    color: #e63946;
}

.s3_review_user_box h3 {
    margin: 0;
    font-size: 17px;
    font-weight: 700;
    color: #101828;
}

.s3_review_user_box span {
    font-size: 12px;
    color: #98a2b3;
}


/* Google Icon */

.s3_review_google_icon {
    font-size: 23px;
}

.s3_review_google_icon i {
    color: #4285f4;
}


/* Stars */

.s3_review_stars {
    margin: 20px 0 13px;
    color: #fbbc04;
    font-size: 18px;
    letter-spacing: 2px;
}


/* Review Text */

.s3_review_card_box p {
    min-height: 135px;
    margin: 0 0 22px;
    color: #475467;
    font-size: 15px;
    line-height: 1.75;
}


/* Read Button */

.s3_review_read_btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #e63946;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.s3_review_read_btn:hover {
    color: #b42318;
}


/* Bottom Google Button */

.s3_all_reviews_btn_box {
    margin-top: 50px;
}

.s3_google_review_btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    border-radius: 50px;
    background: #fff;
    color: #101828;
    border: 1px solid #ddd;
    box-shadow: 0 5px 20px rgba(0,0,0,.08);
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    transition: .3s;
}

.s3_google_review_btn i:first-child {
    color: #4285f4;
    font-size: 19px;
}

.s3_google_review_btn:hover {
    transform: translateY(-3px);
    color: #101828;
    box-shadow: 0 10px 25px rgba(0,0,0,.12);
}