:root {
    --primary-font: "Exo", system-ui;
    --secondary-font: "Montserrat", system-ui;
    --light: #fef6eb;
    --green: #13a8a4;
    --dark: #511D4B;
    --gap: 8rem;
}

a.redirectService {
    color: #000c35;
}
ul#menu-header-menu ul.sub-menu{display:none;position:absolute;padding: 0 35px;line-height: 20px;}
ul#menu-header-menu li.menu-item-has-children:hover{}
ul#menu-header-menu li.menu-item-has-children:hover .sub-menu {
    display: block;
	background: #fef6eb;
    list-style-type: none;
    padding-left: 0px;
}
ul#menu-header-menu li.menu-item-has-children .sub-menu li:hover {
    background: #13a5a1;
    margin: 0 -35px 0 0!important;
}

.navbar {
    position: sticky;
    top: 0;
    z-index: 1000; /* Ensures it stays above other content */
    width: 100%;
    /*background-color: #fff;  Optional, depending on your design */
    /*box-shadow: 0 4px 2px -2px gray; Optional, adds a shadow for better visibility */
}
.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  /*background-color: #fff;  Optional */
}

html {
    font-family: var(--secondary-font);
    font-weight: 400;
    font-size: 62.5%;
}

body {
    font-size: 1.8rem;
    font-weight: 300;
    font-family: var(--secondary-font);
    color: var(--bs-black);
}

a {
    cursor: pointer !important;
}

b {
    font-weight: 700;
}

/* Gap */
.sec-padd-t {
    padding-top: var(--gap);
}

.sec-padd-b {
    padding-bottom: var(--gap);
}

.sec-padd {
    padding: var(--gap) 0 var(--gap) 0;
}

.big-padd {
    padding: var(--gap1) 0 var(--gap1) 0;

}

/* Base styles for the navigation bar */
.menu-header {
  display: flex;
  justify-content: center;
  background-color: #333;
  padding: 10px 0;
  font-family: Arial, sans-serif;
}

/* Styling for navigation links */
.menu-header a {
  color: white;
  padding: 14px 20px;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  position: relative;
}

/* Hover effect for navigation links */
.menu-header a:hover {
  background-color: #555;
}

/* Container for dropdown items */
.menu-header .dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown button styling */
.menu-header .dropdown .dropbtn {
  background-color: inherit;
  border: none;
  color: white;
  padding: 14px 20px;
  font-size: 16px;
  cursor: pointer;
  text-transform: uppercase;
}

/* Hover effect for dropdown button */
.menu-header .dropdown:hover .dropbtn {
  background-color: #555;
}

/* Dropdown content hidden by default */
.menu-header .dropdown-content {
  display: none;
  position: absolute;
  background-color: #333;
  min-width: 160px;
  z-index: 1;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
}

/* Links inside the dropdown */
.menu-header .dropdown-content a {
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Hover effect for dropdown links */
.menu-header .dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

/* Display dropdown content on hover */
.menu-header .dropdown:hover .dropdown-content {
  display: block;
}

/* Gap end */
h1 {
    font-size: 3.2rem;
}

h2 {
    font-size: 2.8rem;
}

h3 {
    font-size: 2.4rem;
}

h4 {
    font-size: 2rem;
}

h5 {
    font-size: 1.8rem;
}

h6 {
    font-size: 1.6rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
}

a {
    text-decoration: none;
    font-size: 1.4rem;
    font-weight: 400;
}

img {
    max-width: 100%;
}

/* header */
header {
    background: var(--light);

}

header .navbar {
    padding: 25px 0;
}

header ul li a.nav-link {
    color: var(--bs-black);
    font-size: 1.4rem;
    font-weight: 500;
    transition: all 0.5s;
}

header ul li a.nav-link.active {
    font-weight: 700;
}

header ul li a.nav-link img {
    margin-right: 5px;
}

header .navbar-expand-lg .navbar-nav {
    gap: 1rem;
}

header .btn_header,
.book-sec form input[type="submit"],
.c_btn {
    background: var(--green);
    color: var(--bs-white) !important;
    padding: 0.7rem 1.7rem !important;
    border-radius: 4px;
    margin-left: 10px;

}

header .btn_header:hover {
    background: var(--dark);
}

.c-heading {
    font-size: 3.2rem;
    font-weight: 700;
    font-family: var(--primary-font);
    color: var(--green);
    text-align: center;
    margin-bottom: 4rem;
}



.home-banner {
    background: url(../images/banner-img.webp) top center / cover no-repeat;
    background-color: var(--light);
    padding-top: 20rem;
	margin-top:-2rem;
}

.home-banner h1 {
    font-family: var(--primary-font);
    font-weight: 600;
    color: var(--bs-white);
}

.home-banner h3 {
    margin-top: 4rem;
    color: var(--bs-white);
    font-weight: 400;
}

.p-hide img {
    margin-bottom: -8rem;
	height: 130px;
    margin-left: 10px;
}

.home-banner .banner-text {
    margin-left: 15%;
}

.book-sec form {
    background: var(--light);
    border-radius: 8px;
    padding: 4rem;
}

.book-sec form input {
    margin-top: 1.4rem;
    border-radius: 4px;
    border: 1px solid transparent;
    font-size: 1.6rem;
    font-weight: 500;
    box-shadow: none !important;
    padding: 1.1rem;
    color: var(--bs-black);
}

.book-sec form input::placeholder {
    opacity: 0.5;
}

.book-sec form input:focus {
    border: 1px solid var(--green);
}

.book-sec form h4 {
    color: var(--bs-black);
    font-family: var(--primary-font);
    font-weight: 700;
    margin-bottom: 2rem;
}
.down-animate{
    animation: moveUpDown 4s ease-in-out infinite;
}
form .wpcf7-not-valid-tip{
    font-size: 16px;  
    margin-top: 6px;
}
.wpcf7 form .wpcf7-response-output{
	font-size:16px;
}
@keyframes moveUpDown {
    0%,
    100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-20px);
    }
  }
.book-sec form input[type="submit"],
.c_btn {
    padding: 0.7rem 2.5rem !important;
    background: var(--dark);
    transition: all 0.5s;
    margin-left: 0;
}

.book-sec form input[type="submit"]:hover,
.c_btn:hover {
    background: var(--green);
}

.c_btn {
    display: inline-block;
    padding: 1rem 2.5rem !important;
    font-weight: 600;
}

.btn_div {
    margin-top: 4rem;
    text-align: center;
}

.book-div {
    margin-top: -28rem;
}

.book-div .text-center {
    margin-bottom: 3rem;
}

.dots_img {
    text-align: center;
    margin-top: 7rem;
    margin-bottom: 1.5rem;
}

.p-show {
    display: none;
}

.service_div {
    overflow: hidden;
    background: var(--light);
    border-radius: 8px;
    transition: all 0.5s;
}

.service_div img {
    border-radius: 8px;
    transition: all 0.5s;
}

.service_div h5 {
    padding: 2rem 0;
    font-weight: 600;
    text-align: center;
}

.service_div:hover {

    background: var(--green);
}

.service_div:hover img {
    transform: scale(1.05);
}

.service_div:hover h5 {
    color: var(--bs-white);

}

.service_sec {
    position: relative;
}

.service_sec::after {
    content: "";
    position: absolute;
    bottom: 0rem;
    right: 11rem;
    background: url(../images/dots.svg) center center / contain no-repeat;
    width: 120px;
    height: 120px;
}

.why-sec {
    background: url(../images/why-us.webp) center center / cover no-repeat;
}

.why-sec h2 {
    color: var(--bs-white);
}

.why_div {
    display: flex;
    gap: 2rem;
    height: 100%;
    background: var(--bs-white);
    padding: 4rem 3rem;
    border-radius: 12px;
    align-items: center;
}

.why_img {
    min-width: 74px;
    height: 74px;
    border-radius: 50%;
    background: var(--light);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem;
}

.why_content h4 {
    font-weight: 600;
}
.client-says{
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    background:#F3F3F3;
    padding: 2rem;
    margin-top: 8rem;
}
.client-says h4{
    font-size: 2rem;
    color: var(--green);
    font-weight: 700;
    margin:2rem 0;
}
.client-icon{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -1rem;
    background: var(--light);
    text-align: center;
    padding: 3rem 2rem;
}
.client-says .client-icon{
    display: none;
}
.swiper-slide-next .client-says{
background: var(--light);
}
.swiper-slide-next .client-says  .client-icon{
    background: var(--light);
}
.swiper-button-prev{
    position: absolute;
    top: 4rem;
    left: 40%;
    transform: translateX(-40%);
    width: 40px;
    height: 40px;
    background: var(--bs-white);
    border-radius: 50%;
}
.swiper-button-prev:after, .swiper-button-next::after{
    background: url(../images/arrow1.svg);
    font-size: 0;
    width: 35px;
    height: 35px;
    background-repeat: no-repeat;
    background-size: contain;

}
.swiper-button-next{
    position: absolute;
    top: 4rem;
    left: 60%;
    transform: translateX(-60%);
    width: 40px;
    height: 40px;
    background: var(--bs-white);
    border-radius: 50%;
}
.swiper-button-next::after{
    transform: rotate(180deg);
}
.swiper-button-next:hover,.swiper-button-prev:hover{
    background: var(--green);
    transition: all 0.5s;

}
.swiper-button-next:hover::after,.swiper-button-prev:hover::after{
    filter: brightness(0) invert(1);
}
.copy-right{
    background: #3d1639;
    padding: 2rem 1.5rem;
}
.copy-right p{
    font-size: 12px;
    color: var(--bs-white);
    text-align: center;
    margin: 0;
}
footer{
    background: var(--dark);
    margin-top: 7rem;
}
.footer-logo{
    text-align: center;
    background: var(--dark);
    width: 300px;
    margin-top: -5rem;
    clip-path: circle(50% at 50% 95%);

}
.circle-top {
    position: relative;
    background-color: var(--dark);
    height: auto;
}

.circle-top::before {
    content: '';
    position: absolute;
    top: -150px;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 200px;
    background-color: var(--dark);
    border-radius: 50%;
    z-index: -1;
}

.content {
    text-align: center;
}
.content img{
    margin-top: -140px;
	width: 130px;
    height: 131px;
}
.address_footer{
    list-style: none;
    padding-left: 0;
}
.address_footer li{
    display: flex;
    align-items: start;
    gap: 1.5rem;
    font-size: 14px;
    color: var(--bs-white);
    margin-bottom: 8px;
	font-weight: 600;
}
.address_footer   span{
   display: inline-block;
   margin-bottom:1.5rem;
   margin-left: 3rem;
   font-weight: 500;

}
.address_footer   span a{
    text-decoration: underline;
    color: var(--bs-white);
	font-weight: 600;
}

.address_footer p a{
	color: var(--bs-white);
	font-weight: 600;
}
.address_footer li img{
    margin-top: 3px;
}
footer h5{
    color: var(--bs-white);
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 1.5rem;
}
.service-ul, .social-footer{
    list-style: none;
    padding-left: 0;
}
.service-ul{
    columns: 2;
  -webkit-columns: 2;
  -moz-columns:2;
}
.service-ul li{
    font-size: 14px;
    color: var(--bs-white);
    margin-bottom: 8px;
}
.social-footer {
    display: flex;
    gap: 1rem;
}
.social-footer li img{
    height: 18px;
}
.social-footer li a{
    border: 1px solid var(--bs-white);
    width: 36px;
    height: 36px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
}
.social-footer li a:hover{
    background: var(--bs-white);
}
.social-footer li a:hover img{
    filter: brightness(0) saturate(100%) invert(10%) sepia(59%) saturate(4740%) hue-rotate(310deg) brightness(88%) contrast(97%); /* Filter to achieve #511D4B */

}

/* responsive */
@media(min-width:1200px){
	.testi-slider .swiper-slide{
		opacity:0.4;
		transition:all 0.5s;
	}
	.testi-slider{
     padding: 3rem 0;
    padding-top: 5rem;
	}
	.testi-slider .swiper-slide-next { 
    transform: scale(1.2);
    z-index: 99;
    cursor: pointer;
    opacity: 1;
    margin-top: -1rem;
	
}
	.swiper-slide-next .client-says{
		box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	}
	.swiper-slide-next .client-says .client-icon{
		display:block;
	}
		
}
@media (min-width:992px) and  (max-width:1400px)  {
	#menu-header-menu li {
    padding: 7px 10px !important;
}
}
.m_mobile{
	display:none;
}

@media (max-width:991px) {
    .p-show ,.m_mobile{
        display: block;
    }
	.m_mobile{
		position:absolute;
		left:0;
	top: 26px;
        background: var(--dark);
        color: var(--bs-white) !important;
        padding: 0.7rem 1.2rem !important;
        border-radius: 4px;
        margin-left: 10px;
        transition: all 0.5s;
	}
	.m_mobile img{
		padding-right:4px;
		filter: brightness(0) invert(1);
	}
	.m_mobile:hover{
		    background: var(--green);
	}

    .p-hide {
        display: none;
    }
    header .navbar {
        padding: 15px 0;
    }
    .navbar-brand img{
        height: 110px;
		    margin-top: 1rem;
    }
	.navbar-toggler{
		    position: absolute;
    right: 2rem;
    top: 2.5rem;
	}
    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
        background-image: url(../images/cross.svg) !important;
        transition: all 0.0s !important;
    }
    .navbar-toggler{
        box-shadow: none !important;
    }
    .navbar-toggler-icon{
        width: 2em;
        height: 2em;
    }
    #navbarSupportedContent {
        position: fixed;
        top: -4px;
        left: 0px;
        width: 80%;
        box-shadow: 0 0 50px rgb(24 24 24 / 20%);
        -webkit-box-shadow: 0 0 50px rgb(24 24 24 / 20%);
        -moz-box-shadow: 0 0 50px rgb(24 24 24 / 20%);
        height: 100%;
        z-index: 999;
        transition: 0.0s ease-in-out !important;
        transition: 2.0s ease !important;
        transform: translateX(-35ch);
        transition-property: transform !important;
        transition-duration: 0.2s !important;
        transition-delay: 0.01s !important;
        background: var(--light);
        padding-left: 1rem;
        padding-top: 5rem;
    }
    .navbar-expand-lg .navbar-collapse.show {
        transform: translateX(0ch) !important;
    }
    header .btn_header{
        width: 130px;
        margin-left: 0;
    }
    header .navbar-expand-lg .navbar-nav {
        gap: 1.5rem;
    }
    header .navbar-nav.ms-auto {
   margin-top: 1.5rem;
    }
	.navbar-brand.p-show{
		    margin: 0 auto;
	}
}

@media (max-width:767px) {
    .home-banner{ 
    padding-top: 10rem;
        margin-top: -7rem;
    }
    .home-banner .banner-text{
       margin-left: 0;
       text-align: center;
    }
    .home-banner h1{
        font-size: 2.8rem;
    }
    .home-banner h3{
        font-size: 2rem;
    }
    .book-div {
        margin-top: -12rem;
    }
    .dots_img{
        margin-top: 1.5rem;
    z-index: -1;
    position: relative;
    }
    .c-heading{
        font-size: 2.6rem;
    }
    .service_sec::after{
        z-index: -1;
    }
    .client-says .client-icon{
        display: block;
    }
    .swiper-slide .client-says{
    background: var(--light);
    }
    .swiper-slide .client-says  .client-icon{
        background: var(--light);
    }
    .swiper-button-prev{
        left: 30%;
        transform: translateX(-100%);
    }
    .swiper-button-next{
        left: 70%;
        transform: translateX(0);
    }
	
}

/* physiotherapy css */
.banner2{
	    padding-top: 13rem;
}
.normal_p p, .service2 .service_content p{
	font-weight:400;
	font-size:16px;
}
.why-sec2{
	background:url('https://carematehomecare.com/wp-content/uploads/2025/05/Group-4395.webp') center center / cover no-repeat
}
.service2 .service_content{
	padding:20px;
	text-align:left; 
}
 
.service2 .service_div {
	height:100%;
}
.service2 .service_content h5{
  padding:0;
	text-align:left;
	padding:10px 0;
	font-weight: 700;
}
.service_div:hover p {
    color: var(--bs-white);
}
.service2:after{
	display:none;
}
.flex_btn{
	display:flex;
	gap:2rem;
	justify-content:center;
	align-items:center;
}

.green_btn{
	    background: var(--green);
}
.green_btn:hover{
	    background: var(--dark);
}
.contact_service h2{
	color:var(--green);
	font-weight:300;
	font-size:4rem;
	text-align:center;
	    line-height: 60px;
}
@media(max-width:767px){
	.contact_service h2 {  
    font-size: 3rem; 
    line-height: 50px;
		margin-top:-2rem;
}
}

@media (min-width:992px) and  (max-width:1600px)  {
	.home-banner{margin-top:0rem;
	 background: url(../images/banner-img2.webp) top center / cover no-repeat;
	}
	header{position: relative}
	header::after{background: url(../images/header_curve.webp);
		position: absolute;
        width: 20rem;
        content: '';
        left: 0;
        right: 0;
        height: 7rem;
        bottom: -7rem;
        margin: auto;
        background-size: cover;}
	
	.p-hide img {
    margin-bottom: -9rem;
    height: 130px;
    margin-left: 32px;
}
}




