@import url('https://fonts.googleapis.com/css2?family=Mona+Sans:ital,wght@0,200..900;1,200..900&display=swap');



@media (min-width: 1051px) {
    body.header-dark-mode .page-header {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        z-index: 100 !important;
        background: transparent !important;
        box-shadow: none !important;
    }
     
    body.header-dark-mode .page-header_top {
        background: transparent !important;
        border-bottom-color: rgba(255, 255, 255, 0.15) !important;
    }
     
    body.header-dark-mode .sub-nav_link {
        color: rgba(0, 0, 0, 0.8) !important;
    }
     
    body.header-dark-mode .sub-nav_link:hover {
        color: #3a8dde !important;
    }
     
    body.header-dark-mode .page-header_content {
        background: transparent !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15) !important;
    }
     
    body.header-dark-mode .main-menu_link {
        color: #000 !important;
    }
    body.header-dark-mode .main-menu_link:hover {
        color: #3a8dde !important;
    }
     
    body.header-dark-mode .main-menu_links a {
        color: #000 !important;
        border-color: #000 !important;
        background: transparent !important;
    }
    body.header-dark-mode .main-menu_links a:hover {
        color: #fff !important;
        border-color: #3a8dde !important;
        background: #3a8dde !important;
    }
     
    body.header-dark-mode .main-menu_search-text {
        color: #000 !important;
    }
     
    body.header-dark-mode .main-menu_search svg,
    body.header-dark-mode .main-menu_search svg use {
        fill: #000 !important;
        color: #000 !important;
    }
     
    body.header-dark-mode .menu-trigger span,
    body.header-dark-mode .menu-trigger span::before,
    body.header-dark-mode .menu-trigger span::after {
        background-color: #fff !important;
    }
     
    body.header-dark-mode .page-header_substrate {
        display: none !important;
    }
     
    /* ── STATE 2: White header on hover (.header-menu-open) ─────── */
     
    body.header-dark-mode.header-menu-open .page-header {
        background: #fff !important;
        box-shadow: 0 2px 8px rgba(0,0,0,0.08) !important;
    }
     
    body.header-dark-mode.header-menu-open .page-header_top {
        background: #f5f5f5 !important;
        border-bottom-color: #e5e5e5 !important;
    }
     
    body.header-dark-mode.header-menu-open .sub-nav_link {
        color: #36404A !important;
    }
     
    body.header-dark-mode.header-menu-open .page-header_content {
        background: #fff !important;
        border-bottom: 1px solid #e5e5e5 !important;
    }
     
    body.header-dark-mode.header-menu-open .main-menu_link {
        color: #36404A !important;
    }
     
    body.header-dark-mode.header-menu-open .main-menu_links a {
        color: #36404A !important;
        border-color: #36404A !important;
        background: transparent !important;
    }
     
    body.header-dark-mode.header-menu-open .main-menu_search-text {
        color: #36404A !important;
    }
     
    body.header-dark-mode.header-menu-open .main-menu_search svg,
    body.header-dark-mode.header-menu-open .main-menu_search svg use {
        fill: #36404A !important;
        stroke: #36404A !important;
        color: #36404A !important;
    }
     
    body.header-dark-mode.header-menu-open .menu-trigger span,
    body.header-dark-mode.header-menu-open .menu-trigger span::before,
    body.header-dark-mode.header-menu-open .menu-trigger span::after {
        background-color: #36404A !important;
    }
     
    body.header-dark-mode.header-menu-open .page-header_substrate {
        display: block !important;
    }
     
    /* ── TRANSITIONS ─────────────────────────────────────────────── */
     
    body.header-dark-mode .page-header,
    body.header-dark-mode .page-header_top,
    body.header-dark-mode .page-header_content {
        transition: background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
    }
     
    body.header-dark-mode .main-menu_link,
    body.header-dark-mode .sub-nav_link,
    body.header-dark-mode .main-menu_search-text,
    body.header-dark-mode .main-menu_links a {
        transition: color 0.2s ease, border-color 0.2s ease;
    }
}

@media (max-width: 1050px) {
    .header-dark-mode button.menu-trigger {
        border-color: var(--color-shark);
    }
    .header-dark-mode button.menu-trigger::before, .header-dark-mode button.menu-trigger::after {
        background-color: var(--color-shark);
    }
    .header-dark-mode button.menu-trigger span {
        background-color: var(--color-shark) !important;
    }
    body.header-dark-mode.lock .page-header_content {
        background: #fff !important;
        border-bottom: 1px solid #e5e5e5 !important;
    }
}





h6.hero-sub-head{
    font-family: "Mona Sans", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 2.8px;
    text-align: center;
    text-transform: uppercase;
    color: var(--color-brand);
}
h1.hero-title{
    font-family: "FreightDisp", serif;
    font-weight: 400;
    font-size: 75px;
    line-height: 82.5px;
    letter-spacing: -2.25px;
    text-align: center;
    text-transform: capitalize;
}
h1.hero-title span{
    color: var(--color-brand);
}
.hero-content p{
    font-family: "Mona Sans", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0;
    text-align: center;
    color: var(--h1-h6-color);
    max-width: 546px;
    margin: 0 auto;
}

.hero-secton-wrapper{
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
}
.hero-content{
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
}
.hero-bg-svg {
    position: absolute;
    top: 50%;
    width: 70%;
    height: 90vh;
    pointer-events: none;
    z-index: 0;
    transform: translateY(-40%);
}



.stats-section-wrapper {
  background: #EDEDEC;
  padding: 100px 0;
}
.stats-section-wrapper .container,  .services-section .container {
  max-width: calc(1340px + var(--gutter) * 2);
}

.stats-heading {
  font-family: "FreightDispProMedium-Regular", serif;
  font-weight: 400;
  font-size: 65px;
  line-height: 71.5px;
  letter-spacing: -1.95px;
  text-transform: capitalize;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.stat-card {
  min-height: 350px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.stat-card.blue {
  background-color: var(--color-brand);
}
.stat-card.blue h3 {
  color: #fff;
}
.stat-card.blue p {
  color: #FFFC;
}
.stat-card.white {
  background: #fff;
}
.stat-card.white h3 {
  color: var(--color-brand);
}
.stat-card.white p {
  color: var(--base-text-color);
}
.stat-card h3{
    font-family: "FreightDispProBook-Regular", serif;
    font-weight: 400;
    font-size: 80px;
    line-height: 1.1; 
    letter-spacing: -0.03em; 


}
.stat-card p{
    font-family: "Mona Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    vertical-align: bottom;
}
.stats-text {
  max-width: 660px;
  margin-left: auto;
  margin-top: 74px;
}

.stats-text p {
    margin: 0;
    color: var(--base-text-color);
    font-family: "Mona Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
}



.services-section {
    position: relative;
    overflow: hidden;
    background: #fff;
    padding: 120px 0px;
}

.services-section::after {
    content: "";
    position: absolute;
    right: 0px;
    bottom: -180px;
    width: 80%;
    height: 100%;
    background: url("https://www.crothall.com/wp-content/uploads/2026/06/Union.png") no-repeat center;
    background-size: contain;
    z-index: 2;
    pointer-events: none;
}

.services-header {
    text-align: center;
    margin-bottom: 90px;
}

.services-header h2 {
    margin: 0 0 30px;
    color: #3E4650;
    font-family: "FreightDispProMedium-Regular", serif;
    font-weight: 400;
    font-size: 65px;
    line-height: 71.5px;
    letter-spacing: -1.95px;
}

.services-header p {
    margin: 0 auto;
    max-width: 780px;
    color: #3E4650;
    font-family: "Mona Sans", sans-serif;
    font-size: 16px;
    line-height: 24px;
}

.services-slider {
    display: flex;
    gap: 20px;
    height: 550px;
}

.service-card {
    position: relative;
    flex: 1;
    min-width: 0;
    overflow: hidden;
    background-size: cover;
    background-position: center;

    transition: flex .55s ease;
}
.service-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: inherit;
    background-size: cover;
    background-position: center;
    filter: grayscale(100%);
    z-index: 0;
}

.service-card.active,
.service-card:hover {
    flex: 4.6;
}

.services-slider:hover .service-card.active:not(:hover) {
    flex: 1;
}

.service-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(25, 35, 45, .45);
    transition: background .3s ease;
}

.service-card.active::before,
.service-card:hover::before {
    background: rgba(25, 35, 45, .12);
}

.service-info {
    position: absolute;
    left: 8%;
    top: 8%;
    width: 84%;
    height: 84%;
    background: rgba(255, 255, 255, .88);
    backdrop-filter: blur(10px);
    padding: 44px 40px 0;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    transform: translateY(18px);
    transition: all .3s ease;
    z-index: 1;
}

.service-card.active .service-info,
.service-card:hover .service-info {
    opacity: 1;
    visibility: visible;
    transform: none;
}

.services-slider:hover .service-card.active:not(:hover) .service-info {
    opacity: 0;
    visibility: hidden;
    transform: translateY(18px);
}

.service-info h3 {
    margin: 0 0 18px;
    color: #3E4650;
    font-family: "FreightDispProMedium-Regular", serif;
    font-weight: 400;
    font-size: 31px;
    line-height: 34px;
    letter-spacing: -.93px;
}

.service-info > p {
    margin: 0 0 34px;
    color: #6F7881;
    font-family: "Mona Sans", sans-serif;
    font-size: 14px;
    line-height: 22px;
}

.service-stats div {
    display: grid;
    grid-template-columns: 90px 1fr;
    gap: 20px;
    padding: 14px 0;
    border-bottom: 1px solid rgba(62, 70, 80, .15);
}

.service-stats div:last-child {
    border-bottom: 0;
}

.service-stats strong {
    color: #111;
    font-family: "Mona Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.service-stats span {
    color: #3E4650;
    font-family: "Mona Sans", sans-serif;
    font-size: 14px;
    line-height: 22px;
}

.service-btn {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    gap: 14px;
    background: #3A8DDE;
    color: #fff;
    padding: 10px 24px;
    text-decoration: none;
    font-family: "Mona Sans", sans-serif;
    font-size: 16px;
    line-height: 24px;
}
.service-btn:hover{
    color: #fff;
}
.service-btn span {
    font-size: 26px;
    line-height: 1;
}

.service-card {
    transition:
        flex 900ms cubic-bezier(.22, 1, .36, 1),
        filter 500ms ease;
    will-change: flex;
}

.service-card::before {
    transition: background 600ms ease;
}

.service-info {
    transition:
        opacity 500ms ease,
        visibility 500ms ease,
        transform 650ms cubic-bezier(.22, 1, .36, 1);
    transition-delay: 180ms;
}

.services-slider:hover .service-card.active:not(:hover) .service-info {
    transition-delay: 0ms;
}

.resources-section{
    background:#EDEDEC;
    padding:120px 0px;
}

.resources-section .container{
    max-width:1340px;
    margin:0 auto;
}

.resources-header{
    text-align:center;
    margin-bottom:74px;
}

.resources-header h2{
    margin:0 0 30px;
    color:#3E4650;
    font-family:"FreightDispProMedium-Regular", serif;
    font-weight:400;
    font-size:65px;
    line-height:71.5px;
    letter-spacing:-1.95px;
}

.resources-header p{
    max-width:570px;
    margin:0 auto;
    color:#3E4650;
    font-family:"Mona Sans", sans-serif;
    font-size:16px;
    line-height:24px;
}

.resources-grid{
    display:grid;
    grid-template-columns:repeat(4, 1fr);
    gap:20px;
}

.resource-card{
    background:#fff;
    min-height:492px;
    display:flex;
    flex-direction:column;
}

.resource-card img{
    width:100%;
    height:190px;
    object-fit:cover;
    display:block;
}

.resource-content{
    padding:28px 24px 24px;
    display:flex;
    flex-direction:column;
    flex:1;
}

.resource-content h3{
    margin:0;
    color:#3E4650;
    font-family: "Mona Sans", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 21.6px;
    letter-spacing: -0.18px;
    text-transform: capitalize;
}

.resource-content a.readmore {
    margin-top:auto;
    margin-left:auto;
    display:flex;
    align-items:center;
    gap:14px;
    background:#3A8DDE;
    color:#fff;
    padding:13px 24px;
    text-decoration:none;
    font-family:"Mona Sans", sans-serif;
    font-size:16px;
    line-height:24px;
}
.resource-content a.readmore:hover {
  color: #fff;
}
.resource-content a.readmore span{
    font-size:24px;
    line-height:1;
}

.contact-section {
  position: relative;
  overflow: hidden;
  padding: 100px 20px;
  background-size: cover;
  background-position: center;
}

.contact-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(31, 36, 41, 0.9), rgba(31, 36, 41, .82));
}

.contact-container {
  position: relative;
  z-index: 1;
  max-width: 1340px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 100px;
}

.contact-left {
  flex: 1;
  color: #fff;
  max-width: 620px;
  gap: 32PX;
  display: flex;
  flex-direction: column;
}

.contact-left h2 {
  font-family: "FreightDispProMedium-Regular", serif;
    font-weight: 400;
    font-size: 65px;
    line-height: 1.1;
    letter-spacing: -0.03em;
    text-transform: capitalize;
    color: #fff;
}

.contact-left p {
  margin-bottom: 0;
  font-family: "Mona Sans", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.contact-left ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-left li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 14px;
  font-family: "Mona Sans", sans-serif;
  font-size: 15px;
  line-height: 1.5;
}

.contact-left li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-image: url('https://www.crothall.com/wp-content/uploads/2026/06/Vector.png');
}

.contact-form-box {
  max-width: 620px;
  background: #fff;
  padding: 50px;
}

.contact-form-box h3 {
  margin: 0 0 34px;
  color: #3e4650;
  font-family: "FreightDispProMedium-Regular", serif;
  font-size: 36px;
  line-height: 1.15;
  font-weight: 400;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.contact-form-box input,
.contact-form-box textarea {
  width: 100%;
  height: 50px;
  margin-bottom: 14px;
  padding: 0 18px;
  border: 1px solid #d9d9d9;
  color: #3e4650;
  font-family: "Mona Sans", sans-serif;
  font-size: 14px;
  box-sizing: border-box;
}

.contact-form-box textarea {
  height: 54px;
  padding-top: 16px;
  resize: vertical;
}

.form-note {
  margin: 18px 0 34px;
  color: #5f6871;
  font-family: "Mona Sans", sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

.contact-form-box button {
  display: block;
  margin-left: auto;
  border: 0;
  background: #3a8dde;
  color: #fff;
  padding: 15px 34px;
  font-family: "Mona Sans", sans-serif;
  font-size: 14px;
  cursor: pointer;
}


.contact-form-box.home-new-form {
  padding: 50px;
}
.contact-form-box.home-new-form .embed-form .hbspt-form {
  background-color: transparent !important;
  padding: 0;
}
.contact-form-box.home-new-form .embed-form .hbspt-form input {
  background-color: #fff !important;
  border: 1px solid #cfcfcf !important;
  color: var(--base-text-color) !important;
  height: auto !important;
}
.home-new-form input::placeholder,
.home-new-form textarea::placeholder {
  color: #3f4a54 !important;
  opacity: 1;
  font-family: 'Mona Sans';
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}
form fieldset:nth-child(2), form fieldset:nth-child(3) {
  width: 50%;
  float: left;
  max-width: 250px;
}
.contact-form-box.home-new-form h3{
  font-family: "FreightDispProMedium-Regular", serif;
  font-weight: 400;
  font-size: 44px;
  line-height: 110%;
  letter-spacing: -0.03em;
  text-transform: capitalize;
  margin-bottom: 44px;
}
.page-id-6089 .home-new-form fieldset.form-columns-1 select, .page-id-6089 .home-new-form fieldset.form-columns-1 textarea {
  width: 100% !important;
  height: auto !important;
  padding: 22px !important;
  border: 1px solid #cfcfcf !important;
  border-radius: 0 !important;
  background: #fff !important;
  color: #3f4a54 !important;
  font-size: 16px !important;
  line-height: 1.2;
  box-shadow: none !important;
}
.contact-form-box.home-new-form .embed-form .hbspt-form input[type="submit"]{
  background-color: var(--color-brand) !important;
  color: #fff !important;
}
.home-new-form textarea {
  height: 56px !important;
  padding-top: 18px !important;
  resize: vertical;
}
.page-id-6089 .hs-richtext.hs-main-font-element p {
  color: var(--base-text-color);
  font-family: 'Mona Sans';
  font-weight: 400;
  font-size: 13px;
  line-height: 1.5;

}
.contact-form-box.home-new-form .embed-form .hbspt-form input input[type="submit"]{
    background-color: var(--color-brand);
}
.contact-form-box.home-new-form .embed-form .hbspt-form .hs-error-msgs label {
    font-size: 12px;
}




@media (max-width: 1280px) {
  .contact-container{
    gap: 60px;
  }
}
@media (max-width: 991px) {
    .services-slider{
        flex-direction:column;
        height: 1000px;
    }
    .services-section, .stats-section-wrapper{
      padding: 60px 0;
    }
    .service-info {
        position: absolute;
        left: 5%;
        top: 5%;
        width: 90%;
        height: 90%;
    }
    .service-info h3{
        margin-bottom: 12px;
    }
    .service-info > p{
        margin-bottom: 8px;
    }
    .resources-grid, .stats-grid{
        grid-template-columns: repeat(2, 1fr) ;
    }
    .contact-container {
        flex-direction: column;
        gap: 50px;
        align-items: stretch;
    }
    .contact-left h2 {
        font-size: 52px;
    }
    .contact-form-box {
      max-width: 100%;
    }
    .contact-form-box.home-new-form fieldset {
      max-width: 100%;
    }
}
@media (max-width: 767px) {
    .hero-secton-wrapper {
        min-height: auto;
        padding: 200px 20px 100px;
        height: auto;
    }

  .hero-bg-svg {
    width: 120%;
    opacity: .7;
  }

  h6.hero-sub-head {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 2px;
  }

  h1.hero-title {
    font-size: 42px;
    line-height: 46px;
    letter-spacing: -1.2px;
  }

  .hero-content p {
    font-size: 16px;
    line-height: 24px;
  }

  .stats-heading,
  .services-header h2,
  .resources-header h2 {
    font-size: 38px;
    line-height: 42px;
    letter-spacing: -1px;
  }

  .stats-grid,
  .resources-grid {
    grid-template-columns: 1fr;
  }

  .stat-card {
    min-height: 260px;
    padding: 26px;
  }

  .stat-card h3 {
    font-size: 44px;
  }

  .stats-text {
    margin-top: 40px;
  }
    .resources-grid{
        grid-template-columns: repeat(1, 1fr) ;
    }


  .service-info,
  .service-card.active .service-info,
  .service-card:hover .service-info,
  .services-slider:hover .service-card.active:not(:hover) .service-info {
    max-height: calc(100% - 32px);
    padding: 26px 22px 86px;
  }

  .service-info h3 {
    font-size: 26px;
    line-height: 30px;
  }

  .service-stats div {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 12px 0;
  }

  .resource-card {
    min-height: auto;
  }
  .resource-content{
    gap: 24px;
  }
  .resource-content a.readmore {
    margin-right: auto;
    margin-left: 0;
  }
    .contact-section {
    padding: 70px 20px;
  }

  .contact-left h2 {
    font-size: 38px;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .contact-form-box.home-new-form {
    padding: 36px 24px;
  }
  .contact-left h2 {
        font-size: 40px;
    }
  .contact-form-box button {
    width: 100%;
  }
}

/* Small mobile */
@media (max-width: 480px) {
  h1.hero-title {
    font-size: 34px;
    line-height: 38px;
  }

  .stats-heading,
  .services-header h2,
  .resources-header h2 {
    font-size: 32px;
    line-height: 36px;
  }
  .service-info,
  .service-card.active .service-info,
  .service-card:hover .service-info,
  .services-slider:hover .service-card.active:not(:hover) .service-info {
    padding: 22px 18px 82px;
  }
  form fieldset:nth-child(2), form fieldset:nth-child(3){
    max-width: 100%;
    width: 100%;
  }

  .resource-content {
    padding: 24px 20px;
  }
  .contact-left h2 {
        font-size: 32px;
    }
}
