* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
ul li {
  list-style: none;
}
ul li a {
  text-decoration: none;
}
ol,
ul {
  padding-left: 0px;
}
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0px;
}
a {
  text-decoration: none;
}
a,
button {
  color: inherit;
}
body {
  background: #fff;
  font-family: "Poppins", "NotoSans", sans-serif !important;
}
html{
  font-size: 16px;
  font-family: "Poppins", "NotoSans", sans-serif !important;
}
@font-face {
  font-family: "Poppins";
  src: url(../fonts/Poppins-Regular.ttf) format('truetype');
  font-display: swap;
  font-weight: 400;
}
@font-face {
  font-family: "Poppins";
  src: url(../fonts/Poppins-Medium.ttf) format('truetype');
  font-display: swap;
  font-weight: 500;
}
@font-face {
  font-family: "Poppins";
  src: url(../fonts/Poppins-SemiBold.ttf) format('truetype');
  font-display: swap;
  font-weight: 600;
}
@font-face {
  font-family: "Poppins";
  src: url(../fonts/Poppins-Bold.ttf) format('truetype');
  font-display: swap;
  font-weight: 700;
}
@font-face {
  font-family: "Poppins";
  src: url(../fonts/Poppins-ExtraBold.ttf) format('truetype');
  font-display: swap;
  font-weight: 800;
}
@font-face {
  font-family: "NotoSans";
  src: url(../fonts/NotoSans-VariableFont_wdth,wght.ttf) format('truetype');
  font-display: swap;
  font-weight: 100 900; /* Variable font supports all weights from 100 to 900 */
  font-stretch: 75% 100%;
}
@font-face {
  font-family: "NotoSans";
  src: url(../fonts/NotoSans-Medium.ttf) format('truetype');
  font-display: swap;
  font-weight: 500;
}
@font-face {
  font-family: "NotoSans";
  src: url(../fonts/NotoSans-SemiBold.ttf) format('truetype');
  font-display: swap;
  font-weight: 600;
}
/* NotoSans-Bold.ttf not found - using variable font for bold (700) weight */
.mt-50 {
  margin-top: 50px;
}
.mt-100 {
  margin-top: 100px;
}
.img-box {
  position: relative;
  width: 100%;
  max-width: 400px;
  height: auto;
}
.navbar-toggler {
  border: 0;
  padding: 0;
  /* Hide on desktop by default - Bootstrap handles this, but ensure it's hidden */
  display: none;
}
.navbar-toggler:focus{
  box-shadow: none;
}
/* Ensure navbar-toggler is only visible on mobile */
@media (max-width: 991.98px) {
  .navbar-toggler {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 10000 !important;
    position: relative !important;
  }
  .navbar-toggler-icon {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}
/* main-menu-css */
.main{
  padding-top: 100px; /* Increased to account for header height and ensure proper spacing */
  width: 100%;
  overflow: visible;
}

/* header-css */

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(0) !important;
}
.navbar.scrolled {
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid #F0F1F3;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}
.navbar{
  padding: 20px 0px;
}
.navbar-brand {
  margin-right: 0;
}
.navbar .navbar-brand img {
  width: 180px;
}

.navbar-nav {
  position: relative;
  gap:40px;
}
.navbar-nav .nav-link {
  white-space: nowrap;
}
.navbar-nav .nav-item a {
  position: relative;
  font-family: "Poppins", "NotoSans", sans-serif;
  font-size: 17px;
  line-height: normal;
  align-items: center;
  color: #494E4F;
  cursor: pointer;
}

.headertop-btn {
  position: relative;
  font-family: "Poppins", "NotoSans", sans-serif;
  font-size: 13px;
  line-height: normal;
  color: #fff;
  background-color: #1B424C;
  border: 1px solid #1B424C;
  display: inline-block;
  border-radius: 8px;
  padding: 12px 20px;
  white-space: nowrap;
}
.headertop-btn:hover {
  position: relative;
  background-color: #145A67;
  color: #fff;
}
.headertop-btn-outline {
  position: relative;
  font-family: "Poppins", "NotoSans", sans-serif;
  font-size: 13px;
  line-height: normal;
  color: #1B424C;
  background-color: transparent;
  border: 1px solid #1B424C;
  display: inline-block;
  border-radius: 8px;
  padding: 12px 20px;
  white-space: nowrap;
}
.headertop-btn-outline:hover {
  position: relative;
  background-color: #1B424C;
  color: #fff;
}
/* herosection-css */

.maintitle-text {
  position: relative;
  color:#1B424C;
  font-size: 48px;
  line-height: normal;
  font-family: "Poppins", "NotoSans", sans-serif;
  letter-spacing: 0.5px;
}
.subtitle-text {
  position: relative;
  color:#424545;
  font-size: 18px;
  line-height: normal;
  font-family: "Poppins", "NotoSans", sans-serif;
  letter-spacing: 0.5px;
  padding-right: 25px;
}
.getstart-btn {
  position: relative;
  display: inline-block;
  background-color: #1B424C;
  border: 2px solid #1B424C;
  color: #fff;
  padding: 12px 20px;
  border-radius: 8px;
  font-size: 16px;
  line-height: 22px;
  font-family: "Poppins", "NotoSans", sans-serif;
  letter-spacing: 0.5px;
}
.getstart-btn:hover {
  position: relative;
  background-color: #145A67;
  color: #fff;
}

/* our-service-css */

.service-bg {
  position: relative;
  width: 100%;
  padding: 30px 0px;
  background: linear-gradient(100.33deg, rgba(201, 228, 222, 0.6) -36.88%, rgba(206, 228, 224, 0.463495) 21.99%, rgba(208, 228, 224, 0.414385) 30.82%, rgba(223, 227, 231, 0) 102.68%);
}
.service-title{
  position: relative;
 color:#1B424C;
  font-size: 28px;
  line-height: normal;
  font-family: "Poppins", "NotoSans", sans-serif;
  text-align: center;
  letter-spacing: 0.5px;
}
.service-box {
  position: relative;
  background-color: #ECF3F3;
  border: 1px solid #F0F1F3;
  box-shadow: 0px 0px 0px 2px #0000000D;
  padding: 28px 18px;
  border-radius: 30px;
  text-align: center;
  height: 100%;
}
.service-box img {
  position: relative;
  max-width: 80px;
}
.service-box h4 {
  position: relative;
  font-family: "Poppins", "NotoSans", sans-serif;
  font-size: 34px;
  line-height: normal;
  color: #1B424C;
  letter-spacing: 0.5px;
}
.service-box p {
  position: relative;
  font-family: "Poppins", "NotoSans", sans-serif;
  font-size: 18px;
  line-height: 30px;
  color: #7F7A7A;
  letter-spacing: 0.5px;
}
.service-box a {
  position: relative;
  display: inline-block;
  border: 2px solid #1B424C;
  color: #1B424C;
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 16px;
  line-height: 22px;
  font-family: "Poppins", "NotoSans", sans-serif;
  letter-spacing: 0.5px;
}
.service-box a:hover {
  position: relative;
  background-color: #1B424C;
  color: #fff;
}
.view-btn {
  position: relative;
  background: #1B424C;
  color: #fff;
  border: 1px solid #1B424C;
  padding: 12px 30px;
  border-radius: 8px;
  font-size: 18px;
  line-height: 24px;
  font-family: "Poppins", "NotoSans", sans-serif;
  letter-spacing: 0.5px;
  display: inline-block;
}
.view-btn:hover {
  position: relative;
  background-color: #145A67;
  color: #fff;
}

/* we-works-css */

.works-text {
  position: relative;
  color:#1B424C;
  font-size: 34px;
  line-height: 56px;
  font-family: "Poppins", "NotoSans", sans-serif;
  letter-spacing: 0.5px;

}
.works-subtext {
  position: relative;
  font-family: "Poppins", "NotoSans", sans-serif;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #424545;
}

/* about-us-css */

.about-box {
  position: relative;
  background: rgba(255, 255, 255, 1);
  padding: 45px;
  border-radius: 8px;
}
.form-group {
  position: relative;
  margin-bottom: 20px;
}
.form-label {
  position: relative;
  color: rgba(0, 0, 0, 1);
  font-family: "Poppins", "NotoSans", sans-serif;
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0.5px;
}
.form-control {
  position: relative;
  border: 1px solid rgba(117, 110, 110, 1);
  border-radius: 8px;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.form-select {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* Global form field visibility override */
input[type="text"], 
input[type="email"], 
input[type="tel"], 
input[type="date"], 
input[type="number"], 
select, 
textarea {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
.about-btn {
  position: relative;
  font-family: "Poppins", "NotoSans", sans-serif;
  font-size: 16px;
  line-height: normal;
  color: #fff;
  background-color: #1B424C;
  border: 1px solid #1B424C;
  display: inline-block;
  border-radius: 8px;
  padding: 12px 36px;
  white-space: nowrap;
}
.about-btn:hover {
  position: relative;
  background-color: #fff;
  color: #1B424C;
}

/* footer-css */

.footer-box {
  position: relative;
  width: 100%;
  padding: 100px 0px;
  background-image: url(../footerimages.jpeg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.footer-box p {
  position: relative;
  color: rgba(255, 255, 255, 1);
  font-family: "Poppins", "NotoSans", sans-serif;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.15px;
}
.footer-ul-icon {
  position: relative;
  display: flex;
  gap: 15px;
}
.footer-title {
  position: relative;
  color: #fff;
  font-family: "Poppins", "NotoSans", sans-serif;
  font-size: 19px;
  line-height: 24px;
  letter-spacing: 0.15px;
}
.divider-line {
  position: relative;
  width: 70px;
  border: 1px solid #fff;
}
.footer-box li a {
  position: relative;
  font-family: "Poppins", "NotoSans", sans-serif;
  font-size: 15px;
  line-height: normal;
  letter-spacing: 1.15px;
  color: #fff;
  display: inline-block;
  padding-top: 15px;
}
.footer-contact-icons {
  position: relative;
  background-color: #fff;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  font-size: 16px;
  color: #000;
  min-width: 36px;
}
.footer-ul-contact li a{
  position: relative;
  display: flex;
  gap: 15px;
  align-items: center;
}

/* Container-level overflow prevention - ONLY horizontal, NO vertical scrollbars */
.container,
.container-fluid,
.row {
    overflow-x: hidden !important;
    overflow-y: visible !important;
}

/* Prevent ALL containers from creating vertical scrollbars */
.wrapper,
.main,
section,
[class*="col-"],
header,
.header,
nav,
.navbar,
footer,
.footer {
    overflow-y: visible !important;
}

/* Prevent Bootstrap from adding scrollbars */
.container,
.container-fluid,
.row,
[class*="col-"] {
    overflow-y: visible !important;
}

/* Only allow vertical scrollbars where explicitly needed */
.accordion-collapse {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}

/* Prevent any element with max-height from creating scrollbars unless explicitly needed */
*:not(.accordion-collapse):not(.ai-chat__messages) {
    overflow-y: visible !important;
}

/* Show scrollbars on html and body for page navigation */
html, body {
    /* Firefox - show scrollbar */
    scrollbar-width: thin !important;
    /* IE and Edge - show scrollbar */
    -ms-overflow-style: scroll !important;
}

/* Show scrollbars for WebKit browsers (Chrome, Safari, Opera) on html/body */
html::-webkit-scrollbar,
body::-webkit-scrollbar {
    display: block !important;
    width: 12px !important;
    height: 12px !important;
}

html::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
    background: #f1f1f1;
}

html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 6px;
}

html::-webkit-scrollbar-thumb:hover,
body::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* Hide scrollbars on containers and other elements (but allow scrolling) */
*:not(html):not(body) {
    /* Firefox */
    scrollbar-width: none !important;
    /* IE and Edge */
    -ms-overflow-style: none !important;
}

/* Hide scrollbars for WebKit browsers on all elements except html/body */
*:not(html):not(body)::-webkit-scrollbar {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    background: transparent !important;
}

/* Exception: Show scrollbars only for accordion and chat messages */
.accordion-collapse,
.ai-chat__messages {
    scrollbar-width: thin !important;
    -ms-overflow-style: auto !important;
}

.accordion-collapse::-webkit-scrollbar,
.ai-chat__messages::-webkit-scrollbar {
    display: block !important;
    width: 6px !important;
    height: 6px !important;
}

.process-number {
    position: absolute;
    color: #d5d5d5;
    font-size: 60px;
    line-height: 56px;
    font-family: "Poppins", "NotoSans", sans-serif;
    letter-spacing: 0.45px;
    top: -20px;
    left: 0;
    margin-left: -60px;
    z-index: 1;
}

.pad-left {
    position: relative;
    padding-left: 50px;
}

/* Ensure parent containers have enough padding for process-number */
.col-lg-6.position-relative {
    padding-left: 70px;
}

/* Prevent process-number from causing horizontal overflow */
@media (max-width: 1200px) {
  .process-number {
    left: 0;
    margin-left: -40px;
  }
  .pad-left {
    padding-left: 50px;
  }
  .col-lg-6.position-relative {
    padding-left: 50px;
  }
}

@media (max-width: 768px) {
  .process-number {
    position: relative;
    left: auto;
    margin-left: 0;
    top: 0;
    margin-bottom: 10px;
    display: inline-block;
  }
  .pad-left {
    padding-left: 15px;
  }
}
.footer-box .workday-title {
  position: relative;
  color: #39C260;
  font-family: "Poppins", "NotoSans", sans-serif;
  font-size: 19px;
  line-height: 24px;
  letter-spacing: 0.15px;
  margin-bottom: 0;
  padding-top: 15px;
}
.inner-bg {
  position: relative;
  background-image: url(../footerimages.jpeg);
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 50px 0px;
}
.inner-title {
  position: relative;
  color: #fff;
  font-size: 28px;
  line-height: normal;
  font-family: "Poppins", "NotoSans", sans-serif;
  text-align: center;
  letter-spacing: 0.5px;
}
p {
  position: relative;
  font-family: "Poppins", "NotoSans", sans-serif;
  font-size: 18px;
  line-height: normal;
  letter-spacing: 0.5px;
  color: #424545;
}
.privacy-title {
  position: relative;
  color: #1B424C;
  font-size: 22px;
  line-height: normal;
  font-family: "Poppins", "NotoSans", sans-serif;
  letter-spacing: 0.5px;
  padding-bottom: 5px;
}
.privacy-ul li {
  position: relative;
  font-family: "Poppins", "NotoSans", sans-serif;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #424545;
  padding-bottom: 1rem;
}
.accordion-button:not(.collapsed) {
  position: relative;
  background-color: #1B424C;
  color: #fff;
  font-family: "Poppins", "NotoSans", sans-serif;
  font-size: 20px;
}
.accordion-button {
  position: relative;
  background-color: #fff;
  color: #494E4F;
  font-family: "Poppins", "NotoSans", sans-serif;
  font-size: 20px;
}
.accordion-button:focus {
  position: relative;
  box-shadow: none;
}

#aboutus,
#service,
#howwework,
#faq {
  scroll-margin-top: 140px;
}

/* Force disclaimer to use Raleway font specifically */
.footer-disclaimer,
.footer-disclaimer p {
  font-family: "Raleway-Regular" !important;
}

/* Image sizing fixes */
img {
  max-width: 100% !important;
  height: auto !important;
}

/* Specific image containers */
.service-box img {
  max-width: 80px !important;
  height: auto !important;
}

.hero-section img {
  max-width: 500px !important;
  height: auto !important;
}

.testimonial img {
  max-width: 80px !important;
  height: 80px !important;
  border-radius: 50%;
  object-fit: cover;
}

/* Fix oversized elements */
.hero-section .img-box {
  max-width: 400px !important;
  height: auto !important;
}

/* Fix calculator and FAQ display issues */
#enhanced-loan-calculator {
  max-width: 100%;
  overflow: hidden;
}

.accordion-collapse {
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
  /* Only show scrollbar when content actually exceeds max-height */
}

/* Fix chatbox positioning */
.chat-widget {
  z-index: 10000 !important;
  position: fixed !important;
  bottom: 20px !important;
  right: 20px !important;
}

/* Ensure proper header spacing */
.header {
  z-index: 9999 !important;
}

/* Language Tab Styles - Attached to Header */
.language-tab-container {
  position: absolute;
  bottom: -20px;
  right: 20px;
  z-index: 1000;
}

/* Ensure the header can contain the language tab */
.header {
  position: relative;
  overflow: visible;
}

.language-tab {
  position: relative;
  display: inline-block;
}

.language-tab .btn {
  background: linear-gradient(135deg, #1B424C 0%, #2a4a52 100%);
  border: 1.4px solid #39C260;
  color: #fff;
  padding: 5.6px 11.2px;
  border-radius: 14px 14px 0 0;
  font-size: 8.4px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 4.2px;
  transition: all 0.3s ease;
  min-width: 49px;
  justify-content: center;
  box-shadow: 0 -1.4px 5.6px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}

.language-tab .btn:hover {
  background: linear-gradient(135deg, #2a4a52 0%, #39C260 100%);
  border-color: #39C260;
  color: #fff;
  transform: translateY(-1.4px);
  box-shadow: 0 -2.8px 8.4px rgba(0, 0, 0, 0.2);
}

.language-tab .btn:focus {
  box-shadow: 0 -2.8px 8.4px rgba(0, 0, 0, 0.2), 0 0 0 2.1px rgba(57, 194, 96, 0.25);
  background: linear-gradient(135deg, #2a4a52 0%, #39C260 100%);
  border-color: #39C260;
  color: #fff;
}

.language-tab .btn::after {
  margin-left: 4.2px;
  font-size: 7px;
  transition: transform 0.3s ease;
}

.language-tab .btn[aria-expanded="true"]::after {
  transform: rotate(180deg);
}

.language-tab .flag-circle {
  font-size: 11.2px;
  line-height: 1;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.2);
  border: 0.7px solid rgba(255, 255, 255, 0.3);
}

.language-tab .lang-code {
  font-size: 7.7px;
  font-weight: 400;
  letter-spacing: 0.35px;
  color: #fff;
  text-shadow: 0 0.7px 1.4px rgba(0, 0, 0, 0.3);
}

.language-tab .dropdown-menu {
  background: #fff;
  border: 1.4px solid #39C260;
  border-radius: 0 0 8.4px 8.4px;
  box-shadow: 0 2.8px 14px rgba(0, 0, 0, 0.15);
  padding: 5.6px 0;
  min-width: 98px;
  margin-top: 0;
  border-top: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: auto;
  transform: translateY(-1.4px);
}

.language-tab .dropdown-item {
  padding: 7px 11.2px;
  font-size: 9.1px;
  color: #333;
  display: flex;
  align-items: center;
  gap: 7px;
  transition: all 0.2s ease;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
  font-weight: 400;
}

.language-tab .dropdown-item:hover {
  background: #f8f9fa;
  color: #1B424C;
  transform: translateX(2.8px);
}

.language-tab .dropdown-item.active {
  background: #e3f2fd;
  color: #1976d2;
  font-weight: 400;
}

.language-tab .dropdown-item .flag-circle {
  font-size: 11.2px;
  line-height: 1;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.05);
  border: 0.7px solid rgba(0, 0, 0, 0.1);
}

.language-tab .dropdown-item .lang-code {
  font-size: 8.4px;
  font-weight: 400;
  letter-spacing: 0.35px;
  color: inherit;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .language-tab-container {
    right: 10.5px;
    bottom: -12.6px;
  }
  
  .language-tab .btn {
    padding: 4.2px 8.4px;
    font-size: 7.7px;
    min-width: 42px;
    gap: 2.8px;
    border-radius: 12.6px 12.6px 0 0;
  }
  
  .language-tab .flag-circle {
    font-size: 9.8px;
    width: 12.6px;
    height: 12.6px;
  }
  
  .language-tab .lang-code {
    font-size: 7px;
  }
  
  .language-tab .dropdown-menu {
    min-width: 84px;
  }
  
  .language-tab .dropdown-item {
    padding: 5.6px 8.4px;
    font-size: 8.4px;
    gap: 5.6px;
  }
  
  .language-tab .dropdown-item .flag-circle {
    font-size: 9.8px;
    width: 12.6px;
    height: 12.6px;
  }
  
  .language-tab .dropdown-item .lang-code {
    font-size: 7.7px;
  }
}

@media (max-width: 480px) {
  .language-tab-container {
    right: 7px;
    bottom: -11.2px;
  }
  
  .language-tab .btn {
    padding: 3.5px 7px;
    font-size: 7px;
    min-width: 38.5px;
    gap: 2.1px;
    border-radius: 11.2px 11.2px 0 0;
  }
  
  .language-tab .flag-circle {
    font-size: 8.4px;
    width: 11.2px;
    height: 11.2px;
  }
  
  .language-tab .lang-code {
    font-size: 6.3px;
  }
}