.elementor-243 .elementor-element.elementor-element-770325d{--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:60px;--padding-bottom:60px;--padding-left:10px;--padding-right:10px;}.elementor-243 .elementor-element.elementor-element-770325d:not(.elementor-motion-effects-element-type-background), .elementor-243 .elementor-element.elementor-element-770325d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F8F7F3;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-243 .elementor-element.elementor-element-4177b82{text-align:center;}.elementor-243 .elementor-element.elementor-element-4177b82 .elementor-heading-title{font-family:"Inter", Sans-serif;font-size:16px;font-weight:600;color:#E0A11B;}.elementor-243 .elementor-element.elementor-element-b5177ca{text-align:center;}.elementor-243 .elementor-element.elementor-element-b5177ca .elementor-heading-title{font-family:"Inter", Sans-serif;font-size:26px;font-weight:600;line-height:33px;color:#010D25;}.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-243 .elementor-element.elementor-element-88d1ccd{text-align:center;color:#000000;}.elementor-243 .elementor-element.elementor-element-89ade0e{text-align:center;}.elementor-243 .elementor-element.elementor-element-89ade0e .elementor-heading-title{color:#E0A11B;}.elementor-243 .elementor-element.elementor-element-0319d5e{--display:flex;}.elementor-243 .elementor-element.elementor-element-fe4893e{color:#000000;}.elementor-243 .elementor-element.elementor-element-fa20b13{--display:flex;}.elementor-243 .elementor-element.elementor-element-3cc8947{color:#000000;}.elementor-243 .elementor-element.elementor-element-ab3576e{--display:flex;}.elementor-243 .elementor-element.elementor-element-52df536{color:#000000;}.elementor-243 .elementor-element.elementor-element-ae767d9{--display:flex;}.elementor-243 .elementor-element.elementor-element-153b1f8{color:#000000;}.elementor-243 .elementor-element.elementor-element-1d33713{--display:flex;}.elementor-243 .elementor-element.elementor-element-ef926e5{color:#000000;}.elementor-243 .elementor-element.elementor-element-692836c{--n-accordion-title-font-size:24px;--n-accordion-title-justify-content:space-between;--n-accordion-title-flex-grow:1;--n-accordion-title-icon-order:initial;--n-accordion-item-title-space-between:0px;--n-accordion-item-title-distance-from-content:0px;--n-accordion-icon-size:15px;}:where( .elementor-243 .elementor-element.elementor-element-692836c > .e-n-accordion > .e-n-accordion-item > .e-n-accordion-item-title > .e-n-accordion-item-title-header ) > .e-n-accordion-item-title-text{font-family:"Inter", Sans-serif;}.elementor-243 .elementor-element.elementor-element-dfaf4ef{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-243 .elementor-element.elementor-element-dfaf4ef:not(.elementor-motion-effects-element-type-background), .elementor-243 .elementor-element.elementor-element-dfaf4ef > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F5F5F5;}/* Start custom CSS for html, class: .elementor-element-1f2b617 *//*=========================================
      IMPLANTYS INTERACTIVE FEATURES
=========================================*/

:root {
    --implantys-navy: #010D25;
    --implantys-royal: #0B2F7A;
    --implantys-gold: #E0A11B;
    --implantys-champagne: #C6A86B;
    --implantys-white: #F5F5F5;
    --implantys-card: #FFFFFF;
    --implantys-text: #08152F;
    --implantys-gray: #5F6B7A;
}

.implantys-features {
    background: var(--implantys-white);
    padding: 100px 20px;
}

.implantys-features .container {
    max-width: 1100px;
    margin: auto;
}

/* Tab Layout Styling */
.implantys-features .features-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin-bottom: 40px;
}

/* Tab Buttons styling matching the main brand theme */
.implantys-features .tab-btn {
    background: var(--implantys-card);
    color: var(--implantys-navy);
    border: 1px solid rgba(224, 161, 27, .3);
    padding: 14px 28px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.35s ease;
    box-shadow: 0 5px 15px rgba(1, 13, 37, .03);
}

.implantys-features .tab-btn:hover, 
.implantys-features .tab-btn.active {
    background: var(--implantys-navy);
    color: var(--implantys-white);
    border-color: var(--implantys-gold);
    box-shadow: 0 8px 20px rgba(1, 13, 37, .15);
}

/* Content Box Styling - Matching the Ecosystem Cards */
.implantys-features .features-display-box {
    position: relative;
    overflow: hidden;
    background: var(--implantys-card);
    padding: 50px;
    border-radius: 18px;
    border: 1px solid rgba(224, 161, 27, .18);
    box-shadow: 0 15px 35px rgba(1, 13, 37, .05);
    min-height: 180px;
    display: flex;
    align-items: center;
}

/* Gold Top line like partner cards */
.implantys-features .features-display-box::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, var(--implantys-gold), var(--implantys-champagne));
}

/* Tab Content Visibility Controller */
.implantys-features .tab-content {
    display: none;
    width: 100%;
    animation: fadeIn 0.5s ease;
}

.implantys-features .tab-content.active {
    display: block;
}

.implantys-features .tab-content h3 {
    margin: 0 0 15px 0;
    color: var(--implantys-navy);
    font-size: 26px;
    font-weight: 800;
    font-family: Georgia, serif;
}

.implantys-features .tab-content p {
    margin: 0;
    color: var(--implantys-text);
    font-size: 18px;
    line-height: 1.8;
}

/* Bottom Intro Text */
.implantys-features .features-footer-text {
    max-width: 860px;
    margin: 60px auto 0;
    text-align: center;
}

.implantys-features .features-footer-text p {
    color: var(--implantys-text);
    font-size: 18px;
    line-height: 1.9;
    font-style: italic;
}

/* Animation */
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(5px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Responsive Styles */
@media(max-width: 767px) {
    .implantys-features {
        padding: 60px 15px;
    }
    .implantys-features .features-tabs {
        flex-direction: column;
        width: 100%;
    }
    .implantys-features .tab-btn {
        width: 100%;
        text-align: center;
        padding: 12px 20px;
        font-size: 15px;
    }
    .implantys-features .features-display-box {
        padding: 30px 20px;
    }
    .implantys-features .tab-content h3 {
        font-size: 22px;
    }
    .implantys-features .tab-content p,
    .implantys-features .features-footer-text p {
        font-size: 16px;
    }
}/* End custom CSS */