.elementor-191392 .elementor-element.elementor-element-16077ffb{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--flex-wrap:wrap;--margin-top:-50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:20px;--padding-right:20px;}.elementor-191392 .elementor-element.elementor-element-65162e81{--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:70px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-191392 .elementor-element.elementor-element-2549fa83{padding:0px 0px 0px 0px;border-radius:20px 20px 20px 20px;}.elementor-191392 .elementor-element.elementor-element-2549fa83 .elementor-wrapper{--video-aspect-ratio:1.77777;}.elementor-191392 .elementor-element.elementor-element-5d89477a > .elementor-widget-container{padding:40px 0px 0px 0px;}.elementor-191392 .elementor-element.elementor-element-5d89477a .tp-el-section{margin:0px 0px 0px 0px !important;}.elementor-191392 .elementor-element.elementor-element-1eea91ce{--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;--padding-top:30px;--padding-bottom:30px;--padding-left:40px;--padding-right:40px;}.elementor-191392 .elementor-element.elementor-element-16a9ce35 .elementor-heading-title{font-family:"Syne", Sans-serif;font-size:35px;font-weight:600;color:#1E1E1E;}.elementor-191392 .elementor-element.elementor-element-7095c477{text-align:justify;color:#3E3E44;}.elementor-191392 .elementor-element.elementor-global-16666{width:initial;max-width:initial;}.elementor-191392 .elementor-element.elementor-global-16666 > .elementor-widget-container{margin:0px 0px -100px 0px;}.elementor-191392 .elementor-element.elementor-global-16666.elementor-element{--align-self:center;}@media(max-width:1024px){.elementor-191392 .elementor-element.elementor-element-1eea91ce{--padding-top:120px;--padding-bottom:10px;--padding-left:20px;--padding-right:10px;}}@media(min-width:768px){.elementor-191392 .elementor-element.elementor-element-16077ffb{--content-width:1480px;}.elementor-191392 .elementor-element.elementor-element-65162e81{--width:50%;}.elementor-191392 .elementor-element.elementor-element-1eea91ce{--width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-191392 .elementor-element.elementor-element-65162e81{--width:60%;}.elementor-191392 .elementor-element.elementor-element-1eea91ce{--width:40%;}}@media(max-width:767px){.elementor-191392 .elementor-element.elementor-element-65162e81{--padding-top:10px;--padding-bottom:100px;--padding-left:10px;--padding-right:10px;}.elementor-191392 .elementor-element.elementor-element-1eea91ce{--padding-top:-15px;--padding-bottom:30px;--padding-left:10px;--padding-right:10px;}.elementor-191392 .elementor-element.elementor-element-16a9ce35{width:100%;max-width:100%;}.elementor-191392 .elementor-element.elementor-element-16a9ce35.elementor-element{--align-self:center;}.elementor-191392 .elementor-element.elementor-element-7095c477{width:100%;max-width:100%;}.elementor-191392 .elementor-element.elementor-element-7095c477.elementor-element{--align-self:center;}}/* Start custom CSS for html, class: .elementor-element-10189692 */* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Syne', sans-serif;
    background: #f8f8f8;
}

.pdlc-section {
    font-family: 'Syne', sans-serif;
    background: transparent;
    padding: 60px 40px;
    color: #000;
    overflow: hidden;
    width: 100%;
    position: relative;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pdlc-container {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.pdlc-carousel-wrapper {
    position: relative;
    width: 100%;
    height: 400px;
    perspective: 1500px;
}

.pdlc-bubble {
    background: #fff;
    border: 2px solid #000;
    border-radius: 20px;
    padding: 50px 40px;
    width: 100%;
    height: 400px;
    box-shadow: 0 15px 60px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    opacity: 0;
    transform: translateX(150%) rotateY(45deg) scale(0.8);
    transition: none;
}

.pdlc-bubble.active {
    animation: slideInReplace 1.2s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
    z-index: 10;
}

.pdlc-bubble.exit {
    animation: slideOutLeft 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
    z-index: 5;
}

@keyframes slideInReplace {
    0% {
        opacity: 0;
        transform: translateX(150%) rotateY(45deg) scale(0.8);
    }
    50% {
        opacity: 1;
        transform: translateX(0) rotateY(0deg) scale(1.05);
    }
    100% {
        opacity: 1;
        transform: translateX(0) rotateY(0deg) scale(1);
    }
}

@keyframes slideOutLeft {
    0% {
        opacity: 1;
        transform: translateX(0) rotateY(0deg) scale(1);
    }
    50% {
        opacity: 0.5;
        transform: translateX(-50%) rotateY(-25deg) scale(0.9);
    }
    100% {
        opacity: 0;
        transform: translateX(-150%) rotateY(-45deg) scale(0.7);
    }
}

.pdlc-icon {
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg, #000 0%, #333 100%);
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
    animation: iconPulse 2s ease-in-out infinite;
}

@keyframes iconPulse {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
    }
    50% {
        transform: scale(1.08);
        box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    }
}

.pdlc-icon:before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    animation: iconShine 3s linear infinite;
}

@keyframes iconShine {
    0% { transform: translateX(-100%) translateY(-100%) rotate(45deg); }
    100% { transform: translateX(100%) translateY(100%) rotate(45deg); }
}

.pdlc-icon i {
    font-size: 2.5rem;
    color: #fff;
    position: relative;
    z-index: 2;
    animation: iconRotate 4s ease-in-out infinite;
}

@keyframes iconRotate {
    0%, 100% { transform: rotate(0deg); }
    50% { transform: rotate(5deg); }
}

.pdlc-bubble-title {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 20px;
    color: #000;
    letter-spacing: 1px;
    animation: titleFloat 3s ease-in-out infinite;
}

@keyframes titleFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}

.pdlc-bubble-text {
    font-size: 1.1rem;
    line-height: 1.8;
    color: rgba(0, 0, 0, 0.75);
    font-weight: 400;
    max-width: 90%;
}

.pdlc-indicators {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 40px;
    position: relative;
    z-index: 20;
}

.pdlc-indicator {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    border: 2px solid transparent;
}

.pdlc-indicator.active {
    background: #000;
    transform: scale(1.4);
    border-color: rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}

.pdlc-indicator:hover {
    transform: scale(1.2);
    background: rgba(0, 0, 0, 0.5);
}

.pdlc-progress {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    background: linear-gradient(90deg, #000 0%, #666 100%);
    width: 0%;
    border-radius: 2px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.pdlc-progress.animating {
    animation: progressBar 4s linear forwards;
}

@keyframes progressBar {
    0% { width: 0%; }
    100% { width: 100%; }
}

@media (max-width: 768px) {
    .pdlc-section {
        padding: 40px 20px;
        min-height: 450px;
    }

    .pdlc-container {
        max-width: 100%;
    }

    .pdlc-carousel-wrapper {
        height: 380px;
    }

    .pdlc-bubble {
        height: 380px;
        padding: 40px 30px;
        border-radius: 18px;
    }

    .pdlc-icon {
        width: 75px;
        height: 75px;
        margin-bottom: 25px;
    }

    .pdlc-icon i {
        font-size: 2rem;
    }

    .pdlc-bubble-title {
        font-size: 1.5rem;
        margin-bottom: 18px;
    }

    .pdlc-bubble-text {
        font-size: 1rem;
        line-height: 1.7;
    }

    .pdlc-indicators {
        gap: 12px;
        margin-top: 35px;
    }

    .pdlc-indicator {
        width: 10px;
        height: 10px;
    }
}

@media (max-width: 480px) {
    .pdlc-section {
        padding: 30px 15px;
        min-height: 420px;
    }

    .pdlc-carousel-wrapper {
        height: 360px;
    }

    .pdlc-bubble {
        height: 360px;
        padding: 35px 25px;
        border-radius: 16px;
    }

    .pdlc-icon {
        width: 65px;
        height: 65px;
        margin-bottom: 20px;
    }

    .pdlc-icon i {
        font-size: 1.8rem;
    }

    .pdlc-bubble-title {
        font-size: 1.3rem;
        margin-bottom: 15px;
    }

    .pdlc-bubble-text {
        font-size: 0.95rem;
        line-height: 1.6;
    }

    .pdlc-indicators {
        gap: 10px;
        margin-top: 30px;
    }

    .pdlc-indicator {
        width: 9px;
        height: 9px;
    }
}/* End custom CSS */