.splash-section {
  font-family: 'Sora';
  background-color: #E9EFFD;
  /* background-image: url('../images/company-bg.png'); */
  /* background-repeat: no-repeat; */
  /* background-position: -196px 0; */
  line-height: normal;
  width: 100%;
  height: 100vh;
  padding: 56px 6rem;
}
.splash-section > .grid-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.splash-container .form .proceed-btn:hover, .splash-container .form .proceed-btn-v2:hover {
  opacity: 0.92;
}

.hire-container .boxes .box .yt a:hover {
  opacity: 0.8;
}

.btn-v2.btn-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(39 46 184 / var(--tw-bg-opacity));
}

.mobile-instruction {
  display: none;
}

.splash-section > .grid-columns > .grid-column:first-child {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  flex-direction: column;
}

.clickable-hover-card {
  /* transition: box-shadow 0.25s ease-in-out, transform 0.3s ease; */
  cursor: pointer;
}

.clickable-hover-card.card-transition {
  transition: box-shadow 0.25s ease-in-out, transform 0.3s ease;
}


.splash-section .business-card-img {
  max-width: 450px;
  position: relative;
}

.splash-section .business-card-img, .hire-section .business-card-img {
  /* width: 450px; */
  position: relative;
}

.hire-section .business-card {
  /* transform: scale(0.50); */
  position: relative;
  left: 0;
}

.hire-section .business-card-img {
  transform: scale(1);
}

.splash-container {
  background-color: #fff;
  max-width: 660px;
  width: 100%;
  padding: 30px 64px 42px;
  border-radius: 40px;
  margin: 0 auto;
}
.splash-container .logo img {
  width: 202px;
  padding-bottom: 22px;
}
.splash-container .head {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-bottom: 26px;
}
.splash-container .head h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  /* color: #fff; */
  color: #333DD1;
  margin: 0;
}
.splash-container .head p {
  font-size: 14px;
  color: #909090;
  margin-top: -0.75rem;
  font-weight: 500;
  /* color: #fff; */
}
.splash-container .form {
  display: flex;
  flex-direction: column;
  gap: 22px;
  padding-bottom: 20px;
}
.splash-container .form div {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.splash-container .form .form-group .text-help {
  color: #FF1D34;
}
.splash-container .form div label {
  font-size: 16px;
  font-weight: bold;
  color: #999999;
  /* color: #fff; */
}
.splash-container .form div input {
  background-color: #E9EFFD;
  width: 100%;
  height: 50px;
  border-radius: 6px;
  padding: 6px 1rem;
  border-color: transparent;
}
.splash-container .form .proceed-btn {
  background: rgb(226,196,74);
  background: linear-gradient(82deg, rgba(226,196,74,1) 0%, rgba(213,145,44,1) 100%);
  /* color: #fff; */
  font-size: 24px;
  height: 55px;
  border-radius: 6px;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
  margin-top: 8px;
  display: flex;
  align-items: center;
  gap: 4px;
  justify-content: center;
}

.splash-container .form .proceed-btn-v2 {
  background: #363DD6;
  color: #fff;
  font-size: 24px;
  height: 55px;
  border-radius: 6px;
  margin-top: 8px;
  display: flex;
  align-items: center;
  gap: 4px;
  justify-content: center;
}
.splash-container .form .proceed-btn i, .splash-container .form .proceed-btn-v2 i {
  display: none;
}
.splash-container .form .proceed-btn.loading i, .splash-container .form .proceed-btn-v2.loading i {
  display: block;
}
.splash-container p.info {
  font-size: 12px;
  /* color: #fff; */
  color: #999999;
  font-weight: 400;
  text-align: justify;
}

.splash-container p.info a {
  /* color: #fff; */
  text-decoration: underline;
}

.hire-section {
  background-color: #E8F0FE;
  font-family: 'Sora';
  line-height: normal;
  width: 100%;
  padding: 1.75rem 16px 44px;
  border-bottom: 24px solid #1D09BF;
  display: none;
}
.hire-container {
  /* max-width: 1122px; */
  width: 100%;
  padding: 0;
  margin: 0 auto;
}
.hire-container > h1 {
  font-size: 48px;
  font-weight: 800;
  color: #363DD6;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 2rem;
  text-transform: uppercase;
}

.hire-container > h1 img {
  width: 65px;
}

.hire-container .boxes {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 2.5rem;
  padding: 0 34px;
  justify-content: center;
}
.hire-container .boxes .box {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0 auto;
}
/* .hire-container .boxes .box.asset:hover img {
  box-shadow: 1px 0px 5px 1px rgba(0,0,0,0.4);
  -webkit-box-shadow: 1px 0px 5px 1px rgba(0,0,0,0.4);
  -moz-box-shadow: 1px 0px 5px 1px rgba(0,0,0,0.4);
} */
.hire-container .boxes .box .yt {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.hire-container .boxes .box .yt .play-icon {
  pointer-events: none;
}
.hire-container .boxes .box .vid {
  position: relative;
}
.hire-container .boxes .box .vid .thumbnail {
  border-radius: 4px;
  cursor: pointer;
}
.hire-container .boxes .box .vid span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.hire-container .boxes .box .vid span img {
  width: 80px;
  max-width: 80px;
  height: 80px;
  display: block;
  opacity: 0.8;
}

.hire-container .boxes .box .yt a {
  font-size: 15px;
  color: #363DD6;
  font-weight: bold;
  text-align: center;
  text-decoration: underline;
  transition: color 0.15s ease-in-out;
}

.hire-container .link-btn {
  background: rgb(226,196,74);
  background: linear-gradient(82deg, rgba(226,196,74,1) 0%, rgba(213,145,44,1) 100%);
  color: #fff;
  font-size: 16px;
  height: 32px;
  border-radius: 6px;
  text-shadow: 2px 2px 2px rgba(0,0,0,0.4);
  margin-top: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
}
.hire-section .separator {
  background-color: #FAC312;
  width: 100%;
  height: 5px;
  margin: 48px 0 15px;
}
.hire-section .learn-more {
  display: flex;
  flex-direction: column;
  gap: 24px ;
  align-items: center;
}
.hire-section .learn-more p {
  font-size: 20px;
  color: #45494F; 
  font-weight: 400px;
  margin-top: 1rem;
}
.hire-section .learn-more div {
  display: flex;
  align-items: center;
  gap: 32px;
}

.hire-section .business-cards-container {
  width: 100%;
  justify-content: start;
  align-items: center;
  padding-top: calc(36px + 1rem);
}

.hire-section .business-cards-container img {
  max-width: 400px;
}

.hire-section .boxes .box.brochure-container, .hire-section .boxes .box.case-study-container {
  /* min-width: 250px; */
}

.hire-section .boxes .box.brochure-container {
  max-width: 500px;
  width: 100%;
  gap: 2.75rem;
  padding-top: calc(36px + 1rem);
}

.hire-section .boxes .box.brochure-container .brochure {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 400px;
  margin: 0 auto;
}

.hire-section .boxes .box.brochure-container .brochure .img-overflow {
  height: 300px;
  background-size: 185%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.hire-section h2.container-title {
  font-size: 26px;
  white-space: nowrap;
  font-weight: bold;
  color: #363DD6;
  line-height: normal;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  height: 33px;
}

.hire-section h2.container-title span {
  position: absolute;
}

.hire-section .btn-v2 {
  text-transform: uppercase;
}

.hire-section .boxes .box.yt-container {
  display: flex;
  flex-direction: column;
  max-width: 400px;
}

.hire-section .boxes .box.yt-container .thumbnails {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.flex-center {
  display: flex;
  justify-content: center;
}

.btn-v2 {
  width: fit-content;
  transition:
			color 0.15s ease-in-out,
			background-color 0.15s ease-in-out,
			border-color 0.15s ease-in-out,
			box-shadow 0.15s ease-in-out;
	border-radius: 12px;
  cursor: pointer;
  padding: .5rem 1.5rem;
  font-weight: 500;
  font-size: 14px;
  color: #fff !important;
  line-height: 1;
}

.btn-v2.btn-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(53 61 215 / var(--tw-bg-opacity));
  box-shadow: #fbd249 3px 3px 3px;
  text-align: center;
}

.business-card-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  width: 100%;
}

.business-card-group .card-container {
  display: flex;
  align-items: center;
}

.hire-section .primary-cards-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin: 0 auto;
  background-color: #363DD6;
  max-width: 400px;
}

.hire-section .primary-card {
  padding: 0.4rem 1rem;
  color: #fff;
  font-size: 11px;
  border-radius: 12px;
  text-align: center;
  line-height: normal;
}

.hire-section .primary-card strong {
  color: #E5CA16;
  font-weight: 600;
}

.hire-section .primary-card b {
  font-weight: 600;
}

@media (min-width: 1600px) {
  .primary-card {
    font-size: 15px !important;
  }
}

@media (min-width: 1400px) {
  .hire-container > h1 {
    font-size: 60px !important;
  }
}

@media (max-width: 1400px) {
  .hire-section .hire-container .container-title {
    font-size: 22px;
    height: 29px;
  }

  .hire-section .primary-card {
    padding: 0.3rem 1rem;
  }

  .btn-v2 {
    font-size: 12px;
  }
  
  .hire-container .boxes .box .yt a {
    font-size: 12px;
  }
}

@media (max-width: 1200px) and (min-width: 1024px) {
  .hire-section .hire-container h2.container-title {
    font-size: 20px;
  }

  .primary-card {
    font-size: 9px !important;
  }
}

@media (min-width: 1024px) {
  .splash-section .clickable-hover-card:hover {
    transition: box-shadow 0.25s ease-in-out, transform 0.3s ease;
    transform: scale(1.0125) !important;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25); /* Adjust as needed for hover shadow */
  }

  .hire-section .clickable-hover-card:hover {
    transition: box-shadow 0.25s ease-in-out, transform 0.3s ease;
    transform: scale(1.0125) !important;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25); /* Adjust as needed for hover shadow */
  }

  .hire-section .business-card-img {
    width: unset;
  }

  .hire-with-tahche .hire-container .boxes .business-cards-container {
    gap: 2.75rem;
  }

  .hire-with-tahche .business-card-group img {
    width: 100%;
    max-height: 225px;
  }
}

@media (max-width: 1024px) {
  .hire-container .boxes {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    align-items: center;
    padding: 0 !important;
  }
  .hire-container .boxes .box {
    width: 100%;
  }

  .business-card-group .card-container {
    height: 100%;
  }
  
  .business-cards-container {
    position: relative;
    overflow-x: hidden;
  }

  .hire-section .business-card {
    transform: scale(1) !important;
  }

  .btn-v2 {
    font-size: 14px;
  }
  
  .hire-container .boxes .box .yt a {
    font-size: 14px;
  }
  
  .business-card-group .card-container {
    display: flex;
    height: unset;
    align-items: center;
  }

  .splash-section > .grid-columns {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 3rem;
  }

  .mobile-instruction {
    display: block !important;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1.75rem;
    font-size: 12px;
    color: #909090;
    animation: blink-animation 2s ease-in-out infinite;
    font-weight: 500;
  }
  
  @keyframes blink-animation {
    0% {
      transform: scale(1);
      opacity: 1; /* 100% opacity */
    }
    50% {
      transform: scale(0.95);
      opacity: 0.45; /* 45% opacity */
    }
    100% {
      transform: scale(1);
      opacity: 1; /* Back to 100% opacity */
    }
  }

  .splash-section > .grid-columns > .grid-column:first-child {
    gap: 3rem !important;
  }

  .splash-section {
    height: 100%;
  }

  .business-card-group .card-container {
    height: unset !important;
  }

  .btn-v2 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    /* width: 100% !important; */
  }

  .hire-section .hire-container .business-cards-container,
  .hire-section .hire-container .brochure-container {
    padding-top: 0 !important;
  }

  .primary-card {
    font-size: 14px !important;
  }
}

@media (max-width: 1200px) {
  .hire-container .boxes .box .vid span img {
    height: 45px;
    width: 45px;
  }

}

@media (max-width: 1280px) and (min-width: 1000px) {
  .splash-section {
    padding: 56px 2rem !important;
  }
}

@media (max-width: 768px) {
  .splash-section > .grid-columns > .grid-column:first-child {
    gap: 0rem !important;
  }
}

@media (max-width: 640px) {
  .splash-section {
    padding: 0;
  }

  .splash-container {
    border-radius: 0;
    margin: 0;
    padding: 40px 20px;
  }

  .splash-container .head h1 {
    font-size: 32px;
  }

  .splash-container .form div input {
    height: 40px;
  }

  .splash-container .form .proceed-btn {
    height: 40px;
    font-size: 20px;
  }

  .hire-container h1 {
    font-size: 38px;
  }

  .hire-section .learn-more div {
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
    justify-content: center;
    text-align: center;
    flex-direction: column;
  }

  .hire-section .learn-more p {
    font-size: 16px;
  }

  .hire-container .link-btn {
    width: 100%;
    font-size: 12px;
    padding: 0 12px;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .hire-section .hire-container header {
    margin-bottom: 1.5rem;
  }

  .hire-with-tahche-logo svg {
    max-width: 250px;
    width: 100%;
  }

  .hire-with-tahche header .tahche-tagline p {
    font-size: 15px;
  }

  .hire-with-tahche header .tahche-tagline label {
    font-size: 11px;
  }
  
  .hire-section .business-cards-container .flex-center {
    width: 100%;
    max-width: 450px;
  }

  .hire-section .business-cards-container .flex-center .btn-v2 {
    max-width: 450px;
  }

  .hire-with-tahche .business-card-group img {
    width: 100%;
  }

  .hire-section .hire-container .container-title {
    white-space: normal;
    height: auto;
  }

  .hire-section .hire-container .container-title span {
    position: relative;
  }

  .primary-card {
    font-size: 12px !important;
  }
}
