
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

#hero {
  width: 100%;
  height: 100vh;
  height: 100svh;

  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("/assets/hero/hero-home.webp");

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  position: relative;
}

#hero .container {
  padding-top: 120px;
}

#hero h1 {
  text-align: left;
  margin-left: 40px;
  margin-bottom: 10px;
  font-size: var(--tab-hero-h1-lg);
  font-weight: 700;
  color: white;
  text-shadow: 2px 2px 3px rgba(0,0,0,0.8);
}

#hero h2 {
  text-align: left;
  color: white;
  margin-left: 40px;
  font-size: var(--tab-hero-h2-lg);
  font-weight: 500;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
}


@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@supports (-webkit-touch-callout: none) {
@media only screen {
  #hero {
    background-attachment: scroll;
  }
  }  
}

@media (max-width: 768px) {
  #hero {
    height: 100vh;
  }

  #hero .container {
    padding-top: 60px;
  }

  #hero h1 {
    font-size: var(--tab-hero-h1-sm);
    line-height: var(--tab-hero-h1-line-sm);
  }

  #hero h2 {
    font-size: var(--tab-hero-h2-sm);
    line-height: var(--tab-hero-h2-line-sm);
  }
}

.traits {
  background: #E4E4E4;

}

/*--------------------------------------------------------------
# Site Intro
--------------------------------------------------------------*/

.site-intro {
  border-top: 4px solid var(--tab-blue);
  border-bottom: 4px solid var(--tab-blue);
  font-size: 1.0rem;
}


/*--------------------------------------------------------------
# Why TAB Software
--------------------------------------------------------------*/

.process .info-box {
  box-shadow: 0px 0 5px rgba(1, 41, 112, 0.25);
  height: 100%;
  padding: 30px 30px;
  text-align: left;
  transition: 0.3s;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top: 6px solid var(--tab-orange);
  font-size: 1.0rem;
  background-color: white;
}

.process .info-box:hover {
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.25);
}

.process .info-box img {
  float: left;
  padding: 0px;
  line-height: 0;
}

.process .info-box h3 {
  font-size: 1.25em;
  margin-left: 110px;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.25);
}

.process .info-box p {
  margin-left: 110px;
}


.process .step1 {
  background: url("/assets/svg/process-step-1.svg");
  background-size: auto 160px;
  background-repeat: no-repeat;
  background-position: 30px 110px;
}

.process .step1a {
  width: 86px;
}

.process .step2 {
  background: url("/assets/svg/process-step-2.svg");
  background-size: auto 160px;
  background-repeat: no-repeat;
  background-position: 30px 110px;
}

.process .step2a {
  width: 90px;
  height: auto;
  margin-left: 10px;
}

.process .step3 {
  background: url("/assets/svg/process-step-3.svg");
  background-size: auto 160px;
  background-repeat: no-repeat;
  background-position: 30px 110px;
}

.process .step3a {
  width: 86px;
  height: auto;
}

.process .step4 {
  background: url("/assets/svg/process-step-4.svg");
  background-size: auto 160px;
  background-repeat: no-repeat;
  background-position: 30px 110px;
}

.process .step4a {
  width: auto;
  height: 90px;
  margin-left: 10px;
}

.process .step5 {
  background: url("/assets/svg/process-step-5.svg");
  background-size: auto 160px;
  background-repeat: no-repeat;
  background-position: 30px 110px;
}

.process .step5a {
  width: 90px;
  height: auto;
}

.process .step6 {
  background: url("/assets/svg/process-step-6.svg");
  background-size: auto 160px;
  background-repeat: no-repeat;
  background-position: 30px 110px;
}

.process .step6a {
  width: 90px;
  height: auto;
}

/*--------------------------------------------------------------
# Who We Are
--------------------------------------------------------------*/
.whoweare {
  background: #DCDCDC;
  padding: 10px 0;
  text-align: center;
}

.whoweare .content+.content {
  margin-top: 100px;
}

.whoweare .content h3 {
  font-weight: 700;
  font-size: 32px;
  color: #47536e;
}

.whoweare .content p:last-child {
  margin-bottom: 0;
}


.section-title p {
  font-size: 1.125rem;
  line-height: 1.4rem;

}

/*--------------------------------------------------------------
# Serivce
--------------------------------------------------------------*/
.home-service {
  background: #F8F8F8;
  padding: 10px 0;
  text-align: left;
}

.home-service .content+.content {
  margin-top: 25px;
}

.home-service .content h3 {
  font-weight: 700;
  font-size: 1.25em;
  color: #47536e;
}

.home-service .content p {
  font-size: 1.0rem;
  line-height: 1.5rem;
  color: #47536e;
}

.whoweare .content p:last-child {
  margin-bottom: 0;
}


/*--------------------------------------------------------------
# Tech Icons
--------------------------------------------------------------*/
.tech-icons {
  background: #E4E4E4;
  padding: 10px 0;
  text-align: center;
}

.tech-icons .col-lg-2 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.tech-icons img {
  width: 50%;
  filter: grayscale(100);
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 10px 0;
}

.tech-icons img:hover {
  filter: none;
  transform: scale(1.2);
}

@media (max-width: 768px) {
  .tech-icons img {
    width: 40%;
  }
}

@media (max-width: 575px) {
  .tech-icons img {
    width: 30%;
  }
}



.top-piece {
  --top: radial-gradient(calc(10px + 50px) at 50% calc(100% + 10px),#0000 98%,#000);
  -webkit-mask: var(--top);
          mask: var(--top);
}

.bottom-piece {
  --bottom: 
   linear-gradient(#000 0 0) bottom/100% calc(100% - 50px) no-repeat,
   radial-gradient(farthest-side,#000 98%,#0000) top/100px 100px no-repeat;
  -webkit-mask: var(--bottom);
          mask: var(--bottom);
  margin-top: -40px;
}

/*--------------------------------------------------------------
# Message
--------------------------------------------------------------*/
.contact-message {
  background: var(--tab-blue);
  min-height: 40px;
}

.contact-message h2 {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 400;
  color: #fff;
  padding-top: 15px;
  padding-bottom: 40px;
}

/*--------------------------------------------------------------
# Engagement Model
--------------------------------------------------------------*/

.engagement-model {
  text-align: center;
  font-size: 1.0rem;
}

.engagement-model .icon-box {
  background-color: white;
  border-radius: 15px;
  padding: 20px;
  margin-bottom: 10px;
  padding: 0px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}


.engagement-model .icon-box:hover {
  transform: translateY(-5px);
}


.engagement-model .model-header {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  padding: 20px;
}


.ct1 {
  border-bottom: 3px solid var(--tab-blue);
}

.ct2 {
  border-bottom: 3px solid var(--tab-green);
}

.engagement-model .model-header.c1 {
  background: var(--tab-blue);
}

.engagement-model .model-header.c2 {
  background: var(--tab-green);
}

.engagement-model .model-header .model-icon {
  border-radius: 50%;
  width: 120px;
  height: 120px;
  background: white;
  padding: 20px;
  border: 3px solid #DCDCDC;
}

.engagement-model h3 {
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.25);
}

.read-more2 {
  color: var(--tab-blue);
  font-weight: bold;
}

.read-more2:hover a:hover {
  font-weight: bold;
}


.service-card {
  transition: 0.3s;
}

.service-card:hover {
  transform: translateY(-5px);
}
