html {
  scroll-behavior: smooth !important;
}

.demo_btn {
	background-color: #fff !important;
	color: #BE30D2 !important;
	margin-left: 15px !important;
	font-size: 21px !important;
	font-family: system-ui !important;
}

.demo_btn:hover {
	background-color: #BD31D3 !important;
	color: #fff !important; 
}
.zboox{
	z-index: -99999999;
}
.comparison-table {
   margin-top: -100px;
}

.comparison-table table {
   width: 100%;
   border-collapse: collapse;
}

.comparison-table th, .comparison-table td {
   padding: 20px;
   text-align: left;
   border: 2px solid #B53AD7;
}

.short-form {
   margin-top: 30px;
}

.short-form form {
   display: flex;
   flex-direction: column;
   width: 300px;
}

.short-form label {
   margin-top: 10px;
}

.short-form input, .short-form select, .short-form button {
   padding: 8px;
   margin-top: 5px;
}

.short-form button {
   margin-top: 20px;
   background-color: #007bff;
   color: white;
   border: none;
   cursor: pointer;
}

.short-form button:hover {
   background-color: #0056b3;
}
.table_form{
	background-color: #fff;
}
.custom-form {
    width: 450px;
    margin-left: 100px;
    /*margin: 40px auto;*/
    padding: 20px 25px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.custom-table-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.custom-label {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
}

.custom-input,
.custom-select {
    /*padding: 12px;*/
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 14px;
    outline: none;
    transition: 0.3s;
    width: 100%;
}

.custom-input:focus,
.custom-select:focus {
   border-color: #683e9b;
   box-shadow: 0 0 5px rgba(104, 62, 155, 0.3);
}

.custom-submit-btn {
    padding: 12px;
    background: #683e9b;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}

.custom-submit-btn:hover {
    background: #532c7a;
}
.eight-service-text2{
	width: 33.333333%;
    float: right;
    /*padding: 85px 0px 0px 70px;*/
}
.mobile_img {
   width: 30%; 
   float: inline-end;
}
.eg-fold4-steps-section {
    padding: 40px 0;
}

.fold4-steps-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.fold4-steps-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.fold4-step-item {
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
    overflow: hidden;
}

.fold4-step-btn {
    width: 100%;
    text-align: left;
    padding: 25px 20px;
    font-size: 20px;
    background: #f9f9f9;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*color: #993CEA;*/
    background-color: #EDF2F9;
}

.thri_step_send {
   margin-bottom: 18px !important;
}

.how_it_work{
   padding: 45px 0px 110px;
}

.fold4-step-btn:hover {
    background-color: #993CEA;
    color: #fff;
}

.fold4-step-desc {
    display: none;
    padding: 12px 20px;
    background: #fff;
    font-size: 14px;
    line-height: 1.5;
}

.fold4-toggle-icon {
    font-weight: bold;
}

.fold4-steps-cta {
    margin-top: 20px;
}

.fold4-primary-btn,
.fold4-secondary-btn {
   padding: 10px 20px;
   border-radius: 6px;
   margin-right: 10px;
   cursor: pointer;
   color: #fff !important;
}

.fold4-primary-btn {
   background-color: #007bff;
   color: #fff;
   text-decoration: none;
}

.fold4-secondary-btn {
   background-color: #6c757d;
   color: #fff;
   border: none;
}
.comparison_chart {
   margin-top: -80px !important;
   margin-left: -110px !important;
   border-radius: 20px;
}
.blinking-text {
   animation: blinker 2s linear infinite;
   color: #993CEA;
   font-weight: bold;
}

@keyframes blinker {
   80% {
     opacity: 100;
     color: red;
   }
}
.main-header-eight .appheader-content .site-logo {
   margin-right: 125px !important;
}

.main-header-eight .appheader-content .navigation-eight li a {
   display: inline;
   padding: 28px 5px;
   position: relative;
   font-size: 16px !important;
   font-family: sans-serif;
}

/* Glassy + shiny effect */
    .glass-card {
      background: rgba(255, 255, 255, 0.15);
      backdrop-filter: blur(15px);
      border: 1px solid rgba(255, 255, 255, 0.25);
      box-shadow: 0 8px 32px rgba(0,0,0,0.4);
    }

    /* Button shine animation */
    .shiny-btn {
      position: relative;
      overflow: hidden;
    }
    .shiny-btn::before {
      content: "";
      position: absolute;
      top: 0;
      left: -100%;
      width: 100%;
      height: 100%;
      background: linear-gradient(120deg, transparent, rgba(255,255,255,0.6), transparent);
      transition: all 0.5s;
    }
    .shiny-btn:hover::before {
      left: 100%;
    }

    /* Step animation */
    .form-step {
      opacity: 0;
      transform: translateX(50px);
      transition: all 0.5s ease;
      display: none;
    }
    .form-step.active {
      display: block;
      opacity: 1;
      transform: translateX(0);
    }
    .form-step.slide-out-left {
      transform: translateX(-50px);
      opacity: 0;
    }
    .text-gray-200 {
       --tw-text-opacity: 1;
       color: #fff !important;
   }
/* Glassy transparent effect */
.glassy-success {
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(15px);
  border-radius: 25px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.6);
  color: #fff;
  min-height: 350px;   /* Increase height */
}

/* Success Animation */
.success-animate {
  animation: zoomIn 0.6s ease;
}

@keyframes zoomIn {
  from {
    transform: scale(0.7);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

/* Circle checkmark */
.checkmark-circle {
  width: 100px;
  height: 100px;
  position: relative;
}

/* Center background */
.checkmark-circle .background {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #28a745;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.9;
  box-shadow: 0 0 20px rgba(40,167,69,0.9);
}

/* Tick styling */
.checkmark {
  position: relative;
  width: 100%;
  height: 100%;
}
.checkmark.draw:after {
  animation-delay: 300ms;
  animation-duration: 800ms;
  animation-timing-function: ease;
  animation-name: checkmark;
  transform: scaleX(-1) rotate(135deg);
  animation-fill-mode: forwards;
  content: '';
  position: absolute;
  left: 36px;
  top: 18px;
  height: 0;
  width: 0;
  border-right: 6px solid #fff;
  border-top: 6px solid #fff;
}

/* Tick animation */
@keyframes checkmark {
  0% { height: 0; width: 0; opacity: 1; }
  20% { height: 0; width: 30px; opacity: 1; }
  40% { height: 55px; width: 30px; opacity: 1; }
  100% { height: 55px; width: 30px; opacity: 1; }
}

.book-now-btn {
    background: linear-gradient(135deg, #4f46e5, #6366f1); /* gradient color */
    color: #fff;
    padding: 12px 30px;
    font-size: 18px;
    font-weight: 600;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(99, 102, 241, 0.4);
    position: relative;
    overflow: hidden;
}

.book-now-btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transform: skewX(-25deg);
    transition: all 0.5s ease;
}

.book-now-btn:hover::after {
    left: 125%;
}

.book-now-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(99, 102, 241, 0.5);
    color: #fff;
}
/* Hide scrollbar but allow scrolling */
.scrollbar-hide {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;     /* Firefox */
}

.scrollbar-hide::-webkit-scrollbar {
  display: none;             /* Chrome, Safari, Opera */
}
.main-header-eight .appheader-content .navigation-eight {
   padding-top: 20px !important;
}
.main-header-eight .appheader-content .sign-up-btn-eight {
   margin-top: 12px !important;
}
.main-header-eight .appheader-content .h-eight-social {
   padding-top: 15px !important;
}
.main-header-eight .appheader-content .sign-up-btn-eight {
   background: #fff !important;
}
.blink-btn {
  animation: blinkColor 1s infinite;
  border-radius: 0.75rem !important;
  letter-spacing: 0.6px;
}

@keyframes blinkColor {
  0% { background-color: darkorange; color: white; }
  50% { background-color: white; color: darkorange; }
  100% { background-color: darkorange; color: white; }
}
.form-outer {
   background-color: #00000096; 
   padding: 18px; 
   border-radius: 10px; 
   color: aliceblue; 
   width: 450px;
}
.whatsapp-chat {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 9999;
}
/* WhatsApp Button Styling */
.whatsapp-btn {
   display: inline-block;
   background-color: #25D366;
   color: white;
   font-size: 18px;
   font-weight: 600;
   padding: 12px 24px;
   border: none;
   border-radius: 30px;
   text-decoration: none;
   box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
   transition: all 0.3s ease;
}

.whatsapp-btn:hover {
   background-color: #1ebc57;
   color: #fff;
   transform: scale(1.05);
   text-decoration: none;
}

/* Optional: Smooth fade-in for modal content */
.modal-content.glassy-success {
   animation: fadeInUp 0.6s ease;
}

@keyframes fadeInUp {
   from {
      opacity: 0;
      transform: translateY(30px);
   }
   to {
      opacity: 1;
      transform: translateY(0);
   }
}

.whatsapp-chat img {
  width: 70px; /* 🔧 Set your desired width here */
  height: auto; /* Maintain aspect ratio */
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

.whatsapp-chat img:hover {
  transform: scale(1.1);
}

/* Mobile Portrait */
@media only screen and (min-width: 320px) and (max-width: 480px) {
   .demo_btn {
      font-size: 18px !important;
   }
   .mobile_img {
      width: 100%; 
   }
   .comparison_chart {
      margin-top: 0px !important;
      margin-left: 0px !important;
   }
   .comparison-table{
      width: 100%;  /* 10% ko 100% kar diya taaki table properly show ho */
      overflow-x: hidden; /* scroll nahi chahiye */
   }
   .comparison-table table {
      width: 100%;
      border-collapse: collapse;
      font-size: 10px; /* font chhota kiya */
      padding: 4px;
   }
   .comparison-table th,
   .comparison-table td {
      padding: 4px;
      font-size: 10px;
      text-align: center;
      word-break: break-word;
   }
   .comparison-table h2 {
      font-size: 14px;
   }
   .comparison-table .illustration h5 {
      font-size: 12px;
   }
   .eight-service-text2 {
      width: 100%;
   }
   .custom-form {
      width: 100%;
      margin-left: 0px;
   }
   .ei-service-slide-btn {
      background-color: #fff !important;
      border-radius: 5px;
      margin-bottom: 5px !important;
      padding: 5px !important;
   }
   .pricing{
      font-size: 19px !important;
      margin-bottom: 5px !important;
      font-weight: bold;
   }
   .services_provided {
      width: 730px;
      font-size: 28px;
   }
   .services_provided2 {
      width: 330px;
      font-size: 38px;
   }
   .services_provided3 {
      width: 640px;
      font-size: 28px;
   }
   .fold4-steps-cta{
      display: grid;
      text-align: center;
   }
   .fold4-secondary-btn {
      margin-top: 10px;
   }
   .main-header-eight .appheader-content .site-logo {
      margin-right: 80px !important;
   }

   .form-outer {
      background-color: #00000096; 
      padding: 18px; 
      border-radius: 10px; 
      color: aliceblue; 
      width: 100%;
   }
   
}
.eg-multistep-form-section {
  padding: 60px 0;
}

.eg-form-box {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,1);
}

.eg-form-title {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 10px;
}

.eg-form-lead {
  font-size: 15px;
  margin-bottom: 20px;
  color: #555;
}

.eg-form-step {
  display: none;
}
.eg-form-step.active {
  display: block;
  animation: fadeIn 0.4s ease-in-out;
}

.eg-step-title {
  font-size: 20px;
  margin-bottom: 15px;
}

.eg-multistep-form input,
.eg-multistep-form select {
  width: 100%;
  padding: 10px 12px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
}

.eg-next-btn,
.eg-prev-btn,
.eg-submit-btn {
  background: #683e9b;
  color: #fff;
  padding: 10px 18px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s;
}

.eg-next-btn:hover,
.eg-prev-btn:hover,
.eg-submit-btn:hover {
  background: #512d7a;
  color: #fff;
}

.eg-form-nav {
   margin-top: 10px;
  display: flex;
  justify-content: space-between;
}

.eg-checkbox {
  font-size: 14px;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.eg-checkbox input {
  margin-right: 8px;
}

@keyframes fadeIn {
  from {opacity: 0; transform: translateY(10px);}
  to {opacity: 1; transform: translateY(0);}
}

.demo_image {
   width: 77%;
   height: 80%;
   border-radius: 10px;
   margin-left: 15%;
}
.google_img {
   max-width: 45%;
}
/* Force accordion to stay open when Bootstrap adds .show */
.collapse.show {
  display: block !important;
  height: auto !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* Prevent accidental hiding from animations in theme */
.ei-faq-body {
  display: block !important;
  height: auto !important;
  visibility: visible !important;
  opacity: 1 !important;
  transition: none !important; /* remove unwanted fade/slide animation */
}
.blink-btn {
   font-size: 14px !important;
}
.appi-ei-mobile_menu_button {
   top: 14px !important;
}

/* Mobile Landscape to Small Tablet */
@media only screen and (min-width: 481px) and (max-width: 768px) {
    .mobile_img {
      width: 100%; 
   }
   .comparison-table table {
      font-size: 11px;
   }
   .comparison-table th,
   .comparison-table td {
      font-size: 11px;
      padding: 6px;
   }
   .comparison-table h2 {
      font-size: 16px;
   }
   .comparison-table .illustration h5 {
      font-size: 13px;
   }
   .eight-service-text2 {
      width: 100%;
   }
   .custom-form {
      width: 100%;
      margin-left: 0px !important;
   }
   .comparison_chart {
      margin-top: 0px !important;
      margin-left: 0px !important;
   }

}

/* Tablets */
@media only screen and (min-width: 769px) and (max-width: 1024px) {
   .comparison-table table {
      font-size: 12px;
   }
   .form-outer {
   background-color: #00000096; 
   padding: 18px; 
   border-radius: 10px; 
   color: aliceblue; 
   width: 350px;
}
   .comparison-table th,
   .comparison-table td {
      font-size: 12px;
      padding: 7px;
   }
   .comparison-table h2 {
      font-size: 18px;
   }
   .comparison-table .illustration h5 {
      font-size: 14px;
   }
   .custom-form {
      width: 100% !important;
      margin-left: 0px !important;
   }
   .eight-service-section .eight-service-slide {
      width: 66%;
   }
   table th {
      padding: 20px !important;
      font-size: 15px !important;
   }
   table td {
      padding: 20px !important;
      font-size: 15px !important;
   }
   .comparison_chart {
      margin-top: 0px !important;
      margin-left: 0px !important;
   }
}

/* Small Laptops */
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
   .comparison-table table {
      font-size: 13px;
   }
   .comparison-table th,
   .comparison-table td {
      font-size: 13px;
      padding: 8px;
   }
   .comparison-table h2 {
      font-size: 20px;
   }
   .comparison-table .illustration h5 {
      font-size: 15px;
   }
   .custom-form {
      width: 100% !important;
      margin-left: 0px !important;
   }
   .comparison_chart {
      margin-top: 0px !important;
      margin-left: 0px !important;
   }
   
}

