/*
Theme Name: AI Vector Theme
Theme URI: http://example.com/
Author: Your Name
Author URI: http://example.com/
Description: A custom WordPress theme with a transparent header and a photo background.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ai-vector-theme
*/

@charset "UTF-8";

/* Basic Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.hero-body {
    background: url('https://dev.aivector.com/wp-content/uploads/2025/03/Hero-Hover.png') no-repeat center fixed;
    background-size: cover;
	background-repeat: no-repeat;
	font-family: "Figtree", sans-serif;
}

.contact-body {
    background: url('https://dev.aivector.com/wp-content/uploads/2025/03/contact_background.png') no-repeat center fixed;
    background-size: cover;
	background-repeat: no-repeat;
	font-family: "Figtree", sans-serif;
	min-height: 100vh;
}

.thank-you-message h1 {
	color: #E0E0E0;
	font-weight: 300;
	font-family: "Figtree", sans-serif;
	}

.thank-you-message p {
	color: #E0E0E0;
	font-weight: 300;
	font-family: "Figtree", sans-serif;
	}

.thank-you-message {
	color: #E0E0E0;
	font-family: "Figtree", sans-serif;
	}

.products-body {
   background: linear-gradient(rgba(32, 39, 53, 0.6), rgba(32, 39, 53, 0.6)), url('https://dev.aivector.com/wp-content/uploads/2025/03/Hero-Hover_Solar.png') no-repeat center fixed;
  background-size: cover;
  background-repeat: no-repeat;
  font-family: "Figtree", sans-serif;
}

.product-hero {
	color: #E0E0E0;
	text-align: left;
	margin-bottom: 10px;
}
.products-content {
	color: #E0E0E0;
	text-align: Left;
    transition: background-color 0.3s ease;
	font-size: 1.875rem; /* 30px */
    margin-bottom: 1rem;
    font-family: "Figtree", sans-serif;
    font-weight: 600;
	display: block;
}

.dotted-line {
  border-top: 2px dotted #fff;
  width: 100%;
  margin: 50px 0;
  opacity: .5;	
}

.about-body {
    background: linear-gradient(rgba(32, 39, 53, 0.4), rgba(32, 39, 53, 0.4)), url('https://dev.aivector.com/wp-content/uploads/2025/03/about_background.png') no-repeat center fixed;
    background-size: cover;
	background-repeat: no-repeat;
	font-family: "Figtree", sans-serif;
	display: flex;
    flex-direction: column;
    min-height: 100vh;
}


.about-section {
    margin: auto;
    width: 60%; /* Adjust as needed */
    text-align: left;
    color: #E0E0E0;
    padding: 30px;
    font-weight: 300;
    font-family: "Figtree", sans-serif;
}
/*
section {
    padding: 50px 0;  Ensures space above and below 
}
*/

/* Feature Cards */
.feature-card-2 {
    min-width: 300px; /* Ensure a reasonable minimum width */
    width: 100%; /* Allow it to expand fully */
    background: rgba(255, 255, 255, 0.40);
    box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
    height: auto; /* Allow it to expand as needed */
    border: 1px solid #E0E0E0;
    display: flex;
    flex-direction: column;
	

}

.feature-text{
	color: #E0E0E0;
}

.feature-card {
    min-width: 300px; /* Ensure a reasonable minimum width */
    width: 100%; /* Allow it to expand fully */
    background: rgba(255, 255, 255, 0.20);
    box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
    height: auto; /* Allow it to expand as needed */
    border: 1px solid #E0E0E0;
    display: flex;
    flex-direction: column;
	

}
.feature-card img {
    max-width: 60px;
    margin-bottom: 5px;
}
.feature-card span {
	font-family: "Figtree", sans-serif;
    font-size: 20px;
	color: #E0E0E0;
	font-weight: 800px;
}
.feature-card p {
    font-family: "Figtree", sans-serif;
	font-weight: 800px;
    font-size: 15px;
    color: #E0E0E0;
}


.feature-card h1 {
	background: linear-gradient(to right, #EF4136, #FBB040);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	font-family: "Merriweather Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: bold;
	text-transform: uppercase;
}


/* Container */
.container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Logo Section */
.logo {
    display: flex;
    align-items: center;
}

.logo img {
    height: 40px;
    margin-right: 10px;
}

.logo-text {
    font-size: 1.5rem;
    color: #E0E0E0;
    font-weight: 300;
}

.logo-text strong {
    font-weight: bold;
}

/* Header Styles */
.header-section {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1000;
    padding: 1rem 0;
    margin-bottom: 60px;
	color: #E0E0E0;
}

/* Navigation Styling */
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}

/* Navbar Brand */
.navbar-brand img {
    height: 40px;
}

/* Navbar Links */
.navbar-nav {
    display: flex;
    gap: 30px;
}

.navbar-nav .nav-item {
    list-style: none;
	color: #E0E0E0;
}

.navbar-nav .nav-link {
    font-family: "Figtree", sans-serif;
    font-size: 1rem;
    text-decoration: none;
    color: #E0E0E0;
    font-weight: 300;
    padding: 10px 20px;
    transition: opacity 0.3s ease;
}

.navbar-nav .nav-link:hover {
    opacity: 0.7;
}

.centered-container {
  display: block;
  text-align: center;
  margin: 0 auto;
}

/* Demo Button */
.demo-button {
    background-color: #E57A44;
    color: #E0E0E0;
    border: none;
    border-radius: 25px;
    padding: 10px 20px;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.demo-button:hover {
    background-color: #1E1E1E;
}

.side-button {
    color: #E0E0E0;
	text-align: right;
    transition: background-color 0.3s ease;
	max-width: 300px;
	border-radius: 25px;
	padding-right: 30px;
	font-size: 1.875rem; /* 30px */
    text-transform: uppercase;
    margin-bottom: 1rem;
    font-family: "Figtree", sans-serif;
    font-weight: 300;
	display: block;
	
}

.side-button:hover {
    background-color: #E57A44;
    color: #E0E0E0;
    border: none;
    border-radius: 25px;
	max-width: 300px;
    font-size: 1rem;
    cursor: pointer;
	transition: all 0.3s ease;
    transform: translateX(10px);
}


.side-button.custom:hover {
    background-image: url('https://yourdomain.com/path-to-custom-hover.jpg');
    background-size: cover;
}

.side-button.home:hover {
    background-image: url('https://yourdomain.com/path-to-home-hover.jpg');
    background-size: cover;
}

.side-button.network:hover {
    background-image: url('https://yourdomain.com/path-to-network-hover.jpg');
    background-size: cover;
}

.side-button.security:hover {
    background-image: url('https://yourdomain.com/path-to-security-hover.jpg');
    background-size: cover;
}

/* Hamburger Menu */
.navbar-toggler {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 24px;
}

.navbar-toggler-icon {
	outline: none;
	color: #E0E0E0;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.footer {
	background-color: #202735; 
	padding-top: 50px; 
	padding-bottom: 50px;
}

.footer .footer-link {
    color: #E0E0E0;
    text-decoration: none;
    font-size: 1rem;
    margin-bottom: 8px; /* Ensure proper spacing */
    transition: opacity 0.3s ease;
}

.footer .footer-link:hover {
    opacity: 0.7;
}

.footer-links {
  margin-right: 80px; /* Increase this value as needed */
}

.social-icon img {
	width: 25px;
	margin: 5px;
}

.product-section {
	margin-bottom: 30px;
	background-color: rgba(255, 255, 255, 0.30);
	border: 1px solid #E0E0E0;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #E0E0E0;
	border-radius: 12px;
}

/* Quadrant Section Container */
.quadrant-section {
  position: relative;
  padding: 80px 0; /* Adjust vertical spacing as needed */
  background-color: #E0E0E0;
}

/* Horizontal Center Line */
.quadrant-section::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ccc; /* Line color */
  z-index: 1;
  transform: translateY(-50%);
}

/* Vertical Center Line */
.quadrant-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background: #ccc; /* Line color */
  z-index: 1;
  transform: translateX(-50%);
}

.wrapper {
      margin: 0 auto;
      padding: 0 15px;
    }

/* Service Card Styles */
.service-card {
  position: relative; /* Place above cross lines */
  z-index: 2;
  text-align: center;
  margin-bottom: 30px;
  width: 250px;	
  height: 250px;	
}

.service-card img {
  max-width: 100px; /* Adjust icon size */
  margin-bottom: 10px;
}

.service-card h3 {
  font-weight: 600;
  margin-bottom: 8px;
}

.service-card p {
  color: #666;
  margin-bottom: 16px;
}

/* Learn More Button Styling */
.service-card button {
  border: 2px solid #1E1E1E;
  background: transparent;
  border-radius: 25px;
  padding: 8px 20px;
  font-size: 0.9rem;
  cursor: pointer;
  transition: all 0.3s ease;
}

.service-card button:hover {
  background-color: #1E1E1E;
  color: #fff;
}

.card {
	margin-top: 30px;
    align-items: center; /* Center text */
    justify-content: center;
    text-align: center;
    width: 250px; /* Ensure consistency */
	height: 250px;
	border: none;
}

.card img {
    width: 70px;
    margin-bottom: 10px;
}

.card h3 {
	font-family: "Figtree", sans-serif;
    font-size: 30px;
    font-weight: 600;
    color: #1E1E1E;
}

.card p {
	font-family: "Figtree", sans-serif;
    font-size: 15px;
    color: #555;
    margin-bottom: 15px;
}

.row {
    display: flex;
    flex-wrap: wrap; /* allows columns to wrap to the next line */
    justify-content: center;
    align-items: center;
}

/* Learn More Button */
.learn-more {
    background: none;
	font-family: "Figtree", sans-serif;
    border: 2px solid #1E1E1E;
	border-radius: 25px;
    padding: 8px 15px;
    font-size: 0.9rem;
	width: 100%;
    cursor: pointer;
    transition: all 0.3s ease;
}

.learn-more:hover {
    background-color: #1E1E1E;
    color: #E0E0E0;
}

a.learn-more {
  text-decoration: none;  /* removes underline */
  color: inherit;         /* ensures the link takes the inherited text color */
  outline: none;          /* removes focus outline */
}

.dark-section {
	font-family: "Figtree", sans-serif;
	color: #E0E0E0;
	padding-top: 30px;
	padding-bottom: 30px;
}

.content-section {
	  font-size: 14px;
	  line-height: 1.5;
	  text-align: center;
	  border-top: 1px solid #E0E0E0;
	  border-bottom: 1px solid #E0E0E0;
	  background-color: rgba(217, 217, 217, 0.40);
	  padding-top: 30px;
	}
	
.content-section h2 {
	font-family: "Figtree", sans-serif;
	font-weight: 800;
}

.content-section p {
	font-family: "Figtree", sans-serif;
}

#cta {
	font-family: "Figtree", sans-serif;
	background-color: #1E1E1E;
	margin-top: 50px;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 50px;
}

.section-heading {
	font-family: "Figtree", sans-serif;
}
.contact-section {
      min-height: 80vh;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
    }

    .contact-form {
      background: rgba(0, 0, 0, 0.6); /* Semi-transparent dark background */
      border-radius: 10px;
      padding: 40px 30px;
      width: 50%; /* Adjust width as desired */
      color: #fff;
	  margin-bottom: 10%;	
    }
	
	  .contact-header {
 	  margin-bottom: 0; /* Remove bottom margin on the container */
	}
	  
	  .contact-header h1{
	  font-family: "Figtree", sans-serif;
      text-align: center;
      font-weight: 300;
      letter-spacing: .15em;
      text-transform: uppercase;
	  color: #E0E0E0;
	  font-size: clamp(1.5rem, 5vw, 3rem);
		  margin-bottom: 0.5rem;
		  
	  }
	  #contact-section {
  	padding-top: 20px; /* Adjust this value as needed */
	}
    .contact-form input,
    .contact-form textarea {	
      width: 100%;
      padding: 12px 15px;
      margin-bottom: 15px;
      border: 1px solid #fff;
      border-radius: 30px;
      background: transparent;
      color: #fff;
      font-size: 16px;
      outline: none;
    }
    .contact-form ::placeholder {	
      color: #bbb;
    }
    .contact-form button {
	  display: block;
  	  margin: 0 auto;
      width: 25%;
      background: #fff; /* Bright blue */
      border: none;
      border-radius: 8px;
      padding: 12px 15px;
      font-size: 16px;
      color: #1E1E1E;
      cursor: pointer;
      text-transform: uppercase;
      transition: background 0.3s ease;
    }
    .contact-form button:hover {
      background: #202735; /* Darker blue on hover */
		color: #E0E0E0;
    }
.features-list {
	color: #E0E0E0;
}

/* Mobile Styles */
@media (max-width: 991px) {
	.contact-form {
    width: 80%;
    padding: 20px 15px;
  }
  
  .contact-form input,
  .contact-form textarea {
    font-size: 14px;
    padding: 10px;
  }
  
  .contact-form button {
    width: 25%;
    font-size: 14px;
    padding: 10px;
    margin: 0 auto;
  }
  
  .contact-header h1 {
    font-size: clamp(1.2rem, 8vw, 2rem);
  }
	
    .navbar-nav {
        display: none; /* Hide navbar links by default */
        flex-direction: column;
        width: 100%;
        text-align: center;
        position: absolute;
        top: 60px;
        left: 0;
        background: rgba(61, 71, 84, 0.95);
        padding: 20px;
        border-radius: 8px;
    }

    .navbar-nav .nav-item {
        margin-bottom: 10px;
    }

    .navbar-toggler {
        display: block; /* Show hamburger */
    }

    .navbar-collapse.show {
        display: flex;
    }
	
	.footer-links {
    margin-right: 50px;
  }
	
}




