html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
*,
:after,
:before {
  box-sizing: border-box;
}
body {
  margin: 0;
  font-family: -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;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-block-start: 0.5rem;
  margin-block-end: 1rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}
h1 {
  font-size: 2.5rem;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.75rem;
}
h4 {
  font-size: 1.5rem;
}
h5 {
  font-size: 1.25rem;
}
h6 {
  font-size: 1rem;
}
p {
  margin-block-start: 0;
  margin-block-end: 0.9rem;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
  white-space: pre-wrap;
}
a {
  background-color: transparent;
  text-decoration: none;
  color: #c36;
}
a:active,
a:hover {
  color: #336;
}
a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
abbr[title] {
  border-block-end: none;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
  height: auto;
  max-width: 100%;
}
details {
  display: block;
}
summary {
  display: list-item;
}
figcaption {
  font-size: 16px;
  color: #333;
  line-height: 1.4;
  font-style: italic;
  font-weight: 400;
}
[hidden],
template {
  display: none;
}
@media print {
  *,
  :after,
  :before {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  blockquote,
  pre {
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    border: 1px solid #ccc;
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    -moz-column-break-inside: avoid;
    break-inside: avoid;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    -moz-column-break-after: avoid;
    break-after: avoid;
  }
}
label {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
}
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea {
  width: 100%;
  border: 1px solid #666;
  border-radius: 3px;
  padding: 0.5rem 1rem;
  transition: all 0.3s;
}
input[type="date"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
select:focus,
textarea:focus {
  border-color: #333;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  width: auto;
  -webkit-appearance: button;
}
[type="button"],
[type="submit"],
button {
  display: inline-block;
  font-weight: 400;
  color: #c36;
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid #c36;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 3px;
  transition: all 0.3s;
}
[type="button"]:focus:not(:focus-visible),
[type="submit"]:focus:not(:focus-visible),
button:focus:not(:focus-visible) {
  outline: none;
}
[type="button"]:focus,
[type="button"]:hover,
[type="submit"]:focus,
[type="submit"]:hover,
button:focus,
button:hover {
  color: #fff;
  background-color: #c36;
  text-decoration: none;
}
[type="button"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
  resize: vertical;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
select {
  display: block;
}
table {
  background-color: transparent;
  width: 100%;
  margin-block-end: 15px;
  font-size: 0.9em;
  border-spacing: 0;
  border-collapse: collapse;
}
table td,
table th {
  padding: 15px;
  line-height: 1.5;
  vertical-align: top;
  border: 1px solid hsla(0, 0%, 50.2%, 0.5019607843);
}
table th {
  font-weight: 700;
}
table tfoot th,
table thead th {
  font-size: 1em;
}
table caption + thead tr:first-child td,
table caption + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table thead:first-child tr:first-child td,
table thead:first-child tr:first-child th {
  border-block-start: 1px solid hsla(0, 0%, 50.2%, 0.5019607843);
}
table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
  background-color: hsla(0, 0%, 50.2%, 0.0705882353);
}
table tbody tr:hover > td,
table tbody tr:hover > th {
  background-color: hsla(0, 0%, 50.2%, 0.1019607843);
}
table tbody + tbody {
  border-block-start: 2px solid hsla(0, 0%, 50.2%, 0.5019607843);
}
@media (max-width: 767px) {
  table table {
    font-size: 0.8em;
  }
  table table td,
  table table th {
    padding: 7px;
    line-height: 1.3;
  }
  table table th {
    font-weight: 400;
  }
}
dd,
dl,
dt,
li,
ol,
ul {
  margin-block-start: 0;
  margin-block-end: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
@media only screen and (max-width: 480px) {
  span.selected-text {
    color: black !important;
  }

  span.dropdown-arrow {
    color: black !important;
  }
}

/* Target the specific span inside the heading */
.elementor-heading-title span {
  -webkit-background-clip: text !important;
  background-clip: text !important;
}

/* Customized Css */

@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css");

body {
  font-family: "Montserrat" !important;
}
header#site-header {
  display: none !important;
}
.position-sticky {
  position: sticky;
  top: 0;
  z-index: 0;
  padding-bottom: 20px;
}

.align-self-start {
  align-self: start;
}

.pt-30 {
  padding-top: 30px;
}
.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
footer#site-footer {
  display: none;
}
p {
  font-family: "Montserrat" !important;
}
@media only screen and (max-width: 767px) {
  #chaty-widget-0 .chaty-widget {
    bottom: 8% !important;
  }
}
.zsiq_float {
  display: none !important;
}

#blinking-image {
  padding: 10px 5px;
  border-radius: 4px;
  border: 0px solid #6c8003;
  animation: blink 1s linear infinite;
}

@keyframes blink {
  0%,
  100% {
    background-color: #fff;
  }
  50% {
    background-color: #02e069;
  }
}

.button-pulse {
  animation: pulse 2s infinite 3s cubic-bezier(0.25, 0, 0, 1);
  box-shadow: 0 0 0 0 #fff;
}
@keyframes pulse {
  to {
    box-shadow: 0 0 0 18px rgba(255, 255, 255, 0);
  }
}
@media only screen and (min-width: 767px) {
  /* View Demo animation */
  a.viewdemo {
    text-decoration: none;
    position: relative;
  }

  a.viewdemo::after {
    position: absolute;
    content: "";
    bottom: -7px;
    top: -7px;
    left: -7px;
    right: -7px;
    background-color: transparent;
    border-radius: 10px;
    border: 2px solid #fff;
    margin: 0px;
    opacity: 1;
    transform-origin: center;
    animation: anim 800ms linear infinite;
  }

  a.viewdemo::before {
    position: absolute;
    content: "";
    bottom: -7px;
    top: -7px;
    left: -7px;
    right: -7px;
    background-color: transparent;
    border-radius: 10px;
    border: 2px solid #02e069;
    margin: 0px;
    opacity: 0.8;
    transform-origin: center;
    animation: anim 800ms linear 400ms infinite;
  }

  @keyframes anim {
    from {
      margin: 0px;
      opacity: 1;
    }

    to {
      margin: -15px;
      opacity: 0;
    }
  }
  /* End */
  .mobileDiv {
    display: none !important;
  }
  a.viewdemo {
    margin-left: 15px;
  }
}

@media only screen and (max-width: 767px) {
  div#navbarSupportedContent {
    background: #fff;
    padding: 8px 16px;
    border-radius: 5px;
    z-index: 0;
  }
  .header-links li a {
    color: #000 !important;
  }
  a.viewdemo {
    border: 2px solid white;
    padding: 8px 16px !important;
  }
  .mobileDiv {
    display: block;
    position: fixed;
    z-index: 111;
    bottom: 0;
    width: 100%;
  }
  .mobileDiv .row {
    flex-direction: row;
  }
  .mobileDiv .row .sky {
    background: #00aaf2 !important;
  }
  .mobileDiv .row .lkn {
    background: #0077b5 !important;
  }
  .mobileDiv .row .mbl {
    background: #f44336 !important;
  }
  .mobileDiv .row .eml {
    background: #2196f3 !important;
  }
  .mobileDiv .row .col {
    padding: 12px !important;
    text-align: center !important;
  }
}
.iti.iti--allow-dropdown {
  width: -webkit-fill-available !important;
  margin-bottom: 15px;
}
@media only screen and (min-width: 767px) {
  /* Floating cards */
  .floating {
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
  }

  @keyframes floating {
    from {
      transform: translate(0, 0px);
    }
    65% {
      transform: translate(0, 15px);
    }
    to {
      transform: translate(0, -0px);
    }
  }
  .floating2 {
    animation-name: floating2;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
  }

  @keyframes floating2 {
    from {
      transform: translate(0, 0px);
    }
    35% {
      transform: translate(0, -15px);
    }
    to {
      transform: translate(0, -0px);
    }
  }
}
/* End */

@media screen and (max-width: 575px) {
  .contact-container .contact-box .right {
    text-align: center;
  }
  .appimg {
    width: 30%;
  }
  a.btn.viewdemo {
    margin-top: 20px;
  }
  .footer-lower p {
    margin-bottom: 3rem;
  }
  .white-labeled ul li span {
    font-size: 20px;
  }

  .white-labeled ul li h3 {
    font-size: 24px;
  }
  footer li.text-black.fw-medium {
    font-size: 12px;
  }
  body.modal-open .modal-dialog {
    max-width: 100% !important;
  }
}

body.modal-open .modal-dialog {
  max-width: 50%;
}
body.modal-open .modal-body {
  padding: 0px;
}
body.modal-open .modal-header {
  border-bottom: none;
}
body.modal-open .modal-header .btn-close {
  color: #fff;
  background-color: #02e069;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  --bs-btn-close-bg: none;
  opacity: 1;
  border: none;
  padding: 7px 10px !important;
}
body.modal-open .modal-header .btn-close svg path {
  fill: "#ffffff";
}
body.modal-open .modal-header .btn-close:hover {
  color: #fff;
  background-color: #02e069;
  border-radius: 30px;
}
body.modal-open .modal-content {
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 70%,
    rgba(241, 255, 236, 1) 100%
  );
}

button.modal-one {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.5px;
  background: #02e069;
  border: none;
  border-radius: 0px;
  padding: 10px 20px 10px 20px;
  color: #fff !important;
}
button.modal-one:hover {
  background: #02e069;
  color: #fff !important;
}
button.modal-one:focus {
  background: #02e069;
  color: #fff;
}
.mt-3.modal-container {
  margin-top: 0px !important;
}

/*Form css*/
.contact-container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.contact-container .contact-box {
  max-width: 100%;
  text-align: center;
  padding: 0px 80px 80px 80px;
}
.contact-container .left {
  text-align: center;
}
.contact-container .left img {
  background-size: cover;
  height: 400px;
}

/* .contact-container .right{
  padding: 25px 25px;
} */
.contact-container br {
  display: none;
}

.contact-container h2 {
  position: relative;
  padding: 0 0 10px;
  margin-bottom: 10px;
  font-weight: 700;
  font-family: Montserrat Alternates;
}

/*.contact-container p:after{*/
/*  content: '';*/
/*    position: absolute;*/
/*    left: 50%;*/
/*    bottom: 0;*/
/*    transform: translateX(-50%);*/
/*    height: 4px;*/
/*    width: 50px;*/
/*    border-radius: 2px;*/
/*    background-color: #2ecc71;*/
/*}*/

.contact-container .field {
  width: 100%;
  border: 2px solid #e5e5e5;
  outline: none;
  /*   background-color: #fff !important; */
  border-radius: 5px;
  padding: 0.5rem 1rem;
  font-size: 16px;
  margin-bottom: 16px;
  transition: 0.3s;
  font-family: Montserrat;
}

.contact-container .field:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.contact-container .btn {
  width: 50%;
  padding: 0.5rem 1rem;
  background-color: #02e069;
  color: #fff;
  font-size: 1.1rem;
  border: none;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  /*border-radius:30px;*/
}

.contact-container .btn:hover {
  background-color: #27ae60;
  color: #fff;
}

.contact-container .field:focus {
  border: 2px solid rgba(30, 85, 250, 0.47);
  background-color: #fff;
}
.contact-box .form-flex {
  display: flex;
  gap: 20px;
}

@media screen and (max-width: 880px) {
  body.modal-open .modal-backdrop {
    z-index: -1;
  }
  .contact-container .contact-box {
    grid-template-columns: 1fr;
  }
  .contact-container .left {
    height: 200px;
  }
}
@media all and (max-width: 767px) {
  body.modal-open .modal {
    z-index: 999999999 !important;
  }
  .modal-backdrop.show {
    display: none !important;
  }
  .contact-container h2 {
    width: 90% !important;
    padding: 10px !important;
    margin-bottom: 10px !important;
    font-size: 24px !important;
    margin: auto !important;
  }
  .contact-container p {
    font-size: 14px !important;
    padding: 10px !important;
    width: 90% !important;
    margin: auto !important;
  }
  .contact-container form {
    padding: 10px !important;
    width: 90% !important;
    margin: auto !important;
  }
  .g-recaptcha {
    width: 90% !important;
    margin: auto !important;
  }
  .contact-container .left img {
    display: none;
  }
  /* 	video Banner */
  .video-banner .banner-text {
    width: 100% !important;
    padding: 40px;
  }
}
@media (min-width: 992px) {
  .navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
  }
  .dropdown-menu {
    opacity: 0;
    transition: opacity 0.3s ease;
  }

  .navbar-nav .dropdown:hover .dropdown-menu {
    opacity: 1;
  }
}

div#recap4761993000034010004 div {
  margin: auto;
}

@media screen and (max-width: 575px) {
  .contact-container .contact-box {
    max-width: 100%;
    text-align: center;
    padding: 10px;
  }
}

.iti.iti--allow-dropdown {
  width: 100% !important;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  div#rc-anchor-container {
    width: 148px;
    margin-right: 13px !important;
  }
}

/* Customized Css  */

@media only screen and (max-width: 768px) {
  span.selected-text {
    color: black !important;
  }

  span.dropdown-arrow {
    color: black !important;
  }

  .dropdown-options {
    width: 150px !important;
  }
}

/* For desktop devices (min-width: 769px) */
@media (min-width: 769px) {
  .dropdown-options {
    width: 150px !important;
  }
}

@media screen and (max-width: 1024px) {
  .video-banner .banner-text {
    padding: 30px !important;
    width: 100% !important;
  }
}

/* Css for new pages */

.live-demo-container {
  position: absolute;
  bottom: -50px;
  right: 0px;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* For mobile devices (max-width: 768px) */
@media (max-width: 768px) {
  .dropdown-options {
    width: 150px !important;
  }
  .feature-icon-wrapper {
    width: 100% !important;
  }

  .slider h2,
  .slider-container p {
    text-align: center;
  }
  .prowess-content h5,
  .prowess-content p {
    text-align: left;
  }
}

/* For desktop devices (min-width: 769px) */
@media (min-width: 769px) {
  .dropdown-options {
    width: 150px !important;
  }
}

/* Common styles for all dropdown links */
.dropdown-menu li a {
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 34px 34px; /* Adjust image size */
  padding: 10px 20px 10px 40px; /* Ensure text is spaced properly */
  display: flex;
  align-items: center;
  line-height: 22px !important;
  font-size: 16px !important;
}

/* Individual background images */
.dropdown-menu li a.readyeat {
  background-image: url("https://clonifynow.com/wp-content/uploads/2025/05/Group-1686558249.png") !important;
}
.dropdown-menu li a.readybnb {
  background-image: url("https://clonifynow.com/wp-content/uploads/2025/02/ReadyBnb-original.png") !important;
}
.dropdown-menu li a.readycab {
  background-image: url("https://clonifynow.com/wp-content/uploads/2025/03/Asset-1-1.png") !important;
}
.dropdown-menu li a.readyservice {
  background-image: url("https://clonifynow.com/wp-content/uploads/2025/05/Group-1686558246.png") !important;
}
.dropdown-menu li a.readycommerce {
  background-image: url("https://clonifynow.com/wp-content/uploads/2025/02/ReadyCommerce-original.png") !important;
}
.dropdown-menu li a.grocery_delivery_management {
  background-image: url("https://clonifynow.com/wp-content/themes/hello-elementor-child/icons/navbar/grocery-delivery.png") !important;
}
.dropdown-menu li a.uber_clone {
  background-image: url("https://clonifynow.com/wp-content/uploads/2025/02/Uber-Clone.png") !important;
}
.dropdown-menu li a.airbnb_clone {
  background-image: url("https://clonifynow.com/wp-content/uploads/2025/02/AirBnb-Clone.png") !important;
}
.dropdown-menu li a.gojek_clone {
  background-image: url("https://clonifynow.com/wp-content/uploads/2025/02/Gojek-Clone.png") !important;
}
.dropdown-menu li a.lyft_clone {
  background-image: url("https://clonifynow.com/wp-content/uploads/2025/02/Lyft-Clone.png") !important;
}
.dropdown-menu li a.ubereat_clone {
  background-image: url("https://clonifynow.com/wp-content/uploads/2025/02/UberEats-Clone.png") !important;
}
.dropdown-menu li a.creem_clone {
  background-image: url("https://clonifynow.com/wp-content/uploads/2025/02/Vareem-Clone.png") !important;
}
.dropdown-menu li a.deliveroo_clone {
  background-image: url("https://clonifynow.com/wp-content/uploads/2025/02/Deliveroo-Clone.png") !important;
}
.dropdown-menu li a.dispatcher_management {
  background-image: url("https://clonifynow.com/wp-content/themes/hello-elementor-child/icons/navbar/dispatcher.png") !important;
}
.dropdown-menu li a.fleet_management {
  background-image: url("https://clonifynow.com/wp-content/uploads/2025/02/feet-management.png") !important;
}
.dropdown-menu li a.short_rental_management {
  background-image: url("https://clonifynow.com/wp-content/themes/hello-elementor-child/icons/navbar/house-rental.png") !important;
}
.dropdown-menu li a.online_store_management {
  background-image: url("https://clonifynow.com/wp-content/uploads/2025/02/online-store.png") !important;
}
.dropdown-menu li a.food_delivery_management {
  background-image: url("https://clonifynow.com/wp-content/themes/hello-elementor-child/icons/navbar/food-delivery.png") !important;
}
.dropdown-menu li a.restaurant_management {
  background-image: url("https://clonifynow.com/wp-content/themes/hello-elementor-child/icons/navbar/resturant-managment.png") !important;
}
.dropdown-menu li a.property_management {
  background-image: url("https://clonifynow.com/wp-content/uploads/2025/02/property-management.png") !important;
}
.dropdown-menu li a.service_management {
  background-image: url("https://clonifynow.com/wp-content/uploads/2025/02/service-management.png") !important;
}
.dropdown-menu li a.courier_management {
  background-image: url("https://clonifynow.com/wp-content/uploads/2025/02/courier.png") !important;
}
.dropdown-menu li a.freight_management {
  background-image: url("https://clonifynow.com/wp-content/uploads/2025/02/freight-management.png") !important;
}
.dropdown-menu li a.rideshare {
  background-image: url("https://clonifynow.com/wp-content/uploads/2025/02/ride-share.png") !important;
}

.dropdown-menu li a.readytaxi {
  background-image: url("https://clonifynow.com/wp-content/uploads/2025/02/ReadyTaxi-original.png") !important;
}

.dropdown-menu li a.readyRestaurant  {
  background-image: url("https://clonifynow.com/wp-content/uploads/2025/02/ReadyEat-original.png") !important;
}

.dropdown-menu li a.alcohol-delivery  {
  background-image: url("https://clonifynow.com/wp-content/themes/hello-elementor-child/icons/navbar/alcohol.png") !important;   
}
.dropdown-menu li a.flower-delivery  {
  background-image: url("https://clonifynow.com/wp-content/themes/hello-elementor-child/icons/navbar/flower.png") !important;   
}

.dropdown-menu li a.medicine-delivery  {
  background-image: url("https://clonifynow.com/wp-content/themes/hello-elementor-child/icons/navbar/medicine.png") !important;   
}

.dropdown-menu li a.fuel-delivery {
  background-image: url("https://clonifynow.com/wp-content/themes/hello-elementor-child/icons/navbar/fuel.png") !important;   
}

.dropdown-menu li a.meat-delivery {
  background-image: url("https://clonifynow.com/wp-content/themes/hello-elementor-child/icons/navbar/meat.png") !important;   
}

.dropdown-menu li a.ready-parcel {
  background-image: url("https://staging.clonifynow.com/wp-content/themes/hello-elementor-child/icons/navbar/readyparcel.png") !important;   
}

.dropdown-menu li a.ready-grocery {
  background-image: url("https://staging.clonifynow.com/wp-content/themes/hello-elementor-child/icons/navbar/readygrocery.png") !important;   
}

.dropdown-menu li a.tinder {
  background-image: url("https://staging.clonifynow.com/wp-content/themes/hello-elementor-child/icons/navbar/clone/tinder.png") !important;   
}
   
.dropdown-menu li a.tiktok {
  background-image: url("https://staging.clonifynow.com/wp-content/themes/hello-elementor-child/icons/navbar/clone/tiktok.png") !important;   
}
   
.dropdown-menu li a.bigo {
  background-image: url("https://staging.clonifynow.com/wp-content/themes/hello-elementor-child/icons/navbar/clone/bingo.png") !important;   
}
   
.dropdown-menu li a.onlyfans {
  background-image: url("https://staging.clonifynow.com/wp-content/themes/hello-elementor-child/icons/navbar/clone/onlyfans.png") !important;   
}
   
.dropdown-menu li a.fansly {
  background-image: url("https://staging.clonifynow.com/wp-content/themes/hello-elementor-child/icons/navbar/clone/fansly.png") !important;   
}
   
.dropdown-menu li a.nextdoor {
  background-image: url("https://staging.clonifynow.com/wp-content/themes/hello-elementor-child/icons/navbar/clone/nextdoor.png") !important;   
}
   
.dropdown-menu li a.badoo {
  background-image: url("https://staging.clonifynow.com/wp-content/themes/hello-elementor-child/icons/navbar/clone/badoo.png") !important;   
}
.dropdown-menu li a.hinge {
  background-image: url("https://staging.clonifynow.com/wp-content/themes/hello-elementor-child/icons/navbar/clone/hinge.png") !important;   
}
.dropdown-menu li a.olio {
  background-image: url("https://staging.clonifynow.com/wp-content/themes/hello-elementor-child/icons/navbar/clone/olio.png") !important;   
}
.dropdown-menu li a.taskrabbit {
  background-image: url("https://staging.clonifynow.com/wp-content/themes/hello-elementor-child/icons/navbar/clone/taskrabbit.png") !important;   
}
.dropdown-menu li a.rover {
  background-image: url("https://staging.clonifynow.com/wp-content/themes/hello-elementor-child/icons/navbar/clone/rover.png") !important;   
}
.dropdown-menu li a.airtasker {
  background-image: url("https://staging.clonifynow.com/wp-content/themes/hello-elementor-child/icons/navbar/clone/airtasker.png") !important;   
}
.dropdown-menu li a.houzz {
  background-image: url("https://staging.clonifynow.com/wp-content/themes/hello-elementor-child/icons/navbar/clone/houzz.png") !important;   
}
   
.dropdown-menu li a.turo_clone {
  background-image: url("https://staging.clonifynow.com/wp-content/themes/hello-elementor-child/icons/navbar/clone/turo-clone.png") !important;   
}
   
.dropdown-menu li a.limebike_clone {
  background-image: url("https://staging.clonifynow.com/wp-content/themes/hello-elementor-child/icons/navbar/clone/limebike-clone.png") !important;   
}
   
.dropdown-menu li a.cabify_clone {
  background-image: url("https://staging.clonifynow.com/wp-content/themes/hello-elementor-child/icons/navbar/clone/cabify-clone.png") !important;   
}
   
.dropdown-menu li a.bitaksi_clone {
  background-image: url("https://staging.clonifynow.com/wp-content/themes/hello-elementor-child/icons/navbar/clone/bitaski-clone.png") !important;   
}
   
.dropdown-menu li a.blablacar_clone {
  background-image: url("https://staging.clonifynow.com/wp-content/themes/hello-elementor-child/icons/navbar/clone/blabla-clone.png") !important;   
}
   
.dropdown-menu li a.talabat_clone {
  background-image: url("https://staging.clonifynow.com/wp-content/themes/hello-elementor-child/icons/navbar/clone/talabat-clone.png") !important;   
}
   
.dropdown-menu li a.justeat_clone {
  background-image: url("https://staging.clonifynow.com/wp-content/themes/hello-elementor-child/icons/navbar/clone/justeat-clone.png") !important;   
}
   
.dropdown-menu li a.postmates_clone {
  background-image: url("https://staging.clonifynow.com/wp-content/themes/hello-elementor-child/icons/navbar/clone/postmates.png") !important;   
}
   
.dropdown-menu li a.instacart_clone {
  background-image: url("https://staging.clonifynow.com/wp-content/themes/hello-elementor-child/icons/navbar/clone/instacart.png") !important;   
}
   
.dropdown-menu li a.freshDirect_clone {
  background-image: url("https://staging.clonifynow.com/wp-content/themes/hello-elementor-child/icons/navbar/clone/freshdirect.png") !important;   
}
   
.dropdown-menu li a.doordash_clone {
  background-image: url("https://staging.clonifynow.com/wp-content/themes/hello-elementor-child/icons/navbar/clone/doordash.png") !important;   
}
   
.dropdown-menu li a.drizly_clone {
  background-image: url("https://staging.clonifynow.com/wp-content/themes/hello-elementor-child/icons/navbar/clone/drizzly.png") !important;   
}
.dropdown-menu li a.restaurantms {
  background-image: url("https://staging.clonifynow.com/wp-content/themes/hello-elementor-child/icons/navbar/saas/resturant-m-s.png") !important;   
}
.dropdown-menu li a.groceryms {
  background-image: url("https://staging.clonifynow.com/wp-content/themes/hello-elementor-child/icons/navbar/saas/grocery-m-s.png") !important;   
}
.dropdown-menu li a.taxims {
  background-image: url("https://staging.clonifynow.com/wp-content/themes/hello-elementor-child/icons/navbar/saas/taxi-m-s.png") !important;   
}
.dropdown-menu li a.rentms {
  background-image: url("https://staging.clonifynow.com/wp-content/themes/hello-elementor-child/icons/navbar/saas/rental-m-s.png") !important;   
}
.dropdown-menu li a.gymms {
  background-image: url("https://staging.clonifynow.com/wp-content/themes/hello-elementor-child/icons/navbar/saas/gym-m-s.png") !important;   
}
.dropdown-menu li a.lms {
  background-image: url("https://staging.clonifynow.com/wp-content/themes/hello-elementor-child/icons/navbar/saas/learning-m-s.png") !important;   
}
.dropdown-menu li a.rental_marketplace {
  background-image: url("https://staging.clonifynow.com/wp-content/themes/hello-elementor-child/icons/navbar/rental/rental-marketplace.png") !important;   
}
.dropdown-menu li a.multi_vendor_marketplace {
  background-image: url("https://staging.clonifynow.com/wp-content/themes/hello-elementor-child/icons/navbar/rental/multivendor.png") !important;   
}
.dropdown-menu li a.single_vendor_marketplace {
  background-image: url("https://staging.clonifynow.com/wp-content/themes/hello-elementor-child/icons/navbar/rental/singal.png") !important;   
}
.dropdown-menu li a.vacation_rental {
  background-image: url("https://staging.clonifynow.com/wp-content/themes/hello-elementor-child/icons/navbar/rental/vacation.png") !important;   
}
.dropdown-menu li a.car_rental {
  background-image: url("https://staging.clonifynow.com/wp-content/themes/hello-elementor-child/icons/navbar/rental/car.png") !important;   
}
.dropdown-menu li a.space_rental {
  background-image: url("https://staging.clonifynow.com/wp-content/themes/hello-elementor-child/icons/navbar/rental/space.png") !important;   
}
.dropdown-menu li a.storage_rental {
  background-image: url("https://staging.clonifynow.com/wp-content/themes/hello-elementor-child/icons/navbar/rental/storage.png") !important;   
}
.dropdown-menu li a.boat_rental {
  background-image: url("https://staging.clonifynow.com/wp-content/themes/hello-elementor-child/icons/navbar/rental/boat.png") !important;   
}
.dropdown-menu li a.cruise_rental {
  background-image: url("https://staging.clonifynow.com/wp-content/themes/hello-elementor-child/icons/navbar/rental/cruise.png") !important;   
}
.dropdown-menu li a.bicycle_rental {
  background-image: url("https://staging.clonifynow.com/wp-content/themes/hello-elementor-child/icons/navbar/rental/bicycle.png") !important;   
}
.dropdown-menu li a.bus_rental {
  background-image: url("https://staging.clonifynow.com/wp-content/themes/hello-elementor-child/icons/navbar/rental/bus.png") !important;   
}
.dropdown-menu li a.yoga_Session_booking {
  background-image: url("https://staging.clonifynow.com/wp-content/themes/hello-elementor-child/icons/navbar/rental/yoga-session.png") !important;   
}
.dropdown-menu li a.consultation_session_booking {
  background-image: url("https://staging.clonifynow.com/wp-content/themes/hello-elementor-child/icons/navbar/rental/consultation-session.png") !important;   
}
.dropdown-menu li a.trainer_session_booking {
  background-image: url("https://staging.clonifynow.com/wp-content/themes/hello-elementor-child/icons/navbar/rental/trainer-session.png") !important;   
}
.dropdown-menu li a.masseur_session_booking {
  background-image: url("https://staging.clonifynow.com/wp-content/themes/hello-elementor-child/icons/navbar/rental/masseue-session.png") !important;   
}
.dropdown-menu li a.legal_consultation_booking {
  background-image: url("https://staging.clonifynow.com/wp-content/themes/hello-elementor-child/icons/navbar/rental/legal-consulation.png") !important;   
}
.dropdown-menu li a.salon_appointment_booking {
  background-image: url("https://staging.clonifynow.com/wp-content/themes/hello-elementor-child/icons/navbar/rental/salon-appointment.png") !important;   
}
.dropdown-menu li a.carwash_booking {
  background-image: url("https://staging.clonifynow.com/wp-content/themes/hello-elementor-child/icons/navbar/rental/car-wash.png") !important;   
}
.dropdown-menu li a.nanny_booking {
  background-image: url("https://staging.clonifynow.com/wp-content/themes/hello-elementor-child/icons/navbar/rental/nanny.png") !important;   
}
.dropdown-menu li a.dog_care_booking {
  background-image: url("https://staging.clonifynow.com/wp-content/themes/hello-elementor-child/icons/navbar/rental/dog-care.png") !important;   
}
.dropdown-menu li a.pizza {
  background-image: url("https://staging.clonifynow.com/wp-content/themes/hello-elementor-child/icons/navbar/delivery/pizza.png") !important;   
}
.dropdown-menu li a.bread {
  background-image: url("https://staging.clonifynow.com/wp-content/themes/hello-elementor-child/icons/navbar/delivery/bread.png") !important;   
}
.dropdown-menu li a.cannabis {
  background-image: url("https://staging.clonifynow.com/wp-content/themes/hello-elementor-child/icons/navbar/delivery/cannabis.png") !important;   
}
.dropdown-menu li a.home-food {
  background-image: url("https://staging.clonifynow.com/wp-content/themes/hello-elementor-child/icons/navbar/delivery/home-tiffin-service.png") !important;   
}
.dropdown-menu li a.tiffin {
  background-image: url("https://staging.clonifynow.com/wp-content/themes/hello-elementor-child/icons/navbar/delivery/tiffin.png") !important;   
}
.dropdown-menu li a.vegetables{
  background-image: url("https://staging.clonifynow.com/wp-content/themes/hello-elementor-child/icons/navbar/delivery/vegetables.png") !important;   
}
.dropdown-menu li a.milk {
  background-image: url("https://staging.clonifynow.com/wp-content/themes/hello-elementor-child/icons/navbar/delivery/milk.png") !important;   
}
.dropdown-menu li a.cab-booking {
  background-image: url("https://staging.clonifynow.com/wp-content/themes/hello-elementor-child/icons/navbar/on-demand/cab-taxi-booking.png") !important;   
}
.dropdown-menu li a.chauffeur-booking {
  background-image: url("https://staging.clonifynow.com/wp-content/themes/hello-elementor-child/icons/navbar/on-demand/chauffeur.png") !important;   
}
.dropdown-menu li a.on-demand-app {
  background-image: url("https://staging.clonifynow.com/wp-content/themes/hello-elementor-child/icons/navbar/on-demand/on-demand-app.png") !important;   
}
.dropdown-menu li a.pickup {
  background-image: url("https://staging.clonifynow.com/wp-content/themes/hello-elementor-child/icons/navbar/on-demand/pickup.png") !important;   
}
.dropdown-menu li a.parcel {
  background-image: url("https://staging.clonifynow.com/wp-content/themes/hello-elementor-child/icons/navbar/on-demand/parcel-delivery.png") !important;   
}
.dropdown-menu li a.courier {
  background-image: url("https://staging.clonifynow.com/wp-content/themes/hello-elementor-child/icons/navbar/on-demand/courier-app.png") !important;   
}
.dropdown-menu li a.mobile-ev-charging {
  background-image: url("https://staging.clonifynow.com/wp-content/themes/hello-elementor-child/icons/navbar/on-demand/mobile-ev-charge.png") !important;   
}
.dropdown-menu li a.laundry {
  background-image: url("https://staging.clonifynow.com/wp-content/themes/hello-elementor-child/icons/navbar/on-demand/on-demand-laundary.png") !important;   
}
.dropdown-menu li a.handyman {
  background-image: url("https://staging.clonifynow.com/wp-content/themes/hello-elementor-child/icons/navbar/on-demand/on-demand-handyman.png") !important;   
}
.dropdown-menu li a.service {
  background-image: url("https://staging.clonifynow.com/wp-content/themes/hello-elementor-child/icons/navbar/on-demand/on-demand-service.png") !important;   
}
.dropdown-menu li a.employee-transport {
  background-image: url("https://staging.clonifynow.com/wp-content/themes/hello-elementor-child/icons/navbar/on-demand/employee-transport.png") !important;   
}
.dropdown-menu li a.ambulance-booking {
  background-image: url("https://staging.clonifynow.com/wp-content/themes/hello-elementor-child/icons/navbar/on-demand/ambulance-booking.png") !important;   
}
.dropdown-menu li a.road-side-assistance {
  background-image: url("https://staging.clonifynow.com/wp-content/themes/hello-elementor-child/icons/navbar/on-demand/road-side-assistance.png") !important;   
}
.dropdown-menu li a.ride-sharing {
  background-image: url("https://staging.clonifynow.com/wp-content/themes/hello-elementor-child/icons/navbar/on-demand/ride-sharing.png") !important;   
}
.dropdown-menu li a.fitness-coach{
  background-image: url("https://staging.clonifynow.com/wp-content/themes/hello-elementor-child/icons/navbar/on-demand/fitness-coach.png") !important;   
}
.dropdown-menu li a.yoga-coach {
  background-image: url("https://staging.clonifynow.com/wp-content/themes/hello-elementor-child/icons/navbar/on-demand/yoga-coach.png") !important;   
}
   
      
/* Adjust text padding */
.dropdown-menu li a span {
  padding-left: 30 !important;
}

.dropdown-menu li {
  padding-left: 10px;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #000000 !important;
  text-decoration: none !important;
  background-color: #fff !important;
}

.modal {
  top: 0px !important;
  z-index: 999999 !important;
}

body .zsiq_custommain img,
body .zsiq_float {
  display: inline-block !important;
  cursor: pointer !important;
}

/* Airbnb Style Update */
body.page-template-default.page.page-id-6672 .btn-primary {
  background-color: #423ef7 !important;
  border-color: #423ef7 !important;
  color: #fff !important;
  font-weight: 500 !important;
  border-radius: 4px !important;
}

body.page-template-default.page.page-id-6672 .waves use:nth-child(1) {
  fill: #423ef7;
  fill-opacity: 0.2;
}
body.page-template-default.page.page-id-6672 .waves use:nth-child(2) {
  fill: #423ef7;
  fill-opacity: 0.2;
}
body.page-template-default.page.page-id-6672 .waves use:nth-child(3) {
  fill: #423ef7;
  fill-opacity: 0.2;
}

body.page-template-default.page.page-id-6672 #fastforward-button {
  position: fixed;
  bottom: 110px;
  right: 30px;
  background-color: #000000;
  color: #ffffff;
  padding: 15px 25px;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  transition: opacity 0.5s ease-in-out;
}

/* Uber Style Update */

body.page-template-default.page.page-id-4189 .btn-primary {
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
  color: #fff !important;
  font-weight: 500 !important;
  border-radius: 4px !important;
}

body.page-template-default.page.page-id-4189 .waves use:nth-child(1) {
  fill: #0a0a0a;
  fill-opacity: 0.2;
}
body.page-template-default.page.page-id-4189 .waves use:nth-child(2) {
  fill: #0a0a0a;
  fill-opacity: 0.2;
}
body.page-template-default.page.page-id-4189 .waves use:nth-child(3) {
  fill: #0a0a0a;
  fill-opacity: 0.2;
}

body.page-template-default.page.page-id-4189 #fastforward-button {
  position: fixed;
  bottom: 110px;
  right: 30px;
  background-color: #000000;
  color: #ffffff;
  padding: 15px 25px;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  transition: opacity 0.5s ease-in-out;
}

body.page-template-default.page.page-id-4189.modal-open
  .modal-header
  .btn-close {
  color: #fff;
  background-color: #000000;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  --bs-btn-close-bg: none;
  opacity: 1;
  border: none;
  padding: 7px 10px !important;
}

.page-template-default.page.page-id-4189 .contact-container .btn {
  width: 50%;
  padding: 0.5rem 1rem;
  background-color: #000000;
  color: #fff;
  font-size: 1.1rem;
  border: none;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  /* border-radius: 30px; */
}

body.page-template-default.page.page-id-6672.modal-open
  .modal-header
  .btn-close {
  color: #fff;
  background-color: #007aff;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  --bs-btn-close-bg: none;
  opacity: 1;
  border: none;
  padding: 7px 10px !important;
}

.page-template-default.page.page-id-6672 .contact-container .btn {
  width: 50%;
  padding: 0.5rem 1rem;
  background-color: #007aff;
  color: #fff;
  font-size: 1.1rem;
  border: none;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  /* border-radius: 30px; */
}

header.scrolled {
  background: white;
  position: sticky;
  top: 0;
  color: #000;
  z-index: 9;
  box-shadow: 4px 4px 10px #cfcfcf;
  padding: 0px;
}

header.scrolled ul li a {
  color: black !important;
}

header.scrolled .btn.modal-one {
  color: white !important;
}

header.scrolled a.nav-link.fw-medium.support {
  color: rgb(0, 0, 0);
  cursor: pointer;
}

a.nav-link.fw-medium.support {
  color: white;
  cursor: pointer;
}

#getAssistanceModal .modal-header {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-bottom: none;
}

#getAssistanceModal .modal-header .modal-title {
  font-weight: 700; /* Bold weight */
  font-size: 25px;
  margin: 0; /* Remove default margins */
  text-align: center;
  width: 100%;
}

/* Default state */
button.btn.btn-outline-green {
  color: #01c75d !important;
  border: 1px solid #01c75d !important;
  background-color: transparent !important;
  transition: all 0.3s ease-in-out;
}

/* Hover, focus, and active states */
button.btn.btn-outline-green:hover,
button.btn.btn-outline-green:focus,
button.btn.btn-outline-green:active {
  color: #fff !important;
  background-color: #01c75d !important;
  border: 1px solid #01c75d !important;
  outline: none !important;
}

#getAssistanceModal .modal-body {
  padding: 30px;
}

.fa-whatsapp:before {
  font-size: x-large;
  margin: 0px 10px;
}

.fa-comment-alt:before {
  font-size: larger;
  margin: 0px 10px;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2 columns by default */
  gap: 10px; /* Space between items */
  max-width: 400px; /* Adjust width as needed */
}

/* On screens smaller than 768px (mobile), use 1 column */
@media (max-width: 767px) {
  .contact-grid {
    grid-template-columns: 1fr; /* 1 column layout */
  }
}

.contact-grid a {
  display: flex;
  align-items: center;
  gap: 8px; /* Space between flag and number */
  text-decoration: none;
  font-weight: normal;
}

.col-md-4.footer-social-block.mobile-border {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.col-md-4.footer-social-block.mobile-border a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #242424;
  width: 30px; /* Adjust width */
  height: 30px; /* Adjust height */
  padding: 5px;
  transition: background 0.3s ease, transform 0.2s ease;
}

.col-md-4.footer-social-block.mobile-border a svg {
  height: 20px;
  width: 20px;
  fill: #ffffff !important;
  transition: fill 0.3s ease;
}

/* 🔥 Hover Effects */
.col-md-4.footer-social-block.mobile-border a:hover {
  background: #02e069; /* Change background to white */
  transform: scale(1.1); /* Slightly increase size */
}

.col-md-4.footer-social-block.mobile-border a:hover svg {
  fill: #ffffff; /* Change icon color to black on hover */
}

footer.pt-5.pt-md-5 {
  background: black;
  color: #fff;
}

header.scrolled .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 283.426 283.426' xml:space='preserve' fill='%23000000'%3e%3cg id='SVGRepo_bgCarrier' stroke-width='0'%3e%3c/g%3e%3cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3e%3c/g%3e%3cg id='SVGRepo_iconCarrier'%3e%3c/g%3e%3crect x='0' y='40.84' style='fill:%23010002;' width='283.426' height='47.735'/%3e%3crect x='0' y='117.282' style='fill:%23010002;' width='283.426' height='47.735'/%3e%3crect x='0' y='194.851' style='fill:%23010002;' width='283.426' height='47.735'/%3e%3c/svg%3e");
}

footer hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  margin: 0% 10%;
}

ul.dropdown-menu.border-0.shadow {
  width: max-content !important;
  border-bottom: 4px solid #02e069 !important;
}

footer .text-white {
  color: #cfcfcf !important;
}

#getAssistanceModal .modal-dialog {
  max-width: 100% !important; /* Default to full width */
}

@media (min-width: 768px) {
  /* Adjust for larger screens */
  #getAssistanceModal .modal-dialog {
    max-width: 60% !important;
  }
}

/* Button Header Animation Start */
.headerScheduleButton,
.headerScheduleButton:focus,
.headerScheduleButton:hover {
  background: #ffffff;
  border: transparent;
  border-radius: 25px;
  color: #000;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  padding: 5px 10px;
  position: relative;
  cursor: pointer;
}

.headerScheduleButton:after,
.headerScheduleButton:before {
  animation: gradientRotate 4s linear infinite forwards;
  background: linear-gradient(
    90deg,
    #9400d3 0%,
    /* Violet */ #4b0082 16.66%,
    /* Indigo */ #0000ff 33.32%,
    /* Blue */ #00ff00 49.98%,
    /* Green */ #ffff00 66.64%,
    /* Yellow */ #ff7f00 83.3%,
    /* Orange */ #ff0000 100% /* Red */
  );
  background-size: 300%;
  border-radius: inherit;
  content: "";
  inset: -3px;
  position: absolute;
  transform: translateZ(0);
  will-change: background-position, transform;
  z-index: -1;
}

@keyframes gradientRotate {
  0% {
    background-position: 300% 0;
  }
  100% {
    background-position: 0 0;
  }
}
/* Button Header Animation End */

/* Overlay on banner */

.banner-item {
  position: relative;
  overflow: hidden;
}

.banner-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.1),
    rgba(0, 0, 0, 0.7)
  ); /* Light on left, dark on right */
  z-index: 1;
}

.banner-content {
  position: relative;
  z-index: 2;
}

