html,
body {
    overflow-x: hidden;
    max-width: 100%;
    box-sizing: border-box;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    padding-top: 65px;
}

@media (max-width: 991px) {
    body {
        padding-top: 85px;
    }
}

@media (max-width: 576px) {
    body {
        padding-top: 70px;
    }
}

:root {
    --logo-set-width: -600px;
}

.carousel-inner {
    max-height: 550px;
    overflow: hidden;
}

.carousel-item {
    overflow: hidden;
}

.carousel-item img {
    object-fit: cover;
    width: 100%;
    height: 550px;
    transform-origin: center;
}

@media (max-width: 768px) {
    .carousel-inner {
        max-height: 350px;
    }

    .carousel-item img {
        height: 350px;
    }

    .carousel-caption {
        bottom: 15px;
        left: 20px;
        right: 20px;
        max-width: 85%;
        margin: 0;
        padding: 15px 20px;
        font-size: 16px;
    }

    .carousel-caption h2 {
        font-size: 20px;
        margin-bottom: 8px;
    }
}

@media (max-width: 576px) {
    .carousel-inner {
        max-height: 300px;
    }

    .carousel-item img {
        height: 300px;
    }

    .carousel-caption {
        bottom: 10px;
        left: 15px;
        right: 15px;
        padding: 12px 16px;
        font-size: 14px;
    }

    .carousel-caption h2 {
        font-size: 18px;
        margin-bottom: 6px;
    }
}

.carousel-item.active img {
    animation: zoomAnimation 10s forwards;
}

@keyframes zoomAnimation {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.15);
    }
}

.carousel-caption {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    padding: 15px 20px;
    max-width: 40%;
    margin: 0 0 0 50px;
    bottom: 30px;
    left: 0;
    right: auto;
    text-align: left;
}

.carousel-caption h2 {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 24px;
}

.carousel-indicators {
    bottom: 10px;
}

.carousel-caption .btn {
    transition: all 0.3s ease;
}

.carousel-caption .btn:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.benefit {
    background-color: #f8f9fa;
    padding: 30px 0;
}

.benefit-heading {
    font-weight: 700;
    margin-bottom: 20px;
    color: #333;
    font-size: 28px;
}

.benefit-item {
    padding: 20px 15px;
    height: 100%;
}

.benefit-icon {
    margin-bottom: 15px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.benefit-icon img {
    max-height: 70px;
    max-width: 70px;
}

.benefit-item h5 {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-top: 10px;
    line-height: 1.4;
}

@media (max-width: 768px) {
    .benefit {
        padding: 40px 0;
    }

    .benefit-heading {
        font-size: 26px;
        margin-bottom: 25px;
    }

    .benefit-item {
        padding: 25px 15px;
        margin-bottom: 20px;
    }

    .benefit-icon {
        height: 80px;
        margin-bottom: 15px;
    }

    .benefit-icon img {
        max-height: 65px;
        max-width: 65px;
    }

    .benefit-item h5 {
        font-size: 16px;
        margin-top: 12px;
    }
}

@media (max-width: 576px) {
    .benefit {
        padding: 35px 0;
    }

    .benefit-heading {
        font-size: 24px;
        margin-bottom: 20px;
        padding: 0 15px;
    }

    .benefit-item {
        padding: 20px 12px;
        margin-bottom: 18px;
    }

    .benefit-icon {
        height: 70px;
        margin-bottom: 12px;
    }

    .benefit-icon img {
        max-height: 55px;
        max-width: 55px;
    }

    .benefit-item h5 {
        font-size: 15px;
        margin-top: 10px;
        line-height: 1.4;
    }
}

.wallpaper-category-link {
    text-decoration: none;
    color: inherit;
}

.wallpaper-category-container {
    display: block;
    margin-bottom: 20px;
}

.wallpaper-category-container .category-img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.wallpaper-category-container:hover .category-img {
    transform: scale(1.08);
}

.quest-section {
    position: relative;
    background-image: url('../img/image_why.png');
    background-size: cover;
    background-position: center;
    margin-bottom: 5%;
    min-height: 500px;
    color: white;
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
    padding: 0;
    font-family: 'Arial', sans-serif;
}

.quest-overlay {
    background-color: rgba(0, 83, 91, 0.7);
    padding: 6.7%;
    max-width: 5500px;
    border-radius: 0;
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.quest-section ol {
    padding-left: 1.2em;
    margin: 0 auto 2em auto;
    max-width: 600px;
}

.quest-section li {
    margin-bottom: 10px;
    font-size: 1.08em;
    color: #ffffff;
    line-height: 1.5;
}

.quest-section li b {
    color: #ffffff;
    font-weight: 700;
}

.quest-section li span {
    display: block;
    margin-top: 2px;
    color: #ffffff;
    font-size: 0.98em;
}

.quest-section h2 {
    font-size: 2.2em;
    margin-bottom: 15px;
    font-weight: 700;
}

.quest-section h1 {
    font-size: 2.8em;
    margin-bottom: 20px;
    font-weight: 800;
}

@media (max-width: 768px) {
    .quest-section {
        min-height: 500px;
        justify-content: center;
        text-align: center;
    }

    .quest-overlay {
        padding: 40px 25px;
        height: 500px;
        max-width: 100%;
    }

    .quest-section h2 {
        font-size: 1.8em;
        margin-bottom: 15px;
    }

    .quest-section h1 {
        font-size: 2.4em;
        margin-bottom: 20px;
    }

    .quest-section ol {
        max-width: 100%;
        text-align: left;
        padding-left: 1.5em;
    }

    .quest-section li {
        font-size: 1.1em;
        margin-bottom: 12px;
    }

    .quest-section li span {
        font-size: 1.0em;
    }
}

@media (max-width: 576px) {
    .quest-section {
        min-height: 450px;
        margin-bottom: 4%;
    }

    .quest-overlay {
        padding: 30px 20px;
        height: 750px;
    }

    .quest-section h2 {
        font-size: 1.6em;
        margin-bottom: 12px;
    }

    .quest-section h1 {
        font-size: 2.1em;
        margin-bottom: 18px;
    }

    .quest-section ol {
        padding-left: 1.3em;
    }

    .quest-section li {
        font-size: 1.05em;
        margin-bottom: 10px;
        line-height: 1.5;
    }

    .quest-section li span {
        font-size: 0.98em;
    }
}

.video-section {
    padding: 0;
    background-color: #000;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 50%;
    max-height: 600px;
    margin: 0;
}

.video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

@media (max-width: 768px) {
    .video-section {
        padding-bottom: 65%;
        max-height: 500px;
    }

    .video-content {
        text-align: center;
        margin-bottom: 25px;
    }

    .video-title::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .feature-item {
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .video-section {
        padding-bottom: 75%;
        max-height: 400px;
    }
}

.product-categories-section .clients-title:after {
    display: none;
}

.product-categories-section .clients-title {
    font-weight: 700;
    color: #333;
    position: relative;
    display: inline-block;
}

.infinite-slider {
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    padding: 20px 0;
    margin: 0;
    box-sizing: border-box;
}

.slider-track {
    display: flex;
    margin: 0;
    padding: 0;
    will-change: transform;
}

.client-logo {
    height: 80px;
    margin: 0 40px;
    filter: none;
    opacity: 1;
    transition: filter 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
    flex-shrink: 0;
}

.client-logo:hover {
    filter: none;
    opacity: 1;
    transform: scale(1.05);
}

/* Keyframes removed - using JavaScript requestAnimationFrame for truly seamless infinite scroll */

.promo-section {
    background-color: #ffffff;
    margin-top: 60px;
    position: relative;
    z-index: 1;
    padding: 40px 0;
}

.promo-heading {
    font-weight: 700;
    margin-bottom: 20px;
    color: #333;
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
}

.clients-title {
    font-size: 28px;
    font-weight: 700;
    color: #333;
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    .promo-section {
        margin-top: 40px;
        padding: 45px 0;
    }

    .clients-title {
        font-size: 26px;
        margin-bottom: 30px;
        padding: 0 15px;
    }

    .promo-heading {
        font-size: 26px;
        margin-bottom: 25px;
    }
}

@media (max-width: 576px) {
    .promo-section {
        margin-top: 30px;
        padding: 35px 0;
    }

    .clients-title {
        font-size: 24px;
        margin-bottom: 25px;
        padding: 0 15px;
    }

    .promo-heading {
        font-size: 24px;
        margin-bottom: 20px;
    }
}

.product-card {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    transition: all 0.3s ease;
    height: 100%;
    overflow: hidden;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.product-img-container {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.product-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.product-card:hover .product-img {
    transform: scale(1.05);
}

.product-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #4B6386;
    color: white;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
}

.product-info {
    padding: 15px;
    background-color: white;
}

.product-category {
    font-size: 13px;
    color: #777;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.product-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
    height: 40px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.product-price {
    display: flex;
    align-items: center;
    gap: 10px;
}

.original-price {
    font-size: 14px;
    color: #888;
    text-decoration: line-through;
}

.discounted-price {
    font-size: 18px;
    color: #000000;
    font-weight: 700;
}

.discount-percent {
    font-size: 12px;
    background-color: #ffecec;
    color: #ff6b6b;
    padding: 2px 6px;
    border-radius: 3px;
    font-weight: 600;
    margin-left: 5px;
}

.see-more-container {
    text-align: center;
    margin-top: 40px;
}

.see-more-btn {
    background-color: #2ab1ad;
    color: #ffffff;
    padding: 10px 25px;
    border-radius: 5px;
    border: none;
    font-weight: 600;
    transition: all 0.3s ease;
    margin-top: 20px;
}

.see-more-btn:hover {
    color: #ffffff;
    background-color: #2ab1ad;
}

.product-categories-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 50%, #f1f3f4 100%);
    position: relative;
    min-height: 600px;
    display: flex;
    align-items: center;
    padding: 60px 0;
}

.product-categories-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image:
        linear-gradient(rgba(52, 152, 219, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(52, 152, 219, 0.03) 1px, transparent 1px);
    background-size: 20px 20px;
    pointer-events: none;
    z-index: 1;
}

.product-categories-section .container {
    position: relative;
    z-index: 2;
}

.product-categories-heading {
    font-size: clamp(1.8rem, 4vw, 2.8rem);
    font-weight: 800;
    color: #1a202c;
    margin-bottom: 3.5rem;
    text-align: center;
    position: relative;
    letter-spacing: -0.03em;
    line-height: 1.2;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.product-categories-heading::before {
    content: '';
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, #3498db, #2980b9, #3498db);
    border-radius: 2px;
    box-shadow: 0 2px 8px rgba(52, 152, 219, 0.3);
}

@media (max-width: 768px) {
    .product-categories-section {
        min-height: auto;
        padding: 50px 0;
    }

    .product-categories-heading {
        margin-bottom: 3rem;
        padding: 0 15px;
    }
}

@media (max-width: 576px) {
    .product-categories-section {
        padding: 40px 0;
    }

    .product-categories-heading {
        margin-bottom: 2.5rem;
        padding: 0 15px;
    }
}

.product-category-card {
    background: #ffffff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow:
        0 4px 20px rgba(0, 0, 0, 0.08),
        0 1px 3px rgba(0, 0, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    height: 280px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
}

.product-category-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg,
            rgba(255, 255, 255, 0.9) 0%,
            rgba(255, 255, 255, 0.1) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 1;
    border-radius: 24px;
}

.product-category-card:hover {
    transform: translateY(-12px) scale(1.03);
    box-shadow:
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 8px 16px rgba(52, 152, 219, 0.1);
}

.product-category-card:hover::before {
    opacity: 1;
}

.category-image-wrapper {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
}

.category-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    filter: brightness(0.95) saturate(1.1) contrast(1.05);
}

.product-category-card:hover .category-image {
    transform: scale(1.15) rotate(2deg);
    filter: brightness(1.1) saturate(1.3) contrast(1.1);
}

.category-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg,
            rgba(52, 152, 219, 0.9) 0%,
            rgba(41, 128, 185, 0.95) 50%,
            rgba(25, 100, 150, 0.9) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    backdrop-filter: blur(8px) saturate(1.5);
}

.product-category-card:hover .category-overlay {
    opacity: 1;
}

.category-overlay-icon {
    font-size: 3.5rem;
    color: #ffffff;
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
    transform: scale(0.7) rotate(-10deg);
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.3));
}

.product-category-card:hover .category-overlay-icon {
    transform: scale(1.1) rotate(5deg);
    animation: iconPulse 1.5s ease-in-out infinite;
}

@keyframes iconPulse {

    0%,
    100% {
        transform: scale(1.1) rotate(5deg);
    }

    50% {
        transform: scale(1.2) rotate(3deg);
    }
}

.category-name {
    padding: 1.2rem 1rem;
    font-size: 1.1rem;
    font-weight: 700;
    color: #2c3e50;
    text-align: center;
    margin: 0;
    transition: all 0.4s ease;
    letter-spacing: 0.03em;
    line-height: 1.3;
    background: linear-gradient(180deg, #ffffff 0%, #f8f9fa 100%);
    position: relative;
    z-index: 2;
    text-transform: uppercase;
    font-size: 0.95rem;
}

.category-name::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, #3498db, #2980b9, #3498db);
    transition: width 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 0 0 4px 4px;
}

.product-category-card:hover .category-name {
    color: #3498db;
    text-shadow: 0 2px 4px rgba(52, 152, 219, 0.2);
}

.product-category-card:hover .category-name::before {
    width: 80px;
}

.row.justify-content-center.g-4 {
    margin: 0;
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 10%;
}

.col-6.col-md-4.col-lg-3 {
    padding: 0.75rem;
    display: flex;
    align-items: stretch;
}

@media (max-width: 1400px) {
    .category-image-wrapper {
        height: 180px;
    }

    .product-category-card {
        height: 260px;
    }
}

@media (max-width: 1200px) {
    .product-categories-heading {
        margin-bottom: 2.5rem;
    }

    .category-image-wrapper {
        height: 160px;
    }

    .product-category-card {
        height: 240px;
    }

    .category-overlay-icon {
        font-size: 3rem;
    }
}

@media (max-width: 992px) {
    .product-categories-section {
        min-height: auto;
        padding: 40px 0;
    }

    .col-6.col-md-4.col-lg-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .category-image-wrapper {
        height: 150px;
    }

    .product-category-card {
        height: 230px;
    }
}

@media (max-width: 768px) {
    .product-categories-section {
        padding: 40px 0;
    }

    .product-categories-heading {
        margin-bottom: 2.5rem;
        padding: 0 15px;
    }

    .category-image-wrapper {
        height: 180px;
    }

    .product-category-card {
        height: 260px;
        border-radius: 20px;
    }

    .category-name {
        padding: 1.2rem 0.8rem;
        font-size: 1rem;
    }

    .category-overlay-icon {
        font-size: 3rem;
    }

    .wallpaper-category-container img {
        height: 220px;
    }
}

@media (max-width: 576px) {
    .product-categories-section {
        padding: 35px 0;
    }

    .product-categories-heading {
        line-height: 1.3;
        margin-bottom: 2rem;
    }

    .category-image-wrapper {
        height: 150px;
    }

    .product-category-card {
        height: 230px;
        border-radius: 16px;
    }

    .category-name {
        font-size: 0.9rem;
        padding: 1rem 0.7rem;
    }

    .category-overlay-icon {
        font-size: 2.5rem;
    }

    .col-6.col-md-4.col-lg-3 {
        padding: 0.7rem;
    }

    .wallpaper-category-container img {
        height: 180px;
    }

    .wallpaper-category-container h3 {
        font-size: 14px !important;
        padding: 0.5rem 0.7rem;
    }
}

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(60px) scale(0.95);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.product-category-card {
    animation: slideInUp 0.8s ease-out forwards;
    opacity: 0;
}

.product-categories-section.loaded .product-category-card {
    opacity: 1;
}

.product-category-card:nth-child(1) {
    animation-delay: 0.1s;
}

.product-category-card:nth-child(2) {
    animation-delay: 0.2s;
}

.product-category-card:nth-child(3) {
    animation-delay: 0.3s;
}

.product-category-card:nth-child(4) {
    animation-delay: 0.4s;
}

.product-category-card:nth-child(5) {
    animation-delay: 0.5s;
}

.product-category-card:nth-child(6) {
    animation-delay: 0.6s;
}

.product-category-card:nth-child(7) {
    animation-delay: 0.7s;
}

.product-category-card:nth-child(8) {
    animation-delay: 0.8s;
}

.product-category-card {
    will-change: transform, box-shadow;
}

.category-image {
    will-change: transform, filter;
}

.category-overlay {
    will-change: opacity, backdrop-filter;
}

@media print {
    .product-categories-section {
        background: white !important;
        box-shadow: none !important;
    }

    .product-category-card {
        break-inside: avoid;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3) !important;
    }

    .category-overlay {
        display: none !important;
    }
}

.wallpaper-category-link {
    text-decoration: none;
    color: inherit;
}

.wallpaper-category-container {
    display: block;
    margin-bottom: 20px;
}

.relative {
    position: relative;
}

.mt-4 {
    margin-top: 1rem;
}

.mt-negative-20 {
    margin-top: -20px;
}

.overflow-hidden {
    overflow: hidden;
}

.rounded-lg {
    border-radius: 0.5rem;
}

.cursor-pointer {
    cursor: pointer;
}

.w-full {
    width: 100%;
}

.h-full {
    height: 100%;
}

.object-cover {
    object-fit: cover;
}

.transform {
    transform: translateZ(0);
}

.transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.duration-500 {
    transition-duration: 500ms;
}

.hover\:scale-110:hover {
    transform: scale(1.10);
}

.lucida-bright {
    font-family: "Lucida Bright", serif;
}

.font-semibold {
    font-weight: 600;
}

.flex {
    display: flex;
}

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

.bg-white {
    background-color: rgb(255 255 255);
}

.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.shadow-lg {
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}

.bg-opacity-85 {
    background-color: rgba(255, 255, 255, 0.85);
}

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

.text-10px {
    font-size: 10px;
}

.wallpaper-category-container img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.5s ease;
}


@media (min-width: 768px) {
    .wallpaper-category-container img {
        height: 300px;
    }

    .md\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

@media (min-width: 1024px) {
    .lg-text-18px {
        font-size: 18px !important;
    }
}

@media (max-width: 767px) {
    .text-10px {
        font-size: 14px !important;
    }

    .wallpaper-category-container {
        margin-bottom: 20px;
    }

    .wallpaper-category-container img {
        height: 220px;
    }

    .wallpaper-category-container h3 {
        font-size: 14px !important;
        padding: 0.5rem 0.7rem;
    }
}

@media (max-width: 576px) {
    .text-10px {
        font-size: 13px !important;
    }

    .wallpaper-category-container {
        margin-bottom: 18px;
    }

    .wallpaper-category-container img {
        height: 180px;
    }

    .wallpaper-category-container h3 {
        font-size: 13px !important;
        padding: 0.4rem 0.6rem;
    }
}

.product-categories-section {
    background: #ffffff;
    min-height: auto;
}

@media (max-width: 768px) {
    .product-categories-section {
        padding: 40px 0;
    }
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 80px;
}

.promo-section {
    scroll-margin-top: 80px;
}

.category-img {
    width: 220px;
    height: 220px;
    object-fit: cover;
    aspect-ratio: 1/1;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

@media (max-width: 600px) {
    .category-img {
        width: 120px;
        height: 120px;
    }
}

#homeBanner {
    margin-bottom: 40px;
}

.wallpaper-category-container .category-img {
    transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.wallpaper-category-container:hover .category-img {
    transform: scale(1.08);
}

.wallpaper-category-container h3 {
    margin: 0;
    font-weight: 600;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.wallpaper-category-link:hover {
    text-decoration: none;
}

.wallpaper-category-link:hover h3 {
    background-color: rgba(255, 255, 255, 0.95);
    transition: all 0.3s ease;
}

@media (max-width: 768px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .row {
        margin-left: -10px;
        margin-right: -10px;
    }

    .row>* {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 576px) {
    .container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .row {
        margin-left: -5px;
        margin-right: -5px;
    }

    .row>* {
        padding-left: 5px;
        padding-right: 5px;
    }
}

#homeBanner {
    margin-bottom: 40px;
}

@media (max-width: 768px) {
    #homeBanner {
        margin-bottom: 35px;
    }
}

@media (max-width: 576px) {
    #homeBanner {
        margin-bottom: 30px;
    }
}