.elementor-30846 .elementor-element.elementor-element-58a58606{--display:flex;--min-height:0px;overflow:visible;}#elementor-popup-modal-30846 .dialog-widget-content{background-color:rgba(0,0,0,0);}#elementor-popup-modal-30846{background-color:#000000A6;justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-30846 .dialog-message{width:1100px;height:auto;}#elementor-popup-modal-30846 .dialog-close-button{display:flex;top:3%;background-color:#DEFFD1;font-size:23px;}body:not(.rtl) #elementor-popup-modal-30846 .dialog-close-button{right:2%;}body.rtl #elementor-popup-modal-30846 .dialog-close-button{left:2%;}#elementor-popup-modal-30846 .dialog-close-button i{color:var( --e-global-color-secondary );}#elementor-popup-modal-30846 .dialog-close-button svg{fill:var( --e-global-color-secondary );}#elementor-popup-modal-30846 .dialog-close-button:hover i{color:var( --e-global-color-accent );}@media(max-width:1024px){#elementor-popup-modal-30846 .dialog-close-button{top:3%;}body:not(.rtl) #elementor-popup-modal-30846 .dialog-close-button{right:2%;}body.rtl #elementor-popup-modal-30846 .dialog-close-button{left:2%;}}@media(max-width:767px){#elementor-popup-modal-30846 .dialog-close-button{top:0%;}body:not(.rtl) #elementor-popup-modal-30846 .dialog-close-button{right:8px;}body.rtl #elementor-popup-modal-30846 .dialog-close-button{left:8px;}}/* Start custom CSS for html, class: .elementor-element-474255ab *//* Three Login System - Ultra Compact Rectangular Layout (3:1 Ratio) */

.three-login-compact {
    position: relative;
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    aspect-ratio: 3 / 1;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    overflow: hidden;
    padding: 0;
}

/* Background Geometric Shapes */
.bg-shapes {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
}

.shape {
    position: absolute;
    background: rgba(255, 255, 255, 0.08);
}

.shape-1 {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    top: -60px;
    left: 5%;
    animation: float 8s ease-in-out infinite;
}

.shape-2 {
    width: 120px;
    height: 120px;
    bottom: -40px;
    right: 8%;
    transform: rotate(45deg);
}

.shape-3 {
    width: 150px;
    height: 150px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(30deg);
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    animation: float 10s ease-in-out infinite reverse;
}

@keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-15px); }
}

/* Main Grid */
.login-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    height: 100%;
    padding: 20px;
}

/* Login Card */
.login-card {
    background: rgba(255, 255, 255, 0.95);
    padding: 18px 16px;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: all 0.3s ease;
    overflow: hidden;
}

.login-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
}

.card-tutor::before {
    background: linear-gradient(90deg, #f093fb, #f5576c);
}

.card-11plus::before {
    background: linear-gradient(90deg, #4facfe, #00f2fe);
}

.card-main::before {
    background: linear-gradient(90deg, #43e97b, #38f9d7);
}

.login-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

/* Card Header */
.card-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}

.card-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    flex-shrink: 0;
}

.card-tutor .card-icon {
    background: linear-gradient(135deg, #f093fb, #f5576c);
}

.card-11plus .card-icon {
    background: linear-gradient(135deg, #4facfe, #00f2fe);
}

.card-main .card-icon {
    background: linear-gradient(135deg, #43e97b, #38f9d7);
}

.card-icon svg {
    width: 22px;
    height: 22px;
    color: #ffffff;
}

.card-title {
    font-size: 17px;
    font-weight: 700;
    color: #2c3e50;
    margin: 0;
    line-height: 1.1;
}

/* Card Intro */
.card-intro {
    font-size: 12px;
    color: #5a6c7d;
    line-height: 1.3;
    margin: 0 0 12px 0;
}

/* Login Item */
.login-item {
    background: #f8f9fa;
    padding: 12px;
    margin-bottom: 10px;
    border-left: 3px solid #667eea;
    flex: 1;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
}

.card-tutor .login-item {
    border-left-color: #f5576c;
}

.card-11plus .login-item {
    border-left-color: #00f2fe;
}

.card-main .login-item {
    border-left-color: #38f9d7;
}

.login-item:hover {
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.login-item:last-child {
    margin-bottom: 0;
}

.featured-item {
    background: linear-gradient(135deg, rgba(79, 172, 254, 0.08) 0%, rgba(0, 242, 254, 0.08) 100%);
    border: 1.5px solid #00f2fe;
    border-left-width: 3px;
}

.login-item h4 {
    font-size: 14px;
    font-weight: 700;
    color: #2c3e50;
    margin: 0 0 6px 0;
    display: flex;
    align-items: center;
    gap: 7px;
}

.item-desc {
    font-size: 11px;
    color: #5a6c7d;
    margin: 0 0 8px 0;
    line-height: 1.3;
}

/* Login Button */
.btn-login {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    transition: all 0.3s ease;
    margin-top: auto;
    white-space: nowrap;
    border: none;
    cursor: pointer;
}

.btn-login:hover {
    transform: translateY(-2px);
    color: #ffffff !important;
    text-decoration: none;
}

.btn-teacher {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}

.btn-teacher:hover {
    background: linear-gradient(135deg, #f5576c 0%, #f093fb 100%);
    box-shadow: 0 5px 15px rgba(245, 87, 108, 0.4);
    color: #ffffff !important;
}

.btn-student {
    background: linear-gradient(135deg, #fa709a 0%, #fee140 100%);
}

.btn-student:hover {
    background: linear-gradient(135deg, #fee140 0%, #fa709a 100%);
    box-shadow: 0 5px 15px rgba(250, 112, 154, 0.4);
    color: #ffffff !important;
}

.btn-11plus {
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
}

.btn-11plus:hover {
    background: linear-gradient(135deg, #00f2fe 0%, #4facfe 100%);
    box-shadow: 0 5px 15px rgba(0, 242, 254, 0.5);
    color: #ffffff !important;
}

.btn-main {
    background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%);
}

.btn-main:hover {
    background: linear-gradient(135deg, #38f9d7 0%, #43e97b 100%);
    box-shadow: 0 5px 15px rgba(67, 233, 123, 0.5);
    color: #ffffff !important;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .three-login-compact {
        aspect-ratio: auto;
        min-height: 400px;
    }
    
    .login-grid {
        padding: 18px;
        gap: 12px;
    }
    
    .card-title {
        font-size: 16px;
    }
}

@media (max-width: 900px) {
    .login-grid {
        grid-template-columns: 1fr;
        gap: 15px;
        padding: 15px;
    }
    
    .three-login-compact {
        aspect-ratio: auto;
        min-height: auto;
    }
    
    .login-card {
        padding: 18px 15px;
    }
}

@media (max-width: 600px) {
    .login-grid {
        padding: 12px;
    }
    
    .card-title {
        font-size: 15px;
    }
    
    .login-item {
        padding: 10px;
    }
    
    .btn-login {
        font-size: 12px;
        padding: 9px 14px;
    }
}/* End custom CSS */
/* Start custom CSS */.cf7-three-columns {
    max-width: 100%;
    overflow-x: hidden;
}

.cf7-column {
    min-width: 0;
    flex-shrink: 1;
}/* End custom CSS */