:root {
  --bs-secondary: #4BB3FD;
  --bs-link-hover-color: #4BB3FD;
  --bs-secondary-rgb: 0, 159, 217;
}
.pac-container {
  z-index: 10000 !important;
}
footer,
.copyright {
  background-color: #00233b;
}
hr.style-two {
  border: 0;
  margin: 0;
  height: 2px;
  background-image: linear-gradient(
    to right,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.75),
    rgba(255, 255, 255, 0)
  );
}
.google-icon {
  max-width: 50px;
}

.btn-secondary {
  --bs-btn-color: #000;
  --bs-btn-bg: #4BB3FD;
  --bs-btn-border-color: #4BB3FD;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #26b1e0;
  --bs-btn-hover-border-color: #19addf;
  --bs-btn-focus-shadow-rgb: 0, 159, 217;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #33b6e3;
  --bs-btn-active-border-color: #19addf;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #4BB3FD;
  --bs-btn-disabled-border-color: #4BB3FD;
}

.btn-outline-secondary {
  --bs-btn-color: #4BB3FD;
  --bs-btn-border-color: #4BB3FD;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #4BB3FD;
  --bs-btn-hover-border-color: #4BB3FD;
  --bs-btn-focus-shadow-rgb: 0, 159, 217;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #4BB3FD;
  --bs-btn-active-border-color: #4BB3FD;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #4BB3FD;
  --bs-btn-disabled-bg: transparent;
  --bs-gradient: none;
}

.link-secondary {
  color: #4BB3FD !important;
}

.link-secondary {
  color: #4BB3FD !important;
  --bs-link-hover-color: #007fad;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: #4BB3FD !important;
}

header#header {
    background-color: #fff;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

#footer-form {
  z-index: 999;
}


.process-section .header-line {
    width: 50px;
    height: 3px;
    background-color: #4BB3FD; 
}


.process-card {
    background: #fff;
    border-radius: 5px;
    padding: 40px 25px;
    position: relative;
    border: 1px solid #edf2f7;
    transition: transform 0.3s ease;
}

.process-card:hover {
    transform: translateY(-5px);
}


/* .step-number {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #4BB3FD;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 0.9rem;
    box-shadow: 0 4px 6px rgba(59, 130, 246, 0.3);
} */


.icon-circle {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    background-color: #f0f7ff; 
    border: 1px dashed #cbd5e1; 
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-circle i {
    font-size: 2rem;
    color: #00487C;
}


.process-card h5 {
    color: #00487C;
    margin-bottom: 15px;
    font-size: 1.1rem;
    text-align: center;
}

.process-card p {
    line-height: 1.6;
    color: #64748b;
    text-align: center;
}
/* .form-group {
  margin-block: 8px;
} */
.form-container .title {
  padding: 22px 5px 22px;
  color: #f9fafb;
  background-color: #f3f3f5;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}
.form-container form {
  background-color: #f3f3f5;
  padding: 0 6px 20px;
  border-radius: 0 0 6px 6px;
}
.bg-primary {
  background-color: #00487C !important;
}
.text-primary {
  color: #00487C !important;
}
.text-hicraft-blue {
  color: #4BB3FD !important;
}
.text-dark-blue {
  color: #00487C !important;
}
.rounded-1 {
  border-radius: 32px !important;
}
label.error {
  font-size: 13px;
  color: red;
  margin: 0;
  text-shadow: none;
  line-height: 17px;
  padding-left: 5px;
  text-align: left;
  display: block;
  font-weight: normal;
  margin-top: 3px;
}
#back-to-top {
  position: fixed;
  bottom: -45px;
  right: 10px;
  z-index: 999;
  cursor: pointer;
  border: 0;
  border-radius: 2px;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.3s;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  right: 4px;
  text-transform: uppercase;
  font-size: 14px;
  color: #4BB3FD;
  font-weight: bold;
}

#back-to-top.show {
  bottom: 60px;
}

#back-to-top:hover {
  color: #00487C;
}
.nav-phone {
  position: relative;
  z-index: 9999;
  display: flex;
  padding: 25px 30px;
  float: right;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px solid #4BB3FD;
  text-decoration: none;
  visibility: hidden;
}

.accordion-button:not(.collapsed) {
  color: #4BB3FD !important;
}

.nav-phone__link {
  margin-left: 10px;
  color: #fff;
  font-size: 16px;
  font-size: 21px;
  font-weight: bold;
  line-height: 25px;
}

.nav-phone i {
  font-size: 26px;
  color: #4BB3FD;
}

.logo-header {
  max-width: 100px;
}
.business-logo{
  max-width: 140px;
}
#testimonial-slider .card-text{
  height: 150px;
    overflow: auto;
}
.muted{
  color: #b4b4b4;
  font-size: 14px;
}
.form-label{
      color: #2D2D2D;
}
@media (max-width: 992px) {
  .nav-phone {
    position: fixed;
    bottom: 12px;
    left: calc(50% - 115px);
    padding: 10px 20px 10px 23px;
    border-radius: 56px;
    background-color: #00487C;
    visibility: visible;
  }
}

.layer {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    230deg,
    rgba(11, 24, 40, 0.4) 5.02%,
    rgba(10, 28, 50, 0.91) 92.71%
  );
  z-index: 1;
}
.inner-content h1 {
  font-size: 48px;
}
.width-paragraph {
  /* max-width: 625px; */
}
.inner-content p {
  font-size: 19px;
}
.list-home span {
  font-size: 18px;
}
.fs-xxl-38{
  font-size: 30px !important;
}
@media (max-width: 575px) {
  .inner-content h1 {
    font-size: 25px;
  }
  .width-paragraph {
    max-width: 340px;
  }
  .inner-content p {
    font-size: 16px;
  }
  .list-home span {
    font-size: 16px;
  }
  .fs-6 {
    font-size: 16px !important;
  }
  .fs-4 {
    font-size: 23px !important;
  }
  #footer-form .inner-wrap p {
    font-size: 15px !important;
  }
  .layer {
    position: absolute;
    inset: 0;
    background: linear-gradient(
      230deg,
      rgba(10, 28, 50, 0.8),
      rgba(10, 28, 50, 0.8) 
    );
    z-index: 1;
  }
}
