.elementor-10 .elementor-element.elementor-element-c4af96e{--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-bb4590d{--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-bb4590d:not(.elementor-motion-effects-element-type-background), .elementor-10 .elementor-element.elementor-element-bb4590d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0F172A;}.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-10 .elementor-element.elementor-element-590b7fc{--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-a51ce59{--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 text-editor, class: .elementor-element-66cea78 */:root {
    --t-purple: #4B2D83;
    --t-blue: #00AEEF;
    --t-bg: #0F172A; 
    --t-glass-dark: rgba(255, 255, 255, 0.02);
    --t-neon: 0 0 20px rgba(0, 174, 239, 0.4);
}

.talnexa-premium-section {
    background-color: #0F172A !important;
    padding: 120px 8%;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    overflow: hidden;
}

.premium-container {
    max-width: 1250px;
    margin: 0 auto;
}

.prem-title {
    font-size: clamp(2.2rem, 5vw, 3.5rem);
    font-weight: 800;
    margin-bottom: 25px;
    background: linear-gradient(135deg, #fff 30%, var(--t-blue) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.prem-desc { font-size: 1.15rem; line-height: 1.8; color: #ccc; max-width: 900px; margin-bottom: 80px; }

.prem-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: center;
}

.prem-visual {
    position: relative;
    display: flex;
    justify-content: center;
}

.visual-frame {
    position: relative;
    border-radius: 24px;
    background: linear-gradient(135deg, var(--t-purple), var(--t-blue));
    padding: 3px;
    box-shadow: var(--t-neon);
    animation: floatUpDown 6s ease-in-out infinite;
    width: 100%;
}

.prem-img-wrapper {
    position: relative;
    border-radius: 21px;
    overflow: hidden;
    line-height: 0;
}

.prem-img {
    width: 100%;
    height: auto;
    object-fit: cover;
    filter: brightness(0.9);
    transition: 0.6s ease;
}

.overlay-grid {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background-image: radial-gradient(var(--t-blue) 0.5px, transparent 0.5px);
    background-size: 30px 30px;
    opacity: 0.1;
}

@keyframes floatUpDown {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-15px); }
}

.prem-info { display: flex; flex-direction: column; gap: 30px; }

.info-item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 25px;
    background: var(--t-glass-dark);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    transition: 0.4s ease;
}

.info-item:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: var(--t-blue);
    transform: translateX(10px);
}

.icon-orb {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, var(--t-purple), var(--t-blue));
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* Icon Sizing */
.icon-orb svg { 
    width: 24px; 
    height: 24px; 
    stroke: white; 
}

.info-content h3 { color: var(--t-blue); margin-bottom: 5px; font-size: 1.3rem; }
.info-content p { color: #bbb; margin: 0; }

@media (max-width: 1024px) {
    .prem-grid { grid-template-columns: 1fr; }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-e16d879 *//* Fonts & Var */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700;800&family=Orbitron:wght@500;700&display=swap');

:root {
    --t-purple: #4B2D83;
    --t-blue: #00AEEF;
    --t-bg: #030303; /* Slightly darker */
    --t-glass-dark: rgba(255, 255, 255, 0.02);
    --t-neon: 0 0 15px rgba(0, 174, 239, 0.5);
}

.talnexa-premium-section {
    background-color: var(--t-bg);
    padding: 120px 8%;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    overflow: hidden;
}

.premium-container {
    max-width: 1250px;
    margin: 0 auto;
}

/* Header */
.premium-header { margin-bottom: 80px; text-align: left; }
.prem-title {
    font-size: clamp(2.2rem, 5vw, 3.5rem);
    font-weight: 800;
    margin-bottom: 25px;
    background: linear-gradient(135deg, #fff 30%, var(--t-blue) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.prem-desc { font-size: 1.15rem; line-height: 1.8; color: #ccc; max-width: 900px; }

/* Grid */
.prem-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr; /* Image is slightly larger than right column */
    gap: 70px;
    align-items: center;
}

/* --- THE PREMIUM VISUAL FRAME (FIXED SIZE) --- */
.prem-visual {
    position: relative;
    padding: 40px; /* IMPORTANT: Generous space ensures corners and neon glows won't be cut off */
}

.visual-frame {
    position: relative;
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    background: linear-gradient(135deg, var(--t-purple), var(--t-blue));
    padding: 2px; /* Trace Border Thickness */
    box-shadow: var(--t-neon);
    overflow: hidden;
    transition: 0.6s ease-out;
}

/* Animated glow behind image */
.tech-glow-shape {
    position: absolute;
    top: -30px; left: -30px; width: calc(100% + 60px); height: calc(100% + 60px);
    background: linear-gradient(135deg, var(--t-purple), var(--t-blue));
    opacity: 0.15;
    filter: blur(35px);
    z-index: 1;
    animation: moveGlow 15s linear infinite;
}

/* Image Wrapper with fixed max-height for large size */
.prem-img-wrapper {
    position: relative;
    z-index: 2;
    max-height: 550px; /* FIXED SIZE: This ensures the image is large but contained */
    width: 100%;
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    overflow: hidden;
}

/* Specific Image Styling to prevent cutting/distortion */
.prem-img {
    width: 100%;
    height: 100%;
    object-fit: fill; /* CRITICAL: Fills the entire unique border shape cleanly */
    object-position: center;
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    filter: brightness(0.9);
    transition: 0.6s ease;
}

/* Grid Overlay on image */
.overlay-grid {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background-image: 
        radial-gradient(var(--t-blue) 0.5px, transparent 0.5px);
    background-size: 30px 30px;
    opacity: 0.05;
    z-index: 3;
}

/* Neon Trace Effect */
.neon-trace {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    border: 3px solid transparent;
    border-top: 3px solid var(--t-blue);
    border-bottom: 3px solid var(--t-purple);
    z-index: 4;
    opacity: 0;
    transition: 0.6s ease-out;
}

/* Interaction Logic */
.prem-visual:hover .prem-img {
    transform: scale(1.04) rotate(1deg);
    filter: brightness(1.1);
}

.prem-visual:hover .visual-frame {
    box-shadow: 0 0 30px rgba(0, 174, 239, 0.6), 
                0 0 50px rgba(75, 45, 131, 0.3);
}

.prem-visual:hover .neon-trace {
    opacity: 1;
    animation: neonRotate 2s linear infinite;
}

/* Keyframes */
@keyframes moveGlow {
    0% { transform: rotate(0deg); }
    50% { transform: rotate(180deg) scale(1.05); }
    to { transform: rotate(360deg); }
}

@keyframes neonRotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}
/* --- END OF ADVANCED VISUAL --- */

/* Info Cards Styling */
.prem-info { display: flex; flex-direction: column; gap: 35px; }

.info-item {
    display: flex;
    align-items: flex-start;
    gap: 25px;
    padding: 30px;
    background: var(--t-glass-dark);
    border: 1px solid rgba(255, 255, 255, 0.04);
    border-radius: 25px;
    backdrop-filter: blur(20px);
    transition: 0.4s ease;
}

.info-item:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: var(--t-blue);
    transform: translateX(15px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.4);
}

/* Icon Orb Design */
.icon-orb {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, var(--t-purple), var(--t-blue));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #fff; /* SVG Icon Color */
}
.icon-orb svg { width: 25px; height: 25px; }

/* Font Style */
.info-content h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--t-blue);
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
}
.info-content p { color: #bbb; line-height: 1.6; font-size: 1.05rem; }

/* Responsive Logic */
@media (max-width: 1200px) {
    .talnexa-premium-section { padding: 100px 5%; }
    .prem-grid { grid-template-columns: 1fr; gap: 60px; }
    .prem-visual { max-width: 600px; margin: 0 auto; padding: 20px; }
    .prem-img-wrapper { max-height: 450px; }
}/* End custom CSS */