/*
Theme Name: Plexaweb Bespoke Theme
Author: Plexaweb
Author URI: https://www.plexaweb.co.uk
Description: Bespoke website theme by Plexaweb.
Version: 2.1
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: plexaweb
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

body
{
text-align: left;
padding: 0px;
margin: 0px;

background-color: #000;
}

* {
    outline-width: 0px !important;
    text-decoration: none;
}

.hamburger.is-active:hover, .hamburger:hover, .hamburger:active, .hamburger {
    outline-width: 0px;
}
#ttr_sidebar
{
border-left: 1px solid black;
}
#ttr_footer
{
width: 100%;
border-top: 1px #a2a2a2 solid;
text-align: center;
}
.title
{
font-size: 11pt;
font-family: verdana;
font-weight: bold;
}

*:hover, *:active, *:focus {
    outline: 0;
  }

  input::-moz-focus-inner { 
    border: 0; 
  }

  * {
      border: 0;
  }

  a, a:active, a:focus{
    outline: none; /* Works in Firefox, Chrome, IE8 and above */ 
}

input[type="reset"],
input[type="button"],
input[type="submit"],
input[type="file"]
 {
    border: none;
}

.logo {
max-width: 100%;
width: 250px;
}

img {
    max-width: 100%;
    height: auto;
}

.top-nav {
    width: calc(100% - 250px);
  
}
.top-nav ul {
    list-style: none;
}

.top-nav ul li {
    display: inline-block;
}

.hamburger {
    display: none;
}

/* Styles for align-wide and align-full */

.alignwide {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    max-width: 100vw;
}

.alignfull {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    max-width: 100vw;
    width: 100vw;
}

canvas {
    display: block;
    vertical-align: bottom;
  }
  /* ---- tsparticles container ---- */
  .tsparticles-container {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #0d47a1;
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
  }
  

  * {
      color: #fff;
      font-family: 'Urbanist';
  }

  i, em {
    color: #F0AA1F; /* Set the color to F0AA1F */
    font-style: normal; /* Remove italic styling */
  }
  

  .top-flex {
      display: flex;
  }


  .footer {
    background-color: #000;
    font-family: 'Urbanist', sans-serif;
    color: #fff;
    padding: 2rem 0;
  }
  
  .footer h5 {
    margin-bottom: 1rem;
    color: #F0AA1F;
  }
  
  .footer a {
    color: #F0AA1F;
    text-decoration: none;
  }
  
  .footer a:hover {
    color: #fff;
    text-decoration: underline;
  }
  
  .footer .social-icons a {
    font-size: 1.5rem;
    margin-right: 1rem;
  }
  
  .footer .social-icons a:hover {
    color: #F0AA1F;
  }
  
/* Style the menu container */
.menu-home-container {
    text-align: right; /* Align the menu to the right */
    width: 100%;
  }
  
  .top-nav {
    list-style: none; /* Remove bullets */
    margin: 0;
    padding: 0;
    display: block;
    text-align: right;
    text-align: right;
    width: 100%;
  }
  
  /* Style the individual list items */
  .top-nav li {
    position: relative;
    padding: 0 0px; /* Add horizontal padding */
    font-size: 20px; /* Set font size */
    font-weight: bold; /* Optional: Make the text bold */
    display: inline-block;
  }
  
  /* Add the '/' separator */
  .top-nav li:not(:last-child)::after {
    content: "/"; /* Adds the '/' separator */
    color: white; /* Color of the separator */
    margin: 0 26px; /* Adds even spacing before and after the '/' */
  }
  
  /* Style the links */
  .top-nav a {
    text-decoration: none; /* Remove underline */
    color: white; /* Set text color */
    transition: color 0.3s; /* Smooth color change on hover */
  }
  
  /* Change color on hover */
  .top-nav a:hover {
    color: #F0AA1F; /* Hover color */
  }
  


  .header {
      padding-top: 40px;
      padding-bottom: 60px;
  }

  @media (min-width: 1200px) {
    .container {
      max-width: 1400px; /* Wider container for screens 1200px and above */
    }
  }
  
  @media (min-width: 1400px) {
    .container {
      max-width: 1600px; /* Even wider container for screens 1400px and above */
    }
  }

  
  #particles-js h1 {
      font-size: 4.9rem;
  }

  p {
      font-size: 20px;
  }

  /* Style the form container */
.wpcf7 form {
    display: flex;
    flex-direction: column;
    align-items: flex-end; /* Align fields and button to the right */
   

    color: #fff; /* White text for labels */
}

/* Style the form fields */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="url"],
.wpcf7 textarea {
    width: 100%; /* Set a consistent width for input fields */
    max-width: 480px;
    padding: 12px; /* Add padding inside fields */
    margin-bottom: 15px; /* Spacing between fields */
    background-color: #333; /* Dark grey background for fields */
    color: #fff; /* White text inside fields */
    border: none; /* Remove border */
    border-radius: 4px; /* Slight border radius */
    box-sizing: border-box; /* Consistent box model */
    text-align: left; /* Ensure text inside fields is left-aligned */
    display: inline-block;
}

/* Style the submit button */
.wpcf7 input[type="submit"] {
    background-color: #F0AA1F; /* Accent color */
    color: #fff; /* White text */
    padding: 12px 20px; /* Button padding */
    border: none; /* Remove default border */
    border-radius: 4px; /* Rounded button */
    cursor: pointer; /* Pointer cursor on hover */
    font-size: 16px; /* Button font size */
    text-transform: uppercase; /* Uppercase text */
    letter-spacing: 1px; /* Slight letter spacing */
    align-self: flex-end; /* Ensure the button is aligned to the right */
    display: inline-block;
    position: absolute;
    right: 0px;
}

/* Add hover effect for submit button */
.wpcf7 input[type="submit"]:hover {
    background-color: #e0951c; /* Darker shade of accent color */
}

/* Style placeholders */
.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
    color: #bbb; /* Light grey placeholder text */
}

.wpcf7 p {
    text-align: right;
    display: block;
    position: relative;
}

/* Adjust for smaller screens */
@media (max-width: 768px) {
    .wpcf7 form {
        align-items: flex-start; /* Align fields to the left for smaller screens */
    }

    .wpcf7 input,
    .wpcf7 textarea,
    .wpcf7 input[type="submit"] {
        align-self: flex-start; /* Ensure button aligns to the left for mobile */
    }
}

.wpcf7 br {
    display: none;
}

.wpcf7 label {
    display: block;
}