﻿/*--------------------CSS RESET--------------------------*/
a,
abbr,
acronym,
address,
article,
aside,
audio,
b,
blockquote,
body,
center,
canvas,
caption,
cite,
code,
command,
datalist,
dd,
del,
details,
dfn,
dl,
div,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
keygen,
label,
legend,
li,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
s,
samp,
section,
small,
span,
source,
strong,
sub,
sup,
tfoot,
thead,
u,
ul,
var {
    background: transparent;
    border: 0 none;
    font-size: 100%;
    margin: 0;
    padding: 0;
    outline: 0;
    vertical-align: top;
}
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
img {
    vertical-align: top;
    border: 0;
}
embed {
    vertical-align: top;
}
article,
aside,
audio,
canvas,
command,
datalist,
details,
embed,
figcaption,
figure,
footer,
header,
hgroup,
keygen,
meter,
nav,
output,
progress,
section,
source,
video {
    display: block;
}
mark,
rp,
rt,
ruby,
summary,
time {
    display: inline;
}
input,
textarea {
    border: 0;
    padding: 0;
    margin: 0;
    outline: 0;
}
iframe {
    border: 0;
    margin: 0;
    padding: 0;
}
input,
textarea,
select,
button {
    margin: 0;
    padding: 0px;
    font: normal 14px/30px yekan;
    color: #747474;
    font-weight: normal;
}
input[type="text"] {
    text-indent: 5px;
}
html {
}
body {
    margin: 0px;
    font: 13px/20px yekan;
    font-weight: 200;
    font-weight: normal;
    color: #000;
    direction: rtl;
    text-align: justify;
    background: #fff;
}
a,
span {
    display: inline-block;
}
a {
    text-decoration: none;
    color: #595959;
    outline: none;
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
a:hover {
    color: #46c9bb;
}
strong {
    font-weight: bold;
}
em {
    font-style: italic;
}
ol {
    list-style: decimal;
}
div,
section,
nav,
aside,
footer,
article {
    margin: 0 auto;
}
p {
    margin: 0;
    padding: 5px 0px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}
.clear {
    clear: both;
    height: 0px;
    line-height: 0px;
    overflow: hidden;
}
.hidden {
    display: none;
}
.ltr {
    direction: ltr;
}
.t-left {
    text-align: left;
}
.t-center {
    text-align: center;
}
.t-right {
    text-align: right;
}
.justify {
    text-align: justify;
}
.rel {
    position: relative;
}
.nobg {
    background: 0 !important;
}
.noborder {
    border: none !important;
}
.right {
    float: right !important;
}

/*--------------------------------OWL---------------------------------*/
.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}
.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}
.owl-carousel.owl-hidden {
    opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}
.owl-carousel.owl-rtl {
    direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
    float: right;
}
.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
    z-index: 0;
}
.owl-carousel .owl-animated-out {
    z-index: 1;
}
.owl-carousel .fadeOut {
    animation-name: fadeOut;
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.owl-height {
    transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}
.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}
.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}
.animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.owl-animated-out {
    z-index: 1;
}
.owl-animated-in {
    z-index: 0;
}
/*--------------------------------MAIN---------------------------------*/
.bx {
    line-height: inherit !important;
}
.center {
    font: 13px/25px yekan;
    font-weight: normal;
    max-width: 1280px;
    box-sizing: border-box;
    width: 92%;
}
.headerContainer {
    height: 84px;
}
header {
    background: #fff;
}
.floatmenu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10000;
    border-bottom: 1px solid #bcc0c6;
}
.header {
    display: flex;
    gap: 50px;
}
.logo {
    padding: 10px 0;
    margin: 0;
    transition: 0.3s;
}
.logo img {
    transition: 0.3s;
}
.nav {
    display: flex;
    justify-content: space-between;
    line-height: 84px;
    margin: 0;
}

.topmenu {
    display: flex;
}
.topmenu > li {
    position: relative;
    z-index: 1000;
}
.topmenu > li > a {
    padding: 0 12px;
    z-index: 1;
    position: relative;
    font-weight: 600;
    font-size: 15px;
    color: #141a21;
}
.submenu > li > a:hover {
    background: #fbfbfb;
    color: var(--primary-color);
}
.topmenu > li:hover .submenu {
    display: block;
}
.ctTop {
    display: flex;
    gap: 10px;
    margin-top: 20px;
    line-height: 42px !important;
    transition: 0.3s;
}
.ctTop > li {
}
.ctTop > li > a {
    text-align: center;
    border-radius: 22px;
    border: 1px solid #cbd5e0;
}
.searchBtn a {
    width: 42px;
}
.searchBtn i {
    font-size: 22px;
}
.ctTop > li > a:hover {
    color: #fff;
    background: var(--primary-color);
    border-color: var(--primary-color);
}
.topSupport a:hover i {
    color: #fff;
}
.sLang {
    position: relative;
}
.sLang > a {
    width: 42px;
}
.selectLang {
    position: absolute;
    top: 48px;
    right: 0;
    width: 100px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    padding: 5px;
    display: none;
}
.sLang:hover .selectLang {
    display: block;
}
.selectLang > li a {
    display: flex;
    gap: 12px;
    align-items: center;
    line-height: 24px;
    padding: 5px;
}
.floatmenu .logo {
    padding: 5px 0;
}
.floatmenu .logo img {
    height: 54px;
}
.floatmenu .nav {
    line-height: 64px;
}
.floatmenu .ctTop {
    margin-top: 10px;
}

.slider {
    margin-bottom: 70px;
    direction: ltr;
    position: relative;
}
.slider img {
    width: 100%;
    height: auto;
}
.slideShow .item {
}
.slideShow .item a {
    display: block;
}
.slideShow .item img,
.slideShow .item video {
    width: 100%;
    height: auto;
}
.owl-nav {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    z-index: 100;
}
.owl-dots {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    z-index: 100;
}

.slideShow .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    text-align: center;
}
.slideShow .owl-dot {
    width: 16px;
    height: 6px;
    margin: 0 4px;
    background: #fff !important;
    transition: 0.3s;
    border-radius: 3px;
}
.slideShow .owl-dot.active {
    width: 36px;
    background: var(--primary-color) !important;
}
.slideShow .owl-nav {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: 40px;
    right: 40px;
    bottom: auto;
}
.slideShow .owl-prev,
.slideShow .owl-next {
    width: 40px !important;
    height: 40px !important;
    color: #fff !important;
    position: absolute;
    font-size: 46px !important;
    font-family: boxicons !important;
    text-align: center;
    line-height: 40px;
    border-radius: 10px;
}
.slideShow .owl-next {
    left: 0;
}
.slideShow .owl-prev {
    right: 0;
}
.owl-prev:before {
    content: "\ea50";
}
.owl-next:before {
    content: "\ea4d";
}
.slideShow .owl-nav button:hover {
    color: var(--primary-color) !important;
}

.servicesSec {
    margin-bottom: 120px;
}
.serviceTitle {
    margin-bottom: 40px;
}
.serviceTitle h2 {
    font-weight: bold;
    font-size: 26px;
    color: var(--primary-color);
}
.serviceItem {
    text-align: center;
    font-size: 15px;
}
.serviceItem a {
    display: block;
}
.serviceItem figure {
    margin: 0 auto 20px;
    border-radius: 12px;
    position: relative;
}
.serviceItem figure::before {
    content: "";
    display: block;
    padding-top: 50%;
}
.serviceItem figure img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 12px;
}

.aboutSec {
    margin-bottom: 70px;
}
.aboutHome {
    display: flex;
    gap: 50px;
}
.aboutContent {
    flex: 3;
}
.aboutImg {
    flex: 2;
}
.aboutImg img {
    width: 100%;
    height: auto;
    border-radius: 60px 20px 60px 20px;
}
.aboutContent > span {
    color: var(--primary-color);
    line-height: 25px;
    padding: 5px 10px;
    position: relative;
    z-index: 1;
}
.aboutContent > span::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    border-radius: 4px;
    background: var(--primary-color);
    opacity: 0.2;
    z-index: -1;
}
.aboutContent > h1 {
    color: var(--primary-color);
    margin-top: 20px;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 20px;
}
.cmspage {
    line-height: 35px;
    font-size: 14px;
}
.cmspage h1,
.cmspage h1 * {
    font-size: 20px !important;
    color: var(--primary-color) !important;
    margin: 5px 0 2px !important;
    font-weight: 600 !important;
}
.cmspage h2,
.cmspage h2 * {
    font-size: 16px !important;
    color: var(--primary-color) !important;
    margin: 5px 0 2px !important;
    font-weight: 600 !important;
}
.cmspage h3,
.cmspage h3 * {
    font-size: 16px !important;
    color: var(--primary-color) !important;
    margin: 5px 0 2px !important;
    font-weight: 600 !important;
}
.cmspage h4,
.cmspage h4 * {
    font-size: 15px !important;
    color: var(--primary-color) !important;
    margin: 5px 0 2px !important;
    font-weight: 600 !important;
}
.cmspage h5 {
    font-size: 14px !important;
    color: var(--primary-color) !important;
    margin: 5px 0 2px !important;
    font-weight: normal !important;
}
.cmspage h6 {
    font-size: 14px !important;
    color: var(--primary-color) !important;
    margin: 5px 0 2px !important;
    font-weight: normal !important;
}
.cmspage img.fullWidth {
    width: 100%;
    height: auto;
    border-radius: 15px;
    margin: 20px 0;
}

.cmspage ul {
}
.cmspage ul li {
    padding-right: 20px;
    position: relative;
    margin-bottom: 5px;
}
.cmspage ul li:before {
    content: "\ea4d";
    font-family: "boxicons" !important;
    position: absolute;
    top: 0px;
    right: 0;
    font-size: 17px;
    color: var(--primary-color);
}

.cmspage ol {
    list-style-position: inside;
}
.cmspage ul li {
    margin-bottom: 5px;
}

.featureCarousel {
    padding-top: 90px;
}
.featureCarousel .item {
    margin: 0 30px;
    text-align: center;
    flex: 1;
}
.featureCarousel .item figure {
    width: 44px;
    height: 44px;
    padding: 32px;
    border-radius: 32px;
    margin: 0 auto 25px;
}
.featureCarousel .item strong {
    display: block;
    font-size: 16px;
    color: #141a21;
    margin-bottom: 20px;
}
.featureCarousel .item p {
    color: #878787;
    font-size: 14px;
}

.doctorsSec {
    background: var(--primary-color);
    padding: 40px 0 60px;
}
.staffSec {
    background: #eaeef7 !important;
}
.drTitleSec {
    font-weight: bold;
    text-align: center;
    color: #fff;
    font-size: 25px;
    line-height: 40px;
    margin-bottom: 30px;
}
.drTitleSec span {
    display: block;
    font-weight: normal;
    font-size: 16px;
    padding-top: 6px;
}
.staffSec .drTitleSec {
    color: var(--primary-color) !important;
}
.drItem {
    display: block;
}
.drItem figure {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}
.drItem figure::before {
    content: "";
    display: block;
    padding-top: 100%;
}
.drItem figure img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.drInfo {
    background: #fff;
    z-index: 2;
    position: relative;
    text-align: center;
    margin: -20px 10px 0 16px;
    border-radius: 10px;
    padding: 14px 6px;
}
.drItem strong {
    display: block;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 6px;
}
.drItem span {
    display: block;
    color: var(--primary-color);
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}
.navCarousel .owl-nav {
    position: absolute;
    bottom: auto;
    top: 50%;
    margin-top: -20px;
    left: 0px;
    right: 0px;
}
.navCarousel .owl-prev,
.navCarousel .owl-next {
    width: 40px !important;
    height: 40px !important;
    background: #fff !important;
    color: var(--primary-color);
    position: absolute;
    font-size: 24px !important;
    font-family: boxicons !important;
    text-align: center;
    line-height: 40px;
    border-radius: 20px;
}
.navCarousel .owl-prev {
    right: -20px;
}
.navCarousel .owl-next {
    left: -20px;
}

.faqSec {
    min-height: 300px;
    background: #eaeef7 url(../images/faq.png) right top/260px auto no-repeat;
    padding: 50px 0;
}
.faqBox {
    background: #f7fcff;
    padding: 40px 0;
}
.faqHome {
}
.faqHome > h2 {
    text-align: center;
    color: var(--primary-color);
    font-weight: bold;
    font-size: 25px;
    line-height: 40px;
    margin-bottom: 40px;
}
.faqItems {
    max-width: 900px;
    margin: 0 auto;
}
.faqItems > li {
    margin-bottom: 20px;
    background: #fff;
    border-radius: 30px;
    border: 1px solid #e1e4ed;
}
.faqQ {
    line-height: 36px;
    padding: 12px 20px 12px 45px;
    font-weight: bold;
    color: #8d95a7;
    position: relative;
    cursor: pointer;
}
.faqQ i {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 60px !important;
    width: 60px;
    text-align: center;
    color: #989fa9;
    font-size: 19px;
}
.faqA {
    padding: 0 20px 10px;
    display: none;
    color: #777d93;
}
.faqItems > li.open .faqA {
    display: block;
}
.faqItems > li.open .faqQ {
    color: var(--primary-color);
}
.faqItems > li.open .faqQ i {
    transform: rotate(180deg);
}

.lastNewsSec {
    padding: 50px 0 70px;
}
.newsHomeTitle {
    position: relative;
    margin-bottom: 20px;
}
.newsH2 {
    line-height: 60px;
    font-size: 20px;
    color: #0d0e12;
    font-weight: bold;
    margin-bottom: 12px;
}
.newsH2 span {
    color: var(--primary-color);
    font-size: 27px;
    font-weight: bold;
}
.blogLink {
    position: absolute;
    top: 10px;
    left: 0;
    background: var(--primary-color);
    border-radius: 20px;
    padding: 0 20px;
    line-height: 40px;
    color: #fff;
    font-weight: bold;
}
.blogLink i {
    font-size: 19px;
    margin-right: 5px;
}
.blogLink:hover {
    color: #fff;
    background: #46c9bb;
}

.blogCarousel {
}
.blogItem {
    overflow: hidden;
    border-radius: 15px;
    border: 1px solid #d2d5e0;
}
.blogItem a {
    display: block;
    color: #17233a;
}
.blogItem a:hover {
    color: var(--secondary-color);
}
.blogItem a figure {
    position: relative;
}
.blogItem a figure:before {
    content: "";
    display: block;
    padding-top: 65%;
}
.blogItem a figure img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blogItem a strong {
    padding: 20px 20px 0;
    margin-bottom: 10px;
    display: block;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    font-size: 600;
    font-size: 13px;
}
.blogItem span {
    display: block;
    padding: 0 20px 20px 20px;
    text-align: left;
}
.newsDate {
    color: #43cf80;
    background: #f2fcf6;
    border-radius: 10px;
    padding: 5px 10px;
    font-size: 11px;
}
.blogItem p {
    padding: 0 20px;
    font-size: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}

footer {
    background: #0f3c6d;
    color: #b2b8cb;
}
.supportBar {
    background-color: var(--secondary-color);
    padding: 20px 0;
    margin-bottom: 40px;
}
.supportFt {
    display: flex;
    justify-content: space-between;
}
.supportTitle {
    margin: 0;
    color: #fff;
    font-weight: bold;
    line-height: 28px;
    font-size: 14px;
}
.supportLinks {
    display: flex;
    justify-content: center;
    grid-gap: 25px;
    line-height: 26px;
    direction: ltr;
}
.supportLinks li {
}
.supportLinks li a {
    color: #fff;
    border-radius: 21px;
    font-weight: bold;
    font-size: 16px;
}

.supportLinks li a i {
    color: #fff;
    font-size: 20px;
    margin-right: 6px;
}
.supportLinks li a:hover {
    color: #fff;
}
.supportLinks li a:hover i {
    color: #fff;
}
.footerCols {
    display: flex;
    justify-content: space-between;
    padding-bottom: 32px;
}
.footerMainCol {
    width: 60%;
    margin: 0;
    border-left: 1px solid #0a182a;
}
.footerSide {
    width: 36%;
    margin: 0;
}
.aboutFooter {
    padding-left: 4%;
    margin-bottom: 30px;
}
.aboutFooter img {
    margin-bottom: 10px;
}
.ftFxLinks {
    width: 67%;
}
.ftlogo {
    height: 64px;
}

.copyHolder {
    border-top: 1px solid #0a182a;
    display: flex;
    justify-content: space-between;
    padding: 25px 0;
    font-size: 13px;
}
.copyHolder p {
    padding: 0;
}
.copyHolder span {
    color: var(--secondary-color);
}
.copyHolder a {
    color: #b2b8cb;
}
.copyHolder a:hover {
    color: var(--secondary-color);
}
.footerSide {
}
.footerSide h2 {
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    margin-bottom: 20px;
}
.footerSide h2 i {
    width: 40px;
    height: 40px;
    background: var(--secondary-color);
    color: #fff;
    line-height: 40px !important;
    text-align: center;
    display: block;
    border-radius: 50%;
    margin-bottom: 10px;
    font-size: 17px;
}
.cnInfo {
    font-size: 15px;
}
.cnInfo > li {
    color: #fff;
    margin-bottom: 24px;
}
.cnInfo > li span {
    color: #b2b8cb;
    display: block;
    margin-bottom: 12px;
    font-size: 14px;
}
.cnInfo > li:last-child {
    margin: 0;
}
.cnInfo > li a {
    color: #fff;
}
.cnInfo > li a:hover {
    color: var(--secondary-color);
}

.socials {
    display: flex;
    grid-gap: 20px;
}
.socials > li {
}
.socials > li a:hover {
    transform: scale(1.1);
}
.socials > li img {
    width: 30px;
    height: auto;
}

.ftlinksBox {
    display: flex;
    border-top: 1px solid #0a182a;
    padding-top: 30px;
}
.ftlinksBox > li {
    flex: 1;
}
.ftlinksBox > li > h2 {
    color: #fff;
    font-size: 15px;
    margin-bottom: 16px;
}
.ftlinks {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.ftlinks > li {
}
.ftlinks > li > a {
    color: #b2b8cb;
}
.ftlinks > li > a:hover {
    color: #fff;
}
.showFullAbout {
    text-align: left;
    margin-bottom: 5px;
}
.showFullAbout a {
    color: var(--secondary-color);
}
.showFullAbout a:hover {
    color: #fff;
}
.insuranceSec {
    padding-top: 50px;
}
.insuranceSec h2 {
    text-align: center;
    color: var(--primary-color);
    font-weight: bold;
    font-size: 25px;
    line-height: 40px;
    margin-bottom: 40px;
}
.insuranceCarousel .item {
    text-align: center;
}
.insuranceCarousel .item figure {
    margin-bottom: 12px;
}
.searchOverlay {
    position: fixed;
    inset: 0;
    display: none;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(2px);
}

.searchOverlay.open {
    display: block;
}

.searchOverlayInner {
    max-width: 720px;
    margin: 70px auto;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    padding: 18px;
}

.searchOverlayClose {
    position: absolute;
    top: 25px;
    inset-inline-end: 25px;
    border: 0;
    background: transparent;
    font-size: 26px;
    cursor: pointer;
}

.searchBox {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#searchInput {
    width: 100%;
    height: 48px;
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 0 14px;
    outline: none;
    box-sizing: border-box;
}

.searchHint {
    font-size: 12px;
    opacity: 0.7;
}

.searchResults {
    margin-top: 14px;
    max-height: 60vh;
    overflow: auto;
    padding-right: 4px;
}

.searchGroup {
    margin-top: 14px;
}

.searchGroupTitle {
    font-weight: 700;
    margin-bottom: 8px;
    opacity: 0.9;
}

.searchItem {
    display: flex;
    gap: 10px;
    padding: 10px;
    border-radius: 12px;
    transition: background 0.15s;
}

.searchItem:hover {
    background: rgba(0, 0, 0, 0.04);
}

.searchThumb {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    object-fit: cover;
    background: #f2f2f2;
}

.searchItemTitle {
    font-weight: 600;
}

.searchItemSub {
    font-size: 12px;
    opacity: 0.75;
    margin-top: 2px;
}

.searchEmpty {
    padding: 14px;
    opacity: 0.7;
}
.searchItem div {
    margin: 0;
}
.cuteLabel {
    display: block;
    font-size: 12px;
    margin-bottom: 6px;
    opacity: 0.75;
}

.fieldErr {
    font-size: 12px;
    margin-top: 6px;
    color: #c62828;
    opacity: 0;
    transform: translateY(-2px);
    transition: 0.15s ease;
}

.fieldErr.show {
    opacity: 1;
    transform: translateY(0);
}

.formAlert {
    margin-top: 12px;
    padding: 12px 14px;
    border-radius: 14px;
    font-size: 13px;
}

.formAlert.ok {
    background: rgba(46, 125, 50, 0.1);
    border: 1px solid rgba(46, 125, 50, 0.18);
    color: #2e7d32;
}

.formAlert.err {
    background: rgba(198, 40, 40, 0.08);
    border: 1px solid rgba(198, 40, 40, 0.16);
    color: #c62828;
}

.cuteBtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 14px;
    position: relative;
}

.btnLoader {
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-top-color: #fff;
    border-radius: 50%;
    display: none;
    animation: spin 0.7s linear infinite;
}

.cuteBtn.loading .btnLoader {
    display: inline-block;
}
.cuteBtn.loading .btnText {
    opacity: 0.85;
}
.cuteBtn.loading {
    pointer-events: none;
    filter: saturate(0.9);
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}
