.elementor-3047 .elementor-element.elementor-element-255df72{--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;}.elementor-3047 .elementor-element.elementor-element-255df72:not(.elementor-motion-effects-element-type-background), .elementor-3047 .elementor-element.elementor-element-255df72 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-3047 .elementor-element.elementor-element-a50f40e{--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;}.elementor-3047 .elementor-element.elementor-element-a50f40e:not(.elementor-motion-effects-element-type-background), .elementor-3047 .elementor-element.elementor-element-a50f40e > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-3047 .elementor-element.elementor-element-41ebc6f{--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;}.elementor-3047 .elementor-element.elementor-element-41ebc6f:not(.elementor-motion-effects-element-type-background), .elementor-3047 .elementor-element.elementor-element-41ebc6f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-3047 .elementor-element.elementor-element-53116fc{--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;}.elementor-3047 .elementor-element.elementor-element-53116fc:not(.elementor-motion-effects-element-type-background), .elementor-3047 .elementor-element.elementor-element-53116fc > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-3047 .elementor-element.elementor-element-c279641{--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;}.elementor-3047 .elementor-element.elementor-element-c279641:not(.elementor-motion-effects-element-type-background), .elementor-3047 .elementor-element.elementor-element-c279641 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-3047 .elementor-element.elementor-element-53c0c8c{--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;}/* Start custom CSS for html, class: .elementor-element-bc2626e */.about-hero{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:60px;
    max-width:1200px;
    margin:auto;
    padding:100px 20px;
}

.about-hero-content{
    flex:1;
}

.hero-badge{
    display:inline-block;
    background:#ffd400;
    color:#000;
    padding:12px 25px;
    border-radius:50px;
    font-weight:700;
    margin-bottom:25px;
}

.about-hero-content h1{
    font-size:64px;
    line-height:1.1;
    color:#fff;
    margin-bottom:25px;
}

.about-hero-content p{
    font-size:18px;
    color:#ccc;
    line-height:1.8;
    margin-bottom:35px;
}

.hero-buttons{
    display:flex;
    gap:15px;
}

.btn-primary{
    background:#ffd400;
    color:#000;
    padding:16px 32px;
    border-radius:10px;
    text-decoration:none;
    font-weight:700;
}

.btn-secondary{
    border:1px solid #333;
    color:#fff;
    padding:16px 32px;
    border-radius:10px;
    text-decoration:none;
}

.about-hero-image{
    flex:1;
}

.about-hero-image img{
    width:100%;
    border-radius:20px;
    display:block;
}

@media(max-width:768px){

.about-hero{
    flex-direction:column;
    padding:70px 20px;
    gap:40px;
}

.about-hero-content h1{
    font-size:42px;
}

.hero-buttons{
    flex-direction:column;
}

.btn-primary,
.btn-secondary{
    width:100%;
    text-align:center;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4850994 */.who-we-are{
    padding:100px 20px;
}

.who-container{
    max-width:1200px;
    margin:auto;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:60px;
    align-items:center;
}

.section-badge{
    display:inline-block;
    background:#ffd400;
    color:#000;
    padding:10px 22px;
    border-radius:50px;
    font-weight:700;
    margin-bottom:20px;
}

.who-text h2{
    color:#fff;
    font-size:42px;
    margin-bottom:25px;
}

.who-text p{
    color:#ccc;
    line-height:1.9;
    margin-bottom:20px;
}

.who-stats{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px;
}

.stat-box{
    background:#111;
    border:1px solid #222;
    border-radius:16px;
    padding:30px;
    text-align:center;
}

.stat-box h3{
    color:#ffd400;
    font-size:40px;
    margin-bottom:10px;
}

.stat-box p{
    color:#ccc;
}

@media(max-width:768px){

.who-container{
    grid-template-columns:1fr;
}

.who-text h2{
    font-size:32px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-37760bc */.why-deiptv{
    padding:100px 20px;
    max-width:1200px;
    margin:auto;
}

.why-header{
    text-align:center;
    max-width:800px;
    margin:0 auto 60px;
}

.why-header h2{
    color:#fff;
    font-size:42px;
    margin:20px 0;
}

.why-header p{
    color:#ccc;
    line-height:1.8;
}

.features-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
}

.feature-card{
    background:#111;
    border:1px solid #222;
    border-radius:18px;
    padding:30px;
    transition:.3s;
}

.feature-card:hover{
    border-color:#ffd400;
    transform:translateY(-5px);
}

.feature-card h3{
    color:#ffd400;
    margin-bottom:15px;
}

.feature-card p{
    color:#ccc;
    line-height:1.8;
}

@media(max-width:768px){

.features-grid{
    grid-template-columns:1fr;
}

.why-header h2{
    font-size:32px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3ec464f */.our-mission{
    padding:100px 20px;
}

.mission-container{
    max-width:1000px;
    margin:auto;
    text-align:center;
}

.mission-container h2{
    color:#fff;
    font-size:42px;
    margin:20px 0;
}

.mission-container p{
    color:#ccc;
    line-height:1.9;
    max-width:850px;
    margin:0 auto 20px;
}

.mission-highlights{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
    margin-top:50px;
}

.highlight-box{
    background:#111;
    border:1px solid #222;
    border-radius:16px;
    padding:25px;
}

.highlight-box h3{
    color:#ffd400;
    margin-bottom:10px;
}

.highlight-box p{
    margin:0;
}

@media(max-width:768px){

.mission-container h2{
    font-size:32px;
}

.mission-highlights{
    grid-template-columns:1fr;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6767b66 */.about-cta{
    padding:100px 20px;
}

.cta-content{
    max-width:1000px;
    margin:auto;
    text-align:center;
    background:#111;
    border:1px solid #222;
    border-radius:24px;
    padding:70px 40px;
}

.cta-content h2{
    color:#fff;
    font-size:48px;
    margin:20px 0;
}

.cta-content p{
    color:#ccc;
    max-width:700px;
    margin:0 auto 35px;
    line-height:1.8;
}

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

.cta-primary{
    background:#ffd400;
    color:#000;
    padding:16px 32px;
    border-radius:10px;
    text-decoration:none;
    font-weight:700;
}

.cta-secondary{
    border:1px solid #444;
    color:#fff;
    padding:16px 32px;
    border-radius:10px;
    text-decoration:none;
    font-weight:700;
}

@media(max-width:768px){

.cta-content{
    padding:50px 25px;
}

.cta-content h2{
    font-size:34px;
}

.cta-buttons{
    flex-direction:column;
}

.cta-primary,
.cta-secondary{
    width:100%;
    text-align:center;
}

}/* End custom CSS */