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

/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
:root {
  --Freshflow-font: "Poppins", sans-serif;
  --Freshflow-font-two: "Poppins", sans-serif;
  --Freshflow-gray: #626f82;
  --Freshflow-gray-rgb: 98, 111, 130;
  --Freshflow-base: #f46744;
  --Freshflow-base-rgb: 244, 103, 68;
  --Freshflow-black: #05173d;
  --Freshflow-black-rgb: 5, 23, 61;
  --Freshflow-primary: #f46744;
  --Freshflow-primary-rgb: 244, 103, 68;
  --Freshflow-white: #ffffff;
  --Freshflow-white-rgb: 255, 255, 255;
  --Freshflow-extra: #f46744;
  --Freshflow-extra-rgb: 255, 210, 93;
  --Freshflow-secondary: #f2f2ff;
  --Freshflow-secondary-rgb: 242, 242, 255;
  --Freshflow-primary: #0364e0;
}
.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-primary);
  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-primary);
  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-primary);
  font-weight: 700;
  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: 18px;
  color: var(--Freshflow-white);
  background-color: var(--Freshflow-primary);
  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-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: 40px;
  height: 40px;
  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;
  }
}

/* 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;
}


/*--------------------------------------------------------------
# 1. Global & Header 
--------------------------------------------------------------*/
:root {
  --header-height: 85px;
  --FF-blue: #0364e0;
}

.main-header {
  height: var(--header-height);
  background: transparent;
  display: flex;
  align-items: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    transition: all 500ms ease;
    z-index: 999;

}

.main-menu,
.main-menu__wrapper {
  width: 100%;
  display: block;
}

.main-menu .container {
  width: 100%;
  max-width: 100%;
  padding-left: clamp(15px, 3vw, 40px);
  padding-right: clamp(15px, 3vw, 40px);
}

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

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

.main-menu__logo img {
    max-width: 280px;
    width: 100%;
    height: auto;
    display: block;
}

/* Desktop Menu Alignment */
.main-menu__main-menu-box {
margin-left: auto !important;
  margin-right: 25px !important;
}

.main-menu__list {
  display: flex;
  gap: 25px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.main-menu__list li a {
  font-size: 16px;
  font-weight: 500;
  font-family: var(--Freshflow-font);
  color: var(--Freshflow-gray);
  text-decoration: none;
  transition: color 0.3s ease;
}

.main-menu__list li a:hover {
  color: var(--FF-blue);
}

/* Right Section Wrapper */
.main-menu__right {
  margin-left: 0 !important;
  display: flex;
  align-items: center;
}

.main-menu__btn a {
  display: inline-block;
  background-color: var(--FF-blue);
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  padding: 10px 28px;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
}

/*--------------------------------------------------------------
# 2. Toggle Icon (Right Edge Positioned & Swapping)
--------------------------------------------------------------*/
.mobile-nav__toggler {
  display: none !important;
  cursor: pointer;
  background: transparent;
  border: none;
  font-size: 26px;
  color: var(--FF-blue);
  z-index: 10000;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin-left: auto; /* Aligns to right edge */
}

.mobile-nav__toggler .close-icon {
  display: none;
}

/* Icon Swap States */
.mobile-nav__wrapper.expanded ~ .main-header .humberger-icon,
body.mobile-menu-visible .humberger-icon {
  display: none;
}

.mobile-nav__wrapper.expanded ~ .main-header .close-icon,
body.mobile-menu-visible .close-icon {
  display: block;
  color: var(--FF-blue);
}

/* Responsive Mobile Switch (< 992px) */
@media (max-width: 991px) {
  .main-menu__main-menu-box,
  .main-menu__btn-box {
    display: none !important;
  }

  .mobile-nav__toggler {
    display: flex !important;
  }
}

/*--------------------------------------------------------------
# 3. Mobile Nav (Starts Below Header)
--------------------------------------------------------------*/
.mobile-nav__wrapper {
  position: fixed;
  top: var(--header-height);
  right: 0;
  width: 100%;
  height: auto;
  max-height: calc(100vh - var(--header-height));
  z-index: 9998;
  background-color: rgba(5, 23, 61, 0.95);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transform: translateX(100%);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  overflow-y: auto;
}

.mobile-nav__wrapper.expanded {
  transform: translateX(0);
}

.mobile-nav__content {
  padding: 35px 20px;
  text-align: center;
}

.mobile-menu__list {
  list-style: none;
  padding: 0;
  margin: 0 0 25px 0;
}

.mobile-menu__list li {
  margin-bottom: 18px;
}

.mobile-menu__list li a {
  font-size: 19px;
  font-weight: 500;
  color: #ffffff;
  text-decoration: none;
  font-family: 'Rubik', sans-serif;
}

.mobile-nav__btn-box {
  display: flex;
  justify-content: center;
}

.mobile-login-btn {
  display: inline-block;
  background-color: var(--FF-blue);
  color: #ffffff !important;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 55px;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}


/* Sticky header height & container padding match with normal navbar */
.stricky-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: var(--header-height, 85px); /* Exactly same height as normal header */
  z-index: 9999;
  background: #ffffff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%);
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
}

.stricky-header .sticky-header__content {
  width: 100%;
}

.stricky-header .main-menu__wrapper-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-left: clamp(15px, 3vw, 40px);
  padding-right: clamp(15px, 3vw, 40px);
}

/* Logo size match on sticky header */
.stricky-header .main-menu__logo img {
    max-width: 220px;
    width: 100%;
    height: auto;
    display: block;

}

/* Active sticky state */
.stricky-header.stricky-fixed {
  opacity: 1;
  visibility: visible;
  transform: translateY(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;
}

.about-img {
  border: 2px solid #f46744;
  border-radius: 30px;
  overflow: hidden;
}

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

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

.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;
}


/* ==========================================================================
   SS Solution B2B Partner Form Styles (Compact & Scaled)
   ========================================================================== */
.partner-form-section {
  position: relative;
  padding: clamp(40px, 5vw, 75px) 0;
  background-color: #f8fafc;
  width: 100%;
}

/* Compact Container Box */
.partner-form-box {
  background: #ffffff;
  padding: clamp(22px, 3vw, 36px) clamp(16px, 3vw, 38px);
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 32, 96, 0.06);
  border: 1px solid #eef2f6;
  max-width: 820px;
  margin: 0 auto;
}

.partner-form-box .section-title {
  margin-bottom: 22px;
}

.partner-form-box .section-title__tagline {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #2e72ff;
  letter-spacing: 1px;
  display: inline-block;
  margin-bottom: 4px;
}

.partner-form-box .section-title__title {
  font-size: clamp(20px, 2.2vw, 26px);
  font-weight: 800;
  color: #0b1f44;
  line-height: 1.25;
  margin-bottom: 8px;
}

.partner-form__subtext {
  font-size: clamp(12.5px, 0.95vw, 14px);
  color: var(--Freshflow-gray);
  font-family: var(--Freshflow-font);
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.5;
}

/* Form Controls (Sleek & Reduced Height) */
.partner-form .form-group {
  margin-bottom: 8px;
  text-align: left;
}

.partner-form label {
  font-size: 13px;
  font-weight: 600;
  color: #1a2b49;
  margin-bottom: 4px;
  display: block;
}

.partner-form label span {
  color: #e5243b;
}

.partner-form .form-control {
  width: 100%;
  height: 44px; 
  padding: 8px 14px;
  font-size: 13.5px;
  color: #1a2b49;
   font-family: var(--Freshflow-font);
  background-color: #f9fbfd;
  border: 1.2px solid #e2e8f0;
  border-radius: 8px;
  transition: all 0.25s ease;
}

.partner-form .form-control:focus {
  background-color: #ffffff;
  border-color: #2e72ff;
  outline: none;
  box-shadow: 0 0 0 3px rgba(46, 114, 255, 0.12);
}

.partner-form .form-select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='%23637381' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 10px;
  cursor: pointer;
}

/* Submit Button */
.partner-form__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: #2e72ff;
  color: #ffffff;
  font-size: 14.5px;
  font-weight: 700;
  padding: 11px 30px;
  border-radius: 40px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 6px 16px rgba(46, 114, 255, 0.22);
}

.partner-form__btn:hover {
  background-color: #0b1f44;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(11, 31, 68, 0.25);
}

.partner-form__btn span i {
  font-size: 12px;
}

/* =========================================================
   BREAKPOINTS
   ========================================================= */
@media (max-width: 767px) {
  .partner-form-section {
    padding: 40px 0;
  }

  .partner-form-box {
    padding: 22px 16px;
    border-radius: 12px;
  }

  .partner-form__btn {
    width: 100%;
    padding: 12px 18px;
    font-size: 14px;
  }
}

@media (max-width: 360px) {
  .partner-form .form-control {
    font-size: 12.5px;
    height: 40px;
    padding: 6px 10px;
  }

  .partner-form label {
    font-size: 12px;
  }
}








