.elementor-620 .elementor-element.elementor-element-2c60ac7 > .elementor-background-overlay{opacity:0.5;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-620 .elementor-element.elementor-element-2c60ac7{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:250px 250px 250px 250px;}.elementor-620 .elementor-element.elementor-element-38b8054 > .elementor-element-populated{margin:-148px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-620 .elementor-element.elementor-element-9662981 > .elementor-widget-container{margin:0px 0px 0px -203px;}.elementor-620 .elementor-element.elementor-element-9662981 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:51px;font-weight:600;color:#FFFFFF;}.elementor-620 .elementor-element.elementor-element-ddb7efd{margin-top:100px;margin-bottom:100px;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-620 .elementor-element.elementor-element-015334e img{border-radius:20px 20px 20px 20px;}.elementor-620 .elementor-element.elementor-element-43e36d1 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:50px;font-weight:600;color:#FFFFFF;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;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 );}.elementor-620 .elementor-element.elementor-element-63082ef{font-family:"Poppins", Sans-serif;font-size:19px;font-weight:400;color:#FFFFFF;}.elementor-620 .elementor-element.elementor-element-63082ef a{color:#FFFFFF;}.elementor-620 .elementor-element.elementor-element-cef10f8{margin-top:200px;margin-bottom:200px;}body.elementor-page-620:not(.elementor-motion-effects-element-type-background), body.elementor-page-620 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#212121;}@media(max-width:767px){.elementor-620 .elementor-element.elementor-element-38b8054 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-620 .elementor-element.elementor-element-9662981{text-align:center;}.elementor-620 .elementor-element.elementor-element-9662981 .elementor-heading-title{font-size:14px;}.elementor-620 .elementor-element.elementor-element-63082ef{font-size:12px;}}/* Start custom CSS for html, class: .elementor-element-ba7f26a *//* SECTION */
.mission-vision {
    padding: 100px 20px;
    background: #0b0b25;
}

.container {
    max-width: 1100px;
    margin: auto;
}

/* WRAPPER */
.mv-wrapper {
    display: flex;
    align-items: stretch;
    position: relative;
    gap: 40px;
}

/* CARD */
.mv-card {
    flex: 1;
    padding: 60px 40px;
    border-radius: 25px;
    background: linear-gradient(145deg, rgba(106,0,244,0.25), rgba(255,0,204,0.2));
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255,255,255,0.1);
    transition: 0.4s ease;
}

/* TITLE */
.mv-card h2 {
    font-size: 32px;
    color: #ffffff;
    margin-bottom: 20px;
}

/* TEXT */
.mv-card p {
    color: #e0d9ff;
    line-height: 1.7;
    font-size: 16px;
}

/* HOVER EFFECT */
.mv-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(170,0,255,0.4);
}

/* CENTER GLOW DIVIDER */
.divider-glow {
    width: 4px;
    background: linear-gradient(to bottom, #6a00f4, #ff00cc);
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(170,0,255,0.7);
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .mv-wrapper {
        flex-direction: column;
    }

    .divider-glow {
        height: 4px;
        width: 100%;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e473850 *//* SECTION */
.what-we-do {
    padding: 100px 20px;
    background: #0b0b25;
    text-align: center;
}

.container {
    max-width: 1200px;
    margin: auto;
}

.section-title {
    font-size: 42px;
    color: #ffffff;
    margin-bottom: 60px;
}

/* GRID */
.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* CARD */
.service-card {
    position: relative;
    padding: 50px 25px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    transition: 0.4s ease;
}

/* SIDE GLOW LINE */
.service-card .side-glow {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 5px;
    background: linear-gradient(to bottom, #6a00f4, #ff00cc);
    border-radius: 20px 0 0 20px;
}

/* TEXT */
.service-card h3 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
}

/* HOVER EFFECT */
.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(170, 0, 255, 0.3);
    border-color: #6a00f4;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .services-grid {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8293f5d *//* SECTION */
.why-choose {
    padding: 100px 20px;
    background: #0f0f2d;
    text-align: center;
}

.container {
    max-width: 1200px;
    margin: auto;
}

/* HEADING */
.section-title {
    font-size: 40px;
    color: #ffffff;
    margin-bottom: 15px;
}

.section-subtitle {
    color: #bbbbdd;
    max-width: 600px;
    margin: 0 auto 50px;
    font-size: 16px;
}

/* GRID (2 Cards Per Row) */
.why-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

/* CARD DESIGN */
.why-card {
    background: linear-gradient(145deg, #1a1a40, #2a0050);
    padding: 35px 25px;
    border-radius: 20px;
    transition: 0.4s ease;
}

.why-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(138, 43, 226, 0.4);
}

/* ICON */
.why-card .icon {
    font-size: 40px;
    margin-bottom: 20px;
}

/* TEXT */
.why-card h3 {
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 10px;
}

.why-card p {
    color: #ccccff;
    font-size: 15px;
    line-height: 1.6;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .why-grid {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0415b71 */*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    font-family:'Poppins', sans-serif;
    background:#0f0c29;
    overflow-x:hidden;
}

/* SECTION */
.process-section{
    padding:100px 20px;
    text-align:center;
    background:radial-gradient(circle at top left,#1a1040,#0f0c29 60%);
    color:#ffffff;
}

.container{
    max-width:1200px;
    margin:auto;
}

/* HEADING */
.section-title{
    font-size:42px;
    font-weight:700;
    margin-bottom:15px;
    color:#ffffff !important; 
}

.section-subtitle{
    font-size:16px;
    opacity:0.85;
    margin-bottom:70px;
    max-width:700px;
    margin-left:auto;
    margin-right:auto;
}

/* GRID */
.process-container{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
}

/* CARD */
.magic-card{
    position:relative;
    padding:40px 25px;
    border-radius:25px;
    background:linear-gradient(145deg,#8e2de2,#ff00c8);
    color:#fff;
    transition:0.4s ease;
    box-shadow:0 15px 40px rgba(0,0,0,0.3);
}

.magic-card:hover{
    transform:translateY(-15px);
    box-shadow:0 25px 60px rgba(255,0,200,0.4);
}

/* STEP NUMBER */
.step-number{
    font-size:48px;
    font-weight:700;
    display:block;
    margin-bottom:20px;
    opacity:0.3;
}

/* TEXT */
.magic-card h3{
    font-size:20px;
    margin-bottom:15px;
    font-weight:600;
}

.magic-card p{
    font-size:14px;
    line-height:1.6;
    opacity:0.95;
}

/* ================= RESPONSIVE ================= */

@media (max-width: 992px){
    .process-container{
        grid-template-columns:repeat(2,1fr);
    }
}

@media (max-width: 768px){

    .process-container{
        grid-template-columns:1fr;
    }

    .process-section{
        padding:70px 20px;
    }

    .section-title{
        font-size:30px;
    }

    .section-subtitle{
        font-size:14px;
        margin-bottom:40px;
    }

    .magic-card{
        padding:35px 20px;
    }

    .step-number{
        font-size:36px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-841317f *//* CTA SECTION */
.cta-section {
  padding: 120px 20px;
  background: linear-gradient(135deg, #0b0b25, #1a0033);
  text-align: center;
}

/* TITLE - PURE WHITE */
.cta-title {
  font-size: 48px;
  font-weight: 700;
  color: #ffffff !important;
  margin-bottom: 20px;
  text-shadow: none;
}

/* TEXT */
.cta-text {
  font-size: 18px;
  color: #cccccc;
  margin-bottom: 40px;
}

/* BUTTON */
.cta-btn {
  display: inline-block;
  padding: 14px 35px;
  background: linear-gradient(135deg, #ff00cc, #6600ff);
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
  border-radius: 30px;
  transition: 0.3s ease;
}

.cta-btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 0 20px rgba(255, 0, 204, 0.6);
}/* End custom CSS */