.elementor-26 .elementor-element.elementor-element-fa528ec{--display:flex;--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-26 .elementor-element.elementor-element-dc52164{margin:-26px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-26 .elementor-element.elementor-element-2adf1b8{margin:-21px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-26 .elementor-element.elementor-element-e3f8a6c{margin:-20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-26 .elementor-element.elementor-element-b94cc58{margin:-23px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}body.elementor-page-26:not(.elementor-motion-effects-element-type-background), body.elementor-page-26 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#1A1C1E;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-dc52164 *//* --- Products Section Styles --- */
.products-section {
    padding: 100px 8%;
    background: var(--dark-bg);
}

.section-header {
    margin-bottom: 60px;
}

.kicker {
    color: var(--brand-blue);
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 700;
    font-size: 0.8rem;
    display: block;
    margin-bottom: 10px;
}

.title {
    font-size: 3rem;
    font-weight: 900;
    color: var(--white);
    margin: 0;
    text-transform: uppercase;
}

.title span {
    color: transparent;
    -webkit-text-stroke: 1px var(--white);
}

/* Grid Layout */
.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

/* Sexy Product Card */
.product-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 4px;
    padding: 30px;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product-card:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: var(--brand-blue);
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4), 0 0 20px rgba(38, 171, 226, 0.1);
}

.product-img {
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    position: relative;
}

.product-img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 10px 20px rgba(0,0,0,0.5));
    transition: transform 0.5s ease;
}

.product-card:hover .product-img img {
    transform: scale(1.1) rotate(-3deg);
}

/* Product Content */
.product-info h3 {
    color: var(--white);
    font-size: 1.4rem;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    font-weight: 900;
}

.product-info p {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 25px;
}

.card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
}

.price {
    color: var(--brand-blue);
    font-weight: 900;
    font-size: 1.1rem;
}

.add-btn {
    width: 40px;
    height: 40px;
    background: var(--brand-blue);
    color: var(--white);
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: bold;
    border-radius: 2px;
    transition: 0.3s;
}

.add-btn:hover {
    background: var(--white);
    color: var(--brand-blue);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e3f8a6c *//* --- Reviews Section Styles --- */
.reviews-section {
    padding: 100px 8%;
    background: var(--dark-bg);
}

.reviews-header {
    text-align: center;
    margin-bottom: 80px;
}

.reviews-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
}

/* Cinematic Review Card */
.review-card {
    background: linear-gradient(145deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.01) 100%);
    border: 1px solid rgba(255,255,255,0.05);
    padding: 50px 40px;
    position: relative;
    transition: all 0.5s ease;
}

.review-card.active-border {
    border-color: var(--brand-blue);
    background: rgba(38, 171, 226, 0.02);
}

.quote-icon {
    position: absolute;
    top: 20px;
    left: 40px;
    font-size: 5rem;
    color: var(--brand-blue);
    font-family: 'Georgia', serif;
    opacity: 0.3;
    line-height: 1;
}

.review-text {
    color: var(--white);
    font-size: 1.1rem;
    line-height: 1.8;
    font-style: italic;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
}

.client-meta {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 20px;
}

.client-name {
    display: block;
    color: var(--white);
    font-weight: 900;
    text-transform: uppercase;
    font-size: 0.9rem;
    letter-spacing: 1px;
}

.client-role {
    display: block;
    color: var(--brand-blue);
    font-size: 0.75rem;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 5px;
}

.stars {
    color: var(--brand-blue);
    letter-spacing: 2px;
    font-size: 0.8rem;
}

.review-card:hover {
    transform: scale(1.02);
    background: rgba(255,255,255,0.05);
    border-color: var(--brand-blue);
}

/* Responsive adjustment */
@media (max-width: 768px) {
    .reviews-container {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b94cc58 *//* --- Contact Section Styles --- */
.contact-section {
    padding: 120px 8% 40px;
    background: #05070a;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
    margin-bottom: 100px;
}

.contact-desc {
    color: rgba(255, 255, 255, 0.5);
    margin: 25px 0 50px;
    line-height: 1.8;
}

.contact-links {
    display: grid;
    gap: 30px;
}

.link-label {
    display: block;
    color: var(--brand-blue);
    text-transform: uppercase;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 2px;
    margin-bottom: 8px;
}

.link-value {
    color: var(--white);
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 700;
    transition: 0.3s;
}

a.link-value:hover {
    color: var(--brand-blue);
}

/* Form Styling */
.sexy-form {
    display: grid;
    gap: 20px;
}

.input-group input, 
.input-group select, 
.input-group textarea {
    width: 100%;
    padding: 20px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--white);
    font-family: inherit;
    border-radius: 2px;
    transition: 0.4s;
    box-sizing: border-box;
}

.input-group input:focus, 
.input-group textarea:focus {
    outline: none;
    border-color: var(--brand-blue);
    background: rgba(255, 255, 255, 0.05);
}

.submit-btn {
    background: var(--brand-blue);
    color: var(--white);
    padding: 20px;
    border: none;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 2px;
    cursor: pointer;
    transition: 0.4s;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.submit-btn:hover {
    background: var(--white);
    color: var(--brand-blue);
    box-shadow: 0 10px 30px rgba(38, 171, 226, 0.3);
}

/* Footer Styling */
.main-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding-top: 40px;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: rgba(255, 255, 255, 0.3);
    font-size: 0.8rem;
}

.footer-logo img {
    height: 25px;
    opacity: 0.5;
}

.social-icons a {
    color: rgba(255, 255, 255, 0.3);
    text-decoration: none;
    margin-left: 20px;
    font-weight: 900;
    transition: 0.3s;
}

.social-icons a:hover {
    color: var(--brand-blue);
}

/* Responsive */
@media (max-width: 992px) {
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 60px;
    }
    
    .footer-bottom {
        flex-direction: column;
        gap: 30px;
        text-align: center;
    }
}/* End custom CSS */