/* Reboot CSS */
* {
  margin: 0;
  padding: 0;
}

body,
html {
  color: #262629;
  scroll-behavior: smooth;
  font-family: 'Merriweather Sans', sans-serif;
  /* overflow-x: hidden; */
  background-color: #181818;
  padding: 0 !important;
}
:root {
  --primary-red: #b68c5a;
  --dark-bg: #181818;
  --light-bg: #f8f9fa;
  --card-bg: #ffffff;
  --text-dark: #181818;
  --text-muted: #6c757d;
  --border-color: #dee2e6;
  --shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  --shadow-hover: 0 4px 16px rgba(0, 0, 0, 0.15);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #181818;
  font-weight: 400;
  line-height: 1.3;
  font-family: 'Merriweather Sans', sans-serif;
  letter-spacing: -1.04px;
}

h5,
h6 {
  letter-spacing: -0.48px;
}

p {
  font-size: 16px;
  line-height: 1.67;
  color: #262629;
}
@media only screen and (min-width: 1200px) {
  p {
    font-size: 18px;
  }

}

a,
a:hover,
a:focus {
  -webkit-transition-duration: 350ms;
  transition-duration: 350ms;
  text-decoration: none;
  outline: 0 solid transparent;
  color: #181818;
}

ul,
ol {
  margin-bottom: 0;
}

img {
  max-width: 100%;
  height: auto;
}

input:required,
textarea:required {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

input:invalid,
textarea:invalid {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
/* 
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  max-width: 320px;
} */

@media (min-width: 400px) {
  /* .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 360px;
  } */
}
@media (min-width: 480px) {
  /* .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 420px;
  } */
}
@media (min-width: 576px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 540px;
  }
}
@media (max-width: 767px) {
  .breadcrumb-section{
    margin-top: 115px !important;
}
  header .left-side {
    display: none !important;
  }
  .year-judgement-card,
  .landmark-card {
    flex-direction: column !important;
    gap: 12px;
    justify-content: start;
  }
  .judgement-action {
    display: flex;
    justify-content: start;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 720px;
  }

}
@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 960px;
  }  .menu-toggle{
    display: none !important;
  }

 

}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
}
/* Shortcodes CSS */
.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(47, 91, 234, 0.075) !important;
  box-shadow: 0 0.125rem 0.25rem rgba(47, 91, 234, 0.075) !important;
}

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(47, 91, 234, 0.15) !important;
  box-shadow: 0 0.5rem 1rem rgba(47, 91, 234, 0.15) !important;
}

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(47, 91, 234, 0.175) !important;
  box-shadow: 0 1rem 3rem rgba(47, 91, 234, 0.175) !important;
}

.border,
.border-end,
.border-start,
.border-top,
.border-bottom {
  border-color: rgba(38, 38, 41, 0.3) !important;
}

ul li,
ol li {
  line-height: 1.75;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 0 !important;
  font-size: 16px;
  padding: 15px 32px;
  border-radius: 5rem;
  font-weight: 600;
  letter-spacing: -0.14px;
  position: relative;
  height: 54px;
  min-width: auto;
  text-transform: capitalize;
  overflow: hidden;
}
.lawyer-body .btn.btn-stroke {
  background-color: transparent !important;
  border: 1px solid #b87d36 !important ;
  color: #b87d36 !important;
}
.btn > span {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  -webkit-transition:
    opacity 350ms ease,
    -webkit-transform 350ms ease;
  transition:
    opacity 350ms ease,
    -webkit-transform 350ms ease;
  transition:
    opacity 350ms ease,
    transform 350ms ease;
  transition:
    opacity 350ms ease,
    transform 350ms ease,
    -webkit-transform 350ms ease;
  position: relative;
  opacity: 1;
}
.btn > span i {
  font-size: 20px;
}
.btn > span:last-child {
  position: absolute;
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}
.btn:hover > span:first-child {
  opacity: 0;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
}
.btn:hover > span:last-child {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.btn-primary {
  background-color: #b68c5a;
  color: #fff;
}
.btn-primary:active,
.btn-primary:hover,
.btn-primary:focus {
  background-color: #b68c5a;
  color: #ffffff;
}

.btn-dark {
  background-color: #181818;
  color: #ffffff !important;
}
.btn-dark:active,
.btn-dark:hover,
.btn-dark:focus {
  background-color: #161d27;
  color: #ffffff !important;
}

.btn-group-sm > .btn,
.btn-sm {
  padding: 0.375rem 0.75rem;
  font-size: 12px;
  height: 37px;
  min-width: 100px;
}

.btn-link {
  position: relative;
  z-index: 1;
  color: #b68c5a;
  text-transform: capitalize;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  padding: 0 !important;
  min-width: 0;
  height: auto;
}
.btn-link i {
  font-size: 20px;
  -webkit-transition-duration: 350ms;
  transition-duration: 350ms;
}
.btn-link:active,
.btn-link:hover,
.btn-link:focus {
  color: #b87d36;
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

.bg-fixed {
  background-attachment: fixed;
}

.bg-overlay {
  position: relative;
  z-index: 1;
}
.bg-overlay::after {
  position: absolute;
  content: '';
  background-color: #181818;
  opacity: 0.5;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.bg-primary {
  background-color: #b68c5a !important;
}

.bg-secondary {
  background-color: #faf6f3 !important;
}

.bg-dark {
  background-color: #181818 !important;
}

.bg-dark-secondary {
  background-color: #1f2732 !important;
}

.text-primary {
  color: #b68c5a !important;
}

.text-dark {
  color: #262629 !important;
}

.text-heading {
  color: #181818 !important;
}

.lawgis-scrolltop {
  position: fixed;
  -webkit-transition: all 350ms;
  transition: all 350ms;
  z-index: 9999;
  width: 2.5rem;
  height: 2.5rem;
  background-color: #b68c5a;
  font-size: 1.5rem;
  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;
  border-radius: 0.25rem;
  color: #181818;
  cursor: pointer;
  -webkit-transform: translateY(200px);
  transform: translateY(200px);
  border-radius: 50%;
  border: 0;
}
.lawgis-scrolltop span {
  font-size: 1.75rem;
}
.lawgis-scrolltop.scrolltop-show {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.lawgis-scrolltop.scrolltop-hide {
  -webkit-transform: translateY(200px);
  transform: translateY(200px);
}
@media only screen and (min-width: 992px) {
  .lawgis-scrolltop {
    width: 3rem;
    height: 3rem;
    bottom: 2rem;
    right: 2rem;
  }
}
.lawgis-scrolltop::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background: conic-gradient(#b87d36 var(--scroll-progress), #b68c5a 0);
  z-index: -1;
}

.divider {
  width: 100%;
  display: block;
  height: 60px;
}
@media only screen and (min-width: 576px) {
  .divider {
    height: 70px;
  }
}
@media only screen and (min-width: 768px) {
  .divider {
    height: 90px;
  }
}
@media only screen and (min-width: 992px) {
  .divider {
    height: 100px;
  }
}
@media only screen and (min-width: 1200px) {
  .divider {
    height: 110px;
  }
}
@media only screen and (min-width: 1400px) {
  .divider {
    height: 130px;
  }
}

.divider-sm {
  width: 100%;
  display: block;
  height: 50px;
}

.section-heading h2 {
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.15;
  letter-spacing: -1.04px;
  margin-bottom: 32px;
}
h1 {
    font-size: clamp(32px, 4vw, 48px);
}
@media only screen and (min-width: 1400px) {
  .section-heading h2 {
    margin-bottom: 54px;
  }
}
.section-heading .sub-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  gap: 6px;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 1rem;
}
.section-heading .sub-title2 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 1rem;
}

.magnet-link:hover,
.magnet-link:focus {
  cursor: pointer;
}

.magnet-cursor,
.magnet-circle {
  position: fixed;
  top: 0;
  left: 0;
  border-radius: 50%;
  pointer-events: none;
}

.magnet-cursor {
  width: 0.75rem;
  height: 0.75rem;
  background-color: #d1b06b;
  -webkit-transform: translate(var(--x), var(--y));
  transform: translate(var(--x), var(--y));
  z-index: 1000000;
}

.magnet-circle {
  width: 2rem;
  height: 2rem;
  top: -2px;
  left: -2px;
  border: 2px solid #d1b06b;
  background-color: transparent;
  -webkit-transform: translate(var(--x), var(--y));
  transform: translate(var(--x), var(--y));
  z-index: 100000;
}

.reset .magnet-cursor {
  background-color: transparent;
}

.reset .magnet-circle {
  background-color: rgba(209, 176, 107, 0.2);
  border-color: transparent;
  width: 3rem;
  height: 3rem;
  top: -10px;
  left: -10px;
}

@font-face {
  font-family: 'flaticon_structa';
  src:
    url('assets/fonts/flaticon_structa9ede.woff2?f3a43082825b797447c6742318d704a2')
      format('woff2'),
    url('assets/fonts/flaticon_structa9ede.woff?f3a43082825b797447c6742318d704a2')
      format('woff'),
    url('assets/fonts/flaticon_structa9ede.eot?f3a43082825b797447c6742318d704a2#iefix')
      format('embedded-opentype'),
    url('assets/fonts/flaticon_structa9ede.ttf?f3a43082825b797447c6742318d704a2')
      format('truetype'),
    url('assets/fonts/flaticon_structa9ede.html?f3a43082825b797447c6742318d704a2#flaticon_structa')
      format('svg');
}
i[class^='flaticon-']:before,
i[class*=' flaticon-']:before {
  font-family: flaticon_structa !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.flaticon-meeting:before {
  content: '\f101';
}

.flaticon-real-estate:before {
  content: '\f102';
}

.flaticon-education:before {
  content: '\f103';
}

.flaticon-constitution:before {
  content: '\f104';
}

/* Preloader CSS */
/* Preloader CSS */
#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  top: 0;
  left: 0;
  background-color: #181818;
  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;
  overflow: hidden;
  flex-direction: column;
    gap: 20px;
}
#preloader .spinner-grow-2 {
  background-color: #b68c5a;
  width: 100px;
  height: 100px;
  padding: 22px;
  border-radius: 50% !important;

  animation: growSmooth 1s ease-in-out infinite;
}

@keyframes growSmooth {
  0% {
    transform: scale(0.6);
    opacity: 0.6;
  }
  50% {
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    transform: scale(0.6);
    opacity: 0.6;
  }
}


/* Jarallax CSS */
.jarallax {
  position: relative;
  z-index: 0;
}

.jarallax > .jarallax-img,
picture.jarallax-img img {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

/* Header CSS */
.header-area {
  background-color: transparent;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: #181818;
  -webkit-transition: all 350ms;
  transition: all 350ms;
}
.header-area::after {
  -webkit-transition: all 350ms;
  transition: all 350ms;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.15);
  content: '';
  bottom: 0;
  left: 0;
  z-index: -10;
}
@media only screen and (min-width: 992px) {
  .header-area {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.header-area.mobile-menu-open {
  background-color: #181818;
}
.header-area .navbar-toggler {
  padding: 0;
  width: 1.75rem;
  height: 1.75rem;
  font-size: 1.5rem;
  color: #ffffff;
  border: 0;
}
.header-area .navbar-toggler:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.header-area .navbar {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  -webkit-transition: all 350ms;
  transition: all 350ms;
}
@media only screen and (min-width: 992px) {
  .header-area .navbar {
    height: 110px;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.header-area .navbar .navbar-brand {
  margin-right: 2rem;
  line-height: 1 !important;
}
@media only screen and (min-width: 1200px) {
  .header-area .navbar .navbar-brand {
    margin-right: 3rem;
  }
}
.header-area .navbar-nav {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
@media only screen and (min-width: 992px) {
  .header-area .navbar-nav {
    gap: 12px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .header-area .navbar-nav {
    gap: 22px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1400px) {
  .header-area .navbar-nav {
    gap: 22px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.header-area .navbar-nav li > a {
  display: inline-block;
  color: #ffffff;
  font-weight: 600;
  font-size: 1rem;
  text-transform: capitalize;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  -webkit-transition: all 350ms;
  transition: all 350ms;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
}
.header-area .navbar-nav li > a i {
  margin-top: 3px;
}
@media only screen and (min-width: 1200px) {
  .header-area .navbar-nav li > a {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.header-area .navbar-nav li > a:hover {
  color: #b68c5a;
}
.header-area .navbar-nav li .lawgis-dd-menu {
  list-style: none;
  background-color: transparent;
  position: relative;
  z-index: 100;
  top: 100%;
  width: 100%;
  border: 0;
  border-radius: 0.5rem;
  display: none;
  padding-left: 0;
}
@media only screen and (min-width: 992px) {
  .header-area .navbar-nav li .lawgis-dd-menu {
    padding: 1rem 0;
    -webkit-transition: all 350ms;
    transition: all 350ms;
    position: absolute;
    top: calc(100% + 8px);
    width: 15rem;
    background-color: #181818;
    visibility: hidden;
    opacity: 0;
    display: block;
    left: -1rem;
    border: 1px solid rgba(254, 254, 254, 0.1);
  }
}
.header-area .navbar-nav li .lawgis-dd-menu li > a {
  -webkit-transition: all 350ms;
  transition: all 350ms;
  position: relative;
  font-size: 1rem;
  padding: 0.375rem 1rem;
  color: #ffffff;
  text-transform: capitalize;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (min-width: 992px) {
  .header-area .navbar-nav li .lawgis-dd-menu li > a {
    padding: 0.375rem 1.5rem;
  }
}
.header-area .navbar-nav li .lawgis-dd-menu li > a:hover,
.header-area .navbar-nav li .lawgis-dd-menu li > a:focus {
  background-color: transparent;
  color: #b68c5a;
}
@media only screen and (min-width: 992px) {
  .header-area .navbar-nav li .lawgis-dd-menu li > a:hover,
  .header-area .navbar-nav li .lawgis-dd-menu li > a:focus {
    color: #b68c5a;
  }
}
.header-area .navbar-nav li.lawgis-dd {
  position: relative;
  z-index: 1;
}
.header-area .navbar-nav li.lawgis-dd .dropdown-toggler {
  position: absolute;
  width: 100%;
  height: 36px;
  z-index: 100;
  background-color: transparent;
  color: #b68c5a;
  top: 2px;
  cursor: pointer;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 14px;
}
@media only screen and (min-width: 992px) {
  .header-area .navbar-nav li.lawgis-dd .dropdown-toggler {
    display: none;
  }
}
.header-area .navbar-nav li.lawgis-dd > a {
  position: relative;
}
@media only screen and (min-width: 992px) {
  .header-area .navbar-nav li.lawgis-dd:hover .lawgis-dd-menu,
  .header-area .navbar-nav li.lawgis-dd:focus .lawgis-dd-menu {
    visibility: visible;
    opacity: 1;
    top: 100%;
  }
}
.header-area .navbar-nav li.lawgis-dd .lawgis-dd .dropdown-toggler {
  right: 1rem;
}
.header-area .navbar-nav li.lawgis-dd .lawgis-dd > a {
  position: relative;
  width: 100%;
}
.header-area .navbar-nav li.lawgis-dd .lawgis-dd .lawgis-dd-menu {
  display: none;
  padding-left: 1rem;
}
@media only screen and (min-width: 992px) {
  .header-area .navbar-nav li.lawgis-dd .lawgis-dd .lawgis-dd-menu {
    margin-left: 0.25rem;
    top: -8px;
    left: 100%;
    visibility: hidden;
    opacity: 0;
    display: block;
  }
}
@media only screen and (min-width: 992px) {
  .header-area .navbar-nav li.lawgis-dd .lawgis-dd:hover .lawgis-dd-menu,
  .header-area .navbar-nav li.lawgis-dd .lawgis-dd:focus .lawgis-dd-menu {
    visibility: visible;
    opacity: 1;
  }
}
.header-area.sticky-on {
  background-color: #181818;
  -webkit-box-shadow: 0 1rem 3rem rgba(194, 199, 240, 0.175);
  box-shadow: 0 1rem 3rem rgba(194, 199, 240, 0.175);
}
.header-area.sticky-on::after {
  background-color: rgba(255, 255, 255, 0);
}
@media only screen and (min-width: 992px) {
  .header-area.sticky-on .navbar {
    height: 90px;
  }
}
.header-area.style-two .header-top {
  width: 100%;
  height: 40px;
  background-color: #181818;
  -webkit-transition-duration: 350ms;
  transition-duration: 350ms;
}
.header-top .right-side span {
  font-size: 14px !important;
}
.header-area.style-two .navbar {
  background-color: #ffffff;
  -webkit-transition-duration: 350ms;
  transition-duration: 350ms;
}
@media only screen and (min-width: 992px) {
  .header-area.style-two .navbar {
    height: 80px;
  }
}
.header-area.style-two .navbar-toggler {
  color: #181818;
}
.header-area.style-two .social-nav a {
  color: #ffffff;
  font-size: 20px;
}
.header-area.style-two .social-nav a:hover,
.header-area.style-two .social-nav a:focus {
  color: #b68c5a;
}
.header-area.style-two .navbar-nav li > a {
  color: #181818;
}
.header-area.style-two .navbar-nav li > a:hover {
  color: #b87d36;
}
.header-area.style-two .navbar-nav li .lawgis-dd-menu {
  background-color: transparent;
}
@media only screen and (min-width: 992px) {
  .header-area.style-two .navbar-nav li .lawgis-dd-menu {
    background-color: #181818;
    border: 1px solid rgba(254, 254, 254, 0.1);
  }
}
.header-area.style-two .navbar-nav li .lawgis-dd-menu li > a {
  color: #181818;
}
@media only screen and (min-width: 992px) {
  .header-area.style-two .navbar-nav li .lawgis-dd-menu li > a {
    color: #ffffff;
  }
}
.header-area.style-two .navbar-nav li .lawgis-dd-menu li > a:hover,
.header-area.style-two .navbar-nav li .lawgis-dd-menu li > a:focus {
  background-color: transparent;
  color: #b68c5a;
}
@media only screen and (min-width: 992px) {
  .header-area.style-two .navbar-nav li .lawgis-dd-menu li > a:hover,
  .header-area.style-two .navbar-nav li .lawgis-dd-menu li > a:focus {
    color: #b68c5a;
  }
}
.header-area.style-two .navbar-nav li.lawgis-dd .dropdown-toggler {
  background-color: transparent;
  color: #b68c5a;
}
.header-area.style-two.sticky-on .header-top {
  height: 40px;
}
.header-area.style-two.sticky-on::after {
  background-color: rgba(255, 255, 255, 0);
}
@media only screen and (min-width: 992px) {
  .header-area.style-two.sticky-on .navbar {
    height: 80px;
  }
}
.header-area.style-three::after {
  display: none;
}
.header-area.style-three.header-area {
  top: 36px;
  background-color: transparent;
}
.header-area.style-three .navbar {
  border-radius: 5rem;
  padding-left: 30px;
  padding-right: 30px;
}
@media only screen and (min-width: 992px) {
  .header-area.style-three .navbar {
    height: 90px;
  }
}
.header-area.style-three.sticky-on {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.header-area.style-three.sticky-on .navbar {
  -webkit-box-shadow: 0 1rem 3rem rgba(194, 199, 240, 0.3);
  box-shadow: 0 1rem 3rem rgba(194, 199, 240, 0.3);
}
@media only screen and (min-width: 992px) {
  .header-area.style-three.sticky-on .navbar {
    height: 75px;
  }
}
.header-area.style-three.mobile-menu-open .navbar {
  border-radius: 12px;
}

.call-now-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 14px;
}
.call-now-btn .icon {
  width: 50px;
  height: 50px;
  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;
  border-radius: 50%;
  background-color: #d1b06b;
}
.call-now-btn span {
  display: block;
  font-size: 14px;
  color: #161d27;
}
.call-now-btn span:last-child {
  font-size: 16px;
  font-weight: 600;
}

.header-search-btn .btn {
  min-width: 20px;
  padding: 0;
  margin-left: 0;
  margin-right: 36px;
  color: #ffffff;
}
.header-search-btn .btn i {
  font-size: 24px;
}
@media only screen and (min-width: 992px) {
  .header-search-btn .btn {
    margin-left: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .header-search-btn .btn {
    margin-left: 60px;
  }
}

.sideMenuButton {
  width: 60px;
  height: 60px;
  border-radius: 6px;
  min-width: 50px;
  padding: 0;
  background-color: #b68c5a;
}
.sideMenuButton:hover svg path,
.sideMenuButton:focus svg path {
  stroke: #ffffff;
}

.right-side-lawgis-offcanvas {
  width: 320px !important;
  background-color: #ffffff;
}
@media only screen and (min-width: 576px) {
  .right-side-lawgis-offcanvas {
    width: 450px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .right-side-lawgis-offcanvas {
    width: 500px !important;
  }
}
.right-side-lawgis-offcanvas .offcanvas-header {
  height: 110px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid rgba(254, 254, 254, 0.1);
  padding-left: 20px;
  padding-right: 20px;
  background-color: #faf6f3;
}
@media only screen and (min-width: 576px) {
  .right-side-lawgis-offcanvas .offcanvas-header {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.right-side-lawgis-offcanvas .offcanvas-header .btn-close {
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  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;
  border-radius: 50%;
}
.right-side-lawgis-offcanvas .offcanvas-body {
  padding: 40px 20px;
  scrollbar-width: thin;
}
@media only screen and (min-width: 576px) {
  .right-side-lawgis-offcanvas .offcanvas-body {
    padding: 60px 40px;
  }
}

@media only screen and (min-width: 992px) {
  .lawgis-dd-menu {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition:
      opacity 350ms ease,
      -webkit-transform 350ms ease;
    transition:
      opacity 350ms ease,
      -webkit-transform 350ms ease;
    transition:
      opacity 350ms ease,
      transform 350ms ease;
    transition:
      opacity 350ms ease,
      transform 350ms ease,
      -webkit-transform 350ms ease;
  }
  .lawgis-dd-menu li {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition:
      opacity 350ms ease,
      -webkit-transform 350ms ease;
    transition:
      opacity 350ms ease,
      -webkit-transform 350ms ease;
    transition:
      opacity 350ms ease,
      transform 350ms ease;
    transition:
      opacity 350ms ease,
      transform 350ms ease,
      -webkit-transform 350ms ease;
  }
  .lawgis-dd:hover .lawgis-dd-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .lawgis-dd:hover .lawgis-dd-menu li {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .lawgis-dd:hover .lawgis-dd-menu li:nth-child(1) {
    -webkit-transition-delay: 100ms;
    transition-delay: 100ms;
  }
  .lawgis-dd:hover .lawgis-dd-menu li:nth-child(2) {
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
  }
  .lawgis-dd:hover .lawgis-dd-menu li:nth-child(3) {
    -webkit-transition-delay: 300ms;
    transition-delay: 300ms;
  }
  .lawgis-dd:hover .lawgis-dd-menu li:nth-child(4) {
    -webkit-transition-delay: 400ms;
    transition-delay: 400ms;
  }
  .lawgis-dd:hover .lawgis-dd-menu li:nth-child(5) {
    -webkit-transition-delay: 500ms;
    transition-delay: 500ms;
  }
  .lawgis-dd:hover .lawgis-dd-menu li:nth-child(6) {
    -webkit-transition-delay: 600ms;
    transition-delay: 600ms;
  }
  .lawgis-dd:hover .lawgis-dd-menu li:nth-child(7) {
    -webkit-transition-delay: 700ms;
    transition-delay: 700ms;
  }
  .lawgis-dd:hover .lawgis-dd-menu li:nth-child(8) {
    -webkit-transition-delay: 800ms;
    transition-delay: 800ms;
  }
  .lawgis-dd:hover .lawgis-dd-menu li:nth-child(9) {
    -webkit-transition-delay: 900ms;
    transition-delay: 900ms;
  }
  .lawgis-dd:hover .lawgis-dd-menu li:nth-child(10) {
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
  }
  .lawgis-dd:hover .lawgis-dd-menu li:nth-child(11) {
    -webkit-transition-delay: 1100ms;
    transition-delay: 1100ms;
  }
  .lawgis-dd:hover .lawgis-dd-menu li:nth-child(12) {
    -webkit-transition-delay: 1200ms;
    transition-delay: 1200ms;
  }
  .lawgis-dd:hover .lawgis-dd-menu li:nth-child(13) {
    -webkit-transition-delay: 1300ms;
    transition-delay: 1300ms;
  }
  .lawgis-dd:hover .lawgis-dd-menu li:nth-child(14) {
    -webkit-transition-delay: 1400ms;
    transition-delay: 1400ms;
  }
  .lawgis-dd:hover .lawgis-dd-menu li:nth-child(15) {
    -webkit-transition-delay: 1500ms;
    transition-delay: 1500ms;
  }
  .lawgis-dd:hover .lawgis-dd-menu li:nth-child(16) {
    -webkit-transition-delay: 1600ms;
    transition-delay: 1600ms;
  }
  .lawgis-dd:hover .lawgis-dd-menu li:nth-child(17) {
    -webkit-transition-delay: 1700ms;
    transition-delay: 1700ms;
  }
  .lawgis-dd:hover .lawgis-dd-menu li:nth-child(18) {
    -webkit-transition-delay: 1800ms;
    transition-delay: 1800ms;
  }
  .lawgis-dd:hover .lawgis-dd-menu li:nth-child(19) {
    -webkit-transition-delay: 1900ms;
    transition-delay: 1900ms;
  }
  .lawgis-dd:hover .lawgis-dd-menu li:nth-child(20) {
    -webkit-transition-delay: 2000ms;
    transition-delay: 2000ms;
  }
}
/* Hero CSS */
.hero-section {
  position: relative;
  z-index: 1;
  background-color: #181818;
  margin-top: 68px;
  padding-top: 0;
  padding-bottom: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 1200px) {
  .hero-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 1400px) {
  .hero-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.hero-section .right-side-image > img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: auto;
  z-index: -5;
  height: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.hero-section::after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #181818;
  opacity: 0.9;
  content: '';
  z-index: -10;
}
.hero-section::before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: '';
  z-index: -10;
  background: radial-gradient(
    48.33% 39.41% at 74.75% 53.85%,
    rgba(28, 29, 32, 0) 0%,
    #181818 100%
  );
}
@media only screen and (min-width: 992px) {
  .hero-section {
    margin-top: 110px;
  }
}
.hero-section .left-side-text {
  color: transparent;
  position: absolute;
  top: 50%;
  left: -2%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url('assets/img/core-img/law-firm.png');
  background-position: center center;
  background-repeat: no-repeat;
  width: 10%;
  height: 100%;
  z-index: -5;
}
.hero-section.style-two {
  margin-top: 115px;
  padding-top: 0;
  padding-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .hero-section.style-two {
    margin-top: 150px;
  }
}
.hero-section.style-three {
  margin-top: 115px;
  padding-top: 0;
  padding-bottom: 0;
  height: calc(100vh - 115px);
}

@media only screen and (min-width: 992px) {
  .hero-section.style-three {
    margin-top: 120px;
     height: calc(100vh - 120px);
  }
}
.hero-section.style-four {
  margin-top: 0;
  padding-top: 126px;
  padding-bottom: 0;
}
.hero-section.style-four::after {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(6.19%, #000),
    color-stop(18.78%, #000),
    color-stop(96.88%, rgba(0, 0, 0, 0))
  );
  background: linear-gradient(
    90deg,
    #000 6.19%,
    #000 18.78%,
    rgba(0, 0, 0, 0) 96.88%
  );
}
.hero-section.style-four .hero-thumbnail {
  position: relative;
  -webkit-transform: translateY(130px);
  transform: translateY(130px);
}
.hero-section.style-five {
  background-color: #1f2732;
  position: relative;
  margin-top: 115px;
}
@media only screen and (min-width: 992px) {
  .hero-section.style-five {
    margin-top: 150px;
  }
}
.hero-section.style-five::before,
.hero-section.style-five::after {
  display: none;
}
.hero-section.style-five .left-side-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 10;
  display: none;
}
@media only screen and (min-width: 768px) {
  .hero-section.style-five .left-side-image {
    display: block;
  }
}
.hero-section.style-five .hero-content {
  margin-left: 0;
}
@media only screen and (min-width: 768px) {
  .hero-section.style-five .hero-content {
    margin-left: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .hero-section.style-five .hero-content {
    margin-left: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .hero-section.style-five .hero-content {
    margin-left: 50px;
  }
}
@media only screen and (min-width: 1400px) {
  .hero-section.style-five .hero-content {
    margin-left: 100px;
  }
}
.hero-section.style-five .svg-shape {
  position: absolute;
  top: 13%;
  right: 5%;
  z-index: -10;
}
.hero-section.style-five .svg-shape.second {
  top: 63%;
  right: 5%;
}

.hero-content h2 {
  letter-spacing: -1.88px;
  font-size: 36px;
  line-height: 1.1;
}
@media only screen and (min-width: 576px) {
  .hero-content h2 {
    font-size: 48px;
  }
}
@media only screen and (min-width: 768px) {
  .hero-content h2 {
    font-size: 60px;
  }
}
@media only screen and (min-width: 992px) {
  .hero-content h2 {
    font-size: 72px;
  }
}
@media only screen and (min-width: 1400px) {
  .hero-content h2 {
    font-size: 94px;
  }
}
.hero-content p {
  font-size: 16px;
  margin-bottom: 32px;
}
@media only screen and (min-width: 1200px) {
  .hero-content p {
    font-size: 18px;
    margin-bottom: 44px;
  }
}
.hero-content .hero-rating .icon {
  width: 58px;
  height: 58px;
  background-color: #ffffff;
  border-radius: 50%;
  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;
}
.hero-content .hero-rating div p {
  font-size: 22px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.5;
}
.hero-content .hero-rating div p:last-child {
  font-size: 16px;
  font-weight: 400;
}

.hero-thumbnail {
  position: relative;
  padding-right: 50px;
}
@media only screen and (min-width: 1200px) {
  .hero-thumbnail {
    padding-right: 80px;
  }
}

.play-video-btn {
  cursor: pointer;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 14px;
}
.play-video-btn .icon {
  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;
  width: 58px;
  height: 58px;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #d1b06b;
  color: #d1b06b;
  -webkit-transition-duration: 350ms;
  transition-duration: 350ms;
  font-size: 24px;
}
.play-video-btn:hover .icon {
  background-color: #d1b06b;
  color: #ffffff;
}

.case-solve-card {
  position: absolute;
  bottom: 50px;
  right: 0;
  width: 150px;
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #ffffff;
  border-radius: 12px;
  z-index: 14;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (min-width: 1200px) {
  .case-solve-card {
    width: 220px;
    height: 220px;
    bottom: 80px;
  }
}
.case-solve-card > div {
  font-size: 24px;
  font-weight: 600;
  margin-top: 12px;
  line-height: 1.1;
}
@media only screen and (min-width: 1200px) {
  .case-solve-card > div {
    font-size: 36px;
    margin-top: 24px;
  }
}
.case-solve-card p {
  font-size: 14px;
}
@media only screen and (min-width: 1200px) {
  .case-solve-card p {
    font-size: 18px;
  }
}

.hero-three-swiper {
  position: relative;
  z-index: 1;
}
.hero-three-swiper .swiper-slide {
  width: 100%;
  position: relative;
  z-index: 1;
  /* height: 450px; */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  /* .hero-three-swiper .swiper-slide {
    height: 550px;
  } */
}
@media only screen and (min-width: 992px) {
  /* .hero-three-swiper .swiper-slide {
    height: 650px;
  } */
}
@media only screen and (min-width: 1200px) {
  /* .hero-three-swiper .swiper-slide {
    height: 750px;
  } */
}
@media only screen and (min-width: 1400px) {
  .hero-three-swiper .swiper-slide {
    font-size: 860;
  }
}
.hero-three-swiper{
height: 100%;
}
.hero-three-swiper .swiper-slide::after {
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: radial-gradient(
    116.72% 127.88% at 62.5% -41.34%,
    #181818 0%,
    rgba(28, 29, 32, 0.6) 100%
  );
  z-index: -1;
}
.hero-three-swiper .swiper-slide p {
  font-size: 22px;
  font-weight: 600;
  color: #ffffff;
}
@media only screen and (min-width: 576px) {
  .hero-three-swiper .swiper-slide p {
    font-size: 24px;
  }
}
@media only screen and (min-width: 768px) {
  .hero-three-swiper .swiper-slide p {
    font-size: 26px;
  }
}
@media only screen and (min-width: 992px) {
  .hero-three-swiper .swiper-slide p {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1400px) {
  .hero-three-swiper .swiper-slide p {
    font-size: 30px;
  }
}
.hero-three-swiper .swiper-slide h2 {
  color: #ffffff;
  font-size: 36px;
  line-height: 1.05;
}
@media only screen and (min-width: 576px) {
  .hero-three-swiper .swiper-slide h2 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 768px) {
  .hero-three-swiper .swiper-slide h2 {
    font-size: 44px;
  }
}
@media only screen and (min-width: 992px) {
  .hero-three-swiper .swiper-slide h2 {
     font-size: 48px;
  }
}
@media only screen and (min-width: 1400px) {
  .hero-three-swiper .swiper-slide h2 {
    font-size: 48px;
  }
}
.hero-three-swiper .hero-three-button-prev,
.hero-three-swiper .hero-three-button-next {
  width: 60px;
  height: 60px;
  position: absolute;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.1);
  left: 60px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 100;
  color: #ffffff;
  font-size: 24px;
  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;
  -webkit-transition-duration: 350ms;
  transition-duration: 350ms;
}
.hero-three-swiper .hero-three-button-prev:hover,
.hero-three-swiper .hero-three-button-next:hover {
  background-color: #b68c5a;
  color: #181818;
  -webkit-transform: translateY(-50%) translateX(-12px);
  transform: translateY(-50%) translateX(-12px);
}
.hero-three-swiper .hero-three-button-next {
  left: auto;
  right: 60px;
}
.hero-three-swiper .hero-three-button-next:hover {
  -webkit-transform: translateY(-50%) translateX(12px);
  transform: translateY(-50%) translateX(12px);
}

/* About CSS */
.manager-info .manager-thumbnail {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.manager-info .manager-thumbnail img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.manager-info div p {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
}
.manager-info div p:last-child {
  font-size: 16px;
  font-weight: 400;
}

.experience-card {
  padding: 40px 30px;
  border-radius: 12px;
  background-color: #181818;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.experience-card h2 {
  color: #ffffff;
  font-size: 48px;
  line-height: 1.1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 1200px) {
  .experience-card h2 {
    font-size: 45px;
  }
}
.experience-card p {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.experience-card:hover {
  background-color: #b68c5a;
}
.experience-card:hover h2 {
  color: #181818;
}
.experience-card:hover p {
  color: #262629;
}

.about-section {
  position: relative;
  z-index: 1;
}
.about-section .legal-desc {
  color: #fff !important;
}
.about-section .about-left-side-bg {
  width: calc(50% - 1rem);
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  position: absolute;
  display: none;
}
@media only screen and (min-width: 768px) {
  .about-section .about-left-side-bg {
    display: block;
  }
}
.about-section.style-two .about-thumbnail {
  position: relative;
  z-index: 1;
  width: 100%;
  border-radius: 12px;
}
.about-section.style-two .about-thumbnail img {
  border-radius: 12px;
}
.about-section.style-two .about-thumbnail::before {
  content: '';
  position: absolute;
  top: -30px;
  right: -30px;
  width: 80%;
  height: 100%;
  border-radius: 12px;
  border: 2px solid #d1b06b;
  z-index: -10;
}
.about-section.style-two .about-thumbnail .shape1 {
  position: absolute;
  top: -60px;
  right: -60px;
  z-index: 10;
}
.about-section.style-two .about-thumbnail .shape2 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-45%);
  transform: translateY(-45%);
  right: -60px;
  z-index: -20;
}
.about-section.style-two ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about-section.style-two ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(50% - 48px);
  flex: 0 0 calc(50% - 48px);
  max-width: calc(50% - 48px);
  width: calc(50% - 48px);
}
.about-section.style-two ul li .icon {
  width: 30px;
  height: 30px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border: 1px solid #b68c5a;
  border-radius: 50%;
  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;
}
.about-section.style-three {
  background-color: #161d27;
}

.about-card {
  position: relative;
  width: 100%;
  border-radius: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.about-card img {
  width: 100%;
  border-radius: 12px;
}
.about-card.big-card {
  overflow: hidden;
}
.about-card.big-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background: rgba(28, 29, 32, 0.7);
  z-index: 1;
}
.about-card.big-card .top-conetnt {
  position: absolute;
  top: 24px;
  left: 30px;
  width: 90%;
  z-index: 10;
}
.about-card.big-card .top-conetnt div {
  font-size: 36px;
  font-weight: 600;
  color: #ffffff;
}
.about-card.big-card .top-conetnt p {
  font-size: 16px;
  color: #ffffff;
}
.about-card.big-card .bottom-content {
  position: absolute;
  bottom: 24px;
  left: 30px;
  width: 90%;
  z-index: 10;
}
.about-card.big-card .bottom-content div {
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 12px;
}
.about-card.big-card .bottom-content p {
  font-size: 16px;
  color: #ffffff;
}
.about-card.big-card img {
  border-radius: 12px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.about-card.big-card:hover img,
.about-card.big-card:focus img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.about-card.small-card {
  padding: 24px 32px;
  border-radius: 12px;
  background-color: #1f2732;
}
.about-card.small-card div {
  margin-bottom: 6px;
}
.about-card.small-card div div {
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
}
@media only screen and (min-width: 1400px) {
  .about-card.small-card div div {
    font-size: 36px;
  }
}
.about-card.small-card p {
  color: #ffffff;
  font-size: 18px;
}
.about-card:hover,
.about-card:focus {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.about-us-section img {
  border-radius: 12px;
}

/* Happy Counts */
.happy-counts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}
@media only screen and (min-width: 1200px) {
  .happy-counts {
    gap: 48px;
  }
}
.happy-counts .happy-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6px;
}
.happy-counts .happy-count > span {
  color: #ffffff;
  font-size: 16px;
}
.happy-counts .count-border {
  width: 1px;
  height: 70px;
  background: rgba(102, 107, 118, 0.3);
}
.happy-counts .happy-count-number {
  font-size: 32px;
  color: #ffffff;
}
@media only screen and (min-width: 1200px) {
  .happy-counts .happy-count-number {
    font-size: 52px;
  }
}

.why-choose-us-wrapper {
  background-color: #1f2732;
}

/* Service CSS */
.service-swiper-slider {
  width: 100%;
}
@media only screen and (min-width: 576px) {
  .service-swiper-slider {
    width: 120%;
  }
}
@media only screen and (min-width: 992px) {
  .service-swiper-slider {
    width: 125%;
  }
}
@media only screen and (min-width: 1200px) {
  .service-swiper-slider {
    width: 130%;
  }
}
@media only screen and (min-width: 1400px) {
  .service-swiper-slider {
    width: 150%;
  }
}

.service-two-swiper {
  width: 100%;
}
@media only screen and (min-width: 576px) {
  .service-two-swiper {
    width: 120%;
  }
}
@media only screen and (min-width: 992px) {
  .service-two-swiper {
    width: 125%;
  }
}
@media only screen and (min-width: 1200px) {
  .service-two-swiper {
    width: 130%;
  }
}
@media only screen and (min-width: 1400px) {
  .service-two-swiper {
    width: 150%;
  }
}

.service-slide-card {
  position: relative;
  border-radius: 12px;
  background: #181818;
  padding: 40px 30px;
  -webkit-transition-duration: 350ms;
  transition-duration: 350ms;
}
.service-slide-card > i {
  font-size: 60px;
  color: #b68c5a;
  margin-bottom: 32px;
  display: block;
  margin-bottom: 1rem;
  -webkit-transition-duration: 350ms;
  transition-duration: 350ms;
}
.service-slide-card .title {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.3;
  color: #ffffff;
  display: block;
  margin-bottom: 1rem;
  -webkit-transition-duration: 350ms;
  transition-duration: 350ms;
}
.service-slide-card p {
  -webkit-transition-duration: 350ms;
  transition-duration: 350ms;
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 2rem;
  display: block;
}
.service-slide-card .btn-link {
  color: #ffffff;
  font-size: 16px;
  -webkit-transition-duration: 350ms;
  transition-duration: 350ms;
}
.service-slide-card .btn-link i {
  font-size: 20px;
}
.service-slide-card:hover,
.service-slide-card:focus {
  background-color: #b68c5a;
}
.service-slide-card:hover .btn-primary,
.service-slide-card:focus  .btn-primary{
  background-color: var(--dark-bg);
  color: var(--card-bg);
}
.service-slide-card:hover .title,
.service-slide-card:hover p,
.service-slide-card:hover span,
.service-slide-card:focus .title,
.service-slide-card:focus p,
.service-slide-card:focus span {
  color: #181818;
}
.service-slide-card:hover > i,
.service-slide-card:focus > i {
  color: #181818;
}
.service-slide-card:hover .btn-link,
.service-slide-card:focus .btn-link {
  color: #181818 !important;
}

.service-swiper-slider-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 24px;
}
.service-swiper-slider-navigation > div {
  position: relative;
  z-index: 1;
  width: 50px;
  height: 50px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  background-color: transparent;
  border: 2px solid #b68c5a;
  border-radius: 50%;
  -webkit-transition: all 350ms;
  transition: all 350ms;
  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;
}
@media only screen and (min-width: 1200px) {
  .service-swiper-slider-navigation > div {
    width: 60px;
    height: 60px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
  }
}
.service-swiper-slider-navigation > div i {
  font-size: 24px;
  color: #181818;
}
.service-swiper-slider-navigation > div:hover,
.service-swiper-slider-navigation > div:focus {
  background-color: #b68c5a;
  border-color: #b68c5a;
}

.service-two-swiper .swiper-slide {
  border-radius: 12px;
  background: #ffffff;
  padding: 30px;
  -webkit-transition: all 350ms;
  transition: all 350ms;
}
.service-two-swiper .swiper-slide .title {
  font-size: 24px;
  font-weight: 600;
}
.service-two-swiper .swiper-slide img {
  width: 100%;
  border-radius: 12px;
}
.service-two-swiper .swiper-slide:hover,
.service-two-swiper .swiper-slide:focus {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}

.service-two-pagination {
  margin-top: 54px;
  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;
  gap: 14px;
}
.service-two-pagination > span {
  width: 8px;
  height: 8px;
  opacity: 1;
  -webkit-transition: all 350ms;
  transition: all 350ms;
  position: relative;
  z-index: 1;
  background-color: #181818;
  border-radius: 50%;
}
.service-two-pagination > span::before {
  width: 20px;
  height: 20px;
  border: 2px solid #181818;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 350ms;
  transition: all 350ms;
  content: '';
  visibility: hidden;
  opacity: 0;
}
.service-two-pagination > span.swiper-pagination-bullet-active::before {
  visibility: visible;
  opacity: 1;
}

.service-card {
  position: relative;
  z-index: 1;
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-transition: all 350ms;
  transition: all 350ms;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
@media only screen and (min-width: 1200px) {
  .service-card {
    border: 1px solid rgba(38, 38, 41, 0.3);
  }
}
.service-card svg {
  margin-bottom: 24px;
}
.service-card .service-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
  -webkit-transition: all 350ms;
  transition: all 350ms;
}
@media only screen and (min-width: 992px) {
  .service-card .service-title {
    font-size: 24px;
  }
}
.service-card .btn-link {
  color: #181818;
}
.service-card .btn-link:hover,
.service-card .btn-link:focus {
  color: #b87d36;
}
.service-card:hover,
.service-card:focus {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.service-card:hover .service-title,
.service-card:focus .service-title {
  color: #b68c5a;
}
.service-card.style-two {
  border-radius: 10px;
  background: #faf6f3;
  padding: 30px 24px;
  border: 0 !important;
}

.service-section {
  overflow: hidden;
}
.service-section.style-two {
  background-color: #1f2732;
}
.service-section.style-two .service-swiper-slider-navigation > div {
  background-color: transparent;
  border: 2px solid #b68c5a;
}
.service-section.style-two .service-swiper-slider-navigation > div i {
  font-size: 24px;
  color: #ffffff;
}
.service-section.style-two .service-swiper-slider-navigation > div:hover,
.service-section.style-two .service-swiper-slider-navigation > div:focus {
  background-color: #b68c5a;
  border-color: #b68c5a;
}
.service-section.style-two .service-swiper-slider-navigation > div:hover i,
.service-section.style-two .service-swiper-slider-navigation > div:focus i {
  color: #181818;
}

.service-details-content,
.blog-details-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}
.service-details-content .h1,
.service-details-content .h2,
.service-details-content .h3,
.service-details-content .h4,
.service-details-content .h5,
.service-details-content .h6,
.service-details-content p,
.blog-details-content .h1,
.blog-details-content .h2,
.blog-details-content .h3,
.blog-details-content .h4,
.blog-details-content .h5,
.blog-details-content .h6,
.blog-details-content p {
  margin-bottom: 0 !important;
}
.service-details-content .h2,
.blog-details-content .h2 {
  margin-top: 24px;
}
.service-details-content .h1,
.service-details-content .h2,
.service-details-content .h3,
.service-details-content .h4,
.service-details-content .h5,
.service-details-content .h6,
.blog-details-content .h1,
.blog-details-content .h2,
.blog-details-content .h3,
.blog-details-content .h4,
.blog-details-content .h5,
.blog-details-content .h6 {
  font-weight: 600;
}
.service-details-content img,
.blog-details-content img {
  width: 100%;
  border-radius: 12px;
  -webkit-transition: all 350ms;
  transition: all 350ms;
}
.service-details-content img:hover,
.blog-details-content img:hover {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.service-details-content ul,
.blog-details-content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
.service-details-content ul li,
.blog-details-content ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.service-form .form-control {
  border-radius: 4px;
  background: #faf6f3;
}
form .form-control,
form .form-select {
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.form-control::placeholder {
  color: #000 !important;
}
.form-control {
  color: #000 !important;
}
.modal form .form-control,
.modal form .form-select {
  border: 1px solid rgba(0, 0, 0, 0.3) !important;
}
.modal-title {
  color: #fff !important;
}
.service-widget {
  border-radius: 10px;
  background: #faf6f3;
  padding: 40px 30px;
}
.service-widget .service-list {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 0;
}
.service-widget .service-list li a {
  border-radius: 8px;
  color: #262629;
  font-size: 16px;
  padding: 11px 20px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #ffffff;
}
.service-widget .service-list li a i {
  font-size: 20px;
}
.service-widget .service-list li a:hover,
.service-widget .service-list li a:focus {
  border-color: #b68c5a;
  background-color: #b68c5a;
  color: #181818;
  padding: 11px 24px;
}

.helpline-card {
  position: relative;
  z-index: 1;
  text-align: center;
  border-radius: 12px;
  padding: 50px 40px;
}
.helpline-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(
    42.93% 42.41% at 45.26% 42.26%,
    rgba(28, 29, 32, 0) 0%,
    #181818 100%
  );
  z-index: -10;
  border-radius: 12px;
}
.helpline-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(28, 29, 32, 0.9);
  z-index: -10;
  border-radius: 12px;
}

.service-details-image img {
  width: 100%;
  border-radius: 12px;
  -webkit-transition: all 350ms;
  transition: all 350ms;
}
.service-details-image img:hover {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

/* Pricing CSS */
.pricing-plan-wrapper {
  background-color: #161d27;
}

.price-card .single-price-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 12px;
  padding-top: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(102, 107, 118, 0.3);
}
.price-card .single-price-item:first-child {
  padding-top: 0;
}
.price-card .single-price-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.price-card .single-price-item div > div {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 1.5;
}
@media only screen and (min-width: 992px) {
  .price-card .single-price-item div > div {
    font-size: 24px;
  }
}
.price-card .single-price-item div > p {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.5;
}
@media only screen and (min-width: 992px) {
  .price-card .single-price-item div > p {
    font-size: 16px;
  }
}
.price-card .single-price-item .price-value {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  text-align: right;
  font-size: 24px;
  font-weight: 600;
  color: #b68c5a;
}
.price-card > img {
  opacity: 0.1;
  width: 100%;
}

.price-card2 {
  position: relative;
  z-index: 1;
  padding: 42px 32px;
  border-radius: 12px;
  background: #1f2732;
  -webkit-transition: all 350ms;
  transition: all 350ms;
}
.price-card2 .plan-name {
  font-size: 22px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 12px;
}
.price-card2 p {
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 1.5rem;
}
.price-card2 .price-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: last baseline;
  -ms-flex-align: last baseline;
  align-items: last baseline;
  color: #ffffff;
  font-size: 52px;
  margin-bottom: 2rem;
  line-height: 1.1;
}
.price-card2 .price-value span {
  font-size: 16px;
}
.price-card2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 3rem;
}
.price-card2 ul li {
  color: #ffffff;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}
.price-card2 ul li i {
  color: #ffffff;
  font-size: 24px;
}
.price-card2.active {
  background-color: #b68c5a;
}
.price-card2.active .plan-name {
  color: #181818;
}
.price-card2.active p {
  color: #181818;
}
.price-card2.active .price-value {
  color: #181818;
}
.price-card2.active ul li {
  color: #181818;
}
.price-card2.active ul li i {
  color: #181818;
}
.price-card2.active .btn {
  background-color: #181818;
  color: #ffffff;
}
.price-card2:hover,
.price-card2:focus {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

/* Feature CSS */
.mission-vision-img-container {
  position: relative;
  z-index: 1;
  padding-right: 100px;
}
.mission-vision-img-container img {
  border-radius: 12px;
}
.mission-vision-img-container .experience {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 100;
  width: 160px;
  height: 160px;
  background-color: #b68c5a;
  border-radius: 50%;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 10px solid #ffffff;
}
.mission-vision-img-container .experience h3 {
  color: #181818;
  font-size: 32px;
  letter-spacing: -1.2px;
  line-height: 1.1;
}
@media only screen and (min-width: 992px) {
  .mission-vision-img-container .experience h3 {
    font-size: 52px;
  }
}
.mission-vision-img-container .experience span {
  display: block;
  margin-bottom: 0;
  color: #181818;
  font-size: 14px;
}

.mission-vision-content > h2 {
  font-size: 36px;
  line-height: 1.2;
  letter-spacing: -1.8px;
}
@media only screen and (min-width: 992px) {
  .mission-vision-content > h2 {
    font-size: 42px;
  }
}
@media only screen and (min-width: 1200px) {
  .mission-vision-content > h2 {
    font-size: 60px;
  }
}
.mission-vision-content > p {
  margin-top: 18px;
}

.mission-vision-accordion .accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}
.mission-vision-accordion .accordion-item {
  background-color: #181818;
  border-radius: 8px;
  border: 0;
}
.mission-vision-accordion .accordion-item .accordion-button {
  border-radius: 8px;
  background: transparent;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.4px;
  border: 1px solid rgba(254, 254, 254, 0.1);
}
@media only screen and (min-width: 992px) {
  .mission-vision-accordion .accordion-item .accordion-button {
    font-size: 24px;
  }
}
.mission-vision-accordion .accordion-item .accordion-button:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.mission-vision-accordion .accordion-item .accordion-button::after {
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M12%205V19%22%20stroke%3D%22%23FEFEFE%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22square%22/%3E%3Cpath%20d%3D%22M5%2012H19%22%20stroke%3D%22%23FEFEFE%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22square%22/%3E%3C/svg%3E');
}
.mission-vision-accordion .accordion-item .accordion-button:not(.collapsed) {
  color: #181818;
  background-color: #b68c5a;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 8px 8px 0 0;
}
.mission-vision-accordion
  .accordion-item
  .accordion-button:not(.collapsed)::after {
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M5%2012H19%22%20stroke%3D%22%230A0C00%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22square%22/%3E%3C/svg%3E');
}
.mission-vision-accordion .accordion-item .accordion-body {
  padding: 20px 30px;
  color: #ffffff;
  font-size: 16px;
  border-radius: 0 0 9px 9px;
  border-left: 1px solid rgba(254, 254, 254, 0.1);
  border-right: 1px solid rgba(254, 254, 254, 0.1);
  border-bottom: 1px solid rgba(254, 254, 254, 0.1);
}
@media only screen and (min-width: 1200px) {
  .mission-vision-accordion .accordion-item .accordion-body {
    font-size: 18px;
  }
}

.practice-section {
  background-color: #161d27;
}

.practice-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 50px;
  border-radius: 12px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .practice-item {
    gap: 60px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
@media only screen and (min-width: 992px) {
  .practice-item {
    gap: 80px;
  }
}
@media only screen and (min-width: 1200px) {
  .practice-item {
    gap: 100px;
  }
}
.practice-item .practice-number {
  width: 40px;
  height: 40px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  background-color: #ffffff;
  color: #262629;
  border-radius: 50%;
  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: 18px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.practice-item .practice-title {
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media only screen and (min-width: 992px) {
  .practice-item .practice-title {
    font-size: 36px;
  }
}
.practice-item .btn {
  opacity: 0;
  display: none;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}
.practice-item .practice-img {
  border-radius: 12px;
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media only screen and (min-width: 768px) {
  .practice-item .practice-img {
    width: 250px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 250px;
    flex: 0 0 250px;
    max-width: 250px;
  }
}
@media only screen and (min-width: 992px) {
  .practice-item .practice-img {
    width: 350px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 350px;
    flex: 0 0 350px;
    max-width: 350px;
  }
}
@media only screen and (min-width: 1200px) {
  .practice-item .practice-img {
    width: 450px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 450px;
    flex: 0 0 450px;
    max-width: 450px;
  }
}
.practice-item .practice-img img {
  width: 100%;
  border-radius: 12px;
}
.practice-item:hover,
.practice-item.active {
  padding: 40px 30px;
  background-color: #1f2732;
}
@media only screen and (min-width: 992px) {
  .practice-item:hover,
  .practice-item.active {
    padding: 60px 50px;
  }
}
.practice-item:hover .btn,
.practice-item.active .btn {
  opacity: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

/* Timeline CSS */
.lawgis-timeline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.timeline-event {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  width: 25%;
  max-width: 25%;
  height: 220px;
  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;
}
@media only screen and (min-width: 992px) {
  .timeline-event {
    height: 300px;
  }
}
@media only screen and (min-width: 1200px) {
  .timeline-event {
    height: 380px;
  }
}
.timeline-event::after {
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: rgba(250, 246, 243, 0.3);
  content: '';
  z-index: -10;
}
.timeline-event .timeline-year {
  position: relative;
  z-index: 1;
  width: 40px;
  height: 40px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 20px;
  background-color: #b68c5a;
  font-size: 12px;
  font-weight: 600;
  color: #181818;
  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;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 992px) {
  .timeline-event .timeline-year {
    width: 80px;
    height: 40px;
    font-size: 14px;
  }
}
@media only screen and (min-width: 1200px) {
  .timeline-event .timeline-year {
    width: 100px;
    height: 40px;
    font-size: 16px;
  }
}
.timeline-event .timeline-img {
  max-width: 60px;
  position: absolute;
  border-radius: 12px;
  -o-object-fit: cover;
  object-fit: cover;
  bottom: 55px;
  z-index: 10;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 576px) {
  .timeline-event .timeline-img {
    max-width: 100px;
  }
}
@media only screen and (min-width: 992px) {
  .timeline-event .timeline-img {
    max-width: 150px;
  }
}
@media only screen and (min-width: 1200px) {
  .timeline-event .timeline-img {
    max-width: 220px;
    bottom: 68px;
  }
}
.timeline-event .timeline-title {
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  position: absolute;
  width: 200%;
  bottom: -62px;
  text-align: center;
  z-index: 10;
}
@media only screen and (min-width: 992px) {
  .timeline-event .timeline-title {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1200px) {
  .timeline-event .timeline-title {
    font-size: 24px;
  }
}
.timeline-event:first-child {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-left: 0;
}
@media only screen and (min-width: 576px) {
  .timeline-event:first-child {
    padding-left: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .timeline-event:first-child {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .timeline-event:first-child {
    padding-left: 60px;
  }
}
.timeline-event:last-child {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 0;
}
@media only screen and (min-width: 576px) {
  .timeline-event:last-child {
    padding-right: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .timeline-event:last-child {
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .timeline-event:last-child {
    padding-right: 60px;
  }
}
.timeline-event:nth-child(even) .timeline-img {
  bottom: -55px;
}
@media only screen and (min-width: 576px) {
  .timeline-event:nth-child(even) .timeline-img {
    bottom: -75px;
  }
}
@media only screen and (min-width: 992px) {
  .timeline-event:nth-child(even) .timeline-img {
    bottom: -105px;
  }
}
@media only screen and (min-width: 1200px) {
  .timeline-event:nth-child(even) .timeline-img {
    bottom: -160px;
  }
}
.timeline-event:nth-child(even) .timeline-title {
  bottom: 70px;
}
.timeline-event:hover .timeline-img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

/* Team CSS */
.lawyers-team-section.style-two {
  position: relative;
  z-index: 1;
}
.lawyers-team-section.style-two::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 243px;
  background-color: #181818;
  z-index: -10;
}
.lawyers-team-section.style-three {
  background-color: #181818;
}

.laywer-card {
  position: relative;
  z-index: 1;
  border-radius: 12px;
  background-color: #faf6f3;
  overflow: hidden;
  -webkit-transition: all 500ms;
  transition: all 500ms;
  padding: 10px !important;
  border: 2px solid transparent !important;
  transition: all ease-in-out 0.7s;

}
.laywer-card:hover{
  border-color:var(--primary-red) !important ;

}
.laywer-card  img {
  width: 100%;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  border-radius: 12px;
height: 250px;
object-fit: cover;
object-position: center;
}
.laywer-card .laywer-info {
  position: relative;
  z-index: 10;
  padding: 24px 30px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.7);
}
.laywer-card .laywer-name {
  color: #181818;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.44px;
  margin-bottom: 8px;
}
@media only screen and (min-width: 1200px) {
  .laywer-card .laywer-name {
    font-size: 22px;
  }
}
.laywer-card .laywer-position {
  color: #262629;
  font-size: 14px;
  font-weight: 400;
}
@media only screen and (min-width: 1200px) {
  .laywer-card .laywer-position {
    font-size: 16px;
  }
}
.laywer-card .social-nav {
  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;
  gap: 10px;
}
.laywer-card .social-nav a {
  border: 1.5px solid #181818;
  -webkit-box-shadow: 0px 12.576px 25.152px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 12.576px 25.152px rgba(0, 0, 0, 0.04);
  border-radius: 50%;
  width: 32px;
  height: 32px;
  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: 15px;
  color: #181818;
}
.laywer-card .social-nav a:hover,
.laywer-card .social-nav a:focus {
  background-color: #181818;
  color: #ffffff;
}


/* .laywer-card:hover > img,
.laywer-card:focus > img {
  -webkit-transform: scale(1.05) translateY(-20px);
  transform: scale(1.05) translateY(-20px);
} */

.laywer-card.style-two {
  overflow: hidden;
  -webkit-transition-duration: 350ms;
  transition-duration: 350ms;
  background-color: #181818;
}
.laywer-card.style-two::after {
  border-radius: 12px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(31, 39, 50, 0)),
    to(#1f2732)
  );
  background: linear-gradient(180deg, rgba(31, 39, 50, 0) 0%, #1f2732 100%);
  content: '';
  width: 110%;
  height: 110%;
  position: absolute;
  top: -5%;
  left: -5%;
  opacity: 0;
  -webkit-transition-duration: 350ms;
  transition-duration: 350ms;
}
.laywer-card.style-two .laywer-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 24px 30px;
  -webkit-transition-duration: 350ms;
  transition-duration: 350ms;
}
.laywer-card.style-two .social-nav-trigger {
  width: 40px;
  height: 40px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  border-radius: 50%;
  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;
  color: #181818;
  background-color: #ffffff;
  -webkit-transition: all 350ms;
  transition: all 350ms;
  border: 0;
  font-size: 24px;
}
@media only screen and (min-width: 992px) {
  .laywer-card.style-two .social-nav-trigger {
    width: 50px;
    height: 50px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
  }
}
.laywer-card.style-two .social-nav-trigger i.ti-x {
  display: none;
}
.laywer-card.style-two .social-nav-trigger.active i.ti-share {
  display: none;
}
.laywer-card.style-two .social-nav-trigger.active i.ti-x {
  display: block;
}
.laywer-card.style-two .social-nav-trigger:hover,
.laywer-card.style-two .social-nav-trigger:focus {
  background-color: #d1b06b;
  color: #181818;
}
.laywer-card.style-two .lawyer-social-nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  z-index: 100;
  right: 37px;
  bottom: 90px;
}
.laywer-card.style-two .lawyer-social-nav a {
  border: 1.5px solid #ffffff;
  color: #ffffff;
  opacity: 0;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition:
    opacity 350ms,
    -webkit-transform 350ms;
  transition:
    opacity 350ms,
    -webkit-transform 350ms;
  transition:
    opacity 350ms,
    transform 350ms;
  transition:
    opacity 350ms,
    transform 350ms,
    -webkit-transform 350ms;
}
.laywer-card.style-two .lawyer-social-nav a:hover,
.laywer-card.style-two .lawyer-social-nav a:focus {
  background-color: #b68c5a;
  border-color: #b68c5a;
  color: #181818;
}
.laywer-card.style-two .lawyer-social-nav a.show {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.laywer-card.style-two:hover > img,
.laywer-card.style-two:focus > img {
  -webkit-transform: translateY(-6px) scale(1.1);
  transform: translateY(-6px) scale(1.1);
}
.laywer-card.style-two:hover .laywer-info,
.laywer-card.style-two:focus .laywer-info {
  opacity: 1;
}
.laywer-card.style-two:hover::after,
.laywer-card.style-two:focus::after {
  opacity: 1;
}

.team-details-img img {
  border-radius: 12px;
  width: 100%;
  -webkit-transition: all 350ms;
  transition: all 350ms;
}
.team-details-img img:hover,
.team-details-img img:focus {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.team-details-content .team-member-title {
  color: #181818;
  font-size: 32px;
  letter-spacing: -1.8px;
  -webkit-transform: translateX(-2px);
  transform: translateX(-2px);
}
@media only screen and (min-width: 576px) {
  .team-details-content .team-member-title {
    font-size: 36px;
  }
}
@media only screen and (min-width: 768px) {
  .team-details-content .team-member-title {
    font-size: 42px;
  }
}
@media only screen and (min-width: 992px) {
  .team-details-content .team-member-title {
    font-size: 54px;
  }
}
@media only screen and (min-width: 1200px) {
  .team-details-content .team-member-title {
    font-size: 60px;
  }
}
.team-details-content .social-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-top: 2rem;
}
.team-details-content .social-nav a {
  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;
  width: 44px;
  height: 44px;
  background-color: #181818;
  border-radius: 50%;
  font-size: 16px;
  color: #ffffff;
}
.team-details-content .social-nav a:hover,
.team-details-content .social-nav a:focus {
  background-color: #b68c5a;
  color: #181818;
}

/* Partner CSS */
.trusted-clients-logo > div {
  font-size: 22px;
  font-weight: 600;
}
.trusted-clients-logo img {
  max-height: 45px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
@media only screen and (min-width: 1200px) {
  .trusted-clients-logo img {
    max-height: 55px;
  }
}
@media only screen and (min-width: 1400px) {
  .trusted-clients-logo img {
    max-height: 60px;
  }
}
.trusted-clients-logo img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  cursor: pointer;
}

/* Case Study CSS */
.case-study-section-three {
  background-color: #161d27;
}

.case-study-card {
  position: relative;
  border-radius: 12px;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.case-study-card img {
  border-radius: 12px;
  -webkit-transition-duration: 350ms;
  transition-duration: 350ms;
  width: 100%;
}
.case-study-card .video-btn {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #ffffff;
  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;
  z-index: 100;
  left: 40px;
  bottom: 40px;
  cursor: pointer;
  -webkit-transition-duration: 350ms;
  transition-duration: 350ms;
}
.case-study-card .video-btn i {
  color: #181818;
  font-size: 24px;
}
.case-study-card .video-btn:hover,
.case-study-card .video-btn:focus {
  background-color: #b68c5a;
}
.case-study-card .video-btn:hover i,
.case-study-card .video-btn:focus i {
  color: #181818;
}
.case-study-card:hover,
.case-study-card:focus {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}
.case-study-card:hover img,
.case-study-card:focus img {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
  -webkit-filter: blur(2px);
  filter: blur(2px);
}
.case-study-card.style-two::after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  border-radius: 12px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(52.38%, rgba(28, 29, 32, 0)),
    color-stop(91.91%, #181818)
  );
  background: linear-gradient(
    180deg,
    rgba(28, 29, 32, 0) 52.38%,
    #181818 91.91%
  );
  content: '';
  -webkit-transition-duration: 350ms;
  transition-duration: 350ms;
  opacity: 0;
  visibility: hidden;
}
.case-study-card.style-two .case-study-content {
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 100;
  padding: 30px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition-duration: 350ms;
  transition-duration: 350ms;
}
.case-study-card.style-two .case-study-content div {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 6px;
}
@media only screen and (min-width: 1200px) {
  .case-study-card.style-two .case-study-content div {
    font-size: 24px;
  }
}
.case-study-card.style-two .case-study-content p {
  color: #ced0df;
  font-weight: 400;
  margin-bottom: 0;
}
.case-study-card.style-two:hover::after,
.case-study-card.style-two:focus::after {
  opacity: 1;
  visibility: visible;
}
.case-study-card.style-two:hover .case-study-content,
.case-study-card.style-two:focus .case-study-content {
  opacity: 1;
  visibility: visible;
}

.case-study-card-two {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 12px;
}
.case-study-card-two::after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  border-radius: 12px;
  background: linear-gradient(
    201deg,
    rgba(38, 38, 41, 0) 59.84%,
    rgba(38, 38, 41, 0.9) 82.58%
  );
  content: '';
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
.case-study-card-two > img {
  border-radius: 12px;
  -webkit-transition-duration: 350ms;
  transition-duration: 350ms;
}
.case-study-card-two .case-study-title {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  position: absolute;
  left: 36px;
  bottom: 40px;
  z-index: 10;
  -webkit-transition-duration: 350ms;
  transition-duration: 350ms;
}
@media only screen and (min-width: 1400px) {
  .case-study-card-two .case-study-title {
    font-size: 24px;
  }
}
.case-study-card-two .overlay-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  -webkit-transition-duration: 350ms;
  transition-duration: 350ms;
  padding: 40px 36px;
  border-radius: 12px;
  gap: 8px;
  opacity: 0;
  visibility: hidden;
  transition-duration: 350ms;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}
.case-study-card-two .overlay-content .case-study-title2 {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
}
@media only screen and (min-width: 1400px) {
  .case-study-card-two .overlay-content .case-study-title2 {
    font-size: 24px;
  }
}
.case-study-card-two .overlay-content p {
  color: #ffffff;
  font-size: 15px;
}
@media only screen and (min-width: 1400px) {
  .case-study-card-two .overlay-content p {
    font-size: 18px;
  }
}
.case-study-card-two .overlay-content a {
  width: 50px;
  height: 50px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  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;
  color: #ffffff;
  font-size: 20px;
  -webkit-transition-duration: 350ms;
  transition-duration: 350ms;
}
.case-study-card-two .overlay-content a:hover,
.case-study-card-two .overlay-content a:focus {
  background-color: #b68c5a;
  border-color: #b68c5a;
  color: #181818;
}
.case-study-card-two:hover::after,
.case-study-card-two:focus::after {
  background: linear-gradient(
    201deg,
    rgba(28, 29, 32, 0.5) 59.84%,
    #181818 82.58%
  );
}
.case-study-card-two:hover > img,
.case-study-card-two:focus > img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.case-study-card-two:hover .case-study-title,
.case-study-card-two:focus .case-study-title {
  opacity: 0;
  visibility: hidden;
}
.case-study-card-two:hover .overlay-content,
.case-study-card-two:focus .overlay-content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.case-study-section-two {
  overflow: hidden;
}
.case-study-section-two .case-study-two-swiper {
  width: calc(100% + 20px);
  left: -10px;
}
@media only screen and (min-width: 576px) {
  .case-study-section-two .case-study-two-swiper {
    width: calc(100% + 100px);
    left: -50px;
  }
}

.case-study-two-pagination {
  margin-top: 54px;
  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;
  gap: 12px;
}
.case-study-two-pagination > span {
  width: 16px;
  height: 16px;
  -webkit-transition: all 350ms;
  transition: all 350ms;
  background-color: transparent;
  border-radius: 50%;
  border: 1.5px solid #ffffff;
  opacity: 1;
}
.case-study-two-pagination > span.swiper-pagination-bullet-active {
  border-color: #b68c5a;
  background-color: #b68c5a;
}

.portfolio-content-two h3 {
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: -0.6px;
}

.catagory-slide {
  background-color: #d1b06b;
  width: 100%;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.catagory-slide div {
  color: #181818;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: -1.62px;
  gap: 30px;
}
.catagory-slide div span:nth-child(1) {
  padding-left: 60px;
}

.case-highlight-card {
  position: relative;
  z-index: 1;
  padding: 30px 24px;
  padding-top: 92px;
  background-color: #181818;
  border-radius: 12px;
  -webkit-transition: all 350ms;
  transition: all 350ms;
}
.case-highlight-card .h4 {
  width: 100%;
  height: 62px;
  background-color: #b68c5a;
  border-radius: 12px 12px 0 0;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 22px;
  padding: 0 24px;
  z-index: 10;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 62px;
}
.case-highlight-card .case-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 14px;
  margin-bottom: 14px;
}
.case-highlight-card .case-list-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.case-highlight-card .case-list-item .icon {
  width: 50px;
  height: 50px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  border-radius: 50%;
  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;
  background-color: #ffffff;
  font-size: 20px;
}
.case-highlight-card .case-list-item .text span {
  font-size: 14px;
  color: #ffffff;
}
.case-highlight-card .case-list-item .text .h6 {
  margin-bottom: 0;
  color: #ffffff;
}
.case-highlight-card:hover,
.case-highlight-card:focus {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

/* Testimonial CSS */
.testimonial-section .swiper-navigation-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 24px;
  margin-bottom: 44px;
}
.testimonial-section .swiper-navigation-container > div {
  position: relative;
  z-index: 1;
  width: 60px;
  height: 60px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
  background-color: transparent;
  border: 2px solid #181818;
  border-radius: 50%;
  -webkit-transition: all 350ms;
  transition: all 350ms;
  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;
}
.testimonial-section .swiper-navigation-container > div::after {
  display: none;
  opacity: 0;
}
.testimonial-section .swiper-navigation-container > div i {
  font-size: 24px;
  color: #181818;
}
.testimonial-section .swiper-navigation-container > div:hover,
.testimonial-section .swiper-navigation-container > div:focus {
  background-color: #b68c5a;
  border-color: #b68c5a;
}
.testimonial-section.style-two {
  background-color: #1f2732;
}

.testimonial-clients {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.testimonial-clients img {
  width: 60px;
  height: 60px;
  border: 2px solid #b68c5a;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (min-width: 1200px) {
  .testimonial-clients img {
    width: 80px;
    height: 80px;
  }
}
@media only screen and (min-width: 1400px) {
  .testimonial-clients img {
    width: 100px;
    height: 100px;
  }
}
.testimonial-clients img:last-child {
  margin-left: -30px;
}
@media only screen and (min-width: 1200px) {
  .testimonial-clients img:last-child {
    margin-left: -40px;
  }
}
@media only screen and (min-width: 1400px) {
  .testimonial-clients img:last-child {
    margin-left: -50px;
  }
}

.testimonial-clients-info span {
  font-size: 18px;
  font-weight: 600;
  color: #b68c5a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (min-width: 1200px) {
  .testimonial-clients-info span {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1400px) {
  .testimonial-clients-info span {
    font-size: 24px;
  }
}
.testimonial-clients-info h2 {
  font-size: 24px;
}
@media only screen and (min-width: 1200px) {
  .testimonial-clients-info h2 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 1400px) {
  .testimonial-clients-info h2 {
    font-size: 48px;
  }
}

.rating-average {
  font-size: 36px;
  line-height: 1.1;
}
@media only screen and (min-width: 1200px) {
  .rating-average {
    font-size: 42px;
  }
}

.total-ratings {
  font-size: 16px;
  font-weight: 600;
}
@media only screen and (min-width: 1200px) {
  .total-ratings {
    font-size: 24px;
  }
}

form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}
form .form-control,
form .form-select {
  width: 100%;
  height: 60px;
  color: #262629;
  font-size: 16px;
  padding: 17px 24px;
  border-radius: 6px;
  background: #ffffff;
  border: 0;
}
@media only screen and (min-width: 1200px) {
  form .form-control,
  form .form-select {
    font-size: 18px;
  }
}
form .form-control::-webkit-input-placeholder {
  color: #262629;
}
form .form-control::-moz-placeholder {
  color: #262629;
}
form .form-control:-ms-input-placeholder {
  color: #262629;
}
form .form-control::-ms-input-placeholder {
  color: #262629;
}
form .form-control::placeholder {
  color: #262629;
}
form .form-control:focus,
form .form-select:focus {
  background-color: #faf6f3;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  color: #262629;
  border: 0;
}
form .form-control option {
  color: #262629;
}
form textarea.form-control {
  min-height: 178px;
}
form .btn {
  height: 60px;
}

.contact-form {
  padding: 30px 25px;
  border-radius: 12px;
}
@media only screen and (min-width: 992px) {
  .contact-form {
    padding: 40px 35px;
  }
}
@media only screen and (min-width: 1200px) {
  .contact-form {
    padding: 50px 45px;
  }
}
.contact-form .contact-title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 32px;
}
@media only screen and (min-width: 992px) {
  .contact-form .contact-title {
    font-size: 36px;
  }
}
.contact-form.style-two .form-control {
  color: #ffffff;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 16px;
}
@media only screen and (min-width: 1200px) {
  .contact-form.style-two .form-control {
    font-size: 18px;
  }
}
.contact-form.style-two .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.contact-form.style-two .form-control::-moz-placeholder {
  color: #ffffff;
}
.contact-form.style-two .form-control:-ms-input-placeholder {
  color: #ffffff;
}
.contact-form.style-two .form-control::-ms-input-placeholder {
  color: #ffffff;
}
.contact-form.style-two .form-control::placeholder {
  color: #ffffff;
}
.contact-form.style-two .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.contact-form.style-two .form-control option {
  color: #ffffff;
}

.testimonial-card {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.testimonial-card .testimonial-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 40%;
  border-radius: 10px 0px 0px 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  width: 40%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 10;
}
.testimonial-card .testimonial-info {
  max-width: 60%;
  border-radius: 0 10px 10px 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  width: 60%;
  border: 2px solid #b68c5a;
  padding: 20px;
  position: relative;
  margin-left: calc(40% - 2px);
}
@media only screen and (min-width: 992px) {
  .testimonial-card .testimonial-info {
    padding: 30px;
  }
}
.testimonial-card .testimonial-info .testimonial-text {
  margin-bottom: 32px;
}
.testimonial-card .testimonial-info .name {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}
@media only screen and (min-width: 992px) {
  .testimonial-card .testimonial-info .name {
    font-size: 20px;
  }
}
.testimonial-card .testimonial-info .designation {
  font-size: 14px;
}
@media only screen and (min-width: 992px) {
  .testimonial-card .testimonial-info .designation {
    font-size: 16px;
  }
}

.testimonial-swiper {
  position: relative;
  z-index: 1;
}

.testimonial-pagination {
  margin-top: 54px;
  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;
  gap: 12px;
}
.testimonial-pagination > span {
  width: 16px;
  height: 16px;
  -webkit-transition: all 350ms;
  transition: all 350ms;
  background-color: transparent;
  border-radius: 50%;
  border: 1.5px solid #262629;
  opacity: 1;
}
.testimonial-pagination > span.swiper-pagination-bullet-active {
  border-color: #b68c5a;
  background-color: #b68c5a;
}
.testimonial-pagination.style-two > span {
  border-color: #ffffff;
  background-color: transparent;
}
.testimonial-pagination.style-two > span.swiper-pagination-bullet-active {
  border-color: #b68c5a;
  background-color: #b68c5a;
}

.testimonial-swiper-two .swiper-slide {
  border-radius: 12px;
  border: 2px solid #b68c5a;
  padding: 40px 30px;
}
.testimonial-swiper-two .swiper-slide .testimonial-stars {
  font-size: 20px;
  color: #ecb014;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2px;
}
.testimonial-swiper-two .swiper-slide .testimonial-author-info img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}
.testimonial-swiper-two .swiper-slide .testimonial-author-info div > div {
  font-size: 16px;
  font-weight: 600;
}
@media only screen and (min-width: 992px) {
  .testimonial-swiper-two .swiper-slide .testimonial-author-info div > div {
    font-size: 20px;
  }
}
.testimonial-swiper-two .swiper-slide .testimonial-author-info p {
  font-size: 14px;
}
@media only screen and (min-width: 992px) {
  .testimonial-swiper-two .swiper-slide .testimonial-author-info p {
    font-size: 16px;
  }
}
.testimonial-swiper-two.style-two .swiper-slide {
  border-color: transparent;
  background-color: #161d27;
}
.testimonial-swiper-two.style-two
  .swiper-slide
  .testimonial-author-info
  div
  > div {
  color: #ffffff;
}
.testimonial-swiper-two.style-two .swiper-slide .testimonial-author-info p {
  color: #ffffff;
}

.testimonial-slide-item {
  border-radius: 12px;
  padding: 30px;
  background-color: #faf6f3;
}
@media only screen and (min-width: 992px) {
  .testimonial-slide-item {
    padding: 40px;
  }
}
.testimonial-slide-item > p {
  font-size: 16px;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 992px) {
  .testimonial-slide-item > p {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .testimonial-slide-item > p {
    font-size: 24px;
  }
}
.testimonial-slide-item .testimonial-stars {
  font-size: 24px;
  color: #ecb014;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  margin-bottom: 2rem;
}
.testimonial-slide-item .testimonial-author-info .testimonial-author img {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  -o-object-fit: cover;
  object-fit: cover;
}
.testimonial-author img {
  width: 45px;
  height: 45px;
  border-radius: 12px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (min-width: 992px) {
  .testimonial-slide-item .testimonial-author-info .testimonial-author img {
    width: 80px;
    height: 80px;
  }
}
.testimonial-slide-item .testimonial-author-info .testimonial-author > div {
  font-size: 16px;
  font-weight: 600;
}
@media only screen and (min-width: 992px) {
  .testimonial-slide-item .testimonial-author-info .testimonial-author > div {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1200px) {
  .testimonial-slide-item .testimonial-author-info .testimonial-author > div {
    font-size: 20px;
  }
}
.testimonial-slide-item.style-two {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 12px 40px 4px rgba(10, 29, 53, 0.08);
  box-shadow: 0px 12px 40px 4px rgba(10, 29, 53, 0.08);
}

.testimonial-three-pagination {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid rgba(102, 107, 118, 0.5);
  border-radius: 12px;
  margin-top: 32px;
}
@media only screen and (min-width: 768px) {
  .testimonial-three-pagination {
    margin-top: 48px;
  }
}
@media only screen and (min-width: 992px) {
  .testimonial-three-pagination {
    margin-top: 80px;
  }
}
.testimonial-three-pagination .custom-bullet {
  -webkit-transition: all 350ms;
  transition: all 350ms;
  height: 60px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  width: 25%;
  border-radius: 12px;
  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;
  opacity: 1;
  background-color: transparent;
  gap: 12px;
  margin: 0 !important;
  padding: 6px;
}
@media only screen and (min-width: 768px) {
  .testimonial-three-pagination .custom-bullet {
    height: 80px;
  }
}
@media only screen and (min-width: 992px) {
  .testimonial-three-pagination .custom-bullet {
    height: 100px;
  }
}
@media only screen and (min-width: 1200px) {
  .testimonial-three-pagination .custom-bullet {
    height: 140px;
  }
}
.testimonial-three-pagination .custom-bullet img {
  border-radius: 12px;
  width: 48px;
}
@media only screen and (min-width: 768px) {
  .testimonial-three-pagination .custom-bullet img {
    width: 60px;
  }
}
@media only screen and (min-width: 992px) {
  .testimonial-three-pagination .custom-bullet img {
    width: 74px;
  }
}
.testimonial-three-pagination .custom-bullet .bullet-info {
  display: none;
}
@media only screen and (min-width: 768px) {
  .testimonial-three-pagination .custom-bullet .bullet-info {
    display: block;
  }
}
.testimonial-three-pagination .custom-bullet .bullet-name {
  font-size: 12px;
  font-weight: 600;
  display: block;
}
@media only screen and (min-width: 992px) {
  .testimonial-three-pagination .custom-bullet .bullet-name {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1200px) {
  .testimonial-three-pagination .custom-bullet .bullet-name {
    font-size: 20px;
  }
}
.testimonial-three-pagination .custom-bullet .bullet-desc {
  font-size: 12px;
  display: block;
}
@media only screen and (min-width: 1200px) {
  .testimonial-three-pagination .custom-bullet .bullet-desc {
    font-size: 16px;
  }
}
.testimonial-three-pagination .custom-bullet.swiper-pagination-bullet-active {
  background-color: #b68c5a;
}

.testimonial-counts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
.testimonial-counts h2 {
  font-size: 36px;
  line-height: 1.1;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .testimonial-counts h2 {
    font-size: 42px;
  }
}
@media only screen and (min-width: 1200px) {
  .testimonial-counts h2 {
    font-size: 52px;
  }
}
.testimonial-counts .ratings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
}
.testimonial-counts .ratings i {
  font-size: 16px;
  color: #ecb014;
}
@media only screen and (min-width: 992px) {
  .testimonial-counts .ratings i {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .testimonial-counts .ratings i {
    font-size: 24px;
  }
}
.testimonial-counts .title {
  font-size: 16px;
  font-weight: 600;
}
@media only screen and (min-width: 992px) {
  .testimonial-counts .title {
    font-size: 18px;
  }
}

/* Video CSS */
.popup-video {
  position: relative;
  z-index: 1;
}
.popup-video .video-btn {
  position: relative;
  z-index: 1;
  -webkit-transition-duration: 350ms;
  transition-duration: 350ms;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #b68c5a;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ffffff;
  font-size: 12px;
  cursor: pointer;
}
.popup-video .video-btn .video-sonar {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  top: 0;
  left: 0;
  z-index: -10;
  background-color: #b68c5a;
  -webkit-animation: video-sonar 2s linear infinite;
  animation: video-sonar 2s linear infinite;
}
.popup-video .video-btn .video-sonar::before {
  position: absolute;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background-color: rgba(232, 191, 150, 0.7);
  content: '';
  top: -30px;
  left: -30px;
  z-index: -100;
}
.popup-video .video-btn .video-sonar::after {
  position: absolute;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background-color: #b68c5a;
  content: '';
  top: -15px;
  left: -15px;
  z-index: -50;
}

.video-section {
  position: relative;
  z-index: 1;
  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;
  height: 700px;
}
.video-section::after {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  content: '';
  top: 0;
  left: 0;
  z-index: -10;
  background-color: rgba(28, 29, 32, 0.4);
}
.video-section.style-two {
  height: 500px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 100px;
  border-radius: 12px;
  -webkit-transition-duration: 350ms;
  transition-duration: 350ms;
}
@media only screen and (min-width: 992px) {
  .video-section.style-two {
    height: 600px;
  }
}
.video-section.style-two .popup-video .video-btn {
  background-color: #ffffff;
  color: #181818;
}
.video-section.style-two .popup-video .video-btn .video-sonar {
  background-color: #ffffff;
  -webkit-animation: video-sonar 2s linear infinite;
  animation: video-sonar 2s linear infinite;
}
.video-section.style-two .popup-video .video-btn .video-sonar::before {
  background-color: rgba(255, 255, 255, 0.7);
}
.video-section.style-two .popup-video .video-btn .video-sonar::after {
  background-color: #ffffff;
}
.video-section.style-two .video-text {
  text-align: center;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.6);
  font-size: 80px;
  font-weight: 400;
  letter-spacing: -3.2px;
  font-family: 'Merriweather Sans', sans-serif;
  font-style: normal;
  color: transparent;
  line-height: 1;
}
@media only screen and (min-width: 992px) {
  .video-section.style-two .video-text {
    font-size: 120px;
  }
}
@media only screen and (min-width: 1200px) {
  .video-section.style-two .video-text {
    font-size: 160px;
  }
}
.video-section.style-two:hover,
.video-section.style-two:focus {
  -webkit-transform: translateY(-12px);
  transform: translateY(-12px);
}

.milestone-wrapper {
  position: absolute;
  width: 100%;
  height: auto;
  z-index: auto;
  bottom: 0;
  left: 0;
}

.milestone-card {
  background-color: #b68c5a;
  padding: 32px 24px;
  border-radius: 10px 10px 0 0;
  width: 295px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}
@media only screen and (min-width: 992px) {
  .milestone-card {
    width: 380px;
    padding: 60px 36px;
  }
}
@media only screen and (min-width: 1400px) {
  .milestone-card {
    width: 410px;
    padding: 60px 36px;
  }
}
.milestone-card .single-milestone {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 12px;
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .milestone-card .single-milestone {
    padding: 30px;
  }
}
.milestone-card .single-milestone h2 {
  color: #181818;
  font-size: 36px;
  font-weight: 400;
  letter-spacing: -1.88px;
  margin-bottom: 0.5rem;
  line-height: 1.2;
}
@media only screen and (min-width: 576px) {
  .milestone-card .single-milestone h2 {
    font-size: 56px;
  }
}
@media only screen and (min-width: 768px) {
  .milestone-card .single-milestone h2 {
    font-size: 64px;
  }
}
@media only screen and (min-width: 992px) {
  .milestone-card .single-milestone h2 {
    font-size: 72px;
  }
}
@media only screen and (min-width: 1400px) {
  .milestone-card .single-milestone h2 {
    font-size: 94px;
  }
}
.milestone-card .single-milestone p {
  font-size: 18px;
  letter-spacing: -0.44px;
  line-height: 1.3;
}
@media only screen and (min-width: 992px) {
  .milestone-card .single-milestone p {
    font-size: 22px;
  }
}

@-webkit-keyframes video-sonar {
  0% {
    opacity: 1;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
}
@keyframes video-sonar {
  0% {
    opacity: 1;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
}
.video-popup-iframe {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.video-popup-iframe .video-content {
  position: relative;
  width: 90%;
  max-width: 900px;
  padding: 0;
  z-index: 1;
}
.video-popup-iframe .video-content .close-btn {
  position: absolute;
  top: -3rem;
  right: 0;
  z-index: 1000;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 0;
  font-size: 2rem;
  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;
  background-color: #b68c5a;
  cursor: pointer;
  color: #181818;
}
@media only screen and (min-width: 992px) {
  .video-popup-iframe .video-content .close-btn {
    width: 40px;
    height: 40px;
    top: -2.5rem;
    right: -2.5rem;
  }
}

/* Blog CSS */
.blog-card {
  -webkit-transition-duration: 350ms;
  transition-duration: 350ms;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 100%;
}
.blog-card img {
  border-radius: 12px;
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  object-position: top;
}
.blog-card .blog-meta {
  margin-top: 28px;
  margin-bottom: 10px;
}


.blog-card .blog-meta a {
  color: #262629;
  font-size: 16px;
  font-weight: 400;
  display: block;
}
.blog-card .blog-meta a:hover,
.blog-card .blog-meta a:focus {
  color: #b68c5a;
}
.blog-card .blog-meta .dot {
  width: 4px;
  height: 4px;
  background-color: #262629;
  border-radius: 50%;
}
.blog-card .post-title {
  color: #181818;
  letter-spacing: -0.72px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  -webkit-transition-duration: 350ms;
  transition-duration: 350ms;
}
@media only screen and (min-width: 768px) {
  .blog-card .post-title {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1200px) {
  .blog-card .post-title {
    font-size: 36px;
  }
}
@media only screen and (min-width: 1400px) {
  .blog-card .post-title {
    font-size: 42px;
  }
}

.blog-card:hover,
.blog-card:focus {
  border-color: #b68c5a;
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.blog-card.style-two {
  background-color: #1f2732;
}
.blog-card.style-two .post-title {
  color: #ffffff;
  font-size: 18px;
}
@media only screen and (min-width: 768px) {
  .blog-card.style-two .post-title {
    font-size: 24px;
  }
}
.blog-card.style-two .blog-meta a {
  color: #ffffff;
}
.blog-card.style-two .blog-meta a:hover,
.blog-card.style-two .blog-meta a:focus {
  color: #b68c5a;
}
.blog-card.style-two .blog-meta .dot {
  background-color: #ffffff;
}
.blog-card.style-three .post-title {
  font-size: 20px;
}
@media only screen and (min-width: 576px) {
  .blog-card.style-three .post-title {
    font-size: 24px;
  }
}
@media only screen and (min-width: 768px) {
  .blog-card.style-three .post-title {
    font-size: 24px;
  }
}
.blog-card.style-three.dark-style {
  background-color: #1f2732;
}
.blog-card.style-three.dark-style .post-title {
  color: #ffffff;
}
.blog-card.style-three.dark-style .post-title:hover,
.blog-card.style-three.dark-style .post-title:focus {
  color: #b68c5a;
}
.blog-card.style-three.dark-style .blog-meta a {
  color: #ffffff;
}
.blog-card.style-three.dark-style .blog-meta a:hover,
.blog-card.style-three.dark-style .blog-meta a:focus {
  color: #b68c5a;
}
.blog-card.style-three.dark-style .blog-meta .dot {
  background-color: #ffffff;
}
.blog-card.style-five .post-title {
  color: #ffffff;
}
.blog-card.style-five .post-title:hover,
.blog-card.style-five .post-title:focus {
  color: #b68c5a;
}
.blog-card.style-five .blog-meta a {
  color: #ffffff;
}
.blog-card.style-five .blog-meta a:hover,
.blog-card.style-five .blog-meta a:focus {
  color: #b68c5a;
}
.blog-card.style-five .blog-meta .dot {
  background-color: #ffffff;
}

.blog-section.style-two .post-title {
  color: #ffffff;
}
.blog-section.style-two .post-title:hover,
.blog-section.style-two .post-title:focus {
  color: #b68c5a;
}
.blog-section.style-two .blog-meta a {
  color: #ffffff;
}
.blog-section.style-two .blog-meta a:hover,
.blog-section.style-two .blog-meta a:focus {
  color: #b68c5a;
}
.blog-section.style-two .blog-meta .dot {
  background-color: #ffffff;
}
.blog-section.dark-style {
  background-color: #161d27;
}

.blog-small-card {
  border-radius: 12px;
  -webkit-transition-duration: 350ms;
  transition-duration: 350ms;
}
.blog-small-card img {
  border-radius: 12px;
  width: 100%;
}
.blog-small-card:hover,
.blog-small-card:focus {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

/* Single Blog */
.single-blog img {
  border-radius: 12px;
  width: 100%;
  -webkit-transition-duration: 350ms;
  transition-duration: 350ms;
}
.single-blog img:hover,
.single-blog img:focus {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.single-blog .blog-meta a {
  color: #262629;
  font-size: 16px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
}
.single-blog .blog-meta a:hover,
.single-blog .blog-meta a:focus {
  color: #b68c5a;
}
.top-120 {
  top: 130px;
}
.h-fit-content {
  height: fit-content;
}

.blog-widget {
  background-color: #faf6f3;
  padding: 20px 16px;
  border-radius: 12px;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.blog-widget form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.blog-widget form .form-control {
  background-color: #ffffff;
  border-radius: 4px 0 0 4px;
  border: 1px solid rgba(254, 254, 254, 0.1);
  height: 54px;
  color: #ffffff;
}
.blog-widget form .form-control::-webkit-input-placeholder {
  color: #262629;
}
.blog-widget form .form-control::-moz-placeholder {
  color: #262629;
}
.blog-widget form .form-control:-ms-input-placeholder {
  color: #262629;
}
.blog-widget form .form-control::-ms-input-placeholder {
  color: #262629;
}
.blog-widget form .form-control::placeholder {
  color: #262629;
}
.blog-widget form .form-control:focus,
form .form-select:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #b68c5a;
}
.blog-widget form button {
  -webkit-transition-duration: 350ms;
  transition-duration: 350ms;
  width: 60px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
  height: 54px;
  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;
  background-color: #b68c5a;
  color: #faf6f3;
  border-radius: 0 4px 4px 0;
  border: 0;
}
.blog-widget form button:hover,
.blog-widget form button:focus {
  background-color: #b87d36;
  color: #181818;
}

.blog-list {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 0;
}
.blog-list li a {
  border-radius: 8px;
  border: 1px solid rgba(254, 254, 254, 0.1);
  color: #262629;
  font-size: 14px;
  padding: 12px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 400;
}
@media only screen and (min-width: 1200px) {
  .blog-list li a {
    font-size: 18px;
  }
}
.blog-list li a span {
  font-size: 14px;
  font-weight: 400;
}
@media only screen and (min-width: 1200px) {
  .blog-list li a span {
    font-size: 18px;
  }
}
.blog-list li a:hover,
.blog-list li a:focus {
  border-color: #b68c5a;
  background-color: #b68c5a;
  color: #181818;
}
.blog-list.style-two li a {
  padding: 0;
  border: 0;
}
.blog-list.style-two li a:hover,
.blog-list.style-two li a:focus {
  background-color: transparent;
  color: #b68c5a;
}

.widget-blog-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}
@media only screen and (min-width: 1200px) {
  .widget-blog-post {
    gap: 20px;
  }
}
.widget-blog-post .blog-thumbnail {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
  width: 70px;
  max-width: 70px;
}
@media only screen and (min-width: 1200px) {
  .widget-blog-post .blog-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    width: 100px;
    max-width: 100px;
  }
}
.widget-blog-post .blog-thumbnail img {
  width: 100%;
  border-radius: 12px;
}
.widget-blog-post .blog-content a {
  margin-bottom: 0.25rem;
  font-size: 14px;
  display: block;
  font-weight: 600;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (min-width: 1200px) {
  .widget-blog-post .blog-content a {
    font-size: 18px;
  }
}
.widget-blog-post .blog-content a:hover,
.widget-blog-post .blog-content a:focus {
  color: #b68c5a;
}
.widget-blog-post .blog-content p {
  font-size: 14px;
}

.tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tag-list a {
  padding: 6px 20px;
  color: #262629;
  font-size: 16px;
  font-weight: 400;
  display: block;
  border-radius: 6rem;
  background-color: #ffffff;
}
@media only screen and (min-width: 1200px) {
  .tag-list a {
    font-size: 16px;
  }
}
.tag-list a:hover,
.tag-list a:focus {
  background-color: #b68c5a;
  color: #181818;
}
.tag-list.style-two a {
  color: #262629;
  background-color: #faf6f3;
}
.tag-list.style-two a:hover,
.tag-list.style-two a:focus {
  background-color: #b68c5a;
  color: #181818;
}

.blog-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.blog-pagination li a {
  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;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(38, 38, 41, 0.2);
  font-size: 16px;
  font-weight: 600;
}
@media only screen and (min-width: 1200px) {
  .blog-pagination li a {
    width: 44px;
    height: 44px;
  }
}
.blog-pagination li a:hover,
.blog-pagination li a:focus {
  background-color: #b68c5a;
  border-color: #b68c5a;
  color: #181818;
}
.blog-pagination li.active a {
  background-color: #b68c5a;
  border-color: #b68c5a;
  color: #181818;
}

.blog-quote {
  border-radius: 12px;
  background: #181818;
  padding: 40px 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
.blog-quote .blog-quote-icon {
  width: 60px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
}
.blog-quote p {
  margin-bottom: 0 !important;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
}
@media only screen and (min-width: 1200px) {
  .blog-quote p {
    font-size: 24px;
  }
}

.blog-comments-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
  list-style: none;
  padding: 0;
}
.blog-comments-list ul {
  list-style: none;
}
.blog-comments-list .single-comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}
.blog-comments-list .single-comment img {
  width: 70px;
  max-width: 70px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
  border-radius: 12px;
}
@media only screen and (min-width: 1200px) {
  .blog-comments-list .single-comment img {
    width: 90px;
    max-width: 90px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
  }
}

.comment-form .form-control {
  background-color: #faf6f3;
}

.post-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  padding: 24px;
  border-radius: 10px;
  border: 1px solid rgba(38, 38, 41, 0.3);
  -webkit-transition: all 350ms;
  transition: all 350ms;
}
@media only screen and (min-width: 1200px) {
  .post-author {
    padding: 40px;
  }
}
.post-author img {
  width: 80px;
  max-width: 80px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  border-radius: 12px;
}
@media only screen and (min-width: 1200px) {
  .post-author img {
    width: 140px;
    max-width: 140px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 140px;
    flex: 0 0 140px;
  }
}
.post-author:hover,
.post-author:focus {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

/* Footer CSS */
.footer-wrapper.footer2 {
  position: relative;
  width: 100%;
  background-color: #181818;
  z-index: 1;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.footer-wrapper.footer2::after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #181818;
  opacity: 0.9;
  content: '';
  z-index: -10;
}
.footer-wrapper.footer2::before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: radial-gradient(
    34.66% 34.13% at 77.16% 48.47%,
    rgba(28, 29, 32, 0) 0%,
    #181818 100%
  );
  content: '';
  z-index: -10;
  background-position: center center;
  background-size: cover;
}
.footer-wrapper.footer2.style-two::after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(31, 39, 50, 0.9);
  content: '';
  z-index: -10;
}

.newsletter-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media only screen and (min-width: 1200px) {
  .newsletter-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.footer-line {
  background: rgba(255, 255, 255, 0.2);
  width: 100%;
  height: 1px;
  display: block;
}

.footer-logo {
  margin-bottom: 56px;
}

.footer-contact-card p {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -0.48px;
}
@media only screen and (min-width: 1200px) {
  .footer-contact-card p {
    font-size: 22px;
  }
}
.footer-contact-card p:last-child {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
}
@media only screen and (min-width: 1200px) {
  .footer-contact-card p:last-child {
    font-size: 18px;
  }
}

.footer-bottom-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media only screen and (min-width: 768px) {
  .footer-bottom-nav {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.footer-bottom-nav a {
  color: #ffffff;
  font-size: 14px;
  line-height: 1.4;
  text-transform: capitalize;
}
@media only screen and (min-width: 576px) {
  .footer-bottom-nav a {
    font-size: 16px;
  }
}
.footer-bottom-nav a:hover,
.footer-bottom-nav a:focus {
  color: #b68c5a;
}

.subscribe-form {
  position: relative;
  min-width: 295px;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .subscribe-form {
    min-width: 350px;
  }
}
@media only screen and (min-width: 992px) {
  .subscribe-form {
    min-width: 380px;
  }
}
@media only screen and (min-width: 1200px) {
  .subscribe-form {
    min-width: 450px;
  }
}
@media only screen and (min-width: 1400px) {
  .subscribe-form {
    min-width: 500px;
  }
}
.subscribe-form .form-control {
  border-radius: 30px;
  border: 1px solid #ffffff;
  background: #ffffff;
  height: 60px;
  padding: 16px 24px;
  color: #262629;
  font-size: 18px;
}
.subscribe-form .form-control:focus,
form .form-select:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ffffff;
}
.subscribe-form .form-control::-webkit-input-placeholder {
  color: #262629;
}
.subscribe-form .form-control::-moz-placeholder {
  color: #262629;
}
.subscribe-form .form-control:-ms-input-placeholder {
  color: #262629;
}
.subscribe-form .form-control::-ms-input-placeholder {
  color: #262629;
}
.subscribe-form .form-control::placeholder {
  color: #262629;
}
.subscribe-form .btn {
  position: absolute;
  height: 52px;
  top: 4px;
  right: 4px;
  bottom: 4px;
  z-index: 10;
}

.footer-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.footer-card .social-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footer-card .social-nav a {
  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;
  width: 44px;
  height: 44px;
  background-color: transparent;
  border: 1.258px solid #ffffff;
  border-radius: 50%;
  font-size: 16px;
  color: #ffffff;
  -webkit-box-shadow: 0px 12.576px 25.152px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 12.576px 25.152px rgba(0, 0, 0, 0.04);
}
.footer-card .social-nav a:hover,
.footer-card .social-nav a:focus {
  background-color: #b68c5a;
  border-color: #b68c5a;
  color: #181818;
}
.footer-card .footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 14px;
}
@media only screen and (min-width: 768px) {
  .footer-card .footer-nav {
    gap: 10px;
  }
}
@media only screen and (min-width: 992px) {
  .footer-card .footer-nav {
    gap: 14px;
  }
}
.footer-card .footer-nav li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(50% - 28px);
  flex: 0 0 calc(50% - 28px);
  width: calc(50% - 28px);
  max-width: calc(50% - 28px);
}
@media only screen and (min-width: 768px) {
  .footer-card .footer-nav li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .footer-card .footer-nav li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 28px);
    flex: 0 0 calc(50% - 28px);
    width: calc(50% - 28px);
    max-width: calc(50% - 28px);
  }
}
.footer-card .footer-nav li a {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.4;
  text-transform: capitalize;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
@media only screen and (min-width: 1200px) {
  .footer-card .footer-nav li a {
    font-size: 18px;
  }
}
.footer-card .footer-nav li a i {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-size: 20px;
  margin-top: 3px;
}
.footer-card .footer-nav li a:hover,
.footer-card .footer-nav li a:focus {
  color: #b68c5a;
}
.footer-card .footer-nav li a:hover i,
.footer-card .footer-nav li a:focus i {
  visibility: visible;
  opacity: 1;
}
.footer-card.middle::before {
  position: absolute;
  width: 1px;
  height: 120%;
  top: -10%;
  left: -50px;
  content: '';
  background: rgba(255, 255, 255, 0.3);
  opacity: 0;
}
@media only screen and (min-width: 1200px) {
  .footer-card.middle::before {
    opacity: 1;
  }
}
.footer-card.middle::after {
  position: absolute;
  width: 1px;
  height: 120%;
  top: -10%;
  right: -50px;
  content: '';
  background: rgba(255, 255, 255, 0.3);
  opacity: 0;
}
@media only screen and (min-width: 1200px) {
  .footer-card.middle::after {
    opacity: 1;
  }
}

.footer2-middle-wrap {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  z-index: 1;
}
@media only screen and (min-width: 1200px) {
  .footer2-middle-wrap {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.footer-bottom-content {
  padding-top: 40px;
  padding-bottom: 40px;
}
.footer-bottom-content .copyright {
  font-size: 16px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
}
.footer-bottom-content .copyright a {
  font-size: 16px;
  color: #b68c5a;
}
.footer-bottom-content .social-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}
.footer-bottom-content .social-nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ffffff;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-size: 14px;
  border: 1.258px solid #ffffff;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  -webkit-box-shadow: 0px 12.576px 25.152px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 12.576px 25.152px rgba(0, 0, 0, 0.04);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (min-width: 1200px) {
  .footer-bottom-content .social-nav a {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}
.footer-bottom-content .social-nav a:hover,
.footer-bottom-content .social-nav a:focus {
  background-color: #b68c5a;
  color: #262629;
  border-color: #b68c5a;
}

.copyright.footer2 {
  width: 100%;
  height: 74px;
  background-color: #b68c5a;
  padding-left: 1rem;
  padding-right: 1rem;
  z-index: 100;
  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;
  gap: 4px;
}
@media only screen and (min-width: 1200px) {
  .copyright.footer2 {
    height: 94px;
  }
}

/* CTA CSS */
.countdown-section {
  background-color: #1f2732;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.countdown-section::after {
  content: '';
  position: absolute;
  width: 500px;
  height: 404px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: rgba(255, 255, 255, 0.1);
  z-index: -10;
  bottom: -67%;
  left: 45%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.countdown-section::before {
  content: '';
  position: absolute;
  width: 540px;
  height: 436px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: rgba(255, 255, 255, 0.1);
  z-index: -10;
  top: -5%;
  left: -5%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.countdown-section .countdown-card {
  position: relative;
  z-index: 1;
}
.countdown-section .countdown-card::after {
  width: 450px;
  height: 450px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #d1b06b;
  z-index: -10;
}
.countdown-section .countdown-card-item {
  border-radius: 18px;
  background: #161d27;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 40px 20px;
}
@media only screen and (min-width: 1200px) {
  .countdown-section .countdown-card-item {
    padding: 60px 20px;
  }
}
.countdown-section .countdown-card-item h2 {
  color: #ffffff;
  font-size: 48px;
  line-height: 1.1;
}
@media only screen and (min-width: 1200px) {
  .countdown-section .countdown-card-item h2 {
    font-size: 80px;
  }
}
.countdown-section .countdown-card-item p {
  font-size: 18px;
  color: #ffffff;
}

.cta-wrapper {
  background-color: #181818;
  position: relative;
  z-index: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cta-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(28, 29, 32, 0.7);
  z-index: -10;
}
.cta-wrapper h2 {
  color: #ffffff;
  font-size: clamp(36px, 40px, 50px);
  line-height: 1.2;
  margin-bottom: 2.5rem;
}
.cta-wrapper p {
  color: #faf6f3;
  margin-bottom: 40px;
}

/* Cookie CSS */
.cookiealert {
  position: fixed;
  left: 1rem;
  bottom: 1rem;
  z-index: 1000;
  max-width: 280px;
  padding: 40px 32px;
  border-radius: 12px;
  background-color: #b68c5a;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-16px);
  transform: translateY(-16px);
  -webkit-transition-duration: 350ms;
  transition-duration: 350ms;
}
@media only screen and (min-width: 768px) {
  .cookiealert {
    max-width: 450px;
    left: 2rem;
    bottom: 2rem;
  }
}
.cookiealert.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.cookiealert h2 {
  color: #181818;
}
.cookiealert p {
  font-size: 12px;
  color: #181818;
}
@media only screen and (min-width: 768px) {
  .cookiealert p {
    font-size: 14px;
  }
}
.cookiealert a {
  color: #181818;
  text-decoration: underline;
}

/* Contact CSS */
.search-bg-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #181818;
  opacity: 0.7;
  top: 0;
  left: 0;
  z-index: 1200;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 350ms;
  transition: all 350ms;
}
.search-bg-overlay.open {
  opacity: 0.8;
  visibility: visible;
}

.search-form-popup {
  position: fixed;
  z-index: 1500;
  padding: 40px 30px;
  background-color: #ffffff;
  left: 50%;
  top: 50%;
  min-width: 280px;
  border-radius: 12px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 350ms;
  transition: all 350ms;
  -webkit-transform: scale(0.9) translate(-50%, -50%);
  transform: scale(0.9) translate(-50%, -50%);
}
@media only screen and (min-width: 480px) {
  .search-form-popup {
    min-width: 360px;
  }
}
@media only screen and (min-width: 768px) {
  .search-form-popup {
    min-width: 500px;
    padding: 60px 50px;
  }
}
@media only screen and (min-width: 992px) {
  .search-form-popup {
    padding: 60px 50px;
    min-width: 600px;
  }
}
.search-form-popup h2 {
  color: #181818;
}
.search-form-popup .close-btn {
  position: absolute;
  top: -1rem;
  right: -1rem;
  z-index: 1000;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 0;
  font-size: 2rem;
  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;
}
@media only screen and (min-width: 768px) {
  .search-form-popup .close-btn {
    width: 60px;
    height: 60px;
    top: -2rem;
    right: -2rem;
  }
}
.search-form-popup form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}
.search-form-popup form .form-control {
  width: 100%;
  height: 64px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: transparent;
  color: #181818;
  font-size: 16px;
  padding: 17px 24px;
}
@media only screen and (min-width: 1200px) {
  .search-form-popup form .form-control {
    font-size: 18px;
  }
}
.search-form-popup form .form-control::-webkit-input-placeholder {
  color: #181818;
}
.search-form-popup form .form-control::-moz-placeholder {
  color: #181818;
}
.search-form-popup form .form-control:-ms-input-placeholder {
  color: #181818;
}
.search-form-popup form .form-control::-ms-input-placeholder {
  color: #181818;
}
.search-form-popup form .form-control::placeholder {
  color: #181818;
}
.search-form-popup form .form-control:focus,
form .form-select:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.search-form-popup form .btn {
  border-radius: 8px;
  height: 64px;
}
.search-form-popup.open {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1) translate(-50%, -50%);
  transform: scale(1) translate(-50%, -50%);
}

.contact-info-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
@media only screen and (min-width: 992px) {
  .contact-info-card {
    gap: 24px;
  }
}
.contact-info-card .icon-wrapper {
  width: 74px;
  height: 74px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: #b68c5a;
  border-radius: 50%;
  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;
}
@media only screen and (min-width: 992px) {
  .contact-info-card .icon-wrapper {
    width: 84px;
    height: 84px;
  }
}
.contact-info-card p {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.2;
}
@media only screen and (min-width: 992px) {
  .contact-info-card p {
    font-size: 22px;
  }
}
.contact-info-card p:last-child {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.67;
}
@media only screen and (min-width: 992px) {
  .contact-info-card p:last-child {
    font-size: 16px;
  }
}

.contact-small-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  padding: 32px;
  border-radius: 12px;
  border: 2px solid #b68c5a;
  -webkit-transition: all 350ms;
  transition: all 350ms;
}
@media only screen and (min-width: 992px) {
  .contact-small-card {
    padding: 40px;
  }
}
.contact-small-card svg {
  width: 44px;
  height: 44px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 44px;
  flex: 0 0 44px;
}
.contact-small-card div > div {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
}
@media only screen and (min-width: 1200px) {
  .contact-small-card div > div {
    font-size: 24px;
  }
}
.contact-small-card div > p {
  font-size: 16px;
}
.contact-small-card:hover,
.contact-small-card:focus {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.contact-small-card.style-two {
  padding: 24px;
  border: 0;
  background: #faf6f3;
}

.google-maps-container {
  background-color: #ffffff;
}
.google-maps-container iframe {
  border: 0 !important;
  width: 100%;
  height: 300px;
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
}
@media only screen and (min-width: 576px) {
  .google-maps-container iframe {
    height: 400px;
  }
}
@media only screen and (min-width: 768px) {
  .google-maps-container iframe {
    height: 500px;
  }
}
@media only screen and (min-width: 1200px) {
  .google-maps-container iframe {
    height: 700px;
  }
}
.google-maps-container.style-two {
  -webkit-transform: translateY(60px);
  transform: translateY(60px);
}
@media only screen and (min-width: 992px) {
  .google-maps-container.style-two {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
}
@media only screen and (min-width: 1200px) {
  .google-maps-container.style-two {
    -webkit-transform: translateY(130px);
    transform: translateY(130px);
  }
}

.contact-form.style-three {
  position: relative;
  z-index: 1;
  -webkit-transform: translateY(-60px);
  transform: translateY(-60px);
}
@media only screen and (min-width: 992px) {
  .contact-form.style-three {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
}
@media only screen and (min-width: 1200px) {
  .contact-form.style-three {
    -webkit-transform: translateY(-130px);
    transform: translateY(-130px);
  }
}
.contact-form.style-three .form-control {
  background-color: #ffffff;
}

/* Progress CSS */
.progress-container {
  position: relative;
  z-index: 1;
  width: 100%;
}
.progress-container .progress-label {
  font-size: 16px;
  font-weight: 600;
}
.progress-container .progress-bar {
  position: relative;
  width: 100%;
  height: 12px;
  overflow: visible !important;
  border-radius: 20px;
  border: 1px solid rgba(232, 191, 150, 0.3);
}
.progress-container .progress-fill {
  height: 6px;
  background-color: #b68c5a;
  width: 0%;
  -webkit-transition: width 2s ease-in-out;
  transition: width 2s ease-in-out;
  border-radius: 12px;
  left: 2px;
  position: relative;
}
.progress-container .progress-fill::after {
  position: absolute;
  content: '';
  z-index: 10;
  top: -28px;
  right: 0;
  background-color: #b68c5a;
  -webkit-mask-image: url('data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20width=%2224%22%20height=%2224%22%20viewBox=%220%200%2024%2024%22%20fill=%22black%22%3E%3Cpath%20stroke=%22none%22%20d=%22M0%200h24v24H0z%22%20fill=%22none%22/%3E%3Cpath%20d=%22M18%209c.852%200%201.297%20.986%20.783%201.623l-.076%20.084l-6%206a1%201%200%200%201%20-1.32%20.083l-.094%20-.083l-6%20-6l-.083%20-.094l-.054%20-.077l-.054%20-.096l-.017%20-.036l-.027%20-.067l-.032%20-.108l-.01%20-.053l-.01%20-.06l-.004%20-.057v-.118l.005%20-.058l.009%20-.06l.01%20-.052l.032%20-.108l.027%20-.067l.07%20-.132l.065%20-.09l.073%20-.081l.094%20-.083l.077%20-.054l.096%20-.054l.036%20-.017l.067%20-.027l.108%20-.032l.053%20-.01l.06%20-.01l.057%20-.004l12.059%20-.002z%22%20/%3E%3C/svg%3E');
  mask-image: url('data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20width=%2224%22%20height=%2224%22%20viewBox=%220%200%2024%2024%22%20fill=%22black%22%3E%3Cpath%20stroke=%22none%22%20d=%22M0%200h24v24H0z%22%20fill=%22none%22/%3E%3Cpath%20d=%22M18%209c.852%200%201.297%20.986%20.783%201.623l-.076%20.084l-6%206a1%201%200%200%201%20-1.32%20.083l-.094%20-.083l-6%20-6l-.083%20-.094l-.054%20-.077l-.054%20-.096l-.017%20-.036l-.027%20-.067l-.032%20-.108l-.01%20-.053l-.01%20-.06l-.004%20-.057v-.118l.005%20-.058l.009%20-.06l.01%20-.052l.032%20-.108l.027%20-.067l.07%20-.132l.065%20-.09l.073%20-.081l.094%20-.083l.077%20-.054l.096%20-.054l.036%20-.017l.067%20-.027l.108%20-.032l.053%20-.01l.06%20-.01l.057%20-.004l12.059%20-.002z%22%20/%3E%3C/svg%3E');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  width: 28px;
  height: 28px;
}
.progress-container .progress-percentage {
  font-size: 16px;
  font-weight: 600;
}
.progress-container.progress2 .progress-label {
  color: #ffffff;
}
.progress-container.progress2 .progress-bar {
  border-radius: 30px;
  background: rgba(209, 176, 107, 0.5);
  height: 14px;
  overflow: visible !important;
  border-radius: 20px;
  border: 0;
}
.progress-container.progress2 .progress-bar .progress-fill {
  border-radius: 30px;
  background: #d1b06b;
  left: 0;
  height: 100%;
}
.progress-container.progress2 .progress-bar .progress-fill::after {
  display: none;
}
.progress-container.progress2 .progress-percentage {
  color: #ffffff;
}

.stats-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 18px;
  background: #ffffff;
  -webkit-box-shadow: 0px 12px 40px 4px rgba(10, 29, 53, 0.08);
  box-shadow: 0px 12px 40px 4px rgba(10, 29, 53, 0.08);
}
.stats-container::after {
  position: absolute;
  width: 100%;
  height: 1px;
  top: 50%;
  left: 50%;
  background-color: rgba(28, 29, 32, 0.2);
  content: '';
  z-index: 10;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.stats-container::before {
  position: absolute;
  width: 1px;
  height: 100%;
  top: 50%;
  left: 50%;
  background-color: rgba(28, 29, 32, 0.2);
  content: '';
  z-index: 10;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.stats-container .stat-box {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  background: #ffffff;
  border-radius: 8px;
  width: 50%;
  max-width: 50%;
  text-align: center;
  padding: 1.5rem;
}
@media only screen and (min-width: 576px) {
  .stats-container .stat-box {
    padding: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .stats-container .stat-box {
    padding: 3rem;
  }
}
@media only screen and (min-width: 1200px) {
  .stats-container .stat-box {
    padding: 4rem;
  }
}
@media only screen and (min-width: 1400px) {
  .stats-container .stat-box {
    padding: 4rem;
  }
}
.stats-container .stat-box h2 {
  font-size: 36px;
  line-height: 1.1;
  font-weight: 500;
}
@media only screen and (min-width: 576px) {
  .stats-container .stat-box h2 {
    font-size: 48px;
  }
}
@media only screen and (min-width: 768px) {
  .stats-container .stat-box h2 {
    font-size: 60px;
  }
}
@media only screen and (min-width: 992px) {
  .stats-container .stat-box h2 {
    font-size: 66px;
  }
}
@media only screen and (min-width: 1400px) {
  .stats-container .stat-box h2 {
    font-size: 90px;
  }
}
.stats-container .stat-box p {
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  .stats-container .stat-box p {
    font-size: 18px;
  }
}

/* Work Process */
.work-process {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.process-card {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 28px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
@media only screen and (min-width: 1200px) {
  .process-card {
    gap: 41px;
  }
}

.process-card:last-child::after {
  display: none;
}
.process-card .number {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  max-width: 50px;
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  color: #181818;
  font-size: 18px;
  border-radius: 50%;
  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-weight: 600;
  -webkit-transition-duration: 350ms;
  transition-duration: 350ms;
}
.process-card .process-text {
  background-color: #262629;
  padding: 24px 30px;
  border-radius: 12px;
  -webkit-transition-duration: 350ms;
  transition-duration: 350ms;
}
.process-card .process-text .process-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #ffffff;
  -webkit-transition-duration: 350ms;
  transition-duration: 350ms;
}
.process-card .process-text p {
  -webkit-transition-duration: 350ms;
  transition-duration: 350ms;
  color: #ffffff;
}
@media only screen and (min-width: 1200px) {
  .process-card .process-text {
    padding: 40px 36px;
    border-radius: 12px;
  }
}
/* .process-card:hover .number, .process-card:focus .number {
  background-color: #B68C5A;
  color: #181818;
} */
.process-card:hover .process-text,
.process-card:focus .process-text {
  background-color: #b68c5a;
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}
.process-card:hover .process-text .process-title,
.process-card:focus .process-text .process-title {
  color: #181818;
}
.process-card:hover .process-text p,
.process-card:focus .process-text p {
  color: #181818;
}

.stepper-wrap {
  position: relative;
  z-index: 1;
  height: 1px;
  background-color: #faf6f3;
  margin-top: 35px;
}
.stepper-wrap > div {
  position: absolute;
  z-index: 100;
  top: -33px;
}
.stepper-wrap > div h6 {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: -0.14px;
  margin-bottom: 0 !important;
  text-transform: uppercase;
  padding-left: 4px;
}
.stepper-wrap > div span {
  width: 24px;
  height: 24px;
  display: block;
  background-color: #faf6f3;
  border: 4px solid #faf6f3;
  border-radius: 50%;
}
.stepper-wrap > div:nth-child(1) {
  left: -1px;
}
.stepper-wrap > div:nth-child(2) {
  left: 37%;
}
.stepper-wrap > div:nth-child(3) {
  left: 73%;
}

.process-card-two {
  border-radius: 12px;
  border: 1px solid rgba(254, 254, 254, 0.1);
  padding: 50px 36px;
}
.process-card-two h4 {
  margin-top: 40px;
  margin-bottom: 12px;
  color: #ffffff;
  font-size: 24px;
  letter-spacing: -0.48px;
}

/* Award CSS */
.awards-honors-section.style-two {
  background-color: #161d27;
}

.award-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 16px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(38, 38, 41, 0.3);
  padding-bottom: 40px;
  padding-top: 40px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}
@media only screen and (min-width: 992px) {
  .award-card {
    gap: 40px;
  }
}
.award-card:first-child {
  padding-top: 0;
}
.award-card .award-serial,
.award-card .award-name,
.award-card .award-image,
.award-card .awarded-year {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.award-card .award-serial {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 44px;
  flex: 0 0 44px;
  max-width: 44px;
  width: 44px;
  height: 44px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  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;
  border-radius: 50%;
  background-color: #181818;
  color: #ffffff;
  font-size: 18px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-weight: 600;
}
.award-card .award-name {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  font-size: 16px;
  font-weight: 600;
}
@media only screen and (min-width: 992px) {
  .award-card .award-name {
    font-size: 24px;
  }
}
.award-card .award-image img {
  max-height: 40px;
}
@media only screen and (min-width: 992px) {
  .award-card .award-image img {
    max-height: 60px;
  }
}
.award-card .awarded-year {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  font-size: 14px;
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) {
  .award-card .awarded-year {
    font-size: 18px;
  }
}
.award-card:hover {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}
.award-card:hover .award-serial {
  background-color: #b68c5a;
  color: #181818;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.award-card.style-two {
  -webkit-box-align: first baseline;
  -ms-flex-align: first baseline;
  align-items: first baseline;
  gap: 0;
}
.award-card.style-two:first-child {
  padding-top: 40px;
  border-top: 1px solid rgba(38, 38, 41, 0.3);
}
.award-card.style-two .awarded-year {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 15%;
  flex: 0 0 15%;
  width: 15%;
  max-width: 15%;
  font-size: 16px;
  font-weight: 600;
}
@media only screen and (min-width: 992px) {
  .award-card.style-two .awarded-year {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .award-card.style-two .awarded-year {
    font-size: 22px;
  }
}
.award-card.style-two .award-name {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 55%;
  flex: 0 0 55%;
  width: 55%;
  max-width: 55%;
  font-weight: 600;
  font-size: 18px;
  padding-right: 1rem;
}
@media only screen and (min-width: 768px) {
  .award-card.style-two .award-name {
    font-size: 24px;
    padding-right: 2rem;
  }
}
@media only screen and (min-width: 992px) {
  .award-card.style-two .award-name {
    font-size: 28px;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .award-card.style-two .award-name {
    font-size: 36px;
    padding-right: 80px;
  }
  
}
.award-card.style-two .award-name span {
  font-size: 14px;
  font-weight: 400;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (min-width: 992px) {
  .award-card.style-two .award-name span {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1200px) {
  .award-card.style-two .award-name span {
    font-size: 18px;
  }
}
.award-card.style-two .award-address {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  width: 30%;
  max-width: 30%;
  font-size: 14px;
  font-weight: 600;
  text-align: right;
}
@media only screen and (min-width: 992px) {
  .award-card.style-two .award-address {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1200px) {
  .award-card.style-two .award-address {
    font-size: 18px;
  }
}
.award-card.style-three {
  border-color: rgba(255, 255, 255, 0.1);
}
.award-card.style-three .award-serial {
  background-color: #1f2732;
  color: #ffffff;
}
.award-card.style-three:hover .award-serial {
  background-color: #b68c5a;
  color: #181818;
}

/* FAQ CSS */
.faq-accordion .accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}
.faq-accordion .accordion-item {
  background-color: #262629;
  border-radius: 12px;
  border: 0;
}
.faq-accordion .accordion-item .accordion-button {
  border-radius: 12px;
  background: transparent;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.4px;
  padding: 20px 30px;
}
@media only screen and (min-width: 992px) {
  .faq-accordion .accordion-item .accordion-button {
    font-size: 22px;
  }
}
.faq-accordion .accordion-item .accordion-button:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.faq-accordion .accordion-item .accordion-button::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMTggMTIuOTk2MUgxM1YxNy45OTYxQzEzIDE4LjI2MTMgMTIuODk0NiAxOC41MTU3IDEyLjcwNzEgMTguNzAzMkMxMi41MTk2IDE4Ljg5MDcgMTIuMjY1MiAxOC45OTYxIDEyIDE4Ljk5NjFDMTEuNzM0OCAxOC45OTYxIDExLjQ4MDQgMTguODkwNyAxMS4yOTI5IDE4LjcwMzJDMTEuMTA1NCAxOC41MTU3IDExIDE4LjI2MTMgMTEgMTcuOTk2MVYxMi45OTYxSDZDNS43MzQ3OCAxMi45OTYxIDUuNDgwNDMgMTIuODkwNyA1LjI5Mjg5IDEyLjcwMzJDNS4xMDUzNiAxMi41MTU3IDUgMTIuMjYxMyA1IDExLjk5NjFDNSAxMS43MzA5IDUuMTA1MzYgMTEuNDc2NSA1LjI5Mjg5IDExLjI4OTBDNS40ODA0MyAxMS4xMDE1IDUuNzM0NzggMTAuOTk2MSA2IDEwLjk5NjFIMTFWNS45OTYwOUMxMSA1LjczMDg4IDExLjEwNTQgNS40NzY1MiAxMS4yOTI5IDUuMjg4OTlDMTEuNDgwNCA1LjEwMTQ1IDExLjczNDggNC45OTYwOSAxMiA0Ljk5NjA5QzEyLjI2NTIgNC45OTYwOSAxMi41MTk2IDUuMTAxNDUgMTIuNzA3MSA1LjI4ODk5QzEyLjg5NDYgNS40NzY1MiAxMyA1LjczMDg4IDEzIDUuOTk2MDlWMTAuOTk2MUgxOEMxOC4yNjUyIDEwLjk5NjEgMTguNTE5NiAxMS4xMDE1IDE4LjcwNzEgMTEuMjg5QzE4Ljg5NDYgMTEuNDc2NSAxOSAxMS43MzA5IDE5IDExLjk5NjFDMTkgMTIuMjYxMyAxOC44OTQ2IDEyLjUxNTcgMTguNzA3MSAxMi43MDMyQzE4LjUxOTYgMTIuODkwNyAxOC4yNjUyIDEyLjk5NjEgMTggMTIuOTk2MVoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=');
}
.faq-accordion .accordion-item .accordion-button:not(.collapsed) {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 10px 10px 0 0;
  background-color: #b68c5a;
  color: #181818;
}
.faq-accordion .accordion-item .accordion-button:not(.collapsed)::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMTggMTIuOTk2MUg2QzUuNzM0NzggMTIuOTk2MSA1LjQ4MDQzIDEyLjg5MDcgNS4yOTI4OSAxMi43MDMyQzUuMTA1MzYgMTIuNTE1NyA1IDEyLjI2MTMgNSAxMS45OTYxQzUgMTEuNzMwOSA1LjEwNTM2IDExLjQ3NjUgNS4yOTI4OSAxMS4yODkwQzUuNDgwNDMgMTEuMTAxNSA1LjczNDc4IDEwLjk5NjEgNiAxMC45OTYxSDE4QzE4LjI2NTIgMTAuOTk2MSAxOC41MTk2IDExLjEwMTUgMTguNzA3MSAxMS4yODkwQzE4Ljg5NDYgMTEuNDc2NSAxOSAxMS43MzA5IDE5IDExLjk5NjFDMTkgMTIuMjYxMyAxOC44OTQ2IDEyLjUxNTcgMTguNzA3MSAxMi43MDMyQzE4LjUxOTYgMTIuODkwNyAxOC4yNjUyIDEyLjk5NjEgMTggMTIuOTk2MVoiIGZpbGw9IiMxQzFEMjAiLz4KPC9zdmc+Cg==');
}
.faq-accordion .accordion-item .accordion-body {
  padding: 20px 30px;
  color: #ffffff;
  font-size: 16px;
  border-radius: 0 0 10px 10px;
}
.faq-accordion.service-details-faq .accordion {
  gap: 0;
}
.faq-accordion.service-details-faq .accordion-item {
  background: transparent;
  border-bottom: 1px solid rgba(38, 38, 41, 0.3);
  border-radius: 0;
}
.faq-accordion.service-details-faq .accordion-item:first-child {
  border-top: 1px solid rgba(38, 38, 41, 0.3);
}
.faq-accordion.service-details-faq .accordion-item .accordion-button {
  background: transparent;
  color: #181818;
  font-size: 18px;
  font-weight: 600;
  padding: 28px 30px;
  border-radius: 0;
}
@media only screen and (min-width: 992px) {
  .faq-accordion.service-details-faq .accordion-item .accordion-button {
    font-size: 22px;
  }
}
.faq-accordion.service-details-faq .accordion-item .accordion-button:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.faq-accordion.service-details-faq .accordion-item .accordion-button::after {
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 28 28" fill="none"><path d="M12.832 12.832V5.83203H15.1654V12.832H22.1654V15.1654H15.1654V22.1654H12.832V15.1654H5.83203V12.832H12.832Z" fill="%23181818"/></svg>');
}
.faq-accordion.service-details-faq
  .accordion-item
  .accordion-button:not(.collapsed)::after {
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 28 28" fill="none"><path d="M14 12.3487L18.9497 7.39897L20.5997 9.04888L15.6499 13.9986L20.5997 18.9484L18.9497 20.5983L14 15.6485L9.05025 20.5983L7.40034 18.9484L12.3501 13.9986L7.40034 9.04888L9.05025 7.39897L14 12.3487Z" fill="%23181818"/></svg>');
}
.faq-accordion.service-details-faq .accordion-item .accordion-body {
  padding-top: 0;
  font-size: 16px;
  color: #262629;
  padding: 0 30px 30px 30px;
}
@media only screen and (min-width: 1200px) {
  .faq-accordion.service-details-faq .accordion-item .accordion-body {
    font-size: 18px;
  }
}

/* Breadcrumb CSS */
.breadcrumb-section {
  position: relative;
  z-index: 1;
  margin-top: 68px;
  padding: 50px 0;
}
.breadcrumb-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(
    48.33% 39.41% at 74.75% 53.85%,
    rgba(28, 29, 32, 0) 0%,
    #181818 100%
  );
  z-index: -10;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.breadcrumb-section::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(28, 29, 32, 0.9);
  z-index: -10;
}
@media only screen and (min-width: 992px) {
  .breadcrumb-section {
    margin-top: 110px;
  }
}
.breadcrumb-section .breadcrumb-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.breadcrumb-section .breadcrumb-content h2 {
  color: #ffffff;
  text-align: center;
  font-size: 36px;
  letter-spacing: -1.6px;
}
@media only screen and (min-width: 576px) {
  .breadcrumb-section .breadcrumb-content h2 {
    font-size: 42px;
  }
}
@media only screen and (min-width: 768px) {
  .breadcrumb-section .breadcrumb-content h2 {
    font-size: 48px;
  }
}
@media only screen and (min-width: 992px) {
  .breadcrumb-section .breadcrumb-content h2 {
    font-size: 48px;
  }
}
@media only screen and (min-width: 1200px) {
  .breadcrumb-section .breadcrumb-content h2 {
    font-size: 48px;
  }

}
@media only screen and (min-width: 1400px) {
  .breadcrumb-section .breadcrumb-content h2 {
     font-size: 48px;
  }
}
.breadcrumb-section .breadcrumb-content ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.breadcrumb-section .breadcrumb-content ul li {
  color: #ffffff;
  font-size: 12px;
}
@media only screen and (min-width: 576px) {
  .breadcrumb-section .breadcrumb-content ul li {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .breadcrumb-section .breadcrumb-content ul li {
    font-size: 16px;
  }
}
.breadcrumb-section .breadcrumb-content ul li a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  letter-spacing: -0.14px;
  position: relative;
  z-index: 1;
  padding-right: 10px;
}
@media only screen and (min-width: 576px) {
  .breadcrumb-section .breadcrumb-content ul li a {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .breadcrumb-section .breadcrumb-content ul li a {
    font-size: 16px;
  }
}
.breadcrumb-section .breadcrumb-content ul li a:hover,
.breadcrumb-section .breadcrumb-content ul li a:focus {
  color: #b68c5a;
}
.breadcrumb-section .breadcrumb-content ul li a::after {
  content: "\ea61";   /* tabler chevron right */
  font-family: "tabler-icons";
  position: absolute;
  right: -6px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
}

.theme-two .btn-primary {
  background-color: #d1b06b;
  color: #181818;
}
.theme-two .btn-primary:active,
.theme-two .btn-primary:hover,
.theme-two .btn-primary:focus {
  background-color: #b87d36;
  color: #ffffff;
}
.theme-two .btn-link {
  color: #d1b06b;
}
.theme-two .btn-link:active,
.theme-two .btn-link:hover,
.theme-two .btn-link:focus {
  color: #b87d36;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.theme-two .cookiealert,
.theme-two .copyright.footer2,
.theme-two .bg-primary,
.theme-two .service-slide-card:hover,
.theme-two .service-slide-card:focus,
.theme-two .price-card2.active,
.theme-two .lawgis-scrolltop {
  background-color: #d1b06b !important;
}
.theme-two .text-primary {
  color: #d1b06b !important;
}
.theme-two .service-slide-card > i {
  color: #d1b06b;
}
.theme-two .service-slide-card:hover > i {
  color: #181818;
}
.theme-two .blog-card.style-three.dark-style .post-title:hover,
.theme-two .blog-card.style-three.dark-style .post-title:focus {
  color: #d1b06b;
}
.theme-two .lawgis-scrolltop {
  color: #181818;
}
.theme-two .service-section.style-two .service-swiper-slider-navigation > div {
  background-color: transparent;
  border-color: #d1b06b;
}
.theme-two
  .service-section.style-two
  .service-swiper-slider-navigation
  > div:hover,
.theme-two
  .service-section.style-two
  .service-swiper-slider-navigation
  > div:focus {
  background-color: #d1b06b;
}
.theme-two
  .testimonial-pagination.style-two
  > span.swiper-pagination-bullet-active,
.theme-two .award-card.style-three:hover .award-serial {
  background-color: #d1b06b;
  border-color: #d1b06b;
}
.theme-two .award-card.style-three:hover .award-serial,
.theme-two .footer-bottom-content .social-nav a:hover,
.theme-two .footer-bottom-content .social-nav a:focus {
  color: #181818;
}
.theme-two .blog-card.style-five .post-title:hover,
.theme-two .blog-card.style-five .post-title:focus,
.theme-two .footer-bottom-content .copyright a,
.theme-two .footer-bottom-nav a:hover,
.theme-two .footer-bottom-nav a:focus {
  color: #d1b06b;
}
.theme-two .footer-bottom-content .social-nav a:hover,
.theme-two .footer-bottom-content .social-nav a:focus {
  border-color: #d1b06b;
  background-color: #d1b06b;
}
.theme-two .footer-card .social-nav a {
  border-color: #ffffff;
  color: #ffffff;
}
.theme-two .footer-card .social-nav a:hover,
.theme-two .footer-card .social-nav a:focus {
  border-color: #d1b06b;
  background-color: #d1b06b;
}
.theme-two .blog-card.style-five .blog-meta a:hover,
.theme-two .blog-card.style-five .blog-meta a:focus,
.theme-two .blog-card.style-three.dark-style .blog-meta a:hover,
.theme-two .blog-card.style-three.dark-style .blog-meta a:focus {
  color: #d1b06b;
}
.theme-two .footer-card .footer-nav li a:hover,
.theme-two .footer-card .footer-nav li a:focus {
  color: #d1b06b;
}
/* ---------------------------------------------- */
.logo {
  max-width: 70px !important;
}

.service-card {
  background: #ffffff;
  padding: 40px 30px;
  border-radius: 18px;
  text-align: center;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  height: 100%;
}

.service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #c9a96e, #e8bf96);
  transition: 0.4s;
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

.service-card svg {
  margin-bottom: 20px;
  transition: 0.4s;
}

.service-card:hover svg {
  transform: scale(1.1);
}

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

.service-card p {
  font-size: 15px;
  color: #666;
  line-height: 1.7;
}

.service-card::after {
  content: '';
  position: absolute;
  bottom: -50px;
  right: -50px;
  width: 150px;
  height: 150px;
  background: rgba(232, 191, 150, 0.08);
  border-radius: 50%;
  transition: 0.4s;
}

.service-card:hover::after {
  bottom: -30px;
  right: -30px;
}
section {
  padding-top: 60px;
  padding-bottom: 60px;
}
.process-card::after {
  position: absolute;
  width: 1.5px;
  height: calc(100% - 44px);
  top: 65px;
  left: 25px;
  background-color: #ffffff;
  content: '';
  z-index: 10;
}
.lawyers-team-section {
  background: #0f1117;
}

.lawyer-card {
  background: #fff;
  border: 1px solid #b68c5a;
  border-radius: 1rem;
  overflow: hidden;
  transition: 0.3s;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.lawyer-card:hover {
  transform: translateY(-6px);
}

.lawyer-img-wrap {
  position: relative;
  height: 320px;
  overflow: hidden;
}

.lawyer-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
  object-position: top;
}

.lawyer-card:hover .lawyer-img-wrap img {
  transform: scale(1.05);
}
.lawyer-card .overlay {
 background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent) !important;
}

.overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
}

.lawyer-specialty {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #b68c5a;
  color: #fff;
  font-size: 12px;
  padding: 4px 12px;
  border-radius: 20px;
  font-weight: 600;
}

.lawyer-body {
  padding: 20px;
  color: #fff;
}

.designation {
  color: #b68c5a;
  font-size: 13px;
  margin-bottom: 10px;
}

.lawyer-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 13px;
  margin-top: 10px;
  color: #000;
}
.lawyer-body .btn {
  color: #fff !important;
  background: #b68c5a;
  line-height: 1 !important;
  height: fit-content;
  padding: 12px 20px !important;
}

.lawyer-meta i {
  color: #b68c5a;
}

.lawyer-social a {
  width: 34px;
  height: 34px;
  background: rgba(201, 168, 76, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #b68c5a;
  margin-right: 6px;
  transition: 0.3s;
}

.lawyer-social a:hover {
  background: #b68c5a;
  color: #000;
}
/* Pagination Wrapper */
.myLawyerSwiper .swiper-pagination {
  position: relative;
  margin-top: 40px;
}

/* Normal Bullet */
.myLawyerSwiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #555;
  opacity: 1;
  border-radius: 50px;
  transition: all 0.3s ease;
}

/* Active Bullet */
.myLawyerSwiper .swiper-pagination-bullet-active {
  width: 35px; /* Width increase */
  border-radius: 50px;
  background: #b68c5a; /* Custom gold color */
}
.social-report-section {
  position: relative;
  padding: 120px 0;
  overflow: hidden;
}

.bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: 1;
}

.video-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.75); /* dark overlay */
  z-index: 2;
}

.social-report-section .container * {
  position: relative;
  z-index: 3;
}

.social-report-section .sub-title {
  color: #c9a96e;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.modern-footer {
  background: linear-gradient(135deg, #0f0f0f, #1a1a1a);
  color: #fff;
  position: relative;
}

.footer-logo {
  max-width: 160px;
}

.footer-about {
  font-size: 14px;
  line-height: 1.8;
  color: #bbb;
}

.footer-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
  color: #fff !important;
  display: inline-block;
}

.footer-title::after {
  content: '';
  display: block;
  width: 40px;
  height: 2px;
  background: #c9a96e;
  margin-top: 8px;
}

.footer-links li {
  margin-bottom: 12px;
}

.footer-links a {
  color: #bbb;
  text-decoration: none;
  font-size: 16px;
  transition: all 0.3s ease;
}
.tweet-user {
  color: #b87d36;
  display: block;
}
.tweet-user:hover {
  color: #d1b06b;
}
.tweet-para {
  color: #bbb;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s ease;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 0;
}
.text-light {
  color: rgba(255, 255, 255, 0.5) !important;
  font-size: 14px !important;
}
.tweet-time {
  color: #bbb;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s ease;
  overflow: hidden;
  margin-bottom: 10px !important;
  display: block;
}
.tweet-time a {
  color: #b87d36;
  padding: 0 10px;
}

.footer-links a i {
  margin-right: 6px;
  font-size: 16px;
}

.footer-links a:hover {
  color: #c9a96e;
  padding-left: 6px;
}

.footer-contact li {
  font-size: 14px;
  margin-bottom: 12px;
  color: #bbb;
}
.footer-contact li a{
    color: #bbb !important;
}

.footer-contact i {
  margin-right: 8px;
  color: #c9a96e;
}

.footer-divider {
  border-color: rgba(255, 255, 255, 0.08);
}

.footer-bottom {
  font-size: 14px;
  color: #aaa;
}

/* Social Icons */
.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background: #222;
  border-radius: 50%;
  margin-right: 8px;
  color: #fff;
  transition: all 0.3s ease;
}

.footer-social a:hover {
  background: #c9a96e;
  color: #000;
  transform: translateY(-4px);
  box-shadow: 0 6px 15px rgba(201, 169, 110, 0.4);
}
.custom-file-input::file-selector-button {
  background-color: #b68c5a; /* Button background */
  color: #000; /* Text color */
  border: none; /* Remove border if any */
  padding: 0.4rem 1rem; /* Padding inside button */
  border-radius: 0.4rem; /* Rounded corners */
  cursor: pointer;
  transition: background-color 0.3s ease;
}

/* Hover effect for the button */
.custom-file-input:hover::file-selector-button {
  background-color: #b68c5a; /* Slightly darker on hover */
}
.footer-area {
  position: relative;
  background: url('/assets/img/bg-img/73.jpg') no-repeat center center/cover;
  color: #fff; /* ensure text stays visible */
}

.footer-area::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.94); /* dark overlay */
  z-index: 1;
}

.footer-area .container {
  position: relative;
  z-index: 2; /* content above overlay */
}
.footer-social a {
  background-color: #b87d36;
  width: 40px;
  height: 40px;
}
.agreement-card {
  border: none;
}

.agreement-box {
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  transition: all 0.35s ease;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.agreement-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
}

.agreement-img {
  position: relative;
  overflow: hidden;
}

.agreement-img img {
  height: 200px;
  width: 100%;
  object-fit: cover;
  transition: 0.4s ease;
}

.agreement-box:hover img {
  transform: scale(1.08);
}

.badge-custom {
  position: absolute;
  top: 15px;
  left: 15px;
  color: #fff;
  background-color: #b87d36;
  font-size: 12px;
  padding: 6px 12px;
  border-radius: 30px;
  font-weight: 600;
}
.agreement-lang-btn {
  display: block;
  background-color: #eaeaea !important;
  color: #b87d36;
  min-width: 50px !important;
}
.agreement-lang-btn:hover {
  color: #b87d36;
}
.no-step {
  width: 30px;
  height: 30px;
  background-color: #b87d36;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.agreement-lang-btn.active {
  background-color: #b87d36 !important;
  color: #fff;
}
.price-section {
  padding: 10px 15px;
  border-radius: 12px;
}

.price-tag {
  font-size: 20px;
  font-weight: 700;
}

.old-price {
  font-size: 13px;
  color: #6c757d;
  text-decoration: line-through;
}

/* Booking Button */
.floating-booking , .whatsapp-Btn {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: flex;
  align-items: center;
  background: #b87d36;
  color: #fff;
  border-radius: 50px;
  padding: 12px 15px;
  text-decoration: none;
  overflow: hidden;
  transition: all 0.3s ease;
  width: fit-content;
  z-index: 999;
}
.whatsapp-Btn{
background-color:#25D366;
bottom: 80px;
}

.floating-booking i , .whatsapp-Btn i {
  font-size: 20px;
  color: #fff !important;
}


.booking-text {
  max-width: 0;
  opacity: 0;
  margin-left: 0;
  white-space: nowrap;
  transition: all 0.3s ease;
}

/* Hover Effect */
.floating-booking:hover , .whatsapp-Btn:hover {
  padding-right: 20px;
  color: #fff !important;
}

.floating-booking:hover .booking-text  , .whatsapp-Btn:hover .booking-text{
  max-width: 200px;
  opacity: 1;
  margin-left: 10px;
}

/* Scroll Button */
.lawgis-scrolltop {
  background: #111;
  color: #fff;
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: 0.3s;
  right: 20px !important;
  bottom: 140px !important;
}

.lawgis-scrolltop:hover {
  background: #0d6efd;
}
.filter-wrapper {
  background: #ffffff;
  border: 1px solid #f1f1f1;
}

.filter-box {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.filter-label {
  font-size: 14px;
  font-weight: 500;
  color: #444;
}

.form-select {
  height: 48px;
  border-radius: 10px;
  border: 1px solid #e4e6ef;
  transition: all 0.3s ease;
}

.form-select:focus {
  border-color: #0d6efd;
  box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.15);
}
.border-primary {
  border-color: #b87d36;
}

.badge-count {
  background: #0d6efd;
  color: #fff;
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 20px;
}

.btn-primary {
  border-radius: 10px;
  height: 45px;
}

.btn-outline-secondary {
  border-radius: 10px;
  height: 45px;
}
.preview-btn {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 2px solid #b87d36 !important;
  color: #b87d36;
  font-size: 20px !important;
}
.preview-btn:hover {
  color: #b87d36;
}
/* Filter Tabs */
.status-tabs .btn {
  border-radius: 25px;
  font-size: 13px;
  padding: 6px 16px;
}

/* Card */
.search-box {
  position: relative;
}

.search-box input {
  padding-left: 35px;
  border-radius: 30px;
}

.search-box i {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #888;
}

.study-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  transition: 0.3s ease;
  height: 100%;
}

.study-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.study-thumb {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.card-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #111;
  color: #fff;
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 30px;
}
.btn-storke {
  color: #b87d36 !important;
  background: transparent !important;
  border: 2px solid #b87d36 !important;
}
.legal-video-card {
  background: #111;
  border-radius: 18px;
  overflow: hidden;
  transition: 0.3s ease;
  height: 100%;
  color: #fff;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.legal-video-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.legal-video-thumb {
  position: relative;
  overflow: hidden;
}

.legal-thumb-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: 0.4s ease;
}

.legal-video-card:hover .legal-thumb-img {
  transform: scale(1.05);
}

.legal-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #c9a14a;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: #111;
  transition: 0.3s ease;
}

.legal-video-card:hover .legal-play-btn {
  transform: translate(-50%, -50%) scale(1.1);
}

.legal-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #c9a14a;
  color: #111;
  padding: 5px 14px;
  font-size: 12px;
  border-radius: 30px;
  font-weight: 600;
}

.legal-card-body {
  padding: 25px;
}

.legal-category {
  font-size: 13px;
  color: #c9a14a;
  font-weight: 500;
}

.legal-title {
  margin-top: 10px;
  font-weight: 600;
}

.legal-desc {
  font-size: 14px;
  color: #000;
  margin-top: 10px;
}

.legal-watch-btn {
  display: inline-block;
  margin-top: 18px;
  padding: 8px 20px;
  background: #c9a14a;
  color: #111;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.legal-watch-btn:hover {
  background: #fff;
  color: #111;
}
.legal-documents-section {
  padding: 100px 0;
}

.legal-subtitle {
  color: #b68c5a;
  font-weight: 600;
  letter-spacing: 1px;
}

.legal-main-title {
  font-size: 38px;
  font-weight: 700;
  margin-top: 10px;
}

.legal-paper-card {
  background: #fff;
  padding: 24px;
  border-radius: 14px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  transition: 0.4s;
  height: 100%;
}

.legal-paper-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.legal-paper-icon {
  font-size: 40px;
  color: #b68c5a;
  margin-bottom: 15px;
}

.paper-category {
  font-size: 13px;
  color: #777;
  text-transform: uppercase;
}

.paper-title {
  font-size: 20px;
  font-weight: 600;
  margin: 10px 0;
}

.paper-short {
  font-size: 14px;
  color: #666;
}

.paper-meta {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  font-size: 13px;
  color: #999;
}

.paper-actions {
  margin-top: 20px;
  display: flex;
  gap: 10px;
}

.paper-btn {
  padding: 8px 16px;
  border-radius: 6px;
  font-size: 14px;
  text-decoration: none;
}

.view-paper {
  background: #111;
  color: #fff;
}
.view-paper:hover,
.view-paper:focus {
  color: #fff;
}

.download-paper {
  background: #b68c5a;
  color: #fff;
}

.modal-paper-card {
  background: #fff;
  border-radius: 14px;
  padding: 30px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.modal-paper-banner img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  border-radius: 10px;
}

.modal-paper-category {
  background: #eef2ff;
  color: var(--primary-red);
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
}

.modal-paper-title {
  font-size: 32px;
  font-weight: 700;
  margin: 15px 0;
}

.modal-paper-meta {
  display: flex;
  gap: 20px;
  font-size: 14px;
  color: #6b7280;
}

.modal-paper-features li {
  margin-bottom: 8px;
}

.modal-paper-download-btn {
  background: #111827;
  color: #fff;
  padding: 12px 22px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  display: inline-flex;
  gap: 8px;
}

.modal-paper-download-btn:hover,
.modal-paper-download-btn:focus {
  background: #000;
  color: #fff !important;
}
.study-details-banner {
  width: 100%;
  border-radius: 12px;
}

.study-details-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
}

.study-details-meta {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.study-meta-badge {
  background: #f1f5f9;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 13px;
}

.study-details-heading {
  margin-top: 30px;
  font-size: 22px;
  font-weight: 600;
}

.study-section-list {
  padding-left: 18px;
}

.study-download-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f8fafc;
  padding: 20px;
  border-radius: 10px;
  margin-top: 30px;
}

.study-download-btn {
  background: #2563eb;
  color: #fff;
  padding: 10px 22px;
  border-radius: 8px;
}

.study-sidebar {
  background: #fff;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.related-study-card {
  display: flex;
  gap: 12px;
  margin-bottom: 15px;
}

.related-study-card img {
  width: 70px;
  border-radius: 6px;
}
.judgement-card {
  background: #fff;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
}

.judgement-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.judgement-meta {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: 14px;
  color: #777;
}

.judgement-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.judgement-summary {
  font-size: 15px;
  color: #555;
  margin-bottom: 15px;
}

.judgement-tags span {
  background: #f1f1f1;
  padding: 4px 10px;
  margin-right: 5px;
  border-radius: 4px;
  font-size: 13px;
}

.judgement-actions {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
  .judgement-action {
    display: flex;
  }
.judgement-details-card {
  background: #fff;
  padding: 35px;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
}

.judgement-main-title {
  font-size: 28px;
  font-weight: 700;
  margin-top: 10px;
}

.judgement-summary-box {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
  margin-top: 20px;
}

.judgement-content {
  margin-top: 25px;
  line-height: 1.8;
}

.judgement-tags-box {
  margin-top: 25px;
}

.tag {
  display: inline-block;
  background: #eef1f5;
  padding: 6px 12px;
  border-radius: 20px;
  margin: 4px;
  font-size: 13px;
}

.judgement-download {
  margin-top: 25px;
  display: flex;
  gap: 10px;
}

.judgement-sidebar {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
}

.case-info {
  list-style: none;
  padding: 0;
}

.case-info li {
  padding: 8px 0;
  border-bottom: 1px solid #eee;
}

.related-item {
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}
.landmark-card {
  display: flex;
  gap: 30px;
  background: #fff;
  padding: 35px;
  border-radius: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-left: 5px solid #b68c2f;
}

.landmark-left {
  min-width: 160px;
  text-align: center;
  border-right: 1px solid #eee;
  padding-right: 20px;
}

.landmark-badge {
  display: inline-block;
  background: #b68c2f;
  color: #fff;
  padding: 5px 10px;
  font-size: 12px;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.landmark-date {
  display: block;
  font-weight: 600;
  font-size: 18px;
  color: #333;
}

.landmark-title {
  font-size: 22px;
  margin-bottom: 10px;
}

.landmark-summary {
  color: #666;
  margin-bottom: 15px;
}

.landmark-tags span {
  background: #f1f3f7;
  padding: 6px 12px;
  margin-right: 8px;
  border-radius: 20px;
  font-size: 13px;
}

.landmark-action {
  margin-top: 15px;
}
.year-accordion .accordion-item {
  border: 2px solid rgba(0, 0, 0, 0.2) !important;
  margin-bottom: 15px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  overflow: hidden;
}

.year-accordion .accordion-button {
  font-weight: 600;
  font-size: 18px;
  background: #f7f7f7;
}

.year-accordion .accordion-button:not(.collapsed) {
  background: #1e2a45;
  color: #fff;
  box-shadow: none !important;
}

.year-judgement-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid #eee;
}

.year-judgement-card:last-child {
  border-bottom: none;
}

.judgement-info h5 {
  font-size: 18px;
  margin-bottom: 5px;
}

.judgement-info p {
  font-size: 14px;
  color: #666;
  margin: 0;
}

.judgement-action .btn {
  font-size: 14px;
  padding: 8px 16px;
  min-width: 140px;
}
.pdf-card {
  position: relative;
  background: #fff;
  border-radius: 16px;
  padding: 40px 25px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  transition: 0.3s;
}

.pdf-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.pdf-bg-icon {
  position: absolute;
  bottom: -30px;
  right: -10px;
  font-size: 110px;
  color: #e63946;
  opacity: 0.08;
}

.pdf-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}

.pdf-download-btn {
  display: inline-block;
  background: #e63946;
  color: #fff;
  padding: 10px 16px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 500;
  transition: 0.3s;
}

.pdf-download-btn:hover {
  background: #c81f2c;
  color: #fff;
}

.sidebar {
  min-height: 100vh;
}

.sidebar .nav-link {
  border-radius: 0.5rem;
  transition: all 0.3s;
  font-weight: 500;
}

.sidebar .nav-link:hover {
  background-color: #f0e0c8;
  color: #181818 !important;
  text-decoration: none;
}

.sidebar .nav-link.active {
  background-color: var(--primary-bg);
  color: var(--card-bg) !important;
}

.sidebar .nav-link .badge {
  font-size: 0.75rem;
  padding: 0.25em 0.5em;
}

@media (max-width: 992px) {
  .sidebar {
    position: relative;
    width: 100%;
    min-height: auto;
  }
}
.dashboard-container-main {
  margin-left: 280px;
}

.stat-card {
  transition: all 0.3s;
}

.stat-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.card .btn-primary {
  background-color: var(--primary-bg);
  border-color: var(--primary-bg);
}

.card .btn-primary:hover {
  background-color: #a57547;
  border-color: #a57547;
}

.badge-warning {
  background-color: #fff3cd;
  color: #856404;
}
.badge-danger {
  background-color: #f8d7da;
  color: #721c24;
}
.badge-success {
  background-color: #d4edda;
  color: #155724;
}
.badge-info {
  background-color: #d1ecf1;
  color: #0c5460;
}
 .dashboard-container {
        display: flex;
        min-height: 100vh;
      }

      /* Sidebar Styles */
      .sidebar {
        width: 280px;
        background: var(--card-bg);
        border-right: 1px solid var(--border-color);
        padding: 2rem 0;
        position: sticky;
        height: 100vh;
        overflow-y: auto;
        box-shadow: var(--shadow);
        top: 121px;
        z-index:999;
      }
       
      .sidebar-header {
        padding: 0 1rem 1rem;
        border-bottom: 1px solid var(--border-color);
        margin-bottom: 1.5rem;
      }

      .advocate-profile {
        display: flex;
        align-items: center;
        gap: 1rem;
        flex-direction: column;
        margin-bottom: 1rem;
        justify-content: center;
        text-align: center;
      }

      .advocate-avatar {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background: var(--primary-red);
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-size: 24px;
        font-weight: 600;
        flex-shrink: 0;
      }

      .advocate-info h5 {
        margin: 0;
        color: var(--primary-red);
        font-weight: 700;
        font-size: 1.1rem;
      }

      .advocate-info p {
        margin: 0;
        color: var(--text-muted);
        font-size: 0.85rem;
      }

      .sidebar-menu {
        list-style: none;
        padding: 0;
        margin: 0;
      }

      .sidebar-menu li {
        margin-bottom: 0.5rem;
      }

      .sidebar-menu a {
        display: flex;
        align-items: center;
        gap: 0.75rem;
        padding: 0.875rem 1.5rem;
        color: var(--text-dark);
        text-decoration: none;
        transition: all 0.3s ease;
        font-weight: 500;
      }

      .sidebar-menu a:hover {
        background-color: rgba(220, 53, 69, 0.05);
        color: var(--primary-red);
      }

      .sidebar-menu a.active {
        background-color: var(--primary-red);
        color: white;
        border-radius: 8px;
        margin: 0 1rem;
      }

      .sidebar-menu a i {
        font-size: 1.25rem;
      }

      /* Main Content */
      .main-content {
        flex: 1;
        /* margin-left: 280px; */
        /* padding: 2rem; */
      }
      .dashboard-container-view .main-content-2 {
        padding: 2rem;
        width: 100% !important;
      }

      .dashboard-header {
        background: linear-gradient(135deg, #fff8e1 0%, #ffe0b2 100%);
        border-radius: 12px;
        padding: 2rem;
        margin-bottom: 2rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        box-shadow: var(--shadow);
      }

      .welcome-section {
        display: flex;
        align-items: center;
        gap: 1.5rem;
      }

      .welcome-icon {
        width: 60px;
        height: 60px;
        background: white;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--primary-red);
        font-size: 1.5rem;
      }

      .welcome-text h2 {
        margin: 0 0 0.25rem 0;
        color: var(--text-dark);
        font-weight: 700;
      }

      .welcome-text h2 span {
        color: var(--primary-red);
      }

      .welcome-text p {
        margin: 0;
        color: var(--text-muted);
      }

      /* Stats Cards */
      .stats-row {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 1.5rem;
        margin-bottom: 2rem;
      }

      .stat-card {
        background: var(--card-bg);
        border-radius: 12px;
        padding: 1.5rem;
        box-shadow: var(--shadow);
        transition: all 0.3s ease;
      }

      .stat-card:hover {
        transform: translateY(-4px);
        box-shadow: var(--shadow-hover);
      }

      .stat-card h3 {
        font-size: 2rem;
        font-weight: 700;
        margin: 0 0 0.5rem 0;
        color: var(--primary-red);
      }

      .stat-card p {
        margin: 0;
        color: var(--text-muted);
        font-size: 0.9rem;
        font-weight: 500;
      }

      .stat-card.active h3 {
        color: #28a745;
      }

      .stat-card.valid h3 {
        color: #007bff;
      }

      /* Profile Details Section */
      .profile-details-section {
        background: var(--card-bg);
        border-radius: 12px;
        padding: 2rem;
        box-shadow: var(--shadow);
        margin-bottom: 2rem;
      }

      .section-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 1.5rem;
        padding-bottom: 1rem;
        border-bottom: 2px solid var(--border-color);
      }

      .section-header h4 {
        margin: 0;
        color: var(--primary-red);
        font-weight: 700;
        font-size: 1.25rem;
      }

      .edit-btn {
        background: var(--primary-red);
        color: white;
        border: none;
        border-radius: 8px;
        padding: 0.5rem 1rem;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s ease;
        display: flex;
        align-items: center;
        gap: 0.5rem;
      }

      .edit-btn:hover {
        background: var(--dark-bg);
        transform: translateY(-2px);
        color: var(--card-bg);
      }

      .profile-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 1.5rem;
      }

      .profile-item {
        display: flex;
        align-items: center;
        gap: 1rem;
      }

      .profile-item i {
        width: 40px;
        height: 40px;
        background: rgba(220, 53, 69, 0.1);
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--primary-red);
        font-size: 1.25rem;
        flex-shrink: 0;
      }

      .profile-item-content h6 {
        margin: 0 0 0.25rem 0;
        color: var(--text-muted);
        font-size: 0.85rem;
        font-weight: 500;
      }

      .profile-item-content p {
        margin: 0;
        color: var(--text-dark);
        font-weight: 600;
      }

      /* Cases Section */
      .cases-section {
        background: var(--card-bg);
        border-radius: 12px;
        padding: 2rem;
        box-shadow: var(--shadow);
        margin-bottom: 2rem;
      }

      .cases-filters {
        display: flex;
        gap: 1rem;
        margin-bottom: 1.5rem;
        flex-wrap: wrap;
      }

      .filter-btn {
        padding: 0.5rem 1rem;
        border: 2px solid var(--border-color);
        background: white;
        border-radius: 8px;
        cursor: pointer;
        font-weight: 600;
        transition: all 0.3s ease;
      }

      .filter-btn.active {
        background: var(--primary-red);
        color: white;
        border-color: var(--primary-red);
      }

      .filter-btn:hover {
        border-color: var(--primary-red);
      }

      .cases-grid {
        display: grid;
        gap: 1.5rem;
      }

      .case-card {
        border: 1px solid var(--border-color);
        border-radius: 12px;
        padding: 1.5rem;
        transition: all 0.3s ease;
        background: white;
      }

      .case-card:hover {
        box-shadow: var(--shadow-hover);
        transform: translateY(-2px);
      }

      .case-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 1rem;
      }

      .case-client {
        display: flex;
        align-items: center;
        gap: 1rem;
      }

      .client-avatar {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background: var(--primary-red);
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 600;
      }

      .client-info h5 {
        margin: 0 0 0.25rem 0;
        font-weight: 700;
        color: var(--text-dark);
      }

      .client-info p {
        margin: 0;
        color: var(--text-muted);
        font-size: 0.85rem;
      }

      .case-badges {
        display: flex;
        gap: 0.5rem;
        flex-wrap: wrap;
      }

      .badge {
        padding: 0.375rem 0.75rem;
        border-radius: 6px;
        font-size: 0.75rem;
        font-weight: 600;
      }

      .badge-warning {
        background: #fff3cd;
        color: #856404;
      }

      .badge-success {
        background: #d4edda;
        color: #155724;
      }

      .badge-info {
        background: #d1ecf1;
        color: #0c5460;
      }

      .badge-danger {
        background: #f8d7da;
        color: #721c24;
      }

      .case-actions {
        display: flex;
        gap: 0.5rem;
        margin-top: 1rem;
        padding-top: 1rem;
        border-top: 1px solid var(--border-color);
      }

      .case-action-btn {
        flex: 1;
        padding: 0.625rem;
        border: 1px solid var(--border-color);
        background: white;
        border-radius: 6px;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s ease;
      }

      .case-action-btn:hover {
        background: var(--light-bg);
        border-color: var(--primary-red);
        color: var(--primary-red);
      }

      /* Inquiries Section */
      .inquiries-section {
        background: var(--card-bg);
        border-radius: 12px;
        padding: 2rem;
        box-shadow: var(--shadow);
      }

      .inquiry-list {
        display: grid;
        gap: 1rem;
      }

      .inquiry-item {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 1rem;
        border: 1px solid var(--border-color);
        border-radius: 8px;
        transition: all 0.3s ease;
      }

      .inquiry-item:hover {
        background: var(--light-bg);
        border-color: var(--primary-red);
      }

      .inquiry-info {
        display: flex;
        align-items: center;
        gap: 1rem;
      }

      .inquiry-icon {
        width: 40px;
        height: 40px;
        background: rgba(220, 53, 69, 0.1);
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--primary-red);
      }

      .inquiry-details h6 {
        margin: 0 0 0.25rem 0;
        font-weight: 700;
      }

      .inquiry-details p {
        margin: 0;
        color: var(--text-muted);
        font-size: 0.85rem;
      }

      .inquiry-action {
        background: var(--primary-red);
        color: white;
        border: none;
        border-radius: 6px;
        padding: 0.5rem 1rem;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s ease;
      }

      .inquiry-action:hover {
        background: #c82333;
        transform: scale(1.05);
      }
      div input.form-control::placeholder , div textarea.form-control::placeholder , div select.form-select option[value=""]{
        color:rgba(0, 0, 0, 0.5) !important;
      }

      @media (max-width: 768px) {
      

        .main-content {
          margin-left: 0;
        }

        .dashboard-container {
          flex-direction: column;
        }

        .dashboard-header {
          flex-direction: column;
          text-align: center;
        }

        .welcome-section {
          flex-direction: column;
        }
      }
@media (max-width:991px){
    .sidebar {
    top: 136px !important;
          width: 280px;
          position: absolute !important;
          height: 100%;
          bottom: 0;
          left:0;
transform:translateX(-100%);
transition:transform 0.35s ease-in-out;
        }



.sidebar.active{
transform:translateX(0);
}

.menu-toggle{
background:var(--primary-red);
color:#fff;
border:none;
padding:4px 8px;
border-radius:5px;
cursor:pointer;
}
aside {
    border-top: 1px solid var(--border-color) !important;
}

}
.profile-upload{
position:relative;
display:inline-block;
}

.upload-icon{
position:absolute;
bottom:0;
right:0;
background:#0d6efd;
color:#fff;
width:35px;
height:35px;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
cursor:pointer;
}
.step{
display:none;
}

.step.active{
display:block;
}

.step-nav .nav-link{
pointer-events:none;
background:#e9ecef;
color:#333;
}

.step-nav .nav-link.active{
background:var(--primary-red) !important;
color:#fff;
}
.step-nav .nav-link{
background:#eee;
color:#555;
}

.step-nav .nav-link.active{
background:transparent !important;
color:var(--primary-red);
border: 1px solid var(--primary-red);
}

.step-nav .nav-link.filled{
background:var(--primary-red);
color:#fff;
}

.step-nav .nav-link.pending{
background:#dee2e6;
color:#555;
}
#editProfileModal form .btn{
  height: auto !important;
}
.bg-image {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: top;
  z-index: 0;
}
label.radio-wrapper-7 {
    padding: 6px;
    border-radius: 50px;
    display: inline-flex;
    cursor: pointer;
    transition: background 0.2s ease;
    -webkit-tap-highlight-color: transparent;
  }
  label.radio-wrapper-7:hover,
  label.radio-wrapper-7:focus-within {
    background: rgba(159, 159, 159, 0.1);
  }
  label.radio-wrapper-7 input {
    vertical-align: middle;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background: none;
    border: 0;
    box-shadow: inset 0 0 0 1px #9F9F9F;
    box-shadow: inset 0 0 0 1.5px #9F9F9F;
    appearance: none;
    padding: 0;
    margin: 0;
    transition: box-shadow 150ms cubic-bezier(0.95, 0.15, 0.5, 1.25);
    pointer-events: none;
  }
  label.radio-wrapper-7 input:focus {
    outline: none;
  }
  label.radio-wrapper-7 input:checked {
    box-shadow: inset 0 0 0 6px var(--primary-red);
  }
  label.radio-wrapper-7 span {
    vertical-align: middle;
    display: inline-block;
    line-height: 20px;
    padding: 0 8px;
  }
  .service-slide-card   .title{
    min-height: 62.4px;
  }
  .service-slide-card   .title + p{
    min-height: 90.15px;
  }
  .swiper-backface-hidden .swiper-slide{
    height: auto !important;
  }
  .service-slide-card{
    height: 100%;
  display: flex;
  flex-direction: column;
  }
  .widget-blog-post .blog-thumbnail img{
    aspect-ratio: 16/9 !important;
    object-fit: cover !important;
  }
    .lawyer-card .lawyer-body p {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.myLawyerSwiper .lawyer-card .lawyer-body p , .min-h-53{
min-height: 53.43px !important;
}
.blog-card .post-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;   /* maximum 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.line-clamp-3 {
  overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
}
.text-gray{
  color: rgba(0, 0, 0, 0.5);
}
.text-sm{
  font-size: 14px !important;
}
.text-base{
  font-size: 16px !important;
}
.min-w-180{
  min-width: 180px !important;
}
.aboutteamimg img{
 aspect-ratio: 1;
  object-fit: cover !important;
  object-position: top;
}
.aboutteamimg .hover-laywer-info {
margin-top: 12px;
}
.contact-info i{
  color: var(--primary-red);
}
.contact-info a:hover{
  color: var(--primary-red);
}
  .pp-badge {
    display: inline-block;
    background: #16213e;
    color: #d4b06a;
    font-size: 11px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 6px 20px;
    border-radius: 2px;
    margin-bottom: 20px;
  }

  .pp-divider {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: center;
    margin: 20px 0 0;
  }
  .pp-divider-line {
    width: 60px;
    height: 1px;
    background: #b8963e;
  }
  .pp-divider-dot {
    width: 6px;
    height: 6px;
    background: #b8963e;
    transform: rotate(45deg);
  }

  .pp-meta {
    flex-wrap: wrap;
    background: #16213e;
    border-radius: 8px;
    padding: 16px 24px;
    margin-bottom: 32px;
    align-items: center;
  }
  .pp-meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #d1d5db;
    font-size: 13px;
  }
  .pp-meta-icon {
    width: 18px;
    height: 18px;
    background: #b8963e;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
  .pp-meta-icon svg {
    width: 10px;
    height: 10px;
    fill: white;
  }
  .pp-meta-label {
    color: #d4b06a;
    font-weight: 600;
    margin-right: 4px;
  }

  .pp-block {
    background: white;
    border: 1px solid #e5e0d8;
    border-radius: 8px;
    padding: 28px 28px 24px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
  }
  .pp-block::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: #b8963e;
  }
  .pp-block-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 16px;
  }
  .pp-block-num {
    width: 32px;
    height: 32px;
    background: #16213e;
    color: #d4b06a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
    flex-shrink: 0;
    font-family: 'Playfair Display', serif;
  }

  .pp-block p {
    font-size: 14.5px;
    line-height: 1.8;
    color: #4b4b4b;
    margin: 0 0 14px;
  }
  .pp-block p:last-child {
    margin-bottom: 0;
  }
  .pp-list {
    padding: 0;
    margin: 0 0 14px;
    list-style: none;
  }
  .pp-list li {
    font-size: 14px;
    color: #4b4b4b;
    padding: 6px 0 6px 18px;
    border-bottom: 1px solid #f3ede6;
    position: relative;
    line-height: 1.6;
  }
  .pp-list li:last-child {
    border-bottom: none;
  }
  .pp-list li::before {
    content: '▸';
    color: #b8963e;
    position: absolute;
    left: 0;
    font-size: 12px;
    top: 8px;
  }
  /* read more */
.read-more-btn {
  background: none;
  border: none;
  color: var(--primary-red);
  cursor: pointer;
  font-size: 14px;
  padding: 0;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
  background-color: var(--primary-red) !important;
  width: 20px !important;
  border-radius: 12px !important;
}
@media (min-width: 1200px) {
 .myLawyerSwiper .lawyer-card .lawyer-body p , .min-h-53{
min-height: 60.1px !important;
}
 
}
.contact-small-card a:hover{
  color: var(--primary-red) !important;
}
.contact-small-card a i {
  color: var(--primary-red) !important;
}
.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 6px !important;
}

.swiper-pagination {
  bottom: 10px;
}

.swiper-pagination-bullet-active {
  transform: scale(1.2);
}
.swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.hero-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;   /* 👈 background-size: cover ka replacement */
  object-position: center; /* 👈 background-position: center */
  z-index: -1;
}
.para-48{
  max-height: 48.5px !important;
  overflow: auto;
}
/* scrollbar width */
::-webkit-scrollbar {
  width: 8px;
}

/* track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* thumb (jo move hota hai) */
::-webkit-scrollbar-thumb {
  background: #b68c5a;
  border-radius: 10px;
  transition: background 0.3s ease;
}
@media (max-width: 575px) {
.hero-three-swiper .hero-three-button-prev{
      top: auto;
    bottom: 20px;
    left: 90px;
}
.hero-three-swiper .hero-three-button-next{
      top: auto;
    bottom: 20px;
    right: 90px;
}
.team-img{
  max-width: 100%;
  width: 100%;
}
.team-img img{
 object-position: top;
}
.form .form-control, select{
  height: 40px;
  font-size: 14px !important;
}

}