/*-----------------------------------------------------------------------------------

    Template Name: Law Firm - Lawyer and Law Firm Website Template
    Template URI: uideck.com/templates/law-firm
    Author: UIdeck
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    01. Theme default CSS
	02. Header
    03. Hero
	04. Footer

-----------------------------------------------------------------------------------*/
/*===========================
       01.COMMON css 
===========================*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@700&family=Roboto&display=swap");
body {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #747E88; }

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

img {
  max-width: 100%; }

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none; }

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

i,
span,
a {
  display: inline-block; }

a {
  color: #DE3660; }
  a:hover {
    color: #DE3660; }

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #38424D;
  margin: 0px; }

h1 {
  font-size: 48px; }

h2 {
  font-size: 36px; }

h3 {
  font-size: 28px; }

h4 {
  font-size: 22px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

ul, ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none; }

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #747E88;
  font-family: "Roboto", sans-serif;
  margin: 0px; }

.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%; }

/*===== All Button Style =====*/
.main-btn {
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  padding: 0 40px;
  font-size: 16px;
  height: 60px;
  line-height: 60px;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  background-color: #DE3660; }
  @media (max-width: 767px) {
    .main-btn {
      padding: 0 25px;
      height: 50px;
      line-height: 50px;
      font-size: 14px; } }
  .main-btn:hover {
    background-color: #fff;
    color: #DE3660;
    border-color: #DE3660;
    -webkit-box-shadow: 0px 6px 20px 0px rgba(222, 54, 96, 0.15);
    -moz-box-shadow: 0px 6px 20px 0px rgba(222, 54, 96, 0.15);
    box-shadow: 0px 6px 20px 0px rgba(222, 54, 96, 0.15); }
  .main-btn.main-btn-2 {
    background-color: #fff;
    color: #DE3660;
    border-color: #DE3660; }
    .main-btn.main-btn-2:hover {
      background-color: #DE3660;
      border-color: #DE3660;
      color: #fff; }

.section_title .title {
  font-size: 45px;
  font-weight: 600; }
  @media (max-width: 767px) {
    .section_title .title {
      font-size: 26px; } }

.section_title p {
  margin-top: 20px;
  font-size: 20px;
  line-height: 28px; }

.section_title.section_title_2 .title {
  color: #fff; }

.section_title.section_title_2 p {
  color: #fff; }

/*===========================
       02.HEADER css 
===========================*/
.header_area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99; }

/*===== HEADER TOP =====*/
.header_top {
  background-color: #fff;
  padding-bottom: 10px; }
  .header_top .header_info {
    padding-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .header_top .header_info ul {
      margin: 0;
      padding: 0;
      list-style: none;
      display: flex;
      align-items: center; }
    .header_top .header_info ul li {
      display: inline-block; }
      .header_top .header_info ul li + li {
        margin-left: 20px; }
      .header_top .header_info ul li i {
        margin-right: 5px;
        font-size: 16px; }
      .header_top .header_info ul li a {
        font-size: 16px;
        color: #747E88;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s; }
        @media (max-width: 767px) {
          .header_top .header_info ul li a {
            font-size: 14px; } }
        .header_top .header_info ul li a:hover {
          color: #DE3660; }
  .header_top .header_social {
    padding-top: 11px;
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    .header_top .header_social ul {
      margin: 0;
      padding: 0;
      list-style: none;
      display: flex;
      align-items: center; }
    .header_top .header_social ul li {
      display: inline-block; }
      .header_top .header_social ul li + li {
        margin-left: 20px; }
      .header_top .header_social ul li a {
        font-size: 16px;
        color: #747E88;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s; }
        .header_top .header_social ul li a:hover {
          color: #DE3660; }

/*===== NAVBAR =====*/
.header_navbar {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  background-color: rgba(26, 51, 80, 0.47); }

.sticky {
  position: fixed;
  z-index: 99;
  background-color: #1a3350;
  -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }
  .sticky .navbar {
    padding: 10px 0; }

.navbar {
  padding: 15px 0;
  border-radius: 5px;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-family: "Roboto", sans-serif; }

.navbar-brand {
  padding: 0; }
  .navbar-brand img {
    width: 134px;
    height: auto;
    max-height: 60px; }

/* SVG Logo specific styles */
.navbar-brand img[src*="logo.svg"] {
  filter: brightness(0) invert(1); /* Make SVG white for header */
  transition: filter 0.3s ease;
}

.navbar-brand img[src*="logo.svg"]:hover {
  filter: brightness(0) invert(0.9); /* Slightly darker on hover */
}

/* Footer logo styles */
.footer_about img {
  width: 134px;
  height: auto;
  max-height: 60px;
  filter: brightness(0) invert(0.8); /* Make SVG slightly darker for footer */
  transition: filter 0.3s ease;
}

.footer_about img:hover {
  filter: brightness(0) invert(0.6); /* Darker on hover */
}

.navbar-nav .active a {
  opacity: 0.6; }

.navbar-toggler {
  padding: 0; }
  .navbar-toggler .toggler-icon {
    width: 30px;
    height: 2px;
    background-color: #fff;
    display: block;
    margin: 5px 0;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
  .navbar-toggler.active .toggler-icon:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px; }
  .navbar-toggler.active .toggler-icon:nth-of-type(2) {
    opacity: 0; }
  .navbar-toggler.active .toggler-icon:nth-of-type(3) {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    top: -7px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 5px 12px; } }

@media (max-width: 767px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 5px 12px; } }

.navbar-nav .nav-item {
  margin-right: 45px;
  position: relative; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .navbar-nav .nav-item {
      margin-right: 30px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-nav .nav-item {
      margin: 0; } }
  @media (max-width: 767px) {
    .navbar-nav .nav-item {
      margin: 0; } }
  .navbar-nav .nav-item a {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    padding: 10px 0;
    position: relative; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .navbar-nav .nav-item a {
        font-size: 15px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .navbar-nav .nav-item a {
        display: block;
        padding: 4px 0;
        color: #192127; } }
    @media (max-width: 767px) {
      .navbar-nav .nav-item a {
        display: block;
        padding: 4px 0;
        color: #192127; } }
  .navbar-nav .nav-item.active > a span, .navbar-nav .nav-item:hover > a span {
    opacity: 1;
    visibility: visible;
    width: 60%; }
    .navbar-nav .nav-item.active > a span::before, .navbar-nav .nav-item:hover > a span::before {
      width: 20%; }
    .navbar-nav .nav-item.active > a span::after, .navbar-nav .nav-item:hover > a span::after {
      width: 15%; }
  .navbar-nav .nav-item:hover .sub-menu {
    top: 100%;
    opacity: 1;
    visibility: visible; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .navbar-nav .nav-item:hover .sub-menu {
        top: 0; } }
    @media (max-width: 767px) {
      .navbar-nav .nav-item:hover .sub-menu {
        top: 0; } }
  .navbar-nav .nav-item .sub-menu {
    width: 200px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 110%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .navbar-nav .nav-item .sub-menu {
        position: relative;
        width: 100%;
        top: 0;
        display: none;
        opacity: 1;
        visibility: visible; } }
    @media (max-width: 767px) {
      .navbar-nav .nav-item .sub-menu {
        position: relative;
        width: 100%;
        top: 0;
        display: none;
        opacity: 1;
        visibility: visible; } }
    .navbar-nav .nav-item .sub-menu li {
      display: block; }
      .navbar-nav .nav-item .sub-menu li a {
        display: block;
        padding: 8px 20px;
        color: #192127; }
        .navbar-nav .nav-item .sub-menu li a.active, .navbar-nav .nav-item .sub-menu li a:hover {
          padding-left: 25px;
          color: #DE3660; }

.navbar-nav .sub-nav-toggler {
  display: none; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-nav .sub-nav-toggler {
      display: block;
      position: absolute;
      right: 0;
      top: 0;
      background: none;
      color: #192127;
      font-size: 18px;
      border: 0;
      width: 30px;
      height: 30px; } }
  @media (max-width: 767px) {
    .navbar-nav .sub-nav-toggler {
      display: block;
      position: absolute;
      right: 0;
      top: 0;
      background: none;
      color: #192127;
      font-size: 18px;
      border: 0;
      width: 30px;
      height: 30px; } }
  .navbar-nav .sub-nav-toggler span {
    width: 8px;
    height: 8px;
    border-left: 1px solid #192127;
    border-bottom: 1px solid #192127;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: relative;
    top: -5px; }

.navbar-btn {
  font-family: "Montserrat", sans-serif; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-btn {
      position: absolute;
      top: 50%;
      right: 50px;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); } }
  @media (max-width: 767px) {
    .navbar-btn {
      position: absolute;
      top: 50%;
      right: 50px;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); } }
  .navbar-btn .main-btn {
    padding: 0 20px;
    height: 45px;
    line-height: 41px;
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff; }
    .navbar-btn .main-btn:hover {
      background-color: rgba(255, 255, 255, 0.4); }

/*===========================
       03.SLIDER css 
===========================*/
.single_slider {
  height: 800px;
  position: relative; }
  @media only screen and (min-width: 1400px) {
    .single_slider {
      height: 900px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .single_slider {
      height: auto; } }
  @media (max-width: 767px) {
    .single_slider {
      height: auto; } }
  .single_slider::before {
    position: absolute;
    content: '';
    background-color: rgba(25, 33, 39, 0.54);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }

.slider_content {
  padding-top: 80px;
  opacity: 0;
  animation: fadeIn 1s ease-in-out forwards; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider_content {
      padding-top: 230px;
      padding-bottom: 130px; } }
  @media (max-width: 767px) {
    .slider_content {
      padding-top: 230px;
      padding-bottom: 130px; } }
  .slider_content .slider_title {
    font-size: 55px;
    color: #fff;
    margin-top: 15px;
    opacity: 0;
    animation: fadeInUp 1s ease-out 0.3s forwards; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .slider_content .slider_title {
        font-size: 48px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .slider_content .slider_title {
        font-size: 50px; } }
    @media (max-width: 767px) {
      .slider_content .slider_title {
        font-size: 28px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .slider_content .slider_title {
        font-size: 38px; } }
  .slider_content p {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    margin-top: 30px;
    opacity: 0;
    animation: fadeInUp 1s ease-out 0.6s forwards; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .slider_content p {
        font-size: 20px; } }
    @media (max-width: 767px) {
      .slider_content p {
        font-size: 16px; } }
  .slider_content .main-btn {
    margin-top: 30px;
    opacity: 0;
    animation: fadeInUp 1s ease-out 0.9s forwards; }

.slider-active .slick-dots {
  position: absolute;
  left: 50%;
  bottom: 80px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%); }
  .slider-active .slick-dots li {
    display: inline-block;
    margin: 0 8px; }
    .slider-active .slick-dots li button {
        display:  none;
      width: 15px;
      height: 15px;
      background: #fff;
      border-radius: 50%;
      font-size: 0;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      border: 0; }
    .slider-active .slick-dots li.slick-active button {
      background-color: #DE3660; }

/* Add smooth fade-in animations for slider content */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Ensure smooth transitions for slider changes */
.slider-active .slick-slide {
  transition: opacity 0.5s ease-in-out;
}

.slider-active .slick-slide.slick-active .slider_content {
  opacity: 1;
}

.slider-active .slick-slide.slick-active .slider_content .slider_title,
.slider-active .slick-slide.slick-active .slider_content p,
.slider-active .slick-slide.slick-active .slider_content .main-btn {
  opacity: 1;
  transform: translateY(0);
}

/*===========================
       04.ABOUT css 
===========================*/
.about_law_title {
  border-right: 4px solid #DE3660;
  padding-top: 50px;
  padding-bottom: 50px; }
  @media (max-width: 767px) {
    .about_law_title {
      padding-top: 30px;
      padding-bottom: 30px; } }
  .about_law_title .title {
    font-size: 45px;
    font-weight: 600; }
    @media (max-width: 767px) {
      .about_law_title .title {
        font-size: 28px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .about_law_title .title {
        font-size: 38px; } }

.about_law_content p {
  font-size: 20px;
  line-height: 28px; }

.about_law_content .main-btn {
  margin-top: 30px; }

.about_image {
  position: relative;
  z-index: 5; }
  .about_image::before {
    position: absolute;
    content: '';
    width: 356px;
    height: 301px;
    background-image: url(../images/dots.png);
    background-position: center center;
    background-repeat: no-repeat;
    bottom: -30px;
    left: -30px;
    z-index: -1; }
    @media (max-width: 767px) {
      .about_image::before {
        width: 180px;
        height: 180px; } }
    @media (max-width: 767px) {
      .about_image::before {
        width: 256px;
        height: 256px; } }
  .about_image img {
    width: 100%;
    background-color: #fff;
    padding: 14px;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(25, 33, 39, 0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(25, 33, 39, 0.16);
    box-shadow: 0px 3px 6px 0px rgba(25, 33, 39, 0.16); }

.about_content .about_list {
  padding-top: 20px; }
  .about_content .about_list li {
    margin-top: 22px; }
    .about_content .about_list li .about_check {
      position: relative;
      top: -1px; }
      .about_content .about_list li .about_check i {
        font-size: 25px;
        color: #DE3660; }
    .about_content .about_list li .about_list_content {
      padding-left: 15px; }
      .about_content .about_list li .about_list_content .title {
        font-size: 20px;
        font-weight: 600; }
      .about_content .about_list li .about_list_content p {
        margin-top: 10px; }

/*===========================
       05.PRACTICE css 
===========================*/
.practice_area {
  position: relative;
  z-index: 5; }
  .practice_area::before {
    position: absolute;
    content: '';
    background-image: url(../images/dots-2.png);
    background-position: center center;
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.12; }

.single_practice .practice_icon i {
  width: 111px;
  height: 111px;
  line-height: 111px;
  text-align: center;
  font-size: 54px;
  color: #38424D;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(151, 193, 216, 0.2);
  -moz-box-shadow: 0px 5px 10px 0px rgba(151, 193, 216, 0.2);
  box-shadow: 0px 5px 10px 0px rgba(151, 193, 216, 0.2);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }

.single_practice .practice_content {
  padding-left: 30px; }
  @media (max-width: 767px) {
    .single_practice .practice_content {
      padding-left: 0;
      padding-top: 25px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .single_practice .practice_content {
      padding-left: 30px;
      padding-top: 0; } }
  .single_practice .practice_content .practice_title a {
    font-size: 25px;
    font-weight: 600;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    color: #38424D; }
    .single_practice .practice_content .practice_title a:hover {
      color: #DE3660; }
  .single_practice .practice_content p {
    margin-top: 18px; }
  .single_practice .practice_content .more {
    font-size: 16px;
    color: #38424D;
    font-weight: 500;
    margin-top: 20px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
    .single_practice .practice_content .more:hover {
      color: #DE3660; }

/*.single_practice:hover .practice_icon i {
  background-color: #DE3660 !important;
  color: #fff !important; }*/

/*===========================
     06.CALL ACTION css 
===========================*/
.call_action_area {
  position: relative;
  z-index: 5; }
  .call_action_area::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0; }

.call_action_content .action_title {
  font-size: 45px;
  color: #fff;
  font-weight: 600; }
  @media (max-width: 767px) {
    .call_action_content .action_title {
      font-size: 26px; } }
  .call_action_content .action_title span {
    font-size: 66px;
    color: #DE3660; }
    @media (max-width: 767px) {
      .call_action_content .action_title span {
        font-size: 36px; } }

.call_action_content p {
  color: #fff;
  max-width: 830px;
  margin: 0 auto;
  margin-top: 27px; }

.call_action_content .main-btn {
  margin-top: 50px; }

/*===========================
     07.LAWYER css 
===========================*/
.single_lawyer .lawyer_image {
  position: relative;
  overflow: hidden;
  border-radius: 10px; }
  .single_lawyer .lawyer_image::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(25, 33, 39, 0.8);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
  .single_lawyer .lawyer_image img {
    width: 100%; }
  .single_lawyer .lawyer_image .social {
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
    .single_lawyer .lawyer_image .social li {
      display: inline-block;
      margin: 0 3px;
      -webkit-transform: translateY(100%);
      -moz-transform: translateY(100%);
      -ms-transform: translateY(100%);
      -o-transform: translateY(100%);
      transform: translateY(100%);
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s;
      opacity: 0; }
      .single_lawyer .lawyer_image .social li a {
        width: 35px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        background-color: rgba(255, 255, 255, 0.14);
        border-radius: 50%;
        color: #fff;
        font-size: 15px;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s; }
        /*.single_lawyer .lawyer_image .social li a:hover {
          background-color: #DE3660; }*/

.single_lawyer .lawyer_content {
  margin-top: 25px; }
  .single_lawyer .lawyer_content .lawyer_name a {
    font-size: 20px;
    font-weight: 600;
    color: #38424D;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
    /*.single_lawyer .lawyer_content .lawyer_name a:hover {
      color: #DE3660; }*/
  .single_lawyer .lawyer_content p {
    margin-top: 5px;
    font-weight: 300; }

/*.single_lawyer:hover .lawyer_image::before {
  opacity: 1;
  visibility: visible; }*/

/*.single_lawyer:hover .lawyer_image .social li {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1; }
  .single_lawyer:hover .lawyer_image .social li:nth-of-type(1) {
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s; }
  .single_lawyer:hover .lawyer_image .social li:nth-of-type(2) {
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s; }
  .single_lawyer:hover .lawyer_image .social li:nth-of-type(3) {
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -ms-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s; }
  .single_lawyer:hover .lawyer_image .social li:nth-of-type(4) {
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s; }*/

/*===========================
     07.LEADERSHIP SLIDER css 
===========================*/
.leadership_slider {
  display: flex;
  overflow-x: hidden;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  gap: 30px;
  padding: 20px 0;
  width: 100%;
  margin: 0 -15px;
  padding-left: 15px;
  padding-right: 15px;

  padding-left: 400px;
}

.leadership_slider::-webkit-scrollbar {
  display: none; }

.leadership_slider {
  -ms-overflow-style: none;
  scrollbar-width: none; }

.leadership_track {
  display: flex;
  gap: 30px;
  width: max-content;
  transform: translateX(0); }

.leadership_slider .single_lawyer {
  flex: 0 0 auto;
  width: 280px;
  margin: 0; }

/*===========================
     08.FOOTER ENHANCEMENTS css 
===========================*/
.footer_about {
  padding: 40px 0;
}

.footer_logo img {
  max-height: 80px;
  width: auto;
  filter: brightness(0) invert(1);
  transition: all 0.3s ease;
}

/*.footer_logo:hover img {
  transform: scale(1.05);
  filter: brightness(0) invert(0.9);
}*/

.footer_description {
  font-size: 16px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 25px;
}

.footer_subtitle {
  color: #DE3660;
  font-size: 18px;
  font-weight: 600;
  /*margin-bottom: 15px;*/
  text-transform: uppercase;
  letter-spacing: 1px;
}

.footer_history_text,
.footer_legal_text {
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 20px;
}

/* Footer Image Styling */
.footer_image_wrapper {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.footer_court_image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

/*.footer_image_wrapper:hover .footer_court_image {
  transform: scale(1.05);
}*/

.footer_image_overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  padding: 20px;
  color: white;
}

.overlay_content h6 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 5px 0;
  color: #DE3660;
}

.overlay_content p {
  font-size: 14px;
  margin: 0;
  opacity: 0.9;
}

/* Footer Seal */
.footer_seal {
  display: flex;
  align-items: center;
  background: rgba(222, 54, 96, 0.1);
  border: 1px solid rgba(222, 54, 96, 0.3);
  border-radius: 25px;
  padding: 12px 20px;
  margin-top: 20px;
}

.seal_icon {
  margin-right: 12px;
}

.seal_icon i {
  color: #DE3660;
  font-size: 20px;
}

.seal_text {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  font-weight: 500;
}

.footer_copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 25px 0;
}

.footer_copyright .copyright p {
  text-align: center;
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}

/*===========================
     09.ENHANCED PAGE STYLES css 
===========================*/

/* Historical Periods */
.period_card {
  background: #fff;
  padding: 40px 30px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  height: 100%;
}

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

.period_icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #DE3660, #ff6b8a);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
}

.period_icon i {
  font-size: 35px;
  color: white;
}

.period_card h4 {
  color: #2c3e50;
  margin-bottom: 15px;
  font-weight: 600;
}

.period_card p {
  color: #7f8c8d;
  line-height: 1.6;
  margin-bottom: 20px;
}

.period_timeline {
  background: #f8f9fa;
  padding: 8px 15px;
  border-radius: 20px;
  display: inline-block;
}

.period_timeline span {
  color: #DE3660;
  font-size: 14px;
  font-weight: 500;
}

/* Judicial Traditions */
.tradition_item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
}

.tradition_icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #DE3660, #ff6b8a);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  flex-shrink: 0;
}

.tradition_icon i {
  font-size: 25px;
  color: white;
}

.tradition_text h5 {
  color: #2c3e50;
  margin-bottom: 10px;
  font-weight: 600;
}

.tradition_text p {
  color: #7f8c8d;
  line-height: 1.6;
  margin: 0;
}

.traditions_image {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.image_overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  /*background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));*/
  padding: 30px;
  color: white;
}

.overlay_content h4 {
  color: #DE3660;
  margin-bottom: 10px;
  font-weight: 600;
}

.overlay_content p {
  margin: 0;
  opacity: 0.9;
}

/* Historical Achievements */
.achievement_card {
  background: #fff;
  padding: 35px 30px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  height: 100%;
  text-align: center;
}

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

.achievement_header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}

.achievement_icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #DE3660, #ff6b8a);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.achievement_icon i {
  font-size: 30px;
  color: white;
}

.achievement_card h4 {
  color: #2c3e50;
  margin-bottom: 15px;
  font-weight: 600;
}

.achievement_card p {
  color: #7f8c8d;
  line-height: 1.6;
  margin-bottom: 20px;
}

.achievement_year {
  background: #DE3660;
  color: white;
  padding: 8px 20px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
}

/* Legal Principles */
.principle_card {
  background: #fff;
  padding: 40px 30px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  height: 100%;
  text-align: center;
}

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

.principle_icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #DE3660, #ff6b8a);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
}

.principle_icon i {
  font-size: 35px;
  color: white;
}

.principle_card h4 {
  color: #2c3e50;
  margin-bottom: 15px;
  font-weight: 600;
}

.principle_card p {
  color: #7f8c8d;
  line-height: 1.6;
  margin-bottom: 20px;
}

.principle_details {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.detail_item {
  background: #f8f9fa;
  color: #DE3660;
  padding: 5px 15px;
  border-radius: 15px;
  font-size: 12px;
  font-weight: 500;
}

/* Constitutional Framework */
.framework_timeline {
  position: relative;
}

.framework_timeline::before {
  content: '';
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #DE3660;
}

.timeline_item {
  position: relative;
  margin-bottom: 30px;
  /*padding-left: 60px;*/
}

.timeline_marker {
  position: absolute;
  left: 11px;
  top: 5px;
  width: 20px;
  height: 20px;
  background: #DE3660;
  border-radius: 50%;
  border: 4px solid white;
  box-shadow: 0 0 0 2px #DE3660;
}

.timeline_content h5 {
  color: #2c3e50;
  margin-bottom: 10px;
  font-weight: 600;
}

.timeline_content p {
  color: #7f8c8d;
  line-height: 1.6;
  margin: 0;
}

/* Judicial Philosophy */
.philosophy_item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
}

.philosophy_icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #DE3660, #ff6b8a);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  flex-shrink: 0;
}

.philosophy_icon i {
  font-size: 25px;
  color: white;
}

.philosophy_text h5 {
  color: #2c3e50;
  margin-bottom: 10px;
  font-weight: 600;
}

.philosophy_text p {
  color: #7f8c8d;
  line-height: 1.6;
  margin: 0;
}

.philosophy_stats {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.stat_item {
  text-align: center;
  padding: 30px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.stat_number {
  font-size: 48px;
  font-weight: 700;
  color: #DE3660;
  margin-bottom: 10px;
}

.stat_label {
  color: #2c3e50;
  font-size: 16px;
  font-weight: 500;
}

/* Sentencing Framework */
.framework_steps {
  position: relative;
}

.step_item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
}

.step_number {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #DE3660, #ff6b8a);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  flex-shrink: 0;
  color: white;
  font-weight: 700;
  font-size: 18px;
}

.step_content h5 {
  color: #2c3e50;
  margin-bottom: 10px;
  font-weight: 600;
}

.step_content p {
  color: #7f8c8d;
  line-height: 1.6;
  margin: 0;
}

/* Punitive Measures */
.measure_card {
  background: #fff;
  padding: 40px 30px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  height: 100%;
  text-align: center;
}

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

.measure_icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #DE3660, #ff6b8a);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
}

.measure_icon i {
  font-size: 35px;
  color: white;
}

.measure_card h4 {
  color: #2c3e50;
  margin-bottom: 15px;
  font-weight: 600;
}

.measure_card p {
  color: #7f8c8d;
  line-height: 1.6;
  margin-bottom: 20px;
}

.measure_details {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}

.detail_tag {
  background: #f8f9fa;
  color: #DE3660;
  padding: 5px 12px;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 500;
}

/* Appellate Process */
.process_step {
  background: #fff;
  padding: 35px 25px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  height: 100%;
}

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

.step_icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #DE3660, #ff6b8a);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
}

.step_icon i {
  font-size: 30px;
  color: white;
}

.process_step h5 {
  color: #2c3e50;
  margin-bottom: 15px;
  font-weight: 600;
}

.process_step p {
  color: #7f8c8d;
  line-height: 1.6;
  margin: 0;
}

/*===========================
     10.CONFESSION PAGE STYLES css 
===========================*/

/* Condemnation Text */
.condemnation_text {
  color: #333;
}

.condemnation_content {
  text-align: left;
}

.condemnation_quote {
  margin-bottom: 40px;
}

.condemnation_quote h3 {
  color: #333;
  font-size: 45px;
  font-weight: 600;
  margin-bottom: 20px;
}

.condemnation_quote p {
  font-size: 20px;
  line-height: 28px;
  color: #666;
  margin-bottom: 15px;
}

.condemnation_quote p:last-child {
  margin-bottom: 0;
  font-style: italic;
  color: #666;
}

.condemnation_questions {
  margin-bottom: 30px;
}

.condemnation_questions h4 {
  color: #333;
  font-size: 45px;
  font-weight: 600;
  margin-bottom: 20px;
}

.condemnation_questions p {
  font-size: 20px;
  line-height: 28px;
  color: #666;
  margin-bottom: 20px;
}

/* Confession Intro */
.intro_benefits {
  margin-top: 20px;
}

.benefit_item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
}

.benefit_icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #DE3660, #ff6b8a);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  flex-shrink: 0;
}

.benefit_icon i {
  font-size: 22px;
  color: white;
}

.benefit_text h5 {
  color: #2c3e50;
  margin-bottom: 8px;
  font-weight: 600;
}

.benefit_text p {
  color: #7f8c8d;
  line-height: 1.6;
  margin: 0;
}

.intro_image {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

/* Confession Form */
.form_wrapper {
  background: white;
  padding: 50px;
  border-radius: 15px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.confession_form_content .form_group {
  margin-bottom: 25px;
}

.confession_form_content label {
  display: block;
  margin-bottom: 8px;
  color: #2c3e50;
  font-weight: 600;
  font-size: 14px;
}

.confession_form_content input,
.confession_form_content select,
.confession_form_content textarea {
  width: 100%;
  padding: 12px 15px;
  border: 2px solid #e9ecef;
  border-radius: 8px;
  font-size: 14px;
  transition: all 0.3s ease;
  background: #f8f9fa;
}

.confession_form_content input:focus,
.confession_form_content select:focus,
.confession_form_content textarea:focus {
  outline: none;
  border-color: #DE3660;
  background: white;
  box-shadow: 0 0 0 3px rgba(222, 54, 96, 0.1);
}

.confession_form_content textarea {
  resize: vertical;
  min-height: 100px;
}

.checkbox_group {
  margin-bottom: 20px;
}

.checkbox_label {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  font-size: 14px;
  color: #2c3e50;
  line-height: 1.5;
}

.checkbox_label input[type="checkbox"] {
  width: auto;
  margin-right: 12px;
  margin-top: 2px;
  opacity: 0;
  position: absolute;
  pointer-events: none;
}

.checkbox_label .checkmark {
  width: 18px;
  height: 18px;
  border: 2px solid #DE3660;
  border-radius: 4px;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  flex-shrink: 0;
      position: relative;
    top: 4px;
}

.checkbox_label input[type="checkbox"]:checked + .checkmark::after {
  content: '✓';
  position: absolute;
  top: -2px;
  left: 2px;
  color: #DE3660;
  font-weight: bold;
  font-size: 14px;
}

.form_submit {
  text-align: center;
  margin-top: 40px;
}

.submit_btn {
  background: linear-gradient(135deg, #DE3660, #ff6b8a);
  color: white;
  border: none;
  padding: 15px 40px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.submit_btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(222, 54, 96, 0.3);
}

.submit_btn i {
  font-size: 18px;
}

/* Confession Process */
.process_card {
  background: #fff;
  padding: 40px 30px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  height: 100%;
}

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

.process_icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #DE3660, #ff6b8a);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
}

.process_icon i {
  font-size: 35px;
  color: white;
}

.process_card h4 {
  color: #2c3e50;
  margin-bottom: 15px;
  font-weight: 600;
}

.process_card p {
  color: #7f8c8d;
  line-height: 1.6;
  margin-bottom: 20px;
}

.process_timeline {
  background: #f8f9fa;
  padding: 8px 15px;
  border-radius: 20px;
  display: inline-block;
}

.process_timeline span {
  color: #DE3660;
  font-size: 14px;
  font-weight: 500;
}

/* Important Notices */
.notice_item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
}

.notice_icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #DE3660, #ff6b8a);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  flex-shrink: 0;
}

.notice_icon i {
  font-size: 25px;
  color: white;
}

.notice_text h5 {
  color: #2c3e50;
  margin-bottom: 10px;
  font-weight: 600;
}

.notice_text p {
  color: #7f8c8d;
  line-height: 1.6;
  margin: 0;
}

.notice_image {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

/*===========================
     12.HISTORY PAGE STYLES css 
===========================*/

/* History Timeline */
.history_timeline {
  margin-top: 30px;
}

.timeline_item {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  align-items: flex-start;
}

.timeline_header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.timeline_icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #DE3660, #ff6b8a);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    flex-shrink: 0;
    position: relative;
    top: -1px;
}

.timeline_icon i {
  font-size: 22px;
  color: white;
}

.timeline_year {
  background: linear-gradient(135deg, #DE3660, #ff6b8a);
  color: white;
  padding: 12px 20px;
  border-radius: 25px;
  font-weight: 600;
  margin-right: 20px;
  min-width: 100px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(222, 54, 96, 0.3);
}

.timeline_content h5 {
  color: #2c3e50;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 18px;
}

.timeline_content p {
  color: #7f8c8d;
  line-height: 1.6;
  margin: 0;
}

/* Historical Periods */
.period_card {
  background: #fff;
  padding: 40px 30px;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  height: 100%;
}

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

/* Judicial Traditions */
.traditions_image {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.image_overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  /*background: linear-gradient(135deg, rgba(222, 54, 96, 0.9), rgba(255, 107, 138, 0.9));*/
  color: white;
  padding: 30px;
  text-align: center;
}

.overlay_content h4 {
  color: white;
  margin-bottom: 10px;
  font-size: 24px;
}

.overlay_content p {
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
}

.tradition_list {
  margin-top: 30px;
}

.tradition_item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
}

.tradition_icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #DE3660, #ff6b8a);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  flex-shrink: 0;
}

.tradition_icon i {
  font-size: 25px;
  color: white;
}

.tradition_text h5 {
  color: #2c3e50;
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 18px;
}

.tradition_text p {
  color: #7f8c8d;
  line-height: 1.6;
  margin: 0;
}

/* Historical Achievements */
.achievement_card {
  background: #fff;
  padding: 35px 25px;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  height: 100%;
  text-align: center;
}

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

.achievement_header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}

.achievement_icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #DE3660, #ff6b8a);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.achievement_icon i {
  font-size: 30px;
  color: white;
}

.achievement_card h4 {
  color: #2c3e50;
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 20px;
}

.achievement_card p {
  color: #7f8c8d;
  line-height: 1.6;
  margin-bottom: 20px;
}

.achievement_year {
  background: linear-gradient(135deg, #DE3660, #ff6b8a);
  color: white;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
}

/* Legal Innovations */
.innovation_card {
  background: #fff;
  padding: 35px 25px;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  height: 100%;
}

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

.innovation_icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #DE3660, #ff6b8a);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
}

.innovation_icon i {
  font-size: 35px;
  color: white;
}

.innovation_card h4 {
  color: #2c3e50;
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 20px;
}

.innovation_card p {
  color: #7f8c8d;
  line-height: 1.6;
  margin-bottom: 20px;
}

.innovation_era {
  background: linear-gradient(135deg, #DE3660, #ff6b8a);
  color: white;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
}

/* Judicial Milestones */
.milestones_image {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.milestone_overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(135deg, rgba(222, 54, 96, 0.9), rgba(255, 107, 138, 0.9));
  color: white;
  padding: 30px;
  text-align: center;
}

.milestone_timeline {
  margin-top: 30px;
}

.milestone_item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
}

.milestone_year {
  background: linear-gradient(135deg, #DE3660, #ff6b8a);
  color: white;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  margin-right: 20px;
  min-width: 80px;
  text-align: center;
  flex-shrink: 0;
}

.milestone_text h5 {
  color: #2c3e50;
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 18px;
}

.milestone_text p {
  color: #7f8c8d;
  line-height: 1.6;
  margin: 0;
}

/* Historical Figures */
.figure_card {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  height: 100%;
}

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

.figure_image {
  position: relative;
  overflow: hidden;
}

.figure_image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.figure_card:hover .figure_image img {
  transform: scale(1.05);
}

.figure_content {
  padding: 25px;
}

.figure_content h4 {
  color: #2c3e50;
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 20px;
}

.figure_era {
  color: #DE3660;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.figure_content p {
  color: #7f8c8d;
  line-height: 1.6;
  margin-bottom: 20px;
}

.figure_legacy {
  background: linear-gradient(135deg, #f8f9fa, #e9ecef);
  padding: 12px 16px;
  /*border-radius: 10px;*/
  border-left: 4px solid #DE3660;
}

.figure_legacy span {
  color: #2c3e50;
  font-weight: 600;
  font-size: 14px;
}

/* Legal Philosophy */
.philosophy_image {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.philosophy_overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(135deg, rgba(222, 54, 96, 0.9), rgba(255, 107, 138, 0.9));
  color: white;
  padding: 30px;
  text-align: center;
}

.philosophy_principles {
  margin-top: 30px;
}

.principle_item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
}

.principle_icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #DE3660, #ff6b8a);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  flex-shrink: 0;
}

.principle_icon i {
  font-size: 25px;
  color: white;
}

.principle_text h5 {
  color: #2c3e50;
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 18px;
}

.principle_text p {
  color: #7f8c8d;
  line-height: 1.6;
  margin: 0;
}

/* Historical Summary */
.historical_summary {
  /*background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);*/
}

.summary_content {
  background: white;
  padding: 50px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.summary_intro {
  margin-bottom: 40px;
}

.summary_intro h4 {
  color: #DE3660;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
}

.summary_intro p {
  color: #666;
  font-size: 18px;
  line-height: 1.8;
  margin: 0;
}

.summary_timeline {
  margin: 40px 0;
}

.summary_era {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  padding: 25px;
  background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
  border-radius: 15px;
  border-left: 4px solid #DE3660;
  transition: all 0.3s ease;
}

.summary_era:hover {
  transform: translateX(10px);
  box-shadow: 0 5px 20px rgba(222, 54, 96, 0.15);
}

.era_icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #DE3660, #ff6b8a);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 25px;
  flex-shrink: 0;
}

.era_icon i {
  font-size: 25px;
  color: white;
}

.era_content h5 {
  color: #2c3e50;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.era_content p {
  color: #7f8c8d;
  line-height: 1.6;
  margin: 0;
}

.summary_conclusion {
  /*margin-top: 40px;*/
  /*padding-top: 40px;*/
  /*border-top: 2px solid #e9ecef;*/
}

.summary_conclusion h4 {
  color: #DE3660;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
}

.summary_conclusion p {
  color: #666;
  font-size: 18px;
  line-height: 1.8;
  /*margin-bottom: 30px;*/
}

.summary_legacy {
  background: linear-gradient(135deg, #DE3660, #ff6b8a);
  color: white;
  padding: 20px 30px;
  border-radius: 25px;
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  box-shadow: 0 5px 15px rgba(222, 54, 96, 0.3);
}

/*===========================
     13.LOGIN PAGE STYLES css 
===========================*/

.login_form_wrapper {
  background: white;
  padding: 50px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.login_header {
  margin-bottom: 40px;
}

.login_icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #DE3660, #ff6b8a);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
}

.login_icon i {
  font-size: 35px;
  color: white;
}

.login_header h3 {
  color: #2c3e50;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 15px;
}

.login_header p {
  color: #7f8c8d;
  font-size: 16px;
  margin: 0;
}

.login_form .form_group {
  margin-bottom: 25px;
}

.login_form label {
  color: #2c3e50;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
  display: block;
}

.input_group {
  position: relative;
}

.input_icon {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #DE3660;
  font-size: 18px;
}

.login_form input[type="text"],
.login_form input[type="password"] {
  width: 100%;
  padding: 15px 15px 15px 50px;
  border: 2px solid #e9ecef;
  border-radius: 10px;
  font-size: 16px;
  transition: all 0.3s ease;
}

.login_form input[type="text"]:focus,
.login_form input[type="password"]:focus {
  border-color: #DE3660;
  outline: none;
  box-shadow: 0 0 0 3px rgba(222, 54, 96, 0.1);
}

.checkbox_group {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.checkbox_label {
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #2c3e50;
  font-size: 14px;
}

.checkbox_label input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  pointer-events: none;
}

.checkmark {
  width: 20px;
  height: 20px;
  background: white;
  border: 2px solid #DE3660;
  border-radius: 4px;
  margin-right: 10px;
  position: relative;
  transition: all 0.3s ease;
}

.checkbox_label input[type="checkbox"]:checked + .checkmark {
  background: #DE3660;
}

.checkbox_label input[type="checkbox"]:checked + .checkmark:after {
  content: '';
  position: absolute;
  left: 6px;
  top: 2px;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.login_btn {
  width: 100%;
  background: linear-gradient(135deg, #DE3660, #ff6b8a);
  color: white;
  border: none;
  padding: 15px 30px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.login_btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(222, 54, 96, 0.3);
}

.login_footer {
  border-top: 1px solid #e9ecef;
  padding-top: 20px;
}

.login_footer p {
  color: #7f8c8d;
  margin: 0;
}

.contact_link {
  color: #DE3660;
  text-decoration: none;
  font-weight: 600;
}

.contact_link:hover {
  color: #DE3660;
  text-decoration: underline;
}

/*===========================
     14.OVERSIGHT SECTION STYLES css 
===========================*/

.oversight_area {
  background: #161616;
}

.oversight_content {
  padding-right: 30px;
}

.oversight_features {
  margin-top: 30px;
}

.oversight_item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
}

.oversight_icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #DE3660, #ff6b8a);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  flex-shrink: 0;
}

.oversight_icon i {
  font-size: 25px;
  color: white;
}

.oversight_text h5 {
  color: #2c3e50;
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 18px;
}

.oversight_text p {
  color: white;
  line-height: 1.6;
  margin: 0;
}

.oversight_image {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.oversight_content p {
    color: #ffffffa6;
}

.oversight_content h3.title,
.oversight_content .oversight_text h5 {
    color: white;
}

.oversight_overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: white;
  padding: 30px;
  text-align: center;
}

.oversight_overlay h4 {
  color: white;
  margin-bottom: 10px;
  font-size: 24px;
}

.oversight_overlay p {
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
}

/* Alert Messages */
.alert {
  padding: 15px 20px;
  border-radius: 10px;
  border: none;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.alert-danger {
  background: linear-gradient(135deg, #dc3545, #e74c3c);
  color: white;
}

.alert-success {
  background: linear-gradient(135deg, #28a745, #2ecc71);
  color: white;
}

.alert i {
  font-size: 18px;
  flex-shrink: 0;
}

.error_message .alert {
  animation: shake 0.5s ease-in-out;
}

@keyframes shake {
  0%, 100% { transform: translateX(0); }
  25% { transform: translateX(-5px); }
  75% { transform: translateX(5px); }
}

.period_icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #DE3660, #ff6b8a);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
}

.period_icon i {
  font-size: 35px;
  color: white;
}

.period_card h4 {
  color: #2c3e50;
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 20px;
}

.period_card p {
  color: #7f8c8d;
  line-height: 1.6;
  margin-bottom: 20px;
}

.period_timeline {
  background: #f8f9fa;
  padding: 8px 15px;
  border-radius: 20px;
  display: inline-block;
}

.period_timeline span {
  color: #DE3660;
  font-size: 14px;
  font-weight: 500;
}

/* Judicial Traditions */
.tradition_item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
}

.tradition_icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #DE3660, #ff6b8a);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  flex-shrink: 0;
}

.tradition_icon i {
  font-size: 25px;
  color: white;
}

.tradition_text h5 {
  color: #2c3e50;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 18px;
}

.tradition_text p {
  color: #7f8c8d;
  line-height: 1.6;
  margin: 0;
}

.traditions_image {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.traditions_image .image_overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  padding: 20px;
  color: white;
}

.overlay_content h4 {
  color: #DE3660;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 8px;
}

.overlay_content p {
  font-size: 16px;
  margin: 0;
  opacity: 0.9;
}

/* Historical Achievements */
.achievement_card {
  background: #fff;
  padding: 30px 25px;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  height: 100%;
  margin-bottom: 30px;
}

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

.achievement_header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.achievement_icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #DE3660, #ff6b8a);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  flex-shrink: 0;
}

.achievement_icon i {
  font-size: 25px;
  color: white;
}

.achievement_header h4 {
  color: #2c3e50;
  margin: 0;
  font-weight: 600;
  font-size: 18px;
}

.achievement_card p {
  color: #7f8c8d;
  line-height: 1.6;
  margin-bottom: 20px;
}

.achievement_year {
  background: linear-gradient(135deg, #DE3660, #ff6b8a);
  color: white;
  padding: 8px 15px;
  border-radius: 20px;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
}

/* Responsive Design */
@media (max-width: 768px) {
  .form_wrapper {
    padding: 30px 20px;
  }
  
  .confession_form_content .row {
    margin: 0;
  }
  
  .confession_form_content .col-lg-6 {
    padding: 0;
    margin-bottom: 20px;
  }
  
  .submit_btn {
    padding: 12px 30px;
    font-size: 14px;
  }
}

/*===========================
     11.TESTIMONIAL css 
===========================*/
.testimonial_area {
  position: relative;
  z-index: 5; }
  .testimonial_area::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0; }

.testimonial_active {
  position: relative; }
  .testimonial_active .slick-dots {
    width: 100%;
    text-align: center;
    margin-top: 35px; }
    .testimonial_active .slick-dots li {
      display: inline-block;
      margin: 0 8px; }
      .testimonial_active .slick-dots li button {
        width: 14px;
        height: 14px;
        background: #fff;
        border-radius: 50%;
        font-size: 0;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        border: 0; }
      .testimonial_active .slick-dots li.slick-active button {
        background-color: #DE3660; }

.single_testimonial .testimonial_image {
  position: relative; }
  .single_testimonial .testimonial_image img {
    border-radius: 5px;
    display: inline-block; }
  .single_testimonial .testimonial_image .quota {
    position: absolute;
    bottom: -25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
    .single_testimonial .testimonial_image .quota i {
      width: 50px;
      height: 50px;
      line-height: 50px;
      text-align: center;
      background-color: #DE3660;
      font-size: 26px;
      color: #fff;
      border-radius: 50%; }

.single_testimonial .testimonial_content {
  padding-top: 65px;
  padding-left: 15px;
  padding-right: 15px; }
  .single_testimonial .testimonial_content p {
    color: #fff;
    font-style: italic; }
  .single_testimonial .testimonial_content .author_name {
    font-size: 25px;
    font-weight: 500;
    color: #fff;
    margin-top: 40px; }
  .single_testimonial .testimonial_content span {
    font-size: 16px;
    color: #fff;
    margin-top: 5px; }

/*===========================
        09.BLOG css 
===========================*/
.single_blog .blg_image img {
  width: 100%;
  border-radius: 5px; }

.single_blog .blg_content {
  margin-top: 25px; }
  .single_blog .blg_content .blog_title a {
    font-size: 25px;
    color: #38424D;
    font-weight: 500;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
    @media (max-width: 767px) {
      .single_blog .blg_content .blog_title a {
        font-size: 20px; } }
    .single_blog .blg_content .blog_title a:hover {
      color: #DE3660; }
  .single_blog .blg_content p {
    margin-top: 25px; }
  .single_blog .blg_content .more {
    color: #38424D;
    font-size: 16px;
    font-weight: 500;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    margin-top: 15px; }
    .single_blog .blg_content .more:hover {
      color: #DE3660; }

/*===========================
        10.CONTACT css 
===========================*/
.contact_area {
  position: relative;
  z-index: 5; }
  .contact_area::before {
    position: absolute;
    content: '';
    background-image: url(../images/dots-2.png);
    background-position: center center;
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.12; }

p.form-message.success, p.form-message.error {
  font-size: 16px;
  color: #333;
  background: #ddd;
  padding: 10px 15px;
  margin-top: 15px;
  margin-left: 15px; }
  p.form-message.success.form-message.error, p.form-message.error.form-message.error {
    color: #f00; }

.contact_content .section_title .title {
  font-size: 40px; }
  @media (max-width: 767px) {
    .contact_content .section_title .title {
      font-size: 24px; } }

.contact_content .contact_info {
  padding-top: 30px; }
  .contact_content .contact_info .info_title {
    font-size: 30px;
    font-weight: 600;
    color: #DE3660; }
    @media (max-width: 767px) {
      .contact_content .contact_info .info_title {
        font-size: 20px; } }
  .contact_content .contact_info .number {
    font-size: 40px;
    font-weight: 500;
    color: #38424D;
    margin-top: 30px; }
    @media (max-width: 767px) {
      .contact_content .contact_info .number {
        font-size: 24px; } }
  .contact_content .contact_info p {
    margin-top: 30px; }

.contact_form .single_form {
  margin-top: 30px; }
  .contact_form .single_form textarea,
  .contact_form .single_form input {
    width: 100%;
    padding: 0 25px;
    height: 55px;
    border: 1px solid #DBDBDB;
    border-radius: 5px;
    background-color: #fff;
    color: #38424D;
    font-size: 16px; }
  .contact_form .single_form textarea {
    padding-top: 15px;
    resize: none;
    height: 150px; }

/*===========================
        11.BRAND css 
===========================*/
.brand_wrapper {
  margin-left: -15px;
  margin-right: -15px; }

.single_brand {
  padding: 0 15px;
  margin-top: 30px;
  width: 20%; }
  @media (max-width: 767px) {
    .single_brand {
      width: 50%; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .single_brand {
      width: 33.33%; } }
  .single_brand img {
    opacity: 0.68;
    max-width: 96px; }
    .single_brand img:hover {
      opacity: 1.0; }

/*===========================
        11.BRAND css 
===========================*/
.footer_area {
  background-color: #38424D; }

.footer_subscribe .subscribe_title {
  margin-top: 25px; }
  .footer_subscribe .subscribe_title .title {
    color: #fff;
    font-size: 40px;
    font-weight: 600; }
    @media (max-width: 767px) {
      .footer_subscribe .subscribe_title .title {
        font-size: 24px; } }

.footer_subscribe .subscribe_form {
  margin-top: 30px;
  position: relative; }
  .footer_subscribe .subscribe_form input {
    width: 100%;
    height: 55px;
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 0 20px;
    background: none;
    color: #fff; }
  .footer_subscribe .subscribe_form .main-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    border-radius: 50px;
    height: 45px;
    line-height: 45px; }
    @media (max-width: 767px) {
      .footer_subscribe .subscribe_form .main-btn {
        position: relative;
        right: 0;
        top: 0;
        margin-top: 10px;
        width: 100%; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .footer_subscribe .subscribe_form .main-btn {
        position: relative;
        right: 5px;
        top: 5px;
        margin-top: 0;
        width: auto; } }

.footer_widget .footer_title {
  font-size: 20px;
  font-weight: 600;
  color: #fff; }

.footer_about p {
  color: #fff;
  margin-top: 25px; }

.footer_link {
  width: 50%;
  padding-left: 50px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer_link {
      padding-left: 0; } }
  @media (max-width: 767px) {
    .footer_link {
      padding-left: 0; } }
  .footer_link .link {
    padding-top: 20px; }
    .footer_link .link li {
      margin-top: 15px; }
      .footer_link .link li a {
        font-size: 16px;
        color: #fff;
        font-family: "Roboto", sans-serif;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s; }
        .footer_link .link li a:hover {
          color: #DE3660; }

.footer_social .social {
  padding-top: 20px; }
  .footer_social .social li {
    margin-top: 15px; }
    .footer_social .social li a {
      font-size: 16px;
      font-family: "Roboto", sans-serif;
      color: #fff;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
      .footer_social .social li a i {
        width: 35px;
        height: 35px;
        line-height: 35px;
        text-transform: capitalize;
        font-size: 18px;
        color: #fff;
        background-color: rgba(255, 255, 255, 0.1);
        border-radius: 50%;
        text-align: center;
        margin-right: 5px;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s; }
      .footer_social .social li a:hover {
        color: #DE3660; }
        .footer_social .social li a:hover i {
          background-color: #DE3660; }

.footer_copyright .copyright {
  /*border-top: 1px solid rgba(219, 219, 219, 0.45);*/
  padding: 15px 0;
  text-align: center; }
  .footer_copyright .copyright p {
    color: #fff; }

/*===== BACK TO TOP =====*/
.back-to-top {
  font-size: 20px;
  color: #fff;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  background-color: #DE3660;
  text-align: center;
  z-index: 99;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  display: none; }
  .back-to-top:hover {
    color: #fff;
    background-color: #DE3660; }

/* Header close button styles */
.header-close-btn {
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    padding: 4px 6px;
    border-radius: 3px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 28px;
    height: 28px;
    margin: 0;
    line-height: 1;
}

.header-close-btn:hover {
    background-color: rgba(0, 0, 0, 0.6);
    border-color: rgba(255, 255, 255, 0.6);
    color: #fff;
    transform: scale(1.05);
}

.header-close-btn:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3);
}

.header-close-btn i {
    font-size: 12px;
    line-height: 1;
    margin: 0;
    padding: 0;
}

/* Show header button styles */
.show-header-btn {
    position: fixed;
    top: 0;
    right: 20px;
    z-index: 9999;
    background: rgb(255, 255, 255, 0.67);
    border-radius: 0 0 6px 6px;
    padding: 4px 6px;
    transition: all 0.3s ease;
    animation: slideDown 0.3s ease;
    cursor: pointer;
    /*box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);*/
    /*border: 1px solid #e9ecef;*/
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}


.show-header-btn button {
    background: none;
    border: none;
    color: #000;
    font-size: 12px;
    cursor: pointer;
    padding: 2px 4px;
    border-radius: 3px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 20px;
    height: 20px;
}

.show-header-btn button:hover {
    background-color: rgba(0, 0, 0, 0.05);
    color: #000;
    transform: scale(1.05);
}

.show-header-btn button:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.2);
}

.show-header-btn button i {
    font-size: 10px;
    line-height: 1;
}

/* Header top transition for smooth hide/show */
.header_top {
    transition: all 0.3s ease;
    transform: translateY(0);
    opacity: 1;
    min-height: auto;
    height: auto;
}

/* Ensure header content is properly aligned */
.header_top .container {
    min-height: 40px;
}

/* Let Bootstrap handle the alignment naturally */
.header_top .header_info {
    /* Bootstrap will handle centering */
}

.header_top .header_social {
    /* Bootstrap will handle right alignment */
}

/* Responsive adjustments for close button */
@media (max-width: 767px) {
    .header-close-btn {
        padding: 3px 5px;
        min-width: 24px;
        height: 24px;
        font-size: 12px;
    }
    
    .header-close-btn i {
        font-size: 10px;
    }
    
    .show-header-btn {
        right: 10px;
        padding: 3px 5px;
    }
    
    .show-header-btn button {
        min-width: 18px;
        height: 18px;
        font-size: 10px;
    }
    
    .show-header-btn button i {
        font-size: 8px;
    }
}

/* Responsive logo styles */
@media (max-width: 767px) {
  .navbar-brand img,
  .footer_about img {
    width: 140px;
    max-height: 45px;
  }
}

@media (max-width: 480px) {
  .navbar-brand img,
  .footer_about img {
    /*width: 80px;*/
    /*max-height: 35px;*/
  }
}

/* Ensure SVG logo compatibility across browsers */
.navbar-brand img[src*="logo.svg"],
.footer_about img[src*="logo.svg"] {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
}

/* Fallback for older browsers that don't support SVG filters */
@supports not (filter: brightness(0)) {
  .navbar-brand img[src*="logo.svg"] {
    filter: none;
    opacity: 0.9;
  }
  
  .footer_about img[src*="logo.svg"] {
    filter: none;
    opacity: 0.7;
  }
}

/* About section vertical centering */
.about_law_area .row {
    align-items: center;
}

.about_law_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    margin-top: 0 !important; /* Remove the mt-30 margin */
}

.about_law_content p {
    margin-bottom: 20px;
    line-height: 1.6;
}

.about_law_content .main-btn {
    align-self: flex-start;
    margin-top: 10px;
}

.about_law_title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.about_law_title .title {
    margin-bottom: 0;
    line-height: 1.2;
}

/* Origins and History section vertical centering */
.about_hire_area .row {
    align-items: center;
}

.about_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.about_content .section_title {
    margin-bottom: 30px;
}

.about_content .about_list {
    margin: 0;
}

.about_content .about_list li {
    margin-bottom: 25px;
}

.about_content .about_list li:last-child {
    margin-bottom: 0;
}

.overlay_content {
    text-align: left;
}


.practice_area .lni {
    color: #dd3861 !important;
}

/* Mobile Submit Confession Link Styling */
.mobile-confession-link {
    background: linear-gradient(135deg, #dd3861 0%, #c42d4f 100%);
    color: #fff !important;
    padding: 8px 16px !important;
    border-radius: 25px;
    text-align: center;
    margin: 8px 0;
    display: inline-block;
    font-weight: 500;
    transition: all 0.3s ease;
    text-decoration: none;
}

.mobile-confession-link:hover {
    background: linear-gradient(135deg, #c42d4f 0%, #a82442 100%);
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(221, 56, 97, 0.3);
    text-decoration: none;
}

@media (max-width: 767px) {
    .mobile-confession-link {
        margin: 10px 0;
        padding: 10px 20px !important;
        font-size: 16px;
    }
    
    /* Mobile spacing for historical period cards */
    .historical_periods .col-md-6 {
        margin-bottom: 30px;
    }
    
    .historical_periods .col-md-6:last-child {
        margin-bottom: 0;
    }
    
    /* Mobile spacing for historical figure cards */
    .historical_figures .col-md-6 {
        margin-bottom: 30px;
    }
    
    .historical_figures .col-md-6:last-child {
        margin-bottom: 0;
    }
    
    /* Remove border-top from footer copyright on mobile */
    .footer_copyright {
        border-top: none;
    }
}