/*-----------employee statisfaction css start here------------*/

  .navbar-default .navbar-nav>li>a {
    color: #000 !important;
  }
  .eosheader h3{
    font-size: 22px;
    line-height: 40px;
    color: #16796F;
  }
  .eosheader h1{
    font-size: 38px;
    line-height: 55px;
    margin-top: 10px;
  }
  .eosheader p{
    color: #000;
    font-size: 20px;
  }

  .eosboard{
    background: #008080;
    color: #ffffff;
  }
  .eosboard h3{
    line-height: 53px;
    text-align: center;
  }
.borleft{
  border-left: 3px dashed #d3d3d3;
   padding-left: 10px;
  }
  .whygt1 h3 {
    font-size: 22px;
    font-weight: 600;
    color: teal;
    line-height: 36px;

}

.mobileshow .navbar-default .navbar-nav>li>a {
    color: #000 !important;
  }
  .btn360ppa{
    background: #23587A !important;
    color:#ffffff !important;
  }
  .Home-features__article, a.Home-features__article {
    display: block;
    margin: 1.5rem 0;
    color: #333;
    cursor: default;
    padding: 5px 10px;
    position: relative;
    border: 2px solid #ae66c7;
    border-radius:15px;
}

.sentiment-sg {
    /* height: 99%; */
    width: 100%;
    padding: 20px;
}
.Home-feature__desc {
        line-height: 1.7;
    color:#717171;
    font-size: 13px;
    text-align: justify;
}
.mobileshow .nav.navbar.navbar-default li a {
    color: #000 !important;

}
.contentpa{
  color:#000000;
  padding: 0px 12px;
  line-height: 32px !important;
  font-size: 13px !important;
}
.contentpb{
  color: #ffffff;
  padding: 10px;
  line-height: 32px !important;
  font-size: 13px!important;
}

.Home-feature__heading {
    font-size: 22px;
    color: #000;
    text-align: left;
}
.Home-feature__desc {
    text-align: left;
}

.mobtop a{
    color:#ffffff !important;
  }
  .mobtop i{
    color:#ffffff !important;
  }
  .blurbg{
        background: #00000082;
    
    border-radius: 15px;
  }
  .overlay{
    box-shadow: 5px 10px 8px #888888;
    margin-bottom: 20px;
  }
  .whygt1 ul li{
    list-style: none;
  }
  nav.navbar.navbar-default li  {
    color: #ffffff !important;
}
.sentiment-sg2{
  width: 40px;
}
.newmenu a {
  color: #000;
}
.newmenu li {
  color: #000;
}

.progressbar{
  --progress-bar-width: 100px;
  --progress-bar-height: 100px;
  --font-size: 2rem;
 display: grid;
margin-bottom: 10px;
margin-left: 45px;
  gap: 2rem;
}
.circular-progress {
  width: var(--progress-bar-width);
  height: var(--progress-bar-height);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;

}
.inner-circle {
  position: absolute;
  width: calc(var(--progress-bar-width) - 30px);
  height: calc(var(--progress-bar-height) - 30px);
  border-radius: 50%;
  background-color: lightgrey;
}

.percentage {
  position: relative;
  font-size: var(--font-size);
  color: rgb(0, 0, 0, 0.8);
}

@media screen and (max-width: 800px) {
  :root {
    --progress-bar-width: 150px;
    --progress-bar-height: 150px;
    --font-size: 1.3rem;
  }
}

@media screen and (max-width: 500px) {
  :root {
    --progress-bar-width: 120px;
    --progress-bar-height: 120px;
    --font-size: 1rem;
  }
}
 .grid-container {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
            padding: 20px;
        }

        .grid-item {
            padding: 10px 30px;            ;
            border-radius: 10px;
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
            text-align: left;
            display: flex;
            align-items: center;
        }

        .grid-item .icon-container {
            height:90px;
            background-color: #00796b;
            clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 40px;
        }

        .grid-item .icon-container img {
          height: 70px;
          width:70px;
          padding: 5px;
          margin: 20px;
          object-fit: contain;
          transition: 0.5s;
        }
        .grid-item .icon-container img:hover {
          transform: scale(1.2);
          
        }
        
        .grid-item h3 {
            font-size: 20px;
            margin-top: 0;
            color: #000000;
        }

        .grid-item p {
            font-size: 14px;
            margin: 0;
            line-height: 1.6;
            color:#717171;
        }

        .grid-item .icon-container:nth-child(1) {
            background-color: #004169;
        }

        .grid-item .icon-container:nth-child(2) {
            background-color: #008181;
        }

        .grid-item .icon-container:nth-child(3) {
            background-color: #0e9e52;
        }

        .grid-item .icon-container:nth-child(4) {
            background-color: #046981;
        }

        .grid-item .icon-container:nth-child(5) {
            background-color: #0e96a1;
        }

        .grid-item .icon-container:nth-child(6) {
            background-color: #66c1bf;
        }

/* 

.sqbox:before {
  width: 10px;
    height: 10px;
    background: #3e4880;
    content: "\00b7";
    position: absolute;
    margin-top: 45px;
    margin-left: -25px;

} */


/* Text for circles */
.text {
  font-size: 12px;
  color: #333;
  text-align: center;
  margin: 30px 0;
  font-weight: 600;
  position: relative;
}

/* Dotted line created with ::before */
.text::before {
  content: '';
    position: absolute;
    width: 5px;
    height: 25px;
    border-left: 4px dotted #69c;
    left: 50%;
    transform: translateX(-50%);
    top: 39px;
}

/* Dotted line created with ::before */
.text2::before {
  content: '';
    position: absolute;
    width: 5px;
    height: 25px;
    border-left: 4px dotted #69c;
    left: 50%;
    transform: translateX(-50%);
    top: -27px;
}

.benif1{
  margin-left:20px;
}

.satisfaction-section {
  margin-top: 40px;
}


.text-content h2 {
  font-size: 32px;
  margin-top: 30px;

}
.text-content p {
  font-size: 16px;
  color: #717171;
  margin-top: 20px;

}

/* Parameter Box Styles */
.parameter-box {
    
    color: white;
    padding: 5px;
    margin: 5px;
    border-radius: 8px;
    text-align: center;
    position: relative;
    width:180px;
    height: 105px;
}
.parameter-box:nth-child(1){
 background-color: #004369;
}
.parameter-box:nth-child(2){
 background-color: #369694;
}
.parameter-box:nth-child(3){
 background-color: #336897;
}
.parameter-box:nth-child(4){
 background-color: #369694;
}
.parameter-box:nth-child(5){
 background-color: #0a3864;
}
.parameter-box:nth-child(6){
 background-color: #369694;
}
.parameter-box:nth-child(7){
 background-color: #336897;
}
.parameter-box:nth-child(8){
 background-color: #369694;
}
.parameter-box:nth-child(9){
 background-color: #0c3861;
}
.parameter-box:nth-child(10){
 background-color: #369694;
}
.parameter-box:nth-child(11){
 background-color: #336897;
}
.parameter-box:nth-child(12){
 background-color: #369694;
}
.parameter-box .box-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.box-heading {
    font-size: 13px;
    font-weight: bold;
    margin-top: 5px;
}

.box-icon {
  margin-top: 10px;
}

.box-icon i {
  font-size: 30px;
  transition: 0.5s;
}
.box-icon i:hover{
        transform: rotate(360deg);
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .text-content h2{
    font-size: 20px;
  }

  .box-heading {
    font-size: 16px;
  }

  .box-icon img {
    width: 30px;
    height: 30px;
  }
  .bgessbnr img
  { 
    width:100%; 
  }
  .grid-container 
  {
     display: grid !important;
     grid-template-columns: repeat(1, 1fr) !important;
  }
  .parameter-box {
    width: 90%;
  }
}
@media only screen and (max-width: 720px){
    .mobilemtop{
      margin-bottom: 15px;
    }
  
  }
/*-----------employee statisfaction css end here------------*/


/*-----------employee onboaring css start here------------*/
 .eosheader{
    /*background-image: url(assets3/img/360-ppa-banner.jpg);
    position: relative;
    background-position: cover;*/
    height:665px;
    color: #000;
  }
  
  .eosheader h3{
    font-size: 22px;line-height: 70px;
    color: #16796F;
    font-weight: 700;
  }
  .eosheader h1{
    font-size: 45px; 
    line-height: 70px; 
    margin-top: 10px;
    color: #000000;
  }
  .eosheader p{
    color: #000;
    font-size: 20px;
  }

  .eosboard{
    background: #008080;
    color: #ffffff;
  }
  .eosboard h3{
    line-height: 53px;
    text-align: center;
  }

  .whygt1 h3 {
    font-size: 20px;
    font-weight: 600;
    color: teal;
    line-height: 32px;
    border: 2px solid #e4e4e4fc;
    border-radius: 20px;
    box-shadow: 3px 5px #88888826;
    text-align: left;
    padding: 4px 15px;
}
h2 {
    color: #000000;
}

  .mobileshow .navbar-default .navbar-nav>li>a {
    color: #000 !important;
  }
  .btn360ppa{
    background: #23587A !important;
    color:#ffffff !important;
  }
  .Home-features__article, a.Home-features__article {
    display: block;
    margin: 1.5rem 0;
    color: #333;
    cursor: default;
    padding: 5px 10px;
    position: relative;
    border: 2px solid #ae66c7;
    border-radius:15px;
}

.sentiment-sg {
    /* height: 99%; */
    width: 100%;
    padding: 20px;
}


}
.Home-feature__desc {
        line-height: 1.7;
    color:#717171;
    font-size: 13px;
    text-align: justify;
}
.mobileshow .nav.navbar.navbar-default li a {
    color: #000 !important;

}


.contentpa{
  color:#000000;
  padding: 0px 12px;
  line-height: 32px !important;
  font-size: 13px !important;
}
.contentpb{
  color: #ffffff;
  padding: 10px;
  line-height: 32px !important;
  font-size: 13px!important;
}

.Home-feature__heading {
    font-size: 22px;
    color: #070707;
}


.mobtop a{
    color:#ffffff !important;
  }
  .mobtop i{
    color:#ffffff !important;
  }
  .blurbg{
        background: #00000082;
    
    border-radius: 15px;
  }
  .overlay{
    box-shadow: 5px 10px 8px #888888;
    margin-bottom: 20px;
  }
  .whygt1 ul li{
    list-style: none;
  }
  /* nav.navbar.navbar-default li  {
    color: #ffffff !important;
} */
.sentiment-sg2{
  width: 40px;
}
.newmenu a {
  color: #000;
}
.newmenu li {
  color: #000;
}
@media only screen and (max-width: 720px){
    .mobilemtop{
      margin-bottom: 15px;
    }
    .eosheader {
        height: auto;
    }
  }
.progressbar{
  --progress-bar-width: 150px;
  --progress-bar-height: 150px;
  --font-size: 3rem;
 display: grid;
margin-bottom: 10px;
/*  place-items: center;*/
  gap: 2rem;
}
.circular-progress {
  width: var(--progress-bar-width);
  height: var(--progress-bar-height);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;

}
.inner-circle {
  position: absolute;
  width: calc(var(--progress-bar-width) - 30px);
  height: calc(var(--progress-bar-height) - 30px);
  border-radius: 50%;
  background-color: lightgrey;
  padding: 33px;
    color: #1A466B;
    font-size: 35px;
        font-weight: bold;
}

.percentage {
  position: relative;
  font-size: var(--font-size);
  color: rgb(0, 0, 0, 0.8);
}


 .popup-container1 {
    display: inline-block;
    position: relative;
}

 .popup-container2 {
    display: inline-block;
    position: relative;
}
 .popup-container3 {
    display: inline-block;
    position: relative;
}
 .popup-container4 {
    display: inline-block;
    position: relative;
}
.popup-content1 {
  display: none;
    position: absolute;
    top: 40%;
    left: 50%;
    width: 500px;
    transform: translateX(-50%);
    padding: 10px;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border-radius: 5px;
    z-index: 999;
}
.popup-content2 {
  display: none;
    position: absolute;
    top: 40%;
    left: 50%;
    width: 500px;
    transform: translateX(-50%);
    padding: 10px;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border-radius: 5px;
    z-index: 999;
}
.popup-content3 {
  display: none;
    position: absolute;
    top: 40%;
    left: 50%;
    width: 500px;
    transform: translateX(-50%);
    padding: 10px;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border-radius: 5px;
    z-index: 999;
}.popup-content4{
  display: none;
    position: absolute;
    top: 40%;
    left: 50%;
    width: 500px;
    transform: translateX(-50%);
    padding: 10px;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border-radius: 5px;
    z-index: 999;
}
.whygt1 ul li {
    font-size: 12px;
    list-style: inside;
}
.keyfet li{
  list-style-position: outside;

}
@media screen and (max-width: 800px) {
  :root {
    --progress-bar-width: 150px;
    --progress-bar-height: 150px;
    --font-size: 1.3rem;
  }
}

@media screen and (max-width: 500px) {
  :root {
    --progress-bar-width: 120px;
    --progress-bar-height: 120px;
    --font-size: 1rem;
  }
 
}

@media only screen and (max-width: 600px) {
  .popup-content1{
    width: 100% !important;
  }
  .popup-content2 {
   width: 100% !important;
  }
  .popup-content3 {
    width: 100% !important;
  }
  .popup-content4 {
    width: 100% !important;
  }
}

 .pbox {
    list-style-type: none; /* Remove default list styling */
    padding: 0;
    font-size: 15px;
  }

  .pbox li {
    text-indent: -20px; /* Outdent the first line by 20px */
    padding-left: 20px; /* Indent the whole block by 20px */
    margin-bottom: 5px; /* Add space between list items */
  }
/*-----------employee onboaring css ends here------------*/

/*-----------employee parent satisfaction css start here------------*/
 .eosheader{
    /*background-image: url(assets3/img/360-ppa-banner.jpg);
    position: relative;
    background-position: cover;*/
    height:645px;
    color: #000;
  }
  .navbar-default .navbar-nav>li>a {
    color: #000 !important;
  }
  .eosheader h3{
    font-size: 22px;
    line-height: 40px;
    color: #16796F;
  }
  .eosheader h1{
    font-size: 38px;
    line-height: 55px;
    margin-top: 10px;
  }
  .eosheader p{
    color: #000;
    font-size: 20px;
  }

  .eosboard{
    background: #008080;
    color: #ffffff;
  }
  .eosboard h3{
    line-height: 53px;
    text-align: center;
  }
.borleft{
  border-left: 3px dashed #d3d3d3;
   padding-left: 10px;
  }
  .whygt1 h3 {
    font-size: 22px;
    font-weight: 600;
    color: teal;
    line-height: 36px;

}


  .mobileshow .navbar-default .navbar-nav>li>a {
    color: #000 !important;
  }
  .btn360ppa{
    background: #23587A !important;
    color:#ffffff !important;
  }
  .Home-features__article, a.Home-features__article {
    display: block;
    margin: 1.5rem 0;
    color: #333;
    cursor: default;
    padding: 5px 10px;
    position: relative;
    border: 2px solid #ae66c7;
    border-radius:15px;
}

.sentiment-sg {
    /* height: 99%; */
    width: 100%;
    padding: 20px;
}



.Home-feature__desc {
        line-height: 1.7;
    color:#717171;
    font-size: 13px;
    text-align: justify;
}
.mobileshow .nav.navbar.navbar-default li a {
    color: #000 !important;

}


.contentpa{
  color:#000000;
  padding: 0px 12px;
  line-height: 32px !important;
  font-size: 13px !important;
}
.contentpb{
  color: #ffffff;
  padding: 10px;
  line-height: 32px !important;
  font-size: 13px!important;
}

.Home-feature__heading {
    font-size: 22px;
    color: #5EC57E;
    text-align: left;
}
.Home-feature__desc {
    text-align: left;
}

.mobtop a{
    color:#ffffff !important;
  }
  .mobtop i{
    color:#ffffff !important;
  }
  .blurbg{
        background: #00000082;
    
    border-radius: 15px;
  }
  .overlay{
    box-shadow: 5px 10px 8px #888888;
    margin-bottom: 20px;
  }
  .whygt1 ul li{
    list-style: none;
  }
  nav.navbar.navbar-default li  {
    color: #ffffff !important;
}
.sentiment-sg2{
  width: 40px;
}
.newmenu a {
  color: #000;
}
.newmenu li {
  color: #000;
}
@media only screen and (max-width: 720px){
    .mobilemtop{
      margin-bottom: 15px;
    }
    .content::after{
      display: none;
    }
    .content::before{
      display: none;
    }
  }
.progressbar{
  --progress-bar-width: 200px;
  --progress-bar-height: 200px;
  --font-size: 2rem;
 display: grid;
margin-bottom: 10px;
margin-left: 45px;
  gap: 2rem;
}
.circular-progress {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;

}
.inner-circle {
  position: absolute;
  width: calc(var(--progress-bar-width) - 30px);
  height: calc(var(--progress-bar-height) - 30px);
  border-radius: 50%;
  background-color: lightgrey;
}

.percentage {
  position: relative;
  font-size: var(--font-size);
  color: rgb(0, 0, 0, 0.8);
}

@media screen and (max-width: 800px) {
  :root {
    --progress-bar-width: 150px;
    --progress-bar-height: 150px;
    --font-size: 1.3rem;
  }
}

@media screen and (max-width: 500px) {
  :root {
    --progress-bar-width: 120px;
    --progress-bar-height: 120px;
    --font-size: 1rem;
  }
}
 .grid-container {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
            padding: 20px;
        }

        .grid-item {
            background-color: #f3f7f6;
            padding: 20px;
            border-radius: 10px;
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
            text-align: left;
            display: flex;
            align-items: center;
        }

        .grid-item .icon-container {

            background-color: #00796b;
            clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 15px;
        }

        .grid-item .icon-container img {
            width: 80px;
            height: 80px;
        }

        .grid-item h3 {
            font-size: 20px;
            margin-top: 0;
        }

        .grid-item p {
            font-size: 14px;
            margin: 0;
            line-height: 1.6;
        }

        .grid-item .icon-container:nth-child(1) {
            background-color: #004169;
        }

        .grid-item .icon-container:nth-child(2) {
            background-color: #008181;
        }

        .grid-item .icon-container:nth-child(3) {
            background-color: #0e9e52;
        }

        .grid-item .icon-container:nth-child(4) {
            background-color: #046981;
        }

        .grid-item .icon-container:nth-child(5) {
            background-color: #0e96a1;
        }

        .grid-item .icon-container:nth-child(6) {
            background-color: #66c1bf;
        }

.container3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    max-width: 1200px;
    gap: 10px;
    margin: 0px 90px;
}

.item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #5BBEAA;
    border-radius: 50px;
    padding: 10px;
    width: 120px;
    height: 120px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
/* Zoom Hover Effect */
.item:hover {
    transform: scale(1.1); /* Zoom effect */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Optional shadow for emphasis */
}
.item .icon {
    font-size: 24px;
}

.above {
    order: -1;
    margin-bottom: 10px;
        color: #fff;
}

.below {
    margin-top: 10px;
        color: #fff;
}

.dotted-line {
    width: 30px;
    border-top: 3px dotted #5BBEAA;
    height: 0;
}

@media (max-width: 768px) {
    .container {
        flex-direction: column;
        align-items: flex-start;
    }

    .item {
        width: 100%;
        margin: 5px 0;
    }

    .dotted-line {
        width: 100%;
        margin: 10px 0;
    }
    .grid-container {
      grid-template-columns: repeat(1, 1fr);
  }
}

.bgessbnr img{
  transition: transform 0.3s ease, background-color 0.3s ease; /* Smooth transitions */

}

.bgessbnr img:hover {
  transform: scale(1.1); /* Enlarge icon on hover */
}
/* Section Styles */
.survey-section {
    text-align: center;
    padding-bottom: 30px;
}

.survey-section h2{
    margin-bottom:15px;
    font-size: 3.5rem;
    font-weight: bold;
    color: #000000;
}

/* Features Grid */
.features-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin: 0 auto;
    max-width: 1200px;
    justify-content: center;
}

/* Feature Box */
.feature {
    background-color: white;
    color: black;
    /* border-radius: 10px; */
    padding: 10px;
    /* box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); */
    text-align: center;
    position: relative;
}

.feature2 {
    background-color: white;
    color: black;
    border-radius: 10px;
    border: 2px solid #097D79;
    padding: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.2s ease-in-out;
}

.feature2:hover {
    transform: translateY(-10px);
}
/* Icon Styles */
.icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    background-color: #ddd;
    color: white;
    font-size: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.icon:hover {
    transform: translateY(-10px);
}
/* Feature Heading */
.feature h3 {
  font-size: 1.6rem;
    color: #1f2937;
    margin-bottom: 15px;
    font-weight: bold;
    padding: 0px 10px;
}

/* Feature Description */
.feature p {
  padding: 0px 10px;
    font-size: 1.3rem;
    color: #6b7280;
    line-height: 2;
    text-align: left;
}

.feature p:nth-of-type(1)::before {
  content: '';
    position: absolute;
    top: 120px;
    left: 6px;
    width: 3px;
    height: 38%;
    background-color: #ec5531;
}

.feature:nth-child(2) p:nth-of-type(1)::before {
  background-color: #017fdd; 
}
.feature:nth-child(3) p:nth-of-type(1)::before {
  background-color: #00ca7b; 
}
.feature:nth-child(4) p:nth-of-type(1)::before {
  background-color: #713aa1;
}
.feature:nth-child(5) p:nth-of-type(1)::before {
  background-color: #bde038; 
}
.feature:nth-child(6) p:nth-of-type(1)::before {
  background-color: #19918e;
}
.feature:nth-child(7) p:nth-of-type(1)::before {
  background-color: #004aad; 
}


.feature p:nth-of-type(1)::after {
  content: '';
    position: absolute;
    top: 110px;
    left: 3px;
    width: 10px;
    height: 10px;
    background-color: #ec5531;
    border-radius: 50%;
}
.feature:nth-child(2) p:nth-of-type(1)::after {
  background-color: #017fdd;
}
.feature:nth-child(3) p:nth-of-type(1)::after {
  background-color: #00ca7b; 
}
.feature:nth-child(4) p:nth-of-type(1)::after {
  background-color: #713aa1; 
}
.feature:nth-child(5) p:nth-of-type(1)::after {
  background-color: #bde038;
}
.feature:nth-child(6) p:nth-of-type(1)::after {
  background-color: #19918e; 
}
.feature:nth-child(7) p:nth-of-type(1)::after {
  background-color: #004aad; 
}

.zigzag-container {
  position: relative;
  width: 70%;
  margin: auto;
}

.zigzag-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  background-color: #ccc;
  transform: translateX(-50%);
  z-index: 0;
  border: 2px dashed #ffffff;

}

.row1 {
  display: flex;
  align-items: center;
  margin: 40px 0;
  position: relative;
}

.row1.left {
  justify-content: flex-start;
}

.row1.right {
  justify-content: flex-end;
}

.content {
  max-width: 350px;
  text-align: center;
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.content::before {
  content: '';
  position: absolute;
  top: 50%;
  width: 100px;
  height: 2px;
  background-color: #ccc;
  transform: translateY(-50%);
  z-index: -1;
}

.row1.left .content::before {
  right: -100px; /* Extend line towards the center */
}

.row1.right .content::before {
  left: -100px; /* Extend line towards the center */
}

.content::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  transform: translateY(-50%);
}

.row1.left .content::after {
  right: -110px;
    border-width: 5px 0 5px 10px;
    border-color: transparent transparent transparent #343333;
}

.row1.right .content::after {
  left: -110px;
    border-width: 5px 10px 5px 0;
    border-color: transparent #343333 transparent transparent;
}

.step-number {
  width: 50px;
  height: 50px;
  margin: 0 auto 10px;
  border-radius: 50%;
  background-color: #007bff;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
}

.content h3 {
  margin: 5px 0;
  font-size: 18px;
  color: #333;
}

.content p {
  font-size: 14px;
  color: #666;
  margin: 0;
}

.content:hover .step-number {
  background-color: #0056b3;
}

.content:hover h3 {
  color: #0056b3;
}
/*-----------employeeparent satisfaction css ends here------------*/