@import "https://fonts.googleapis.com/css2?family=Wix+Madefor+Text:ital,wght@0,400..800;1,400..800&amp;display=swap";

body {
  font-family: "Wix Madefor Text", sans-serif;
  font-size: 14px;
  background-color: #fff;
  color: #6c757d;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Wix Madefor Text", sans-serif;
  font-weight: 600;
}

h3 {
  line-height: 30px;
  font-size: 21px;
}

a {
  text-decoration: none !important;
  outline: none;
}

p {
  line-height: 1.6;
  font-size: 15px;
}

.section {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-sm {
  position: relative;
  padding-top: 25px;
  padding-bottom: 25px;
}

/* our css starts*/
.flip-card {
  background-color: transparent;
  width: 100%;
  height: 100px;
  perspective: 1000px;
  border-radius:5px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  border-radius:5px;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 5px;
}

.flip-card-front {
  background-color: #bbb;
  color: black;
}

.flip-card-back {
  background-color: #2980b9;
  color: white;
  transform: rotateY(180deg);
}

.flip-h3x {
font-size: 12px;
line-height: 17px;
margin-bottom: 15px;
padding-top: 10px;
box-sizing: border-box;
}

.flip-px {
font-size: 9px;
line-height: 2px;
}


/* our css ends */

.bg-gradient-hero {
  background-image: linear-gradient(225deg, #E3FDF5 0%, #FFE6FA 100%);
  /* background: linear-gradient(to right, rgb(55, 65, 81), rgb(17, 24, 39), rgb(0, 0, 0)); */
}

.bg-light {
  background-color: #f8fafb !important;
}

.bg-shape {
  position: absolute;
  bottom: -1px;
  left: 0px;
  right: 0px;
}

.bg-shape img {
  width: 100%;
}

.btn,
label,
.badge {
  font-family: "Wix Madefor Text", sans-serif;
  font-weight: 600;
}

.back-to-top {
  width: 30px;
  height: 30px;
  position: fixed;
  bottom: 10px;
  right: 20px;
  display: none;
  text-align: center;
  z-index: 10000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #007aff;
  transition: all 0.5s;
}

.back-to-top i {
  color: #fff;
  font-size: 22px;
  display: block;
  line-height: 30px;
}

.navbar-custom {
  padding: 20px 0px;
  width: 100%;
  border-radius: 0px;
  z-index: 999;
  margin-bottom: 0px;
  position: absolute;
  transition: all 0.5s ease-in-out;
}

.nav-pills>a {
  border-radius: 30px !important;
  padding: 0.6rem 1.5rem;
  font-size: 16px;
  font-family: "Wix Madefor Text", sans-serif;
  margin: 0 5px;
  font-weight: 700;
  color: #5f6b7b;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff;
  background-color: #007aff !important;
}

.badge {
  font-family: "Wix Madefor Text", sans-serif;
}

.topnav {
  box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.15);
  z-index: 1;
}

.bg-home {
  position: relative;
  padding: 140px 0px;
}

.home-center {
  display: table;
  width: 100%;
  height: 100%;
}

.home-desc-center {
  display: table-cell;
  vertical-align: middle;
}

.home-title .home-desc {
  max-width: 605px;
  font-size: 16px;
}

.home-title .subscribe input {
  padding: 10px 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  height: 43px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.1);
}

.home-title .subscribe input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.home-title .subscribe input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.home-title .subscribe input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.home-title .subscribe input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.home-title .subscribe .btn {
  min-height: 43px;
}

.home-title .subscribe .form-control:focus {
  outline: 0;
  box-shadow: none;
}

.home-first-img {
  position: relative;
  z-index: 2;
  max-width: 300px;
}

.home-second-img {
  position: absolute;
  max-width: 250px;
  top: 50%;
  transform: translateY(-50%);
  left: 61px;
  right: 0px;
  z-index: 1;
  opacity: 0.8;
}

.home-third-img {
  position: absolute;
  right: 0px;
  max-width: 200px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.7;
}

.clients {
  position: relative;
  top: -70px;
  box-shadow: 0 10px 35px 0 rgba(154, 161, 171, 0.1);
  border-radius: 8px;
  margin-bottom: -70px;
}

.clients .client-images img {
  margin: 10px auto;
  opacity: 0.7;
}

.changlog-list {
  margin-bottom: 50px;
}

.changlog-list li {
  line-height: 28px;
}

.sub-header {
  font-size: 14px;
}

.hero-img {
  object-fit: cover;
  height: 450px;
  width: 100%;
  object-position: 61% 0%;
}

.demo-box {
  padding: 10px;
  text-align: center;
  position: relative;
  background-color: #fff;
  margin-top: 30px;
  box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.15);
  border: 1px solid #eee;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}

.de-box {
  padding: 10px;
  /*text-align: center;
  position: relative;*/
  background-color: #fff;
  margin-top: 30px;
  box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.15);
  border: 1px solid #eee;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}

.demo-box img {
  border-radius: 8px;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
}

.demo-box:hover .demo-overlay {
  opacity: 1;
}

.demo-box:hover {
  transform: translateY(-7px);
}

.demo-box img {
  width: 100%;
  height: auto;
  background-color: #fff;
  position: relative;
  top: 0;
}

.demo-box>a {
  opacity: 1;
}

.demo-box-title {
  margin-top: 20px;
  font-size: 16px;
}

.sub-title {
  font-size: 13px;
  color: #7a7d84;
  font-family: "Wix Madefor Text", sans-serif;
}

.section-demo-light .demo-box {
  background-color: #e3e6ec;
}

.demo-overlay {
  position: absolute;
  background-color: rgba(60, 70, 80, 0.5);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 3px;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.demo-overlay .demo-btn {
  top: 50%;
  margin-top: -19px;
  position: relative;
}

.demo-overlay .demo-btn .btn {
  padding: 0.45rem 1.1rem;
}

.faq-question-q-box {
  height: 30px;
  width: 30px;
  color: #007aff;
  text-align: center;
  border-radius: 50%;
  float: left;
  font-weight: 700;
  line-height: 30px;
  background-color: rgba(0, 122, 255, 0.15);
}

.faq-question {
  margin-top: 0;
  margin-left: 50px;
  font-size: 16px;
  line-height: 24px;
}

.faq-answer {
  margin-left: 50px;
  font-size: 14.5px;
}

.testi-box .testi-desc {
  position: relative;
  background-color: #f1f5f7;
  border-radius: 5px;
}

.testi-box .testi-desc:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background: #f1f5f7;
  bottom: -6px;
  left: 48px;
  transform: rotate(45deg);
}

.testi-box .testi-img .user-icons {
  height: 48px;
  width: 48px;
  background-color: #f1f5f7;
  color: #0a0a0a;
  text-align: center;
  font-family: "Wix Madefor Text", sans-serif;
  font-weight: 700;
  line-height: 48px;
  border-radius: 50%;
}

.testi-box h5 {
  margin-top: 7px;
}

.custom-form {
  box-shadow: 0 10px 35px 0 rgba(154, 161, 171, 0.1);
  border-radius: 8px;
}

.custom-form .form-group {
  margin-bottom: 1.5rem;
}

.custom-form .form-group .form-control {
  height: 43px;
}

.custom-form .form-group textarea.form-control {
  height: auto;
}

.error {
  margin: 8px 0px;
  display: none;
  color: #d03f3f;
}

#ajaxsuccess {
  font-size: 16px;
  width: 100%;
  display: none;
  clear: both;
  margin: 8px 0px;
}

.error_message {
  padding: 10px;
  margin-bottom: 20px;
  text-align: center;
  color: #806027;
  background-color: #fdf1db;
  border-color: #fdebcd;
  border-radius: 5px;
  font-size: 14px;
}

.contact-loader {
  display: none;
}

#success_page {
  text-align: center;
  margin-bottom: 50px;
}

#success_page h3 {
  color: #47ad77;
  font-size: 22px;
}

.cta {
  background-image: linear-gradient(120deg, #63e4ec 0%, #3db9dc 100%);
  border-radius: 8px;
}

.footer {
  padding: 30px 0px 5px 0px;
}

.footer .social-links li a {
  color: rgba(255, 255, 255, 0.4);
  font-size: 18px;
  padding: 0px 5px;
  transition: all 0.4s;
}

.footer .social-links li a:hover {
  color: #fff;
}

@media (min-width: 200px) and (max-width: 1199px) {
  .container-fluid {
    max-width: 95%;
  }
}

@media (min-width: 1200px) {
  .container-fluid {
    max-width: 85%;
  }
}

@media (min-width: 1600px) {
  .container-fluid {
    max-width: 70%;
  }
}

@media (min-width: 200px) and (max-width: 768px) {
  .bg-home {
    padding: 130px 0px 120px 0px;
  }

  .mo-mb-20 {
    margin-bottom: 20px !important;
  }
}

@media (max-width: 425px) {
  .home-title h1 {
    font-size: 34px;
  }

  .pull-none {
    float: none !important;
    text-align: center;
  }
}

.btn-primary {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #604ae3;
  --bs-btn-border-color: #604ae3;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #5643cc;
  --bs-btn-hover-border-color: #5643cc;
  --bs-btn-focus-shadow-rgb: 120, 101, 231;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #4d3bb6;
  --bs-btn-active-border-color: #4838aa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: #604ae3;
  --bs-btn-disabled-border-color: #604ae3
}

.border-dashed {
  border: 1px dashed #c7c7c7;
}

.fw-tab.active,
.fw-tab:hover {
  background: rgba(30, 133, 255, 0.1);
}

.fw-tab {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px 24px;
  gap: 6px;
  border-radius: 6px;
  white-space: nowrap;
  /* border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color); */
}

.bg-white-50 {
  background: rgba(255, 255, 255, 0.75);
}

.navbar {
  transition: all 0.5s ease-in-out;
}



/*        my csc         */

/* Default navbar style */
/* ===== DEFAULT STATE (Purple) ===== */
#navbar {
    background-color: #5643cc;
    transition: all 0.35s ease;
}

#navbar .navbar-brand img {
    transition: opacity 0.3s ease;
}

#navbar .nav-link,
#navbar .btn {
    color: #ffffff !important;
}

/* ===== NAVBAR BUTTONS ===== */
#navbar .btn-outline-primary {
    border-color: rgba(255, 230, 250, 0.75);
    color: #ffffff;
    background-color: transparent;
    padding: 12px 32px;      /* increased padding for better feel */
    font-size: 0.95rem;      /* slightly larger text */
    font-weight: 600;        /* semi-bold */
    border-radius: 8px;      /* smooth rounded corners */
    transition: all 0.3s ease;
}

#navbar .btn-outline-primary:hover {
    background-color: rgba(255, 230, 250, 0.85);
    color: #5643cc;
    border-color: rgba(255, 230, 250, 0.85);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

/* Buttons when navbar is scrolled */
#navbar.scrolled .btn-outline-primary {
    background-color: #5643cc;
    border-color: #5643cc;
    color: #ffffff !important;
    padding: 12px 32px;      /* same increased padding */
}

#navbar.scrolled .btn-outline-primary:hover {
    background-color: #4433aa;
    border-color: #4433aa;
}


/* ===== NAV BUTTONS – DEFAULT (PURPLE BACKGROUND) ===== */
#navbar:not(.scrolled) .btn-outline-primary {
    border-color: rgba(255, 230, 250, 0.75);
    color: #ffffff;
    background-color: transparent;
}

#navbar:not(.scrolled) .btn-outline-primary:hover {
    background-color: rgba(255, 230, 250, 0.85);
    color: #5643cc;
    border-color: rgba(255, 230, 250, 0.85);
}


/* ===== SCROLLED STATE (White) ===== */
#navbar.scrolled {
    background-color: rgba(255, 255, 255, 0.92);
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    backdrop-filter: blur(6px);          /* optional, modern browsers */
    -webkit-backdrop-filter: blur(6px);  /* Safari */
}

/* Text color switch */
#navbar.scrolled .nav-link,
#navbar.scrolled .btn {
    color: #333 !important;
}

/* Buttons become solid */
#navbar.scrolled .btn-outline-primary {
    background-color: #5643cc;
    border-color: #5643cc;
    color: #ffffff !important;
}

#navbar.scrolled .btn-outline-primary:hover {
    background-color: #4433aa;
    border-color: #4433aa;
}


/* ===== HERO SECTION ===== */
.hero-section {
    min-height: 100vh;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, #5643cc 0%, #7a6bf0 50%, #f5f3ff 100%);
    padding: 120px 0 80px;
}

/* ===== HERO SECTION ===== */
.hero-section-sub {
    /*min-height: 100vh;*/
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, #5643cc 0%, #7a6bf0 50%, #f5f3ff 100%);
    padding: 120px 0 80px;
}

/* Small badge */
.hero-badge {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 999px;
    background: rgba(255,255,255,0.15);
    color: #fff;
    font-size: 0.85rem;
    font-weight: 500;
}

/* Headline */
.hero-title {
    font-size: clamp(2.2rem, 4vw, 3.2rem);
    font-weight: 700;
    line-height: 1.25;
    margin: 20px 0;
    color: #fff;
}

/* Highlighted words */
.hero-highlight {
    color: #ffe6fa;
    position: relative;
}

/* Subtitle */
.hero-subtitle {
    font-size: 1.05rem;
    max-width: 720px;
    margin: 0 auto 40px;
    color: rgba(255,255,255,0.85);
}

/* CTA buttons */
.hero-actions {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

.hero-actions .btn-primary {
    background-color: #ffffff;
    color: #5643cc;
    border: none;
    padding: 14px 32px;
    font-weight: 600;
}

.hero-actions .btn-primary:hover {
    background-color: #f2efff;
    color: #4433aa;
}

.hero-brand {
    color: #ffffff;
    font-weight: 800;
    letter-spacing: -0.5px;
    text-shadow: 
        0 2px 6px rgba(0,0,0,0.25),
        0 0 12px rgba(255,255,255,0.15);
}

/* ===== ENGRAVED EFFECT ===== */
.engraved {
    color: #ffffff;
    text-shadow:
        0 1px 0 rgba(255,255,255,0.35),   /* top light */
        0 -1px 0 rgba(0,0,0,0.25),       /* bottom shadow */
        0 8px 20px rgba(0,0,0,0.25);     /* depth */
}


/* ===== HERO TEXT ANIMATION ===== */
/*.animate-hero {
    animation: heroReveal 1.2s ease-out both;
}

@keyframes heroReveal {
    0% {
        opacity: 0;
        transform: translateY(20px);
        filter: blur(3px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
        filter: blur(0);
    }
}
*/

.engraved {
    position: relative;
}

.engraved::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        120deg,
        transparent 30%,
        rgba(255,255,255,0.25) 50%,
        transparent 70%
    );
    mix-blend-mode: overlay;
    animation: shimmer 5s infinite;
}

@keyframes shimmer {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(100%); }
}


/* my css */

/* =======================
   ESTATE CARDS
======================= */
.estate-card-link {
    text-decoration: none;
    color: inherit;
}

.estate-card {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06); /* lighter initial shadow */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.estate-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.15); /* stronger shadow on hover */
}

/* Logo area */
.estate-card-image {
    height: 160px;
    background: #f7f7fb;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.estate-card-image img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

/* Content */
.estate-card-body {
    padding: 18px;
}

.estate-name {
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 8px;
    color: #2d2d2d;
}

/* Metadata: Address & Email */
.estate-meta {
    font-size: 0.9rem;
    color: #555;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.estate-meta i {
    color: #5643cc;
    font-size: 1rem;
    min-width: 18px;
}

.estate-address {
    font-weight: 500;
}

.estate-email {
    font-style: italic;
    color: #333;
    word-break: break-word;
}

.estate-email a {
    color: #5643cc;
    text-decoration: none;
    transition: color 0.3s ease;
}

.estate-email a:hover {
    color: #4433aa;
    text-decoration: underline;
}

/* ===== ESTATE CARD META ===== */
.estate-meta {
    font-size: 0.9rem;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Icon styling */
.estate-meta i {
    color: #5643cc;
    font-size: 1rem;
    min-width: 20px;
}

/* Address styling */
.estate-address {
    color: #333;
    font-weight: 500;
    line-height: 1.4;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

/* Email styling */
.estate-email {
    font-style: normal;
    color: #555;
}

.estate-email a {
    color: #5643cc;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.estate-email a:hover {
    color: #4433aa;
    text-decoration: underline;
}

/* Optional: make multiple lines wrap nicely */
.estate-address,
.estate-email {
    white-space: normal;
    word-wrap: break-word;
}


/* ===== HERO PARAGRAPH ANIMATION ===== */
.animate-subtitle {
    opacity: 0;
    transform: translateY(20px);
    animation: subtitleFadeIn 1s ease-out forwards;
    animation-delay: 1.2s;  /* starts after h1 animation */
}

@keyframes subtitleFadeIn {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}



/*  Price list  */

body {
  background-color: #f8f9fa;
}

/* PRICING CARD */
.card-pricing {
  background-color: #f5f5f5;
  border: none;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}

/* Center ONLY the headings */
.card-pricing .card-body.rounded-top {
  text-align: center;
}

.card-pricing:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
}

/* 🔥 PRICING HEADER (TOP CARD BODY) */
.card-pricing .card-body.rounded-top {
  background-image: linear-gradient(
    135deg,
    rgb(86, 67, 204) 0%,
    rgb(122, 107, 240) 50%,
    rgb(245, 243, 255) 100%
  );
  background-size: cover;
  background-position: center;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

/* TEXT INSIDE HEADER */
.card-pricing .card-body.rounded-top h5,
.card-pricing .card-body.rounded-top h2,
.card-pricing .card-body.rounded-top span {
  color: #ffffff;
}

/* PRICE TEXT */
.card-pricing h2 {
  font-weight: 700;
}

.card-pricing h2 span {
  font-size: 14px;
  font-weight: 500;
  opacity: 0.75;
}

/* FEATURE LIST (LEFT-ALIGNED / NATURAL) */
.card-pricing-features {
  margin-top: 20px;
  padding-left: 0;
}

.card-pricing-features li {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 14px;
  text-align: left;
}

/* ICON STYLING */
.card-pricing-features li iconify-icon {
  font-size: 26px;
  margin-right: 10px;
  min-width: 26px;
}

/* BUTTON */
.card-pricing .btn {
  border-radius: 8px;
  font-weight: 600;
}

/* SECTION TITLES */
.section-title {
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
  font-size: 1.5rem;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .card-pricing h2 {
    font-size: 1.5rem;
  }

  .section-title {
    font-size: 1.3rem;
  }

  .card-pricing-features li {
    margin-bottom: 12px;
  }

  .card-pricing-features li iconify-icon {
    font-size: 24px;
    min-width: 24px;
  }
}


* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Arial, sans-serif;
  background-color: #f4f6f8;
}

/*.container {
  max-width: 1100px;
  margin: auto;
  padding: 20px;
}*/

h1 {
  margin-bottom: 15px;
}

/* Filters */
.filters {
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
}

.filters select {
  padding: 10px;
  width: 100%;
  max-width: 250px;
  border-radius: 4px;
  border: 1px solid #ccc;
}

/* Listing rows */
.listing-list {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.card_one {
  background: #f9fafb;
  padding: 15px 20px;
  border-radius: 6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 1px 2px rgba(0,0,0,0.08);
  transition: background 0.2s ease;
  margin-bottom: 20px;
}

.card_one:hover {
  background: #ffffff;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

.card_one-left {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.card_one-left h3 {
  margin: 0;
}

.card_one-left p {
  margin: 0;
  color: #555;
  font-size: 14px;
}

.card_one-right {
  font-weight: bold;
  color: #2c7be5;
  white-space: nowrap;
}

/* Responsive */
@media (max-width: 768px) {
  .filters {
    flex-direction: column;
  }

  .card_one {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .card_one-right {
    align-self: flex-end;
  }
}
