   /* Import Elegant + Modern Fonts */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Playfair+Display:wght@500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+Georgian:wght@100..900&display=swap');
   
   /* General Styles */
   
        body {
           font-family: "Montserrat", sans-serif;
           background-image:
    linear-gradient(to bottom, rgba(255,255,255,0.85), rgba(255,255,255,0.4)),
   url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1200 800'%3E%3Cdefs%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='600' y1='25' x2='600' y2='777'%3E%3Cstop offset='0' stop-color='%23014D40'/%3E%3Cstop offset='1' stop-color='%23FCBF49'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' gradientUnits='userSpaceOnUse' x1='650' y1='25' x2='650' y2='777'%3E%3Cstop offset='0' stop-color='%2301633f'/%3E%3Cstop offset='1' stop-color='%23fcc458'/%3E%3C/linearGradient%3E%3ClinearGradient id='c' gradientUnits='userSpaceOnUse' x1='700' y1='25' x2='700' y2='777'%3E%3Cstop offset='0' stop-color='%23027936'/%3E%3Cstop offset='1' stop-color='%23fdca66'/%3E%3C/linearGradient%3E%3ClinearGradient id='d' gradientUnits='userSpaceOnUse' x1='750' y1='25' x2='750' y2='777'%3E%3Cstop offset='0' stop-color='%23028f24'/%3E%3Cstop offset='1' stop-color='%23fdcf75'/%3E%3C/linearGradient%3E%3ClinearGradient id='e' gradientUnits='userSpaceOnUse' x1='800' y1='25' x2='800' y2='777'%3E%3Cstop offset='0' stop-color='%2302a509'/%3E%3Cstop offset='1' stop-color='%23fed584'/%3E%3C/linearGradient%3E%3ClinearGradient id='f' gradientUnits='userSpaceOnUse' x1='850' y1='25' x2='850' y2='777'%3E%3Cstop offset='0' stop-color='%2320bc03'/%3E%3Cstop offset='1' stop-color='%23feda93'/%3E%3C/linearGradient%3E%3ClinearGradient id='g' gradientUnits='userSpaceOnUse' x1='900' y1='25' x2='900' y2='777'%3E%3Cstop offset='0' stop-color='%234cd203'/%3E%3Cstop offset='1' stop-color='%23fedfa2'/%3E%3C/linearGradient%3E%3ClinearGradient id='h' gradientUnits='userSpaceOnUse' x1='950' y1='25' x2='950' y2='777'%3E%3Cstop offset='0' stop-color='%2381e804'/%3E%3Cstop offset='1' stop-color='%23ffe4b1'/%3E%3C/linearGradient%3E%3ClinearGradient id='i' gradientUnits='userSpaceOnUse' x1='1000' y1='25' x2='1000' y2='777'%3E%3Cstop offset='0' stop-color='%23befb06'/%3E%3Cstop offset='1' stop-color='%23ffeac0'/%3E%3C/linearGradient%3E%3ClinearGradient id='j' gradientUnits='userSpaceOnUse' x1='1050' y1='25' x2='1050' y2='777'%3E%3Cstop offset='0' stop-color='%23effb1d'/%3E%3Cstop offset='1' stop-color='%23ffefcf'/%3E%3C/linearGradient%3E%3ClinearGradient id='k' gradientUnits='userSpaceOnUse' x1='1100' y1='25' x2='1100' y2='777'%3E%3Cstop offset='0' stop-color='%23fcdf33'/%3E%3Cstop offset='1' stop-color='%23fff4de'/%3E%3C/linearGradient%3E%3ClinearGradient id='l' gradientUnits='userSpaceOnUse' x1='1150' y1='25' x2='1150' y2='777'%3E%3Cstop offset='0' stop-color='%23FCBF49'/%3E%3Cstop offset='1' stop-color='%23FFF9ED'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg %3E%3Crect fill='url(%23a)' width='1200' height='800'/%3E%3Crect fill='url(%23b)' x='100' width='1100' height='800'/%3E%3Crect fill='url(%23c)' x='200' width='1000' height='800'/%3E%3Crect fill='url(%23d)' x='300' width='900' height='800'/%3E%3Crect fill='url(%23e)' x='400' width='800' height='800'/%3E%3Crect fill='url(%23f)' x='500' width='700' height='800'/%3E%3Crect fill='url(%23g)' x='600' width='600' height='800'/%3E%3Crect fill='url(%23h)' x='700' width='500' height='800'/%3E%3Crect fill='url(%23i)' x='800' width='400' height='800'/%3E%3Crect fill='url(%23j)' x='900' width='300' height='800'/%3E%3Crect fill='url(%23k)' x='1000' width='200' height='800'/%3E%3Crect fill='url(%23l)' x='1100' width='100' height='800'/%3E%3C/g%3E%3C/svg%3E"); /* Keep your SVG or gradient here */
  background-attachment: fixed;
  background-size: cover;
            margin: 0;
            padding: 20px;
            color: #333;
            text-align: center;
        }

        h1, h2 {
            font-size: 3rem;
    color: #007054;
   text-transform: uppercase;
    position: relative;
    font-weight: 700;
    text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.5);
        }

    /* Back to Home Button */
.back-to-home {
  position: absolute;
  top: 20px;
  right: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 25px;
  background: linear-gradient(to right, #007a58, #65b89a); /* Deep green to mint */
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  border-radius: 50px;
  cursor: pointer;
  text-transform: uppercase;
  overflow: hidden;
  z-index: 1;
  transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.back-to-home::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  transition: left 0.3s ease;
  z-index: 0;
}

.back-to-home:hover {
  background: linear-gradient(to right, #65b89a, #007a58);
  transform: scale(1.05);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.back-to-home:hover::before {
  left: 0;
}

/* Luxury Gallery Layout */
.luxury-gallery {
  column-count: 3;
  column-gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px;
}

.luxury-item {
  display: inline-block;
  width: 100%;
  margin: 0 0 20px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  break-inside: avoid;
  box-shadow: 0 8px 20px rgba(0, 122, 88, 0.2);
  transition: transform 0.3s ease;
}

.luxury-item:hover {
  transform: scale(1.03);
  box-shadow: 0 12px 25px rgba(0, 122, 88, 0.4);
}

.luxury-item img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
  border-radius: 20px;
}

.luxury-item:hover img {
  transform: scale(1.05);
}

/* Caption Overlay */
.luxury-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  background: rgba(2, 122, 88, 0.6); /* Soft green overlay */
  backdrop-filter: blur(8px);
  color: white;
  text-align: left;
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 0 0 20px 20px;
}

.luxury-item:hover .luxury-caption {
  opacity: 1;
}

.luxury-caption h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  color: #e6fff6;
}

.luxury-caption p {
  font-size: 14px;
  margin: 5px 0;
  color: #e6fff6;
}

/* Luxury Button */
.luxury-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #007a58; /* Deep green */
  color: #fff;
  font-size: 14px;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  margin-top: 10px;
  border-radius: 50px;
}

.luxury-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  transition: left 0.3s ease;
  z-index: 1;
}

.luxury-btn:hover {
  background-color: #65b89a; /* Mint */
  box-shadow: 0 4px 15px rgba(0, 122, 88, 0.3);
}

.luxury-btn:hover::before {
  left: 0;
}

.luxury-btn:focus {
  outline: none;
}


/* Responsive Adjustments */
@media (max-width: 1024px) {
    .luxury-gallery {
        column-count: 2;
    }
}

@media (max-width: 600px) {
    .luxury-gallery {
        column-count: 1;
    }

    .luxury-caption h3 {
        font-size: 18px;
    }

    .luxury-caption p {
        font-size: 13px;
    }

    .luxury-btn {
        font-size: 13px;
        padding: 6px 14px;
    }
}


.logo {
    max-height: 150px;
    margin-left: 15px;
    padding: 10px 20px;
  
    border-radius: 12px;
   
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.logo:hover {
    transform: scale(1.1);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5); /* Enhanced shadow on hover */
}


.well{
	    font-size: 20px;
    line-height: 1.6;
    color: #2f2f2f;
    text-shadow: none;
}