.elementor-644 .elementor-element.elementor-element-2d73791{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-9a3f6a7 *//* =========================================================
   PLAY STORE OPTIMIZATION (ASO) PAGE STYLES
   ========================================================= */
.aso-service-wrapper {
    background-color: #011032;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    overflow: hidden;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.tech-container { max-width: 1200px !important; margin: 0 auto; padding: 0 40px; }
.text-center { text-align: center; }
.w-100 { width: 100%; }
.mt-10 { margin-top: 10px; }

/* Typography & Buttons */
.section-title { color: #fff; font-size: 38px; font-weight: 800; margin-bottom: 15px; }
.section-subtitle { color: #8892b0; font-size: 18px; margin-bottom: 50px; }
.section-title-left { color: #fff; font-size: 36px; font-weight: 800; border-left: 5px solid #00f2ff; padding-left: 15px; margin-bottom: 40px; }
.neon-subtitle { color: #3DDC84; letter-spacing: 3px; font-size: 16px; font-weight: 600; margin-bottom: 15px; text-transform: uppercase; }
.main-tech-title { font-size: 50px; font-weight: 900; color: #ffffff !important; line-height: 1.2; margin-bottom: 25px; text-shadow: 0 0 20px rgba(0, 242, 255, 0.2); }
.aso-lead-text { color: #ccd6f6; font-size: 18px; line-height: 1.8; margin-bottom: 40px; }

.bold-btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-family: 'Poppins', sans-serif; text-transform: uppercase; letter-spacing: 1px; text-decoration: none !important; transition: all 0.3s ease; border-radius: 8px; cursor: pointer; border: none; }
.btn-neon-massive { padding: 20px 40px; font-size: 16px; font-weight: 700; background-color: #00f2ff; color: #011032 !important; box-shadow: 0 0 20px rgba(0, 242, 255, 0.4); }
.btn-neon-massive:hover { background-color: transparent !important; color: #00f2ff !important; border: 2px solid #00f2ff; box-shadow: 0 0 30px rgba(0, 242, 255, 0.6); transform: translateY(-3px); }

/* --- HERO SECTION & RANKING ANIMATION --- */
.aso-hero-section { padding: 100px 0 80px; background: radial-gradient(circle at right, #011a4a 0%, #010a1c 100%); border-bottom: 1px solid rgba(0,242,255,0.1); }
.aso-hero-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 60px; align-items: center; }

/* The Animation Box */
.playstore-animation-box { background: rgba(1, 16, 50, 0.9); border: 1px solid rgba(255,255,255,0.1); border-radius: 20px; padding: 30px; box-shadow: 0 20px 50px rgba(0,0,0,0.4); position: relative; overflow: hidden; }

/* Mock Search Bar */
.ps-search-bar { background: rgba(255,255,255,0.05); padding: 15px 20px; border-radius: 30px; display: flex; justify-content: space-between; align-items: center; color: #8892b0; font-size: 14px; margin-bottom: 30px; border: 1px solid rgba(255,255,255,0.1); }
.ps-search-bar i { color: #fff; }

/* Ranking List */
.ranking-list { display: flex; flex-direction: column; gap: 15px; position: relative; height: 260px; }

/* Rank Items */
.rank-item { display: flex; align-items: center; background: rgba(255,255,255,0.02); padding: 15px; border-radius: 12px; border: 1px solid rgba(255,255,255,0.05); position: absolute; width: 100%; box-sizing: border-box; transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1); }

.rank-num { font-size: 18px; font-weight: 800; color: #8892b0; width: 30px; }
.app-icon { width: 45px; height: 45px; border-radius: 10px; margin-right: 15px; display: flex; align-items: center; justify-content: center; font-size: 20px; }
.gray-icon { background: rgba(255,255,255,0.1); }
.bold-icon { background: linear-gradient(135deg, #00f2ff, #38bdf8); color: #011032; box-shadow: 0 0 15px rgba(0,242,255,0.5); }

.app-details { flex: 1; }
.app-name { font-size: 15px; font-weight: 700; color: #fff; margin-bottom: 2px; }
.app-rating { font-size: 12px; color: #8892b0; }
.app-rating i { font-size: 10px; color: #8892b0; margin-left: 3px; }

.install-btn { background: #3DDC84; color: #011032; padding: 6px 15px; border-radius: 20px; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; }

/* Initial Positions & Specific Styles */
.comp-1 { top: 0; animation: moveDown1 6s infinite; }
.comp-2 { top: 85px; animation: moveDown2 6s infinite; }

.client-app { top: 170px; border-color: #00f2ff; background: rgba(0,242,255,0.05); box-shadow: 0 10px 20px rgba(0,242,255,0.1); z-index: 10; animation: riseToTop 6s infinite; }
.client-num { color: #00f2ff; animation: changeNumber 6s infinite; }
.client-rating { color: #3DDC84; font-weight: 700; }
.client-rating i { color: #3DDC84; }

/* The Ranking Animation Sequence */
@keyframes riseToTop { 
    0%, 20% { top: 170px; transform: scale(1); } 
    40%, 80% { top: 0px; transform: scale(1.02); background: rgba(0,242,255,0.1); border-color: #00f2ff; } 
    100% { top: 170px; transform: scale(1); } 
}
@keyframes moveDown1 { 
    0%, 20% { top: 0px; opacity: 1; } 
    40%, 80% { top: 85px; opacity: 0.5; border-color: transparent; } 
    100% { top: 0px; opacity: 1; } 
}
@keyframes moveDown2 { 
    0%, 20% { top: 85px; opacity: 1; } 
    40%, 80% { top: 170px; opacity: 0.5; border-color: transparent; } 
    100% { top: 85px; opacity: 1; } 
}
@keyframes changeNumber { 
    0%, 20% { content: "3"; } 
    40%, 80% { content: "1"; font-size: 24px; text-shadow: 0 0 10px #00f2ff; } 
    100% { content: "3"; } 
}

/* --- FEATURES GRID --- */
.aso-features-section { padding: 80px 0; }
.aso-features-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 25px; margin-top: 40px; }
.aso-card { background: rgba(255,255,255,0.02); border: 1px solid rgba(255,255,255,0.05); padding: 40px 25px; border-radius: 12px; transition: 0.4s; text-align: center; }
.aso-card:hover { transform: translateY(-10px); background: rgba(0,242,255,0.03); border-color: rgba(0,242,255,0.3); box-shadow: 0 10px 30px rgba(0,242,255,0.1); }
.as-icon { font-size: 40px; color: #00f2ff; margin-bottom: 20px; }
.aso-card h3 { color: #fff; font-size: 20px; font-weight: 700; margin-bottom: 15px; }
.aso-card p { color: #8892b0; font-size: 14px; line-height: 1.7; margin: 0; }

/* --- PROCESS SECTION --- */
.aso-process-section { padding: 60px 0 100px; }
.aso-process-wrapper { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.advanced-process-list { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 30px; }
.advanced-process-list li { display: flex; gap: 20px; align-items: flex-start; }
.process-icon { width: 60px; height: 60px; background: rgba(0,242,255,0.1); border: 1px solid #00f2ff; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 24px; color: #00f2ff; flex-shrink: 0; }
.process-details h4 { color: #fff; font-size: 20px; font-weight: 700; margin-bottom: 8px; }
.process-details p { color: #8892b0; font-size: 15px; line-height: 1.7; margin: 0; }

.glass-stat-box { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.1); padding: 40px; border-radius: 20px; box-shadow: 0 20px 50px rgba(0,0,0,0.3); }
.glass-stat-box h3 { color: #3DDC84; font-size: 24px; font-weight: 800; margin-bottom: 10px; }
.glass-stat-box p { color: #ccd6f6; font-size: 16px; margin-bottom: 30px; }
.stat-bar-container { margin-bottom: 20px; }
.stat-bar-container span { display: block; font-size: 13px; font-weight: 600; margin-top: 8px; text-transform: uppercase; letter-spacing: 1px; }
.stat-bar { height: 8px; border-radius: 10px; position: relative; overflow: hidden; }
.stat-fill { position: absolute; top: 0; left: 0; height: 100%; border-radius: 10px; background: #00f2ff; }

/* --- FORM SECTION --- */
.aso-form-section { padding: 80px 0 100px; background: #010a1c; border-top: 1px solid rgba(0,242,255,0.1); border-bottom: 1px solid rgba(0,242,255,0.1); }
.aso-form-box { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; background: rgba(255,255,255,0.02); padding: 60px; border-radius: 20px; border: 1px solid rgba(0,242,255,0.2); align-items: center; }
.aso-form-text h2 { font-size: 36px; color: #fff; font-weight: 800; margin-bottom: 20px; }
.aso-form-text p { color: #8892b0; font-size: 17px; line-height: 1.8; margin-bottom: 30px; }
.trust-badges { display: flex; gap: 20px; }
.trust-badges span { background: rgba(0,242,255,0.05); color: #00f2ff; padding: 8px 16px; border-radius: 30px; border: 1px solid rgba(0,242,255,0.2); font-size: 14px; font-weight: 600; }

.premium-aso-form { display: flex; flex-direction: column; gap: 20px; }
.input-group-premium input, .input-group-premium select { width: 100% !important; background: rgba(255,255,255,0.02) !important; border: 1px solid rgba(255,255,255,0.1) !important; color: #fff !important; font-family: 'Poppins', sans-serif !important; font-size: 15px !important; padding: 18px 20px !important; border-radius: 8px !important; outline: none !important; transition: 0.3s; }
.input-group-premium select { appearance: none !important; cursor: pointer; color: #8892b0 !important; }
.input-group-premium select option { background: #011032; color: #fff; }
.input-group-premium input:focus, .input-group-premium select:focus { border-color: #00f2ff !important; box-shadow: 0 0 0 3px rgba(0,242,255,0.1) !important; background: rgba(0,242,255,0.02) !important; }

/* --- MASSIVE PILLAR CONTENT --- */
.aso-massive-pillar { padding: 100px 0; font-family: 'Poppins', sans-serif; }
.max-w-900 { max-width: 900px !important; margin: 0 auto; padding: 0 40px; }
.pillar-header { margin-bottom: 60px; text-align: center; }
.pillar-main-title { color: #00f2ff; font-size: 38px; font-weight: 900; line-height: 1.3; margin-bottom: 25px; }
.pillar-lead { color: #ccd6f6; font-size: 19px; line-height: 1.8; font-weight: 400; text-align: left; }
.pillar-section { margin-bottom: 55px; }
.pillar-h3 { color: #ffffff; font-size: 26px; font-weight: 700; margin-bottom: 20px; padding-bottom: 10px; border-bottom: 1px solid rgba(255,255,255,0.05); }
.pillar-text { color: #8892b0; font-size: 17px; line-height: 1.95; margin-bottom: 20px; text-align: justify; font-weight: 300; }
.pillar-text strong { color: #ccd6f6; font-weight: 600; }
.pillar-bullet-list { margin-bottom: 25px; padding-left: 0; }
.pillar-bullet-list li { color: #8892b0; font-size: 17px; line-height: 1.9; margin-bottom: 18px; position: relative; list-style-type: none; padding-left: 25px; text-align: justify; }
.pillar-bullet-list li::before { content: '\f0da'; font-family: 'Font Awesome 5 Free'; font-weight: 900; position: absolute; left: 0; color: #00f2ff; font-size: 14px; top: 4px; }
.pillar-conclusion-box { background: rgba(0, 242, 255, 0.03); border-left: 4px solid #00f2ff; padding: 40px; border-radius: 0 12px 12px 0; margin-top: 60px; box-shadow: 0 10px 30px rgba(0,0,0,0.2); }
.conclusion-title { color: #00f2ff; font-size: 24px; font-weight: 800; margin-bottom: 15px; text-transform: uppercase; letter-spacing: 1px; }
.conclusion-text { color: #ccd6f6; font-size: 17px; line-height: 1.8; margin: 0; }

/* --- MOBILE RESPONSIVENESS --- */
@media (max-width: 991px) {
    .aso-hero-grid, .aso-process-wrapper, .aso-form-box { grid-template-columns: 1fr; text-align: center; gap: 40px; }
    .aso-features-grid { grid-template-columns: repeat(2, 1fr); }
    .advanced-process-list li { text-align: left; }
    .aso-form-box { padding: 40px 30px; }
    .trust-badges { justify-content: center; }
}
@media (max-width: 768px) {
    .tech-container { padding: 0 20px !important; }
    .main-tech-title { font-size: 40px; }
    .aso-features-grid { grid-template-columns: 1fr; }
    .playstore-animation-box { padding: 25px 20px; }
    .app-name { font-size: 14px; }
    .install-btn { padding: 5px 10px; font-size: 10px; }
    .pillar-main-title { font-size: 32px; text-align: left; }
    .pillar-h3 { font-size: 22px; }
    .pillar-text, .pillar-bullet-list li, .conclusion-text { font-size: 16px; text-align: left; }
    .pillar-conclusion-box { padding: 30px 20px; }
}/* End custom CSS */