/* New Tokenomics Section Styles */
#wb_tokenomics
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #000000;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   margin: -1px 0 0 0;
}

#tokenomics
{
   box-sizing: border-box;
   padding: 40px 20px 40px 20px;
   margin-right: auto;
   margin-left: auto;
   max-width: 100%;
}

#tokenomics > .row
{
   margin-right: -20px;
   margin-left: -20px;
}

#tokenomics > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 20px;
   padding-left: 20px;
   position: relative;
   float: left;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}

#tokenomics:before,
#tokenomics:after,
#tokenomics .row:before,
#tokenomics .row:after
{
   display: table;
   content: " ";
}

#tokenomics:after,
#tokenomics .row:after
{
   clear: both;
}

#wb_tokenomics_title
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #4F4F4F;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0 0 30px 0;
   padding: 0;
   text-align: center;
}

#tokenomics_title
{
   color: #FFFFFF;
   font-family: "Gochi Hand";
   font-weight: bold;
   font-style: normal;
   font-size: 43px;
   margin: 0;
   text-align: center;
   text-transform: none;
}

#wb_tokenomics_grid
{
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   gap: 20px;
   margin-top: 30px;
}

#tokenomics_grid
{
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   gap: 20px;
   width: 100%;
}

#tokenomics_grid > .col-1,
#tokenomics_grid > .col-2,
#tokenomics_grid > .col-3,
#tokenomics_grid > .col-4
{
   flex: 1;
   min-width: 250px;
   max-width: 300px;
}

#wb_tokenomics_card1,
#wb_tokenomics_card2,
#wb_tokenomics_card3,
#wb_tokenomics_card4
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: #1a1a1a;
   background-image: none;
   border: 2px solid #3B4656;
   border-radius: 15px;
   text-align: center;
   padding: 20px;
   transition: transform 0.3s ease, border-color 0.3s ease;
}

#wb_tokenomics_card1:hover,
#wb_tokenomics_card2:hover,
#wb_tokenomics_card3:hover,
#wb_tokenomics_card4:hover
{
   transform: translateY(-5px);
   border-color: #00B3F0;
}

#tokenomics_card1-body,
#tokenomics_card2-body,
#tokenomics_card3-body,
#tokenomics_card4-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}

#tokenomics_card1-item1,
#tokenomics_card2-item1,
#tokenomics_card3-item1,
#tokenomics_card4-item1
{
   box-sizing: border-box;
   margin: 0 0 15px 0;
   padding: 0;
   color: #00B3F0;
   font-family: "Gochi Hand";
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
}

#tokenomics_card1-item2,
#tokenomics_card2-item2,
#tokenomics_card3-item2,
#tokenomics_card4-item2
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   color: #FFFFFF;
   font-family: "Gochi Hand";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   line-height: 24px;
}

/* New Roadmap Section Styles */
#wb_roadmap
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #111111;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   margin: -1px 0 0 0;
}

#roadmap
{
   box-sizing: border-box;
   padding: 40px 20px 40px 20px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1200px;
}

#roadmap > .row
{
   margin-right: -20px;
   margin-left: -20px;
}

#roadmap > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 20px;
   padding-left: 20px;
   position: relative;
   float: left;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}

#roadmap:before,
#roadmap:after,
#roadmap .row:before,
#roadmap .row:after
{
   display: table;
   content: " ";
}

#roadmap:after,
#roadmap .row:after
{
   clear: both;
}

#wb_roadmap_title
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #4F4F4F;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0 0 40px 0;
   padding: 0;
   text-align: center;
}

#roadmap_title
{
   color: #FFFFFF;
   font-family: "Gochi Hand";
   font-weight: bold;
   font-style: normal;
   font-size: 43px;
   margin: 0;
   text-align: center;
   text-transform: none;
}

#wb_roadmap_timeline
{
   display: flex;
   justify-content: center;
   width: 100%;
}

#roadmap_timeline
{
   display: flex;
   flex-direction: column;
   gap: 30px;
   max-width: 800px;
   width: 100%;
}

.timeline-item
{
   display: flex;
   align-items: flex-start;
   gap: 20px;
   padding: 20px;
   background-color: #1a1a1a;
   border: 2px solid #3B4656;
   border-radius: 15px;
   transition: transform 0.3s ease, border-color 0.3s ease;
}

.timeline-item:hover
{
   transform: translateX(10px);
   border-color: #00B3F0;
}

.timeline-marker
{
   background-color: #00B3F0;
   color: #000000;
   padding: 10px 15px;
   border-radius: 25px;
   font-family: "Gochi Hand";
   font-weight: bold;
   font-size: 16px;
   white-space: nowrap;
   min-width: 80px;
   text-align: center;
}

.timeline-content
{
   flex: 1;
   text-align: left;
}

.timeline-content h3
{
   color: #FFFFFF;
   font-family: "Gochi Hand";
   font-weight: bold;
   font-size: 24px;
   margin: 0 0 10px 0;
}

.timeline-content p
{
   color: #F5F5F5;
   font-family: "Gochi Hand";
   font-size: 16px;
   line-height: 24px;
   margin: 0;
}

/* New Community Section Styles */
#wb_community
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #000000;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   margin: -1px 0 0 0;
}

#community
{
   box-sizing: border-box;
   padding: 40px 20px 40px 20px;
   margin-right: auto;
   margin-left: auto;
   max-width: 100%;
}

#community > .row
{
   margin-right: -20px;
   margin-left: -20px;
}

#community > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 20px;
   padding-left: 20px;
   position: relative;
   float: left;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}

#community:before,
#community:after,
#community .row:before,
#community .row:after
{
   display: table;
   content: " ";
}

#community:after,
#community .row:after
{
   clear: both;
}

#wb_community_title
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #4F4F4F;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0 0 40px 0;
   padding: 0;
   text-align: center;
}

#community_title
{
   color: #FFFFFF;
   font-family: "Gochi Hand";
   font-weight: bold;
   font-style: normal;
   font-size: 43px;
   margin: 0;
   text-align: center;
   text-transform: none;
}

#wb_social_links
{
   margin-bottom: 40px;
}

#social_links
{
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   gap: 20px;
   margin-bottom: 40px;
}

.social-item
{
   flex: 1;
   min-width: 250px;
   max-width: 300px;
}

.social-link
{
   display: flex;
   align-items: center;
   justify-content: center;
   gap: 15px;
   padding: 20px;
   background-color: #1a1a1a;
   border: 2px solid #3B4656;
   border-radius: 15px;
   color: #FFFFFF;
   text-decoration: none;
   font-family: "Gochi Hand";
   font-size: 18px;
   font-weight: bold;
   transition: all 0.3s ease;
}

.social-link:hover
{
   transform: translateY(-5px);
   border-color: #00B3F0;
   background-color: #2a2a2a;
   color: #00B3F0;
}

.social-link i
{
   font-size: 24px;
}

.social-link.twitter:hover
{
   border-color: #000000;
   color: #000000;
}

.social-link.telegram:hover
{
   border-color: #0088cc;
   color: #0088cc;
}

.social-link.discord:hover
{
   border-color: #7289da;
   color: #7289da;
}

.social-link.reddit:hover
{
   border-color: #ff4500;
   color: #ff4500;
}

.social-link.gitbook:hover
{
   border-color: #3884ff;
   color: #3884ff;
}

.social-link.twitter {
    position: relative;
    background-color: #FFFFFF !important;
    border: 2px solid #e0e0e0 !important;
}

.social-link.twitter i {
    display: none;
}

.social-link.twitter::before {
    content: "𝕏";
    font-size: 24px;
    font-weight: bold;
    color: #000000;
    margin-right: 15px;
}

.social-link.twitter:hover::before {
    color: #000000;
}

.social-link.twitter:hover
{
   border-color: #000000 !important;
   color: #000000 !important;
   background-color: #f0f0f0 !important;
}

.social-link.twitter span {
    color: #000000 !important;
}

.social-link.twitter:hover span {
    color: #000000 !important;
}

#wb_share_buttons
{
   margin-top: 40px;
}

#share_buttons
{
   text-align: center;
}

#share_buttons h3
{
   color: #FFFFFF;
   font-family: "Gochi Hand";
   font-weight: bold;
   font-size: 24px;
   margin: 0 0 20px 0;
}

.share-btn
{
   display: inline-flex;
   align-items: center;
   gap: 10px;
   padding: 15px 25px;
   margin: 0 10px 10px 0;
   background-color: #1a1a1a;
   border: 2px solid #3B4656;
   border-radius: 25px;
   color: #FFFFFF;
   font-family: "Gochi Hand";
   font-size: 16px;
   font-weight: bold;
   cursor: pointer;
   transition: all 0.3s ease;
}

.share-btn:hover
{
   transform: translateY(-3px);
   background-color: #2a2a2a;
}

.share-btn.twitter-share:hover
{
   border-color: #000000;
   color: #000000;
}

.share-btn.telegram-share:hover
{
   border-color: #0088cc;
   color: #0088cc;
}

.share-btn.copy-link:hover
{
   border-color: #00B3F0;
   color: #00B3F0;
}

.share-btn.twitter-share {
    position: relative;
    background-color: #FFFFFF !important;
    border: 2px solid #e0e0e0 !important;
    color: #000000 !important;
}

.share-btn.twitter-share i {
    display: none;
}

.share-btn.twitter-share::before {
    content: "𝕏";
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    margin-right: 10px;
}

.share-btn.twitter-share:hover::before {
    color: #000000;
}

.share-btn.twitter-share:hover
{
   border-color: #000000 !important;
   color: #000000 !important;
   background-color: #f0f0f0 !important;
}

.share-btn i
{
   font-size: 18px;
}

/* Mobile Responsiveness */
@media (max-width: 768px)
{
   #tokenomics_grid
   {
      flex-direction: column;
      align-items: center;
   }
   
   #tokenomics_grid > .col-1,
   #tokenomics_grid > .col-2,
   #tokenomics_grid > .col-3,
   #tokenomics_grid > .col-4
   {
      max-width: 100%;
      width: 100%;
   }
   
   .timeline-item
   {
      flex-direction: column;
      text-align: center;
   }
   
   .timeline-content
   {
      text-align: center;
   }
   
   #social_links
   {
      flex-direction: column;
      align-items: center;
   }
   
   .share-btn
   {
      margin: 5px;
      width: calc(100% - 10px);
      max-width: 300px;
   }
   
   #tokenomics_title,
   #roadmap_title,
   #community_title
   {
      font-size: 32px;
   }
   
   .timeline-content h3
   {
      font-size: 20px;
   }
   
   .timeline-content p
   {
      font-size: 14px;
   }
   
   .social-link
   {
      font-size: 16px;
   }
   
   .social-link i
   {
      font-size: 20px;
   }
}

@media (max-width: 480px)
{
   #tokenomics,
   #roadmap,
   #community
   {
      padding: 20px 10px;
   }
   
   .timeline-item
   {
      padding: 15px;
   }
   
   .timeline-marker
   {
      font-size: 14px;
      padding: 8px 12px;
   }
   
   .social-link
   {
      padding: 15px;
      font-size: 14px;
   }
   
   .share-btn
   {
      padding: 12px 20px;
      font-size: 14px;
   }
}