/*
 * Portfolio refresh layer.
 * Keeps the original DevCRUD/Bootstrap template intact and modernizes the visible portfolio UI.
 */

:root {
  --portfolio-ink: #0f172a;
  --portfolio-muted: #5b6475;
  --portfolio-soft: #f3f6fb;
  --portfolio-line: #d5ddec;
  --portfolio-primary: #2563eb;
  --portfolio-primary-dark: #1e4fc7;
  --portfolio-accent: #f59e0b;
  --portfolio-navy: #0b1220;
  --portfolio-shadow: 0 18px 45px rgba(11, 18, 32, 0.12);
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--portfolio-ink);
  background: #ffffff;
}

.text-danger {
  color: var(--portfolio-primary) !important;
}

a {
  color: var(--portfolio-ink);
}

.bg-dark {
  background: var(--portfolio-navy) !important;
}

.bg-custom-gray {
  background: var(--portfolio-soft) !important;
}

.section {
  padding: 90px 0;
}

.section h1,
.section h2 {
  color: var(--portfolio-ink);
  font-weight: 800;
  letter-spacing: 0;
}

.line {
  background: var(--portfolio-primary);
  width: 58px;
  height: 3px;
}

.btn {
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: 0;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  box-shadow: none;
}

.btn-primary,
.bg-primary {
  background: var(--portfolio-primary) !important;
  border-color: var(--portfolio-primary) !important;
  color: #ffffff !important;
}

.btn-primary:hover,
.bg-primary:hover {
  background: var(--portfolio-primary-dark) !important;
  border-color: var(--portfolio-primary-dark) !important;
  color: #ffffff !important;
  transform: translateY(-1px);
}

.btn-outline-light {
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.65);
  background: rgba(15, 23, 42, 0.28);
}

.btn-outline-light:hover {
  color: var(--portfolio-ink) !important;
  background: #ffffff;
  border-color: #ffffff;
}

.btn-outline-dark {
  color: var(--portfolio-ink) !important;
  border-color: var(--portfolio-line);
  background: #ffffff;
}

.btn-outline-dark:hover {
  color: #ffffff !important;
  background: var(--portfolio-ink);
  border-color: var(--portfolio-ink);
}

.header {
  min-height: 720px;
  height: 92vh;
  background-image:
    linear-gradient(100deg, rgba(11, 18, 32, 0.92) 0%, rgba(15, 23, 42, 0.8) 45%, rgba(22, 37, 66, 0.44) 100%),
    url(../imgs/IMG_7856.JPG);
  background-position: center;
}

.header::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 110px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), #ffffff);
  pointer-events: none;
}

.header .container {
  position: relative;
  z-index: 2;
  min-height: inherit;
}

.header .social-icons {
  position: relative;
  z-index: 6;
  justify-content: flex-start;
  gap: 12px;
  padding-left: 0;
}

.header .social-link {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px);
}

.header .social-link:hover {
  background: #ffffff;
  color: var(--portfolio-primary) !important;
  border-color: #ffffff;
}

.header .header-content {
  max-width: 820px;
  left: 15px;
  right: 15px;
  top: 53%;
  width: auto;
}

.hero-kicker {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  margin-bottom: 24px;
  color: #ffffff;
  font-size: 0.85rem;
  font-weight: 800;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.24);
}

.header .header-content .header-subtitle {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 8px;
  opacity: 0.84;
}

.header .header-content .header-title {
  max-width: 16ch;
  font-size: clamp(2.1rem, 5.4vw, 4.35rem);
  line-height: 1.04;
  margin-bottom: 18px;
  letter-spacing: 0;
  text-wrap: balance;
}

.header .header-content .header-mono {
  max-width: 760px;
  margin-bottom: 14px;
  letter-spacing: 0;
  font-size: clamp(1.02rem, 2.15vw, 1.26rem);
  line-height: 1.5;
  font-weight: 700;
  text-wrap: pretty;
}

.hero-summary {
  max-width: 690px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.08rem;
  line-height: 1.7;
}

.hero-trust-line {
  margin: -6px 0 20px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.95rem;
  font-weight: 800;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 34px;
}

.hero-proof {
  display: grid;
  grid-template-columns: repeat(4, minmax(118px, 1fr));
  max-width: 760px;
  gap: 12px;
}

.hero-proof div {
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(15, 23, 42, 0.38);
  backdrop-filter: blur(10px);
}

.hero-proof strong {
  display: block;
  color: #ffffff;
  font-size: 1.7rem;
  line-height: 1;
}

.hero-proof span {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.86rem;
  font-weight: 700;
}

.navbar {
  border: 0;
  box-shadow: 0 12px 28px rgba(11, 18, 32, 0.08);
  border-bottom: 1px solid var(--portfolio-line);
}

.navbar .nav-link {
  color: var(--portfolio-ink) !important;
  font-weight: 800;
}

.navbar .nav-link:hover,
.navbar .nav-link.active {
  color: var(--portfolio-primary) !important;
}

.navbar .brand .brand-img {
  position: static !important;
  left: auto !important;
  top: auto !important;
  transform: none !important;
  border: 4px solid #ffffff;
  box-shadow: 0 10px 26px rgba(15, 27, 45, 0.16);
  z-index: 1;
  pointer-events: none;
  display: block !important;
  width: 48px;
  height: 48px;
  margin: 0 auto;
  margin-bottom: 4px;
}

.navbar .brand {
  margin: 0;
  padding: 0;
}

.navbar .brand .brand-txt {
  bottom: 0 !important;
  opacity: 1 !important;
  line-height: 1.15;
}

.navbar .brand .brand-title {
  margin-bottom: 2px;
  font-size: 1rem;
}

.navbar .brand .brand-subtitle {
  font-size: 0.72rem;
}

.navbar.affix .brand-img {
  position: static !important;
  opacity: 1 !important;
}

.navbar .brand-title {
  font-weight: 900;
}

.navbar .brand-subtitle {
  color: #677189;
  letter-spacing: 0;
}

.proof-band {
  position: relative;
  z-index: 4;
  margin-top: -42px;
  padding: 0 0 26px;
}

.proof-panel {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr 1fr;
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--portfolio-line);
  border-radius: 8px;
  background: var(--portfolio-line);
  box-shadow: var(--portfolio-shadow);
}

.proof-panel div {
  padding: 24px;
  background: #ffffff;
}

.proof-panel span,
.section-kicker,
.outcome-card span {
  display: block;
  margin-bottom: 8px;
  color: var(--portfolio-primary);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.proof-panel strong {
  display: block;
  color: var(--portfolio-ink);
  font-size: 1rem;
  line-height: 1.55;
}

.proof-panel a {
  color: var(--portfolio-ink);
  text-decoration: underline;
  text-decoration-color: rgba(37, 99, 235, 0.35);
  text-underline-offset: 4px;
}

.about-section {
  background: #ffffff;
  box-shadow: var(--portfolio-shadow);
  position: relative;
  z-index: 3;
}

.about-section .about-card {
  padding: 46px;
}

.about-section .about-card h3,
.card .card-header h4,
.contact .contact-title {
  color: var(--portfolio-ink);
  font-weight: 800;
}

.about-section .about-card h5 {
  color: var(--portfolio-ink);
  font-weight: 800;
  line-height: 1.35;
}

.subtitle,
.about-section p,
.info,
.card-body p {
  color: var(--portfolio-muted);
}

.info li {
  margin-bottom: 12px;
}

.info span {
  color: var(--portfolio-ink);
  font-weight: 800;
}

.card,
.price-card,
.contact .contact-form-card,
.contact .contact-info-card {
  border: 1px solid var(--portfolio-line);
  border-radius: 8px;
  box-shadow: var(--portfolio-shadow);
}

.card {
  overflow: hidden;
}

#service .card,
#projects .card,
.price-card {
  height: calc(100% - 3rem);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

#service .card:hover,
#projects .card:hover,
.portfolio .portfolio-container .portfolio-item:hover,
.price-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 60px rgba(15, 27, 45, 0.16);
}

#service .card .card-body,
#projects .card .card-body {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

#service .card .subtitle,
#projects .card .subtitle {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  line-height: 1.62;
}

.service-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 12px 0 18px;
}

.service-tags span {
  padding: 6px 10px;
  color: var(--portfolio-ink);
  font-size: 0.78rem;
  font-weight: 800;
  border: 1px solid var(--portfolio-line);
  border-radius: 999px;
  background: var(--portfolio-soft);
}

.solution-list {
  margin: 14px 0 20px;
  padding-left: 18px;
  color: var(--portfolio-muted);
  line-height: 1.65;
}

.solution-list li {
  margin-bottom: 6px;
}

#service .card .card-body > div:last-child,
#projects .card .card-body > div:last-child {
  margin-top: auto;
  padding-top: 18px;
}

.card .card-header.has-icon {
  min-height: 72px;
  border-bottom: 0;
}

.card .card-header.has-icon i {
  width: 70px;
  height: 70px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff !important;
  background: var(--portfolio-primary);
  border: 8px solid #ffffff;
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(239, 71, 111, 0.28);
}

.section.bg-dark .row > [class*="col-"] > .row {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.outcomes-section {
  background: #ffffff;
}

.outcomes-section .section-header,
#price .section-header {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.outcomes-section .section-header p,
#price .section-header p,
.cv-pack-section p {
  color: var(--portfolio-muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

.outcome-card {
  height: 100%;
  overflow: hidden;
  border: 1px solid var(--portfolio-line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--portfolio-shadow);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.outcome-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 60px rgba(15, 27, 45, 0.16);
}

.outcome-card img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}

.outcome-card div {
  padding: 24px;
}

.outcome-card h3 {
  color: var(--portfolio-ink);
  font-size: 1.22rem;
  font-weight: 900;
  line-height: 1.25;
}

.outcome-card p {
  color: var(--portfolio-muted);
  line-height: 1.65;
}

.outcome-card a {
  color: var(--portfolio-primary);
  font-weight: 900;
}

.portfolio .filters {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 7px;
  margin-bottom: 32px;
  border: 1px solid var(--portfolio-line);
  border-radius: 999px;
  background: #ffffff;
}

.portfolio .filters a {
  min-width: auto;
  padding: 10px 16px;
  color: var(--portfolio-muted) !important;
  border-radius: 999px;
  font-weight: 800;
}

.portfolio .filters a.active,
.portfolio .filters a:hover {
  color: #ffffff !important;
  background: var(--portfolio-primary);
}

.portfolio .portfolio-container .portfolio-item {
  margin: 12px 0;
  border-radius: 8px;
  box-shadow: var(--portfolio-shadow);
}

.portfolio .portfolio-container .portfolio-item img {
  width: 100%;
  min-height: 260px;
  object-fit: cover;
  transition: transform 220ms ease;
}

.portfolio .portfolio-container .portfolio-item:hover img {
  transform: scale(1.04);
}

.portfolio .portfolio-container .portfolio-item .content-holder {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  display: block;
  padding: 18px 18px 20px;
  opacity: 1;
  visibility: visible;
  background: #ffffff;
}

.portfolio .portfolio-container .portfolio-item .content-holder .title {
  color: var(--portfolio-ink);
}

.portfolio .portfolio-container .portfolio-item .content-holder .subtitle {
  margin-bottom: 0;
  color: var(--portfolio-muted);
}

.price-card {
  background: #ffffff;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.price-card .list {
  min-height: 178px;
}

.price-card .price-card-title {
  color: var(--portfolio-ink);
  font-weight: 900;
}

.price-card .price-card-cost .num,
.price-card.price-card-requried .num {
  color: var(--portfolio-primary);
}

.price-card .price-card-cost .num {
  word-break: break-word;
}

.price-card.price-card-requried {
  border-color: rgba(239, 71, 111, 0.45);
}

.price-card.price-card-requried:after {
  content: "Popular";
  background: var(--portfolio-accent);
}

.testimonials-section {
  background: var(--portfolio-soft);
}

.testimonials-section .section-header {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

.testimonials-section .section-header p {
  color: var(--portfolio-muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

.review-proof {
  display: grid;
  grid-template-columns: repeat(4, minmax(140px, 1fr));
  gap: 14px;
  margin-bottom: 24px;
}

.review-proof div,
.review-card {
  border: 1px solid var(--portfolio-line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--portfolio-shadow);
}

.review-proof div {
  padding: 20px;
  text-align: center;
}

.review-proof strong {
  display: block;
  color: var(--portfolio-primary);
  font-size: 2rem;
  line-height: 1;
}

.review-proof span {
  display: block;
  margin-top: 8px;
  color: var(--portfolio-muted);
  font-weight: 800;
}

.review-skills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 28px;
}

.review-skills span {
  padding: 8px 12px;
  color: var(--portfolio-ink);
  font-size: 0.84rem;
  font-weight: 900;
  border: 1px solid var(--portfolio-line);
  border-radius: 999px;
  background: #ffffff;
}

.review-card {
  height: calc(100% - 30px);
  margin-bottom: 30px;
  padding: 28px;
}

.review-stars {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 7px 11px;
  color: #126b4f;
  font-weight: 900;
  border-radius: 999px;
  background: rgba(6, 167, 125, 0.12);
}

.review-card p {
  color: var(--portfolio-ink);
  font-size: 1.05rem;
  line-height: 1.7;
}

.review-card h5 {
  color: var(--portfolio-ink);
  font-weight: 900;
}

.review-card span {
  color: var(--portfolio-muted);
  font-weight: 800;
}

.review-carousel {
  padding: 8px 42px 54px;
}

.review-card-featured {
  max-width: 860px;
  min-height: 280px;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  border: 1px solid rgba(239, 71, 111, 0.16);
  background:
    radial-gradient(circle at top right, rgba(239, 71, 111, 0.08), rgba(255, 255, 255, 0.96) 34%),
    #ffffff;
}

.review-carousel .carousel-control-prev,
.review-carousel .carousel-control-next {
  width: 38px;
  opacity: 1;
}

.review-carousel .carousel-control-prev-icon,
.review-carousel .carousel-control-next-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: var(--portfolio-primary);
  background-size: 48% 48%;
}

.review-carousel .carousel-indicators {
  margin-bottom: -8px;
}

.review-carousel .carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 0;
  background: #c6cfdd;
}

.review-carousel .carousel-indicators .active {
  background: var(--portfolio-primary);
}

.cv-pack-section {
  background:
    linear-gradient(120deg, rgba(11, 18, 32, 0.96), rgba(20, 41, 74, 0.94)),
    url(../imgs/web-1.jpg);
  background-size: cover;
  background-position: center;
}

.cv-pack-section h1,
.cv-pack-section p {
  color: #ffffff;
}

.cv-pack-section p {
  color: rgba(255, 255, 255, 0.76);
}

.cv-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.cv-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.cv-grid a {
  min-height: 92px;
  display: flex;
  align-items: center;
  padding: 20px;
  color: #ffffff !important;
  font-weight: 900;
  line-height: 1.35;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px);
}

.cv-grid a:hover {
  color: var(--portfolio-ink) !important;
  background: #ffffff;
  text-decoration: none;
}

.process-section {
  background: #ffffff;
}

.process-card {
  height: 100%;
  min-height: 230px;
  padding: 28px;
  border: 1px solid var(--portfolio-line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--portfolio-shadow);
}

.process-card span {
  display: inline-flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  color: #ffffff;
  font-weight: 900;
  border-radius: 50%;
  background: var(--portfolio-primary);
}

.process-card h5 {
  color: var(--portfolio-ink);
  font-weight: 900;
}

.process-card p {
  margin-bottom: 0;
  color: var(--portfolio-muted);
  line-height: 1.65;
}

#team .card {
  max-width: 420px;
  padding: 30px 20px;
  text-align: center;
}

#team img {
  border: 5px solid #ffffff;
  box-shadow: 0 14px 32px rgba(15, 27, 45, 0.16);
}

.contact {
  min-height: auto;
  background: var(--portfolio-soft);
}

.baydot-contact .section-header {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.baydot-contact .section-header p {
  color: var(--portfolio-muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

.contact .contact-form-card,
.contact .contact-info-card {
  min-height: 0;
  height: 100%;
}

.contact-cards {
  display: grid;
  gap: 16px;
}

.contact-card,
.contact-email {
  padding: 24px;
  border: 1px solid var(--portfolio-line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--portfolio-shadow);
}

.contact-card h4 {
  margin-bottom: 10px;
  color: var(--portfolio-ink);
  font-weight: 900;
}

.contact-card p {
  margin-bottom: 8px;
  color: var(--portfolio-ink);
  line-height: 1.6;
}

.contact-card span {
  color: var(--portfolio-muted);
  font-weight: 800;
}

.contact-email {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
}

.contact-email i {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  border-radius: 50%;
  background: var(--portfolio-primary);
}

.contact-email a {
  color: var(--portfolio-ink) !important;
  font-weight: 900;
}

.consultation-form {
  padding: 34px;
}

#sendmessage,
#errormessage {
  display: none;
  margin-bottom: 18px;
  padding: 14px 16px;
  border-radius: 8px;
  font-weight: 800;
}

#sendmessage {
  color: #126b4f;
  background: rgba(6, 167, 125, 0.12);
  border: 1px solid rgba(6, 167, 125, 0.24);
}

#errormessage {
  color: #9b1c31;
  background: rgba(239, 71, 111, 0.12);
  border: 1px solid rgba(239, 71, 111, 0.24);
}

.validation {
  min-height: 0;
  color: var(--portfolio-primary);
  font-size: 0.84rem;
}

.form-control {
  min-height: 48px;
  border: 1px solid var(--portfolio-line);
  border-radius: 8px;
  color: var(--portfolio-ink);
}

textarea.form-control {
  min-height: 150px;
}

.form-control:focus {
  border-color: var(--portfolio-primary);
  box-shadow: 0 0 0 0.2rem rgba(239, 71, 111, 0.15);
}

.service-page-link {
  color: var(--portfolio-ink) !important;
  text-decoration: none;
}

.service-page-link:hover {
  color: var(--portfolio-primary) !important;
}

.whatsapp-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 999;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  color: #ffffff !important;
  font-weight: 800;
  border-radius: 999px;
  text-decoration: none;
  background: #1f9d57;
  box-shadow: 0 14px 28px rgba(15, 27, 45, 0.25);
}

.whatsapp-float:hover {
  background: #178548;
}

.footer {
  background: var(--portfolio-navy);
}

@media (max-width: 991.98px) {
  .header .header-content {
    max-width: 720px;
  }

  .header .header-content .header-title {
    max-width: 17ch;
  }

  .hero-proof,
  .proof-panel,
  .cv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .navbar .brand {
    display: none;
  }

  .about-section .about-card {
    padding: 34px 24px;
    border-right: 0;
    border-bottom: 1px solid var(--portfolio-line);
  }
}

@media (max-width: 767.98px) {
  .section {
    padding: 64px 0;
  }

  .header {
    min-height: 760px;
    height: auto;
  }

  .header .header-content {
    top: 54%;
    padding: 16px;
  }

  .header .header-content .header-title {
    font-size: clamp(1.75rem, 9vw, 2.55rem);
    line-height: 1.1;
  }

  .header .header-content .header-mono {
    font-size: 1rem;
    line-height: 1.45;
  }

  .hero-summary {
    font-size: 1rem;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .hero-proof,
  .proof-panel,
  .cv-grid {
    grid-template-columns: 1fr;
  }

  .proof-band {
    margin-top: 0;
    padding-top: 20px;
  }

  .proof-panel div,
  .outcome-card div {
    padding: 20px;
  }

  .review-proof {
    grid-template-columns: 1fr 1fr;
  }

  .cv-actions .btn {
    width: 100%;
  }

  .review-carousel {
    padding: 8px 10px 48px;
  }

  .review-card-featured {
    min-height: 320px;
    text-align: left;
  }

  .portfolio .filters {
    border-radius: 8px;
  }

  .consultation-form {
    margin-top: 24px;
    padding: 24px;
  }
}

.also-available-service .card {
  transform: scale(0.97);
  opacity: 0.92;
}

.also-available-service .card .card-body {
  font-size: 0.95rem;
}
