/*
Theme Name: E Tech Solvers
Theme URI: https://etechsolvers.com
Author: E Tech Solvers
Author URI: https://etechsolvers.com
Description: Professional IT Services WordPress Theme for E Tech Solvers — VPN, VPS, Dialers, Firewalls, Cisco, MikroTik
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: etechsolvers
Tags: technology, business, it-services, responsive
*/

/* Import via functions.php enqueue */

/* HERO */
.hero {
  min-height: 40vh;
  background: linear-gradient(135deg, var(--navy-deep), #0A2040);
  display: flex;
  align-items: center;
  position: relative;
}


/* GRID */
.hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(0,201,200,0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,201,200,0.05) 1px, transparent 1px);
  background-size: 60px 60px;
}


.hero-content h1 {
  margin-left: 5%;
  margin-top: 0px;
  max-width: 700px;
}

.hero-content p {
  margin-left: 5%;
  margin-top: 20px;
  max-width: 700px;
}

.hero-btns{
  margin-left: 5%;
  margin-top: 60px;
  max-width: 700px;
}



.nav-logo img,
.custom-logo {
  height: 65px;
  width: auto;
}

nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 6%;
}

.nav-logo {
  display: flex;
  align-items: center;
}

.nav-logo img {
  transition: 0.3s ease;
}

.nav-logo img:hover {
  transform: scale(1.05);
}
nav {
  border-bottom: 1px solid rgba(0, 201, 200, 0.2);
}

.site-logo img {
     height: 60px;

}

img.custom-logo {
	margin-left: 40px;
}
.site-logo {
     margin-left: 40px;

}
