.img-tag-overlay {
    position: absolute;
    top: 15px;
    right: 20px;
    background: rgb(0 105 179 / 80%);
    color: #fff;
    padding: 4px 12px;
    font-size: 13px;
    border-radius: 6px;
    font-weight: 600;
  }
  .card-img-wrapper {
      position: relative;
  }

  .breadcrumb-item a::before,
.breadcrumb-item::before {
    content: "" !important;
}
.breadcrumb-item a {
    text-decoration: none !important;
}
.footer-info-box-content a {
    color: white;
}
.whatsapp-float {
    position: fixed;
    bottom: 100px;
    right: 20px;
    z-index: 9999;
    background-color: #25D366;
    padding: 10px;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    transition: transform 0.2s ease;
}

.whatsapp-float img {
    width: 40px;
    height: 40px;
}

.whatsapp-float:hover {
    transform: scale(1.1);
}
.btn-default1{
	font-family: var(--accent-font);
	font-weight: 600;
	line-height: 1.1em;
	color: var(--white-color);
	background: var(--accent-color);
	text-transform: capitalize;
	padding: 18px 55px 18px 20px;
	border-radius: 99px;
	transition: all 0.3s ease-in-out;
	overflow: hidden;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
}
.btn-default1::before{
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	bottom: 0;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background-color: var(--primary-color);
	background-image: url('../images/arrow-white.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto;
	transform: translate(-10px, -50%);
	transition: all 0.4s ease-in-out;
}

.btn-default1:hover:before{
	background-color: var(--accent-color);
}
.btn-default1::after{ 
	content: '';
    display: block;
    position: absolute;
	top: 0;
    left: 0;
    bottom: 0;
	width: 0;
	height: 102%;
	border-radius: 99px;
    background: var(--primary-color);
    transition: all 0.4s ease-in-out;
	z-index: -1;
}
.btn-default1:hover::after{
	width: 106%;
}

.btn-default1.btn-highlighted{
	background-color: var(--white-color);
	color: var(--accent-color);
}

.btn-default1.btn-highlighted:hover{
	color: var(--white-color);
}

.btn-default1.btn-highlighted::before{
	background-color: var(--primary-color);
}

.btn-default1.btn-highlighted::after{
	background-color: var(--accent-color);
}

.btn-default-wh{
	display: inline-block;
    font-family: var(--accent-font);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.1em;
    color: var(--white-color);
    background: var(--accent-color);
    text-transform: capitalize;
    padding: 18px 55px 18px 20px;
    border-radius: 99px;
    border: none;
    transition: all 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.btn-default-wh::before{
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	bottom: 0;
	width: 36px;
	height: 36px;
	border-radius: 50%;
    color: #0069b3;
	background-color: var(--primary-color);
	background-image: url('../images/arrow-white.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto;
	transform: translate(-10px, -50%);
	transition: all 0.4s ease-in-out;
}

.btn-default-wh:hover{
	color: var(--accent-color);
}

.btn-default-wh:hover:before{
	background-color: var(--accent-color);
}
.btn-default-wh::after{ 
	content: '';
    display: block;
    position: absolute;
	top: 0;
    left: 0;
    bottom: 0;
	width: 0;
	height: 102%;
	border-radius: 99px;
    background: #ffffff;
    color:#0069b3;
    transition: all 0.4s ease-in-out;
	z-index: -1;
}
.btn-default-wh:hover::after{
	width: 106%;
}

.btn-default-wh.btn-highlighted{
	background-color: var(--white-color);
	color: var(--accent-color);
}

.btn-default-wh.btn-highlighted:hover{
	color: var(--white-color);
}

.btn-default-wh.btn-highlighted::before{
	background-color: var(--primary-color);
}

.btn-default-wh.btn-highlighted::after{
	background-color: var(--accent-color);
}

.appointment-popup{
    display:none;
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.7);
    z-index:1055;
    overflow-y:auto;
}

.appointment-popup-content{
    background:#fff;
    max-width:900px;
    margin:50px auto;
    padding:30px;
    border-radius:12px;
    position:relative;
}

.popup-close{
    position:absolute;
    right:20px;
    top:15px;
    font-size:30px;
    cursor:pointer;
}

@media(max-width:768px){
    .appointment-popup-content{
        margin:15px;
        padding:20px;
    }
}


/* 📱 Mobile size adjustment */
@media (max-width: 600px) {
    .whatsapp-float {
        bottom: 13%;
        right: 15px;
        padding: 7px;
    }
    .service-item .service-body p{
	margin: 0;
	transition: all 0.5s ease-in-out;
	margin-bottom: 45px;
}

    .whatsapp-float img {
        width: 35px;
        height: 35px;
    }
}

.bottom_line {
    border-bottom: 1px solid var(--dark-divider-color);
    padding-bottom: 25px;
}
/* Testimonial text clamp */
.testimonial-content p{
    display: -webkit-box;
    -webkit-line-clamp: 5; /* 5 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all 0.4s ease;
}

/* Expanded state */
.testimonial-content p.expanded{
    -webkit-line-clamp: unset;
}

/* Read more button */
.read-more-btn{
    display: inline-block;
    margin-top: 6px;
    font-size: 14px;
    font-weight: 600;
    color: #2b6cb0;
    cursor: pointer;
}

.flatpickr-calendar {
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    font-family: inherit;
}
.flatpickr-day.selected {
    background: #28a745;
    border-color: #28a745;
}
/* Flatpickr calendar popup fix */
.flatpickr-calendar{
    z-index: 1000000 !important;
}

/* ===== Desktop / Laptop ===== */
.gallery-image {
    width: 320px;
    height: 220px;
    overflow: hidden;
    border-radius: 16px;
    flex-shrink: 0;
}

.gallery-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* ===== Mobile View ===== */
@media (max-width: 768px) {
    .gallery-image {
        width: 260px;      
        height: 220px;     
        border-radius: 12px;
    }
}

/* ===== gallery button ===== */
.gallery-btn{
	display: inline-block;
	font-family: var(--accent-font);
	font-size: 16px;
	font-weight: 600;
	line-height: 1.1em;
	color: var(--white-color);
	background: var(--accent-color);
	text-transform: capitalize;
	padding: 18px 55px 18px 20px;
	border-radius: 99px;
	border: none;
	transition: all 0.3s ease-in-out;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.gallery-btn::before{
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	bottom: 0;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background-color: var(--primary-color);
	background-image: url('../images/arrow-white.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto;
	transform: translate(-10px, -50%);
	transition: all 0.4s ease-in-out;
}

.gallery-btn:hover:before{
	background-color: var(--accent-color);
}
.gallery-btn::after{ 
	content: '';
    display: block;
    position: absolute;
	top: 0;
    left: 0;
    bottom: 0;
	width: 0;
	height: 102%;
	border-radius: 99px;
    background: var(--primary-color);
    transition: all 0.4s ease-in-out;
	z-index: -1;
}
.gallery-btn:hover::after{
	width: 106%;
}

.gallery-btn.btn-highlighted{
	background-color: var(--white-color);
	color: var(--accent-color);
}

.gallery-btn.btn-highlighted:hover{
	color: var(--white-color);
}

.gallery-btn.btn-highlighted::before{
	background-color: var(--primary-color);
}

.gallery-btn.btn-highlighted::after{
	background-color: var(--accent-color);
}

/* Mobile specific fix */
@media (max-width: 576px){
    .gallery-tabs .gallery-btn{
        white-space: nowrap;
        padding: 15px 18px;
        font-size: 15px;
        cursor: pointer;
    }
    .gallery-btn::before{
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	bottom: 0;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background-color: #0069b300;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto;
	transform: translate(-10px, -50%);
	transition: all 0.4s ease-in-out;
}
.gallery-btn::after{ 
	content: '';
    display: block;
    position: absolute;
	top: 0;
    left: 0;
    bottom: 0;
	width: 0;
	height: 102%;
	border-radius: 99px;
    background: var(--primary-color);
    transition: all 0.4s ease-in-out;
	z-index: -1;
}
.gallery-btn:hover:before {
    background-color: #67bc4300;
}
}

.photo-gallery figure {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.photo-gallery img {
    width: 300px;
    border-radius: 8px;
    height: 170px;
}

.view-text {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.4);
    color: #fff;
    font-size: 18px;
    opacity: 0;
    transition: 0.3s;
}

.photo-gallery:hover .view-text {
    opacity: 1;
}

