@charset "UTF-8";
/***************************************************************
classes - bg and colors
****************************************************************/
.bg-primary {
  background-color: #1C4E28 !important;
}

.bg-dark {
  background-color: #232326;
}

/***************************************************************
default and global styling
***************************************************************/
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SFProDisplay-Black.woff") format("woff"), url("../fonts/SFProDisplay-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SFProDisplay-Bold.woff") format("woff"), url("../fonts/SFProDisplay-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SFProDisplay-BlackItalic.woff") format("woff"), url("../fonts/SFProDisplay-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SFProDisplay-Light.woff2") format("woff2"), url("../fonts/SFProDisplay-Light.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SFProDisplay-HeavyItalic.woff2") format("woff2"), url("../fonts/SFProDisplay-HeavyItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SFProDisplay-BoldItalic.woff2") format("woff2"), url("../fonts/SFProDisplay-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SFProDisplay-Heavy.woff2") format("woff2"), url("../fonts/SFProDisplay-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SFProDisplay-LightItalic.woff2") format("woff2"), url("../fonts/SFProDisplay-LightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SFProDisplay-Medium.woff2") format("woff2"), url("../fonts/SFProDisplay-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SFProDisplay-Regular.woff2") format("woff2"), url("../fonts/SFProDisplay-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SFProDisplay-MediumItalic.woff2") format("woff2"), url("../fonts/SFProDisplay-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SFProDisplay-RegularItalic.woff2") format("woff2"), url("../fonts/SFProDisplay-RegularItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SFProDisplay-SemiboldItalic.woff2") format("woff2"), url("../fonts/SFProDisplay-SemiboldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SFProDisplay-Semibold.woff2") format("woff2"), url("../fonts/SFProDisplay-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SFProDisplay-Thin.woff2") format("woff2"), url("../fonts/SFProDisplay-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SFProDisplay-UltralightItalic.woff2") format("woff2"), url("../fonts/SFProDisplay-UltralightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SFProDisplay-Ultralight.woff2") format("woff2"), url("../fonts/SFProDisplay-Ultralight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SFProDisplay-ThinItalic.woff2") format("woff2"), url("../fonts/SFProDisplay-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
* {
  transition: all 0.5s ease;
}

html,
body {
  overflow-x: hidden;
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  scroll-behavior: smooth;
}

body {
  background-color: #F4F4F4;
}

* {
  box-sizing: border-box;
}

a {
  transition: 0.3s all ease-in-out;
}

input:focus {
  outline: none;
}

section {
  padding: 60px 0;
}

.container {
  max-width: 1644px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
   font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  display: block;
  color: #2A2A2A;
}

h1,
.h1 {
  font-size: 54px;
  line-height: 84px;
  font-weight: 400;
}

h2,
.h2 {
  color: #191717;
    font-size: 24px;
    font-weight: 500;
  line-height: normal;
}

h3,
.h3 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
}

h4,
.h4 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
}

h5,
.h5 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}

h6,
.h6 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}

p {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}

p,
span {
  font-family: "Manrope", sans-serif;
  font-weight: 200;
}

a {
  text-decoration: none;
}

section {
  position: relative;
}

.text-justify {
  text-align: justify;
}

.font-light {
  font-weight: 100;
}

.fontw-300 {
  font-weight: 300;
}

.font-regular {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.font-black {
  font-weight: 900;
}

.text-normal {
  text-transform: inherit !important;
}

/***************************************************************
Buttons - Solid and outline
***************************************************************/
.swap-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  /* Padding-right creates the space for the icon initially */
  padding: 5px 68px 5px 20px;
  background-color: #ffffff;
  border-radius: 15px;
  border: none;
  cursor: pointer;
  overflow: hidden;
  transition: background-color 0.4s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  min-height: 53px;
}
.swap-btn .text {
  color: #060606;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  white-space: nowrap;
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.swap-btn .icon-box {
  position: absolute;
  top: 5px;
  /* Initially positioned at the right end */
  left: calc(100% - 48px);
  width: 43px;
  height: 43px;
  background-color: #37884A;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: left 0.4s cubic-bezier(0.25, 1, 0.5, 1), background-color 0.4s ease;
}
.swap-btn .icon-box svg {
  width: 24px;
  height: 24px;
  stroke: #ffffff;
  stroke-width: 2.5;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: stroke 0.4s ease;
      transform: translateY(0);
}
.swap-btn:hover {
  background-color: #37884A;
}
.swap-btn:hover .text {
  color: #ffffff;
  /* Slides text into the empty space on the right */
  transform: translateX(45px);
}
.swap-btn:hover .icon-box {
  background-color: #ffffff;
  /* Slides icon all the way to the left padding */
   left: 5px !important;
}
.swap-btn:hover .icon-box svg {
  stroke: #37884A;
}

.btn-theme {
  border-radius: 8px;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  transition: all 0.5s ease;
  background: transparent linear-gradient(180deg, #2D8241 0%, #0E2313 87%, #030303 100%) 0% 0% no-repeat padding-box;
  font-size: 23px;
  border: 2px solid transparent;
  color: #fff;
  padding: 15px 24px;
  font-weight: 400;
  background-size: 100%;
  position: relative;
  overflow: hidden;
}
.btn-theme svg {
  margin-left: 5px;
}
.btn-theme.btn-small {
  padding: 12px 38px;
  font-size: 16px;
}
.btn-theme.btn-md {
  padding: 12px 20px;
  font-size: 19px;
}
.btn-theme:hover, .btn-theme:focus {
  background-size: 150% 180%;
  box-shadow: 0px 0px 6px 3px rgba(2, 2, 2, 0.07);
  transform: scale(1.01);
  transition: all 0.5s ease;
}
.btn-theme:hover svg, .btn-theme:focus svg {
  transform: rotate(-45deg);
  transition: all 0.5s ease;
}

/***************************************************************
box sizing auto handling
***************************************************************/
.height-match {
  display: flex;
}
.height-match .sub-child {
  height: var(--match-height, auto);
}

.list-outline li {
  position: relative;
  font-size: 18px;
  color: #707070;
  line-height: 30px;
  list-style: none;
}
.list-outline li::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background-image: url(../../assets/images/icons/list-checkmark.png);
  background-repeat: no-repeat;
  left: -24px;
  transform: translate(-50%, 50%);
}

.bg-gry {
  background-color: #F5F5F5;
}

/* Pulse animation definition */
@keyframes pulse-animation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
/* Jab card hover ho to pin par ye class apply hogi */
.pin-pulse {
  animation: pulse-animation 0.8s infinite ease-in-out;
  filter: drop-shadow(0 0 10px rgba(45, 130, 65, 0.7));
  /* Optional: Green glow effect */
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/***************************************************************
mixin for custom spacing and margins
***************************************************************/
.m-t-6 {
  margin-top: 6px !important;
}

.p-t-6 {
  padding-top: 6px !important;
}

.m-b-6 {
  margin-bottom: 6px !important;
}

.p-b-6 {
  padding-bottom: 6px !important;
}

.m-l-6 {
  margin-left: 6px !important;
}

.p-l-6 {
  padding-left: 6px !important;
}

.m-r-6 {
  margin-right: 6px !important;
}

.p-r-6 {
  padding-right: 6px !important;
}

.m-t-10 {
  margin-top: 10px !important;
}

.p-t-10 {
  padding-top: 10px !important;
}

.m-b-10 {
  margin-bottom: 10px !important;
}

.p-b-10 {
  padding-bottom: 10px !important;
}

.m-l-10 {
  margin-left: 10px !important;
}

.p-l-10 {
  padding-left: 10px !important;
}

.m-r-10 {
  margin-right: 10px !important;
}

.p-r-10 {
  padding-right: 10px !important;
}

.m-t-20 {
  margin-top: 20px !important;
}

.p-t-20 {
  padding-top: 20px !important;
}

.m-b-20 {
  margin-bottom: 20px !important;
}

.p-b-20 {
  padding-bottom: 20px !important;
}

.m-l-20 {
  margin-left: 20px !important;
}

.p-l-20 {
  padding-left: 20px !important;
}

.m-r-20 {
  margin-right: 20px !important;
}

.p-r-20 {
  padding-right: 20px !important;
}

.m-t-23 {
  margin-top: 23px !important;
}

.p-t-23 {
  padding-top: 23px !important;
}

.m-b-23 {
  margin-bottom: 23px !important;
}

.p-b-23 {
  padding-bottom: 23px !important;
}

.m-l-23 {
  margin-left: 23px !important;
}

.p-l-23 {
  padding-left: 23px !important;
}

.m-r-23 {
  margin-right: 23px !important;
}

.p-r-23 {
  padding-right: 23px !important;
}

.m-t-29 {
  margin-top: 29px !important;
}

.p-t-29 {
  padding-top: 29px !important;
}

.m-b-29 {
  margin-bottom: 29px !important;
}

.p-b-29 {
  padding-bottom: 29px !important;
}

.m-l-29 {
  margin-left: 29px !important;
}

.p-l-29 {
  padding-left: 29px !important;
}

.m-r-29 {
  margin-right: 29px !important;
}

.p-r-29 {
  padding-right: 29px !important;
}

.m-t-30 {
  margin-top: 30px !important;
}

.p-t-30 {
  padding-top: 30px !important;
}

.m-b-30 {
  margin-bottom: 30px !important;
}

.p-b-30 {
  padding-bottom: 30px !important;
}

.m-l-30 {
  margin-left: 30px !important;
}

.p-l-30 {
  padding-left: 30px !important;
}

.m-r-30 {
  margin-right: 30px !important;
}

.p-r-30 {
  padding-right: 30px !important;
}

.m-t-36 {
  margin-top: 36px !important;
}

.p-t-36 {
  padding-top: 36px !important;
}

.m-b-36 {
  margin-bottom: 36px !important;
}

.p-b-36 {
  padding-bottom: 36px !important;
}

.m-l-36 {
  margin-left: 36px !important;
}

.p-l-36 {
  padding-left: 36px !important;
}

.m-r-36 {
  margin-right: 36px !important;
}

.p-r-36 {
  padding-right: 36px !important;
}

.m-t-40 {
  margin-top: 40px !important;
}

.p-t-40 {
  padding-top: 40px !important;
}

.m-b-40 {
  margin-bottom: 40px !important;
}

.p-b-40 {
  padding-bottom: 40px !important;
}

.m-l-40 {
  margin-left: 40px !important;
}

.p-l-40 {
  padding-left: 40px !important;
}

.m-r-40 {
  margin-right: 40px !important;
}

.p-r-40 {
  padding-right: 40px !important;
}

.m-t-48 {
  margin-top: 48px !important;
}

.p-t-48 {
  padding-top: 48px !important;
}

.m-b-48 {
  margin-bottom: 48px !important;
}

.p-b-48 {
  padding-bottom: 48px !important;
}

.m-l-48 {
  margin-left: 48px !important;
}

.p-l-48 {
  padding-left: 48px !important;
}

.m-r-48 {
  margin-right: 48px !important;
}

.p-r-48 {
  padding-right: 48px !important;
}

.m-t-50 {
  margin-top: 50px !important;
}

.p-t-50 {
  padding-top: 50px !important;
}

.m-b-50 {
  margin-bottom: 50px !important;
}

.p-b-50 {
  padding-bottom: 50px !important;
}

.m-l-50 {
  margin-left: 50px !important;
}

.p-l-50 {
  padding-left: 50px !important;
}

.m-r-50 {
  margin-right: 50px !important;
}

.p-r-50 {
  padding-right: 50px !important;
}

.m-t-56 {
  margin-top: 56px !important;
}

.p-t-56 {
  padding-top: 56px !important;
}

.m-b-56 {
  margin-bottom: 56px !important;
}

.p-b-56 {
  padding-bottom: 56px !important;
}

.m-l-56 {
  margin-left: 56px !important;
}

.p-l-56 {
  padding-left: 56px !important;
}

.m-r-56 {
  margin-right: 56px !important;
}

.p-r-56 {
  padding-right: 56px !important;
}

.m-t-60 {
  margin-top: 60px !important;
}

.p-t-60 {
  padding-top: 60px !important;
}

.m-b-60 {
  margin-bottom: 60px !important;
}

.p-b-60 {
  padding-bottom: 60px !important;
}

.m-l-60 {
  margin-left: 60px !important;
}

.p-l-60 {
  padding-left: 60px !important;
}

.m-r-60 {
  margin-right: 60px !important;
}

.p-r-60 {
  padding-right: 60px !important;
}

.m-t-62 {
  margin-top: 62px !important;
}

.p-t-62 {
  padding-top: 62px !important;
}

.m-b-62 {
  margin-bottom: 62px !important;
}

.p-b-62 {
  padding-bottom: 62px !important;
}

.m-l-62 {
  margin-left: 62px !important;
}

.p-l-62 {
  padding-left: 62px !important;
}

.m-r-62 {
  margin-right: 62px !important;
}

.p-r-62 {
  padding-right: 62px !important;
}

.m-t-63 {
  margin-top: 63px !important;
}

.p-t-63 {
  padding-top: 63px !important;
}

.m-b-63 {
  margin-bottom: 63px !important;
}

.p-b-63 {
  padding-bottom: 63px !important;
}

.m-l-63 {
  margin-left: 63px !important;
}

.p-l-63 {
  padding-left: 63px !important;
}

.m-r-63 {
  margin-right: 63px !important;
}

.p-r-63 {
  padding-right: 63px !important;
}

.m-t-64 {
  margin-top: 64px !important;
}

.p-t-64 {
  padding-top: 64px !important;
}

.m-b-64 {
  margin-bottom: 64px !important;
}

.p-b-64 {
  padding-bottom: 64px !important;
}

.m-l-64 {
  margin-left: 64px !important;
}

.p-l-64 {
  padding-left: 64px !important;
}

.m-r-64 {
  margin-right: 64px !important;
}

.p-r-64 {
  padding-right: 64px !important;
}

.m-t-60 {
  margin-top: 60px !important;
}

.p-t-60 {
  padding-top: 60px !important;
}

.m-b-60 {
  margin-bottom: 60px !important;
}

.p-b-60 {
  padding-bottom: 60px !important;
}

.m-l-60 {
  margin-left: 60px !important;
}

.p-l-60 {
  padding-left: 60px !important;
}

.m-r-60 {
  margin-right: 60px !important;
}

.p-r-60 {
  padding-right: 60px !important;
}

.m-t-70 {
  margin-top: 70px !important;
}

.p-t-70 {
  padding-top: 70px !important;
}

.m-b-70 {
  margin-bottom: 70px !important;
}

.p-b-70 {
  padding-bottom: 70px !important;
}

.m-l-70 {
  margin-left: 70px !important;
}

.p-l-70 {
  padding-left: 70px !important;
}

.m-r-70 {
  margin-right: 70px !important;
}

.p-r-70 {
  padding-right: 70px !important;
}

.m-t-75 {
  margin-top: 75px !important;
}

.p-t-75 {
  padding-top: 75px !important;
}

.m-b-75 {
  margin-bottom: 75px !important;
}

.p-b-75 {
  padding-bottom: 75px !important;
}

.m-l-75 {
  margin-left: 75px !important;
}

.p-l-75 {
  padding-left: 75px !important;
}

.m-r-75 {
  margin-right: 75px !important;
}

.p-r-75 {
  padding-right: 75px !important;
}

.m-t-80 {
  margin-top: 80px !important;
}

.p-t-80 {
  padding-top: 80px !important;
}

.m-b-80 {
  margin-bottom: 80px !important;
}

.p-b-80 {
  padding-bottom: 80px !important;
}

.m-l-80 {
  margin-left: 80px !important;
}

.p-l-80 {
  padding-left: 80px !important;
}

.m-r-80 {
  margin-right: 80px !important;
}

.p-r-80 {
  padding-right: 80px !important;
}

.m-t-100 {
  margin-top: 100px !important;
}

.p-t-100 {
  padding-top: 100px !important;
}

.m-b-100 {
  margin-bottom: 100px !important;
}

.p-b-100 {
  padding-bottom: 100px !important;
}

.m-l-100 {
  margin-left: 100px !important;
}

.p-l-100 {
  padding-left: 100px !important;
}

.m-r-100 {
  margin-right: 100px !important;
}

.p-r-100 {
  padding-right: 100px !important;
}

.m-t-115 {
  margin-top: 115px !important;
}

.p-t-115 {
  padding-top: 115px !important;
}

.m-b-115 {
  margin-bottom: 115px !important;
}

.p-b-115 {
  padding-bottom: 115px !important;
}

.m-l-115 {
  margin-left: 115px !important;
}

.p-l-115 {
  padding-left: 115px !important;
}

.m-r-115 {
  margin-right: 115px !important;
}

.p-r-115 {
  padding-right: 115px !important;
}

.m-t-120 {
  margin-top: 120px !important;
}

.p-t-120 {
  padding-top: 120px !important;
}

.m-b-120 {
  margin-bottom: 120px !important;
}

.p-b-120 {
  padding-bottom: 120px !important;
}

.m-l-120 {
  margin-left: 120px !important;
}

.p-l-120 {
  padding-left: 120px !important;
}

.m-r-120 {
  margin-right: 120px !important;
}

.p-r-120 {
  padding-right: 120px !important;
}

.m-t-150 {
  margin-top: 150px !important;
}

.p-t-150 {
  padding-top: 150px !important;
}

.m-b-150 {
  margin-bottom: 150px !important;
}

.p-b-150 {
  padding-bottom: 150px !important;
}

.m-l-150 {
  margin-left: 150px !important;
}

.p-l-150 {
  padding-left: 150px !important;
}

.m-r-150 {
  margin-right: 150px !important;
}

.p-r-150 {
  padding-right: 150px !important;
}

.m-t-200 {
  margin-top: 200px !important;
}

.p-t-200 {
  padding-top: 200px !important;
}

.m-b-200 {
  margin-bottom: 200px !important;
}

.p-b-200 {
  padding-bottom: 200px !important;
}

.m-l-200 {
  margin-left: 200px !important;
}

.p-l-200 {
  padding-left: 200px !important;
}

.m-r-200 {
  margin-right: 200px !important;
}

.p-r-200 {
  padding-right: 200px !important;
}

/*****************************************************************************
expanding bootstraps spacing and margin classes for responsive usage only
*****************************************************************************/
@media (min-width: 576px) {
  .margint-sm-0 {
    margin-top: 0 !important;
  }
}
@media (min-width: 768px) {
  .margint-md-0 {
    margin-top: 0 !important;
  }
}
@media (min-width: 992px) {
  .margint-lg-0 {
    margin-top: 0 !important;
  }
}
@media (min-width: 1200px) {
  .margint-xl-0 {
    margin-top: 0 !important;
  }
}
@media (min-width: 1400px) {
  .margint-xxl-0 {
    margin-top: 0 !important;
  }
}
@media (min-width: 576px) {
  .margint-sm-1 {
    margin-top: 0.25rem !important;
  }
}
@media (min-width: 768px) {
  .margint-md-1 {
    margin-top: 0.25rem !important;
  }
}
@media (min-width: 992px) {
  .margint-lg-1 {
    margin-top: 0.25rem !important;
  }
}
@media (min-width: 1200px) {
  .margint-xl-1 {
    margin-top: 0.25rem !important;
  }
}
@media (min-width: 1400px) {
  .margint-xxl-1 {
    margin-top: 0.25rem !important;
  }
}
@media (min-width: 576px) {
  .margint-sm-2 {
    margin-top: 0.5rem !important;
  }
}
@media (min-width: 768px) {
  .margint-md-2 {
    margin-top: 0.5rem !important;
  }
}
@media (min-width: 992px) {
  .margint-lg-2 {
    margin-top: 0.5rem !important;
  }
}
@media (min-width: 1200px) {
  .margint-xl-2 {
    margin-top: 0.5rem !important;
  }
}
@media (min-width: 1400px) {
  .margint-xxl-2 {
    margin-top: 0.5rem !important;
  }
}
@media (min-width: 576px) {
  .margint-sm-3 {
    margin-top: 1rem !important;
  }
}
@media (min-width: 768px) {
  .margint-md-3 {
    margin-top: 1rem !important;
  }
}
@media (min-width: 992px) {
  .margint-lg-3 {
    margin-top: 1rem !important;
  }
}
@media (min-width: 1200px) {
  .margint-xl-3 {
    margin-top: 1rem !important;
  }
}
@media (min-width: 1400px) {
  .margint-xxl-3 {
    margin-top: 1rem !important;
  }
}
@media (min-width: 576px) {
  .margint-sm-4 {
    margin-top: 1.5rem !important;
  }
}
@media (min-width: 768px) {
  .margint-md-4 {
    margin-top: 1.5rem !important;
  }
}
@media (min-width: 992px) {
  .margint-lg-4 {
    margin-top: 1.5rem !important;
  }
}
@media (min-width: 1200px) {
  .margint-xl-4 {
    margin-top: 1.5rem !important;
  }
}
@media (min-width: 1400px) {
  .margint-xxl-4 {
    margin-top: 1.5rem !important;
  }
}
@media (min-width: 576px) {
  .margint-sm-5 {
    margin-top: 3rem !important;
  }
}
@media (min-width: 768px) {
  .margint-md-5 {
    margin-top: 3rem !important;
  }
}
@media (min-width: 992px) {
  .margint-lg-5 {
    margin-top: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .margint-xl-5 {
    margin-top: 3rem !important;
  }
}
@media (min-width: 1400px) {
  .margint-xxl-5 {
    margin-top: 3rem !important;
  }
}
@media (min-width: 576px) {
  .marginb-sm-0 {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 768px) {
  .marginb-md-0 {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 992px) {
  .marginb-lg-0 {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 1200px) {
  .marginb-xl-0 {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 1400px) {
  .marginb-xxl-0 {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 576px) {
  .marginb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
}
@media (min-width: 768px) {
  .marginb-md-1 {
    margin-bottom: 0.25rem !important;
  }
}
@media (min-width: 992px) {
  .marginb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
}
@media (min-width: 1200px) {
  .marginb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
}
@media (min-width: 1400px) {
  .marginb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
}
@media (min-width: 576px) {
  .marginb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
}
@media (min-width: 768px) {
  .marginb-md-2 {
    margin-bottom: 0.5rem !important;
  }
}
@media (min-width: 992px) {
  .marginb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
}
@media (min-width: 1200px) {
  .marginb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
}
@media (min-width: 1400px) {
  .marginb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
}
@media (min-width: 576px) {
  .marginb-sm-3 {
    margin-bottom: 1rem !important;
  }
}
@media (min-width: 768px) {
  .marginb-md-3 {
    margin-bottom: 1rem !important;
  }
}
@media (min-width: 992px) {
  .marginb-lg-3 {
    margin-bottom: 1rem !important;
  }
}
@media (min-width: 1200px) {
  .marginb-xl-3 {
    margin-bottom: 1rem !important;
  }
}
@media (min-width: 1400px) {
  .marginb-xxl-3 {
    margin-bottom: 1rem !important;
  }
}
@media (min-width: 576px) {
  .marginb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
}
@media (min-width: 768px) {
  .marginb-md-4 {
    margin-bottom: 1.5rem !important;
  }
}
@media (min-width: 992px) {
  .marginb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
}
@media (min-width: 1200px) {
  .marginb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
}
@media (min-width: 1400px) {
  .marginb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
}
@media (min-width: 576px) {
  .marginb-sm-5 {
    margin-bottom: 3rem !important;
  }
}
@media (min-width: 768px) {
  .marginb-md-5 {
    margin-bottom: 3rem !important;
  }
}
@media (min-width: 992px) {
  .marginb-lg-5 {
    margin-bottom: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .marginb-xl-5 {
    margin-bottom: 3rem !important;
  }
}
@media (min-width: 1400px) {
  .marginb-xxl-5 {
    margin-bottom: 3rem !important;
  }
}
@media (min-width: 576px) {
  .margins-sm-0 {
    margin-left: 0 !important;
  }
}
@media (min-width: 768px) {
  .margins-md-0 {
    margin-left: 0 !important;
  }
}
@media (min-width: 992px) {
  .margins-lg-0 {
    margin-left: 0 !important;
  }
}
@media (min-width: 1200px) {
  .margins-xl-0 {
    margin-left: 0 !important;
  }
}
@media (min-width: 1400px) {
  .margins-xxl-0 {
    margin-left: 0 !important;
  }
}
@media (min-width: 576px) {
  .margins-sm-1 {
    margin-left: 0.25rem !important;
  }
}
@media (min-width: 768px) {
  .margins-md-1 {
    margin-left: 0.25rem !important;
  }
}
@media (min-width: 992px) {
  .margins-lg-1 {
    margin-left: 0.25rem !important;
  }
}
@media (min-width: 1200px) {
  .margins-xl-1 {
    margin-left: 0.25rem !important;
  }
}
@media (min-width: 1400px) {
  .margins-xxl-1 {
    margin-left: 0.25rem !important;
  }
}
@media (min-width: 576px) {
  .margins-sm-2 {
    margin-left: 0.5rem !important;
  }
}
@media (min-width: 768px) {
  .margins-md-2 {
    margin-left: 0.5rem !important;
  }
}
@media (min-width: 992px) {
  .margins-lg-2 {
    margin-left: 0.5rem !important;
  }
}
@media (min-width: 1200px) {
  .margins-xl-2 {
    margin-left: 0.5rem !important;
  }
}
@media (min-width: 1400px) {
  .margins-xxl-2 {
    margin-left: 0.5rem !important;
  }
}
@media (min-width: 576px) {
  .margins-sm-3 {
    margin-left: 1rem !important;
  }
}
@media (min-width: 768px) {
  .margins-md-3 {
    margin-left: 1rem !important;
  }
}
@media (min-width: 992px) {
  .margins-lg-3 {
    margin-left: 1rem !important;
  }
}
@media (min-width: 1200px) {
  .margins-xl-3 {
    margin-left: 1rem !important;
  }
}
@media (min-width: 1400px) {
  .margins-xxl-3 {
    margin-left: 1rem !important;
  }
}
@media (min-width: 576px) {
  .margins-sm-4 {
    margin-left: 1.5rem !important;
  }
}
@media (min-width: 768px) {
  .margins-md-4 {
    margin-left: 1.5rem !important;
  }
}
@media (min-width: 992px) {
  .margins-lg-4 {
    margin-left: 1.5rem !important;
  }
}
@media (min-width: 1200px) {
  .margins-xl-4 {
    margin-left: 1.5rem !important;
  }
}
@media (min-width: 1400px) {
  .margins-xxl-4 {
    margin-left: 1.5rem !important;
  }
}
@media (min-width: 576px) {
  .margins-sm-5 {
    margin-left: 3rem !important;
  }
}
@media (min-width: 768px) {
  .margins-md-5 {
    margin-left: 3rem !important;
  }
}
@media (min-width: 992px) {
  .margins-lg-5 {
    margin-left: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .margins-xl-5 {
    margin-left: 3rem !important;
  }
}
@media (min-width: 1400px) {
  .margins-xxl-5 {
    margin-left: 3rem !important;
  }
}
@media (min-width: 576px) {
  .margine-sm-0 {
    margin-right: 0 !important;
  }
}
@media (min-width: 768px) {
  .margine-md-0 {
    margin-right: 0 !important;
  }
}
@media (min-width: 992px) {
  .margine-lg-0 {
    margin-right: 0 !important;
  }
}
@media (min-width: 1200px) {
  .margine-xl-0 {
    margin-right: 0 !important;
  }
}
@media (min-width: 1400px) {
  .margine-xxl-0 {
    margin-right: 0 !important;
  }
}
@media (min-width: 576px) {
  .margine-sm-1 {
    margin-right: 0.25rem !important;
  }
}
@media (min-width: 768px) {
  .margine-md-1 {
    margin-right: 0.25rem !important;
  }
}
@media (min-width: 992px) {
  .margine-lg-1 {
    margin-right: 0.25rem !important;
  }
}
@media (min-width: 1200px) {
  .margine-xl-1 {
    margin-right: 0.25rem !important;
  }
}
@media (min-width: 1400px) {
  .margine-xxl-1 {
    margin-right: 0.25rem !important;
  }
}
@media (min-width: 576px) {
  .margine-sm-2 {
    margin-right: 0.5rem !important;
  }
}
@media (min-width: 768px) {
  .margine-md-2 {
    margin-right: 0.5rem !important;
  }
}
@media (min-width: 992px) {
  .margine-lg-2 {
    margin-right: 0.5rem !important;
  }
}
@media (min-width: 1200px) {
  .margine-xl-2 {
    margin-right: 0.5rem !important;
  }
}
@media (min-width: 1400px) {
  .margine-xxl-2 {
    margin-right: 0.5rem !important;
  }
}
@media (min-width: 576px) {
  .margine-sm-3 {
    margin-right: 1rem !important;
  }
}
@media (min-width: 768px) {
  .margine-md-3 {
    margin-right: 1rem !important;
  }
}
@media (min-width: 992px) {
  .margine-lg-3 {
    margin-right: 1rem !important;
  }
}
@media (min-width: 1200px) {
  .margine-xl-3 {
    margin-right: 1rem !important;
  }
}
@media (min-width: 1400px) {
  .margine-xxl-3 {
    margin-right: 1rem !important;
  }
}
@media (min-width: 576px) {
  .margine-sm-4 {
    margin-right: 1.5rem !important;
  }
}
@media (min-width: 768px) {
  .margine-md-4 {
    margin-right: 1.5rem !important;
  }
}
@media (min-width: 992px) {
  .margine-lg-4 {
    margin-right: 1.5rem !important;
  }
}
@media (min-width: 1200px) {
  .margine-xl-4 {
    margin-right: 1.5rem !important;
  }
}
@media (min-width: 1400px) {
  .margine-xxl-4 {
    margin-right: 1.5rem !important;
  }
}
@media (min-width: 576px) {
  .margine-sm-5 {
    margin-right: 3rem !important;
  }
}
@media (min-width: 768px) {
  .margine-md-5 {
    margin-right: 3rem !important;
  }
}
@media (min-width: 992px) {
  .margine-lg-5 {
    margin-right: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .margine-xl-5 {
    margin-right: 3rem !important;
  }
}
@media (min-width: 1400px) {
  .margine-xxl-5 {
    margin-right: 3rem !important;
  }
}
@media (min-width: 576px) {
  .marginx-sm-0 {
    margin-left right: 0 !important;
  }
}
@media (min-width: 768px) {
  .marginx-md-0 {
    margin-left right: 0 !important;
  }
}
@media (min-width: 992px) {
  .marginx-lg-0 {
    margin-left right: 0 !important;
  }
}
@media (min-width: 1200px) {
  .marginx-xl-0 {
    margin-left right: 0 !important;
  }
}
@media (min-width: 1400px) {
  .marginx-xxl-0 {
    margin-left right: 0 !important;
  }
}
@media (min-width: 576px) {
  .marginx-sm-1 {
    margin-left right: 0.25rem !important;
  }
}
@media (min-width: 768px) {
  .marginx-md-1 {
    margin-left right: 0.25rem !important;
  }
}
@media (min-width: 992px) {
  .marginx-lg-1 {
    margin-left right: 0.25rem !important;
  }
}
@media (min-width: 1200px) {
  .marginx-xl-1 {
    margin-left right: 0.25rem !important;
  }
}
@media (min-width: 1400px) {
  .marginx-xxl-1 {
    margin-left right: 0.25rem !important;
  }
}
@media (min-width: 576px) {
  .marginx-sm-2 {
    margin-left right: 0.5rem !important;
  }
}
@media (min-width: 768px) {
  .marginx-md-2 {
    margin-left right: 0.5rem !important;
  }
}
@media (min-width: 992px) {
  .marginx-lg-2 {
    margin-left right: 0.5rem !important;
  }
}
@media (min-width: 1200px) {
  .marginx-xl-2 {
    margin-left right: 0.5rem !important;
  }
}
@media (min-width: 1400px) {
  .marginx-xxl-2 {
    margin-left right: 0.5rem !important;
  }
}
@media (min-width: 576px) {
  .marginx-sm-3 {
    margin-left right: 1rem !important;
  }
}
@media (min-width: 768px) {
  .marginx-md-3 {
    margin-left right: 1rem !important;
  }
}
@media (min-width: 992px) {
  .marginx-lg-3 {
    margin-left right: 1rem !important;
  }
}
@media (min-width: 1200px) {
  .marginx-xl-3 {
    margin-left right: 1rem !important;
  }
}
@media (min-width: 1400px) {
  .marginx-xxl-3 {
    margin-left right: 1rem !important;
  }
}
@media (min-width: 576px) {
  .marginx-sm-4 {
    margin-left right: 1.5rem !important;
  }
}
@media (min-width: 768px) {
  .marginx-md-4 {
    margin-left right: 1.5rem !important;
  }
}
@media (min-width: 992px) {
  .marginx-lg-4 {
    margin-left right: 1.5rem !important;
  }
}
@media (min-width: 1200px) {
  .marginx-xl-4 {
    margin-left right: 1.5rem !important;
  }
}
@media (min-width: 1400px) {
  .marginx-xxl-4 {
    margin-left right: 1.5rem !important;
  }
}
@media (min-width: 576px) {
  .marginx-sm-5 {
    margin-left right: 3rem !important;
  }
}
@media (min-width: 768px) {
  .marginx-md-5 {
    margin-left right: 3rem !important;
  }
}
@media (min-width: 992px) {
  .marginx-lg-5 {
    margin-left right: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .marginx-xl-5 {
    margin-left right: 3rem !important;
  }
}
@media (min-width: 1400px) {
  .marginx-xxl-5 {
    margin-left right: 3rem !important;
  }
}
@media (min-width: 576px) {
  .marginy-sm-0 {
    margin-top bottom: 0 !important;
  }
}
@media (min-width: 768px) {
  .marginy-md-0 {
    margin-top bottom: 0 !important;
  }
}
@media (min-width: 992px) {
  .marginy-lg-0 {
    margin-top bottom: 0 !important;
  }
}
@media (min-width: 1200px) {
  .marginy-xl-0 {
    margin-top bottom: 0 !important;
  }
}
@media (min-width: 1400px) {
  .marginy-xxl-0 {
    margin-top bottom: 0 !important;
  }
}
@media (min-width: 576px) {
  .marginy-sm-1 {
    margin-top bottom: 0.25rem !important;
  }
}
@media (min-width: 768px) {
  .marginy-md-1 {
    margin-top bottom: 0.25rem !important;
  }
}
@media (min-width: 992px) {
  .marginy-lg-1 {
    margin-top bottom: 0.25rem !important;
  }
}
@media (min-width: 1200px) {
  .marginy-xl-1 {
    margin-top bottom: 0.25rem !important;
  }
}
@media (min-width: 1400px) {
  .marginy-xxl-1 {
    margin-top bottom: 0.25rem !important;
  }
}
@media (min-width: 576px) {
  .marginy-sm-2 {
    margin-top bottom: 0.5rem !important;
  }
}
@media (min-width: 768px) {
  .marginy-md-2 {
    margin-top bottom: 0.5rem !important;
  }
}
@media (min-width: 992px) {
  .marginy-lg-2 {
    margin-top bottom: 0.5rem !important;
  }
}
@media (min-width: 1200px) {
  .marginy-xl-2 {
    margin-top bottom: 0.5rem !important;
  }
}
@media (min-width: 1400px) {
  .marginy-xxl-2 {
    margin-top bottom: 0.5rem !important;
  }
}
@media (min-width: 576px) {
  .marginy-sm-3 {
    margin-top bottom: 1rem !important;
  }
}
@media (min-width: 768px) {
  .marginy-md-3 {
    margin-top bottom: 1rem !important;
  }
}
@media (min-width: 992px) {
  .marginy-lg-3 {
    margin-top bottom: 1rem !important;
  }
}
@media (min-width: 1200px) {
  .marginy-xl-3 {
    margin-top bottom: 1rem !important;
  }
}
@media (min-width: 1400px) {
  .marginy-xxl-3 {
    margin-top bottom: 1rem !important;
  }
}
@media (min-width: 576px) {
  .marginy-sm-4 {
    margin-top bottom: 1.5rem !important;
  }
}
@media (min-width: 768px) {
  .marginy-md-4 {
    margin-top bottom: 1.5rem !important;
  }
}
@media (min-width: 992px) {
  .marginy-lg-4 {
    margin-top bottom: 1.5rem !important;
  }
}
@media (min-width: 1200px) {
  .marginy-xl-4 {
    margin-top bottom: 1.5rem !important;
  }
}
@media (min-width: 1400px) {
  .marginy-xxl-4 {
    margin-top bottom: 1.5rem !important;
  }
}
@media (min-width: 576px) {
  .marginy-sm-5 {
    margin-top bottom: 3rem !important;
  }
}
@media (min-width: 768px) {
  .marginy-md-5 {
    margin-top bottom: 3rem !important;
  }
}
@media (min-width: 992px) {
  .marginy-lg-5 {
    margin-top bottom: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .marginy-xl-5 {
    margin-top bottom: 3rem !important;
  }
}
@media (min-width: 1400px) {
  .marginy-xxl-5 {
    margin-top bottom: 3rem !important;
  }
}
@media (min-width: 576px) {
  .paddingt-sm-0 {
    padding-top: 0 !important;
  }
}
@media (min-width: 768px) {
  .paddingt-md-0 {
    padding-top: 0 !important;
  }
}
@media (min-width: 992px) {
  .paddingt-lg-0 {
    padding-top: 0 !important;
  }
}
@media (min-width: 1200px) {
  .paddingt-xl-0 {
    padding-top: 0 !important;
  }
}
@media (min-width: 1400px) {
  .paddingt-xxl-0 {
    padding-top: 0 !important;
  }
}
@media (min-width: 576px) {
  .paddingt-sm-1 {
    padding-top: 0.25rem !important;
  }
}
@media (min-width: 768px) {
  .paddingt-md-1 {
    padding-top: 0.25rem !important;
  }
}
@media (min-width: 992px) {
  .paddingt-lg-1 {
    padding-top: 0.25rem !important;
  }
}
@media (min-width: 1200px) {
  .paddingt-xl-1 {
    padding-top: 0.25rem !important;
  }
}
@media (min-width: 1400px) {
  .paddingt-xxl-1 {
    padding-top: 0.25rem !important;
  }
}
@media (min-width: 576px) {
  .paddingt-sm-2 {
    padding-top: 0.5rem !important;
  }
}
@media (min-width: 768px) {
  .paddingt-md-2 {
    padding-top: 0.5rem !important;
  }
}
@media (min-width: 992px) {
  .paddingt-lg-2 {
    padding-top: 0.5rem !important;
  }
}
@media (min-width: 1200px) {
  .paddingt-xl-2 {
    padding-top: 0.5rem !important;
  }
}
@media (min-width: 1400px) {
  .paddingt-xxl-2 {
    padding-top: 0.5rem !important;
  }
}
@media (min-width: 576px) {
  .paddingt-sm-3 {
    padding-top: 1rem !important;
  }
}
@media (min-width: 768px) {
  .paddingt-md-3 {
    padding-top: 1rem !important;
  }
}
@media (min-width: 992px) {
  .paddingt-lg-3 {
    padding-top: 1rem !important;
  }
}
@media (min-width: 1200px) {
  .paddingt-xl-3 {
    padding-top: 1rem !important;
  }
}
@media (min-width: 1400px) {
  .paddingt-xxl-3 {
    padding-top: 1rem !important;
  }
}
@media (min-width: 576px) {
  .paddingt-sm-4 {
    padding-top: 1.5rem !important;
  }
}
@media (min-width: 768px) {
  .paddingt-md-4 {
    padding-top: 1.5rem !important;
  }
}
@media (min-width: 992px) {
  .paddingt-lg-4 {
    padding-top: 1.5rem !important;
  }
}
@media (min-width: 1200px) {
  .paddingt-xl-4 {
    padding-top: 1.5rem !important;
  }
}
@media (min-width: 1400px) {
  .paddingt-xxl-4 {
    padding-top: 1.5rem !important;
  }
}
@media (min-width: 576px) {
  .paddingt-sm-5 {
    padding-top: 3rem !important;
  }
}
@media (min-width: 768px) {
  .paddingt-md-5 {
    padding-top: 3rem !important;
  }
}
@media (min-width: 992px) {
  .paddingt-lg-5 {
    padding-top: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .paddingt-xl-5 {
    padding-top: 3rem !important;
  }
}
@media (min-width: 1400px) {
  .paddingt-xxl-5 {
    padding-top: 3rem !important;
  }
}
@media (min-width: 576px) {
  .paddingb-sm-0 {
    padding-bottom: 0 !important;
  }
}
@media (min-width: 768px) {
  .paddingb-md-0 {
    padding-bottom: 0 !important;
  }
}
@media (min-width: 992px) {
  .paddingb-lg-0 {
    padding-bottom: 0 !important;
  }
}
@media (min-width: 1200px) {
  .paddingb-xl-0 {
    padding-bottom: 0 !important;
  }
}
@media (min-width: 1400px) {
  .paddingb-xxl-0 {
    padding-bottom: 0 !important;
  }
}
@media (min-width: 576px) {
  .paddingb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
}
@media (min-width: 768px) {
  .paddingb-md-1 {
    padding-bottom: 0.25rem !important;
  }
}
@media (min-width: 992px) {
  .paddingb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
}
@media (min-width: 1200px) {
  .paddingb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
}
@media (min-width: 1400px) {
  .paddingb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
}
@media (min-width: 576px) {
  .paddingb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
}
@media (min-width: 768px) {
  .paddingb-md-2 {
    padding-bottom: 0.5rem !important;
  }
}
@media (min-width: 992px) {
  .paddingb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
}
@media (min-width: 1200px) {
  .paddingb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
}
@media (min-width: 1400px) {
  .paddingb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
}
@media (min-width: 576px) {
  .paddingb-sm-3 {
    padding-bottom: 1rem !important;
  }
}
@media (min-width: 768px) {
  .paddingb-md-3 {
    padding-bottom: 1rem !important;
  }
}
@media (min-width: 992px) {
  .paddingb-lg-3 {
    padding-bottom: 1rem !important;
  }
}
@media (min-width: 1200px) {
  .paddingb-xl-3 {
    padding-bottom: 1rem !important;
  }
}
@media (min-width: 1400px) {
  .paddingb-xxl-3 {
    padding-bottom: 1rem !important;
  }
}
@media (min-width: 576px) {
  .paddingb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
}
@media (min-width: 768px) {
  .paddingb-md-4 {
    padding-bottom: 1.5rem !important;
  }
}
@media (min-width: 992px) {
  .paddingb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
}
@media (min-width: 1200px) {
  .paddingb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
}
@media (min-width: 1400px) {
  .paddingb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
}
@media (min-width: 576px) {
  .paddingb-sm-5 {
    padding-bottom: 3rem !important;
  }
}
@media (min-width: 768px) {
  .paddingb-md-5 {
    padding-bottom: 3rem !important;
  }
}
@media (min-width: 992px) {
  .paddingb-lg-5 {
    padding-bottom: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .paddingb-xl-5 {
    padding-bottom: 3rem !important;
  }
}
@media (min-width: 1400px) {
  .paddingb-xxl-5 {
    padding-bottom: 3rem !important;
  }
}
@media (min-width: 576px) {
  .paddings-sm-0 {
    padding-left: 0 !important;
  }
}
@media (min-width: 768px) {
  .paddings-md-0 {
    padding-left: 0 !important;
  }
}
@media (min-width: 992px) {
  .paddings-lg-0 {
    padding-left: 0 !important;
  }
}
@media (min-width: 1200px) {
  .paddings-xl-0 {
    padding-left: 0 !important;
  }
}
@media (min-width: 1400px) {
  .paddings-xxl-0 {
    padding-left: 0 !important;
  }
}
@media (min-width: 576px) {
  .paddings-sm-1 {
    padding-left: 0.25rem !important;
  }
}
@media (min-width: 768px) {
  .paddings-md-1 {
    padding-left: 0.25rem !important;
  }
}
@media (min-width: 992px) {
  .paddings-lg-1 {
    padding-left: 0.25rem !important;
  }
}
@media (min-width: 1200px) {
  .paddings-xl-1 {
    padding-left: 0.25rem !important;
  }
}
@media (min-width: 1400px) {
  .paddings-xxl-1 {
    padding-left: 0.25rem !important;
  }
}
@media (min-width: 576px) {
  .paddings-sm-2 {
    padding-left: 0.5rem !important;
  }
}
@media (min-width: 768px) {
  .paddings-md-2 {
    padding-left: 0.5rem !important;
  }
}
@media (min-width: 992px) {
  .paddings-lg-2 {
    padding-left: 0.5rem !important;
  }
}
@media (min-width: 1200px) {
  .paddings-xl-2 {
    padding-left: 0.5rem !important;
  }
}
@media (min-width: 1400px) {
  .paddings-xxl-2 {
    padding-left: 0.5rem !important;
  }
}
@media (min-width: 576px) {
  .paddings-sm-3 {
    padding-left: 1rem !important;
  }
}
@media (min-width: 768px) {
  .paddings-md-3 {
    padding-left: 1rem !important;
  }
}
@media (min-width: 992px) {
  .paddings-lg-3 {
    padding-left: 1rem !important;
  }
}
@media (min-width: 1200px) {
  .paddings-xl-3 {
    padding-left: 1rem !important;
  }
}
@media (min-width: 1400px) {
  .paddings-xxl-3 {
    padding-left: 1rem !important;
  }
}
@media (min-width: 576px) {
  .paddings-sm-4 {
    padding-left: 1.5rem !important;
  }
}
@media (min-width: 768px) {
  .paddings-md-4 {
    padding-left: 1.5rem !important;
  }
}
@media (min-width: 992px) {
  .paddings-lg-4 {
    padding-left: 1.5rem !important;
  }
}
@media (min-width: 1200px) {
  .paddings-xl-4 {
    padding-left: 1.5rem !important;
  }
}
@media (min-width: 1400px) {
  .paddings-xxl-4 {
    padding-left: 1.5rem !important;
  }
}
@media (min-width: 576px) {
  .paddings-sm-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 768px) {
  .paddings-md-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 992px) {
  .paddings-lg-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .paddings-xl-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1400px) {
  .paddings-xxl-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 576px) {
  .paddinge-sm-0 {
    padding-right: 0 !important;
  }
}
@media (min-width: 768px) {
  .paddinge-md-0 {
    padding-right: 0 !important;
  }
}
@media (min-width: 992px) {
  .paddinge-lg-0 {
    padding-right: 0 !important;
  }
}
@media (min-width: 1200px) {
  .paddinge-xl-0 {
    padding-right: 0 !important;
  }
}
@media (min-width: 1400px) {
  .paddinge-xxl-0 {
    padding-right: 0 !important;
  }
}
@media (min-width: 576px) {
  .paddinge-sm-1 {
    padding-right: 0.25rem !important;
  }
}
@media (min-width: 768px) {
  .paddinge-md-1 {
    padding-right: 0.25rem !important;
  }
}
@media (min-width: 992px) {
  .paddinge-lg-1 {
    padding-right: 0.25rem !important;
  }
}
@media (min-width: 1200px) {
  .paddinge-xl-1 {
    padding-right: 0.25rem !important;
  }
}
@media (min-width: 1400px) {
  .paddinge-xxl-1 {
    padding-right: 0.25rem !important;
  }
}
@media (min-width: 576px) {
  .paddinge-sm-2 {
    padding-right: 0.5rem !important;
  }
}
@media (min-width: 768px) {
  .paddinge-md-2 {
    padding-right: 0.5rem !important;
  }
}
@media (min-width: 992px) {
  .paddinge-lg-2 {
    padding-right: 0.5rem !important;
  }
}
@media (min-width: 1200px) {
  .paddinge-xl-2 {
    padding-right: 0.5rem !important;
  }
}
@media (min-width: 1400px) {
  .paddinge-xxl-2 {
    padding-right: 0.5rem !important;
  }
}
@media (min-width: 576px) {
  .paddinge-sm-3 {
    padding-right: 1rem !important;
  }
}
@media (min-width: 768px) {
  .paddinge-md-3 {
    padding-right: 1rem !important;
  }
}
@media (min-width: 992px) {
  .paddinge-lg-3 {
    padding-right: 1rem !important;
  }
}
@media (min-width: 1200px) {
  .paddinge-xl-3 {
    padding-right: 1rem !important;
  }
}
@media (min-width: 1400px) {
  .paddinge-xxl-3 {
    padding-right: 1rem !important;
  }
}
@media (min-width: 576px) {
  .paddinge-sm-4 {
    padding-right: 1.5rem !important;
  }
}
@media (min-width: 768px) {
  .paddinge-md-4 {
    padding-right: 1.5rem !important;
  }
}
@media (min-width: 992px) {
  .paddinge-lg-4 {
    padding-right: 1.5rem !important;
  }
}
@media (min-width: 1200px) {
  .paddinge-xl-4 {
    padding-right: 1.5rem !important;
  }
}
@media (min-width: 1400px) {
  .paddinge-xxl-4 {
    padding-right: 1.5rem !important;
  }
}
@media (min-width: 576px) {
  .paddinge-sm-5 {
    padding-right: 3rem !important;
  }
}
@media (min-width: 768px) {
  .paddinge-md-5 {
    padding-right: 3rem !important;
  }
}
@media (min-width: 992px) {
  .paddinge-lg-5 {
    padding-right: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .paddinge-xl-5 {
    padding-right: 3rem !important;
  }
}
@media (min-width: 1400px) {
  .paddinge-xxl-5 {
    padding-right: 3rem !important;
  }
}
@media (min-width: 576px) {
  .paddingx-sm-0 {
    padding-left right: 0 !important;
  }
}
@media (min-width: 768px) {
  .paddingx-md-0 {
    padding-left right: 0 !important;
  }
}
@media (min-width: 992px) {
  .paddingx-lg-0 {
    padding-left right: 0 !important;
  }
}
@media (min-width: 1200px) {
  .paddingx-xl-0 {
    padding-left right: 0 !important;
  }
}
@media (min-width: 1400px) {
  .paddingx-xxl-0 {
    padding-left right: 0 !important;
  }
}
@media (min-width: 576px) {
  .paddingx-sm-1 {
    padding-left right: 0.25rem !important;
  }
}
@media (min-width: 768px) {
  .paddingx-md-1 {
    padding-left right: 0.25rem !important;
  }
}
@media (min-width: 992px) {
  .paddingx-lg-1 {
    padding-left right: 0.25rem !important;
  }
}
@media (min-width: 1200px) {
  .paddingx-xl-1 {
    padding-left right: 0.25rem !important;
  }
}
@media (min-width: 1400px) {
  .paddingx-xxl-1 {
    padding-left right: 0.25rem !important;
  }
}
@media (min-width: 576px) {
  .paddingx-sm-2 {
    padding-left right: 0.5rem !important;
  }
}
@media (min-width: 768px) {
  .paddingx-md-2 {
    padding-left right: 0.5rem !important;
  }
}
@media (min-width: 992px) {
  .paddingx-lg-2 {
    padding-left right: 0.5rem !important;
  }
}
@media (min-width: 1200px) {
  .paddingx-xl-2 {
    padding-left right: 0.5rem !important;
  }
}
@media (min-width: 1400px) {
  .paddingx-xxl-2 {
    padding-left right: 0.5rem !important;
  }
}
@media (min-width: 576px) {
  .paddingx-sm-3 {
    padding-left right: 1rem !important;
  }
}
@media (min-width: 768px) {
  .paddingx-md-3 {
    padding-left right: 1rem !important;
  }
}
@media (min-width: 992px) {
  .paddingx-lg-3 {
    padding-left right: 1rem !important;
  }
}
@media (min-width: 1200px) {
  .paddingx-xl-3 {
    padding-left right: 1rem !important;
  }
}
@media (min-width: 1400px) {
  .paddingx-xxl-3 {
    padding-left right: 1rem !important;
  }
}
@media (min-width: 576px) {
  .paddingx-sm-4 {
    padding-left right: 1.5rem !important;
  }
}
@media (min-width: 768px) {
  .paddingx-md-4 {
    padding-left right: 1.5rem !important;
  }
}
@media (min-width: 992px) {
  .paddingx-lg-4 {
    padding-left right: 1.5rem !important;
  }
}
@media (min-width: 1200px) {
  .paddingx-xl-4 {
    padding-left right: 1.5rem !important;
  }
}
@media (min-width: 1400px) {
  .paddingx-xxl-4 {
    padding-left right: 1.5rem !important;
  }
}
@media (min-width: 576px) {
  .paddingx-sm-5 {
    padding-left right: 3rem !important;
  }
}
@media (min-width: 768px) {
  .paddingx-md-5 {
    padding-left right: 3rem !important;
  }
}
@media (min-width: 992px) {
  .paddingx-lg-5 {
    padding-left right: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .paddingx-xl-5 {
    padding-left right: 3rem !important;
  }
}
@media (min-width: 1400px) {
  .paddingx-xxl-5 {
    padding-left right: 3rem !important;
  }
}
@media (min-width: 576px) {
  .paddingy-sm-0 {
    padding-top bottom: 0 !important;
  }
}
@media (min-width: 768px) {
  .paddingy-md-0 {
    padding-top bottom: 0 !important;
  }
}
@media (min-width: 992px) {
  .paddingy-lg-0 {
    padding-top bottom: 0 !important;
  }
}
@media (min-width: 1200px) {
  .paddingy-xl-0 {
    padding-top bottom: 0 !important;
  }
}
@media (min-width: 1400px) {
  .paddingy-xxl-0 {
    padding-top bottom: 0 !important;
  }
}
@media (min-width: 576px) {
  .paddingy-sm-1 {
    padding-top bottom: 0.25rem !important;
  }
}
@media (min-width: 768px) {
  .paddingy-md-1 {
    padding-top bottom: 0.25rem !important;
  }
}
@media (min-width: 992px) {
  .paddingy-lg-1 {
    padding-top bottom: 0.25rem !important;
  }
}
@media (min-width: 1200px) {
  .paddingy-xl-1 {
    padding-top bottom: 0.25rem !important;
  }
}
@media (min-width: 1400px) {
  .paddingy-xxl-1 {
    padding-top bottom: 0.25rem !important;
  }
}
@media (min-width: 576px) {
  .paddingy-sm-2 {
    padding-top bottom: 0.5rem !important;
  }
}
@media (min-width: 768px) {
  .paddingy-md-2 {
    padding-top bottom: 0.5rem !important;
  }
}
@media (min-width: 992px) {
  .paddingy-lg-2 {
    padding-top bottom: 0.5rem !important;
  }
}
@media (min-width: 1200px) {
  .paddingy-xl-2 {
    padding-top bottom: 0.5rem !important;
  }
}
@media (min-width: 1400px) {
  .paddingy-xxl-2 {
    padding-top bottom: 0.5rem !important;
  }
}
@media (min-width: 576px) {
  .paddingy-sm-3 {
    padding-top bottom: 1rem !important;
  }
}
@media (min-width: 768px) {
  .paddingy-md-3 {
    padding-top bottom: 1rem !important;
  }
}
@media (min-width: 992px) {
  .paddingy-lg-3 {
    padding-top bottom: 1rem !important;
  }
}
@media (min-width: 1200px) {
  .paddingy-xl-3 {
    padding-top bottom: 1rem !important;
  }
}
@media (min-width: 1400px) {
  .paddingy-xxl-3 {
    padding-top bottom: 1rem !important;
  }
}
@media (min-width: 576px) {
  .paddingy-sm-4 {
    padding-top bottom: 1.5rem !important;
  }
}
@media (min-width: 768px) {
  .paddingy-md-4 {
    padding-top bottom: 1.5rem !important;
  }
}
@media (min-width: 992px) {
  .paddingy-lg-4 {
    padding-top bottom: 1.5rem !important;
  }
}
@media (min-width: 1200px) {
  .paddingy-xl-4 {
    padding-top bottom: 1.5rem !important;
  }
}
@media (min-width: 1400px) {
  .paddingy-xxl-4 {
    padding-top bottom: 1.5rem !important;
  }
}
@media (min-width: 576px) {
  .paddingy-sm-5 {
    padding-top bottom: 3rem !important;
  }
}
@media (min-width: 768px) {
  .paddingy-md-5 {
    padding-top bottom: 3rem !important;
  }
}
@media (min-width: 992px) {
  .paddingy-lg-5 {
    padding-top bottom: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .paddingy-xl-5 {
    padding-top bottom: 3rem !important;
  }
}
@media (min-width: 1400px) {
  .paddingy-xxl-5 {
    padding-top bottom: 3rem !important;
  }
}
header.desktop-header {
  position: fixed;
  top: 20px;
  right: 0;
  left: 0;
  z-index: 9;
  transition: all 0.3s ease;
}
header.desktop-header.bg-header-black .navbar .nav-link {
  color: #fff !important;
}
header.desktop-header.bg-header-black .navbar .nav-link svg path {
  fill: #fff;
}
header.desktop-header .btn-theme {
  overflow: unset;
}
@media (max-width: 991px) {
  header.desktop-header {
    display: none;
  }
}
header.desktop-header .navbar-collapse {
  flex: unset !important;
}
header.desktop-header nav {
  border-radius: 16px;
  border: 1px solid #bdbdbd;
  background: linear-gradient(153deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  padding: 13px 31px !important;
  justify-content: space-between !important;
  position: relative;
  backdrop-filter: blur(42px);
  box-shadow: 0px 20px 50px 0px rgba(80, 80, 80, 0.1098039216);
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  gap: 0px;
  transition: all 0.3s ease;
}
header.desktop-header nav .navbar-collapse,
header.desktop-header nav .navbar-nav {
  flex-wrap: nowrap !important;
  white-space: nowrap;
}
header.desktop-header nav.navbar-scrolled {
  padding: 6px 31px !important;
  max-width: 1065px;
  border-radius: 40px;
}
header.desktop-header nav.navbar-scrolled .navbar-nav {
  gap: 20px;
}
header.desktop-header nav.navbar-scrolled .navbar-nav .nav-item .nav-link {
  font-size: 16px;
}
header.desktop-header nav.navbar-scrolled .navbar-collapse {
  margin-right: 20px !important;
  transition: all 0.3s ease;
}
header.desktop-header nav.navbar-scrolled .navbar-brand {
  margin-right: 60px;
}
header.desktop-header nav.navbar-scrolled .navbar-brand .header-logo {
  opacity: 0;
  visibility: hidden;
  width: 0 !important;
}
header.desktop-header nav.navbar-scrolled .navbar-brand .header-logo-icon {
  opacity: 1;
  visibility: visible;
}
header.desktop-header nav.navbar-scrolled .swap-btn {
  min-height: 41px;
}
header.desktop-header nav.navbar-scrolled .swap-btn .icon-box {
  width: 30px;
  height: 30px;
  left: calc(100% - 37px);
}
header.desktop-header nav.navbar-scrolled .swap-btn .icon-box svg {
  width: 18px;
  height: 18px;
}
header.desktop-header nav.navbar-scrolled .mega-menu {
  width: 100%;
  top: 70px !important;
}
header.desktop-header nav.navbar-scrolled .menu-item {
  padding: 12px;
}
header.desktop-header nav.navbar-scrolled .menu-item span {
  font-size: 14px;
}
header.desktop-header nav.navbar-scrolled .menu-item ul li a span {
  font-size: 14px;
}
header.desktop-header nav .navbar-brand {
  margin-right: 0;
  position: relative;
  display: flex;
  align-items: center;
}
header.desktop-header nav .navbar-brand .header-logo {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease;
}
header.desktop-header nav .navbar-brand .header-logo-icon {
  position: absolute;
  left: 0;
  width: 37px;
  height: 35px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
header.desktop-header nav .navbar-nav {
  gap: 44px;
}
header.desktop-header nav .navbar-nav .nav-item .nav-link {
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  padding: 0;
  line-height: 52px;
  transition: all 0.3s ease;
}
header.desktop-header nav .navbar-nav .nav-item .nav-link:hover {
  color: #37884A !important;
}
header.desktop-header nav .navbar-nav .nav-item .nav-link svg {
  margin-left: 8px;
  transition: transform 0.3s ease;
}
header.desktop-header nav .navbar-nav .nav-item .nav-link.show {
  color: #1C4E28;
}
header.desktop-header nav .navbar-nav .nav-item .nav-link.show svg {
  transform: rotate(180deg);
}

.top-level-menu > li {
  display: inline-block;
  position: unset;
}

.top-level-menu > li:hover .mega-menu {
  display: flex;
}

.mega-menu {
  display: none;
  position: absolute;
  top: 100px !important;
  right: 0;
  left: 0;
  width: 83%;
  margin: 0 auto;
  z-index: 1000;
  border-radius: 18px;
  border: 1px solid #DFECE0;
  background-color: #DFECE0;
}
.mega-menu.megamnusingle {
  width: 22%;
}
.mega-menu.megamnusingle .menu-item {
  min-height: 420px !important;
}
@media (max-width: 1640px) {
  .mega-menu {
    width: 100%;
  }
}
.mega-menu .megamenu-wrp {
  padding: 15px;
  width: 100%;
}
.mega-menu .megamenu-wrp .product-wrp {
  background-color: #fff;
  padding: 30px;
  border-radius: 12px;
}
.mega-menu .megamenu-wrp .product-wrp .menu-title span {
  border-radius: 8px;
  padding: 5px 18px;
  color: #414141;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 19px;
}
.mega-menu .megamenu-wrp .product-wrp .menu-title span.menu-title-1 {
  background-color: #E3F5E3;
  border: 1px solid #BDE8BB;
}
.mega-menu .megamenu-wrp .menu-item {
  background-color: #fff;
  padding: 20px 25px;
  border-radius: 10px;
  min-height: 517px;
  border: 1px solid #fff;
}
.mega-menu .megamenu-wrp .menu-item .menu-title {
  margin-bottom: 30px;
}
.mega-menu .megamenu-wrp .menu-item .menu-title span {
  padding: 5px 18px;
  color: #414141;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  border-radius: 5px;
}
.mega-menu .megamenu-wrp .menu-item .menu-title span.menu-title-1 {
  border: 1px solid #BDE8BB;
  background: #DFECE0;
}
.mega-menu .megamenu-wrp .menu-item .menu-title span.menu-title-2 {
  border: 1px solid #BDE8BB;
  background: #DFECE0;
}
.mega-menu .megamenu-wrp .menu-item .menu-title span.menu-title-3 {
  border: 1px solid #BDE8BB;
  background: #DFECE0;
}
.mega-menu .megamenu-wrp .menu-item .menu-title span.menu-title-4 {
  border: 1px solid #BDE8BB;
  background: #DFECE0;
}
.mega-menu .megamenu-wrp .menu-item ul {
  padding: 0;
}
.mega-menu .megamenu-wrp .menu-item ul li {
  list-style: none;
  border-radius: 8px;
}
.mega-menu .megamenu-wrp .menu-item ul li:not:last-child {
  margin-bottom: 25px;
}
.mega-menu .megamenu-wrp .menu-item ul li:hover {
  background-color: #e3e3e3;
}
.mega-menu .megamenu-wrp .menu-item ul li a {
  display: flex;
  align-items: center;
  padding: 2px 0;
}
.mega-menu .megamenu-wrp .menu-item ul li a span {
  color: #000000;
}
.mega-menu .megamenu-wrp .menu-card-link {
  display: block;
  background-color: transparent;
  padding: 20px 25px;
  border-radius: 12px;
  border: 1px solid #E5E5E5;
  min-height: 170px;
}
.mega-menu .megamenu-wrp .menu-card-link .menu-card .card-title {
  display: flex;
  align-items: center;
  gap: 12px;
}
.mega-menu .megamenu-wrp .menu-card-link .menu-card .card-title h4 {
  font-size: 20px !important;
  margin-bottom: 0;
}
.mega-menu .megamenu-wrp .menu-card-link .menu-card .card-desc p {
  margin-bottom: 0;
  font-size: 16px;
  color: #7A7A7A;
  line-height: 22px;
  white-space: normal;
}
.mega-menu .megamenu-wrp .menu-card-link:hover {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.0705882353);
  transition: 0.5s all ease-in-out;
  border: 1px solid #37884A;
}

.left-panel {
  width: 25%;
  padding: 28px 31px;
  background-color: rgba(248, 248, 248, 0.7215686275);
  border-radius: 0px 0px 0px 12px;
}

.product-list li {
  margin-bottom: 15px;
  list-style: none;
}

.product-list .product-tab span {
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #707070;
  font-weight: 400;
  margin-top: 2px;
}

.product-list .product-tab .h5 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: #000;
  margin-bottom: 0;
}

.right-panel {
  width: 75%;
  padding: 26px 38px;
}
.right-panel.service-content .menu-column ul li {
  border-bottom: 1px solid #EFEFEF;
  padding-bottom: 5px;
}
.right-panel.service-content .menu-column ul li a {
  font-size: 14px;
  color: #000000;
  font-weight: 500;
}
.right-panel.service-content .menu-column ul li a svg {
  transform: translateY(-2px);
  margin-right: 5px;
  width: 18px;
  height: 18px;
}
.right-panel.service-content .menu-column ul li a span {
  margin-top: 8px;
  font-size: 14px;
  color: #707070;
}

.menu-column {
  flex: 1;
}
.menu-column h6 {
  margin-bottom: 10px;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  border-bottom: 1px solid #EFEFEF;
  padding: 0 11px 26px;
}
.menu-column ul {
  list-style: none;
  padding: 0;
  margin: 8px 0 0;
}
.menu-column ul li {
  transition: 0.3s all ease-in-out;
}
.menu-column ul li:hover {
  background-color: #F5F5F5;
}
.menu-column ul li:hover a {
  color: #1C4E28;
}
.menu-column ul li:not(:last-child) {
  margin-bottom: 13px;
}
.menu-column ul li a {
  padding: 9px 11px;
  display: block;
  font-size: 14px;
  color: #707070;
  line-height: 24px;
  width: 100%;
}

.product-content {
  display: none;
}

.product-content.active {
  display: flex;
}

.product-tab {
  cursor: pointer;
  padding: 18px 22px;
  border-radius: 8px;
}

.product-tab.active {
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.0705882353);
}

/* Disable hover-open for dropdowns */
.nav-item.dropdown:hover .mega-menu {
  display: none !important;
}

/* Bootstrap default: only show when .show is active */
.nav-item.dropdown .mega-menu.show {
  display: block !important;
  -webkit-animation: fadeIn 0.5s alternate;
  /* Safari 4.0 - 8.0 */
  animation: fadeIn 0.5s alternate;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-menu.mega-menu {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.mobile-menu {
  display: none;
  z-index: 99;
  position: relative;
}
@media (max-width: 991px) {
  .mobile-menu {
    display: block;
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.0392156863);
    border-radius: 12px;
    padding: 10px;
    margin: 0;
  }
}
.mobile-menu .navbar img {
  width: 60%;
}
.mobile-menu .offcanvas-wrp .offcanvas-toggle {
  background-color: transparent;
  border: 1px solid #000;
  padding: 2px 5px;
  border-radius: 4px;
}
.mobile-menu .offcanvas-wrp .offcanvas-toggle .toggle-icon {
  width: 20px;
  height: 20px;
  fill: #075E54;
  color: #075E54;
}
.mobile-menu .offcanvas-wrp .inner-canvas-header {
  justify-content: space-between;
  border-bottom: 1px solid #dde0e9;
}
.mobile-menu .offcanvas-wrp .inner-canvas-header .offcanvas-back {
  background-color: transparent;
  border: none;
  padding: 0;
  font-size: 16px;
}
.mobile-menu .offcanvas-wrp .inner-canvas-header .offcanvas-back svg {
  transform: translateY(-1px);
}
.mobile-menu .offcanvas-wrp .inner-canvas-header span,
.mobile-menu .offcanvas-wrp .inner-canvas-header .btn-close {
  margin: 0;
}
.mobile-menu .offcanvas-wrp .offcanvas-body .mobile-menu-tabs .nav-tabs {
  justify-content: space-between;
  padding-bottom: 10px;
}
.mobile-menu .offcanvas-wrp .offcanvas-body .mobile-menu-tabs .nav-tabs .nav-item .nav-link {
  font-size: 14px;
  color: #000;
}
.mobile-menu .offcanvas-wrp .offcanvas-body .mobile-menu-tabs .nav-tabs .nav-item .nav-link.active {
  border: none;
  background-color: #075E54;
  color: #fff;
  border-radius: 8px;
}
.mobile-menu .offcanvas-wrp .offcanvas-body .mobile-menu-tabs .nav-tabs .nav-item .nav-link:focus, .mobile-menu .offcanvas-wrp .offcanvas-body .mobile-menu-tabs .nav-tabs .nav-item .nav-link:hover {
  border: none;
  box-shadow: none;
}
.mobile-menu .offcanvas-wrp .offcanvas-body .navbar-top {
  list-style-type: none;
  padding: 16px 0;
  margin: 0;
  display: flex;
  width: 100%;
  gap: 8px;
  overflow-x: scroll;
}
.mobile-menu .offcanvas-wrp .offcanvas-body .navbar-top::-webkit-scrollbar {
  height: 5px;
}
.mobile-menu .offcanvas-wrp .offcanvas-body .navbar-top li {
  list-style: none;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  order: 0;
  min-width: 120px;
}
.mobile-menu .offcanvas-wrp .offcanvas-body .navbar-top li a {
  background-color: #f5f8fa;
  border-radius: 4px;
  color: #738794;
  display: block;
  padding: 10px;
  text-align: center;
}
.mobile-menu .offcanvas-wrp .offcanvas-body .navbar-nav {
  margin-top: 10px;
  padding-bottom: 10px;
}
.mobile-menu .offcanvas-wrp .offcanvas-body .navbar-nav li:not(:last-child) {
  margin-bottom: 10px;
}
.mobile-menu .offcanvas-wrp .offcanvas-body .navbar-nav li .nav-item-btn {
  background-color: transparent;
  padding: 0;
  border: none;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6509803922);
  width: 100%;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 22px;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.home-banner {
  padding: 0;
}
.home-banner .banner-video video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.home-content h2 {
  max-width: 799px;
  margin: 0 auto;
}
.home-content .btnwrp {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 33px;
  margin-top: 35px;
}
.home-content .logo-slider {
  width: 80%;
  max-width: 1000px;
  margin: 70px auto 0;
}
.home-content .logo-slider .slick-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
}
.home-content .logo-slider img {
  display: block;
  max-width: 100%;
}

.home-page-body {
  overflow-x: unset;
}

.brand-section {
  padding-top: 50px;
  padding-bottom: 100px;
  position: relative;
  overflow: visible;
}
.brand-section .imgwrp {
  position: absolute;
  top: 0%;
  right: 0%;
  z-index: 1;
  transition: transform 0.1s linear;
}
.brand-section .sticky-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
  z-index: 1;
  width: 100%;
  height: fit-content;
}
.brand-section .mobile-boxwrp {
  display: none;
}
.brand-section .mobile-boxwrp .brand-box {
  pointer-events: auto;
  padding: 60px 44px;
  border-radius: 16px;
  border: 1px solid #fff;
  background-color: rgba(232, 232, 232, 0.5);
  backdrop-filter: blur(21px);
  transition: all 0.1s ease-in-out;
}
.brand-section .mobile-boxwrp .brand-box:hover {
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(21px);
}
.brand-section .mobile-boxwrp .brand-box:hover .icon-box {
  display: block;
}
.brand-section .mobile-boxwrp .brand-box:hover h2 {
  display: none;
}
.brand-section .mobile-boxwrp .brand-box .icon-box {
  display: none;
  height: 112.5px;
  margin-bottom: 4px;
}
.brand-section .mobile-boxwrp .brand-box h2 {
  font-size: 90px;
  color: #DBDBDB;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -4.5px;
  margin-bottom: 4px;
}
.brand-section .mobile-boxwrp .brand-box h4 {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
}
.brand-section .mobile-boxwrp .brand-box p {
  max-width: 351px;
}
.brand-section .boxwrp {
  position: relative;
  z-index: 1;
  margin-top: 150px;
}
.brand-section .boxwrp .box-list {
  row-gap: 30px;
}
.brand-section .boxwrp .box-list .box-item:nth-child(2), .brand-section .boxwrp .box-list .box-item:nth-child(5), .brand-section .boxwrp .box-list .box-item:nth-child(7) {
  margin-top: -60px;
}
.brand-section .boxwrp .box-list .box-item:nth-child(3), .brand-section .boxwrp .box-list .box-item:nth-child(6), .brand-section .boxwrp .box-list .box-item:nth-child(8) {
  margin-top: -120px;
}
.brand-section .boxwrp .box-list .brand-box {
  pointer-events: auto;
  padding: 60px 44px;
  border-radius: 16px;
  border: 1px solid #fff;
  background-color: rgba(232, 232, 232, 0.5);
  backdrop-filter: blur(21px);
  transition: all 0.1s ease-in-out;
}
.brand-section .boxwrp .box-list .brand-box:hover {
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(21px);
}
.brand-section .boxwrp .box-list .brand-box:hover .icon-box {
  display: block;
}
.brand-section .boxwrp .box-list .brand-box:hover h2 {
  display: none;
}
.brand-section .boxwrp .box-list .brand-box .icon-box {
  display: none;
  height: 112.5px;
  margin-bottom: 4px;
}
.brand-section .boxwrp .box-list .brand-box h2 {
  font-size: 90px;
  color: #DBDBDB;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -4.5px;
  margin-bottom: 4px;
}
.brand-section .boxwrp .box-list .brand-box h4 {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
}
.brand-section .boxwrp .box-list .brand-box p {
  max-width: 351px;
}

.client-slider-section {
  overflow-x: hidden;
  background: linear-gradient(-45deg, #82cdff, #37884A, #0087DF, #10914c);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
  z-index: 1;
}
.client-slider-section .section-heading h2 {
  color: #fff;
  line-height: 56px;
  margin-bottom: 0;
}
.client-slider-section .header-actions {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 20px;
}
.client-slider-section .slider-arrows {
  display: flex;
  gap: 12px;
  /* Space between the two buttons */
}
.client-slider-section .slider-arrows .arrow-btn {
  width: 44px;
  height: 44px;
  background-color: #ffffff;
  border: none;
  border-radius: 8px;
  /* Slightly rounded corners like the image */
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
.client-slider-section .slider-arrows .arrow-btn svg {
  width: 16px;
  height: 16px;
  fill: #595959;
  /* Dark grey arrow color */
  transition: fill 0.2s ease;
}
.client-slider-section .slider-arrows .arrow-btn:hover {
  background-color: #f2f2f2;
  transform: translateY(-1px);
}
.client-slider-section .slider-arrows .arrow-btn {
  /* Optional: Active/Click state */
}
.client-slider-section .slider-arrows .arrow-btn:active {
  transform: translateY(1px);
}
.client-slider-section {
  /* Responsive adjustment: On mobile, center them */
}
@media (max-width: 768px) {
  .client-slider-section .header-actions {
    justify-content: center !important;
  }
  
}
.client-slider-section .tabwrp .nav-tabs {
  border: none;
  gap: 10px;
}
.client-slider-section .tabwrp .nav-tabs .nav-item .nav-link {
  background-color: transparent;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  box-shadow: none;
  border-radius: 4px;
  padding: 8px 16px;
}
.client-slider-section .clients-slider {
  margin-top: 40px;
  overflow: visible;
}
.client-slider-section .clients-slider .swiper-slide {
  height: auto;
  display: flex;
}
.client-slider-section .clients-slider .swiper-slide .client-box {
  position: relative;
  height: 100%;
  padding: 48px 0 0;
  border-radius: 16px;
  border: 1px solid #FFF;
  backdrop-filter: blur(10.6000003815px);
}
.client-slider-section .clients-slider .swiper-slide .client-box:hover .arrow-box {
  background-color: #37884A;
}
.client-slider-section .clients-slider .swiper-slide .client-box:hover .arrow-box svg {
  transform: rotate(360deg);
}
.client-slider-section .clients-slider .swiper-slide .client-box .arrow-box {
  border-radius: 10px;
  border: 1px solid #fff;
  background-color: rgba(232, 232, 232, 0.7);
  backdrop-filter: blur(21px);
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  bottom: 15px;
  right: 15px;
}
.client-slider-section .clients-slider .swiper-slide .client-box .arrow-box svg {
  transform: rotate(310deg);
}
.client-slider-section .clients-slider .swiper-slide .client-box .arrow-box svg path {
  fill: #fff;
}
.client-slider-section .clients-slider .swiper-slide .client-box .imgwrp {
  text-align: center;
}
.client-slider-section .clients-slider .swiper-slide .client-box .imgwrp img {
  margin: 0 auto;
}
.client-slider-section .clients-slider .swiper-slide .client-box.color-1 {
  background: linear-gradient(180deg, #EA7B7B 0%, #9E3B3B 100%);
}
.client-slider-section .clients-slider .swiper-slide .client-box.color-2 {
  background: linear-gradient(185deg, #F5851C 8.61%, #F5CC2E 100%);
}
.client-slider-section .clients-slider .swiper-slide .client-box.color-3 {
  background: linear-gradient(180deg, #8B978D 0%, #C27542 100%);
}
.client-slider-section .clients-slider .swiper-slide .client-box.color-4 {
  background: linear-gradient(180deg, #595959 0%, #2F2F2F 100%);
}
.client-slider-section .clients-slider .swiper-slide .client-box.color-5 {
  background: linear-gradient(180deg, #BA398F 0%, #2C2E70 100%);
}
.client-slider-section .clients-slider .swiper-slide .client-box .txtwrp {
  padding: 0 42px;
}
.client-slider-section .clients-slider .swiper-slide .client-box h3 {
  color: #FFF;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0);
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.client-slider-section .clients-slider .swiper-slide .client-box p {
  color: #fff;
}

.trusted-section {
  padding: 0 0 100px;
  overflow: hidden;
  background-color: #fff;
}
.trusted-section .logo-grid-wrapper {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.trusted-section .logo-grid-wrapper .grid-col {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 140px;
}
.trusted-section .logo-grid-wrapper .grid-col.trusted-col-1 {
  transform: translateY(-10px);
}
.trusted-section .logo-grid-wrapper .grid-col.trusted-col-2 {
  transform: translateY(-80px);
}
.trusted-section .logo-grid-wrapper .grid-col.trusted-col-3 {
  transform: translateY(0);
}
.trusted-section .logo-grid-wrapper .grid-col.trusted-col-4 {
  transform: translateY(-60px);
}
.trusted-section .logo-grid-wrapper .grid-col.trusted-col-5 {
  transform: translateY(-20px);
}
.trusted-section .logo-grid-wrapper .grid-col.trusted-col-6 {
  transform: translateY(-60px);
}
.trusted-section .logo-grid-wrapper .grid-col.trusted-col-7 {
  transform: translateY(0);
}
.trusted-section .logo-grid-wrapper .grid-col.trusted-col-8 {
  transform: translateY(-80px);
}
.trusted-section .logo-grid-wrapper .grid-col.trusted-col-9 {
  transform: translateY(-10px);
}
.trusted-section .logo-grid-wrapper .grid-col .logo-box {
  width: 120px;
  height: 150px;
  border-radius: 10px;
  background: #E6E6E6;
  backdrop-filter: blur(21px);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  opacity: 0;
  transform: translateY(-150px);
}
.trusted-section .logo-grid-wrapper .grid-col .logo-box img {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
  transition: opacity 0.5s ease-in-out;
}
.trusted-section .logo-grid-wrapper .grid-col .logo-box.placeholder {
  background-color: rgb(247, 247, 247);
  box-shadow: none;
}
.trusted-section .section-heading {
  text-align: center;
}
.trusted-section .section-heading h2 {
  color: #191717;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  max-width: 746px;
  margin: 0 auto 10px;
}
.trusted-section .btnwrp {
  text-align: center;
  margin-top: 45px;
}

.experience-section {
  background: linear-gradient(-45deg, #82cdff, #37884A, #0087DF, #10914c);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
}
.experience-section .section-title h6 {
  color: #FFF;
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 15px;
}
.experience-section .section-title h4 {
  color: #FFF;
  font-size: 34px;
  font-weight: 500;
  line-height: 40px;
  max-width: 579px;
  margin: 0 auto;
}
.experience-section .experience-container {
  position: relative;
  padding: 120px 0;
  margin: 0 auto;
  cursor: none;
}
.experience-section .base-layer {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.experience-section .main-number {
  color: #FFF;
  font-size: 150px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -7.5px;
}
.experience-section .overlay-layer {
  position: absolute;
  top: -5px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: circle(0% at var(--x, 50%) var(--y, 50%));
  transition: clip-path 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.experience-section .experience-container:hover .overlay-layer {
  clip-path: circle(110px at var(--x, 50%) var(--y, 50%));
}
.experience-section .experience-text {
  color: #000;
  font-size: 150px;
  font-weight: 700;
  letter-spacing: -7.5px;
  text-transform: lowercase;
}
.experience-section .txtwrp {
  border-left: 1px solid #fff;
  padding-left: 20px;
}
.experience-section .txtwrp h2,
.experience-section .txtwrp span {
  color: #FFF;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 88px;
  margin-bottom: 0;
}
.experience-section .txtwrp p {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.partner-section .partner-boxwrp {
  margin-top: 70px;
}
.partner-section .partner-boxwrp .partner-box {
  border-radius: 16px;
  border: 1px solid #fff;
  background-color: rgba(232, 232, 232, 0.5);
  backdrop-filter: blur(21px);
  padding: 49px 27px 21px;
  transition: 0.3s all ease-in-out;
}
.partner-section .partner-boxwrp .partner-box:hover {
  background-color: #FFF;
}
.partner-section .partner-boxwrp .partner-box:hover .icon-box svg path {
  fill: #37884A;
}
.partner-section .partner-boxwrp .partner-box:hover .list-item ul li svg path {
  fill: #37884A;
}
.partner-section .partner-boxwrp .partner-box .icon-box {
  margin-bottom: 24px;
  width: 70px;
  height: 70px;
}
.partner-section .partner-boxwrp .partner-box .txtwrp {
  margin-bottom: 21px;
}
.partner-section .partner-boxwrp .partner-box .txtwrp h4 {
  color: #000;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 0;
}
.partner-section .partner-boxwrp .partner-box .list-item {
  margin-bottom: 48px;
}
.partner-section .partner-boxwrp .partner-box .list-item ul {
  margin: 0;
  padding: 0;
}
.partner-section .partner-boxwrp .partner-box .list-item ul li {
  display: flex;
  align-items: center;
  gap: 9px;
  list-style: none;
}
.partner-section .partner-boxwrp .partner-box .list-item ul li:not(:last-child) {
  margin-bottom: 10px;
}
.partner-section .partner-boxwrp .partner-box .list-item ul li p {
  margin-bottom: 0;
}
.partner-section .partner-boxwrp .partner-box .box-footer-txt {
  border-top: 1px solid #D9D9D9;
  padding-top: 16px;
}
.partner-section .partner-boxwrp .partner-box .box-footer-txt p {
  color: #6A6A6A;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}
.partner-section .divider {
  border: 1px solid #D1D1D1;
  margin: 100px 0;
}
.partner-section .logo-sliderwrp {
  position: relative;
  overflow: hidden;
}
.partner-section .logo-sliderwrp::before, .partner-section .logo-sliderwrp::after {
  content: "";
  position: absolute;
  top: 0;
  width: 100px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.partner-section .logo-sliderwrp::before {
  left: 0;
  background: linear-gradient(to right, #F4F4F4, transparent);
}
.partner-section .logo-sliderwrp::after {
  right: 0;
  background: linear-gradient(to left, #F4F4F4, transparent);
}
.partner-section .logo-sliderwrp .logo-slider-1 .swiper-wrapper,
.partner-section .logo-sliderwrp .logo-slider-2 .swiper-wrapper {
  transition-timing-function: linear !important;
}
.partner-section .logo-sliderwrp .logo-slider-1 {
  padding: 10px;
}
.partner-section .logo-sliderwrp .logo-slider-2 {
  padding: 10px;
}
.partner-section .logo-sliderwrp .partner-logo-box {
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.1);
  padding: 8px;
}

.location-map {
  background-color: #fff;
  padding: 100px 0;
}
.location-map .map-inner .map-loc {
  text-align: center;
  position: relative;
}
.location-map .map-inner .map-loc .pin {
  position: absolute;
}
.location-map .map-inner .map-loc .pin:nth-child(2) {
  top: 32%;
  left: 28%;
}
.location-map .map-inner .map-loc .pin:nth-child(3) {
  top: 40%;
  left: 47%;
}
.location-map .map-inner .map-loc .pin:nth-child(4) {
  top: 32%;
  left: 67%;
}
.location-map .map-inner .location-detail {
  display: flex;
  gap: 70px;
  align-items: center;
}
.location-map .map-inner .location-detail .location-box {
  flex: 1;
  background: #FFFFFF;
  opacity: 0.95;
  box-shadow: 0px 4px 42px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  padding: 22px 0;
  position: relative;
  cursor: pointer;
}
.location-map .map-inner .location-detail .location-box ul {
  list-style: none;
}
.location-map .map-inner .location-detail .location-box ul li {
  margin-bottom: 10px;
}
.location-map .map-inner .location-detail .location-box ul li a {
  color: #000;
  font-size: 18px;
  padding-left: 10px;
}
.location-map .map-inner .location-detail .location-box ul li:first-child a {
  color: #2D8241;
}
.location-map .map-inner .location-detail .location-box .flag {
  position: absolute;
  right: -10px;
  top: -10px;
}

.service-banenr {
  display: none;
  max-height: 600px;
  height: 600px;
  background: linear-gradient(-45deg, #82cdff, #37884A, #0087DF, #10914c);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
  padding: 0;
}
.service-banenr .banner-heading {
  text-align: center;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-banenr .banner-heading h1 {
  color: #FFF;
  font-size: 44px;
  font-weight: 700;
  line-height: normal;
}

.btn-section {
  background-color: #F4F4F4;
}
.btn-section .txtwrp {
  margin-bottom: 40px;
}
.btn-section .txtwrp h2 {
  margin-bottom: 24px;
}
.btn-section .txtwrp p {
  margin-bottom: 0;
}

.full-expert .full-expert-box {
  padding: 60px 40px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(21px);
}
.full-expert .full-expert-box:hover {
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}
.full-expert .full-expert-box .icon-box {
  margin-bottom: 36px;
}
.full-expert .full-expert-box .txtwrp h5 {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
}
.full-expert .full-expert-box .txtwrp p {
  margin-bottom: 0;
}
.full-expert .btnwrp {
  margin-top: 55px;
}

.sms-content-sec {
  background-color: #fff;
}
.sms-content-sec .txtwrp h2 {
  margin-bottom: 10px;
}
.sms-content-sec .txtwrp p {
  color: #545454;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 14px;
}
.sms-content-sec .txtwrp ul li {
  color: #545454;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.cta-sec {
  background: radial-gradient(135.43% 410.07% at 131.74% 128.42%, #000000 14.87%, #363636 100%);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
}
.cta-sec .txtwrp {
  text-align: center;
  margin-bottom: 55px;
}
.cta-sec .txtwrp h2 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 56px;
}
.cta-sec .txtwrp p {
  margin-bottom: 0;
  color: #fff;
}

.cta-sec.home .btnwrp {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.blogs-banner {
  padding: 50px 0 0;
}
.blogs-banner .imgwrp img {
  border-radius: 20px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1607843137);
}
.blogs-banner .txtwrp h1 a {
  margin-bottom: 60px;
  font-size: 64px;
  line-height: 84px;
  font-weight: 400;
  color: #2A2A2A;
}
.blogs-banner .txtwrp p a {
  color: #5C5757;
  line-height: 24px;
  margin-bottom: 8px;
}
.blogs-banner .txtwrp span {
  display: block;
  color: #919191;
  font-size: 15px;
}

.blog-list .category-list ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
.blog-list .category-list ul li {
  list-style: none;
}
.blog-list .category-list ul li a {
  font-size: 16px;
  color: #000000;
  display: inline-block;
  border: 1px solid #DDDDDD;
  padding: 9px 16px;
  border-radius: 8px;
  background-color: #FAFAFA;
}
.blog-list .search-bar .form-input {
  display: flex;
  align-items: center;
  gap: 6px;
  border-bottom: 1px solid #DDDDDD;
}
.blog-list .search-bar .form-input input {
  border: none;
  padding: 0;
  width: 100%;
  background-color: #F4F4F4;
}
.blog-list .search-bar .form-input input:focus {
  outline: none;
}
.blog-list .blog-box .imgwrp {
  margin-bottom: 22px;
}
.blog-list .blog-box .txtwrp {
  margin-bottom: 30px;
}
.blog-list .blog-box .txtwrp h4 {
  font-size: 24px;
  line-height: 32px;
  color: #000000;
  margin-bottom: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.blog-list .blog-box .txtwrp p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* number of lines to show */
  line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #5C5757;
}
.blog-list .blog-box .update-time {
  display: flex;
  align-items: center;
  gap: 16px;
}
.blog-list .blog-box .update-time p {
  margin: 0;
  font-size: 14px;
  color: #707070;
  line-height: 24px;
}
.blog-list .blog-box .update-time span {
  font-size: 14px;
  color: #707070;
  line-height: 24px;
}

.latest-blog-sec .blog-wrp .blog {
  display: flex;
  align-items: center;
  gap: 40px;
}
.latest-blog-sec .blog-wrp .blog:not(:last-child) {
  margin-bottom: 28px;
}
.latest-blog-sec .blog-wrp .blog .imgwrp {
  flex-shrink: 0;
}
.latest-blog-sec .blog-wrp .blog .txtwrp h4 {
  font-size: 20px;
  line-height: 25px;
  color: #000000;
  margin-bottom: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.latest-blog-sec .blog-wrp .blog .txtwrp p {
  color: #707070;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.latest-blog-sec .blog-wrp .blog .txtwrp .update-time {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 12px;
}
.latest-blog-sec .blog-wrp .blog .txtwrp .update-time p {
  font-size: 14px;
  color: #707070;
  line-height: 24px;
  margin: 0;
}
.latest-blog-sec .blog-wrp .blog .txtwrp .update-time span {
  font-size: 14px;
  color: #707070;
  line-height: 24px;
}
.latest-blog-sec .category-list {
  padding-left: 30px;
}
.latest-blog-sec .category-list h4 {
  color: #000000;
  font-size: 18px;
  margin-bottom: 40px;
  line-height: 24px;
}
.latest-blog-sec .category-list ul {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}
.latest-blog-sec .category-list ul li {
  list-style: none;
}
.latest-blog-sec .category-list ul li a {
  border: 1px solid #B7B6B6;
  padding: 7px 12px;
  display: inline-block;
  color: #000000;
  font-size: 14px;
  border-radius: 8px;
}

.blog-cta .cta-wrp {
  background: transparent linear-gradient(107deg, #F5F5F8 0%, #D3DFF2 100%) 0% 0% no-repeat padding-box;
  border: 1px solid #94B3E6;
  padding-right: 138px;
  border-radius: 20px;
}
.blog-cta .cta-wrp .txtwrp p {
  font-size: 20px;
  color: #2A2A2A;
  line-height: 28px;
  margin-bottom: 0;
}
.blog-cta .cta-wrp .txtwrp h2 {
  font-size: 46px;
  color: #075E54;
  line-height: 56px;
  margin: 0;
}
.blog-cta .cta-wrp .txtwrp .form-input {
  position: relative;
  margin-top: 27px;
}
.blog-cta .cta-wrp .txtwrp .form-input input {
  width: 100%;
  min-height: 52px;
  padding: 0 20px;
  border: none;
  border-radius: 5px;
  font-size: 18px;
}
.blog-cta .cta-wrp .txtwrp .form-input input:focus {
  outline: none;
}
.blog-cta .cta-wrp .txtwrp .form-input button {
  font-size: 16px;
  padding: 10px 24px;
  position: absolute;
  top: 3px;
  right: 6px;
}

.blogs-tab.enterprise .ad-box .txtwrp {
  background: #94B3E6 0% 0% no-repeat padding-box;
}
.blogs-tab .tabwrp {
  margin-top: 20px;
}
.blogs-tab .tabwrp .nav-tabs {
  border-bottom: none;
  gap: 18px;
}
.blogs-tab .tabwrp .nav-tabs .nav-item .nav-link {
  border: none;
  font-size: 18px;
  color: #707070;
  line-height: 24px;
  background-color: transparent;
  padding: 0;
}
.blogs-tab .tabwrp .nav-tabs .nav-item .nav-link.active {
  color: #075E54;
}
.blogs-tab .tabwrp .tab-content {
  margin-top: 75px;
}
.blogs-tab .tabwrp .tab-content .left .txtwrp {
  margin-top: 26px;
}
.blogs-tab .tabwrp .tab-content .left .txtwrp .blog-tag {
  font-size: 13px;
  color: #001D33;
  line-height: 16px;
  display: inline-block;
  margin-bottom: 13px;
}
.blogs-tab .tabwrp .tab-content .left .txtwrp h4 {
  font-size: 26px;
  color: #000000;
  line-height: 35px;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.blogs-tab .tabwrp .tab-content .left .txtwrp p {
  color: #5C5757;
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 23px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.blogs-tab .tabwrp .tab-content .left .txtwrp .blog-name {
  font-size: 15px;
  color: #919191;
  line-height: 19px;
}
.blogs-tab .tabwrp .tab-content .right:not(:last-child) {
  margin-bottom: 60px;
}
.blogs-tab .tabwrp .tab-content .right a {
  display: flex;
  align-items: center;
  gap: 16px;
}
.blogs-tab .tabwrp .tab-content .right a h4 {
  font-size: 18px;
  color: #000000;
  line-height: 25px;
  margin-bottom: 4ox;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.blogs-tab .tabwrp .tab-content .right a span {
  font-size: 13px;
  line-height: 16px;
}
.blogs-tab .tabwrp .tab-content .right a span.blog-tag {
  color: #001D33;
}
.blogs-tab .tabwrp .tab-content .right a span.blog-name {
  color: #919191;
}
.blogs-tab .tabwrp .tab-content .view-all-btn {
  text-align: right;
  margin-top: 57px;
  position: relative;
}
.blogs-tab .tabwrp .tab-content .view-all-btn::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #DDDDDD;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: -1;
}
.blogs-tab .tabwrp .tab-content .view-all-btn a {
  font-size: 18px;
  color: #707070;
  line-height: 24px;
  padding-left: 18px;
}
.blogs-tab .tabwrp .tab-content .view-all-btn a svg {
  transform: translateY(-2px);
}
.blogs-tab .ad-box img {
  width: 100%;
}
.blogs-tab .ad-box .txtwrp {
  background: transparent linear-gradient(180deg, #2D8241 0%, #0E2313 87%, #030303 100%) 0% 0% no-repeat padding-box;
  padding: 48px 26px 22px;
}
.blogs-tab .ad-box .txtwrp h4 {
  font-size: 28px;
  color: #fff;
  line-height: 35px;
  margin-bottom: 12px;
}
.blogs-tab .ad-box .txtwrp p {
  color: #fff;
  line-height: 22px;
  margin-bottom: 28px;
}
.blogs-tab .ad-box .txtwrp a {
  background-color: #FFFFFF;
  font-size: 19px;
  color: #000000;
  padding: 9px 13px;
  border-radius: 5px;
}
.blogs-tab .ad-box .txtwrp a svg {
  transform: translateY(-2px);
  margin-left: 8px;
}

.detail-left .detail-left-inner {
  background-color: #FAFAFA;
  border-radius: 12px;
  padding: 44px 25px;
}
.detail-left .detail-left-inner h4 {
  font-size: 24px;
}
.detail-left .detail-left-inner a {
  font-size: 17px;
  display: block;
  line-height: 37px;
  color: #000000;
}
.detail-left .social {
  margin: 30px 0;
}
.detail-left .social h4 {
  font-size: 25px;
  color: #075E54;
  margin-bottom: 20px;
}
.detail-left .social ul {
  list-style: none;
  display: flex;
  padding-left: 0;
  gap: 11px;
}
.detail-center .breadcrumb .breadcrumb-item a {
  color: #000;
  font-size: 17px;
}
.detail-center .breadcrumb .breadcrumb-item:not(:first-child)::before {
  content: "|";
}
.detail-center .imgwrp {
  margin-bottom: 40px;
}
.detail-center .blog-content h4 {
  font-size: 24px;
  margin: 40px 0;
}
.detail-center .blog-content p {
  margin: 30px 0;
}
.detail-center .blog-content h5 {
  margin: 20px 0;
}

.details-right .form-blog {
      background: radial-gradient(135.43% 410.07% at 131.74% 128.42%, #000000 14.87%, #363636 100%);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
  border-radius: 8px;
  padding: 40px 25px;
}
.details-right .form-blog h3 {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 39px;
  font-size: 32px;
}
.details-right .form-blog h3 span {
  display: block;
  position: relative;
  z-index: 11;
}
.details-right .form-blog h3 span::before {
  content: "";
  position: absolute;
  background: #37884a;
  width: 239px;
  height: 43px;
  z-index: -1;
  left: -25px;
  top: -3px;
}
.details-right .form-blog p{
  margin: 0;
  color: #fff;
}
.details-right .form-blog p input{
  margin: 10px 0;
}
/* .details-right .form-blog p {
  font-size: 22px;
  color: #fff;
  text-transform: uppercase;
  line-height: 30px;
  padding: 0 70px 0 0;
} */
.details-right .form-blog form input {
  border-radius: 5px;
  font-size: 18px;
  color: #757575;
  padding: 11px 17px;
  border: none;
}
button.formcontct {
    background: transparent;
    border: none;
    line-height: 0;
}

.details-right .header-btn.swap-btn:hover button.formcontct{
      transform: translateX(45px);
} 
/* .details-right .form-blog form button {
  background-color: #2D8241;
  border: 1px solid #A9FF9B;
  padding: 10px 37px;
} */

.author {
  background-color: #2D8241;
  display: flex;
  border-radius: 23px;
  gap: 30px;
  align-items: center;
  padding: 57px 90px;
}
.author .author-detail {
  width: 68%;
}
.author .author-detail h3 {
  color: #fff;
}
.author .author-detail p {
  color: #fff;
}

footer {
  padding: 100px 0 30px 0;
  background: #000;
  overflow-x: hidden;
}
footer .footer-container .footer-links {
  padding-left: 100px;
}
footer .footer-container .footer-links h6 {
  color: #F5F5F5;
  font-size: 18px;
  font-weight: 200;
  margin-bottom: 21px;
}
footer .footer-container .footer-links ul {
  margin: 0;
  padding: 0;
}
footer .footer-container .footer-links ul li {
  list-style: none;
}
footer .footer-container .footer-links ul li:not(:last-child) {
  margin-bottom: 4px;
}
footer .footer-container .footer-links ul li a {
  font-size: 14px;
  color: #fff;
  font-weight: 300;
  transition: 0.3s all ease-in-out;
}
footer .footer-container .footer-links ul li a:hover {
  color: #37884A;
  transform: translateX(-5px);
}
footer .footer-container .txtwrp {
  margin-bottom: 24px;
}
footer .footer-container .txtwrp h4 {
  font-size: 46px;
  color: #F5F5F5;
  font-weight: 200;
  margin-bottom: 10px;
  line-height: 100%;
  margin-bottom: 44px;
}
footer .footer-container .txtwrp p {
  font-size: 18px;
  color: #FDFDFD;
  margin-bottom: 0;
  line-height: 24px;
}
footer .footer-container .footer-form {
  margin-bottom: 57px;
}
footer .footer-container .footer-form .inputwrp {
  display: flex;
  align-items: center;
  position: relative;
}
footer .footer-container .footer-form .inputwrp input {
  width: 100%;
  font-size: 18px;
  padding: 0 13px;
  height: 64px;
  background-color: #fff;
  border: none !important;
  border-radius: 10px;
}
footer .footer-container .footer-form .inputwrp input::placeholder {
  color: rgba(0, 0, 0, 0.4);
}
footer .footer-container .footer-form .inputwrp input:focus {
  outline: none;
}
footer .footer-container .footer-form .inputwrp button {
  position: absolute;
  width: 177px;
  right: 6px;
  background-color: #307640;
}
footer .footer-container .footer-form .inputwrp button .text {
  color: #fff;
}
footer .footer-container .footer-form .inputwrp button .icon-box {
  background-color: #fff;
}
footer .footer-container .footer-form .inputwrp button .icon-box svg {
  stroke: #307640;
}
footer .footer-container .footer-form p {
  margin: 27px 0 0 0;
  color: #FDFDFD;
  font-size: 16px;
  line-height: 20px;
}
footer .footer-container .social {
  display: flex;
  gap: 8px;
}
footer .footer-container .social a {
  cursor: pointer;
}
footer .footer-container .social a:hover {
  transform: translateY(-5px);
}
footer .footer-end {
  margin-top: 20px;
}
footer .footer-end .left p {
  color: #FDFDFD;
  font-size: 14px;
  margin-bottom: 0;
}
footer .footer-end .privacy-links {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
}
footer .footer-end .privacy-links li {
  list-style: none;
}
footer .footer-end .privacy-links li a {
  color: #F5F5F5;
  font-size: 14px;
  transition: 0.3s all ease-in-out;
}
footer .footer-end .privacy-links li a:hover {
  color: #075E54;
}

.footer-abs-text h2 {
  font-family: "SF Pro Display", "Manrope", sans-serif;
  color: #fff;
  opacity: 1;
  font-size: 166px;
  line-height: 0.8;
  font-weight: 200;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin-bottom: 0;
  text-align: center;
  background: -webkit-linear-gradient(#343434, #181818);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.footer-abs-text {
  border-bottom: 1px solid #363636;
}

.footer-middle {
  margin: 50px 0;
}
.footer-middle .location-detail {
  display: flex;
  gap: 150px;
  align-items: center;
  flex-wrap: wrap;
}
.footer-middle .location-detail .location-box {
  cursor: pointer;
}
.footer-middle .location-detail .location-box ul {
  list-style: none;
  padding-left: 0;
}
.footer-middle .location-detail .location-box ul li {
  margin-bottom: 10px;
}
.footer-middle .location-detail .location-box ul li .name {
  font-size: 16px;
  font-weight: 300 !important;
  color: #5B9B6A;
}
.footer-middle .location-detail .location-box ul li .name svg {
  transform: translate(0, -2px);
  width: 19px;
  height: 19px;
  margin-right: 15px;
}
.footer-middle .location-detail .location-box ul li:not(:first-child) svg {
  width: 17px;
  height: 17px;
  margin-right: 15px;
}
.footer-middle .location-detail .location-box ul li a {
  color: #ABADAF;
  font-size: 16px;
}
.footer-middle .location-detail .location-box ul li a:hover {
  color: #2D8241;
}

.support-wrapper {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
}
.support-wrapper .chat-icon-container {
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.support-wrapper .chat-icon-container button {
  border: none;
  background-color: transparent;
  padding: 0;
  animation: jiggle 2s ease-in-out infinite;
}
.support-wrapper .chat-icon-container img {
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
  border-radius: 50%;
  width: 60px;
  height: 60px;
}
.support-wrapper .chat-icon-container.hide {
  opacity: 0;
  transform: scale(0);
  pointer-events: none;
}
.support-wrapper .support-widget {
  background: linear-gradient(152.97deg, rgba(232, 232, 232, 0.5) 0%, rgba(235, 238, 236, 0.5) 100%);
  border-radius: 16px;
  padding: 20px;
  width: 356px;
  backdrop-filter: blur(42px);
  border: 1px solid #fff;
  border-image-source: radial-gradient(69.43% 69.43% at 50% 50%, #6A6A6A 0%, rgba(255, 255, 255, 0) 100%), radial-gradient(60% 51.57% at 50% 50%, #0938DF 0%, rgba(9, 56, 223, 0) 100%), radial-gradient(54.8% 53% at 50% 50%, #151515 0%, rgba(21, 21, 21, 0) 100%), linear-gradient(0deg, #FFFFFF, #FFFFFF);
  position: absolute;
  bottom: 0;
  right: 0;
  display: none;
  transform-origin: bottom right;
  animation: scaleUp 0.3s ease forwards;
}
.support-wrapper .support-widget.show {
  display: block;
}
.support-wrapper .support-widget .close-widget {
  position: absolute;
  top: 10px;
  right: 15px;
  background: none;
  border: none;
  font-size: 24px;
  color: #666;
  cursor: pointer;
}
.support-wrapper .support-widget .widget-header h4 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 20px;
  color: #000000;
}
.support-wrapper .support-widget .support-item {
  display: flex;
  align-items: center;
  background: linear-gradient(30.08deg, rgba(255, 255, 255, 0.29) 4.73%, rgba(255, 255, 255, 0.29) 121.1%);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.0509803922);
  border: 1px solid #fff;
  border-radius: 12px;
  padding: 14px;
  text-decoration: none;
  width: 100%;
  text-align: left;
  transition: background 0.2s;
}
.support-wrapper .support-widget .support-item:not(:last-child) {
  margin-bottom: 15px;
}
.support-wrapper .support-widget .support-item:hover {
  background: #fafafa;
}
.support-wrapper .support-widget .support-item .icon-circle {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
.support-wrapper .support-widget .support-item .agent-avatar {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: conic-gradient(from 180deg at 50% 50%, #707070 0deg, #E0E0E0 360deg);
  /* Mimicking your image icon */
}
.support-wrapper .support-widget .support-item .support-text p {
  display: block;
  font-size: 16px;
  color: #000000;
  margin-bottom: 0;
  font-weight: 400 !important;
}
.support-wrapper .support-widget .support-item .support-text span {
  font-size: 12px;
  font-weight: 400 !important;
  display: block;
  color: rgba(0, 0, 0, 0.6);
}

@keyframes scaleUp {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes jiggle {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}


.support-wrapper2 .support-widget {
  position: fixed;
  bottom: 30px;
  right: 20px;
  display: block;
  z-index: 9999;
  width: auto;
}
.support-wrapper2 .support-widget .close-widget {
  position: absolute;
  top: 10px;
  right: 15px;
  background: none;
  border: none;
  font-size: 24px;
  color: #666;
  cursor: pointer;
}
.support-wrapper2 .support-widget .widget-header h4 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 20px;
  color: #000000;
}
.support-wrapper2 .support-widget .support-item {
  display: flex;
  align-items: center;
  background: linear-gradient(30.08deg, rgba(255, 255, 255, 0.29) 4.73%, rgba(255, 255, 255, 0.29) 121.1%);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.0509803922);
  border: 1px solid #fff;
  border-radius: 12px;
  padding: 14px;
  text-decoration: none;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  width: 73px;
  margin-left: auto;
  transition: width 0.4s ease, background 0.2s;
}
.support-wrapper2 .support-widget .support-item:not(:last-child) {
  margin-bottom: 15px;
}
.support-wrapper2 .support-widget .support-item:hover {
  background: #fafafa;
  width: 275px;
}
.support-wrapper2 .support-widget .support-item .icon-circle {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  flex-shrink: 0;
}
.support-wrapper2 .support-widget .support-item .agent-avatar {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: conic-gradient(from 180deg at 50% 50%, #707070 0deg, #E0E0E0 360deg);
  /* Mimicking your image icon */
}
.support-wrapper2 .support-widget .support-item .support-text p {
  display: block;
  font-size: 16px;
  color: #000000;
  margin-bottom: 0;
  font-weight: 400 !important;
}
.support-wrapper2 .support-widget .support-item .support-text span {
  font-size: 12px;
  font-weight: 400 !important;
  display: block;
  color: rgba(0, 0, 0, 0.6);
}

@keyframes scaleUp {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes jiggle {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}



.voice-widget-container {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 1000;
  display: flex;
  align-items: flex-end;
}

.call-modal-button {
  transition: all 0.4s ease;
}
.call-modal-button.hide {
  opacity: 0;
  transform: scale(0);
  pointer-events: none;
  width: 0;
  height: 0;
}
.call-modal-button button {
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  animation: jiggle 2s ease-in-out infinite;
}
.call-modal-button button img {
  width: 100px;
  height: auto;
}

.voice-widget-card {
  background-color: #1F1F1F;
  width: 360px;
  min-height: 508px;
  border-radius: 15px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transform-origin: bottom left;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  transform-origin: bottom left;
  animation: scaleUp 0.3s ease forwards;
}
.voice-widget-card.hide {
  display: none !important;
  opacity: 0;
  transform: scale(0) translateY(40px);
  pointer-events: none;
  visibility: hidden;
}
.voice-widget-card .widget-header {
  padding: 14px 20px;
  background-color: #252525;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #333;
}
.voice-widget-card .widget-header .widget-title {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  margin: 0;
  font-weight: 300;
}
.voice-widget-card .widget-header .btn-close-custom {
  background: none;
  border: none;
  color: white;
  font-size: 28px;
  cursor: pointer;
  line-height: 0.5;
}
.voice-widget-card .widget-header .btn-close-custom:hover {
  color: #ff4d4d;
}
.voice-widget-card .widget-body {
  position: relative;
  flex-grow: 1;
}
.voice-widget-card .widget-body video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.voice-widget-card .widget-body .modal-content-wrp {
  padding: 20px 0 50px;
  position: relative;
  text-align: center;
  min-height: 438px;
  z-index: 1;
}
.voice-widget-card .widget-body .modal-content-wrp h3 {
  font-size: 24px;
  color: #FFFFFF;
}
.voice-widget-card .widget-body .modal-content-wrp h3 span {
  font-weight: 600;
}
.voice-widget-card .widget-body .modal-content-wrp .counter {
  color: rgba(255, 255, 255, 0.5019607843);
  font-size: 14px;
  margin-top: 6px;
  margin-bottom: 6px;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.4s ease;
}
.voice-widget-card .widget-body .modal-content-wrp .voice-btn-wrp {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  height: 36px;
}
.voice-widget-card .widget-body .modal-content-wrp .voice-btn-wrp button {
  position: absolute;
  width: 123px;
  height: 36px;
  border-radius: 50px;
  border: none;
  color: white;
  font-size: 14px;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  transition: all 0.4s ease;
  box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.2705882353);
}
.voice-widget-card .widget-body .modal-content-wrp .voice-btn-wrp button.call-start-btn {
  background: linear-gradient(28.31deg, rgba(0, 0, 0, 0.29) -12.53%, rgba(0, 0, 0, 0.29) 121.85%);
  z-index: 2;
  opacity: 1;
}
.voice-widget-card .widget-body .modal-content-wrp .voice-btn-wrp button.call-end-btn {
  background: linear-gradient(28.31deg, rgba(0, 0, 0, 0.49) -12.53%, rgba(255, 0, 0, 0.49) 121.85%);
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  z-index: 1;
}
.voice-widget-card .widget-body .modal-content-wrp.in-call .counter {
  opacity: 1 !important;
  transform: translateY(0) !important;
}
.voice-widget-card .widget-body .modal-content-wrp.in-call .call-start-btn {
  opacity: 0 !important;
  transform: translateY(-10px) !important;
  pointer-events: none !important;
  visibility: hidden !important;
}
.voice-widget-card .widget-body .modal-content-wrp.in-call .call-end-btn {
  opacity: 1 !important;
  transform: translateY(0) !important;
  pointer-events: auto !important;
  visibility: visible !important;
}

/************************************************
https://www.hobo-web.co.uk/best-screen-size/
*************************************************
Desktop
*************************************************
------------------------------   Banner
1	  2560×1440	    (7.41%)    |     ✓
2	  1920×1080	    (22.62%)   |     ✓
3	  1680×1050	    (4.28%)    |     ✓
4	  1792×1120	    (2.06%)    |     ✓
5 	1600×900      (1.87%)    |     ✓
6	  1536×864	    (8.60%)    |     ✓
7	  1440×900	    (9.55%)    |     ✓
8	  1366×768	    (11.20%)   |     ✓
9	  1280×800	    (2.33%)    |     ✓
10  1280×720	    (3.55%)    |     ✓

*************************************************
Tablets
*************************************************
768×1024 – 48.64%
1280×800 – 7.55%
800×1280 – 7.44%
601×962  – 4.5%
810×1080 – 4.41%
600×1024 – 2.95%

*************************************************
Mobile
*************************************************
414×816 – 14.51%
375×667 – 12.47%
375×812 – 7.21%
360×640 – 5.43%
412×915 – 5.18%
360×780 – 5.04%

***************************************************
sass --watch style.scss:style.css --style compressed
**************************************************/
@media (max-width: 1640px) {
  header .container,
  .experience-section .container,
  footer .container {
    max-width: 1320px;
  }
  h2, .h2 {
    font-size: 46px;
  }
  .trusted-section .section-heading h2 {
    font-size: 50px;
  }
  .experience-section .experience-container {
    padding: 80px 0;
  }
  .experience-section .experience-container .main-number {
    font-size: 120px;
  }
  footer .footer-container .txtwrp h4 {
    font-size: 40px;
  }
  .partner-section .partner-boxwrp .partner-box .txtwrp h4 {
    font-size: 19px;
    line-height: 32px;
  }
}
@media (max-width: 1445px) {
  header .container,
  .experience-section .container,
  footer .container {
    max-width: 1140px;
  }
  .desktop-header nav .navbar-brand img {
    width: 80%;
  }
  .desktop-header nav .navbar-nav {
    gap: 20px !important;
  }
  .brand-section {
    padding-bottom: 350px;
  }
}
@media (max-width: 1367px) {
  h2, .h2 {
    font-size: 40px;
  }
  .client-slider-section .section-heading h2 {
    line-height: 50px;
  }
  .trusted-section .logo-grid-wrapper {
    gap: 10px;
  }
  .location-map .map-inner .location-detail {
    gap: 20px;
  }
  .location-map .map-inner .location-detail .location-box .flag {
    top: -20px;
  }
  .location-map .map-inner .location-detail .location-box ul {
    padding-left: 10px;
  }
  .location-map .map-inner .location-detail .location-box ul li a {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  header .container, .experience-section .container, footer .container {
    max-width: 960px;
  }
  .desktop-header nav .navbar-nav {
    gap: 10px !important;
  }
  .desktop-header nav .navbar-nav .nav-item .nav-link {
    font-size: 15px !important;
  }
  .brand-section .boxwrp .box-list .brand-box h4 {
    font-size: 20px;
  }
  .brand-section .imgwrp {
    width: 30%;
  }
  h2, .h2 {
    font-size: 32px;
  }
  .client-slider-section .section-heading h2 {
    line-height: 40px;
  }
  .trusted-section .logo-grid-wrapper .grid-col .logo-box {
    width: 100px;
    height: 130px;
  }
  footer .footer-container .footer-links {
    padding-left: 0;
  }
  footer .footer-container .txtwrp h4 {
    font-size: 30px;
  }
  .experience-section .txtwrp h2 {
    font-size: 60px;
    line-height: 70px;
  }
  .experience-section .txtwrp p {
    font-size: 20px;
  }
}
@media (max-width: 769.98px) {
  .case-study-detail .txtwrp .imgwrp {
    margin-top: 30px;
  }
  .upload-detail {
    padding: 15px 0;
  }
  .location-map .map-inner .location-detail {
    flex-direction: column;
  }
  footer .footer-end {
    margin-top: 30px;
  }
  footer .footer-container .footer-links {
    margin-top: 30px;
  }
  footer .footer-container .footer-links {
    padding-left: 0;
  }
  footer .footer-container .footer-form .inputwrp button {
    font-size: 18px;
    height: 40px;
  }
  footer .footer-container .footer-form .inputwrp input {
    height: 60px;
  }
  footer .footer-container .txtwrp h4 {
    font-size: 32px;
    line-height: 40px;
  }
  .footer-middle {
    margin: 20px 0;
	}
  .footer-middle .location-detail{
  	gap:20px;
  }
  
  .resource-sec .resource-box {

    padding-bottom: 30px !important;
    margin-top:20px;
	}
  footer {
    padding: 30px 0;
  }
  .location-map {
    padding: 30px 0;
  }
  .location-map .map-inner .location-detail .location-box {
    width: 100%;
  }
  .location-map .map-inner .location-detail {
    margin-top: 30px;
    gap: 30px;
  }
  .partner-section .logo-sliderwrp .slider-wrp {
    padding: 0 30px;
  }
  .partner-section .divider {
    margin: 30px 0;
  }
  .partner-section .partner-boxwrp .partner-box .txtwrp h4 {
    font-size: 17px;
  }
  .partner-section .partner-boxwrp .partner-box .list-item ul li p {
    font-size: 14px;
  }
  .experience-section .txtwrp p {
    font-size: 16px;
  }
  .experience-section .txtwrp h2,
  .experience-section .txtwrp span {
    font-size: 48px;
    line-height: 60px;
  }
  .experience-section .experience-text {
    font-size: 70px;
  }
  .experience-section .experience-txt {
    padding: 60px 0;
  }
  .experience-section .section-title h6 {
    font-size: 18px;
    line-height: 26px;
  }
  .experience-section .section-title h4 {
    font-size: 24px;
    line-height: 32px;
  }
  .experience-section .experience-txt h2 {
    font-size: 70px;
  }
  .trusted-section .section-heading h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .client-slider-section .header-actions {
    margin-top: 30px;
  }
  .client-slider-section .tabwrp .nav-tabs {
    justify-content: center;
  }
  .client-slider-section .section-heading h2 {
    font-size: 32px;
    line-height: 40px;
    text-align: center;
  }
  .brand-section {
    padding: 30px 0;
  }
  .brand-section .sticky-wrapper {
    position: unset;
  }
  .brand-section .mobile-boxwrp {
    display: block !important;
    margin-top: 30px;
  }
  .brand-section .boxwrp {
    display: none;
  }
  .brand-section .boxwrp {
    margin-top: 30px;
  }
  .brand-section .sticky-wrapper .section-heading h2 {
    text-align: center;
  }
  br {
    display: none;
  }
  .home-content .btnwrp {
    flex-wrap: wrap;
    gap: 20px;
  }
  section {
    padding: 30px 0;
  }
  .brand-section .imgwrp {
    display: none;
  }
  h2,
  .h2 {
    font-size: 22px !important;
    line-height: 30px !important;
  }
    h3, .h3 {
        font-size: 18px !important;
        line-height: 30px !important;
    }
  .detail-center .blog-content h4,
  .detail-center .blog-content p{
    margin: 10px 0;
  }
  .home-banner .banner-video video {
    height: 30vh;
  }
  .experience-section {
    overflow: hidden;
  }
  .experience-section .experience-container .main-number {
    font-size: 70px;
  }
  .experience-section .experience-container {
    padding: 50px 0;
  }
  .trusted-section .logo-grid-wrapper .grid-col {
    width: 100px;
  }
  .service-banenr,
  .service-banenr .banner-heading,
  .case-study-banner .banner-heading,
  .case-study-banner {
    height: 250px;
  }
  .service-banenr .banner-heading h1,
  .case-study-banner .banner-heading h1 {
    font-size: 30px;
  }
  .btn-section .txtwrp {
    margin-bottom: 20px;
  }
  .m-t-60 {
    margin-top: 30px !important;
  }
  .full-expert .full-expert-box {
    padding: 20px 20px;
  }
  .sms-content-sec .imgwrp {
    margin-bottom: 30px;
  }
  .faq-section .faq-wrp .accordion .accordion-item button {
    font-size: 18px;
  }
  footer .footer-end .privacy-links {
    justify-content: center;
  }
  footer .footer-end .left p {
    text-align: center;
  }
  .btn-section .btnwrp {
    margin-bottom: 30px;
  }
  .client-slider-section .clients-slider {
    overflow: hidden;
  }
  .container .omni-channel-mainimg .omni-channel-mainimg2 {
    bottom: -30px;
  }
  #myTab {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    justify-content: start;
  }
  #myTab .nav-item {
    flex: 0 0 auto;
  }
  #myTab .nav-link {
    white-space: nowrap;
  }
  #myTab::-webkit-scrollbar {
    display: none;
  }
  .case-studies-sec .case-study-tabs .tab-content {
    margin-top: 30px;
  }
  .ourClinets ul li img {
    width: 50%;
  }
  .ourClinets ul li {
    width: 109px;
    height: 130px;
  }
  
  .blogs-banner {
    margin-top: 0 !important;
	}
  
  .details-right .form-blog {
    padding: 20px 25px;
}



.details-right .form-blog h3 span::before {
    height: 30px;
}

.details-right .form-blog h3 {
    line-height: 29px !important;
}
  
 .details-right .form-blog form input, .details-right .form-blog form textarea {
    width: 100%;
}
  
  .blogs-banner .col-md-3 {
    order: 2;
}
  
	.single-post table {
		display: block !important;
		overflow-x: auto!important;
		white-space: nowrap!important;
		-webkit-overflow-scrolling: touch!important;
		width: 100% !important;
		height: auto !important;
	}


	.single-post table tbody {
		display: table!important;
		width: 100%!important;
	}


	.single-post table td {
		white-space: nowrap!important;
	}
	
}

.resource-sec .resource-box {
  border-bottom: 2px solid #C2C2C2;
  padding-bottom: 90px;
}
.resource-sec .resource-box.green-border {
  border-color: #075E54;
}
.resource-sec .resource-box img {
  margin-bottom: 29px;
}
.resource-sec .resource-box .box-content span {
  display: block;
  font-size: 16px;
  color: #000000;
  margin-bottom: 12px;
}
.resource-sec .resource-box .box-content h3 {
     font-size: 28px;
    color: #000000;
    margin-bottom: 17px;
    line-height: 32px;
   display: -webkit-box;
  -webkit-line-clamp: 2;   /* max 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.resource-sec .resource-box .box-content p {
  font-size: 20px;
  color: #707070;
  line-height: 30px;
  margin-bottom: 19px;
}
.resource-sec .resource-box .box-content a {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
}
.resource-sec .resource-box .box-content a svg {
  transform: translateY(-2px);
}
.resource-sec .resource-box:hover, .resource-sec .resource-box:focus, .resource-sec .resource-box.active {
  border-bottom-color: #075E54;
}
.resource-sec .resource-box:hover img, .resource-sec .resource-box:focus img, .resource-sec .resource-box.active img {
  filter: drop-shadow(0 0 0.75rem rgba(2, 2, 2, 0.2));
}


footer .footer-container .footer-form {
    margin-bottom: 57px;
}

/* Alternative - more aggressive approach */
.details-right {
    position: sticky;
    top: 90px;
    align-self: flex-start;
   
}

/* Force all ancestors to not clip sticky positioning */
*:has(.details-right) {
    overflow: visible !important;
}



/*# sourceMappingURL=main.css.map */
