/* ------------------------------------------------------------------------------
	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;
}

       :root {
            --primary: #1a3e72;
            --secondary: #e8b015;
            --light: #f8f9fa;
            --dark: #212529;
            --gray: #6c757d;
        }
        
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Montserrat', Arial, sans-serif;
        }
        
        body {
            overflow-x: hidden;
        }
        
        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(20px); }
            to { opacity: 1; transform: translateY(0); }
        }
        
        .header {
            background: linear-gradient(135deg, var(--primary) 0%, #0d2b52 100%);
            color: white;
            padding: 15px 0;
            position: relative;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
        }
        
        .header-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        
        .logo {
            display: flex;
            align-items: center;
            text-decoration: none;
            color: white;
            font-weight: 700;
            font-size: 24px;
            z-index: 100;
        }
        
        .logo img {
            height: 50px;
            margin-right: 10px;
        }
        
        .nav {
            display: flex;
            align-items: center;
        }
        
        .nav-list {
            display: flex;
            list-style: none;
        }
        
        .nav-item {
            position: relative;
            margin-left: 30px;
        }
        
        .nav-link {
            color: white;
            text-decoration: none;
            font-weight: 500;
            font-size: 16px;
            transition: all 0.3s ease;
            padding: 10px 0;
            position: relative;
        }
        
        .nav-link:hover {
            color: var(--secondary);
        }
        
        .nav-link:after {
            content: '';
            position: absolute;
            width: 0;
            height: 2px;
            background: var(--secondary);
            bottom: 0;
            left: 0;
            transition: width 0.3s ease;
        }
        
        .nav-link:hover:after {
            width: 100%;
        }
        
        .services-dropdown {
            position: relative;
        }
        
        .dropdown-content {
            display: none;
            position: absolute;
            top: 100%;
            left: -200px;
            background: white;
            width: 800px;
            border-radius: 8px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
            padding: 25px;
            z-index: 1000;
            animation: fadeIn 0.3s ease-out;
            grid-template-columns: repeat(3, 1fr);
            gap: 15px;
        }
        
        .services-dropdown:hover .dropdown-content {
            display: grid;
        }
        
        .dropdown-column h4 {
            color: var(--primary);
            margin-bottom: 15px;
            font-size: 16px;
            text-transform: uppercase;
            letter-spacing: 1px;
        }
        
        .dropdown-link {
            display: block;
            color: var(--dark);
            text-decoration: none;
            padding: 8px 0;
            font-size: 14px;
            transition: all 0.2s ease;
        }
        
        .dropdown-link:hover {
            color: var(--secondary);
            transform: translateX(5px);
        }
        
        .social-links {
            display: flex;
            margin-left: 30px;
        }
        
        .social-link {
            color: white;
            margin-left: 15px;
            font-size: 18px;
            transition: all 0.3s ease;
        }
        
        .social-link:hover {
            color: var(--secondary);
            transform: translateY(-3px);
        }
        
        .cta-button {
            background: var(--secondary);
            color: var(--dark);
            border: none;
            padding: 12px 25px;
            border-radius: 30px;
            font-weight: 600;
            font-size: 16px;
            cursor: pointer;
            transition: all 0.3s ease;
            margin-left: 30px;
            box-shadow: 0 4px 15px rgba(232, 176, 21, 0.3);
        }
        
        .cta-button:hover {
            background: #ffc720;
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(232, 176, 21, 0.4);
        }
        
        .hero {
            background: linear-gradient(rgba(26, 62, 114, 0.9), rgba(13, 43, 82, 0.9)), url('https://images.unsplash.com/photo-1589829545856-d10d557cf95f?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80') no-repeat center/cover;
            color: white;
            padding: 100px 0;
            text-align: center;
        }
        
        .hero-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        
        .hero-title {
            font-size: 42px;
            font-weight: 700;
            margin-bottom: 20px;
            line-height: 1.3;
            animation: fadeIn 0.8s ease;
        }
        
        .hero-subtitle {
            font-size: 20px;
            margin-bottom: 40px;
            max-width: 700px;
            margin-left: auto;
            margin-right: auto;
            line-height: 1.6;
            color: rgba(255, 255, 255, 0.9);
            animation: fadeIn 0.8s ease 0.2s both;
        }
        
        .hero-cta {
            display: flex;
            justify-content: center;
            gap: 20px;
            animation: fadeIn 0.8s ease 0.4s both;
        }
        
        .primary-button {
            background: var(--secondary);
            color: var(--dark);
            border: none;
            padding: 15px 35px;
            border-radius: 30px;
            font-weight: 600;
            font-size: 18px;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(232, 176, 21, 0.3);
        }
        
        .primary-button:hover {
            background: #ffc720;
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(232, 176, 21, 0.4);
        }
        
        .secondary-button {
            background: transparent;
            color: white;
            border: 2px solid white;
            padding: 15px 35px;
            border-radius: 30px;
            font-weight: 600;
            font-size: 18px;
            cursor: pointer;
            transition: all 0.3s ease;
        }
        
        .secondary-button:hover {
            background: rgba(255, 255, 255, 0.1);
            transform: translateY(-2px);
        }
        
        .contact-info1 {
            display: flex;
            justify-content: center;
            margin-top: 50px;
            gap: 40px;
            animation: fadeIn 0.8s ease 0.6s both;
        }
        
        .contact-item {
            display: flex;
            align-items: center;
        }
        
        .contact-icon {
            margin-right: 10px;
            font-size: 20px;
            color: var(--secondary);
        }
        
        .contact-text {
            font-size: 16px;
            color: rgba(255, 255, 255, 0.9);
        }
        
        @media (max-width: 992px) {
            .dropdown-content {
                width: 600px;
                left: -150px;
            }
            
            .hero-title {
                font-size: 36px;
            }
            
            .hero-subtitle {
                font-size: 18px;
            }
        }
        
        @media (max-width: 768px) {
            .nav-list, .social-links {
                display: none;
            }
            
            .dropdown-content {
                width: 300px;
                left: -100px;
                grid-template-columns: 1fr;
            }
            
            .hero {
                padding: 80px 0;
            }
            
            .hero-title {
                font-size: 30px;
            }
            
            .hero-subtitle {
                font-size: 16px;
            }
            
            .hero-cta {
                flex-direction: column;
                align-items: center;
            }
            
            .contact-info {
                flex-direction: column;
                align-items: center;
                gap: 20px;
            }
        }

.advokat-expert-legal-services {
    font-family: 'Segoe UI', Roboto, sans-serif;
    max-width: 1200px;
    margin: 0 auto;
    background: linear-gradient(to bottom, #ffffff 0%, #f8f9fa 100%);
    border-radius: 18px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border: 1px solid #e0e0e0;
}

.legal-services-header {
    background: linear-gradient(135deg, #2b5876 0%, #4e4376 100%);
    color: white;
    padding: 25px 30px;
    text-align: center;
}

.legal-services-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.15);
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
}

.legal-services-slogan {
    font-size: 22px;
    margin: 0;
    font-weight: 300;
    line-height: 1.4;
}

.legal-services-accordion {
    padding: 10px;
}

.legal-service-category {
    margin-bottom: 10px;
    border-radius: 12px;
    overflow: hidden;
    background: white;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.legal-service-category:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.category-toggle {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 25px;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    color: #2c3e50;
    transition: all 0.3s ease;
}

.category-toggle:hover {
    background-color: #f8f9fa;
}

.category-toggle[aria-expanded="true"] {
    background-color: #f1f3f5;
}

.category-toggle[aria-expanded="true"] .toggle-icon {
    transform: rotate(45deg);
}

.category-icon {
    font-size: 24px;
    margin-right: 15px;
    width: 30px;
    text-align: center;
}

.toggle-icon {
    font-size: 20px;
    transition: transform 0.3s ease;
    margin-left: 15px;
    color: #6c757d;
}

.service-subcategories {
    display: none;
    padding: 0 25px 20px;
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}

.service-subcategory {
    margin-bottom: 20px;
}

.service-subcategory h4 {
    color: #495057;
    margin: 15px 0 10px;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 5px;
    border-bottom: 1px dashed #dee2e6;
}

.service-subcategory ul {
    list-style: none;
    padding: 0;
    margin: 0;
    columns: 2;
    column-gap: 30px;
}

.service-subcategory li {
    margin-bottom: 8px;
    padding-left: 20px;
    position: relative;
    break-inside: avoid;
    font-size: 15px;
    line-height: 1.5;
    color: #495057;
}

.service-subcategory li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    background-color: #4361ee;
    border-radius: 50%;
}

.service-keyword {
    font-weight: 600;
    color: #4361ee;
    background-color: #f0f4ff;
    padding: 2px 5px;
    border-radius: 4px;
}

.legal-services-footer {
    padding: 25px;
    text-align: center;
    background-color: #f8f9fa;
    border-top: 1px solid #e9ecef;
}

.legal-consult-btn {
    background: linear-gradient(to right, #4361ee 0%, #3a0ca3 100%);
    color: white;
    border: none;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(67, 97, 238, 0.3);
    display: inline-flex;
    align-items: center;
    margin-bottom: 20px;
}

.legal-consult-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(67, 97, 238, 0.4);
}

.btn-icon {
    font-size: 20px;
    margin-right: 10px;
}

.city-name {
    text-decoration: underline;
}

.legal-contacts {
    font-size: 15px;
    color: #6c757d;
}

.contact-phone, .contact-email {
    display: inline-block;
}

.contact-separator {
    margin: 0 15px;
    color: #ced4da;
}

.phone-number {
    font-weight: 600;
    color: #212529;
}

/* Категорийные акценты */
.real-estate-cat .category-toggle:hover,
.real-estate-cat .category-toggle[aria-expanded="true"] {
    color: #3a86ff;
}

.inheritance-cat .category-toggle:hover,
.inheritance-cat .category-toggle[aria-expanded="true"] {
    color: #8338ec;
}

.auto-cat .category-toggle:hover,
.auto-cat .category-toggle[aria-expanded="true"] {
    color: #ff006e;
}

.family-cat .category-toggle:hover,
.family-cat .category-toggle[aria-expanded="true"] {
    color: #fb5607;
}

.debt-cat .category-toggle:hover,
.debt-cat .category-toggle[aria-expanded="true"] {
    color: #ffbe0b;
}

.docs-cat .category-toggle:hover,
.docs-cat .category-toggle[aria-expanded="true"] {
    color: #38b000;
}

@media (max-width: 768px) {
    .service-subcategory ul {
        columns: 1;
    }
    
    .category-toggle {
        padding: 15px 20px;
        font-size: 16px;
    }
    
    .legal-services-header {
        padding: 20px 15px;
    }
    
    .legal-services-slogan {
        font-size: 18px;
    }
}
.zen-footer {
  position: relative;
  background: #0a192f;
  color: #e6f1ff;
  padding: 60px 0 0;
  font-family: 'Montserrat', sans-serif;
  overflow: hidden;
}

.zen-footer__waves {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
}

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

/* Стили для блока контактов */
.zen-contacts {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 50px;
}

.zen-contacts__hexagon {
  flex: 1;
  min-width: 300px;
  position: relative;
  padding: 20px;
}

.hexagon-inner {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hexagon-shape {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.contact-content {
  position: relative;
  z-index: 2;
  padding: 30px;
  text-align: center;
}

.contact-content h3 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #64ffda;
  font-weight: 600;
}

.contact-content p {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.6;
}

.zen-phone a {
  color: #e6f1ff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  transition: all 0.3s;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 4px;
}

.zen-phone a:hover {
  color: #64ffda;
  background: rgba(100, 255, 218, 0.1);
}

.zen-social {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 20px;
}

.zen-social__icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.3s;
}

.zen-social__icon--wa {
  background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
}

.zen-social__icon--tg {
  background: linear-gradient(135deg, #0088cc 0%, #34AADF 100%);
}

.zen-social__icon:hover {
  transform: translateY(-3px) scale(1.1);
}

.social-tooltip {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  background: #112240;
  color: #e6f1ff;
  padding: 3px 8px;
  border-radius: 4px;
  font-size: 12px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  white-space: nowrap;
}

.zen-social__icon:hover .social-tooltip {
  opacity: 1;
  visibility: visible;
  bottom: -25px;
}

.zen-map {
  flex: 2;
  min-width: 300px;
  height: 300px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.map-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(10,25,47,0.3) 0%, rgba(100,255,218,0.1) 100%);
  z-index: 1;
  pointer-events: none;
}

/* Стили для навигации */
.zen-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 50px;
  justify-content: center;
}

.zen-petal {
  flex: 1;
  min-width: 200px;
  max-width: 220px;
  background: #112240;
  padding: 25px;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  transition: all 0.4s;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.zen-petal:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

.zen-petal--main {
  background: linear-gradient(135deg, #0a192f 0%, #112240 100%);
  border: 1px solid #233554;
}

.zen-petal--action {
  background: linear-gradient(135deg, #1a3a6e 0%, #0a192f 100%);
  border: 1px solid #4a80f0;
}

.action-badge {
  position: absolute;
  top: 15px;
  right: -25px;
  background: #64ffda;
  color: #0a192f;
  padding: 3px 25px;
  font-size: 12px;
  font-weight: 600;
  transform: rotate(45deg);
}

.zen-petal h3 {
  font-size: 18px;
  margin-bottom: 20px;
  color: #64ffda;
  position: relative;
  padding-bottom: 10px;
}

.zen-petal h3:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 2px;
  background: #4a80f0;
}

.zen-petal ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.zen-petal li {
  margin-bottom: 12px;
}

.zen-petal a {
  color: #ccd6f6;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s;
  display: block;
  padding: 3px 0;
}

.zen-petal a:hover {
  color: #64ffda;
  padding-left: 8px;
}

.zen-petal--action p {
  font-size: 14px;
  margin: 15px 0 20px;
  color: #e6f1ff;
  line-height: 1.5;
}

.zen-btn {
  display: inline-block;
  padding: 8px 20px;
  background: transparent;
  color: #64ffda;
  border: 1px solid #64ffda;
  border-radius: 4px;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s;
}

.zen-btn:hover {
  background: rgba(100, 255, 218, 0.1);
}

/* Стили для подножия */
.zen-base {
  border-top: 1px solid #233554;
  padding-top: 30px;
  text-align: center;
}

.zen-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}

.zen-links a {
  color: #8892b0;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s;
}

.zen-links a:hover {
  color: #64ffda;
}

.zen-legal {
  color: #8892b0;
  font-size: 12px;
  line-height: 1.6;
}

.zen-legal a {
  color: #8892b0;
  text-decoration: none;
  transition: all 0.3s;
}

.zen-legal a:hover {
  color: #64ffda;
}

@media (max-width: 768px) {
  .zen-contacts {
    flex-direction: column;
  }
  
  .zen-contacts__hexagon, .zen-map {
    min-width: 100%;
  }
  
  .zen-nav {
    flex-direction: column;
    align-items: center;
  }
  
  .zen-petal {
    min-width: 100%;
    max-width: 100%;
  }
}
        .faq-legal-2024 {
            font-family: 'Arial', sans-serif;
            max-width: 900px;
            margin: 0 auto;
            padding: 20px;
            background: linear-gradient(135deg, #f5f7fa 0%, #e4e8ed 100%);
            border-radius: 15px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
        }
        
        .faq-legal-2024 .faq-title {
            text-align: center;
            font-size: 24px;
            color: #2c3e50;
            margin-bottom: 30px;
            position: relative;
            padding-bottom: 10px;
        }
        
        .faq-legal-2024 .faq-title:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 3px;
            background: linear-gradient(90deg, #3498db, #9b59b6);
        }
        
        .faq-legal-2024 .faq-item {
            margin-bottom: 15px;
            background: white;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
            transition: all 0.3s ease;
        }
        
        .faq-legal-2024 .faq-item:hover {
            transform: translateY(-3px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        }
        
        .faq-legal-2024 .faq-question {
            padding: 18px 20px;
            cursor: pointer;
            position: relative;
            font-weight: 600;
            color: #34495e;
            display: flex;
            align-items: center;
            background: linear-gradient(90deg, rgba(52, 152, 219, 0.1) 0%, rgba(155, 89, 182, 0.1) 100%);
        }
        
        .faq-legal-2024 .faq-question:before {
            content: '?';
            display: inline-block;
            width: 24px;
            height: 24px;
            background: #3498db;
            color: white;
            border-radius: 50%;
            text-align: center;
            line-height: 24px;
            margin-right: 12px;
            flex-shrink: 0;
            font-weight: bold;
        }
        
        .faq-legal-2024 .faq-answer {
            padding: 0 20px;
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease, padding 0.3s ease;
            color: #7f8c8d;
            line-height: 1.6;
        }
        
        .faq-legal-2024 .faq-item.active .faq-answer {
            padding: 20px;
            max-height: 500px;
        }
        
        .faq-legal-2024 .faq-question:after {
            content: '+';
            position: absolute;
            right: 20px;
            font-size: 20px;
            color: #3498db;
            transition: transform 0.3s ease;
        }
        
        .faq-legal-2024 .faq-item.active .faq-question:after {
            transform: rotate(45deg);
        }
        
        .faq-legal-2024 .contact-promo {
            margin-top: 30px;
            padding: 20px;
            background: linear-gradient(135deg, #3498db 0%, #9b59b6 100%);
            color: white;
            border-radius: 10px;
            text-align: center;
        }
        
        .faq-legal-2024 .contact-promo a {
            color: white;
            text-decoration: underline;
            font-weight: bold;
        }
        
        @media (max-width: 768px) {
            .faq-legal-2024 {
                padding: 15px;
            }
            
            .faq-legal-2024 .faq-question {
                padding: 15px;
            }
        }
        .header p {
            font-style: italic;
            color: #555;
        }
        .content-block {
            background-color: white;
            padding: 25px;
            margin-bottom: 25px;
            border-radius: 5px;
            box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        }
        .highlight {
            color: #8B0000;
            font-weight: bold;
        }
        .keyword {
            background-color: #FFFACD;
            padding: 2px 4px;
            border-radius: 3px;
        }
        .contact-info {
            background-color: #F0F8FF;
            padding: 15px;
            border-left: 4px solid #4682B4;
        }
        .signature {
            font-style: italic;
            text-align: right;
            margin-top: 30px;
        }
        ul.services {
            columns: 2;
            column-gap: 30px;
        }
        @media (max-width: 600px) {
            ul.services {
                columns: 1;
            }
        }
