body {
  margin: 0;
  padding: 0;
}

.main_section {
  padding: 0 50px;
}

.wi {
  width: 28%;
}

video {
  display: block;
  /* Removes extra space below inline elements */
  max-width: 100%;
  /* Ensures video doesn't overflow container */
  height: auto;
  /* Maintains aspect ratio */
  margin: 0;
  /* Removes default margins */
  padding: 0;
  /* Removes default padding */
  border: none;
  /* Removes any borders */
  object-fit: cover;
  /* Optional: Fills container while keeping aspect ratio */
}

.header {
  top: 0;
  display: block;
  width: 100%;
  position: sticky;
  z-index: 99;
  padding: 15px 50px;
}

.header {
  background-color: rgba(255, 255, 255, 0.7);
  /* 50% opacity */
  transition: 0.3s all ease-in-out;
}

.header:hover {
  background-color: #F4F4F4;
}

h1,
h2 {
  /* font-family: "DM Sans", sans-serif; */
  font-family: "Lexend", sans-serif;
  font-size: 45px;
}

h3,
h4,
h5,
a {
  /* font-family: poppins; */
  font-weight: 300;
  font-size: 16px;
  color: #0f0f0f;
  line-height: 25px;
  letter-spacing: 0.5px;
  font-family: "Lexend", sans-serif;

}

p {
  font-size: 16px;
  color: #000000c7;
  font-family: "Lexend", sans-serif;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: 0.5px;


}

a {
  text-decoration: none;
}

ul {
  list-style-type: none;
  font-family: "Lexend", sans-serif;

}


.footer-main img {
  width: 100%;
}

.footer {
  /* background: #ffffffeb; */
  padding: 15px 0px 25px;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 100px;
  padding: 50px 0px 0 0px;
}

.inner-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 0px 0px 0 0px;
}

.footer-tagline img {
  width: 200px;
}

.footer-tagline p {
  font-weight: 300;
  margin: 0;
}

.footer-tagline {
  display: flex;
  /*flex-direction: column;*/
  gap: 15px;
  justify-content: center;
  padding-top: 0px;
}

.footer-tagline img {
  width: 200px;
}

.footer-data img {
  width: max-content;
}

.footer {
  color: #000;

}

.footer-data .footer_logo {
  width: 200px;
}

.footer h3 {
  font-size: 22px;
  font-family: poppins;
  color: #0f0f0f;
  font-weight: 500;
  margin-bottom: 15px;
}

.footer-data ul {
  padding-left: 0px;
}

.footer-data {}

.footer-data a {
  color: #0f0f0f;
  text-decoration: none;
  line-height: 40px;
  font-weight: 300;

}

.copy img {
  width: 100%;
  height: auto;
}

.arow-cop {
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
}

.copy h3 {
  font-size: 20px;
  font-family: 'Poppins';
  font-weight: 500;
  color: #000;
}

.form-control {
  display: block;
  width: 100%;
  padding: 1rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border: none;
  border-bottom: 1px solid #979797;
  border-radius: 0px;
  box-shadow: none;
}

.newsl {
  display: flex;
  padding-left: 40px;
}

.copy span {
  display: flex;
  align-items: center;
  gap: 10px;
}

.newsl button {
  border: 1px solid #979797;
  border-radius: 50%;
  padding: 0px 22px;
  background-color: #fff;
  color: #979797;
}


.breadcum {
  width: max-content;
  display: flex;
  gap: 25px;
  justify-content: center;
  /*background: #eeeeee0f;*/
  padding: 10px 0px;
  align-items: baseline;
  margin-top: 20px;
}

.breadcum span {
  color: #D6B36A;
  font-family: "Lexend", sans-serif;
}

.breadcum a {
  color: #0f0f0f;
  font-family: "Lexend", sans-serif;
}

.footer-data li:hover a {
  color: #ea4636;
  text-decoration: none;
}

.vis-box h3 {
  font-size: 25px;
}

.footer-social {
  display: flex;
  gap: 50px;
  margin: auto;
  align-items: baseline;
  justify-content: center;
}

.footer-social-new {
  display: flex;
  gap: 25px;
  margin: auto;
  align-items: anchor-center;
  justify-content: center;
  padding: 20px 0 30px;
  border-bottom: 1px solid #d7d7d7;
}

.footer-social h3 {
  font-family: "Lexend", sans-serif;
}

.social-m {
  display: flex;
  gap: 15px;
}

.social-m a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin: 0 5px;
  border-radius: 50%;
  /* background-color: #f0f0f0;  */
  color: #333;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 18px;
  border: 1px solid lightgray;
}

.text-animation {
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.text-wrapper {
  position: relative;
}

.sub-menu ul {
  padding-left: 0;
}

main {
  position: relative;
  width: 100%;
  top: -133px;
}

.item {
  width: 150px;
  height: 200px;
  list-style-type: none;
  position: absolute;
  top: 80%;
  transform: translateY(-50%);
  z-index: 1;
  background-position: center;
  background-size: cover;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  transition: transform 0.1s, left 0.75s, top 0.75s, width 0.75s, height 0.75s;

  &:nth-child(1),
  &:nth-child(2) {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: none;
    border-radius: 0;
    box-shadow: none;
    opacity: 1;
  }

  &:nth-child(3) {
    left: calc(50% + 250px);
  }

  &:nth-child(4) {
    left: calc(50% + 450px);
  }

  &:nth-child(5) {
    left: calc(50% + 660px);
  }

  &:nth-child(6) {
    left: calc(50% + 660px);
    opacity: 0;
  }
}

.content {
  /* width: min(30vw, 400px); */
  position: absolute;
  top: 50%;
  left: 3rem;
  transform: translateY(-50%);
  /* font: 400 0.85rem helvetica, sans-serif; */
  color: white;
  text-shadow: 0 3px 8px rgba(0, 0, 0, 0.5);
  opacity: 0;
  display: none;

  & .title {
    /* font-family: "DM Sans", sans-serif; */
    text-transform: uppercase;
    font-size: 52px;
  }

  & .description {
    line-height: 1.7;
    margin: 1rem 0 1.5rem;
    font-size: 18px;
    color: #fff;
  }

  & button {
    width: fit-content;
    background-color: rgb(0, 0, 0);
    color: white;
    border: 1px solid#000;
    padding: 10px 20px;
    cursor: pointer;
    font-family: poppins;
  }
}

.item:nth-of-type(2) .content {
  display: block;
  animation: show 0.75s ease-in-out 0.3s forwards;
}

@keyframes show {
  0% {
    filter: blur(5px);
    transform: translateY(calc(-50% + 75px));
  }

  100% {
    opacity: 1;
    filter: blur(0);
  }
}

.nav {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  user-select: none;

  & .btn {
    background-color: rgba(255, 255, 255, 0.5);
    color: rgba(0, 0, 0, 0.7);
    border: 2px solid rgba(0, 0, 0, 0.6);
    margin: 0 0.25rem;
    padding: 0.75rem;
    border-radius: 50%;
    cursor: pointer;

    &:hover {
      background-color: rgba(255, 255, 255, 0.3);
    }
  }
}

@media (width > 650px) and (width < 900px) {
  .content {
    & .title {
      font-size: 1rem;
    }

    & .description {
      font-size: 0.7rem;
    }

    & button {
      font-size: 0.7rem;
    }
  }

  .item {
    width: 160px;
    height: 270px;

    &:nth-child(3) {
      left: 50%;
    }

    &:nth-child(4) {
      left: calc(50% + 170px);
    }

    &:nth-child(5) {
      left: calc(50% + 340px);
    }

    &:nth-child(6) {
      left: calc(50% + 510px);
      opacity: 0;
    }
  }
}

@media (width < 650px) {
  .content {
    & .title {
      font-size: 0.9rem;
    }

    & .description {
      font-size: 0.65rem;
    }

    & button {
      font-size: 0.7rem;
    }
  }

  .item {
    width: 130px;
    height: 220px;

    &:nth-child(3) {
      left: 50%;
    }

    &:nth-child(4) {
      left: calc(50% + 140px);
    }

    &:nth-child(5) {
      left: calc(50% + 280px);
    }

    &:nth-child(6) {
      left: calc(50% + 420px);
      opacity: 0;
    }
  }
}


.about-home-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0px;
  align-items: center;
  padding-bottom: 100px;
  /* padding-top:50px; */
}

.text-abt h2 {
  font-size: 52px;
  padding-bottom: 30px;
}
.env-text h3{
  font-size: 25px;
  color: #fff;
  font-weight: 500;
}
.text-abt-img img {
  width: 100%
}

.about-read-more {
  background-color: #0f0f0f;
  border: 1px solid #0f0f0f;
  color: #ffff;
  font-size: 18px;
  font-family: poppins;
  padding: 8px 20px;
  transition: 0.5s all ease-in-out;
}

.about-read-more:hover {
  background-color: #ffffff;
  border: 1px solid #000;
  color: #000;
}

.fix-height {
  height: auto;
  background: #000;
  padding: 250px 50px;
}

.fix-height h2 {
  color: #fff;
  font-size: 52px;
  padding: 30px 0;
  position: relative;
  top: -225px;

}

.swiper-slide img {
  text-align: center;
  line-height: 200px;
  font-size: 20px;
  color: #333;
  width: 350px;
  /* Default width */
  transition: width 2s ease;
  /* Smooth transition */
  height: 250px;
  object-fit: cover;
  border: 1px solid #f5f5f5;
  padding: 10px;
}

.swiper-slide-active img {
  width: 100%;
  /* Active slide width */
  color: #fff;
  height: 500px;
  object-fit: cover;
  border: 0px solid #f5f5f5;
  padding: 0px;



}

.swiper-button-prev,
.swiper-button-next {
  color: #fff;
  font-size: 20px;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
  gap: 20px;
}

.text-abt h2 {
  font-size: 52px;
  padding-bottom: 30px;
}

.text-abt-img img {
  width: 100%
}


.tile-home-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 100px;
  align-items: start;
  /* padding: 100px 0; */
}

.text-tile h2 {
  font-size: 45px;
  padding-bottom: 30px;
}

.text-tile-img img {
    width: 100%;
    margin: auto;
    display: flex
;}

.export-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 100px;
  align-items: center;
  padding: 100px 0;
}

.text-abt h2 {
  font-size: 45px;
  padding-bottom: 30px;
}

.text-abt-img img {
  width: 100%
}

.area-application {
  background-color: #0f0f0f;
  padding: 100px 50px;
}

.area-application h2 {
  padding: 0px 0 30px;
  color: #fff;
  font-size: 52px;
}

.app-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;

}

/* .app-data{
	    position: relative;
    overflow: hidden;
}
.app-data img{
	width: 100%;
	padding: 10px;
	border: 1px solid #ffffff39;
}

.app-data img:hover {
	/* transform: scale(1.1); */
/* transition: all 1.5s ease-in-out; */

.app-data h3 {
  color: #fff;
  text-align: center;
  padding-top: 15px;
}

.collab-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 20px;
}

.collabration {
  padding: 100px 50px;
  background-color: #0f0f0f;
}

.collabration h2 {
  color: #fff;
  font-size: 52px;
  text-align: center;
  padding-bottom: 50px;
}

.clientpa {
  background-color: #0f0f0f;
  padding: 70px 0 100px;
}

#artist-list,
#artist-list * {
  color: #fff;
  line-height: 24px;
  /* font-size: 13px; */
}

#artist-list {
  display: flex;
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style-type: none;
  height: 100%;
  width: 100%;
  min-height: 60vh;
  min-width: 100%;
  flex-direction: column;
}

@media only screen and (min-width: 1280px) {
  #artist-list {
    flex-direction: row;
  }
}

.appli-grid-new {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  align-items: center;
  /* padding: 20px 0 0px; */
}

.appli-grid-new .appli-box1 img {
  width: 100px;
}

#artist-list li {
  flex: 1;
  display: flex;
  align-items: stretch;
  cursor: pointer;
  transition: all 0.35s ease;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  overflow: hidden;
}

#artist-list li:before {
  content: "";
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(15, 15, 15, 0.75);
  border-right: 1px solid #f5f5f59c;

}

#artist-list li.active {
  flex: 4;
  cursor: default;
}

#artist-list li.active:before {
  background: linear-gradient(180deg, rgba(15, 15, 15, 0) 0%, #111111 100%);
}

#artist-list h2 {
  font-size: 36px;
  line-height: 36px;
  font-weight: 500;
  text-transform: uppercase;
}

.photo img {
  width: 400px;
}

@media only screen and (min-width: 768px) {
  #artist-list h2 {
    font-size: 48px;
    line-height: 48px;
  }
}

@media only screen and (min-width: 1280px) {
  #artist-list h2 {
    font-size: 24px;
    line-height: 64px;
  }
}

#artist-list h3 {
  font-weight: bold;
  white-space: nowrap;
  position: absolute;
  z-index: 30;
  opacity: 1;
  top: 50%;
  left: 50%;
  transition: top 0.35s, opacity 0.15s;
  transform-origin: 0 0;
  font-size: 24px;
  text-transform: uppercase;
  transform: translate(-50%, -50%) rotate(0deg);
  padding-bottom: 3em;
  font-weight: 500;
}

@media only screen and (min-width: 1280px) {
  #artist-list h3 {
    top: 100%;
    left: 50%;
    font-size: 32px;
    transform: translate(-20px, -50%) rotate(-90deg);
  }
}

#artist-list li.active h3 {
  opacity: 0;
  top: 200%;
}

#artist-list .section-content {
  position: relative;
  z-index: 30;
  opacity: 0;
  align-self: flex-end;
  width: 100%;
  transition: all 0.35s 0.1s ease-out;
}

#artist-list li.active .section-content {
  opacity: 1;
}

#artist-list .inner {
  position: absolute;
  display: grid;
  grid-auto-flow: row;
  grid-template-columns: 1fr;
  grid-column-gap: 20px;
  align-items: flex-end;
  left: 0;
  bottom: 0;
  padding: 20px;
  opacity: 0;
  transition: opacity 0.25s ease-out;
}

@media only screen and (min-width: 768px) {
  #artist-list .inner {
    grid-auto-flow: column;
    grid-template-columns: calc(100% - 340px) 300px;
    grid-column-gap: 40px;
    padding: 40px;
  }
}

@media only screen and (min-width: 1280px) {
  #artist-list .inner {
    grid-auto-flow: column;
    grid-template-columns: 300px 301px;
    grid-column-gap: 40px;
    padding: 40px;
  }
}

#artist-list li.active .inner {
  opacity: 1;
}

#artist-list .artist-profile-link {
  pointer-events: none;
}

#artist-list li.active .artist-profile-link {
  pointer-events: all;
}

#artist-list .artist-profile-link img {
  margin-top: 1em;
}

.blog {
  padding: 70px 50px 100px;
}

.blog h2 {
  font-size: 45px;
}

.blog h4 {
  font-size: 21px;
  line-height: normal;
}

.clien-h {
  font-size: 45px;
  color: #fff;
  padding: 0px 0 70px;
}

.blog-home-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  padding-top: 30px;
}

.blog-data img {
  width: 100%;
  height: 35vh;
  object-fit: cover;
  object-position: bottom;
}

.blog-data h3 {
  color: #ffffff;
  text-align: center;
  padding-top: 10px;
  position: relative;
  top: -0px;
  background-color: black;
  padding-bottom: 10px;
  border: 1px solid #f5f5f561;
  /* width: 60%; */
}

.app-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  align-items: baseline;
}

.app-data {
  text-align: center;
}

.img-wrapper {
  overflow: hidden;
  width: 100%;
  display: flex;
  justify-content: end;
  align-items: center;
}

.img-wrapper img {

  width: 0%;
  opacity: 0;
  object-fit: cover;
  transform-origin: left;
  transition-property: width, opacity;
  transition-duration: 1s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  display: block;
}

.img-wrapper img.animate {
  width: 85%;
  opacity: 1;
}

.img-wrapper1 {
  overflow: hidden;
  width: 100%;
  height: 50vh;
  /* Fixed height */
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.img-wrapper1 img {
  height: 50vh;
  width: 0%;
  opacity: 0;
  object-fit: cover;
  object-position: bottom;
  transform-origin: left;
  transition-property: width, opacity;
  transition-duration: 1s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  display: block;
}

.img-wrapper1 img.animate {
  width: 100%;
  opacity: 1;
}


#cursor {
  position: fixed;
  top: -5px;
  left: -5px;
  width: 10px;
  height: 10px;
  background-color: #0a5b93;
  border-radius: 50%;
  pointer-events: none;
  z-index: 999;
}

#cursor-border {
  --size: 50px;
  position: fixed;
  top: calc(var(--size) / -2);
  left: calc(var(--size) / -2);
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  box-shadow: 0 0 0 1px #0a5b93;
  pointer-events: none;
  transition: top 0.15s ease-out, left 0.15s ease-out, width 0.15s ease-out,
    height 0.15s ease-out, background-color 0.15s ease-out;
  z-index: 999;
}


/* about */
.about-page {
  padding: 50px 50px;
}

.about-page-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  align-items: center;
}

.aboutpage-image img {
  width: 100%;
}

/* body{
cursor: url(https://www.evvolution.com/img/fav-new-s.svg), auto;
} */
/* body {

  cursor: url("https://evvolution.com/img/about/spc-new.png") 16 16, auto;
} */

.counting-data {
  padding: 50px 50px 100px;
}

.counter-company {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

/* .border-left {
  border-left: 1px solid #dfdddd;
} */

.com-brand {
  padding: 10px 10px 10px 10px;
  border: 1px solid lightgrey;
}

.mission-vision {
  padding: 50px 50px 50px;
}

.com-brand h3 {
  font-size: 22px;
  font-weight: 500;
}

.com-brand p {
  margin: 0px;
}

.com-brand h2 {
  margin: 0px;
  font-size: 30px;
}

.vis_missin_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: flex-start;
  gap: 50px;
}

.vission_mission {
  display: flex;
    gap: 20px;
    align-items: start;
    padding: 15px 50px;
    border: 1px solid #0000001f;
    flex-direction: column;
    height: 100%;
    border-radius: 10px;
}

.vission_mission img {
  width: 80px;
}

.value_sec {
  padding: 50px 50px 50px;
}

.values {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 100px;
  align-items: center;
}

.values-img img {
  width: 100%;
}

.breadcum ul {
  display: flex;
  margin: 0;
  align-items: center;
  padding-left: 0;
}

/* certification page */


.certification- {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 25px;
  padding: 50px 0;

}

.certy-image img {
  width: 100%;
  border: 2px solid #e9e9ea;
  padding: 10px;
}


/* TIMELINE
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* 
.timeline ul {
  background: #fff;
  padding: 50px 0;
}

.timeline ul li {
  list-style-type: none;
  position: relative;
  width: 2px;
  margin: 0 auto;
  padding-top: 50px;
  background: #0f0f0f;
}

.timeline ul li::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: inherit;
}

.timeline ul li div {
  position: relative;
  bottom: 0;
  width: 400px;
  padding: 0px;
  background: #f4f4f4;
}

.timeline ul li div::before {
  content: "";
  position: absolute;
  bottom: 7px;
  width: 0;
  height: 0;
  border-style: solid;
}

.timeline ul li:nth-child(odd) div {
  left: 45px;
}

.timeline ul li:nth-child(odd) div::before {
  left: -15px;
  border-width: 8px 16px 8px 0;
  border-color: transparent #0f0f0f transparent transparent;
}

.timeline ul li:nth-child(even) div {
  left: -439px;
}

.timeline ul li:nth-child(even) div::before {
  right: -15px;
  border-width: 8px 0 8px 16px;
  border-color: transparent transparent transparent #0f0f0f;
}

time {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 8px;
  color: #fff;
  text-align: center;
  background: #000;
  padding: 5px;
  font-family: DM sans;
}

.timeline ul li.in-view div p {
  padding: 0px 15px 15px;
  margin: 0;
} */

/* EFFECTS

–––––––––––––––––––––––––––––––––––––––––––––––––– */
time {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 8px;
  color: #fff;
  text-align: center;
  background: #000;
  padding: 5px;
  /* font-family: DM sans; */
}

/* .timeline ul li::after {
  transition: background 0.5s ease-in-out;
}

.timeline ul li.in-view::after {
  background: #979797;
}

.timeline ul li div {
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.timeline ul li:nth-child(odd) div {
  transform: translate3d(200px, 0, 0);
}

.timeline ul li:nth-child(even) div {
  transform: translate3d(-200px, 0, 0);
}

.timeline ul li.in-view div {
  transform: none;
  visibility: visible;
  opacity: 1;
} */

/* GENERAL MEDIA QUERIES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media screen and (max-width: 900px) {
  .timeline ul li div {
    width: 250px;
  }

  .timeline ul li:nth-child(even) div {
    left: -289px;
    /*250+45-6*/
  }
}

@media screen and (max-width: 600px) {
  .timeline ul li {
    margin-left: 20px;
  }

  .timeline ul li div {
    width: calc(100vw - 91px);
  }

  .timeline ul li:nth-child(even) div {
    left: 45px;
  }

  .timeline ul li:nth-child(even) div::before {
    left: -15px;
    border-width: 8px 16px 8px 0;
    border-color: transparent #14b2b5 transparent transparent;
  }
}


.img-wrapper-new {
  overflow: hidden;
  width: 100%;
  /* height: 50vh; */
  /* Fixed height */
  object-fit: cover;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.img-wrapper-new img {
  /* height: 50vh; */
  width: 0%;
  opacity: 0;
  transform-origin: left;
  transition-property: width, opacity;
  transition-duration: 1s;
  transition-timing-function: ease-in-out;
  transition-delay: 1s;
  display: block;
}

.img-wrapper-new img.animate {
  width: 100%;
  opacity: 1;
}

.group-compony {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  align-items: center;
  width: 100%;
}

.group-compony img {
  width: 175px;
  margin: auto;
}

.disply-footer {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 50px;
  align-items: center;
}
.gr-inner h3{
  text-align: center;
    font-weight: 300;
    font-size: 22px;
    padding: 10px;
}
.disply-footer img {
  width: 50px;
}

.packing-section {
  padding: 100px 50px;
}

.packging {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  align-items: center;
  padding-bottom: 30px;
}

table {
  font-family: poppins;
}

.tech-space {
  padding: 50px 50px;
}

.tech-space-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  align-items: center;
  padding-bottom: 30px;
}

.tech-data-img img {
  width: 100%;
  height: 100%;
}


/* faq page */
.faq-section {
  padding: 50px 50px 50px 50px;
  /* font-family: poppins; */
}

.accordion-item {
  border: none;
}

.accordion .accordion-item {
  border-bottom: 1px solid #e5e5e5;
}

.accordion .accordion-item button[aria-expanded='true'] {
  border-bottom: 1px solid #0f0f0f;
}

.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  /* color: #7288a2; */
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}

.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color: #0f0f0f;
}

.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: #0f0f0f;
  border: 1px solid #0f0f0f;
}

.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
  font-family: "Lexend", sans-serif;
}

.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border-radius: 0px;
}

.accordion button .icon::before {
  display: block;
  position: absolute;
  content: '';
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}

.accordion button .icon::after {
  display: block;
  position: absolute;
  content: '';
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}

.accordion button[aria-expanded='true'] {
  color: #0f0f0f;
}

.accordion button[aria-expanded='true'] .icon::after {
  width: 0;
}

.accordion button[aria-expanded='true']+.accordion-content {
  opacity: 1;
  max-height: fit-content;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}

.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}

.accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  margin: 2em 0;
}



/* blog page */
.blog-details {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.blog-cont img {
  width: 100%;
  height: 45vh;
  object-fit: cover;
}

.blog-cont {
  /* padding: 15px; */
  /* background: #f5f5f5; */
  border: 1px solid #d7d7d7;
}

.blog-data h2 {
  font-size: 18px;
  /* padding-top: 20px; */
  font-weight: 400;
}
.blog-data{
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 15px 0;
}
.card-creator {
  text-align: end;
  position: absolute;
        bottom: 10px;
    right: 10px;

    /* margin-top: 20px; */
}

.card-creator a {
  background-color: #0f0f0f;
  color: #fff;
  padding: 5px 10px;
  transition: 0.5s all ease-in-out;
}

.card-creator a:hover {
  background-color: #ffffff;
  border: 1px solid #000;
  color: #000;
}


/* contact page */

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  align-items: baseline;

}

.data-flex {
  display: flex;
  gap: 15px;
  align-items: center;
  padding-bottom: 10px;

}

.mail-data {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  padding: 20px 0;
  border-bottom: 1px solid #979797;
}

.mail-data- {
  padding: 20px 0;
  border-bottom: 1px solid #979797;
}

.address {
  padding-bottom: 20px;
  border-bottom: 1px solid #979797;

}

.contact-details h3 {
  font-size: 22px;
  font-weight: 500;
  padding-bottom: 15px;
}

.medials {
  align-items: baseline;
  padding: 15px 0;
}

.event-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding: 50px 0px 0px 0px;
}

.fill-widht {
  /* max-width: 950px; */
  margin: auto;
  text-align: center;
}

.grid-item img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  padding: 15px;
  border: 1px solid lightgrey;
}

.event-image-w {
  overflow: hidden;
  width: 100%;
  height: 55vh;
  /* Fixed height */
  display: flex;
  justify-content: flex-start;
  align-items: center;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;

}

.event-image-w img {
  height: 55vh;
  width: 0%;
  opacity: 0;
  object-fit: cover;
  transform-origin: left;
  transition-property: width, opacity;
  transition-duration: 1s;
  transition-timing-function: ease-in-out;
  transition-delay: 1s;
  display: block;
}

.event-image-w img.animate {
  width: 100%;
  opacity: 1;
}

.cat-image-w {
  overflow: hidden;
  width: 100%;
  height: 60vh;
  /* Fixed height */
  display: flex;
  justify-content: flex-start;
  align-items: center;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;

}

.cat-image-w img {
  height: 60vh;
  width: 0%;
  opacity: 0;
  object-fit: cover;
  transform-origin: left;
  transition-property: width, opacity;
  transition-duration: 1s;
  transition-timing-function: ease-in-out;
  transition-delay: 1s;
  display: block;
}

.cat-image-w img.animate {
  width: 100%;
  opacity: 1;
}

.grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  /* padding: 50px 0; */
}

.color-swatch {
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  padding: 10px;
  border: 1px solid #1F4D53;
}

.submenu-list11 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
  gap: 10px;
}

.submenu-list12 {
  /* display: grid;
  grid-template-columns: repeat(1, 1fr); */
  display: flex;
  gap: 25px;
}
.submenu-list10 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  display: flex;
  gap: 25px;
}

.submenu-title {
  font-weight: 500;
  font-size: 20px;
  padding: 25px 0 15px;
}

.app-data a {
  color: #fff;
}

.intro-product-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  /* font-family: 'Poppins'; */
  padding-left: 0;
  padding: 0 0 30px 0;
  /* border-top: 1px solid #d5d5d5; */
  border-bottom: 1px solid #d5d5d5;
}

.intro-product-list-2 {
  display: grid;
  grid-template-columns: repeat(3, 0.1fr);
  gap: 25px;
  /* font-family: 'Poppins'; */
  padding-left: 0;
  padding: 30px 0 30px 0;
  /* border-top: 1px solid #d5d5d5; */
  border-bottom: 1px solid #d5d5d5;
}

.intro-product-list-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  /* font-family: 'Poppins'; */
  padding-left: 0;
  padding: 0px 0px 15px;
  /* border-top: 1px solid #d5d5d5; */
  border-bottom: 1px solid #d5d5d5;
}

.about-read-more-2 {
  background-color: #0f0f0f;
  border: 1px solid #0f0f0f;
  color: #ffff;
  font-size: 14px;
  /* font-family: poppins; */
  padding: 10px 5px;
  transition: 0.5s all ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-read-more-2:hover {
  background-color: #ffffff;
  border: 1px solid #000;
  color: #000;
}

.product-btn {
  width: auto;
  height: auto;
  padding: 10px 20px;
  margin: 0 15px 5px 0;
  border: 1px solid #d8d8d8;
  background-color: transparent;
  color: #212121;
  /* font-family: "Nunito Sans", sans-serif; */
  font-size: 15px;
  text-transform: inherit;
  letter-spacing: 0;
  transition: color .2s ease-out, border-color .35s ease-out, background-color .2s ease-out;
  white-space: nowrap;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.product-btn-2 {
  /* width: auto;
  height: auto; */
  padding: 10px;
  /* margin: 0 15px 5px 0; */
  border: 1px solid #d8d8d8;
  background-color: transparent;
  color: #212121;
  /* font-family: "Nunito Sans", sans-serif; */
  font-size: 15px;
  text-transform: inherit;
  letter-spacing: 0;
  transition: color .2s ease-out, border-color .35s ease-out, background-color .2s ease-out;
  white-space: nowrap;
  /* display: inline-flex;
  justify-content: center;
  align-items: center; */
  /* border-radius: 20px; */
  text-align: center;
}


.product-btn:hover,
.product-btn-2:hover {
  border: 1px solid #212121;
  color: #ea4636;
}



li.p-relative {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.list-title {
  font-size: 18px;
}

.section-title- {
  font-size: 32px;
  padding-bottom: 25px;
}

.profile-first {
  display: flex;
  gap: 50px;
  align-items: center;
  margin: auto;
  padding: 50px;

}

.profile-middle {
  display: flex;
  gap: 50px;
  align-items: center;
  margin: auto;
  border-bottom: 1px solid #d7d7d7;
  border-top: 1px solid #d7d7d7;

  padding: 50px;
}

.profile-img img {
  width: 250px;
  border: 1px solid lightgrey;
  padding: 10px 10px 0 10px;
  border-radius: 5px;
  /* box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px; */
}

.profile-section {
  padding: 100px 50px;
  max-width: 1500px;
  margin: auto;
}

.grid-col-res {
  display: grid;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 20px;
}



.magnific-img img {
  width: 100%;
  height: auto;
  transition: all .5s ease-in-out;
  border-radius: 10px;
  display: block;

}

.magnific-img {
  overflow: hidden;
}

a.image-popup-vertical-fit {
  cursor: -webkit-zoom-in;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.98;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-arrow-left:before {
  border-right: none !important;
}

.mfp-arrow-right:before {
  border-left: none !important;
}

button.mfp-arrow,
.mfp-counter {
  opacity: 0 !important;
  transition: opacity 200ms ease-in, opacity 2000ms ease-out;
}

.mfp-container:hover button.mfp-arrow,
.mfp-container:hover .mfp-counter {
  opacity: 1 !important;
}

Magnific Popup CSS .mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #ccc;
}

.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}



.pl {
  padding-left: 60px;
  padding-right: 60px;
}

.footer-imf a {
  color: #000000;
  text-decoration: none;
  font-size: 14px;
}

.footer-logo img {
  width: 200px;
  height: 90px;
}

.footer-imf {
  padding-top: 15px;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.footer-im {
  text-align: start;
}

.footer-im-head ul li {
  list-style: none;
  line-height: 1.8;
}

.footer-im-head ul li i {
  padding-right: 10px;
}

.footer-im-head p {
  margin: 0;
  padding: 0;
  color: #212121;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
  padding-bottom: 10px;
}

.footer-im-head ul {
  padding-left: 0;
  list-style: none;
}

.footer-im-head ul li {
  margin: 0;
  padding: 0;
}

.footer-im-head ul li a {
  color: #000000;
  text-decoration: none;
  transition: 0.5s all ease-in-out;
  /* padding-left:10px; */
}

.footer-im-head ul li a:hover {
  color: #E94935;
}

.divider {
  height: 30px;
  /* Match your image height */
  width: 1px;
  background-color: #ccc;
}

.foot-logo-main {
  padding: 25px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.foot-logo-1 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.foot-logo-1 h4 {
  margin-right: 15px;
}

.foot-logo-1 a {
  color: #000000;
  padding-left: 10px;
  text-decoration: none;
  font-size: 18px;
  border: 1px solid lightgray;
  border-radius: 100%;
  padding: 5px 10px;
  margin-left: 20px;
}

.footer-imgaes {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

.footer-imgaes img {
  height: 30px;
  /* padding-left: 10px; */
}

.foot-main {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.copyright p a {
  color: #000000;
  text-decoration: none;
}

.copyright p {
  color: #212121;
  text-align: center;
}

.copyright {
  border-top: 1px solid lightgray;
  border-bottom: 1px solid lightgray;
  padding: 20px 0 10px 0;
}




.footer-imgaes img:not(:last-child)::after {
  content: "|";
  margin-left: 15px;
  color: #ccc;
  /* Adjust color as needed */
}

.separator {
  color: #ccc;
  margin: 0 10px;
}

.video-container {
  position: relative;
  width: 100%;
  height: 105vh;
  overflow: hidden;
}

#bgVideo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mute-btn {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 10;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.mute-btn:hover {
  background: rgba(0, 0, 0, 0.8);
  transform: scale(1.1);
}

.certi-head h3 {
  padding-top: 10px;
}

@media (min-width: 992px) {
  .header {
    padding: 15px 10px;
  }
}

@media (min-width: 1920px) {
  .header {
    padding: 15px 50px;
  }
}

@media (max-width: 992px) {
  .menu-main {
    display: inline;
  }
}

body {
  overflow-x: hidden;
}

.header {
  background-color: rgba(255, 255, 255, 0.7);
  transition: 0.3s all ease-in-out;
}

.header:hover {
  background-color: #F4F4F4;
}

.gallery {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 100%;
}

.collab svg {
  height: 150px;
  width: 150px;
}

.gallery-item {
  width: 25%;
  height: 50vh;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  border: 0.5px solid #fff;
  transition: all ease-out 0.5s;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  filter: grayscale(1);
  display: flex;
  justify-content: center;
}

.gallery-item h5 {
  position: absolute;
  color: white;
  bottom: 10px;
  /* left: 25px; */
  margin: 0;
  padding: 0;
  transition: opacity 0.3s ease;
  font-size: 22px;
  font-weight: 500;
  font-family: Poppins;
}

.gallery-item a {
  position: absolute;
  color: white;
  bottom: 10px;
  left: 12px;
  margin: 0;
  padding: 0;
  transition: opacity 0.3s ease;
  font-size: 1em;
}

.gallery-item:hover {
  width: 100%;
  filter: grayscale(0);
}

.video-container {
  position: relative;
  width: 100vw;
  height: 104vh;
  overflow: hidden;
}

#bgVideo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;

  /* For browsers that don't support object-fit */
  object-fit: cover;
}

.mute-btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  border: none;
  color: white;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  transition: all 0.3s ease;
}

.mute-btn:hover {
  background: rgba(255, 255, 255, 0.5);
}

.mute-btn i {
  font-size: 20px;
}

.appli-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  align-items: center;
  padding: 40px 0 0;
}

.appli-grid-new {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  align-items: center;
}

.appli-box1 {
  text-align: center;
}

.appli-box1 img {
  width: 130px;
  height: 100px;
}

.brand {
  background-color: #000;
  /* padding: 100px 0; */
  height: auto;
}

.brand h2 {
  text-align: center;
  color: #fff;
  padding-bottom: 25px;

}

.brand-new h2 {
  text-align: center;
  color: #000;
  padding-bottom: 25px;

}

.appli-box1 h3 {
  text-align: center;
  color: #fff;
  padding-top: 10px;
}

.countxx {
  height: auto;
  padding: 100px 0;
}

.counter-inner h2 {
  text-align: center;
  padding-bottom: 30px;
}

.appli-grid-new .appli-box1 img {
  width: 125px;
}

.brand-new {
  /* padding-top: 100px;
  padding-bottom: 100px; */
}

.blog {
  /* background-color: #000; */
}

.blog h2 {
  /* font-size: 52px;
    color: #fff; */
}

.blog p {
  /* font-size: 52px; */
  /* color: #fff; */
}

.enviroment h2 {
  text-align: center;
  padding-bottom: 40px;
  color: #fff;
}

.counter-inner img {
  width: 150px;
}

.env {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 70px;

  color: #fff;
}

.env p {
  color: #fff;
}

.env-img img {
  width: 100%;
  filter: drop-shadow(2px 4px 0px #c4cbd1c7);
}

.enviroment {
  background: #000;
  padding: 70px 50px 100px;
  border-bottom: 1px solid;

  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.text-tile-img img {
  /* width: 100%; */
  /* height: 700px; */
  object-fit: cover;
}

.env-text {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
  color: #fff;
}

.inner-t {
  border: 1px solid #f5f5f54a;
  padding: 15px;
  border-radius: 15px;
}


.modern-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
}

.popup-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(2px);
}

.popup-content {
  position: relative;
  max-width: 100%;
  max-height: 90vh;
  z-index: 2;
  animation: popIn 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}

.popup-img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  border-radius: 8px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.popup-caption {
  color: white;
  text-align: center;
  margin-top: 15px;
  font-size: 1.1rem;
}

.popup-close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  background: #fff;
  border: none;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease;
}

.popup-close:hover {
  transform: rotate(90deg);
  background: #f1f1f1;
}

@keyframes popIn {
  from {
    transform: scale(0.8);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

/* Enhance existing grid items */
.grid-item {
  cursor: pointer;
  transition: transform 0.3s ease;
}

.grid-item:hover {
  transform: translateY(-5px);
}

.silder-section {
  background-color: #000;
  padding: 100px 50px;
}

.slick-main-gallery img {
  width: 100%;
  height: 40vh;
  object-fit: cover;
}

.main-gallery {
  width: 100%;
  height: 50vh;
  margin-bottom: 10px;
  object-fit: cover;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  cursor: pointer;
}

.thumb-gallery {
  width: 100%;
  cursor: pointer;
  /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
}

.thumb-gallery .swiper-slide {
  height: 80px;
  opacity: 0.5;
  cursor: pointer;
}

.thumb-gallery .swiper-slide-thumb-active {
  opacity: 1;
}

.image-popup {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.85);

  display: flex;
  justify-content: center;
  align-items: center;

  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.image-popup.show {
  visibility: visible;
  opacity: 1;
}



.close-btn {
  position: absolute;
  top: 20px;
  right: 35px;
  color: white;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
}

.close-btn:hover {
  color: #ffffff;
}

.slick-thumbnail-gallery {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.slick-thumbnail-gallery .slick-slide {
  opacity: 0.6;
}

.slick-thumbnail-gallery .slick-current {
  opacity: 1;
  border: 1px solid #000;
}

.slick-prev,
.slick-next {
  background-color: rgba(0, 0, 0, 1);
  color: white;
  border-radius: 50%;
}

.slick-prev:hover,
.slick-next:hover {
  background-color: rgba(0, 0, 0, 1);
  color: #fff;
}

/*.slick-thumbnail-gallery img {*/
/*    width: 100%;*/
/*    height: 10vh;*/
/*    object-fit: cover;*/
/*    transition: transform 0.3s ease;*/
/*}*/
/*.slick-thumbnail-gallery .slick-slide:hover img {*/
/*    transform: scale(1.1);*/
/*}*/


/* new-changes */


/* ===== Base Styles ===== */
.gallery-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  padding: 10px;
}

.main-image {
  width: 100%;
  max-width: 600px;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  position: relative;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  cursor: zoom-in;
}

.main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.2s ease, transform-origin 0.2s ease;
  will-change: transform;
  display: block;
}

.thumbnails {
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: flex-start;
}

.thumbnail {
  width: 80px;
  height: 78px;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid lightgrey;
  padding: 0px;
  box-sizing: border-box;
}

.thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


.thumbnail.active {
  border-color: 1px solid lightgrey;
  padding: 0px;
}

.date-time {
  display: flex;
  justify-content: start;
  align-items: baseline;
}

.date-time p {
  padding-left: 10px;
  font-weight: 400;
  color: darkgrey;
}

:root {
  --primary: #202529;
  --secondary: lightgrey;
  --light-bg: #f5f5f5;
}

.meta-content-det {
  /* margin-top: 20px; */
  padding: 15px;
}

.hero-section {
  margin-bottom: 3rem;
}

.main-title {
  color: var(--primary);
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.sub-title {
  color: var(--primary);
  font-size: 1.2rem;
  margin: 1.5rem 0 1rem;
}


.blog-para {
  color: #6c757d;
  margin-bottom: 1.2rem;
}

.img-fluid {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.section-title {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 10px;
  color: #212529;
}

.grii {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.grii img {
  height: 400px;
  width: 80%;
  cursor: pointer;
}


.lightbox {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
}

.lightbox-content {
  max-width: 90%;
  max-height: 90%;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.lightbox-img {
  max-height: 80vh;
  width: auto;
  max-width: 100%;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.row.v-center {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.header-item {
  display: flex;
  align-items: center;
}

.item-left {
  flex: 0 0 auto;
}

.header .item-right {
  flex: 1;
  justify-content: flex-end;
  display: flex;
  gap: 20px;
  /* spacing between menu and icons */
}

.color-capsule-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-left: 0;
  list-style: none;
}

.submenu-item {
  margin: 0;
}

.color-capsule {
  display: flex;
  align-items: center;
  padding: 6px 12px;
  border: 1px solid lightgrey;
  border-radius: 9999px;
  background-color: #fff;
  transition: 0.2s ease;
}

.color-capsule:hover {
  background-color: #f7f7f7;
}

.color-swatch {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
  border: 1px solid #ccc;
}

.color-name {
    font-size: 14px;
    color: #555555;
    /* font-weight: 500; */
    /* mix-blend-mode: difference; */
}

#header {
  /* Initial transparent state */
  /* background-color: rgba(211, 211, 211, 0.7); */
  background-color: rgb(255 255 255 / 59%);
  transition: all 0.4s ease-in-out;
}

#header.scrolled {
  /* Only applied when showing again after scroll */
  background-color: #f4f4f4;
}

#header.hidden {
  /* Hidden state (always transparent) */
  opacity: 0;
  transform: translateY(-20px);
  pointer-events: none;
  background-color: transparent !important;
  /* Force transparent when hidden */
}

.timeline {
  white-space: nowrap;
  overflow-x: hidden;
}

.timeline ol {
  font-size: 0;
  width: 100vw;
  padding: 250px 0;
  transition: all 1s;
  display: flex;
  justify-content: center;
}

.timeline ol li {
  position: relative;
  display: inline-block;
  list-style-type: none;
  width: 160px;
  height: 3px;
  background: #000;
}

.timeline ol li:last-child {
  width: 280px;
}

.timeline ol li:not(:first-child) {
  margin-left: 14px;
}

.timeline ol li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 1px);
  bottom: 0;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #000;
}

.timeline ol li div {
  position: absolute;
  left: calc(100% + 7px);
  width: 280px;
  padding: 15px;
  font-size: 1rem;
  white-space: normal;
  color: black;
  background: #F4F4F4;
}

.timeline ol li div::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
}

.timeline ol li:nth-child(odd) div {
  top: -16px;
  transform: translateY(-100%);
}

.timeline ol li:nth-child(odd) div::before {
  top: 100%;
  border-width: 8px 8px 0 0;
  border-color: #F4F4F4 transparent transparent transparent;
}

.timeline ol li:nth-child(even) div {
  top: calc(100% + 16px);
}

.timeline ol li:nth-child(even) div::before {
  top: -8px;
  border-width: 8px 0 0 8px;
  border-color: transparent transparent transparent #F4F4F4;
}

.timeline time {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 8px;
}

/* TIMELINE ARROWS
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline .arrows {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.timeline .arrows .arrow__prev {
  margin-right: 20px;
}

.timeline .disabled {
  opacity: 0.5;
}

.timeline .arrows img {
  width: 45px;
  height: 45px;
}

.arrows {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 20px;
}

.arrow {
  width: 40px;
  height: 40px;
  border: 2px solid black;
  border-radius: 50%;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.arrow:hover {
  background: #f0f0f0;
}

.arrow.disabled {
  opacity: 0.4;
  pointer-events: none;
  cursor: default;
}

.arrow.disabled path {
  stroke: #ccc;
}

.arrow img,
.arrow svg {
  width: 24px;
  height: 24px;
}

@media only screen and (max-width: 767px) {

  p {
    font-size: 14px;
  }

}

@media only screen and (max-width: 768px) and (max-width: 1400px) {
  p {
    font-size: 14px;
  }

}


.header .menu>ul>li>.active {
  color: #ea4636;
}



.error {
  color: #ff0000a3 !important;
}

/* new-changes */
/* .team-grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.inner-team-img{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
} */

.team-section {
  padding-bottom: 50px;
  padding-top: 50px;
}

.team-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  align-items: center;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* 2x2 layout */
  gap: 30px;
    /* max-width: 700px; */
}

.team-member {
      /* background: whitesmoke; */
    padding: 25px;
    text-align: center;
    border-radius: 10px;
    border: 1px solid #0000001f;
    /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
}

.team-member img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 10px;
}

.team-member h3 {
  /* margin: 5px 0 2px; */
  font-size: 22px;
  font-weight: 300;
}

.team-member h2 {
  font-size: 36px;
}

.team-member p {
  margin: 0;
  /* font-size: 14px; */
  /* color: #555; */
}

.team-description {
  padding: 10px;
}

.team-description small {
  color: #888;
  /* font-size: 12px; */
  text-transform: uppercase;
  letter-spacing: 1px;
}

.team-description h2 {
  margin: 5px 0 10px;
  /* font-size: 20px; */
}

.team-description p {
  /* font-size: 14px; */
  color: #555;
}


/* PRODUCT PAGE LISTING STYLES */

.image-container {
  position: relative;
  width: 100%;
  height: 25vh;
  overflow: hidden;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.image-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.5s ease-in-out;
}

.default-image {
  opacity: 1;
  z-index: 1;
}

.hover-image {
  opacity: 0;
  z-index: 2;
}

.image-container:hover .default-image {
  opacity: 0;
}

.image-container:hover .hover-image {
  opacity: 1;
}

.packging-img img {
  width: 70%;
  display: flex;
  margin: 0 auto;
}

/* packing-details */
.custom-table td {
  text-align: center;
  font-weight: 300;
}

.custom-table td:first-child {
  text-align: left;
}

.custom-table th {
  text-align: center;
  font-weight: 500;
}

/* .custom-table th:first-child {
    text-align: left;
} */



.btn-about{
                margin-top:50px;
            }
            .marquee-wrapper {
            width: 100%;
            overflow: hidden;
            position: relative;
            }

            .appli-grid-new {
            display: flex;
            width: max-content;
            animation: scrollMarquee 90s linear infinite;
            animation-play-state: running;
            }

            .marquee-wrapper:hover .appli-grid-new {
            animation-play-state: paused;
            }

            .appli-box {
            box-sizing: border-box;
            height: 120px;
            /* width: 18vw; */
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            margin: 0;
            padding: 0;
            }

                .appli-box img {
                /* height: 100px;  */
                width: 10vw; 
                object-fit: contain;
                display: block;
                }






                @keyframes scrollMarquee {
                0% {
                    transform: translateX(0%);
                }
                100% {
                    transform: translateX(-50%);
                }
                }


            .rotate-earth {
                width: 100px;
                height: auto;
                animation: spin 20s linear infinite; 
                will-change: transform; 
                opacity: 0.7;
                }
                @keyframes spin {
                from {
                    transform: rotate(0deg);
                }
                to {
                    transform: rotate(360deg);
                }
                }      
                .grid-25{
                    display:grid;
                    grid-template-columns: repeat(2, 1fr);
                    gap: 25px;
                }
                .appli-box1 img {
                    transition: transform 0.3s ease;
                    cursor: pointer;
                    }

                .appli-box1:hover img {
                transform: scale(1.1);
                }
                /* .text-abt-img img{
                    display: block;
                    max-width: 100%;
                    height: 700px;
                    object-fit: contain;
                } */
                .highlight-heading {
                    display: inline;
                    background: linear-gradient(to top, #e24a44a3 50%, transparent 50%) !important;
                    padding: 0 4px;
                    line-height: 1.2;
                    box-decoration-break: clone;
                    -webkit-box-decoration-break: clone;
                }
                .highlight-heading-1 {
                    display: inline;
                    background: linear-gradient(to top, #d3d3d34f 50%, transparent 50%);
                    padding: 0 4px;
                    line-height: 1.2;
                    box-decoration-break: clone;
                    -webkit-box-decoration-break: clone;
                    }
                .enviroment {
                    position: relative;
                    overflow: hidden;
                }
                .bg-video-1 {
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    object-fit: fill;
                    z-index: 0;
                    opacity: 0.4; /* Optional: adjust visibility */
                }
                .enviroment .container-fluid {
                    position: relative;
                    z-index: 2;
                }
                
                .heading-with-line {
                    position: relative;
                    padding-left: 20px; /* Adjust based on line spacing */
                    }

                    .heading-with-line::before {
                    content: '';
                    position: absolute;
                    left: 0;
                    top: 0;
                    bottom: 0;
                    width: 4px; /* Thickness of the line */
                    background-color: #000; /* Line color */
                    }


                    .shape-section {
                    padding: 60px 0 0;
                    }

                    .container.grid {
                    display: grid;
                    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
                    gap: 60px;
                    justify-items: center;
                    }

                    .diamond-wrapper {
                    width: 300px;
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    gap: 50px;
                    }

                    .diamond-shape {
                    width: 150px;
                    height: 150px;
                    overflow: hidden;
                    background: #fff;
                    position: relative;
                    border: 1px solid lightgrey;
                    box-sizing: border-box;
                    transform: rotate(45deg);
                    transition: transform 0.4s ease;
                    }

                    .diamond-inner {
                    width: 100%;
                    height: 100%;
                    transform: rotate(-45deg);
                    position: relative;
                    transition: transform 0.4s ease;
                    }

                    .diamond-inner img {
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    width: 141.42%;
                    height: 141.42%;
                    object-fit: cover;
                    transform: translate(-50%, -50%) rotate(0deg);
                    z-index: 1;
                    filter: grayscale(100%);
                    transition: filter 0.4s ease, transform 0.4s ease;
                    }

                    /* === HOVER EFFECT === */
                    .diamond-wrapper:hover .diamond-shape {
                    transform: rotate(0deg);
                    }

                    .diamond-wrapper:hover .diamond-inner {
                    transform: rotate(0deg);
                    }

                    .diamond-wrapper:hover .diamond-inner img {
                    filter: grayscale(0%);
                    /* transform: translate(-50%, -50%) rotate(-45deg); */
                    }


                    .diamond-title {
                    margin: 0;
                    font-size: 18px;
                    /* font-weight: 600; */
                    color: #ffffff;
                    text-align: center;
                    user-select: none;
                    position: relative;
                    }

            .mySlider {
            width: 100vw;
            height: 100vh;
            }

            .swiper-slide {
            display: flex;
            flex-direction: column;
            }

            .slider-grid {
            display: flex;
            height: 100%;
            width: 100%;
            }

            .left-large-img {
            width: 66.66%;
            height: 100%;
            }

            .left-large-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            }

            .right-content {
            width: 33.33%;
            display: flex;
            flex-direction: column;
            }

            .top-images {
            flex: 1;
            display: flex;
            flex-direction: column;
            }

            .top-images img {
            flex: 1;
            width: 100%;
            object-fit: cover;
            border-bottom: 1px solid #000;
            }

            .text-box {
            background: #000;
            color: #fff;
            padding: 40px 20px;
            flex-shrink: 0;
            }

            .text-box h2 {
            font-size: 2rem;
            margin-bottom: 10px;
            }

            .text-box p {
            font-size: 1rem;
            line-height: 1.6;
            }

            /* Swiper nav/pagination */
            .swiper-button-next,
            .swiper-button-prev {
            color: #fff;
            }

            .swiper-pagination {
            color: #fff;
            position: absolute;
            bottom: 10px;
            left: 20px;
            font-size: 14px;
            }

            /* Responsive for mobile */
            @media (max-width: 768px) {
            .slider-grid {
                flex-direction: column;
            }

            .left-large-img,
            .right-content {
                width: 100%;
                height: auto;
            }

            .top-images {
                flex-direction: row;
            }

            .top-images img {
                width: 50%;
                height: 150px;
                border-bottom: none;
                border-right: 1px solid #000;
            }

            .text-box {
                padding: 20px 15px;
            }
            }

                @media only screen and (max-width: 500px) {
                	.grid-25 {
                        display: grid;
                        grid-template-columns: repeat(1, 1fr);
                        gap: 25px;
                        align-self:start;
                    }
                }
                @media only screen and (max-width: 600px) {
                	.text-abt-img img{
                        height:350px;
                    }
                    .inner-t {
                        flex-direction: column !important;
                        text-align: center;
                    }

                    .inner-t img {
                        margin-bottom: 15px;
                    }

                    .inner-t p {
                        margin: 0;
                    }
                    .bg-video-1 {
                    object-fit: cover;
                    }
                    .appli-box img {
                        width: 130px;
                        object-fit: contain;
                        display: block;
                    }
                }
                @media only screen and (max-width: 1400px) {
                	.grid-25 {
                        display: grid;
                        grid-template-columns: repeat(1, 1fr);
                        gap: 25px;
                        align-self:start;
                    }
                }
            
                .section-label {
      /* text-transform:uppercase; */
      /* font-size:12px; */
      letter-spacing:2px;
      /* color:#bbb; */
      margin-bottom:16px;
    }
    .main-heading {
      font-size:24px;
      margin-bottom:10px;
      font-weight:500;
      color:#212121;
      padding-top:30px;
    }
    .slider-wrapper {
      position:relative;
      overflow:hidden;
      margin-top:20px;
    }
    .image-row {
        display: flex;
        transition: transform 0.5s ease;
        height: 500px;
            width: 100%;
    margin-top: 31px;
        }

        .image-row img {
        flex: 0 0 calc((100% - 20px) / 3); /* 3 per row with margin */
        width: 450px;                      /* fill the flex item */
        height: 450px;                     /* fill the fixed height container */
        object-fit: cover;                /* crop to cover */
        margin-right: 25px;
        display: block;
        box-shadow:0px 1px 2px #000;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
        border-radius: 10px;
        box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        }

        .image-row img:last-child {
        margin-right: 0;
        }

    .slider-nav {
      position:absolute;
      top:50%;
      transform:translateY(-50%);
      width:40px; height:40px;
      background:rgba(255,255,255,0.1);
      border:1px solid #fff;
      border-radius:50%;
      text-align:center;
      line-height:38px;
      font-size:24px;
      cursor:pointer;
    }
    .footer-text {
      margin-top:10px;
      /* min-height:80px; */
      transition:opacity 0.3s;
      color:#ffffff;
    }
    .footer-text h2 {
      font-size:24px; 
      /* margin-bottom:12px; */
    }
    .footer-text p {
      font-size:14px; color:#ccc; line-height:1.6;
    }
    .slider-wrapper {
    position: relative; 
    }

    .slider-prev, .slider-next {
  position: relative;
  left: 0%;
  width: 2.5rem;
  height: 2.5rem;
  background: rgba(255,255,255,0.1);
  border: 1px solid #212121;
  border-radius: 50%;
  text-align: center;
  line-height: 2.375rem;
  font-size: 1.5rem;
  cursor: pointer;
  z-index: 10;
  transition: right 0.3s ease, left 0.3s ease;
  display:inline-block;
        }

        /* Initial right positions */
        .slider-next {
        right: 4.5rem;
        }

        .slider-prev {
        right: 9.5rem;
        }
        .image-row, .image-row img {
        user-select: none;
        -webkit-user-drag: none;
        }
        .fo-main{
            display:flex;
            justify-content:space-between;
            margin:0px 20px;   
        }
        
        /* Responsive from 1200px down */
        @media (max-width: 1200px) {
        .slider-prev, .slider-next {
            width: 2.3rem;
            height: 2.3rem;
            line-height: 2.2rem;
            font-size: 1.3rem;
            top:75%;
        }
        .slider-next {
            left: 0%;
        }
        .slider-prev {
            left: 0%;
        }
        .image-row {
        display: flex;
        transition: transform 0.5s ease;
        height: 350px;
            width: 100%;
    margin-top: 31px;
        }

        .image-row img {
        flex: 0 0 calc((100% - 20px) / 3); /* 3 per row with margin */
        width: 300px;                      /* fill the flex item */
        height: 300px;                     /* fill the fixed height container */
        object-fit: cover;                /* crop to cover */
        margin-right: 10px;
        display: block;
        box-shadow:0px 1px 2px #000;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
        border: radius 10px;
        }
        }

        @media (max-width: 1024px) {
        .slider-prev, .slider-next {
            width: 2rem;
            height: 2rem;
            line-height: 1.9rem;
            font-size: 1.2rem;
        }
        .slider-next {
            left: 0%;
        }
        .slider-prev {
            left: 0%;
        }
         .image-row {
        display: flex;
        transition: transform 0.5s ease;
        height: 350px;
            width: 100%;
    margin-top: 31px;
        }

        .image-row img {
        flex: 0 0 calc((100% - 20px) / 3); /* 3 per row with margin */
        width: 300px;                      /* fill the flex item */
        height: 300px;                     /* fill the fixed height container */
        object-fit: cover;                /* crop to cover */
        margin-right: 10px;
        display: block;
        box-shadow:0px 1px 2px #000;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
        border-radius: 10px;
        }
        }

        @media (max-width: 768px) {
        .slider-prev, .slider-next {
            width: 1.8rem;
            height: 1.8rem;
            line-height: 1.7rem;
            font-size: 1rem;
            top:63%;
        }
        .slider-next {
            left: 0%;
        }
        .slider-prev {
            left: 0%;
        }
        .image-row {
                height: 300px; /* Adjust container height for tablets */
                }
         .image-row {
        display: flex;
        transition: transform 0.5s ease;
        height: 350px;
            width: 100%;
    margin-top: 31px;
        }

        .image-row img {
        flex: 0 0 calc((100% - 20px) / 3); /* 3 per row with margin */
        width: 300px;                      /* fill the flex item */
        height: 300px;                     /* fill the fixed height container */
        object-fit: cover;                /* crop to cover */
        margin-right: 10px;
        display: block;
        box-shadow:0px 1px 2px #000;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
        border: radius 10px;
        }
        }

        @media (max-width: 480px) {
        .slider-prev, .slider-next {
            width: 1.6rem;
            height: 1.6rem;
            line-height: 1.5rem;
            font-size: 0.9rem;
            top:65%;
        }
        .slider-next {
            left: 0%;
        }
        .slider-prev {
            left: 0%;
        }
        .slider-wrapper {
                overflow: hidden;          
            }

            .image-row {
                flex-wrap: nowrap;          
                height: 400px;             
                transition: transform 0.5s ease;
            }

            /* .image-row img {
                flex: 0 0 100%;       
                width: 100%; 
                height: 100%; 
                object-fit: cover;
                margin-right: 0;            
            } */
        }

        @media (max-width: 330px) {
        .slider-prev, .slider-next {
            width: 1.4rem;
            height: 1.4rem;
            line-height: 1.3rem;
            font-size: 0.8rem;
        }
        .slider-next {
            left: 0%;
        }
        .slider-prev {
            left: 0%;
        }
        }

        .top-bottom{
          padding-top: 60px;
          padding-bottom: 60px;
        }
        .logo-25{
          gap: 25px;
          
        }
        .logo-25 p{
          margin-bottom: 0;
        }
        .logo-25 img{
          width: 65px;
        }


            .images-back {
  position: relative;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.images-back::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.2));
  pointer-events: none;
  z-index: 1;
  opacity: 1;

  /* 💡 Add transition here for smooth fade */
  transition: opacity 0.5s ease-in-out;
}

.images-back:hover::before {
  opacity: 0;
}



    .highlight-heading {
        display: inline;
        background: linear-gradient(to top, #E24A44 50%, transparent 50%);
        padding: 0 4px;
        line-height: 1.2;
        box-decoration-break: clone;
        -webkit-box-decoration-break: clone;
    }

    /* .parent1 {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-auto-rows: auto;
        gap: 10px;
        padding: 10px;
    }

    .div1,
    .div2,
    .div3,
    .div4,
    .div5,
    .div6,
    .div7 {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        border-radius: 5px;
        display: flex;
        align-items: center;
        color: white;
        padding: 10px;
        position: relative;
        overflow: hidden;
    }

    .div1 {
        grid-area: 1 / 1 / 3 / 3;
        height: 40vh;
    }

    .div2 {
        grid-area: 1 / 3 / 3 / 4;
        height: 40vh;
    }

    .div3 {
        grid-area: 3 / 3 / 6 / 4;
        height: 81vh;
    }

    .div4 {
        grid-area: 3 / 1 / 5 / 2;
        height: 43vh;
    }

    .div5 {
        grid-area: 5 / 1 / 6 / 3;
        height: 37vh;
    }

    .div6 {
        grid-area: 3 / 2 / 5 / 3;
        height: 43vh;
    }

    .div7 {
        grid-area: 3 / 2 / 4 / 3;
        height: 29vh;
    }

    .parent1 .text-ban h2 {
        font-size: 34px;
        color: #fff;
        padding: 20px 0 10px;
        line-height: 45px;
        font-weight: 600;
        text-align: left;
    }

    .parent1 .btn-slder {
        background-color: #ffff;
        padding: 10px 12px;
        border-radius: 12px 0px 12px 0px;
        color: #141414;
        text-decoration: none;
        transition: all .5s ease-in-out;
        font-size: 15px;
    }

    .parent1 .text-ban h5 {
        font-family: BrotherSignature;
        font-size: 30px;
        text-transform: capitalize;
        letter-spacing: 3px;
    } */

    .grid-container {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-auto-rows: 20vh;
        gap: 1rem;
    }

    .grid-item {
        background-size: cover;
        background-position: center;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .btn-slider {
        background-color: #0f0f0f;
        border: 1px solid #0f0f0f;
        color: #ffff;
        font-size: 18px;
        font-family: poppins;
        padding: 8px 20px;
        transition: 0.5s all ease-in-out;
    }

    .btn-slider:hover {
        background-color: transparent;
        border: 1px solid #ffffff;
        color: #ffffff;
    }

    .text-ban {
        padding-left: 20px;
    }

    .text-ban h2 {
        font-size: 40px;
        color: #fff;
        padding: 50px 0 48px;
        line-height: 56px;
        font-weight: 400;
    }


    /* Make parent1 responsive */
    @media (max-width: 1200px) {
        .parent1 {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            grid-auto-rows: auto;
            gap: 20px;
        }

        .parent1>div {
            grid-area: unset !important;
            height: auto;
            min-height: 35vh;
        }

        .text-ban {
            padding: 20px;
        }

        .text-ban h2 {
            font-size: 24px;
            line-height: 32px;
        }

        .btn-slider {
            font-size: 14px;
            padding: 8px 16px;
        }
    }

    @media (max-width: 600px) {
        .text-ban h2 {
            font-size: 18px;
            line-height: 28px;
        }

        .btn-slider {
            font-size: 12px;
            padding: 6px 12px;
        }
    }
    .p-bot{
      position: absolute;
    bottom: 0px;
    }
.tile-home-grid{
  position: relative;
  align-items: center;
}

 .gr-comp{
            position: relative;
            top: 35px;
            border: 1px solid #0000001f;
            padding: 15px;
            border-radius: 10px;
        }

        .flex-row-c{
          display: flex;
          /* justify-content: space-between; */
          align-items: center;
          gap: 25px;
        }





        .circle {
      width: 100px;            
      height: 100px;
      border-radius: 50%;     
      background-color: #E24A44;
      color: #ffffff;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: bold;
      z-index: 2;
      font-size: 22px;      
      text-align: center;
      overflow: hidden;      
    }


      .how-it-works.row {
        display: flex;
      }

      .how-it-works.row .col-2 {
        display: inline-flex;
        align-self: stretch;
        align-items: center;
        justify-content: center;
        position: relative; 
      }
      .how-it-works p{
        margin:0px;
      }
      .how-it-works.row .col-2::after {
        content: '';
        position: absolute;
        border-left: 3px solid #212121;
        z-index: 1;
      }

      .how-it-works.row .col-2.bottom::after {
        height: 50%;
        left: 50%;
        top: 50%;
      }

      .how-it-works.row .col-2.full::after {
        height: 100%;
        left: calc(50% - 3px);
        top: 0;
      }
      .how-it-works.row:last-of-type .col-2.full::after {
  height: 50%;
  top: 0;
  left: calc(50% - 3px);
}

      .how-it-works.row .col-2.top::after {
        height: 100%;
        left: 50%;
        top: 0;
      }

      .timeline div {
        padding: 0;
        height: 40px;
      }

      .timeline hr {
        border-top: 5px solid #e1e1e1;
        margin: 0;
        top: 17px;
        position: relative;
        /* color: #212121; */
        opacity: 1;
      }

      .timeline .col-2 {
        display: flex;
        overflow: hidden;
        position: relative; 
      }

      .timeline .corner {
        border: 5px solid #E24A44;
        width: 100%;
        position: relative;
        border-radius: 15px;
      }

      .timeline .top-right {
        left: 50%;
        top: -45%;
        position: relative;
      }

      .timeline .left-bottom {
        left: -50%;
        top: calc(50% - 3px);
        position: relative;
      }

      .timeline .top-left {
        left: -50%;
        top: -45%;
        position: relative;
      }

      .timeline .right-bottom {
        left: 50%;
        top: calc(50% - 3px);
        position: relative;
      }
      .m{
        margin-top:50px;
        margin-bottom:50px;
      }
      

      .blue-bg{
        padding-top: 50px;
      }

      .cursive{
        font-family: "Caveat", cursive !important; 
        font-size: 25px;
      }


           .grid-item {
            margin-top: 50px;
        }

        .pdf {
            margin-top: 20px;
        }

        .faq-drawer {
            margin-bottom: 10px;
        }

        .faq-drawer__content-wrapper {
            font-size: 1.25em;
            line-height: 1.4em;
            max-height: 0px;
            overflow: hidden;
            transition: 0.25s ease-in-out;
        }

        .faq-drawer__title {
            /* border-bottom: #000 1px solid; */
            cursor: pointer;
            display: block;
            font-size: 1.25em;
            font-weight: 500;
            padding: 20px;
            font-family: poppins;
            position: relative;
            margin-bottom: 0;
            transition: all 0.25s ease-out;
            background-color: #f5f5f5;
            display: flex;
    justify-content: space-between;
    align-items: center;
        }

        .faq-drawer__title::after {
                border-style: solid;
              border-width: 2px 2px 0 0;
              content: " ";
              display: inline-block;
              float: right;
              height: 15px;
              left: -9px;
              position: relative;
              right: 20px;
              /* top: 5px; */
              transform: rotate(135deg);
              transition: 0.35s ease-in-out;
              vertical-align: top;
              width: 15px;
        }

        /* OPTIONAL HOVER STATE */
        .faq-drawer__title:hover {
            color: #4E4B52;
        }

        .faq-drawer__trigger:checked+.faq-drawer__title+.faq-drawer__content-wrapper {
            max-height: max-content;
        }

        .faq-drawer__trigger:checked+.faq-drawer__title::after {
            transform: rotate(-45deg);
            transition: 0.25s ease-in-out;
        }

        input[type="checkbox"] {
            display: none;
        }

        @media only screen and (max-width: 600px) {
            /* .container {
                padding: 80px;
            } */
        }

        .grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0px 40px;
    margin: 0 auto;
    /* border-bottom: 1px solid lightgrey; */
    padding-bottom: 20px;
}

table{
  font-family: "Lexend", sans-serif;
}

.blog-cont {
    position: relative;
    background: #fff;
    overflow: hidden;

    border-radius: 10px 10px 0px 0px;
}

.date-time-corner {
    position: absolute;
    top: 15px;
    right: 15px;
    display: flex;
    align-items: center;
    gap: 5px;
    background: rgba(255, 255, 255, 0.9);
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 14px;
    color: #555;
}
.blog-img-wrapper {
    position: relative;
    overflow: hidden;
    /* border-radius: 8px; */
}

.blog-img-wrapper img {
    display: block;
    width: 100%;
    height: auto;
    transition: filter 0.5s ease, transform 0.3s ease;
    filter: brightness(100%) contrast(100%);
    will-change: filter;
    border-radius: 10px;
}

.blog-img-wrapper:hover img {
    transform: scale(1.05); 
}
.date-time-corner p{
  margin: 0;
}

.events-card .grid-item {
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    display: inline;
    align-items: center;
    justify-content: center;
}
.overlay-content a {
    text-decoration: none;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
    margin: auto;
    background-color: black;
    padding: 10px;
    transition: 0.5s all ease-in;
}

.contact-form label {
    font-weight: 500;
    margin-bottom: 5px;
    display: block;
    font-family: 'Lexend';
}

.new{
  display: flex;
    align-items: center;
    justify-content: center;
}

.calculates{
  background-color: #000 !important;
  color: #fff;
}
.tile-calculator-form{
  gap: 50px;
}
.calc-bg{
  padding: 20px;
  border: 1px solid #c7c7c7;
}
.section-pad-c{
  padding: 20px 0 30px;
  text-align: center;
}
.size-200x1200mm{
  object-fit: contain !important;
}
.size-200x1200{
  object-fit: contain !important;
}
.custom-table td:first-child {
    text-align: left !important;
}
.custom-table th:first-child {
    text-align: left;
}

.text-bans h2 {
    font-size: 40px;
    color: #fff;
    line-height: 56px;
    font-weight: 400;
}

.text-bans{
      display: flex
;
    justify-content: space-between;
    width: 90%;
    align-items: anchor-center;
}

.grid-two{
   display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    align-items: center;
}
.grid-three{
   display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    align-items: center;

}
.grid-four{
   display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    align-items: center;

}
.grid-five{
   display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    align-items: center;

}
.grid-five{
   display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    align-items: center;

}
.border-g{
  padding: 10px;
  border: 1px solid #f5f5f5;
  border-radius: 10px;
  text-align: center;
}

.border-g h4{

  font-weight: 500;

}
.size-blog{
  padding-bottom: 50px;
}
.size-blog h3{
  padding-top: 30px !important;
}
.size-blog .grid-four{
  padding: 30px 0;
}
.size-blog ul{
  padding-left: 20px;
  list-style-type: disc;
}
.size-blog li{
  padding-bottom: 10px;
  font-weight: 300;
}


.finish-blog{
  padding-bottom: 50px;
}
.finish-blog h3{
  padding-top: 30px !important;
  font-size: 30px !important;
}
.finish-blog .grid-three{
  padding: 30px 0;
}
.finish-blog ul{
  padding-left: 20px;
  list-style-type: disc;
}
.finish-blog li{
  padding-bottom: 10px;
  font-weight: 300;
}
.finish-blog h4{
  font-size: 20px !important;
}


.exibation-blog{
  padding-bottom: 50px;
}
.exibation-blog h3{
  padding-top: 30px !important;
  padding-bottom: 15px !important;
  font-size: 30px !important;
  font-weight: 500;
}
.exibation-blog .grid-two{
  padding: 30px 0;
  gap: 50px;

}
.exibation-blog .grid-three{
  padding: 30px 0;
}
.exibation-blog ul{
  padding-left: 20px;
  list-style-type: disc;
}
.exibation-blog li{
  padding-bottom: 10px;
  font-weight: 300;
}
.exibation-blog h4{
  font-size: 20px !important;
  font-weight: 400;
}

.exibation-blog img{
  border-radius: 20px;
}



.inside-blog{
  padding-bottom: 50px;
}
.inside-blog h3{
  padding-top: 30px !important;
  padding-bottom: 15px !important;
  font-size: 30px !important;
  font-weight: 500;
}
.inside-blog .grid-two{
  padding: 30px 0;
  gap: 50px;
}
.inside-blog ul{
  padding-left: 20px;
  list-style-type: disc;
}
.inside-blog li{
  padding-bottom: 10px;
  font-weight: 300;
}
.inside-blog h4{
  font-size: 20px !important;
  font-weight: 400;
}

.inside-blog img{
  border-radius: 20px;
}

.inside-blog .grid-four{
  align-items: normal;
  padding: 20px 0;
}
.inside-blog .grid-four h4{
  padding-bottom: 10px;
}


   .parent {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(5, 1fr);
    gap: 8px;
    height: 100vh;
    font-size: 35px;
    font-weight: 600;
}

/* Common styles for all divs */
.parent > div {
    height: auto;
    background-position: left;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: end;
}

/* Individual div placements */
.div1 { grid-column: span 2; grid-row: span 3; }
.div2 { grid-column: 1 / span 2; grid-row: 4 / span 2; }
.div3 { grid-column: 3 / span 2; grid-row: 1 / span 2; }
.div4 { grid-column: 3 / span 2; grid-row: 3 / span 3; }
.div5 { grid-column: 5 / span 2; grid-row: 1 / span 3; }
.div6 { grid-column: 5 / span 2; grid-row: 4 / span 2; }


.parent > div {
    position: relative; /* for overlay positioning */
    height: auto;
    background-position: center;
    background-size: cover;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease;
    cursor: pointer;
}

/* Overlay for darkening the image */
.parent > div::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(0,0,0,0.4);  */
    transition: background 0.3s ease;
    z-index: 1;
}

/* Text container inside the div */
.parent .text-bans {
    position: absolute;
    z-index: 2;
    color: #fff;
    text-align: center;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease;
}

/* Hover effects */
.parent > div:hover::before {
    background: rgba(255, 255, 255, 0.5); /* darken on hover */
}

.parent > div:hover .text-bans {
    opacity: 1;
    transform: translateY(0);
}

/* Button style inside the text container */
.parent .btn-slider {
    display: inline-block;
    margin-top: 10px;
    padding: 8px 20px;
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.parent .btn-slider:hover {
    background-color: #fff;
    color: #000;
}
.text-bans {
    display: flex
;
    justify-content: space-between;
    width: 90%;
    align-items: anchor-center;
    flex-direction: column;
}
/* Responsive grid: 1024px and below */
@media (max-width: 1024px) {
    .parent {
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: repeat(6, 1fr);
        gap: 6px;
        font-size: 28px;
        /* height: auto; */
    }

    .div1 { grid-column: span 2; grid-row: span 2; }
    .div2 { grid-column: span 2; grid-row: span 1; }
    .div3 { grid-column: span 2; grid-row: span 1; }
    .div4 { grid-column: span 2; grid-row: span 2; }
    .div5 { grid-column: span 2; grid-row: span 2; }
    .div6 { grid-column: span 2; grid-row: span 1; }
}

/* Responsive grid: 768px and below */
@media (max-width: 768px) {
    .parent {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
        gap: 6px;
        font-size: 24px;
    }

    .div1, .div2, .div3, .div4, .div5, .div6 {
        grid-column: span 2;
        grid-row: auto;
    }
}

/* Responsive grid: 480px and below (mobile) */
@media only screen and (max-width: 767px) {
    .parent {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        gap: 15px;
        font-size: 20px;
        height: auto;
    }

    .parent > div {
        grid-column: span 1;
        grid-row: auto;
        height:30vh
    }
}