@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

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

body {
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
}

p,
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5 {
  line-height: 100%;
}
.orange-text {
  color: #f26522;
}
.content-wrapper {
  max-width: 1154px;
  margin: auto;
}
.center-flex {
  display: flex;
  justify-content: center;
}

/* Hero Sec CSS */

.hero-sec {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #fefefe 0%, #dfdede 100%);
  position: relative;
}

.img-top-left {
  width: 145px;
  aspect-ratio: 1/1;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
}

.img-bottom-left {
  width: 85px;
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 1;
}

.img-top-right {
  width: 222px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
}

.img-bottom-right {
  width: 215px;
  position: absolute;
  bottom: 2px;
  right: 10px;
  z-index: 2;
}

.img-center {
  width: 271px;
  height: 279px;
  position: absolute;
  top: 25px;
  left: 50%;
  z-index: 1;
}

.hero-sec-content {
  width: 100%;
  max-width: 1200px;
  min-height: 325px;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  gap: 20px;
}

.hero-content-col-left {
  background: rgba(255, 255, 255, 0.6);
  min-height: 180px;
  box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.25);
  border-left: 10px solid #f26522;
  border-radius: 0px 6px 6px 0px;
  width: 70%;
  display: flex;
  align-items: center;
  padding-left: 70px;
}

.hero-content-col-left h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 54px;
  letter-spacing: 0%;
  text-shadow: 0px 2px 1px #00000040;
  color: #1b3a6a;
}

.hero-content-col-right {
  width: calc(30% - 20px);
  display: flex;
  justify-content: center;
}
/* blog3_banner Sec */

.banner-sec {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 35px;
}

.blog3_banner {
  width: 100%;
  max-width: 1154px;
  background-image: url("https://www.tech5-us.ai/wp-content/uploads/2025/08/banner_section.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  min-height: 760px;
}

.blog3_banner .logo-frame {
  position: absolute;
  top: -40px;
  left: 0;
}

.blog3_banner .topic-badge {
  position: absolute;
  top: 0;
  right: 0;
  width: 178px;
}

.blog3_banner .content {
  max-width: 865px;
  padding: 32px 0px 32px 70px;
  background: linear-gradient(
    89.74deg,
    #1b396a 1.63%,
    rgba(9, 108, 108, 0.966346) 42.21%,
    rgba(255, 255, 255, 0) 99.77%
  );
  box-shadow: 0px 1.88px 0.94px 0px #00000040;
  display: flex;
  align-items: center;
}

.blog3_banner .content h1 {
  max-width: 490px !important;
  color: white;
  font-size: 44px;
  line-height: 55px;
  text-shadow: 0px 1.88px 0.94px #00000040;
}

.blog3_banner .content img {
  margin: -100px -236px -100px 0px;
  width: 100%;
}

/* ai-takes-tattoo section */

#ai-takes-tattoo {
  margin: 20px 0;
}
#ai-takes-tattoo .content-wrapper,
#why-gang-tattoos .content-wrapper {
  display: flex;
  background-color: #ededed;
  padding: 40px;
  gap: 40px;
  align-items: center;
}
#ai-takes-tattoo .ai-takes-tattoo-left {
  width: 58%;
}
#ai-takes-tattoo .ai-takes-tattoo-right {
  width: 42%;
}
#ai-takes-tattoo .content-wrapper h2,
#why-gang-tattoos .content-wrapper h2,
#analysis_pipline_section h2,
#how_auto_coding_section h2,
#why_this_matter_section h2,
#bottom_line_section h2 {
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 40px;
  line-height: normal;
}
#ai-takes-tattoo .content-wrapper p,
#why-gang-tattoos .content-wrapper p,
#how_auto_coding_section p,
#bottom_line_section p {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2em;
  color: #2a2e35;
}
.text_blue {
  color: #1b396a;
}

/* why-gang-tattoos sections */
#why-gang-tattoos {
  margin: 0px 0 40px 0px;
}
#why-gang-tattoos .why-gang-tattoos-left {
  width: 65%;
}
#why-gang-tattoos .why-gang-tattoos-right {
  width: 35%;
}
/* analysis pipeline section */
#analysis_pipline_section {
  background-color: #006767;
  padding: 60px 20px;
}
.text_white {
  color: white;
}
.analysis_pipline_section_main_para {
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  padding: 25px 0;
}
#analysis_pipline_section .analysis_cards_wrapper .card1 {
  background-color: #fff;
  display: flex;
  padding: 30px;
  gap: 20px;
}

#analysis_pipline_section .analysis_cards_wrapper .card1 img {
    max-width: 104px;
}

#analysis_pipline_section .analysis_cards_wrapper {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.mt-70 {
  margin-top: 70px;
}
.analysis_cards_heading {
  padding-bottom: 8px;
  color: #1B3A6A;
}

/* <!-- how auto coding section --> */
#how_auto_coding_section {
  background: linear-gradient(0deg, #006767 -128.6%, #003148 100%);
  padding: 60px 20px;
}
#how_auto_coding_section .content-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.how_auto_coding_left_col,
.how_auto_coding_right_col {
  background-color: #fff;
  padding: 40px 30px;
}
.m-top-bottom-20 {
  margin: 30px 0 60px 0;
}
/* why_this_matter_section */
#why_this_matter_section {
  background-color: #eeeeee;
  padding: 70px 20px 40px 20px;
}
.why_this_matter_row {
  display: flex;
  gap: 50px;
  justify-content: space-between;
}

.why_this_matter_row ul li::marker {
    color: #006767;
}

.green_color_points {
  color: #006767;
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 16px;
}
.why_this_matter_points li {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 16px;
}
.why_this_matter_left_heading {
  margin-bottom: 30px;
}
/* bottom_line_section */
#bottom_line_section {
  background-color: #eeeeee;
  padding-bottom: 40px;
}
#bottom_line_section .content-wrapper {
  display: flex;
  background-color: #dedede;
  padding: 40px;
  gap: 20px;
  align-items: center;
}
.bottom_line_left {
  width: 40%;
}
.bottom_line_right {
  width: 60%;
}

/* cta contact section */

.content-cta {
  background-color: #006767;
  min-height: 280px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("https://www.tech5-us.ai/wp-content/uploads/2025/04/register-cta-img-left.png"),
    url("https://www.tech5-us.ai/wp-content/uploads/2025/04/register-cta-img-right.png");
  background-position: center left, center right;
  background-repeat: no-repeat, no-repeat;
  mix-blend-mode: multiply;
  background-size: auto 100%;
}

.content-cta .content-wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 50px 0px;
}

.border-text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.content-cta .border-text {
  background-color: #03ffff71;
  border-left: 10px solid #f26522;
  padding: 40px 20px 40px 40px;
  width: 100%;
}

.buttons-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 0px 50px;
}
.content-cta .border-text .content {
  max-width: 1154px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 100px;
}

.content-cta .border-text .content h2 {
  font-size: 32px;
  color: #fff;
  font-weight: 700;
  max-width: 794px;
  line-height: 50px;
}

.content-cta a {
  padding: 12px 52px;
  background-color: #f26522;
  color: #fff;
  text-decoration: none;
  border: 1px solid #ffffff;
  border-radius: 11px;
  font-weight: bold;
}
.why-gang-tattoos-left p{
  color: #000 !important;
}

.why_this_matter_right h4{
  color: #1B396A;

  font-family: 'Montserrat';
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
}
/* From 1024px to 1200px */
@media screen and (max-width: 1200px) {
  .blog3_banner .content img {
    margin: -100px -100px -100px 0px;
    max-width: 436px;
  }

  .blog3_banner .content h1 {
    font-size: 26px;
    line-height: 34px;
  }
}
/* From 768px to 1024px */
@media (max-width: 1024px) {
  .content-cta .content-wrapper {
    flex-direction: column;
  }
  .content-cta .content-wrapper {
    padding: 30px;
  }
  .buttons-wrapper {
    padding: 0px 20px;
  }
  .content-cta {
    background-size: auto;
    background-position: top left, bottom right;
  }

  .blog3_banner .content {
    flex-direction: column;
    max-width: 100%;
    width: 100%;
    padding: 35px;
    background: linear-gradient(
      180deg,
      #006767 1.63%,
      rgba(9, 108, 108, 0.966346) 11.83%,
      rgba(255, 255, 255, 0) 62.77%
    );
  }

  .blog3_banner .content img {
    margin: 0;
  }

  .blog3_banner .content h1 {
    max-width: 100% !important;
    text-align: center;
  }

  .blog3_banner {
    min-height: unset;
    padding: 175px 70px 0px 70px;
  }
}

/* From 480px to 768px */
@media (max-width: 768px) {
  .content-cta .border-text .content h2 {
    line-height: 36px;
  }
  .content-cta a {
    padding: 10px 25px;
  }

  .blog3_banner {
    padding: 130px 30px 0px 30px;
  }

  img.logo-frame {
    width: 90%;
  }

  .blog3_banner .topic-badge {
    width: 124px;
  }
  .hero-sec-content {
    flex-direction: column;
    text-align: center;
    gap: 40px;
  }

  .hero-content-col-left,
  .hero-content-col-right {
    width: 100%;
    padding: 20px;
    min-height: 130px;
  }

  .hero-content-left h1 {
    font-size: 26px;
    line-height: 1.3;
  }
  #analysis_pipline_section .analysis_cards_wrapper .card1 {
    display: block;
  }
  .analysis_cards_heading {
    margin-top: 10px;
  }
  #how_auto_coding_section .content-wrapper {
    display: block;
  }
  #ai-takes-tattoo .content-wrapper h2,
  #why-gang-tattoos .content-wrapper h2,
  #analysis_pipline_section h2,
  #how_auto_coding_section h2,
  #why_this_matter_section h2,
  #bottom_line_section h2 {
    font-size: 32px;
  }
}

/* Mobile (<= 480px) */
@media (max-width: 480px) {
  .buttons-wrapper {
    padding: 0px;
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }

  #ai-takes-tattoo h2,
  .w_query100,
  #why-gang-tattoos .why-gang-tattoos-left,
  #why-gang-tattoos .why-gang-tattoos-right,
  #how_auto_coding_section img,
  .bottom_line_left,
  .bottom_line_right {
    width: 100%;
  }
  #analysis_pipline_section .analysis_cards_wrapper,
  .why_this_matter_row {
    display: block;
  }
  .analysis_cards_wrapper .card1,
  #bottom_line_section h2 {
    margin-bottom: 10px;
  }
  .img-center {
    display: none;
  }
  .blog3_banner .topic-badge {
    width: 72px;
  }

  img.logo-frame {
    top: -16px !important;
  }

  .blog3_banner {
    padding: 0px 0px 0px 0px;
  }

  .blog3_banner .content {
    padding: 100px 20px 20px 20px;
    gap: 20px;
  }

  .blog3_banner .content img {
    margin-left: -30px;
  }

  .hero-content-col-left h2 {
    font-size: 24px;
    line-height: 30px;
  }

  .hero-sec-content {
    gap: 20px;
  }

  .hero-content-col-right img {
    max-width: 100%;
    height: auto;
  }
  #ai-takes-tattoo .content-wrapper,
  #why-gang-tattoos .content-wrapper,
  #bottom_line_section .content-wrapper {
    display: block;
  }
  #ai-takes-tattoo .ai-takes-tattoo-left,
  #ai-takes-tattoo .ai-takes-tattoo-right {
    width: 100%;
  }

  section#why-gang-tattoos .content-wrapper {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
}

#ai-takes-tattoo .content-wrapper h2{
  margin-bottom: 20px;
}


}

.main-footer {
  margin-top: 0px;
}
.main-footer .full-cta-section {
  display: none;
}
