/* ===========================
   GENERAL LAYOUT STYLES
=========================== */
body, html {
    height: 100%;
    margin: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; /* <-- Main site font */
    background-color: #000000; /* <-- Page background color */
}

.layout-wrapper {
    width: 95%; /* <-- Layout width */
   /* height: 100vh; /* <-- Full viewport height */
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    background-color: #000000; /* <-- Main layout background */
    border-radius: 0px 0px 6px 6px; /* <-- Change this to round main layout corners */
    overflow: hidden;
}

/* ===========================
   HEADER
=========================== */
.site-header {
    background-image: url('images/headerreduce.png'); /* <-- Header background image */
    background-size: cover;
    background-position: center;
    height: 200px; /* <-- Change this value to adjust header height */
    position: relative;
    color: #ffffff; /* <-- Header text color */
}

.header-overlay {
    background-color: rgba(0, 0, 0, 0.3); /* <-- Overlay tint color on header image */
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
}

.logo img {
    height: 50px; /* <-- Adjust logo size */
}

/* ===========================
   SEARCH BOX
=========================== */
.search-box {
    display: flex;
    align-items: center;
}

.search-box input {
    padding: 8px 12px;
    border: none;
    border-radius: 4px 0 0 4px;
    outline: none;
    font-size: 14px;
}

.search-box button {
    background-color: #9f3627; /* <-- Search button background */
    color: #ffffff; /* <-- Search icon color */
    border: none;
    padding: 8px 12px;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
	font-size:12px;
    transition: background-color 0.3s;
}

.search-box button:hover {
    background-color: #d4b27f; /* <-- Search button hover color */
}

/* ===========================
   NAVIGATION MENU
=========================== */
.main-nav {
    background-color: #9f3627; /* <-- Main menu background color */
}

.main-nav > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.main-nav > ul > li {
    position: relative;
}

.main-nav > ul > li > a {
    display: block;
    padding: 14px 20px;
    color: #ffffff; /* <-- Menu text color */
    text-decoration: none;
    transition: background-color 0.3s;
}

.main-nav > ul > li > a:hover {
    background-color: #d4b27f; /* <-- Menu hover color */
	color:black;
}

/* SUBMENU - hidden by default */
.main-nav ul ul {
    display: none; /* <-- Keep submenus hidden initially */
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #9f3627; /* <-- Submenu background */
    min-width: 180px;
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 100;
    flex-direction: column;
}

/* Show submenu when hovering over parent <li> */
.main-nav ul li:hover > ul {
    display: block;
}

/* Submenu link styles */
.main-nav ul ul li a {
    display: block;
    padding: 10px 15px;
    color: #ffffff;
    text-decoration: none;
    transition: background-color 0.3s;
    white-space: nowrap;
}

.main-nav ul ul li a:hover {
    background-color: #d4b27f; /* <-- Submenu hover color */
	color:black;
}


/* ===========================
   MAIN CONTENT
=========================== */
.content {
    flex: 1;
    padding: 30px; /* <-- Adjust inner padding */
    color: #333333; /* <-- Main text color */
    background-color: #ffffff; /* <-- Content background */
}

/* ===========================
   FOOTER
=========================== */
.site-footer {
    background-color: #9f3627; /* <-- Footer background color */
    color: #bbbbbb; /* <-- Footer text color */
    text-align: center;
    padding: 20px;
    font-size: 14px; /* <-- Footer font size */
}

.site-footer .footer-links {
    margin-top: 8px;
    font-size: 12px; /* <-- Smaller footer link font size */
}

.site-footer .footer-links a {
    color: #999999; /* <-- Footer link color */
    text-decoration: none;
    margin: 0 5px;
}

.site-footer .footer-links a:hover {
    color: #ffffff; /* <-- Footer link hover color */
}




/* ===========================
   SIGNUP FORM STYLING
   =========================== */

/* ====== Page Container for Centering the Form ====== */
.signup-body {
  font-family: "Segoe UI", Arial, sans-serif; /* Main font for the entire form text */
  background: linear-gradient(135deg, #ece9e6, #ffffff); /* Background gradient behind the form */
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh; /* Full height viewport layout */
  margin: 0;
}

/* ====== Main Form Box ====== */
.form-container {
  width: 90%; /* Takes 90% of screen width on mobile */
  /*max-width: 600px; /* Maximum width for larger screens */
  background: #ffffff; /* Form background color — change this to alter the form box color */
  padding: 30px;
  border-radius: 0px; /* Change this value to make the form corners more or less rounded */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); /* Shadow under the form box */
}

.form-container2 {
  width: 90%; /* Takes 90% of screen width on mobile */
  /*max-width: 600px; /* Maximum width for larger screens */
  background: #ffffff; /* Form background color — change this to alter the form box color */
  padding: 30px;
  height:143px;
  border-radius: 0px; /* Change this value to make the form corners more or less rounded */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); /* Shadow under the form box */
}

.form-container3 {
  width: 90%; /* Takes 90% of screen width on mobile */
  height:90%;
  /*max-width: 600px; /* Maximum width for larger screens */
  background: #ffffff; /* Form background color — change this to alter the form box color */
  padding: 30px;
  /*height:143px;
  border-radius: 0px; /* Change this value to make the form corners more or less rounded */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); /* Shadow under the form box */
}

.form-container3b {
  width: 90%; /* Takes 90% of screen width on mobile */
  height:90%;
  /*max-width: 600px;  Maximum width for larger screens */
  background: #ffffff; /* Form background color — change this to alter the form box color */
  padding: 30px;
  /*height:143px;
  border-radius: 0px; /* Change this value to make the form corners more or less rounded */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); /* Shadow under the form box */
}

.form-container4 {
  width: 95%; /* Takes 90% of screen width on mobile */
  height:90%;
  /*max-width: 600px; /* Maximum width for larger screens */
  background: #ffffff; /* Form background color — change this to alter the form box color */
  padding: 30px;
  /*height:143px;
  border-radius: 0px; /* Change this value to make the form corners more or less rounded */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); /* Shadow under the form box */
}

.features{
		color:white;
		font-size:15px;
}


/* ====== Title Heading ====== */
.form-container h2 {
  text-align: left;
  margin-bottom: 25px;
  color: #333333; /* Heading text color */
  font-family: "Segoe UI", Arial, sans-serif; /* Font used for the heading */
}

/* ====== Individual Field Groups ====== */
.form-group {
  margin-bottom: 20px; /* Spacing between input groups */
}

/* ====== Labels for Each Input ====== */
.form-group label {
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
  color: #555555; /* Label text color */
  font-family: "Segoe UI", Arial, sans-serif; /* Font used for labels */
}

/* ====== Text, Email, URL, and Phone Input Fields ====== */
.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="tel"],
.form-group input[type="password"],
.form-group input[type="url"] {
  width: 100%;
  padding: 10px;
  border: 1px solid #cccccc; /* Border color of inputs */
  border-radius: 6px; /* Input corner roundness */
  font-size: 15px;
  transition: border-color 0.2s ease-in-out;
  box-sizing: border-box !important;
  max-width: 100% !important;
}

/* ====== Input Focus Effect ====== */
.form-group input:focus {
  border-color: #007bff; /* Border color when input is selected */
  outline: none;
}

/* ====== Submit Button ====== */
button {
  width: 100%;
  background-color: #007bff; /* Button background color */
  color: #ffffff; /* Button text color */
  border: none;
  padding: 12px;
  border-radius: 6px; /* Button corner roundness */
  font-size: 16px;
  cursor: pointer;
  transition: background 0.2s ease-in-out;
  font-family: "Segoe UI", Arial, sans-serif; /* Button font */
}

/* ====== Button Hover Effect ====== */
button:hover {
  background-color: #0056b3; /* Button hover background color */
}

/* ====== Small Footer Text Under Form ====== */
.form-footer {
  text-align: center;
  margin-top: 15px;
  font-size: 14px;
  color: #888888; /* Footer text color */
  font-family: "Segoe UI", Arial, sans-serif; /* Footer font */
}

/* ====== Optional Responsive Tweaks ====== */
@media (max-width: 600px) {
  .form-container {
    padding: 20px; /* Smaller padding on mobile screens */
  }
}


/* ===========================
   FLEXBOX TWO-COLUMN LAYOUT
=========================== */

.flex-container {
  display: flex;           /* Enable Flexbox */
  gap: 10px;               /* Space between columns */
  margin: 0px 0;          /* Optional top/bottom margin */
}

.flex-container2 {
  display: flex;           /* Enable Flexbox */
  gap: 65px;               /* Space between columns */
  margin: 0px 0;          /* Optional top/bottom margin */
}

.left-column {
  flex: 0 0 50%;           /* Fixed 70% width */
  /*background-color: #f5f5f5; /* Optional background for visibility */
  /*padding-right: 15px;           /* Inner spacing */
  border-radius: 8px;      /* Optional rounded corners */
}

.right-column {
  flex: 0 0 50%;           /* Fixed 30% width */
  /*background-color: #e0e0e0; /* Optional background for visibility */
  /*padding: 15px; */
  border-radius: 8px;
}

.left-column2 {
  flex: 0 0 10%;           /* Fixed 70% width */
  /*background-color: #f5f5f5; /* Optional background for visibility */
  /*padding-right: 15px;           /* Inner spacing */
  border-radius: 8px;      /* Optional rounded corners */
}

.right-column2 {
  flex: 0 0 88%;           /* Fixed 30% width */
  /*background-color: #e0e0e0; /* Optional background for visibility */
  /*padding: 15px;*/
  border-radius: 8px;
}


/* ===========================
   BILLING LAYOUT
=========================== */

.billing {
  position: relative;
  text-decoration: none;
  color: #000;
  transition: color 0.2s ease;
}

.billing::before {
  content: "▶";                /* the small triangle */
  position: absolute;
  left: -1em;                  /* adjust spacing */
  opacity: 0;                  /* hidden by default */
  transition: opacity 0.2s ease, left 0.2s ease;
  color: #000;                 /* triangle color */
  font-size: 0.8em;
}

.billing:hover {
  color: #9f3627;                 /* optional: darken link */
}

.billing:hover::before {
  opacity: 1;                  /* fade in */
  left: -1.2em;
  color: #9f3627;  /* slide slightly left on hover */
}

.date-range-form {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: system-ui, sans-serif;
  background: #f8f9fb;
  padding: 10px 15px;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  white-space: nowrap; /* prevent wrapping */
}

.date-range-form label {
  font-weight: 500;
  color: #333;
}

.date-range-form input[type="date"] {
  padding: 6px 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
  transition: border-color 0.2s ease;
}

.date-range-form input[type="date"]:focus {
  border-color: #007bff;
  outline: none;
}

.date-range-form button {
  background: #007bff;
  color: white;
  border: none;
  border-radius: 6px;
  padding: 7px 14px;
  cursor: pointer;
  font-size: 14px;
  transition: background 0.2s ease;
}

.date-range-form button:hover {
  background: #0056b3;
}

.billing-table {
  display: grid;
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  font-family: "Segoe UI", Roboto, sans-serif;
  font-size: 14px;
  background-color: #fff;
  box-shadow: 0 1px 4px rgba(0,0,0,0.05);
}

.billing-header,
.billing-row {
  display: grid;
  grid-template-columns: 1fr 1.5fr 1fr 1.5fr;
  padding: 6px 0px;
  align-items: center;
  text-align: left;
}

.billing-header {
  background: #f3f4f6;
  color: #333;
  font-weight: 600;
  border-bottom: 1px solid #ddd;
  text-transform: uppercase;
  font-size: 13px;
  padding-left:11px;
}

.billing-row:nth-child(even) {
  background: #fafafa;
}

.billing-row div {
  padding: 6px 10px;
  color: #333;
  word-break: break-word;
}

.billing-row a {
  color: #0056b3;
  text-decoration: none;
  font-weight: 500;
}

.billing-row a:hover {
  text-decoration: underline;
}

.billing-table > * {
  width: 100%;
  box-sizing: border-box;
}




.billing-table2 {
  display: grid;
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  font-family: "Segoe UI", Roboto, sans-serif;
  font-size: 12px;
  background-color: #fff;
  box-shadow: 0 1px 4px rgba(0,0,0,0.05);
}

.billing-header2,
.billing-row2 {
  display: grid;
  grid-template-columns: 1.2fr 1.2fr 0.5fr 0.5fr 0.4fr 0.4fr 0.7fr;
  padding: 6px 0px;
  align-items: center;
  text-align: left;
}

.billing-header2 {
  background: #f3f4f6;
  color: #333;
  font-weight: 600;
  border-bottom: 1px solid #ddd;
  text-transform: uppercase;
  font-size: 12px;
  padding-left:11px;
}

.billing-row2:nth-child(even) {
  background: #fafafa;
}

.billing-row2 div {
  padding: 6px 10px;
  color: #333;
  word-break: break-word;
}

.billing-row2 a {
  color: #0056b3;
  text-decoration: none;
  font-weight: 500;
}

.billing-row2 a:hover {
  text-decoration: underline;
}

.billing-table2 > * {
  width: 100%;
  box-sizing: border-box;
}
