.elementor-25 .elementor-element.elementor-element-b3c3cd4{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-25 .elementor-element.elementor-element-b3c3cd4.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-25 .elementor-element.elementor-element-db97493{width:100%;max-width:100%;}.elementor-25 .elementor-element.elementor-element-7c4cba1{--display:flex;--justify-content:center;}.elementor-25 .elementor-element.elementor-element-cc1fb6b{width:var( --container-widget-width, 100.898% );max-width:100.898%;--container-widget-width:100.898%;--container-widget-flex-grow:0;}.elementor-25 .elementor-element.elementor-element-cc1fb6b.elementor-element{--align-self:center;--flex-grow:0;--flex-shrink:0;}@media(min-width:768px){.elementor-25 .elementor-element.elementor-element-b3c3cd4{--width:104.925%;}}/* Start custom CSS for html, class: .elementor-element-db97493 *//* ==============================
   US SPEEDFRAME ELEMENTOR HOME
============================== */

.us-speedframe-home {
  --sf-blue: #0b2a78;
  --sf-dark: #172032;
  --sf-navy: #182131;
  --sf-gray: #f3f5f7;
  --sf-white: #ffffff;
  --sf-muted: #6b7280;
  --sf-line: #e5e7eb;

  font-family: "Inter", "Poppins", Arial, sans-serif;
  color: var(--sf-dark);
  background: #ffffff;
  overflow: hidden;
}

.us-speedframe-home *,
.us-speedframe-home *::before,
.us-speedframe-home *::after {
  box-sizing: border-box;
}

.us-speedframe-home a {
  color: inherit;
  text-decoration: none;
}

.us-speedframe-home img {
  max-width: 100%;
  display: block;
}

.sf-container {
  width: min(1060px, 88vw);
  margin: 0 auto;
}

/* HEADER */
.sf-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
  padding: 25px 0;
}

.sf-header-inner {
  width: min(1060px, 88vw);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sf-logo {
  color: #ffffff;
  font-size: 30px;
  font-weight: 900;
  letter-spacing: -0.06em;
  line-height: 1;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.2);
}

.sf-nav {
  display: flex;
  align-items: center;
  gap: 24px;
}

.sf-nav a {
  min-width: 84px;
  text-align: center;
  padding: 8px 21px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.38);
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  backdrop-filter: blur(8px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22);
  transition: all 0.25s ease;
}

.sf-nav a:hover {
  background: rgba(255, 255, 255, 0.8);
  color: var(--sf-dark);
  transform: translateY(-1px);
}

.sf-menu-toggle {
  display: none;
  width: 46px;
  height: 42px;
  border: 0;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.35);
  cursor: pointer;
  padding: 8px 10px;
}

.sf-menu-toggle span {
  display: block;
  height: 2px;
  background: #ffffff;
  border-radius: 99px;
  margin: 5px 0;
}

/* HERO */
.sf-hero-slider {
  position: relative;
  height: 100vh;
  min-height: 634px;
  max-height: 760px;
  overflow: hidden;
  background: #d7e1e8;
}

.sf-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.85s ease, visibility 0.85s ease;
}

.sf-slide.active {
  opacity: 1;
  visibility: visible;
}

.sf-slide-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center center;
  transform: scale(1.04);
  transition: transform 6s ease;
}

.sf-slide.active .sf-slide-bg {
  transform: scale(1);
}

.sf-slide-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(11, 20, 40, 0.36) 0%,
      rgba(11, 20, 40, 0.08) 38%,
      rgba(11, 20, 40, 0.04) 100%
    );
}

.sf-hero-card {
  position: absolute;
  z-index: 5;
  left: 0;
  bottom: 0;
  width: min(765px, 64vw);
  min-height: 194px;
  padding: 24px 42px 28px calc((100vw - min(1060px, 88vw)) / 2);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: rgba(255, 255, 255, 0.84);
  border-radius: 0 32px 32px 0;
  backdrop-filter: blur(2px);
  box-shadow: 0 -10px 35px rgba(17, 24, 39, 0.06);
}

.sf-hero-card h1 {
  max-width: 540px;
  margin: 0 0 20px;
  color: var(--sf-blue);
  font-size: clamp(34px, 3.05vw, 42px);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.sf-hero-card p {
  max-width: 710px;
  margin: 0;
  color: #172032;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.35;
}

.sf-slider-dots {
  position: absolute;
  z-index: 10;
  right: 34px;
  bottom: 28px;
  display: flex;
  gap: 9px;
}

.sf-slider-dots button {
  width: 9px;
  height: 9px;
  border: 0;
  padding: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.55);
  cursor: pointer;
  transition: all 0.25s ease;
}

.sf-slider-dots button.active {
  width: 28px;
  background: #ffffff;
}

/* ABOUT */
.sf-about {
  background: var(--sf-navy);
  color: #ffffff;
  padding: 90px 0;
}

.sf-two-col {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 64px;
  align-items: center;
}

.sf-about-images {
  position: relative;
  min-height: 420px;
}

.sf-img-card {
  overflow: hidden;
  border-radius: 18px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.25);
}

.sf-img-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sf-img-card.large {
  width: 82%;
  height: 330px;
}

.sf-img-card.small {
  position: absolute;
  width: 58%;
  height: 230px;
  right: 0;
  bottom: 0;
  border: 8px solid var(--sf-navy);
}

.sf-label {
  display: inline-block;
  margin-bottom: 14px;
  color: #9fb4d2;
  font-size: 19px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.sf-label.blue {
  color: var(--sf-blue);
}

.sf-about h2,
.sf-section-heading h2 {
  margin: 0 0 20px;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.sf-about p {
  color: #c9d2df;
  font-size: 16px;
  line-height: 1.75;
}

.sf-process {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.sf-process div {
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  padding-top: 16px;
}

.sf-process strong {
  display: block;
  color: #ffffff;
  font-size: 24px;
  line-height: 1;
}

.sf-process span {
  display: block;
  margin-top: 8px;
  color: #c9d2df;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

/* STRONGER / FASTER BANNER */
.sf-strength-banner {
  position: relative;
  background: #ffffff;
  padding: 46px 0 44px;
  overflow: hidden;
}

.sf-strength-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: #ffffff;
  background-size: 22px 22px;
  opacity: 0.9;
  pointer-events: none;
}

.sf-strength-inner {
  position: relative;
  z-index: 2;
  width: min(1120px, 94vw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 42px;
  align-items: center;
}

.sf-strength-image {
  align-self: start;
}

.sf-strength-image img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border: 4px solid #ffffff;
  box-shadow: 0 16px 35px rgba(17, 24, 39, 0.12);
}

.sf-strength-content {
  text-align: center;
}

.sf-strength-content h2 {
  margin: 0;
  text-transform: uppercase;
  line-height: 0.96;
  letter-spacing: -0.045em;
}

.sf-strength-content h2 span {
  display: block;
  color: #0b2a78;
  font-size: clamp(46px, 6vw, 74px);
  font-weight: 900;
}

.sf-strength-content h2 strong {
  display: block;
  color: #c62828;
  font-size: clamp(42px, 5.4vw, 66px);
  font-weight: 900;
}

.sf-strength-content h2 em {
  display: block;
  color: #3b3b3b;
  font-size: clamp(40px, 5.6vw, 66px);
  font-style: normal;
  font-weight: 900;
}

.sf-strength-content p {
  max-width: 620px;
  margin: 18px auto 0;
  color: #333333;
  font-size: 16px;
  line-height: 1.45;
}

.sf-strength-icons {
  grid-column: 1 / -1;
  margin-top: 22px;
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 22px;
}

.sf-strength-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 76px;
}

.sf-strength-symbol {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  color: #0b2a78;
  font-size: 36px;
  line-height: 1;
}

.sf-strength-symbol.red {
  color: #c62828;
}

.sf-strength-item h3 {
  margin: 0;
  color: #0b2a78;
  font-size: 19px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1;
}

.sf-strength-item:nth-of-type(3) h3,
.sf-strength-item:nth-of-type(7) h3 {
  color: #c62828;
}

.sf-strength-item p {
  margin: 6px 0 0;
  color: #555555;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1;
}

.sf-strength-divider {
  width: 2px;
  height: 52px;
  background: #b8b8b8;
}

.sf-strength-tagline {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  margin-top: 16px;
}

.sf-strength-tagline span {
  width: 86px;
  height: 3px;
  background: #0b2a78;
}

.sf-strength-tagline p {
  margin: 0;
  color: #3b3b3b;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.28em;
  text-align: center;
}

/* FEATURES */
.sf-features {
  padding: 60px 0;
  background: #ffffff;
}

.sf-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid var(--sf-line);
  border-bottom: 1px solid var(--sf-line);
}

.sf-feature-card {
  padding: 38px 34px;
  border-right: 1px solid var(--sf-line);
}

.sf-feature-card:last-child {
  border-right: 0;
}

.sf-icon {
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  display: grid;
  place-items: center;
  font-size: 24px;
  color: var(--sf-blue);
}

.sf-feature-card h3 {
  margin: 0 0 12px;
  color: #172032;
  font-size: 18px;
  font-weight: 800;
}

.sf-feature-card p {
  margin: 0;
  color: var(--sf-muted);
  font-size: 14px;
  line-height: 1.7;
}

/* PRODUCTS / WORKS */
.sf-products,
.sf-works {
  background: #ffffff;
  padding: 44px 0 72px;
}

.sf-section-heading {
  margin-bottom: 26px;
}

.sf-section-heading h2 {
  color: #172032;
  max-width: 680px;
}

.sf-product-banner {
  position: relative;
  min-height: 380px;
  overflow: hidden;
  border-radius: 2px;
  background: #111827;
}

.sf-product-banner img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sf-product-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.88) 0%, rgba(255,255,255,0.22) 32%, rgba(255,255,255,0) 52%),
    linear-gradient(270deg, rgba(255,255,255,0.82) 0%, rgba(255,255,255,0.15) 24%, rgba(255,255,255,0) 48%);
}

.sf-product-title {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 28px;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(28px, 5vw, 58px);
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: -0.05em;
  white-space: nowrap;
}

.sf-product-text {
  position: absolute;
  z-index: 3;
  top: 50%;
  width: 210px;
  transform: translateY(-50%);
}

.sf-product-text.left {
  left: 34px;
}

.sf-product-text.right {
  right: 34px;
  text-align: right;
}

.sf-product-text p {
  margin: 0 0 18px;
  color: #172032;
  font-size: 14px;
  line-height: 1.65;
}

.sf-product-text a {
  display: inline-flex;
  align-items: center;
  font-weight: 800;
  font-size: 13px;
  color: var(--sf-blue);
}

.sf-product-text a::after {
  content: "→";
  margin-left: 8px;
}

/* CLIENTS */
.sf-clients {
  padding: 40px 0 54px;
  background: #ffffff;
}

.sf-clients h2 {
  margin: 0 0 24px;
  color: var(--sf-blue);
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
}

.sf-client-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid var(--sf-line);
  border-bottom: 1px solid var(--sf-line);
}

.sf-client-grid div {
  min-height: 94px;
  display: grid;
  place-items: center;
  text-align: center;
  color: #6b7280;
  font-size: 15px;
  font-weight: 800;
  border-right: 1px solid var(--sf-line);
}

.sf-client-grid div:last-child {
  border-right: 0;
}

/* FOOTER */
.sf-footer {
  background: #111827;
  color: #ffffff;
  padding: 58px 0;
}

.sf-footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 30px;
}

.sf-footer h2 {
  margin: 0 0 12px;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -0.05em;
}

.sf-footer h4 {
  margin: 0 0 10px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.sf-footer p {
  margin: 0;
  color: #c9d2df;
  font-size: 14px;
}
/* PRODUCT SAMPLE GRID */
.sf-product-sample-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.sf-product-sample-card {
  background: #ffffff;
  border: 1px solid var(--sf-line);
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.sf-product-sample-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 35px rgba(17, 24, 39, 0.12);
}

.sf-product-sample-card img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.sf-product-sample-content {
  padding: 16px 14px 18px;
}

.sf-product-sample-content h3 {
  margin: 0 0 8px;
  color: #172032;
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
}

.sf-product-sample-content p {
  margin: 0 0 14px;
  color: #555555;
  font-size: 13px;
  line-height: 1.5;
}

.sf-product-sample-content a {
  display: inline-flex;
  align-items: center;
  color: var(--sf-blue);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.sf-product-sample-content a::after {
  content: "+";
  margin-left: 8px;
  color: #c62828;
}

/* OUR BRAND STORY */
.sf-brand-story {
  background: #ffffff;
  padding: 82px 0;
  border-top: 1px solid var(--sf-line);
  border-bottom: 1px solid var(--sf-line);
}

.sf-brand-story-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 58px;
  align-items: center;
}

.sf-brand-story-content h2 {
  max-width: 720px;
  margin: 0 0 22px;
  color: #172032;
  font-size: clamp(34px, 4.8vw, 58px);
  line-height: 0.98;
  font-weight: 900;
  letter-spacing: -0.045em;
  text-transform: uppercase;
}

.sf-brand-story-content p {
  max-width: 720px;
  margin: 0 0 18px;
  color: #4b5563;
  font-size: 16px;
  line-height: 1.75;
}

.sf-brand-story .sf-label {
  font-size: 20px;
  letter-spacing: 0.18em;
  margin-bottom: 18px;
}

.sf-brand-story-card {
  min-height: 360px;
  padding: 38px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background:
    linear-gradient(180deg, rgba(11, 42, 120, 0.08), rgba(11, 42, 120, 0.92)),
    url("https://usspeedframe.com/wp-content/uploads/2026/06/4.png");
  background-size: cover;
  background-position: center;
  color: #ffffff;
  border-radius: 22px;
  box-shadow: 0 24px 60px rgba(17, 24, 39, 0.18);
}

.sf-brand-story-card h3 {
  margin: 0 0 10px;
  font-size: 34px;
  font-weight: 900;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

.sf-brand-story-card p {
  margin: 0;
  color: #e5e7eb;
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  line-height: 1.5;
}

/* =====================================================
   SPEEDFRAME FIND US SECTION
===================================================== */

.sf-find-us-section {
    width: 100%;
    background: #ffffff;
    color: #0c2a78;
    padding: 92px 0 96px;
}

.sf-find-us-container {
    width: min(1180px, calc(100% - 48px));
    margin-inline: auto;
}

.sf-find-us-container h2 {
    margin: 0 0 34px;
    padding: 0;

    color: #0c2a78;
    font-family: Inter, Arial, sans-serif;
    font-size: clamp(34px, 4vw, 52px);
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.sf-find-us-map {
    width: 100%;
    height: 430px;
    overflow: hidden;
    background: #eef2f7;
}

.sf-find-us-map iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    filter: grayscale(5%) saturate(0.95);
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .sf-header {
    padding: 18px 0;
  }

  .sf-logo {
    font-size: 24px;
  }

  .sf-menu-toggle {
    display: block;
  }

  .sf-nav {
    position: absolute;
    top: 70px;
    left: 6vw;
    right: 6vw;
    display: none;
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 16px;
    background: rgba(17, 24, 39, 0.95);
    border-radius: 18px;
  }

  .sf-nav.open {
    display: grid;
  }

  .sf-nav a {
    width: 100%;
    min-width: 0;
    padding: 13px 18px;
    background: rgba(255, 255, 255, 0.12);
  }

  .sf-hero-slider {
    height: 720px;
    min-height: 620px;
  }

  .sf-hero-card {
    width: min(92vw, 680px);
    padding: 28px 28px 32px 6vw;
    border-radius: 0 28px 28px 0;
  }

  .sf-hero-card p {
    font-size: 16px;
  }

  .sf-two-col,
  .sf-feature-grid,
  .sf-footer-grid {
    grid-template-columns: 1fr;
  }

  .sf-feature-card {
    border-right: 0;
    border-bottom: 1px solid var(--sf-line);
  }

  .sf-feature-card:last-child {
    border-bottom: 0;
  }

  .sf-product-text {
    top: auto;
    bottom: 28px;
    transform: none;
  }

  .sf-product-text.left {
    left: 24px;
  }

  .sf-product-text.right {
    display: none;
  }
  
  .sf-brand-story-grid{
   grid-template-columns: 1fr;
   gap: 34px;
  }
  .sf-brand-story-card{
      min-height: 300px;
  }

  .sf-product-title {
    left: 24px;
    bottom: 115px;
    transform: none;
  }

  .sf-client-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .sf-client-grid div {
    border-bottom: 1px solid var(--sf-line);
  }
  .sf-strength-inner{
      grid-template-columns: 1fr;
      gap: 28px;
  }
  .sf-strength-image{
      max-width: 420px;
      margin: 0 auto;
  }
  .sf-strength-icons {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .sf-strength-divider {
    display: none;
  }

  .sf-strength-tagline {
    gap: 14px;
  }

  .sf-strength-tagline span {
    width: 46px;
  }

  .sf-strength-tagline p {
    font-size: 13px;
    letter-spacing: 0.18em;
  }
  .sf-product-sample-grid {
  grid-template-columns: repeat(2, 1fr);
    }
    
    .sf-product-sample-card img {
        height: 220px;
    }
    .sf-find-us-section {
        padding: 76px 0 80px;
    }
    
    .sf-find-us-map {
        height: 380px;
    }
}


@media (max-width: 560px) {
  .sf-container,
  .sf-header-inner {
    width: min(100% - 34px, 1060px);
  }

  .sf-hero-slider {
    height: 680px;
  }

  .sf-hero-card {
    width: 94vw;
    min-height: 220px;
  }

  .sf-hero-card h1 {
    font-size: 34px;
  }

  .sf-slider-dots {
    right: 20px;
    bottom: 18px;
  }

  .sf-about {
    padding: 58px 0;
  }

  .sf-about-images {
    min-height: auto;
  }

  .sf-img-card.large,
  .sf-img-card.small {
    position: relative;
    width: 100%;
    height: 250px;
    right: auto;
    bottom: auto;
    border: 0;
  }

  .sf-img-card.small {
    margin-top: 18px;
  }

  .sf-process {
    grid-template-columns: 1fr;
  }

  .sf-products,
  .sf-works {
    padding: 36px 0 54px;
  }

  .sf-product-banner {
    min-height: 440px;
  }

  .sf-product-banner::after {
    background: linear-gradient(180deg, rgba(255,255,255,0.88) 0%, rgba(255,255,255,0.24) 48%, rgba(255,255,255,0.05) 100%);
  }

  .sf-product-title {
    font-size: 34px;
    white-space: normal;
  }

  .sf-client-grid {
    grid-template-columns: 1fr;
  }

  .sf-footer {
    padding: 44px 0;
  }
  .sf-strength-banner {
    padding: 36px 0;
  }

  .sf-strength-image img {
    height: 220px;
  }

  .sf-strength-content h2 span,
  .sf-strength-content h2 strong,
  .sf-strength-content h2 em {
    font-size: 42px;
  }

  .sf-strength-icons {
    grid-template-columns: 1fr;
  }

  .sf-strength-item {
    justify-content: flex-start;
    padding: 0 20px;
  }

  .sf-strength-tagline {
    flex-direction: column;
    gap: 10px;
  }

  .sf-strength-tagline p {
    font-size: 12px;
    line-height: 1.6;
  }
  .sf-product-sample-grid{
      grid-template-columns: 1fr;
  }
  .sf-product-sample-card img{
      height: 230px;
  }
    .sf-brand-story {
      padding: 58px 0;
    }
    
    .sf-brand-story-card {
      min-height: 260px;
      padding: 28px;
    }
    
    .sf-brand-story-card h3 {
      font-size: 28px;
    }
    .sf-find-us-section {
        padding: 58px 0 64px;
    }

    .sf-find-us-container {
        width: min(100% - 28px, 1180px);
    }

    .sf-find-us-container h2 {
        margin-bottom: 24px;
        font-size: 32px;
    }

    .sf-find-us-map {
        height: 320px;
    }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-cc1fb6b *//* =====================================================
   US SPEEDFRAME MANUAL CONTACT FORM
===================================================== */

.sf-contact-form-section {
    width: 100%;
    background: #ffffff;
    color: #1d2634;
    padding: 78px 0 96px;
}

.sf-contact-form-container {
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
}

.sf-contact-form-heading {
    max-width: 560px;
    margin: 0 auto 28px;
}

.sf-contact-form-heading h2 {
    margin: 0 0 28px;
    color: #0c2a78;
    font-family: Inter, Arial, sans-serif;
    font-size: clamp(34px, 4vw, 52px);
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.sf-contact-form-heading p {
    margin: 0 0 8px;
    color: #111827;
    font-family: Inter, Arial, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.45;
}

.sf-contact-form-heading span {
    display: block;
    margin: 0;
    color: #1d2634;
    font-family: Inter, Arial, sans-serif;
    font-size: 13px;
    font-style: italic;
    line-height: 1.45;
}

.sf-contact-form {
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
}

.sf-form-field {
    margin-bottom: 22px;
}

.sf-form-field label {
    display: block;
    margin: 0 0 8px;
    color: #1d2634;
    font-family: Inter, Arial, sans-serif;
    font-size: 13px;
    font-weight: 500;
}

.sf-form-field label em {
    color: #0c2a78;
    font-style: normal;
    font-weight: 800;
}

.sf-form-field input,
.sf-form-field textarea {
    display: block;
    width: 100%;
    padding: 8px 0;
    color: #1d2634;
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(29, 38, 52, 0.34);
    border-radius: 0;
    font-family: Inter, Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.35;
    outline: none;
    box-shadow: none;
    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

.sf-form-field textarea {
    min-height: 86px;
    resize: vertical;
}

.sf-form-field input:focus,
.sf-form-field textarea:focus {
    border-bottom-color: #0c2a78;
    box-shadow: 0 1px 0 rgba(12, 42, 120, 0.16);
}

.sf-contact-submit {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 132px;
    min-height: 44px;
    margin-top: 6px;
    padding: 11px 22px;
    color: #1d2634;
    background: #ffffff;
    border: 1.2px solid #1d2634;
    border-radius: 999px;
    font-family: Inter, Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: none;
    transition:
        background 0.2s ease,
        color 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.sf-contact-submit:hover {
    background: #0c2a78;
    border-color: #0c2a78;
    color: #ffffff;
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(12, 42, 120, 0.18);
}

.sf-contact-submit:disabled {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
}

.sf-submit-loading {
    display: none;
}

.sf-contact-submit.is-loading .sf-submit-text {
    display: none;
}

.sf-contact-submit.is-loading .sf-submit-loading {
    display: inline;
}

.sf-contact-error {
    margin: 18px 0 0;
    color: #dc2626;
    font-family: Inter, Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
}

.sf-form-honeypot {
    position: absolute;
    left: -9999px;
    visibility: hidden;
}

/* =====================================================
   SUCCESS MODAL
===================================================== */

.sf-inquiry-modal {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.sf-inquiry-modal.is-open {
    display: flex;
}

.sf-inquiry-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(17, 24, 39, 0.62);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.sf-inquiry-modal-card {
    position: relative;
    z-index: 2;
    width: min(480px, 100%);
    padding: 42px 36px 36px;
    background: #ffffff;
    color: #1d2634;
    border-radius: 22px;
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.28);
    text-align: center;
}

.sf-inquiry-modal-close {
    position: absolute;
    top: 14px;
    right: 16px;
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border: 0;
    border-radius: 999px;
    background: #f4f5f7;
    color: #1d2634;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
}

.sf-inquiry-modal-icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 22px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: #0c2a78;
    color: #ffffff;
    font-size: 34px;
    font-weight: 900;
}

.sf-inquiry-modal-card h3 {
    margin: 0 0 14px;
    color: #0c2a78;
    font-family: Inter, Arial, sans-serif;
    font-size: 26px;
    font-weight: 900;
    line-height: 1.12;
}

.sf-inquiry-modal-card p {
    margin: 0 0 26px;
    color: #4b5563;
    font-family: Inter, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.55;
}

.sf-inquiry-modal-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 13px 28px;
    border: 0;
    border-radius: 999px;
    background: #0c2a78;
    color: #ffffff;
    font-family: Inter, Arial, sans-serif;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    cursor: pointer;
}

/* =====================================================
   ELEMENTOR TWO-COLUMN FIX
===================================================== */

.elementor-widget-container .sf-contact-form-section {
    padding-top: 0;
}

/* =====================================================
   RESPONSIVE
===================================================== */

@media (max-width: 900px) {
    .sf-contact-form-section {
        padding: 76px 0 86px;
    }

    .sf-contact-form-container,
    .sf-contact-form,
    .sf-contact-form-heading {
        max-width: 560px;
        margin-left: auto;
        margin-right: auto;
    }

    .sf-contact-form-heading p,
    .sf-contact-form-heading span {
        margin-left: 0;
    }
}

@media (max-width: 560px) {
    .sf-contact-form-section {
        padding: 58px 0 64px;
    }

    .sf-contact-form-container {
        width: min(100% - 28px, 560px);
    }

    .sf-contact-form,
    .sf-contact-form-heading {
        max-width: 100%;
    }

    .sf-contact-form-heading h2 {
        font-size: 32px;
        margin-bottom: 22px;
    }

    .sf-contact-form-heading p {
        font-size: 16px;
    }

    .sf-contact-form-heading span {
        font-size: 14px;
    }

    .sf-form-field {
        margin-bottom: 24px;
    }

    .sf-contact-submit {
        width: auto;
    }

    .sf-inquiry-modal-card {
        padding: 38px 24px 30px;
    }
}/* End custom CSS */