html {
  scroll-behavior: smooth;
	overflow-x: hidden;
}
body {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  color: #444;
	overflow-x: hidden;
}
section {
  scroll-margin-top: 70px; /* Adjust based on navbar height */
}
/*** Spinner Start ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity .8s ease-out, visibility 0s linear .5s;
  z-index: 99999;
}
#spinner.show {
  transition: opacity .8s ease-out, visibility 0s linear .0s;
  visibility: visible;
  opacity: 1;
}
.lightred {
  background: rgb(249 123 123 / 5%)
}
.bg-light {
  background-color: #fff !important;
}
/*** Spinner End ***/
.back-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  display: flex;
  width: 45px;
  height: 45px;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  z-index: 99;
}
/*** Button Start ***/
.btn {
  font-weight: 600;
  transition: .5s;
}
.btn-square {
  width: 32px;
  height: 32px;
}
.btn-sm-square {
  width: 34px;
  height: 34px;
}
.btn-md-square {
  width: 44px;
  height: 44px;
}
.btn-lg-square {
  width: 56px;
  height: 56px;
}
.btn-square, .btn-sm-square, .btn-md-square, .btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}
.btn-hover-bg {
  transition: 0.5s;
}
.btn-hover-bg:hover {
  background: #e4130c;
  color: #000;
}
.btn-hover-color {
  transition: 0.5s;
}
.btn-hover-color:hover {
  color: var(--bs-secondary) !important;
}
/*** Topbar Start ***/
.fixed-top .container {
  transition: 0.5s;
}
.topbar {
  padding: 2px 10px 2px 20px;
  background: var(--bs-primary) !important;
}
.navbar-brand img {
  width: 150px;
}
.topbar a, .topbar a i {
  transition: 0.5s;
}
.topbar a:hover, .topbar a i:hover {
  color: var(--bs-secondary) !important;
}
.bg-secondary {
  background-color: #ffe1e1 !important;
}
.display-1 {
  font-size: 3rem;
}
#about h1 {
  font-size: 2rem;
}
#about p.fs-5 {
  font-size: 1rem !important;
}
.text-dark {
  color: #444;
  font-size: 1rem;
  line-height: 1;
}
.fa-check {
  font-size: 12px;
}
@media (max-width: 768px) {
  .topbar {
    display: none;
  }
}
/*** Topbar End ***/
/*** Navbar Start ***/
.navbar {
  padding: 0;
}
.navbar .navbar-nav .nav-link {
  padding: 10px 15px;
  font-size: 16px;
  transition: .5s;
}
.navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-link.active, .sticky-top.bg-white .navbar .navbar-nav .nav-link:hover, .sticky-top.bg-white .navbar .navbar-nav .nav-link.active {
  color: var(--bs-primary);
}
.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  vertical-align: middle;
  margin-left: 8px;
}
@media (min-width: 1200px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    visibility: hidden;
    top: 100%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
    border: 0;
    transition: .5s;
    opacity: 0;
  }
}
@media (max-width: 1200px) {
  .navbar .collapse.navbar-collapse .btn-hover-bg.btn {
    margin-bottom: 20px;
  }
}
.dropdown .dropdown-menu a:hover {
  background: var(--bs-secondary);
  color: var(--bs-primary);
}
.navbar .nav-item:hover .dropdown-menu {
  transform: rotateX(0deg);
  visibility: visible;
  background: var(--bs-light) !important;
  transition: .5s;
  opacity: 1;
}


	.navbar .nav-link.active {
    color: #e4130c !important;     
    font-weight: 600;
}
/*** Navbar End ***/
/*** Carousel Start ***/
.carousel-header #carouselId .carousel-control-prev, .carousel-header #carouselId .carousel-control-next {
  background: transparent;
}
.carousel-header #carouselId .carousel-inner .carousel-item {
  position: relative;
  min-height: 80vh
}
.carousel-header #carouselId .carousel-inner .carousel-item img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.carousel-header #carouselId .carousel-inner .carousel-item .carousel-caption {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding-top: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, 0.5));
  background-size: cover;
}
.carousel-control-prev, .carousel-control-next {
  opacity: 0;
}
.carousel-control-prev .carousel-control-prev-icon, .carousel-control-next .carousel-control-next-icon {
  background: transparent !important;
}
.carousel-header #carouselId.carousel {
  position: relative;
}
.carousel-header #carouselId.carousel .carousel-indicators {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent !important;
}
.carousel-header #carouselId.carousel .carousel-indicators li, .carousel-header #carouselId.carousel .carousel-indicators li, .carousel-header #carouselId.carousel .carousel-indicators li {
  margin-right: 10px !important;
}
.carousel-header #carouselId.carousel .carousel-indicators li {
  width: 12px;
  height: 12px;
  border-radius: 12px !important;
  border: 5px solid transparent;
  transition: 0.5s;
}
.carousel-header #carouselId.carousel .carousel-indicators li.active {
  border: 5px solid var(--bs-primary) !important;
  border-radius: 10px;
}
/*** Carousel End ***/
/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/breadcrumb-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0 0 0;
}

#home  {position: relative;}


/*** Single Page Hero Header End ***/





/*** About Start ***/
#about {
  position: relative;
  padding: 50px 0px;
	
}
.about .tab-class .nav .nav-item a.active, .about .tab-class .nav .nav-item a.active span {
  background: var(--bs-primary) !important;
  color: var(--bs-white) !important;
}

#about .check-list {
  list-style: none;
  padding-left: 0;
}

#about .check-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
  color: #333;
  font-size: 16px;
}

#about .check-list li::before {
  content: "✔";
  color: #e4130c; /* Bootstrap Primary Blue */
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 7px;
  font-size: 13px;
  line-height: 1;
}


/*** About End ***/
/*** Service Start ***/
.service .service-item {
  position: relative;
  overflow: hidden;
}
.service .service-item .service-link {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 20px;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: end;
  background: rgba(0, 0, 0, 0.1);
  transition: 0.5s;
}
.service .service-item .service-link:hover {
  background: rgba(0, 0, 0, 0.6);
}
.service .service-item .service-link a {
  color: var(--bs-white);
  transition: 0.5s;
}
.service .service-item img {
  transition: 0.5s;
}
.service .service-item:hover img {
  transform: scale(1.2);
}
.service .service-item .service-link:hover a:hover {
  color: var(--bs-primary);
}
/*** Service End ***/
/*** Donation Start ***/
#services {
  position: relative;
  padding: 50px 0px;
/*	background: green;*/
	
}
.donation .donation-item {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.donation .donation-item::after {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  display: flex;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
}
.donation .donation-item .donation-content {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 20px;
  justify-content: end;
  bottom: -60px;
  left: 0;
  transition: 0.5s;
  z-index: 3;
}
.donation .donation-item .donation-content img {width: 100px; border-radius: 0px;}



.donation .donation-item:hover .donation-content {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 20px;
  justify-content: end;
  bottom: 0px;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
}
.donation .donation-item .donation-btn {
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
}
.donation .donation-item:hover .donation-btn {
  visibility: visible;
  opacity: 1;
}
/*** Donation End ***/
/*** Counter Start ***/
.counter .counter-item .counter-counting {
  width: 100%;
  text-align: center;
  border-style: dotted;
  border-color: var(--bs-white);
  font-size: 30px;
  background: #fff;
}
#whychooseus {
  position: relative;
  padding: 50px 0px;
	
}
#achievement {
  position: relative;
  padding: 0px;
  background: url(../img/volunteers-bg.jpg);
  background-position: center;
  background-size: cover;
  z-index: 1;
}
#achievement::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(228, 19, 12, 0.8); /* Change 0.4 to adjust opacity */
  z-index: -1;
}
.fa-arrow-up::before {
  color: #fff;
}
#contact {
  position: relative;
  padding: 40px 0px;
  background: #fff url("../images/contact_bg_new.jpg");
  background-position: center;
  background-size: cover;
  z-index: 1;
	overflow-x: hidden;
}
#contact::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .6);
  z-index: -1;
}
#contact .conwrap {
  padding: 0px 0px 0px 0px;
}
#contact .conwrap .contentdata {
  background: #fff;
  padding: 30px 10px;
  margin-top: 40px;
}
#contact .conwrap .contentdata .subdata {
  display: flex;
  flex-direction: row;
}
#contact .conwrap .contentdata .subdata .nav-pills .nav-link {
  background: #860c07;
  color: #fff;
  margin: 3px 0px;
  padding: 30px 80px;
  border-radius: 0px;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 400;
  clip-path: polygon(0% 0%, 100% 0, 100% 50%, 100% 100%, 0% 100%);
/*  font-family: 'Roboto Slab';*/
  transition: .5s all;
}
#contact .conwrap .contentdata .subdata .nav-pills .nav-link.active {
  background: #e3140c;
  clip-path: polygon(0% 0%, 90% 0, 100% 50%, 90% 100%, 0% 100%);
}
#contact .conwrap .contentdata .subdata .nav-pills .nav-link:hover {
  background: #e3140c;
  clip-path: polygon(0% 0%, 90% 0, 100% 50%, 90% 100%, 0% 100%);
}
#contact .conwrap .tab-content {
  margin: 0px !important;
  padding-left: 40px !important;
  position: relative;
  width: 100%;
}
#contact .conwrap .tab-content h4 {
  font-size: 1.5rem;
  margin: 0;
  line-height: 1;
  color: #333;
/*  font-family: 'Roboto Slab';*/
  text-align: left;
  font-weight: 700;
  padding: 0 0px;
  display: block;
}
#contact .conwrap .tab-content p {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  color: #444;
  text-align: left;
/*  font-family: 'Roboto Slab';*/
  margin: 0px;
  padding: 5px 0px 0 0;
}
#contact .conwrap .tab-content span {
  display: block;
}
#contact .conwrap .tab-content .addhead {
  font-weight: 600;
  color: #222;
  font-size: 1rem;
  line-height: 1.3;
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 5px;
}
#contact .conwrap .tab-content img {
  display: block;
  padding: 10px 0;
  width: 30px;
}
/*-------------------------------*/
/* Footer*/
/*-------------------------------*/
.footer {
  position: relative;
  padding: 30px 0;
  background: #a60a04;
}
.footer ul {
  list-style: none;
  position: relative;
}
.footer ul li {
  margin: 0px;
  display: inline;
  padding: 0px 10px;
}
.footer ul li a {
  text-decoration: none !important;
}
.footer ul li a:hover {
  text-decoration: underline !important;
}
.footer .socialdata {
  position: relative;
}
.footer .socialdata a {
  display: inline;
  color: #fff;
}
/*.footer .socialdata a:hover {text-decoration: underline;}*/
.footer .socialdata .btn-social {
  margin: 0 5px;
}
.footer .socialdata .btn-social:hover {
  color: #e4130c;
}
#booknow {
  position: relative;
  padding: 20px 0 20px 0px;
  background: #f1f1f1;
  /*  background: #fff url("../images/contact_bg_new.jpg") top/cover no-repeat;*/
}
#booknow .bokwrap {
  padding: 0px 0px 0px 0px;
}

#booknow a {color: #e4130c !important;}
#booknow a:hover {text-decoration: underline;}
#booknow .bokwrap h2 {
  font-size: 2rem;
  margin: 0;
  line-height: 1;
  color: #fff;
  text-align: center;
  font-weight: 300;
  padding: 20px 0px;
  display: block;
/*  font-family: 'Roboto Slab';*/
}
 
#booknow .bokwrap .card {
  border: solid 1px #e3130c;
  position: relative;
  border-radius: 10px;
  /*
background: rgb(219,242,170);
background: linear-gradient(151deg, rgba(219,242,170,0.41220238095238093) 0%, rgba(255,255,255,1) 98%, rgba(181,236,67,1) 100%);
*/
  /*	 background: rgb(181,236,67);*/
  /*background: linear-gradient(225deg, rgba(181,236,67,1) 3%, rgba(219,242,170,0.41220238095238093) 3%, rgba(255,255,255,1) 97%, rgba(181,236,67,1) 97%);*/
  background: linear-gradient(225deg, rgb(189, 0, 18) 3%, rgb(220, 53, 69) 3%, rgb(255, 255, 255) 97%, rgb(189, 0, 18) 97%);
  box-shadow: 0 5px 12px rgb(220, 53, 69);
}
#booknow .bokwrap .card h4 {
  padding: 15px;
  background: #e3130c;
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 300px;
  position: relative;
  margin: 0 auto;
  top: -50px;
  font-weight: 700;
  border-radius: 5px;
}
#booknow .bokwrap .form-step h5 {
  background: #e13e38;
  /*    background: #45aefc;*/
  color: #fff;
  padding: 10px 15px;
  font-weight: 600;
  border-bottom: dashed 1px #bd0012;
  text-transform: uppercase;
  font-size: 1.1rem;
}
#booknow .bokwrap .form-step .form-label {
  font-weight: 500;
  color: #333;
}
#booknow .bokwrap .form-step .form-select {
  display: block;
  width: 100%;
  padding: 0.5rem 2.25rem 0.5rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #111;
  background-color: #ffd3d7;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #e3140c;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-left: 3px solid #e3140c;
}
#booknow .bokwrap .form-step .form-select:focus {
  background-color: #ffd3d7;
  border-color: #e3140c;
  outline: 0;
  /*    box-shadow: 0 0 0 0.125rem rgba(152, 222, 10, 0.5);*/
  box-shadow: 0 0 0 0.125rem rgb(240, 74, 90);
}
#booknow .bokwrap .form-step .form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #111;
  background-color: #ffd3d7;
  background-clip: padding-box;
  border: 1px solid #e3140c;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  border-left: 3px solid #e3140c;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
#booknow .bokwrap .form-step .form-control:focus {
  background-color: #fff;
  border-color: #e3140c;
  outline: 0;
  /*    box-shadow: 0 0 0 0.125rem rgba(152, 222, 10, 0.5);*/
  /*	box-shadow: 0 0 0 0.125rem rgb(0 118 206 / 31%);*/
  box-shadow: 0 0 0 0.125rem rgb(240, 74, 90);
}
#booknow .bokwrap .btn-custom {
  /* Initial background gradient */
  background: linear-gradient(86deg, rgb(226, 20, 12) 23%, rgb(189, 0, 18) 86%);
  /* background: rgb(213,255,131);*/
  /*background: linear-gradient(86deg, rgba(213,255,131,1) 23%, rgba(151,222,9,1) 86%); */
  border-color: #e3140c;
  color: #fff;
  font-weight: 500;
  padding: 10px;
  width: 125px;
  transition: all 1s ease-in-out; /* Smooth and slightly slower transition */
}
#booknow .bokwrap .customsubmit {
  background: #e2140c;
}
#booknow .bokwrap .customsubmit:hover {
  background: #000;
}
#booknow .bokwrap .btn-custom:hover {
  /* Hover background gradient */
  /*	  color:#000;*/
  background: linear-gradient(86deg, rgb(189, 0, 18) 23%, rgb(220, 53, 69) 86%);
  border-color: #bd0012;
  box-shadow: 0 5px 15px rgb(236, 143, 152);
}
#booknow .bokwrap .icon-container {
  display: flex;
  gap: 15px;
  justify-content: flex-start;
  padding: 0px 0px;
}
#booknow .bokwrap .icon-btn {
  width: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: 2px solid #bd0012;
  border-radius: 10px;
  text-align: center;
  padding: 10px;
  cursor: pointer;
  background-color: #fff5f6;
  font-weight: 500;
  transition: 0.3s ease-in-out;
}
#booknow .bokwrap .model-select {
  display: none;
}
#booknow .bokwrap .icon-btn img {
  width: 80px;
  padding: 10px;
  filter: grayscale(1);
  /*	filter: saturate(3)*/
}
#booknow .bokwrap .icon-btn:hover {
  background-color: #ff3648;
  color: #fff;
}
#booknow .bokwrap .icon-btn.active1 {
  background-color: #e3140c;
  color: #fff;
}
#booknow .bokwrap .icon-btn:hover img {
  filter: brightness(100);
}
#booknow .bokwrap .icon-btn.active1 img {
  filter: brightness(100);
}
#booknow .bokwrap .time-slot-main {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  padding: 1px;
}
/* Styling for each time slot */
#booknow .bokwrap .time-slot {
  display: flex;
  align-items: center;
  gap: 2px;
  padding: 10px 10px;
  border: 1px dotted #e3140c;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  font-size: 1rem;
  transition: 0.3s;
}
/* Radio button styling */
#booknow .bokwrap .time-slot input[type="radio"] {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0;
  cursor: pointer;
  accent-color: #910310;
}
/* Default background */
#booknow .bokwrap .time-slot {
  background-color: #ffd3d7;
  color: #000;
  border: 1px solid #e3140c;
}
#booknow .bokwrap .time-slot:hover {
  background-color: #e3140c;
  color: #fff;
  /*	background-color: #e6f3c8;*/
}
/* Highlight selected time slot */
#booknow .bokwrap .time-slot.active {
  background-color: #e3140c;
  color: #fff;
}
/* Custom tick mark added inside the label */
#booknow .bokwrap .time-slot.active input[type="radio"]::before {
  content: "✔";
  font-size: 10px;
  color: #fff;
  display: block;
  position: absolute;
  left: 16px;
  top: 10px;
}
/* Zoom effect and tick on hover */
#booknow .bokwrap .time-slot:hover {
  transform: scale(1.01); /* Slight zoom effect */
  /*	box-shadow: 0 14px 8px rgba(151, 222, 9, 0.1);*/
  /*  box-shadow: 0 4px 7px rgba(151, 222, 9, 0.5);*/
  box-shadow: 0 5px 15px rgb(48 134 198 / 64%);
}
#booknow .bokwrap .selectservice-main {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  padding: 1px;
}
/* Styling for each slotservice service */
#booknow .bokwrap .slotservice {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 10px 10px;
  border: 1px dotted #e3140c;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  transition: 0.3s;
}
/* Radio button styling */
#booknow .bokwrap .slotservice input[type="radio"] {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0;
  cursor: pointer;
  accent-color: #910310;
}
/* Default background */
#booknow .bokwrap .slotservice {
  background-color: #ffd3d7;
  color: #000;
  border: 1px solid #e3140c;
}
#booknow .bokwrap .slotservice:hover {
  background-color: #e3140c;
  color: #fff;
  /*	background-color: #e6f3c8;*/
}
/* Highlight selected time slot */
#booknow .bokwrap .slotservice.active {
  background-color: #e3140c;
  color: #fff;
}
/* Custom tick mark added inside the label */
#booknow .bokwrap .slotservice.active input[type="radio"]::before {
  content: "✔";
  font-size: 10px;
  color: #fff;
  display: block;
  position: absolute;
  left: 16px;
  top: 10px;
}
/* Zoom effect and tick on hover */
#booknow .bokwrap .slotservice:hover {
  transform: scale(1.01); /* Slight zoom effect */
  /*	box-shadow: 0 14px 8px rgba(151, 222, 9, 0.1);*/
  /*  box-shadow: 0 4px 7px rgba(151, 222, 9, 0.5);*/
  box-shadow: 0 2px 5px rgb(247, 43, 36);
}
#booknow .bokwrap .slotservice {
  width: 120px;
}
#booknow .bokwrap .slotservice:hover {
  width: 130px;
}
#booknow .bokwrap .slotservice.active {
  background-color: #e3140c;
  color: #fff;
}
#booknow .bokwrap .servicetype-main {
  display: flex;
  justify-content: flex-start;
  position: relative;
  flex-wrap: nowrap;
}
/* Styling for each service type */
#booknow .bokwrap .servicetype {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 10px 10px;
  font-weight: 600;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  transition: 0.3s;
  background-color: #ffd3d7;
  color: #000;
  border: 1px solid #e3140c;
}
/* Radio button styling */
#booknow .bokwrap .servicetype input[type="radio"] {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0;
  cursor: pointer;
  accent-color: #910310;
}
/* Hover effect */
#booknow .bokwrap .servicetype:hover {
  background-color: #e3140c;
  /*    box-shadow: 0 4px 7px rgba(151, 222, 9, 0.5);*/
  box-shadow: 0 4px 7px rgba(184, 223, 252, 1);
  color: #fff;
}
/* Active state */
#booknow .bokwrap .servicetype.active {
  background-color: #e3140c;
  color: #fff;
}
/* Custom tick mark added inside the label */
#booknow .bokwrap .servicetype.active input[type="radio"]::before {
  content: "✔";
  font-size: 10px;
  color: #fff;
  display: block;
  position: absolute;
  left: 16px;
  top: 10px;
}
/* Zoom effect and tick on hover */
#booknow .bokwrap .servicetype:hover {
  transform: scale(1.01); /* Slight zoom effect */
  /*	box-shadow: 0 14px 8px rgba(151, 222, 9, 0.1);*/
  /* box-shadow: 0 4px 7px rgba(184, 223, 252, 1);*/
  box-shadow: 0 2px 5px rgb(247, 43, 36);
}
#booknow .bokwrap .servicetype {
  width: 50%;
}
#booknow .bokwrap .servicetype.active {
  background-color: #e3140c;
  color: #fff;
}
/* Service content divs */
#booknow .bokwrap .service-content {
  display: none;
  margin: 20px 0px;
  padding: 20px;
  /*    border: 1px solid #eee;*/
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 3px 8px rgba(206, 212, 218, 0.5);
}
#booknow .bokwrap .service-content.active {
  display: block;
}
#booknow .bokwrap .service-content .tablediv {
  box-shadow: 0 4px 10px rgb(244 197 201);
  border-radius: 10px;
  background: #fff;
  padding: 15px;
}
#booknow .bokwrap .service-content .tablediv table tr, #booknow .bokwrap .service-content .tablediv table td, #booknow .bokwrap .service-content .tablediv table, #booknow .bokwrap .service-content .tablediv table th {
  border: solid #e3140c 1px;
}
#booknow .bokwrap .service-content .tablediv table thead {
  background: #ffd3d7 !important;
  font-size: .9rem;
}
#booknow .bokwrap .service-content .tablediv table thead th {
  border-bottom: 2px solid #e3140c;
}
#booknow .bokwrap .service-content .tablediv table tr {
  font-weight: 500;
}
#booknow .bokwrap .service-content .tablediv table .tfoot {
  /*		background: #98de0a !important; */
  /*	background: linear-gradient(86deg, rgba(213,255,131,1) 23%, rgba(151,222,9,1) 86%);*/
  /*	color: #304406;*/
  /*	background: linear-gradient(269deg, rgb(0 118 206) 23%, rgb(23 135 216) 86%);*/
  background: linear-gradient(269deg, rgb(227 20 12) 23%, rgb(162 3 17) 86%);
  color: #fff;
}
#booknow .bokwrap .pulse {
  animation: pulseGlow 1.5s infinite;
}	
@keyframes pulseGlow {
  0% {
    transform: scale(1);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.8), 0 0 20px rgba(255, 255, 255, 0.6);
    opacity: 1;
  }
  50% {
    transform: scale(1.1);
    box-shadow: 0 0 20px rgba(255, 255, 255, 1), 0 0 40px rgba(255, 255, 255, 0.8);
    opacity: 0.8;
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.8), 0 0 20px rgba(255, 255, 255, 0.6);
    opacity: 1;
  }
}

#contactpage {
  position: relative;
  padding: 30px 0px 30px 0;
  background: #fff url("../images/contact-us-banner.jpg") top/cover no-repeat;
  background-size: cover;
  background-position: 50% 0%;
  min-height: 400px;
  height: 100%;
}
#contactpage .conwrap {
  padding: 0px 0px 0px 0px;
}
#contactpage .conwrap h1 {
  font-size: 2rem;
  line-height: 1.2;
/*  font-family: 'Roboto Slab';*/
  color: #e3140c;
  text-align: left;
  font-weight: 300;
  padding: 5px 20px 10px 20px;
  display: inline-block;
  background: #fff;
  margin-top: 150px;
}
#contactpage .conwrap p {
  font-size: 1rem;
  line-height: 1;
/*  font-family: 'Roboto Slab';*/
  color: #e3140c;
  text-align: left;
  font-weight: 400;
  padding: 10px 20px;
  display: block;
  background: #fff;
  width: fit-content;
  margin: 10px 0px;
}




/***================== Form Facade  CSS End ===========================***/
.floatbtn {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 15px;
  right: 15px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 99999;
/*	display: none;*/
}
.floatbtn .my-float {
  padding-top: 15px;
}

.floatbtn:hover {color: #fff;}
#drawer .contact-btn {
  position: relative;
  right: 82px;
  text-transform: uppercase;
  top: 160px;
  font-weight: 600;
  padding: 3px 20px;
  background-color: #e4130c;
  color: #fff;
  font-size: 1.2rem;
  border: none;
  border-radius: 8px 8px 0 0px;
  cursor: pointer;
  z-index: 999;
  rotate: 270deg;
}
.drawer {
  position: fixed;
  top: 20%;
  right: -300px; /* initially off-screen */
  width: 300px;
  /*  height: 40%;*/
  /*  background-color: #fff;*/
  transition: right 0.3s ease;
  z-index: 998;
}
#drawer .drawer-content {
  padding: 20px;
  background: #fff2e9;
  position: relative;
  border-left: solid 3px #ff7510;
  border-top: solid 1px #f2f2f2;
  border-bottom: solid 1px #f2f2f2;
}
#drawer .drawer-content h2 {
  font-size: 1rem;
  text-transform: uppercase;
  line-height: 1.5;
  font-family: 'Roboto';
  font-weight: 400;
  color: #222;
  text-align: left;
  margin: 0px;
  padding: 0px 0px 0 0;
}
#drawer .drawer-content p {
  font-size: .9rem;
  line-height: 1.5;
  font-family: 'Roboto';
  font-weight: 400;
  color: #666;
  text-align: left;
  margin: 0px;
  padding: 5px 0px 0 0;
}
#drawer .whtchat {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  font-family: 'Roboto';
  padding: 10px 30px 10px 30px;
  font-size: 1rem;
  line-height: 1.1;
  outline: none;
  text-decoration: none;
  color: #fff;
  background: #25d366;
  border: 1px solid #25d366;
  transition: all 0.3s ease 0s;
  margin: 10px 0 0 0px;
  /*  border-radius: 20px;*/
  bottom: 0px;
  position: inherit;
  text-transform: inherit;
  z-index: 0;
  border-radius: 10px;
  width: auto;
}
#drawer .whtchat:hover {
  background: #686868;
  border: 1px solid #686868;
  color: #fff;
}
.drawer a.applybtnew {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  font-family: 'Roboto';
  padding: 10px 30px 10px 30px;
  font-size: 1rem;
  line-height: 1.1;
  outline: none;
  text-decoration: none;
  color: #fff;
  background: #0672cb;
  border: 1px solid #0672cb;
  transition: all 0.3s ease 0s;
  margin: 15px 0 0 0px;
  /*  border-radius: 20px;*/
  bottom: 0px;
  position: inherit;
  text-transform: inherit;
  z-index: 0;
  border-radius: 10px;
  width: auto;
}
.drawer a.applybtnew:hover {
  background: #686868;
  border: 1px solid #686868;
  color: #fff;
  /*  border-radius: 20px;*/
}
#drawer .btn-close {
  position: absolute;
  top: 0px;
  right: 0px;
}
 .back-to-top {
  position: fixed;
   
  display: none;        /* IMPORTANT */
  z-index: 999;
	     bottom: 77px;
    right: 23px;
}

@keyframes pulseGlow {
  0% {
    transform: scale(1);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.8), 0 0 20px rgba(255, 255, 255, 0.6);
    opacity: 1;
  }
  50% {
    transform: scale(1.1);
    box-shadow: 0 0 20px rgba(255, 255, 255, 1), 0 0 40px rgba(255, 255, 255, 0.8);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.8), 0 0 20px rgba(255, 255, 255, 0.6);
    opacity: 1;
  }
}


 
#drawer .pulse {
  animation: pulseGlow 1.5s infinite;
}
 

@media (max-width: 768px) {
  #contact .conwrap .contentdata .subdata {
    flex-direction: column;
	  overflow-x: hidden;
  }
	
	
	#contact .conwrap .tab-content {
  
		padding-left: 5px !important;}
	
	
	#contact .conwrap .contentdata .subdata .nav-pills .nav-link {padding: 15px 50px;}
	
	.mobile-flex {flex-direction: column-reverse;}
	
	#about {padding: 50px 0px;}
}