.clientsection,
.heading {
    display: flex;
    justify-content: center;
    width: 100%;
    Height: 71.71px;
    align-items: center;
    font-size: var(--font-size-25xl);
    font-family: var(--font-inter);
    font-weight: 600;
    padding: 30px;
}

.top-performer {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.images1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 60px;
}

.para {
    font-size: var(--font-size-3xl);
    line-height: 32px;
    font-weight: 600;
    color: var(--color-mediumturquoise);
    text-align: center;
    width: 802px;
}

.im {
    Width: 180px;
    Height: 170px;
}

.top-performer {
    margin-top: 40px;
}

.cards-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.card {
    position: relative;
    justify-content: space-evenly;
    display: flex;
    padding: 40px;
    ;
    border-radius: 10px;
    background-color: var(--color-white);
    border: 1px solid skyblue;
    padding: var(--padding-31xl) var(--padding-11xl) var(--padding-11xl);
    gap: var(--gap-3xs);
    font-family: var(--font-Inter);
    width: 529px;
    height: 200px;
    margin: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-details {
    padding: 20px;
}

.starimage {
    height: 1rem;
}

h3 {
    height: 20%;
}

.comastart {
    position: absolute;
    top: 31px;
    width: 70px;
    height: 70px;
    left: 216px;
}

.comaend {
    position: absolute;
    bottom: 20px;
    right: 40px;
    width: 70px;
    height: 70px;
}

.sechead {
    font-size: 1.6rem;
    line-height: 32px;
    font-weight: 600;
    color: var(--color-teal);
}

.button {
    border: 1px solid var(--color-mediumturquoise);
    font-size: 1rem;
    border-radius: 10px;
    margin: 40px;
    background-color: var(--color-mediumturquoise);
    color: white;
    padding: 10px 40px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.buttons {
    display: flex;
    gap: 30px;
}

.secfooter {
    border-radius: var(--br-xl);
    background-color: var(--color-white);
    box-shadow: transparent 2px 2px 15px;
    border: 1px solid var(--color-mediumturquoise);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 18px 25px;
    margin: 30px;
    font-size: 2rem;
    width: 62vw;
    gap: 4px;
}

.footer{
    font-family: inter;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
    padding: 20px 0px;
    z-index: 100;
    margin-top: 3rem;
}

.f1 {
    width: 25vw;
    display: flex;
    flex-direction: column;


}

.f2 {
    width: 10vw;
    display: flex;
    flex-direction: column;


}

.f3 {
    width: 14vw;
    display: flex;
    flex-direction: column;
}

.f4 {
    width: 20vw;
    display: flex;
    flex-direction: column;

}

@media screen and (min-width:780px) {
    .footer {
        flex-direction: row;
        flex-wrap: wrap;
    }
}

.secfooter-container {
    display: flex;
    justify-content: center;
}

h4 {
    font-weight: normal;
}

.ttextcontainer,
.text-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.text-container img {
    width: 55px;
    height: 55px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.ttextcontainer * {
    margin-right: 40px;
    padding: 0;
    margin: 0;
}

.footer * {
    padding: 0;
    margin: 0;
}

.header {
    display: flex;
    padding: 11px;
    margin: 25px;
    justify-content: space-between;

}

.headimg {
    margin-left: 50px;
}

.banner {
    margin-top: 23px;
    background-image: url("./public/banna.png");
    height: 845px;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;

}

.banner img {
    height: auto;
    width: 335px;
    padding: 20px;
}

@media screen and (min-width:780px) {
    .banner {
        flex-direction: row;
        align-items: center;
        justify-content: space-evenly;
    }

    .banner img {

        height: auto;
        width: 570px;
        padding: 0;
    }
}

.cardd {
    /* width: 300px; */
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 300px;
}

.cardd label {
    display: block;
    margin-bottom: 5px;
}

.cardd input,
.cardd textarea {
    padding: 10px;
    margin-bottom: 15px;
    /* box-sizing: border-box; */
}

.cardd button {
    border-radius: var(--br-5xs);
    background-color: var(--color-mediumturquoise);
    border: 1px solid var(--color-mediumturquoise);
    box-sizing: border-box;
    width: 150px;
    flex-direction: row;
    justify-content: center;
    padding: 10px;
    font-size: var(--font-size-xl);
    color: var(--color-white);
}

.cardd h1 {
    background: linear-gradient(92.43deg, rgb(75, 208, 196), rgb(209, 240, 63)) text;
    color: transparent;
}

.buttoclass {
    display: flex;
    justify-content: center;
}

.cardd input,
textarea {
    border: solid 1px var(--color-mediumturquoise);
    border-radius: 4px;
}

.navbar * {
    padding: 2px;

}
.line {
    color: var(--color-mediumturquoise);
}



* {
    margin: 0px;
    padding: 0px;
}

.main {
    width: 100%;
    height: fit-content;
    overflow-x: hidden;
    font-family: 'Inter';
}

.navbarContent {
    width: 100%;
    height: fit-content;
}

.navLink {
    height: fit-content;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0px 10px;
}

#logo {
    height: 100px;
}

.navigate {
    width: fit-content;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0px 20px;
}

.contactUs,
.email {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0px 10px;
}

.navigateLogo {
    height: 40px;
}

#emailText,
#contactText {
    font-family: Inter;
    font-size: 0.8rem;
    display: flex;
    flex-direction: column;
}
.nav{
    width: 850px;
    display: flex;
    gap: 5px;
    border-radius: 10px;
    border: 1px solid rgb(0, 255, 0);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.269);
    padding: 7px 0px;
    justify-content: center;
    align-items: center;
    position: absolute;
    font-size: 1.1rem;
    top: 96px;
    left: 0px;
    right: 0px;
    z-index: 100;
    margin: auto;
    background-color: white;
}
.nav a{
    padding: 12px 10px;
}
.nav a:hover{
    background-color: rgb(217, 255, 0);
    border-radius: 10px;
}
.vl {
    z-index: 102;
    border-left: 2.5px solid rgb(0, 208, 166);
    border-radius: 8px;
    height: 20px;
  }

.aboutUs {
    width: 100%;
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 0px;
    overflow: hidden;
}

.aboutBGImg {
    background: linear-gradient(0deg, #fff, rgba(255, 255, 255, 0)), linear-gradient(101.86deg, #4bd0c4, rgba(250, 255, 0, 0.2));
    position: relative;
    width: 100%;
    height: auto;
}

.innerAboutContent {
    position: absolute;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* padding: 0px 0px 30px 0px; */
}



.aboutHeader {
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 2px 2px 10px transparent;
    border: 2px solid #4bd0c4;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 5px 20px;
    font-size: 1.9rem;
    color: #0c7489;
    position: relative;
    top: 20px;
    z-index: 10;
    font-weight: bold;
}

.footer {
    font-family: Inter;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
    padding: 20px 0px;
    z-index: 100;
    margin-top: 3rem;
}
#companyfooterLogo,
#companyfooterLogo2 {
    width: 200px;
}

.footerBox {
    max-width: 23%;
    /* min-width: 200px; */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 3px 0px;
}

.footerBox h2 {
    margin-bottom: 15px;
}

a {
    word-break: break-word;
    text-decoration: none;
    color: black;
}

.footDetails {
    margin-top: -44px;
    text-align: justify;
    display: flex;
    justify-items: center;
    align-items: center;
    gap: 10px 0px;
}

.getInTouch {
    gap: 9px 0px;
}

/* ---------- */
.achievement {
    width: 100%;
}



/* ---------------------------mobile view------------------*/
@media screen and (max-width: 850px) {
    .footerBox{
        padding-left: 7px;
        min-width: 28%;
    } 
    .footer{
        gap: 10px;
    }
    #aboutBGImg{
        height: fit-content;
        width: fit-content;
    }
    .aboutContent{
        font-size: 1.1rem;
        padding: 40px 20px;
    }
    .aboutHeader{
        font-size: 1.4rem;
    }
  }
@media screen and (max-width: 1200px) and (min-width:850px){
    .aboutBGImg{
        height: fit-content;
    }
    .aboutContent{
        font-size: 1.3rem;
        padding: 60px 25px;
    }
  }
  .slider{
    width: 35px;
    height: 35px;
    position: relative;
    top: 4px;
    right: 30px;
    display:none;
}

@media screen and (max-width: 900px){
    .nav, .contactUs, .email{
        display: none;
    }
    .slider{
        display: block;
    }

    .nav a{
        padding: 30px;
    }
    .vl {
        border-left: 0px solid white;
        z-index: 102;
        border-radius: 8px;
        height: 20px;
    }
  }

  
#performersHeader{
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    justify-content:center ;
    text-align: center;
    width: 100%;
    color: rgb(14, 196, 159);
    margin: 50px 0px;
}
.performersBox{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 50px 30px;
    padding: 2rem 0px;
}
.feedbackBox{
    width: 40%;
    min-width: 360px;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgb(0, 179, 110);
    border-radius: 10px;
    gap: 0px 20px;
    padding: 0px 5px;
}
#feedImg{
    width: 120px;
}
.feedName{
    display: flex;
    flex-direction: row;
    gap: 0px 15px;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
}
#name{
    font-size: 1.3rem;
    background: linear-gradient(to right, #02d460, 
                    #d2ff08); 
            -webkit-text-fill-color: transparent; 
            -webkit-background-clip: text;
    font-weight: bold;
}
.star img{
    width: 20px;
}
#frame1Img,#frame2Img{
    height: 4rem;
}
#frame2{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    top: -10px;
}
#frame2Img{
    transform: scaleX(-1);
}

@media screen and (max-width: 767px) {
    .buttons {
        gap: 10px;  /* Adjust gap for smaller mobile view */
        flex-direction: column;
    }
    .button {
       margin: 2px;
       color: white;
font-size: 10px;
font-family: Inter;
font-weight: 500;
word-wrap: break-word
    }
    .head{
        color: black;
        font-size: 18px;
        font-family: Inter;
        font-weight: 600;
         line-height: 24px;
        word-wrap: break-word
    }
    .sechead{
        font-size: 10px;
        font-family: Inter;
        font-weight: 500;
        word-wrap: break-word
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .secfooter {
        padding: 20px 30px;  /* Adjust padding for tablet view */
        gap: 15px;  /* Adjust gap for tablet view */
        margin: 20px;  /* Reduce margin for tablet view */
        width: 90vw;  /* Adjust width for tablet view */
    }
}


/* Default styles for larger screens */
.ouroperation {
    text-align: center;
}

.operation {
    max-width: 100%; /* Ensure the image doesn't exceed its container */
}

/* Media query for mobile screens */
@media screen and (max-width: 767px) {
    .ouroperation {
        text-align: center;
    }

    /* You can use a different image for mobile view */
    .operation {
        content: url('./public/our\ operational\ strategy.png');
    }
    .clientsection {
        padding-left: 0px; /* Add padding for better spacing on smaller screens */
        font-size: 1.5rem;
    }
}
.achivementBox {
    padding: 50px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 30px 103px;
}

.rectangle-div {
    border-radius: 10px;
    position: relative; /* Make the positioning of children relative to this */
    background-color: #fff;
    border: 3px solid rgba(146, 227, 169, 0.6);
    width: 273px;
    height: 160px;
}

.desktop-26-child1 {
    border-radius: 10px;
    position: absolute;
    left: -20%;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(#4bd0c4, #4bd0c4), #fff;
    width: 102px;
    height: 102px;
}
.div{
    position: absolute;
    top: 46%;
    left: 50%;
    transform: translate(-30%, -50%);
    font-size: 250%;
    font-weight: 600;
}

.total-live-hours1{
    position: absolute;
    top: 69%;
    left: 46%;
    transform: translate(-30%, -50%);
    font-size: 16px;
    font-family: Poppins;
}

.vector-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 52.13px;
    height: 45.02px;
    object-fit: cover;
}

#odd{
    
    background: linear-gradient( rgba(146, 227, 169, 0.6), rgba(146, 227, 169, 0.6) ), radial-gradient( 50% 50%at 50% 50%, rgba(250, 255, 0, 0), rgba(250, 255, 0, 0.6) ), #fff;
}

.counter::after {
    content: "+";
    margin-left: 5px; /* Adjust the spacing between the number and the plus sign */
}
/* Additional styles for animation */
@keyframes countUp {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@media screen and (max-width: 850px){
    .footDetails.footerBox {
      min-width: 86%;
    }
    #companyfooterLogo,
    #companyfooterLogo2{
          width: 240px;
    }
    #companyfooterLogo{
      position: relative;
      left: -6%;
    }
  }
  #companyfooterLogo{
      position: relative;
      left: -6%;
      width: 244px;
  }

   /* Add styles for the close icon */
.closeIcon {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;
    display: none;
}

/* Adjust the styles for the open navigation bar */
.nav.show {
    margin-right: 0;
    width: 50%; /* Set the width to cover the entire width of the screen */
    height: 100vh; /* Set the height to cover the entire height of the screen */
    position: fixed;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.nav.show a {
    padding: 20px;
    font-size: 1.5rem;
    /* Add other styles as needed */
}

/* Add media query for smaller screens */
@media screen and (max-width: 723px) {
    .nav {
        display: none;
    }

    /* Show the close icon and hide the slider icon on smaller screens when the navigation is open */
    .nav.show .closeIcon {
        display: block;
    }

    .sliderIcon {
        display: block;
    }
    .vl {
        z-index: 102;
        border-left: 0px;
        border-radius: 8px;
        height: 20px;
    }
    .nav a{
        padding: 25px;
    }
    .achivementBox{
        margin-left: 38px;
    }
    #logo{
        margin-left: -38px;
    }
    .socialIcons {
    margin-top: -4rem;
    margin-left: -17rem;
    width: 220%;
}
}

.button-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.green-button {
  display: block;
  width: 250px;
  padding: 15px;
  text-align: center;
  text-decoration: none;
  color:  #0c7489;;
  background-color: linear-gradient( rgba(146, 227, 169, 0.6), rgba(146, 227, 169, 0.6) ), radial-gradient( 50% 50%at 50% 50%, rgba(250, 255, 0, 0), rgba(250, 255, 0, 0.6) ), #fff;
  border: 2px solid rgb(95, 189, 95);
  border-radius: 5px;
  margin-bottom: 10px;
}

/* Add responsive styles for smaller screens */
@media screen and (max-width: 600px) {
  .green-button {
    font-size: 14px;
  }
}

