  
 
 .protfoliohero {
    position: relative;
    display: flex;
    align-items: flex-start;        /* LEFT align text */
    justify-content: center;
    flex-direction: column;
    padding: 120px;
    
    gap: 24px;
    border-bottom-right-radius: 120px;
    border-bottom-left-radius: 120px;
    background: var(--portfoliohero);
    overflow: hidden;
    margin-bottom: 5rem;
}
 
.edge-orbs {
    position: absolute;
    top: 3rem;
    right:10rem;
    width: 30rem;
    height:30rem;
    pointer-events: none;
    z-index: 0;
}

.orb {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20rem;
    height: 20rem;
    border-radius: 50%;
    filter: blur(20px);   /* 🔥 better glow */
    opacity: 0.6;
    transform-origin: center;
}


.o1 {
    background: radial-gradient(circle, #CE4949, transparent 70%);
    animation: coreSpin1 5s linear infinite;
}

.o2 {
    background: radial-gradient(circle, #00A8FF, transparent 70%);
    animation: coreSpin2 10s linear infinite reverse;
}

.o3 {
    background: radial-gradient(circle, #FFFFFF, transparent 70%);
    animation: coreSpin3 15s linear infinite;
}
@keyframes coreSpin1 {
    from {
        transform: translate(-50%, -50%) rotate(0deg) translateX(50px);
    }
    to {
        transform: translate(-50%, -50%) rotate(360deg) translateX(50px);
    }
}

@keyframes coreSpin2 {
    from {
        transform: translate(-50%, -50%) rotate(120deg) translateX(50px);
    }
    to {
        transform: translate(-50%, -50%) rotate(480deg) translateX(50px);
    }
}

@keyframes coreSpin3 {
    from {
        transform: translate(-50%, -50%) rotate(240deg) translateX(50px);
    }
    to {
        transform: translate(-50%, -50%) rotate(600deg) translateX(50px);
    }
}

.protfoliohero h1,
.protfoliohero p {
    position: relative;
    z-index: 2;
    max-width: 620px;
}

  .btnabt{
     display: flex;
gap: 10px;
border-radius: 12px;
padding-top: 14px;
padding-right: 28px;
padding-bottom: 14px;
padding-left: 28px;
background: #00A8FF;
border: none;
  }
  .btnabt a{
    font-family: Sora;
font-weight: 500;
font-style: Medium;
font-size: 16px;
leading-trim: NONE;
line-height: 19.2px;
letter-spacing: 1%;
text-decoration: none;
color:var(--text);
  }
 .video-container{
  width: 90%;
    height: 360px;
opacity: 1;
border-radius: 24px;
box-shadow: 0px 12px 28px 0px #00000073;
object-fit: cover;
 overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
 }

.video-container img{
   width: 100vh;
    height: fit-content;
opacity: 1;
border-radius: 24px;
box-shadow: 0px 12px 28px 0px #00000073;
  transition: all ease 1s;
}
 .video-container img:hover{
  
 transform:scale(.9);

 }
  .videoThumbport,.video-wrapperport{
    width: 100%;
    height: 360px;
opacity: 1;
border-radius: 24px;
box-shadow: 0px 12px 28px 0px #00000073;
object-fit: cover;
 overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  
  }
  
  .videoThumbport img{
 width: 100%;
 height: fit-content;
opacity: 1;
border-radius: 24px;
box-shadow: 0px 12px 28px 0px #00000073;
  transition: all ease 1s;
  }
  .videoThumbport img:hover{
     transform:scale(.9);

  }
  
 .project-container{
    width: 100%;
    display: flex;
    gap: 40px;
    padding: 50px 120px;
    overflow: visible;
 }
 .content-container{
    display: flex;
    flex-direction: column;
    gap: 30px;
 }
 .tag-button{
width: 136px;
 
  opacity: 1;
gap: 10px;
padding-top: 6px;
padding-right: 14px;
padding-bottom: 6px;
padding-left: 14px;
border-radius: 50px;
color: #00A8FF;
border: none;
background: #0000000F;
 }
 .view-project-btn { 
    position: relative;
    width: 200px;
    padding: 16px 32px;
    border-radius: 12px;
    font-family: Sora;
    font-weight: 500;
    font-size: 16px;
    line-height: 19.2px;
    letter-spacing: 1%;
    color: #00A8FF;
    border: 1px solid #00A8FF;
    background-color: transparent;
    cursor: pointer;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

    transition: background-color .7s ease, color .7s ease;
}

/* Arrow */
.view-project-btn .arrow {
    opacity: 0;
    transform: translateX(-6px);
    transition: opacity .3s ease, transform .3s ease;
    font-size: 18px;
}

/* Hover */
.view-project-btn:hover {
    background-color: #00A8FF;
    color: #FFFFFF;
    border-color: transparent;
     width: 240px;
}

/* Arrow appears */

.view-project-btn:hover .arrow {
    opacity: 1;
    transform: translateX(20px);
}

.content-container h1{
 font-family: 'Sora', sans-serif;
font-weight: 500;
font-style: Medium;
font-size: 32px;
line-height: 41.6px;
letter-spacing: 0%;
}
.content-container p{
      font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
font-weight: 400;
font-style: Regular;
font-size: 16px;
line-height: 24px;
letter-spacing: 0%;
} 
 #lineargradient {
   
    background:
        radial-gradient(
            circle at 200px 25%,
          #00A8FF,
            transparent 20%
        );
}

.read-more-btn{
    display: flex;
    width: 182px;
height: 52px;
opacity: 1;
top: 106px;
left: 20px;
gap: 10px;
border-radius: 12px;
padding-top: 16px;
padding-right: 32px;
padding-bottom: 16px;
padding-left: 32px;
box-shadow: 0px 0px 18px 0px #00A8FF70;
background: #00B7FF;
border: none;
font-family: Sora;
font-weight: 500;
font-style: Medium;
font-size: 16px;
leading-trim: NONE;
line-height: 19.2px;
letter-spacing: 1%;

}
.read-more-btn svg{
transition: all 1s ease;
}
.read-more-btn:hover svg{
    transform: rotate(-180deg);
}
 /* ===================== TABLET (≤1024px) ===================== */
@media (max-width: 1024px) {

    .project-container {
        padding: 30px 80px;
        /* flex-direction: column; */
        align-items: center;
        gap: 50px;
    }
 .reverse{
        display: flex;
        flex-direction: column-reverse;
    }
    .video-container {
        width: 100%;
        max-width: 720px;
    }

    .content-container {
        align-items: center;
        text-align: center;
    }

    .content-container h1 {
        font-size: 28px;
        line-height: 36px;
    }

    .backeffect {
        width: 300px;
        height: 300px;
        right: 10px;
        top: 10px;
    }
}

/* ===================== MOBILE (≤768px) ===================== */
@media (max-width: 768px) {
       
  #lineargradient {
   
    background:
        radial-gradient(
            circle at 200px 15%,
          #00A8FF,
            transparent 20%
        );
}
    .reverse{
        display: flex;
        flex-direction: column-reverse;
    }
    .protfoliohero{
        padding: 20px;
    }

    

    .project-container {
        padding: 30px;
        padding: 20px;
        gap: 40px;
       
    }
 
 .content-container{

          display: flex;
          align-items: start;
    }
    .video-container {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
    }

    .video-container img {
        width: 100%;
        height: auto;
        display: block;
       
    
}


    .content-container h1 {
        font-size: 24px;
        line-height: 32px;
        text-align: start;
    }

    .content-container p {
        font-size: 15px;
        line-height: 22px;
        text-align: start;
    }

    .view-project-btn {
        width: auto;
        padding: 14px 28px;
    }

    .backeffect {
        width: 220px;
        height: 220px;
    }
}

/* ===================== SMALL MOBILE (≤480px) ===================== */
@media (max-width: 480px) {
   #lineargradient {
   
    background:
        radial-gradient(
            circle at 200px 15%,
          #00A8FF,
            transparent 20%
        );

}
  .video-container img {
        width: 100%;
        height: 100%;
     
        display: block;
       object-fit: fill;
    
}

    .content-container{
         text-align: start;

    }
    .containerpadding{
        text-align: start;
    }
      .reverse{
        display: flex;
        flex-direction: column-reverse;
    }
   .protfoliohero{
        padding: 10px;
    }

    
    .project-container {
          
        padding: 16px;
        gap: 30px;
    }

    .tag-button {
        width: auto;
        padding: 6px 16px;
    }

    .content-container h1 {
        font-size: 20px;
        line-height: 28px;
    }

    .content-container p {
        font-size: 14px;
        line-height: 20px;
    }

    .backeffect {
        width: 160px;
        height: 160px;
        right: 0;
        top: 0;
    }
}
.portfolio-top-glow {
    position: relative;
    overflow: hidden;
    background: linear-gradient(
        180deg,
        #0b0e11 0%,
        #0b0e11 60%,
        transparent 100%
    );
}

/* BLUE GLOW */
.portfolio-top-glow::after {
    content: "";
    position: absolute;
    top: -220px;
    right: -220px;

    width: 900px;
    height: 900px;

    background: radial-gradient(
        circle,
        rgba(0, 168, 255, 0.45) 0%,
        rgba(0, 168, 255, 0.25) 30%,
        rgba(0, 168, 255, 0.12) 45%,
        rgba(0, 168, 255, 0.06) 55%,
        transparent 70%
    );

    filter: blur(50px);
    pointer-events: none;
    z-index: 0;
}

/* keep content above glow */
.portfolio-top-glow > * {
    position: relative;
    z-index: 1;
}
@media (max-width: 768px) {
    .portfolio-top-glow::after {
        width: 520px;
        height: 520px;
        filter: blur(50px);
        top: -160px;
        right: -160px;
    }
}
@media (max-width: 1024px) {
    .protfoliohero {
        padding: 120px 80px;
    }

    .edge-orbs {
        top: 60px;
        right: 120px;
        width: 100px;
        height: 100px;
    }

    .orb {
        width: 160px;
        height: 160px;
        filter: blur(30px);
    }

    @keyframes coreSpin1 {
        from { transform: translate(-50%, -50%) rotate(0deg) translateX(40px); }
        to   { transform: translate(-50%, -50%) rotate(360deg) translateX(40px); }
    }
    @keyframes coreSpin2 {
        from { transform: translate(-50%, -50%) rotate(120deg) translateX(40px); }
        to   { transform: translate(-50%, -50%) rotate(480deg) translateX(40px); }
    }
    @keyframes coreSpin3 {
        from { transform: translate(-50%, -50%) rotate(240deg) translateX(40px); }
        to   { transform: translate(-50%, -50%) rotate(600deg) translateX(40px); }
    }
}
@media (max-width: 768px) {
    .protfoliohero {
        display: flex;
        flex-direction: column;
        align-items: start;
        text-align: start;
        padding-top: 100px;
        padding-bottom: 150px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .edge-orbs {
        top:300px;
        right: 20%;
        transform: translateX(50%);
        width: 90px;
        height: 90px;
    }

    .orb {
        width: 140px;
        height: 140px;
        filter: blur(10px);
        opacity: 0.75;
    }

    @keyframes coreSpin1 {
        from { transform: translate(-50%, -50%) rotate(0deg) translateX(30px); }
        to   { transform: translate(-50%, -50%) rotate(360deg) translateX(30px); }
    }
    @keyframes coreSpin2 {
        from { transform: translate(-50%, -50%) rotate(120deg) translateX(30px); }
        to   { transform: translate(-50%, -50%) rotate(480deg) translateX(30px); }
    }
    @keyframes coreSpin3 {
        from { transform: translate(-50%, -50%) rotate(240deg) translateX(30px); }
        to   { transform: translate(-50%, -50%) rotate(600deg) translateX(30px); }
    }

    .protfoliohero h1,
    .protfoliohero p {
        max-width: 100%;
    }
}
