.corporate-slider {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.slider-corporate {
  list-style-type: none;
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.item-corporate {
  width: 200px;
  height: 300px;
  list-style-type: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  background-position: center;
  background-size: cover;
  border-radius: 20px;
  box-shadow: 0 20px 30px rgba(255, 255, 255, 0.3) inset;
  transition: transform 0.1s, left 0.75s, top 0.75s, width 0.75s, height 0.75s;

  /* Pseudo-element for overlay */
  &::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.3s;
  }

  /* Targeting specific items for overlay effect */
  &:nth-child(1)::before,
  &:nth-child(2)::before {
    opacity: 1;
  }

  &: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: 50%;
  }

  &:nth-child(4) {
    left: calc(50% + 220px);
  }

  &:nth-child(5) {
    left: calc(50% + 440px);
  }

  &:nth-child(6) {
    left: calc(50% + 660px);
    opacity: 0;
  }
}

.content-corporate {
  width: min(30vw, 400px);
  position: absolute;
  top: 50%;
  left: 3rem;
  transform: translateY(-50%);
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
  color: white;
  text-shadow: 0 3px 8px rgba(0, 0, 0, 0.5);
  opacity: 0;
  display: none;
  z-index: 4;
}

.content-corporate .title-corporate {
  text-transform: uppercase;
  font-size: 40px;
}

.content-corporate .description-corporate {
  margin: 1rem 0 1.5rem;
  font-size: 1.7rem;
  line-height: 1.6;
  color: white;
  font-weight: 500;
}

.item-corporate:nth-of-type(2) .content-corporate {
  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-corporate {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  user-select: none;
}

.nav-corporate .btn-corporate {
  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: 1.3rem;
  border-radius: 50%;
  cursor: pointer;
}

.nav-corporate .btn-corporate:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

@media (width > 650px) and (width < 900px) {
  .content-corporate {
    width: min(35vw, 450px);
    left: 1.5rem;
  }

  .nav-corporate .btn-corporate {
    padding: 1rem 1rem;
  }
}

@media (width < 650px) {

  .item-corporate:nth-child(3),
  .item-corporate:nth-child(4),
  .item-corporate:nth-child(5) {
    display: none;
  }

  .content-corporate {
    width: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .nav-corporate .btn-corporate {
    padding: 1rem;
  }
}

.corpor-title {
  color: Black;
  text-align: center;
}

/*slider end*/

.section-head {
  margin-top: 60px;
}

.section-head h4 {
  position: relative;
  padding: 0;
  color: #f91942;
  line-height: 1;
  letter-spacing: 0.3px;
  font-size: 50px;
  font-weight: 700;
  text-align: center;
  text-transform: none;
  margin-bottom: 30px;
}

.section-head h4:before {
  content: '';
  width: 60px;
  height: 3px;
  background: #f91942;
  position: absolute;
  left: 0px;
  bottom: -10px;
  right: 0;
  margin: 0 auto;
}

.section-head h4 span {
  font-weight: 700;
  padding-bottom: 5px;
  color: #2f2f2f
}

.service_text {
  color: #cccccc;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}

.section-head p,
.awesome_line {

 
  text-align: left;
  font-size: 1.7rem;
    line-height: 1.6;
}


.cards-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  margin-top: 20px;
  margin-bottom: 50px;
}
.whychoosepara{
    font-size: 1.7rem;
    line-height: 1.6;
    color: white;
}
.card-corporate {
  width: 315px;
  height: auto;
  min-height: 300px;
  border-top-left-radius: 35px;
  border-bottom-right-radius: 35px;
  overflow: hidden;
  transition: 0.1s all ease-out;
  box-shadow: 5px 1px 25px 0px rgba(0, 0, 0, 0.6);
  margin: 0 25px;
  align-self: stretch;
  background-color: #FFFFFF;
}

@media(max-width:600px) {
  .card-corporate {
    width: 315px;
    height: auto;
    min-height: 300px;
    border-top-left-radius: 35px;
    border-bottom-right-radius: 35px;
    overflow: hidden;
    transition: 0.1s all ease-out;
    box-shadow: 5px 1px 25px 0px rgba(0, 0, 0, 0.6);
    margin: 0 0px;
    align-self: auto;
    background-color: #FFFFFF;
  }

  .tz-gallery {
    padding: 0px !important;
  }

  .cta {
    height: auto !important;
  }
}

.card-corporate:hover {
  transform: scale(1);
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0px;
  box-shadow: 5px 0px 15px 2px;
}

.card-header {
  height: 310px;
  background-size: cover;
  background-position: center;
}

.conference {
  background-image: url('../img/corporate/Card1.jpg');
}

.exhibition {
  background-image: url('../img/corporate/Card2.jpg');
}

.product-launch {
  background-image: url('../img/corporate/Card3.jpg');
}

.card-body {
  padding: 20px;
  color: black
}

.card-body h5 .card-title {
  padding: 10px 0;
  font-size: 20px;
  position: relative;
}

.card-body h5 .card-title::after {
  content: '';
  width: 70%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: black;
}

.card-body p .card-para {
  padding: 10px 0;
  line-height: 20px;
  color: black
}

@media (max-width: 800px) {
  .cards-container {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }

  .card-corporate {

    margin: 25px 10px;
    width: 30%;
  }

  .section-head h4{
    font-size: 40px;
  }
}

@media (max-width: 430px) {
  .card-corporate {
    margin: 25px 10px;
    width: 100%;
  }
  .section-head h4{
    font-size: 30px;
  }

  .content-corporate .title-corporate{
    font-size: 30px;
  }
  .content-corporate .description-corporate{
    font-weight: 400;
    font-size: 20px;
  }
}

.cta {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(255, 255, 255, 0.3)), url("../img/corporate/c1.jpeg") fixed center center;
  background-size: cover;
  padding: 120px 0;
  height: 300px;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  font-size: 1.7rem;
  color: #fff;
  line-height: 1.6;
}

.cta .cta-btn {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
  text-decoration: none;
}

.cta .cta-btn:hover {
  background: #47b2e4;
  border: 2px solid #47b2e4;
}

@media (max-width: 1024px) {
  .cta {
    background-attachment: scroll;
  }
  .section-head h4 span{
    color: #ab8686;
  }
}

@media (min-width: 769px) {
  .cta .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

}

.gallery-container {
  /* background-color: #fff; */
  color: #35373a;
  min-height: 100vh;
  padding: 30px 50px 0px;
}

.gallery-container h1 {
  text-align: center;
  margin-top: 50px;
  font-weight: bold;
}

.gallery-container p.page-description {
  text-align: center;
  margin: 25px auto;
  font-size: 18px;
  color: #999;
}

.tz-gallery {
  padding: 40px 40px 0px;
}

/* Override bootstrap column paddings */
.tz-gallery .row>div {
  padding: 2px;
}

.tz-gallery .lightbox img {
  width: 100%;
  border-radius: 0;
  position: relative;
}

.tz-gallery .lightbox:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -13px;
  margin-left: -13px;
  opacity: 0;
  color: #fff;
  pointer-events: none;
  z-index: 9000;
  transition: 0.4s;
}


.tz-gallery .lightbox:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(46, 132, 206, 0.7);
  content: '';
  transition: 0.4s;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
  opacity: 1;
}

.baguetteBox-button {
  background-color: transparent !important;
}