/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 5,700+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.11.11.1757411434
Updated: 2025-09-09 09:50:34

*/
.posts-section {
    padding: 40px 20px;
}

.posts-heading {
    text-align: center;
    font-size: 30px;
    margin-bottom: 30px;
}

.posts-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.post-card {
    background: #fff;
    border-radius: 10px;
    text-align: left; 
    padding: 15px;
}

.post-card img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    margin-bottom: 10px;
}

.post-title {
    margin: 10px 0 8px;
    font-size: 18px;
    text-align: left; 
}

.post-title a {
    color: #111827 !important;
    text-decoration: none !important;
}

.post-description {
    color: #0c0c0c;
    font-size: 14px;
    margin-bottom: 10px;
}

.post-readmore {
    display: inline-flex;
    align-items: flex-start;
    font-weight: 600;
    font-size: 16px;
    color: #111827;
    text-decoration: none !important;
    margin: 0px 0 16px 0;
    padding-bottom: 0;
}

.post-readmore::after {
    content: url('https://webtech.demobogt.com/wp-content/uploads/2025/09/Vector.png');
    transition: transform 0.3s ease;
    margin-left: 8px;
    transform: scale(0.9);
    display: inline-block;
    position: relative;
    top: 2px;
}

.hidden-card {
    display: none;
}

.load-more-btn {
    display: block;
    margin: 30px 0 0 0; /* Align left */
    padding: 12px 30px;
    background: #0073e6;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.load-more-btn:hover {
    background: #005bb5;
}


#masthead .ast-container {
    padding-left: 0px;
    padding-right: 0px;
}
.site-content .ast-container {
    display: flex;
    justify-content: center;
    margin: 0 auto!important;
}

#hero-section {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
    background: linear-gradient(to bottom, rgb(28 39 72 / 72%) 0%, rgb(20 32 70 / 95%) 100%), url(https://legalexperts.ai/wp-content/uploads/2025/09/legal-library-hero.jpg) center / cover no-repeat;
    color: #fff;
}


#hero-section h1 {
    font-size: 72px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #fff;
}

#hero-section h1 span {
  background: linear-gradient(to bottom, #42a4c2 0%, #249fc2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

#hero-section p {
    font-size: 24px;
    line-height: 120%;
    font-weight: 400;
    color: #f5f7f9;
    margin-bottom: 30px;
}

#hero-section .hero-buttons {
    display: flex;
    gap: 15px;
    justify-content: left;
}
#hero-section .hero-buttons a {
  display: inline-block;
  padding: 12px 28px;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
#hero-section .hero-buttons a.primary {
    background: #ffffff40;
    color: #fff;
    border: 2px solid #9f9898e6;
}

#hero-section .hero-buttons a.primary:hover {
    background: #f0f0f08a;
}
#hero-section .hero-buttons a.secondary {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}

#hero-section .hero-buttons a.secondary:hover {
  background: #fff;
  color: #1e2643;
}

#second-section h2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 20px;
    color: #0C0C0C !important;
    text-align: center;
}

#second-section h2 span {
  background: linear-gradient(to bottom, #42a4c2 0%, #249fc2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
#second-section p {
    text-align: center !important;
    color: #667b99;
    font-size: 20px !important;
}

#contact-main {
    height: 70vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: linear-gradient(to bottom, rgb(28 39 72 / 72%) 0%, rgb(20 32 70 / 95%) 100%), url(https://legalexperts.ai/wp-content/uploads/2025/09/legal-team.jpg) center / cover no-repeat;
    color: #fff;
}


#contact-main h1 {
    font-size: 72px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #fff;
}

#contact-main h1 span {
  background: linear-gradient(to bottom, #42a4c2 0%, #249fc2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}


#contact-main p {
    font-size: 24px;
    line-height: 120%;
    font-weight: 400;
    color: #f5f7f9;
    margin-bottom: 30px;
}
#contact-form p {
    font-weight: 500;
    color: #0c0c0c !important;
}
.gform-body.gform_body label {
    font-size: 18px;
}
.gform-body.gform_body input {
    background: transparent !important;
}
.gform-body.gform_body textarea {
    background: transparent !important;
}
.ast-footer-copyright p {
    margin-bottom: 0;
    font-weight: 500;
}



/* Style for single post */
.sud-hero .inner-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    color: #fff;
    padding: 60px 0px;
    border-radius: 16px;
    max-width: 1300px;
    margin: 0 auto;
}
section.sud-hero {
    background: rgba(15, 15, 15 );
	padding-top: 7%;
    padding-bottom: 7%;
}
}
.sud-hero-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sud-hero h1 {
    font-size: 64px;
    font-weight: 500;
    line-height: 1.3;
    margin: 0 0 20px;
    max-width: 650px;
    color: #fff;
}

.sud-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  opacity: 0.85;
}

.sud-kicker {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 12px;
  color: #aaa;
}

.sud-hero-image img {
    max-width: 600px;
    border-radius: 12px;
    object-fit: cover;
}

	

	:root {
  --bg: #0b1020;
  --card: #0f172a;
  --soft: #1e293b;
  --muted: #94a3b8;
  --text: #e5e7eb;
  --brand: #22d3ee;
  --max: 1120px;
}

.sud-wrap {
  max-width: var(--max);
  margin: auto;
  padding: 24px;
}

.sud-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
    margin-top: 8px;
}

.sud-dot {
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 999px;
    display: inline-block;
    margin: 0 8px;
}
.sud-layout .inner-container {
    display: flex;
    max-width: 1300px;
    gap: 20px;
    margin: 30px auto;
}
.sud-post {
    background: #fff;
    border: 1px solid #fff;
    border-radius: 18px;
    padding: 28px;
    width: 70%;
}

.sud-content {
    font-size: 18px;
    color: #000 !important;
}

.sud-content h2 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 26px;
}

.sud-content h3 {
  margin-top: 24px;
  font-size: 20px;
}

.sud-content blockquote {
  margin: 20px 0;
  padding: 14px 16px;
  border-left: 3px solid var(--brand);
  background: #0b1228;
  border-radius: 8px;
  color: #cbd5e1;
}

.sud-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 8px;
}

.sud-tag {
  font-size: 12px;
  border: 1px solid #20305f;
  background: #0d1530;
  color: #cbd5e1;
  border-radius: 999px;
  padding: 6px 10px;
}

.sud-sidebar {
    position: sticky;
    top: 84px;
    align-self: start;
    display: grid;
    gap: 18px;
    width: 30%;
}

.sud-card {
    background: #fff;
    border: 1px solid #fff;
    border-radius: 16px;
    padding: 18px;
    color: #cbd5e1;
}
.sud-card.sud-toc strong {
    color: #000 !important;
    font-size: 24px !important;
    font-weight: 500;
    line-height: 120%;
}
.sud-toc ol {
    margin: 0;
    padding-left: 0px;
    list-style: none;
    padding-top: 20px;
}
.sud-card.sud-toc li a {
    background: #eaeff8;
    padding: 20px;
    margin: 10px 0 0 0;
    border-radius: 10px;
    margin-left: 0 !important;
    width: 100%;
    text-align: left !important;
    float: left;
	 color: #000 !important;
    font-weight: 600;
}
section.sud-layout {
    padding-top: 5%;
    padding-bottom: 5% !important;
    background: #fff;
}
.sud-card.sud-toc li a:hover {
    color: #0056b3 !important;
}
.sud-share {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.sud-share a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #1a2a58;
  background: #0c1430;
  border-radius: 10px;
  padding: 8px 10px;
  color: #e5e7eb;
  text-decoration: none;
}

.sud-byline {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 60px;
}

.sud-avatar {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: #1d2a4f;
  display: grid;
  place-items: center;
  font-weight: 700;
  overflow: hidden;
}

.sud-related li {
  margin: 8px 0;
}

body {
  background: linear-gradient(180deg, #0b1020, #0b1020 40%, #0e152d 100%);
  color: var(--text);
}

.sud-kicker {
  font-size: 14px;
  color: #9fb3d8;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.sud-wrap {
    max-width: 100%;
    margin: auto;
    padding: 0;
    border-radius: 0;
    width: 100%;
}
.related-reads .inner-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 1300px;
    margin: 30px auto;
}

h2.related-heading {
  text-align: center;
  font-size: 40px;
  padding-bottom: 2%;
  font-weight: 700;
  color: #111827;
}

section.relatedpost {
  background: #eaeff8;
  padding-top: 5%;
  padding-bottom: 5% !important;
}

/* Card Styling */
.related-item {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.related-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

/* Thumbnail Image */
.related-item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

/* Card Content */
.related-item a {
  text-decoration: none !important;
  color: inherit;
}

.related-item h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 12px 16px 8px;
  color: #111827;
}

.related-item .related-readmore {
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    font-size: 14px;
    color: #111827;
    margin: 0px 16px 16px;
    transition: color 0.3s ease;
    padding-bottom: 20px;
}

.related-item .related-readmore:hover {
  color: #2563eb;
}

.related-item .related-readmore::after {
    content: url('https://webtech.demobogt.com/wp-content/uploads/2025/09/Vector.png');
    transition: transform 0.3s ease;
    margin-left: 75px;
    margin-top: 6px;
    transform: scale(0.9);
    position: absolute;
}

.related-item .related-readmore:hover::after {
  transform: translateX(3px);
}
.related-grid {
    width: 100%;
    display: flex;
    gap: 20px;
}
.sud-card.sud-toc li {
    float: left;
    width: 100%;
    margin: 0 auto!important;
}

@media only screen and (max-width:1300px){
	#hero-section {
    padding-left: 7% !important;
    padding-right: 7% !important;
}
	section.sud-hero {
    padding-left: 5%;
    padding-right: 5%;
}
	.sud-hero h1 {
    font-size: 46px;
}
	.sud-hero-image img {
    max-width: 460px;
    border-radius: 12px;
    object-fit: cover;
}
	section.sud-layout {
    padding-left: 5%;
    padding-right: 5%;
}
	section.relatedpost {
    padding-left: 5%;
    padding-right: 5%;
}
}
@media only screen and (max-width:1100px){
	#hero-section {
    padding-left: 5% !important;
    padding-right: 5% !important;
}
	#hero-section h1 {
    font-size: 56px;
}
	#hero-section p {
    font-size: 22px;
}
	.sud-hero h1 {
    font-size: 38px !important;
}
	.sud-hero-image img {
    max-width: 400px;
    border-radius: 12px;
    object-fit: cover;
}
	.sud-card {
    padding: 0px;
}
	.sud-card.sud-toc li {
    padding: 10px;
}
	.sud-post {
    padding: 20px;
}
}
@media only screen and (max-width:800px){
	.posts-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

	#hero-section h1 {
    font-size: 50px;
}

	#hero-section p br {
    display: none;
}
	.sud-post {
    width: 100%;
}
	.sud-sidebar {
    display: none;
}
	.sud-post {
    padding: 0px;
}
	.sud-hero .inner-container {
    display: flex;
    flex-direction: column;
}
	.sud-hero-image img {
    max-width: 800px;
    border-radius: 12px;
    object-fit: cover;
}
	.sud-content h2 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 24px;
}
div#sud-post-content ul {
    margin-left: 30px !important;
}
	.related-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
  }

  .related-grid .related-item {
    flex: 0 0 calc(50% - 16px);
    max-width: calc(50% - 16px);
    box-sizing: border-box;
  }

  h2.related-heading {
    font-size: 28px;
    padding-bottom: 4%;
  }

  .related-item img {
    height: 180px;
  }

  .related-item h3 {
    font-size: 16px;
    margin: 10px 12px 6px;
  }

  .related-item .related-readmore {
    font-size: 13px;
    margin: 0 12px 12px;
    position: relative; 
    padding-right: 24px;
  }

  .related-item .related-readmore::after {
    content: url('https://webtech.demobogt.com/wp-content/uploads/2025/09/Vector.png');
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) scale(0.9);
    margin: 0;
  }

  .related-item .related-readmore:hover::after {
    transform: translateY(-50%) translateX(3px) scale(0.9);
  }

}
@media only screen and (max-width:500px){
	.posts-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}
	#hero-section h1 {
    font-size: 38px;
}
	#hero-section p {
    font-size: 20px;
}
#sud-post-content li {
    font-size: 16px !important;
}
	#sud-post-content p {
    font-size: 16px !important;
}
	.sud-hero h1 {
    font-size: 30px !important;
}

	.sud-hero .inner-container {
    padding: 0px 0px;
}
	.sud-hero-image img {
    max-width: 100%;
}
.sud-content h2 {
    font-size: 20px;
}
.sud-content h3 {
    font-size: 18px;
}	
	
	 .related-grid .related-item {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .related-item img {
    height: 160px;
  }

  h2.related-heading {
    font-size: 22px;
  }
	#hero-section h1 br {
    display: none !important;
}
}
@media only screen and (max-width:380px){
	#sud-post-content ul {
    margin-left: 22px !important;
}
	.sud-hero h1 {
    font-size: 24px !important;
}
	#hero-section h1 {
    font-size: 34px;
}
	#hero-section p {
    font-size: 18px;
}
	#hero-section .hero-buttons a {
    padding: 12px 14px;
}
}
@media only screen and (max-width:320px){
	#hero-section h1 {
    font-size: 30px;
}
}