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



        .faq-accordion {
            font-family: 'Arial', sans-serif;
            max-width: 900px;
            margin: 0 auto;
            background: linear-gradient(135deg, #f5f7fa 0%, #e4e8ed 100%);
            border-radius: 12px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            overflow: hidden;
        }
        .faq-item {
            border-bottom: 1px solid rgba(255, 255, 255, 0.3);
            transition: all 0.3s ease;
        }
        .faq-item:last-child {
            border-bottom: none;
        }
        .faq-question {
            padding: 20px 25px;
            background: linear-gradient(90deg, #4a6ee0 0%, #3a5bc7 100%);
            color: white;
            font-weight: 600;
            font-size: 18px;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            transition: background 0.3s ease;
        }
        .faq-question:hover {
            background: linear-gradient(90deg, #3a5bc7 0%, #2a4ab0 100%);
        }
        .faq-question::after {
            content: '+';
            font-size: 24px;
            transition: transform 0.3s ease;
        }
        .faq-item.active .faq-question::after {
            transform: rotate(45deg);
        }
        .faq-answer {
            padding: 0;
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease, padding 0.3s ease;
            background-color: white;
        }
        .faq-item.active .faq-answer {
            padding: 25px;
            max-height: 500px;
        }
        .faq-answer p {
            margin-bottom: 15px;
            line-height: 1.6;
            color: #444;
        }
        .faq-answer p:last-child {
            margin-bottom: 0;
        }
        .highlight {
            color: #3a5bc7;
            font-weight: 600;
        }
        .icon {
            display: inline-block;
            width: 24px;
            height: 24px;
            margin-right: 10px;
            vertical-align: middle;
            background-size: contain;
            background-repeat: no-repeat;
        }
        .icon-court {
            background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M12 2L1 7v10l11 5 11-5V7L12 2zm0 2.8L20 9l-8 4-8-4 8-4.2zM3 9.8v7.6l8 3.6v-7.6L3 9.8zm10 11.2l8-3.6V9.8L13 13.4v7.6z"/></svg>');
        }
        .icon-contract {
            background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M14 2H6c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V8l-6-6zM6 20V4h7v5h5v11H6zm8-6v-2h2v2h-2zm-4 0v-2h2v2h-2zm-4 0v-2h2v2H6z"/></svg>');
        }
        .icon-child {
            background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm-1-13h2v6h-2zm0 8h2v2h-2z"/></svg>');
        }
        .icon-money {
            background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm.31-8.86c-1.77-.45-2.34-.94-2.34-1.67 0-.84.79-1.43 2.1-1.43 1.38 0 1.9.66 1.94 1.64h1.71c-.05-1.34-.87-2.57-2.49-2.97V5H10.9v1.69c-1.51.32-2.72 1.3-2.72 2.81 0 1.79 1.49 2.69 3.66 3.21 1.95.46 2.34 1.15 2.34 1.87 0 .53-.39 1.39-2.1 1.39-1.6 0-2.23-.72-2.32-1.64H8.04c.1 1.7 1.36 2.66 2.86 2.97V19h2.34v-1.67c1.52-.29 2.72-1.16 2.73-2.77-.01-2.2-1.9-2.96-3.66-3.42z"/></svg>');
        }
        .icon-house {
            background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8h5z"/></svg>');
        }
        .icon-car {
            background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M18.92 6.01C18.72 5.42 18.16 5 17.5 5h-11c-.66 0-1.21.42-1.42 1.01L3 12v8c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-1h12v1c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-8l-2.08-5.99zM6.85 7h10.29l1.08 3.11H5.77L6.85 7zM19 17H5v-5h14v5z"/><circle cx="7.5" cy="14.5" r="1.5"/><circle cx="16.5" cy="14.5" r="1.5"/></svg>');
        }
        .icon-debt {
            background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm.31-8.86c-1.77-.45-2.34-.94-2.34-1.67 0-.84.79-1.43 2.1-1.43 1.38 0 1.9.66 1.94 1.64h1.71c-.05-1.34-.87-2.57-2.49-2.97V5H10.9v1.69c-1.51.32-2.72 1.3-2.72 2.81 0 1.79 1.49 2.69 3.66 3.21 1.95.46 2.34 1.15 2.34 1.87 0 .53-.39 1.39-2.1 1.39-1.6 0-2.23-.72-2.32-1.64H8.04c.1 1.7 1.36 2.66 2.86 2.97V19h2.34v-1.67c1.52-.29 2.72-1.16 2.73-2.77-.01-2.2-1.9-2.96-3.66-3.42z"/></svg>');
        }
        @media (max-width: 768px) {
            .faq-question {
                padding: 16px 20px;
                font-size: 16px;
            }
            .faq-item.active .faq-answer {
                padding: 20px;
            }
        }
        
        .footer {
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
    color: white;
    padding: 3rem 0;
    font-family: 'Roboto', sans-serif;
    box-shadow: 0 -5px 15px rgba(0,0,0,0.1);
  }
  
  .footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
  }
  
  .footer-title {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
    position: relative;
    padding-bottom: 0.5rem;
    color: #fff;
  }
  
  .footer-title:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background: linear-gradient(to right, #4facfe 0%, #00f2fe 100%);
  }
  
  .footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .footer li {
    margin-bottom: 0.8rem;
  }
  
  .footer a {
    color: #d1d5db;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 0.95rem;
  }
  
  .footer a:hover {
    color: #fff;
    padding-left: 5px;
  }
  
  .footer-map {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
  }
  
  .map-contacts {
    padding: 1rem;
    background: rgba(0,0,0,0.7);
    color: white;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  
  .social-links {
    display: flex;
    gap: 1rem;
    margin-top: 0.5rem;
  }
  
  .social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255,255,255,0.1);
    transition: all 0.3s ease;
  }
  
  .social-links a:hover {
    transform: translateY(-3px);
    background: rgba(255,255,255,0.2);
  }
  
  .services-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
  
  .footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 2rem;
    margin-top: 2rem;
    border-top: 1px solid rgba(255,255,255,0.1);
    flex-wrap: wrap;
    gap: 1rem;
  }
  
  .copyright {
    font-size: 0.9rem;
    color: #d1d5db;
  }
  
  .footer-badges {
    display: flex;
    gap: 1rem;
  }
  
  .badge {
    font-size: 0.7rem;
    padding: 0.3rem 0.8rem;
    background: rgba(255,255,255,0.1);
    border-radius: 20px;
    color: #d1d5db;
  }
  
  @media (max-width: 768px) {
    .footer-grid {
      grid-template-columns: 1fr;
    }
    
    .services-columns {
      grid-template-columns: 1fr;
    }
    
    .footer-bottom {
      flex-direction: column;
      text-align: center;
    }
  }  
     .jurist-services-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  margin: 30px 0;
}

.jurist-service-category {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

.jurist-service-category:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.jurist-category-header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}

.jurist-category-title {
  margin: 0 0 0 10px;
  color: #2c3e50;
  font-size: 1.2rem;
}

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

.jurist-service-item {
  padding: 10px 0;
  border-bottom: 1px dashed #dee2e6;
  display: flex;
  align-items: center;
  transition: all 0.2s ease;
}

.jurist-service-item:hover {
  background-color: rgba(255,255,255,0.5);
  padding-left: 5px;
  border-radius: 4px;
}

.jurist-service-item:last-child {
  border-bottom: none;
}

.jurist-icon {
  margin-right: 10px;
  font-size: 1rem;
  color: #3498db;
}

.jurist-service-link {
  color: #2980b9;
  text-decoration: none;
  font-weight: 500;
}

/* Категорийные цвета */
.jurist-category-civil {
  border-top: 3px solid #3498db;
}

.jurist-category-family {
  border-top: 3px solid #e74c3c;
}

.jurist-category-housing {
  border-top: 3px solid #2ecc71;
}

.jurist-category-documents {
  border-top: 3px solid #f39c12;
}

.jurist-category-business {
  border-top: 3px solid #9b59b6;
}

.jurist-category-criminal {
  border-top: 3px solid #34495e;
}

/* Иконки (можно заменить на реальные иконочные шрифты) */
.jurist-icon-scale:before { content: "⚖️"; }
.jurist-icon-document:before { content: "📄"; }
.jurist-icon-home:before { content: "🏠"; }
.jurist-icon-car:before { content: "🚗"; }
.jurist-icon-contract:before { content: "📝"; }
.jurist-icon-money:before { content: "💰"; }
.jurist-icon-more:before { content: "➕"; }
.jurist-icon-family:before { content: "👪"; }
.jurist-icon-divorce:before { content: "💔"; }
.jurist-icon-child:before { content: "👶"; }
.jurist-icon-agreement:before { content: "🤝"; }
.jurist-icon-adoption:before { content: "🏡"; }
.jurist-icon-alimony:before { content: "💸"; }
.jurist-icon-building:before { content: "🏢"; }
.jurist-icon-key:before { content: "🔑"; }
.jurist-icon-flood:before { content: "💧"; }
.jurist-icon-eviction:before { content: "🚪"; }
.jurist-icon-land:before { content: "🌱"; }
.jurist-icon-communal:before { content: "💡"; }
.jurist-icon-pen:before { content: "✒️"; }
.jurist-icon-claim:before { content: "⚖️"; }
.jurist-icon-appeal:before { content: "📤"; }
.jurist-icon-will:before { content: "✉️"; }
.jurist-icon-power:before { content: "📜"; }
.jurist-icon-briefcase:before { content: "💼"; }
.jurist-icon-registration:before { content: "🏛️"; }
.jurist-icon-tax:before { content: "🧾"; }
.jurist-icon-bankrupt:before { content: "📉"; }
.jurist-icon-tender:before { content: "🏷️"; }
.jurist-icon-mfo:before { content: "🏦"; }
.jurist-icon-handcuffs:before { content: "🔗"; }
.jurist-icon-theft:before { content: "🕵️"; }
.jurist-icon-dui:before { content: "🚔"; }
.jurist-icon-fraud:before { content: "🎭"; }
.jurist-icon-drugs:before { content: "💊"; }   
        /* Изолированные стили для шапки с префиксом legal-header */
.legal-header {
  --legal-primary: #1a3e72;
  --legal-accent: #e74c3c;
  --legal-light: #f8f9fa;
  --legal-dark: #2c3e50;
  --legal-text: #333;
  --legal-border: #e0e0e0;
  font-family: 'Arial', sans-serif;
  position: relative;
  box-shadow: 0 2px 15px rgba(0,0,0,0.1);
  isolation: isolate;
  z-index: 1000;
}

.legal-header *,
.legal-header *::before,
.legal-header *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.legal-header__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

/* Верхняя панель */
.legal-header__top {
  background: var(--legal-primary);
  padding: 12px 0;
  color: white;
}

.legal-header__branding {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.legal-header__logo-img {
  height: 40px;
  width: auto;
  display: block;
}

.legal-header__social {
  display: flex;
  gap: 12px;
  margin-left: 20px;
}

.legal-header__social-link {
  color: white;
  font-size: 18px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s;
}

.legal-header__social-link:hover {
  transform: translateY(-2px);
}

.legal-header__social-link--tg { color: #0088cc; }
.legal-header__social-link--wa { color: #25D366; }
.legal-header__social-link--vk { color: #4a76a8; font-family: Arial; font-size: 14px; }

.legal-header__contacts {
  display: flex;
  align-items: center;
  gap: 20px;
}

.legal-header__phone {
  color: white;
  text-decoration: none;
  font-weight: bold;
  white-space: nowrap;
  transition: opacity 0.2s;
}

.legal-header__phone:hover {
  opacity: 0.8;
}

.legal-header__cta {
  background: var(--legal-accent);
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: 4px;
  cursor: pointer;
  font-weight: bold;
  white-space: nowrap;
  transition: all 0.2s;
}

.legal-header__cta:hover {
  background: #c0392b;
  transform: translateY(-1px);
}

.legal-header__cta--pulse {
  animation: legal-pulse 2s infinite;
}

@keyframes legal-pulse {
  0% { box-shadow: 0 0 0 0 rgba(231, 76, 60, 0.7); }
  70% { box-shadow: 0 0 0 8px rgba(231, 76, 60, 0); }
  100% { box-shadow: 0 0 0 0 rgba(231, 76, 60, 0); }
}

/* Навигация */
.legal-header__nav {
  background: white;
  border-bottom: 1px solid var(--legal-border);
}

.legal-header__menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.legal-header__menu-item {
  position: relative;
}

.legal-header__menu-link {
  color: var(--legal-text);
  text-decoration: none;
  font-weight: 500;
  padding: 16px 20px;
  display: block;
  transition: color 0.2s;
}

.legal-header__menu-link:hover {
  color: var(--legal-accent);
}

.legal-header__menu-item--dropdown:hover .legal-header__mega-menu {
  display: grid;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.legal-header__dropdown-arrow {
  font-size: 10px;
  margin-left: 5px;
  display: inline-block;
  transition: transform 0.2s;
}

.legal-header__menu-item--dropdown:hover .legal-header__dropdown-arrow {
  transform: rotate(180deg);
}

:root {
  --primary-color: #1a3e72;
  --secondary-color: #e8b015;
  --accent-color: #2c5aa0;
  --text-color: #333;
  --light-color: #f8f9fa;
  --dark-color: #212529;
  --success-color: #28a745;
  --border-radius: 4px;
  --box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  --transition: all 0.3s ease;
}

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

body {
  font-family: 'Roboto', sans-serif;
  color: var(--text-color);
  line-height: 1.6;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

/* Header Top */
.header-top {
  background-color: var(--dark-color);
  color: white;
  padding: 10px 0;
  font-size: 14px;
}

.header-contacts {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.header-address, .header-phone, .header-social {
  margin: 5px 0;
}

.header-social a {
  color: white;
  margin-left: 15px;
  font-size: 16px;
  transition: var(--transition);
}

.header-social a:hover {
  color: var(--secondary-color);
}

.header-phone a {
  color: white;
  text-decoration: none;
  transition: var(--transition);
}

.header-phone a:hover {
  color: var(--secondary-color);
}

/* Main Navigation */
.main-navigation {
  background-color: white;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 0;
  z-index: 1000;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
}

.logo img {
  height: 50px;
  width: auto;
}

.nav-menu {
  display: flex;
  list-style: none;
}

.nav-link {
  color: var(--text-color);
  text-decoration: none;
  padding: 10px 15px;
  font-weight: 500;
  transition: var(--transition);
  position: relative;
}

.nav-link:hover {
  color: var(--primary-color);
}

.nav-link:after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  background: var(--primary-color);
  bottom: 0;
  left: 0;
  transition: var(--transition);
}

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

.nav-cta {
  background-color: var(--primary-color);
  color: white;
  padding: 10px 20px;
  border-radius: var(--border-radius);
  margin-left: 15px;
  transition: var(--transition);
}

.nav-cta:hover {
  background-color: var(--accent-color);
  color: white;
  transform: translateY(-2px);
}

/* Dropdown Menu */
.dropdown {
  position: relative;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: white;
  box-shadow: var(--box-shadow);
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
  z-index: 999;
}

.dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.mega-menu-content {
  display: flex;
  flex-wrap: wrap;
  padding: 30px;
}

.mega-menu-column {
  flex: 1 1 200px;
  margin: 0 15px;
}

.mega-menu-column h4 {
  color: var(--primary-color);
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #eee;
}

.mega-menu-column ul {
  list-style: none;
}

.mega-menu-column ul li {
  margin-bottom: 10px;
}

.mega-menu-column ul li a {
  color: var(--text-color);
  text-decoration: none;
  transition: var(--transition);
  display: block;
  padding: 5px 0;
}

.mega-menu-column ul li a:hover {
  color: var(--primary-color);
  padding-left: 5px;
}

/* Hero Section */
.legal-hero {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 80px 0;
}

.hero-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.hero-text {
  flex: 1 1 600px;
  padding-right: 30px;
}

.hero-image {
  flex: 1 1 400px;
}

.hero-image img {
  width: 100%;
  height: auto;
  border-radius: var(--border-radius);
  box-shadow: var(--box-shadow);
}

.legal-hero h3 {
  font-size: 2.5rem;
  color: var(--primary-color);
  margin-bottom: 20px;
  line-height: 1.2;
}

.hero-subtitle {
  font-size: 1.2rem;
  color: var(--dark-color);
  margin-bottom: 30px;
}

.hero-features {
  list-style: none;
  margin-bottom: 30px;
}

.hero-features li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
}

.hero-features i {
  color: var(--success-color);
  position: absolute;
  left: 0;
  top: 4px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.btn-primary {
  background-color: var(--primary-color);
  color: white;
  padding: 12px 25px;
  border-radius: var(--border-radius);
  text-decoration: none;
  font-weight: 500;
  transition: var(--transition);
  display: inline-block;
  border: 2px solid var(--primary-color);
}

.btn-primary:hover {
  background-color: transparent;
  color: var(--primary-color);
  transform: translateY(-3px);
}

.btn-secondary {
  background-color: transparent;
  color: var(--primary-color);
  padding: 12px 25px;
  border-radius: var(--border-radius);
  text-decoration: none;
  font-weight: 500;
  transition: var(--transition);
  display: inline-block;
  border: 2px solid var(--primary-color);
}

.btn-secondary:hover {
  background-color: var(--primary-color);
  color: white;
  transform: translateY(-3px);
}

/* Mobile Menu */
.menu-toggle {
  display: none;
  cursor: pointer;
  padding: 10px;
}

.bar {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px auto;
  background-color: var(--dark-color);
  transition: var(--transition);
}

/* Responsive */
@media (max-width: 992px) {
  .menu-toggle {
    display: block;
  }
  
  .nav-menu {
    position: fixed;
    top: 90px;
    left: -100%;
    width: 100%;
    background-color: white;
    flex-direction: column;
    text-align: center;
    transition: var(--transition);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
    z-index: 999;
  }
  
  .nav-menu.active {
    left: 0;
  }
  
  .nav-item {
    margin: 15px 0;
  }
  
  .dropdown-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    display: none;
    box-shadow: none;
  }
  
  .dropdown:hover .dropdown-menu {
    display: block;
  }
  
  .mega-menu-content {
    flex-direction: column;
    padding: 15px;
  }
  
  .hero-content {
    flex-direction: column;
  }
  
  .hero-text {
    padding-right: 0;
    margin-bottom: 30px;
  }
}

/* Animations */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

.hero-text {
  animation: fadeIn 0.8s ease-out;
}

.hero-image {
  animation: fadeIn 0.8s ease-out 0.3s forwards;
  opacity: 0;
}

        