@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap');


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Inter", sans-serif;
}

.search-output-container,
.canada-search-output-container {
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  align-items: center;
  /* border: 1px solid red; */
  padding: 10px;
  margin-top: 20px;
  max-height: 150px; /* Adjust this value based on the height of 3 children */
  overflow-y: auto; /* Enables vertical scrolling */
}

.submit_loading_container {
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  align-items: center;
  /* border: 1px solid red; */
  padding: 10px;
  margin-top: 20px;
  max-height: 150px; /* Adjust this value based on the heigh
}

  .search-output-child:first-child,
  .canada-search-output-child:first-child {
  margin-top: 0; /* Removes top margin from the first child if any */
}

.search-output-child,
.canada-search-output-child {
  text-align: center;
  border: 0.5px solid rgb(132, 130, 130);
  width: 90%;
  border-radius: 20px;
  padding: 5px;
  font-size: 12px;
  font-weight: bold;
  margin: 5px;
}

.canada-search-output-child:hover,
.search-output-child:hover {
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.search-output-child-result,
.canada-search-output-child-result {
  display: none;
  text-align: center;
  padding-bottom: 15px;
}

/* Modal styles */
.modal,
.canadaModal {
  display: none;
  position: fixed; /* Stay in place */
  z-index: 1000; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

.submitModal {
  display: none;
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

.submitModal-header {
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: 12px;
}

.modal-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.modal-header > h2 {
  font-size: 20px;
}

.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  /* width: 35%; /* Could be more or less, depending on screen size */
  border-radius: 10px;
  max-width: 650px;
}

.submit-modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  width: 25%; /* Could be more or less, depending on screen size */
  border-radius: 10px;
}

.modal-content > p {
  font-size: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.form-group-container {
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-bottom: 15px;
}

.close-button {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close-button:hover,
.close-button:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* .form-group {
display: flex;
flex: 0.5;
padding: 10px;
flex-direction: column;
} */

.form-group-city {
  display: flex;
  flex-direction: column;
  flex: 0.5;
  margin-right: 10px;
  /* padding: 10px; */
}

.form-group-city > label {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 600;
}

.form-group-state {
  display: flex;
  flex-direction: column;
  flex: 0.5;
  /* padding: 10px; */
}

.form-group-state > label {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 600;
}

.form-group-city > input {
  padding: 5px;
}

.form-group-state > select {
  font-size: 15px;
  padding: 15px;
  color: #2f3032ab;
  font-family: var(--body-font-family);
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.loading_container,
.submit_loading_container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  align-content: center;
}

#loadingIcon,
#canada_loadingIcon {
  display: none;
  width: 50px;
  height: 50px;
  text-align: center;
  animation: rotate 2s linear infinite; /* Rotate continuously */
}

#submit_loadingIcon {
  /* display: none; */
  width: 50px;
  height: 50px;
  text-align: center;
  animation: rotate 2s linear infinite; /* Rotate continuously */
}

#zipSearchForm > button {
  margin-top: 15px;
  padding: 10px 30px;
  border-radius: 20px;
  /* background-color: #025a9a; */
  background-color: #025a9a;
  color: whitesmoke;
  font-size: 12px;
  letter-spacing: 2px;
  border: 0.5px solid rgb(171, 171, 232);
}

#zipSearchForm:hover > button {
  cursor: pointer;
  margin-top: 15px;
  border-radius: 20px;
  /* background-color: #025a9a; */
  background-color: #064b7d;
  color: whitesmoke;
}

/* END MODAL */

.hsform-main-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px;
}

.hsform-form-wrapper {
  margin: 0 auto;
  /*   max-width: 550px; */
  width: 100%;
  background: white;
}

.hsform-steps {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #DDE3EC;
}

.hsform-steps ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  gap: 40px;
}

.hsform-steps li {
  display: flex;
  align-items: center;
  gap: 14px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #536387;
  font-family: var(--body-font-family);
}

.hsform-steps li span {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #DDE3EC;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #536387;
}

.hsform-steps li.active {
  color: #07074D;
  
}

.hsform-steps li.active span {
  background: #009bdb;
  color: #FFFFFF;
}

.hsform-input-flex {
  display: flex;
  gap: 20px;
  margin-bottom: 22px;
}

.hsform-input-flex>div {
  width: 50%;
}

.hsform-form-input {
  width: 100%;
  border-radius: 0;
  border: 1px solid #DDE3EC;
  background: #FFFFFF;
  font-weight: 500;
  font-size: 16px;
  color: #536387;
  outline: none;
  resize: none;
  font-family: var(--body-font-family);
  line-height: 1;
  padding-left: 30px;
}

select,
select:focus,
select:focus:focus,
.hsform-form-input,
input[type=text] {
  padding: 15px 13px;
  padding-left: 30px;
}

input[type=date] {
  padding: 0.555555555555556rem 30px;
  padding-left: 0.555555555555556rem;
}

select, input[type="text"] {
  padding: 15px 13px 15px 31px !important;
}

input[type=text],
input[type=date] {
  font-family: var(--body-font-family);
  line-height: 1;
}

.hsform-form-input:focus {
  border-color: #6a64f1;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
}

.hsform-form-label {
  color: #00599A;
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  display: block;
  margin-bottom: 10px;
  font-family: var(--body-font-family);
}

span.input-with-icon i.fas.fa-home {
  font-size: 15px;
}

span.input-with-icon i.fas.fa-home:before {
  font-size: 15px;
}

.hsform-form-confirm {
  border-bottom: 1px solid #DDE3EC;
  padding-bottom: 35px;
}

.hsform-form-confirm p {
  font-size: 16px;
  line-height: 24px;
  color: #536387;
  margin-bottom: 22px;
  width: 75%;
}

.hsform-form-confirm>div {
  display: flex;
  gap: 15px;
}

.hsform-confirm-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #FFFFFF;
  border: 0.5px solid #DDE3EC;
  border-radius: 5px;
  font-size: 16px;
  line-height: 24px;
  color: #536387;
  cursor: pointer;
  padding: 10px 20px;
  transition: all .3s ease-in-out;
}

.hsform-confirm-btn {
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.12);
}

.hsform-confirm-btn.active {
  background: #6A64F1;
  color: #FFFFFF;
}

.hsform-form-step-1,
.hsform-form-step-2,
.hsform-form-step-3 {
  display: none;
}

.hsform-form-step-1.active,
.hsform-form-step-2.active,
.hsform-form-step-3.active {
  display: block;
}

.hsform-form-btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 25px;
  margin-top: 25px;
}

.hsform-back-btn {
  display: none;
  align-items: center;
  gap: 5px;
  font-size: 16px;
  border-radius: 5px;
  padding: 10px 25px;
  border: 1px solid #00599A;
  font-weight: 500;
  background-color: #fff;
  color: #00599A;
  cursor: pointer;
}
.hsform-back-btn:hover {
  background-color: #e6f2ff;
  color: #005bb5;
}

.arrow-icon {
  margin-right: 8px;
  font-size: 18px;
}

.hsform-back-btn.active {
  display: block;
}

.hsform-btn {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 16px;
  border-radius: 5px;
  padding: 10px 25px;
  border: 1px solid #ae0e37;
  font-weight: 500;
  background-color: #ae0e37;
  color: white;
  cursor: pointer;
}

.hsform-btn:hover {
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
}

span.input-with-icon {
  position: relative;
  display: block;
}

span.input-with-icon i {
  position: absolute;
  left: 12px;
  top: 16px;
  width: 13px;
  color: #999;
  text-align: center;
  caret-color: transparent;
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.aaaMemberFields.hidden {
  display: none;
}

.validation-error {
  color: red;
  font-size: 12px;
}

.lookUpFromStateAndCity,
.lookUpToStateAndCity {
  display: inline-block;
  /* padding: 6px 12px; */
  /* margin-top: 10px; */
  font-size: 12px;
  font-weight: bold;
  color: #007bff;
  cursor: pointer;
  /* text-align: center; */
}

.lookUpToCanadaStateAndCity,
.lookUpFromCanadaStateAndCity {
  display: none;
  /* padding: 6px 12px; */
  /* margin-top: 10px; */
  font-size: 12px;
  font-weight: bold;
  color: #007bff;
  cursor: pointer;
  /* text-align: center; */
}

.lookUpFromStateAndCity:hover {
  /*  background-color: #0056b3;  Darker blue on hover */
  /* border-color: #0056b3; */
  color: #0865c8;
}

/* new added CSS */

.hsform-input-flex .zcf {
  line-height: 1.5; 
}

#FZC label, #TZC label {
  margin-bottom: 0; 
}

.hsform-main-wrapper.style-lp {
  flex-direction: column; 
}

.hsform-form-step-2 span.input-with-icon i{
  position: absolute;
  left: 9px;
  top: 16px;
}

.style-lp .lp-header {
  padding-top: 1.2rem !important;
  padding-bottom: 1rem !important;
  background-color: rgba(0, 155, 218, 1) !important;
  text-align: center;
  /*   max-width: 550px; */
  width: 100%;
}

.style-lp .lp-header h3 {
  color: #fff; 
  font-size: 30px;
  line-height: 36px;
}

.style-lp .hsform-form-wrapper {
  padding: 50px; 
}

.form-captcha, .form-consent {
  font-family: "Inter", sans-serif;
}

.form-captcha .hs_email, .form-consent .hs_email,
.form-captcha .hs_submit , .form-consent .hs_submit,
.form-captcha .form-title, .form-consent .form-title,
.form-captcha .submitted-message, .form-consent .submitted-message{
  display: none;
}

.form-consent .legal-consent-container,
.form-consent .hs-form-booleancheckbox span{
    font-size: 14px;
}

i.fa-id-card,
i.fa-calendar {
  position: absolute;
  left: 8px;
  top: 16px;
  color: #999;
}
i.fa-calendar{
  left: 12px;
}
span.input-with-icon i.fa-home {
  left: 10px;
}
#requestQuoteFormMovingWhen, #requestQuoteFormEmailAddress {
  padding: 13px;
  padding-left: 30px;
}
#requestQuoteFormPhoneNumber{
  padding: 13px;
}


.hs_consent_to_process_data .hs-form-booleancheckbox-display {
  display: inline-flex;
  column-gap: 15px;
  padding: 0px 20px 15px;
}

.hs_consent_to_process_data input.hs-input {
  width: 50px !important;
}
.hs_consent_to_process_data ul {
  list-style-type: none;
}

.form-captcha {
  padding-top: 10px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
body {
  font-family: "Outfit", sans-serif;
  background: #EAF6FD;
  color: #333;
  line-height: 1.4;
}
.container {
  max-width: 1200px;
  margin: 40px auto;
  padding: 24px 0;
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(0, 155, 219, 0.10) 0%, rgba(0, 155, 219, 0.02) 4.55%, rgba(0, 155, 219, 0.02) 7.58%), #FFF;
  box-shadow: 0 2px 24px 0 rgba(0, 89, 154, 0.20);
}

.hs-custom-style .hs-input, .hs-custom-style fieldset {
  width: 100%;
}
.hs-button {
  background-color: #CD1141 !important;
}
.info-box {
  display: flex;
  align-items: center;
  background-color: #e9f7fc;
  border: 1px solid #c6e6f8;
  border-radius: 8px;
  padding: 12px 16px;
  font-family: "Outfit",sans-serif;
  color: #0b4a6b;
  max-width: 100%;
  margin: 20px 0px;
}

.info-box .info-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-right: 12px;
  fill: #0b4a6b;
}

.info-box .info-text {
  font-size: 16px;
  line-height: 1.4;
}

/* --- Top pill --- */
.pill-container {
  width: 100%;
  text-align: center;
}
.pill {
  display: inline-flex;
  align-items: center;
  background: linear-gradient(90deg, #00599A 0%, #009BDB 100%);
  color: #fff;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 0.85rem;
  margin-bottom: 16px;
}
.pill img {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}

/* --- Hero header --- */
.hero {
  text-align: center;
  background: url('hero-bg.png') no-repeat bottom center;
  background-size: contain;
}
.hero h1 {
  font-size: 2rem;
  color: #CD1141;
  margin-bottom: 8px;
  padding: 0 40px;
}
.hero-paragraph-image {
  background-image: url('https://145629680.fs1.hubspotusercontent-eu1.net/hubfs/145629680/73948d83da0e2dd254e9368d289c5b6126b666c0.png');
  width: 100%;
  height: 195px;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero p {
  font-size: 0.9rem;
  color: #00599A;
  margin: 0 auto 40px;
  max-width: 600px;
  padding: 0 10px;
}

/* --- Progress bar & Steps --- */
.progress-bar {
  position: relative;
  width: 100%;
  height: 10px;
  background: #DCDCDC;
}
.progress {
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  margin-top: -110px;
}
.progress-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  /* → new two-stop gradient from #00599A to #009BDB ← */
  background: linear-gradient(
    270deg,
    #009BDB 0%,
    #00599A 100%
  );
  background-size: 200% 100%;
  animation:
    fillWidth 3s ease-out forwards,
    slideGradient 6s linear infinite;
}

/* --- Truck --- */
.truck-container {
  position: relative;
  top: -61px;
  width: fit-content;
  left: 0%;
  animation: moveTruck 3s forwards;
}

.truck {
  width: 215px;
}


.step {
  position: relative;
  flex: 1;
  text-align: center;
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 10px;
}
.step:not(:last-child) .line {
  position: absolute;
  top: 24px;
  right: -50%;
  height: 2px;
  background: #ccc;
  /* start hidden for animation */
  width: 0;
}
.icon-container {
  position: relative;       /* for the rings */
  width: 50px;
  height: 50px;
  background-color: #CD1141;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;             
  overflow: visible;    
}

/* 2) Ensure the <img> itself sits above the rings */
.icon-container .icon {
  position: relative;
  z-index: 2;
  width: 30px;              
  height: 30px;
}

.icon-container::before,
.icon-container::after {
  content: "";
  position: absolute;
  top: 50%; left: 50%;
  width: 100%; height: 100%;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;                /* start fully opaque, then fade */
  pointer-events: none;
  z-index: 1;
}

/* — Inner ring: darker red at 0.3 alpha — */
.step.active.animate .step-1.icon-container::before {
  background-color: rgba(205,17,65,0.3);
  animation: ring1 2s ease-out infinite;
}

/* — Outer ring: lighter red at 0.15 alpha, 1s delay — */
.step.active.animate .step-1.icon-container::after {
  background-color: rgba(205,17,65,0.15);
  animation: ring2 2s ease-out 1s infinite;
}

/* — Inner ring: darker blue at 0.3 alpha — */
.step.active.animate .step-2.icon-container::before {
  background-color: rgba(0, 90, 154,0.3);
  animation: ring1 2s ease-out infinite;
}

/* — Outer ring: lighter blue at 0.15 alpha, 1s delay — */
.step.active.animate .step-2.icon-container::after {
  background-color: rgba(0, 90, 154,0.15);
  animation: ring2 2s ease-out 1s infinite;
}

/* — Inner ring: darker blue at 0.3 alpha — */
.step.active.animate .step-3.icon-container::before {
  background-color: rgba(0, 67, 114,0.3);
  animation: ring1 2s ease-out infinite;
}

/* — Outer ring: lighter blue at 0.15 alpha, 1s delay — */
.step.active.animate .step-3.icon-container::after {
  background-color: rgba(0, 67, 114,0.15);
  animation: ring2 2s ease-out 1s infinite;
}

.step img.icon {
  display: block;
  margin: 5px auto 8px;
  width: 30px;
  height: 30px;
}
.step .label-1,
.step .label-2,
.step .label-3{
  font-size: 14px;
  font-weight: 700;
}
.label-1 {
  color: #CD1141;
}
.label-2 {
  color: #005A9A;
}
.label-3 {
  color: #004372;
}
.step-2 {
  background: #005A9A;
}
.step-3 {
  background: #004372;
}

/* --- Form grid --- */
form {
  padding: 0 20px 20px;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}
.form-row.full { grid-template-columns: 1fr; }
label {
  display: block;
  margin-bottom: 4px;
  font-size: 0.85rem;
  color: #333;
}
select, input[type="text"] {
  width: 100%;
  padding: 10px;
  font-size: 0.9rem;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* --- Info box --- */
.info-box {
  display: flex;
  align-items: center;
  background: #E0F0FB;
  border-left: 4px solid #007BFF;
  padding: 12px;
  margin: 0 0px 24px;
  font-size: 0.9rem;
  color: #333;
}
.info-box img {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}

/* --- Button --- */
.actions {
  text-align: right;
  padding: 0 20px;
}
.actions button {
  padding: 12px 24px;
  background: #E02040;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 0.9rem;
  cursor: pointer;
}

form label span{
  font-size: 16px;
  font-weight: 600;
  font-family: "Outfit", sans-serif;
  color: #00599A;
}

/* --- Mobile --- */
@media (max-width: 1300px){
  .container {
    width: 90%;
  }
}
@media(max-width: 1260px){
  .truck-container {
    top: -63px;
  }
}
@media (max-width: 1200px){
  .container {
    max-width: 90%;
  }
}
@media (max-width: 600px) {
  .progress {
    flex-direction: row;
    align-items: flex-start;
  }
  .step:not(:last-child) .line { display: none; }
  .form-row { grid-template-columns: 1fr; }
  .style-lp .hsform-form-wrapper {
    padding: 50px 10px;
  }
  .truck {
    width: 175px;
  }
  .truck-container {
    top: -53px;
  }
  .step-arrow {
    display: none;
  }
  .pill {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media (max-width: 767px) {
  .modal, .canadaModal {
    top: 45px;
    position: fixed;
  }

  .modal-content {
    width: 90%; 
  }

  .form-group-container {
    flex-direction: column;
  }

  .form-group-container .form-group-city, .form-group-container .form-group-state {
    width: 100%; 
  }

}

@media (max-width: 480px) {
  .hsform-main-wrapper {
    padding: 15px; 
  }

  .hsform-form-wrapper .hsform-input-flex {
    flex-direction: column; 
  }

  .hsform-form-wrapper .hsform-input-flex>div {
    width: 100%; 
  }

  .hsform-form-btn-wrapper {
    justify-content: center; 
  }
}
/* ====== ANIMATIONS ====== */

@keyframes popIn {
  0%   { transform: scale(0.5) rotate(-15deg); opacity: 0; }
  60%  { transform: scale(1.2) rotate(5deg);  opacity: 1; }
  100% { transform: scale(1)   rotate(0deg);  opacity: 1; }
}

@keyframes ring1 {
  from {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.6;
  }
  to {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}

@keyframes ring2 {
  from {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.6;
  }
  to {
    transform: translate(-50%, -50%) scale(3);
    opacity: 0;
  }
}

@keyframes moveTruck {
  from {
    left: 0%;
  }
  to {
    left: 10%;
  }
}

@keyframes moveTruckHalfway {
  from {
    left: 10%;
  }
  to {
    left: 40%;
  }
}

@keyframes moveTruckAll {
  from {
    left: 40%;
  }
  to {
    left: 75%;
  }
}

@keyframes moveTruckBackHalfway {
  from {
    left: 40%;
  }
  to {
    left: 10%;
  }
}

@keyframes moveTruckBackAll {
  from {
    left: 75%;
  }
  to {
    left: 40%;
  }
}

@keyframes fillWidth {
  from { width: 0%; }
  to   { width: 19%; }
}

@keyframes fillWidthSecond {
  from { width: 19%; }
  to   { width: 50%; }
}

@keyframes fillWidthThird {
  from { width: 50%; }
  to   { width: 84%; }
}

@keyframes removeWidthSecond {
  from { width: 50%; }
  to   { width: 19%; }
}

@keyframes removeWidthThird {
  from { width: 84%; }
  to   { width: 50%; }
}

@keyframes slideGradient {
  0%   { background-position:   0% 50%; }
  50%  { background-position: 100% 50%; }
  100% { background-position:   0% 50%; }
}

/* Toggle Container */
.toggle-wrapper {
  width: 100%;
  display: inline-flex;
  margin: 40px 0 0;
  justify-content: center;
}

.toggle-container {
  background-color: #eee;
  border-radius: 999px;
  display: flex;
  padding: 4px;
  width: 200px;
  position: relative;
  font-family: sans-serif;
}

.toggle-option:hover {
  background: #dcdcdc;
}

.toggle-option {
  flex: 1;
  text-align: center;
  padding: 8px 0;
  border-radius: 999px;
  cursor: pointer;
  transition: background 0.3s, color 0.3s;
  z-index: 1;
  position: relative;
  font-size: 14px;
}

.toggle-option.active {
  background: linear-gradient(90deg, #00599A 0%, #009BDB 100%);
  color: white;
  font-weight: bold;
}

.toggle-option:not(.active) {
  color: #333;
}



/* start the icon “collapsed” */
.step .icon {
  opacity: 0;
  transform: scale(0.5) rotate(-15deg);
  transform-origin: center center;
  position: relative;
  z-index: 1;
}
/* pop it in */
.step.animate .icon {
  animation: popIn 0.6s cubic-bezier(.2,.8,.2,1) forwards;
}

/* 3) Create two pseudo-elements for the rings */
.step.active.animate .icon::before,
.step.active.animate .icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border: 2px solid #CD1141;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(1);
  opacity: 0.6;
}


/* Summary Section CSS */
.summary-section {
  display: none;
}
.summary-section .pill-container {
  width: 100%;
  text-align: center;
  margin-top: 35px;
}
.summary-section .pill {
  display: inline-flex;
  align-items: center;
  background: linear-gradient(90deg, #00599A 0%, #009BDB 100%);
  color: #fff;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 0.85rem;
  margin-bottom: 16px;
}
.summary-section .pill img {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}


/* Logo */
.logo-wrap {
  text-align: center;
  margin: 1rem 0;
}
.ripple {
  background-color: rgba(0, 90, 154,0.3);
  animation: ring1 2s ease-out infinite;
}
.logo-wrap img {
  max-width: 120px;
  width: 30%;
  height: auto;
}

/* Steps section */
.steps {
  margin: 2rem 20px;
  padding: 15px 20px;
  border: 1px solid #009BDB80;
  border-radius: 6px;
}
.steps h2 {
  text-align: center;
  color: #D90036;
  margin-bottom: 1rem;
}
.steps-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.step {
  flex: 1;
  padding: 1rem 0;
  border-radius: 6px;
  text-align: center;
}
.step-arrow {
  width: 100px;
}
.step .step-arrow {
  padding: 0px;
}
.step .summary-icon {
  margin-bottom: 0.5rem;
}
.summary-icon img {
  width: 64px;
  height: 64px;
}
.step h3 {
  font-size: 16px;
  margin-bottom: 0.5rem;
  color: #CD1141;
}
.step p {
  font-size: 16px;
}

/* Summary */
.summary {
  margin: 2rem 20px;
  padding: 15px 20px;
  border: 1px solid #009BDB80;
  border-radius: 6px;
}
.summary h2 {
  color: #D90036;
  margin-bottom: 0.5rem;
  text-align: center;
}
.summary-container {
  display: flex;
  gap: 5px;
}
.confirmation {
  display: inline-block;
  background: #005FAC;
  color: white;
  padding: 0.3rem 0.8rem;
  border-radius: 12px;
  font-size: 0.9rem;
  margin: 0 auto 1rem;
  text-align: center;
  display: block;
  width: fit-content;
}
.summary-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
}
.summary-grid dt {
  font-weight: bold;
  font-size: 0.9rem;
  color: #00599A;
}
.summary-grid dd {
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}

/* Buttons */
.buttons {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 2rem;
}
.btn {
  padding: 0.8rem 1.2rem;
  font-size: 1rem;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.btn-primary {
  background: #00599A;
  color: #fff;
}
.btn-secondary {
  background: #CD1141;
  color: #fff;
}

/* Mobile responsiveness */
@media (max-width: 600px) {
  .steps-list {
    flex-direction: column;
  }
  .logo-wrap img {
    width: 50%;
  }
  .buttons {
    width: 90%;
    margin: 0 auto;
  }
  .btn {
    width: 50%;
  }
}

.logo-wrap {
  position: relative;
  display: flex;          
  margin: 2rem auto;       
  width: 200px;            
  height: 200px;
  justify-content: center;
}

.logo-wrap img {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;      
}

/* common ripple style */
.logo-wrap .ripple {
  position: absolute;
  top: 50%; left: 50%;
  width: 100%;
  height: 100%;
  margin: -50% 0 0 -50%;
  border: 3px solid rgba(0, 115, 210, 0.25);
  border-radius: 50%;
  filter: blur(8px);
  opacity: 0.6;
  transform: scale(0);
  animation: ripple‑pulse 6s ease-out infinite;
}

/* stagger each of the six rings evenly in a 6s cycle */
.logo-wrap .ripple:nth-child(1) { animation-delay: 0s; }
.logo-wrap .ripple:nth-child(2) { animation-delay: 1s; }
.logo-wrap .ripple:nth-child(3) { animation-delay: 2s; }
.logo-wrap .ripple:nth-child(4) { animation-delay: 3s; }
.logo-wrap .ripple:nth-child(5) { animation-delay: 4s; }
.logo-wrap .ripple:nth-child(6) { animation-delay: 5s; }

@keyframes ripple‑pulse {
  0% {
    transform: scale(0.2);
    opacity: 0.6;
  }
  70% {
    opacity: 0.2;
  }
  100% {
    transform: scale(3);
    opacity: 0;
  }
}

.hsform-button-group {
  display: flex;
  gap: 10px;
  margin-top: 5px;
}

.hsform-button-group input[type="checkbox"] {
  display: none;
}

.hsform-button-group label {
  flex: 1;
  padding: 10px;
  text-align: center;
  cursor: pointer;
  user-select: none;
  transition: border-color 0.2s, background-color 0.2s;
  font-size: 0.9rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
}
.hsform-button-group label i {
  margin-right: 5px;
}

.hsform-button-group input[type="checkbox"]:checked + label {
  border-color: #00599A;
  background-color: #00599A;
  color: #fff;
}

/* base (all browsers) */
.input-with-icon {
  position: relative;
  display: block;
}
.input-with-icon .fa-globe {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #9aa0a6;
}
.input-with-icon .hsform-form-input {
  width: 100%;
  padding: 12px 40px 12px 42px; /* space for arrow + globe */
  border: 1px solid #dfe3eb;
  border-radius: 8px;
  background-color: #fff;
  font: inherit;
}

/* hide default arrows where supported */
.hsform-form-input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: none;
}
.hsform-form-input::-ms-expand { display: none; } /* IE/Edge legacy */

/* SAFARI-ONLY FIX
   This @supports block matches Safari (iOS & macOS) reliably,
   and avoids Chrome/Firefox. */
@supports (-webkit-hyphens:none) and (not (hyphens:none)) {
  .input-with-icon .hsform-form-input {
    /* fully remove Safari's bevel & inner arrows */
    -webkit-appearance: none;
    appearance: none;

    /* custom arrow */
    background-image: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'>\
<path d='M5 7l5 6 5-6' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/>\
</svg>");
    background-repeat: no-repeat;
    background-size: 14px 14px;
    background-position: right 12px center;

    /* make it look like the good version */
    border: 1px solid #dfe3eb;
    border-radius: 8px;
    box-shadow: none;
    line-height: 1.4;
  }

  /* focus ring to match your design */
  .input-with-icon .hsform-form-input:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(52, 96, 199, .25);
    border-color: #345fc7;
  }
}

/* optional: ensure the globe icon doesn’t overlap text */
#requestQuoteFormFromCountry,
#requestQuoteFormToCountry {
  padding-left: 42px;
}

