body { 
  background: white;
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
}

hr {
  border: 1px solid lightgray;
  margin: 20px 0 20px 0;
}

form {  
  font-size: 20px; 
}

input {  
  font-size: 20px;
  padding: 10px;
  border-radius: 5px;
  border: 2px solid black;
  border-radius: 5px;
  font-size: 20px; 
}

label {
  display: block;
  padding: 10px 0 10px 0;
  font-size: 20px; 
}

button {
  cursor: pointer;
  padding: 20px;
  border-radius: 5px;
  border: 0;
  background: #00308F;
  color: white;
  font-weight: bold;
  font-size: 20px; 
}

.cta-main {
  background: #377aff;
}

select {
  padding: 10px;
  border: 2px solid black;
  border-radius: 5px;
  font-size: 20px; 
}

textarea{
  min-width: 100%;
  max-width: 100%;
  min-height: 200px;
  padding: 20px;
  font-size: 20px;
  border: 1px solid black; 
  border-radius: 10px;
}

a {
  text-decoration: none;
  color: inherit;
}

h1 {
  font-size: 50px;
}



.bold {
  font-weight: bold;
}

[ng-click] {
  cursor: pointer;
}

.tiny-text {
  font-size: 14px;
}

.create-icon {
  top: 0;
  right: 0;
  display: block;
  position: absolute;
}

.success {
  color: blue;
}

.error {
  color: red;
}

.underline {
  margin-bottom: 10px;
  border-bottom: 2px solid lightgray;
}

#logo {
  margin-top: 15px;
  margin-bottom: 5px;
}

#logo img {
  min-height: 25px;
  max-height: 25px;
  vertical-align: middle;
}

#logo-white img {
  min-height: 25px;
  max-height: 25px;
  vertical-align: middle;
}

.logo-icon {
  color: #00308F;
  vertical-align: text-top;
  font-size: 30px;
}

.logo-heading {
  vertical-align: middle;
  font-size: 24px;
}

.logo-caption{
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  margin-top: 5px;
  margin-bottom: 10px;
  margin-left: 0;
}




#heading {
  display: table;
  min-width: 100%;
  max-width: 100%;
  min-height: 100px;
  padding: 0 0 0 0;
  margin: 0;
  background: #377aff;
  color: white;
}

.reduce-heading {
  display: table;
  min-width: 100%;
  max-width: 100%;
  min-height: 25px !important;
  padding: 0 0 0 0;
  margin: 0;
}


#top-menu { 
  min-width: 70%;
  max-width: 70%;
  padding: 0;
  margin: 0 auto;
  display: block;
  text-align: center;
}

#top-menu li { 
  color: white;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  min-width: 18%;
  max-width: 18%;
  padding: 30px 0 0 0;
  margin: 0;
  text-align: center;
}

#mobile-menu { 
  position: absolute;
  top: 0;
  right: 10px;
  display: none;
}

#mobile-menu img { 
  min-width:50px;
  max-width:50px;
}



#footer {
  border-top: 1px solid lightgray;
  display: table;
  min-width: 100%;
  max-width: 100%;
  min-height: 100px;
  padding: 50px 0 0 0;
  margin: 0;
}


#footer-menu { 
  min-width: 70%;
  max-width: 70%;
  padding: 0;
  margin: 0 auto;
  display: block;
  text-align: center;
}

#footer-menu li { 
  color: black;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  min-width: 18%;
  max-width: 18%;
  padding: 30px 0 0 0;
  margin: 0;
  text-align: center;
}


#logo {
  position: absolute;
  left: 10px;
  top: 0px;
  font-weight: bold;
  font-size: 24px;
  padding: 0px 20px 10px 20px;
}

#my-account-heading {
  position: absolute;
  right: 50px;
  top: 25px;
  font-size: 16px;
}

#my-account-heading li {
  list-style: none;
  display: inline-block;
  margin-right: 20px;
}

#container { 
  display: table;
  min-width:100%;
  height:auto;
  overflow:scroll;
  padding: 0;
}

 
#loading-small img, #line-graph-loading img, #table-loading img{
  min-width: 60px;
  max-width: 60px;
  margin: 50px 0 50px 0;
}

#main {
  margin-top: 10px;
  background: white;
  min-height:100vh;
  min-width: 68%;
  max-width: 68%;
  float: left;
  vertical-align: text-top;
  margin: 0;
  padding: 0 1% 0 1%;
}

#main-menu {
  display: block;
  padding: 1%;
  text-align: right;
  border-bottom: 2px solid lightgray;
}

#main-menu img {
  width: 15px;
  vertical-align: middle;
}

#main-dashboard {
  display: block;
  padding: 1%;
}


.form-error {
  padding: 20px 0 0 0;
  color: red;
}

.widden {

  min-width: 98% !important;
  background: none !important;
  padding: 0;
  margin: 0;

}

.create {
  position: absolute;
  font-size: 18px;
  top: 30px;
  right: 30px;
  color: dimgray;
}

button.cancel {
  background: lightgray;
  color: black;
}


.brochure-container {
  padding: 1%;
  margin: 0 auto;
  min-width: 68%;
  max-width: 68%;
  border-radius: 10px; 
  font-size: 20px; 
  position: relative;
}



/* Headings */
.brochure-container h2 {
  font-size: 28px;
  margin-bottom: 10px;
  color: #0f172a;
  text-align: center;
}

.content-text-logo .top-logo {
  margin: 0px 0 10px 0;
  text-align: center;
}

.content-text-logo .top-logo img {

  min-height: 40px;
  max-height: 40px;


 }


/* Section Card */
.brochure-container .section {
  background: #ffffff;
  padding: 30px;
  margin: 30px 0;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.brochure-container .section:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

.brochure-container .blue-border {
  border: 10px solid #377aff !important; 
  border-radius: 5px;
}

/* Tables */
.brochure-container table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
  border-radius: 10px;
  overflow: hidden;
}

/* Header */
.brochure-container th {
  background: #377aff;
  color: #ffffff;
  text-align: left;
  padding: 14px;
  font-weight: 600;
  border:0;
}

/* Cells */
.brochure-container td {
  padding: 14px;
  border:0;
  border-bottom: 1px solid #f4f4f4;
  border-right: 1px solid #f4f4f4;
}

/* Zebra striping */
.brochure-container tr:nth-child(even) td {
  background: #f8fafc;
}

/* Pros / Cons Styling */
.brochure-container td:first-child {
  color: #000; /* black */
  font-weight: 500;
  font-size: 20px;
}

.brochure-container td:last-child {
  color: #000; /* black */
  font-weight: 500;
  font-size: 20px;
}


/* HERO */
.brochure-hero {
  color: #fff;
  padding-top: 100px;
  min-height: 250px;
  text-align: center;
  background-repeat: no-repeat;   /* FIX */
  background-size: cover;         /* FIX */
}

.brochure-hero h1 {
  font-size: 42px;
  margin-bottom: 15px;
}

.brochure-hero p {
  font-size: 18px;
  color: #cbd5f5;
  max-width: 700px;
  margin: 0 auto 25px;
}

/* BUTTON */
.brochure-hero .btn-primary {
  display: inline-block;
  background: #2563eb;
  color: #fff;
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.2s;
}

.brochure-hero .btn-primary:hover {
  background: #1d4ed8;
  transform: translateY(-2px);
}



/* SPLIT */
.about-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

/* STATS */
.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
}

.stat h3 {
  font-size: 32px;
  color: #2563eb;
  margin-bottom: 5px;
}

/* GRID */
.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.card {
  background: #fff;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

/* DARK SECTION */
.about-dark {
  background: #0f172a;
  color: #fff;
  text-align: center;
}

/* CTA */
.cta {
  text-align: center;
}


/****** Home ******/
#start-hero  {
  min-width: 98%;
  max-width: 98%;
  padding: 1%;
  margin: 0 auto;
  background: #377aff;
  border-radius: 10px;
  color: white;
  font-size: 20px;
}

#start-hero h2  {
  color: white;
}


#start-hero li  {
  text-align: center;
  display: block;
  vertical-align: middle;
  font-size: 20px !important;
}


#start-hero li input[type=text]  {
  display: inline-block !important;
  width: inherit !important;
  min-width: inherit !important;
  max-width: inherit !important;
  font-size: 30px;
  text-align: center;
}



#start-calculator  {
  min-width: 98%;
  max-width: 98%;
  padding: 1%;
  margin: 0 auto;
  background: #edf6ff;
  border-radius: 10px;
}



#start-calculator li  {
  text-align: center;
  min-width: 40%;
  max-width: 40%;
  margin: 0 auto;
  margin-right: 5%;
  margin-bottom: 5%;
  display: inline-block;
  vertical-align: middle;
}


#start-calculator li input[type=text]  {
  display: inline-block !important;
  width: inherit !important;
  min-width: inherit !important;
  max-width: inherit !important;
}

#start-calculator-result {  
  min-width: 95%;
  max-width: 95%;
  padding: 0 2.5% 2.5% 2.5%;
  background: #377aff;
  color: white;
  border-radius: 10px;
}

#start-calculator-result h2  {
  color: white;
  font-size: 50px !important;
  text-align: left !important;
  margin-top: 0;
}

#start-calculator-result .left {  
  display: inline-block;
  min-width: 65%;
  max-width: 65%;
  padding: 0 2.5% 0 2.5%;
  margin: 0;
  vertical-align: text-top;
}

#start-calculator-result .right {  
  display: inline-block;
  text-align: center;
  min-width: 20%;
  max-width: 20%;
  padding: 0 3% 0 3%;
  margin: 0;
  vertical-align: text-top;
}

#start-calculator-result  .caption {  
  clear: both;
  font-size: 20px;
  padding: 10px 0 0 0;
}

 

.caption {
  max-width: 50%;
  text-align: center;
  margin: 0 auto;
}

.home-banner {
  text-align: center;
  overflow: hidden;
  margin-bottom: 20px;
}
 
.home-banner img {
  max-width: 100%;
  max-height: 300px;
}

#home-banner-2 {
  padding: 5px 20px 10px 20px;
  border-radius: 15px;
  border: 1px solid black;
  text-align: center;
}

#home-reviews-box {
  text-align: center;
  margin: 20px 0 0 0;
}

#home-reviews-box img {
  max-height: 50px;
}


#home-how-it-works .underline {
  border-bottom: 1px solid #d4d4d4;
}

#home-how-it-works ul {
  margin: 0; 
  padding: 0;
}

#home-how-it-works li {
  list-style: none;
  text-align: center;
  margin-bottom: 50px;
}

#home-how-it-works h3 {
  text-align: center;
}

#home-how-it-works .vl {
  border-left: 4px solid gray;
  height: 50px;
  width: 0;
  margin: 0 auto;
}

#home-how-it-works span {
  margin-bottom: 5px;
  margin-right: 0px;
  border-radius: 50%;
  background: none;
  border: 3px solid black;
  padding: 5px 10px 5px 10px;
  display: inline-block;
}


#home-form {
  padding: 5px 20px 10px 20px;
  border-radius: 15px;
  background: #c5defa;
  text-align: center;

}

#home-form input {
  min-width: 30%;
  max-width: 30%;
  padding: 15px;
  font-size: 20px;
}


#home-form input {
  min-width: 30%;
  max-width: 30%;
  padding: 15px;
  font-size: 20px;
}

#home-form label {
  font-weight: bold;
  font-size: 20px;
}

#home-form p {
  padding: 10px;
}

#home-why-use-us {
  margin: 50px 0 50px 0;
  padding: 0;
}

#home-why-use-us li {
  display: inline-block;
  list-style: none;
  min-width: 30%;
  max-width: 30%;
  margin: 0;
  margin-right: 2.5%;
  padding: 0;
  font-size: 18px;
  vertical-align: text-top;
  text-align: center;
}


#about-us {
  font-size: 18px;
  max-width: 50%;
  margin: 0 auto;
  text-align: center;
}

#contact-us {
  font-size: 18px;
  max-width: 50%;
  margin: 0 auto;
  text-align: center;
}

.how-it-works-image {
  text-align: center;
}
.how-it-works-image img {
  max-width: 50%;
}


#about-us-banner {
  text-align: center;
}

#about-us-banner img {
  max-height: 300px;
}

.about-us-content {
  text-align: center;
  overflow: hidden;
  margin-bottom: 20px;
  min-width: 80%;
  max-width: 80%;
  padding: 1%;
  margin: 0 auto;
  border-radius: 10px;
}

.how-it-works-banner {
  text-align: center;
  overflow: hidden;
  margin-bottom: 20px;
  min-width: 80%;
  max-width: 80%;
  padding: 1%;
  margin: 0 auto;
  border-radius: 10px;
}

.brochure-tile-section {
  margin-bottom: 20px;
}

.brochure-tile-section img {
  max-height: 300px;
}



.brochure-tile-section .left {
  display: inline-block;
  min-width: 45%;
  max-width: 45%;
  vertical-align: middle;
}

.brochure-tile-section .right {
  display: inline-block;
  min-width: 45%;
  max-width: 45%;
  vertical-align: middle;
}

#enquiry-container {
  padding: 1%;
  margin: 0 auto;
  min-width: 68%;
  max-width: 68%;
  border-radius: 10px; 
  font-size: 20px; 
  position: relative;
}
 

#enquiry-choose-a-service li {
  list-style: none;
  margin-bottom: 10px;
}

.enquiry-section {
  background: #edf6ff;
  padding: 10px;
}


#eligibility-container {
  padding: 1%;
  margin: 0 auto;
  min-width: 68%;
  max-width: 68%;
  border-radius: 10px; 
  font-size: 20px; 
  position: relative;
}
 

#eligibility-choose-a-service li {
  list-style: none;
  margin-bottom: 10px;
}

 

.loading-get-quote img {
  max-height: 100px;
}

.where-address-list {
  padding-bottom: 20px;
}

#payment button {
  background: green;
  cursor: pointer;
  padding: 20px;
  border-radius: 5px;
  border: 0;
  color: white;
  font-weight: bold;
  font-size: 20px; 
}


.faqs-hero {
  background: linear-gradient(135deg, #377aff, #1e3a8a);
  color: #fff;
  padding: 60px 20px;
  text-align: center;
}
.faqs-hero h1 {
  font-size: 36px;
  margin-bottom: 10px;
}
.container {
  max-width: 1100px;
  margin: auto;
  padding: 40px 20px;
}

/* ACCORDION */
.faqs-accordion {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
.faqs-accordion-item {
  border-bottom: 1px solid #eee;
}
.faqs-accordion-header {
  padding: 18px 20px;
  cursor: pointer;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faqs-accordion-header:hover {
  background: #f9fafb;
}
.faqs-accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  padding: 0 20px;
  color: #555;
}
.faqs-accordion-content p {
  margin: 15px 0;
}
.faqs-accordion-item.active .faqs-accordion-content {
  max-height: 200px;
}
.faqs-accordion-icon {
  transition: transform 0.3s;
}
.faqs-accordion-item.active .faqs-accordion-icon {
  transform: rotate(180deg);
}
.faqs-cta {
  background: #377aff;
  color: #fff;
  text-align: center;
  padding: 40px 20px;
  border-radius: 12px;
}
.faqs-cta h2 {
  margin-bottom: 10px;
  color: #fff;
}
.faqs-cta a {
  display: inline-block;
  margin-top: 15px;
  padding: 12px 25px;
  background: #fff;
  color: #1e3a8a;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
}

/***************************** MOBILE ****************************/

#mobile-menu-open {
  display: none;
  min-width: 80%;
  min-height: 100vh;
  position: absolute;
  background: white;
  z-index: 100;
  top: 0;
  padding: 10%;
}

#mobile-menu-open li {
  display: block;
  list-style: none;
  font-size: 24px;
  margin-bottom: 20px;
}

.stop-scrolling {
  height: 100%;
  overflow: hidden;
}

@media only screen and (max-width: 800px) {

  h1 {
    font-size: 35px;
  }

  #main {
    display: block;
    float: none;
  }


  .caption {
    max-width: 90%;
    margin: 0 auto;
  }

  .modal {
    text-align: center;
  }

  .modal input {
    max-width: 100%;
  }

  .modal button {
    font-size: 18px;
    padding: 10px;
  }

  #heading {
    min-height: 125px;
    max-height: 125px;
    border-bottom: 0;
  }

  #footer {
    border-top: 1px solid #00308F;
    min-width: 90%;
    padding: 5% 5% 0 5%;
    display: block;
  }

  #top-menu {
    display: none;
  }

  #footer-menu {
    display: block;
    min-width: 100%;
  }

  #footer-menu li { 
    min-width: 30%;
    font-size: 14px;
    font-weight: normal;
  }

  #mobile-menu {
    top: 10px;
    display: block;
    margin-top: 10px;
  }

  #mobile-menu img {
    min-width: 30px;
    max-width: 30px;
  }

  #logo {
    top: 10px;
    margin: 0;
    padding: 0;
  }

  #logo img {
    min-height: 30px;
    max-height: 30px;
  }

  .logo-icon {
    color: #00308F;
    vertical-align: middle;
    font-size: 40px;
  }

  #logo  img {
    min-height: 20px;
    max-height: 20px;
    vertical-align: text-top;
    margin-right: 5px;
  }

  .logo-heading {
    font-size: 34px;
    margin-left: 0px;
  }


  .logo-caption{
    font-size: 18px;
    margin-left: 10px;
    text-align: left;
  }


  .brochure-container {
    margin-top: 10px;
    min-width: 90%;
  }

  .brochure-container h1 {
    font-size: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
  }


  .content-text-logo .top-logo {
    display: inline-block;
  }

  .brochure-container .section {
    text-align: center;
  }


  /* HERO */
  .brochure-hero {
    color: #fff;
    padding-top: 100px;
    min-height: 100px;
    max-height: 100px;
    text-align: center;
    background-repeat: no-repeat;   
    background-size: contain;  
    background-position: center;       
  }


  #home-top-icon img {
    height: 50px;
  }

  #home-banner-1 {
    margin-bottom: 40px;
  }

  #home-form  input {
    min-width: 100%;
    max-width: 100%;
  }

  #about-us {
    max-width: 100%;
    font-size: 14px;
  }

  #contact-us {
    max-width: 100%;
  }

  #home-how-it-works h1 {
    margin-bottom: 50px;
  }

  #home-how-it-works p {
    font-size: 12px;
  }

  #home-how-it-works li  {
    margin-bottom: 10px;
  }

  #home-how-it-works li h3  {
    margin-bottom: 10px;
    font-size: 18px;
  }

  
  #home-how-it-works .vl {
    border-left: 4px solid gray;
    height: 50px;
    width: 0;
    margin: 0 auto;
  }

  .how-it-works-image img {
    max-width: 100%;
  }

  #home-why-use-us h3 {
    text-align: center;
  }

  #home-why-use-us li {
    display: block;
    list-style: none;
    min-width: 80%;
    max-width: 80%;
    margin-right: 0;
    font-size: 18px;
    vertical-align: text-top;
    margin-bottom: 30px;
    padding: 5% 10% 5% 10%;
    border: 2px solid #f4f4f4;
  }

  
  .brochure-tile-section {
    text-align: center;
  }
     
  .brochure-tile-section .left, .brochure-tile-section .right {
    display: block;
    min-width: 100%;
    max-width: 100%;
  }

  .brochure-tile-section img {
    max-height: inherit;
    min-width: 100%;
    max-width: 100%;
  }

  #home-banner-2 {
    min-width: 90%;
    max-width: 90%;
    padding: 1%;
    margin: 0 auto;
  }

  #start-hero li {

    font-size: 30px !important;

  }

  #start-hero li input[type=text]  {

    width: 60% !important;
    min-width: 60% !important;
    max-width: 60% !important;

  }


  #start-calculator-result {
    text-align: center;
    padding-bottom: 20px;
  }

  #start-calculator li  {
    display: block;
    margin: 0;
    text-align: center;
    min-width: 100%;
    margin: 20px 0 20px 0;
  }

  #start-calculator li input[type=text] {

    display: block;
    width: 30% !important;
    min-width: 30% !important;
    max-width: 30% !important;

    margin-bottom: 20px;

  }

   #start-calculator-result {
    min-width: 90%;
    max-width: 90%;
    padding: 5%;
   }

  #start-calculator-result .left, #start-calculator-result .right {

    display: block;
    min-width: 100% !important;
    max-width: 100% !important;
    padding: 0%;

  }

  #start-calculator-result h2, #start-calculator-result h3 {

    text-align: center!important;
    padding: 0;

  }

  #start-calculator-result .caption {

    padding: 30px 0 10px 0;

  }
 

  #enquiry-container {
    max-width: 90%;
  }

  #enquiry-container h1 {
    font-size: 30px;
  }

  #enquiry-container h3 {
    text-align: center;
  }

 
  #enquiry-container label {
    font-weight: bold;
  }


  #enquiry-container input[type=text] {
    min-width: 94% !important;
    max-width: 94% !important;
    padding: 3%;
    font-size: 20px !important;
  }


  #enquiry-container select {
    width: auto;
    min-width: inherit;
    max-width: inherit;
    padding: 3%;
    font-size: 20px !important;
  }


  #enquiry-your-details label {
  }


  #enquiry-choose-a-service {
    text-align: center;
  }

  #enquiry-choose-a-service button {

    min-width: 80%;
    max-width: 80%;

    text-align: center;

  }

  .enquiry-section  {
    text-align: center;
  }

  .enquiry-section li  {
    margin-bottom: 15px;
  }


}

