.elementor-234 .elementor-element.elementor-element-9d1c11b{--display:flex;--min-height:199px;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-234 .elementor-element.elementor-element-9d1c11b:not(.elementor-motion-effects-element-type-background), .elementor-234 .elementor-element.elementor-element-9d1c11b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, var( --e-global-color-secondary ) 0%, var( --e-global-color-7d95283 ) 100%);}.elementor-234 .elementor-element.elementor-element-32542a6 .elementor-heading-title{color:var( --e-global-color-4b6fc9b );}.elementor-234 .elementor-element.elementor-element-fc36b4e{--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-234 .elementor-element.elementor-element-15b3564{--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;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-78383f8 *//* SECTION */
.product-detail {
    padding: 120px 10%;
    background: linear-gradient(135deg, #f7f1e7, #e9dfcf);
}

/* CONTAINER */
.product-container {
    display: flex;
    align-items: center;
    gap: 80px;
}

/* TEXT */
.product-text {
    flex: 1;
}

/* TAG */
.tag {
    display: inline-block;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #b8924a;
    margin-bottom: 10px;
}

/* HEADING */
.product-text h2 {
    font-size: 46px;
    color: #1a1a1a;
    line-height: 1.2;
}

.product-text h2 span {
    color: #b8924a;
}

/* DESCRIPTION */
.desc {
    margin-top: 20px;
    color: #555;
    max-width: 520px;
}

/* FEATURES */
.features {
    margin-top: 30px;
}

.feature {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.feature span {
    color: #b8924a;
    margin-right: 10px;
    font-weight: bold;
}

.feature p {
    color: #444;
}

/* BUTTON */
.premium-btn {
    display: inline-block;
    margin-top: 30px;
    padding: 14px 32px;
    background: linear-gradient(135deg, #b8924a, #d6af62);
    color: #000;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}

.premium-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(184,146,74,0.3);
}

/* IMAGE */
.product-image {
    flex: 1;
    text-align: center;
}

.product-image img {
    width: 100%;
    max-width: 480px;
    border-radius: 20px;
    box-shadow: 0 40px 80px rgba(0,0,0,0.2);
    transition: 0.5s;
}

/* IMAGE HOVER */
.product-image img:hover {
    transform: scale(1.05);
}

/* RESPONSIVE */
@media (max-width: 900px) {
    .product-container {
        flex-direction: column;
        text-align: center;
    }
}
/* POPUP OVERLAY */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

/* POPUP BOX */
.popup-box {
    background: #fff;
    padding: 30px;
    border-radius: 16px;
    width: 350px;
    text-align: center;
    position: relative;
}

/* CLOSE BUTTON */
.close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 22px;
    cursor: pointer;
}

/* FORM */
.popup-box input,
.popup-box textarea {
    width: 100%;
    padding: 12px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 14px;
}

.popup-box textarea {
    height: 80px;
    resize: none;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f6b5cb2 *//* ======================= */
/* 🔥 BACKGROUND DEPTH */
/* ======================= */
.applications-section {
    padding: 140px 10%;
    background: radial-gradient(circle at top left, #f9f4ec, #e6dccb);
    position: relative;
    overflow: hidden;
}

/* floating light blobs */
.applications-section::before,
.applications-section::after {
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(214,175,98,0.15), transparent);
    filter: blur(80px);
    z-index: 0;
}

.applications-section::before {
    top: -100px;
    left: -100px;
}

.applications-section::after {
    bottom: -120px;
    right: -100px;
}

/* ======================= */
/* HEADER */
/* ======================= */
.app-header {
    text-align: center;
    margin-bottom: 80px;
    position: relative;
    z-index: 2;
}

.app-header h2 {
    font-size: 46px;
    letter-spacing: 1px;
    color: #1a1a1a;
}

.app-header p {
    color: #6a6a6a;
    margin-top: 15px;
}

/* ======================= */
/* GRID */
/* ======================= */
.app-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 40px;
    position: relative;
    z-index: 2;
}

/* ======================= */
/* CARD */
/* ======================= */
.app-card {
    position: relative;
    padding: 50px 30px;
    border-radius: 22px;
    background: rgba(255,255,255,0.55);
    backdrop-filter: blur(20px);
    transition: 0.6s cubic-bezier(.2,.8,.2,1);
    overflow: hidden;
}

/* shimmer effect */
.shine {
    position: absolute;
    top: -100%;
    left: -50%;
    width: 200%;
    height: 300%;
    background: linear-gradient(
        120deg,
        transparent,
        rgba(255,255,255,0.4),
        transparent
    );
    transform: rotate(25deg);
    transition: 0.8s;
}

.app-card:hover .shine {
    top: 100%;
}

/* hover lift */
.app-card:hover {
    transform: translateY(-18px) scale(1.04);
    box-shadow: 0 40px 100px rgba(0,0,0,0.15);
}

/* ======================= */
/* ICON */
/* ======================= */
.icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    color: #b8924a;
    transition: 0.4s;
}

.icon svg {
    width: 100%;
    height: 100%;
    stroke: currentColor;
    stroke-width: 1.5;
    fill: none;
}

.app-card:hover .icon {
    transform: scale(1.2) rotate(5deg);
    color: #d6af62;
}

/* ======================= */
/* TEXT */
/* ======================= */
.app-card h3 {
    font-size: 22px;
    color: #1a1a1a;
}

.app-card p {
    color: #555;
    margin-top: 8px;
}

/* ======================= */
/* SCROLL ANIMATION */
/* ======================= */
.reveal {
    opacity: 0;
    transform: translateY(60px);
    transition: 1.2s cubic-bezier(.2,.8,.2,1);
}

.reveal.active {
    opacity: 1;
    transform: translateY(0);
}/* End custom CSS */