@font-face {
  font-family: "DM Sans";
  src: url(../fonts/DMSans-VariableFont_opsz\,wght.ttf);
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #777777;
  line-height: 1.6;
  background: #fff;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
a {
  text-decoration: none;
  transition: all 0.3s ease;
  color: #000;
}
a:hover {
  color: #F63A3A;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'DM Sans', sans-serif;
  font-weight: 700;
  color: #000;
  margin-bottom: 15px;
  line-height: 1.3;
}
p {
  margin-bottom: 15px;
}
.container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}
/* header */
.binduz-er-header-meddle-bar {
  background: #fff;
  padding: 16px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #eee;
}
.logo {
  max-width: 180px;
  margin-right: 30px;
}
.header-disclaimer {
  font-size: 14px;
  color: #666;
  font-style: italic;
  text-align: end;
}
.hero-start {
  padding: 40px 0 30px;
}
.hero-grid {
  display: flex;
  gap: 40px;
  align-items: center;
}
.hero-img {
  flex: 0 0 45%;
}
.hero-text {
  flex: 1;
}
.hero-text h1 {
  font-size: 36px;
  line-height: 1.3;
  margin-bottom: 20px;
  color: #111;
}
.hero-text .author {
  font-weight: 500;
  color: #333;
  margin-bottom: 20px;
}
.content-block {
  padding: 30px 0;
}
.two-images {
  display: flex;
  gap: 20px;
  margin: 30px 0;
}
.two-images img {
  width: 48%;
  border-radius: 12px;
}
.testimonial-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px;
  margin: 30px 0;
}
.testimonial-card {
  background: #f8f8f8;
  padding: 25px;
  border-radius: 16px;
}
.testimonial-card h4 {
  margin-bottom: 12px;
  color: #12238C;
}
.testimonial-card p {
  font-style: italic;
  margin-bottom: 10px;
}
.testimonial-card .author {
  font-weight: 600;
  color: #000;
}

.binduz-er-header-meddle-bar .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.binduz-er-header-meddle-bar .container .header-disclaimer {
  margin: 0;
}
.content-block h1 {
  margin-top: 20px;
}
main img {
  border-radius: 30px;
}
.btn-cta {
  display: inline-block;
  background: #12238C;
  color: #fff;
  font-weight: 600;
  padding: 16px 36px;
  border-radius: 50px;
  font-size: 18px;
  text-align: center;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
  margin: 20px 0;
  border: 1px solid #12238C;
}
.btn-cta:hover {
  background: #F63A3A;
  border-color: #F63A3A;
  color: #fff;
}
.offer-box {
  background: #f2f6ff;
  padding: 40px;
  border-radius: 30px;
  margin: 40px 0;
  text-align: center;
}
.offer-box h2 {
  color: #12238C;
  margin-bottom: 25px;
}
.contact-section {
  background: #fafafa;
  padding: 50px 0;
  border-radius: 30px;
}
.contact-form {
  max-width: 700px;
  margin: 0 auto;
  background: #fff;
  padding: 40px;
  border-radius: 24px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
}
.form-group {
  margin-bottom: 20px;
}
.form-group input {
  width: 100%;
  padding: 14px 18px;
  border: 2px solid #e0e0e0;
  border-radius: 14px;
  font-size: 16px;
  transition: border 0.2s;
}
.form-group input:focus {
  border-color: #12238C;
  outline: none;
}
.checkbox-group {
  margin: 20px 0;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.checkbox-group input {
  width: 14px;
  height: 14px;
  margin-top: 3px;
  flex-shrink: 0;
}
.btn-submit {
  background: #12238C;
  color: white;
  border: none;
  padding: 14px 40px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 50px;
  cursor: pointer;
  transition: 0.2s;
  width: 100%;
}
.btn-submit:hover {
  background: #F63A3A;
}
.binduz-er-footer-area {
  background: #000;
  color: #ccc;
  padding: 50px 0 30px;
  margin-top: 40px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.footer-grid .w-100 {
  grid-column: span 2;
}
.footer-grid a {
  color: #F63A3A;
}
.footer-grid a:hover {
  color: #fff;
}
.footer-logo {
  max-width: 160px;
  margin-bottom: 20px;
}
.footer-warning {
  font-size: 13px;
  background: #1a1a1a;
  padding: 20px;
  border-radius: 16px;
  color: #aaa;
  margin: 20px 0;
}
.footer-links a {
  color: #bbb;
  display: block;
  margin-bottom: 10px;
}
.footer-links a:hover {
  color: #F63A3A;
}
.footer-contact p {
  margin-bottom: 5px;
}
.copyright {
  text-align: center;
  padding-top: 40px;
  color: #888;
  border-top: 1px solid #222;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .hero-grid {
    flex-direction: column;
  }
  .testimonial-grid {
    grid-template-columns: 1fr;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .binduz-er-header-meddle-bar {
    flex-direction: column;
    align-items: start;
  }
}
html {
  scroll-behavior: smooth;
}
.blog-details-title {
  font-size: 20px;
  border-bottom: 2px solid #F63A3A;
  padding-bottom: 10px;
  margin-bottom: 25px;
}
.star-rating {
  color: #F63A3A;
  font-size: 18px;
  margin: 5px 0;
}
.inline-list {
  list-style: none;
  margin: 20px 0;
}
.inline-list li {
  margin-bottom: 8px;
  font-weight: 500;
}
.offer-note {
  font-size: 18px;
  margin: 25px 0;
}
.btn-demand {
  display: block;
  width: auto;
  background: #F63A3A;
  border: none;
  padding: 18px 40px;
  font-size: 22px;
  font-weight: 700;
  border-radius: 60px;
  color: white !important;
  cursor: pointer;
  box-shadow: 0 6px 15px rgba(246, 58, 58, 0.3);
  margin-top: 20px;
}
.btn-demand:hover {
  background-color: #12238C;
}
#cookPopup {
  display: none;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  position: fixed;
  bottom: 15px;
  left: 50%;
  width: 900px;
  max-width: 90%;
  transform: translateX(-50%);
  padding: 25px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 2px 3px 10px rgb(0 0 0 / .4);
  z-index: 9999
}
#cookPopup p {
  margin: 0;
  text-align: center;
}
.cookPopup_btn {
  margin-top: 0;
  transition: 0.3s;
}
a {
  transition: 0.3s
}
@media(min-width:576px) {
  #cookPopup.show {
    display: flex;
    align-items: center
  }
}
@media(max-width:575px) {
  #cookPopup.show {
    display: block;
    text-align: left
  }
  .cookPopup_btn {
    margin: 10px 0 0 0
  }
  .float-box img {
    width: 100%
  }
  .header .container {
    flex-direction: column;
    text-align: center
  }
  .card-blog-1 {
    padding: 1.5rem 1rem !important
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .footer-grid .w-100 {
    grid-column: 1;
  }
  .binduz-er-header-meddle-bar .container {
    flex-direction: column;
    row-gap: 4px;
  }
  .header-disclaimer {
    text-align: center;
  }
  .offer-box {
    padding: 20px;
    margin-bottom: 20px;
  }
  .content-block h1 {
    font-size: 20px;
  }
  .btn-demand {
    font-size: 16px;
  }
  .contact-form {
    padding: 40px 20px;
  }
  .two-images {
    flex-direction: column;
  }
  .two-images img {
    width: 100%;
  }
}
.cookPopup_title {
  font-size: 16px;
  font-weight: 700;
}
.cookPopup_desc {
  font-size: 16px
}
.show {
  display: flex !important
}
.thanks {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  padding: 150px 0 150px
}
.thanks .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 10px
}
.thanks img {
  width: 100px;
  height: auto;
  margin-bottom: 10px
}
.thanks p {
  text-align: center;
  font-size: 18px
}
.thanks p.thanks-text {
  color: #12238C;
  font-weight: 700
}
.docs {
  word-break: break-word;
  padding: 50px 0
}
.docs h1 {
  text-align: center;
  margin-bottom: 20px;
  font-weight: 700
}
.docs h2 {
  margin-bottom: 10px;
  font-size: 32px
}
.docs h3 {
  margin-bottom: 10px;
  font-size: 26px
}
.docs li,
.docs p {
  color: inherit;
  line-height: 1.929
}
.docs a {
  text-decoration: none !important
}