.ihSec {
  transition: all 0.8s ease-in-out;
}
.bg-c-white {
  background-color: var(--ih-white);
}

.glass {
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(3px);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}

/* herSection */
.hero-section {
  height: calc(80vh - 60px);
  position: relative;
  max-height: 550px;
}

.h-sub-sec {
  height: inherit;
}

.txtCtr {
  height: fit-content;
  width: fit-content;
  margin: 30px auto;
}

/* insigts */

.insight-mainCtr {
  /* position: relative;
  top: -60px; */
  justify-content: center;
  align-items: center;
  background-color: var(--ih-secondary);
}
.insight-card-ctr {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: space-evenly;
  min-width: 300px;
  width: 340px;
  min-height: 120px;
  padding: 16px;
  padding-bottom: 20px;
}
.insight-card-ctr h6 {
  font-size: 1.2rem;
  color: var(--ih-white);
  margin-bottom: 3px;
}
.insight-card-ctr .i-img-ctr {
  width: 90px;
  margin-bottom: 10px;
  filter: invert(1);
}

.insight-card-ctr .i-txtCtr p {
  color: var(--ih-white);
  font-size: 0.75rem;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
}
.insight-card-ctr .i-txtCtr .rmbtnCtr {
  display: flex;
  justify-content: flex-end;
}
.insight-card-ctr .i-txtCtr .rm-btn {
  border-radius: 4px;
  cursor: pointer;
  padding: 1px 5px;
  border: 0.5px solid var(--ih-white);
  font-size: 0.6rem;
  width: fit-content;
}
.insight-card-ctr .i-txtCtr .rm-btn a {
  text-decoration: none;
  color: var(--ih-white);
}

.insight-card-ctr .i-txtCtr .rm-btn:hover {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  border: 0.5px solid var(--ih-icon2);
  background-color: var(--ih-icon2);
}
.insight-card-ctr .i-txtCtr .rm-btn:hover a {
  color: var(--ih-white);
}

.btn-white {
  width: fit-content;
  font-size: 0.75rem;
  border: none;
  padding: 6px 12px;
  border-radius: 4px;
  background-color: var(--ih-white);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
}
.btn-white a {
  text-decoration: none;
  color: var(--ih-black);
}

/* work flow */

.operationalSection {
  margin: 20px 0px;
  position: relative;
  background-image: url(../assets/images/background/city.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
.operationalSection::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

@media only screen and (max-width: 1024px) {
  .operationalSection {
    margin: 20px 0px;
    position: relative;
    background-image: url(../assets/images/background/city.jpg);
    background-size: cover;
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
  }
}

.workingProcessSec {
  width: 100%;
  margin-top: 0px;
  padding-bottom: 20px;
  position: relative;
  z-index: 1;
}
.workingProcessSec .headingSec {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.workingProcessSec .headingSec h4 {
  margin: 0px;
  font-size: 1.5rem;
  color: var(--ih-white);
  padding: 0px 5px;
  white-space: nowrap;
}
.workingProcessSec .headingSec p {
  margin: 0px;
  font-size: 0.8rem;
  color: var(--ih-secondary);
}

.workingProcessSec .headingSec::before {
  content: "";
  display: block;
  width: 100%;
  border-bottom: 0.5px solid #fff;
}

.workingProcessSec .headingSec::after {
  content: "";
  display: block;
  width: 100%;
  border-bottom: 0.5px solid #fff;
}

.wf-mainCtr {
  gap: 30px;
}
.wf-card {
  padding: 14px;
  text-align: center;
}

.wf-card .wf-imgCtr {
  margin: 10px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30%;
  padding: 16px;
  width: 100px;
  height: 100px;
  background-color: var(--ih-secondary);
}
.wf-card .wf-imgCtr img {
  padding: 5px;
  width: 100%;
  height: auto;
  filter: invert(1);
}

.wf-card h5 {
  font-size: 1rem;
  color: var(--ih-white);
  font-family: "myfont-regular", sans-serif;
  z-index: 1;
}

/* vision */
.yellowLBorder {
  border-left: 5px solid var(--light-yellow);
  padding-left: 10px;
}
.vision-sec {
  padding: 35px;
  min-width: 300px;
  gap: 20px;
  background-color: var(--ih-white);
}
.vision-sec .vsec1 {
  padding-bottom: 0px;
}
.vision-sec .vsec1 h5 span {
  font-size: 1.5rem;
  color: var(--ih-orange);
}
.vision-sec .vsec1 h6 {
  font-size: 0.875rem;
  color: var(--ih-gray);
  line-height: 1.5rem;
  font-family: "myfont-light", sans-serif;
}

.vision-sec .vsec2 {
  min-width: 250px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.vision-sec .vsec2 .vsecsub2 {
  min-width: 200px;
  flex: 1;
  gap: 20px;
}
.vision-sec .vsec2 p {
  margin: 0;
  font-size: 0.875rem;
  color: var(--ih-gray);
  font-family: "myfont-light", sans-serif;
}
.vision-sec .vsec2 .v-txtCtr {
  margin-left: 16px;
}

.v-imgctr {
  width: 100px;
  object-fit: contain;
}

@media only screen and (max-width: 550px) {
  .vision-sec {
    padding: 12px;
  }
  .vision-sec .vsec2 {
    padding: 0px;
  }
}
@media only screen and (max-width: 400px) {
  .vision-sec {
    padding: 12px;
  }
  .vision-sec .vsec2 {
    padding: 0px;
    margin: 20px;
  }
  .vision-sec .vsec2 .vsecsub2 {
    flex-wrap: wrap;
  }

  .v-imgctr {
    width: 80px;
    padding: 20px;
  }

  .headingSec h4 {
    margin: 0px;
    font-size: 1rem;
  }

  .wf-card {
    justify-content: space-between;
    min-width: 120px;
  }
  .wf-card .wf-imgCtr {
    padding: 12px;
    width: 70px;
    height: 70px;
  }
  .wf-card h5 {
    font-size: 0.75rem;
  }
}

/* operational  */
.operataionalApproach {
  padding: 30px;
}

/* services */
.servicesSec {
  position: relative;
  padding-bottom: 40px;
}
.servicesSec a h4 {
  color: var(--ih-primary);
}
.servicesSec a p {
  color: var(--ih-secondary);
}
.servicesSec a {
  text-decoration: none;
}

.bgliiustration {
  position: relative;
}

.bgliiustration::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 130%;
  background-image: var(--bgimage);
  background-size: var(--backgroundsize);
  background-repeat: no-repeat;
  background-position: var(--bgposition);
  filter: var(--bgIconColor);
}
.bgliiustration::after {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0%;
  width: 100%;
  height: 130%;
  background-image: var(--bgimage);
  background-size: var(--backgroundsize);
  background-repeat: no-repeat;
  background-position: var(--bgafterposition);
  filter: var(--bgIconColor);
}

.service-card {
  border-radius: 4px;
  position: relative;
  cursor: pointer;
  margin: 12px;
  width: 300px;
  min-height: 200px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: var(--ih-white);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  transition: all 0.4s ease-in-out;
}

.service-card .img-bg {
  height: 80px;
  width: 80px;
  z-index: 1;
  padding: 10px;
  border-radius: 50%;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s linear;
}
.service-card .serviceImg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: invert(14%) sepia(28%) saturate(7400%) hue-rotate(232deg)
    brightness(70%) contrast(134%);
}

.service-card h6 {
  text-decoration: none;
  color: var(--ih-primary);
  z-index: 1;
}
.service-card p {
  z-index: 1;
}

.service-card::before {
  content: "";
  position: absolute;
  top: 40px;
  width: 0%;
  height: 0%;
  border-radius: 100%;
  background-color: var(--ih-primary);
  z-index: 0;
}

.service-card:hover::before {
  transition: width 0.4s ease-out, height 0.4s ease-out, top 0.4s ease-out,
    border-radius 0.55s ease-in-out;
  top: 0px;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  border-radius: 4px;
}

a .service-card:hover {
  transform: translateY(-5px);
  scale: 1.04;
}

a .service-card:hover .img-bg {
  background-color: #fff;
}

a .service-card:hover .serviceImg {
  filter: invert(1);
  filter: invert(9%) sepia(59%) saturate(4774%) hue-rotate(238deg)
    brightness(84%) contrast(121%);
  transform: none;
  z-index: 1;
}
a .service-card:hover h6 {
  color: var(--ih-white);
}
a .service-card:hover p {
  color: cyan;
}

/* products */
.ourProductSec {
  background-color: var(--ih-lightblue);
  padding: 30px 0px;
  padding-bottom: 40px;
}

.ourProductMainCtr {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
  margin-top: 30px;
}

.o-p-ctr {
  flex: 1;
  min-width: 300px;
  max-width: 340px;
  border-radius: 8px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  padding: 10px;
  background-color: #fff;
}
.TopImgSec {
  border-radius: 8px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  overflow: hidden;
}
.TopImgSec img {
  height: 180px;
}
.wCardCtr {
  background-color: var(--ih-white);
  border: 1px solid var(--cardColor);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  position: absolute;
  top: -25%;
  left: 5%;
  padding: 12px;
  width: 100px;
  height: 100px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pl_i_ctr {
  width: 100px;
}
.BottomSec {
  position: relative;
  padding: 20px;
  padding-bottom: 10px;
  display: flex;
  flex-direction: column;
  flex: 1;
  background-color: var(--ih-white);
  border-radius: 8px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.pbtnctr {
  margin-top: 0px;
  display: flex;
  justify-content: flex-end;
}

.pbtn {
  border: 1px solid var(--ih-primary);
  background-color: var(--ih-white);
  color: var(--ih-primary);
  font-size: 0.625rem;
  width: fit-content;
  padding: 4px 6px;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
}
.pbtn:hover {
  border: 1px solid var(--ih-icon2);
  background-color: var(--ih-icon2);
  color: var(--ih-white);
}
.BottomSec .b-c-sec2 {
  flex: 1;
}
.b-c-sec2 h4 {
  color: var(--ih-primary);
  text-align: right;
  font-weight: 400;
}
.b-c-sec2 h6 {
  text-align: right;
  color: var(--ih-primary);
  font-family: "myfont-light", sans-serif;
}

.b-c-sec2 p {
  color: var(--ih-gray);
  font-size: 0.625rem;
  font-family: "myfont-light", sans-serif;
  /* text-align: justify; */
}

@media only screen and (max-width: 400px) {
  .wCardCtr {
    top: -25%;
  }
}

/* what we do */

.wwdheading {
  width: fit-content;
  margin: 0px auto;
  border-bottom: 2px solid var(--ih-yellow);
  margin-bottom: 30px;
}
.wwd-main-ctr {
  max-width: 1200px;
  margin: 0px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.wwd-content-ctr {
  cursor: pointer;
  max-width: 300px;
  min-width: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  gap: 10px;
}
.wwd-content-ctr .wc-imgctr {
  border: 2px solid var(--icon-color);
  border-radius: 50%;
  padding: 14px;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wwd-content-ctr .wc-imgctr img {
  width: 100%;
  height: auto;
  filter: var(--invertColor);
}

.wwd-content-ctr .wc-txtCtr {
  text-align: center;
}
.wwd-content-ctr .wc-txtCtr h6 {
  color: var(--ih-black);
}
.wwd-content-ctr .wc-txtCtr p {
  font-size: 0.8rem;
  color: var(--ih-gray);
  font-family: "myfont-light", sans-serif;
}

.wwd-content-ctr:hover .wc-imgctr {
  background-color: var(--icon-color);
}
.wwd-content-ctr:hover .wc-imgctr img {
  filter: invert(1);
}

/* our work */
.ourWork {
  padding: 30px 0px;
  background-color: var(--ih-lightblue);
}

/* our client */
.clientLogoCtr {
  padding: 30px;
  display: flex;
  gap: 80px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.markeeImgCtr {
  width: 100px;
}
