body {margin: 0; padding: 0; width: 100%; overflow-y: auto; overflow-x: hidden; font-family: "Google Sans Flex", sans-serif;}
.no_scroll {overflow: hidden !important; background-color: #fff;}
.bars, .mobile_menu {display: none;}
a {text-decoration: none;}
p {line-height: 26px;}

.heading {font-size: 36px; font-weight: 600; margin-bottom: 0;}
.sub_heading {font-family: "Courgette", cursive; display: inline-block; font-size: 24px; color: #e8c16b;}
.border_line {width: 120px; height: 3px; border-radius: 50%; display: inline-block; background-color: #e8c16b;}
.para {font-weight: 400; font-size: 14px;}
.text_white {color: #bbb;}
.text_black {color: #222;}
.text_green {color: #45bd98;}


.button_1 {display: inline-block; padding: 17px 36px; font-size: 18px; font-weight: 600; color: #ffffff; border: 3px solid #f6d889; border-radius: 50px; cursor: pointer; background: linear-gradient(to bottom, #f6d889 0%, #e3b860 45%, #c89a3a 100%); box-shadow: inset 0 2px 3px rgba(255, 255, 255, 0.35), inset 0 -2px 3px rgba(0, 0, 0, 0.2), 0 6px 14px rgba(0, 0, 0, 0.25); transition: all 0.25s ease;}
.button_1:hover {background: linear-gradient(to bottom, #fbe6a8 0%, #edc86e 45%, #d6a84a 100%); color: #fff; transform: translateY(-1px); box-shadow: inset 0 2px 3px rgba(255, 255, 255, 0.4), inset 0 -2px 3px rgba(0, 0, 0, 0.25), 0 8px 18px rgba(0, 0, 0, 0.3);}
.button_1:active {transform: translateY(1px); box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.3), 0 4px 10px rgba(0, 0, 0, 0.2);}


/****BREAD CUMBS****/
.bread_cumbs {margin: 0; margin-bottom: 8px; padding: 0; list-style: none;}
.bread_cumbs li {display: inline-block;}
.bread_cumbs li a {color: #ffffff; font-size: 15px; font-weight: 600; display: block;}
.bread_cumbs li:last-child a {color: #e8c16b;}
.bread_cumbs li a:after {content: '/'; position: relative; top: 0px; margin-left: 5px;}
.bread_cumbs li:last-child a:after {content: '';}

/****NAVIGATION****/
header {padding: 0; background-color: #111;}
nav {padding: 50px 0 10px; height: auto; background: linear-gradient(180deg, rgb(0 0 0 / 52%) 30%, rgb(0 0 0 / 39%) 56%, rgba(255, 255, 255, 0) 90%); position: fixed; width: 100%; top: 0; z-index: 99990; transition: all 0.5s; top: 0; transition: all 0.5s;}
nav ul.menu {display: flex; justify-content: space-between; list-style: none; margin: 0; padding: 0 10px; background-color: #fff; border: 1px solid #999c9b45; border-radius: 50px; height: 75px;}
nav ul.menu span {display: flex; align-items: center; justify-content: space-between; gap: 7px; width: calc(50% - 70px); height: 75px; position: relative; top: 0; transition: all 0.5s;}
nav ul.menu span.li_first a:not(.line a), nav ul.menu span.li_last a:not(.call_button, .line a) {padding: 17.9px 45px; border-radius: 50px;}
nav ul.menu span.li_logo {width: 135px; justify-content: center; position: relative; top: -10px; transition: all 0.5s;}
nav ul.menu span.li_logo img {width: 135px; object-fit: contain;}
nav ul.menu li a:not(.call_button) {color: #222; text-decoration: none; font-weight: 400; font-size: 14px;}

.call_button {display: inline-flex; align-items: center; gap: 8px; border-radius: 50px; border: none; font-size: 15px; font-weight: 500; background-color: #e8c16b; color: #224b5f; text-decoration: none; transition: all 0.5s;}
.call_button i {height: 30px; width: 30px; border-radius: 50%; display: grid; align-items: center; justify-content: center; background-color: #224b5f; color: #fff;}
.call_button:hover {background-color: #deb662; color: #224b5f;}
nav ul.menu li a.call_button {height: 55px; padding: 5px 30px; flex-wrap: inherit; text-align: left;}
nav ul.menu li a.call_button span {width: inherit; font-weight: 700; white-space: nowrap;}

nav ul.menu li.line {position: relative; top: -2px;}
nav ul.menu li a.active {background-color: #2b705b; color: #fff;}
nav ul.menu span.li_logo a.active {background-color: transparent;}

nav.sticky {background-color: #fff; background: transparent;}
/* nav.sticky ul.menu {top: -50px;} */
/* nav.sticky ul.menu span.li_logo {top: -14px;} */

/****BANNER****/
.banner_home {height: 800px;}
.banner, .banner_img, .slick-list, .slick-track {height: 100%; width: 100%; overflow: hidden; position: relative;}
.banner_img img {height: 100%; width: 100%; object-fit: cover;}
.banner_info {position: absolute; left: 0; top: 0; height: 80%; width: 100%; display: grid; align-items: end;}
.banner_text {padding: 20px; border-radius: 0; text-align: center;}
.banner_text p {font-size: 16px; font-weight: 400; color: #fff; margin-bottom: 15px;}
.banner_text h3 {font-size: 48px; font-weight: 600; color: #fff; text-shadow: 0 2px 6px #00000099; line-height: 1.4;}

.banner_other {height: 350px; padding: 40px; display: grid; justify-content: center; align-items: flex-end; text-align: center; background: #285B4B; background: linear-gradient(180deg, #173c4e 30%, #275a4b 100%); position: relative; z-index: 1;}
.banner_other::after {content: ""; position: absolute; left: 0; top: 0; bottom: 0; right: 0; z-index: -1; background-image: url('../images/bg-5.png'); background-size: cover; background-repeat: no-repeat; background-position: center;}
.banner_other h1, .banner_other h3 {font-family: "Courgette", cursive; font-size: 30px;}

.slick-dotted.slick-slider {margin-bottom: 0!important;}

/****SECTIONS****/
.content_sec {padding: 120px 0;}

/****about****/
.about_icon {width: 70%; text-align: center;}
.about_icon_img {height: 80px; width: 80px; overflow: hidden; margin: 0 auto 20px;}
.about_icon_img img {height: 100%; width: 100%; object-fit: contain;}
.about_icon h4 {font-weight: 500; color: #fff; font-size: 14px;}

.about_ul_2 {list-style: none; margin: 0; padding: 0;}
.about_ul_2 li {display: flex; align-items: center; grid-gap: 10px; color: #fff; font-weight: 600; font-size: 14px; margin-bottom: 3px;}
.about_ul_2 li span {height: 10px; width: 10px; border-radius: 50%; background-color: #e8c16b; position: relative; top: 0px;}

.about_box {background-color: #fff; border-radius: 30px; padding: 50px; position: relative; left: -20%; width: calc(100% + 20%); z-index: 9;}

/****why-choose****/
.why_choose_box {background-color: #f6f6f6d5; border-radius: 25px; padding: 60px 30px; height: 100%; position: relative; z-index: 1; overflow: hidden;}
.why_choose_box::after {content: ""; position: absolute; left: 0; top: 0; bottom: 0; right: 0; background: #163E49; background: linear-gradient(180deg,rgba(22, 62, 73, 1) 0%, rgba(31, 94, 90, 1) 59%, rgba(42, 127, 97, 1) 100%); z-index: -1; opacity: 0; transition: all 0.5s;}
.why_choose_box .number_box {height: 80px; width: 80px; background: #163E49; background: linear-gradient(180deg,rgba(22, 62, 73, 1) 0%, rgba(31, 94, 90, 1) 59%, rgba(42, 127, 97, 1) 100%); border-radius: 50%; display: grid; align-items: center; justify-content: center; font-size: 24px; color: #fff; font-weight: 400; margin-bottom: 30px; transition: all 0.5s;}
.why_choose_box h5 {color: #2b705b; font-weight: 600; transition: all 0.5s;}
.why_choose_box p {color: #555; transition: all 0.5s;}

.why_choose_box:hover::after {opacity: 1;}
.why_choose_box:hover .number_box {background: #fff; color: #163E49;}
.why_choose_box:hover h5 {color: #fff;}
.why_choose_box:hover p {color: #bbb;}

/****franchise****/
.frenchise_box {padding: 30px; background-color: #163E49; background: linear-gradient(180deg, #124f6b 0%, rgba(31, 94, 90, 1) 59%, rgb(38 116 94) 100%); border-radius: 40px;}

/****distributor****/
.distributor_box {background: #163E49; /*background: linear-gradient(180deg, rgba(42, 127, 97, 1) 0%, rgba(31, 94, 90, 1) 59%, #124f6b 100%);*/ background-image: url('../images/distributor.png'); background-size: cover; background-repeat: no-repeat; padding: 70px 40px; border-radius: 40px;}


/****TESTIMONIAL****/
.testimonial_item {text-align: center;}
.testimonial_item p {font-size: 18px; font-style: italic; color: #fff; line-height: 34px;}
.testimonial_item .border_line_2 {width: 50px; height: 1px; background-color: #fff; margin: 20px auto;}
.testimonial_item .ratings {display: flex; align-items: center; justify-content: center; gap: 7px; color: #fff; list-style: none; margin: 5px 0 0; padding: 0;}
.testimonial_item .ratings li span.checked {color: #ffc107;}
.user {display: flex; align-items: center; width: max-content; margin: 20px auto 0;}
.user img {height: 50px; width: 50px; object-fit: cover; border-radius: 50%;}
.user div {width: calc(100% - 50px); padding-left: 15px;}
.user div h5 {color: #fff;}
.user div p {font-weight: 400; color: #e8c16b; font-family: "Courgette", cursive;}


/* Gallery Box */
.gallery_box {background: #fff; border-radius: 16px; overflow: hidden; box-shadow: 0 10px 30px rgba(0,0,0,0.08); transition: all 0.4s ease; margin-bottom: 0;}
.gallery_box:hover {transform: translateY(-6px); box-shadow: 0 18px 40px rgba(0,0,0,0.12);}
.gallery_img {position: relative; overflow: hidden;}
.gallery_img a {position: relative; display: block;}
.gallery_img img {width: 100%; height: 280px; object-fit: cover; transition: transform 0.6s ease;}
.gallery_icon {position: absolute; inset: 0; background: rgba(0, 0, 0, 0.45); color: #fff; font-size: 34px; display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity 0.4s ease; z-index: 2;}

/* Title */
.gallery_img h3 {background: #ffffff; border-top: 1px solid #eee; font-size: 18px; font-weight: 600; color: #222; text-decoration: none;}

.icon-box + div {width: calc(100% - 60px);}

.gallery_youtube {position: relative; aspect-ratio: 9 / 16; background-size: cover; background-position: center; border-radius: 10px; overflow: hidden;}
.gallery_youtube iframe {width: 100%; height: 100%; border: none; display: none;}
.play_btn {position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; font-size: 45px; color: #fff; cursor: pointer; background: rgba(0,0,0,0.35);}
.gallery_youtube {height: auto; width: 100%;}
.gallery_youtube iframe {height: 100%; width: 100%; object-fit: cover;}

/****INSTAGRAM****/
.insta_item {padding: 0 8px; position: relative; cursor: pointer;}
.insta_item a {width: 100%; display: block; position: relative;}
.insta_item a img {width: 100%; height: 250px; object-fit: cover;}

.insta_item video {width: 100%; border-radius: 12px;}
.play_icon {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-size: 30px; color: #fff; background: rgba(0,0,0,0.6); width: 70px; height: 70px; border-radius: 50%; display: flex; align-items: center; justify-content: center; pointer-events: none;}
.video_modal {position: fixed; inset: 0; background: rgba(0,0,0,0.85); display: none; align-items: center; justify-content: center; z-index: 99999;}
.video_modal video {width: 95%; height: 95vh; border-radius: 7px; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.close_modal {position: absolute; top: 20px; right: 30px; color: #fff; font-size: 30px; cursor: pointer; z-index: 90;}


.slick-prev {background-image: url('../images/scroll_arrow.svg') !important; background-size: contain !important; width: 40px !important; height: 40px !important; left: -15px !important; transform: rotate(-180deg) !important; z-index: 90 !important;}
.slick-next {background-image: url('../images/scroll_arrow.svg') !important; background-size: contain !important; width: 40px !important; height: 40px !important; right: -20px !important;}
.slick-prev:before, .slick-next:before {content: '' !important; display: none !important;}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {background-image: url('../images/scroll_arrow.svg') !important; background-size: contain !important;}

/* Hover effect */
.gallery_box:hover .gallery_icon, .insta_item:hover .gallery_icon {opacity: 1;}
.gallery_box:hover img {transform: scale(1.08);}

.fancybox__container {z-index: 999999 !important;}

/****FOOTER****/
footer {background: #173c4e; background-image: url('../images/footer.png'); background-size: cover; background-repeat: no-repeat; background-position: center bottom;}
.phone_email {list-style: none; margin: 30px auto 10px; padding: 10px; width: max-content; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; column-gap: 30px; row-gap: 10px; border-radius: 50px; border: 2px solid #2b705b;}
.phone_email li a {display: flex; align-items: center; gap: 9px; color: #fff;}
.phone_email li a i {height: 33px; width: 33px; border-radius: 50%; display: grid; align-items: center; justify-content: center; background-color: #2b705b; color: #e8c16b; font-size: 16px;}
.footer_ul {display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; list-style: none; margin: 30px 0; padding: 0;}
.footer_ul li a {color: #fff; font-weight: 300; font-size: 15px;}
.footer_ul li:nth-child(even) a {position: relative; top: -2px;}

.social_media {display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 10px; list-style: none; margin: 0; padding: 0;}
.social_media li a {height: 45px; width: 45px; font-size: 24px; border-radius: 50%; display: grid; align-items: center; justify-content: center; background-color: #d1ab58; color: #285b4b;}


/****BGS****/
.bg_0 {background-color: #173c4e;}
.bg_1 {background-color: #173c4e; background-image: url('../images/bg-1.png'); background-size: contain; background-repeat: no-repeat; background-position: center;}
.bg_2 {background-image: url('../images/why_choose_us.png'); background-size: cover; background-position: bottom;}
.bg_3 {background-color: #173c4e; background-image: url('../images/bg-3.png'); background-repeat: no-repeat; background-position: left top; background-size: 45%;}
.bg_4 {background-color: #173c4e; background: linear-gradient(180deg, #173c4e 30%, #275a4b 100%); position: relative; z-index: 1;}
.bg_4::after {content: ""; position: absolute; left: 0; top: 0; right: 0; bottom: 0; background-image: url('../images/bg-4.png'); background-repeat: no-repeat; background-position: right bottom; background-size: contain; z-index: -1; opacity: 0.9;}
.bg_5 {background-color: #173c4e; background-image: url('../images/bg-5.png'); background-size: contain; background-repeat: no-repeat; background-position: bottom center;}
.bg_6 {background-color: #275a4c12;}
.no_background_img {background-image: none !important;}



/*/FONT-SIZE/*/
.fs_10 {font-size: 10px !important;}
.fs_11 {font-size: 11px !important;}
.fs_12 {font-size: 12px !important;}
.fs_13 {font-size: 13px !important;}
.fs_14 {font-size: 14px !important;}
.fs_15 {font-size: 15px !important;}
.fs_16 {font-size: 16px !important;}
.fs_17 {font-size: 17px !important;}
.fs_18 {font-size: 18px !important;}
.fs_19 {font-size: 19px !important;}
.fs_20 {font-size: 20px !important;}
.fs_22 {font-size: 22px !important;}
.fs_24 {font-size: 24px !important;}
.fs_26 {font-size: 26px !important;}
.fs_28 {font-size: 28px !important;}
.fs_30 {font-size: 30px !important;}
.fs_32 {font-size: 32px !important;}
.fs_34 {font-size: 34px !important;}
.fs_36 {font-size: 36px !important;}
.fs_38 {font-size: 38px !important;}
.fs_40 {font-size: 40px !important;}

.fw_400 {font-weight: 400;}
.fw_500 {font-weight: 500;}
.fw_600 {font-weight: 600;}
.fw_700 {font-weight: 700;}
.fw_800 {font-weight: 800;}
.fw_900 {font-weight: 900;}

.clip_1 {-webkit-line-clamp: 1; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; display: -webkit-box;}
.clip_2 {-webkit-line-clamp: 2; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; display: -webkit-box;}
.clip_3 {-webkit-line-clamp: 3; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; display: -webkit-box;}
.clip_4 {-webkit-line-clamp: 4; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; display: -webkit-box;}
.clip_5 {-webkit-line-clamp: 5; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; display: -webkit-box;}
.clip_6 {-webkit-line-clamp: 6; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; display: -webkit-box;}
.clip_8 {-webkit-line-clamp: 8; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; display: -webkit-box;}

/*/Modal/*/
.new_modal {position: fixed; height: 100vh; width: 100%; left: 0; top: 0; overflow: hidden; display: flex; align-items: center; justify-content: center; background-color: #0000005c; z-index: 9999; visibility: hidden;}
.new_modal .modal_content {max-height: 100vh; overflow: hidden; overflow-x: hidden; background-color: #fff; border-radius: 3px; transform: scale(0.2); opacity: 0; transition: all 0.5s;}
.modal_open {visibility: visible;}
.modal_open .modal_content {transform: scale(1.0); opacity: 1;}

.new_modal .mw_auto {width: auto;}
.new_modal .mw_320 {min-width: 320px; max-width: 320px;}
.new_modal .mw_400 {min-width: 320px; max-width: 400px;}
.new_modal .mw_500 {min-width: 320px; max-width: 500px;}
.new_modal .mw_600 {min-width: 320px; max-width: 600px;}
.new_modal .mw_700 {min-width: 320px; max-width: 700px;}
.new_modal .mw_1000 {min-width: 320px; max-width: 1000px;}
.new_modal .w_320 {min-width: 320px; width: 320px;}
.new_modal .w_400 {min-width: 320px; width: 400px;}
.new_modal .w_500 {min-width: 320px; width: 500px;}
.new_modal .w_600 {min-width: 320px; width: 600px;}
.new_modal .w_700 {min-width: 320px; width: 700px;}
.new_modal .w_800 {min-width: 320px; width: 800px;}
.new_modal .w_900 {min-width: 320px; width: 900px;}
.new_modal .w_1000 {min-width: 320px; width: 1000px;}
.new_modal .w_fit {min-width: 320px; width: 100%;}
.new_modal .mh_auto {min-height: 100px; height: auto;}
.new_modal .mh_fit {height: 100vh;}

.new_modal .modal_head {display: flex; align-items: center; justify-content: space-between; height: 59px; background-color: #fff; border-bottom: 1px solid #ddd;}
.new_modal .modal_head h6, .new_modal .modal_head i {padding: 15px; color: #39363a; font-weight: bold;}
.new_modal .modal_head i {cursor: pointer;}
.new_modal .modal_body {max-height: calc(100vh - 120px); min-height: 100px; padding: 20px 15px 25px; overflow-y: auto;}
.new_modal .mh_fit .modal_body {height: 100vh !important;}
.new_modal .modal_footer {padding: 5px 15px; height: 60px; background-color: #eee; display: flex; align-items: center; justify-content: end; grid-gap: 5px;}

.new_modal .input_flex {border: 1px solid #aaa;}
.new_modal .input_flex span {padding: 0 4px 0 10px;}
.new_modal .input_flex input {color: #111; width: 100%; border: none; padding: 21px 12px 4px; font-size: 15px;}
.new_modal .input_flex textarea {color: #111; width: 100%; border: none; padding: 21px 12px 4px; font-size: 15px;}
.new_modal .input_flex select {color: #111; width: 100%; border: none; padding: 21px 8px 6px; font-size: 15px;}
.new_modal .modal_footer button {padding: 13px 25px;}

/*/Modla Ends/*/


/*........media-querries........*/
@media only screen and (max-width:1200px) {
  nav ul.menu {gap: 5px;}
  nav ul.menu span.li_first a:not(.line a), nav ul.menu span.li_last a:not(.call_button, .line a) {padding: 17.9px 25px; font-size: 13px;}
  nav ul.menu li a.call_button {padding: 5px 20px; font-size: 13px;}
  .line {display: none;}
  .bg_1 {background-size: cover;}
  .distributor_box {background-position-x: -150px;}
}

@media only screen and (max-width:991px) {
  nav {padding: 30px 0 5px;}
  nav ul.menu {height: 55px; background-color: transparent; border: none;}
  nav ul.menu span.li_logo img {width: 85px;}
    nav ul.menu .li_logo {order: 1; width: auto !important; justify-content: start;}
  nav ul.menu .li_first, nav ul.menu .li_last {display: none;}
  .bars {display: grid; align-items: center; order: 2; position: relative; top: -0;}
  .bars i {font-size: 24px; padding: 0 10px; color: #d1ab58;}

  .mobile_menu {display: block; background-color: #fff; list-style: none; margin: 0; padding: 0 0 20px; position: fixed; top: 0; left: -100%; z-index: 99990; width: 100%; height: 100vh; overflow-y: auto; transition: all 0.5s;}
  .mobile_menu.open {left: 0;}
  .mobile_menu .nav_title {background-color: #1f1f1f; display: flex; align-items: center; justify-content: space-between; position: sticky; top: 0; z-index: 9;}
  .mobile_menu .nav_title i {color: #d1ab58; cursor: pointer; padding: 15px 0; font-size: 24px;}
  .mobile_menu .nav_title img {width: 75px;}
  .mobile_menu li {padding: 0 20px;}
  .mobile_menu li a:not(.button_1, .social_media li a) {display: block; padding: 15px 15px; border-top: 1px solid #11111118; color: #1b4332;}
  .mobile_menu li a.button_1 {width: 100%; margin-top: 15px;}
  .mobile_menu .social_media li a {background-color: #1b4332; color: #d1ab58;}

  .banner_home {height: 100vh;}
  .distributor_box {background-image: none; background: linear-gradient(180deg, rgba(42, 127, 97, 1) 0%, rgba(31, 94, 90, 1) 59%, #124f6b 100%);}
  .about_box {left: 0; width: 100%;}
}

@media only screen and (max-width:768px) {
  .sub_heading {font-size: 18px;}
  .heading {font-size: 30px;}
  .banner_text h3 {font-size: 36px;}
  .banner_text p {font-size: 13px;}
  /* .button_1 {font-size: 12px;} */
  .gallery_img img {height: 220px;}
  .slick-prev, .slick-next {display: none !important;}
  .about_icon {width: 100%;}
  .content_sec {padding: 90px 0;}
}

@media only screen and (max-width:576px) {
    .banner_text {padding: 20px;}
    .content_sec {padding: 50px 0;}
    .bg_3::after {background-size: 270px; background-position-y: top, calc(100% + 27px);}
    .banner_other {height: auto; padding: 130px 15px 30px;}
    .banner_other h1, .banner_other h3 {font-size: 24px;}
    nav ul.menu span.li_logo {top: -15px;}
    .nav_title a {padding: 10px 10px !important;}
    .video_modal video {width: 100%; height: 100vh;}
    .close_modal {top: 10px; right: 15px; font-size: 24px;}
    .phone_email {width: 100%;}
    nav ul.menu {padding: 0;}
}

@media only screen and (max-width:480px) {
  .banner_text h3 {font-size: 28px;}
  .why_choose_box, .about_box {padding: 30px;}   
}


.float-buttons{
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 9999;
  }
  .mab{
    width: 50px;
    height: 50px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    text-decoration: none;
    box-shadow: 0 8px 18px rgba(0,0,0,.2);
    transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease;
    position: relative;
  }
  .mab svg{
    width: 28px;
    height: 28px;
    fill: #fff;
    pointer-events: none;
  }
  .mab:hover{
    transform: translateY(-2px) scale(1.04);
    box-shadow: 0 10px 22px rgba(0,0,0,.24);
  }
  .mab:active{
    transform: scale(.98);
  }
  .fab-whatsapp{ background: #25D366; }
  .fab-call{ background: #0A66C2; }

  /* Small pulse for attention */
  .fab-whatsapp::after,
  .fab-call::after{
    content:"";
    position:absolute;
    inset:0;
    border-radius:50%;
    box-shadow: 0 0 0 0 rgba(0,0,0,.15);
    animation: pulse 2s infinite;
  }
  @keyframes pulse{
    70% { box-shadow: 0 0 0 12px rgba(0,0,0,0); }
    100% { box-shadow: 0 0 0 0 rgba(0,0,0,0); }
  }

  /* Tiny label bubble */
  .fab-tip{
    position:absolute;
    right: 70px;
    white-space: nowrap;
    background: #111;
    color:#fff;
    font-size: 12px;
    padding: 6px 8px;
    border-radius: 6px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(4px);
    transition: all .2s ease;
  }
  .mab:hover .fab-tip{
    opacity: 1;
    transform: translateY(0);
  }

  /* Optional: hide the Call button on large desktops (show on mobile/tablet) */
  @media (min-width: 992px){
    .fab-call{ opacity: .9; }
  }

  /* Respect users who prefer reduced motion */
  @media (prefers-reduced-motion: reduce){
    .mab, .mab::after{ transition: none; animation: none; }
    .mab:hover{ transform: none; }
    .fab-tip{ transition: none; }
  }








