.resume-buttons {
    display: flex;
    gap: 3rem;
    margin-top: 1rem;
    justify-content: center;
}

.btn-resume {
    padding: 4px 20px;
    font-size: 15px;
    color: var(--light-gray);
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid #f1c40f;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    box-shadow: 0 0 10px rgba(241, 196, 15, 0.2);
}

.btn-resume:hover {
    background: var(--bg-gradient-jet);
    color: var(--main-text-color);
    box-shadow: 0 0 15px rgba(241, 196, 15, 0.6);
}

.lets-title {
    margin-bottom: 30px;
}

@media(max-width: 1022px) {
    .lets {
        display: inline;
    }

    .lets-title {
        margin-bottom: 0px;
    }

    .testimonials-item {
        margin-bottom: 10px;
    }
}


.blog-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}


.blog-modal-content {
    background: var(--bg-gradient-jet);
    padding: 40px;
    max-width: 40rem;
    width: 90%;
    border-radius: 20px;
    position: relative;
    cursor: pointer;
    border: 1px solid var(--jet);

    max-height: 95vh;
    overflow-y: auto;

    scrollbar-width: none;
    -ms-overflow-style: none; /* IE and Edge */
    
}

.blog-modal-content::-webkit-scrollbar {
  display: none;
}

.blog-modal-meta {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 7px;
    margin-bottom: 10px;
    color: var(--light-gray-70);
    font-size: var(--fs-6);
    font-weight: var(--fw-300);
}

.blog-modal-meta .dot {
    background: var(--light-gray-70);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    margin: 0 4px;
}

.blog-modal-close {
    position: absolute;
    top: 3rem;
    right: 3rem;
    font-size: 24px;
    cursor: pointer;
}

.blog-modal-content img {
    max-width: 100%;
    display: block;
    margin-bottom: 15px;
    border-radius: 15px;
}

.resume-b{
    z-index: 1000;
    position:fixed;
    background: var(--bg-gradient-onyx);
    
    border-radius: 8px;
    /* border: 1px solid var(--jet); */
    color: var(--light-gray-70);
    font-size: var(--fs-3);
    font-weight: var(--fw-700);

}
.filter-resume{
    
        display: flex
;
        justify-content: flex-start;
        align-items: center;
        gap: 25px;
        padding: 10px 30px;
        /* margin-bottom: 30px; */
  
}

/* .resume-main{
    /* margin-top: 6rem; 
} */

/* Dark Mode */
/* .dark-mode {
    background-color: white;
    color:black;
} */

/* .dark-mode .container {
    background: white;
    color: black;
} */

.dark-mode button {
    background: #ffcc00;
    color: #333;
}

.dark-mode button:hover {
    background: #e6b800;
}


.theme-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}

.theme-toggle p {
    margin-left: 10px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 22px;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
    border-radius: 34px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 3px;
    background-color: white;
    transition: 0.4s;
    border-radius: 50%;
}
#modelLabel{
    color: #ccc;
}

input:checked + .slider {
    background-color: #333;
}

input:checked + .slider:before {
    transform: translateX(18px);
}


.project-style{
    width: 100%;
    position: relative;
    background: var(--border-gradient-onyx);
    height: 100%;
    box-shadow: var(--shadow-4);
    border-radius: 16px;
    z-index: 1;
    border: 1px solid var(--jet);
}
.project-button{
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
    justify-content: center;
    margin-bottom: 1rem;
}


.btn-project{
    padding: 4px 15px;
    font-size: 15px;
    color: var(--light-gray-70);
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    position: relative;
    background: var(--border-gradient-onyx);
    box-shadow: var(--shadow-4);
    border-radius: 16px;
    z-index: 1;
    border: 1px solid var(--jet);
}

.btn-project:hover{
    color: var(--bg-gradient-jet);
     background: var(--border-gradient-onyx);
}

.proj-img{
    position: relative;
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 15px;
}

@media (min-width: 1248px){
     .project-button{
    gap:5px;
  }

}


/* -----------------------------------------
   DISCLAIMER MODAL (with outside-click close)
------------------------------------------*/
.disclaimer{
margin: 3rem 0 -15px;
}

.disclaimer_model{
    background: var(--bg-gradient-jet);
    padding: 40px;
    max-width: 600px;
    width: 90%;
    border-radius: 20px;
    position: relative;
    cursor: pointer;
    border: 1px solid var(--jet);
    max-height: 95vh;
    overflow-y: auto;
    scrollbar-width: none;
}

/* Container on right side */
.right-search-box {
  width: 100%;
  background: var(--eerie-black-2);
  padding: 15px 18px;
  border-radius: 12px;
  border: 1px solid var(--jet);
  margin-top: 1rem;
  margin-bottom: 1rem;
}

/* Search heading */
.right-search-box .search-title {
  font-size: 1.1rem;
  color: var(--white-1);
  margin-bottom: 10px;
  font-weight: 600;
}

/* Search input (matching your form-input style) */
.right-search-box .search-input {
  width: 100%;
  padding: 10px 14px;
  background: var(--onyx);
  border: 1px solid var(--jet);
  border-radius: 10px;
  color: var(--white-2);
  font-size: 0.95rem;
  outline: none;
  transition: 0.3s ease;
}

.right-search-box .search-input::placeholder {
  color: var(--light-gray);
}

.right-search-box .search-input:focus {
  border-color: var(--orange-yellow-crayola);
  box-shadow: 0 0 6px rgba(255, 200, 0, 0.25);
}

/* ===== password box ========== */

/* Lock icon overlay (for protected posts) */
.protected-lock {
  position: absolute;
  top: 8px;
  right: 8px;
  background: rgba(255, 255, 255, 0.95);
  color: black;
  padding: 6px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  z-index: 10;
  transition: transform 0.15s ease, background 0.2s ease;
}

.protected-lock:hover {
  transform: scale(1.12);
  background: rgba(255, 255, 255, 1);
}

/* modal */
.pw-modal {
  display: none;
  position: fixed;
  inset: 0;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999
}

.pw-modal-content {
  background: var(--bg-gradient-jet);
  padding: 18px;
  border-radius: 10px;
  width: 320px;
  color: var(--text);
  box-shadow: 0 8px 30px rgba(2, 6, 23, 0.6)
}

.pw-modal-content h3 {
  margin: 0 0 10px
}

.pw-modal-content input {
  width: 100%;
  padding: 10px;
  border-radius: 6px;
  border: 1px solid var(--white-1);
  margin-bottom: 8px;
  background: var(--bg-gradient-jet);
  color: var(--text)
}

.pw-actions {
  display: flex;
  gap: 8px;
  justify-content: flex-end
}

/* .pw-actions button {
  padding: 8px 12px;
  border-radius: 6px;
  border: 0;
  background: var(--bg-gradient-jet);
  color: var(--text);
  cursor: pointer
} */

.error {
  color: var(--bittersweet-shimmer);
  display: none;
  margin: 6px 0 8px;
}


.project-style:hover{
    cursor: pointer;
}