
        .navbar-custom {
    background-color: #28594a; /* Deep green background */
  }

  .navbar-custom .nav-link {
    color: white;
    font-family: 'Poppins', sans-serif;
    padding: 10px 15px;
    font-size: 1rem;
    transition: color 0.3s;
  }

  .navbar-custom .nav-link:hover,
  .navbar-custom .nav-link:focus {
    color: #ffd700 !important; /* Gold on hover */
  }

  .navbar-custom .nav-link.active {
    color: #ffd700 !important;
    font-weight: bold;
  }

  .call-btn {
    background-color: #dc3545; /* Red */
    color: white;
    font-weight: 500;
    border-radius: 5px;
    padding: 8px 15px;
    text-decoration: none;
  }

  .call-btn:hover {
    background-color: #bb2d3b;
    color: #fff;
  }

  .logo-img {
    height: 60px;
  }

  @media (max-width: 991px) {
    .call-btn {
      margin-top: 10px;
    }
  }

		 .booking-form {
      background-color:#2b5b4e;
      padding: 20px;
      border-radius: 10px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	  color:#FFF !important;
    }
	.ada {color:#9b3447;}
	.ada1 {color:#000; font-size:22px; font-weight:700; text-align:justify; text-decoration:none;}
	.ada1 a{color:#000; text-decoration:none;}
	.ada1 a:hover{color:#9b3447;}
    
        .info-box {
            background: #f8f9fa;
            padding: 20px;
            border-radius: 8px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            text-align: center;
        }
        .video-section {
            background: url('your-background-image.jpg') no-repeat center center;
            background-size: cover;
            padding:0px 0;
            text-align: center;
            color: white;
        }
		.gallery img {
            width: 100%;
            height: auto;
            cursor: pointer;
            transition: transform 0.3s;
        }
        .gallery img:hover {
            transform: scale(1.1);
        }
        .modal-content img {
            width: 100%;
            height: auto;
        }
		.footer {
            background: #343a40;
            color: white;
            padding:40px 0;
            text-align: left;
        }
        .footer a {
            color: #f8f9fa;
            text-decoration: none;
            margin:1px;
            display: inline-block;
        }
        .footer a:hover {
            text-decoration: none;
			color:#ffcc00;
        }
        .social-icons a {
            font-size: 24px;
            margin: 0 10px;
        }
        #backToTop {
            position: fixed;
            bottom: 20px;
            right: 20px;
            display: none;
        }
.footer-links a {
            color: #000;
            text-decoration: none;
            transition: color 0.3s ease-in-out;
        }

        .footer-links a:hover {
            color: #0056b3;
            text-decoration: none;
        }
		.content {color:#000; text-decoration:none;}
		.content a{color:#dc3545; text-decoration:none;}
		.content a:hover{color:#000; text-decoration:none;}
