.reseller-hero{
padding:90px 0;
background:#fff;
overflow:hidden;
}
.reseller-badge{
display:inline-flex;
align-items:center;
gap:8px;
background:#eff6ff;
color:#2563eb;
padding:10px 18px;
border-radius:50px;
font-size:14px;
font-weight:700;
}
.reseller-badge i{
font-size:16px;
}
.reseller-hero h1{
font-size:52px;
line-height:1.15;
font-weight:800;
color:#111827;
margin:22px 0 18px;
}
.reseller-hero h1 span{
color:#2563eb;
}
.reseller-hero p{
font-size:17px;
line-height:1.8;
color:#6b7280;
max-width:540px;
margin-bottom:30px;
}
.reseller-buttons{
display:flex;
gap:15px;
flex-wrap:wrap;
}
.reseller-primary-btn,
.reseller-secondary-btn{
padding:14px 28px;
border-radius:12px;
font-weight:700;
text-decoration:none;
display:inline-flex;
align-items:center;
gap:10px;
transition:.3s;
}
.reseller-primary-btn{
background:#2563eb;
color:#fff;
box-shadow:0 15px 35px rgba(37,99,235,.25);
}
.reseller-primary-btn:hover{
transform:translateY(-3px);
background:#1d4ed8;
color:#fff;
}
.reseller-secondary-btn{
border:2px solid #2563eb;
color:#2563eb;
}
.reseller-secondary-btn:hover{
background:#2563eb;
color:#fff;
}
.reseller-features{
display:flex;
gap:18px;
flex-wrap:wrap;
margin-top:35px;
}
.reseller-feature{
display:flex;
align-items:center;
gap:8px;
font-size:14px;
font-weight:600;
color:#374151;
}
.reseller-feature i{
width:22px;
height:22px;
display:flex;
align-items:center;
justify-content:center;
background:#dcfce7;
color:#16a34a;
border-radius:50%;
font-size:12px;
}
.reseller-image-box{
position:relative;
text-align:center;
}
.reseller-image-box img{
width:100%;
max-width:520px;
animation:resellerFloat 5s ease-in-out infinite;
}
.floating-card{
position:absolute;
background:rgba(255,255,255,.85);
backdrop-filter:blur(12px);
border:1px solid #e5e7eb;
box-shadow:0 20px 40px rgba(0,0,0,.08);
border-radius:18px;
padding:15px 20px;
display:flex;
align-items:center;
gap:12px;
}
.floating-card i{
width:45px;
height:45px;
display:flex;
align-items:center;
justify-content:center;
background:#eff6ff;
color:#2563eb;
border-radius:12px;
font-size:20px;
}
.floating-card strong{
display:block;
font-size:16px;
color:#111827;
}
.floating-card span{
display:block;
font-size:13px;
color:#6b7280;
}
.card-one{
top:18%;
left:-20px;
}
.card-two{
bottom:18%;
right:-10px;
}
@keyframes resellerFloat{
0%,100%{
transform:translateY(0);
}
50%{
transform:translateY(-15px);
}
}
@media(max-width:991px){
.reseller-hero{
padding:60px 0;
}
.reseller-hero h1{
font-size:38px;
}
.reseller-hero p{
font-size:16px;
}
.reseller-image-box{
margin-top:50px;
}
.card-one{
left:0;
}
.card-two{
right:0;
}
}
@media(max-width:576px){
.reseller-hero h1{
font-size:32px;
}
.reseller-buttons a{
width:100%;
justify-content:center;
}
.reseller-features{
flex-direction:column;
}
.floating-card{
padding:12px;
}
.floating-card i{
width:38px;
height:38px;
font-size:16px;
}
}

.reseller-features-section{
padding:80px 0;
background:#f8fbff;
}
.reseller-section-title{
text-align:center;
max-width:700px;
margin:0 auto 50px;
}
.reseller-section-title span{
display:inline-block;
background:#eff6ff;
color:#2563eb;
padding:8px 18px;
border-radius:50px;
font-size:14px;
font-weight:700;
}
.reseller-section-title h2{
font-size:38px;
font-weight:800;
color:#111827;
margin:18px 0 12px;
}
.reseller-section-title p{
color:#6b7280;
font-size:16px;
line-height:1.7;
}
.reseller-feature-card{
height:100%;
background:#fff;
border:1px solid #e5e7eb;
border-radius:22px;
padding:32px 25px;
transition:.35s;
position:relative;
overflow:hidden;
}
.reseller-feature-card:before{
content:"";
position:absolute;
width:120px;
height:120px;
background:#eff6ff;
border-radius:50%;
top:-50px;
right:-50px;
transition:.35s;
}
.reseller-feature-card:hover{
transform:translateY(-8px);
box-shadow:0 20px 45px rgba(37,99,235,.12);
border-color:#2563eb;
}
.reseller-feature-card:hover:before{
transform:scale(1.3);
}
.reseller-feature-card i{
position:relative;
width:55px;
height:55px;
display:flex;
align-items:center;
justify-content:center;
background:#2563eb;
color:#fff;
border-radius:16px;
font-size:22px;
margin-bottom:22px;
}
.reseller-feature-card h3{
font-size:20px;
font-weight:750;
color:#111827;
margin-bottom:12px;
}
.reseller-feature-card p{
font-size:15px;
line-height:1.7;
color:#6b7280;
margin:0;
}
@media(max-width:991px){
.reseller-features-section{
padding:60px 0;
}
.reseller-section-title h2{
font-size:32px;
}
}
@media(max-width:576px){
.reseller-section-title h2{
font-size:27px;
}
.reseller-feature-card{
padding:25px 20px;
}
}

.reseller-plans{
padding:90px 0;
background:#fff;
}
.billing-switch{
display:flex;
justify-content:center;
gap:10px;
margin-bottom:50px;
background:#f1f5f9;
padding:8px;
border-radius:50px;
width:max-content;
margin-left:auto;
margin-right:auto;
}
.billing-btn{
border:0;
background:transparent;
padding:12px 28px;
border-radius:50px;
font-size:15px;
font-weight:700;
color:#64748b;
cursor:pointer;
transition:.3s;
}
.billing-btn.active{
background:#2563eb;
color:#fff;
box-shadow:0 10px 25px rgba(37,99,235,.25);
}
.billing-btn small{
background:#dcfce7;
color:#16a34a;
padding:4px 8px;
border-radius:20px;
margin-left:5px;
font-size:11px;
}
.reseller-plan-card{
height:100%;
background:#fff;
border:1px solid #e5e7eb;
border-radius:24px;
padding:30px 25px;
position:relative;
transition:.35s;
overflow:hidden;
}
.reseller-plan-card:hover{
transform:translateY(-10px);
box-shadow:0 25px 50px rgba(0,0,0,.08);
border-color:#2563eb;
}
.reseller-plan-card.popular{
border:2px solid #2563eb;
box-shadow:0 20px 45px rgba(37,99,235,.15);
}
.popular-tag{
position:absolute;
top:18px;
right:-35px;
background:#2563eb;
color:#fff;
font-size:12px;
font-weight:700;
padding:7px 45px;
transform:rotate(45deg);
}
.reseller-plan-card h3{
font-size:22px;
font-weight:800;
color:#111827;
margin-bottom:20px;
}
.price{
display:flex;
align-items:end;
gap:4px;
margin-bottom:20px;
}
.price span{
font-size:40px;
font-weight:800;
color:#2563eb;
}
.price small{
font-size:14px;
color:#64748b;
margin-bottom:8px;
}
.yearly-price,.yearly-text{
display:none;
}
.free-domain{
display:flex;
align-items:center;
gap:8px;
background:#eff6ff;
color:#2563eb;
padding:10px 14px;
border-radius:12px;
font-size:13px;
font-weight:700;
margin-bottom:25px;
}
.reseller-plan-card ul{
padding:0;
margin:0 0 25px;
list-style:none;
}
.reseller-plan-card ul li{
display:flex;
align-items:center;
gap:10px;
font-size:14px;
color:#4b5563;
margin-bottom:14px;
}
.reseller-plan-card ul li i{
color:#16a34a;
font-size:13px;
}
.plan-btn{
display:flex;
justify-content:center;
align-items:center;
background:#2563eb;
color:#fff;
padding:14px;
border-radius:12px;
font-weight:700;
text-decoration:none;
transition:.3s;
}
.plan-btn:hover{
background:#1d4ed8;
color:#fff;
}
@media(max-width:991px){
.reseller-plans{
padding:70px 0;
}
}
@media(max-width:576px){
.billing-switch{
width:100%;
}
.billing-btn{
flex:1;
padding:12px 10px;
}
.reseller-plan-card{
padding:25px 20px;
}
.price span{
font-size:34px;
}
}

.reseller-process{
padding:90px 0;
background:#f8fbff;
}
.process-wrapper{
display:flex;
align-items:center;
justify-content:center;
gap:20px;
}
.process-box{
background:#fff;
border:1px solid #e5e7eb;
border-radius:24px;
padding:30px 20px;
text-align:center;
width:250px;
position:relative;
transition:.35s;
}
.process-box:hover{
transform:translateY(-10px);
box-shadow:0 20px 45px rgba(37,99,235,.12);
border-color:#2563eb;
}
.process-icon{
width:65px;
height:65px;
display:flex;
align-items:center;
justify-content:center;
margin:0 auto 20px;
background:#eff6ff;
color:#2563eb;
border-radius:20px;
font-size:26px;
transition:.3s;
}
.process-box:hover .process-icon{
background:#2563eb;
color:#fff;
}
.process-box h3{
font-size:20px;
font-weight:800;
color:#111827;
margin-bottom:12px;
}
.process-box p{
font-size:14px;
line-height:1.7;
color:#6b7280;
margin:0;
}
.process-box span{
position:absolute;
top:15px;
right:20px;
font-size:45px;
font-weight:900;
color:#f1f5f9;
}
.process-line{
color:#2563eb;
font-size:22px;
animation:arrowMove 1.5s infinite;
}
@keyframes arrowMove{
0%,100%{
transform:translateX(0);
}
50%{
transform:translateX(8px);
}
}
@media(max-width:1200px){
.process-wrapper{
flex-wrap:wrap;
}
.process-line{
display:none;
}
.process-box{
width:280px;
}
}
@media(max-width:576px){
.reseller-process{
padding:70px 0;
}
.process-wrapper{
flex-direction:column;
}
.process-box{
width:100%;
}
}

.reseller-faq{
padding:90px 0;
background:#fff;
}
.faq-wrapper{
max-width:850px;
margin:auto;
}
.faq-item{
background:#fff;
border:1px solid #e5e7eb;
border-radius:18px;
margin-bottom:15px;
overflow:hidden;
transition:.3s;
}
.faq-item:hover{
border-color:#2563eb;
}
.faq-question{
width:100%;
border:0;
background:none;
padding:22px 25px;
display:flex;
align-items:center;
gap:15px;
font-size:16px;
font-weight:700;
color:#111827;
cursor:pointer;
text-align:left;
}
.faq-question>i{
width:40px;
height:40px;
display:flex;
align-items:center;
justify-content:center;
background:#eff6ff;
color:#2563eb;
border-radius:12px;
}
.faq-question span{
margin-left:auto;
width:32px;
height:32px;
display:flex;
align-items:center;
justify-content:center;
background:#f1f5f9;
border-radius:50%;
color:#2563eb;
transition:.3s;
}
.faq-item.active .faq-question span{
transform:rotate(45deg);
background:#2563eb;
color:#fff;
}
.faq-answer{
max-height:0;
overflow:hidden;
transition:max-height .35s ease;
}
.faq-answer p{
padding:0 25px 22px 80px;
margin:0;
font-size:15px;
line-height:1.7;
color:#6b7280;
}
.faq-item.active{
box-shadow:0 15px 35px rgba(37,99,235,.08);
}
@media(max-width:576px){
.reseller-faq{
padding:70px 0;
}
.faq-question{
padding:18px;
font-size:15px;
}
.faq-question>i{
width:35px;
height:35px;
}
.faq-answer p{
padding:0 18px 20px 18px;
}
}

.reseller-cta{
padding:90px 0;
background:#fff;
}
.cta-box{
position:relative;
overflow:hidden;
background:linear-gradient(135deg,#2563eb,#1d4ed8);
border-radius:30px;
padding:60px;
display:flex;
align-items:center;
justify-content:space-between;
gap:40px;
}
.cta-box:before{
content:"";
position:absolute;
width:300px;
height:300px;
background:rgba(255,255,255,.08);
border-radius:50%;
top:-120px;
right:-100px;
}
.cta-content{
position:relative;
z-index:2;
max-width:650px;
}
.cta-content span{
display:inline-flex;
align-items:center;
gap:8px;
background:rgba(255,255,255,.15);
color:#fff;
padding:10px 18px;
border-radius:50px;
font-size:14px;
font-weight:700;
}
.cta-content h2{
color:#fff;
font-size:42px;
font-weight:800;
line-height:1.2;
margin:20px 0 15px;
}
.cta-content p{
color:rgba(255,255,255,.85);
font-size:16px;
line-height:1.7;
margin-bottom:30px;
}
.cta-buttons{
display:flex;
gap:15px;
flex-wrap:wrap;
}
.cta-primary,
.cta-secondary{
padding:14px 28px;
border-radius:12px;
font-weight:700;
text-decoration:none;
display:flex;
align-items:center;
gap:10px;
transition:.3s;
}
.cta-primary{
background:#fff;
color:#2563eb;
}
.cta-primary:hover{
transform:translateY(-3px);
color:#1d4ed8;
}
.cta-secondary{
border:2px solid rgba(255,255,255,.5);
color:#fff;
}
.cta-secondary:hover{
background:#fff;
color:#2563eb;
}
.cta-image{
position:relative;
width:170px;
height:170px;
display:flex;
align-items:center;
justify-content:center;
background:rgba(255,255,255,.15);
backdrop-filter:blur(10px);
border-radius:50%;
font-size:70px;
color:#fff;
animation:ctaFloat 4s ease-in-out infinite;
}
.cta-floating{
position:absolute;
bottom:-20px;
right:-70px;
background:#fff;
color:#111827;
padding:12px 18px;
border-radius:14px;
font-size:13px;
font-weight:700;
display:flex;
align-items:center;
gap:8px;
box-shadow:0 15px 30px rgba(0,0,0,.15);
}
.cta-floating i{
color:#2563eb;
}
@keyframes ctaFloat{
0%,100%{
transform:translateY(0);
}
50%{
transform:translateY(-12px);
}
}
@media(max-width:991px){
.cta-box{
padding:45px 30px;
flex-direction:column;
text-align:center;
}
.cta-buttons{
justify-content:center;
}
.cta-image{
margin-top:20px;
}
}
@media(max-width:576px){
.reseller-cta{
padding:70px 0;
}
.cta-box{
border-radius:22px;
}
.cta-content h2{
font-size:30px;
}
.cta-floating{
right:-40px;
}
.cta-primary,
.cta-secondary{
width:100%;
justify-content:center;
}
}