/* what's App Link Button */
.whats-app-fixed-area > .whats-app-btn > a {
  position: fixed;
  left: 15%;
  bottom: 8%;
  width: 50px;
  height: 50px;
  z-index: 9999999999999999;
  transform-origin: center center;
  transition: all 300ms ease-in-out;
  transform: scale(0.9);
}
.whats-app-fixed-area > .whats-app-btn > a:hover {
  transform: scale(1);
}

.whats-app-fixed-area > .whats-app-btn > a:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #077703;
  border-radius: 50%;
  animation: animate 2s linear infinite;
}
.whats-app-fixed-area > .whats-app-btn > a:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #fff;
  border-radius: 50%;
  animation: animate 2s 1s linear infinite;
}
@keyframes animate {
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes call {
  50% {
    transform: rotate(50deg) scale(1);
  }
  100% {
    transform: rotate(100deg) scale(1);
  }
}

@keyframes animate {
  100% {
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes call {
  50% {
    transform: rotate(50deg) scale(1);
  }
  100% {
    transform: rotate(100deg) scale(1);
  }
}

/* Call us Link Button */
.call-us-fixed-area > .call-us-btn > a {
  position: fixed;
  left: 5%;
  bottom: 8%;
  width: 50px;
  height: 50px;
  z-index: 9999999999999999;
  transform-origin: center center;
  transition: all 300ms ease-in-out;
  transform: scale(0.9);
}
.call-us-fixed-area > .call-us-btn > a:hover {
  transform: scale(1);
}

.call-us-fixed-area > .call-us-btn > a:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #000;
  border-radius: 50%;
  animation: animate 2s linear infinite;
}
.call-us-fixed-area > .call-us-btn > a:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #fff;
  border-radius: 50%;
  animation: animate 2s 1s linear infinite;
}

@media only screen and (max-width: 600px) {
  .whats-app-fixed-area > .whats-app-btn > a {
    left: 5% !important;
    bottom: 10%;
  }

  .call-us-fixed-area > .call-us-btn > a {
    right: 5% !important;
    bottom: 25%;
  }
}

.our-market-areas {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  row-gap: 1rem;
  text-align: left;
  margin: auto;
}
.locations-areas {
  color: #1f4e3d;
  font-weight: bolder;
}
.locations-areas:hover {
  text-decoration: underline;
  color: #1f4e3d;
}

#headingOne button {
  font-size: 35px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}
#headingOne {
  background-color: #b03a00;
}

/* chick maker in rohini.php page */
/* chick maker in rohini.php page */
/* chick maker in rohini.php page */
/* chick maker in rohini.php page */
/* chick maker in rohini.php page */
/* chick maker in rohini.php page */
/* chick maker in rohini.php page */
/* chick maker in rohini.php page */
/* chick maker in rohini.php page */
/* chick maker in rohini.php page */

.gallery_section {
  width: 100%;
  padding: 3rem;
  padding-top: 1.5rem;
  padding-bottom: 0rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gallery_section .container {
  width: 100%;
  height: 100%;
}

.gallery_section .container .section_title {
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 1.5rem;
  font-family: "Dancing Script", cursive;
  color: crimson;
}

.gallery_section .container .row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(250px, 1fr)) [auto-fit];
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.gallery_section .container .row a {
  width: 100%;
  overflow: hidden;
  padding: 1rem;
  border-radius: 10px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.gallery_section .container .row a img {
  width: 100%;
  border-radius: 20px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.gallery_section .container .row a img:hover {
  -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  -webkit-transform: scale(0.97);
  transform: scale(0.97);
}

/* Gallery End */
/* Gallery Styling Start */
.mfp-container::before {
  position: absolute;
  width: 50%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 99;
  left: 0;
}

.mfp-container::after {
  position: absolute;
  width: 50%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 99;
  right: 0;
}

.mfp-arrow {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.mfp-arrow:hover {
  -webkit-transform: scale(2);
  transform: scale(2);
}

/* Gallery Styling End */
