

.main{
  max-width: 900px;
  margin: 0 auto;
}

.main-1,
.main-2{
  background-image: url(../images/yoga1.jpeg);
  width: 100%;
  background-position: center;
  height: 1000px;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-1 h1{
  margin-bottom: 50px;
  font-size: 50px;
}

.main-2{
  background-image: url(../images/yoga2.jpg);
}

/* Modal Styles */
.modal {
  display: none; /* Hidden by default */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Blurred background */
  backdrop-filter: blur(5px);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}

.modal-content {
  display: flex;
  position: relative;
  width: 60%;
  background: #fdfcf7;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Close Icon */
.close-icon {
  position: absolute;
  top: -3px;
  right: 8px;
  font-size: 2.5rem;
  color: red;
  cursor: pointer;
  z-index: 10;
  font-weight: bold;
}

.close-icon:hover {
  color: #d9534f;
}

/* Left Section - Yoga Offer */
.modal-left {
  background: #a8d5ba; /* Soothing green */
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #2e5e4e;
  padding: 20px;
  text-align: center;
}

.modal-left h1 {
  font-size: 4rem;
  margin: 0;
}

.modal-left p {
  font-size: 1.5rem;
  margin: 0;
}

/* Right Section - Yoga Details */
.modal-right {
  flex: 2;
  padding: 20px;
  text-align: center;
}

.modal-right h2 {
  font-size: 1.8rem;
  color: #333;
}

.modal-right p {
  font-size: 1rem;
  margin-top: 10px;
  color: #555;
}

.modal-right strong {
  color: #d9534f;
}

.modal-right button {
  background: #2e5e4e;
  color: white;
  border: none;
  padding: 10px 20px;
  margin-top: 20px;
  cursor: pointer;
  font-size: 1rem;
  border-radius: 5px;
}

.modal-right button:hover {
  background: #1f4032;
}



.icon-bottom-right {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px; /* Icon size */
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  cursor: pointer;
  text-align: center;
}

.icon-bottom-right a {
  display: inline-block;
  position: relative; /* Make this the reference point for the tooltip */
}

.icon-bottom-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}






/* Main Container for the Icon */
.icon-bottom-right {
position: absolute;
bottom: 20px;
right: 20px;
width: 60px; /* Adjust icon size */
height: 60px;
border-radius: 50%;
overflow: hidden;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
z-index: 1000;
cursor: pointer;
}

/* Anchor tag for positioning the tooltip */
.icon-bottom-right a {
display: inline-block;
position: relative; /* Tooltip will be positioned relative to this */
}

.copyright-text{
padding: 50px;
background-color: #ffffff;
text-align: center;
}


.copyright-text p{
font-size: 18px;
font-weight: 600;
color: #000000;
}





/* Icon Image Styling */
.icon-bottom-right img {
width: 100%;
height: 100%;
object-fit: cover;
}


.icon-bottom-right {
position: fixed;
bottom: 20px;
right: 20px;
width: 50px; /* Adjust icon size */
height: 50px; /* Adjust icon size */
border-radius: 50%;
overflow: hidden;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
z-index: 1000;
}

.icon-bottom-right img {
width: 100%;
height: 100%;
object-fit: cover;
cursor: pointer;
}

.icon-bottom-right:hover {
opacity: 0.8;
}




@media screen and (max-width: 800px){

.modal-content{
  flex-direction: column;
}

.modal-left {
  background: #a8d5ba; /* Soothing green */
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #2e5e4e;
  padding: 20px;
  text-align: center;
}

.modal-left h1 {
  font-size: 28px;
  margin: 0;
}

.modal-left p {
  font-size: 18px;
  margin: 0;
}

/* Right Section - Yoga Details */
.modal-right {
  flex: 2;
  padding: 20px;
  text-align: center;
}

.modal-right h2 {
  font-size: 20px;
  color: #333;
}

.modal-right p {
  font-size: 1rem;
  margin-top: 10px;
  color: #555;
}

.modal-right strong {
  color: #d9534f;
}

.modal-right button {
  background: #2e5e4e;
  color: white;
  border: none;
  padding: 10px 20px;
  /* margin-top: 20px; */
  cursor: pointer;
  font-size: 1rem;
  border-radius: 5px;
}

.modal-right button:hover {
  background: #1f4032;
}

}

