/*
Theme Name: Healthus Ai
Author: Healthus
Author URI: https://www.healthus.ai
Version: 1.0
 */

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
color: #0f1133;
}



a {
    color: #0f1133;
}

 .btn.btn-icon.btn-sm {
    background-size: 30px 30px;
    padding: 10px 30px 10px 47px;
}
header .navbar-brand img{
    max-width: 60px;
    height: auto;
}

/* =======================
   Single Post Headings
======================= */
.single-post h2 {
  font-size: 35px;
  line-height: 40px;
  margin: 20px 0 10px;
  font-weight: 700;
}

.single-post h2 strong {
  font-size: 35px;
  line-height: 40px;
}

/* h3 */
.single-post h3 {
  font-size: 25px;
  line-height: 34px;
  margin: 18px 0 8px;
  font-weight: 600;
}

/* h4 */
.single-post h4 {
  font-size: 24px;
  line-height: 30px;
  margin: 16px 0 8px;
  font-weight: 600;
}

/* h5 */
.single-post h5 {
  font-size: 20px;
  line-height: 28px;
  margin: 14px 0 6px;
  font-weight: 600;
}

/* h6 */
.single-post h6 {
  font-size: 18px;
  line-height: 26px;
  margin: 12px 0 6px;
  font-weight: 600;
}

/* Paragraphs inside post */
.single-post p,
.single-post .clearfix {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 15px;
}

/* =======================
   Responsive Styles
======================= */

/* Tablets (<= 992px) */
@media (max-width: 992px) {
  .single-post h2,
  .single-post h2 strong {
    font-size: 30px;
    line-height: 36px;
  }
  .single-post h3 {
    font-size: 24px;
    line-height: 32px;
  }
  .single-post h4 {
    font-size: 22px;
    line-height: 30px;
  }
  .single-post h5 {
    font-size: 18px;
    line-height: 26px;
  }
  .single-post h6 {
    font-size: 16px;
    line-height: 24px;
  }
}

/* Mobile (<= 576px) */
@media (max-width: 576px) {
  .single-post h2,
  .single-post h2 strong {
    font-size: 26px;
    line-height: 32px;
  }
  .single-post h3 {
    font-size: 22px;
    line-height: 28px;
  }
  .single-post h4 {
    font-size: 20px;
    line-height: 26px;
  }
  .single-post h5 {
    font-size: 18px;
    line-height: 24px;
  }
  .single-post h6 {
    font-size: 16px;
    line-height: 22px;
  }
  .single-post p,
  .single-post .clearfix {
    font-size: 15px;
    line-height: 24px;
  }
  
  h2 {
    font-size: 28px;
    }
    
  .top-go-bottom {
    top: inherit;
    }
    
    .hero-caption .sub-heading {
    width: 100%;
   }
   
   .videosrt .hero-caption .sub-heading {
    width: 100%;
   }
   
      .videosrt h2 {
    width: 100%;
   }
   
}


.sticky-lg-top {
  background: #fff;
  padding: 20px 10px;
  border: 1px solid #eee;
  border-radius: 8px;
}

.tablecont {
   padding-left: 15px;
}

.single-service .servicedetails h2 {
    font-size: 24px;
    color: #0f1133;
}

@media screen and (min-width: 992px) {
    .navbar-collapse .navbar-nav .mega-menu.mega-menu-2col > ul > li {
        width: 15rem;
        padding: 10px;
    }
}

.single-portfolio .section-no-break h1 {
  font-size: 32px;
}

.single-portfolio .section-no-break h2 {
  font-size: 24px;
}



.single-service .heading h2 {
      font-size: 24px;
}

.portfolio-template-default .overflow-hidden img {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    padding: 1px;
    background: #c5c5c5;
    border-radius: 8px;
    margin-bottom: 15px;
  }

  .page-template-templatesportfolio-php .overflow-hidden img {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    padding: 1px;
    background: #c5c5c5;
    border-radius: 8px;
    margin-bottom: 15px;
  }

  #newsletterForm .wpcf7-form-control {
    margin-bottom: 10px;
  }

.offcanvas .navbar-brand {
    max-width: 100px;
    height: auto;
}

.clearfix .bannertitle .text-primary {
  font-size: 44px;
}

@media only screen and (max-width: 768px) {
  .page-template-service .hero-caption h2 {
    font-size: 24px; /* adjust font size for phones */
  }
	.clearfix .bannertitle .text-primary {
		font-size: 28px;
	}
	.clearfix .flex-grow-1 p {
		margin-top: -35px;
	}
}

.clearfix .bannertitle .typed-cursor {
	color:black;
}


element.style {
}
.text-shadow-1 {
    text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
}
*, *::before, *::after {
    box-sizing: border-box;
}


body {
  background-color: #ededed;
}

.fab {
  background-color: transparent;
  height: 64px;
  width: 64px;
  border-radius: 32px;
  transition: height 300ms;
  transition-timing-function: ease;
  position: absolute;
  right: 50px;
  bottom: 50px;
  text-align: center;
  overflow: hidden;
}

.fab:hover {
  height: 344px;
}

.fab:hover .mainop {
  transform: rotate(180deg);
}

.mainop {
  margin: auto;
  width: 64px;
  height: 64px;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: transform 300ms;
  background-color: #f44336;
  border-radius: 32px;
  z-index: 6;
}

.mainopShadow {
  width: 64px;
  height: 64px;
  border-radius: 32px;
  position: absolute;
  right: 50px;
  bottom: 50px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.mainop i {
  margin-top: 16px;
  font-size: 32px;
  color: #fff;
}

.minifab {
  position: relative;
  width: 48px;
  height: 48px;
  border-radius: 24px;
  z-index: 5;
  float: left;
  margin-bottom: 8px;
  margin-left: 8px;
  margin-right: 8px;
  background-color: blue;
  transition: box-shadow 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.minifab:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.minifabIcon {
  height: 24px;
  width: 24px;
  margin-top: 12px;
}

.op1 {
  background-color: #2f82fc;
}

.op2 {
  background-color: #0f9d58;
}

.op3 {
  background-color: #fb0;
}

.op4 {
  background-color: #dd5145;
}

.op5 {
  background-color: #673ab7;
}



/* Floating Contact FAB */
.contact-fab {
  position: fixed;
  bottom: 25px;
  left: 25px;
  z-index: 1000;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}

/* Hide the toggle checkbox */
.fab-toggle {
  display: none;
}

/* Main Floating Button */
.fab-main {
  width: 60px;
  height: 60px;
  background: #fd7e14;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease;
  font-size: 26px;
}
.fab-main:hover {
  transform: rotate(90deg);
  background: #e56f0f;
}

/* Child Buttons */
.fab-options {
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
  transition: all 0.35s ease;
}
.fab-toggle:checked ~ .fab-options {
  opacity: 1;
  transform: translateY(-10px);
  pointer-events: auto;
}

/* Mini Buttons */
.fab-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-bottom: 12px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}
.fab-btn:hover {
  transform: scale(1.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

/* Colors */
.fab-btn.call { background: #00c853; }
.fab-btn.whatsapp { background: #25d366; }
.fab-btn.pdf { background: #1e88e5; }

/* ðŸ“± Responsive */
@media (max-width: 768px) {
  .fab-main {
    width: 55px;
    height: 55px;
    font-size: 22px;
  }
  .fab-btn {
    width: 45px;
    height: 45px;
    font-size: 20px;
  }
  .contact-fab {
    bottom: 20px;
    left: 20px;
  }
}

.fab-main {
  position: relative;
}

.fab-main i {
  position: absolute;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

/* default */
.default-icon {
  opacity: 1;
  transform: rotate(0deg) scale(1);
}

.close-icon {
  opacity: 0;
  transform: rotate(-90deg) scale(0.5);
}

/* when opened */
.fab-toggle:checked + .fab-main .default-icon {
  opacity: 0;
  transform: rotate(90deg) scale(0.5);
}

.fab-toggle:checked + .fab-main .close-icon {
  opacity: 1;
  transform: rotate(0deg) scale(1);
}


#wpcf7-f398-o1 span.wpcf7-not-valid-tip {
    text-align: left;
}

#wpcf7-f398-o1 .wpcf7-response-output {
    margin: 0 !important;
}

.single-post p a {
    color: #fd7e14;
}

.btn {
    text-transform: none;
}

.bannerstyle p {
    margin-bottom: 0;
    padding-bottom: 8px;
}

.abtstyle {
    font-size: 45px;
}

.hero-caption ul li :before {
    color: #fd7e14;
}

.serdet h3 {
    font-size: 22px;
    margin-top: 10px;
}

.serdet .item-with-top-image .div-bottom {
    padding-top: 0px !important;
}

@media only screen and (max-width: 768px) { 
    .bannerstyle p {
    padding-bottom: 45px;
}
}


.single-service .servicedetails h3 {
    font-size: 20px;
    color: #0f1133;
}

.servicedetails .opacity-75 {
    opacity: 100% !important;
}

/* Remove default list styling and padding */
.servicedetails .opacity-75 ul {
    list-style: none; /* Remove default list styling */
    padding-left: 0; /* Remove padding */
}

/* Style for each list item */
.servicedetails .opacity-75 ul li {
    position: relative; /* Positioning for the pseudo-element */
    padding-left: 18px; /* Space for the checkmark */
}

/* Add checkmark before each list item */
.servicedetails .opacity-75 ul li::before {
    content: '✔'; /* Checkmark symbol */
    position: absolute;
    left: 0; /* Position the icon to the left */
    top: 0; /* Adjust position vertically */
    font-size: 16px; /* Adjust icon size */
    color: #fd7e14; /* Checkmark color (green) */
}

.boxdetail .card {
    margin-bottom: 20px;
    padding: 20px;
}

.boxdetail h3 {
    font-size: 24px;
}

.boxdetail p {
    width: 80%;
    margin: auto;
}

h3.position-relative.z--1.opacity-01.fs-large.aos-init.aos-animate {
    position: absolute !important;
    top: 20px;
}

.hero-action-1 .swiper-pagination {
    display: none;
}

.processSt .card-img i {
    font-size: 50px;
    color: #fd7e14;
}

.processSt h2 {
    font-size: 45px;
}

.processSt .procestep {
    border: 1px solid #fd7e1463 !important;
    padding: 10px;
    border-radius: 10px;
}

@media only screen and (max-width: 567px) { 
.abtstyle {
    font-size: 25px;
} 
 .processSt h2 {
    font-size: 25px;
}   
    
}


        /* Style for the floating WhatsApp icon */
.whatsapp-icon {
    position: fixed;
    bottom: 20px; /* Distance from the bottom */
    right: 20px; /* Distance from the right */
    z-index: 1000; /* Ensure the icon is always on top */
}

.whatsapp-icon svg {
    width: 60px; /* Size of the WhatsApp icon */
    height: 60px; /* Size of the WhatsApp icon */
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* Optional shadow effect */
    transition: transform 0.3s ease; /* Smooth effect when hovered */
}

/* Hover effect */
.whatsapp-icon svg:hover {
    transform: scale(1.1); /* Slightly enlarge the icon when hovered */
}


.single-post p, .single-post .clearfix {
	letter-spacing: 1px;
}

.servicedetails .content-top p {
	letter-spacing: 1px;
}

.portfolio-template-default .sticky-lg-top p {
	letter-spacing: 1px;
}

.titlestyl {
  font-size: 45px;
}

/* Laptop (max-width: 1366px) */
@media (max-width: 1366px) {
  .titlestyl {
    font-size: 40px;
  }
}

/* Tablet (max-width: 1024px) */
@media (max-width: 1024px) {
  .titlestyl {
    font-size: 38px;
  }
}

/* Large Phone (max-width: 768px) */
@media (max-width: 768px) {
  .titlestyl {
    font-size: 32px;
  }
}

/* Small Phone (max-width: 480px) */
@media (max-width: 480px) {
  .titlestyl {
    font-size: 28px;
  }
}