  a:hover {
      /*color: #0e1740;*/
      text-decoration: none !important;
  }

  .gradient-text {
      font-size: 20px;
      font-weight: bold;
      line-height: 50px;
      background: linear-gradient(45deg, #0e1740, #5e59f1);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
  }

  .cursor-icon {
      color: #ff8c00;
      font-size: 1.5rem;
  }

  .click-text {
      font-weight: bold;
      color: #007bff;
      transition: color 0.3s ease;
  }

  .click-text:hover {
      color: #ff0055;
      text-decoration: underline;
  }


  @media screen and (max-width: 586px) {

      .gradient-text {
          font-size: 25px !important;
          line-height: 45px;
      }

      .textadd {
          font-size: 25px;
      }

      .modal-title {
          font-size: 18px !important;
      }

      .info-box {
          font-size: 13px !important;
      }

      .accept-terms {
          font-size: 13px !important;
      }

      .continue-btn {
          font-size: 13px !important;
      }

      .hindimaintext {
          font-size: 22px !important;
      }
  }

  .card {
      height: auto;
      display: flex;
      flex-direction: column;
      align-items: center;
      background-color: white;
      border-radius: 20px;
      padding: 15px;
      gap: 10px;
      border: 2px solid transparent;
      transition: all 0.3s ease-in-out;
      cursor: pointer;
  }

  .card:hover {
      box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  }

  .card>.image {
      width: 70px;
      height: 70px;
      transition: all 0.1s ease-in-out;
  }

  .card>.number-h1 {
      font-size: 15px;
      font-weight: bold;
      padding: 5px 7px;
      border-radius: 10px;
      color: white;
      background-color: #5e59f1;
  }

  .card>.h1 {
      font-size: 20px;
      font-weight: bold;
      text-align: center;
  }

  .card>.p {
      color: #9e9da1;
      font-size: 14px;
      text-align: justify;
      text-align-last: left;
      word-spacing: -0.5px;
  }

  .textadd {
      font-size: 25px;
  }

  @media only screen and (min-width:786px) {

      .hero-grid {
          margin-top: -60px !important;
      }

      .leftside {
          margin-left: 50px;
      }
  }

  body {
      /*overflow-anchor: none;*/
  }

  .modal-content {
      background-color: #fff;
      margin: auto;
      padding: 30px;
      border-radius: 12px;
      max-width: 600px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);

  }

  .close {
      color: #5e59f1;
      font-size: 28px;
      font-weight: bold;
      cursor: pointer;
      float: right;
      transition: all 0.3s ease;
  }

  .close:hover {
      color: #e11d48;
  }

  .modal-title {
      text-align: center;
      color: #5e59f1;
      margin-bottom: 25px;
      font-size: 1.3em;
  }

  .info-box {
      background: #fffbe6;
      border-left: 6px solid #f59e0b;
      padding: 20px;
      border-radius: 10px;
      margin-bottom: 25px;
  }

  .info-title {
      font-size: 1.2em;
      color: #333;
  }

  .info-description {
      margin-top: 8px;
      line-height: 1.6;
      font-size: 1em;
      color: #555;
  }

  .benefits-title {
      font-weight: bold;
      margin-top: 12px;
      color: #333;
  }

  .benefits-list {

      list-style-type: none;
      padding: 0;
  }

  .benefits-list li {
      font-size: 1em;
      line-height: 1.8;
      color: #555;
  }

  .important-note {
      background: #deffce;
      border-left: 5px solid rgb(166 203 24);
      padding: 10px;
      border-radius: 8px;
      margin-bottom: 20px;
      font-size: 12px;
      line-height: 1.6;
  }

  .accept-terms {

      align-items: center;
      gap: 15px;
      margin-bottom: 20px;
  }

  .checkbox {
      cursor: pointer;
      margin-top: 5px;
      border-radius: 10px;
      outline: none;
      border: 2px solid #5e59f1;
      background-color: #f0f4ff;
  }

  .checkbox-label {
      font-size: 1em;
      line-height: 1.6;
  }

  .terms-link {
      color: #5e59f1;
      text-decoration: underline;
      font-weight: 600;
  }

  .terms-link:hover {
      color: #3b57e5;
  }

  .continue-btn {
      width: 100%;
      background-color: #5e59f1;
      color: white;
      font-size: 1.2em;
      border: none;
      border-radius: 8px;
      cursor: pointer;
      transition: background-color 0.3s ease;
  }

  .continue-btn:hover {
      background-color: #4c4bd2;
  }

  .continue-btn i {
      margin-right: 10px;
  }

  .popup {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      justify-content: center;
      align-items: center;
      overflow-y: auto;

  }

  .popup-content {
      z-index: 99999999;
      padding: 20px;
      border-radius: 8px;
      text-align: center;
      max-width: 350px;
      width: 80%;
      position: relative;
      top: -25px;
  }

  .popup-image {
      max-width: 100%;
      height: auto;
      margin-bottom: 15px;
      z-index: 99999999;
  }

  .popup .close-btn {
      position: absolute;
      top: -10px;
      right: -10px;
      background-color: #0e1740;
      border: none;
      border-radius: 50%;
      font-size: 20px;
      color: white;
      cursor: pointer;
      width: 35px;
      height: 35px;
      padding: 5px;
  }

  .popup .close-btn:hover {
      background-color: #5e59f1;
  }

  @media screen and (max-width: 600px) {
      .popup-content {
          width: 90%;
      }
  }

  @media screen and (max-width: 739px) {
      .property-types-grid {
          grid-column-gap: 16px;
          grid-row-gap: 16px;
          grid-template-columns: 1fr 1fr !important;
      }

      .card>.h1 {
          font-size: 17px;
      }
  }

  @media screen and (max-width: 500px) {
      .cal {
          font-size: 11px !important;
      }
  }

  @media screen and (min-width: 740px) and (max-width: 991px) {
      .property-types-grid {
          grid-template-columns: 1fr 1fr 1fr 1fr !important;
      }

      .card>.h1 {
          font-size: 18px;
      }
  }

  .diagonal-strike {
      position: relative;
      display: inline-block;
      color: red;
      font-size: 17px;
  }

  .diagonal-strike::after {
      content: "";
      position: absolute;
      top: 40%;
      left: 0;
      width: 100%;
      height: 1.5px;
      background-color: red;
      transform: rotate(180deg);
      transform-origin: center;
  }

  /*.card {*/
  /*    height: 180px !important;*/
  /*}*/

  .modal {
      position: fixed;
      z-index: 9999;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.6);
      padding: 15px;
  }

  .close {
      position: absolute;
      right: 15px;
      top: 10px;
      font-size: 24px;
      font-weight: bold;
      cursor: pointer;
  }

  .view,
  .breakup {
      width: 50%;
  }

  .details input {
      width: 100%;
  }

  /*.detail {*/
  /*    display: flex;*/
  /*    justify-content: space-between;*/
  /*}*/

  input[type="range"] {
      -webkit-appearance: none;
      margin: 10px 0;
      width: 100%;
  }

  input[type="range"]:focus {
      outline: none;
  }

  input[type="range"]::-webkit-slider-runnable-track {
      width: 100%;
      height: 6px;
      cursor: pointer;
      background: #5e59f1;
      border-radius: 10px;
  }

  input[type="range"]::-webkit-slider-thumb {
      box-shadow: 2px 2px 5px #b3b3b3, -1px -1px 3px grey;
      border: 5px solid #ffffff;
      height: 20px;
      width: 20px;
      border-radius: 50%;
      background: #5e59f1;
      cursor: pointer;
      margin-top: -6px;
      -webkit-appearance: none;
  }

  input[type="range"]:focus::-webkit-slider-runnable-track {
      background: #b3b3b3;
  }

  input[type="range"]::-moz-range-track {
      width: 100%;
      height: 6px;
      cursor: pointer;
      background: #5e59f1;
      border-color: transparent;
      border-width: 16px 0;
      color: transparent;
      border-radius: 10px;
  }

  input[type="range"]::-moz-range-thumb {
      box-shadow: 2px 2px 5px #b3b3b3, -1px -1px 3px grey;
      border: 5px solid #ffffff;
      height: 20px;
      width: 20px;
      border-radius: 50%;
      background: #5e59f1;
      cursor: pointer;
      margin-top: -6px;
  }

  input[type="range"]::-ms-track {
      width: 100%;
      height: 6px;
      cursor: pointer;
      background: #5e59f1;
      border-color: transparent;
      border-width: 16px 0;
      color: transparent;
      border-radius: 10px;
  }

  input[type="range"]::-ms-fill-lower {
      background: #5e59f1;
      border-radius: 5px;
  }

  input[type="range"]::-ms-fill-upper {
      background: #5e59f1;
      border-radius: 5px;
  }

  input[type="range"]::-ms-thumb {
      box-shadow: 2px 2px 5px #b3b3b3, -1px -1px 3px grey;
      border: 5px solid #ffffff;
      height: 20px;
      width: 20px;
      border-radius: 50%;
      background: #5e59f1;
      cursor: pointer;
      margin-top: -6px;
  }

  input[type="range"]:focus::-ms-fill-lower {
      background: #5e59f1;
  }

  input[type="range"]:focus::-ms-fill-upper {
      background: #5e59f1;
  }

  #price {
      color: #130f31;
      font-size: 20px;
  }

  .loan-details {
      width: 90%;
      display: flex;
      justify-content: space-between;
      gap: 30px;
  }

  #price-container {
      color: #5e59f1;

  }

  .contact-block {
      align-items: flex-start !important;

  }

  #loan-amt-input {
      font-size: 16px;
      color: #6258A8;
      width: 120px;
      height: 40px;
      padding: 8px;
      border: 2px solid#5e59f1;
      border-radius: 8px;
      outline: none;
      background-color: #f9f9ff;
      box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
      transition: border-color 0.3s ease, box-shadow 0.3s ease;
  }


  #loan-amt-input:focus {
      border-color: #6258A8;
      box-shadow: 0px 4px 8px rgba(98, 88, 168, 0.3);
  }

  @media only screen and (max-width:586px) {
      .price-title {
          font-size: 30px !important;
      }

      .detail {
          font-size: 13px !important;
      }

      .wrap-tile-price {
          font-size: 13px !important;
      }
  }

  @media screen and (max-width: 479px) {



      .price-checklist-item {

          align-items: unset !important;
      }

      .contact-block {
          padding: 10px !important;
      }

  }

  .contact-form-wrap {
      width: 100% !important;
      max-width: 100% !important;
  }

  .form-title {
      font-size: 1.3rem;
      margin-bottom: 20px;
      color: #4b4b7c;
      font-weight: 600;
      text-align: center;
  }

  #userForm1 input {
      width: 100%;
      padding: 12px 40px 12px 40px;
      margin-bottom: 15px;
      border: 1px solid #ddd;
      border-radius: 8px;
      font-size: 1rem;
      background-size: 20px;
      transition: 0.3s;
      box-sizing: border-box;
  }

  #userForm1 input:focus {
      outline: none;
      border-color: #5e59f1;
      box-shadow: 0 0 0 2px rgba(94, 89, 241, 0.2);
  }

  #userForm1 button {
      background-color: #5e59f1;
      color: #fff;
      border: none;
      padding: 12px 25px;
      border-radius: 8px;
      font-size: 1rem;
      cursor: pointer;
      width: 100%;
      transition: background-color 0.3s ease;
      display: flex;
      justify-content: center;
      align-items: center;
  }

  #userForm1 button:hover {
      background-color: #4a46cc;
  }

  #mainPopupContent,
  #formSection {
      transition: all 0.4s ease;
  }

  .price-title {
      letter-spacing: -.02em !important;
      font-size: 25px !important;
      font-weight: 700;
      line-height: 25px !important;
  }


  .price-card svg {
      overflow: hidden;
      vertical-align: middle;
      position: absolute;
      opacity: 0.7;
      width: 100%;
      left: 0;
      transform: rotate(180deg);
      top: 0;
      border-radius: 20px;
  }

  .h22 {
      font-size: 25px;
  }

  @media only screen and (max-width:586px) {
      .h22 {
          font-size: 20px;
      }
  }

  .h23 {
      font-size: 20px;
      margin-top: 10px;
  }

  .h231 {
      font-size: 25px;
      display: flex;
      align-items: center;
      gap: 5px
  }

  .buy-service-left {
      border-radius: 10px;
  }

  .buy-service-right {
      border-radius: 10px;
  }

  .paragraph-big11 {
      font-size: 15px !important;
      text-align: justify !important;
  }

  .mobile-break {
      display: none;
  }

  @media (max-width: 600px) {
      .mobile-break {
          display: block !important;
          width: 100%;
          height: 0;
      }
  }



  .pricing-card10 {
      background: white;
      border-radius: 24px;
      padding: 40px;
      height: fit-content;
      width: 100%;
      box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
      position: relative;
      overflow: hidden;
      transition: transform 0.3s ease;
  }

  .pricing-card10:hover {
      transform: translateY(-5px);
  }

  .pricing-card10::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 6px;
      background: linear-gradient(90deg, #5e59f1 0%, #7c3aed 50%, #a855f7 100%);
  }

  .price-header10 {
      margin-bottom: 32px;
      text-align: center;
      display: flex;
      justify-content: space-between;
  }

  .price-amount10 {
      font-size: 30px;
      font-weight: 800;
      color: #5e59f1;
      line-height: 1;
      margin-bottom: 8px;
      background: linear-gradient(135deg, #5e59f1 0%, #7c3aed 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
  }

  .price-period10 {
      font-size: 18px;
      color: #64748b;
      font-weight: 500;
  }

  .plan-title10 {
      font-size: 25px;
      font-weight: 800;
      color: #1e293b;
      margin-bottom: 12px;
      text-align: center;
  }

  .plan-subtitle10 {
      font-size: 16px;
      color: #64748b;
      margin-bottom: 32px;
      text-align: center;
      line-height: 1.5;
  }

  .plan-description10 {
      font-size: 15px;
      line-height: 1.7;
      color: #475569;
      margin-bottom: 32px;
      text-align: center;
      background: #f8fafc;
      padding: 20px;
      border-radius: 16px;
      border-left: 4px solid #5e59f1;
  }

  .plan-description10 a {
      color: #5e59f1;
      font-weight: 600;
      text-decoration: none;
      transition: color 0.2s ease;
  }

  .plan-description10 a:hover {
      color: #7c3aed;
      text-decoration: underline;
  }

  .features-section10 {
      margin-bottom: 40px;
  }

  .features-title10 {
      font-size: 20px;
      font-weight: 700;
      color: #1e293b;
      margin-bottom: 24px;
      text-align: center;
  }

  .features-preview10 {
      margin-bottom: 20px;
  }

  .features-expanded10 {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.4s ease-out, opacity 0.3s ease;
      opacity: 0;
  }

  .features-expanded10.show {
      max-height: 800px;
      opacity: 1;
  }

  .feature-item10 {
      display: flex;
      align-items: center;
      gap: 16px;

      font-size: 15px;
      color: #475569;
      line-height: 1.5;
      padding: 12px 0;
      transition: transform 0.2s ease;
  }

  .feature-item10:hover {
      transform: translateX(4px);
  }

  .feature-icon10 {
      width: 24px;
      height: 24px;
      background: linear-gradient(135deg, #5e59f1 0%, #7c3aed 100%);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      margin-top: 2px;
      box-shadow: 0 4px 12px rgba(94, 89, 241, 0.3);
  }

  .feature-icon10::after {
      content: '✓';
      color: white;
      font-size: 14px;
      font-weight: bold;
  }

  .show-more-btn10 {
      background: none;
      border: 2px solid #5e59f1;
      color: #5e59f1;
      padding: 12px 24px;
      border-radius: 12px;
      font-size: 14px;
      font-weight: 600;
      cursor: pointer;
      transition: all 0.3s ease;
      width: 100%;
      margin-bottom: 24px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
  }

  .show-more-btn10:hover {
      background: #5e59f1;
      color: white;
      transform: translateY(-2px);
      box-shadow: 0 8px 20px rgba(94, 89, 241, 0.3);
  }

  .show-more-btn10 .arrow {
      transition: transform 0.3s ease;
      font-size: 12px;
  }

  .show-more-btn10.expanded .arrow {
      transform: rotate(180deg);
  }

  .cta-button10 {
      width: 100%;
      background: linear-gradient(135deg, #5e59f1 0%, #7c3aed 100%);
      color: white;
      border: none;

      border-radius: 16px;

      font-weight: 700;
      cursor: pointer;
      transition: all 0.3s ease;
      text-transform: none;
      position: relative;
      overflow: hidden;
  }

  .cta-button10::before {
      content: '';
      position: absolute;
      top: 0;
      left: -100%;
      width: 100%;
      height: 100%;
      background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
      transition: left 0.5s ease;
  }

  .cta-button10:hover::before {
      left: 100%;
  }

  .cta-button10:hover {
      transform: translateY(-3px);
      box-shadow: 0 15px 35px rgba(94, 89, 241, 0.4);
  }

  .cta-button10:active {
      transform: translateY(-1px);
  }

  @media (max-width: 480px) {
      .pricing-card10 {
          padding: 32px 24px;

      }

      .price-amount10 {
          font-size: 25px;
      }

      .plan-title10 {
          font-size: 20px;
      }

      .plan-description10 {
          padding: 16px;
      }
  }

  .fade-in10 {
      animation: fadeIn 0.6s ease-in-out;
  }

  @keyframes fadeIn10 {
      from {
          opacity: 0;
          transform: translateY(20px);
      }

      to {
          opacity: 1;
          transform: translateY(0);
      }
  }


  .price-card20 {
      background: white;
      border-radius: 24px;

      padding: 40px;

      width: 100%;
      box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
      position: relative;
      overflow: hidden;
      transition: transform 0.3s ease;
  }

  .price-card20:hover {
      transform: translateY(-5px);
  }

  .price-card20::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 6px;
      background: linear-gradient(90deg, #ff12ed 0%, #d379ff 50%, #a855f7 100%);
  }

  .price-title20 {
      font-size: 25px;
      font-weight: 800;
      color: #1e293b;
      margin-bottom: 24px;
      text-align: center;
  }

  .price-title20 span {
      position: relative;
      background: linear-gradient(45deg, #5e59f1, #0e1740);
      color: white;
      padding: 10px 16px;
      border-radius: 8px;
      font-weight: bold;
      box-shadow: 0 8px 20px rgba(4, 89, 167, 0.4);
      display: inline-block;
      transform: rotate(-2deg);
      margin-left: 8px;
  }

  .detail20 {
      margin-bottom: 32px;
      text-align: center;
  }

  .detail20 p {
      font-size: 16px;
      color: #64748b;
      margin-bottom: 24px;
      font-weight: 500;
      line-height: 1.5;
  }

  #loan-amt-input20 {
      color: #6258A8;
      width: 120px;
      height: 40px;
      margin-bottom: 15px;
      border: 2px solid #e2e8f0;
      border-radius: 8px;
      padding: 0 12px;
      font-size: 16px;
      font-weight: 600;
      text-align: center;
      transition: border-color 0.3s ease, box-shadow 0.3s ease;
  }

  #loan-amt-input20:focus {
      outline: none;
      border-color: #5e59f1;
      box-shadow: 0 0 0 3px rgba(94, 89, 241, 0.1);
  }

  #loan-amount20 {
      width: 100%;
      height: 8px;
      border-radius: 5px;
      background: #e2e8f0;
      outline: none;
      -webkit-appearance: none;
      margin-bottom: 20px;
  }

  #loan-amount20::-webkit-slider-thumb {
      -webkit-appearance: none;
      appearance: none;
      width: 24px;
      height: 24px;
      border-radius: 50%;
      background: linear-gradient(135deg, #5e59f1 0%, #7c3aed 100%);
      cursor: pointer;
      box-shadow: 0 4px 12px rgba(94, 89, 241, 0.4);
      transition: transform 0.2s ease;
  }

  #loan-amount20::-webkit-slider-thumb:hover {
      transform: scale(1.1);
  }

  #loan-amount20::-moz-range-thumb {
      width: 24px;
      height: 24px;
      border-radius: 50%;
      background: linear-gradient(135deg, #5e59f1 0%, #7c3aed 100%);
      cursor: pointer;
      border: none;
      box-shadow: 0 4px 12px rgba(94, 89, 241, 0.4);
  }

  .wrap-tile-price20 {
      background: #f8fafc;
      padding: 20px;
      border-radius: 16px;
      text-align: center;
      margin-bottom: 32px;
      border-left: 4px solid #5e59f1;
  }

  .wrap-tile-price20 p:first-child {
      font-size: 15px;
      line-height: 1.7;
      color: #475569;
      margin-bottom: 8px;
      font-weight: 600;
      text-align: left;
  }

  #price {
      font-size: 25px;
      font-weight: 800;
      background: linear-gradient(135deg, #5e59f1 0%, #7c3aed 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      line-height: 1;
  }

  .paragraph-big20 {
      font-size: 20px;
      font-weight: 700;
      color: #1e293b;
      margin-bottom: 24px;
      text-align: center;
  }

  .price-checklist-columns20 {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-bottom: 20px;
  }

  .price-checklist-item20 {
      flex: 0 0 calc(50% - 6px);
      display: flex;
      align-items: flex-start;
      gap: 12px;
      padding: 12px 0;
      font-size: 14px;
      color: #475569;
      line-height: 1.5;
      transition: transform 0.2s ease;
  }

  .price-checklist-item20:hover {
      transform: translateX(4px);
  }

  .price-checklist-item20.full-width {
      flex: 0 0 100%;
  }

  .price-checklist-item20 i {
      color: #22c55e !important;
      font-size: 18px;
      margin-top: 2px;
      flex-shrink: 0;
  }

  .features-preview20 {
      margin-bottom: 20px;
  }

  .features-expanded20 {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.4s ease-out, opacity 0.3s ease;
      opacity: 0;
  }

  .features-expanded20.show {
      max-height: 400px;
      opacity: 1;
  }

  .show-more-btn20 {
      background: none;
      border: 2px solid #5e59f1;
      color: #5e59f1;
      padding: 12px 24px;
      border-radius: 12px;
      font-size: 14px;
      font-weight: 600;
      cursor: pointer;
      transition: all 0.3s ease;
      width: 100%;
      margin-bottom: 24px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
  }

  .show-more-btn20:hover {
      background: #5e59f1;
      color: white;
      transform: translateY(-2px);
      box-shadow: 0 8px 20px rgba(94, 89, 241, 0.3);
  }

  .show-more-btn20 .arrow {
      transition: transform 0.3s ease;
      font-size: 12px;
  }

  .show-more-btn20.expanded .arrow {
      transform: rotate(180deg);
  }

  .cta20 {
      width: 100%;
      background: linear-gradient(135deg, #5e59f1 0%, #7c3aed 100%);
      color: white;
      border: none;
      padding: 9px;
      border-radius: 16px;
      font-size: 16px;
      font-weight: 700;
      cursor: pointer;
      transition: all 0.3s ease;
      text-decoration: none;
      display: block;
      text-align: center;
      position: relative;
      overflow: hidden;
      text-transform: none;
  }

  .cta20::before {
      content: '';
      position: absolute;
      top: 0;
      left: -100%;
      width: 100%;
      height: 100%;
      background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
      transition: left 0.5s ease;
  }

  .cta20:hover::before {
      left: 100%;
  }

  .cta20:hover {
      transform: translateY(-3px);
      box-shadow: 0 15px 35px rgba(94, 89, 241, 0.4);
      color: white;
      text-decoration: none;
  }

  .cta20:active {
      transform: translateY(-1px);
  }

  .space-16 {
      height: 16px;
  }

  .price-divider20 {
      height: 1px;
      background: linear-gradient(90deg, transparent, #e2e8f0, transparent);
      margin: 30px 0;
  }

  @media (max-width: 480px) {
      .price-card20 {
          padding: 32px 24px;

      }

      .price-title20 {
          font-size: 20px;
      }

      .price-checklist-item20 {
          flex: 0 0 100%;
      }

      #loan-amt-input20 {
          width: 100px;
          height: 35px;
      }

      #price {
          font-size: 25px;
      }
  }

  .fade-in20 {
      animation: fadeIn 0.6s ease-in-out;
  }

  @keyframes fadeIn20 {
      from {
          opacity: 0;
          transform: translateY(20px);
      }

      to {
          opacity: 1;
          transform: translateY(0);
      }
  }


 
.prop-main-section {
    background: transparent;
    /*padding: 20px 0;*/
}

.prop-container {
    max-width: 1400px;
    margin: 0 auto;
    /*padding: 0 20px;*/
}

.prop-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  
}

.prop-title {
    font-size: 2rem;
    color: #2c3e50;
    font-weight: 600;
    margin: 0;
}

.prop-controls {
    display: flex;
    gap: 8px;
    align-items: center;
}

.prop-scroll-btns {
    display: flex;
    gap: 8px;
}

.prop-scroll-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #5e59f1;
    color: #ffffff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    transition: all 0.2s ease;
    border: none;
}

.prop-scroll-btn:hover {
    color: #ffffff;
    background: #3a37a6;
}

.prop-view-all {
    background: #5e59f1;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 30px;
    font-weight: 500;
    font-size: 15px;
    height: 50px;
    cursor: pointer;
    transition: all 0.2s ease;
    display: block;
    margin: 20px auto 0 auto;
    text-align: center;
}

.prop-view-all:hover {
    background: #4b48ad;
    
}

.prop-grid-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    position: relative;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    scroll-behavior: smooth;
}

.prop-grid-wrapper::-webkit-scrollbar {
    display: none;
}

.prop-grid {
    display: flex;
    gap: 20px;
    transition: transform 0.4s ease;
    padding: 10px 0;
}

.prop-card {
    flex: 0 0 285px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    /*transition: all 0.3s ease;*/
    cursor: pointer;
}

.prop-card:hover {
    /*transform: translateY(-4px);*/
    /*box-shadow: 0 8px 25px rgba(0,0,0,0.15);*/
}

.prop-card-link {
    display: block;
    text-decoration: none;
    color: inherit;
    height: 100%;
}

.prop-image {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.prop-badge {
    position: absolute;
    top: 12px;
    background: rgba(255, 255, 255, 0.95);
    color: #666;
    padding: 4px 10px;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 500;
    backdrop-filter: blur(8px);
}

.prop-badge:first-child {
    left: 12px;
}

.prop-badge:last-child {
    right: 12px;
}

.prop-badge-rent {
    background: rgb(94 89 241) !important;
    color: white !important;
}

.prop-badge-sell {
    background: rgba(239, 68, 68, 0.9) !important;
    color: white !important;
}

.prop-content {
    padding: 20px;
}

.prop-location {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #6b7280;
    font-size: 13px;
    margin-bottom: 8px;
}

.prop-name {
    font-size: 16px;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 15px;
    line-height: 1.3;
}

.prop-features {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e7eb;
}

.prop-feature {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #1d1d1d;
    font-size: 13px;
}

.prop-feature i {
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #5d5d5d;
}

.prop-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.prop-footer-buttons {
    display: flex;
    gap: 12px;
    align-items: center;
}
.prop-price {
    font-size: 16px;
    font-weight: 700;
    color: #1f2937;
}

.prop-details-btn {
    background: #ffffff;
    color: #5e59f1;
    border: none;
    padding-top: 10px;
    border-radius: 6px;
    font-size: 35px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
}

.prop-details-btn:hover {
        background: #ffffff;
    color: #3734a4;
}
.prop-details-btn1 {
      background: #5E59EE;
    color: #ffffff;
    border: none;
    padding-top: 1px;
    /* border-radius: 6px; */
    font-size: 15px;
    font-weight: 800;
    /* cursor: pointer; */
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
}

.prop-details-btn1:hover {
          background: #322fa2;
    color: #ffffff;
}
.demo-btn {
            background: #007bff;
            color: white;
            border: none;
            padding: 12px 20px;
            border-radius: 8px;
            cursor: pointer;
            font-size: 16px;
        }

        /* Share Popup Styles */
        .share-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
            display: none;
            justify-content: center;
            align-items: center;
            z-index: 1000;
            backdrop-filter: blur(4px);
        }

        .share-overlay.active {
            display: flex;
        }

        .share-popup {
            background: white;
            border-radius: 16px;
            padding: 32px;
            width: 90%;
            max-width: 420px;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
            transform: scale(0.9);
            opacity: 0;
            transition: all 0.3s ease;
            position: relative;
        }

        .share-overlay.active .share-popup {
            transform: scale(1);
            opacity: 1;
        }

        .close-btn {
            position: absolute;
            top: 16px;
            right: 16px;
            background: none;
            border: none;
            font-size: 24px;
            cursor: pointer;
            color: #999;
            width: 32px;
            height: 32px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
        }

        .close-btn:hover {
            background: #f5f5f5;
            color: #333;
        }

        .share-icon {
                width: 48px;
    height: 48px;
    background: #0088cc;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    /* margin: 0 auto 20px; */
    top: -5%;
    left: 45%;
    color: white;
        }

        .share-icon i {
            font-size: 24px;
            color: #ffffff;
        }

        .share-header {
            text-align: center;
            margin-bottom: 24px;
        }

        .share-title {
            font-size: 22px;
            font-weight: 600;
            color: #333;
            margin-bottom: 8px;
        }

        .share-subtitle {
            font-size: 14px;
            color: #666;
            line-height: 1.4;
        }

        .share-url-section {
            margin-bottom: 32px;
        }

        .share-url-label {
            font-size: 14px;
            font-weight: 500;
            color: #333;
            margin-bottom: 8px;
        }

        .share-url-container {
            display: flex;
            background: #d5eaff;
            border-radius: 30px;
            padding: 4px;
            gap: 8px;
        }

        .share-url-input {
            flex: 1;
            background: transparent;
            border: none;
            padding: 12px 16px;
            font-size: 14px;
            color: #000000;
            outline: none;
        }

        .copy-btn {
           background: blue;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    padding: 8px 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 5% !important;
    width: 45px;
    border-radius: 50%;
    height: 45px;
        }


        .copy-btn i {
           font-size: 16px !important;
    color: #ffffff !important;
        }

        .share-to-label {
            font-size: 14px;
            font-weight: 500;
            color: #333;
            margin-bottom: 16px;
        }

        .share-options {
            display: flex;
            justify-content: center;
            gap: 16px;
            flex-wrap: wrap;
        }

        .share-option {
            display: flex;
            flex-direction: column;
            align-items: center;
            cursor: pointer;
            transition: all 0.3s ease;
            text-decoration: none;
        }

        .share-option:hover {
            transform: translateY(-2px);
        }

        .share-option-icon {
            width: 48px;
            height: 48px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 8px;
            transition: all 0.3s ease;
        }

        .share-option.whatsapp .share-option-icon {
            background: #25D366;
        }

        .share-option.telegram .share-option-icon {
            background: #0088cc;
        }

        .share-option.linkedin .share-option-icon {
            background: #0077b5;
        }

        .share-option.email .share-option-icon {
            background: #EA4335;
        }

        .share-option i {
            font-size: 24px;
            color: white;
        }

        .share-option-label {
            font-size: 12px;
            color: #666;
            font-weight: 500;
        }

        /* Success message */
        .copy-success {
            position: fixed;
            bottom: 20px;
            left: 50%;
            transform: translateX(-50%);
            background: #28a745;
            color: white;
            padding: 12px 24px;
            border-radius: 8px;
            font-size: 14px;
            opacity: 0;
            transition: opacity 0.3s ease;
            z-index: 1001;
        }

        .copy-success.show {
            opacity: 1;
        }

        @media (max-width: 480px) {
            .share-popup {
                padding: 24px;
                width: 95%;
            }
            
            .share-options {
                gap: 12px;
            }
        }
.prop-no-results {
    text-align: center;
    padding: 60px 20px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.prop-no-results h1 {
    font-size: 24px;
    color: #6b7280;
    font-weight: 400;
}

.house-card {
    background: white !important;
}

/* Responsive */
@media (max-width: 768px) {
    .prop-header {
        flex-direction: column;
        gap: 20px;
        align-items: stretch;
    }

    .prop-controls {
        display: none; /* Hide arrows on mobile */
    }

    .prop-card {
        flex: 0 0 280px;
        scroll-snap-align: start;
    }

    .prop-grid-wrapper {
        scroll-snap-type: x mandatory;
    }

    .prop-features {
        gap: 8px;
    }
}

@media (max-width: 480px) {
    .prop-card {
        flex: 0 0 265px;
    }

    .prop-container {
        /*padding: 0 10px;*/
    }
}

  /* SOCIAL PANEL CSS */
  .social-panel-container {
      position: fixed;
      right: 0;
      bottom: 135px;
      transform: translateX(100%);
      transition: transform 0.4s ease-in-out;
      z-index: 99;
  }

  .social-panel-container.visible {
      transform: translateX(-10px);
  }

  .social-panel {

      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      position: relative;
      height: 185px;
      width: 60px;
      max-width: calc(100% - 0px);
  }

  .close-btn22 {
      border: 0 !important;
      color: #5e59f1 !important;
      cursor: pointer !important;
      font-size: 20px !important;
      position: absolute !important;
      top: -15px !important;
      right: 20px !important;
  }

  .social-panel button.close-btn:focus {
      outline: none;
  }

  .social-panel p {
      background-color: #5e59f1;
      border-radius: 0 0 10px 10px;
      color: #fff;
      font-size: 14px;
      line-height: 18px;
      padding: 2px 17px 6px;
      position: absolute;
      top: 0;
      left: 50%;
      margin: 0;
      transform: translateX(-50%);
      text-align: center;
      width: 235px;
  }

  .social-panel p i {
      margin: 0 5px;
  }

  .social-panel p a {
      color: #FF7500;
      text-decoration: none;
  }

  .social-panel h4 {
      margin: 20px 0;
      color: #97A5CE;
      font-family: 'Muli';
      font-size: 14px;
      line-height: 18px;
      text-transform: uppercase;
  }

  .social-panel ul {
      list-style-type: none;
      padding: 0;
      margin: 0;
      top: 10px;
      position: relative;
      gap: 10px;
      display: grid;
  }

  .social-panel ul li {
      /*margin: 0 10px;*/
  }

  .social-panel ul li a {
      /* border: 1px solid #DCE1F2; */
      border-radius: 50%;
      color: #ffffff;
      font-size: 20px;
      background: #5e59f1;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 50px;
      width: 50px;
      text-decoration: none;
  }

  /*.social-panel ul li a:hover {*/
  /*	border-color: #FF6A00;*/
  /*	box-shadow: 0 9px 12px -9px #FF6A00;*/
  /*}*/

  .floating-btn {

      box-shadow: rgba(180, 160, 255, 0.255) 0px 0px 0px 4px;
      color: #fff;
      cursor: pointer;
      font-size: 25px;
      line-height: 20px;
      /* padding: 12px 20px; */
      position: fixed;
      bottom: 75px;
      right: 15px;
      z-index: 999;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      background-color: #5e59f1;
      border: 1px solid #5e59f1;
  }

  .floating-btn:hover {
      background-color: #5e59f1;
      box-shadow: rgba(180, 160, 255, 0.255) 0px 0px 0px 4px;
  }

  .floating-btn:focus {
      outline: none;
  }

  .floating-text {
      background-color: #001F61;
      border-radius: 10px 10px 0 0;
      color: #fff;
      font-family: 'Muli';
      padding: 7px 15px;
      position: fixed;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      text-align: center;
      z-index: 998;
  }

  .floating-text a {
      color: #FF7500;
      text-decoration: none;
  }

  @media screen and (max-width: 480px) {}


  .house-card {
      height: auto !important;
  }

  .filter-form {
      width: 100%;
      padding: 20px;
      box-sizing: border-box;
      background-color: #f9f9f9;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }

  .filter-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
  }

  .filter-item {
      width: 23%;
      margin-bottom: 20px;
  }

  .filter-item label {
      display: block;
      font-weight: bold;
      margin-bottom: 5px;
      color: #333;
  }

  .filter-item select {
      width: 100%;
      padding: 15px;
      font-size: 14px;
      border: 1px solid #ccc;
      border-radius: 6px;
      box-sizing: border-box;
      background-color: #fff;
      transition: border-color 0.3s;
  }

  .filter-item select:focus {
      border-color: #007bff;
      outline: none;
  }

  .filter-item .filter-button {
      width: 100%;
      padding: 15px;
      font-size: 16px;
      background-color: #0f1841;
      color: #fff;
      border: none;
      border-radius: 6px;
      cursor: pointer;
      transition: background-color 0.3s, transform 0.3s;
  }

  .filter-item .filter-button:hover {
      background-color: #0056b3;
      transform: translateY(-2px);
  }

  .filter-item .filter-button:active {
      transform: translateY(0);
  }

  @media screen and (max-width: 768px) {
      .filter-item {
          width: 48%;
      }
  }

  @media screen and (max-width: 480px) {
      .filter-item {
          width: 100%;
      }
  }

  a:hover {
      /*color: #0e1740;*/
      text-decoration: none !important;
  }

  .language-btn:hover {
      color: white !important;
  }

  .verified-badge {
      position: absolute;
      top: 10px;
      left: 10px;
      background: #5e59f1;
      color: white;
      padding: 5px 10px;
      border-radius: 5px;
      font-size: 12px;
      font-weight: bold;
  }

  .bhk-info {
      font-size: 14px;
      font-weight: bold;
      color: white;
      margin-bottom: 5px;
  }

  .detail-row {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 5px;
  }

  .detail-block {
      display: flex;
      align-items: unset !important;
      gap: 5px;
      color: #ffffff !important;
  }

  .badge-rent {
      color: white;
      background: #5e59f1;
  }

  .badge-sell {
      color: white;
      background: green;
  }

  .search-container {

      margin: 50px auto;
      background: white;
      border-radius: 40px;
      box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
      overflow: hidden;
      transition: all 0.3s ease;
  }

  .search-container:hover {
      box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
  }

  .search-form {
      display: flex;
      align-items: center;
      position: relative;
          background: white;
    border-radius: 40px;
  }

  .search-field {
      flex: 1;
      padding: 20px 24px;
      border: none;
      outline: none;
      cursor: pointer;
      transition: all 0.2s ease;
      position: relative;
      min-height: 70px;
      display: flex;
      flex-direction: column;
      justify-content: center;
  }

  .search-field:not(:last-child) {
      border-right: 1px solid #EBEBEB;
  }

  /*.search-field:hover {*/
  /*    background-color: #F7F7F7;*/
  /*    border-radius: 32px;*/
  /*    margin: 8px;*/
  /*    border: none !important;*/
  /*}*/

  .field-label {
      font-size: 12px;
      font-weight: 600;
      color: #222;
      margin-bottom: 4px;
      text-transform: uppercase;
      letter-spacing: 0.5px;
  }

  .field-input {
      border: none;
      outline: none;
      background: transparent;
      font-size: 14px;
      color: #717171;
      width: 100%;
      cursor: pointer;
  }

  .field-input::placeholder {
      color: #B0B0B0;
  }

  .field-input:focus {
      color: #222;
  }

  select.field-input {
      appearance: none;
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
      background-repeat: no-repeat;
      background-position: right 12px center;
      background-size: 16px;
      padding-right: 32px;
  }

  .search-button {
      background: linear-gradient(135deg, #5e59f1, #524fb1);
      border: none;
      border-radius: 50%;
      width: 48px;
      height: 48px;
      margin: 12px;
      cursor: pointer;
      transition: all 0.3s ease;
      display: flex;
      align-items: center;
      justify-content: center;

  }

  .search-button:hover {
      /*transform: scale(1.05);*/
      /*box-shadow: 0 6px 20px rgba(233, 30, 99, 0.4);*/
  }

  .search-button:active {
      transform: scale(0.95);
  }

  .search-icon {
      width: 18px;
      height: 18px;
      stroke: white;
      stroke-width: 3;
  }

  /* Mobile Responsive */
  @media (max-width: 768px) {
      .search-container {
          margin: 20px auto;
          border-radius: 16px;
      }

      .search-form {
          display: flex;
          align-items: stretch;
      }

      .search-form {
          flex-direction: column;
      }

      .search-field {
          border-right: none !important;
          border-bottom: 1px solid #EBEBEB;
          min-height: 60px;
          padding: 16px 20px;
      }

      .search-field:last-child {
          border-bottom: none;
      }

      .search-field:hover {
          margin: 4px 8px;
          border-radius: 12px;
      }

      .search-button {
          align-self: center;
          margin: 16px auto;
          width: 56px;
          height: 56px;
      }

      .field-label {
          font-size: 11px;
      }

      .field-input {
          font-size: 13px;
      }
  }

  @media (max-width: 480px) {


      .search-container {
          margin: 10px auto;
      }

      .search-field {
          padding: 14px 16px;
          min-height: 55px;
      }
  }

  /* Focus states */
  /*.search-field:focus-within {*/
  /*    background-color: #F7F7F7;*/
  /*    border-radius: 32px;*/
  /*    margin: 8px;*/
  /*    border: none !important;*/
  /*    box-shadow: 0 0 0 2px #FF385C;*/
  /*}*/

  @media (max-width: 768px) {
      .search-field:focus-within {
          border-radius: 12px;
          margin: 4px 8px;
      }
  }

  /* Custom styling for better UX */
  .search-field select option {
      padding: 8px;
      font-size: 14px;
  }

  /* Loading animation */
  .search-button.loading {
      pointer-events: none;
  }

  .search-button.loading .search-icon {
      animation: spin 1s linear infinite;
  }

  @keyframes spin {
      from {
          transform: rotate(0deg);
      }

      to {
          transform: rotate(360deg);
      }
  }

  @media (max-width: 768px) {
      .search-form {
          display: grid;
          grid-template-columns: 1fr 1fr;
          gap: 10px;
          border-radius: 20px;
      }
  }

  .search-field {
      /*border: 1px solid #EBEBEB;*/
      border-radius: 12px;
      padding: 12px 16px;
      min-height: 60px;
  }

  .search-button {
      grid-column: span 2;
      /* search button takes full row */
      justify-self: center;
      margin-top: 10px;
      width: 56px;
      height: 56px;
  }



  /* Hide Google Translate toolbar and branding */
  .goog-te-banner-frame.skiptranslate {
      display: none !important;
  }



  .goog-te-balloon-frame {
      display: none !important;
  }

  .goog-logo-link {
      display: none !important;
  }

  .goog-te-gadget {
      color: transparent !important;
  }

  .goog-te-gadget>span>a {
      display: none !important;
  }

  .goog-te-gadget .goog-te-combo {
      display: none !important;
  }

  #google_translate_element .goog-te-gadget-simple .goog-te-menu-value span:first-child {
      display: none;
  }

  #google_translate_element .goog-te-gadget-simple .goog-te-menu-value:before {
      content: 'Translate';
      color: white;
  }

  .goog-te-gadget-simple {
      border: none !important;
      background: none !important;
  }

  .navbar {
      padding: 0% !important;
      position: fixed !important;
  }

  .profile-box a:hover {
      background-color: unset !important;
  }

  .no-scrollbar::-webkit-scrollbar {
      display: none;
  }

  .no-scrollbar {
      -ms-overflow-style: none;
      scrollbar-width: none;
  }

  .popup-overlay {
      background: rgba(0, 0, 0, 0.3);
      backdrop-filter: blur(5px);
      -webkit-backdrop-filter: blur(5px);
      transition: opacity 0.3s ease;
  }

  .bg-custom-blue {
      background-color: #5e59f1;
  }

  .bg-custom-blue-hover:hover {
      background-color: #0056b3;
  }

  .ring-custom-blue {
      --tw-ring-color: rgba(0, 123, 255, 0.3);
  }

  .border-custom-blue {
      border-color: #007bff;
  }

  select {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
      background-position: right 0.5rem center;
      background-repeat: no-repeat;
      background-size: 1.5em 1.5em;
      padding-right: 2.5rem;
      appearance: none;
  }

  .focus-ring {
      transition: all 0.2s ease-in-out;
  }

  .focus-ring:focus {
      transform: translateY(-1px);
      box-shadow: 0 4px 12px rgba(0, 123, 255, 0.15);
  }

  .input-hover:hover {
      border-color: #007bff;
      background-color: #f8f9ff;
  }

  @media only screen and (max-width: 586px) {
      .back {
          background: #ffffffdb;
                  border-radius: 25px;
      }
  }

  .profile-indicator {
      position: relative;
  }

  .profile-indicator::after {
      content: '';
      position: absolute;
      top: 0px;
      right: 0px;
      width: 12px;
      height: 12px;
      background-color: #00d430;
      border-radius: 50%;
      border: 2px solid white;
      box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  }

  .profile-card232 {
      background: white;
      width: 300px;
      border-radius: 20px;
      overflow: hidden;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
      position: fixed;
      right: 20px;
      top: 75px;
      z-index:9999999999;
  }

  .card-header232 {
      background: linear-gradient(135deg, #5e59f1 0%, #5f5cb6 100%);
      height: 80px;
      position: relative;
  }

  .card-body232 {
      padding: 60px 24px 24px;
      text-align: center;
      position: relative;
  }

  .avatar232 {
      width: 80px;
      height: 80px;
      border-radius: 50%;
      border: 4px solid white;
      position: absolute;
      top: -40px;
      left: 50%;
      transform: translateX(-50%);
      background: #e0f2fe;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  }

  .avatar232 i {
      font-size: 32px;
      color: #667eea;
  }

  .status-indicator232 {
      width: 18px;
      height: 18px;
      background: #10b981;
      border: 3px solid white;
      border-radius: 50%;
      position: absolute;
      bottom: 0px;
      right: 0px;
  }

  .profile-info232 h2 {
      font-size: 22px;
      font-weight: 700;
      color: #1f2937;
      margin-bottom: 8px;
  }

  .profile-details232 {
      color: #6b7280;
      font-size: 14px;
      margin-bottom: 4px;
  }

  .location232 {
      color: #6b7280;
      font-size: 12px;
      margin-bottom: 20px;
  }

  .stats-row232 {
      display: flex;
      justify-content: space-around;
      margin: 24px 0;
      padding: 0 8px;
  }

  .stat-item232 {
      display: flex;
      flex-direction: column;
      align-items: center;
      flex: 1;
  }

  .stat-icon232 {
      width: 32px;
      height: 32px;
      border-radius: 8px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 8px;
      font-size: 17px;
  }

  .stat-item232:nth-child(1) .stat-icon232 {
      background: #fef3c7;
      color: #d97706;
  }

  .stat-item232:nth-child(2) .stat-icon232 {
      background: #dbeafe;
      color: #2563eb;
  }

  .stat-item232:nth-child(3) .stat-icon232 {
      background: #dcfce7;
      color: #16a34a;
  }

  .stat-number232 {
      font-size: 16px;
      font-weight: 700;
      color: #1f2937;
      margin-bottom: 2px;
  }

  .stat-label232 {
      font-size: 10px;
      color: #6b7280;
      text-transform: uppercase;
  }

  .action-buttons232 {
      display: flex;
      gap: 12px;
      margin-top: 20px;
  }

  .btn232 {
      flex: 1;
      border: none;
      border-radius: 20px;
      font-weight: 600;
      font-size: 14px;
      cursor: pointer;
      transition: all 0.2s ease;
  }

  .btn-follow232 {
      background: #667eea;
      color: white;
  }

  .btn-follow232:hover {
      background: #5a67d8;
      transform: translateY(-1px);
  }

  .btn-message232 {
      background: #d60f00;
      color: white;
  }

  .btn-message232:hover {
      background: #d60f00;
      transform: translateY(-1px);
  }

  .sections232 {
      padding: 0 24px 24px;
  }

  .section232 {
      text-align: center;
      margin-bottom: 20px;
  }

  .section-title232 {
      font-size: 16px;
      font-weight: 600;
      color: #1f2937;
      margin-bottom: 8px;
  }

  .section-content232 {
      font-size: 12px;
      color: #6b7280;
      line-height: 1.4;
  }

  .plan-badge232 {
      background: linear-gradient(135deg, #667eea, #764ba2);
      color: white;
      padding: 6px 12px;
      border-radius: 20px;
      font-size: 12px;
      font-weight: 600;
      display: inline-block;

  }

  .profile-card232 {
      display: none;
      /* Hide by default */
  }

  .profile-card2321 {
      background: white;
      width: 300px;
      border-radius: 20px;
      overflow: hidden;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
      position: absolute;
      right: 20px;
      top: 75px;
  }

  .card-header2321 {
      background: linear-gradient(135deg, #5e59f1 0%, #5f5cb6 100%);
      height: 80px;
      position: relative;
  }

  .card-body2321 {
      padding: 60px 24px 24px;
      text-align: center;
      position: relative;
  }

  .avatar2321 {
      width: 80px;
      height: 80px;
      border-radius: 50%;
      border: 4px solid white;
      position: absolute;
      top: -40px;
      left: 50%;
      transform: translateX(-50%);
      background: #e0f2fe;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  }

  .avatar2321 i {
      font-size: 32px;
      color: #667eea;
  }

  .status-indicator2321 {
      width: 18px;
      height: 18px;
      background: #10b981;
      border: 3px solid white;
      border-radius: 50%;
      position: absolute;
      bottom: 0px;
      right: 0px;
  }

  .profile-info2321 h2 {
      font-size: 22px;
      font-weight: 700;
      color: #1f2937;
      margin-bottom: 8px;
  }

  .profile-details2321 {
      color: #6b7280;
      font-size: 14px;
      margin-bottom: 4px;
  }

  .location2321 {
      color: #6b7280;
      font-size: 12px;
      margin-bottom: 20px;
  }

  .stats-row2321 {
      display: flex;
      justify-content: space-around;
      margin: 24px 0;
      padding: 0 8px;
  }

  .stat-item2321 {
      display: flex;
      flex-direction: column;
      align-items: center;
      flex: 1;
  }

  .stat-icon2321 {
      width: 32px;
      height: 32px;
      border-radius: 8px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 8px;
      font-size: 17px;
  }

  .stat-item2321:nth-child(1) .stat-icon232 {
      background: #fef3c7;
      color: #d97706;
  }

  .stat-item2321:nth-child(2) .stat-icon232 {
      background: #dbeafe;
      color: #2563eb;
  }

  .stat-item2321:nth-child(3) .stat-icon232 {
      background: #dcfce7;
      color: #16a34a;
  }

  .stat-number2321 {
      font-size: 16px;
      font-weight: 700;
      color: #1f2937;
      margin-bottom: 2px;
  }

  .stat-label2321 {
      font-size: 10px;
      color: #6b7280;
      text-transform: uppercase;
  }

  .action-buttons2321 {
      display: flex;
      gap: 12px;
      margin-top: 20px;
  }

  .btn2321 {
      flex: 1;
      border: none;
      border-radius: 20px;
      font-weight: 600;
      font-size: 14px;
      cursor: pointer;
      transition: all 0.2s ease;
  }

  .btn-follow2321 {
      background: #667eea;
      color: white;
  }

  .btn-follow2321:hover {
      background: #5a67d8;
      transform: translateY(-1px);
  }

  .btn-message2321 {
      background: #d60f00;
      color: white;
  }

  .btn-message2321:hover {
      background: #d60f00;
      transform: translateY(-1px);
  }

  .sections2321 {
      padding: 0 24px 24px;
  }

  .section2321 {
      text-align: center;
      margin-bottom: 20px;
  }

  .section-title2321 {
      font-size: 16px;
      font-weight: 600;
      color: #1f2937;
      margin-bottom: 8px;
  }

  .section-content2321 {
      font-size: 12px;
      color: #6b7280;
      line-height: 1.4;
  }

  .plan-badge2321 {
      background: linear-gradient(135deg, #667eea, #764ba2);
      color: white;
      padding: 6px 12px;
      border-radius: 20px;
      font-size: 12px;
      font-weight: 600;
      display: inline-block;

  }

  .profile-card2321 {
      display: none;
      /* Hide by default */
  }

  .language-selector {
      position: relative;
      display: inline-block;
      /*margin-right: 10px;*/
  }

  .language-btn {
      background: #5e59f1;
      color: white;
      border: none;
      padding: 8px 12px;
      border-radius: 15px;
      cursor: pointer;
      font-size: 14px;
      font-weight: 500;
      display: flex;
      align-items: center;
      gap: 5px;
      transition: all 0.3s ease;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      justify-content: center;
  }



  .language-dropdown {
      position: absolute;
      top: 55px;
      right: 0;
      background: white;
      border: 2px solid #5e59f1;
      border-radius: 15px;
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
      display: none;
      z-index: 1000;
      overflow: hidden;
      min-width: 150px;
  }

  .language-dropdown.show {
      display: block;
      animation: dropdownSlide 0.3s ease;
  }

  @keyframes dropdownSlide {
      from {
          opacity: 0;
          transform: translateY(-10px);
      }

      to {
          opacity: 1;
          transform: translateY(0);
      }
  }

  .language-option {
      padding: 12px 16px;
      cursor: pointer;
      display: flex;
      align-items: center;
      gap: 8px;
      transition: all 0.2s ease;
      border-bottom: 1px solid #f0f0f0;
      font-size: 14px;
  }

  .language-option:last-child {
      border-bottom: none;
  }

  .language-option:hover {
      background: #f8f9ff;
      color: #5e59f1;
  }

  .language-option.active {
      background: #5e59f1;
      color: white;
  }

  .language-flag {
      font-size: 16px;
  }

  /* Globe icon */
  .globe-icon {
      font-size: 16px;
  }

  /* Arrow icon */
  .arrow-icon {
      font-size: 10px;
      transition: transform 0.3s ease;
  }

  .language-btn.open .arrow-icon {
      transform: rotate(180deg);
  }

  /* Responsive */
  @media (max-width: 768px) {
      .language-dropdown {
          right: -10px;
      }
  }

  /* Hide Google Translate bar */
  .goog-te-banner-frame {
      display: none !important;
  }

  .goog-te-menu-frame {
      display: none !important;
  }



  #google_translate_element {
      display: none !important;
  }

  .skiptranslate {
      display: none !important;
  }

  /* Loading overlay */
  .loading-overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(94, 89, 241, 0.9);
      display: none;
      justify-content: center;
      align-items: center;
      z-index: 9999;
      backdrop-filter: blur(5px);
  }

  .loading-overlay.show {
      display: flex;
  }

  .loading-content {
      text-align: center;
      color: white;
  }

  .loading-spinner {
      width: 50px;
      height: 50px;
      border: 4px solid rgba(255, 255, 255, 0.3);
      border-top: 4px solid white;
      border-radius: 50%;
      animation: spin 1s linear infinite;
      margin: 0 auto 20px;
  }

  @keyframes spin {
      0% {
          transform: rotate(0deg);
      }

      100% {
          transform: rotate(360deg);
      }
  }

  .loading-text {
      font-size: 18px;
      font-weight: 500;
      margin-bottom: 10px;
  }

  .loading-subtext {
      font-size: 14px;
      opacity: 0.8;
  }

  .language-selector {
      position: relative;
      display: inline-block;
      /*margin-right: 10px;*/
  }

  .language-btn {
      background: #5e59f1;
      color: white;
      border: none;
      padding: 8px 12px;
      border-radius: 15px;
      cursor: pointer;
      font-size: 14px;
      font-weight: 500;
      display: flex;
      align-items: center;
      gap: 5px;
      transition: all 0.3s ease;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      justify-content: center;
      text-decoration: none;
  }

  .language-dropdown {
      position: absolute;
      top: 55px;
      right: 0;
      background: white;
      border: 2px solid #5e59f1;
      border-radius: 15px;
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
      display: none;
      z-index: 1000;
      overflow: hidden;
      min-width: 150px;
  }

  .language-dropdown.show {
      display: block;
      animation: dropdownSlide 0.3s ease;
  }

  @keyframes dropdownSlide {
      from {
          opacity: 0;
          transform: translateY(-10px);
      }

      to {
          opacity: 1;
          transform: translateY(0);
      }
  }

  .language-option {
      padding: 12px 16px;
      cursor: pointer;
      display: flex;
      align-items: center;
      gap: 8px;
      transition: all 0.2s ease;
      border-bottom: 1px solid #f0f0f0;
      font-size: 14px;
  }

  .language-option:last-child {
      border-bottom: none;
  }

  .language-option:hover {
      background: #f8f9ff;
      color: #5e59f1;
  }

  .language-option.active {
      background: #5e59f1;
      color: white;
  }

  .language-flag {
      font-size: 16px;
  }

  /* Responsive */
  @media (max-width: 768px) {
      .language-dropdown {
          right: -10px;
      }
  }

  /* Demo content */
  .demo-content {
      margin-top: 40px;
      padding: 20px;
      background: #f8f9ff;
      border-radius: 15px;
  }
 .testimonials-wrapper45 {
            position: relative;
            overflow: hidden;
            border-radius: 12px;
            background: transparent;
            height: 320px;
            touch-action: pan-x;
        }

        .testimonials-container45 {
            display: flex;
            height: 100%;
            transition: transform 0.8s ease;
            gap: 30px;
            width: 100%;
        }

        .testimonial-card45 {
            flex: 0 0 calc(33.333% - 20px);
            display: flex;
            background: white;
            height: 100%;
            border-radius: 12px;
            box-shadow: 0 4px 20px rgba(0,0,0,0.08);
            overflow: hidden;
            border: 1px solid #e2e8f0;
            cursor: pointer;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .testimonial-card45:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 30px rgba(0,0,0,0.12);
        }

        .video-section45 {
            width: 170px;
            position: relative;
            background: #f8f9fa;
            display: flex;
            align-items: center;
            justify-content: center;
            border-right: 1px solid #e2e8f0;
            overflow: hidden;
        }

        .video-container45 {
            width: 100%;
            height: 100%;
            position: relative;
            background: linear-gradient(135deg, #5e59f1, #7c3aed);
        }

        .testimonial-video45 {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border: none;
            outline: none;
        }

        .video-overlay45 {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,0.3);
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 1;
            transition: opacity 0.3s ease;
            z-index: 10;
        }

        .video-overlay45.hidden {
            opacity: 0;
            pointer-events: none;
        }

        .play-button45 {
            width: 50px;
            height: 50px;
            background: rgba(255,255,255,0.95);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
            box-shadow: 0 4px 20px rgba(0,0,0,0.3);
            cursor: pointer;
        }

        .play-button45:hover {
            background: white;
            transform: scale(1.1);
        }

        .play-icon45 {
            width: 0;
            height: 0;
            border-left: 16px solid #5e59f1;
            border-top: 10px solid transparent;
            border-bottom: 10px solid transparent;
            margin-left: 3px;
        }

        .content-section45 {
            flex: 1;
            padding: 20px 18px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

        .testimonial-content45 {
            flex-grow: 1;
        }

        .testimonial-title45 {
            font-size: 18px;
            font-weight: 600;
            color: #2d3748;
            margin-bottom: 12px;
            line-height: 1.3;
        }

        .testimonial-text45 {
            font-size: 14px;
            line-height: 1.5;
            color: #64748b;
            margin-bottom: 20px;
        }

        .author-info45 {
            display: flex;
            align-items: center;
        }

        .author-left45 {
            display: flex;
            align-items: center;
        }

        .author-avatar45 {
            width: 35px;
            height: 35px;
            border-radius: 50%;
            background: linear-gradient(45deg, #5e59f1, #7c3aed);
            margin-right: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-weight: 600;
            font-size: 13px;
        }

        .author-details45 h4 {
            font-size: 14px;
            font-weight: 600;
            color: #2d3748;
            margin-bottom: 2px;
        }

        .author-details45 p {
            color: #64748b;
            font-size: 12px;
        }

        .slide-indicator45 {
            display: none;
        }

        .indicator-dot45 {
            display: none;
        }

        /* Mobile styles */
        @media (max-width: 768px) {
            .testimonials-wrapper45 {
                height: 85vh;
                min-height: 500px;
                max-height: 600px;
                background: white;
                box-shadow: 0 4px 20px rgba(0,0,0,0.08);
                margin: 0 10px;
            }

            .testimonials-container45 {
                gap: 0;
                width: 400%; /* 4 slides at 100% width each */
            }

            .testimonial-card45 {
                flex: 0 0 100%;
                flex-direction: column;
                height: 100%;
                border-radius: 0;
                box-shadow: none;
                border: none;
                transform: none !important;
            }

            .testimonial-card45:hover {
                transform: none !important;
                box-shadow: none;
            }

            .video-section45 {
                width: 100%;
                height: 65%;
                border-right: none;
                border-bottom: 1px solid #e2e8f0;
                flex-shrink: 0;
                position: relative;
            }

            .play-button45 {
                width: 60px;
                height: 60px;
                background: rgba(255,255,255,0.95);
                box-shadow: 0 6px 25px rgba(0,0,0,0.4);
                z-index: 20;
            }

            .play-icon45 {
                border-left: 18px solid #5e59f1;
                border-top: 12px solid transparent;
                border-bottom: 12px solid transparent;
                margin-left: 4px;
            }

            .video-overlay45 {
                background: rgba(0,0,0,0.4);
                z-index: 15;
            }

            .content-section45 {
                padding: 15px;
                flex: 1;
                height: 35%;
                display: flex;
                flex-direction: column;
                justify-content: space-between;
                overflow: hidden;
            }

            .testimonial-content45 {
                flex-grow: 1;
                display: flex;
                flex-direction: column;
            }

            .testimonial-title45 {
                font-size: 16px;
                margin-bottom: 8px;
                line-height: 1.3;
                flex-shrink: 0;
            }

            .testimonial-text45 {
                font-size: 12px;
                line-height: 1.4;
                margin-bottom: 12px;
                overflow: hidden;
                display: -webkit-box;
                -webkit-line-clamp: 3;
                -webkit-box-orient: vertical;
                flex-grow: 1;
                color: #64748b;
            }

            .author-info45 {
                flex-shrink: 0;
                margin-top: auto;
            }

            .author-avatar45 {
                width: 28px;
                height: 28px;
                font-size: 11px;
                margin-right: 8px;
            }

            .author-details45 h4 {
                font-size: 12px;
                margin-bottom: 1px;
            }

            .author-details45 p {
                font-size: 10px;
            }
        }

        @media (max-width: 480px) {
            .testimonials-wrapper45 {
                margin: 0 5px;
                border-radius: 8px;
                height: 80vh;
                min-height: 450px;
                max-height: 550px;
            }

            .content-section45 {
                padding: 12px;
            }

            .testimonial-title45 {
                font-size: 14px;
            }

            .testimonial-text45 {
                font-size: 11px;
                -webkit-line-clamp: 2;
            }

            /*.h22 {*/
            /*    font-size: 1.8rem;*/
            /*}*/

            .play-button45 {
                width: 50px;
                height: 50px;
            }

            .play-icon45 {
                border-left: 14px solid #5e59f1;
                border-top: 9px solid transparent;
                border-bottom: 9px solid transparent;
            }
        }
               @media (max-width: 768px) {
  .testimonial-card45 {
    flex: 0 0 100%;   /* each card = full width */
  }

  .testimonials-container45 {
    width: calc(100% * var(--total-slides)); /* auto expand based on slides */
  }
}


  .main-container-replica {
            /*max-width: 900px;*/
            margin: 0 auto;
            background: white;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
            min-height: 450px;
        }

        .content-layout-flex {
            display: flex;
            align-items: stretch;
        }

        .video-container-left {
            flex: 1;
            background: #e8e8e8;
            padding: 0;
            display: flex;
            align-items: stretch;
            justify-content: stretch;
            position: relative;
        }

        .video-wrapper-custom {
            position: relative;
            width: 100%;
            height: 100%;
            border-radius: 0;
            overflow: hidden;
            background: #000;
        }

        .main-video-element {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .play-overlay-container {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            background: rgba(0, 0, 0, 0.2);
            opacity: 1;
            transition: opacity 0.3s ease;
        }

        .custom-play-btn {
            width: 60px;
            height: 60px;
            background: rgba(0, 0, 0, 0.7);
            border: 2px solid white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .custom-play-btn:hover {
            background: rgba(0, 0, 0, 0.9);
            transform: scale(1.05);
        }

        .triangle-play-icon {
            width: 0;
            height: 0;
            border-left: 16px solid white;
            border-top: 10px solid transparent;
            border-bottom: 10px solid transparent;
            margin-left: 3px;
        }

        .stats-container-right {
            flex: 1;
            padding: 30px;
            background: #f8f9fa;
            display: flex;
            flex-direction: column;
            gap: 20px;
        }

        .stat-box-card {
            background: white;
            padding: 20px;
            border-radius: 8px;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
            border-left: 4px solid transparent;
        }

        .stat-box-card:nth-child(1) {
            border-left-color: #10b981;
        }

        .stat-box-card:nth-child(2) {
            border-left-color: #3b82f6;
        }

        .stat-box-card:nth-child(3) {
            border-left-color: #8b5cf6;
        }

        .stat-box-card:nth-child(4) {
            border-left-color: #f59e0b;
        }

        .stat-box-card:nth-child(5) {
            border-left-color: #ef4444;
        }

        .large-stat-number {
            font-size: 32px;
            font-weight: 700;
            color: #1f2937;
            line-height: 1;
            margin-bottom: 4px;
        }

        .stat-category-label {
            font-size: 14px;
            color: #1f2937;
            font-weight: 600;
            margin-bottom: 8px;
        }

        .detailed-stat-description {
            font-size: 11px;
            color: #9ca3af;
            line-height: 1.4;
        }

        /* Exact colors from screenshot */
        .green-text {
            color: #10b981;
        }

        .blue-text {
            color: #3b82f6;
        }

        .purple-text {
            color: #8b5cf6;
        }

        .orange-text {
            color: #f59e0b;
        }

        @media (max-width: 768px) {
            .content-layout-flex {
                flex-direction: column;
            }

            .video-container-left {
                min-height: 400px;
                max-height: 500px;
            }

            .stats-container-right {
                padding: 25px;
                gap: 15px;
            }

            .stat-box-card {
                padding: 15px;
            }
        }

        @media (max-width: 480px) {
            .video-container-left {
                min-height: 220px;
                max-height: 450px;
            }

            .stats-container-right {
                padding: 20px;
            }
        }