/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Utility
# Cards
# Common
# Form
# Navigations
# Animations
# Mobile Nav
# Search Popup
# Page Header
# Google Map
# Client Carousel
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/

@font-face {
  font-family: 'Cunia';
  src: url('../fonts/cunia.ttf') format('ttf');
  src: url('../fonts/cunia.woff') format('woff');
  src: url('../fonts/cunia.woff2') format('woff2');
}

:root {
  --Freshflow-font: "DM Sans", serif;
  --Freshflow-font-two: "Bricolage Grotesque", serif;
  --Freshflow-gray: #626F82;
  --Freshflow-gray-rgb: 98, 111, 130;
  --Freshflow-base: #0b56a1;
  --Freshflow-base-rgb: 11, 86, 161;
  --Freshflow-black: #00366b;
  --Freshflow-black-rgb: 0, 54, 107;
  --Freshflow-primary: #F46744;
  --Freshflow-primary-rgb: 244, 103, 68;
  --Freshflow-white: #ffffff;
  --Freshflow-white-rgb: 255, 255, 255;
  --Freshflow-dark: #000000;
  --Freshflow-dark-rgb: 0, 0, 0;
  --Freshflow-extra: #64b246;
  --Freshflow-extra-rgb: 100, 178, 70;
  --Freshflow-secondary: #2baae0;
  --Freshflow-secondary-rgb: 43, 170, 224;
  --Freshflow-light: #9ccced;
  --Freshflow-light-rgb: 156, 204, 237;
  --Freshflow-very-light: #e6f4ff;
  --Freshflow-very-light-rgb: 230, 244, 255;
  --font-primary: 'Cunia', serif;
}

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

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

body {
  font-family: var(--Freshflow-font);
  color: var(--Freshflow-dark);
  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: 1340px;
  }
}

::-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: .3;
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  -webkit-transition: width .3s, height .3s, opacity .3s;
  transition: width .3s, height .3s, opacity .3s;
  z-index: 999991;
}

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

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

/* Section Title Css */

.section-title {
  position: relative;
  display: block;
  margin-top: -5px;
  margin-bottom: 40px;
  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-extra);
  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-extra);
  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: 14px;
  color: var(--Freshflow-base);
  font-weight: 700;
  text-transform: uppercase;
}

.section-title__title {
  color: var(--Freshflow-dark);
  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: 18px;
  color: var(--Freshflow-white);
  background-color: var(--Freshflow-base);
  border: none;
  padding: 8px 25px 8px;
  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-extra);
  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: 40px;
  height: 40px;
  background-color: rgba(var(--Freshflow-white-rgb), .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 .3s alternate ease infinite;
  animation: bounceright .3s alternate ease infinite;
}

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







/* Thm Btn Alternate Css */

.thm-btn-alt {
  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: 18px;
  color: var(--Freshflow-white);
  background-color: var(--Freshflow-extra);
  border: none;
  padding: 8px 25px 8px;
  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-alt::after {
  content: "";
  background-color: var(--Freshflow-base);
  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-alt:hover:after {
  clip-path: circle(100% at 50% 50%);
  transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 4s;
}

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

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

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

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




/* Thm Btn White Css */

.thm-btn-white {
  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: 18px;
  color: var(--Freshflow-base);
  background-color: var(--Freshflow-white);
  border: none;
  padding: 8px 25px 8px;
  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-white::after {
  content: "";
  background-color: var(--Freshflow-extra);
  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-white:hover:after {
  clip-path: circle(100% at 50% 50%);
  transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 4s;
}

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

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

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

.thm-btn-white: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.0);
}

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

.loader div:nth-child(3) {
  background-color: rgba(var(--Freshflow-base-rgb), 0.40);
  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;
  }
}


/* scroll to top */
.scroll-to-top {
  display: flex;
  align-items: center;
  width: auto;
  height: 35px;
  background: transparent;
  position: fixed;
  bottom: 60px;
  left: -35px;
  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), .50);
  font-size: 16px;
  line-height: 45px;
  font-weight: 600;
  border: 1px solid rgba(var(--Freshflow-gray-rgb), .50);
  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), .50);
}

.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), .50);
  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 .4s ease-in .8s;
  -o-transition: all .4s ease-in .8s;
  transition: all .4s ease-in .8s;
  cursor: pointer;
  z-index: 9999;
}

.xs-sidebar-group.isActive .xs-overlay {
  opacity: .8;
  visibility: visible;
  -webkit-transition: all .8s ease-out 0s;
  -o-transition: all .8s ease-out 0s;
  transition: all .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 .3s ease-in .3s;
  -o-transition: all .3s ease-in .3s;
  transition: all .3s ease-in .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: .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='password'],
.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-extra);
  color: var(--Freshflow-white);
  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), .30);
}

.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: #8fe46e;
  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(43, 170, 224) 0%, #2baae0 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-white);
  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.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.0);
}


.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), .10);
  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: 25px 0 25px;
}

.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.0);
  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: 25px;
}

.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-dark);
  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-secondary);
}

.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-secondary);
  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,
.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-base);
  color: var(--Freshflow-white);
}

.main-menu .main-menu__list>li>ul>li>a::before,
.main-menu .main-menu__list>li>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-white);
  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: 25px;
  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), .70);
}

.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), .30);
}

.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), .30);
  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.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.0);
}

.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), .30);
}

.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), .30);
  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.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.0);
}

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

.main-menu-three__wrapper:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid rgba(var(--Freshflow-black-rgb), .10);
  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-white);
  font-size: 18px;
  color: var(--Freshflow-base);
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border: 1px solid var(--Freshflow-base);
}

.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-base);
  color: var(--Freshflow-white);
}











/*--------------------------------------------------------------
# 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.0);
}

.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.0);
  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.10)
}

.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;
}
.mt-20 {
	margin-top: 20px;
}

/* CTA Start */
.ff-cta-section {
    position: relative;
    padding: 40px 0;
    background: linear-gradient(135deg, var(--Freshflow-black), var(--Freshflow-base));
    overflow: hidden;
}

/* Background Image Layer */
.ff-cta-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    /* Replace with your actual image path */
    background-image: url('../images/shapes/services-two-shape-bg-1.png');

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    opacity: 0.25; /* Adjust for subtle effect */
    pointer-events: none;
}

/* Content should stay above overlay */
.ff-cta-section .container {
    position: relative;
    z-index: 2;
}

/* Typography */
.ff-cta-title {
    font-size: 48px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
}

.ff-cta-text {
    font-size: 18px;
    color: rgba(255,255,255,0.9);
    line-height: 1.8;
}

/* Button */
.ff-cta-btn-wrapper {
    display: flex;
    justify-content: flex-end;
}

.ff-cta-btn {
    display: inline-block;
    background-color: var(--Freshflow-white);
    color: var(--Freshflow-base);
    padding: 16px 40px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.ff-cta-btn:hover {
    background-color: var(--Freshflow-extra);
	color: var(--Freshflow-white);
    transform: translateY(-3px);
}

.ff-cta-btn-alt {
    display: inline-block;
    background-color: var(--Freshflow-extra);
    color: var(--Freshflow-white);
    padding: 16px 40px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.ff-cta-btn-alt:hover {
    background-color: var(--Freshflow-base);
	color: var(--Freshflow-white);
    transform: translateY(-3px);
}

/* Responsive */
@media (max-width: 991px) {
    .ff-cta-title {
        font-size: 36px;
    }

    .ff-cta-btn-wrapper {
        justify-content: flex-start;
        margin-top: 25px;
    }
}

@media (max-width: 576px) {
    .ff-cta-title {
        font-size: 28px;
    }
}
/* CTA End */

/* ===============================
   Freshflow Horizontal Timeline
================================ */

.ffx-timeline-section {
    padding: 50px 0;
    background: #f6f9fc;
}

.ffx-timeline-header {
    text-align: center;
    margin: 0 auto 15px;
}

.ffx-timeline-title {
    font-size: 42px;
    font-weight: 700;
    color: #0b56a1;
}

.ffx-timeline-subtitle {
    font-size: 18px;
    color: #555;
}

/* Wrapper */
.ffx-timeline-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

/* Arrows */
.ffx-timeline-arrow {
    width: 115px;
    height: 48px;
    border-radius: 50%;
    border: none;
    background: #0b56a1;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    z-index: 5;
    transition: 0.3s;
}

.ffx-timeline-arrow:hover {
    background: #64b246;
}

.ffx-left-arrow {
    margin-right: 10px;
}

.ffx-right-arrow {
    margin-left: 10px;
}

/* Scroll Area */
.ffx-timeline-scroll {
    position: relative;
    display: flex;
    gap: 120px;
    overflow-x: hidden; /* controlled by JS */
    padding: 0px 40px 40px;
    scroll-behavior: smooth;
}

/* Timeline Line */
.ffx-timeline-line {
    position: absolute;
    top: 33px;
    left: 0;
    width: 3000px;
    height: 4px;
    background: var(--Freshflow-base);
}

/* Item */
.ffx-timeline-item {
    position: relative;
    width: 280px;
    flex: 0 0 auto;
    text-align: center;
}

/* Dot */
.ffx-timeline-dot {
    position: absolute;
    top: 26px;
    left: 50%;
    transform: translateX(-50%);
    width: 18px;
    height: 18px;
    background: #0b56a1;
    border: 4px solid #64b246;
    border-radius: 50%;
    z-index: 2;
}

/* Card */
.ffx-timeline-card {
    margin-top: 70px;
    background: #fff;
    padding: 26px;
    border-radius: 14px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
    transition: 0.35s ease;
}

.ffx-timeline-card:hover {
    transform: translateY(-10px);
}

.ffx-timeline-card h4 {
    font-size: 18px;
    color: #0b56a1;
    margin-bottom: 8px;
}

.ffx-timeline-card p {
    font-size: 15px;
    color: #555;
}

.ffx-year {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #64b246;
    margin-bottom: 6px;
}

/* Responsive */
@media (max-width: 768px) {
    .ffx-timeline-arrow {
        display: none;
    }

    .ffx-timeline-scroll {
        overflow-x: auto;
    }
}

.lh-50 {
	line-height: 50px !important;
}

.text-left {
	text-align: left !important;
}
.bg-transparent {
	background: transparent !important;
}
.mask-none {
	mask: none !important;
}



/* ===============================
   Freshflow Process Page
================================ */

.ffp-process-section {
    padding: 60px 0;
    background-color: var(--Freshflow-very-light);
}

/* Header */
.ffp-process-header {
    max-width: 760px;
    margin: 0 auto 80px;
}

.ffp-process-title {
    font-size: 42px;
    font-weight: 700;
    color: #0b56a1;
    margin-bottom: 12px;
}

.ffp-process-subtitle {
    font-size: 18px;
    color: #555;
    line-height: 1.7;
}

/* ===== Scroll Wrapper ===== */
.ffp-scroll-wrapper {
    display: flex;
    align-items: center;
    position: relative;
}

/* Scroll Container */
.ffp-scroll-container {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
	 scrollbar-width: none;      /* Firefox */
    -ms-overflow-style: none;
}
.ffp-scroll-container::-webkit-scrollbar {
    display: none;              /* Chrome, Safari, Opera */
}

/* Timeline Layout (DESIGN KEPT) */
.ffp-process-timeline {
    display: flex;
    gap: 30px;
    position: relative;
    flex-wrap: nowrap;              /* KEY */
    justify-content: flex-start;    /* KEY */
    width: max-content;             /* KEY */
    padding-bottom: 20px;
}

/* Connector Line */
.ffp-process-timeline::before {
    content: "";
    position: absolute;
    top: 32px;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: rgba(11, 86, 161, 0.2);
}

/* Step */
.ffp-process-step {
    position: relative;
    width: 260px;                   /* FIXED FOR SCROLL */
    flex: 0 0 auto;
    text-align: center;
}

/* Icon */
.ffp-step-icon {
    width: 64px;
    height: 64px;
    background-color: #0b56a1;
    border: 6px solid #64b246;
    border-radius: 50%;
    margin: 0 auto 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-weight: 700;
    font-size: 18px;
    position: relative;
    z-index: 2;
}

/* Card */
.ffp-step-card {
    background: #ffffff;
    padding: 28px 22px;
    border-radius: 14px;
    box-shadow: 0 18px 40px rgba(0,0,0,0.08);
    transition: all 0.35s ease;
}

.ffp-step-card:hover {
    transform: translateY(-8px);
}

.ffp-step-card h4 {
    font-size: 18px;
    color: #0b56a1;
    margin-bottom: 10px;
}

.ffp-step-card p {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
}

/* CTA */
.ffp-process-cta {
    margin-top: 60px;
}

.ffp-process-btn {
    display: inline-block;
    padding: 16px 42px;
    background-color: #64b246;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    transition: 0.3s;
}

.ffp-process-btn:hover {
    background-color: #0b56a1;
}

/* ===== Arrows ===== */
.ffp-scroll-arrow {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: none;
    background-color: #0b56a1;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
    transition: 0.3s ease;
    z-index: 10;
    flex-shrink: 0;
}

.ffp-scroll-arrow:hover {
    background-color: #64b246;
}

.ffp-scroll-left {
    margin-right: 10px;
}

.ffp-scroll-right {
    margin-left: 10px;
}

/* Mobile */
@media (max-width: 768px) {
    .ffp-scroll-arrow {
        display: none;
    }
}


/* ===============================
   Bulk Enquiry Form – Clean Fix
================================ */

/* Fieldset */
.ffbe-form fieldset {
    border: 1px solid rgba(11, 86, 161, 0.22);
    border-radius: 14px;
    padding: 38px 30px 30px;
    margin-bottom: 45px;
    background: #ffffff;
    position: relative;
}

/* Legend – smaller & centered */
.ffbe-legend {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: #ffffff;
    padding: 4px 14px;               /* ↓ reduced ~30% */
    font-size: 13px;                 /* ↓ reduced */
    font-weight: 600;
    color: #0b56a1;
    border: 1px solid rgba(11, 86, 161, 0.3);
    border-radius: 20px;
    white-space: nowrap;
}

/* Input Wrapper */
.ffbe-input {
    margin-bottom: 18px;
}

/* Normalize ALL inputs */
.ffbe-input input,
.ffbe-input select,
.ffbe-input textarea {
    width: 100%;
    min-height: 54px;
    padding: 12px 16px;
    border-radius: 10px;
    border: 1px solid #e1e6ef;
    background-color: #f9fbff;
    font-size: 14px;
    color: #333;
    outline: none;
    appearance: none;
}

/* Textarea */
.ffbe-input textarea {
    min-height: 120px;
    resize: none;
}

/* Dropdown fix */
.ffbe-input select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24'%3E%3Cpath fill='%23666' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 14px;
    padding-right: 42px; /* space for arrow */
    cursor: pointer;
}

/* Date input consistency */
.ffbe-input input[type="date"] {
    appearance: none;
    -webkit-appearance: none;
}

/* Checkbox grid */
.ffbe-checkbox-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 24px;
    margin: 10px 0 28px;
}

.ffbe-checkbox-grid label {
    display: flex;
    align-items: center;
    font-size: 13.5px;
    color: #444;
    cursor: pointer;
}

.ffbe-checkbox-grid input {
    margin-right: 10px;
}

/* File upload */
.ffbe-file {
    border: 1px dashed rgba(11, 86, 161, 0.35);
    padding: 16px;
    border-radius: 10px;
    background: #f9fbff;
}

.ffbe-file label {
    display: block;
    font-size: 13.5px;
    font-weight: 500;
    color: #0b56a1;
    margin-bottom: 6px;
}

/* Consent */
.ffbe-consent {
    margin: 28px 0;
}

.ffbe-consent label {
    font-size: 13.5px;
    color: #444;
}

/* Mobile */
@media (max-width: 768px) {

    .ffbe-form fieldset {
        padding: 34px 20px 24px;
    }

    .ffbe-checkbox-grid {
        grid-template-columns: 1fr;
    }

    .ffbe-legend {
        font-size: 12.5px;
        padding: 4px 12px;
    }
}



/* Freshflow Franchise – Bootstrap Enhancements */

.ff-section-line {
    width: 120px;
    height: 4px;
    background: #0b56a1;
    margin-top: 8px;
}

.ff-franchise-table th,
.ff-franchise-table td {
    font-size: 15px;
    vertical-align: middle;
}

.ff-invest-card {
    border: none;
    box-shadow: 0 10px 25px rgba(0,0,0,0.06);
    border-radius: 12px;
}

.ff-invest-num {
    width: 44px;
    height: 44px;
    background: #0b56a1;
    color: #fff;
    font-weight: 700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
    flex-shrink: 0;
}

.file-upload {
	background-color: var(--Freshflow-white);
    padding: 5px 25px;
    border: 1px solid #E7E7E7;
    border-radius: 10px;
}

.p-5-20 {
	padding: 5px 20px;
}

/* Job Description – Freshflow Safe */

.ff-jd-section {
    background-color: #f8fafc;
}

.ff-jd-header h2 {
    color: #0b56a1;
}

.ff-jd-box {
    background: #ffffff;
    padding: 24px;
    border-radius: 12px;
    box-shadow: 0 8px 22px rgba(0,0,0,0.05);
}

.ff-jd-title {
    font-weight: 700;
    margin-bottom: 12px;
    color: #0b56a1;
}

.ff-jd-list {
    padding-left: 18px;
    margin-bottom: 0;
	list-style: disc;
}

.ff-jd-list li {
    margin-bottom: 8px;
    font-size: 15px;
    color: #444;
}

.mt-10 {
	margin-top: 10px;
}
.mb-20 {
	margin-bottom: 20px;
}
.ml-20 {
	margin-left: 20px;
}
.msl-20 {
	margin-left: 20px;
}
/* Mobile */
@media (max-width: 768px) {

    .msl-20 {
		margin-top: 20px;
		margin-left: 0;
	}
}
.bg-light-blue {
	background: var(--Freshflow-very-light);
}
.bg-white-1 {
	background: #fff !important;
}
.d-block {
	display: block !important;
}
.align-item-center-1 {
  align-items: center;
}
.flex-wrap-none {
	flex-wrap: nowrap !important;
}



@media (max-width:768px){

/* Make row a horizontal slider */
.about-two__left .row{
    display:flex;
    flex-wrap:nowrap;
    overflow-x:auto;
    scroll-snap-type:x mandatory;
    gap:15px;
}

/* Remove bootstrap column behaviour */
.about-two__left .col-xl-6,
.about-two__left .col-lg-6,
.about-two__left .col-md-6{
    display:contents;
}

/* Remove wrapper layout */
.about-two__left-img-box,
.about-two__left-img-box-2{
    display:contents;
}

/* Each image becomes one slide */
.about-two__img-1,
.about-two__img-2,
.about-two__img-3,
.about-two__img-4{
    flex:0 0 85%;
    scroll-snap-align:center;
}

/* Remove extra margins */
.about-two__img-1,
.about-two__img-2,
.about-two__img-3{
    margin-bottom:0;
}

/* Hide scrollbar */
.about-two__left .row::-webkit-scrollbar{
    display:none;
}

}
@media (min-width:769px){
.services-two__slider-controls {
	display: none;
}
}

/* MOBILE SERVICES SLIDER */
@media (max-width:768px){

.services-two__services-list{
    display:flex;
    overflow-x:auto;
    scroll-snap-type:x mandatory;
    gap:15px;
    padding-bottom:20px;
}

.services-two__services-list li{
    flex:0 0 90%;
    scroll-snap-align:center;
    margin-bottom:0;
}

/* hide scrollbar */
.services-two__services-list::-webkit-scrollbar{
    display:none;
}

/* controls */
.services-two__slider-controls{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:15px;
    margin-top:10px;
}

.services-prev,
.services-next{
    width:40px;
    height:40px;
    border:none;
    border-radius:50%;
    background:var(--Freshflow-base);
    color:#fff;
    font-size:18px;
    cursor:pointer;
}

/* dots */
.services-dots{
    display:flex;
    gap:6px;
}

.services-dots span{
    width:8px;
    height:8px;
    background:#ccc;
    border-radius:50%;
}

.services-dots span.active{
    background:var(--Freshflow-base);
}

}


@media (min-width:769px){
.process-slider-controls {
	display: none;
}
.services-three-slider-controls {
	display: none;
}
}

/* MOBILE FEATURE SLIDER */
@media (max-width:768px){

.process-slider{
    display:flex;
    flex-wrap:nowrap;
    overflow-x:auto;
    scroll-snap-type:x mandatory;
    gap:15px;
}

.process-slider .col-xl-3{
    flex:0 0 90%;
    max-width:90%;
    scroll-snap-align:center;
}

/* hide scrollbar */
.process-slider::-webkit-scrollbar{
    display:none;
}

/* slider controls */
.process-slider-controls{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:15px;
    margin-top:20px;
}

.process-prev,
.process-next{
    width:40px;
    height:40px;
    border-radius:50%;
    border:none;
    background:var(--Freshflow-base);
    color:#fff;
    font-size:18px;
    cursor:pointer;
}

/* dots */
.process-dots{
    display:flex;
    gap:6px;
}

.process-dots span{
    width:8px;
    height:8px;
    border-radius:50%;
    background:#ccc;
}

.process-dots span.active{
    background:var(--Freshflow-base);
}

}



/* PROCESS MOBILE SLIDER */
@media (max-width:768px){

.process-slider{
    display:flex;
    flex-wrap:nowrap;
    overflow-x:auto;
    scroll-snap-type:x mandatory;
    gap:20px;
}

.process-slider li{
    flex:0 0 85%;
    scroll-snap-align:center;
}

/* hide scrollbar */
.process-slider::-webkit-scrollbar{
    display:none;
}

/* slider controls */
.process-slider-controls{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:15px;
    margin-top:20px;
}

.process-prev,
.process-next{
    width:40px;
    height:40px;
    border-radius:50%;
    border:none;
    background:var(--Freshflow-base);
    color:#fff;
    font-size:18px;
    cursor:pointer;
}

/* dots */
.process-dots{
    display:flex;
    gap:6px;
}

.process-dots span{
    width:8px;
    height:8px;
    border-radius:50%;
    background:#ccc;
}

.process-dots span.active{
    background:var(--Freshflow-base);
}

.mobile-display-none {
	display: none !important;
}
.about-one__right {
	padding-top: 20px;
}
.about-three__left {
	padding-top: 20px;
}
}



@media (max-width:768px){

.services-three__tab-buttons-box{
    position:relative;
}

.services-three__tab-buttons-box .tab-buttons{
    flex-wrap:nowrap;
    overflow:hidden;
    justify-content:flex-start;
}

.services-three__tab-buttons-box .tab-btn{
    flex:0 0 80% !important;
    max-width:80% !important;
}

.services-three-slider-controls{
    display:flex;
    justify-content:center;
    gap:15px;
    margin-top:20px;
}

.services-three-prev,
.services-three-next{
    width:45px;
    height:45px;
    border:none;
    border-radius:50%;
    background:var(--Freshflow-base);
    color:#fff;
    font-size:18px;
    cursor:pointer;
}

}
@media (max-width:768px){
	.counter-two__single {
		padding: 20px;
	}
}

.float2 {
    position: fixed;
    width: 55px;
    height: 55px;
    bottom: 45px;
    right: 25px;
    background-color: #25D366;
    color: #FFF;
    border-radius: 30px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    z-index: 11;
}
.my-float2 {
	margin-top: 15px;
    font-size: 25px;
    display: block;
}
.float2:hover {color: #25d366; background-color: #fff; border: 1px solid #25d366;}
.text-left {
    text-align: left !important;
}


.mobile-contact-bar{
position:fixed;
bottom:0;
left:0;
width:100%;
background:#0b56a1;
display:flex;
box-shadow:0 -3px 12px rgba(0,0,0,0.1);
z-index:1000;
}

.mobile-contact-item{
flex:1;
display: flex;
align-items:center;
    justify-content:center;
text-align:center;
 gap:6px;
    padding:12px 5px;
padding:10px 5px;
font-size:15px;
text-decoration:none;
color:#ffffff;
border-left: 1px solid #ffffff;
}

.mobile-contact-item i{
display:block;
font-size:14px;
margin-bottom:0px;
color:#ffffff;
}

.modal-body {
    background: linear-gradient(180deg, #EBF5FF 0%, #D7EDFF 100%) !important;
	padding: 2rem 1rem !important;
}
.modal-header {
    background: linear-gradient(180deg, #EBF5FF 0%, #D7EDFF 100%) !important;
}
/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/