/* Navigation styles consolidated in custom.css to avoid duplication */

.hero-section {
  padding-top: 200px;
  padding-bottom: 140px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .hero-section {
    padding-top: 140px;
    padding-bottom: 0px;
  }
}
.hero-section .hero-bg-img {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 45%;
  height: 100%;
}
@media (max-width: 1850px) {
  .hero-section .hero-bg-img {
    width: 43.5%;
  }
}
@media (max-width: 1699px) {
  .hero-section .hero-bg-img {
    width: 41.5%;
  }
}
@media (max-width: 1564px) {
  .hero-section .hero-bg-img {
    width: 40%;
  }
}
@media (max-width: 1466px) {
  .hero-section .hero-bg-img {
    width: 39%;
  }
}
@media (max-width: 1399px) {
  .hero-section .hero-bg-img {
    width: 46%;
  }
}
@media (max-width: 1299px) {
  .hero-section .hero-bg-img {
    width: 44%;
  }
}
@media (max-width: 1199px) {
  .hero-section .hero-bg-img {
    width: 52.5%;
  }
}
@media (max-width: 991px) {
  .hero-section .hero-bg-img {
    width: 55%;
  }
}
@media (max-width: 768px) {
  .hero-section .hero-bg-img {
    width: 60%;
  }
}
@media (max-width: 575px) {
  .hero-section .hero-bg-img {
    display: none !important;
  }
}
.hero-section .hero-bg-left-img {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0 !important;
  width: 45%;
  height: 100%;
}
@media (max-width: 1850px) {
  .hero-section .hero-bg-left-img {
    width: 43.5%;
  }
}
@media (max-width: 1699px) {
  .hero-section .hero-bg-left-img {
    width: 41.5%;
  }
}
@media (max-width: 1564px) {
  .hero-section .hero-bg-left-img {
    width: 40%;
  }
}
@media (max-width: 1466px) {
  .hero-section .hero-bg-left-img {
    width: 39%;
  }
}
@media (max-width: 1399px) {
  .hero-section .hero-bg-left-img {
    width: 46%;
  }
}
@media (max-width: 1299px) {
  .hero-section .hero-bg-left-img {
    width: 44%;
  }
}
@media (max-width: 1199px) {
  .hero-section .hero-bg-left-img {
    width: 52.5%;
  }
}
@media (max-width: 991px) {
  .hero-section .hero-bg-left-img {
    width: 55%;
  }
}
@media (max-width: 768px) {
  .hero-section .hero-bg-left-img {
    width: 60%;
  }
}
@media (max-width: 575px) {
  .hero-section .hero-bg-left-img {
    display: none !important;
  }
}
.hero-section .main-banner {
  position: absolute;
  z-index: -1;
}
.hero-section .main-banner img {
  width: 100%;
}
@media (max-width: 768px) {
  .hero-section .main-banner img {
    width: 70%;
  }
}
@media (max-width: 575px) {
  .hero-section .main-banner img {
    width: 50%;
  }
}
.hero-section .main-banner.banner-img-1 {
  top: 12%;
  left: 0%;
  animation: movetopbounce 5s linear infinite;
}
.hero-section .main-banner.banner-img-2 {
  top: 20%;
  left: 20%;
  animation: zoom-in 3s linear infinite;
}
.hero-section .main-banner.banner-img-3 {
  top: 14%;
  left: 35%;
  transform: translateY(-10%) translateX(-35%);
  animation: moveleftbounce 5s linear infinite;
}
.hero-section .main-banner.banner-img-4 {
  bottom: 20%;
  left: 8%;
  animation: zoom-in 3s linear infinite;
}
.hero-section .main-banner.banner-img-5 {
  bottom: 15%;
  left: 40%;
  animation: movetopbounce 5s linear infinite;
}
.hero-section .main-banner.banner-img-6 {
  top: 16%;
  right: 10%;
  animation: zoom-in 5s linear infinite;
}
.hero-section .main-banner.banner-img-7 {
  bottom: 15%;
  right: 3%;
  animation: moveleftbounce 5s linear infinite;
}
.hero-section .main-banner.banner-img-8 {
  top: 30%;
  right: 0%;
  text-align: right;
  animation: movetopbounce 5s linear infinite;
}

.zoom-in-zoom-out {
  animation: zoom-in-zoom-out 3s ease-out infinite;
}

.features-section .section-heading h2::after {
  width: 50%;
  left: 0;
}
.features-section .feature-slider .slick-list {
  overflow: visible;
  -webkit-clip-path: inset(-100vw -100vw -100vw 0);
          clip-path: inset(-100vw -100vw -100vw 0);
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .features-section .feature-slider .slick-list {
    padding-bottom: 50px;
  }
}
.features-section .feature-slider .slick-list .feature-card {
  min-height: 319px;
  margin: 0 20px;
  border-radius: 20px;
  padding: 40px 20px;
  box-shadow: none;
}
@media (max-width: 768px) {
  .features-section .feature-slider .slick-list .feature-card {
    margin: 0 10px;
  }
}
.features-section .feature-slider .slick-list .feature-card:hover .card-img {
  background-color: #ffffff;
  border: 1px solid #ff4444;
  box-shadow: none;
}
.features-section .feature-slider .slick-list .feature-card .card-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  min-width: 80px;
  border-radius: 50%;
  border: 1px solid rgba(255, 68, 68, 0.2);
  background-color: rgba(255, 68, 68, 0.1);
  margin-bottom: 25px;
  transition: all 0.3s ease;
}
.features-section .feature-slider .slick-list .feature-card .card-body p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.features-section .feature-slider .slick-arrow {
  top: -103px;
}
@media (max-width: 991px) {
  .features-section .feature-slider .slick-arrow {
    top: -83px;
  }
}
@media (max-width: 575px) {
  .features-section .feature-slider .slick-arrow {
    top: -78px;
  }
}
.features-section .feature-slider .slick-arrow.prev-arrow {
  right: 70px;
}
@media (max-width: 575px) {
  .features-section .feature-slider .slick-arrow.prev-arrow {
    right: 55px;
  }
}
.features-section .feature-slider .slick-arrow.next-arrow {
  right: 0;
}

.modern-interface-section .interface-card .interface-img {
  position: relative;
  max-width: 500px;
  max-height: 300px;
  border-radius: 20px;
  margin: 0 auto;
}
.modern-interface-section .interface-card .interface-img img {
  border-radius: 20px;
  max-width: 500px;
  max-height: 300px;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
.modern-interface-section .interface-card .interface-img:hover::before {
  top: -8px;
  left: -8px;
}
.modern-interface-section .interface-card .interface-img::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 20px;
  border: 2px solid #ff4444;
  top: 8px;
  left: 8px;
  transition: all 0.3s ease;
}
.modern-interface-section .interface-card .card-desc .card-text {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.pricing-plan-section .pricing-slider .slick-list {
  padding: 0 !important;
  margin: 0;
}
.pricing-plan-section .pricing-slider .pricing-card {
  max-width: 400px;
  margin: 0px 20px;
  border: 1px solid #d8d8d8;
  border-radius: 42px 42px 42px 42px;
  box-shadow: none;
  animation: slideInFromTop 0.5s ease-out;
}
@keyframes slideInFromTop {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 1199px) {
  .pricing-plan-section .pricing-slider .pricing-card {
    margin: 0 15px;
  }
}
@media (max-width: 768px) {
  .pricing-plan-section .pricing-slider .pricing-card {
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .pricing-plan-section .pricing-slider .pricing-card {
    padding: 30px 20px;
  }
}
@media (max-width: 460px) {
  .pricing-plan-section .pricing-slider .pricing-card {
    margin: 0 10px;
  }
}
.pricing-plan-section .pricing-slider .pricing-card .card-title {
  font-size: 28px;
}
@media (max-width: 575px) {
  .pricing-plan-section .pricing-slider .pricing-card .card-title {
    font-size: 24px;
  }
}
.pricing-plan-section .pricing-slider .pricing-card .price {
  font-size: 40px;
}
@media (max-width: 575px) {
  .pricing-plan-section .pricing-slider .pricing-card .price {
    font-size: 30px;
  }
}
.pricing-plan-section .pricing-slider .pricing-card .pricing-plan-list {
  min-height: 477px;
  height: 100%;
}
.pricing-plan-section .pricing-slider .pricing-card .pricing-plan-list li {
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  .pricing-plan-section .pricing-slider .pricing-card .pricing-plan-list li {
    font-size: 15px;
  }
}
.pricing-plan-section .pricing-slider .pricing-card .pricing-plan-list li:last-child {
  margin-bottom: 0;
}
.pricing-plan-section .pricing-slider .pricing-card .pricing-plan-list li.active-check .check-box {
  color: #ff4444;
  font-size: 18px !important;
}
@media (max-width: 575px) {
  .pricing-plan-section .pricing-slider .pricing-card .pricing-plan-list li.active-check .check-box {
    font-size: 16px !important;
  }
}
.pricing-plan-section .pricing-slider .pricing-card .pricing-plan-list li.unactive-check {
  color: #99999a;
}
.pricing-plan-section .pricing-slider .pricing-card .pricing-plan-list li.unactive-check .check-box {
  color: #99999a;
  font-size: 18px !important;
}
@media (max-width: 575px) {
  .pricing-plan-section .pricing-slider .pricing-card .pricing-plan-list li.unactive-check .check-box {
    font-size: 16px !important;
  }
}
.pricing-plan-section .pricing-slider .pricing-card .pricing-plan-list li .check-box {
  width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: 50%;
  font-size: 14px;
  margin-right: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .pricing-plan-section .pricing-slider .pricing-card .pricing-plan-list li .check-box {
    margin-right: 15px;
  }
}
.pricing-plan-section .pricing-slider .pricing-card .btn-gray {
  font-size: 20px;
  max-width: 240px;
  height: 60px;
  width: 100%;
}
.pricing-plan-section .pricing-slider .pricing-card .trial-plan-lable {
  display: flex;
  justify-content: end;
  align-items: flex-end;
  padding-right: 0px !important;
  position: absolute;
  right: 0;
  top: 0;
}
.pricing-plan-section .pricing-slider .pricing-card .trial-plan-lable span {
  background-color: #3f3d5a;
  border-radius: 0px 42px 0px 42px;
  color: white;
}
.pricing-plan-section .pricing-slider .pricing-card .pricing-card-body {
  padding: 30px !important;
}
.pricing-plan-section .pricing-slider .slick-current .pricing-card {
  border: 2px solid rgba(255, 68, 68, 0.2);
  background-color: rgba(255, 68, 68, 0.1);
}
.pricing-plan-section .pricing-slider .slick-current .pricing-card .card-title {
  color: #ffffff !important;
}
.pricing-plan-section .pricing-slider .slick-current .pricing-card .price {
  color: #ff4444;
}
.pricing-plan-section .pricing-slider .slick-current .pricing-card .btn-gray {
  background-color: #ff4444;
  color: #ffffff;
}
.pricing-plan-section .pricing-slider .slick-dots {
  position: relative;
  bottom: -30px;
}
.pricing-plan-section .pricing-slider .slick-dots li {
  margin: 0;
}
.pricing-plan-section .pricing-slider .slick-dots li button {
  padding: 0;
}
.pricing-plan-section .pricing-slider .slick-dots li button:before {
  font-size: 30px;
  opacity: 1;
  color: #d8d8d8;
}
.pricing-plan-section .pricing-slider .slick-dots li.slick-active button:before {
  color: #ff4444;
}

.testimonial-section .testimonial-slider .testimonial-card {
  position: relative;
  padding: 40px 80px 80px 80px;
  background-color: #ffffff;
  border-radius: 20px;
  margin: 50px 30px;
  border-bottom: 5px solid #ff4444;
  border-right: 5px solid #ff4444;
}
@media (max-width: 991px) {
  .testimonial-section .testimonial-slider .testimonial-card {
    padding: 40px 60px 60px 60px;
  }
}
@media (max-width: 768px) {
  .testimonial-section .testimonial-slider .testimonial-card {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .testimonial-section .testimonial-slider .testimonial-card {
    padding: 30px;
  }
}
.testimonial-section .testimonial-slider .testimonial-card .quote-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 110px;
  min-width: 110px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 10px solid rgba(255, 68, 68, 0.2);
  position: absolute;
  left: -20px;
  top: -50px;
}
@media (max-width: 991px) {
  .testimonial-section .testimonial-slider .testimonial-card .quote-img {
    width: 90px;
    height: 90px;
    min-width: 90px;
  }
}
@media (max-width: 575px) {
  .testimonial-section .testimonial-slider .testimonial-card .quote-img {
    width: 75px;
    height: 75px;
    min-width: 75px;
  }
}
@media (max-width: 991px) {
  .testimonial-section .testimonial-slider .testimonial-card .quote-img img {
    width: 60%;
  }
}
@media (max-width: 575px) {
  .testimonial-section .testimonial-slider .testimonial-card .quote-img img {
    width: 50%;
  }
}
.testimonial-section .testimonial-slider .testimonial-card .profile-img {
  width: 120px;
  height: 120px;
  min-width: 120px;
  border-radius: 50%;
  border: 5px solid #ff4444;
  position: absolute;
  bottom: -50px;
  right: -25px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .testimonial-section .testimonial-slider .testimonial-card .profile-img {
    width: 100px;
    height: 100px;
    min-width: 100px;
  }
}
@media (max-width: 575px) {
  .testimonial-section .testimonial-slider .testimonial-card .profile-img {
    width: 80px;
    height: 80px;
    min-width: 80px;
  }
}
.testimonial-section .testimonial-slider .testimonial-card .profile-desc {
  position: relative;
}
.testimonial-section .testimonial-slider .testimonial-card .profile-desc::after {
  position: absolute;
  content: "";
  max-width: 200px;
  width: 100%;
  height: 1px;
  background-color: #d8d8d8;
}
@media (max-width: 375px) {
  .testimonial-section .testimonial-slider .testimonial-card .profile-desc::after {
    max-width: 150px;
  }
}
.testimonial-section .testimonial-slider .testimonial-card .profile-text {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 575px) {
  .testimonial-section .testimonial-slider .testimonial-card .profile-text {
    font-size: 15px;
  }
}
.testimonial-section .testimonial-slider .slick-arrow {
  bottom: 0px;
}
.testimonial-section .testimonial-slider .slick-arrow.prev-arrow {
  right: 53%;
}
.testimonial-section .testimonial-slider .slick-arrow.next-arrow {
  position: relative;
  left: 51%;
}

.contact-section .contact-img {
  max-width: 530px;
  margin: 0 auto;
  position: relative;
}
.contact-section .contact-form {
  border: 1px solid #d8d8d8;
  border-radius: 20px;
  padding: 40px;
}
@media (max-width: 575px) {
  .contact-section .contact-form {
    padding: 25px;
  }
}
.contact-section .contact-form .submit-btn {
  max-width: 340px;
  height: 60px;
}

.contact-section {
  background-size: cover;
  display: block;
}
.contact-section .contact-info__block {
  margin-bottom: 60px;
}
@media (max-width: 575px) {
  .contact-section .contact-info__block {
    margin-bottom: 30px;
  }
}
.contact-section .contact-info__contact-label {
  font-size: 1.25rem;
}
@media (max-width: 480px) {
  .contact-section .contact-info__contact-label {
    font-size: 1.125rem;
  }
}
.contact-section .contact-icon {
  min-width: 60px;
  width: 60px;
  height: 60px;
  margin-right: 20px;
}
.contact-section .icon-purpul {
  color: #ff4444 !important;
}
.contact-section .address-text {
  width: 60% !important;
}

.banner-section {
  overflow: hidden;
  height: 300px !important;
  z-index: 1000 !important;
  position: fixed !important;
  width: 100%;
  bottom: 0px !important;
  box-shadow: none;
}
.banner-section .main-banner {
  position: absolute;
  z-index: -1;
}
.banner-section .main-banner img {
  width: 100%;
}
@media (max-width: 768px) {
  .banner-section .main-banner img {
    width: 70%;
  }
}
@media (max-width: 575px) {
  .banner-section .main-banner img {
    width: 50%;
  }
}
.banner-section .main-banner.left-curve-1 {
  right: 86% !important;
}
.banner-section .main-banner.left-curve2 {
  top: 0px !important;
  right: 84% !important;
  z-index: -1;
}
.banner-section .main-banner.square-1 {
  top: 29% !important;
  left: 11% !important;
}
.banner-section .main-banner.right-curve1 {
  left: 84%;
}
.banner-section .main-banner.right-curve-2 {
  left: 82% !important;
  bottom: 0px !important;
}
.banner-section .main-banner.banner-img-3 {
  top: 14%;
  left: 35%;
}
.banner-section .main-banner.square-2 {
  bottom: 6% !important;
  left: 35% !important;
}
.banner-section .main-banner.banner-img-4 {
  bottom: 20%;
  left: 8%;
}
.banner-section .main-banner.group-dot {
  left: 20%;
  top: 77%;
}
.banner-section .main-banner.squre-img {
  top: 7%;
  right: 35%;
  animation: movetopbounce 5s linear infinite;
}
.banner-section .main-banner.round-1 {
  bottom: 15%;
  right: 30%;
  animation: zoom-in 5s linear infinite;
}
.banner-section .main-banner.group-dot-2 {
  top: 35%;
  right: 17%;
  animation: moveleftbounce 5s linear infinite;
}
.banner-section .main-banner.triangel-img {
  top: 42%;
  right: 7%;
  animation: moveleftbounce 5s linear infinite;
}
.banner-section .main-banner.close-btn {
  top: 5%;
  right: 1%;
  background: transparent !important;
  font-size: 22px;
}
.banner-section .act-now {
  width: 40% !important;
}
.banner-section .demo {
  position: sticky !important;
  top: 40%;
  z-index: 10;
  background: #2a2a2a;
}

.vcard-section {
  margin-bottom: -70px;
}

.center-slider .slick-slide {
  border-radius: 20px;
  overflow: hidden;
  height: 600px;
  margin: 0 10px;
  transform: scale(0.8);
  transition: all 0.4s ease-in-out;
}

.center-slider .slick-slide {
  transform: scale(0.8, 0.8);
  transition: all 0.4s ease-in-out;
  opacity: 0.5;
}

.center-slider .slick-current.slick-active {
  transform: scale(1);
  border-radius: 20px;
  overflow: hidden;
  opacity: 1;
}
.center-slider .slick-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  border-radius: 50%;
  color: #ffffff;
  background-color: #2a2a2a;
  border: 1px solid #3a3a3a;
  position: absolute;
  z-index: 5;
  box-shadow: none;
  font-size: 20px;
  transition: all 0.3s ease;
}

.center-slider .slick-arrow:hover {
  background-color: #ff4444;
  color: #ffffff;
  transform: scale(1.1);
}
@media (max-width: 480px) {
  .center-slider .slick-arrow {
    width: 40px;
    height: 40px;
    min-width: 40px;
    font-size: 18px;
  }
}
.center-slider .next-arrow {
  top: 45%;
  right: 25px;
}
@media (max-width: 991px) {
  .center-slider .next-arrow {
    right: 15px;
  }
}
@media (max-width: 480px) {
  .center-slider .next-arrow {
    right: 10px;
  }
}
.center-slider .prev-arrow {
  top: 45%;
  left: 25px;
}
@media (max-width: 991px) {
  .center-slider .prev-arrow {
    left: 15px;
  }
}
@media (max-width: 480px) {
  .center-slider .prev-arrow {
    left: 10px;
  }
}
.center-slider .slick-current.slick-active + .slick-active {
  transform: scale(0.9);
  opacity: 0.8;
}
.center-slider .slick-active:has(+ .slick-current) {
  transform: scale(0.9);
  opacity: 0.8;
}

.footer-section {
  height: 450px;
}
@media (max-width: 575px) {
  .footer-section {
    height: 520px;
  }
}
@media (max-width: 380px) {
  .footer-section {
    height: 560px;
  }
}
.footer-section .app-name {
  font-weight: 500;
}
@media (max-width: 320px) {
  .footer-section .google-play-img {
    margin-bottom: 5px;
  }
}

.show-plan-features,
.less-plan-features {
  margin-bottom: -48px !important;
}

.show-plan-icon-btn,
.less-plan-icon-btn {
  color: #ff4444;
  font-size: 30px !important;
  background-color: #ffffff;
  border-radius: 50% !important;
}

.home1-rtl .text-end {
  text-align: left !important;
}
@media (min-width: 1200px) {
  .home1-rtl .pe-xl-5 {
    padding-left: 3rem !important;
    padding-right: 0 !important;
  }
  .home1-rtl .me-xl-5 {
    margin-left: 3rem !important;
    margin-right: 0 !important;
  }
}
@media (min-width: 992px) {
  .home1-rtl .text-lg-end {
    text-align: left !important;
  }
  .home1-rtl .text-lg-start {
    text-align: right !important;
  }
}
@media (min-width: 768px) {
  .home1-rtl .text-md-start {
    text-align: right !important;
  }
}
@media (min-width: 576px) {
  .home1-rtl .text-sm-end {
    text-align: left !important;
  }
}
.home1-rtl .text-start {
  text-align: right !important;
}
.home1-rtl .me-1 {
  margin-left: 0.25rem !important;
}
.home1-rtl footer .email .subscribe-btn {
  right: auto;
  left: 10px;
}
.home1-rtl footer .email input {
  padding: 20px 20px 20px 162px;
}
.home1-rtl .modern-interface-section .interface-card .interface-img::before {
  bottom: auto;
  top: -8px;
  left: -8px;
  right: auto;
}
.home1-rtl .modern-interface-section .interface-card .interface-img:hover::before {
  bottom: -8px;
  top: auto;
  left: auto;
  right: -8px;
}
.home1-rtl .contact-section .contact-icon {
  margin-left: 20px;
  margin-right: 0;
}
.home1-rtl .section-heading h2::after {
  left: auto;
  right: 6%;
}
.home1-rtl .hero-content {
  text-align: right !important;
}
.home1-rtl .hero-bg-img {
  left: 0;
  right: auto;
  transform: rotateY(180deg);
}
.home1-rtl .banner-img-1 {
  top: 20%;
  right: 0% !important;
  left: auto !important;
  animation: movetopbounce 5s linear infinite;
}
.home1-rtl .banner-img-1 img {
  transform: rotateY(180deg);
}
.home1-rtl .banner-img-2 {
  top: 20%;
  right: 20% !important;
  left: auto !important;
  animation: zoom-in 3s linear infinite;
}
.home1-rtl .banner-img-3 {
  top: 14%;
  right: 35% !important;
  left: auto !important;
  transform: translateY(-10%) translateX(-35%);
  animation: moveleftbounce 5s linear infinite;
}
.home1-rtl .banner-img-4 {
  bottom: 12%;
  right: 8% !important;
  left: auto !important;
  animation: zoom-in 3s linear infinite;
}
.home1-rtl .banner-img-5 {
  bottom: 15%;
  right: 40% !important;
  left: auto !important;
  animation: movetopbounce 5s linear infinite;
}
.home1-rtl .banner-img-6 {
  top: 16%;
  left: 10% !important;
  right: auto !important;
  animation: zoom-in 5s linear infinite;
}
.home1-rtl .banner-img-7 {
  bottom: 15%;
  left: 3% !important;
  right: auto !important;
  animation: moveleftbounce 5s linear infinite;
}
.home1-rtl .banner-img-8 {
  top: 30%;
  left: 0% !important;
  right: auto !important;
  text-align: right;
  animation: movetopbounce 5s linear infinite;
}
.home1-rtl .features-section .feature-slider .slick-arrow.prev-arrow {
  left: 70px !important;
  right: auto !important;
}
@media (max-width: 575px) {
  .home1-rtl .features-section .feature-slider .slick-arrow.prev-arrow {
    left: 55px !important;
    right: auto !important;
  }
}
.home1-rtl .features-section .feature-slider .slick-arrow.next-arrow {
  left: 0 !important;
  right: auto !important;
}

/* ===== PREMIUM RED/BLACK THEME ===== */

/* Body and general premium theme */
body {
  background: linear-gradient(135deg, #000000 0%, #0a0a0a 50%, #1a1a1a 100%);
  color: #f5f5f5;
  font-family: 'Inter', 'Segoe UI', system-ui, -apple-system, sans-serif;
}

/* Header premium theme */
.header {
  background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
  border-bottom: 1px solid #333333;
  box-shadow: none;
  backdrop-filter: blur(10px);
}

/* Hero section dark theme */
.hero-section {
  background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
}

/* Features section dark theme */
.features-section {
  background-color: #1a1a1a;
}

.features-section .feature-card {
  background-color: #2a2a2a;
  border: 1px solid #3a3a3a;
}

.features-section .feature-card .card-body h3 {
  color: #ffffff;
}

.features-section .feature-card .card-body p {
  color: #cccccc;
}

/* Modern interface section dark theme */
.modern-interface-section {
  background-color: #1a1a1a;
}

.modern-interface-section .interface-card {
  background-color: #2a2a2a;
  border: 1px solid #3a3a3a;
}

.modern-interface-section .interface-card .card-desc h3 {
  color: #ffffff;
}

.modern-interface-section .interface-card .card-desc .card-text {
  color: #cccccc;
}

/* Pricing section dark theme */
.pricing-plan-section {
  background-color: #1a1a1a;
}

.pricing-plan-section .pricing-card {
  background-color: #2a2a2a;
  border: 1px solid #3a3a3a;
}

.pricing-plan-section .pricing-card .card-title {
  color: #ffffff;
}

.pricing-plan-section .pricing-card .price {
  color: #ffffff;
}

.pricing-plan-section .pricing-card .pricing-plan-list li {
  color: #cccccc;
}

/* Testimonial section dark theme */
.testimonial-section {
  background-color: #1a1a1a;
}

.testimonial-section .testimonial-card {
  background-color: #2a2a2a;
  border: 1px solid #3a3a3a;
}

.testimonial-section .testimonial-card .profile-text {
  color: #ffffff;
}

.testimonial-section .testimonial-card .profile-desc {
  color: #cccccc;
}

/* Contact section dark theme */
.contact-section {
  background-color: #1a1a1a;
}

.contact-section .contact-form {
  background-color: #2a2a2a;
  border: 1px solid #3a3a3a;
}

.contact-section .contact-form input,
.contact-section .contact-form textarea {
  background-color: #1a1a1a;
  border: 1px solid #3a3a3a;
  color: #ffffff;
}

.contact-section .contact-form input::placeholder,
.contact-section .contact-form textarea::placeholder {
  color: #999999;
}

.contact-section .contact-info__contact-label {
  color: #cccccc;
}

/* Banner section dark theme */
.banner-section {
  background-color: #1a1a1a;
}

/* Footer section dark theme */
.footer-section {
  background-color: #1a1a1a;
  border-top: 1px solid #3a3a3a;
}

/* Section headings dark theme */
.section-heading h2 {
  color: #ffffff;
}

.section-heading h2::after {
  background: linear-gradient(135deg, #ff4444 0%, #ff6666 100%);
}

/* Buttons dark theme */
.btn {
  border: none;
  transition: all 0.3s ease;
}

.btn:focus {
  box-shadow: none;
}

/* Form elements dark theme */
.form-control,
.form-select {
  background-color: #2a2a2a;
  border: 1px solid #3a3a3a;
  color: #ffffff;
}

.form-control:focus,
.form-select:focus {
  background-color: #2a2a2a;
  border-color: #ff4444;
  color: #ffffff;
  box-shadow: none;
}

.form-control::placeholder {
  color: #999999;
}

/* Links premium theme */
a {
  color: #ff4444;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
}

a:hover {
  color: #ff6666;
  text-shadow: none;
}

/* Icons premium theme */
.icon-purpul {
  color: #ff4444;
}

/* Text colors for premium theme */
.text-dark {
  color: #f5f5f5 !important;
}

.text-gray-100 {
  color: #cccccc !important;
}

.text-gray-200 {
  color: #bbbbbb !important;
}

.text-gray-300 {
  color: #aaaaaa !important;
}

.text-gray-400 {
  color: #999999 !important;
}

/* Background colors for dark theme */
.bg-light {
  background-color: #1a1a1a !important;
}

.bg-white {
  background-color: #2a2a2a !important;
}

/* Cards dark theme */
.card {
  background-color: #2a2a2a;
  border: 1px solid #3a3a3a;
}

/* Dropdown dark theme */
.dropdown-menu {
  background-color: #2a2a2a;
  border: 1px solid #3a3a3a;
}

.dropdown-item {
  color: #ffffff;
}

.dropdown-item:hover {
  background-color: #3a3a3a;
  color: #BC4AFE;
}

/* Modal dark theme */
.modal-content {
  background-color: #2a2a2a;
  border: 1px solid #3a3a3a;
}

.modal-header {
  border-bottom: 1px solid #3a3a3a;
}

.modal-footer {
  border-top: 1px solid #3a3a3a;
}

.modal-title {
  color: #ffffff;
}

/* Alert dark theme */
.alert {
  background-color: #2a2a2a;
  border: 1px solid #3a3a3a;
  color: #ffffff;
}

.alert-danger {
  background-color: #3a1a1a;
  border-color: #ff4444;
  color: #ffaaaa;
}

.alert-success {
  background-color: #1a3a1a;
  border-color: #44ff44;
  color: #aaffaa;
}

/* Table dark theme */
.table {
  color: #ffffff;
}

.table th {
  background-color: #3a3a3a;
  border-color: #4a4a4a;
  color: #ffffff;
}

.table td {
  border-color: #4a4a4a;
  color: #cccccc;
}

/* List group dark theme */
.list-group-item {
  background-color: #2a2a2a;
  border-color: #3a3a3a;
  color: #ffffff;
}

/* Badge dark theme */
.badge {
  background-color: #3a3a3a;
  color: #ffffff;
}

/* Progress bar dark theme */
.progress {
  background-color: #2a2a2a;
}

.progress-bar {
  background-color: #ff4444;
}

/* Tooltip dark theme */
.tooltip-inner {
  background-color: #2a2a2a;
  color: #ffffff;
}

.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: #2a2a2a;
}

/* Popover dark theme */
.popover {
  background-color: #2a2a2a;
  border-color: #3a3a3a;
}

.popover-header {
  background-color: #3a3a3a;
  border-bottom-color: #4a4a4a;
  color: #ffffff;
}

.popover-body {
  color: #cccccc;
}

/* Breadcrumb dark theme */
.breadcrumb-item + .breadcrumb-item::before {
  color: #cccccc;
}

.breadcrumb-item a {
  color: #BC4AFE;
}

.breadcrumb-item.active {
  color: #cccccc;
}

/* Pagination dark theme */
.page-link {
  background-color: #2a2a2a;
  border-color: #3a3a3a;
  color: #ffffff;
}

.page-link:hover {
  background-color: #3a3a3a;
  border-color: #ff4444;
  color: #BC4AFE;
}

.page-item.active .page-link {
  background-color: #ff4444;
  border-color: #ff4444;
  color: #ffffff;
}

.page-item.disabled .page-link {
  background-color: #1a1a1a;
  border-color: #3a3a3a;
  color: #666666;
}

/* Slick slider dark theme */
.slick-dots li button:before {
  color: #cccccc;
}

.slick-dots li.slick-active button:before {
  color: #BC4AFE;
}

/* Animation for smooth transitions */
* {
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

/* Focus states for accessibility */
*:focus {
  outline: 2px solid #BC4AFE;
  outline-offset: 2px;
}

/* Hover effects for interactive elements */
.btn:hover,
.nav-link:hover,
.dropdown-item:hover {
  transform: translateY(-1px);
}

/* Professional shadows for depth */
.card,
.modal-content,
.dropdown-menu {
  box-shadow: none;
}

/* Gradient backgrounds for sections */
.hero-section,
.features-section,
.modern-interface-section,
.pricing-plan-section,
.testimonial-section,
.contact-section {
  background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
}
