*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.18 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.container {
  width: 100%;
}

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

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

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

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

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

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.left-0 {
  left: 0px;
}

.left-1\/2 {
  left: 50%;
}

.right-0 {
  right: 0px;
}

.right-3 {
  right: 0.75rem;
}

.right-\[6px\] {
  right: 6px;
}

.top-0 {
  top: 0px;
}

.top-1\/2 {
  top: 50%;
}

.top-\[19px\] {
  top: 19px;
}

.top-full {
  top: 100%;
}

.z-50 {
  z-index: 50;
}

.z-\[999999\] {
  z-index: 999999;
}

.z-\[9999\] {
  z-index: 9999;
}

.z-\[99\] {
  z-index: 99;
}

.m-auto {
  margin: auto;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.-mt-\[55px\] {
  margin-top: -55px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-\[12px\] {
  margin-bottom: 12px;
}

.mb-\[20px\] {
  margin-bottom: 20px;
}

.mb-\[30px\] {
  margin-bottom: 30px;
}

.mb-\[50px\] {
  margin-bottom: 50px;
}

.ml-\[15px\] {
  margin-left: 15px;
}

.mr-\[0px\] {
  margin-right: 0px;
}

.mt-0 {
  margin-top: 0px;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-\[10px\] {
  margin-top: 10px;
}

.mt-\[20px\] {
  margin-top: 20px;
}

.mt-\[22px\] {
  margin-top: 22px;
}

.mt-\[25px\] {
  margin-top: 25px;
}

.mt-\[30px\] {
  margin-top: 30px;
}

.mt-\[60px\] {
  margin-top: 60px;
}

.\!block {
  display: block !important;
}

.block {
  display: block;
}

.\!inline-block {
  display: inline-block !important;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.\!table {
  display: table !important;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.h-10 {
  height: 2.5rem;
}

.h-\[25px\] {
  height: 25px;
}

.h-\[42px\] {
  height: 42px;
}

.w-10 {
  width: 2.5rem;
}

.w-\[25px\] {
  width: 25px;
}

.w-full {
  width: 100%;
}

.min-w-\[410px\] {
  min-width: 410px;
}

.max-w-\[100\%\] {
  max-width: 100%;
}

.max-w-\[70px\] {
  max-width: 70px;
}

.max-w-\[85px\] {
  max-width: 85px;
}

.max-w-\[90px\] {
  max-width: 90px;
}

.max-w-screen-md {
  max-width: 768px;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
  cursor: pointer;
}

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-\[110px_1fr\] {
  grid-template-columns: 110px 1fr;
}

.grid-cols-\[1fr_30\%\] {
  grid-template-columns: 1fr 30%;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

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

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

.gap-5 {
  gap: 1.25rem;
}

.gap-\[10px\] {
  gap: 10px;
}

.gap-\[14px\] {
  gap: 14px;
}

.gap-\[15px\] {
  gap: 15px;
}

.gap-\[18px\] {
  gap: 18px;
}

.gap-\[20px\] {
  gap: 20px;
}

.gap-\[30px\] {
  gap: 30px;
}

.gap-\[35px\] {
  gap: 35px;
}

.gap-\[40px\] {
  gap: 40px;
}

.gap-\[50px\] {
  gap: 50px;
}

.gap-\[5px\] {
  gap: 5px;
}

.gap-\[70px\] {
  gap: 70px;
}

.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.overflow-hidden {
  overflow: hidden;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-\[20px\] {
  border-radius: 20px;
}

.rounded-\[30px\] {
  border-radius: 30px;
}

.border {
  border-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-r-2 {
  border-right-width: 2px;
}

.border-t {
  border-top-width: 1px;
}

.border-solid {
  border-style: solid;
}

.border-\[\#cfcccc\] {
  --tw-border-opacity: 1;
  border-color: rgb(207 204 204 / var(--tw-border-opacity, 1));
}

.border-\[\#dcd3d3\] {
  --tw-border-opacity: 1;
  border-color: rgb(220 211 211 / var(--tw-border-opacity, 1));
}

.border-\[\#e1e1e1\] {
  --tw-border-opacity: 1;
  border-color: rgb(225 225 225 / var(--tw-border-opacity, 1));
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.border-r-\[\#FFCD1A\] {
  --tw-border-opacity: 1;
  border-right-color: rgb(255 205 26 / var(--tw-border-opacity, 1));
}

.bg-\[\#15151585\] {
  background-color: #15151585;
}

.bg-\[\#6D7674\] {
  --tw-bg-opacity: 1;
  background-color: rgb(109 118 116 / var(--tw-bg-opacity, 1));
}

.bg-\[\#97979745\] {
  background-color: #97979745;
}

.bg-\[\#FFCC1A\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 204 26 / var(--tw-bg-opacity, 1));
}

.bg-\[\#f7f7f7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity, 1));
}

.bg-\[\#fff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.from-\[\#F27BAA\] {
  --tw-gradient-from: #F27BAA var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 123 170 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-\[\#1DA1F2\] {
  --tw-gradient-to: #1DA1F2 var(--tw-gradient-to-position);
}

.bg-cover {
  background-size: cover;
}

.bg-center {
  background-position: center;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.p-\[15px\] {
  padding: 15px;
}

.p-\[20px\] {
  padding: 20px;
}

.p-\[25px\] {
  padding: 25px;
}

.p-\[30px_30px_20px_30px\] {
  padding: 30px 30px 20px 30px;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.px-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}

.px-\[15px\] {
  padding-left: 15px;
  padding-right: 15px;
}

.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}

.px-\[25px\] {
  padding-left: 25px;
  padding-right: 25px;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-\[15px\] {
  padding-top: 15px;
  padding-bottom: 15px;
}

.py-\[20px\] {
  padding-top: 20px;
  padding-bottom: 20px;
}

.py-\[30px\] {
  padding-top: 30px;
  padding-bottom: 30px;
}

.py-\[35px\] {
  padding-top: 35px;
  padding-bottom: 35px;
}

.py-\[7px\] {
  padding-top: 7px;
  padding-bottom: 7px;
}

.\!pt-\[15px\] {
  padding-top: 15px !important;
}

.\!pt-\[5px\] {
  padding-top: 5px !important;
}

.pb-2\.5 {
  padding-bottom: 0.625rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pb-\[10px\] {
  padding-bottom: 10px;
}

.pb-\[12px\] {
  padding-bottom: 12px;
}

.pb-\[15px\] {
  padding-bottom: 15px;
}

.pb-\[175px\] {
  padding-bottom: 175px;
}

.pb-\[20px\] {
  padding-bottom: 20px;
}

.pb-\[25px\] {
  padding-bottom: 25px;
}

.pb-\[30px\] {
  padding-bottom: 30px;
}

.pb-\[35px\] {
  padding-bottom: 35px;
}

.pb-\[45px\] {
  padding-bottom: 45px;
}

.pb-\[4px\] {
  padding-bottom: 4px;
}

.pb-\[5px\] {
  padding-bottom: 5px;
}

.pb-\[8px\] {
  padding-bottom: 8px;
}

.pl-\[0\] {
  padding-left: 0;
}

.pl-\[20px\] {
  padding-left: 20px;
}

.pr-3 {
  padding-right: 0.75rem;
}

.pr-\[15px\] {
  padding-right: 15px;
}

.pr-\[38px\] {
  padding-right: 38px;
}

.pr-\[50px\] {
  padding-right: 50px;
}

.pt-2\.5 {
  padding-top: 0.625rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pt-\[10px\] {
  padding-top: 10px;
}

.pt-\[14px\] {
  padding-top: 14px;
}

.pt-\[15px\] {
  padding-top: 15px;
}

.pt-\[20px\] {
  padding-top: 20px;
}

.pt-\[25px\] {
  padding-top: 25px;
}

.pt-\[30px\] {
  padding-top: 30px;
}

.pt-\[35px\] {
  padding-top: 35px;
}

.pt-\[40px\] {
  padding-top: 40px;
}

.pt-\[50px\] {
  padding-top: 50px;
}

.pt-\[5px\] {
  padding-top: 5px;
}

.\!text-center {
  text-align: center !important;
}

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

.\!font-\[\'Montserrat\'\] {
  font-family: 'Montserrat' !important;
}

.\!font-\[\'Roboto\'\] {
  font-family: 'Roboto' !important;
}

.font-\[\'Montserrat\'\] {
  font-family: 'Montserrat';
}

.font-\[\'Roboto\'\] {
  font-family: 'Roboto';
}

.text-\[12px\] {
  font-size: 12px;
}

.text-\[14px\] {
  font-size: 14px;
}

.text-\[15px\] {
  font-size: 15px;
}

.text-\[16px\] {
  font-size: 16px;
}

.text-\[17px\] {
  font-size: 17px;
}

.text-\[18px\] {
  font-size: 18px;
}

.text-\[20px\] {
  font-size: 20px;
}

.text-\[22px\] {
  font-size: 22px;
}

.text-\[24px\] {
  font-size: 24px;
}

.text-\[25px\] {
  font-size: 25px;
}

.text-\[28px\] {
  font-size: 28px;
}

.text-\[30px\] {
  font-size: 30px;
}

.text-\[45px\] {
  font-size: 45px;
}

.text-\[60px\] {
  font-size: 60px;
}

.\!font-bold {
  font-weight: 700 !important;
}

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

.leading-\[1\.3\] {
  line-height: 1.3;
}

.leading-\[28px\] {
  line-height: 28px;
}

.leading-\[50px\] {
  line-height: 50px;
}

.text-\[\#000000\] {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.text-\[\#000\] {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.text-\[\#013379\] {
  --tw-text-opacity: 1;
  color: rgb(1 51 121 / var(--tw-text-opacity, 1));
}

.text-\[\#1CA1F1\] {
  --tw-text-opacity: 1;
  color: rgb(28 161 241 / var(--tw-text-opacity, 1));
}

.text-\[\#1DA1F2\] {
  --tw-text-opacity: 1;
  color: rgb(29 161 242 / var(--tw-text-opacity, 1));
}

.text-\[\#6D7573\] {
  --tw-text-opacity: 1;
  color: rgb(109 117 115 / var(--tw-text-opacity, 1));
}

.text-\[\#8C8C8C\] {
  --tw-text-opacity: 1;
  color: rgb(140 140 140 / var(--tw-text-opacity, 1));
}

.text-\[\#F17BAC\] {
  --tw-text-opacity: 1;
  color: rgb(241 123 172 / var(--tw-text-opacity, 1));
}

.text-\[\#F27BAA\] {
  --tw-text-opacity: 1;
  color: rgb(242 123 170 / var(--tw-text-opacity, 1));
}

.text-\[\#f27baa\] {
  --tw-text-opacity: 1;
  color: rgb(242 123 170 / var(--tw-text-opacity, 1));
}

.text-\[\#fff\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.underline {
  text-decoration-line: underline;
}

.shadow-\[0_0\.5rem_1rem_rgba\(0\2c 0\2c 0\2c 0\.15\)\] {
  --tw-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15);
  --tw-shadow-colored: 0 0.5rem 1rem var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0_0_12px_0_rgba\(0\2c 0\2c 0\2c 0\.10\)\] {
  --tw-shadow: 0 0 12px 0 rgba(0,0,0,0.10);
  --tw-shadow-colored: 0 0 12px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.drop-shadow-\[0_2px_2px_rgba\(0\2c 0\2c 0\2c 0\.8\)\] {
  --tw-drop-shadow: drop-shadow(0 2px 2px rgba(0,0,0,0.8));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.drop-shadow-\[0_2px_4px_rgba\(0\2c 0\2c 0\2c 0\.6\)\] {
  --tw-drop-shadow: drop-shadow(0 2px 4px rgba(0,0,0,0.6));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-75 {
  transition-duration: 75ms;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: "Roboto", sans-serif;
}

.rp {
  padding-top: 80px;
}

.rb{
  padding-bottom: 80px;
}

.rp-m {
  margin-top: 80px;
}

h2 {
  padding-bottom: 15px;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
}

@media (min-width: 768px) {
  h2 {
    font-size: 34px;
    line-height: 38px;
  }
}

@media (min-width: 1024px) {
  h2 {
    font-size: 40px;
    line-height: 40px;
  }
}

h2 {
  font-family: "Montserrat", sans-serif;
}

.tittle-style {
  padding-bottom: 15px;
  padding-top: 6px;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .tittle-style {
    font-size: 42px;
    line-height: 1.3;
  }
}

@media (min-width: 1024px) {
  .tittle-style {
    line-height: 1.3;
  }
}

@media (min-width: 1536px) {
  .tittle-style {
    font-size: 50px;
  }
}

.tittle-style {
  font-family: "Montserrat", sans-serif;
}

h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
}

@media (min-width: 768px) {
  h3 {
    font-size: 27px;
    line-height: 1.3;
  }
}

@media (min-width: 1536px) {
  h3 {
    font-size: 30px;
  }
}

h3 {
  font-family: "Montserrat", sans-serif;
}

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

.rated-text h2 {
  padding-bottom: 15px;
  text-align: left;
  font-size: 25px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .rated-text h2 {
    font-size: 24px;
    line-height: 1.4;
  }
}

@media (min-width: 1536px) {
  .rated-text h2 {
    font-size: 30px;
  }
}

.rated-text h2{
  font-family: "Montserrat", sans-serif;
}

.topbar-cols span {
  font-size: 16px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  font-family: "Roboto", sans-serif;
}

.topbar-cols i {
  font-size: 20px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.social-icons i {
  font-size: 28px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition: all .2s ease-in-out;
}

.btn-a-size {
  font-size: 18px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  font-family: "Roboto", sans-serif;
  transition: all .2s ease-in-out;
}

.pink-to-blue {
  border-radius: 50px;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #1DA1F2 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(29 161 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #F27BAA var(--tw-gradient-to-position);
  padding-top: 14px;
  padding-bottom: 14px;
}

@media (min-width: 640px) {
  .pink-to-blue {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media (min-width: 768px) {
  .pink-to-blue {
    padding-left: 35px;
    padding-right: 35px;
  }
}

#footer-block li a {
  position: relative;
  display: inline-block;
  padding-bottom: 15px;
  padding-left: 25px;
  font-family: 'Roboto';
  font-size: 18px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

#footer-block li a:hover {
  --tw-text-opacity: 1;
  color: rgb(29 161 242 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  #footer-block li a {
    padding-bottom: 18px;
  }
}

#footer-block p {
  padding-bottom: 15px;
  font-family: 'Roboto';
  font-size: 18px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  #footer-block p {
    padding-bottom: 18px;
  }
}

#footer-block .widget-title {
  padding-bottom: 25px;
  font-size: 25px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

#menu-explore {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 640px) {
  #menu-explore {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  #menu-explore {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

#home-banner {
  display: flex;
  height: 100%;
  align-items: center;
}

.topbar-outer#home-banner.items-center .topbar-cols:last-child{
  border-right: 0;
  padding-right: 0;
}

.topbar-outer.flex#home-banner .topbar-cols:last-child{
  border-right: 0;
  padding-right: 0;
}

.phone#home-banner.items-center:hover img {
  background: #1DA1F2;
}

.phone.flex#home-banner:hover img {
  background: #1DA1F2;
}

.phone#home-banner.items-center:hover a {
  color: #1DA1F2;
}

.phone.flex#home-banner:hover a {
  color: #1DA1F2;
}

@media (min-width: 768px) {
  #home-banner {
    min-height: 470px;
  }
}

@media (min-width: 1536px) {
  #home-banner {
    min-height: 710px;
  }
}

#home-banner h1{
  font-family: "Montserrat", sans-serif;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-drop-shadow: drop-shadow(3px 1px 0px #000000);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

@media (min-width: 640px) {
  #home-banner h1 {
    font-size: 40px;
  }
}

@media (min-width: 768px) {
  #home-banner h1 {
    font-size: 40px;
    line-height: 1.2;
  }
}

@media (min-width: 1024px) {
  #home-banner h1 {
    font-size: 42px;
  }
}

@media (min-width: 1536px) {
  #home-banner h1 {
    font-size: 70px;
  }
}

#home-banner h1 span{
  color: #F27BAA;
}

#home-banner h1 strong {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(44 158 237 / var(--tw-text-opacity, 1));
}

#home-banner p{
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.6);
  width: 100%;
  max-width: 100%;
  font-size: 17px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media screen and (max-width: 885px){
  #home-banner p.btn-dekstop-hide {
    display: none;
  }
}

@media (min-width: 768px) {
  #home-banner p {
    max-width: 700px;
    font-size: 17px;
  }
}

@media (min-width: 1536px) {
  #home-banner p {
    max-width: 650px;
    font-size: 20px;
  }
}

.pink-btn {
  display: block;
  --tw-bg-opacity: 1;
  background-color: rgb(242 123 170 / var(--tw-bg-opacity, 1));
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}

.pink-btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 161 242 / var(--tw-bg-opacity, 1));
}

@media (min-width: 768px) {
  .pink-btn {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.blue-btn {
  display: inline;
  border-radius: 50px;
  --tw-bg-opacity: 1;
  background-color: rgb(29 161 242 / var(--tw-bg-opacity, 1));
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  padding-right: 25px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .blue-btn {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 18px;
  }
}

.blue-btn:hover {
  background: linear-gradient(90deg, #F27BAA 0%, #1DA1F2 100%);
}

.pink-gradient-btn {
  display: inline;
  border-radius: 50px;
  --tw-bg-opacity: 1;
  background-color: rgb(242 123 170 / var(--tw-bg-opacity, 1));
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 18px;
  padding-right: 18px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .pink-gradient-btn {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 18px;
  }
}

.pink-gradient-btn:hover {
  background: linear-gradient(90deg, #1DA1F2 0%, #F27BAA 100%);
}

.gradient-btn {
  border-radius: 50px;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #F27BAA var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 123 170 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #1DA1F2 var(--tw-gradient-to-position);
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 25px;
  padding-right: 25px;
  text-align: center;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .gradient-btn {
    font-size: 18px;
  }
}

.gradient-btn:hover {
  --tw-gradient-from: #1DA1F2 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(29 161 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #F27BAA var(--tw-gradient-to-position);
}

.pink-to-blue-btn {
  border-radius: 50px;
  --tw-bg-opacity: 1;
  background-color: rgb(242 123 170 / var(--tw-bg-opacity, 1));
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.pink-to-blue-btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 161 242 / var(--tw-bg-opacity, 1));
}

@media (min-width: 768px) {
  .pink-to-blue-btn {
    font-size: 18px;
  }
}

.pink-to-blue-btn{
  transition: ease-in-out 0.3s;
}

.btn-radius {
  border-radius: 5px;
}

#all-in-solution h2 {
  display: inline-block;
  background-image: linear-gradient(90deg, #1DA1F2 29.41%, #F27BAA 70.13%);
  -webkit-background-clip: text;
          background-clip: text;
  padding-bottom: 0;
  padding-top: 0px;
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  color: transparent;
}

@media (min-width: 768px) {
  #all-in-solution h2 {
    padding-top: 24px;
    font-size: 45px;
  }
}

@media (min-width: 1024px) {
  #all-in-solution h2 {
    font-size: 50px;
  }
}

#all-in-solution h2{
  font-family: "Rhodium Libre", serif;
}

#all-in-solution span {
  padding-left: 5px;
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  #all-in-solution span {
    font-size: 45px;
  }
}

@media (min-width: 1024px) {
  #all-in-solution span {
    font-size: 50px;
  }
}

#all-in-solution span{
  font-family: "Rhodium Libre", serif;
}

.p-text p {
  padding-top: 12px;
  text-align: center;
  font-size: 17px;
  line-height: 1.6;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .p-text p {
    font-size: 18px;
  }
}

@media (min-width: 1536px) {
  .p-text p {
    font-size: 20px;
  }
}

.bottom-title h5 {
  padding-top: 20px;
  font-size: 30px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .bottom-title h5 {
    padding-top: 40px;
    font-size: 40px;
  }
}

@media (min-width: 1024px) {
  .bottom-title h5 {
    font-size: 50px;
  }
}

.bottom-title h5{
  font-family: "Montserrat", sans-serif;
}

.bottom-title h5 strong {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #1DA1F2 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(29 161 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-from-position: 29.41%;
  --tw-gradient-to: #F27BAA var(--tw-gradient-to-position);
  --tw-gradient-to-position: 70.13%;
  -webkit-background-clip: text;
          background-clip: text;
  font-weight: 700;
  color: transparent;
}

.gradeient-text {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #1DA1F2 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(29 161 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-from-position: 29.41%;
  --tw-gradient-to: #F27BAA var(--tw-gradient-to-position);
  --tw-gradient-to-position: 70.13%;
  -webkit-background-clip: text;
          background-clip: text;
  font-weight: 700;
  color: transparent;
}

.gradeient-text-pink-to-blue {
  --tw-rotate: 0.02deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  background-image: linear-gradient(89.86deg,#F27BAA 39.45%,#1DA1F2 73.05%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}

.slide-img img {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (max-width: 885px){
  .slide-img img.btn-dekstop-hide {
    display: none;
  }
}

@media (min-width: 640px) {
  .slide-img img {
    padding-left: 0;
    padding-right: 0;
  }
}

.loved-col {
  position: relative;
  height: 100%;
  min-height: 100%;
  border-radius: 30px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent;
  padding: 2.5rem;
}

@media (min-width: 768px) {
  .loved-col {
    min-height: 465px;
  }
}

@media (min-width: 1024px) {
  .loved-col {
    min-height: 450px;
    padding-bottom: 100px;
  }
}

.loved-col{
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #389CE7 0%, #D181B4 100%) border-box;
  transition: ease-in-out 0.3s;
}

.eco-content p {
  padding-bottom: 20px;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .eco-content p {
    text-align: left;
  }
}

@media (min-width: 1024px) {
  .eco-content p {
    font-size: 20px;
  }
}

#effortless-packing h2 strong{
  font-weight: 600;
  color: #F27BAA;
}

.loved-col:hover {
  transform: scale(1.1);
  background: linear-gradient(90deg, #389CE7 0%, #D181B4 100%);
  border: 5px solid #fff;
}

#loved-service-mobile .loved-col:hover {
  border-radius: 30px;
  border-width: 5px;
  border-color: transparent;
  transform: scale(1);
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #389CE7 0%, #D181B4 100%) border-box;
  transition: ease-in-out 0.3s;
}

.loved-col:hover h4, .loved-col:hover p{
  color: #fff;
}

.loved-col:hover h6{
  background: #F27BAA;
}

#loved-service-mobile .loved-col:hover h6 {
  background: #6D7674;
}

#loved-service-mobile .loved-col:hover h4, #loved-service-mobile .loved-col:hover p {
  color: #000;
}

.review-col h4 {
  font-family: 'Montserrat';
  font-size: 24px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .review-col h4 {
    font-size: 20px;
  }
}

@media (min-width: 1536px) {
  .review-col h4 {
    font-size: 25px;
  }
}

.review-col p {
  height: auto;
  text-align: left;
  font-size: 16px;
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .review-col p {
    height: 280px;
    font-size: 18px;
  }
}

.review-author-name span {
  display: inline-block;
  display: flex;
  height: 60px;
  width: 60px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #F27BAA var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 123 170 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #1DA1F2 var(--tw-gradient-to-position);
  padding: 15px;
  font-family: 'Montserrat';
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.topbar-outer.review-author-name span.items-center .topbar-cols:last-child{
  border-right: 0;
  padding-right: 0;
}

.topbar-outer.flex.review-author-name span .topbar-cols:last-child{
  border-right: 0;
  padding-right: 0;
}

.phone.review-author-name span.items-center:hover img {
  background: #1DA1F2;
}

.phone.flex.review-author-name span:hover img {
  background: #1DA1F2;
}

.phone.review-author-name span.items-center:hover a {
  color: #1DA1F2;
}

.phone.flex.review-author-name span:hover a {
  color: #1DA1F2;
}

.plastic-content p {
  text-align: center;
  font-size: 18px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .plastic-content p {
    font-size: 24px;
  }
}

.rent-btns a {
  display: inline-block;
  width: 100%;
  max-width: 365px;
  border-radius: 50px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media screen and (max-width: 885px){
  .rent-btns a.btn-dekstop-hide {
    display: none;
  }
}

.rent-yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(255 205 26 / var(--tw-bg-opacity, 1));
}

.rent-yellow:hover {
  background-color: rgb(29 161 242 / 0.9);
}

.rent-pink {
  --tw-bg-opacity: 1;
  background-color: rgb(242 123 170 / var(--tw-bg-opacity, 1));
}

.rent-pink:hover {
  background-color: rgb(29 161 242 / 0.9);
}

.rent-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(29 161 242 / var(--tw-bg-opacity, 1));
}

.rent-blue:hover {
  background-color: rgb(255 255 255 / 0.9);
  --tw-text-opacity: 1;
  color: rgb(29 161 242 / var(--tw-text-opacity, 1));
}

.blog-outer h6 {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 100%;
  max-width: 320px;
  border-bottom-right-radius: 20px;
  background-image: url('/wp-content/uploads/2026/01/tittle-layer-bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  padding: 10px;
  padding-left: 45px;
  font-family: 'Roboto';
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media screen and (max-width: 885px){
  .blog-outer h6.btn-dekstop-hide {
    display: none;
  }
}

#free-quote .quote-content p {
  font-size: 18px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-drop-shadow: drop-shadow(0 2px 2px rgba(0,0,0,0.8));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

@media (min-width: 768px) {
  #free-quote .quote-content p {
    font-size: 20px;
  }
}

@media (min-width: 1536px) {
  #free-quote .quote-content p {
    font-size: 24px;
  }
}

.features-detail ul li {
  padding-top: 15px;
  text-align: center;
  font-size: 18px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.pack-work-wrap p {
  width: 100%;
  max-width: 100%;
  padding-right: 60px;
  text-align: center;
  font-size: 16px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media screen and (max-width: 885px){
  .pack-work-wrap p.btn-dekstop-hide {
    display: none;
  }
}

@media (min-width: 768px) {
  .pack-work-wrap p {
    max-width: 755px;
    font-size: 20px;
  }
}

@media (min-width: 1536px) {
  .pack-work-wrap p {
    font-size: 24px;
  }
}

.calc-info li {
  position: relative;
  padding-top: 0.75rem;
  padding-left: 30px;
  font-size: 18px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .calc-info li {
    font-size: 20px;
  }
}

.calc-info h5 {
  padding-bottom: 0.625rem;
  font-size: 30px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(28 161 241 / var(--tw-text-opacity, 1));
}

.calc-info h6 {
  padding-top: 12px;
  font-size: 18px;
  font-weight: 600;
  font-style: italic;
}

@media (min-width: 768px) {
  .calc-info h6 {
    padding-top: 25px;
    font-size: 20px;
  }
}

.review-arrow i {
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #F27BAA var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 123 170 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #1DA1F2 var(--tw-gradient-to-position);
  font-size: 22px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.topbar-outer.review-arrow i.items-center .topbar-cols:last-child{
  border-right: 0;
  padding-right: 0;
}

.topbar-outer.flex.review-arrow i .topbar-cols:last-child{
  border-right: 0;
  padding-right: 0;
}

.phone.review-arrow i.items-center:hover img {
  background: #1DA1F2;
}

.phone.flex.review-arrow i:hover img {
  background: #1DA1F2;
}

.phone.review-arrow i.items-center:hover a {
  color: #1DA1F2;
}

.phone.flex.review-arrow i:hover a {
  color: #1DA1F2;
}

.review-pagination span {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 9999px;
  background-color: #F27BAA9E;
}

.contact-info-col span {
  display: block;
  text-align: center;
  font-size: 18px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.yellow-btn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.25rem;
  display: table;
  border-radius: 50px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 205 26 / var(--tw-bg-opacity, 1));
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: 'Roboto';
  font-size: 18px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.yellow-btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(228 126 175 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.stand-inner {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: center;
  gap: 20px;
  padding-bottom: 20px;
}

.topbar-outer.flex.stand-inner .topbar-cols:last-child{
  border-right: 0;
  padding-right: 0;
}

.phone.flex.stand-inner:hover img {
  background: #1DA1F2;
}

.phone.flex.stand-inner:hover a {
  color: #1DA1F2;
}

@media (min-width: 768px) {
  .stand-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px;
    padding-bottom: 50px;
  }
}

@media (min-width: 1536px) {
  .stand-inner {
    gap: 80px;
    padding-bottom: 75px;
  }
}

.bulit-content p {
  padding-bottom: 10px;
  text-align: center;
  font-size: 18px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .bulit-content p {
    padding-bottom: 20px;
    text-align: left;
    font-size: 18px;
  }
}

@media (min-width: 1536px) {
  .bulit-content p {
    font-size: 20px;
  }
}

.office-mover-content p {
  padding-bottom: 10px;
  text-align: center;
  font-size: 18px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .office-mover-content p {
    padding-bottom: 20px;
    text-align: left;
    font-size: 18px;
  }
}

@media (min-width: 1536px) {
  .office-mover-content p {
    font-size: 20px;
  }
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #F27BAA;
}

.calc-info li::before{
  content: "";
  display: block;
  height: 16px;
  width: 16px;
  background-image: url('/wp-content/uploads/2026/01/style-arrow.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 20px;
  left: 0;
}

.review-col{
  padding: 2px;
  margin-bottom: 25px;
  border-style: solid;
  border-color: transparent;
  border-width: 10px 4px 10px 4px;
  border-radius: 30px;
  background:
linear-gradient(#fff, #fff) padding-box,
linear-gradient(180deg, #F27BAA 0%, #1DA1F2 100%) border-box;
  padding: 35px 25px;
}

.loved-col a{
  position: absolute;
  bottom: 0;
  transform: translate(-50%, -50%);
}

.p-text p a{
  color: #1DA1F2;
  text-decoration: underline;
}

.input-col input:focus-visible{
  outline: none;
}

.input-col input::-moz-placeholder{
  color: #373737;
  font-weight: 500;
}

.input-col input::placeholder{
  color: #373737;
  font-weight: 500;
}

.get-call-btns a {
  width: 100%;
  max-width: 379px;
  display: block;
  text-align: center;
}

.packing-btn:hover{
  background: #fff;
  color: #F27BAA;
}

.get-call-btn:hover{
  background: #fff;
  color: #1DA1F2;
}

.footwer-logo-btns .get-call-btns {
  display: none;
}

.get-call-btns {
  display: flex;
  gap: 25px;
  justify-content: center;
  padding-top: 35px;
}

.get-call-btns.dekstop-btn {
  flex-direction: column;
}

.logo-f{
  width: 100%;
  max-width: 365px;
}

.footer-explore-divide {
  border-bottom: 1px solid #727272;
  padding-bottom: 35px;
}

#footer-block li a::before{
  content: "";
  display: block;
  background-image: url("/wp-content/uploads/2026/01/left-yelllow-arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 5px;
  left: 0;
  height: 14px;
  width: 14px;
}

.address-col {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.address-icon {
  width: 100%;
  max-width: 25px;
  padding-top: 2px;
}

.follow-us {
  display: flex;
  align-items: center;
  gap: 35px;
}

.follow-us i{
  font-size: 28px;
  color: #FFCD1A;
  transition: ease-in-out 0.3s;
}

.follow-us i:hover{
  color: #1DA1F2;
  transform: scale(1.1);
}

.address-info a:hover {
  color: #1DA1F2;
}

.address-block {
  padding-right: 50px;
}

.copywrite-outer-block p, .copywrite-outer-block a {
  color: #fff;
  font-size: 14px;
}

.copywrite-outer-block {
  display: flex;
  gap: 30px;
  justify-content: center;
  align-items: center;
}

.terms-content {
  display: flex;
  align-items: center;
  gap: 40px;
}

.terms-content a:first-child{
  border-right: 1px solid #fff;
  padding-right: 25px;
}

.topbar-cols {
  border-right: 1px solid #FFF;
  padding: 0px 42px;
}

.topbar-outer.flex.items-center .topbar-cols:last-child{
  border-right: 0;
  padding-right: 0;
}

.social-icons i:hover {
  transform: scale(1.1);
}

.container-wrapper {
  width: 100%;
  max-width: 1720px;
  margin: 0 auto;
  padding: 0 30px;
}

.container-main{
  width: 100%;
  max-width: 1370px;
  margin: 0 auto;
  padding: 0 20px;
}

#header {
  padding-bottom: 28px;
}

#nav-outer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
}

#menu-menu-1 {
  display: flex;
  gap: 50px;
}

.header-logo img {
  width: 100%;
}

.top-bar{
  background: linear-gradient(90deg, #1DA1F2 0%, #F27BAA 100%);
}

#menu-menu-1 li a {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  text-transform: capitalize;
}

.sub-menu li a span {
  text-transform: capitalize;
  display: block;
}

.menu-item:hover i {
  color: #3AA6B9;
}

.sub-menu li:hover a {
  color: #fff !important;
}

.sub-menu {
  background: #fff;
  width: 175px;
  padding: 0px;
  display: none;
  position: absolute;
  left: 0;
  transition: 0.3s;
  border-radius: 5px;
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
  border: 1px solid #ddddddb5;
}

#menu-menu-1>li {
  position: relative;
  padding-left: 35px;
}

#menu-menu-1>li::after {
  content: '';
  position: absolute;
  width: 0%;
  height: 2px;
  display: block;
  margin-top: 2px;
  right: 0;
  background: #F27BAA;
  transition: width 0.3s ease;
  left: 0px;
}

#menu-menu-1>li:hover::after {
  width: 100%;
}

.menu-item-has-children {
  position: relative;
  transition: all 0.3s ease-in-out;
}

.sub-menu li a {
  font-size: 15px !important;
}

.close-menu {
  display: none;
  cursor: pointer;
}

.sub-menu span {
  color: #000;
}

.close-menu .fa-times {
  display: none;
}

.menu-active .fa-bars {
  display: none;
}

.menu-active .fa-times {
  display: inline-block;
}

.header-cta {
  display: flex;
  gap: 25px;
  align-items: center;
  width: 35%;
  justify-content: end;
}

.contact-btn {
  background: linear-gradient(90deg, #F27BAA 0%, #1DA1F2 100%);
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding: 12px 30px;
  transition: 0.3s;
  border-radius: 50px;
}

.contact-btn:hover {
  background: linear-gradient(90deg, #1DA1F2 0%, #F27BAA 100%);
}

.phone-icon img {
  background: linear-gradient(90deg, #F27BAA 0%, #1DA1F2 100%);
  color: #fff;
  font-size: 22px;
  padding: 12px;
  border-radius: 50px;
  margin-right: 8px;
}

.phone.flex.items-center:hover img {
  background: #1DA1F2;
}

.phone.flex.items-center:hover a {
  color: #1DA1F2;
}

#menu-menu-1 li a:hover {
  color: #F27BAA;
}

.sub-menu li:last-child {
  border: none;
  border-radius: 5px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.header-fixed {
  /* border-bottom: 1px solid #e8e5e5; */
  position: sticky;
  top: 0;
  align-self: flex-start;
  background: #fff;
  z-index: 999999;
  padding-top: 15px;
}

.sub-menu li {
  border-bottom: 1px solid #ddddddb5;
  padding: 8px 10px;
  text-align: left;
}

.sub-menu li:hover {
  background: #3AA6B9;
}

.sub-menu {
  min-width: 250px !important;
  left: 0 !important;
}

.sub-menu li:hover span {
  color: #fff;
}

.show-submenu.caret.fa.fa-angle-down.menu-item-dropdown {
  color: #000;
  padding-left: 3px;
}

.contact-i {
  display: none;
}

#menu-footer-menu {
  padding-left: 25px;
}

#menu-footer-menu a {
  font-size: 18px;
  padding-bottom: 10px;
  display: inline-block;
  color: #000;
  font-weight: 400;
  position: relative;
}

#menu-footer-menu a:after {
  content: "";
  display: block;
  height: 14px;
  width: 14px;
  position: absolute;
  left: -25px;
  top: 8px;
  background-image: url('http://localhost/canadian-pool-removal/wp-content/uploads/2025/11/right-circle-arrow.png');
  background-repeat: no-repeat;
  background-size: contain;
}

.close-i {
  display: none;
}

#menu-footer-menu a:hover {
  color: #063678;
}

.contact-info-flex a:hover {
  color: #063678;
}

#privacy p {
  font-size: 16px;
  line-height: 30px;
  padding-top: 22px;
}

#privacy h3 {
  font-size: 25px;
  text-transform: capitalize;
  font-weight: 600;
  padding-top: 20px;
}

#privacy h1 {
  font-size: 30px;
  font-weight: 600;
}

#privacy ul li {
  font-size: 16px;
  line-height: 30px;
  padding-top: 10px;
  list-style: disc;
}

#privacy ol li {
  font-size: 16px;
  line-height: 30px;
  padding-top: 10px;
  list-style: decimal;
}

#privacy ul,
#privacy ol {
  padding-left: 35px;
}

#privacy {
  padding-bottom: 40px;
  padding-top: 40px;
}

.search_top {
  top: -100px;
  left: 0px;
  right: 0px;
  transition: all
ease-in-out 0.3s;
  z-index: 9999999;
}

.search_top_show {
  top: 0px;
}

.crros {
  background: linear-gradient(90deg, #F27BAA 0%, #1DA1F2 100%);
}

.footwer-logo-btns img {
  width: 100%;
}

.address-block.contact-address {
  padding-right: 0;
}

.logo-mobile-view {
  display: none;
}

.serach-from {
  background: #67676791;
  border-radius: 20px;
  width: 100%;
  max-width: 635px;
  padding: 25px 30px;
  margin-top: 40px;
}

.serach-from h6 b{
  color: #F27BAA;
}

.input-col input {
  width: 100%;
  background: #CFCCCC;
  border: none;
  padding: 12px 10px 12px 40px;
  border-radius: 5px;
  background-image: url('/wp-content/uploads/2026/01/locxation-icon.png');
  background-repeat: no-repeat;
  background-position: left;
  background-position-x: 15px;
}

.mobile-banner{
  display: none;
}

.best-rated-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
}

.location-input-flex input {
  background: #F6E7B0;
  padding: 10px 10px 10px 40px;
  border-radius: 50px;
  width: 100%;
  background-image: url('/wp-content/uploads/2026/01/location-pink-icon.png');
  background-repeat: no-repeat;
  background-position: left;
  background-position-x: left;
  background-position-x: 15px;
}

input:focus-visible{
  outline: none;
}

.location-input-flex input::-moz-placeholder{
  color: #727272;
  font-weight: 500;
}

.location-input-flex input::placeholder{
  color: #727272;
  font-weight: 500;
}

.location-input-flex {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 25px;
}

/* Accordian css start */

#all-in-solution .accordion {
  padding-top: 50px;
}

#all-in-solution .accordion-item {
  padding: 2px;
  margin-bottom: 25px;
  border-style: solid;
  border-color: transparent;
  border-width: 2px 2px 2px 20px;
  border-radius: 30px;
  background:
/* linear-gradient(#fff, #fff) padding-box, */
linear-gradient(180deg, #F27BAA 0%, #1DA1F2 100%) border-box;
}

#all-in-solution .accordion-header {
  width: 100%;
  background: #fff;
  border: none;
  padding: 25px 75px 25px 60px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 22px;
  font-weight: 700;
  cursor: pointer;
}

#all-in-solution .accordion-item.active .accordion-header {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

#all-in-solution .accordion-header .icon {
  width: 100%;
  max-width: 35px;
  height: 35px;
  background: #777;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

#all-in-solution .accordion-body {
  display: none;
  background: #fff;
  border-radius: 0 0 26px 26px;
  padding: 30px 30px 30px 60px;
}

#all-in-solution .accordion-item.active .accordion-body {
  display: block;
}

#all-in-solution .grid-divide {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

#all-in-solution .item {
  display: flex;
  gap: 15px;
}

#all-in-solution .check {
  width: 26px;
  height: 26px;
  background: #1d9bf0;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  flex-shrink: 0;
}

#all-in-solution .item strong {
  text-decoration: underline;
  font-size: 20px;
  font-weight: 500;
}

#all-in-solution .item p {
  margin: 5px 0 0;
  font-size: 18px;
  color: #000000;
  font-weight: 400;
}

#all-in-solution span.icon {
  color: #fff !important;
  font-size: 27px !important;
  padding: 0;
  padding-top: 3px;
}

#all-in-solution .blue-tick-filled {
  width: 100%;
  max-width: 25px;
  height: 25px;
  margin-top: 5px;
}

.accordion-item h6 {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.3;
}

@media (min-width: 768px) {
  .accordion-item h6 {
    font-size: 30px;
    line-height: 1.3;
  }
}

.accordion-item h6{
  font-family: "Roboto", sans-serif;
  display: flex;
  align-items: center;
  gap: 18px;
  text-align: left;
}

/* Accordian css end */

.award-img {
  width: 12%;
}

/* Tabber css start */

.tabs-wrapper {
  margin: 50px auto;
}

.tabs-wrapper .tab.active span {
  padding-bottom: 10px;
}

.tabs-wrapper  .tabs {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: -5px;
  padding: 0px 43px;
}

.tabs-wrapper .tab {
  background: none;
  border: none;
  text-align: center;
  cursor: pointer;
  opacity: 0.3;
}

.tabs-wrapper  .tab img {
  max-width: 350px;
  display: block;
  margin: 0 auto;
}

.tabs-wrapper .tab span {
  display: block;
  font-size: 24px;
  margin-top: 10px;
  padding-bottom: 25px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
}

.tabs-wrapper .tab.active {
  opacity: 1;
  position: relative;
}

.tabs-wrapper  .tab.active::after {
  content: "";
  width: 100%;
  height: 5px;
  background: #ffcc00;
  display: block;
  margin: 10px auto 0;
}

.tabs-wrapper .content-box {
  border-style: solid;
  border-width: 4px;
  border-color: transparent;
  border-radius: 30px;
  padding: 40px;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, #3aa0ff, #ff6ea1) border-box;
}

.tabs-wrapper .content-box h2 {
  margin-bottom: 25px;
  font-size: 30px;
  text-align: left;
  font-weight: 600;
}

.tabs-wrapper .content-box ul {
  list-style: none;
  padding: 0;
}

.tabs-wrapper .content-box li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 18px;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
}

.tabs-wrapper .content-box li::before {
  content: "";
  position: absolute;
  left: 0;
  background-image: url('/wp-content/uploads/2026/01/pink-double-arrow.png');
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  top: 8px;
}

.tabs-wrapper .tab-content {
  display: none;
}

.tabs-wrapper  .tab-content.active {
  display: block;
}

/* Tabber css ends */

.most-poplular {
  position: absolute;
  top: -52px;
  right: -6px;
  width: 100%;
  max-width: 100px;
}

.feed-tittle span {
  color: #1DA1F2;
}

.feed-tittle a {
  color: #F27BAA;
  text-decoration: underline;
}

.feed-tittle a:hover {
  color: #289fee;
}

.how-its-block {
  display: grid;
  grid-template-columns: 1fr 570px;
}

/* How-its-process-css-start */

.steps-wrapper {
  position: relative;
}

.timeline {
  position: absolute;
  left: 48px;
  top: 120px;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, #F27BAA 0%, #1DA1F2 100%);
  height: 83%;
}

.step {
  display: flex;
  /* gap: 25px; */
  padding-bottom: 30px;
  position: relative;
  align-items: center;
}

.step::before {
  content: "";
  position: absolute;
  left: 48px;
  top: 120px;
  width: 4px;
  height: 100%;
  background: transparent;
  z-index: 1;
  transition: background 0.3s ease;
}

.step:hover::before {
  background: #ffc107;
}

.step:last-child:hover::before {
  background: transparent;
}

.step:hover .mid-border{
  background: #ffc107;
}

.step-number {
  width: 95px;
  height: 95px;
  border-radius: 50%;
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: background 0.3s ease, transform 0.3s ease;
}

.step-number.yellow {
  background: #ffc107;
}

.step-number.gradient {
  background: linear-gradient(90deg, #F27BAA 0%, #1DA1F2 100%);
}

.step:hover .step-number.gradient {
  background: #ffc107;
  transform: scale(1.05);
}

.step-box {
  flex: 1;
  padding: 45px 26px;
  border-radius: 20px;
  border: 4px solid transparent;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, #ff6ea1, #3aa0ff) border-box;
  transition: background 0.3s ease, box-shadow 0.3s ease;
}

.step:hover .step-box {
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, #ffc107, #ffc107) border-box;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.step-label {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  display: block;
  margin-bottom: 5px;
}

.step-box h3 {
  font-size: 24px;
  margin: 0 0 10px;
  color: #F27BAA;
  font-weight: 600;
}

.label-icon-box {
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(135deg, #ff6ea1, #3aa0ff) border-box;
  transition: background 0.3s ease, box-shadow 0.3s ease;
  border: 3px solid transparent;
  padding: 12px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  width: 100%;
  max-width: 70px;
}

.step:hover .step-box .label-icon-box{
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(135deg, #ffc107, #ffc107) border-box;
}

/* .step:hover h3 {
  color: #ffc107;
} */

.step-box p {
  font-size: 20px;
  color: #000;
  line-height: 1.5;
  font-weight: 400;
  padding-top: 15px;
}

.mid-border {
  width: 40px;
  height: 4px;
  background: linear-gradient(90deg, #389CE7 0%, #D181B4 100%);
}

.step-label-icon {
  display: flex;
  align-items: center;
  gap: 15px;
}

.add-review-btns a.pink-gradient-btn {
  width: 100%;
  max-width: 230px;
}

/* How-its-process-css ends */

.award-img img {
  transition: all .2s ease-in-out;
}

.award-img img:hover {
  transform: scale(1.1);
}

.terms-content a:hover {
  text-decoration: underline;
}

#all-in-solution .accordion-header .icon:hover {
  background: #eb7cac;
}

.img-gradient img{
  position: relative;
}

.img-gradient{
  position: relative;
}

.img-gradient::before{
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, #F27BAA 0%, #1DA1F2 100%);
  position: absolute;
  top: -20px;
  left: -20px;
  border-radius: 20px;
}

.shine{
  position: relative;
  overflow:hidden ;
  display: block;
}

.shine::before {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  content: "";
  display: block;
  height: 100%;
  left: -75%;
  position: absolute;
  top: 0;
  transform: skewX(-25deg);
  width: 50%;
  z-index: 2;
}

.shine:hover::before {
  animation: shine 0.85s;
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

#free-quote h2 span {
  color: #f27baa;
}

.quote-inputs input {
  width: 100%;
  /* margin-bottom: 25px; */
  background: #b2bdc9;
  padding: 10px 15px;
  border-radius: 5px;
  color: #fff;
}

.quote-inputs label {
  padding-top: 20px;
}

.quote-inputs select{
  width: 100%;
  /* margin-bottom: 25px; */
  background: #b2bdc9;
  padding: 10px 15px;
  border-radius: 5px;
  color: #fff;
}

.quote-inputs input::-moz-placeholder{
  color: #fff;
  font-size: 15px;
}

.quote-inputs input::placeholder{
  color: #fff;
  font-size: 15px;
}

.quote-inputs select::-moz-placeholder{
  color: #fff;
  font-size: 14px;
}

.quote-inputs select::placeholder{
  color: #fff;
  font-size: 14px;
}

.input-flex .field {
  width: 50%;
}

.quote-inputs input[type="date"] {
  color: white;
}

/* Chrome, Edge, Safari */

.quote-inputs input[type="date"]::-webkit-datetime-edit {
  color: white;
}

.quote-inputs input[type="date"]::-webkit-datetime-edit-text,
.quote-inputs input[type="date"]::-webkit-datetime-edit-month-field,
.quote-inputs input[type="date"]::-webkit-datetime-edit-day-field,
.quote-inputs input[type="date"]::-webkit-datetime-edit-year-field {
  color: white;
}

/* Calendar icon */

.quote-inputs input[type="date"]::-webkit-calendar-picker-indicator {
  filter: invert(1);
  opacity: 0;
}

.banner-from label {
  font-size: 20px;
  font-weight: 600;
}

.banner-from input {
  background: #F2F3F3;
  padding-left: 45px;
  color: #000000 !important;
}

.banner-from input::-moz-placeholder {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
}

.banner-from input::placeholder {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
}

.banner-from input[type="date"] {
  color: #000000;
}

/* Chrome, Edge, Safari */

.banner-from input[type="date"]::-webkit-datetime-edit {
  color: #000000;
}

.banner-from input[type="date"]::-webkit-datetime-edit-text,
.banner-from input[type="date"]::-webkit-datetime-edit-month-field,
.banner-from input[type="date"]::-webkit-datetime-edit-day-field,
.banner-from input[type="date"]::-webkit-datetime-edit-year-field {
  color: #000000;
}

/* Calendar icon */

.banner-from input[type="date"]::-webkit-calendar-picker-indicator {
  filter: invert(1);
  opacity: 0;
}

.field.first-name input{
  background-image: url('/wp-content/uploads/2026/01/Vector.png');
  background-repeat: no-repeat;
  background-position: left;
  background-position-x: 15px;
}

.field.email input{
  background-image: url('/wp-content/uploads/2026/01/mail-2.png');
  background-repeat: no-repeat;
  background-position: left;
  background-position-x: 15px;
}

.field.date-icon input{
  background-image: url('/wp-content/uploads/2026/01/date-icon.png');
  background-repeat: no-repeat;
  background-position: left;
  background-position-x: 15px;
}

/* #best-rated{
  background-size: 840px 100%;
} */

.feature-icon{
  border-style: solid;
  border-color: transparent;
  border-width: 2px 2px 2px 8px;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(180deg, #F27BAA 0%, #1DA1F2 100%) border-box;
  /* background: linear-gradient(#fff, #fff) padding-box, linear-gradient(177deg, #ff6ea1, #329deb) border-box; */
  padding-top: 20px;
  padding-bottom: 20px;
}

.feature-icon img {
  width: 100%;
  max-width: 120px;
  margin-top: -100px;
}

.features{
  width: 100%;
  max-width: 1095px;
  margin: 0 auto;
}

.features-detail{
  border-style: solid;
  border-color: transparent;
  border-width: 3px 3px 3px 3px;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(180deg, #F27BAA 0%, #1DA1F2 100%) border-box;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  margin-top: 30px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

.feature-detail-des{
  border-style: solid;
  border-color: transparent;
  border-width: 0px 0px 0px 8px;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(180deg, #F27BAA 0%, #1DA1F2 100%) border-box;
  padding-left: 35px;
}

.features-detail ul {
  padding-top: 20px;
  padding-bottom: 30px;
}

.pack-work-img img {
  transition: filter 0.3s ease;
  z-index: 9;
}

.pack-work-img:hover img{
  filter: hue-rotate(80deg) saturate(1.8) brightness(1.3);
}

.pack-work-img{
  border-style: solid;
  border-color: transparent;
  border-width: 4px 4px 4px 0px;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(1deg, #F27BAA 0%, #1DA1F2 100%) border-box;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  margin-top: 30px;
  height: 207px;
}

.pack-work-img:hover{
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(1deg, #FFCD1A 0%, #FFCD1A 100%) border-box;
}

.pack-work-img::before{
  content: "";
  display: block;
  background-color: white;
  height: 106%;
  width: 100%;
  position: absolute;
  top: -6px;
  left: 0;
  z-index: 1;
  max-width: 278px;
}

.calc-fields select {
  background: #F2F3F3;
  width: 100%;
  padding: 12px 20px 12px 50px;
  margin-bottom: 15px;
  border-radius: 5px;
  appearance: none;
  -webkit-appearance: none;
  /* Chrome, Safari */
  -moz-appearance: none;
  /* Firefox */
  background-image: none;
}

.room-select, .number-of-pinkpacks-select, .field.date-icon input {
  position: relative;
}

.room-select::after , .number-of-pinkpacks-select::after{
  content: "";
  position: absolute;
  right: 21px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 12px;
  color: #666;
  background-image: url("/wp-content/uploads/2026/01/select-arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  height: 20px;
  width: 13px;
}

.field.date-icon input::after {
  content: "";
  position: absolute;
  right: 21px;
  top: 56%;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 12px;
  color: #666;
  background-image: url("/wp-content/uploads/2026/01/select-arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  height: 10px;
  width: 13px;
}

select:focus-visible{
  outline: none;
}

.room-select select {
  background-image: url('/wp-content/uploads/2026/01/room-size-img.png');
  background-repeat: no-repeat;
  background-position: left;
  background-position-x: left;
  background-position-x: 15px;
}

.number-of-pinkpacks-select select {
  background-image: url('/wp-content/uploads/2026/01/number-sleect.png');
  background-repeat: no-repeat;
  background-position: left;
  background-position-x: left;
  background-position-x: 15px;
}

.calc-fields{
  border-style: solid;
  border-color: transparent;
  border-width: 5px;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(180deg, #F27BAA 0%, #1DA1F2 100%) border-box;
  padding: 60px 120px;
  border-radius: 65px;
}

#faq-accord .accordion-body {
  padding-top: 0 !important;
  padding-left: 30px !important;
}

#faq-accord .accordion-header{
  padding-left: 30px !important;
  padding-right: 40px !important;
}

.review-col:hover {
  background: linear-gradient(258deg, #F27BAA 0%, #1DA1F2 82%) border-box;
}

.review-col:hover h4 , .review-col:hover p , .review-col:hover h5 , .review-col:hover h6{
  color: #fff;
}

.review-col:hover .review-author-name span{
  background: #F27BAA;
}

.review-col:hover .review-img img{
  filter: brightness(0) invert(1);
}

.review-bottom-img.overflow-hidden {
  border-radius: 20px;
}

.review-col{
  transition: ease-in-out 0.3s;
}

#loved-service-mobile swiper-slide{
  padding-top: 75px;
}

#loved-service-mobile{
  display: none;
}

.contact-info-col {
  border-radius: 40px;
  border: 3px solid transparent;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(181deg, #ff6ea1, #3aa0ff) border-box;
  transition: background 0.3s ease, box-shadow 0.3s ease;
  padding: 50px 20px;
  transition: ease-in-out 0.3s;
  height: 100%;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact-info-col:hover {
  transform: scale(1.03);
}

.location-map iframe{
  border: 2px solid #000 !important;
  border-radius: 20px;
}

.location-deatil {
  border-style: solid;
  border-color: transparent;
  border-width: 3px 3px 3px 8px;
  border-radius: 50px;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(180deg, #F27BAA 0%, #1DA1F2 100%) border-box;
  padding: 10px 20px;
  margin-bottom: 25px;
  transition: ease-in-out 0.3s;
}

.location-deatil:hover {
  transform: scale(1.03);
}

.location-deatil b{
  display: block;
  font-weight: 400;
  font-size: 12px;
  color: #000;
  margin-top: -5px;
}

#operations .location-info .location-deatil:nth-child(2), #operations .location-info .location-deatil:nth-child(3){
  padding: 16px 20px !important;
}

.operation-info-col {
  border-style: solid;
  border-color: transparent;
  border-width: 3px 3px 3px 8px;
  border-radius: 30px;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(180deg, #F27BAA 0%, #1DA1F2 100%) border-box;
  margin-bottom: 35px;
  padding: 30px;
  margin-right: 55px;
}

.label-icon-box img {
  width: 32px;
  height: 32px;
}

.core-value {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-top: 20px;
}

.core-text h6 {
  color: #1CA1F1;
  font-size: 20px;
  font-weight: 600;
}

.core-text span {
  display: block;
  font-size: 18px;
  color: #000000;
}

.stand-content {
  border-style: solid;
  border-color: transparent;
  border-width: 3px 3px 8px 3px;
  border-radius: 50px;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(180deg, #F27BAA 0%, #1DA1F2 100%) border-box;
  padding: 40px;
}

.stand-inner h3{
  text-align: center;
}

.stand-inner:nth-child(1) h3{
  text-align: left;
}

.stand-inner:nth-child(2) .stand-img{
  order: 2;
}

.core-img {
  width: 100%;
  max-width: 70px;
}

.stand-inner:last-child{
  padding-bottom: 0;
}

.topbar-cols a:hover {
  text-decoration: underline;
}

.bulit-outer:nth-child(2n) .bulit-img{
  order: 2;
}

.award-img img {
  width: 100%;
  max-width: 125px;
}

div#meet-rent #rent-plastic {
  margin-top: 0;
}

.meet-content span {
  font-size: 18px;
  color: #000;
}

.meet-why-col{
  display: grid;
  grid-template-columns: 12% 1fr;
  gap: 35px;
  align-items: center;
  border-style: solid;
  border-color: transparent;
  border-width: 3px 3px 3px 3px;
  border-radius: 25px;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(180deg, #F27BAA 0%, #1DA1F2 100%) border-box;
  padding: 30px;
  margin-bottom: 25px;
  transition: ease-in-out 0.3s;
}

.meet-why-col:hover{
  transform: scale(1.03);
  background: linear-gradient(360deg, #389CE7 0%, #D181B4 100%);
  border: 3px solid #fff;
}

.meet-why-col:hover h5, .meet-why-col:hover span{
  color: #fff;
}

.meet-icon {
  border: 2px solid #FFCD1A;
  height: 90px;
  width: 90px;
  display: flex;
  padding: 18px;
  align-items: center;
  justify-content: center;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 50px;
}

.meet-why-col:hover .meet-icon{
  border: 2px solid #FFF;
}

.meet-why-col:hover .meet-icon img{
  filter: brightness(0) invert(1);
}

.policy-dec p{
  text-align: center;
  font-size: 18px;
  color: #000;
  padding-top: 20px;
}

.policy-info-content p{
  text-align: left;
  font-size: 18px;
  color: #000;
  padding-bottom: 12px;
}

.policy-info-content span{
  color: #F27BAA;
}

.policy-info-content ul{
  padding-left: 20px;
}

.policy-info-content li{
  text-align: left;
  font-size: 18px;
  color: #000;
  padding-top: 10px;
  list-style: disc;
}

.policy-info-col {
  display: grid;
  grid-template-columns: 85px 1fr;
  gap: 35px;
  align-items: flex-start;
  padding-bottom: 25px;
}

.form-input-error, .form-input-hint {
  color: red;
  padding-top: 5px;
}

.moving::before {
  content: "";
  display: block;
  background-image: url("/wp-content/uploads/2026/01/moving-head-icon.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 2px;
  left: 0;
  height: 28px;
  width: 28px;
}

.moving:hover::before{
  background-image: url("/wp-content/uploads/2026/01/moving-head-icon-pink.png");
}

.close-i {
  display: none !important;
}

#top-ofice-mover .pink-btn {
  width: 100%;
}

#top-ofice-mover .input-col input {
  background: #E7E7E7;
  background-image: url("/wp-content/uploads/2026/01/blue-location-icon.png");
  background-repeat: no-repeat;
  background-position: left;
  background-position-x: 15px;
}

#top-ofice-mover label{
  font-size: 20px;
  color: #000000;
  font-weight: 600;
  padding-bottom: 10px;
  display: block;
}

#top-ofice-mover label span{
  color: #F27BAA;
}

.toronoto-trusted-box .eco-friendly-slide {
  order: 1;
}

.toronoto-trusted-box .eco-friendly-content {
  order: 2;
}

#toronoto-trusted .accordion {
  padding-top: 10px;
}

#toronoto-trusted .accordion-header {
  padding: 25px 75px 25px 20px;
}

#toronoto-trusted .accordion-body{
  padding: 4px 30px 30px 20px;
}

.home-date input{
  position: relative;
}

.home-date input::after {
  content: "";
  position: absolute;
  right: 21px;
  top: 54%;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 12px;
  color: #666;
  background-image: url("/wp-content/uploads/2026/01/home-date.png");
  background-size: contain;
  background-repeat: no-repeat;
  height: 20px;
  width: 18px;
}

/* Responsive Start */

@media screen and (min-width: 992px) {
  .menu-item-has-children:hover .sub-menu {
    display: block;
  }
}

@media screen and (max-width: 1680px){
  .topbar-cols span {
    font-size: 12px;
  }

  .social-icons i {
    font-size: 22px;
  }

  .rated-icons img {
    width: 100%;
    max-width: 590px;
  }
}

@media screen and (max-width: 1470px){
  .social-icons{
    gap: 12px;
  }

  .contact-btn {
    font-size: 14px;
    white-space: nowrap;
  }

  #menu-menu-1 {
    gap: 25px;
  }

  #menu-menu-1 > li {
    padding-left: 33px;
  }
}

@media screen and (max-width: 1370px) {
  #learn-more p br {
    display: none;
  }

  /* #menu-menu-1 {
    gap: 40px;
  } */

  .topbar-cols {
    padding: 0px 24px;
  }

  .rent-btns a{
    font-size: 15px;
  }

  .serach-from{
    margin-top: 15px;
  }

  #meet-why-work .bulit-img, #meet-why-work .bulit-img img {
    height: 100%;
  }

  #menu-menu-1 li a {
    font-size: 15px;
  }
}

@media screen and (max-width: 1220px) {
  .btn-a-size{
    font-size: 14px;
  }

  #footer-block li a, #footer-block p{
    font-size: 16px;
  }

  #footer-block .widget-title, .follow-us i{
    font-size: 22px;
  }

  .logo-f {
    width: 100%;
    max-width: 250px;
  }

  #footer-block li a {
    padding-bottom: 12px;
  }

  .input-col input{
    padding: 9px 10px 9px 40px;
  }

  #best-rated{
    background-size: 100% 100%;
  }

  .review-col p {
    height: 375px;
  }

  .meet-why-col {
    gap: 60px;
  }

  .call-tittle{
    display: none;
  }

  .header-cta {
    gap: 12px;
    width: 16%;
  }

  .contact-i i {
    background: linear-gradient(90deg, #F27BAA 0%, #1DA1F2 100%);
    color: #fff;
    font-size: 21px;
    padding: 12px;
    border-radius: 50px;
    margin-right: 0;
    cursor: pointer;
  }

  .contact-i {
    display: block;
  }

  .contact-btn{
    display: none;
  }

  .phone-icon a img {
    margin-right: 0 !important;
  }
}

@media screen and (max-width: 1200px) {
  #menu-menu-1 {
    gap: 30px;
  }

  #menu-menu-1 li a {
    font-size: 15px;
  }

  .header-cta a {
    font-size: 13px;
  }

  .phone-icon i {
    font-size: 18px;
  }

  .topbar-outer .topbar-cols:nth-child(5) {
    display: none;
  }

  .topbar-outer {
    justify-content: center;
  }

  .topbar-outer .topbar-cols:nth-child(4) {
    border-right: 0;
  }

  .gradient-btn{
    font-size: 14px;
  }

  .most-poplular {
    width: 100%;
    max-width: 86px;
  }

  .rent-btns a{
    padding-left: 20px;
    padding-right: 20px;
  }

  .quote-inputs input{
    /* margin-bottom: 15px; */
  }

  #free-quote .tittle-style {
    font-size: 35px;
  }

  .rated-icons img {
    width: 100%;
    max-width: 520px;
  }

  .calc-fields{
    padding: 60px 60px;
  }
}

@media screen and (max-width: 1100px){
  .review-col p {
    height: 420px;
  }

  .scroll-dv {
    height: 442px;
    overflow-y: scroll;
  }

  .team-col br{
    display: none;
  }

  .meet-why-col{
    padding: 12px;
  }

  .meet-content span {
    font-size: 14px;
  }

  .meet-icon{
    height: 70px;
    width: 70px;
    padding: 13px;
  }

  .meet-why-col {
    gap: 36px;
  }
}

@media screen and (max-width: 1024px) {
  #menu-menu-1 {
    gap: 30px;
  }

  #menu-menu-1 li a {
    font-size: 13px;
  }

  .header-cta a {
    font-size: 12px;
  }

  .phone-icon i {
    font-size: 13px;
  }

  .phone-icon img{
    padding: 8px;
  }

  .contact-btn{
    padding: 12px 15px;
  }

  .tabs-wrapper .tab img {
    max-width: 230px;
  }

  .banner-from{
    padding: 20px !important;
  }

  .features-detail{
    grid-template-columns: 30% 1fr 1fr;
    overflow-x: scroll;
    white-space: nowrap;
  }

  .contact-i i{
    font-size: 18px;
  }
}

@media screen and (max-width: 1023px){
  .loved-col {
    min-height: 580px;
  }

  .loved-col a {
    width: 90%;
  }

  .rent-btns a {
    padding-left: 16px;
    padding-right: 16px;
  }

  .review-col p {
    height: 308px;
  }

  #menu-menu-1 {
    gap: 15px;
  }
}

@media screen and (max-width: 991px) {
  .close-menu {
    display: block;
    width: 14px;
  }

  .nav-links {
    position: fixed;
    top: 0px;
    left: -300px;
    width: 280px;
    height: 100dvh;
    /* background: linear-gradient(90deg, #1DA1F2 0%, #F27BAA 100%); */
    background: #ec7cac;
    overflow-y: auto;
    transition: left 0.3s ease-in-out;
    z-index: 999;
  }

  .close-i {
    display: block;
  }

  .nav-links.menu-active {
    left: 0;
  }

  #menu-menu-1 {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-top: 25px;
  }

  #menu-menu-1 li {
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    padding-left: 50px;
    text-align: left;
  }

  #menu-menu-1 li a {
    color: #fff;
  }

  .close-i {
    display: block !important;
  }

  .sub-menu {
    background: #00aeb5;
    color: #000;
    padding: 0;
    position: relative;
    width: 100%;
    border: 0;
    border-radius: 0;
  }

  .close-menu i {
    font-size: 25px;
    color: #eb7cac;
  }

  .overflow-hide {
    overflow: hidden;
  }

  .contact-i {
    display: none;
  }

  .contact-btn {
    display: block;
  }

  .contact-i i {
    background: linear-gradient(90deg, #F27BAA 0%, #1DA1F2 100%);
    color: #fff;
    font-size: 18px;
    padding: 12px;
    border-radius: 50px;
    margin-right: 0;
    cursor: pointer;
  }

  .header-cta {
    gap: 30px;
  }

  .contact-i {
    margin-right: 25px;
  }

  i.fa.fa-times.close-i {
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    padding: 7px;
    font-size: 18px;
  }

  .rp {
    padding-top: 40px;
  }

  .rp-m {
    margin-top: 40px;
  }

  .rb{
    padding-bottom: 40px;
  }

  .show-submenu.caret.fa.fa-angle-down.menu-item-dropdown {
    color: #fff !important;
  }

  .fa.fa-times.close-i {
    display: block;
  }

  .submenu-active .sub-menu {
    display: block;
  }

  .sub-menu>li {
    background-color: #00aeb5 !important;
  }

  .sub-menu>li:last-child {
    border-bottom: 0 !important;
  }

  #menu-menu-1 li a {
    font-size: 15px;
  }

  #menu-menu-1>li::after {
    display: none;
  }

  .header-cta{
    width: 65%;
  }

  .ready-to-wrap-col{
    grid-template-columns: 1fr !important;
    gap: 20px;
  }

  .rated-text {
    width: 100%;
  }

  .tabs-wrapper .tabs{
    overflow-x: scroll;
  }

  .tabs-wrapper .tab{
    white-space: nowrap;
  }

  .tabs-wrapper .tab img {
    max-width: 150px;
  }

  .tabs-wrapper .tab span{
    font-size: 18px;
    padding-right: 20px;
  }

  .loved-col {
    padding: 20px;
  }

  .rent-btns a {
    font-size: 12px;
  }

  .review-col p {
    font-size: 17px;
  }

  .rated-icons img {
    width: 100%;
    max-width: 100%;
  }

  #loved-service-mobile{
    display: block;
  }

  #loved-service{
    display: none;
  }

  #loved-service-mobile .loved-col {
    min-height: 420px;
  }

  .stand-content{
    padding: 30px;
  }

  #ready-to-wrap h3 {
    text-align: center;
  }

  .bulit-img, .bulit-img img {
    height: 100%;
  }

  .moving::before{
    top: 5px;
    left: 15px;
    height: 26px;
    width: 26px;
    background-image: url("/wp-content/uploads/2026/01/nav-white.png");
  }

  .moving:hover::before{
    background-image: url("/wp-content/uploads/2026/01/nav-white.png");
  }

  .office-mover-img, .office-mover-img img {
    height: 100%;
  }

  #top-ofice-mover .search-from-btn{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

@media screen and (max-width: 900px){
  .topbar-cols {
    padding: 0px 18px;
  }

  .topbar-cols span {
    font-size: 10px;
  }

  #all-in-solution .grid-divide{
    grid-template-columns: 1fr 1fr;
  }

  .most-poplular {
    width: 100%;
    max-width: 70px;
  }

  .how-its-block {
    grid-template-columns: 1fr 505px;
    gap: 35px;
  }

  .step-number {
    width: 70px;
    height: 70px;
  }

  .step-box {
    padding: 20px 26px;
  }

  .step-box p {
    font-size: 16px;
  }

  .timeline{
    left: 36px;
  }

  .step::before {
    left: 36px;
  }

  .loved-col {
    min-height: 650px;
  }

  .blog-outer h6{
    font-size: 11px !important;
    line-height: 14px !important;
  }

  #meet-why-work .bulit-img, #meet-why-work .bulit-img img {
    height: 100%;
  }

  #top-ofice-mover label {
    font-size: 16px;
  }
}

@media screen and (max-width: 885px){
  .w-full.btn-dekstop-hide {
    display: none;
  }

  .footer-explore-divide{
    grid-template-columns: 1fr;
  }

  .footwer-logo-btns .get-call-btns {
    display: flex;
    margin-bottom: 40px;
  }

  .logo-mobile-view {
    display: block;
    max-width: 300px;
    margin: 0 auto;
  }

  .logo-desktop-view {
    display: none;
  }

  .pack-work-img img{
    width: 100%;
    max-width: 265px;
  }

  .pack-work-img::before{
    height: 109%;
    max-width: 210px;
  }

  .pack-work-img{
    height: 145px;
  }

  .calc-fields {
    padding: 60px 25px;
  }

  .operation-info-col{
    flex-direction: column;
  }

  .contact-info-col br{
    display: none;
  }

  #loved-service-mobile .loved-col {
    min-height: 450px;
  }
}

@media screen and (max-width: 767px) {
  br {
    display: none;
  }

  .rp {
    padding-top: 35px;
  }

  .rb{
    padding-bottom: 35px;
  }

  .rp-m {
    margin-top: 35px;
  }

  .header-cta a {
    font-size: 11px;
  }

  .topbar-cols span {
    font-size: 10px;
  }

  .topbar-cols i {
    font-size: 16px;
  }

  #header {
    padding-bottom: 15px;
  }

  .topbar-cols {
    padding: 0px 11px;
  }

  .container-wrapper.top-contain {
    padding: 0;
  }

  .copywrite-outer-block {
    gap: 8px;
    flex-direction: column;
  }

  #home-banner {
    min-height: 480px;
  }

  .best-rated-block {
    flex-direction: column;
    gap: 20px;
  }

  #best-rated {
    background-size: cover;
  }

  .ready-to-wrap-col h3, .rated-text h2 {
    text-align: center;
  }

  .location-input-flex input::-moz-placeholder{
    font-size: 12px;
  }

  .location-input-flex input::placeholder{
    font-size: 12px;
  }

  .tabs-wrapper .content-box h2 {
    margin-bottom: 8px;
    font-size: 25px;
  }

  .tabs-wrapper .content-box{
    padding: 25px;
  }

  .tabs-wrapper .content-box li{
    font-size: 18px;
    padding-left: 25px;
  }

  .tabs-wrapper .content-box li::before {
    width: 15px;
    height: 15px;
  }

  .loved-col {
    min-height: 460px;
  }

  .most-poplular {
    top: -22px;
  }

  .how-its-block {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .how-its-img img {
    max-width: 200px;
    margin: 0 auto;
  }

  .rent-btns, .plastic-block{
    flex-direction: column;
    gap: 10px;
  }

  .rent-btns a {
    font-size: 15px;
  }

  .plastic-img img {
    width: 100%;
    max-width: 60px;
  }

  .img-gradient::before {
    top: -20px;
    left: -20px;
    border-radius: 15px;
  }

  .blog-outer h6 {
    font-size: 15px !important;
    line-height: 20px !important;
  }

  .blog-outer{
    gap: 50px !important;
  }

  .review-col p {
    height: auto;
  }

  #home-banner .banner-form-block{
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }

  .pink-best-rated{
    background-color: #F0F9FC;
    background-image: none !important;
  }

  .pink-best-rated .rated-text h2{
    color: #000;
  }

  .features-detail{
    grid-template-columns: 30% 1fr 1fr;
    overflow-x: scroll;
    white-space: nowrap;
  }

  .feature-icon img {
    max-width: 82px;
    margin-top: -66px;
  }

  .location-info.border-r-2 {
    border-right: 0;
    border-bottom: 2px solid #FFCD1A;
  }

  .operation-info-col{
    margin-right: 0;
  }

  .stand-inner:nth-child(2) .stand-img {
    order: 0;
  }

  .stand-inner:nth-child(1) h3 {
    text-align: center;
  }

  .core-img {
    max-width: 50px;
  }

  .scroll-dv {
    height: 320px;
  }

  .team-col {
    padding-top: 20px;
  }

  .bulit-outer:nth-child(2n) .bulit-img{
    order: 0;
  }

  .award-img img {
    width: 100%;
    max-width: 90px;
  }

  #dream-team .btn-align {
    margin: 0 auto;
    display: table;
  }

  .policy-dec p {
    font-size: 17px;
  }

  .eco-friendly-box .eco-friendly-content {
    order: 1;
  }
}

@media screen and (max-width: 730px){
  .pack-work-img img {
    max-width: 214px;
  }

  .pack-work-img {
    height: 113px;
  }

  .pack-work-img::before {
    max-width: 163px;
  }
}

@media screen and (max-width: 640px) {
  .topbar-outer {
    flex-direction: column;
    gap: 5px;
  }

  .topbar-left p {
    font-size: 12px;
  }

  .topbar-right li {
    font-size: 12px;
  }

  .topbar-right li img {
    width: 100%;
    max-width: 20px;
  }

  .topbar-right {
    max-width: 250px;
  }

  .contact-info-flex p,
  #menu-footer-menu a {
    font-size: 15px;
  }

  #menu-footer-menu a::after {
    top: 5px;
  }

  .after-close {
    font-size: 25px;
    height: 25px;
    width: 25px;
    top: -14px;
    right: -7px;
  }

  .header-cta {
    gap: 0px;
  }

  .tel-link {
    display: none;
  }

  .contact-i {
    display: block
  }

  .contact-btn {
    display: none
  }

  .call-tittle{
    display: none;
  }

  .phone-icon img {
    padding: 9px;
  }

  .search-icon {
    padding-right: 20px;
  }

  .contact-i {
    margin-right: 10px;
  }

  .phone-icon img {
    padding: 10px;
    height: 41px;
    width: 41px;
  }

  .header-cta{
    width: 45%;
  }

  .topbar-outer {
    flex-direction: row;
    gap: 5px;
    flex-wrap: wrap;
  }

  .topbar-cols a {
    display: block;
  }

  .topbar-cols {
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .topbar-cols span {
    font-size: 12px;
  }

  .top-bar{
    padding-top: 10px;
    padding-bottom: 8px;
  }

  .mobile-banner{
    display: block;
  }

  #home-banner h1, #home-banner p {
    color: #000;
    text-align: center;
    text-shadow: none;
    --tw-drop-shadow: none;
  }

  #home-banner {
    min-height: auto;
    background-image: none !important;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .location-input-flex {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 10px;
  }

  .location-input-flex input::-moz-placeholder{
    font-size: 16px;
  }

  .location-input-flex input::placeholder{
    font-size: 16px;
  }

  #all-in-solution .grid-divide{
    grid-template-columns: 1fr;
  }

  #all-in-solution .accordion-header{
    padding: 18px 20px 18px 20px;
  }

  #all-in-solution .accordion-body {
    padding: 0px 30px 30px 20px;
  }

  #all-in-solution .accordion-item{
    border-width: 2px 2px 2px 12px;
  }

  #all-in-solution .accordion {
    padding-top: 25px;
  }

  #all-in-solution .accordion-header .icon {
    width: 100%;
    max-width: 25px;
    height: 25px;
  }

  .accordion-item h6 {
    font-size: 18px;
    gap: 10px;
  }

  .accordion-item h6 img {
    width: 100%;
    max-width: 45px;
  }

  .award-img {
    width: 29%;
  }

  .award-cols{
    justify-content: center;
  }

  .tabs-wrapper .tab img {
    max-width: 120px;
  }

  .review-tittle-img{
    flex-direction: column;
  }

  .review-col h4, .review-col p{
    text-align: center;
  }

  .star-img {
    margin: 0 auto;
    display: table;
  }

  .banner-from{
    background-color: #979797;
  }

  .banner-from label {
    font-size: 15px;
  }

  #home-banner .banner-form-block{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .pack-work-img img{
    width: 100%;
    min-width: 258px;
    height: 107%;
  }

  .pack-work-img{
    height: 235px;
  }

  .pack-work-img::before {
    height: 108%;
    max-width: 191px;
  }

  #loved-service-mobile .loved-col {
    min-height: 480px;
  }

  .topbar-cols:nth-of-type(1){
    display: none;
  }

  .phone-icon a img {
    margin-right: 10px !important;
  }
}

@media screen and (max-width: 639px) {
  .loved-col {
    min-height: 100%;
  }

  .loved-col a {
    position: relative;
    bottom: 0;
    transform: unset;
    display: inline-block;
    margin-top: 20px;
  }

  .most-poplular {
    top: -33px;
  }

  .img-gradient::before {
    top: -20px;
    left: -20px;
    border-radius: 30px;
  }

  .slide-img img {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  #loved-service-mobile .loved-col {
    min-height: auto;
  }

  .contact-info-col{
    padding: 35px 20px;
    min-height: auto;
  }

  .meet-why-col{
    gap: 65px;
  }

  .copywrite-outer-block p, .copywrite-outer-block a{
    text-align: center;
  }

  .quote-inputs input[type="date"] {
    color: white;
    width: 100%;
  }
}

@media screen and (max-width: 535px) {
  .topbar-outer .topbar-cols:nth-child(1) {
    border-right: 0;
  }

  .footwer-logo-btns .get-call-btns {
    flex-direction: column;
  }

  .footer-explore-divide {
    padding-bottom: 10px;
  }

  .resources-info {
    padding-top: 15px;
  }

  #footer-block .widget-title {
    padding-bottom: 10px;
  }

  .footwer-logo-btns .get-call-btns {
    margin-bottom: 20px;
  }

  .logo-mobile-view {
    margin: 0;
  }

  .search-from-btn{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .serach-from{
    padding: 25px 25px;
  }

  .how-its-block {
    grid-template-columns: 1fr;
  }

  .label-icon-box img {
    width: 100%;
    max-width: 25px;
    height: 25px
  }

  .step-box {
    padding: 20px 15px;
  }

  .add-review-btns{
    flex-direction: column;
    gap: 10px;
  }

  .add-review-btns a.pink-gradient-btn {
    max-width: 195px;
  }

  #free-quote .tittle-style {
    font-size: 28px;
  }

  .quote-inputs input {
    /* margin-bottom: 10px; */
  }

  .banner-from input::-moz-placeholder {
    font-size: 13px;
  }

  .banner-from input::placeholder {
    font-size: 13px;
  }

  .banner-from input[type="date"] {
    font-size: 13px;
  }

  .pack-work-img::before {
    height: 108%;
    max-width: 0;
  }

  .pack-work-img {
    height: auto;
    flex-direction: column;
    border-width: 4px 4px 4px 4px;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(180deg, #F27BAA 0%, #1DA1F2 100%) border-box;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 25px;
    padding: 25px;
    margin-top: 60px;
    border-radius: 15px;
  }

  .pack-work-img img {
    max-width: 200px;
    margin-top: -65px;
  }

  .pack-work-wrap p{
    padding-right: 0;
    font-size: 18px;
  }

  .stand-content {
    padding: 26px;
  }

  .core-value {
    padding-top: 10px;
  }

  .policy-info-col {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .policy-info-content li, .policy-info-content p {
    font-size: 16px;
  }

  .step-box p {
    font-size: 13px;
  }

  .step-box h3{
    font-size: 18px;
  }

  .label-icon-box{
    height: 50px;
    width: 100%;
    max-width: 50px;
  }

  .step-number {
    width: 45px;
    height: 45px;
    font-size: 25px;
  }

  .mid-border {
    width: 24px;
  }

  .timeline {
    left: 23px;
    top: 100px;
  }

  .step::before{
    left: 23px;
    top: 100px;
  }
}

@media screen and (max-width: 390px) {
  .header-cta {
    width: 85%;
  }

  .phone-icon img {
    height: 33px;
    width: 33px;
  }

  .contact-i i {
    font-size: 13px;
    padding: 10px;
  }

  .topbar-cols span {
    font-size: 12px;
  }

  .copywrite-outer-block p, .copywrite-outer-block a {
    color: #fff;
    font-size: 10px;
  }

  .copywrite-outer-block {
    gap: 5px;
  }

  #all-in-solution span.icon{
    font-size: 20px !important;
  }

  #all-in-solution .grid-divide{
    gap: 10px;
  }

  .step-label-icon {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    flex-direction: column;
    justify-content: start;
  }

  .step-box {
    padding: 20px 15px;
  }

  .timeline{
    top: 115px;
    height: 84%;
  }

  .step::before  {
    top: 115px;
  }

  .step-number {
    width: 45px;
    height: 45px;
    font-size: 25px;
  }

  .mid-border {
    width: 22px;
  }

  .step-box h3 {
    font-size: 20px;
  }

  .step-box p{
    padding-top: 0;
    font-size: 14px;
  }

  .most-poplular{
    right: -3px;
    top: -47px;
  }

  .img-gradient::before {
    top: -15px;
    left: -15px;
  }

  .blog-outer {
    gap: 30px !important;
  }

  .input-flex {
    gap: 0px;
    flex-direction: column;
  }

  .input-flex .field {
    width: 100%;
  }

  .features-detail {
    grid-template-columns: 74% 1fr 1fr;
  }

  .pack-work-img img {
    min-width: 200px;
    margin-top: -57px;
  }

  .core-value{
    flex-direction: column;
    text-align: center;
  }

  .topbar-outer .topbar-cols:nth-child(2) {
    border-right: 0;
  }

  .meet-why-col {
    gap: 18px;
    grid-template-columns: 1fr;
    text-align: center;
  }

  .meet-icon{
    margin: 0 auto;
  }
}

.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}

.after\:bottom-0::after {
  content: var(--tw-content);
  bottom: 0px;
}

.after\:left-0::after {
  content: var(--tw-content);
  left: 0px;
}

.after\:h-1::after {
  content: var(--tw-content);
  height: 0.25rem;
}

.after\:w-0::after {
  content: var(--tw-content);
  width: 0px;
}

.after\:transition-all::after {
  content: var(--tw-content);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.after\:duration-300::after {
  content: var(--tw-content);
  transition-duration: 300ms;
}

.hover\:scale-110:hover {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:scale-\[1\.03\]:hover {
  --tw-scale-x: 1.03;
  --tw-scale-y: 1.03;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:text-\[\#00c3ca\]:hover {
  --tw-text-opacity: 1;
  color: rgb(0 195 202 / var(--tw-text-opacity, 1));
}

.hover\:text-\[\#1DA1F2\]:hover {
  --tw-text-opacity: 1;
  color: rgb(29 161 242 / var(--tw-text-opacity, 1));
}

.hover\:text-\[\#fe6468\]:hover {
  --tw-text-opacity: 1;
  color: rgb(254 100 104 / var(--tw-text-opacity, 1));
}

.hover\:after\:w-full:hover::after {
  content: var(--tw-content);
  width: 100%;
}

.group:hover .group-hover\:block {
  display: block;
}

@media (min-width: 640px) {
  .sm\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:gap-\[30px\] {
    gap: 30px;
  }

  .sm\:text-\[20px\] {
    font-size: 20px;
  }

  .sm\:text-\[23px\] {
    font-size: 23px;
  }

  .sm\:text-\[80px\] {
    font-size: 80px;
  }

  .sm\:leading-\[70px\] {
    line-height: 70px;
  }
}

@media (min-width: 768px) {
  .md\:-mt-\[100px\] {
    margin-top: -100px;
  }

  .md\:mb-\[20px\] {
    margin-bottom: 20px;
  }

  .md\:mb-\[45px\] {
    margin-bottom: 45px;
  }

  .md\:mb-\[50px\] {
    margin-bottom: 50px;
  }

  .md\:ml-\[25px\] {
    margin-left: 25px;
  }

  .md\:mr-\[25px\] {
    margin-right: 25px;
  }

  .md\:mt-\[0px\] {
    margin-top: 0px;
  }

  .md\:mt-\[25px\] {
    margin-top: 25px;
  }

  .md\:mt-\[40px\] {
    margin-top: 40px;
  }

  .md\:mt-\[50px\] {
    margin-top: 50px;
  }

  .md\:max-w-\[700px\] {
    max-width: 700px;
  }

  .md\:max-w-\[80px\] {
    max-width: 80px;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .md\:grid-cols-\[14\%_1fr_1fr\] {
    grid-template-columns: 14% 1fr 1fr;
  }

  .md\:grid-cols-\[1fr_365px\] {
    grid-template-columns: 1fr 365px;
  }

  .md\:grid-cols-\[20\%_1fr_1fr\] {
    grid-template-columns: 20% 1fr 1fr;
  }

  .md\:grid-cols-\[35\%_1fr\] {
    grid-template-columns: 35% 1fr;
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:gap-\[0\] {
    gap: 0;
  }

  .md\:gap-\[30px\] {
    gap: 30px;
  }

  .md\:gap-\[35px\] {
    gap: 35px;
  }

  .md\:gap-\[40px\] {
    gap: 40px;
  }

  .md\:gap-\[50px\] {
    gap: 50px;
  }

  .md\:gap-\[60px\] {
    gap: 60px;
  }

  .md\:gap-\[70px\] {
    gap: 70px;
  }

  .md\:gap-\[80px\] {
    gap: 80px;
  }

  .md\:p-\[25px\] {
    padding: 25px;
  }

  .md\:p-\[45px\] {
    padding: 45px;
  }

  .md\:p-\[60px\] {
    padding: 60px;
  }

  .md\:px-\[50px\] {
    padding-left: 50px;
    padding-right: 50px;
  }

  .md\:px-\[70px\] {
    padding-left: 70px;
    padding-right: 70px;
  }

  .md\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:py-\[60px\] {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .md\:pb-\[20px\] {
    padding-bottom: 20px;
  }

  .md\:pb-\[30px\] {
    padding-bottom: 30px;
  }

  .md\:pb-\[40px\] {
    padding-bottom: 40px;
  }

  .md\:pb-\[50px\] {
    padding-bottom: 50px;
  }

  .md\:pb-\[60px\] {
    padding-bottom: 60px;
  }

  .md\:pb-\[65px\] {
    padding-bottom: 65px;
  }

  .md\:pl-\[15px\] {
    padding-left: 15px;
  }

  .md\:pt-\[120px\] {
    padding-top: 120px;
  }

  .md\:pt-\[14px\] {
    padding-top: 14px;
  }

  .md\:pt-\[30px\] {
    padding-top: 30px;
  }

  .md\:pt-\[35px\] {
    padding-top: 35px;
  }

  .md\:pt-\[40px\] {
    padding-top: 40px;
  }

  .md\:pt-\[45px\] {
    padding-top: 45px;
  }

  .md\:pt-\[50px\] {
    padding-top: 50px;
  }

  .md\:pt-\[60px\] {
    padding-top: 60px;
  }

  .md\:pt-\[70px\] {
    padding-top: 70px;
  }

  .md\:pt-\[80px\] {
    padding-top: 80px;
  }

  .md\:\!text-left {
    text-align: left !important;
  }

  .md\:text-left {
    text-align: left;
  }

  .md\:text-\[17px\] {
    font-size: 17px;
  }

  .md\:text-\[18px\] {
    font-size: 18px;
  }

  .md\:text-\[20px\] {
    font-size: 20px;
  }

  .md\:text-\[22px\] {
    font-size: 22px;
  }

  .md\:text-\[23px\] {
    font-size: 23px;
  }

  .md\:text-\[24px\] {
    font-size: 24px;
  }

  .md\:text-\[25px\] {
    font-size: 25px;
  }

  .md\:text-\[27px\] {
    font-size: 27px;
  }

  .md\:text-\[28px\] {
    font-size: 28px;
  }

  .md\:text-\[30px\] {
    font-size: 30px;
  }

  .md\:text-\[36px\] {
    font-size: 36px;
  }

  .md\:text-\[40px\] {
    font-size: 40px;
  }

  .md\:text-\[70px\] {
    font-size: 70px;
  }
}

@media (min-width: 1024px) {
  .lg\:left-\[-71px\] {
    left: -71px;
  }

  .lg\:max-w-\[100\%\] {
    max-width: 100%;
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .lg\:grid-cols-\[1fr_23\%_30\%_1fr\] {
    grid-template-columns: 1fr 23% 30% 1fr;
  }

  .lg\:gap-\[60px\] {
    gap: 60px;
  }

  .lg\:px-\[120px\] {
    padding-left: 120px;
    padding-right: 120px;
  }

  .lg\:pb-\[60px\] {
    padding-bottom: 60px;
  }

  .lg\:pr-0 {
    padding-right: 0px;
  }

  .lg\:pt-\[60px\] {
    padding-top: 60px;
  }

  .lg\:text-\[126px\] {
    font-size: 126px;
  }

  .lg\:text-\[20px\] {
    font-size: 20px;
  }

  .lg\:text-\[22px\] {
    font-size: 22px;
  }

  .lg\:text-\[25px\] {
    font-size: 25px;
  }
}

@media (min-width: 1280px) {
  .xl\:grid-cols-\[1fr_439px\] {
    grid-template-columns: 1fr 439px;
  }
}

@media (min-width: 1536px) {
  .\32xl\:mb-\[45px\] {
    margin-bottom: 45px;
  }

  .\32xl\:mr-\[45px\] {
    margin-right: 45px;
  }

  .\32xl\:max-w-\[126px\] {
    max-width: 126px;
  }

  .\32xl\:gap-\[60px\] {
    gap: 60px;
  }

  .\32xl\:gap-\[70px\] {
    gap: 70px;
  }

  .\32xl\:p-\[40px\] {
    padding: 40px;
  }

  .\32xl\:px-\[50px\] {
    padding-left: 50px;
    padding-right: 50px;
  }

  .\32xl\:pt-\[50px\] {
    padding-top: 50px;
  }

  .\32xl\:pt-\[60px\] {
    padding-top: 60px;
  }

  .\32xl\:text-\[18px\] {
    font-size: 18px;
  }

  .\32xl\:text-\[20px\] {
    font-size: 20px;
  }

  .\32xl\:text-\[22px\] {
    font-size: 22px;
  }

  .\32xl\:text-\[24px\] {
    font-size: 24px;
  }

  .\32xl\:text-\[25px\] {
    font-size: 25px;
  }

  .\32xl\:text-\[28px\] {
    font-size: 28px;
  }

  .\32xl\:text-\[30px\] {
    font-size: 30px;
  }

  .\32xl\:text-\[36px\] {
    font-size: 36px;
  }

  .\32xl\:text-\[50px\] {
    font-size: 50px;
  }
}