@charset "utf-8";
/* CSS Document */
    /* Top blue strip */
    .top-strip {
      background-color: #2f5d9f; /* Blue strip color */
      height: 40px;
    }
    /* Navbar */
    .navbar {
      background-color: #ffffff;
      box-shadow: 0 2px 6px rgba(0,0,0,0.08);
      padding: 0.7rem 1rem;
    }
    .navbar-brand img {
      height:90px;
    }
    .nav-link {
      color: #000;
      font-weight: 500;
      margin: 0 10px;
      transition: all 0.3s;
      border-radius: 20px;
      padding: 8px 16px !important;
    }
    .nav-link:hover {
      color: #d71920;
      background-color: rgba(215, 25, 32, 0.1); /* light red background on hover */
    }
    .nav-link.active {
      background-color: #d71920; /* red background */
      color: #fff !important;
      font-weight: 600;
      box-shadow: 0 3px 6px rgba(0,0,0,0.15);
    }
    .dropdown-menu {
      border-radius: 8px;
      border: 1px solid #ddd;
    }
    .dropdown-item:hover {
      background-color: #f8f9fa;
      color: #d71920;
    }
    /* Phone + Book Now */
    .phone-number {
      font-weight: bold;
      color: #2f5d9f; /* Blue */
      margin-right: 15px;
      white-space: nowrap;
      text-decoration: none;
      transition: color 0.3s;
    }
    .phone-number i {
      margin-right: 6px;
    }
    .phone-number:hover {
      color: #d71920; /* Red hover */
      text-decoration: underline;
    }
    .book-btn {
      background-color: #d71920; /* Red from logo */
      color: #fff;
      border-radius: 25px;
      padding: 8px 20px;
      font-weight: 600;
      transition: background 0.3s;
    }
    .book-btn:hover {
      background-color: #b5121b;
      color: #fff;
    }
  </style>
   <style>
    /* Slider container */
    .carousel-item {
      height:600px; /* Adjust slider height */
      overflow: hidden;
    }
    .carousel-item img {
      object-fit: cover;
      width: 100%;
      height: 100%;
      transform: scale(1);
      transition: transform 6s ease; /* Smooth zoom effect */
    }
    .carousel-item.active img {
      transform: scale(1.2); /* Zoom on active slide */
    }
    /* Next / Prev button style */
    .carousel-control-prev-icon,
    .carousel-control-next-icon {
      background-size: 100% 100%;
      filter: invert(1) whitescale(100); /* White arrows */
    }
    .carousel-control-prev,
    .carousel-control-next {
      width: 8%;
    }

    .about-section {
      background: #f9f9f9;
      padding: 80px 0;
    }
    .about-title {
      font-size: 2.8rem;
      font-weight: 700;
      color: #222;
    }
    .about-subtitle { font-size:20px;
      color: #2d5e97;
      font-weight: 600;
      letter-spacing: 1px;
    }
    .about-box {
      background: #fff;
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 5px 20px rgba(0,0,0,0.05);
      text-align: center;
      transition: all 0.4s ease;
    }
    .about-box:hover {
      transform: translateY(-8px);
      box-shadow: 0 8px 25px rgba(0,0,0,0.1);
    }
    .about-box i {
      font-size: 40px;
      color: #2d5e97;
      margin-bottom: 15px;
    }
    .btn-book {
      background: #2d5e97;
      border: none;
      color: #fff;
      padding: 12px 25px;
      border-radius: 5px;
      transition: all 0.3s ease;
      text-transform: uppercase;
      font-weight: 600;
    }
    .btn-book:hover {
      background: #244a78;
    }
    .about-img {
      overflow: hidden;
      border-radius: 10px;
    }
    .about-img img {
      transition: transform 0.5s ease;
    }
    .about-img:hover img {
      transform: scale(1.08);
    }

    .services-section {
      background: #f9f9f9;
      padding: 60px 0;
      text-align: center;
    }
    .services-section h2 {
      font-size: 36px;
      font-weight: bold;
      margin-bottom: 40px;
    }
    .service-box {
      background: #fff;
      border-radius: 50% 50% 0 50%;
      padding: 40px 20px;
      transition: all 0.4s ease;
      box-shadow: 0 4px 12px rgba(0,0,0,0.08);
      cursor: pointer;
    }
    .service-box:hover {
      background: #2d5e97;
      color: #fff;
      transform: translateY(-10px) scale(1.05);
    }
    .service-box i {
      font-size: 40px;
      color: #2d5e97;
      margin-bottom: 15px;
      transition: color 0.4s ease;
    }
    .service-box:hover i {
      color: #fff;
    }
    .service-box h5 {
      font-size: 18px;
      font-weight: 600;
      margin-top: 10px;
    }

    .booknow-section {
      position: relative;
      background: url('exterior.jpg') no-repeat center center/cover;
      color: white;
      padding: 100px 0;
      overflow: hidden;
    }
    .booknow-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0,0,0,0.5);
    }
    .booknow-content {
      position: relative;
      z-index: 2;
      opacity: 0;
      transform: translateY(40px);
      animation: fadeUp 1s ease forwards;
    }
    .booknow-content:nth-child(1) {
      animation-delay: 0.3s;
    }
    .booknow-content:nth-child(2) {
      animation-delay: 0.6s;
    }
    .booknow-btn {
      background-color: #1f3d69;
      color: #fff;
      font-weight: bold;
      padding: 15px 40px;
      border-radius: 0;
      transition: 0.3s;
    }
    .booknow-btn:hover {
      background-color: #2d5e97;
      color: #fff;
      transform: scale(1.05);
    }
    .booknow-subtitle {
      font-size: 14px;
      letter-spacing: 2px;
      color: #d9c9b2;
    }
    .booknow-title {
      font-size: 42px;
      font-weight: 700;
    }

    /* Animation Keyframes */
    @keyframes fadeUp {
      0% {
        opacity: 0;
        transform: translateY(40px);
      }
      100% {
        opacity: 1;
        transform: translateY(0);
      }
    }

    body {
      background-color: #f8f9fa;
      font-family: 'Segoe UI', sans-serif;
    }

    .featured-rooms {
      padding: 60px 20px;
      text-align: center;
    }

    .flip-card {
      background-color: transparent;
      width: 100%;
      height: 300px;
      perspective: 1000px;
    }

    .flip-card-inner {
      position: relative;
      width: 100%;
      height: 100%;
      transition: transform 0.8s;
      transform-style: preserve-3d;
    }

    .flip-card:hover .flip-card-inner {
      transform: rotateY(180deg);
    }

    .flip-card-front,
    .flip-card-back {
      position: absolute;
      width: 100%;
      height: 100%;
      backface-visibility: hidden;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }

    .flip-card-front img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .flip-card-back {
      background-color: white;
      color: #333;
      transform: rotateY(180deg);
      padding: 20px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }

    .room-title {
      font-size: 1.5rem;
      font-weight: 600;
    }

    .room-desc {
      font-size: 0.9rem;
      color: #666;
      margin: 10px 0;
      text-align: center;
    }

    .price {
      color: #ffdd00;
      font-weight: bold;
      margin-bottom: 10px;
    }

    .btn-book {
      background-color: #2d5e97;
      color: white;
      border: none;
      padding: 8px 16px;
      border-radius: 5px;
      transition: background-color 0.3s;
    }

    .btn-book:hover {
      background-color: #224a77;
    }

    .video-section {
      position: relative;
      background: url('video.jpg') no-repeat center center/cover;
      height: 90vh;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: #fff;
    }
    .video-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.4); /* dark overlay */
    }
    .video-content {
      position: relative;
      z-index: 2;
    }
    .video-btn {
      width: 80px;
      height: 80px;
      border-radius: 50%;
      background: #d4a762;
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 2rem;
      border: none;
      margin-top: 20px;
      transition: transform 0.3s ease-in-out;
    }
    .video-btn:hover {
      transform: scale(1.1);
    }

    footer {
      background: linear-gradient(135deg, #1c1c1c, #2d5e97);
      color: #eee;
      padding: 50px 0 20px;
      position: relative;
    }
    footer h5 {
      color: #fff;
      margin-bottom: 20px;
      font-weight: 600;
    }
    footer a {
      color: #ddd;
      text-decoration: none;
      transition: color 0.3s ease;
    }
    footer a:hover {
      color: #ffd27f; /* light gold hover */
    }
    .social-icons a {
      font-size: 20px;
      margin-right: 15px;
      color: #ddd;
      transition: color 0.3s ease, transform 0.2s ease;
    }
    .social-icons a:hover {
      color: #ffd27f;
      transform: scale(1.1);
    }
    /* Back to top button */
    .back-to-top {
      position: absolute;
      right: 20px;
      bottom: 20px;
      background: #ffd27f;
      color: #1c1c1c;
      border: none;
      border-radius: 50%;
      width: 45px;
      height: 45px;
      font-size: 20px;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: background 0.3s ease, transform 0.3s ease;
    }
    .back-to-top:hover {
      background: #e0b85d;
      transform: translateY(-4px);
    }