* {
  margin: 0;
  padding: 0;
}

body {
  line-height: 1.7;
}

/* TOP HEADER SECTION start */
.top-header-section {
  background: #1f1f1f;
  padding: 12px 0;
  color: #fff;
  width: 100%;
}

.top-header-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* LEFT SIDE (Desktop Horizontal) */
.top-header-left {
  display: flex;
  align-items: center;
  gap: 40px;
  white-space: nowrap;
  justify-content: space-between;
  width: 100%;
  
}

.top-header-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
}

.th-icon {
  width: 22px;
  height: 22px;
  background: #f7c500;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.th-icon svg{
  width: 15px;
  height: 15px;
}

/* RIGHT SIDE */
.top-header-right {
  display: flex;
  align-items: center;
  gap: 12px;
}

.top-header-social {
  width: 36px;
  height: 36px;
  background: #f7c500;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}

.top-header-social:hover {
  transform: translateY(-3px);
}

/* ============================
       RESPONSIVE (Mobile)
    ============================ */
@media (max-width: 768px) {
  .top-header-container {
    flex-direction: column;
    align-items: center;
    gap: 18px;
    padding: 13px 20px;
  }

  .top-header-left {
    flex-direction: column;
    gap: 14px;
    white-space: normal; /* allow wrap */
    text-align: center;
  }

  .top-header-item {
    font-size: 14px;
    justify-content: center;
  }

  .top-header-right {
    justify-content: center;
  }
}

/* header section end  */
.top-header-right .top-header-social img{
  width: 35px;
}.top-header-social{
  background: unset !important;
}

  .fab {
    position: fixed;
    right: 20px;
    bottom: 90px;
    width: 56px;
    height: 56px;
    border-radius: 999px;
    display: inline-grid;
    place-items: center;
    cursor: pointer;
    background: linear-gradient(180deg, #f3d55e 0%, #f7c500 100%);
    box-shadow: 0 8px 20px rgba(11, 116, 222, 0.18);
    transition: transform 420ms cubic-bezier(.2,.9,.2,1), box-shadow 420ms cubic-bezier(.2,.9,.2,1), top 420ms cubic-bezier(.2,.9,.2,1), bottom 420ms cubic-bezier(.2,.9,.2,1);
    border: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    z-index: 100;
  }

  .fab:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 28px rgba(11, 116, 222, 0.22);
  }

  .fab:active {
    transform: translateY(2px) scale(0.98);
    box-shadow: 0 6px 12px rgba(11, 116, 222, 0.14);
  }

  .fab:focus {
    outline: none;
    box-shadow: 0 0 0 4px rgba(11,116,222,0.12);
  }

  .fab.to-top {
    top: 20px;
    bottom: auto;
    transform: translateY(0) scale(1.02);
  }

  .fab svg {
    width: 22px;
    height: 22px;
    display: block;
    stroke: #000;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
  }

  .visually-hidden {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px,1px,1px,1px);
    white-space: nowrap;
    border: 0;
    padding: 0;
    margin: -1px;
  }

html, body{
  scroll-behavior: smooth;
}
.wa-float-btn-x91 {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 58px;
  height: 58px;
  background: #25d366;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(0,0,0,0.18);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
  z-index: 99999;
}

.wa-float-btn-x91:hover {
  transform: scale(1.08);
  box-shadow: 0 10px 24px rgba(0,0,0,0.22);
}

.wa-float-icon-x91 {
  width: 32px;
  height: 32px;
  display: block;
}
