.white-container-home {
  -webkit-transition: 0 all ease-in-out !important;
  -o-transition: 0 all ease-in-out !important;
  transition: 0 all ease-in-out !important;
  width: 750px !important;
  max-width: 750px !important;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fade-in {
  opacity: 0;
  animation: fadeIn 1s ease-in-out 3s forwards;
}
@media (max-width: 575.98px) {
  .white-container-home .hero-banner-label {
    font-size: 1.3rem;
    margin: 2rem 0;
  }
}
.bg-lighterblue {
  background: #f5fcff;
}
.build_your_own-banner {
  min-height: 300px;
  width: 100%;
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(48, 64, 99, 0.5)),
      to(#011847)
    ),
    url(../assets/img/build_your_own_bg_b.jpg) !important;
  background: -webkit-linear-gradient(top, rgba(48, 64, 99, 0.5), #011847),
    url(../assets/img/build_your_own_bg_b.jpg) !important;
  background: -o-linear-gradient(top, rgba(48, 64, 99, 0.5), #011847),
    url(../assets/img/build_your_own_bg_b.jpg) !important;
  background: linear-gradient(180deg, rgba(48, 64, 99, 0.5), #011847),
    url(../assets/img/build_your_own_bg_b.jpg) !important;
  background-position: center;
}
.how-it-works {
  padding: 2rem 1rem;
}
.how-it-works .key-icon {
  font-weight: 700;
  display: inline-block;
  margin-bottom: 0rem;
}
.how-it-works.works-01 {
  background: -webkit-linear-gradient(315deg, rgba(235, 83, 41, 0.4), #9f278c),
    url("../assets/img/build_your_own_how_01.jpg") !important;
  background: -o-linear-gradient(315deg, rgba(235, 83, 41, 0.4), #9f278c),
    url("../assets/img/build_your_own_how_01.jpg") !important;
  background: linear-gradient(135deg, rgba(235, 83, 41, 0.4), #9f278c),
    url("../assets/img/build_your_own_how_01.jpg") !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.how-it-works.works-02 {
  background: -webkit-linear-gradient(
      315deg,
      rgba(229, 255, 91, 0.4),
      rgba(239, 87, 45, 0.65)
    ),
    url("../assets/img/build_your_own_how_02.jpg") !important;
  background: -o-linear-gradient(
      315deg,
      rgba(229, 255, 91, 0.4),
      rgba(239, 87, 45, 0.65)
    ),
    url("../assets/img/build_your_own_how_02.jpg") !important;
  background: linear-gradient(
      135deg,
      rgba(229, 255, 91, 0.4),
      rgba(239, 87, 45, 0.65)
    ),
    url("../assets/img/build_your_own_how_02.jpg") !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.how-it-works.works-03 {
  background: -webkit-linear-gradient(315deg, rgba(0, 99, 151, 0.6), #006397),
    url("../assets/img/build_your_own_how_03.jpg") !important;
  background: -o-linear-gradient(315deg, rgba(0, 99, 151, 0.6), #006397),
    url("../assets/img/build_your_own_how_03.jpg") !important;
  background: linear-gradient(135deg, rgba(0, 99, 151, 0.6), #006397),
    url("../assets/img/build_your_own_how_03.jpg") !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.how-it-works.works-04 {
  background: -webkit-linear-gradient(315deg, rgba(220, 255, 159, 0.6), #0ca04f),
    url("../assets/img/build_your_own_how_04.jpg") !important;
  background: -o-linear-gradient(315deg, rgba(220, 255, 159, 0.6), #0ca04f),
    url("../assets/img/build_your_own_how_04.jpg") !important;
  background: linear-gradient(135deg, rgba(220, 255, 159, 0.6), #0ca04f),
    url("../assets/img/build_your_own_how_04.jpg") !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
@media (max-width: 767.98px) {
  .how-it-works {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.key-icon {
  width: 100%;
  font-size: 50px;
  color: #fff;
  margin-bottom: 20px;
}

.key-text {
  width: 100%;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  line-height: 1.8;
}

.key-feat {
  min-height: 300px;
  opacity: 1;
  -webkit-transition: 0.2 all ease-in-out;
  -o-transition: 0.2 all ease-in-out;
  transition: 0.2 all ease-in-out;
}

.key-character {
  background: -webkit-linear-gradient(315deg, rgba(235, 83, 41, 0.4), #9f278c),
    url("../assets/img/key_character.jpg") !important;
  background: -o-linear-gradient(315deg, rgba(235, 83, 41, 0.4), #9f278c),
    url("../assets/img/key_character.jpg") !important;
  background: linear-gradient(135deg, rgba(235, 83, 41, 0.4), #9f278c),
    url("../assets/img/key_character.jpg") !important;
  background-size: cover;
  background-repeat: no-repeat;
}

.key-custom_test {
  background: -webkit-linear-gradient(
      315deg,
      rgba(229, 255, 91, 0.4),
      rgba(239, 87, 45, 0.65)
    ),
    url("../assets/img/key_custom_test.jpg") !important;
  background: -o-linear-gradient(
      315deg,
      rgba(229, 255, 91, 0.4),
      rgba(239, 87, 45, 0.65)
    ),
    url("../assets/img/key_custom_test.jpg") !important;
  background: linear-gradient(
      135deg,
      rgba(229, 255, 91, 0.4),
      rgba(239, 87, 45, 0.65)
    ),
    url("../assets/img/key_custom_test.jpg") !important;
  background-size: cover;
  background-repeat: no-repeat;
}

.key-candidates {
  background: -webkit-linear-gradient(315deg, rgba(0, 99, 151, 0.6), #006397),
    url("../assets/img/key_candidates.jpg") !important;
  background: -o-linear-gradient(315deg, rgba(0, 99, 151, 0.6), #006397),
    url("../assets/img/key_candidates.jpg") !important;
  background: linear-gradient(135deg, rgba(0, 99, 151, 0.6), #006397),
    url("../assets/img/key_candidates.jpg") !important;
  background-size: cover;
  background-repeat: no-repeat;
}

.key-winners {
  background: -webkit-linear-gradient(315deg, rgba(220, 255, 159, 0.6), #0ca04f),
    url("../assets/img/key_winners.jpg") !important;
  background: -o-linear-gradient(315deg, rgba(220, 255, 159, 0.6), #0ca04f),
    url("../assets/img/key_winners.jpg") !important;
  background: linear-gradient(135deg, rgba(220, 255, 159, 0.6), #0ca04f),
    url("../assets/img/key_winners.jpg") !important;
  background-size: cover;
  background-repeat: no-repeat;
}

.roi-title {
  font-size: 24px !important;
}

.ScaleCategoryPage .card-icon {
  min-height: 160px !important;
  max-height: 130px !important;
}
.ScaleCategoryPage .icon-set {
  max-width: 100% !important;
  height: auto !important;
  max-height: 100% !important;
}
.custom_ai_button {
  background: linear-gradient(90deg, #61add9, #ff03c8) !important;
}
.custom_ai_button a {
  color: #fff;
}
.custom_ai_button:hover a {
  color: #f1f1f1 !important;
}
.custom_ai_button .ai-word {
  border: 1px solid #fff;
  padding: 2px 5px;
  border-radius: 3px;
}
@media (min-width: 768px) {
  #photoViewerModal {
    max-width: 100%;
    margin: 0;
    height: 100%;
  }

  #photoViewerModal .modal-dialog {
    max-width: 100%;
    margin: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100vh;
    display: flex;
  }
}
#photoViewerModal .modal-content {
  background: aliceblue;
}
/* #photoViewerModal .modal-dialog {
  max-width: 100%;
  margin: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100vh;
  display: flex;
} */
img[data-toggle="modal"] {
  cursor: zoom-in;
}
.txt-shadow {
  text-shadow: 1px 0 0 BLACK;
}
.ai_logo img {
  max-width: 14rem;
}
@media (max-width: 768px) {
  .ai_logo img {
    max-width: 10rem;
  }
}


/* New updated styles */
/* .header-main {
  padding: 0 !important;
} */
nav li.nav-item.active {
  background-color: transparent !important;
}
nav li.nav-item.active .nav-link {
  color: #007DBD !important;
}

/* Embedded Videos */
.video-wrapper {
  max-width: 800px;   /* <— adjust this size for desktop */
  margin: 0 auto;     /* center it */
  width: 100%;
  margin-top: 2rem;
}

.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 ratio */
  height: 0;
  overflow: hidden;
  border-radius: 12px;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
/* Blogs */
.blog-card {
  background-color: #000;
  position: relative;
  height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  padding: 2rem;
  border-radius: 0.5rem;
  overflow: hidden;
}
.blog-card .text {
  z-index: 1;
}
.blog-card .text a {
  text-decoration: none;
  margin-bottom: 1rem;
  display: block;
  color: #ffffff;
  line-height: 1.5;
}
.blog-card .text a h5 {
  font-size: 1.25rem;
  font-weight: 600;
}
.blog-card .text a:hover,
.blog-card .text a:focus {
  color: #a1d86c !important;
}
.blog-card .text p {
  font-size: 1rem;
  color: #ffffff;
  line-height: 1.625;
  margin-bottom: 0rem;
}
.blog-card .img {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 100%;
  min-width: 100%;
  background-color: #dedede;
}
.blog-card .img img {
  min-height: 100%;
  min-width: 100%;
  width: auto;
  height: auto;
}
.blog-card .img::before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 0;
  background: black;
  background: -moz-linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(black),
      to(rgba(0, 0, 0, 0))
  );
  background: -webkit-linear-gradient(
      bottom,
      black 0%,
      rgba(0, 0, 0, 0) 100%
  );
  background: -o-linear-gradient(bottom, black 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.blog-card:hover .img,
.blog-card:focus .img {
  opacity: 0.6;
}
@media (max-width: 767.98px) {
  .blog-card {
      padding: 1.5rem;
      height: 250px;
  }
  .blog-card .text h5 {
      font-size: 1.25rem;
  }
  .blog-card .text p {
      font-size: 0.75rem;
      line-height: 1.5;
  }
  .blog-card .img {
      top: -50%;
  }
  .blog-card .img img {
      -o-object-position: center;
      object-position: center;
  }
}
/* Navi */
.stick_2 {
  top: 0;
}

/* Anchor */
.cta .text-btn a {
  text-decoration: none;
  color: #fff !important;
}
.cta .text-btn a:hover {
  text-decoration: underline;
}
.new-hero .hero-wrap .hero-txt .big-sub {
  transform: rotate(0deg) !important;
}

/* Video */
.video-container video {
  width: 100%;
  height: auto;
  display: block;
}
.message.error {
  color: firebrick;
  margin-top: 0.1rem !important;
  display: block !important;
}

/* Font */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Inter", sans-serif !important;
  font-weight: 700;
}

p,
span,
a,
button,
input,
textarea,
ul,
li,
ol {
  font-family: "Inter", sans-serif !important;
  font-weight: 400;
}
.new-nav {
  font-family: "Inter", sans-serif !important;
}

.landing-btn {
  height: 3.5rem;
  font-weight: 500;
  font-size: 1.2rem;
}
.custom-txt {
  font-size: 1.2rem;
  font-weight: 600;
}
.fw-500 {
  font-weight: 600 !important;
}

.my-form .form-control {
  font-size: 1rem !important;
}