/*
  BlazImage Compressor CSS Stylesheet
  Author: Blaz Image Compressor
  Website: https://blaztools.com/
*/

/* =================================================================
   BASE STYLES & RESET
   ================================================================= */

body {
    color: var(--body-color);
    background: var(--page-bg);
    overflow-x: hidden;
    font-family: 'Maven Pro', Verdana, Geneva, Tahoma, sans-serif !important;
}

.container p {
    font-family: 'Maven Pro', Verdana, Geneva, Tahoma, sans-serif !important;
}

a {
    color: #000000;
    text-decoration: none !important;
}

a:hover {
    color: #252525;
}

p {
    color: #000000;
}

h1 {
    font-size: 2.5rem;
    background: var(--h1-color);
    -webkit-mask-size: 100% 100%;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Maven Pro', Verdana, Geneva, Tahoma, sans-serif !important;
    font-weight: 700 !important;
}

hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: 1px solid;
    opacity: .25;
}

label {
    font-size: 17px;
}

select {
    font-size: 17px;
}

@media only screen and (max-width: 768px) {
  
  h1 {
      font-size: 2rem;
      line-height:1.5em;
  }  
    
}
/* =================================================================
   ADVERTISEMENT & THIRD-PARTY WIDGETS
   ================================================================= */

/* Google Translate Widget */
.gt_options.gt-open {
    margin-top: 10px !important;
}

strong.counter {
    background: rgba(255, 255, 255, 1);
    color: rgba(0, 0, 0, 1);
    border-radius: 10px;
    border: 1px solid #efefef;
    padding: 4px 10px;
    border-radius: 5px !important;
    font-weight: 400;
}

.gt_float_switcher .gt_options {
    max-height: 272px !important;
    position: absolute !important;
    background: #fff !important;
    box-shadow: rgb(0 0 0 / 10%) 0 5px 30px -10px;
}

.gt_float_switcher {
    box-shadow: rgb(0 0 0 / 0%) 0 5px 15px !important;
}

.gt_float_switcher .gt_options a:hover {
    background: #efefef !important;
    color: #000 !important;
}

/* New/Ads Tags */
new,
ads {
    font-weight: 500;
    border-radius: 4px;
    background: #71ffd7;
    padding: 2px 6px;
    font-size: 12px;
    color: #000;
}

ads {
    top: 9px;
    position: fixed;
    right: 10px;
}

/* Skyscraper Ads */
.Skyscraper.left {
    width: auto;
    top: 50%;
    transform: translate(50%, -50%);
    z-index: 10;
}

.Skyscraper.right {
    width: auto;
    top: 50%;
    right: 0;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.container.ad {
    padding: 10px;
}

/* =================================================================
   LAYOUT & CONTAINERS
   ================================================================= */

.container {
    border-radius: 10px;
    padding: 30px;
    background: var(--container-bg);
    margin-top: 10px;
}

/* =================================================================
   NAVIGATION & DROPDOWNS
   ================================================================= */

button.close {
    padding: 7px 4px 11px 4px;
    line-height: 0px;
    outline: none;
    border: 0px;
    background: #fff;
}

.close:focus, .close:hover {
    outline: none;
}

.dropdown-toggle::after {
    margin-left: 7px;
    vertical-align: 2px;
}

a.dropdown-item {
    padding: 9px 15px;
    border-radius: 5px !important;
}

a.dropdown-item:hover,
a.dropdown-item:active,
a.dropdown-item:focus {
    background: var(--primary-bg);
}

/* =================================================================
   BUTTONS & INTERACTIVE ELEMENTS
   ================================================================= */

button,
select:focus {
    outline: 0 !important;
}

button,
select {
    text-transform: none;
    padding: 12px;
    border-radius: 4px;
    background: #ffffff;
}

select#image-quality {
    width: 265px;
    margin-top: 8px;
    box-shadow: 4px 4px 0 #000;
}

input#submit-button {
    width: 200px;
    font-size: 17px;
}

/* =================================================================
   PAGINATION
   ================================================================= */

.page-item.active .page-link {
    color: #fff;
    background-color: #212121;
    border-color: #212121;
}

.page-link {
    color: #212121;
}

.page-link:hover {
    color: #000000;
}

.page-link:focus {
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 0%);
}

button.btn.btn-outline-ligh:hover {
    color: #565656;
}

/* =================================================================
   DATA TABLES
   ================================================================= */

@media (max-width: 501px) {
    div.dataTables_wrapper div.dataTables_length label {
        width: 100%;
    }

    div.dataTables_wrapper div.dataTables_filter input {
        width: 100%;
    }

    div#visitorTable_filter {
        text-align: left;
        margin-left: -14px;
    }
}

/* =================================================================
   SOCIAL SHARING
   ================================================================= */

.madewithlove {
    display: inline-block;
}

.madewithlove img {
    width: 18px;
}

.socialshare span {
    background: var(--primary-bg);
    color: #fff;
    font-weight: 600;
    border: 1px solid var(--primary-bg);
    font-size: 12px;
    line-height: 19px;
    width: 22px;
    height: 22px;
    text-align: center;
    border-radius: 100px;
    display: block;
    position: absolute;
    top: 0;
    margin-top: -12px;
    margin-left: 15px;
}

.socialshare a {
    border: 1px solid #000000;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    margin-right: 6px;
    display: inline-block;
    box-shadow: inset -3px -3px 0 #000;
    transition: 0.3s;
}

.socialshare a:hover {
    background: #fff;
    color: #000;
    opacity: 0.9;
    transition: 0.3s;
}

/* Social Media Icons */
i.fa-brands.fa-facebook-f {
    margin-top: 10px;
    margin-left: 13px;
}

i.fa-brands.fa-twitter {
    margin-top: 10px;
    margin-left: 10px;
}

i.fa-brands.fa-linkedin-in {
    margin-top: 10px;
    margin-left: 12px;
}

i.fa-brands.fa-pinterest-p {
    margin-top: 11px;
    margin-left: 13px;
}

i.fa-brands.fa-whatsapp {
    margin-top: 10px;
    margin-left: 12px;
}

i.fa-regular.fa-envelope {
    margin-top: 10px;
    margin-left: 11px;
}

/* =================================================================
   UTILITIES & BACKGROUNDS
   ================================================================= */

.background-gradient {
    height: 100px;
    margin-top: -68px;
    z-index: 99999999999;
    position: relative;
    margin-bottom: -22px;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgb(3 3 3 / 0%) 0%, rgb(255 255 255 / 2%) 0%, rgb(255 255 255 / 72%) 35%, rgb(255 255 255) 67%, rgb(255 255 255) 100%);
}

/* =================================================================
   FILE HANDLING & DISPLAY
   ================================================================= */

div#file-names {
    display: grid;
    grid-gap: 10px;
}

.owl-carousel .owl-item img {
    display: inline-block !important;
}

button.btn.btn-outline-dark:focus {
    outline: none !important;
    box-shadow: none !important;
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

.owl-carousel .owl-stage-outer {
    overflow: none !important;
}

/* =================================================================
   SCROLLBAR STYLING
   ================================================================= */

body::-webkit-scrollbar {
    width: 14px;
    background: #000;
}

body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(94, 94, 94, 0.3);
}

body::-webkit-scrollbar-thumb {
    background-color: #fff;
    border-radius: 100px;
    outline: 0px solid #000;
    border: 4px solid #000;
}

.compress1:before {
    background: url(/assets/images/check.png) no-repeat;
}

/* =================================================================
   IMAGE CONTAINER
   ================================================================= */

.img-container {
    width: 100%;
    min-height: 100px;
    max-height: 400px;
    overflow: hidden;
    margin-top: 20px;
}

.img-container img {
    width: 100%;
    border-radius: 5px;
    box-shadow: 1px 2px 4px -2px #00000069;
    filter: brightness(80%) grayscale(0%);
    object-fit: cover;
}

.metadata {
    margin-bottom: 20px !important;
}

/* =================================================================
   STICKY OPTIONS & BUTTONS
   ================================================================= */

.sticky-options button span {
    color: #fff;
}

/* =================================================================
   PROGRESS INDICATORS
   ================================================================= */

#progressbar {
    width: 500px;
    height: 28px;
    background-color: var(--primary-bg);
    border-radius: 5px;
    overflow: hidden;
    display: none;
    margin-top: 20px;
    padding: 3px;
}

.progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-weight: 600;
    text-align: center;
    background-color: var(--primary-color);
    transition: width .6s ease;
}

/* =================================================================
   BUTTON STATES & DISABLED
   ================================================================= */

.btn-primary.disabled, .btn-primary:disabled {
    border: var(--button-border) var(--button-border-color);
    box-shadow: var(--button-shadow);
    border-radius: var(--button-radius);
    cursor: pointer;
}

.btn.disabled, .btn:disabled {
    opacity: 1;
}

button.owl-prev.disabled,
button.owl-next.disabled {
    opacity: 0;
    cursor: not-allowed;
}

/* =================================================================
   STICKY NAVBAR
   ================================================================= */

.sticky-navbar-wrapper {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 1000;
    transition: all 0.3s ease;
}

.sticky-navbar-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    backdrop-filter: blur(5px);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0);
    z-index: -1;
    transition: all 0.3s ease;
    opacity: 0;
}

.sticky-navbar-wrapper.scrolled::before {
    opacity: 1;
    box-shadow: 0 10px 20px -7px rgba(0, 0, 0, 0.05);
}

#navbar-container {
    transition: padding 0.3s ease;
}

.sticky-navbar-wrapper.scrolled #navbar-container {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}

/* =================================================================
   RANGE SLIDER COMPONENT
   ================================================================= */

div:where(.swal2-container) button:where(.swal2-styled).swal2-default-outline:focus {
    box-shadow: 0 0 0 0px rgb(0 255 167 / 0%) !important;
}

@media only screen and (max-width: 400px) {
    .range-slider__progress {
        --start-end: calc(var(--thumb-size) / 10) !important;
    }

    .range-slider::before, .range-slider::after {
        --offset: calc(var(--thumb-size) / 10) !important;
    }
}

.range-slider.grad {
    --progress-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2) inset;
    --progress-flll-shadow: var(--progress-shadow);
    --fill-color: linear-gradient(to right, LightCyan, var(--primary-color));
    --thumb-shadow: 0 0 4px rgba(0, 0, 0, 0.3), -3px 9px 9px rgba(255, 255, 255, 0.33) inset, -1px 3px 2px rgba(255, 255, 255, 0.33) inset, 0 0 0 99px var(--primary-color) inset;
}

.the-data.rangeslider {
    background: #fff;
    border-radius: 5px;
    border: 2px dashed #000;
    padding: 15px;
    margin-bottom: 20px;
}

.range-slider {
    width: 100% !important;
    --progress-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15) inset;
    --progress-flll-shadow: var(--progress-shadow);
    --fill-color: linear-gradient(to right, LightCyan, var(--primary-color));
    --thumb-shadow: 0 0 4px rgba(0, 0, 0, 0.3),
        -3px 9px 9px rgba(255, 255, 255, 0.33) inset,
        -1px 3px 2px rgba(255, 255, 255, 0.33) inset,
        0 0 0 99px var(--primary-color) inset;
}

.range-slider.grad input:hover {
    --thumb-transform: scale(1.2);
}

.range-slider.grad input:active {
    --thumb-shadow: inherit;
    --thumb-transform: scale(1);
}

.range-slider.flat {
    --thumb-size: 25px;
    --track-height: calc(var(--thumb-size) / 3);
    --progress-shadow: none;
    --progress-flll-shadow: none;
    --thumb-shadow: 0 0 0 7px var(--primary-color) inset, 0 0 0 99px white inset;
    --thumb-shadow-hover: 0 0 0 9px var(--primary-color) inset, 0 0 0 99px white inset;
    --thumb-shadow-active: 0 0 0 13px var(--primary-color) inset;
}

.range-slider {
    --primary-color: linear-gradient(90deg, rgba(255,0,0,1) 0%, rgba(255,72,0,1) 9%, rgba(255,175,0,1) 35%, rgba(112,255,0,1) 65%, rgba(0,255,167,1) 100%);
    --value-offset-y: var(--ticks-gap);
    --value-active-color: #000;
    --value-font: 700 12px/1 Arial;
    --fill-color: var(--primary-color);
    --progress-background: #eee;
    --progress-radius: 20px;
    --track-height: calc(var(--thumb-size) / 2);
    --min-max-font: 12px Arial;
    --min-max-opacity: 0.5;
    --min-max-x-offset: 10%;
    --thumb-size: 35px;
    padding: 3px 0px !important;
    --thumb-shadow-hover: var(--thumb-shadow);
    --ticks-thickness: 1px;
    --ticks-height: 5px;
    --ticks-gap: var(--ticks-height, 0);
    --ticks-color: silver;
    --step: 1;
    --ticks-count: Calc(var(--max) - var(--min)) / var(--step);
    --maxTicksAllowed: 30;
    --too-many-ticks: Min(1, Max(var(--ticks-count) - var(--maxTicksAllowed), 0));
    --x-step: Max(var(--step), var(--too-many-ticks) * (var(--max) - var(--min)));
    --tickInterval: 100/ ((var(--max) - var(--min)) / var(--step)) * var(--tickEvery, 1);
    --tickIntervalPerc: calc((100% - var(--thumb-size)) / ((var(--max) - var(--min)) / var(--x-step)) * var(--tickEvery, 1));
    --value-a: Clamp(var(--min), var(--value, 0), var(--max));
    --value-b: var(--value, 0);
    --text-value-a: var(--text-value, "");
    --completed-a: calc((var(--value-a) - var(--min)) / (var(--max) - var(--min)) * 100);
    --completed-b: calc((var(--value-b) - var(--min)) / (var(--max) - var(--min)) * 100);
    --ca: Min(var(--completed-a), var(--completed-b));
    --cb: Max(var(--completed-a), var(--completed-b));
    --thumbs-too-close: Clamp(-1, 1000 * (Min(1, Max(var(--cb) - var(--ca) - 5, -1)) + 0.001), 1);
    --thumb-close-to-min: Min(1, Max(var(--ca) - 2, 0));
    --thumb-close-to-max: Min(1, Max(98 - var(--cb), 0));
    display: inline-block;
    height: Max(var(--track-height), var(--thumb-size));
    background: linear-gradient(to right, var(--ticks-color) var(--ticks-thickness), transparent 1px) repeat-x;
    background-size: var(--tickIntervalPerc) var(--ticks-height);
    background-position-x: calc( var(--thumb-size) / 2 - var(--ticks-thickness) / 2);
    background-position-y: var(--flip-y, bottom);
    padding-bottom: var(--flip-y, var(--ticks-gap));
    padding-top: calc(var(--flip-y) * var(--ticks-gap));
    position: relative;
    z-index: 1;
}

[Continued in style.css due to length...]

/* =================================================================
   RESPONSIVE DESIGN - MOBILE FIRST
   ================================================================= */

/* Small Mobile */
@media only screen and (max-width: 583px) {
    .links {
        flex-wrap: wrap !important;
        justify-content: center !important;
    }

    .links button {
        margin: 5px !important;
    }
}

/* Footer Responsive */
.description h2 {
    margin: auto;
    width: 50%;
}

.links {
    justify-content: end;
}

@media only screen and (max-width: 991px) {
    .description h2 {
        width: 100% !important;
    }

    .copyright {
        text-align: center;
        margin-top: 25px;
    }

    .links {
        justify-content: center !important;
    }

    .container.footer .row {
        width: 100%;
    }
}

/* Skyscraper Ad Responsive Breakpoints */
@media (max-width: 1750px) {
    .Skyscraper.left {
        transform: translate(35%, -50%);
    }

    .Skyscraper.right {
        transform: translate(-35%, -50%);
    }
}

@media (max-width: 1650px) {
    .Skyscraper.left {
        transform: translate(20%, -50%);
    }

    .Skyscraper.right {
        transform: translate(-20%, -50%);
    }
}

@media (max-width: 1570px) {
    .Skyscraper.left {
        transform: translate(10%, -50%);
    }

    .Skyscraper.right {
        transform: translate(-10%, -50%);
    }
}

@media (max-width: 1440px) {
    .Skyscraper.left,
    .Skyscraper.right {
        display: none;
    }
}

/* =================================================================
   END OF STYLES - DEFAULT.CSS
   ================================================================= */