.logo_size{
    max-width:100px;
    max-height: 65px!important;
}
.footer_logo{
  /* max-width:300px; */
    max-height: 150px!important; 
}
.footer-widgets-wrapper .single-footer-widget .widget-head{
  margin-bottom:15px;
}
.footer-widgets-wrapper{
  padding: 20px 60px;
}
.header-3 .mega-menu-wrapper{
        background: #ececec!important;
    /* border: 1px solid #090a0b; */
}
.header-main{
    padding:5px 0px;
    margin: 10px!important;    
}
.hero img{
   width:445px!important;
  height:520px!important;
  object-fit:cover;
  border-radius:20px;
  margin-top:50px;
}
.service_image img{
    max-height:200px;
}

.section-padding {
  padding: 40px 20px;
}
@media (max-width: 1199px) {
  .section-padding {
    padding: 50px 10px ;
  }
}
@media (max-width: 991px) {
  .section-padding {
    padding: 60px 10px;
  }
}
@media (max-width: 1199px) {
    .bread-content {
        padding: 20px 0 40px;
    }
}
.breadcrumb-section{
    padding: 20px 0;
    position: relative;
    overflow: hidden;
    text-align: center;
    background: linear-gradient(135deg,#92bb3f,#5fd3a4,#3e9cc7);
    background-size: 200% 200%;
    animation: gradientMove 5s ease infinite;
}

/* Gradient animation */
@keyframes gradientMove{
    0%{background-position:0% 50%;}
    50%{background-position:100% 50%;}
    100%{background-position:0% 50%;}
}
/* Right floating shape */
.breadcrumb-section::before{
    content:"";
    position:absolute;
    width:420px;
    height:420px;
    background: rgba(255,255,255,0.15);
    border-radius:50%;
    top:-120px;
    right:-120px;
    animation: floatShape 5s ease-in-out infinite;
}

/* Left floating shape */
.breadcrumb-section::after{
    content:"";
    position:absolute;
    width:320px;
    height:320px;
    background: rgba(255,255,255,0.10);
    border-radius:50%;
    bottom:-100px;
    left:-100px;
    animation: floatShape 5s ease-in-out infinite;
}

@keyframes floatShape{
    0%{transform:translateY(0px);}
    50%{transform:translateY(-30px);}
    100%{transform:translateY(0px);}
}
.breadcrumb-section h2{
    color:#fff;
    font-size:46px;
    font-weight:700;
    letter-spacing:0.5px;
    position:relative;
    z-index:2;
    text-align: center;
}

/* glow highlight */
.breadcrumb-section h2::after{
    content:"";
    position:absolute;
    width:160px;
    height:160px;
    background: radial-gradient(circle, rgba(255,255,255,0.25), transparent);
    top:-50px;
    left:50%;
    transform:translateX(-20%);
    z-index:-1;
}
.compassionate-right{
    padding: 20px 24px;
    gap:20px;
}
.compassionate-left-content .thumb {
    margin-bottom: 0px;
}
.icon i{
font-size:55px;
color:#6dc454;
}  
.compassionate-item .icon i{
font-size:35px;
color:white;
}
/* Footer contact links hover */
.footer-info a:hover{
    color:#7ED957 !important;
    transition:0.3s;
}

/* Social icons hover */
.social-wrapper a:hover{
    color:#7ED957;
    transform:translateY(-3px);
    transition:0.3s;
}

/* Optional: icon hover */
.footer-info li:hover .icon i{
    color:#7ED957;
    transition:0.3s;
}
.footer-widgets-wrapper .single-footer-widget .list-area li a{
    font-weight:500;
}
.developer-link{
    color:#ffffff;
    font-weight:500;
    text-decoration:none;
}

.developer-link:hover{
    color:#7ED957;
    transition:0.3s;
}

/* contact us page  */
.reach-section{
padding:40px 0;
}





.reach-card{
background:#fff;
border:1px solid #eaeaea;
border-radius:14px;
padding:25px;
text-align:left;
transition:0.3s;
height:100%;
}

.reach-card:hover{
border-color:#92bb3f;
transform:translateY(-5px);
box-shadow:0 10px 30px rgba(0,0,0,0.08);
}

.icon-box{
width:45px;
height:45px;
background:#f2f7ec;
border-radius:12px;
display:flex;
align-items:center;
justify-content:center;
color:#92bb3f;
font-size:18px;
margin-bottom:12px;
transition:0.3s;
}

.reach-card:hover .icon-box{
background:#92bb3f;
color:#fff;
}

.reach-card h6{
font-weight:600;
margin-bottom:6px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon {
  margin-top: 30px;
  gap: 10px;
  margin-left:20px;
}

/* Social cards */

.social-card{
display:flex;
align-items:center;
justify-content:space-between;
padding:20px 25px;
border-radius:14px;
color:#fff;
}

.social-card h6{
margin:0;
font-weight:600;
color:#fff;
}



.social-icon{
width:45px;
height:45px;
background:rgba(255,255,255,0.2);
border-radius:10px;
display:flex;
align-items:center;
justify-content:center;
font-size:20px;
margin-right:15px;
}

.social-card .arrow{
font-size:18px;
opacity:0.8;
}

.instagram{
background:linear-gradient(90deg,#ff7a18,#d62976,#962fbf);
}

.whatsapp{
background:linear-gradient(90deg,#25D366,#128C7E);
}
.social-card{
display:flex;
align-items:center;
justify-content:space-between;
padding:20px 25px;
border-radius:14px;
color:#fff;
transition:all .35s ease;
position:relative;
overflow:hidden;
}

/* Hover lift */
.social-card:hover{
transform:translateY(-6px);
box-shadow:0 18px 40px rgba(0,0,0,0.18);
}

/* Icon animation */
.social-card:hover .social-icon{
background:rgba(255,255,255,0.35);
transform:scale(1.1);
}

/* Arrow slide */
.social-card .arrow{
transition:all .3s ease;
}

.social-card:hover .arrow{
transform:translateX(6px);
}

/* Soft shine animation */
.social-card::before{
content:"";
position:absolute;
top:0;
left:-120%;
width:120%;
height:100%;
background:linear-gradient(120deg,transparent,rgba(255,255,255,0.25),transparent);
transition:.6s;
}

.social-card:hover::before{
left:120%;
}
.bread-content {
    padding: 71px 0 25px;
}
.breadcrumb-section .bread-ele {
    position: absolute;
    left: 69%;
    bottom: 0;
    transform: translateX(-20%);
    max-width: 269px;
    top: 90px;
}
/* service */
/* .servic_header{
    max-width: 420px!important;
    top:90px!important;
    left: 60%!important;
} */
@media (max-width:768px){
.servic_header{
    display:none!important;
}
.breadcrumb-section .bread-ele {
    display:none!important;

}
.section-padding {
    padding: 20px 10px;
}
.footer-widgets-wrapper {
    padding: 29px 13px;
}
.footer_logop {
    justify-content: center;
}
.about-content2{
    text-align: center;
}
.feature-section .container{
    text-align: center;
}
.breadcrumb-section{
    padding: 50px 0px!important;
}
.featue-wrapper.feaure-wrapper2 .feature-inner .feature-items .feature-left .feature-list li{
    justify-content: center;
}
.featue-wrapper .feature-inner .feature-items{
    justify-content: center;
    text-align: center;
}
.banner-section3 .banner-thumb-items{
display: none;
}
.section-title .cmn-tag {
    margin-bottom: 25px;
}
.breadcrumb-section h2{
    color:#fff;
    font-size:30px;
    font-weight:700;
    letter-spacing:0.5px;
    position:relative;
    z-index:2;
    text-align: center;
}
.reach-card {
    justify-items: center;
}
.appoentment-forms{
    padding: 0px;
}
.mobile_margin{
    margin-top: 20px;
}
.mobile_center{
    justify-content: center;
}
}
@media (max-width:768px){

.wow{
    animation: none !important;
    visibility: visible !important;
}

.fadeInUp{
    animation: none !important;
}

}
/* index  3 images */
.partner-section{
    background:#a0d18c51;
    padding:40px 0;
}

.partner-wrapper{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:40px;
}

.partner-logo{
    display:flex;
    align-items:center;
    justify-content:center;
    height:100px;
}

.partner-logo img{
    border-radius: 10px;
    max-height:100px;
    width:auto;
    object-fit:contain;
}
.footer-link{
        color: #dddddd;
    font-size: 16px;
    font-family: "Raleway", sans-serif;;
    display: flex;
    align-items: center;
    position: relative;
    transition: all 0.4s;
    text-wrap: nowrap;
}

.footer-link:hover{
    color:#7ed957;
}

.social-wrapper{
    display:flex;
    flex-direction:column;
    gap:18px;
}

.social-wrapper a{
    display:flex;
    align-items:center;
    gap:12px;
    color:#fff;
    text-decoration:none;
    font-size:16px;
    transition:0.3s;
}

.social-wrapper a:hover{
    color:#7ed957;
}

.social-wrapper i{
    width:38px;
    height:38px;
    border-radius:50%;
    border:1px solid rgba(255,255,255,0.25);
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:14px;
    flex-shrink:0;
}   
.team-card{
    background:#fff;
    border-radius:14px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
    border:2px solid transparent;
    transition:all 0.35s ease;
    position:relative;
}

/* Hover effect */
.team-card:hover{
    border:2px solid #5ab445;
    transform:translateY(-8px);
    box-shadow:0 18px 45px rgba(0,0,0,0.15);
}

/* Image */
.team-img{
    overflow:hidden;
}

.team-img img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:0.5s ease;
}

/* Image zoom */
.team-card:hover .team-img img{
    transform:scale(1.08);
    filter:brightness(1.05);
}

/* Content */
.team-content{
    padding:22px;
    text-align:center;
}

.team-content h4{
    font-size:20px;
    margin-bottom:6px;
    transition:0.3s;
}

/* Name turns green on hover */
.team-card:hover .team-content h4 {
    color:#458a35;
}


.team-card:hover span{
    color:#458a35!important;
}
.team-content p{
    font-size:16px;
    line-height:1.6;
    color:#000 !important;
}

/* Card full height */
.team-card{
    display:flex;
    flex-direction:column;
    height:100%;
}

/* Content grows equally */
.team-content{
    flex:1;
}
.team-line{
    border:none;
    height:2px;
    background:#5f5d5d;
    margin:12px 0;
    transition:0.3s;
    color:#000!important;
}

/* Line turns green on hover */
.team-card:hover .team-line{
    background:#69d84f;
}

/* loader */
/* PRELOADER */
.preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #ffffff;
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* PHARMACY CROSS */
.pharmacy-loader {
    width: 70px;
    height: 70px;
    position: relative;
    margin: auto;
}

.pharmacy-loader .cross {
    width: 20px;
    height: 70px;
    background: #1ec28b;
    position: relative;
    margin: auto;
    animation: pulse 1.2s infinite;
}
.cates li a{
    font-size:16px;
    font-weight:600;
    color:#000000;
}
.pharmacy-loader .cross::after {
    content: "";
    position: absolute;
    width: 70px;
    height: 20px;
    background: #1ec28b;
    top: 25px;
    left: -25px;
}

/* animation */
@keyframes pulse {
    0%{
        transform: scale(1);
        opacity: 1;
    }
    50%{
        transform: scale(1.2);
        opacity: .6;
    }
    100%{
        transform: scale(1);
        opacity: 1;
    }
}

/* text */
.txt-loading h2{
    margin-top:20px;
    font-weight:700;
    font-size:28px;
    color:#222;
}

.animation-preloader p{
    /* color:#888; */
    margin-top:10px;
}

/* HIPAA HERO */

.hipaa-hero{
padding:120px 0 90px;
background: linear-gradient(135deg,#6bbf73,#4bbd9a);
text-align:center;
}

.hipaa-hero h1{
font-size:42px;
font-weight:700;
}

.hipaa-hero p{
opacity:.9;
}

/* PRIVACY PAGE */

.privacy-section{
background:#f5f7f8;
padding:30px 0;
}

.privacy-card{
background:#ffffff;
padding:10px 20px;
border-radius:12px;
box-shadow:0 10px 35px rgba(0,0,0,0.08);
max-width:900px;
margin:auto;
}

.privacy-card h2{
font-size:22px;
margin-top:40px;
margin-bottom:15px;
font-weight:700;
color:#1b1b1b;
border-left:4px solid #5dc27a;
padding-left:12px;
}

.privacy-card p{
font-size:15px;
line-height:1.9;
color:#555;
margin-bottom:16px;
}

.privacy-card ul{
padding-left:25px;
margin-bottom:20px;
}

.privacy-card ul li{
margin-bottom:8px;
color:#555;
}

.privacy-card strong{
color:#111;
}

.footer-bottom{
    color:#fff;
    padding:15px 0;
}

.footer-bottom p{
    font-size:17px;
    color:#fff;
}

/* Links */
.footer-links a{
    color:#fff;
    font-size:17px;
    text-decoration:none;
    margin:0 5px;
    transition:0.3s;
}

.footer-links a:hover{
    color:#5dc27a; /* your theme green */
}

.footer-links span{
    color:#948f8f;
}
/* REVIEW SECTION */
.review-platform-section{
    padding: 20px 50px;
    background:#f5f7f8;
}

/* CARD */
.review-card{
    background:#fff;
    padding:40px 25px;
    border-radius:15px;
    text-align:center;
    transition:0.4s;
    position:relative;
    overflow:hidden;
    box-shadow:0 5px 25px rgba(0,0,0,0.06);

    display:block;
    flex-direction:column;
    justify-content:center;
    height:100%;
}

.review-card img{
    width:90px;
    margin-bottom:20px;
    transition:0.4s;
}

.review-card h4{
    font-weight:700;
    margin-bottom:10px;
    white-space: nowrap;   /* force one line */
    overflow: hidden;
    text-overflow: ellipsis; /* optional (for safety) */
}

.review-card p{
    font-size:14px;
    color:#666;
    margin-bottom:20px;
}

/* BUTTON */
.review-btn{
    display:inline-block;
    padding:10px 20px;
    border-radius:50px;
    background:#5dc27a;
    color:#fff;
    text-decoration:none;
    font-size:14px;
    transition:0.3s;
}

.review-btn:hover{
    background:#000;
    color:#fff;
}

/* HOVER EFFECT */
.review-card:hover{
    transform:translateY(-10px);
    box-shadow:0 15px 40px rgba(0,0,0,0.12);
}

.review-card:hover img{
    transform:scale(1.1);
}

/* BRAND COLORS BORDER */
.review-card.google{
    border-top:4px solid #4285F4;
}

.review-card.yelp{
    border-top:4px solid #e60023;
}

.review-card.facebook{
    border-top:4px solid #1877f2;
}
.common-btn{
    transition:0.3s;
}

.common-btn:hover{
    transform:translateY(-3px);
    box-shadow:0 8px 20px rgba(0,0,0,0.15);
}
.active-service{
    color:#7dbd2f !important;
    font-weight:600;
}
.active-service .seri{
    background:#7dbd2f;
    color:#fff;
}
.cates {
    max-height: 650px;   /* height control */
    overflow-y: auto;
    padding-right: 5px;
}
.see-more-menu {
    font-weight: 600;
    color: #26712e !important;
}

.see-more-menu:hover {
    color: #16a34a !important;
}
/* optional nice scroll */
.cates::-webkit-scrollbar {
    width: 6px;
}

.cates li {
    color:#000000;
}
.cates::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}

.cates::-webkit-scrollbar-thumb:hover {
    background: #999;
}
.service_image {
    height: 220px;        /* fix height */
    overflow: hidden;
}

.service_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;    /* BEST for same size */
}
.blog-details-wraping .thumb {
    height: 400px;        /* adjust as per design */
    overflow: hidden;
    border-radius: 16px;
}

.blog-details-wraping .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;    /* IMPORTANT */
}
.bg-custm{
    background-color: #dbfedf;
    padding: 20px 20px;
}
.pagination-area {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

/* numbers */
.page-number {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: transparent;
    color: #000;
    font-weight: 500;
    transition: 0.3s;
}

/* active */
.page-number.active {
    background: #7dbd2f;
    color: #fff;
}

/* hover */
.page-number:hover {
    background: #7dbd2f;
    color: #fff;
}

/* prev next */
.page-btn {
    padding: 8px 16px;
    border-radius: 10px;
    background: #f5f5f5;
    color: #000;
    transition: 0.3s;
}

.page-btn:hover {
    background: #7dbd2f;
    color: #fff;
}
.partner-logo img {
    max-width: 320px;
    opacity: 0.99;
    transition: 0.3s ease;
}

.partner-logo img:hover {
    opacity: 1;
    transform: scale(1.1);
}
@media (max-width: 992px) {
    .partner-logo img {
        max-width: 200px;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .partner-logo img {
        max-width: 140px;
    }
}
p {
  color:#000!important;
}
.team-content span{
    color:#000 !important;
    font-size:14px;
    display:block;
    margin-bottom:12px;
}
/* default icon color */
.service-item .icon i {
    color: #4CAF50; /* or your theme green */
    transition: 0.3s ease;
}

/* circle background */
.service-item .icon {
    transition: 0.3s ease;
}

/* HOVER EFFECT */
.service-item:hover .icon {
    background-color: #4CAF50; /* green bg */
}

.service-item:hover .icon i {
    color: #ffffff; /* white icon */
}
.hero-features span {
    font-size: 14px;
    color: #000000!important;
    font-weight: 550;
}

/* dot style */
.hero-features .dot {
    width: 8px;
    height: 8px;
    background-color: #3aa659;
    border-radius: 50%;
    display: inline-block;
}

/* spacing for mobile */
@media (max-width: 576px) {
    .hero-features {
        gap: 10px;
    }
}
/* floating btn */
/* FLOATING BUTTON */
.floating-call-btn {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: #065743;
    color: #fff;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 20px;
    z-index: 99;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

/* MODAL BACKDROP */
.call-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
    z-index: 999;
}

/* ACTIVE MODAL */
.call-modal.active {
    opacity: 1;
    visibility: visible;
}

/* MODAL BOX */
.call-modal-content {
    background: #d9efc6;
    padding: 30px;
    text-align: center;
    border-radius: 10px;
    max-width: 350px;
    width: 90%;
    transform: translateY(20px);
    transition: 0.3s ease;
}

/* ANIMATION */
.call-modal.active .call-modal-content {
    transform: translateY(0);
}

/* ICON */
.call-icon {
    width: 70px;
    height: 70px;
    border: 2px solid #4CAF50;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    font-size: 24px;
    color: #4CAF50;
}

/* NUMBER */
.call-modal-content h3 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 10px;
}

/* TEXT */
.call-modal-content p {
    font-size: 14px;
    color: #555;
}

/* FOOTER */
.call-footer {
    margin-top: 20px;
}

.direction-btn {
    display: inline-block;
    padding: 10px 15px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-top: 10px;
    text-decoration: none;
    color: #333;
}

/* cta */
.help-section {
    background: #f5f9f6;
    color: #fff;

}

.help-box {
    background: linear-gradient(135deg, #4CAF50, #3aa6a1);
    padding: 50px 0px;
    border-radius: 20px;
    color: #fff;
    /* max-width: 1100px; */
    /* margin: 0 auto; */
}

/* TITLE */
.help-box h2 {
    font-size: 32px;
    font-weight: 700;
    color: #fff!important;

    margin-bottom: 10px;
}

/* TEXT */
.help-box p {
    font-size: 18px;
    opacity: 0.9;
    color: #fff!important;
}

/* BUTTON BASE */
.help-btn {
    padding: 12px 22px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: 0.3s;
}

/* PRIMARY BUTTON */
.primary-btn {
    background: #fff;
    color: #4CAF50;
}

.primary-btn:hover {
    background: #e8f5e9;
}

/* SECONDARY BUTTON */
.secondary-btn {
    background: rgba(255,255,255,0.2);
    color: #fff;
    border: 1px solid rgba(255,255,255,0.4);
}

.secondary-btn:hover {
    background: #fff;
    color: #4CAF50;
}

/* MOBILE */
@media (max-width: 576px) {
    .help-box {
        padding: 30px 15px;
    }

    .help-box h2 {
        font-size: 24px;
    }
}
.breadcrumb-section {
    position: relative;
    overflow: hidden;
}

/* IMAGE POSITION */
.breadcrumb-section .cta1 {
    position: absolute;
    right: 0;
    bottom: 0;
    top: auto;
    width: 420px; /* control size */
    max-width: 40%;
    border-radius: 10px;
}

/* TEXT AREA */
.breadcrumb-section .bread-content {
    min-height: 220px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .breadcrumb-section .cta1 {
        position: static;
        width: 100%;
        max-width: 250px;
        margin: 20px auto 0;
        display: block;
    }
}
/* how it works  */
/* SECTION */
.how-works-section {
    background: linear-gradient(135deg, #4CAF50, #3aa6a1);
    color: #fff;
}

/* TITLE */
.how-works-section h2,
.how-works-section p {
    color: #fff;
}

/* TIMELINE */
.timeline {
    position: relative;
    /* margin: 60px 0; */
}

/* CENTER LINE */
.timeline::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 2px;
    height: 100%;
    background: rgba(255,255,255,0.4);
    transform: translateX(-50%);
}

/* ITEMS */
.timeline-item {
    width: 50%;
    padding: 0px 20px;
    position: relative;
}

/* LEFT / RIGHT */
.timeline-item.left {
    left: 0;
    text-align: right;
}

.timeline-item.right {
    left: 50%;
}

/* CARD FIX (SAME HEIGHT) */
.timeline-item .content {
    background: #fff;
    color: #333;
    padding: 20px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 140px; /* 🔥 SAME HEIGHT FIX */
    max-width: 260px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    transition: 0.3s ease;
}

/* HOVER */
.timeline-item .content:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
}

/* ICON FIX (SMALL + CENTERED) */
.timeline-item .icon {
    width: 40px;
    height: 40px;
    background: #e8f5e9;
    color: #4CAF50;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    font-size: 16px;
}

/* ALIGNMENT FIX */
.timeline-item.left .content {
    margin-left: auto;
}

.timeline-item.right .content {
    margin-right: auto;
}

/* TEXT */
.timeline-item h5 {
    font-weight: 600;
    margin-bottom: 4px;
}

.timeline-item p {
    font-size: 13x;
    color: #666;
    
}

/* FEATURE BOX */
.feature-box {
    border: 1px solid rgba(255,255,255,0.4);
    padding: 20px;
    border-radius: 12px;
    color: #fff!important;
    text-align: center;
    transition: 0.3s;
}
.feature-box h6{
    color: #fff !important;
}
/* FEATURE ICON */
.timeline-item  i {
    font-size: 27px!important;
    margin-bottom: 8px;
}

/* FEATURE HOVER */
.feature-box:hover {
    background: rgba(255,255,255,0.15);
    transform: translateY(-5px);
}

/* MOBILE */
@media (max-width: 768px) {
    .timeline::before {
        left: 12px;
    }

    .timeline-item {
        width: 100%;
        padding-left: 35px;
        text-align: left !important;
        left: 0 !important;
        margin-bottom: 20px;
    }
    .pra li{
        text-align: center!important;
    }
    .mobile_center{
        text-align: center!important;
    }

    .timeline-item .content {
        margin: 0 !important;
        max-width: 100%;
    }
}
/* CARD */
.benefit-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 15px;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

/* SOFT GRADIENT HOVER BG */
.benefit-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #4CAF50, #3aa6a1);
    opacity: 0;
    transition: 0.4s ease;
    z-index: 0;
}

/* CONTENT ABOVE */
.benefit-card > * {
    position: relative;
    z-index: 1;
}

/* ICON */
.benefit-card .icon {
    width: 80px;
    height: 80px;
    background: #e8f5e9;
    color: #4CAF50;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    font-size: 20px;
    transition: all 0.4s ease;
}

/* ICON SIZE FIX */
.benefit-card .icon i {
    font-size: 30px;
    transition: all 0.4s ease;
}

/* TEXT */
.benefit-card h5 {
    font-weight: 600;
    margin-bottom: 10px;
    transition: 0.4s;
}

.benefit-card p {
    font-size: 16px;
    color: #666;
    transition: 0.4s;
}

/* 🔥 HOVER EFFECT */
.benefit-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

/* BACKGROUND FADE IN */
.benefit-card:hover::before {
    opacity: 1;
}

/* TEXT COLOR CHANGE */
.benefit-card:hover h5,
.benefit-card:hover p {
    color: #fff!important;
}

/* ICON HOVER */
.benefit-card:hover .icon {
    background: #fff;
    color: #4CAF50;
    transform: scale(1.1) rotate(5deg);
}

/* ICON SIZE ON HOVER */
.benefit-card:hover .icon i {
    transform: scale(1.2);
}

.check-icon {
    width: 28px;
    height: 28px;
    background: #e8f5e9;
    color: #4CAF50;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.service-item:hover .common-btn{
    color:#fff;
}

.offer-list strong {
    color: #000;
}
.w-80{
    width: 80%;
}
.service-item:hover .service-btn-inner img {
    filter: brightness(25);
}
.faq-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

/* SECTION */
.gallery-section {
    padding: 40px 0;
    background: #fff;
}

/* SLIDER */
.gallery-slider {
    overflow: hidden;
}

/* IMAGE ITEM */
.gallery-item {
    height: 420px;
    overflow: hidden;
    position: relative;
}

/* IMAGE */
.gallery-item img {
    width: 100%;
    height: 100%;
    border-radius: 25px;
    object-fit: cover;
    transition: transform 0.6s ease;
}

/* HOVER ZOOM EFFECT */
.gallery-item:hover img {
    transform: scale(1.08);
}

/* SPACING BETWEEN SLIDES */
.swiper-slide {
    padding: 0 5px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .gallery-item {
        height: 250px;
    }
}
.iti--allow-dropdown{
width: 100%;
}

.service-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}

.service-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.service-list li {
    display: flex;
    align-items: start;
    gap: 10px;
    margin-bottom: 12px;
    font-size: 16px;
    color: #000000;
}

.service-list i {
    color: #327439; /* green */
    margin-top: 3px;
}
.menu-divider {
    height: 1px;
    background: #eee;
    margin: 8px 0;
}

#mobile-menu .submenu li a:hover {
    color: #22c55e;
}
/* SECTION */
.srv-modern-section {
    background: #f7faf9;
}

/* CARD */
.srv-modern-card {
    background: #fff;
    border-radius: 16px;
    padding: 30px 25px;
    border: 1px solid #eee;
    transition: 0.3s ease;
    height: 100%;
    text-align: center;

    display: flex;
    flex-direction: column;
    align-items: center;
}

.srv-modern-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

/* ICON */
.srv-modern-icon {
    width: 70px;
    height: 70px;
    background: #f5f5f5;
    color: #0f6d53;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 15px;
    transition: 0.3s;
}

/* ACTIVE ICON */
.srv-modern-icon.active {
    background: #4CAF50;
    color: #fff;
}

/* TITLE */
.srv-modern-card h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

/* DESC */
.srv-modern-card p {
    font-size: 16px;
    color: #000000;
    margin-bottom: 15px;
}

/* LIST */
.srv-list {
    list-style: none;
    padding: 0px 20px;
    text-align: left;
    width: 100%;
}

.srv-list li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 6px;
    font-size: 16px;
    color: #000000;
}

.srv-list li::before {
    content: "•";
    color: #0f6d53;
    position: absolute;
    left: 0;
}

/* HOVER EFFECT */
.srv-modern-card:hover .srv-modern-icon {
    background: #0f6d53;
    color: #fff;
}/* HERO SECTION */
.srv-hero-section {
    position: relative;
    height: 260px;
    background: url('../../assets/img/shop/banner.png') center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* OVERLAY */
.srv-hero-overlay {
    position: absolute;
    inset: 0;
    background:#1e201db7;
    z-index: 1; /* IMPORTANT */
}

/* CONTENT */
.srv-hero-content {
        position: absolute;
    z-index: 2;
    text-align: center;
    border-bottom-style: ridge;
    top: 50%;
    place-self: center;

}

/* FIX CONTAINER HEIGHT */
.srv-hero-section .container {
    position: relative;
    z-index: 2;
}

/* TITLE */
.srv-hero-content h2 {
    font-size: 38px;
    font-weight: 700;
    color: #ffff !important; /* force visibility */
    margin: 0;
}
.blog-details-section {
    padding-top: 20px !important;
}   
.srv-hero-section {
    margin-bottom: 0;
}
