html {
  scroll-behavior: smooth;
}

html,
body {
  padding: 0;
  margin: 0;
  background: #fff;
  letter-spacing: 1px;
  font-family: 'Open Sans', sans-serif;
}

body a {
  outline: none;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  text-decoration: none;
}

body a:hover {
  text-decoration: none;
}

body a:focus,
a:hover {
  text-decoration: none;
}

input[type="button"],
input[type="submit"] {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  letter-spacing: 1px;
  font-family: 'Open Sans', sans-serif;
}

select,
input[type="email"],
input[type="text"],
input[type=password],
input[type="button"],
input[type="submit"],
textarea {
  font-family: 'Open Sans', sans-serif;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  letter-spacing: 1px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  letter-spacing: 1px;
font-family: 'Playfair Display', serif;
}

p {
  margin: 0;
  padding: 0;
  letter-spacing: 1px;
  font-family: 'Open Sans', sans-serif;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ul li {
  display: inline-block;
}


/*-- //Reset-Code --*/
h3.title {
    font-size:45px;
    color: #424141;
    letter-spacing: 3px;
    font-weight: 700;
    text-transform: capitalize;
}
.title-mid-text p {
    font-size: 15px;
    color: #888;
    letter-spacing: 1px;
	line-height: 24px;
    padding: 0em 19em;
}
.about-para-txt p,.count-tree-num p,.ser-sevice-grid p,.steps-to-steps p,.blog-grided p,.blog-two-two p,.footer-top p, .footer-top p a{
  font-size: 16px;
  color:#4c4c4c;
  line-height:25px;
  margin-bottom: 25px;
}
.steps-to-steps p,.footer-top p,.footer-top p a{
    color: #c7c7c7;
}

.logo-subtext{
  font-size: 10px;
}
.count-tree-num h4,.ser-sevice-grid h4,.steps-to-steps h4,.blog-us-grid h4 a,.blog-two-two h4 a{
font-size: 23px;
    color: #fff;
}
.ser-sevice-grid h4{color:#000;}
.blog-two-two h4 a{color:#ff3fcb;}
/* header */
/* navigation */
input {
  display: none;
}





/* banner */

.main-index-top {
  /* background: url(../images/yoga-01.png) no-repeat bottom;
  background-size: contain; */
  background: url(../images/b1.jpg) no-repeat bottom;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
-o-background-size: cover;
  -ms-background-size: cover;
  min-height: 840px;
  position: relative;
}
.main-top {
    /* background: url(../images/b1.jpg) no-repeat bottom; */    
    min-height: 10px;
    position: relative;
  } 
.headder {
    /* background: transparent;  */
    /* background: url(../images/sunRise.jpg) no-repeat bottom; */
    background-color: #c41e1e;
    color: white;
    position: fixed;
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    z-index: 1000;
}

/* Logo */
.logo {
    font-size: 1.5rem;
    font-weight: bold;
  }

  /* Center and balance using flex */
.nav {
    flex-grow: 1; /* Allows nav to take remaining space */
    display: flex;
    justify-content: center; /* Center nav items */
  }

/* Navigation */
.nav-links {
    list-style: none;
    display: flex;
    gap: 40px;
  }

  .nav-links li{
    position: relative;
  }

  .nav-links a {
    color: #333;
    font-size: 16px;
    padding: 10px 15px;
    display: block;
  }
  
  .nav-links li a {
    text-decoration: none;
    color: white;
    font-size: 1rem;
    transition: color 0.3s;
  }
  
  .nav-links li a:hover {
    color: #f4a261;
  }
/* Mobile Menu Button */
.menu-btn {
    display: none;
    font-size: 2rem;
    background: none;
    color: white;
    border: none;
    cursor: pointer;
  }

  /* Dropdown Menu Styling */
.dropdown-content {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #444;
    border-radius: 5px;    
    box-shadow: 0px 8px 16px rgba(0,0,0,0.2);
    min-width: 160px;
    z-index: 1;
  }

  .dropdown-content li {
    width: 100%;
  }

  /* .dropdown-content li a {    
    padding: 12px 16px;
  } */

  .dropdown-content a {
    display: block;
    padding: 12px 16px;
  }
  
  .dropdown-content a:hover {
    background-color: #555;
  }
  .dropdown-content li a:hover {
    background-color: #f1f1f1;
  }
  
  /* Show dropdown on hover */
  /* .dropdown:hover .dropdown-content {
    display: block;
  } */

  /* Show dropdown on click */
.dropdown-content.active {
    display: block;
  }

.mainer-left-grid {
    padding-top: 12em;
}
.two-demo-button p {
    color:#c5c5c5;
    font-weight: 100;
    padding-right: 44em;
    line-height: 24px;
    font-size: 15px;
}
.banner-right-txt h4 {
    color: #ff3fcb;
    font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 5px;
}
.banner-right-txt h5 {
    font-size: 2.5em;
    color: #fff;
    font-weight: 700;
}
.social-icons ul li a span {
    color: #fff;
    font-size: 14px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    -moz-transition: 0.5s all;
}
.social-icons ul li a span:hover{
    color: #cacaca;
}
.social-icons ul li {
    display: inline-block;
    padding-bottom: 16px;
}
.view-buttn a {
    font-size: 15px;
    color: #ffffff;
    text-decoration: none;
    text-transform: capitalize;
    display: inline-block;
    letter-spacing: 1px;
    outline: none;
    font-weight: 400;
    border-radius: 0px;
    background-color:#0ddbd1;
    padding: 8px 15px;
    border: none;
}
.view-buttn a:hover,.about-btn a:hover,.sent-butnn:hover{
    opacity: 0.8;
}
/*--about--*/
.about-two-grids h2 {
    font-size: 34px;
    color: #000;
}
.about-btn a {
    font-size: 14px;
    color: #0e0e0e;
    display: inline-block;
    letter-spacing: 0px;
    font-weight: 600;
    border-radius: 0px;
    background-color: transparent;
    padding: 8px 0px;
    border: none;
    border-bottom: #ff3fcb 2px solid;
}
/* counter */
.counter-both-grids {
    padding: 3em 2em;
    background: #d8d8d8;
}
.color-one {
    background: #d0d0d0;
}
/* service */
.about-icon span {
    font-size: 31px;
    color: #ff3fcb;
}
.ser-fashion-grid {
    padding: 1.5em 1.5em;
    background: #efefef;
    box-shadow: 1px 0px 7px #d2d2d2;
}
/* step-by-step */
.step-by-step{  
    background: url(../images/b2.jpg) no-repeat bottom;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}
.back-ground-color img {
    background: #fff;
    padding: 15px 10px;
    border-radius: 10px;
}
.step-up-step {
    margin-top: 10em;
}
/*--//step-by-step--*/
/*--gallery--*/
/* popup */

.popup-effect {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 0ms;
  visibility: hidden;
  opacity: 0;
  z-index: 99;
}

.popup-effect:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  background: #fff;
  border-radius: 4px;
  max-width: 430px;
  position: relative;
  margin: 3em auto;
  padding: 3em 2em;
  z-index: 999;
  text-align: center;
}

.popup .close {
  position: absolute;
  top: 5px;
  right: 15px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #000;
}

.popup .close:hover {
  color: #000;
}
/* //popup */
.gallery {
    background: #e6e6e6;
}
/*--//gallery--*/
/*--blog-- */
.first-ser-sub-txt {
    background: #0ddbd1;
    padding: 3em 2em 5.3em;
}
.blog-two-two {
    padding: 5em 3em;
    background: #dcdcdc;
}
.blog-date-time ul li a {
    color: #000000;
    font-size: 13px;
    letter-spacing: 0px;
}
.blog-image-one{    background: url(../images/blog1.jpg) no-repeat bottom;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;}
.blog-image-two{
    background: url(../images/blog2.jpg) no-repeat bottom;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}
.blog-image-two,.blog-image-one{height:396px;}
/*--//blog-- */
/* contact */
.address_mail_footer_grids iframe {
    width: 100%;
    height:24em;
    border: none;
}
.contact-forms input, .contact-forms textarea {
    width: 100%;
    font-size: 14px;
    color: #000;
    padding: .8em .7em;
    outline: none;
    background: #fbfbfb;
    border: none;
    border-radius: 0px;
    box-shadow: 0px 0px 4px #888888;
}
.contact-forms textarea {
    resize: none;
    height: 10em;
}
.sent-butnn {
    font-size: 16px;
    padding: 6px 26px;
    color: #fff;
    background: #0ddbd1;
    letter-spacing: 1px;
}
/* footer */
.bottom-footer {
    background: #c41e54;
}
.footer-lays-head h5 a {
    font-size: 29px;
    font-weight: 600;
    color: #fff;
}
a.move-top span{
    display: inline-block;
    font-size: 25px;
    color: #fff;
}
.bottom-icons ul li a span {
    color: #0ddbd1;
    font-size: 23px;
    margin: 0px 13px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    -moz-transition: 0.5s all;
}
.bottom-icons ul li a span:hover,.bottem-tree-footer p a:hover{color:#fff;}
.footer-top p span{
    font-size: 16px;
    color: #fff;
}
.bottem-tree-footer p {
    font-size: 14px;
    color: #fff;
    letter-spacing: 2px;
}
.bottem-tree-footer p a {
    color: #3a8f96;
    font-size: 14px;
}
.bottem-tree-footer{
    background: #000;
}

/* Therapy Item Styling */
.therapy-item {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.05);
  }
  
  .therapy-img {
    width: 40%;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
  }
  
  .therapy-content {
    width: 60%;
    padding-left: 20px;
  }
  
  .therapy-content h4 {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
  
  .therapy-content p {
    font-size: 1rem;
    color: #555;
  }

  .yoga-retreat-img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
  }

  .register-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #c41e54;
    color: #fff;
    font-size: 1.2rem;
    padding: 12px 24px;
    text-decoration: none;
    border-radius: 8px;
    border: none;
    font-weight: 600;
    letter-spacing: 0.5px;
    box-shadow: 0 8px 20px rgba(196,30,84,0.25);
    transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.2s ease;
    margin-top: 20px;
  }
  
  /* Hover Effect */
  .register-btn:hover {
    background-color: #a61e47;
    transform: translateY(-1px);
    box-shadow: 0 12px 24px rgba(196,30,84,0.35);
  }

  .register-btn:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px rgba(13,219,209,0.35), 0 8px 20px rgba(196,30,84,0.25);
  }

  /* Light variant for dark/pink backgrounds (e.g., footer) */
  .register-btn--light {
    background-color: #ffffff;
    color: #c41e54;
    box-shadow: 0 8px 20px rgba(255,255,255,0.2);
  }

  .register-btn--light:hover {
    background-color: #f8f8f8;
    color: #a61e47;
    box-shadow: 0 12px 24px rgba(255,255,255,0.3);
  }

  .whatsapp-container {
    margin-top: 20px;
  }
  
  .whatsapp-btn {
    display: inline-flex;
    align-items: center;
    background-color: #25D366;
    color: white;
    font-size: 1.2rem;
    padding: 12px 20px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease;
  }
  
  .whatsapp-btn:hover {
    background-color: #1EBE5C;
  }
  
  .whatsapp-icon {
    width: 24px;
    height: 24px;
    margin-right: 10px;
  }
  
  /* Schedule images (Yoga & Meditation) - prevent cropping */
  .schedule-image {
    width: 100%;
    height: auto;
    max-height: 600px;
    object-fit: contain;
    background-color: #fff;
  }
  
/*--footer--*/
/*--responsive--*/
@media(max-width:1920px){
	
}
@media(max-width:1680px){
	
}
@media(max-width:1600px){
	
}
@media(max-width:1440px){
.main-top {
min-height: 700px;
}	
.mainer-left-grid {
    padding-top: 11em;
}
.banner-right-txt h5 {
    font-size: 2.2em;
}
.banner-right-txt h4 {
    font-size: 20px;
    letter-spacing: 4px;
}
.about-two-grids h2 {
    font-size: 31px;
}
h3.title {
font-size: 42px;
}
.about-icon span {
font-size: 29px;
}
.count-tree-num h4, .ser-sevice-grid h4, 
.steps-to-steps h4, .blog-us-grid h4 a,
 .blog-two-two h4 a {
font-size: 21px;
}
.ser-fashion-grid {
padding: 1.2em 1.2em;
}
.step-up-step {
    margin-top: 8em;
}
.blog-two-two {
    padding: 4em 2.5em;
	}
.address_mail_footer_grids iframe {
    height: 21em;
}
.bottom-icons ul li a span {
    font-size: 21px;
	}
.first-ser-sub-txt {
    padding: 2.8em 2em 4em;
}
.menu .menuContent {
    margin: 9em 0em;
}
}
@media(max-width:1366px){
#logo a {
    font-size: 29px;
}
.counter-both-grids {
    padding: 2.5em 2em;
}
.title-mid-text p {
    padding: 0em 18em;
}
.blog-image-two, .blog-image-one {
    height: 422px;
}
.contact-forms textarea {
    height: 9em;
}
.footer-lays-head h5 a {
    font-size: 26px;
}
}
@media(max-width:1280px){
.main-top {
    min-height: 650px;
}
.mainer-left-grid {
    padding-top: 10em;
}
.view-buttn a {
    padding: 8px 13px;
}	
.blog-two-two {
    padding: 3em 2em;
}
h3.title {
    font-size: 39px;
}
.menu .menuContent {
    top: 23%;
}
}
@media(max-width:1080px){
.two-demo-button p {
    padding-right: 36em;
}
.banner-right-txt h5 {
    font-size: 2em;
}
.about-two-grids h2 {
    font-size: 29px;
}
.counter-both-grids {
    padding: 2.2em 1.5em;
}
.title-mid-text p {
    padding: 0em 14em;
}
.ser-fashion-grid {
    padding: 1em 1em;
}
.step-up-step {
    margin-top: 6em;
}
.blog-two-two {
    padding: 2em 1em;
}
.first-ser-sub-txt {
    padding: 1.5em 1.5em 2em;
}
.address_mail_footer_grids iframe {
    height: 19em;
}
.bottom-icons ul li a span {
    font-size: 19px;
    margin: 0px 10px;
}
}
@media(max-width:1050px){
.main-top {
    min-height: 600px;
}	
.headder-top {
padding: .7em 1em;
}
.about-two-grids h2 {
    font-size: 26px;
}
.mainer-left-grid {
    padding-top: 9em;
}
.about-icon span {
    font-size: 26px;
}
.count-tree-num h4, .ser-sevice-grid h4, .steps-to-steps h4, .blog-us-grid h4 a, .blog-two-two h4 a {
    font-size: 19px;
}
.blog-two-two {
    padding: 1em 1em;
}
.blog-image-two, .blog-image-one {
    height: 419px;
}
.contact-forms input, .contact-forms textarea {
    padding: .7em .7em;
}
}
@media(max-width:1024px){
.banner-right-txt h5 {
    font-size: 1.8em;
}
.counter-both-grids {
    padding: 2em 1em;
}	
h3.title {
    font-size: 36px;
    letter-spacing: 2px;
}
.first-ser-sub-txt {
    padding: 1.5em 1em 1.5em;
}
.blog-image-two, .blog-image-one {
    height: 386px;
}
.bottom-icons ul li a span {
    font-size: 18px;
}
}
@media(max-width:991px){
.two-demo-button p {
    padding-right: 21em;
}
.main-top {
    min-height: 540px;
}
.mainer-left-grid {
    padding-top: 8em;
}
.about-two-grids {
    margin-top: 20px;
}	
.title-mid-text p {
    padding: 0em 7em;
}
.service-grid-tree:nth-child(3) {
    margin-top: 15px;
}
.address_mail_footer_grids iframe {
    height: 17em;
}
.contact-forms textarea {
    height: 7em;
}
.blog-image-two, .blog-image-one {
    height: 287px;
}
.menu ul li a {
    font-size: 18px;
}
.count-tree-num {
    text-align: center;
    margin-top: 20px;
}
.menu .menuContent {
    top: 26%;
}
}
@media(max-width:900px){
.banner-right-txt h4 {
    font-size: 19px;
    letter-spacing: 3px;
}
.banner-right-txt h5 {
    font-size: 1.6em;
}
.about-two-grids h2 {
    font-size: 24px;
}
.footer-top p span {
    font-size: 15px;
}
}
@media(max-width:800px){
	.open {
    width: 22px;
    height: 3px;
    top: -13px;
}
.counter-both-grids {
    padding: 1.5em 1em;
}
h3.title {
font-size: 34px;
}
.step-up-step {
    margin-top: 4em;
}
.footer-lays-head h5 a {
    font-size: 24px;
}
}
@media(max-width:768px){

    .nav {
         display: none; /*Hide nav initially on mobile */
        flex-direction: column;
        width: 100%;
        background-color: #333;
        position: absolute;
        top: 70px;
        left: 0;
      }

.nav.active {
    display: flex;
}

.nav-links {
    flex-direction: column;
    align-items: center;
    gap: 15px;
    padding: 20px 0;
}

.menu-btn {
    display: block;
}

.main-top {
    min-height: 500px;
}
.mainer-left-grid {
    padding-top: 7em;
}	
.two-demo-button p {
    padding-right: 12em;
    font-size: 14px;
}
 .dropdown-content {
    position: static;
    display: none;
  }

  .dropdown.active .dropdown-content {
    display: block;
  }
  .dropdown-content.active {
    display: block;
  }

  .therapy-item {
    flex-direction: column;
    text-align: center;
  }

  .therapy-img {
    width: 100%;
    margin-bottom: 20px;
  }

  .therapy-content {
    width: 100%;
    padding-left: 0;
  }

  .yoga-retreat-img {
    width: 100%;
    margin-bottom: 20px;
  }

  .register-btn {
    font-size: 1rem;
    padding: 10px 20px;
  }
  .whatsapp-btn {
    font-size: 1rem;
    padding: 10px 16px;
  }

  .whatsapp-icon {
    width: 20px;
    height: 20px;
  }
}

/* Events & Retreats Gallery Styles */
.events-retreats-container {
  padding: 100px 20px 60px;
  max-width: 1200px;
  margin: 0 auto;
}

.events-header {
  text-align: center;
  margin-bottom: 60px;
}

.events-title {
  font-size: 3rem;
  color: #c41e54;
  margin-bottom: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.events-subtitle {
  font-size: 1.2rem;
  color: #666;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Image Gallery Grid */
.image-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}

.gallery-item {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border-radius: 12px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  aspect-ratio: 1;
}

.gallery-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.2);
}

.gallery-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.gallery-item:hover .gallery-image {
  transform: scale(1.1);
}

/* Image Overlay */
.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(196, 30, 84, 0.8);
  opacity: 0;
  transition: opacity 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-item:hover .image-overlay {
  opacity: 1;
}

.overlay-content {
  text-align: center;
  color: white;
}

.zoom-icon {
  font-size: 2rem;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.1); }
  100% { transform: scale(1); }
}

/* Lightbox Styles */
.lightbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.lightbox-container {
  position: relative;
  max-width: 90vw;
  max-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lightbox-image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.5);
}

/* Lightbox Navigation */
.lightbox-close {
  position: absolute;
  top: -50px;
  right: 0;
  background: none;
  border: none;
  color: white;
  font-size: 3rem;
  cursor: pointer;
  padding: 10px;
  transition: color 0.3s ease;
  z-index: 10001;
}

.lightbox-close:hover {
  color: #c41e54;
}

.lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.1);
  border: none;
  color: white;
  font-size: 2rem;
  padding: 20px 15px;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
  border-radius: 50%;
  backdrop-filter: blur(10px);
  z-index: 10001;
}

.lightbox-nav:hover {
  background: rgba(196, 30, 84, 0.8);
  color: white;
}

.lightbox-prev {
  left: -80px;
}

.lightbox-next {
  right: -80px;
}

/* Image Counter */
.lightbox-counter {
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  font-size: 1.1rem;
  background: rgba(0, 0, 0, 0.5);
  padding: 8px 16px;
  border-radius: 20px;
  backdrop-filter: blur(10px);
}

/* Responsive Design */
@media (max-width: 1024px) {
  .image-gallery-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
  
  .events-title {
    font-size: 2.5rem;
  }
  
  .lightbox-prev {
    left: -60px;
  }
  
  .lightbox-next {
    right: -60px;
  }
}

@media (max-width: 768px) {
  .events-retreats-container {
    padding: 80px 15px 40px;
  }
  
  .image-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  
  .events-title {
    font-size: 2rem;
  }
  
  .events-subtitle {
    font-size: 1rem;
  }
  
  .lightbox-nav {
    font-size: 1.5rem;
    padding: 15px 12px;
  }
  
  .lightbox-prev {
    left: 10px;
  }
  
  .lightbox-next {
    right: 10px;
  }
  
  .lightbox-close {
    top: 10px;
    right: 10px;
    font-size: 2rem;
  }
  
  .lightbox-counter {
    bottom: 10px;
    font-size: 0.9rem;
  }
}

@media (max-width: 480px) {
  .image-gallery-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  
  .events-title {
    font-size: 1.5rem;
  }
  
  .events-subtitle {
    font-size: 0.9rem;
  }
  
  .gallery-item {
    aspect-ratio: 16/9;
  }
  
  .lightbox-container {
    max-width: 95vw;
    max-height: 95vh;
  }
  
  .zoom-icon {
    font-size: 1.5rem;
  }
}

/*--//responsive--*/
