*{margin: 0; padding: 0; text-decoration: none; box-sizing: border-box; scroll-behavior: smooth;}

html{scroll-behavior: smooth;}

body{background-color: #FFF; overflow-anchor: none; overflow-x: hidden;}

html, body{width: 100%; max-width: 100%;}

img{display: block; max-width: 100%; height: auto;}

section{scroll-margin-top: 7rem;}

.nav{position: sticky; top: 0; background-color: #fff; padding: clamp(0.5rem, 1vw + 0.2rem, 1rem) clamp(1rem, 2vw + 0.5rem, 3rem);
    border-bottom: 1px solid var(--stroke, #e5e5e5); height: 7rem; z-index: 100;}

.nav-inner{max-width: var(--maxw, 1200px); margin: auto; display: flex; align-items: center; justify-content: space-between;}

.logo-img{height:85px; border-radius: 25px 25px;}

.menu {display: flex; align-items: center; gap: clamp(1rem, 3vw, 3rem); list-style: none; text-transform: capitalize;}

.menu a{font-family: 'Cooper Black', sans-serif; color: #00E600; padding: 0.5rem 0.75rem; font-size: clamp(1.3rem, 0.9vw, 2rem); font-weight: 500; transition: 0.2s; border-radius: 15px;}

.menu a:hover{cursor: pointer; color: #fff; background-color: #00AEEF; border-radius: 15px; transition: 0.3s ease;}

.menu-toggle{display: none;}

.hamburger{display: none; width: clamp(40px, 6vw, 45px); height: clamp(40px, 6vw, 45px); align-items: center; justify-content: center; border-radius: 12px; background: #D9D9D9; cursor: pointer;}

.hamburger span,
.hamburger span::before,
.hamburger span::after{display: block; width: 20px; height: 2.5px; background: #00AEEF; position: relative; content:""; 
    transition: transform 0.25s ease, top 0.25 ease, 0.25s ease; transform-origin: center;}

.hamburger span::before{position: absolute; top: -6px;}

.hamburger span::after{position: absolute; top: 6px;}

/*REPONSIVE NAV BAR*/
@media(max-width:858px) {
    .menu{position: absolute;top: 100%; left: 0; right: 0; flex-direction: column; align-items: center; gap: 5rem; background: #fff; max-height: 0; padding: 0;
        pointer-events: none; overflow: hidden; transition: max-height 0.4s ease, opacity 0.4s ease, padding 0.4s ease;}
    
    .menu li{display: flex; align-items: center; justify-content: center; width: 100%;}
    
    .menu li a{padding: 10px 10px;}
    
    .menu-toggle:checked~.menu{max-height: 100vh; height: 100vh; padding: 1.5rem 0; opacity: 1; pointer-events: auto;}
    
    .hamburger{display: flex;}
    
    .menu-toggle:checked~.hamburger span{background: transparent;}
    
    .menu-toggle:checked~.hamburger span::before{top: 0; transform: rotate(45deg);}
    
    .menu-toggle:checked~.hamburger span::after{top: 0; transform: rotate(-45deg);}
}

/*BODY */

.hero{display: flex; justify-content: space-between; align-items: center; padding: 30px 8%; min-height: 75vh; background-color: #00E600; position: relative; overflow: hidden; gap: 40px;}

/*Decorative Circles */
.hero::before{content: ''; position: absolute; top: -120px; left: -120px; width: 420px; height: 420px; background: rgba(255,255,255,0.08); border-radius: 50%; pointer-events: none;}

.hero::after{content: ''; position: absolute; bottom: -80px; left: 30px; width: 300px; height: 300px; background: rgba(255,255,255,0.05); border-radius: 50%; pointer-events: none;}


/*Left Side*/
.hero-content{position: relative; z-index: 1; max-width: 560px; opacity: 0; animation: slideInLeft 0.9s ease-out forwards;}

.hero-content h1{font-family: 'Comic Relief', sans-serif; color: #fff; font-size: clamp(2rem, 4vw, 2.6rem); line-height: 1.5; margin-bottom: 28px;
text-shadow: 2px 3px 0px rgba(0, 0, 0, 0.12);}

.hero-content h1 span{display: inline-block; background: rgba(255,255,255,0.18); border-radius: 8px; padding: 0 10px;}

/* Buttons */
.btn-row{display: flex; gap: 14px; flex-wrap: wrap;} 

.btn-row a{font-family: 'Cooper Black', sans-serif; display: inline-block; padding: 16px 34px; border-radius: 12px; text-decoration: none; font-weight: 1.1rem;
font-size: clamp(1.1rem, 1.5vw, 1.7rem); transition: 0.2s ease, box-shadow 0.2s ease, background 0.2s ease; opacity: 0; animation: slideInUp 0.5s ease-out forwards;}

.book-btn{background: #FFF; color: #00E600; box-shadow: 0 4px 0 rgba(0, 0, 0, 0.15); animation-delay: 0.3s;}

.book-btn:hover{transform: translateY(-2px); box-shadow: 0 6px 0 rgba(0, 0, 0, 0.15);}

.book-btn:active{transform: translateY(1px); box-shadow: 0 2px 0 rgba(0, 0, 0, 0.15);}

.services-btn{background: transparent; color: #FFF; border: 2.5px solid rgba(255,255,255,0.7); animation-delay: 0.45s;}

.services-btn:hover{background: rgba(255,255,255,0.15);}


 /* ── Right Image ── */
    .hero-image {
      position: relative;
      z-index: 1;
      flex-shrink: 0;
      opacity: 0;
      animation: slideInRight 0.9s ease-out 0.2s forwards;
    }
 
.img-frame {
  width: 500px;
  height: 500px;
  border-radius: 40% 60% 55% 45% / 50% 45% 55% 50%;
  border: 5px solid rgba(255, 255, 255, 0.35);
  overflow: hidden; display: flex; align-items: center; justify-content: center;
}

.img-frame img {
  width: 95%;
  height: auto;
  object-fit: contain;
  object-position: center;
  transform: scale(1.15);
  -webkit-mask-image: linear-gradient(to bottom, black 0%, black 94%, rgba(0,0,0,0.5) 97%, transparent 100%);
  mask-image: linear-gradient(to bottom, black 0%, black 94%, rgba(0,0,0,0.5) 97%, transparent 100%);
}

    /* ── Animations ── */
    @keyframes slideInLeft {
      0%   { transform: translateX(-80px); opacity: 0; }
      100% { transform: translateX(0);     opacity: 1; }
    }
 
    @keyframes slideInRight {
      0%   { transform: translateX(80px); opacity: 0; }
      100% { transform: translateX(0);    opacity: 1; }
    }
 
    @keyframes slideInUp {
      0%   { transform: translateY(40px); opacity: 0; }
      100% { transform: translateY(0);    opacity: 1; }
    }
 
    /* ── Responsive ── */
 
    /* Tablet */
    @media (max-width: 900px) {
      .hero {
        flex-direction: column;
        text-align: center;
        padding: 48px 6% 56px;
        gap: 32px;
      }
 
      .hero::before {
        width: 280px;
        height: 280px;
        top: -80px;
        left: -80px;
      }
 
      .btn-row {
        justify-content: center;
      }
 
      .img-frame {
        width: 300px;
        height: 300px;
      }
 
    }
 
    /* Mobile */
    @media (max-width: 480px) {
      .hero {
        padding: 40px 5% 60px;
        min-height: auto;
        gap: 28px;
      }
 
      .hero-content h1 {
        font-size: clamp(1.6rem, 7vw, 2rem);
      }
 
      .btn-row {
        flex-direction: column;
        align-items: center;
      }
 
      .hero-btn {
        width: 100%;
        max-width: 280px;
        text-align: center;
      }
 
      .img-frame {
        width: 240px;
        height: 240px;
      }
    }
 
    /* Reduced motion */
    @media (prefers-reduced-motion: reduce) {
      .hero-content,
      .hero-image,
      .hero-btn {
        animation: none;
        opacity: 1;
      }
    }


/*ABOUT US*/

.About {margin-top: 8rem;}

.wrapper {display: flex; flex-wrap: wrap; align-items: center; justify-content: center; width: min(1100px, 90%); margin: 0 auto 2.5rem; padding: 1rem; gap: 5rem;}

.wrapper img{flex:1 1 350px; max-width: 300px; height: auto; border-radius: 30px; object-fit: contain; width: 100%;}

.text-box{flex: 1 1 320px; min-width: 250px; display: flex; flex-direction: column; gap: 0.75rem; text-align: center; padding-left: 2rem;}

.text-box h1{font-family: 'Cooper Black', sans-serif; text-align: center; color: #00E600; font-size: clamp(1.5rem, 2.2vw, 2rem); line-height: 1.1; margin-bottom: 1rem;}

.text-box p{font-family: 'Comic Relief', sans-serif; font-size: clamp(1rem, 1.6vw, 1.2rem); color: #000; padding: 0 1rem; margin:0; text-align: center; line-height: 1.5;}

/*RESPONSIVE ABOUT US*/
@media (max-width:768px){
    
    .wrapper{flex-direction: column; text-align: center;}
   
    .text-box{align-items: center;}

    .text-box p{text-align: center;}

    .text-box h2{text-align: center;}
}

/* Medium small screens: 460px – 768px */
@media (min-width: 461px) and (max-width: 768px) {
    .wrapper img {
        flex: 1 1 300px;
        border-radius: 25px;
        max-width: 350px; /* optional: slightly smaller image */
        width: 90%;
    }
}

/* Extra Small Screens: 460px and below */
@media (max-width: 460px) {
    .wrapper {
        flex-direction: column;       /* stack image + text vertically */
        width: 95%;                   /* take most of the screen */
        padding: 0.5rem;              /* reduce padding */
        gap: 1rem;                    /* smaller gap */
    }

    .wrapper img {
        flex: 1 1 auto;
        width: 100%;                  /* image fills the container */
        max-width: 300px;             /* limit image size */
        border-radius: 20px;
    }

    .text-box {
        flex: 1 1 auto; min-width: 0; padding: 0 0.5rem; gap: 0.5rem;}

    .text-box h2 {
        font-size: clamp(1.3rem, 5vw, 1.8rem); /* scale better for small screens */
        line-height: 1.2;
    }

    .text-box p {
        font-size: clamp(0.9rem, 3.5vw, 1.1rem); line-height: 1.4; padding: 0 0.5rem;}
}

a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible{outline: 3px solid #005fcc; outline-offset: 3px;}

/*SERVICES*/

*,*::before, *::after{box-sizing: border-box;}

.container2{ display: grid; justify-items: stretch; width: 100%; min-width: 0; margin: 0 auto; gap: 1.5rem; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); padding: 1rem;}

.Services{padding: 60px 20px; margin-bottom: 7rem; text-align: center;}

.Services-h2{color: #00E600; font-size: clamp(1.5rem, 5vw, 2rem); text-align: center; margin-bottom: 2rem; font-family: 'Cooper Black', sans-serif;}

/*Stylize Service Card*/


.product-card{justify-content: space-between; background-color: #00AEEF; position: relative; width: 100%; max-width: 100%; height: 100%; border-radius: 10px; display: flex; overflow: hidden; flex-direction: column; align-items: center; padding: 1rem; transition: transform 0.3s ease, box-shadow 0.3s ease; box-sizing: border-box;}

.product-card:before{content:''; background: rgba(255,255,255,0.1); position: absolute; display: block; top: 0; left: 0; width: 50%; height: 100%; border-top-left-radius: 10px; border-bottom-left-radius: 10px; z-index: 0;}

.product-img-container{position: relative; z-index: 1; width: 100%; max-width: 350px; aspect-ratio: 16/9; overflow: hidden; border-radius: 8px; margin-bottom: 1rem;}

.product-item{width: 100%;}

.product-img{width: 100%; height: 100%; border-radius: 8px; object-fit: cover; display: block; object-position: center;}

.name{color:#fff; text-align: center; font-size: clamp(1.2rem, 1.6vw, 1.25rem); padding: 0 0.5rem; flex-grow: 1; display: flex; align-items: center; justify-content: center; margin: 1rem 0 1.5rem; line-height: 1.4; min-height: 3em; font-family: 'Cooper Black', sans-serif;}

@media (max-width:345px){
    .Services{padding-left: 0.5rem; padding-right: 0.5rem;}

    .container2{grid-template-columns: 1fr; margin: 0; width: 100%; padding: 0.5rem; gap: 1rem;} 

    .product-card{padding: 0.75rem;}

    .product-card:before{width: 100%; display: none;}

    .product-item{width: 100%;}
}