
h1,h2,h3,h4{
font-family:'Teko',sans-serif;
}

body{
font-family:'Open Sans',sans-serif;
}

/********** Template CSS **********/
:root {
    --primary: #B57A1D;
    --primary-dark: #8C5D14;
    --dark: #0F203A;
    --light: #F8F8F8;
}

h1,
h2,
.h1,
.h2,
.fw-bold {
    font-weight: 600 !important;
}

h3,
h4,
.h3,
.h4,
.fw-medium {
    font-weight: 500 !important;
}
.navbar-brand img{
    max-width:280px;
    width:100%;
    height:auto;
}
h5,
h6,
.h5,
.h6,
.fw-normal {
    font-weight: 400 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn-outline-body {
    color: var(--primary);
    border-color: #777777;
}

.btn-outline-body:hover {
    color: #FFFFFF;
    background: var(--primary);
    border-color: var(--primary);
}


/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 70px;
    padding: 30px 0;
    color: var(--dark);
    font-weight: 500;
    text-transform: uppercase;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}
/*--Subhas---------------------------*/
.text-body{
    color: #F8F8F8 !important;
}
.navbar{
    background-color: #000;
}
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.owl-carousel-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, .5);
}

@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }

    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item p {
        font-size: 16px !important;
    }
}

.header-carousel .owl-dots {
    position: absolute;
    width: 60px;
    height: 100%;
    top: 0;
    right: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.header-carousel .owl-dots .owl-dot {
    position: relative;
    width: 45px;
    height: 45px;
    margin: 5px 0;
    background: var(--dark);
    transition: .5s;
}

.header-carousel .owl-dots .owl-dot.active {
    width: 60px;
    height: 60px;
}

.header-carousel .owl-dots .owl-dot img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 2px;
    transition: .5s;
    opacity: .3;
}

.header-carousel .owl-dots .owl-dot.active img {
    opacity: 1;
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}


/*** Section Title ***/
.section-title {
    color: var(--primary);
    font-weight: 600;
    letter-spacing: 5px;
    text-transform: uppercase;
}


/*** Facts ***/
.fact-item .fact-icon {
    width: 120px;
    height: 120px;
    margin-top: -60px;
    margin-bottom: 1.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border-radius: 120px;
    transition: .5s;
}

.fact-item:hover .fact-icon {
    background: var(--dark);
}

.fact-item .fact-icon i {
    color: var(--primary);
    transition: .5;
}

.fact-item:hover .fact-icon i {
    color: #FFFFFF;
}


/*** About & Feature ***/
.about-img,
.feature-img {
    position: relative;
    height: 100%;
    min-height: 400px;
}

.about-img img,
.feature-img img {
    position: absolute;
    width: 60%;
    height: 80%;
    object-fit: cover;
}

.about-img img:last-child,
.feature-img img:last-child {
    margin: 20% 0 0 40%;
}

.about-img::before,
.feature-img::before {
    position: absolute;
    content: "";
    width: 60%;
    height: 80%;
    top: 10%;
    left: 20%;
    border: 5px solid var(--primary);
    z-index: -1;
}


/*** Service ***/
.service-item .bg-img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.service-item .service-text {
    background: var(--light);
    transition: .5s;
}

.service-item:hover .service-text {
    background: rgba(0, 0, 0, .7);
}

.service-item * {
    transition: .5;
}

.service-item:hover * {
    color: #FFFFFF;
}

.service-item .btn {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    color: var(--dark);
    background: #FFFFFF;
    white-space: nowrap;
    overflow: hidden;
    transition: .5s;
}

.service-item:hover .btn {
    width: 140px;
}


/*** Project ***/
.project .nav .nav-link {
    background: var(--light);
    transition: .5s;
}

.project .nav .nav-link.active {
    background: var(--primary);
}

.project .nav .nav-link.active h3 {
    color: #FFFFFF !important;
}


/*** Team ***/
.team-items {
    margin: -.75rem;
}

.team-item {
    padding: .75rem;
}

.team-item::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: #FFFFFF;
    transition: .5s;
    z-index: -1;
}

.team-item:hover::after {
    height: 100%;
    background: var(--primary);
}

.team-item .team-social {
    position: absolute;
    width: 100%;
    bottom: -20px;
    left: 0;
}

.team-item .team-social .btn {
    display: inline-flex;
    margin: 0 2px;
    color: var(--primary);
    background: var(--light);
}

.team-item .team-social .btn:hover {
    color: #FFFFFF;
    background: var(--primary);
}


/*** Appointment ***/
.bootstrap-datetimepicker-widget.bottom {
    top: auto !important;
}

.bootstrap-datetimepicker-widget .table * {
    border-bottom-width: 0px;
}

.bootstrap-datetimepicker-widget .table th {
    font-weight: 500;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    padding: 10px;
    border-radius: 2px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background: var(--primary);
}

.bootstrap-datetimepicker-widget table td.today::before {
    border-bottom-color: var(--primary);
}


/*** Testimonial ***/
.testimonial-carousel {
    display: flex !important;
    flex-direction: column-reverse;
    max-width: 700px;
    margin: 0 auto;
}

.testimonial-carousel .owl-dots {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.testimonial-carousel .owl-dots .owl-dot {
    position: relative;
    width: 60px;
    height: 60px;
    margin: 0 5px;
    transition: .5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
    width: 100px;
    height: 100px;
}

.testimonial-carousel .owl-dots .owl-dot::after {
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--primary);
    background: #FFFFFF;
    border-radius: 40px;
    transition: .5s;
    opacity: 0;
}

.testimonial-carousel .owl-dots .owl-dot.active::after {
    opacity: 1;
}

.testimonial-carousel .owl-dots .owl-dot img {
    opacity: .4;
    transition: .5s;
}

.testimonial-carousel .owl-dots .owl-dot.active img {
    opacity: 1;
}

.footer{
    background:#0F203A;
}

.footer-logo{
    max-width:220px;
}

.footer p{
    color:#d8d8d8;
    line-height:1.8;
}

.footer a{
    color:#d8d8d8;
    text-decoration:none;
}

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

.footer .btn-link{
    display:block;
    padding:0;
    margin-bottom:12px;
    color:#d8d8d8;
    text-align:left;
    transition:.3s;
}

.footer .btn-link:hover{
    color:var(--primary);
    padding-left:6px;
}

.footer-social .btn{
    width:42px;
    height:42px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
}

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

.footer-list li{
    position:relative;
    padding-left:20px;
    margin-bottom:14px;
    color:#d8d8d8;
}

.footer-list li::before{
    content:"✓";
    position:absolute;
    left:0;
    color:var(--primary);
    font-weight:700;
}

.copyright{
    border-top:1px solid rgba(255,255,255,.08);
    padding:25px 0;
    color:#d8d8d8;
}

@media(max-width:991px){

.footer{
text-align:center;
}

.footer .btn-link{
text-align:center;
padding-left:0;
}

.footer-list li{
padding-left:0;
}

.footer-list li::before{
display:none;
}

}
.owl-carousel-inner .btn{
    background-color: #068085;
}
.collapse .btn{
    background-color: #000000;
}
.top-header .h-100 a{
    color: #ffffff; 
}

.about-home .btn{
    background-color: #068085;
}
.appoinment a{
    color: #B57A1D;
}
.form .btn{
    background-color: #B57A1D;
}
.contact-form i{
    color:#B57A1D;
}

/* ==============================
   Mobile Bottom Floating Buttons
============================== */

.floating-icon-bottom{
    display:none;
}

@media (max-width:991px){

.floating-icon-bottom{
    display:block;
    position:fixed;
    left:0;
    bottom:0;
    width:100%;
    z-index:9999;
    background:#fff;
    box-shadow:0 -3px 15px rgba(0,0,0,.15);
}

.floating-icon-bottom .row{
    margin:0;
}

.floating-icon-bottom .col-4{
    padding:0;
}

.floating-icon-bottom a{
    display:flex;
    align-items:center;
    justify-content:center;
    height:60px;
    font-size:26px;
    color:#fff;
    text-decoration:none;
}

.floating-icon-bottom .whatsapp{
    background:#25D366;
}

.floating-icon-bottom .call{
    background:#0F7B7F;
}

.floating-icon-bottom .mail{
    background:#B57A1D;
}

.back-to-top{
    bottom:75px !important;
}

body{
    padding-bottom:60px;
}

}


/* About Section */
.about-image-wrapper{
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

.about-image-wrapper img{
    border-radius:12px;
}

.experience-box{
    position:absolute;
    right:20px;
    bottom:30px;
    width:180px;
    background:var(--primary);
    color:#fff;
    text-align:center;
    padding:25px 15px;
    border-radius:12px;
    box-shadow:0 15px 40px rgba(0,0,0,.15);
}

.experience-box h2{
    color:#fff;
    font-size:48px;
    margin-bottom:5px;
    line-height:1;
}

.experience-box span{
    font-size:18px;
    display:block;
}

.about-feature{
    display:flex;
    align-items:flex-start;
    gap:15px;
    padding:20px;
    border:1px solid #ececec;
    border-radius:10px;
    height:100%;
    transition:.3s;
    background:#fff;
}

.about-feature:hover{
    border-color:var(--primary);
    transform:translateY(-5px);
    box-shadow:0 12px 30px rgba(0,0,0,.08);
}

.about-feature i{
    color:var(--primary);
    font-size:24px;
    margin-top:4px;
}

.about-feature h5{
    margin-bottom:6px;
}

.about-feature p{
    margin-bottom:0;
    font-size:15px;
}

@media (max-width:991px){

    .experience-box{
        right:20px;
        bottom:20px;
        width:150px;
        padding:20px 10px;
    }

    .experience-box h2{
        font-size:36px;
    }

}

.service-row{
    margin-bottom:80px;
}

.service-image{
    width:100%;
    border-radius:20px;
    display:block;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
}

.service-number{
    display:inline-block;
    font-size:14px;
    font-weight:700;
    color:var(--primary);
    letter-spacing:2px;
    margin-bottom:10px;
}

.service-row h2{
    margin-bottom:20px;
}

.service-row p{
    margin-bottom:25px;
    line-height:1.8;
}

.mini-card{
    background:#fff;
    border-radius:15px;
    overflow:hidden;
    text-align:center;
    box-shadow:0 8px 25px rgba(0,0,0,.06);
    transition:.3s;
    height:100%;
}

.mini-card:hover{
    transform:translateY(-6px);
    box-shadow:0 18px 35px rgba(0,0,0,.12);
}

.mini-card img{
    width:100%;
    display:block;
}

.mini-card h4{
    margin:20px 15px 10px;
}

.mini-card p{
    margin:0 20px 25px;
    color:#666;
}

@media(max-width:991px){

.service-row{
margin-bottom:60px;
}

.service-row .btn{
margin-bottom:20px;
}

}
.why-card{
    background:#fff;
    border-radius:16px;
    padding:35px 30px;
    text-align:center;
    height:100%;
    border:1px solid #ececec;
    transition:.35s;
}

.why-card:hover{
    transform:translateY(-8px);
    border-color:var(--primary);
    box-shadow:0 20px 45px rgba(0,0,0,.08);
}

.why-icon{
    width:75px;
    height:75px;
    margin:0 auto 25px;
    border-radius:50%;
    background:#fdf6ec;
    display:flex;
    align-items:center;
    justify-content:center;
}

.why-icon i{
    font-size:30px;
    color:var(--primary);
}

.why-card h4{
    margin-bottom:15px;
    font-size:24px;
}

.why-card p{
    margin:0;
    color:#666;
    line-height:1.8;
}

.testimonial-heading{
    max-width:700px;
}

/* Footer Contact */
.footer-contact{
    margin-top:5px;
}

.footer-contact .contact-item{
    display:flex;
    align-items:flex-start;
    gap:18px;
    margin-bottom:22px;
}

.footer-contact .contact-item i{
    width:20px;
    min-width:20px;
    font-size:18px;
    color:var(--primary);
    margin-top:6px;
    text-align:center;
}

.footer-contact .contact-item div{
    color:#d8d8d8;
    line-height:1.8;
}

.footer-contact .contact-item a{
    color:#d8d8d8;
    text-decoration:none;
    transition:.3s;
}

.footer-contact .contact-item a:hover{
    color:var(--primary);
}

.contact-icon{
    width:65px;
    height:65px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#f8f9fa;
    border-radius:12px;
    flex-shrink:0;
}

.contact-icon i{
    font-size:24px;
    color:var(--primary);
}

.form .form-control{
    height:55px;
    border-radius:10px;
}

.form textarea.form-control{
    min-height:140px;
    height:auto;
    resize:none;
}

.about-box{
    background:#f8f9fa;
    padding:35px;
    border-radius:15px;
    height:100%;
    transition:.3s;
}

.about-box:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 40px rgba(0,0,0,.08);
}



.about-feature:hover{
    transform:translateY(-8px);
    border-color:var(--primary);
    box-shadow:0 15px 35px rgba(0,0,0,.08);
}

.about-feature i{
    font-size:42px;
    color:var(--primary);
    margin-bottom:20px;
}

.about-feature h4{
    margin-bottom:15px;
}
.why-section{
    background:#f8f9fa;
}

.why-image{
    position:relative;
}

.why-image img{
    width:100%;
    border-radius:20px;
    box-shadow:0 20px 45px rgba(0,0,0,.08);
}

.experience-card{
    position:absolute;
    right:-20px;
    bottom:30px;
    background:var(--primary);
    color:#fff;
    padding:25px 35px;
    border-radius:18px;
    text-align:center;
    box-shadow:0 15px 40px rgba(0,0,0,.2);
}

.experience-card h2{
    color:#fff;
    font-size:48px;
    margin:0;
    line-height:1;
}

.experience-card span{
    font-size:16px;
}

.why-item{
    display:flex;
    gap:18px;
    background:#fff;
    padding:25px;
    border-radius:16px;
    height:100%;
    transition:.35s;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.why-item:hover{
    transform:translateY(-6px);
    box-shadow:0 20px 40px rgba(0,0,0,.10);
}

.why-item i{
    width:60px;
    height:60px;
    min-width:60px;
    border-radius:50%;
    background:#fdf4e7;
    color:var(--primary);
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:24px;
}

.why-item h4{
    margin-bottom:10px;
}

.why-item p{
    margin:0;
    color:#666;
    line-height:1.7;
}

@media(max-width:991px){

.experience-card{
    right:20px;
    bottom:20px;
    padding:20px 25px;
}

.experience-card h2{
    font-size:36px;
}

}

.service-card-new{
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    transition:.35s;
    height:100%;
    display:flex;
    flex-direction:column;
}

.service-card-new:hover{
    transform:translateY(-10px);
    box-shadow:0 25px 60px rgba(0,0,0,.15);
}

.service-image{
    overflow:hidden;
    background:#fff;
    padding:0;
}

.service-image img{

    width:100%;

    aspect-ratio:4/3;

    object-fit:cover;

    transition:.5s;

    display:block;

}

.service-card-new:hover .service-image img{

    transform:scale(1.08);

}

.service-content{

    padding:28px;

    text-align:center;

    flex:1;

    display:flex;

    flex-direction:column;

    justify-content:center;

}

.service-content h4{

    font-size:26px;

    margin-bottom:15px;

    font-weight:600;

}

.service-content p{

    color:#666;

    line-height:1.8;

    margin-bottom:25px;

}

.service-btn{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    padding:12px 28px;

    border-radius:40px;

    background:var(--primary);

    color:#fff;

    text-decoration:none;

    transition:.35s;

}

.service-btn:hover{

    background:#000;

    color:#fff;

}

@media(max-width:991px){

.service-content{

padding:22px;

}

.service-content h4{

font-size:22px;

}

}


.gallery-section {
  padding: 60px 0;
  background-color: #f9f9f9;
}
.gallery-grid {
  margin: 0 -15px;
}
.gallery-item {
  padding: 15px;
}
.gallery-item a {
  display: block;
  overflow: hidden;
  box-shadow: 0 4px 10px rgb(0 0 0 / 0.1);
}
.gallery-item img,
.surgeon-avatar img {
  transition: transform 0.5s;
  width: 100%;
  object-fit: cover;
}
.gallery-item a:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgb(0 0 0 / 0.15);
}

.gallery-item a:hover img,
.surgeon-avatar:hover img,
.surgeon-photo:hover img {
  transform: scale(1.05);
}

.lightbox-modal.active {
  display: flex;
  align-items: center;
  justify-content: center;
}

.lightbox-content img {
  max-width: 100%;
  max-height: 90vh;
  border: 3px solid #fff;
  border-radius: 5px;
}
.lightbox-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
  z-index: 10000;
}
.lightbox-next,

.lightbox-next:hover,
.lightbox-prev:hover {
  background: rgb(0 0 0 / 0.7);
}
.lightbox-prev {
  left: -60px;
}

.lightbox-counter {
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  color: #fff;
  font-size: 14px;
}
@media (max-width: 768px) {
  .certificate-box {
    padding: 20px 12px;
  }
  .certificate-box h4 {
    font-size: 16px;
  }
  .certificate-box p {
    font-size: 13px;
  }
  .gallery-item img {
    height: 200px;
  }
  .lightbox-prev {
    left: 10px;
  }
  .lightbox-next {
    right: 10px;
  }
}
/* LIGHTBOX STYLE */
.lightbox-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 60px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.9);
  text-align: center;
}

.lightbox-modal.active {
  display: block;
}

#lightbox-img {
  max-width: 90%;
  max-height: 80vh;
  margin-top: 30px;
}

.close-btn {
  position: absolute;
  top: 20px;
  right: 35px;
  color: #fff;
  font-size: 40px;
  cursor: pointer;
}

.lightbox-nav span {
  position: absolute;
  top: 50%;
  color: #fff;
  font-size: 40px;
  cursor: pointer;
  padding: 10px;
}

.lightbox-nav span:first-child {
  left: 20px;
}

.lightbox-nav span:last-child {
  right: 20px;
}

#lightbox-counter {
  color: #fff;
  margin-top: 15px;
}

.contact-text{
    max-width:700px;
    color:#6c757d;
    line-height:1.8;
}



.contact-box:hover{
    transform:translateY(-5px);
    box-shadow:0 12px 30px rgba(0,0,0,.08);
}

.contact-icon{
    width:60px;
    height:60px;
    background:var(--primary);
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
    font-size:22px;
}

.contact-box span{
    display:block;
    color:#888;
    margin-bottom:6px;
    font-size:14px;
}

.contact-box h5{
    margin:0;
    line-height:1.6;
    font-weight:600;
}

.contact-box a{
    color:#222;
    text-decoration:none;
}

.contact-box a:hover{
    color:var(--primary);
}

.form-control{
    min-height:55px;
    border-radius:10px;
}

textarea.form-control{
    min-height:160px;
}

.contact-box{
    display:flex;
    align-items:center;
    gap:20px;
    padding:25px;
    background:#fff;
    border-radius:10px;
    margin-bottom:20px;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
}



.contact-icon i{
    color:#D4AF37;        /* Gold */
    font-size:22px;
}

.contact-box:hover .contact-icon{
    background:#0A5F63;
}

.gallery-item{
    margin-bottom:25px;
}

.gallery-item img{
    width:100%;
    height:260px;
    object-fit:cover;
    border-radius:18px;
    transition:.4s;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.gallery-item img:hover{
    transform:scale(1.05);
}

/* Desktop WhatsApp Button */
.floating-icon{
    position:fixed;
    left:20px;
    bottom:30px;
    z-index:9999;
}


/* Hide on Mobile */
@media(max-width:991px){
    .floating-icon{
        display:none;
    }
}

.wp{
    position:fixed;
    left:20px;
    bottom:30px;
    z-index:99999;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    width:190px;
    height:55px;
    background:#25D366;
    color:#fff !important;
    border-radius:50px;
    text-decoration:none;
    font-weight:600;
    box-shadow:0 10px 25px rgba(0,0,0,.2);
}

.wp:hover{
    color:#fff;
    background:#1EBE57;
}

.wp i{
    font-size:24px;
}

@media (max-width:991px){
    .wp{
        display:none !important;
    }
}