@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 {
    width: 100%;
  max-width: 1154px;
  margin: auto;
}
.gird-col-2{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

/* Hero Sec START */


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

.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 h1 {
  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;
}

/* Hero Sec END */

/* Banner Sec Start */

.banner-sec {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 35px;
    background-color: #f5f5f5;
    gap: 16px;
}

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

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

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

.banner .content {
    max-width: 840px;
    padding: 32px 0px 32px 70px;
    background: linear-gradient(90deg, #128bbb75 55.5%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(90deg, #006767 1.63%, rgba(9, 108, 108, 0.966346) 31.83%, rgba(255, 255, 255, 0) 99.77%);
    display: flex;
    align-items: center;
}

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

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

.share-btn-wrapper{
    width: 100%;
    max-width: 1154px;
}

.share-btns{
    width: 100%;
    max-width: 505px;
    height: 74px;
    background-color: #fff;
    display: flex;
    align-items: center;
}

/* Banner Sec End */


/* What SOC 2 Is, START */

.how-ai-transforming{
    background: linear-gradient(180deg, #FEFEFE 0%, #DFDEDE 100%);
}

.how-ai-transforming .bg-images{
    background-image: url('https://www.tech5-us.ai/wp-content/uploads/2025/07/Hex-top-left.png'), url('https://www.tech5-us.ai/wp-content/uploads/2025/07/Hex-top-right.png');
    background-position: center left, center right;
    background-repeat: no-repeat;
}
.how-ai-transforming .content-wrapper{
    display: flex;
    flex-direction: column;
    gap: 46px;
    padding: 30px 20px;
}
.how-ai-transforming h2{
    font-weight: 700;
    font-size: 40px;
    max-width: 920px;
    color: #1B396A;
}
.how-ai-transforming .gird-col-2{
    gap: 50px;
}
.how-ai-transforming .fouced-text{
    padding: 24px 30px 16px 30px;
    box-shadow: 0px 4px 4px 0px #00000040;
    background: #FFFFFF8C;
    border-radius: 6px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.how-ai-transforming .fouced-text p{
    padding: 23px 48px 9px 60px;
    font-weight: 700;
    font-size: 16px;
    color: #006767;
    background-image: url('https://www.tech5-us.ai/wp-content/uploads/2025/04/corner-top-left.png'), url('https://www.tech5-us.ai/wp-content/uploads/2025/04/corner-top-right.png'), url('https://www.tech5-us.ai/wp-content/uploads/2025/04/corner-bottom-right.png'), url('https://www.tech5-us.ai/wp-content/uploads/2025/04/corner-bottom-left.png');
    background-position: top left, top right, bottom right, bottom left;
    background-repeat: no-repeat;
    min-height: 75%;
}
.how-ai-transforming .text{
    font-weight: 500;
    font-size: 16px;
    color: #2A2E35;
    margin: auto;
}
.how-ai-transforming .bg-green{
    background-color: #006767;
    color: #fff;
    padding: 30px;
    border-radius: 4px;
    gap: 50px;
}
.how-ai-transforming .bg-green p{
    font-size: 16px;
    font-weight: 500;
}

/* What SOC 2 Is, END */

/* Why it Matters Section */

section.WIM-Section{
    background: linear-gradient(to bottom, #003047, #014956);
    min-height: 100vh;
    padding: 60px 20px;
}

.WIMRow{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.WIMRow h2{
    font-family: Montserrat;
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    color: #fff;
    max-width: 990px;
}

.WIMRow p{
    font-family: Montserrat;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    color: #fff;
    margin-top: 10px;
}

.WIMRow .image-box{
    background-color: #fff;
    padding: 30px;
    display: grid;
    grid-template-columns: 1.7fr 1fr;
    gap: 70px;
}

.WIMRow .image-box .list-col{
    padding-left: 20px;
    display: flex;
    align-items: center;
}

.WIMRow .image-box .list-col ul{
    display: flex;
    flex-direction: column;
    gap: 26px;
}

.WIMRow .image-box .list-col ul li{
    font-family: Montserrat;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    padding: 0;
    color: #000;
}

.WIMRow .image-box .list-col ul li::marker{
    color: #006767;
}

.WIMRow .image-box .list-col ul li .Green-text{
    color: #006767;
    font-weight: 700;
}

.WIMRow .image-box .img-col img{
    width: 100%;
}

.WIMRow02{
    margin-top: 70px;
}

.WIMRow02 .image-box{
    grid-template-columns: 1fr 1.7fr;
}

.CTA-Section{
    min-height: 327px;
    background-image: url('https://www.tech5-us.ai/wp-content/uploads/2025/09/Download-banner-01.png'), url('https://www.tech5-us.ai/wp-content/uploads/2025/09/Download-banner-02.png');
    background-position: top left, top right;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-color: #D9D9D9;
    padding: 60px 20px;
    display: flex;
    justify-content: center;
}

.cta-title{
    padding: 40px 60px;
    background-color: #fff;
    border-left: 10px solid #F26522;
    width: 100%;
}

.CTA-Section .cta-title h2{
    font-family: Montserrat;
    font-weight: 700;
    font-size: 36px;
    line-height: 42px;
    color: #1B396A;
    text-shadow: 0px 2px 1px #00000040;
}

.CTA-Section .cta-btn{
    width: 100%;
    margin-top: 27px;
    display: flex;
    justify-content: flex-end;
}

.CTA-Section .cta-btn a{
    margin-right: 100px;
    padding: 12px 77px;
    background-color: #F26522;
    border: 1px solid #FFFFFF;
    color: #fff;
    font-size: 16px;
    font-family: Montserrat;
    font-weight: 700;
    text-decoration: none;
    border-radius: 11px;

}

.faqs-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

.faq{
    border: 1px solid #BDBDBD;
    padding: 22px;
    border-left: 8px solid #006767;
    cursor: pointer;
}

.faq .header p{
    color: #000000;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
}

.faq .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq  .header img {
    display: block;
    width: 32px !important;
    height: 32px m !important;
    object-fit: cover;
}

.faq .content p{
    color: #000000;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    max-width: 504px;
}

.WIMRow.lastRow{
    margin-top: 20px;
}

.WIMRow.lastRow .img-col{
    display: flex;
    align-items: center;
}

.WIMRow.lastRow .img-col h2{
    color: #1B396A;
    font-size: 40px;
    font-weight: 700;
}

.WIMRow.lastRow p{
    color: #000 !important;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
}

/* CTA Sec */

.cta-sec{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #006767;
    min-height: 150px;
    background-image: url('https://www.tech5-us.ai/wp-content/uploads/2025/09/cta-bg-left-center.png'), url('https://www.tech5-us.ai/wp-content/uploads/2025/09/cta-bg-center.png'), url('https://www.tech5-us.ai/wp-content/uploads/2025/09/cta-bg-top-right.png');
    background-position: center left, top right, 85% bottom;
    background-repeat: no-repeat;
    overflow: hidden;
    padding: 60px 20px;
}

.cta-sec .sec-content{
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 30px;
    color: #FFFFFF;
    width: 100%;
    max-width: 1154px;
}

.cta-sec .sec-content h2{
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px #00000040;
}


.cta-sec .sec-content .col-right{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.cta-sec .sec-content .col-right::before{
    content: '';
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 60px;
    mix-blend-mode: soft-light;
    filter: blur(30px);
}

.cta-sec .sec-content .col-right a{
    padding: 12px 40px;
    background-color: #F16522;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border-radius: 11px;
    text-decoration: none;
    transition: all 0.3s;
    z-index: 3;
    border: 1px solid #fff;
    min-width: 213px;
    text-align: center;
}

.cta-sec .sec-content .col-right a:hover{
    transform: translateY(-2px);
}

@media screen and (max-width: 1200px) {

    .banner .content img {
        margin: -100px -100px -100px 0px;
        max-width: 436px;
    }
}

@media screen and (max-width: 1024px) {
    .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%);
    }

    .banner .content img {
        margin: 0;
    }

    .banner .content h1 {
        max-width: 100% !important;
        text-align: center;
        font-size: 34px;
        line-height: 38px;
    }

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


@media screen and (max-width: 768px) {

    .banner-sec{
        padding: 20px;
    }

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

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

    .banner .topic-badge {
        width: 124px;
    }
    .banner .logo-frame{
        top: -20px;
    }

    .hero-sec-content{
        flex-direction: column;
    }
    .hero-content-col-left{
        width: 100%;
    }

    .gird-col-2 {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }

    .how-ai-transforming .gird-col-2{
        gap: 20px;
    }

    .WIMRow h2{
        font-size: 32px;
        line-height: 38px;
    }

    .WIMRow .image-box{
        grid-template-columns: repeat(1, 1fr);
    }

    .WIMRow .image-box .img-col img{
        max-width: 400px;
    }

    .WIMRow .image-box.img-col {
        display: flex;
        justify-content: center;
        order: 2;
    }

    .WIMRow p{
        margin-top: 0px;
    }

    .WIMRow .image-box .list-col{
        padding-left: 0px;
    }


    .CTA-Section .cta-title h2{
        font-size: 28px;
        line-height: 32px;
    }

    .cta-title{
        padding: 30px;
    }

    .WIMRow.lastRow .img-col{
        order: 0;
        justify-content: flex-start;
    }

    .WIMRow.lastRow .image-box{
        gap: 30px;
    }

    .cta-sec .sec-content{
        grid-template-columns: repeat(1, 1fr);
    }

    .cta-sec .sec-content h2{
        font-size: 36px;
    }
    .cta-sec .sec-content .col-right{
        justify-content: flex-start;
    }

    .hero-content-col-left{
        padding-left: 0;
        padding: 20px;
    }

    .hero-content-col-left h1{
        font-size: 36px;
    }

    .how-ai-transforming h2{
        font-size: 36px;
    }

    .how-ai-transforming .content-wrapper{
        gap: 20px;
    }
}

@media (max-width: 480px) {
    .banner .topic-badge {
        width: 72px;
    }

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

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

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

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

    .img-col {
        order: 2;
    }
    .faq .header{
        gap: 10px;
    }

    .faq .header span{
        min-width: 32px;
    }

    .faq .content{
        margin-top: 10px;
    }

    .cta-title{
        padding: 20px;
    }
    .CTA-Section .cta-btn a{
        margin-right: 0px;
    }
    .how-ai-transforming .fouced-text p{
        padding: 30px;
    }

    .how-ai-transforming h2 {
        font-size: 28px;
    }
}

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