@font-face {
    font-family: 'Catfiles';
    src: url('cat/CatfilesRegular.woff2') format('woff2'),
         url('cat/CatfilesRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/* header section */
*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
h2 {
    text-align: center;
    /* padding: 10px 0; */
     font-family: 'Catfiles', sans-serif;
    color: #021b4a;
    border-radius: 15px;
    font-size: 50px;
    margin: 0 auto;
    margin-bottom: 2rem;
    word-spacing: 0.2em;
    font-weight: 400;
  }
h3{
    font-size: 26px;
font-weight: 400;
font-family: 'Catfiles';
word-spacing: 0.2em;

}

p{ color: #021b4a;
  font-size: 18px;
  font-family: 'inter',sans-serif;
}
/* Section Styles */
section {
    padding: 2rem 1.5rem;
    text-align: center;
    max-width:100%;
    margin: 0;
}
.btn {
    background-color: rgb(2, 27, 74);  
    padding: 0.75rem 1.5rem;
    text-decoration: none;
    border-radius: 15px;
    display: inline-block;
    color: white;
    transition: all 0.3s ease;
    cursor: pointer;
}
.btn img{
    width: 25%;
    transition: transform 0.3s ease;
}
.btn{
    width: 25%;
}

#top_button {
    border: none;
    display: flex;
    /* align-content: center; */
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 10px 31px 10px 13px;
    column-gap: 0.5rem;
}
button:hover{
    background-color: rgb(14, 48, 112);
}
.btn div{
    font-size: 18px;
}
#top_button:hover img {
    transform: scale(1.2) rotate(20deg); /* Increase size and rotate image */
  }
header {
    /* background: url('pawsimg/11.jpg') no-repeat; */
    padding: 1rem 0;
    top: 0;
    /* z-index: 1000; */
    background-size: cover;
    font-family: 'inter',sans-serif;
    background-color: rgb(236,242,255);
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

.logo {
    margin-bottom: -10px;
}
.logo img {
    width: 250px;
    height: auto;
}
#icon{
    display: none;
}
nav ul {
    list-style: none;
    display: flex;
    gap: 1rem;
}

nav ul li a {
     margin: 5px;
    text-decoration: none;
    font-weight: 600;
    color: #222;
}
nav a:hover{
    color: #0e3070;
}
/* nav a:visited{
    color: #0e3070;
} */
/* dropdown navigation */
/* Style The Dropdown Button */
.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
  }
 .fa-solid.fa-chevron-down {
    font-size: 12px;
    margin-left: 6px;
    margin-top: 8px;
    float: right;
}
  /* The container <div> - needed to position the dropdown content */
  .dropdown {
    position: relative;
    display: block;
  }
  

  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-size: 16px;
  }
  

nav ul {
    list-style: none;
    display: flex;
    gap: 1rem;
}
#i{
    display: none;
}
#i:checked ~ #nav-ul {
    display: flex;
   }
 
 /* Dropdown Content (Hidden by Default) */
 #colour{
    font-weight: 600;
    cursor: pointer;
   /* color: rgb(85, 26, 139);; */
 }
 .dropdown-content {
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  /* Links inside the dropdown */
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  /* Change color of dropdown links on hover */
  .dropdown-content a:hover {background-color: #f1f1f1}
  
  /* Show the dropdown menu on hover */
  .dropdown:hover .dropdown-content {
    display: block;
  }
  
  /* Change the background color of the dropdown button when the dropdown content is shown */
  .dropdown:hover .dropbtn {
    background-color: none;
  }

/* Footer Styles */
footer {
    /* border: 2px solid #052a50; */
    background: #ecf2ff;
    text-align: left;
    padding: 3rem 3rem;
    border-radius: 5px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
footer p{
    margin-bottom: 20px;
}
.privacy{
    align-self: flex-start;
}
footer i{
    margin: 0 10px;
    font-size: 20px;
    cursor: pointer;
}
.ul-footer{
    list-style-type: none;
    text-align: left;
    padding: 0;
}
.ul-footer a {
    font-weight: 400;
    text-decoration: none;
    color: #021b4a;
    transition: color 0.4s ease;
}
.ul-footer a:hover {
font-weight: 700;
color: rgb(255, 204, 36);
text-decoration-line: underline;
}
.linkHeading{
    font-weight: 800;
}
.ul-footer li {
    /* transition: color 2s linear, font-weight 2s linear, text-decoration-line 2s linear; */
    margin: 10px 0;
}
/*hero-section*/
#hero {
    background-color: rgb(236, 242, 255);
    text-align: left;
    padding: 0;
    display: flex;
    background-size: cover;

}

#hero-1 {
    width: 100%;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;

}

#hero-2 {
    width: 30%;
    height: 500px;
    background-image: url('pawsimg/aboutdog.png');
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
     /* Reserve space before image loads */
    display: block;
    aspect-ratio: 2 / 1; /* Adjust based on your image dimensions */
}

#hero h1 {
    line-height: 1.2em;
    font-size: 58px;
    margin-bottom: 1rem;
    font-family: 'Catfiles', sans-serif;
    color: #021b4a;
    font-weight: 400;
}

#hero p {
    font-size: 1.2rem;
    font-size: 18px;
    font-weight: 400;
    word-spacing: 0.2em;
}
/* toggle button*/
#Toggle{
    padding: 40px 20px 50px;
    text-align: center;
}
 /* Toggle Container */
    .toggle-container {
      display: flex;
      align-items: center;
      justify-content: center;
      
    }
.toggle-container p{
    font-size: 22px;
    font-weight: 600;
    padding: 10px;
}
    /* Switch */
    .switch {
      position: relative;
      width: 100px;
      height: 50px;
      background: #ddd;
      border-radius: 30px;
      cursor: pointer;
      transition: background 0.3s ease;
    }

    .slider {
      position: absolute;
      top: 5px;
      left: 5px;
      width: 40px;
      height: 40px;
      background: #ffd100;
      border-radius: 50%;
      transition: transform 0.3s ease;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 20px;
      color: white;
    }

    .switch.active .slider {
      transform: translateX(50px);
      background: #333;
    }

    /* Packages */
    .package {
      display: none;
    }

    .package.active {
      display: block;
    }
/* grooming heading */
#grooming { 
    display: flex;
    background-color: rgb(236, 242, 255);
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    
}
#grooming h2{
    margin-top: 100px;
}
#grooming img {
    width: auto;
    height: 262px;
}
/* grooming package */
  .services{
    background-color: rgb(236,242,255);
}
.service-list {
    display: flex;
    justify-content: center;
    gap: 1.8rem;
    flex-wrap: wrap;
}
.service-list ul li{
    /* list-style-type: none; */
    text-align: left;
    margin: 5px 20px;
    font-weight: 500;
}
/*.service-list ul li input{*/
/*    float: right;*/
/*    width: auto;*/
/*}*/
#group>li>input{
    float: right;
    width: auto;
    margin-bottom:0;
}
.service-item {
    width: 30%;
    background: #fff;
    padding: 1rem;
    border-radius: 20px;
    box-shadow: 7px 7px 5px #948989;
    background-size: 30%;
    text-align: center;
}

.service-item .btn {
    font-size: 18px;
    border: none;
    margin-top: 15px;
    width: 49%;
}
.service-item .btn:hover {
    background-color: #ffd100;
    color: #021b4a;
}
.money{
    font-size: x-large;
}
.service-item ul {
    list-style: none; /* Remove default bullet points */
    padding: 0;

  }
.service-item  ul li {
    position: relative;
    padding-left: 25px; /* Space for the icon */
  }

  .service-item  ul li::before {
    content: "\f1b0"; /* Unicode for Font Awesome check-circle */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    color: #ffd100; /* Icon color */
  }
 h3>span{
      font-family: 'inter',Sans-Serif;
      color: red;
  }
  /* dog image */
#item-1{
    background-image: url('pawsimg/4-removebg-preview.png');
    background-repeat: no-repeat;
    background-position: right bottom;
    /* background-size: 115px; */
    
}
#item-2{
    background-image: url('pawsimg/5-removebg-preview (1).png');
    background-repeat: no-repeat;
    background-position: right bottom;
    background-color: #fffae3;
    /* background-size: 115px; */
    
}
#item-3{
    background-image: url('pawsimg/1-removebg-preview.png');
    background-repeat: no-repeat;
    background-position: right bottom;
    /* background-size: 115px; */
    
}
#item-4{
    background-image: url('pawsimg/3-removebg-preview.png');
    background-repeat: no-repeat;
    background-position: right bottom;
    /* background-size: 115px; */
    
}
#item-5{
    background-image: url('pawsimg/4-removebg-preview.png');
    background-repeat: no-repeat;
    background-position: right bottom;
    
    /* background-size: 115px; */
    
}
#item-6{
    background-image: url('pawsimg/5.jpg');
    background-repeat: no-repeat;
    background-position: right bottom;
    /* background-size: 115px; */
}

/* cat images */

#cat1{
    background-image: url('pawsimg/cat1-removebg-preview.png');
    background-repeat: no-repeat;
    background-position: right bottom;
    /* background-size: 110px; */
   
}
#cat2{
    background-image: url('pawsimg/cat3-removebg-preview.png');
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 115px;
    background-color: #fffae3;
    
}
#cat3{
    background-image: url('pawsimg/cat2-removebg-preview.png');
    background-repeat: no-repeat;
    background-position: right bottom;
    /* background-size: 115px; */
   
}
#cat4{
    background-image: url('pawsimg/cat4-removebg-preview.png');
    background-repeat: no-repeat;
    background-position: right bottom;
    /* background-size: 115px; */
    
}
#cat5{
    background-image: url('pawsimg/cat5-removebg-preview.png');
    background-repeat: no-repeat;
    background-position: right bottom;
    /* background-size: 115px; */
   
}
#cat6{
    background-image: url('pawsimg/cat6.jpg');
    background-repeat: no-repeat;
    background-position: right bottom;
    /* background-size: 115px; */
}
 /* area content */
 .AreaWeServe {
    padding: 25px;
}
 .AreaWeServe h2{
     margin-bottom: 35px;
 }
  .areacontent{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    column-gap: 10px;
    row-gap: 25px;
  }
  .container img {
    width: 100px;
    height: auto;
}
.container p{
    padding: 5px;
}
/*customer reviews*/
   #review {
      height: 600px;
      width: 100%;
      background-color: rgb(254 238 162);
      overflow-x: scroll;
      padding-top: 60px;
    }
.sliding{
  overflow: hidden;
    margin: auto;
width: 300px;
height: 300px;
padding-top: 50px;
}
    .slides {
      /* width: 1600px; */
      display: flex;
      width: max-content;
      justify-content: space-evenly;
      column-gap: 20px;
      animation: scroll 20s linear infinite;
    }
    .slides:hover {
  animation-play-state: paused;
}

/* Pause on touch (Mobile) */
.slides:active {
  animation-play-state: paused;
}
 @keyframes scroll {
    0% { transform: translateX(20%); }
    100% { transform: translateX(-100%); }
  }
    .container {
      max-width: 250px;
      height: 250px;
      background-color: white;
      padding: 15px;
      border-radius: 15px;
    }

    .container img {
      border-radius: 50px;
      margin-top: -50px;
    }

    .imag-icon {
      display: flex;
      justify-content: space-around;
      align-items: center;
    }
    .text {
    font-size: 14px;
    padding-top: 15px;
    font-family: inter;
}
.name {
    text-align: right;
    padding-top: 15px;
    font-weight: 600;
}
/*our service*/
.area-list {
      display: flex;
      flex-wrap: wrap;
      gap: 15px;
    }

   .area-list a {
      text-decoration: none;
      color: inherit;
      flex: 1 1 calc(25% - 15px); /* 4 columns on large screen */
      min-width: 150px; /* prevents too small cards */
    }

    .box {
      border: 1px solid #ccc;
      padding: 15px;
      border-radius: 25px;
      background:#021b4a;
      text-align: center;
      transition: 0.3s;
      flex: 1 1 calc(25% - 15px); /* 4 columns on large screen */
      min-width: 150px; /* prevents too small cards */
    }

    .box:hover {
      background: #00528f;
      cursor: pointer;
      transform: scale(1.02);
    }
        .area-list p {
        color: white;
        font-weight: 700;
    }
/* FAQ Section */
#faq{
    background-color: #fcf9f9;
}
/*.queries {*/
/*    padding: 30px;*/
    /*background-color: #f0f0f0;*/
    /*transition: 1s ease ;*/
/*}*/
#sub{
    color: #052a50;
    text-align: center;
    padding-bottom:25px ;
}
.que{
    background-color:rgb(254 238 162);
    max-width:600px; 
    font-size: 14px;
    margin: auto;
    margin-bottom: 10px;
    border-radius: 18px;
    cursor: pointer;
    color: white;
    transition: 0.5s ease ;
}
.que .ans {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;   /* keep horizontal padding */
  transition: max-height 0.3s ease, padding 0.3s ease;
}
 .ans.active {
  max-height: 500px ; 
  padding: 20px;   
}
.q.Change{
    background-color: rgb(255, 209, 0);
}
.q i{
    color: #ffd100;
}
.q.Change i.fa-solid.fa-paw{
    color: white;
}
.q span {
    float: right;
}
/*.que:has(.ans.active) .fa-paw {*/
/*  color: white;*/
/*}*/
p.q {
    word-spacing: 3px;
    font-size: 16px;
    text-align: left;
    border-radius: 15px;
   font-family: 'Catfiles';
    padding: 20px;
    /*background-color: rgb(255, 250, 227);*/
}
.fa-solid.fa-paw {
    margin-right: 10px;
}
/* form */
.form-container label{
    font-size: 18px;
    }
    #data {
        z-index: 100;
        /*padding: 10px 20px;*/
        position: fixed;
        top: 0;
        width: 100%;
        height: 100%;
        padding: 0;
        display: flex;
        align-content: center;
        background-color: #ecf2ff;
         opacity: 0;
        animation-fill-mode: forwards;
    }
    @keyframes show {
        from {opacity: 0;}
        to {opacity: 1;}
      }
    #goback{
        background-color: rgb(2, 27, 74);
        padding: 0.75rem 1.5rem;
        text-decoration: none;
        border-radius: 15px;
        display: inline-block;
        color: white;
        transition: all 0.3s ease;
        cursor: pointer;
        margin: 20px;
    }
    #goback:hover{
        background-color: #ffd100;
        color: #021b4a;
    }

.form-container {
    max-width: 600px;
    margin: auto;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    height: 550px;
    overflow-y: scroll;
    padding: 10px;
    border: 1px solid #cdcdcd;
  }
  .form-container h2{
    width: 100%;
  }
  fieldset {
    display: none;
    border: none;
    padding: 20px;
  }

  .active {
    display: block;
  }

  label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
  }

  input, select, textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #94949d;
    border-radius: 5px;
    color: #021b4a;
        font-weight: 600;
  }
input::placeholder{
        color: #021b4a;
        font-weight: 600;
        
}

  .oneLine {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    width: auto;
  }
.oneLine input{
    width: 15%;
    margin-bottom: 0;
}
  .form-buttons {
    display: flex;
    justify-content: space-between;
  }

  .form-buttons button {
    background-color: rgb(2, 27, 74);
    padding: 0.75rem 1.5rem;
    text-decoration: none;
    border-radius: 15px;
    display: inline-block;
    color: white;
    transition: all 0.3s ease;
    cursor: pointer;
  }
.form-buttons button:hover{
    background-color: #ffd100;
    color: #021b4a;
}

  .form-buttons button:disabled {
    background: #ddd;
    cursor: not-allowed;
  }

  .form-buttons .next-btn {
    margin-left: auto;
  }
@media (max-width: 780px) {
    nav {
        flex-direction: row;
    }

      nav ul {
        text-align: left;
        padding: 15px;
        display: none;
        flex-direction: column;
        gap: 1.5rem;
        position: absolute;
        left: 0;
        /* padding: 26px; */
        z-index: 4;
        width: 100%;
        background: #0e3070;
        border-radius: 20px;

    }

    nav ul li a {
        margin: 15px;
       color: #ffffff;
   }
     nav a:active{
        color: #ffd100;
     }
    #icon {
        padding: 15px 20px;
        margin: 12px 20px 10px 15px;
        display: block;
        border-radius: 15px;
        background-color: #0e3070;
        color: white;
    }
    #i:checked + label #icon {
        background-color: rgb(255, 209, 0);
      }
      #colour{
          color: white;
      }
      #top_button{
          width: 25%;
      }
      /* service package */
.service-list {
    flex-direction: row;
    align-items: stretch;
}
.service-list ul li input {
    float: right;
    width: auto;
    margin-bottom: 0px;
}
.service-item {
    width: 300px;
}

h2{
    width: 90%;
} 
/*our service*/
 .area-list  a {
        flex: 1 1 calc(50% - 15px); /* 2 columns */
      }    
}

@media screen and (max-width:480px) {
      html, body {
        min-height: 100vh; /* Prevents collapsing */
        overflow-x: hidden; /* Avoids horizontal scrolling */
    }

/* heading 2 */
h2 {
    font-size: 1.2rem;
}  
    nav .logo {
        font-size: 1.2rem;
    }
    
    nav ul {
        text-align: left;
        padding: 15px;
        display: none;
        flex-direction: column;
        gap: 1.5rem;
        position: absolute;
        left: 0;
        /* padding: 26px; */
        z-index: 4;
        width: 100%;
        background: #0e3070;
        border-radius: 20px;

    }

    nav ul li a {
        margin: 15px;
       color: #ffffff;
   }
     nav a:active{
        color: #ffd100;
     }
    #icon {
        padding: 15px 20px;
        margin: 12px 20px 10px 15px;
        display: block;
        border-radius: 15px;
        background-color: #0e3070;
        color: white;
    }
    #i:checked + label #icon {
        background-color: rgb(255, 209, 0);
      }
    button#top_button{
        display: none;
    }
    footer{
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .siteLink{
        width: 40%;
    }
    .privacy{
        width: 40%;
    }
    footer p{
        margin: 15px 0;
    }
    /* .ul-footer{
    text-align: center;
} */
.ul-footer a{
    font-size: 14px;
}
 .socialmedia{
     padding-top: 20px;
    text-align: center;
 }
    #colour{
        color: white;
    }
    .dropdown-content {
        width: 195px;
    }
    /*hero section*/
        body{
       text-align: center;
    }
    #hero {
        flex-direction: column;
        text-align: left;
        padding: 20px 15px;
        background-position: right center;
    }

    #hero-1 {
        padding: 0;
        width: 100%;
        z-index: 2;
    }

    #hero h1 {
                text-align: center;
        font-size: 26px;
        width: 100%;
        line-height: 1.3;
        word-spacing: 6px;
    }

    #hero p {
        text-align: center;
        font-size: 1rem;
        width: 100%;
    }

    #hero-2 {
                max-width: 45%;
        margin: auto;
        background-size: contain;
        height: 200px;
        background-position: center;
    }
    
    /*toggle button*/
    .switch {
        width: 80px;
        height: 40px;
      }
      .slider {
        width: 30px;
        height: 30px;
        font-size: 16px;
      }
    /* grooming heading */
        #grooming img {
            width: auto;
           height: 150px;
       }
       #grooming h2 {
        margin-top: 50px;
    }
/* grooming pacakage */
.service-list {
    flex-direction: column;
    align-items: center;
    
}
/*.service-list ul li input {*/
/*    float: right;*/
/*    width: auto;*/
/*    margin-bottom: 0px !important;*/
/*}*/
.service-item {
    width: 300px;
}
/*areacontent*/
  .container img {
    width: 55px;
    height: auto;
}
 .areacontent{
     column-gap: 15px;
 }
 /*our service*/
 /*.area-list a {
        flex: 1 1 100%;  full width on mobile  }*/
.area-list p{
    font-size: 15px;
}
}