.elementor-529 .elementor-element.elementor-element-6398945{--display:flex;}.elementor-529 .elementor-element.elementor-element-f36f64d{--display:flex;}.elementor-529 .elementor-element.elementor-element-1cba939{--display:flex;}/* Start custom CSS for html, class: .elementor-element-af25c3a */html,
body {
  margin: 0;
  padding: 0;
  max-width: 100%;
  overflow-x: hidden;
}

.ccd-header {
  position: relative;
  left: 50%;
  z-index: 9999;
  width: 100vw;
  max-width: 100vw;
  margin: 0 0 0 -50vw;
  background: #111820;
  border-bottom: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 4px 20px rgba(0,0,0,.14);
}

.ccd-header__inner {
  width: min(92%,1320px);
  min-height: 88px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.ccd-header__logo {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  text-decoration: none;
}

.ccd-header__logo img {
  display: block;
  width: auto;
  height: auto;
  max-width: 270px;
  max-height: 60px;
}

.ccd-header__nav {
  display: flex;
  align-items: center;
  gap: 38px;
}

.ccd-header__nav > a:not(.ccd-header__cta) {
  position: relative;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: color .2s ease;
}

.ccd-header__nav > a:not(.ccd-header__cta)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -9px;
  width: 0;
  height: 2px;
  background: #3d98c9;
  transition: width .25s ease;
}

.ccd-header__nav > a:not(.ccd-header__cta):hover {
  color: #7dc3e6;
}

.ccd-header__nav > a:not(.ccd-header__cta):hover::after {
  width: 100%;
}

.ccd-header__cta,
.ccd-mobile-menu__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 25px;
  border-radius: 6px;
  background: #2575a7;
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: background .2s ease, transform .2s ease;
}

.ccd-header__cta:hover,
.ccd-mobile-menu__cta:hover {
  background: #318fc2;
  transform: translateY(-2px);
}

.ccd-header__toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 0;
  border-radius: 5px;
  background: transparent;
  cursor: pointer;
}

.ccd-header__toggle span {
  display: block;
  width: 100%;
  height: 2px;
  margin: 5px 0;
  border-radius: 20px;
  background: #fff;
  transition: transform .25s ease, opacity .2s ease;
}

.ccd-header__toggle.is-active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.ccd-header__toggle.is-active span:nth-child(2) { opacity: 0; }
.ccd-header__toggle.is-active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.ccd-mobile-menu {
  display: none;
  width: 100%;
  background: #111820;
  border-top: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 15px 30px rgba(0,0,0,.22);
}

.ccd-mobile-menu__inner {
  width: min(92%,1320px);
  margin: 0 auto;
  padding: 12px 0 24px;
  display: flex;
  flex-direction: column;
}

.ccd-mobile-menu__inner > a:not(.ccd-mobile-menu__cta) {
  display: flex;
  align-items: center;
  min-height: 54px;
  padding: 0 4px;
  border-bottom: 1px solid rgba(255,255,255,.08);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.ccd-mobile-menu__cta { margin-top: 18px; }

.elementor-widget-html:has(.ccd-header),
.elementor-widget-html:has(.ccd-header) .elementor-widget-container,
.e-con:has(.ccd-header) {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

@media (min-width: 901px) {
  .ccd-header .ccd-header__nav { display: flex !important; }
  .ccd-header .ccd-header__toggle,
  .ccd-header .ccd-mobile-menu { display: none !important; }
}

@media (max-width: 900px) {
  .ccd-header__inner { min-height: 78px; }
  .ccd-header__logo img { max-width: 235px; max-height: 52px; }
  .ccd-header .ccd-header__nav { display: none !important; }
  .ccd-header .ccd-header__toggle { display: block !important; }
  .ccd-header .ccd-mobile-menu { display: none !important; }
  .ccd-header .ccd-mobile-menu.is-open { display: block !important; }
}

@media (max-width: 600px) {
  .ccd-header__inner { width: 92%; min-height: 70px; gap: 18px; }
  .ccd-header__logo img { max-width: 205px; max-height: 46px; }
}

@media (max-width: 380px) {
  .ccd-header__logo img { max-width: 180px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9c88f90 */.ccd-home {
  --ccd-dark: #111820;
  --ccd-blue: #2575a7;
  --ccd-pale: #edf6fa;
  --ccd-text: #27323b;
  --ccd-muted: #66727c;
  --ccd-border: #dce4e8;
  color: var(--ccd-text);
}

.ccd-home *,
.ccd-home *::before,
.ccd-home *::after {
  box-sizing: border-box;
}

.ccd-container {
  width: min(92%, 1320px);
  margin: 0 auto;
}

.ccd-section {
  padding: 95px 0;
}

.ccd-eyebrow {
  margin: 0 0 16px;
  color: var(--ccd-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
}

.ccd-section-heading {
  max-width: 760px;
  margin-bottom: 42px;
}

.ccd-section-heading h2,
.ccd-local h2,
.ccd-final-cta h2 {
  margin: 0 0 18px;
  color: var(--ccd-dark);
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.08;
  letter-spacing: -.035em;
}

.ccd-section-heading p,
.ccd-local p {
  color: var(--ccd-muted);
  font-size: 17px;
  line-height: 1.75;
}

.ccd-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.ccd-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  border-radius: 6px;
  font-weight: 700;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease;
}

.ccd-btn:hover {
  transform: translateY(-2px);
}

.ccd-btn--primary {
  background: var(--ccd-blue);
  color: #fff;
}

.ccd-btn--primary:hover {
  background: #318fc2;
}

.ccd-btn--secondary {
  border: 1px solid var(--ccd-border);
  background: #fff;
  color: var(--ccd-dark);
}

.ccd-btn--light {
  background: #fff;
  color: var(--ccd-dark);
}

/* HERO */
.ccd-hero {
  padding: 95px 0;
  background: linear-gradient(135deg, #fff 0%, #f2f8fb 100%);
}

.ccd-hero__grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: 70px;
}

.ccd-hero h1 {
  margin: 0;
  color: var(--ccd-dark);
  font-size: clamp(44px, 5vw, 70px);
  line-height: 1;
  letter-spacing: -.05em;
}

.ccd-hero__lead {
  max-width: 720px;
  margin-top: 24px;
  color: var(--ccd-muted);
  font-size: 19px;
  line-height: 1.7;
}

.ccd-hero__media img {
  display: block;
  width: 100%;
  border-radius: 14px;
  box-shadow: 0 25px 60px rgba(17, 24, 32, .13);
}

.ccd-hero__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 28px;
  color: #53616a;
  font-size: 13px;
  font-weight: 700;
}

.ccd-hero__trust span::before {
  content: "✓";
  margin-right: 7px;
  color: var(--ccd-blue);
}

/* INTRO */
.ccd-intro {
  position: relative;
  padding: 105px 0 115px;
  overflow: hidden;
  border-top: 1px solid #edf0f2;
  border-bottom: 1px solid #e5ecef;
  background: linear-gradient(135deg, #fff 0%, #fff 52%, #f5fafc 100%);
}

.ccd-intro__glow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.ccd-intro__glow--one {
  top: -230px;
  left: -200px;
  width: 520px;
  height: 520px;
  background: radial-gradient(circle, rgba(37,117,167,.09), transparent 70%);
}

.ccd-intro__glow--two {
  right: -180px;
  bottom: -250px;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(61,152,201,.11), transparent 70%);
}

.ccd-intro__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr .95fr;
  gap: 100px;
  align-items: center;
}

.ccd-intro__heading h2 {
  max-width: 610px;
  margin: 0;
  color: var(--ccd-dark);
  font-size: clamp(38px, 4vw, 57px);
  line-height: 1.05;
  letter-spacing: -.04em;
}

.ccd-intro__highlight {
  position: relative;
  display: inline-block;
  color: var(--ccd-blue);
}

.ccd-intro__underline {
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 5px;
  border-radius: 20px;
  background: linear-gradient(90deg, var(--ccd-blue), #70c6e8);
  transform: scaleX(0);
  transform-origin: left;
  animation: ccdUnderlineReveal 1s ease .4s forwards;
}

@keyframes ccdUnderlineReveal {
  to { transform: scaleX(1); }
}

.ccd-intro-browser {
  position: relative;
  width: 82%;
  max-width: 440px;
  margin: 52px 0 0 17px;
  border: 1px solid #d9e3e8;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 25px 55px rgba(17,24,32,.12);
  animation: ccdBrowserFloat 5s ease-in-out infinite;
}

@keyframes ccdBrowserFloat {
  50% { transform: translateY(-8px); }
}

.ccd-intro-browser__top {
  height: 37px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e5eaed;
  background: #f7f9fa;
}

.ccd-intro-browser__address {
  width: 48%;
  margin: 0 auto;
  padding: 4px 9px;
  border-radius: 4px;
  background: #e9eef1;
  color: #82909a;
  font-size: 7px;
  text-align: center;
}

.ccd-intro-browser__body {
  min-height: 175px;
  overflow: hidden;
  border-radius: 0 0 10px 10px;
  background: linear-gradient(135deg, #fff, #eef7fb);
}

.ccd-intro-browser__nav {
  height: 29px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 11px;
  padding: 0 17px;
  border-bottom: 1px solid #edf1f3;
}

.ccd-intro-browser__nav span {
  width: 28px;
  height: 3px;
  border-radius: 20px;
  background: #cad3d8;
}

.ccd-intro-browser__hero {
  display: flex;
  flex-direction: column;
  padding: 35px;
}

.ccd-intro-browser__line {
  width: 66%;
  height: 7px;
  margin-bottom: 8px;
  border-radius: 10px;
  background: #c9d6dc;
}

.ccd-intro-browser__line--large {
  width: 82%;
  height: 15px;
  background: #263640;
}

.ccd-intro-browser__line--short {
  width: 48%;
}

.ccd-intro-browser__button {
  width: 70px;
  height: 21px;
  margin-top: 10px;
  border-radius: 4px;
  background: var(--ccd-blue);
}

.ccd-intro-float {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 145px;
  padding: 11px 13px;
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 7px;
  background: rgba(255,255,255,.97);
  box-shadow: 0 12px 28px rgba(17,24,32,.15);
  animation: ccdResultFloat 4s ease-in-out infinite;
}

.ccd-intro-float > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  background: #eaf5fa;
  color: var(--ccd-blue);
  font-weight: 800;
}

.ccd-intro-float strong,
.ccd-intro-float small {
  display: block;
}

.ccd-intro-float strong {
  color: var(--ccd-dark);
  font-size: 9px;
}

.ccd-intro-float small {
  color: #7c8991;
  font-size: 7px;
}

.ccd-intro-float--search {
  top: 55px;
  right: -55px;
}

.ccd-intro-float--lead {
  left: -38px;
  bottom: 28px;
  animation-duration: 4.6s;
}

@keyframes ccdResultFloat {
  50% { transform: translateY(-6px); }
}

.ccd-intro__copy {
  padding-left: 40px;
  border-left: 1px solid #dce5e9;
}

.ccd-intro__copy p {
  color: var(--ccd-muted);
  font-size: 16px;
  line-height: 1.8;
}

.ccd-intro__lead {
  color: #36434c !important;
  font-size: 20px !important;
  line-height: 1.55 !important;
}

.ccd-intro__lead strong {
  color: var(--ccd-dark);
}

.ccd-intro__features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 34px;
  border-top: 1px solid #dfe6e9;
  border-bottom: 1px solid #dfe6e9;
}

.ccd-intro__features > div {
  padding: 18px 15px;
  border-right: 1px solid #dfe6e9;
}

.ccd-intro__features > div:first-child {
  padding-left: 0;
}

.ccd-intro__features > div:last-child {
  border-right: 0;
}

.ccd-intro__features span {
  display: block;
  margin-bottom: 5px;
  color: var(--ccd-blue);
  font-size: 9px;
  font-weight: 800;
}

.ccd-intro__features strong {
  color: var(--ccd-dark);
  font-size: 12px;
}

/* SERVICE CARDS */
.ccd-card-grid {
  display: grid;
  gap: 24px;
}

.ccd-card-grid--4 {
  grid-template-columns: repeat(4, 1fr);
}

.ccd-service-card {
  overflow: hidden;
  border: 1px solid var(--ccd-border);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(17,24,32,.06);
}

.ccd-service-card img,
.ccd-social-visual {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.ccd-service-card__body {
  padding: 24px;
}

.ccd-service-card h3 {
  margin: 0 0 12px;
  color: var(--ccd-dark);
  font-size: 20px;
}

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

.ccd-service-card a {
  color: var(--ccd-blue);
  font-weight: 700;
  text-decoration: none;
}

.ccd-social-visual {
  position: relative;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #eaf5fa, #d7edf7);
}

.ccd-social-visual__phone {
  width: 42%;
  height: 72%;
  border: 6px solid #17212a;
  border-radius: 18px;
  background: #fff;
  transform: rotate(-6deg);
}

.ccd-social-visual__screen {
  width: 100%;
  height: 100%;
  background: linear-gradient(#fff 20%, #dceff7 20% 70%, #fff 70%);
}

.ccd-social-bubble {
  position: absolute;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #fff;
  color: var(--ccd-blue);
  box-shadow: 0 8px 20px rgba(0,0,0,.12);
}

.ccd-social-bubble--one {
  top: 18%;
  right: 18%;
}

.ccd-social-bubble--two {
  bottom: 18%;
  left: 18%;
}

/* LOCAL SEO */
.ccd-local {
  background: var(--ccd-pale);
}

.ccd-local__grid {
  display: grid;
  grid-template-columns: 1fr .9fr;
  gap: 70px;
  align-items: center;
}

.ccd-check-grid {
  display: grid;
  gap: 16px;
  margin-top: 28px;
}

.ccd-check-grid div {
  padding: 18px 20px;
  border-left: 3px solid var(--ccd-blue);
  background: #fff;
}

.ccd-check-grid strong,
.ccd-check-grid span {
  display: block;
}

.ccd-check-grid span {
  margin-top: 5px;
  color: var(--ccd-muted);
  font-size: 14px;
}

.ccd-map {
  position: relative;
  min-height: 410px;
  border-radius: 18px;
  background:
    linear-gradient(35deg, transparent 47%, rgba(255,255,255,.8) 48% 51%, transparent 52%),
    linear-gradient(-30deg, transparent 47%, rgba(255,255,255,.8) 48% 51%, transparent 52%),
    #dbeef5;
  box-shadow: inset 0 0 0 1px rgba(37,117,167,.12);
}

.ccd-map__pin {
  position: absolute;
  padding: 8px 10px;
  border-radius: 20px;
  background: var(--ccd-dark);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
}

.ccd-map__pin--salinas { top: 42%; left: 48%; }
.ccd-map__pin--monterey { bottom: 26%; left: 24%; }
.ccd-map__pin--carmel { bottom: 13%; left: 18%; }
.ccd-map__pin--marina { top: 25%; left: 29%; }
.ccd-map__pin--seaside { bottom: 35%; left: 30%; }

/* WHY */
.ccd-why {
  background: var(--ccd-dark);
}

.ccd-section-heading--light h2,
.ccd-section-heading--light p {
  color: #fff;
}

.ccd-section-heading--light p {
  opacity: .72;
}

.ccd-value-card {
  padding: 28px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 10px;
  background: rgba(255,255,255,.04);
}

.ccd-value-card span {
  color: #72c5ea;
  font-size: 11px;
  font-weight: 800;
}

.ccd-value-card h3 {
  color: #fff;
}

.ccd-value-card p {
  color: rgba(255,255,255,.68);
  line-height: 1.65;
}

/* AREAS */
.ccd-area-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.ccd-area-grid span {
  padding: 18px;
  border: 1px solid var(--ccd-border);
  border-radius: 8px;
  background: #fff;
  text-align: center;
  font-weight: 700;
}

/* PROCESS */
.ccd-process {
  background: #f7f9fa;
}

.ccd-process__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.ccd-process__grid article {
  padding: 24px;
}

.ccd-process__grid span {
  color: var(--ccd-blue);
  font-size: 11px;
  font-weight: 800;
}

.ccd-process__grid h3 {
  color: var(--ccd-dark);
}

.ccd-process__grid p {
  color: var(--ccd-muted);
  line-height: 1.65;
}

/* FAQ */
.ccd-faq__grid {
  display: grid;
  gap: 12px;
}

.ccd-faq details {
  padding: 20px 22px;
  border: 1px solid var(--ccd-border);
  border-radius: 8px;
  background: #fff;
}

.ccd-faq summary {
  cursor: pointer;
  color: var(--ccd-dark);
  font-weight: 700;
}

.ccd-faq details p {
  color: var(--ccd-muted);
  line-height: 1.7;
}

/* FINAL CTA */
.ccd-final-cta {
  padding: 95px 0;
  text-align: center;
  background: var(--ccd-blue);
  color: #fff;
}

.ccd-final-cta .ccd-eyebrow,
.ccd-final-cta h2,
.ccd-final-cta p {
  color: #fff;
}

.ccd-final-cta p {
  max-width: 640px;
  margin: 0 auto 28px;
  font-size: 18px;
  line-height: 1.7;
}

/* RESPONSIVE */
@media (max-width: 1000px) {
  .ccd-card-grid--4,
  .ccd-process__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 900px) {
  .ccd-hero__grid,
  .ccd-intro__grid,
  .ccd-local__grid {
    grid-template-columns: 1fr;
  }

  .ccd-intro__grid {
    gap: 75px;
  }

  .ccd-intro__copy {
    padding-left: 0;
    border-left: 0;
  }

  .ccd-area-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 600px) {
  .ccd-section,
  .ccd-hero,
  .ccd-intro,
  .ccd-final-cta {
    padding: 70px 0;
  }

  .ccd-card-grid--4,
  .ccd-process__grid,
  .ccd-area-grid {
    grid-template-columns: 1fr;
  }

  .ccd-hero h1 {
    font-size: 42px;
  }

  .ccd-intro__heading h2 {
    font-size: 38px;
  }

  .ccd-intro-browser {
    width: 88%;
    margin-left: 0;
  }

  .ccd-intro-float--search {
    right: -28px;
  }

  .ccd-intro-float--lead {
    left: -8px;
    bottom: -25px;
  }

  .ccd-intro__features {
    grid-template-columns: 1fr;
  }

  .ccd-intro__features > div {
    padding: 13px 0;
    border-right: 0;
    border-bottom: 1px solid #dfe6e9;
  }

  .ccd-intro__features > div:last-child {
    border-bottom: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ccd-intro-browser,
  .ccd-intro-float,
  .ccd-intro__underline {
    animation: none;
  }

  .ccd-intro__underline {
    transform: scaleX(1);
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-621e3a4 */.ccd-footer {
  position: relative;
  left: 50%;
  width: 100vw;
  max-width: 100vw;
  margin-left: -50vw;
  background: #111820;
  color: #fff;
}

.ccd-footer__inner {
  width: min(92%,1320px);
  margin: 0 auto;
}

.ccd-footer__top {
  display: grid;
  grid-template-columns: 1.4fr .7fr .9fr 1fr;
  gap: 60px;
  padding: 70px 0 55px;
}

.ccd-footer__logo {
  display: inline-block;
  text-decoration: none;
}

.ccd-footer__logo img {
  display: block;
  width: 100%;
  max-width: 260px;
  height: auto;
}

.ccd-footer__brand p,
.ccd-footer__contact p {
  max-width: 330px;
  margin: 20px 0 0;
  color: rgba(255,255,255,.68);
  font-size: 14px;
  line-height: 1.7;
}

.ccd-footer__column h3 {
  margin: 0 0 18px;
  color: #fff;
  font-size: 14px;
}

.ccd-footer__nav,
.ccd-footer__links {
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.ccd-footer__nav a,
.ccd-footer__links a,
.ccd-footer__legal a {
  color: rgba(255,255,255,.7);
  font-size: 14px;
  text-decoration: none;
  transition: color .2s ease;
}

.ccd-footer__nav a:hover,
.ccd-footer__links a:hover,
.ccd-footer__legal a:hover {
  color: #7dc3e6;
}

.ccd-footer__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 22px;
  padding: 12px 18px;
  border-radius: 6px;
  background: #2575a7;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.ccd-footer__cta:hover {
  background: #318fc2;
}

.ccd-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  padding: 22px 0;
  border-top: 1px solid rgba(255,255,255,.08);
}

.ccd-footer__bottom p {
  margin: 0;
  color: rgba(255,255,255,.52);
  font-size: 12px;
}

@media (max-width: 950px) {
  .ccd-footer__top {
    grid-template-columns: repeat(2,1fr);
    gap: 40px;
  }
}

@media (max-width: 600px) {
  .ccd-footer__top {
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 55px 0 40px;
  }

  .ccd-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .ccd-footer__logo img {
    max-width: 225px;
  }
}/* End custom CSS */