 :root {
      --primary-color: #007bff;
      --secondary-color: #6c757d;
    }

	body { 
		font-family: 'Poppins', sans-serif; background: #EDF4FE;font-size:15px; line-height:1.4em; color:#6c757d !important;
		
	 
    /* Font Smoothing */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-feature-settings: "kern" 1;
    font-kerning: normal;
	
	
	}
		
		
    .hero-section {
	background: linear-gradient(135deg, #0a1e3e 0%, #2d1f3f 50%, #8b3a3a 100%);
     
      color: white;
      padding: 90px 0;
    }
	
	
	.servicetitle {
      font-size: 1.8rem;
      font-weight: 500px;
      color: #ffff07;
	  line-height:1.8rem;
	  margin-top:1rem;
    }
	
	.description {
      font-size: 1.1rem;
      font-weight: light;
      color: #EDF4EE;
	  line-height:1.8rem;
    }
	
    .price-badge {
      font-size: 1.1rem;
      font-weight: bold;
      color: #28a745;
    }
    .cta-section {
      background: #f8f9fa;
      padding: 40px 0;
      margin-top: 40px;
    }
    .cta-btn {
      padding: 15px 30px;
      font-size: 1.1rem;
      border-radius: 50px;
      margin: 10px;
    }
    .feature-icon {
      font-size: 3rem;
      color: var(--primary-color);
      margin-bottom: 15px;
    }
    .service-card {
      transition: transform 0.3s ease;
      border: none;
      box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    }
   
    .rating-stars {
      color: #ffc107;
    }
	
	
	
	.navbar {
      padding: 1rem 0;
    }
    
    .navbar-brand img {
      height: 32px;
      width: auto;
    }
    
    .nav-link {
      color: #333 !important;
      font-weight: 500;
      padding: 0.5rem 1rem !important;
      display: flex;
      align-items: center;
      gap: 0.5rem;
    }
    
    .nav-link:hover {
      color: #e91e63 !important;
    }
    
    .nav-link i {
      font-size: 0.8rem;
    }
    
    .fantastic-club {
      color: #e91e63 !important;
    }
    
    .deals {
      color: #1e40af !important;
    }
    
    .btn-book {
      background-color: #fff;
      color: #e91e63;
      border: 2px solid #e91e63;
      font-weight: 600;
      padding: 0.2rem 0.5rem;
      border-radius: 2px;
      white-space: nowrap;
    }
    
    .btn-book:hover {
      background-color: #e91e63;
      color: #fff;
    }
	 
	
	
    
    .navbar-nav .dropdown-toggle::after {
      margin-left: 0.1rem;
    }
    
    .call-us-link, .user-link {
      color: #333 !important;
    }
    
    @media (max-width: 991px) {
      .navbar-collapse {
        margin-top: 1rem;
      }
      
      .btn-book {
        margin-top: 1rem;
        /* width: 100%;*/
      }
      
      .navbar-nav {
        width: 90%;
      }
      
      .ms-lg-auto {
        margin-top: 1rem;
      }
    }
	
	
	.fslim {
		
		background-color:#8c1a1a ;color:white;
		
	}