.drop_1 a:hover {
    background: #f44336;
    color: #fff;
}

.drop_1 {
    margin-top: 14px!important;
    border-top: 4px solid #F44336 !important;
    min-width: 200px;
    padding-top: 0;
    padding-bottom: 0;
    border-color: #5333f212;
}

.about_pg1r3m {
    border-radius: 30px 30px 0px 0px;
    padding: 30px 15px;
    background: linear-gradient(135deg, #d4145a, #a10d2c);
    color: #fff;
}


 .custom-video-figure-3d {
  perspective: 1000px;
  width: 550px;
  height: 480px;
  margin: 0 auto;
}

.video-wrapper-3d {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 0.5s ease, box-shadow 0.5s ease;
  transform: rotateY(0deg) rotateX(0deg);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  overflow: hidden;
  background: #000;
  will-change: transform;
}

.video-wrapper-3d iframe {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 15px;
}

/* Optional 3D Hover Tilt */
.custom-video-figure-3d:hover .video-wrapper-3d {
  transform: rotateY(5deg) rotateX(3deg);
  box-shadow: 0 25px 40px rgba(0, 0, 0, 0.4);
}


  .callShortcut_sticky-actions {
    position: fixed;
    left: 16px;      /* stick to left */
    bottom: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 9999;
  }
  .callShortcut_action-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
    text-decoration: none;
    box-shadow: 0 6px 18px rgba(0,0,0,0.3);
    transition: transform .2s ease, box-shadow .2s ease;
  }
  .callShortcut_action-btn:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 22px rgba(0,0,0,0.4);
  }
  .callShortcut_whatsapp { background: #25D366; }
  .callShortcut_call { background: #0d9488; }
  @media(max-width:520px){
    .callShortcut_action-btn { width: 46px; height: 46px; font-size: 20px; }
  }
