@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+Display:ital,wght@0,100..900;1,100..900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  width: 100%;
  height: 100%;
 /* font-family: "Source Sans 3", sans-serif; */
}

a {
  text-decoration: none;
}
ul,li{
  margin:0;
  padding:0;
  list-style-type:none;
}
h1,h2,h3,h4,h5{
/* font-family: "Noto Serif Display", serif; */
}

/*TopBar Css*/
.container-fluid,
.container{
  padding-left:15px;
  padding-right:15px;
}
.row{
  margin-left:-15px;
  margin-right:-15px;
}
.row>*{
  padding-left:15px;
  padding-right:15px;
}
@media(min-width:1450px){
  .container{
    max-width:1330px;
  }
}
@media(min-width:1550px){
  .container{
    max-width:1430px;
  }
}
@media(min-width:1650px){
  .container{
    max-width:1530px;
  }
}
@media(min-width:1750px){
  .container{
    max-width:1630px;
  }
}
/*Header Css*/
.theme-header{
  position:absolute;
  width:100%;
}
.theme-header .container-fluid{
  padding-left:30px;
  padding-right:30px;
}
.theme-header .nav-link{
  font-size:18px;
  color:#fff;
  padding:0!important;
  margin:0 15px;
}
.theme-header .h-social-lnks .tel-link{
  color: #fff;
  font-size: 22px;
  text-transform: uppercase;
  border: 3px solid #0199a6;
  font-weight: 700;
  padding: 5px 35px;
  border-radius: 50px;
  display: inline-block;
}
.theme-header .h-social-lnks .tel-link:hover{
  color: #fff;
  background: #0199a6;
  border: 3px solid #0199a6;
}
.h-social-lnks-inr{
  display:flex;
}
.h-social-lnks-inr a{
  display:inline-block;
  color: #fff;
  font-size: 22px;
  margin-left:20px;
}.theme-header .dropdown-menu li a:hover,
.theme-header .nav-link:hover,
.h-social-lnks-inr a:hover{
  color:#0199a6;
}
.theme-header .dropdown-menu{
  border-radius:0;
  padding:30px;
}
.theme-header .dropdown-menu li a{
  font-size:22px;
  color:#000;
  white-space:nowrap;
  display:inline-block;
  margin-bottom:15px;
}
.theme-header .dropdown-menu li:last-child a{
  margin-bottom:0;
}



.theme-header .navbar .navbar-toggler {
    width: 46px;
    height: 50px;
    padding: 0 10px;
    border-radius: 4px;
    text-align: center;
    border: none;
    outline: none;
    z-index: 110;
    background-color:transparent;
  }
  .theme-header .navbar .navbar-toggler span {
    width: 29px;
    height: 3px;
    background: #fff;
    display: block;
    margin: 3px auto 3px auto;
    position: relative;
    top: 0;
    opacity: 1;
    float: right;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
    border-radius: 10px;
  }
  .theme-header .navbar .navbar-toggler span:nth-child(2) {
    width: 25px;
  }
  .theme-header .navbar .navbar-toggler[aria-expanded="true"] span:nth-child(1) {
    transform: rotate(45deg);
    position: relative;
    top: 9px;
  }
  .theme-header .navbar .navbar-toggler[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }
  .theme-header .navbar .navbar-toggler[aria-expanded="true"] span:nth-child(3) {
    transform: rotate(-45deg);
    position: relative;
    top: -9px;
  }
  @media(max-width:991px){
    .theme-header .navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    background-color: #fff;
    padding: 20px;
}
.theme-header .nav-link {
        font-size: 18px;
        margin: 5px 0px;
        color: #000!important;
    }
    .theme-header .h-social-lnks .tel-link{
      color:#000!important;
    }
  }
/*Header Css*/
.hmg-banner{
  background-image: url(../images/hero-bg.jpg);
  background-repeat: no-repeat;
  padding: 300px 0;
  background-size: cover;
}
.hmg-banner h5{
  font-family: "Source Sans 3", sans-serif;
  font-size: 30px;
  text-transform:uppercase;
  font-weight:600;
  margin-bottom:15px;
}
.hmg-banner h1{
  font-size:80px;
  font-style:italic;
  font-weight:700;
  margin-bottom:10px;
}
.hmg-banner p{
  font-size: 30px;
  margin-bottom:30px;
}
.hmg-banner ul{
  display:flex;
  justify-content:center;
}
.hmg-banner ul li a{
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  text-transform: uppercase;
  background: #ebb60e;
  height: 70px;
  line-height: 70px;
  border-radius: 50px;
  width: 400px;
  text-align: center;
  display: inline-block;
}
.hmg-banner ul li a:hover{
  background: #0199a6 !important;
}
.hmg-banner ul li:nth-child(2) a{
  background: #0199a6 !important;
  color: #ffffff !important;
  margin-left:20px;
}
.hmg-banner ul li:nth-child(2) a:hover{
  background: #ebb60e !important;
  color: #ffffff !important;
}
.hmg-banner ul li:nth-child(2) a i{
  transform: rotate(-25deg);
  margin-right: 10px;
}
.featured-section{
  padding-top:100px;
  padding-bottom:100px;
}
.featured-section .slick-prev, .featured-section .slick-next{
  display:none!important;
}
.elite-better-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.section-title {
  font-size:42px;
  font-weight: 600;
  margin-bottom: 40px;
  text-align: center;
  color: #000;
}

.section-title em {
  font-style: italic;
}

.logos-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.logo-item{
  text-align:center;
}
.logo-item img {
  max-height:60px;
  transition: filter 0.3s ease, opacity 0.3s ease;
}

.feature-card {
  background: rgb(255, 254, 251);
  background: -moz-linear-gradient(0deg,rgba(255,254,251,1) 0%,rgba(250,248,241,1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(255, 254, 251, 1) 0%, rgba(250, 248, 241, 1) 100%);
  background: linear-gradient(0deg, rgba(255, 254, 251, 1) 0%, rgba(250, 248, 241, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fffefb",endColorstr="#faf8f1",GradientType=1);
  text-align: center;
  padding: 60px 40px 40px 40px;
}

.feature-card .icon {
  font-size: 3rem;
  color: #5dbcc2;
  margin-bottom: 20px;
}

.feature-card h3 {
  font-size: 30px;
  color: #000;
  margin-bottom: 20px;
}

.feature-card p {
  font-size:22px;
  color: #575f7d;
  margin-bottom:0;
  line-height: 1.6;
}

.testimonials-section {
  padding-top:100px;
  padding-bottom:100px;
  background-color: #fdfdfb;
}

.section-subtitle {
  font-size: 1.1rem;
  color: #575f7d;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-card {
  text-align: center;
  padding: 20px;
}

.star-rating .fa-star {
  color: #ffc107;
  font-size: 1.2rem;
  margin: 0 2px;
}

.testimonial-quote {
  font-size:22px;
  font-style: italic;
  color: #333a56;
  font-family: "Georgia", serif;
  line-height: 1.7;
  margin-bottom: 20px !important;
  padding: 0 15px;
}

.testimonial-avatar {
  width: 100px;
  height: 100px;
  object-fit: cover;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-name {
  font-size: 1.25rem;
  font-weight: bold;
  color: #333a56;
  margin-top: 15px;
  margin-bottom: 5px !important;
  font-family: "Georgia", serif;
}

.testimonial-title {
  font-size: 0.8rem;
  color: #575f7d;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 15px !important;
  font-weight: bold;
}

.firm-logo {
  max-height: 50px;
  width: auto;
  margin-top: 10px;
}

.testimonial-slider .slick-slide {
  padding: 0 15px;
  box-sizing: border-box;
}

.testimonial-slide-item {
}

.testimonial-card {
  background: rgb(255, 254, 251);
  background: -moz-linear-gradient(0deg,rgba(255,254,251,1) 0%,rgba(250,248,241,1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(255, 254, 251, 1) 0%, rgba(250, 248, 241, 1) 100%);
  background: linear-gradient(0deg, rgba(255, 254, 251, 1) 0%, rgba(250, 248, 241, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fffefb",endColorstr="#faf8f1",GradientType=1);
  text-align: center;
  padding: 60px 40px 40px 40px;
}

.slick-prev-custom,
.slick-next-custom {
  background-color: #0c143a;
  color: #fff;
  border: none;
  border-radius: 50px;
  width: 60px;
  height: 35px;
  font-size: 1rem;
  cursor: pointer;
  outline: none;
  transition: background-color 0.3s ease, transform 0.2s ease;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.slick-prev-custom:hover,
.slick-next-custom:hover {
  background-color: #17a2b8;
  color: #fff;
}

.slick-prev-custom:focus,
.slick-next-custom:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.4);
}

.slick-prev-custom {
  position: absolute;
  bottom: -40px;
  left: 0;
  z-index: 1;
}

.slick-next-custom {
  position: absolute;
  bottom: -40px;
  right: 0;
  z-index: 1;
}

.testimonial-card .firm-logo {
  width: auto;
  height: 50px;
  max-height: max-content;
  max-width: max-content;
  margin: auto;
}
/* Attorney Services Section Styling - REVISED */
.attorney-services-section {
  background-color: #1d1c3e;
  padding-top:100px;
  padding-bottom:100px;
  color: #ffffff;
}

.services-grid {
  row-gap:40px;
}

.service-card-item {
  display: flex;
}

.service-card {
  background-color: #1a2149;
  padding: 35px 30px;
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
}

.service-icon {
  font-size: 3rem;
  color: #17a2b8;
  margin-bottom: 25px;
}

.service-title {
  font-size:32px;
  font-weight:700;
  color: #ffffff;
  margin-bottom:20px;
}

.service-description {
  font-size: 22px;
  line-height: 1.7;
  margin-bottom: 0;
}

.btn-view-all-services {
  color: #fff!important;
  font-size: 21px;
  font-weight: 700;
  text-transform: uppercase;
  background: #ebb60e;
  height: 70px;
  line-height: 70px;
  border-radius: 50px;
  width: 400px;
  text-align: center;
  display: inline-block;
}
.btn-view-all-services:hover{
  background: #0199a6 !important;
}
.google-partner-boutique-section {
  background-color: #fdfdfb;
  padding-top:100px;
  padding-bottom:100px;
  color: #333a56;
}

.introductory-text-columns .intro-text {
  font-size: 22px;
  line-height: 1.7;
  color: #000;
  margin-bottom: 0;
}

.introductory-text-columns.mb-5 {
  margin-bottom: 40px !important;
}

.introductory-text-columns .intro-text .text-link {
  color: #17a2b8;
  font-weight: bold;
  text-decoration: underline;
}

.introductory-text-columns .intro-text .text-link:hover {
  text-decoration: none;
}

.google-badges-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin-left:-10px;
  margin-right:-10px;
  margin-bottom:100px;
}
.google-badge-item{
  padding-left:10px;
  padding-right:10px;
  width:20%;
}
.google-badge-item img{
  width:100%;
}
.agency-person-image {
  max-width: 100%;
  height: auto;
  border: 5px solid #ffffff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.boutique-title {
  font-size: 42px;
  color: #000;
  line-height: 1.3;
  margin-bottom: 25px;
  font-weight: 700;
}

.boutique-text {
  font-size: 22px;
  line-height: 1.8;
  color: #575f7d;
  margin-bottom: 25px;
}

.results-list {
  padding-left: 0;
  list-style: none;
  margin-bottom:25px;
}

.results-list li {
  font-size:22px;
  color: #575f7d;
  margin-bottom: 12px;
  display: flex;
  align-items: flex-start;
}

.result-icon {
  color: #ffc107;
  font-size: 1.2rem;
  margin-right: 10px;
  margin-top: 3px;
  flex-shrink: 0;
}

.intro-column-title {
  font-size:42px;
  color: #000;
  font-weight:700;
  margin-bottom:20px;
  line-height: 1.4;
}

.reputation-section {
  background-color: #fdfdfb;
  padding-top: 80px;
  padding-bottom: 80px;
  color: #333a56;
}

.reputation-text-content {
}

.reputation-title {
  font-size: 42px;
  color: #000;
  line-height: 1.3;
  margin-bottom: 25px;
  font-weight: 700;
}

.reputation-paragraph {
  font-size: 22px;
  line-height: 1.8;
  color: #575f7d;
  margin-bottom: 25px;
}

.reputation-paragraph .text-highlight-teal {
  color: #17a2b8;
  font-weight: 600;
}
.reputation-paragraph .text-highlight-teal:hover{
  color:#ebb60e;
}

.image-collage {
}

.collage-item {
  padding: 3px;
  box-sizing: border-box;
  background-color: #ffffff;
}

.collage-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Process & CTA Section Styling */
.process-cta-section {
  background-color: #fdfdfb;
  padding-top: 80px;
  padding-bottom: 0;
  color: #333a56;
}

.process-timeline {
  position: relative;
}

.process-timeline .row {
  position: relative;
  justify-content: center;
}

.process-timeline .row::before {
  content: "";
  position: absolute;
  top: 41.5px;
  left: 5%;
  right: 5%;
  height: 7px;
  background-color: #dcf0ef;
  z-index: 0;
}

.process-step-item {
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.step-diamond-container {
  margin-bottom: 30px;
  display: inline-block;
  position: relative;
}

.step-diamond {
 width: 90px;
 height: 90px;
 transform: rotate(45deg);
 margin: 0 auto 20px auto;
 display: flex
 ;
 align-items: center;
 justify-content: center;
 color: #fff;
 font-size: 28px;
 font-weight: bold;
}

.step-diamond span {
  transform: rotate(-45deg);
  display: inline-block;
}

.step-diamond-teal {
  background-color: #17a2b8;
}

.step-diamond-gold {
  background-color: #ffc107;
}

.step-title {
  font-size: 30px;
  color: #000;
  font-weight: 700;
  margin-bottom: 15px;
}

.step-description {
  font-size:20px;
  margin-bottom:0;
  color: #575f7d;
  line-height: 1.5;
  padding: 0 5px;
}

.cta-content {
  margin-top: 50px;
}

.cta-text {
  font-size: 36px;
  color: #333a56;
  line-height: 1.5;
  margin-bottom: 30px;
  font-family: "Noto Serif Display", serif;
  font-weight: 500;
}

.btn-grow-law-firm {
  color: #fff !important;
  font-size: 21px;
  font-weight: 700;
  text-transform: uppercase;
  background: #ebb60e;
  height: 70px;
  line-height: 70px;
  border-radius: 50px;
  width: 400px;
  text-align: center;
  display: inline-block;
}

.btn-grow-law-firm:hover,
.btn-grow-law-firm:focus {
  background: #4cb6bd !important;
  color: #fff !important;
}

.bottom-image-container {
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  position:relative;
  margin-top:100px;
}

.bottom-image-container img {
  display: block;
  width: 100%;
}
.contnt-inr{
	background:linear-gradient(270.01deg, rgba(28, 51, 69, 0.3) -3.43%, #0A2E50 99.99%);
  position:absolute;
  top:85%;
  padding:21px 100px;
  width: 100%;
  transform: translateY(-50%);
}
.contnt-inr h2{
  font-size:42px;
  margin-bottom:20px;
}
.contnt-inr .meet_team_btn{
  color: #fff !important;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  background: none;
  height: 58px;
  line-height: 58px;
  border-radius: 50px;
  width: 300px;
  text-align: center;
  display: inline-block;
  margin: auto !important;
  border: 2px solid #ebb60e;
}
.contnt-inr .meet_team_btn:hover{
  background-color:#ebb60e;
}
/* Blog Section Styling */
.blog-section {
  background-color: #fdfdfb;
  padding-top: 80px;
  padding-bottom: 80px;
}

.blog-main-title {
  font-size:42px;
  color: #000;
  font-weight: 700;
  margin-bottom:20px;
}

.blog-subtitle {
  font-size:22px;
  color: #575f7d;
  margin-bottom:50px;
}

.blog-card {
}

.blog-card-image-link {
  display: block;
}

.blog-card-image {
  width: 100%;
}

.blog-card-content {
      padding: 40px;
    background: rgb(255, 254, 251);
    background: -moz-linear-gradient(0deg,rgba(255,254,251,1) 0%,rgba(250,248,241,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(255, 254, 251, 1) 0%, rgba(250, 248, 241, 1) 100%);
    background: linear-gradient(0deg, rgba(255, 254, 251, 1) 0%, rgba(250, 248, 241, 1) 100%);
}

.blog-card-meta {
  margin-bottom: 12px;
  font-size: 0.8rem;
  color: #575f7d;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.blog-card-meta .blog-card-category,
.blog-card-meta .blog-card-author {
  color: #17a2b8;
  font-weight: 600;
}

.blog-card-meta .blog-card-date::before {
  content: "•";
  margin: 0 8px;
  color: #adb5bd;
}

.blog-card-title {
  font-size:22px;
  color: #333a56;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.4;
}

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

.blog-card-title a:hover {
  color: #17a2b8;
}

.blog-card-excerpt {
  font-size:22px;
  color: #575f7d;
  line-height: 1.7;
  margin-bottom: 0;
  flex-grow: 1;
}

.btn-more-blog-posts {
  color: #333a56!important;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  background: none;
  height: 58px;
  line-height: 58px;
  border-radius: 50px;
  width: 300px;
  text-align: center;
  display: inline-block;
  margin: auto !important;
  border: 2px solid #ebb60e;
}

.btn-more-blog-posts:hover,
.btn-more-blog-posts:focus {
  background-color:#ebb60e;
  color:#fff!important;
}
@media (max-width: 991.98px) {
  .blog-main-title {
    font-size: 2.4rem;
  }
}

@media (max-width: 767.98px) {
  .blog-main-title {
    font-size: 2.1rem;
  }

  .blog-card-title {
    font-size: 1.2rem;
  }
}

/*Footer Css*/
.theme_ftr {
  background-color: #1e335a;
  padding-top: 60px;
  padding-bottom: 80px;
}
.theme_ftr_itm p {
  color: #fff;
  line-height: 34px;
}
.social_lnks {
  display: flex
  ;
  align-items: center;
  margin-top: 20px;
}
.social_lnks a {
  display: inline-block;
  background-color: #555555;
  color: #fff;
  font-size: 20px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  margin-right: 15px;
}
.theme_ftr_itm h4 {
  color: #0199a6;
  font-size: 28px;
  margin-bottom: 20px;
  font-family: "Source Sans 3", sans-serif;
}
.theme_ftr_itm ul li a {
  display: inline-block;
  color: #fff;
  margin-bottom: 10px;
}
.copy_right_txt {
  padding-top: 15px;
  padding-bottom: 15px;
}
.copy_right_txt p {
  font-size: 16px;
}
.copy_right_txt p a {
  display: inline-block;
  color:#0199a6;
  font-weight: 700;
}
/*Footer Css*/