
 body {
	 background-image: url("https://lagi.ge/bg.jpg");
	 margin: 0;
	 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
 }
 
 /* Modern Login Styles */
 .login-container {
    max-width: 400px;
    margin: 40px auto;
    padding: 30px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    animation: fadeInScale 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
 }

 .logo-img {
    width: 150px;
    margin-bottom: 20px;
    animation: slideDown 0.8s ease-out forwards;
 }

 .input-group {
    position: relative;
    margin-bottom: 20px;
    text-align: left;
 }

 .input-group input {
    width: 100%;
    padding: 15px 20px;
    background: rgba(255, 255, 255, 0.9);
    border: 2px solid transparent;
    border-radius: 12px;
    font-size: 16px;
    color: #222461;
    transition: all 0.3s ease;
    box-sizing: border-box;
 }

 .input-group input:focus {
    outline: none;
    border-color: #222461;
    background: #ffffff;
    box-shadow: 0 0 15px rgba(34, 36, 97, 0.2);
    transform: translateY(-2px);
 }

 .input-group label.error-label {
    display: block;
    color: #ff4d4d;
    font-size: 12px;
    margin-top: 5px;
    margin-left: 10px;
    transition: all 0.3s ease;
 }

 .myButton2 {
    width: 100%;
    padding: 15px;
    background: #0084FF;
    color: white;
    border: none;
    border-radius: 12px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 15px rgba(34, 36, 97, 0.3);
    margin-top: 10px;
 }

 .myButton2:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(34, 36, 97, 0.4);
    background: #2c2f7a;
 }

 .myButton2:active {
    transform: translateY(1px);
 }

 .terms-container {
    margin-top: 20px;
    color: #222461;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
 }

 .terms-container input[type="checkbox"] {
    accent-color: #222461;
    width: 18px;
    height: 18px;
 }

.secondary-buttons {
   margin-top: 30px;
   display: flex;
   flex-direction: column;
   align-items: center;
   gap: 12px;
   width: 100%;
   max-width: 400px;
   margin-left: auto;
   margin-right: auto;
}

.myButton {
   display: block;
   width: 85%;
   margin: 0 auto;
   padding: 12px;
   background: #ffffff;
   border: 1px solid #dcdcdc;
   border-radius: 12px;
   color: #222461;
   text-decoration: none;
   font-size: 15px;
   font-weight: 600;
   transition: all 0.3s ease;
   text-align: center;
   box-sizing: border-box;
   box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

 .myButton:hover {
    background: #f8f9fa;
    border-color: #222461;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
 }

 /* Animations */
 @keyframes fadeInScale {
    from {
        opacity: 0;
        transform: scale(0.9) translateY(20px);
    }
    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
 }

 @keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
 }

 .hidden { 
    opacity: 0 !important;
    pointer-events: none;
 }
 .hidden2 { 
    opacity: 0 !important;
    pointer-events: none;
 }

 .error-shake {
    animation: shake 0.4s cubic-bezier(.36,.07,.19,.97) both;
 }

 @keyframes shake {
    10%, 90% { transform: translate3d(-1px, 0, 0); }
    20%, 80% { transform: translate3d(2px, 0, 0); }
    30%, 50%, 70% { transform: translate3d(-4px, 0, 0); }
    40%, 60% { transform: translate3d(4px, 0, 0); }
 }

 /* Messenger Styles */
 .messenger-card {
    max-width: 320px;
    margin: 40px auto;
    background: white;
    padding: 25px;
    border-radius: 30px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
    position: relative;
    animation: fadeInScale 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
    border: 1px solid rgba(0,0,0,0.05);
 }

 .chat-bubble-text {
    font-size: 16px;
    color: #222461;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 20px;
    position: relative;
 }

 .messenger-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: #0084FF; /* Messenger Blue */
    color: white;
    text-decoration: none;
    padding: 15px 25px;
    border-radius: 15px;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 10px 20px rgba(0, 132, 255, 0.3);
 }

 .messenger-btn::before {
    content: '';
    width: 20px;
    height: 20px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M12 2C6.477 2 2 6.145 2 11.258c0 2.908 1.458 5.483 3.738 7.152V22l3.414-1.874c.91.253 1.87.39 2.848.39 5.523 0 10-4.146 10-9.258S17.523 2 12 2zm1.091 12.316l-2.793-2.984-5.452 2.984 5.998-6.37 2.859 2.984 5.385-2.984-5.997 6.37z"/></svg>') no-repeat center;
    background-size: contain;
 }

 .messenger-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(0, 132, 255, 0.4);
    background: #0073e6;
 }

 .messenger-btn:active {
    transform: translateY(1px);
 }

 .messenger-btn img {
    width: 24px;
    height: 24px;
    filter: brightness(0) invert(1); /* Make icon white if it's the messenger logo */
 }

 /* Decorative tail for the card to make it look like a bubble */
 .messenger-card::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 40px;
    border-width: 15px 15px 0 0;
    border-style: solid;
    border-color: white transparent transparent transparent;
    filter: drop-shadow(0 5px 5px rgba(0,0,0,0.1));
 }

 @keyframes bounce-soft {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
 }

 .messenger-card {
    animation: fadeInScale 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards, 
               bounce-soft 3s infinite ease-in-out;
 }

 /* Language Switcher Styles */
.content-box {
    background: rgba(255, 255, 255, 0.95);
    color: #222461;
    max-width: 900px;
    margin: 30px auto;
    padding: 40px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 1);
    animation: fadeInScale 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
    text-align: left;
}

@media (max-width: 360px) {
	.language-switcher a {
		padding: 8px 12px;
		min-width: 70px;
	}
	
	.language-switcher a .lang-text {
		font-size: 12px;
	}
}
.content-box strong, .content-box p, .content-box li {
    color: #222461 !important;
}

.content-box img {
    display: block;
    margin: 0 auto 20px auto;
    max-width: 150px;
}

/* Language Switcher Styles */
.language-header {
	height: 80px;
	background: linear-gradient(135deg, #222461 0%, #1a1d4a 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 20px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.language-switcher {
	display: inline-flex;
	gap: 0;
	align-items: center;
	background: rgba(255, 255, 255, 0.08);
	padding: 4px;
	border-radius: 12px;
	backdrop-filter: blur(20px);
	border: 1px solid rgba(255, 255, 255, 0.15);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 2px 8px rgba(0, 0, 0, 0.15);
}

.language-switcher a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 10px 18px;
	border-radius: 8px;
	transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
	text-decoration: none;
	position: relative;
	color: rgba(255, 255, 255, 0.85);
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.3px;
	white-space: nowrap;
	min-width: 90px;
}

.language-switcher a img {
	width: 24px;
	height: 24px;
	object-fit: contain;
	border-radius: 50%;
	transition: all 0.25s ease;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	border: 1px solid rgba(0, 0, 0, 0.1);
	flex-shrink: 0;
	display: block;
}

.language-switcher a:hover {
	background: rgba(255, 255, 255, 0.12);
	color: rgba(255, 255, 255, 1);
	transform: translateY(-1px);
}

.language-switcher a:hover img {
	transform: scale(1.05);
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
}

.language-switcher a:active {
	transform: translateY(0);
	transition: all 0.1s ease;
}

.language-switcher a.active {
	background: rgba(255, 255, 255, 0.95);
	color: #222461;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(255, 255, 255, 0.2);
	font-weight: 600;
}

.language-switcher a.active img {
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
	border-color: rgba(0, 0, 0, 0.15);
}

.language-switcher a.active:hover {
	background: rgba(255, 255, 255, 1);
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(255, 255, 255, 0.3);
}

.language-switcher a .lang-text {
	display: inline-block;
	transition: all 0.25s ease;
}

/* Responsive adjustments */
@media (max-width: 480px) {
	.language-header {
		height: 70px;
		padding: 0 15px;
	}
	
	.language-switcher {
		padding: 3px;
		border-radius: 10px;
	}
	
	.language-switcher a {
		padding: 8px 14px;
		font-size: 13px;
		min-width: 80px;
		gap: 6px;
	}
	
	.language-switcher a img {
		width: 22px;
		height: 22px;
	}
}
