

.rectangle {
    position: relative;
    width: 62px;
    height: 4px;
    background-color: #1569b2;
}


.font_martel_400 {
    font-family: "Martel Sans", Helvetica;
    font-weight: 400;
}

.text-wrapper-3 {
    margin-top: -1px;
    font-weight: 800;
    color: #1569b2;
    font-size: 26px;
    letter-spacing: 0;
    line-height: 38.4px;
    position: relative;
    width: fit-content;
    font-family: "Martel Sans", Helvetica;
    white-space: nowrap;
}


.text_default_color {
    color: #FFFFFF;
}

.font-30 {
    font-size: 30px;
}

.font_martel_700 {
    font-family: "Martel Sans", Helvetica;
    font-weight: 700;
    color:#FFFFFF;

}

.font_22 {
    font-size: 22px;
}

.accordion-button {
    background-color: transparent;
    color: white;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.accordianbody{
    margin-top: -20px;
    color:#FFFFFF
}

.accordion-button::after {
    display: none;
}


.accordion-button:not(.collapsed) {
    color: #ffffff;
}

.accordions-item {
    border-bottom: 1px solid #ABABAB;
    margin-bottom: 1rem;

}

.accordionitem {
    border-bottom: 1px solid #ABABAB;
    padding-bottom: 0.5rem;
}

.accordion-item.expanded {
    border: 2px solid #ABABAB;
    padding: 13px 14px;
    border-radius: 10px;
    background-color: #707070;
}

.accordion-item.no-border {
    border-bottom: none;
}

.accordion-collapse.show .accordion-icon i {
    transform: rotate(45deg);
}

.accordion-collapse.collapse .accordion-icon i {
    transform: rotate(0deg);
}

.accordion-collapse.show .accordion-icon,
.accordion-faq-icon i {
    transform: rotate(45deg);
}

.accordion-collapse.collapse .accordion-icon,
.accordion-faq-icon i {
    transform: rotate(0deg);
}

.martel_font {
    font-family: "Martel Sans", Helvetica;
}

.faq_custom {
    max-height: 300px;
    overflow-y: auto;
    scrollbar-width: none;
}

.faq_customs {
    max-height: 300px;
    overflow-y: auto;
    scrollbar-width: none;
}

.essential_custom{
    max-height: 50%;
    overflow-y: auto;
    scrollbar-width: none;
}
#serviceImage {
width: 400px;
height: 282px;
object-fit: cover;
margin-top: 20px;
    /* width: 400px;
    height: 240px;
    object-fit: cover; */
}
#essentialImage{
    width: 350px;
height: 280px;
object-fit: cover;
margin-top: 20px;
}

.industry_header{
    margin-top: 20px;
}
.accordion-header {

    margin-bottom: 0px;
}
.accordion-icon {
    margin-bottom: 12px;
    margin-top: -1px;
}

.industry-margin{

     margin-bottom: -36%;
}

.font_industry_size {
    font-size: 25px;
    margin-top: -10px;
}

/*Industry main page starts*/

.scrollable-container {
    display: flex;
    overflow-y: auto;
    max-height: 461px; /* Adjust height to your needs */
    width: 36% !important;
    gap: 10px; /* Space between columns */
    padding-right: 35px !important; /* Add padding for scrollbar clearance */
    padding-top: 6px;
    margin-left: 23px;
    margin-top: 33px !important;
}
.scrollable-container::-webkit-scrollbar {
    width: 8px; /* Thickness of the vertical scrollbar */

}
.scrollable-container::-webkit-scrollbar-thumb {
    background-color: #585555; /* Color of the scrollbar thumb */
    border-radius: 4px;
    min-height: 50px;
}
.scrollable-container::-webkit-scrollbar-track {
    background-color: #9f9c9c; /* Background color of the scrollbar track */
    border-radius: 4px; /* Optional: match thumb's radius */
}
.column {
    flex: 1; /* Equal column widths */
    min-width: 150px; /* Adjust column width as needed */
    margin-top: -6px;
}
.line-adjust{
    line-height: 50px;
}


.industry_image{
    border-radius: 10px;
    width: 660px;
    height: 245px;
}
.heading_text{
    font-size: 28px;
}
.sub_text{
font-size: 18px;
}
.btn_industry{
    background-color: #759D1B;
    color: #FFFFFF;
    width: auto;
    height: 48px;
    border-radius: 8px;
    border: none;
    font-size: 22px;
    font-weight: 600;
    padding: 9px 50px 22px 50px;
}

.active-heading {
    background-color: #007bff; /* Highlight color */
    color: white;
    padding: 1px;
    border-radius: 4px;
}
.heading-item{
padding-left: 16px;
cursor: pointer;
}
.video_section{
    width: 100%;
    height: 593px;
    background-color: #F0F0F0;
}

.video_section_heading{
    color: #694E4E;
}
.video_section_sub{
    color: #694E4E;
    font-size: 20px;
}
.video_dim{
    height: 442px;
    margin-top: 24px;
    margin-left: 36px;
    border-radius: 14px;
    width: 786px;
}

.video-wrapper {
    border-radius: 15px; /* Adjust as needed */
    overflow: hidden;
    position: relative; /* Needed for the button's absolute positioning */
}
.casestudy_image{
    width: auto;
    height: 312px;
    margin-left: 40px;
}

.case_section{
    width: 100%;
    height: 550px;
    background-color: #F0F0F0;
}
.casestudy-text.stats{

    display: flex;
        justify-content: space-between;
        margin-left: -31px;
        margin-top: 16px;
}
.content{
    margin-top: 70px;
}
.read-text{
    display: flex;
     align-items: center;
      font-size: 16px;
      margin-top: 70px;
}
.service_image{
    width: 380px;
    height: 330px;
    margin-top: 100px;
    margin-left: 45px;
    border-radius: 8px;
}
.service_heading{
    color: #4B4B4B;
    font-size: 39px;
    font-weight: 700;
}
.service_text{
    margin-left: 40px;
    margin-top: 40px !important;
    height: auto;
    margin-bottom: 20px;
}
.service_card{
    height: auto !important;
    margin-bottom: 20px;
    top:180px;
}

.heading_position{
    position: sticky !important;
    top: 120px;
}

.steps_heading{
    font-size: 30px;
    font-weight: 700 !important;
    text-align: start;
    color: #FFFFFF
}

.visible-scroll {
    width: 100%;
    height: 350px;
    overflow-y: scroll;
    padding-right: 17px;
}

.visible-scroll::-webkit-scrollbar {
    width: 8px;
}



.visible-scroll {
    scrollbar-width: thin;
    scrollbar-color: #927a7a #694E4E;
}
.visible-scroll::-webkit-scrollbar-track {
    background-color: #9f9c9c;
    border-radius: 4px;
}

  .gap_adj1{
    margin-top: 70px !important;
    margin-bottom: 15px;
  }
  .gap_adj2{
    margin-bottom: 15px;
  }
.content-wrapper h1::before,
.content-wrapper h2::before,
.content-wrapper h3::before {
    counter-increment: step-counter;
    content: counter(step-counter, decimal-leading-zero);
    font-weight: 400;
    margin-right: 10px;
    color: #FFFFFF;
    font-size: 32px;
    font-family: 'Arima Madurai';
    top: 10px;
}
.row1 {
    counter-reset: step-counter;
}

.digital_icon{
    width: 70px;
    height: 70px;
    color: #ccc;
}
/* Container to control the stack */


/*industry services slider */

/*Industry main page ends*/


@media (max-width: 767px) {

    .essential-rectangle{
        margin-bottom: 17px;
    }

    .faq_custom {
        max-height: 270px !important;
        background-color: #0D1012;
        border: 1px solid #707070;
        border-radius: 12px;
        padding: 16px;
        padding-top: 0px;

    }

    .faq_customs {
        max-height: 326px !important;
        background-color: #0D1012;
        border: 1px solid #707070;
        border-radius: 12px;
        padding: 16px;
        padding-top: 0px;

    }

    .font_sub_size {
        font-size: 14px !important;
    }

    .font_industry_size {
    font-size: 18px !important;
}

.margin_left {
    margin-left: -18px !important;
}
.title{
 white-space: normal !important;
 line-height: 1.2 !important;
}

}
