@import url('https://fonts.googleapis.com/css2?family=Anton&family=Inter:wght@500;600;700;800;900&family=Pacifico&display=swap');

:root{
  --bg:#050514;
  --panel:#090922;
  --cyan:#5ff4ff;
  --blue:#189dff;
  --pink:#ff4fe3;
  --purple:#7d49ff;
  --text:#ffffff;
  --muted:#c9ccff;
  --line:rgba(95,244,255,.35);
  --shadow:0 0 35px rgba(24,157,255,.35),0 0 70px rgba(255,79,227,.18);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--text);
  font-family:'Inter',Arial,sans-serif;
  background:
    radial-gradient(circle at 20% 0%,rgba(255,79,227,.18),transparent 35%),
    radial-gradient(circle at 80% 15%,rgba(24,157,255,.18),transparent 35%),
    #03030d;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.site-shell{
  width:min(1380px,100%);
  margin:0 auto;
  background:#050514;
  min-height:100vh;
  overflow:hidden;
  box-shadow:0 0 80px rgba(0,0,0,.8);
}

/* HEADER */
.site-header{
  height:96px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding:0 7%;
  background:rgba(4,4,18,.96);
  border-bottom:1px solid rgba(95,244,255,.22);
  position:sticky;
  top:0;
  z-index:100;
  backdrop-filter:blur(16px);
}
.brand{display:flex;align-items:center;gap:14px;font-weight:900;font-size:23px;white-space:nowrap}
.brand img{width:118px;height:64px;object-fit:contain}
.brand span{
  background:linear-gradient(135deg,#fff,#9afcff,#ff8df0);
  -webkit-background-clip:text;
  color:transparent;
}
.main-nav{display:flex;align-items:center;gap:25px;font-size:14px;font-weight:900;white-space:nowrap}
.main-nav a{position:relative;color:#fff;opacity:.92;text-shadow:0 1px 0 rgba(0,0,0,.35)}
.main-nav a::after{
  content:"";
  position:absolute;
  left:0;
  bottom:-18px;
  width:0;
  height:4px;
  border-radius:8px;
  background:linear-gradient(90deg,var(--pink),var(--cyan));
  box-shadow:0 0 16px var(--cyan);
  transition:.25s;
}
.main-nav a:hover::after,.main-nav a.active::after{width:100%}
.follow-btn{
  min-width:205px;
  text-align:center;
  padding:18px 26px;
  border-radius:999px;
  font-weight:900;
  background:linear-gradient(135deg,#ff42df,#139dff);
  box-shadow:0 0 22px rgba(95,244,255,.75),inset 0 0 0 1px rgba(255,255,255,.35);
}
.nav-toggle{display:none;background:none;color:#fff;border:0;font-size:28px}

/* HERO */
.hero{
    position:relative;
    min-height:790px;
    padding:95px 7% 35px;
    background:
        linear-gradient(
            90deg,
            rgba(5,5,20,.78),
            rgba(5,5,20,.38),
            rgba(5,5,20,.88)
        ),
        url("../images/hero-bg1.webp") center center/cover no-repeat;
}
  border-bottom:1px solid rgba(95,244,255,.25);
}
.hero::before{
  content:"";
  position:absolute;inset:0;
  background:
    radial-gradient(circle at 83% 50%,rgba(255,79,227,.25),transparent 24%),
    radial-gradient(circle at 46% 20%,rgba(95,244,255,.16),transparent 20%),
    linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.4));
  pointer-events:none;
}
.hero-content{position:relative;z-index:2;width:62%;max-width:760px}
.script-text{
  font-family:'Pacifico',cursive;
  font-size:clamp(36px,4vw,62px);
  color:#9ffcff;
  text-shadow:0 0 10px var(--cyan),0 0 22px var(--blue),0 0 36px var(--cyan);
  margin-bottom:14px;
}
.hero h1{
  font-family:'Anton','Inter',sans-serif;
  margin:0;
  font-size:clamp(76px,9vw,165px);
  line-height:.86;
  letter-spacing:3px;
  font-style:italic;
  color:#fff;
  text-shadow:
    0 0 2px #fff,
    0 0 16px var(--cyan),
    0 0 35px var(--blue),
    0 0 65px var(--purple);
  -webkit-text-stroke:2px rgba(145,250,255,.55);
}
.music-pill{
  display:inline-flex;
  margin:24px 0 26px;
  padding:16px 32px;
  border-radius:999px;
  font-weight:900;
  font-size:18px;
  background:linear-gradient(135deg,#ff4fe3,#0aa7ff);
  border:1px solid rgba(255,255,255,.35);
  box-shadow:0 0 22px rgba(95,244,255,.6);
}
.hero p{
  max-width:680px;
  font-size:18px;
  line-height:1.75;
  font-weight:800;
  color:#fff;
  text-shadow:0 2px 8px rgba(0,0,0,.75);
}
.cta-btn{
  display:inline-flex;
  margin-top:22px;
  padding:20px 34px;
  border-radius:16px;
  font-weight:900;
  background:linear-gradient(135deg,#ff39dc,#149cff);
  box-shadow:0 0 22px rgba(24,157,255,.65);
}
.hero-character{
  position:absolute;
  z-index:3;
  right:8%;
  bottom:112px;
  width:min(360px,30vw);
  filter:drop-shadow(0 0 22px rgba(255,79,227,.55)) drop-shadow(0 18px 30px rgba(0,0,0,.45));
}
.hero-character img{width:100%;object-fit:contain}

/* SOCIAL */
.social-box{
  position:relative;
  left:auto;
  right:auto;
  bottom:auto;
  z-index:4;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  margin:30px 9% 0;
  border:1px solid rgba(255,79,227,.5);
  border-radius:16px;
  overflow:hidden;
  background:rgba(4,4,18,.74);
  box-shadow:0 0 30px rgba(95,244,255,.18);
}
.social-item{
  min-height:132px;
  padding:20px 28px;
  display:grid;
  grid-template-columns:70px 1fr;
  grid-template-rows:auto auto auto;
  column-gap:18px;
  align-items:center;
  border-right:1px solid rgba(255,255,255,.14);
}
.social-item:last-child{border-right:0}
.social-item i{
  grid-row:1/4;
  display:grid;
  place-items:center;
  width:58px;height:58px;
  border-radius:14px;
  font-style:normal;
  font-size:30px;
  font-weight:900;
  background:rgba(255,255,255,.08);
}
.social-item.youtube i{color:#ff1e1e}
.social-item.facebook i{background:#2376df}
.social-item.tiktok i{color:#ff58ef}
.social-item strong{font-size:20px}
.social-item span{font-size:14px;color:#fff;font-weight:800}
.social-item a{
  justify-self:start;
  margin-top:8px;
  padding:10px 18px;
  border-radius:8px;
  border:1px solid var(--cyan);
  font-size:13px;
  font-weight:900;
}

/* STATS */
.stats{
  margin:0 auto;
  width:84%;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  border:1px solid rgba(24,157,255,.65);
  border-radius:12px;
  overflow:hidden;
  transform:translateY(-1px);
  background:#080923;
  box-shadow:0 0 25px rgba(24,157,255,.35);
}
.stats div{text-align:center;padding:24px;border-right:1px solid rgba(255,255,255,.14)}
.stats div:last-child{border-right:0}
.stats b{display:block;font-size:34px;font-weight:900;margin-bottom:10px}
.stats span{font-size:12px;font-weight:900}

/* SECTIONS */
.section{
  padding:75px 7%;
  background:#050514;
}
.section-title{text-align:center;margin-bottom:34px}
.section-title span{color:var(--cyan);letter-spacing:8px;text-shadow:0 0 14px var(--cyan)}
.section-title h2{
  margin:14px 0 8px;
  font-size:clamp(34px,4vw,50px);
  text-shadow:0 0 20px rgba(255,79,227,.45);
}
.section-title p{color:var(--muted);font-size:18px}
.feature-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:26px;
}
.feature-grid article{
  border-radius:12px;
  overflow:hidden;
  transition:.25s;
}
.feature-grid article:hover{transform:translateY(-8px)}
.feature-grid img{width:100%;height:165px;object-fit:cover;border-radius:10px}
.feature-grid h3{
  color:#ff5cea;
  margin:14px 0 10px;
  font-size:24px;
  text-shadow:0 0 14px rgba(255,79,227,.55);
}
.feature-grid p{color:#e0e2ff;line-height:1.65}

/* WIKI */
.wiki-section{
  background:
    radial-gradient(circle at 50% 0%,rgba(24,157,255,.12),transparent 28%),
    #050514;
}
.search-box{
  display:block;
  width:min(850px,100%);
  margin:0 auto 30px;
  padding:22px 28px;
  border-radius:999px;
  border:1px solid rgba(95,244,255,.55);
  background:rgba(255,255,255,.08);
  color:#fff;
  font-size:18px;
  font-weight:800;
  outline:none;
  box-shadow:0 0 30px rgba(95,244,255,.16);
}
.search-box::placeholder{color:#d4d6eb}
.skill-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:28px;
  margin-top:18px;
}
.skill-card{
  min-height:360px;
  padding:30px;
  border-radius:24px;
  border:1px solid rgba(95,244,255,.38);
  background:linear-gradient(145deg,rgba(255,255,255,.1),rgba(255,255,255,.025));
  box-shadow:inset 0 0 40px rgba(24,157,255,.08);
}
.skill-card:first-child{border-color:rgba(255,79,227,.65)}
.skill-card h3{font-size:26px;margin:0 0 14px}
.skill-card h4{margin:0 0 22px;color:#fff}
.skill-card p{color:#eef0ff;line-height:1.65;font-weight:700}
.tags{display:flex;gap:10px;flex-wrap:wrap;margin:20px 0}
.tags span{
  padding:9px 14px;
  border-radius:999px;
  color:#bffbff;
  background:rgba(95,244,255,.16);
  border:1px solid rgba(95,244,255,.35);
  font-size:13px;
  font-weight:900;
}
.skill-card a{
  display:inline-flex;
  margin-top:10px;
  padding:13px 18px;
  border-radius:999px;
  font-weight:900;
  background:linear-gradient(135deg,#ff4fe3,#5ff4ff);
}

/* VIDEO */
.video-section{
  padding:80px 7%;
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:55px;
  align-items:center;
  background:#050514;
  border-top:1px solid rgba(95,244,255,.08);
}
.video-section h2{font-size:40px;margin:0 0 24px}
.video-section p{font-size:18px;color:var(--muted)}
.video-frame{
  position:relative;
  aspect-ratio:16/9;
  border-radius:16px;
  overflow:hidden;
  border:1px solid rgba(95,244,255,.7);
  box-shadow:0 0 28px rgba(24,157,255,.35);
  background:#000;
}
.video-frame iframe{position:absolute;inset:0;width:100%;height:100%;border:0}

/* FOOTER */
.footer{
    display:grid;
    grid-template-columns: 1.6fr 1fr .9fr .9fr;
    gap:56px;
    align-items:start;

    padding:60px 8% 38px;

    background:linear-gradient(180deg,#09091f 0%,#060616 100%);
    border-top:1px solid rgba(95,244,255,.18);

    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.05),
        0 -20px 60px rgba(95,244,255,.05);
}
.footer h2{
    margin:0 0 18px;
    font-size:28px;
    color:#fff;
}

.footer h3{
    margin:0 0 18px;
    font-size:24px;
    font-weight:900;
    color:#fff;
}

.footer p,
.footer a{
    margin:0 0 12px;
    color:#dfe5ff;
    font-size:16px;
    line-height:1.7;
    text-decoration:none;
}

.footer a{
    display:block;
    transition:.25s;
}

.footer a:hover{
    color:#5ff4ff;
    transform:translateX(6px);
}

.footer-copy{
    padding:14px 7% 22px;
    text-align:center;
    color:#dfe5ff;
    background:#060616;
    border-top:1px solid rgba(255,255,255,.06);
    font-size:15px;
    font-weight:800;
}
.footer img{
    width:140px;
    margin-bottom:18px;
}

.footer p,
.footer a{
    color:#dfe5ff;
    line-height:2;
    font-size:16px;
    transition:.25s;
}

.footer a{
    display:block;
    text-decoration:none;
}

.footer a:hover{
    color:#5ff4ff;
    transform:translateX(6px);
}

.footer h3{
    margin-top:0;
    margin-bottom:18px;
    font-size:26px;
    font-weight:900;
    color:#fff;
}

/* ADMIN/BLOG BASIC SUPPORT */
.page{padding:70px 7%;min-height:70vh}
.page h1{font-size:48px}
.post-list{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.post-card{
  padding:20px;border-radius:18px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(95,244,255,.25);
}
.post-card img{height:180px;width:100%;object-fit:cover;border-radius:12px}

/* RESPONSIVE */
@media(max-width:1100px){
  .site-header{height:auto;padding:18px 5%;align-items:flex-start;flex-wrap:wrap}
  .nav-toggle{display:block}
  .main-nav{order:3;width:100%;gap:14px;flex-wrap:wrap}
  .follow-btn{margin-left:auto}
  .hero{padding:70px 5% 220px;min-height:auto}
  .hero-content{width:62%}
  .hero-character{right:5%;bottom:135px;width:34vw}
  .social-box{left:5%;right:5%}
  .feature-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:760px){
  .site-header{justify-content:center;text-align:center}
  .brand{width:100%;justify-content:center}
  .brand img{width:92px}
  .main-nav{justify-content:center;font-size:12px}
  .follow-btn{margin:0 auto;min-width:180px}
  .hero{padding:45px 5% 40px;text-align:center}
  .hero-content{width:100%;max-width:none}
  .hero h1{font-size:72px}
  .music-pill{font-size:14px;padding:13px 18px}
  .hero-character{position:relative;right:auto;bottom:auto;width:70%;margin:25px auto -10px}
  .social-box{position:relative;left:auto;right:auto;bottom:auto;grid-template-columns:1fr;margin-top:20px}
  .social-item{border-right:0;border-bottom:1px solid rgba(255,255,255,.14)}
  .stats{width:90%;grid-template-columns:1fr 1fr}
  .stats div:nth-child(2){border-right:0}
  .feature-grid,.skill-grid,.post-list{grid-template-columns:1fr}
  .video-section{grid-template-columns:1fr;text-align:center}
  .footer{grid-template-columns:1fr;text-align:center}
  .footer img{margin-inline:auto}
}
.video-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 18px 0;
  color: #dfe8ff;
  font-weight: 800;
  font-size: 14px;
}

.video-watch-btn {
  display: inline-flex;
  margin-top: 8px;
  padding: 12px 18px;
  border-radius: 999px;
  color: #fff;
  font-weight: 900;
  text-decoration: none;
  background: linear-gradient(90deg, #ff4fe3, #5ff4ff);
  box-shadow: 0 0 24px rgba(95,244,255,.28);
}

.video-watch-btn:hover {
  transform: translateY(-2px);
}
.video-showcase {
  display: grid;
  grid-template-columns: 0.85fr 1.55fr;
  gap: 54px;
  align-items: center;
  padding: 78px 54px;
  background:
    radial-gradient(circle at 75% 42%, rgba(95,244,255,.16), transparent 34%),
    linear-gradient(180deg, #050516 0%, #07071d 100%);
  border-top: 1px solid rgba(95,244,255,.12);
  border-bottom: 1px solid rgba(255,79,227,.16);
}

.video-left {
    max-width: 520px;
}

.video-badge{
    display:inline-flex;
    align-items:center;
    gap:8px;

    padding:8px 18px;

    border-radius:999px;

    background:linear-gradient(135deg,#8d2cff,#ff4fd3);

    border:1px solid rgba(255,255,255,.25);

    color:#fff;

    font-size:15px;

    font-weight:900;

    letter-spacing:.5px;

    box-shadow:
        0 0 24px rgba(255,79,227,.45);
}
.video-left h2,
.video-title{
    margin:18px 0 22px;
    font-size:clamp(42px,4vw,58px);
    font-weight:900;
    line-height:.88;
    letter-spacing:-3px;
    color:#fff;
    text-transform:uppercase;
    text-shadow:
    0 0 8px #ffffff,
    0 0 8px rgba(255,255,255,.95),
    0 0 18px rgba(95,244,255,.45),
    0 0 38px rgba(255,79,227,.18);
}
.video-title span{
    display:block;
    font-size:.82em;
    letter-spacing:-1px;
}

.video-desc {
  color: #d5d9ff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.55;
}

.video-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 20px 0;
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
}

.video-watch-btn {
  display: inline-flex;
  padding: 13px 22px;
  border-radius: 999px;
  color: #fff;
  font-weight: 900;
  text-decoration: none;
  background: linear-gradient(90deg, #ff4fe3, #5ff4ff);
  box-shadow: 0 0 24px rgba(95,244,255,.35);
}

.video-comments {
  margin-top: 28px;
}

.video-comments h3 {
  margin: 0 0 14px;
  font-size: 18px;
  color: #fff;
}

.comment-card {
  margin-bottom: 12px;
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(255,255,255,.055);
  border: 1px solid rgba(95,244,255,.18);
  box-shadow: inset 0 0 18px rgba(95,244,255,.05);
}

.comment-card strong {
  color: #5ff4ff;
  font-size: 14px;
}

.comment-card p {
  margin: 6px 0 0;
  color: #d8dcff;
  font-size: 14px;
  line-height: 1.45;
}

.video-main {
  width: 100%;
}

.video-box {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 18px;
  padding: 2px;
  background: linear-gradient(135deg, #5ff4ff, #7b4dff, #ff4fe3);
  box-shadow:
    0 0 28px rgba(95,244,255,.38),
    0 0 70px rgba(255,79,227,.16);
  overflow: hidden;
}

.video-box iframe {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 16px;
  display: block;
  background: #000;
}

.video-glow {
  position: absolute;
  inset: -35%;
  background:
    radial-gradient(circle, rgba(95,244,255,.24), transparent 38%),
    radial-gradient(circle at 80% 20%, rgba(255,79,227,.22), transparent 34%);
  filter: blur(22px);
  animation: videoGlow 5s ease-in-out infinite alternate;
}

@keyframes videoGlow {
  from {
    transform: scale(1);
    opacity: .65;
  }
  to {
    transform: scale(1.12);
    opacity: 1;
  }
}

@media (max-width: 900px) {
  .video-showcase {
    grid-template-columns: 1fr;
    padding: 54px 20px;
    gap: 30px;
  }

  .video-left {
    max-width:500px;
    text-align: center;
  }

  .video-meta {
    justify-content: center;
  }

  .video-comments {
    text-align: left;
  }
}
.video-showcase {
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 64px;
  align-items: center;
  padding: 82px 54px;
  min-height: 640px;
}

.video-title {
  margin: 22px 0 18px;
  font-size: clamp(54px, 5.4vw, 82px);
  line-height: .92;
  letter-spacing: -2px;
  color: #fff;
  text-transform: uppercase;
  text-shadow:
    0 0 8px #fff,
    0 0 24px rgba(95,244,255,.65),
    0 0 46px rgba(255,79,227,.28);
}

.video-title span {
  font-size: .82em;
}

.video-desc {
  max-width:500px;
  color: #dfe3ff;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.55;
}

.video-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 22px 0 30px;
}

.video-mini-btn {
  display: inline-flex;
  align-items: center;
  padding: 11px 16px;
  border-radius: 999px;
  color: #fff;
  text-decoration: none;
  font-weight: 900;
  border: 1px solid rgba(95,244,255,.28);
  background: rgba(255,255,255,.06);
}

.video-mini-btn:hover,
.video-watch-btn:hover {
  transform: translateY(-2px);
}

.video-comments {
  margin-top: 26px;
}

.video-comments h3 {
  margin-bottom: 14px;
  color: #fff;
  font-size: 19px;
}

.comment-card {
  display: flex;
  gap: 14px;
  margin-bottom: 13px;
  padding: 15px;
  border-radius: 16px;
  background: rgba(255,255,255,.055);
  border: 1px solid rgba(95,244,255,.22);
}

.comment-avatar {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  background: linear-gradient(135deg, #ff4fe3, #5ff4ff);
  box-shadow: 0 0 18px rgba(95,244,255,.35);
}

.comment-card strong {
  color: #5ff4ff;
  font-size: 14px;
}

.comment-card p {
  margin: 5px 0 5px;
  color: #eef0ff;
  font-size: 14px;
  line-height: 1.45;
}

.comment-card span {
  color: #ffb8f4;
  font-size: 12px;
  font-weight: 800;
}

.video-main {
  display: flex;
  justify-content: center;
}

.video-box {
  width: min(100%, 780px);
  aspect-ratio: 16 / 9;
}

.video-box iframe {
  object-fit: cover;
}

@media (max-width: 900px) {
  .video-showcase {
    grid-template-columns: 1fr;
    padding: 58px 22px;
    gap: 34px;
  }

  .video-left {
    text-align: center;
  }

  .video-desc {
    margin-left: auto;
    margin-right: auto;
  }

  .video-actions,
  .video-meta {
    justify-content: center;
  }

  .video-comments {
    text-align: left;
  }

.video-title{
    font-size:38px;
    line-height:1.05;
    white-space:nowrap;
    letter-spacing:-1px;
}
}
.video-actions{
    display:flex;
    gap:10px;
    flex-wrap:nowrap;
    align-items:center;
    margin:28px 0 34px;
}

.social-btn{

display:flex;

align-items:center;

justify-content:center;

gap:10px;

width:128px;

height:52px;

padding:0 22px;

border-radius:999px;

text-decoration:none;

font-size:15px;

font-weight:800;

color:#fff;

transition:.28s;

border:1px solid rgba(255,255,255,.12);

backdrop-filter:blur(12px);

}

.social-btn i{

font-size:19px;

transition:.28s;

}

.youtube-btn{
    background:linear-gradient(135deg,#ff0000,#cc0000);
    border:1px solid rgba(255,255,255,.15);
    color:#fff;
    box-shadow:0 0 30px rgba(255,0,0,.60);
}

.facebook-btn{
    background:linear-gradient(135deg,#1877F2,#0b5ed7);
    border:1px solid rgba(255,255,255,.15);
    color:#fff;
    box-shadow:0 0 30px rgba(24,119,242,.55);
}

.tiktok-btn{
    background:linear-gradient(135deg,#111,#000);
    border:1px solid rgba(95,244,255,.45);
    color:#fff;
    box-shadow:
        0 0 18px rgba(95,244,255,.35),
        0 0 24px rgba(255,47,179,.28);
}

.social-btn:hover{
    transform:translateY(-3px) scale(1.04);
}

.social-btn:hover i{

transform:scale(1.15);

}

@media(max-width:900px){

.video-actions{

justify-content:center;

}

.social-btn{

width:100%;

}
/*=============================
  SOCIAL ICON FOOTER
=============================*/

.footer a{
    display:flex;
    align-items:center;
    gap:12px;
    color:#fff;
    text-decoration:none;
    font-weight:600;
    margin:14px 0;
    transition:.25s;
}

.footer a:hover{
    color:#5fdcff;
    transform:translateX(4px);
}

.social-icon{
    width:22px;
    text-align:center;
    font-size:22px;
    transition:.25s;
}

.youtube{
    color:#FF0000;
}

.facebook{
    color:#1877F2;
}

.tiktok{
    color:#ffffff;
}

.instagram{
    color:#E4405F;
}

.footer a:hover .youtube{
    color:#ff5a5a;
}

.footer a:hover .facebook{
    color:#4fa0ff;
}

.footer a:hover .tiktok{
    color:#5fdcff;
}

.footer a:hover .instagram{
    color:#ff73c6;
}
/* Fix màu icon mạng xã hội trong footer */
.footer a .social-icon.youtube{
  color:#ff0000 !important;
}

.footer a .social-icon.facebook{
  color:#1877f2 !important;
}

.footer a .social-icon.tiktok{
  color:#ffffff !important;
  text-shadow:
    -1px -1px 0 #25f4ee,
    1px 1px 0 #fe2c55;
}

.footer a .social-icon.instagram{
  color:#e4405f !important;
}
/* FIX MÀU LOGO MẠNG XÃ HỘI FOOTER */
.footer a i.fa-youtube{
  color:#ff0000 !important;
}

.footer a i.fa-facebook{
  color:#1877f2 !important;
}

.footer a i.fa-tiktok{
  color:#ffffff !important;
  text-shadow:
    -1px -1px 0 #25f4ee,
    1px 1px 0 #fe2c55;
}

.footer a i.fa-instagram{
  color:#e4405f !important;
}
.footer-card p,
.footer-contact p,
.contact p{
  display:flex;
  align-items:center;
  gap:12px;
  margin:14px 0;
  line-height:1.5;
}

.footer-card p:first-of-type,
.footer-contact p:first-of-type,
.contact p:first-of-type{
  margin-top:22px;
}
.contact-line{
  display:flex !important;
  align-items:center !important;
  gap:10px !important;
  white-space:nowrap !important;
}

.contact-line .contact-icon{
  display:inline-flex !important;
  width:22px !important;
  min-width:22px !important;
  justify-content:center !important;
  align-items:center !important;
  line-height:1 !important;
}

.contact-line a{
  display:inline !important;
  color:#fff !important;
  text-decoration:none !important;
}
.contact-email{
  display:flex !important;
  flex-direction:row !important;
  align-items:center !important;
  gap:10px !important;
  white-space:nowrap !important;
}

.contact-email i{
  display:inline-flex !important;
  width:20px !important;
  min-width:20px !important;
  justify-content:center !important;
  align-items:center !important;
  color:#ff4fe3 !important;
  font-size:16px !important;
}

.contact-email a{
  display:inline-flex !important;
  color:#fff !important;
  text-decoration:none !important;
}
footer .contact-row{
  display:grid !important;
  grid-template-columns:24px auto !important;
  align-items:center !important;
  column-gap:10px !important;
  margin:14px 0 !important;
  white-space:nowrap !important;
}

footer .contact-row i{
  width:24px !important;
  text-align:center !important;
  font-size:15px !important;
  color:#ff4fe3 !important;
  line-height:1 !important;
}

footer .contact-row a{
  color:#fff !important;
  text-decoration:none !important;
}
footer .contact-row{
  display:grid !important;
  grid-template-columns:22px auto !important;
  align-items:center !important;
  column-gap:8px !important;
  margin:14px 0 !important;
  white-space:nowrap !important;
}

footer .contact-row i,
footer .contact-row span:first-child{
  width:22px !important;
  text-align:center !important;
  font-size:14px !important;
  line-height:1 !important;
}

footer .contact-row a{
  color:#fff !important;
  text-decoration:none !important;
}
.fa-phone{
    color:#ff4fe3;
}
