
@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Libre+Barcode+128&family=Libre+Barcode+39&family=Manrope:wght@200..800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
.navbar-nav>li{gap:20px;padding-right:25px;}
.navbar-nav>li>a{font-size:19px;}

  .navbar .nav-link {
      position: relative;
      color: #333; /* Default link color */
      padding-bottom: 5px; /* Space for the border */
      transition: color 0.3s; /* Smooth color change */
    }

    .navbar .nav-link.active,
    .navbar .nav-link:hover {
      color: #ff6600; /* Active and hover link color */
    }

    .navbar .nav-link.active::after,
    .navbar .nav-link:hover::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 3px;
      background-color: #ff6600; /* Border color */
    }

    .navbar .nav-link.active {
      color: #ff6600; /* Active link color */
    }




.bg-light {
    background-color: #ffffff !important;
}
.text-center{text-align:center;}
.text-left{text-align:left;}
.text-right{text-align:right;}
.btn-Search{border-color: #bfbfbf!important;background-color: #e9ecef!important;color;black!important;text-align:left;}
.btn-Search{color;black!important;text-align:left;}
.orangebtn{
    color: #fff!important;
    background-color: #FF9800!important;
    border-color: #FF9800!important;
}
.orangebtn:hover{
    color: #fff!important;
    background-color: #ffc107!important;
    border-color: #ffc107!important;
}
.carousel-inner img {
      height: 90vh;
      object-fit: cover;
    }
	.dropdown-toggle::after {
      display: none;
    }

    .counter-btn {
      width: 35px;
      height: 35px;
      font-size: 18px;
      padding: 0;
      background-color: #f8f9fa;
      border: 1px solid #ced4da;
    }

    .counter {
      text-align: center;
      font-size: 18px;
      width: 40px;
      display: inline-block;
      margin: 0 10px;
    }
    .search-form {
      position: absolute;
      top: 80%;
      left: 50%;
	  width:60%;
      transform: translate(-50%, -50%);
      z-index: 10;
      background: rgba(255, 255, 255, 0.9);
      padding: 12px;
      border-radius: 10px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }
	
	.input-group {
      position: relative;
    }

    .input-group-text {
      position: absolute;
      top: 50%;
      left: 10px;
      transform: translateY(-50%);
      font-size: 18px;
    }

    .form-control {
      padding-left: 35px; /* Space for the calendar icon */
    }
	
	
	
	
	.content-left, .content-right {
      opacity: 0;
      transform: translateX(-100%); /* Start off-screen */
      transition: transform 1s ease-out, opacity 1s ease-out;
    }

    .content-right {
      transform: translateX(100%); /* Start off-screen to the right */
    }

    /* Animation triggered on page load */
    .animate-left {
      opacity: 1;
      transform: translateX(0); /* Move to normal position */
    }

    .animate-right {
      opacity: 1;
      transform: translateX(0); /* Move to normal position */
    }
	
	
	.p100{padding:100px 0px;}
	.heroHeadings{position:relative;width:100%;display:block;height:auto;}
	.heroHeadings>h1{position: relative;margin-bottom:47px;
	
    color: #FF9800;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 68px;
    line-height: 62px;}
	
	.heroHeadings>.bottom-border {
    position: absolute;
    bottom: -32px;
    width: 80px;
    height: 2px;
    background-color: gray;
}
.whitebox{background-color: white;
    padding: 31px 0px 55px;}
.accomo-bgImg{
	background-image: url('../images/misc/accomodation.jpg'); /* Replace with your image URL */
  background-size: cover; /* Ensure the image covers the entire section */
  background-repeat: no-repeat; /* Prevent the image from repeating */
  background-position: center; /* Center the image */
  min-height: 350px; /* Set a minimum height to fill the viewport */
  min-height:350px;
  height:350px;
}
.contact-bgImg{
	background-image: url('../images/misc/contact-us.jpg'); /* Replace with your image URL */
  background-size: cover; /* Ensure the image covers the entire section */
  background-repeat: no-repeat; /* Prevent the image from repeating */
  background-position: center; /* Center the image */
  min-height: 350px; /* Set a minimum height to fill the viewport */
  min-height:350px;
  height:350px;
}
.bgImg2{
	background-image: url('../images/misc/facilities.jpg'); /* Replace with your image URL */
  background-size: cover; /* Ensure the image covers the entire section */
  background-repeat: no-repeat; /* Prevent the image from repeating */
  background-position: center; /* Center the image */
  min-height: 350px; /* Set a minimum height to fill the viewport */
  min-height:350px;
  height:350px;
}
.mt100{margin-top:36px;}
.accoHeadings>h1 {
    position: relative;
    margin-bottom: 30px;
    color: #FF9800;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 49px;
    line-height:49px;
}

.acco{margin-bottom:20px;}
.acco>a{text-decoration:none;color:black;}
.acco>a>h4 {
    position: relative;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
	margin-bottom:25px;
    
}
.acco>a>p {
    position: relative;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
	margin-bottom:25px;
	font-size:19px;
    
}
.about>p {
    position: relative;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
	margin-bottom:25px;
	font-size:19px;
    
}
.accoHeadings>p {
    position: relative;
    margin-bottom: 0px;
    color: black;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 20px;
    line-height:20px;
}
.para{display:block;position:relative;}
.para>p{font-size: 18px;
    color: black;
    line-height: 34px;font-family: "Roboto", sans-serif;}
	
	
.box{border:1px solid #dddddd;border-radius:10px;overflow:hidden;}
 .image-container {
      width: 100%;  /* Adjust width as needed */
      /*height: 300px;   Adjust height as needed */
      overflow: hidden;
      position: relative;
    }
.bg-gray{background-color:rgb(249 250 251);}
    .image-container img {
      width: 100%;
      height: 40%;
      object-fit: cover; /* Ensures the image covers the entire container */
	  transition: transform 0.3s ease-in-out; /* Smooth transition for zoom effect */
    }
	 /* Hover effect to zoom in */
    .box:hover .image-container img {
      transform: scale(1.2); /* Zoom effect */
	  transition: transform 0.5s ease-in-out;
    }
	.heading-container{padding:34px 12px 12px;position:relative;}
	.heading-container>p{color:black;font-family: "Roboto", sans-serif;font-weight:400;cursor:pointer;position:relative;margin-bottom:0px;}
	.heading-container>span{width: 46px;
    height: 1px;
    background-color: #f1e7e7;
    position: absolute;
    bottom: 6px;}
	
	 .ami-container ul {
      display: flex; /* Use flexbox for horizontal alignment */
      flex-wrap: wrap; /* Allow items to wrap to the next line */
      padding: 0; /* Remove default padding */
      margin: 0; /* Remove default margin */
      gap: 10px; /* Space between items */
	  padding:12px;
    }

    .ami-container ul li {
		color:gray;
      display: list-item; /* Ensure the bullets are displayed */
      list-style-type: disc; /* Default bullet points */
      margin: 0 10px 0 20px; /* Add space between items and adjust bullet alignment */
      font-size: 14px; /* Adjust font size */
	  font-family: "Roboto", sans-serif;
    }

    /* Remove bullet for the first list item */
    .ami-container ul li:first-child {
      list-style-type: none; /* Hide bullet for the first item */
      margin-left: 0; /* Adjust margin to align with other items */
	  font-family: "Roboto", sans-serif;
    }
	
	.button-container{padding:0px 12px 12px; position:relative;}	
	.button-container a{color:orange;line-height:16px;font-size:16px;font-family: "Roboto", sans-serif;}
	
	
	
	 .mish {
    position: relative; /* Ensure proper layout for images */
    overflow: hidden; /* Prevent images from spilling outside the container */
	
  }
   .mish img {
    width: 100%; /* Ensure the image takes up the full width of the container */
    height: 100%; /* Ensure the image takes up the full height of the container */
    object-fit: cover; /* Maintain aspect ratio while filling the container */
    display: block; /* Remove any extra space below the image */
  }
	 /* Hover effect to zoom in */
    .mish:hover img {
      transform: scale(1.2); /* Zoom effect */
	  transition: transform 0.5s ease-in-out;
    }
	
	 /* Overlay styling */
    .mish::after {
      content: ''; /* Pseudo-element */
      position: absolute; /* Positioned relative to .mish */
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5); /* Black color with 50% transparency */
      opacity: 0; /* Initially hidden */
      transition: opacity 0.5s ease-in-out; /* Smooth fade-in effect */
    }

    /* Hover effect for the overlay */
    .mish:hover::after {
      opacity: 1; /* Show the overlay on hover */
    }
	
	
	
	
	
	 /* Always visible overlay */
    .mish::before {
      content: ''; /* Pseudo-element for overlay */
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.3); /* Black overlay with 30% transparency */
      transition: background-color 0.5s ease-in-out; /* Smooth transition effect */
    }

    /* Hover effect for the overlay */
    .mish:hover::before {
      background-color: rgba(0, 0, 0, 0.6); /* Increase transparency on hover */
    }
	
	.mishB h4 {
    z-index: 2;
    color: white;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 31px;
    position: absolute;
    bottom: 39px;
    left: 37px;
}	

.mishS h4 {
    z-index: 2;
    color: white;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 31px;
    position: absolute;
    bottom: 39px;
    left: 37px;
}

.box-white{ height: 350px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background-color: white;
    padding: 56px;
    text-align: left;margin-bottom:20px;}
.box-white p {
    color: #a7a4a4;
    text-align: left;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
}
.box-white>.auth>p {
    color: orange;
    text-align: left;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
	margin-bottom:0px;
}
.box-white>.auth>span {
	display:block;
    color: #656161;
    text-align: left;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
	font-weight:200;
}
/* Adding double quotes before the content */
  .box-white::before {
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 50px;
    color: #dbdbdb;
    position: absolute;
    top: -36px;
    left: 78px;
}

/* Footer Styles */
    .footer {
      background-color: rgb(0 0 0 / 80%); /* Black background */
      color: #fff; /* White text */
      padding: 40px 0;
	  font-family: "Roboto", sans-serif;
    }

    .footer h5 {
      font-weight: bold;
	  font-family: "Roboto", sans-serif;
    }

    .footer a {
      color: #fff;
      text-decoration: none;
	  font-family: "Roboto", sans-serif;
    }

    .footer a:hover {
      text-decoration: underline;
    }
	
	.social-icons {
      display: flex; /* Use Flexbox for alignment */
      
      gap: 15px; /* Space between icons */
    }

    .social-icons a {
      color: #fff; /* White color for icons */
      font-size: 40px; /* Adjust size of the icons */
      text-decoration: none; /* Remove underline */
      transition: color 0.3s ease; /* Smooth color transition */
    }

    .social-icons a:hover {
      color: #007bff; /* Change color on hover */
    }
	
	/* Copyright Strip Styling */
    .copyright-strip {
      background-color: #000; /* Dark black background */
      color: #fff; /* White text */
      padding: 10px 0; /* Padding for top and bottom */
    }

    .copyright-strip .container {
      display: flex;
      justify-content: space-between; /* Space between contents */
      align-items: center; /* Vertically center the items */
      font-size: 14px; /* Adjust font size */
    }

    .copyright-strip a {
      color: #b5b1b1;
      text-decoration: none;
    }

    .copyright-strip a:hover {
      text-decoration: underline;
    }
	.mw62p{min-width:62%;width:62%;max-width:62%;}
 .checklist ul {
      list-style: none; /* Remove default list styling */
      padding: 0;
	  margin-top:38px;
    }
    .checklist ul li {
     position: relative;
    padding-left: 35px;
    margin-bottom: 17px;
    font-size: 19px;
    }
    .checklist ul li::before {
      content: "\f00c"; /* Font Awesome check icon */
      font-family: "Font Awesome 5 Free"; /* Required font family */
      font-weight: 900; /* Font weight for solid icons */
      position: absolute;
      left: 0;
      top: 0;
      color: gray; /* Icon color */
      font-size: 1.2rem; /* Adjust size as needed */
    }
	.h358{max-height:358px;min-height:358px;margin-bottom:23px;width:100%;}
	
	.info-grid {
      display: grid;
      grid-template-columns: 1fr 1fr; /* Two equal columns */
      gap: 20px; /* Space between columns */
    }
    .info-box h3 {
      font-size: 1.5rem;
      margin-bottom: 10px;
      color: #333;
    }
    .info-box p {
      margin: 0;
      color: #555;
      line-height: 24px;
    }
	.contact-form {
     
      background: #f9f9f9;
      padding: 20px;
      border-radius: 8px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }
    .contact-form h2 {
      
      margin-bottom: 20px;
      color: #333;
    }
@media (max-width: 768px) {
	.whitebox {
    background-color: white;
    padding: 31px 0px 0px;
}
	.social-icons {
    display: flex;
    gap: 15px;
    justify-content: center;
}
	.accoHeadings>h1 {
    position: relative;
    margin-bottom: 14px;
    color: #FF9800;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 29px;
    line-height: 29px;
}
	.heroHeadings>h1 {
    position: relative;
    margin-bottom: 47px;
    color: #FF9800;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 33px;
    line-height: 33px;
}
	.accomo-bgImg {
		background-image: url(../images/misc/accomodation.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		min-height: 199px;
		max-height: 199px;
		}
	.bgImg2{
		background-image: url('../images/misc/facilities.jpg'); /* Replace with your image URL */
		background-size: cover; /* Ensure the image covers the entire section */
		background-repeat: no-repeat; /* Prevent the image from repeating */
		background-position: center; /* Center the image */
		min-height: 199px;
		max-height: 199px;
	}
}








