/* ------------------------------------------------------------------------------
	Template Name: Flosix
	Author: Designstub
	Author URI: http://www.designstub.com
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Version: 1.0

/* ------------------------------------------------------------------------------
	Typography
-------------------------------------------------------------------------------*/

@import url(http://fonts.googleapis.com/css?family=Cutive%20Mono:400);
p {
	font-size: 14px;
	line-height: 22.4px;
	color: #6c7279;
}
h1 {
	font-size: 65px;
	color: #2d3033;
}
h2 {
	font-size: 30px;
	color: #2d3033;
}
h3 {
	font-size: 28px;
	color: #2d3033;
	font-weight: 300;
}
h4 {
	font-size: 22px;
	color: #2d3033;
	font-weight: 400;
}
h5 {
	font-size: 14px;
	color: #2d3033;
	font-weight: 700;
}
.btn {
	background-color: #333;
	margin: 40px;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 1px;
	border-radius: 0px;
	padding: 3%;
	display: inline-block;
	text-transform: uppercase;
}
.btn:hover, .btn:focus {
	background-color: #000;
	color: #fff;
}
.btn-large {
	padding: 15px 40px;
}
/* ------------------------------------------------------------------------------
	Global Styles
-------------------------------------------------------------------------------*/
a {
	color: #e84545;
}
a:hover, a:focus {
	text-decoration: none;
	-moz-transition: background-color, color, 0.3s;
	-o-transition: background-color, color, 0.3s;
	-webkit-transition: background-color, color, 0.3s;
	transition: background-color, color, 0.3s;
}
body {
	font-family: "Cutive Mono";
	font-weight: 400;
	color: #000;
}
ul, ol {
	margin: 0;
	padding: 0;
}
ul li {
	list-style: none;
}
.section {
	padding: 5px 0;
}
.no-padding {
	padding: 0;
}
.no-gutter [class*=col-] {
	padding-right: 0;
	padding-left: 0;
}
.extra-padding {
	margin: 60px 0 0 100px;
}
/* ------------------------------------------------------------------------------
	 Header
-------------------------------------------------------------------------------*/
#header {
	position: fixed;
	width: 100%;
	z-index: 999;
}
#header .header-content {
	margin: 0 auto;
	padding: 60px 10%;
	width: 100%;
	-moz-transition: padding 0.3s;
	-o-transition: padding 0.3s;
	-webkit-transition: padding 0.3s;
	transition: padding 0.3s;
}
#header .logo {
	float: left;
}
#header.fixed {
	background-color: rgba(255, 255, 255, 1);
}
#header.fixed .header-content {
	border-bottom: 0;
	padding: 25px 10%;
}
#header.fixed .nav-toggle {
	top: 18px;
}
.navigation.open {
	opacity: 0.9;
	visibility: visible;
	-moz-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.navigation {
	float: right;
}
.navigation li {
	display: inline-block;
}
.navigation, .navigation a {
	color: rgba(0, 0, 0, 1);
	font-size: 16px;
	margin-left: 40px;
	letter-spacing: -1px;
}
.navigation a:hover, .navigation a.active {
	color: #000;
}
.nav-toggle {
	display: none;
	height: 44px;
	overflow: hidden;
	position: fixed;
	right: 5%;
	text-indent: 100%;
	top: 32px;
	white-space: nowrap;
	width: 44px;
	z-index: 99999;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.nav-toggle:before, .nav-toggle:after {
	border-radius: 50%;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
}
.nav-toggle:before {
	background-color: #333;
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.nav-toggle:after {
	background-color: #000;
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
	-moz-transition-duration: 0s;
	-o-transition-duration: 0s;
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
}
.nav-toggle span {
	background-color: #fff;
	bottom: auto;
	display: inline-block;
	height: 3px;
	left: 50%;
	position: absolute;
	right: auto;
	top: 50%;
	width: 18px;
	z-index: 10;
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.nav-toggle span:before, .nav-toggle span:after {
	background-color: #fff;
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transition: -moz-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}
.nav-toggle span:before {
	-moz-transform: translateY(-6px) rotate(0deg);
	-ms-transform: translateY(-6px) rotate(0deg);
	-webkit-transform: translateY(-6px) rotate(0deg);
	transform: translateY(-6px) rotate(0deg);
}
.nav-toggle span:after {
	-moz-transform: translateY(6px) rotate(0deg);
	-ms-transform: translateY(6px) rotate(0deg);
	-webkit-transform: translateY(6px) rotate(0deg);
	transform: translateY(6px) rotate(0deg);
}
.nav-toggle.close-nav:before {
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
}
.nav-toggle.close-nav:after {
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}
.nav-toggle.close-nav span {
	background-color: rgba(255, 255, 255, 0);
}
.nav-toggle.close-nav span:before, .nav-toggle.close-nav span:after {
	background-color: #fff;
}
.nav-toggle.close-nav span:before {
	-moz-transform: translateY(0) rotate(45deg);
	-ms-transform: translateY(0) rotate(45deg);
	-webkit-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg);
}
.nav-toggle.close-nav span:after {
	-moz-transform: translateY(0) rotate(-45deg);
	-ms-transform: translateY(0) rotate(-45deg);
	-webkit-transform: translateY(0) rotate(-45deg);
	transform: translateY(0) rotate(-45deg);
}
/* ------------------------------------------------------------------------------
	 Hero content
-------------------------------------------------------------------------------*/
.hero {
	margin-top: 10%;
}
.hero-content {
}
.hero h1 {
	font-size: 48px;
	text-transform: uppercase;
}
.hero h4 {
	font-weight: 400;
}
.hero p {
	padding-top: 20px;
}
/* ------------------------------------------------------------------------------
	 Portfolio
-------------------------------------------------------------------------------*/
#portfolio .portfolio-item {
	right: 0;
	margin: 0 0 20px;
	padding: 0 10px;
}
#portfolio .portfolio-item .portfolio-link {
	display: block;
	position: relative;
	margin: 0 auto;
}
#portfolio .portfolio-item .portfolio-link .caption {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: rgba(58,54,54,.9);
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	transition: all ease .5s;
}
#portfolio .portfolio-item .portfolio-link .caption:hover {
	opacity: 1;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content {
	position: absolute;
	top: 50%;
	width: 100%;
	height: 20px;
	margin-top: -12px;
	text-align: center;
	font-size: 20px;
	color: #fff;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content i {
	margin-top: -12px;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content h3 {
	margin: 0;
	color: #e9eaed;
	font-size: 17px;
	letter-spacing: 4px;
	text-transform: uppercase;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
	margin: 10px 0;
	color: #e9eaed;
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
#portfolio * {
	z-index: 2;
}
/* ------------------------------------------------------------------------------
	 Service
-------------------------------------------------------------------------------*/
.service {
	margin-bottom: 50px;
}
.service h4 {
	font-size: 19px;
	color: #000;
	font-weight: 400;
	text-transform: uppercase;
}
.service-content {
	margin-top: 30px;
}
.service .icon {
	color: #a1a4a8;
	font-size: 48px;
}
.service-content h5 {
	text-transform: uppercase;
	font-weight: 400;
	color: #000;
}
/* ------------------------------------------------------------------------------
	 Footer
-------------------------------------------------------------------------------*/
.footer {
	text-align: left;
	background-color: #333;
	padding: 7%;
}
.footer h4 {
	color: #fff;
	margin: 0 0 15px 0;
	padding: 0px;
}
.footer p {
	color: #c8c8c8;
}
.footer a {
	color: #fff;
}
.footer a:hover {
	text-decoration: underline;
}
.footer .fa-heart {
	color: #e84545;
	font-size: 11px;
	margin: 0 2px;
}
/* ------------------------------------------------------------------------------
	 Work Details
-------------------------------------------------------------------------------*/
.work-detail img {
	width: 100%;
	text-align: center;
	margin: 5% 0 5% 0;
}

.work-detail a
{
	color:#000;
}

/* FQ - Ask */
.fq-ask-wrap {
    background: #f2f3f5;
}
.frequent-ask-accrodian .card-header h5 {
    position: relative;
}

button.btn2k.btn2k-link.collapsed {
    background-color: #f2f3f5;
}

.frequent-ask-accrodian .btn2k.btn2k-link::after, .btn2k.btn2k-link::before {
    position: absolute;
    right: 10px;
    top: 50%;
    width: 15px;
    height: 2px;
    background: #fff;
    content: "";
    transition: all .5s;
    margin-top: -1px;
}
.card-body {
    padding: 15px 30px;
}
.card-header {
  position: relative;
  padding-left: 35px;
}
.card-header::before {
  width: 10px;
  height: 10px;
  display: inline-block;
  content: "";
  position: absolute;
  left: 18px;
  top: 50%;
  background: #fff;
  border-radius: 50%;
  transform: translateY(-50%);
}
.frequent-ask-accrodian .btn2k.btn2k-link::after {
    transform: rotate(0deg);
    margin-top: -1px;
}
.frequent-ask-accrodian .btn2k.btn2k-link.collapsed::after {
    transform: rotate(90deg);
}
.card-header .btn2k.btn2k-link {
    color: #fff;
    width: 100%;
    text-align: left;
}
.card-header {
	min-width: 500px;
	margin: 10px;
    padding: 1px;
    padding-left: 50px;
    margin-bottom: 0;
    background-color: #6c7279;
    border: none;
    margin-bottom: 0;
    /* overflow: hidden; */
    border-radius: 30px !important;
}
.card-header .btn2k.btn2k-link {
    text-decoration: none;
}
.card-header:hover {
    background: #000;
    transition: all .4s;
}
.card {
    border: none;
    margin-top: 10px;
    background: transparent;
}

.namet {
    font-size: 20px;
	font-weight: 600;
}

.foto {
    width: 250px;
}

.widget_tag_cloud a {
    display: inline-block;
    color: #666;
    background: #f6f6f6;
    border: 1px solid #e9e9e9;
    font-size: 12px;
    padding: 3px 5px;
    margin: 0 5px 5px 0;
    text-decoration: none;
}

table {
width: 100%;
border-collapse: collapse;
}

th, td {
border: 1px solid black;
padding: 8px;
text-align: center;
}

th {
background-color: #f2f2f2;
}

tr:nth-child(even) {
background-color: #f9f9f9;
}

tr:hover {
background-color: #f1f1f1;
}

.form-at {
    width: 100%;
    padding: 20px;
    box-sizing: border-box; 
    overflow: hidden;
    font-size: 0;  
    letter-spacing: 0;    
    background: #f9f9f9;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2), 0 10px 18px rgba(0,0,0,0.2);
}
.form-at * {
    box-sizing: border-box;
    font-family: Verdana, sans-serif;    
}
.validate-input-at,
.no-validate-input-at {
    width: 100%;
    position: relative;
    background-color: #fff;
    border: 2px solid #BFE2FF;
    border-radius: 2px;
    margin-bottom: 20px;
}
.validate-input-at.w-50,
.no-validate-input-at.w-50 {
    width: calc(50% - 10px);
    display: inline-block;
}
.validate-input-at.w-50:first-child,
.no-validate-input-at.w-50:first-child {
    margin-right: 20px;
}
.input-at {
    display: block;
    width: 100%;
    background: transparent;
    color: #000;
}
input.input-at {
    height: 50px;
    padding: 0 20px 0 20px;
    font-size: 16px;
    outline: none;
    border: none;  
}
textarea.input-at {
    min-height: 170px;
    padding: 18px 20px;
    font-size: 16px;
    line-height: 22px;
    outline: none;
    border: none;
    resize: none;
}
textarea.input-at:focus, 
input.input-at:focus {
    border-color: transparent;
}
.focus-input-at {
    position: absolute;
    display: block;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    top: -1px;
    left: -1px;
    pointer-events: none;
    border: 2px solid #337AB7;
    border-radius: 2px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
    transform: scaleX(1.1) scaleY(1.3);
}
.input-at:focus + .focus-input-at {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}
.form-at-btn {
    position: relative;
    display: block;
    padding: 0 40px;
    height: 50px;
    background-color: #337AB7;
    border-radius: 2px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.2;
    transition: all 0.4s;
    margin: 0 auto;
    outline: none;
    border: none;
    cursor: pointer;        
}
.form-at-btn:hover {
    background-color: #333333;
}
.form-at-btn[disabled] {
    opacity: .6;
    cursor: not-allowed;
}
.alert-validate::before {
    content: attr(data-validate);
    position: absolute;
    max-width: 70%;
    background-color: #fff;
    border: 1px solid #c80000;
    border-radius: 2px;
    padding: 4px 25px 4px 10px;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    pointer-events: none;
    color: #c80000;
    font-size: 13px;
    line-height: 1.4;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.4s;
}
.alert-validate::after {
    content: "\f129";
    font-family: "FontAwesome";
    display: block;
    position: absolute;
    color: #c80000;
    font-size: 18px;
    font-weight: bold;    
    top: 50%;
    transform: translateY(-50%);
    right: 22px;
}
.alert-validate:hover:before {
    visibility: visible;
    opacity: 1;
}
.error-at {
    color: red;
    padding: 10px 0;
}
.success-at {
    color: green;
    font-size: 28px;
    padding: 20px 0;
    text-align: center;
}
.form-at input[type=checkbox] {
    display:none;
}
.form-at input[type=checkbox] + label {
    display: block;
    position: relative;
    margin: 0 0 20px 34px;
    font-size: 13px;
    line-height: 24px;
    color: #333333;
}
.form-at input[type=checkbox] + label:before {
    box-sizing: border-box;
    position: absolute;
    content: '';
    width: 26px;
    height: 26px;
    line-height: 22px;
    left: -34px;
    border: 2px solid #BFE2FF;
    border-radius: 2px;
}
.form-at input[type=checkbox]:checked + label:before{
    content: '\2714';
    color:#337AB7;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    border: 2px solid #337AB7;
}
        @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&family=Playfair+Display:wght@700&display=swap');
        
        :root {
            --primary: #3a5a78;
            --secondary: #e9c46a;
            --accent: #2a9d8f;
            --light: #f8f9fa;
            --dark: #264653;
            --gradient: linear-gradient(135deg, var(--primary) 0%, var(--accent) 100%);
        }
        
        .jurist-faq {
            font-family: 'Montserrat', sans-serif;
            max-width: 1200px;
            margin: 40px auto;
            padding: 0 20px;
        }
        
        .jurist-faq__header {
            text-align: center;
            margin-bottom: 50px;
            position: relative;
        }
        
        .jurist-faq__header:after {
            content: '';
            display: block;
            width: 100px;
            height: 4px;
            background: var(--gradient);
            margin: 20px auto 0;
            border-radius: 2px;
        }
        
        .jurist-faq__title {
            font-family: 'Playfair Display', serif;
            font-size: 2.5rem;
            color: var(--dark);
            margin-bottom: 15px;
            font-weight: 700;
            text-shadow: 1px 1px 3px rgba(0,0,0,0.1);
        }
        
        .jurist-faq__subtitle {
            font-size: 1.1rem;
            color: var(--primary);
            max-width: 700px;
            margin: 0 auto;
            line-height: 1.6;
        }
        
        .jurist-faq__container {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
            gap: 30px;
        }
        
        .jurist-faq__item {
            background: white;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0,0,0,0.08);
            transition: transform 0.3s, box-shadow 0.3s;
            position: relative;
            z-index: 1;
        }
        
        .jurist-faq__item:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 35px rgba(0,0,0,0.12);
        }
        
        .jurist-faq__item:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: var(--gradient);
            opacity: 0;
            transition: opacity 0.3s;
            z-index: -1;
        }
        
        .jurist-faq__item:hover:before {
            opacity: 0.05;
        }
        
        .jurist-faq__question {
            padding: 25px;
            cursor: pointer;
            display: flex;
            align-items: center;
            position: relative;
            background-color: white;
        }
        
        .jurist-faq__question-icon {
            width: 40px;
            height: 40px;
            background: var(--gradient);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 20px;
            flex-shrink: 0;
            color: white;
            font-size: 20px;
            box-shadow: 0 4px 10px rgba(58, 90, 120, 0.2);
        }
        
        .jurist-faq__question-text {
            font-weight: 600;
            color: var(--dark);
            font-size: 1.1rem;
            line-height: 1.4;
            transition: color 0.3s;
        }
        
        .jurist-faq__item:hover .jurist-faq__question-text {
            color: var(--primary);
        }
        
        .jurist-faq__answer {
            padding: 0 25px;
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.5s ease, padding 0.3s ease;
            background-color: white;
            border-radius: 0 0 12px 12px;
        }
        
        .jurist-faq__item.active .jurist-faq__answer {
            padding: 0 25px 25px;
            max-height: 500px;
        }
        
        .jurist-faq__answer-content {
            padding-left: 60px;
            color: #555;
            line-height: 1.7;
            border-left: 3px solid var(--secondary);
            margin-left: 10px;
        }
        
        .jurist-faq__contact {
            text-align: center;
            margin-top: 60px;
            padding: 30px;
            background: var(--light);
            border-radius: 12px;
            position: relative;
            overflow: hidden;
        }
        
        .jurist-faq__contact:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" opacity="0.03"><path d="M30,30 L70,30 L70,70 L30,70 Z" fill="%23264653"/></svg>');
            background-size: 50px 50px;
        }
        
        .jurist-faq__contact-title {
            font-family: 'Playfair Display', serif;
            font-size: 1.8rem;
            color: var(--dark);
            margin-bottom: 15px;
            position: relative;
        }
        
        .jurist-faq__contact-text {
            font-size: 1.1rem;
            color: var(--primary);
            max-width: 600px;
            margin: 0 auto 25px;
            line-height: 1.6;
            position: relative;
        }
        
        .jurist-faq__btn {
            display: inline-block;
            padding: 15px 30px;
            background: var(--gradient);
            color: white;
            text-decoration: none;
            border-radius: 50px;
            font-weight: 600;
            transition: transform 0.3s, box-shadow 0.3s;
            box-shadow: 0 5px 15px rgba(42, 157, 143, 0.3);
            position: relative;
            overflow: hidden;
        }
        
        .jurist-faq__btn:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 20px rgba(42, 157, 143, 0.4);
        }
        
        .jurist-faq__btn:before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
            transition: 0.5s;
        }
        
        .jurist-faq__btn:hover:before {
            left: 100%;
        }
        
        @media (max-width: 768px) {
            .jurist-faq__container {
                grid-template-columns: 1fr;
            }
            
            .jurist-faq__title {
                font-size: 2rem;
            }
        }
    .jurist-services-container {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    max-width: 1200px;
    margin: 30px auto;
    padding: 20px;
    background: linear-gradient(135deg, #f5f7fa 0%, #e4e8eb 100%);
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.jurist-services-header {
    text-align: center;
    margin-bottom: 30px;
}

.jurist-services-title {
    font-size: 28px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 10px;
}

.jurist-services-subtitle {
    font-size: 16px;
    color: #7f8c8d;
    margin: 0;
}

.jurist-services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
}

.jurist-service-card {
    background: white;
    border-radius: 10px;
    padding: 20px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    border: 1px solid #e0e0e0;
}

.jurist-service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    border-color: #3498db;
}

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

.jurist-service-icon {
    font-size: 40px;
    margin-bottom: 15px;
    transition: all 0.3s ease;
}

.jurist-service-name {
    font-size: 18px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #f1f1f1;
}

.jurist-service-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.jurist-service-list li {
    padding: 8px 0;
    color: #34495e;
    position: relative;
    padding-left: 20px;
    font-size: 14px;
    line-height: 1.4;
}

.jurist-service-list li:before {
    content: "•";
    color: #3498db;
    font-weight: bold;
    position: absolute;
    left: 0;
}

.jurist-services-footer {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid #e0e0e0;
}

.jurist-services-cta {
    font-size: 18px;
    color: #2c3e50;
    margin: 0;
}

.jurist-services-phone {
    color: #e74c3c;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.jurist-services-phone:hover {
    color: #c0392b;
    text-decoration: underline;
}

/* Цветовые акценты для категорий */
.jurist-service-civil:hover {
    border-color: #3498db;
}
.jurist-service-civil .jurist-service-name {
    color: #3498db;
}

.jurist-service-property:hover {
    border-color: #e67e22;
}
.jurist-service-property .jurist-service-name {
    color: #e67e22;
}

.jurist-service-family:hover {
    border-color: #9b59b6;
}
.jurist-service-family .jurist-service-name {
    color: #9b59b6;
}

.jurist-service-inheritance:hover {
    border-color: #1abc9c;
}
.jurist-service-inheritance .jurist-service-name {
    color: #1abc9c;
}

.jurist-service-auto:hover {
    border-color: #e74c3c;
}
.jurist-service-auto .jurist-service-name {
    color: #e74c3c;
}

.jurist-service-bankruptcy:hover {
    border-color: #f39c12;
}
.jurist-service-bankruptcy .jurist-service-name {
    color: #f39c12;
}

.jurist-service-docs:hover {
    border-color: #2ecc71;
}
.jurist-service-docs .jurist-service-name {
    color: #2ecc71;
}

.jurist-service-court:hover {
    border-color: #34495e;
}
.jurist-service-court .jurist-service-name {
    color: #34495e;
}    
/* Reset для элементов с префиксом */
.jl-hero,
.jl-hero * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.jl-hero {
  position: relative;
  background: linear-gradient(135deg, #1a2a6c, #b21f1f, #fdbb2d);
  color: white;
  padding: 20px 0 80px;
  overflow: hidden;
  font-family: 'Arial', sans-serif;
  line-height: 1.5;
}

.jl-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('images/law-pattern.png') center/cover no-repeat;
  opacity: 0.1;
  pointer-events: none;
}

.jl-header-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.jl-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  position: relative;
  z-index: 10;
}

.jl-header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.jl-logo img {
  height: 50px;
  width: auto;
  display: block;
}

.jl-header-right {
  display: flex;
  align-items: center;
  gap: 30px;
}

.jl-contact-info {
  text-align: right;
}

.jl-phone-link {
  font-weight: 600;
  font-size: 18px;
  color: white;
  text-decoration: none;
  transition: all 0.3s;
  display: block;
}

.jl-phone-link:hover {
  color: #f0f0f0;
}

.jl-address {
  font-size: 14px;
  opacity: 0.8;
  margin-top: 5px;
}

.jl-main-navigation {
  display: flex;
}

.jl-nav-list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 25px;
}

.jl-nav-item {
  position: relative;
}

.jl-nav-link {
  color: white;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  padding: 8px 0;
  position: relative;
  transition: all 0.3s;
  display: block;
}

.jl-nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: white;
  transition: width 0.3s;
}

.jl-nav-link:hover::after {
  width: 100%;
}

.jl-dropdown-toggle {
  display: flex;
  align-items: center;
  gap: 5px;
}

.jl-dropdown-toggle .jl-arrow {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid white;
  transition: transform 0.3s;
}

.jl-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 600px;
  background: white;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s;
  z-index: 100;
}

.jl-nav-item:hover .jl-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.jl-nav-item:hover .jl-dropdown-toggle .jl-arrow {
  transform: rotate(180deg);
}

.jl-dropdown-columns {
  display: flex;
  gap: 20px;
}

.jl-dropdown-column {
  flex: 1;
}

.jl-dropdown-category {
  color: #1a2a6c;
  font-size: 16px;
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #eee;
}

.jl-services-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.jl-services-list li {
  margin-bottom: 10px;
}

.jl-services-list a {
  color: #333;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.2s;
  display: block;
  padding: 3px 0;
}

.jl-services-list a:hover {
  color: #b21f1f;
  padding-left: 5px;
}

.jl-social-links {
  display: flex;
  gap: 15px;
}

.jl-social-link {
  color: white;
  font-size: 20px;
  transition: transform 0.3s;
  display: block;
}

.jl-social-link:hover {
  transform: translateY(-3px);
}

.jl-nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
}

.jl-toggle-line {
  display: block;
  width: 25px;
  height: 2px;
  background: white;
  margin: 5px 0;
  transition: all 0.3s;
}

.jl-hero-content {
  max-width: 1200px;
  margin: 60px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
}

.jl-hero-text {
  max-width: 600px;
}

.jl-hero-subtitle {
  font-size: 18px;
  margin-bottom: 15px;
  opacity: 0.9;
}

.jl-hero-title {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 30px;
}

.jl-hero-features {
  margin: 30px 0;
}

.jl-feature-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.jl-feature-icon {
  margin-right: 15px;
  font-size: 20px;
  color: #fdbb2d;
}

.jl-feature-text {
  font-size: 16px;
}

.jl-hero-actions {
  display: flex;
  gap: 20px;
  margin-top: 40px;
}

.jl-btn-primary {
  background: white;
  color: #1a2a6c;
  padding: 12px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  display: inline-block;
}

.jl-btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.jl-btn-secondary {
  border: 2px solid white;
  color: white;
  padding: 10px 28px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s;
  display: inline-block;
}

.jl-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-3px);
}

.jl-rating-block {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  padding: 20px;
  border-radius: 10px;
  max-width: 250px;
  text-align: center;
}

.jl-rating-stars {
  color: #fdbb2d;
  font-size: 24px;
  margin-bottom: 5px;
}

.jl-rating-text {
  font-size: 14px;
}

@media (max-width: 992px) {
  .jl-header-right {
    gap: 20px;
  }
  
  .jl-hero-title {
    font-size: 36px;
  }
  
  .jl-dropdown-menu {
    width: 500px;
  }
}

@media (max-width: 768px) {
  /* Адаптивные стили для мобильных устройств */
  .jl-header-right {
    display: none;
  }
  
  .jl-nav-toggle {
    display: block;
  }
  
  .jl-hero-content {
    flex-direction: column;
    text-align: center;
    margin-top: 30px;
  }
  
  .jl-hero-actions {
    justify-content: center;
  }
  
  .jl-rating-block {
    margin-top: 30px;
  }
}

/* Анимации */
@keyframes jl-fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.jl-hero-text, .jl-rating-block {
  animation: jl-fadeInUp 0.8s ease-out forwards;
}
:root {
  --neo-primary: #3a5f85;
  --neo-secondary: #4b86b4;
  --neo-accent: #e74c3c;
  --neo-light: #f8f9fa;
  --neo-dark: #2c3e50;
  --neo-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.neo-footer {
  position: relative;
  background-color: var(--neo-dark);
  color: white;
  padding-top: 60px;
  font-family: 'Montserrat', sans-serif;
  overflow: hidden;
}

.neo-footer__waves {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  transform: rotate(180deg);
}

.neo-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}

/* Контактная карточка с 3D эффектом */
.neo-contact-card {
  display: flex;
  background: rgba(255,255,255,0.05);
  border-radius: 16px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.1);
  overflow: hidden;
  margin-bottom: 40px;
  box-shadow: var(--neo-shadow);
  transform-style: preserve-3d;
  perspective: 1000px;
}

.neo-contact__map {
  flex: 1;
  min-height: 250px;
  background: #e0e0e0;
}

.neo-contact__info {
  flex: 1;
  padding: 30px;
  position: relative;
  overflow: hidden;
}

.neo-contact__info::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(58,95,133,0.3) 0%, rgba(44,62,80,0) 70%);
  z-index: -1;
}

.neo-title--decorated {
  position: relative;
  font-size: 1.2rem;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-weight: 600;
}

.neo-title--decorated::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background: linear-gradient(90deg, var(--neo-accent), var(--neo-secondary));
}

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

.neo-icon {
  width: 20px;
  height: 20px;
  fill: var(--neo-secondary);
  margin-right: 15px;
  flex-shrink: 0;
}

.neo-contact__item a {
  color: white;
  text-decoration: none;
  transition: color 0.3s;
}

.neo-contact__item a:hover {
  color: var(--neo-secondary);
}

.neo-social {
  display: flex;
  margin-top: 25px;
  gap: 15px;
}

.neo-social__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.neo-social__link svg {
  width: 20px;
  height: 20px;
  fill: white;
}

.neo-social__whatsapp {
  background-color: #25D366;
}

.neo-social__telegram {
  background-color: #0088cc;
}

.neo-social__link:hover {
  transform: translateY(-3px) scale(1.1);
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

/* Сетка навигации */
.neo-footer__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

.neo-footer__col h3 {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.neo-accordion-icon {
  display: none;
  width: 12px;
  height: 12px;
  position: relative;
}

.neo-accordion-icon::before,
.neo-accordion-icon::after {
  content: '';
  position: absolute;
  background-color: var(--neo-secondary);
  transition: transform 0.3s;
}

.neo-accordion-icon::before {
  width: 100%;
  height: 2px;
  top: 50%;
  transform: translateY(-50%);
}

.neo-accordion-icon::after {
  width: 2px;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.neo-footer__nav {
  list-style: none;
  padding: 0;
  margin: 0;
}

.neo-footer__nav li {
  margin-bottom: 12px;
}

.neo-footer__nav a {
  color: rgba(255,255,255,0.7);
  text-decoration: none;
  font-size: 0.9rem;
  transition: all 0.3s;
  position: relative;
  padding-left: 15px;
}

.neo-footer__nav a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--neo-secondary);
  opacity: 0;
  transition: opacity 0.3s;
}

.neo-footer__nav a:hover {
  color: white;
  padding-left: 20px;
}

.neo-footer__nav a:hover::before {
  opacity: 1;
}

/* EEAT блок */
.neo-footer__eaat {
  border-top: 1px solid rgba(255,255,255,0.1);
  border-bottom: 1px solid rgba(255,255,255,0.1);
  padding: 20px 0;
  margin-bottom: 30px;
}

.neo-eaat__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px 30px;
}

.neo-eaat__links a {
  color: rgba(255,255,255,0.6);
  text-decoration: none;
  font-size: 0.85rem;
  transition: color 0.3s;
  position: relative;
}

.neo-eaat__links a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: var(--neo-secondary);
  transition: width 0.3s;
}

.neo-eaat__links a:hover {
  color: white;
}

.neo-eaat__links a:hover::after {
  width: 100%;
}

/* Нижний блок */
.neo-footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
}

.neo-copyright {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.5);
}

.neo-scroll-top {
  width: 40px;
  height: 40px;
  background-color: rgba(255,255,255,0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
}

.neo-scroll-top svg {
  width: 20px;
  height: 20px;
  fill: white;
}

.neo-scroll-top:hover {
  background-color: var(--neo-accent);
  transform: translateY(-3px);
}

/* Адаптивность */
@media (max-width: 992px) {
  .neo-contact-card {
    flex-direction: column;
  }
  
  .neo-contact__map {
    min-height: 200px;
  }
}

@media (max-width: 768px) {
  .neo-accordion-icon {
    display: block;
  }
  
  .neo-footer__nav {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
  }
  
  .neo-footer__col.active .neo-footer__nav {
    max-height: 500px;
  }
  
  .neo-footer__col.active .neo-accordion-icon::after {
    transform: translateX(-50%) rotate(90deg);
  }
  
  .neo-eaat__links {
    justify-content: flex-start;
  }
}

@media (max-width: 576px) {
  .neo-footer__bottom {
    flex-direction: column;
    gap: 20px;
  }
  
  .neo-copyright {
    text-align: center;
  }
}

/* Анимации */
@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

.neo-year {
  display: inline-block;
  animation: float 3s ease-in-out infinite;
}
        .header {
            text-align: center;
            margin-bottom: 30px;
            border-bottom: 2px solid #2c3e50;
            padding-bottom: 15px;
        }
        .highlight {
            color: #2c3e50;
            font-weight: bold;
        }
        .service-block {
            background-color: white;
            border-radius: 8px;
            padding: 25px;
            margin-bottom: 25px;
            box-shadow: 0 3px 10px rgba(0,0,0,0.1);
            border-left: 4px solid #2c3e50;
        }
        .contact-box {
            background-color: #2c3e50;
            color: white;
            padding: 20px;
            border-radius: 8px;
            text-align: center;
            margin-top: 30px;
        }
        .keyword {
            background-color: #f0f7fd;
            padding: 2px 5px;
            border-radius: 3px;
            font-style: italic;
        }
        ul.features {
            columns: 2;
            column-gap: 30px;
        }
        @media (max-width: 768px) {
            ul.features {
                columns: 1;
            }
        }
