html,
body {
	height: 100%;
	font-family: "Open Sans", sans-serif;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	color: #22242b;
	font-weight: 600;
}

h1 {
	font-size: 70px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

.ib-text p {
	font-size: 14px;
	color:#74757b;
	line-height: 2;
}

img {
	max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}

ul,
ol {
	padding: 0;
	margin: 0;
}

/*---------------------
Helper CSS
 -----------------------*/

.section-title {
	text-align: center;
}

.section-title h2 {
	font-size: 36px;
}

.set-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

.spad {
	padding-top: 102px;
	padding-bottom: 102px;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
	color: #fff;
}

/*---------------------
Commom elements
 -----------------------*/

.elements-section {
	padding-bottom: 0;
}

.element {
	margin-bottom: 70px;
}

.element .el-title {
	font-weight: 700;
	margin-bottom: 60px;
}

/* buttons */

.site-btn {
	display: inline-block;
	border: none;
	font-size: 14px;
	font-weight: 600;
	min-width: 188px;
	padding: 22px 35px;
	border-radius: 50px;
	text-transform: uppercase;
	background: #f43f00;
	color: #fff;
	line-height: normal;
	cursor: pointer;
	text-align: center;
}

.site-btn:hover {
	color: #fff;
}

.site-btn.sb-dark {
	background: #22242b;
}

.site-btn.sb-big {
	min-width: 257px;
}

/* Accordion */

.accordion-area .panel {
	margin-bottom: 16px;
}

.accordion-area .panel-link:after {
	content: "+";
	position: absolute;
	font-size: 18px;
	font-weight: 700;
	right: 32px;
	top: 50%;
	color: #000;
	line-height: 16px;
	margin-top: -8px;
	margin-left: -4px;
}

.accordion-area .panel-header .panel-link.active {
	background: #f43f00;
	color: #fff;
}

.accordion-area .panel-header .panel-link.collapsed {
	background: #ebf0f3;
	color: #22242b;
}

.accordion-area .panel-header .panel-link.collapsed:after {
	content: "+";
	color: #1d1d1d;
}

.accordion-area .panel-link.active:after {
	content: "-";
	margin-top: -10px;
	color: #fff;
}

.accordion-area .panel-link {
	text-align: left;
	border: none;
	position: relative;
	width: 100%;
	padding: 21px 40px;
	padding-right: 45px;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 60px;
	color: #000;
	cursor: pointer;
	background: #ebf0f3;
}

.accordion-area .panel-body p {
	margin-bottom: 0;
	padding-top: 25px;
}

/* tab */

.tab-element .nav-tabs {
	border-bottom: none;
}

.tab-element .nav-tabs .nav-link {
	border-radius: 0;
	font-size: 14px;
	font-weight: 700;
	color: #1f1f1f;
	border: none;
	padding: 21px 48px;
	margin-right: 6px;
	border-radius: 70px;
	background: #ebf0f3;
	margin-bottom: 10px;
}

.tab-element .nav-tabs .nav-item:last-child .nav-link {
	margin-right: 0;
}

.tab-element .nav-tabs .nav-link.active {
	background: #f43f00;
	color: #fff;
}

.tab-element .nav-tabs .nav-link:focus,
.tab-element .nav-tabs .nav-link:hover {
	border: none;
}

.tab-element .tab-pane p {
	padding-top: 15px;
}

/* Circle progress */

.circle-progress {
	text-align: center;
	display: block;
	position: relative;
	margin-bottom: 30px;
}

.circle-progress canvas {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.circle-progress .progress-info {
	position: absolute;
	width: 100%;
	top: 50%;
	margin-top: -30px;
}

.circle-progress .progress-info h2 {
	font-size: 30px;
	font-weight: 700;
}

.circle-progress .progress-info p {
	font-size: 14px;
	margin-bottom: 0;
	line-height: 1.2;
}

/* Milestones */

.milestone {
	margin-bottom: 30px;
}

.milestone-icon {
	float: left;
	font-size: 62px;
	color: #f43f00;
	width: 75px;
}

.milestone-text {
	overflow: hidden;
	padding-top: 15px;
}

.milestone-text h3 {
	font-weight: 700;
}

.milestone-text p {
	margin-bottom: 0;
}

/* Icon Box */

.icon-box-item {
	margin-bottom: 30px;
}

.icon-box-item .ib-icon {
	width: 76px;
	height: 76px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 39px;
	color: #f43f00;
	border: 3px solid #f43f00;
	border-radius: 50%;
	float: left;
	margin-right: 20px;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.icon-box-item .ib-text {
	overflow: hidden;
	padding-top: 3px;
}

.icon-box-item .ib-text h5 {
	margin-bottom: 15px;
}

.icon-box-item:hover .ib-icon {
	background: #f43f00;
	color: #fff;
}

/* Preloder */

#preloder {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	background: #000;
}

.loader {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	border-radius: 60px;
	animation: loader 0.8s linear infinite;
	-webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

@-webkit-keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

/*------------------
Header section
 ---------------------*/

/* === PRACTICE AREA PAGE SPECIFIC CSS ONLY === */
  /* Brand color changed to #06d6a0 */
  
  /* Container */
  .practice-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
    padding-top: 3rem;
    padding-bottom: 6rem;
  }

  /* Breadcrumb */
  .practice-breadcrumb {
    padding-bottom: 1.5rem;
    font-size: 0.975rem;
  }
  .practice-breadcrumb ol {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    color: #4b5563;
  }
  .practice-breadcrumb a {
    color: #4b5563;
    text-decoration: none;
  }
  .practice-breadcrumb a:hover {
    color: #06d6a0;
  }
  .practice-breadcrumb span {
    margin: 0 0.75rem;
  }

  /* Header Image */
  .practice-header-img {
    position: relative;
    height: 334px;
    border-radius: 1.5rem;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0,0,0,0.12);
    margin-bottom: 3rem;
  }
  .practice-header-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .practice-header-overlay {
    position: absolute;
    bottom: 2rem;
    left: 2rem;
    color: white;
  }
  .practice-header-overlay h1 {
    font-size: 55px !important;
    margin: 0 0 0.5rem 0;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.6);
    color: #fff;
    font-weight: 700;
  }
  .practice-header-overlay p {
    font-size: 1.5rem;
    opacity: 0.95;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.6);
  }

  /* Grid */
  .practice-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  @media (min-width: 1024px) {
    .practice-grid { grid-template-columns: 2fr 1fr; }
    .practice-header-overlay h1 { font-size: 4.5rem; }
  }

  /* Cards */
  .practice-card {
    background: #ffffff;
    border-radius: 1.5rem;
    padding: 0.5rem;
    box-shadow: 0 6px 25px rgba(0,0,0,0.08);
    margin-bottom: 3rem;
  }
  .practice-card h2 {
    font-size: 1.875rem;
    color: #1f2937;
    margin-bottom: 1.25rem;
    line-height: 1.3;
    font-size: 1.500rem;
    color: #1f2937;
    margin-bottom: 1.25rem;
    line-height: 1.3;
    margin: 15px;
    font-weight: 800;
  }
  .practice-card p {
    color: #4b5563;
    text-align: justify;
    margin-bottom: 1.5rem;
    font-size: 1.20rem;
    margin: 15px;
  }

/* CARD */
.why-card{
  background:#ffffff;
  border-radius:18px;
  padding:40px 45px;
  box-shadow:0 8px 30px rgba(0,0,0,0.08);
  max-width:900px;
}

/* TITLE */
.why-title{
  font-size:1.9rem;
  font-weight:700;
  color:#0f172a;
  margin-bottom:30px;
}

/* GRID */
.practice-why-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:30px 40px;
}

/* ITEM */
.practice-why-item{
  display:flex;
  gap:15px;
  align-items:flex-start;
}

/* ICON */
.practice-why-icon{
  width:36px;
  height:36px;
  background:#10b981; /* green */
  color:#fff;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:18px;
  font-weight:700;
  flex-shrink:0;
}

/* TEXT */
.practice-why-item h3{
  font-size:1.05rem;
  font-weight:600;
  color:#0f172a;
  margin-bottom:6px;
}

.practice-why-item p{
  font-size:0.95rem;
  color:#475569;
  line-height:1.6;
  margin:0;
}

/* MOBILE */
@media(max-width:768px){
  .practice-why-grid{
    grid-template-columns:1fr;
  }
}


  /* Services List */
  .practice-services-list {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-left: 12px;
    font-weight: 400;
  }
  .practice-services-list li {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    font-size: 1rem;
  }
  .practice-services-list li::before {
    content: "";
    width: 10px;
    height: 10px;
    background: #06d6a0; /* changed */
    border-radius: 50%;
    margin-right: 1rem;
    flex-shrink: 0;
  }

  /* CTA Box */
  .practice-cta {
    background: #06d6a0; /* changed */
    color: white;
    text-align: center;
    padding: 2.5rem;
    border-radius: 1.5rem;
    margin-bottom: 3rem;
    box-shadow: 0 6px 20px rgba(6,214,160,0.3); /* shadow भी match किया */
  }
  .practice-cta h3 {
    font-size: 1.1rem;
    margin-bottom: 0.75rem;
    color: #fff;
  }
  .practice-cta p {
    opacity: 0.95;
    margin-bottom: 1.5rem;
  }
  .practice-cta a {
    background: white;
    color: #06d6a0; /* changed */
    padding: 0.875rem 2rem;
    border-radius: 0.75rem;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    transition: all 0.3s;
  }
  .practice-cta a:hover {
    background: #f0fdfa; /* light teal hover */
    transform: translateY(-2px);
  }

  /* Back Link */
  .practice-back-link {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    color: #06d6a0; /* changed */
    text-decoration: none;
    font-weight: 500;
    padding: 1.5rem 0;
    justify-content: center;
  }

  /* Key Areas */
  .practice-key-areas li {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
    margin-left: 10px;
  }
  .practice-key-areas li::before {
    content: "";
    width: 10px;
    height: 10px;
    background: #06d6a0; /* changed */
    border-radius: 50%;
    flex-shrink: 0;
  }
  .practice-key-areas a {
    color: #06d6a0; /* changed */
    text-decoration: none;
    font-weight: 500;
  }
  .practice-key-areas a:hover {
    text-decoration: underline;
  }
/* QUICK CONTACT FORM */
.quick-contact-card{
  padding:2rem;
}

.quick-contact-title{
  font-size:1.4rem;
  font-weight:800;
  margin-bottom:1.5rem;
  color:#0f172a;
}

/* FORM */
.quick-contact-form{
  display:flex;
  flex-direction:column;
  gap:1rem;
}

.quick-contact-form input,
.quick-contact-form textarea{
  width:100%;
  padding:0.3rem 1rem;
  border:1px solid #e5e7eb;
  border-radius:0.75rem;
  font-size:0.95rem;
  outline:none;
  transition:border 0.2s, box-shadow 0.2s;
}

.quick-contact-form input:focus,
.quick-contact-form textarea:focus{
  border-color:#06d6a0;
  box-shadow:0 0 0 2px rgba(6,214,160,0.15);
}

/* BUTTON */
.quick-contact-form button{
  background:#06d6a0;
  color:#ffffff;
  border:none;
  padding:0.5rem;
  border-radius:0.75rem;
  font-size:1rem;
  font-weight:600;
  cursor:pointer;
  transition:transform 0.2s, box-shadow 0.2s;
}

.quick-contact-form button:hover{
  transform:translateY(-2px);
  box-shadow:0 6px 18px rgba(6,214,160,0.35);
}

.practice-header-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* Image */
.practice-header-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Overlay */
.practice-header-overlay {
  position: absolute;
  inset: 0;
 
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 16px;
  color: #fff;
}

/* Text */
.practice-header-overlay h1 {
  font-size: 22px;
  font-weight: 700;
  margin: 0;
}

.practice-header-overlay p {
  font-size: 13px;
  margin-top: 4px;
}

/* 📱 MOBILE CARD STYLE */
@media (max-width: 768px) {
  .practice-header-img.mobile-style {
    height: 190px;
    border-radius: 14px;
    margin: 12px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
  }
}

/* 📱 SMALL PHONES */
@media (max-width: 480px) {
  .practice-header-img.mobile-style {
    height: 170px;
  }

  .practice-header-overlay h1 {
    font-size: 20px;
  }
}


:root {
  --brand: #00b894;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 9999;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0,0,0,.08);
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* CONTAINER */
.header-wrap {
  max-width: 1200px;
  margin: auto;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* LOGO SECTION */
.logo {
  display: flex;
  align-items: center;
  gap: 14px; /* Thoda zyada gap for better match */
}

.logo img {
  width: 48px;   /* Screenshot jaisa bada */
  height: 48px;
  object-fit: cover;
  /* No border-radius – original shape */
}

.logo-text {
  line-height: 1.2;
}

.logo-title {
  font-size: 20.9px;   /* Halka sa bada – exactly screenshot jaisa */
  font-weight: 700;
  color: #1e293b;
}

.logo-tagline {
  font-size: 11.5px;
  color: #64748b;
  font-weight: 500;
}

/* DESKTOP MENU */
.nav {
  display: flex;
  align-items: center;
  gap: 30px;
}

.nav a {
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  color: #475569;
  transition: color 0.3s ease;
}

.nav a:hover {
  color: var(--brand);
}

.nav a.active {
  color: var(--brand);
}

/* DROPDOWN */
.dropdown {
  position: relative;
}

.dropdown-menu {
  position: absolute;
  top: 120%;
  left: 50%;
  transform: translateX(-50%);
  width: 260px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 15px 35px rgba(0,0,0,.15);
  display: none;
  overflow: hidden;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-menu a {
  display: block;
  padding: 12px 18px;
  font-size: 14px;
  font-weight: 500;
  color: #475569;
}

.dropdown-menu a:hover {
  background: #f8fafc;
  color: var(--brand);
}

/* HAMBURGER */
.menu-btn {
  display: none;
  font-size: 26px;
  cursor: pointer;
  color: #475569;
}

/* MOBILE */
@media (max-width: 768px) {
  .menu-btn {
    display: block;
  }
  
  .nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    flex-direction: column;
    box-shadow: 0 10px 20px rgba(0,0,0,.1);
  }
  
  .nav.active {
    display: flex;
  }
  
  .nav a {
    padding: 16px 20px;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #f1f5f9;
  }
  
  .dropdown-menu {
    position: static;
    transform: none;
    box-shadow: none;
    width: 100%;
    background: #f8fafc;
  }
  
  .dropdown-menu a {
    padding-left: 40px;
  }
}


.px-8.py-4.bg-white.text-indigo-600.font-bold.rounded-lg.hover\:bg-gray-100.transform.hover\:scale-105.transition-all.duration-300.shadow-xl.text-lg{
    color: #4f46e5 !important;
}