@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Outfit:wght@100..900&display=swap");
.Header--content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 74px;
  padding: 10px 15px;
  background: #03193a;
  background: #000;
  border-bottom: 1px solid #ffbf0f;
  gap: 10px;
}
@media (max-width: 374px) {
  .Header--content {
    padding: 10px;
  }
}
@media (min-width: 768px) {
  .Header--content {
    height: 74px;
    padding: 10px 15px 15px;
  }
}
@media (min-width: 1024px) {
  .Header--content {
    padding: 8px 22px;
  }
}
@media (min-width: 1200px) {
  .Header--content {
    padding: 8px 30px;
  }
}
@media (min-width: 1440px) {
  .Header--content {
    padding: 8px 40px;
  }
}
@media (min-width: 1680px) {
  .Header--content {
    padding: 14px 44px;
  }
}
@media (min-width: 1920px) {
  .Header--content {
    padding: 14px 104px;
  }
}
.Header--content_secondary {
  background: #111725;
}
.Header--menu {
  display: flex;
  align-items: center;
}
.Links--search__L6_Ds {
  display: none;
  transition: transform 0.2s ease;
}
.Links--search__L6_Ds:active:not(.Links--Disabled__sSGGZ) {
  transform: scale(0.96);
  opacity: 0.8;
  transition: transform 0.1s ease;
}
@media (min-width: 768px) {
  .Links--search__L6_Ds {
    display: flex;
    align-items: center;
    margin: 0 20px;
    cursor: pointer;
  }
}
@media (min-width: 1024px) {
  .Links--search__L6_Ds {
    margin: 0 24px 0 40px;
    transition: 0.4s;
  }
}
@media (min-width: 1200px) {
  .Links--search__L6_Ds {
    margin-right: 30px;
    font-size: 30px !important;
  }
}
@media (min-width: 1440px) {
  .Links--search__L6_Ds {
    margin: 0 32px 0 45px;
  }
}
@media (min-width: 1680px) {
  .Links--search__L6_Ds {
    margin: 0 40px 0 80px;
  }
}
@media (min-width: 1920px) {
  .Links--search__L6_Ds {
    margin-left: 56px;
  }
}
html {
  scroll-behavior: smooth;
}
.Links--linksContainer__xSweA {
  display: flex;
  margin-right: auto;
}
.Links--linksList__pDEVb {
  display: flex;
  align-items: center;
}
.Links--linksList__pDEVb li {
  display: none;
}
.Links--linksList__pDEVb li:first-child .Links--link__UkG_N {
  padding-left: 0;
}
.Links--desktopNavLink__LAtSD {
  transition: transform 0.2s ease;
}
.Links--desktopNavLink__LAtSD:active:not(.Links--Disabled__sSGGZ) {
  transform: scale(0.96);
  opacity: 0.8;
  transition: transform 0.1s ease;
}
@media (min-width: 768px) {
  .Links--link__UkG_N {
    padding: 0 9px;
    text-decoration: none;
  }
  .Links--link_active__r07qt .Links--desktopNavLink__LAtSD,
  .Links--link_homePageLinks__iBBcF .Links--desktopNavLink__LAtSD {
    color: #cad3e1;
    transition: 0.4s;
  }
  .Links--linkWrapper__p3qDS:nth-child(-n + 3) {
    display: flex;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .Links--linkWrapper__p3qDS:nth-child(3) .Links--link__UkG_N {
    padding-right: 0;
  }
}
@media (min-width: 1024px) {
  .Links--linksList__pDEVb:hover
    .Links--link__UkG_N
    .Links--desktopNavLink__LAtSD {
    color: hsla(0, 0%, 100%, 0.4);
    transition: 0.4s;
  }
  .Links--linksList__pDEVb:hover
    .Links--link__UkG_N:hover
    .Links--desktopNavLink__LAtSD {
    color: #cad3e1;
    transition: 0.4s;
  }
  .Links--linksList__pDEVb:hover
    .Links--link_active__r07qt
    .Links--desktopNavLink__LAtSD {
    color: #cad3e1;
  }
  .Links--linkWrapper__p3qDS:nth-child(-n + 4) {
    display: flex;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .Links--linkWrapper__p3qDS:nth-child(4) .Links--link__UkG_N {
    padding-right: 0;
  }
}
@media (min-width: 1200px) {
  .Links--linkWrapper__p3qDS:nth-child(-n + 6) {
    display: flex;
  }
  .Links--linkWrapper__p3qDS .Links--link__UkG_N {
    padding: 0 15px;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .Links--linkWrapper__p3qDS:nth-child(5) .Links--link__UkG_N {
    padding-right: 0;
  }
}
@media (min-width: 1440px) {
  .Links--linkWrapper__p3qDS {
    display: flex;
  }
  .Links--linkWrapper__p3qDS .Links--link__UkG_N {
    padding: 0 12px;
  }
  .Links--linkWrapper__p3qDS:last-child .Links--link__UkG_N {
    padding-right: 0;
  }
}
@media (min-width: 1680px) {
  .Links--link__UkG_N {
    padding: 0 20px;
  }
}
@media (max-width: 1024px) {
  .Links--desktopNavLink__LAtSD {
    color: #cad3e1;
    transition: 0.4s;
  }
}
@media (min-width: 768px) {
  .HeaderUser--notification__n9SYx .Profile-User-Notifications {
    display: flex;
    align-items: center;
    margin-right: 18px;
    transition: transform 0.2s ease;
  }
  .HeaderUser--notification__n9SYx
    .Profile-User-Notifications:active:not(.HeaderUser--Disabled__gQOww) {
    transform: scale(0.96);
    opacity: 0.8;
    transition: transform 0.1s ease;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .HeaderUser--notification__n9SYx .Profile-User-Notifications {
    margin-right: 30px;
    transition: 0.4s;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .HeaderUser--notification__n9SYx .Profile-User-Notifications {
    margin-right: 36px;
  }
}
@media (min-width: 768px) and (min-width: 1680px) {
  .HeaderUser--notification__n9SYx .Profile-User-Notifications {
    margin-right: 40px;
  }
}
@media (min-width: 768px) and (min-width: 1920px) {
  .HeaderUser--notification__n9SYx .Profile-User-Notifications {
    margin-right: 45px;
  }
}
.HeaderUser--depositButton__704OZ {
  position: relative;
  margin: 0 0 0 5px;
  padding: 10px 8px;
}
.HeaderUser--depositButton__704OZ .Small-Button-Text {
  font-size: 14px;
}
@media (max-width: 359px) {
  .HeaderUser--depositButton__704OZ {
    padding: 16px;
  }
  .HeaderUser--depositButton__704OZ:after {
    position: absolute;
    top: 45%;
    left: 50%;
    color: #fff;
    font-size: 20px;
    transform: translate(-50%, -50%);
    content: "+";
  }
  .HeaderUser--depositButton__704OZ .Small-Button-Text {
    font-size: 0;
  }
}
@media (min-width: 768px) {
  .HeaderUser--depositButton__704OZ {
    padding: 10px 12px;
  }
}
@media (min-width: 1024px) {
  .HeaderUser--depositButton__704OZ {
    margin-left: 10px;
  }
}
.HeaderUser--loader__FAbXp {
  width: 59px;
}
.HeaderUser--avatar__ORsYw {
  margin-left: 6px;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .HeaderUser--avatar__ORsYw {
    margin-left: 12px;
  }
}
@media (min-width: 1440px) {
  .HeaderUser--avatar__ORsYw {
    margin-left: 20px;
  }
}
.Profile-User-Notifications {
  cursor: pointer;
}
.Profile-User-Notifications .Profile-User-Bell {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 30px;
}
.Profile-User-Notifications .Profile-User-Bell-Animation {
  display: flex;
  align-items: center;
  min-width: 38px;
}
@media (min-width: 1024px) {
  .Profile-User-Notifications .Profile-User-Bell-Animation {
    min-width: 42px;
  }
}
@media (min-width: 1440px) {
  .Profile-User-Notifications .Profile-User-Bell-Animation {
    min-width: 49px;
  }
}
.Profile-User-Notifications .Badge-Count {
  top: -5px;
  right: -4px;
  min-width: 16px;
  height: 16px;
  font-size: 11px;
}
@media (min-width: 1440px) {
  .Profile-User-Notifications .Badge-Count {
    top: -6px;
    right: -9px;
    min-width: 18px;
    height: 18px;
    font-size: 13px;
  }
}
.Badge--badge__sdlMd {
  position: relative;
  transition: transform 0.2s ease;
}
.Badge--badge__sdlMd:active:not(.Badge--Disabled__mkpb4) {
  transform: scale(0.96);
  opacity: 0.8;
  transition: transform 0.1s ease;
}
.Badge--sup__WIJem {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #ff0960;
  border-radius: 50%;
}
.Badge--count__M_zYz {
  top: -6px;
  right: -9px;
  min-width: 18px;
  height: 18px;
  font-size: 13px;
}
@media (max-width: 359px) {
  .Badge--count__M_zYz {
    top: -2px;
    right: -2px;
    min-width: 13px;
    height: 13px;
    font-size: 10px;
  }
}
.Badge--dot__eC8nF {
  top: 0;
  right: 0;
  width: 8px;
  height: 8px;
}
.Avatar--avatar__09aGT {
  position: relative;
  z-index: 1;
  display: flex;
  overflow: hidden;
  border-radius: 50%;
  cursor: pointer;
  padding: 0;
  background: transparent;
  border: none;
  outline: none;
  transition: transform 0.2s ease;
}
.Avatar--avatar__09aGT:active:not(.Avatar--Disabled__MzvpN) {
  transform: scale(0.96);
  opacity: 0.8;
  transition: transform 0.1s ease;
}
@media (min-width: 1024px) {
  .Avatar--avatar__09aGT:hover .Avatar--image__62Wgi {
    transform: scale(1.3);
  }
}
.Avatar--microscopically__bQEVT {
  width: 32px;
  height: 32px;
}
.Avatar--tiny___9gVy {
  width: 40px;
  height: 40px;
}
.Avatar--mediumTiny__emFPj {
  width: 44px;
  height: 44px;
}
.Avatar--small__nDQNU {
  width: 50px;
  height: 50px;
}
.Avatar--mediumSmall__oHU3d {
  width: 55px;
  height: 55px;
}
.Avatar--medium__xKLID {
  width: 71px;
  height: 71px;
}
.Avatar--big__9i5d9 {
  width: 80px;
  height: 80px;
}
.Avatar--huge__4wHlj {
  width: 93px;
  height: 93px;
}
.Avatar--image__62Wgi {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 50%;
  transition: transform 0.3s ease-in-out;
}
.Avatar--defaultAvatar__HgdFI {
  width: 100%;
  height: 100%;
  background: radial-gradient(
    111% 118% at 0 0,
    #ff0960 0,
    #a515fa 40.92%,
    #3555ff 85.61%,
    #3a09ff 100%
  );
}
.Avatar--isHasNotifications__Wl3Nj {
  position: relative;
  overflow: visible;
}
.Avatar--isHasNotifications__Wl3Nj:after {
  position: absolute;
  top: 1px;
  right: -2px;
  width: 8px;
  height: 8px;
  background: #ff0960;
  border: 1px solid #03193a;
  border-radius: 50%;
  content: "";
}
@media (min-width: 768px) {
  .Avatar--isHasNotifications__Wl3Nj:after {
    display: none;
  }
}
@media (min-width: 1024px) {
  .Avatar--isHasNotifications__Wl3Nj {
    overflow: hidden;
  }
}
@media (max-width: 370px) {
  .HeaderAuth--signIn__CQo6n {
    padding: 10px 7px;
  }
}
.HeaderAuth--signIn__CQo6n .Small-Button-Text {
  font-size: 14px;
}
.HeaderAuth--signUp__DEt2N {
  margin: 0 0 0 5px;
  padding: 10px 12px;
  background-color: #ffbf00;
}
@media (max-width: 370px) {
  .HeaderAuth--signUp__DEt2N {
    padding: 10px 8px;
  }
}
@media (min-width: 1024px) {
  .HeaderAuth--signUp__DEt2N {
    height: 34px;
    margin-left: 10px;
  }
}
.HeaderAuth--signUp__DEt2N .Small-Button-Text {
  font-size: 14px;
  color: #000;
}
.Hidden-Search {
  position: absolute;
  bottom: -50px;
  z-index: -1;
  width: 100%;
  transform: translateY(-50px);
  transition: 0.3s;
}
.Hidden-Search--Show {
  transform: translateY(0);
}
.BalanceMobile--balanceContainer__hjdjR {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  padding: 10px 12px;
  white-space: nowrap;
  background: #12294a;
  border-radius: 10px;
  cursor: pointer;
  transition: transform 0.2s ease;
}
.BalanceMobile--balanceContainer__hjdjR:active:not(
    .BalanceMobile--Disabled__D9gcM
  ) {
  transform: scale(0.96);
  opacity: 0.8;
  transition: transform 0.1s ease;
}
@media (min-width: 1024px) {
  .BalanceMobile--balanceContainer__hjdjR {
    height: 38px;
  }
}
.BalanceMobile--balanceContainerImage__D6rpx {
  width: 14px;
  height: 14px;
  position: relative;
  margin-right: 5px;
}
.BalanceMobile--balanceContainer__hjdjR p,
.BalanceMobile--balanceContainer__hjdjR svg {
  margin-right: 7px;
  color: #fff;
  font-weight: 500;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.BalanceMobile--balanceContainer__hjdjR select {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.BalanceMobile--balanceContainer__hjdjR .BalanceMobile--smallButtonText__A22d6 {
  font-size: 13px;
  white-space: nowrap;
  text-transform: unset;
}
@media (min-width: 1024px) {
  .BalanceMobile--balanceContainer__hjdjR
    .BalanceMobile--smallButtonText__A22d6 {
    font-size: 14px;
  }
}
.BalanceMobile--balanceContainer__hjdjR svg {
  width: 16px;
  height: 16px;
}
.BalanceMobile--balanceContainer_secondary__enYST {
  background: hsla(0, 0%, 100%, 0.06);
}
.Search-Input-Inner-Container {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1410px;
  height: 100%;
  min-height: 27px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .Search-Input-Inner-Container {
    padding: 0 9px;
  }
}
@media (min-width: 1200px) {
  .Search-Input-Inner-Container {
    padding: 0 15px;
  }
}
@media (min-width: 1440px) {
  .Search-Input-Inner-Container {
    padding: 0 25px;
  }
}
.Search-Input-Inner-Container .search {
  margin-left: -3px;
}
@media (min-width: 1024px) {
  .Search-Input-Inner-Container .close,
  .Search-Input-Inner-Container .search {
    font-size: 30px !important;
  }
}
div.Search-Input-Container {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  background: #12294a;
  border: none !important;
  border-radius: 0;
  box-shadow: 0 9px 35px rgba(3, 25, 58, 0.4);
}
div.Search-Input-Container:hover {
  background: #3e5170;
}
@media (min-width: 768px) {
  div.Search-Input-Container {
    height: 60px;
  }
}
@media (min-width: 1024px) {
  div.Search-Input-Container {
    height: 66px;
  }
}
@media (min-width: 1680px) {
  div.Search-Input-Container {
    height: 76px;
  }
}
.Search-Clear-Button {
  width: 58px;
  height: 27px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease;
  margin-right: 20px;
  background-color: hsla(0, 0%, 100%, 0.08);
  border-radius: 7px;
  cursor: pointer;
}
.Search-Clear-Button:active:not(.Disabled) {
  transform: scale(0.96);
  opacity: 0.8;
  transition: transform 0.1s ease;
}
.Input-Search {
  flex: 1 1;
  padding: 0 10px;
}
.Input-Search input {
  width: 100%;
  color: #fff;
  font-family: Jost, Segoe UI, Roboto, Oxygen, "sans-serif";
  background: transparent;
  border: none;
  outline: none;
  caret-color: #fff;
  font-size: 13px;
  line-height: 140%;
  letter-spacing: normal;
}
@media (min-width: 1024px) {
  .Input-Search input {
    font-size: 16px;
    line-height: 140%;
    letter-spacing: normal;
  }
}
.Input-Search input:-ms-input-placeholder {
  color: #90a2bd;
}
.Input-Search input::placeholder {
  color: #90a2bd;
}
.Input-Search input[type="search"]::-webkit-search-cancel-button,
.Input-Search input[type="search"]::-webkit-search-decoration,
.Input-Search input[type="search"]::-webkit-search-results-button,
.Input-Search input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
.BalanceDesktop--balanceDesktopContainer__ug8aj {
  position: relative;
  scrollbar-width: none;
  max-height: 38px;
}
.BalanceDesktop--balanceDesktopContainerImage__K5tGJ {
  width: 18px;
  height: 18px;
  position: relative;
  margin-right: 5px;
}
.BalanceDesktop--balanceDesktopContainerContent__ytjuo {
  position: absolute;
  top: 67px;
  right: -90px;
  z-index: 2;
  display: flex;
  width: 440px;
  background: #253a58;
  border: 1px solid rgba(226, 229, 233, 0.1);
  border-radius: 16px;
}
.BalanceDesktop--balanceDesktopContainerContent__ytjuo
  .BalanceDesktop--ActiveWallet__ofcB8 {
  padding: 25px 15px;
  border-radius: 16px 16px 0 0;
}
.BalanceDesktop--balanceDesktopContainerContent__ytjuo
  .BalanceDesktop--ChangeActiveWalletContainer___ou_X {
  height: 100%;
  margin: 0;
}
.BalanceDesktop--balanceDesktopContainerContent__ytjuo
  .BalanceDesktop--ChangeActiveWallet-Body__NKbFC {
  height: calc(100% - 70px);
  padding: 0;
}
.BalanceDesktop--balanceDesktopContainerContent__ytjuo
  .BalanceDesktop--ChangeActiveWalletList__0_01c {
  width: 100%;
  max-height: 330px;
  margin-right: 0;
  padding: 20px;
}
.BalanceDesktop--balanceDesktopContainerContent__ytjuo
  .BalanceDesktop--ChangeActiveWalletFooter__uVabF {
  height: 67px;
}
.BalanceDesktop--balanceDesktopContainerOverlay__n5hXS {
  display: none;
}
.BalanceDesktop--balanceDesktopContainerOverlayVisible__iblfd {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  width: 100%;
  height: 100%;
  border: none;
}
.BalanceDesktop--balanceDesktopContainer__ug8aj::-webkit-scrollbar {
  display: none;
}
.BalanceDesktop--balanceDesktopContainer__ug8aj::-moz-scrollbar {
  display: none;
}
.BalanceDesktop--balanceDesktopContainer__ug8aj::-o-scrollbar {
  display: none;
}
.BalanceDesktop--button__pOPXS {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 12px;
  white-space: nowrap;
  background: #12294a;
  border-radius: 10px;
  cursor: pointer;
  transition: transform 0.2s ease;
}
.BalanceDesktop--button__pOPXS:active:not(.BalanceDesktop--Disabled__d8Izl) {
  transform: scale(0.96);
  opacity: 0.8;
  transition: transform 0.1s ease;
}
@media (min-width: 768px) {
  .BalanceDesktop--button__pOPXS {
    min-width: 134px;
  }
  .BalanceDesktop--button__pOPXS p {
    margin-right: 4px;
  }
  .BalanceDesktop--button__pOPXS svg {
    margin-right: 8px;
  }
}
@media (min-width: 1024px) {
  .BalanceDesktop--button__pOPXS {
    min-width: 166px;
  }
}
@media (min-width: 1200px) {
  .BalanceDesktop--button__pOPXS {
    min-width: 170px;
  }
}
.BalanceDesktop--button__pOPXS p,
.BalanceDesktop--button__pOPXS svg {
  margin-right: 7px;
  color: #fff;
}
@media (min-width: 768px) {
  .BalanceDesktop--button__pOPXS p,
  .BalanceDesktop--button__pOPXS svg {
    margin-right: 5px;
  }
}
.BalanceDesktop--button__pOPXS select {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.BalanceDesktop--button__pOPXS .BalanceDesktop--smallButtonText__t_s3G {
  color: #fff;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.03em;
  white-space: nowrap;
  text-transform: unset;
}
@media (min-width: 1024px) {
  .BalanceDesktop--button__pOPXS .BalanceDesktop--smallButtonText__t_s3G {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  .BalanceDesktop--button__pOPXS .BalanceDesktop--smallButtonText__t_s3G {
    font-size: 16px;
  }
}
.BalanceDesktop--button__pOPXS svg {
  width: 14px;
  height: 14px;
}
@media (min-width: 1024px) {
  .BalanceDesktop--button__pOPXS svg {
    width: 18px;
    height: 18px;
  }
}
.BalanceDesktop--button_opened__awRRX {
  background: #4d668f;
}
.BalanceDesktop--button_secondary__pyern {
  background: hsla(0, 0%, 100%, 0.06);
}
.BaseFormField {
  position: relative;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  height: 50px;
  min-height: 50px;
  margin-bottom: 24px;
  padding: 10px 15px;
  background: hsla(0, 0%, 100%, 0.08);
  border: 1px solid hsla(0, 0%, 100%, 0.08);
  border-radius: 10px;
}
.BaseFormField__Message {
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  display: flex;
  align-items: center;
  color: #01af70;
}
.BaseFormField__Message-Text {
  font-size: 12px;
  line-height: 100%;
  letter-spacing: normal;
}
.BaseFormField__Message-Icon {
  margin-right: 3px;
  color: #01af70;
}
.BaseFormField__Message--Error,
.BaseFormField__Message--Error .BaseFormField__Message-Icon {
  color: #ff654f;
}
.BaseFormField__Message--Info,
.BaseFormField__Message--Info .BaseFormField__Message-Icon {
  color: #90a2bd;
}
.BaseFormField:focus-within {
  border: 1px solid #a2b7d8;
}
.BaseFormField--Error {
  background: rgba(255, 101, 79, 0.08);
  border: 1px solid rgba(255, 101, 79, 0.5);
}
.BaseFormField--Clickable {
  cursor: pointer;
}
.BaseFormField--UpperCase input {
  text-transform: uppercase;
}
.BaseFormField__Disabled {
  background: #1a3157;
  border: 1px solid #1a3157;
  cursor: unset;
}
.FooterMobile--footerTopContainer {
  background: #0f0f0f;
}
.FooterPaymentMethods--footerPaymentMethodsContainer__AwLFh {
  display: flex;
  flex-shrink: 0;
  flex-wrap: nowrap;
  gap: 13px;
  justify-content: space-between;
  padding: 20px 15px;
  overflow-x: scroll;
  overflow-x: visible;
  line-height: 0;
  white-space: nowrap;
  text-align: center;
  -ms-overflow-style: none;
  scrollbar-width: none;
  animation: scroll 20s linear infinite;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-30%);
  }
}
@media (max-width: 767px) {
  @keyframes scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-80%);
    }
  }
}
.FooterPaymentMethods--footerPaymentMethodsContainer__AwLFh::-webkit-scrollbar {
  display: none;
}
.FooterPaymentMethods--footerPaymentMethodsImage {
  position: relative;
  flex: 0 0 auto;
  margin-right: 15px;
  pointer-events: none;
  width: 95px;
  height: 47px;
  display: flex;
  align-items: center;
}
.FooterPaymentMethods--footerPaymentMethodsImage img.ImageLazy {
  max-width: 100%;
  max-height: 25px;
}
.FooterPaymentMethods--footerPaymentMethodsImage img.ImageLazy.small {
  max-height: 20px;
}
.FooterPaymentMethods--footerPaymentMethodsImage:last-child {
  margin-right: 0;
}
@media (min-width: 1200px) {
  .FooterPaymentMethods--footerPaymentMethodsImage {
    width: 77px;
    height: 48px;
  }
}
@media (min-width: 1440px) {
  .FooterPaymentMethods--footerPaymentMethodsImage {
    width: 90px;
    height: 55px;
  }
}
@media (min-width: 1680px) {
  .FooterPaymentMethods--footerPaymentMethodsImage {
    width: 109px;
    height: 67px;
  }
}
@media (min-width: 1920px) {
  .FooterPaymentMethods--footerPaymentMethodsImage {
    width: 107px;
    height: 64px;
  }
}
.FooterPaymentMethods {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  align-items: center;
  padding: 40px 46px 30px;
}
.FooterPaymentMethods--footerBottomContainer_dark__BS0fS {
  background: #090d15;
}
@media (min-width: 768px) {
  .FooterPaymentMethods {
    padding: 55px 30px 35px;
  }
}
@media (min-width: 1024px) {
  .FooterPaymentMethods {
    padding: 55px 89px 30px;
  }
}
@media (min-width: 1200px) {
  .FooterPaymentMethods {
    padding: 60px 120px 40px;
  }
}
@media (min-width: 1920px) {
  .FooterPaymentMethods {
    padding: 50px 500px;
  }
}
.FooterPaymentMethods .FooterPaymentMethods--footerTextContainer {
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  border-bottom: 1px solid #12294a;
}
.FooterPaymentMethods
  .FooterPaymentMethods--footerTextContainer_secondary__0r_gb {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.04);
}
.FooterPaymentMethods .FooterPaymentMethods--footerLicenseIconsContainer {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .FooterPaymentMethods .FooterPaymentMethods--footerLicenseIconsContainer {
    width: 65%;
  }
}
.FooterPaymentMethods
  .FooterPaymentMethods--footerLicenseIconsContainer
  .FooterPaymentMethods--logoContainer__7wr5S {
  display: none;
}
@media (min-width: 768px) {
  .FooterPaymentMethods
    .FooterPaymentMethods--footerLicenseIconsContainer
    .FooterPaymentMethods--logoContainer__7wr5S {
    display: block;
  }
}
@media (min-width: 1024px) {
  .FooterPaymentMethods
    .FooterPaymentMethods--footerLicenseIconsContainer
    .FooterPaymentMethods--logoContainer__7wr5S {
    margin-right: 30px;
  }
}
@media (min-width: 1680px) {
  .FooterPaymentMethods
    .FooterPaymentMethods--footerLicenseIconsContainer
    .FooterPaymentMethods--logoContainer__7wr5S {
    width: 40px;
    height: 40px;
  }
}
.FooterPaymentMethods
  .FooterPaymentMethods--footerLicenseIconsContainer
  .FooterPaymentMethods--footerAskGamblersLink {
  position: relative;
  width: 89px;
  height: 30px;
}
@media (min-width: 768px) {
  .FooterPaymentMethods
    .FooterPaymentMethods--footerLicenseIconsContainer
    .FooterPaymentMethods--footerAskGamblersLink {
    width: 104px;
    height: 34px;
  }
}
@media (min-width: 1920px) {
  .FooterPaymentMethods
    .FooterPaymentMethods--footerLicenseIconsContainer
    .FooterPaymentMethods--footerAskGamblersLink {
    width: 134px;
    height: 44px;
  }
}
.FooterPaymentMethods
  .FooterPaymentMethods--footerLicenseIconsContainer
  .FooterPaymentMethods--footerFairCasinoLink {
  position: relative;
  width: 85px;
  height: 27px;
}
@media (min-width: 768px) {
  .FooterPaymentMethods
    .FooterPaymentMethods--footerLicenseIconsContainer
    .FooterPaymentMethods--footerFairCasinoLink {
    width: 100px;
    height: 33px;
  }
}
@media (min-width: 1920px) {
  .FooterPaymentMethods
    .FooterPaymentMethods--footerLicenseIconsContainer
    .FooterPaymentMethods--footerFairCasinoLink {
    width: 118px;
    height: 37px;
  }
}
.FooterPaymentMethods
  .FooterPaymentMethods--footerLicenseIconsContainer
  .FooterPaymentMethods--footerBeGamble {
  position: relative;
  display: flex;
  justify-content: center;
  width: 110px;
  height: 30px;
}
@media (min-width: 768px) {
  .FooterPaymentMethods
    .FooterPaymentMethods--footerLicenseIconsContainer
    .FooterPaymentMethods--footerBeGamble {
    width: 140px;
    height: 34px;
  }
}
@media (min-width: 1920px) {
  .FooterPaymentMethods
    .FooterPaymentMethods--footerLicenseIconsContainer
    .FooterPaymentMethods--footerBeGamble {
    width: 170px;
    height: 44px;
  }
}
.FooterPaymentMethods
  .FooterPaymentMethods--footerLicenseIconsContainer
  .FooterPaymentMethods--footerLicenseIcon {
  max-width: 100%;
  max-height: 100%;
}
.FooterPaymentMethods
  .FooterPaymentMethods--footerLicenseIconsContainer
  .FooterPaymentMethods--footerLicenseIcons18 {
  position: relative;
  width: 30px;
  height: 30px;
}
@media (min-width: 768px) {
  .FooterPaymentMethods
    .FooterPaymentMethods--footerLicenseIconsContainer
    .FooterPaymentMethods--footerLicenseIcons18 {
    width: 35px;
    height: 35px;
  }
}
@media (min-width: 1920px) {
  .FooterPaymentMethods
    .FooterPaymentMethods--footerLicenseIconsContainer
    .FooterPaymentMethods--footerLicenseIcons18 {
    width: 45px;
    height: 45px;
  }
}
.FooterPaymentMethods
  .FooterPaymentMethods--footerLicenseIconsContainer
  .FooterPaymentMethods--footerLicenseIconsCertificate {
  width: 57px;
  height: 57px;
}
@media (min-width: 768px) {
  .FooterPaymentMethods
    .FooterPaymentMethods--footerLicenseIconsContainer
    .FooterPaymentMethods--footerLicenseIconsCertificate {
    width: 63px;
    height: 63px;
  }
}
@media (min-width: 1920px) {
  .FooterPaymentMethods
    .FooterPaymentMethods--footerLicenseIconsContainer
    .FooterPaymentMethods--footerLicenseIconsCertificate {
    width: 73px;
    height: 73px;
  }
}
.FooterPaymentMethods .FooterPaymentMethods--footerBottomTextContainer {
  width: 100%;
}
@media (min-width: 768px) {
  .FooterPaymentMethods .FooterPaymentMethods--footerBottomTextContainer {
    width: 90%;
  }
}
@media (min-width: 1440px) {
  .FooterPaymentMethods .FooterPaymentMethods--footerBottomTextContainer {
    width: 70%;
  }
}
.FooterPaymentMethods .FooterPaymentMethods--footerBottomText {
  position: relative;
  width: 100%;
  margin: 15px 0 30px;
  padding: 0 25px;
  text-align: center;
}
@media (min-width: 1200px) {
  .FooterPaymentMethods .FooterPaymentMethods--footerBottomText {
    margin: 10px 0 30px;
  }
}
.FooterPaymentMethods .FooterPaymentMethods--footerBottomTextFirst {
  text-align: center;
}
.FooterPaymentMethods .FooterPaymentMethods--footerBottomCopyrightText {
  max-width: 150px;
  white-space: pre-line;
  text-align: center;
}
@media (min-width: 1024px) {
  .FooterPaymentMethods .FooterPaymentMethods--footerBottomCopyrightText {
    max-width: unset;
  }
}
.FooterPaymentMethods .FooterPaymentMethods--textSuperSmall {
  color: #90a2bd;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: -0.02em;
}
.banner_slider_wrap {
  padding: 60px 0 20px;
}
.banner-container a {
  text-decoration: unset;
}
.banner_slider_wrap img.banner-image {
  width: 100%;
}
.mobile_view {
  display: none;
}
.footer_outer {
  background: #0f0f0f;
  overflow: hidden;
}
.Header--header-wrap .Logo-Small {
  max-width: 200px;
  height: auto;
  width: 100%;
}
.ProvidersListItem--container img {
  max-width: 100%;
  width: auto;
  height: auto;
  max-height: 45px;
}
.ProvidersListItem--container img.big {
  max-height: 55px;
}
.GamesListItem--gamesListItemLabel img {
  width: 100%;
}
.margin-b-70 {
  margin-bottom: 10%;
}
.smallColumnWrap .HorizontalList-Content-Container__Grid {
  grid-template-columns: repeat(9, 137px);
}
.smallColumnWrap .ListItem-Container {
  aspect-ratio: 1;
}
.available_col .ListItem-Background.main_img {
  border: 1px solid #fff;
  object-fit: contain;
  padding: 10px;
}
.ProvidersListItem--container img.small_image {
  max-height: 35px;
}
.footer_payment_wrap {
  white-space: nowrap;
  clear: both;
  float: left;
}
.new_logo_div img,
.right_bottom_icon img {
  width: auto;
  max-width: 100%;
  max-height: 65px;
}
.new_logo_div {
  text-align: center;
}
.right_bottom_icon img {
  max-height: 55px;
}
.HeaderAuth--signUp,
.Secondary-Medium,
.Secondary {
  text-decoration: none;
}
.outer_wrap,
.Main-Providers-List .HorizontalList-Header {
  width: 100%;
  max-width: 1440px;
  padding: 0 40px;
  overflow-y: hidden;
  margin: 0 auto;
}
.Main-Providers-List .Content-Container {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}
.Main-Providers-List .Content-Container > a {
  width: calc(25% - 15px);
  flex: 0 0 calc(25% - 15px);
}
.lightning-effect {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  padding: 6px 9px;
  border: 1px solid #ffbf0f;
  border-radius: 10px;
  box-shadow: 0 0 10px 5px #ffbf0f;
  background: #ffbf0f1a;
  overflow: hidden;
  margin-top: 10px;
  position: relative;
  -webkit-transition: all 0.4s ease 0s;
  text-decoration: none;
  outline: none;
}
.lightning-effect::before {
  content: "";
  width: 50px;
  position: absolute;
  top: 0;
  left: -50px;
  bottom: 0;
  z-index: 1;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(255, 255, 255, 0.2)),
    color-stop(50%, #fff),
    to(rgba(255, 255, 255, 0.2))
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.2) 0%,
    #fff 50%,
    rgba(255, 255, 255, 0.2) 100%
  );
  animation: lightning-effect 2s infinite ease-in-out;
}
.lightning-effect:before {
  -webkit-animation: lightning-effect 2s infinite ease-in-out;
  animation: lightning-effect 2s infinite ease-in-out;
}
.ProvidersListItem--imageContainer {
  position: relative;
  height: calc(100% - 60px);
  transition: 0.3s ease-in-out;
}
.Main-Providers-List {
  margin-bottom: 35px;
}
@-webkit-keyframes lightning-effect {
  0% {
    left: -50px;
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(rgba(255, 255, 255, 0.2)),
      color-stop(50%, #fff),
      to(rgba(255, 255, 255, 0.2))
    );
    background: linear-gradient(
      to right,
      rgba(255, 255, 255, 0.2) 0%,
      #fff 50%,
      rgba(255, 255, 255, 0.2) 100%
    );
  }
  50% {
    left: 100%;
  }
  to {
    left: -50px;
    background: 0 0;
  }
}
@keyframes lightning-effect {
  0% {
    left: -50px;
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(rgba(255, 255, 255, 0.2)),
      color-stop(50%, #fff),
      to(rgba(255, 255, 255, 0.2))
    );
    background: linear-gradient(
      to right,
      rgba(255, 255, 255, 0.2) 0%,
      #fff 50%,
      rgba(255, 255, 255, 0.2fv) 100%
    );
  }
  50% {
    left: 100%;
  }
  to {
    left: -50px;
    background: 0 0;
  }
}
.a_id:hover {
  background: #edc630;
  color: #000;
}
.ProvidersListItem--small p {
  margin: 15px 0;
  font-size: 16px;
  font-weight: 700;
}
.ProvidersListItem--small {
  height: 100%;
  width: calc(25% - 15px);
  text-align: center;
  padding: 30px 15px;
  background-color: #0f0f0f;
  border-radius: 8px;
}
.bottom_section {
  margin-top: 50px;
}
.bottom_section .ProvidersListItem--small {
  padding: 0;
  background: transparent;
  width: calc(16.6% - 15px);
}
.bottom_section .ProvidersListItem--small img {
  width: 100%;
  height: 100%;
  max-height: unset;
}
.full-width-img {
  width: 100%;
}
.header_btn_wrap a {
  display: inline-flex;
}
.ml-10 {
  margin-left: 15px;
}
.mt-20 {
  margin-top: 20px;
}
.call_btn_text .Secondary,
.header_btn_wrap a {
  height: auto;
  padding: 20px 20px;
  gap: 11px;
  font-family: "Montserrat", sans-serif;
}
.call_btn_text .Secondary svg {
  width: 16px;
}

/* Welcome Banner */
.welcome-banner {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(5px);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 2000;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

/* Hide header when banner is active */
.header.banner-hidden {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    z-index: -1 !important;
}

.welcome-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    pointer-events: none;
}

.welcome-content {
    position: relative;
    background: #1a1a1a;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.5);
    transform: translateY(20px);
    transition: transform 0.3s ease-in-out;
    max-width: 500px;
    width: calc(100% - 2rem);
    max-height: calc(100vh - 2rem);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    z-index: 10;
    box-sizing: border-box;
}

/* Mobile Styles */
@media (max-width: 300px) {
    .welcome-banner .welcome-content {
        max-width: 100% !important;
        width: 100% !important;
        height: 100% !important;
        max-height: 100% !important;
        border-radius: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        display: flex !important;
        flex-direction: column !important;
    }
    
    .welcome-banner .welcome-image {
        width: 360px !important;
        height: 360px !important;
        margin: 0 auto !important;
        position: relative;
        overflow: hidden;
        background: none;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 !important;
    }
    
    .welcome-banner .welcome-main-img {
        max-width: 100% !important;
        max-height: 100% !important;
        width: auto !important;
        height: auto !important;
        object-fit: contain !important;
        object-position: center center !important;
        border-radius: 0 !important;
        margin: 0 auto !important;
        padding: 0;
        display: block;
    }
    
    .welcome-banner .welcome-text {
        padding: 0.75rem 1rem 1rem !important;
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        overflow-y: auto;
        max-height: 40vh;
    }
    
    .welcome-banner h3 {
        font-size: 1.5rem !important;
        margin: 0.25rem 0 !important;
        line-height: 1.2;
    }
    
    .welcome-banner p {
        font-size: 1rem !important;
        margin: 0.5rem 0 !important;
        line-height: 1.3;
    }
    
    .welcome-social-section {
        margin: 0.5rem 0 0 !important;
        padding: 0.5rem 0 0 !important;
    }
    
    .welcome-social-heading {
        margin: 0.25rem 0 !important;
        font-size: 0.9rem !important;
    }
    
    .welcome-social-icons {
        margin: 0.25rem 0 0 !important;
        padding: 0.25rem 0 !important;
    }
}

.welcome-banner.active {
    display: flex;
    opacity: 1;
}

.welcome-banner.active .welcome-content {
    transform: translateY(0);
}

.welcome-close {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 28px;
    cursor: pointer;
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    transition: all 0.2s ease;
}

.welcome-close:hover {
    background: rgba(255, 0, 0, 0.8);
    transform: rotate(90deg);
}

.welcome-text {
    padding: 0.25rem 2rem 1rem;
    text-align: center;
    color: #fff;
}

.welcome-text h3 {
    color: #facc15;
    margin: 0 0 0.1rem 0;
    font-size: 1.75rem;
    font-weight: 700;
}

.welcome-text p {
    color: #eee;
    margin: 0;
    font-size: 1.1rem;
    line-height: 1.5;
}

.welcome-image {
    text-align: center;
    padding: 1.5rem 1.5rem 0;
}

.welcome-main-img {
    width: 400px;
    height: 400px;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 1/1;
    display: block;
    margin: 0 auto;
    border-radius: 10px;
}

.welcome-text h3 {
    color: #facc15;
    margin: 0 0 0.75rem 0;
    font-size: 1.75rem;
    font-weight: 700;
}

.welcome-text p {
    color: #eee;
    margin: 0;
    font-size: 1.1rem;
    line-height: 1.5;
}

.welcome-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 2rem;
    cursor: pointer;
    color: white;
    background: rgba(0, 0, 0, 0.5);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    transition: all 0.2s ease;
}

.welcome-close:hover {
    background: rgba(255, 0, 0, 0.8);
    transform: rotate(90deg);
}

/* Welcome Banner Social Media Section */
.welcome-social-section {
    margin-top: 0.25rem;
    text-align: center;
}

.welcome-social-heading {
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: #facc15;
    margin-bottom: 0.25rem;
    letter-spacing: 0.5px;
}

.welcome-social-icons {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
    position: relative;
    z-index: 50;
}

.welcome-social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    color: #fff;
    font-size: 1.3rem;
    text-decoration: none;
    transition: all 0.4s ease;
    cursor: pointer !important;
    position: relative;
    z-index: 9999 !important;
    border: 2px solid transparent;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    pointer-events: auto !important;
    user-select: none;
}

/* Default colorful backgrounds with glow */
.welcome-social-icon.telegram {
    background: linear-gradient(135deg, #0088cc, #0066aa);
    box-shadow: 0 4px 20px rgba(0, 136, 204, 0.4), 0 0 20px rgba(0, 136, 204, 0.2);
}

.welcome-social-icon.instagram {
    background: linear-gradient(135deg, #e4405f, #833ab4, #fcb045);
    box-shadow: 0 4px 20px rgba(228, 64, 95, 0.4), 0 0 20px rgba(228, 64, 95, 0.2);
}

.welcome-social-icon.linkedin {
    background: linear-gradient(135deg, #0077b5, #005885);
    box-shadow: 0 4px 20px rgba(0, 119, 181, 0.4), 0 0 20px rgba(0, 119, 181, 0.2);
}

.welcome-social-icon.whatsapp {
    background: linear-gradient(135deg, #25d366, #1da851);
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4), 0 0 20px rgba(37, 211, 102, 0.2);
}

/* Enhanced hover effects with stronger glow */
.welcome-social-icon:hover {
    transform: translateY(-3px) scale(1.15);
    border-color: rgba(255, 255, 255, 0.3);
}

.welcome-social-icon.telegram:hover {
    box-shadow: 0 8px 30px rgba(0, 136, 204, 0.6), 0 0 40px rgba(0, 136, 204, 0.4), 0 0 60px rgba(0, 136, 204, 0.2);
    filter: brightness(1.1);
}

.welcome-social-icon.instagram:hover {
    box-shadow: 0 8px 30px rgba(228, 64, 95, 0.6), 0 0 40px rgba(228, 64, 95, 0.4), 0 0 60px rgba(228, 64, 95, 0.2);
    filter: brightness(1.1);
}

.welcome-social-icon.linkedin:hover {
    box-shadow: 0 8px 30px rgba(0, 119, 181, 0.6), 0 0 40px rgba(0, 119, 181, 0.4), 0 0 60px rgba(0, 119, 181, 0.2);
    filter: brightness(1.1);
}

.welcome-social-icon.whatsapp:hover {
    box-shadow: 0 8px 30px rgba(37, 211, 102, 0.6), 0 0 40px rgba(37, 211, 102, 0.4), 0 0 60px rgba(37, 211, 102, 0.2);
    filter: brightness(1.1);
}

/* Active/Click effect */
.welcome-social-icon:active {
    transform: translateY(-1px) scale(1.05);
}

/*Tab Section*/
.tab-container {
  width: 100%;
  max-width: 1440px;
  padding: 0 40px;
  overflow-y: hidden;
  margin: 0 auto 50px;
}
.tab-headers-wrapper {
  overflow-x: auto;
  white-space: nowrap;
  margin-bottom: 10px;
}
.tab-headers {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  padding: 10px 0px 10px 0px;
  border-radius: 0px 0px 0px 0px;
  cursor: pointer;
}
.tab-header {
  background-color: #434343;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  padding: 12px 20px 12px 20px;
  margin: 0px 10px 6px 0px;
  color: #ffb90e; /*font-family: "Poppins", Sans-serif;*/
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  list-style: none;
}
.tab-header.active {
  background-color: #ffb90e;
  color: #000000;
}
.tab_inner {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
::-webkit-scrollbar-track {
  background: white;
  border-radius: 100px;
}
::-webkit-scrollbar-thumb {
  background: #ffb90e;
  border-radius: 100px;
}
::-webkit-scrollbar {
  height: 7px;
}
.tab-content {
  display: flex;
  flex-direction: column;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.box_wrap {
  background: #ffb90e;
  display: flex;
  overflow: hidden;
  align-items: center;
  border-radius: 10px;
  color: #000;
  min-height: 125px;
  flex: 0 0 calc(50% - 10px);
}
.box_wrap img {
  max-width: 150px;
  width: 100%;
  max-height: 55px;
  height: auto;
  object-fit: contain;
}
.tab-pane {
  display: none;
}
.tab-pane.active {
  display: block;
}

/*.tab-pane.active { display: flex; gap: 20px;}*/
.box_wrap .img_div {
  width: 40%;
  justify-content: center;
  padding: 10px;
  min-height: 125px;
  display: flex;
  align-items: center;
  max-height: 125px;
}
.box_wrap .text_div {
  width: 60%;
  text-align: center;
}
.box_wrap .text_div p {
  color: #000;
  font-family: "Poppins", Sans-serif;
  font-size: 19px;
  font-weight: 600;
}
.box_wrap .text_div a {
  background-color: #282828;
  font-family: "Poppins", Sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  border-radius: 10px;
  padding: 4.5px 20px;
  text-decoration: none;
  display: inline-block;
}
.box_wrap .icons_div .icon-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
}
.box_wrap .icons_div .icon-wrapper svg {
  height: 20px;
}
.box_wrap .icons_div {
  margin: 10px 0;
}
#tabbing_wrap {
  display: none;
}
.btoc_bussiness_sec {
  margin: 70px auto;
  text-align: center;
  padding-top: 40px;
}
.btoc_bussiness_sec h3 {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 40px;
  line-height: normal;
}
.btoc_bussiness_sec .row {
  display: flex;
  flex-wrap: wrap;
}
.btoc_bussiness_sec .row .col-3 {
  width: 33.33%;
}
.btoc_bussiness_sec .col-3 a {
  text-decoration: unset;
  display: inline-block;
  margin-bottom: 25px;
  font-weight: 500;
}
.btoc_bussiness_sec .col-3 h4 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 10px;
}
.btoc_bussiness_sec p {
  color: #ffbf0f;
  font-size: 15px;
}
.three_btn_wrap {
  text-align: center;
}
.three_btn_wrap a {
  min-width: 140px;
  margin-bottom: 10px;
}
.tabbing_wrap .Header--buttonsp .Secondary.active {
  opacity: 0.8;
}
.Header--buttonsp .Secondary p {
  font-family: "Open Sans", sans-serif;
}

/*Why us*/

/*Why us*/
.why_choose_sec .container {
  max-width: 1140px;
  width: 100%;
  margin: auto;
  padding: 0 20px;
}
.why_choose_sec h2 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 32px;
  line-height: normal;
  font-weight: 500;
}
.why_choose_sec .row {
  display: flex;
  flex-wrap: wrap;
}
.why_choose_sec .col-4 {
  width: 33.33%;
  margin: 0 auto 30px;
  text-align: center;
}
.why_choose_sec .box {
  margin: 0px 20px 0px 20px;
  padding: 30px 20px 20px 20px;
  border: 2px solid #edc520;
  border-radius: 21px 21px 21px 21px;
  box-shadow: 0px 2px 18px 0px
    rgba(244.00000000000003, 218.00000000000003, 115.00000000000004, 0.99) inset;
  height: 100%;
  transition: all 0.3s;
}
.why_choose_sec .box:hover {
  transform: scale(1.1);
}
.why_choose_sec .box img {
  width: 100%;
  height: auto;
  max-width: 30%;
  margin-bottom: 15px;
  transition-duration: 0.3s;
}
.why_choose_sec .box img:hover {
  animation-name: pulse;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@keyframes pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.why_choose_sec h4 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 20px;
}
.why_choose_sec p.step_num {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #ffbf0f;
}
.why_choose_sec {
  margin-top: 60px;
}

/*How works*/
.steps-container {
  position: relative;
  width: 60%;
  margin: auto;
  padding: 50px 0;
}

/*myVideo*/
.video-container {
  position: relative;
  max-width: 700px;
  margin: 0 auto;
  padding: 12px;
  background: #111;
  border-radius: 12px;
}

video {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.custom-controls {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

button {
  background: #FFC107;
  color: #111;
  border: none;
  padding: 10px 18px;
  margin: 0 6px;
  border-radius: 6px;
  font-size: 1rem;
  cursor: pointer;
  font-weight: bold;
}

.zero-cta:hover {
    background: linear-gradient(135deg, #f59e0b, #d97706);
    color: #000;
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(250, 204, 21, 0.6);
}

@media (max-width: 700px) {
  .video-container {
    max-width: 100%;
    padding: 4px;
  }
  button {
    font-size: 0.95rem;
    padding: 8px 12px;
  }
}

/*myAudio*/
.video-container {
  position: relative;
  max-width: 700px;
  margin: 0 auto;
  padding: 12px;
  background: #111;
  border-radius: 12px;
}

video {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.custom-controls {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

button {
  background: #FFC107;
  color: #111;
  border: none;
  padding: 10px 18px;
  margin: 0 6px;
  border-radius: 6px;
  font-size: 1rem;
  cursor: pointer;
  font-weight: bold;
}

.pero-cta:hover {
    background: linear-gradient(135deg, #f59e0b, #d97706);
    color: #000;
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(250, 204, 21, 0.6);
}

@media (max-width: 600px) {
  .video-container {
    max-width: 100%;
    padding: 4px;
  }
  button {
    font-size: 0.95rem;
    padding: 8px 12px;
  }
}

/* Progress Line */
.progress-line {
  position: absolute;
  left: 30px;
  top: 100px;
  width: 5px;
  height: 0;
  background-color: #ffbf0f;
  max-height: calc(100% - 180px);
  transition: height 0.5s ease-out;
  border-radius: 10px;
}

/* Step Structure */
.step {
  padding: 0;
  padding-left: 80px;
  align-items: center;
  margin: 40px 0;
  position: relative;
}

/* Arrow on Left Side */
.step-arrow {
  position: absolute;
  top: 55%;
  left: 33px;
  transform: translate(-50%, -50%);
  background-color: #000000;
  height: 45px;
  width: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  border-radius: 20%;
  border: 1px solid #fff;
}
.step-arrow svg {
  fill: #fff;
  width: 14px;
  height: 14px;
}

/* Box Around Text */
.step-box {
  background: rgba(255, 255, 255, 0.1);
  padding: 20px;
  border: 2px solid #ffbf0f;
  border-radius: 10px;
  color: white;
  width: 80%;
  text-align: center;
  position: relative;
}

/* Step Titles */
.step-box h3 {
  color: #fff;
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 500;
}
.step-box img {
  margin-bottom: 17px;
  max-width: 100%;
  max-height: 45px;
}
.progressbar_wrap {
  position: relative;
}
.progressbar_wrap:before {
  content: "";
  position: absolute;
  border-radius: 10px;
  left: 30px;
  top: 100px;
  width: 5px;
  height: calc(100% - 180px);
  background: #fff;
}
.audio_wrap {
  padding-top: 0;
  place-items: center;
}
.audio_wrap .text_area {
  margin-top: 19px;
  text-align: left;  
}
.audio_wrap .text_area p{
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .bottom_section .ProvidersListItem--small {
    width: calc(25% - 15px);
  }
  .btoc_bussiness_sec .row .col-3 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .mobile_view {
    display: block;
  }
  .desktop_view {
    display: none;
  }
  .Header--header-wrap .Logo-Small {
  }
  .Main-Providers-List .Content-Container > a {
    width: calc(50% - 15px);
    flex: 0 0 calc(50% - 15px);
  }
  .ProvidersListItem--small,
  .bottom_section .ProvidersListItem--small {
    width: calc(50% - 15px);
  }
  .bigc {
    height: 60px;
  }
  .tab-pane {
    flex-wrap: wrap;
  }
  .box_wrap {
    flex: 0 0 100%;
  }
  .btoc_bussiness_sec .row .col-3 {
    width: 100%;
  }
  .btoc_bussiness_sec h3 {
    font-size: 28px;
  }
  .why_choose_sec .col-4 {
    width: 50%;
    margin: 0 auto 15px;
  }
  .why_choose_sec .box {
    margin: 0 7px;
    padding: 20px 10px 20px 10px;
  }
  .why_choose_sec h4 {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .why_choose_sec p {
    font-size: 10px;
    line-height: normal;
  }
  .why_choose_sec h2 {
    font-size: 22px;
  }
  .steps-container {
    width: 100%;
  }
  .step-box p {
    font-size: 14px;
  }
  .step-box {
    width: 100%;
  }
  .step-arrow {
    left: 23px;
  }
  .progressbar_wrap:before,
  .progress-line {
    left: 20px;
  }
  .step {
    padding-left: 60px;
  }
  .banner_slider_wrap{
    padding-top: 85px;
  }
}
@media (max-width: 520px) {
  .Header--header-wrap .Logo-Small {
    max-width: 170px;
  }
}
@media (max-width: 480px) {
  .outer_wrap,
  .Main-Providers-List .HorizontalList-Header {
    padding: 0 10px;
  }

  /* .banner_slider_wrap { margin-top: 35px } */
  .call_btn_text .Secondary,
  .header_btn_wrap a {
    padding: 15px 13px;
    gap: 5px;
  }
  .Small-Button-Text {
    font-size: 11px;
  }
  .tab-container {
    padding: 0 20px;
  }
  .btoc_bussiness_sec h3 {
    font-size: 26px;
  }
}
@media (max-width: 420px) {
}
body {
  background-position: center center;
  animation: bgScroll 100s linear infinite;
  animation-direction: alternate, reverse;
  position: relative;
}
@keyframes bgScroll {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: 0 -100rem;
  }
}
@media (max-width: 600px) {
  .tab-header {
    padding: 8px 15px;
  }
}

.Preloader--loader{
  display: flex;
  align-items: center;
}
.Preloader--loader .container {
  display: auto;
  justify-content: center;
  margin: 0;
}

.loader {
  display: grid;
  grid-template-columns: repeat(2, 50px);
  grid-template-rows: repeat(2, 50px);
  gap: 30px;
  perspective: 1000px;
}

.cube {
  width: 60px;
  height: 60px;
  background-color: #ffc01d;
  position: relative;
  border-radius: 5px;
  transform-style: preserve-3d;
  animation: rotate 1.8s cubic-bezier(0.68, -0.55, 0.27, 1.55) infinite;
}

@keyframes rotate {
  0% {
    transform: rotateX(0deg) rotateY(0deg);
  }
  100% {
    transform: rotateX(360deg) rotateY(360deg);
  }
}

.cube:nth-child(1) {
  animation-delay: 0s;
}
.cube:nth-child(2) {
  animation-delay: 0.2s;
}
.cube:nth-child(3) {
  animation-delay: 0.4s;
}
.cube:nth-child(4) {
  animation-delay: 0.6s;
}
.FooterPaymentMethods--footerBottomContainer{
	width: 100%;
	padding: 13px 15px 20px;
	overflow: hidden;
	background: #1a3157;
    background: #0f0f0f;
	border-radius: 10px;
	transition: .3s ease
}

/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Menu Search Styles */
.search-menu-item {
    position: relative;
}

.search-menu-button {
    background: none;
    border: none;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    padding: 10px;
    border-radius: 50%;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
}

.search-menu-button:hover {
    background: rgba(255, 107, 107, 0.1);
    color: #ff6b6b;
    transform: scale(1.1);
}

.search-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    width: 400px;
    background: rgba(26, 26, 26, 0.95);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 1000;
    margin-top: 10px;
}

.search-dropdown.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.search-dropdown-content {
    padding: 20px;
}

.menu-search-input {
    width: 100%;
    padding: 15px 20px;
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 25px;
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    margin-bottom: 15px;
}

.menu-search-input:focus {
    outline: none;
    border-color: #ff6b6b;
    box-shadow: 0 0 15px rgba(255, 107, 107, 0.3);
    background: rgba(255, 255, 255, 0.1);
}

.menu-search-input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.menu-search-results {
    max-height: 400px;
    overflow-y: auto;
}

/* Menu Search Result Cards */
.menu-search-result-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 15px;
    margin-bottom: 10px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.menu-search-result-card:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 107, 107, 0.3);
    transform: translateY(-2px);
}

.menu-result-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.menu-result-name {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
}

.menu-result-name:hover {
    color: #ff6b6b;
}

.menu-result-rate {
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a24 100%);
    color: white;
    padding: 4px 12px;
    border-radius: 15px;
    font-weight: 600;
    font-size: 14px;
}

.menu-result-actions {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.menu-result-btn {
    padding: 8px 15px;
    border-radius: 20px;
    text-decoration: none;
    font-weight: 600;
    font-size: 12px;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.menu-visit-btn {
    background: linear-gradient(135deg, #4ecdc4 0%, #44a08d 100%);
    color: white;
}

.menu-book-btn {
    background: linear-gradient(135deg, #45b7d1 0%, #2980b9 100%);
    color: white;
}

.menu-visit-btn:hover,
.menu-book-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.menu-no-results {
    text-align: center;
    padding: 20px;
    color: rgba(255, 255, 255, 0.6);
}

.menu-no-results i {
    font-size: 24px;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.3);
}

/* Mobile Header Layout */
.header-left {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* Mobile Search Styles */
.mobile-search-container {
    display: none;
    position: relative;
}

.mobile-search-button {
    background: none;
    border: none;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    padding: 8px;
    border-radius: 50%;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
}

.mobile-search-button:hover {
    background: rgba(255, 107, 107, 0.1);
    color: #ff6b6b;
    transform: scale(1.1);
}

.mobile-search-dropdown {
    position: fixed;
    top: 70px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100vw - 40px);
    max-width: 350px;
    background: rgba(26, 26, 26, 0.95);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
    transform: translateX(-50%) translateY(-10px);
    transition: all 0.3s ease;
    z-index: 1000;
}

.mobile-search-dropdown.active {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

.mobile-search-dropdown-content {
    padding: 20px;
}

.mobile-search-input {
    width: 100%;
    padding: 15px 20px;
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 25px;
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    margin-bottom: 15px;
}

.mobile-search-input:focus {
    outline: none;
    border-color: #ff6b6b;
    box-shadow: 0 0 15px rgba(255, 107, 107, 0.3);
    background: rgba(255, 255, 255, 0.1);
}

.mobile-search-input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.mobile-search-results {
    max-height: 300px;
    overflow-y: auto;
}

/* COMPLETE MOBILE HEADER OVERRIDE */
@media (max-width: 768px) {
    /* Force header to be sticky and visible */
    .header {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        width: 100vw !important;
        z-index: 2001 !important;
        background-color: #1a1a1a !important;
        padding: 0.75rem 0 !important;
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    .header .container {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        padding: 0 1rem !important;
        width: calc(100% - 2rem) !important;
        max-width: none !important;
        margin: 0 auto !important;
        box-sizing: border-box !important;
        position: relative !important;
    }
    
    .header-left {
        display: flex !important;
        align-items: center !important;
        gap: 12px !important;
        flex: 0 0 auto !important;
    }
    
    /* Force logo visibility */
    .logo {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        z-index: 2002 !important;
    }
    
    .logo-img {
        height: 150px !important;
        width: auto !important;
        display: block !important;
    }
    
    /* Force mobile search visibility */
    .mobile-search-container {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        z-index: 2002 !important;
    }
    
    .mobile-search-button {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 35px !important;
        height: 35px !important;
        background: rgba(250, 204, 21, 0.2) !important;
        border: none !important;
        border-radius: 4px !important;
        color: #facc15 !important;
        font-size: 16px !important;
        cursor: pointer !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    /* Force mobile menu toggle visibility */
    .mobile-menu-toggle {
        display: flex !important;
        flex-direction: column !important;
        position: relative !important;
        z-index: 2003 !important;
        margin-left: auto !important;
        margin-right: 0 !important;
        padding: 6px !important;
        cursor: pointer !important;
        background: rgba(250, 204, 21, 0.3) !important;
        border-radius: 4px !important;
        width: 35px !important;
        height: 35px !important;
        justify-content: center !important;
        align-items: center !important;
        visibility: visible !important;
        opacity: 1 !important;
        border: 1px solid rgba(250, 204, 21, 0.5) !important;
    }
    
    .mobile-menu-toggle span {
        display: block !important;
        width: 18px !important;
        height: 2px !important;
        background-color: #facc15 !important;
        margin: 1.5px 0 !important;
        transition: 0.3s !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    /* Hide desktop navigation */
    .nav-links {
        display: none !important;
    }
    
    /* Hide desktop search */
    .search-menu-item {
        display: none !important;
    }
    
    .mobile-search-container {
        display: block;
    }
    
    /* Hide desktop search in mobile */
    .search-menu-item {
        display: none !important;
    }
    
    .search-dropdown {
        width: 320px;
        right: -20px;
    }
    
    .menu-result-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
    
    .menu-result-actions {
        justify-content: center;
    }
    
    .menu-result-btn {
        flex: 1;
        justify-content: center;
    }
    
    /* Mobile Dropdown Fixes */
    .dropdown:hover .dropdown-menu {
        opacity: 0;
        visibility: hidden;
        transform: translateY(-10px);
    }
    
    .dropdown.mobile-active .dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        position: absolute;
        top: 100%;
        left: 0;
        width: 200px;
        background: rgba(26, 26, 26, 0.95);
        backdrop-filter: blur(20px);
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 15px;
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
        z-index: 1001;
        margin-top: 5px;
    }
    
    .dropdown.mobile-active .dropdown-menu a {
        padding: 15px 20px;
        font-size: 16px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    .dropdown.mobile-active .dropdown-menu a:last-child {
        border-bottom: none;
    }
    
    .dropdown-toggle {
        pointer-events: auto;
        cursor: pointer;
        -webkit-tap-highlight-color: transparent;
        user-select: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        touch-action: manipulation;
        display: flex;
        align-items: center;
        gap: 5px;
        padding: 10px 5px;
        min-height: 44px; /* Minimum touch target size */
    }
    
    .dropdown-toggle:active {
        background: rgba(255, 255, 255, 0.1);
        border-radius: 8px;
    }
}

.search-result-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 25px;
    margin-bottom: 20px;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.search-result-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #ff6b6b, #4ecdc4, #45b7d1);
}

.search-result-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    border-color: rgba(255, 255, 255, 0.2);
}

.result-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    flex-wrap: wrap;
    gap: 15px;
}

.result-site-name {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.result-site-name:hover {
    color: #ff6b6b;
}

.result-rate {
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a24 100%);
    color: white;
    padding: 8px 20px;
    border-radius: 25px;
    font-weight: 600;
    font-size: 18px;
}

.result-actions {
    display: flex;
    gap: 15px;
    margin-top: 15px;
    flex-wrap: wrap;
}

.result-btn {
    padding: 12px 25px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}

.visit-result-btn {
    background: linear-gradient(135deg, #4ecdc4 0%, #44a08d 100%);
    color: white;
}

.visit-result-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(78, 205, 196, 0.4);
}

.book-result-btn {
    background: linear-gradient(135deg, #45b7d1 0%, #2980b9 100%);
    color: white;
}

.book-result-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(69, 183, 209, 0.4);
}

.no-results {
    text-align: center;
    padding: 40px 20px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 18px;
}

.no-results i {
    font-size: 48px;
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.3);
}

/* Search Suggestions */
.search-suggestions {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 20px;
    backdrop-filter: blur(10px);
}

.suggestions-header {
    color: #ff6b6b;
    font-weight: 600;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.suggestion-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 15px;
    margin: 8px 0;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    gap: 10px;
}

.suggestion-item:hover {
    background: rgba(255, 107, 107, 0.1);
    transform: translateX(5px);
}

.suggestion-item i {
    color: rgba(255, 255, 255, 0.6);
}

.suggestion-rate {
    background: linear-gradient(135deg, #4ecdc4 0%, #44a08d 100%);
    color: white;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 600;
}

/* Loading States */
.search-loading {
    text-align: center;
    padding: 40px 20px;
    color: rgba(255, 255, 255, 0.7);
}

.loading-spinner {
    width: 40px;
    height: 40px;
    border: 3px solid rgba(255, 255, 255, 0.1);
    border-top: 3px solid #ff6b6b;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 0 auto 20px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.search-error {
    text-align: center;
    padding: 30px 20px;
    color: #ff6b6b;
    background: rgba(255, 107, 107, 0.1);
    border: 1px solid rgba(255, 107, 107, 0.2);
    border-radius: 15px;
}

.search-error i {
    font-size: 24px;
    margin-bottom: 10px;
}

/* Results Header */
.results-header {
    margin-bottom: 25px;
    text-align: center;
}

.results-header h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

/* Result Info */
.result-info {
    margin-bottom: 15px;
}

.rate-type {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    font-style: italic;
}

/* Search Tips */
.search-tips {
    margin-top: 25px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 10px;
    text-align: left;
}

.search-tips h4 {
    color: #ff6b6b;
    margin-bottom: 10px;
    font-size: 16px;
}

.search-tips ul {
    list-style: none;
    padding: 0;
}

.search-tips li {
    padding: 5px 0;
    color: rgba(255, 255, 255, 0.8);
    position: relative;
    padding-left: 20px;
}

.search-tips li::before {
    content: '→';
    position: absolute;
    left: 0;
    color: #4ecdc4;
    font-weight: bold;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .search-section {
        padding: 60px 0;
    }
    
    .search-box {
        flex-direction: column;
        align-items: stretch;
    }
    
    .search-input {
        min-width: auto;
        margin-bottom: 15px;
    }
    
    .search-btn {
        min-width: auto;
    }
    
    .result-header {
        flex-direction: column;
        align-items: flex-start;
        text-align: center;
    }
    
    .result-actions {
        justify-content: center;
    }
    
    .result-btn {
        flex: 1;
        justify-content: center;
        min-width: 120px;
    }
    
    .suggestion-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
    
    .suggestion-rate {
        align-self: flex-end;
    }
}

/* Responsive image classes */
.responsive-img {
    max-width: 100%;
    height: auto;
}

.web-only {
    display: block !important;
}

.mobile-only {
    display: none !important;
}

/* Mobile responsive images */
@media (max-width: 768px) {
    .web-only {
        display: none !important;
    }
    
    .mobile-only {
        display: block !important;
    }
}

body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    background-color: #111;
    color: #fff;
    line-height: 1.6;
    overflow-x: hidden;
}

/* Sticky Social Icons */
.sticky-social-left {
    position: fixed !important;
    left: 20px !important;
    bottom: 20px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 15px !important;
    z-index: 1999 !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.sticky-social-right {
    position: fixed !important;
    right: 20px !important;
    bottom: 20px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 15px !important;
    z-index: 1999 !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.sticky-social-left a,
.sticky-social-right a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 60px !important;
    height: 60px !important;
    border-radius: 50% !important;
    visibility: visible !important;
    opacity: 1 !important;
    color: white;
    font-size: 28px;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

/* Glow animation */
@keyframes glow {
    0% {
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
        transform: scale(1);
    }
}

@keyframes telegram-glow {
    0% {
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
        transform: scale(1);
    }
    50% {
        box-shadow: 0 0 30px rgba(0, 136, 204, 0.8), 0 0 40px rgba(0, 136, 204, 0.6);
        transform: scale(1.1);
    }
    100% {
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
        transform: scale(1);
    }
}

@keyframes whatsapp-glow {
    0% {
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
        transform: scale(1);
    }
    50% {
        box-shadow: 0 0 30px rgba(37, 211, 102, 0.8), 0 0 40px rgba(37, 211, 102, 0.6);
        transform: scale(1.1);
    }
    100% {
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
        transform: scale(1);
    }
}

@keyframes instagram-glow {
    0% {
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
        transform: scale(1);
    }
    50% {
        box-shadow: 0 0 30px rgba(225, 48, 108, 0.8), 0 0 40px rgba(240, 148, 51, 0.6);
        transform: scale(1.1);
    }
    100% {
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
        transform: scale(1);
    }
}

@keyframes linkedin-glow {
    0% {
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
        transform: scale(1);
    }
    50% {
        box-shadow: 0 0 30px rgba(0, 119, 181, 0.8), 0 0 40px rgba(0, 119, 181, 0.6);
        transform: scale(1.1);
    }
    100% {
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
        transform: scale(1);
    }
}

.telegram.glow-animation {
    animation: telegram-glow 1s ease-in-out;
}

.whatsapp.glow-animation {
    animation: whatsapp-glow 1s ease-in-out;
}

.instagram.glow-animation {
    animation: instagram-glow 1s ease-in-out;
}

.linkedin.glow-animation {
    animation: linkedin-glow 1s ease-in-out;
}

.sticky-social-left a:hover,
.sticky-social-right a:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
}

.telegram {
    background: #0088cc;
}

.whatsapp {
    background: #25D366;
}

.instagram {
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
}

.linkedin {
    background: #0077b5;
}

/* Hide the social icons in footer when sticky ones are visible */
.footer .social-icons {
    display: none;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .sticky-social-left,
    .sticky-social-right {
        display: flex !important;
        position: fixed !important;
        z-index: 1000 !important;
        flex-direction: column !important;
    }
    
    .sticky-social-left {
        left: 10px !important;
        bottom: 20px !important;
        gap: 8px !important;
    }
    
    .sticky-social-right {
        right: 10px !important;
        bottom: 20px !important;
        gap: 8px !important;
    }
    
    .sticky-social-left a,
    .sticky-social-right a {
        display: flex !important;
        width: 42px !important;
        height: 42px !important;
        font-size: 18px !important;
        align-items: center !important;
        justify-content: center !important;
        border-radius: 50% !important;
        text-decoration: none !important;
        transition: all 0.3s ease !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Welcome Banner */
.welcome-banner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 99999;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

/* Hide header when banner is active */
.header.banner-hidden {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    z-index: -1 !important;
}

.welcome-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    pointer-events: none;
}

.welcome-content {
    position: relative;
    background: #1a1a1a;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.5);
    transform: translateY(20px);
    transition: transform 0.3s ease-in-out;
    max-width: 500px;
    width: calc(100% - 2rem);
    max-height: calc(100vh - 2rem);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    z-index: 10;
    box-sizing: border-box;
}

/* Mobile Styles */
@media (max-width: 100px) {
    .welcome-banner .welcome-content {
        max-width: 100% !important;
        width: 100% !important;
        height: 100% !important;
        max-height: 100% !important;
        border-radius: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        display: flex !important;
        flex-direction: column !important;
    }
    
    .welcome-banner .welcome-image {
        width: 360px !important;
        height: 360px !important;
        margin: 0 auto !important;
        position: relative;
        overflow: hidden;
        background: none;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 !important;
    }
    
    .welcome-banner .welcome-main-img {
        max-width: 100% !important;
        max-height: 100% !important;
        width: auto !important;
        height: auto !important;
        object-fit: contain !important;
        object-position: center center !important;
        border-radius: 0 !important;
        margin: 0 auto !important;
        padding: 0;
        display: block;
    }
    
    .welcome-banner .welcome-text {
        padding: 0.75rem 1rem 1rem !important;
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        overflow-y: auto;
        max-height: 40vh;
    }
    
    .welcome-banner h3 {
        font-size: 1.5rem !important;
        margin: 0.25rem 0 !important;
        line-height: 1.2;
    }
    
    .welcome-banner p {
        font-size: 1rem !important;
        margin: 0.5rem 0 !important;
        line-height: 1.3;
    }
    
    .welcome-social-section {
        margin: 0.5rem 0 0 !important;
        padding: 0.5rem 0 0 !important;
    }
    
    .welcome-social-heading {
        margin: 0.25rem 0 !important;
        font-size: 0.9rem !important;
    }
    
    .welcome-social-icons {
        margin: 0.25rem 0 0 !important;
        padding: 0.25rem 0 !important;
    }
}

.welcome-banner.active {
    display: flex;
    opacity: 1;
}

.welcome-banner.active .welcome-content {
    transform: translateY(0);
}

.welcome-close {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 28px;
    cursor: pointer;
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    transition: all 0.2s ease;
}

.welcome-close:hover {
    background: rgba(255, 0, 0, 0.8);
    transform: rotate(90deg);
}

.welcome-text {
    padding: 0.25rem 2rem 1rem;
    text-align: center;
    color: #fff;
}

.welcome-text h3 {
    color: #facc15;
    margin: 0 0 0.1rem 0;
    font-size: 1.75rem;
    font-weight: 700;
}

.welcome-text p {
    color: #eee;
    margin: 0;
    font-size: 1.1rem;
    line-height: 1.5;
}

.welcome-image {
    text-align: center;
    padding: 1.5rem 1.5rem 0;
}

.welcome-main-img {
    width: 400px;
    height: 400px;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 1/1;
    display: block;
    margin: 0 auto;
    border-radius: 10px;
}

.welcome-text h3 {
    color: #facc15;
    margin: 0 0 0.75rem 0;
    font-size: 1.75rem;
    font-weight: 700;
}

.welcome-text p {
    color: #eee;
    margin: 0;
    font-size: 1.1rem;
    line-height: 1.5;
}

.welcome-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 2rem;
    cursor: pointer;
    color: white;
    background: rgba(0, 0, 0, 0.5);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    transition: all 0.2s ease;
}

.welcome-close:hover {
    background: rgba(255, 0, 0, 0.8);
    transform: rotate(90deg);
}

/* Welcome Banner Social Media Section */
.welcome-social-section {
    margin-top: 0.25rem;
    text-align: center;
}

.welcome-social-heading {
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: #facc15;
    margin-bottom: 0.25rem;
    letter-spacing: 0.5px;
}

.welcome-social-icons {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
    position: relative;
    z-index: 50;
}

.welcome-social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    color: #fff;
    font-size: 1.3rem;
    text-decoration: none;
    transition: all 0.4s ease;
    cursor: pointer !important;
    position: relative;
    z-index: 9999 !important;
    border: 2px solid transparent;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    pointer-events: auto !important;
    user-select: none;
}

/* Default colorful backgrounds with glow */
.welcome-social-icon.telegram {
    background: linear-gradient(135deg, #0088cc, #0066aa);
    box-shadow: 0 4px 20px rgba(0, 136, 204, 0.4), 0 0 20px rgba(0, 136, 204, 0.2);
}

.welcome-social-icon.instagram {
    background: linear-gradient(135deg, #e4405f, #833ab4, #fcb045);
    box-shadow: 0 4px 20px rgba(228, 64, 95, 0.4), 0 0 20px rgba(228, 64, 95, 0.2);
}

.welcome-social-icon.linkedin {
    background: linear-gradient(135deg, #0077b5, #005885);
    box-shadow: 0 4px 20px rgba(0, 119, 181, 0.4), 0 0 20px rgba(0, 119, 181, 0.2);
}

.welcome-social-icon.whatsapp {
    background: linear-gradient(135deg, #25d366, #1da851);
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4), 0 0 20px rgba(37, 211, 102, 0.2);
}

/* Enhanced hover effects with stronger glow */
.welcome-social-icon:hover {
    transform: translateY(-3px) scale(1.15);
    border-color: rgba(255, 255, 255, 0.3);
}

.welcome-social-icon.telegram:hover {
    box-shadow: 0 8px 30px rgba(0, 136, 204, 0.6), 0 0 40px rgba(0, 136, 204, 0.4), 0 0 60px rgba(0, 136, 204, 0.2);
    filter: brightness(1.1);
}

.welcome-social-icon.instagram:hover {
    box-shadow: 0 8px 30px rgba(228, 64, 95, 0.6), 0 0 40px rgba(228, 64, 95, 0.4), 0 0 60px rgba(228, 64, 95, 0.2);
    filter: brightness(1.1);
}

.welcome-social-icon.linkedin:hover {
    box-shadow: 0 8px 30px rgba(0, 119, 181, 0.6), 0 0 40px rgba(0, 119, 181, 0.4), 0 0 60px rgba(0, 119, 181, 0.2);
    filter: brightness(1.1);
}

.welcome-social-icon.whatsapp:hover {
    box-shadow: 0 8px 30px rgba(37, 211, 102, 0.6), 0 0 40px rgba(37, 211, 102, 0.4), 0 0 60px rgba(37, 211, 102, 0.2);
    filter: brightness(1.1);
}

/* Active/Click effect */
.welcome-social-icon:active {
    transform: translateY(-1px) scale(1.05);
}

/* Header Styles */
.header {
    background-color: #1a1a1a !important;
    padding: 1rem 0 !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100vw !important;
    z-index: 2000 !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3) !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.header .container {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.logo h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #facc15;
    font-size: 2rem;
}

.logo-img {
    height: 100px;
    width: auto;
    transition: all 0.3s ease;
    filter: drop-shadow(0 0 10px rgba(250, 204, 21, 0.3));
}

.logo-img:hover {
    transform: scale(1.05);
    filter: drop-shadow(0 0 15px rgba(250, 204, 21, 0.5));
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 2rem;
    align-items: center;
}

.nav-links a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.nav-links a:hover {
    color: #facc15;
}

/* Dropdown Styles */
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-toggle {
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
}

.dropdown-toggle i {
    font-size: 0.8rem;
    transition: transform 0.3s ease;
}

.dropdown:hover .dropdown-toggle i {
    transform: rotate(180deg);
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: rgba(26, 26, 26, 0.95);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    min-width: 180px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 1000;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    padding: 8px 0;
}

.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-menu li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.dropdown-menu a {
    display: block;
    padding: 12px 20px;
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.dropdown-menu a:hover {
    background: rgba(250, 204, 21, 0.1);
    color: #facc15;
}

.cta-button {
    background: linear-gradient(135deg, #facc15, #f59e0b);
    color: #000 !important;
    padding: 0.75rem 1.5rem;
    border-radius: 25px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    transition: all 0.3s ease;
}

.cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(250, 204, 21, 0.4);
}

.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.mobile-menu-toggle span {
    width: 25px;
    height: 3px;
    background-color: #facc15;
    margin: 3px 0;
    transition: 0.3s;
}

/* Hero Section */
.hero {
    height: 60vh;
    min-height: 400px;
    position: relative;
    overflow: hidden;
    margin-top: 80px;
    color: #facc15;
}

.hero-slider {
    height: 100%;
    position: relative;
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
}

.slide.active {
    opacity: 1;
}

.slide-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.slide-bg-mobile {
    filter: blur(2px);
}

.slide-bg-desktop {
    filter: blur(2px);
}

.slide-content {
    text-align: center;
    z-index: 2;
    max-width: 600px;
    padding: 0 20px;
}

.slide-content h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 3.5rem;
    margin-bottom: 1.5rem;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.8);
    letter-spacing: -0.02em;
    line-height: 1.1;
}

.slide-content p {
    font-size: 1.4rem;
    margin-bottom: 2rem;
    opacity: 0.95;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
    font-weight: 400;
    line-height: 1.4;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.hero-cta {
    background: linear-gradient(135deg, #facc15, #f59e0b);
    color: #000;
    border: none;
    padding: 0.75rem 1.5rem;
    font-size: 1.3rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    border-radius: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 8px 25px rgba(250, 204, 21, 0.4);
}

.hero-cta:hover {
    background: linear-gradient(135deg, #f59e0b, #d97706);
    color: #000;
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(250, 204, 21, 0.6);
}


.slider-controls {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 2rem;
    z-index: 3;
}

.prev-btn, .next-btn {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 1.2rem;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.prev-btn:hover, .next-btn:hover {
    background: rgba(250, 204, 21, 0.8);
    color: #000;
}

.slider-dots {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 1rem;
    z-index: 3;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot.active {
    background: #facc15;
    transform: scale(1.2);
}


/* Marquee Poster Section */
.marquee-section {
    padding: 2rem 0;
    background-color: #0a0a0a;
    overflow: hidden;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
}

.marquee-container {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.marquee-track {
    display: flex;
    gap: 2rem;
    animation: marqueeScroll 30s linear infinite;
    width: max-content;
}

.marquee-poster {
    flex-shrink: 0;
    width: 300px;
    height: 150px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    cursor: pointer;
}

.marquee-poster:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 8px 25px rgba(250, 204, 21, 0.3);
}

.marquee-poster img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

/* Pause animation on hover */
.marquee-section:hover .marquee-track {
    animation-play-state: paused;
}

@keyframes marqueeScroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}


.filter-btn {
    background: transparent;
    color: #ccc;
    border: 1px solid #555;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.filter-btn.active,
.filter-btn:hover {
    background: #facc15;
    color: #000;
    border-color: #facc15;
}

.posters-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
}

.poster-item {
    background: linear-gradient(135deg, #1a1a1a, #2a2a2a);
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid #333;
}

.poster-item:hover {
    transform: translateY(-5px);
    border-color: #facc15;
    box-shadow: 0 10px 25px rgba(250, 204, 21, 0.1);
}

.poster-thumbnail {
    height: 150px;
    overflow: hidden;
}

.poster-preview {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    position: relative;
}

.poster-preview h4 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.poster-preview p {
    font-size: 0.9rem;
    opacity: 0.9;
}

.poster-info {
    padding: 1rem;
}

.poster-info h5 {
    color: #fff;
    font-size: 1rem;
    margin-bottom: 0.5rem;
}

.poster-date {
    color: #888;
    font-size: 0.8rem;
    margin-bottom: 1rem;
    display: block;
}

.poster-actions {
    display: flex;
    gap: 0.5rem;
}

.action-btn {
    background: rgba(250, 204, 21, 0.1);
    color: #facc15;
    border: 1px solid #facc15;
    width: 35px;
    height: 35px;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.action-btn:hover {
    background: #facc15;
    color: #000;
}

.action-btn.delete:hover {
    background: #ef4444;
    border-color: #ef4444;
    color: #fff;
}

/* About VIRATPANEL Section - Matching Site Theme */
.about-ice-super {
    padding: 5rem 0;
    background-color: #111;
    position: relative;
    overflow: hidden;
}

.container-full {
    max-width: 100%;
    padding: 0 2rem;
    margin: 0 auto;
}

.about-content-full-width {
    position: relative;
    z-index: 1;
    max-width: 1400px;
    margin: 0 auto;
}

.about-main-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: start;
    margin-bottom: 2rem;
}

.about-text-section {
    padding-right: 2rem;
}

.about-image-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
}

.about-image-section .latest-update-heading {
    font-family: 'Poppins', sans-serif;
    font-size: 2.8rem;
    font-weight: 800;
    color: #facc15;
    margin-bottom: 1.2rem;
    text-align: center;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.7);
    letter-spacing: 1px;
}

.about-title-expanded {
    font-family: 'Poppins', sans-serif;
    font-size: 2.5rem;
    font-weight: 600;
    color: #facc15;
    margin-bottom: 2rem;
    line-height: 1.2;
    text-align: center;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.about-description-expanded {
    font-family: 'Poppins', sans-serif;
    font-size: 1.15rem;
    line-height: 1.8;
    color: #ccc;
    margin-bottom: 1.5rem;
    text-align: justify;
}

.about-features-full-width {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-top: 2rem;
}

.feature-item-expanded {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1rem;
    padding: 1.5rem;
    background: linear-gradient(135deg, #2a2a2a, #1a1a1a);
    border: 2px solid transparent;
    border-radius: 15px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.feature-item-expanded::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #facc15, #f59e0b);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
    pointer-events: none;
}

.feature-item-expanded:hover::before {
    opacity: 0.1;
}

.feature-item-expanded:hover {
    transform: translateY(-5px);
    border-color: #facc15;
    box-shadow: 0 10px 30px rgba(250, 204, 21, 0.2);
}

.feature-item-expanded i {
    font-size: 2rem;
    color: #facc15;
    margin-bottom: 0.5rem;
    z-index: 2;
    position: relative;
    display: block;
    text-align: center;
}

.feature-content {
    position: relative;
    z-index: 2;
}

.feature-content h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1rem;
    color: #fff;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.feature-content p {
    font-family: 'Poppins', sans-serif;
    font-size: 0.95rem;
    color: #ccc;
    line-height: 1.5;
    margin: 0;
}


/* Image Slider Styles */
.image-slider-container {
    width: 600px;
    height: 600px;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.image-slider-container::after {
    content: '';
    position: absolute;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    background: linear-gradient(45deg, 
        #facc15, #f59e0b, #facc15, #f59e0b, 
        #facc15, #f59e0b, #facc15, #f59e0b);
    background-size: 400% 400%;
    border-radius: 20px;
    z-index: -1;
    animation: borderMove 4s ease-in-out infinite;
}

@keyframes borderMove {
    0% {
        background-position: 0% 50%;
    }
    25% {
        background-position: 100% 50%;
    }
    50% {
        background-position: 100% 100%;
    }
    75% {
        background-position: 0% 100%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.image-slider {
    width: 100%;
    height: 100%;
    position: relative;
    background: linear-gradient(135deg, #2a2a2a, #1a1a1a);
    border-radius: 17px;
}

.slide {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    border-radius: 17px;
    overflow: hidden;
}

.slide.active {
    opacity: 1;
}

.slider-controls-external {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
    margin-bottom: 20px;
}

.slider-btn {
    background: rgba(250, 204, 21, 0.8);
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #000;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-btn:hover {
    background: #facc15;
    transform: scale(1.1);
    box-shadow: 0 5px 15px rgba(250, 204, 21, 0.4);
}

.slider-dots {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 20px;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot.active,
.dot:hover {
    background: #facc15;
    transform: scale(1.2);
}

.image-slider-container:hover::after {
    animation-duration: 2s;
}

.about-main-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 17px;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}


/* Main Products Section */
.main-products {
    padding: 5rem 0;
    background-color: #1a1a1a;
}

.section-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 3rem;
    color: #facc15;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.product-card {
    background: linear-gradient(135deg, #2a2a2a, #1a1a1a);
    border-radius: 15px;
    padding: 2rem;
    text-align: center;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
}

.product-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #facc15, #f59e0b);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
    pointer-events: none;
}

.product-card:hover::before {
    opacity: 0.1;
}

.product-card:hover {
    transform: translateY(-10px);
    border-color: #facc15;
    box-shadow: 0 15px 30px rgba(250, 204, 21, 0.2);
}

.product-logo {
    position: relative;
    z-index: 2;
    margin-bottom: 1.5rem;
}

.product-logo h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #facc15;
}

.visit-btn, a.visit-btn {
    position: relative;
    z-index: 2;
    background: linear-gradient(135deg, #facc15, #f59e0b);
    color: #000 !important;
    border: none;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 0.85rem;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    line-height: 1.2;
}

.visit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(250, 204, 21, 0.4);
}

/* Other Products Section */
.other-products {
    padding: 5rem 0;
    background-color: #111;
}

.other-products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.other-product-item {
    background: linear-gradient(135deg, #2a2a2a, #1a1a1a);
    padding: 1.5rem;
    border-radius: 10px;
    border-left: 4px solid #facc15;
    transition: all 0.3s ease;
}

.other-product-item:hover {
    transform: translateX(10px);
    box-shadow: 0 5px 15px rgba(250, 204, 21, 0.1);
}

.other-product-item a {
    text-decoration: none;
    color: inherit;
}

.other-product-item a:hover {
    text-decoration: none;
}

.product-name {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 1.1rem;
    color: #facc15;
    margin-bottom: 0.5rem;;
}

.sharing-info {
    font-size: 0.9rem;
    color: #ccc;
}

.sharing-value {
    color: #facc15;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

/* Sharing Rate Box */
.sharing-rate-box {
    margin-top: 1rem;
    padding: 0.75rem;
    background-color: rgba(250, 204, 21, 0.1);
    border: 1px solid rgba(250, 204, 21, 0.3);
    border-radius: 8px;
    text-align: center;
    backdrop-filter: blur(10px);
}

.sharing-label {
    font-family: 'Poppins', sans-serif;
    font-size: 0.9rem;
    color: #ccc;
    margin-right: 0.5rem;
}

.sharing-value {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 1.1rem;
    color: #facc15;
}

/* Product Image Styling */
.product-image {
    margin-bottom: 1.5rem;
    text-align: center;
}

.product-logo-img {
    width: 250px;
    height: 140px;
    border-radius: 8px;
    border: 2px solid rgba(250, 204, 21, 0.3);
    background-color: rgba(250, 204, 21, 0.1);
    transition: all 0.3s ease;
    object-fit: contain;
    padding: 8px;
    display: block;
    margin: 0 auto;
}

.product-logo-img:hover {
    border-color: rgba(250, 204, 21, 0.6);
    background-color: rgba(250, 204, 21, 0.2);
    transform: scale(1.02);
}

@media (max-width: 768px) {
    .product-logo-img {
        width: 200px;
        height: 112px;
        padding: 6px;
    }
}

/* Slider Background Responsive Classes */
.slide-bg-desktop,
.slide-bg-mobile {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.slide-bg-desktop {
    display: block;
}

.slide-bg-mobile {
    display: none;
}

@media (max-width: 768px) {
    .slide-bg-desktop {
        display: none;
    }
    
    .slide-bg-mobile {
        display: block;
    }
}

/* Product Buttons Container */
.product-buttons {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 1rem;
    justify-content: center;
}

.book-btn, a.book-btn {
    background: linear-gradient(135deg, #10b981, #059669);
    color: white !important;
    border: none;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-weight: 600;
    font-size: 0.85rem;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    line-height: 1.2;
}

.book-btn:hover {
    background: linear-gradient(135deg, #059669, #047857);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(16, 185, 129, 0.3);
}

@media (max-width: 768px) {
    .product-buttons {
        flex-direction: column;
        gap: 0.75rem;
    }
    
    .visit-btn,
    .book-btn {
        width: 100%;
        padding: 0.875rem 1.5rem;
    }
}

/* Footer Section */
.footer {
    background-color: #0a0a0a;
    padding: 3rem 0 1rem;
    border-top: 1px solid #333;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
}

.footer-section h3 {
    color: #facc15;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.footer-section h4 {
    color: #facc15;
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

.footer-section ul {
    list-style: none;
}

.footer-section ul li {
    margin-bottom: 0.5rem;
}

.footer-section ul li a {
    color: #ccc;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-section ul li a:hover {
    color: #facc15;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 2rem;
    border-top: 1px solid #333;
}

.copyright-banner {
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw;
    background-color: #facc15;
    padding: 15px 1rem;
    text-align: center;
    box-sizing: border-box;
}

.copyright-banner p {
    margin: 0;
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 1rem;
}

.social-icons {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
}

.social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    color: white;
    transition: all 0.3s ease;
    text-decoration: none;
    font-size: 1.5rem;
}

.social-icon.telegram {
    background: #0088cc;
}

.social-icon.whatsapp {
    background: #25d366;
}

.social-icon:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(250, 204, 21, 0.3);
}

/* View More Button Styles */
.view-more-container {
    text-align: center;
    margin: 2rem 0;
}

.view-more-btn {
    background: linear-gradient(135deg, #ff6b6b, #feca57);
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(255, 107, 107, 0.3);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.view-more-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 107, 107, 0.4);
    background: linear-gradient(135deg, #ff5252, #ffb74d);
}

.view-more-btn:active {
    transform: translateY(0);
    box-shadow: 0 4px 15px rgba(255, 107, 107, 0.3);
}

/* Hidden products animation */
#hiddenProducts {
    animation: fadeIn 0.5s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .nav-links {
        display: none;
    }
    
    .mobile-menu-toggle {
        display: flex !important;
        flex-direction: column !important;
        position: relative !important;
        z-index: 1001 !important;
        margin-left: auto !important;
        margin-right: 0 !important;
        padding: 8px !important;
        background: rgba(250, 204, 21, 0.2) !important;
        border-radius: 4px !important;
        cursor: pointer !important;
        width: 32px !important;
        height: 32px !important;
        justify-content: center !important;
        align-items: center !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
    
    .mobile-menu-toggle span {
        display: block !important;
        width: 18px !important;
        height: 2px !important;
        background-color: #facc15 !important;
        margin: 1.5px 0 !important;
        transition: 0.3s !important;
    }
    
    .hero {
        margin-top: 70px;
        height: 45vh;
        min-height: 280px;
    }
    
    .slide-content h2 {
        font-size: 3rem;
    }
    
    
    .section-title {
        font-size: 2rem;
    }
    
    .management-widget {
        padding: 0 1rem;
    }
    
    .control-buttons {
        flex-direction: column;
    }
    
    .poster-stats {
        grid-template-columns: 1fr;
    }
    
    .gallery-header {
        flex-direction: column;
        align-items: stretch;
    }
    
    .marquee-poster {
        width: 250px;
        height: 125px;
    }
    
    .gallery-filters {
        justify-content: flex-start;
        overflow-x: auto;
        padding-bottom: 0.5rem;
    }
    
    .posters-grid {
        grid-template-columns: 1fr;
    }
    
    .products-grid {
        grid-template-columns: 1fr;
    }
    
    .other-products-grid {
        grid-template-columns: 1fr;
    }
    
    .footer {
        padding: 2rem 0 1rem;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        padding: 0 1rem;
    }
    
    .footer-section h3 {
        font-size: 1.3rem;
    }
    
    .footer-section h4 {
        font-size: 1.1rem;
    }
    
    .footer-bottom {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
        padding: 1.5rem 1rem 0;
    }
    
    .copyright-banner {
        padding: 12px 0.5rem;
        margin-left: -50vw;
        margin-right: -50vw;
    }
    
    .copyright-banner p {
        font-size: 0.9rem;
        line-height: 1.4;
        padding: 0 1rem;
    }
    
    .slider-controls {
        padding: 0 1rem;
    }
    
    .prev-btn, .next-btn {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
    
    
    /* Welcome Banner Mobile Styles */
    .welcome-content {
        max-width: 85vw;
        width: calc(100vw - 3rem);
        max-height: 85vh;
        margin: 0;
        overflow-y: auto;
    }
    
    .welcome-text {
        padding: 0.25rem 0.75rem 1rem;
    }
    
    .welcome-text h3 {
        font-size: 1.4rem;
    }
    
    .welcome-text h2 {
        font-size: 1.2rem;
    }
    
    .welcome-text p {
        font-size: 0.95rem;
    }
    
    .welcome-image {
        padding: 1rem 0.5rem 0;
        display: flex;
        justify-content: center;
    }
    
    .welcome-main-img {
        width: min(250px, calc(100vw - 6rem));
        height: min(250px, calc(100vw - 6rem));
        max-width: 250px;
        max-height: 250px;
    }
    
    /* Welcome Banner Social Media Responsive */
    .welcome-social-section {
        margin-top: 0.2rem;
    }
    
    .welcome-social-heading {
        font-size: 0.9rem;
        margin-bottom: 0.2rem;
    }
    
    .welcome-social-icons {
        gap: 0.6rem;
        justify-content: center;
        flex-wrap: wrap;
    }
    
    .welcome-social-icon {
        width: 38px;
        height: 38px;
        font-size: 1.1rem;
        flex-shrink: 0;
    }
    
    /* Maintain glow effects on mobile */
    .welcome-social-icon:hover {
        transform: translateY(-2px) scale(1.1);
    }
    
    /* About Ice Super Full Width Responsive */
    .container-full {
        padding: 0 1rem;
    }
    
    .about-ice-super {
        padding: 3rem 0;
    }
    
    .about-main-content {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        text-align: center;
        margin-bottom: 2rem;
    }
    
    .about-text-section {
        padding-right: 0;
    }
    
    .about-title-expanded {
        font-size: 1.8rem;
        line-height: 1.2;
        margin-bottom: 1rem;
    }
    
    .about-description-expanded {
        text-align: center;
        font-size: 0.9rem;
        line-height: 1.5;
        margin-bottom: 1rem;
        padding: 0 1rem;
        word-wrap: break-word;
        overflow-wrap: break-word;
        max-width: 100%;
        box-sizing: border-box;
    }
    
    /* Fix about section mobile layout */
    .about-ice-super {
        padding: 2.5rem 1rem !important;
        overflow-x: hidden !important;
    }
    
    .about-content-full-width {
        padding: 0 !important;
        max-width: 100% !important;
        overflow-x: hidden !important;
    }
    
    .about-main-content {
        padding: 0 !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }
    
    .about-text-section {
        padding: 0 !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }
    
    .about-image-section {
        padding: 0 !important;
        width: 100% !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
        margin-top: 1.5rem !important;
        flex-direction: column !important;
    }
    
    .about-image-section .latest-update-heading {
        font-size: 2.2rem !important;
        font-weight: 800 !important;
        margin-bottom: 1rem !important;
        padding: 0 1rem !important;
        text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.7) !important;
        letter-spacing: 1px !important;
    }
    
    .about-features-full-width {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    .feature-item-expanded {
        padding: 1.25rem;
    }
    
    .image-slider-container {
        width: 300px;
        height: 300px;
        position: relative !important;
    }
    
    /* Mobile Image Fix - Prevent Stretching */
    .about-main-image {
        width: 100% !important;
        height: 100% !important;
        object-fit: contain !important;
        object-position: center !important;
        border-radius: 8px !important;
    }
    
    .image-slider-container {
        width: 300px;
        height: 300px;
        position: relative !important;
    }
    
    .slider-dots {
        display: none !important;
    }
    
    .slider-btn {
        display: none !important;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 15px;
    }
    
    .slide-content h2 {
        font-size: 2.5rem;
    }
    
    .slide-content p {
        font-size: 1.1rem;
    }
    
    .hero-cta {
        padding: 0.75rem 1.5rem;
        font-size: 1rem;
    }
    
    
    /* Welcome Banner Social Media for very small screens */
    .welcome-social-section {
        margin-top: 0.15rem;
    }
    
    .welcome-social-heading {
        font-size: 0.8rem;
        margin-bottom: 0.15rem;
    }
    
    .welcome-social-icons {
        gap: 0.6rem;
    }
    
    .welcome-social-icon {
        width: 36px;
        height: 36px;
        font-size: 1.1rem;
    }
    
    /* Welcome Banner Mobile Styles */
    .welcome-content {
        max-width: 90vw;
        width: calc(100vw - 2rem);
        max-height: 90vh;
        margin: 0;
    }
    
    .welcome-text {
        padding: 0.25rem 0.75rem 0.75rem;
    }
    
    .welcome-text h3 {
        font-size: 1.2rem;
    }
    
    .welcome-text h2 {
        font-size: 1rem;
    }
    
    .welcome-text p {
        font-size: 0.85rem;
    }
    
    .welcome-image {
        padding: 0.75rem 0.25rem 0;
        display: flex;
        justify-content: center;
    }
    
    .welcome-main-img {
        width: min(200px, calc(100vw - 4rem));
        height: min(200px, calc(100vw - 4rem));
        max-width: 200px;
        max-height: 200px;
        aspect-ratio: 1/1;
        border-radius: 8px;
    }
    
    /* Maintain glow effects on very small screens */
    .welcome-social-icon:hover {
        transform: translateY(-2px) scale(1.08);
    }
    
    .widget {
        padding: 1.5rem;
    }
    
    .upload-area {
        padding: 1.5rem;
    }
    
    .upload-content i {
        font-size: 2rem;
    }
    
    .poster-actions {
        justify-content: center;
    }
    
    .marquee-poster {
        width: 200px;
        height: 100px;
    }
    
    .marquee-track {
        gap: 1rem;
    }
    
    .other-products-grid {
        grid-template-columns: 1fr;
    }
    
    .other-product-item {
        padding: 1rem;
    }
    
    /* About Ice Super Full Width Small Screen Responsive */
    .container-full {
        padding: 0 0.75rem;
    }
    
    .about-main-content {
        gap: 1.5rem;
        margin-bottom: 2rem;
    }
    
    .about-title-expanded {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    .about-description-expanded {
        font-size: 0.95rem;
        line-height: 1.6;
    }
    
    .about-features-full-width {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .feature-item-expanded {
        padding: 1rem;
        flex-direction: column;
        text-align: center;
        gap: 0.75rem;
    }
    
    .feature-item-expanded i {
        font-size: 1.8rem;
        margin-bottom: 0.5rem;
        display: block;
        text-align: center;
    }
    
    .feature-content h4 {
        font-size: 1rem;
    }
    
    .feature-content p {
        font-size: 0.9rem;
    }
    
    .image-slider-container {
        width: 280px;
        height: 280px;
    }
    
    .about-title-expanded {
        font-size: 1.5rem;
        line-height: 1.3;
    }
    
    .about-description-expanded {
        font-size: 0.85rem;
        text-align: center;
        padding: 0 0.5rem;
        word-wrap: break-word;
        overflow-wrap: break-word;
        hyphens: auto;
    }
    
    /* Fix about section container overflow */
    .about-ice-super {
        padding: 2rem 0.5rem !important;
        overflow-x: hidden !important;
    }
    
    .about-content-full-width {
        padding: 0 0.5rem !important;
        max-width: 100% !important;
        overflow-x: hidden !important;
    }
    
    .about-main-content {
        padding: 0 !important;
        margin: 0 !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }
    
    .about-text-section {
        padding: 0 0.5rem !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }
    
    .about-image-section {
        padding: 0 0.5rem !important;
        width: 100% !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
    }
    
    .about-features-full-width {
        grid-template-columns: 1fr;
        gap: 0.8rem;
    }
    
    .slider-btn {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }
    
    .slider-controls-external {
        gap: 10px;
    }
    .dot {
        width: 10px;
        height: 10px;
    }
    /* FORCE STICKY HEADER */
    .header {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        z-index: 9999 !important;
        background: #1a1a1a !important;
        padding: 10px 0 !important;
        box-shadow: 0 2px 10px rgba(0,0,0,0.5) !important;
        transform: none !important;
        transition: none !important;
    }
    
    .header .container {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        padding: 0 15px !important;
        margin: 0 !important;
        max-width: none !important;
        width: 100% !important;
    }
    
    .header-left {
        display: flex !important;
        align-items: center !important;
        gap: 10px !important;
    }
    
    .logo {
        display: block !important;
    }
    
    .logo-img {
        height: 36px !important;
        width: auto !important;
    }
    
    .mobile-search-container {
        display: block !important;
    }
    
    .mobile-search-button {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 35px !important;
        height: 35px !important;
        background: #facc15 !important;
        color: #000 !important;
        border: none !important;
        border-radius: 5px !important;
        font-size: 16px !important;
    }
    
    .mobile-menu-toggle {
        display: flex !important;
        margin-left: auto !important;
        margin-right: 0 !important;
        padding: 6px !important;
        background: rgba(250, 204, 21, 0.2) !important;
        border-radius: 3px;
        z-index: 1002 !important;
    }
    
    /* Sticky Social Icons for Small Screens */
    .sticky-social-left {
        left: 8px !important;
        bottom: 15px !important;
        z-index: 1001 !important;
    }
    
    .sticky-social-right {
        right: 8px !important;
        bottom: 15px !important;
        z-index: 1001 !important;
    }
    
    .sticky-social-left a,
    .sticky-social-right a {
        width: 38px;
        height: 38px;
        font-size: 16px;
    }
    
    /* Copyright Banner Mobile */
    .copyright-banner {
        padding: 10px 0.25rem;
    }
    
    .copyright-banner p {
        font-size: 0.8rem;
        padding: 0 0.5rem;
    }
}

/* ========================================
   EMERGENCY MOBILE FIX - FINAL OVERRIDE
   ======================================== */
@media screen and (max-width: 768px) {
    /* FORCE STICKY HEADER - HIGHEST PRIORITY */
    .header {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        width: 100vw !important;
        z-index: 99999 !important;
        background: #1a1a1a !important;
        padding: 8px 0 !important;
        box-shadow: 0 2px 10px rgba(0,0,0,0.8) !important;
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    .header .container {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        padding: 0 10px !important;
        width: calc(100% - 20px) !important;
        margin: 0 auto !important;
    }
    
    .header-left {
        display: flex !important;
        align-items: center !important;
        gap: 8px !important;
    }
    
    .logo {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    .logo-img {
        height: 67px !important;
        width: auto !important;
        display: block !important;
    }
    
    .mobile-search-container {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    .mobile-search-button {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 32px !important;
        height: 32px !important;
        background: #facc15 !important;
        color: #000 !important;
        border: none !important;
        border-radius: 4px !important;
        font-size: 14px !important;
        cursor: pointer !important;
    }
    
    .mobile-menu-toggle {
        display: flex !important;
        flex-direction: column !important;
        width: 32px !important;
        height: 32px !important;
        justify-content: center !important;
        align-items: center !important;
        background: #facc15 !important;
        border-radius: 4px !important;
        cursor: pointer !important;
        padding: 4px !important;
        margin-left: auto !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    .mobile-menu-toggle span {
        display: block !important;
        width: 18px !important;
        height: 2px !important;
        background: #000 !important;
        margin: 1px 0 !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    .nav-links {
        display: none !important;
    }
    
    /* Mobile Menu Dropdown - Professional Format */
    .nav-links.mobile-menu-open {
        display: flex !important;
        flex-direction: column !important;
        position: absolute !important;
        top: 100% !important;
        left: 10px !important;
        right: 10px !important;
        background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%) !important;
        padding: 0 !important;
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.7) !important;
        z-index: 99997 !important;
        border: 1px solid #333 !important;
        border-radius: 8px !important;
        overflow: hidden !important;
        margin-top: 5px !important;
    }
    
    .nav-links.mobile-menu-open li {
        margin: 0 !important;
        list-style: none !important;
        border-bottom: 1px solid #333 !important;
    }
    
    .nav-links.mobile-menu-open li:last-child {
        border-bottom: none !important;
    }
    
    .nav-links.mobile-menu-open li a {
        color: #fff !important;
        text-decoration: none !important;
        padding: 12px 20px !important;
        display: block !important;
        font-size: 14px !important;
        font-weight: 500 !important;
        transition: all 0.3s ease !important;
        position: relative !important;
    }
    
    .nav-links.mobile-menu-open li a:hover,
    .nav-links.mobile-menu-open li a:active {
        background: linear-gradient(90deg, #facc15 0%, #f1c40f 100%) !important;
        color: #000 !important;
        transform: translateX(5px) !important;
    }
    
    .nav-links.mobile-menu-open .cta-button {
        background: linear-gradient(90deg, #facc15 0%, #f1c40f 100%) !important;
        color: #000 !important;
        font-weight: 600 !important;
        text-align: center !important;
        margin: 8px 12px !important;
        border-radius: 6px !important;
        padding: 10px 16px !important;
    }
    
    .nav-links.mobile-menu-open .cta-button:hover {
        background: linear-gradient(90deg, #f1c40f 0%, #e67e22 100%) !important;
        transform: translateX(0) scale(1.02) !important;
    }
    
    /* Dropdown Menu Styling */
    .nav-links.mobile-menu-open .dropdown {
        position: relative !important;
    }
    
    .nav-links.mobile-menu-open .dropdown-toggle {
        position: relative !important;
        cursor: pointer !important;
    }
    
    .nav-links.mobile-menu-open .dropdown-toggle::after {
        content: "▼" !important;
        position: absolute !important;
        right: 15px !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        font-size: 10px !important;
        transition: transform 0.3s ease !important;
        color: #facc15 !important;
    }
    
    .nav-links.mobile-menu-open .dropdown-toggle.active::after {
        transform: translateY(-50%) rotate(180deg) !important;
    }
    
    .nav-links.mobile-menu-open .dropdown-menu {
        position: static !important;
        display: none !important;
        background: #0f0f0f !important;
        margin: 0 !important;
        border-radius: 0 !important;
        padding: 0 !important;
        border-top: 1px solid #444 !important;
        overflow: hidden !important;
        opacity: 0 !important;
        max-height: 0 !important;
        transition: all 0.3s ease !important;
    }
    
    .nav-links.mobile-menu-open .dropdown-menu.open {
        display: block !important;
        opacity: 1 !important;
        max-height: 300px !important;
        visibility: visible !important;
    }
    
    /* Force dropdown menu visibility when open */
    .nav-links.mobile-menu-open .dropdown-menu[style*="block"] {
        display: block !important;
        opacity: 1 !important;
        max-height: 300px !important;
        visibility: visible !important;
    }
    
    .nav-links.mobile-menu-open .dropdown-menu li {
        border-bottom: 1px solid #222 !important;
    }
    
    .nav-links.mobile-menu-open .dropdown-menu li a {
        padding: 10px 30px !important;
        font-size: 13px !important;
        color: #ccc !important;
        background: transparent !important;
    }
    
    .nav-links.mobile-menu-open .dropdown-menu li a:hover {
        background: #facc15 !important;
        color: #000 !important;
        transform: translateX(8px) !important;
    }
    
    /* FORCE SOCIAL ICONS - HIGHEST PRIORITY */
    .sticky-social-left,
    .sticky-social-right {
        position: fixed !important;
        z-index: 99998 !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 8px !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    .sticky-social-left {
        left: 8px !important;
        bottom: 15px !important;
    }
    
    .sticky-social-right {
        right: 8px !important;
        bottom: 15px !important;
    }
    
    .sticky-social-left a,
    .sticky-social-right a {
        display: flex !important;
        width: 45px !important;
        height: 45px !important;
        border-radius: 50% !important;
        align-items: center !important;
        justify-content: center !important;
        font-size: 18px !important;
        color: white !important;
        text-decoration: none !important;
        box-shadow: 0 2px 8px rgba(0,0,0,0.4) !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    /* FORCE COPYRIGHT BANNER */
    .copyright-banner {
        position: relative !important;
        background: #facc15 !important;
        padding: 12px 8px !important;
        text-align: center !important;
        width: 100% !important;
        left: 0 !important;
        right: 0 !important;
        margin: 0 !important;
        box-sizing: border-box !important;
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    .copyright-banner p {
        margin: 0 !important;
        color: #000 !important;
        font-weight: 600 !important;
        font-size: 12px !important;
        line-height: 1.3 !important;
        padding: 0 !important;
    }
    
    /* EMERGENCY ABOUT SECTION FIX */
    .about-ice-super {
        padding: 1.5rem 0.5rem !important;
        overflow-x: hidden !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }
    
    .about-content-full-width {
        padding: 0 !important;
        margin: 0 !important;
        max-width: 100% !important;
        width: 100% !important;
        overflow-x: hidden !important;
        box-sizing: border-box !important;
    }
    
    .about-main-content {
        padding: 0 !important;
        margin: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        overflow-x: hidden !important;
    }
    
    .about-text-section {
        padding: 0 0.5rem !important;
        margin: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }
    
    .about-title-expanded {
        font-size: 1.3rem !important;
        line-height: 1.2 !important;
        margin: 0 0 1rem 0 !important;
        padding: 0 0.5rem !important;
        text-align: center !important;
        word-wrap: break-word !important;
    }
    
    .about-description-expanded {
        font-size: 0.8rem !important;
        line-height: 1.4 !important;
        margin: 0 0 1rem 0 !important;
        padding: 0 0.5rem !important;
        text-align: center !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        hyphens: auto !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }
    
    .about-image-section {
        padding: 0 !important;
        width: 100% !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        margin-top: 1rem !important;
    }
    
    .about-image-section .latest-update-heading {
        font-size: 1.8rem !important;
        font-weight: 800 !important;
        margin-bottom: 0.8rem !important;
        padding: 0 0.5rem !important;
        text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.7) !important;
        letter-spacing: 1px !important;
    }
    
    .slider-controls-external {
        max-width: 100% !important;
        overflow: hidden !important;
        align-items: center !important;
    }
    
    .image-slider-container {
        width: 280px !important;
        height: 280px !important;
        max-width: calc(100vw - 2rem) !important;
        margin: 0 auto !important;
        position: relative !important;
    }
    
    /* Mobile Image Fix - Prevent Stretching */
    .about-main-image {
        width: 100% !important;
        height: 100% !important;
        object-fit: contain !important;
        object-position: center !important;
        border-radius: 8px !important;
    }
    
    .image-slider-container {
        width: 280px !important;
        height: 280px !important;
        max-width: calc(100vw - 2rem) !important;
        margin: 0 auto !important;
        position: relative !important;
    }
    
    .slider-dots {
        display: none !important;
    }
    
    .slider-btn {
        display: none !important;
    }
}
