@charset "utf-8";
/* CSS Document */
p a {color:#002d62 !important; text-decoration:none !important;}
p a:hover {color:#000000; text-decoration:none;}
.logo{margin-right: 10px; position:absolute; z-index:100;}
    .navbar {
      background-color: #002d62; /* Navy Blue */
    }
    .navbar-brand {
      color: #ff6f00; /* Orange */
      font-weight: bold;
    }
    .navbar-brand:hover {
      color: #ffc300; /* Yellow */
    }
    .nav-link {
      color: white !important;
    }
    .nav-link:hover {
      color: #ffc300 !important; /* Yellow */
    }
    .nav-link.active {
      background-color: #ff6f00; /* Orange */
      color: white;
      border-radius: 5px;
      font-weight: bold;
    }
	    .dropdown-menu {
      background-color: #003366 !important; /* Navy blue dropdown background */
    }
    .dropdown-item {
      color: white !important;
    }
    .dropdown-item:hover {
      background-color: #FFA500 !important; /* Orange hover effect for dropdown items */
    }
    .phone-link {
      color: #ff6f00; /* Orange */
      font-weight: bold;
      text-decoration: none;
      display: flex;
      align-items: center;
    }
    .phone-link i {
      margin-right: 8px; /* Space between icon and text */
    }
    .phone-link:hover {
      color: #ffc300; /* Yellow */
    }
	/* Fullscreen slider styling */
    .carousel-item {
      height: 100vh; /* Fullscreen height */
      background-size: cover;
      background-position: center;
      position: relative;
    }

    .carousel-item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 1.5s ease;
    }

    .carousel-item.active img {
      transform: scale(1.1); /* Zoom effect on active slide */
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
      background-color: rgba(0, 0, 0, 0.5);
      border-radius: 50%;
      padding: 10px;
    }

    @media (max-width: 768px) {
		.logo{margin-right: 10px; position: relative; z-index:0; height:50px;}
      .carousel-item {
        height: 70vh; /* Adjust height for smaller screens */
      }
    }

 .booking-form {
      background-color: #ff5e01;
      padding: 20px;
      border-radius: 10px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	  color:#FFF !important;
    }
	

    .form-control:focus, .form-select:focus {
      border-color: #ff6f00;
      box-shadow: 0 0 5px rgba(255, 111, 0, 0.5);
    }

    .btn-book-now {
      background-color: #002d62; /* Navy Blue */
      color: white;
      font-weight: bold;
      border: none;
    }

    .btn-book-now:hover {
      background-color: #ff6f00; /* Orange */
      color: white;
    }

    @media (max-width: 768px) {
      .booking-form .row {
        flex-wrap: wrap;
      }
    }
.content-section {
      padding:5px 0;
      background-color: #f8f9fa; /* Light background */
    }

    .content-section h1 { font-size:32px;
      color: #002d62; /* Navy blue */
      font-weight: bold;
    }

    .content-section p {
      color: #333;
      line-height: 1.8;
    }

    .content-section .btn-learn-more {
      background-color: #002d62;
      color: white;
      font-weight: bold;
      border: none;
    }

    .content-section .btn-learn-more:hover {
      background-color: #ff6f00; /* Orange */
    }
.services-section {
      padding: 80px 0;
      background: linear-gradient(135deg, #002d62, #0e8ba7);
      color: white;
    }

    .service-box {
      background: rgba(255, 255, 255, 0.1);
      border-radius: 15px;
      padding: 40px 20px;
      text-align: center;
      transition: all 0.3s ease;
      backdrop-filter: blur(8px);
    }

    .service-box:hover {
      background: rgba(255, 255, 255, 0.2);
      transform: translateY(-10px);
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    }

    .service-box i {
      font-size: 50px;
      color: #ff6f00;
      margin-bottom: 20px;
      transition: color 0.3s ease;
    }

    .service-box:hover i {
      color: #ffd700; /* Gold */
    }

    .service-box h4 {
      font-size: 22px;
      font-weight: bold;
      margin-bottom: 15px;
    }

    .service-box p {
      font-size: 14px;
      margin-bottom: 20px;
      color: #e0e0e0;
    }

    .service-box a {
      font-weight: bold;
      color: #ffd700; /* Gold */
      text-decoration: none;
    }

    .service-box a:hover {
      text-decoration: underline;
    }

    .section-title1 {
      text-align: center;
      margin-bottom: 50px;
    }

    .section-title1 h2 {
      font-size: 36px;
      font-weight: bold;
      color: #ffd700;
	  text-align:center; 

    }

    .section-title1 p {
      color: #e0e0e0;
      font-size: 16px;
    }
.gallery-img {
      transition: transform 0.3s ease;
      cursor: pointer;
    }
    .gallery-img:hover {
      transform: scale(1.1);
    }
    .modal-body {
      position: relative;
    }
    .modal-btn {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background-color: rgba(0, 0, 0, 0.5);
      color: white;
      border: none;
      font-size: 2rem;
      padding: 0.5rem 1rem;
      cursor: pointer;
      z-index: 1050;
    }
    .modal-btn:hover {
      background-color: rgba(0, 0, 0, 0.7);
    }
    .btn-prev {
      left: 10px;
    }
    .btn-next {
      right: 10px;
    }
    .btn-close {
      position: absolute;
      top: 10px;
      right: 10px;
      z-index: 1050;
    }
	#backToTop {
      position: fixed;
      bottom: 20px;
      right: 20px;
      display: none;
      z-index: 1000;
    }
	.gen {color:#FFF; text-decoration:none !important;}
	.gen a{color:#FFF !important;}
	.gen a:hover{color:#ffb901 !important;}
	.title4 {font-size:24px; color:#ffb901;}
	.title5 {font-size:20px;}
	      .icon-box {
        display: flex;
        align-items: center;
        padding: 10px;
        background-color: #f9f9f9;
        border-radius: 12px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
      }
      .icon-box i {
        font-size: 24px;
        color: #007bff;
        margin-right: 12px;
      }
	 .icon-box {
        display: flex;
        align-items: center;
        padding: 12px;
        background-color: #f9f9f9;
        border-radius: 12px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
      }
      .icon-box i {
        font-size: 24px;
        color: #007bff;
        margin-right: 12px;
      }
      .section-title {
        color: #007bff;
        margin-bottom: 15px;
      }
.slide{ width:100%; margin:0 auto; background:#d3f8e2; }
.slide iframe { margin-top:60px;}