* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: #050816;
    color: white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.background {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    background:black;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-image:url(../Images/Background-Image.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 100vh;
}

.navbar {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    width: 80%;
    position: sticky;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1.33px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 32px 0 rgba(0,0,0,0.37);
    color: white;
    border-radius: 80px 80px 80px 80px;
    margin: 1rem auto;
    margin-top: 30px;
    padding: 10px;
}

.navbar-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 18px 40px;
    max-width: 1600px;
}

.navbar-container .files {
    display: flex;
    text-align: center;
    gap: 1.3rem;
    list-style: none;
}

.navbar-container .files li a {
    text-decoration: none;
    color: rgb(179, 255, 0);
    font-size: 1.8rem;
    font-weight: 550;
    padding: 3px 20px;
    border-radius: 20px;
    border: 2px solid transparent;
    transition: all 0.5s ease;
    white-space: nowrap;
}

.navbar-container .files li a:hover {
    background-color: rgb(179, 255, 0);
    color: #030097;
    text-shadow: 0 0 10px #00fff7, 0 0 20px #9dff00, 0 0 30px #9dff00;
    padding-top: 0;
    cursor: pointer;
    transition: all 0.3s ease;
}

.search-box {
  display: flex;
  align-items: center;
  width: 260px;
  height: 45px;
  border: 2px solid  rgb(179, 255, 0);
  border-radius: 25px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.38);
  box-shadow: 0 0 12px rgba(179, 255, 0, 0.18);
}

.search-box input {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  background: transparent;
  color: white;
  padding: 0 14px;
  font-size: 0.95rem;
}

.search-box input::placeholder {
  color: rgba(255, 255, 255, 0.65);
}

.search-box button {
  height: 100%;
  width: 80px;
  border: none;
  border-radius: 0 25px 25px 0;
  cursor: pointer;
  color: #030097;
  background:  rgb(179, 255, 0);
  font-size: 1.55rem;
  font-weight: bold;
  transition: 0.25s ease;
  align-items: center;
  justify-content: center;
  padding: 0px;
}

.search-box button:hover {
  background: white;
  box-shadow: 0 0 16px rgb(179, 255, 0);
}

.up-part {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: rgb(255, 255, 255);
    margin-top: 100px;
}
.up-part h1 {
    font-size: 4.2rem;
    margin-top:70px;
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.7),0 0 30px rgba(100,100,255,0.5);
}

.up-part h2 {
    font-size: 3.25rem;
    margin-top: 40px;
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.7),0 0 30px rgba(100,100,255,0.5);
}
.up-part p {
    font-size: 2.75rem;
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.7),0 0 30px rgba(100,100,255,0.5);
    margin-top: 40px;
}

.middle-part {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    margin-top: 50px;
    margin-bottom: 20px;
}
.middle-part .code {
    width: 100px;
    height: 100px;
    background-color: rgba(255, 255, 255, 0.2);
    border: 1.33px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 32px 0 rgba(0,0,0,0.37);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    font-weight: bold;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.middle-part .code:hover {
    background-color: rgba(255, 255, 255, 0.4);
    border: 1.33px solid rgba(255, 255, 255, 0.4);
    box-shadow: 0 8px 32px 0 rgba(0,0,0,0.5);
    cursor: pointer;
    transition: all 0.3s ease;
    transform: scale(1.1);
}
.middle-part a {
    text-decoration: none;
    color: white;
    font-size: 1.5rem;
    font-weight: bold;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.down-part {
    align-items: left;
    justify-content: left;
    padding-left: 40px;
    margin-left: 30px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.down-part h2 {
    font-size: 3rem;
    color: rgb(255, 255, 255);
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.7),0 0 30px rgba(100,100,255,0.5);
}
.down-part2 h3 {
    font-size: 2.5rem;
    color: rgb(255, 255, 255);
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.7),0 0 30px rgba(100,100,255,0.5);
    margin-top: 10px;
}   

.wallpapers {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 18px;
    padding: 70px;
    padding-top: 50px;
}
.wallpaper {
  display: flex;
  align-items: center;
  padding: 10px;
  cursor: pointer;
  transition: all 0.3s ease;

}
.wallpaper img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 15px;
}
.wallpaper img:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 32px 0 rgba(0,0,0,0.5);
    border: 1.33px solid rgba(255, 255, 255, 0.4);
}

.down1-part {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 40px;
    margin-left: 30px;
    margin-top: 0px;
    margin-bottom: 20px;
}

.down1-part .more {
    font-size: 2.5rem;
    color: rgb(255, 255, 255);
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.7),0 0 30px rgba(100,100,255,0.5);
    margin-top: 0px;
    text-decoration: none;
}

.down1-part .more:hover {
    color: rgb(179, 255, 0);
    text-shadow: 0 0 10px #00fff7, 0 0 20px #9dff00, 0 0 30px #9dff00;
    transition: all 0.3s ease;
    cursor: pointer;
    text-decoration: underline;
}

.down1-part h3 {
    font-size: 2.5rem;
    color: rgb(255, 255, 255);
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.7),0 0 30px rgba(100,100,255,0.5);
    margin-top: 0px;
}   

.wallpapers1 {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 18px;
    padding: 70px;
    padding-top: 50px;
}

.wallpaper1 {
  display: flex;
  align-items: center;
  padding: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.wallpaper1 img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    border-radius: 15px;
}

.wallpaper1 img:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 32px 0 rgba(0,0,0,0.5);
    border: 1.33px solid rgba(255, 255, 255, 0.4);
}


.down-part2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 40px;
    margin-left: 30px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.down-part2 .more {
    font-size: 2.5rem;
    color: rgb(255, 255, 255);
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.7),0 0 30px rgba(100,100,255,0.5);
    margin-top: 10px;
    text-decoration: none;
}

.down-part2 .more:hover {
    color: rgb(179, 255, 0);
    text-shadow: 0 0 10px #00fff7, 0 0 20px #9dff00, 0 0 30px #9dff00;
    transition: all 0.3s ease;
    cursor: pointer;
    text-decoration: underline;
}

.laptopwallpapers1 h1 {
    font-size: 2.8rem;
    color: rgb(255, 255, 255);
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.7),0 0 30px rgba(100,100,255,0.5);
    margin-left: 30px;
    margin-top: 15px;
}

.laptopwallpapers {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 18px;
    padding: 70px;
    padding-top: 50px;
}

.download-box {
    display: flex;
    flex-direction: row;
    gap: 250px;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    text-align: center;
    color: rgb(255, 255, 255);
}

#preview {
    width: auto;
    max-width: 670px;
    max-height: 500px;
    height: auto;
    object-fit: contain;
    border-radius: 15px;
    display: block;
}

button {
    padding: 20px 40px;
    font-size: 28px;
    border: none;
    border-radius: 15px;
    cursor: pointer;
    background-color: rgb(179, 255, 0);
    color: rgb(1, 80, 0);
}

button:hover {
    background-color: rgb(123, 0, 255);
    color: rgb(255, 255, 255);
    text-shadow: 0 0 10px #00fff7, 0 0 20px #9dff00, 0 0 30px #eaff00;
    transition: all 0.3s ease;
    font-size: 30px;
}

.headline {
    font-size: 3.5rem;
    color: rgb(255, 255, 255);
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.7),0 0 30px rgba(100,100,255,0.5);
    margin-top: 20px;
    margin-left: 30px;
}

.mobilewallpapers1 h1 {
    font-size: 2.8rem;
    color: rgb(255, 255, 255);
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.7),0 0 30px rgba(100,100,255,0.5);
    margin-left: 30px;
    margin-top: 15px;
}

.mobilewallpapers {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 10px;
    justify-items: center;
    margin-top: 30px;

}

.mobilewallpapers img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    border-radius: 15px;
    transition: all 0.3s ease;
}

.mobilewallpapers img:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 32px 0 rgba(0,0,0,0.5);
    border: 1.33px solid rgba(255, 255, 255, 0.4);
}


@media screen and (max-width: 768px) {

    .navbar{
        width:93%;
        border-radius:20px;
    }

    .navbar-container{
        padding:10px;
    }

    .navbar-container .files{
        gap:10px;
        flex-wrap:wrap;
        justify-content:center;
    }

    .navbar-container .files li a{
        font-size:1rem;
        padding:5px 10px;
    }

    .up-part h1{
        font-size:2.7rem;
        margin-top:0px;
    }

    .up-part h2{
        font-size:2rem;
    }

    .up-part p{
        font-size:1.6rem;
    }

    .middle-part{
        flex-wrap:wrap;
        gap:15px;
        padding:5px;
    }

    .middle-part .code{
        width:80px;
        height:80px;
        font-size:1.15rem;
    }

    .wallpapers,
    .laptopwallpapers{
        grid-template-columns:1fr;
        padding:15px;
    }

    .wallpapers1,
    .mobilewallpapers{
        grid-template-columns:repeat(2,1fr);
        padding:15px;
        gap:1px 1px;
    }

    .wallpaper img,
    .wallpaper1 img,
    .mobilewallpapers img{
        height:auto;
    }

    .download-box{
        flex-direction:column;
        gap:30px;
        padding:20px;
    }

    #preview{
        width:100%;
        max-width:100%;
        height:auto;
    }

    .headline{
        font-size:2rem;
        text-align:center;
        margin-left:0;
    }

    button{
        font-size:20px;
        padding:15px 25px;
    }

    button:hover{
        font-size:22px;
    }

    .down-part,
    .down-part2,
    .down1-part{
        padding-left:10px;
        margin-left:0;
    }

    .down-part h2,
    .down-part2 h3,
    .down1-part h3,
    .down1-part .more,
    .down-part2 .more{
        font-size:1.4rem;
    }


.mobile-home,
.menu-toggle {
  display: none;
}

.nav-right {
  display: flex;
  align-items: center;
  gap: 8px;
}

@media screen and (max-width: 768px) {

  .navbar {
    width: 94%;
    height: auto;
    min-height: 60px;
    padding: 8px 12px;
    margin: 10px auto;
    position: relative;
    z-index: 1000;
  }

  .navbar-container {
    width: 100%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  /* Left mein Home */
  .mobile-home {
    display: block;
    color: rgb(179, 255, 0);
    text-decoration: none;
    font-size: 1rem;
    font-weight: 700;
  }

  /* Old menu mobile mein hide */
  .navbar-container .files {
    display: none !important;
  }

  /* Search compact */
  .search-box {
    width: 135px;
    height: 38px;
    margin: 0;
  }

  .search-box input {
    font-size: 0.72rem;
    padding: 8px 35px 8px 10px;
  }

  .search-box button {
    width: 36px;
    font-size: 1rem;
  }

  /* Hamburger button */
  .menu-toggle {
    display: block;
    width: 40px;
    height: 38px;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 2px solid rgb(179, 255, 0);
    border-radius: 10px;
    background: rgba(7, 0, 53, 0.489);
    color: rgb(179, 255, 0);
    font-size: 1.3rem;
    cursor: pointer;
  }

  /* Hamburger click ke baad menu */
  .navbar-container .files.show {
    display: flex !important;
    flex-direction: column;
    align-items: stretch;
    position: absolute;
    top: 62px;
    right: 8px;
    width: 180px;
    padding: 8px;
    gap: 2px;
    list-style: none;
    border: 1px solid rgba(179, 255, 0, 0.7);
    border-radius: 15px;
    background: rgba(5, 8, 45, 0.97);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.55);
  }

  .navbar-container .files.show li {
    width: 100%;
  }

  .navbar-container .files.show li a {
    display: block;
    padding: 11px 12px;
    border-radius: 9px;
    color: white;
    text-decoration: none;
    font-size: 0.95rem;
  }

  .navbar-container .files.show li a:hover {
    background: rgb(179, 255, 0);
    color: #030097;
  }
}
}


/* Desktop par hamburger hide, normal menu show */
@media screen and (min-width: 769px) {
  .mobile-home,
  .menu-toggle {
    display: none !important;
  }

  .navbar-container .files {
    display: flex !important;
  }

  .nav-right {
    display: flex;
    align-items: center;
  }
}

/* Mobile par sirf Home + Search + hamburger */
@media screen and (max-width: 768px) {
  .navbar-container .files {
    display: none !important;
  }

  .navbar-container .files.show {
    display: flex !important;
  }

  .mobile-home {
    display: block !important;
  }

  .menu-toggle {
    display: block !important;
  }
}

/* =========================================
   ALL 107 WALLPAPERS - MIXED MASONRY LAYOUT
========================================= */

.all-wallpapers-section {
  padding: 55px 70px 80px;
}

.all-wallpapers-section h2 {
  font-size: 3rem;
  color: white;
  margin-bottom: 28px;
  text-shadow: 0 0 15px rgba(255, 255, 255, 0.7),
               0 0 30px rgba(100, 100, 255, 0.5);
}

/* Drawing jaisa 3-column masonry layout */
.all-wallpapers-grid {
  column-count: 3;
  column-gap: 18px;
}

/* Har card apne column me hi rahega */
.all-wallpaper-card {
  display: block;
  width: 100%;
  margin: 0 0 18px;
  break-inside: avoid;
  overflow: hidden;
  border-radius: 15px;
  background: #0b1024;
}

/* Image ki original ratio maintain */
.all-wallpaper-card img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 15px;
  transition: transform 0.3s ease;
}

/* Hover */
.all-wallpaper-card:hover img {
  transform: scale(1.04);
}

/* Phone screen */
@media screen and (max-width: 768px) {
  .all-wallpapers-section {
    padding: 35px 15px 55px;
  }

  .all-wallpapers-section h2 {
    font-size: 2rem;
    margin-bottom: 18px;
  }

  .all-wallpapers-grid {
    column-count: 2;
    column-gap: 10px;
  }

  .all-wallpaper-card {
    margin-bottom: 10px;
    border-radius: 10px;
  }

  .all-wallpaper-card img {
    border-radius: 10px;
  }
}


/* ==========================
   DOWNLOAD PAGE DETAILS
========================== */

.wallpaper-details{
    max-width:1200px;
    margin:50px auto;
    padding:35px;
    border-radius:20px;
    background:rgba(255,255,255,0.05);
    border:1px solid rgba(255,255,255,.12);
    backdrop-filter:blur(15px);
}

.wallpaper-details h2{
    font-size:2.3rem;
    line-height:1.4;
    margin-bottom:25px;
    color:#fff;
}

.wallpaper-meta{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:18px;
    margin-bottom:25px;
}

.wallpaper-meta p{
    font-size:1.15rem;
    color:#ddd;
}

.wallpaper-meta strong{
    color:rgb(179,255,0);
}

.wallpaper-details h3{
    font-size:1.6rem;
    margin-bottom:15px;
    color:#fff;
}

#wallpaperTags{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
}

.tag{
    padding:10px 18px;
    border-radius:999px;
    background:rgba(179,255,0,.15);
    border:1px solid rgb(179,255,0);
    color:rgb(179,255,0);
    font-size:.95rem;
    font-weight:600;
}

hr{
    width:92%;
    margin:60px auto 40px;
    border:none;
    height:1px;
    background:rgba(255,255,255,.15);
}

.recommended-grid{
    width:92%;
    margin:0 auto 70px;

    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:22px;
}

.recommended-grid .wallpaper{
    padding:0;
    display:block;
}

.recommended-grid img{
    width:100%;
    height:220px;
    object-fit:cover;
    border-radius:16px;
    transition:.3s;
}

.recommended-grid img:hover{
    transform:scale(1.05);
    box-shadow:0 0 25px rgba(179,255,0,.35);
}

@media(max-width:768px){

.wallpaper-details{
    width:94%;
    padding:20px;
}

.wallpaper-details h2{
    font-size:1.5rem;
}

.wallpaper-meta{
    grid-template-columns:1fr;
}

.recommended-grid{
    grid-template-columns:repeat(2,1fr);
    gap:12px;
}

.recommended-grid img{
    height:170px;
}

.tag{
    font-size:.8rem;
    padding:8px 14px;
}

}


/* ==========================
   SEARCH PAGE MASONRY
========================== */

.search-page .wallpapers{
    column-count:3;
    column-gap:18px;
    display:block;
    padding:40px 70px;
}

.search-page .wallpaper{
    display:inline-block;
    width:100%;
    margin:0 0 18px;
    padding:0;
    break-inside:avoid;
}

.search-page .wallpaper img{
    width:100%;
    height:auto;
    display:block;
    border-radius:15px;
    object-fit:cover;
    transition:.3s;
}

.search-page .wallpaper img:hover{
    transform:scale(1.03);
    box-shadow:0 0 25px rgba(179,255,0,.35);
}

@media(max-width:1000px){
    .search-page .wallpapers{
        column-count:2;
        padding:20px;
    }
}

@media(max-width:768px){
    .search-page .wallpapers{
        column-count:2;
        column-gap:10px;
        padding:15px;
    }

    .search-page .wallpaper{
        margin-bottom:10px;
    }

    .search-page .wallpaper img{
        border-radius:10px;
    }
}


/* ===========================
   CATEGORIES PAGE
=========================== */

.categories-page{
    width:95%;
    max-width:1500px;
    margin:40px auto;
}

.categories-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
    gap:30px;
}

.category-card{
    position:relative;
    display:block;
    overflow:hidden;
    border-radius:22px;
    text-decoration:none;
    background:#111426;
    transition:.35s;
    border:1px solid rgba(173,255,47,.15);
}

.category-card:hover{
    transform:translateY(-8px);
    box-shadow:0 0 35px rgba(173,255,47,.35);
}

.category-card img{
    width:100%;
    height:240px;
    object-fit:cover;
    display:block;
    transition:.4s;
}

.category-card:hover img{
    transform:scale(1.08);
}

.category-info{
    position:absolute;
    left:0;
    right:0;
    bottom:0;

    padding:20px;

    background:linear-gradient(to top,
        rgba(0,0,0,.9),
        rgba(0,0,0,.2),
        transparent);
}

.category-info h2{
    color:white;
    font-size:30px;
    margin-bottom:6px;
}

.category-info p{
    color:greenyellow;
    font-size:18px;
}

@media(max-width:768px){

.categories-grid{
grid-template-columns:1fr;
gap:20px;
}

.category-card img{
height:220px;
}

.category-info h2{
font-size:26px;
}

}


/* ==========================
   ABOUT PAGE
========================== */

.about-page{
    width:92%;
    max-width:1200px;
    margin:50px auto;
}

.about-card{

    background:rgba(255,255,255,.05);

    border:1px solid rgba(255,255,255,.1);

    border-radius:20px;

    padding:40px;

    backdrop-filter:blur(12px);

}

.about-card h2{

    margin-top:30px;

    margin-bottom:15px;

    color:rgb(179,255,0);

    font-size:2rem;

}

.about-card p{

    font-size:1.2rem;

    line-height:1.8;

    color:#ddd;

}

.about-card ul{

    margin-left:25px;

    margin-top:15px;

}

.about-card li{

    margin-bottom:12px;

    font-size:1.15rem;

    color:#ddd;

}

@media(max-width:768px){

.about-card{

padding:20px;

}

.about-card h2{

font-size:1.5rem;

}

.about-card p,
.about-card li{

font-size:1rem;

}

}


/* ==========================
   CONTACT PAGE
========================== */

.contact-page{
    width:92%;
    max-width:1200px;
    margin:50px auto;
}

.contact-card{
    background:rgba(255,255,255,.05);
    border:1px solid rgba(255,255,255,.12);
    border-radius:20px;
    padding:40px;
    backdrop-filter:blur(12px);
}

.contact-card h2{
    color:rgb(179,255,0);
    font-size:2rem;
    margin-bottom:20px;
}

.contact-card p{
    color:#ddd;
    font-size:1.15rem;
    line-height:1.8;
}

.contact-item{
    margin-top:35px;
    padding:20px;
    border-radius:15px;
    background:rgba(255,255,255,.03);
    border:1px solid rgba(255,255,255,.08);
}

.contact-item h3{
    color:rgb(179,255,0);
    font-size:1.5rem;
    margin-bottom:10px;
}

.contact-item small{
    color:#aaa;
}

.contact-item:hover{
    border-color:rgb(179,255,0);
    transition:.3s;
    transform: translateY(-5px);
box-shadow: 0 0 25px rgba(179,255,0,.2);
transition: .3s;
}



@media(max-width:768px){

.contact-card{
    padding:20px;
}

.contact-card h2{
    font-size:1.6rem;
}

.contact-item h3{
    font-size:1.2rem;
}

.contact-card p{
    font-size:1rem;
}

}


/* ==========================
   PRIVACY POLICY PAGE
========================== */

.privacy-page{
    width:92%;
    max-width:1200px;
    margin:50px auto;
}

.privacy-card{

    background:rgba(255,255,255,.05);

    border:1px solid rgba(255,255,255,.10);

    border-radius:20px;

    padding:40px;

    backdrop-filter:blur(12px);

}

.privacy-card h2{

    color:rgb(179,255,0);

    font-size:2rem;

    margin-top:35px;

    margin-bottom:15px;

}

.privacy-card p{

    color:#ddd;

    font-size:1.15rem;

    line-height:1.9;

}

@media(max-width:768px){

.privacy-card{

padding:22px;

}

.privacy-card h2{

font-size:1.5rem;

}

.privacy-card p{

font-size:1rem;

}

}


/*=========================
        FOOTER
==========================*/

.footer{

    margin-top:80px;

    background:#0d1117;

    border-top:1px solid rgba(179,255,0,.2);

}

.footer-container{

    width:92%;

    max-width:1400px;

    margin:auto;

    padding:60px 0;

    display:grid;

    grid-template-columns:2fr 1fr 1fr 1fr;

    gap:40px;

}

.footer-column h2{

    color:rgb(179,255,0);

    margin-bottom:18px;

}

.footer-column h3{

    color:#fff;

    margin-bottom:18px;

}

.footer-column p{

    color:#bbb;

    line-height:1.8;

}

.footer-column a{

    display:block;

    color:#bbb;

    text-decoration:none;

    margin:10px 0;

    transition:.3s;

}

.footer-column a:hover{

    color:rgb(179,255,0);

    padding-left:8px;

}

.footer-bottom{

    text-align:center;

    padding:20px;

    border-top:1px solid rgba(255,255,255,.08);

    color:#999;

}

@media(max-width:900px){

.footer-container{

grid-template-columns:1fr 1fr;

}

}

@media(max-width:600px){

.footer-container{

grid-template-columns:1fr;

text-align:center;

}

.footer-column a:hover{

padding-left:0;

}

}


/*=========================
        404 PAGE
==========================*/

.error-page{

    min-height:70vh;

    display:flex;

    flex-direction:column;

    justify-content:center;

    align-items:center;

    text-align:center;

    padding:40px;

}

.error-code{

    font-size:8rem;

    color:rgb(179,255,0);

    text-shadow:0 0 25px rgb(179,255,0);

}

.error-page h2{

    color:white;

    font-size:2.5rem;

    margin:15px 0;

}

.error-page p{

    color:#bbb;

    max-width:600px;

    line-height:1.8;

    margin-bottom:40px;

}

.home-btn{

    display:inline-block;

    padding:18px 45px;

    background:rgb(179,255,0);

    color:black;

    border-radius:50px;

    text-decoration:none;

    font-weight:bold;

    transition:.3s;

}

.home-btn:hover{

    transform:translateY(-4px);

    box-shadow:0 0 20px rgb(179,255,0);

}

@media(max-width:768px){

.error-code{

font-size:5rem;

}

.error-page h2{

font-size:1.8rem;

}

}


/* ===== Latest Wallpapers ===== */

.wallpaper-grid{
    width: 95%;
    max-width: 1600px;
    margin: 40px auto;

    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px,1fr));
    gap: 25px;
}

.wallpaper{
    width: 100%;
}

.wallpaper a{
    display:block;
    text-decoration:none;
}

@media(max-width:768px){

.wallpaper-grid{

grid-template-columns:repeat(auto-fill,minmax(170px,1fr));

gap:18px;

}

.wallpaper img{

height:220px;

}

}


/* ===== Latest Page ===== */

.wallpaper-grid{
    width:95%;
    max-width:1600px;
    margin:40px auto;

    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
}

.latest-card{
    width:100%;
}

.latest-card a{
    display:block;
}

.latest-card img{
    width:100%;
    height:260px;
    object-fit:cover;

    border-radius:18px;

    transition:.3s;
    box-shadow:0 0 18px rgba(179,255,0,.18);
}

.latest-card img:hover{
    transform:translateY(-8px) scale(1.03);
    box-shadow:0 0 30px rgba(179,255,0,.35);
}

@media(max-width:1200px){
    .wallpaper-grid{
        grid-template-columns:repeat(3,1fr);
    }
}

@media(max-width:768px){

.wallpaper-grid{
grid-template-columns:repeat(2,1fr);
gap:15px;
}

.latest-card img{
height:220px;
}

}