/* Archive and Home Grid */
.tll-gallery-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    margin: 20px 0;
}

.tll-gallery-box {
    width: calc(33.333% - 13.33px);
    border: 1px solid #ddd;
    padding: 10px;
    text-align: center;
    transition: all 0.3s ease;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.tll-gallery-box:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.tll-gallery-thumbnail img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.tll-gallery-title {
    margin-top: 10px;
    font-size: 1.1em;
    color: #333;
}

/* View More Button */
.view-more-button {
    display: block;
    margin: 30px auto;
    padding: 10px 20px;
    background-color: #222;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    width: max-content;
}

.view-more-button:hover {
    background-color: #444;
}

/* Single Template */
.tll-single-gallery {
    max-width: 800px;
    margin: 40px auto;
    padding: 0 20px;
}

.tll-single-title {
    font-size: 2em;
    margin-bottom: 20px;
}

.tll-single-image {
    margin-bottom: 20px;
}

.tll-main-link,
.tll-additional-links {
    margin-top: 20px;
}

.tll-main-link a,
.tll-additional-links a {
    color: #0066cc;
    text-decoration: underline;
}

.tll-additional-links ul {
    list-style-type: disc;
    padding-left: 20px;
}
.container.fl-wdth {
    width: 1200px !important;
	gap: 20px;
}
.inner-breadcrumb .container{
	    top: 180px;
}

h1.breadcrumb-title- {
    color: white;
    font-weight: 600;
    font-size: 48px !important;
}
p.breadcrumb-subtitle {
	font-size: 28px !important;
}
a.btn.btn-primary.bkng-btn {
    background: #333 !important;
    border: #333 !important;
}
a.btn.btn-primary.bkng-btn:hover {
    background: #fff !important;
    border: #fff !important;
	color: #333 !important;
}
.bar-id{
	color: #0a3c74 !important;
	font-weight: 600 !important;
}
select {
    border: none !important;
    box-shadow: unset !important;
	font-size: 12px !important;
}
input[type="text"] {
    border: none !important;
    box-shadow: unset !important;
    margin-bottom: 0px !important;
	font-size: 11px !important;
}
/* ---------------------------
   Advocate Profiles Grid
--------------------------- */

	.advocate-search-bar{
		display:flex;
		align-items:center;
		background:#fff;
		border-radius:50px;
		overflow:hidden;
		box-shadow:0 2px 8px rgba(0,0,0,0.1);
		padding:7px;
	}	

@media (max-width: 991px){
	#advocate-search-form button {
    grid-column: 1 / 3;
    margin-top: 20px;
}
.advocate-search-bar {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-radius: 10px;
    overflow: hidden;
}

}

#advocate-search-results p{
	color:#000!important;
}

@media (max-width: 420px){
	#advocate-search-form button {
    grid-column: 1 / 2;
    margin-top: 20px;
}
.advocate-search-bar {
    display: grid;
    grid-template-columns: 1fr;
}
}




.advocate-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.advocate-card {
    text-align: left !important;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    padding: 10px;
    text-decoration: none;
    color: #000;
    display: block;
/*     transition: box-shadow 0.2s; */
}
.advocate-card:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,0.15);
	transform: translateY(-4px) !important;
    transition: 0.3s 
ease-in-out !important;
}

.advocate-photo {
    margin-bottom: 15px;
}
.advocate-photo img {
    border-radius: 10px !important;
}
.advocate-img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    object-fit: cover;
}
.advocate-info h2 {
    font-size: 20px;
    margin-bottom: 5px;
    color: #003b95;
    font-weight: 700;
}

.advocate-info p {
    margin: 4px 0;
    color: #333333d9;
    font-size: 14px !important;
    line-height: 20px !important;
	font-weight: 500;
	height: 70px;
}
.advocate-expertise {
    font-weight: bold;
    color: #555;
}
.c-icons {
    display: flex
;
    justify-content: space-around;
}
.icns-cont {
    background: #003b95;
    border-radius: 25px;
	padding: 2px;
}
span.advocate-icon.advocate-phone {
    color: white;
}

.advocate-icon {
    font-size: 18px;
    margin: 5px;
    vertical-align: middle;
}
span.advocate-icon.advocate-email {
	   color: white;
}
a.advocate-card {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15) !important;
}



            .consult-btn {
                display: inline-block;
                background: #003b95;
                color: #fff;
                padding: 11px 20px;
                border-radius: 25px;
                text-decoration: none;
                font-weight: 600;
                transition: background 0.3s ease;
				border: 1px solid #003b95;
            }
            .consult-btn:hover {
                background: #fff;
				color: #003b95;
            }
            .advocate-actions {
                text-align: center;
                margin-top: 15px;
				margin-bottom: 15px;
            }
.inr-area {
    padding: 120px;
}



/* Advocate Archive Styles */

.advocate-archive {
  padding: 50px 20px;
  max-width: 1500px;
  margin: 0 auto;
}

.advocate-archive h1 {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  color: #333;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 20px;
}

.card {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.card:hover {
  transform: translateY(-15px);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.15);
}

.card-image {
  position: relative;
  height: 350px;
  overflow: hidden;
}

.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.card-image:hover img {
  transform: scale(1.1);
}

.card-header {
  padding: 10px;
  border-bottom: 2px solid #f0f0f0;
  background-color: #f8f9fa;
  flex-grow: 1;
}

.card-title {
  font-size: 22px;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
}

.card-title a {
  text-decoration: none;
  color: #000;
  transition: color 0.3s ease;
}

.card-title a:hover {
  color: #003b95;
}

.designation {
font-size: 15px;
    color: #003b95;
    margin-bottom: 10px;
    font-weight: 500;
}

.expertise {
  font-size: 14px;
  color: #555;
  margin-bottom: 15px;
}

.card-body {
  padding: 10px;
  background-color: #fff;
      height: 180px;	
}

.advocate-meta-list {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.advocate-meta-list li {
  font-size: 14px;
  color: #555;
  display: flex;
  align-items: center;
  gap: 8px;
	align-items: baseline;
}

.card-buttons {
  display: flex;
  gap: 15px;
	position: absolute;
    bottom: 0;
    margin-bottom: 15px;
	justify-content: center !important;
    width: 90%;
}

.primary-btn,
.secondary-btn {
  padding: 12px 20px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}

.primary-btn
 {
    background-color: #003b95;
    color: white;
    border: 1px solid #003b95;
    font-size: 12px;
    padding: 11px 15px;
}

.primary-btn:hover {
  color: #003b95;
  background: #fff;
  transform: translateY(-2px);
}

.secondary-btn {
  border: 1px solid #003b95;
  color: #003b95;
  background-color: white;
	 font-size: 12px;
    padding: 11px 15px;
}

.secondary-btn:hover {
  background-color: #003b95;
  color: white;
  transform: translateY(-2px);
}
i.fa.fa-map-marker {
    color: #003b95;
}
p.advocate-expertise strong {
    font-size: 14px;
}
.dtls {
    background: #33333312;
	padding-bottom: 5px;
	border-radius: 5px !important;
}
.dtls h3 {
    background: #3333332e;
    padding: 10px;
    color: #0a3c74;
    font-weight: 500;
}
.dtls ul {
    padding-left: 30px;
}
.dtls li {
    list-style-type: disclosure-closed;
}

/* featured icons */
.feature-icons-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    text-align: center;
    width: 100%;
    margin: 20px auto;
}

.feature-icon-box {
  background: #f6f6f6;
  /*padding: 20px 15px;*/
   padding: 0px 7px;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(10, 60, 116, 0.07);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.feature-icon-text {
  font-size: 36px;
  font-weight: bold;
  color: #000;
  line-height: 1;
}

.feature-icon-box i {
  color: #000;
}

.label-main {
  font-size: 11px;
  color: #222;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 7px;
}

.single-advocate_profiles .breadcrumb-title- {
    color: white;
    font-weight: 600;
    font-size: 48px;
    margin-top: 10%;
}
 
.single-advocate_profiles .breadcrumb-subtitle {
    font-size: 26px;
    color: #fff !important;
    line-height: 2 !important;
    width: 100%;
    margin: 10px auto;
    text-align: center;
}

