body {
    background-color: rgb(216, 236, 243);
  
  }
  
  h1 {
   color: rgb(0, 0, 0);
   font-family: Verdana, Geneva, Tahoma, sans-serif;
   font-style: normal;
   font-size: 150;
  }
  
  p {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 15px;
  }

  .active {
    background-color: #04AA6D;
    color: white;
  }


ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
  font: 15px Arial, sans-serif
}

li {
  float: left;
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* Change the link color to #111 (black) on hover */
li a:hover {
  background-color: #111111;
}



/* This is the centers the whole page in the browser */
#center_page {
  margin: auto;
  height: auto; 
  max-width: 860px;
  padding: 2px;;
} 

/* CSS to add boarder and rounded edges to images */
.image-rounded-border {
  /* Border style and colour */
  border-style: solid;
  border-color: #687339;
  /* Rounded Edges */
  border-radius: 20px;
}

/* contact box width */
.contact-box-width{
  max-width: 610px;
  margin: auto;
}

/* The main body alignment setup */
.body {
  text-align: center;
  align-items: center; 
}

/* Super-larger size for a photo image */
.super-large-image-size{
  width:550px;
  height:367px;
  border-color: #687339;
  border-radius: 20px;
  border-style: solid;
}


/* Medium-large size for a photo image */
.large-image-size{
  width:325px;
  height:190px;
}

/* Medium size for a photo image */
.medium-image-size{
  width:250px;
  height:150px;
}


/* Small size for a photo image */
.small-image-size{
  width:325px;
  height:190px;
}

/* used to control the layout or all  main text */
.wrapper {
	width: 99%;
}


/* Padding setting for content text */
.content {
	padding:10px;
}

        /* Override for navbar to fix centering */
        .navbar {
            position: relative; /* Changed from fixed */
            width: 100%; /* Changed from 860px */
            z-index: 999;
            overflow: hidden;
            background-color: #333;
        }

        /* Pricing Page Specific CSS */
        .pricing-header {
            text-align: center;
            padding: 40px 20px 20px; /* Reduced top padding */
            background-color: #f8f9fa;
        }

        .pricing-header h1 {
            font-size: 2.8em;
            margin-bottom: 10px;
            color: #333;
        }

        .pricing-header p {
            font-size: 1.2em;
            color: #666;
            max-width: 600px;
            margin: 0 auto;
        }

        .pricing-table {
            display: flex;
            justify-content: center;
            gap: 20px; /* Adjusted gap */
            padding: 40px 10px 60px; /* Adjusted padding */
            flex-wrap: wrap;
        }

        .pricing-column {
            background: #fff;
            border: 1px solid #ddd;
            border-radius: 8px;
            box-shadow: 0 4px 8px rgba(0,0,0,0.05);
            padding: 30px;
            width: 325px; /* Adjusted width for 3 columns in 860px */
            text-align: center;
            transition: transform 0.3s, box-shadow 0.3s;
            display: flex;
            flex-direction: column;
        }

        .pricing-column:hover {
            transform: translateY(-10px);
            box-shadow: 0 12px 24px rgba(0,0,0,0.1);
        }
        
        .pricing-column-content {
            flex-grow: 1;
        }

        .pricing-column h2 {
            font-size: 1.8em;
            font-weight: 700;
            margin-bottom: 5px;
            color: #2c3e50;
        }

        .pricing-column .sub-header {
            font-size: 1em;
            color: #7f8c8d;
            margin-bottom: 25px;
            min-height: 40px;
        }

        .price {
            font-size: 2.5em; /* Slightly smaller to fit */
            font-weight: 700;
            margin: 20px 0 5px 0;
            color: #007bff;
        }

        .price .period {
            font-size: 0.4em;
            font-weight: 400;
            color: #666;
        }
        
        .price-poa {
            font-size: 1.8em; /* POA text size */
            font-weight: 700;
            margin: 20px 0 5px 0;
            color: #2c3e50;
        }




/* In ovt_theme.css */


        header { display: flex; justify-content: space-between; align-items: center; padding-bottom: 1em; border-bottom: 1px solid var(--border-color); margin-bottom: 1em; }
        .header-left, .header-right { display: flex; align-items: center; }
        .header-left .nav-button { margin-right: 10px; }
        /* MODIFIED: Styling for right-aligned buttons */
        .header-right .nav-button { margin-right: 10px; }
        .header-right h1 { margin: 0; color: var(--text-color); }
        .header-right a { margin-left: 20px; color: var(--accent-color); text-decoration: none; font-weight: 500; }
        
        .nav-button {
            background-color: var(--accent-color); color: white; border: none;
            padding: 8px 16px; border-radius: 6px; cursor: pointer; font-size: 14px;
            text-decoration: none;
        }
        .nav-button:hover { background-color: #0b5ed7; }

        .copy-button { background-color: var(--accent-color); color: white; padding: 10px 20px; border: none; border-radius: 4px; cursor: pointer; font-size: 16px; width: 100%; margin-top: 1em; }


            :root {
            --bg-color: #F8F9FA; --panel-bg: #FFFFFF; --text-color: #131722;
            --text-secondary: #787B86; --border-color: #E0E3EB; --accent-color: #2962ff;
        }

        header {
            display: flex; justify-content: space-between; align-items: center;
            padding: 1em; background-color: var(--panel-bg);
            border-bottom: 1px solid var(--border-color); width: 100%; box-sizing: border-box;
        }
        header h1 { margin: 0; font-size: 1.5em; }
        header a { color: var(--accent-color); text-decoration: none; font-weight: 500; margin-left: 1.5em; }
        .main-content {
            display: flex; justify-content: center; align-items: center;
            flex-grow: 1;
        }
        .dashboard-container {
            background-color: var(--panel-bg); padding: 3em; border-radius: 8px;
            box-shadow: 0 4px 12px rgba(0,0,0,0.1); width: 100%; max-width: 600px; text-align: center;
        }
        /* ADDED: Styles for the logo container */
        .logo-container {
            margin-bottom: 1.5em;
        }
        .logo-container img {
            max-width: 180px; /* Adjust size as needed */
            height: auto;
        }
        .dashboard-container h2 { margin-top: 0; font-size: 2.5em; }
        .dashboard-container p { font-size: 1.2em; color: var(--text-secondary); margin-bottom: 0.5em; }
        .expiry-date {
            font-size: 1em;
            color: var(--text-secondary);
            margin-bottom: 2em;
        }
     
        .button-container { display: flex; flex-direction: column; gap: 1em; justify-content: center; }
        .nav-button {
            background-color: var(--accent-color); color: white; border: none;
            padding: 12px 24px; border-radius: 6px; font-size: 16px;
            font-weight: 500; cursor: pointer; text-decoration: none; transition: background-color 0.2s;
        }
        .nav-button:hover { background-color: #0b5ed7; }
        .nav-button.secondary { background-color: #6c757d; }
        .nav-button.secondary:hover { background-color: #5a6268; }

