* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  overflow-x: hidden;
}

body {
  font-family: "Montserrat", sans-serif;
  background: #F7F7F4;
  color: #111;
}

/* BUTTON LINKS */

.hero-buttons a{
  text-decoration:none;
}

/* CLICKABLE BUTTON LINK */

.btn{

  text-decoration:none;
}

:root {
  --primary: #234229;
  --secondary: #6D8C45;
  --light: #F7F7F4;
}

.container {
  max-width: 1280px;
  margin: auto;
  padding: 0 48px;
}

section {
  padding: 120px 0;
}

img {
  width: 100%;
  display: block;
}

h1,
h2,
h3,
h4 {
 font-family: "Montserrat", sans-serif;
}

p {
  color: #666;
  line-height: 1.8;
}

/* PREMIUM BUTTON DESIGN */

.btn{
  position:relative;

  height:58px;
  padding:0 34px;

  border:none;
  border-radius:18px;

  cursor:pointer;

  font-weight:600;
   font-family: "Montserrat", sans-serif;
  font-size:15px;
  letter-spacing:.3px;

  overflow:hidden;

  transition:
  transform .35s ease,
  box-shadow .35s ease,
  background .35s ease;

  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
}

/* PRIMARY BUTTON */

.btn-primary{

  background:
  linear-gradient(
    135deg,
    #38bdf8,
    #0ea5e9,
    #0284c7
  );

  color:white;

  box-shadow:
  0 10px 30px rgba(14,165,233,.28),
  inset 0 1px 1px rgba(255,255,255,.25);

  backdrop-filter:blur(10px);
}

/* GLOW EFFECT */

.btn-primary::before{
  content:"";

  position:absolute;

  top:0;
  left:-120%;

  width:100%;
  height:100%;

  background:
  linear-gradient(
    120deg,
    transparent,
    rgba(255,255,255,.45),
    transparent
  );

  transition:.8s ease;
}

/* HOVER EFFECT */

.btn-primary:hover{
  transform:
  translateY(-4px)
  scale(1.02);

  box-shadow:
  0 16px 40px rgba(14,165,233,.38),
  inset 0 1px 1px rgba(255,255,255,.3);
}

.btn-primary:hover::before{
  left:120%;
}

/* CLICK EFFECT */

.btn-primary:active{
  transform:scale(.97);
}

/* OUTLINE BUTTON */

.btn-outline{

  background:
  rgba(255,255,255,.65);

  backdrop-filter:blur(14px);

  border:
  1px solid rgba(255,255,255,.5);

  color:#0284c7;

  box-shadow:
  0 8px 24px rgba(0,0,0,.04);
}

.btn-outline:hover{

  background:
  linear-gradient(
    135deg,
    #38bdf8,
    #0ea5e9
  );

  color:white;

  border-color:transparent;

  transform:
  translateY(-4px);

  box-shadow:
  0 14px 36px rgba(14,165,233,.25);
}

/* NAVBAR */

/* NAVBAR */

nav{

  position:fixed;

  top:0;
  left:0;

  width:100%;

  z-index:1000;

  transition:.35s ease;
}

/* SCROLL EFFECT */

nav.scrolled{

  background:
  rgba(255,255,255,.7);

  backdrop-filter:blur(20px);
  border-bottom-left-radius:20px;
  border-bottom-right-radius:20px;

  box-shadow:
  0 10px 30px rgba(0,0,0,.05);
}

/* WRAPPER */

.nav-wrapper{

  height:80px;

  display:flex;

  align-items:center;

  justify-content:space-between;
}

/* LOGO */

.logo{

  font-size:28px;

  font-weight:700;

  color:#234229;

  font-family:'Poppins';
}

/* NAV LINKS */

.nav-links{

  display:flex;

  align-items:center;

  gap:35px;
}

.nav-links a{

  text-decoration:none;

  color:#111;

  font-weight:500;

  transition:.3s ease;
}

.nav-links a:hover{
  color:#0ea5e9;
}

/* MOBILE BUTTON */

.mobile-menu{

  width:48px;
  height:48px;

  display:none;

  align-items:center;
  justify-content:center;

  border-radius:16px;

  cursor:pointer;

  background:
  rgba(255,255,255,.6);

  backdrop-filter:blur(14px);

  border:
  1px solid rgba(255,255,255,.4);

  box-shadow:
  0 8px 24px rgba(0,0,0,.06);
}

.mobile-menu i{

  font-size:22px;

  color:#111;
}

/* CLOSE BUTTON */

.close-menu{
  display:none;
}

/* MOBILE */

@media(max-width:768px){

  /* SHOW MENU BUTTON */

  .mobile-menu{
    display:flex;
  }

  /* MOBILE NAVIGATION */

  .nav-links{

    position:fixed;

    top:0;
    right:-100%;

    width:100%;
    height:100vh;

    background:
    rgba(247,247,244,.96);

    backdrop-filter:blur(24px);

    display:flex;

    flex-direction:column;

    align-items:flex-start;

    justify-content:center;

    gap:30px;

    padding:40px;

    transition:.45s ease;

    z-index:999;
  }

  /* ACTIVE */

  .nav-links.active{
    right:0;
  }

  /* LINKS */

  .nav-links a{

    font-size:32px;

    font-family:'Poppins';

    font-weight:600;
  }

  /* BUTTON */

  .nav-links .btn{

    width:100%;

    margin-top:12px;
  }

  /* CLOSE BUTTON */

  .close-menu{

    position:absolute;

    top:24px;
    right:24px;

    width:50px;
    height:50px;

    display:flex;

    align-items:center;
    justify-content:center;

    border-radius:18px;

    background:white;

    cursor:pointer;

    box-shadow:
    0 8px 24px rgba(0,0,0,.08);
  }

  .close-menu i{

    font-size:24px;

    color:#111;
  }

}

/* HERO */

.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  background:
    linear-gradient(rgba(255, 255, 255, .7),
      rgba(255, 255, 255, .8)),
    url('https://images.unsplash.com/photo-1506744038136-46273834b3fb?q=80&w=2070&auto=format&fit=crop');
  background-size: cover;
  background-position: center;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.tag {
  display: inline-block;
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .6);
  backdrop-filter: blur(12px);
  margin-bottom: 20px;
}

.hero h1 {
  font-size: 64px;
  margin-bottom: 24px;
}

.hero p {
  font-size: 20px;
  margin-bottom: 32px;
}

.hero-buttons {
  display: flex;
  gap: 16px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.stats {
  display: flex;
  gap: 40px;
}

.stat h3 {
  font-size: 30px;
  color: var(--primary);
}

.hero-image {
  position: relative;
}

.hero-image img {
  border-radius: 30px;
  box-shadow: 0 40px 80px rgba(0, 0, 0, .2);
}

.floating-card {
  position: absolute;
  background: rgba(255, 255, 255, .3);
  backdrop-filter: blur(20px);
  padding: 16px 22px;
  border-radius: 18px;
  font-weight: 600;
}

.card1 {
  top: 20px;
  left: -40px;
}

.card2 {
  bottom: 20px;
  right: -20px;
}

/* TITLES */

.section-title {
  text-align: center;
  margin-bottom: 70px;
}

.section-title span {
  color: var(--secondary);
  font-weight: 600;
}

.section-title h2 {
  font-size: 48px;
  margin-top: 16px;
}

/* FEATURES */

.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.feature-card {
  background: rgba(255, 255, 255, .5);
  backdrop-filter: blur(18px);
  padding: 35px;
  border-radius: 24px;
  transition: .4s;
  box-shadow: 0 20px 40px rgba(0, 0, 0, .04);
}

.feature-card:hover {
  transform: translateY(-10px);
}

.feature-card i {
  font-size: 34px;
  color: var(--secondary);
  margin-bottom: 24px;
}

/* ABOUT */

/* ABOUT SECTION */

.about{
    margin-top: -60px;
    margin-bottom: -60px;
  padding-top:70px;     /* reduce top spacing */
  padding-bottom:70px;  /* reduce bottom spacing */
}

.about-grid{
  display:grid; 
  grid-template-columns:1fr 1fr;

  gap:40px; /* reduced from 80px */

  align-items:center;
}

/* ABOUT SECTION IMAGE SIZE FIX */

.about-image{
  width:100%;
  display:flex;
  justify-content:center;
}

.about-image img{

  width:100%;
  max-width:520px; /* controls image size */

  height:420px; /* fixed balanced height */

  object-fit:cover;

  border-radius:28px;

  box-shadow:
  0 20px 50px rgba(0,0,0,.08);

}



.about-content span{
  color:var(--secondary);
  font-weight:600;
}

.about-content h2{
  font-size:52px;

  margin:
  14px 0 18px; /* reduced spacing */
}

.about-content p{
  margin-bottom:18px;
}

.about-content ul{
  margin:18px 0;
  list-style:none;
}

.about-content li{
  margin-bottom:10px;
}


/* GALLERY */

.gallery{
  padding:90px 0;
  margin-top: 1px;
  margin-bottom: -100px;
}

/* GRID */

.gallery-grid{

  display:grid;

  grid-template-columns:
  repeat(4,1fr);

  gap:14px;
}

/* ITEM */

.gallery-item{

  position:relative;

  overflow:hidden;

  border-radius:24px;

  background:#eee;

  cursor:pointer;

  height:240px;
}

/* IMAGE */

.gallery-item img{

  width:100%;
  height:100%;

  object-fit:cover;

  display:block;

  transition:
  transform .7s ease;
}

/* HOVER */

.gallery-item:hover img{
  transform:scale(1.05);
}

/* LAYOUT FIX */

.gallery-item:nth-child(1){

  grid-column:1 / 3;
  grid-row:1 / 3;

  height:494px;
}

.gallery-item:nth-child(2){
  height:240px;
}

.gallery-item:nth-child(3){
  height:240px;
}

.gallery-item:nth-child(4){
  height:240px;
}

.gallery-item:nth-child(5){

  grid-column:2 / 5;

  height:240px;
}



/* MOBILE GALLERY FIX */

@media(max-width:768px){

.gallery{
  margin-top: -90px;
  margin-bottom: -10px;
}


  .gallery-grid{

    display:grid;
margin-bottom: -90px;
    grid-template-columns:
    repeat(2,1fr);

    gap:8px;
  }

  /* RESET EVERYTHING */

  .gallery-item,
  .gallery-item.large,
  .gallery-item.wide,
  .gallery-item:nth-child(1),
  .gallery-item:nth-child(2),
  .gallery-item:nth-child(3),
  .gallery-item:nth-child(4),
  .gallery-item:nth-child(5){

    grid-column:auto !important;
    grid-row:auto !important;

    height:140px !important;

    border-radius:16px;
  }

  /* ONLY FIRST IMAGE BIG */

  .gallery-item:first-child{

    grid-column:span 2 !important;

    height:220px !important;
  }

  .gallery-item img{

    width:100%;
    height:100%;

    object-fit:cover;

    display:block;
  }

}





/* DESTINATIONS */

.destination-grid{

  display:grid;
margin-bottom: -120px;
  grid-template-columns:
  repeat(3,1fr);

  gap:30px;

}


/* CARD */

.destination-card{

  height:420px;

  perspective:1200px;
}

/* INNER */

.destination-inner{

  position:relative;

  width:100%;
  height:100%;

  transition:
  transform .8s cubic-bezier(.4,.2,.2,1);

  transform-style:preserve-3d;
}

/* FLIP */

.destination-card:hover .destination-inner{
  transform:rotateY(180deg);
}

/* FRONT & BACK */

.destination-front,
.destination-back{

  position:absolute;

  width:100%;
  height:100%;

  top:0;
  left:0;

  border-radius:28px;

  overflow:hidden;

  backface-visibility:hidden;
}

/* FRONT */

.destination-front img{

  width:100%;
  height:100%;

  object-fit:cover;

  display:block;

  transition:transform .7s ease;
}

.destination-card:hover .destination-front img{
  transform:scale(1.08);
}

/* OVERLAY */

.overlay{

  position:absolute;

  inset:0;

  background:
  linear-gradient(
    transparent 30%,
    rgba(0,0,0,.82)
  );

  display:flex;

  align-items:flex-end;

  padding:30px;
}

.overlay h3{

  color:white;

  font-size:30px;

  line-height:1.2;

  font-weight:700;

  text-shadow:
  0 4px 14px rgba(0,0,0,.35);
}

/* BACK */

.destination-back{

  background:
  linear-gradient(
    135deg,
    #234229,
    #6D8C45
  );

  color:white;

  transform:rotateY(180deg);

  display:flex;

  flex-direction:column;

  justify-content:center;

  padding:40px;

  box-shadow:
  0 20px 50px rgba(0,0,0,.08);
}

.destination-back h3{

  font-size:30px;

  margin-bottom:18px;
}

.destination-back p{

  color:rgba(255,255,255,.88);

  font-size:15px;

  line-height:1.9;
}

/* CENTER LAST 2 */

/* CENTER LAST 2 CARDS */

/* PERFECT LAST ROW ALIGNMENT */



/* TESTIMONIALS */

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.testimonial-card {
  background: white;
  padding: 40px;
  border-radius: 24px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, .05);
}

.stars {
  margin-bottom: 20px;
}

/* CTA SECTION */

.cta{

  position:relative;
margin-top: 0px;
  overflow:hidden;

  padding:120px 0;

  background:
  linear-gradient(
    135deg,
    #0f172a,
    #234229,
    #6D8C45
  );

  color:white;

  text-align:center;
    border-top-left-radius:40px;
  border-top-right-radius:40px;
}

/* GLOW EFFECTS */

.cta-glow{

  position:absolute;

  border-radius:50%;

  filter:blur(90px);

  opacity:.35;
}

.glow1{

  width:300px;
  height:300px;

  background:#38bdf8;

  top:-100px;
  left:-100px;
}

.glow2{

  width:260px;
  height:260px;

  background:#6D8C45;

  bottom:-80px;
  right:-80px;
}

/* CONTENT */

.cta-content{

  position:relative;

  z-index:2;

  max-width:850px;

  margin:auto;
}

/* TAG */

.cta-tag{

  display:inline-block;

  padding:12px 22px;

  border-radius:999px;

  background:
  rgba(255,255,255,.12);

  backdrop-filter:blur(14px);

  border:
  1px solid rgba(255,255,255,.2);

  margin-bottom:28px;

  font-size:14px;

  letter-spacing:.5px;
}

/* TITLE */

.cta h2{

  font-size:64px;

  line-height:1.1;

  margin-bottom:24px;

  font-family:'Poppins';
}

/* TEXT */

.cta p{

  font-size:18px;

  line-height:1.9;

  color:
  rgba(255,255,255,.82);

  margin-bottom:40px;
}

/* BUTTONS */

.cta-buttons{

  display:flex;

  justify-content:center;

  gap:18px;

  flex-wrap:wrap;
}

/* FOOTER */

footer{

  background:#0b0f14;

  color:white;

  padding-top:90px;
}

/* GRID */

.footer-grid{

  display:grid;

  grid-template-columns:
  1.5fr 1fr 1fr;

  gap:60px;

  padding-bottom:60px;
}

/* BRAND */

.footer-brand h3{

  font-size:34px;

  margin-bottom:20px;
}

.footer-brand p{

  color:#aaa;

  line-height:1.9;

  max-width:420px;
}

/* LINKS */

.footer-links h4,
.footer-contact h4{

  font-size:22px;

  margin-bottom:24px;
}

.footer-links a{

  display:block;

  color:#aaa;

  text-decoration:none;

  margin-bottom:16px;

  transition:.3s ease;
}

.footer-links a:hover{
  color:white;
}

/* CONTACT */

.footer-contact p{

  color:#aaa;

  margin-bottom:16px;
}

/* SOCIAL */

.social-icons{

  display:flex;

  gap:14px;

  margin-top:28px;
}

.social-icons a{

  width:48px;
  height:48px;

  display:flex;

  align-items:center;
  justify-content:center;

  border-radius:16px;

  background:
  rgba(255,255,255,.06);

  color:white;

  text-decoration:none;

  transition:.35s ease;
}

.social-icons a:hover{

  transform:translateY(-5px);

  background:#38bdf8;
}

/* BOTTOM */

.footer-bottom{

  border-top:
  1px solid rgba(255,255,255,.08);

  padding:24px;

  text-align:center;

  color:#888;

  font-size:14px;
}

/* MOBILE */

@media(max-width:768px){

  .cta{

    padding:90px 0;
  }

  .cta h2{

    font-size:40px;
  }

  .cta p{

    font-size:15px;
  }

  .cta-buttons{

    flex-direction:column;
  }

  .footer-grid{

    grid-template-columns:1fr;

    gap:50px;
  }

  .footer-brand h3{

    font-size: 30px;
  }

}

/* RESPONSIVE */

@media(max-width:1024px) {

  .hero-grid,
  .about-grid,
  .features-grid,
  .destination-grid,
  .testimonial-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero h1 {
    font-size: 52px;
  }

}

/* PREMIUM MOBILE RESPONSIVE */

@media(max-width:768px){

  body{
    overflow-x:hidden;
  }

  .container{
    padding:0 20px;
  }

  section{
    padding:90px 0;
  }

  /* NAVBAR */

  nav{
    padding:0;
  }

  .nav-wrapper{
    height:72px;
  }

  .logo{
    font-size:22px;
  }

  .mobile-menu{
    display:flex;
    align-items:center;
    justify-content:center;
    width:44px;
    height:44px;
    border-radius:12px;
    background:rgba(255,255,255,.5);
    backdrop-filter:blur(12px);
    font-size:20px;
  }

  .nav-links{
    position:fixed;
    top:0;
    right:-100%;
    width:100%;
    height:100vh;
    background:rgba(247,247,244,.96);
    backdrop-filter:blur(24px);

    display:flex;
    flex-direction:column;
    align-items:flex-start;
    justify-content:center;

    padding:40px;
    gap:28px;

    transition:.5s ease;
    z-index:999;
  }

  .nav-links.active{
    right:0;
  }

  .nav-links a{
    font-size:28px;
    font-family:'Poppins';
    font-weight:600;
    color:#111;
  }

  .nav-links .btn{
    width:100%;
    margin-top:20px;
  }

  /* HERO */

  .hero{
    min-height:auto;
    padding-top:120px;
    padding-bottom:60px;
  }

  .hero-grid{
    grid-template-columns:1fr;
    gap:50px;
  }

  .hero-content{
    text-align:center;
  }

  .tag{
    font-size:13px;
    padding:10px 18px;
    margin-bottom:22px;
  }

  .hero h1{
    font-size:42px;
    line-height:1.1;
    margin-bottom:22px;
    letter-spacing:-1.5px;
  }

  .hero p{
    font-size:16px;
    line-height:1.8;
    margin-bottom:32px;
    color:#555;
  }

  .hero-buttons{
    flex-direction:column;
    width:100%;
  }

  .hero-buttons .btn{
    width:100%;
    height:56px;
    font-size:15px;
  }

 /* ULTRA PREMIUM MOBILE STATS */

.stats{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;

  margin-top:26px;
  width:100%;
}

.stat{
  position:relative;

  background:
  linear-gradient(
    135deg,
    rgba(255,255,255,.55),
    rgba(255,255,255,.22)
  );

  backdrop-filter:blur(18px);

  border:1px solid rgba(255,255,255,.45);

  border-radius:24px;

  min-height:118px;

  padding:18px 10px;

  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;

  text-align:center;

  overflow:hidden;

  box-shadow:
  0 8px 24px rgba(0,0,0,.04),
  inset 0 1px 1px rgba(255,255,255,.4);

  transition:.35s ease;
}

/* GLOW EFFECT */

.stat::before{
  content:"";

  position:absolute;
  top:-40%;
  left:-30%;

  width:100px;
  height:100px;

  background:
  radial-gradient(
    rgba(255,255,255,.45),
    transparent
  );

  transform:rotate(25deg);
}

/* HOVER */

.stat:hover{
  transform:translateY(-4px) scale(1.02);
}

/* NUMBERS */

.stat h3{
  font-size:34px;
  line-height:1;

  margin-bottom:10px;

  font-weight:700;

  background:
  linear-gradient(
    135deg,
    #234229,
    #6D8C45
  );

  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
}

/* TEXT */

.stat span{
  font-size:13px;
  line-height:1.4;

  color:#555;

  font-weight:500;

  max-width:90px;
}

/* RESPONSIVE */

@media(max-width:480px){

  .stats{
    gap:10px;
  }

  .stat{
    min-height:105px;
    border-radius:20px;
    padding:14px 8px;
  }

  .stat h3{
    font-size:28px;
  }

  .stat span{
    font-size:12px;
  }

}

  .hero-image{
    margin-top:10px;
  }

  .hero-image img{
    border-radius:28px;
    height:420px;
    object-fit:cover;
  }

  .floating-card{
    font-size:13px;
    padding:14px 18px;
    border-radius:18px;
    backdrop-filter:blur(18px);
    box-shadow:0 10px 30px rgba(0,0,0,.08);
  }

  .card1{
    left:10px;
    top:15px;
  }

  .card2{
    right:10px;
    bottom:15px;
  }

  /* TITLES */

  .section-title{
    margin-bottom:50px;
  }

  .section-title span{
    font-size:14px;
  }

  .section-title h2{
    font-size:34px;
    line-height:1.2;
    margin-top:14px;
  }

  /* FEATURES */

  .features-grid{
    grid-template-columns:1fr;
    gap:22px;
  }

  .feature-card{
    padding:30px 26px;
    border-radius:28px;
    background:rgba(255,255,255,.65);
    backdrop-filter:blur(20px);

    border:1px solid rgba(255,255,255,.5);

    box-shadow:
    0 10px 40px rgba(0,0,0,.05);
  }

  .feature-card i{
    width:64px;
    height:64px;
    border-radius:18px;

    display:flex;
    align-items:center;
    justify-content:center;

    background:linear-gradient(
      135deg,
      rgba(109,140,69,.15),
      rgba(35,66,41,.1)
    );

    font-size:24px;
    margin-bottom:22px;
  }

  .feature-card h3{
    font-size:24px;
    margin-bottom:12px;
  }

  /* ABOUT */

  .about-grid{
    grid-template-columns:1fr;
    gap:50px;
  }

  .about-image img{
    height:420px;
    object-fit:cover;
    border-radius:30px;
  }

  .about-content{
    text-align:left;
  }

  .about-content h2{
    font-size:38px;
    line-height:1.15;
  }

  .about-content p{
    font-size:16px;
  }

  .about-content ul{
    margin:30px 0;
  }

  .about-content li{
    font-size:15px;
    padding-left:4px;
    margin-bottom:16px;
  }

  .about-content .btn{
    width:100%;
  }

 .about-image img{

    max-width:100%;

    height:320px;

    border-radius:24px;
  }



  /* DESTINATIONS */

  .destination-grid{
    grid-template-columns:1fr;
    gap:24px;
  }

  .destination-card{
    border-radius:30px;
  }

  .destination-card img{
    height:420px;
  }

  .overlay{
    padding:26px;
  }

  .overlay h3{
    font-size:28px;
  }

  /* TESTIMONIALS */

  .testimonial-grid{
    grid-template-columns:1fr;
    gap:24px;
  }

  .testimonial-card{
    padding:30px;
    border-radius:28px;
  }

  .testimonial-card p{
    font-size:15px;
  }

  p a{
  text-decoration: underline;
  color: inherit;
}


.footer-credit{
  text-decoration: underline;
  color: inherit;
  font-weight: 500;

}

.footer-credit:hover{
  opacity: 0.8;
}