.elementor-477 .elementor-element.elementor-element-88da8bf{--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;}.elementor-477 .elementor-element.elementor-element-dee8574{--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;}.elementor-477 .elementor-element.elementor-element-8287eff{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0% 0% 0% 0%;}/* Start custom CSS for html, class: .elementor-element-bb6a18f *//* =========================================================
   GLOBAL STYLES FOR ABOUT PAGE
   ========================================================= */
.about-page-wrapper {
    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; margin: 0 auto; padding: 0 30px; }
.tech-title { color: #00f2ff; font-size: 38px; font-weight: 800; text-transform: uppercase; margin-bottom: 10px; }

/* Buttons */
.bold-btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 16px 35px; font-size: 16px; font-weight: 700; font-family: 'Poppins', sans-serif; text-transform: uppercase; letter-spacing: 1px; border-radius: 8px; text-decoration: none !important; transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
.btn-neon { background-color: #00f2ff; color: #011032 !important; border: 2px solid #00f2ff; box-shadow: 0 0 15px rgba(0, 242, 255, 0.4); }
.btn-neon:hover { background-color: transparent; color: #00f2ff !important; box-shadow: 0 0 25px rgba(0, 242, 255, 0.8); transform: translateY(-5px); }

/* =========================================================
   SECTION 1: HERO (DARK)
   ========================================================= */
.about-hero-section {
    padding: 100px 0;
    background-color: #011032; /* Dark theme */
    color: #fff;
    border-bottom: 1px solid rgba(0, 242, 255, 0.1);
}
.about-hero-content { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.hero-text-box { flex: 1.2; }
.hero-image-box { flex: 1; text-align: right; }

.neon-subtitle { color: #00f2ff; letter-spacing: 3px; font-size: 15px; font-weight: 600; margin-bottom: 15px; text-transform: uppercase; }
.main-tech-title { 
    color: #ffffff !important; /* Ye text ko forcefully white kar dega */
    font-size: 48px; 
    font-weight: 900; 
    line-height: 1.2; 
    margin-bottom: 25px; 
    text-shadow: 0 0 20px rgba(0, 242, 255, 0.4); /* Thoda extra glow contrast ke liye */
}
.about-lead-text { color: #ccd6f6; font-size: 18px; line-height: 1.8; margin-bottom: 40px; }
.about-lead-text strong { color: #fff; }

.floating-tech-img { max-width: 100%; border-radius: 20px; animation: tech-float 6s ease-in-out infinite; filter: drop-shadow(0 0 30px rgba(0, 242, 255, 0.15)); }
@keyframes tech-float { 0% { transform: translateY(0); } 50% { transform: translateY(-20px); } 100% { transform: translateY(0); } }

/* =========================================================
   SECTION 2: MISSION & VISION (LIGHT/WHITE)
   ========================================================= */
.about-mission-section-light { 
    padding: 100px 0; 
    background-color: #ffffff; /* Contrast White Background */
}
.section-header-center-light { text-align: center; margin-bottom: 60px; }

.tech-title-dark { color: #011032; font-size: 38px; font-weight: 800; text-transform: uppercase; margin-bottom: 10px; }
.tech-subtitle-dark { color: #555555; font-size: 18px; font-weight: 500;}

.mission-grid-light { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }

.clean-card {
    background: #ffffff;
    border: 1px solid #e0e0e0; 
    padding: 50px 30px;
    border-radius: 12px;
    text-align: center;
    transition: all 0.4s ease;
    box-shadow: 0 5px 15px rgba(0,0,0,0.04);
}
.clean-card:hover { transform: translateY(-8px); border-color: #00f2ff; box-shadow: 0 15px 30px rgba(0, 242, 255, 0.15); }

.card-icon-light { font-size: 50px; color: #00f2ff; margin-bottom: 25px; }
.card-title-dark { font-size: 24px; font-weight: 800; margin-bottom: 15px; color: #011032; }
.card-text-dark { color: #555555; font-size: 16px; line-height: 1.7; }

/* =========================================================
   SECTION 3: STATS STRIP (DARK)
   ========================================================= */
.about-stats-section {
    background: linear-gradient(90deg, #010a20 0%, #011032 100%);
    padding: 60px 0;
    border-top: 1px solid rgba(0, 242, 255, 0.2);
    border-bottom: 1px solid rgba(0, 242, 255, 0.2);
}
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; text-align: center; }
.stat-number { color: #00f2ff; font-size: 45px; font-weight: 900; margin-bottom: 5px; text-shadow: 0 0 15px rgba(0, 242, 255, 0.3); }
.stat-label { color: #ccd6f6; font-size: 16px; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; }

/* =========================================================
   SECTION 4: FOUNDER (DARK)
   ========================================================= */
.about-founder-section { padding: 100px 0 120px; background-color: #011032; color: #fff;}
.founder-flex { display: flex; align-items: center; gap: 60px; }
.founder-image-box { flex: 0.8; }
.founder-text-box { flex: 1.2; }

.founder-img { width: 100%; border-radius: 12px; border: 2px solid rgba(0, 242, 255, 0.3); padding: 15px; background: rgba(0, 0, 0, 0.2); transition: 0.3s; }
.founder-img:hover { border-color: #00f2ff; box-shadow: 0 0 30px rgba(0, 242, 255, 0.3); }

.founder-name { color: #fff; font-size: 24px; margin-bottom: 25px; font-weight: 600; }
.about-text { color: #8892b0; font-size: 17px; line-height: 1.8; margin-bottom: 20px; text-align: justify; }

.expertise-tags { display: flex; gap: 15px; flex-wrap: wrap; margin-top: 30px; }
.tech-tag { background: rgba(0, 242, 255, 0.05); color: #00f2ff; padding: 12px 25px; border-radius: 30px; font-size: 15px; font-weight: 600; border: 1px solid rgba(0, 242, 255, 0.3); display: flex; align-items: center; gap: 8px; transition: 0.3s;}
.tech-tag:hover { background: rgba(0, 242, 255, 0.2); box-shadow: 0 0 15px rgba(0,242,255,0.4); transform: translateY(-3px);}

/* =========================================================
   MOBILE RESPONSIVENESS
   ========================================================= */
@media (max-width: 991px) {
    .about-hero-content, .founder-flex { flex-direction: column; text-align: center; }
    .hero-image-box { text-align: center; margin-top: 40px; }
    .mission-grid-light { grid-template-columns: repeat(2, 1fr); }
    .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 40px; }
    .bold-btn-wrapper-left { text-align: center; }
    .expertise-tags { justify-content: center; }
    .about-text { text-align: center; }
}

@media (max-width: 768px) {
    .mission-grid-light { grid-template-columns: 1fr; }
    .stats-grid { grid-template-columns: 1fr; gap: 30px; }
    .main-tech-title { font-size: 36px; }
    .tech-title, .tech-title-dark { font-size: 32px; }
    .about-hero-section, .about-mission-section-light, .about-stats-section, .about-founder-section { padding: 60px 0; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8287eff *//* About Page SEO Pillar Wrapper */
.about-seo-pillar-wrapper {
    background-color: #010a1c; /* Deep dark to sit perfectly at the bottom */
    padding: 100px 0;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    font-family: 'Poppins', sans-serif;
    border-top: 1px solid rgba(0, 242, 255, 0.1);
}
.seo-container {
    max-width: 1300px; /* Content ko zyada failne se rokne ke liye */
    margin: 0 auto;    /* Center align karne ke liye */
    padding: 0 40px;   /* Left aur Right mein perfect gap */
}

/* Headings */
.seo-header { text-align: center; margin-bottom: 50px; }
.seo-main-heading { color: #00f2ff; font-size: 30px; font-weight: 800; line-height: 1.3; margin-bottom: 25px; }
.seo-lead-text { color: #ccd6f6; font-size: 12px; line-height: 1.8; font-weight: 500; }

/* Section Spacing */
.seo-section { margin-bottom: 55px; }
.seo-sub-heading { color: #ffffff; font-size: 15px; font-weight: 700; margin-top: 50px; margin-bottom: 25px; border-bottom: 1px solid rgba(255,255,255,0.1); padding-bottom: 15px;}
.seo-minor-heading { color: #00f2ff; font-size: 14px; font-weight: 600; margin-top: 35px; margin-bottom: 15px; }

/* Text Readability */
.seo-text { color: #8892b0; font-size: 12px; line-height: 1.9; margin-bottom: 25px; text-align: justify; font-weight: 400; }
.seo-text strong { color: #ffffff; font-weight: 600; }

/* =========================================================
   LINKS STYLING (Crucial for Technical SEO Visuals)
   ========================================================= */
/* Internal Links (Points to your own pages) */
.seo-internal-link {
    color: #00f2ff;
    text-decoration: none;
    font-weight: 600;
    border-bottom: 1px dashed #00f2ff;
    transition: all 0.3s ease;
}
.seo-internal-link:hover {
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
    background: rgba(0, 242, 255, 0.1);
}

/* External Links (Points to Authority sites like Google/W3C) */
.seo-external-link {
    color: #FF7A59; /* Different color (HubSpot Orange) to distinguish external links */
    text-decoration: none;
    font-weight: 500;
    position: relative;
    padding-right: 18px;
    transition: all 0.3s ease;
}
/* Adding a small external link icon automatically via CSS */
.seo-external-link::after {
    content: '\f35d'; /* FontAwesome External Link Icon */
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 12px;
    position: absolute;
    right: 0;
    top: 2px;
}
.seo-external-link:hover { color: #ffffff; text-decoration: underline; }

/* Conclusion */
.seo-conclusion { text-align: center; font-size: 20px; color: #ffffff; padding-top: 40px; border-top: 2px solid rgba(0, 242, 255, 0.2); margin-top: 50px; }

/* Mobile */
@media (max-width: 768px) {
    .about-seo-pillar-wrapper { padding: 60px 0; }
    .seo-main-heading { font-size: 32px; text-align: left; }
    .seo-lead-text { font-size: 16px; text-align: left; }
    .seo-sub-heading { font-size: 22px; }
    .seo-text { font-size: 16px; text-align: left; }
}/* End custom CSS */