/* CSS Document */

body{
font:15px/1.5 arial, Heavetica,sans-serif;
padding:0;
margin:0;
background-color:#f0d1f3;
}
.container{
width:90%;
margin:auto;
overflow:hidden;
}
ul{
margin:0;
padding:0;

}
.button_1 {
    height: 38px;
    background: #2c5f9e; /* Matching your brand blue */
    border: 0;
    padding-left: 20px;
    padding-right: 20px;
    color: #ffffff;
    border-radius: 5px;   /* Softens the edges for a "healing" vibe */
    cursor: pointer;
    transition: background 0.3s ease;
}

.button_1:hover {
    background: #1e416e; /* Darkens slightly when hovered */
}
.dark{
padding:15px;
background:#35424a;
color:#ffffff;
margin-top:10px;
margin-bottom:10px;
}

/*headeer */
header {
    background: #076d19;    /* Keep it clean and white */
    color: #333;
    padding-top: 3px;
    min-height: 70px;
    border-bottom: #2c5f9e 3px solid; /* Your brand blue accent */
    
    /* The "Sticky" Magic */
    position: sticky;       /* Stays at the top */
    top: 0;                 /* Distance from the top of the screen */
    z-index: 1000;          /* Makes sure it stays on top of images/text */
    box-shadow: 0 2px 5px rgba(0,0,0,0.1); /* Adds a subtle "floating" shadow */
}
header a
{
color:#ffffff;
text-decoration:none;
text-transfrom:uppercase;
font-size:16px;
}
header ul{
margin:0;
padding:0;
}
header li{
folad:left;
display:inline;
padding:0 20px 0 20px;
}
header #branding{
float:left;
}
header #branding h1{
margin:0;
}
header nav{
float:right;
margin-top:10px;
}
/* --- Desktop Styles (Default) --- */
nav ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

nav li {
  padding: 0 20px;
}

/* Hide the toggle elements on desktop */
#menu-toggle, .hamburger {
  display: none;
}

/* --- Mobile Styles (Responsive) --- */
@media (max-width: 768px) {
  /* Show the hamburger icon */
  .hamburger {
    display: block;
    font-size: 30px;
    cursor: pointer;
    color: #d8caca; /* Change based on your logo color */
    float: right;
    padding: 10px;
  }

  /* Hide the actual menu links by default on mobile */
  nav ul {
    display: none; 
    flex-direction: column;
    width: 100%;
    background: #076d19;
    position: absolute;
    top: 70px; /* Adjust based on your header height */
    left: 0;
    text-align: center;
    border-top: 1px solid #ccc;
    z-index: 1000;
  }

  nav li {
    padding: 15px 0;
    border-bottom: 1px solid #f4f4f4;
  }

  /* When checkbox is checked (hamburger clicked), show the menu */
  #menu-toggle:checked ~ ul {
    display: flex;
  }

  /* Hide the checkbox input itself */
  #menu-toggle {
    display: none;
  }
}

/*end menu css */
header .highlight, header .current a{
color:#f4f314;
font-weight:bold;
}
header a:hover{
color:#cccccc;
font-weight:bold;
}
/*showcase */
#showcase{
min-height:400px;
text-align:center;
color:#ffffff;
}
#showcase h1{
margin-top:100px;
font-size:55px;
margin-bottom:10px;

}
#showcase p{
font-size:20px;
}
#newsletter{
padding:15px;
color:#ffffff;
background:#35424a;
}
#newsletter h1{
float:left;
}
#newsletter form{
float:right;
margin-top:15px;
}
#newsletter input[type="email"]{
padding:4px;
height:25px;
width:250px;
}
/* Center the page title and give it some breathing room */
.page-title {
    font-size: 2.2rem;
    color: #333;
    border-bottom: 3px solid #2c5f9e; /* Your brand blue as an underline */
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-weight: 400;
}

/* Style the text underneath for better readability */
.main-text {
    line-height: 1.8; /* Adds space between lines for a calmer feel */
    color: #555;
    margin-bottom: 20px;
    text-align: justify;
}
#branding h1 {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 300;       /* Thin for "|studio" */
    letter-spacing: 1px;
    color: #f7ea3e;            /* Soft grey */
}

#branding h1 span {
    color: #ffffff;         /* Your Karunamaye Blue */
    font-weight: 700;       /* Bold for the name */
    text-transform: uppercase;
}
.video-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%; /* Maintains a 16:9 aspect ratio (9 / 16 = 0.5625) */
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
footer {
    padding: 30px;
    margin-top: 20px;
    color: #ffffff;
    background-color: #2c5f9e; /* Your brand blue */
    text-align: center;
}

footer p {
    margin: 0;
    font-size: 0.9rem;
    letter-spacing: 1px;
}
.social-container {
  display: flex;
  gap: 15px;
  justify-content: center;
  padding: 20px;
}

.social-icon {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-decoration: none;
  font-size: 20px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.social-icon:hover {
  transform: translateY(-5px);
  opacity: 0.8;
}

/* Brand Colors */
.facebook  { background-color: #1877F2; }
.instagram { background-color: #E4405F; }
.twitter   { background-color: #000000; } /* Modern X Style */
.linkedin  { background-color: #0077B5; }
.youtube   { background-color: #FF0000; }
.tiktok    { background-color: #010101; }
.whatsapp  { background-color: #25D366; }
/*Media queries */

/*Boxes */
#boxes{
margin-top:20px;
}
#boxes .box{
float:left;
text-align:cneter;
width:30%;
padding:10px;
}
#boxes .box img{
width:90px;
}
/*sidebar */
aside#sidebar{
float:right;
width:30%;
margin-top:10px;
}
/*main-col */
article#main-col{
	float:left;
	width:65%;
}
aside#sidebar .quote input,aside#sidebar .quote  textarea{
width:90%;
padding:5px;
}

/*main-col */
article#main-col{
fload:left;
width:65%;
}
/*service */
ul#services li{
list-style:none;
padding:20px;
border:#ccccc soldi 1px;
margin-bottom:5px;
background:#e6e6e6;
}
#meditation-intro {
  padding: 40px 0;
  background: #f4f4f4;
  text-align: center;
}

.benefit-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 30px;
  gap: 20px;
}

.benefit-item {
  flex: 1;
  min-width: 250px;
  padding: 20px;
  background: #fff;
  border-bottom: 3px solid #32a0c2; /* Using your branding blue */
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  border-radius: 8px;
}

.benefit-item h3 {
  color: #32a0c2;
  margin-bottom: 10px;
  font-size: 1.2rem;
}

.benefit-item i {
  margin-right: 8px;
}

.benefit-item p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #555;
}
#healing-services {
  padding: 50px 0;
  background-color: #fff;
}

.service-box {
  margin-bottom: 40px;
  padding: 30px;
  border-left: 5px solid #32a0c2; /* Matches your branding blue */
  background: #f9f9f9;
  border-radius: 0 10px 10px 0;
  transition: transform 0.3s ease;
}

.service-box:hover {
  transform: translateX(10px);
  background: #f0f8ff;
}

.service-icon {
  font-size: 35px;
  color: #32a0c2;
  margin-bottom: 15px;
}

.service-box h3 {
  font-size: 1.8rem;
  margin-bottom: 15px;
  color: #333;
}

.service-box p {
  line-height: 1.8;
  color: #444;
  font-size: 1.05rem;
}
/* Thumbnail Styling */
.image-container {
  position: relative;
  width: 300px;
  cursor: pointer;
  overflow: hidden;
  border-radius: 8px;
}

.thumbnail {
  width: 100%;
  transition: transform 0.3s ease; /* Smooth zoom on hover */
}

.image-container:hover .thumbnail {
  transform: scale(1.1);
}

.hover-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.6);
  color: white;
  padding: 10px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.image-container:hover .hover-text {
  opacity: 1;
}

/* Big Size Overlay Styling */
.overlay {
  display: none; 
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  justify-content: center;
  align-items: center;
}

.overlay img {
  max-width: 90%;
  max-height: 90%;
  border: 3px solid white;
  animation: zoomIn 0.3s ease;
}

@keyframes zoomIn {
  from { transform: scale(0.5); }
  to { transform: scale(1); }
}

.close-btn {
  position: absolute;
  top: 20px;
  right: 40px;
  color: white;
  font-size: 40px;
  cursor: pointer;
}

/* Responsive adjustment */
@media (max-width: 768px) {
  .service-box {
    padding: 20px;
  }
}
/*service css end */
/*now booking section css */
.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #25d366;
    color: white;
    padding: 12px 20px;
    border-radius: 50px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: bold;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
    z-index: 1000;
    transition: transform 0.3s ease;
}

.whatsapp-float i {
    font-size: 24px;
}

.whatsapp-float:hover {
    background-color: #128c7e;
    transform: scale(1.05);
    color: white;
}

/* On very small screens, hide the text and just show the icon circle */
@media (max-width: 480px) {
    .whatsapp-float span {
        display: none;
    }
    .whatsapp-float {
        padding: 12px;
        border-radius: 50%;
    }
}

/* Form Container */
.quote {
    background: #f4f4f4;
    padding: 20px;
    border-radius: 15px; /* Rounded Corners */
    color: #333;
}

/* Input & Textarea Styling */
.quote input, .quote textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 8px; /* Rounded Inputs */
    transition: border-color 0.3s ease;
}

/* Input Hover/Focus Effect */
.quote input:focus, .quote textarea:focus {
    outline: none;
    border-color: #e8491d; /* Matches common highlight colors */
    box-shadow: 0 0 5px rgba(232, 73, 29, 0.2);
}

/* Button Styling */
.button_1 {
    height: 45px;
    background: #196622;
    border: none;
    padding-left: 20px;
    padding-right: 20px;
    color: #ffffff;
    border-radius: 25px; /* Fully rounded button */
    cursor: pointer;
    font-weight: bold;
    transition: background 0.3s ease, transform 0.2s ease;
}

/* Button Hover Color */
.button_1:hover {
    background: #333;
    color: #e8491d;
    transform: translateY(-2px); /* Slight lift on hover */
}
/* Contact Card Styling */
.contact-card {
    background: #ffffff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    margin-bottom: 20px;
}

.contact-list {
    list-style: none;
    padding: 0;
}

.contact-list li {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #333;
}

/* Icon Styling */
.contact-list i {
    color: #e8491d; /* Your theme orange color */
    margin-right: 15px;
    width: 20px;
    text-align: center;
    font-size: 1.2rem;
}

/* Link Styling */
.contact-list a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-list a:hover {
    color: #e8491d;
    text-decoration: underline;
}
/*contact */
aside1#sidebar1{
float:left;
width:40%;
margin-top:10px;
}
aside2#sidebar2{
float:right;
width:40%;
margin-top:10px;
}

/*end contact */

footer{
padding:20px;
margin-top:20px;
height:150px;
color:#fffff;
background-color:rgb(0, 128, 105);
text-align:center;
}
/*Media queries */
@media(max-width:768px){
header #branding,
header nav, 
header nav li
#newsletter h1,
#newsletter form,
#boxes .box,
article#main-col,
aside#sidebar
{
float:none;
text-align:center;
width:100%;
}
header{
padding-bottom:2px;
}
#showcase h1{
margin-top:40px;
}
#newsletter button, .quote button{
display:block;
width:100%;
}
#newsletter form input[type="email"],.quote input, .quote textarea{
width:100%;
margin-buttom:5px;
}

p {
  font-size: 16px; /* Default size for mobile */
}

@media screen and (min-width: 600px) {
  p {
    font-size: 18px; /* Larger size for tablets */
  }
}

@media screen and (min-width: 1024px) {
  p {
    font-size: 20px; /* Even larger for desktops */
  }
}


