/*
Theme Name: Hostingmate
Theme URI: https://hostingmate.it/theme/jaida
Author: hostingmate.it
Author URI: https://hostingmate.it
Description: A WordPress block theme made for blogging.
Requires at least: 6.1
Tested up to: 6.2
Requires PHP: 5.7
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hostingmate
Tags: hosting, hostingmate.it, hostingmate
*/

@import url('https://fonts.googleapis.com/css2?family=Manrope');

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Manrope", sans-serif;
}

html[dir="ltr"] { margin-top:0px !important;}

body{
  min-height: 100vh;
}

.section-main{
  position: relative;
  width: 100%;
  min-height: 100vh;
  background: url(images/bg.png) no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 100px;
}

.section-centered{
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.min-height-100vh{
	min-height: 100vh;
}

.padding-100{
	padding:100px !important;
}
.padding-20-100{
	padding: 20px 100px !important;
}

.margin-bottom-0{margin-bottom:0 !important}

.domain-search{
	background-image: url(https://hostingmate.it/wp-content/uploads/2025/10/pattern.png);
	background-position: center center;
	background-repeat: no-repeat
}

header{
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 100px;
  z-index: 999;
  transition: 0.6s;
  border-bottom: 1px solid #e5e5e5;
}

header.sticky{
  background-color: #FFFFFF;
  padding: 15px 100px;
}

header .custom-logo-link{
  width: 270px;
  height: 60px;
}

header > div{
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
header .menu, .footer-menu .menu{

}

header .menu ul li, .footer-menu .menu li{
	display:inline-block;
}
header .menu ul li a, .footer-menu .menu li a{
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  color: #000;
  margin: 0 30px;
  padding: 5px 15px;
  text-transform: uppercase;
  transition: 0.3s;
  transition-property: color, background;
}

.footer-menu .menu li a{color:#fff;}

header .menu a:hover, .footer-menu .menu a:hover{
  color:#3485fd;
}

header .btn{
  font-size: 25px;
  cursor: pointer;
  color: #fff;
  display: none;
}

.border-2-000{
	border:2px solid #000;
}

.footer_area{
    background-color: #000;
    padding:100px 0;
    color:#fff;
}

.quotes{
	border-left: 0em solid !important;
	margin: 0 auto !important;
	padding: 40px 100px !important;
	background:url(images/quotes.png) no-repeat top left;
	background-size: 250px;
	width:80%;
}

.cfb-form{border:2px solid #000; padding:50px; margin:50px;}
.cfb-form p{margin:20px;}
.cfb-form input{padding:10px; border-bottom:2px solid #000; width:100%;}
.cfb-form button{padding:10px; border:2px solid #000;}
.cfb-form textarea{padding:10px; border-bottom:2px solid #000; width:100%; height:150px;}

@media (max-width: 1024px) {
  header .btn{
    display: block;
  }

  header .menu.active{
    right: 0;
  }

  header .menu{
    position: fixed;
    background: #a81b24;
    flex-direction: column;
    min-width: 400px;
    height: 100vh;
    top: 0;
    right: -100%;
    padding: 80px 50px;
    transition-property: right;
    transition: 0.5s;
  }

  header .menu .close-btn {
    position: absolute;
    top: 0;
    left: 0;
    margin: 25px;
  }

  header .menu a{
    display: block;
    font-size: 16px;
    margin: 20px;
    padding: 0 15px;
  }

}

@media (max-width: 580px) {}
