/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/





/* whatsapp icon */

button.wh-ap-btn {
  outline: none;
  width: 60px;
  height: 60px;
  border: 0;
  background-color: #2ecc71;
  padding: 0;
  border-radius: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  cursor: pointer;
  transition: opacity 0.3s, background 0.3s, box-shadow 0.3s;
}

button.wh-ap-btn::after {
  content: "";
  background-image: url("/wp-content/uploads/2025/03/social.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 85%;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 1;
}

/* 
button.wh-ap-btn::after {
  content: "";
  background-image: url("//i.imgur.com/cAS6qqn.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 60%;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 1;
} */

button.wh-ap-btn:hover {
  opacity: 1;
  background-color: #20bf6b;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.wh-api {
  position: fixed;
  bottom: 0;
  right: 0;
}

.wh-fixed {
  margin-right: 15px;
  margin-bottom: 15px;
}

.wh-fixed > a {
  display: block;
  text-decoration: none;
}

button.wh-ap-btn::before {
  content: "Chat Now";
  display: block;
  position: absolute;
  margin-left: -130px;
  margin-top: 16px;
  height: 30px;
  background: #49654e;
  color: #fff;
  font-weight: 400;
  font-size: 15px;
  border-radius: 3px;
  width: 0;
  opacity: 0;
  padding: 0;
  transition: opacity 0.4s, width 0.4s, padding 0.5s;
  padding-top: 7px;
  border-radius: 30px;
  box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
}

.wh-fixed > a:hover button.wh-ap-btn::before {
  opacity: 1;
  width: auto;
  padding-top: 7px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100px;
}

/* animacion pulse */

.whatsapp-pulse {
  width: 60px;
  height: 60px;
  right: 10px;
  bottom: 10px;
  background: #10b418;
  position: fixed;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  border-radius: 50%;
  z-index: 99;
  display: inline-block;
  line-height: 65px;
}

.whatsapp-pulse:before {
  position: absolute;
  content: " ";
  z-index: -1;
  bottom: -15px;
  right: -15px;
  background-color: #10b418;
  width: 90px;
  height: 90px;
  border-radius: 100%;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  opacity: 0.6;
  -webkit-animation: pulse 1s ease-out;
  animation: pulse 1.8s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
  25% {
    -webkit-transform: scale(0.3);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.6);
    opacity: 0.6;
  }
  75% {
    -webkit-transform: scale(0.9);
    opacity: 0.3;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}

@keyframes pulse {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  25% {
    transform: scale(0.3);
    opacity: 1;
  }
  50% {
    transform: scale(0.6);
    opacity: 0.6;
  }
  75% {
    transform: scale(0.9);
    opacity: 0.3;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}


/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! whatsapp icon !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */



  .sticky-icon  {
  z-index:0;
  position:fixed;
  top:31%;
  right:0%;
  width:220px;
  display:flex;
  flex-direction:column;
}  
.sticky-icon a {
    transform: translate(170px,0px);
    border-radius: 50px 0px 0px 50px;
    text-align: left;
    margin: 2px;
    text-decoration: none !important;
    padding: 8px;
    font-size: 18px;
    transition: all 0.8s;
}

.sticky-icon a:hover  {
  color:#FFF;
  transform:translate(73px,0px);
}  
.sticky-icon a:hover i  {
  transform:rotate(360deg);}

  
.Instagram  {
  background-color: rgb(129,0,127);
  color:#FFF;}


.sticky-icon a i {
    background-color: #FFF;
    height: 30px;
    width: 30px;
    color: #000;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    margin-right: 7px;
    transition: all 0.5s;
}

  
.sticky-icon a i.fa-instagram {
    background-color: #FFF;
    color: #000000;
}
  
.fas fa-shopping-cart  {
  background-color:#FFF;} 
#myBtn {
  height:50px;
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  text-align:center;
  padding:10px;
  text-align:center;
  line-height:40px;
  border: none;
  outline: none;
  background-color: #1e88e5;
  color: white;
  cursor: pointer;
  border-radius: 50%;
}
.fa-arrow-circle-up  {
  font-size:30px;}



a:focus {
    outline: none !important;
}
/* Home page */
.ast-builder-menu-1{
    border:2px solid #EBEBEB !important;
    border-radius:50px;
}
.main-navigation {
        color: #000000 !important;
/*         padding: 25px 30px !important; */
        line-height: 0px;
}
.site-navigation .menu-link{
    color:#000000 !important;
    padding:25px 30px !important;
	line-height:0px;
}
.header-border{
    position:relative;
}
.header-border::after{
    content:"";
    position:absolute;
    background-color:#000000;
    width:280px;
    height:2.2px;
    top:275px;
    left:50%;
    transform:translate(-50%, -50%);
    border-radius:15px;
}

.choose-sep{
    position:relative;
}
.choose-sep::after{
    content:"";
    position:absolute;
    background-color:#000000;
    width:2px;
    height:60px;
    right:10px;
    border-radius:30px;
}

.sub-menu .menu-item a::after {
    display:none;
}
.sub-menu .menu-item a{
	    padding:20px 15px !important;  
}
.sub-menu .menu-item a:hover{
    background-color:#81007F;
    padding:20px 15px !important;    
}
.sub-menu li{
	margin-bottom:10px;
}

.main-header-menu .sub-menu {
    width: 250px;
    background: #fff;
    padding-bottom:15px;
    padding-top:15px;
}
.feed-nav .swiper-button-prev {
    left:-55px;
}
.feed-nav .swiper-button-next{
    right:-55px;
}
.feed-nav .swiper-button-prev:after, .feed-nav .swiper-button-next:after {
    color: #064501;
    font-size:18px;
    font-weight:600;
    background-color:#ffffff;
    border:1px solid #064501;
    width:60px;
    height:35px;
    border-radius:50%; 
    display:flex;
    justify-content:center;
    align-items:center;
}
.feed-btn button{
    background-color:#ffffff;
    color:#064501;
    font-weight:600;
    font-family:"Montserrat";
    font-size:14px;
    transition:0.5s ease all;
}
.feed-btn{
    padding-top:20px;
}

.feed-btn button:hover{
    transform:translateY(-10px)
}
/* footer */
.footer-section p{
    color:#ffffff;
    font-family:"Montserrat";
    font-weight:400;
}
.social-icons{
    display:flex;
    column-gap:8px;
    justify-content:center;
}
.social-icons img{
    width:fit-content;
    width:28px;  
}
.footer-cnt {
    display: flex;
    justify-content: center;
    column-gap: 30px;
}

.cnt-info p{
    font-size:18px;
    font-weight:500;
}
.cnt-info p a{
    color:#ffffff;
}

ul.studio-list {
    margin:0px;
    padding:0px;
    list-style-type:none;
}
ul.studio-list li{
    color:#000000;
    font-family:"Montserrat";
    font-size:18px;
}
.footer-rts{
    display:flex;
    column-gap:10px; 
    align-items:center;
}
.footer-rts p a{
    color:#ffffff;
}
.footer-rts p{
    font-weight:300;
    font-size:14px;
    margin:0px !important;
    padding:0px !important;
}

.footer-rts p:nth-child(1)::after{
    content:"/";
    padding-left:10px;
}
.footer-men-links ul{
    display:flex;
    column-gap:20px;
    list-style-type:none;
    margin:0px;
    padding:0px;
}

.footer-men-links ul li a{
    color:#ffffff;
    font-weight:300;
    font-size:14px;
}
.footer-below{
    display:flex;
    justify-content:space-between;
	align-items:center;
}
.footer-men-links{
    position:relative;
}
.footer-men-links::after {
    content: "/";
    position: absolute;
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
    right: 99px;
    top: 0px;
}
/* testmonial */
.client-header {
    font-size:50px;
    font-family: "EB Garamond", Sans-serif;
    color:#445D48;
    text-align:center;
    line-height:60px
}

.below-cont {
    background-color:#CFDDBF;
    text-align:center;
    padding:40px 50px 20px 50px;
    border-radius:10px;
    color:#000000;
    font-family:""
}
.below-cont p {
    padding: 0px;
    margin: 0px;
    font-family: "Montserrat";
    line-height: 30px;
    font-size: 14px;
}
.below-cont .fa-solid {
    font-size: 20px;
    padding-top: 10px;
}

.well-paginatoin .swiper-pagination {
    bottom:-30px !important;
}
.well-paginatoin .swiper-pagination-bullet-active {
    width:25px;
    border-radius:10px;
    height:6px;
    background-color:#81007F;
}
.well-paginatoin .swiper-pagination-bullet{
    width:15px;
    border-radius:8px;
    height:5px;
}
.feedback {
    display:flex;
    flex-direction:column;
    row-gap:20px;
}
.feedback {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    position: relative;
/*     padding-left:30px; */
    padding-bottom:30px;
}
.back-cont {
    position:absolute;
    width:250px;
    height:330px;
    bottom:12px;
    left:10px;
    background-color:#81007F !important;
    border-radius:8px;
    z-index:-1; 
}
.cli-img img{
    width:212px;
}

.back-cont::after {
    content: "";
    position: absolute;
    border-top: 50px solid #81007F;
    border-left: 0px solid transparent;
    border-bottom: transparent;
    border-right: 45px solid transparent;
    width: 45px;
    bottom: -30px;
    left: 50%;
    z-index: 999;
    transform: translate(-50%) !important;
}
.below-cont::after {
    content:"";
    position:absolute;
        border-top:50px solid #064501;
    border-left:0px solid transparent;
    border-bottom:transparent;
    border-right:38px solid transparent;
    width:38px;
    bottom:10px;
    left:123px;
    z-index:-1;
}
/* .myWellSwiper .swiper-wrapper {
    height: 504px;
} */
.client-header{
    position:relative; 
}
.client-header::before {
 content:url(/wp-content/uploads/2025/02/unnamed-file.png);
    position:absolute;
    top:-60px;
    left:-10px;  
    transform:scale(0.6);
}
.client-header::after {
 content:url(/wp-content/uploads/2025/02/1-1.png);
    position:absolute;
    bottom:-40px;
    right:-12px;  
    transform:scale(0.6);
}
.ast-builder-button-wrap{
    position:relative;
}
.ast-builder-button-wrap{
    position:relative;
}
.ast-builder-button-wrap::after{
    content:url(/wp-content/uploads/2025/02/Mask-group.png);
    position:absolute;
    top:0px;
    transform:scale(0.8); 
    left:4px;
	    animation: blink-animation 1s steps(5, start) infinite;
}
@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
.banner-shadow{
    box-shadow:200px -80px 500px 100px #a44da32e;
	transition:0.5s all ease-in;
}
.banner-shadow:hover{
	transform:scale(1.05);
}
.menu-item a{
    position:relative;
}
.menu-item a::after {
    content: '';
    position: absolute;
    padding:15px 10px;
    bottom: 14px;
    background-color: #81007F !important;
    width:80%;
    transform: translate(-50%);
    left: 50%;
    border-radius: 5px;
    z-index:-1;
    opacity:0;
}
.menu-item a:hover{
    color:#ffffff !important;
}
.menu-item a:hover::after{
    opacity:1;
     color:#ffffff !important;
}
.studio-cont {
    position:relative;
}
.studio-cont::after{
   content:url(/wp-content/uploads/2025/02/Arrow-4.png);
    position:absolute;
    top:-30px;
    right:-23px;
    transform:scale(0.7);
    background-color:#81007F;
    border-radius:50%;
    height:90px;
    width:90px;
     display:flex;
    align-items:center;
    justify-content:center;
}

.service-border{
    position:relative;
	    padding-left: 50px;
    font-size: 20px;
}
.service-border::after{
    content: "";
    position: absolute;
    width: 40px;
    height: 2px;
    background-color: #ffffff;
    top: 21px;
    border-radius: 20px;
    left: 0px;
}
}
.service-btn {
    transition:0.5s all ease;
    border:1px solid #ffffff00;
    border-radius:10px;   
    position:relative;
}
.service-btn:hover{
    border:1px solid #ffffff;
    border-radius:10px;
    transform:translateX(15px);
}
.service-btn::after {
    content: "\2192";
    position: absolute;
    color: #ffffff;
    font-size: 18px;
    top: 7px;
    right: 2px;
}

.below-cont{
	background-color:#064501;
	color:#ffffff;
}
.ser-img-cont button{
	padding-top:0px !important;
}
/*Contact Page  */
div#cont-frm input:not([type="submit"]){
    border:1px solid #000000;
    padding:22px 10px !important;
}
div#cont-frm textarea{
    height:150px;
     border:1px solid #000000;
      padding:10px 10px !important;
}
div#cont-frm input::placeholder{
    color:#757575 !important;
    font-weight:500;
}
div#cont-frm  textarea::placeholder{
    color:#757575;
}
#cont-frm input {
    padding:12px 35px !important;  
}
#cont-frm input {
    padding:12px 35px !important;  
}
#cont-frm {
    border:2px solid #064501;
    border-radius:10px;
    padding:25px;
}
div#cont-frm p{
    margin-bottom:20px;
}
div#cont-frm .frm-btn p{
    margin-bottom:0px;
}



/*about-page  */
.back-img{
    position:relative;
}
.back-img::after{
content:url(/wp-content/uploads/2025/02/Mask-group-1-1.png);
    position:absolute;
    left:15px;
    top:18px;
    transform:scale(0.78);
}
.back-img2{
	 position:relative;
}
.back-img2::after{
content:url(/wp-content/uploads/2025/02/Mask-group-2-1.png);
    position:absolute;
    left:15px;
    top:18px;
    transform:scale(0.78);
}
.miss-img {
    background-color: #DD7D7D;
    width: 125px;
    height: 118px;
    border-radius: 50%;
    border: 4px solid #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.miss-img img{
    object-fit:contain;
}


/*Blog  */
.home-blog .elementor-shortcode {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 25px;
}
.home-blog .post-item h2 a{
    color:#000000;
    text-decoration:none !important;
    font-size:28px;
    font-weight:600;
}
.home-blog .post-item h2{
    margin-bottom:0px;
}
.home-blog .entry-content p{
    color:#000000;
    font-family:"Montserrat";
    font-size:17px;
    font-weight:400;
}
.home-blog .blog-btn a{
    color:#000000;
    text-decoration:none !important;
    background-color:#81007F;
    color:#ffffff;
    padding:6px 10px;
    border-radius:5px;
}
.home-blog .blog-btn{
    padding-top:10px;
}
.home-blog .post-item {
    position:relative;
}
.home-blog .post-item .post-date{
    font-family:"Montserrat";
    background-color:#445D48;
    color:#ffffff;
    padding:6px 15px;;
    border-radius:5px;
    font-size:18px;
    position:absolute;
    bottom:170px;
    left:15px;
}
.home-blog .post-thumbnail {
    overflow: hidden !important;
	border-radius:5px;
}
.home-blog .post-thumbnail img{
  transition:all ease 0.5s;
}

.home-blog .post-thumbnail img:hover {
    transform: scale(1.1);
}
.home-blog  .post-thumbnail img{
    height:300px;
}
/*Breadcrumbs  */
.breadcrumbs li{
	display:inline;
	color:#ffffff;
	font-size:16px;
}
.breadcrumbs{
	margin:0 !important;
	padding:0 !important;
	background-color:#ffffff;
	  padding:4px 20px 4px 6px !important;
    border-radius:0px 15px 15px 0px; 
}
.breadcrumbs li a{
font-family:"Montserrat";
	font-weight:400;
	font-size:14px;
	}
.breadcrumbs li a:nth-child(1){
	color:#000000;	
	text-decoration:none;
}
.breadcrumbs li:last-child{
	color:#81007F !important;
}
.breadcrumbs li:last-child {
    color: #81007F !important;
    font-weight:400;
    margin-left:10px;
    border-bottom:1px solid #81007F;
}
.breadcrumbs{
    position:relative;
}
.breadcrumbs::after{
    content:"";
    position:absolute;
    height:34px;
    width:2.5px;
    background-color:#ffffff;
    top:0px;
    left:-6px;
}
.breadcrumbs::before{
      content:"";
    position:absolute;
    height:25px;
    width:2.5px;
    background-color:#ffffff;
    top:5px;
    left:-12px;
}

.ser-cont {
    position:relative;
}
.hover-arrow{
    position:absolute;
    right:-30px;
    bottom:-20px;
    width:80px;
     height:80px;
}
.hover-arrow:hover{
    box-shadow:inset 2px 5px 8px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(255, 255, 255, 1);
}


/* popup-form */
div#pop-form {
    width:50%;
    border:1px solid #000;
    padding:30px;
    border-radius:10px;
    background-color:#ffffff;
}
div#pop-form input:not([type="submit"]), div#pop-form select, div#pop-form textarea {
    border:1px solid #eeeeee;
    color:#000000;
    border:1px solid #000000;
}
div#pop-form input::placeholder, div#pop-form textarea::placeholder {
    color:#000000;
}
div#pop-form textarea{
    height:120px;
}

/* mobile responsive */
@media only screen and (max-width:600px){
	.footer-cnt {
    display: block;
}
.footer-below {
    display: block;
}
.footer-rts {
    display: block;
}
.footer-rts p:nth-child(1)::after {
    display:none;
}
.choose-sep::after {
  display:none;
}
.client-header {
    font-size: 25px;
    line-height: 30px;
}
.client-header::before {
    top: -38px;
    left: -10px;
    transform: scale(0.3);
}
	.client-header::after {
		right:-20px;
		top:35px;
    transform: scale(0.3);
}
	.back-cont {
    position: absolute;
    width: 130px;
    height: 380px;
    top: 82px;
    left: 12px;
}
	.back-cont {
    width: 150px;
    height: 380px;
    top: 82px;
    left: 9px;
    z-index: -1;
}
.back-cont::after {
    width: 45px;
    bottom: -14px;
    left: 50%;
    z-index: 999;
    transform: translate(-50%) !important;
}
	.below-cont::after {
    width: 38px;
    bottom: 10px;
    left: 68px;
    z-index: -1;
}
	.cnt-info {
    padding-top: 25px;
}
	.header-border::after {
    top: 205px;
}
	.below-cont{
		padding:15px 10px;
	}
	.header-border::after {
   display:none;
}

.myWellSwiper .swiper-wrapper {
    height: 685px;
}
	.home-blog .elementor-shortcode {
    display: block !important;
}
		.home-blog .post-item .post-date {
    bottom: 215px !important;
}
	.home-blog .post-item {
    margin-bottom: 20px;
}
	.home-blog .post-item h2 a {
    font-size: 25px !important;
}
	.myWellSwiper .swiper-wrapper {
    height: 480px;
}

.feed-nav .swiper-button-next {
    right: 5px;
}

.feed-nav .swiper-button-prev {
    left: auto;
    bottom: !important;
    transform: translateY(120px);
    right: 45px;
}
.feed-nav .swiper-button-next {
    right: 5px;
    transform: translateY(120px);
}
}

@media only screen and (max-width:1000px) and (min-width:768px){
	.post-item .post-date {
    bottom: 190px !important;
}
}
.health-cont{
    position:relative;
}
.health-cont::after{
    content:"";
    position:absolute;
    background-color:#064501;
    width:400px;
    height:413px;
    z-index:-1;
    right:-13px;
    top:0px;
    border-radius:18px;
}

 .service-img .elementor-widget-container{
  overflow:hidden;
 
 }
.service-img img{
  transition:transform 1.5s ease;
}
 .service-img img:hover{
  transform:scale(1.1)
 } 
.welnes-ser{
	margin:0px !important;
}
.welnes-ser li{
	color:#000000
}
/* home-blog */
.blog-costom-home .post-thumbnail img{
    height:200px;
    width:1000px;    
}

.blog-costom-home  h2 a{
   color: #000000;
    text-decoration:none !important;
    font-size:18px;    
}
.blog-costom-home  h2
{
    line-height:20px;
}


.blog-costom-home .post-item {
    position:relative;
}

.blog-costom-home .blog-cont{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    
}


.book-appoinment:after {
    content: url(/wp-content/uploads/2025/02/Mask-group.png);
    position: absolute;
    top: 30px;
    transform: scale(0.8);
    left: 10px;
    animation: blink-animation 1s steps(5, start) infinite;
}

span.blfe-read-more-btn-text {
    border-bottom-style: solid;
}


.header-booking-but {
    background-color: #81007F;
    font-family: "Montserrat", Sans-serif;
    font-size: 15px;
    font-weight: 500;
    border-radius: 5px 5px 5px 5px;
    padding: 12px 13px 13px 55px;
    color: white;
}



.header-booking-but:hover {
    background-color: #81007F;
    font-family: "Montserrat", Sans-serif;
    font-size: 15px;
    font-weight: 500;
    border-radius: 5px 5px 5px 5px;
  
    color: white;
}



.social-icons {
    display: flex;
    gap: 10px;
}

.social-icons a {
    display: inline-block;
}

.social-icons img {
    width: 30px; /* Adjust size as needed */
    height: auto;
    transition: transform 0.3s ease;
}

.social-icons a:hover img {
    transform: scale(1.1);
}
h2.service-border {
    color: white;
    font-size: 33px;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
}


@media only screen and (max-width: 768px) {


.footer-men-links::after {
    content: none;
    position: absolute;
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
    right: 110px;
    top: 0px;
}

.footer-men-links ul {
    display: flex;
    justify-content: center;
    column-gap: 20px;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    margin-top: 12px;
    padding-bottom: 10px;
}

h2.service-border {
    color: white;
    font-size: 25px;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
}

}

.header-booking {
    background-color: #81007F;
    font-family: "Montserrat", Sans-serif;
    font-size: 15px;
    font-weight: 500;
    border-radius: 5px 5px 5px 5px;
    padding: 9px 10px 7px 10px;
    color: white;
    display: flex;
    justify-content: center;
    column-gap: 2px;
    cursor: pointer !important;
}
img.header-book-img {
    transform: scale(0.8);
    animation: blink-animation 1s steps(5, start) infinite;
}
.header-booking-heading {
    color: white;
    margin-top: 5px;
    font-size: 15px;
    font-family: Montserrat, sans-serif;
}

.header-booking-heading:hover {
    color: white;
}

h2.e-link-in-bio__heading {
    margin-bottom: 5px;
}
p.e-link-in-bio__description {
    margin: 0px;
}
h3.e-link-in-bio__title {
    margin-bottom: 5px;
}
.e-link-in-bio__identity {
    margin: 0px;
}

.e-link-in-bio {
    padding: 0px;
}
.e-link-in-bio__icons {
    margin-top: 10px;
}

.e-link-in-bio__ctas {
    margin-top: 15px;
}


.abu {
    position: relative;
}
.hover-arrow {
    position: absolute;
    right: -20px;
    bottom: -22px;
    width: 80px;
    height: 80px;
}