*{
margin:0;
padding:0;
box-sizing:border-box;
}

html{
scroll-behavior:smooth;
}

body{
font-family:'Poppins',sans-serif;
background:#fff;
color:#1f2937;
overflow-x:hidden;
line-height:1.6;
}

a{
text-decoration:none;
color:inherit;
}

ul{
list-style:none;
}

img{
display:block;
max-width:100%;
}

.container{
width:1200px;
max-width:90%;
margin:auto;
}

section{
padding:100px 0;
}

/*==============================
BACKGROUND
==============================*/

.background{
position:fixed;
left:0;
top:0;
width:100%;
height:100%;
overflow:hidden;
z-index:-1;
background:#fff;
}

.blob{
position:absolute;
border-radius:50%;
filter:blur(70px);
opacity:.18;
animation:floatBlob 18s ease-in-out infinite;
}

.blob1{
width:420px;
height:420px;
background:#4f8cff;
top:-120px;
left:-120px;
}

.blob2{
width:350px;
height:350px;
background:#74d7ff;
right:-100px;
top:220px;
animation-delay:5s;
}

.blob3{
width:420px;
height:420px;
background:#7ee8a8;
bottom:-180px;
left:35%;
animation-delay:9s;
}

@keyframes floatBlob{
0%{transform:translate(0,0) scale(1);}
25%{transform:translate(50px,-40px) scale(1.08);}
50%{transform:translate(-30px,40px) scale(.95);}
75%{transform:translate(40px,20px) scale(1.05);}
100%{transform:translate(0,0) scale(1);}
}

/*==============================
SECTION TITLES
==============================*/

.section-title{
text-align:center;
margin-bottom:70px;
}

.section-title h2{
font-size:42px;
font-weight:700;
margin-bottom:15px;
color:#1f2937;
}

.section-title p{
font-size:18px;
color:#6b7280;
max-width:650px;
margin:auto;
}

.tagline{
display:inline-block;
padding:10px 22px;
background:#eef4ff;
color:#2f6bff;
font-size:14px;
font-weight:600;
border-radius:40px;
margin-bottom:25px;
}

/*==============================
SUPPORT HERO
==============================*/

.support-hero{
padding:180px 0 110px;
text-align:center;
}

.support-hero h1{
font-size:60px;
font-weight:800;
line-height:1.15;
margin-bottom:25px;
color:#1f2937;
}

.support-hero p{
font-size:19px;
color:#6b7280;
max-width:760px;
margin:auto;
}

/*==============================
SUPPORT OPTIONS
==============================*/

.support-options{
background:#f7f9fc;
}

.support-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:30px;
}

.support-card{
background:#fff;
border-radius:22px;
padding:40px 30px;
text-align:center;
border:1px solid #edf0f6;
box-shadow:0 15px 40px rgba(0,0,0,.05);
transition:.35s;
}

.support-card:hover{
transform:translateY(-8px);
box-shadow:0 25px 60px rgba(0,0,0,.12);
}

.support-card .icon{
width:85px;
height:85px;
margin:0 auto 25px;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-size:38px;
background:linear-gradient(135deg,#2f6bff,#5f8fff);
color:#fff;
transition:.35s;
}

.support-card:hover .icon{
transform:rotate(-8deg) scale(1.08);
}

.support-card h3{
font-size:24px;
font-weight:700;
margin-bottom:15px;
color:#1f2937;
}

.support-card p{
font-size:15px;
line-height:1.8;
color:#6b7280;
}

/*==============================
SUPPORT FORM
==============================*/

.support-form{
background:#ffffff;
}

.form-card{
background:#fff;
border-radius:24px;
padding:45px;
border:1px solid #edf0f6;
box-shadow:0 20px 55px rgba(0,0,0,.08);
transition:.35s;
}

.form-card:hover{
box-shadow:0 30px 70px rgba(0,0,0,.12);
}
/*==============================
SUPPORT FORM
==============================*/

form{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:25px;
}

.form-group{
display:flex;
flex-direction:column;
min-width:0;
}

.form-group label{
display:block;
font-size:15px;
font-weight:600;
margin-bottom:8px;
color:#1f2937;
}

form input,
form select,
form textarea{
width:100%;
padding:16px 18px;
font-size:15px;
font-family:'Poppins',sans-serif;
border:2px solid #e5e7eb;
border-radius:12px;
background:#fff;
outline:none;
transition:.3s;
}

form input:focus,
form select:focus,
form textarea:focus{
border-color:#2f6bff;
box-shadow:0 0 0 4px rgba(47,107,255,.12);
}

form textarea{
min-height:180px;
resize:vertical;
}

 .form-group:has(#message),
.form-submit{
grid-column:1 / -1;
}

.logged-in-user{
justify-content:center;
padding:16px 18px;
background:#f7f9fc;
border:1px solid #e5e7eb;
border-radius:12px;
}

.logged-in-user strong{
font-size:15px;
font-weight:600;
margin-bottom:4px;
color:#1f2937;
}

.logged-in-user p{
margin:0;
font-size:14px;
color:#6b7280;
line-height:1.5;
}

.submit{
margin-top:10px;
padding:18px;
border:none;
border-radius:12px;
background:#22c55e;
color:#fff;
font-size:17px;
font-weight:600;
font-family:'Poppins',sans-serif;
cursor:pointer;
transition:.3s;
box-shadow:0 15px 35px rgba(34,197,94,.25);
}

.submit:hover{
background:#16a34a;
transform:translateY(-3px);
box-shadow:0 20px 45px rgba(34,197,94,.35);
}
/*==============================
FAQ
==============================*/
.faq-list{
max-width:900px;
margin:40px auto 0;
display:flex;
flex-direction:column;
gap:18px;
}

.faq-item{
background:#fff;
border-radius:18px;
overflow:hidden;
box-shadow:0 10px 30px rgba(0,0,0,.08);
border:1px solid rgba(0,0,0,.06);
transition:.3s;
}

.faq-item:hover{
transform:translateY(-3px);
box-shadow:0 16px 40px rgba(0,0,0,.12);
}

.faq-question{
width:100%;
padding:22px 26px;
background:#fff;
border:none;
display:flex;
justify-content:space-between;
align-items:center;
cursor:pointer;
font-size:18px;
font-weight:600;
font-family:'Poppins',sans-serif;
text-align:left;
transition:.3s;
}

.faq-question:hover{
background:#f8fbff;
}

.faq-question span:first-child{
flex:1;
padding-right:20px;
}

.faq-icon{
font-size:28px;
font-weight:700;
color:#2f6bff;
transition:.3s;
}

.faq-item.active .faq-icon{
transform:rotate(45deg);
}

.faq-answer{
max-height:0;
overflow:hidden;
transition:max-height .35s ease;
background:#fafafa;
}

.faq-answer p{
margin:0;
padding:0 26px 24px;
line-height:1.8;
font-size:15px;
color:#555;
}

.faq-item.active .faq-answer{
max-height:500px;
}
 
/*==============================
SECTION DIVIDER
==============================*/

.section-title::after{
content:"";
display:block;
width:80px;
height:4px;
margin:20px auto 0;
border-radius:50px;
background:linear-gradient(90deg,#2f6bff,#22c55e);
}

/*==============================
ANIMATIONS
==============================*/

.support-card,
.faq-item,
.form-card{
animation:fadeUp .8s ease both;
}

.support-card:nth-child(2),
.faq-item:nth-child(2){
animation-delay:.15s;
}

.support-card:nth-child(3),
.faq-item:nth-child(3){
animation-delay:.3s;
}

.support-card:nth-child(4),
.faq-item:nth-child(4){
animation-delay:.45s;
}

@keyframes fadeUp{
from{
opacity:0;
transform:translateY(40px);
}
to{
opacity:1;
transform:translateY(0);
}
}

/*==============================
SCROLLBAR
==============================*/

::-webkit-scrollbar{
width:10px;
}

::-webkit-scrollbar-track{
background:#eef2f7;
}

::-webkit-scrollbar-thumb{
background:#2f6bff;
border-radius:20px;
}

::-webkit-scrollbar-thumb:hover{
background:#1d4ed8;
}

/*==============================
TEXT SELECTION
==============================*/

::selection{
background:#2f6bff;
color:#fff;
}







/*==============================
1200px
==============================*/

@media(max-width:1200px){

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

.footer-grid{
grid-template-columns:1fr;
text-align:center;
}

}

/*==============================
992px
==============================*/

@media(max-width:992px){

.container{
width:95%;
}

.support-hero{
padding:150px 0 90px;
}

.support-hero h1{
font-size:46px;
}

.section-title h2{
font-size:36px;
}

.support-grid{
grid-template-columns:1fr;
}

form{
grid-template-columns:1fr;
gap:20px;
}

form>*{
grid-column:1;
}

.form-card{
padding:35px;
}

form input,
form select,
form textarea{
padding:16px;
font-size:16px;
}

.submit{
width:100%;
min-height:56px;
font-size:17px;
white-space:nowrap;
}
}

/*==============================
768px
==============================*/

@media(max-width:768px){

section{
padding:80px 0;
}

.support-hero h1{
font-size:36px;
}

.support-hero p{
font-size:17px;
}

.section-title{
margin-bottom:50px;
}

.section-title h2{
font-size:30px;
}

.form-card{
padding:30px;
}

.footer-grid{
gap:40px;
}

}

/*==============================
480px
==============================*/

@media(max-width:480px){

section{
padding:60px 0;
}

.support-hero{
padding:140px 0 70px;
}

.support-hero h1{
font-size:30px;
}

.support-hero p{
font-size:16px;
}

.support-card{
padding:30px 20px;
}

.support-card .icon{
width:70px;
height:70px;
font-size:30px;
}

.support-card h3{
font-size:20px;
}

.faq-card{
padding:25px;
}

.faq-card h3{
font-size:20px;
}

.form-card{
padding:20px;
}

footer{
padding:60px 0 25px;
}

footer h2{
font-size:28px;
}

footer h4{
font-size:18px;
}

form{
grid-template-columns:1fr;
gap:18px;
}

form>*{
grid-column:1;
}

.form-card{
padding:20px 18px;
}

form input,
form select,
form textarea{
padding:16px;
font-size:16px;
}

.submit{
width:100%;
min-height:58px;
padding:16px 20px;
font-size:17px;
white-space:nowrap;
}

}