

/*
Theme Name: geoFortia
Theme URI: 
Author: 
Author URI: 
Description: Простая тема с 12-колоночной сеткой
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: geofortia
*/

/* Reset и базовые стили */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

@font-face {
  font-family: 'Google Sans';
  src: url('ProductSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: rgb(51, 51, 51);
    background-image: url("bg-geofortia.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover !important;
    background-attachment: fixed;
    background-color: #eae3d8;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.site-main {
     padding: 0 !important;
     flex: 1 0 auto;
     display: flex;
     align-items: center;
}

/* Контейнер и сетка */
.container {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

/* Колонки */
.col-1 { width: 8.33%; }
.col-2 { width: 16.66%; }
.col-3 { width: 25%; }
.col-4 { width: 33.33%; }
.col-5 { width: 41.66%; }
.col-6 { width: 50%; }
.col-7 { width: 58.33%; }
.col-8 { width: 66.66%; }
.col-9 { width: 75%; }
.col-10 { width: 83.33%; }
.col-11 { width: 91.66%; }
.col-12 { width: 100%; }

[class*="col-"] {
    padding: 0 15px;
}

/* Хедер и футер */
.site-header, .site-footer {
    background: #333;
    color: #fff;
    padding: 20px 0;
    text-align: center;
}

/* .site-main duplicate removed */ 

/* .site-footer duplicate removed */

.before-form{
	color: #FFF;
	text-align: center;
	font-family: "Bebas Neue";
	font-size: 65px;
	font-style: normal;
	font-weight: 400;
	line-height: 33.803px; /* 52.004% */
}

.form-row{
	flex-direction: column;
    align-items: center;
	margin-top:40px;
}

h4.form-header{
	color: #FFF;
	text-align: center;
	font-family: "Google Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 133.333% */
}

.form-row > .col-8{
	border-radius: 10px;
	background: rgba(0, 0, 0, 0.70);
	padding:25px;
}

.after_form-header{
	color: #8E8E8E;
	text-align: center;
	font-family: "Google Sans";
	font-size: 11px;
	font-style: normal;
	font-weight: 400;
	line-height: 11px; /* 300% */
	margin:20px 0px;
}

form{
	display: flex;
    flex-direction: column;
    gap: 15px;
}

form input{
	padding: 10px 0px;
    background: none;
    border-bottom: 1px solid #858181;
    border-left: 0px;
    border-right: 0px;
	border-radius:0px;
    border-top: 0px;
	max-width: 310px;
    margin: 0 auto;
    width: 100%;
	color:white;
}

.textarea{
	background: none;
    color: #858181;
    padding: 5px;
    resize:none;
    font-family: 'Google Sans';
	max-width: 310px;
    margin: 0 auto;
    width: 100%;
	color:white;
}

input[type="submit"]{
	width: min-content;
	color: white;
	cursor: pointer;
}

.right-column {
    display: none !important;
	flex-direction: column;
    align-items: center;
    justify-content: center;
    background: url(lock.png);
    height: 100px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.right-column h5{
	color: #FFF;
	text-align: center;
	leading-trim: both;
	text-edge: cap;
	font-family: "Google Sans";
	font-size: 25px;
	font-style: normal;
	font-weight: 400;
	line-height: 33.803px; /* 135.211% */
}

.right-column h6{
	color: #FFF;
	text-align: center;
	leading-trim: both;
	text-edge: cap;
	font-family: "Google Sans";
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 160% */
}

.armor-line {
	display: none !important;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    margin-top: 30px;
}

.armor-line a{
	display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: white;
    text-decoration: none;
    width: max-content;
    padding: 10px 20px;
    border-radius: 7px;
    background: rgba(0, 0, 0, 0.70);
    color: #FFF;
	text-align: center;
	leading-trim: both;
	text-edge: cap;
	font-family: "Google Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 133.333% */
}

.site-footer {
	background: none;
    width: 100%;
    max-width: 1300px;
    margin: 40px auto 20px auto !important;
    float: none !important;
    flex-shrink: 0;
}

.footer-text{
	color: #FFF;
	text-align: right;
	leading-trim: both;
	text-edge: cap;
	font-family: "Google Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 160% */
	display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

.inst-footer span{
	display: flex;
    gap: 7px;
    cursor: pointer;
    align-items: center;
}

.inst-footer img{
	width: 30px;
	height: 30px;
	aspect-ratio: 1/1;
}

.link-doc{
	display: flex;
	gap:30px;
}

.link-doc span>a{
	color: #ffffff;
	text-align: right;
	leading-trim: both;
	text-edge: cap;
	font-family: "Google Sans";
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 160% */
	text-decoration:none;
}

.site-footer .mob{
	display: none;
}

/*MODAL AUTH*/

/* Fullscreen Popup */

.geofortia-popup-overlay {
	display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    z-index: 9999;
    justify-content: center;
    align-items: center;
    color: white;
    font-family: 'Roboto', sans-serif;
	backdrop-filter: blur(5px);
}

.geofortia-popup-content {
	width: 90%;
    height: 100vh;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
}

.geofortia-popup-content .close-popup{
	width: 16px;
    height: 17px;
    display: block;
    position: absolute;
    right: 70px;
    top: 70px;
	color: #EBEBF5;
	cursor:pointer;
}

.geofortia-popup-content h3.head_h3{
	color: #535353;
	text-align: center;
	leading-trim: both;
	text-edge: cap;
	font-family: "Google Sans";
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 240% */
}

.geofortia-popup-content h2 {
    color: #FFF;
	text-align: center;
	leading-trim: both;
	text-edge: cap;
	font-family: "Google Sans";
	font-size: 25px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 96% */
}

.geofortia-password-fields {
    display: flex;
    justify-content: space-evenly;
    gap: 10px;
    margin: -5px 0px 10px 0px;
    align-items: center;
}

.geofortia-password-fields input {
    width: 25px;
    height: 35px;
    text-align: center;
    font-size: 24px;
    border: 1px solid #444;
    color: white;
    border-radius: 5px;
}

.geofortia-submit-btn {
	background: none;
    color: white;
    border-bottom: 1px solid white;
    padding: 12px 0px;
    cursor: pointer;
    font-size: 16px;
    transition: background 0.3s;
    border-right: none;
    border-left: none;
    border-top: none;
}

.geofortia-access-message {
    margin-top: 70px;
    color: #aaa;
    font-size: 14px;
}

.gray-text{
	color: #797979;
	text-align: center;
	leading-trim: both;
	text-edge: cap;
	font-family: "Google Sans";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 120% */
	margin-bottom: 20px;
}

.line-grey{
	display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.geofortia-popup-content>img,
.geofortia-popup-content h2{
	margin-bottom: 100px;
}

.geofortia-popup-content h3{
	color: #8E8E8E;
	text-align: center;
	leading-trim: both;
	text-edge: cap;
	font-family: "Google Sans";
	font-size: 8px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 300% */
	margin:30px;
}

.geofortia-popup-content input::placeholder,
.geofortia-popup-content span.label{
	color: #8E8E8E;
	leading-trim: both;
	text-edge: cap;
	font-family: "Google Sans";
	font-size: 12px;
	font-style: italic;
	font-weight: 400;
	line-height: 24px; /* 200% */
}

.login-form{
	width: 238px;
    margin: 0 auto;
}

.split-password{
	font-size: 36px;
    color: #8E8E8E;
}

input[type="login"]{
	max-width: 238px;
    margin: 0 auto;
}

.login-form span.label{
	width: 100%;
    text-align: left;
    display: block;
    color: #8E8E8E;
    leading-trim: both;
    text-edge: cap;
    font-family: "Google Sans";
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    line-height: 24px;
}

*::placeholder {
    font-family: 'Google Sans';
}

form#form-tegistration input::placeholder,
form#form-tegistration textarea::placeholder{
	color: #8E8E8E;
	leading-trim: both;
	text-edge: cap;
	font-family: "Google Sans";
	font-size: 12px;
	font-style: italic;
	font-weight: 400;
	line-height: 24px; /* 200% */
}

body > main > div > div > div:nth-child(2){
	margin-top: -50px;
	padding-left: 120px;
}

input:focus-visible {
    outline: none;
}

/* Стили ошибок */

.error-field {
    border: 1px solid #ff0000 !important;
}

.error-field::placeholder {
    color: #ff0000 !important;
    opacity: 1 !important;
}

.error-message {
    color: #ff0000;
    font-size: 14px;
    margin-top: -10px;
    margin-bottom: 15px;
    display: block;
}

.column.desc {
	justify-content: center;
	gap: 5%;
	width: 100%;
}

.after-form{
	max-width: 326px;margin: 20px auto;color: #8E8E8E;font-family: 'Google Sans';font-size: 8px;font-style: normal;font-weight: 400;line-height: 24px;
}
.after-form a {
    color: #ffffff;
}

input.error, textarea.error {
  border-bottom: 1px solid red;
	color:red;
}



.login-form input.error{
	border: 1px solid red;
}

.split-password{
	max-width:13px;
	overflow:hidden;
}

input.error::-webkit-input-placeholder,
textarea.error::-webkit-input-placeholder { /* Chrome/Safari */
  color: red !important;
}

input.error::-moz-placeholder,
textarea.error::-moz-placeholder { /* Firefox */
  color: red !important;
  opacity: 1;
}

input.error:-ms-input-placeholder,
textarea.error:-ms-input-placeholder { /* IE/Edge */
  color: red !important;
}

input.error::placeholder,
textarea.error::placeholder {
  color: red !important;
}

.form-block_success,
.form-block_success_modal{
	text-align: center;
    height: 579px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.form-block_success h2,
.form-block_success_modal h2{
	color: #FFF;
text-align: center;
leading-trim: both;
text-edge: cap;
font-family: "Google Sans";
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 133.333% */
}
.form-block_success h3,
.form-block_success_modal h3{
	color: #FFF;
leading-trim: both;
text-edge: cap;
font-family: "Google Sans";
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 24px;
}

.access-yet>div{
	margin: 0 auto;
    max-width: 650px;
}

.access-yet>.form-block_modal>h2{
	color: #FFF;
text-align: center;
leading-trim: both;
text-edge: cap;
font-family: "Google Sans";
font-size: 25px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 96% */
}

.access-yet>.form-block_modal>.form-header{
	color: #FFF;
text-align: center;
leading-trim: both;
text-edge: cap;
font-family: "Google Sans";
font-size: 18px;
font-style: normal;
font-weight: 400;
	max-width:400px;
line-height: 24px; /* 133.333% */
	margin:0 auto 30px auto;
}

.access-yet>.form-block_modal>form{
	max-width:388px;
	margin: 0 auto;
}
.alarm{    
	width: 400px;
    margin: 0 auto;
}
.access-yet>.form-block_modal>.after_form-header_modal{
	color: #8E8E8E;
text-align: center;
leading-trim: both;
text-edge: cap;
font-family: "Google Sans";
font-size: 8px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 300% */
}

.alarm span{
	color: #8E8E8E;
leading-trim: both;
text-edge: cap;
font-family: "Google Sans";
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 12px; /* 100% */
	text-align:left;
}

.alarm img{
	width:22px;
	height:22px;
}

body > div.geofortia-popup-overlay > div > p:nth-child(6){
	margin-bottom:80px;
}

h4.form-header{
	color: #FFF;
	text-align: center;
	leading-trim: both;
	text-edge: cap;
	font-family: "Google Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px; /* 137.5% */
	margin-bottom:40px;
}

.geofortia-popup-content{
	display: flex;
    flex-direction: column;
    align-items: center;
}

.link-doc button{
	color: #ffffff;
	text-align: right;
	leading-trim: both;
	text-edge: cap;
	font-family: "Google Sans";
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 160% */
	background:none;
	border:none;
	cursor:pointer;
}

span.submit-wrapper {
    position: relative;
    display: inline-block;
    width: min-content;
    margin-left: 40px;
}

span.submit-wrapper:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #858181;
    transition: all 0.3s ease;
}

span.submit-wrapper:hover:after {
    width: 50%;
    left: 25%;
}

span.submit-wrapper_popup{
	position: relative;
    display: inline-block;
    width: 100px;
	height:40px;
}

span.submit-wrapper_popup button{
	border:none;
}

span.submit-wrapper_popup:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: white;
    transition: all 0.3s ease;
}

span.submit-wrapper_popup:hover:after {
    width: 50%;
    left: 25%;
}

border:none;
}

width: 36px;
    height: 40px;
}

textarea.textarea::placeholder {
    color: #8E8E8E;
    leading-trim: both;
    text-edge: cap;
    font-family: "Google Sans";
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    line-height: 24px;
}

body > main > div{
	margin-top:100px !important;
}
.mob-text_login{
	display:none;
}

@media (min-width:1600px) and (max-width:1900px){
	body{
		background-size:105%;
	}
	.site-footer{
		margin: 10px 76px 54px 0px;
	}
}

@media (min-width:1536px) and (max-width:1660px){
	body{
		background-size:105%;
	}
	body > main > div{
		margin-top:90px;
	}
	.site-footer {
		margin: 20px 76px 20px 0px;
	}
}

@media (min-width:1366px) and (max-width:1440px){
	.site-footer{
		width: 90%;
	}

	body > main > div > div > div:nth-child(2) {
		margin-top: -50px;
		margin-left: -80px;
		padding-left: 0px;
	}
	body > div.geofortia-popup-overlay > div > div.access-yet > div.col-8.form-block_modal{
		width:100% !important;
	}
	.access-yet>.form-block_modal>.form-header{
		max-width:500px;
		color: #FFF;
		text-align: center;
		leading-trim: both;
		text-edge: cap;
		font-family: "Google Sans";
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 22px;
		margin-top: -30px;
	}
	body > div.geofortia-popup-overlay > div > div.access-yet > div.col-8.form-block_modal > h2{
		color: #FFF;
		text-align: center;
		leading-trim: both;
		text-edge: cap;
		font-family: "Google Sans";
		font-size: 20px;
		font-style: normal;
		font-weight: 400;
line-height: 24px; /* 120% */
	}
	#form-registration {
		margin:0 auto;
	}
	.geofortia-access-message{
		margin-top:80px !important;
	}
	body > div.geofortia-popup-overlay > div > h2{
		color: #FFF;
		text-align: center;
		leading-trim: both;
		text-edge: cap;
		font-family: "Google Sans";
		font-size: 20px;
		font-style: normal;
		font-weight: 400;
		line-height: 24px;
	}
	.gray-text{
		color: #797979;
		text-align: center;
		leading-trim: both;
		text-edge: cap;
		font-family: "Google Sans";
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: 24px; /* 133.333% */
	}
}

@media (min-width:1280px) and (max-width:1366px){
	.site-footer {
		background: none;
		max-width: 1640px;
		margin: 50px auto;
		float: none;
		width: 95%;
	}
}

@media (min-width:568px) and (max-width:1440px){
	body{
		background: url('bg-geofortia.png');
		background-size: cover !important;
        background-position: right center !important;
	}
	body > main > div{
		margin-top:180px;
	}
}

@media (max-width:568px){
	body{
		background: url('bg-geofortia.png');
		padding: 0px 20px;
		background-size: cover !important;
        background-position: right center !important;
	}

	.site-footer .desc{
		display: none;
	}

	.column-mob{
		flex-direction: column-reverse;
    	align-items: center;
	}

	.armor-line{
		margin-top: 20px;
		margin-bottom: 125%;
	}

	.right-column h5{
		color: #FFF;
		text-align: center;
		leading-trim: both;
		text-edge: cap;
		font-family: "Google Sans";
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: 33.803px; /* 187.793% */
	}

	.right-column h6{
		color: #FFF;
		text-align: center;
		leading-trim: both;
		text-edge: cap;
		font-family: "Google Sans";
		font-size: 12px;
		font-style: normal;
		font-weight: 400;
		line-height: 24px; /* 200% */
	}

	.before-form {
		color: #FFF;
		text-align: center;
		leading-trim: both;
		text-edge: cap;
		font-family: "Bebas Neue";
		font-size: 30px;
		font-style: normal;
		font-weight: 400;
		line-height: 33.803px; /* 112.676% */
	}

	.form-header{
		color: #FFF;
		text-align: center;
		leading-trim: both;
		text-edge: cap;
		font-family: "Google Sans";
		font-size: 15px;
		font-style: normal;
		font-weight: 400;
		line-height: 18px; /* 120% */
	}

	.after_form-header{
		color: #8E8E8E;
		text-align: center;
		leading-trim: both;
		text-edge: cap;
		font-family: "Google Sans";
		font-size: 8px;
		font-style: normal;
		font-weight: 400;
		line-height: 24px; /* 300% */
	}

	.after_form-header_modal{
		color: #8E8E8E;
		text-align: center;
		leading-trim: both;
		text-edge: cap;
		font-family: "Google Sans";
		font-size: 8px;
		font-style: normal;
		font-weight: 400;
		line-height: 24px; /* 300% */
	}

	h5.after-form a{
		color:#8e8e8e;
	}

	.col-4.footer-text{
		color: #FFF;
		text-align: center;
		leading-trim: both;
		text-edge: cap;
		font-family: "Google Sans";
		font-size: 12px;
		font-style: normal;
		font-weight: 400;
		line-height: 24px; /* 200% */
	}

	.column.mob{
		display: flex;

flex-direction: column;
		gap:10px;
	}

	.mob-line{
		display: flex;
	}

	.inst-footer span,
	.mob-line a{
		color: #FFF;
		text-align: right;
		leading-trim: both;
		text-edge: cap;
		font-family: "Google Sans";
		font-size: 12px;
		font-style: normal;
		font-weight: 400;
		line-height: 24px; /* 200% */
	}

	.inst-footer span{
		gap:0px 5px;
	}

	.mob-line>.col-2{
		padding: 0px 9px;
		height:25px;
	}

	.link-doc{
		display: flex;
    	justify-content: space-between;
	}

	.link-doc span>a{
		color: #878787;
		text-align: right;
		leading-trim: both;
		text-edge: cap;
		font-family: "Google Sans";
		font-size: 12px;
		font-style: normal;
		font-weight: 400;
		line-height: 24px; /* 200% */
	}

	body > main > div > div > div:nth-child(1) > div{
		margin-top: 60px;
	}

	.form-row>.col-8{
		max-width:315px;
		padding:20px;
	}

	h4.form-header{
		color: #FFF;
		text-align: center;
		leading-trim: both;
		text-edge: cap;
		font-family: "Google Sans";
		font-size: 15px;
		font-style: normal;
		font-weight: 400;
		line-height: 18px;
	}

	.after_form-header{
		color: #8E8E8E;
		text-align: center;
		leading-trim: both;
		text-edge: cap;
		font-family: "Google Sans";
		font-size: 10px;
		font-style: normal;
		font-weight: 400;
		line-height: 15px;
		margin: 50px 0px;
	}

	input[type="submit"]{
		margin-left:0px;
	}

	.after-form{
		color: #8E8E8E;
		leading-trim: both;
		text-edge: cap;
		font-family: "Google Sans";
		font-size: 6px;
		font-style: normal;
		font-weight: 400;
		line-height: 15px; /* 250% */
	}

	body > main > div > div > div:nth-child(1) > div > div > h5.after-form{
		margin:10px auto;
	}

	.site-footer{
		margin:0 !important;
		width:100%;
	}

	.column.mob>div{
		padding: 0px 15px;
	}

	.close-popup{
		top:50px !important;
		right:15px !important;
	}

	.geofortia-popup-content h2{
		color: #FFF;
		text-align: center;
		leading-trim: both;
		text-edge: cap;
		font-family: "Google Sans";
		font-size: 15px;
		font-style: normal;
		font-weight: 400;
		line-height: 24px; /* 160% */
	}

	.gray-text{
		color: #797979;
		text-align: center;
		leading-trim: both;
		text-edge: cap;
		font-family: "Google Sans";
		font-size: 12px;
		font-style: normal;
		font-weight: 400;
		line-height: 24px; /* 200% */
		width:200px;
	}

	body > div.geofortia-popup-overlay > div > p.gray-text.line-grey{
		margin-bottom:0px;
	}

	.gray-text img{
		width:17px;
		height:17px;
	}

	h3.after-form_h3{
		color: #8E8E8E;
		text-align: center;
		leading-trim: both;
		text-edge: cap;
		font-family: "Google Sans";
		font-size: 10px;
		font-style: normal;
		font-weight: 400;
		line-height: 24px; /* 240% */
	}

	.geofortia-popup-content>img{
		margin-bottom:50px;
		width:207px;
	}
	.geofortia-popup-content h2{
		width:max-content;
	}

	.geofortia-access-message{
		margin-top:20px;
	}

	body > main > div > div > div:nth-child(2){
	    margin-top: -110px;
		padding-left:15px;
	}

	.geofortia-popup-overlay{
		overflow: overlay;
	}

	.inst-footer img {
		width: 25px;
		height: 25px;
		aspect-ratio: 1 / 1;
	}

	body > div.geofortia-popup-overlay > div > div.access-yet > div.col-8.form-block_modal{
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	body > div.geofortia-popup-overlay > div > div.access-yet > div.col-8.form-block_modal > h2{
		color: #FFF;
		text-align: center;
		leading-trim: both;
		text-edge: cap;
		font-family: "Google Sans";
		font-size: 15px;
		font-style: normal;
		font-weight: 400;
		line-height: 20px;
		width: 260px;
	}

	#form-registration{
		width: 280px;
	}

	body > div.geofortia-popup-overlay > div > div.access-yet > div.col-8.form-block_modal > div.alarm > span{
		width: 304px;
	}

	body > div.geofortia-popup-overlay > div{
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: space-between;
	}

	.geofortia-popup-content h3,
	.geofortia-popup-content>img, 
	.geofortia-popup-content h2{
		margin-bottom:0px;
	}

	p.gray-text.line-grey {
		margin-bottom: 20px;
	}

	#form-registration textarea::placeholder{
		color: #8E8E8E;
		leading-trim: both;
		text-edge: cap;
		font-family: "Google Sans";
		font-size: 12px;
		font-style: italic;
		font-weight: 400;
		line-height: 16.875px; /* 140.625% */
	}

	.footer-text{
		display: flex;
		justify-content: center;
		align-items: center;
	}
	a.footer-text {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

	h4.form-header{
		display:none;
	}
	.alarm{
		width:325px;
		gap: 10px !important;
	}
	.alarm span{
		color: #8E8E8E;

leading-trim: both;
		text-edge: cap;
		font-family: "Google Sans";
		font-size: 10px;
		font-style: normal;
		font-weight: 400;
		line-height: 12px;
	}
	#form-registration > span{
		margin-left:0px;
	}
	body > main > div{
		margin-top:130px !important;
	}
	#form-tegistration > span{
		margin-left:0px;
	}
	body > main > div > div > div:nth-child(1) > div > div.col-8.form-block > h4{display:block;}
	.mob-text_login{
		display:block;
		font:"Google Sans";
		font-weight:400;
		font-size:15px;
		text-align:center;
		line-height:18px;
	}
	body > div.geofortia-popup-overlay > div > p:nth-child(6) {
		margin-bottom: 0px;
	}
	body > div.geofortia-popup-overlay > div > h2{
		margin-bottom:20px;
	}
	body > footer > div.row.column.mob > div.mob-line > div.col-2.inst-footer{
		width:110%;
	}
	.col-1 { width: 100%; }
	.col-2 { width: 100%; }
	.col-3 { width: 100%; }
	.col-4 { width: 100%; }
	.col-5 { width: 100%; }
	.col-6 { width: 100%; }
	.col-7 { width: 100%; }
	.col-8 { width: 100%; }
	.col-9 { width: 100%; }
	.col-10 { width: 100%; }
	.col-11 { width: 100%; }
	.col-12 { width: 100%; }
}

/* PDF Popup Overlay & Container Centering Styles */
.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    z-index: 10000;
    backdrop-filter: blur(5px);
}

.popup-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 900px;
    height: 80%;
    background: #eae3d8;
    border-radius: 12px;
    padding: 40px 20px 20px 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
}

.pdf-container {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
}

.pdf-container iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.popup-close {
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 32px;
    color: #333;
    cursor: pointer;
    transition: color 0.3s;
    font-family: Arial, sans-serif;
    line-height: 1;
    z-index: 10100;
}

.popup-close:hover {
    color: #ff0000;
}

/* ==========================================================================
   PREMIUM MOTION & MICRO-INTERACTIONS
   ========================================================================== */

/* 1. Keyframe Entrance Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(25px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes bgScale {
    from {
        transform: scale(1.03);
        opacity: 0.9;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes overlayFadeIn {
    from {
        opacity: 0;
        backdrop-filter: blur(0px);
    }
    to {
        opacity: 1;
        backdrop-filter: blur(5px);
    }
}

@keyframes containerScaleIn {
    from {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0.92);
    }
    to {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
}

@keyframes modalContentScaleIn {
    from {
        opacity: 0;
        transform: scale(0.92);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* 2. Applying Page Load Transitions */
body {
    animation: bgScale 1.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.before-form {
    animation: fadeInDown 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.form-block {
    animation: fadeInUp 1.2s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

/* 3. Smooth Form Focus & Glow Micro-interactions */
form input, .textarea {
    transition: border-color 0.4s cubic-bezier(0.16, 1, 0.3, 1), 
                box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1), 
                color 0.3s;
}

form input:focus, .textarea:focus {
    border-bottom: 1px solid #cbb593 !important;
    box-shadow: 0 4px 12px rgba(203, 181, 147, 0.08);
}

/* 4. Smooth Interaction Transitions ( Apple / Premium standard ) */
a, button, input[type="submit"], .popup-close, .close-popup img {
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Hover Scaling for social / contact links icons */
.inst-footer a:hover img, .footer-text:hover img {
    transform: scale(1.15) rotate(4deg);
}

/* Rotating Close Buttons on hover */
.popup-close:hover {
    transform: scale(1.18) rotate(90deg);
}

.close-popup img:hover {
    transform: scale(1.18) rotate(90deg);
}

/* 5. Smooth Modal Transition Overrides */
.popup-overlay {
    animation: overlayFadeIn 0.4s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.popup-container {
    animation: containerScaleIn 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

.geofortia-popup-overlay {
    animation: overlayFadeIn 0.4s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.geofortia-popup-content {
    animation: modalContentScaleIn 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

/* Honeypot field absolute invisible safety styling */
.honeypot-field {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    position: absolute !important;
    top: -9999px !important;
    left: -9999px !important;
    height: 0 !important;
    width: 0 !important;
    z-index: -100 !important;
}
