/*
 * Theme Name: Clean Theme
 * Description: Clean Theme
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

*{
	box-sizing: border-box;
	margin:0;
	padding:0;
	text-decoration: none;
}

body{
	font-family: "Inter", sans-serif;
	background:#fafafa;
}

.header-top{
	background:#01439A;
	padding: 15px 0 12px;
}

.header-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    padding: 0px 0;
    gap: 20px;
}

.header-grid .left {
    justify-self: start;
}

.header-grid .center {
    justify-self: center;
    text-align: center;
}

.header-grid .right {
    justify-self: end;
    text-align: right;
}

.logo{
	display:flex;
	align-items:center;
	gap:10px;
}

.logo img{
	width:38px;
}

.logo span{
	font-size:30px;
	color:#F2D15D;
}

.header-center{
	display:flex;
	align-items:center;
	gap:23px;
	justify-content: center;
}

#date-output{
	font-size:14px;
	font-weight:400;
	color:#fff;
	text-align:center;
}

.weather-info{
	display:flex;
	align-items: center;
	gap:5px;
}

.sin-informer__temp{
	order:2;
	font-size:14px;
	font-weight:400;
	color:#fff;
}

.sin-informer__condition{
	display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    background-size: 100%;
}

.header-right{
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: center;
}

.search-input-wrap{
	display: flex;
    align-items: center;
	border-right: 1px solid #036BF2;
    padding-right: 29px;
}

.search-input {
    width: 140px;
    padding: 6px 30px 6px 15px;
    border: 1px solid #ffffff7d;
    background: #013e8e;
    color: white;
    font-size: 12px;
    border-radius: 100px;
    outline: none;
	color: #d9e6ff;
}

.search-input::placeholder {
    color: #d9e6ff;
}

.search-input-wrap button{
	cursor: pointer;
    background: transparent;
    outline: none;
    border: none;
    margin-left: -26px;
    position: relative;
    bottom: -2px;
}

.lang {
    color: white;
    font-size: 12px;
    cursor: pointer;
}

.header-bottom{
	background:#036BF2;
	padding: 10px 0 5px;
}

.top-news{
	display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 700;
    color: #FAFAFA;
    gap: 10px;
    text-transform: uppercase;
    border-right: 1px solid #fff;
    padding-right: 20px;
    margin-right: 0px;
    float: left;
    width: 12%;
}

.ticker-wrapper {
    overflow: hidden;
    width: 88%;
    position: relative;
    float: right;
    top: -2px;
}

.ticker {
    display: inline-flex;
    white-space: nowrap;
    animation: tickerMove 25s linear infinite;
    cursor: grab;
    gap: 10px;
}

.ticker a {
    color: #fafafa;
    text-decoration: none;
    font-weight: 400;
	font-size:14px;
}

.ticker .sep {
    margin: 0 10px;
    opacity: 0.6;
	color: #fafafa;
    text-decoration: none;
    font-weight: 400;
	font-size:14px;
}

@keyframes tickerMove {
    0% { transform: translateX(100%); }
    100% { transform: translateX(-100%); }
}

.ticker.grabbing {
    animation-play-state: paused;
    cursor: grabbing;
}

.home-blog{
	margin:25px 0;
}

.home-blog .left-sidebar{
	float:left;
	width:20%;
}

.home-blog .main-content{
	float:left;
	width:60%;
}

.home-blog .right-sidebar{
	float:left;
	width:20%;
}

.left-sidebar .category-menu{
	display: flex;
    flex-direction: column;
    gap: 0px;
    border: 1px solid hsl(0deg 0% 0% / 10.2%);
	background: #fff;
}

.left-sidebar .category-menu a{
	padding: 12px 20px;
    display: flex;
    align-items: center;
    gap: 15px;
	font-weight:500;
	font-size:14px;
	color:#000;
	transition:0.3s;
}

.left-sidebar .category-menu a.active-category{
	position:relative;
	color:#fff;
	background:#036BF2;
	transition:0.3s;
}

.left-sidebar .category-menu a.active-category svg path{
	stroke:#F2D15D;
}

.left-sidebar .category-menu a.active-category .diff-img-cat path{
	fill:#F2D15D;
}

.left-sidebar .category-menu a .diff-img-cat path{
	stroke:none!important;
}

.left-sidebar .category-menu a.active-category:before{
	content:'';
	width:3px;
	height:100%;
	position:absolute;
	left:8px;
	top:0;
	background:#F2D15D;
}

.right-sidebar .last-news-block{
	border: 1px solid hsl(0deg 0% 0% / 10.2%);
	border-radius:10px 10px 0 0;
	background: #fff;
}

.right-sidebar .last-news-block h3{
	font-size:18px;
	font-weight:600;
	display:flex;
	align-items:center;
	gap:10px;
	padding: 25px 15px;
}

.right-sidebar .last-news-block ul{
	margin:0;
	padding:0;
	list-style:none;
}

.right-sidebar .last-news-block li{
	position:relative;
	border-top: 1px solid hsl(0deg 0% 0% / 10.2%);
}

.right-sidebar .last-news-block li a{
	font-size:14px;
	font-weight:500;
	display: inline-block;
	font-size:14px;
	color:#000;
	padding: 12px 45px 12px 15px;
	width: 100%;
}

.right-sidebar .last-news-block li span{
	font-size:12px;
	font-weight:400;
	color:#808080;
	display: block;
	margin-top:8px;
}

.right-sidebar .last-news-block li i{
	position: absolute;
    right: 15px;
    top: 0;
    font-style: normal;
    background: #000;
    width: 28px;
    height: 28px;
    background: #0000001A;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #036BF2;
	transform: translateY(-50%);
    top: 50%;
}

.support{
	border: 1px solid hsl(0deg 0% 0% / 10.2%);
    border-radius: 10px;
    padding: 40px 25px;
    text-align: center;
    margin-top: 20px;
	background: #fff;
}

.support > img{
	width: 40px;
    margin-bottom: 15px;
}

.support h3{
	font-size:18px;
	font-weight:700;
	margin-bottom:10px;
}

.support p{
	font-size:14px;
	color:#808080;
	line-height:20px;
	margin-bottom:15px;
}

.support a{
	display:inline-block;
	width:100%;
	padding:12px 0;
	background:#F2D15D;
	font-size:14px;
	font-weight:500;
	color:#0D2219;
	display:flex;
	align-items:center;
	gap:15px;
	justify-content: center;
    border-radius: 10px;
}

.support a img{
	
}

.support.tg-support a{
	background: #FAFAFA;
	border: 1px solid hsl(0deg 0% 0% / 10.2%);
	color:#000;
}

.currency{
	border: 1px solid hsl(0deg 0% 0% / 10.2%);
    border-radius: 10px;
    padding: 40px 25px;
    text-align: center;
    margin-top: 20px;
	background: #fff;
}

.currency h3{
	font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: left;
}

.currency p{
	display:flex;
	align-items:center;
	justify-content:space-between;
}

.currency-line{
	margin-bottom:10px;
}

.currency-name{
	display:flex;
	align-items:center;
	gap:10px;
	font-size:16px;
	font-weight:500;
}

.currency-rate{
	display:flex;
	flex-direction:column;
}

.currency-rate i{
	font-style:normal;
}

.currency-rate .rate{
	font-size:16px;
	font-weight:700;
	margin-bottom: 0px;
}

.currency-rate .change{
	font-size:12px;
	font-weight:400;
}

.currency-rate .green{
	color:#16A34A;
}

.currency-rate .red{
	color:#DC2626;
}

.subscribe{
	border: 1px solid hsl(0deg 0% 0% / 10.2%);
    border-radius: 10px;
    padding: 40px 25px;
    text-align: center;
    margin-top: 20px;
	background: #fff;
}

.subscribe h3{
	font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: left;
}

.subscribe p{
	font-size:14px;
	color:#808080;
	line-height:20px;
	margin-bottom:15px;
}

.subscribe form p{
	margin-bottom:0;
}

.subscribe form input[type='email']{
	width: 80%;
    background: #FAFAFA;
    border-radius: 5px;
    border: none;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    outline: none;
	color: #808080;
}

.subscribe form input::placeholder {
    color: #808080;
}

.subscribe form input[type='submit']{
	width: 20%;
    background-color: #036BF2;
    background-image: url(/wp-content/uploads/2025/11/submit-subscribe-sidebar.svg);
    font-size: 0;
    height: 36.8px;
    border: none;
    outline: none;
    position: relative;
    top: -4px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 16px;
    border-radius: 5px;
    cursor: pointer;
}

.subscribe form .wpcf7-not-valid-tip{
	display:none!important;
}

.subscribe form .wpcf7-spinner{
	display:none;
}

.subscribe form .wpcf7 form .wpcf7-response-output{
	font-size:12px;
	border-color: red !important;
}

footer{
	background:#01439A;
	padding: 90px 0 30px;
}

.footer-main{
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    grid-template-columns: 1.3fr 2fr 1.3fr;
    margin-bottom: 60px;;
}

.footer-description h4{
	font-size:24px;
	font-weight:700;
	color:#FAFAFA;
	margin-bottom:15px;
}

.footer-description p{
	font-size:14px;
	font-weight:400;
	color:#FAFAFA;
	line-height:23px;
}

.footer-navigation{
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
	margin-left: 90px;
}

.footer-categories h4{
	font-size:16px;
	font-weight:600;
	color:#FAFAFA;
	margin-bottom:15px;
}

.footer-category-list{
	list-style:none;
	margin:0;
	padding:0;
}

.footer-category-list li{
	margin-bottom:10px;
}

.footer-category-list li:last-child{
	margin-bottom:0;
}

.footer-category-list li a{
	color: #FAFAFA;
    font-size: 14px;
    font-weight: 400;
}

.footer-menu{
	list-style:none;
	margin:0;
	padding:0;
}

.footer-menu li{
	margin-bottom:10px;
}

.footer-menu li:last-child{
	margin-bottom:0;
}

.footer-menu li a{
	color: #FAFAFA;
    font-size: 14px;
    font-weight: 400;
}

.footer-about h4{
	font-size:16px;
	font-weight:600;
	color:#FAFAFA;
	margin-bottom:15px;
}

.footer-subscribe h4{
	font-size:16px;
	font-weight:600;
	color:#FAFAFA;
	margin-bottom:15px;
}

.footer-subscribe p{
	font-size:14px;
	font-weight:400;
	color:#FAFAFA;
	line-height:20px;
	margin-bottom:25px;
}

.footer-subscribe form input[type='email']{
	width: 80%;
    background: rgba(250, 250, 250, 0.1);
    border-radius: 5px;
    border: 1px solid rgba(250, 250, 250, 0.2);
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    outline: none;
	color: rgba(250, 250, 250, 0.6);
}

.footer-subscribe form input::placeholder {
    color: rgba(250, 250, 250, 0.6);
}

.footer-subscribe form input[type='submit']{
	width: 15%;
    margin-left: 4%;
    background-color: #fff;
    background-image: url(/wp-content/uploads/2025/11/envelope-form.svg);
    font-size: 0;
    height: 36.8px;
    border: none;
    outline: none;
    position: relative;
    top: -4px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 16px;
    border-radius: 5px;
    cursor: pointer;
}

.footer-subscribe form .wpcf7-not-valid-tip{
	display:none!important;
}

.footer-subscribe form .wpcf7-spinner{
	display:none;
}

.footer-subscribe form .wpcf7-response-output{
	font-size:12px;
	border-color: red !important;
	color:#fff;
	text-align: center;
}

.footer-copyright{
	display:flex;
	align-items:center;
	justify-content:space-between;
	border-top: 1px solid #FAFAFA1A;
	padding-top:20px;
}

.footer-copyright .social{
	display:flex;
	align-items:center;
	gap:20px;
}

.footer-copyright .copyright-text{
	color:#FAFAFA;
	font-size:14px;
	font-weight:400;
}

.container{
    width:100%;
    margin:0 auto;
}

.row{
    display: inline-block;
    width:100%;
}

.row-flex{
    display: flex;
}

.col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-12{
    padding:0 15px;
    float: left;
}

.col-md-1 {
    width: 8.33%;
}

.col-md-2 {
    width: 16.67%;
}

.col-md-3 {
    width: 25%;
}

.col-md-4 {
    width: 33.33%;
}

.col-md-5 {
    width: 41.67%;
}

.col-md-6 {
    width: 50%;
}

.col-md-7 {
    width: 58.33%;
}

.col-md-8 {
    width: 66.67%;
}

.col-md-9 {
    width: 75%;
}

.col-md-10 {
    width: 83.33%;
}

.col-md-11 {
    width: 91.67%;
}

.col-md-12 {
    width: 100%;
}



@media(min-width:576px){
    .container{
        max-width: 540px;
    }
}

@media(min-width:768px){
    .container{
        max-width: 720px;
    }
}

@media(min-width:992px){
    .container{
        max-width: 960px;
    }
}

@media(min-width:1200px){
    .container{
        max-width: 1140px;
    }
}

@media(min-width:1400px){
    .container{
        max-width: 1320px;
    }
	.seo-services .audit-strategy{background-position: 8% 75%;}
}

@media(min-width:1550px){
    .container{
        max-width: 1450px;
    }
	
}

@media(min-width:1700px){
    .container{
        max-width: 1600px;
    }
}