
/* Cookie Consent Styles */
#cookieConsent {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #333;
    color: #fff;
    padding: 10px;
    text-align: center;
    display: none;
    z-index: 1000;
}

#cookieConsent button {
    background-color: #00bfff;
    color: white;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
}


footer {
  
  width: 100%;
  padding: 15px 0;
  text-align: center;
  color: #94a3b8;
  font-size: 13px;
  background: rgba(15, 23, 42, 0.8); /* Semi-transparent match for your gradient */
  backdrop-filter: blur(5px); /* Modern "Glass" effect */
  z-index: 10;
}

  .grad {
    width: 100%;
    min-height: 40px;
    line-height: 1.2;
    text-align: center;
    background-color: transparent;
    transition: background-color 0.3s;
    font-size: 40px;
    
    margin: 10px 10px;
    word-break: break-word;
  }

  @media screen and (min-width: 768px) {
    .grad {
      font-size: 30px;
      line-height: 1;
      height: 50px;
      padding: 0;
    }
  }

 

    .grad {
      font-size: 22px !important;
      margin: 10px 5px;
      line-height: 1.3;
    }

    .hoverbox {
      padding: 15px;
    }

    a span[style*="font-size:25px"] {
      font-size: 18px !important;
    }
  body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  /* The browser tries the URL first. If empty/invalid, it uses the gradient. */
  background: url(''), 
              radial-gradient(circle at center, #000 0%,#382e2e 50%, #000 100%);
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.8;
  z-index: -1;
}
  
 

.siri-card-btn {
    /* A deep grey that lets 85% of your body background show through */
    background: rgba(30, 30, 30, 0.85); 
    
    /* This creates the "Siri" blur effect on the background behind the button */
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    
    /* A subtle "rim light" border so it doesn't disappear into the black */
    border: 1px solid rgba(255, 255, 255, 0.1);
    
    /* Soft shadow to give it depth */
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.8);
    
    /* Ensure your text stays readable (white or very light grey) */
    color: #e0e0e0;
    
    border-radius: 15px; /* Rounded corners for that modern feel */
    padding: 20px;
    margin: 20px auto;
    width: 85%;
}
  /*CAT buttons */
  
  
.pricing-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 24px;
    margin: 30px 0;
}


.pricing-card {
    background: linear-gradient(145deg, #1e293b, #0f172a);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 12px;
    padding: 30px 24px;
    text-align: center;
    color: #e2e8f0;
    box-shadow: 0 8px 24px rgba(0,0,0,0.4);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}


.pricing-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0,0,0,0.6);
    border: 2px solid #3b82f6;
}

.pricing-card.featured {
    
    box-shadow: 0 0 25px rgba(59,130,246,0.4);
}

.pricing-card featured:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0,0,0,0.6);
    
}

.pricing-card h3 {
    font-size: 22px;
    margin-bottom: 8px;
    color: #ffffff;
}

.pricing-price {
    font-size: 30px;
    font-weight: 700;
    margin: 12px 0 20px;
    color: #60a5fa;
}

.pricing-features {
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
    font-size: 14px;
    color: #cbd5e1;
}

.pricing-features li {
    margin-bottom: 8px;
}

.pricing-btn {
    display: inline-block;
    padding: 12px 22px;
    background: #2563eb;
    color: #ffffff;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    transition: background 0.2s ease;
}

.pricing-btn:hover {
    background: #1e40af;
}




        #wrapper {
            position:absolute;
            top:-9999px;
            left: -9999px;
            visibility:visible;
        }
        
        

        .modal-overlay {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            width: 100vw;
            height: 100vh;
            
            z-index: 1000;
            background-color: transparent;
            display: flex;
            align-items: center;
            justify-content: center;
        }


    button:hover {
    transform: translateY(-5px);
    transition: all 0.3s ease 0s;
}

button:active {
    transform: translateY(0px);
}

        

        /* TAB BUTTON STYLES */
        #menuTabw {
            position: fixed;
            top: 15%;
            right: 10%;
            background: #fff;
            color: #000;
            padding: 10px;
            font-size: 16px;
            border-radius: 10px 0 0 10px;
            cursor: pointer;
            z-index: 1001;
            transform: translateY(-50%);
        }

        
        .pic-container {
  position: absolute;
  width: 200px;
  height: 200px;
  display: none;
  z-index: 1003;
}

.pic-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (max-width: 600px) {
  .pic-container {
    width: 70px;
    height: 70px;
  }
}


@keyframes flash {
  0%   { opacity: 1; }
  50%  { opacity: 0; }
  100% { opacity: 1; }
}
.tool-item {
        flex: 0 0 100px; /* Keeps thumbnails consistent */
        text-decoration: none;
        text-align: center;
        margin-bottom: 20px;
         border: 3px solid black;
         background: red;
         color:#fff;
    }
     .tool-item:hover {
    background: #09ec77;
    color: #000;
    /* Lift the button slightly up when hovering */
    //transform: translateY(-4px);
     border: 3px solid black;
     text-decoration: none;
}

/* --- THE "PUSHED" EFFECT --- */
.tool-item:active {
    /* Moves the button back down */
    transform: translateY(2px);
    /* Flattens the shadow to look like it's closer to the page */
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    /* Optional: slightly dims the color to simulate a physical press */
    filter: brightness(0.9);
    border: 5px solid green;
     text-decoration: none;
}
a {
  color: black;            /* Sets text color to black */
  text-decoration: none;   /* Removes the default underline */
}

.faqanswer {
  display: none;
  border-radius: 5px;
  padding-top:55px;
}
.faqanswer.show {
  display: block;
  opacity: 1;
}
.faq {
  position: relative;
  display: inline-block;
  
  place-items: center;
  padding: 5px 5px;
  border: 0;
  border-radius: var(--radius);
  
  color: var(--fg);
  font: 600 16px/1.1 system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  cursor: pointer;
  margin-bottom:50px;
  width: 100%;
}
.imglink{
    width:100px;
    height:auto;
}
.tool-grid {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        justify-content: flex-start;
        margin-top: 10px;
    }

    .tool-item {
        flex: 0 0 100px; /* Keeps thumbnails consistent */
        text-decoration: none;
        text-align: center;
        margin-bottom: 20px;
         background: linear-gradient(145deg, #2563eb, #1e40af);
    color: #ffffff;
        font-weight: 600;
    border-radius: 8px;
    border: 5px solid #3b82f6;
    box-shadow: 0 0 18px rgba(59,130,246,0.4);
    transition: all 0.2s ease;
    }
     .tool-item:hover {
    background: #09ec77;
    color: #000;
    /* Lift the button slightly up when hovering */
    //transform: translateY(-4px);
     border: 5px solid #3b82f6;
    box-shadow: 0 0 18px rgba(59,130,246,0.4);
     text-decoration: none;
}

/* --- THE "PUSHED" EFFECT --- */
.tool-item:active {
    /* Moves the button back down */
    transform: translateY(2px);
    /* Flattens the shadow to look like it's closer to the page */
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    /* Optional: slightly dims the color to simulate a physical press */
    filter: brightness(0.9);
    border: 5px solid green;
     text-decoration: none;
}

    .tool-item span {
        display: block;
        padding: 5px;
        background: #000000;
        color: #ffffff;
        font-size: 16px;
        //font-family: "Comic Sans MS", cursive, sans-serif;
        border-radius: 5px;
        margin-bottom: 5px;
        height: auto;
        line-height: 1.1;
        overflow: hidden;
        text-transform: uppercase;
    }

    .tool-item:hover span {
        background: #0df81c;
        color: #000;
    }

    .tool-item img {
        width: 125px;
        height: 100px; /* Matches 4:5 aspect ratio */
        border: 2px solid #000;
        border-radius: 4px;
        display: block;
        background-color: #fff;
        
    }

    .cat-label {
        color: #000;
        font-weight: bold;
       
        margin: 20px 0 10px 0;
        border-bottom: 2px solid #000;
        font-size: 16px;
        text-transform: uppercase;
    }
    
    .cool-button {
    display: block;
    width: 100%;
    padding: 14px 0;
    background: linear-gradient(145deg, #2563eb, #1e40af);
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    border-radius: 8px;
    border: 2px solid #3b82f6;
    box-shadow: 0 0 18px rgba(59,130,246,0.4);
    transition: all 0.2s ease;
}

.cool-button:hover {
    background: linear-gradient(145deg, #3b82f6, #2563eb);
    box-shadow: 0 0 24px rgba(59,130,246,0.6);
    transform: translateY(-2px);
}

.cool-button:active {
    transform: translateY(0);
    box-shadow: 0 0 14px rgba(59,130,246,0.3);
}


.video-center {
    display: flex;
    justify-content: center;
}
.cat-label {
        color: #fff;
        font-weight: bold;
       
        margin: 20px 0 10px 0;
        
        font-size: 16px;
        text-transform: uppercase;
    }
    hr{
        width:100%;
    }
.center-pane {
    border: none;
    margin: 0 auto;
    padding: 5px;
  }
  .main-container {
            display: flex;
            flex-direction: row;
        }   
        
        .left_pane > * {
    width: 100%;
    transform: scale(1.5); /* Adjust the scale value as needed */
    transform-origin: 0 0;
}
        .controls_pane {
    width: 100%; /* Full width across the top */
    padding: 20px;
    margin: 0; /* Remove margins to align with the top */
    box-sizing: border-box;
    background-color: #F6FCFC; 
    height: 120px; /* Fixed height for the top bar */
    overflow-x: auto; /* Makes the div scrollable horizontally */
    display: flex;
    flex-direction: row; /* Display items in a row */
    align-items: center; /* Center items vertically */
    justify-content: flex-start; /* Align items to the left (default) */
}

.controls_pane > * {
    width: 100%;
    transform: scale(0.5); /* Adjust the scale value as needed */
    transform-origin: 0 0;
}
        .center-pane {
            
            padding: 0px;
            box-sizing: border-box;
            display: flex;
            justify-content: center;
            align-items: center;
            border: 3px solid blue;
            background-color:#ffffff;
            margin-left: auto;
            margin-right: auto;
        }
        .fun {
    background: #77EC81FF; 
    margin:5px;
    color:#000;
    font-size:12px;
    border-style: solid;
    border-width: 2px;
    border-radius:5px;
    padding:2px;
  }

  .fun:hover { 
    background: #24FF28FF; 
    color:#000;
    border-style: solid;
    border-width: 2px;
    border-radius:5px;
    cursor: grab;
    padding:2px;
  }
  .content-div {
      background-color:#fff;
      padding:20px;
      margin:10px;
      max-height:600px;
      overflow:auto;
  }
 
    /* Modal Overlay - covers the whole screen */
.format-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); /* Dim the background */
    z-index: 9999; /* Ensure it's on top of everything */
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: sans-serif; /* or your project's font */
}

/* Modal Content Box */
.format-modal-content {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    width: 350px;
    text-align: center;
}

.format-modal-content h2 {
    margin-top: 0;
    font-size: 20px;
    color: #333;
}

.format-modal-content p {
    color: #666;
    margin-bottom: 25px;
}

/* Button Grouping */
.format-btn-group {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-bottom: 15px;
}

/* Base styling for both export buttons */
.format-btn {
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    transition: background 0.2s;
}

/* specific styles (using hypothetical colors) */
.btn-jpg {
    background-color: #2196F3; /* Blue */
    color: white;
}
.btn-jpg:hover { background-color: #1E88E5; }

.btn-png {
    background-color: #4CAF50; /* Green */
    color: white;
}
.btn-png:hover { background-color: #43A047; }

/* Cancel / Close link style */
.format-close-link {
    background: none;
    border: none;
    color: #999;
    text-decoration: underline;
    cursor: pointer;
    margin-top: 10px;
}
.format-close-link:hover { color: #666; }    

.filename-container {
    text-align: left;
    margin-bottom: 20px;
}

.filename-container label {
    display: block;
    font-size: 12px;
    font-weight: bold;
    color: #555;
    margin-bottom: 5px;
}

.filename-container input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box; /* Ensures padding doesn't break width */
    font-size: 14px;
}

.filename-container input:focus {
    border-color: #2196F3;
    outline: none;
}