.weelend_1 img
{
  width: 100%;
  height: 500px !important;
  object-fit: cover !important;
  border-radius: 10px;
  border: 2px solid lightgrey;
  padding: 10px;
  margin-bottom: 30px;
}
.week_end_1 h2
{
    margin-top: 20px;
    color: #c8650c;
}



.category1 .category-boxarea {
    position: relative;
    z-index: 1;
    padding: 12px 16px;
    border-radius: 8px;
    border: 1px solid #E8E8E8;
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 17px;
    transition: all 0.4s;
    box-shadow: rgb(194 194 194 / 20%) 0px 8px 24px;
}

.category1 .category-boxarea .img1 img {
    width: 120px;
    height: 82px;
    object-fit: cover;
    border-radius: 8px;
}
.category1 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: var(--ztc-bg-bg-1);
    margin: 0 auto;
    max-width: 1376px;
    border-radius: 30px;
    padding: 12px 0 30px;
  }
  @media (max-width: 767px) {
    .category1 {
      margin: 0;
    }
  }
  .category1 .category-boxarea {
    position: relative;
    z-index: 1;
    padding: 12px 16px;
    border-radius: 8px;
    border: 1px solid #E8E8E8;
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 17px;
    transition: all 0.4s;
    box-shadow: rgb(194 194 194 / 20%) 0px 8px 24px;
  }
  .category1 .category-boxarea:hover {
    border: 1px solid #0149AC;
    transition: all 0.4s;
    transform: translateY(-5px);
  }
  .category1 .category-boxarea .img1 img {
    width: 120px;
    height: 82px;
    object-fit: cover;
    border-radius: 8px;
  }
  .category1 .category-boxarea .text {
    padding-left: 14px;
  }
  .category1 .category-boxarea .text a {
    color: #707070;
    font-size: 16px;
    font-style: normal;
    font-weight:600;
    line-height: 23px;
    text-transform: capitalize;
    display: inline-block;
    transition: all 0.4s;
  }
  .category1 .category-boxarea .text a:hover {
    color: var(--ztc-text-text-4);
    transition: all 0.4s;
  }
  .category1 .category-boxarea .text p {
    color: skyblue;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
  }
  .category1
  {
   position: relative;
   top: 10px !important;
  }
  .title-wrapper .title {
    margin-bottom: 1.1rem
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    color: #1b1c1b;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}



.wp-button{
	margin-top:14px;
}
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom: 115px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	font-size:35px;
	box-shadow: 2px 2px 3px #999;
	z-index:100;
}



.btn-floating:hover img {
  margin-bottom: -3px
}

.btn-floating {
    position: fixed;
    left: 25px;
    overflow: hidden;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    border: 0;
    z-index: 9999;
    color: white;
    transition: .2s;
}

.btn-floating:hover {
    width: auto;
    padding: 0 20px;
    cursor: pointer;
}

.btn-floating span {
    font-size: 16px;
    margin-left: 5px;
    transition: .2s;
    line-height: 0px;
    display: none;
}

.btn-floating:hover span {
    display: inline-block;
}

/* Phone */
.btn-floating.phone {
    bottom: 85px;
    left: 44px;
    background-color: #25d366;
}

.btn-floating.phone:hover {
    bottom: 85px;
    left: 44px;
    background-color: #25d366;
}

/* WhatsApp */
.btn-floating.whatsapp {
    background-color: #34af23;
    bottom: 25px;
}

.btn-floating.whatsapp:hover {
    background-color: #1f7a12
}





.social {
  position: fixed;
  top: 40%;
  right: 15px;
  z-index: 999999;
  pointer-events: none; /* Prevent the container itself from being clickable */
}

.social ul {
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-transform: translate(270px, 0);
	-moz-transform: translate(270px, 0);
	-ms-transform: translate(270px, 0);
	-o-transform: translate(270px, 0);
	transform: translate(270px, 0);
}

.social ul li {
  display: block;
  margin: 3px;
  background: #2b2886;
  width: 300px;
  text-align: left;
  padding: 5px;
  border-radius: 30px 0 0 30px;
  transition: all 1s;
  pointer-events: auto; /* Re-enable clicking on the list items */
}

.social ul li:hover {
  transform: translate(-110px, 0);
  background: #2b2886;
}

.social ul li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #fff;
}

.social ul li:hover a {
  color: #000;
}

.social ul li:hover i {
  background: #ef1e28;
  color: #fff;
}

.social ul li i {
  margin-right: 10px;
  color: #000;
  background: #fff;
  padding: 10px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  text-align: center;
}

.social ul li b {
  color: #fff;
}
.home_1 i
{
  color: white;
}

.checklist.style3 ul {
    list-style: none; /* Removes the default bullet points */
    padding-left: 0;  /* Removes padding */
}

.checklist.style3 ul li {
    position: relative;
    padding-left: 30px; /* Space for the icon */
    margin-bottom: 10px; /* Space between list items */
}

.checklist.style3 ul li::before {
    content: "\F134"; /* Font Awesome unicode for 'check' */
    font-family: 'Font Awesome 5 Free'; /* Use Font Awesome */
    font-weight: 900; /* Necessary for solid icons */
    position: absolute;
    left: 0;
    top: 0;
    color: #094caa; /* Icon color */
    font-size: 16px; /* Icon size */
}