
.content-margin-top{
    margin-top: 71px;
}
/* Top Header Styles Start*/
.top-header {
    font-family: 'Poppins', sans-serif;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 1000;
    background: linear-gradient(45deg, #fff 30%, #ec6666 100%) !important;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.top-header .header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

/* Logo Styles */
.top-header .site-logo {
    width: 180px;
    flex-shrink: 0;
}

.top-header .logo-img {
    width: 60%;
    height: auto;
    /* display: block; */
}

/* Social Icons Styles */
.top-header .social-icons-center {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 0 0 0 30px;
    position: relative;
}

.top-header .social-icons-center::before,
.top-header .social-icons-center::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 1px;
    height: 30px;
    transform: translateY(-50%);
}

.top-header .social-icons-center::before {
    left: 0;
}

.top-header .social-icons-center::after {
    right: 0;
}

.top-header .social-icon {
    display: inline-flex;
    width: 35px;
    height: 35px;
    border-radius:50%;
    color: #333 !important;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    transition:all 0.3s ease;
  text-decoration:none;
}

.top-header .social-icon:hover {
    background-color: #333;
    color: #fff !important;
    transform: translateY(-2px);
}

/* Contact Info Styles */
.top-header .contact-info {
    display: flex;
    align-items: center;
    gap: 25px;
    flex: 1;
    justify-content: flex-end;
}

.top-header .contact-item {
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
}

.top-header .contact-item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: -12px;
    top: 50%;
    height: 30px;
    width: 1px;
    background: rgba(0,0,0,0.1);
    transform: translateY(-50%);
}

.top-header .contact-icon {
    width: 21px;
    height: 21px;
    object-fit: contain;
}

.top-header .contact-text {
    display: flex;
    flex-direction: column;
}

.top-header .contact-text small {
    color: #666;
    font-size: 12px;
    line-height: 1.2;
}

.top-header .contact-text strong {
    color: #333;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 600;
}
.mobile-top-header{
    display: none;
}
@media (max-width: 1400px) {
    /* top header section responsive */
    .top-header .contact-info {
        gap: 20px;
    }
    .top-header .contact-item:not(:last-child)::after {
        right: -10px;
    }
}
@media (max-width: 1200px) {
    .top-header .header-content {
        gap: 15px;
    }
    .top-header .social-icons-center {
        padding: 0 20px;
    }
    .top-header .contact-info {
        gap: 15px;
    }
    .top-header .contact-text strong {
        font-size: 13px;
    }
}
@media (max-width: 992px) {
    .top-header{
        display: none;
    }
    .mobile-top-header{
        display: block;
    }
    /* mobile top header  */
    .mobile-top-header{
        display: block;
        padding: 2px 0 2px 0;
        background: linear-gradient(45deg, #fff 30%, #ed6879 100%) !important;
    }
    .mobile-top-header .col-lg-12{
        display: flex;
        justify-content: space-between;
    }
    .mobile-top-header img{
        width: 100px;
    }
    .mobile-top-header .social-icons-center{
        margin: 15px 5px;
    }
    .mobile-top-header .social-icons-center a{
        padding:3px 7px 5px 8px;
        border-radius:50px;
        color: var(--text-color-dark);
        background-color: #fff;
        margin:0 4px;
        height: 31px;
        width: 31px;
        display: inline-block;
        text-align: center;
    }
    .mobile-top-header .social-icons-center a:hover{
        background-color: var(--secondary-color);
        color: #fff;
    }
}
@media (max-width: 767px) {
    /* top header responsive */
    .top-header {
        position: relative;
    }
    .top-header .contact-info {
        gap: 15px;
    }
    .top-header .contact-info > div {
        padding: 0;
        margin-bottom: 0;
        display: none !important;
    }
    .top-header .contact-info {
        display: none !important;
    }
    .cg-footer-section .small{
      text-align: center;
    }
}
@media (max-width: 576px) {
    .top-header {
        padding: 15px 0;
        display: none;
    }
    .top-header .header-content {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    .top-header .site-logo {
        width: 160px;
        margin: 0 auto;
    }
    .top-header .logo-img{
        margin-left: 33px;
    }
    .top-header .social-icons-center {
        width: 100%;
        padding: 15px 0 !important;
        margin: 10px 0;
        border-top: 1px solid rgba(0,0,0,0.1);
        border-bottom: 1px solid rgba(0,0,0,0.1);
    }
    .top-header .contact-info {
        flex-direction: column;
        align-items: center;
        width: 100%;
        gap: 20px;
        margin: 0;
    }
    .top-header .contact-item {
        width: auto;
        justify-content: center;
        text-align: center;
        padding: 0;
        margin: 0;
    }
    .top-header .contact-item:not(:last-child)::after {
        display: none;
    }
    .top-header .contact-text {
        align-items: center;
        text-align: center;
    }
    .top-header .contact-text small,
    .top-header .contact-text strong {
        text-align: center;
    }
    .cg-footer-section{
      margin-top:60px !important;
    }
    
}
/* Top Header Styles End */

/* --- Responsive Transparent Navbar & Mega Menu --- */
  .rg-navbar {
    width: 100%;
    /* background: rgba(255,255,255,0.10); */
    position: absolute;
    top: 25px;
    left: 0;
    z-index: 30;
    box-shadow: none;
    /* backdrop-filter: blur(6px); */
  }
  .mobile-menu-cart .mini-cart-icon{
      display: none;
  }
  .medica-cart-icon{
    margin-top: 10px;
  }
  .medica-cart-icon .mini-cart-icon span{
    left: 34px !important;
    top: -17% !important;
  }
  .rg-navbar .mini-cart-icon {
    position: relative;
    color: var(--text-color) !important;
    text-decoration: none;
  }
  .rg-navbar .mini-cart-icon span{
    position: absolute;
    top: -64%;
    background: red;
    padding: 0px 4px;
    border-radius: 50px;
    font-size: 12px;
    color: white;
    right: -17px;
    height: 22px;
    width: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .rg-navbar-container {
    max-width: 1516px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 32px;
    height: 70px;
    position: relative;
  }
  .rg-navbar-logo {
    font-size: 28px;
    font-weight: 700;
    color: var(--text-color);
    text-decoration: none;
    letter-spacing: 1px;
  }
  .rg-navbar-logo img{
    height: 70px;
    width: 120px;
    
  }
  .rg-navbar-toggle {
    position: relative;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    cursor: pointer;
    display: none;
  }
  .rg-navbar-hamburger {
    width: 28px;
    height: 22px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 2;
  }
  .rg-navbar-hamburger span {
    display: block;
    width: 100%;
    height: 4px;
    background: var(--text-color);
    border-radius: 2px;
    transition: all 0.3s;
  }
  .rg-navbar-close {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 28px;
    height: 28px;
    display: none;
    align-items: center;
    justify-content: center;
    color: var(--text-color);
    font-size: 28px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 3;
    opacity: 0;
    transition: opacity 0.2s;
  }
  .rg-navbar-toggle.menu-open .rg-navbar-hamburger {
    opacity: 0;
  }
  .rg-navbar-toggle.menu-open .rg-navbar-close {
    display: flex !important;
    opacity: 1;
  }
  
  .rg-navbar-menu {
    display: flex;
    align-items: center;
    gap: 32px;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .rg-navbar-menu li a {
    color: var(--text-color);
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    padding: 10px 8px;
    transition: all 0.3s ease;
    position: relative;
  }
  .rg-navbar-menu li a:hover {
    color: var(--secondary-color) !important;
  }
  .rg-dropdown-menu a:hover {
    color: var(--secondary-color) !important;
  }
  
  .rg-navbar-has-mega {
    position: relative;
  }
  .rg-mega-menu {
    display: none;
    width: auto;
    min-width: 0;
    max-width: calc(6 * 120px + 5 * 24px + 2 * 24px); /* 6 images, 5 gaps, 2*padding */
    left: 50%;
    transform: translateX(-8%);
    position: absolute;
    top: 100%;
    z-index: 100;
    background: #fff;
    box-shadow: 0 8px 32px rgba(0,0,0,0.10);
    border-radius: 0 0 12px 12px;
    padding: 32px 24px 24px 24px;
    min-height: 140px;
    transition: 0.2s;
    overflow: hidden;
  }
  .rg-mega-menu.show {
    display: block;
  }
  .rg-navbar-has-mega:hover .rg-mega-menu,
  .rg-navbar-has-mega:focus-within .rg-mega-menu {
    visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transition-delay: 0s;
  }
  .rg-mega-menu-content {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0 24px;
    justify-items: center;
    align-items: center;
    padding: 0 12px;
  }
  .rg-mega-menu-content img {
    height: 60px;
    width: 120px;
    object-fit: contain;
    transition: transform 0.2s;
    filter: drop-shadow(0 2px 8px rgba(0,0,0,0.08));
  }
  .rg-mega-menu-content img:hover {
    transform: scale(1.08);
  }
  
  @media (max-width: 1920px) {
    .rg-navbar-container{
      max-width: 1900px !important;
    }
    .rg-mega-menu{
      transform: translateX(15%) !important;
    }
  }
  @media (max-width: 1600px) {
    .rg-mega-menu{
      transform: translateX(-8%) !important;
    }
  }
  @media (max-width: 1400px) {
    .rg-navbar-container{
      max-width: 1350px !important;
    }
    .rg-mega-menu{
      transform: translateX(-20%) !important;
    }
    .rg-hero-content h1{
      font-size: 30px;
    }
    .rg-hero-content p{
      font-size: 14px;
    }
  }
  
  /* Responsive Styles */
  @media (max-width: 1200px) {
    .rg-mega-menu {
      max-width: calc(4 * 120px + 3 * 24px + 2 * 24px);
    }
    .rg-mega-menu-content {
      grid-template-columns: repeat(4, 1fr);
    }
  }
  @media (max-width: 900px) {
    .rg-mega-menu {
      max-width: calc(2 * 120px + 1 * 24px + 2 * 24px);
    }
    .rg-mega-menu-content {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media (max-width: 600px) {
    .rg-mega-menu {
      max-width: 90vw;
      left: 50%;
      transform: translateX(-50%);
    }
    .rg-mega-menu-content {
      grid-template-columns: 2fr;
    }
  }
  @media (max-width: 992px) {
    .rg-navbar-toggle {
      display: flex;
    }
    .rg-navbar-menu {
      display: none;
      flex-direction: column;
      position: absolute;
      top: 70px;
      left: 0;
      width: 100vw;
      background: white;
      padding: 24px 0 24px 0;
      z-index: 100;
      gap: 0;
    }
    .rg-navbar-menu.rg-navbar-menu-open { display: flex; }
    .rg-navbar-menu li { width: 100%; text-align: left; }
    .rg-navbar-menu li a { display: block; width: 100%; padding: 10px 24px; color: var(--text-color-dark); }
    .rg-mega-menu {
      position: static;
      transform: none;
      min-width: 100%;
      min-height: 0;
      border-radius: 0;
      box-shadow: none;
      padding: 18px 10px;
      background: rgba(255,255,255,0.98);
    }
    .rg-mega-menu-content {
      flex-wrap: wrap !important;
      gap: 10px !important;
      justify-content: flex-start !important;
    }
    .rg-mega-menu-content img { height: 60px; width: 130px; }
    .rg-dropdown-menu {
      position: static !important;
      width: 100% !important;
      left: 0 !important;
      transform: none !important;
      min-width: 0 !important;
      max-width: none !important;
      box-shadow: none !important;
      border-radius: 0 !important;
      background: #fff !important;
    }
    .rg-dropdown-menu a {
      color: var(--text-color-dark) !important;
      padding: 14px 24px;
      border-bottom: 1px solid #333;
    }
    .rg-dropdown-menu a:last-child {
      border-bottom: none;
    }
    .rg-mega-menu-content a{
      border-bottom: 1px solid black;
    }
    .rg-mega-menu{
      transform: translateX(0%) !important;
    }
    .mobile-menu-cart .mini-cart-icon{
      display: block;
    }
  }
  /* Mega menu visibility for desktop/mobile */
.desktop-mega-menu,
.mobile-mega-menu {
  display: none;
}
.desktop-mega-menu.show,
.mobile-mega-menu.show {
  display: block;
}
@media (max-width: 992px) {
  .desktop-mega-menu { display: none !important; }
  .mobile-mega-menu { /* still display: none by default, shown with .show */ }
}
@media (min-width: 993px) {
  .mobile-mega-menu { display: none !important; }
  .desktop-mega-menu { /* still display: none by default, shown with .show */ }
}
  /* Dropdown Chevron Icon */
  .rg-navbar-chevron {
    display: inline-block;
    margin-left: 6px;
    font-size: 14px;
    transition: transform 0.3s;
    vertical-align: middle;
  }
  .rg-navbar-has-mega.open > a .rg-navbar-chevron {
    transform: rotate(180deg);
  }
  
  /* Dropdown menu for Home */
  .rg-navbar-has-dropdown {
    position: relative;
  }
  .rg-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: auto;
    min-width: 200px;
    width: max-content;
    max-width: calc(100vw - 64px);
    background: white;
    box-shadow: 0 8px 32px rgba(0,0,0,0.10);
    display: none;
    flex-direction: column;
    z-index: 1000;
    padding: 10px 0;
    border-radius: 0 0 12px 12px;
    overflow-x: auto;
  }
  .rg-dropdown-menu a {
    padding: 8px 20px !important;
    color: var(--text-color-dark) !important;
    text-decoration: none;
    transition: background-color 0.3s;
    display: block;
    width: 100%;
    font-size: 14px !important;
  }
  .rg-dropdown-menu a:hover {
    background-color: #f5f5f5;
    color: var(--primary-color);
  }
  @media (min-width: 993px) {
    .rg-navbar-has-dropdown:hover .rg-dropdown-menu {
      display: flex !important;
    }
  }
  @media (max-width: 992px) {
    .rg-dropdown-menu {
      position: static;
      box-shadow: none;
      display: none;
      padding: 0;
      background: #fff;
      width: 100%;
      min-width: 0;
      max-width: none;
      border-radius: 0;
    }
    .rg-navbar-has-dropdown.open .rg-dropdown-menu {
      display: block;
    }
  }
  
  /* If it's the last menu item, right align */
  .rg-navbar-menu > li.rg-navbar-has-dropdown:last-child .rg-dropdown-menu {
    left: auto;
    right: 0;
  }

  /* All Page Navbar Start*/
  .all-page-navbar.rg-navbar{
    top:67px !important;
  }
  .all-page-navbar .rg-navbar-menu li a{
    color: var(--text-color-dark) !important;
  }
  .all-page-navbar .rg-navbar-menu li a:hover{
    color: var(--primary-color) !important;
  }
  .all-page-navbar .rg-navbar-container{
    max-width: 1368px !important;
  }
  .all-page-navbar .rg-navbar-logo img{
    height: 50px;
  }
  .all-page-navbar .rg-navbar-hamburger span{
    background: #000;
  }
  .all-page-navbar .rg-navbar-close{
    color: #000;
  }
  @media all and (max-width: 992px) {
    .all-page-navbar.rg-navbar {
      top: 65px !important;
    }
    .all-page-navbar .rg-mega-menu {
      transform: translateX(0%) !important;
    }
  }
  @media all and (max-width: 1400px) {
    .all-page-navbar .rg-navbar-container{
      max-width: 1190px !important;
    }
  }
  /* All Page Navbar End*/

/* New Footer Section Start */
.cg-footer-section {
  background: white;
  padding: 0;
  margin-top: 0;
  font-family: 'Poppins', sans-serif;
}
.cg-footer-section address,
.cg-footer-section address a{
  font-size: 15px !important;
}
.cg-footer-section .cg-footer-section-ul li a{
  font-size: 15px !important;
  text-decoration: none !important;
  color: var(--text-color-dark) !important;
  transition: all 0.3s ease;
}
.cg-footer-section .cg-footer-section-ul li{
  padding: 5px 0 !important;
}
.cg-footer-section .cg-footer-section-ul li a:hover{
  color: var(--primary-color) !important;
  padding-left: 5px !important;
}
.cg-footer-top {
  padding: 40px 0 0 0;
  margin-bottom: 0;
}
.cg-footer-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
  gap: 40px;
}
.cg-footer-col {
  flex: 1 1 0;
  min-width: 260px;
  margin-bottom: 30px;
}
.cg-footer-col h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-color-dark);
  border-bottom: 2px solid var(--primary-color);
  display: inline-block;
  margin-bottom: 18px;
  padding-bottom: 4px;
}
.cg-footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cg-footer-col ul li {
  margin-bottom: 10px;
}
.cg-footer-col ul li a {
  color: var(--text-color-dark);
  text-decoration: none;
  font-size: 1.1rem;
  transition: color 0.2s;
}
.cg-footer-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 18px;
}
.cg-footer-products-img {
  max-width: 340px;
  width: 100%;
  margin-bottom: 10px;
}
.cg-footer-logo img {
  max-width: 220px;
  width: 100%;
  margin: 0 auto;
  display: block;
}
.contact-us address {
  font-style: normal;
  font-size: 1.1rem;
  margin-bottom: 10px;
}
.cg-footer-link {
  text-decoration: underline;
  font-weight: 500;
}
.cg-footer-map {
  margin-top: 10px;
}
.cg-footer-map iframe {
  border-radius: 8px;
}
.cg-footer-bottom {
  border-top: 2px solid var(--primary-color);
  margin-top: 30px;
  padding: 16px 0 0 0;
  background: #e6f3fb;
}
.cg-footer-bottom-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
  flex-wrap: wrap;
}
.cg-footer-copyright {
  color: var(--text-color-dark);
  font-size: 1.1rem;
}
.cg-footer-red {
  color: var(--primary-color);
  font-weight: 600;
}
.cg-footer-social {
  display: flex;
  gap: 18px;
}
.cg-footer-social a {
  color: var(--text-color-dark);
  background: #fff;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  box-shadow: 0 2px 8px rgba(34,147,206,0.08);
  transition: background 0.2s, color 0.2s;
}
.cg-footer-social a:hover {
  background: var(--primary-color);
  color: #fff;
}
.cg-footer-logo-row {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto 32px auto;
  padding-top: 40px;
  gap: 32px;
}
.cg-footer-main-logo {
  height: 80px;
  width: auto;
  display: block;
  margin: 0 24px;
}
.cg-footer-logo-border {
  flex: 1 1 0;
  height: 2px;
  background: var(--primary-color);
  min-width: 40px;
  border-radius: 2px;
}
.border-info{
  border-color: var(--primary-color) !important;
  width: 30% !important;
}
.border-bottom{
  border-color: var(--primary-color) !important;
  width: 70% !important;
}
.text-info{
  color: var(--text-color-dark) !important;
  font-size: 15px !important;
}
.bottom-footer a{
  width:38px;
  height:38px;
  background-color: #2293CE !important;
  color: white !important;
  text-decoration: none !important;
  transition: all 0.3s ease;
}
.bottom-footer a:hover{
  background-color: #FFCD31 !important;
  color: white !important;
  transform: scale(1.1);
}
@media (max-width: 700px) {
  .cg-footer-logo-row {
    gap: 12px;
    padding-top: 24px;
    margin-bottom: 18px;
  }
  .cg-footer-main-logo {
    height: 48px;
    margin: 0 8px;
  }
  .cg-footer-logo-border {
    min-width: 10px;
  }
  .border-bottom{
    width: 40% !important;
  }
}
@media (max-width: 1100px) {
  .cg-footer-row, .cg-footer-bottom-row {
    flex-direction: column;
    align-items: center;
    padding: 0 10px;
    gap: 24px;
  }
  .cg-footer-col {
    min-width: 200px;
    width: 100%;
    text-align: center;
  }
  .cg-footer-center {
    align-items: center;
  }
  .cg-footer-bottom-row {
    flex-direction: column;
    gap: 10px;
  }
}
@media (max-width: 600px) {
  .cg-footer-products-img {
    max-width: 180px;
  }
  .cg-footer-logo img {
    max-width: 120px;
  }
  .cg-footer-map iframe {
    width: 100%;
    height: 120px;
  }
}
@media (max-width: 992px) {
  iframe{
    width: 310px !important;
  }
}
@media (max-width: 1400px) {
  iframe{
    width: 620px;
  }
}
/* New Footer Section End */

/*
------------------------------------
Sister Concern CSS Start
-------------------------------------
*/
.sister-concern {
    padding: 40px 0;
    background-color: #fff;
    overflow: hidden;
}

.sister-concern h3 {
    font-size: 28px;
    color: rgb(201, 155, 32);
    font-weight: 700;
    margin-bottom: 40px;
    font-family: 'Roboto', sans-serif;
}

.sister-concern .logos-wrapper {
    width: 100%;
    position: relative;
}

.sister-concern .logos-slider {
    padding: 10px 0;
    display: flex;
    width: max-content;
    animation: slide 30s linear infinite;
}

.sister-concern .logos-slider:hover {
    animation-play-state: paused;
}

.sister-concern .d-flex {
    gap: 30px;
    display: flex;
    align-items: center;
    margin-left: 30px;
}

.sister-concern .logo-item {
    flex: 0 0 auto;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 10px;
    width: 200px;
}

.sister-concern .sister-logo {
    height: 60px;
        width: auto;
    object-fit: contain;
    transition: all 0.3s ease;
}

.sister-concern .logo-item:hover {
    /* transform: scale(1.1); */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

@keyframes slide {
    0% {
        transform: translateX(-50%);
    }
    100% {
        transform: translateX(0);
    }
}
@media (max-width: 767px) {
    .sister-concern .sister-logo {
        height: 40px;
    }
    .sister-concern .d-flex {
        gap: 25px;
    }
    .sister-concern h3 {
        font-size: 24px;
        margin-bottom: 30px;
    }
}
@media (max-width: 991px) {
    .sister-concern .sister-logo {
        height: 45px;
    }
    .sister-concern .d-flex {
        gap: 30px;
    }
}
/*
------------------------------------
Sister Concern CSS End
-------------------------------------
*/

/* Whatsapp Icon Start */
.whatsapp-fab{
  position: fixed;
  right: 18px;
  bottom: calc(18px + env(safe-area-inset-bottom, 0));
  width: 56px; height: 56px;
  border-radius: 50%;
  background: #25D366;
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 28px;
  box-shadow: 0 14px 30px rgba(0,0,0,.22);
  z-index: 9999;
  opacity: 0; visibility: hidden;
  transform: translateY(12px) scale(.9);
  transition: opacity .25s ease, transform .25s ease, visibility .25s;
}
.whatsapp-fab.show{
  opacity: 1; visibility: visible;
  transform: translateY(0) scale(1);
}
.whatsapp-fab:hover{ transform: translateY(0) scale(1.06); }

/* Pulse ring */
.whatsapp-fab::after{
  content: '';
  position: absolute; inset: 0;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(37,211,102,.45);
  animation: wappPulse 2s infinite;
}
@keyframes wappPulse{
  0%   { box-shadow: 0 0 0 0 rgba(37,211,102,.45); }
  70%  { box-shadow: 0 0 0 14px rgba(37,211,102,0); }
  100% { box-shadow: 0 0 0 0 rgba(37,211,102,0); }
}

/* Respect reduced motion users */
@media (prefers-reduced-motion: reduce){
  .whatsapp-fab,
  .whatsapp-fab::after{ animation: none; transition: none; }
}
/* Whatsapp Icon ENd */