.tp-blog-main-slider {
    width: 100%;
  }
  
  .tp-blog-item {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .swiper-pagination {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    text-align: center;
  }
  
  .swiper-pagination .swiper-pagination-bullet {
    background-color: #ffcc00;
  }
  
  .swiper-container {
    position: relative;
    width: 100%;
  }

  
  

  /* === Section Padding === */
  .heading.heading-icon {
    display: block;
  }
  .padding-lg {
    display: block;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .practice-area.padding-lg {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  
  /* === Practice Area Cards === */
  .practice-area .inner {
    border: 1px solid #999;
    text-align: center;
    margin-bottom: 28px;
    padding: 40px 25px;
    background-color: #fff;
    transition: all 0.3s ease;
  }
  .practice-area .inner:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    border: 0;
  }
  .practice-area .inner h3 {
    color: #3c3c3c;
    font-size: 24px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    padding: 10px 0;
  }
  .practice-area .inner p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
  }
  .practice-area .inner img {
    display: inline-block;
    max-width: 100%;
    height: auto;
  }
  
  /* === Our Team Section === */
  .our-webcoderskull {
    background: url("http://www.webcoderskull.com/img/right-sider-banner.png") no-repeat center top / cover;
  }
  .our-webcoderskull .cnt-block {
    float: left;
    width: 100%;
    background: #fff;
    padding: 30px 20px;
    text-align: center;
    border: 2px solid #d5d5d5;
    margin-bottom: 28px;
    transition: box-shadow 0.3s ease;
  }
  .our-webcoderskull .cnt-block:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    border: 0;
  }
  .our-webcoderskull .cnt-block figure {
    width: 148px;
    height: 148px;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 15px;
    overflow: hidden;
  }
  .our-webcoderskull .cnt-block img {
    width: 148px;
    height: 148px;
    border-radius: 50%;
    object-fit: cover;
  }
  .our-webcoderskull .cnt-block h3 {
    color: #2a2a2a;
    font-size: 20px;
    font-weight: 500;
    padding: 6px 0;
    text-transform: uppercase;
  }
  .our-webcoderskull .cnt-block h3 a {
    text-decoration: none;
    color: #2a2a2a;
  }
  .our-webcoderskull .cnt-block h3 a:hover {
    color: #337ab7;
  }
  .our-webcoderskull .cnt-block p {
    color: #2a2a2a;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
  }
  .our-webcoderskull .cnt-block .follow-us {
    margin-top: 20px;
  }
  .our-webcoderskull .cnt-block .follow-us li {
    display: inline-block;
    margin: 0 5px;
  }
  .our-webcoderskull .cnt-block .follow-us li .fa {
    font-size: 24px;
    color: #767676;
    transition: color 0.3s ease;
  }
  .our-webcoderskull .cnt-block .follow-us li .fa:hover {
    color: #025a8e;
  }
  
  /* === Navbar Custom === */
  .navbar-custom {
    background-color:rgb(176, 138, 51); /* Light Brown */
  }
  .navbar-nav .nav-link {
    font-weight: 500;
    color: #333;
  }
  .navbar-nav .nav-link:hover {
    color: #ffffff;
  }
  .dropdown-menu {
    background-color: #fff5ec;
  }
  
  /* === Product Banner Section === */
  .tp-product-banner-inner {
    padding: 60px 30px;
    background-color: #f9f9f9;
    min-height: 450px;
    display: flex;
    align-items: center;
  }
  .tp-product-banner-thumb-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .tp-product-banner-thumb {
    max-width: 100%;
    height: 400px;
    overflow: hidden;
  }
  .banner-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
  }
  /* === Blog Slider Container === */
  .tp-blog-main-slider {
    position: relative;
    padding: 10px 0;
  }
  
  /* === Swiper Slide Item === */
  .tp-blog-item.swiper-slide {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    overflow: hidden;
    margin: 10px;
    transition: all 0.3s ease-in-out;
  }
  
  .tp-blog-item.swiper-slide:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  }
  
  /* === Blog Image Container === */
  .tp-blog-thumb {
    position: relative;
    overflow: hidden;
    height: 200px;
    border-bottom: 1px solid #f1f1f1;
  }
  
  .tp-blog-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
  }
  
  /* === Blog Date Meta === */
  .tp-blog-meta-date {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #ffc107;
    color: #000;
    font-size: 13px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 4px;
    z-index: 2;
  }
  
  /* === Blog Content === */
  .tp-blog-content {
    padding: 15px 20px;
    text-align: center;
  }
  
  .tp-blog-title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 0;
    transition: color 0.3s ease;
    min-height: 48px;
  }
  
  .tp-blog-title a {
    text-decoration: none;
    color: inherit;
  }
  
  .tp-blog-title a:hover {
    color: #007bff;
  }
  .tp-blog-item {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
  }
  
  .tp-blog-item:hover {
    box-shadow: 0 8px 24px rgba(0,0,0,0.1);
  }
  
  .blog-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px 8px 0 0;
  }
  
  .tp-blog-meta-date {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #ffc107;
    color: #000;
    font-weight: 600;
    font-size: 13px;
    padding: 4px 10px;
    border-radius: 4px;
  }
  
  .tp-blog-content {
    padding: 15px 20px;
  }
  
  .tp-blog-title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin: 0;
    transition: color 0.3s;
  }
  
  .tp-blog-title a {
    color: inherit;
    text-decoration: none;
  }
  
  .tp-blog-title a:hover {
    color: #007bff;
  }
  .blog-img {
    width: 100%;
    max-height: 200px;
    height: auto;
    object-fit: cover;
    border-radius: 8px 8px 0 0;
  }
  .blog-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
  }
  
  .tp-blog-item {
    max-width: 350px;
    margin: auto;
  }
  .banner-img-hover {
        transition: transform 0.5s ease;
     }
  
     .banner-img-hover:hover {
        transform: scale(1.05);
     }
     .tp-footer-area a {
        color: black; /* Default text color */
    }
    
    .tp-footer-area a:hover {
        color: white; /* Text color on hover */
    }
    
    
  
  
  