@font-face {
    font-family: "Gilroy Bold";
    src: url("../assets/fonts/gilroy/Gilroy-Bold.ttf");
  }
  
  @font-face {
    font-family: "Gilroy Medium";
    src: url("../assets/fonts/gilroy/Gilroy-Medium.ttf");
  }
  
  @font-face {
    font-family: "Gilroy Regular";
    src: url("../assets/fonts/gilroy/Gilroy-Regular.ttf");
  }
  
  @font-face {
    font-family: "Gilroy Light";
    src: url("../assets/fonts/gilroy/Gilroy-Light.ttf");
  }
/* adding the background image for the first section  and removing the gradient layer for all the industry pages*/

#bfsi-first-section{
    background-image:url('../assets/Imgs/BannerImgs/Industry/bfsi.webp') !important;
    background-position: center !important; 
    background-size:cover !important;
    position:relative;
    height: auto;
    width:100% !important;
    background-repeat: no-repeat;
    padding-top:75px;
    padding-bottom:50px;
}
.industry-heading{
    font-size: 48px !important;
}

#bfsi-first-section::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    top: 0%;
    left: 0%;
    background: linear-gradient(45deg, #000, #00000080, #0000);
    z-index: 0;
  }

  #energy-first-section{
    background-image:url('../assets/Imgs/BannerImgs/Industry/energy.webp') !important;
    background-position: center !important; 
    background-size:cover !important;
    position:relative;
    height: auto;
    width:100% !important;
    background-repeat: no-repeat;
    padding-top:75px;
    padding-bottom:50px;
}

#energy-first-section::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    top: 0%;
    left: 0%;
    background: linear-gradient(45deg, #000, #00000080, #0000);
    z-index: 0;
  }

#transferagency::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    top: 0%;
    left: 0%;
    background: linear-gradient(45deg, #000, #00000080, #0000);
    z-index: 0;
  }

#transferagency{
    padding-bottom:50px;
}

#manufacturing-first-section::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    top: 0%;
    left: 0%;
    background: linear-gradient(45deg, #000, #00000080, #0000);
    z-index: 0;
  }

#manufacturing-first-section{
    padding-bottom:50px;
}

#retail-section-one::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    background: linear-gradient(45deg, #000, #00000080, #0000);
    z-index: 0;
  }

  #retail-section-one{
    padding-bottom:50px;
  }








/* changes for first section ends here */

/*changing the button style */

.talktoexpert-modified{
    padding: 10px 15px !important;
    font-size:14px;
}

.explorbtnstyle-modified{
    background-color: #2b93c8;
    padding: 8px 16px !important;
    font-size:16px;
}
/* changing the background image for solutions section*/
.bfsi-solutions-bg{
    background-image:url("../assets/Imgs/Sub Images/Sub Images/bfsi/bfsi-solutions-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
}

/* styling for solution cards sections */
.bfsi-solution-card{
    position: relative;
    width:100%;
    border-radius:20px;
    box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.25); 
}
.solution-card-img{
    width:100%;
}

.bfsi-solution-card-text-box{
    position:absolute;
    height: 60%;;
    border-radius: 0px 0px 10px 10px;
    background-image: linear-gradient(45deg, #fab83ee0, #f9e532);
    /* background: linear-gradient(86deg, rgba(104, 15, 210, 0.80) -9.79%, rgba(238, 105, 30, 0.80) 106.68%); */
}

/* setting the content fit so increasing the height to 60% of the text box for only retail page */

.industry-carousel-img{
    border-radius: 15px;
}
  

.bfsi-solution-card-text-box-heading{
    font-family: "Gilroy Bold";
    /* color: #ffffff; */
    font-size: 18px;
    line-height: 21px;
    margin-bottom:7px !important;
}

/* .bfsi-solution-card-text-box-heading-2{
    margin-bottom:5px;
} */

.bfsi-solution-card-text-box-para{
    /* color: #ffffff; */
    font-size: 14px;
    line-height: 20px;
}
/* styling button for card*/
.button-container{
    position:absolute;
    bottom:5px;
    right:10px;
    margin-left:auto;
    margin-top:auto;
}
.btnsz{
    padding-top:5px;
    padding-right:16px;
    padding-bottom:5px;
    padding-left: 16px;
    /* background-color: rgb(255, 255, 255, 0.25); */
    /* box-shadow: 0 4px 20px 0 rgb(0 0 0 / 20%); */
  }
.solution-card-button{
    font-family: "Gilroy Bold";
    color:rgba(63, 46, 85, 1);
    padding:10px 20px;
    border-radius:30px;
    background-color: white;
}
.solution-card-button:hover{
    color:rgba(63, 46, 85, 1);
}

/*styling the coin image section heading*/
.heading-font-high{
    font-size:34px;
}

.solution-card-box{
    max-width:380px;
}
.solution-card-new{
    padding:15px;
    gap:20px;
}
.collaborate-card{
    padding:20px;
    border-radius: 15px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.438);
}

.collaborate-card-img{
    width:30%;
    border-radius: 15px;
}
.collaborate-card-text-box{
    width:60%;
    display: flex;
    flex-direction: column;
    gap:15px;
}

.features-card{
    width:46%;
    padding:45px 35px;
    background: linear-gradient(105.96deg, #FFFFFF 79.21%, rgba(250, 197, 59, 0.1) 99.57%);
    border-radius: 20px;
    display: flex;
    gap:27px;
    align-items: center;
    margin-bottom: 29px;
}

.features-card:hover{
    background: linear-gradient(105.96deg, #FFFFFF 67.91%, rgba(250, 197, 59, 0.6) 99.57%);
    box-shadow: 8px 8px 24px 0px #00000040;
}

.features-img{
    max-width: 79px;
}

.features-card-heading{
    color:#FAC53B;
    font-size:20px;
    font-weight: 600;
}

.features-para{
    color:#535050;
}

@media only screen and (min-width: 300px) and (max-width: 768px) {
    
    .bfsi-solution-card-text-box{
        height: 60%;}

        .collaborate-card-img{
            width:100%;
        }
        .collaborate-card-text-box{
            width:100%;
            gap:10px;
        }
        .features-card{
            width:100%;
            padding:35px 25px;
            gap:10px;
            margin-bottom:15px;
        }
}

@media (min-width: 769px) and (max-width:1199.98px) {
    .collaborate-card-img{
        width:45%;
    }
    .collaborate-card-text-box{
        width:55%;
    }
    .features-card{
        width:65%;
        padding:45px 35px;
        gap:15px;
        margin-bottom:15px;
    }
}

@media (min-width:1200px) and (max-width:1299.98px) {
    .collaborate-card-img{
        width:30%;
    }
    .collaborate-card-text-box{
        width:60%;
    }
}

/*writing for solution card size */
@media only screen and (min-width: 1300px){
    .solution-card-box{
        width:32%;
    }
    .collaborate-card-img{
        width:30%;
    }
    .collaborate-card-text-box{
        width:60%;
    }
}

@media only screen and (min-width: 1440px){
    .solution-card-box{
        margin:15px;
        width:30%;
    }
    .collaborate-card-img{
        width:30%;
    }
    .collaborate-card-text-box{
        width:65%;
    }
}