/* Centralized Styles for Digitalfincare */

.dfc-title-primary {
  color: var(--primary-color, #0056b3);
  margin-bottom: 20px;
}
.dfc-flex-item {
  flex: 1;
  min-width: 300px;
}
.dfc-flex-item-center {
  flex: 1;
  min-width: 300px;
  text-align: center;
}
.dfc-hero-img {
  max-width: 100%;
  height: auto;
  border-radius: 24px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  border: 8px solid #fff;
}
.dfc-p-text {
  color: #444;
  font-size: 1.05rem;
  line-height: 1.8;
}
.dfc-li-text {
  margin-bottom: 15px;
  font-size: 1.05rem;
  color: #444;
}
.dfc-flex-row {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: flex-start;
  margin-bottom: 50px;
}
.dfc-card-light {
  background-color: #f8f9fa;
  padding: 40px;
  border-radius: 20px;
}
.dfc-list-none {
  list-style-type: none;
  padding: 0;
}
.dfc-text-primary {
  color: var(--primary-color, #0056b3);
}
.dfc-mb-20 {
  margin-bottom: 20px;
}
.dfc-mb-10 {
  margin-bottom: 10px;
}
.dfc-p-intro {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #444;
  margin-bottom: 20px;
}
.dfc-style-1 {
  align-items: center;
}
.dfc-style-2 {
  color: var(--primary-color, #0056b3);
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 1.25rem;
}
.dfc-style-3 {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #444;
}
.dfc-style-4 {
  margin-top: 30px;
}
.dfc-style-5 {
  list-style-type: none;
  padding-left: 0;
}
.dfc-style-6 {
  margin-bottom: 15px;
  position: relative;
  padding-left: 30px;
  font-size: 1.05rem;
  color: #444;
}
.dfc-style-7 {
  position: absolute;
  left: 0;
  top: 2px;
  color: #28a745;
}
.dfc-style-8 {
  text-align: center;
  position: relative;
}
.dfc-style-9 {
  background-color: #fff3cd;
  color: #856404;
  padding: 20px;
  border-radius: var(--radius-md);
  border-left: 5px solid #ffc107;
  margin-bottom: 40px;
  font-weight: 600;
  text-align: center;
}
.dfc-style-10 {
  flex: 1.5;
}
.dfc-style-11 {
  padding: 40px;
  border: 1px solid var(--light-gray);
}
.dfc-style-12 {
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.dfc-style-13 {
  width: 100%;
  padding: 14px 18px;
  border: 2px solid var(--light-gray);
  border-radius: var(--radius-md);
}
.dfc-style-14 {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
.dfc-style-15 {
  background: var(--off-white);
  padding: 30px;
  border-radius: var(--radius-lg);
}
.dfc-style-16 {
  font-size: 0.938rem;
  margin-bottom: 20px;
  font-weight: 600;
}
.dfc-style-17 {
  list-style-type: none;
  padding-left: 0;
  font-size: 0.875rem;
  color: var(--dark-gray);
}
.dfc-style-18 {
  margin-bottom: 12px;
  position: relative;
  padding-left: 25px;
}
.dfc-style-19 {
  position: absolute;
  left: 0;
  color: var(--primary-color);
}
.dfc-style-20 {
  display: flex;
  align-items: center;
  gap: 10px;
}
.dfc-style-21 {
  width: auto;
}
.dfc-style-22 {
  margin-bottom: 0;
}
.dfc-style-23 {
  width: 100%;
}
.dfc-style-24 {
  background: var(--gradient-primary);
  color: white;
  padding: 40px;
  border-radius: var(--radius-xl);
  text-align: center;
}
.dfc-style-25 {
  color: white;
  margin-bottom: 20px;
}
.dfc-style-26 {
  margin-bottom: 30px;
}
.dfc-style-27 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.dfc-style-28 {
  font-size: 1.1rem;
}
.dfc-style-29 {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 30px;
}
.dfc-style-30 {
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: 10px;
}
.dfc-style-31 {
  font-style: italic;
  font-size: 0.9rem;
}
.dfc-style-32 {
  text-align: center;
  margin-top: 40px;
}
.dfc-style-33 {
  max-width: 100%;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-lg);
}
.dfc-style-34 {
  background-color: var(--off-white);
}
.dfc-style-35 {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.dfc-style-36 {
  background: white;
  padding: 25px;
  border-radius: var(--radius-lg);
  flex: 1;
  min-width: 250px;
  box-shadow: var(--shadow-sm);
  border-left: 5px solid var(--primary-color);
}
.dfc-style-37 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0;
}
.dfc-style-38 {
  overflow-x: auto;
}
.dfc-style-39 {
  width: 100%;
  border-collapse: collapse;
  background: white;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
}
.dfc-style-40 {
  background: var(--primary-color);
  color: white;
}
.dfc-style-41 {
  padding: 15px;
  text-align: left;
}
.dfc-style-42 {
  padding: 15px;
  border-bottom: 1px solid var(--light-gray);
}
.dfc-style-43 {
  background: #fff;
  padding: 50px;
  border-radius: var(--radius-xl);
  border: 2px solid #ff4d4d;
  position: relative;
  overflow: hidden;
}
.dfc-style-44 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #ff4d4d;
}
.dfc-style-45 {
  color: #ff4d4d;
  margin-bottom: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.dfc-style-46 {
  color: #ff4d4d;
  margin-bottom: 20px;
}
.dfc-style-47 {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #333;
  margin-bottom: 25px;
}
.dfc-style-48 {
  background: #fff5f5;
  padding: 30px;
  border-radius: var(--radius-lg);
  border-left: 5px solid #ff4d4d;
}
.dfc-style-49 {
  font-weight: 700;
  color: #d63031;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.dfc-style-50 {
  font-size: 2rem;
  font-weight: 800;
  color: #ff4d4d;
  margin-bottom: 10px;
}
.dfc-style-51 {
  font-weight: 600;
}
.dfc-style-52 {
  color: var(--primary-color, #0056b3);
  margin-top: 30px;
  margin-bottom: 20px;
}
.dfc-style-53 {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #444;
  margin-bottom: 20px;
}
.dfc-style-54 {
  margin-bottom: 15px;
  font-size: 1.05rem;
  color: #444;
  padding-left: 20px;
  position: relative;
}
.dfc-style-55 {
  position: absolute;
  left: 0;
  top: 0;
  color: var(--primary-color);
}
.dfc-style-56 {
  text-align: center;
}
.dfc-style-57 {
  margin-bottom: 32px;
  opacity: 0.9;
}
.dfc-style-58 {
  margin-bottom: 24px;
}
.dfc-style-59 {
  background-color: #fff3cd;
  padding: 40px;
  border-radius: 20px;
  border-left: 5px solid #ffc107;
}
.dfc-style-60 {
  margin-bottom: 15px;
  font-size: 1.05rem;
  color: #856404;
  padding-left: 20px;
  position: relative;
}
.dfc-style-61 {
  position: absolute;
  left: 0;
  top: 0;
}
.dfc-style-62 {
  border: 2px dashed var(--primary-color);
  padding: 30px;
  border-radius: 15px;
  text-align: center;
}
.dfc-style-63 {
  font-size: 1.1rem;
  color: #333;
  line-height: 2;
  margin-bottom: 0;
}
.dfc-style-64 {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
  margin-bottom: 50px;
}
.dfc-style-65 {
  color: var(--primary-color, #0056b3);
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 2rem;
}
.dfc-style-66 {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #666;
}
.dfc-style-67 {
  list-style-type: none;
  padding-left: 0;
  margin-top: 30px;
}
.dfc-style-68 {
  margin-bottom: 15px;
  position: relative;
  padding-left: 20px;
  font-size: 1.05rem;
  color: #444;
}
.dfc-style-69 {
  flex: 1;
  min-width: 300px;
  text-align: center;
  position: relative;
  position: sticky;
  top: 100px;
}
.dfc-style-70 {
  background-color: #f8f9fa;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
.dfc-style-71 {
  text-align: center;
  margin-bottom: 40px;
  color: var(--primary-color, #0056b3);
}
.dfc-style-72 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}
.dfc-style-73 {
  background: #fff;
  padding: 25px;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
  border-left: 5px solid #28a745;
}
.dfc-style-74 {
  color: #333;
  margin-bottom: 15px;
}
.dfc-style-75 {
  color: #666;
  font-size: 0.95rem;
  margin-bottom: 0;
}
.dfc-style-76 {
  background: #fff;
  padding: 25px;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
  border-left: 5px solid #0056b3;
}
.dfc-style-77 {
  background: #fff;
  padding: 25px;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
  border-left: 5px solid #ffc107;
}
.dfc-style-78 {
  background: #fff;
  padding: 25px;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
  border-left: 5px solid #17a2b8;
}
.dfc-style-79 {
  background: #fff;
  padding: 25px;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
  border-left: 5px solid #6f42c1;
}
.dfc-style-80 {
  background: #fff;
  padding: 25px;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
  border-left: 5px solid #dc3545;
}
.dfc-style-81 {
  max-width: 800px;
  margin: 0 auto;
  padding-top: 30px;
}
.dfc-style-82 {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #444;
  font-style: italic;
}
.dfc-style-83 {
  grid-column: span 2;
}
.dfc-style-84 {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #444;
}
.dfc-style-85 {
  flex: 1;
  min-width: 300px;
  text-align: center;
  position: sticky;
  top: 100px;
}
.dfc-style-86 {
  list-style-type: disc;
  padding-left: 20px;
  margin-top: 15px;
  margin-bottom: 20px;
}
.dfc-style-87 {
  margin-bottom: 10px;
  font-size: 1.05rem;
  color: #444;
}
.dfc-style-88 {
  color: #444;
  font-size: 1.05rem;
  line-height: 1.8;
  margin-bottom: 20px;
}
.dfc-style-89 {
  color: #444;
  font-size: 1.05rem;
  line-height: 1.8;
  margin-top: 20px;
}
.dfc-style-90 {
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 20px;
}
.dfc-style-91 {
  color: #444;
  font-size: 1.05rem;
  line-height: 1.8;
  margin-bottom: 15px;
}
.dfc-style-92 {
  background-color: #f8f9fa;
  padding: 40px;
  border-radius: 20px;
  border-left: 5px solid var(--primary-color, #0056b3);
}
.dfc-style-93 {
  list-style-type: none;
  padding: 0;
  color: #333;
  font-size: 1.1rem;
  line-height: 2;
  margin-bottom: 20px;
}
.dfc-style-94 {
  list-style-type: disc;
  padding-left: 20px;
  color: #444;
  margin-bottom: 20px;
}
.dfc-style-95 {
  margin-bottom: 10px;
  font-size: 1.05rem;
}
.dfc-style-96 {
  margin-bottom: 15px;
  font-size: 1.05rem;
  color: #444;
  padding-left: 20px;
  border-left: 3px solid var(--primary-color);
}
.dfc-style-97 {
  color: var(--primary-color, #0056b3);
  margin-bottom: 15px;
}
.dfc-style-98 {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #444;
  margin-top: 20px;
  font-style: italic;
}
.dfc-style-99 {
  margin-bottom: 20px;
  color: var(--primary-color, #0056b3);
}
.dfc-style-100 {
  color: #666;
  font-size: 1.05rem;
  margin-bottom: 20px;
}
.dfc-style-101 {
  background: #fff;
  padding: 25px;
  border-radius: 15px;
  border-left: 5px solid #28a745;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
}
.dfc-style-102 {
  list-style-type: none;
  padding: 0;
  margin: 0;
  color: #333;
  font-size: 1.1rem;
  line-height: 2;
}
.dfc-style-103 {
  color: #dc3545;
  font-size: 1.05rem;
  line-height: 1.8;
  font-weight: 600;
}
.dfc-style-104 {
  background-color: #fff3cd;
  padding: 30px;
  border-radius: 15px;
  border-left: 5px solid #ffc107;
}
.dfc-style-105 {
  color: #856404;
  margin-bottom: 20px;
}
.dfc-style-106 {
  color: #856404;
  font-size: 1.05rem;
  line-height: 1.8;
}
.dfc-style-107 {
  color: #444;
  font-weight: 500;
  font-size: 1.3rem;
  margin-bottom: 20px;
}
.dfc-style-108 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
}
.dfc-style-109 {
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  border-top: 4px solid #0056b3;
}
.dfc-style-110 {
  color: #333;
  margin-bottom: 15px;
  font-weight: 600;
}
.dfc-style-111 {
  color: #666;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 0;
}
.dfc-style-112 {
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  border-top: 4px solid #e83e8c;
}
.dfc-style-113 {
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  border-top: 4px solid #28a745;
}
.dfc-style-114 {
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  border-top: 4px solid #17a2b8;
}
.dfc-style-115 {
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  border-top: 4px solid #ffc107;
}
.dfc-style-116 {
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  border-top: 4px solid #6c757d;
}
.dfc-style-117 {
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  border-top: 4px solid #fd7e14;
}
.dfc-style-118 {
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  border-top: 4px solid #dc3545;
}
.dfc-style-119 {
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  border-top: 4px solid #6f42c1;
}
.dfc-style-120 {
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  border-top: 4px solid #20c997;
}
.dfc-style-121 {
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  border-top: 4px solid #d63384;
}
.dfc-style-122 {
  list-style-type: disc;
  padding-left: 20px;
  color: #856404;
}
.dfc-style-123 {
  list-style-type: disc;
  padding-left: 20px;
}
.dfc-style-124 {
  list-style-type: lower-alpha;
  padding-left: 20px;
}
.dfc-style-125 {
  padding-left: 20px;
}
.dfc-style-126 {
  color: var(--primary-color);
  font-weight: 600;
}
