/* Custom styles - extend as needed */
* {
  transition: all 0.2s ease;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-track {
  background: #f1f5f9;
}
::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
  background: #94a3b8;
}
audio, canvas, embed, iframe, img, object, svg, video,p img {
    display: inline-block !important;

}
body {
  font-family: "Roboto", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #1e293b;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", ui-sans-serif, system-ui, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: #0f172a;
}

h2 {
  font-size: 2.25rem;
  margin-bottom: 1rem;
}

p {
  line-height: 1.6;
}
.ltr{display: inline-block;direction: ltr}
.text-gradient-red {
  background: linear-gradient(90deg, #ef4444 0%, #b91c1c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-overlay {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5));
}

.card-hover-effect {
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.card-hover-effect:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.section-divider {
  width: 60px;
  height: 4px;
  background-color: #ef4444;
  margin: 1.5rem auto;
  border-radius: 2px;
}

.glass-nav {
  backdrop-filter: blur(8px);
  background-color: rgba(255, 255, 255, 0.9);
}

.footer-gradient {
  background: linear-gradient(180deg, #1e293b 0%, #0f172a 100%);
}

.mobile-app-gradient {
  background: linear-gradient(135deg, #ef4444 0%, #991b1b 100%);
}

.logo-grid-item {
  filter: grayscale(100%);
  opacity: 0.7;
  transition: all 0.3s ease;
}

.logo-grid-item.has-desc {
    filter: grayscale(0%);
    opacity: 1;
}
.logo-grid-item.has-desc:hover {

  transform: scale(1.05);
}
.logo-grid-item:not(.has-desc) {
    pointer-events: none !important;
}
.owl-carousel .owl-nav div {
    background: transparent;
    height: 50px;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 50px;
    color: #454a4f;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    line-height: 50px;
    left: 0;
}
.owl-carousel .owl-nav div i{font-size: 50px;}
.owl-carousel .owl-nav div:hover {background: #f3f4f6}
.owl-carousel .owl-nav div.owl-next {
    left: auto;
    right: 0;
}
.owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    width: 100%;
    bottom: 0;
}
.owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}
.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
    background: #869791;
}
.owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.owl-dots .owl-dot.active span {background: #ed1c24;width: 50px}
.slicknav_btn {
    top: -18px;
}
html[dir="rtl"] .slicknav_btn{
    right: auto;
    left: 5px;
    position: absolute;
}
html[dir="rtl"] .slicknav_nav {margin-top: 50px}
.slicknav_icon-bar {
    background: #231f20 !important;
}
.slicknav_nav a:hover{
    background: #ed1c24;
    color: #fff;
}
@media (max-width: 768px) {
  h2 {
    font-size: 1.75rem;
  }
}
