:root {
--slaney-green: #1B9B4C;
--slaney-blue: #1B4E9B;
--dark-shade: #424242;
}
body {
font-family: "Noto Sans", sans-serif !important;
background-color: white;
font-weight: 500 !important;
}
.text-green {
color: var(--slaney-green);
}
.text-blue {
color: var(--slaney-blue);
}
.text-shade {
color: var(--dark-shade);
}
.bg-green {
background-color: var(--slaney-green);
}
.bg-blue {
background-color: var(--slaney-blue);
}
.bg-custom-gray {
background-color: #F0F2F3;
}
.bg-gray-custom {
background-color: #F9F9F9;
}
a:hover {
color: #15803d;
}
.contact-bg {
background: linear-gradient(45deg, #E9E9E9, #F7F6F6);
} p {
font-size: 16px;
font-weight: 400;
}
.rounded-40 {
border-radius: 40px;
}
#dropdown {
background-color: rgb(255 255 255 / 70%);
border: 1px solid rgba(0, 0, 0, 0.2);
backdrop-filter: blur(10px);
}
#dropdown li:hover {
background-color: rgba(27, 78, 155, 0.1) !important;
}
#dropdown li {
border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
#dropdown li:hover a {
color: #263238;
}
#dropdown li:last-child {
border-bottom: 0px solid rgba(0, 0, 0, 0.2);
}
input,
textarea {
outline: 0px !important;
}
@keyframes scroll {
0% {
transform: translateX(70%);
}
100% {
transform: translatex(-70%);
}
}
.banner{
background-image:url(https://slaneyhealthcare.com/wp-content/uploads/2025/10/slaney-banner.png);
height: 100vh;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.grid-blog-thumb {
height: 300px;
border-radius: 40px;
}
.grid-blog-thumb img {
border-radius: 40px;
}
.blog-short-content
{
font-size: 16px;
font-weight: 400;
color: #424242;
text-align: justify;
line-height: 30px;
height: 100px;
overflow: hidden;
}
.blog-title a {
font-size: 18px;
color: black !important;
}
.blog-more-link {
background: transparent !important;
color: black !important;
clear: both;
display: inline-block;
padding: 8px 28px;
font-size: 16px;
text-decoration: none !important;
border: 1px solid black;
border-radius: 100px;
}
.blog-more-link:hover {
color: #15803d !important;
border: 1px solid #15803d;
}
.gallery-left {
animation: scroll 14s linear infinite;
display: flex;
align-items: center;
justify-content: center;
gap: 30px;
}
.pointers h6 {
color: var(--slaney-blue);
font-size: 18px;
font-weight: 600;
margin-bottom: 14px;
margin: 20px 0px;
}
.pointers li {
color: var(--dark-shade);
font-size: 16px;
display: flex;
align-items: center;
gap: 6px;
margin-bottom: 10px;
}
.pointers li::before {
content: "";
background: url(//slaneyhealthcare.com/wp-content/themes/twenty-twenty-five-child/assets/vectors/right-arrow.svg);
display: block;
width: 20px;
height: 20px;
background-size: cover;
min-width: 20px;
}
.arm {
position: absolute;
left: 50%;
top: 50%;
width: 150px;
height: 1px; }
.box {
position: relative;
width: 150px;
height: 150px;
left: 140px;
top: 150px;
font-size: 22px;
color: #fff;
line-height: 100px;
text-align: center; } .banner-circle.relative {
height: 60vh; }
.products-rotate {
position: absolute;
height: 800px;
border: 220px solid white;
border-radius: 1000px;
width: 800px;
right: -40%;
bottom: -50%;
}
.footer ul li {
line-height: 0px;
}
.footer ul li a {
font-weight: 400;
}
.submit-section p {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
h6 {
text-transform: capitalize;
} @media (min-width: 1024px) and (max-width: 1024px) {
.container {
padding: 0 20px;
}
}
@media (max-width: 1024px) {
.products-rotate {
right: -60% !important;
bottom: -44% !important;
}
@keyframes scroll {
0% {
transform: translateX(150%);
}
100% {
transform: translatex(-150%);
}
}
}
@media (max-width: 768px) {
.contact-content iframe{
height: 550px;
}
#dropdown {
transform: translate3d(30px, 236px, 0px) !important;
}
#dropdown ul {
margin: 0 !important;
}
#mega-menu ul {
margin-top: 30px;
}
@keyframes scroll {
0% {
transform: translateX(210%);
}
100% {
transform: translatex(-210%);
}
}
#mega-menu li {
margin: 6px 0px;
border-bottom: 1px solid #00000017;
padding-bottom: 10px;
}
.container {
padding: 0 20px;
}
.products-rotate {
right: -1% !important;
}
}
@media (max-width: 500px) {
#dropdown {
transform: translate3d(20px, 226px, 0px) !important;
}
@keyframes scroll {
0% {
transform: translateX(450%);
}
100% {
transform: translatex(-450%);
}
}
.products-rotate {
bottom: -30% !important;
right: -100% !important;
}
}
.hide {
display: none;
}
.location-dropdown {
display: flex;
gap: 10px;
}
.location-dropdown select {
border: 0;
border-radius: 6px;
padding: 14px 24px;
font-size: 14px;
color: #424242;
}
.location-dropdown {
display: flex;
gap: 10px;
}
.location-dropdown select {
border: 0;
border-radius: 6px;
padding: 14px 24px;
font-size: 14px;
color: #424242;
}
.pagination ul {
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
margin: 20px;
}
.pagination ul li {
font-size: 16px;
background: rgb(234 234 234 / 29%) !important;
width: 50px;
height: 50px;
display: flex;
justify-content: center;
align-items: center;
border-radius: 10px;
color: #004584 !important;
}
.pagination ul li:hover {
cursor: pointer;
}
.cap p {
display: flex;
align-items: center;
gap: 6px;
}
.cap span input {
border: 1px solid #cacaca;
outline: 0;
border-radius: 6px;
}
.features-list div:nth-child(2) img {
height: 2.3rem;
}
#dropdownHoverButton:after {
content: "";
margin-left: 4px;
background-image: url(//slaneyhealthcare.com/wp-content/themes/twenty-twenty-five-child/assets/images/down.svg);
width: 20px;
height: 20px;
background-size: cover;
display: block;
}
#dropdownHoverButton{
display: flex;
align-items: center;
}
.headers li {
display: flex;
align-items: center;
}
.wpcf7-not-valid-tip {
font-size: 14px !important;
padding-left: 16px;
padding-top: 4px;
}
.pagination .disable {
pointer-events: none;
opacity: 0.5;
}
.pagination .active {
background: #31538f !important;
color: white !important;
}
.wpcf7 form .wpcf7-response-output {
font-size: 14px;
text-align: center;
}
.loader img {
margin: 30px auto;
width: 50px;
}
.indication strong{
font-weight: 800;
font-size: 0.875rem;
line-height: 1.25rem;
margin-bottom: 20px;
}
.indication ul{
margin-top:3px;
}
.searchPopup #myPopup {
left: unset;
}
.popuptext {
display: none;
width: 30%;
color: #fff;
text-align: center;
border-radius: 30px;
padding: 0px;
position: absolute;
z-index: 1;
top: 60px;
left: auto;
right: 0;
bottom: auto;
}
#searchform input {
display: initial;
width: 97%;
height: 50px;
background: #FFFFFF;
border-radius: 30px;
font-size: 14px;
color: #535353;
border: 1px solid #ccc;
padding: 0px 20px;
outline: 0px !important;
}
#searchform {
display: flex;
align-items: center;
justify-content: center;
}
.search-result-page {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
min-height: 50vh;
}
.search-result-page a {
color: #0059ac;
}
.broucher-form input, .broucher-form textarea {
border: 1px solid #ebebeb;
}
.indication{
text-align:justify;
}
.banner-circle p{
color:#000;
display:none;
line-height:18px;
font-size:14px;
}
.banner-circle .box:hover p{
display:block;
scale: 0.6;
}  .product-header {
background: linear-gradient(135deg, #2c5aa0 0%, #1e3a6e 100%);
color: white;
padding: 50px 40px;
border-radius: 12px;
box-shadow: 0 10px 30px rgba(0,0,0,0.15);
margin-bottom: 40px;
}
.product-title {
font-size: 2.5rem;
font-weight: 700;
margin-bottom: 10px;
}
.product-subtitle {
font-size: 1.2rem;
font-weight: 400;
opacity: 0.9;
margin-bottom: 20px;
}
.product-tagline {
font-size: 1.4rem;
font-weight: 500;
padding: 15px 0;
border-top: 2px solid rgba(255,255,255,0.3);
border-bottom: 2px solid rgba(255,255,255,0.3);
margin-top: 20px;
} .content-section {
background: white;
padding: 40px;
border-radius: 12px;
box-shadow: 0 5px 20px rgba(0,0,0,0.08);
margin-bottom: 30px;
}
.section-title {
font-size: 1.8rem;
color: #2c5aa0;
margin-bottom: 20px;
padding-bottom: 10px;
border-bottom: 3px solid #2c5aa0;
}
.intro-text {
font-size: 1.1rem;
line-height: 1.8;
color: #555;
margin-bottom: 30px;
} .feature-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 25px;
margin: 30px 0;
}
.feature-card {
background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
padding: 25px;
border-radius: 10px;
border-left: 4px solid #2c5aa0;
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.feature-card:hover {
transform: translateY(-5px);
box-shadow: 0 8px 20px rgba(44, 90, 160, 0.15);
}
.feature-card h3 {
color: #2c5aa0;
font-size: 1.2rem;
margin-bottom: 10px;
}
.feature-card p {
color: #666;
font-size: 0.95rem;
line-height: 1.6;
} .benefits-list {
list-style: none;
padding: 0;
}
.benefits-list li {
padding: 15px 20px;
margin-bottom: 12px;
background: #f8f9fa;
border-left: 4px solid #28a745;
border-radius: 6px;
font-size: 1.05rem;
transition: all 0.3s ease;
}
.benefits-list li:hover {
background: #e9f7ef;
transform: translateX(5px);
} .applications {
display: flex;
flex-wrap: wrap;
gap: 15px;
margin-top: 20px;
}
.app-tag {
background: #2c5aa0;
color: white;
padding: 12px 24px;
border-radius: 25px;
font-weight: 500;
font-size: 1rem;
} .cta-section {
background: linear-gradient(135deg, #28a745 0%, #1e7e34 100%);
color: white;
padding: 40px;
border-radius: 12px;
text-align: center;
box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}
.cta-section h2 {
font-size: 2rem;
margin-bottom: 15px;
}
.cta-section p {
font-size: 1.1rem;
opacity: 0.95;
} @media (max-width: 768px) {
.product-title {
font-size: 1.8rem;
}
.product-tagline {
font-size: 1.1rem;
}
.content-section {
padding: 25px;
}
.feature-grid {
grid-template-columns: 1fr;
}
.product-header {
padding: 30px 20px;
}
.section-title {
font-size: 1.5rem;
}