/* Lakeview Lanka Custom Styles - Light Lakeside Theme */

/* Import beautiful Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700&family=Poppins:wght@300;400;500;600;700&display=swap');

/* Remove all top spacing */
main.main-06 {
  background: linear-gradient(135deg, #e3f2fd 0%, #f0f8ff 50%, #e1f5fe 100%);
  position: relative;
  overflow: hidden;
  padding-top: 0;
  margin-top: 0;
}

/* Add subtle water ripple effect */
main.main-06::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:
    radial-gradient(circle at 20% 50%, rgba(33, 150, 243, 0.05) 0%, transparent 50%),
    radial-gradient(circle at 80% 80%, rgba(3, 169, 244, 0.05) 0%, transparent 50%);
  pointer-events: none;
  z-index: 0;
}

/* Logo in hero section */
.hero-logo {
  text-align: right;
  margin-top: 0;
}

.logo-img-hero {
  max-width: 200px;
  width: 100%;
  height: auto;
  border-radius: 50%;
  object-fit: cover;
  aspect-ratio: 1/1;
  filter: drop-shadow(0 4px 12px rgba(2, 119, 189, 0.3));
  transition: transform 0.3s ease;
  border: 4px solid rgba(255, 255, 255, 0.8);
}

.logo-img-hero:hover {
  transform: scale(1.05);
}

@media (max-width: 767px) {
  .hero-logo {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .logo-img-hero {
    max-width: 150px;
  }
}

/* Remove header styling - no longer needed */

/* Hero social links at bottom */
.hero-social-links {
  margin-top: 50px;
  padding-top: 30px;
  border-top: 2px solid rgba(2, 119, 189, 0.2);
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.social-link {
  color: #0277bd;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 25px;
  backdrop-filter: blur(5px);
  border: 2px solid rgba(2, 119, 189, 0.2);
}

.social-link i {
  font-size: 20px;
}

.social-link:hover {
  color: #01579b;
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(2, 119, 189, 0.5);
  box-shadow: 0 5px 15px rgba(2, 119, 189, 0.2);
}

@media (max-width: 767px) {
  .hero-social-links {
    flex-direction: column;
    gap: 15px;
    margin-top: 40px;
  }

  .social-link {
    width: 100%;
    justify-content: center;
  }
}

/* Hero area styling with background image */
main .main-wrapper.demo-06 .hero-area {
  margin-bottom: 80px;
  margin-top: 0;
  position: relative;
  z-index: 1;
  padding: 40px 0 100px;
  background-image: url('../img/hero.png');
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  border-radius: 0;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
  min-height: 85vh;
  display: flex;
  align-items: center;
}

/* Beautiful overlay for better text readability */
main .main-wrapper.demo-06 .hero-area::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg,
      rgba(227, 242, 253, 0.95) 0%,
      rgba(225, 245, 254, 0.9) 50%,
      rgba(179, 229, 252, 0.85) 100%);
  z-index: 0;
}

/* Ensure content is above overlay */
main .main-wrapper.demo-06 .hero-area .container {
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  main .main-wrapper.demo-06 .hero-area {
    padding: 60px 0;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 20px;
    min-height: 60vh;
  }
}

main .main-wrapper.demo-06 .hero-area h1 {
  font-size: 90px;
  font-weight: 700;
  background: linear-gradient(135deg, #0277bd 0%, #01579b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-family: 'Playfair Display', serif;
  line-height: 1.1;
  margin-bottom: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  main .main-wrapper.demo-06 .hero-area h1 {
    font-size: 70px;
  }
}

@media (max-width: 767px) {
  main .main-wrapper.demo-06 .hero-area h1 {
    font-size: 42px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  main .main-wrapper.demo-06 .hero-area h1 {
    font-size: 48px;
  }
}

/* Subtitle styling */
.subtitle {
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  color: #0288d1;
  font-weight: 300;
  font-style: italic;
  margin-top: 10px;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .subtitle {
    font-size: 18px;
  }
}

/* Hero description */
main .main-wrapper.demo-06 .hero-area p {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  color: #37474f;
  line-height: 32px;
  font-weight: 400;
}

/* Countdown styling */
main .main-wrapper.demo-06 .hero-area .countdown .single-count-content::after {
  content: ':';
  font-size: 54px;
  color: #0277bd;
  top: 35px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  main .main-wrapper.demo-06 .hero-area .countdown .single-count-content::after {
    top: 30px;
  }
}

@media (max-width: 767px) {
  main .main-wrapper.demo-06 .hero-area .countdown .single-count-content::after {
    top: 30px;
    font-size: 45px;
  }
}

main .main-wrapper.demo-06 .hero-area .countdown .single-count-content .count {
  font-family: 'Poppins', sans-serif;
  color: #01579b;
  font-size: 60px;
  font-weight: 700;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  main .main-wrapper.demo-06 .hero-area .countdown .single-count-content .count {
    font-size: 50px;
  }
}

@media (max-width: 767px) {
  main .main-wrapper.demo-06 .hero-area .countdown .single-count-content .count {
    font-size: 40px;
  }
}

main .main-wrapper.demo-06 .hero-area .countdown .single-count-content .text {
  font-family: 'Poppins', sans-serif;
  font-size: 17px;
  color: #546e7a;
  font-weight: 500;
}

/* Features/Team area styling */
main .main-wrapper.demo-06 .team-area {
  margin-bottom: 100px;
  position: relative;
  z-index: 1;
}

main .main-wrapper.demo-06 .team-area .section-title h1 {
  font-size: 26px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  color: #0277bd;
  padding-bottom: 7px;
  margin-bottom: 40px;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 2px;
}

main .main-wrapper.demo-06 .team-area .section-title h1::after {
  content: '';
  position: absolute;
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #0277bd, #4fc3f7);
  bottom: 0;
  left: 0;
  border-radius: 2px;
}

main .main-wrapper.demo-06 .team-area .section-title h2 {
  font-family: 'Playfair Display', serif;
  font-size: 42px;
  line-height: 55px;
  font-weight: 600;
  color: #263238;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  main .main-wrapper.demo-06 .team-area .section-title h2 {
    font-size: 28px;
    line-height: 40px;
  }
}

/* Feature cards */
main .main-wrapper.demo-06 .team-area .team-wrapper .team-item {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 10px 40px rgba(2, 119, 189, 0.1);
  transition: all 0.4s ease;
  border: 2px solid rgba(79, 195, 247, 0.2);
}

main .main-wrapper.demo-06 .team-area .team-wrapper .team-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 60px rgba(2, 119, 189, 0.2);
  border-color: rgba(79, 195, 247, 0.5);
}

/* Feature icon styling */
.feature-icon {
  font-size: 80px;
  text-align: center;
  padding: 40px 0;
  filter: drop-shadow(0 4px 8px rgba(2, 119, 189, 0.2));
  transition: all 0.3s ease;
}

main .main-wrapper.demo-06 .team-area .team-wrapper .team-item:hover .feature-icon {
  transform: scale(1.1) rotate(5deg);
}

main .main-wrapper.demo-06 .team-area .team-wrapper .team-item .team-img {
  margin-bottom: 20px;
}

main .main-wrapper.demo-06 .team-area .team-wrapper .team-item .team-info h4 {
  font-size: 24px;
  font-weight: 700;
  color: #01579b;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 10px;
}

main .main-wrapper.demo-06 .team-area .team-wrapper .team-item .team-info p {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: #546e7a;
  line-height: 26px;
}

/* Imprint area styling */
main .main-wrapper.demo-06 .imprint-area {
  margin-bottom: 100px;
  position: relative;
  z-index: 1;
  padding: 60px 0;
}

main .main-wrapper.demo-06 .imprint-area .section-title h1 {
  font-size: 26px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  color: #0277bd;
  padding-bottom: 7px;
  margin-bottom: 40px;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 2px;
}

main .main-wrapper.demo-06 .imprint-area .section-title h1::after {
  content: '';
  position: absolute;
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #0277bd, #4fc3f7);
  bottom: 0;
  left: 0;
  border-radius: 2px;
}

main .main-wrapper.demo-06 .imprint-area .section-title h2 {
  font-family: 'Playfair Display', serif;
  font-size: 42px;
  line-height: 55px;
  font-weight: 600;
  color: #263238;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  main .main-wrapper.demo-06 .imprint-area .section-title h2 {
    font-size: 28px;
    line-height: 40px;
  }
}

/* Imprint wrapper */
.imprint-wrapper {
  margin-top: 40px;
}

/* Imprint cards */
.imprint-card {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 40px 30px;
  margin-bottom: 30px;
  box-shadow: 0 10px 40px rgba(2, 119, 189, 0.1);
  transition: all 0.4s ease;
  border: 2px solid rgba(79, 195, 247, 0.2);
  min-height: 280px;
  display: flex;
  flex-direction: column;
}

.imprint-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 60px rgba(2, 119, 189, 0.2);
  border-color: rgba(79, 195, 247, 0.5);
  background: rgba(255, 255, 255, 0.95);
}

/* Imprint icon */
.imprint-icon {
  font-size: 60px;
  text-align: center;
  margin-bottom: 20px;
  filter: drop-shadow(0 4px 8px rgba(2, 119, 189, 0.2));
  transition: all 0.3s ease;
}

.imprint-card:hover .imprint-icon {
  transform: scale(1.1) rotate(5deg);
}

/* Imprint card title */
.imprint-card h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #01579b;
  margin-bottom: 20px;
  text-align: center;
  border-bottom: 2px solid rgba(79, 195, 247, 0.3);
  padding-bottom: 15px;
}

/* Imprint details */
.imprint-details {
  flex: 1;
}

.imprint-details p {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  color: #546e7a;
  line-height: 28px;
  margin-bottom: 12px;
}

.imprint-details p strong {
  color: #0277bd;
  font-weight: 600;
  display: inline-block;
  min-width: 130px;
}

.imprint-details a {
  color: #0288d1;
  text-decoration: none;
  transition: all 0.3s ease;
  font-weight: 500;
}

.imprint-details a:hover {
  color: #01579b;
  text-decoration: underline;
}

/* Legal text section */
.imprint-legal-text {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 40px;
  margin-top: 30px;
  border: 2px solid rgba(79, 195, 247, 0.2);
  box-shadow: 0 10px 40px rgba(2, 119, 189, 0.08);
}

.imprint-legal-text h4 {
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #01579b;
  margin-top: 25px;
  margin-bottom: 15px;
  position: relative;
  padding-left: 20px;
}

.imprint-legal-text h4:first-child {
  margin-top: 0;
}

.imprint-legal-text h4::before {
  content: '▸';
  position: absolute;
  left: 0;
  color: #4fc3f7;
  font-size: 18px;
}

.imprint-legal-text p {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  color: #546e7a;
  line-height: 28px;
  margin-bottom: 20px;
  text-align: justify;
}

/* Responsive adjustments for imprint */
@media (max-width: 991px) {
  .imprint-card {
    min-height: auto;
  }
}

@media (max-width: 767px) {
  main .main-wrapper.demo-06 .imprint-area {
    margin-bottom: 60px;
    padding: 40px 0;
  }

  .imprint-card {
    padding: 30px 20px;
    margin-bottom: 20px;
  }

  .imprint-icon {
    font-size: 50px;
  }

  .imprint-card h3 {
    font-size: 20px;
  }

  .imprint-details p {
    font-size: 14px;
    line-height: 24px;
  }

  .imprint-details p strong {
    display: block;
    margin-bottom: 5px;
    min-width: auto;
  }

  .imprint-legal-text {
    padding: 25px 20px;
  }

  .imprint-legal-text h4 {
    font-size: 18px;
  }

  .imprint-legal-text p {
    font-size: 14px;
    line-height: 24px;
  }
}

/* Footer styling */
main .footer {
  width: 100%;
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}

main .footer p {
  font-family: 'Poppins', sans-serif;
  color: #546e7a;
  font-weight: 400;
}

main .footer p a {
  color: #0277bd;
  font-weight: 500;
}

main .footer p a:hover {
  color: #01579b;
}

/* Add decorative wave at bottom */
main .footer::before {
  content: '';
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  height: 100px;
  background:
    radial-gradient(circle at 50% 0%, rgba(79, 195, 247, 0.1) 0%, transparent 70%);
  pointer-events: none;
}

/* Responsive adjustments */
@media (max-width: 767px) {
  main .header.header-06 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .brand-name {
    font-size: 24px;
  }

  main .main-wrapper.demo-06 .team-area .team-wrapper .team-item {
    padding: 25px;
  }

  .feature-icon {
    font-size: 60px;
    padding: 30px 0;
  }
}

/* Animation enhancements */
@keyframes float {

  0%,
  100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-10px);
  }
}

.feature-icon {
  animation: float 3s ease-in-out infinite;
}

main .main-wrapper.demo-06 .team-area .team-wrapper .team-item:nth-child(2) .feature-icon {
  animation-delay: 0.5s;
}

main .main-wrapper.demo-06 .team-area .team-wrapper .team-item:nth-child(3) .feature-icon {
  animation-delay: 1s;
}