/**
style sheet. v 4.26.26.14
**/
header{background-color:#11435c;padding:15px 0px 144px;}
footer { 
    padding: 20px 72px;
}
.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #357ebd;
    border-color: transparent;
    color: #fff !important;
}
.gbl {
    border-left: 1px solid #e8e7e7;
    margin-top: 0px;
    margin-bottom: -3px;
    padding: 3px;
}
.b1{
    border: 2px solid #0c6799;
    width: 100%;
    display: block;
    text-decoration: none;
    text-align: center;
    margin-top: 3px;
    padding: 6px 2px;
    font-size: 12px;
    font-weight: bold;
    color: #0c6799;
    transition: all 0.3s ease;
}
	.b1:hover {
    border: 2px solid black;
    width: 100%;
    display: block;
    text-decoration: none;
    text-align: center;
    margin-top: 3px;
    padding: 6px 2px;
    font-size: 13px;
    font-weight: bold;
    color: #158998;
    transition: all 0.3s ease;
    background-color: #00bcd426;
}
.circle-container {
      display: flex;
      gap: 10px; /* Space between circles */
    }
    .circle {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      background-color: #e74c3c;
      color: white;
      text-align: center;
      line-height: 60px;
      font-size: 24px;
      font-weight: bold;
    }
	
.p-100{padding:40px 50px 0px;}
.p-100-swiper{
    padding: 15px;
	}
.p-0-50{padding:40px 50px 50px;}
.p-0-50A{padding:0px 50px 19px;}
.p-100-hero{padding:22px;}
.hero-pic img{margin-bottom:22px;Position:relative!important;}
.hero-pic h3{
	 position: absolute;
    top: 50%;
    left: 47%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 38px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
    letter-spacing: -2px;
	cursor:pointer;
}
.hero-text-container h1{
	color:#9faeff;
	text-transform:uppercase;font-size:48px;
	 font-family: "IBM Plex Serif", serif;
	font-weight: 600;
	font-size: 38px;
} 
.hero-text-container h2{
    margin-top: 35px;
	color:white;
	text-transform:uppercase;
	 font-family: "IBM Plex Serif", serif;
  font-weight: 500;
  font-size: 24px;
}
.hero-text-container p{
	color:white;
	 font-family: "IBM Plex Serif", serif;
	 font-weight:normal;
	 font-size:26px;
}

.section-text h1{
	 font-family: "IBM Plex Serif", serif;
	 font-size:50px;
}
.footer-text p{padding-bottom:0px;margin-bottom:0px;color:#585858;}

.availRadius{border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;border-bottom:0px;}
.availRadius img{min-height:207px!important;}	
.filter-container{background-color:#11435c;padding:12px;}	
.availRadius p{
	color: #11435c;
    font-size: 18px;
    padding-left: 12px;
    margin-bottom: 0px;
    padding-top: 11px;
    font-weight: 400;
}

.border:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px; /* Move the background image 4px below the bottom */
    height: 169px; /* Height of the pseudo-element */
	 background-image: url('../images/bottom-border.png');
    background-repeat: no-repeat;
    background-position: center bottom;
   background-size: 100% 116px; /* Adjust size as needed */
    z-index: 1; /* Ensure it stays behind the content */
}



/* .hider{
	position: absolute;
    background-color: #ffffff;
    width: 100%;
    height: 20px;
    top: -1px;
    left: 0;} */
	
.hero-text-avil h1{
	padding-bottom: 22px;
    font-size: 26px;
    font-family: "IBM Plex Serif", serif;
    font-weight: 600;
    color: #11435c;}
.hero-text h1{
	padding-bottom: 48px;
    font-size: 50px;
    font-family: "IBM Plex Serif", serif;
    font-weight: 600;
    /* color: #11435c; */
}
.destinationText{
   font-family: "Satisfy", cursive;
   font-weight: 400;
   font-style: normal;
  }	
  
/**============thumbnails hovers=========**/
 .thumbnail-Images {
      /**box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Box shadow for a 3D effect */   
      object-fit: cover;  
      transition: transform 0.3s ease-in-out; /* Smooth zoom effect */
	 
	  
    }

    .thumbnail-Images:hover {
      transform: scale(1.05);      /* Slight zoom on hover */
      /**box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3); /* Enhance shadow on hover */
    }
	
	/**google icons**/
.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}


.buttons-area{border-left:1px solid gray;min-height:100%; }
.buttons-area a:nth-child(1),.buttons-area a:nth-child(2){width: 100%;
    display: block;
    border: 1px solid gray;
    padding: 6px;
	margin-bottom:5px;
	color:#03A9F4!important;
    margin-left: 1px;text-align:center;color:black;text-decoration:none;
	font-family: "Saira Condensed", sans-serif;}
.buttons-area a:nth-child(1):hover,.buttons-area a:nth-child(2):hover{
	background-color: #03A9F4!important;
	width: 100%;
    display: block;
    border: 1px solid gray;
    padding: 6px;
	color:white!important;
	margin-bottom:5px;
    margin-left: 1px;text-align:center;color:black;text-decoration:none;font-family: "Saira Condensed", sans-serif;}
.buttons-area a:nth-child(3){width: 100%;
    display: block;
	color:#03A9F4!important;
    border: 1px solid gray;
    padding: 3px;
    margin-left: 1px;text-align:center;color:black;text-decoration:none;font-family: "Saira Condensed", sans-serif;}
.buttons-area a:nth-child(3):hover{width: 100%;
    background-color:#03A9F4!important;
	display: block;
	color:white!important;
    border: 1px solid gray;
    padding: 3px;
    margin-left: 1px;text-align:center;color:black;text-decoration:none;font-family: "Saira Condensed", sans-serif;}


.available{color:green!important;font-size:30px;font-weight:400;}
.available span{color:green!important;font-size:18px;font-weight:400;display:inline-block;}
.f12{font-size:12px!important;}

.avail-border {
    border: 1px solid #dbdbdb;
    padding: 3px;
    cursor: pointer;
    margin-bottom: 12px;
}
.avail-border p{
	font-size: 17px;
    font-weight: 500;
    margin-bottom: 0px;
	}	
.avail-list{list-style: none;
    padding-left: 0px;
    width: 100% !important;
    margin-bottom: 0px;
    display: inline-flex;
    width: auto;
    vertical-align: middle;}
.avail-list li{width: max-content;}
.avail-list li span {
    color: #FF9800;
    font-size: 12px !important;
    display: inline-block;
    margin-right: -4px;
}
.avail-list li .text{color: black;font-size: 15px !important;}

.icon-blue{color:#03A9F4!important;}



.r1 {
 position: absolute;
    right: 150px;
    height: 28px;
    top: 80px;        /* Ensure the image covers the entire area */
}
.r2{position: absolute;
    right: 306px;
    height: 50px;
    top: 108px;}
.l1{
	position: absolute;
    left: 150px;
    height: 24px;
    top: 80px;
}

.l2{position: absolute;
    left: 306px;
    height: 50px;
    top: 108px;}

.r3{
    position: absolute;
    right: 354px;
    height: 26px;
    width: 40px;
    top: 130px;
}
.r4{
    position: absolute;
    left: 357px;
    height: 26px;
    width: 40px;
    top: 130px;
}


/**============ends=================**/
/* Styles for mobile phones */

@media only screen and (max-width: 768px) {
	
	.w100{width:100%;}
	.w100 img{min-height:210px!important;}
	.dxnone{display:none;}
	.p-0-50A {
    padding: 0px 20px 19px;
}
	.hero-text h1 {
    padding-bottom: 48px;
    font-size: 37px;
    font-family: "IBM Plex Serif", serif;
    font-weight: 600;
    color: #393939;
}
	.hero-text-container h1 {
    color: #9faeff;
    text-transform: uppercase;
    font-size: 48px;
    font-family: "IBM Plex Serif", serif;
    font-weight: 700;
    font-size: 63px;
}
.hero-text-avil h1 {
    padding-bottom: 22px;
    font-size: 26px;
    font-family: "IBM Plex Serif", serif;
    font-weight: 600;
    color: #11435c;
}
.border:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px; /* Move the background image 4px below the bottom */
    height: 169px; /* Height of the pseudo-element */
	 background-image: url('../images/bottom-border.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100%; /* Adjust size as needed */
    z-index: 1; /* Ensure it stays behind the content */
}

.r1 {
    position: absolute;
    right: 18px;
    top: 14px;
    width: 60px;
}

.r2 {
    position: absolute;
    right: 84px;
    top: 22px;
    width: 44px;
}

.l1 {
   position: absolute;
    left: 18px;
    top: 14px;
    width: 60px;
}

.l2 {
    position: absolute;
    left: 84px;
    top: 22px;
    width: 44px;
}
}
@media only screen and (max-width: 767px) {
	
    .r4 {
        position: absolute;
        left: 248px;
        height: 26px;
        width: 40px;
        top: 80px;
    }
    .r3 {
        position: absolute;
        right: 248px;
        height: 26px;
        width: 40px;
        top: 80px;
    }
.r1 {
    position: absolute;
    right: 4px;
    top: 33px;
    width: 45px;
}

.r2 {
    position: absolute;
    left: 318px;
    top: 56px;
    width: 48px;
}

.l1 {
    position: absolute;
    left: 4px;
    top: 33px;
    width: 45px;
}

.l2 {
    position: absolute;
    left: 2px;
    top: 65px;
    width: 48px;
}
	h1.homepage_1_textcolor.h1_ {
    font-size: 22px;
}

	
	
    header{background-color:#11435c;padding:40px 0px;}
	section{padding:50px 15px;}
	.border:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px; /* Move the background image 4px below the bottom */
    height: 169px; /* Height of the pseudo-element */
	 background-image: url('../images/bottom-border.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100%; /* Adjust size as needed */
    z-index: 1; /* Ensure it stays behind the content */
}
.hero-text h1 {
    padding-bottom: 22px;
    font-size: 16px;
    font-family: "IBM Plex Serif", serif;
    font-weight: 700;
    color: #393939;
}
.hero-pic{padding:0px;}
.hero-pic img {
    margin-bottom: 12px;
    Position: relative !important;
}
.hero-pic h3 {
    position: absolute;
    top: 50%;
    left: 47%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 23px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
    letter-spacing: -2px;
    cursor: pointer;
}
	.hero-text-container h1 {
    color: white;
    text-transform: uppercase;
    font-size: 48px;
    font-family: "IBM Plex Serif", serif;
    font-weight: 700;
    font-size: 22px;
}
.hero-text-container p {
    color: white;
    font-family: "IBM Plex Serif", serif;
    font-weight: normal;
    font-size: 16px;
}
    
}

@media (min-width: 0px) and (max-width: 480px) {
	.wb100{width:100%;}
}
@media (min-width: 769px) and (max-width: 1024px) {
	.r1 {
    position: absolute;
    right: 53px;
    top: 29px;
}
.r2 {
    position: absolute;
    right: 186px;
    top: 77px;
}
	.l1 {
    position: absolute;
    left: 53px;
    top: 29px;
}
.l2 {
    position: absolute;
    left: 186px;
    top: 77px;
}


	.w100{width:100%;}
	.w100 img{min-height:244px!important;}
	.hero-text h1 {
    padding-bottom: 48px;
    font-size: 51px;
    font-family: "IBM Plex Serif", serif;
    font-weight: 600;
    color: #393939;
}
}

.footer {
    background-color: #f8f9fa;
    padding: 40px 0;
}

.footer h5 {
    font-weight: bold;
    margin-bottom: 20px;
    color: #11435c;
}

.footer p,
.footer a {
    margin: 0;
    color: #6c757d;
    text-decoration: none;
}

.footer ul {
    padding-left: 0;
}

.footer ul li {
    list-style: none;
}

.footer ul li a:hover {
    color: #007bff;
}

.footer .me-2 {
    margin-right: 10px;
}

@media (max-width: 768px) {
    .footer .col-md-4 {
        text-align: center;
    }

    .footer .footer-text {
        text-align: center;
    }
}
/* Glassy Header Style */
.header {
    background: rgba(255, 255, 255, 0.3); /* Semi-transparent background */
    backdrop-filter: blur(10px); /* Adds glassy effect */
    -webkit-backdrop-filter: blur(10px); /* For Safari */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Adds slight shadow for depth */
    padding: 10px 0;
    z-index: 1000;
}

/* Navbar brand and links */
.navbar-brand {
    font-weight: bold;
    font-size: 1.5rem;
    color: #000;
}

.navbar-toggler {
    border: none;
}

.navbar-toggler-icon {
    color: #000;
}

.navbar-nav .nav-link {
    color: #000;
    font-weight: 500;
    padding: 10px 15px;
    transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover {
    color: #007bff;
}

/* Sticky Header on Scroll */
.sticky-header {
    position: -webkit-sticky; /* For Safari */
    position: sticky;
    top: 0;
    width: 100%;
}

/* Responsive */
@media (max-width: 768px) {
    .navbar-nav {
        text-align: center;
    }

    .navbar-nav .nav-item {
        margin-bottom: 10px;
    }

    .navbar-toggler-icon {
        background-image: none;
        font-size: 1.5rem;
        line-height: 0;
    }

    
}
div#navbarNav {
    margin-right: 30px;
} 
img.img-thumbnail.img-fluid {
    width: 100%;
}

.login-container {
    display: flex;
    justify-content: center;
    align-items: center; 
}

.login-card {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    box-shadow: 0 8px 32px rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 2rem;
    width: 350px;
}

.card-header {
    font-size: 1.5rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 1.5rem; 
}
/* 
.card-body .form-group {
    margin-bottom: 1.2rem;
} */

.form-control {
    background: rgba(255, 255, 255, 0.25);
    border: none;
    padding: 0.8rem;
    border-radius: 10px; 
    transition: all 0.3s ease;
}

.form-control:focus {
    background: rgba(255, 255, 255, 0.4);
    box-shadow: 0 4px 20px rgba(255, 255, 255, 0.2);
    outline: none;
}
 

.btn.login-btn {
    width: 100%;
    padding: 0.8rem;
    border: none;
    background-color: #2193b0; 
    border-radius: 10px;
    transition: background-color 0.3s ease;
}

.btn.login-btn:hover {
    background-color: #6dd5ed;
}

.forgot-link {
    display: block;
    margin-top: 1rem;
    text-align: center; 
    font-size: 0.9rem;
    text-decoration: none;
}

.forgot-link:hover {
    text-decoration: underline;
}
.availRadius{
    height: 250px;
}
.swiper-button-prev,.swiper-button-next {
    background: #00000085;
    color: white;
    padding: 26px;
    border-radius: 6px;
}
a.edit-btn {
    font-size: 22px;
}
textarea.form-control.editable-field {
    width: 500px;
    margin-right: auto;
    margin-left: auto;
    height: 94px;
}