.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
    display: none;
    position: absolute;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}


.about-section {
    padding: 60px 20px;
    font-family: 'Arial', sans-serif;
  }
  
  .container {
    max-width: 1200px;
    margin: auto;
  }
  
  .about-content {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 30px;
  }
  
  .about-image {
    position: relative;
    flex: 1 1 45%;
    max-width: 550px;
  }
  
  .about-image img {
    width: 100%;
    display: block;
    z-index: 2;
    position: relative;
  }
  
  .about-image .red-border {
    position: absolute;
    top: -20px;
    left: -20px;
    right: -20px;
    bottom: -20px;
    /* background-color: #8b0000; */
    z-index: 1;
  }
  
  .about-text {
    flex: 1 1 50%;
  }
  
  .sub-heading {
    font-size: 14px;
    text-transform: uppercase;
    color: #555;
    letter-spacing: 1px;
  }
  
  .main-heading {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 30px;
    position: relative;
  }
  
  .main-heading .line {
    display: inline-block;
    width: 40px;
    height: 2px;
    background-color: #8b0000;
    margin-left: 10px;
    vertical-align: middle;
  }
  
  .info-box {
    display: flex;
    margin-bottom: 25px;
    align-items: flex-start;
  }
  
  .number-box {
    width: 50px;
    height: 50px;
    border: 1px dashed #ccc;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    padding: 10px;
    margin-right: 15px;
    flex-shrink: 0;
  }
  
  .info-text h4 {
    margin: 0 0 5px;
    font-weight: bold;
  }
  
  .info-text p {
    margin: 0;
    color: #444;
  }
  


/* product details  styl css*/

  .product-detail-section {
    padding: 40px 30px;
    font-family: 'Arial', sans-serif;
    background-color: #f5f7fb;
  }
  
  .container {
    max-width: 1100px;
    margin: auto;
  }
  
  .product-detail-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    background: #fff;
    padding: 30px;
    border-radius: 10px;
  }
  
  .product-image {
    flex: 1 1 60%;
    text-align: center;
  }
  
  .product-image img {
    max-width: 100%;
    height:350px;
  }
  
  .product-info {
    flex: 1 1 55%;
  }
  
  .breadcrumb {
    font-size: 13px;
    color: #888;
    margin-bottom: 10px;
  }
  
  .product-title {
    font-size: 26px;
    margin: 10px 0 15px;
  }
  
  .quote-btn {
    background: none;
    border: 1px solid #d50000;
    padding: 6px 12px;
    color: #d50000;
    cursor: pointer;
    font-weight: bold;
    margin-bottom: 20px;
    border-radius: 4px;
  }
  .quote-btn:hover{
    background: #d50000;
    color: #fff;
  }
  
  .product-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 15px;
  }
  
  .product-table td {
    padding: 8px 10px;
    border-bottom: 1px solid #ddd;
    vertical-align: top;
  }
  
  .view-more a {
    color: #007bff;
    text-decoration: none;
    font-size: 14px;
  }
  
  .share-section {
    margin: 15px 0;
    font-size: 14px;
  }
  
  .share-section i {
    margin-left: 10px;
    color: #555;
    font-size: 16px;
  }
  
  .cta-buttons {
    margin-top: 20px;
  }
  
  .callback-btn {
    background: #fff;
    border: 2px solid #d50000;
    color: #d50000;
    padding: 10px 20px;
    margin-right: 10px;
    cursor: pointer;
    font-weight: bold;
    border-radius: 5px;
  }
  .callback-btn:hover{
    background: #d50000;
    color: #fff;
  }
  .inquiry-btn {
    background: #d50000;
    color: white;
    padding: 10px 20px;
    cursor: pointer;
    font-weight: bold;
    border: none;
    border-radius: 5px;
  }
  /* products desciption style css */
  .product_des{
    background: #fff;
    border-radius: 8px;
  }

  /* Enquiry_form */
   .enquiry_form{
    min-height: 100vh;
    display: flex;
    /* align-items: center; */
    /* justify-content: center; */
    background-color: #f8f9fa;
   }
  

/* image card slider  */
   .card {
  
    border: 1px solid #ddd;
    border-radius:px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  }

  .card img {
    /* height:270px;   */

  }
  .card_img img{
    /* height: 270px; */
    margin-top:1px;
    object-fit: cover;
  }

  .container h4 {
    margin-bottom: 5px;
    font-weight: none;
    font-size:14px;
    text-align: center;
  }

  .container p {
    color: #555;
  }


  /* guote button  */
  .Pet_Product {
     margin-top:70px;
     margin-bottom: -40px;
  }


  .enquiry-section {
    background: linear-gradient(135deg, #fff9f4, #fcefe8);
  }
  
  .pet-form-wrapper {
    background-color: #ffffff;
    max-width: 960px;
    border: 2px dashed #f9d3b4;
    /* background-image: url('https://cdn-icons-png.flaticon.com/512/616/616408.png'); */
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 80px;
  }
  
  .text-pet {
    color: #ff7f50;
  }
  
  .form-label {
    font-weight: 600;
    color: #4b3f36;
  }
  
  input.form-control,
  textarea.form-control {
    border-radius: 0.75rem;
    border: 2px solid #ffe5d4;
    transition: border-color 0.3s, box-shadow 0.3s;
    background-color: #fffefc;
  }
  
  input.form-control:focus,
  textarea.form-control:focus {
    border-color: #ffb085;
    box-shadow: 0 0 0 0.25rem rgba(255, 160, 122, 0.25);
  }
  
  .btn-pet {
    background-color: #ff7f50;
    color: white;
    border: none;
  }
  
  .btn-pet:hover {
    background-color: #ff5722;
  }

  
  /* footer section style  */
   .wide_tb{
    margin-top: -55px;
   }


   .btn-pet {
    background-color: #ff7f50;
    color: white;
    border-radius: 2rem;
    padding: 0.5rem 1.5rem;
    transition: background-color 0.3s ease;
    text-decoration: none;
  }
  
  .btn-pet:hover {
    background-color: #ff5722;
  }
  
  .product-box img{
    /* border: 2px solid #fff; */
    border: none;
  }

  
/* banner section style css */
  /* about style banner */
  .about_banner {
    background: url('../images/banner/about.jpg') no-repeat center center;
    background-size: cover;
    height: 350px;
    position: relative;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .about_banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4); /* dark overlay */
    z-index: 1;
  }

  .about_banner h1 {
    position: relative;
    z-index: 2;
    font-size: 2.5rem;
    font-weight: bold;
  }
  /* contact style banner */
  .contact_banner {
    background: url('../images/banner/contact-page.jpg') no-repeat center center;
    background-size: cover;
    height: 350px;
    position: relative;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .contact_banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4); /* dark overlay */
    z-index: 1;
  }

  .contact_banner h1 {
    position: relative;
    z-index: 2;
    font-size: 2.5rem;
    font-weight: bold;
  }
   /* enquiry style banner  */
   .enquiry_banner {
    background: url('../images/banner/enquiry-page.jpg') no-repeat center center;
    background-size: cover;
    height: 350px;
    position: relative;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .enquiry_banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4); /* dark overlay */
    z-index: 1;
  }

  .enquiry_banner h1 {
    position: relative;
    z-index: 2;
    font-size: 2.5rem;
    font-weight: bold;
  }
  /* style product banner */
  .product_banner {
    background: url('../images/banner/products.jpg') no-repeat center center;
    background-size: cover;
    height: 350px;
    position: relative;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .product_banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4); /* dark overlay */
    z-index: 1;
  }

  .product_banner h1 {
    position: relative;
    z-index: 2;
    font-size: 2.5rem;
    font-weight: bold;
  }




  .info-card {
    border-radius: 15px;
    padding: 20px;
    min-height: 180px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    gap: 15px;
  }
  .info-icon {
    font-size: 2rem;
  }
  .bg-light-green {
    background-color: #c3d9d7;
    color: #2f4f4f;
  }

  .zoom-img {
    transition: transform 0.3s ease;
    cursor: pointer;
}

.zoom-img:hover {
    transform: scale(1.1);
    cursor:zoom-in;
}


  @media (max-width: 768px) {
    .about_banner h1 {
      font-size: 1.8rem;
    }
    .contact_banner h1{
      font-size: 1.8rem;
    }
    .enquiry_banner h1{
      font-size: 1.8rem;
    }
    .product_banner h1{
      font-size: 1.8rem;
    }
  }

  @media (max-width:1200px) {
    .product-box {
       height:200px;
       width:200px;
    }
    .product-box img
    {
      height: 150px;
      width: 200px;
    }
    
  }
  
  







