                *{
    margin:0;
    padding:0;
    
}
/*------- navigation------*/

#nav-bar{
  position:sticky;
    top:0;
    z-index: 1;

     
 }
.navbar-brand{
    float:right;
}

.navbar-brand img{
    height:50px;
    padding-left:10px;
       
}

.navbar-nav li{
    padding:0 3px;
  
   
 
    
}
.navbar-nav li a{
    float:right;
    text-align: right;
 
    
}
#nav-bar ul li a:hover{
    color:#007bff!important;
}
.navbar{
    background:red;
    align-content:right;
}
.navbar-toggler{
    border:none!important;
}
.nav-link{
    color:#555!important;
    font-weight: 600;
    font-size: 16px;
    
}
.nav-item2{
    
    float:right;
    text-decoration:none;
}
/*------slider-----*/
#slider{
    width:100%;
}
.carousel-caption{
    top:50%;
    transform:translateY(-50%);
    bottom:initial!important;
}

/*-----------------about-----------*/
#about
{
    padding-top:50px;
    padding-bottom:50px;
    color:#555;
    
}
#about btn{
    margin-top:20px
        margin-bottom:30px;
}
.about-content{
    padding-top:30px;
    float:right;
    
}
.skills-bar p{
    margin-bottom:6px;
    font-weight: 600;

}




/*--------------facilities----------*/
#facilities{
    background-image:linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.8)),url(images/Lighthouse.jpg);
    background-size:cover;
    background-position: center;
    color:#efefef!important;
    background-attachment: fixed;
    padding-top:20px;
    padding-bottom: 50px;
    }
#facilities h1{
    text-align:center;
    color:#efef!important;
    padding-bottom: 10px;
    
}
#facilities h1::after{
    content:'';
    background:#efefef;
    display:block;
    height:3px;
    width:170px;
    margin:20px auto 5px;
    
    
}
.facilities{
    margin-top: 10px;
    
}
.vr{
    margin:10px;
    font-size:40px;
    margin:20px;
    padding:20px;
    height:80px;
    width:80px;
    border:1px solid #fff;
    border-radius:50%;
        
}
#facilities p{
    font-size:14px;
    margin-top: 20px;
        color:#ccc;
    
}
.facilities .col-mid-3:hover{
    background:#007bff;
    cursor:pointer;
    transition:0.7s;
    
}
.about-content{
    
align-content: center;
}
.image-box{

    margin-left:20px;
    margin-bottom:30px;
    
}
.image-box p{

    text-align: center;
    
    
    
}
/*--------------Team Members----------*/
#team{
    padding-top:50px;
    padding-bottom:50px;
    color:#555;
        
}
h1{
    text-align:center;
    color:#555!important;
    padding-bottom: 10px;
    
}
h1::after{
    content:'';
    background:#007bff;
    display:block;
    height:3px;
    width:170px;
    margin:20px auto 5px;
    
    }
.profile-pic{
    margin-top:25px;
    align-items: center;
}
.profile-pic .img-box{
    opacity:1;
    display:block;
    position:relative;
    
}
.profile-pic .img1-box img{
    filter:grayscale(1);
	border-width: 2px;
    border-style: solid;
    border-color: blue; /* Can use names, HEX, or RGB */
}
.profile-pic .img1-box img:hover{
    filter:grayscale(0);
    cursor:pointer;
	 box-shadow:0 2px 20px #333;
   transform: scale(1.05);
}
.profile-pic h2{
    font-size:22px;
    font-weight: bold;
    margin-top:15px;
    color:#007bff!important;
}
.profile-pic h3{
    font-size:15px;
    font-weight: bold;
    margin-top:15px;
  
}
#team .fa{
    height:25px;
    width:25px;
    color:#007bff!important;
    background:#fff;
    padding:4px;
    border-radius:50%;
         
}
.img-box ul{
    padding:15px 0;
    position:absolute;
    z-index: 2;
    bottom:0;
    left:30%;
    transform: translateY(-50%);
    opacity:0;
    
}
.img-box ul li{
    padding:5px;
    display:inline-block;
    
}
.img-box:hover ul{
    opacity:1;
}
.img-box ul, .img-box ul li{
    transition:0.5s;
    
}
/*-----------Promo----------*/
#promo{
    background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url(images/Tulips.jpg);
    background-size: cover;
    background-position: center;
    color:#fff;
    background-attachment: fixed;
    text-align:center;
    padding:100px;
    font-family:sans-serif;
    font-size:38px;
    
    
}
/*--------------------Price Plans------------*/
#price{
    padding:40px 0;
    background:#efefef;
    
    }
.single-price{
    margin:10px auto;
    display:inline;
    float:left;
    width:100%;
    background-color:#fff;
    transition:0.5s;
    
}
.single-price:hover{
    box-shadow:0 2px 20px #333;
    
}
.price-head
{
    background-color:#2196f3;
    display:inline;
    float:left;
    padding:10px 5px;
    text-align:center;
    width:100%;
}
.price-head h2{
    color:#fff;
    font-size:30px;
    font-weight:bold;
    margin-bottom:5px;
    padding:5px;
    text-transform:uppercase;
    
}
.price-head p{
    font-size:25px;
    color:#ccc;
    font-weight:bold;
    line-height: 30px;
}
#price span{
    font-size:15px;
}
.price-content{
    display: inline;
    float:left;
    width:100%;
    padding: 0 15px;
        
}
.price-content ul li{
    border-bottom: 1px solid #efefef;
    padding: 15px 10px;
    list-style:none;
}
ul li:last-child{
    border:none;
    
}
.fa-check-cirlce{
    color:green;
    margin-right:10px;
    font-size:20px;
    
}
.fa-times-cirlce{
    color:red;
    margin-right:10px;
    font-size:20px;
    
}
.price-button{
    display:inline;
    float:left;
    padding:15px 15px 30px;
    text-align:center;
    width:100%;
}
.buy-btn{
    background-color:#2196f3;
    border-radius:3px;
    display:inline-block;
    font-size:18px;
    padding:15px 50px;
    transition:0.5s;
    
    }
.buy-btn:hover{
    border-color:1px solid;
    background-color:#3f51b5;
    
}
a{
    text-decoration: none!important;
    color:#fff!important;
}
/*--------------Testimonials-----------*/
#testimonials{
    padding-top:50px;
    padding-bottom: 50px;
    }
 .testimonials .row{
    margin-top:30px;
    
}
.col-md-4{
    margin:0px auto;
    
}
.profile{
    padding:70px 10px 10px;
    background-color:#efefef;
    
}
.user{
    width:120px;
    height:120px;
    border-radius: 50%; 
    
    }
.profile img{
    top:-60px;
    position: absolute;
    left:calc(50% - 60px);
    border:10px solid #fff;
    
}
.profile h3{
    font-size:20px;
    margin-top:15px;
    color:#007bff;
}
#testimonila span{
    font-size:12px;
    color:#333;
    
}
blockquote{
    font-size:16px;
    line-height: 30px
}
blockquote::before{
    content: '\93';
    font-size:50px;
    color:#007bff;
    position: relative;
    line-height: 20px;
    bottom:-15px;
    right:5px;
    
    
}
blockquote::after{
    content: '\94';
    font-size:50px;
    color:#007bff;
    position: relative;
    line-height: 10px;
    bottom:-15px;
   left:5px;
        
}
.profile:hover{
    box-shadow:0 0 15px 5px rgba(0,0,0,0.2);
    cursor:pointer;
    transition:0.5s;
}
/*-----------gET IN tOUCH---*/
#contact{
    background:#efefef;
    padding-top:40px;
    padding-bottom: 40px;
    color:#777;
    
    
}
.contact-form{
    padding:15px;
    
}
.form-control{
    border-radius:0!important;
    border:none!important;
    
}
::placeholder{
    color:#999 !important;
}
.follow{
    background:#fff;
    padding:10px;
    margin:15px;
    
}
.contact-info .fa{
    margin:10px;
    color:#007bff;
    font-weight: bold;
}
/*--------------------footer-----------*/
#footer{
    background:#333;
    color:#fff;
    padding:12px;
   
    
}
.fa-heart-o{
   margin: 3px;
    color:red;
    
}
.nav2{
    margin:10px;
    color:red;
    text-decoration: none;
    float:left;
    align-items:center;
    
}

.nav2 ul li a:hover{
	background-color: white;
	color:red;
	}
.navbar1-nav{


    padding:10px;
    margin:10px;

}


.navbar1-brand{
    float:right;
}



.navbar1-nav li{
    padding:0 20px;
      
}
.navbar1-nav li a{
    float:left;
    
 
    .
}
#nav-bar nav ul li a:hover{
    color:#007bff!important;
}


.nav-link1{
    color:#fff!important;
    font-weight:600;
    font-size: 20px;
    
}
.gal{
	
	float: center;
	position: relative;
	
	
}





.grid-container {
  display: grid;
  /* Automatically creates as many 250px columns as fit, then grows them to fill space */
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 15px; /* Adds space between images */
  padding: 15px;
}

.flex-container {
  display: flex;
  flex-wrap: wrap;
  padding: 5px;
}

.flex-container img {
  flex: 25%; /* 4 images per row on large screens */
  max-width: 25%;
  padding: 5px;
}


function myMap() {
var mapProp= {
  center:new google.maps.LatLng(51.508742,-0.120850),
  zoom:5,
};
var map = new google.maps.Map(document.getElementById("googleMap"),mapProp);
}


#more {
    display: none;
}
.strip{
	backgroun-color:#ffff;
	
}

.strip1{
	backgroun-color:#ffff;
	
}


.subtitle{
	
	font-size: 30px;
	
	
	
}

.button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    text-decoration: none; /* Removes default underline */
    border-radius: 5px;
    cursor: pointer;
}

/*img {
  -webkit-user-drag: none;
  user-select: none;
  pointer-events: none; /* Disables right-click and interaction */
}*/

.tt{
	backgroun-color:#FFF281;
	
	
}



  .container {
    width: 80%; /* Default width for large screens */
	display: flex;
    flex-direction: column; /* Stacks columns vertically by default */
	 position: relative; /* Allows absolute positioning of children */
  width: 100%; /* Or a fixed width */
  }
  
  .column {
    width: 100%; /* Takes full width on small screens */
    padding: 20px;
}

/* Media query for screens wider than 768px (tablets and up) */
/*@media screen and (min-width: 768px) {
    .container {
        flex-direction: row; /* Arranges columns horizontally */
    }
    /*.column {
        width: 33.33%; /* Creates three equal columns */
    }
}
  

  /* Media query for screens smaller than 600px */
  @media screen and (max-width: 600px) {
    .container {
      width: 100%; /* Full width on small screens */
    }
  }
  
  /* By default, the content is visible */
.hide-on-small-screen {
    display: block; 
}

/* Media query for screens smaller than, for example, 600px */
@media only screen and (max-width: 600px) {
    .hide-on-small-screen {
        display: none; /* Hides the element on small screens */
    }
}


.row-content {
  transition: transform 0.3s ease; /* Smooth transition for the effect */
}

.row-content:hover {
  transform: scale(1.1); /* Zooms the content by 10% on hover */
  transform-origin: center center; /* Scales from the center by default */
}




.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute; /* Positions overlay relative to the container */
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0; /* Initially hidden */
  transition: .5s ease;
  background-color: #008CBA; /* Overlay color */
}

.container:hover .overlay {
  opacity: 1; /* Visible on hover */
}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* Centers the text */
  text-align: center;
}



.marquee-container {
  overflow: hidden; /* Hides the text when it leaves the box */
  white-space: nowrap; /* Keeps text in one line */
  background: #FFF200;
  padding: 10px 0;
  color: blue;
font-weight:800;
}

.marquee-content {
  display: inline-block;
  padding-left: 100%; /* Starts the text off-screen to the right */
  animation: scroll-left 30s linear infinite;
}

@keyframes scroll-left {
  0% { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}

/* Optional: Pause on hover */
.marquee-container:hover .marquee-content {
  animation-play-state: paused;
}



/* Responsive Grid */
.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 30px;
  padding: 20px;
}

.gallery img {
  width: 100%;
  cursor: pointer;
  transition: transform 0.3s;
}

.gallery img:hover {
  transform: scale(1.05); /* Zoom effect on hover */
}
.gallery1 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  gap: 30px;
  padding: 20px;
}

.gallery1 img {
  width: 100%;
  cursor: pointer;
  transition: transform 0.3s;
}

.gallery1 img:hover {
  transform: scale(1.05); /* Zoom effect on hover */
}


.gallery2 {
  display: grid;
  grid-template-columns: repeat(auto-fill);
  gap: 30px;
  padding: 20px;
}

.gallery2 img {
  width: 100%;
  cursor: pointer;
  transition: transform 0.3s;
}

.gallery2 img:hover {
  transform: scale(1.05); /* Zoom effect on hover */
}
/* Lightbox Styles */
.modal {
  display: none;
  position: fixed;
  z-index: 
  background-color: blue;
1000;
  top: 0; left: 0;
  width: 100%; height: 100%;
   background-color: rgba(0,0,0,0.9);
  
}

.modal-content {
  margin: auto;
  display: block;
  max-width: 80%;
  max-height: 80%;

}

.container {
  display: flex;
  gap: 20px; /* Adds 20px between all images */

  
  
}

/* popup*/
.overlay {
  display: none; /* Hidden by default */
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
}

.modal-content2 {
  background: white;
  margin: 15% auto;
  padding: 20px;
  width: 40%;
  border-radius: 10px;
  position: relative;
}

.close {
  position: absolute;
  top: 10px; right: 15px;
  cursor: pointer;
  font-size: 24px;
}

/* Style the backdrop (overlay behind the popup) */
dialog::backdrop {
  background-color: rgba(0, 0, 0, 0.5);
  position:center;
}

dialog {
  border: none;
  border-radius: 8px;
  padding: 20px;
  width: 300px;
  position:center;
}




.modal-overlay1 {
    display: none; /* Hidden by default */
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}
.modal-content1 {
    background: white;
    padding: 20px;
    border-radius: 8px;
}

.white-popup-block {
    max-width: 800px;
}




/*we need to style the popup with CSS so it is placed as a common popup does*/
    #popup {
            display:none;
            position:absolute;
            margin:0 auto;
           top: 20%;
           left: 60%;
            transform: translate(-50%, -50%);
            z-index: 9999;
    }
	.close1{
		background-color:transparent;
		position: absolute;
    top: 10px;
    right:20px;
color:none;
z-index: 3051;/*Must be higher than modal-content 
font-size: 24px;*/

	}
	
	

/*.close1{
	
	background-color: transparent;
	position:absolute;
	top:10px;
	right:20px
  border: 1px solid white; /* Adds a border to make it visible 
  color: white;             /* Button text color 
  padding: 10px 20px;
  cursor: pointer;
  outline: none; */
}

 .container {
    position: relative; /* Acts as the anchor for the overlay */
    width: 500px;      /* Set to your image width */
  }

  .base-image {
    width: 100%;       /* Makes the base image fill the container */
    display: block;
  }

  .overlay-image {
    position: absolute;
    top: 20px;         /* Distance from the top of the container */
    left: 20px;        /* Distance from the left of the container */
    width: 100px;      /* Size of your overlay image */
    z-index: 10;       /* Ensures this image stays on top */
  }
        