.elementor-widget-container,
.infina-als-box {
    height: 100%;
}

/* Ensure your grid children stretch equally */
.elementor-grid {
    align-items: stretch !important;
}

.infina-als-box {
    display: flex;
    flex-direction: column;
}

.infina-als-box {
  width: 528px;
  max-width: 528px;
  background: #F6F6F6;
  border-radius: 18px;
  padding: 44px 23px 53px 43px;
  border-left: 3px solid #4CCDED;
  border-radius: 3vh;

  /* equal height fix */
  display: flex;
  flex-direction: column;
  height: 100%;
}

.infina-als-box .top {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-bottom: 20px;
}

.infina-als-box img {
  width: 30px;
  height: 27px;
  object-fit: contain;
}

.infina-als-box .col-1,
.infina-als-box .col-2 {
    flex: 1;
    min-width: 0; /* FIXES your wrapping issue */
}
.infina-als-box .col-2{
    min-width:400px;
}
.infina-als-box .col-2 h3 {

    display: block;
    width: 100%;
    white-space: normal;
    word-break: break-word;
    padding-right: 20px; /* spacing on the right */
    font-weight: 500 !important;
    font-size: 22px;
    line-height: 22px;
}


/* equal height fix: make bottom stretch */
.infina-als-box .bottom {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  flex-grow: 1;
}


@media (max-width: 768px) {
  .infina-als-box {
    max-width: 98vw;
    width: 100%;
    background: #F6F6F6;
    border-radius: 14px;
    padding: 10px 23px 30px 25px;
    border-left: 3px solid #4CCDED;
    margin:10px auto;
    height: auto;
  }

  .infina-als-box .top{
    gap: 32px;
    margin-bottom: 20px;
  }

  .infina-als-box img {
    min-width: 20px !important;
    min-height: 18px !important;
  }

  .infina-als-box .col-2 h3 {
    max-width:280px;
    display: block;
    width: 100%;
    white-space: normal;
    word-break: break-word;
    padding-right: 20px; /* spacing on the right */
    font-weight: 500 !important;
    font-size: 14px;
    line-height: auto;
}

  .infina-als-box .bottom {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
  }
  .elementor-widget-infina_als_box{
      gap:20px;
  }
 
}
@media (min-width: 769px) and (max-width: 1024px) {
  .infina-als-box {
    max-width: 335px;
    width: 100%;
    background: #F6F6F6;
    border-radius: 18px;
    padding: 30px 23px 30px 25px;
    border-left: 3px solid #4CCDED;
    
  }
 .elementor-container,
  .elementor-row{
    column-gap:0 !important;
    gap:0 !important;
  }

  .infina-als-box .top {
    gap: 32px;
    margin-bottom: 20px;
  }

  .infina-als-box img {
    width: 32px;
    height: 32px;
  }

  .infina-als-box .col-2 {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 20px;  /* Tablet heading */
    line-height: normal;
    max-width:200px;
  }
  .infina-als-box .col-1,
.infina-als-box .col-2 {
    flex: 1;
    min-width: 0; /* FIXES your wrapping issue */
}
.infina-als-box .col-2{
    min-width:380px;
}
.infina-als-box .col-2 h3 {
     max-width:250px;
    display: block;
    width: 100%;
    white-space: normal;
    word-break: break-word;
    padding-right: 20px; /* spacing on the right */
    font-weight: 500 !important;
    font-size: 18px;
    line-height: 22px;
    
}

.infina-als-box .bottom {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    line-height: 28px;
  }
  .elementor-grid,
  .elementor-container {
    width: 100%;
  }

  .elementor-widget {
    width: 100%;
  }

  
.elementor-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  gap: 24px !important;
}
.infina-als-box img {
  width: 30px;
  height: 27px;
}
}


/******************HEADING*****************/
/* =========================================
   UNIVERSAL INFINA HEADING
   (Used in every section – underline always)
   ========================================= */
.service-content .section-1 .heading h2 {
    margin-top:83px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: auto;
  color: #000000;
  border-bottom: 3px solid #F4947A;
  display: inline-block;
  padding-bottom: 8px;
}

/* ---------- TABLET (<=1024px) ---------- */
@media (max-width: 1024px) {
   .service-content .section-1 .heading {
    margin-top:20px;   
  font-size: 24px;
}

}

/* ---------- MOBILE (<=768px) ---------- */
@media (max-width: 768px) {
    .service-content .heading h2{
    margin-top:10px !important;    
  font-size: 18px;
}

}

/* ==========================
   Content DESKTOP (default)
   ========================== */
.service-content .section-1 .content {
   margin-top:10px;   
  background-color: #F6F6F6;
  border-radius: 18px;
  padding: 30px 25px 10px 31px;
}

.service-content .section-1 .content p {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 20px;
}


/* ==========================
   TABLET  (<=1024px)
   ========================== */
@media (max-width: 1024px) {
  .service-content .section-1 .content {
    margin-top: 10px;
    padding: 10px 25px 30px 31px;
  }

  .service-content .section-1 .content p {
    font-size: 14px;
    line-height: 28px;
  }
}


/* ==========================
   MOBILE (<=768px)
   ========================== */
@media (max-width: 768px) {
  .service-content *,
.service-content *::before,
.service-content *::after {
  box-sizing: border-box;
}
.service-content{
    width:100%;
}
.service-content .section-1{
    width:100%;
}

 .service-content .section-1 .content {
    margin-top: 10px;
    padding: 16px;
    width: 100%;
    max-width: 100%;
  }
  .service-content .section-1 .content p {
    font-size: 14px;
    line-height: 28px;
  }
  
}

/*******SERVICE TYPES***************/
/* =========================================
   SECTION-4 SERVICE TYPE BOX (Universal)
   ========================================= */

.section-4 {
  padding-top:10px;
  max-width: 1121px;
  width: 100%;
  margin: 0 auto;
}


.section-4 .content .process1-row {
  max-width: 1121px;
  width: 100%;
  margin: 0 auto 5px auto;
}

.section-4 .column {
  max-width: 1121px;
  width: 100%;
  background: #F6F6F6;
  border-radius: 18px;
  overflow: visible;
}

/* TOP BLUE BAR */
.section-4 .column .top h3{
  height: 77px;
  background: #4CCDED;
  padding: 30px 0 25px 31px;
  font-family: "Roboto", sans-serif;
  font-weight: 600 !important;
  font-size: 24px;
  line-height: auto;
  color: #ffffff;
  display: flex;
  align-items: center;
  padding-right:10px;
 
}
.section-4 .column .top h3 a{
    color:#ffffff;   
}
.section-4 .column .top h3 a:hover{
    color:#F4947A;   
}
/* BOTTOM CONTENT */
.section-4 .column .bottom {
  padding: 25px 30px 30px 31px;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 28px;
  color: #000;
  pointer-events: auto;
  
}

/* Ensure table headings inside bottom text */
.section-4 .column .bottom table tr td h3 {
  font-family: "Roboto", sans-serif !important;
  font-weight: 700 !important;
}




/* =========================================
   TABLET (<=1024px)
   ========================================= */
@media (max-width: 1024px) {

  .section-4 {
    max-width: 769px;
    padding-top: 83px;
  }

  .section-4 .content .process1-row {
    max-width: 769px;
  }

  .section-4 .column {
    max-width: 769px;
  }

  .section-4 .column .top {
    font-size: 22px;
    padding-left: 25px;
    line-height: 22px;
  }

  .section-4 .column .bottom {
    font-size: 17px;
    line-height: 26px;
  }
}



/* =========================================
   MOBILE (<=768px)
   ========================================= */
@media (max-width: 768px) {

  .section-4 {
   
    max-width: 98vw;
  }

  .section-4 .content {
    margin-top: 20px; 
    margin-top:0 !important;
  }

  .section-4 .content .process1-row {
    margin-bottom: 10px;
    margin-bottom:0 !important;
    margin-top:0 !important;
  }

  .section-4 .column {
    max-width: 98vw;
     margin-top:0 !important;
  }

  .section-4 .column .top {
    font-size: 18px;
    line-height: 22px;
    height: auto;
    padding: 20px;
  }

  .section-4 .column .bottom {
    padding: 20px;
    font-size: 14px;
    line-height: 24px;
  }
}

/*****************Schedule**************/
.section-5 {
    width: 100vw;
    background: #4CCDED;
    margin-top: 30px;
    padding: 0 0 54px;
    min-height: 227px;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    margin-top:83px;
}

.section-5 .row {
    width: 100%;
    max-width: 98vw;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.section-5 .heading h2{
    max-width:1122px;
    font-family: "Roboto", sans-serif;
    font-weight: 700 !important;
    font-size: 40px !important;
    line-height: 52px;
    color: #ffffff;
    margin-bottom: 20px;
    margin-top: 83px;
}

.section-5 .cta-btn1 {
    margin-top: 15px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items:center;
}

.section-5 .cta-btn1 a {
    width: 303px;
    height: 50px;
    padding: 16px 37px;
    background: #ffffff;
    border-radius: 8px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #F4947A;
    text-decoration: none;
    transition: 0.3s;
}

.section-5 .cta-btn1 a:hover {
    background: #F4947A;
    color: #ffffff;
}

@media (max-width: 1024px) {

.section-5 {
    background: #4CCDED;
    margin-top: 93px;
    padding: 0 0 54px;
}

.section-5 .row {
    max-width: 769px;
}

.section-5 .heading {
    font-size: 30px;
    line-height: 24px;
    padding-top: 10px;
}

.section-5 .cta-btn1 a {
    width: 220px;
    height: 41px;
    font-size: 14px;
    padding: 13px 13px;
    white-space: nowrap;
}

}
@media (max-width: 768px) {

.section-5 {
    margin-top: 53px;
    padding: 0 0 4px;
    min-height: 135px;
}

.section-5 .row {
    max-width: 98vw;
    margin: 0 auto;
    text-align: center; /* CENTER TEXT */
}

.section-5 .heading {
    font-size: 20px;
    line-height: 24px;
    text-align: center; /* CENTER HEADING */
}

/* FIX CTA ALIGNMENT */
.section-5 .cta-btn1 {
    margin-top: 0px;
     max-width: 563px !important;
    display: flex;
    justify-content: center;  /* CENTER HORIZONTALLY */
    width: 100%;
    padding: 10px 0;
}

.section-5 .cta-btn1 a {
    width: 100% !important;
    height: 40px;
    font-size:10px;
    /* REMOVE ANY PREVIOUS PADDING */
    padding: 0 !important;
    
    /* PERFECT CENTERING */
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;

    /* ENSURE NO SHIFTING */
    margin: 0 auto !important;
    text-indent: 0 !important;
    transform: translateX(0) !important;
}

}



/************Process box with link****************/
/* ==============================
   Section 6-1 Wrapper
================================ */
.section-6-1 {
    width: 100%;
    padding: 60px 0;
    box-sizing: border-box;
}

.section-6-1 .content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

/* ==============================
   Row Layout (Equal Height)
================================ */
.section-6-1 .row {
    display: flex;
    gap: 30px;
    align-items: stretch;
}

/* ==============================
   Box Styling
================================ */
.section-6-1 .box {
    flex: 1;
    background: #FAFAFA;
    border-radius: 30px;
    padding: 20px 18px 10px 32px;
    box-sizing: border-box;

    display: flex;
    flex-direction: column;
    min-height: 100%;
}

/* ==============================
   Top Title
================================ */
.section-6-1 .box .top {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #4CCDED;
    margin-bottom: 14px;
}

/* ==============================
   Description
================================ */
.section-6-1 .box .bottom {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #333;
    flex-grow: 1;
}

/* ==============================
   Learn More (Bottom Aligned)
================================ */
.section-6-1 .box .learn-more {
    margin-top: auto;
    padding-top: 12px;
}

.section-6-1 .box .learn-more a {
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #F4947A;
    text-decoration: none;
    transition: color 0.3s ease;
}

.section-6-1 .box .learn-more a:hover {
    color: #e76a4f;
}

/* ==============================
   Tablet (2 Columns)
================================ */
@media (max-width: 1024px) {
    .section-6-1 {
        padding: 50px 0;
    }

    .section-6-1 .row {
        flex-wrap: wrap;
        gap: 24px;
    }

    .section-6-1 .box {
        flex: 0 0 calc(50% - 12px);
    }

    .section-6-1 .box .top {
        font-size: 22px;
        line-height: 30px;
    }

    .section-6-1 .box .bottom {
        font-size: 18px;
        line-height: 26px;
    }
}

/* ==============================
   Mobile (1 Column)
================================ */
@media (max-width: 767px) {
    .section-6-1 {
        padding: 40px 0;
    }

    .section-6-1 .row {
        flex-direction: column;
        gap: 20px;
    }

    .section-6-1 .box {
        flex: 1;
        padding: 18px 16px 10px 24px;
    }

    .section-6-1 .box .top {
        font-size: 20px;
        line-height: 28px;
    }

    .section-6-1 .box .bottom {
        font-size: 17px;
        line-height: 25px;
    }

    .section-6-1 .box .learn-more a {
        font-size: 15px;
    }
    
    .infina-als-box .col-2 {
        min-width: 140px;
    }
    
    .section-5 .heading h2 {
        padding: 30px 10px 0px 10px;
        font-size: 20px !important;
        line-height: 24px;
        margin-bottom: 0px;
        margin-top: 0px;
    }
}


/* =========================================
   SECTION 6 – ALS PROCESS (DESKTOP)
   ========================================= */
.section-6 {
    width: 100%;
    max-width: 1122px;
    margin: 0px auto 0;
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
    
}

.section-6 .process-row {
    width: 100%;
}

/* Heading */
.section-6 .heading {
    
    font-weight: 700;
    font-size: 36px;
    line-height: 22px;
    text-align: left;
    color: #000;
    text-decoration: underline;
    text-decoration-color: #F4947A;
    margin-bottom: 83px;
    margin-bottom: 30px;
}

/* CONTENT AREA */
.section-6 .content {
    max-width: 1122px;
    margin: 0 auto;
    
}

/* TWO BOXES PER ROW */
.section-6 .four-boxes .row {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    
}

/* BOX */
.section-6 .box {
    max-width: 540px;
    width: 100%;
    background: #FAFAFA;
    border-radius: 30px;
    padding: 20px 18px 5px 32px;
    box-sizing: border-box;
    padding-bottom:40px !important;
    display:flex;
    flex-direction:column;
    
}

/* Top Title */
.section-6 .box .top h3{
    font-weight: 600 !important;
    font-size: 24px;
    line-height: 32px;
    color: #4CCDED;
    margin-bottom: 14px;
}

/* Description */
.section-6 .box .bottom {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #333;
    
}

/* Learn More Link */
.section-6 .box .learn-more {
    margin-top: auto;
    padding-bottom:30px !important;
   
}

.section-6 .box .learn-more a {
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #F4947A;
    text-decoration: none;
    transition: 0.3s ease;
}

.section-6 .box .learn-more a:hover {
    color: #4CCDED;
}
/******************/
/************Process box with link****************/
/* ==============================
   Section 6-1 Wrapper
================================ */
.section-6-1 {
    width: 100%;
    padding: 60px 0;
    box-sizing: border-box;
}

.section-6-1 .content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

/* ==============================
   Row Layout (Equal Height)
================================ */
.section-6-1 .row {
    display: flex;
    gap: 30px;
    align-items: stretch;
}

/* ==============================
   Box Styling
================================ */
.section-6-1 .box {
    flex: 1;
    background: #FAFAFA;
    border-radius: 30px;
    padding: 20px 18px 10px 32px;
    box-sizing: border-box;

    display: flex;
    flex-direction: column;
    min-height: 100%;
}

/* ==============================
   Top Title
================================ */
.section-6-1 .box .top {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #4CCDED;
    margin-bottom: 14px;
}

/* ==============================
   Description
================================ */
.section-6-1 .box .bottom {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #333;
    flex-grow: 1;
}

/* ==============================
   Learn More (Bottom Aligned)
================================ */
.section-6-1 .box .learn-more {
    margin-top: auto;
    padding-top: 12px;
}

.section-6-1 .box .learn-more a {
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #F4947A;
    text-decoration: none;
    transition: color 0.3s ease;
}

.section-6-1 .box .learn-more a:hover {
    color: #e76a4f;
}

/* ==============================
   Tablet (2 Columns)
================================ */
@media (max-width: 1024px) {
    .section-6-1 {
        padding: 50px 0;
    }

    .section-6-1 .row {
        flex-wrap: wrap;
        gap: 24px;
    }

    .section-6-1 .box {
        flex: 0 0 calc(50% - 12px);
    }

    .section-6-1 .box .top {
        font-size: 22px;
        line-height: 30px;
    }

    .section-6-1 .box .bottom {
        font-size: 18px;
        line-height: 26px;
    }
}

/* ==============================
   Mobile (1 Column)
================================ */
@media (max-width: 767px) {
    .section-6-1 {
        padding: 40px 0;
    }

    .section-6-1 .row {
        flex-direction: column;
        gap: 20px;
    }

    .section-6-1 .box {
        flex: 1;
        padding: 18px 16px 10px 24px;
    }

    .section-6-1 .box .top {
        font-size: 20px;
        line-height: 28px;
    }

    .section-6-1 .box .bottom {
        font-size: 17px;
        line-height: 25px;
    }

    .section-6-1 .box .learn-more a {
        font-size: 15px;
    }
}
/* Elementor Grid: force equal height */
.elementor-grid {
    align-items: stretch;
}

.elementor-grid-item {
    height: 100%;
}

.elementor-grid-item > .elementor-widget {
    height: 100%;
}

.elementor-grid-item > .elementor-widget > .elementor-widget-container {
    height: 100%;
}

/* ============================
   EQUAL HEIGHT + BOTTOM BUTTON
   ============================ */

/* 1. Make all boxes equal height + flex layout */
.section-6 .box {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* 2. Make description area stretch */
.section-6 .box .bottom {
    flex: 1;
}

/* 3. Push Learn More to the bottom */
.section-6 .box .learn-more {
    margin-top: auto;
}
/* =========================================
   SECTION 6 – TABLET
   ========================================= */
@media (max-width: 1024px) {

.section-6 {
    max-width: 769px;
    margin-top: 20px;
}

.section-6 .heading {
     max-width:769px;
    font-size: 24px;
    line-height: normal;
}

.section-6 .content {
    max-width: 769px;
}

/* Two boxes still in two rows */
.section-6 .four-boxes .process-row {
    display: flex;
    justify-content: flex-start;
    gap: 30px;
    margin-bottom: 20px;
}

.section-6 .box {
    max-width: 340px;
}

/* Top Title */
.section-6 .box .top {
    font-size: 20px;
    line-height: 32px;
}

/* Description */
.section-6 .box .bottom {
    font-size: 14px;
    line-height: 28px;
}

/* Learn More */
.section-6 .box .learn-more a {
    font-size: 14px;
}

}
/* =========================================
   SECTION 6 – MOBILE
   ========================================= */
@media (max-width: 768px) {

.section-6 {
    max-width: 98vw;
    margin: 30px auto 0;
}

.section-6 .heading {
    max-width:100vw;
    
    font-size: 18px;
    line-height: 14px;
    margin-bottom: 30px;
}

.section-6 .content {
    max-width: 98vw;
}

/* ALL 4 BOXES STACK IN ONE COLUMN */
.section-6 .four-boxes .process-row {
    flex-direction: column;
    gap: 15px;
     margin-bottom: 0 !important; /* FIX: remove outer gap */
     margin-top:-15px;
}

.section-6 .box {
    max-width: 540px;
    width: 100%;
    background: #FAFAFA;
    border-radius: 30px;
    padding: 30px 10px 14px 10px;
    box-sizing: border-box;
}
/* Top Title */
.section-6 .box .top {
    font-size: 14px;
    line-height: 1.3;
}

/* Description */
.section-6 .box .bottom {
    font-size: 12px;
    line-height: 1.5;
}

/* Learn More */
.section-6 .box .learn-more {
    margin-top: 20px;
    padding-bottom:0px !important;
}


}


/*============================
  SECTION 7 – SERVICE BENEFITS
==============================*/
.section-7 {
    width: 100%;
    margin: 5px auto 0;
    font-family: "Roboto", sans-serif;
}

/* Desktop Heading */
.section-7 .heading {
    margin-top:83px;
    font-weight: 700;
    font-size: 36px;
    line-height: 22px;
    text-decoration: underline;
    text-decoration-color: #F4947A;
    margin-bottom: 70px;
    
}

/**********************
 DESKTOP + TABLET VIEW
**********************/
.desktop-tablet-view .four-boxes .row {
    display: flex;
    gap: 20px;
    width: 100%;
    align-items: stretch; /* ensures equal height */
}

.desktop-tablet-view .box {
    flex: 1;
    background: #FAFAFA;
    padding: 0 5px;
    display: flex;
    flex-direction: column;
}

.desktop-tablet-view .box .top h3{
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left:5px;
    padding-right:5px;
    text-align:center;
    font-weight: 400;
    font-size: 22px;
    color: white;
    background-color:#F4947A;
    border-radius:4px;
}

.desktop-tablet-view .box .bottom {
    text-align: left;
    font-size: 20px;
    padding: 10px 12px 20px;
    flex-grow: 1;
}
.infina-service-benefits .mobile-tabs {
    display: none;
}
.infina-service-benefits .learn-more-wrap{
    text-align:center;
    margin-top:auto; /* KEY LINE */
    padding-bottom:20px;
}
/**************
 TABLET (<=1024)
***************/
@media (max-width: 1024px) {
    .section-7 {
        max-width: 708px;
    }

    .section-7 .heading {
        font-size: 24px;
    }

   .desktop-tablet-view .box {
    width: 221px;
}

    .desktop-tablet-view .box .top {
        font-size: 20px;
    }

    .desktop-tablet-view .box .bottom {
        font-size: 14px;
    }
    .infina-service-benefits .mobile-tabs {
    display: none;
   }
   
}

/**************
 MOBILE (<=768)
***************/
@media (max-width: 768px) {

    .desktop-tablet-view {
        display: none;
    }

    .section-7 {
        max-width: 98vw;
        margin-top: 23px;
    }

    .section-7 .heading {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 30px;
    }

    /* Tabs wrapper */
    .mobile-tabs .tabs-wrapper {
        display: flex;
        flex-wrap: wrap;                 /* KEY: collapse to next row */
        gap: 5px;
        max-width: 330px;                /* HARD LIMIT */
        margin: 0 auto;
    }

    .mobile-tabs .tab-btn {
        flex: 1 1 calc(50% - 5px);       /* 2 tabs per row */
        background: #4CCDED;
        padding: 10px;
        font-size: 12px;
        text-align: center;
        color: #fff;
        border-radius: 5px;
        cursor: pointer;
        white-space: nowrap;
    }

    .mobile-tabs .tab-btn.active {
        background: #F4947A;
        color: #fff;
    }

    /* Content box */
    .mobile-tabs .tabs-content {
        margin-top: 20px;
        background: #FAFAFA;
        padding: 15px;
        border-radius: 10px;
        max-width: 330px;
        margin-left: auto;
        margin-right: auto;
    }

    .mobile-tabs .tab-content {
        display: none;
        font-size: 12px;
        line-height: 20px;
    }

    .mobile-tabs .tab-content.active {
        display: block;
        animation: fadeIn 0.3s ease;
    }

    .infina-service-benefits .mobile-tabs {
        display: block !important;
    }

    @keyframes fadeIn {
        from { opacity: 0; }
        to { opacity: 1; }
    }
}

@media (max-width: 768px) {
    h2{
        font-size:18px !important;    
        font-weight:700 !important;
    }
     h3{
        font-size:14px !important;    
        font-weight:600 !important;
    }
    .section-1,.section-2,.section-3,.section-4,.section-5,.section-6,.section-7{
        max-width:100vw !important;
        width:100vw;
        margin:0 auto;
    }
}
.infina-service-benefits .learn-more-wrap{
    text-align:center;
    margin-top:20px;
}

.infina-service-benefits .learn-more-link{
    display:inline-block;
    color:#F4947A;
    font-weight:600;
    text-decoration:none;
    transition:all 0.3s ease;
}

.infina-service-benefits .learn-more-link:hover{
    color:#4CCDED;
}

/*******Case Study Gray Box*****************/
/* =====================================
   INFina Gray Box Widget
===================================== */

.infina-simple-gray-box{
  background:#F6F6F6;
  max-width:542px;
  width:100%;
  box-sizing:border-box;
}

.infina-simple-inner{
  padding:45px 40px 47px 48px;
}

.infina-simple-top{
  display:flex;
  align-items:center;
  padding-bottom:25px;
}

.infina-simple-icon{
  width:30px;
  height:30px;
  margin-right:14px;
  flex-shrink:0;
}

.infina-simple-icon img{
  width:100%;
  height:100%;
  object-fit:contain;
}

.infina-simple-heading{
  font-family:'Roboto',sans-serif;
  font-weight:500;
  font-size:24px;
  line-height:22px;
}

.infina-simple-content{
  font-family:'Roboto',sans-serif;
  font-weight:400;
  font-size:20px;
  line-height:22px;
}

@media (max-width:767px){
  .infina-simple-gray-box{
    max-width:100%;
  }
}

/***********Case Studies Blue Box************/
/* =====================================
   INFina Case Study Blue Box
===================================== */

/* =====================================
   INFina Case Study Blue Box
===================================== */

/* OUTER WRAPPER (NO BLUE HERE) */
.infina-case-study-blue-box{
  width:100%;
  padding-left:0px;
  padding-right:10px;
  margin:0 auto;
  
}

/* THIS CONTROLS WIDTH + BLUE */
.infina-case-study-blue-wrapper{
  max-width:534px;
  width:100%;
  background:#4CCDED;
  border-radius:2px;
  box-sizing:border-box;
  border-radius:20px;
  
}

/* INNER PADDING */
.infina-case-study-blue-inner{
  padding:28px 0px 20px 0px;
  margin-right:15px;
}

/* HEADING */
.infina-case-study-blue-heading{
  font-family:'Roboto',sans-serif;
  font-weight:500;
  font-size:26px;
  color:#fff;
  padding-bottom:25px;
  padding-left:25px;
}

/* CONTENT */
.infina-case-study-blue-content{
  max-width:490px;
  background:#DAF8FF;
  padding:5px 15px 25px 25px;
  font-family:'Roboto',sans-serif;
  font-weight:300;
  font-size:20px;
  line-height:1.6;
  box-sizing:border-box;
}

/* Responsive */
@media (max-width:767px){
  .infina-case-study-blue-box{
      max-width:100%;
      margin:0 auto;
  }
  .infina-case-study-blue-wrapper{
   max-width:100%; 
  }
  .infina-case-study-blue-container{
    max-width:100%;
    padding-right:20px;
    margin:0 auto;
  }

  .infina-case-study-blue-content{
    max-width:100%;
  }

}

/**************case study number box***************/
.case-study-number-box {
  width: 100%;
  max-width: 1122px;
  margin: 0 auto;
}

.case-study-number-box .box-container {
  display: flex;
  align-items: center;
  gap: 34px;
}

.case-study-number-box .number-column {
  display: flex;
  align-items: center;
  justify-content: center;
}

.case-study-number-box .number-box {
  width: 166px;
  height: 164px;
  background: #4CCDED;
  color: #ffffff;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 48px;
}

.case-study-number-box .content-column {
  flex: 1;
}

.case-study-number-box .content-box {
  max-width: 921px;
  background: #F6F6F6;
  padding: 31px 30px 25px 30px;
}

.case-study-number-box .infina-case-heading {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 15px;
  color: #000;
}

.case-study-number-box .infina-case-text {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #000;
}



.case-study-number-box.number-right .box-container {
  flex-direction: row-reverse;
}

@media (max-width: 767px) {
  .case-study-number-box .box-container {
    flex-direction: column !important;
    gap: 20px;
  }
  
  .case-study-number-box .infina-case-heading {
      font-size: 20px !important;
  }
  
  .case-study-number-box .infina-case-text {
      font-size: 16px !important;
  }
}
/*******Case Study Gray Box*****************/
/* =====================================
   INFina Gray Box Widget
===================================== */

.infina-simple-gray-box{
  background:#F6F6F6;
  width:100%;
  max-width:542px;
  box-sizing:border-box;
  border-radius:18px;
}

.infina-simple-inner{
  padding:45px 40px 47px 48px;
}

.infina-simple-top{
  display:flex;
  align-items:center;
  padding-bottom:25px;
}

.infina-simple-icon{
  width:30px;
  height:30px;
  margin-right:14px;
  flex-shrink:0;
}

.infina-simple-icon img{
  width:100%;
  height:100%;
  object-fit:contain;
}

.infina-simple-heading{
  font-family:'Roboto',sans-serif;
  font-weight:500;
  font-size:24px;
  line-height:22px;
}

.infina-simple-content{
  font-family:'Roboto',sans-serif;
  font-weight:400;
  font-size:20px;
  line-height:22px;
}

@media (max-width:767px){
  .infina-simple-gray-box{
    max-width:100%;
  }
}

/***********Case Studies Blue Box************/
/* =====================================
   INFina Case Study Blue Box
===================================== */

/* =====================================
   INFina Case Study Blue Box
===================================== */

/* OUTER WRAPPER (NO BLUE HERE) */
.infina-case-study-blue-box{
  width:100%;
  padding-left:0px;
  padding-right:10px;
  margin:0 auto;
  
}

/* THIS CONTROLS WIDTH + BLUE */
.infina-case-study-blue-wrapper{
  max-width:534px;
  width:100%;
  background:#4CCDED;
  border-radius:2px;
  box-sizing:border-box;
  border-radius:20px;
  
}

/* INNER PADDING */
.infina-case-study-blue-inner{
  padding:28px 0px 20px 0px;
  margin-right:15px;
}

/* HEADING */
.infina-case-study-blue-heading{
  font-family:'Roboto',sans-serif;
  font-weight:500;
  font-size:26px;
  color:#fff;
  padding-bottom:25px;
  padding-left:25px;
}

/* CONTENT */
.infina-case-study-blue-content{
  max-width:520px;
  background:#DAF8FF;
  padding:5px 15px 25px 25px;
  font-family:'Roboto',sans-serif;
  font-weight:300;
  font-size:20px;
  line-height:1.6;
  box-sizing:border-box;
}

/* Responsive */
@media (max-width:767px){
  .infina-case-study-blue-box{
      max-width:100%;
      margin:0 auto;
  }
  .infina-case-study-blue-wrapper{
   max-width:100%; 
  }
  .infina-case-study-blue-container{
    max-width:100%;
    padding-right:20px;
    margin:0 auto;
  }

  .infina-case-study-blue-content{
    max-width:100%;
  }

}

/**************case study number box***************/
.case-study-number-box {
  width: 100%;
  max-width: 1122px;
  margin: 0 auto;
}

.case-study-number-box .box-container {
  display: flex;
  align-items: center;
  gap: 34px;
}

.case-study-number-box .number-column {
  display: flex;
  align-items: center;
  justify-content: center;
}

.case-study-number-box .number-box {
  width: 166px;
  height: 164px;
  background: #4CCDED;
  color: #ffffff;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 48px;
}

.case-study-number-box .content-column {
  flex: 1;
}

.case-study-number-box .content-box {
  max-width: 921px;
  background: #F6F6F6;
  padding: 31px 30px 25px 30px;
}

.case-study-number-box .infina-case-heading {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 15px;
  color: #000;
}

.case-study-number-box .infina-case-text {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #000;
}



.case-study-number-box.number-right .box-container {
  flex-direction: row-reverse;
}

@media (max-width: 767px) {
  .case-study-number-box .box-container {
    flex-direction: column;
    gap: 20px;
  }
}


