body{
  font-family: "Poppins", Sans-serif;
}

.tbc-section{padding:40px 0;}
.tbc-h2{font-size:44px; line-height:1.1; margin:0 0 20px; font-weight:700; color:#000;}

.tbc-new-head{display:flex; align-items:center; justify-content:space-between; gap:16px;}
.tbc-view-all{font-size:16px; text-decoration:none; color:#000; border-bottom:1px solid rgba(0,0,0,.25); padding-bottom:2px;}

.tbc-feature-card{display:block; text-decoration:none; color:inherit;}
.tbc-feature-media{overflow:hidden; border-radius:32px;}
.tbc-feature-media img{width:100%; height:420px; object-fit:cover; display:block;}
.tbc-feature-title{margin:18px 0 0; font-size:30px; line-height:1.15; font-weight:700;color: #000;transition: all 0.5;}
.tbc-feature-title:hover{
  color: #d00000;
}

.tbc-new-list{display:flex; flex-direction:column; gap:15px;}
.tbc-new-item{text-decoration:none; color:inherit;}
.tbc-new-date{font-size:14px; color:#333; margin-bottom:6px;}
.tbc-new-title{font-size:22px; line-height:1.2; font-weight:600;}

.tbc-newsletter-wrap{border-top:1px solid rgba(0,0,0,.2); border-bottom:1px solid rgba(0,0,0,.2); padding:48px 0; text-align:center;}
.tbc-newsletter-title{font-size:52px; line-height:1.1; font-weight:800; margin:0 0 10px;}
.tbc-newsletter-sub{font-size:18px; margin:0 0 24px; color:#555;}
.tbc-newsletter-form{display:grid; grid-template-columns: 1fr 1fr 1fr auto; gap:12px; max-width:900px; margin:0 auto;}
.tbc-newsletter-form .form-control{height:48px;}
.tbc-newsletter-form .btn{height:48px; padding:0 24px; border-radius:8px;}

.tbc-popular-card{display:block; text-decoration:none; color:inherit;}
.tbc-popular-media{overflow:hidden; border-radius:32px;}
.tbc-popular-media img{width:100%; height:280px; object-fit:cover; display:block;}
.tbc-popular-title{margin:14px 0 0; font-size:22px; line-height:1.25; font-weight:700;}

.tbc-alert{display:inline-block; margin:0 0 16px; padding:10px 14px; border-radius:10px; background:#eaf7ea; color:#1f6b1f; font-weight:600;}

@media (max-width: 992px){
  .tbc-h2{font-size:36px;}
  .tbc-feature-media img{height:360px;}
  .tbc-feature-title{font-size:28px;}
  .tbc-newsletter-title{font-size:40px;}
  .tbc-newsletter-form{grid-template-columns: 1fr;}
  .tbc-popular-media img{height:240px;}
}

.tbc-banner{
  position:relative;
  padding:160px 0 90px;
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
  color:#fff;
}
.tbc-banner:before{
  content:"";
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.55);
}
.tbc-banner .container{position:relative;}

.tbc-banner-title{
  margin: 0 0 12px;
  font-size: 60px;
  line-height: 1.05;
  font-weight: 800;
  text-align: center;
  color: #fff;;
  color: #fff;
}
.tbc-banner-content{
  font-size:18px;
  line-height:1.6;
  opacity:.95;
}
@media (max-width: 992px){
  .tbc-banner{padding:120px 0 70px;}
  .tbc-banner-title{font-size:42px;}
}











/* NEW section list styling */
.tbc-new-list .tbc-new-item{
  color:#000;
}

.tbc-new-list .tbc-new-title{
  color:#000;
  font-size:18px;   /* yahan size adjust kar sakte ho */
  line-height:1.35;
  font-weight:500;
}

.tbc-new-list .tbc-new-date{
  color:#777;
  font-size:12px;
}

.tbc-new-list .tbc-new-item:hover .tbc-new-title{
  color:#d00000; 
}

.tbc-new-list .tbc-new-item:hover{
  text-decoration:none;
}

.subscribe__form{
  display:flex;
  gap:10px;
  justify-content:center;
  flex-wrap:wrap;
}

.subscribe__form input{
  min-width: 180px;
  padding: 12px 14px;
  border: 1px solid #ddd;
  border-radius: 6px;
}

.subscribe__form button{
  font-size:16px;
  padding:12px 30px;
  font-weight:500;
  background-color:#000;
  color:#fff;
  border:1px solid #000;
  border-radius:6px;
}
.subscribe__form button:hover{
  background-color:#d00000;   /* header button jaisa red */
  border-color:#d00000;
}


.tbc-load-more-wrap { margin-top: 25px; }

.tbc-single-hero{
  padding: 40px 0 20px;
}

.tbc-single-title{
  font-size: 56px;
  line-height: 1.08;
  font-weight: 700;
  color: #000;
  margin: 0 0 28px;
}

.tbc-single-banner{
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0,0,0,.08);
  background: #f3f3f3;
}

.tbc-single-banner__image,
.tbc-single-banner__placeholder{
  width: 100%;
  min-height: 320px;
  display: block;
}

.tbc-single-banner__image{
  object-fit: cover;
}

.tbc-single-banner__placeholder{
  background: linear-gradient(135deg, #ececec, #d9d9d9);
}

.tbc-single-layout{
  padding-top: 28px !important;
}

.tbc-single-article,
.tbc-post-faqs{
  background: #fff;
}

.tbc-entry-content{
  color: #111;
}

.tbc-entry-content > *:last-child{
  margin-bottom: 0;
}

.tbc-entry-content h1,
.tbc-entry-content h2,
.tbc-entry-content h3,
.tbc-entry-content h4,
.tbc-entry-content h5,
.tbc-entry-content h6{
  color: #000;
  line-height: 1.14;
  margin: 28px 0 18px;
  font-weight: 700;
}

.tbc-entry-content h2{
  font-size: 32px;
}

.tbc-entry-content h3{
  font-size: 26px;
}

.tbc-entry-content p,
.tbc-entry-content li{
  font-size: 16px;
  line-height: 1.55;
  color: #000;
}

.tbc-entry-content p{
  margin-bottom: 18px;
}

.tbc-entry-content ul,
.tbc-entry-content ol{
  padding-left: 24px;
  margin-bottom: 24px;
}

.tbc-entry-content img{
  max-width: 100%;
  height: auto;
  border-radius: 18px;
}

.tbc-entry-content .ez-toc-container{
  margin: 28px 0;
  border-radius: 12px;
  overflow: hidden;
}

.tbc-blog-sidebar{
  position: relative;
}

.tbc-sidebar-disclosure{
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 28px;
}

.tbc-sidebar-disclosure p{
  font-size: 18px;
  line-height: 1.5;
  color: #000;
  margin: 0;
}
.tbc-sidebar-disclosure img{
  margin: 20px auto;
  display: block;
}

.tbc-sidebar-disclosure strong{
  font-weight: 700;
}


.tbc-sidebar-brand-card{
  margin-bottom: 28px;
}

.tbc-sidebar-logo-wrap{
  text-align: center;
  margin-bottom: 18px;
}

.tbc-sidebar-logo{
  max-width: 240px;
  width: 100%;
  height: auto;
}

.tbc-sidebar-about p{
  font-size: 16px;
  line-height: 1.55;
  color: #000;
  margin-bottom: 0;
}

.tbc-sidebar-badges{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.tbc-sidebar-badge{
  background: #fff;
  border: 1px solid #dddddd;
  border-radius: 14px;
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
}

.tbc-sidebar-badge img{
  max-width: 100%;
  max-height: 46px;
  width: auto;
  height: auto;
}

/* =========================
 FINAL WORKING STICKY SIDEBAR FORM
========================= */
.tbc-single-main .row{
  align-items: stretch;
}
.tbc-single-main .col-lg-4{
  display: flex;
  flex-direction: column;
}
.tbc-blog-sidebar{
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100%;
  position: relative;
}
.tbc-single-main,
.tbc-single-main .container,
.tbc-single-main .row,
.tbc-single-main .col-lg-4,
.tbc-blog-sidebar,
.tbc-blog-sidebar .form-wrap{
  overflow: visible !important;
  transform: none !important;
  filter: none !important;
}
.tbc-blog-sidebar .form-wrap{
  position: -webkit-sticky;
  position: sticky;
  top: 155px;
  z-index: 20;
  margin-top: 28px;
}
.tbc-blog-sidebar .sticky__form{
  position: static !important;
  top: auto !important;
}
.tbc-blog-sidebar .sidebar__form{
  background: #f7f7f7;
  border: 1px solid #d9d9d9;
  border-radius: 18px;
  padding: 24px 18px 18px;
  box-shadow: none;
}

.tbc-blog-sidebar .sidebar__form h3{
  margin: 0 0 14px;
  font-size: 25px;
  line-height: 1.15;
  font-weight: 700;
  text-transform: uppercase;
  color: #3f3f3f;
}

.tbc-blog-sidebar .sidebar__form > span{
  display: block;
  margin: 0 0 16px;
  font-size: 15px;
  line-height: 1.6;
  color: #666666;
}

.tbc-blog-sidebar .sidebar__form input,
.tbc-blog-sidebar .sidebar__form textarea{
  width: 100%;
  background: #ffffff;
  border: 1px solid #cfcfcf;
  border-radius: 2px;
  box-shadow: none;
  outline: none;
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  padding: 0 16px;
  margin: 0 0 10px;
}

.tbc-blog-sidebar .sidebar__form input{
  height: 38px;
  line-height: 38px;
}

.tbc-blog-sidebar .sidebar__form textarea{
  min-height: 112px;
  resize: vertical;
  padding-top: 14px;
  padding-bottom: 14px;
}

.tbc-blog-sidebar .sidebar__form input::placeholder,
.tbc-blog-sidebar .sidebar__form textarea::placeholder{
  color: #757575;
  opacity: 1;
}

.tbc-blog-sidebar .sidebar__form button{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 98px;
  height: 34px;
  padding: 0 16px;
  background: transparent;
  border: 1px solid #ef4f86;
  border-radius: 3px;
  color: #ef4f86;
  font-size: 14px;
  font-weight: 500;
  transition: all .25s ease;
  cursor: pointer;
}

.tbc-blog-sidebar .sidebar__form button:hover{
  background: #ef4f86;
  color: #ffffff;
  border-color: #ef4f86;
}

body.admin-bar .tbc-blog-sidebar .form-wrap{
  top: 152px;
}
@media (max-width: 1199px){
  .tbc-blog-sidebar .form-wrap{
    top: 70px;
  }
}
@media (max-width: 991px){
  .tbc-single-main .col-lg-4{
    display: block;
  }

  .tbc-blog-sidebar{
    display: block;
    height: auto;
    min-height: 0;
  }

  .tbc-blog-sidebar .form-wrap{
    position: static !important;
    top: auto !important;
  }
}

/* =========================
  Full Width FAQs
========================= */

.tbc-post-faqs-wrap{
  padding: 30px 0 10px;
  clear: both;
  padding-top: 0;
}

.tbc-post-faqs{
  width: 100%;
}

.tbc-faq-title{
  font-size: 34px;
  line-height: 1.2;
  font-weight: 700;
  color: #000;
  margin: 0 0 22px;
}

.tbc-faq-list{
  border: 1px solid #d9d9d9;
  border-bottom: 0;
  background: #fff;
}

.tbc-faq-item{
  border-bottom: 1px solid #d9d9d9;
}

.tbc-faq-question{
  position: relative;
  display: block;
  cursor: pointer;
  list-style: none;
  margin: 0;
  padding: 20px 56px 20px 22px;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 600;
  color: #000;
}

.tbc-faq-question::-webkit-details-marker{
  display: none;
}

.tbc-faq-question{
  position: relative;
}

.tbc-faq-question::after{
  content: none !important;
  display: none !important;
}

.tbc-faq-icon{
  position: relative;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  display: inline-block;
}

.tbc-faq-answer{
  padding: 0 22px 22px;
  font-size: 17px;
  line-height: 1.7;
  color: #111;
}

.tbc-faq-answer p:last-child{
  margin-bottom: 0;
}

@media (max-width: 991px){
  .tbc-faq-title{
    font-size: 28px;
  }

  .tbc-faq-question{
    font-size: 18px;
    padding: 18px 48px 18px 18px;
  }

  .tbc-faq-answer{
    padding: 0 18px 18px;
  }
}


/* =========================
   FAQ Accordion Animated
========================= */

.tbc-post-faqs{
  width: 100%;
}

.tbc-faq-title{
  font-size: 34px;
  line-height: 1.2;
  font-weight: 700;
  color: #000;
  margin: 0 0 22px;
}

.tbc-faq-list{
  border: 1px solid #d9d9d9;
  border-bottom: 0;
  background: #fff;
}

.tbc-faq-item{
  border-bottom: 1px solid #d9d9d9;
}

.tbc-faq-question{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: #fff;
  border: 0;
  outline: none;
  cursor: pointer;
  text-align: left;
  margin: 0;
  padding: 20px 22px;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 600;
  color: #000;
}

.tbc-faq-question span:first-child{
  flex: 1;
}

.tbc-faq-icon{
  position: relative;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}

.tbc-faq-icon::before,
.tbc-faq-icon::after{
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: #000;
  transform: translate(-50%, -50%);
  transition: all 0.28s ease;
}

.tbc-faq-icon::before{
  width: 14px;
  height: 2px;
}

.tbc-faq-icon::after{
  width: 2px;
  height: 14px;
}

.tbc-faq-item.is-open .tbc-faq-icon::after{
  opacity: 0;
  transform: translate(-50%, -50%) scaleY(0);
}

.tbc-faq-answer-wrap{
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.38s ease, opacity 0.28s ease;
  opacity: 0;
}

.tbc-faq-item.is-open .tbc-faq-answer-wrap{
  opacity: 1;
}

.tbc-faq-answer{
  padding: 0 22px 22px;
  font-size: 17px;
  line-height: 1.7;
  color: #111;
  transform: translateY(-6px);
  transition: transform 0.28s ease;
}

.tbc-faq-item.is-open .tbc-faq-answer{
  transform: translateY(0);
}

.tbc-faq-answer p:last-child{
  margin-bottom: 0;
}

@media (max-width: 991px){
  .tbc-faq-title{
    font-size: 28px;
  }

  .tbc-faq-question{
    font-size: 18px;
    padding: 18px;
  }

  .tbc-faq-answer{
    padding: 0 18px 18px;
  }
}

@media (max-width: 1199px){
  .tbc-single-title{
    font-size: 48px;
  }
}

@media (max-width: 991px){
  .tbc-single-title{
    font-size: 38px;
    margin-bottom: 20px;
  }

  .tbc-single-hero{
    padding: 24px 0 14px;
  }

  .tbc-single-banner__image,
  .tbc-single-banner__placeholder{
    min-height: 220px;
  }

  .sticky__form{
    position: static;
  }
}

@media (max-width: 767px){
  .tbc-single-title{
    font-size: 30px;
  }

  .tbc-sidebar-badges{
    grid-template-columns: 1fr 1fr;
  }

  .sidebar__form h3{
    font-size: 22px;
  }

  .tbc-post-faqs .center-heading h3,
  .tbc-entry-content h2{
    font-size: 28px;
  }
}

/* =========================
   Single Post Hero Fix
========================= */

.single-post .tbc-single-hero{
    padding-top: 170px;
    padding-bottom: 28px;
    position: relative;
    z-index: 2;
    background: #fff;
}

.single-post .tbc-single-title{
    margin: 0;
    font-size: clamp(38px, 5vw, 72px);
    line-height: 1.05;
    font-weight: 800;
    color: #000;
    max-width: 1100px;
}

.single-post .tbc-single-banner{
    width: 100%;
    margin: 0 0 50px;
    position: relative;
}

.single-post .tbc-single-banner img{
    display: block;
    width: 100%;
    height: clamp(320px, 42vw, 760px);
    object-fit: cover;
}

.single-post .tbc-single-main{
    padding-top: 0;
    padding-bottom: 70px;
}

.single-post .tbc-single-article{
    background: transparent;
}

.single-post .tbc-single-content{
    font-size: 18px;
    line-height: 1.75;
    color: #111;
}

.single-post .tbc-single-content h2,
.single-post .tbc-single-content h3,
.single-post .tbc-single-content h4{
    color: #000;
    margin-top: 34px;
    margin-bottom: 14px;
    font-weight: 700;
}

.single-post .tbc-single-content img{
    max-width: 100%;
    height: auto;
}

.single-post .tbc-post-faqs{
  margin-top: 0;
  padding-top: 0;
}

.single-post .tbc-faq-title{
    font-size: 32px;
    line-height: 1.2;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}

.single-post .tbc-post-faqs .accordion-item{
    border: 1px solid #d9d9d9;
    border-radius: 0;
    overflow: hidden;
    margin-bottom: 12px;
}

.single-post .tbc-post-faqs .accordion-button{
    font-size: 24px;
    font-weight: 600;
    color: #000;
    background: #fff;
    box-shadow: none;
}

.single-post .tbc-post-faqs .accordion-button:not(.collapsed){
    background: #fff;
    color: #000;
    box-shadow: none;
}

.single-post .tbc-post-faqs .accordion-button:focus{
    box-shadow: none;
    border-color: #d9d9d9;
}

.single-post .tbc-post-faqs .accordion-body{
    font-size: 18px;
    line-height: 1.7;
    color: #111;
}

@media (max-width: 991px){
    .single-post .tbc-single-hero{
        padding-top: 130px;
        padding-bottom: 20px;
    }

    .single-post .tbc-single-title{
        font-size: clamp(30px, 7vw, 46px);
        line-height: 1.12;
    }

    .single-post .tbc-single-banner{
        margin-bottom: 30px;
    }

    .single-post .tbc-single-banner img{
        height: 260px;
    }

    .single-post .tbc-faq-title{
        font-size: 26px;
    }

    .single-post .tbc-post-faqs .accordion-button{
        font-size: 18px;
    }
}

/* =========================
   Single Post Hero Banner
========================= */

.single-post .tbc-single-hero-banner{
    position: relative;
    width: 100%;
    min-height: 520px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;    
    padding-top: 110px;
}

.single-post .tbc-single-hero-overlay{
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45);
    z-index: 1;
}

.single-post .tbc-single-hero-content{
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 80px 0;
}

.single-post .tbc-single-hero-title{
    margin: 0 auto;
    max-width: 980px;
    color: #fff;
    font-size: clamp(38px, 5vw, 72px);
    line-height: 1.08;
    font-weight: 800;
}

.single-post .tbc-single-main{
    padding: 60px 0 20px;
    background: #fff;
}

.single-post .tbc-single-content{
    font-size: 18px;
    line-height: 1.8;
    color: #111;
}

.single-post .tbc-single-content h2,
.single-post .tbc-single-content h3,
.single-post .tbc-single-content h4{
    margin-top: 30px;
    margin-bottom: 14px;
    font-weight: 700;
    color: #000;
}

.single-post .tbc-single-content img{
    max-width: 100%;
    height: auto;
}

.single-post .tbc-post-faqs{
    margin-top: 0;
}

.single-post .tbc-faq-title{
    font-size: 34px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 20px;
    color: #000;
}

.single-post .tbc-post-faqs .accordion-item{
    border: 1px solid #d9d9d9;
    margin-bottom: 12px;
    overflow: hidden;
}

.single-post .tbc-post-faqs .accordion-button{
    background: #fff;
    color: #000;
    font-size: 22px;
    font-weight: 600;
    box-shadow: none;
}

.single-post .tbc-post-faqs .accordion-button:not(.collapsed){
    background: #fff;
    color: #000;
    box-shadow: none;
}

.single-post .tbc-post-faqs .accordion-body{
    font-size: 18px;
    line-height: 1.7;
    color: #111;
}

@media (max-width: 991px){
    .single-post .tbc-single-hero-banner{
        min-height: 360px;
        margin-top: -90px;
        padding-top: 90px;
    }

    .single-post .tbc-single-hero-title{
        font-size: clamp(28px, 7vw, 46px);
        line-height: 1.15;
    }

    .single-post .tbc-single-main{
        padding: 40px 0 60px;
    }
}

.tbc-sidebar-brand-card.tbc-sidebar-card{
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  background: transparent !important;
}

.tbc-sidebar-brand-card .tbc-sidebar-badges{
  margin-top: 0;
}

.tbc-sidebar-badge img{
  transition: transform 0.3s ease;
  will-change: transform;
}

.tbc-sidebar-badge:hover img{
  animation: tbcLogoBounce 0.55s ease;
}

@keyframes tbcLogoBounce{
  0%   { transform: translateY(0); }
  30%  { transform: translateY(-6px); }
  55%  { transform: translateY(0); }
  75%  { transform: translateY(-3px); }
  100% { transform: translateY(0); }
}

/* =========================
   Recent Blog Posts
========================= */

.tbc-recent-posts-wrap{
  padding: 36px 0 36px;
}

.tbc-recent-posts-head{
  margin-bottom: 22px;
}

.tbc-recent-posts-title{
  margin: 0;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
  color: #000;
}

.tbc-recent-post-card{
  display: block;
  text-decoration: none;
  color: inherit;
  height: 100%;
}

.tbc-recent-post-image{
  position: relative;
  overflow: hidden;
  border-radius: 26px;
  background: #f2f2f2;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.tbc-recent-post-image img,
.tbc-recent-post-placeholder{
  display: block;
  width: 100%;
  height: 280px;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.tbc-recent-post-placeholder{
  background: linear-gradient(135deg, #ececec, #d9d9d9);
}

.tbc-recent-post-content{
  padding-top: 16px;
}

.tbc-recent-post-date{
  font-size: 13px;
  line-height: 1.4;
  color: #7a7a7a;
  margin-bottom: 8px;
}

.tbc-recent-post-card-title{
  margin: 0;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 700;
  color: #000;
  transition: color 0.3s ease;
}

.tbc-recent-post-card:hover .tbc-recent-post-image img{
  transform: scale(1.05);
}

.tbc-recent-post-card:hover .tbc-recent-post-card-title{
  color: #d00000;
}

@media (max-width: 1199px){
  .tbc-recent-post-image img,
  .tbc-recent-post-placeholder{
    height: 250px;
  }

  .tbc-recent-post-card-title{
    font-size: 20px;
  }
}

@media (max-width: 991px){
  .tbc-recent-posts-wrap{
    padding: 28px 0 28px;
  }

  .tbc-recent-posts-title{
    font-size: 28px;
  }

  .tbc-recent-post-image img,
  .tbc-recent-post-placeholder{
    height: 240px;
  }
}

@media (max-width: 767px){
  .tbc-recent-posts-title{
    font-size: 26px;
  }

  .tbc-recent-post-card-title{
    font-size: 20px;
  }

  .tbc-recent-post-image{
    border-radius: 20px;
  }

  .tbc-recent-post-image img,
  .tbc-recent-post-placeholder{
    height: 220px;
  }
}

/* =========================
   Single Content Tables
========================= */

.tbc-single-content table{
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 18px 0 26px;
  background: #fff;
  border: 1px solid #a9a9a9;
  table-layout: fixed;
}

.tbc-single-content table thead th{
  background: #9fc3e5;
  color: #1f1f1f;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 700;
  text-align: left;
  padding: 12px 14px;
  border: 1px solid #a9a9a9;
  vertical-align: top;
}

.tbc-single-content table tbody td{
  background: #fff;
  color: #222;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 400;
  padding: 11px 14px;
  border: 1px solid #a9a9a9;
  vertical-align: top;
}

.tbc-single-content table tbody tr:nth-child(even) td{
  background: #fcfcfc;
}

.tbc-single-content table tbody tr:hover td{
  background: #f7fbff;
}

.tbc-single-content table th strong,
.tbc-single-content table td strong{
  font-weight: 700;
}

.tbc-single-content table p{
  margin: 0;
}

.tbc-single-content table td:first-child,
.tbc-single-content table th:first-child{
  width: 28%;
}

.tbc-single-content table td:nth-child(2),
.tbc-single-content table th:nth-child(2){
  width: 18%;
}

.tbc-single-content table td:nth-child(3),
.tbc-single-content table th:nth-child(3){
  width: 22%;
}

.tbc-single-content table td:nth-child(4),
.tbc-single-content table th:nth-child(4){
  width: 32%;
}

/* responsive */
@media (max-width: 991px){
  .tbc-single-content table{
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }

  .tbc-single-content table thead th,
  .tbc-single-content table tbody td{
    font-size: 14px;
    padding: 10px 12px;
  }
}
.tbc-single-content table tbody tr:nth-child(even) td{
  background: #fcfcfc;
}