.elementor-100 .elementor-element.elementor-element-e67569d{--display:flex;}.elementor-100 .elementor-element.elementor-element-ad8fb3a{--display:flex;}/* Start custom CSS for html, class: .elementor-element-eeea445 *//* =========================
GLOBAL
========================= */

.stc-packages-page{
font-family:'Poppins',sans-serif;
color:#0B132B;
}

.stc-container{
max-width:1200px;
margin:auto;
padding:0 20px;
}

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

.stc-section-title h2{
font-size:48px;
font-weight:800;
margin-bottom:15px;
}

.stc-section-title p{
font-size:18px;
color:#64748B;
}

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

.stc-packages-hero{
padding:120px 0;
background:linear-gradient(180deg,#F8FAFC 0%,#FFFFFF 100%);
text-align:center;
}

.stc-badge{
display:inline-block;
padding:10px 20px;
background:#EAF1FF;
color:#2563FF;
font-size:13px;
font-weight:700;
border-radius:50px;
letter-spacing:1px;
margin-bottom:25px;
}

.stc-packages-hero h1{
font-size:64px;
font-weight:800;
line-height:1.1;
max-width:900px;
margin:auto;
margin-bottom:25px;
}

.stc-packages-hero p{
font-size:20px;
line-height:1.8;
color:#64748B;
max-width:750px;
margin:auto;
margin-bottom:40px;
}

.stc-hero-buttons{
display:flex;
justify-content:center;
gap:15px;
flex-wrap:wrap;
}

/* =========================
BUTTONS
========================= */

.stc-btn-primary,
.stc-card-btn{
display:inline-block;
padding:16px 30px;
background:#2563FF;
color:#fff;
text-decoration:none;
font-weight:700;
border-radius:12px;
transition:.3s;
}

.stc-btn-primary:hover,
.stc-card-btn:hover{
transform:translateY(-3px);
}

.stc-btn-secondary{
display:inline-block;
padding:16px 30px;
border:2px solid #2563FF;
color:#2563FF;
text-decoration:none;
font-weight:700;
border-radius:12px;
transition:.3s;
}

.stc-btn-secondary:hover{
background:#2563FF;
color:#fff;
}

/* =========================
PACKAGES
========================= */

.stc-packages-section{
padding:100px 0;
}

.stc-packages-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;
}

.stc-package-card{
background:#fff;
border-radius:24px;
overflow:hidden;
box-shadow:0 15px 40px rgba(0,0,0,.08);
position:relative;
transition:.3s;
}

.stc-package-card:hover{
transform:translateY(-10px);
}

.stc-package-card img{
width:100%;
display:block;
}

.stc-card-content{
padding:30px;
}

.stc-card-content h3{
font-size:30px;
font-weight:800;
margin-bottom:10px;
}

.stc-price{
font-size:42px;
font-weight:800;
color:#2563FF;
margin-bottom:20px;
}

.stc-card-content ul{
list-style:none;
padding:0;
margin:0 0 25px;
}

.stc-card-content ul li{
padding:10px 0;
border-bottom:1px solid #EEF2F7;
}

.featured{
border:3px solid #2563FF;
transform:scale(1.03);
}

.featured-badge{
position:absolute;
top:15px;
right:15px;
background:#2563FF;
color:#fff;
padding:8px 14px;
font-size:12px;
font-weight:700;
border-radius:30px;
z-index:2;
}

/* =========================
WHY CHOOSE
========================= */

.stc-why{
padding:100px 0;
background:#F8FAFC;
}

.stc-why-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;
}

.stc-why-box{
background:#fff;
padding:40px;
border-radius:20px;
text-align:center;
box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.stc-why-box .icon{
font-size:50px;
margin-bottom:20px;
}

.stc-why-box h3{
font-size:24px;
margin-bottom:15px;
}

.stc-why-box p{
color:#64748B;
line-height:1.7;
}

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

.stc-comparison{
padding:100px 0;
}

.stc-table{
width:100%;
border-collapse:collapse;
background:#fff;
box-shadow:0 10px 40px rgba(0,0,0,.06);
border-radius:20px;
overflow:hidden;
}

.stc-table th{
background:#0B132B;
color:#fff;
padding:20px;
font-size:16px;
}

.stc-table td{
padding:18px;
border-bottom:1px solid #EEF2F7;
text-align:center;
}

.stc-table td:first-child{
text-align:left;
font-weight:600;
}

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

.stc-faq{
padding:100px 0;
background:#F8FAFC;
}

.stc-faq-item{
background:#fff;
margin-bottom:15px;
border-radius:14px;
overflow:hidden;
box-shadow:0 5px 20px rgba(0,0,0,.05);
}

.stc-faq-question{
padding:22px;
font-weight:700;
cursor:pointer;
}

.stc-faq-answer{
display:none;
padding:0 22px 22px;
color:#64748B;
line-height:1.8;
}

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

.stc-final-cta{
padding:120px 0;
background:#0B132B;
text-align:center;
color:#fff;
}

.stc-final-cta h2{
font-size:52px;
font-weight:800;
margin-bottom:20px;
}

.stc-final-cta p{
font-size:20px;
max-width:700px;
margin:auto;
margin-bottom:35px;
opacity:.85;
}

/* =========================
RESPONSIVE
========================= */

@media(max-width:991px){

.stc-packages-grid{
grid-template-columns:1fr;
}

.stc-why-grid{
grid-template-columns:1fr;
}

.featured{
transform:none;
}

.stc-packages-hero h1{
font-size:42px;
}

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

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

.stc-table{
display:block;
overflow-x:auto;
}

}/* End custom CSS */