@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;
}


*{
    box-sizing: border-box;
    margin: 0;
  padding: 0;
}

  html, body {
    min-height: 100vh; /* Prevents collapsing */
    overflow-x: hidden; /* Avoids horizontal scrolling */
}
.font-small{
    font-size: 10px;
}
body {
    font-weight: 400;
     box-sizing: border-box;
  font-family:"inter";
  margin: 0;
  padding: 0;
  line-height: 1.6;
  color: #021b4a;
 background-color: white;
}
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;
  }
h3{
    font-size: 29px;
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 3rem;
    text-align: center;
    max-width:100%;
    margin: 0;
}
/* Navigation */
header {
    padding: 1rem 0;
    top: 0;   
    font-family: 'inter',sans-serif;
    background-color: #f7be6373;
}

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;
    padding: 0;
    transition: height 0.2s linear;
}

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: 11px;
    margin-left: 6px;
    padding-top: 8px;
    float: right;
}  
  /* The container <div> - needed to position the dropdown content */
  .dropdown {
    position: relative;
    display: inline-block;
  }
  
  /* Dropdown Content (Hidden by Default) */
  .dropdown-content {
    
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0 rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  /* Links inside the dropdown */
  #colour{
    font-weight: 600;
    cursor: pointer;
   /* color: rgb(85, 26, 139); */
 }
  .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}
  
/* Hero section */
.mb{
    margin-bottom:10px;
}
.mt{
    margin-top:13px;
}
#hero {
    text-align: left;
    padding: 20px;
    display: flex;
    /* background-image: url('dog-grooming/background.jpg'); */
     background-size: cover;
     background-repeat: no-repeat;
     background-color: #f7be6373;
     padding-bottom: 180px;
     
}
#hero-1 {
    width: 70%;
    padding: 40px;
    padding-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#hero-2{
    width: 50%;
    /*height: 500px;*/
    aspect-ratio: 16 / 9;
    background-image: url('dog-grooming/WhatsApp_Image_2025-05-03_at_17.03.33_9fee6936-removebg-preview.png');
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    display: flex;
}

#hero h1 {
    margin-top: 10px;
    font-weight: 400;
    line-height: 1.2em;
    font-size: 48px;
    margin-bottom: 1rem;
     font-family: 'Catfiles',Sans-Serif,Arial;
    color: #021b4a;
    word-spacing: 0.2em;
}

#hero p {
    font-size: 1.2rem;
    margin: 0;
    line-height: 1.8;
}
/*call button*/
.cta-button {
 width: 137px;
    display: inline-block;
    background-color: #c0975d;
    color: #ffffff;
    text-decoration: none;
    border: none;
    padding: 10px 15px;
    font-size: 1.1rem;
    font-weight: bold;
    border-radius: 10px;
    cursor: pointer;
    margin: 15px 0 0 15px;
    transition: all 0.3s ease;
}

.cta-button:hover {
  background-color: #c0975d;
  transform: scale(1.05);
}
.cta-button i{
    margin-right: 10px;
}
/* hero button */
.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 {
    margin-top: 15px;
    margin-left: 15px;
    border: none;
    display: flex;
    /* align-content: center; */
    align-items: center;
    justify-content: center;
    width: 161px;
    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 */
  }
/* grooming heading */
#grooming { 
    display: flex;
    background-color: rgb(236, 242, 255);
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    margin-top: -140px;
}
#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: 50px;
    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;
}
.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: 15px;
    border: none;
    margin-top: 15px;
    width: 44%;
}
.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 */
  }
  sub{
      font-family: 'inter',Sans-Serif;
      color: red;
  }
   #group li {
    display: flex;
    justify-content: space-between;}
/* 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; */
}
/* gallery */
.g-img{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.g-img img {
    width: 215px;
    height: auto;
    border-radius: 40px;
}
/* Reviews */
.reviews{
    background-color: rgb(236, 242, 255);
    
}
.slide{
    display: flex;
    gap: 30px;
    overflow: auto;
    padding: 15px;
}
.customer-review {
    background-color: white;
    padding: 20px;
    border-radius: 15px;
    min-width: 450px;
    margin-bottom: 10px;
    box-shadow: 4px 5px 6px 0px #7e7575;
}
.customer-review p{
font-size: 15px;
}
/* FAQ Section */
#faq{
    background-color: #fcf9f9;
}
.queries {
    padding: 30px;
    background-color: #f0f0f0;
    transition: 0.5s ease ;
}
#sub{
    color: #052a50;
    text-align: center;
    padding-bottom:10px ;
}
.que{
    background-color: rgb(255, 250, 227);
    max-width:600px; 
    font-size: 14px;
    margin: auto;
    margin-bottom: 10px;
    border-radius: 18px;
    cursor: pointer;
    color: white;
    transition: 0.5s ease ;
}
.que .ans{
    font-weight: 500;
    padding: 0px;
   height: 0;
    overflow: hidden;
    transition: height 0.5s ease ;
}
.q span {
    float: right;
}
p.q {
    text-align: left;
    border-radius: 15px;
   font-family: 'Catfiles';
   padding: 12px 20px;
    background-color: rgb(254 238 162);
}
.fa-solid.fa-paw {
    margin-right: 10px;
}
/* Footer Styles */
.socialmedia {
    text-align: center;
}
footer {
    background: #ecf2ff;
    text-align: left;
    padding: 3rem 3rem;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.privacy{
    align-self: flex-start;
}
footer i{
    margin: 0 10px;
    font-size: 20px;
    cursor: pointer;
}

/* 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;
  }
    .ul-footer{
    list-style-type: none;
    text-align: left;
    padding: 0;
}
.ul-footer a {
    text-decoration: none;
    color: #021b4a;
}
.ul-footer a:hover {
font-weight: 700;
color: rgb(255, 204, 36);
text-decoration-line: underline;
}
.linkHeading{
    font-weight: 800;
}
.ul-footer li {
    margin: 5px 0;
} 
/* utility class */
.bold{
    font-weight: bold !important;
    list-style-type: none;
}
.semi-bold{
    font-weight: 500;
}
.in_line{
    display: inline;
}
#backToTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    background-color: #0e3070;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 20px;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    transition: opacity 0.3s ease, transform 0.3s ease;
  }
  
  #backToTop:hover {
    background-color: #0056b3;
  }
  
  #backToTop:active {
    transform: scale(0.9);
  }
  .whatsapp-float {
    position: fixed;
    width: 160px;
    height: 45px;
    bottom: 50%;
    right: 20px;
    background-color: #25d366;
    color: #fff;
    border-radius: 20px;
    text-align: center;
    font-size: 20px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    padding: 5px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .whatsapp-float i {
    margin-right: 8px;
    font-size: 25px;
  }
.whatsapp-float span{
    font-size: 17px;
}
  .whatsapp-float:hover {
    background-color: #1ebe5d;
    cursor: pointer;
  }
  
/*Back to top button*/
#backToTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    background-color: #0e3070;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 20px;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    transition: opacity 0.3s ease, transform 0.3s ease;
  }
  
  #backToTop:hover {
    background-color: #0056b3;
  }
  
  #backToTop:active {
    transform: scale(0.9);
  }
@media screen and (max-width:768px){
nav {
    flex-direction: row;
}

nav ul {
    /* display: none; */
    flex-direction: column;
    gap: 1.5rem;
    position: absolute;
    left: 0;
    /* padding: 26px; */
    z-index: 4;
    width: 100%;
    background: #0e3070;
    border-radius: 20px;
    height: 0;
    overflow: hidden;
}
.dropdown-content{
    z-index: 100;
}
nav ul li a {
    margin: 10px;
    color: white;
}
 nav a:active{
    color: #ffd100;
 }
#icon {
    padding: 15px 20px;
    margin: 12px 20px 10px 15px;
    display: block;
    border-radius: 15px;
    background-color: #0e3070;
    color: white;
}

#colour{
color: white;
}

/* service package */
.service-list {
    flex-direction: row;
    align-items: stretch;
}
.service-list ul li input {
    float: right;
    width: auto;
}
.service-item {
    width: 300px;
    
}

h2{
    width: 90%;
} 
}


@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;
}
    /* Navigation */
        nav .logo {
            font-size: 1.2rem;
        }
        
        nav ul {
            /* display: none; */
            flex-direction: column;
            gap: 1.5rem;
            position: absolute;
            left: 0;
            /* padding: 26px; */
            z-index: 4;
            width: 100%;
            background: #0e3070;
            border-radius: 20px;
            height: 0;
            overflow: hidden;
        }
        .dropdown-content{
            z-index: 100;
        }
        nav ul li a {
            margin: 10px;
            color: white;
        }
         nav a:active{
            color: #ffd100;
         }
        #icon {
            padding: 15px 20px;
            margin: 12px 20px 10px 15px;
            display: block;
            border-radius: 15px;
            background-color: #0e3070;
            color: white;
        }
    section {
        padding: 2rem 1.5rem;
    }
/* Hero section */
    #hero {
        flex-direction: column;
        text-align: left;
        padding: 45px 15px;
        background-position: right center;
        
    }
    #hero-1{
        padding: 0;
        width: 100%;
        z-index: 2;
    }
    #hero h1 {
        text-align: center;
        font-size: 32px;
        width: 100%;
        line-height: 1.3;
    }
    #hero p {
        text-align: center;
        font-size: 1rem;
        width: 100%;
        
    }
    #top_button {
        margin: 10px auto;
    }
    .cta-button{
        margin: 15px auto 0;
    }
    #hero-2 {
            width: 100%;
            aspect-ratio: 16 / 9;
            height: 300px;
            background-size: contain;
            background-position: center;
        }
/* grooming heading */
#grooming {
    margin-top: -70px;
}
        #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;
}
/* Gallery */
.g-img {
    gap: 20px;
}
/* customer review */
.reviews {
    padding-left: 15px;
    padding-right: 15px;
}
.customer-review {
    min-width: 250px;
}
.customer-review p {
    font-size: 10px;
}
.whatsapp-float{
    width: 120px;
       height: 32px;}
       
    .whatsapp-float span{
       font-size: 14px;
   }
    .whatsapp-float i{
       font-size: 16px;
   }
.siteLink{
    width: 40%;
}
.privacy{
     width: 40%;
}
    footer{
           flex-direction: row;
           flex-wrap: wrap;
           justify-content: space-around;
       }
       footer p{
           margin: 15px 0;
       }
       .socialmedia {
           padding-top: 20px;
       }
.ul-footer{
    text-align: left;
}
.ul-footer a{
    font-size: 14px;
}
}