@charset "utf-8";
/* CSS Document */

 .top-strip { background-color: #c41e3a; color: white; }
    .navbar-bg { background-color: #fff; }
    .phone-link { color: white !important; text-decoration: none; font-weight: 600; }
    .phone-link:hover { color: #ffcccc !important; }
    .nav-link.active { background-color: #c41e3a !important; border-radius: 6px; padding: 8px 20px !important; color:#FFFFFF !important; }
    .dropdown-menu { background-color: #003087; border: none; }
    .dropdown-item { color: white; }
    .dropdown-item:hover { background-color: #c41e3a; color: white; }
    .carousel-item img { height: 90vh; object-fit: cover; }
    .carousel-control-prev-icon,
    .carousel-control-next-icon { background-color: #c41e3a; border-radius: 50%; padding: 20px; }
	  body { font-family: 'Poppins', sans-serif; }
    h1, h2, h3, h4, h5 { font-family: 'Playfair Display', serif; }
    .carousel-item img { height: 90vh; object-fit: cover; }
    .carousel-control-prev-icon, .carousel-control-next-icon { background-color: #c41e3a; border-radius: 50%; padding: 20px; }
    .section-title { color: #003087; text-decoration:none;}
	.section-title a{ color: #003087; text-decoration:none;}
	.section-title a:hover{ color:#c41e3a; text-decoration:none;}
    .feature-icon { font-size: 3rem; color: #c41e3a; }
	.capt {text-shadow: 2px 2px #000}
	.cap {text-shadow: 2px 2px #000;}
	 .flip-card {
    height: 320px;
    perspective: 1000px;
    cursor: pointer;
  }
  .flip-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transform-style: preserve-3d;
  }
  .flip-card:hover .flip-inner {
    transform: rotateY(180deg);
  }
  .flip-front, .flip-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 20px;
  }
  .flip-front {
    background: white;
    color: #003087;
  }
  .flip-back {
    transform: rotateY(180deg);
  }
  .btn-outline-white {
    border: 3px solid white;
    color: white;
    font-weight: 600;
  }
  .btn-outline-white:hover {
    background: white;
    color: #003087;
  }
   .attraction-card {
    background: rgba(255,255,255,0.12);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 20px;
    padding: 2.5rem 1.5rem;
    text-align: center;
    color: white;
    transition: all 0.5s ease;
    transform: translateY(30px);
  }
  .attraction-card:hover {
    transform: translateY(-20px) scale(1.05);
    background: rgba(196,30,58,0.4);
    box-shadow: 0 20px 40px rgba(0,0,0,0.4);
  }
  .icon-circle {
    width: 100px; height: 100px;
    background: rgba(196,30,58,0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-size: 2.5rem;
    box-shadow: 0 10px 30px rgba(196,30,58,0.4);
    transition: all 0.5s;
  }
  .attraction-card:hover .icon-circle {
    background: white;
    color: #c41e3a;
    transform: rotate(360deg) scale(1.2);
  }
  .btn-outline-white {
    border: 3px solid white;
    color: white;
    border-radius: 50px;
  }
  .btn-outline-white:hover {
    background: white;
    color: #003087;
  }
   .video-wrapper {
    position: relative;
    background: #000;
    max-width: 600px;
    margin: 0 auto;
  }
  .video-play-overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: opacity 0.4s ease;
  }
  .play-btn-big {
    width: 100px; height: 100px;
    background: #c41e3a;
    border: none;
    border-radius: 50%;
    color: white;
    font-size: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 15px 35px rgba(196,30,58,0.6);
    transition: all 0.3s ease;
  }
  .play-btn-big:hover {
    transform: scale(1.1);
    background: white;
    color: #c41e3a;
  }
  .play-btn-big i { margin-left: 6px; }

  .video-info {
    position: absolute;
    bottom: 20px; left: 20px;
    background: rgba(0,48,135,0.9);
    color: white;
    padding: 15px 25px;
    border-radius: 15px;
    backdrop-filter: blur(10px);
  }

  .map-badge {
    position: absolute;
    top: 20px; left: 20px;
    background: #c41e3a;
    color: white;
    padding: 12px 20px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 1rem;
    box-shadow: 0 10px 30px rgba(196,30,58,0.4);
    z-index: 10;
  }
  .map-badge i { font-size: 1.5rem; }

  /* Hide overlay when playing */
  .playing .video-play-overlay {
    opacity: 0;
    pointer-events: none;
  }
   .cgs { color: #fff !important; text-decoration:none !important;}
 .cgs a { color: #fff !important; text-decoration:none !important;}
  .cgs a:hover { color: #c41e3a !important; text-decoration:none;}
     .cgs1 { color: #fff !important; text-decoration:none !important;}
 .cgs1 a { color: #fff !important; text-decoration:none !important;}
  .cgs1 a:hover { color: #FC0 !important; text-decoration:none;}
 .hover-text-danger { color: #fff !important; transition: 0.3s; text-decoration:none !important;}
 .hover-text-danger:a { color: #fff !important; transition: 0.3s; text-decoration:none !important;}
  .hover-text-danger:hover { color: #c41e3a !important; transition: 0.3s; text-decoration:none;}
  .social-icons a:hover { background: #c41e3a !important; border-color: #c41e3a !important; }
  #backToTop:hover { transform: translateY(-5px); }
  .txt { color:#000 !important; text-decoration:none !important;}
 .txt a { color:#c41e3a !important; text-decoration:none !important;}
  .txt a:hover { color:#000 !important; text-decoration:none !important;}