:root{--bg:#5c556b;--text:#ffffff;--accent:#f4f1de;--nav-bg:rgba(92,85,107,0.8);}
*{margin:0;padding:0;box-sizing:border-box;font-family:'Inter',sans-serif;}
body{background:#fff;}

.navbar{background:var(--nav-bg);color:var(--text);display:flex;align-items:center;justify-content:space-between;padding:18px 40px;position:sticky;top:0;z-index:1000;}


#navbar.scrolled {
  background-color:rgba(92,85,107,1);/* more visible */
  backdrop-filter: blur(10px); /* optional glass effect */
}
.nav-links{display:flex;gap:36px;list-style:none;}
.nav-links a{position:relative;text-decoration:none;color:var(--text);font-size:15px;padding:4px 0;opacity:0.9;transition:all 0.3s ease;}
.nav-links a::after{content:"";position:absolute;left:0;bottom:-4px;width:0%;height:2px;background:var(--accent);transition:width 0.3s ease;}
.nav-links a:hover{opacity:1;color:var(--accent);}
.nav-links a:hover::after{width:100%;}

.logo{display:flex;align-items:center;gap:12px;}
.logo img{height:38px;}
.logo-text{line-height:1;}
.logo-text h1{font-size:20px;letter-spacing:1px;font-weight:700;}
.logo-text span{font-size:12px;letter-spacing:3px;opacity:0.8;}

.hamburger{display:none;flex-direction:column;cursor:pointer;gap:5px;}
.hamburger div{width:24px;height:2px;background:white;}

.mobile-menu{position:absolute;top:72px;right:0;width:100%;background:var(--bg);
display:none;flex-direction:column;padding:20px 40px;gap:20px;transition:all 0.3s ease;z-index:200;}
.mobile-menu a{color:white;text-decoration:none;font-size:16px;}
.mobile-menu.active{display:flex;}

.hero{position:relative;height:100vh;background:url('images/bgintro.jpg') center/cover no-repeat;display:flex;align-items:center;padding:0 60px;color:white;overflow: visible;}
.overlay{position:absolute;inset:0;background:rgba(40,40,55,0.65);}
.hero-content{position:relative;max-width:520px;z-index:2;}
.hero h1{font-size:64px;font-weight:700;line-height:1.1;margin-bottom:20px;}
.subtitle{font-size:16px;opacity:0.85;margin-bottom:16px;}
.divider{width:auto;height:4px;background:white;margin-bottom:20px;}
.description{font-size:16px;line-height:1.6;opacity:0.85;margin-bottom:30px;}
.btn{display:inline-block;padding:14px 28px;background:linear-gradient(135deg,#7b4dff,#a855f7);color:white;text-decoration:none;font-weight:600;border-radius:4px;transition:all 0.3s ease;}
.btn:hover{transform:translateY(-2px);opacity:0.9;}

.services-section{background:#f3f2f7;padding:80px 20px;text-align:center;}
.top-content h2{font-size:36px;font-weight:700;margin-bottom:20px;}
.top-content h2 span{color:#7b4dff;}
.top-content h3{font-size:22px;margin-bottom:15px;font-weight:600;}
.desc{max-width:600px;margin:0 auto 20px;font-size:15px;line-height:1.6;color:#666;}
.signature{font-family:cursive;font-size:20px;margin-bottom:30px;color:#444;}
.services-section .divider{width:60%;height:2px;background:#7b4dff;margin:30px auto 60px;}

.services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:40px;max-width:1100px;margin:0 auto;}
.service{text-align:center;}
.icon{    margin-left: 97px;margin-bottom:15px;height: 50px;width: 50px;background-size: contain;background-repeat: no-repeat;}
.service h4{font-size:18px;margin-bottom:10px;}
.service p{font-size:14px;color:#666;line-height:1.6;}


.servicevine {
     position: absolute;
    top: 763px;
    left: -130px;
    height: 600px;
    z-index: 5;
    pointer-events: none;

     filter: drop-shadow(0 10px 10px rgba(0,0,0,0.15));
}




.pa{   background-image: url("images/panic.png"); }
.rt{ background-image: url("images/recreation-th.png");}
.fe{ background-image: url("images/family.png");}
.bd{ background-image: url("images/bipolar.png");}

/*    GOTO ACTION BUTTON */
.gotoaction {
  position: relative;
  padding: 100px 20px;
  text-align: center;
  background: radial-gradient(circle at 50% 20%, #1a1a2e, #0f0f1a);
  color: #ffffff;
  overflow: hidden;
}

/* GLOW BACKGROUND EFFECT */
.gotoaction::before {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(123,77,255,0.4), transparent 70%);
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  filter: blur(80px);
  z-index: 0;
}

/* CONTENT */
.gotoaction h2 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
  position: relative;
  z-index: 2;
}

.gotoaction p {
  max-width: 600px;
  margin: 0 auto 40px;
  font-size: 16px;
  line-height: 1.6;
  opacity: 0.85;
  position: relative;
  z-index: 2;
}

/* BUTTON */
.gotoaction .btn {
  position: relative;
  display: inline-block;
  padding: 14px 34px;
  font-weight: 600;
  text-decoration: none;
  color: white;
  border-radius: 8px;
  background: linear-gradient(135deg, #7b4dff, #a855f7);
  transition: all 0.3s ease;
  z-index: 2;
}

/* GLOW BORDER */
.gotoaction .btn::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 10px;
  background: linear-gradient(135deg, #7b4dff, #00f0ff, #a855f7);
  z-index: -1;
  filter: blur(8px);
  opacity: 0.6;
}

/* HOVER */
.gotoaction .btn:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 10px 30px rgba(123,77,255,0.4);
}

/* OPTIONAL GRID LINES (futuristic touch) */
.gotoaction::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px);
  background-size: 40px 40px;
  z-index: 0;
}


/* SERVICES GRID ICONS */
.pm-services {
  background-color: #FFF;
  padding: 80px 20px;
  text-align: center;
}

.pm-heading h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 10px;
}

.pm-line {
  width: 40px;
  height: 2px;
  background: #333;
  margin: 10px auto;
}

.pm-heading p {
  max-width: 500px;
  margin: 0 auto 50px;
  font-size: 14px;
  color: #777;
  line-height: 1.6;
}

.pm-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding:20px;
  margin: 0 auto;
  gap:20px;
  max-width: 1200px;
}
.pm-grid p{
  padding: 0 20px;
  color:#3a3a3a;
   font-size: 1.7142857142857rem;
    line-height: 1.2em;
    font-weight: 400;
    font-family: 'Inter', serif;
}
.pm-card {
  background: white;
  display: flex;
  justify-content: center;
      height: 280px;
    width: 280px;

}

.pm-imagebg {
  background-image: url('images/image3.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  
}
.pm-imagebg p {
  padding: 0 20px;
  color:#ffffff;
   font-size: 1.7142857142857rem;
    line-height: 1.2em;
    font-weight: 400;
    font-family: 'Inter', serif;
}
.pm-imagebg span {
  padding: 0 20px;
  color:#ffffff;
   font-size: 1.7142857142857rem;
    line-height: 1.2em;
    font-weight: 400;
  
}

.pm-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pm-text {
  flex-direction: column;
  text-align: left;
  font-size: 14px;
  color: #444;
}

.pm-text span {
  font-size: 32px;
    margin-bottom: 10px;
    margin-left: 19px;
    
}

.pm-overlay {
  background: rgba(40, 40, 55, 0.8);
  color: white;
  font-size: 14px;
}

.pm-wide {
  grid-column: span 2;
  width:100%;
}

/* TABLET */
@media (max-width: 1024px) {
  .pm-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .pm-wide {
    grid-column: span 2;
  }
}

/* MOBILE */
@media (max-width: 600px) {
  .pm-grid {
    grid-template-columns: 1fr;
  }

  .pm-wide {
    grid-column: span 1;
  }

  .pm-card {
    height: auto;
  }
}

.pm-testimonials {
  background: #f8f7fb;
  padding: 80px 20px;
  text-align: center;
  overflow: hidden;
  max-height: 500px;
}

.pm-testimonials h2 {
  font-size: 30px;
  margin-bottom: 40px;
  margin-left: 34%;
}

/* SLIDER */
.pm-slider {
 
      max-width: 800px;
    margin-left: 39%;
}

/* SLIDE */
.pm-slide {
  position: absolute;
  width: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.pm-slide.active {
  opacity: 1;
  transform: translateX(0);
  position: relative;
}

/* TEXT */
.pm-slide p {
  font-size: 18px;
  line-height: 1.6;
  color: #444;
  margin-bottom: 20px;
}

/* NAME */
.pm-slide h4 {
  font-weight: 600;
  color: #7b4dff;
}

/* DOTS */
.pm-dots {
  margin-top: 30px;
      margin-left: 35%;
}

.pm-dot {
  height: 10px;
  width: 10px;
  margin: 0 6px;
  display: inline-block;
  background: #ccc;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
  
}

.pm-dot.active {
  background: #7b4dff;
  transform: scale(1.2);
}   
.parallax-testi {
  position: relative;
    background-image: url(images/testimonial-bg.jpg);
    background-attachment: fixed;
   
    text-align: center;
    color: white;
    overflow: hidden;
    
}

/* DARK OVERLAY */
.parallax-testi::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(20, 20, 35, 0.75);
  z-index: 0;
}

/* CONTENT ABOVE OVERLAY */
.parallax-testi * {
  position: relative;
  z-index: 2;
}

/* TEXT COLOR FIX */
.pm-slide p {
  color: #eee;
}

.pm-slide h4 {
  color: #c4a3ff;
}
.pm-slide {
  transform: translateY(20px);
  transition: transform 0.5s ease;
}

.parallax-testi:hover .pm-slide.active {
  transform: translateY(0);
}
@media (max-width: 768px) {
  .parallax-testi {
    background-attachment: scroll;
  }
}


.pm-leaves {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
}

.pm-leaves span {
  position: absolute;
  top: -10%;
  background: url('images/leaf.png') no-repeat center / contain;
  opacity: 0.6;
  animation: leafFall linear infinite;
}

/* RANDOM MOTION */
@keyframes leafFall {
  0% {
    transform: translateX(0) rotate(0deg);
    top: -10%;
  }

  25% {
    transform: translateX(40px) rotate(90deg);
  }

  50% {
    transform: translateX(-40px) rotate(180deg);
  }

  75% {
    transform: translateX(20px) rotate(270deg);
  }

  100% {
    transform: translateX(0) rotate(360deg);
    top: 110%;
  }
}


/* SECTION BACKGROUND */
.pm-hours-section {
  background: url('images/brick.jpg');
  padding: 120px 20px;
  display: flex;
  justify-content: center;
  background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


/* CARD */
.pm-hours-card {
  background: #ffffff;
  padding: 50px 60px;
  max-width: 700px;
  width: 100%;
  text-align: center;
  border-radius: 8px;
  box-shadow: 0 20px 50px rgba(0,0,0,1);
}

/* TITLE */
.pm-hours-card h2 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 10px;
}

/* LINE */
.pm-line {
  width: 50px;
  height: 3px;
  background: #333;
  margin: 15px auto 40px;
}

/* LIST */
.pm-hours-list {
  width: 100%;
}

/* ROW */
.pm-row {
  display: flex;
  justify-content: space-between;
  padding: 14px 0;
  font-size: 16px;
  color: #555;
  border-bottom: 1px dashed #ddd;
}

/* LAST REMOVE BORDER */
.pm-row:last-child {
  border-bottom: none;
}

/* HIGHLIGHT (Saturday) */
.pm-row.highlight {
  color: #2ecc71;
  font-weight: 500;
}

/* CLOSED (Sunday) */
.pm-row.closed {
  color: #b3b2b2;
  font-weight: 500;
}

.pm-hours-card {
  backdrop-filter: blur(20px);
  background: rgba(255,255,255,0.9);
}


/* SECTION */
.pm-contact {
  background: #f4f4f6;
  padding: 120px 20px;
  position: relative;
  overflow: hidden;
}

/* CENTER CONTENT */
.pm-contact-container {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

/* TITLE */
.pm-contact h2 {
  font-size: 36px;
  margin-bottom: 10px;
}

/* LINE */
.pm-line {
  width: 50px;
  height: 3px;
  background: #333;
  margin: 15px auto 40px;
}

/* FORM */
.pm-form {
  width: 100%;
}

/* ROW */
.pm-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

/* INPUTS */
.pm-form input,
.pm-form textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  outline: none;
  transition: all 0.3s ease;
  background: #fff;
}

/* TEXTAREA */
.pm-form textarea {
  height: 150px;
  resize: none;
  margin-bottom: 20px;
}

/* FOCUS EFFECT */
.pm-form input:focus,
.pm-form textarea:focus {
  border-color: #7b4dff;
  box-shadow: 0 0 0 2px rgba(123,77,255,0.1);
}

/* BUTTON */
.pm-btn {
  background: #2ecc71;
  color: white;
  padding: 14px 30px;
  border: none;
  border-radius: 4px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.pm-btn:hover {
  background: #27ae60;
  transform: translateY(-2px);
}

/* BACKGROUND DECOR (optional like image) */
.pm-contact::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 250px;
  height: 250px;
  background: url('images/contact-decor-left.png') no-repeat center / contain;
  opacity: 0.8;
}

.pm-contact::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 200px;
  height: 200px;
  background: url('images/contact-decor-right.png') no-repeat center / contain;
  opacity: 0.6;
}
.pm-form input,
.pm-form textarea {
  background: rgba(255,255,255,0.8);
  backdrop-filter: blur(6px);
}

/* RESPONSIVE */
@media (max-width: 600px) {
  .pm-row {
    flex-direction: column;
  }

  .pm-contact h2 {
    font-size: 28px;
  }
}

/* RESPONSIVE */
@media (max-width: 600px) {
  .pm-hours-card {
    padding: 30px 20px;
  }

  .pm-row {
    font-size: 14px;
  }

  .pm-hours-card h2 {
    font-size: 28px;
  }
}

@media(max-width:1024px){.nav-links{display:none;}.hamburger{display:flex;}.hero{padding:0 40px;}.hero h1{font-size:48px;}.services-grid{grid-template-columns:repeat(2,1fr);}}
@media(max-width:600px){.servicevine {display: none;}.navbar{padding:16px 20px;}.logo-text h1{font-size:16px;}.logo-text span{font-size:10px;}.hero{padding:0 20px;}.hero h1{font-size:36px;}.description{font-size:14px;}.services-grid{grid-template-columns:1fr;}.top-content h2{font-size:28px;}.services-section .divider{width:80%;}}




.pm-testimonials-fade {
  background: #f8f7fb;
  padding: 100px 20px;
  text-align: center;
  position: relative;
    background-image: url(images/testimonial-bg.jpg);
    background-attachment: fixed;
   
    
}

.pm-testimonials-fade h2 {
  font-size: 32px;
  margin-bottom: 50px;
}

/* WRAPPER */
.pm-fade-wrapper {
  position: relative;
  max-width: 700px;
  margin: 0 auto;
  min-height: 180px;


  
}

/* SLIDE */
.pm-fade-slide {
  position: absolute;
  width: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

/* ACTIVE */
.pm-fade-slide.active {
  opacity: 1;
  position: relative;
}

/* TEXT */
.pm-fade-slide p {
  font-size: 18px;
  line-height: 1.7;
  color: #fff;
  margin-bottom: 20px;
}

/* NAME */
.pm-fade-slide h4 {
  color: #945FFB;
  font-weight: 500;
}
.pm-fade-slide {
  transform: scale(0.98);
}

.pm-fade-slide.active {
  transform: scale(1);
  transition: opacity 1s ease, transform 1s ease;
}
.pm-fade-slide {

  padding: 30px;
  
}

/* SECTION */
.pm-team {
  background: #ffffff;
  padding: 100px 20px;
  text-align: center;
}

/* TITLE */
.pm-team h2 {
  font-size: 32px;
  margin-bottom: 10px;
}

/* LINE */
.pm-line {
  width: 50px;
  height: 3px;
  background: #333;
  margin: 15px auto 50px;
}

/* GRID */
.pm-team-grid {
  display: flex;
  justify-content: center;
  gap: 60px;
  flex-wrap: wrap;
}

/* MEMBER CARD */
.pm-member {
  max-width: 280px;
  text-align: center;
  transition: 0.3s ease;
}

/* IMAGE */
.pm-member img {
 width: 100%;
    height: 252px;
    object-fit: contain;
    border-radius: 8px;
    margin-bottom: 20px;
}

/* NAME */
.pm-member h3 {
  font-size: 20px;
  margin-bottom: 6px;
}

/* ROLE */
.role {
  color: #7b4dff;
  font-size: 14px;
  margin-bottom: 12px;
}

/* DESCRIPTION */
.desc {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}

/* HOVER */
.pm-member:hover {
  transform: translateY(-5px);
}

/* RESPONSIVE */
@media (max-width: 600px) {
  .pm-team-grid {
    gap: 30px;
  }
}
.pm-member {
  padding: 20px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}
.pm-member img {
  transition: 0.4s ease;
}

.pm-member:hover img {
  transform: scale(1.05);
}

/* FOOTER */
.pm-footer {

   position: relative;
  color: #ddd;
  padding-top: 60px;
  overflow: hidden;

  /* GRADIENT */
  background: linear-gradient(
    270deg,
    #1c1c2b,
    #2a1f3d,
    #1f2a3d,
    #1c1c2b
  );
  background-size: 400% 400%;

  animation: gradientMove 12s ease infinite;
}

/* CONTAINER */
.pm-footer-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px 40px;
}

/* COLUMN */
.pm-footer-col h3 {
  color: #fff;
  margin-bottom: 15px;
}

.pm-footer-col h4 {
  color: #fff;
  margin-bottom: 15px;
  font-size: 16px;
}

/* TEXT */
.pm-footer-col p {
  font-size: 14px;
  line-height: 1.6;
  color: #aaa;
}

/* LINKS */
.pm-footer-col ul {
  list-style: none;
}

.pm-footer-col ul li {
  margin-bottom: 10px;
}

.pm-footer-col ul li a {
  text-decoration: none;
  color: #aaa;
  font-size: 14px;
  transition: 0.3s ease;
}

.pm-footer-col ul li a:hover {
  color: #7b4dff;
}

/* BOTTOM BAR */
.pm-footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  text-align: center;
  padding: 20px;
  font-size: 13px;
  color: #888;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .pm-footer-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 500px) {
  .pm-footer-container {
    grid-template-columns: 1fr;
  }
}
.pm-footer-col h4 {
  color: #c4a3ff;
}

.footer-logo
    {
        width:100px;
    }

.pm-whatsapp {
  position: fixed;
  bottom: 120px;
  right: 20px;
  width: 60px;
  height: 60px;
  z-index: 1000;
  
  background: #25D366;
  border-radius: 50%;
  
  display: flex;
  align-items: center;
  justify-content: center;

  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
  animation: pulse 2.5s infinite;
  transition: all 0.3s ease;
}
.pm-whatsapp img {
  width: 100%;
  height: 100%;
}
/* ICON */


/* HOVER */
.pm-whatsapp:hover {
  transform: translateY(-5px) scale(1.05);
  box-shadow: 0 15px 35px rgba(0,0,0,0.3);
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37,211,102,0.6);
  }
  70% {
    box-shadow: 0 0 0 20px rgba(37,211,102,0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(37,211,102,0);
  }
}

