html, body {
    overflow-x: hidden;
    width: 100%;
}

body{
    font-family: 'DM Sans', sans-serif;
    
}

/* ================= NAVBAR ================= */
.navbar{
    background:rgb(0 0 0 / 0%);
    backdrop-filter: blur(6px);
}
.navbar-nav .nav-link{
    color:#000;
    font-weight:500;
    margin:0 8px;
}
.navbar-nav .nav-link:hover{
    color:#c9b37e;
}
.btn-plan{
    background:#c9b37e;
    color:#000;
    border-radius:30px;
    padding:8px 18px;
    font-weight:600;
}
div#main-nav {
    background-color: #d9d9d95e;
    border-radius: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
}
a.navbar-brand img {
    max-width: 230px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 94%;
}
section.lodge-section {
    padding: 100px 0 0 0;
}
/* ================= HERO ================= */
.hero{
    position:relative;
    min-height:100vh;
    background:url('../images/banner.jpg') center/cover no-repeat;
}
.hero::before{
    content:'';
    position:absolute;
    inset:0;
    background:rgba(0,0,0,0.55);
}
.hero-content {
    position: relative;
    z-index: 2;
    padding-top: 120px;
    padding-bottom: 65px;
}
.hero h1{
    font-size:3.2rem;
    font-weight:700;
    line-height:1.1;
}
.left-box {
    display: flex;
    height: 69vh;
    align-items: center;
}
.right-box {
    display: flex;
    height: 69vh;
    align-items: end;
}
.hero p{
    color:#ddd;
    max-width:520px;
}
.hero .btn-enquire{
    background:#c9b37e;
    color:#000;
    border-radius:30px;
    padding:10px 22px;
    font-weight:600;
}

/* ================= IMAGE STRIP ================= */
.image-strip{
    display:flex;
    gap:3px;
}
.image-strip img {
    width: 200px;
    height: 170px;
    object-fit: cover;
    border-radius: 6px;
}
.features{
    position:relative;
    z-index:2;
    border-top:1px solid rgba(255,255,255,0.1);
}
.feature-box{
    display:flex;
    gap:15px;
}
.feature-icon{
    font-size:26px;
    color:#c9b37e;
}
.feature-box h6 {
    margin-bottom: 4px;
    text-transform: uppercase;
    font-weight: 400;
}
.feature-box p{
    font-size:14px;
    color:#ccc;
    margin:0;
}
.lux-btn{
    display:inline-flex;
    align-items:center;
    gap:12px;
    padding:8px 10px 8px 18px;
    background:#6f7f5a; /* olive green */
    color:#fff;
    font-size:14px;
    font-weight:500;
    border-radius:40px;
    text-decoration:none;
    transition:all .3s ease;
}

.lux-btn:hover{
    background:#7f8f67;
    color:#fff;
}

.lux-icon{
    width:32px;
    height:32px;
    background:#c9b37e; /* golden */
    color:#000;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:14px;
    font-weight:700;
}
.experience-box{
  display: flex;
  align-items: center;
  gap: 15px;
  background: #ffffff;
  padding: 15px 20px;
  border-radius: 6px;
  width: fit-content;
}

.experience-box .icon img{
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.experience-box .content h2{
     font-size: 50px;
    line-height: 1;
    margin: 0;
    color: #1f3d2b;
    font-weight: 700;
    font-family: 'Gilda Display', serif;

}

.experience-box .content p{
  margin: 4px 0 0;
  font-size: 25px;
  color: #000;
  font-family: serif;
}

.right-about-image {
    padding: 0 0 0 120px;
}
.about-section {
    background: #fffaf0;
    overflow: hidden;
    padding-top: 150px !important;
   
}
.bottom-image {
    margin-top: 72px;
}
/* Left Images */
.main-img img{
    border-radius:18px;
}

.overlay-img {
    position: absolute;
    top: -60px;
    right: -70px;
    width: 330px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}

/* Experience Badge */
.exp-badge{
    position:absolute;
    bottom:30px;
    left:-20px;
    background:#fff;
    border-radius:14px;
    padding:14px 18px;
    box-shadow:0 10px 25px rgba(0,0,0,0.15);
    text-align:center;
}
.exp-badge strong{
    display:block;
    font-size:26px;
    color:#3b5d3a;
}
.exp-badge span{
    font-size:13px;
    color:#666;
}

/* Right Content */
.about-label {
    color: #000000;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 39px;
    font-family: 'DM Sans', sans-serif;
}
.top-bar-shape {
    position: absolute;
    top: 0px;
    right: 0px;
}

.about-title{
    font-size:40px;
    font-weight:500;
    margin:15px 0;
    line-height:1.2;
    font-family: 'Gilda Display', serif;
}

.about-section p{
    color:#555;
    max-width:520px;
}

/* Responsive */


/* faded heading */
.bg-heading {
    position: absolute;
    top: -95px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 160px;
    font-weight: 600;
    opacity: .08;
    white-space: nowrap;
}
section.lodge-section h2 {
    font-family: 'Gilda Display', serif;
    font-size: 50px;
}
section.lodge-section p {
    font-family: 'DM Sans', sans-serif;
    font-size: 21px;
}
/* card wrapper */
.lodge-card {
    position: relative;
    border-radius: 120px;
    overflow: hidden;
    height: 361px;
    width: 100%;
}

/* image */
.lodge-card img{
    width:100%;
    height:100%;
    object-fit:cover;
}

/* icon */
.icon-box {
    position: absolute;
    top: 31px;
    left: 43px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #173d2b;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 13px;
}

.icon-box i{
    color:#fff;
    font-size:28px;
}

/* bottom pill */
.lodge-title {
    position: absolute;
    bottom: 35px;
    left: 50%;
    transform: translateX(-50%);
    background: rgb(255 255 255 / 69%);
    padding: 20px 20px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 27px;
    white-space: nowrap;
    width: 57%;
    color: #000000;
    font-family: 'DM Sans', sans-serif;
}

/* load more */
.load-btn{
    background:#173d2b;
    color:#fff;
    border-radius:25px;
    padding:8px 26px;
}


/* section bg */
.journey-section{
    background:#fbf6e9;
    position:relative;
    overflow:hidden;
    padding:100px 0;
    z-index: 1;
    font-family: 'DM Sans', sans-serif;
}

/* leopard pattern top */
.leopard-strip{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:55px;
    background-image:url('https://i.ibb.co/5nqg4gD/leopard-pattern.png');
    background-repeat:repeat-x;
    background-size:contain;
}

/* headings */
.small-title{
    font-size:14px;
    letter-spacing:1px;
    margin-bottom:10px;
}

.main-title{
    font-size:42px;
    font-weight:700;
    line-height:1.2;
    color:#173d2b;
}

/* paragraph */
.desc{
    max-width:420px;
    font-size:15px;
    color:#333;
}

/* divider */
.divider{
    width:1px;
    background:#c7c2b8;
    height:220px;
    margin:0 auto;
}

/* stats */
.stat-number{
    font-size:42px;
    font-weight:700;
    color:#000;
}

.stat-text {
    font-size: 21px;
    color: #173d2b;
    line-height: 1.3;
    font-weight: 600;
    font-family: 'DM Sans', sans-serif;
}

/* tiger image */
.tiger-img{
    position:absolute;
    right:-80px;
    top:50%;
    transform:translateY(-50%);
    max-width:420px;
    pointer-events:none;
}
/* section wrapper */
.facility-section{
    position:relative;
    padding:120px 0 80px;
}
.tiger-img {
    position: absolute;
    right: -20px;
    top: 60%;
    transform: translateY(-50%);
    max-width: 320px;
    pointer-events: none;
    z-index: 99999;
}
/* top half background */
.facility-section::before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:55%;             
    background:#fbf7ea;
    z-index:-1;
}

/* faded bg title */
.bg-title {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 160px;
    font-weight: 700;
    letter-spacing: 2px;
    opacity: .08;
    color: #173d2b;
}
section.facility-section h3 {
    font-family: 'Gilda Display', serif;
    font-size: 50px;
}
section.facility-section p {
  font-family: 'DM Sans', sans-serif;
    font-size: 21px;
}
.facility-card p {
    font-size: 17px !important;
}
/* facility card */
.facility-card {
    background: #fff;
    border: 1px solid #a7c37a;
    padding: 40px 24px 32px;
    height: 100%;
    text-align: center;
    border-radius: 40px 14px 14px 40px;
    box-shadow: 1px 1px 12px 5px #8bc34a4a;
}

/* icon */
.facility-icon{
    width:56px;
    height:56px;
    margin:0 auto 18px;
}

.facility-icon svg{
    width:100%;
    height:100%;
    stroke:#173d2b;
}

/* title & text */
.facility-card h5{
    font-size:16px;
    font-weight:600;
    margin-bottom:8px;
     font-family: 'Gilda Display', serif;
}

.facility-card p{
    font-size:13px;
    color:#555;
    line-height:1.45;
}
/* section */
.tiger-section{
    padding:90px 0 70px;
    text-align:center;
}

/* heading */
.tiger-title{
    font-weight:500;
    margin-bottom:10px;
    font-family: 'Gilda Display', serif;
    font-size: 50px;
}

.tiger-desc{

    margin:0 auto 50px;
    font-size:14px;
    color:#333;
    font-family: 'DM Sans', sans-serif;
    font-size: 21px;
}

/* card */
.tiger-card{
    position:relative;
    margin-bottom:40px;
}

.tiger-card img {
    width: 100%;
    height: 339px;
    object-fit: cover;
    border-radius: 88px;
    box-shadow: 1px 1px 6px 4px #8bc34ab5;
}

/* overlap title */
.card-label {
    position: absolute;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    border: 1px solid #a7c37a;
    padding: 10px 26px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 24px;
    white-space: nowrap;
}

/* load more */
.load-more{
    background:#173d2b;
    color:#fff;
    border-radius:30px;
    padding:9px 26px;
    font-size:14px;
    display:inline-flex;
    align-items:center;
    gap:10px;
}

.load-more span{
    width:22px;
    height:22px;
    border-radius:50%;
    background:#fff;
    color:#173d2b;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:700;
}
/* section */
.rooms-section{
    position:relative;
    padding:120px 0 80px;
    background-color: #fff;
}

/* leopard strip */
.leopard-strip{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:60px;
    background:url('../images/shape.png') repeat-x;
    background-size: contain;
}

/* heading */
.room-small{
    color: #000000;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 25px;
    font-family: 'DM Sans', sans-serif;
}

.room-title{
       font-weight: 500;
    margin-bottom: 10px;
    font-family: 'Gilda Display', serif;
    font-size: 50px;

}

.room-desc {
text-align: right;
    color: #333;
    font-family: 'DM Sans', sans-serif;
    font-size: 21px;
}

/* card */
.room-card{
    position:relative;
    border-radius:26px;
    overflow:hidden;
}

.room-card img{
    width:100%;
    height:420px;
    object-fit:cover;
}

/* overlay info */
.room-info{
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    padding:22px;
    color:#fff;
    background:linear-gradient(transparent, rgba(0,0,0,.75));
}

.room-info h5{
    font-size:18px;
    margin-bottom:2px;
}

.room-size{
    font-size:13px;
    opacity:.8;
}

.room-price{
    font-size:20px;
    font-weight:600;
    margin:6px 0;
}

.room-info a{
    font-size:12px;
    color:#fff;
    text-decoration:underline;
}

/* arrows */
.slider-arrows button{
    width:42px;
    height:42px;
    border-radius:50%;
    border:none;
    background:#d7b56d;
    margin:0 6px;
}
.safari-section{
    padding:90px 0 80px;
    background-color: #fff;
}

/* heading */
.safari-title{
   font-weight: 500;
    margin-bottom: 10px;
    font-family: 'Gilda Display', serif;
    font-size: 50px;
}

.safari-desc{
       margin: 0 auto 50px;
    color: #333;
    font-family: 'DM Sans', sans-serif;
    font-size: 21px;
}

/* card */
.safari-card{
    position:relative;
    padding-bottom:60px;
}

.safari-card img{
    width:100%;
    height:460px;
    object-fit:cover;
    border-radius:36px;
    box-shadow: 1px 1px 9px 4px #8bc34ab0;
    overflow: hidden;
}

/* overlap info */
.safari-info{
    position:absolute;
    bottom:0;
    left:50%;
    transform:translateX(-50%);
    width:85%;
    background:#FEFBF8;
    border-radius:26px;
    padding:20px;
    text-align:left;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

/* rating */
.rating{
    font-size:12px;
    color:#666;
}

.stars{
    color:#f5b301;
    font-size:14px;
    margin-bottom:6px;
}

/* content */
.safari-info h5{
    font-size:16px;
    font-weight:600;
    margin-bottom:6px;
}

.safari-info p{
    font-size:13px;
    color:#444;
    line-height:1.5;
}

/* link */
.safari-info a{
    font-size:12px;
    text-decoration:underline;
    color:#000;
}

/* arrows */
.slider-arrows{
    margin-top:30px;
}

.slider-arrows button{
    width:42px;
    height:42px;
    border-radius:50%;
    border:none;
    background:#d7b56d;
    margin:0 6px;
}
.know-section {
  background: #fdf7e6;
}

/* Big faded text */
.know-bg-text {
  font-size: 100px;
  font-weight: 600;
  color: #1e3d2b;
  opacity: 0.08;
  letter-spacing: 3px;
}

/* Main heading */
.know-title {
    font-weight: 500;
    margin-bottom: 10px;
    font-family: 'Gilda Display', serif;
    font-size: 50px;
    margin-top: -62px;
}

/* Paragraph */
.know-desc {
 margin: 0 auto 50px;
    color: #333;
    font-family: 'DM Sans', sans-serif;
    font-size: 21px;
}
}

/* Card */
.know-card {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}

/* Image */
.know-card img {
    height: 300px;
    width: 100%;
    object-fit: cover;
    border-radius: 50px;
    box-shadow: 0px 0px 8px 5px #8bc34a57;
}

.know-card {
  position: relative;
  border-radius: 30px;
  overflow: visible;
  margin-bottom: 40px;
}

.know-label {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    padding: 10px 60px;
    border-radius: 40px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
    font-size: 23px;
    width: calc(100% - 40px);
    text-align: center;
}

.hero-wildlife {
  height: 420px;
  background: url("tiger-bg.jpg") center center / cover no-repeat;
  position: relative;
  font-family: 'Poppins', sans-serif;
}

.hero-wildlife .overlay {
  position: absolute;
  inset: 0;
  background-image: url(../images/bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-small {
  color: #fff;
  font-size: 13px;
  letter-spacing: 2px;
  display: inline-block;
  margin-bottom: 15px;
}

.hero-title {
  color: #fff;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
}

.hero-title span {
  display: inline-block;
  padding-bottom: 6px;
}

/* Button */
.hero-btn {
  margin-top: 25px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #153b2e;
  color: #fff;
  padding: 12px 22px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 14px;
}

.hero-btn .arrow {
  background: #e8c87e;
  color: #153b2e;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}
.stories-section {
   background-color: #fff;
}

/* Title */
.stories-title {
      font-weight: 500;
    margin-bottom: 10px;
    font-family: 'Gilda Display', serif;
    font-size: 50px;
}

/* Subtitle */
.stories-desc {
     margin: 0 auto 50px;
    color: #333;
    font-family: 'DM Sans', sans-serif;
    font-size: 21px;
}

/* Card */
.story-card {
  border: 1px solid #cfe0b8;
  background: #fff;
  height: 100%;
}

.story-card img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}

/* Content */
.story-content {
  padding: 18px;
}

.story-meta {
  display: block;
  font-size: 11px;
  letter-spacing: 1px;
  color: #7fa245;
  margin-bottom: 10px;
}

.story-content h5 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
}

.footer {
  background: linear-gradient(90deg, #0c0c0c, #1a1a1a);
  font-family: 'DM Sans', sans-serif;
  color: #ccc;
}

.footer-logo {
  max-width: 157px;
}

.footer-text {
  font-size: 13px;
  line-height: 1.6;
}

.footer-social a {
  width: 30px;
  height: 30px;
  background: #7fa245;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 6px;
  text-decoration: none;
  font-size: 14px;
}

.footer-title {
  font-size: 13px;
  color: #fff;
  margin-bottom: 12px;
  font-weight: 500;
}

.newsletter-form {
  display: flex;
  border: 1px solid #7fa245;
  max-width: 420px;
}

.newsletter-form input {
  flex: 1;
  background: transparent;
  border: none;
  padding: 8px 12px;
  color: #fff;
  font-size: 13px;
}

.newsletter-form button {
  background: #7fa245;
  border: none;
  padding: 8px 18px;
  color: #fff;
  font-size: 12px;
}

.footer ul {
  list-style: none;
  padding: 0;
}

.footer ul li {
  margin-bottom: 6px;
}

.footer ul li a {
  color: #ccc;
  font-size: 13px;
  text-decoration: none;
}

.footer-contact {
  font-size: 13px;
  line-height: 1.6;
}

.footer-bottom {
  background: #123d2b;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  font-size: 13px;
}
.rating-stars i {
    color: #f4b400;
    font-size: 11px;
    margin-right: 3px;
    margin-bottom: 10px;
}
#backToTop{
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 45px;
  height: 45px;
  background: #1f3d2b; /* তোমার theme color */
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 9999;
}

#backToTop.show{
  opacity: 1;
  visibility: visible;
}

#backToTop:hover{
  background: #2f6b4a;
}
/* Preloader Background */
#preloader {
    position: fixed;
    inset: 0;
    background: #ffffff; 
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
}

/* Wrapper */
.loader-wrapper {
    position: relative;
    width: 200px;
    height: 200px;
}

/* Tiger Image */
.tigers-img {
    width: 70%;
    height: auto;
    margin: auto;
    display: block;
    position: relative;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
}

/* Spinner on top of tiger */
.spinners {
    position: absolute;
    inset: -15px;
    border: 10px solid rgba(0,0,0,0.1);
    border-top: 4px solid #193b23;
    border-radius: 50%;
    animation: spin 1.2s linear infinite;
    z-index: 3;
}

/* Rotate Animation */
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Fade out animation */
.loaded #preloader {
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s ease;
}
/*modal-btn*/
.custom-modal .modal-dialog {
    transform: translateY(-40px);
    transition: all 0.4s ease-in-out;
}

.custom-modal.show .modal-dialog {
    transform: translateY(0);
}

/* Modal box styling */
.modal-content {
    border-radius: 16px;
    padding: 10px;
}

/* Input styling */
.form-control {
    height: 50px;
    border-radius: 10px;
    border: 1px solid #ddd;
}

.form-control:focus {
    box-shadow: none;
    border-color: #0d6efd;
}

/* Textarea */
textarea.form-control {
    height: auto;
}

/* Submit button */
.btn-submit {
    background: linear-gradient(135deg, #0d6efd, #0a58ca);
    color: #fff;
    border-radius: 30px;
    padding: 12px 35px;
    border: none;
    transition: 0.3s;
}

.btn-submit:hover {
    background: linear-gradient(135deg, #0a58ca, #0d6efd);
}
h4.modal-title.fw-bold {
    text-align: center;
    display: flex;
    width: 100%;
    justify-content: center;
    color: #fff;
}
.modal-content {
    background-color: #153623;
    border: 1px solid #fff;
}
/* ================= MOBILE ================= */
@media(max-width:991px){
    .hero h1{
        font-size:2.2rem;
    }
    .image-strip{
        margin-top:25px;
        flex-direction: column;
    }
     .overlay-img{
        right:10px;
        top:10px;
    }
    .exp-badge{
        left:10px;
    }
    .about-title{
        font-size:30px;
    }
    .divider{display:none;}
    .tiger-img{
        position:relative;
        right:-40px;
        transform:none;
        margin-top:40px;
    }
    .bg-heading{font-size: 27px;}
    .right-box{display: none;}
    .container.features.py-4{display: none;}
    .left-box{height: 38vh;}
    .hero{min-height: 38vh;}
    .right-about-image{padding: 0px;}
    .lodge-title{font-size: 23px; width: 100%;}
    .main-title{font-size: 30px;}
    .bg-title{font-size: 50px;}
    .facility-section {
    position: relative;
    padding: 48px 0 80px;
}
.tiger-section {
    padding: 0px 0 70px;
   
}
.room-desc{
    text-align: center;
}
.room-title{
    text-align: center;
}
.room-small{display: block;text-align: center;}
.safari-section {
    padding: 0px 0 80px;
    background-color: #fff;
}
.know-bg-text {
    font-size: 50px;
   
}
.navbar-nav .nav-link{
    color: #fff;
}
.overlay-img{position: relative;}
.exp-badge{bottom: 170px;left: 29px;}
a.navbar-brand img{max-width: 159px;}
.bg-heading{top: 4px;}
section.lodge-section {
    padding: 19px 0 0 0;
}
.bg-title{top: 0px;}
}



/* ================= FLOATING BUTTONS ================= */
.floating-buttons {
    position: fixed;
    bottom: 30px;
    left: 30px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.floating-btn {
    
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
}

.floating-btn:hover {
    transform: translateY(-5px) scale(1.1);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.floating-btn:active {
    transform: translateY(0) scale(0.95);
}

.floating-btn::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    transform: scale(0);
    transition: transform 0.3s ease;
}

.floating-btn:hover::after {
    transform: scale(1);
}

/* Call Button */
.floating-call {
    background: linear-gradient(135deg, #25D366, #128C7E); /* WhatsApp green gradient */
}

.floating-call i {
    animation: pulse 2s infinite;
}

/* WhatsApp Button */
.floating-whatsapp {
    background: linear-gradient(135deg, #25D366, #128C7E);
}

/* Tooltip */
.floating-tooltip {
    position: absolute;
    right: 70px;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 8px 15px;
    border-radius: 5px;
    font-size: 14px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    pointer-events: none;
}

.floating-tooltip::after {
    content: '';
    position: absolute;
    right: -6px;
    top: 50%;
    transform: translateY(-50%);
    border-width: 6px 0 6px 6px;
    border-style: solid;
    border-color: transparent transparent transparent rgba(0, 0, 0, 0.8);
}

.floating-btn:hover .floating-tooltip {
    opacity: 1;
    visibility: visible;
    right: 75px;
}

/* Pulsing animation for call button */
@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

/* Mobile responsive */
@media (max-width: 768px) {
    .floating-buttons {
        bottom: 20px;
        left: 20px;
        right: auto;   /* ✅ IMPORTANT */
        z-index: 99999;
    }

    .floating-btn {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }

    .floating-tooltip {
        font-size: 12px;
        padding: 6px 10px;
        right: 60px;
    }

    .floating-btn:hover .floating-tooltip {
        right: 65px;
    }
}


/* Animation for button entrance */
@keyframes floatIn {
    from {
        opacity: 0;
        transform: translateY(50px) scale(0.5);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.floating-buttons {
    animation: floatIn 0.6s ease-out;
}



