 .how-we-value-wrapp h2 {
            padding-bottom: 15px;
            color: var(--heading-color);
            font-weight: 600;
            margin-bottom: 0px;
        }

        .how-we-value-wrapp h6 {
            line-height: 1.3;
            color: var(--primary-color);
            letter-spacing: 0.03em;
            font-size: var(--f17);
            font-weight: 600;
            margin-bottom: 0px;
        }

        .how-we-value-wrapp .col-md-4 {
            padding: var(--p8);
            position: relative;
            width: 25%;
        }

        .how-we-value-wrapp .col-md-4 a {
            position: relative;
            display: block;
            border-radius: 20px;
        }

        .how-we-value-wrapp img.img-fluid {
            border-radius: 0px;
            -webkit-transition: 0.5s all;
            -ms-transition: 0.5s all;
            transition: 0.5s all;
            width: 100%;
            height: 400px;
            object-fit: cover;
        }

        .how-we-value-wrapp .row {
            gap: 0px 0;
            width: 100%;
        }

        .how-we-value-wrapp .img-card {
            border-radius: 0px;
            overflow: hidden;
            -webkit-transition: 0.5s all;
            -ms-transition: 0.5s all;
            transition: 0.5s all;
            position: relative;
            border-radius: 20px;
        }

        .how-we-value-wrapp .atr-cont {
            background: transparent;
            /* box-shadow: 0px 4px 14px rgba(214, 214, 214, 0.24); */
            margin: 0px;
            padding: var(--p30) var(--p30);
            border-radius: 0px;
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: space-between;
            bottom: 0;
            width: 100%;
            transition: all 0.3s;
            z-index: 1;
        }

        .how-we-value-wrapp .atr-cont h4 {
            font-weight: 600;
            margin-bottom: 0px;
            font-size: var(--f23);
            /* max-height: 34px; */
            overflow: hidden;
            color: var(--white-color);
            text-shadow: 0px 0px 2px #000;
        }

        .how-we-value-wrapp .overlay {
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            background: rgba(0, 0, 0, 0.4);
        }

        .how-we-value-wrapp .atr-cont .arrow {
            width: 58px;
            height: 58px;
            border-radius: 50%;
            color: var(--white-color);
            flex-shrink: 0;
            -webkit-transition: 0.5s all;
            -ms-transition: 0.5s all;
            transition: 0.5s all;
            background: var(--heading-color);
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 900;
            border: 1px solid var(--heading-color);
            opacity: 0;
            visibility: hidden;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -o-transition: all 0.3s;
            -ms-transition: all 0.3s;
            transition: all 0.3s;
        }

        .how-we-value-wrapp .arrow:hover {
            background: var(--white-color);
            color: var(--heading-color);
        }

        .how-we-value-wrapp a.main-btn {
            display: none;
            width: 180px;
            text-align: center;
            margin: auto;
            margin-top: var(--m20);
        }

        .how-we-value-wrapp .pro-btn {
            text-align: center;
            margin-top: var(--m30);
        }

        .how-we-value-wrapp .col-md-4:hover .atr-cont {
            background: var(--white-color);
            box-shadow: 0px 4px 14px rgba(214, 214, 214, 0.24);
        }

        .how-we-value-wrapp .col-md-4:hover .atr-cont h4 {
            color: var(--white-color);
            text-shadow: 0px 0px 0px #000;
        }

        .how-we-value-wrapp .col-md-4:hover .arrow {
            opacity: 1;
            visibility: visible;
        }

        .how-we-value-wrapp .attraction-btn {
            margin-top: var(--m30);
        }

        .how-we-value-heading {
            text-align: center;
            margin-bottom: 40px;
        }

        .how-we-value-heading h6 {
            line-height: 1.3;
            color: var(--primary-color);
            letter-spacing: 0.03em;
            font-size: var(--f17);
            font-weight: 600;
            margin-bottom: 0px;
        }

        .how-we-value-wrapp {
            padding: var(--p60) 0;
            background: var(--white-color);
        }

        .how-we-value-wrapp .container-fluid {
            padding: 0px;
        }

        .how-we-value-heading h4 {
            margin-bottom: 1px;
            text-transform: uppercase;
            font-weight: 600;
            color: var(--secondary-color);
            font-size: 20px;
        }

        .how-we-value-heading h3 {
            text-transform: uppercase;
            color: var(--secondary-color);
            font-weight: 600;
            font-size: 28px;
        }

        .how-we-value-bottom p {
            text-align: center;
            width: 80%;
            margin: 30px auto 0;
            font-size: 15px;
            color: #000;
        }

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

        .attraction-btn .main-btn {
            margin-top: var(--m20);
            text-align: center;

        }
.how-we-value-wrapp .attr-col {
            padding: var(--p8);
            position: relative;
            width: 33.33%;
        }

        .how-we-value-wrapp .attr-col a {
            position: relative;
            display: block;
            border-radius: 20px;
            overflow: hidden;
        }

        .how-we-value-wrapp .attr-col a::after {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.2);
            border-radius: 20px;
        }

        .how-we-value-wrapp .attr-col:hover .atr-cont {
            background: rgba(0, 0, 0, 0.5);
            border-radius: 0 0 20px 20px;
            box-shadow: 0px 4px 14px rgba(214, 214, 214, 0.24);
        }

        .how-we-value-wrapp .attr-col:hover .arrow {
            opacity: 1;
            visibility: visible;
        }

.expand-section {
  display: flex;
  width: 100%;
  height: 450px;
  gap: 15px;
  overflow: hidden;
}

.expand-section .custom-card {
  flex: 1;
  position: relative;
  color: #fff;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  cursor: pointer;
  overflow: hidden;
  transition: all 1.1s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.expand-section .custom-card a{
        position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
}
.expand-section .custom-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--bg-image);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 3s ease;
  z-index: 0;
}

.expand-section .custom-card::before {
  content: "";
  position: absolute;
  inset: 0;
  transition: 1s ease;
  z-index: 1;
}

.bottom-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: #002a5a7a;
  z-index: 2;
  transition: height 1.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.card-inner {
  position: relative;
  padding: 40px 32px;
  z-index: 3;
  max-width: 520px;
}

.subtitle {
  font-size: 13px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.card-inner h3 {
  font-size: 30px;
  margin-bottom: 10px;
  color: var(--white-color);
}

.card-inner p {
    color: var(--white-color);
}

.hover-content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(20px);
  transition: max-height 0.9s ease, opacity 0.8s ease, transform 0.9s ease;
}

.hover-content p {
  margin: 15px 0;
  font-size: 14px;
  line-height: 1.6;
}

.expand-section .main-btn {
  /* background: rgb(77 101 79 / 40%); */
  display: inline-block;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}

.custom-card.active {
  flex: 3;
}

.custom-card.active::after {
  transform: scale(1.08);
}

.custom-card.active::before {
  background: #002a5a7a;
}

.custom-card.active .bottom-layer {
  height: 100%;
}

.custom-card.active .hover-content {
  max-height: 300px;
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 768px) {
  .expand-section {
    flex-direction: column;
    height: auto;
  }

  .custom-card {
    height: 260px;
  }
}
.expand-sec-outer .head-sec span.background-text {
  font-size: 105px;
  line-height: 0.8em;
  font-weight: 500;
  letter-spacing: -0.015em;
  text-transform: uppercase;
  font-family: var(--secondary-font);
  opacity: 0.13;
  left: 50%;
  position: absolute;
  top: -25px;
  transform: translateX(-50%);
}
.expand-sec-outer .head-sec h6 {
  position: relative;
  z-index: 1;
  /* margin: 16px 0 7px 0; */
  text-transform: uppercase;
  font-size: 13px;
  font-family: var(--primary-font);
  letter-spacing: 0.25em;
  font-weight: 500;
  padding-top: 16px;
  margin-bottom: 7px;
}
.expand-sec-outer .head-sec {
  text-align: center;
  margin-bottom: var(--m30);
  position: relative;
}
.expand-sec-outer .head-sec h2 {
  position: relative;
  z-index: 1;
}