.elementor-10 .elementor-element.elementor-element-a6fec74{--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;--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-10 .elementor-element.elementor-element-0d56d2a{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-10 .elementor-element.elementor-element-e8e4c05{--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-10 .elementor-element.elementor-element-f323748{--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;--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-10 .elementor-element.elementor-element-5babc14{--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;--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-10 .elementor-element.elementor-element-bdbbb58{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-10 .elementor-element.elementor-element-01fb5ca{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-0d56d2a *//* Hero Container - Forced Full Width */
.zaz-hero {
    position: relative;
    height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: linear-gradient(135deg, #1a1a1a 0%, #0a0a0a 100%);
    color: #ffffff;
    overflow: hidden;
    font-family: 'Poppins', sans-serif;

    /* Ye 5 lines section ko zabardasti poori screen par phailati hain */
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    left: 0;
    right: 0;
}

/* Content Styling - Isko center mein rakhnay ke liye max-width */
.hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    padding: 20px;
    margin: 0 auto; /* Content center mein rahay ga */
}

.subtitle {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 14px;
    color: #00d4ff;
    margin-bottom: 15px;
    display: block;
}

.hero-content h1 {
    font-size: clamp(2.5rem, 6vw, 4.5rem);
    font-weight: 800;
    margin-bottom: 20px;
    line-height: 1.1;
    color: #ffffff !important; /* Force white color */
}

.hero-content p {
    font-size: 1.2rem;
    color: #cccccc !important;
    margin-bottom: 35px;
}

.hero-content p strong {
    color: #ffffff !important;
}

/* Buttons */
.hero-btns {
    display: flex;
    gap: 15px;
    justify-content: center;
}

.btn-primary, .btn-secondary {
    padding: 15px 35px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-primary {
    background: #00d4ff;
    color: #000 !important; /* Button text hamesha black rahay */
}

.btn-primary:hover {
    background: #ffffff;
    transform: translateY(-3px);
}

.btn-secondary {
    border: 2px solid #ffffff;
    color: #ffffff !important;
}

.btn-secondary:hover {
    background: rgba(255, 255, 255, 0.1);
}

/* Visual Flare Overlay */
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at center, rgba(0, 212, 255, 0.1) 0%, transparent 70%);
    z-index: 1;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .zaz-hero {
        height: auto;
        padding: 100px 0;
    }
    .hero-btns {
        flex-direction: column;
        align-items: center;
    }
    .btn-primary, .btn-secondary {
        width: 80%;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7f0454c */.zaz-services {
    padding: 100px 20px;
    background-color: #ffffff;
    font-family: 'Poppins', sans-serif;
}

.container {
    max-width: 1140px;
    margin: 0 auto;
}

.services-header {
    text-align: center;
    margin-bottom: 60px;
}

.tag {
    color: #00d4ff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
}

.services-header h2 {
    font-size: 36px;
    color: #1a1a1a;
    margin-top: 10px;
}

.line {
    width: 60px;
    height: 4px;
    background: #00d4ff;
    margin: 15px auto;
}

/* Grid Layout */
.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

/* Card Styling */
.service-card {
    padding: 50px 40px;
    background: #f9f9f9;
    border-radius: 20px;
    transition: all 0.4s ease;
    border: 1px solid #eee;
}

.service-card:hover {
    transform: translateY(-10px);
    background: #1a1a1a;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.service-card:hover h3, 
.service-card:hover p, 
.service-card:hover li {
    color: #ffffff;
}

.icon-box {
    font-size: 40px;
    color: #00d4ff;
    margin-bottom: 20px;
}

.service-card h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.service-card p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 25px;
}

.service-list {
    list-style: none;
    padding: 0;
}

.service-list li {
    margin-bottom: 10px;
    font-size: 15px;
    color: #444;
    display: flex;
    align-items: center;
    gap: 10px;
}

.service-list i {
    color: #00d4ff;
    font-size: 12px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8c89fcc *//* Container Background ko dark kar diya taake white text nazar aaye */
.zaz-benefits-fix {
    padding: 100px 20px;
    background: #0f1113; /* Dark Charcoal Background */
    font-family: 'Poppins', sans-serif;
    text-align: center;
}

.benefits-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* Header Text - Ab yeh chamkay ga */
.tag {
    color: #00d4ff; /* Cyan color */
    font-weight: 700;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 10px;
}

.main-title {
    color: #ffffff !important; /* Force White */
    font-size: 38px;
    margin-bottom: 50px;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

/* Cards styling */
.dark-card {
    background: #1a1d21; /* Slightly lighter than section bg */
    border: 1px solid #333;
    padding: 40px;
    border-radius: 15px;
    transition: 0.3s;
}

.dark-card:hover {
    border-color: #00d4ff;
    transform: translateY(-10px);
}

.benefit-icon {
    font-size: 45px;
    color: #00d4ff;
    margin-bottom: 20px;
}

/* Text Colors inside cards */
.dark-card h4 {
    color: #ffffff !important;
    font-size: 22px;
    margin-bottom: 15px;
}

.dark-card p {
    color: #b0b0b0 !important; /* Light Grey for readability */
    line-height: 1.6;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bdbbb58 */.zaz-portfolio {
    padding: 100px 20px;
    background: #0a0a0a; /* Deep Black background */
    font-family: 'Poppins', sans-serif;
}

.portfolio-container {
    max-width: 1200px;
    margin: 0 auto;
}

.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 25px;
}

.project-card {
    position: relative;
    height: 400px;
    border-radius: 15px;
    overflow: hidden;
    cursor: pointer;
}

/* Background Images for Projects */
.project-img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: transform 0.5s ease;
}

/* Replace these URLs with your actual work images */
.web-project { background-image: url('https://images.unsplash.com/photo-1460925895917-afdab827c52f?auto=format&fit=crop&w=800'); }
.logo-project { background-image: url('https://images.unsplash.com/photo-1626785774573-4b799315345d?auto=format&fit=crop&w=800'); }
.brand-project { background-image: url('https://images.unsplash.com/photo-1551434678-e076c223a692?auto=format&fit=crop&w=800'); }

.project-card:hover .project-img {
    transform: scale(1.1);
}

/* Hover Overlay */
.project-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 212, 255, 0.9), rgba(0,0,0,0.2));
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 30px;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.project-card:hover .project-overlay {
    opacity: 1;
}

.project-overlay h4 {
    color: #ffffff !important;
    font-size: 24px;
    margin-bottom: 5px;
}

.project-overlay p {
    color: #000000 !important;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 15px;
}

.view-btn {
    display: inline-block;
    padding: 10px 20px;
    background: #ffffff;
    color: #000;
    border-radius: 5px;
    font-weight: 700;
    font-size: 13px;
    width: fit-content;
}

/* Responsive */
@media (max-width: 768px) {
    .portfolio-grid {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9929c34 */.zaz-cta-banner {
    position: relative;
    padding: 80px 20px;
    background: #050505; /* Super Dark Background */
    overflow: hidden;
    font-family: 'Poppins', sans-serif;
}

/* Subtle glowing background effect */
.cta-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    height: 300px;
    background: #00d4ff;
    filter: blur(150px);
    opacity: 0.15;
    z-index: 1;
}

.cta-container {
    position: relative;
    z-index: 2;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.cta-tag {
    color: #00d4ff;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 700;
    font-size: 14px;
}

.zaz-cta-banner h2 {
    color: #ffffff !important;
    font-size: clamp(28px, 5vw, 42px);
    font-weight: 800;
    margin: 15px 0;
}

.zaz-cta-banner p {
    color: #aaaaaa !important;
    margin-bottom: 40px;
    font-size: 18px;
}

/* Contact Boxes Layout */
.contact-links {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.cta-box {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px 30px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 20px;
    text-decoration: none;
    transition: all 0.3s ease;
    min-width: 280px;
}

.cta-box:hover {
    background: #00d4ff;
    transform: translateY(-5px);
    border-color: #00d4ff;
}

.cta-icon {
    font-size: 28px;
    color: #00d4ff;
    transition: 0.3s;
}

.cta-box:hover .cta-icon {
    color: #000;
}

.cta-text {
    text-align: left;
}

.cta-text span {
    display: block;
    color: #888;
    font-size: 13px;
    text-transform: uppercase;
    transition: 0.3s;
}

.cta-text strong {
    display: block;
    color: #fff;
    font-size: 18px;
    transition: 0.3s;
}

.cta-box:hover .cta-text span,
.cta-box:hover .cta-text strong {
    color: #000;
}

/* Mobile Fix */
@media (max-width: 768px) {
    .cta-box {
        width: 100%;
        justify-content: center;
    }
}/* End custom CSS */