/*-- ==================== About Banner Section  ====================== --*/

.about-banner {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/about-banner.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 40vh;
  display: grid;
  place-items: center;
}

.about-banner .data {
  padding-top: 5%;
  display: grid;
  place-items: center;
}

.about-banner .data p {
  margin-top: 10px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background-color: rgba(186, 186, 186, 0.3);
  border: 1px solid rgb(108, 108, 108);
  border-radius: 30px;
  padding: 2px 26px 2px 26px;
  line-height: 2;
}

.about-banner h2 {
  font-size: clamp(25px, 3vw, 120px);
  color: white;
  font-weight: 700;
}

.about-banner p {
  color: var(--white-color);
  font-size: 20px;
}

.about-banner p i {
  color: var(--primary-color);
}

.about-banner a {
  color: var(--white-color);
}


@media(max-width:1199.5px) {
  .about-banner .data {
    padding-top: 12%;
  }
}

@media(max-width:991.5px) {
  .about-banner .data {
    padding-top: 12%;
  }
}

@media(max-width:767.5px) {
  .about-banner {
    height: 40vh;
  }

  .about-banner .data {
    padding-top: 16%;
  }
}

@media(max-width:576.5px) {
  .about-banner {
    height: 37vh;
  }

  .about-banner .data {
    padding-top: 23%;
  }
}

@media(max-width:400px) {
  .about-banner p {
    font-size: 18px;
  }
}

/*-- ================  About Section  ================== --*/

.about-section-two {
  background-image: url("../images/about-bg-two.webp");
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 576px) {
  .about-section-two {
    padding: 0 15px 0 15px;
  }
}

@media (max-width: 425px) {
  .about-section-two .section-title-two {
    margin-top: 50px;
  }
}

.about-section-two .section-title-two .sub-title-two {
  position: relative;
  z-index: 1;
}

.about-section-two .section-title-two .title h2 {
  margin-bottom: 16px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .about-section-two .section-title-two .title h2 {
    margin-bottom: 10px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .about-section-two .section-title-two .title h2 {
    font-size: 33px;
    line-height: 38px;
  }
}

.about-section-two .section-title-two .description p {
  margin-bottom: 18px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .about-section-two .section-title-two .description p {
    margin-bottom: 8px;
    font-size: 16px;
  }
}

.about-section-two .section-title-two .description p:last-child {
  margin-bottom: 0;
}

.about-section-two ul {
  display: flex;
  align-items: center;
  text-align: center;
  flex-wrap: wrap;
  margin-top: 29px;
  gap: 20px;
}

@media (max-width: 1399px) {
  .about-section-two ul {
    gap: 15px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .about-section-two ul {
    margin-top: 20px;
  }
}

.about-section-two ul .single-card {
  background-color: rgb(235, 255, 232);
  padding: 34px 29px;
  width: 190px;
  height: 100px;
  border-radius: 30px;
  border-bottom: 3px solid rgb(77, 166, 39);
}

@media (max-width: 1399px) {
  .about-section-two ul .single-card {
    padding: 35px 25px;
    width: auto;
    height: auto;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .about-section-two ul .single-card {
    padding: 25px 25px;
  }
}

@media (max-width: 1199px) {
  .about-section-two ul .single-card {
    padding: 25px 15px;
    width: auto;
    height: auto;
  }
}

@media (max-width: 767px) {
  .about-section-two ul .single-card {
    padding: 25px 15px;
  }
}

@media (max-width: 425px) {
  .about-section-two ul .single-card {
    width: 100%;
  }
}

.about-section-two ul .single-card.two {
  background-color: rgb(255, 243, 236);
  border-bottom: 3px solid rgb(243, 128, 53);
}

.about-section-two ul .single-card.three {
  background-color: rgb(232, 246, 255);
  border-bottom: 3px solid rgb(11, 65, 100);
}

.about-section-two ul .single-card .card-content .number {
  display: flex;
  justify-content: center;
}

.about-section-two ul .single-card .card-content .number h5 {
  font-size: 36px;
  font-weight: 700;
  line-height: 26px;
  color: var(title-color);
  margin-bottom: 18px;
}

@media (max-width: 1399px) {
  .about-section-two ul .single-card .card-content .number h5 {
    font-size: 30px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .about-section-two ul .single-card .card-content .number h5 {
    font-size: 28px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .about-section-two ul .single-card .card-content .number h5 {
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .about-section-two ul .single-card .card-content .number h5 {
    font-size: 24px;
    margin-bottom: 8px;
  }
}

.about-section-two ul .single-card .card-content .number span {
  font-size: 36px;
  font-weight: 500;
  line-height: 26px;
  color: var(title-color);
}

@media (max-width: 1399px) {
  .about-section-two ul .single-card .card-content .number span {
    font-size: 30px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .about-section-two ul .single-card .card-content .number span {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .about-section-two ul .single-card .card-content .number span {
    font-size: 24px;
  }
}

.about-section-two ul .single-card .card-content h5 {
  font-size: 17px;
  font-weight: 700;
  line-height: 20px;
  color: var(title-color);
  margin: 0;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .about-section-two ul .single-card .card-content h5 {
    font-size: 14px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .about-section-two ul .single-card .card-content h5 {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .about-section-two ul .single-card .card-content h5 {
    font-size: 14px;
  }
}

.about-section-two .bottom-area p {
  font-family: "Jost", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  color: var(--black) !important;
  margin: 28px 0 20px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .about-section-two .bottom-area p {
    margin: 22px 0 26px;
  }
}

.about-section-two .bottom-area .primary-btn.three-small {
  padding: 12.5px 32.3px;
  border-radius: 30px;
  font-size: 18px;
  line-height: 28px;
}

.about-section-two .about-left-area {
  position: relative;
  margin-top: 23px;
}

@media (max-width: 991px) {
  .about-section-two .about-left-area {
    margin-bottom: 60px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .about-section-two .about-left-area .about-image-big {
    width: 85%;
  }
}

.about-section-two .about-left-area .about-image-big img {
  border-radius: 10px;
}

.about-section-two .about-left-area .about-video-area {
  background-color: rgb(255, 255, 255);
  border-radius: 20px;
  padding: 12px;
  position: absolute;
  right: 10%;
  top: 49%;
}

@media (max-width: 1399px) {
  .about-section-two .about-left-area .about-video-area {
    right: 0%;
    top: 47%;
  }
}

@media (max-width: 1199px) {
  .about-section-two .about-left-area .about-video-area {
    top: 70%;
    right: 3%;
  }
}

@media (max-width: 991.5px) {
  .about-section-two .about-left-area .about-video-area {
    right: 20%;
    top: 45%;
  }
}

@media (max-width: 767.5px) {
  .about-section-two .about-left-area .about-video-area {
    right: -3%;
    z-index: 9;
  }
}

@media (max-width: 425px) {
  .about-section-two .about-left-area .about-video-area {
    width: 70%;
  }
}

.about-section-two .about-left-area .about-video-area .video-area {
  position: absolute;
  top: 41%;
  left: 50%;
  transform: translateX(-50%);
}

.about-section-two .about-left-area .about-video-area img {
  border-radius: 10px;
}

.about-section-two .about-left-area .experience-area {
  background-color: var(--primary-color);
  border-radius: 43px;
  max-width: 206px;
  width: 100%;
  padding: 3px;
  position: absolute;
  top: 5%;
  left: 3%;
}

.about-section-two .about-left-area .experience-area .experience-wrap {
  display: flex;
  align-items: center;
  border: 2px solid var(--white-color);
  border-radius: 43px;
}

.about-section-two .about-left-area .experience-area .experience-wrap .number h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 33.18px;
  color: var(--white-color);
  border: 2px solid var(--white-color);
  border-radius: 50%;
  padding: 10px;
  margin: 0;
}

.about-section-two .about-left-area .experience-area .experience-wrap .content P {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
  color: var(--white-color);
  margin: 0;
}

.about-section-two .about-red-shape {
  position: absolute;
  top: 0%;
  right: 14%;
  animation: up-down2 2s linear infinite alternate;
}

@keyframes up-down2 {
  0% {
    transform: translateY(35px);
  }

  50% {
    transform: translateY(20px);
  }

  100% {
    transform: translateY(35px);
  }
}

@media (max-width: 1399px) {
  .about-section-two .about-red-shape {
    right: 2%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .about-section-two .about-red-shape {
    right: 72%;
    top: 95%;
  }
}

@media (max-width: 991px) {
  .about-section-two .about-red-shape {
    right: 18%;
    top: -2%;
  }
}

@media (max-width: 767px) {
  .about-section-two .about-red-shape {
    display: none;
  }
}

.about-section-two .about-green-shape {
  position: absolute;
  top: 99%;
  left: 5%;
  animation: up-down2 2s linear infinite alternate;
}

@keyframes up-down2 {
  0% {
    transform: translateY(35px);
  }

  50% {
    transform: translateY(20px);
  }

  100% {
    transform: translateY(35px);
  }
}

@media (max-width: 1399px) {
  .about-section-two .about-green-shape {
    left: 2%;
  }
}

@media (max-width: 1199px) {
  .about-section-two .about-green-shape {
    z-index: -1;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .about-section-two .about-green-shape {
    left: 4%;
    top: 105%;
  }
}

@media (max-width: 991px) {
  .about-section-two .about-green-shape {
    z-index: 1;
    left: 12%;
  }
}

.section-title-two .sub-title-two {
  padding: 7px 22px;
  white-space: nowrap;
  display: inline-flex;
  margin-bottom: 10px;
  max-width: 100%;
  width: -moz-max-content;
  width: max-content;
  position: relative;
}

.section-title-two .sub-title-two .bg-shape {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.section-title-two .sub-title-two span {
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  color: var(--white-color);
}

.section-title-two .title h2 {
  font-size: 48px;
  font-weight: 900;
  line-height: 58px;
  color: var(title-color);
  margin: 0;
  text-transform: capitalize;
}

@media (max-width: 1399px) {
  .section-title-two .title h2 {
    font-size: 40px;
    line-height: 50px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .section-title-two .title h2 {
    font-size: 35px;
    line-height: 43px;
  }
}

@media (max-width: 767px) {
  .section-title-two .title h2 {
    font-size: 35px;
  }
}

@media (max-width: 576px) {
  .section-title-two .title h2 {
    font-size: 26px;
    line-height: 40px;
  }
}

@media (max-width: 350px) {
  .section-title-two .title h2 {
    font-size: 26px;
  }
}

.section-title-two .description P {
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  color: var(--black);
  margin-top: 8px;
}

.primary-btn.three-small {
  background-color: var(--primary-color);
  border-radius: 5px;
  padding: 19px 41.2px;
  color: #fff;
  font-weight: 800;
  position: relative;
}


.primary-btn.three-small:hover {
  background-color: var(--secondary-color);
}

/*-- ================  Feature Section  ================== --*/

.tripex-features-sec {
  position: relative;
}

.tripex-features-sec::after {
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
  z-index: -2;
  width: 100%;
  max-height: 849px;
  height: 100%;
  background: linear-gradient(rgb(234, 244, 230) 0%, rgba(234, 244, 230, 0) 100%);
  border-radius: 20px;
}

.tripex-features-sec .tripex-image-box {
  position: relative;
}

.tripex-features-sec .tripex-image-box .shape {
  position: absolute;
}

.tripex-features-sec .tripex-image-box .shape.shape-one {
  top: 120px;
  left: -70px;
  z-index: 1;
}

@media (max-width: 767.98px) {
  .tripex-features-sec .tripex-image-box .shape.shape-one {
    display: none;
  }
}

.tripex-features-sec .tripex-image-box .shape.shape-two {
  left: 12%;
  top: 55px;
}

@media (max-width: 767.98px) {
  .tripex-features-sec .tripex-image-box .shape.shape-two {
    top: 30px;
    left: 7%;
  }
}

.tripex-features-sec .tripex-image-box .shape.shape-three {
  top: 50px;
  right: 20%;
}

@media (max-width: 767.98px) {
  .tripex-features-sec .tripex-image-box .shape.shape-three {
    top: 20px;
    right: 10%;
  }
}

.tripex-features-sec .section-title h2 {
  font-size: 55px;
  line-height: 65px;
  letter-spacing: -0.03em;
}

@media (max-width: 1650px) {
  .tripex-features-sec .section-title h2 {
    font-size: 50px;
  }
}

@media screen and (max-width: 991.98px) {
  .tripex-features-sec .section-title h2 {
    font-size: 40px;
    line-height: 55px;
  }
}

@media (max-width: 575.98px) {
  .tripex-features-sec .section-title h2 {
    font-size: 30px;
    line-height: 45px;
  }
}



/*-- =========== TOUR PAGE CSS =========== --*/

/*-- ==================== About Banner Section  ====================== --*/

.tour-banner {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/about-banner.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 40vh;
  display: grid;
  place-items: center;
}

.tour-banner .data {
  padding-top: 5%;
  display: grid;
  place-items: center;
}

.tour-banner .data p {
  margin-top: 10px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background-color: rgba(186, 186, 186, 0.3);
  border: 1px solid rgb(108, 108, 108);
  border-radius: 30px;
  padding: 2px 26px 2px 26px;
  line-height: 2;
}

.tour-banner h2 {
  font-size: clamp(25px, 3vw, 120px);
  color: white;
  font-weight: 700;
}

.tour-banner p {
  color: var(--white-color);
  font-size: 20px;
}

.tour-banner p i {
  color: var(--primary-color);
}

.tour-banner a {
  color: var(--white-color);
}


@media(max-width:1199.5px) {
  .tour-banner .data {
    padding-top: 12%;
  }
}

@media(max-width:991.5px) {
  .tour-banner .data {
    padding-top: 12%;
  }
}

@media(max-width:767.5px) {
  .tour-banner {
    height: 40vh;
  }

  .tour-banner .data {
    padding-top: 16%;
  }
}

@media(max-width:576.5px) {
  .tour-banner {
    height: 37vh;
  }

  .tour-banner .data {
    padding-top: 23%;
  }
}

@media(max-width:400px) {
  .tour-banner p {
    font-size: 18px;
  }
}


/*-- =============  Tour Details Section ================= --*/
.img-wrapper {
  border-radius: 12px;
  border: 12px solid transparent;
  outline: 3px dashed var(--secondary-color);
  width: 100%;
  height: 400px;
  border-radius: 6px;
  /* overflow: hidden; */
}

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

.single-tour h5 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #333;
}

.single-tour p {
  margin: 0;
  color: #555;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .img-wrapper {
    height: 220px;
    margin-bottom: 15px;
  }
}

.tour-details .section-title h2 {
  font-size: 55px;
  line-height: 65px;
  letter-spacing: -0.03em;
}

.tour-details .shape {
  position: absolute;
  z-index: -1;
}

@media (max-width: 1650px) {
  .tour-details .section-title h2 {
    font-size: 50px;
  }
}

@media screen and (max-width: 991.98px) {
  .tour-details .section-title h2 {
    font-size: 40px;
    line-height: 55px;
  }
}

@media (max-width: 575.98px) {
  .tour-details .section-title h2 {
    font-size: 27px;
    line-height: 40px;
  }
}

.info-box {
  padding: 25px 22px;
  border-radius: 8px;
  background-color: #f2f7f5;
  margin-top: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .25);
}

.tour-details .info-box i {
  color: #000;
}

.tour-details .info-box p {
  color: #000;
}

.tour-details .heading h3 {
  font-size: clamp(25px, 2.2vw, 120px);
  font-weight: 800;
  color: var(--secondary-color);
}

.tour-details .section-title-2 h2{
    font-size: clamp(25px, 3vw, 120px);
}
.tour-details .heading p {
  font-size: 20px;
  color: #000;
}

.tour-details .info-box P {
  font-size: 18px;
}

.single-tour {
  padding-top: 35px !important;
}

.tour-2 {
  padding-top: 15px !important;
}

@Media(max-width:767px) {
  .tour-details .heading p {
    font-size: 18px;
    color: #000;
  }

  .single-tour {
    padding-top: 20px !important;
  }
}

.sec-2 h2{
  position: relative;
  display: inline-block;
}

.sec-2 h2:after{
  position: absolute;
  content: '';
  width: 80%;
  height: 4px;
  background-color: var(--secondary-color);
  left: 10%;
  bottom: -8px;
}


/*-- =============  Contact Page CSS================= --*/

.contact-bnr {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/about-banner.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 300px;
  height: 40vh;
  display: grid;
  place-items: center;
}

.contact-bnr .data {
  padding-top: 5%;
  display: grid;
  place-items: center;
}

.contact-bnr .data p {
  margin-top: 10px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background-color: rgba(186, 186, 186, 0.3);
  border: 1px solid rgb(108, 108, 108);
  border-radius: 30px;
  padding: 2px 26px 2px 26px;
  line-height: 2;
}

.contact-bnr h2 {
  font-size: clamp(25px, 3vw, 120px);
  color: white;
  font-weight: 700;
}

.contact-bnr p {
  color: var(--white-color);
  font-size: 20px;
}

.contact-bnr p i {
  color: var(--primary-color);
}

.contact-bnr a {
  color: var(--white-color);
}


@media(max-width:1199.5px) {
 .contact-bnr .data {
    padding-top: 12%;
  }
}

@media(max-width:991.5px) {
.contact-bnr .data {
    padding-top: 12%;
  }
}

@media(max-width:767.5px) {
.contact-bnr {
    height: 40vh;
  }

  .contact-bnr.data {
    padding-top: 16%;
  }
}

@media(max-width:576.5px) {
  .contact-bnr{
    height: 37vh;
  }

  .contact-bnr .data {
    padding-top: 23%;
  }
}

@media(max-width:400px) {
 .contact-bnr p {
    font-size: 18px;
  }
}

.pulse-wrapper {
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.pulse-play-button {
  --pulse-color: 37, 211, 102; /* WhatsApp green */
  background: rgb(var(--pulse-color));
  border-radius: 50%;
  height: 80px;
  width: 80px;
  box-shadow: 0 0 0 0 rgba(var(--pulse-color), 1);
  transform: scale(1);
  animation: pulse 2s infinite;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pulse-icon {
  color: #fff;
  font-size: 36px;
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(var(--pulse-color), 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 15px rgba(var(--pulse-color), 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(var(--pulse-color), 0);
  }
}


.contact-info{
  background-color: #000;
}

 .main-heading h2 {
    font-size: clamp(30px, 3.5vw, 120px);
    color: #055986;
    font-family: "Russo One", sans-serif;
    text-align: center;
}


.contact-infoo .anchorr a {
  font-size: clamp(30px, 2.6vw, 120px);
  color: #fff; /* Start color */
  font-weight: 700;
  animation: blinkColor 1s infinite;
}

@keyframes blinkColor {
  0% { color: #fff; }
  50% { color: var(--secondary-color); } /* Blink color — red example */
  100% { color: #fff; }
}


.contact-infoo .data h5{
  color: #fff;
  font-size: 20px;
}

/* ============== call to action section here =============== */
 
.callaction{
    background: linear-gradient(to right, rgba(0, 0, 0, 0.804) 60%, transparent), url('../images/about-2.webp') no-repeat center center/cover;
    border-radius: 12px;
    overflow: hidden;
}

.callaction .data{
    padding: 45px;
}

.callaction .data h4{
    color: white;
    font-size: clamp(30px, 3vw, 70px);
}

.callaction .data p{
    font-weight: 600;
    font-size: 18px;
    margin: 15px 0px;
}


/* -------------------------------------
Start Default Btn
----------------------------------------*/

 .callaction .data h4 span{
  color: #f38035;
 }
@media(max-width:767.5px){
  .callaction  .default-btn {
      padding: 11px 20px;
      font-size: 16px;
    }
}

@Media(max-width:576px){
   .callaction{
        background: linear-gradient(to right, rgba(0, 0, 0, 0.700) 100%, transparent), url('../images/about-2.webp') no-repeat center center/cover;
    }
}
@media(max-width:450px){
      .callaction .data{
        padding: 30px 25px;
    }

    .callaction .data p{
        font-size: 16px;
    }
}

@media(max-width:400px){
    .callaction .data{
        padding: 30px 20px;
    }

}





/* ===========================
  Contact Info Section
=========================== */


.contact-infoo .anchorr a {
  font-size: clamp(30px, 2.6vw, 120px);
  color: #fff;
  font-weight: 700;
  animation: blinkColor 1s infinite;
}

@keyframes blinkColor {
  0% { color: #fff; }
  50% { color: var(--secondary-color); } /* e.g., orange or your theme */
  100% { color: #fff; }
}

.contact-infoo .data h5 {
  color: #fff;
  font-size: 20px;
}

.callaction {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: linear-gradient(to right,rgba(0, 0, 0, 0.8) 60%, transparent), url('../images/about-2.webp') no-repeat center center/cover;
  border-radius: 12px;
  overflow: hidden;
}

.callaction .data {
  padding: 45px;
}

.callaction .data h4 {
  color: white;
  font-size: clamp(30px, 3vw, 70px);
}

.callaction .data p {
  font-weight: 600;
  font-size: 18px;
  margin: 15px 0px;
}

.callaction .pulse-col {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 45px;
}

/* WhatsApp Pulse Button Bigger */
.pulse-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pulse-play-button {
  --pulse-color: 37, 211, 102; /* WhatsApp green */
  background: rgb(var(--pulse-color));
  border-radius: 50%;
  height: 120px; /* Bigger size */
  width: 120px;
  box-shadow: 0 0 0 0 rgba(var(--pulse-color), 1);
  transform: scale(1);
  animation: pulse 2s infinite;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pulse-icon {
  color: #fff;
  font-size: 60px; /* Bigger icon */
}

.contact-infoo .shape {
    position: absolute;
    z-index: -1
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(var(--pulse-color), 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 25px rgba(var(--pulse-color), 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(var(--pulse-color), 0);
  }
}

.contact-infoo .shape-3 {
    top: -100px;
    left: 0;
    animation: anime-1 5s linear infinite alternate-reverse
}

@keyframes anime-1 {
    0% {
        scale: .9
    }

    100% {
        scale: 1.2
    }
}

.contact-infoo .shape-4 {
  position: absolute;
    right: 0;
    bottom: -100px;
}


@media (max-width: 768px) {
  .callaction .pulse-col {
    justify-content: center;
    margin-top: 10px;
        padding: 10px
  }

      .pulse-play-button {
        height: 80px;
        width: 80px;
      }
      .pulse-icon {
        font-size: 40px;
      }
      .callaction .pulse-col {
        justify-content: center;
      }
}



@media (max-width: 768px) {
  .pulse-wrapper {
    min-height: 150px; /* Mobile ke liye kam height */
  }

  .callaction .data {
    padding: 15px;
}

.callaction .data h4 br{
  display: none;
}
}