@media only screen and (max-width: 1920px) and (min-width: 1500px) {
	.container {
		max-width: 1414px;
	}
}

@media only screen and (max-width: 1600px) {
	.bannerContent h1 {
		font-size: 6rem;
		margin: 2rem 0;
	}

	.mainBanner {
		height: 900px;
	}

	.secHeading {
		font-size: 4rem;
	}

	.momentBox h3 {
		font-size: 1.5rem;
	}
}

@media only screen and (max-width: 1445px) {}

@media only screen and (max-width: 1366px) {
	html {
		font-size: 15px;
	}
}

@media (max-width: 1199.98px) {
	html {
		font-size: 14px;
	}

	.bannerContent a img {
		width: 220px;
	}

	.bannerContent h1 {
		font-size: 5rem;
		margin: 1rem 0;
	}

	.mainBanner {
		height: 800px;
	}

	.aboutSec {
		padding: 5rem 0;
	}

	.momentBox h3 {
		font-size: 1.3rem;
	}

	.footerContent p {
		margin: 1rem 0;
	}

	footer {
		padding: 5rem 0 3rem 0;
	}

	.preLoader img{
		width: 200px;
	}
}

@media (max-width: 991.98px) {
	html {
		font-size: 13px;
	}

	.mainBanner {
		height: 650px;
	}

	.bannerContent h1 {
		font-size: 4rem;
	}

	.bannerContent a img {
		width: 180px;
	}

	.aboutContent p {
		font-size: 1.25rem;
	}

	.aboutSec {
		padding: 4rem 0;
	}

	.secHeading {
		font-size: 3rem;
	}

	.momentBox {
		margin-top: 1rem;
	}

	.momentBox h3 {
		font-size: 1.2rem;
		white-space: nowrap;
	}

	.footerContent a img {
		width: 150px;
	}

	.footerContent p {
		font-size: 1.5rem;
	}

	.preLoader img{
		width: 150px;
	}
}

@media (max-width: 767.98px) {
	html {
		font-size: 12px;
	}

	.mainBanner {
		height: 500px;
	}

	.bannerContent a img {
		width: 150px;
	}

	.bannerContent p {
		font-size: 1.3rem;
	}

	.bannerContent h1 {
		font-size: 3.5rem;
	}

	.aboutSec {
		padding: 3rem 0;
	}

	.aboutContent p {
		width: 100%;
	}

	.momentBox img {
		width: 100%;
	}

	footer {
		padding: 3rem 0;
	}

	.footerContent a img {
		width: 130px;
	}

	.footerContent p {
		font-size: 1.25rem;
	}

	.footerContent ul li:nth-child(2) a {
		font-size: 1.25rem;
	}

	.secHeading {
		font-size: 2.5rem;
	}

	.smallHeading {
		font-size: 1.5rem;
	}
}

@media (max-width: 575.98px) {
	.bannerContent a img {
		width: 120px;
	}

	.bannerContent h1 {
		font-size: 2.5rem;
	}

	.bannerContent p {
		font-size: 1.125rem;
		line-height: 1.6;
	}

	.mainBanner {
		height: 400px;
	}

	.aboutContent p {
		font-size: 1.125rem;
	}

	.aboutSec {
		padding: 2rem 0;
	}

	.secHeading {
		font-size: 2rem;
	}

	.footerContent p {
		font-size: 1.1rem;
	}

	.footerContent ul li a {
		font-size: 1.25rem !important;
	}

	.footerContent a img {
		width: 120px;
	}

	footer {
		padding: 3rem 0 2rem 0;
	}

	.momentBox h3 {
		font-size: 1.5rem;
	}
}

@media (max-width: 320.98px) {}

/* --- Modernized dynamic CSS for smooth, mobile-friendly experience --- */

/* Hint compositing for actively animated elements only */
.momentBox, [data-aos] {
  will-change: transform, opacity;
}

/* Smooth fade/slide for AOS and other transitions */
[data-aos] {
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.4,0,0.2,1);
  transition-duration: 0.8s;
}

/* Touch-friendly hover/focus for momentBox and buttons */
.momentBox,
button, .btn, a.btn {
  transition: box-shadow 0.2s, transform 0.2s, background 0.2s, color 0.2s;
  touch-action: manipulation;
}
.momentBox:hover, .momentBox:focus {
  box-shadow: 0 8px 32px 0 rgba(31,38,135,0.10);
  transform: translateY(-4px) scale(1.03);
  z-index: 2;
}

/* Responsive image handling for all images */
img, .img-fluid {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Mobile tap highlight removal for a more native feel */
a, button, .momentBox {
  -webkit-tap-highlight-color: rgba(0,0,0,0.08);
}

/* Respect user motion preferences */
@media (prefers-reduced-motion: reduce) {
  * {
    transition: none !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* Ensure all interactive elements are easily tappable on mobile */
@media (max-width: 767.98px) {
  .momentBox, button, .btn, a.btn {
    min-height: 48px;
    min-width: 44px;
    font-size: 1.1rem;
  }
}

/* Smoother scrolling for anchor links */
html {
  scroll-behavior: smooth;
}


button.momentBox {
  appearance: none;
  -webkit-appearance: none;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font: inherit;
  color: inherit;
  text-align: inherit;
  width: 100%;
}

#dynamicContent {
  display: none;
}

/* Prevent accidental text selection on tap/click for interactive elements */
.momentBox, button, .btn, a.btn {
  user-select: none;
  -webkit-user-select: none;
}

/* Rare Opportunities teaser card */
#rareTeaserRow {
  display: none;
  margin-top: 3rem;
}

.rare-teaser {
  position: relative;
  background-image: url('../images/island-aerial.jpg');
  background-size: cover;
  background-position: center;
  border-radius: 2px;
  overflow: hidden;
}

.rare-teaser::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(18, 22, 26, 0.65);
}

.rare-teaser-frame {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.32);
  margin: 1.5rem;
  padding: 3rem 3.5rem;
  text-align: center;
  color: #fff;
}

.rare-teaser-logo {
  width: 80px;
  margin: 0 auto 2.25rem;
  display: block;
}

.rare-teaser-main {
  font-family: 'Palatino', sans-serif;
  font-size: 1.35rem;
  line-height: 1.75;
  color: #fff;
  margin-bottom: 1.75rem;
}

.rare-teaser-divider {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 1.25rem 0;
  color: rgba(255, 255, 255, 0.55);
}

.rare-teaser-divider::before,
.rare-teaser-divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: rgba(255, 255, 255, 0.35);
}

.rare-teaser-ornament {
  font-size: 1.1rem;
  letter-spacing: 0.15em;
  color: rgba(255, 255, 255, 0.7);
}

.rare-teaser-rule {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
  margin: 1.25rem 0;
}

.rare-teaser-sub {
  font-family: 'Palatino', sans-serif;
  font-style: italic;
  font-size: 1.2rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
  margin: 1.1rem 0;
}

.rare-teaser-caps {
  font-family: 'Palatino', sans-serif;
  font-size: 0.9rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.8;
  margin: 1.1rem 0;
}

@media (max-width: 767.98px) {
  .rare-teaser-frame {
    margin: 1rem;
    padding: 2rem 1.5rem;
  }

  .rare-teaser-main {
    font-size: 1.1rem;
  }

  .rare-teaser-caps {
    letter-spacing: 0.18em;
  }
}