body {margin: 0; padding: 0; width: 100%; overflow-y: auto; overflow-x: hidden; font-family: "Nunito", sans-serif;}
.no_scroll {overflow: hidden !important; background-color: #fff;}
.bars, .nav_title, .nav_bg {display: none !important;}

a {text-decoration: none !important;}
ul {list-style: none; margin: 0; padding: 0;}
.text-justify {text-align: justify;}

.main_heading {font-size: 30px; font-weight: 800; color: #222;}
.sub_heading {font-size: 24px; font-weight: 700;}
.small_heading {font-size: 18px; font-weight: 600; text-transform: uppercase; color: #e27127;}
.small_heading span {letter-spacing: 2px; position: relative; top: -4px;}
.para {color: #555; line-height: 24px;}

.button_1 {display: inline-block; width: max-content; padding: 12px 25px; font-size: 14px; text-align: center; color: #fff !important; letter-spacing: 0.5px; font-weight: 600; background-color: #e27127; border: 2px solid #fff; border-radius: 5px; box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15); transition: all 0.5s;}
.button_1:hover {background-color: #254459;}

.button_2 {display: inline-block; width: max-content; padding: 12px 25px; font-size: 14px; text-align: center; color: #fff !important; letter-spacing: 0.5px; font-weight: 600; background-color: #254459; border: 2px solid #fff; border-radius: 5px; box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15); transition: all 0.5s;}
.button_2:hover {background-color: #e27127;}

.button_3 {display: inline-block; width: max-content; padding: 12px 25px; font-size: 14px; text-align: center; color: #fff !important; letter-spacing: 0.5px; font-weight: 600; background-color: #transparent; border: 2px solid #e27127; border-radius: 5px; box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15); transition: all 0.5s;}
.button_3:hover {background-color: #e27127; border: 2px solid #fff;}

.bread_cumbs {margin: 0; margin-bottom: 8px; padding: 0; list-style: none;}
.bread_cumbs li {display: inline-block;}
.bread_cumbs li a {color: #4169e1; font-size: 15px; font-weight: 600; display: block;}
.bread_cumbs li:last-child a {color: #666;}
.bread_cumbs li a:after {content: '/'; position: relative; top: 0px; margin-left: 5px;}
.bread_cumbs li:last-child a:after {content: '';}


/*/Logo/*/
.logo {display: grid; height: 100%; width: max-content; align-items: center; font-size: 20px; font-weight: 600; color: #222;}
.logo img {height: 70px;}
.logo span {font-size: 30px; font-weight: 600; color: #4169e1;}

/*/Header/*/
header {padding: 5px 0; background-color: #254459;}
header ul {display: flex; align-items: center; grid-gap: 25px;}
header ul li a {font-size: 14px; color: #fff;}
header ul li a i {font-size: 12px;}
header ul li a:hover {color: #eee;}

/*/Navigation/*/
nav {background-color: #fff; box-shadow: 0 3px 16px 0 rgb(0 0 0 / 10%); position: sticky; top: 0; z-index: 999; padding: 10px 0;}
nav ul {display: flex; grid-gap: 25px; align-items: center; height: 100%; justify-content: end;}
nav ul li {display: block;}
nav ul li a {display: block; padding: 20px 0; font-size: 15px; font-weight: 500; color: #254459; transition: all 0.5s;}
nav ul li a:hover {color: #e27127;}


/*/BANNER/*/
.banner {position: relative; z-index: 99; padding: 0;}
.banner_other {display: block; height: 300px; overflow: hidden; position: relative;}
.banner_home {display: block; height: 550px; overflow: hidden; position: relative;}

.banner_img {height: 100%; width: 100%; position: absolute; left: 0; top: 0; background-color: #000;}
.banner_img img {width: 100%; height: 100%; object-fit: cover; transform: scale(1.0); opacity: 0.8; transition: all 14s;}

.banner_info {position: absolute; left: 0; top: 0; height: 100%; width: 100%; display: grid; align-items: center; background-color: transparent; text-align: left; z-index: 99;}
.banner_info h6 {color: #fff; font-size: 20px; font-family: 'Arial', sans-serif; letter-spacing: 1px;}
.banner_info h3 {font-size: 50px; font-weight: 700; color: #fff; text-shadow: 2px 2px 5px #0000004a;}
.banner_info p {color: #fff; font-size: 16px; letter-spacing: 0.3px; text-shadow: 2px 2px 5px #0000004a;}
.banner_other .banner_info h3 {font-size: 60px;}

.banner_home h6 {position: relative; top: 80px; opacity: 0; transition: all 1s; transition-delay: 0.3s;}
.banner_home h3 {position: relative; top: -150px; opacity: 0; transition: all 1s; transition-delay: 0.3s;}
.banner_home p {position: relative; top: -60px; opacity: 0; transition: all 1s; transition-delay: 0.3s;}
.banner_home a {position: relative; top: 100px; opacity: 0; transition: all 1s; transition-delay: 0.3s;}

.bnnrAnimate h6, .bnnrAnimate h3, .bnnrAnimate p, .bnnrAnimate a {top: 0 !important; opacity: 1 !important;}
.bnnrAnimate.banner_img img {transform: scale(1.1);}

.slideLeft, .slideRight {position: absolute; top: 0; bottom: 0; width: auto; height: 100%; z-index: 999; display: grid; justify-content: center; align-items: center; opacity: 0;}
.slideLeft {left: 0;}
.slideRight {right: 0;}
.slideLeft i, .slideRight i {color: #666; height: 60px; width: 60px; border-radius: 6px; transform: rotate(45deg); background-color: #fff; display: grid; align-items: center; justify-content: center; cursor: pointer; opacity: 0.4; transition: all 0.5s; position: relative;}
.slideRight i {right: -42px;}
.slideLeft i {left: -42px;}
.slideRight i:before, .slideLeft i:before {display: none;}
.slideLeft:hover i, .slideRight:hover i {opacity: 1;}
.banner:hover .slideLeft, .banner:hover .slideRight {opacity: 1;}

/*/Content/*/
.content_sec {padding: 100px 0;}

/*/Service Page/*/
.service_box {background-color: #fff; box-shadow: 0px 5px 30px -10px rgba(0, 0, 0, 0.15); border-radius: 7px 7px 100px 7px; border-bottom: 5px solid #e27127; padding: 25px; outline: 1px solid transparent; transition: all 0.5s;}
.service_box img {height: 60px; width: 60px; object-fit: contain;}

.service_box:hover {box-shadow: 0px 5px 30px -10px rgb(0 0 0 / 28%); outline: 1px solid #e27127;}

.brdr_rght {border-right: 2px solid #ffffffb5; position: relative;}
.brdr_rght:after {content: ""; position: absolute; left: 100%; top: calc(50% - 10px); transform: translateY(-50%); width: 0px; height: 0px; border-style: solid; border-width: 8px 0 8px 8px; border-color: transparent transparent transparent #ffffffb5; transform: rotate(0deg);}

.bg_2_info {width: 80%; padding: 20px 0;}
.bg_2_btn a {width: 60%;}

/*/Price Section/*/
.price_box {background-color: #fff; border-radius: 7px; box-shadow: 0px 10px 40px -5px rgba(0, 0, 0, 0.15); padding: 6px;}
.price_head {background-color: #254459; border-radius: 7px; text-align: center; padding: 20px;}
.price_include {text-align: center; padding: 20px;}
.price_include h6 {font-size: 30px; font-weight: 900; color: #e27127;}
.price_include h6 span {font-size: 16px; color: #333; font-weight: 700;}
.price_include ul li {display: block; border-top: 1px solid #ddd; padding: 8px 10px; font-size: 20px; cursor: pointer;}
.price_include ul li:first-child {border-top: none;}

.price_include ul li ul {border-top: 1px solid #ddd; margin-top: 8px; display: none;}
.price_include ul li ul li {font-size: 16px; font-weight: 700; border-top: none; padding: 0;}
.price_include ul li ul li span {display: block; padding: 5px 10px; cursor: pointer; color: #e27127;}
.price_include .table {display: none;}
.price_include .table table {width: 100%; margin-top: 5px;}
.price_include .table table td {font-size: 14px; font-weight: 500; color: #333; padding: 5px; border: 1px solid #ddd;}

.price_include ul li:hover {color: #e27127;}
.price_include ul li ul li:hover span {background-color: #e27127; color: #fff;}

.enquiry_footer {padding: 10px;}

/*/Form/*/
.form_div {background-color: #fff; padding: 40px; border-radius: 7px; box-shadow: 0px 10px 40px -5px rgba(0, 0, 0, 0.15);}
.form_div label {font-size: 14px; margin-bottom: 2px;}
.form_div .form-control {font-size: 14px; padding: 10px;}

/*/FAQ/*/
.faq {display: grid; grid-gap: 15px;}
.faq_item {background-color: #eeeeeeab; border-radius: 10px; border: 2px solid transparent; transition: all 0.5s;}
.faq_q {font-size: 17px; font-weight: 700; color: #333; padding: 15px 15px; display: flex; align-items: center; justify-content: space-between; cursor: pointer; margin-bottom: 0;}
.faq_a {padding: 15px; padding-top: 0; display: none;}
.faq_a p {color: #444;}

.faq_item:hover, .faq_item.active {border: 2px solid #25445982;}

.timeline-item p {font-size: 14px;}

/*/Testimonials/*/
.testimonial_box {padding: 15px;}
.testimonial_shaddow {padding: 30px; background-color: #fff; box-shadow: 0 3px 16px 0 rgb(0 0 0 / 10%); background-image: url('../images/img_triangle.png'), url('../images/quote.svg'); background-position: left bottom, right bottom; background-origin: border-box, content-box; background-size: contain, 50px; background-repeat: no-repeat;}
.testimonial_shaddow h6 {color: #222; font-weight: 600;}
.testimonial_shaddow .user_info {display: flex; align-items: center;}
.testimonial_shaddow .user_info .user_img {width: 50px; height: 50px; overflow: hidden;}
.testimonial_shaddow .user_info .user_img img {width: 100%; height: 100%; object-fit: cover; border-radius: 50%;}
.testimonial_shaddow .user_info .user_name {width: calc(100% - 50px); padding-left: 10px;}



/*/Footer/*/
footer {}
footer .footer_top {background: url('../images/footer-map.png') no-repeat scroll center top #1b2429; padding: 60px 0;}
footer .footer_top h5 {color: #fff; font-weight: 600; border-bottom: 1px solid #254459; display: inline-block; padding-bottom: 10px; margin-bottom: 20px;}
footer .footer_top ul.content_ul {column-count: 1;}
footer .contact_ul li {display: flex; align-items: baseline; grid-gap: 10px;}
footer .contact_ul li i {color: #fff;}
footer .footer_top a, footer .footer_top p {color: #ccc; font-size: 14px; line-height: 28px;}
footer .footer_bottom {background-color: #141b1e; padding: 25px 0;}
footer .footer_bottom p {color: #fff; margin-bottom: 0; text-align: center; font-size: 13px;}

.footer_social {display: flex; flex-wrap: wrap; align-items: center; grid-gap: 10px;}
.footer_social li a {width: 32px; height: 32px; background-color: #3d4248; color: #fff; border-radius: 3px; border: 1px solid transparent; display: grid; align-items: center; justify-content: center; transition: all 0.5s;}
.footer_social li a:hover {border: 1px solid #fff;}


/*/BGS/*/
.bg_1 {position: relative; z-index: 1; background-color: #efefef42;}
.bg_1:after {content: ""; position: absolute; left: 0; top: 0; height: 100%; width: 100%; background-image: url('../images/bg_1.png'); background-attachment: fixed; background-size: 100%; z-index: -1; opacity: 0.18;}

.bg_2 {position: relative; z-index: 1; background-color: #254459;}
.bg_2:after {content: ""; position: absolute; left: 0; top: 0; height: 100%; width: 100%; background-image: url('../images/bg_2.png'); background-size: cover; z-index: -1; opacity: 0.05;}

.bg_3 {position: relative; z-index: 1; background-color: #fff;}
.bg_3:after {content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); height: 60%; width: 100%; background-image: url('../images/bg_3.png'); background-size: cover; z-index: -1; opacity: 0.2;}
.bg_3:before {content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); height: 60%; width: 100%; z-index: -2; background-color: #000;}

.bg_4 {background-color: #f7f7f7;}

.bgc1 {background-color: #e27127;}

.text1 {color: #e27127;}


/*/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/*/

.why-choose-section {
    background-color: #f3f3f3;
}
.why-choose-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 40px;
  text-align: center;
  color: #333;
}
.choose-card {
  background: #fff;
  border: none;
  border-radius: 20px;
  box-shadow: 0 0 15px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;
  height: 100%;
}
.choose-card:hover {
  transform: translateY(-5px);
}
.choose-icon {
  font-size: 2.5rem;
  color: #0d6efd;
  margin-bottom: 5px;
}
.choose-text h5 {
  font-weight: 600;
  font-size: 1.2rem;
}
.choose-text p {
  color: #555;
  font-size: 0.95rem;
}

.icon_circle {
    width: 70px;
    height: 70px;
    background-color: #e27127; /* Bootstrap Yellow */
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin: 0 auto;
    transition: 0.3s ease-in-out;
    }
     
.icon_circle img {height: 45px; width: 45px; object-fit: contain; filter: invert(1);}
    
.icon_circle:hover {
  transform: scale(1.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
    
.service_box {
  padding: 20px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 0 15px rgba(0,0,0,0.05);
  height: 100%;
  transition: 0.3s ease;
}

.service_box:hover {
  transform: translateY(-5px);
}

.terms-header {
  background-color: #e27127;
  padding: 50px 0;
  text-align: center;
  color: #fff;
}
.terms-header h1 {
  font-weight: 700;
}
.terms-section {
  padding: 50px 15px;
}
.terms-section h4 {
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 15px;
  color: #111;
}
.terms-section ul {
  padding-left: 20px;
}
.terms-section li {
  margin-bottom: 10px;
}
.contact-info {
  background: #fff;
  padding: 30px;
  margin-top: 40px;
  border-left: 5px solid #e27127;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}



.feature-card {
  border-radius: 20px;
  transition: all 0.3s ease;
  color: #fff;
}
.feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}
.icon-circle {
  width: 65px;
  height: 65px;
  margin: 0 auto 15px;
  border-radius: 50%;
  background: #76767633;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #fff;
}
.bg-gradient-1 { /*background: linear-gradient(135deg, #667eea, #764ba2);*/ background-color: transparent; border: 1px solid #7e858a;}
.bg-gradient-2 { /*background: linear-gradient(135deg, #ff758c, #ff7eb3);*/ background-color: transparent; border: 1px solid #7e858a;}
.bg-gradient-3 { /*background: linear-gradient(135deg, #43cea2, #185a9d);*/ background-color: transparent; border: 1px solid #7e858a;}
.bg-gradient-4 { /*background: linear-gradient(135deg, #ff9966, #ff5e62);*/ background-color: transparent; border: 1px solid #7e858a;}
.bg-gradient-5 { /*background: linear-gradient(135deg, #56ccf2, #2f80ed);*/ background-color: transparent; border: 1px solid #7e858a;}
.bg-gradient-6 { /*background: linear-gradient(135deg, #00b09b, #96c93d);*/ background-color: transparent; border: 1px solid #7e858a;}


.faq_sec {position: relative; z-index: 90;}
.faq_sec:after {content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-image: url('../images/faq.png'); background-repeat: no-repeat; background-size: contain; background-position: center; z-index: -1; opacity: 0.3;}

.blinking-hand {
  font-size: 16px;   /* size of hand */
  display: inline-block;
  animation: blink 1s infinite;
  position: relative;
  top: -3px;
}

@keyframes blink {
  0%, 49%   { opacity: 1; }
  50%, 100% { opacity: 0; }
}


/*........media-querries........*/
@media only screen and (max-width:991px) {
	nav ul {grid-gap: 18px;}
	nav ul li a {font-size: 14px;}
	section {overflow-x: hidden;}
	.logo img {height: 60px;}
}

@media only screen and (max-width:767px) {
	header ul {justify-content: center;}
	header ul li a {padding: 5px 0; display: block;}
	.menu {display: block; position: fixed; left: -100%; top: 0; height: 100vh; width: 100%; z-index: 999; background-color: #f2f2f2; transition: all 0.5s;}
	.menu_open {left: 0;}
	.menu li a {display: block; padding: 15px 15px; border-top: 1px solid #ffffffcf; width: 100%; text-align: center;}
	.menu li:last-child {padding: 0 15px;}
	.nav_title {display: flex !important; align-items: center; justify-content: space-between; background-color: #fff;}
	.nav_title i {padding: 15px;}
	.nav_title a {text-align: left !important;}
	.bars {display: block !important; text-align: right;}
	.bars img {width: 38px;}

	.brdr_rght {border-right: none;}
	.brdr_rght:after {top: calc(100% - 34px); left: 50%; transform: translateX(-50%) rotate(90deg);}
	.bg_2_info {width: 100%; text-align: center; padding: 5px 0;}
	.bg_2_btn a {width: 80%;}

	.banner_home {height: 290px;}
	.banner_home h3 {font-size: 36px;}
	.banner_home p {font-size: 14px;}

	.content_sec {padding: 70px 0;}

	.bg_3:before {height: 100%; left: 0; top: 0; transform: inherit;}
	.bg_3:after {height: 100%; left: 0; top: 0; transform: inherit;}
	
	/****Modal****/
	.mobile_fix {width: 100% !important; height: 100vh;}
	.mobile_fix .modal_body {height: calc(100vh - 180px); overflow-y: auto;}
}
@media only screen and (max-width:576px) {
	.logo img {height: 45px;}
	.banner_other {height: 190px;}
	.banner_home {height: 230px;}
	.banner_home h3 {font-size: 18px;}
	.banner_home p {font-size: 13px;}
	.banner_info a.button_1 {padding: 7px 18px; font-size: 12px;}
	.banner_info a.button_2 {padding: 7px 18px; font-size: 12px;}

	.main_heading {font-size: 28px;}
	.sub_heading {font-size: 20px;}

	.content_sec {padding: 40px 0;}

	.service_box img {height: 45px; width: 45px;}
	.service_box .sub_heading {font-size: 16px;}
	.service_box .para {font-size: 13px; line-height: 17px;}
	.service_box {border-radius: 7px 7px 70px 7px;}
	.small_heading {font-size: 20px;}
	.main_heading {font-size: 20px;}
}
@media only screen and (max-width:480px) {
	.slideRight i {right: -55px;}
	.slideLeft i {left: -55px;}
	.banner_info {padding: 15px;}
	.price_include {padding: 20px 10px;}
	.price_include ul li {padding: 8px 5px;}
}



.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; }
  }


