@font-face {
  font-family: "wotfard";
  src: url("fonts\Wotfard-Regular.otf") format("otf");
}
@font-face {
  font-family: "TTFirsNeue-reguler";
  src: url("fonts\tt_firs_neue\TT Firs Neue Trial Italic.ttf") format("ttf");
}

.wotfard-fonts {
  font-family: "wotfard";
}
.TTFirsNeue-fonts {
  font-family: "TTFirsNeue-reguler";
}

html body .footer .contain {
  width: 100vw !important;
  margin: 0 !important;
  max-width: 100vw !important;
  padding: 0 !important;
  overflow: hidden;
}
body {
  overflow-x: hidden;
  width: 100vw !important;
  margin: 0 !important;
  max-width: 100vw !important;
  padding: 0 !important;
}
a {
  font-size: 14px;
  font-weight: 700;
}
.superNav {
  font-size: 13px;
}
.form-control {
  outline: none !important;
  box-shadow: none !important;
}
@media screen and (max-width: 540px) {
  .centerOnMobile {
    text-align: center;
  }
}

#home-video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  max-width: 100vw;
  min-width: 100vw;
  height: 100vh;
  object-fit: cover;
  z-index: -2;
}


.content-overlay-inside {
  color: white; /* Ensures text stands out */
  text-align: center;
}
nav {
  position: relative;
  z-index: 200;
  /* background: rgba(0, 0, 0.2, 0.2); */
  height: 13vh;
  width: 100vw;
  display: flex;
  align-content: center;
  background-color: white;
  
}
.content-overlay-inside h1 {
  color: #fff;
  font-size: 25px;
  line-height: 30px;
  max-width: 750px;
  max-height: 400px;
}

.content-overlay-inside p {
  color: #fff;
  font-size: 5px;
  line-height: 18px;
  max-width: 700px;
}
.content-overlay-inside .btn-link {
  margin-top: 20px;
}
.content-overlay-inside .btn-link {
  color: #fff;
}
.content-overlay-inside .btn-link .arrow-img {
  background: url();
}
.content-overlay-inside .btn-link:hover {
  
  color: #fafafa;
}
.content-overlay-inside .btn-link:hover:before {
  background: #fff;
  
}

.video-content-overlay {
  padding: 0px 25px;
}
.video-content-overlay {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  left: 0px;
  z-index: 2;
}

.video-content-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* dark semi-transparent overlay */
  z-index: -1;
}

@media only screen and (max-width: 1450px) {
  .content-overlay-inside p {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
  }
}
.content-overlay-inside h1 {
  color: #fff;
}

.content-overlay-inside p {
  color: #fff;
  font-size: 22px;
  line-height: 28px;
  max-width: 750px;
  font-weight: 600;
}
.content-overlay-inside .btn-link {
  margin-top: 20px;
}

.outline {
  position: absolute;
  inset: 0;
  pointer-events: none;
}



.nav {
  position: relative;
  width: 350px;
  height: 60px;
}

.container:hover .outline .rect {
  transition: 99999s;

  stroke-dashoffset: 1;
  stroke-dasharray: 0;
}
.slider-heading-font-size {
  font-size: 500px;
}
.theam-color-primary {
  color: #03637d;
}
.container {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0.5em;
}
.services-margin {
  margin-top: 20px;
}
.services-des-width {
  margin-left: 300px;
  margin-right: 300px;
}
.btn {
  padding: 0.5em 1.3em;
  cursor: pointer;
  transition: 0.1s;
  /* color: #000 !important; */
  
}

.btn:hover {
  background: rgba(243, 239, 239, 0.2);
}

.btn:nth-child(1):hover ~ svg .rect {
  stroke-dashoffset: 0;
  stroke-dasharray: 0 2 8 73.3 8 10.7;
  color: #000;
}

.btn:nth-child(2):hover ~ svg .rect {
  stroke-dashoffset: 0;
  stroke-dasharray: 0 12.6 9.5 49.3 9.5 31.6;
}

.btn:nth-child(3):hover ~ svg .rect {
  stroke-dashoffset: 0;
  stroke-dasharray: 0 24.5 8.5 27.5 8.5 55.5;
}

.btn:nth-child(4):hover ~ svg .rect {
  stroke-dashoffset: 0;
  stroke-dasharray: 0 34.7 6.9 10.2 6.9 76;
}

.btn:hover ~ .outline .rect {
  stroke-dashoffset: 0;
  stroke-dasharray: 0 0 10 40 10 40;
  transition: 0.5s !important;
}
#navi {
  box-shadow: 0px 1px 10px rgb(239, 237, 237);
}

#ntext h2 {
  /* color: #fff; */
  color: #000 !important;
  
}

.text-image-sec {
  padding-bottom: 140px;
  position: relative;
  overflow: hidden;
}
.text-image-inside {
  position: relative;
}
.text-image-inside figure {
  margin-bottom: 45px;
  text-align: center;
}

.text-image-inside {
  position: relative;
}
.text-image-inside figure {
  margin-bottom: 45px;
  text-align: center;
}
.text-image-inside figure figcaption {
  font-size: 28px;
  line-height: 32px;
  text-align: center;
  font-weight: 200;
  color: #21201f;
  margin-top: -45px;
  z-index: 2;
  position: relative;
}
.text-image-inside .btn-link {
  text-transform: uppercase;

  margin: auto;
  display: flex;
  z-index: 100;
}

.image-txt-heading {
  width: 750px;
  position: absolute;
  top: 180px;
  left: 50%;
  transform: translateX(-50%);
}
.image-txt-heading svg {
  width: 100%;
}
.image-txt-heading svg path {
  fill: #000;
  fill-opacity: 0.1;
}
.image-txt-heading span {
  display: block;
  margin-bottom: 10px;
}
.image-txt-heading span svg {
  fill: #000;
  fill-opacity: 0.1;
}
.image-txt-heading span:nth-of-type(1) {
  margin-left: 150px;
}
.image-txt-heading span:nth-of-type(2) {
  text-align: right;
}
.imgsec {
  background: url("https://ifza.com/wp-content/uploads/2023/04/success-image-scaled.jpg")
    no-repeat center center fixed;
  background-size: cover;
  width: 100vw;
  height: 100vh;
}
.midd2 {
  padding: 2rem 1rem;
  background-color: #f9fafb; /* subtle light background */
}

.banner-widget {
  max-width: 1200px;
  margin: 0 auto;
}

.banner-widget-inside {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: center;
  height: 320px;
}

@media (min-width: 768px) {
  .banner-widget-inside {
    grid-template-columns: repeat(2, 1fr);
    height: auto;
  }
}

.banner-widget-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.banner-widget-content {
  color: #111827; /* dark gray */
}

.banner-widget-content h2 {
  font-weight: 700;
  line-height: 1.1;
  color: #1f2937; /* slate-800 */
}

.banner-widget-content h4 {
  margin-top: 1rem;
  font-weight: 600;
  color: #374151; /* slate-700 */
}

.banner-widget-content p {
  margin-top: 1rem;
  font-size: 1.125rem; /* 18px */
  color: #4b5563; /* slate-600 */
}

.banner-widget-content a {
  display: inline-flex;
  align-items: center;
  margin-top: 1.5rem;
  padding: 0.5rem 1.5rem;
  font-weight: 600;
  background-color: #bfdbfe; /* light blue */
  border-radius: 9999px; /* fully rounded */
  color: #111827;
  text-decoration: none;
  transition: background-color 0.3s ease;
  border: 1px solid transparent;
}

.banner-widget-content a:hover,
.banner-widget-content a:focus {
  background-color: #d1d5db; /* gray-300 */
  border-color: #9ca3af; /* gray-400 */
  outline: none;
}

.arrow-img {
  margin-left: 0.5rem;
  font-size: 1.25rem;
  transition: transform 0.3s ease;
}

.banner-widget-content a:hover .arrow-img,
.banner-widget-content a:focus .arrow-img {
  transform: translateX(5px);
}

.hm-blog-heading {
  display: block;
  color: #21201f;

  font-weight: normal;
  font-size: 22px;
  line-height: 32px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.tabs-sec {
  background: #f8f6fb;
}
.black-bg-sec {
  background: #21201f;
  padding: 67px 0px;
}
.ecosystem span {
  text-align: center;
  color: #fff;
  margin-bottom: 15px;
}
.ecosystem h2 {
  color: #fff;
  text-align: center;
  margin-bottom: 0px;
}
.text-image-sec {
  padding-bottom: 140px;
  position: relative;
  overflow: hidden;
}
.text-image-inside {
  position: relative;
}
.text-image-inside figure {
  margin-bottom: 45px;
  text-align: center;
}
.text-image-inside figure figcaption {
  font-size: 28px;
  line-height: 32px;
  text-align: center;
  font-weight: 200;
  color: #21201f;
  margin-top: -45px;
  z-index: 2;
  position: relative;
}
.text-image-inside .btn-link {
  text-transform: uppercase;

  margin: auto;
  display: flex;
  z-index: 100;
}
.text-image-inside .btn-link .arrow-img {
  background: url(../images/arrow-clr.svg);
}
.image-txt-heading {
  width: 750px;
  position: absolute;
  top: 180px;
  left: 50%;
  transform: translateX(-50%);
}
.image-txt-heading svg {
  width: 100%;
}
.image-txt-heading svg path {
  fill: #000;
  fill-opacity: 0.1;
}
.image-txt-heading span {
  display: block;
  margin-bottom: 10px;
}
.image-txt-heading span svg {
  fill: #000;
  fill-opacity: 0.1;
}
.image-txt-heading span:nth-of-type(1) {
  margin-left: 150px;
}
.black-bg-sec {
  background: #21201f;
  padding: 67px 0px;
}
.card:hover {
  scale: 1.1;
  transition-duration: 1s;
}

.footer ul#menu-footer-menu-1 {
  width: 100% !important;
}

.footer ul#menu-footer-menu-2 {
  width: 100%;
  margin-left: 0;
}

.footer ul#menu-footer-menu-3 {
  flex-direction: column;
}

.footer ul#menu-footer-menu-3 li {
  margin-left: 0 !important;
}

.page-id-43 .testimonial-image-box iframe {
  min-height: 50.5vw !important;
}

.button2 {
  position: relative;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  padding-block: 0.5rem;
  padding-inline: 1.25rem;
  background-color: rgb(0 107 179);
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffff;
  gap: 10px;
  font-weight: bold;
  border: 3px solid #ffffff4d;
  outline: none;
  overflow: hidden;
  font-size: 15px;
  cursor: pointer;
}

.icon {
  width: 24px;
  height: 24px;
  transition: all 0.3s ease-in-out;
}

.button2:hover {
  transform: scale(1.05);
  border-color: #fff9;
}

.button2:hover .icon {
  transform: translate(4px);
}

.button2:hover::before {
  animation: shine 1.5s ease-out infinite;
}

.button2::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100%;
  background-image: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0) 70%
  );
  top: 0;
  left: -100px;
  opacity: 0.6;
}

@keyframes shine {
  0% {
    left: -100px;
  }

  60% {
    left: 100%;
  }

  to {
    left: 100%;
  }
}

.cta {
  position: relative;
  margin: auto;
  padding: 11.5px 18px;
  transition: all 0.2s ease;
  border: 3px solid #552da8;
  border-radius: 50px;
  background: #552da8;
  cursor: pointer;
}

.cta:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  border-radius: 50px;
  background: white;
  width: 45px;
  height: 45px;
  transition: all 0.8s ease;
}

.cta span {
  position: relative;

  font-size: 18px;
  color: white;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.cta svg {
  position: relative;
  top: 0;
  margin-left: 10px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: white;
  stroke-width: 2;
  transform: translateX(-5px);
  transition: all 0.5s ease;
}

.cta:hover:before {
  width: 100%;
  background: #1c1c1c;
}

.cta:hover svg {
  transform: translateX(0);
  transition: all 2s ease;
}

.cta:active {
  transform: scale(0.95);
  transition: all 2s ease;
}

.button2 {
  position: relative;
  text-decoration: none;
  color: #e8e8e8;
  padding: 15px 30px;
  width: 170px;
  height: 60px;
  font-weight: 600;
  font-size: 18px;
  cursor: pointer;
  border: none;
  overflow: hidden;
  background: linear-gradient(-45deg, #f89b29 0%, #ff0f7b 100%);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.button2 span,
.button2 span::before {
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  pointer-events: none;
  justify-content: center;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.button2 span::before {
  content: "Hello!";
  top: -100%;
}

.button2:before {
  top: 0;
  left: 0;
  border-top: 2px solid #e8e8e8;
  border-left: 2px solid #e8e8e8;
}

.button2:after {
  bottom: 0;
  right: 0;
  border-bottom: 2px solid #e8e8e8;
  border-right: 2px solid #e8e8e8;
}

.button2:after,
.button2:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  pointer-events: none;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.button2:hover {
  box-shadow: 0 0 30px rgba(248, 155, 41, 0.4), 0 0 30px rgba(255, 15, 123, 0.4);
}

.button2:hover:before,
.button2:hover:after {
  width: 100%;
  height: 100%;
}

.button2:hover span {
  top: 100%;
}

.button2:active {
  scale: 0.95;
  box-shadow: 0 0 10px rgba(248, 155, 41, 0.4), 0 0 10px rgba(255, 15, 123, 0.4);
}

.button {
  position: relative;
  text-decoration: none;
  color: #e8e8e8;
  display: flex;
  justify-self: center;
  margin-right: 3vw;
  font-weight: 900;
  width: 150px;
  height: 50px;
  font-size: 18px;
  cursor: pointer;
  border: none;
  overflow: hidden;
  background: rgba(252, 252, 252, 0.2);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.button span,
.button span::before {
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  pointer-events: none;
  /* justify-content: center; */

  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.button span::before {
  content: "+911 XXX XXXX";
  top: -100%;
  color: #fff;
}

.button:before {
  top: 0;
  left: 0;
  border-top: 2px solid #03637d;
  border-left: 2px solid #03637d;
}

.button:after {
  bottom: 0;
  right: 0;
  border-bottom: 2px solid #03637d;
  border-right: 2px solid #03637d;
}

.button:after,
.button:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  pointer-events: none;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.button:hover {
  box-shadow: 0 0 30px rgba(160, 160, 160, 0.4),
    0 0 30px rgba(142, 141, 142, 0.4);
  background-color: #03637d;
}

.button:hover:before,
.button:hover:after {
  width: 100%;
  height: 100%;
}

.button:hover span {
  top: 100%;
}

.button:active {
  scale: 0.95;
  box-shadow: 0 0 10px rgba(254, 253, 250, 0.4),
    0 0 10px rgba(104, 104, 104, 0.4);
}

.popup {
  display: inline-block;
  text-rendering: optimizeLegibility;
  position: relative;
}

.popup input {
  display: none;
}

.burger {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  background: var(--burger-bg);
  width: var(--burger-diameter);
  height: var(--burger-diameter);
  border-radius: var(--burger-btn-border-radius);
  border: none;
  cursor: pointer;
  overflow: hidden;
  transition: var(--burger-transition);
  outline: var(--burger-enable-outline-width) solid transparent;
  outline-offset: 0;
}

.burger span {
  height: var(--burger-line-height);
  width: var(--burger-line-width);
  background: var(--burger-color);
  border-radius: var(--burger-line-border-radius);
  position: absolute;
  transition: var(--burger-line-transition);
}

.burger span:nth-child(1) {
  top: var(--burger-offset);
}

.burger span:nth-child(2) {
  bottom: var(--burger-offset);
}

.burger span:nth-child(3) {
  top: 50%;
  transform: translateY(-50%);
}

.popup-window legend {
  padding: var(--nav-title-padding-y) var(--nav-title-padding-x);
  margin: 0;
  color: var(--nav-title-color);
  font-size: var(--nav-title-size);
  text-transform: uppercase;
}

.popup-window ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.popup-window ul button {
  outline: none;
  width: 100%;
  border: none;
  background: none;
  display: flex;
  align-items: center;
  color: var(--burger-color);
  font-size: var(--nav-button-font-size);
  padding: var(--nav-button-padding-y) var(--nav-button-padding-x);
  white-space: nowrap;
  border-radius: var(--nav-button-border-radius);
  cursor: pointer;
  column-gap: var(--nav-button-distance);
}

.popup-window ul li:nth-child(1) svg,
.popup-window ul li:nth-child(2) svg {
  color: cornflowerblue;
}

.popup-window ul li:nth-child(4) svg,
.popup-window ul li:nth-child(5) svg {
  color: rgb(153, 153, 153);
}

.popup-window ul li:nth-child(7) svg {
  color: red;
}

.popup-window hr {
  margin: var(--underline-margin-y) 0;
  border: none;
  border-bottom: var(--underline-border-width) solid
    var(--underline-border-color);
}

.popup-window ul button:hover,
.popup-window ul button:focus-visible,
.popup-window ul button:hover svg,
.popup-window ul button:focus-visible svg {
  color: var(--nav-button-hover-text-color);
  background: var(--nav-button-hover-bg);
}

.burger:hover {
  transform: scale(var(--burger-hover-scale));
}

.burger:active {
  transform: scale(var(--burger-active-scale));
}

.burger:focus:not(:hover) {
  outline-color: var(--burger-enable-outline-color);
  outline-offset: var(--burger-enable-outline-offset);
}

.popup input:checked + .burger span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.popup input:checked + .burger span:nth-child(2) {
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
}

.popup input:checked + .burger span:nth-child(3) {
  transform: translateX(
    calc(var(--burger-diameter) * -1 - var(--burger-line-width))
  );
}

.popup input:checked ~ nav {
  transform: scale(var(--nav-active-scale));
  visibility: visible;
  opacity: 1;
}
.sticky-button {
  position: fixed;
  bottom: 20px;
  left: 88vw;
  background-color: #39c46c;
  color: white;
  border: none;
  padding: 14px;
  font-size: 20px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s ease;
}

.sticky-button:hover {
  background-color: #128c7e;
}

.sticky-button i {
  font-size: 26px;
}

.cta {
  position: relative;
  margin: auto;
  padding: 12px 18px;
  transition: all 0.2s ease;
  border: none;
  background: none;
  cursor: pointer;
}

.cta:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: 50px;
  background: #b1dae7;
  width: 45px;
  height: 45px;
  transition: all 0.3s ease;
}

.cta span {
  position: relative;
  font-family: "Ubuntu", sans-serif;

  font-weight: 700;
  letter-spacing: 0.05em;
  color: #234567;
}

.cta svg {
  position: relative;
  top: 0;
  margin-left: 10px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #234567;
  stroke-width: 2;
  transform: translateX(-5px);
  transition: all 0.3s ease;
}
#dropdownMenu {
  visibility: hidden;
}

.cta:hover:before {
  width: 100%;
  background: #b1dae7;
}

.cta:hover svg {
  transform: translateX(0);
}

.cta:active {
  transform: scale(0.95);
}

.animated-button {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;

  border: 4px solid;
  border-color: transparent;
  font-size: 16px;
  background-color: inherit;
  border-radius: 100px;
  font-weight: 600;
  color: #1e1e1e;
  box-shadow: 0 0 0 2px #1e1e1e;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button svg {
  position: absolute;
  width: 24px;
  fill: #1e1e1e;
  z-index: 9;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button .arr-1 {
  right: 16px;
}

.animated-button .arr-2 {
  left: -25%;
}

.animated-button .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background-color: #fd8a26;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button .text {
  position: relative;
  z-index: 1;
  transform: translateX(-12px);
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button:hover {
  box-shadow: 0 0 0 12px transparent;
  color: #1e1e1e;
  border-radius: 12px;
}

.animated-button:hover .arr-1 {
  right: -25%;
}

.animated-button:hover .arr-2 {
  left: 16px;
}

.animated-button:hover .text {
  transform: translateX(12px);
}

.animated-button:hover svg {
  fill: #1c160f;
}

.animated-button:active {
  scale: 0.95;
  box-shadow: 0 0 0 4px #fd8a26;
}

.animated-button:hover .circle {
  width: 220px;
  height: 220px;
  opacity: 1;
}

.black-bg-sec {
  background-color: #333; /* Dark background to match the Dubai luxury theme */
  padding: 50px 0;
}

.ecosystem {
  text-align: center;
}

.services-margin {
  margin-bottom: 30px;
}

.features-block {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; 
  margin-top: 25px;
  margin-bottom: 50px;
}

.feature-item {
  background-color: #03637d; /* Matching theme color */
  color: white;
  padding: 25px;
  border-radius: 10px;
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
  width: calc(
    18% - 20px
  ); /* Adjust width with space for left and right margins */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.feature-item i {
  font-size: 40px; /* Large icons for better visibility */
  margin-bottom: 15px;
}

.feature-item h3 {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.h-auto {
  position: relative; /* To position the description box relative to this container */
}

.description-box {
  position: absolute;
  top: 50%; /* Vertically center */
  left: 50%; /* Horizontally center */
  transform: translate(-50%, -50%); /* Adjust for perfect centering */
  text-align: center;
  color: black;
  font-family: 'Cairo', sans-serif; /* For an elegant, modern Arabic look */
}

.description-text {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 15px; /* Space between text and arrow */
  animation: bounce 1.5s ease-in-out infinite;
  
}

.down-arrow {
  font-size: 30px; /* Arrow size */
  color: black;
  animation: bounce 1.5s ease-in-out infinite; /* Smooth bounce effect */
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0); /* Start and end at original position */
  }
  50% {
    transform: translateY(15px); /* Move down at the midpoint */
  }
}

.feature-item {
  flex: 1 1 200px; /* Flex-basis 200px, allowing wrapping */
  max-width: 200px;
  
}

/* whatssapp button  */
.sticky-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #25d366;
  color: white;
  border: none;
  width: 60px;
  height: 60px;
  font-size: 28px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 0 10px #25d366;
  animation: pulseGlow 2s infinite;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  transition: transform 0.3s ease;
}

.sticky-button:hover {
  transform: scale(1.15);
  box-shadow: 0 0 20px #25d366, 0 0 40px #25d366;
}

@keyframes pulseGlow {
  0% {
    box-shadow: 0 0 5px #25d366, 0 0 10px #25d366;
  }
  50% {
    box-shadow: 0 0 20px #25d366, 0 0 40px #25d366;
  }
  100% {
    box-shadow: 0 0 5px #25d366, 0 0 10px #25d366;
  }
}


/* licensing banner  */

   