
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap');

.hero {
  background: url('https://waglovepets.com/wp-content/uploads/2025/05/service-hero.png') center center/cover no-repeat;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
   margin-top: -100px;
}
.hero p{
    font-family: "Public Sans", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 36px;   
}


.ActiveBlock{
    display: block;
}
.displayBlock{
    display: none !important;
}

.hero h2{
    color: #07B1EF;
    font-family: Raleway;
    font-size: 35px;
    font-weight: 700;
    text-align: left;
}

h4 {
    font-size: 25px !important;
    margin: 0 !important;
}

a:hover{
   text-decoration: none !important; 
}

.btn-primary {
  /*border-radius: 30px;*/
  background-color: #65abc4;
  color:#fff;
  border: none;
  font-family: Lato;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.72px;
  cursor: pointer;
   min-height:48px;
   width: 300px;
   display: flex;
   align-items: center;
   justify-content: center;
}

.custom-card{
    width: 48%;
    border-radius: 12px;
}

h3{
    margin: 0 !important;
    font-size: 20px !important;
}

.section-box{
   border: 1px solid #e7e7e7;
    border-radius: 4px;
    background: #f5f5f5;   
    margin-bottom:15px;
}

.section-box h5{
    background: #07b1ef;
    margin: 0;
    color: #fff !important;
    padding: 10px;
}

 .thumbs img {
      height: 60px;
      object-fit: cover;
      cursor: pointer;
    }

    .dog-size-chart img {
      height: 40px;
      margin-bottom: 5px;
    }
    .addon-item {
      background-color: #d8efff;
      border-radius: 5px;
      padding: 10px;
      margin-bottom: 10px;
    }
    
    .hero-banner {
      background-color: rgba(0, 0, 0, 0.6);
      padding: 60px 30px;
      border-radius: 15px;
      margin: 40px auto;
      max-width: 1200px;
    }

    .card-custom {
      border: none;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    }

    .card-custom img {
      height: 180px;
      object-fit: cover;
    }

    .card-custom input[type="radio"] {
      accent-color: #0d6efd;
      transform: scale(1.2);
      margin-top: 10px;
    }

    .btn-circle {
      width: 42px;
      height: 42px;
      padding: 6px 0;
      border-radius: 50%;
      text-align: center;
      font-size: 18px;
      line-height: 1.4;
      background-color: white;
      color: #000;
    }
   .service-cards {
            display: flex;
            gap: 2rem;
            margin-top: 3rem;
            justify-content: center;
            flex-wrap: wrap;
        }

        .service-card {
            background: white;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
            width: 300px;
            color: #333;
        }

    

        .service-card img {
            width: 100%;
            height: 200px;
            object-fit: cover;
        }

        .service-card-content {
            padding: 1.5rem;
            text-align: center;
        }

        .service-card h3 {
            font-size: 1.3rem;
            font-weight: bold;
            margin-bottom: 0.5rem;
        }

        .service-card p {
            color: #666;
            font-size: 0.9rem;
        }

        /* Service Tabs */
        .service-tabs {
            background: transparent;
            /*backdrop-filter: blur(10px);*/
            /*box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);*/
            padding: 0;
            margin-top: -100px;
        }

        .tabs-container {
            display: flex;
            overflow-x: auto;
            white-space: nowrap;
            padding:5px;
            cursor: pointer;
           background:#d7d3d2;
        }

        .tab-button-dog {
            padding: 1rem 1.5rem;
            background: none;
            border: none;
            border-bottom: 2px solid transparent;
            cursor: pointer;
            transition: all 0.3s ease;
            text-align: center;
            flex:1 0 auto;
        }

        .tab-button-dog.active {
            border-bottom-color: #07b1ef;
            color: #000;
            /*background: rgba(96, 165, 250, 0.1);*/
        }

       .tab-button-dog:hover{
             background-color: transparent;
            color: #2563eb;
            border:0;
            border-bottom:2px solid #60a5fa;
       }
       
        .tab-button-cat {
            padding: 1rem 1.5rem;
            background: none;
            border: none;
            border-bottom: 2px solid transparent;
            cursor: pointer;
            transition: all 0.3s ease;
            text-align: center;
        }

        .tab-button-cat.active {
            border-bottom-color: #60a5fa;
            color: #2563eb;
            background: rgba(96, 165, 250, 0.1);
        }

       .tab-button-cat:hover{
            background-color: transparent;
    color: #2563eb;
    border: 0;
    border-bottom: 2px solid #60a5fa;
       }
      

        .tab-title {
            font-weight: 600;
            margin-bottom: 0.25rem;
            color: #3b3b3b;
            font-size: 18px;
        }

        .tab-desc {
            color: #666;
        }

        /* Service Details */
        .service-details {
            background: #FAEDE2;
        }

        .details-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 3rem;
            align-items: start;
        }

        .service-info {
            background: white;
            border-radius: 12px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
            overflow: hidden;
        }

        .service-header {
            padding: 2rem;
            border-bottom: 1px solid #e2e8f0;
        }

        .service-header h2 {
            font-size: 2rem;
            font-weight: bold;
            margin-bottom: 0.5rem;
        }

        .service-header p {
            color: #666;
            margin-bottom: 1.5rem;
        }

        .image-gallery {
            position: relative;
            margin-bottom: 1.5rem;
        }

        .main-image {
            width: 100%;
            height: 300px;
            object-fit: cover;
            border-radius: 8px;
        }

        .thumbnails {
            display: flex;
            gap: 0.5rem;
            justify-content: center;
            margin-top: 1rem;
        }

        .thumbnail {
            width: 60px;
            height: 60px !important;
            object-fit: cover;
            border-radius: 6px;
            border: 2px solid #e2e8f0;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .thumbnail.active {
            border-color: #60a5fa;
            box-shadow: 0 0 0 2px rgba(96, 165, 250, 0.3);
        }

        .details-section {
            background: white;
            border-radius: 12px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
            overflow: hidden;
            margin-bottom: 1.5rem;
        }

        .section-header {
            background: #07b1ef;
            color: white;
            padding: 1rem 1.5rem;
            font-weight: 600;
        }

        .section-content {
            padding: 1.5rem;
            font-size:18px;
        }

        .inclusion-list {
            list-style: none;
        }

        .inclusion-list li {
            display: flex;
            align-items: center;
            margin-bottom: 0.5rem;
            font-size:18px;
        }

        .inclusion-list li::before {
            content: '';
            width: 8px;
            height: 8px;
            background: #07b1ef;
            border-radius: 50%;
            margin-right: 0.75rem;
            flex-shrink: 0;
        }

        .size-chart {
            display: flex;
            justify-content: space-between;
            text-align: center;
            overflow-x: scroll;
            
        }

        /*.size-item {*/
        /*    flex: 1;*/
        /*    padding: 0 0.5rem;*/
        /*}*/
        .availableAddons.active {
            border: 2px solid #07b1ef;
            background-color: rgb(7 177 239 / 9%);
        }
        .size-item {
            /*border: 1px solid #ccc;*/
            padding: 10px;
            cursor: pointer;
            margin-bottom: 10px;
            border-radius: 5px;
            transition: border-color 0.2s;
        }
        
        .size-item.active {
            border: 2px solid #07b1ef;
            background-color: rgb(7 177 239 / 9%);
        }

        .size-emoji {
            font-size: 1.5rem;
            margin-bottom: 0.5rem;
                min-height: 70px;
        }

        .size-name {
            font-weight: 600;
            margin-bottom: 0.25rem;
        }

        .size-weight {
            color: #666;
        }
        .size-weight p {
            margin: 0 !important;
        }

        .pricing-card {
            background: #d7d3d2;
            border-radius: 60px;
            padding: 1rem;
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 0.75rem;
            transition: all 0.3s ease;
        }

      
        .price-tag {
            /*background: #cbd5e1;*/
            color: #374151;
            font-weight: bold;
            padding: 0.5rem 0.75rem;
           border-right: 1px solid #000;
            font-size: 1.1rem;
            margin-right: 1rem;
        }

        .service-desc {
            color: #374151;
            /*font-size: 0.9rem;*/
            font-weight: 500;
        }

        /* Responsive Design */
        @media (max-width: 991px) {
            .hero h1 {
                font-size: 2.5rem;
            }

            .hero p {
                font-size: 13px !important;
                line-height: 23px;
            }

            .service-cards {
                flex-direction: column;
                align-items: center;
            }

            .details-grid {
                grid-template-columns: 1fr;
                gap: 2rem;
            }

            /*.tabs-container {*/
            /*    flex-direction: column;*/
            /*}*/

            .size-chart {
                flex-direction: column;
                gap: 1rem;
            }
            .hero{
                    margin-top: -135px;
                    height:900px !important;
            }
            .service-tabs .container {
                padding:0 !important;
            }
        }
        
        

.tabs-container::-webkit-scrollbar {
  height: 6px;  
  width: 6px;  
}


.tabs-container::-webkit-scrollbar-thumb {
  background: #07B1EF;
  border-radius: 10px;
}


.tabs-container::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 10px;
}

.swiper-slide{
    height:500px;
}
        
.swiper-slide img{
    height:100%;
    border-radius:4px;
    object-fit:cover;
}        

.btn-primary:hover {
    background-color: #07B1EF;
}



    .swiper3 .swiper-button-prev {
         left: 0 !important; 
         background: #fff;
        border-radius: 21px;
        padding: 18px;
    }
    .swiper3 .swiper-button-next{
        right:0 !important;
        background: #fff;
        border-radius: 21px;
        padding: 18px;
    }

#size-image-0{
      width: 40px;  
}

#size-image-1{
        width: 60px;
}

#size-image-2{
        width: 80px;
}

#size-image-3{
        width: 100px;
}

#size-image-4{
        width: 120px;
}


 .service-single-img {
      position: relative;
      margin: auto;
      border-radius: 20px;
      overflow: hidden;
      padding:15px;
    }
 
    .image-wrapper {
      position: relative;
      z-index: 1;
      /*padding: 15px;*/
    }
 
    .image-wrapper img {
      width: 100%;
      display: block;
      border-radius: 10px;
    }
 
    .corner {
      position: absolute;
      width: 50%;
      height:50%;
      z-index: 0;
     
    }
 
    .top-left {
      top: 0;
      left: 0;
      border-bottom-right-radius: 30px;
    }
 
    .bottom-left {
      bottom: 0;
      left: 0;
      border-top-right-radius: 30px;
      background: #65abc4;
    }
 
    .top-right {
      top: 0;
      right: 0;
      border-bottom-left-radius: 30px;
      background: #65abc4;
    }
 
    .bottom-right {
      bottom: 0;
      right: 0;
      border-top-left-radius: 30px;
    }
 

.btn:first-child:active{
    background-color:#07B1EF !important;
}

.text-muted{
    font-family: "Public Sans", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 36px;
}






