/*new header css*/

header {
    background: white;
}









/*home page*/

.new-home{
    background:url(../images-new/TH_Website_webp_hero.webp) center center/cover
    
}
.ai-banner{
   background:url(../images/TH-Ai-banner.webp) center center/cover;
   padding:100px 10px;
   color:white;
}
.new-home h2 {
    font-size: 5.2rem;
}

.new-home form {
    padding: 1rem;
}
.otline-btn {
    position: relative;
    overflow: hidden;
    font-size: 1.4rem;
    border: 1px solid #009B74;
    color: #009B74;
    background: white;
    padding: 10px 28px;
    display: inline-block;
    z-index: 1;
    transition: color 0.3s ease;
        border-radius: 6px;
}

/* TEXT COLOR ON HOVER */
.otline-btn:hover {
    color: white;
}

/* SLIDE BACKGROUND */
.otline-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: #009B74;
    z-index: -1;            /* behind text */
    transition: width 0.4s ease;
}

/* SLIDE LEFT → RIGHT */
.otline-btn:hover::before {
    width: 100%;
}

/*second buttom*/
.otline-p {
    position: relative;
    overflow: hidden;
    font-size: 1.4rem;
    border: 1px solid #5F31B3;
    color: #5F31B3;
    background: white;
    padding: 10px 28px;
    display: inline-block;
    z-index: 1;
    transition: color 0.3s ease;
        border-radius: 6px;
}

/* TEXT COLOR ON HOVER */
.otline-p:hover {
    color: white;
}

/* SLIDE BACKGROUND */
.otline-p::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: #5F31B3;
    z-index: -1;            /* behind text */
    transition: width 0.4s ease;
}

/* SLIDE LEFT → RIGHT */
.otline-p:hover::before {
    width: 100%;
}




/*third buttom*/
.otline-pup {
    position: relative;
    overflow: hidden;
    font-size: 1.4rem;
    border: 1px solid #5F31B3;
    color: #5F31B3;
    background: #f5f5ff;
    padding: 10px 28px;
    display: inline-block;
    z-index: 1;
    transition: color 0.3s ease;
        border-radius: 6px;
}

/* TEXT COLOR ON HOVER */
.otline-pup:hover {
    color: white;
}

/* SLIDE BACKGROUND */
.otline-pup::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: #5F31B3;
    z-index: -1;            /* behind text */
    transition: width 0.4s ease;
}

/* SLIDE LEFT → RIGHT */
.otline-pup:hover::before {
    width: 100%;
}



.h2-ttl{
    padding-bottom: 0.8rem;
}


.hs-hld{
      box-shadow: 2px 2px 15px 2px #ECF2F1;
   background: #FFFFFF;
border-radius:4px;
padding: 10px;
height:100%;
margin-bottom: 0;
transition: all 0.3s ease;
}
.hs-hld:hover {
        transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}
.hs-hld:hover {
    transform: translateY(-5px);
}
.hs-hld img {

    width: 5.2rem;
}
.hs-hld a
{
    font-size: 1.6rem;

}
.report-card{
    box-shadow: 0px 0px 24px 0px #F0F0F0;
border-radius:12px;
border:0;
}
.wh-data {
 padding: 2rem 4rem;
    margin-bottom: 1rem;
    border-top: 0;
    box-shadow: 0px 0px 12px 0px #00000014;
    height: 100%;
    background: white;
        border-radius: 8px;
        transition: all 0.3s ease;
}

.report-data-card{
    box-shadow: 0px 0px 16px 0px #D2DDFF;
    height: 100%;
    border-radius: 6px;
     border: 1px solid transparent; 
      transition: all 0.3s ease;
}
.report-data-card:hover{
  border-color: #823cff7a;
    box-shadow: 0 6px 12px rgba(130, 60, 255, 0.25);
}
.wh-data:hover {
    transform: translateY(-6px);   
    box-shadow: 0 10px 25px rgba(0,0,0,0.12);  
}




.report-data-card h3 a{
    color: #000000;
    font-weight: 600;
    line-height:1.3;
      font-weight: 500;
    font-size: 18px;
}
.report-data-card h3 a:hover {
    color: #4e2b8c;         
}
.read-more-link{
    color:#0F297A;
    font-size: 14px;
    display: inline-block;     
}

.read-more-link .arrow {
    display: inline-block;
    font-size: 16px;
    /*margin-left: 4px;*/
    transition: transform 0.3s ease-in-out;
}

.read-more-link:hover .arrow {
    transform: translateX(4px);
}


.testimonial-hld{
    box-shadow: 0px 0px 16.1px 0px #D2DDFF;

}
.wh-data img{
    width:20%;
}
.aibutton{
        position: relative;
    overflow: hidden;
    font-size: 1.4rem;
    border: 2px solid White;
    color: White;
  
    padding: 10px 28px;
    display: inline-block;
    z-index: 1;
    transition: color 0.3s ease;
    border-radius: 6px;
}


.aibutton:hover {
    color: white;}

/* 8 equal columns on large screens */
@media (min-width: 992px) {
    .col-lg-1-5 {
        width: 12.5%; /* 100 / 8 = 12.5% */
        flex: 0 0 12.5%;
    }
   
}
/* 8 equal columns on large screens */
@media (max-width: 768px) {
    .ai-banner {
    padding: 40px 10px;
    
}

    .new-banner {
    padding: 5rem 1rem;
}
.new-home h2 {
    font-size: 3.2rem;
}
.translate-middle-xy {
    transform: translate(-50%, 6%) !important;
    width: 90%;
}


    
    .otline-btn{
        display:none;
    }
    
    .otline-p {
         display:none;
    }
    .otline-pup {
        display:none; 
    }
}

.mb-12 {
    margin-bottom: 8rem !important;
}
.para-rd{
    font-size:1.5rem;
    margin-top: 5px;
}