:root {
  --darkBlue: #1a144a;
  --midBlue: #464970;
  --lightBlue: #696d9b;
  --yellow: #ffd300;
  --light: #ffffff;
  --cream: #fffcf0;
  --grey: #efeef2;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  background-color: #ffffff;
}

* {
  box-sizing: border-box;
}

section {
  padding: 70px 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
button,
ul li {
  line-height: 1.2;
  font-family: "Poppins", sans-serif;
}

h1 {
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

h2 {
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

h3 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

h4 {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

h5 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

h6 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

p {
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
  font-weight: 400;
}
table tr td,
table tr th {
  font-size: 1.2rem;
  font-family: "Poppins", sans-serif;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li {
  font-size: 1.2rem;
  font-family: "Poppins", sans-serif;
}
input,
select {
  background-color: #f0f0f0 !important; /* light gray background */
  color: #333333 !important; /* dark text */
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
}

input:focus,
select:focus {
  outline: none;
  background-color: #ffffff; /* white on focus */
  color: #000000; /* black text on focus */
  border-color: #007bff; /* blue border on focus */
}
/* .wrapper {
  max-width: 450px;
  margin: 0 auto;
} */

.textYellow {
  color: var(--yellow);
}

.textDarkBlue {
  color: var(--darkBlue);
}

.textWhite {
  color: var(--light);
}

.bgDarkBlue {
  background-color: var(--darkBlue);
}

.bgMidBlue {
  background-color: var(--midBlue);
}

.bgLightBlue {
  background-color: var(--lightBlue);
}

.bgGrey {
  background-color: var(--grey);
}

.bgCream {
  background-color: var(--cream);
}

.bgWhite {
  background-color: var(--light);
}

.light {
  font-weight: 300;
}

.regular {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.semibold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.extrabold {
  font-weight: 800;
}

.black {
  font-weight: 900;
}

.sec1 {
  background: var(--darkBlue) url(./images/dbanbg.png) center center no-repeat;
  background-size: cover;
  padding: 0;
}

.banlist li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 1.2rem;
}

.banlist li::before {
  content: "";
  position: absolute;
  top: 5px;
  /* adjust based on image size */
  left: 0;
  width: 15px;
  height: 15px;
  background-image: url("./images/banlisticon.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.customList li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  color: #1a144a;
  font-size: 1.2rem;
}

.customList li::before {
  content: "";
  position: absolute;
  top: 3px;
  /* adjust based on image size */
  left: 0;
  width: 15px;
  height: 15px;
  background-image: url("./images/arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.formcontainer {
  width: calc(100% - 20px);
  margin: 0 auto;
  box-shadow: 0 0 10px rgba(77, 77, 77, 0.25);
  padding: 30px;
  border-radius: 7px;
}

.form-group {
  margin-bottom: 20px;
}

.sec2 {
  background: #1a144a url(./images/bg2.png) center center no-repeat;
  background-size: cover;
}

table {
  width: 100%;
  max-width: 100%;
  box-shadow: 0 0 5px rgba(94, 94, 94, 0.25);
}

table tr th,
table tr td {
  padding: 10px;
}
.table-responsive .table tr th {
  background-color: #1a144a;
  color: #ffffff;
}
.table-responsive .table .col1 {
  color: #1a144a;
  font-weight: 700;
}

.table-responsive .table .col2 {
  color: #1a144a;
  font-weight: 400;
}

.table-responsive .table .col3 {
  color: #1a144a;
  font-weight: 500;
}

.companiesLogos {
  aspect-ratio: 16 / 9;
  /* 3:1 width to height ratio */
  background: #fff;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  margin-bottom: 20px;
}

.companiesLogos img {
  max-height: 80%;
  max-width: 80%;
  object-fit: contain;
}

/* ===================================================================
===============ACCORDION CSS STARTS ===================================
=======================================================================*/

.accordion {
  width: calc(100% - 10%);
  margin: 2rem auto;
}

.accordion-item {
  background-color: #fff;
  color: #1a144a;
  margin: 1rem 0;
  border-radius: 0.5rem;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
}

.accordion-item-header {
  padding: 0.5rem 3rem 0.5rem 1rem;
  min-height: 4.5rem;
  line-height: 1.25rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
}

.accordion-item-header::after {
  content: "\002B";
  font-size: 2rem;
  position: absolute;
  right: 1rem;
}

.accordion-item-header.active::after {
  content: "\2212";
}

.accordion-item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.accordion-item-body-content {
  padding: 1rem;
  line-height: 1.5rem;
  border-top: 1px solid;
  border-image: linear-gradient(to right, transparent, #34495e, transparent) 1;
  font-family: "Poppins", sans-serif;
}

footer {
  padding: 30px 0;
}

.footerList {
  margin-bottom: 30px;
}

.footerList li {
  margin-bottom: 12px;
}

.footerList li a {
  text-decoration: none;
  font-weight: 500;
  color: #1a144a;
}
.mview {
  display: none;
}
.dview {
  display: block;
}
.tblwidth {
  width: calc(100% - 10%);
  margin: 0 auto 20px auto;
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
  }

  h2 {
    font-size: 1.7rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
  }

  h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
  }

  h4 {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
  }

  h5 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
  }

  h6 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
  }

  p {
    font-size: 1rem;
    margin-bottom: 1.5rem;
    font-weight: 400;
  }

  section {
    padding: 30px 0;
  }
  .mview {
    display: block;
  }
  .dview {
    display: none;
  }
  .banlist li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 16px;
  }
  .customList li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    color: #1a144a;
    font-size: 16px;
  }
  .formcontainer {
    width: calc(100% - 20px);
    margin: 0 auto;
    box-shadow: 0 0 10px rgba(77, 77, 77, 0.25);
    padding: 20px;
    border-radius: 7px;
  }

  .form-group {
    margin-bottom: 15px;
  }
  .sec1 {
    background: var(--darkBlue) url(./images/banbg.png) center center no-repeat;
    background-size: cover;
    padding: 0;
  }
  .tblwidth {
    width: 100%;
  }
}
