:root {
  --jr-green: #173f35;
  --jr-deep: #0e2b25;
  --jr-gold: #d6b45f;
  --jr-cream: #fbf7ed;
  --jr-text: #5c625f;
  --jr-white: #fff;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Google Sans Flex", "Inter", Arial, sans-serif;
  color: var(--jr-text);
  background: #fff;
  line-height: 1.75;
  overflow-x: hidden;
}

/* =========================
   NAVBAR
========================= */

.jr-navbar {
  position: absolute;
  top: 18px;
  left: 0;
  width: 100%;
  z-index: 9999;
  padding: 0 18px;
 
}

.jr-nav-inner {
  min-height: 88px;
 
  display: flex;
  align-items: center;
  justify-content: space-between;

  padding: 0 34px;

  border-radius: 0 0 24px 24px;

  background: rgba(16, 16, 16, 0.38);

  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);

  border: 1px solid rgba(214, 180, 95, 0.3);

  box-shadow:
    0 10px 35px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

/* logo */

.jr-logo img {
  width: 120px;
  height: auto;
  object-fit: contain;
}

/* menu */

.jr-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 42px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.jr-menu a {
  position: relative;

  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
  
  font-size: 17px;
  font-weight: 500;

  transition: 0.3s ease;
}

.jr-menu a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -7px;

  width: 0%;
  height: 2px;

  background: var(--jr-gold);

  transition: 0.3s;
}

.jr-menu a:hover::after,
.jr-menu a.active::after {
  width: 100%;
}

.jr-menu a:hover,
.jr-menu a.active {
  color: var(--jr-gold);
}

/* button */

.jr-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 10rem;
  height: 47px;
  padding: 0 30px;

  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.15);

  background:
    linear-gradient(
      135deg,
      #e6cb7e,
      #c4933f
    );

  color: #fff !important;
  text-decoration: none;

  font-size: 15px;
  font-weight: 700;

  box-shadow:
    inset 0 1px 2px rgba(255,255,255,0.25),
    0 8px 24px rgba(0,0,0,0.22);

  transition: all 0.3s ease;
}

.jr-btn:hover {
  transform: translateY(-2px);
  color: #fff !important;
}

/* outline button */

.jr-outline {
  background: transparent;
  border: 1px solid rgba(255,255,255,0.22);
  color: #fff !important;
  box-shadow: none;
}

.jr-outline:hover {
  background: rgba(255,255,255,0.08);
}

/* =========================
   HERO
========================= */

.jr-hero {
  position: relative;
}

.jr-hero .swiper-slide {
  min-height: 100vh;

  display: flex;
  align-items: center;

  background-position: center;
  background-size: cover;

  position: relative;
}

.jr-hero .swiper-slide::before {
  content: "";
  position: absolute;
  inset: 0;

  background:
    linear-gradient(
      90deg,
      rgba(7, 18, 15, 0.82) 0%,
      rgba(7, 18, 15, 0.54) 45%,
      rgba(7, 18, 15, 0.2) 100%
    );
}

.jr-hero-content {
  position: relative;
  z-index: 2;

  max-width: 760px;

  color: #fff;

  padding-top: 120px;
}

.jr-kicker {
  display: inline-flex;
  align-items: center;

  color: var(--jr-gold);

  font-size: 14px;
  font-weight: 800;

  letter-spacing: 0.14em;
  text-transform: uppercase;

  margin-bottom: 18px;
}

.jr-hero h1 {
  font-size: clamp(48px, 7vw, 50px);
  line-height: 0.98;

  color: #fff;

  font-weight: 800;

  margin-bottom: 26px;
}

.jr-hero p {
  max-width: 650px;

  color: rgba(255,255,255,0.9);

  font-size: 18px;

  margin-bottom: 34px;
}

.jr-hero-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

/* pagination */

.jr-hero .swiper-pagination {
  bottom: 40px !important;
}

.jr-hero .swiper-pagination-bullet {
  width: 12px;
  height: 12px;

  background: #fff;

  opacity: 0.6;
}

.jr-hero .swiper-pagination-bullet-active {
  background: var(--jr-gold);
  opacity: 1;
}


.jr-btn-land{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 12rem;
  height: 50px;
  padding: 0 30px;

  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.15);

  background:
    linear-gradient(
      135deg,
      #e6cb7e,
      #c4933f
    );

  color: #fff !important;
  text-decoration: none;

  font-size: 15px;
  font-weight: 700;

  box-shadow:
    inset 0 1px 2px rgba(255,255,255,0.25),
    0 8px 24px rgba(0,0,0,0.22);

  transition: all 0.3s ease;
}

/* =========================
   SECTIONS
========================= */

.jr-section {
  padding: 100px 0;
}

.jr-section-soft {
  background: var(--jr-cream);
}

.jr-title {
  max-width: 760px;
  margin-bottom: 44px;
}

.jr-title-welcome{
  max-width: 760px;

}

.jr-title-welcome h6{
    color: var(--jr-gold);

  text-transform: uppercase;
  letter-spacing: 0.13em;

  font-size: 14px;
  font-weight: 800;

  margin-bottom: 12px;

}

.jr-title-welcome h2{
  color: var(--jr-deep);

  font-size: clamp(34px, 5vw, 36px);
  line-height: 1.08;

  font-weight: 800;
}

.jr-title-welcome p{
  margin-top: 14px;

}

.jr-title.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.jr-title h6 {
  color: var(--jr-gold);

  text-transform: uppercase;
  letter-spacing: 0.13em;

  font-size: 14px;
  font-weight: 800;

  margin-bottom: 12px;
}

.jr-title h2 {
  color: var(--jr-deep);

  font-size: clamp(34px, 5vw, 36px);
  line-height: 1.08;

  font-weight: 800;
}

.jr-title p {
  margin-top: 14px;
}

/* =========================
   CARDS
========================= */

.jr-card {
  background: #fff;

  border-radius: 30px;
  overflow: hidden;

  height: 100%;

  box-shadow: 0 18px 48px rgba(18, 43, 36, 0.09);

  transition: 0.35s ease;
}

.jr-card:hover {
  transform: translateY(-8px);
}

.jr-card img {
  width: 100%;
  height: 255px;
  object-fit: cover;
}

.jr-card-body {
  padding: 28px;
}

.jr-card h3 {
  color: var(--jr-deep);

  font-size: 24px;
  font-weight: 800;

  margin-bottom: 10px;
}

/* =========================
   ICON BOX
========================= */

.jr-icon-box {
  padding: 32px;

  border-radius: 28px;

  background: #fff;

  height: 100%;

  box-shadow: 0 14px 38px rgba(18, 43, 36, 0.08);
}

.jr-icon {
  width: 62px;
  height: 62px;

  border-radius: 18px;

  background: rgba(214, 180, 95, 0.18);

  display: flex;
  align-items: center;
  justify-content: center;

  color: var(--jr-gold);

  font-size: 24px;

  margin-bottom: 18px;
}

.jr-icon-box h3 {
  font-size: 22px;
  font-weight: 800;

  color: var(--jr-deep);
}

/* =========================
   ABOUT
========================= */

.jr-about-img {
  border-radius: 34px;
  overflow: hidden;

  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.14);
}

.jr-about-img img {
  width: 100%;
  height: 540px;
  object-fit: cover;
}

.jr-highlight {


  background: var(--jr-green);

  color: #fff;
 padding: 16px 20px;
 border-radius: 20px;
}

.jr-highlight h3 {
  color: #fff;
  font-weight: 800;
}

.jr-highlight p {
  color: rgba(255,255,255,0.82);
}

/* =========================
   PAGE HERO
========================= */

.jr-page-hero {
  padding: 180px 0 110px;

  background:
    linear-gradient(
      rgba(9, 34, 28, 0.72),
      rgba(9, 34, 28, 0.72)
    ),
    url("../images/slider/slide-2.jpg") center/cover;

  text-align: center;
  color: #fff;
}

.jr-page-hero h1 {
  font-size: clamp(42px, 6vw, 44px);
  font-weight: 850;
}

/* =========================
   GALLERY
========================= */

.jr-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);

  gap: 24px;
}

.jr-gallery img {
  width: 100%;
  height: 290px;

  object-fit: cover;

  border-radius: 24px;

  box-shadow: 0 12px 34px rgba(0,0,0,0.1);
}

/* =========================
   CONTACT
========================= */

.jr-contact-box {
  background: #fff;

  border-radius: 28px;

  padding: 34px;

  height: 100%;

  box-shadow: 0 12px 38px rgba(18,43,36,0.08);
}

.jr-contact-box h3 {
  color: var(--jr-deep);
  font-weight: 800;
}

/* =========================
   FOOTER
========================= */

.jr-footer {
  background: var(--jr-deep);

  color: rgba(255,255,255,0.76);

  padding: 80px 0 24px;
}

.jr-footer h4 {
  color: #fff;
  font-weight: 800;

  margin-bottom: 22px;
}

.jr-footer a {
  color: rgba(255,255,255,0.76);
  text-decoration: none;

  transition: 0.3s;
}

.jr-footer a:hover {
  color: var(--jr-gold);
}

.jr-footer-logo {
  width: 165px;
  margin-bottom: 20px;
}

.jr-copy {
  border-top: 1px solid rgba(255,255,255,0.12);

  margin-top: 45px;
  padding-top: 20px;

  text-align: center;

  font-size: 14px;
}



.mobile-toggle {
  display: none;
}

@media (max-width: 991px) {

  .jr-navbar {
    top: 14px;
    padding: 0 12px;
  }

  .jr-nav-inner {
    min-height: 74px;
    padding: 0 18px;
  }

  .mobile-toggle {
    width: 46px;
    height: 46px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 0;
    border-radius: 12px;

    background: rgba(255,255,255,0.1);

    color: #fff;
  }

  .jr-menu {
  position: absolute;

  top: 78px;
  left: 0;
  right: 0;

  display: none;
  flex-direction: column;
  align-items: flex-start;

  gap: 18px;

  margin: 0;
  padding: 20px 24px;

  list-style: none;

  border-radius: 24px;

  background: rgba(10,10,10,0.94);

  backdrop-filter: blur(18px);
}

  .jr-menu.show {
    display: flex;
  }

  .jr-nav-btn {
    display: none;
  }

  .jr-hero-content {
    padding-top: 90px;
  }

  .jr-hero .swiper-slide {
    min-height: 760px;
  }

  .jr-section {
    padding: 70px 0;
  }

  .jr-about-img img {
    height: 400px;
  }

  .jr-gallery {
    grid-template-columns: repeat(2,1fr);
  }
}

@media (max-width: 575px) {

  .jr-navbar {
    top: 10px;
  }

  .jr-nav-inner {
    border-radius: 20px;
  }

  .jr-logo img {
    width: 78px;
  }

  .jr-hero h1 {
    font-size: 42px;
  }

  .jr-hero p {
    font-size: 16px;
  }

  .jr-hero .swiper-slide {
    min-height: 700px;
  }

  .jr-btn {
    width: 100%;
  }

  .jr-gallery {
    grid-template-columns: 1fr;
  }

  .jr-gallery img {
    height: 250px;
  }

  .jr-card img {
    height: 220px;
  }

  .jr-section {
    padding: 60px 0;
  }

  .jr-footer {
    text-align: center;
  }

  .jr-footer-logo {
    margin-left: auto;
    margin-right: auto;
  }
}



/* =========================
   CONTACT SECTION
========================= */

.jr-contact-section{
  padding: 100px 0;
  background: #f8f7f3;
}



.jr-info-card{
  height: 100%;

  padding: 42px;

  border-radius: 32px;

  background:
    linear-gradient(
      180deg,
      #173f35,
      #0f2f28
    );

  color: #fff;

  box-shadow: 0 18px 50px rgba(0,0,0,0.12);
}

.jr-contact-tag{
  display: inline-flex;

  padding: 10px 18px;

  border-radius: 999px;

  background: rgba(255,255,255,0.08);

  color: var(--jr-gold);

  font-size: 13px;
  font-weight: 700;

  letter-spacing: 0.08em;
  text-transform: uppercase;

  margin-bottom: 22px;
}

.jr-info-card h2{
  font-size: 32px;
  line-height: 1.1;

  font-weight: 800;

  margin-bottom: 20px;
}

.jr-contact-text{
  color: rgba(255,255,255,0.78);
  margin-bottom: 34px;
}

.jr-info-list{
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.jr-info-item{
  display: flex;
  gap: 16px;
}

.jr-info-item i{
  width: 52px;
  height: 52px;

  min-width: 52px;

  border-radius: 16px;

  background: rgba(255,255,255,0.08);

  display: flex;
  align-items: center;
  justify-content: center;

  color: var(--jr-gold);

  font-size: 18px;
}

.jr-info-item h5{
  margin-bottom: 4px;

  font-size: 18px;
  font-weight: 700;
}

.jr-info-item p{
  margin: 0;
  color: rgba(255,255,255,0.72);
}



.jr-form-card{
  height: 100%;

  padding: 42px;

  border-radius: 32px;

  background: #fff;

  box-shadow: 0 18px 50px rgba(0,0,0,0.08);
}

.jr-form-head span{
  color: var(--jr-gold);

  font-size: 14px;
  font-weight: 700;

  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.jr-form-head h2{
  font-size: 34px;

  color: var(--jr-deep);

  font-weight: 800;

  margin-top: 10px;
  margin-bottom: 30px;
}



.jr-input-group{
  display: flex;
  flex-direction: column;
}

.jr-input-group label{
  color: var(--jr-deep);

  font-size: 14px;
  font-weight: 600;

  margin-bottom: 10px;
}

.jr-input-group input,
.jr-input-group select,
.jr-input-group textarea{
  width: 100%;

  border: 1px solid #e6e6e6;

  background: #fafafa;

  border-radius: 16px;

  padding: 16px 18px;

  outline: none;

  font-size: 15px;

  transition: 0.3s ease;
}

.jr-input-group input:focus,
.jr-input-group select:focus,
.jr-input-group textarea:focus{
  border-color: var(--jr-gold);

  background: #fff;

  box-shadow: 0 0 0 4px rgba(214,180,95,0.12);
}



.jr-input-group input[type="date"]{
  color: #666;
  cursor: pointer;
}


.jr-submit-btn{
  height: 56px;

  padding: 0 34px;

  border: 0;
  border-radius: 18px;

  background:
    linear-gradient(
      135deg,
      #e6cb7e,
      #c4933f
    );

  color: #fff;

  font-size: 15px;
  font-weight: 700;

  box-shadow:
    0 10px 24px rgba(196,147,63,0.25);

  transition: 0.3s ease;
}

.jr-submit-btn:hover{
  transform: translateY(-2px);
}


@media(max-width:991px){

  .jr-info-card,
  .jr-form-card{
    padding: 32px;
  }

  .jr-info-card h2,
  .jr-form-head h2{
    font-size: 34px;
  }
}

@media(max-width:575px){

  .jr-contact-section{
    padding: 70px 0;
  }

  .jr-info-card,
  .jr-form-card{
    padding: 26px;
    border-radius: 24px;
  }

  .jr-info-card h2,
  .jr-form-head h2{
    font-size: 28px;
  }

  .jr-submit-btn{
    width: 100%;
  }
}

/* ------ */

.social-icons {
  font-size: 20px;
  display: flex;
  gap: 10px;
  color: #9ba4b1;
  cursor: pointer;
 margin-top: -10px;
}

.social-icons i {
  font-size: 18px;
}

.social-icons .fa-whatsapp:hover {
  color: green;
}

.social-icons .fa-instagram:hover {
  color: orchid;
}

.social-icons .fa-facebook-f:hover {
  color: #3c82f6;
}

.social-icons .fa-whatsapp:hover {
  color: green;
}

.social-icons .fa-x-twitter:hover {
  color: white;
}

.social-icons .fa-youtube:hover {
  color: #ff0033;
}

@media (max-width: 768px) {

  .social-icons{
    justify-content: center;
    align-items: center;
    margin-top: 15px;
  }

}

.whatsapp-float{
position:fixed;
bottom:25px;
right:25px;
width:60px;
height:60px;
background:#25D366;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
color:white;
font-size:28px;
box-shadow:0 20px 40px rgba(0,0,0,.3);
z-index:999;
transition:.3s;
text-decoration: none;
}
.whatsapp-float:hover{
transform:scale(1.1);
}

.map{
  width: 100%;
  height: 500px; 
}

.map iframe{
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  padding: 30px;
}


.jr-gallery img {
  cursor: pointer;
  transition: 0.3s ease;
}

.jr-gallery img:hover {
  transform: scale(1.03);
}


.jr-image-popup {
  position: fixed;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  background: rgba(0,0,0,0.92);

  display: flex;
  justify-content: center;
  align-items: center;

  opacity: 0;
  visibility: hidden;

  transition: 0.3s ease;

  z-index: 99999;
  padding: 20px;
}

.jr-image-popup.active {
  opacity: 1;
  visibility: visible;
}

.jr-popup-img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 20px;
}

.jr-close-popup {
  position: absolute;
  top: 20px;
  right: 35px;

  font-size: 45px;
  color: #fff;

  cursor: pointer;
}
/* Android/mobile horizontal scroll fix only: prevents right-side white space without changing existing spacing, colors, images, effects or animations */
@media (max-width: 767px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden !important;
  }

  body {
    position: relative;
  }

  .jr-navbar {
    overflow: visible !important;
  }

  .jr-page-hero,
  .jr-section,
  .jr-contact-section,
  .jr-footer,
  .map,
  .swiper {
    max-width: 100%;
    overflow-x: hidden;
  }

  img,
  video,
  iframe {
    max-width: 100%;
  }
}
