@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


ul{margin: 0px;padding: 0px;list-style: none;}
img{object-fit: cover;}
:focus, a:focus, input:focus, .btn.focus, .btn:focus, button:focus{outline: 0 !important;outline-offset: 0 !important;box-shadow: none !important;}
a, a:hover{text-decoration: none !important;}
section{float: left;width: 100%;}
body{font-family: 'Inter' !important;}

p {
    float: left;
    width: 100%;
    color: #837b7b;
    font-size: 20px;
    margin-bottom: 0px;
    font-weight: 500;
}
.row {
    float: left;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}
/*start-header*/
li.active.has-sub ul.sub-menu a {color: #fff !important;border-bottom: 0px !important;}
header#header {
    float: left;
    width: 100%;
    background: #fff;
    /* box-shadow: 0px 3px 43px 0px rgb(0 0 0 / 12%); */
    /* padding-top: 25px; */
    position: fixed;
    z-index: 999;
    border-bottom: 1px solid #99999924;
}
.deskmenu {
    z-index: 9;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.main_menu .menu li a {
    font-size: 16px;
    color: #6B7280;
    line-height: 1.2;
    text-align: left;
    text-transform: capitalize;
    font-weight: 400;
    font-family: Inter;
}
ul.sub-menu a {font-size: 17px !important;}
.main_menu .menu li.active a {color: #153f7a;/* border-bottom: 2px solid; */}
.main_menu .menu li a:hover {
    color: #0B2545;
}
.main_menu .menu > li {margin-top: 0px;}
.main_menu li:not(:last-child) {margin-right: 20px;}
/*.main_menu li:not(:first-child) {margin-right: 20px;}*/
.main_menu li:not(:first-child){ margin-right: 28px;}
.icon-submenu {
    position: absolute;
    top: 50%;
    right: -2px;
    transform: translate(-50%, -50%);
    margin-top: -7px;
}
.icon-submenu::before {
    position: absolute;
    content: '\f107';
    font-family: 'Font Awesome 5 Free';
    font-size: 16px;
    font-weight: bold;
    top: 47%;
    color: rgb(17, 16, 16);
    line-height: 1;
}
.menubar {
    position: relative;
    z-index: 99;
    float: left;
    width: 100%;
       padding-top: 30px;
    padding-bottom: 25px;
}
.main_logo a {
    display: flex;
    align-items: center;
    justify-content: start;
}
/*.main_log a span {display: none;}*/


.main_logo > a > span {
    background-color: #0B2545;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 12px;
    margin: -5px 13px 0 0;
}
.main_logo a span svg{}
.logo-text {
    display: flex;
    flex-wrap: wrap;
}
.logo-text p {
    color: #0B2545;
    font-weight: 600;
    font-size: 24px;
    line-height: 26px;
    letter-spacing: 0.3px;
}
.logo-text span {
    color: #6B7280;
    font-size: 14px;
    line-height: 29px;
    letter-spacing: 0.2px;
}




.main_menu {
    float: left;
    /* width: 100%; */
    display: flex;
    /* justify-content: flex-start; */
}
header#header .lern-btn {width: unset;float: unset;margin: 0px;margin-left: 20px;margin-right: 20px;}
.navigation {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
}
.contact-info a{color: #fff}
.cart-btn {margin-left: 33px;margin-right: 20px;}


.sidebar-item {text-align: center;/* border-bottom: 1px solid #666; */}
.sidebar-item li {padding: 15px;border-bottom: 1px solid #fff;}
.sidebar-item a {color: white;text-decoration: none;font-size: 18px;font-family: 'myriad_proregular';}
.sidebar li {margin-right: 0px !important;}
#sidebar {background-color: #333;position: fixed;top: 0;right: -400px;width: 400px;height: 100%;color: white;width: 340px;transition: right 0.3s ease;z-index: 1000;background-color: #027bbf;}
.sidebar_sub_menus > a::after {content: '\25BC'; /* Unicode for downward triangle â–¼ */font-size: 12px;  /* Adjust size as needed */color: white;margin-left: 10px; /* Space between text and icon */transition: transform 0.3s ease; /* For rotation animation */}
.sidebar_sub_menus .sub-menu a:hover {background: unset !important;}
.sidebar_sub_menus.active > a::after {transform: rotate(180deg); /* Rotate the icon when active */}
.sidebar_sub_menus .sub-menu a {padding: 0px !important;text-align: center !important;border-bottom: unset !important;width: 100% !important;justify-content: center !important;text-transform: capitalize !important;}
.servi-submenu {display: none;}
.servi-submenu.open {display: block;}
#sidebar.open {right: 0;}
.sidebar_sub_menus .sub-menu {
    display: none;
    background-color: #000;
    position: absolute;
    top: 186px;
    left: 0;
    z-index: 9;
    border-radius: 0;
    width: 100%;
    text-align: center !important;
    /* bottom: 0; */
}
.sidebar_sub_menus.active .sub-menu {display: block; /* Show submenu when parent is active */}
.sidebar_sub_menus .sub-menu > li:first-child {display: block;}
.sidebar_sub_menus.active .sub-menu .servi-submenu {display: block;}
.header-top {
    float: left;
    width: 100%;
}
.main_logo a img {
    width: 210px;
    /* margin-bottom: -55px; */
}
.header-top {
    background-color: #1F4ED8;
    color: #fff;
    padding: 9px 0;
}

.header-social a {
    color: #fff;
    border: 1px solid;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 35px;
    width: 35px;
    border-radius: 50px;
    margin-right: 10px;
}
.header-social {
    display: flex;
}
.header-main {
    float: left;
    width: 100%;
    display: flex;
    justify-content: end;
}
.header-contact {
    display: flex;
    align-items: center;
    border-left: 3px solid #178d2f;
    padding-left: 20px;
    margin-left: 10px;
}
a.icon-phone {
    color: #fff;
    margin-right: 7px;
    font-size: 26px;
}
.header-contact span {
    color: #fff;
    margin-right: 10px;
    font-size: 22px;
    font-weight: bold;
}
a.phone-number {
    color: #fff;
    margin-right: 10px;
    font-size: 25px;
    font-weight: bold;
}
.header-btn a {
    /* margin-left: 15px; */
    background: #1F4ED8;
    border-radius: 40px;
    color: #fff;
    padding: 14px 40px;
    font-size: 18px;
    font-weight: 700;
    border: 1px solid #1F4ED8;float: left;
}
.funding-btn a {
      background-color: #1E6FE3;
    color: #fff !important;
    padding: 12px 24px;
    font-size: 16px;
    border-radius: 10px;
    font-weight: 600;
    letter-spacing: 0.2px;
}
.funding-btn a:hover {opacity: 0.9;transition: 0.7s;
}
/*end-header*/




.bnner-img {
    float: left;
    width: 100%;
    position: relative;
}
.bnner-img img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -2;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
}
.bnner-content {
    position: relative;
    float: left;
    width: 100%;
    /* padding: 200px 0px; */
    background: linear-gradient(to right, rgba(15, 76, 129, 0.95), rgba(15, 76, 129, 0.85));
    padding-top: 200px;
    padding-bottom: 100px;
}
.hero-left {
  flex: 1;
  color: #fff;
}
.hero-left h1 {
    font-size: 46px;
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: bold;
    width: 81%;
}

.hero-left p {
    font-size: 20px;
    color: #d9e7f5;
    max-width: 480px;
    margin-bottom: 30px;
}

.btn-group {
    display: flex;
    gap: 15px;
    /* margin-bottom: 35px; */
    float: left;
    width: 100%;
}
.btn {
  padding: 14px 26px;
  
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
}

.btn.primary {
    background: #22c55e;
    color: #fff;
    font-weight: bold;
    font-size: 17px;border-radius: 6px !important;
}

.btn.secondary {border-radius: 6px !important;
  border: 2px solid #fff;
  color: #fff;font-weight: bold;
    font-size: 17px;
}

.features {
    display: flex;
    gap: 25px;
    font-size: 18px;
    float: left;
    width: 100%;
}

.features i {
    margin-right: 6px;
    /* color: #22c55e; */
}

/* RIGHT FORM */
.hero-right {
    width: 43%;
    background: #fff;
    padding: 30px;
    border-radius: 14px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.2);
}
.hero-right h3 {
    font-weight: bold;
    text-align: center;
    color: #0f4c81;
    margin-bottom: 8px;
    font-size: 24px;
}

.hero-right .sub {
  text-align: center;
  font-size: 13px;
  color: #666;
  margin-bottom: 20px;
}





/* ===== SECTION 1 ===== */
.hero-section {
    background: #fff;
    padding: 90px 0 83px;
    margin-top: 100px;
}
.hero-grid {
    display: grid;
    /*grid-template-columns: 1.2fr 1fr;*/
    gap: 12px;
    align-items: center;grid-template-columns: 1fr 1fr;
}

.hero-content h1 {
    font-size: 3.75rem;
    font-weight: 600;
    line-height: 74px;
    margin-bottom: 26px;    letter-spacing: 2px;
}
.hero-content p {
    color: #6b7280;
    max-width: 480px;
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 1.25rem;
}
.hero-buttons {
    display: flex;
    gap: 15px;
    float: left;
    width: 100%;
}

.btn {
  padding: 12px 26px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}

.btn-primary {
  background: #2563eb;
  color: #fff;
}

.btn-outline {
    border: 2px solid #2563eb !important;
    color: #2563eb !important;
    background: transparent !important;
}
/* Right Cards */
.hero-cards {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

.info-card {
    background: #fff;
    border-radius: 14px;
    padding: 24px;
    display: flex;
    gap: 15px;
    align-items: center;
    box-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    border: 2px solid #E5E7EB;
}
.info-card .icon {
  width: 48px;
  height: 48px;
  background: #eef4ff;
  color: #2563eb;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 18px;
}

.info-card h4 {
       font-size: 18px;
    margin-bottom: 6px;
    font-weight: 600;
    color: #1A1A1A;
}

.info-card p {
       font-size: 14px;
    color: #666;
    font-weight: 300;
}

/* ===== SECTION 2 ===== */
.features-strip {
    background: #F2F4F7;
    padding: 34px 0;
    border-top: 1px solid #E5E7EB;
    border-bottom: 1px solid #E5E7EB;
}
.feature-item span {
    float: left;
    width: 100%;
    font-weight: 600;
    font-size: 1rem;
    text-align: center;
    margin-top: 10px;
    color: #1A1A1A;
}
.features-container {
    display: flex;
    justify-content: center;
    gap: 150px;
    width: 100%;
    margin: 0 auto;
}
.feature-item {
    /* display: flex; */
    align-items: center;
    gap: 10px;
    font-size: 15px;
    color: #333;
    /* width: 100%; */
    text-align: center;
}

.feature-item i {
    color: #2563eb;
    font-size: 18px;
    background: color-mix(in oklab, #1E6FE3 10%, transparent);
    height: 48px;
    width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    text-align: center;
}
.fea-icon {
    float: left;
    width: 100%;
    text-align: end;
    display: flex;
    justify-content: center;
}
.offer-section {
    background: #ffffff;
    padding: 96px 0px 66px;
    display: flex;
    justify-content: center;
}

.offer-box {
    background: #fff;
    max-width: 848px;
    width: 100%;
    padding: 41px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    text-align: center;
    border: 1px solid #E5E7EB;
}
.offer-box h2 {
    font-size: 22px;
    margin-bottom: 25px;
    font-weight: bold;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 30px;
}

.form-group {
  text-align: left;
}
.form-group label {
    font-size: 14px;
    color: #1A1A1A;
    display: block;
    margin-bottom: 8px;margin-top: 4px;
    font-weight: 500;
}
.form-group select {
    width: 100%;
       padding: 15px 16px;
    border-radius: 11px;
    border: 1px solid #dcdcdc;
    font-size: 15px;
}
button.btn-primary {
    box-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
}

.offer-box .btn-primary {
    background: #2563eb;
    color: #fff;
    border: none;
   padding: 16px 48px;
    border-radius: 8px;
    font-size: 18px;
    cursor: pointer;
    font-weight: 500;
}
.category-section {
  background: #F2F4F7;
     padding: 66px 20px 60px;
}

.category-grid {
    /*max-width: 1102px;*/    max-width: 975px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.category-card {
    background: #fff;
       padding: 40px;
    border-radius: 14px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}
.category-card i {
    font-size: 30px;
    color: #2563eb;
    margin-bottom: 15px;
}

.category-card h4 {
    font-size: 1.25rem;
    margin-bottom: 23px;
    color: #1A1A1A;
    font-weight: 600;
    margin-top: 12px;
}

.category-card p {
    font-size: 16px;
    color: #6B7280;
    margin-bottom: 40px;
    font-weight: 400;
}

.category-card span.cat-btn {
       display: inline-block;
    background: #2563eb;
    color: #fff;
    padding: 12px 32px;
    border-radius: 11px;
    font-size: 16px;
    text-decoration: none;
    font-weight: 500;
    line-height: 30px;
}

.offer-title {
  position: relative;
}

.offer-title::after {
    content: '';
    width: 65px;
    height: 4px;
    background: #2563eb;
    position: absolute;
    left: 50%;
    bottom: -3px;
    transform: translateX(-50%);
}
.how-it-works {
    background: #fff;
       padding: 65px 0;
    text-align: center;
}
.section-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}

.section-title::after {
  content: '';
  width: 40px;
  height: 3px;
  background: #2563eb;
  display: block;
  margin: 10px auto 0;
  border-radius: 2px;
}

.steps {
    /* max-width: 1000px; */
    /* margin: auto; */
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
   max-width: 1030px;
    margin: 45px auto 0;
}
.step-card {
    background: #fff;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    position: relative;
    display: flex;
    border: 1px solid #E5E7EB;
}

.step-number {
     width: 48px;
    height: 48px;
  background: #2563eb;
  color: #fff;
  font-weight: 600;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;

}
.step-card .step-de {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    align-content: space-evenly;
}
.step-card h4 {
    font-size: 20px;
    margin-bottom: 6px;
    color: #1A1A1A;
    font-weight: 600;
}
.step-card p {
    font-size: 16px;
    color: #6B7280;
}
h2.offer-title {
    font-size: 1.875rem;
    margin-bottom: 25px;
    font-weight: 500;
    padding-bottom: 8px;    letter-spacing: 1px;
}
.step-com{text-align: left;padding-left: 15px}
.cta-bar {
    background: #2563eb;
    padding:27px 20px;
}
.cta-container {
  max-width: 1100px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cta-container h3 {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}
.cta-container .cta-btn {
    background: #fff;
    color: #2563eb;
    padding: 14px 27px;
    border-radius: 12px;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
}
.why-rehanbank {
    /* background: #f5f7fb; */
    padding: 70px 0px;
}
.why-box {
  background: #fff;
    max-width: 975px;
    margin: auto;
    padding: 40px;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  text-align: center;
}
.why-list {
 
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 40px;
    text-align: left;    max-width: 770px;
    margin: 37px auto 0;
}

.why-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    color: #333;
    font-weight: 400;
}

.why-item i {
    color: #17B978;
    font-size: 34px;
}

.compare-section {
  background: #f5f7fb;
  padding: 64px 0px;
}

.compare-container {
 
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: start;
}
.compare-section > .container {
    max-width: 1140px;
}
.section-heading {
    font-size: 1.875rem;
    margin-bottom:13px;    letter-spacing: 0.6px;
    font-weight: bold;
    padding-bottom: 10px;
    position: relative;
}
.section-heading::after {
  content: '';
  width: 66px;
  height: 3px;
  background: #2563eb;
  display: block;
  margin-top: 8px;
  border-radius: 2px;
}

.compare-content p {
    font-size: 1rem;
    color: #555;
    line-height: 1.6;
    max-width: 480px;
}
.compare-content p br{
    display:none;
}

.compare-cards {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.compare-card {background: #fff;
    border-radius: 14px;
       padding: 26px 24px;
    display: flex;
    gap: 18px;
    align-items: center;
    box-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    border: 2px solid #E5E7EB;
}

.compare-card i {
  color: #2563eb;
  font-size: 18px;
  background: #eef4ff;
  padding: 10px;
  border-radius: 10px;
}

.compare-card h4 {
        font-size: 1.125rem;
    margin-bottom: 6px;
    font-weight: 600;
    color: #1A1A1A;
}

.compare-card p {font-size: 15px;
    color: #666;
    font-weight: 300;
}
.trusted-section {
    /* background: #ffffff; */
    padding-top: 127px;
    text-align: center;
}
.trusted-section .section-heading {
    margin-bottom: 30px;
}
.section-heading.center::after {
  margin-left: auto;
  margin-right: auto;
}

.trusted-cards {
 
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
.trusted-card {
    background: #fff;
      padding: 30px 24px;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
    text-align: left;
    display: flex;
    border: 2px solid #E5E7EB;
}
.trust-te {
    padding-left: 15px;
}

.trusted-card i {
  color: #2563eb;
    font-size: 18px;
    background: 
color-mix(in oklab, #1E6FE3 10%, transparent);
    height: 48px;
    width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    text-align: center;
}

.trusted-card h4 {
    font-size: 1.125rem;
    margin-bottom: 6px;
    font-weight: 600;
}
.trusted-card p {
  font-size: 13px;
  color: #666;
}

/* FAQ */
.faq-box {
    max-width: 62%;
    margin: auto;
}
.faq {
    margin-top: 65px;
}
.faq .section-heading {
    text-align: center;    margin-bottom: 24px;
}

.faq-box h3 {
  font-size: 18px;
  margin-bottom: 20px;
}

.faq-item {
    background: #fff;
    padding: 37px 31px;
    border-radius: 12px;
    display: flex;
    gap: 14px;
    align-items: flex-start;
    box-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    text-align: left;
    margin-bottom: 14px;
    float: left;
    width: 100%;
    border: 2px solid #E5E7EB;
}
.faq-item i {
    color: #2563eb;
    font-size: 16px;
    background: #1e6fe314;
    height: 32px;
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}

.faq-item h4 {
    font-size: 1.125rem;
    margin-bottom: 8px;
    color: #1A1A1A;
    font-weight: 500;    letter-spacing: 0.2px;
}
.faq-item p {
    font-size: 15px;
    color: #6b7280bf;
    margin-top: 6px;
}
.cta-section {
  background: #ffffff;
     padding: 113px 20px 65px;
}

.cta-box {
      width: 52%;
    margin: 0 auto;
    background: #0f2a4d;
    color: #ffffff;
    text-align: center;
    padding: 64px 20px;
    border-radius: 14px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}
.cta-box h2 {
    font-size: 2.25rem;
    margin-bottom: 25px;    letter-spacing: 1px;
    font-weight: 600;
}

.cta-box p {
    font-size: 18px;
    opacity: 0.9;
       margin-bottom: 32px;
    color: color-mix(in oklab, var(--color-white) 80%, transparent);
}

a.cta-btn {
    display: inline-block;
    background: #2563eb;
    color: #fff;
       padding: 16px 48px;
    border-radius: 8px;
    font-size: 19px;
    font-weight: 600;
    text-decoration: none;
}

.trust-section {
    background: #ffffff;
    padding-top: 30px;
    border-top: 1px solid #E5E7EB;
    padding-bottom: 80px;
}

.trust-container {
    display: flex;
    justify-content: center;
    gap: 100px;
}
.trust-item {
    display: flex;
    align-items: center;
    gap: 10px;
    
    
    font-weight: 600;
    font-size: 1rem;
    margin-top: 10px;
    color: #1A1A1A;
}

.trust-item i {
  color: #2563eb;
  font-size: 16px;
  background: #eef4ff;
  padding:16px;
  border-radius: 8px;
}

.footer-section {
    background: #ffffff;
    border-top: 1px solid #e5e7eb;
    padding: 90px 0;
    text-align: center;
    float: left;
    width: 100%;
}

.footer-content {
  
}

.footer-disclaimer {
    font-weight: 400;
    font-size: 14px;
    color: #777;    letter-spacing: 0.2px;
    margin-bottom: 20px;
}

.footer-links {
    display: flex;
    justify-content: center;
    gap: 18px;
    margin-bottom:30px;
    float: left;
    width: 100%;
}
.offer-card h4 {
    font-size: 22px;
    margin-bottom: 8px;
    width: 60%;
    color: #0b2545;
    font-weight: 600;
}
.footer-bottom {
    float: left;
    width: 100%;
    border-top: 1px solid #E5E7EB;
    padding-top: 20px;
}
.footer-bottom p {
    font-size: 15px;
    color: #777;
    line-height: 1.6;
}
.cards-header {
    background: #f5f7fb;
       padding: 77px 0px 40px;
    text-align: center;
    margin-top: 95px;
}

.cards-header h1 {
     font-size: 36px;
    margin-bottom: 16px;
    font-weight: 600;
    color: #1A1A1A;
}

.cards-header p {
    font-size: 18px;
    color: #6B7280;
    margin-bottom: 25px;
}
.sort-bar {
    font-size: 14px;
    color: #555;
    font-weight: 600;padding-left: 128px;
}
.sort-bar a {
    margin-left: 10px;
    color: #6b7280;
    text-decoration: none;
    font-weight: 400;    font-size: 16px;    margin-right: 30px;
}
.approv {
    padding: 17px 0px;
    border-bottom: 1px solid #99999924;
}
.sort-bar span i {
    padding-right: 8px;
}
.cards-info {
    padding: 64px 0px 33px;
    text-align: center;
}
.cards-info p {
    /* max-width: 700px; */
    margin: 0 auto;
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    width: 60%;
    font-weight: 400;
}

.featured-title {
    margin-top: 67px;
    font-size: 30px;
    font-weight: 600;
    float: left;
    width: 100%;
    letter-spacing: 1px;
}

.better {
    float: left;
    width: 100%;
    display: flex;
}
.offers-section {
    /* padding: 50px 20px 80px; */
    background: #ffffff;
}
.offers-section .container {
    max-width: 1010px;
}
.offers-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.offer-card {
    background: #fff;
    border-radius: 14px;
    padding: 40px;
    box-shadow: 0 10px 28px rgba(0,0,0,0.08);
    position: relative;
    text-align: left;
}
.offer-card h4 {
    font-size: 22px;
    margin-bottom: 8px;
    width: 60%;
    color: #0b2545;
    font-weight: 600;
    height: 84px;
}

.offer-card h3 {
    font-size: 24px;
    color: #1e6fe3;
    margin-bottom: 15px;
    font-weight: 600;
    margin-top: 13px;line-height: 31px;
}

.offer-card ul {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
    margin-top: 34px;
    height: 178px;
}
.offer-card li {
    font-size: 16px;
    color: #555;
    margin-bottom: 14px;
}

.offer-card li i {
  color: #22c55e;
  margin-right: 8px;
}

span.off-btn {
    display: inline-block;
    background: #2563eb;
    color: #fff;
    padding: 11px 18px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    width: 100%;
    text-align: center;
}

/* Recommended */
.recommended {
  border: 2px solid #22c55e;
}
.badge {
    position: absolute;
    top: 13px;
    right: 18px;
    background: #108053cc;
    color: #fff;
    font-size: 11px;
    padding: 12px 15px;
    border-radius: 20px;
}

.compare-offers {
  padding: 80px 0px;
  background: #ffffff;
}
.compare-offers .container {
    max-width: 985px;
}
.compare-offers h2 {
       text-align: center;
    font-size: 29px;
    margin-bottom: 32px;
    font-weight: 600;
    letter-spacing: 0.1px;
}
.offers-table {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
  overflow: hidden;
}

.table-head,
.table-row {
  display: grid;
     grid-template-columns: 2fr 1.4fr 2fr 1.1fr;
  align-items: center;
}

.table-head {
    background: #f3f6f9;
    font-weight: 600;
       padding: 16px 25px;
    color: #0a2540;
    font-size: 16px;
}

.table-row {
    padding: 17px 25px;
    border-bottom: 1px solid #eef1f4;
    font-size: 15px;
    font-weight: 500;
    color: #6B7280;
}

.table-row:last-child {
  border-bottom: none;
}

.rate {
  color: #2563eb;
  font-weight: 600;
}
a.btn.btn-primary {
    box-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
}
.btn {
    background: #2563eb;
    color: #fff;
    padding: 12px 21px;
    border-radius: 10px;
    font-size: 16px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: 0.3s ease;
    /* box-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1)); */
}

.btn:hover {
  background: #1e4fd8;
}
.back-link {
    display: block;
    text-align: center;
    margin-top: 35px;
    color: #000;
    text-decoration: none;
    font-size: 17px;
    margin-top: 125px;
    float: left;
    width: 100%;
}
.back-link i {
  margin-right: 6px;
}


.financial-guides {
  text-align: center;margin-top: 185px;
}

.financial-guides h2 {
font-size: 48px;
    margin-bottom: 24px;
    font-weight: 600;
    letter-spacing: 2px;
}

.financial-guides .subtitle {
  color: #6b7280;
  margin-bottom: 63px;
}

.guide-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
       width: 79%;
    margin: 0 auto;
}

.guide-box {
  display: flex; gap: 24px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 32px;
  text-align: left;    flex-wrap: wrap;
}
.guide-box-inner {
    width: 100%;
    display: flex;}
.guide-box .icon {
  width: 42px;
  height: 42px;
  background: #eef2ff;    margin: 0 15px 0 0;
  color: #2563eb;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
}

.guide-box h3 {
  font-size: 18px;
  margin-bottom: 20px;
}

.guide-box p {
  font-size: 16px;
  color: #6b7280;
  margin-bottom: 10px;
}

.guide-box span.finance-btn {
  color: #2563eb;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.guide-box a i {
  margin-left: 4px;
  font-size: 12px;
}

.financial-guides a.back-link {
    float: left;
    width: 100%;
    margin-bottom: 40px;
}

.privacy-policy {
  width:69%;
  margin: 0px auto;
}

.policy-box {
    background: #ffffff;
  border:1px solid #F2F4F7;
    border-radius: 12px;
    padding: 32px;
    margin-bottom: 16px;
    text-align: left;
    width: 100%;
    float: left;
}

.policy-box h3 {
     font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
  color: #111827;
}

.policy-box p,.policy-box.Disclaimer li {
  font-size: 16px;
  line-height: 1.6;
  color: #6b7280;
}
.policy-box p br {
    display: none;
}
.page-template-PrivacyPolicy .financial-guides h2 {  margin-bottom: 45px;}

.last-updated {
    background: #f9fafb;
    border-radius: 12px;
    padding: 24px;
    text-align: center;
    font-size: 14px;
    color: #6b7280;
    margin-top: 30px;
    float: left;
    width: 100%;
}
.policy-box.Disclaimer p,.policy-box.Disclaimer li {
    margin-bottom: 10px;
}
.policy-box.Disclaimer ul {
    float: left;
    width: 100%;
    list-style: disc;
    padding-left: 23px;
}
.gform_confirmation_message {
    color: green;
    font-size: 20px;
}
.search-result-data,#inner-page {
    margin-top: 100px;
}
.search-result-data h1.page-title, .search-result-data h2, .Not_found.text-center h2 {
    float: left;
    width: 100%;
    color: #000000 !important;
    font-size: 40px;
    margin-bottom: 0px;
    margin-bottom: 10px;
    font-weight: 500 !important;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.search-result-count.default-max-width, p.grey-text, .service-txt p {
    float: left;
    width: 100%;
    font-size: 19px;
    line-height: 32px;
    word-spacing: normal;
    color: #000000;
}
section.search-result-data ul li a {
    color: #000000;
    font-size: 19px;
    margin-bottom: 0px;
    /* font-family: robotomedium; */
    margin-top: 0;
    float: left;
    width: 100%;
    text-transform: uppercase;
    box-shadow: 0 0 8px 0 #999;
    padding: 20px;
    margin-top: 15px;
}
.defult_pages_content span.alignleft, .service-img {
    width: 45%;
    float: left;
    margin-right: 20px;
}
.defult_pages_content span.alignleft img, .service-img img {
    width: 100%;
}
.about_us_main p, .service-txt p {
    width: unset;
    float: unset;
    font-size: 20px;
    margin-bottom: 20px;
}
.page-not-link.grey-text a.btn {
    font-size: 20px;
    background: #000000;
    color: #fff;
}
.page-not-link.grey-text {
    color: #000000;
}
.alert.alert-info {
    float: left;
    width: 100%;
}
.defult_pages_content {
    margin-top: 100px;
}
.funding-btn {
      margin: -10px 0 0 20px;
}
ul#menu-quick-links {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
}
ul#menu-quick-links a {
    font-weight: 400;
    margin-right: 17px;
    color: #6B7280;
    font-size: 14px;letter-spacing: 0.2px;
}

.container {
    /*max-width: 1200px;*/max-width: 1265px;
    margin: auto;
}
.container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
   
    padding-inline: 1rem;
}