/* ixAccred Policy Page Styles */

body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4; /* Light gray */
    color: #333333; /* Dark gray */
    margin: 0;
    padding: 0;
}

.container {
    max-width: 800px;
    margin: 15px auto;
    background-color: #ffffff; /* White background */
    border: 1px solid #dddddd;
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    padding: 10px 15px;
}

h1 {
    color: #0056b3; /* Primary blue */
    text-align: center;
    margin-bottom: 20px;
    font-size: 30px;
}

h2 {
    color: #0056b3; /* Primary blue */
    border-bottom: 2px solid #0056b3;
    padding-bottom: 5px;
    font-size: 20px;
}

p {
    line-height: 1.6;
    margin: 10px 0;
}

ul {
    list-style-type: disc;
    margin: 10px 0 20px 20px;
}

a {
    color: #0056b3; /* Link color */
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.footer {
    text-align: center;
    margin-top: 30px;
    font-size: 14px;
    color: #666666; /* Light gray text */
}

.map-container {
    position: relative;
    overflow: hidden;
    padding-top: 75%; /* 16:9 aspect ratio */
}

.map-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/*For the Treadmark TM on header*/
.sup-tm {
    /*font-size: 14px;*/
    position: relative;
    top: -0.2em;
    font-weight: normal;
    color: inherit;
    margin-left: 0px;
    font-size: 0.6em;
    vertical-align: super;
    }

/*For the Treadmark TM on footer*/
.sup-tm-footer {
    font-size: 10px;
    position: relative;
    top: -.5em;
    font-weight: normal;
    color: inherit;
    }

/*For the Treadmark TM on plain text*/
.sup-tm-intext {
    font-size: 10px !important;
    position: relative;
    top: -.8em;
    font-weight: normal;
    color: inherit;
    }

.support-form-wrap{
      max-width: 760px;
      margin: 10px 15px;
      background: #fff;
      border: 1px solid #d9d9d9;
      border-radius: 12px;
      padding: 20px 28px;
      box-shadow: 0 8px 24px rgba(0,0,0,0.06);
 }

 .support-form-wrap h1{
     margin-top: 0;
     margin-bottom: 10px;
 }

 .support-form-wrap p.form-intro{
     margin-bottom: 25px;
     color: #444;
 }

 .support-alert{
     padding: 14px 16px;
     border-radius: 8px;
     margin-bottom: 20px;
     font-size: 15px;
 }

 .support-alert.success{
     background: #eaf8ee;
     border: 1px solid #9ad3a7;
     color: #1f5e2d;
 }

 .support-alert.error{
     background: #fff1f1;
     border: 1px solid #e2a8a8;
     color: #8a1f1f;
 }

 .support-alert ul{
     margin: 0;
     padding-left: 18px;
 }

 .support-form{
     display: grid;
     gap: 18px;
 }

 .support-form label{
     display: block;
     font-weight: 600;
     margin-bottom: 6px;
 }

 .support-form input,
 .support-form select,
 .support-form textarea{
     width: 100%;
     padding: 12px 14px;
     border: 1px solid #cfcfcf;
     border-radius: 8px;
     font-size: 15px;
     box-sizing: border-box;
     background: #fff;
 }

 .support-form textarea{
     min-height: 180px;
     resize: vertical;
 }

 .support-form .hint{
     font-size: 13px;
     color: #666;
     margin-top: 5px;
 }

 .support-form .btn-submit{
     background: #3f48cc;
     color: #fff;
     border: none;
     border-radius: 8px;
     padding: 13px 18px;
     font-size: 15px;
     font-weight: 600;
     cursor: pointer;
     width: 100%;
 }

 .support-form .btn-submit:hover{
     opacity: 0.95;
 }

 .hp-field{
     display:none !important;
     visibility:hidden;
     height:0;
     overflow:hidden;
 }

 .back-link{
     display:inline-block;
     margin-top:18px;
     text-decoration:none;
 }

 .support-brand{
     text-align:center;
     margin-bottom:24px;
 }
 
 .support-logo{
     max-width:90px;
     height:auto;
     margin-bottom:12px;
 }
 
 .support-brand h1{
     margin:0 0 10px 0;
 }

 @media (max-width: 768px){
     .support-form-wrap{
         margin: 20px 14px;
         padding: 20px;
     }
  