:root {
  --bodyFont: "Inter", sans-serif;
  --titleFont: "Inter", sans-serif;
  --btnFont: "Public Sans", sans-serif;
  --primaryColor: #003C30;
  --secondaryColor: #EFFF3D;
  --bodyColor: #666666;
  --whiteColor: #FFFFFF;
  --blackColor: #161616;
  --titleColor: #003C30;
  --borderColor: #CCD8D6;
  --inputbgColor: #F6F6F6;
  --softbgColor: #EBECE3;
  --transition: 0.4s all ease;
}

.tp-loans--style2 .tp-loans-modern-vertical-card {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  transition: all 0.3s ease;
  border: 1px solid #f3f4f6;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.tp-loans--style2 .tp-loans-modern-vertical-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.tp-loans--style2 .tp-loans-card-top {
  position: relative;
  height: 160px;
  background: #f9fafb;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.tp-loans--style2 .tp-loans-card-top .tp-loans-image {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tp-loans--style2 .tp-loans-card-top .tp-loans-image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.tp-loans--style2 .tp-loans-rating-badge {
  position: absolute;
  bottom: -15px;
  right: 20px;
  background: #10b981;
  color: #fff;
  padding: 6px 14px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 14px;
  box-shadow: 0 4px 10px rgba(16, 185, 129, 0.3);
  display: flex;
  align-items: center;
  gap: 6px;
}
.tp-loans--style2 .tp-loans-rating-badge i {
  font-size: 12px;
  color: #fbbf24;
}
.tp-loans--style2 .tp-loans-card-content {
  padding: 30px 24px 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.tp-loans--style2 .tp-loans-tagline {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #3b82f6;
  font-weight: 700;
  margin-bottom: -5px;
}
.tp-loans--style2 .tp-loans-title {
  font-size: 20px;
  font-weight: 800;
  margin: 0;
  line-height: 1.4;
}
.tp-loans--style2 .tp-loans-title a {
  color: #1f2937;
  text-decoration: none;
}
.tp-loans--style2 .tp-loans-title a:hover {
  color: #3b82f6;
}
.tp-loans--style2 .tp-loans-description {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.6;
}
.tp-loans--style2 .tp-loans-features-grid {
  list-style: none;
  padding: 0;
  margin: 10px 0 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.tp-loans--style2 .tp-loans-features-grid li {
  font-size: 13px;
  color: #1f2937;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
}
.tp-loans--style2 .tp-loans-features-grid li i {
  color: #10b981;
  font-size: 14px;
}
.tp-loans--style2 .tp-loans-card-footer {
  padding: 0 24px 24px;
  border-top: none;
}
.tp-loans--style2 .tp-loans-actions {
  display: flex;
  gap: 12px;
  margin-bottom: 12px;
}
.tp-loans--style2 .tp-loans-btn-primary {
  flex-grow: 1;
}
.tp-loans--style2 .tp-loans-btn-primary a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #3b82f6;
  color: #fff;
  padding: 12px 20px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  transition: all 0.3s ease;
}
.tp-loans--style2 .tp-loans-btn-primary a:hover {
  background: #0b63f3;
  box-shadow: 0 6px 15px rgba(59, 130, 246, 0.3);
}
.tp-loans--style2 .tp-loans-btn-secondary a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border: 2px solid #f3f4f6;
  border-radius: 12px;
  color: #1f2937;
  text-decoration: none;
  transition: all 0.3s ease;
}
.tp-loans--style2 .tp-loans-btn-secondary a:hover {
  border-color: #3b82f6;
  color: #3b82f6;
  background: rgba(59, 130, 246, 0.05);
}
.tp-loans--style2 .tp-loans-terms {
  font-size: 10px;
  color: #6b7280;
  text-align: center;
  font-weight: 500;
}

.loans-item {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
.loans-item .loans-content {
  display: flex;
  flex-direction: column;
}
.loans-item .image-part {
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
.loans-item .image-part img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.loans-item .image-part .meta_category {
  position: absolute;
  z-index: 1;
}
.loans-item .image-part.yes::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.5;
  z-index: 1;
}

.loans-meta {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.loans-meta .meta-item {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.loans-meta .meta-item span {
  display: block;
}

.icon {
  display: inline-block;
  line-height: 1;
  text-align: center;
}
.icon i {
  width: 1em;
  height: 1em;
  display: block;
  line-height: 1;
}
.icon i::before {
  margin-left: 0;
  margin-right: 0;
}
.icon svg {
  display: block;
  line-height: 1;
  width: 15px;
}

.loans-content-bottom {
  display: flex;
  align-items: center;
  flex-direction: row;
}

.loans-content .meta_author {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.loans-content .btn-part {
  display: flex;
}
.loans-content .btn-part a {
  display: flex;
  align-items: center;
  transition: all 0.4s linear;
}

.meta_category {
  display: flex;
  align-items: center;
  width: max-content;
}

.tp-loans-category-yes .category_space_between {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.loans-content-top.category_space_between {
  display: flex;
  flex-direction: column;
}

.tp-loans--style5 .loans-item .image-part {
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.loans-meta .meta-item::after {
  content: "";
  display: inline-block;
}

.tp-loans--style3 .tp-loans-minimal-glass-card {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 20px;
  padding: 0;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}
.tp-loans--style3 .tp-loans-minimal-glass-card:hover {
  transform: scale(1.02);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  background: rgba(255, 255, 255, 0.9);
}
.tp-loans--style3 .tp-loans-card-inner {
  padding: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
.tp-loans--style3 .tp-loans-content-side {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.tp-loans--style3 .tp-loans-header {
  display: flex;
  align-items: center;
  gap: 16px;
}
.tp-loans--style3 .tp-loans-logo {
  width: 60px;
  height: 60px;
  padding: 10px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}
.tp-loans--style3 .tp-loans-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.tp-loans--style3 .tp-loans-tagline {
  font-size: 10px;
  font-weight: 800;
  color: #6366f1;
  background: rgba(99, 102, 241, 0.1);
  padding: 2px 10px;
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 4px;
  text-transform: uppercase;
}
.tp-loans--style3 .tp-loans-title {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}
.tp-loans--style3 .tp-loans-title a {
  color: #1e293b;
  text-decoration: none;
}
.tp-loans--style3 .tp-loans-title a:hover {
  color: #6366f1;
}
.tp-loans--style3 .tp-loans-description {
  font-size: 13px;
  color: #64748b;
  line-height: 1.5;
}
.tp-loans--style3 .tp-loans-features-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 4px;
}
.tp-loans--style3 .tp-loans-feature-pill {
  font-size: 11px;
  background: #fff;
  border: 1px solid #e2e8f0;
  padding: 4px 12px;
  border-radius: 50px;
  color: #1e293b;
  font-weight: 600;
}
.tp-loans--style3 .tp-loans-stats-side {
  width: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  border-left: 1px solid #f1f5f9;
  padding-left: 24px;
}
.tp-loans--style3 .tp-loans-rating-circle {
  text-align: center;
}
.tp-loans--style3 .tp-loans-rating-circle .circular-chart {
  display: block;
  margin: 0 auto;
  max-width: 70px;
  max-height: 70px;
}
.tp-loans--style3 .tp-loans-rating-circle .circle-bg {
  fill: none;
  stroke: #f1f5f9;
  stroke-width: 3.8;
}
.tp-loans--style3 .tp-loans-rating-circle .circle {
  fill: none;
  stroke-width: 2.8;
  stroke-linecap: round;
  stroke: #6366f1;
  transition: stroke-dasharray 0.3s ease;
}
.tp-loans--style3 .tp-loans-rating-circle .percentage {
  fill: #1e293b;
  font-size: 9px;
  font-weight: 800;
  text-anchor: middle;
}
.tp-loans--style3 .tp-loans-rating-circle .tp-loans-rating-label {
  font-size: 10px;
  font-weight: 700;
  color: #64748b;
  display: block;
  margin-top: 5px;
}
.tp-loans--style3 .tp-loans-btn-glass {
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #6366f1;
  color: #fff;
  padding: 10px 18px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 13px;
  text-decoration: none;
  box-shadow: 0 4px 15px rgba(99, 102, 241, 0.3);
  transition: all 0.3s ease;
}
.tp-loans--style3 .tp-loans-btn-glass:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(99, 102, 241, 0.4);
  background: #7a7df3;
}
.tp-loans--style3 .tp-loans-terms-bar {
  background: rgba(0, 0, 0, 0.02);
  padding: 8px 24px;
  font-size: 10px;
  color: #94a3b8;
  border-top: 1px solid rgba(0, 0, 0, 0.03);
}

.tp-loans--style4 .tp-loans-gradient-accent-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  border: 1px solid #eee;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease;
}
.tp-loans--style4 .tp-loans-gradient-accent-card:hover {
  transform: translateY(-8px);
}
.tp-loans--style4 .tp-loans-card-header {
  padding: 24px;
  background: #f8f9fa;
  display: flex;
  align-items: center;
  gap: 24px;
  border-bottom: 2px solid #eee;
  position: relative;
}
.tp-loans--style4 .tp-loans-card-header::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 80px;
  height: 2px;
  background: linear-gradient(to right, #ff416c, #ff4b2b);
}
.tp-loans--style4 .tp-loans-rating-big {
  background: linear-gradient(135deg, #ff416c, #ff4b2b);
  color: #fff;
  width: 80px;
  height: 80px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 8px 16px rgba(255, 65, 108, 0.3);
}
.tp-loans--style4 .tp-loans-rating-big .num {
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
}
.tp-loans--style4 .tp-loans-rating-big .stars {
  font-size: 8px;
  margin-top: 4px;
  display: flex;
  gap: 2px;
}
.tp-loans--style4 .tp-loans-header-main {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1;
}
.tp-loans--style4 .tp-loans-thumb {
  width: 80px;
  height: 60px;
  background: #fff;
  padding: 8px;
  border-radius: 8px;
  border: 1px solid #ddd;
}
.tp-loans--style4 .tp-loans-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.tp-loans--style4 .tp-loans-titles {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.tp-loans--style4 .tp-loans-tag {
  font-size: 11px;
  font-weight: 700;
  color: #ff416c;
}
.tp-loans--style4 .tp-loans-title {
  font-size: 18px;
  font-weight: 800;
  margin: 0;
}
.tp-loans--style4 .tp-loans-title a {
  color: #2d3436;
  text-decoration: none;
}
.tp-loans--style4 .tp-loans-title a:hover {
  color: #ff4b2b;
}
.tp-loans--style4 .tp-loans-card-body {
  padding: 24px;
  flex: 1;
}
.tp-loans--style4 .tp-loans-text {
  font-size: 14px;
  color: #636e72;
  line-height: 1.6;
  margin-bottom: 20px;
}
.tp-loans--style4 .tp-loans-features-2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.tp-loans--style4 .tp-loans-features-2col .feat-item {
  font-size: 13px;
  font-weight: 600;
  color: #2d3436;
  display: flex;
  align-items: center;
  gap: 8px;
}
.tp-loans--style4 .tp-loans-features-2col .feat-item i {
  color: #ff4b2b;
  font-size: 10px;
}
.tp-loans--style4 .tp-loans-card-bottom {
  padding: 20px 24px;
  background: #fdfdfd;
  border-top: 1px solid #f1f1f1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tp-loans--style4 .tp-loans-legal {
  font-size: 10px;
  color: #b2bec3;
  font-style: italic;
}
.tp-loans--style4 .tp-loans-btn-gradient {
  background: linear-gradient(to right, #ff416c, #ff4b2b);
  color: #fff;
  padding: 10px 24px;
  border-radius: 50px;
  font-weight: 800;
  font-size: 14px;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(255, 65, 108, 0.2);
  transition: all 0.3s ease;
}
.tp-loans--style4 .tp-loans-btn-gradient:hover {
  box-shadow: 0 6px 16px rgba(255, 65, 108, 0.4);
  transform: scale(1.05);
}

.tp-loans--style5 .tp-loans-dark-neo-card {
  background: #121212;
  border: 2px solid #ffffff;
  border-radius: 4px;
  padding: 30px;
  box-shadow: 10px 10px 0px #f9d71c;
  transition: all 0.2s ease;
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 100%;
}
.tp-loans--style5 .tp-loans-dark-neo-card:hover {
  transform: translate(-4px, -4px);
  box-shadow: 14px 14px 0px #f9d71c;
}
.tp-loans--style5 .tp-loans-card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tp-loans--style5 .tp-loans-logo-box {
  width: 80px;
  height: 80px;
  background: #fff;
  padding: 8px;
  border: 2px solid #ffffff;
  transform: rotate(-3deg);
}
.tp-loans--style5 .tp-loans-logo-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.tp-loans--style5 .tp-loans-rating-neo {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 2px solid #f9d71c;
  padding: 8px 16px;
  transform: rotate(5deg);
}
.tp-loans--style5 .tp-loans-rating-neo .val {
  font-size: 28px;
  font-weight: 900;
  color: #f9d71c;
  line-height: 1;
}
.tp-loans--style5 .tp-loans-rating-neo .label {
  font-size: 10px;
  font-weight: 800;
  color: #ffffff;
}
.tp-loans--style5 .tp-loans-card-main {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.tp-loans--style5 .tp-loans-neo-tag {
  font-size: 11px;
  font-weight: 900;
  color: #121212;
  background: #f9d71c;
  display: inline-block;
  padding: 2px 12px;
  width: fit-content;
  text-transform: uppercase;
}
.tp-loans--style5 .tp-loans-title {
  font-size: 24px;
  font-weight: 900;
  margin: 0;
}
.tp-loans--style5 .tp-loans-title a {
  color: #ffffff;
  text-decoration: none;
}
.tp-loans--style5 .tp-loans-title a:hover {
  color: #f9d71c;
  text-decoration: underline;
}
.tp-loans--style5 .tp-loans-desc {
  font-size: 14px;
  color: #a0a0a0;
  line-height: 1.5;
}
.tp-loans--style5 .tp-loans-neo-features {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.tp-loans--style5 .tp-loans-neo-features .neo-feat {
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 10px;
}
.tp-loans--style5 .tp-loans-neo-features .neo-feat span {
  color: #f9d71c;
  font-size: 20px;
  line-height: 0;
}
.tp-loans--style5 .tp-loans-card-bottom {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.tp-loans--style5 .tp-loans-btn-neo {
  background: #ffffff;
  color: #121212;
  padding: 14px 30px;
  text-align: center;
  font-weight: 900;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  transition: all 0.2s ease;
}
.tp-loans--style5 .tp-loans-btn-neo:hover {
  background: #f9d71c;
  border-color: #f9d71c;
  transform: skewX(-5deg);
}
.tp-loans--style5 .tp-loans-legal-neo {
  font-size: 10px;
  color: #a0a0a0;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.tp-loans--style1 .tp-loans-modern-card {
  background: #FFFFFF;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: all 0.3s ease;
  height: 100%;
}
.tp-loans--style1 .tp-loans-modern-card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}
.tp-loans--style1 .tp-loans-card-inner {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 28px;
  height: 100%;
}
.tp-loans--style1 .tp-loans-left-section {
  flex-shrink: 0;
  width: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 20px;
  background: #F5F6F7;
  border-radius: 8px;
}
.tp-loans--style1 .tp-loans-right-wrapper-section {
  display: flex;
  justify-content: space-between;
  flex: 1;
  width: 100%;
}
.tp-loans--style1 .tp-loans-logo {
  width: 100%;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  border-radius: 8px;
  padding: 16px;
}
.tp-loans--style1 .tp-loans-logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.tp-loans--style1 .tp-loans-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.tp-loans--style1 .tp-loans-rating-box {
  text-align: center;
}
.tp-loans--style1 .tp-loans-rating-number {
  font-size: 32px;
  font-weight: 700;
  color: #2C3E50;
  line-height: 1;
  margin-bottom: 8px;
  border: 3px solid #2C3E50;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 8px;
}
.tp-loans--style1 .tp-loans-star-rating {
  display: flex;
  gap: 4px;
  justify-content: center;
  margin-bottom: 6px;
}
.tp-loans--style1 .tp-loans-star-rating i {
  color: #F39C12;
  font-size: 16px;
}
.tp-loans--style1 .tp-loans-rating-text {
  font-size: 13px;
  color: #546E7A;
  font-weight: 500;
}
.tp-loans--style1 .tp-loans-middle-section {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
  border-right: 1px dashed #E0E0E0;
  padding-right: 24px;
}
.tp-loans--style1 .tp-loans-title {
  margin: 0 0 4px 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  color: #2C3E50;
}
.tp-loans--style1 .tp-loans-title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}
.tp-loans--style1 .tp-loans-title a:hover {
  color: #095D52;
}
.tp-loans--style1 .tp-loans-tagline {
  font-size: 14px;
  color: #095D52;
  font-weight: 600;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.tp-loans--style1 .tp-loans-subtitle {
  font-size: 15px;
  color: #546E7A;
  margin-bottom: 8px;
}
.tp-loans--style1 .tp-loans-features-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.tp-loans--style1 .tp-loans-features-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  color: #37474F;
  font-weight: 500;
}
.tp-loans--style1 .tp-loans-check-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #095D52;
}
.tp-loans--style1 .tp-loans-check-icon svg {
  width: 20px;
  height: 20px;
  display: block;
}
.tp-loans--style1 .tp-loans-right-section {
  flex-shrink: 0;
  width: 280px;
  padding-left: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: stretch;
}
.tp-loans--style1 .tp-loans-btn-primary,
.tp-loans--style1 .tp-loans-btn-secondary {
  width: 100%;
}
.tp-loans--style1 .tp-loans-btn-primary a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 24px;
  background: #095D52;
  color: #FFFFFF;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.3s ease;
  border: 2px solid #095D52;
}
.tp-loans--style1 .tp-loans-btn-primary a:hover {
  background: #074239;
  border-color: #074239;
  transform: translateX(2px);
}
.tp-loans--style1 .tp-loans-btn-primary a:hover .tp-loans-btn-icon {
  transform: translateX(4px);
}
.tp-loans--style1 .tp-loans-btn-secondary a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 24px;
  background: #FFFFFF;
  color: #095D52;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.3s ease;
  border: 2px solid #095D52;
}
.tp-loans--style1 .tp-loans-btn-secondary a:hover {
  background: #F5F6F7;
  transform: translateX(2px);
}
.tp-loans--style1 .tp-loans-btn-secondary a:hover .tp-loans-btn-icon {
  transform: translateX(4px);
}
.tp-loans--style1 .tp-loans-btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}
.tp-loans--style1 .tp-loans-btn-icon svg {
  width: 16px;
  height: 16px;
}
.tp-loans--style1 .tp-loans-terms {
  text-align: center;
  font-size: 11px;
  color: #78909C;
  margin-top: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.tp-loans--style1 .tp-loans-terms span {
  color: #095D52;
}
@media (max-width: 1199px) {
  .tp-loans--style1 .tp-loans-card-inner {
    gap: 20px;
    padding: 24px;
  }
  .tp-loans--style1 .tp-loans-left-section {
    width: 220px;
  }
  .tp-loans--style1 .tp-loans-right-section {
    width: 220px;
  }
  .tp-loans--style1 .tp-loans-title {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .tp-loans--style1 .tp-loans-card-inner {
    flex-direction: column;
    gap: 24px;
  }
  .tp-loans--style1 .tp-loans-left-section {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    padding: 16px;
  }
  .tp-loans--style1 .tp-loans-logo {
    width: 120px;
    height: 100px;
  }
  .tp-loans--style1 .tp-loans-middle-section {
    border-right: 1px dashed #E0E0E0;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .tp-loans--style1 .tp-loans-right-wrapper-section {
    flex-direction: column;
  }
  .tp-loans--style1 .tp-loans-middle-section {
    border-right: none;
    border-bottom: 1px dashed #E0E0E0;
    padding-bottom: 20px;
    padding-right: 0;
  }
  .tp-loans--style1 .tp-loans-right-section {
    padding-top: 25px;
    width: 100%;
    padding-left: 0;
  }
  .tp-loans--style1 .tp-loans-card-inner {
    padding: 20px;
  }
  .tp-loans--style1 .tp-loans-left-section {
    flex-direction: column;
  }
  .tp-loans--style1 .tp-loans-logo {
    width: 100%;
    height: 100px;
  }
  .tp-loans--style1 .tp-loans-title {
    font-size: 18px;
  }
  .tp-loans--style1 .tp-loans-features-list li {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .tp-loans--style1 .tp-loans-card-inner {
    padding: 16px;
    gap: 16px;
  }
  .tp-loans--style1 .tp-loans-left-section {
    padding: 12px;
    gap: 12px;
  }
  .tp-loans--style1 .tp-loans-rating-number {
    width: 60px;
    height: 60px;
    font-size: 28px;
  }
  .tp-loans--style1 .tp-loans-title {
    font-size: 16px;
  }
  .tp-loans--style1 .tp-loans-subtitle,
  .tp-loans--style1 .tp-loans-features-list li {
    font-size: 13px;
  }
  .tp-loans--style1 .tp-loans-btn-primary a,
  .tp-loans--style1 .tp-loans-btn-secondary a {
    padding: 12px 20px;
    font-size: 14px;
  }
}
.tp-loans--style1 .swiper-slide .tp-loans-modern-card {
  margin: 4px;
}
[dir=rtl] .tp-loans--style1 .tp-loans-card-inner {
  direction: rtl;
}
[dir=rtl] .tp-loans--style1 .tp-loans-middle-section {
  border-right: none;
  border-left: 1px dashed #E0E0E0;
  padding-right: 0;
  padding-left: 24px;
}
[dir=rtl] .tp-loans--style1 .tp-loans-btn-primary a:hover,
[dir=rtl] .tp-loans--style1 .tp-loans-btn-secondary a:hover {
  transform: translateX(-2px);
}
[dir=rtl] .tp-loans--style1 .tp-loans-btn-primary a:hover .tp-loans-btn-icon,
[dir=rtl] .tp-loans--style1 .tp-loans-btn-secondary a:hover .tp-loans-btn-icon {
  transform: translateX(-4px) scaleX(-1);
}

/*# sourceMappingURL=loans.css.map */
