.elementor-1683 .elementor-element.elementor-element-c09036d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:30px;--padding-right:30px;}.elementor-1683 .elementor-element.elementor-element-c09036d:not(.elementor-motion-effects-element-type-background), .elementor-1683 .elementor-element.elementor-element-c09036d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://dronynatsii.space/wp-content/uploads/2026/05/ChatGPT-Image-19-трав.-2026-р.-09_03_44-1.png");background-size:contain;}@media(max-width:767px){.elementor-1683 .elementor-element.elementor-element-c09036d{--padding-top:0px;--padding-bottom:0px;--padding-left:15px;--padding-right:15px;}}/* Start custom CSS for html, class: .elementor-element-3fd962a */.projects-page{
    position:relative;
    padding:120px 30px;
    overflow:hidden;
}

.projects-glow{
    position:absolute;
    border-radius:50%;
    filter:blur(150px);
    opacity:.12;
}

.glow-left{
    width:500px;
    height:500px;
    background:#245cff;
    left:-150px;
    top:100px;
}

.glow-right{
    width:420px;
    height:420px;
    background:#ffc400;
    right:-120px;
    bottom:100px;
}

.projects-hero{
    text-align:center;
    max-width:1000px;
    margin:auto;
    margin-bottom:90px;
}

.btn-info{
    position: relative;
    z-index: 100;
}

.projects-mini{
    color:#4f93ff;
    font-size:18px;
    font-weight:700;
    letter-spacing:4px;
    margin-bottom:25px;
}

.projects-title{
    color:#fff;
    font-size:78px;
    line-height:.9;
    text-transform:uppercase;
    margin-bottom:30px;
}

.projects-divider{
    width:180px;
    height:4px;
    background:#ffc400;
    margin:auto;
    border-radius:30px;
    margin-bottom:35px;
}

.projects-text{
    color:#c2cad8;
    font-size:20px;
    line-height:1.8;
}

.featured-project{
    max-width:1600px;
    margin:auto;
    margin-bottom:120px;
    background: linear-gradient(to bottom, rgba(10, 18, 35, .95), rgba(4, 8, 16, .95));
}

.section-label{
    color:#ffc400;
    font-size:15px;
    font-weight:700;
    letter-spacing:4px;
    text-transform:uppercase;
       margin-bottom: 20px;
    margin-left: 30px;
    padding-top: 20px;
}

.projects-grid{
    display:grid;
    grid-template-columns:
    repeat(3,1fr);
    gap:30px;
}

.project-card{
    position:relative;
    padding:35px;
    border-radius:30px;
    text-decoration:none;

    background:
    linear-gradient(
        to bottom,
        rgba(10,18,35,.95),
        rgba(4,8,16,.95)
    );

    border:1px solid
    rgba(255,255,255,.05);

    transition:.4s ease;
}

.project-card:hover{
    transform:translateY(-8px);
    border-color:
    rgba(63,140,255,.3);

    box-shadow:
    0 0 40px
    rgba(63,140,255,.15);
}

.project-status{
    display:inline-flex;
    padding:8px 16px;
    border-radius:50px;
    background:
    rgba(76,175,80,.15);
    color:#7cff8a;
    font-size:12px;
    font-weight:700;
    margin-bottom:25px;
}

.project-card h3{
    color:#fff;
    font-size:28px;
    margin-bottom:15px;
}

.project-card p{
    color:#b9c3d2;
    line-height:1.7;
    margin-bottom:30px;
}

.project-progress{
    width:100%;
    height:10px;
    background:
    rgba(255,255,255,.06);
    border-radius:30px;
    overflow:hidden;
}

.project-fill{
    height:100%;
    border-radius:30px;

    background:
    linear-gradient(
        90deg,
        #245cff,
        #3ca4ff
    );
}

.project-percent{
    margin-top:15px;
    color:#4f93ff;
    font-weight:700;
}


.hud-donation-card{
width:100%;
margin:auto;
position:relative;
overflow:hidden;
padding:40px;
border:1px solid rgba(50,90,180,.18);
}

.hud-grid{
position:absolute;
inset:0;
background-size:40px 40px;
}

.hud-content{
display:grid;
grid-template-columns:1.2fr 1fr .7fr 260px;
gap:30px;
align-items:center;
position:relative;
z-index:3;
}

.hud-label{
color:#2576ff;
font-size:16px;
font-weight:700;
letter-spacing:2px;
margin-bottom:18px;
}

.hud-title{
color:#fff;
font-size:38px;
line-height:1.1;
margin-bottom:35px;
font-weight:500;
text-transform:uppercase;
}

.hud-goal-label{
color:#7f8ea9;
font-size:14px;
margin-bottom:8px;
letter-spacing:2px;
}

.hud-goal{
color:#fff;
font-size:58px;
font-weight:700;
}

.circle-wrap{
width:340px;
height:340px;
position:relative;
margin:auto;
}

.progress-ring{
width:340px;
height:340px;
transform:rotate(-90deg);
}

.ring-bg{
fill:none;
stroke:rgba(50,80,140,.25);
stroke-width:8;
}

.ring-progress{
fill:none;
stroke:url(#ringGradient);
stroke-width:10;
stroke-linecap:round;
filter:drop-shadow(0 0 12px #2f7dff);
}

.circle-content{
position:absolute;
inset:0;
display:flex;
flex-direction:column;
justify-content:center;
align-items:center;
}

.circle-small{
color:#c0c8d6;
font-size:15px;
letter-spacing:2px;
}

.circle-money{
color:#fff;
font-size:52px;
font-weight:700;
}

.circle-percent{
color:#fff;
font-size:44px;
font-weight:700;
}

.remain-label{
color:#6d7c96;
font-size:24px;
margin-bottom:12px;
    margin-left: 27px;
}

.remain-money{
color:#8fa9d6;
font-size:54px;
font-weight:700;
}

.qr-frame{
padding-left:35px;
}

.qr-frame img{
width:190px;
height:190px;
display:block;
}

.qr-text{
color:#d8dce3;
font-size:16px;
font-weight:700;
line-height:1.4;
text-align:center;
margin-top:15px;
}

.progress-section{
margin-top:35px;
}

.progress-bar{
height:20px;
border-radius:30px;
overflow:hidden;
background:#122241;
}

.progress-fill{
width:64%;
height:100%;
background:linear-gradient(90deg,#1d69ff 0%,#49a6ff 70%,#ffd000 100%);
}

.hud-buttons{
display:flex;
gap:20px;
margin-top:28px;
}

.btn-donate{
display:flex;
align-items:center;
justify-content:center;
gap:15px;
width:300px;
height:72px;
text-decoration:none;
background:linear-gradient(180deg,#ffd126,#f0b400);
color:#111;
font-size:22px;

border-radius:8px;
}

.btn-share{
width:240px;
height:72px;
background:#050a12;
border:1px solid rgba(50,100,255,.3);
color:#fff;
font-size:20px;

cursor:pointer;
}

@media(max-width:1200px){

.hud-content{
grid-template-columns:1fr;
text-align:center;
}

.hud-buttons{
justify-content:center;
flex-wrap:wrap;
}

}


.hud-donation-card{
    transition:none !important;
}

.hud-donation-card:hover{
    transform:none !important;
    box-shadow:inset 0 0 120px rgba(20,80,255,.08),0 0 80px rgba(0,0,0,.7) !important;
}

.btn-donate:hover,
.btn-share:hover{
    transform:none !important;
    box-shadow:none !important;
    filter:none !important;
}

.progress-fill:hover,
.qr-frame:hover{
    transform:none !important;
    box-shadow:none !important;
}


.btn-donate,
.btn-share{
    cursor:pointer;
    transition:all .25s ease !important;
}

/* Жовта кнопка */

.btn-donate:hover{
    transform:translateY(-3px) !important;
    box-shadow:0 8px 25px rgba(255,209,38,.35) !important;
    filter:brightness(1.05) !important;
}

/* Синя кнопка */

.btn-share:hover{
    transform:translateY(-3px) !important;
    border-color:#2576ff !important;
    box-shadow:0 8px 25px rgba(37,118,255,.25) !important;
    background:#08111f !important;
}

/* Натискання */

.btn-donate:active,
.btn-share:active{
    transform:translateY(0px) scale(.98) !important;
}


.btn-donate,
.btn-share{
    cursor:pointer;
    transition:all .25s ease;
}

.btn-donate:hover{
    transform:translateY(-3px);
    box-shadow:0 8px 25px rgba(255,209,38,.35);
    filter:brightness(1.05);
}

.btn-share:hover{
    transform:translateY(-3px);
    border-color:#2576ff;
    box-shadow:0 8px 25px rgba(37,118,255,.25);
    background:#08111f;
}

.btn-donate:active,
.btn-share:active{
    transform:scale(.98);
}

.btn-share,
.btn-donate{
    position:relative;
    z-index:999;
}



/* ========================= */
/* TABLET */
/* ========================= */

@media (max-width: 1024px){


.hud-donation-card{
    padding:30px;
}

.hud-content{
    grid-template-columns:1fr;
    gap:25px;
    text-align:center;
}

.circle-wrap{
    width:280px;
    height:280px;
}

.progress-ring{
    width:280px;
    height:280px;
}

.hud-title{
    font-size:34px;
}

.hud-goal{
    font-size:52px;
}

.circle-money{
    font-size:44px;
}

.circle-percent{
    font-size:40px;
}

.remain-label{
    margin-left:0;
    font-size:22px;
}

.remain-money{
    font-size:54px;
}

.qr-frame{
    padding-left:0;
    display:flex;
    justify-content:center;
}

.hud-buttons{
    justify-content:center;
    flex-wrap:wrap;
}


}

/* ========================= */
/* MOBILE */
/* ========================= */

@media (max-width: 767px){

.hud-donation-card{
    padding:20px;
}

.hud-content{
    grid-template-columns:1fr;
    gap:20px;
    text-align:center;
}

.hud-title{
    font-size:28px;
    line-height:1.15;
    margin-bottom:20px;
}

.hud-label{
    font-size:14px;
}

.hud-goal-label{
    font-size:13px;
}

.hud-goal{
    font-size:42px;
}

.circle-wrap{
    width:220px;
    height:220px;
}

.progress-ring{
    width:220px;
    height:220px;
}

.circle-money{
    font-size:34px;
}

.circle-percent{
    font-size:32px;
}

.circle-small{
    font-size:12px;
}

.remain-label{
    margin-left:0;
    font-size:18px;
}

.remain-money{
    font-size:42px;
}

.qr-frame{
    padding-left:0;
    display:flex;
    justify-content:center;
}

.qr-frame img{
    width:150px;
    height:150px;
}

.qr-text{
    font-size:14px;
}

.progress-bar{
    height:14px;
}

.hud-buttons{
    flex-direction:column;
    align-items:center;
    gap:15px;
}

.btn-donate,
.btn-share{
    width:100%;
    max-width:320px;
    height:60px;
    font-size:18px;
}


}


.btn-info{


    border:none;
    cursor:pointer!important;

  

    background:
    rgba(255,255,255,.06);

    color:#fff;

    letter-spacing:1px;

    transition:.3s;
}

.btn-info:hover{

    background:
    rgba(36,92,255,.18);

    box-shadow:
    0 0 25px rgba(36,92,255,.25);
}

/* POPUP */

.donation-modal{

    position:fixed;

    inset:0;

    z-index:999999;

    display:flex;

    align-items:center;
    justify-content:center;

    opacity:0;
    visibility:hidden;

    transition:.35s;
}

.donation-modal.active{

    opacity:1;
    visibility:visible;
}

.modal-overlay{

    position:absolute;

    inset:0;

    background:
    rgba(0,0,0,.88);

    backdrop-filter:blur(10px);
}

.modal-box{

    position:relative;

    z-index:2;

    width:min(1000px,90vw);

    max-height:85vh;

    overflow-y:auto;

    padding:60px;

    border-radius:30px;

    background:
    linear-gradient(
        to bottom,
        #09111f,
        #050911
    );

    border:1px solid
    rgba(255,255,255,.08);

    box-shadow:
    0 0 80px rgba(36,92,255,.15);
}

.modal-label{

    color:#4f93ff;

    font-size:14px;

    letter-spacing:4px;

    margin-bottom:20px;
}

.modal-box h2{

    color:#fff;

    font-size:54px;

    line-height:1;

    margin-bottom:30px;
}

.modal-box p{

    color:#c2cad8;

    font-size:18px;

    line-height:1.9;

    margin-bottom:25px;
}

.modal-box ul{

    color:#fff;

    margin-bottom:25px;

    padding-left:25px;
}

.modal-box li{

    margin-bottom:12px;
}

.modal-close{

    position:absolute;

    top:25px;
    right:25px;

    width:50px;
    height:50px;

    border:none;

    cursor:pointer;

    border-radius:50%;

    background:
    rgba(255,255,255,.08);

    color:#fff;

    font-size:24px;
}

@media(max-width:768px){

    .modal-box{

        width:95vw;

        padding:30px 24px;
    }

    .modal-box h2{

        font-size:34px;
    }

    .modal-box p{

        font-size:16px;
    }
}

/* ========================= */
/* MOBILE FIX */
/* ========================= */

@media (max-width: 768px){

.projects-page{
    padding:70px 15px;
}

.projects-hero{
    margin-bottom:50px;
}

.projects-mini{
    font-size:12px;
    letter-spacing:2px;
}

.projects-title{
    font-size:42px;
    line-height:0.95;
}

.projects-divider{
    width:100px;
    margin-bottom:20px;
}

.projects-text{
    font-size:16px;
    line-height:1.7;
}

.section-label{
    margin-left:0;
    text-align:center;
    font-size:12px;
    letter-spacing:2px;
}

.featured-project{
    border-radius:18px;
}

.hud-donation-card{
    padding:18px;
}

.hud-content{
    display:flex;
    flex-direction:column;
    gap:25px;
}

.hud-label{
    font-size:13px;
}

.hud-title{
    font-size:24px;
    line-height:1.2;
    margin-bottom:15px;
}

.hud-goal-label{
    font-size:12px;
}

.hud-goal{
    font-size:36px;
}

.circle-wrap{
    width:220px;
    height:220px;
}

.progress-ring{
    width:220px;
    height:220px;
}

.circle-small{
    font-size:11px;
}

.circle-money{
    font-size:28px;
}

.circle-percent{
    font-size:26px;
}

.remain-label{
    margin-left:0;
    font-size:16px;
}

.remain-money{
    font-size:32px;
}

.qr-frame{
    padding-left:0;
}

.qr-frame img{
    width:140px;
    height:140px;
    margin:auto;
}

.qr-text{
    font-size:13px;
}

.progress-bar{
    height:12px;
}

.hud-buttons{
    flex-direction:column;
    gap:12px;
}

.btn-donate,
.btn-share,
.btn-info{
    width:100%;
    height:58px;
    font-size:15px;
}

.projects-grid{
    grid-template-columns:1fr;
    gap:20px;
}

.project-card{
    padding:25px;
}

.project-card h3{
    font-size:22px;
}

.project-card p{
    font-size:15px;
}

.modal-box{
    width:94vw;
    max-height:85vh;
    padding:25px 20px;
    border-radius:20px;
}

.modal-box h2{
    font-size:28px;
    line-height:1.1;
}

.modal-box p,
.modal-box li{
    font-size:15px;
    line-height:1.7;
}

.modal-close{
    width:42px;
    height:42px;
    top:15px;
    right:15px;
}

}/* End custom CSS */