@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap');
@import url('https://fonts.googleapis.com/icon?family=Material+Icons');


/* e7b911 */
/* 91BE30 */

:root {
  --primary-dark: #7e024a;
  --secondary: #4D664B;
  --text-light: #fff;
  --text-dark: #4d4d4d;
  --bg-overlay: #f9f9f9;
  --border-radius: 4px;
}

::selection {
  background-color: #f4f4f4;
  color: inherit;
}
/* Reset and base */
body {
  font-family: 'Montserrat', sans-serif;
  margin: 0;
  padding: 0;
  background: #f9f9f9;
  color: var(--text-dark);
  background-color: #f9f9f9;
background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M54.627 0l.83.828-1.415 1.415L51.8 0h2.827zM5.373 0l-.83.828L5.96 2.243 8.2 0H5.374zM48.97 0l3.657 3.657-1.414 1.414L46.143 0h2.828zM11.03 0L7.372 3.657 8.787 5.07 13.857 0H11.03zm32.284 0L49.8 6.485 48.384 7.9l-7.9-7.9h2.83zM16.686 0L10.2 6.485 11.616 7.9l7.9-7.9h-2.83zm20.97 0l9.315 9.314-1.414 1.414L34.828 0h2.83zM22.344 0L13.03 9.314l1.414 1.414L25.172 0h-2.83zM32 0l12.142 12.142-1.414 1.414L30 .828 17.272 13.556l-1.414-1.414L28 0h4zM.284 0l28 28-1.414 1.414L0 2.544V0h.284zM0 5.373l25.456 25.455-1.414 1.415L0 8.2V5.374zm0 5.656l22.627 22.627-1.414 1.414L0 13.86v-2.83zm0 5.656l19.8 19.8-1.415 1.413L0 19.514v-2.83zm0 5.657l16.97 16.97-1.414 1.415L0 25.172v-2.83zM0 28l14.142 14.142-1.414 1.414L0 30.828V28zm0 5.657L11.314 44.97 9.9 46.386l-9.9-9.9v-2.828zm0 5.657L8.485 47.8 7.07 49.212 0 42.143v-2.83zm0 5.657l5.657 5.657-1.414 1.415L0 47.8v-2.83zm0 5.657l2.828 2.83-1.414 1.413L0 53.456v-2.83zM54.627 60L30 35.373 5.373 60H8.2L30 38.2 51.8 60h2.827zm-5.656 0L30 41.03 11.03 60h2.828L30 43.858 46.142 60h2.83zm-5.656 0L30 46.686 16.686 60h2.83L30 49.515 40.485 60h2.83zm-5.657 0L30 52.343 22.343 60h2.83L30 55.172 34.828 60h2.83zM32 60l-2-2-2 2h4zM59.716 0l-28 28 1.414 1.414L60 2.544V0h-.284zM60 5.373L34.544 30.828l1.414 1.415L60 8.2V5.374zm0 5.656L37.373 33.656l1.414 1.414L60 13.86v-2.83zm0 5.656l-19.8 19.8 1.415 1.413L60 19.514v-2.83zm0 5.657l-16.97 16.97 1.414 1.415L60 25.172v-2.83zM60 28L45.858 42.142l1.414 1.414L60 30.828V28zm0 5.657L48.686 44.97l1.415 1.415 9.9-9.9v-2.828zm0 5.657L51.515 47.8l1.414 1.413 7.07-7.07v-2.83zm0 5.657l-5.657 5.657 1.414 1.415L60 47.8v-2.83zm0 5.657l-2.828 2.83 1.414 1.413L60 53.456v-2.83zM39.9 16.385l1.414-1.414L30 3.658 18.686 14.97l1.415 1.415 9.9-9.9 9.9 9.9zm-2.83 2.828l1.415-1.414L30 9.313 21.515 17.8l1.414 1.413 7.07-7.07 7.07 7.07zm-2.827 2.83l1.414-1.416L30 14.97l-5.657 5.657 1.414 1.415L30 17.8l4.243 4.242zm-2.83 2.827l1.415-1.414L30 20.626l-2.828 2.83 1.414 1.414L30 23.456l1.414 1.414zM56.87 59.414L58.284 58 30 29.716 1.716 58l1.414 1.414L30 32.544l26.87 26.87z' fill='%23e2e3de' fill-opacity='0.4' fill-rule='evenodd'/%3E%3C/svg%3E");
}

header {
  background-color: var(--primary);
  display: block;
  padding: 0;
  box-sizing: border-box;
  position: sticky;
  top: 0;
  z-index: 10000;
  overflow: hidden;
  text-align: center;
  border-top: 2px solid var(--bg-overlay);
  color: var(--btn);
}

a {
  color: inherit;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 15px;
  margin: 15px 4px;
  background-color: rgba(255,255,255,0.2);
  
  border-radius: 15px;
  font-weight: bold;
  transition: 0.3s;
  cursor: pointer;
}
.btn:hover {
  /* transform: translateY(-3px); */
}
header .material-icons {
  font-size: 1.2rem;
  line-height: 1;
  vertical-align: middle;
  margin-right: 15px;
}
header a {
  text-decoration: none;
  color: inherit;
}


h2 {
  margin-top: 0;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 30px;
}
h2 .material-icons {
  font-size: 3.5rem;
  color: var(--primary);
  float: left;
  margin-right: 8px;
}

.close-btn {
  background: transparent;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  float: right;
  color: var(--primary);
  margin: 15px;
}

.form-group {
  margin: 0 0 15px 0;
}

label {
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
  color: #333;
}

input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  height: 6px;
  background: #ddd;
  border-radius: 3px;
  outline: none;
  margin: 0;
  padding: 0;
}
.form-group div {
  box-sizing: border-box;
  padding: 15px 0 0 0;
}
/* WebKit (Chrome, Safari) */
input[type=range]::-webkit-slider-runnable-track {
  height: 6px;
  background: var(--primary);
  border-radius: 3px;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  margin-top: -10px; /* Half the thumb height minus half the track height */
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: var(--primary);
  cursor: pointer;
  border: 2px solid #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s;
}
input[type=range]::-webkit-slider-thumb:hover {
  transform: scale(1.2);
}

/* Firefox */
input[type=range]::-moz-range-track {
  height: 6px;
  background: var(--primary);
  border-radius: 3px;
}
input[type=range]::-moz-range-thumb {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--primary);
  cursor: pointer;
  border: 2px solid #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s;
}
input[type=range]::-moz-range-thumb:hover {
  transform: scale(1.2);
}

/* Edge / IE */
input[type=range]::-ms-track {
  width: 100%;
  height: 6px;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: var(--primary);
  border-radius: 3px;
}
input[type=range]::-ms-fill-upper {
  background: #ddd;
  border-radius: 3px;
}
input[type=range]::-ms-thumb {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--primary);
  cursor: pointer;
  border: 2px solid #fff;
  margin-top: 0; /* Fix vertical alignment */
}


input[type=text],
input[type=email],
input[type=tel],
select {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: var(--border-radius);
  font-size: 1rem;
  background-color: #fff;
  box-sizing: border-box;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
select:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 2px rgba(228,183,12,0.2);
}

button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: var(--primary);
  border: none;
  padding: 12px 20px;
  font-weight: 700;
  cursor: pointer;
  border-radius: var(--border-radius);
  margin-top: 10px;
  color: var(--bg-overlay);
  font-size: 1rem;
  transition: 0.2s ease-in-out;
}
button:hover {
  /* background-color: var(--primary-dark); */
}
button:disabled {
  background: #aaa;
  cursor: not-allowed;
}
button .material-icons {
  font-size: 1.2rem;
  line-height: 1;
  vertical-align: middle;
}

.step {
  display: none;
  box-sizing: border-box;
  padding: 45px 30px 30px 30px;
  position: relative;
}
.step.active {
  display: block;
}

.summary-list {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
}
.summary-list li {
  margin-bottom: 12px;
  font-size: 0.95rem;
}

.buttons-row {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 25px;
}
.buttons-row button {
  flex: 1;
  margin: 0;
}

iframe {
  width: 100%;
  height: calc(100vh - 88px);
  border: none;
}

.logo {
  position: absolute;
  top: 8px;
  right: 15px;
  height: 48px;
}

/* Responsive */
@media screen and (max-width: 768px) {
  .overlay {
    width: 90%;
    padding: 20px 20px;
  }

  .buttons-row {
    flex-direction: column;
  }

  .buttons-row button {
    margin: 5px 0;
  }
}


/* WebKit browsers (Chrome, Safari, Edge, iOS, Android) */
*::-webkit-scrollbar {
  width: 12px;
  height: 12px; /* horizontal scrollbar */
}

*::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 6px;
}

*::-webkit-scrollbar-thumb {
  background-color: var(--primary);
  border-radius: 6px;
  border: 3px solid #f1f1f1; /* padding around thumb */
  transition: background-color 0.3s ease;
}

*::-webkit-scrollbar-thumb:hover {
  background-color: #c39705; /* Slightly darker than var(--primary) */
}

/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: var(--primary) #f1f1f1;
}


footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  padding: 5px;
  background-color: var(--primary);
  font-size: 12px;
  text-align: center;
  color: var(--btn);
}
footer a {
  color: inherit;
}


  #faq-section {
    font-size: 1rem;
    color: #333;
    max-width: 50%!important;
    margin: 60px auto!important;
  }

  .faq-item {
    border-bottom: 1px solid #ddd;
  }

  .faq-question {
    width: 100%;
    background: var(--primary);
    color: white;
    padding: 1rem 1.2rem;
    text-align: left;
    border: none;
    outline: none;
    cursor: pointer;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.05rem;
    transition: background-color 0.3s ease;
  }

  .faq-question:hover,
  .faq-question[aria-expanded="true"] {
    background: var(--primary);
  }

  .faq-icon {
    font-size: 1.5rem;
    line-height: 1;
    transition: transform 0.3s ease;
  }

  .faq-question[aria-expanded="true"] .faq-icon {
    transform: rotate(45deg);
  }

  .faq-answer {
    padding: 1rem 1.2rem;
    background: #f9f9f9;
    animation: fadeIn 0.3s ease forwards;
  }

  @keyframes fadeIn {
    from {opacity: 0;}
    to {opacity: 1;}
  }


  .finance-blog {
    padding: 3rem 1rem;
    font-family: Arial, sans-serif;
  }
  
  .container {
    max-width: 80%;
    margin: auto;
  }
  
  .section-title {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 2.5rem;
    color: #333;
  }
  
  /* Grid Layout */
  .blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
  }
  
  .blog-card {
    background: #fff;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.07);
    transition: transform 0.2s ease;
  }
  
  .blog-card:hover {
    transform: translateY(-4px);
  }
  
  .card-icon {
    margin-bottom: 1rem;
  }
  
  .blog-card h3 {
    font-size: 1.2rem;
    margin: 0 0 0.5rem;
    color: #222;
  }
  
  .post-meta {
    font-size: 0.85rem;
    color: #777;
    margin-bottom: 1rem;
  }
  
  .post-excerpt {
    font-size: 1rem;
    color: #444;
    margin-bottom: 1.2rem;
  }
  
  .read-more {
    text-decoration: none;
    color: #0070c9;
    font-weight: bold;
  }
  
  .read-more:hover {
    text-decoration: underline;
  }
  
  /* Mobile Tweaks */
  @media (max-width: 600px) {
    .container {
      max-width: 95%;
    }
  
    .section-title {
      font-size: 1.5rem;
    }
  
    .blog-card {
      padding: 1rem;
    }
  
    .blog-card h3 {
      font-size: 1.05rem;
    }
  
    .post-excerpt {
      font-size: 0.95rem;
    }
  }
  .tag-cloud {
    margin-top: 12px;
    font-size: 0.875rem;
    line-height: 1.4;
  }
  
  .tag-cloud a {
    display: inline-block;
    margin: 4px 8px 4px 0;
    padding: 4px 10px;
    background-color: rgba(0, 0, 0, 0.06);
    color: #333;
    border-radius: 16px;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
    font-weight: 500;
    font-size: small;
  }
  

  

  #faq-section {
    max-width: 80%;
    margin: 0 auto;
  }

  .finance-fullpage {
    max-width: 50%;
    margin: 60px auto;
    box-sizing: border-box;
    padding: 15px;
    border: thin solid #e2e3de;
    background-color: white;
    border-radius: 15px;
  }
  .intro {
    box-sizing: border-box;
    font-size: 0.9em;
    font-weight: 600;
    color: var(--primary);
    background-color: rgba(0, 0, 0, 0.005);
  }

  .form-row-2col {
    display: flex;
    flex-wrap: wrap;
    gap: 0 10px;
  }
  
  .form-row-2col .form-group {
    flex: 1 1 48%;
    /* min-width: 250px; */
  }
  

  .steps-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    margin: 1rem 0;
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
  }
  
  .steps-container::before {
    content: '';
    position: absolute;
    top: 28px;
    left: 10%;
    right: 10%;
    height: 1px;
    background: #e0e0e0;
    z-index: 0;
  }
  
  .step-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
    font-family: 'Roboto', sans-serif;
  }
  
  .step-icon {
    background: #fff;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #999;
    font-size: 24px;
    transition: background 0.3s ease, color 0.3s ease;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  }
  
  .step-label {
    margin-top: 0.4rem;
    font-size: 0.85rem;
    color: #666;
  }
  
  .step-item.active .step-icon {
    background: var(--primary);
    color: white;
  }
  
  .step-item.active .step-label {
    color: var(--primary);
    font-weight: 500;
  }
  .bk {
    display: flex;
    position: relative;
    box-sizing: border-box;
    padding: 15px;
    border: thin solid #f4f4f4;
    margin-top: 30px;
    align-items: center;       
    gap: 1rem;                 
  }

  .bk img {
    flex-shrink: 0;            
    height: 50px;
    width: auto;
    margin-right: 30px;
  }
  
  .bk p {
    margin: 0;
    font-size: 0.85rem;
    color: #555;
    line-height: 1.2;
  }
  
  .b_post {
    box-sizing: border-box;
    padding: 60px;
    background-color: var(--bg-overlay);
    border: 15px;
  }
  .b_post h1 {
    font-size: 2em;
    color: var(--primary);
    padding: 15px 0;
    margin: 0;
  }
  @media (max-width: 600px) {
    .bk {
      display: block;
    }
      .bk img {
        margin: 0 0 15px 0;
      }
  }

  .breadcrumb {
    display: flex;
    align-items: center;

    padding: 15px 0;
    font-family: sans-serif;
    font-size: 14px;
  }
  
  .crumb {
    text-decoration: none;
    display: flex;
    align-items: center;
    border-radius: 15px;
    color: #666;
  }
  
  .crumb.current {
    font-weight: bold;
    color: var(--primary);
  }
  
  .divider {
    margin: 0 8px;
    color: #666;
  }
  
  .material-icons {
    font-size: 18px;
    margin-right: 4px;
  }

  
    @media (max-width: 600px) {
    .tag-cloud a {font-size: 0.8rem;}
    header .material-icons {margin-right: 5px;}
    .finance-fullpage {max-width: 95%;}
    #faq-section {max-width: 95%!important;}
h2 {font-size: 1.1em;}



  }
    
  
    @media (max-width: 400px) {
    .btn {
      font-size: 90%!important;
    }
  }



  #drawer {
    position: fixed;
    z-index: 5000;
    top: 0;
    left: -35%;
    width: 35%;
    background-color: white;
    box-sizing: border-box;
    padding: 140px 15px 15px 15px;
    height: 100vh;
    transition: 0.3s;
    overflow: auto;
  }
  @media (max-width: 1400px) {
    #drawer {
    left: -80%;
    width: 80%;      
    }
  }
  @media (max-width: 600px) {
    #drawer {
    left: -100%;
    width: 100%;      
    }
  }
  /* Overlay panel from left */
#overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 4999;
  background-color: rgba(0, 0, 0, 0.5);
}
.openo {
  display: block!important;
}
  .open {
    left: 0!important;
  }