*, ::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.17 | 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;
}

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

@media (min-width: 1024px) and (max-width: 1366px) {
  .footer h3body {
    font-size: 20px;
  }
}

h1 {
  font-family: "Manrope", sans-serif;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  ah1.w-full.sm\:w-\[160px\].h-\[50px\].bg-white.text-brandGray.font-normal.text-\[16px\].sm\:text-\[18px\].rounded-\[10px\].flex.items-center.justify-center {
    font-size: 18px;
  }

  buttonh1.w-\[160px\].sm\:w-\[210px\].h-\[50px\].bg-\[\#44AA32\].text-white.font-normal.text-\[16px\].sm\:text-\[18px\].rounded-\[10px\].flex.items-center.justify-center {
    font-size: 18px;
  }
}

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

.visible {
  visibility: visible;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.-right-\[1\.2rem\] {
  right: -1.2rem;
}

.bottom-0 {
  bottom: 0px;
}

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

.left-0 {
  left: 0px;
}

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

.right-0 {
  right: 0px;
}

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

.top-0 {
  top: 0px;
}

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

.top-full {
  top: 100%;
}

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

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

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

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-11 {
  margin-bottom: 2.75rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

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

.mb-8 {
  margin-bottom: 2rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-4 {
  margin-left: 1rem;
}

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

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

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

.mr-2 {
  margin-right: 0.5rem;
}

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

.mt-1 {
  margin-top: 0.25rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-4 {
  margin-top: 1rem;
}

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

.mt-8 {
  margin-top: 2rem;
}

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

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

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

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

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

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

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

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

.block {
  display: block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-16 {
  height: 4rem;
}

.h-3 {
  height: 0.75rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-56 {
  height: 14rem;
}

.h-6 {
  height: 1.5rem;
}

.h-7 {
  height: 1.75rem;
}

.h-8 {
  height: 2rem;
}

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

.h-\[100vh\] {
  height: 100vh;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.max-h-0 {
  max-height: 0px;
}

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-16 {
  width: 4rem;
}

.w-3 {
  width: 0.75rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-7 {
  width: 1.75rem;
}

.w-8 {
  width: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-auto {
  width: auto;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-full {
  width: 100%;
}

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

.max-w-\[17rem\] {
  max-width: 17rem;
}

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

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

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

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

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

.shrink-0 {
  flex-shrink: 0;
}

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

.translate-x-full {
  --tw-translate-x: 100%;
  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));
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.animate-spin {
  animation: spin 1s linear infinite;
}

.cursor-pointer {
  cursor: pointer;
}

.list-disc {
  list-style-type: disc;
}

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

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

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

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

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

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

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

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

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

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

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

.gap-0 {
  gap: 0px;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

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

.gap-y-4 {
  row-gap: 1rem;
}

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

.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.self-start {
  align-self: flex-start;
}

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.whitespace-nowrap {
  white-space: nowrap;
}

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

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

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

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

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

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

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

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

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

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

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-sm {
  border-radius: 0.125rem;
}

.rounded-t-\[50px\] {
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
}

.border {
  border-width: 1px;
}

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

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

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

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

.border-\[\#AE0D0D\]\/50 {
  border-color: rgb(174 13 13 / 0.5);
}

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

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

.border-brandBlue {
  --tw-border-opacity: 1;
  border-color: rgb(0 177 213 / var(--tw-border-opacity, 1));
}

.border-brandGray {
  --tw-border-opacity: 1;
  border-color: rgb(81 89 120 / var(--tw-border-opacity, 1));
}

.border-brandRed {
  --tw-border-opacity: 1;
  border-color: rgb(174 13 13 / var(--tw-border-opacity, 1));
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.border-transparent {
  border-color: transparent;
}

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

.bg-\[\#00B1D5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 177 213 / var(--tw-bg-opacity, 1));
}

.bg-\[\#2E0249\] {
  --tw-bg-opacity: 1;
  background-color: rgb(46 2 73 / var(--tw-bg-opacity, 1));
}

.bg-\[\#44AA32\] {
  --tw-bg-opacity: 1;
  background-color: rgb(68 170 50 / var(--tw-bg-opacity, 1));
}

.bg-\[\#4A4F6C\] {
  --tw-bg-opacity: 1;
  background-color: rgb(74 79 108 / var(--tw-bg-opacity, 1));
}

.bg-\[\#502228\] {
  --tw-bg-opacity: 1;
  background-color: rgb(80 34 40 / var(--tw-bg-opacity, 1));
}

.bg-\[\#830006\] {
  --tw-bg-opacity: 1;
  background-color: rgb(131 0 6 / var(--tw-bg-opacity, 1));
}

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

.bg-\[\#DBEEFF\] {
  --tw-bg-opacity: 1;
  background-color: #04B1D5 !important;
}

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

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

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

.bg-black\/40 {
  background-color: rgb(0 0 0 / 0.4);
}

.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}

.bg-brandBg {
  --tw-bg-opacity: 1;
  background-color: rgb(40 44 52 / var(--tw-bg-opacity, 1));
}

.bg-brandBlue {
  --tw-bg-opacity: 1;
  background-color: rgb(0 177 213 / var(--tw-bg-opacity, 1));
}

.bg-brandGray {
  --tw-bg-opacity: 1;
  background-color: rgb(81 89 120 / var(--tw-bg-opacity, 1));
}

.bg-brandRed {
  --tw-bg-opacity: 1;
  background-color: rgb(174 13 13 / var(--tw-bg-opacity, 1));
}

.bg-brandgraybg {
  --tw-bg-opacity: 1;
  background-color: rgb(246 247 249 / var(--tw-bg-opacity, 1));
}

.bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}

.bg-transparent {
  background-color: transparent;
}

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

.bg-white\/20 {
  background-color: rgb(255 255 255 / 0.2);
}

.bg-opacity-\[0\.18\] {
  --tw-bg-opacity: 0.18;
}

.bg-\[linear-gradient\(180deg\2c \#00B1D5E0_0\%\2c \#830006_100\%\)\] {
  background-image: linear-gradient(180deg,#00B1D5E0 0%,#830006 100%);
}

.bg-btn-gradient {
  background-image: linear-gradient(270deg, #00B1D5E0 0%, #830006 100%);
}

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

.from-brandBlue\/90 {
  --tw-gradient-from: rgb(0 177 213 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 177 213 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-brandGray\/90 {
  --tw-gradient-to: rgb(81 89 120 / 0.9) var(--tw-gradient-to-position);
}

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

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

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-14 {
  padding: 3.5rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

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

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

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

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

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

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

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

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

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

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

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

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

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

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

.pb-1 {
  padding-bottom: 0.25rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

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

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

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

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

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

.font-dm {
  font-family: "DM Sans", sans-serif;
}

.font-manrope {
  font-family: "Manrope", sans-serif;
}

.text-15px {
  font-size: 15px;
}

.text-16px {
  font-size: 16px;
}

.text-17px {
  font-size: 17px;
}

.text-18px {
  font-size: 18px;
}

.text-22px {
  font-size: 22px;
}

.text-24px {
  font-size: 24px;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-30px {
  font-size: 30px;
}

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

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

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

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

.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-\[19px\] {
  font-size: 19px;
}

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

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

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

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

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

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

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

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

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

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

.font-extrabold {
  font-weight: 800;
}

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

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

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

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

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

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

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

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

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

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

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

.leading-relaxed {
  line-height: 1.625;
}

.leading-tight {
  line-height: 1.25;
}

.tracking-\[0px\] {
  letter-spacing: 0px;
}

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

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

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

.text-\[\#515978\] {
  --tw-text-opacity: 1;
  color: rgb(81 89 120 / var(--tw-text-opacity, 1));
}

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

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

.text-\[\#F6F7F9\] {
  --tw-text-opacity: 1;
  color: rgb(246 247 249 / var(--tw-text-opacity, 1));
}

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

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

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

.text-brandGray {
  --tw-text-opacity: 1;
  color: rgb(81 89 120 / var(--tw-text-opacity, 1));
}

.text-brandRed {
  --tw-text-opacity: 1;
  color: rgb(174 13 13 / var(--tw-text-opacity, 1));
}

.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

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

.text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity, 1));
}

.text-opacity-80 {
  --tw-text-opacity: 0.8;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-50 {
  opacity: 1;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-80 {
  opacity: 0.8;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px 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_3px_6px_rgba\(0\2c 0\2c 0\2c 0\.16\)\] {
  --tw-shadow: 0 3px 6px rgba(0,0,0,0.16);
  --tw-shadow-colored: 0 3px 6px 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);
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px 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-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 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);
}

.backdrop-blur-md {
  --tw-backdrop-blur: blur(12px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.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-opacity {
  transition-property: opacity;
  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-500 {
  transition-duration: 500ms;
}

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

@font-face {
  font-family: 'Beauty Handwriting';
  src: url('/assets/fonts/beauty_handwriting/BeautyHandwritingRegular.otf') format('opentype'),
       url('/assets/fonts/beauty_handwriting/BeautyHandwritingRegular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}



/* ================================
   DM Sans - Local Font Faces
   ================================ */

@font-face {
  font-family: 'DM Sans';

  src: url('/assets/fonts/DM_Sans/static/DMSans-Thin.ttf') format('truetype');

  font-weight: 100;

  font-style: normal;
}

@font-face {
  font-family: 'DM Sans';

  src: url('/assets/fonts/DM_Sans/static/DMSans-ExtraLight.ttf') format('truetype');

  font-weight: 200;

  font-style: normal;
}

@font-face {
  font-family: 'DM Sans';

  src: url('/assets/fonts/DM_Sans/static/DMSans-Light.ttf') format('truetype');

  font-weight: 300;

  font-style: normal;
}

@font-face {
  font-family: 'DM Sans';

  src: url('/assets/fonts/DM_Sans/static/DMSans-Regular.ttf') format('truetype');

  font-weight: 400;

  font-style: normal;
}

@font-face {
  font-family: 'DM Sans';

  src: url('/assets/fonts/DM_Sans/static/DMSans-Medium.ttf') format('truetype');

  font-weight: 500;

  font-style: normal;
}

@font-face {
  font-family: 'DM Sans';

  src: url('/assets/fonts/DM_Sans/static/DMSans-SemiBold.ttf') format('truetype');

  font-weight: 600;

  font-style: normal;
}

@font-face {
  font-family: 'DM Sans';

  src: url('/assets/fonts/DM_Sans/static/DMSans-Bold.ttf') format('truetype');

  font-weight: 700;

  font-style: normal;
}

@font-face {
  font-family: 'DM Sans';

  src: url('/assets/fonts/DM_Sans/static/DMSans-ExtraBold.ttf') format('truetype');

  font-weight: 800;

  font-style: normal;
}

@font-face {
  font-family: 'DM Sans';

  src: url('/assets/fonts/DM_Sans/static/DMSans-Black.ttf') format('truetype');

  font-weight: 900;

  font-style: normal;
}

/* ================================
   Manrope - Local Font Faces
   ================================ */

@font-face {
  font-family: 'Manrope';

  src: url('/assets/fonts/Manrope/static/Manrope-Thin.ttf') format('truetype');

  font-weight: 100;

  font-style: normal;
}

@font-face {
  font-family: 'Manrope';

  src: url('/assets/fonts/Manrope/static/Manrope-ExtraLight.ttf') format('truetype');

  font-weight: 200;

  font-style: normal;
}

@font-face {
  font-family: 'Manrope';

  src: url('/assets/fonts/Manrope/static/Manrope-Light.ttf') format('truetype');

  font-weight: 300;

  font-style: normal;
}

@font-face {
  font-family: 'Manrope';

  src: url('/assets/fonts/Manrope/static/Manrope-Regular.ttf') format('truetype');

  font-weight: 400;

  font-style: normal;
}

@font-face {
  font-family: 'Manrope';

  src: url('/assets/fonts/Manrope/static/Manrope-Medium.ttf') format('truetype');

  font-weight: 500;

  font-style: normal;
}

@font-face {
  font-family: 'Manrope';

  src: url('/assets/fonts/Manrope/static/Manrope-SemiBold.ttf') format('truetype');

  font-weight: 600;

  font-style: normal;
}

@font-face {
  font-family: 'Manrope';

  src: url('/assets/fonts/Manrope/static/Manrope-Bold.ttf') format('truetype');

  font-weight: 700;

  font-style: normal;
}

@font-face {
  font-family: 'Manrope';

  src: url('/assets/fonts/Manrope/static/Manrope-ExtraBold.ttf') format('truetype');

  font-weight: 800;

  font-style: normal;
}

@font-face {
  font-family: 'Manrope';

  src: url('/assets/fonts/Manrope/static/Manrope-Black.ttf') format('truetype');

  font-weight: 900;

  font-style: normal;
}

.top-bar{
  height: 60px;
}

.header {
  height: 125px;
}

.iti__selected-flag {
  margin-left: 10px;
  background: transparent !important;
  color: gray;
}

.iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel] {
  margin-left: 5px !important;
}

.iti__flag-box, .iti__country-name {
  color: black !important;
}

body {
  overflow-x: hidden;
}

@media (max-width: 767px) {
  .header {
    height: 80px;
  }

  body {
    overflow-x: hidden;
  }

  #marqueeTrack img {
    height: 70px !important;
  }
}

/* Only affect mobile */

@media (max-width: 767px) {
  .ticker-item {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    animation: tickerSlide 12s infinite;
  }

  /* Sequence for 3 items only */

  .ticker-item:nth-of-type(1) {
    animation-delay: 0s;
  }

  .ticker-item:nth-of-type(2) {
    animation-delay: 4s;
  }

  .ticker-item:nth-of-type(4) {
    animation-delay: 8s;
  }

  /* Hide the 3rd one (address) on mobile */

  .ticker-item:nth-of-type(3) {
    display: none;
  }
}

@keyframes tickerSlide {
  0%, 20%   {
    opacity: 1;
    transform: translate(-50%, 0);
  }

  25%, 100% {
    opacity: 0;
    transform: translate(-50%, -20px);
  }
}

@media (max-width: 767px) {
  #marqueeTrack {
    width: -moz-max-content;
    width: max-content;
    --marquee-speed: 24s;
    animation: marquee var(--marquee-speed) linear infinite;
  }

  @keyframes marquee {
    from {
      transform: translateX(0);
    }

    to   {
      transform: translateX(-50%);
    }
  }
}

#news-bar {
  overflow-x: hidden;
  /* hide horizontal scrollbar */
  overflow-y: hidden;
  /* hide vertical scrollbar */
  scrollbar-width: none;
  /* for Firefox */
}

#news-bar::-webkit-scrollbar {
  display: none;
  /* for Chrome, Safari, Edge */
}

.black-bar {
  scrollbar-width: none;
}

#mobileDropdown {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-in-out;
}

#mobileMenuList {
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

#mobileDropdown.open {
  max-height: 1000px;
  /* enough for the full menu */
}

#mobileDropdown.open #mobileMenuList {
  opacity: 1;
  transform: translateY(0);
}

#mobileDropdown {
  position: absolute;
  top: 100%;
  /* directly below header */
  left: 0;
  width: 100%;
  z-index: 9999;
  background: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-in-out;
}
input#phone {
    width: 90%;
}

/* Laptops 10"–13.5" (1024px–1366px) */

@media (min-width: 1024px) and (max-width: 1366px) {
    input#phone {
    width: 90%;
}
  h3.twentyfour {
    font-size: 40px !important;
    line-height: 55px !important;
  }

  .grid-document {
    grid-template-columns: 60% 40% !important;
  }

  .hero p {
    padding-left: 200px;
    padding-right: 200px;
  }
  .get-in-touch p {
  font-size: 12px !important;
    line-height: 25px !important;
  }

  /* Universal font sizes */

  p {
    font-size: 16px !important;
    line-height: 25px !important;
    /* optional for readability */
  }
  

.contact-us p {
  font-size: 12px !important;
  line-height: 25px !important;
}
p.font-dm.font-light.text-\[18px\].leading-\[26px\].sm\:text-\[25px\].sm\:leading-\[33px\].text-brandGray.mb-12.text-center.px-6.sm\:px-\[90px\].aos-init.aos-animate {
  font-size: 16px !important;
  line-height: 25px !important;
}

  .about-p {
    font-size: 18px !important;
    line-height: 25px !important;
  }

  .services-h3 {
    font-size: 40px !important;
    line-height: 57px !important;
  }

  .number-h3 {
    font-size: 30px !important;
    line-height: 60px !important;
  }

  h3 {
    font-size: 20px !important;
    line-height: 30px !important;
    font-weight: 400;
  }

  h2 {
    font-size: 30px !important;
    line-height: 40px !important;
  }

  .about-h2 {
    font-size: 30px !important;
    line-height: 40px !important;
  }

  li {
    font-size: 16px !important;
    line-height: 25px !important;
    /* optional for readability */
  }

  .sm\:w-\[285px\] {
    width: 205px !important;
  }

  /* Containers */

  .max-w-\[1200px\] {
    max-width: 1080px !important;
  }

  /* Top Bar */

  .top-bar {
    font-size: 15px !important;
  }

  /* Header nav and search */

  .header nav ul li a,
  .header nav ul li button,
  .header #searchBox input {
    font-size: 15px !important;
  }

  /* Hero adjustments */

  .hero h1 {
    font-size: 40px !important;
    line-height: 55px !important;
    padding-left: 200px !important;
    padding-right: 200px !important;
  }

  .hero #desktopLogos img {
    height: 85px !important;
  }

  /* Black Bar */

  .black-bar {
    height: 70px !important;
    font-size: 20px !important;
  }

  .black-bar #news-bar {
    font-size: 20px !important;
    line-height: 28px !important;
  }

  /* Buttons, inputs, and small text remain as needed */

  .contact-us input,
  .contact-us textarea,
  .contact-us button,
  .urgent-section button,
  .faq-section .accordion-btn,
  .footer .w-\[200px\] button {
    font-size: 16px !important;
  }

  /* Adjust custom grid columns proportionally */

  .footer .grid.md\:grid-cols-\[370px_220px_240px_300px\] {
    grid-template-columns: 30% 20% 20% 20%;
    /* proportional to fit 1080px */
  }

  /* Column titles */

  .footer h3.font-dm {
    font-size: 20px;
  }

  /* Column text */

  .footer p.text-16px,
  .footer span.text-[14px] {
    font-size: 14px;
  }

  /* Quick Links & Services list items */

  .footer ul.text-16px li a {
    font-size: 14px;
  }

  /* Urgent Help box */

  .footer h4.text-17px {
    font-size: 15px;
  }

  /* Bottom row */

  .footer p.text-[13px] {
    font-size: 15px;
  }

  .footer p.sm\:text-15px {
    font-size: 13px;
  }

  a.w-full.sm\:w-\[160px\].h-\[50px\].bg-white.text-brandGray.font-manrope.font-normal.text-\[16px\].sm\:text-\[18px\].rounded-\[10px\].flex.items-center.justify-center {
    font-size: 15px;
  }

  button.w-\[160px\].sm\:w-\[210px\].h-\[50px\].bg-\[\#44AA32\].text-white.font-manrope.font-normal.text-\[16px\].sm\:text-\[18px\].rounded-\[10px\].flex.items-center.justify-center {
    font-size: 15px;
  }

  .px-4.sm\:px-6.py-2.sm\:py-3.bg-white\/20.backdrop-blur-md.rounded-full.text-white.text-\[12px\].sm\:text-\[18px\].font-medium.shadow-md {
    font-size: 15px;
  }

  h1 {
    font-size: 30px !important;
    line-height: 40px !important;
  }

  .about-hero h1 {
    padding-right: 500px;
  }

  .our-storyh1 {
    font-size: 40px !important;
  }

  .our-story {
    font-size: 20px !important;
  }
}

#typewriter::after {
  content: "|";
  animation: blink 0.7s infinite;
}

@keyframes blink {
  0%, 50% {
    opacity: 1;
  }

  50.01%, 100% {
    opacity: 0;
  }
}

.marker\:text-brandBlue *::marker {
  color: rgb(0 177 213 );
}

.marker\:text-brandBlue::marker {
  color: rgb(0 177 213 );
}

.hover\:border-brandBlue:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 177 213 / var(--tw-border-opacity, 1));
}

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

.hover\:bg-brandRed:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(174 13 13 / var(--tw-bg-opacity, 1));
}

.hover\:bg-green-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity, 1));
}

.hover\:text-brandBlue:hover {
  --tw-text-opacity: 1;
  color: rgb(0 177 213 / var(--tw-text-opacity, 1));
}

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

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

.hover\:shadow-lg:hover {
  --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);
}

.focus\:border-brandBlue:focus {
  --tw-border-opacity: 1;
  border-color: rgb(0 177 213 / var(--tw-border-opacity, 1));
}

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

.group:hover .group-hover\:block {
  display: block;
}

.peer:checked ~ .peer-checked\:border-brandBlue {
  --tw-border-opacity: 1;
  border-color: rgb(0 177 213 / var(--tw-border-opacity, 1));
}

.peer:checked ~ .peer-checked\:bg-brandBlue {
  --tw-bg-opacity: 1;
  background-color: rgb(0 177 213 / var(--tw-bg-opacity, 1));
}

@media (min-width: 640px) {
  .sm\:mb-12 {
    margin-bottom: 3rem;
  }

  .sm\:mb-16 {
    margin-bottom: 4rem;
  }

  .sm\:mb-8 {
    margin-bottom: 2rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:gap-12 {
    gap: 3rem;
  }

  .sm\:gap-4 {
    gap: 1rem;
  }

  .sm\:self-start {
    align-self: flex-start;
  }

  .sm\:border-b-2 {
    border-bottom-width: 2px;
  }

  .sm\:border-t-2 {
    border-top-width: 2px;
  }

  .sm\:p-0 {
    padding: 0px;
  }

  .sm\:p-8 {
    padding: 2rem;
  }

  .sm\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

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

  .sm\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .sm\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .sm\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .sm\:pb-4 {
    padding-bottom: 1rem;
  }

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

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

  .sm\:text-left {
    text-align: left;
  }

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

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

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

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

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

  .sm\:text-35px {
    font-size: 35px;
  }

  .sm\:text-36px {
    font-size: 36px;
  }

  .sm\:text-42px {
    font-size: 42px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:mb-12 {
    margin-bottom: 3rem;
  }

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

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

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

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-auto {
    width: auto;
  }

  .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-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

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

  .md\:grid-cols-\[2fr_1fr\] {
    grid-template-columns: 2fr 1fr;
  }

  .md\:grid-cols-\[370px_220px_240px_300px\] {
    grid-template-columns: 370px 220px 240px 300px;
  }

  .md\:grid-cols-\[60\%_40\%\] {
    grid-template-columns: 60% 40%;
  }

  .md\:grid-cols-\[700px_500px\] {
    grid-template-columns: 700px 500px;
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .md\:justify-start {
    justify-content: flex-start;
  }

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

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:gap-8 {
    gap: 2rem;
  }

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

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

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

  .md\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

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

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

  .md\:text-left {
    text-align: left;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1024px) {
  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

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

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

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

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

  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

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

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

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

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

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

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

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

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

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

  .lg\:leading-\[75px\] {
    line-height: 75px;
  }
}
.lead-form br {
    display: none;
}



.service-card {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.service-card * {
  position: relative;
  z-index: 2;
  transition: color 0.4s ease-in-out, fill 0.4s ease-in-out;
}

/* Blue overlay - slightly bigger than the card */
.service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 120%;
  background: #AE0D0D;
  transform: translateY(110%); /* fully hidden below */
  transition: transform 0.5s ease-in-out;
  z-index: 1;
}

/* Fill fully on hover */
.service-card:hover::before {
  transform: translateY(0);
}

/* Text + icons turn white */
.service-card:hover * {
  color: #fff !important;
  fill: #fff !important;
}

/* Note box bhi hover ke sath same ho jaye */
.service-card:hover .note-box {
  background: transparent !important;
  color: #fff !important;
  box-shadow: none !important;
}

/* ✅ Bullet span white */
.service-card:hover .required-span {
  background: #fff !important;
}
.why-choose-pro h2,
.why-choose-pro p,
.why-choose-pro h3,
.why-choose-pro span {
  color: #fff !important; /* force white */
}
.why-choose-pro {
  position: relative;
  background-size: cover;
  background-position: center;
  background-attachment: fixed; /* Parallax effect */
  color: #fff !important;   /* 👈 ye line sb text ko white karegi */
  padding: 80px 20px;
  text-align: center;
  z-index: 1;
}

.why-choose-pro::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.7); /* Dark overlay */
  z-index: -1;
}

.why-choose-pro .content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
}


.circle-holder {
  position: relative;
  background-color: white !important;
  overflow: hidden;
}

.circle-holder::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #AE0D0D;
  border-radius: 50%;
  transform: scale(0);
  transition: transform 0.5s ease-in-out;
  z-index: 1;
}

/* On hover → expand from center */
.circle-holder:hover::before {
  transform: scale(1);
}

/* Keep icon above the overlay */
.circle-holder img {
  position: relative;
  z-index: 2;
  transition: filter 0.3s ease-in-out;
}

/* Turn icon white when hovered */
.circle-holder:hover img {
  filter: brightness(0) invert(1);
}
/* Hover pe sirf icons white hon */
.stat-card:hover img:not([alt="Arrow"]) {
  filter: brightness(0) invert(1);
  transform: scale(1.1); /* yahan zoom effect bhi */
  transition: transform 0.3s ease;
}


.stat-card:hover {
  background: #00B2D5; /* brandBlue */
  border-color: #00B2D5;
}

/* Note box bhi hover ke sath same ho jaye */
.stat-card:hover .note-box {
  background: transparent !important;
  color: #fff !important;
  box-shadow: none !important;
}

.stat-card:hover * {
  color: #fff !important;
}

.bg-btn-gradient {
  background: linear-gradient(270deg, #00B1D5E0 0%, #830006 100%);
  transition: transform 0.3s ease;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.bg-btn-gradient::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%; /* pehle hidden */
  width: 100%;
  height: 100%;
  background: #830006; /* sirf red */
  transition: left 0.8s ease; /* slide smooth */
  z-index: -1;
}

.bg-btn-gradient:hover {
  transform: scale(1.05);
}

.bg-btn-gradient:hover::before {
  left: 0; /* hover pe red fill left → right */
}
.btn-white:hover {
  background: #AE0D0D; /* red hover */
  color: #fff; /* text white */
  transform: translateY(-2px); /* halka sa upar lift */
  box-shadow: 0 4px 12px rgba(0,0,0,0.15); /* thoda depth */
}
/* Word hover underline + scale effect */
.hover-words span {
  position: relative;
  display: inline-block;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.hover-words span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background: #AE0D0D; /* red underline */
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease;
}

.hover-words span:hover {
  transform: scale(1.05); /* slight zoom */
}

.hover-words span:hover::after {
  transform: scaleX(1);
}
/* Parent card */
.service-flip-inner {
    position: relative;
    overflow: hidden;
    background-color: white; /* card ki original bg */
    perspective: 800px; /* 3D effect */
}

/* Pseudo background for flip */
.service-flip-inner::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #AE0D0D; /* fill color */
    transform-origin: var(--flip-origin, left); /* JS se set hoga */
    transform: rotateY(var(--flip-rotate, 90deg)) translateX(var(--flip-translate, -100%));
    backface-visibility: hidden;
    transition: transform 0.6s ease-in-out;
    z-index: 0;
}

/* Hover: rotate to show color */
.service-flip-inner:hover::before {
    transform: rotateY(0deg) translateX(0);
}

/* Content stays on top */
.service-flip-inner > div,
.service-flip-inner h3,
.service-flip-inner p,
.service-flip-inner ul li,
.service-flip-inner a,
.service-flip-inner span,
.service-flip-inner svg {
    position: relative;
    z-index: 1;
    transition: color 0.3s ease;
}

/* Text color change on hover */
.service-flip-inner:hover h3,
.service-flip-inner:hover p,
.service-flip-inner:hover ul li,
.service-flip-inner:hover a,
.service-flip-inner:hover span,
.service-flip-inner:hover svg {
    color: white;
}

/* Optional: icon background slightly change */
.service-flip-inner .w-[50px].h-[50px] {
    transition: background-color 0.3s ease;
}
.service-flip-inner:hover .w-[50px].h-[50px] {
    background-color: rgba(255,255,255,0.2);
}
.service-flip-inner:hover img {
  filter: brightness(0) invert(1);
}


/* ===== Single Blog Post Styling ===== */

/* Container */
.single-post #primary {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px;
  font-family: "Inter", sans-serif;
  line-height: 1.8;
  color: #333;
}

/* Post Title */
.single-post .entry-header .entry-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 15px;
  text-align: center;
  color: #111;
}

/* Meta Info */
.single-post .entry-meta {
  text-align: center;
  font-size: 0.9rem;
  color: #777;
  margin-bottom: 30px;
}

/* Featured Image */
.single-post .post-thumbnail img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 40px;
  display: block;
}

/* Entry Content */
.single-post .entry-content {
  font-size: 1.05rem;
  line-height: 1.9;
  color: #444;
}

.single-post .entry-content h2,
.single-post .entry-content h3 {
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 600;
  color: #222;
}

.single-post .entry-content ul {
  margin: 20px 0;
  padding-left: 20px;
}

.single-post .entry-content ul li {
  margin-bottom: 10px;
}

/* Horizontal Line */
.single-post .entry-content hr {
  border: none;
  border-top: 2px solid #eee;
  margin: 40px 0;
}

/* Footer (Categories / Edit Link) */
.single-post .entry-footer {
  margin-top: 50px;
  padding-top: 20px;
  border-top: 1px solid #eee;
  font-size: 0.9rem;
  color: #555;
}

/* Comments Section */
.single-post #comments {
  margin-top: 60px;
}

.single-post #reply-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 20px;
}

.single-post .comment-form textarea {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #ddd;
  padding: 15px;
  font-size: 1rem;
}

.single-post .comment-form .submit {
  background: #111;
  color: #fff;
  border: none;
  padding: 12px 30px;
  border-radius: 8px;
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.3s ease;
}

.single-post .comment-form .submit:hover {
  background: #444;
}
.no-results.not-found {
  max-width: 1200px;  /* max width */
  margin: 40px auto;  /* center horizontally */
  padding: 30px 20px;
  background: #fff;   /* white bg */
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1); /* soft shadow */
  text-align: center;
}

.no-results.not-found .page-title {
  font-size: 28px;
  margin-bottom: 15px;
  font-weight: bold;
  color: #333;
}

.no-results.not-found .page-content p {
  margin-bottom: 20px;
  color: #555;
}

.no-results.not-found .search-form {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

.no-results.not-found .search-field {
  padding: 12px 16px;
  border: 1px solid #ccc;
  border-radius: 8px;
  width: 300px;
  max-width: 100%;
  font-size: 16px;
}

.no-results.not-found .search-submit {
  padding: 12px 20px;
  border: none;
  background: #333;
  color: #fff;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s ease;
  font-size: 16px;
}

.no-results.not-found .search-submit:hover {
  background: #555;
}
.widget-area {
display: none;
}
/* Overall Search Results Container */
.site-main {
  max-width: 1200px;
  margin: 40px auto;
  padding: 20px;
}

/* Page Title (Search Results for: ...) */
.page-header {
  text-align: center;
  margin-bottom: 40px;
}

.page-header .page-title {
  font-size: 28px;
  font-weight: bold;
  color: #222;
}

/* Each Search Result Box */
.site-main article {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.site-main article:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 14px rgba(0,0,0,0.08);
}

/* Title Styling */
.site-main article .entry-title {
  font-size: 22px;
  margin-bottom: 10px;
}

.site-main article .entry-title a {
  text-decoration: none;
  color: #333;
  transition: color 0.3s ease;
}

.site-main article .entry-title a:hover {
  color: #0066cc; /* link hover color */
}

/* Summary (if content shows) */
.site-main article .entry-summary {
  font-size: 16px;
  color: #555;
  margin-bottom: 10px;
}

/* Footer (edit link hidden for users) */
.site-main article .entry-footer {
  font-size: 14px;
  color: #999;
}

/* Optional: Hide edit link on frontend */
.site-main article .entry-footer .edit-link {
  display: none;
}
/* General rule: sab images ko white kar do */
.service-card:hover img {
  filter: brightness(0) invert(1);
}

h3.font-normal.text-\[19px\].leading-\[30px\].opacity-80.mt-8.text-brandGray {
font-weight: 700;
}
.absolute.left-1\/2.transform.-translate-x-1\/2.bg-\[\#DBEEFF\].opacity-50.rounded-full.w-\[70px\].h-\[70px\].flex.items-center.justify-center {
background-color: rgb(0 177 213 / var(--tw-bg-opacity, 1));
}
.absolute.left-1\/2.transform.-translate-x-1\/2.bg-\[\#DBEEFF\].opacity-50.rounded-full.w-\[60px\].h-\[60px\].flex.items-center.justify-center {
background-color: rgb(0 177 213 / var(--tw-bg-opacity, 1));
}
.absolute.left-1\/2.transform.-translate-x-1\/2.bg-\[\#DBEEFF\].opacity-50.rounded-full.w-\[60px\].h-\[60px\].flex.items-center.justify-center {
background-color: rgb(0 177 213 / var(--tw-bg-opacity, 1));
}
img.w-\[35px\].h-\[35px\] {
filter: brightness(0) invert(1);
}
img.w-\[37px\].h-\[44px\] {
filter: brightness(0) invert(1);
}
img.w-\[40px\].h-\[40px\] {
filter: brightness(0) invert(1);
}
img.w-\[35px\].h-\[35px\] {
filter: brightness(0) invert(1);
}

    .locations-section {
      max-width: 1200px;
      margin: 0 auto;
      padding: 100px 20px;
      font-family: Arial, sans-serif;
    }

    .locations-grid {
    margin-top: 50px;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
    }

    .location-card {
      background: #f9f9f9;
      border-radius: 10px;
      padding: 15px 20px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-weight: 600;
      color: black;
      text-decoration: none;
      box-shadow: 0 2px 6px rgba(0,0,0,0.08);
      transition: all 0.3s ease;
    }

    .location-card:hover {
      background: #AE0D0D;
      transform: translateY(-3px);
      color: white;
    }
    .location-card:hover .arrow {
  color: #fff; /* arrow color white ho jayega */
}

    .location-card span {
      font-size: 15px;
    }

    .location-card .arrow {
      font-size: 20px;
      color: #003366;
    }

    /* Responsive */
    @media (max-width: 991px) {
      .locations-grid {
        grid-template-columns: repeat(2, 1fr);
      }
    }

    @media (max-width: 600px) {
      .locations-grid {
        grid-template-columns: 1fr;
      }
    }
        /* Container */
    .goldvisa-container {
      display: flex;
      flex-wrap: wrap;
      gap: 40px;
      max-width: 1200px;
      margin: 0 auto;
      padding: 60px 20px;
      align-items: flex-start;
      align-items: center;
    }

    /* Left Content */
    .goldvisa-left {
      flex: 1 1 40%;
      min-width: 280px;
      justify-content: center
    }

    /* Right Grid */
    .goldvisa-grid {
      flex: 1 1 50%;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 20px;
    }

    .goldvisa-card {
      border: 1px solid #ddd;
      border-radius: 8px;
      padding: 25px 20px;
      text-align: center;
      background: #fff;
      transition: all 0.3s ease;
    }

    .goldvisa-card:hover {
      box-shadow: 0 6px 20px rgba(0,0,0,0.1);
      transform: translateY(-5px);
    }

    .goldvisa-card i {
      font-size: 28px;
      color: #00B2D5; /* golden shade */
      margin-bottom: 12px;
    }

    .goldvisa-card h3 {
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 10px;
      color: #222;
    }

    .goldvisa-card p {
      font-size: 14px;
      line-height: 1.5;
      color: #555;
    }

    /* Last card full width */
    .goldvisa-card.full {
      grid-column: 1 / -1;
    }

    /* Responsive */
    @media (max-width: 992px) {
      .goldvisa-container {
        flex-direction: column;
      }

      .goldvisa-left {
        margin-bottom: 40px;
      }
    }

    @media (max-width: 576px) {
      .goldvisa-card {
        padding: 20px 15px;
      }

      .goldvisa-left h2 {
        font-size: 26px;
      }
    }
    
    .opacity-50 {
    opacity: 1 !important;
}