.mentor-banner {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  color: #fff;
  display: flex;
  align-items: center;
}

.mentor-banner .container {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}


.mentor-banner .hero-center h1 {
  font-size: 40px;
  line-height: 1.2;
  margin: 20px 0;
  font-weight: var(--fw-bold);
}

.mentor-banner .hero-center p {
  font-size: 18px;
  opacity: 0.85;
  max-width: 600px;
  margin: auto;
}

.mentor-banner .pill {
  display: inline-block;
  padding: 8px 18px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 50px;
  font-size: 14px;
}

.mentor-banner .hero-notch {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 100px;
  z-index: 2;
}

.mentor-banner .hero-notch svg {
  width: 100%;
  height: 100%;
  display: block;
}

.mentor-banner .hero-shape-box img {
  width: 100%;
  display: block;
  border-radius: 10px;
}

.mentor-banner .hero-bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.mentor-banner .hero-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top, #90a42a96, rgb(0 0 0 / 63%) 70%);
  z-index: 1;
}

.mentor-banner .hero-inner {
  position: relative;
  z-index: 10;
}

.mentor-banner .heroBoxSwiper {
  width: 100%;
}

.mentor-banner .heroBoxSwiper img {
  width: 100%;
  display: block;
  border-radius: 10px;
  height: clamp(280px, 35vh, 300px);
  object-fit: cover;
}



.mentor-banner .hero-center {
  max-width: 650px;
  margin: 0 auto;
  min-width: unset;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.mentor-banner .btn-bnn {
  padding: 20px 10px;
  margin-left: 0px;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 12rem;
  overflow: hidden;
  height: 3rem;
  cursor: pointer;
  backdrop-filter: blur(1rem);
  border-radius: 1rem;
  transition: 0.5s;
  animation: gradient_301 5s ease infinite;
  border: double 4px transparent;
  background-image: linear-gradient(#000000, #070707), linear-gradient(137.48deg, #000000 10%, #c1d94a 45%, #c1d94a 67%, #c1d94a 87%);
  background-origin: border-box;
  background-clip: content-box, border-box;
}


.mentor-banner .hero-shape-box {
  width: min(625px, 100%);
  margin: 0 auto;
  padding: 10px;
  border-radius: 16px;
  background: #fff;
  overflow: hidden;
  z-index: 1;
  box-shadow:
    -10px -10px 20px rgb(67, 67, 67),
    10px 10px 20px rgb(97, 98, 99),
    inset -10px -10px 20px rgb(112, 113, 113);
}

.mentor-banner .float_LF h4 {
  background: linear-gradient(90deg, #ffffff, #f7e306, #a6df09);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  animation: gradientMove 3s ease-in-out infinite;
  font-weight: bold;
  font-size: 22px;
}

.mentor-banner .float_RG h4 {
  background: linear-gradient(90deg, #ffffff, #f7e306, #a6df09);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  animation: gradientMove 3s ease-in-out infinite;
  font-weight: bold;
  font-size: 22px;
}

@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.mentor-banner .float_LF {
  position: relative;
  width: 100%;
  padding: 18px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
  border-radius: 16px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
  animation: float 5s ease-in-out infinite;
  margin: 20px 0;
  border: 2px solid transparent;
  border-image-source: linear-gradient(341deg, #ffffff 36%, #eaefcf 36%, #ffffff00 26%, #ffffff00 75%, #d2e867 47%, #d2e867 47%);
  border-image-slice: 1;
}

.mentor-banner .float_RG {
  position: relative;
  width: 100%;
  padding: 18px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
  border-radius: 16px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
  animation: float 5s ease-in-out infinite;
  margin: 20px 0;
  border: 2px solid transparent;
  border-image-source: linear-gradient(341deg, #b3c751 36%, #9bac46 36%, #ffffff00 26%, #ffffff00 75%, #ffffff 47%, #f7ffce 47%);
  border-image-slice: 1;
}

@keyframes float {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-12px);
  }

  100% {
    transform: translateY(0);
  }
}

.mentor-banner .card-left.top {
  left: 0;
  top: 230px;
}


.ticker-wrap iframe {
  width: 100% !important;
  margin: auto;
  position: relative;
  z-index: 50;
  bottom: 42px;
  height: 10px;
  background-color: #c1d94a;
  border: none !important;
}

.mentor-banner .text {
  text-align: center;
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 1.2;
}

.mentor-banner .word {
  display: inline-block;
  white-space: nowrap;
  margin-right: 8px;
}

.mentor-banner .char {
  display: inline-block;
}

.mentor-banner .hero-shape-box {
  padding: 10px;
  border-radius: 16px;
  background: #fff;
  overflow: hidden;
  z-index: 1;
  box-shadow:
    -10px -10px 20px rgb(67, 67, 67),
    10px 10px 20px rgb(97, 98, 99),
    inset -10px -10px 20px rgb(112, 113, 113);
}



.mentor-banner #container-stars {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: 0.5s;
  backdrop-filter: blur(1rem);
  border-radius: 1rem;
}

.mentor-banner strong {
  z-index: 2;
  font-family: "Avalors Personal Use";
  font-size: 20px;
  letter-spacing: 2px;
  color: #ffffff;
  font-weight: bold;
}

.mentor-banner #glow {
  position: absolute;
  display: flex;
  width: 12rem;
}

.mentor-banner .circle {
  width: 100%;
  height: 30px;
  filter: blur(2rem);
  animation: pulse_3011 4s infinite;
  z-index: -1;
}

.mentor-banner .circle:nth-of-type(1) {
  background: rgba(255, 255, 255, 0.636);
}

.mentor-banner .circle:nth-of-type(2) {
  background: rgba(0, 0, 0, 0.704);
}

.mentor-banner .btn-bnn:hover #container-stars {
  z-index: 1;
  background-color: #212121;
}

.mentor-banner .btn-bnn:hover {
  transform: scale(1.1);
}

.mentor-banner .btn-bnn:active {
  border: double 4px #fe53bb;
  background-origin: border-box;
  background-clip: content-box, border-box;
  animation: none;
}

.mentor-banner .btn-bnn:active .circle {
  background: #fe53bb;
}

.mentor-banner #stars {
  position: relative;
  background: transparent;
  width: 200rem;
  height: 200rem;
}

.mentor-banner #stars::after {
  content: "";
  position: absolute;
  top: -10rem;
  left: -100rem;
  width: 100%;
  height: 100%;
  animation: animStarRotate 90s linear infinite;
}

.mentor-banner #stars::after {
  background-image: radial-gradient(#ffffff 1px, transparent 1%);
  background-size: 50px 50px;
}

.mentor-banner #stars::before {
  content: "";
  position: absolute;
  top: 0;
  left: -50%;
  width: 170%;
  height: 500%;
  animation: animStar 60s linear infinite;
}

.mentor-banner #stars::before {
  background-image: radial-gradient(#ffffff 1px, transparent 1%);
  background-size: 50px 50px;
  opacity: 0.5;
}

@keyframes animStar {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-135rem);
  }
}

@keyframes animStarRotate {
  from {
    transform: rotate(360deg);
  }

  to {
    transform: rotate(0);
  }
}

@keyframes gradient_301 {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes pulse_3011 {
  0% {
    transform: scale(0.75);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }

  100% {
    transform: scale(0.75);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}


.mentor-banner .img-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.mentor-banner .tile-layer {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(2, 1fr);
  z-index: 5;
}

.mentor-banner .tile-layer span {
  background: white;
  transform: translateY(0);
  opacity: 1;
}

.mentor-banner .swiper-slide-active .tile-layer span {
  animation: tileOut 1s ease forwards;
}

.mentor-banner .tile-layer span:nth-child(1) {
  animation-delay: 0s;
}

.mentor-banner .tile-layer span:nth-child(2) {
  animation-delay: .1s;
}

.mentor-banner .tile-layer span:nth-child(3) {
  animation-delay: .2s;
}

.mentor-banner .tile-layer span:nth-child(4) {
  animation-delay: .3s;
}

.mentor-banner .tile-layer span:nth-child(5) {
  animation-delay: .4s;
}

.mentor-banner .tile-layer span:nth-child(6) {
  animation-delay: .5s;
}

.mentor-banner .tile-layer span:nth-child(7) {
  animation-delay: .6s;
}

.mentor-banner .tile-layer span:nth-child(8) {
  animation-delay: .7s;
}

.mentor-banner .tile-layer span:nth-child(9) {
  animation-delay: .8s;
}

.mentor-banner .tile-layer span:nth-child(10) {
  animation-delay: .9s;
}

@keyframes tileOut {
  0% {
    transform: translateY(0);
    opacity: 1;
  }

  90% {
    opacity: 1;
  }

  100% {
    transform: translateY(120%);
    opacity: 0;
  }
}


.bt-rd {
  margin-top: 60px;
}
.mobile-btRD{
  display: none;
}



/*********** responsive start ***********/
@media (max-width: 900px) {
  .mentor-banner .float-card {
    display: none;
  }

  .mentor-banner .hero-center h1 {
    font-size: 38px;
  }
}

@media (min-width:2001px) and (max-width:3000px) {
  .mentor-banner .hero-center h1 {
    font-size: 48px;
  }

  .mentor-banner .hero-center {
    max-width: 632px;
    min-width: 620px;
  }

  .mentor-banner .pill {
    font-size: 18px;
  }

  .mentor-banner .btn-bnn {
    padding: 27px 10px;
    width: 14rem;
  }

  .mentor-banner strong {
    font-size: 25px;
  }

  .mentor-banner .hero-center {
    margin-top: 50px;
  }

  .bt-rd {
    margin-top: 150px;
  }


  .mentor-banner .hero-shape-box {
    width: min(850px, 100%);
  }

  .mentor-banner .heroBoxSwiper img {
    height: clamp(250px, 30vh, 380px);
  }

  .mentor-banner .float_LF h4 {
    font-size: 28px;
  }

  .mentor-banner .float_LF span {
    font-size: 20px;
  }

  .mentor-banner .float_RG h4 {
    font-size: 28px;
  }

  .mentor-banner .float_RG span {
    font-size: 20px;
  }

  .m_header .menu-link {
    font-size: 22px;
  }
}

@media (min-width:1901px) and (max-width:2000px) {
  .mentor-banner .hero-center h1 {
    font-size: 48px;
  }

  .mentor-banner .hero-center {
    max-width: 632px;
    min-width: 620px;
  }

  .mentor-banner .pill {
    font-size: 18px;
  }

  .mentor-banner .btn-bnn {
    padding: 27px 10px;
    width: 14rem;
  }

  .mentor-banner strong {
    font-size: 25px;
  }

  .mentor-banner .hero-center {
    margin-top: 50px;
  }

  .bt-rd {
    margin-top: 92px;
  }


  .mentor-banner .hero-shape-box {
    width: min(780px, 100%);
  }

  .mentor-banner .heroBoxSwiper img {
    height: clamp(150px, 30vh, 300px);
  }

  .mentor-banner .float_LF h4 {
    font-size: 28px;
  }

  .mentor-banner .float_LF span {
    font-size: 20px;
  }

  .mentor-banner .float_RG h4 {
    font-size: 28px;
  }

  .mentor-banner .float_RG span {
    font-size: 20px;
  }

  .m_header .menu-link {
    font-size: 22px;
  }
}

@media (min-width:1700px) and (max-width:1900px) {
  .mentor-banner .hero-center {
    margin-top: 50px;
  }

  .bt-rd {
    margin-top: 100px;
  }

  .mentor-banner .hero-shape-box {
    width: min(680px, 100%);
  }

  .mentor-banner .heroBoxSwiper img {
    height: clamp(280px, 35vh, 300px);
  }

}

@media (min-width:1400px) and (max-width:1500px) {

  .mentor-banner .hero-center h1 {
    font-size: 30px;
  }

  .mentor-banner .btn-bnn {
    height: 2rem;
    width: 10rem;
  }

  .mentor-banner .btn-bnn {
    margin-top: 0px;
  }

  .bt-rd {
    margin-top: 70px;
  }

  .mentor-banner .hero-shape-box {
    width: min(600px, 100%);
  }

  .mentor-banner .heroBoxSwiper img {
    height: clamp(200px, 35vh, 280px);
  }

  .mentor-banner .float_LF {
    position: relative;
    width: 92%;
  }

  .mentor-banner .float_RG {
    position: relative;
    width: 92%;
  }

  .mentor-banner .card-left.top {
    left: 0;
    top: 174px;
  }
}


@media (min-width:1200px) and (max-width:1399px) {

  .mentor-banner .hero-center h1 {
    font-size: 32px;
  }

  .mentor-banner .btn-bnn {
    height: 1rem;
    width: 10rem;
  }

  .mentor-banner strong {
    font-size: 18px;
  }

  .bt-rd {
    margin-top: 20px;
  }

  .mentor-banner .hero-shape-box {
    width: min(550px, 100%);
  }

  .mentor-banner .heroBoxSwiper img {
    height: clamp(200px, 35vh, 280px);
  }

  .mentor-banner .card-left.top {
    left: 0px;
    top: 132px;
  }

  .mentor-banner .float_LF h4 {
    font-size: 18px;
  }

  .mentor-banner .float_RG h4 {
    font-size: 18px;
  }

  .mentor-banner .float_LF {
    width: 90% !important;
  }

  .mentor-banner .float_RG {
    width: 90% !important;
  }
}

@media (min-width:1100px) and (max-width:1199px) {
  .mentor-banner .hero-center h1 {
    font-size: 30px;
  }

  .mentor-banner .heroBoxSwiper img {
    height: clamp(150px, 25vh, 180px);
  }

  .mentor-banner .float_LF h4 {
    font-size: 20px;
  }

  .mentor-banner .float_RG h4 {
    font-size: 20px;
  }

  .mentor-banner strong {
    font-size: 18px;
  }

  .mentor-banner .btn-bnn {
    padding: 15px 4px;
    width: 9rem;
    height: 0rem;
  }

  .mentor-banner .hero-center {
    margin-top: 40px;
  }

  .bt-rd {
    margin-top: 14px;
  }
}
/* adjust height (mou) */
@media (min-height:700px) and (max-height:850px) {
  .mentor-banner .hero-center {
    margin-top: 40px;
  }

  .bt-rd {
    margin-top: 60px;
  }
}

@media (min-height:850px) and (max-height:950px) {

  .bt-rd {
    margin-top: 135px !important;
  }
}

@media (min-height:950px) and (max-height:1050px) {
  .mentor-banner .hero-center {
    margin-top: 120px;
  }

  .bt-rd {
    margin-top: 150px !important;
  }
}

@media (min-height:820px) and (max-height:840px) {
  .mentor-banner .hero-center {
    margin-top: 120px;
  }

  .bt-rd {
    margin-top: 100px;
  }
}

@media (min-width:1300px) and (max-width:1499px) and (min-height:700px) and (max-height:850px) {
  .bt-rd {
    margin-top: 90px;
  }
}
@media (min-width:1500px) and (max-width:2000px) and (min-height:700px) and (max-height:850px) {
  .bt-rd {
    margin-top: 33px;
  }
}
/* adjust height (mou) */








/*****  MENTOR BANNER — MOBILE RESPONSIVE *****/
/* ── Tablet (768px – 1099px) ── */
@media (max-width: 1099px) {
.bt-rd{
  display: none;
}
    .mentor-banner .hero-notch {
        height: 109px;
    }
.mobile-btRD {
    display: block;
}
  .mentor-banner {
    min-height: 100svh;
    align-items: flex-start;
    padding-top: 100px;
    padding-bottom: 80px;
  }

  .mentor-banner .container {
    gap: 30px;
  }

  .mentor-banner .hero-center {
    margin-top: 0;
    max-width: 100%;
    min-width: unset;
    padding: 0 15px;
  }

  .mentor-banner .hero-center h1,
  .mentor-banner .text {
    font-size: clamp(1.6rem, 4.5vw, 2.4rem);
    line-height: 1.25;
  }

  .mentor-banner .pill {
    font-size: 12px;
    padding: 6px 14px;
  }

  .mentor-banner .btn-bnn {
    width: 11rem;
    height: 2.8rem;
    padding: 18px 10px;
    margin-top: 16px;
  }

  .mentor-banner strong {
    font-size: 17px;
  }
  .bt-rd {
    margin-top: 30px !important;
  }

  .bt-rd .row {
    gap: 20px 0;
  }

  .mentor-banner .hero-shape-box {
    width: min(520px, 92%);
  }

  .mentor-banner .heroBoxSwiper img {
    height: clamp(180px, 28vw, 260px);
  }

  .mentor-banner .float_LF,
  .mentor-banner .float_RG {
    width: 90% !important;
    margin: 10px auto;
    padding: 14px;
  }

  .mentor-banner .float_LF h4,
  .mentor-banner .float_RG h4 {
    font-size: 17px;
  }

  .mentor-banner .float_LF span,
  .mentor-banner .float_RG span {
    font-size: 14px;
  }
}


/* ── Mobile Large (576px – 767px) ── */
@media (max-width: 767px) {
  .mentor-banner {
    padding-top: 90px;
    padding-bottom: 100px;
  }
  .bt-rd .row {
    flex-direction: column;
    align-items: center !important;
  }

  .bt-rd .col-lg-3,
  .bt-rd .col-lg-6 {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
  }
  .bt-rd .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
  }

  .bt-rd .col-lg-3 {
    width: calc(50% - 6px);
    max-width: 220px;
  }

  .mentor-banner .float_LF,
  .mentor-banner .float_RG {
    width: 100% !important;
    margin: 0;
    padding: 12px 14px;
  }

  .mentor-banner .float_LF h4,
  .mentor-banner .float_RG h4 {
    font-size: 14px;
    margin-bottom: 4px;
  }

  .mentor-banner .float_LF .big,
  .mentor-banner .float_RG .big {
    font-size: 13px;
    word-break: break-all;
  }

  .mentor-banner .hero-shape-box {
    width: 95%;
    padding: 8px;
    order: -1; 
  }

  .mentor-banner .heroBoxSwiper img {
    height: clamp(180px, 50vw, 240px);
    border-radius: 8px;
  }

  .mentor-banner .text {
    font-size: clamp(1.4rem, 6vw, 2rem);
  }

  .mentor-banner .pill {
    font-size: 11px;
    padding: 5px 12px;
  }

  .mentor-banner .btn-bnn {
    width: 10rem;
    height: 2.6rem;
    padding: 16px 8px;
    margin-top: 14px;
  }

  .mentor-banner strong {
    font-size: 15px;
    letter-spacing: 1px;
  }

  .bt-rd {
    margin-top: 24px !important;
  }

}


/* ── Mobile Small (max 575px) ── */
@media (max-width: 575px) {
  .mentor-banner {
    padding-top: 80px;
    padding-bottom: 90px;
  }

  .mentor-banner .text {
    font-size: clamp(1.25rem, 7vw, 1.75rem);
    margin: 14px 0;
  }

  .mentor-banner .pill {
    font-size: 10px;
    padding: 5px 10px;
    letter-spacing: 0.5px;
  }

  .bt-rd .col-lg-3 {
    width: 100%;
    max-width: 100%;
  }

  .mentor-banner .float_LF,
  .mentor-banner .float_RG {
    padding: 12px;
    border-radius: 12px;
  }

  .mentor-banner .float_LF h4,
  .mentor-banner .float_RG h4 {
    font-size: 13px;
  }

  .mentor-banner .float_LF .big,
  .mentor-banner .float_RG .big {
    font-size: 12px;
  }

  .mentor-banner .hero-shape-box {
    width: 100%;
    border-radius: 12px;
    padding: 6px;
  }

  .mentor-banner .heroBoxSwiper img {
    height: clamp(160px, 55vw, 220px);
    border-radius: 6px;
  }

  .mentor-banner .btn-bnn {
    width: 9.5rem;
    height: 2.5rem;
    padding: 14px 6px;
  }

  .mentor-banner strong {
    font-size: 14px;
  }

  .bt-rd {
    margin-top: 20px !important;
  }

}
/* ── Extra Small (max 400px) ── */
@media (max-width: 400px) {

  .mentor-banner .text {
    font-size: 1.2rem;
  }

  .mentor-banner .pill {
    font-size: 9px;
    padding: 4px 10px;
  }

  .mentor-banner .btn-bnn {
    width: 9rem;
    height: 2.4rem;
  }

  .mentor-banner strong {
    font-size: 13px;
    letter-spacing: 0.5px;
  }

  .mentor-banner .heroBoxSwiper img {
    height: 160px;
  }

  .mentor-banner .float_LF h4,
  .mentor-banner .float_RG h4 {
    font-size: 12px;
  }
}
/* ── Height based fix (mobile landscape) ── */
@media (max-height: 600px) and (max-width: 900px) {

  .mentor-banner {
    padding-top: 70px;
    min-height: unset;
    height: auto;
  }

  .mentor-banner .heroBoxSwiper img {
    height: 130px;
  }

  .bt-rd {
    margin-top: 15px !important;
  }

  .mentor-banner .hero-notch {
    display: none;
  }
}

/* ── floting social icon start ── */
.right-icon-wrapper {
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 500 !important;

}
.right-icon-toggle {
    background: #000;
    height: 65px;
    width: 65px;
    border-radius: 12px 0 0 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: -4px 4px 12px rgba(0, 0, 0, 0.35);
    transition: all 0.3s ease;
    border: 1px solid #d2e867;
}
.arrow-icon {
    width: 12px;
    height: 12px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(135deg);
    transition: transform 0.4s ease;
}
.right-icon-panel {
    position: absolute;
    top: 60px;
    right: 0;
    width: 65px;
    padding: 18px 0;
    border-radius: 0 0 0 14px;
    background: rgba(255, 249, 230, 0.97);
    border: 1px solid rgba(123, 75, 42, 0.2);
    backdrop-filter: blur(6px);
    display: flex;
    flex-direction: column;
    gap: 20px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-12px);
    transition: all 0.35s ease;
    box-shadow: -6px 10px 18px rgba(0, 0, 0, 0.25);
}
.rb-item {
    text-align: center;
    font-size: 22px;
    transition: all 0.3s ease;
}
.right-icon-panel img{
 width:25px;
}

.right-icon-panel.open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.right-icon-toggle.active .arrow-icon {
    transform: rotate(-45deg);
}

/* ── floting wh-face icon start ── */
.social-float{
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 9999;
}

.float-btn{
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  font-size:26px;
  text-decoration:none;
  box-shadow:0 5px 15px rgba(0,0,0,0.3);
  transition:0.3s;
}

.float-btn:hover{
  transform:scale(1.1);
}

.whatsapp{
  background:#25D366;
}

.facebook{
  background:#1877F2;
}
/* ── floting social icon end ── */