.elementor-3944 .elementor-element.elementor-element-3bc09dee{--display:flex;}.elementor-widget-text-editor{font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS */:root{
--primary:#0A3D91;
--secondary:#1E63D5;
--light:#f5f8fd;
}

body{
margin:0;
font-family:Poppins,sans-serif;
background:var(--light);
color:#222;
transition:.3s;
}

.container{
width:90%;
max-width:1200px;
margin:auto;
}

.hero{
background:linear-gradient(135deg,var(--primary),var(--secondary));
color:white;
text-align:center;
padding:80px 0;
}

.hero-img{
width:80%;
max-width:600px;
margin-top:30px;
}

.section{
padding:80px 0;
}

.light{
background:#eef3fb;
}

h1{font-size:40px;}
h2{text-align:center;margin-bottom:40px;}

.grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:30px;
}

.card{
background:white;
padding:30px;
border-radius:12px;
box-shadow:0 10px 30px rgba(0,0,0,.05);
}

table{
width:100%;
border-collapse:collapse;
background:white;
border-radius:12px;
overflow:hidden;
box-shadow:0 10px 30px rgba(0,0,0,.05);
}

th,td{
padding:15px;
border-bottom:1px solid #eee;
text-align:center;
}

th{
background:var(--primary);
color:white;
}

.app-img{
width:100%;
border-radius:12px;
}

footer{
background:var(--primary);
color:white;
text-align:center;
padding:40px 0;
}

.lang-toggle{
position:fixed;
top:20px;
right:20px;
background:white;
padding:8px 16px;
border-radius:30px;
cursor:pointer;
box-shadow:0 5px 20px rgba(0,0,0,.2);
font-weight:600;
}

.fade{
opacity:0;
transform:translateY(30px);
transition:all .6s ease;
}

.fade.show{
opacity:1;
transform:translateY(0);
}
body.elementor-page-3944 {
    --primary: #0A3D91;
    --secondary: #1E63D5;
    --light: #f5f8fd;
}

body.elementor-page-3944 body {
    margin: 0;
    font-family: Poppins, sans-serif;
    background: var(--light);
    color: #222;
    transition: .3s;
}

body.elementor-page-3944 .container {
    width: 90%;
    max-width: 1200px;
    margin: auto;
}

body.elementor-page-3944 .hero {
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    color: white;
    text-align: center;
    padding: 80px 0;
}

body.elementor-page-3944 .hero-img {
    width: 80%;
    max-width: 600px;
    margin-top: 30px;
}

body.elementor-page-3944 .section {
    padding: 80px 0;
}

body.elementor-page-3944 .light {
    background: #eef3fb;
}

body.elementor-page-3944 h1 {
    font-size: 40px;
}

body.elementor-page-3944 h2 {
    text-align: center;
    margin-bottom: 40px;
}

body.elementor-page-3944 .grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

body.elementor-page-3944 .card {
    background: white;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
}

body.elementor-page-3944 table {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
}

body.elementor-page-3944 th,
body.elementor-page-3944 td {
    padding: 15px;
    border-bottom: 1px solid #eee;
    text-align: center;
}

body.elementor-page-3944 th {
    background: var(--primary);
    color: white;
}

body.elementor-page-3944 .app-img {
    width: 100%;
    border-radius: 12px;
}

body.elementor-page-3944 footer {
    background: var(--primary);
    color: white;
    text-align: center;
    padding: 40px 0;
}

body.elementor-page-3944 .lang-toggle {
    position: fixed;
    top: 20px;
    right: 20px;
    background: white;
    padding: 8px 16px;
    border-radius: 30px;
    cursor: pointer;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
    font-weight: 600;
}

body.elementor-page-3944 .fade {
    opacity: 0;
    transform: translateY(30px);
    transition: all .6s ease;
}

body.elementor-page-3944 .fade.show {
    opacity: 1;
    transform: translateY(0);
}

body.elementor-page-3944 {
    font-family: 'Poppins', sans-serif;
    line-height: 1.6;
}

body.elementor-page-3944 .hero {
    background-color: #f5f5f5;
    padding: 50px 0;
    text-align: center;
}

body.elementor-page-3944 .hero h1 {
    font-size: 2.5rem;
    color: #333;
}

body.elementor-page-3944 .hero p {
    font-size: 1.2rem;
    color: #666;
}

body.elementor-page-3944 .hero-img {
    max-width: 100%;
    height: auto;
}

body.elementor-page-3944 .section {
    padding: 40px 0;
}

body.elementor-page-3944 .section.light {
    background-color: #fff;
}

body.elementor-page-3944 .section h2 {
    font-size: 2rem;
    color: #333;
    margin-bottom: 20px;
    text-align: center;
}

body.elementor-page-3944 .grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

body.elementor-page-3944 .card {
    background: #eaeaea;
    border-radius: 8px;
    padding: 20px;
    margin: 10px;
    flex: 1 1 30%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

body.elementor-page-3944 .card h3 {
    font-size: 1.5rem;
    color: #333;
}

body.elementor-page-3944 .card p {
    font-size: 1rem;
    color: #555;
}

body.elementor-page-3944 table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

body.elementor-page-3944 th, 
body.elementor-page-3944 td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}

body.elementor-page-3944 th {
    background-color: #f2f2f2;
    font-weight: bold;
}

body.elementor-page-3944 .app-img {
    max-width: 100%;
    height: auto;
    margin: 10px;
}

body.elementor-page-3944 footer {
    text-align: center;
    padding: 20px 0;
    background-color: #333;
    color: #fff;
}/* End custom CSS */