/*
Theme Name: HousecallOS
Author: Akansha Gupta
Description: A custom WordPress theme by Akansha Gupta.
Version: 1.0
Text Domain: housecall-os
*/


/*Common for all pages starts here*/
@media only screen and (min-width: 1281px) and (max-width: 1680px) {
    .container {
        max-width: 1200px!important;
        position:relative;
    }
    :root {
        --container-width: 1200px;
    }
}
@media only screen and (min-width: 1140px) and (max-width: 1280px) {
    .container{
        max-width: 1140px!important;
        position:relative;
    }
    :root {
        --container-width: 1140px;
    }
}
@media (max-width:1024px){
    :root {
        --container-width: 100%;
        
    }
}
@media (max-width:767px){

    .container {
        padding: 0 20px;
    }
}

/*Common for all pages ends here*/

/* First banner section css starts here */


/*.front-page-bannercontent{*/
/*    background: #002E64;*/
/*    padding-top: 120px;*/
/*    text-align: center;*/
/*    padding-bottom: 329px;*/
/*    position: relative;*/
/*    background-image: url(/wp-content/uploads/2025/10/state1.png);*/
/*    background-repeat: no-repeat;*/
/*    background-size: cover;*/
/*}*/
/*.front-page-bannercontent .subtitle{*/
/*    color: var(--text-white, #FFF);*/
/*    text-align: center;*/
/*    font-family: var(--font-family-family, Sora);*/
/*    font-size: var(--button-sm-size, 14px);*/
/*    font-style: normal;*/
/*    font-weight: 400;*/
/*    line-height: var(--button-sm-line-height, 24px);*/
/*    padding: 8px 16px;*/
/*    border-radius: 60px;*/
/*    border: 1px solid var(--border-primary-dark, #0E3C71);*/
/*    background: var(--surface-primary-dark, #002E64);*/
/*    box-shadow: 0 0 16px 0 rgba(255, 255, 255, 0.15) inset;*/
/*}*/
/*.front-page-bannercontent .subtitle svg{*/
/*    width: 15px;*/
/*    transform: rotate(200deg);*/
/*    margin-bottom: -2px;*/
/*    margin-right: 2px;*/
/*}*/
/*.front-page-bannercontent h1{*/
/*    color: var(--text-white, #FFF);*/
/*    text-align: center;*/
/*    font-family: var(--font-family-family, Sora);*/
/*    font-size: var(--heading-h1-size, 50px);*/
/*    font-style: normal;*/
/*    font-weight: 600;*/
/*    line-height: var(--heading-h1-line-height, 60px);*/
/*    margin: 16px;*/
/*}*/
/*.front-page-bannercontent p{*/
/*    color: var(--text-off-white, #D9D9D9);*/
/*    text-align: center;*/
/*    font-family: var(--font-family-family, Sora);*/
/*    font-size: var(--body-lg-size, 20px);*/
/*    font-style: normal;*/
/*    font-weight: 400;*/
/*    line-height: var(--body-lg-line-height, 32px);*/
/*    display: inline-block;*/
/*    margin:0;*/
/*}*/

.partner_withus{
    display: flex;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 48px;
    background: var(--button-primary-main, #00E4F6);
    box-shadow: 0 0 16px 0 rgba(255, 255, 255, 0.70) inset;
    color: var(--button-primary-text, #002E64);
    font-family: var(--font-family-family, Sora);
    font-size: var(--button-lg-size, 18px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--button-lg-line-height, 24px);
    text-decoration: none;
    max-width: fit-content;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 72px;
    position: relative;
    z-index: 1;
    overflow:hidden;
    border: .5px solid #00E4F6;
}


a.partner_withus::after {
    content: "";
    width: 50px;
    height: 50px;
    bottom: -50px;
    display: block;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    border-radius: 100%;
    transition: all 400ms ease;
    background: #002e64;
    box-shadow: 0 0 16px 0 rgba(255, 255, 255, 0.15) inset;
}

.partner_withus:hover::after {
    transform: translateY(0);
    z-index: -1;
    bottom: -100px;
    border-radius: 100px;
    width: 100%;
    height: 250px;
    
}
.partner_withus:hover,.partner_withus:hover svg path{
    color:#fff;
    fill:#fff;
    border: .5px solid #ffffff6e;
    fill: #fff;
    background: transparent;
}

/*.doctor_with_patient{*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    margin: auto;*/
/*    align-self: center;*/
/*    left: 50%;*/
/*    transform: translate(-50%, -50%);*/
/*}*/
/*.white_space{*/
/*    min-height: 329px;*/
/*    background: #fff;*/
/*}*/
/*@media only screen and (min-width: 1281px) and (max-width: 1680px) {*/
/*    .white_space {*/
/*        min-height: 308px;*/
/*    }*/
/*}*/
/*@media only screen and (min-width: 1140px) and (max-width: 1280px) {*/
/*    .white_space {*/
/*        min-height: 293px;*/
/*    }*/
/*}*/
@media (max-width: 1024px) {
/*     .doctor_with_patient,.front-page-bannercontent p{*/
/*        width: 85%;*/
/*    }*/
/*    .front-page-bannercontent h1 {*/
/*        font-size: var(--heading-h1-size, 40px);*/
/*        line-height: var(--heading-h1-line-height, 60px);*/
/*    }*/
/*    .front-page-bannercontent p {*/
/*        font-size: var(--body-lg-size, 16px);*/
/*        line-height: var(--body-lg-line-height, 24px);*/
/*    }*/
    .partner_withus{
        font-size: var(--button-lg-size, 18px);
    }
/*    .white_space {*/
/*        min-height: 225px;*/
/*    }*/
}
@media (max-width: 767px) {
/*    .front-page-bannercontent {*/
/*        padding-top: 50px;*/
/*        padding-bottom: 80px;*/
/*    }*/
/*     .doctor_with_patient,.front-page-bannercontent p{*/
/*        width: 90%;*/
/*    }*/
/*    .front-page-bannercontent h1 {*/
/*        font-size: var(--heading-h1-size, 32px);*/
/*        line-height: var(--heading-h1-line-height, 44px);*/
/*        margin: 0;*/
/*    }*/
/*    .front-page-bannercontent p {*/
/*        font-size: var(--body-lg-size, 16px);*/
/*        line-height: var(--body-lg-line-height, 24px);*/
/*    }*/
    .partner_withus{
        font-size: var(--button-lg-size, 18px);
        line-height:24px;
    }
/*    .white_space {*/
/*        min-height: 85px;*/
/*    }*/
    
}

/*First banner css ends here*/

/* second section css starts here */
/*.tools-section {*/
/*    text-align:center;*/
/*    padding: 40px 0 50px 0;*/
/* }*/
/*.tools-section h2{*/
/*    color: var(--text-secondary, #35393F);*/
/*    text-align: center;*/
/*    font-family: var(--font-family-family, Sora);*/
/*    font-size: var(--body-lg-size, 20px);*/
/*    font-style: normal;*/
/*    font-weight: 400;*/
/*    line-height: var(--body-lg-line-height, 32px);*/
/*    margin-top: 0;*/
/*    margin-bottom: 24px;*/
/*}*/
/*.tools-container {*/
/*  display: grid;*/
  /*grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));*/
/*  grid-template-columns: repeat(5, 1fr);*/
/*  gap: 32px;*/
/*  position: relative;*/
/*  --icon-row-height: 96px;*/
/*}*/

/* top area reserved for icon so all icons sit on one row */
/*.tool-top {*/
/*   height: var(--icon-row-height);*/
/*   display: flex;*/
/*   align-items: center;*/
/*   justify-content: center;*/
/*   z-index: 2; */
/*   margin-bottom: 16px;*/
/*   height: auto;*/
/*}*/

/* your icon styling */
/*.tool-icon {*/
/*    width: 48px;*/
/*    height: 48px;*/
/*    display: block;*/
/*    padding-bottom: 16px;*/
/*    border-bottom: 2px solid #AFF4FA;*/
/*}*/

/* dashed line that runs across the whole container */
/*.tools-container::before {*/
/*  content: "";*/
/*  position: absolute;*/
/*  left: 0;*/
/*  right: 0;*/
/*  top: calc(var(--icon-row-height) - 49px); */
/*  border-top: 1px dashed #e2e8f0;*/
/*  z-index: 1; */
/*}*/

/* box content */
/*.tool-box {*/
  /*padding: 0px 16px;*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  align-items: center;*/
/*  justify-content: flex-start;*/
/*  box-sizing: border-box;*/
/*  z-index: 2;*/
/*}*/

/*.tool-box p {*/
/*  margin: 0;*/
/*  text-align: center;*/
/*  color: #35393F;*/
/*  font-size: 14px;*/
/*  line-height: 24px;*/
/*}*/

/* hide dashed line on small screens if you prefer */
/*@media (max-width: 768px) {*/
/*  .tools-container::before { display: none; }*/
/*}*/
/*@media (max-width: 767px) {*/
/*    .tools-section h2 {*/
/*        font-size: var(--body-lg-size, 18px);*/
/*        line-height: var(--body-lg-line-height, 28px);*/
/*    }*/
/*    .tools-container {*/
/*        display: block;*/
/*    }*/
/*    .maintain_oversight h2 {*/
/*        font-size: var(--heading-h2-size, 30px);*/
/*        line-height: var(--heading-h2-line-height, 36px);*/
/*    }*/
/*}*/
/* second section css ends here */


/* maintain_oversight section css starts here */
/*.maintain_oversight{*/
/*    padding-top: 50px;*/
/*    padding-bottom:100px;*/
/*}*/
.subtitle{
    display: flex;
    padding: 5px 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 60px;
    border: 1px solid var(--border-primary, #0061FE);
    background: var(--surface-white, #FFF);
    color: var(--text-blue, #0061FE);
    text-align: center;
    font-family: var(--font-family-family, Sora);
    font-size: var(--button-sm-size, 14px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--button-sm-line-height, 24px);
    width: fit-content;
    margin: auto;
    margin-bottom: 20px;
}
/*.maintain_oversight h2{*/
/*        color: var(--text-primary, #15171B);*/
/*    text-align: center;*/
/*    font-family: var(--font-family-family, Sora);*/
/*    font-size: var(--heading-h2-size, 52px);*/
/*    font-style: normal;*/
/*    font-weight: 400;*/
/*    line-height: var(--heading-h2-line-height, 66px);*/
/*    margin-bottom: 8px;*/
/*    margin-top: 0;*/
/*}*/
/*.maintain_oversight > p{*/
/*    color: var(--text-secondary, #35393F);*/
/*    text-align: center;*/
/*    font-family: var(--font-family-family, Sora);*/
/*    font-size: var(--body-md-size, 16px);*/
/*    font-style: normal;*/
/*    font-weight: 400;*/
/*    line-height: var(--body-md-line-height, 24px);*/
/*}*/
/*.maintain_oversight_grid{*/
/*    display: flex;*/
    /*width: 1280px;*/
/*    align-items: center;*/
/*    gap: 16px;*/
/*    margin-top: 48px;*/
/*}*/
/*.maintain_oversight_grid .grid_item{*/
/*    padding: 32px;*/
/*    align-items: center;*/
/*    text-align: center;*/
/*    border-radius: 20px;*/
/*    align-items: stretch;*/
/*}*/
/*section.maintain_oversight_grid > * {*/
/*    flex: 1;*/
/*    height: 311px;*/
/*    box-sizing: border-box;*/
/*}*/
/*.maintain_oversight_grid .grid_item:first-child{*/
/*    background: var(--surface-primary-light, #B9E0FF);*/
/*}*/
/*.maintain_oversight_grid .grid_item:nth-child(2){*/
/*    background: var(--surface-warning-light, #FDEAB7);*/
/*}*/
/*.maintain_oversight_grid .grid_item:nth-child(3){*/
/*    background: var(--surface-warning-light, #B4EFD1);*/
/*}*/
/*.maintain_oversight_grid .grid_item:nth-child(4){*/
/*    background: var(--surface-warning-light, #AFF4FA);*/
/*}*/
/*.maintain_oversight_grid .grid_item img{*/
/*    width: 100px;*/
/*    height: 100px;*/
/*}*/
/*.maintain_oversight_grid .grid_item h6{*/
/*    color: var(--text-primary, #15171B);*/
/*    text-align: center;*/
/*    font-family: var(--font-family-family, Sora);*/
/*    font-size: var(--heading-h6-size, 28px);*/
/*    font-style: normal;*/
/*    font-weight: 400;*/
/*    line-height: var(--heading-h6-line-height, 42px);*/
/*    margin-bottom: 8px;*/
/*}*/
/*.maintain_oversight_grid .grid_item p{*/
/*    color: var(--text-secondary, #35393F);*/
/*    text-align: center;*/
/*    font-family: var(--font-family-family, Sora);*/
/*    font-size: var(--body-md-size, 16px);*/
/*    font-style: normal;*/
/*    font-weight: 400;*/
/*    line-height: var(--body-md-line-height, 24px);*/
/*}*/
/*.maintain_oversight a.learn_more{*/
/*        display: flex;*/
/*        padding: 10px 20px;*/
/*        justify-content: center;*/
/*        align-items: center;*/
/*        gap: 8px;*/
/*        color: var(--button-outline-text, #15171B);*/
/*        font-family: var(--font-family-family, Sora);*/
/*        font-size: var(--button-md-size, 16px);*/
/*        font-style: normal;*/
/*        font-weight: 400;*/
/*        line-height: var(--button-md-line-height, 24px);*/
/*        border-radius: 48px;*/
/*        border: 1px solid var(--button-outline-border, #6A6B6B);*/
/*        background: var(--button-outline-surface, #F9FAFE);*/
/*        box-shadow: 0 0 16px 0 rgba(255, 255, 255, 0.70) inset;*/
/*        width: fit-content;*/
/*        margin: auto;*/
/*        text-decoration: none;*/
/*        margin-top: 48px;*/
/*        position: relative;*/
/*        z-index: 1;*/
/*        overflow:hidden;*/
/*}*/

/*a.learn_more::after {*/
/*    content: "";*/
/*    width: 50px;*/
/*    height: 50px;*/
/*    bottom: -50px;*/
/*    display: block;*/
/*    margin: auto;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    right: 0;*/
/*    border-radius: 100%;*/
/*    transition: all 400ms ease;*/
/*    background: #15171B;*/
/*    box-shadow: 0 0 16px 0 rgba(255, 255, 255, 0.15) inset;*/
/*}*/

/*.learn_more:hover::after {*/
/*    transform: translateY(0);*/
/*    z-index: -1;*/
/*    bottom: -100px;*/
/*    border-radius: 100px;*/
/*    width: 100%;*/
/*    height: 250px;*/
    
/*}*/
/*.learn_more:hover span,.learn_more:hover svg path{*/
/*    color:#fff;*/
/*    fill:#fff;*/
/*    background: transparent;*/
/*}*/

/*  Responsive*/
/*@media (max-width: 1024px) {*/
/*    .maintain_oversight h2{*/
/*        font-size: var(--heading-h2-size, 40px);*/
/*        line-height: var(--heading-h2-line-height, 60px);*/
/*    }*/
/*    .maintain_oversight_grid .grid_item h6 {*/
/*        font-size: var(--heading-h6-size, 20px);*/
/*        line-height: var(--heading-h6-line-height, 30px);*/
/*    }*/
/*    .maintain_oversight_grid {*/
/*        display: grid;*/
/*        grid-template-columns: repeat(2, 1fr);*/
/*    }*/
/*    section.maintain_oversight_grid > * {*/
/*        height: 257.2px;*/
/*    }*/
/*}*/
/*@media (max-width: 767px) {*/
/*    section.maintain_oversight_grid > * {*/
/*        height: auto;*/
/*    }*/
/*    .maintain_oversight_grid {*/
/*        grid-template-columns: repeat(1, 1fr);*/
/*    }*/
/*    .maintain_oversight_grid .grid_item h6 {*/
/*        font-size: var(--heading-h6-size, 18px);*/
/*        line-height: var(--heading-h6-line-height, 24px);*/
/*    }*/
/*    .maintain_oversight a.learn_more{*/
/*        font-size: var(--button-lg-size, 15px);*/
/*        line-height: 21px;*/
/*    }*/
/*    .maintain_oversight h2 {*/
/*        font-size: var(--heading-h2-size, 30px);*/
/*        line-height: var(--heading-h2-line-height, 36px);*/
/*    }*/
/*}*/
/* maintain_oversight section css ends here */


/*Interconnected ecosystem starts here*/
/*.interconnected{*/
/*    padding: 100px 80px;*/
/*    background: #15171B;*/
/*}*/
/*.interconnected .subtitle{*/
/*    border-radius: 60px;*/
/*    border: 1px solid var(--border-darker, #575C66);*/
/*    background: var(--surface-neutral-darker, #15171B);*/
/*    color: var(--text-white, #FFF);*/
/*    margin-left: 0;*/
/*}*/
/*.interconnected h2{*/
/*    color: var(--text-white, #FFF);*/
/*    font-family: var(--font-family-family, Sora);*/
/*    font-size: var(--heading-h2-size, 52px);*/
/*    font-style: normal;*/
/*    font-weight: 400;*/
/*    line-height: var(--heading-h2-line-height, 66px);*/
/*    margin-bottom: 64px;*/
/*}*/
/*.interconnected_ecosystem {*/
/*    display: flex;*/
/*    gap: 16px*/
/*}*/

  /* LEFT MENU */
/*  .interconnected_ecosystem .menu {*/
/*        position: relative;*/
/*        width: 376px;*/
/*        display: flex;*/
/*        flex-direction: column;*/
/*        gap: 40px;*/
/*  }*/

/*  .interconnected_ecosystem  .menu::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    border-left: 1px dashed #575C66;*/
/*  }*/

/*  .interconnected_ecosystem .menu-item {*/
/*        padding-left: 20px;*/
/*        cursor: pointer;*/
/*        transition: color 0.3s;*/
/*        position: relative;*/
/*        color: var(--text-off-white, #D9D9D9);*/
/*        font-family: var(--font-family-family, Sora);*/
/*        font-size: var(--body-lg-size, 20px);*/
/*        font-style: normal;*/
/*        font-weight: 400;*/
/*        line-height: var(--body-lg-line-height, 32px);*/
/*  }*/

/*.interconnected_ecosystem .menu-item.active {*/
/*    color: var(--text-accent, #00E4F6);*/
/*    font-family: var(--font-family-family, Sora);*/
/*    font-size: var(--body-lg-size, 20px);*/
/*    font-style: normal;*/
/*    font-weight: 400;*/
/*    line-height: var(--body-lg-line-height, 32px);*/
/*}*/
/*.interconnected_ecosystem .menu-item.active::before {*/
/*        background-color: #2dd4bf;*/
/*}*/
/*.interconnected_ecosystem .menu-item::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: 0px;*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*    width: 2px;*/
/*    height: 42px;*/
    /* border-radius: 50%; */
/*    background-color: #E3E7F8;*/
/*}*/

/*.interconnected_ecosystem .connect-btn {*/
/*    margin-top: 12px;*/
/*    border: 1px solid #00E4F6;*/
/*    border-radius: 48px;*/
/*    padding: 16px 24px;*/
/*    background: transparent;*/
/*    cursor: pointer;*/
/*    width: fit-content;*/
/*    transition: background 0.3s;*/
/*    margin-left: 20px;*/
/*    box-shadow: 0 0 4px 0 rgba(255, 255, 255, 0.70) inset;*/
/*    color: var(--button-outline-text-accent, #FFF);*/
/*    font-family: var(--font-family-family, Sora);*/
/*    font-size: var(--button-lg-size, 18px);*/
/*    font-style: normal;*/
/*    font-weight: 400;*/
/*    line-height: var(--button-lg-line-height, 24px);*/
/*    position: relative;*/
/*    z-index: 1;*/
/*    overflow:hidden;*/
/*    display:flex;*/
/*    text-decoration: none;*/
/*}*/
/*.interconnected_ecosystem .connect-btn::after {*/
/*    content: "";*/
/*    width: 50px;*/
/*    height: 50px;*/
/*    bottom: -50px;*/
/*    display: block;*/
/*    margin: auto;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    right: 0;*/
/*    border-radius: 100%;*/
/*    transition: all 400ms ease;*/
/*    background: #4CB5CD;*/
    /*box-shadow: 0 0 16px 0 rgba(255, 255, 255, 0.15) inset;*/
/*    box-shadow: 0 0 16px 0 rgba(255, 255, 255, 0.15) inset;*/
/*}*/

/*.interconnected_ecosystem .connect-btn:hover::after {*/
/*    transform: translateY(0);*/
/*    z-index: -1;*/
/*    bottom: -100px;*/
/*    border-radius: 100px;*/
/*    width: 100%;*/
/*    height: 250px;*/
    
/*}*/
/*.interconnected_ecosystem .connect-btn:hover span,.interconnected_ecosystem .connect-btn:hover svg path{*/
/*    color:#fff;*/
/*    fill:#fff;*/
/*    background: transparent;*/
/*}*/
/*.connect-btn svg{*/
/*    width: 11.5px;*/
/*    height: 9.5px;*/
/*    padding: 7.25px 6.25px;*/
/*    margin-left: 8px;*/
/*    vertical-align: bottom;*/
/*}*/
/*.interconnected_ecosystem .connect-btn:hover,.interconnected_ecosystem .connect-btn:hover svg path {*/
/*    color: #15171B;*/
/*    fill: #15171B;*/
/*}*/

/* RIGHT PANEL */
/*.interconnected_ecosystem .content {*/
/*    flex: 1;*/
/*    display: flex;*/
/*    width: 848px;*/
/*    padding: 24px;*/
/*    flex-direction: column;*/
/*    align-items: flex-start;*/
/*    gap: 40px;*/
/*    border-radius: 32px;*/
/*    border: 1px solid var(--border-darker, #575C66);*/
/*    background: var(--surface-neutral-dark, #202329);*/
/*    margin-bottom: 8.95px;*/
/*    width:100%;*/
/*}*/
/*.interconnected_ecosystem .content img{*/
/*    width:100%;*/
/*}*/
/*.interconnected_ecosystem .content-section {*/
/*    display: none;*/
/*}*/
/*.interconnected_ecosystem .content-section  .arrow_btn{*/
/*    width: 28px;*/
/*    height: 28px;*/
/*    flex-shrink: 0;*/
/*    aspect-ratio: 1 / 1;*/
/*    display: inline-block;*/
/*    display: flex;*/
/*    max-width: 36px;*/
/*    max-height: 36px;*/
/*    padding: 3px;*/
/*    justify-content: center;*/
/*    align-items: center;*/
    /* aspect-ratio: 1 / 1; */
/*    border-radius: 100px;*/
/*    border: 1px solid var(--border-darker, #575C66);*/
/*    background: var(--surface-neutral-darker, #15171B);*/
/*    float: right;*/
/*}*/
/*.interconnected_ecosystem .content-section  .arrow_btn:hover{*/
/*        background: #00E4F6 no-repeat center center;*/
/*}*/
/*.interconnected_ecosystem .content-section  .arrow_btn:hover svg{*/
/*        transform: rotate(-45deg);*/
/*}*/
/*.interconnected_ecosystem .content-section  .arrow_btn:hover svg path{*/
/*    fill: #15171b;*/
/*}*/
/*.interconnected_ecosystem .content-section.active {*/
/*    display: block;*/
/*}*/
/*.interconnected_leftside > p{*/
/*    color: var(--text-white, #FFF);*/
/*    font-family: var(--font-family-family, Sora);*/
/*    font-size: var(--body-md-size, 16px);*/
/*    font-style: normal;*/
/*    font-weight: 400;*/
/*    line-height: var(--body-md-line-height, 24px);*/
/*    margin-top: 40px;*/
/*    margin-left: 20px;*/
/*}*/
/*.interconnected_ecosystem .content h2 {*/
/*    margin-bottom: 12px;*/
/*    color: var(--text-white, #FFF);*/
/*    font-family: var(--font-family-family, Sora);*/
/*    font-size: var(--heading-h5-size, 32px);*/
/*    font-style: normal;*/
/*    font-weight: 400;*/
/*    line-height: var(--heading-h5-line-height, 44px);*/
/*    display: inline-block;*/
/*    width: fit-content;*/
/*    max-width: 95%;*/
/*}*/

/*.interconnected_ecosystem .content p {*/
/*        color: var(--text-off-white, #D9D9D9);*/
/*        font-family: var(--font-family-family, Sora);*/
/*        font-size: var(--body-md-size, 16px);*/
/*        font-style: normal;*/
/*        font-weight: 400;*/
/*        line-height: var(--body-md-line-height, 24px);*/
/*        margin-bottom: 40px;*/
/*}*/
/*@media (max-width: 1280px) {*/
/*    .interconnected_ecosystem .content,.interconnected_ecosystem .content img{*/
/*        width:100%;*/
/*    }*/
/*}*/
/*@media (max-width: 1024px) {*/
/*    .interconnected h2 {*/
/*        font-size: var(--heading-h2-size, 40px);*/
/*        line-height: var(--heading-h2-line-height, 60px);*/
/*    }*/
/*    .interconnected_ecosystem .menu-item {*/
/*        font-size: var(--body-lg-size, 16px);*/
/*        line-height: var(--body-lg-line-height, 24px);*/
/*    }*/
/*    .interconnected_ecosystem .content h2 {*/
/*        font-size: var(--heading-h5-size, 20px);*/
/*        line-height: var(--heading-h5-line-height, 32px);*/
/*    }*/
/*    .interconnected_ecosystem .connect-btn {*/
/*        font-size: var(--button-lg-size, 16px);*/
/*    }*/
/*    .interconnected_ecosystem .menu {*/
/*        gap: 20px;*/
/*    }*/
/*    .interconnected_ecosystem .menu-item::before {*/
/*        height: 30px;*/
/*    }*/
/*    .interconnected{*/
/*        padding-left:0!important;*/
/*        padding-right:0!important;*/
/*    }*/
/*}*/
/*@media (max-width: 820px) {*/
/*    .interconnected_ecosystem {*/
/*        flex-direction: column;*/
/*    }*/
/*    .interconnected_ecosystem .menu {*/
/*        overflow: scroll;*/
/*        flex-direction: row;*/
/*        width: 100%;*/
/*    }*/
/*    .interconnected_ecosystem .menu-item {*/
/*        white-space: nowrap;*/
/*        margin-bottom: 10px;*/
/*    }*/
/*    .interconnected_ecosystem .content{*/
/*        width:auto;*/
/*    }*/
/*}*/
/*@media (max-width: 767px) {*/
/*    .interconnected h2 {*/
/*        font-size: var(--heading-h2-size, 30px);*/
/*        line-height: var(--heading-h2-line-height, 36px);*/
/*    }*/
/*    .interconnected_ecosystem .connect-btn {*/
/*        font-size: var(--button-lg-size, 15px);*/
/*        margin-left: 0;*/
/*        line-height: 21px;*/
/*    }*/
/*    .interconnected_leftside > p{*/
/*        margin-left: 0;*/
/*    }*/
/*}*/
/*Interconnected ecosystem ends here*/


/*everything_growing starts here*/

/*.everything_growing{*/
/*    padding: 100px 0;*/
/*}*/
/*.everything_growing h2{*/
/*    color: var(--text-primary, #15171B);*/
/*    text-align: center;*/
/*    font-family: var(--font-family-family, Sora);*/
/*    font-size: var(--heading-h2-size, 52px);*/
/*    font-style: normal;*/
/*    font-weight: 400;*/
/*    line-height: var(--heading-h2-line-height, 66px);*/
/*    max-width: 680px;*/
/*    margin: auto;*/
/*    margin-bottom: 8px;*/
/*}*/
/*.everything_growing h2+ p{*/
/*    max-width: 680px;*/
/*    margin: auto;*/
/*    color: var(--text-secondary, #35393F);*/
/*    text-align: center;*/
    
    /* body/md/regular */
/*    font-family: var(--font-family-family, Sora);*/
/*    font-size: var(--body-md-size, 16px);*/
/*    font-style: normal;*/
/*    font-weight: 400;*/
    /*line-height: var(--body-md-line-height, 24px); */
/*}*/
/*.everything_growing .feature_list{*/
/*    display: grid;*/
/*    padding-top: 100px;*/
/*    flex-direction: column;*/
/*    align-items: center;*/
/*    gap: 16px;*/
/*    align-items: stretch;*/
/*    grid-template-columns: repeat(3, 1fr);*/
/*}*/
/*.everything_growing .feature_list .feature_item{*/
/*    display: flex;*/
/*    min-height: 264px;*/
    /* min-width: 416px; */
/*    padding: 0px 32px 40px 32px;*/
/*    flex-direction: column;*/
/*    align-items: flex-start;*/
/*    gap: 24px;*/
/*    border-radius: 24px;*/
/*    border: 1px solid var(--border-accent-light, #AFF4FA);*/
/*    background: var(--surface-counter, #E3F4FF);*/
/*    box-shadow: 0 4px 12px 0 rgba(190, 217, 234, 0.40);*/

/*}*/
/*.everything_growing .feature_list .feature_item h3{*/
/*    color: var(--text-primary, #15171B);*/
/*    font-family: var(--font-family-family, Sora);*/
/*    font-size: var(--body-lg-size, 20px);*/
/*    font-style: normal;*/
/*    font-weight: 400;*/
/*    line-height: var(--body-lg-line-height, 32px);*/
/*    margin-top: 40px*/
/*}*/
/*.everything_growing .feature_list .feature_item p{*/
/*    color: var(--text-secondary, #35393F);*/
/*    font-family: var(--font-family-family, Sora);*/
/*    font-size: var(--body-md-size, 16px);*/
/*    font-style: normal;*/
/*    font-weight: 400;*/
/*    line-height: var(--body-md-line-height, 24px);*/
/*}*/
/*@media (max-width: 1024px) {*/
/*    .everything_growing h2 {*/
/*        font-size: var(--heading-h2-size, 40px);*/
/*        line-height: var(--heading-h2-line-height, 60px);*/
/*    }*/
/*    .everything_growing .feature_list {*/
/*        grid-template-columns: repeat(2, 1fr);*/
/*    }*/
/*@media (max-width: 767px) {*/
/*    .everything_growing h2 {*/
/*        font-size: var(--heading-h2-size, 30px);*/
/*        line-height: var(--heading-h2-line-height, 36px);*/
/*    }*/
/*    .everything_growing .feature_list {*/
/*        grid-template-columns: repeat(1, 1fr);*/
/*    }*/
/*    .everything_growing .feature_list .feature_item h3 {*/
/*        font-size: var(--body-lg-size, 18px);*/
/*        line-height: var(--body-lg-line-height, 24px);*/
/*    }*/
/*}*/
    
/*}*/
/*everything_growing ends here*/



/*OUR BENEFITS starts here*/
/*.benefits{*/
/*    display: flex;*/
/*    padding: 100px 0px;*/
/*    flex-direction: column;*/
/*    align-items: center;*/
/*    gap: 64px;*/
/*    align-self: stretch;*/
/*    background: #F9FAFE;*/
/*}*/
/*.benefits h2{*/
/*    color: var(--text-primary, #15171B);*/
/*    text-align: center;*/
/*    font-family: var(--font-family-family, Sora);*/
/*    font-size: var(--heading-h2-size, 52px);*/
/*    font-style: normal;*/
/*    font-weight: 400;*/
/*    line-height: var(--heading-h2-line-height, 66px);*/
/*    max-width: 680px;*/
/*    margin: auto;*/
/*    margin-bottom: 8px;*/
/*}*/
/*.benefits h2+p{*/
/*    color: var(--text-secondary, #35393F);*/
/*    text-align: center;*/
/*    font-family: var(--font-family-family, Sora);*/
/*    font-size: var(--body-md-size, 16px);*/
/*    font-style: normal;*/
/*    font-weight: 400;*/
/*    line-height: var(--body-md-line-height, 24px);*/
/*    margin: auto;*/
/*    max-width: 680px;*/
/*}*/
/*.benefits .benefit-container{*/
/*    display: flex;*/
    /*width: 1280px;*/
/*    align-items: center;*/
/*    gap: 16px;*/
/*    margin-top: 64px;*/
/*}*/
/*.benefits .benefit-container .benefit-card {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: center;*/
/*    flex: 1 0 0;*/
/*    border-radius: 20px;*/
/*    padding: 36px 36px 0 36px;*/
/*    align-items: flex-start;*/
    /*gap: 64px;*/
/*    align-self: stretch;*/
/*    transition: all 0.3s ease;*/
/*    cursor: pointer;*/
/*    position:relative;*/
/*    height: 558px;        */
/*    overflow: hidden;     */
/*    box-sizing: border-box;*/
/*}*/
/*.benefit-card.yellow {*/
/*    background: var(--surface-warning-light, #FDEAB7);*/
/*}*/
/*.benefit-card.green {*/
/*    background: var(--surface-success-light, #B4EFD1);*/
/*}*/
/*.benefit-card.blue {*/
/*    background: var(--surface-primary-light, #B9E0FF);*/
/*}*/
/*.benefit-card h5{*/
/*    color: var(--text-primary, #15171B);*/
/*    font-family: var(--font-family-family, Sora);*/
/*    font-size: var(--heading-h5-size, 32px);*/
/*    font-style: normal;*/
/*    font-weight: 600;*/
/*    line-height: var(--heading-h5-line-height, 44px);*/
/*    margin: 0 0 12px;*/
/*    z-index: 5;*/
/*}*/
/*.benefit-card.yellow::after {*/
/*    background: linear-gradient(180deg, rgba(253, 234, 183, 0) 2.29%, #FDEAB7 75.57%);*/
/*}*/
/*.benefit-card.green::after{*/
/*    background: linear-gradient(180deg, rgba(180, 239, 209, 0) 2.29%, #B4EFD1 75.57%);*/

/*}*/
/*.benefit-card.blue::after{*/
/*    background: linear-gradient(180deg, rgba(185, 224, 255, 0) 2.29%, #B9E0FF 75.57%);*/

/*}*/
/*.benefit-card p{*/
/*    position: absolute;*/
/*    left: 36px;*/
/*    right: 36px;*/
/*    bottom: 0;*/
/*    margin: 0;*/
/*    opacity: 0;*/
/*    transform: translateY(12px);*/
/*    transition: opacity .32s ease, transform .32s ease;*/
/*    z-index: 6;*/
/*    font-family: 'Sora';*/
/*    font-weight: 400;*/
/*    font-size: 16px;*/
/*    line-height: 24px;*/
/*    color: #15171B;*/
/*    padding: 0 8px;*/
/*    margin-bottom: 44px;*/
/*}*/

/* Image stays anchored to bottom */
/*.benefit-card img {*/
/*    display: block;*/
/*    width: 100%;*/
    /*height: 318px;*/
/*    margin-top: auto;*/
    /*transition: transform .35s  ease, filter .35s ease;*/
/*    z-index: 2;*/
/*    border-radius: 20px 20px 0 0;*/
/*}*/

/*.benefit-card::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    height: 100%;*/
/*    border-radius: 16px;*/
/*    opacity: 0;*/
/*    transition: opacity 0.4s ease;*/
/*    z-index: 2;*/
/*}*/

/*.benefit-card:hover p {*/
/*    opacity: 1;*/
/*    transform: translateY(0);*/
/*    pointer-events: auto;*/
/*}*/
/*.benefit-card:hover::after {*/
/*    opacity: 1;*/
/*}*/

/*.benefits .benefits_talk{*/
/*    margin-top:64px;*/
/*    margin-bottom:0;*/
/*}*/

/* Responsive */
/*@media (max-width: 1024px) {*/
    /*.benefits .benefit-container .benefit-card{*/
    /*    height: 450px*/
    /*}*/
    /*.benefits h2 {*/
    /*    font-size: var(--heading-h2-size, 40px);*/
    /*    line-height: var(--heading-h2-line-height, 60px);*/
    /*}*/
    /*.benefit-card h5 {*/
    /*    font-size: var(--heading-h5-size, 20px);*/
    /*    line-height: var(--heading-h5-line-height, 30px);*/
    /*}*/

    /*.benefits .benefit-container {*/
    /*    flex-direction: column;*/
    /*    width: 100%;*/
    /*    gap: 24px;*/
    /*}*/

    /*.benefit-card {*/
    /*    height: auto!important;*/
    /*    overflow: visible!important;*/
    /*    text-align: center!important;*/
    /*}*/
    /*.benefit-card p {*/
    /*    position: static;*/
    /*    opacity: 1;*/
    /*    transform: none;*/
    /*    background: transparent;*/
    /*    padding: 8px 0 0 0;*/
    /*    box-shadow: none;*/
    /*    border-radius: 0;*/
    /*    margin-top: 12px;*/
    /*}*/
/*}*/

/*@media (max-width: 767px) {*/
/*    .benefits h2 {*/
/*        font-size: var(--heading-h2-size, 30px);*/
/*        line-height: var(--heading-h2-line-height, 36px);*/
/*    }*/
/*}*/
/*OUR BENEFITS ends here*/


/*OUR TESTIMONIALS starts here*/
.testimonial{
    padding: 100px 0;
}

.slider-container{
    margin-bottom: 60px;
}

.testimonial .header-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
}

.testimonial .subtitle {
    margin-left: 0;
}

.testimonial h2 {
    color: var(--text-primary, #15171B);
    font-family: var(--font-family-family, Sora);
    font-size: var(--heading-h2-size, 52px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--heading-h2-line-height, 66px);
    flex: 1 0 0;
}

/* Navigation Arrows */
.testimonial .nav-arrows {
    display: flex;
    gap: 10px;
}
.testimonial .arrow svg path{
    fill:#fff;
}
.testimonial .arrow {
    background-color: #15171B;
    border: none;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    padding: 6px;
    cursor: pointer;
}

.testimonial .arrow:disabled {
    background-color: #D9D9D9;
    cursor: not-allowed;
}
.testimonial .arrow:disabled svg path {
    fill: #A6A6A6;
}


.testimonials-wrapper {
    overflow: hidden; 
    margin-bottom: 60px;
    margin-left: calc((100vw - var(--container-width)) / 2);

}

.testimonial-card {
    display: flex;
    width: 524px;
    height: 370px;
    padding: 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    flex-shrink: 0;
    border-radius: 16px;
    border: 1px solid var(--border-default, #E3E7F8);
    background: var(--surface-primary-lightest, #F9FAFE);
    box-sizing: border-box;
    margin: 0 8px;
}
.testimonial-card .rating{
    display: flex;
    height: 32px;
    align-items: center;
    gap: 4px;
    padding: 4px 0;
    margin-bottom: 20px;
}
.testimonial-card .rating .star{
    margin: 2.5px
}
.testimonial-card .rating .star svg{
    display: inline-block;
    vertical-align: middle;
}




.testimonial .quote {
    color: var(--text-primary, #15171B);
    font-family: var(--font-family-family, Sora);
    font-size: var(--body-xlg-size, 22px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--body-xlg-line-height, 32px);
    padding-bottom: 32px;
    margin-bottom: 32px;
    border-bottom: 1px solid #E3E7F8;
    min-height: 130px;
    
}

.testimonial  .client-name {
    color: var(--text-primary, #15171B);
    font-family: var(--font-family-family, Sora);
    font-size: var(--body-md-size, 16px);
    font-style: normal;
    font-weight: 600;
    line-height: var(--body-md-line-height, 24px);
}

.testimonial .client-title {
    color: var(--text-tertiary, #6E737B);
    font-family: var(--font-family-family, Sora);
    font-size: var(--button-sm-size, 14px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--button-sm-line-height, 24px);
}

/* Progress Bar (Bottom) */
.progress-bar-container {
   width: 100%;
    height: 2px;
    background-color: #E3E7F8;
    border-radius: 5px;
    position: relative;
}

.progress-bar-fill {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 4px;
    width: 0%;
    background-color: #575C66;
    transition: width 0.5s ease-in-out;
    border-radius: 5px;
}

.testimonial .logos{
    max-width:418.44px;
    margin:auto;
        display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin-top:30px;
}

@media (max-width: 1024px) {
    .testimonial h2{
        font-size: var(--heading-h2-size, 40px);
        line-height: var(--heading-h2-line-height, 60px);
    }
    .testimonial .quote{
        font-size: var(--body-xlg-size, 20px);
     }
}
@media (max-width: 820px) {
    .testimonials-wrapper{
      padding-left:15px;
        
    }
}
@media (max-width: 768px) {
    .testimonial-card {
        margin: 0 10px; 
    }
}
@media (max-width: 767px) {
    .testimonial h2 {
        font-size: var(--heading-h2-size, 30px);
        line-height: var(--heading-h2-line-height, 44px);
    }
    .testimonial .logos {
        max-width: 100%;
        gap: 10px;
    }
}
/*OUR TESTIMONIALS ends here*/


/*OUR FAQ’s starts here*/
.faq_header{
    display: flex;
    padding-top: 100px;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    align-self: stretch;
    background: var(--surface-primary-lighter, #E5ECFD);
}
.faq_header h2{
    color: var(--text-primary, #15171B);
    text-align: center;
    font-family: var(--font-family-family, Sora);
    font-size: var(--heading-h2-size, 52px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--heading-h2-line-height, 66px);
    margin-bottom: 8px;
}
.faq_header p{
    color: var(--text-secondary, #35393F);
    text-align: center;
    font-family: var(--font-family-family, Sora);
    font-size: var(--body-md-size, 16px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--body-md-line-height, 24px);
    margin-bottom: 40px;
}

.schema-faq.wp-block-yoast-faq-block{
    background: #E5ECFD;
}
.schema-faq-section{
    max-width: 1000px;;
    margin: auto;
    display: flex;
    padding: 20px 12px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    border-bottom: 1px solid var(--border-tertiary, #BEC6D9);
}
strong.schema-faq-question {
    color: var(--text-primary, #15171B);
    font-family: var(--font-family-family, Sora);
    font-size: var(--body-lg-size, 20px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--body-lg-line-height, 32px);
    margin-bottom: 8px;
    width:100%;
    cursor:pointer;
}
p.schema-faq-answer {
    color: var(--text-secondary, #35393F);
    font-family: var(--font-family-family, Sora);
    font-size: var(--body-md-size, 16px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--body-md-line-height, 24px);
    display: none;
}
p.schema-faq-answer:first-child {
    display:block;
}
strong.schema-faq-question svg{
    float: right;
    background: #fff;
    padding: 8.17px;
    border-radius: 100px;
    width: 11.67px;
    height: 11.67px;
    box-sizing: content-box;
}
strong.schema-faq-question svg:hover{
    background: #15171B;
}
strong.schema-faq-question svg:hover path{
    stroke: #fff;
}
.faq_footer{
    padding-top: 40px;
    background: #e5ecfd;
    text-align: center;
    padding-bottom: 100px;
}
.faq_footer section > p{
    color: var(--text-secondary, #35393F);
    text-align: center;
    font-family: var(--font-family-family, Sora);
    font-size: var(--button-sm-size, 14px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--button-sm-line-height, 24px);
    margin-bottom: 20px;
}
.faq_footer a{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    text-decoration: none;
}
.faq_footer a img{
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    /*padding: 3.15px 2.25px;*/
}
.faq_footer a span{
    color: var(--button-hyperlink-text, #0061FE);
    text-align: center;
    font-family: var(--font-family-family, Sora);
    font-size: var(--body-md-size, 16px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--body-md-line-height, 24px);
}

@media (max-width:1024px){
    .faq_header {
            padding-top: 60px;
    }
    .faq_header h2 {
        color: var(--text-primary, #15171B);
        text-align: center;
        font-family: var(--font-family-family, Sora);
        font-size: var(--heading-h2-size, 28px);
        font-style: normal;
        font-weight: 400;
        line-height: var(--heading-h2-line-height, 38px);
    }
    .schema-faq.wp-block-yoast-faq-block{
        padding: 0 40px;
    }
    .faq_header p {
        margin-bottom: 32px;
    }
    .faq_footer {
        padding-top: 32px;
        padding-bottom: 60px;
    }
    strong.schema-faq-question {
        color: var(--text-primary, #15171B);
        font-family: var(--font-family-family, Sora);
        font-size: var(--body-lg-size, 16px);
        font-style: normal;
        font-weight: 400;
        line-height: var(--body-lg-line-height, 24px);
        margin-bottom: 10px;
        width: 100%;
    }
}
@media (max-width:767px){
    .faq_header{
        padding-top: 40px;
    }
    .faq_header h2 {
        color: var(--text-primary, #15171B);
        text-align: center;
        font-family: var(--font-family-family, Sora);
        font-size: var(--heading-h2-size, 24px);
        font-style: normal;
        font-weight: 400;
        line-height: var(--heading-h2-line-height, 32px);
    }
    .faq_header p {
       
        font-size: var(--body-md-size, 14px);
        line-height: var(--body-md-line-height, 22px);
    }
    strong.schema-faq-question {
        color: var(--text-primary, #15171B);
        font-family: var(--font-family-family, Sora);
        font-size: var(--body-lg-size, 16px);
        font-style: normal;
        font-weight: 400;
        line-height: var(--body-lg-line-height, 24px);
        margin-bottom: 8px;
        width: 100%;
    }
    .schema-faq-section {
        padding: 20px 0px;
    }
    .schema-faq.wp-block-yoast-faq-block {
        padding: 0 20px;
    }
    p.schema-faq-answer {
        font-size: var(--body-md-size, 14px);
        line-height: var(--body-md-line-height, 22px);
    }
    .faq_footer {
        padding-bottom: 40px;
        padding-top: 40px;
    }
    .faq_footer a span {
        font-size: var(--body-md-size, 14px);
        line-height: var(--body-md-line-height, 22px);
    }
}
/*OUR FAQ’s ends here*/
