.hero-about {
    background: url('./assets/images/banner.png') no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.abt-text {
    position: absolute;
    top: 42%;
    right: 28%;
    color: white;
}

.hero-logo {
    top: 2% !important;
    right: 6% !important;
}

@media (max-width: 1920px) {
    .hero-logo {
        top: -1% !important;
        right: 1% !important;
    }
}

@media (max-width: 1570px) {
    .hero-logo {
        top: -3% !important;
        right: 0% !important;
    }
}

@media (max-width: 1416px) {
    .hero-logo {
        top: -2% !important;
        right: -3% !important;
    }
}

@media (max-width: 1190px) {
    .hero-logo {
        top: 0% !important;
        right: -3% !important;
    }
}

@media (max-width: 1024px) {
    .hero-logo {
        top: -2% !important;
        right: -8% !important;
    }

}

@media (max-width: 890px) {
    .hero-logo {
        top: -4% !important;
        right: -10% !important;
    }
}

@media (max-width: 768px) {
    .hero-logo {
        top: -4% !important;
        right: -14% !important;
    }
}

@media (max-width: 668px) {
    .hero-logo {
        top: -4% !important;
        right: -20% !important;
    }
}

@media (max-width: 568px) {
    .hero-logo {
        top: -4% !important;
        right: -25% !important;
    }
}

@media (max-width: 500px) {
    .hero-logo {
        top: -6% !important;
        right: -29% !important;
    }
}

@media (max-width: 472px) {
    .hero-logo {
        top: -6% !important;
        right: -33% !important;
    }
}

@media (max-width: 415px) {
    .hero-logo {
        top: -6% !important;
        right: -39% !important;
    }
}

@media (max-width: 370px) {
    .hero-logo {
        top: -6% !important;
        right: -44% !important;
    }
}

@media (max-width: 345px) {
    .hero-logo {
        top: -6% !important;
        right: -50% !important;
    }
}

.abt-heading {
    font-size: 48px;
}

.abt-heading .highlight {
    font-size: 130px !important;
    color: white !important;
}

.hero-image-wrapper,
.hero-image {
    border-radius: 32px !important;
}

@media (max-width: 1600px) {
    .abt-heading .highlight {
        font-size: 104px !important;
    }

    .abt-text {
        top: 39% !important;
        right: 28% !important;
    }
}

@media (max-width: 1350px) {
    .abt-heading .highlight {
        font-size: 97px !important;
    }

    .abt-text {
        top: 34% !important;
        right: 28% !important;
    }
}

@media (max-width: 1064px) {
    .abt-heading .highlight {
        font-size: 82px !important;
    }

    .abt-text {
        top: 30% !important;
        right: 28% !important;
    }

    .abt-heading {
        font-size: 38px;
    }
}

@media (max-width: 900px) {
    .abt-heading .highlight {
        font-size: 55px !important;
    }

    .abt-text {
        top: 30% !important;
        right: 28% !important;
    }

    .abt-heading {
        font-size: 33px;
    }
}

@media (max-width: 768px) {
    .abt-heading .highlight {
        font-size: 40px !important;
    }

    .abt-text {
        top: 39% !important;
        right: 33% !important;
    }

    .abt-heading {
        font-size: 25px;
    }

    .hero-nav-list {
        font-size: 13px !important;
    }
}

@media (max-width: 568px) {
    .abt-heading .highlight {
        font-size: 29px !important;
    }

    .abt-heading {
        font-size: 17px;
    }
}

@media (max-width: 425px) {
    .abt-heading .highlight {
        font-size: 23px !important;
    }

    .abtsection2,
    .purpose-vision {
        padding: 30px 20px !important;
    }

    .abt-container h4 {
        font-size: 34px !important;
    }

    .abt-container p,
    .purpose-vision .card p {
        font-size: 13px !important;
    }

    .btn-explore {
        font-size: 10px;
    }

    .abt-text {
        top: 39% !important;
        right: 33% !important;
    }

    .abt-heading {
        font-size: 13px;
    }

    .hero-nav-list {
        font-size: 10px !important;
    }
}

/* abt-container */
.abtsection2 {
    padding: 100px 20px;
}

.abt-container h6 {
    font-size: 16px;
    font-weight: 600;
    color: #FF0004;
}

.abt-container h4 {
    font-size: 48px;
    font-weight: 600;
    color: #10111A;
}

.abt-container p {
    font-size: 18px;
    font-weight: 500;
    color: #97918B;
    margin-top: 15px;
}

.abt-container {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    flex-direction: row;
    gap: 80px;
    justify-content: center;
}

.btn-explore {
    background: #FF0004;
    /* Red */
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    padding: 14px 34px;
    border: none;
    cursor: pointer;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 83% 100%, 0% 100%);
    border-radius: 9px;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    margin-top: 40px;
}

.btn-explore:hover {
    background: #cc0000;
    transform: translateY(-2px);
    box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.25);
}

@media (max-width: 1024px) {
    .abt-container {
        flex-direction: column;
    }

    .context {
        width: 100% !important;
    }
}

.context {
    width: 29%;
}

.printer-section {
    display: flex;
    justify-content: center;
    align-items: center;
}

.printer-images {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 100%;
    overflow: hidden;
}

/* section3 */
.purpose-vision {
    display: flex;
    gap: 50px;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    padding: 90px 20px;
    background-color: #FAFCFD;
}

.purpose-vision .container {
    display: flex;
    flex-direction: row;
    gap: 50px;
}

.card {
    background: #fff;
    flex: 1 1 45%;
    border-radius: 34px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    padding: 48px;
    position: relative;
    border: 1px solid #E4E4E4;
    transition: transform 0.3s ease;
}

.card:hover {
    transform: translateY(-5px);
}

.card.green {
    border-left: 6px solid #2e7d32;
    /* green */
}

.card.blue {
    border-left: 6px solid #0d47a1;
    /* blue */
}

.card-header {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 15px;
}


.card-header h3 {
    font-size: 48px;
    font-weight: 500;
    color: #36265C;
    margin: 0;
}

.card p {
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    color: #97918B;
    margin: 0;
}

@media (max-width: 1024px) {
    .purpose-vision .container {
        flex-direction: column;
    }

    .card-header h3 {
        font-size: 38px !important;
    }

    .card {
        flex: 1 1 100%;
    }

    .values-section h2 {
        font-size: 33px !important;
    }

    .value-card {
        margin: 24px !important;
    }
}

@media (max-width: 768px) {
    .card-header h3 {
        font-size: 21px !important;
    }

    .card {
        padding: 20px;
    }

    .card p {
        font-size: 15px !important;
    }

    .values-section h2 {
        font-size: 27px !important;
    }

    .dot {
        width: 17px !important;
        height: 17px !important;
    }

    .values-container {
        padding: 20px !important;
    }
}

@media (max-width: 768px) {

    .value-card h3 {
        font-size: 14px !important;
    }
}

/* section4 */
.values-section {
    text-align: center;
    padding: 90px 20px;
    position: relative;
    margin: 0 auto;
}

.values-section h2 {
    font-size: 48px;
    font-weight: 700;
    color: #36265C;
    /* line-height: 60px; */
    margin-bottom: 15px;
}

.dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 40px;
}

.dot {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: inline-block;
}

.dot.grey {
    background: #818283;
}

.dot.purple {
    background: #6343AE;
}

.dot.red {
    background: #D82328;
}

.values-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
    flex-wrap: nowrap;
    position: relative;
}

.value-card {
    width: 1044px;
    aspect-ratio: 1 / 1;
    background: #fff;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 44px;
    position: relative;
    z-index: 2;
    box-shadow:
        0px 4px 12.3px rgba(0, 0, 0, 0.5),
        6px 6px 0px #714CC9;
    margin: -27px;
}

@media (max-width: 1530px) {
    .value-card {
        width: 1342px;
    }
}

@media (max-width: 1280px) {
    .value-card .icon img {
        height: 97%;
        width: 97%;
    }

    .value-card {
        padding: 15px 38px;
    }
}

@media (max-width: 1024px) {
    .value-card .icon img {
        height: 90%;
        width: 90%;
    }

    .values-section.container {
        /* max-width: 100% !important; */
    }

    .value-card {
        width: 68%;
    }

    .curve-down,
    .curve-up {
        display: none;
    }

    .values-container {
        padding: 40px 0;
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .value-card {
        width: 54%;
    }
}

@media (max-width: 550px) {
    .value-card {
        width: 66%;
    }

    .values-container {
        padding: 20px 0 !important;
    }
}

@media (max-width: 425px) {
    .value-card {
        width: 75%;
        padding: 15px 21px;
    }
}

@media (max-width: 374px) {
    .value-card {
        width: 88%;
        padding: 15px 21px;
    }
}

.value-card .icon {
    font-size: 26px;
    margin-bottom: 10px;
}

.value-card h3 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
    text-align: center;
}

.value-card p {
    font-size: 10px;
    color: #333333;
    line-height: 1.5;
    text-align: center;
}

/* Curve images */
.curve {
    width: 100%;
    z-index: 1;
}

.curve-down {
    margin-top: 213px;
    /* push curve lower to connect */
}

.curve-up {
    margin-bottom: 100px;
    /* push curve higher to connect */
}

/* Responsive */
@media (max-width: 1000px) {
    .values-container {
        flex-direction: column;
    }

    .curve {
        display: none;
        /* hide curves on mobile */
    }
}

@media (max-width: 425px) {
    .hero-section {
        padding: 10px !important;
    }
}


/* ======================================contact us page ======================================================= */
.contact-section {
    padding: 50px 20px;
    text-align: center;
}

.contact-title {
    font-size: 55px;
    font-weight: 700;
    margin-bottom: 5px;
}

.contact-subtitle {
    color: #717171;
    font-size: 25px;
    margin-bottom: 40px;
}

.contact-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0 auto;
    background: #fff;
    border-radius: 11px;
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    padding: 20px;
}

/* LEFT CARD */
.contact-info {
    text-align: left;
    flex: 1;
    background: #36265C;
    color: #fff;
    padding: 30px;
    position: relative;
    overflow: hidden;
    border-radius: 11px;
}

.contact-info h3 {
    font-size: 33px;
    margin-bottom: 10px;
}

.contact-info p {
    margin-bottom: 31px;
    font-size: 14px;
    color: #C9C9C9;
    font-weight: 400;
}

.info-list {
    list-style: none;
    padding: 0;
    margin: 0 0 60px;
}

.info-list li {
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 400;
    display: flex;
    align-items: flex-start;
    gap: 30px;
}

.info-list li img {
    width: 28px;
    height: 28px;
}

.social-icons a {
    margin-right: 10px;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
}

.social-icons {
    z-index: 99999;
    position: relative;
}

.bg-circles {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 180px;
    /* adjust size to match figma */
    height: 180px;
    overflow: visible;
}

.circle {
    border-radius: 50%;
    position: absolute;
}

.circle.purple {
    background: #FFFFFF80;
    left: -39px;
    bottom: 40px;
    width: 164px;
    height: 164px;
    z-index: 2;
}

.circle.red {
    background: #D82328;
    right: -120px;
    bottom: -153px;
    width: 320px;
    height: 320px;
}


/* FORM */
@media (max-width: 1200px) {
    .form-row {
        flex-direction: column !important;
    }

    .contact-info {
        flex: 2;
    }

    .contact-section {
        padding: 50px 0 !important;
    }
}

@media (max-width: 1024px) {
    .contact-container {
        flex-direction: column;
    }

    .contact-subtitle {
        font-size: 20px;
    }

    .contact-title {
        font-size: 41px;
    }
}

@media (max-width: 425px) {
    .contact-info h3 {
        font-size: 27px;
    }

    .info-list li {
        margin-bottom: 19px;
        font-size: 14px;
    }

    .btn-send {
        font-size: 14px;
    }

    .contact-title {
        font-size: 31px;
    }

    .contact-subtitle {
        font-size: 15px;
    }

    .contact-info h3 {
        font-size: 25px;
    }
}

.contact-form {
    flex: 2;
    padding: 30px;
}

.form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.form-group {
    flex: 1;
    text-align: left;
    margin-bottom: 10px;
}

.form-group label {
    display: flex;
    align-items: center;
    font-size: 14px;
    margin-bottom: 6px;
    font-weight: 500;
    gap: 10px;
    color: #313131;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 10px;
    border: none;
    border-bottom: 1.19px solid #8D8D8D;

    font-size: 14px;
    outline: none;
}

.form-group.subject {
    color: black;
    font-size: 16px;
    font-weight: 600;
}

.form-group.subject label {
    margin-bottom: 20px;
}

.form-group.message {
    color: #8D8D8D;
}

textarea {
    min-height: 80px;
    resize: none;
}

/* Hide native radio */
.radio-group input[type="radio"] {
    display: none;
}

/* Position span text and circle */
.radio-group label {
    position: relative;
    padding-left: 28px;
    /* space for custom circle */
    cursor: pointer;
}

/* Circle outline */
.radio-group span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #E0E0E0;
    transition: all 0.2s ease;
}

/* Checked state with tick */
.radio-group input[type="radio"]:checked+span::before {
    background: url("./assets/icons/tick.png") center center no-repeat;
    background-size: 12px 12px;
}



.radio-group {
    display: flex;
    align-items: center;
    gap: 50px;
    flex-wrap: wrap;
    font-size: 14px;
    font-weight: 400;
    color: black;
}

.radio-group input {
    width: 16px;
    height: 16px;
}

.btn-send {
    background: #D82328;
    color: #fff;
    padding: 12px 28px;
    border: none;
    border-radius: 5px;
    font-size: 19px;
    font-weight: 500;
    cursor: pointer;
    margin-top: 20px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
    transition: 0.3s;
}

.btn-send:hover {
    background: #c62828;
    transform: translateY(-2px);
}

.msg-btn {
    display: flex;
    justify-content: flex-end;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .contact-container {
        flex-direction: column;
    }

    .abtsection2,
    .purpose-vision {
        padding: 50px 20px;
    }

    .form-row {
        flex-direction: column;
    }
}

.letter_send {
    display: flex;
    justify-content: flex-end;
    padding-right: 50px;
}

.letter_send img {
    height: 112px;
}


.find-us-section {
    padding: 90px 20px;
}

.find-us-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}


/* MAP CARD */
.map-card {
    border-radius: 15px;
}

.find_us img {
    width: 888px;
    height: 825px;
}

@media (max-width: 1545px) {
    .find_us img {
        width: 799px;
        height: 736px;
    }
}

@media (max-width: 1300px) {
    .find_us img {
        width: 517px;
        height: 454px;
    }

    .map-card img {
        width: 80%;
    }
}

@media (max-width: 1024px) {
    .find_us img {
        width: 411px;
        height: 348px;
    }
}

@media (max-width: 1280px) {
    .find-us-section {
        padding: 60px 20px;
    }
}

@media (max-width: 768px) {
    .find_us img {
        width: 324px;
        height: 261px;
    }
}

@media (max-width: 580px) {
    .find-us-container {
        flex-direction: column;
    }

    .map-card img {
        width: 100%;
    }
}

.hero-image-wrapper img,
.hero-logo img {
    opacity: 1 !important;
}


/* =====================quote ====================== */
.quote-form-container {
    margin: auto;
    background: #fff;
    border-radius: 8px;
    padding: 90px 40px;
    box-shadow: 0px 4px 4px 0px #0000001A;
    padding: 50px 40px 90px 40px;
}

/* Header */
.quote .form-header {
    background-color: #FDFDFD;
    margin-bottom: 40px;
    box-shadow: 0px 3.84px 3.84px 0px #0000001A;
    padding: 50px;
    margin: 50px 40px;
}

.quote .form-grid h3 {
    font-weight: 700;
    margin-bottom: 25px;
    font-size: 30px;
    color: #313131;
}

.quote-form-container form {
    box-shadow: 0px 4px 4px 0px #0000001A;
    padding: 20px;
}

.quote .form-header h2 {
    font-size: 24px;
    font-weight: 900;
    color: #36265C;
    margin: 0;
    letter-spacing: 1px;
}

.quote .form-header p {
    margin: 5px 0 0;
    font-size: 20px;
    color: #323232;
}

/* Grid Layout */
.quote .form-grid {
    display: grid;
    padding: 30px 0;
    grid-template-columns: 1fr 1fr;
    gap: 30px 40px;
}

.quote .form-section {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.quote label,
.input-group.file label {
    font-size: 20px !important;
    font-weight: 500 !important;
    color: #313131 !important;
    margin-bottom: 4px !important;
    position: absolute !important;
    left: 12px !important;
    top: 0% !important;
    pointer-events: none !important;
    transition: all 0.2s ease !important;
    background: #fff !important;
    padding: 10px 4px !important;
    transform: translateY(-50%) !important;
}

.input-group {
    position: relative;
    margin-bottom: 20px;
    overflow: visible;
}

.quote input,
.quote select,
.quote textarea {
    padding: 24px 18px;
    font-size: 15px;
    border: 1.44px solid #EBEBEB;
    border-radius: 8px;
    /* smoother corners */
    width: 100%;
    background-color: #fff;
    outline: none;
    transition: all 0.2s ease;
}

.quote input:focus,
.quote select:focus,
.quote textarea:focus {
    border-color: #007bff;
    /* Figma-like primary color */
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.15);
}

.input-group input:focus+label,
.input-group input:not(:placeholder-shown)+label,

/* .input-group select:focus + label,
.input-group select:not(:placeholder-shown) + label, */

.input-group textarea:focus+label,
.input-group textarea:not(:placeholder-shown)+label {
    top: -8px;
    left: 10px;
    font-size: 12px;
    font-weight: 500;
    color: #007bff;
}

.horiz-line {
    border: none;
    height: 3px;
    background-color: #F4F4F4;
}

.quote input::placeholder,
.quote textarea::placeholder {
    color: #999999;
    font-size: 20px;
    font-weight: 400;
}

.quote textarea {
    resize: none;
    min-height: 120px;
}

/* Full Width Additional Info */
.full-width {
    grid-column: span 2;
}

/* Button */
.form-actions {
    text-align: center;
    margin: 25px 0 40px 0;
}

.form-actions button {
    background: #D82328;
    color: #F7FAFC;
    border: none;
    padding: 14px 36px;
    border-radius: 12px;
    font-size: 34px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.3s ease;
}

.form-actions button:hover {
    background: #b81d22;
}

@media (max-width: 1024px) {
    .quote-form-container {
        padding: 0 40px 20px 40px !important;
    }

    .quote .form-grid {
        grid-template-columns: 1fr;
    }

    .form-actions button {
        font-size: 27px;
    }
}

@media (max-width: 768px) {
    .quote .form-grid h3 {
        font-size: 21px;
        margin-bottom: 17px;
    }

    .form-actions button {
        font-size: 18px;
    }

    .quote label {
        font-size: 13px !important;
        padding: 2px 4px !important;
    }

    /* .quote input, .quote select, .quote textarea {
            font-size: 7px !important;
    } */
    .quote input::placeholder,
    .quote textarea::placeholder {
        font-size: 15px;
    }

    .quote-form-container {
        padding: 0 0 20px 0 !important;
    }

    .quote .form-header {
        padding: 30px;
        margin: 20px 20px;
    }

    .quote .form-header h2 {
        font-size: 16px;
    }

    .quote .form-header p {
        font-size: 14px;
    }

    .quote .form-grid {
        padding: 10px 0;
    }
}

/* ==================================portfolio================================== */

/* .load {
    padding: 50px;
}

.load h5 {
    text-align: center;
    margin-bottom: 50px;
}

.loader {
    width: 65px;
    aspect-ratio: 1;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.loader:before,
.loader:after {
    content: "";
    position: absolute;
    border-radius: 50px;
    box-shadow: 0 0 0 3px inset #36265C;
    animation: l4 2.5s infinite;
}

.loader:after {
    animation-delay: -1.25s;
}

@keyframes l4 {
    0% {
        inset: 0 35px 35px 0;
    }

    12.5% {
        inset: 0 35px 0 0;
    }

    25% {
        inset: 35px 35px 0 0;
    }

    37.5% {
        inset: 35px 0 0 0;
    }

    50% {
        inset: 35px 0 0 35px;
    }

    62.5% {
        inset: 0 0 0 35px;
    }

    75% {
        inset: 0 0 35px 35px;
    }

    87.5% {
        inset: 0 0 35px 0;
    }

    100% {
        inset: 0 35px 35px 0;
    }
} */

.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding-bottom: 20px;
}

/* .portfolio-grid:not(:first-child) {
  padding-top: 30px;
} */
.portfolio-grid,
.portfolio-filter {
    padding-inline: 20px;
}

.portfolio-grid div {
    box-shadow: 0px 0px 10px 0px #00000026;
    margin-bottom: 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.portfolio-grid div:hover {
    transform: scale(1.05);
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.3);
}

.portfolio-grid h3 {
    padding: 20px 20px;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    color: #000;
}

.portfolio-grid h6 {
    font-weight: 500;
    padding: 0 20px 20px 20px;
    font-size: 20px;
    line-height: 26px;
    color: #97918B;
}

.portfolio-grid button {
    font-weight: 700;
    font-size: 12px;
    float: right;
    margin: 0 20px 20px 20px;
    line-height: 29px;
    color: #50505C;
    border: 1px solid #50505C;
    padding: 10px;
    background-color: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
}

.portfolio-grid button:hover {
    transform: scale(1.05);
    background-color: #eee;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}


.portfolio-filter {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    padding-block: 60px 50px;
    justify-self: center;
    justify-items: center;
    gap: 20px;
}

/* .portfolio-filter > *:nth-child(even) {
  justify-self: end;
} */
.portfolio-filter h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 37px;
}

/* Popup background */
.popup {
    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;
}

/* Popup box */
.popup-content {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    width: 300px;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.3);
    animation: zoomIn 0.3s ease;
    position: relative;
}

/* Close button */
.close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    color: #333;
}

/* Zoom animation */
@keyframes zoomIn {
    from {
        transform: scale(0.8);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

@media (max-width:1280px) {
    .portfolio-filter h3 {
        font-size: 18px;
    }

    .portfolio-filter {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width:1024px) {
    .portfolio-filter h3 {
        font-size: 18px;
    }

    .portfolio-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width:768px) {
    .portfolio-grid h3 {
        font-size: 20px;
    }

    .portfolio-grid h6 {
        font-size: 16px;
    }

    .portfolio-grid {
        gap: 15px;
    }

    .portfolio-grid div {
        margin-bottom: 0;
    }

    .portfolio-filter {
        padding-block: 30px;
    }
}

@media (max-width:600px) {
    .portfolio-filter {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width:500px) {
    .portfolio-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}


@media (max-width:425px) {
    .portfolio-filter h3 {
        font-size: 15px;
    }

    .portfolio-grid,
    .portfolio-filter {
        padding-inline: 10px;
    }

    .portfolio-filter {
        gap: 10px;
        padding-block: 15px;
    }
}

@media (max-width:335px) {
    .portfolio-filter h3 {

        font-size: 14px;
    }
}