/*======================================================
Teen Patti King VIP
Premium Gaming Theme
Author : Harsha
Version : 1.0
======================================================*/

/*==============================
GOOGLE FONT
==============================*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

/*==============================
RESET
==============================*/

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

html{
scroll-behavior:smooth;
}

body{

font-family:'Poppins',sans-serif;
background:#081223;
color:#edf4ff;
line-height:1.8;
overflow-x:hidden;

}

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

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

::-webkit-scrollbar-track{
background:#09192f;
}

::-webkit-scrollbar-thumb{

background:linear-gradient(180deg,#ffb300,#ff6f00);

border-radius:30px;

}

::-webkit-scrollbar-thumb:hover{

background:#ffd54f;

}

/*==============================
ROOT COLORS
==============================*/

:root{

--primary:#0f6bff;

--secondary:#ff9800;

--gold:#ffd54f;

--yellow:#ffeb3b;

--orange:#ff6f00;

--dark:#07111f;

--dark2:#10203c;

--white:#ffffff;

--text:#dfe8ff;

--shadow:0 15px 40px rgba(0,0,0,.35);

--radius:18px;

--transition:.35s ease;

}

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

::selection{

background:#ffb300;

color:#fff;

}

/*==============================
LINKS
==============================*/

a{

text-decoration:none;

transition:.3s;

}

/*==============================
LIST
==============================*/

ul{

list-style:none;

}

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

section{

padding:90px 0;

position:relative;

}

/*==============================
HEADINGS
==============================*/

h1{

font-size:3.4rem;

line-height:1.2;

font-weight:800;

margin-bottom:20px;

color:#fff;

}

h2{

font-size:2.3rem;

font-weight:700;

margin-bottom:18px;

color:#fff;

}

h3{

font-size:1.25rem;

font-weight:600;

margin-bottom:10px;

}

p{

color:#d7e4ff;

margin-bottom:18px;

font-size:16px;

}

/*==============================
SECTION HEADING
==============================*/

.section-heading{

text-align:center;

margin-bottom:60px;

}

.section-heading h2{

display:inline-block;

position:relative;

padding-bottom:12px;

}

.section-heading h2::after{

content:"";

position:absolute;

bottom:0;

left:50%;

transform:translateX(-50%);

width:90px;

height:5px;

border-radius:50px;

background:linear-gradient(90deg,#ff9800,#ffd54f,#2196f3);

}

/*==============================
BADGE
==============================*/

.section-badge{

display:inline-block;

padding:9px 22px;

border-radius:40px;

font-size:14px;

font-weight:700;

letter-spacing:.5px;

margin-bottom:18px;

color:#fff;

background:linear-gradient(90deg,#ff9800,#ffcc00,#2196f3);

box-shadow:0 10px 25px rgba(255,183,0,.35);

}

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

.hero{

position:relative;

overflow:hidden;

padding:130px 0;

background:

linear-gradient(135deg,#041020,#08244a,#124ea7);

}

.hero::before{

content:"";

position:absolute;

width:650px;

height:650px;

border-radius:50%;

background:rgba(255,193,7,.15);

filter:blur(80px);

top:-250px;

right:-180px;

}

.hero::after{

content:"";

position:absolute;

width:500px;

height:500px;

border-radius:50%;

background:rgba(33,150,243,.18);

bottom:-200px;

left:-150px;

filter:blur(70px);

}

.hero-content{

position:relative;
z-index:2;

flex:1;

max-width:calc(100% - 360px);

}

.hero h1{

background:linear-gradient(90deg,#ffffff,#ffe082,#ffca28,#ffffff);

-webkit-background-clip:text;

-webkit-text-fill-color:transparent;

}

.hero p{

font-size:18px;

max-width:850px;

}

/*==============================
HERO BADGE
==============================*/

.hero-badge{

display:inline-block;

padding:12px 24px;

margin-bottom:25px;

border-radius:50px;

font-weight:700;

font-size:15px;

background:rgba(255,255,255,.12);

border:1px solid rgba(255,255,255,.15);

backdrop-filter:blur(12px);

box-shadow:0 10px 25px rgba(0,0,0,.25);

}

/*==============================
BUTTON GROUP
==============================*/

.hero-buttons{

display:flex;

gap:20px;

margin-top:40px;

flex-wrap:wrap;

}

/*==============================
PRIMARY BUTTON
==============================*/

.btn-primary{

display:inline-flex;

align-items:center;

justify-content:center;

padding:16px 36px;

border-radius:60px;

font-size:16px;

font-weight:700;

color:#fff;

background:linear-gradient(135deg,#ff9800,#ffd54f);

box-shadow:

0 12px 30px rgba(255,152,0,.45);

position:relative;

overflow:hidden;

transition:.35s;

}

.btn-primary::before{

content:"";

position:absolute;

top:0;

left:-120%;

width:60%;

height:100%;

background:rgba(255,255,255,.35);

transform:skewX(-30deg);

transition:.8s;

}

.btn-primary:hover::before{

left:140%;

}

.btn-primary:hover{

transform:translateY(-5px);

box-shadow:

0 20px 40px rgba(255,152,0,.55);

}

.hero-wrapper{

display:flex;

justify-content:space-between;

align-items:flex-start;

gap:60px;

}

.hero-content{

position:relative;

z-index:2;

max-width:900px;

}

.hero-image{

width:300px;
min-width:300px;

display:flex;
justify-content:center;
align-items:flex-start;

}

.hero-image img{

width:280px;

height:280px;

object-fit:contain;

display:block;

}

.hero-description{
    margin-top:35px;
}

.hero-description p{
    margin-bottom:18px;
}

@media(max-width:768px){

.hero-wrapper{

flex-direction:column;

}

.hero-image{

width:100%;

min-width:unset;

order:2;

text-align:center;

margin:20px 0;

}

.hero-image img{

width:200px;
height:200px;

}

}

/*==============================
SECONDARY BUTTON
==============================*/

.btn-secondary{

display:inline-flex;

align-items:center;

justify-content:center;

padding:16px 36px;

border-radius:60px;

font-size:16px;

font-weight:700;

color:#fff;

border:2px solid rgba(255,255,255,.2);

background:rgba(255,255,255,.08);

backdrop-filter:blur(10px);

transition:.35s;

}

.btn-secondary:hover{

background:#2196f3;

border-color:#2196f3;

transform:translateY(-5px);

}

/*==============================
INTRO
==============================*/

.intro{

background:#09192f;

}

/*==============================
OVERVIEW
==============================*/

.overview{

background:#071522;

}

/*=========================================
SECTION BACKGROUNDS
=========================================*/

.features,
.apk-info,
.download-methods,
.setup,
.performance,
.related-articles{

background:#0c1a31;

}

.requirements,
.download-checklist,
.security-info,
.compatibility-guide,
.learn-more,
.download-cta{

background:#091425;

}

.error-section,
.faq-section,
.disclaimer{

background:#08111d;

}

/*=========================================
GRID
=========================================*/

.feature-grid,
.overview-grid,
.info-grid,
.method-grid,
.tips-grid,
.related-grid,
.error-grid{

display:grid;
grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
gap:28px;

}

/*=========================================
PREMIUM CARD
=========================================*/

.overview-card,
.feature-card,
.info-box,
.method-card,
.tip-card,
.error-card,
.related-card{

position:relative;

padding:32px;

border-radius:22px;

overflow:hidden;

background:linear-gradient(145deg,#13284b,#0a1930);

border:1px solid rgba(255,255,255,.08);

box-shadow:0 20px 45px rgba(0,0,0,.35);

transition:.4s ease;

}

/*=========================================
GLOW EFFECT
=========================================*/

.overview-card::before,
.feature-card::before,
.info-box::before,
.method-card::before,
.tip-card::before,
.error-card::before,
.related-card::before{

content:"";

position:absolute;

top:-120px;
right:-120px;

width:220px;
height:220px;

border-radius:50%;

background:rgba(255,193,7,.12);

filter:blur(20px);

transition:.4s;

}

.overview-card::after,
.feature-card::after,
.info-box::after,
.method-card::after,
.tip-card::after,
.error-card::after,
.related-card::after{

content:"";

position:absolute;

bottom:-90px;
left:-90px;

width:180px;
height:180px;

border-radius:50%;

background:rgba(33,150,243,.12);

filter:blur(25px);

transition:.4s;

}

/*=========================================
CARD HOVER
=========================================*/

.overview-card:hover,
.feature-card:hover,
.info-box:hover,
.method-card:hover,
.tip-card:hover,
.error-card:hover,
.related-card:hover{

transform:translateY(-10px);

border-color:#ffb300;

box-shadow:

0 25px 60px rgba(0,0,0,.45),

0 0 30px rgba(255,193,7,.18);

}

.overview-card:hover::before,
.feature-card:hover::before,
.info-box:hover::before,
.method-card:hover::before,
.tip-card:hover::before,
.error-card:hover::before,
.related-card:hover::before{

background:rgba(255,193,7,.22);

}

.overview-card:hover::after,
.feature-card:hover::after,
.info-box:hover::after,
.method-card:hover::after,
.tip-card:hover::after,
.error-card:hover::after,
.related-card:hover::after{

background:rgba(33,150,243,.20);

}

/*=========================================
CARD ICON
=========================================*/

.icon{

width:72px;
height:72px;

display:flex;
align-items:center;
justify-content:center;

font-size:32px;

margin-bottom:22px;

border-radius:18px;

background:linear-gradient(135deg,#ff9800,#ffd54f);

box-shadow:

0 15px 35px rgba(255,193,7,.35);

}

/*=========================================
CARD TITLE
=========================================*/

.feature-card h3,
.overview-card h3,
.info-box h3,
.method-card h3,
.tip-card h3,
.error-card h3,
.related-card h3{

font-size:22px;

margin-bottom:14px;

color:#fff;

}

.feature-card p,
.overview-card p,
.info-box p,
.method-card p,
.tip-card p,
.error-card p,
.related-card p{

font-size:15px;

color:#d7e4ff;

}

/*=========================================
INFO BOX
=========================================*/

.info-box{

text-align:center;

}

.info-box h3{

color:#ffd54f;

font-size:18px;

}

.info-box p{

font-size:18px;

font-weight:600;

}

/*=========================================
DOWNLOAD METHOD
=========================================*/

.method-card{

border-left:5px solid #ff9800;

}

/*=========================================
CHECKLIST
=========================================*/

.check-list{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(260px,1fr));

gap:18px;

margin:35px 0;

}

.check-list li{

padding:18px 22px;

border-radius:15px;

background:linear-gradient(135deg,#13284b,#09192f);

border:1px solid rgba(255,255,255,.08);

font-weight:600;

transition:.3s;

}

.check-list li:hover{

transform:translateX(8px);

border-color:#ffd54f;

box-shadow:0 12px 25px rgba(255,193,7,.25);

}

/*=========================================
TABLE
=========================================*/

.table-responsive{

overflow-x:auto;

border-radius:20px;

margin-top:35px;

box-shadow:0 25px 60px rgba(0,0,0,.35);

}

.comparison-table{

width:100%;

border-collapse:collapse;

min-width:700px;

background:#0f1f38;

}

.comparison-table th{

padding:20px;

font-size:16px;

color:#fff;

background:linear-gradient(90deg,#ff9800,#2196f3);

text-align:left;

}

.comparison-table td{

padding:18px;

border-bottom:1px solid rgba(255,255,255,.08);

color:#d7e4ff;

transition:.3s;

}

.comparison-table tbody tr:hover{

background:#163057;

}

/*=========================================
CONTENT LINK
=========================================*/

.content-link{

display:inline-block;

font-weight:700;

color:#ffd54f;

padding-bottom:2px;

border-bottom:2px solid transparent;

transition:.3s;

}

.content-link:hover{

color:#fff176;

border-color:#ffd54f;

}

/*=========================================
TEXT GLOW
=========================================*/

.section-heading h2{

text-shadow:

0 0 8px rgba(255,193,7,.2),

0 0 18px rgba(33,150,243,.12);

}

/*=========================================
PREMIUM HOVER
=========================================*/

.feature-card:hover h3,
.overview-card:hover h3,
.method-card:hover h3,
.tip-card:hover h3,
.error-card:hover h3{

color:#ffd54f;

}

/*=========================================
INSTALLATION STEPS
=========================================*/

.step-container{

display:grid;
grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
gap:28px;
margin-top:45px;

}

.step-box{

position:relative;

padding:35px;

border-radius:22px;

overflow:hidden;

background:linear-gradient(145deg,#12284d,#08192f);

border:1px solid rgba(255,255,255,.08);

box-shadow:0 20px 45px rgba(0,0,0,.35);

transition:.4s;

}

.step-box::before{

content:"";

position:absolute;

top:0;
left:0;

width:100%;
height:5px;

background:linear-gradient(90deg,#ff9800,#ffd54f,#2196f3);

}

.step-box:hover{

transform:translateY(-10px);

border-color:#ffb300;

box-shadow:

0 20px 55px rgba(255,193,7,.20),

0 0 35px rgba(33,150,243,.15);

}

.step-box span{

display:inline-flex;

align-items:center;
justify-content:center;

width:65px;
height:65px;

border-radius:50%;

margin-bottom:20px;

font-weight:700;

font-size:20px;

color:#fff;

background:linear-gradient(135deg,#ff9800,#ffd54f);

box-shadow:0 12px 30px rgba(255,193,7,.35);

}

.step-box h3{

font-size:22px;

margin-bottom:12px;

color:#fff;

}

.step-box p{

font-size:15px;

color:#d7e4ff;

}

/*=========================================
NOTICE BOX
=========================================*/

.notice-box{

margin-top:35px;

padding:28px;

border-radius:20px;

border-left:6px solid #ffd54f;

background:linear-gradient(135deg,#1b3155,#0d1d34);

box-shadow:0 15px 35px rgba(0,0,0,.35);

color:#fff;

}

.notice-box strong{

color:#ffd54f;

}

/*=========================================
PERFORMANCE LIST
=========================================*/

.performance-list{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(280px,1fr));

gap:18px;

margin-top:30px;

}

.performance-list li{

padding:18px 20px;

border-radius:15px;

background:#13284b;

border-left:5px solid #2196f3;

transition:.3s;

font-weight:500;

}

.performance-list li:hover{

transform:translateX(10px);

border-left-color:#ffd54f;

background:#19345d;

}

/*=========================================
FAQ
=========================================*/

.faq-container{

max-width:950px;

margin:auto;

}

.faq-item{

margin-bottom:20px;

border-radius:18px;

overflow:hidden;

background:#13284b;

border:1px solid rgba(255,255,255,.08);

transition:.3s;

}

.faq-item:hover{

border-color:#ffd54f;

}

.faq-question{

width:100%;

cursor:pointer;

padding:22px 28px;

border:none;

outline:none;

display:flex;

justify-content:space-between;

align-items:center;

font-size:18px;

font-weight:600;

background:transparent;

color:#fff;

}

.faq-question::after{

content:"+";

font-size:28px;

font-weight:bold;

color:#ffd54f;

transition:.3s;

}

.faq-item.active .faq-question::after{

content:"−";

transform:rotate(180deg);

}

.faq-answer{

max-height:0;

overflow:hidden;

transition:max-height .4s ease;

background:#0d1d34;

}

.faq-item.active .faq-answer{

max-height:400px;

}

.faq-answer p{

padding:25px 28px;

margin:0;

}

/*=========================================
CTA
=========================================*/

.cta-box{

padding:70px 40px;

border-radius:30px;

text-align:center;

background:linear-gradient(135deg,#ff9800,#ffb300,#1976d2);

box-shadow:

0 25px 60px rgba(0,0,0,.35);

position:relative;

overflow:hidden;

}

.cta-box::before{

content:"";

position:absolute;

width:350px;
height:350px;

background:rgba(255,255,255,.12);

border-radius:50%;

top:-160px;
right:-100px;

filter:blur(15px);

}

.cta-box h2{

font-size:42px;

color:#fff;

margin-bottom:20px;

}

.cta-box p{

max-width:800px;

margin:auto;

color:#fff;

margin-bottom:35px;

}

/*=========================================
FOOTER
=========================================*/

.footer{

padding:70px 0 30px;

background:#050d18;

}

.footer-grid{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(250px,1fr));

gap:40px;

margin-bottom:40px;

}

.footer h3{

color:#ffd54f;

margin-bottom:20px;

}

.footer p{

color:#b8c9e8;

}

.footer ul li{

margin-bottom:12px;

}

.footer ul li a{

color:#dfe8ff;

transition:.3s;

}

.footer ul li a:hover{

padding-left:8px;

color:#ffd54f;

}

.footer hr{

border:none;

height:1px;

background:rgba(255,255,255,.08);

margin:25px 0;

}

.copyright{

text-align:center;

font-size:14px;

color:#8aa3c7;

}

/*=========================================
FLOATING ANIMATION
=========================================*/

@keyframes floating{

0%{

transform:translateY(0);

}

50%{

transform:translateY(-10px);

}

100%{

transform:translateY(0);

}

}

.feature-card,
.overview-card,
.info-box{

animation:floating 6s ease-in-out infinite;

}

/*=========================================
GLOW ANIMATION
=========================================*/

@keyframes glow{

0%{

box-shadow:0 0 0 rgba(255,193,7,.15);

}

50%{

box-shadow:0 0 30px rgba(255,193,7,.35);

}

100%{

box-shadow:0 0 0 rgba(255,193,7,.15);

}

}

.btn-primary{

animation:glow 2.5s infinite;

}

/*=========================================
PREMIUM HEADER
=========================================*/

.header{

position:fixed;
top:0;
left:0;
width:100%;

z-index:9999;

padding:14px 0;

background:rgba(8,18,35,.72);

backdrop-filter:blur(18px);

border-bottom:1px solid rgba(255,255,255,.08);

box-shadow:0 10px 30px rgba(0,0,0,.25);

transition:.35s ease;

}

.nav-container{

display:flex;
align-items:center;
justify-content:space-between;
gap:25px;

}

/*=========================================
LOGO
=========================================*/

.logo{

display:flex;
align-items:center;
gap:14px;

text-decoration:none;

}

.logo img{

width:58px;
height:58px;

border-radius:14px;

object-fit:cover;

transition:.35s;

filter:
drop-shadow(0 0 10px rgba(255,193,7,.45));

}

.logo:hover img{

transform:rotate(-5deg) scale(1.08);

filter:
drop-shadow(0 0 20px rgba(255,193,7,.8));

}

/*=========================================
LOGO TEXT
=========================================*/

.logo-text{

display:flex;
flex-direction:column;
line-height:1.05;

}

.logo-text span{

font-size:15px;
font-weight:600;

color:#ffffff;

letter-spacing:.5px;

}

.logo-text strong{

font-size:26px;
font-weight:800;

background:linear-gradient(
90deg,
#FFD54F,
#FF9800,
#42A5F5
);

-webkit-background-clip:text;
-webkit-text-fill-color:transparent;

}

/*=========================================
NAVBAR
=========================================*/

.navbar{

margin-left:auto;

}

.nav-links{

display:flex;
align-items:center;
gap:32px;

list-style:none;

}

.nav-links li{

position:relative;

}

.nav-links a{

font-size:16px;

font-weight:600;

color:#fff;

text-decoration:none;

transition:.3s;

padding:8px 0;

position:relative;

}

.nav-links a::after{

content:"";

position:absolute;

left:0;
bottom:-4px;

width:0;
height:3px;

border-radius:50px;

background:linear-gradient(
90deg,
#FF9800,
#FFD54F,
#2196F3
);

transition:.35s;

}

.nav-links a:hover{

color:#FFD54F;

}

.nav-links a:hover::after{

width:100%;

}

/*=========================================
DOWNLOAD BUTTON
=========================================*/

.download-btn{

padding:14px 28px;

border-radius:50px;

font-weight:700;

color:#fff;

text-decoration:none;

background:linear-gradient(
135deg,
#FF9800,
#FFD54F
);

box-shadow:
0 10px 30px rgba(255,152,0,.35);

transition:.35s;

white-space:nowrap;

}

.download-btn:hover{

transform:translateY(-4px);

box-shadow:
0 18px 40px rgba(255,152,0,.5);

}

/*=========================================
MENU ICON
=========================================*/

.menu-toggle{

display:none;

font-size:32px;

color:#fff;

cursor:pointer;

}

/*=========================================
SCROLL EFFECT
=========================================*/

.header.scrolled{

padding:10px 0;

background:rgba(8,18,35,.94);

box-shadow:
0 15px 35px rgba(0,0,0,.35);

}

/*=========================================
MOBILE
=========================================*/

@media(max-width:992px){

.download-btn{

display:none;

}

.nav-links{

gap:22px;

}

}

@media(max-width:768px){

.menu-toggle{

display:block;

}

.navbar{

display:none;

}

.logo img{

width:48px;
height:48px;

}

.logo-text span{

font-size:13px;

}

.logo-text strong{

font-size:20px;

}

}

@media(max-width:480px){

.header{

padding:12px 0;

}

.logo{

gap:10px;

}

.logo img{

width:42px;
height:42px;

}

.logo-text span{

font-size:12px;

}

.logo-text strong{

font-size:17px;

}

.menu-toggle{

font-size:28px;

}

}
/*=========================================
MOBILE RESPONSIVE
=========================================*/

@media (max-width:1200px){

.container{
width:94%;
}

.hero h1{
font-size:3rem;
}

.cta-box h2{
font-size:38px;
}

}

@media (max-width:992px){

section{
padding:70px 0;
}

.hero{
padding:100px 0;
}

.hero h1{
font-size:2.5rem;
}

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

h2{
font-size:2rem;
}

.hero-buttons{
justify-content:center;
}

.feature-grid,
.overview-grid,
.info-grid,
.method-grid,
.tips-grid,
.related-grid,
.error-grid,
.step-container{

grid-template-columns:repeat(2,1fr);

}

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

.cta-box{
padding:55px 30px;
}

}

@media (max-width:768px){

body{
font-size:15px;
}

section{
padding:60px 0;
}

.container{
width:92%;
}

.hero{

padding:80px 0 70px;

text-align:center;

}

.hero-content{

margin:auto;

}

.hero h1{

font-size:2rem;

}

.hero p{

font-size:15px;

}

.hero-buttons{

flex-direction:column;

align-items:center;

gap:15px;

}

.btn-primary,
.btn-secondary{

width:100%;

max-width:320px;

}

.feature-grid,
.overview-grid,
.info-grid,
.method-grid,
.tips-grid,
.related-grid,
.error-grid,
.step-container,
.performance-list{

grid-template-columns:1fr;

}

.footer-grid{

grid-template-columns:1fr;

text-align:center;

}

.check-list{

grid-template-columns:1fr;

}

.section-heading{

margin-bottom:40px;

}

.section-heading h2{

font-size:30px;

}

.table-responsive{

border-radius:15px;

}

.comparison-table{

min-width:650px;

}

.cta-box{

padding:45px 25px;

}

.cta-box h2{

font-size:30px;

}

.notice-box{

padding:20px;

}

.faq-question{

font-size:16px;

padding:18px 20px;

}

.faq-answer p{

padding:20px;

}

}

@media (max-width:576px){

.hero{

padding:70px 0 60px;

}

.hero h1{

font-size:34px;

}

.hero-badge{

font-size:13px;

padding:10px 18px;

}

.section-badge{

font-size:12px;

padding:8px 18px;

}

h2{

font-size:28px;

}

h3{

font-size:20px;

}

p{

font-size:15px;

}

.overview-card,
.feature-card,
.info-box,
.method-card,
.tip-card,
.error-card,
.related-card,
.step-box{

padding:24px;

border-radius:18px;

}

.icon{

width:60px;
height:60px;

font-size:28px;

}

.btn-primary,
.btn-secondary{

padding:15px 24px;

font-size:15px;

}

.footer{

padding:55px 0 25px;

}

.copyright{

font-size:13px;

}

}

/*=========================================
BACK TO TOP
=========================================*/

.back-to-top{

position:fixed;

right:20px;

bottom:20px;

width:55px;

height:55px;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

background:linear-gradient(135deg,#ff9800,#ffd54f);

color:#fff;

font-size:22px;

box-shadow:0 15px 35px rgba(255,152,0,.45);

cursor:pointer;

transition:.35s;

z-index:999;

}

.back-to-top:hover{

transform:translateY(-6px) scale(1.08);

}

/*=========================================
DOWNLOAD BUTTON PULSE
=========================================*/

@keyframes pulse{

0%{

transform:scale(1);

}

50%{

transform:scale(1.06);

}

100%{

transform:scale(1);

}

}

.download-cta .btn-primary{

animation:pulse 2s infinite;

}

/*=========================================
SMOOTH CARD SHINE
=========================================*/

.feature-card,
.overview-card,
.method-card,
.tip-card,
.error-card,
.related-card{

overflow:hidden;

}

.feature-card::after,
.overview-card::after,
.method-card::after,
.tip-card::after,
.error-card::after,
.related-card::after{

content:"";

position:absolute;

top:-100%;

left:-100%;

width:70%;

height:250%;

background:linear-gradient(

120deg,

transparent,

rgba(255,255,255,.18),

transparent

);

transform:rotate(25deg);

transition:.8s;

}

.feature-card:hover::after,
.overview-card:hover::after,
.method-card:hover::after,
.tip-card:hover::after,
.error-card:hover::after,
.related-card:hover::after{

left:180%;

}

/*=========================================
TABLE SCROLL ON MOBILE
=========================================*/

.table-responsive::-webkit-scrollbar{

height:8px;

}

.table-responsive::-webkit-scrollbar-thumb{

background:#ffb300;

border-radius:30px;

}

/*=========================================
DISABLE ANIMATION FOR USERS
=========================================*/

@media (prefers-reduced-motion:reduce){

*{

animation:none !important;

transition:none !important;

scroll-behavior:auto !important;

}

}

/*=========================================
PREMIUM ANIMATED BACKGROUND
=========================================*/

.hero{
position:relative;
isolation:isolate;
}

.hero::before,
.hero::after{
animation:blobMove 14s ease-in-out infinite alternate;
}

@keyframes blobMove{

0%{
transform:translate(0,0) scale(1);
}

50%{
transform:translate(-40px,30px) scale(1.15);
}

100%{
transform:translate(30px,-40px) scale(.95);
}

}

/*=========================================
GLOWING BORDER
=========================================*/

.feature-card,
.overview-card,
.info-box,
.method-card,
.tip-card,
.step-box,
.error-card,
.related-card{

position:relative;

}

.feature-card::before,
.overview-card::before,
.info-box::before,
.method-card::before,
.tip-card::before,
.step-box::before,
.error-card::before,
.related-card::before{

content:"";

position:absolute;

inset:0;

padding:1px;

border-radius:22px;

background:linear-gradient(
135deg,
#ff9800,
#ffd54f,
#2196f3,
#ff9800
);

-webkit-mask:
linear-gradient(#fff 0 0) content-box,
linear-gradient(#fff 0 0);

-webkit-mask-composite:xor;

mask-composite:exclude;

opacity:0;

transition:.4s;

}

.feature-card:hover::before,
.overview-card:hover::before,
.info-box:hover::before,
.method-card:hover::before,
.tip-card:hover::before,
.step-box:hover::before,
.error-card:hover::before,
.related-card:hover::before{

opacity:1;

}

/*=========================================
GRADIENT TEXT
=========================================*/

.hero h1,
.section-heading h2,
.footer h3{

background:linear-gradient(
90deg,
#ffffff,
#ffe082,
#ff9800,
#42a5f5,
#ffffff
);

background-size:300%;

-webkit-background-clip:text;

-webkit-text-fill-color:transparent;

animation:textFlow 8s linear infinite;

}

@keyframes textFlow{

0%{
background-position:0%;
}

100%{
background-position:300%;
}

}

/*=========================================
IMAGE EFFECT
=========================================*/

img{

transition:.45s;

border-radius:18px;

}

img:hover{

transform:scale(1.03);

box-shadow:

0 25px 55px rgba(0,0,0,.35);

}

/*=========================================
BUTTON RIPPLE
=========================================*/

.btn-primary,
.btn-secondary{

position:relative;

overflow:hidden;

}

.btn-primary::after,
.btn-secondary::after{

content:"";

position:absolute;

width:0;

height:0;

background:rgba(255,255,255,.3);

border-radius:50%;

top:50%;
left:50%;

transform:translate(-50%,-50%);

transition:.55s;

}

.btn-primary:hover::after,
.btn-secondary:hover::after{

width:450px;
height:450px;

}

/*=========================================
ICON ROTATE
=========================================*/

.icon{

transition:.45s;

}

.feature-card:hover .icon,
.tip-card:hover .icon,
.method-card:hover .icon{

transform:rotate(12deg) scale(1.12);

}

/*=========================================
SECTION DIVIDER
=========================================*/

section::after{

content:"";

position:absolute;

left:50%;

bottom:0;

transform:translateX(-50%);

width:120px;

height:4px;

border-radius:50px;

background:linear-gradient(
90deg,
transparent,
#ff9800,
#2196f3,
transparent
);

opacity:.4;

}

/*=========================================
PREMIUM SHADOW
=========================================*/

.hero,
.cta-box{

box-shadow:

0 40px 100px rgba(0,0,0,.35);

}

/*=========================================
LINK EFFECT
=========================================*/

a{

transition:.35s;

}

a:hover{

color:#ffd54f;

}

/*=========================================
FLOATING ICON
=========================================*/

@keyframes floatIcon{

0%{

transform:translateY(0);

}

50%{

transform:translateY(-8px);

}

100%{

transform:translateY(0);

}

}

.icon{

animation:floatIcon 4s ease-in-out infinite;

}

/*=========================================
FADE IN
=========================================*/

@keyframes fadeUp{

from{

opacity:0;

transform:translateY(40px);

}

to{

opacity:1;

transform:translateY(0);

}

}

.hero-content,
.section-heading,
.feature-card,
.overview-card,
.info-box,
.method-card,
.tip-card,
.step-box,
.error-card,
.related-card,
.faq-item{

animation:fadeUp .8s ease both;

}

/*=========================================
HOVER ZOOM
=========================================*/

.feature-card:hover,
.overview-card:hover,
.info-box:hover,
.method-card:hover,
.tip-card:hover,
.step-box:hover,
.error-card:hover,
.related-card:hover{

transform:translateY(-10px) scale(1.02);

}

/*=========================================
INPUT STYLE (Future Forms)
=========================================*/

input,
textarea{

width:100%;

padding:16px 18px;

background:#12284d;

border:1px solid rgba(255,255,255,.08);

border-radius:14px;

color:#fff;

font-family:inherit;

outline:none;

transition:.3s;

}

input:focus,
textarea:focus{

border-color:#ffb300;

box-shadow:

0 0 0 4px rgba(255,193,7,.15);

}

/*=========================================
LOADING SHIMMER
=========================================*/

.shimmer{

background:linear-gradient(
90deg,
#10203c 25%,
#1f3d68 50%,
#10203c 75%
);

background-size:300%;

animation:loading 2s infinite;

}

@keyframes loading{

0%{

background-position:300%;

}

100%{

background-position:-300%;

}

}

/*=========================================
PREMIUM FOOTER GLOW
=========================================*/

.footer{

position:relative;

overflow:hidden;

}

.footer::before{

content:"";

position:absolute;

width:500px;
height:500px;

border-radius:50%;

background:rgba(255,193,7,.08);

left:-250px;
bottom:-250px;

filter:blur(60px);

}

.footer::after{

content:"";

position:absolute;

width:450px;
height:450px;

border-radius:50%;

background:rgba(33,150,243,.08);

right:-220px;
top:-220px;

filter:blur(60px);

}

/*=========================================
EXTRA MOBILE
=========================================*/

@media(max-width:480px){

.hero h1{

font-size:30px;

}

.section-heading h2{

font-size:26px;

}

.cta-box h2{

font-size:26px;

}

.btn-primary,
.btn-secondary{

font-size:14px;

padding:14px 20px;

}

.feature-card,
.overview-card,
.info-box,
.method-card,
.tip-card,
.step-box,
.error-card,
.related-card{

padding:20px;

}



}

/*=========================================
DOWNLOAD GUIDE PAGE
=========================================*/

.requirements,
.download-checklist,
.performance,
.error-section,
.security-info,
.advanced-tips,
.related-articles,
.download-cta{
padding:80px 0;
}

.table-responsive{
overflow-x:auto;
margin-top:35px;
}

.comparison-table{
width:100%;
border-collapse:collapse;
background:#ffffff;
border-radius:16px;
overflow:hidden;
box-shadow:0 15px 40px rgba(0,0,0,.08);
}

.comparison-table th{
background:linear-gradient(90deg,#ff9800,#ffc107);
color:#fff;
padding:18px;
text-align:left;
font-size:18px;
}

.comparison-table td{
padding:16px 18px;
border-bottom:1px solid #ececec;
font-size:16px;
line-height:1.6;
}

.comparison-table tr:last-child td{
border-bottom:none;
}

.check-list{
list-style:none;
display:grid;
grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
gap:18px;
margin-top:40px;
padding:0;
}

.check-list li{
background:#fff;
padding:18px 22px;
border-radius:14px;
box-shadow:0 10px 25px rgba(0,0,0,.08);
font-weight:600;
transition:.3s;
}

.check-list li:hover{
transform:translateY(-6px);
}

.performance-list{
margin-top:30px;
padding-left:22px;
}

.performance-list li{
margin-bottom:15px;
line-height:1.8;
}

.notice-box{
margin-top:35px;
background:#fff8e1;
border-left:5px solid #ff9800;
padding:25px;
border-radius:12px;
font-size:16px;
line-height:1.8;
}

.notice-box strong{
color:#c56d00;
}

.tips-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:25px;
margin-top:40px;
}

.tip-card{
background:#fff;
padding:30px;
border-radius:16px;
box-shadow:0 15px 35px rgba(0,0,0,.08);
transition:.35s;
}

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

.tip-card h3{
margin-bottom:15px;
color:#0b3d91;
font-size:22px;
}

.tip-card p{
line-height:1.8;
color:#555;
}

.faq-container{
margin-top:40px;
}

.faq-item{
background:#fff;
margin-bottom:18px;
border-radius:14px;
overflow:hidden;
box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.faq-question{
width:100%;
padding:22px 25px;
border:none;
background:#fff;
font-size:18px;
font-weight:700;
text-align:left;
cursor:pointer;
transition:.3s;
}

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

.faq-answer{
display:none;
padding:0 25px 22px;
line-height:1.8;
color:#555;
}

.faq-item.active .faq-answer{
display:block;
}

.related-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
gap:25px;
margin-top:40px;
}

.related-card{
display:block;
background:#fff;
padding:30px;
border-radius:16px;
text-decoration:none;
color:inherit;
box-shadow:0 15px 35px rgba(0,0,0,.08);
transition:.35s;
}

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

.related-card h3{
margin-bottom:12px;
color:#0b3d91;
}

.related-card p{
color:#666;
line-height:1.7;
}

.cta-box{
text-align:center;
padding:70px 40px;
background:linear-gradient(135deg,#0b3d91,#1f6bff);
border-radius:24px;
color:#fff;
}

.cta-box h2{
font-size:42px;
margin-bottom:20px;
}

.cta-box p{
max-width:750px;
margin:0 auto 35px;
line-height:1.8;
opacity:.95;
}

.cta-box .btn-primary{
display:inline-block;
padding:16px 38px;
background:#ffb300;
color:#111;
font-weight:700;
border-radius:50px;
text-decoration:none;
transition:.3s;
}

.cta-box .btn-primary:hover{
transform:translateY(-5px);
background:#ffc107;
}

/* Mobile */

@media(max-width:768px){

.requirements,
.download-checklist,
.performance,
.error-section,
.security-info,
.advanced-tips,
.related-articles,
.download-cta{
padding:60px 0;
}

.comparison-table th,
.comparison-table td{
padding:14px;
font-size:15px;
}

.faq-question{
font-size:16px;
padding:18px;
}

.faq-answer{
padding:0 18px 18px;
}

.cta-box{
padding:45px 20px;
}

.cta-box h2{
font-size:30px;
}

}

/*=========================================
OLD VERSION PAGE
=========================================*/

.version-benefits,
.version-highlights,
.comparison-section,
.notice-section{
padding:80px 0;
}

.version-benefits{
background:#f8fbff;
}

.comparison-section{
background:#fff;
}

.notice-section{
background:#fdfdfd;
}

.version-highlights .feature-card{
text-align:center;
padding:35px 25px;
}

.version-highlights .feature-card .icon{
font-size:42px;
margin-bottom:18px;
}

.version-highlights .feature-card h3{
font-size:22px;
margin-bottom:15px;
color:#0b3d91;
}

.version-highlights .feature-card p{
line-height:1.8;
color:#666;
}

.version-benefits .tip-card{
border-top:4px solid #ff9800;
}

.version-benefits .tip-card h3{
color:#0b3d91;
margin-bottom:15px;
}

.comparison-section .comparison-table th{
text-align:center;
}

.comparison-section .comparison-table td{
text-align:center;
}

.comparison-section .comparison-table td:first-child,
.comparison-section .comparison-table th:first-child{
text-align:left;
font-weight:700;
}

.notice-section .notice-box{
max-width:900px;
margin:auto;
font-size:17px;
line-height:1.9;
}

@media(max-width:768px){

.version-benefits,
.version-highlights,
.comparison-section,
.notice-section{
padding:60px 0;
}

.version-highlights .feature-card{
padding:25px 18px;
}

.version-highlights .feature-card h3{
font-size:20px;
}

.notice-section .notice-box{
font-size:15px;
}

}

/*=========================================
COMPARISON PAGE
=========================================*/

.performance-comparison,
.choose-version,
.pros-cons{
padding:80px 0;
}

.performance-comparison{
background:#f8fbff;
}

.choose-version{
background:#fff;
}

.pros-cons{
background:#f5f8ff;
}

.pros-cons-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(320px,1fr));
gap:35px;
margin-top:40px;
}

.pros-box,
.cons-box{
background:#fff;
padding:35px;
border-radius:18px;
box-shadow:0 15px 35px rgba(0,0,0,.08);
transition:.35s;
}

.pros-box{
border-top:5px solid #28a745;
}

.cons-box{
border-top:5px solid #ff9800;
}

.pros-box:hover,
.cons-box:hover{
transform:translateY(-8px);
}

.pros-box h3,
.cons-box h3{
font-size:24px;
margin-bottom:25px;
color:#0b3d91;
}

.pros-box ul,
.cons-box ul{
padding-left:22px;
}

.pros-box li,
.cons-box li{
margin-bottom:15px;
line-height:1.8;
color:#555;
}

.performance-comparison .feature-card{
text-align:center;
padding:35px 28px;
}

.performance-comparison .feature-card .icon{
font-size:42px;
margin-bottom:18px;
}

.performance-comparison .feature-card h3{
margin-bottom:15px;
font-size:22px;
color:#0b3d91;
}

.performance-comparison .feature-card p{
line-height:1.8;
color:#666;
}

.choose-version p{
max-width:900px;
margin:0 auto 20px;
line-height:1.9;
text-align:center;
color:#555;
}

.choose-version .notice-box{
margin-top:40px;
max-width:900px;
margin-left:auto;
margin-right:auto;
}

.comparison-section .comparison-table td{
vertical-align:middle;
}

.comparison-section .comparison-table td:nth-child(2){
color:#0b7a39;
font-weight:600;
}

.comparison-section .comparison-table td:nth-child(3){
color:#d97706;
font-weight:600;
}

@media(max-width:768px){

.performance-comparison,
.choose-version,
.pros-cons{
padding:60px 0;
}

.pros-box,
.cons-box{
padding:25px;
}

.pros-box h3,
.cons-box h3{
font-size:21px;
}

.performance-comparison .feature-card{
padding:25px 18px;
}

.performance-comparison .feature-card h3{
font-size:20px;
}

}

.content-link{
color:#ffb300;
font-weight:700;
text-decoration:none;
border-bottom:2px solid transparent;
transition:.3s;
}

.content-link:hover{
color:#ffc107;
border-color:#ffc107;
}
/*=========================================
THE END
=========================================*/