@charset "UTF-8";
 /*
  Theme Name: Pass-Pass
  Theme URI: https://dsgroup.com/
  Author: Rohit Srivastava
  Author URI: https://dsgroup.com/
  Description: Pass-Pass is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine.
  Requires at least: 6.7
  Tested up to: 6.1
  Requires PHP: 8.0
  Version: 1.0
  License: GNU General Public License v2 or later
  License URI: Under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
  Text Domain: dsgroup.com
  Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, translation-ready
  Theme is distributed under the terms of the GNU GPL.
*/

/********** Template CSS **********/
 * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    body, html {
      height: 100%;
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      background: #fff;
      color: #333;
    }

    .page-wrapper {
      display: flex;
      flex-direction: column;
      min-height: 100vh;
    }

    .header {
      text-align: center;
      padding: 20px 20px 10px;
    }

    .header-logo {
      display: block;
      margin: 0 auto;
      width: 300px;
      height: auto;
    }

    .headerBanner {
      text-align: center;
      font-size: 25px;
      letter-spacing: 2px;
      font-weight: bold;
      position: relative;
    }

    .headerBanner img {
      width: 100%;
      height: auto;
      display: block;
    }

    .headerBanner h1 {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: #fff;
      text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
    }

    a.brandLogo {
    display: inline-block;
    }
    
    .main {
      flex: 1;
      display: flex;
      justify-content: center;
      align-items: flex-start;
      padding: 50px 0px 20px 0px;
    }

    .content-box {
      background-color: #fff;
      padding: 30px;
      /* border-radius: 16px; */
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
      max-width: 1200px;
      width: 100%;
    }

    .content-box h1 {
      font-size: 36px;
      margin-bottom: 20px;
      color: #111;
      text-align: center;
    }
    .content-box h3 {
      font-size: 25px;
      margin-bottom: 20px;
      color: #111;
      text-align: center;
    }
    .content-box p {
      font-size: 20px;
      margin: 10px 0;
      text-align: center;
    }

    .content-box a {
      color: #0077cc;
      font-weight: 600;
      text-decoration: none;
    }

    .content-box a:hover {
      text-decoration: underline;
    }



.responsive-table {
    padding-top: 25px;
    padding-bottom: 25px;
}


table {
	width: 100%;
	border-collapse: collapse;
  border: 0;
	}

  table th, table td {
      border: 1px solid #ccc;
      padding: 10px 10px 10px 10px;
      text-align: left;
      vertical-align: top;
  }

  th {
    background-color: #bb2979;
    color: #fff;
    font-weight: bold;
  }

	table tr:nth-child(even) {
	background-color: #f9f9f9;
	}
  td.licno {
    width: 160px;
}
    .page404 {
        justify-content: center;
        text-align: center;
        padding-top: 30px;
        padding-bottom: 30px;
    }

.brand-info-box {
	max-width: 500px;
	margin: 20px auto;
	padding: 20px;
	/* border: 2px solid #d2d6dc; */
	background-color: #f9f9f9;
	text-align: center;
	line-height: 1.6;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.brand-info-box strong {
   font-size: 15px;
}

.brand-info-box a {
   text-decoration: none;
}

.brand-info-box a:hover {
   text-decoration: underline;
}
    .footer {
      text-align: center;
      padding: 25px;
      font-size: 15px;
      background-color: #eaeaea;
      color: #555;
    }