.searchwrapper ul {list-style: none;padding: 0;display: flex;gap: 1em;margin: 0 0 1em 1em;}
.searchwrapper ul img {max-width: 100%;}
.image-generator-box .searchbox .btn {width: 80%;}
.navbar-area .navbar a.navbar-brand {display: flex;align-items: center;gap: 10px;}
.navbar-area .navbar a.navbar-brand img {max-width: 102px;}
.navbar-area .navbar .navbar-brand {font-size: 21px;font-weight: 400;}
.features-section-2 .feature-box .icon {margin-bottom: 20px;max-width: 146px;margin: 0 auto;margin-bottom: 25px;}

.cookie-section.ptb-100 {padding-top: 50px;padding-bottom: 100px;}
.section-banner {display: none;}

html body table {color: #fff;width: 100%}
html body table td {padding: 3px;}
.cookie-section {color: #fff;}
.cookie-section a,
li {color: #fff;}

.pagess p {color: #fff;}
.pagess h1,
.pagess h2,
.pagess h3 {color: #0a6eca;margin-top: 1em;}

.pricing-content {padding-left: 0;}
.price-fetures svg {max-width: 31px;}
.price-fetures li {display: flex;align-items: center;gap: 7px;}

.paddlePlaceholder {height: 250px;width: 100%;}
.paddleCOntainer img {border-radius: 5px;}

.hero-content-2 img {max-width: 61px;position: relative;top: -7px;margin-right: 12px;}

.changelogItem {margin-top: 2em;
    background: #0b0b2b;
    border-radius: 5px;
    border: 1px solid #2d2d2d;
    padding: 1em;
}
.changelogItem h2 {margin-top: 0;}

.gallery-container {
    max-width: 1325px;
    margin: 0 auto;
}

.gallery-title {
    text-align: center;
    color: #333;
    margin-bottom: 30px;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
    padding: 20px 0;
}

.thumbnail {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.thumbnail:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.thumbnail img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.thumbnail:hover img {
    transform: scale(1.1);
}

.thumbnail-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
    color: white;
    padding: 15px;
    text-align: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.thumbnail:hover .thumbnail-overlay {
    opacity: 1;
}

/* Overlay Styles */
.image-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 1000;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.overlay-content {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px;
    box-sizing: border-box;
}

.overlay-image {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    transition: opacity 0.15s ease;
}

.close-button {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 40px;
    color: white;
    cursor: pointer;
    background: none;
    border: none;
    padding: 10px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.3s ease;
}

.close-button:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.image-counter {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px 20px;
    border-radius: 20px;
    font-size: 16px;
}

.navigation {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
    border: none;
    font-size: 30px;
    padding: 15px 20px;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.navigation:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.nav-prev {
    left: 30px;
}

.nav-next {
    right: 30px;
}

@media (max-width: 768px) {
    .gallery-grid {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 10px;
    }

    .thumbnail img {
        height: 150px;
    }

    .overlay-content {
        padding: 20px;
    }

    .close-button {
        top: 10px;
        right: 15px;
        font-size: 30px;
        width: 50px;
        height: 50px;
    }

    .navigation {
        font-size: 24px;
        padding: 10px 15px;
    }

    .nav-prev {
        left: 15px;
    }

    .nav-next {
        right: 15px;
    }
}

.other-all-option .other-option {display: none !important}

.gallery-container.startsite {margin-top: 3em;}
.gallery-container.startsite .gallery-grid {grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));}
.gallery-container.startsite .gallery-grid .thumbnail img {height: 150px;}

.dc {cursor: not-allowed;color: #6a6a6a !important;}

.pricing-table .pricing-box span {background-color: #3bc15e;}
.pricing-table .pricing-box span.disa {background-color: #070923;}
.pricing-table .pricing-box .default-btn.disabledButton {cursor: not-allowed;}
.pricing-table .pricing-box svg {max-width: 100px;margin: 0 auto;margin-bottom: 12px;}
.pricing-table .pricing-box svg path {fill: #fff;}
.pricing-table .pricing-box svg stroke {fill: #fff;}
.default-btn {background-color: #a444ff;}
.shorty {margin-top: 2em;}