/*
Theme Name: Elite Physiotherapy
Theme URI: 
Author: 
Author URI: 
Description: 
Text Domain: 

*/

@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=devanagari,latin-ext');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&display=swap');

/******* Common Element CSS Start ******/
:root {
    --primary-color: #1b75ba;
    --primary-dark-color: #0e60a2;
    --green-color: #8ac43f;
    --green-dark-color: #71a52f;
    --secondary-color: #3671a0;
    --page-bg-color: rgb(244, 244, 244);
    --white: #ffffff;
    --dark: #2b2b2b;
    --darker: #1c1c1c;
}

.blur {
-webkit-backdrop-filter: blur(4px);
backdrop-filter: blur(4px);
}

body {
  font-family: 'Inter', sans-serif;
  color: #333;
}

p {
  font-size: 16px;
}

b, strong {
font-weight: 600;
}

a {
color: var(--primary-color);
text-decoration: none;
}

.smaller {
    font-size: .775em;
}

.sticky {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 999;
}

.main-navbar {
position: fixed;
top: 0;
right: 0;
left: 0;
z-index: 1030;
padding: 15px 0px;
background: rgba(0, 0, 0, 0.15);
-webkit-backdrop-filter: blur(4px);
backdrop-filter: blur(4px);
}

.main-navbar.scrolled {
background: rgba(255, 255, 255, 1)!important;
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
-webkit-backdrop-filter: blur(4px);
backdrop-filter: blur(4px);
}

.main-navbar.scrolled .nav-item.non-button a {
color: #000!important;
}

.main-navbar.scrolled .custom-dropdown-menu .dropdown-item:hover {
color: #fff!important;
}

.navbar-toggler {
color: var(--green-color);
font-size: 40px;
}


.main-background { background: #fff; }

header {
  position: relative;
  background-color: black;
  width: 100%;
  overflow: hidden;
  background: no-repeat center / cover;
}

header#home {
  position: relative;
  background-color: black;
  width: 100%;
  overflow: hidden;
  background: no-repeat center / cover;
}


.header-step-one,
.header-step-two {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 150px;
  z-index: 3;
}

.header-step-one {
  background: #fff;
  clip-path: polygon(0 100%, 0 50%, 35% 70%, 100% 40%, 100% 100%);
}

.header-step-two {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 150px;
  z-index: 3;
  
  /* Base colour */
  background-color: var(--green-color);
  opacity: 1;

  /* Angled shape */
  clip-path: polygon(0 100%, 0 55%, 35% 75%, 100% 45%, 100% 100%);

  /* Nice gradient + subtle dots */
  background-image:
    radial-gradient(rgba(255, 255, 255, 0.6) 2px, transparent 1px),
    linear-gradient(135deg, var(--green-color), var(--green-color));
  background-size: 12px 12px, 100% 100%;
  background-blend-mode: soft-light, normal;
}








header h5 {
    font-size: 44px;
    font-weight: 800;
    font-family: 'Poppins', sans-serif;
    color: transparent;
    -webkit-text-stroke: 1px #fff;

    display: inline-block;
    overflow: hidden;
    position: relative;
    transform-origin: center;

    /* Adjust line height or padding */
    line-height: 1.2; /* gives extra vertical space */
    padding-bottom: 5px;

    /*animation: type-center 4s steps(40, end) forwards;*/
}


@keyframes type-center {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}



header h1 {
font-weight: 800!important;
font-size: 44px;
text-shadow: #fff 0px 0px 1px;
}

header h1 span {
background: rgba(249, 0, 0, 0.5);
padding: 0px 5px;
}

header p {
font-weight: 300;
font-size: 18px;
}

header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

header#home .container {
  position: relative;
  z-index: 2;
  padding: 180px 20px 150px 20px;
}

header .container {
  position: relative;
  z-index: 2;
  padding: 150px 20px 100px 20px;
}

header .container b {
text-decoration: underline;
text-decoration-color: #ed3529;
text-underline-offset: 0.2em;
text-decoration-thickness: 3px;
}

header#home .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: radial-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5));
  z-index: 1;
}

header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: radial-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.5));
  z-index: 1;
}


.nav-item.non-button {
color: #fff;
font-size: 15px;
padding: 10px 5px;
margin: 0px 4px;
font-weight: 500;
}

.nav-item.non-button.dropdown:hover {
color: #fff;box-shadow: inset 0 0px 0 var(--primary-color);
}

.nav-item.non-button a {
color: #fff;
}

.nav-item.button {
color: #fff;
font-size: 15px;
padding: 10px 30px;
background: var(--green-color);
margin-left: 15px;
border-radius: 0px;
font-weight: 500;
cursor: pointer;
transform: skew(-20deg);
  transition: border-color 0.4s ease; /* animate border color */
}

.nav-item.button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: var(--green-dark-color);
  z-index: -1;
  transition: width 0.4s ease;
}

.nav-item.button:hover::before {
  width: 100%;
}

.nav-item.button:hover {
  border-color: var(--green-dark-color);
  color: #fff!important;
}

.nav-item.button span {
    display: inline-block;
    transform: skew(21deg);
}

.nav-item.button a {
color: #fff;
}

.black-outline-btn {
  position: relative;
  display: inline-block;
  background: var(--primary-color);
  color: #fff;
  border: 2px solid var(--primary-color);
  padding: 15px 40px;
  border-radius: 0;
  font-weight: 500;
  transform: skew(-20deg);
  overflow: hidden;
  z-index: 1;
  transition: border-color 0.4s ease; /* animate border color */
}

.black-outline-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: var(--primary-dark-color);
  z-index: -1;
  transition: width 0.4s ease;
}

.black-outline-btn:hover::before {
  width: 100%;
}

.black-outline-btn:hover {
  border-color: var(--primary-dark-color);
  color: #fff!important;
}

.black-outline-btn span {
    display: inline-block;
    transform: skew(21deg);
}

.primary-normal-btn {
  position: relative;
  display: inline-block;
  background: var(--primary-color);
  color: #fff;
  border: 2px solid var(--primary-color);
  padding: 15px 40px;
  border-radius: 0;
  font-weight: 500;
  overflow: hidden;
  z-index: 1;
  border-radius: 4px;
}

.primary-normal-btn:hover {
  background: var(--primary-dark-color);
  color: #fff;
  border: 2px solid var(--primary-dark-color);
}

.secondary-normal-btn {
  position: relative;
  display: inline-block;
  background: var(--green-color);
  color: #fff;
  border: 2px solid var(--green-color);
  padding: 15px 40px;
  border-radius: 0;
  font-weight: 500;
  overflow: hidden;
  z-index: 1;
  border-radius: 4px;
}

.secondary-normal-btn:hover {
  background: var(--green-dark-color);
  color: #fff;
  border: 2px solid var(--green-dark-color);
}

.secondary-btn {
  position: relative;
  display: inline-block;
  background: var(--green-color);
  color: #fff;
  border: 2px solid var(--green-color);
  padding: 15px 40px;
  border-radius: 0;
  font-weight: 500;
  transform: skew(-20deg);
  overflow: hidden;
  z-index: 1;
  transition: border-color 0.4s ease; /* animate border color */
}

.secondary-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: var(--green-dark-color);
  z-index: -1;
  transition: width 0.4s ease;
}

.secondary-btn:hover::before {
  width: 100%;
}


.secondary-btn:hover {
  border-color: var(--green-dark-color);
  color: #fff!important;
}



.secondary-btn span {
    display: inline-block;
    transform: skew(21deg);
}

.has-icon-block {
padding: 15px 5px 15px 20px!important;
border-radius: 4px!important;
}

.btn-icon {
padding: 10px 15px;
border-radius: 4px;
margin-left: 10px;
}

.btn-icon.orange {
color: #fff;
background: var(--green-dark-color);
}

.btn-icon.primary {
color: #fff;
background: var(--primary-dark-color);
}

.btn-icon.white {
color: #333;
background: #fff;
}

.btn-icon.dark {
color: #fff;
background: #333;
}

.btn-icon.light {
color: #333;
background: #ececec;
}


.primary-btn:hover {
background: #000;
color: #fff;
border: 2px solid #000;
}

.primary-btn {
background: var(--primary-color);
color: #fff;
border: 2px solid var(--primary-color);
padding: 15px 40px;
border-radius: 4px;
font-weight: 500;
}

.primary-btn:hover {
background: #000;
color: #fff;
border: 2px solid #000;
}

.white-btn {
background: #fff;
color: #000;
border: 2px solid #fff;
padding: 15px 40px;
border-radius: 0px;
font-weight: 500;
transform: skew(-20deg);
}

.white-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: var(--primary-color);
  z-index: -1;
  transition: width 0.4s ease;
}

.white-btn:hover::before {
  width: 100%;
}

.white-btn:hover {
  border-color: var(--primary-color);
  color: #fff;
}

.white-btn span {
    display: inline-block;
    transform: skew(21deg);
}

.white-btn-outline {
background: rgba(255, 255, 255, 0.1);
color: #fff;
border: 2px solid #fff;
padding: 15px 30px;
border-radius: 0px;
font-weight: 500;
}

.nav-item.custom-dropdown > .nav-link {
display: flex;
align-items: center;
gap: 5px;
}

.nav-item.non-button.custom-dropdown:hover {
color: #fff;
box-shadow: none;
}

.nav-item.custom-dropdown > .nav-link::after {
  content: '\F282'; /* Bootstrap down arrow icon */
  font-family: 'bootstrap-icons';
  font-size: 0.8em; /* Adjust size if necessary */
  line-height: 1; /* Ensure consistent line height */
  margin-left: 2px; /* Minimal left margin */
  display: inline-block;
  transition: transform 0.3s ease;
  vertical-align: middle; /* Align with text */
}


/* Rotate arrow when hovered */
.nav-item.custom-dropdown:hover .nav-link::after {
  transform: rotate(180deg);
}

/* Custom dropdown styling */
.custom-dropdown {
  position: relative;
}

.custom-dropdown-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 250px;
    padding: 10px;
    background: #fff;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 999;
}

.megamenu .nav-header {
color: #333;
font-weight: 600;
font-size: 16px;
margin-bottom: 10px;
margin-top: 10px;
opacity: 1;
margin-left: 5px;
text-transform: capitalize;
}

/* Show dropdown on hover */
.custom-dropdown:hover .custom-dropdown-menu {
  display: block;
  opacity: 1;
  visibility: visible;
}

.custom-dropdown:hover .megamenu {
  display: grid; /* Ensure grid display when visible */
}

/* Dropdown item styling */
.custom-dropdown-menu .dropdown-item {
    color: #333!important;
    font-size: 13px;
    font-weight: 400;
    padding: 18px 50px 18px 18px;
    text-decoration: none;
    display: block;
    transition: background 0.3s ease;
    background: #f4f4f4;
    margin-bottom: 4px;
    border-radius: 4px;
    position: relative;
}

.custom-dropdown-menu .dropdown-item:last-child {
margin-bottom: 0px;
}

.custom-dropdown-menu .dropdown-item:hover {
background: var(--green-color);
color: #fff!important;
}

.custom-dropdown-menu .dropdown-item.active {
background: var(--green-color);
color: #fff!important;
}




/**** Worked With ****/

.worked-with-float {
background: #333;
display: block;
padding: 10px 30px;
color: #fff;
font-weight: 500;
font-size: 12px;
position: absolute;
top: -20px;
text-align: center;
z-index: 1;
border-radius: 100px 10px;
font-style: oblique;
}

.worked-slider { margin-top:10px; }

.worked-with {
padding: 30px 20px;
background: #fff;
box-shadow: rgba(149, 157, 165, 0.12) 0px 8px 24px;
position: relative;
}

.worked-with .worked-logo {
  display: block;
  margin: 2px 10px;
  height: 80px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  /*filter: grayscale(1);*/
}

.worked-with .slick-current {
filter: grayscale(0);
}



/**** Content Section ****/
.content-section {
padding: 50px 20px;
position: relative;
}

.content-section:nth-child(odd) {

}

.bg-primary-color {
background: var(--primary-color);
color: #fff;
}

.bg-light-blue {
background: rgb(27 117 186 / 5%);
}

.bg-light-dark {
background: rgba(0, 0, 0, 0.04);
}

.content-section h6 {
font-size: 18px;
color: var(--primary-color);
opacity: 0.6;
margin-bottom: 15px;
font-weight: 500;
font-style: oblique;
text-shadow: var(--primary-color) 0px 0px 30px;
}

.content-section h2 {
font-weight: 700;
font-size: 30px;
margin-bottom: 15px;
}

.content-section h2 span {
color: var(--green-color);
}

.content-section p {
font-weight: 300;
font-size: 16px;
line-height: 24px;
}

.content-section p:last-child {
margin-bottom: 0px;
}

.content-section .read-more {
color: #000;
font-weight: 500;
text-decoration: none;
}

.content-section .read-more:hover {
color: #000;
}

.header-image-block {
padding-top: 60%;
background: no-repeat center center / contain;
position: relative;
}

.image-block {
padding-top: 60%;
background: no-repeat center center / cover;
position: relative;
border-radius: 8px;
box-shadow: rgba(149, 157, 165, 0.12) 0px 8px 24px;
}

.image-block.img-80 {
padding-top: 80%;
}

.image-block.img-90 {
padding-top: 90%;
}

.sticky {
  position: sticky;
  top: 125px;
}



.service-block {
background: #fff;
padding: 20px 20px;
height: 100%;
border-radius: 8px;
box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.04);
}

.service-block h4 {
font-size: 20px;
font-weight: 600;
}

.service-block p {
font-weight: 300;
font-size: 14px;
line-height: 24px;
}

.service-block p:last-child {
margin-bottom: 0px;
}

.service-block .service-block-image {
background-position: center;
padding-top: 55%;
background-size: cover;
border-radius: 8px;
position: relative;
margin-bottom: 20px;
box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.04);
}

.content-section .image {
width: 100px;
height: 100px;
padding: 10px;
margin-bottom: 5px;
}

.content-section h5 {
text-transform: capitalize;
font-weight: 600;
margin-bottom: 20px;
margin-top: 20px;
}

.block-color {
background: rgba(135, 198, 34, 1);
border-radius: 80% 20% 49% 51% / 35% 8% 92% 65%;
}

.block-color.block-color-fade {
background: rgba(135, 198, 34, 0.2);
}

.block-color-left {
background: rgba(12, 113, 195, 0.1);
border-radius: 80% 20% 49% 51% / 35% 92% 8% 65%;
}

.review-block {
padding: 20px;
background: #f5f5f5;
border-radius: 8px;
box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.04);
text-align: center;
height: 100%;
}

.review-block p {
font-weight: 300;
font-size: 16px;
line-height: 24px;
font-style: italic;
}

.review-block h5 {
text-transform: capitalize;
font-weight: 600;
margin-bottom: 5px;
margin-top: 20px;
font-size: 16px;
}

.review-block h6 {
text-transform: capitalize;
font-weight: 400;
margin-bottom: 0px;
font-size: 14px;
color: #000;
text-shadow: none;
font-style: normal;
}

.review-block .stars {
margin-bottom: 15px;
color: rgb(241, 202, 0);
}



.dropdown-menu {
z-index: 1000;
min-width: 300px;
padding: 10px 10px 5px 10px;
margin: 0;
font-size: 1rem;
color: #212529;
text-align: left;
list-style: none;
background-color: rgba(0, 0, 0, 0.89);
background-clip: padding-box;
border: 1px solid rgba(0,0,0,.15);
border-radius: 0px;
top: 87px!important;
}

 .dropdown-item:hover {
color: #1e2125;
background-color: rgba(255, 255, 255, 0.1);
}

 .dropdown-item {
color: #fff;
padding: 10px;
margin-bottom: 5px;
}




/*** Newsletter ****/

.newsletter-section {
padding: 80px 20px;
background: linear-gradient(#0c71c3, rgb(0, 63, 161));
color: #fff;

}

.newsletter-section .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 1.5rem + 2px);
    padding: .75rem 1.25rem;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #696973;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d5d5dc;
    border-radius: .375rem;
    box-shadow: none;
    transition: all .3s ease;
}

.newsletter-section .btn-dark {
    color: #fff;
    background-color: #ff801f;
    border-color: #ff801f;
}

.newsletter-section .btn {
    display: inline-block;
    font-weight: 500;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #ff801f;
    border: 1px solid transparent;
    padding: .75rem 1.75rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .375rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

/**** Footer ****/

.footer-top {
 background-color: #0f0f0f;
}

.footer-bottom { background: #000; }

.footer-content {
font-size: 14px;
color: rgba(255, 255, 255, 0.78);
margin-bottom: 0px;
}

.footer-link-text a {
color: #fff;
text-transform: uppercase;
text-decoration: none;
font-weight: 600;
}

.footer-link-text a:hover { color: var(--primary-color); }

.footer-social-link {
padding: 15px;
background: rgb(68, 68, 68);
border-radius: 2px;
font-size: 14px;
color: #fff;
margin: 0px 10px;
text-decoration: none;
}

.footer-social-link:hover { background: var(--primary-color); color: #fff; }

.developed-by-text {
font-size: 12px;
font-weight: 400;
margin-bottom: 0px;
color: rgba(255, 255, 255, 0.53);
}

/**** Service Section ****/

.service-item {
  padding-top: 75%;
  position: relative;
  border-radius: 8px;
  overflow: hidden; /* important */
  cursor: pointer;
  box-shadow: rgba(149, 157, 165, 0.12) 0px 12px 30px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin: 0px 8px;
}

/* Background image layer */
.service-item::before {
  content: '';
  position: absolute;
  inset: 0;
  background: inherit; /* takes the background-image from inline style */
  background-size: cover;
  background-position: center;
  transition: transform 0.6s ease; /* smooth zoom */
  z-index: 0;
}

/* Zoom on hover */
.service-item:hover::before {
  transform: scale(1.2); /* adjust zoom strength */
}

/* Gradient overlay (stays normal) */
.service-item::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, #000000cf 40%, transparent 70%);
  border-radius: 8px;
  z-index: 1;
  transition: background 0.3s ease;
}

.service-item .info {
  position: absolute;
  bottom: 16px;
  left: 0;
  padding: 5px 15px; /* NEW */
  width: 100%;      /* NEW */
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  z-index: 2;
}

.service-item .info span.title {
    margin-bottom: 5px;
    display: block;
  font-size: 20px;
}

.service-item .info p {
font-size: 14px;
line-height: 18px;
margin-bottom: 10px;
}

.service-item .info .view-more {
font-size: 14px;
line-height: 18px;
color: var(--green-color);
}


.service-item .icon-block {
display: -webkit-box;
font-size: 40px;
}

.service-item .info.middle .icon-block {
display: block;
}


/**** Location Items ****/

/**** Service Section ****/

.location-item {
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
    position: relative; /* necessary for absolute positioning of icon */
    height: 100%;
}

.location-icon {
    background: var(--primary-color);
    width: 50px;   /* equal width and height for a circle */
    height: 50px;
    border-radius: 50%; /* makes it a circle */
    font-size: 20px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center; /* center icon inside circle */
    position: absolute;
    top: -25px; /* adjust vertical position above box */
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 4px 12px rgba(0,0,0,0.05); /* optional floating effect */
}

.location-icon.green {
    background: var(--green-color);
}


.location-itemmap {
margin-bottom: 20px;
}

.location-itemmap iframe {
    border-radius: 8px;
    display: block;
    position: relative;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
    filter: grayscale(1);
}


.location-item p {
font-size: 16px;
}

.location-item-image {
width: 100%;
aspect-ratio: 6 / 3;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
border-radius: 4px;
margin-bottom: 15px;
position: relative;
}


.slick-slide::before,
.slick-slide::after {
  background-image: inherit !important;
}



.slick-prev:before, .slick-next:before {
  color: #09529b !important;
}

.slick-prev, .slick-next {
font-size: 0;
line-height: 0;
position: absolute;
top: 50%;
display: block;
width: 50px;
height: 50px;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
cursor: pointer;
color: #fff!important;
border: none;
outline: none;
background: var(--green-color);
z-index: 2;
border-radius: 100%;
}

.slick-prev:before {
  opacity: 1;
  color: #fff !important;
  content: "\279C";
  transform: rotate(180deg); /* Flip the arrow horizontally */
  display: inline-block;
}

.slick-next:before {
  opacity: 1;
  color: #fff !important;
  content: "\279C";
}


.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
color: #fff!important;
background: var(--green-color);
}


/**** Steps Items ****/

.steps-section {
padding-top: 30px;
}

.steps-item {
  padding: 55px 20px 20px 20px;
background: rgba(12, 113, 195, 0.02);
  border-radius: 10px;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%; 
  text-align: center;
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
border:2px solid var(--primary-color);
}

.steps-item h5 {
text-transform: capitalize;
}

.steps-item .steps-counter {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%); /* Centers the counter horizontally */
  font-size: 40px; /* Adjust this based on the font size of the number */
  width: 80px; /* Fixed width of the circle */
  height: 80px; /* Fixed height of the circle */
  border-radius: 50%; /* Makes it a circle */
  padding: 0px;
  background: var(--primary-color);
  color: #fff;
  display: flex;
  justify-content: center; /* Centers the number horizontally */
  align-items: center; /* Centers the number vertically */
  font-weight: bold; /* Optional: to make the number bold */
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

/**** Reviews ****/

.review-item {
padding: 50px 30px 30px 30px;
background: #fff;
border-radius: 8px;
position: relative;
}

.review-item .icon {
font-size: 100px;
position: absolute;
top: -70px;
left: -0px;
opacity: 0.1;
z-index: 1;
color: #333;
}

.review-item .stars {
color: rgb(241, 202, 0);
z-index: 2;
}

.review-item .stars i {
margin-right: 3px;
}

.review-item p {
font-size: 14px;
line-height: 18px;
font-style: italic;
}

.review-item .name {
font-weight: 500;
font-style: normal;
}

/**** Content ****/

.content-bg-img {
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}

.content-text-white h6, .content-text-white h3, .content-text-white h2, .content-text-white p {
color: #fff;
}



.calorie-calculator-box {
padding: 20px!important;
background: rgb(244, 244, 244);
border-radius: 10px;
}

.block-btn {
color: #fff;
font-size: 16px;
padding: 10px 20px;
background: var(--primary-color);
border: 2px solid var(--primary-color);
border-radius: 0px;
}

.block-btn:hover {
background: #000;
border: 2px solid #000;
}

.block-btn.green {
background: rgb(0, 152, 0)!important;
border: 2px solid rgb(0, 152, 0)!important;
}

[type=button], [type=reset], [type=submit], button {
-webkit-appearance: none;
display: -webkit-inline-box;
}

.calorie-calculator-results {
padding: 20px!important;
background: rgb(244, 244, 244);
border-radius: 10px;
text-align: center;
display: none;
}



.sidebar {
  height: 100%;
  width: 350px;
  display: none;
  background: #f6f6f6;
  position: fixed;
  z-index: 9999;
  transition: left 0.3s ease;
}

.sidebar.show {
    display: block;
  transition: left 0.3s ease;
}

.sidebar-header {
    padding: 20px 10px;
}


.close-sidebar {
    color: #333;
    position: relative;
    float: right;
    font-size: 50px;
    top: 1px;
    right: 8px;
}

.sidebar-content {
    padding: 20px 10px;
}

.sidebar-link {
    padding: 15px;
    background: #ebebeb;
    display: block;
    color: #333;
    margin-bottom: 5px;
    border-radius: 4px;
}

.sidebar-link.active {
    background: var(--primary-color);
    color: #fff;
}

.sidebar-link:hover {
    color: #333;
}

.sidebar-dropdown-content {
    margin-bottom: 0px;
    margin-top: 10px;
    list-style-type: circle;
    display: none;
}


.sidebar-dropdown-content.show {
display: block;
}

.sidebar-dropdown-link {
    color: #fff;
    font-size: 14px;
}

.sidebar-dropdown-link a {
  color: #fff;
}

.no-scroll {
  overflow: hidden;
}






/**** Lists *****/

.content-section .check-list-with-titles {
padding-left: 0px;
}

.content-section .check-list-with-titles li {
display: flex;
align-items: center;
margin-bottom: 15px;
font-weight: 300;
font-size: 16px;
line-height: 26px;
}

.content-section .check-list-with-titles li::before {
content: "\2713";
margin-right: 10px;
flex-shrink: 0;
color: var(--green-color);
display: flex;
align-items: center;
padding: 25px 25px;
border-radius: 8px;
background: #8ac43f30;
font-size: 30px;
box-shadow: rgba(149, 157, 165, 0.12) 0px 8px 24px;
}

.content-section .check-list-with-titles li p.title {
font-weight: 500;
font-size: 16px;
line-height: 24px;
margin-bottom: 2px;
text-transform: capitalize;
}

.content-section .check-list-with-titles li p.text {
font-weight: 300;
font-size: 14px;
line-height: 22px;
}

.content-section .chevron-icon-list {
padding-left: 0px;
}

.content-section .chevron-icon-list li {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
 font-weight: 300;
font-size: 16px;
line-height: 20px;
}

.content-section .chevron-icon-list li b {
  display: contents;
}

.content-section .chevron-icon-list li::before {
content: "\276F";
margin-right: 10px;
flex-shrink: 0;
color: #333;
display: flex;
align-items: center;
padding: 4px 12px;
border-radius: 8px;
background: rgba(0, 0, 0, 0.1);
font-size: 16px;
}


.primary-text {
color: var(--primary-color);
}

.section-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
    color: var(--green-color);
}

.section-title-center {
    display: flex;
    justify-content: center;
    align-items: center;
}


.section-title::before,
.section-title::after {
    content: "";
    width: 50px; /* control line length here */
    height: 4px;
    background: var(--green-color);
    border-radius: 4px; /* rounded ends */
}


.small-btn {
padding: 10px 30px;
font-size: 16px;
}

.section-bg {
  /* Base colour */
  background: var(--green-color);
  opacity: 1;

  /* Nice gradient + subtle dots */
  background-image:
    radial-gradient(rgba(255, 255, 255, 0.1) 4px, transparent 1px),
    linear-gradient(135deg, var(--green-color), var(--green-dark-color));
  background-size: 12px 12px, 100% 100%;
  background-blend-mode: soft-light, normal;
}

.content-section .small-tick-list {
padding-left: 0px;
}

.content-section .small-tick-list li {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
font-size: 16px;
line-height: 24px;
}

.content-section .small-tick-list li b {
  display: contents;
}

.content-section .small-tick-list li::before {
content: "\2713";
margin-right: 10px;
flex-shrink: 0;
color: #fff;
display: flex;
align-items: center;
padding: 4px 10px;
border-radius: 100%;
background: var(--green-color);
font-size: 16px;
}

/**** Navbar No Header ****/

.page-template-tpl-faqs .main-navbar,
.page-template-tpl-careers .main-navbar {
background: rgba(255, 255, 255, 1)!important;
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
-webkit-backdrop-filter: blur(4px);
backdrop-filter: blur(4px);
}

.page-template-tpl-faqs .main-navbar .nav-item.non-button a,
.page-template-tpl-careers .main-navbar .nav-item.non-button a {
color: #000!important;
}

.page-template-tpl-faqs .main-navbar .custom-dropdown-menu .dropdown-item:hover,
.page-template-tpl-careers .main-navbar .custom-dropdown-menu .dropdown-item:hover {
color: #fff!important;
}

header .container.overlap-header {
position: relative;
z-index: 1;
padding: 150px 20px 250px 20px;
}

.overlap-header {
position: relative;
margin-top: -150px;
z-index: 2;
}


/**** FAQs ****/

.content-section.no-header {
padding: 150px 20px 60px;
position: relative;
}


.content-section .content-accordion .accordion-item {
background-colour: transparent!important;
border: 0px solid rgba(0,0,0,.125);
}

.content-section .accordion-item {
background-color: transparent;
}

.content-section .content-accordion .accordion-item  h2 {
margin-bottom: 0px;
}

.content-section .content-accordion .accordion-item h2 span {
  color: #333;
}

.content-section .content-accordion h2 .accordion-button:hover span {
color: #fff;
}

.content-section .content-accordion h2 .accordion-button:not(.collapsed) span {
color: #fff;
}

.content-section .content-accordion .accordion-button {
border: 0px solid #f0f0f0;
padding: 15px;
font-weight: 400;
font-size: 16px;
line-height: 26px;
background: #fff;
border-radius: 4px;
margin-bottom: 5px;
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
display: block;
}

.content-section .content-accordion .accordion-button:not(.collapsed) {
background: var(--green-dark-color);
color: #fff;
}

.content-section .content-accordion .accordion-button:hover {
background: var(--green-dark-color);
color: #fff;
}

.content-section .content-accordion .accordion-body {
padding: 15px 15px 15px 15px;
font-size: 14px;
background: #fff;
margin-bottom: 10px;
border-radius: 8px;
}

.content-section .content-accordion .accordion-body p:last-child {
margin-bottom: 0px;
}

.content-section .content-accordion .extend-icon {
float: right;
font-size: 24px;
}


.arrow-bottom {
  position: relative;
}

.arrow-bottom::after {
content: '';
position: absolute;
bottom: -50px;
left: calc(50% - 50px);
width: 0;
height: 0;
border-left: 50px solid transparent;
border-right: 50px solid transparent;
border-top: 50px solid #fff;
z-index: 1;
}

.bg-light-blue.arrow-bottom::after {
  border-top: 50px solid rgb(27 117 186 / 5%);
}

.arrow-bottom-spacing {
  padding-top: 80px; /* adjust to suit the arrow size */
}





/**** MOBILE ****/

@media (min-width: 1200px) {
.container {
max-width: 1170px;
}
}


@media (max-width: 990px) {
}

@media(max-width: 767px) {


.footer { font-size: 14px; }
.footer .copyright-text { font-size: 12px; }

header .container {
padding: 200px 20px 100px 20px;
}

header h1 {
font-weight: 700!important;
font-size: 24px;
}
header p {
line-height: 22px;
font-size: 16px!important;
}


header h5 {
    font-size: 24px;
    font-weight: 900;
}

.secondary-btn {
  font-size: 16px;
    padding: 15px 30px;
    font-weight: 500;
}

.white-btn {
  font-size: 16px;
    padding: 15px 30px;
    font-weight: 500;
}

.content-section h2 {
font-size: 24px;
}

.service-page header h2 {
font-size: 28px!important;
}

.service-page header h1 {
    font-size: 20px!important;
}

.service-page .value-boxes .value-box h5 {
font-size: 18px !important;
}

.service-page .worked-with h4 {
    font-size: 24px;
}

.service-page .content-section h3 {
    font-size: 24px;
    margin-bottom: 30px;
}

.service-page .content-section .big-check-list li::before {
    padding: 10px 17px;
    font-size: 18px;
}


.content-section {
padding: 50px 10px;
position: relative;
}

.slick-prev {
left: 5px;
}

.slick-next {
right: 5px;
}

}
