/* START: ***************************** Common ************************** */
h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-family: "El Messiri", sans-serif; */
  font-feature-settings: "lnum" 1;
  /* font-variant-numeric: lining-nums; */
  font-weight: 400;
  line-height: 1;
  word-break: break-word;
}

/* ==============START: Font Size Classes ========================= */
.fs_10 {
  font-size: 10px;
}

.fs_20 {
  font-size: 20px;
}

.fs_30 {
  font-size: 30px;
}

.fs_40 {
  font-size: 40px;
}
/* ==============END: Font Size Classes ========================= */

/* ==============START: Padding Classes ========================= */
.p_10 {
  padding: 10px;
}
.p_20 {
  padding: 20px;
}
/* top */
.pt_20 {
  padding-top: 20px;
}
.mt_30 {
  margin-top: 20px;
}
/* ==============END: Padding Classes ========================= */

/* ==============START: Margin Classes ========================= */
.m_10 {
  margin: 10px;
}
/* top */
.mt_20 {
  margin-top: 20px;
}
.mt_30 {
  margin-top: 20px;
}
/* bottom */
.mb_20 {
  margin-bottom: 20px;
}
.mb_30 {
  margin-bottom: 20px;
}
/* top */
.mt_20 {
  margin-top: 20px;
}
.mt_30 {
  margin-top: 20px;
}
/* ==============END: Margin Classes ========================= */

.sec-name {
  font-size: 40px !important;
  color: var(--color_primary);
  text-transform: capitalize;
  margin: 0px;
  position: relative;
  padding-bottom: 0px;
  line-height: inherit;
  text-align: center;

  font-size: 2.4em;
  font-weight: bold;
  font-family: Helvetica;
  text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3),
    0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.2), 0 20px 20px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 768px) {
  .sec-name {
    font-size: 35px !important;
  }
}
@media screen and (max-width: 425px) {
  .sec-name {
    font-size: 28px !important;
  }
}
/* .fa {
  color: var(--site_color_6);
}
.fa:hover {
  color: var(--color_secondary) !important;
} */

@keyframes pulsate {
  0% {
    transform: scale(0.8);
    opacity: 1;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(0.8);
    opacity: 1;
  }
}
/* END: ***************************** Common ************************** */

/* START: ***************************** Header ************************** */
.logo img {
  width: 300px;
  padding-top: 5px;
}

.logo_footer img {
  width: 250px;
}

@media screen and (max-width: 768px) {
  .logo img {
    width: 230px;
  }
}

@media screen and (max-width: 1024px) {
  .logo img {
    width: 250px;
  }
}

#header marquee {
  color: black;
  font-size: 14px;
  padding-top: 10px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .header-right {
    width: 100% !important;
    margin-top: 0 !important;
  }
  .ul_non_nav {
    background: none !important;
    border: 0 !important;
  }
  #header marquee {
    font-size: 15px;
    color: var(--color_primary);
    padding-top: 0px;
  }
  .header-right {
    .ul_non_nav {
      padding-top: 0px !important;
    }
  }
}
li.contact_now_button a {
  background-color: #b50000;
  color: white !important;
  padding: 10px !important;
  border-radius: 40px;
}

/* END: ***************************** Header ************************** */

/* START: ***************************** Contact Form ************************** */
.contact_form {
  margin-bottom: 20px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  padding: 0px 0px 0px 0px;

  .form_heading {
    background: var(--color_four);
    margin-bottom: 10px;
    padding: 15px;
    text-shadow: 2px 2px 4px #000000;
    font-family: var(--secondary_font);

    h1,
    p {
      text-align: center;
      color: white;
    }

    p {
      font-size: 12px;
    }
  }

  .form_body {
    padding: 10px 30px 10px 30px;

    input,
    textarea {
      width: 100%;
      margin: 0 0 15px;
      padding: 9px 17px;
      outline: none;
      border-radius: 10px;
      border: 1px solid #ccc;
    }

    input {
      height: 36px;
    }
  }
  button {
    font-size: 18px;
    border: 0px;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 25px;
    background-color: var(--color_primary);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
    color: var(--color_white);
    text-shadow: 2px 2px 4px #000000;
    font-family: var(--secondary_font);
  }
  button:hover,
  button:active,
  button:focus {
    color: white !important;
    border: none;
    outline: none;
    background-color: orange;
  }
}
/* END: ***************************** Contact Form ************************** */

/* START: ***************************** Contact Details ************************** */
.contact_details_server_page {
  margin: 0px !important;
  border-radius: 0px !important;
  .contct_detl_col_wrap {
    border: 0 !important;
  }
}
#contact_details {
  z-index: 1;
  border-radius: 6px 6px 6px 6px;
  margin: 15px;
  background-color: #b80200;
  box-shadow: 0px 0px 25px 10px rgba(0, 0, 0, 0.05);
  .contct_detl_row {
    padding: 30px 8px 30px 8px;

    .contct_detl_col_wrap {
      margin-bottom: 10px;
      display: flex;
      text-align: start;
      flex-direction: row;
      border-style: solid;
      border-width: 0px 1px 0px 0px;
      border-color: #ffffff30;
      padding: 0px 20px 0px 20px;
      color: var(--color_white);
      text-shadow: 2px 2px 4px #000000;
      font-family: var(--secondary_font);
      .contct_detl_icon {
        padding: 20px;
        margin-right: 10px;
        border: 1px solid white;
        border-top-left-radius: 20px;
        border-bottom-right-radius: 20px;
      }

      .contct_detl_box {
        font-weight: 500;
        p {
          font-size: 18px;
          font-weight: 400;
        }
        h5 {
          font-size: 2rem;
          line-height: 1.2;
          font-weight: 600;
        }
      }
      .contct_detl_title a {
        color: white;
      }
    }
  }
}
@media screen and (max-width: 425px) {
  #contact_details .contct_detl_col {
    padding: 0 !important;
  }
  #contact_details .contct_detl_col_wrap {
    padding: 0 !important;
    border: none !important;
    .contct_detl_box h5 {
      font-size: 1.5rem !important;
    }
  }

  #contact_details .contct_detl_icon {
    padding: 10px !important;
    border: none !important;
    i {
      font-size: 2.2rem;
    }
  }
}

/* END: ***************************** Contact Details ************************** */

/* START: ***************************** why choose us ************************** */
/* #why_choose_us .choose-box {
  padding: 15px;
  position: relative;
  overflow: hidden;
  text-align: center;
}

#why_choose_us .choose-name {
  color: #000000;
  font-size: 20px;
  font-weight: 600;
  margin-top: 71px;
}

#why_choose_us .choose-box > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 40px;
  color: #fff;
  width: 80px;
  height: 80px;
  background: #b50000;
  position: absolute;
  top: -8px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 0px 0px 50% 50%;
} */

/* END: ***************************** why choose us ************************** */

/* START: ***************************** contact us page ************************** */
.contact_page {
  .contact_page_details {
    h2 {
      margin-bottom: 20px;
      /* text-shadow: 2px 2px 4px #000000; */
      font-family: var(--secondary_font);
    }
    .contact_part {
      text-align: center;
      margin-bottom: 10px;
      box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
      /* border-radius: 20px; */
      color: white;
      font-size: 18px;
      font-weight: 500;
      padding: 10px;

      a {
        font-size: 20px;
        /* font-weight: 600; */
        color: var(--color_primary);
        /* text-shadow: 2px 2px 4px black; */
        font-family: var(--secondary_font);
        &:hover {
          color: var(--color_four) !important;
        }
      }
      i {
        font-size: 30px;
        margin-bottom: 5px;
        display: block;
        text-shadow: 2px 2px 4px #000000;
      }
      .fa {
        color: var(--color_four);
        &:hover {
          color: var(--color_primary);
        }
      }
    }
  }
}
@media screen and (max-width: 767px) {
  .contact_page {
    p {
      padding: 20px;
      i {
        font-size: 30px;
        padding-left: 5px;
      }
    }
  }
}
/* .location_map {
  padding: 30px;
  background-color: var(--color_primary);
} */
/* END: ***************************** contact us page ************************** */

/* START: ***************************** Home Page ************************** */
.about_image {
  margin-bottom: 20px;
  img {
    border-left: 1px solid white;
    border-right: 1px solid white;
    width: 100%;
    border-radius: 20px;
    box-shadow: -1px 2px 16px -2px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: -1px 2px 16px -2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -1px 2px 16px -2px rgba(0, 0, 0, 0.75);
  }
}

/* .sub-head {
  display: block;
  font-size: 17px;
  color: var(--color_primary);
  text-transform: capitalize;
  padding: 0px 0px 0px;
  font-weight: 600;
} */
.sec-head-col {
  padding: 0px 15px 30px;
  text-align: center;
}

/* .about-sec {
  padding: 50px 0px;
  .sub-head {
    font-size: 30px;
  }
  .why_section_heading {
    padding: 20px;
    h2 {
      background-color: var(--color_primary);
      color: white;
      padding: 10px;
      border-radius: 10px;
    }
  }
  .why_each_item {
    background-color: var(--site_color_2);
    box-shadow: 0 15px 13px 0px rgba(0, 0, 0, 0.3);
    margin-bottom: 10px;
    transition: all 0.3s ease-in-out;
    color: white;
    border-radius: 10px;
    padding: 10px;
    h4 {
      border-bottom: 2px solid red;
      text-align: center;
      padding-bottom: 5px;
    }
  }

  .why_each_item1 {
    border: 10px solid var(--color_primary);
  }
  .why_each_item2 {
    border: 10px solid var(--site_color_4);
  }
  .why_each_item3 {
    border: 10px solid darkorchid;
  }
  .why_each_item4 {
    border: 10px solid green;
  }
} */
/* END: ***************************** Home Page ************************** */

/* START: ***************************** Side Contact Buttons ************************** */
.desktop_contact_fixed_buttons {
  display: none;
  width: 60px;
  position: fixed;
  z-index: 999;
  bottom: 5px;
  left: 5px;
  img {
    filter: drop-shadow(5px 5px 10px #000000);
  }
}
@media only screen and (min-width: 767px) {
  .desktop_contact_fixed_buttons {
    display: block !important;
  }
}
/* END: ***************************** Side Contact Buttons ************************** */

/* START: *****************************About Us Page ************************** */
#about_us_page .sec-name {
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.6);
  background: red;
  border-radius: 20px;
  color: white;
}
/* END: ***************************** About Us Page ************************** */
/* START: ****************************Service Details Page ************************** */
.service_page_image {
  text-align: center;
  img {
    width: 100%;
    height: 400px;
  }
}

@media screen and (max-width: 767px) {
  .service_page_image img {
    width: 350px;
    height: 350px;
  }
}
@media screen and (max-width: 425px) {
  .service_page_image img {
    width: 300px;
    height: 300px;
  }
}
.service_page_block {
  margin-top: 20px;
  margin-bottom: 20px;
  img {
    width: 100%;
  }
  .content {
    h2 {
      margin-bottom: 25px;
      color: black !important;
    }
  }
}
@media screen and (max-width: 767px) {
  .service_page_block {
    .content {
      h2 {
        font-size: 20px;
      }
    }
  }
}
/* END: ***************************** Service Details Page ************************** */
/* START: *************************** Service Details Page: Block ******************* */
#related_services_block {
  /* background: var(--color_primary); */
  padding: 20px 30px 30px 30px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  /* bg */
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.9;
  .row {
    background: var(--color_secondary);
  }
  img {
    animation: rotating-animation 20s linear infinite;
  }
  h2 {
    color: white !important;
    border-bottom: 1px solid white;
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
  ol li {
    list-style: decimal;
    color: white;
    margin-bottom: 20px;
    font-family: verdana;
    font-weight: 700;
    color: #f5f5f5;
    text-shadow: 1px 1px 1px #919191, 1px 2px 1px #919191, 1px 3px 1px #919191;
    a {
      color: white;
    }
    a:hover {
      color: var(--color_third);
    }
  }
}
@media screen and (max-width: 767px) {
  #related_services_block {
    h2 {
      font-size: 20px;
    }
    ol li {
      font-weight: unset;
    }
  }
}
/* END: ***************************** Service Details Page: Block ******************* */

/* START:   ******************************** Counts Page ************************** */
#experience_counts_block {
  padding: 15px 10px 15px 10px !important;
  /* background: #e2dddd; */

  .our_counts {
    /* padding-top: 30px; */
    color: white;

    .each_count {
      background-image: url(../images/chakkra.svg);
      background-size: contain;
      box-shadow: -1px 2px 16px -2px var(--color_primary);
      background-color: var(--color_primary);
      padding: 10px;
      border: 5px solid var(--color_third);
      margin-bottom: 10px;
      margin-top: 10px;
      text-align: center;
      text-shadow: 2px 2px 4px #000000;
      font-family: var(--secondary_font);
      border-top-left-radius: 20px;
      border-bottom-right-radius: 20px;
    }
    .each_count i,
    .each_count span {
      font-size: 25px;
      /* font-weight: bold; */
    }
    .each_count i {
      /* color: var(--color_primary); */
    }
    h3 {
      font-size: 22px;
      /* font-weight: 600; */
      margin-top: 15px;
      color: var(--color_white);
    }
  }
}
/* END:   ******************************** Counts Page ************************** */

/* START:   ******************************** Satisfaction Block ************************** */
/* 
<br />
<div class="container-fluid">
	<div class="row">
		<div class="col-md-6 satisfation_block_left">
			<div class="">
				<h2> <span>Why </span> Astrologer Omkar?</h2>
				<ol>
					<?php echo $GLOBAL_DUMMY_TEXT_LI; ?>
				</ol>

				<!-- START: Contact Button -->
				<?php echo $contact_button_TWO; ?>
				<!-- END: Contact Button -->
			</div>
		</div>
		<div class="col-md-6 satisfation_block_right">
			<div class="">
				<h2> <span>100% </span> Satisfaction Guarantee</h2>
				<p class="text-align: justify">
					<?php echo $GLOBAL_DUMMY_TEXT_P_1; ?>
				</p>
				<p class="text-align: justify">
					<?php echo $GLOBAL_DUMMY_TEXT_P_2; ?>
				</p>
				<br />
				<!-- START: Contact Button -->
				<?php echo $contact_button_ONE; ?>
				<!-- END: Contact Button -->
				<br />
			</div>
		</div>
	</div>
</div>
<br /> */

/* .satisfation_block_left {
  background-color: blue;
  color: white;
  div {
    padding: 30px;
  }
  h2 {
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.6);
    span {
      text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.6);
      font-size: 50px !important;
    }
  }
  ol {
    list-style: auto !important;
    li {
      margin-bottom: 10px;
    }
  }
}

.satisfation_block_right {
  background-color: #fed200;
  div {
    padding: 30px;
  }

  h2 {
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.6);
    span {
      text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.6);
      font-size: 50px !important;
    }
  }
  ol {
    list-style: auto !important;
    li {
      margin-bottom: 10px;
      text-align: justify;
    }
  }
}
@media screen and (max-width: 425px) {
  .satisfation_block_right,
  .satisfation_block_left {
    div {
      padding: 10px !important;
    }
  }
}
@media screen and (max-width: 768px) {
  .satisfation_block_right,.pop-up-left > b
  .satisfation_block_left {
    div {
      padding: 20px;
    }
  }
} */
/* END:   ******************************** Satisfaction Block ************************** */

/* START:   ******************************** Contact Buttons ************************** */
/* START: header button --------------------*/
.contact_button_group_header {
  padding-top: 5px;
  text-align: center;
  .contact_button_phone {
    text-shadow: 2px 2px 4px #000000 !important;
    /* animation: zoom-in-zoom-out 1s ease-in infinite; */
    border-radius: 20px;
    padding-left: 15px;
    padding-right: 15px;
    /* margin-right: 40px; */
    background: var(--color_primary);
  }
  .contact_button_whatsapp {
    padding-left: 15px;
    padding-right: 15px;
    /* animation: zoom-in-zoom-out 1s ease-in infinite; */
    /* padding: 8px; */
    border-radius: 20px;
    background-color: var(--site_color_9);
  }
  .contact_button_email {
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 20px;
    background: orange;

    i {
      color: white !important;
    }
  }
  a {
    color: white;
    text-shadow: 2px 2px 4px #000000;
    font-family: var(--secondary_font);
  }
  a:hover,
  a:focus {
    color: white;
  }
  i {
    text-shadow: 2px 2px 4px #000000;
    animation: zoom-in-zoom-out 0.8s ease-in infinite;
    width: 20px;
  }
  img {
    animation: zoom-in-zoom-out 0.8s ease-in infinite;

    width: 20px;
    font-family: var(--secondary_font);
    text-shadow: 2px 2px 4px #000000;
    filter: drop-shadow(5px 5px 10px #000000);
  }
}

@media screen and (max-width: 425px) {
  .contact_button_group_header {
    button {
      padding: 10px !important;
      font-size: 18px !important;
      img {
        width: 30px;
      }
    }
    .contact_button_whatsapp,
    .contact_button_email {
      display: none;
    }
  }
}

@media screen and (max-width: 520px) {
  .contact_button_group_header {
    .contact_button_whatsapp,
    .contact_button_email,
    .contact_button_phone {
      display: none;
    }
  }
}
/* @media screen and (max-width: 1024px) {
  .contact_button_group_header {
    button > img {
      width: 30px !important;
      height: 30px !important;
    }
    button {
      font-size: 22px;
      img {
        width: 30px;
      }
    }
    .contact_button_phone {
      margin-right: 10px;
    }
  }
} */

/* END: header button --------------------*/

/* START: big button --------------------*/
.contact_button_group_big {
  margin-top: 30px;
  margin-bottom: 30px;
  button {
    border: 0;
    background: none;
    animation: zoom-in-zoom-out 1s ease-in infinite;

    a {
      animation: blink-animation 1s ease-in infinite;

      font-size: 37px;
      font-weight: 700;
      background: var(--color_primary);
      border-radius: 50px;
      padding: 12px 50px 19px;
      color: white;
    }
    a:hover {
      color: white;
    }
    p {
      border-radius: 50px;
      font-size: 30px;
      font-weight: bold;
      background: yellow;
      padding: 20px;
      padding-bottom: 10px;
      margin: 0;
    }
  }
}
@media screen and (max-width: 426px) {
  .contact_button_group_big {
    button {
      a {
        border-left: none !important;
        border-right: none !important;
      }
      p {
        font-size: 18px !important;
      }
    }
  }
}
@media screen and (max-width: 767px) {
  .contact_button_group_big a {
    font-size: 20px !important;
    padding: 15px 25px !important;
    img {
      width: 30px !important;
    }
  }
}
/* END: big button --------------------*/

/* END:   ******************************** Contact Buttons *************************/

/* START: ******************************** Animations ******************************/

/* Keyframes for the zoom in zoom out animation */
@keyframes zoom-in-zoom-out {
  /* At the beginning of the animation */
  0% {
    /* Scale the element to its original size */
    transform: scale(1, 1);
  }
  /* At the middle of the animation */
  50% {
    /* Scale the element to 1.2 times its original size */
    transform: scale(1.1, 1.1);
  }
  /* At the end of the animation */
  100% {
    /* Scale the element back to its original size */
    transform: scale(1, 1);
  }
}

/* Keyframes for the blink animation without color change */
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }
}

@keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }
}

/* Keyframes for the blink animation with color change*/
@keyframes blink-animation {
  /* At the beginning of the animation */
  0%,
  49% {
    background-color: darkblue;
    color: #fff !important;
  }
  50%,
  100% {
    background-color: red;
    color: #fff !important;
  }
}

/* Keyframes for the rotate animation */
@keyframes rotating-animation {
  /* At the beginning of the animation */
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
/* END: ******************************** Animations ********************************/

/* START: ******************************** Contact Block ***************************/
.contact_block {
  padding-top: 20px;
  margin-bottom: 20px;
}
/* END: ******************************** Contact Block *****************************/

/* START: ******************************** Headings ********************************/
.header_1 {
  text-align: center;
  /* font-family: Garamond, serif; */
  line-height: 1.2em;
  /* color: var(--color_secondary) !important; */
  font-weight: 500;
  font-size: 35px;
  /* text-transform: capitalize; */
  /* text-shadow: 4px 6px 2px rgba(0, 0, 0, 0.1); */
}

/* NOT USED */
.header_2_NOT_USED {
  text-align: center;
  font-size: 40px !important;
  /* font-family: "Arial Black", Gadget, sans-serif; */
  text-shadow: 0px 0px 0 rgb(250, 188, 2), 1px 1px 0 rgb(245, 183, 0), 2px 2px 0 rgb(240, 178, 0), 3px 3px 0 rgb(235, 173, 0), 4px 4px 0 rgb(230, 168, 0), 5px 5px 0 rgb(225, 163, 0),
    6px 6px 6px rgba(82, 83, 63, 0.5), 0px 0px 10px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .header_1 {
    font-size: 28px !important;
  }
}
@media screen and (max-width: 425px) {
  .header_1 {
    font-size: 20px !important;
  }
}
/* END: ******************************** Headings **************************/

/* START: ******************************** Page Top Header **************************/
#header {
  background: white;
  /* background-image: linear-gradient(
    180deg,
    var(--color_primary),
    var(--color_secondary)
  ); */
}
/* END: ******************************** Page Top Header **************************/

/* START: ******************************** Add-on Page Block **********************/
#addon_block_1 {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;

  .addon_block_call_now {
    margin-bottom: 20px;
    button {
      border: 0;
      background: none;
      animation: zoom-in-zoom-out 1s ease-in infinite;
    }
    a {
      font-size: 37px;
      font-weight: 700;
      background-image: linear-gradient(180deg, var(--color_primary), var(--color_secondary));
      border-radius: 50px;
      padding: 12px 50px 19px;
      color: #fff;
    }
  }
}
@media screen and (max-width: 767px) {
  #addon_block_1 {
    .addon_block_call_now a {
      font-size: 20px;
      padding: 15px 25px;
      img {
        width: 30px !important;
      }
    }
  }
}
/* END: ******************************** Add-on Page Block ************************/
.home_about_image img {
  width: -webkit-fill-available;
}

/* START: ******************************** Whatsapp Call ************************/
#click_to_whatsapp {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  padding: 10px;
  margin: 10px 20px 10px 20px;
  text-align: center;
  background-color: #44c554;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 200px;
  color: var(--color_white);
  text-shadow: 2px 2px 4px #000000;
  font-family: var(--secondary_font);
  i {
    font-size: 78px;
  }
  a {
    color: var(--color_white) !important;
    font-size: 3.6rem;
    font-weight: 800;
    line-height: 50px;
    animation: blink 1s linear infinite;
    -webkit-animation: blink 1s linear infinite;
  }
  h2 {
    color: var(--color_white) !important;
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 540px) {
  #click_to_whatsapp {
    margin: 0 !important;
    display: block;
    border-radius: 20px;
  }
  #click_to_whatsapp i {
    font-size: 30px !important;
  }
  #click_to_whatsapp a {
    font-size: 2.3rem !important;
  }
}
/* END: ******************************** Whatsapp Call ************************/

/* START: ******************************** Breadcrum on Pages **********************/
.breadcrum {
  /* padding: 40px 0; */
  /* margin-bottom: 50px; */
  text-align: center;
  background: url(./../images/breadcrum_bg.jpg) no-repeat 50%;

  background-size: cover;
  text-shadow: 2px 2px 4px #000000;
  font-family: var(--secondary_font);
}
.breadcrum_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.breadcrum_content h2 {
  /* font-family: var(--primary-font); */
  font-weight: 400;
  font-size: 3.6rem;
  line-height: 40px;
  color: var(--color_white);
}
.breadcrum_content h4 {
  display: inline-block;
  /* font-family: var(--secondary-font); */
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 25px;
  padding: 5px 20px;
  color: var(--color_white);
}
.breadcrum_content h4 a:last-child,
.breadcrum_content h4 a:last-child:hover {
  color: var(--color_third);
}
.breadcrum_content h4 a:first-child {
  color: var(--color_white);
}
@media (max-width: 576px) {
  .breadcrum_content {
    flex-direction: column;
    h2 {
      font-size: 2.2rem;
      margin-top: 0;
      margin-bottom: 0;
    }
    h4 {
      font-size: 1.2rem;
      margin-top: 0;
      margin-bottom: 0;
    }
  }
}
/* END: ******************************** Breadcrum on Pages **********************/

/* ============================== START: Services List ============================= */
#astrology_services {
  text-align: center;
  padding: 40px 0;
  /* background-image: url(../images/chakkra.svg);
  background-size: cover;
  background-position: center; */
  .headings {
    padding-bottom: 30px;
    .mini_heading {
      font-size: 14px;
      background-color: var(--color_mini_heading);
      color: white;
      border-radius: 25px;
      padding: 5px 15px;
    }
  }
  /* .title > p {
    font-size: 16px;
    color: var(--color_primary);
  } */
  .each_service {
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
    border-radius: 35px;
    min-height: 540px;
    /* min-height: 350px; */
    margin-bottom: 20px;
    transition: all 0.3s ease-in-out;
    h4 {
      border: 2px solid white;

      border-top-left-radius: 30px;
      border-top-right-radius: 30px;
      text-shadow: 4px 6px 2px rgba(0, 0, 0, 0.6);
      background-color: var(--color_primary);
      margin-top: 0px;
      margin-bottom: 15px;
      color: white;
      font-size: 23px;
      font-weight: 600;
      padding: 10px;
      /* border-left: 20px solid var(--color_primary); */
      text-shadow: 2px 2px 4px #000000;
      font-family: var(--secondary_font);
      filter: drop-shadow(0 0 0.75rem crimson);
    }
    div > a:hover {
      color: #fff;
    }
    img {
      filter: contrast(120%);
      width: 100%;
      height: auto;
      height: 250px;
      transition: 0.5s;
      border-radius: 35px;
    }

    /* img:hover { 
      color: var(--color_primary);
      box-shadow: 0 0 5px var(--color_primary);
      text-shadow: 0 0 5px var(--color_primary);
    } */
    p {
      font-size: 16px;
      padding-left: 10px;
      padding-right: 10px;
    }
    .read_more_text {
      color: var(--color_primary);
      font-size: 10px;
      font-weight: 600;
      /* text-shadow: 2px 2px 4px var(--color_primary); */
      font-family: var(--secondary_font);
    }
    .read_more_section {
      padding-bottom: 10px;
      .read_more_button {
        font-weight: 500;
        /* text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6); */
        text-transform: capitalize;
        padding: 4px 15px 4px 15px;
        font-size: 14px;
        background: var(--color_four);
        color: black;
        border-radius: 20px;
        /* border: 2px solid white !important; */
        animation: zoom-in-zoom-out 1s ease-in infinite;
      }
      .read_more_button:hover {
        transform: scale(1.2);
        transition: all 0.3s;
      }
    }
  }
}
@media screen and (max-width: 768px) {
  .each_service {
    text-align: center;
  }
}
/* .each_service:hover {
  transform: scale(1.1);
} */

/* new style block ---------------------------*/
.service_list_card {
  position: relative;
  height: 400px;
  width: 100%;
  margin: 10px 0;
  transition: ease all 2.3s;
  perspective: 1200px;

  &:hover {
    .cover {
      transform: rotateX(0deg) rotateY(-180deg);

      &:before {
        transform: translateZ(30px);
      }

      &:after {
        background-color: black;
      }

      h1 {
        transform: translateZ(100px);
      }

      .price {
        transform: translateZ(60px);
      }

      a {
        transform: translateZ(-60px) rotatey(-180deg);
      }
    }
  }

  .cover {
    position: absolute;
    height: 100%;
    width: 100%;
    transform-style: preserve-3d;
    transition: ease all 2.3s;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;

    &:before {
      content: "";
      position: absolute;
      border: 5px solid rgba(255, 255, 255, 0.5);
      box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
      top: 20px;
      left: 20px;
      right: 20px;
      bottom: 20px;
      z-index: 2;
      transition: ease all 2.3s;
      transform-style: preserve-3d;
      transform: translateZ(0px);
    }

    &:after {
      content: "";
      position: absolute;
      top: 0px;
      left: 0px;
      right: 0px;
      bottom: 0px;
      z-index: 2;
      transition: ease all 1.3s;
      background: rgba(0, 0, 0, 0.4);
    }

    h1 {
      text-shadow: 4px 6px 2px rgba(0, 0, 0, 0.6);
      font-weight: 600;
      position: absolute;
      bottom: 55px;
      left: 50px;
      color: white;
      transform-style: preserve-3d;
      transition: ease all 2.3s;
      z-index: 3;
      font-size: 3em;
      transform: translateZ(0px);
    }

    .price {
      text-shadow: 4px 6px 2px rgba(0, 0, 0, 0.6);
      font-weight: 200;
      position: absolute;
      top: 55px;
      right: 50px;
      color: white;
      transform-style: preserve-3d;
      transition: ease all 2.3s;
      z-index: 4;
      font-size: 2em;
      transform: translateZ(0px);
    }
  }

  .card-back {
    position: absolute;
    height: 100%;
    width: 100%;
    background: var(--color_primary);
    /* background: #0b0f08; */
    transform-style: preserve-3d;
    transition: ease all 2.3s;
    transform: translateZ(-1px);
    display: flex;
    align-items: center;
    justify-content: center;

    a {
      transform-style: preserve-3d;
      transition: ease transform 2.3s, ease background 0.5s;
      transform: translateZ(-1px) rotatey(-180deg);
      background: transparent;
      border: 1px solid white;
      font-weight: 200;
      font-size: 1.3em;
      color: white;
      /* padding: 14px 32px; */
      outline: none;
      text-decoration: none;

      &:hover {
        background-color: white;
        color: #0b0f08;

        .fa {
          color: black;
        }
      }

      .fa {
        color: white;
      }
    }
  }
}
/* ============================== END: Services List =============================== */

/* ============================== START: Testimonials ============================== */
#testimonials {
  padding: 40px 0;
  background-color: #efefef;
  background-size: cover;
  background-repeat: no-repeat;

  .headings {
    padding-bottom: 40px;
    .mini_heading {
      font-size: 14px;
      background-color: var(--color_mini_heading);
      color: white;
      border-radius: 25px;
      padding: 5px 15px;
    }
  }

  /* .title {
    text-align: center;
    span {
      color: var(--site_color_5);
    }

    h2 {
      color: var(--color_primary);
    }
    p {
      color: #fff;
    }
  } */
  .owl-dots {
    display: none !important;
  }
  .owl-nav.disabled {
    left: 310px;
    position: absolute;
    top: 130px;
    display: none;
  }

  .testimonial-right {
    background-color: var(--color_third);
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;

    .user_testi {
      background-color: var(--color_primary);
      font-weight: 500;
      text-align: center;
      color: white;
      padding: 5px 20px 5px 20px;
      border-top-left-radius: 20px;
      border-bottom-right-radius: 20px;
      border-bottom: 5px solid white;
      text-shadow: 2px 2px 4px #000000;
      font-family: var(--secondary_font);
      filter: drop-shadow(0 0 0.75rem crimson);
    }
    .testimonial-content {
      font-family: var(--secondary_font);

      /* box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15); */
      /* box-shadow: 1px 3px 13px 0px rgba(0, 0, 0, 0.3); */
      margin-bottom: 20px;
      margin-left: 2px;
      margin-right: 2px;
      margin-top: 20px;
      transition: all 0.3s ease-in-out;
      padding: 30px;
      padding-top: 0px;
      text-align: center;
      color: black;
      font-style: italic;
      width: 100%;
      img {
        width: 80px !important;
        height: 80px;
        display: unset !important;
        border-radius: 100%;
        border: 5px solid white;
        filter: drop-shadow(0 0 0.75rem crimson);
      }

      p::before {
        color: #fff;
        background: #fff;
        content: "";
        display: block;
        width: 30px;
        height: 30px;
        background-size: cover;
        background: url(../images/icons/quote-left-solid.svg);
        margin-bottom: 20px;
      }
      p::after {
        color: #fff;
        background: #fff;
        content: "";
        display: block;
        width: 30px;
        height: 30px;
        background-size: cover;
        background: url(../images/icons/quote-right-solid.svg);
        position: absolute;
        right: 80px;
      }
    }
  }
}
@media screen and (max-width: 767px) {
  #testimonials .testimonial-right {
    .user_testi {
      font-size: 20px;
    }
    .testimonial-content {
      padding: 20px !important;
    }
  }
}
/* ============================== END: Testimonials ================================ */

/* ============================== START: Locations ================================= */
#locations_page {
  padding: 40px 0;
  .headings {
    padding-bottom: 40px;
    .mini_heading {
      font-size: 14px;
      background-color: var(--color_mini_heading);
      border-radius: 25px;
      padding: 5px 15px;

      color: var(--color_white);
      text-shadow: 2px 2px 4px #000000;
      font-family: var(--secondary_font);
    }
  }
  .each_location_section {
    transition: transform 0.2s;

    &:hover {
      transform: scale(0.9);
    }

    .each_location {
      font-family: var(--secondary_font);
      &:hover {
        /* transform: skew(0deg, 0deg); */
        transition: 1s;
      }
      h2 {
        color: black;
        font-size: 18px;
        margin: 0px;
        padding: 8px;
        background-color: var(--color_four);
        border-radius: 20px;
      }
    }
  }
}
/* @media screen and (max-width: 425px) {
  #locations_page .each_location {
    padding: 5px !important;
  }
} */
/* ============================== END: Locations =================================== */
/* ============================== START: Why People Choose =================================== */
#why_people_choose {
  background: #e3e3e336;
  padding: 40px 0;

  .headings {
    padding-bottom: 30px;

    .mini_heading {
      font-size: 14px;
      background-color: var(--color_mini_heading);
      color: white;
      border-radius: 25px;
      padding: 5px 15px;
    }
    p {
      margin-top: 20px;
    }
  }

  .wpc_cards {
    position: relative;
  }

  .wpc_card {
    margin-bottom: 20px;
    padding: 20px;
    border: 4px solid #cfcfcf;
    border-radius: 20px;
  }
  .wpc_card > img {
    width: 110px;
    height: 110px;
  }

  .wpc_card_content h2 {
    background: #cfcfcf;
    display: inline-block;
    font-size: 1.9rem;
    font-weight: 500;
    padding: 2px 20px;
    border-radius: 20px;
  }

  .wpc_card_content p {
    padding: 5px 0;
    line-height: 26px;
  }

  /* .wpc_card:after {
          content: "";
          position: absolute;
          top: 0;
          width: 100%;
          height: 10px;
          background-color: var(--color_four);
          z-index: -1;
      } */

  .wpc_left {
    text-align: center;
  }
}

#why_people_choose:after {
  content: "";
  top: 33%;
  bottom: 0;
  width: 100%;
  height: 200px;
  background-color: black;
}
@media screen and (max-width: 767px) {
  #why_people_choose {
    .wpc_card {
      padding: 10px;
    }
    .wpc_card_content h2 {
      font-size: 1.5rem;
    }
  }
}
/* ============================== END: Why People Choose =================================== */
