
/* Industry pages styles */

.education-header {
    background-image: url("../img/Industry/industry-header.png") !important;
    background-size: cover !important;
}

.header-list-items {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.industry-heading {
    color: #0074EF;
    font-size: 64px;
    line-height: 80px;
    font-weight: 700;
    text-align: center;
}

.industry-header-list {
    display: flex;
    justify-content: space-evenly;
    gap: 50px;
}

.industry-header-list li {
    font-size: 18px;
    font-weight: 700;
}

.header-para {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    text-align: center;
}

.industry-form-container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin: 40px;
}

.industry-h-br{
    display: none;
}


.form-heading {
    font-size: 20px;
    font-weight: 500;
}

.form-para {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 10px;
}

.industry-what-we-help-title,
.industry-why-choose-title, .industry-blog-main-title, .faq-title, .industry-blue-box-title {
    font-size: 36px;
    font-weight: 600;
}

.industry-what-we-help-para,
.industry-why-choose-para {
    font-size: 18px;
    font-weight: 500;
    margin: 20px 0px;
    text-align: center;
}

.what-we-help-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.what-we-help-sub-section {
    display: flex;
    gap: 100px;
    margin: 10px 0px;
}

.what-we-help-list-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 100px;
}

.what-we-help-lists {
    display: contents;
}

.list-number {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}

.list-para {
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
}

.why-choose-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.why-choose-card {
    border: 2px solid #0074EF;
    border-radius: 10px;
    background-color: #F5F5F5;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 7px;
    
}

.why-choose-card-heading {
    font-size: 20px;
    font-weight: 700;
    margin-top: 7px;
}

.why-choose-card-para {
    font-size: 16px;
    font-weight: 500;
}
.why-choose-card-container{
    display: flex;
    justify-content: space-between;
}
.industry-blue-box{
    background-color: #0074EF;
    border-radius: 10px;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    gap: 20px;
    padding: 40px;
}

.industry-blue-box-para {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    text-align: center;
}

.industry-blue-box-btn {
    font-size: 16px;
    font-weight: 600;
    color: #0074EF;
    background-color: white;
    padding: 10px 20px;
    border-radius: 5px;
}
.industry-blog-section{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.blog-cards{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;

}
.blog-card {
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    max-width: 350px; 
    
}

.blog-card img {
    object-fit: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.blog-lists {
    background-color: #F5F5F5;
    padding: 30px;
    height: 280px;
}

.blog-date {
    color: #554FF1;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
}

.blog-date .dot {
    margin: 0 6px;
    font-weight: bold;
}

.blog-heading {
    font-size: 22px;
    font-weight: 400;
    margin: 15px 0px;
    line-height: 1.4;
}

.blog-para {
    font-size: 14px;
    font-weight: 400;
    color: #716678;
    line-height: 1.6;
    margin: 0;
}
.faq-section{
    display: flex;
    flex-direction: column;
    align-items:center ;
    gap: 20px;
}
.forms-br{
    display: none;
}
.blog-img{
    width: 360px;
    height: 180px;
}


@media (max-width: 700px) {
    .break-point{
        display: none;
    }
    .forms-br{
    display: none;
}

.industry-heading {
    font-size: 30px;
    line-height: 45px;
    text-align: start;
}

.industry-header-list {
    display: flex;
    flex-direction: column;
    text-align: left !important;
    gap: 20px;
}

.industry-header-list li {
    font-size: 14px;
    font-weight: 700;
    margin-left: -10px;
}

.header-para {
    font-size: 14px;
    line-height: 25px;
    text-align: start;
}
.forms-left-arrow{
    margin-right: 10px !important;
}

.forms-right-arrow, .forms-left-arrow{

    background-color: #A2BBF4;
    padding: 10px 15px;
    border-radius: 100px;
    margin-right: 20px;
}

  .industry-form-container {
    display: flex;
    overflow: hidden;
    width: 100%;
    position: relative;
  }

  .forms-left-arrow,
  .forms-right-arrow {
    cursor: pointer;
    opacity: 1;
    transition: 0.3s;
    margin: 0px ;
  }

  .arrow-disabled {
    pointer-events: none;
    opacity: 0.4;
  }

.industry-form-container {
    display: flex;
    justify-content: space-between;
    gap: 0px;
    margin: 40px;
}

.form-div {
    margin-right: 20px;
}

.form-heading {
    font-size: 18px;
    font-weight: 500;
}

.form-para {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 10px;
}

.industry-what-we-help-title,
.industry-why-choose-title, .industry-blog-main-title, .faq-title, .industry-blue-box-title {
    font-size: 26px;
    text-align: center;
}

.industry-what-we-help-para,
.industry-why-choose-para, .industry-blue-box-para {
    font-size: 14px;
    text-align: center;
    margin: 10px 0px;
    line-height: 25px;
}

.what-we-help-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.what-we-help-sub-section {
    display: flex;
    flex-direction: column;
    gap: 0px;
    margin: 10px 0px;
}
.what-we-help-sub-section img{
    margin-bottom: 30px !important;
}

.what-we-help-list-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.what-we-help-lists {
    display: contents;
}

.list-number {
    font-size: 16px;
}

.list-para {
    font-size: 14px;
    line-height: 22px;
}

.why-choose-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.why-choose-card {
    border: 2px solid #0074EF;
    border-radius: 10px;
    background-color: #F5F5F5;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 7px;
    
}

.why-choose-card-heading {
    font-size: 14px;
    margin-bottom: 0px !important;
}

.why-choose-card-para {
    font-size: 12px;
    line-height: 15px;
        margin-bottom: 5px !important;

}
.why-choose-card-container {
  display: flex;
  flex-wrap: wrap; 
  gap: 0px; 
}

.why-choose-card {
  flex: 0 0 calc(50% - 10px) !important; 
  box-sizing: border-box !important;
  width: 20%;
  margin-top: 20px;
}

.industry-blue-box{
    gap: 10px;
    padding: 20px !important;
}
.industry-blue-box-title{
    text-align: center !important;
}


.industry-blue-box-btn {
    text-align: center;
}
.industry-blog-section{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.blog-cards{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0px;
}
.blog-card{
    margin-top: 20px;
}
.industry-h-br{
    display: block;
}
.blog-img {
    width: 380px;
    object-fit: cover;
}

}

@media (min-width: 700px) and (max-width: 1035px) {



.industry-heading {
    font-size: 45px;
    line-height: 60px;
}
.break-point{
    display: none;
}

.industry-header-list li {
    font-size: 15px;
    font-weight: 700;
}

.header-para {
    font-size: 13px;
    line-height: 22px;
}
.ind-notarize-btn{
    width: 280px;
}
.blog-img{
    width: 260px;
    height: 130px;
}

.industry-form-container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin: 40px 0px 0px 0px;
}

.form-div img {
    /* display: flex;
    flex-direction: column;
    gap: 20px; */
    width: 190px;
}
.form-div{
    width: 200px;
}

.form-heading {
    font-size: 14px;
}

.form-para {
    font-size: 12px;
    line-height: 18px;
}

.industry-what-we-help-title,
.industry-why-choose-title, .industry-blog-main-title, .faq-title, .industry-blue-box-title {
    font-size: 26px;
    font-weight: 600;
}

.industry-what-we-help-para,
.industry-why-choose-para {
    font-size: 13px;
    font-weight: 500;
    margin: 10px 0px;
    text-align: center;
}


.what-we-help-sub-section {
    display: flex;
    gap: 50px;
    margin: 10px 0px;
}

.what-we-help-list-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
}

.what-we-help-lists {
    display: contents;
}

.list-number {
    font-size: 17px;
}

.list-para {
    font-size: 12px;
    line-height: 18px;
}

.why-choose-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.why-choose-card {
    width: 180px;  
}

.why-choose-card-heading {
    font-size: 14px;
}
.why-choose-card-para {
    font-size: 12px;
}
.why-choose-card-container{
    display: flex;
    justify-content: space-between;
}
.industry-blue-box{
    gap: 10px;
    padding: 30px 20px;
}

.industry-blue-box-para {
    font-size: 13px;
    line-height: 22px;
}
.industry-blue-box-btn {
    font-size: 12px;
}

.industry-blog-section{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.blog-cards{
    display: flex;
    justify-content: space-between;
}
.blog-card {
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    max-width: 250px; 
}

.blog-card img {

    object-fit: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.blog-lists {
    background-color: #F5F5F5;
    padding: 20px;
    height: 270px !important;
}

.blog-date {
    font-size: 10px;
}

.blog-heading {
    font-size: 16px;
}

.blog-para {
    font-size: 10px;
}
.forms-br{
    display: none;
}
.form-br{
    display: none;
}

}

@media (min-width: 700px) and (max-width: 900px) {
    .why-choose-card {
    width: 150px !important;  
}
.blog-card {

    max-width: 200px !important; 
}
.blog-card img{
     height: 130px !important;
}
.form-div img {
    width: 150px;
}
.form-div{
    width: 150px;
}
.forms-br{
    display: block !important;
}

}