.elementor-1760 .elementor-element.elementor-element-5ab43b9c{--display:flex;--min-height:60vh;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--gap:0vw 10vw;--row-gap:0vw;--column-gap:10vw;}.elementor-1760 .elementor-element.elementor-element-3940f682 .uc_circle_effect_team_container{max-width:12rem;}.elementor-1760 .elementor-element.elementor-element-3940f682 .ue_name{margin-top:18px;}.elementor-1760 .elementor-element.elementor-element-3940f682 .ue_description{margin-top:-10px;}.elementor-1760 .elementor-element.elementor-element-3940f682 .uc_icon_shortcode i{color:#FFFFFF87;}.elementor-1760 .elementor-element.elementor-element-3940f682 .uc_icon_shortcode svg{fill:#FFFFFF87;}.elementor-1760 .elementor-element.elementor-element-3940f682 .uc_circle_animation{background-color:#00000099;}.elementor-1760 .elementor-element.elementor-element-346ea7e1 .uc_circle_effect_team_container{max-width:12rem;}.elementor-1760 .elementor-element.elementor-element-346ea7e1 .ue_name{margin-top:18px;}.elementor-1760 .elementor-element.elementor-element-346ea7e1 .ue_description{margin-top:-10px;}.elementor-1760 .elementor-element.elementor-element-346ea7e1 .uc_icon_shortcode i{color:#FFFFFF87;}.elementor-1760 .elementor-element.elementor-element-346ea7e1 .uc_icon_shortcode svg{fill:#FFFFFF87;}.elementor-1760 .elementor-element.elementor-element-346ea7e1 .uc_circle_animation{background-color:#00000099;}.elementor-1760 .elementor-element.elementor-element-692ef6a{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:stretch;--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-1760 .elementor-element.elementor-element-305833e{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-1760 .elementor-element.elementor-element-305833e.elementor-element{--align-self:stretch;}.elementor-1760 .elementor-element.elementor-element-79056e7{--display:flex;--min-height:300px;--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;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--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;}@media(min-width:768px){.elementor-1760 .elementor-element.elementor-element-5ab43b9c{--content-width:1366px;}.elementor-1760 .elementor-element.elementor-element-692ef6a{--width:100%;}.elementor-1760 .elementor-element.elementor-element-79056e7{--width:100%;}}/* Start custom CSS for container, class: .elementor-element-5ab43b9c */.ue_name{
    color: #202020 !important;
    font-size: clamp(14px,2vw,20px) !important;
    font-family: "rajdhani",Sans-Serif;
    text-decoration: none !important;
    font-style:  none !important;
}

.ue_description{
      font-size: clamp(12px,1vw,18px) !important;
       color: #808080 !important;
    font-family: "rajdhani",Sans-Serif;
    text-decoration: none !important;
    font-style:  none !important;
    
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-305833e */.container {
            width: 100%;
            background: transparent;
            border-radius: 0px;
            text-align: center;
        }
        
        .message {
            font-size: clamp(14px,2vw,18px);
            margin-bottom: 40px;
            color: #e0e0e0;
            line-height: 1.5;
            min-height: 66px;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
        }
        
        .progress-area {
            width: 100%;
            height: 10px;
            background: rgba(0,0,0,0.02);
            border-radius: 0px;
            cursor: pointer;
            position: absolute;
            bottom:0;
            overflow: hidden;
            transition: all 0.3s ease;
        }
        
        .progress-area:hover {
            background: rgba(0,0,0,0.06);
        }
        
        .progress-bar {
            height: 100%;
            width: 0%;
            transition: width 0.1s linear;
            border-radius: 0px;
        }
        
        .progress-text {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: transparent;
            font-size: 14px;
            pointer-events: none;
            transition: all 0.3s ease;
        }
        
        .progress-area:hover .progress-text {
            color: transparent;
        }
        
        .password-box {
            display: none;
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background: rgba(0, 0, 0, 0.5);
            padding: 30px;
            text-align: center;
            z-index: 1000;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
        }
        
        .password-box p {
            margin-bottom: 20px;
            color: #e0e0e0;
            font-size: 18px;
        }
        
        .password-box input {
            width: 100%;
            padding: 12px 15px;
            font-size: 16px;
            background: #0a0a0a;
            color: #fff;
            margin-bottom: 20px;
            outline: none;
            text-align: center;
        }
        
        .password-box button {
            padding: 12px 25px;
            font-size: 16px;
            background: #444;
            color: #fff;
            border: none;
            cursor: pointer;
            transition: background 0.3s ease;
        }
        
        .password-box button:hover {
            background: #555;
        }
        
        /* استایل کانتینر مخفی شما */
        .secret-content {
            display: none; /* مخفی شده اولیه */
        }
        
        #hidden-secret-container {
            display: none; /* مخفی شده اولیه */
        }/* End custom CSS */