/* ==== Google font ==== */
@import url('https://fonts.googleapis.com/css?family=Noto+Serif:400,400italic,700|Open+Sans:300,400,600,700');
/* === fontawesome === */
@import url('font-awesome.css');
/* ==== overwrite bootstrap standard ==== */
@import url('overwrite.css');
@import url('animate.css');


.navbar {
  margin-bottom: 0 !important;
  position: sticky;
  top: 0;
  z-index: 1000;
}

body {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6em;
  color: #000;
  background-color: #fff;
}

hi,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  line-height: 1.1em;
}

p {
  color: #000;
}


a:hover {
  text-decoration: none;
}


.blank-space {
  height: 130px;

}

.custom-button {
  padding-right: 30px;
}

.custom-button button a {
  color: #fff;
  text-decoration: none;
}

.custom-button button {
  border-radius: 20px;
  background: #0044a8;
  border-color: #0044a8;
  font-size: 13px;
}

.button-color-change {
  background: #f3ab5e !important;
  border-color: #f3ab5e !important;
}

.button-color-change:hover {

  background: #9aca29 !important;
  border-color: #9aca29 !important;

}

.custom-button button:hover {

  background: #ffc232;
  border-color: #ffc232;

}

.navbar-header {
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}

.navbar-nav {
  padding-left: 30px;
}

.navbar-nav li a {
  padding-left: 60px;

}

.navbar-nav li a:hover {
  color: #3068b2 !important;
}

@media only screen and (max-width: 1220px) {
  .blank-space {
    height: 150px !important;

  }

  .navbar-nav li a {
    padding-left: 20px;

  }
}

@media only screen and (max-width: 500px) {
  .blank-space {
    height: 215px !important;
  }

  .navbar-header {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }

  .navbar-nav li a {
    padding-left: 0px;
    font-size: 13px;
  }

  .custom-button button {
    width: 100%;
    margin-top: 10px;

  }

}

.modal-header .close {
  margin-top: 0px;
  padding: 3px 8px;
  color: #000000;
  font-size: 26px;
  opacity: 1;
  width: auto;
  background: #FFF;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}


/*.slider {*/
/*	background-color:#f9f9f9;*/
/*	margin-top:-20px;*/
/*	margin-bottom:-10px;*/
/*	height:50vh;*/

/*}*/

.content {
  background-color: #fff;
  padding: 50px;
  text-align: center;

}

.content span {
  color: #0044a8;
  text-transform: uppercase;
  font-weight: 700;

}

.content p {
  margin-top: 50px;
  margin-bottom: 30px;
  color: #090909;
}

.breadcrumb {
  padding: 30px;

}

.breadcrumb h4 {
  color: #6D9C91;
  text-transform: uppercase;
  text-align: center;
  font-size: 20px;
}

.breadcrumbs {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 30px;
}

.breadcrumbs h4 {
  color: #6D9C91;
  text-transform: uppercase;
  text-align: center;
  font-size: 20px;
}

.contents {
  margin-top: 10px;

}

.contents p {
  margin-top: 30px;
  margin-bottom: 30px;
}

.bg {
  margin-top: 10px;

}

.recent button.btn-primarys h3 {
  padding: 10px;
  font-size: 30px;
  text-decoration: 0;
  color: #fff;
}

.align-center {
  text-align: center;
  background-color: #fff;
  color: #000;
  padding: 60px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.align-center p {
  margin-top: 10px;
  margin-bottom: 30px;
}

.align-center:hover {
  border-bottom: 30px solid transparent;
  border-color: #6D9C91;
  margin-top: -5px;
  -webkit-box-shadow: 1px 2px 2px 4px rgba(204, 204, 204, 1);
  -moz-box-shadow: 1px 2px 2px 4px rgba(204, 204, 204, 1);
  box-shadow: 1px 2px 2px 4px rgba(204, 204, 204, 1);
}

.boxs {
  margin-top: 30px;

}

.icon {
  margin-top: 30px;
  margin-bottom: 30px;
  color: #6D9C91;
}

.ficon a {
  color: #6D9C91;
}

/* --- products --- */
.products h2 {
  padding-left: 15px;
  color: #555;
}

.products button {
  margin-left: 15px;
  background: orange;
  color: #fff;
}

.feature p {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 30px;
}






.list-group {
  padding-left: 0;
  margin-top: 50px;

}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #eee;
  border: 1px solid #000;
}

.list-group-item.active {
  background-color: #fff;
  border-color: #e8e8e8;
  /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
  border-radius: 10px;
  color: #0044a8;
  margin-bottom: 15px;
}

.list-group-item.active:hover {
  background-color: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-color: #f9f9f9;
  color: #0044a8;
}

.list-group-item.active:hover p {
  color: #000;
}

.list-group-item.active p.list-group-item-text {
  color: #000;
}

.image {
  margin-top: 80px;
}

/* --- product inner --- */

.page-header {
  padding-bottom: 9px;
  margin: 20px 0 20px;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
  margin-top: 50px;
}

.blog h2 {
  color: #000;
  margin-left: 20px;
  text-transform: uppercase;
  margin-top: 10px;
}

.blog ul li {
  margin-left: 15px;
}

.blog h4 {
  color: #000;
  margin-left: 15px;

}

.blog img {
  margin-top: 10px;
  margin-bottom: 10px;
}

.blog h3,
p {
  color: #222;
  font-size: 15px;
  font-weight: 500;
  padding: 15px;
}

.blog .ficon {
  text-align: center;
  margin-bottom: 30px;
}

.form-search .form-control {
  margin-top: 20px;
}

.media h4 {
  color: #000;
  /*margin-bottom:30px;*/
}

.media-body .ficon {
  float: right;
  margin-right: 30px;
}

.media-body h4 {
  color: #000;

}

.media-list {
  padding-left: 0;
  list-style: none;
  margin-left: 90px;
  margin-bottom: 20px;
}

.panel {
  margin-top: 50px;
  margin-bottom: 20px;
  background-color: #fff;
  border: #eee 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  text-align: center;
}

.panel-default {
  border-color: #eee;
  border-bottom-color: #eee;
}

.panel-default>.panel-heading {
  color: #fff;
  background-color: orange;
  border-color: #eee;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #eee;
  border-bottom-color: #eee;
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #eee;
}

.list-group h5 {
  color: #fff;
  text-align: center;
  margin-bottom: -5px;
  background: #50c0e9;

  padding: 15px 20px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #eee;
  color: #000;
}

.list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.list-group-item>.badge {
  float: right;
  border-radius: 0;
  background-color: #fff;
  color: #000;
}

.blog button {
  margin-left: 20px;
}

.panel-2 {
  margin-top: -2px;
}

/* --- Contact area --- */
form {
  margin-top: 50px;
  margin-bottom: 50px;
}

label {
  color: #01499b;
  font-size: 14px;
}

.form-group button {
  background-color: #337cb4;
  color: #fff;
}

.form-control {
  border-radius: 0;
}

address {
  margin-top: 50px;
  padding-left: 30px;
  text-align: left;
  font-size: 15px;
  text-transform: uppercase;
  padding-bottom: 30px;
  color: #333;
}

address br {
  margin-top: 10px;
}

/* --- Map --- */
.map {
  position: relative;
  margin-top: 50px;
  margin-bottom: 40px;
}

.map iframe {
  width: 100%;
  height: 335px;
  border: 2px solid transparent;
  border-color: #ddd;
}

.map-grid iframe {
  width: 100%;
  height: 350px;
  border: none;
  margin: 0 0 -5px 0;
  padding: 0;
}

footer {
  background: #ccc;
  text-align: left;
}

.widget {
  margin-top: 10px;
  /*padding:50px;*/
  padding: 10px 50px 10px 50px;

}

.widget h5 {
  color: #b60000;

}

.widgetheading {
  padding-left: -20px;
}

.widget p,
ul {
  margin-top: 30px;
  text-align: left;
}

.link-list ul,
li,
a {
  color: #555;
  list-style: none;
  text-align: left;

}

.copyright {
  text-align: center;
}

.copyright a {
  color: #fff;
}

.sub-footer {
  background-color: #6D9C91;
}

.sub-footer-1 {
  background-color: #ccc;
}

ul.social-network {
  list-style: none;
  margin-top: 30px;
  text-align: center;
}

ul.social-network li {
  display: inline;
  margin: 0 5px;
  color: #fff;
}

ul.social-network li a {
  color: #6D9C91;
  font-size: 25px;


}



.solution-points {
  padding-left: 30px !important;
}

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

  .widget {
    margin-left: -50px;
  }

  ul.social-network {

    text-align: left;
    margin-left: -40px;
  }

  /*   home page img */



  .wow img {
    margin-top: 0px;
  }

}



/*   home page img */



.wow img {
  margin-top: 90px;
}

.float1 {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 25px;
  left: 25px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.my-float {
  margin-top: 16px;
}




/* faq */

.faq-section {
  background: #fdfdfd;
  min-height: 100vh;
  padding: 10vh 0 0;
}

.faq-title h2 {
  position: relative;
  margin-bottom: 45px;
  display: inline-block;
  font-weight: 600;
  line-height: 1;
}

.faq-title h2::before {
  content: "";
  position: absolute;
  left: 50%;
  width: 60px;
  height: 2px;
  background: #ffc632;
  bottom: -25px;
  margin-left: -30px;
}

.faq-title p {
  padding: 0 190px;
  margin-bottom: 10px;
}

.faq {
  background: #FFFFFF;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}

.faq .card {
  border: none;
  background: none;
  border-bottom: 1px dashed #CEE1F8;
}

.faq .card .card-header {
  padding: 0px;
  border: none;
  background: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.faq .card .card-header:hover {
  background: #E6F4F1;
  padding-left: 10px;
}

.faq .card .card-header .faq-title {
  width: 100%;
  text-align: left;
  padding: 0px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 1px;
  color: #3B566E;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 20px;
}

.faq .card .card-header .faq-title .badge {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 14px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  text-align: center;
  background: #ffc632;
  color: #fff;
  font-size: 12px;
  margin-right: 20px;
}

.faq .card .card-body {
  padding: 30px;
  padding-left: 35px;
  padding-bottom: 16px;
  font-weight: 400;
  font-size: 16px;
  color: #6F8BA4;
  line-height: 28px;
  letter-spacing: 1px;
  border-top: 1px solid #F3F8FF;
}

.faq .card .card-body p {
  margin-bottom: 14px;
}

@media (max-width: 991px) {
  .faq {
    margin-bottom: 30px;
  }

  .faq .card .card-header .faq-title {
    line-height: 26px;
    margin-top: 10px;
  }
}

.gr-icon img {
  width: 100px;
}

.sec-icon {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0 auto;
}

.sec-icon::before {
  content: "";
  position: absolute;
  height: 1px;
  left: -70px;
  margin-top: -5.5px;
  top: 60%;
  background: #333333;
  width: 50px;
}

.sec-icon::after {
  content: "";
  position: absolute;
  height: 1px;
  right: -70px;
  margin-top: -5.5px;
  top: 60%;
  background: #333;
  width: 50px;
}

.advertisers-service-sec {
  background-color: #f5f5f5;
}

.advertisers-service-sec span {
  color: #0044a8;
}

.advertisers-service-sec .col {
  padding: 0 1em 1em 1em;
  text-align: center;
}

.advertisers-service-sec .service-card {
  width: 100%;
  height: 100%;
  padding: 2em 1.5em;
  border-radius: 5px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  transition: 0.5s;
  position: relative;
  z-index: 2;
  overflow: hidden;
  background: #fff;
}

@media(min-width:900px) {
  .advertisers-service-sec .service-card {
    height: 340px !important;
  }
}

.advertisers-service-sec .service-card::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(#42a1e4, #0044a8);
  position: absolute;
  left: 0%;
  top: -98%;
  z-index: -2;
  transition: all 0.4s cubic-bezier(0.77, -0.04, 0, 0.99);
}

.advertisers-service-sec h3 {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 600;
  color: #1f194c;
  margin: 1em 0;
  z-index: 3;
}

.advertisers-service-sec p {
  color: #181818;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.03em;
  z-index: 3;
  font-weight: 500;
}

.advertisers-service-sec .icon-wrapper {
  background-color: #2c7bfe;
  position: relative;
  margin: auto;
  font-size: 30px;
  height: 2.5em;
  width: 2.5em;
  color: #ffffff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  transition: 0.5s;
  z-index: 3;
}

.advertisers-service-sec .service-card:hover:after {
  top: 0%;
}

.service-card .icon-wrapper {
  background-color: #ffffff;
  color: #0044a8
}

.advertisers-service-sec .service-card:hover .icon-wrapper {
  color: #0348aa;
}

.advertisers-service-sec .service-card:hover h3 {
  color: #ffffff;
}

.advertisers-service-sec .service-card:hover p {
  color: #f0f0f0;
}

.sc-more a {
  color: #0044a8;
  font-weight: 600;
}

.advertisers-service-sec .service-card:hover .sc-more a {
  color: #fff !important;
}

/* ADVERTISERS SERVICE CARD ENDED */

/* button */


.float.wtsp {
  position: fixed;
  bottom: 66px;
  left: 115px;
  z-index: 2;
}

.wtsp a {
  width: 0px;

}



.float {
  position: fixed;
  bottom: 25px;
  left: 88px;
  z-index: 2;
}

.float i {
  font-size: 20px;
  margin-top: 13px;
}

.round-background {
  background-color: #59ce7254;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
  transform-origin: center;
  animation: grow 0.3s ease-in-out forwards;
  animation: zoom 0.9s ease-in-out infinite alternate;
  z-index: 1;
}

.float:hover .round-background {
  animation: none;
  width: 65px;
  height: 65px;
}

@keyframes zoom {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.1);
  }
}

@keyframes grow {
  0% {
    width: 40px;
    height: 40px;
    opacity: 0;
  }

  100% {
    width: 65px;
    height: 65px;
    opacity: 1;
  }
}

.float a {
  display: block;
  background-color: #59CE72;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  color: #FFF;
  position: absolute;
  bottom: 12px;
  right: 25px;
  transform-origin: center;
  transform: scale(1);
  z-index: 2;
  transition: background-color 0.3s;
}

.float-04 {
  position: fixed;
  top: 240px;
  right: 0;
  left: auto !important;
  z-index: 9999;
  border-radius: 10px 0 0 10px;
  display: none;
}

.float-04 button {
  border-radius: 5px 0 0 5px !important;
}

.float-04 i {
  font-size: 20px;
  color: #fff;
  z-index: 5;
}

.float-02 a {
  background-color: blue !important;
  display: none;
}

.float-03 a {
  background-color: blue !important;
  display: none;
}


@media(max-width:768px) {
  .custom-button .renew-btn {
    margin-top: 25px;
  }

  .single_footer {
    text-align: center;
  }

  .single_footer ul li {
    text-align: center;
  }

  .single_footer h4::after {
    display: none !important;
  }

  .social_profile {
    display: flex;
    justify-content: center;
  }

  .phone-hide {
    display: none;
  }

  .float-02 a {
    background-color: blue !important;
    display: block;
  }

  .float-03 a {
    background-color: blue !important;
    display: block;
  }

  .round-background {
    display: none;
  }

  .float-04 {
    display: none !important;
  }

  .whats-float {
    display: flex !important;
  }
}

.direct-contact-container {
  max-width: 400px;
}

/* Location, Phone, Email Section */
.contact-list {
  list-style-type: none;
  /*border: 1px solid #e4e4e4;*/
  padding: 20px;
  border-radius: 5px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.contact-list li i {
  font-size: 16px;
  color: #797979;
}

.list-item {
  line-height: 2;
  color: #222;
}

.contact-text {
  font-family: 'Open Sans', Arial, sans-serif;
  /*font-size:18px;*/
  letter-spacing: 1px;
  color: #222;
}

.place {
  margin-left: 15px;
  font-size: 15px;
}

.phone {
  margin-left: 12px;
}

.gmail {
  margin-left: 11px;
}

.contact-text a {
  color: #222;
  text-decoration: none;
  transition-duration: 0.2s;
  font-size: 14px;
}

.contact-text a:hover {
  color: #0f54ab;
  text-decoration: none;
}

@media(min-width:768px) {
  .float a {
    background-color: #59CE72;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    color: #FFF;
    position: absolute;
    bottom: 6px;
    right: 6px;
    transform-origin: center;
    transform: scale(1);
    z-index: 2;
    transition: background-color 0.3s;
  }

  .float i {
    font-size: 30px;
    margin-top: 15px;
  }
}

.single_footer ul li a {
  font-weight: 300;
}

.recent-date {
  color: #9b9898;
  font-size: 12px;
  text-align: right;
}

.whats-float {
  position: fixed;
  bottom: 25px;
  left: 15px;
  right: auto;
  /*width: 156px;*/
  background-color: #25d366;
  color: #FFF;
  border-radius: 0 2px 2px 0;
  z-index: 10;
  transition: all 0.5s ease-in-out;
  display: none;
  /* Hidden on desktop */
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  text-align: center;
  border-radius: 5px;
}

.whats-float a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 10px;
}

.whats-float a span {
  color: white;
  font-size: 15px;
  font-weight: 600;
  /*padding-right: 10px;*/
}

.whats-float i {
  font-size: 30px;
  color: white;
  line-height: 30px;
  transition: all 0.5s ease-in-out;
}

.whats-float:hover {
  color: #FFFFFF;
}

.whats-float:hover i {
  transform: rotate(360deg);
}


.error {
  color: red;
}

.hidden {
  display: none;
}

.inline-flex {
  display: inline-flex;
}

.feature-icon {
  position: relative;
}

.tally-newversion {
  margin-left: 46px !important;
}

.mailheadversion {
  font-weight: 600;

}

.blue-clr {
  color: #0044A8;

}

.tally-newversion li {
  margin-bottom: 20px;
}

.tally-newversion li span {
  font-weight: 600;
}

.tally-newversion li span::after {
  display: block;
  content: "";
  width: 25px;
  height: 25px;
  background: transparent url('../images/icons/tick_svgrepo.png') no-repeat;


  top: -2px;
  position: absolute;
  left: -31px;
  background-size: cover;
}

.bg-warning-highlighter {
  position: relative;
}

.bg-warning-highlighter::after {
  content: "";
  width: 57px;
  height: 44px;
  background-color: #fcc62d;
  color: #000;
  position: absolute;
  top: 2px;
  transform: rotate(12deg);
  left: -7px;
  z-index: -1;
}

.cmn-btn {
  display: inline-flex;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s ease;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;

}

.cmn-btn-primary {
  background: #FCC62D;
  color: #000;
}

.cmn-btn.cmn-btn-primary:hover {
  border: 1px solid #FCC62D;
  background: #FFF;
}

.cmn-btn-outline-primary {
  background: #FFF;
  color: #0044A8;
  border: 1px solid #0044A8;
}

.cmn-btn.cmn-btn-outline-primary:hover {
  background: #0044A8;
  color: #FFF;
}

@media(max-width:575.98px) {
  .offering-container2 {
    margin-top: -54px;
  }

  .navbar-brand {
    padding: 7px;

  }

  .btn-wrapper {
    text-align: center;
    margin-bottom: 20px;
  }

  .mailheadversion {
    padding: 0 17px;
    font-size: 30px;
    line-height: 35px;
  }

  .bg-warning-highlighter::after {
    content: "";
    width: 49px;
    height: 41px;
    background-color: #fcc62d;
    color: #000;
    position: absolute;
    top: -4px;
    transform: rotate(12deg);
    left: -6px;
    z-index: -1;
  }

  .new-version-section {
    padding: 0;
  }

  .cmn-btn {
    margin-bottom: 12px;
  }

  .lead {
    font-size: 15px;
    line-height: 24px;
    color: #090909;
    font-weight: 500;
  }

  .content.content-wrapper {

    padding: 50px 27px;

  }
}

.collapse.show {
  visibility: visible;
}

/* WhatsApp Premium Floating Button */
.whatsapp-float-premium {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 90px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.whatsapp-float-premium:hover {
  transform: scale(1.1) rotate(5deg);
  background-color: #1ebea5;
  color: #fff;
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
  text-decoration: none;
}

.whatsapp-float-premium i {
  transition: all 0.3s ease;
}

/* Pulse animation */
.whatsapp-float-premium::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #25d366;
  border-radius: 50%;
  z-index: -1;
  animation: pulse-whatsapp 2s infinite;
}

@keyframes pulse-whatsapp {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }

  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}

/* Label */
.whatsapp-float-premium .whatsapp-label {
  position: absolute;
  right: 70px;
  background: #333;
  color: #fff;
  padding: 8px 15px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.whatsapp-float-premium:hover .whatsapp-label {
  opacity: 1;
  visibility: visible;
  right: 75px;
}

@media screen and (max-width: 767px) {
  .whatsapp-float-premium {
    width: 55px;
    height: 55px;
    bottom: 95px;
    right: 25px;
    font-size: 28px;
  }

  .whatsapp-float-premium .whatsapp-label {
    display: none;
  }
}

/* Hide legacy WhatsApp floating buttons across all pages */
.whats-float,
.floating-buttons,
.btn-whatsapp-main,
.whats-float-a1,
.whatsapp-btn,
.float.wtsp,
.floating-action-container .btn-whatsapp-main {
  display: none !important;
}