/*
! tailwindcss v3.1.2 | 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)
*/
:root {
  /* Primary Colors */
  --color-primary: #E04C60;
  --color-secondary: #C35876;
  --color-primary-light: #0e984ebd;

  /* Supporting Colors */
  --color-background: #FAF9F6;
  --color-surface: #FFFFFF;
  --color-text: #2B2B2B;
  --color-muted: #A9A9A9;
  --color-border: #DDDCDC;
  --color-error: #C94C4C;

}
*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

:root {
  --bs-light: #F2F2F2;
  --bs-secondary: #000000;
  --bs-white: #FFFFFF;
  --bs-primary: #AE0000;
  --primary: #AE0000;
  --secondary: #999999;
  --light: #F2F8FE;
  --dark: #111111;
}

::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.
*/

html {
  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: "Montserrat", sans-serif;
  /* font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; */
  /* 4 */
}

/*
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.
*/
html, body{
  overflow-x: hidden;

}
body {
  margin: 0;
  /* 1 */
  font-family: "Montserrat", sans-serif;
  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;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-family: sans-serif;
  font-weight: 600;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.5rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.5rem;
}

.text-muted {
  color: #6c757d !important
}

.text-primary {
  color: #AE0000 !important;
}

.footer .text-primary {
  padding-top: 0rem;
  padding-bottom: 0rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.75rem;
}
/*
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. 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-size: 1em;
  /* 2 */
}

/*
Add the correct font size in all browsers.
*/
 p{
  font-family: "Montserrat";
}

.font-math p{
  font-family: "Montserrat";
}

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-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: 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,
[type='button'],
[type='reset'],
[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;
}

/*
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:-ms-input-placeholder, textarea:-ms-input-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;
}

*, ::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-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:  ;
}

::-webkit-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-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:  ;
}

::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-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:  ;
}

.container {
  width: 100%;
}

@media (max-width: 767px) {
  .sm\:grid {
    display: grid;
  }
}

@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;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
}

.left-\[10\%\] {
  left: 10%;
}

.left-0 {
  left: 0px;
}

.top-0 {
  top: 0px;
}

.top-3 {
  top: 0.75rem;
}

.bottom-4 {
  bottom: 1rem;
}

.left-4 {
  left: 1rem;
}

.bottom-\[4px\] {
  bottom: 4px;
}

.left-\[4px\] {
  left: 4px;
}

.left-\[14rem\] {
  left: 14rem;
}

.top-\[10\.15rem\] {
  top: 10.15rem;
}

.top-\[11rem\] {
  top: 11rem;
}

.top-\[8\.5rem\] {
  top: 8.5rem;
}

.-top-4 {
  top: -1rem;
}

.left-\[44\%\] {
  left: 44%;
}

.z-10 {
  z-index: 10;
}

.z-11 {
  z-index: 11;
}

.z-20 {
  z-index: 20;
}

.col-span-12 {
  grid-column: span 12 / span 12;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.m-0 {
  margin: 0px;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-10 {
  margin-top: 2.5rem;
}
.mt-15 {
  margin-top: 2.75rem;
}

.ml-auto {
  margin-left: auto;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mr-1 {
  margin-right: 0.25rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-4 {
  margin-left: 1rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.-mt-4 {
  margin-top: -1rem;
}

.-mt-7 {
  margin-top: -1.75rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mr-8 {
  margin-right: 2rem;
}

.ml-14 {
  margin-left: 3.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.-mt-3 {
  margin-top: -0.75rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.ml-5 {
  margin-left: 1.25rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-3 {
  margin-right: 1rem;
}

.ml-10 {
  margin-left: 2.5rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-0 {
  margin-bottom: 0px;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-40 {
  height: 10rem;
}

.h-\[44px\] {
  height: 44px;
}

.h-28 {
  height: 7rem;
}

.h-14 {
  height: 3.5rem;
}

.h-10 {
  height: 2.5rem;
}

.h-6 {
  height: 1.5rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-8 {
  height: 2rem;
}

.h-\[0\.35rem\] {
  height: 0.35rem;
}

.h-12 {
  height: 3rem;
}

.h-2 {
  height: 0.5rem;
}

.h-72 {
  height: 18rem;
}

.h-20 {
  height: 5rem;
}

.w-full {
  width: 100%;
}

.w-1\/2 {
  width: 50%;
}

.w-\[80\%\] {
  width: 80%;
}

.w-6 {
  width: 1.5rem;
}

.w-4 {
  width: 1rem;
}

.w-48 {
  width: 12rem;
}

.w-32 {
  width: 8rem;
}

.w-5 {
  width: 1.25rem;
}

.w-3\/4 {
  width: 75%;
}

.w-1\/4 {
  width: 25%;
}

.w-14 {
  width: 3.5rem;
}

.w-\[50\%\] {
  width: 50%;
}

.w-12 {
  width: 3rem;
}

.w-\[14rem\] {
  width: 14rem;
}

.w-\[15rem\] {
  width: 15rem;
}

.w-\[16rem\] {
  width: 16rem;
}
.w-\[17rem\] {
  width: 17rem;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-screen-xl {
  max-width: 1280px;
}

.max-w-sm {
  max-width: 24rem;
}

.flex-grow {
  flex-grow: 1;
}

.table-auto {
  table-layout: auto;
}

.border-collapse {
  border-collapse: collapse;
}

.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;
}

.select-all {
  -webkit-user-select: all;
     -moz-user-select: all;
      -ms-user-select: all;
          user-select: all;
}

.resize {
  resize: both;
}

.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-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-20 {
  gap: 7rem;
}
.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.gap-x-4 {
    -moz-column-gap: 1rem;
    column-gap: 1rem;
}

.gap-y-6 {
  row-gap: 1.5rem;
}

.gap-y-8 {
  row-gap: 2rem;
}

.gap-y-4 {
    row-gap: 1rem;
}

.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.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-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)));
}

.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));
}

.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * 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-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-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-x-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0px * var(--tw-space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-auto {
  overflow-x: auto;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.break-all {
  word-break: break-all;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.rounded-b {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-t-2xl {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.rounded-tl-xl {
  border-top-left-radius: 0.75rem;
}

.rounded-br-xl {
  border-bottom-right-radius: 0.75rem;
}

.border-4 {
  border-width: 4px;
}

.border {
  border-width: 1px;
}

.border-2 {
  border-width: 10px;
  border-radius: 37px;
}

.border-\[2px\] {
  border-width: 2px;
}

.border-8 {
  border-width: 8px;
}

.border-t-4 {
  border-top-width: 4px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-t {
  border-top-width: 1px;
}

.border-l {
  border-left-width: 1px;
}

.border-r-2 {
border-right-width: 2px;
}  

.border-t-2 {
  border-top-width: 2px;
}

.border-dashed {
  border-style: dashed;
}

.border-dotted {
  border-style: dotted;
}

.border-transparent {
  border-color: transparent;
}

.border-primary-one {
  --tw-border-opacity: 1;
  border-color: #AE0000;
}

.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border-green-400 {
  --tw-border-opacity: 1;
  border-color: rgb(74 222 128 / var(--tw-border-opacity));
}

.border-red-400 {
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity));
}

.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(235 22 22 / var(--tw-border-opacity));
}

.border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity));
}

.border-teal-500 {
  --tw-border-opacity: 1;
  border-color: rgb(20 184 166 / var(--tw-border-opacity));
}

.border-gray-800 {
  --tw-border-opacity: 1;
  border-color: rgb(31 41 55 / var(--tw-border-opacity));
}

.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
}

.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}

.border-blue-400 {
  --tw-border-opacity: 1;
  border-color: rgb(174 0 0 / var(--tw-border-opacity));
}

.border-opacity-60 {
  --tw-border-opacity: 0.6;
}

.bg-light {
  background-color: #f2f9f9 !important;
}

.bg-primary-one {
  --tw-bg-opacity: 1;
}

.bg-\[\#8feede\] {
  --tw-bg-opacity: 1;
  background-color: rgb(143 238 222 / var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity));
}

.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}

.bg-\[\#f3f3f3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-\[\#34bda8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(52 189 168 / var(--tw-bg-opacity));
}

.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity));
}

.bg-teal-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(204 251 241 / var(--tw-bg-opacity));
}

.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity));
}

.bg-\[\#292b33\] {
  --tw-bg-opacity: 1;
  background-color: rgb(41 43 51 / var(--tw-bg-opacity));
}

.bg-herobg {
  background-image: url('../../imgs/slider-1.jpg');
}

.bg-writersInUAE-bgimg {
  background-image: url('../../imgs/b22eeF.jpg');
}

.bg-writeMyEssay-bgimg {
  background-image: url('../../imgs/b2.jpg');
}

.bg-cover {
  background-size: cover;
}

.bg-contain {
  background-size: contain;
}

.bg-center {
  background-position: center;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.fill-current {
  fill: currentColor;
}

.fill-yellow-500 {
  fill: #eab308;
}

.p-0 {
  padding: 0px;
}

.p-2 {
  padding: 0.5rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-8 {
  padding: 2rem;
}

.p-10 {
  padding: 2.5rem;
}
.p-4 {
  padding: 1rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-15 {
        padding-top: 5.25rem;
    padding-bottom: 5.25rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.px-8 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-\[0\.1rem\] {
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
}

.py-\[0\.5rem\] {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-\[0\.3rem\] {
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}

.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.px-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pl-8 {
  padding-left: 2rem;
}

.pr-16 {
  padding-right: 4rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pt-20 {
  padding-top: 5rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pl-16 {
  padding-left: 4rem;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.align-baseline {
  vertical-align: baseline;
}

.align-top {
  vertical-align: top;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-6xl {
  font-size: 3.5rem;
  line-height: 6rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.text-\[11\.75px\] {
  font-size: 11.75px;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.font-medium {
  font-weight: 500;
}

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

.leading-8 {
  line-height: 2rem;
}

.leading-\[45px\] {
  line-height: 45px;
}

.leading-\[70px\] {
  line-height: 70px;
}

.leading-5 {
  line-height: 1.25rem;
}

.leading-normal {
  line-height: 1.5;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-teal-900 {
  --tw-text-opacity: 1;
  color: rgb(19 78 74 / var(--tw-text-opacity));
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

.text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity));
}

.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity));
}

.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.text-\[\#120d27\] {
  --tw-text-opacity: 1;
  color: rgb(18 13 39 / var(--tw-text-opacity));
}

.text-primary-one {
  --tw-text-opacity: 1;
  color: var(--color-primary) !important;
}

.text-yellow-500 {
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity));
}

.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

.text-cyan-600 {
  --tw-text-opacity: 1;
  color: rgb(8 145 178 / var(--tw-text-opacity));
}

.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.underline-offset-2 {
  text-underline-offset: 2px;
}

.opacity-90 {
  opacity: 0.9;
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(235 22 22/ 73% ), 0 2px 4px -2px rgb(235 22 22/ 73% );
  --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-lg {
  --tw-shadow: 0 10px 15px -3px rgb(194 0 0 / 0.1), 0 4px 6px -4px rgb(194 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 {
  --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-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -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);
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.blur {
  --tw-blur: blur(8px);
  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, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors {
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.delay-150 {
  transition-delay: 150ms;
}

.duration-200 {
  transition-duration: 200ms;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-pri {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(225 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: var(--color-primary); 
  text-align: center;
  font-weight: 700;
  padding: 1.05em 2em;
  color: #ffffff;
}

.btn-pri:hover {
  --tw-text-opacity: 1;
  color: var(--color-primary);
  background-color: white; 
  border: 3px solid;
  transition: 1s;
  border-radius: 20px;
}

.btn-primary {
border-width: 1px;
--tw-border-opacity: 1;
border-color: rgb(128 42 58);
--tw-bg-opacity: 1;
background-color: var(--color-primary);
padding-left: 1rem;
padding-right: 1rem;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
text-align: center;
font-weight: 700;
}

.btn-primary:hover {
  --tw-bg-opacity: 1;
  background-color: black;
  --tw-text-opacity: 1;
    border-color:rgb(174 0 0);
  color: white;
}

.btn-sec {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: var(--color-secondary);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: white;
  border-radius: 20px;
}

.btn-sec:hover {
  --tw-border-opacity: 1;
  border-color: var(--color-secondary);
  --tw-text-opacity: 1;
  color: var(--color-secondary);
  background: white;
  transition: 1s;
}

.form-select {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(235 22 22 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 50px;
}

@media (min-width: 768px) {
  .form-select {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
}

.form-input {
  width: 100%;
  border-radius: 0.25rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: var(--color-primary);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 1rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.text-primary {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.heading-primary {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
}

.checked\:border-blue-900:checked {
  --tw-border-opacity: 1;
  border-color: rgb(30 58 138 / var(--tw-border-opacity));
}

.checked\:bg-blue-600:checked {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}

.hover\:-translate-y-1:hover {
  --tw-translate-y: -0.25rem;
  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\:translate-x-2:hover {
  --tw-translate-x: 0.5rem;
  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-100:hover {
  --tw-scale-x: 1;
  --tw-scale-y: 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-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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\:cursor-pointer:hover {
  cursor: pointer;
}

.hover\:border-blue-600:hover {
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity));
}

.hover\:bg-\[\#34bda8\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(52 189 168 / var(--tw-bg-opacity));
}

.hover\:bg-primary-one:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(174 0 0 / var(--tw-bg-opacity));
}

.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.hover\:text-primary-one:hover {
  --tw-text-opacity: 1;
  color: var(--color-secondary);
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hover\:underline:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.hover\:opacity-70:hover {
  opacity: 0.7;
}

.focus\:border-cyan-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(6 182 212 / var(--tw-border-opacity));
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-blue-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(191 219 254 / var(--tw-ring-opacity));
}

.focus\:ring-opacity-75:focus {
  --tw-ring-opacity: 0.75;
}

.group:hover .group-hover\:block {
  display: block;
}

@media (min-width: 640px) {
  .sm\:mb-0 {
    margin-bottom: 0px;
  }

  .sm\:mt-0 {
    margin-top: 0px;
  }

  .sm\:inline {
    display: inline;
  }

  .sm\:w-\[70\%\] {
    width: 70%;
  }

  .sm\:w-48 {
    width: 12rem;
  }

  .sm\:max-w-sm {
    max-width: 24rem;
  }

  .sm\:list-disc {
    list-style-type: disc;
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:justify-start {
    justify-content: flex-start;
  }

  .sm\:justify-center {
    justify-content: center;
  }

  .sm\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .sm\:text-left {
    text-align: left;
  }

  .sm\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 768px) {

  
.calltoaction {
  padding: 3rem 0;
  /* background-color: #AE0000; */
  position: relative;
  overflow: hidden;
  margin-bottom: 0.5rem;
  z-index: 10;
  border-top-left-radius: 66px;
  /* border-bottom-right-radius: 155px; */
}

  .calltoaction:before {
    content: '';
    position: absolute;
    bottom: 66px;
    width: 58%;
    height: 90%;
    background: #000000;
    transform: rotate(-47deg);
    z-index: -1;
    border-top: 21px solid #ffffff;
    left: -527px;
    border-bottom: 12px solid #ffffff;
  }
  
  .services-types:before {
    top: -2px !important;
  }

  .testimonials .testimonial-item .border-top {
      height: 200px !important;
  }

  .md\:left-\[35\%\] {
    left: 35%;
  }

  .md\:left-\[24rem\] {
    left: 24rem;
  }

  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .md\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .md\:col-span-9 {
    grid-column: span 9 / span 9;
  }
  .md\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .md\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .md\:col-span-5 {
    grid-column: span 5 / span 5;
  }
  .md\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:mx-28 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .md\:ml-auto {
    margin-left: auto;
  }

  .md\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .md\:mt-5 {
    margin-top: 1.25rem;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:block {
    display: block;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-72 {
    height: 18rem;
  }

  .md\:min-h-\[15rem\] {
    min-height: 15rem;
  }

  .md\:w-\[30\%\] {
    width: 30%;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-1\/4 {
    width: 25%;
  }

  .md\:w-1\/3 {
    width: 33.333333%;
  }

  .md\:max-w-md {
    max-width: 28rem;
  }
  .md\:col-span-1 {
        grid-column: span 1 / span 1;
    }

  .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-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .md\:flex-row {
    flex-direction: row;
  }

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .md\:gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
  .md\:gap-4 {
      gap: 1rem;
    }

  .md\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .md\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:p-2 {
    padding: 0.5rem;
  }

  .md\:px-0 {
    padding-left: 0rem;
    padding-right: 0rem;
  }

  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .md\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:text-left {
    text-align: left;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:font-semibold {
    font-weight: 600;
  }

  .md\:justify-start {
    justify-content: flex-start !important;
  }
}

@media (min-width: 1024px) 
{
  .calltoaction {
    padding: 3rem 0;
    /* background: #AE0000; */
    position: relative;
    overflow: hidden;
    margin-bottom: 0.5rem;
    z-index: 10;
    border-top-left-radius: 66px;
    /* border-bottom-right-radius: 155px; */
  }

  .calltoaction:before {
    content: '';
    position: absolute;
    bottom: 66px;
    width: 58%;
    height: 90%;
    background: #000000;
    transform: rotate(-47deg);
    z-index: -1;
    border-top: 21px solid #ffffff;
    left: -527px;
    border-bottom: 12px solid #ffffff;
  }

  .calculator {
    padding-left: 2rem;
    padding-right: 1rem;
  }

  .lg\:border-r-2 {
    border-right-width: 2px;
  }  

  .lg\:p-5 {
    padding: 2rem !important;
  }

  .lg\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .lg\:ml-10 {
    margin-left: 2rem;
  }
  .lg\:py-0 {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }

  .lg\:-left-\[2rem\] {
    left: -2rem;
  }

  .lg\:left-\[12rem\] {
    left: 12rem;
  }

  .lg\:left-\[10rem\] {
    left: 10rem;
  }
  .lg\:left-\[14rem\] {
    left: 14rem;
  }
  .lg\:col-span-9 {
    grid-column: span 9 / span 9;
}
  .lg\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .lg\:col-span-5 {
    grid-column: span 5 / span 5;
  }
  .lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }
  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .lg\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  
  .lg\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .lg\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .lg\:mt-0 {
    margin-top: 0px !important;
  }

  .lg\:mt-10 {
    margin-top: 2.5rem;
  }
.lg\:mt-15 {
    margin-top: 2.75rem;
  }
  .lg\:mt-5 {
    margin-top: 1.25rem;
  }

  .lg\:mb-0 {
    margin-bottom: 0px;
  }

  .lg\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .lg\:mt-32 {
    margin-top: 8rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:w-\[35\%\] {
    width: 35%;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:max-w-4xl {
    max-width: 56rem;
  }

  .lg\:max-w-lg {
    max-width: 32rem;
  }
  .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, 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-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:items-center {
    align-items: center;
  }

  .lg\:justify-end {
    justify-content: flex-end;
  }

  .lg\:justify-between {
    justify-content: space-between;
  }

  .lg\:gap-y-0 {
    row-gap: 0px;
  }
  .lg\:gap-4 {
      gap: 1rem;
    }
  .lg\:gap-15 {
    gap: 5.5rem;
    }
  .lg\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
  .lg\:mx-0 {
    margin-left: 0rem;
    margin-right: 0rem;
  } 

  .lg\:px-0 {
    padding-left: 0rem;
    padding-right: 0rem;
  }

  .lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .lg\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .lg\:pb-0 {
    padding-bottom: 0px;
  }

  .lg\:pr-8 {
    padding-right: 2rem;
  }

  .lg\:text-left {
    text-align: left;
  }
  
    .lg\:text-right {
        text-align: right;
    }

  .lg\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .lg\:font-medium {
    font-weight: 500;
  }
}

@media (min-width: 1280px) {

  .calculator {
    padding-left: 3rem;
    padding-right: 1rem;
  }

  .xl\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .xl\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .xl\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .xl\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .xl\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xl\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .xl\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .xl\:mt-0 {
    margin-top: 0px;
  }

  .xl\:ml-3 {
    margin-left: 0.75rem;
  }

  .xl\:ml-1 {
    margin-left: 0.25rem;
  }

  .xl\:ml-0 {
    margin-left: 0px;
  }

  .xl\:block {
    display: block;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:w-\[30\%\] {
    width: 30%;
  }

  .xl\:w-auto {
    width: auto;
  }

  .xl\:max-w-6xl {
    max-width: 72rem;
  }
  .xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xl\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .xl\:flex-row {
    flex-direction: row;
  }

  .xl\:items-center {
    align-items: center;
  }

  .xl\:justify-end {
    justify-content: flex-end;
  }

  .xl\:justify-between {
    justify-content: space-between;
  }

  .xl\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xl\:pb-0 {
    padding-bottom: 0px;
  }

  .xl\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

/* My code */
@media(min-width: 576px) {

  .container-sm,
  .container {
      max-width: 540px
  }
}

@media(min-width: 768px) {

  .container-md,
  .container-sm,
  .container {
      max-width: 720px
  }
}

@media(min-width: 992px) {

  .container-lg,
  .container-md,
  .container-sm,
  .container {
      max-width: 960px
  }

  .nav-item.active::before {
    width: calc(100% - 2px);
    left: 1px;
  }

  .nav-item.active::after {
    bottom: 1px;
    opacity: 1;
  }

}

@media(min-width: 1200px) {
 
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
      max-width: 1140px
  }

  .nav-link {
    position: relative;
    margin-right: 25px;
    padding: 30px 0;
    font-weight: 600;
  }
}

@media(min-width: 1400px) {

  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
      max-width: 1320px
  }
}


.nav-link.active {
  color: var(--color-secondary);
}

/* Our feature sec */
.feature .feature-item {
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: var(--bs-white);
  border-radius: 10px;
  transition: 0.5s;
}


.feature .feature-item .feature-icon {
  width: 70px;
  height: 70px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(235 22 22/ 73% );
}

.first-fold .feature-item.even {
  background: #AE0000;
  border-top-left-radius: 105px;
  border-bottom: 10px solid rgb(235 22 22/ 73% );
}

.first-fold .feature-item.even2 {
  background: #AE0000;
  border-top-right-radius: 105px;
  border-bottom: 10px solid rgb(235 22 22/ 73% );
}

.first-fold .feature-item.odd {
  border: 2px solid rgb(235 22 22/ 73% );
  /* border-bottom-right-radius: 105px; */
  border-top: 10px solid rgb(235 22 22/ 73% );
}


.second-fold .feature-item.even {
  border: 2px solid rgb(235 22 22/ 73% );
  border-bottom-left-radius: 105px;
  border-bottom: 10px solid rgb(235 22 22/ 73% );
}

.second-fold .feature-item.even2 {
  border: 2px solid rgb(235 22 22/ 73% );
  border-bottom-right-radius: 105px;
  border-bottom: 10px solid rgb(235 22 22/ 73% );
}

.second-fold .feature-item.odd {
  background: #AE0000;
  /* border-bottom-right-radius: 105px; */
    border-top: 10px solid rgb(235 22 22/ 73% );
}

.feature-icon i{
  font-size: 2.5em;
}
/* Counter */

.counter {
  position: relative;
  overflow: hidden;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.counter .counter-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.counter .counter-item .counter-item-icon {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  background: rgb(235 22 22/ 73% );
  border: 2px solid white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.fs-2 {
  font-size: 2rem !important;
  font-weight: 600;
}

/* services */
section.main-banner {
margin: 0 auto;
position: relative;
}
section.main-banner .banner-image {
height: 670px;
left: 0;
margin: 0 auto;
-o-object-fit: fill;
object-fit: fill;
position: absolute;
right: 0;
top: 0;
width: 100%;
z-index: -1;
}


@media (max-width: 767px) {
section.main-banner img {
    display: none;
}
}
.service-item {
  display: flex;
  height: 100%;
  flex-direction: column;
  position: relative;
  box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.p-5 {
  padding: 2rem !important;
}

.service-item::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  bottom: 0;
  border-radius: 10px;
  background: var(--bs-primary);
  transition: 0.5s;
  z-index: 1;
}

.service-item:hover::after {
  width: 100%;
  height: 100%;
}


.service-item:hover .service-content,
.service-item:hover .service-btn {
    position: relative;
    z-index: 2;
}

.service-item .service-content a,
.service-item .service-content p {
    transition: 0.5s;
    font-family: "Montserrat";
}

.service-item:hover .service-content a:hover {
    color: var(--bs-secondary);
}

.service-item:hover .service-btn img {
  transform: rotate(360deg);
  color: var(--bs-primary) !important;
}

.service-item:hover .service-content p {
    color: var(--bs-white);
} 

.service-item .service-btn {
    width: 90px;
    height: 90px;
    padding: 15px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--bs-primary);
    transition: 0.9s;
}

.service-item .service-btn img {
    transition: 0.9s;
}

.service-item:hover .service-btn {
    background: var(--bs-white);
}
/* 2 image sec */
.about .about-img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.about .about-img .img-1 {
  height: 85%;
  margin-right: 50px;
}

.about .about-img .img-2 {
  position: absolute;
  width: 100%;
  bottom: 0;
  right: 0;
  padding-left: 50px;
  border-radius: 10px;
}

.h-100 {
  height: 100% !important;
}

.w-100 {
  width: 100% !important;
}

.right__content img:nth-child(2) {
  position: absolute;
  left: 40%;
  top: 20%;
  animation: img_animate 3s infinite alternate;
}

@keyframes img_animate {
  0% {
    transform: translate(-10px, -10px);
  }
}

/*** Writer testimonial Start ***/
.testimonial .owl-nav .owl-prev {
  position: absolute;
  top: -58px;
  right: 0;
  background: #fff;
  color: rgb(235 22 22/ 73% );
  padding: 5px 30px;
  border-radius: 30px;
  transition: 0.5s;
}

.testimonial .owl-nav .owl-prev:hover {
  background: var(--bs-secondary);
  color: var(--bs-white);
}

.testimonial .owl-nav .owl-next {
  position: absolute;
  top: -58px;
  right: 88px;
  background: #fff;
  color:  rgb(235 22 22/ 73% );
  padding: 5px 30px;
  border-radius: 30px;
  transition: 0.5s;
}

.testimonial .owl-nav .owl-next:hover {
  background: var(--bs-secondary);
  color: var(--bs-white);
}

.testimonial-carousel .owl-dots {
  display: flex;
  justify-content: center;
  margin-left: 20px;
  margin-top: 20px;
}

.testimonial-carousel .owl-dots .owl-dot {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  margin-right: 15px;
  border: 1px solid var(--bs-secondary);
  background: var(--bs-primary);
  transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  border: 1px solid var(--bs-primary);
  background: var(--bs-secondary) !important;
  transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot span {
  position: relative;
  margin-top: 50%;
  margin-left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.testimonial-carousel .owl-dots .owl-dot span::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 8px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: var(--bs-white);
}

.testimonial-carousel .owl-item {
  border: 5px solid rgb(235 22 22/ 73% );
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
}
.pb-5 {
  padding-bottom: 3rem !important;
}

.text-dark {
  color: #050a14 !important;
}

.text-secondary {
  color: #000000 !important;
}

@media (max-width: 992px) {
  .owl-carousel.testimonial-carousel {
      padding-top: 30px;
  }

  .testimonial .owl-nav .owl-prev,
  .testimonial .owl-nav .owl-next {
      top: -30px;
  }

  .right__content img:nth-child(1) {
    display: block;
    margin: 10px auto 0;
  }
}
/*** testimonial End ***/

/* faqs */
.faqs{
  /* background-image: url('../../imgs/8487.jpg'); */
  background-repeat: no-repeat;
  background-size: cover;
  border-top: 5px solid #fff;

}
.faqs .content{
  border-radius: 20px;
  padding: 0px 10px;
}

.btn-square {
  width: 32px;
  height: 32px;
}

.btn-sm-square {
  width: 34px;
  height: 34px;
}

.btn-md-square {
  width: 44px;
  height: 44px;
}

.btn-lg-square {
  width: 56px;
  height: 56px;
}

.btn-light {
  color: #000;
  background-color: #f2f9f9;
  border-color: #f2f9f9;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square,
.btn-xl-square {
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}

/* .active {
  color: var(--bs-primary);
} */

.text-body {
  color: gray !important;
}

.footer p, .footer span, .footer a {
  color: #ffffff;
  font-size: 0.90rem;
} 

.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 4px 5px;
  text-align: left;
  font-weight: normal;
  text-transform: capitalize;
  transition: .3s;
}

.footer .btn.btn-link::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

.footer .btn.btn-link:hover {
 color: #fff;
    letter-spacing: 1px;
    box-shadow: none;
    background-color: var(--color-secondary);
    padding: 4px 5px;
    border-radius: 10px;
}

.footer .btn.btn-square {
  color: #fff;
  border: 2px solid #fff;
}

.footer .btn.btn-square:hover {
  color: #FFFFFF;
  background: var(--color-secondary);
}

.copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.get-in-touch a:hover{
  color: #fff !important;
  font-weight: bolder;
}

/*** Testimonial Start ***/
.testimonial-carousel .owl-stage-outer {
  margin-right: -1px;
}

.testimonials .testimonial-item {
  position: relative;
  margin-top: 35px;
  border: 1px solid var(--bs-secondary);
  border-radius: 10px;
}

.testimonials .testimonial-item .testimonial-quote {
  position: absolute;
  width: 70px;
  height: 70px;
  top: 0;
  right: 25px;
  transform: translateY(-50%);
  border-radius: 70px;
  color: var(--bs-white);
  background: var(--bs-secondary);
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonials .testimonial-item .testimonial-inner {
  display: flex;
  align-items: center;
  background: var(--bs-light);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.testimonials .testimonial-item .testimonial-inner img {
  width: 100px; 
  height: 100px; 
  border-radius: 100px;
  border: 4px solid rgb(235 22 22/ 73% );
}

.testimonial-carousel-2 .owl-dots {
  display: flex;
  justify-content: center;
}

.testimonial-carousel-2 .owl-dots .owl-dot {
  width: 20px;
  height: 20px;
  border-radius: 30px;
  margin: 20px 10px 0 10px;
  background: rgb(235 22 22/ 73% );
  transition: 0.5s;
}

.testimonial-carousel-2 .owl-dots .owl-dot.active {
  width: 20px;
  height: 20px;
  border-radius: 30px;
  background: var(--bs-secondary);
  transition: 0.5s;
}

.testimonial-carousel-2 .owl-dots .owl-dot span {
  position: relative;
  margin-top: 50%;
  margin-left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.testimonial-carousel-2 .owl-dots .owl-dot.active span::after {
  background: rgb(235 22 22/ 73% );
}

.testimonial-carousel-2 .owl-dots .owl-dot span::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 15px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: var(--bs-white);
  transition: 0.5s;
}

.testimonials .testimonial-item .border-top{
    height: 160px;
}
.fa-star{
  --tw-bg-opacity: 1;
  color: var(--color-primary);
}

.fa-quote-right {
  --tw-bg-opacity: 1;
  color: rgb(235 22 22 / var(--tw-bg-opacity));
}
/*** Testimonial End ***/

/* Call to action */
.calltoaction {
  padding: 3rem 0;
  /* background: #AE0000; */
  position: relative;
  overflow: hidden;
  margin-bottom: 0.5rem;
  z-index: 10;
  border-top-left-radius: 66px;
  /* border-bottom-right-radius: 155px; */
}

.calltoaction:before {
  content: '';
  position: absolute;
  bottom: 66px;
  width: 58%;
  height: 90%;
  background: #000000;
  transform: rotate(-47deg);
  z-index: -1;
  border-top: 21px solid #ffffff;
  left: -527px;
  border-bottom: 12px solid #ffffff;
}
.pricing{
  z-index: 20;
    position: relative;
}
.calculator-bg{
  margin-top: 2rem;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 2rem;
  /* border-top-left-radius: 145px; */
  border-radius: 22px;
  overflow: hidden;
  position: relative;
  z-index: 17;
  background: linear-gradient(to bottom, var(--color-secondary), var(--color-primary));
}


/* Services Types */
.services-types {

  position: relative;
  background-size: cover;
  /* padding-top: 12em;  */
  /* background-image: linear-gradient(141deg, #101820 0%, #101820 51%, #101820 100%); */
  padding-bottom: 3rem;
  margin-top: -3rem;
  z-index: 0;
  /* rgb(240 85 85) */
}
.services-types:before {
  content: "";
  /* background-image: url('../../img/shape3.svg'); */
  position: absolute;
  background-size: cover;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 150px;
}
.online_set_item {
  width: 100%;
  padding: 1.4rem 5.5rem;
  border-radius: 20px;
  margin: 0;
  opacity: 0.9;
  border-top-left-radius: 122px;
  border-bottom-right-radius: 122px;
  border-bottom: 16px solid #AE0000;
  border-top-left-radius: 122px;
  border-top: 16px solid #AE0000;
}

.online_set_item li {
  display: flex;
  font-size: smaller;
  padding: 10px 0px;
  font-weight: 500;
  transition: .7s linear;
}

.online_set_item li i {
  /*color: rgb(235 22 22/ 73% );*/
  font-size: 1.15rem;
  transition: .7s linear;
}

@media (min-width: 320px) and (max-width: 480px) {
  .online_set_item {
      width: 100%;
      padding: 1.4rem 3.5rem;
      border-radius: 20px;
      margin: 0;
      opacity: 0.9;
      border-top-left-radius: 122px;
      border-bottom-right-radius: 122px;
      border-bottom: 16px solid #AE0000;
  }

}

/* Procedure */

.steps {
  border-radius: 10px;
  padding: 0;
  margin-bottom: 1rem;
  background-color: #AE0000;
  width: 100%;
  cursor: pointer;
  border: 3px solid transparent;
}
.steps-box {
  position: relative;
  padding: 12px 16px 12px 32px;
  border-radius: 10px;
  background-color: #0d1820;
}
.steps-number {
  width: 40px;
  height: 40px;
  position: absolute;
  border: 4px solid #f4f8fd;
  color: #fff;
  background: #AE0000;
  text-align: center;
  line-height: 32px;
  font-weight: 700;
  font-size: 18px;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
    box-shadow: 0px 1px 5px 2px #aba9a9;
}

.steps-heading{
        font-weight: 500;
  font-size: 1.25rem;
}

.steps-para {
  display: none;
  width: 100%;
}

.steps-image{
  border: 2px solid #AE0000;
}
.hero-styling{
  /* border: 5px solid black !important; */
  background-color: rgb(255, 255, 255, 0.7);
  border-bottom-left-radius: 100px;
  border-top-right-radius: 100px;
  border-bottom: 5px solid #000;
  border-top: 5px solid #000;
  /* border-bottom-left-radius: 100px; */
  padding: 10px 40px;
}

.homepage-background{
  background-image: url('../../imgs/home-background.webp');
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.service-background{
  background-image: url('../../imgs/subject-image_2_.webp');
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.subject-background{
  background-image: url('../../imgs/service-image.webp');
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.cities-background{
  background-image: url('../../imgs/cities-background.webp');
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.four-section-background{
  background-image: rgb(235 22 22/ 73% ), url('../../imgs/monochrome-view-big-ben-clock-world-heritage-day (1).jpg');
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  border-top: 5px solid #fff;

}

  .counter {
    position: relative;
    overflow: hidden;
    background-color: #AE0000;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
  }

.red{

}
.span-header{
  color: #C35876;
}
.testimonial-styling{

  border: 5px solid #fff;
  border-radius: 5px;
}
/*.padding-extra{*/
/*  padding-bottom: 100px;*/
/*}*/

 /* The dots/bullets/indicators */
 .dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #F599AB;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.dotTwo {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #F599AB;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}


.activeOne,
.dot:hover,
.dotTwo:hover {
  background-color: red;
}
.footer-background{
  background: linear-gradient(#e04c60, #3e1420);
  border-top: 10px solid #fff;

}
.testimonials-background{
  background-image: url('../../imgs/testimonials1-background.webp');
  /* background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important; */
}
.black-ground{
  background-color: #000 ;
}
.faq-internal-styling{
  color: black;
  /*font-weight: bolder;*/
  /*background-color: #AE0000;*/
  border: 2px solid var(--color-primary);
}

.faq-internal-styling i{
   color: var(--color-primary); 
}
.features-styling{
  background: linear-gradient(133deg, #e04c60, #c35876e0);

}
.white-background{
  background-color: #ffffff;
  border-bottom-right-radius: 50px;
  border-top-left-radius: 50px;
}

.testimonial-inners{
  border: 5px solid #fff;
  padding: 10px 20px;
  background-color: #000;
  border-radius: 20px;
}
.hire-button{
  border: 3px solid rgb(235 22 22);
  padding: 10px 40px;
  border-radius: 10px;
  background-color: rgb(235 22 22);
  font-weight: 600;
  transition: 1s;
}
.hire-button:hover{
  border: 3px solid #fff;
  padding: 10px 40px;
  border-radius: 10px;
  background-color: #fff;
  color: #000;
  font-weight: 600;
  transition: 1s;
  
}

/* Mobile devices */
@media (max-width: 576px) {
  .mobile-styling{
    background-color: #6c757d94;
  }
  .hide-on-mobile{
      display: none;
  }
  .padding{
       padding-top: 2rem;
       padding-bottom: 2rem;
      
  }

}

.sparkle-ews {
  /*font-family: system-ui;*/
  color: #c11c16;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
}
.sparkle-ews:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}
.sparkle-ews::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  border-radius: 4px;
  background-color: #c11c16;
  top: 20px;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform .3s ease-in-out;
}

.free-domain-styling{
  border: 2px solid #AE0000;
  padding: 10px 10px;
  border-radius: 10px 10px;
}

.submit-query-button{
    background-color: #AE0000;
    border: 1px solid black;
}
.submit-query-button:hover{
    background-color: black;
    border: 1px solid #AE0000;
}

.image-height{
    height: 500px !important;
}
.no-underline:hover{
    box-shadow: 3px 3px 15px #AE0000;
    border-radius: 10px;
    transition: 1s;
}
.no-underline{
   transition: 1s;
}

.online_set_item .types{
    display: flex;
    align-items: center;
    padding: 10px 0px;
    font-size: 14px;
    transition: .7s linear;
}

.types{
    border: 1px solid #101820;
    background-color: #101820;
    border-radius: 10px;
    padding-left: 5px;
}

.types:hover{
    border: 1px solid #AE0000;
    background-color: #AE0000;
    border-radius: 10px;
    padding-left: 5px;

}
    
.review-styling{
    background: white;
    border: 1px solid var(--color-secondary);
    box-shadow: 0px 0px 7px 1px var(--color-secondary);

}

/* from frontend-customcss file*/

* {
    font-family:  "Montserrat", Arial, Tahoma, sans-serif;
}

.hvr-sweep-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.hvr-sweep-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    background: #000;
    color: #32BCA7
}

.hvr-sweep-to-right:hover:before {
    transform: scaleX(1);
    -webkit-transform: scaleX(1)
}

.hvr-sweep-to-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.hvr-sweep-to-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    background-color: #32BCA7;
    color: #32BCA7
}

.hvr-sweep-to-left:hover:before {
    transform: scaleX(1);
    -webkit-transform: scaleX(1)
}

.tada {
    animation-duration: 2s;
    animation-delay: 1.2s;
    animation-name: tada;
    animation-iteration-count: infinite;
}
@keyframes tada {
   0% {transform: scale(1);} 
   10%, 20% {transform: scale(0.9) rotate(-3deg);} 
   30%, 50%, 70%, 90% {transform: scale(1.1) rotate(3deg);} 
   40%, 60%, 80% {transform: scale(1.1) rotate(-3deg);} 
   100% {transform: scale(1) rotate(0);} 
} 

.heart{
    animation: beat .7s infinite alternate;
    transform-origin: center;
  }

  @keyframes beat {
    to {
      transform: scale(1.2);
    }
  }
.why-choose::before,
.why-choose::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  background: repeating-linear-gradient(
    45deg,
    #c45875,
    #ff2a4e 6px,
    transparent 6px,
    transparent 12px
  );
  border-radius: 50%;
  opacity: 0.5;
  animation: zoomPulse 6s infinite ease-in-out;
}

.why-choose::before {
  top: -80px;
  right: -80px;
}

.why-choose::after {
  bottom: -80px;
  left: -80px;
}

/* Animation */
@keyframes zoomPulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.17);
  }
}

.card-sec {
    background: linear-gradient(to bottom, var(--color-secondary), var(--color-primary));
    color: white;
    border: 2px solid #ffffff;
    border-radius: 1rem;
    box-shadow: 4px 6px 15px rgba(195, 88, 118, 0.4);
    transition: all 0.3s ease-in-out;
  }
  .card-sec:hover {
    transform: translateY(-8px) scale(1.03);
    box-shadow: 0px 10px 25px rgba(195, 88, 118, 0.6);
  }
  .icon-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: white;
    color: var(--color-primary);
    font-size: 2rem;
    margin: 0 auto;
  }
  


/* Optional: glossy shine overlay */
.card-sec::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40%;
  border-radius: 1rem 1rem 50% 50%;
  
  pointer-events: none;
}
/* Section spacing and background */
.service-sec {
  background: #f6f6f6;
}
.sample-sec{
  background: #f6f6f6;
}
.helping-students{
  background: #f6f6f6;
}
.bg-writers{
  background: #f6f6f6;
  padding: 4rem;
  border-top: 5px solid var(--color-primary);
  border-bottom: 5px solid var(--color-primary);
}

/* Card base */
/* Card base */
.bg-off-white {
  background: #fff;
  border-radius: 16px;
  padding: 25px;
  box-shadow: 0px 8px 12px -1px #dd4d62;
  transition: all 0.3s ease;
  text-align: center;
  border-top: 2px solid var(--color-secondary);
  border-bottom: 2px solid var(--color-secondary);
  position: relative;
  overflow: hidden;
}

/* Subtle floating gradient overlay */
.bg-off-white::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle at top left, rgba(221, 77, 98, 0.08), transparent 60%);
  transform: rotate(25deg);
  transition: all 0.4s ease;
  z-index: 0;
}

/* Clip-style diagonal accent */
.bg-off-white::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #e04c60 0%, #ffe2e9 80%);
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
  z-index: 0;
}

/* Hover effect to make it alive */
.bg-off-white:hover::before {
  background: radial-gradient(circle at bottom right, rgba(221, 77, 98, 0.15), transparent 70%);
  transform: rotate(45deg) scale(1.1);
}

/* Ensure content stays above decorations */
.bg-off-white * {
  position: relative;
  z-index: 1;
}

/* Icon with pulse effect */
.bg-off-white i {
  font-size: 36px;
  color: #f59e0b;
  margin-bottom: 12px;
  display: inline-block;
  position: relative;
}

.bg-off-white i::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(245, 158, 11, 0.1);
  transform: translate(-50%, -50%);
  z-index: -1;
  animation: pulse-ring 2.5s infinite ease-in-out;
}

@keyframes pulse-ring {
  0% {
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 0.6;
  }
  70% {
    transform: translate(-50%, -50%) scale(1.3);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}


/* Hover effect */
.bg-off-white:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.12);
}

/* Card title */
.bg-off-white h3 {
  font-size: 20px;
  font-weight: 700;
  color: black;
  margin-top: 15px;
}

/* Card text */
.bg-off-white p {
  font-size: 14px;
  color: #374151;
  line-height: 1.6;
}

/* Icons */
.bg-off-white i {
  font-size: 4rem;
  color: var(--color-primary);
  margin-bottom: 10px;
}
/* Section Background with Cuts */
/* Section Background */
.cta-section {
  position: relative;
  background: linear-gradient(135deg, #e04c60 0%, #9f4e60 50%, #ffe2e9 100%);
  color: #fff;
  overflow: hidden;
}

/* Wavy Bottom Shape */
.cta-section::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 120px;
  background: #b53b55;
  clip-path: polygon(0 70%, 25% 100%, 75% 100%, 100% 70%, 100% 100%, 0 100%);
}

/* Floating Diagonal Shape */
.cta-shape {
  position: absolute;
  top: -50px;
  left: -80px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle at top left, rgb(66 21 33), transparent 70%);
  clip-path: polygon(0 0, 100% 0, 70% 100%, 0% 100%);
  transform: rotate(-10deg);
  z-index: 0;
}

/* Spotlight Glow */
.cta-glow {
  position: absolute;
  right: -150px;
  top: 50px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(224, 76, 96, 0.4), transparent 70%);
  filter: blur(80px);
  z-index: 0;
}

/* Layout */
.cta-container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  align-items: center;
  gap: 50px;
}

.cta-text h3 {
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: 20px;
  line-height: 1.2;
}

.cta-text p {
  font-size: 1.15rem;
  line-height: 1.7;
  color: #fdf2f4;
  margin-bottom: 30px;
}

/* Button */
.cta-btn {
  display: inline-block;
  padding: 16px 34px;
  background: transparent;
  color: white;
  font-weight: 800;
  font-size: 1.1rem;
  border-radius: 10px;
  border:2px solid white;
  text-decoration: none;
  box-shadow:0 4px 13px #d8495d;
  transition: all 0.35s ease;
}
.cta-btn:hover {
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 4px 13px #d8495d;
}

/* Image Styling */
.cta-image {
  position: relative;
  text-align: center;
}
.cta-image img {
  position: relative;
  z-index: 2;
  max-width: 100%;
  border-radius: 20px;
  transform: rotate(-2deg);
  transition: transform 0.4s ease;
}
.cta-image img:hover {
  transform: rotate(0deg) scale(1.03);
}
.subject{
  background: var(--color-secondary);
}
.subject img{
  padding: 14px;
  box-shadow: 0px 0px 15px 0px grey;
}

.best-assignment .arrow-buttons {
    bottom: 12%;
    position: absolute;
    right: 0;
    width: 100%;
}

.best-assignment .arrow-buttons .swiper-button-next, .best-assignment .arrow-buttons .swiper-button-prev {
    align-items: center;
    background-color: var(--color-primary);
    border-radius: 50%;
    color: #fff;
    display: flex;
    font-weight: 900;
    opacity: 1;
    height: 30px;
    justify-content: center;
    width: 30px;
}
.best-assignment .arrow-buttons .swiper-button-next {
    right: 12%;
}

.best-assignment .arrow-buttons .swiper-button-prev {
    left: 81%;
}
.best-assignment img {
    margin-left: 8px;
    margin-top: 8px;
}
.steps-section {
  background: linear-gradient(135deg, rgb(224, 76, 96) 0%, rgb(195, 88, 118) 50%, rgb(224, 76, 96) 100%);

  position: relative;
  border-bottom: 2px solid white;
  padding: 60px 20px;
}

/* Steps grid desktop */
.steps-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px 150px;
  justify-items: center;
  align-items: center;
  position: relative;
  z-index: 2;
  margin-top: 7rem;
}

.step {
  position: relative;
  text-align: center;
  max-width: 320px;
}

.step-number {
  font-size: 8rem;
  font-weight: 900;
  color: white;
  line-height: 1;
  position: absolute;
  top: -81px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.9;
  z-index: 0;
}

.step-content {
  position: relative;
  z-index: 2;
  padding: 31px;
  color: #fff;
}

.step-icon {
  display: block;
  margin: 0 auto 15px;
  background: #f6f6f6;
  padding: 1rem;
  border-top-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  width: 131px;
  object-fit: contain;
  border-top: 2px solid #d94f65;
  border-bottom: 2px solid #d94f65;
}

/* Connector SVG */
.connector {
  position: absolute;
  top: 3rem;
  left: 30rem;
  width: 39%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  opacity: 0.6;
}

/* --- Mobile Responsive --- */
@media (max-width: 768px) {
  .steps-grid {
    grid-template-columns: 1fr; /* single column */
    gap: 60px;
  }

  .connector {
    display: none; /* hide Z line */
  }

  .step {
    max-width: 100%;
  }

  .step-number {
    font-size: 6rem;
    top: -60px;
  }

  .step-icon {
    width: 100px;
  }
}
/* ====== Testimonial Section Styling ====== */
.bg-theme {
  position: relative;
  /* background: rgb(246, 246, 246); */
  overflow: hidden;
  border-bottom: 1px solid var(--color-primary);
  box-shadow: 0px 1px 19px -2px var(--color-primary);
  z-index: 1;
}

/* Glowing gradient blobs */
.bg-theme::before,
.bg-theme::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.45;
  z-index: 0;
  animation: floatBlob 12s infinite ease-in-out alternate;
}

/* Top-right glow */
.bg-theme::before {
  width: 350px;
  height: 350px;
  top: -100px;
  right: -120px;
  background: radial-gradient(circle at center, #C35876, transparent 70%);
  animation-delay: 0s;
}

/* Bottom-left glow */
.bg-theme::after {
  width: 400px;
  height: 400px;
  bottom: -150px;
  left: -150px;
  background: radial-gradient(circle at center, #E04C60, transparent 70%);
  animation-delay: 4s;
}

/* Striped Circles Layer */
.bg-theme .striped-circle {
  position: absolute;
  width: 180px;
  height: 180px;
  background: repeating-linear-gradient(
    45deg,
    #c45875,
    #ff2a4e 6px,
    transparent 6px,
    transparent 12px
  );
  border-radius: 50%;
  opacity: 0.5;
  z-index: 1;
}

.bg-theme .striped-circle.top-right {
  top: -80px;
  right: -80px;
}

.bg-theme .striped-circle.bottom-left {
  bottom: -80px;
  left: -80px;
}

/* Keep content above shapes */
.bg-theme .container {
  position: relative;
  z-index: 1;
}

/* ====== Heading Styling ====== */
.span-header {
  color: #C35876;
  font-weight: bold;
}
.bg-theme h3 {
  text-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

/* ====== Swiper Cards ====== */
.professional-testimonial-slider .swiper-wrapper {
  display: flex;
  align-items: stretch;
}
.professional-testimonial-slider .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: stretch;
  height: auto;
}
.professional-testimonial-slider .testimonial-card {
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 10px 30px rgba(195,88,118,0.2);
  padding: 2rem;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.professional-testimonial-slider .testimonial-card:hover {
  transform: translateY(-10px) scale(1.03);
  box-shadow: 0 16px 40px rgba(224,76,96,0.35);
}

/* ====== Swiper Navigation ====== */
.swiper-button-next,
.swiper-button-prev {
  color: #C35876;
  text-shadow: 0 2px 6px rgba(0,0,0,0.2);
  transition: 0.3s ease;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  color: #E04C60;
  transform: scale(1.2);
}

/* Pagination dots */
.swiper-pagination-bullet {
  background: #C35876;
  opacity: 0.4;
  transition: 0.3s ease;
}
.swiper-pagination-bullet-active {
  background: #E04C60;
  opacity: 1;
  transform: scale(1.2);
}
.testimonial-box{
  background: rgb(246, 246, 246);
  border-radius: 0.5rem;
  padding: 3rem;
  border-top: 2px solid var(--color-primary);
  border-bottom: 2px solid var(--color-primary);
  box-shadow: 2px 1px 9px 5px var(--color-secondary);
}
.profile {
    display: flex;
    justify-content: space-between;
}
svg.bi.bi-star-fill {
    fill: #FFC107;
}
.content h2 {
    background: var(--color-primary);
    color: white;
    padding: 28px;
    clip-path: polygon(10% 0, 90% 0, 100% 30%, 100% 100%, 0 100%, 0 30%);
    font-size: 1.6rem;
    text-align: center;
}
.content {
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: 0 0 10px 2px #be8672;
    border-right: 1px solid var(--color-secondary);
    border-left: 1px solid var(--color-secondary);
}
.fancy {
 background-color: #dfdddd;
 border: 2px solid var(--color-primary);
 border-radius: 0;
 box-sizing: border-box;
 color: #fff;
 cursor: pointer;
 display: inline-block;
 font-weight: 700;
 letter-spacing: 0.05em;
 margin: 0;
 outline: none;
 overflow: visible;
 padding: 1.25em 2em;
 position: relative;
 text-align: center;
 text-decoration: none;
 text-transform: none;
 transition: all 0.3s ease-in-out;
 user-select: none;
 font-size: 13px;
}

.fancy::before {
 content: " ";
 width: 1.5625rem;
 height: 2px;
 background: var(--color-primary);
 top: 50%;
 left: 1.5em;
 position: absolute;
 transform: translateY(-50%);
 transform-origin: center;
 transition: background 0.3s linear, width 0.3s linear;
}

.fancy .text {
 font-size: 1.125em;
 line-height: 1.33333em;
 padding-left: 2em;
 display: block;
 text-align: left;
 transition: all 0.3s ease-in-out;
 text-decoration: none;
 color: var(--color-primary);
}

.fancy .top-key {
 height: 2px;
 width: 1.5625rem;
 top: -2px;
 left: 0.625rem;
 position: absolute;
 background: #e8e8e8;
 transition: width 0.5s ease-out, left 0.3s ease-out;
}

.fancy .bottom-key-1 {
 height: 2px;
 width: 1.5625rem;
 right: 1.875rem;
 bottom: -2px;
 position: absolute;
 background: #e8e8e8;
 transition: width 0.5s ease-out, right 0.3s ease-out;
}

.fancy .bottom-key-2 {
 height: 2px;
 width: 0.625rem;
 right: 0.625rem;
 bottom: -2px;
 position: absolute;
 background: #e8e8e8;
 transition: width 0.5s ease-out, right 0.3s ease-out;
}

.fancy:hover {
 color: white;
 background: var(--color-primary);
}

.fancy:hover::before {
 width: 0.9375rem;
 background: white;
}

.fancy:hover .text {
 color: white;
 padding-left: 1.5em;
}

.fancy:hover .top-key {
 left: -2px;
 width: 0px;
}

.fancy:hover .bottom-key-1,
 .fancy:hover .bottom-key-2 {
 right: 0;
 width: 0;
}