.text-tc {
	color: #fb6800 !important;
}
.bg-tc {
	background-color: #fb6800 !important;
}

.p-logo {
    font-weight: 900;
}


.p-bg {
	font-size: 18px;
    font-weight: 600;
}

.limit-150 {
  display: -webkit-box;
  -webkit-line-clamp: 7; /* Adjust based on average line length */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.justify-between {
    justify-content: space-between;
}
.flex {
    display: flex;
}

/* ------------------------ Main Service Pages Style Start ------------------------ */
.bg-gst {
  background: linear-gradient(135deg, #dfdfdf, #fce4ec, #e0e0e0, #f2f5f9);
}

.tcnav {
	position: sticky;
	top: 70px; /* ✅ stick 150px from top */
	/* z-index: 1030; */
	background: #fff;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease-in-out;
	overflow: auto;
	
}

.tcnav ul {
	margin: 0;
	padding: 10px 0;
	list-style: none;
}

.tc-link {
	color: #000;
	text-decoration: none;
	font-size: 14px;
	padding: 1px 6px;
	font-weight: 600;
}
.tc-itm {
	/* min-width: 140px; */
}
html {
	scroll-behavior: smooth;
	scroll-padding-top: 100px; /* 👈 adjust to match your sticky navbar height */
}

/* ------------------------ Main Service Pages Style End ------------------------ */

.blog-title {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Show up to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 3em; /* 2 lines * line height */
    line-height: 1.5em;
    height: 3em; /* Enforces equal height even if title is short */
}


/* ------------------------ Footer Style Starts------------------------ */
.footer-left-side{
    position: fixed;
    bottom: 80px;
    left: 5px;
    z-index: 2147482999;
}

.btn-footer-talk {
    /* height: 30px; */
    border-radius: 10px;
    background: linear-gradient(135deg, #ff7a00, #ffa94d);
    border: none;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    padding: 5px 10px;
    box-shadow: 0 12px 34px rgba(255, 122, 0, .55), inset 0 1px 0 rgba(255, 255, 255, .45);
}

.footer-left-cont{
	position: fixed;
    bottom: 30px;
    left: 10px;
    direction: ltr !important;
    z-index: 2147482999;
	width: 40px;
    height: 40px;
    display: block;
    background: #62bdff;
    text-align: center;
    line-height: 39px;
    font-size: 18px;
    color: #fff;
    border-radius: 10px;
}

.cont-fixed-call{
	/* background: #0c6; */
	background: #fff;
    padding: 6px 5px;
    color: #053962 !important;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    margin-right: 2px;
    border-radius: 5px;
}
.cont-fixed-whatsapp{
	/* background: #1478f1; */
	background: #fff;
	padding: 6px 5px;
    color: #053962 !important;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    border-radius: 5px;
}

.bg-gst {
    background: linear-gradient(135deg, #dfdfdf, #fce4ec, #e0e0e0, #f2f5f9);
}
.tcnav {
    position: sticky;
    top: 70px;
    z-index: 1030;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
    overflow: auto;
    border-radius: 20px;
}
.tcnav ul {
    margin: 0;
    padding: 10px 0;
    list-style: none;
}
.tc-link {
    color: #000;
    text-decoration: none;
    font-size: 14px;
    padding: 1px 6px;
    font-weight: 600;
}
.services-section {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 40px 5%;
    gap: 40px;
    flex-wrap: wrap;
}
.service-col {
    flex: 1;
    max-width: 300px;
}
.service-box {
    text-align: center;
    margin-bottom: 30px;
    background: antiquewhite;
    padding: 10px 20px;
    border-radius: 15px;
}
.service-box img {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
}
.jar-image img {
    width: 320px;
    height: auto;
    display: block;
    margin: 0 auto;
}
.jar-image {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100vh;
}
@media(max-width:575px) {
    .jar-image {
        height: auto;
    }
}

.disable-inline-style h1 {
    font-size: 1.6rem;
    font-weight: bold;
}
.disable-inline-style h2 {
    font-size: 1.4rem;
    font-weight: bold;
}
.disable-inline-style h3 {
    font-size: 1.3rem;
    font-weight: bold;
}
.disable-inline-style h4 {
    font-size: 1.2rem;
    font-weight: bold;
}
.disable-inline-style h5 {
    font-size: 1.0rem;
    font-weight: bold;
}
.disable-inline-style h6 {
    font-weight: bold;
}



/* ===== TaxCaller LegalTry-like Section ===== */

.lt-like-section {
  background: linear-gradient(135deg, #020b1c, #001d3d);
  padding: 90px 20px;
  display: flex;
  justify-content: center;
}

.lt-like-card {
  background: linear-gradient(180deg, #ffffff, #f7faff);
  max-width: 920px;
  width: 100%;
  border-radius: 18px;
  padding: 55px 50px;
  position: relative;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.4);
}

.lt-like-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 100%;
  background: linear-gradient(180deg, #ff7a00, #ff9a3c);
  border-radius: 18px 0 0 18px;
}

.lt-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: #0b5cff;
  color: #fff;
  padding: 6px 16px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 20px;
}

.lt-tag {
  display: inline-block;
  background: #eef4ff;
  color: #0b5cff;
  padding: 6px 14px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 20px;
  margin-bottom: 15px;
}

.lt-like-card h2 {
  font-size: 32px;
  color: #001d3d;
  margin-bottom: 12px;
}

.lt-subline {
  font-size: 15.5px;
  color: #555;
  margin-bottom: 18px;
}

.lt-like-card p {
  font-size: 16px;
  color: #333;
  line-height: 1.75;
  margin-bottom: 18px;
}

.lt-highlight {
  background: #f1f6ff;
  padding: 18px 20px;
  border-radius: 12px;
  margin: 22px 0;
}

.lt-trust {
  background: #ffffff;
  padding: 14px 18px;
  border-left: 4px solid #ff7a00;
  border-radius: 8px;
  font-weight: 600;
  color: #001d3d;
  margin-top: 25px;
}

.lt-cta {
  display: flex;
  gap: 16px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.lt-btn-primary {
  background: linear-gradient(135deg, #ff7a00, #ff9a3c);
  color: #fff;
  padding: 14px 28px;
  border-radius: 10px;
  font-weight: 600;
  text-decoration: none;
}

.lt-btn-outline {
  border: 2px solid #001d3d;
  color: #001d3d;
  padding: 12px 28px;
  border-radius: 10px;
  font-weight: 600;
  text-decoration: none;
}

@media (max-width: 768px) {
  .lt-like-card {
    padding: 38px 26px;
  }

  .lt-like-card h2 {
    font-size: 26px;
  }
}

.form-control {
    padding: .25rem .75rem;
}

.stat-card{
  background:linear-gradient(145deg,#ffffff,#f7f9ff);
  border-radius:18px;
  padding:30px 15px;
  text-align:center;
  position:relative;
  overflow:hidden;
  border:1px solid #e7ecf5;
  box-shadow:0 12px 30px rgba(0,0,0,0.06);
  transition:all 0.3s ease;
  cursor:pointer;
}

.stat-card::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:5px;
  background:#0d1b2a; /* Navy Blue Highlight */
}

.stat-card::after{
  content:"";
  position:absolute;
  top:-80px;
  right:-80px;
  width:140px;
  height:140px;
  background:radial-gradient(circle, rgba(255,122,0,0.25) 0%, transparent 70%);
}

.stat-card:hover{
  transform:translateY(-7px);
  box-shadow:0 20px 45px rgba(0,0,0,0.12);
}

.stat-number{
  font-size:30px;
  font-weight:700;
  color:#ff7a00;
}

.stat-label{
  font-size:15px;
  color:#0d1b2a;
  margin-top:5px;
  font-weight:500;
}

@media(max-width:768px){
  .stat-number{font-size:24px;}
}


.trust-section{
  padding:80px 15px;
}

.trust-card{
  background:#ffffff;
  border-radius:20px;
  padding:30px 25px;
  box-shadow:0 25px 70px rgba(0,0,0,0.08);
  position:relative;
  overflow:hidden;
}

/* 3D Glow Effects */
.trust-card::before{
  content:"";
  position:absolute;
  top:-130px;
  right:-130px;
  width:300px;
  height:300px;
  background:radial-gradient(circle, rgba(255,122,0,0.18) 0%, transparent 70%);
}

.trust-card::after{
  content:"";
  position:absolute;
  bottom:-130px;
  left:-130px;
  width:300px;
  height:300px;
  background:radial-gradient(circle, rgba(31,168,85,0.18) 0%, transparent 70%);
}

.trust-heading{
  font-weight:600;
  color:#0d1b2a;
  font-size:30px;
}

.trust-heading span{
  color:#ff7a00;
}

.trust-sub{
  color:#6c757d;
  font-size:16px;
  margin-top:10px;
}

.btn-whatsapp{
  background:#1fa855;
  color:#fff;
  border-radius:12px;
  padding:14px 32px;
  font-weight:600;
  box-shadow:0 8px 20px rgba(31,168,85,0.25);
}

.btn-call{
  border:2px solid #ff7a00;
  color:#ff7a00;
  border-radius:12px;
  padding:14px 32px;
  font-weight:600;
  background:#fff;
}

.btn:hover{
  transform:translateY(-3px);
  transition:0.3s;
}

@media(max-width:768px){
  .trust-heading{font-size:24px;}
  .trust-card{padding:20px 18px;}
  
  .p-bg {
        font-size: 12px;
    }
  
}

