/*
* Theme Name: Ozon Medya
* Author: Ozon Medya
* Version: 1.0
* Last Change: 2 March 2019
  Author URI    : http://www.ozonmedya.com/
-------------------------------------------------------------------*/
/*------------- List Of Table -----------
# Fonts
# GLobal Settings
# Header Navigation Styles
# Homes Banner
# All Finding Listing Element
# Dashboard Styles
# Inner Page Styles
# Blog Styles
# Footer Styles
# Responsiveness
------------- List Of Table ----------*/
/*------------------------------------
	Fonts
------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Crimson+Text:400,400i,600,600i');
@import url('https://fonts.googleapis.com/css?family=Charm:400,700');
@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


/*------------------------------------------------------------
	GLobal Settings
-------------------------------------------------------------*/
* {
  outline: none; }

body {
    background: #ffffff;
    font-family: 'Mulish', sans-serif;
    margin: 0;
    font-size: 16px;
    overflow-x: hidden;
    color: #626a70;
    font-weight: 400;
    line-height: 1.8;
}

html {
  position: relative;
  min-height: 100%;
  background: #ffffff; }
a {
    color: #546e7a;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

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

a.link {
  color: #3e4555; }
  a.link:hover, a.link:focus {
    color:#00b9c0; }

a.white-link {
  color: #ffffff; }
  a.white-link:hover, a.white-link:focus {
    color:#263238;
}

.img-responsive {
  width: 100%;
  height: auto;
  display: inline-block; }

.img-rounded {
  border-radius: 4px; }

html body .mdi:before,
html body .mdi-set {
  line-height: initial;
}
section{
	padding:80px 0 75px;
}	
.gray{
	background:#f8f8f9;
}
.tbl {
    display: table;
} 
 .full-height {
    height: 100%;
}
 .full-width {
    width: 100%;
}
.table-cell {
    display: table-cell;
    vertical-align: middle;
}
.no-ul-list{
	padding:0;
}
.no-ul-list li{
	list-style:none;
}
.progress {
    margin-bottom: 1.5em;
}
.main-color{
	color:#00b9c0;
}
.main-bg{
	background:#00b9c0;
}
.theme-btn{
	background:#00b9c0;
	border-color:#00b9c0;
}
.black-btn{
	background:#252525;
	border-color:#252525;
	color:#ffffff;
}
.center-bg{
	background-size:cover !important;
	background-position:center !important;
	position: relative;
}
.overlay-top {
    margin-top: -80px;
}
.overlay-top.min {
    margin-top: -50px;
}
.tab-pane>.row {
    margin: 0;
}
/*------------ GLobal Settings: Heading-------------*/ 
h1,
h2,
h3,
h4,
h5,
h6 {
  color:#37436c;
  font-weight:600;
  font-family: 'Poppins', sans-serif;
  }

h1 {
  line-height: 40px;
  font-size: 36px; }

h2 {
  line-height: 36px;
  font-size: 30px; }

h3 {
  line-height: 30px;
  font-size: 24px; }

h4 {
  line-height: 26px;
  font-size: 21px; }

h5 {
  line-height: 22px;
  font-size: 18px;
  font-weight: 400; }

h6 {
  line-height: 20px;
  font-size: 16px;
  font-weight: 400; }
.lead{
	font-family:'Crimson Text', serif;
	font-size:20px !important;
}
.lead-i{
	font-family:'Crimson Text', serif;
	font-size:20px !important;
	font-style:italic;
}
.display-5 {
  font-size: 3rem; }

.display-6 {
  font-size: 36px; }

.display-7 {
  font-size: 26px; }

.box {
  border-radius: 4px;
  padding: 10px; }

html body .dl {
  display: inline-block; }

html body .db {
  display: block; }

.no-wrap td,
.no-wrap th {
  white-space: nowrap; }

.circle {
  border-radius: 100%;
 }
.owl-carousel .owl-stage {
    padding-bottom: 15px;
}
.float-right{
	float:right;
}
.float-left{
	float:left;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
    width: 25px;
    height: 3px;
    margin: 5px 7px;
    background: #b5c3de;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #00b9c0;
}
.middle-arrow-hover button.owl-prev, .middle-arrow-hover button.owl-next {
    background: #f4f5f7 !important;
    display: inline-block;
    font-size: 13px !important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 5px;
    color: #00b9c0 !important;
    outline: none !important;
    box-shadow: 0 0 20px 0 rgba(62,28,131,0.05);
    border: 1px solid #eaecf1;
}
.middle-arrow-hover button.owl-prev {
    position: absolute;
    top: 45%;
    left: -15px;
    transform: translate(-5px, -45%);
}
.middle-arrow-hover button.owl-next {
    position: absolute;
    top: 45%;
    right: -15px;
    transform: translate(5px, -45%);
}
.middle-arrow-hover .owl-nav{
	transition:all ease 0.4s;
	opacity:0;
}
.middle-arrow-hover:hover .owl-nav, .middle-arrow-hover:focus .owl-nav{
	opacity:1;
}
/*------------ Global Settings: Spinner ----------------*/

@keyframes spinner-border {
  to { transform: rotate(360deg); }
}

.spinner-border {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: text-bottom;
    border: 3px solid;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border .75s linear infinite;
}

.spinner-border-sm {
  width: $spinner-width-sm;
  height: $spinner-height-sm;
  border-width: $spinner-border-width-sm;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

.spinner-grow {
  display: inline-block;
  width:30px;
  height:30px;
  vertical-align: text-bottom;
  background-color:#ffffff;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow .75s linear infinite;
}

.spinner-grow-sm {
  width:30px;
  height:30px;
}
/*------------ GLobal Settings: Category & All background -------------*/ 
.cbg-1{
	background:#211b71;
}
.cbg-2{
	background:#f61928;
}
.cbg-3{
	background:#576fef;
}
.cbg-4{
	background:#0bb9c1;
}
.cbg-5{
	background:#f6833c;
}
.cbg-6{
	background:#3ab92a;
}
.cbg-7{
	background:#fb1a78;
}
/*------------ GLobal Settings: Blockquote -------------*/ 
html body blockquote {
  border-left: 5px solid #00b9c0;
  border: 1px solid rgba(120, 130, 140, 0.13);
  padding: 15px; }

.clear {
  clear: both; }

ol li {
  margin: 5px 0; }

/*------------ GLobal Settings: Call To Action -------------*/ 
.image-bg{
    background-size: cover !important;
    background-position: center !important;
}
.image-bg-wrap {
    background-size: cover !important;
    background-position: center !important;
    position: relative;
}
.image-bg-wrap:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #182538;
    display: block;
    content: "";
    opacity: 0.8;
}

/*-------------- GLobal Settings: Paddings ----------------*/
html body .p-0 {
  padding: 0px; }

html body .p-10 {
  padding: 10px; }

html body .p-15 {
  padding: 15px; }

html body .p-20 {
  padding: 20px; }

html body .p-30 {
  padding: 30px; }

html body .p-40 {
  padding: 40px; }

html body .p-l-0 {
  padding-left: 0px; }

html body .p-l-10 {
  padding-left: 10px; }

html body .p-l-20 {
  padding-left: 20px; }

html body .p-r-0 {
  padding-right: 0px; }

html body .p-r-10 {
  padding-right: 10px; }

html body .p-r-20 {
  padding-right: 20px; }

html body .p-r-30 {
  padding-right: 30px; }

html body .p-r-40 {
  padding-right: 40px; }

html body .p-t-0 {
  padding-top: 0px; }

html body .p-t-10 {
  padding-top: 10px; }

html body .p-t-20 {
  padding-top: 20px; }

html body .p-t-30 {
  padding-top: 30px; }

html body .p-b-0 {
  padding-bottom: 0px; }

html body .p-b-5 {
  padding-bottom: 5px; }

html body .p-b-10 {
  padding-bottom: 10px; }

html body .p-b-20 {
  padding-bottom: 20px; }

html body .p-b-30 {
  padding-bottom: 30px; }

html body .p-b-40 {
  padding-bottom: 40px; }

  
/*-------------- GLobal Settings: Margin ----------------*/
html body .m-0 {
  margin: 0px; }

html body .m-l-5 {
  margin-left: 5px; }

html body .m-l-10 {
  margin-left: 10px; }

html body .m-l-15 {
  margin-left: 15px; }

html body .m-l-20 {
  margin-left: 20px; }

html body .m-l-30 {
  margin-left: 30px; }

html body .m-l-40 {
  margin-left: 40px; }

html body .m-r-5 {
  margin-right: 5px; }

html body .m-r-10 {
  margin-right: 10px; }

html body .m-r-15 {
  margin-right: 15px; }

html body .m-r-20 {
  margin-right: 20px; }

html body .m-r-30 {
  margin-right: 30px; }

html body .m-r-40 {
  margin-right: 40px; }

html body .m-t-0 {
  margin-top: 0px; }

html body .m-t-5 {
  margin-top: 5px; }

html body .m-t-10 {
  margin-top: 10px; }

html body .m-t-15 {
  margin-top: 15px; }

html body .m-t-20 {
  margin-top: 20px; }

html body .m-t-30 {
  margin-top: 30px; }

html body .m-t-40 {
  margin-top: 40px; }

html body .m-b-0 {
  margin-bottom: 0px; }

html body .m-b-5 {
  margin-bottom: 5px; }

html body .m-b-10 {
  margin-bottom: 10px; }

html body .m-b-15 {
  margin-bottom: 15px; }

html body .m-b-20 {
  margin-bottom: 20px; }

html body .m-b-30 {
  margin-bottom: 30px; }

html body .m-b-40 {
  margin-bottom: 40px; }


/*------------ GLobal Settings: vertical alignment -------------*/
html body .vt {
  vertical-align: top; }

html body .vm {
  vertical-align: middle; }

html body .vb {
  vertical-align: bottom; }

/*-------------- GLobal Settings: Opacity ----------------*/
.op-8 {
  opacity: 0.8; }

.op-7 {
  opacity: 0.7; }

.op-5 {
  opacity: 0.5; }

.op-3 {
  opacity: 0.3; }


/*-------------- GLobal Settings: font weight ----------------*/
html body .font-bold {
  font-weight: 700; }

html body .font-semibold {
  font-weight: 600; }

html body .font-normal {
  font-weight: normal; }

html body .font-light {
  font-weight: 300; }

html body .font-medium {
  font-weight: 500; }

html body .font-16 {
  font-size: 16px; }

html body .font-14 {
  font-size: 14px; }

html body .font-13 {
  font-size: 13px; }

html body .font-10 {
  font-size: 10px; }

html body .font-18 {
  font-size: 18px; }

html body .font-20 {
  font-size: 20px; }

html body .font-stylish {
  font-family: "Calafia-Regular"; }


/*-------------- GLobal Settings: Border ----------------*/
html body .b-0 {
  border: none !important; }

html body .b-r {
  border-right: 1px solid #eceef3; }

html body .b-l {
  border-left: 1px solid #eceef3; }

html body .b-b {
  border-bottom: 1px solid #eceef3; }

html body .b-t {
  border-top: 1px solid #eceef3; }

html body .b-all {
  border: 1px solid #eceef3 !important; }


/*-------------- GLobal Settings: Thumb size ----------------*/
.thumb-sm {
  height: 32px;
  width: 32px; }

.thumb-md {
  height: 48px;
  width: 48px; }

.thumb-lg {
  height: 88px;
  width: 88px; }

.hide {
  display: none; }

.img-circle {
  border-radius: 100%; }

.radius {
  border-radius: 4px; }


/*-------------- GLobal Settings: Text Colors ----------------*/
.text-white {
  color: #ffffff !important; }

.text-danger {
  color: #ff3838 !important; }

.text-muted {
  color: #8d97ad !important; }

.text-warning {
  color: #feb000 !important; }

.text-success {
  color: #27b737 !important; }

.text-info {
  color: #00b9c0 !important; }

.text-inverse {
  color: #3e4555 !important; }

html body .text-blue {
  color: #02bec9; }

html body .text-purple {
  color: #7460ee; }

html body .text-primary {
  color: #00b9c0 !important; }

html body .text-megna {
  color: #1dc8cd; }

html body .text-dark {
  color: #8d97ad; }

html body .text-themecolor {
  color: #00b9c0; }


/*-------------- GLobal Settings: Background Colors ----------------*/
.bg-primary {
  background-color: #00b9c0 !important; }

.bg-success {
  background-color: #27b737 !important; }

.bg-info {
  background-color: #00b9c0 !important; }

.bg-warning {
  background-color: #feb000 !important; }

.bg-danger {
  background-color: #ff3838 !important; }

.bg-orange {
  background-color: #ec2828 !important; }

.bg-yellow {
  background-color: #fed700; }

.bg-facebook {
  background-color: #3b5a9a; }

.bg-twitter {
  background-color: #56adf2; }

html body .bg-megna {
  background-color: #1dc8cd; }

html body .bg-theme {
  background-color: #00b9c0; }

html body .bg-inverse {
  background-color:#374158; }

html body .bg-purple {
  background-color: #7460ee; }

html body .bg-light {
  background-color: #f4f8fa !important; }

html body .bg-light-primary {
  background-color: #f1effd; }

html body .bg-light-success {
  background-color: #e8fdeb; }

html body .bg-light-info {
  background-color: #cfecfe; }

html body .bg-light-extra {
  background-color: #ebf3f5; }

html body .bg-light-warning {
  background-color: #fff8ec; }

html body .bg-light-danger {
  background-color: #f9e7eb; }

html body .bg-light-inverse {
  background-color: #f6f6f6; }

html body .bg-light {
  background-color: #f4f8fa; }

html body .bg-white {
  background-color: #ffffff; }
 
html body .bg-whites {
  background-color: #f4f5f7; }
  
html body .bg-red {
  background-color: #e21137; }
  
html body .bg-green {
  background-color: #4caf50; }
  
html body .bg-sky {
  background-color: #20b2c1; }
  
html body .bg-blue {
  background-color: #03a9f4; }


/*-------------- GLobal Settings: Rounds ----------------*/
img.round {
  line-height: 48px;
  color: #ffffff;
  width: 50px;
  height: 50px;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  border-radius: 100%;
  background: #00b9c0;
 }
  .round img {
    border-radius: 100%; }

.round-lg {
  line-height: 65px;
  width: 60px;
  height: 60px;
  font-size: 30px; }

.round.round-info {
  background: #00b9c0; }

.round.round-warning {
  background: #feb000; }

.round.round-danger {
  background: #ff3838; }

.round.round-success {
  background: #27b737; }

.round.round-primary {
  background: #00b9c0; }

/*----------- GLobal Settings: Simple List -----------*/
ul.simple-list {
    padding: 0;
    margin: 0;
}
ul.simple-list li {
    list-style: none;
    padding: 10px 5px 10px 28px;
}
ul.simple-list li {
    list-style: none;
    padding: 10px 5px 10px 28px;
    position: relative;
}
ul.simple-list li:before {
    content: "\e6af";
    font-family: themify;
    position: absolute;
    left: 0;
}

/*-------------- GLobal Settings: Labels ----------------*/
.label {
  padding: 3px 15px;
  color: #ffffff;
  font-weight: 400;
  border-radius: 4px;
  font-size: 75%; }

.label-rounded {
  border-radius: 60px; }

.label-custom {
  background-color: #1dc8cd; }

.label-success {
  background-color: #27b737; }

.label-info {
  background-color: #00b9c0; }

.label-warning {
  background-color: #feb000; }

.label-danger {
  background-color: #ff3838; }

.label-megna {
  background-color: #1dc8cd; }

.label-primary {
  background-color: #00b9c0; }

.label-purple {
  background-color: #7460ee; }

.label-red {
  background-color: #fb3a3a; }

.label-inverse {
  background-color: #3e4555; }

.label-default {
  background-color: #f4f8fa; }

.label-white {
  background-color: #ffffff; }

.label-light-success {
  background-color: #e8fdeb;
  color: #27b737; }

.label-light-info {
  background-color: #cfecfe;
  color: #00b9c0; }

.label-light-warning {
  background-color: #fff8ec;
  color: #feb000; }

.label-light-danger {
  background-color: #f9e7eb;
  color: #ff3838; }

.label-light-megna {
  background-color: #e0f2f4;
  color: #1dc8cd; }

.label-light-primary {
  background-color: #f1effd;
  color: #00b9c0; }

.label-light-inverse {
  background-color: #f6f6f6;
  color: #3e4555; }

/*------------ GLobal Settings: Table ------------*/
.table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid transparent;
    border-top: 0px !important;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    border-top: 1px solid #e8eef1;
}
table.table tr th, table.table tr td {
    border-color: #eaeff5;
    padding: 12px 15px;
    vertical-align: middle;
}
table.table tr th {
    font-weight: 600;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f7f9fb;
}
.table-hover tbody tr:hover {
    background-color: #ecf0f3;
}
/*------------- GLobal Settings: Badge ----------------*/
.badge {
  font-weight: 400; }

.badge-xs {
  font-size: 9px; }

.badge-xs,
.badge-sm {
  -webkit-transform: translate(0, -2px);
  -ms-transform: translate(0, -2px);
  -o-transform: translate(0, -2px);
  transform: translate(0, -2px); }

.badge-success {
  background-color: #27b737; }

.badge-info {
  background-color: #00b9c0; }

.badge-primary {
  background-color: #00b9c0; }

.badge-warning {
  background-color: #feb000; }

.badge-danger {
  background-color: #ff3838; }

.badge-purple {
  background-color: #7460ee; }

.badge-red {
  background-color: #fb3a3a; }

.badge-inverse {
  background-color: #3e4555; }


/*------------- GLobal Settings: List-style-none ----------------*/
ul.list-style-none {
	margin: 0px;
	padding: 0px;
}

ul.list-style-none li {
	list-style: none; 
}

ul.list-style-none li a {
	color: #8d97ad;
	padding: 8px 0px;
	display: block;
	text-decoration: none;
}
ul.list-style-none li a:hover {
	color: #00b9c0;
}


/*------------- GLobal Settings: dropdown ----------------*/
.dropdown-item {
  padding: 8px 1rem;
  color: #8d97ad;
}


/*------------- GLobal Settings: Buttons ----------------*/
.btn {
	color: #ffffff;
	padding: 12px 25px;
	cursor: pointer;
	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
	-webkit-transition: 0s;
	-o-transition: 0s;
	transition: 0s;
	border-radius:0.3rem;
}
  
.btn:hover {
	color: #ffffff;
}

.btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #263238;
  padding: 10px 15px; }
  
.btn-link .underline {
    border-bottom: 1px solid #263238;
}
	
.btn-link:hover {
    color: #27b737;
}

.btn-light {
  color: #263238;
}
  
.btn-light:hover {
    background: #263238;
    color: #ffffff;
    border-color: #263238;
}

.btn-lg {
  padding: .75rem 1.5rem;
  font-size: 1.25rem;
}

.btn-md {
  padding: 15px 45px;
  font-size: 16px;
}

.btn-sm {
  padding: .25rem .5rem;
  font-size: 12px;
}

.btn-xs {
  padding: .25rem .5rem;
  font-size: 10px;
}

.btn-circle {
  border-radius: 100%;
  width: 40px;
  height: 40px;
  padding: 10px;
}

.btn-circle.btn-md {
    padding: 18px 0px;
    width: 60px;
    height: 60px;
    font-size: 20px;
}

.btn-circle.btn-sm {
  width: 35px;
  height: 35px;
  padding: 8px 10px;
  font-size: 14px;
}

.btn-circle.btn-lg {
  width: 70px;
  height: 70px;
  padding: 24px 15px;
  font-size: 20px;
  line-height: 23px;
}

.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 14px 15px;
  font-size: 24px;
}

.btn-rounded {
  border-radius: 60px;
  -webkit-border-radius: 60px;
}

.btn-arrow {
  position: relative;
}
  
.btn-arrow span {
    display: inline-block;
    position: relative;
    -webkit-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    will-change: transform;
}
	
.btn-arrow:hover span, .btn-arrow:focus span {
    -webkit-transform: translate3d(-1rem, 0, 0);
    transform: translate3d(-1rem, 0, 0);
}
	
.btn-arrow i {
    position: absolute;
    width: 1.1em;
    right: 0px;
    right: 0rem;
    opacity: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    will-change: right, opacity;
}
	
.btn-arrow:hover i, .btn-arrow:focus i {
    opacity: 1;
    right: -2rem; 
}

.btn-secondary,
.btn-secondary.disabled {
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  background-color: #ffffff;
  color: #8d97ad;
}
  
.btn-secondary:hover,
.btn-secondary.disabled:hover {
    color: #ffffff !important;
}
	
.btn-secondary.active, .btn-secondary:active, .btn-secondary:focus,
.btn-secondary.disabled.active,
.btn-secondary.disabled:active,
.btn-secondary.disabled:focus {
    color: #ffffff !important;
    background: #263238;
    border-color: #263238;
}

.btn-primary,
.btn-primary.disabled {
  background:#00b9c0;
  border: 1px solid #00b9c0;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in; 
}
  
.btn-primary:hover,
.btn-primary.disabled:hover {
    background:#2d323d;
    border: 1px solid #2d323d;
}
	
.btn-primary.active, .btn-primary:active, .btn-primary:focus,
.btn-primary.disabled.active,
.btn-primary.disabled:active,
.btn-primary.disabled:focus {
    background: #345bcb;
}

.btn-themecolor,
.btn-themecolor.disabled {
  background: #00b9c0;
  color: #ffffff;
  border: 1px solid #00b9c0;
}
  
.btn-themecolor:hover,
.btn-themecolor.disabled:hover {
    background: #028ee1;
    border: 1px solid #028ee1;
}
	
.btn-themecolor.active, .btn-themecolor:active, .btn-themecolor:focus,
.btn-themecolor.disabled.active,
.btn-themecolor.disabled:active,
.btn-themecolor.disabled:focus {
    background: #028ee1;
}

.btn-success,
.btn-success.disabled {
  background: #27b737;
  border: 1px solid #27b737;
  color: #ffffff;
}
  
.btn-success:hover,
.btn-success.disabled:hover {
    background: #1fd628;
    border: 1px solid #1fd628;
}
	
.btn-success.active, .btn-success:active, .btn-success:focus,
.btn-success.disabled.active,
.btn-success.disabled:active,
.btn-success.disabled:focus {
    background: #1fd628;
}

.btn-info,
.btn-info.disabled {
  background: #00b9c0;
  border: 1px solid #00b9c0;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
  
.btn-info:hover,
.btn-info.disabled:hover {
    background: #0976ea;
    border: 1px solid #0976ea; 
}
	
.btn-info.active, .btn-info:active, .btn-info:focus,
.btn-info.disabled.active,
.btn-info.disabled:active,
.btn-info.disabled:focus {
    background: #0976ea;
}

.btn-warning,
.btn-warning.disabled {
  background: #feb000;
  color: #ffffff;
  border: 1px solid #feb000;
}
  
.btn-warning:hover,
.btn-warning.disabled:hover {
    background: #dcaf17;
    color: #ffffff;
    border: 1px solid #dcaf17;
}
	
.btn-warning.active, .btn-warning:active, .btn-warning:focus,
.btn-warning.disabled.active,
.btn-warning.disabled:active,
.btn-warning.disabled:focus {
    background: #dcaf17;
    color: #ffffff;
}

.btn-danger,
.btn-danger.disabled {
  background: #ff3838;
  border: 1px solid #ff3838;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
  
.btn-danger:hover,
.btn-danger.disabled:hover {
    background: #d73e6b;
    border: 1px solid #d73e6b;
}
	
.btn-danger.active, .btn-danger:active, .btn-danger:focus,
.btn-danger.disabled.active,
.btn-danger.disabled:active,
.btn-danger.disabled:focus {
    background: #d73e6b;
}

.btn-inverse,
.btn-inverse.disabled {
  background: #3e4555;
  border: 1px solid #3e4555;
  color: #ffffff;
}
  
.btn-inverse:hover,
.btn-inverse.disabled:hover {
    background: #232a37;
    color: #ffffff;
    border: 1px solid #232a37;
}

.btn-inverse.active, .btn-inverse:active, .btn-inverse:focus,
.btn-inverse.disabled.active,
.btn-inverse.disabled:active,
.btn-inverse.disabled:focus {
    background: #232a37;
    color: #ffffff;
}

.btn-red,
.btn-red.disabled {
  background: #fb3a3a;
  border: 1px solid #fb3a3a;
  color: #ffffff;
}
  
.btn-red:hover,
.btn-red.disabled:hover {
    border: 1px solid #d61f1f;
    background: #d61f1f;
}
	
.btn-red.active, .btn-red:active, .btn-red:focus,
  .btn-red.disabled.active,
  .btn-red.disabled:active,
  .btn-red.disabled:focus {
    background: #d73e6b;
}

.btn-success-gradiant {
  background: #27b737;
  background: -webkit-linear-gradient(legacy-direction(to right), #27b737 0%, #1fd628 100%);
  background: -webkit-gradient(linear, left top, right top, from(#27b737), to(#1fd628));
  background: -webkit-linear-gradient(left, #27b737 0%, #1fd628 100%);
  background: -o-linear-gradient(left, #27b737 0%, #1fd628 100%);
  background: linear-gradient(to right, #27b737 0%, #1fd628 100%);
  border: 0px; 
}
  
.btn-success-gradiant:hover {
    background: #1fd628;
    background: -webkit-linear-gradient(legacy-direction(to right), #1fd628 0%, #27b737 100%);
    background: -webkit-gradient(linear, left top, right top, from(#1fd628), to(#27b737));
    background: -webkit-linear-gradient(left, #1fd628 0%, #27b737 100%);
    background: -o-linear-gradient(left, #1fd628 0%, #27b737 100%);
    background: linear-gradient(to right, #1fd628 0%, #27b737 100%);
}
	
.btn-success-gradiant.active, .btn-success-gradiant:active, .btn-success-gradiant:focus {
    -webkit-box-shadow: 0px;
    box-shadow: 0px;
    opacity: 1;
}

.btn-danger-gradiant {
  background: #ff3838;
  background: -webkit-linear-gradient(legacy-direction(to right), #ff3838 0%, #ec2828 100%);
  background: -webkit-gradient(linear, left top, right top, from(#ff3838), to(#ec2828));
  background: -webkit-linear-gradient(left, #ff3838 0%, #ec2828 100%);
  background: -o-linear-gradient(left, #ff3838 0%, #ec2828 100%);
  background: linear-gradient(to right, #ff3838 0%, #ec2828 100%);
  border: 0px;
}
  
.btn-danger-gradiant:hover {
    background: #ec2828;
    background: -webkit-linear-gradient(legacy-direction(to right), #ec2828 0%, #ff3838 100%);
    background: -webkit-gradient(linear, left top, right top, from(#ec2828), to(#ff3838));
    background: -webkit-linear-gradient(left, #ec2828 0%, #ff3838 100%);
    background: -o-linear-gradient(left, #ec2828 0%, #ff3838 100%);
    background: linear-gradient(to right, #ec2828 0%, #ff3838 100%);
}
	
.btn-danger-gradiant.active, .btn-danger-gradiant:active, .btn-danger-gradiant:focus {
    -webkit-box-shadow: 0px;
    box-shadow: 0px;
    opacity: 1;
}

.btn-warning-gradiant {
  background: #f46624;
  background: -webkit-linear-gradient(legacy-direction(to right), #f46624 0%, #f48624 100%);
  background: -webkit-gradient(linear, left top, right top, from(#f46624), to(#f48624));
  background: -webkit-linear-gradient(left, #f46624 0%, #f48624 100%);
  background: -o-linear-gradient(left, #f46624 0%, #f48624 100%);
  background: linear-gradient(to right, #f46624 0%, #f48624 100%);
  border: 0px;
}
  
.btn-warning-gradiant:hover {
    background: #f48624;
    background: -webkit-linear-gradient(legacy-direction(to right), #f48624 0%, #f46624 100%);
    background: -webkit-gradient(linear, left top, right top, from(#f48624), to(#f46624));
    background: -webkit-linear-gradient(left, #f48624 0%, #f46624 100%);
    background: -o-linear-gradient(left, #f48624 0%, #f46624 100%);
    background: linear-gradient(to right, #f48624 0%, #f46624 100%);
}
	
  .btn-warning-gradiant.active, .btn-warning-gradiant:active, .btn-warning-gradiant:focus {
    -webkit-box-shadow: 0px;
    box-shadow: 0px;
    opacity: 1;
}
	
.btn-info-gradiant {
  background: #00b9c0;
  background: -webkit-linear-gradient(legacy-direction(to right), #00b9c0 0%, #00b9c0 100%);
  background: -webkit-gradient(linear, left top, right top, from(#00b9c0), to(#00b9c0));
  background: -webkit-linear-gradient(left, #00b9c0 0%, #00b9c0 100%);
  background: -o-linear-gradient(left, #00b9c0 0%, #00b9c0 100%);
  background: linear-gradient(to right, #00b9c0 0%, #00b9c0 100%);
  border: 0px;
  color: #ffffff;
}

.btn-info-gradiant:hover {
    background: #00b9c0;
    background: -webkit-linear-gradient(legacy-direction(to right), #00b9c0 0%, #00b9c0 100%);
    background: -webkit-gradient(linear, left top, right top, from(#00b9c0), to(#00b9c0));
    background: -webkit-linear-gradient(left, #00b9c0 0%, #00b9c0 100%);
    background: -o-linear-gradient(left, #00b9c0 0%, #00b9c0 100%);
    background: linear-gradient(to right, #00b9c0 0%, #00b9c0 100%);
}
	
.btn-info-gradiant.active, .btn-info-gradiant:active, .btn-info-gradiant:focus {
    -webkit-box-shadow: 0px;
    box-shadow: 0px;
    opacity: 1;
}

.btn-outline-secondary {
  background-color: #ffffff;
  color: #727b84;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
  
.btn-outline-secondary.active, .btn-outline-secondary:active, .btn-outline-secondary:focus {
    background: #263238;
}

.btn-outline-primary {
  color: #00b9c0;
  background-color: #ffffff;
  border-color: #00b9c0;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
  
  .btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary.focus {
    background: #00b9c0;
    color: #ffffff;
    border-color: #00b9c0; }
.btn-outline-primary.active, .btn-outline-primary:active, .btn-outline-primary:focus {
    background: #345bcb;
}

.btn-outline-success, a.btn-outline-success {
  color: #27b737;
  background-color: transparent;
  border-color: #27b737;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
  
.btn-outline-success:hover, .btn-outline-success:focus, .btn-outline-success.focus, a.btn-outline-success:hover, a.btn-outline-success:focus, a.btn-outline-success.focus {
    background: #27b737;
    border-color: #27b737;
    color: #ffffff;
}
	
.btn-outline-success.active, .btn-outline-success:active, .btn-outline-success:focus, a.btn-outline-success.active, a.btn-outline-success:active, a.btn-outline-success:focus {
    background: #1fd628;
}

.btn-outline-info {
  color: #00b9c0;
  background-color: transparent;
  border-color: #00b9c0;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
  
.btn-outline-info:hover, .btn-outline-info:focus, .btn-outline-info.focus {
    background: #00b9c0;
    border-color: #00b9c0;
    color: #ffffff;
}
	
.btn-outline-info.active, .btn-outline-info:active, .btn-outline-info:focus {
    background: #0976ea;
}

.btn-outline-warning {
  color: #feb000;
  background-color: transparent;
  border-color: #feb000;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in; 
}

.btn-outline-warning:hover, .btn-outline-warning:focus, .btn-outline-warning.focus {
    background: #feb000;
    border-color: #feb000;
    color: #ffffff;
}
	
  .btn-outline-warning.active, .btn-outline-warning:active, .btn-outline-warning:focus {
    background: #dcaf17;
}

.btn-outline-danger {
  color: #ff3838;
  background-color: transparent;
  border-color: #ff3838;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
  
  .btn-outline-danger:hover, .btn-outline-danger:focus, .btn-outline-danger.focus {
    background: #ff3838;
    border-color: #ff3838;
    color: #ffffff;
}
  .btn-outline-danger.active, .btn-outline-danger:active, .btn-outline-danger:focus {
    background: #d73e6b; }

.btn-outline-red {
  color: #fb3a3a;
  background-color: transparent;
  border-color: #fb3a3a; }
  
  .btn-outline-red:hover, .btn-outline-red:focus, .btn-outline-red.focus {
    background: #fb3a3a;
    border-color: #fb3a3a;
    color: #ffffff;
}
	
  .btn-outline-red.active, .btn-outline-red:active, .btn-outline-red:focus {
    background: #d73e6b;
}

.btn-outline-inverse {
  color: #3e4555;
  background-color: transparent;
  border-color: #3e4555;
}

.btn-outline-inverse:hover, .btn-outline-inverse:focus, .btn-outline-inverse.focus {
    background: #3e4555;
    border-color: #3e4555;
    color: #ffffff;
}

.btn-outline-light:hover {
  color: #263238 !important;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary.focus:active,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary.focus,
.btn-primary:focus {
  background-color: #345bcb;
  border: 1px solid #345bcb;
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success.focus:active,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .dropdown-toggle.btn-success.focus,
.open > .dropdown-toggle.btn-success:focus,
.open > .dropdown-toggle.btn-success:hover,
.btn-success.focus,
.btn-success:focus {
  background-color: #1fd628;
  border: 1px solid #1fd628;
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info.focus:active,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .dropdown-toggle.btn-info.focus,
.open > .dropdown-toggle.btn-info:focus,
.open > .dropdown-toggle.btn-info:hover,
.btn-info.focus,
.btn-info:focus {
  background-color: #0976ea;
  border: 1px solid #0976ea;
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning.focus:active,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open > .dropdown-toggle.btn-warning.focus,
.open > .dropdown-toggle.btn-warning:focus,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning.focus,
.btn-warning:focus {
  background-color: #dcaf17;
  border: 1px solid #dcaf17; 
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger.focus:active,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open > .dropdown-toggle.btn-danger.focus,
.open > .dropdown-toggle.btn-danger:focus,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger.focus,
.btn-danger:focus {
  background-color: #d73e6b;
  border: 1px solid #d73e6b;
}

.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.focus,
.btn-inverse:active,
.btn-inverse:focus,
.btn-inverse:hover,
.open > .dropdown-toggle.btn-inverse {
  background-color: #232a37;
  border: 1px solid #232a37;
}

.btn-red:hover,
.btn-red:focus,
.btn-red:active,
.btn-red.active,
.btn-red.focus,
.btn-red:active,
.btn-red:focus,
.btn-red:hover,
.open > .dropdown-toggle.btn-red {
  background-color: #d61f1f;
  border: 1px solid #d61f1f;
  color: #ffffff;
}

.btn span.btn-devider {
  display: inline-block;
  padding-left: 10px;
}

/*-------- Global Settings: Ground List----------*/
.ground-list{
    -ms-touch-action: auto;
    touch-action: auto;
    overflow: hidden!important;
    -ms-overflow-style: none;
}
.ground {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}
.ground-single-list{
	-webkit-box-align: center;
    align-items: center;
}
.ground-single-list{
	padding:16px 10px;
	border-bottom: 1px solid #eaeff5;
}
.ground-avatar {
    position: relative;
    display: inline-block;
    width:40px;
    height:40px;
    line-height:40px;
    text-align: center;
    border-radius: 100%;
    background-color: #f5f6f7;
	text-transform: uppercase;
    color:#677897;  
}
.ground>* {
    margin: 0 6px;
}
.ground-content>* {
    margin-bottom: 0;
}
.ground-content{
    -ms-flex: 1;
    flex: 1;
}
.ground-single-list a{
position:relative;
}
.todo.todo-default {
    padding:0px 12px;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    display: -ms-flexbox;
    align-items: flex-start;
    width: 100%;
}
.todo-browser img {
    max-width: 32px;
    float: left;
    margin-right: 15px;
}
.todo-default .ct-title {
    flex: 1 1 0%;
    -webkit-box-flex: 1;
}
.btn-circle-40 {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #677897;
    border: 1px solid #eaeff5;
    background-color: #ffffff;
    display: inline-block;
    border-radius: 50%;
}
a.msg-btn {
    width: 40px;
    height: 40px;
    text-align: center;
    display: inline-block;
    line-height: 40px;
    border: 1px solid #d1d7e2;
    border-radius: 50%;
    color: #7d8a94;
}
.profile-status {
    border: 2px solid #ffffff;
    border-radius: 50%;
    display: inline-block;
    height: 10px;
    left: 30px;
    position: absolute;
    top: 1px;
    width: 10px;
}
.bg-online {
    background: #68c70b !important;
}
.bg-offline {
    background: #e02b0d !important;
}
.bg-working {
    background: #f39c12 !important;
}
.bg-busy {
    background: #2196f3 !important;
}

/*----------- GLobal Settings: Pagination ------------------*/
.pagination {
    display: table;
    padding-left: 0;
    border-radius: 4px;
    margin: 20px auto
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 0;
    margin: 5px;
    color: #5a6f7c;
    text-decoration: none;
    background-color: #fff;
    border-radius:2px;
    width: 37px;
    height: 37px;
    text-align: center;
    line-height: 37px;
    border: 1px solid #eaeff5;
    -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
    box-shadow: 0 2px 10px 0 #d8dde6
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover,
.pagination>li>a:focus,
.pagination>li>a:hover {
    z-index: 2;
    color:#ffffff;
    cursor: pointer;
    background-color:#00b9c0;
    border-color:#00b9c0;
}
.page-item.active .page-link {
    z-index: 2;
    color: #fff;
    background-color: #00b9c0;
    border-color: #00b9c0;
}
.pagination li:first-child a {
    background:#00b9c0;
    border: 1px solid #00b9c0;
    border-radius:2px;
    color: #fff
}

.pagination li:last-child a {
    background: #35434e;
    border: 1px solid #35434e;
    border-radius:2px;
    color: #fff
}
.pagination>li {
    display: inline;
}

/*----------- Global Settings: Custom Checkbox & Radio Button ----------------*/
.checkbox-custom, .radio-custom {
opacity: 0;
position: absolute;   
}

.checkbox-custom, .checkbox-custom-label, .radio-custom, .radio-custom-label {
display: inline-block;
vertical-align: middle;
margin: 5px;
cursor: pointerer;
}
.checkbox-custom-label, .radio-custom-label {
position: relative;
}
.checkbox-custom + .checkbox-custom-label:before{
content: '';
background: #fff;
border: 2px solid #dae3ec;
display: inline-block;
vertical-align: middle;
width: 20px;
height: 20px;
border-radius:2px;
padding: 2px;
margin-right: 10px;
text-align: center;
}

.radio-custom + .radio-custom-label:before {
content: '';
background: #fff;
border: 2px solid #dae3ec;
display: inline-block;
vertical-align: middle;
width: 20px;
height: 20px;
border-radius: 50%;
padding: 2px;
margin-right: 10px;
text-align: center;
}

.checkbox-custom:checked + .checkbox-custom-label:before {
background: #00b9c0;
border-radius:2px;
box-shadow: inset 0px 0px 0px 4px #fff;
}

.radio-custom + .radio-custom-label:before {
border-radius: 50%;
}

.radio-custom:checked + .radio-custom-label:before {
background:#00b9c0;
box-shadow: inset 0px 0px 0px 4px #fff;
}
.company-brands label{
font-weight:normal;
color:#828f99;
font-size:15px;
}

.checkbox-custom:focus + .checkbox-custom-label, .radio-custom:focus + .radio-custom-label {
  outline:none /* focus style */
}
.company-brands input[type='checkbox']:focus{
outline:none;
}
.company-brands label:focus{
outline:none;
}

/*--------------- GLobal Settings: On off switch ---------------*/
.onoffswitch {
  position: relative;
  width: 70px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  margin: 0 auto;
}

.onoffswitch-checkbox {
  display: none;
}

.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 20px;
}

.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  -webkit-transition: margin 0.3s ease-in 0s;
  -o-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 30px;
    padding: 0;
    line-height: 30px;
    font-size: 14px;
    color: white;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "";
    padding-right: 27px;
    background-color: #27b737;
    color: #FFFFFF;
}
  .onoffswitch-inner:after {
    content: "";
    padding-right: 24px;
    background-color: #3e4555;
    color: #999999;
    text-align: right;
}

.onoffswitch-switch {
  display: block;
  width: 23px;
  margin: 6px;
  background: #FFFFFF;
  height: 23px;
  position: absolute;
  top: -1px;
  bottom: 0;
  right: 35px;
  border-radius: 20px;
  -webkit-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
}
/*----------- GLobal Settings: Custom Radio Button ------------*/
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #00b9c0;
    position: absolute;
    top:3px;
    left:3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
/*------------- GLobal Settings: Bootstrap 4 hack --------------*/
.card-columns {
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

.card-columns .card {
    margin-bottom: 30px;
}

.invisible {
  visibility: hidden !important;
}

.hidden-xs-up {
  display: none !important;
}

@media (max-width: 575px) {
	.hidden-xs-down {
		display: none !important;
	}
}

@media (min-width: 576px) {
	.hidden-sm-up {
		display: none !important;
	}
}

@media (max-width: 767px) {
	.hidden-sm-down {
		display: none !important;
	} 
}

@media (min-width: 768px) {
	.hidden-md-up {
		display: none !important; 
	} 
}

@media (max-width: 991px) {
	.hidden-md-down {
		display: none !important; 
	} 
}

@media (min-width: 992px) {
	.hidden-lg-up {
		display: none !important;
	}
}

@media (max-width: 1199px) {
	.hidden-lg-down {
		display: none !important;
	}
}

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
	}
}

.hidden-xl-down {
  display: none !important;
}

/*---------- GLobal Settings: Section Heading Style ---------*/
.sec-heading {
    max-width: 780px;
	margin-bottom:50px;
}
.sec-heading.light h2, .sec-heading.light p{
	color:#ffffff;
}

/*------------ GLobal Settings: All Forms Style ---------------*/
.form-control {
    height:50px;
    border-radius: 0;
    font-size: 15px;
    box-shadow: none;
    border:1px solid #e0ecf5;
}
select.form-control:not([size]):not([multiple]) {
    height: 56px;
}
select.form-control.fc-lg:not([size]):not([multiple]) {
    height:62px;
}
.form-control.fc-lg {
    height:62px;
}
textarea.form-control{
	height:100px;
}
.simple-form .form-control, .modal .form-control {
    border: 1px solid #ebeef3;
    background: #f4f5f7;
}
/**************************************
Header Navigation Styles
***************************************/
.nav-brand, .nav-brand:focus, .nav-brand:hover, .nav-menu>li>a {
    color: #335275;
    font-weight: 500;
}

.menu__list,
.nav-dropdown,
.nav-menu,
ul {
    list-style: none
}

.menu__link,
.navigation,
.navigation * {
    -webkit-tap-highlight-color: transparent
}

.navigation,
.navigation * {
    box-sizing: border-box
}

.navigation {
    width: 100%;
    height: 80px;
    display: table;
    position: relative;
    font-family: inherit;
}

.nav-toggle,
.navigation-hidden .nav-header {
    display: none
}

.navigation-portrait {
    height: 48px
}

.navigation-fixed {
    position: fixed;
    top: 0;
    left: 0
}

.navigation-hidden {
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important
}

.align-to-right {
    float: right
}

.nav-header {
    float: left
}

.nav-brand {
    padding:10px 15px;
    font-size: 24px;
	margin-right: 1rem;
    text-decoration: none !important
}

.deatils ul li a,
.indicate a,
.logo h1 a,
.nav-button,
.nav-dropdown>li>a,
.nav-menu>li>a,
nav a {
    text-decoration: none
}

.navigation-portrait .nav-brand {
    font-size: 18px;
    line-height: 48px
}

.nav-logo>img {
    height: 48px;
    margin: 11px auto;
    padding: 0 15px;
    float: left
}

.nav-logo:focus>img {
    outline: initial
}

.deatils ul li a,
.indicate a,
.menu__link:focus,
.menu__link:hover,
nav a,
nav a:focus,
nav a:hover {
    outline: 0
}

.navigation-portrait .nav-logo>img {
    height: 36px;
    margin: 6px auto 6px 15px;
    padding: 0
}

.nav-toggle {
    width: 30px;
    height: 30px;
    padding: 6px 2px 0;
    position: absolute;
    top: 50%;
    margin-top: -14px;
    right: 15px;
    cursor: pointer
}

.nav-toggle:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 2px;
    background-color: #70798b;
    border-radius: 10px;
    box-shadow: 0 .5em 0 0 #70798b, 0 1em 0 0 #70798b
}

.navigation-portrait .nav-toggle {
    display: block
}

.navigation-portrait .nav-menus-wrapper {
    width: 320px;
    height: 100%;
    top: 0;
    left: -400px;
    position: fixed;
    background-color: #fff;
    z-index: 20000;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition-duration: .8s;
    transition-timing-function: ease
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
    left: auto;
    right: -400px
}

.nav-menus-wrapper.nav-menus-wrapper-open {
    left: 0
}

.nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
    right: 0
}

.nav-menus-wrapper-close-button {
    width: 30px;
    height: 40px;
    margin: 10px 7px;
    display: none;
    float: right;
    color: #70798b;
    font-size: 26px;
    cursor: pointer
}

.navigation-portrait .nav-menus-wrapper-close-button {
    display: block
}

.nav-menu {
    margin: 0;
    padding: 0;
    line-height: normal;
    height: 80px;
}

.navigation-portrait .nav-menu {
    width: 100%
}

.navigation-landscape .nav-menu.nav-menu-centered {
    float: none;
    text-align: center
}

.nav-menu>li {
    display: inline-block;
    float: left;
    text-align: left
}

.navigation-portrait .nav-menu>li {
    width: 100%;
    position: relative;
    border-top: solid 1px #f0f0f0
}

.navigation-portrait .nav-menu>li:last-child {
    border-bottom: solid 1px #f0f0f0
}

.nav-menu+.nav-menu>li:first-child {
    border-top: none
}

.navigation-landscape .nav-menu.nav-menu-centered>li {
    float: none
}

.nav-menu>li{
	min-height: 100%;display:flex;align-items:center;
}

.nav-menu>li>a {
    padding:0;
    display: inline-block;
    transition: color .3s, background .3s;
	margin-right: 20px;
}
.nav-menu>li:last-child >a{
	padding: 0 0;
	margin: 0;
}
.nav-menu>li:last-child{
	
	
}
.navigation-portrait .nav-menu>li>a {
    height: auto;
    width: 100%;
    padding: 12px 15px 12px 26px
}

.nav-menu>.active>a,
.nav-menu>.focus>a,
.nav-menu>li:hover>a {
    color: #db143c !important;
}

.nav-menu>li>a>[class*=ion-],
.nav-menu>li>a>i {
    width: 18px;
    height: 16px;
    line-height: 16px;
    -ms-transform: scale(1.4);
    transform: scale(1.4)
}

.nav-menu>li>a>[class*=ion-] {
    width: 16px;
    display: inline-block;
    transform: scale(1.8)
}

.navigation-portrait .nav-menu.nav-menu-social {
    width: 100%;
    text-align: center
}

.nav-menu.nav-menu-social>li {
    text-align: center;
    float: left;
    border: none !important
}

.navigation-portrait .nav-menu.nav-menu-social>li {
    width: auto
}

.nav-menu.nav-menu-social>li>a>[class*=ion-] {
    font-size: 12px
}

.nav-menu.nav-menu-social>li>a>.fa {
    font-size: 14px
}

.navigation-portrait .nav-menu.nav-menu-social>li>a {
    padding: 15px
}

.submenu-indicator {
    margin-left: 6px;
    margin-top: 6px;
    float: right;
    transition: all .3s
}

.navigation-portrait .submenu-indicator {
    width: 54px;
    height: 44px;
    margin-top: 0;
    position: absolute;
    text-align: center;
    z-index: 20000
}

.submenu-indicator-chevron {
    height: 6px;
    width: 6px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent #70798b #70798b transparent;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: border .3s
}

.navigation-portrait .submenu-indicator-chevron {
    position: absolute;
    top: 18px;
    left: 24px
}

.nav-menu>.active>a .submenu-indicator-chevron,
.nav-menu>.focus>a .submenu-indicator-chevron,
.nav-menu>li:hover>a .submenu-indicator-chevron {
    border-color: transparent #db143c #db143c transparent
}

.navigation-portrait .submenu-indicator.submenu-indicator-up {
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.nav-overlay-panel {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: none;
    z-index: 19999
}

.no-scroll {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.nav-search {
    height: 70px;
    float: right;
    z-index: 19998
}

.navigation-portrait .nav-search {
    height: 48px;
    padding: 0 10px;
    margin-right: 52px
}

.navigation-hidden .nav-search {
    display: none
}

.nav-search-button {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    cursor: pointer;
    background-color: #fbfcfd
}

.nav-search-icon {
    width: 14px;
    height: 14px;
    margin: 2px 8px 8px 4px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    color: #70798b;
    text-align: left;
    text-indent: -9999px;
    border: 2px solid;
    border-radius: 50%;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: color .3s
}

.nav-search-icon:after,
.nav-search-icon:before {
    content: '';
    pointer-events: none
}

.nav-search-icon:before {
    width: 2px;
    height: 11px;
    top: 11px;
    position: absolute;
    left: 50%;
    border-radius: 0 0 1px 1px;
    box-shadow: inset 0 0 0 32px;
    transform: translateX(-50%)
}

.nav-search-button:hover .nav-search-icon {
    color: #db143c
}

.navigation-portrait .nav-search-button {
    width: 50px;
    height: 48px;
    line-height: 46px;
    font-size: 22px
}

.nav-search>form {
    width: 100%;
    height: 100%;
    padding: 0 auto;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: 99
}

.nav-search-inner {
    width: 70%;
    height: 70px;
    margin: auto;
    display: table
}

.navigation-portrait .nav-search-inner {
    height: 48px
}

.nav-search-inner input[type=search],
.nav-search-inner input[type=text] {
    height: 70px;
    width: 100%;
    margin: 0;
    padding: 0 12px;
    font-size: 26px;
    text-align: center;
    color: #70798b;
    outline: 0;
    line-height: 70px;
    border: none;
    background-color: transparent;
    transition: all .3s
}

.navigation-portrait .nav-search-inner input[type=search],
.navigation-portrait .nav-search-inner input[type=text] {
    height: 48px;
    font-size: 18px;
    line-height: 48px
}

.nav-search-close-button {
    width: 28px;
    height: 28px;
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    line-height: normal;
    color: #70798b;
    font-size: 20px;
    cursor: pointer;
    text-align: center
}

.nav-button,
.nav-text {
    display: inline-block;
    font-size: 14px
}

.navigation-portrait .nav-search-close-button {
    top: 10px;
    right: 14px
}

.nav-button {
    margin: 18px 15px 0;
    padding: 8px 14px;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    background-color: #db143c;
    transition: opacity .3s
}

.nav-button:focus,
.nav-button:hover {
    color: #fff;
    text-decoration: none;
    opacity: .85
}

.navigation-portrait .nav-button {
    width: calc(100% - 52px);
    margin: 17px 26px
}

.nav-text {
    margin: 25px 15px;
    color: #70798b
}

.navigation-portrait .nav-text {
    width: calc(100% - 52px);
    margin: 12px 26px 0
}

.navigation-portrait .nav-text+ul {
    margin-top: 15px
}

.nav-dropdown {
    min-width:250px;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    z-index: 98;
    white-space: nowrap
}

.navigation-portrait .nav-dropdown {
    width: 100%;
    position: static;
    left: 0
}

.nav-dropdown .nav-dropdown {
    left: 100%
}

.nav-menu>li .nav-dropdown {
    border: none;
	padding:15px;
	background:#ffffff;
    box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
	-webkit-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
    border-radius: 0.4rem;
}
.nav-menu>li>.nav-dropdown:before {
  background-color: #ffffff;
  content: "";
  height: 20px;
  left: 25px;
  position: absolute;
  top: -10px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 20px;
  -webkit-transition: all 0.1s ease 0s;
  -moz-transition: all 0.1s ease 0s;
  -o-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
}
.nav-dropdown>li {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
    text-align: left
}

.nav-dropdown>li>a {
    width: 100%;
    padding:14px 20px 14px 10px;
	border-bottom: 1px solid #e4e8ec;
    display: inline-block;
    float: left;
    color: #70798b;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.nav-dropdown>li:last-child>a{
	border-bottom:none;
}
.nav-dropdown>li>a:hover, .nav-dropdown>li>a:focus {
    padding-left: 20px;
	color: #db143c;
}
.social-icon a i,
.social-icons a i {
    width: 32px;
    height: 32px;
    display: inline-block;
    border-radius: 16px
}

.nav-dropdown>.focus>a,
.nav-dropdown>li:hover>a {
    color: #db143c
}

.nav-dropdown.nav-dropdown-left {
    right: 0
}

.nav-dropdown>li>.nav-dropdown-left {
    left: auto;
    right: 100%
}

.navigation-landscape .nav-dropdown-left>li>a {
    text-align: right
}

.navigation-portrait .nav-dropdown>li>a {
    padding: 12px 20px 12px 30px
}

.navigation-portrait .nav-dropdown>li>ul>li>a {
    padding-left: 50px
}

.navigation-portrait .nav-dropdown>li>ul>li>ul>li>a {
    padding-left: 70px
}

.navigation-portrait .nav-dropdown>li>ul>li>ul>li>ul>li>a {
    padding-left: 90px
}

.navigation-portrait .nav-dropdown>li>ul>li>ul>li>ul>li>ul>li>a {
    padding-left: 110px
}

.nav-dropdown .submenu-indicator {
    right: 15px;
    top: 16px;
    position: absolute
}

.menu__list,
.navbar,
nav a {
    position: relative
}

.navigation-portrait .submenu-indicator {
    right: 0;
    top: 0
}

.nav-dropdown .submenu-indicator .submenu-indicator-chevron {
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.nav-dropdown>.focus>a .submenu-indicator-chevron,
.nav-dropdown>li:hover>a .submenu-indicator-chevron {
    border-color: transparent #db143c #db143c transparent
}

.navigation-landscape .nav-dropdown-left .submenu-indicator {
    left: 10px
}

.navigation-landscape .nav-dropdown-left .submenu-indicator .submenu-indicator-chevron {
    -ms-transform: rotate(135deg);
    transform: rotate(135deg)
}

nav a {
    display: inline-block
}

.header {
    background: #fff
}

.header-top {
    padding: 1em 0;
    background: #05222A
}

.indicate {
    float: left
}

.deatils {
    float: right
}

.indicate a {
    font-size: 1.1em;
    color: #C6C7C7;
    vertical-align: middle
}

.deatils ul li i,
.indicate i {
    font-size: 1.2em;
    color: #888f90;
    vertical-align: middle
}

.indicate i {
    margin-right: .5em
}

.deatils ul li {
    display: inline-block;
    margin: 0 5px
}

.deatils ul li i {
    margin-right: .5em
}

.deatils ul li a {
    font-size: 1.1em;
    color: #C6C7C7;
    vertical-align: middle
}

.social-icons {
    float: right;
    margin-top: .7em
}


.logo h1 a {
    color: #fff;
    font-size: 1.3em
}

.logo span {
    display: block;
    font-size: .32em;
    letter-spacing: 4px
}

.header-bottom {
    padding: 1em 0
}

.navbar-nav {
    float: left;
    margin: 0
}

.navbar-default {
    background: #fff;
    border: none !important
}

.navbar-default .navbar-nav>li>a {
    color: #05222A;
    font-size: 1.3em;
    font-weight: 900
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #02B875;
    background-color: #fff
}

.navbar {
    min-height: 50px;
    margin-bottom: 0;
    border: 1px solid transparent
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #05222A;
    background-color: #fff
}

.menu__list {
    -webkit-flex-wrap: inherit;
    flex-wrap: inherit
}

.menu__item {
    display: block;
    margin: 1em 0
}

.menu__link {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none
}

.menu--francisco .menu__item {
    margin: 0 1.5em
}

.menu--francisco .menu__link {
    position: relative;
    overflow: hidden;
    height: 3em;
    padding: 1em 0;
    text-align: center;
    color: #b5b5b5;
    -webkit-transition: color .3s;
    transition: color .3s
}

.menu--francisco .menu__link:focus,
.menu--francisco .menu__link:hover {
    color: #929292
}

.menu--francisco .menu__item--current .menu__link {
    color: #02B875
}

.menu--francisco .menu__link::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    opacity: 0;
    background: #02B875;
    -webkit-transform: translate3d(0, -3em, 0);
    transform: translate3d(0, -3em, 0);
    -webkit-transition: -webkit-transform 0s .3s, opacity .2s;
    transition: transform 0s .3s, opacity .2s
}

.menu--francisco .menu__item--current .menu__link::before,
.menu--francisco .menu__link:hover::before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform .5s, opacity .1s;
    transition: transform .5s, opacity .1s;
    -webkit-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.menu--francisco .menu__helper {
    display: block;
    pointer-events: none
}

.menu--francisco .menu__item--current .menu__helper,
.menu__link:hover .menu__helper {
    -webkit-animation: anim-francisco .3s forwards;
    animation: anim-francisco .3s forwards
}

@-webkit-keyframes anim-francisco {
    50% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    51% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes anim-francisco {
    50% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    51% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
.nav-menu.nav-menu-social>li.add-listing {
    border-radius: 0px;
    min-width: 150px;
    position: relative;
    height: 71px;
}
.nav-menu.nav-menu-social>li.add-listing a {
    top:0px;
	padding: 26px 20px;
    color:#ffffff !important;
}
.nav-menu.nav-menu-social>li.add-listing.dark-bg {
    background: #2e3654;
}

.nav-menu.nav-menu-social>li.add-listing.bg-whit{
    background:#ffffff !important;
}

.nav-menu.nav-menu-social>li.add-listing.bg-whit a{
    color:#333333 !important;
}
.nav-brand img {
	position: relative;
	top: 2px;
	max-height: 60px;
}

/*--------- Dashboard Dropdown ----------*/
.btn-group.account-drop {
    position: relative;
    padding: 19px 15px;
}
.account-drop .dropdown-menu a {
    padding: 0.6rem 0;
    font-size: 14px;
}
.account-drop .dropdown-menu {
    top: 60px !important;
    right: 0 !important;
    background: #fff;
    box-shadow: none;
    border: solid 1px #ebedf3;
    min-width: 200px;
    left: initial !important;
    padding: 0.4rem 1rem;
}
.header.header-fixed{
    box-shadow: 0 5px 30px rgba(0, 22, 84, 0.1);
    -webkit-box-shadow: 0 5px 30px rgba(0, 22, 84, 0.1);
    background: #ffffff;
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0;
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}
/*----------Dark Menu --------*/
@media (min-width: 992px) {
.nav-menu.nav-menu-social>li.add-listing.bg-white{
    background:#ffffff !important;
}
.nav-menu.nav-menu-social>li.add-listing.bg-white a{
    color:#333333 !important;
}


.nav-menu.nav-menu-social>li.add-listing a {
    top: 0px;
}
.header.header-dark {
    background-color: #1f263e;
}
.header.header-dark .nav-brand, .header.header-dark .nav-brand:focus, .header.header-dark .nav-brand:hover, .header.header-dark .nav-menu>li>a {
    color: #ffffff;
}

.header.header-dark .nav-menu>li .nav-dropdown {
    background:#232b46;
}
.header.header-dark .nav-dropdown>li>a {
    border-bottom: 1px solid #2e3654;
}
.header.header-dark .nav-menu>li>.nav-dropdown:before {
  background-color:#232b46;
}

/*------ transparent --------*/
.header.header-transparent {
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: inline-block;
    width: 100%;
    z-index:4;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.header.header-transparent.header-fixed{
    box-shadow: 0 5px 30px rgba(0, 22, 84, 0.1);
    -webkit-box-shadow: 0 5px 30px rgba(0, 22, 84, 0.1);
    background:#ffffff;
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0;
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}
.header.header-transparent .nav-brand, .header.header-transparent .nav-brand:focus, .header.header-transparent .nav-brand:hover, .header.header-transparent .nav-menu>li>a {
    color: #ffffff;
}
.header.header-transparent.header-fixed .nav-brand, .header.header-transparent.header-fixed .nav-brand:focus, .header.header-transparent.header-fixed .nav-brand:hover, .header.header-transparent.header-fixed .nav-menu>li>a {
    color:#404656;
}
.change-logo .nav-brand.fixed-logo {
    display: none;
}
.change-logo.header-fixed .nav-brand.fixed-logo {
    display: block;
}
.change-logo.header-fixed .nav-brand.static-logo {
    display: none;
}

.dark-text .nav-brand, .header-transparent.dark-text .nav-brand:focus, .header-transparent.dark-text .nav-brand:hover, .header-transparent.dark-text .nav-menu>li>a {
    color: #404656;
}
.header-transparent.dark-text .nav-menu>li>a:hover, .header-transparent.dark-text .nav-menu>li>a:focus {
    color:#db143c;
}
.change-logo .nav-brand.fixed-logo {
		display: none;
}
	.change-logo.header-fixed .nav-brand.fixed-logo {
	display: block;
}
.change-logo.header-fixed .nav-brand.static-logo {
	display: none;
}
}




/*
DROPDOWN STYLE
=========================== */
nav .menu > li.dropdown > a:before, nav .menu > li.megamenu > a:before{
    margin-left: 10px;
    content:"\e61a";
	font-family:'themify';
    float: right;
    position: relative;
	font-size:12px;
    top:2px;
}
nav .menu > li.dropdown  li.dropdown > a:before{
    margin-left: 10px;
    content:"\e649";
	font-family:'themify';
    float: right;
    position: relative;
	font-size:14px;
    top:1px;
}

nav .menu li.dropdown.open > a{
    color: #e74c3c;
	
}
.top-header {
    background: #333c56;
    padding:12px 0;
    color: #ffffff;
}
.cn-info ul {
    padding: 0;
    margin: 0;
}
.cn-info ul li {
    list-style:none;
	display:inline-block;
	margin-right:15px;
}
.cn-info ul li i{
	margin-right:5px;
}
.cn-info ul li:last-child{
	margin-right:0;
}
.top-social{
	padding: 0;
    margin: 0;
	float:right;
}
.top-social li{
	list-style:none;
	display:inline-block;
	margin-right:15px;	
}
.top-social li:last-child{
	margin-right:0;
}
.top-social li a{
	color:#ffffff;
}
.mg-menu-items{
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding:0;
}
.mg-menu-items i{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
}
.mg-menu-items h5{
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-left: 16px;
	font-size: 15px;
	color:#031b4e;
	margin-bottom:0;
}
.mg-menu-items h5>span {
    color:#72809D;
    display: block;
    font-weight: 500;
    font-family: 'Muli', sans-serif;
}

.account-drop .btn.btn-order-by-filt {
    padding: 0;
    box-shadow: none;
	margin-top: 5px;
	font-weight: 600;
}
.account-drop .btn.btn-order-by-filt img.avater-img {
    width: 35px;
    border-radius: 50%;
    margin-right: 7px;
}
li.login-attri .account-drop a {
    height: auto;
    line-height: 1.5;
    padding:10px 10px !important;
    box-shadow: none;
    color: #606c8e !important;
    font-size: 15px;
}
/*---------- Top Bar -------------*/
.header-topbar{
    padding: 12px;
    background:#086cf5;
	font-size: 14px;
    box-shadow: none;
    color: #ffffff;
}
.header-topbar.bl-dark{
	background:#212f42;
}
.header-topbar span{
	margin-right:20px;
}
.header-topbar span>i{
	margin-right:7px;
}
.top-social-ac ul{
	margin:0;
	padding:0;
}
.top-social-ac ul li{
	display:inline-block;
	margin-right:12px;
	list-style:none;
}
.top-social-ac ul li:last-child{
	margin-right:0;
}
.top-social-ac ul li a{
	color:#ffffff;
	opacity:0.9;
	transition:all 0.4s;
}
.top-social-ac ul li a:hover, .top-social-ac ul li a:focus{
	color:#ffffff;
	opacity:1;
}
.theme-bg, .theme-bg:hover, .theme-bg:focus,.header.header-fixed .theme-bg,.header.header-light .theme-bg,.header.header-fixed .theme-bg:hover,.header.header-fixed .theme-bg:focus {
    background:#00bcc3 !important;
    border-color:#00bcc3 !important;
}
.header .theme-bg,.header .theme-bg:hover,.header .theme-bg:focus {
    background:transparent !important;
    border-color:transparent !important;
}
.header.header-light .theme-bg{
    background:#00bcc3 !important;
    border-color:#00bcc3 !important;
}
.nav-menu-social .bbl{
    color: #002147;
    font-weight: 500;
}
/*------------ Header Navigation Styles: Header Search Box--------------*/
.search-box {
    padding: 0 15px;
}
.search-box .app-search input {
    width: 100%;
    padding: 25px 40px 25px 20px;
    border-radius: 0px;
    font-size: 17px;
    -webkit-transition: 0.5s ease-in;
    -o-transition: 0.5s ease-in;
    transition: 0.5s ease-in;
    border: none;
    height:92px;
    color:#4d5968;
}
.search-box .app-search .srh-btn {
    position:absolute;
    top:40px;
    cursor: pointer;
    background: #ffffff;
    width: 15px;
    height: 15px;
    right: 20px;
    font-size: 14px;
}
.search-box a{
color: #546e7a;
}
.search-box .form-control::-moz-placeholder{color:#4d5968;}
.search-box .form-control:-ms-input-placeholder{color:#4d5968}
.search-box .form-control::-webkit-input-placeholder{color:#4d5968}
.search-box .app-search {
    position:fixed;
    margin: 0px;
    display: block;
    z-index: 110;
    width: 100%;
    top: -1px;
    -webkit-box-shadow:0 0 20px 0 rgba(62,28,131,0.1);
    box-shadow:0 0 20px 0 rgba(62,28,131,0.1);
    display: none;
    left: 0px;
}
.form-control::-moz-placeholder{color:#9dabb7;}
.form-control:-ms-input-placeholder{color:#9dabb7}
.form-control::-webkit-input-placeholder{color:#9dabb7}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #626a70;
    line-height: 58px;
    text-align: left;
    padding: 0 15px;
}
.select-two-model .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 48px;
    font-size: 15px
}
.home-form-1 .select2-container--default .select2-selection--single {
    border: none;
}
.select2-container--default .select2-selection--single {
    background-color:#fff;
    border-radius: 0;
    height:60px;
}
.select-two-model .select2-container--default .select2-selection--single{
    height: 50px
}
.select-two-model .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height:60px;
    position: absolute;
    top: 1px;
    right: 10px;
    width: 20px;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #e0ecf5;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color:#9dabb7 transparent transparent transparent;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    line-height: 48px;
    padding-left: 0;
    color: #626a70;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #d7dfe6;
}
.select2-dropdown {
    border: 1px solid #d7dfe6;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
    right: 14px;
	top: 3px;
}
.select-two-model .select2-container--default .select2-selection--single .select2-selection__clear {
	top: 1px;
}
.select2-container {
    width: 100% !important;
}
/*----------------- Login Header ------------------*/
.header .profile-btn {
    width: 38px;
    height: 38px;
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
	margin: 20px 0;
	-webkit-box-shadow:0px 0px 0px 4px rgba(255, 255, 255, 0.1);
    box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.1);
}
.header.light .profile-btn {
    width: 38px;
    height: 38px;
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 0px 4px rgba(151, 161, 179, 0.2);
    box-shadow: 0px 0px 0px 4px rgba(151, 161, 179, 0.2);
    margin: 20px 0;
}
.dropdown-menu{
    border: none;
    box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
    right: -5% !important;
    left: auto;
	transform: translate(0,0px) scale(.3);
	transform-origin: calc(100% - 8px) 0;
    will-change: transform,opaticy;
    transition: ease all 4s;
	padding: 0;
}
.dropdown-menu.show {
    right: -5% !important;
    left: auto;
	transform: translate(0,0px) scale(1);
	padding: 0;
}
.dropdown-menu.show a {
    padding: 12px 15px;
    font-size: 15px;
}
.dropdown-menu.show a i {
    margin-right:7px;
}
.dropdown-menu.show a:hover, .dropdown-menu.show a:focus{
	color:#00b9c0;
	background:transparent;
}
.header .dropdown-menu.show {
    min-width: 220px;
}
/*===================================================
 Homes Banner
==================================================*/
.single-banner{
	padding:0;
	width: 100%;
    position: relative;
    text-align: center;
    margin: 0;
    color: #fff;
	background-size:cover !Important;
	background-position:center !Important;
}
.main-banner{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
	min-height:620px;

}
.finding-overlay{
	content:"";
	display:block;
	top:0;
	bottom:0;
	left:0;
	right:0;
	position:absolute;
	background-color: #0a1848;
}
.finding-overlay.op-10{
	opacity:0.1;
}
.finding-overlay.op-20{
	opacity:0.2;
}
.finding-overlay.op-30{
	opacity:0.3;
}
.finding-overlay.op-40{
	opacity:0.4;
}
.finding-overlay.op-50{
	opacity:0.5;
}
.finding-overlay.op-60{
	opacity:0.6;
}
.finding-overlay.op-70{
	opacity:0.7;
}
.finding-overlay.op-80{
	opacity:0.8;
}
.main-banner{
	position:relative;
	margin:0;
	overflow:hidden;
}
.main-banner .caption{
	position:relative;
}
.main-banner h2{
	color:#ffffff;
	font-weight:400;
	display: block;
	margin-bottom:12px;
}
fieldset {
    border-radius: 2px;
    overflow: hidden;
}
.main-banner .single-field, .single-field {
    height: 100%;
    display: block;
    position: relative;
}
.main-banner fieldset select.selectpicker, .main-banner fieldset .form-control, .main-banner fieldset .seub-btn {
    width: 100%;
    padding: 10px 15px;
    border: none;
    border-radius: 0;
    line-height: 1.5;
    font-size: 15px;
    height: 60px;
    display: flex;
    align-items: center;
	background-clip: initial;
}
.main-banner fieldset .seub-btn{
    font-weight: 500;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span{
    color:#00b9c0;
}
.main-banner .btn.theme-btn.seub-btn{
    justify-content: center;
}
.main-banner fieldset select.selectpicker:focus, .main-banner fieldset .form-control:focus, .main-banner fieldset .seub-btn:focus{
	outline:none;
}
.main-banner .select2-container {
    height: 60px;
    border-left: 1px solid #e6e6e6;
}
.main-banner p {
    margin-bottom: 40px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 20px;
    font-weight: 400;
}
.form-control::placeholder {
     color: #626a70;
}
.main-banner form{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.main-banner .home-form-1 i {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    font-size: 18px;
    font-size: 1.125rem;
    position: absolute;
    background-color: transparent;
    line-height: 50px;
    top: 50%;
    right: 0;
    display: flex;
    width: 20px;
    box-sizing: content-box;
    height: 60px;
    z-index: 9;
    color: #9dabb7;
    transform: translate(-50%, -50%);
    align-items: center;
    justify-content: center;
}
div.banner-cat-list{
    display: flex;
    justify-content: center;
    margin:75px auto 1rem;
}
div.banner-cat-list .banner-category {
    justify-content: center;
}
div.banner-cat-list .banner-category img{
    width: 30px;
    margin-bottom: 5px
}
div.banner-cat-list .banner-category h6 {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
}
ul.banner-cat-list {
    margin:2em auto 1rem;
    padding: 0;
    text-align: center;
}
ul.banner-cat-list li {
    display: inline-block;
    margin: 5px;
}
ul.banner-cat-list li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all .3s ease;
}
ul.banner-cat-list li a img {
    width: 21%;
    margin: auto;
}
ul.banner-cat-list li a:hover, ul.banner-cat-list li a:focus{
	background:#ffffff;
	border:1px solid #ffffff;
	box-shadow:0px 0px 0px 7px rgba(255,255,255,0.4);
	-webkit-box-shadow:0px 0px 0px 7px rgba(255,255,255,0.4);
	color:#00b9c0;
}
ul.banner-cat-list li a:hover span, ul.banner-cat-list li a:focus span{
	color:#575d67;
}

/*----------- Vido banner --------------*/
.media-container-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
video, source {
    bottom: 0;
    left: 0;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    max-height: 1000px;
}
/*--------------------------------------------------
	All Finding Listing Element
---------------------------------------------------*/
/*------------ Finding Listing Element: Sidebar & Map Style -----------*/
.side-full-map.map-container {
    height:300px;
    top: 0;
    padding-top: 60px;
    background-color: #fff;
}
.map-container {
	float:left;
	width:100%;
	margin-top:70px;
	position:relative;
	overflow: hidden;
}
.fw-map {
	height:600px;
}
.map-container.column-map {
	width:50%;
	position:fixed;
	-webkit-transform: translate3d(0,0,0);
	overflow: hidden;
}
.map-container.column-map.right-pos-map {
	right:0;
}
.map-container.column-map.left-pos-map {
	left:0;
}
.map-container #main-full-map{
    position: absolute;
	top:0;
	left:0;
    height: 100%;
	width:100%;
    z-index: 10;
	overflow:hidden;
}
#singleMap {
	width:100%;
	position:relative;
	height:350px;
	float:left;
	margin-bottom:30px;
}
.box-widget #singleMap {
	margin-bottom:10px;
}
.mapzoom-in  , .mapzoom-out{
	position:fixed;
	z-index:100;
	top:50%;
	text-align:center;
	cursor:pointer;
	width:40px;
	height:40px;
	border:3px solid #374558;
	border-radius:100%;
	color:#fff;
	line-height:35px;
	margin-top:-20px;
	background:#2a3646;
}
#singleMap  .mapzoom-in , #singleMap .mapzoom-out , .home-map .mapzoom-in , .home-map .mapzoom-out , .fw-map .mapzoom-in  ,  .fw-map .mapzoom-out {
	position:absolute;
	right:20px;
}
.map-container.column-map.right-pos-map  .mapzoom-in  , .map-container.column-map.right-pos-map  .mapzoom-out {
	right:30px;
}
.map-container.column-map.left-pos-map  .mapzoom-in  , .map-container.column-map.left-pos-map .mapzoom-out{
	left:30px;
}

.mapzoom-in:before  , .mapzoom-out:before{
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
	content: "\f068";
}
.mapzoom-in:before{
	content: "\f067";
}
.mapzoom-in {
	margin-top:-80px;
}
.mapnavigation {
	position:absolute;
	bottom:50px;
	right:7px;
	z-index:30;
	width:170px;
}
.mapnavigation a {
	width:70px;
	padding:8px 0;
	border-radius:4px;
	color:#fff;
	float:left;
	margin-left:10px;
	box-shadow:0px 0px 0px 4px rgba(255,255,255,0.4);
}
.mapnavigation a , .mapzoom-in:hover  , .mapzoom-out:hover{
	background: #2F3B59;
}
.map-popup-box {
	display:block;
	width:300px !important;
	position:relative;
}
.map-popup {
	display:block;
	width:100%;
	position:relative;
	overflow:hidden;
	border-radius:10px;
	background:#ffffff;
	box-shadow: 0 9px 16px rgba(58, 87, 135, 0.15);
}
.map-popup-box:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	margin-top:-1px;
	z-index:20;
}
.map-popup-box:before {
	border-color:  transparent;
	border-top-color: #fff;
	border-width: 15px;
	margin-left: -15px;
}
.map-popup img {
	width:100%;
	height:auto;
	-webkit-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
	-webkit-transform: translateZ(0);
    transform: translateZ(0);
  	transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
}
.mp-img-box:hover   img {
	-webkit-transform: scale(1.15);
	-moz-transform:scale(1.15);
	transform: scale(1.15);
}
.mp-list-content {
	background:#fff;
	padding:25px 20px;
	z-index:20;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
}
.close-infobox {
	position:absolute;
	width:30px;
	height:30px;
	line-height:30px;
	top:20px;
	text-align:center;
	right:20px;
	color:#121212;
	border-radius:100%;
	z-index:20;
	cursor:pointer;
	background:#ffffff;
}
.close-infobox:hover {
	background:#fff;
	color:#2a3646;
}
.mpl-title h4{
	float:left;
	width:100%;
	text-align:left;
	font-size:16px;
	font-weight:600;
	color: #566985;
	padding-bottom:20px;
}
.mpl-title h4 a {
	color: #566985;
}
.mp-img-box {
	overflow:hidden;
}
.fl-wrap {
	float:left;
	width:100%;
	position:relative;
}
.mp-img-box:before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	width:100%;
	height:100%;
	background: #37436c;
	opacity: 0.1;
}
.cluster img{
	display:none
}
.cluster{
	width:40px!important;
	height:40px!important;
}
.cluster div{
	text-align:center;
	font-size:15px!important;
	background:#2a3646;
	color:#fff!important;
	font-weight:600;
	border-radius:100%;
	width:40px!important;
	height:40px!important;
	line-height:38px!important;
	box-shadow: 0px 0px 0px 4px rgba(0,0,0,0.5);
	border:2px solid  #374558;
	-webkit-transition: all 300ms linear;
    transition: all 100ms 3inear;
	animation:cluster-animation 1.5s infinite;
}
.cluster div:hover {
	background:#5d6275;
}
@keyframes cluster-animation{
	0%,100%{box-shadow: 0px 0px 0px 4px rgba(0,0,0,0.1);
}
	
50%{box-shadow: 0px 0px 0px 9px rgba(0,0,0,0.1);}}

.mp-store-call , .mp-location-info {
	float:left;
	color:#667582;
	font-size:14px;
	width:100%;
	text-align:left;
	margin-bottom:10px;
}
.mp-store-call i , .mp-location-info i{
	padding-right:10px;
	font-size:14px;
}
.mp-ratting {
	position:absolute;
	z-index:12;
	left:20px;
	top:-30px;
}
.mp-ratting i {
	float:left;
	color:#FACC39;
	margin-top:-2px;
	margin-right:6px;
}
.mp-review-count {
	color: rgba(255,255,255,0.9);
	position:relative;
	top:-4px;
}
.mp-category {
	position:absolute;
	top:20px;
	left:20px;
	font-weight:500;
	color:#fff;
	z-index:20;
	padding:10px 12px;
	border-radius:4px;
	background:rgba(255,255,255,0.17);
	border:1px solid rgba(255,255,255,0.2);
}
.slider-horizontal .tooltip {
    opacity: 1;
	z-index:1;
}
.range-slider .tooltip-inner {
    background:#758ca0;
}
.tooltip-inner {
    background:#121212;
}
.tooltip.top .tooltip-arrow {
    border-top-color: #121212;
}
span.new-page-badge {
    display: inline-block;
    padding: 2px 4px;
    background: #34c112;
    color: #ffffff;
    font-size: 10px;
    border-radius: 2px;
    float: right;
}
.bootstrap-select button.btn.dropdown-toggle.btn-default:hover, .bootstrap-select button.btn.dropdown-toggle.btn-default:focus {
    background-color: #fbfdff;
}
ul.three-col {
    margin: 0;
    padding: 0;
    display: table;
    width: 100%;
}

ul.three-col li {
    width: 33.3333%;
    display: inline-block;
	list-style: none;
}
button.btn.btn-extra-features {
    width: 100%;
    border-radius: 2px;
    color: #475363;
    padding: 14px;
    font-size: 14px;
    background: #eff3f5;
    box-shadow: none;
}
.filter-form .btn-extra-features i {
    position: relative;
    right: 0;
    background: transparent;
    border-radius: 0;
    display: inline-block;
    width: auto;
    height: auto;
    line-height: 0.5;
    float: right;
}
a.load-more-button {
    display: table;
    margin: auto;
    background: #00b9c0;
    padding: 12px 32px;
    color: #ffffff;
    border-radius: 50px;
    border: 5px solid #eff3f5;
}
.lni-spin-effect {
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
@keyframes spin{0%{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}
.slider-horizontal {
    width: 88% !important;
    margin-left: 12px;
}
.slider-horizontal .slider-track {
    margin-top: -2px;
}
.range-slider .slider-selection {
    background: #00b9c0;
}
.range-slider .slider-handle.round {
    background:#ffffff;
    top:0px;
    border-radius: 50%;
    border: 2px solid #00b9c0;
}
.range-slider .slider-handle.round {
    border: 2px solid #00b9c0;
}
.range-slider .tooltiptooltip.top {
    padding: 5px 0;
    margin-top: 3px;
}
.range-slider .tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.range-slider .tooltip {
    font-size: 11px;
}
.range-slider .tooltip.top .tooltip-arrow {
    bottom: -3px;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color:#758ca0;
}
.range-slider .tooltip.top .tooltip-arrow {
    border-top-color:#758ca0;
}
.filter-row {
    margin-bottom: 0;
    display: flex;
    align-items: center;
}
.filter-row h4, .filter-row .filter-option{
    font-weight: 500;
    margin-bottom: 0;
    flex: 1;
}
.btn-filter.dropdown-toggle {
    box-shadow: none;
    color: #546e7a;
	font-weight:500;
    border: 1px solid #d2dbe0;
}
.btn-filter.dropdown-toggle.light{
	background:#ffffff;
}
.inverse-no-border .list-grid-layout.classical-layout,
.inverse-no-border .tp-author-box,
.inverse-no-border .list-grid-layout.modern-layout,
.inverse-no-border .destination-list,
.inverse-no-border .modern-category,
.inverse-no-border .category-box-wrap,
.inverse-no-border .author-box-wrapper{
	border:none;
}
.shadow-box .list-grid-layout.classical-layout,
.shadow-box .tp-author-box,
.shadow-box .list-grid-layout.modern-layout,
.shadow-box .destination-list,
.shadow-box .modern-category,
.shadow-box .category-box-wrap,
.shadow-box .author-box-wrapper{
box-shadow:0 0 10px 0 rgba(0,0,0,.1);
-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.1);
}
.btn-circle-filter {
    margin: 5px;
    width: 40px;
    height: 40px;
    line-height: 42px;
    border: 1px solid #d2dbe0;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
}
.btn-circle-filter:hover, .btn-circle-filter:focus, .btn-circle-filter.active {
    border: 1px solid #00b9c0;
	color:#00b9c0;
}
form.filter-form {
    width: 100%;
}
form.filter-form.over-frm {
    background: white;
    position: relative;
    padding: 2em;
    margin-bottom: 2em;
    border-radius: 6px;
    border:1px solid #e0ecf5;
}
.filter-form .form-group{
	position:relative;
}
.filter-form i {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    font-size: 18px;
    font-size: 1.125rem;
    position: absolute;
    background-color: #fff;
    line-height: 50px;
    top:5px;
    right:5px;
    padding-right: 15px;
    display: block;
    width: 20px;
    box-sizing: content-box;
    height:50px;
    z-index: 9;
    color:#9dabb7;
}
span.selection {
    width: 100%;
}
.widget-boxed {
    background-color: #fff;
    border-radius: 6px;
    padding:0 20px 5px 20px;
    margin-bottom: 35px;
    position: relative;
    border: 1px solid #eaeff5;
}
.widget-boxed-header {
    padding: 14px 0 5px;
}
.widget-boxed-header h4 {
    margin: 0;
	font-size: 13px;
    opacity: 0.8;
    font-weight: 500;
}
.widget-boxed-header h4 i {
    margin-right: 10px;
}
.no-ul-list {
    padding: 0;
}
.no-ul-list li {
    list-style: none;
	display:table;
	font-weight: 500;
    color: #747b8c;
}
.no-ul-list li .checkbox-custom-label {
	font-weight: 500;
    color: #747b8c;
}
.listing-ftags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.switchbtn-wrap{
    margin-right: 6px;
    margin-bottom: 5px;
}
.switchbtn {
    position: relative;
}
.switchbtn-checkbox {
    display: none;
}
.listsearch-input-item label.switchbtn-label, .switchbtn-wrap label.switchbtn-label {
    font-size: 13px;
    padding: 11px 30px;
    border-radius: 4px;
    background: #f8f9fb;
    border: 1px solid #f0f4f7;
    font-weight: 400;
    color:#747b8c;
    cursor: pointer;
}
.switchbtn-wrap label.switchbtn-label {
    padding: 5px 10px;
    border-radius: 3px;
}
input:checked+.switchbtn-label {
    background:#00b9c0;
	border-color:#00b9c0;
	color:#ffffff;
}

/*------------ Finding Listing Element: Filter Sidebar ---------------*/
.filter_search_opt a {
    background: #333c56;
    width: 100%;
    display: flex;
    height: 54px;
    margin-bottom: 20px;
    border-radius: 4px;
    align-items: center;
    justify-content: center;
    color: #ffffff !important;
}
.simple-sidebar {
    background:transparent;
    padding: 0px;
    border-radius: 0.4rem;
    border:none;
}
.search-sidebar_header {
    display: none;
    position: relative;
    width: 100%;
    height: 3rem;
    padding: 0rem 0rem 0.5rem;
    background-color: #fff;
    border-bottom: 1px solid #dfe4ec;
    margin-bottom: 1rem;
}

.search-sidebar_header .ssh_heading {
    margin: 0;
    flex: 1;
    font-size: 16px;
}
.simple-sidebar button.w3-bar-item.w3-button.w3-large {
    background: #ffffff;
    border: none !important;
    cursor: pointer;
    outline: none !important;
    color: #465169;
}
@keyframes animateleft {
    from {
        left: -300px;
        opacity: 0
    }
    to {
        left: 0;
        opacity: 1
    }
}
/*------------ Finding Listing Element: Author Detail ---------------*/
.author-hero-module{
    position: relative;
}
.author-hero-header{
    position: relative;
    z-index: 9;
}
.author-hero-header{
    position: relative;
    z-index: 1;
    display: block;
    height:300px;
}
.bg-cover {
    background-size: cover;
    background-position: 50% 50%;
}
.full-fill-bg{
    position: absolute!important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.bg-overlay {
    background-color: rgba(37,44,65,.7);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.author-hero-img img {
    display: none;
}
.utility-box-wrap{
    display: inline-block;
}
.utility-box-avatar{
    display: inline-block;
    vertical-align: bottom;
	margin-right: 14px;
}
.utility-box-avatar{
	display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    margin-bottom: 5px;
	padding:8px;
	border-radius:5px;
	background:rgba(255,255,255,0.1);
    width:110px;
    height:110px;
}
.utility-box-avatar img{
	max-width:100%;
	border-radius:2px;
}
.utility-box-avatar-detail {
    display: inline-block;
    vertical-align: middle;
}
.utility-box-avatar-detail .utility-avatar-title {
    color: #ffffff;
}
.utility-box-avatar-detail .utility-avatar-title .utility-avatar-designation {
    color: #11b719;
    background: #ffffff;
    font-weight: 500;
    font-size: 12px;
    padding: 2px 9px;
    border-radius: 2px;
    margin-left: 10px;
}
.utility-avatar-location i {
    margin-right: 5px;
}
.utility-avatar-location {
    font-size: 12px;
    color: rgba(255,255,255,0.8);
	font-weight: 500;
}
.author-hero-content{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 15px;
	z-index: 2;
}
/*--------------- Finding Listing Element: Add Listing ---------------*/
.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(3.25rem + 2px);
    margin-bottom: 0;
}
.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(3.25rem + 2px);
    margin: 0;
    opacity: 0;
}
.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(3.25rem + 2px);
    padding: .875rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color:#919ca7;
    background-color: #fff;
    border: 1px solid #e9edf1;
    border-radius: .25rem;
}
.custom-file-input:lang(en)~.custom-file-label::after {
    content: "Browse";
}
.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 3.25rem;
    padding: .875rem .75rem;
    line-height: 1.5;
    color:#ffffff;
    content: "Browse";
    background-color:#00b9c0;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0;
}
label.social-nfo i {
    margin-right: 5px;
}
.dropzone {
    border: 1px dashed #eaeff5;
    margin: 14.4px auto;
    padding: 25px 0;
    min-height: 50px;
    color: #677897;
    background: 0 0;
}
.dropzone i {
    font-size: 35px;
	display:block;
    margin-bottom: 10px;
}
/*------------ Finding Listing Element: Add Pricing ---------------*/
.add-listing-headline {
    position: relative;
    padding: 30px 40px;
    margin: 0 0 30px;
    border-radius: 4px 4px 0 0;
    background-color: #fcfcfc;
    border-bottom: 1px solid #eaeaea;
}

.price-add-wrapper label.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 30px;
    margin-top: 0;
    margin-bottom: 0;
}
.price-add-wrapper label.switch {
    position: absolute;
    right: 15px;
    top: 10px;
}
.price-add-wrapper .switch input {
    display: none;
}
.price-add-wrapper .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color:#d3dfea;
    border-radius: 50px;
    transition: .4s;
	width: auto;
    height: 100%;
}
.price-add-wrapper input:checked+.slider {
    background-color:#2ec16f !important;
}
.price-add-wrapper .slider:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 4px;
    bottom: 4px;
    background-color: #fff;
    transition: .4s;
    border-radius: 50px;
}
.price-add-wrapper input:checked+.slider:before {
    transform: translateX(30px);
}
.price-add-wrapper .pr-switch-caption {
    opacity: .4;
    pointer-events: none;
    transition: .4s;
}

#price-list-wrap {
    width: 100%;
    margin-top: 10px;
}
tr.pricing-list-item.pattern.ui-sortable-handle {
    margin-bottom: 3px;
    display: table;
    width: 100%;
}
.price-add-wrapper.switch-on .pr-switch-caption {
    opacity: 1;
    pointer-events: all;
}
.pricing-list-item td {
    display: flex;
    width: 100%;
    margin-bottom: 5px;
}
.pricing-list-item td .box-input, .pricing-list-item td .box-move, .pricing-list-item td .box-close {
    flex: 1;
    position: relative;
}
.pricing-list-item td .box-move, .pricing-list-item td .box-close {
    max-width: 40px;
}
.box-close {
    width: 40px;
    height: 46px;
    display: inline-block;
    background: #f1f3f5;
    text-align: center !important;
    line-height: 3.3;
    border-radius: 2px;
    margin-left:15px;
}
.pricing-list-item td .box-move {
    cursor: move;
    line-height: 51px;
    font-size: 17px;
}
.pricing-list-item td .box-input {
    margin-right:15px;
}
.pricing-list-item.pricing-submenu td .box-input {
    margin-right:0px;
}
.pricing-list-item td .box-input.pr-title {
    max-width:370px;
}

.pricing-list-item td .box-input.pr-price {
    max-width: 140px;
    margin-right: 0;
}
.btn.add-cat-btn, .btn.add-pr-item-btn{
    margin-bottom: 5px;
	margin-right:10px;
	margin-top: 5px;
    background:#f1f3f5;
	color:#546e7a;
	box-shadow:none;
	border:none;
	font-weight: 500;
    padding:14px 25px;
	border-radius:50px;
    display: inline-block;
}
.add-pr-item-btn.btn{
	background:#2ec16f;
	color:#ffffff;
}
.price-list-wrap input.frm-control {
    width: 100%;
    height: 46px;
    padding: 5px 12px;
    border: 1px solid #e9edf3;
}
.price-list-wrap i.data-unit {
    position: absolute;
    right: 10px;
    top: 24%;
    font-style: initial;
    opacity: 0.6;
}
/*------------ Finding Listing Element: Add List Box ------------*/
.add-list-box {
    border-radius: 6px;
    position: relative;
    text-align: center;
	overflow:hidden;
}
.add-list-body{
    padding: 3rem 0;
}
.add-list-body i {
    font-size: 100px;
	color:#ffffff;
}
.add-list-footer{
	background:#2f3546;
}
.add-list-footer a {
    color: #ffffff;
    padding: 15px 0;
    display: inline-block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
}
/*---------- Finding Listing Element: Listing Detail Price ------------*/
.list-product-price{
	margin-bottom:3em;
}
.list-product-price:last-child{
	margin-bottom:0;
}
.list-product-price-body {
    position: relative;
}
.list-product-price-header {
    background: rgba(255, 118, 0,0.1);
    padding:0 1rem;
    border-radius: 4px;
    cursor: pointer;
}
.list-product-price-header .lpp-title {
    margin-bottom:0;
    color:#00b9c0;
	font-size:20px;
	padding:1rem 0;
}
.product-price-list{
	padding: 1rem 1.5rem 1rem;
    display: flex;
	border-radius:2px;
    align-items: center;
}
.product-price-list:nth-child(even){
	background:#f7f7f7;
}
.product-price-list-left{
    font-size: 17px;
	flex: 1;
}
.product-price-list-left .product-p-name{
	margin-bottom:1px;
	font-weight: 500;
	opacity: 0.9;
}
.product-price-list-left .product-p-desc{
	font-weight:normal;
	font-size:14px;
	opacity:0.85;
}
.ppl-price.main-color {
    font-size: 25px;
    font-weight: 500;
}
span.ppl-offer {
    padding:3px 12px;
    font-size: 12px;
	line-height:1.6;
    font-weight: 500;
    border-radius: 50px;
    position:relative;
    top:0;
    margin-left:0.8rem;
}
.pa-meta-type {
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    padding: 10px 15px;
    border: 1px dashed #ebedf3;
    margin-right: 7px;
    color: #7a8790;
	line-height: 2;
}
.pa-meta-type i {
    margin-right:5px;
}
/*---------- Finding Listing Element: Classical Layoutv-------------*/
.list-grid-layout.classical-layout {
    background: #ffffff;
    position: relative;
    width: 100%;
    border: 1px solid #e9ecf1;
    border-radius: 4px;
	overflow:hidden;
}
.overlay-top .owl-stage-outer{
    padding-bottom: 20px;
}
.overlay-top .middle-arrow-hover .owl-stage-outer{
    padding-bottom: 00px;
}

.grid-layout-header{
	position:relative;
	min-height: 200px;
    max-height: 200px;
	overflow:hidden;
}
.list-grid-layout.new-listing .grid-layout-header{
	position:relative;
	min-height:150px;
    max-height:150px;
	overflow:hidden;
}
.classical-layout .grid-layout-info{
    top: auto!important;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 15px 15px 1px;
    position: absolute;
    -webkit-transform: translateY(calc(100% - -30px));
    transform: translateY(calc(100% - -30px));
    -webkit-transition: all .5s;
    transition: all .5s;
}
.list-grid-layout.new-listing a.list-thumb:before{
	opacity:0.6;
}
.list-grid-layout a.list-thumb {
    position: relative;
    display: table;
}
.list-grid-layout a.list-thumb:before{
	content:"";
	position:absolute;
	background:#121e31;
	left:0;
	top:0;
	bottom:0;
	width:100%;
	height:100%;
	opacity:0.3;
	-webkit-transition: all .5s;
    transition: all .5s;
}
.gl-top-head {
    position: absolute;
    right: 20px;
    top: 20px;
}
.gl-card {
    border:1px solid rgba(255,255,255,0.4);
    padding: 7px 8px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 2px;
    display: inline-block;
    margin: 0 4px;
    color: #ffffff;
	height:34px;
}
.list-grid-layout.classical-layout:hover a.list-thumb:before{
	opacity:0.6;
}
.list-grid-layout.classical-layout:hover .grid-layout-info, .list-grid-layout.classical-layout:focus .grid-layout-info{
	-webkit-transform: translateY(calc(100% - 120px));
    transform: translateY(calc(100% - 120px));
}
.grid-layout-info ul{
	margin:0;
	padding:0;
}
.classical-layout .grid-layout-info li{
	color:#ffffff;
	list-style:none;
	margin-bottom:7px;
}
.grid-layout-info li i{
	margin-right:5px;
}
.grid-layout-body {
    position: relative;
	padding:0 20px;
	text-align:center;
    z-index: 1;
    margin-top: -40px;
}
.classical-layout .gl-list-author{
	width:70px;
	height:70px;
	border-radius:50%;
	margin:0 auto;
	display:table;
	position:relative;
	border:4px solid rgba(255,255,255,0.5);
}
#markerLayer{
    border-radius: 50%;
    border-radius: 50%;
}
.classical-layout .gl-list-author img{
	border-radius:50%;
	width:70px;
}
.classical-layout span.verified-badge {
    background:#11b719;
    position: absolute;
    right:-8px;
    bottom:37px;
    color: #ffffff;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    font-size: 9px;
    text-align: center;
    line-height: 18px;
}
.classical-layout .gl-list-caption {
    padding: 15px 0;
	background: #ffffff;
}
.classical-layout .gl-list-caption h4 {
    font-weight: 500;
    margin-bottom: 1px;
    font-size: 18px;
}
.classical-layout .gl-list-caption h4 a {
    color: #32343c;
}
.classical-layout .gl-tagline{
	font-size:14px;
	margin-bottom:5px;
}
.grid-layout-footer{
    background: transparent;
    border-bottom: 0px;
    padding: .85rem 1.25rem;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    border-top: 1px solid #eaeff5;
}
.grid-layout-footer a{
    font-weight: 500;
    margin-bottom: 0;
    flex: 1;
}
.cat-icon-box {
    width: 37px;
    height: 37px;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    border-radius: 4px;
	display: inline-block;
	margin-right: 5px;
}
.icon-box-text {
    display: inline-block;
    font-weight: 500;
	color:#747b8c;
}
.ft-loke i {
    font-size: 20px;
    display: inline-flex;
    vertical-align: middle;
}
.ft-loke a{
    color:#747b8c;
}
.ft-loke a:hover, .ft-loke a:focus{
	-webkit-transition: all .5s;
    transition: all .5s;
	color:#00b9c0;
}
span.list-status {
    color: #ffffff;
	background:#11b719;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    border: 1px solid #11b719;
    line-height: 1.2;
    display: inline-block;
    padding: 3px 12px;
    height: 19px;
	margin-left:5px;
    border-radius: 2px;
}
span.list-status.ls-close {
    background: #ea3678;
    border-color: #ea3678;
}
.list-grid-layout.new-listing .gl-top-head {
    position: absolute;
    width: 100%;
    top: 20px;
	left: 0;
}
.list-grid-layout.new-listing .pr-rate.gl-card {
    left:15px;
	position: absolute;
}
.list-grid-layout.new-listing .all-rate-card{
	right:15px;
	position: absolute;
	font-weight: 500;
}
.overall-rating{
    font-size: 30px;
    line-height: 30px;
	float: left;
    margin-right: 4px;
}
.overall-rating{
    font-size: 30px;
    line-height: 30px;
	float: left;
    margin-right: 4px;
}
.rating-wrap{
    float: left;
}
.max-rating{
    margin-top: 2px;
    color: rgba(255,255,255,.99);
	font-size: 12px;
    line-height: 12px;
}
.max-rating:before {
    content: "/";
    display: inline-block;
    margin-right:4px;
}
.rateOverview{
    margin-top: 2px;
    font-size: 10px;
    line-height: 10px;
    color: rgba(255,255,255,.8);
}

.all-rate-card[data-rated^="1"], .all-rate-card[data-rated^="2"], .all-rate-card[data-rated^="3"], .all-rate-card[data-rated^="4"],.all-rate-card[data-rated^="5"] {
    color:#e6372a;
}
.all-rate-card[data-rated^="6"], .all-rate-card[data-rated^="7"] {
    color:#ffb507;
}
.all-rate-card[data-rated^="8"], .all-rate-card[data-rated^="9"], .all-rate-card[data-rated^="10"] {
    color:#11b719;
}

.single-over-rating .all-rate-card[data-rated^="1"], .single-over-rating .all-rate-card[data-rated^="2"],
 .single-over-rating .all-rate-card[data-rated^="3"], .single-over-rating .all-rate-card[data-rated^="4"], .single-over-rating .all-rate-card[data-rated^="5"] {
    color:#e6372a;
	border:1px solid #e6372a;
	background-color: rgba(230, 55, 42,0.05);
}
.single-over-rating .all-rate-card[data-rated^="6"], .single-over-rating .all-rate-card[data-rated^="7"] {
    color:#ffb507;
	border:1px solid #ffb507;
	background-color: rgba(255, 181, 7,0.05);
}
.single-over-rating .all-rate-card[data-rated^="8"], .single-over-rating .all-rate-card[data-rated^="9"], .single-over-rating .all-rate-card[data-rated^="10"] {
    color:#11b719;
	border:1px solid #11b719;
	background-color: rgba(17, 183, 25,0.05);
}
.single-over-rating .all-rate-card[data-rated^="1"] .rating-wrap, .single-over-rating .all-rate-card[data-rated^="2"] .rating-wrap,
 .single-over-rating .all-rate-card[data-rated^="3"] .rating-wrap, .single-over-rating .all-rate-card[data-rated^="4"] .rating-wrap, .single-over-rating .all-rate-card[data-rated^="5"] .rating-wrap {
    background:#e6372a;
}
.single-over-rating .all-rate-card[data-rated^="6"] .rating-wrap, .single-over-rating .all-rate-card[data-rated^="7"] .rating-wrap {
    background:#ffb507;
}
.single-over-rating .all-rate-card[data-rated^="8"] .rating-wrap, .single-over-rating .all-rate-card[data-rated^="9"] .rating-wrap, .single-over-rating .all-rate-card[data-rated^="10"] .rating-wrap {
    background:#11b719;
}
ul.amenities.third {
    width: 100%;
    display: table;
    padding: 0;
    margin: 0;
}
ul.amenities.third li {
    width: 50%;
    display: inline-block;
    margin-bottom: 15px;
    padding-left:22px;
    position: relative;
    list-style: none;
}
ul.amenities.third li:before {
    font-size: 18px;
    line-height: 1;
    content: '\f14a';
    font-weight: 900;
	position:absolute;
    font-family: 'Font Awesome 5 Free';
	left:0;
    top: 6px;
	color:#00b9c0;
}
td .overall-rating {
    font-size: 20px;
    font-weight: 500;
}
td .max-rating {
    color:#616c73;
}
td .rateOverview {
    color:#616c73;
}
/*---------- Finding Listing Element: Modern Layoutv-------------*/
.modern-list {
    background: #ffffff;
    position: relative;
    display: block;
    border-radius:14px;
    overflow: hidden;
	margin-bottom:30px;
	box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
	-webkit-box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
	-moz-box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
}
.list-slide-box .modern-list{
	margin-bottom:0;
}
.modern-list .popular {
    position: absolute;
    right:30px;
	top:30px;
}
.modern-list .hot {
    position: absolute;
    right:30px;
	top:30px;
}
.modern-list .new {
    position: absolute;
    right:30px;
	top:30px;
}
.grid-category-thumb {
    display: table;
    width: 100%;
    min-height: 200px;
    padding: 10px;
    border-radius:6px;
    overflow: hidden;
    position: relative;
}
.grid-category-thumb img {
    border-radius:10px;
}
.modern-list-content {
    position: relative;
    padding: 5px 20px 15px;
    display: flex;
    width: 100%;
    align-items: center;
}

.lst-title {
    font-size: 18px;
    font-weight:500;
    margin-bottom:0px;
}
.list-rates i{
    color:#6e778a;
	margin-right:1px;
    font-size: 11px;
}
.list-rates i.filled {
    color:#ff8000;
}
.list-rates a {
    font-size: 14px;
    margin-left: 10px;
	color: #6e778a;
}
.overlay-cate {
    position: relative;
    height: 100%;
    display: block;
}
.overlay-cate:before {
    content:"";
    position:absolute;
    background:linear-gradient(to bottom, transparent 7%, #002147);
    left:0;
    right:0;
    top: 0;
    bottom:0;
    display:block;
    opacity:1;
    border-radius:6px;
}
.modern-list .property_meta {
    display: block;
    margin: 0;
    position: absolute;
    left:30px;
    bottom:30px;
}
.modern-list .listing-card-info-icon {
    font-size: 15px;
}
.modern-list .listing-card-info-icon {
    width: 100%;
    flex: 0 0 100%;
    margin-bottom: 1rem;
}
.modern-list .inc-fleat {
    margin-left: 15px;
    color: #ffffff;
}
.modern-list .inc-fleat.inc-add:before {
	background:url(../img/light-add.svg);
	content:"";
	position: absolute;
    background-size: contain;
    width: 23px;
    height: 23px;
    top: 1px;
    left: 4px;
}
.modern-list .inc-fleat.inc-call:before {
    background: url(../img/light-call.svg);
    content: "";
	position: absolute;
    background-size: contain;
    width: 23px;
    height: 23px;
    top: 1px;
    left: 4px;
}
.modern-list-cat {
    background: #f5203e;
    position: absolute;
    left: 30px;
    bottom: 104px;
    padding: 5px 16px;
    color: #ffffff;
    font-size: 14px;
    border-radius: 50px;
}
.modern-list.ml-2 .author-avater {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    display: table;
    margin: 0 auto;
    box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.3);
    -webkit-box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.3);
    overflow: hidden;
    top: -57px;
    position: absolute;
    right: 30px;
}
.modern-list.ml-2 .lst-title a {
    color: #ffffff;
}
.modern-list.ml-2 .list-rates a {
    font-size: 14px;
    margin-left: 10px;
    color: #ffffff;
}
.modern-list.ml-2 .list-rates{
	margin-bottom:0px;
}
.m-listing_palce {
    font-size: 14px;
    color: #ffffff;
}
.modern-list.ml-2 .list-rates i {
    color:#ffffff;
}
.modern-list.ml-2 .list-rates i.filled {
    color:#ff8000;
}
.property_item .medium{
	background:#ff8d00;
}
.property_item .good{
	background:#6ebd17;
}
.property_item .great{
	background:#12b96c;
}
.property_item .poor{
	background:#f5225c;
}
.list-featured {
    background-color:black;
    float: left;
    position: absolute;
    transform: rotate(45deg);
    right: -64px;
    top: 22px;
    text-align: center;
    width: 200px;
    font-size: 12.5px;
    margin: 0;
    z-index:2;
    color: #fff;
    font-weight: 700;
    line-height: 28px;
    color:red;
}
.grid-category-thumb .overlay-cate img{
    height: 100%;
    object-fit: cover;
}
.listing-cat{
    flex: 1;
	float: left;
}
a.cat-icon.cl-1 {
    color: red;
}
.cat-icon i{
    width:32px;
    height:32px;
    display:table;
    border-radius:50%;
    text-align: center;
    line-height:32px;
    color: #ffffff;
	margin-right:5px;
	float: left;
}
span.more-cat {
    display: inline-block;
    width: 32px;
    height: 32px;
    text-align: center;
    background: #ffffff;
    border: 1px dashed #c8d8e8;
    border-radius: 50%;
    line-height: 28px;
    margin-left:0.5rem;
    color: #5278a2;
    font-size: 14px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
a.cat-icon.cl-1 {
    color: #5278a2;
    font-weight: 500;
}
.listing-footer-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    text-align: left;
    padding: 1rem 1rem;
    border-top: 1px dashed #e8edfb;
}
.property_item .list-rate {
    position: absolute;
    left: 20px;
    bottom: 20px;
    background:#34a853;
    padding: 4px 12px;
    border-radius: 3px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.3;
}
.place-status{
    color:#12b96c;
}
.place-status.closed {
    color:#e42f2f;
}
span.veryfied-author {
    position: relative;
}
span.veryfied-author:before {
    content: "\e64c";
    display: inline-block;
    font-family: 'themify';
    width: 20px;
    height: 20px;
    color: #ffffff;
    background: #29af6a;
    border-radius: 50%;
    margin-left: 7px;
    top: 2px;
    font-size: 10px;
    line-height: 20px;
    text-align: center;
}
.listing-price-info {
    position: absolute;
    top: 25px;
    left: 25px;
    display: inline-block;
    border-radius: 50px;
    font-size: 14px;
    z-index: 5;
}
@media (max-width: 992px){
    .listing-price-info {
        top: 20px;
        left: 20px;
    }
}
.reviews{
    font-size: 14px
}
.reviews span{
    color: rgb(255, 128, 0);
    font-size: 15px
}
.reviews a:hover{
    color: unset;
}
.listing-price-info span {
    display: inline-block;
    background: #00b9c0;
    padding: 4px 18px;
    border-radius: 50px;
    font-size: 14px;
    margin-right: 15px;
    color: white;
    box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.2);
}
.m-listing-status .l-status {
    font-size: 12px;
    font-weight: 500;
    padding: 5px 20px;
    border-radius: 50px;
    background: #f4f5f7;
    text-transform: uppercase;
    letter-spacing: 0.2px;
}
.m-listing-status .l-open{
	color:#09ab59;
	background:rgba(9, 171, 89,0.1);
}
.m-listing-status .l-close{
	color:#00b9c0;
	background:rgba(220, 20, 60, 0.1);
}
.single_items_list .modern-list {
    margin: 0;
}
/*------------ Finding Listing Element: new Standard Listing ------------------*/
.property_item {
    background: #fff;
    position: relative;
    border-radius: 6px;
    margin-bottom: 30px;
    box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
    -webkit-box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
    -moz-box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
}
.property_item .image {
    position: relative;
    max-height: 200px;
    overflow: hidden;
    border-radius: 6px 6px 0 0;
}
.listing-thumb {
    position: relative;
    display: block;
    max-height: 200px;
}
.listing-thumb:before {
    background: linear-gradient(to bottom, transparent 40%, #002147);
    position: absolute;
    content: "";
    bottom: 0;
    height: 100%;
    left: 0;
    right: 0;
    display: block;
    transition: all ease 0.4s;
}
.img-responsive {
    width: 100%;
    height: auto;
    display: inline-block;
}
.classical-list .listing-price-info {
    position: absolute;
    bottom:10px;
    left: 20px;
	top:auto;
    display: inline-block;
    border-radius: 50px;
    font-size: 14px;
}
.classical-list .listing-price-info span {
    display: inline-block;
    background:transparent;
    padding:0px;
    border-radius: 50px;
    font-size:25px;
	font-weight:600;
    margin-right: 15px;
    color:#ffffff;
	box-shadow:none;
}
a.tag_t, a.tag_t:hover, a.tag_t:focus {
    position: absolute;
    right: 20px;
    top: 20px;
    display: flex;
    align-items: center;
    border-radius: 4px;
    color: #ffffff !important;
}
.tag_t i {
    margin-right: 10px;
    font-size: 18px;
}
.proerty_content {
    position: relative;
    padding: 0.5em 1.5em 0em;
    text-align:left;
}
.author-avater {
    width: 70px;
    height: auto;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    display: table;
    right: 15px;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 0px 5px rgba(255,255,255,1);
	box-shadow: 0px 0px 0px 5px rgba(255,255,255,1);
    overflow: hidden;
    top: -30px;
    position: absolute;
}
.author-avater img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.map-container .author-avater {
    width: 60px;
    height: 60px;
    right: 20px;
    background: rgba(255, 255, 255, 0.5);
}
.map-container .author-avater img {
    width: 100%;
    height: 60px;
    border-radius: 50%;
}
.proerty_text {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.proerty_text .captlize {
    font-size: 17px;
    font-weight: 500;
    flex: 1;
    line-height: 1;
    margin-bottom:3px;
}
.property_add {
    color: #6e778a;
}
.property_meta {
    display: block;
    margin: 1.5em 0 0rem;
}
.list-fx-features {
    margin-top: 5px;
    display: flex;
    width: 100%;
    position: relative;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.listing-card-info-icon {
    display: inline-block;
    padding-left: 18px;
    position: relative;
    vertical-align: top;
    width:100%;
    flex: 0 0 100%;
    margin-bottom: 1rem;
}
.inc-fleat {
    margin-left: 14px;
    color:#5278a2;
}
.inc-fleat.inc-add:before {
    background: url(../img/add.svg);
    content: "";
    position: absolute;
    background-size: contain;
    width: 23px;
    height: 23px;
    top: 1px;
    left:0px;
}
.inc-fleat.inc-call:before {
    background: url(../img/call.svg);
    content: "";
    position: absolute;
    background-size: contain;
    width: 23px;
    height: 23px;
    top: 1px;
    left:0px;
}
.classical-list .list-rates i {
    color: #bec7dc;
}
.classical-list .list-rates i.filled {
    color:#ff9800;
}
.featured-liting-box {
    position: absolute;
    top: -7px;
    left: 15px;
    z-index: 1;
}
.featured-liting-box:after {
    position: absolute;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 44px solid transparent;
    border-right: 42px solid transparent;
    border-top: 6px solid #ff5722;
}
.fst:before, .fst:after {
    position: absolute;
    content: '';
    display: block;
}
.fst {
    position: relative;
    display: inline-block;
    text-align: center;
    color: #fff;
    background:#ff5722;
    font-size: 12px;
    line-height: 1;
    padding: 10px 8px 6px;
    border-top-right-radius: 8px;
    width: 84px;
    letter-spacing: 0.5px;
    font-weight:500;
}
.fst:before {
    background:#ff5722;
    height: 7px;
    width: 6px;
    left: -6px;
    top: 0;
}
.fst:after {
    background:#ff5722;
    height: 7px;
    width: 8px;
    border-radius: 8px 8px 0 0;
    left: -8px;
    top: 0;
}

/*------------ Finding Listing Element: Verticle Listing ------------------*/
.verticleilist.listing-shot{
	border-radius: 6px;
	overflow: hidden;
	margin-bottom: 30px;
	position: relative;
	width: 100%;
}

.verticleilist.listing-shot .signle-vert-listing-item{
    display: flex;
    background: white;
    overflow: hidden;
    padding: 0;
    width: 100%;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.verticleilist.listing-shot .listing-item{
    flex: 6;
    overflow: hidden;
    min-height: 100%;
}
.verticleilist.listing-shot .listing-item .listing-items{
    height: 100%
}
.verticleilist.listing-shot .verticle-listing-caption {
    flex: 5;
    bottom: 0;
    padding: 0;
    left: 0;
    position: relative;
    padding: 15px 30px 0;
    display: flex;
    flex-direction: column;
}
@media (max-width: 768px){
    .verticleilist.listing-shot .verticle-listing-caption {
        padding: 20px 25px 0!important;
    }
}
.listing-shot-img {
    min-height: 220px;
    max-height: 300px;
    height: 100%;
}
.verticle-listing-caption .listing-shot-caption{
    position: relative;
    margin-bottom: 10px;
}
.listing-shot-caption span{
    font-size:14px
}
.listing-shot-caption span:last-child{
    margin-top: 15px;
    color: rgb(55, 67, 108);
    font-size: 15px;
}
.listing-shot-caption span:last-child a{
    margin-top: 15px;
    color: rgb(98, 106, 112);
    font-size: 14px;
}
.listing-shot-caption span:last-child .ti-location-pin::before {
    top: 2px;
    position: relative;
}
.verticle-listing-caption .listing-shot-caption h4 {
    font-size: 18px
}
.listing-badge {
    background-color: #333;
    float: left;
    position: absolute;
    transform: rotate(-45deg);
    left: -60px;
    top: 30px;
    text-align: center;
    width: 200px;
    font-size: 12.5px;
    margin: 0;
    color: #fff;
    font-weight: 700;
    line-height: 28px;
    z-index: 5;
}
.listing-badge.now-open {
    background-color:#11b719;
}
.list-featured.now-open {
    background-color:#11b719;
    color:white;
}
.listing-badge.closed {
    background-color:#e42133;
}
.more-button{
    display:none
}
span.approve-listing {
    color: #ffffff;
    background: #11b719;
    width: 18px;
    height: 18px;
    line-height: 20px;
    border-radius: 50%;
    font-size: 10px;
    display: inline-block;
    text-align: center;
    position: relative;
    top: -4px;
}
a.list-cat {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background:#ff033E;
    color: #ffffff;
    padding: 7px 18px;
    border-radius: 50px;
    line-height: 1.5;
}
a.like-listing {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background: #ffffff;
    border-radius: 50%;
    text-align: center;
    line-height: 46px;
    color:#ff033E;
	font-size: 17px;
	-webkit-transition: all .5s;
    transition: all .5s;
	box-shadow:0px 0px 10px 0px rgba(88,96,109,0.1);
	-webkit-box-shadow:0px 0px 10px 0px rgba(88,96,109,0.1);
}
a.like-listing:hover, a.like-listing:focus{
	background:#ff033E;
	color:#ffffff;
}
.listing-shot-info.rating {
    margin-top: 10px;
}
.listing-shot-info.rating i {
    color: #9da0ab;
}
.listing-shot-info.rating i.fill {
    color:#ff7800;
}
.listing-shot-info.rating span {
    margin-left: 10px;
}

/*------------ Finding Listing Element: Category --------------*/
.category-box-wrap{
	position: relative;
    background: #ffffff;
    border: 1px solid #e9ecf1;
    border-radius: 4px;
	display: inline-block;
	overflow:hidden;
    width: 100%;
}
.category-box-header {
	position: relative;
}
.category-box-caption{
	text-align:center;
	padding-top:.3em;
	padding-bottom:1.5em;
}
.category-box-caption .category-title{
	margin:0;
}
.category-box-caption .category-title a{
	color:#32343c;
	-webkit-transition: all .5s;
    transition: all .5s;
}
.category-box-wrap:hover .category-title a, .category-box-wrap:focus .category-title a{
	color:#00b9c0;
}
.category-box-body {
    display: table;
    width: 100%;
    margin-top:-30px;
}
.category-box-thumb {
    display: table;
    margin: 0 auto;
    width: 60px;
    height: 60px;
}
a.category-icon-box {
    position: relative;
    display: table;
    width:55px;
    height:55px;
    line-height:55px;
    text-align: center;
    border-radius: 50%;
    color: #ffffff;
    font-size:25px;
}
/*----------- Finding Listing Element: Modern Category -----------*/
.modern-category{
	position: relative;
    background: #ffffff;
    border: 1px solid #e9ecf1;
    border-radius: 4px;
	display: inline-block;
    width: 100%;
}
.modern-category-box-thumb {
    width: 100%;
    height:180px;
    padding: 0.8rem;
    border-radius: 4px;
    overflow: hidden;
}
.modern-category-box-thumb img {
    width: 100%;
    border-radius: 4px;
    height: 100%;
    object-fit: cover;
}
.modern-category-footer {
	background:#f4f5f7;
    border-bottom: 0px;
    padding: .85rem 1.25rem;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    border-top: 1px solid #eaeff5;
}
.modern-category-footer .mc-footer-caption{
    font-weight: 500;
    margin-bottom: 0;
    flex: 1;
}
.modern-category-footer .category-title {
    margin: 0;
	font-size:16px;
}
.modern-category-footer .category-title a {
    color:#32343c;
	-webkit-transition: all .5s;
    transition: all .5s;
}
.modern-category:hover .category-title a, .modern-category:focus .category-title a{
	color:#00b9c0;
}
.modern-category .mc-footer-link {
    width: 35px;
    height: 35px;
    line-height:38px;
    background:#ffffff;
    text-align: center;
    border-radius: 50%;
    color:#00b9c0;
	-webkit-transition: all .5s;
    transition: all .5s;
	box-shadow:0 0 20px 0 rgba(62,28,131,0.1);
	-webkit-box-shadow:0 0 20px 0 rgba(62,28,131,0.1);
}
.modern-category:hover .mc-footer-link, .modern-category:focus .mc-footer-link{
	background:#00b9c0;
	color:#ffffff;
}

/*---------- Finding Listing Element: Top Author ------------*/
.author-box-wrapper {
    position: relative;
    background: #ffffff;
    border: 1px solid #e9ecf1;
    border-radius: 4px;
}
.author-box-body {
    padding:3.5em 1em 0.5em;
}
.author-thumb {
    margin: 0 auto;
    display: table;
    width:100px;
    height:100px;
    border-radius: 50%;
    border: 4px solid #ecedf3;
}
.author-thumb img{
	width:100px;
    height:100px;
	border-radius:50%;
}
.author-caption {
    padding: 1em;
    text-align: center;
}
.author-caption .author-name{
    margin: 0;
}
.author-caption .author-name a{
    color:#32343c;
	letter-spacing:0.5px;
}
.author-caption .author-location{
	font-size:13px;
}
.author-box-footer ul {
    display: table;
    width: 100%;
    margin: 0;
    padding: 0;
	border-top:1px solid #ecedf3;
}
.author-box-footer ul li{
    display:inline-block;
    width:49.2%;
	font-size:12px;
	text-align:center;
    padding:12px 0;
	line-height:1.4;
	font-weight:700;
}
.author-box-footer ul li:first-child{
	border-right:1px solid #ecedf3;
}
.author-box-footer ul li span{
	display:block;
	font-weight:400;
}
a.follow-btn{
    position: absolute;
    left:25px;
    top:20px;
    color: #11b719;
    font-weight: 600;
}
a.follow-btn i{
	margin-right:5px;
}

/*-------------- Finding Listing Element: Top Author 2 --------------*/
.tp-author-box {
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
    background: #ffffff;
    border: 1px solid #e9ecf1;
}
.single_items_list .tp-author-box{
	margin-bottom:0;
}
.tp-author-box .author-cover-img {
    height: 130px;
    position: relative;
    overflow: hidden;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    background-size: cover;
    background-position: center;
    transition: transform .35s ease-out;
    transform: translate3d(0, 0, 0) scale(1);
    image-rendering: -webkit-optimize-contrast;
}
.author-cover-img:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #1d3054;
    content: "";
    opacity: 0.4;
}
.tp-author-detail-box {
    width: 100%;
    display: table;
}
.tp-author {
    position: relative;
    left: 25px;
    margin-top: -38px;
    width: 80px;
    border-radius: 50%;
    overflow: hidden;
    padding: 5px;
    background: rgba(255,255,255,0.4);
    display: table;
    height: 80px;
    float: left;
}
.tp-author img {
    border-radius: 50%;
}
.tp-author-header {
    margin-left: 130px;
    top: 5px;
    position: relative;
    left: -10px;
}
.author-cover-img a.follow-btn {
    position: absolute;
    right: 25px;
	left:auto;
    top: 20px;
    color: #11b719;
    font-weight: 600;
    background:#ffffff;
    padding: 4px 15px;
    line-height: 1;
    border-radius: 2px;
}
.tp-author-header h4 {
    margin: 0;
    padding: 0 0 5px 0;
    font-size: 16px;
}
.tp-author-detail-box ul {
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 24px;
    margin-bottom: -7px;
}
.tp-author-detail-box ul li {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 12px;
}
.tp-author-basic-info {
    margin: 30px 0 0 0;
    padding: 0 25px;
    border-top: 1px solid #ebedf1;
}
.tp-author-basic-info ul {
    width: 100%;
	padding:0;
	margin:0;
    display: table;
}
.tp-author-basic-info li {
    list-style: none;
    display: inline-block;
    width: 33.333333%;
    padding: 15px 0 10px;
}
.tp-author-basic-info li strong {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #384454;
}
.author-type {
    position: relative;
    height: 22px;
    display: flex;
    top: -1px;
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    text-align: center;
    z-index: 10;
    font-weight: 500;
    border-radius: 2px;
    padding: 0 7px;
    margin: 0;
    overflow: hidden;
    line-height: 24px;
}

.author-type.power-author {
    background: rgba(15,183,107,0.12);
    color: #0fb76b;
}
.author-type.elite-author {
    background: rgba(255,152,0,0.12);
    color: #ff9800;
}
.author-type.normal-author {
    background: rgba(242,17,54,0.12);
    color: #f21136;
}
/*------------ Finding Listing Element: Destination --------------*/
.destination-list{
    background: transparent;
    position: relative;
    width: 100%;
    border: 1px solid #e9ecf1;
    border-radius: 4px;
    overflow: hidden;
    transition: all 0.3s ease-in-out 0s;
}
.destination-list-thumb{
	max-height:240px;
	overflow:hidden;
}
.destination-list-caption {
    padding: 60px 1em 1.2em;
	position:relative;
}
.destination-list-caption .destination-title {
    margin: 10px 0;

}
.destination-list-caption .destination-title a{
	color: #37436c;
	-webkit-transition: all .5s;
	transition: all .5s;
	font-size:20px;
	line-height: 1.3;
	font-weight: 800;
	color: #37436c;
}
.destination-list-caption .destination-title a:hover, .destination-list-caption .destination-title a:focus{
	color:#00b9c0;
}
.destination-country-thumb {
    position: absolute;
    right: 20px;
    top: 20px;
}
.destination-country-thumb img{
    max-width:32px;
}

/*--------- Finding Listing Element: Rental Property -------------*/
.property-grid-wrap{
    background: #ffffff;
    position: relative;
    width: 100%;
    border: 1px solid #e9ecf1;
    border-radius: 4px;
    overflow: hidden;
}
.property-grid-header {
    position: relative;
    max-height: 200px;
    overflow: hidden;
}

.property-grid-header:before {
    background:linear-gradient(to bottom,transparent 10%,#20334e);
	background:-webkit-linear-gradient(to bottom,transparent 10%,#20334e);
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    display: block;
    height: 100%;
    width: 100%;
}
.property-price{
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-weight: 500;
    color: #ffffff;
	font-size:22px;
}
.property-type{
    position:absolute;
    top: 20px;
    left: 20px;
    font-weight: 500;
    color:#54637a;
	font-size:13px;
	background:#ffffff;
	display:inline-block;
	padding:4px 15px;
	border-radius:50px;
}
.property-offer{
    position:absolute;
    top: 20px;
    right: 20px;
    font-weight: 500;
    color: #ffffff;
	font-size:13px;
	background:#2ec16f;
	display:inline-block;
	padding:4px 15px;
	border-radius:50px;
	box-shadow: 0px 0px 0px 4px rgba(255,255,255,0.4);
	-webkit-box-shadow: 0px 0px 0px 4px rgba(255,255,255,0.4);
}
.property-hot{
    position:absolute;
    top: 20px;
    right: 20px;
    font-weight: 500;
    color: #ffffff;
	font-size:13px;
	background:#e82262;
	display:inline-block;
	padding:4px 15px;
	border-radius:50px;
	box-shadow: 0px 0px 0px 4px rgba(255,255,255,0.4);
	-webkit-box-shadow: 0px 0px 0px 4px rgba(255,255,255,0.4);
}
.property-grid-caption {
    padding: 0.7rem 1rem 1rem;
}
.property-grid-caption-header{
    padding: .25rem 0rem .7rem;
    display: flex;
    align-items: center;
}
.property-grid-caption-header .property-caption-header-first{
    font-weight: 500;
    margin-bottom: 0;
    flex: 1;
}

.property-grid-caption-header .property-name{
    font-size: 18px;
    font-weight: 500;
	color:#30416a;
	margin-bottom:0;
}
.property-grid-caption-header .property-name a{
	color:#374d79;
}
.property-grid-caption-header .property-name a:hover, .property-grid-caption-header .property-name a:focus {
    color:#00b9c0;
}
.property-location{
	font-weight:normal;
	font-size:13.2px;
}
.property-social-info a {
    margin: 0;
    margin-left: 6px;
    font-size: 16px;
	color:#a0abbe;
}
.property-short-des {
    margin-bottom: 0.4rem;
    margin-top: 0.5rem;
    font-size: 15px;
    line-height: 1.77;
}
.property-grid-footer {
    padding: 0.8rem 0.5rem 0.8rem;
    border-top: 1px solid #e9ecf1;
}
.property-grid-footer ul {
	padding:0;
	margin:0;
	display:table;
	width:100%;
}

.property-grid-footer ul li {
    width: 33.3333%;
    display: inline-block;
    list-style: none;
    font-size: 15px;
    vertical-align: middle;
	text-align: center;
    font-weight: 500;
	color:#a0abbe;
}
.property-grid-footer ul li img {
    max-width: 18px;
    position: relative;
    margin-right: 6px;
    position: relative;
    top: -3px;
}

.property-advance {
    width: 100%;
    display: table;
}
.property-type {
    position: absolute;
    top: 20px;
    left: 20px;
    font-weight: 500;
    color: #54637a;
    font-size: 13px;
    background: #ffffff;
    display: inline-block;
    padding: 4px 15px;
    border-radius: 50px;
    box-shadow: 0px 0px 0px 4px rgba(255,255,255,0.4);
	-webkit-box-shadow: 0px 0px 0px 4px rgba(255,255,255,0.4);
}
.pa-meta-type {
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    padding: 10px 15px;
	background:#ffffff;
    border: 1px dashed #ebedf3;
    margin-right: 7px;
    color: #7a8790;
	line-height: 2;
}
.pa-meta-type i {
    margin-right: 5px;
	color: #00b9c0;
}
.alltime-open {
    width: 100%;
    background: #2ec16f;
    text-align: center;
    color: #ffffff;
    border-radius: 2px;
    padding: 14px;
    font-size: 16px;
    font-weight: 500;
}
.rental-available{
    width: 100%;
    background: #2ec16f;
    text-align: center;
    color: #ffffff;
    border-radius: 2px;
    padding: 14px;
    font-size: 16px;
    font-weight: 500;
}
.rental-soldout{
    width: 100%;
    background:#de2929;
    text-align: center;
    color: #ffffff;
    border-radius: 2px;
    padding: 14px;
    font-size: 16px;
    font-weight: 500;
}
.alltime-open i, .rental-soldout i, .rental-available i {
    margin-right: 6px;
}
.booking-form label {
    margin-bottom: 0;
    line-height: 1;
    font-weight: 500;
}
/*------------ Finding Listing Element: Location --------------*/
.city-list-box{
    position: relative;
    height:350px;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 30px;
}
.city-list{
    background: 50% no-repeat #f4f5f7;
    border-radius: 4px;
    display: block;
    height: 100%;
    background-size: cover;
    overflow: hidden;
    cursor: pointer;
}
.list-overlay{
	content:"";
    position: absolute;
    height: 100%;
    width: 100%;
    z-index:1;
	left:0;
	bottom:0;
	top:0;
	right:0;
    background: #1752D3;
	background: -webkit-linear-gradient(to bottom, transparent 25%, #1e2a4c);
	background: -moz-linear-gradient(to bottom, transparent 25%, #1e2a4c);
	background:linear-gradient(to bottom, transparent 25%, #1e2a4c);
}
.city-list-full {
    display: block;
    height: 100%;
}
.category-box-content {
    position: absolute;
    bottom: 40%;
    left: 0;
    width: 100%;
    z-index: 1;
    box-sizing: border-box;
    text-align: center;
}
.category-box-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    transition: transform .35s ease-out;
    transform: translate3d(0, 0, 0) scale(1);
    image-rendering: -webkit-optimize-contrast;
}
.city-list:hover .category-box-bg {
    transform: translate3d(0, 0, 0) scale(1.08);
}
.city-names {
    font-size: 27px;
    color: #ffffff;
	margin-bottom:5px;
    line-height: 1.5;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}
.category-box-content span {
    background:rgba(255,255,255,0.15);
	border:1px solid rgba(255,255,255,0.3);
    color: #ffffff;
    padding: 7px 20px;
    border-radius: 4px;
}

/*---------------------- Finding Listing Element: Detail Tabs ----------------------*/
.profile-header-nav .tab .nav-tabs{
    border:none;
}
.profile-header-nav .nav-tabs>li {
    float: left;
    margin-bottom:0px;
}
.profile-header-nav button.btn.theme-btn {
    margin-top: 9px;
}
.profile-header-nav .nav-tabs li a{
    padding:20px 32px;
	border:none;
    border-right:1px dashed #dee2ea;
    background:#ffffff;
    color: #334e6f;
    opacity: 0.7;
    border-radius: 0px;
    margin-right: 0px;
    font-weight:500;
	display: inline-block;
    transition: all 0.3s ease-in 0s;
}
.profile-header-nav .nav-tabs li a:hover{
    background:#ffffff;
    color:#00b9c0;
	opacity:1;
}
.profile-header-nav .nav-tabs li a i{
    display: inline-block;
    text-align: center;
    margin-right:10px;
}
.profile-header-nav .nav-tabs li:last-child a{
    border-right:none;
}
.profile-header-nav .tab .nav-tabs li:last-child a:hover, .profile-header-nav .tab .nav-tabs li:last-child a:focus {
    border-right:none;
	background: transparent;
}
.profile-header-nav .nav-tabs li a.active,
.profile-header-nav .nav-tabs li.active a:focus,
.profile-header-nav .nav-tabs li.active a:hover{
    color:#00b9c0;
	opacity:1;
	background: transparent;
	border-right:1px dashed #dee2ea;
}
.profile-header-nav .tab .tab-content{
    padding: 20px;
    line-height: 22px;
    box-shadow:0px 1px 0px #808080;
}
.profile-header-nav .tab .tab-content h3{
    margin-top: 0;
}
@media only screen and (max-width: 767px){
    .profile-header-nav .nav-tabs li{
        width:auto;
        margin-bottom:0px;
    }
    .profile-header-nav .nav-tabs li a {
		padding: 15px 9px;
		font-size:12.5px;
	}
    .profile-header-nav .nav-tabs li.active a,
    .profile-header-nav .nav-tabs li.active a:focus,
    .profile-header-nav .nav-tabs li.active a:hover{
        padding: 15px;
        margin-top: 0;
    }
}
.tr-single-box {
    background: #ffffff;
    display: block;
	width:100%;
    border-radius: 2px;
    border: 1px solid #eceef3;
    margin-bottom: 30px;
}
.tr-single-header {
    width: 100%;
	display: flex;
	position: relative;
    border-bottom: 1px solid #eceef3;
    padding: 12px 25px 12px;
}
.tr-single-header h4 {
    margin: 0;
	flex: 1;
	font-size: 13px;
    opacity: 0.8;
	font-weight: 500;
}
.tr-single-header h4>i {
    margin-right: 7px;
}
.tr-single-body {
    width: 100%;
    padding: 15px 25px 25px;
}
.rating-average .overall-rating {
    font-size: 19px;
    font-weight: 500;
}
.single-over-rating.text-center {
    width: 100%;
    display: table;
}
.single-over-rating .all-rate-card {
    margin: 0 auto;
    display: table;
	width: 150px;
	border-radius: 4px;
}
.single-over-rating .overall-rating {
    font-size: 40px;
    line-height: 0;
    float: none;
    margin-right: 0;
    padding: 1em 0;
    font-weight: 500;
}
.single-over-rating .rating-wrap {
    float: none;
    padding: 8px;
}
.single-over-rating .max-rating {
    color: rgb(97, 108, 119);
    font-size: 14px;
    line-height: 12px;
    font-weight: 500;
}
.single-over-rating .rateOverview {
	font-size: 13px;
    color:#ffffff;
}
.extra-service {
    margin: 10px 0 0;
    display: table;
    width: 100%;
	padding:0;
}
.extra-service li {
    list-style: none;
    padding: 7px 0;
}
.extra-service.half li {
    width: 50%;
	margin-bottom:5px;
    float: left;
    display: inline-block;
}
.icon-box-icon-block {
    width: 100%;
    display: inline-block;
    font-size: 13px;
}
.icon-box-round {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 42px;
    margin-right: 7px;
    color: #8593a5;
    font-size: 17px;
    text-align: center;
    border-radius: 50%;
    background-color: #f0f3f7;
    vertical-align: middle;
}
.icon-box-text {
    display: inline-block;
    vertical-align: middle;
}
.tr-single-header.listing-hours-header.closed {
    background:#e91e63;
    border-bottom:#e91e63;
}
.tr-single-header.listing-hours-header.open {
    background: #11b719;
    border-bottom: #11b719;
}
.tr-single-header.listing-hours-header h4 {
    color: #ffffff;
    opacity: 1;
}
span.listing-hours-status {
    border: 1px solid #ffffff;
    font-size: 11px;
    padding: 5px 10px;
    line-height: 1;
}
span.current-time {
    float: right;
    font-size: 11px;
    font-weight: 500;
}
ul.listing-hour-day {
    margin: 0;
    padding: 0;
}
.listing-hour-day li {
    padding: 10px 0;
    list-style: none;
    font-size: 13px;
}
.listing-hour-day li .listing-hour-time {
    float:right;
}
.listing-hour-day li.active {
    color: #e91e63;
}
a.btn.add-review-btn {
    background: #00b9c0;
    margin-bottom: 2em;
    width: 100%;
    padding: 18px;
}
/*------------ Finding Listing Element: Comment ---------------*/
.comment-module-wrap{
    background: #ffffff;
    position: relative;
    width: 100%;
    border: 1px solid #e9ecf1;
    border-radius: 4px;
    overflow: hidden;
}
.comment-module-header{
	position: relative;
	z-index:1;
	display:table;
	width:100%;
	border-bottom: 1px solid #e9ecf1;
	padding: 10px 20px;
}
.comment-module-avatar {
    display: table-cell;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    vertical-align: top;
}
.comment-module-avatar-detail{
	display:table-cell;
	padding-left:10px;
	vertical-align:middle;
}
.comment-module-avatar-detail .cma-title{
	font-size:18px;
	line-height:1;
	margin:0;
}
.comment-module-avatar-detail .cma-comment-date{
	font-size:12px;
	margin:0;
}
.comment-module-rating {
    position: relative;
    float: right;
}
.comment-module-rating .f-rate {
    font-size:30px;
    color:#11b719;
	line-height: 1;
	font-weight: 500;
	display: inline-block;
}
.comment-module-rating .rating-status{
    font-size:13px !important;
	display:block;
}
.comment-module-rating .f-rate sup{
    font-size:18px !important;
    color:#545454;
}
.comment-module-rating .f-rate sup:before {
    content: "/";
    display: inline-block;
    margin-right: 4px;
    margin-left: 4px;
}
.comment-module-body{
	padding:2em;
}
.comment-module-status ul {
    margin: 0;
    padding: 0;
}
.comment-module-status ul li{
    display:inline-block;
	margin-right:15px;
}
.comment-module-status ul li span{
	color:#00b9c0;
}
.comment-module-footer{
	
}
.comment-info-module{
    border-top: 1px solid #e9ecf1;
    padding: 12px 20px;
}
.comment-review_btn{
	display:inline-block;
	margin-right:15px;
}
.comment-review_btn a{
	color:#747b8c;
}
.comment-review_btn a i{
	margin-right:4px;
}
.comment-review_btn a:hover, .comment-review_btn a:focus{
	color:#00b9c0;
}
.comment-reply-module ul {
    padding: 0;
    margin: 0;
	background:#fbfbfc;
}
.comment-reply-module ul li{
    position: relative;
    padding: 15px 50px 10px 20px;
    border-top: 1px solid #e9ecf1;
}
.reply-module-avater {
    float: left;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}
.reply-module-detail {
    margin-left: 50px;
}
.reply-module-detail .reply-module-title{
	font-size:14px;
	line-height:1;
	margin:0;
	display:inline-block;
}
.reply-module-detail .reply-module-comment{
	font-size:13px;
	margin-bottom:2px;
	display:inline-block;
}
.reply-module-detail .reply-module-date{
	font-size:12px;
	display:block;
	opacity:0.8;
}
.comment-form-module{
	position: relative;
    padding: 15px 10px;
    border-top: 1px solid #e9ecf1;
}
.comment-form-avater{
    float: left;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    display: inline-block;
}
.comment-form-box {
    display: inline-block;
    width: 92%;
}
.comment-form-box .input-group{
	border-radius:2px;
	padding:0px 15px 0 0;
	border:1px solid #e9ecf1;
}
.comment-form-box .form-control{
    border-radius:0px;
	border:none;
	height: 40px;
}
.input-group-prepend span{
    line-height: 40px;
    height: 40px;
	color:#11b719;
	cursor:pointer;
}
.input-group-prepend span i{
	margin-top:4px;
}

/*------------- Finding Listing Element: gallery -------------*/
ul.gallery-list {
    display: table;
	margin:0;
	padding:0;
    width: 100%;
}
ul.gallery-list li {
    width: 33.333333%;
    display: inline-block;
    padding:5px;
    margin: 0;
}
ul.gallery-list li a img {
    border-radius: 4px;
}
/*------------- Finding Listing Element: Event ---------------*/
.event-grid-wrap{
    background: #ffffff;
    position: relative;
    width: 100%;
    border: 1px solid #e9ecf1;
    border-radius: 4px;
    overflow: hidden;
}

.city-list:hover .category-box-bg {
    transform: translate3d(0, 0, 0) scale(1.08);
}
.event-grid-header {
    position: relative;
    max-height: 200px;
    overflow: hidden;
}
.event-grid-wrap .event-grid-header>img, .event-grid-wrap .event-grid-header>img{
	transition: transform .35s ease-out;
    transform: translate3d(0, 0, 0) scale(1);
}
.event-grid-wrap:hover .event-grid-header>img, .event-grid-wrap:focus .event-grid-header>img{
	transform: translate3d(0, 0, 0) scale(1.08);
}
span.event-grid-cat {
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-weight: 500;
    color: #ffffff;
	z-index: 2;
}
.event-grid-header:before {
    background:linear-gradient(to bottom,transparent 10%,#20334e);
	background:-webkit-linear-gradient(to bottom,transparent 10%,#20334e);
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    display: block;
    height: 100%;
    width: 100%;
	z-index: 1;
}
.event-grid-caption {
    padding: 0.7rem 1rem 1rem;
}
.event-grid-caption-header{
    padding: .25rem 0rem .7rem;
    display: flex;
    align-items: center;
}
.event-grid-caption-header .event-name{
    font-weight: 500;
    margin-bottom: 0;
    flex: 1;
}

.event-grid-caption-header .event-name {
    font-size: 17px;
    font-weight: 500;
	color:#30416a;
}
.event-grid-caption-header .event-name a{
	color:#374d79;
}
.event-grid-caption-header .event-name a:hover, .event-grid-caption-header .event-name a:focus {
    color:#00b9c0;
}
.event-social-info a {
    margin: 0;
    margin-left: 6px;
    font-size: 16px;
	color:#a0abbe;
}
span.event-time-limit {
    font-size: 13.4px;
    font-weight: 500;
	color:#868fa0;
	margin-bottom:3px;
}
.event-grid-caption p {
    margin: 0;
    padding: 0;
	color:#868fa0;
}
.event-grid-caption p i{
    margin-right:6px;
}


/*--------- Finding Listing Element: Pricing ---------*/
.card.pricing {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .6rem;
}
.card.pricing {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.card.pricing:hover {
    margin-top: -5px;
    -webkit-box-shadow: 0 10px 40px rgba(0,0,0,.05);
    box-shadow: 0 10px 40px rgba(0,0,0,.05);
}
.card-body. {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}
.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

.pricing {
    text-align: center;
    padding: 20px;
    border: 0;
    border-radius: 15px;
    margin-bottom: 30px;
	border: 1px solid #e9ecf1;
}
.pricing small {
    letter-spacing: 2px;
}
.pricing .card-title {
    font-size: 65px;
    font-family:sans,Helvetica,Arial,serif;
    font-weight: 700;
    margin: 0.5em 0 0.8em;
    display: block;
}
.pricing ul {
    line-height: 2.5;
    margin: 0 0 20px;
}
.pricing .plan-muted {
    text-decoration: line-through;
    opacity: .5;
}
.pricing .btn-outline-primary {
    color: #ffffff;
    background-image: none;
    background-color: #252f3e;
    border-color: #252f3e;
    border-radius: 4px;
}
.pricing .btn-outline-primary {
    box-shadow:none;
}
.pricing.featured .card-title span{
	color:#00b9c0;
}
.btn-outline-primary:hover, .btn-outline-primary:active {
    color: #fff;
    background-color:#00b9c0;
    border-color:#00b9c0;
}
.pricing.featured .btn-outline-primary {
    color:#ffffff;
    background-image: none;
    background-color:#00b9c0;
    border-color:#00b9c0;
}
.nav.nav-tabs.nav-advance {
    background: #334e6f;
    border-radius: 50px;
    padding: 5px 2px;
    max-width: 300px;
    margin: 10px auto 50px;
}
.nav-tabs.nav-advance>li {
    width: 50%;
    position: relative;
    text-align: center;
    padding: 0 4px;
}
.nav-tabs.nav-advance>li>a {
    background: 0 0;
    color: #fff;
    padding: 10px 15px;
    font-weight: 500;
    border-radius: 50px;
	border:none;
}
span.yearly-offer {
    position: absolute;
    font-size: 12px;
    color: #ffffff;
    background: #12b71a;
    padding: 0px 10px;
    border-radius: 50px;
    top: -3px;
    right: 15px;
}
.nav-tabs.nav-advance>li.active a, .nav-tabs.nav-advance>li>a:focus, .nav-tabs.nav-advance>li>a:hover {
    background: #fff!important;
    color: #ff4e00!important;
}
/*----------- Finding Listing Element:  Owl Nex & Prev Design ---------------*/
.owl-nav {
    text-align: center;
    margin-top: 20px;
}
button.owl-prev, button.owl-next {
    background: #ffffff !important;
    display: inline-block;
    font-size: 13px !important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 5px;
    color: #00b9c0 !important;
	outline:none !important;
    box-shadow: 0 0 20px 0 rgba(62,28,131,0.05);
}
.company-brand .owl-carousel .owl-item img{
	width:auto;
}
.company-brand img{
	transition:all 0.4s;
	opacity:0.5
}
.company-brand img:hover, .company-brand img:focus{
	opacity:1;
}
/*-------------- Finding Listing Element: Features icon Center -------------*/
.features-icon-center {
    display: table;
    width: 100%;
	text-align:center;
}
.features-icon-center-item {
    margin-bottom:15px;
}
.features-icon-center-box {
    background: #f4f5f7;
    width: 85px;
    height: 85px;
    line-height: 85px;
    text-align: center;
    transition: .25s ease-in-out;
    font-size: 30px;
    border-radius: 50px;
    color: #00b9c0;
    margin: 15px auto;
    border: 1px solid #f4f5f7;
    /* box-shadow: 0 0px 12px 0 rgba(71,119,244,0.2); */
}
.features-icon-center-content{
	padding:0 15px;
}
.features-icon-center-content h4{
	font-weight:500;
	font-size:17px;
	margin-bottom:10px;
}
.features-icon-center-content p{
	font-size:14px;
	line-height:1.8;
}
.features-icon-center-item:hover .features-icon-center-box, .features-icon-center-item:focus .features-icon-center-box, .features-icon-center-item.active .features-icon-center-box{
	background:#00b9c0;
	color:#ffffff;
}

/*---------- Finding Listing Element:  Brand Logo Slide ----------------*/
.slick-slider .slick-list {
    height: auto;
    min-height: 0;
}
section.brand-logo-sec{
    padding: 10px 0;
    border-top: 1px solid #f0f1f3;
    border-bottom: 1px solid #f0f1f3;
}
.brand-logo-sec img{
	opacity:0.3;
	transition:all 0.4s;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
.brand-logo-sec img:hover, .brand-logo-sec img:focus{
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	opacity:1;
}
/*--------------- Finding Listing Element:  Cta Style ----------------*/
.cta-sec h1, .cta-sec h2 {
    color:#ffffff;
}
.cta-sec {
    color: rgba(255,255,255,0.72);
}
a.btn.btn-cta{
    background:#ffffff;
    border: 1px solid #ffffff;
    border-radius: 2px;
    padding: 0.9em 2.5em;
    font-size: 16px;
	font-weight:500;
	color:#252525;
	transition:all 0.4s;
	box-shadow:0px 0px 0px 7px rgba(255,255,255,0.4);
}
a.btn.btn-cta:hover, a.btn.btn-cta:focus{
	background:#ffffff;
    border: 1px solid #ffffff;
	color:#00b9c0;
}

/*-------------------- Finding Listing Element:  Testimonial -----------------*/
.testimonial-box{
	padding:30px 25px;
	background:#ffffff;
	border-radius:8px;
	position:relative;
	box-shadow:0 0 20px 0 rgba(62,28,131,0.1);
	-webkit-box-shadow:0 0 20px 0 rgba(62,28,131,0.1);
	-moz-box-shadow:0 0 20px 0 rgba(62,28,131,0.1);
}

.testimonial-box i{
	font-size:45px;
	color:#dae1e8;
	opacity:0.5
}

.client-thumb {
    position: relative;
    max-width: 80px;
    margin-right: 20px;
    border-radius: 50%;
    border: 1px dashed #dfe5ea;
    padding: 5px;
    float: left;
}

.client-thumb-box {
    display: table;
    width: 100%;
}

.client-thumb-content{
	display:table-cell;
	vertical-align:middle;
}

.testimonial-box p{
	line-height:2;
	font-size:15px;
}
.client-thumb-content h5{
	margin-top:15px;
}

.slick-next, .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0;
}
.slick-next {
    right: -25px;
}
.slick-prev {
    left: -35px;
}
.slick-next:before, .slick-prev:before {
    font-family: FontAwesome;
    font-size: 12px;
    opacity: 1;
    color:#00b9c0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 26px;
    text-align: center;
    display: inline-block;
    background: #fff;
    border: 1px solid #eaeff5;
    transition: all ease .4s;
    -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
    box-shadow: 0 2px 10px 0 #d8dde6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-next:before {
    content: '\f061';
}
.slick-prev:before {
    content: '\f060';
}
section.testimonials-3 {
    background-size: auto !important;
    background-position: initial !important;
}
.client-detail-box {
    text-align: center;
}
.client-detail-box .pic {
    width: 100px;
    height: 100px;
    display: table;
    margin:10px auto 0;
}
.client-detail-box .pic img {
    max-width:80px;
    border-radius: 50px;
    box-shadow:0px 0px 0px 7px rgba(255,255,255,0.4);
    margin: 0 auto;
}
h3.testimonial-title {
    font-size: 20px;
	color:#ffffff;
	font-weight:500;
	line-height:1.2;
	margin-bottom:0px;
}
span.post {
    font-size: 14px;
	color:rgba(255,255,255,0.7);
}
p.description {
    font-size:19px;
    font-family: 'Lora', serif;
    font-style: italic;
	color:#ffffff;
}
#testimonial-3 {
    text-align: center;
}

/*----------------- All Finding Listing Element: Booking Information --------------*/
.payment-opt-tab {
    width: 100%;
}
.payment-opt-tab ul {
    margin-bottom: 2em;
    border: none;
    width: 100%;
    display: table;
}
.payment-opt-tab .nav-tabs .nav-item {
    margin-bottom: 0;
    padding: 5px;
    display: inline-block;
    width: 33.3333%;
}
.payment-opt-tab .nav-tabs .nav-link img {
    max-width: 120px;
    display: table;
    margin: 0 auto;
}
.payment-opt-tab .nav-tabs .nav-link {
    border: 1px dashed #eaedf1;
}
.form-control-feedback {
    position: absolute;
    top:6px;
    right: 19px;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
    font-size: 22px;
    opacity: 0.7;
}
.form-control-feedback {
    line-height: 40px;
}
.fa-fix {
    right: 15px;
}
.tab-content #credit .form-control,
.tab-content #paypal .form-control,
.tab-content #skrill .form-control{
    height:50px;
    border: 1px solid #dde4ec;
}
.tab-content #credit .input-group-addon,
.tab-content #paypal .input-group-addon,
.tab-content #skrill .input-group-addon{
    height:50px;
    background: transparent;
}
.btn.btn-payment {
    width: 100%;
    border: 1px solid #00b9c0;
    color: #ffffff;
    background: #00b9c0;
    box-shadow: none;
    padding: 17px;
}
.btn.btn-payment:focus, .btn.btn-payment:hover {
    width: 100%;
    border: 1px solid #283744;
    color:#ffffff;
    background:#283744;
    box-shadow: none;
}
.booking-item{
    min-height: 240px;
    position: relative;
    border-radius: 4px 4px 0 0;
    overflow: hidden;
}
.bookin-item-header {
    position: relative;
    height: 100%;
}
.bookin-item-header:before {
    content: "";
    position: absolute;
    height: 100%;
    display: block;
    background: #222e58;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.5;
}
.booking-summary-head {
    position: absolute;
    top: 20px;
    right:25px;
}
.booking-summary {
    position: absolute;
    bottom:20px;
    left: 25px;
}
h4.booking-item-title {
    color: #ffffff;
    margin-bottom: 2px;
    font-weight: 500;
}
p.booking-item-location {
    color: #ffffff;
    margin: 0;
    font-size: 14px;
}
.summary-boxed-widget {
    background: #fff;
    padding: 2em;
    border: 1px solid #e8e8ef;
    border-top: none;
}
.summary-boxed-widget h4 {
    padding: 0 0 20px;
	margin-bottom:15px;
	border-bottom: 1px solid #e2e6ea;
}
.summary-boxed-widget ul {
    padding: 0;
    margin: 0;
}
.summary-boxed-widget li {
    list-style: none;
    padding: 10px 0;
    font-weight: 500;
}
.summary-boxed-widget li span {
    font-weight:400;
	float: right;
}
.summary-boxed-widget li.total-costs {
    font-size: 19px;
}
.summary-boxed-widget li.total-costs span{
	font-weight:600;
}
div#myTabContent {
    width: 100%;
}
/*------------------- All Finding Listing Element: Invoice -------------------*/
.invoice-wrapper {
    background: #ffffff;
    border-radius: 6px;
    padding: 2.5em 2em;
    box-shadow: 0 0 10px 1px rgba(71, 85, 95, .08);
	-webkit-box-shadow: 0 0 10px 1px rgba(71, 85, 95, .08);
}
p#invoice-info {
    text-align: right;
}
hr {
    border-top: 1px solid #eff2f5;
}

/*----------- All Finding Listing Element: Loging & Signup Modal ----------------*/
.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.5rem 2rem;
}
.modal-header .modal-title {
   font-size: 15px;
}
.modal-header .modal-title i {
    margin-right: 10px;
}
.modal-header button.close {
    font-size: 16px;
    color: #5d6d7f;
    cursor: pointer;
}
.log-option {
    text-align: center;
    margin: 30px 0 20px;
    border-top: 1px solid #eaeff5;
}
.log-option span {
    background: #fff;
    width: 40px;
    height: 40px;
	position:relative;
    border: 1px solid #eaeff5;
    display: inline-block;
    line-height: 40px;
    border-radius: 50%;
    top: -20px;
}
.log-btn {
    border: 2px solid #eaeff5;
    padding: 14px 12px;
    border-radius: 2px;
    width: 100%;
    font-size: 13px;
    display: inline-block;
    text-align: center;
    font-weight: 500;
}
.log-btn i{
	margin-right:12px;
}
.fb-log-btn {
    color: #4167b2;
    border-color: #4167b2;
	-webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.fb-log-btn:hover, .fb-log-btn:focus {
    color:#ffffff;
	background:#4167b2;
    border-color: #4167b2;
}
.gplus-log-btn {
    color: #eb5425;
    border-color: #eb5425;
}
.gplus-log-btn:hover, .gplus-log-btn:focus {
    color:#ffffff;
	background: #eb5425;
    border-color: #eb5425;
}

/*------------- All Finding Listing Element: Rate Slider------------*/
.review-rate .slider-horizontal {
    width:100% !important;
    margin-left:0px;
}
.review-rate .slider-horizontal .slider-handle-container, .review-rate .slider-horizontal .slider-track {
    height: 10px;
    margin-top: -2px;
    top: 50%;
    border-radius: 2px;
    background: #e7edf1;
    box-shadow: none;
}
.review-rate .slider-handle {
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.review-rate .range-slider .slider-selection {
    background: #ff431e;
	border-radius:2px;
	box-shadow: none;
}
.review-rate .range-slider .slider-handle.round {
    background: white;
    top:-1px;
    border-radius: 50%;
    border: 2px solid #ff431e;
}
.review-rate .range-slider .slider-handle.round {
    border: 2px solid #ff431e;
}
.review-rate .slider-handle.round.hide {
    display: none!important;
}

.review-rate .slider-horizontal .tooltip {
    opacity: 1;
}
.review-rate .tooltip.top {
    padding: 5px 0;
    margin-top: -7px;
	display: none !important;
}
.review-rate .tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.review-rate .tooltip.top .tooltip-arrow {
    border-top-color: #475363;
}
.review-rate .tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px;
}
.review-rate .tooltip-inner {
    background: #e7edf1;
    color: #58666f;
}
span.change-rate-no {
    margin-left: 10px;
    color: #f89900;
    background: #eff3f5;
    line-height: 1;
    padding: 4px 8px;
    border-radius: 2px;
}
.review-rate .range-slider .slider-selection[style^="width: 0"],
.review-rate .range-slider .slider-selection[style^="width: 1"],
.review-rate .range-slider .slider-selection[style^="width: 2"],
.review-rate .range-slider .slider-selection[style^="width: 3"]
.review-rate .range-slider .slider-selection[style^="width: 4"]{
    background:#ef4164 !important;
}
.review-rate .range-slider .slider-handle.round[style^="left: 0"],
.review-rate .range-slider .slider-handle.round[style^="left: 1"],
.review-rate .range-slider .slider-handle.round[style^="left: 2"],
.review-rate .range-slider .slider-handle.round[style^="left: 3"],
.review-rate .range-slider .slider-handle.round[style^="left: 4"] {
    border-color:#ef4164 !important;
    box-shadow:0px 0px 0px 4px rgb(255, 132, 157);
    background:#ef4164;
}

.review-rate .range-slider .slider-selection[style^="width: 5"],
.review-rate .range-slider .slider-selection[style^="width: 6"]{
    background:#f89900 !important;
}
.review-rate .range-slider .slider-handle.round[style^="left: 5"],
.review-rate .range-slider .slider-handle.round[style^="left: 6"]{
    border-color:#f89900 !important;
    box-shadow:0px 0px 0px 4px rgb(255, 191, 87);
    background:#f89900;
}

.review-rate .range-slider .slider-selection[style^="width: 7"],
.review-rate .range-slider .slider-selection[style^="width: 8"]{
    background:#acd10f !important;
}
.review-rate .range-slider .slider-handle.round[style^="left: 7"],
.review-rate .range-slider .slider-handle.round[style^="left: 8"]
{
    border-color:#acd10f !important;
    box-shadow:0px 0px 0px 4px rgb(209, 239, 85);
    background:#acd10f;
}

.review-rate .range-slider .slider-selection[style^="width: 9"],
.review-rate .range-slider .slider-selection[style^="width: 100"]{
    background:#2ec16f !important;
}
.review-rate .range-slider .slider-handle.round[style^="left: 9"],
.review-rate .range-slider .slider-handle.round[style^="left: 100"]{
    border-color:#2ec16f !important;
    box-shadow:0px 0px 0px 4px rgb(107, 230, 162);
    background:#2ec16f;
}

/*----------- All Finding Listing Element: Social Share ----------------*/
a.btn.btn-list, .btn.btn-list {
    background: #ffffff;
    color: #607077;
}
a.btn.btn-list i, .btn.btn-list i {
    color: #00b9c0;
}
.share-opt-wrap{
	position:relative;
}
.share-opt-wrap .dropdown-menu{
    text-align: center;
    bottom: 55px;
    top: initial !important;
    left: initial !important;
    right:0% !important;
	padding: 7px 0;
}
.share-opt-wrap .dropdown-menu a {
    padding: 2px 6px 0;
    line-height: 1;
    position: relative;
    top: 3px;
	display: inline-block;
	border-bottom: none;
}
.share-opt-wrap .dropdown-menu:after {
    top: 100%;
    right: 22px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-top-color:#ffffff;
    border-width: 7px;
    margin-left: 7px;
    z-index: 2;
}
.cl-facebook{
	color:#395693 !important;
}
.cl-gplus{
	color:#0e76a8 !important;
}
.cl-twitter{
	color:#1c9cea !important;
}
.cl-linkedin{
	color:#0073af !important;
}
.cl-instagram{
	color:#c82f99 !important;
}
.cl-pinterest{
	color:#cc0100 !important;
}

/*------------- Datedropper -----------------*/
div.datedropper.my-style {
    border-radius: 8px;
    width: 180px
}

div.datedropper.my-style .picker {
    border-radius: 8px;
    box-shadow: 0 0 32px 0 rgba(0, 0, 0, .1)
}

div.datedropper.my-style .pick-l {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px
}

div.datedropper.my-style .pick-lg-b .pick-sl:before,
div.datedropper.my-style .pick-lg-h,
div.datedropper.my-style .pick-m,
div.datedropper.my-style .pick-submit,
div.datedropper.my-style:before {
    background-color: #1cc100
}

div.datedropper.my-style .pick-l,
div.datedropper.my-style .picker,
div.datedropper.my-style.picker-tiny .pick-m,
div.datedropper.my-style.picker-tiny:before {
    background-color: #FFF
}

div.datedropper.my-style .pick li span,
div.datedropper.my-style .pick-btn,
div.datedropper.my-style .pick-lg-b .pick-wke,
div.datedropper.my-style .pick-y.pick-jump {
    color: #1cc100
}

div.datedropper.my-style .pick-arw,
div.datedropper.my-style .pick-l,
div.datedropper.my-style .picker {
    color: #3a465e
}

div.datedropper.my-style .pick-lg-b .pick-sl,
div.datedropper.my-style .pick-lg-h,
div.datedropper.my-style .pick-m,
div.datedropper.my-style .pick-m .pick-arw,
div.datedropper.my-style .pick-submit {
    color: #FFF
}

div.datedropper.my-style.picker-tiny .pick-m,
div.datedropper.my-style.picker-tiny .pick-m .pick-arw {
    color: #3a465e
}

div.datedropper.my-style.picker-lkd .pick-submit {
    background-color: #FFF;
    color: #3a465e
}
.form-control:disabled, .form-control[readonly] {
    background-color: #ffffff;
    opacity: 1;
}
/*===============================================
	Dashboard Style 
================================================*/
.media .avatar {
    flex-shrink: 0;
}
.avatar {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 100%;
    background-color: #f5f6f7;
    color: #fff;
    text-transform: uppercase;
}
.avatar-lg {
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 1.125rem;
}
td a img {
    margin-right: 10px;
    border-radius: 2px !important;
}
.btn-trans {
    background: transparent;
	cursor:pointer;
    border: none;
    color: #677897;
	outline:none;
}
button:focus {
    outline: none;
    outline: none;
}
.dropdown-menu.pull-right {
    right: 0;
    left: auto !important;
    top: 90% !important;
}
.dropdown-menu>a {
    display: block;
    padding: 14px 12px 14px 12px;
    clear: both;
    font-weight: 300;
    line-height: 1.42857143;
    color: #67757c;
    #ffffff-space: nowrap;
    border-bottom: 1px solid #f1f6f9;
}

/*-------------- Dashboard Sidebar ----------------*/
.dashboard-sidebar {
    width: 300px;
    display: table;
	background:#ffffff;
}
.tab-content.dashboard-wrap{
	padding:10px;
	width: calc(100% - 300px);
}
.dashboard-avatar-detail {
    display: table;
    margin: 1.5em 0 0;
	width:100%;
}
.ds-avatar-thumb {
    width: 110px;
    height: 110px;
    display: table;
    margin: 5px auto;
    border-radius: 50%;
    border: 5px solid #e9eff5;
    position: relative;
}
.ds-avatar-thumb img {
    border-radius: 50%;
}
span.ds-status.online {
    width: 9px;
    height: 9px;
    position: absolute;
    right: -10px;
    top: 50%;
    border-radius: 50%;
}
.ds-status.online{
	background:#11b719;
}
.ds-status.offline{
	background:#e91e63;
}
.ds-status.busy{
	background:#ff9800;
}
.ds-avatar-caption {
    text-align: center;
    padding: 7px 0;
}
.ds-avatar-caption .ds-author-name {
    font-size:16px;
	margin-bottom:0px;
}
.ds-avatar-caption .ds-author-location{
    font-size:14px;
	opacity:0.8;
}
.ds-avatar-caption .ds-author-location i{
    margin-right:6px;
}
ul.ds-author-info {
    padding:6px 0;
	border-top:1px solid #ebedf1;
	border-bottom:1px solid #ebedf1;
	margin: 0;
	margin-top: 1.2rem;
	display:table;
	width:100%;
}
.ds-author-info li{
	width:50%;
	display:inline-block;
	list-style:none;
	padding:8px 0;
	font-size:13px;
	font-weight:500;
}
.ds-author-info li span{
	margin-right:7px;
	color:#00b9c0;
}
.nav-pills .nav-link.active, .show>.nav-pills .nav-link, .nav-pills .nav-link:hover, .nav-pills .nav-link:focus {
    color:#00b9c0;
    background-color: transparent;
}
.nav-pills .nav-link {
	color: #6c7e98;
    font-size: 13.6px;
	opacity:0.8;
	padding: .8rem 1rem;
}
.nav-pills .nav-link i {
    font-size:16px;
	margin-right:10px;
}
.nav-pills .nav-link .ds-nav-number{
    float: right;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #e8eef1;
    border-radius: .25rem;
}
.card-header {
    background: transparent;
    border-bottom: 0px;
    padding: .85rem 1.25rem;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eaeff5;
}
.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}
.card-header h4 {
    margin: 0;
    font-size: 13px;
    opacity: 0.8;
    font-weight: 500;
}
.card-header h4>i {
    margin-right: 7px;
}
/*------- Widget Settings: Simple Widget -----------*/
.widget.simple-widget {
	background:#ffffff;
	margin-bottom:25px;
    border-radius: 4px;
    padding:20px 0;
}
.widget .widget-detail h3 {
    margin-bottom: 0;
    line-height: 1;
	font-size:27px;
}
.widget-caption .col-xs-4.no-pad {
    padding-right: 0;
}
.widget-caption .col-xs-8.no-pad {
    padding-left: 0;
}
.card-detail-bottom {
    padding: 0 00px;
    display: inline-block;
    width: 100%;
}
.card-detail-bottom ul.card-whole-detail {
    padding: 0;
    margin: 0;
}
.card-detail-bottom ul.card-whole-detail li {
    display: inline-block;
    width: 33.3333%;
    float: left;
    line-height: 1.8;
    font-size:16px;
    text-align: center;
    padding: 12px 5px;
    font-weight: 400;
}
.card-detail-bottom ul.card-whole-detail li span {
    display: block;
    font-size: 14px;
    font-weight: 300;
}
.widget.simple-widget i.icon {
    font-size: 40px;
	line-height: 47px;
    text-align: center;
    display: block;
}
.widget-caption {
    display: inline-block;
    width: 100%;
}
.widget .widget-detail {
    width: 100%;
    display: inline-block;
    border-left: 1px solid #eceef3;
    padding-left: 15px;
}

.simple-widget .widget-line{
	margin:10px 10px 0px 10px;
    background: #e6e9ef;
}
.simple-widget .widget-line .widget-horigental-line {
    height: 3px;
	position:relative;
    display: block;
    border-radius: 10px;
}

.simple-widget .widget-line .widget-horigental-line:before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: 0;
    height: 3px;
    bottom: 0;
}
.simple-widget .widget-line.bg-primary .widget-horigental-line:before{
 background:#2196f3;	
}
.simple-widget .widget-line.bg-info .widget-horigental-line:before{
 background:#1db9aa;	
}
.simple-widget .widget-line.bg-danger .widget-horigental-line:before{
 background:#e20b0b;	
}
.simple-widget .widget-line.bg-success .widget-horigental-line:before{
 background:#26af48;	
}
.simple-widget .widget-line.bg-warning .widget-horigental-line:before{
 background:#f39c12;	
}

/*----------------- Chatting Style ----------------*/
.chat-wappers{
	height:500px;
}
.app {
    position: relative;
    overflow: hidden;
    top: 19px;
    height: calc(100% - 38px);
    margin: auto;
    padding: 0;
    border: 1px solid #e6edf1;
}

.app-one {
  height: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .06), 0 2px 5px 0 rgba(0, 0, 0, .2);
}

.side {
  padding: 0;
  margin: 0;
  height: 100%;
}
.side-one {
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  position: relative;
  display: block;
  top: 0;
}

.side-two {
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  position: relative;
  top: -100%;
  left: -100%;
  -webkit-transition: left 0.3s ease;
  transition: left 0.3s ease;

}
.heading {
  padding: 10px 16px 10px 15px;
  margin: 0;
  height: 60px;
  width: 100%;
  z-index: 1000;
}
.heading-avatar {
  padding: 0;
  cursor: pointer;

}
.heading-avatar-icon img {
  border-radius: 50%;
  height: 40px;
  width: 40px;
}
.heading-name {
  padding: 0 !important;
  cursor: pointer;
}
.heading-name-meta {
    font-weight: 700;
    font-size: 100%;
    padding: 5px;
    padding-bottom: 0;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    line-height: 1;
}
.heading-online {
  padding: 0 5px;
  font-size: 12px;
}
.heading-compose {
  padding: 0;
}
.heading-compose i {
  text-align: center;
  padding: 5px;
  cursor: pointer;
}
.heading-dot {
  padding: 0;
  margin-left: 10px;
}
.heading-dot i {
  text-align: right;
  padding: 5px;
  cursor: pointer;
}
.searchBox {
  padding: 0 !important;
  margin: 0 !important;
  height: 60px;
  width: 100%;
}
.searchBox-inner {
  height: 100%;
  width: 100%;
  padding: 10px !important;
}

/*#searchBox-inner input {
  box-shadow: none;
}*/

.searchBox-inner input:focus {
  outline: none;
  border: none;
  box-shadow: none;
}
.sideBar {
  padding: 0 !important;
  margin: 0 !important;
  background-color: #fff;
  overflow-y: auto;
  border: 1px solid #f7f7f7;
  height: calc(100% - 120px);
}
.sideBar-body {
  position: relative;
  margin: 0 !important;
  cursor: pointer;
  width: 100%;
}
.sideBar-avatar {
  text-align: center;
  padding: 0 !important;
}
.avatar-icon img {
  border-radius: 50%;
  height: 49px;
  width: 49px;
}
.sideBar-main {
  padding: 0 !important;
}
.sideBar-main .row {
  padding: 0 !important;
  margin: 0 !important;
}
.sideBar-name {
  padding: 10px !important;
}
.name-meta {
  font-size: 100%;
  padding: 1% !important;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #000;
}
.sideBar-time {
  padding: 10px !important;
}

.time-meta {
  text-align: right;
  font-size: 12px;
  padding: 1% !important;
  color: rgba(64, 65, 67, .6);
  vertical-align: baseline;
}

/*New Message*/
.newMessage {
  padding: 0 !important;
  margin: 0 !important;
  height: 100%;
  position: relative;
  left: -100%;
}
.newMessage-heading {
  padding: 10px 16px 10px 15px !important;
  margin: 0 !important;
  width: 100%;
  z-index: 1001;
}
.newMessage-main {
  padding: 10px 16px 0 15px !important;
  margin: 0 !important;
  width: 100%;
  z-index: 1001;
  color: #fff;
}
.newMessage-title {
  font-size: 18px;
  font-weight: 700;
  padding: 10px 5px !important;
}
.newMessage-back {
  text-align: center;
  vertical-align: baseline;
  padding: 12px 5px !important;
  display: block;
  cursor: pointer;
}
.newMessage-back i {
  margin: auto !important;
}
.composeBox {
  padding: 0 !important;
  margin: 0 !important;
  height: 60px;
  width: 100%;
}
.composeBox-inner {
  height: 100%;
  width: 100%;
  padding: 10px !important;
  background-color: #fbfbfb;
}
.composeBox-inner input:focus {
  outline: none;
  border: none;
  box-shadow: none;
}
.compose-sideBar {
  padding: 0 !important;
  margin: 0 !important;
  background-color: #fff;
  overflow-y: auto;
  border: 1px solid #f7f7f7;
  height: calc(100% - 138px);
}
/*Conversation*/
.conversation {
  padding: 0 !important;
  margin: 0 !important;
  height: 100%;
}
.message {
  padding: 0 !important;
  margin: 0 !important;
  background:#ffffff url("../img/chat-bg.png") fixed center;
  overflow-y: auto;
  height: calc(100% - 120px);
}
.chat-main-box .chat-right-aside .chat-list {
    max-height: none;
    height: 100%;
    padding-top: 40px;
}
.chat-list li {
    list-style: none;
    margin-top: 30px;
}
.chat-list li .chat-img {
    display: inline-block;
    width: 45px;
    vertical-align: top;
}
.chat-list li .chat-img img {
    width: 45px;
    border-radius: 100%;
}
.chat-list li .chat-content {
    width: calc(100% - 140px);
    display: inline-block;
    padding-left: 15px;
}
.chat-list li .chat-content .box {
    display: inline-block;
    margin-bottom: 10px;
}
.chat-list li.reverse {
    text-align: right;
}
.chat-list li.reverse .chat-time {
    text-align: left;
}
.chat-list li.reverse .chat-content {
    padding-left: 0px;
    padding-right: 15px;
}
.chating-box{
	padding:10px;
	border-radius:4px;
}
/*Reply*/
.reply {
  height: 60px;
  width: 100%;
  padding: 10px 5px 10px 5px !important;
  margin: 0 !important;
  z-index: 1000;
}

.reply-emojis {
  padding: 5px !important;
}
.reply-emojis i {
  text-align: center;
  padding: 5px 5px 5px 5px !important;
  cursor: pointer;
}
.reply-recording {
  padding: 5px !important;
}
.reply-recording i {
  text-align: center;
  padding: 5px !important;
  cursor: pointer;
}
.reply-send {
  padding: 5px !important;
}
.reply-send i {
  text-align: center;
  padding: 5px !important;
  cursor: pointer;
}
.reply-main {
  padding: 2px 5px !important;
}
.reply-main textarea {
  width: 100%;
  resize: none;
  overflow: hidden;
  padding:9px !important;
  outline: none;
  text-indent: 5px;
  box-shadow: none;
  height: 100%;
}
.reply-main textarea:focus {
  outline: none;
  border: none;
  text-indent: 5px;
  box-shadow: none;
}
.sideBar-body .media-body h6 {
    margin-bottom: 0;
    line-height:0.6;
}
.media > * {
    margin: 0 8px;
}
.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: center;
}
.form-group.has-feedback .form-control {
    height: 43px;
}
@media screen and (max-width: 700px) {
  .app {
    top: 0;
    height: 100%;
  }
  .heading {
    height: 70px;
  }
  .fa-2x {
    font-size: 2.3em !important;
  }
  .heading-avatar {
    padding: 0 !important;
  }
  .heading-avatar-icon img {
    height: 50px;
    width: 50px;
  }
  .heading-compose {
    padding: 5px !important;
  }
  .heading-compose i {
    cursor: pointer;
  }
  .heading-dot {
    padding: 5px !important;
    margin-left: 10px !important;
  }
  .heading-dot i {
    color: #fff;
    cursor: pointer;
  }
  .sideBar {
    height: calc(100% - 130px);
  }
  .sideBar-body {
    height: 80px;
  }
  .sideBar-avatar {
    text-align: left;
    padding: 0 8px !important;
  }
  .avatar-icon img {
    height: 55px;
    width: 55px;
  }
  .sideBar-main {
    padding: 0 !important;
  }
  .sideBar-main .row {
    padding: 0 !important;
    margin: 0 !important;
  }
  .sideBar-name {
    padding: 10px 5px !important;
  }
  .name-meta {
    font-size: 16px;
    padding: 5% !important;
  }
  .sideBar-time {
    padding: 10px !important;
  }
  .time-meta {
    text-align: right;
    font-size: 14px;
    padding: 4% !important;
    color: rgba(0, 0, 0, .4);
    vertical-align: baseline;
  }
  /*Conversation*/
  .conversation {
    padding: 0 !important;
    margin: 0 !important;
    height: 100%;
  }
  .message {
    height: calc(100% - 140px);
  }
  .reply {
    height: 70px;
  }
  .reply-emojis {
    padding: 5px 0 !important;
  }
  .reply-emojis i {
    padding: 5px 2px !important;
    font-size: 1.8em !important;
  }
  .reply-main {
    padding: 2px 8px !important;
  }
  .reply-main textarea {
    padding: 8px !important;
    font-size: 18px;
  }
  .reply-recording {
    padding: 5px 0 !important;
  }
  .reply-recording i {
    padding: 5px 0 !important;
    font-size: 1.8em !important;
  }
  .reply-send {
    padding: 5px 0 !important;
  }
  .reply-send i {
    padding: 5px 2px 5px 0 !important;
    font-size: 1.8em !important;
  }
}

/*======================================
	Inner Page Styles
=======================================*/
.page-title {
    height: 220px;
    width: 100%;
    display: flex;
    position: relative;
    align-items: center;
    background: #f5f5f7;
    justify-content: center;
}
.page-title h1{
    font-weight: 500;
}
.page-title.image-title{
	height:300px;
	text-align:center;
}
.page-title.image-title h1{
	color:#ffffff;
}
.page-title.image-title .page-title-wrap {
    position: relative;
    top: 25px;
}
.page-title.image-title .page-title-wrap .current-page.active {
	color:#00b9c0;
}
.page-title-wrap a {
    color: #ffffff;
}
.pt-caption p a {
    margin: 0 5px;
    color:#00b9c0;
}
.current-page {
    padding-left: 15px;
    position: relative;
}
span.current-page:before {
    content: '\e661';
    position: absolute;
    font-family: 'themify';
    color:#00b9c0;
    left: -3px;
}
.page-title-banner{
	background-position:center left;
	background-size:cover;
	position:relative;
	padding:0;
	min-height:225px;
}

.page-title-banner:before{
	content:"";
	position:absolute;
	display:block;
	width:100%;
	height:100%;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background:#222e4c;
	opacity:0.6;
}
.page-title-banner>*{
	position:relative;
}
.tr-list-detail{
	display:block;
	padding:4em 0 1em 0;
}
.tr-list-detail>*, .tr-list-detail h4{
	color:#ffffff;
	margin-bottom: 0;
}
.tr-list-detail p{
	font-size:14px;
}
.tr-list-thumb {
    display: inline-block;
    max-width: 120px;
    height: 120px;
    padding: 3px;
    border-radius: 2px;
    background: #ffffff;
    vertical-align: middle;
    margin-right: 15px;
    position: relative;
    top: -8px;
    border-radius: 50%;
}
.tr-list-thumb img{
    border-radius: 50%
}
.tr-list-detail .veryfied-list {
    position: relative;
}
.tr-list-detail .veryfied-list:before {
    content: "\e64c";
    font-family: 'themify';
    position: absolute;
    width: 15px;
    height: 15px;
    background: #11b719;
    line-height: 15px;
    font-size: 8px;
    border-radius: 50%;
    text-align: center;
    right: -22px;
    top: 5px;
}
.tr-list-info {
    display: inline-block;
    vertical-align: middle;
	max-width: 75%;
}
@media (max-width: 768px){
	.tr-list-info {
	max-width: 100%;
}
}
.tr-list-info a{
    color:white;
    transition: 300ms color
}
.tr-list-info a:hover{
    color:#00bac1;
}
.tr-list-wrap{
    background: transparent;
    margin-bottom: 0;
    display: flex;
	width:100%;
    align-items:end;
}
.tr-list-detail{
    font-weight: 500;
    margin-bottom: 0;
    flex: 1;
}
.btn.btn-list {
    background: transparent!important;
    color: white!important;
    font-size: 13px;
    font-weight: 500;
    border: 1px solid rgba(255,255,255, .5)!important;
    height: 44px
}
.btn.btn-list i {
    color:white;
}
.reviews-klinik i{
    color:#f89b00
}
.listing-detail-item {
    display: inline-block;
    margin-left: 7px;
}
.detail-swap {
    height: 225px;
}

/*------------- Contact Page ------------*/
.contact-box {
    width: 100%;
    margin: 0 auto;
    display: table;
    text-align: center;
    border:1px solid #e0ecf5;
	background:#ffffff;
    border-radius: 6px;
    margin-bottom: 20px;
    padding: 2.4em 1em;
}
.contact-box h4 {
    font-size: 19px;
    margin-bottom: 2px;
    font-weight: 500;
}
.contact-box i {
    color:#00b9c0;
    font-size: 35px;
    margin-bottom: 15px;
    display: table;
    margin: auto auto 15px auto;
}
.contact-box img{
	margin-bottom:10px;
}
/*======================================
	Blog Styles
=======================================*/
/*------------ Grid Blog ------------------*/
article.post-grid-layout{
	border-radius: 6px;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
    background: #ffffff;
    border: 1px solid #e9ecf1;
}
.post-article-header {
    max-height: 200px;
	min-height: 200px;
    overflow: hidden;
    position: relative;
}
.post-article-header:before {
    background: linear-gradient(to bottom,transparent 10%,#20334e);
    background: -webkit-linear-gradient(to bottom,transparent 10%,#20334e);
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    display: block;
    height: 100%;
    width: 100%;
    z-index: 1;
}
.post-article.box-inner {
    padding: 20px;
}
.post-article.box-inner .entry-title {
    margin: 0 0 10px;
}
.post-article.box-inner .entry-title a {
    color:#32343c;
	-webkit-transition: all .5s;
    transition: all .5s;
}
span.post-article-cat {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 1;
    color: #ffffff;
    font-weight: 500;
}
.post-article.box-inner .entry-title a:hover, .post-article.box-inner .entry-title a:focus{
	color:#00b9c0;
}
.post-article-footer {
    background: transparent;
    border-bottom: 0px;
    padding:0.8rem 1.25rem 0.8rem;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    border-top: 1px solid #e9ecf1;
}
.post-author img {
    width: 30px;
    height: 30px;
	float:left;
    border-radius: 50%;
	margin-right:7px;
}
.post-author img {
    border-radius: 50%;
}
.post-author a{
	color:#00b9c0;
}
.post-article-footer .post-author{
    font-weight: 500;
    margin-bottom: 0;
    flex: 1;
}
.post-article-footer span i {
    margin-right: 4px;
}

/*---------- Blog Detail -------------*/
.detail-wrapper {
    width: 100%;
    display: block;
    margin-bottom: 40px;
    border:none;
}
.modal-body, figure.img-holder {
    position: relative;
}
.full-blog figure.img-holder {
    padding:0;
    border-radius: 4px;
    overflow: hidden;
}
.full-blog figure.img-holder img {
    border-radius: 4px;
}
.blog-post-date {
    position: absolute;
    bottom:15px;
    left:30px;
    padding: 5px 30px;
    border-radius: 2px;
    color: #fff;
	background: #00b9c0;
    text-transform: capitalize;
}
.blog-content {
    padding: 40px 25px;
    font-size: 15px;
    line-height: 1.8;
    color: #636d75;
}
.full-blog .blog-content {
    padding:15px 0px 20px;
}
.post-meta {
    font-size: 18px;
    font-family: initial;
	margin-bottom: 1em;
}
.post-meta {
    font-size: 18px;
    font-family: initial;
}
.blog-footer-social {
    padding: 10px 0 0;
    border-top: 1px solid #e0ecf5;
    margin-top: 20px;
}
ul.list-inline.social {
    padding: 0;
    margin: 0;
    float: none;
    display: inline-block;
}
ul.list-inline.social li {
    list-style: none;
    display: inline-block;
    padding: 0px;
}
.blog-footer-social ul.social li a {
    box-shadow: none;
    width: auto;
    height: auto;
}
ul.list-inline.social li i {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius:2px;
    border: 1px solid #e0ecf5;
    color: #71818e;
    line-height: 38px;
    text-align: center;
    font-size: 16px;
    transition: all ease-in-out .4s;
}
.comments-title, .comment-reply-title, .small-sec-title {
    display: block;
    position: relative;
    padding-bottom: 12px;
    margin-bottom:30px;
    font-size: 26px;
    text-align:left;
}
.comments-title:before, .comment-reply-title:before, .small-sec-title:before {
    content: '';
    position: absolute;
    bottom: 0;
    left:0%;
    margin-left:0px;
    width: 80px;
    height: 2px;
    background-color:#00b9c0;
}
blockquote, q {
    quotes: "" "";
}
blockquote {
    position: relative;
    margin: 0;
    padding: 26px 30px 26px 75px !important;
    margin-bottom: 1.5em;
    border: 2px solid #eee;
    font-size: 18px;
    font-weight: 600;
    color: #223645;
}
blockquote:before {
    position: absolute;
    top: 50%;
    left: 25px;
    transform: translateY(-50%);
	font-family:'themify';
    content:"\e67f";
    font-size: 26px;
    font-style: normal;
	color:#00b9c0;
}
.entry-content p:last-child {
    clear: both;
}
.comments-list {
    margin: 0;
    padding: 0;
}
.comments-list li {
    list-style: none;
}
.comments-list .comment .comment__image {
    display:table-cell;
    width: 110px;
}
.comments-list .comment .comment__text {
	display:table-cell;
	vertical-align:top;
}
.comment-reply-link {
    padding-left: 10px;
}
.comments-list .comment h5 + span {
    opacity: .75;
    display: inline-block;
    margin-bottom: 0.8125em;
}
.comments-list .comment hr {
    margin: 2.4375em 0;
    display: block;
    width: 100%;
}
.side-list ul {
    margin: 0;
    padding: 0;
}
.side-list ul li {
    list-style: none;
    padding: 10px 5px;
    display: inline-block;
    width: 100%;
}
.side-blog-list .blog-list-info {
    display: table-cell;
    padding-left: 10px;
}
.side-blog-list .blog-list-img {
    width: 70px;
    display: table-cell;
    float: left;
}
.blog-post-meta a {
    font-weight: 500;
    color: #00b9c0;
}
span.updated {
    font-size: 12px;
}
.blog-list-info h5 {
    margin-bottom: 0px;
}
.side-list ul li a span {
    float: right;
    color: #00b9c0;
}
/*-------------------------------------------------
  Footer Start   
--------------------------------------------------*/
/*---------- Small footer -------------------*/
footer section{
    padding:60px 0;
}
footer.dark-footer{
	
}
.skin-dark-footer{
	background: #37436c;
}

footer.light-footer, footer.dark-footer {
    position: relative;
}
footer.light-footer {
    border-top: 1px solid #eef1f5;
}

.footer-logo {
    padding: 20px 0;
    display: inline-block;
    width: 100%;
    border-top: 1px solid #eaeef3;
    border-bottom: 1px solid #eaeef3;
}
footer.footer-small {
    padding: 50px 0 0 0;
}
.ft-itext {
    font-weight: 500;
	font-size:16px;
	text-align: center !important;
    margin: 10px;
}
.ft-itext i {
    margin-right:5px;
}
ul.social {
    margin: 0;
    padding: 0;
}
ul.social li {
    display:inline-block;
	list-style:none;
	margin:5px;
}
ul.social li a {
    width: 40px;
    height: 40px;
    display: inline-block;
    background: #ffffff;
    border-radius: 50%;
   -webkit-box-shadow: 0 0px 12px 0 rgba(71,119,244,0.2);
	box-shadow: 0 0px 12px 0 rgba(71,119,244,0.2);
    line-height: 40px;
    text-align: center;
}
.ft-copyright {
    border-top: 1px solid #eaeef3;
    padding: 15px 0 12px 0;
}
.ft-copyright p{
	margin-bottom:0;
}
.footer-logo img {
    max-width: 185px;
}
.footer-widget {
    padding: 50px 0;
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
}
.footer-widget .textwidget p{
    font-size: 15px
}
.footer-widget .social-media{
    font-size: 40px;
}
.footer-widget .social-media a{
    transition: 350ms color;
    margin-right: 10px
}
.footer-widget .social-media a:hover{
    color:#2E8BCD
}
.footer-widget img {
    max-width: 100%;
    margin-bottom: 1rem;
}
h4.widget-title {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 17px;
    text-transform: uppercase;
}
.footer-widget ul {
    padding: 0;
    margin: 0;
}
.footer-widget ul li {
    list-style: none;
    margin-top:15px;
    display: block;
}
.footer-widget ul li a{
	color:#626a70;
}

footer.skin-dark-footer h4{
    color: #ffffff;
}
footer.skin-dark-footer .footer-widget ul li a, footer.skin-dark-footer, footer.skin-dark-footer a{
    color:rgba(255,255,255,0.85);
	transition:all ease 0.4s;
}
footer.skin-dark-footer .footer-widget ul li a:hover, footer.skin-dark-footer .footer-widget ul li a:focus{
    color:rgba(255,255,255,1);
}
.widget_media_image {-webkit-box-shadow: 0px 0px 10px 1px rgba(71, 85, 95, 0.08);
    box-shadow: 0px 0px 10px 1px rgba(71, 85, 95, 0.08);
    margin-top: 1rem;
}
.footer-bottom {
    padding: 15px 0;
    border-top: 1px solid #e9edf3;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.64);
}
.skin-dark-footer .footer-bottom {
    border-top: 1px solid rgba(255,255,255,0);
}
ul.footer-bottom-social {
    margin: 0;
    padding: 0;
}
ul.footer-bottom-social li {
    display: inline-block;
    list-style: none;
    margin-right: 17px;
}
ul.footer-bottom-social li a {
    color:#546e7a;
}
ul.footer-bottom-social li a:hover, ul.footer-bottom-social li a:focus{
	color:#00b9c0;
}
ul.footer-bottom-social li i {
    margin-right: 5px;
}
footer.skin-dark-footer ul.footer-bottom-social li a {
    color:#ffffff;
	opacity:0.8;
}
footer.skin-dark-footer ul.footer-bottom-social li a:hover, footer.skin-dark-footer ul.footer-bottom-social li a:focus{
	color:#ffffff;
	opacity:1;
}


/*------------ Error Page ---------------------*/
.error-page h2 {
    font-size: 200px;
}










/*--------------------------------------------------
	Responsiveness Start
---------------------------------------------------*/
@media (min-width: 768px) {
	.home-form-1 .form-group {
		margin-bottom:0rem;
	}
}
@media (min-width: 992px) {
	.hover-dropdown .navbar-nav > .dropdown:hover > .dropdown-menu {
		display: block;
		margin-top: 0px;
	}
	.filter_search_opt {
		display: none;
	}
	.navbar-nav > .dropdown .dropdown-menu {
		min-width: 210px;
		margin-top: 0px;
	}
	.dropdown-submenu:hover > .dropdown-menu {
		display: block;
	}
	.main-banner.image-banner, .hero-header, .hero-banner{
		min-height:580px;
	}
	
	.hover-dropdown .navbar-nav > .dropdown:hover > .dropdown-menu {
		display: block;
		margin-top: 0px;
	}
	
	.navbar-nav > .dropdown .dropdown-menu {
		min-width: 210px;
		margin-top: 0px;
	}
	
	.dropdown-submenu:hover > .dropdown-menu {
		display: block;
	}

	.hero-content h1{
		font-size:60px;
	}
	.content h1{
		font-size:70px;
	}
	.hero-content p{
		font-size:22px;
	}

	.sec-heading h2{
		font-size:44px;
		line-height:1.2;
	}
	.sec-heading p{
		font-size:17px;
	}
	.page-title h1{
		font-size:55px;
		line-height:1.4;
	}
	
	.modal-dialog {
		max-width: 600px;
		margin: 30px auto;
	}
	.main-banner {
		min-height:580px;
	}
	.half-banner .main-banner {
		min-height:580px;
	}
	.main-banner h2 {
		font-size: 50px;
		font-weight: 600;
		margin-bottom: 10px;
	}
	.main-banner p {
		font-size: 17px;
	}
	ul.amenities.third li{
		width:32.9%;
	}
	.author-hero-header{
		height:480px;
	}
	.side-full-map.map-container {
		height: 100vh;
		width:41.666667%;
		position: fixed !important;
	}
	section.sidesearch-list {
		padding-top:40px;
    }
}



@media (min-width: 1200px) {
	.pa-meta-type {
		width:19%;
	}
	.half-banner .main-banner{
		min-height:500px;
		height:80vh;
	}
	.main-banner{
		min-height:580px;
		height:100vh;
	}
	
}

@media (max-width: 600px) {


}

.listing-detail_right{
    margin-bottom: 2.2em;
    margin-top: auto;
}
@media (max-width: 767px) {
	.dropdown-submenu > .dropdown-menu.show {
		display: block;
	}
	.home-form-1 .form-group {
		margin-bottom:1rem;
	}
	ul.banner-cat-list li {
		margin: 3px;
	}
	ul.banner-cat-list li a {
		width: 50px;
		height: 40px;
	}
	ul.banner-cat-list li a span{
		display:none;
	}
	ul.banner-cat-list li a i {
		font-size: 22px;
		line-height: 1.2;
	}
	.modern-layout .grid-layout-body {
		margin-top: -24px;
	}
	.modern-layout .gl-list-author a {
		width: 65px;
		height: 65px;
	}
	.modern-layout .gl-list-author img {
		width: 65px;
	}
	.modern-layout .gl-list-caption h4{
		font-size:16px;
	}
	.modern-layout .gl-tagline {
		font-size: 12px;
	}
	.tr-single-body {
		padding: 15px 10px 25px;
	}
	.icon-box-round {
		width: 35px;
		height: 35px;
		line-height: 38px;
		margin-right:5px;
		font-size: 15px;
	}
	.pricing-list-item td {
		display: block;
	}
	.pricing-list-item td .box-input.pr-title {
		width: 100%;
		max-width: 100%;
	}
	.pricing-list-item td .box-input {
		margin-right: 0px;
		margin-bottom: 10px;
	}
	.pricing-list-item td .box-input.pr-price {
		max-width: 100%;
		width: 100%;
	}
	.pricing-list-item td .box-close {
		position: absolute;
		top:0px;
		right:0px;
	}
	tr.pricing-list-item.pattern.ui-sortable-handle {
		position: relative;
	}
	.icon-box-icon-block {
		font-size: 12px;
		word-break: break-word;
	}
	.icon-box-round {
		display: inline-block;
		width: 30px;
		height: 30px;
		line-height: 34px;
		margin-right:5px;
		font-size: 13px;
	}
	.listing-detail_right.text-right {
		text-align: left !important;
	}
	a.btn.btn-list {
		padding: 12px 10px;
		font-size: 12px;
		margin-bottom: 0px;
	}
	.utility-box-avatar {
		display: table;
		margin-bottom: 5px;
		width: 90px;
		height: 90px;
		margin: 10px auto;
	}
	.utility-box-wrap {
		display: inline-block;
		width: 100%;
	}
	.utility-box-avatar-detail {
		display: table;
		margin: 0 auto;
		text-align: center;
	}
	.listing-detail-item {
		display: inline-block;
		margin-left: 0px;
	}
	.add-list-box {
		margin-bottom: 2em;
	}
	.tr-list-thumb {
		max-width:75px;
		height:75px;
		margin-right:10px;
	}
	.tr-list-detail .veryfied-list {
		font-size: 18px;
	}
	.tr-list-wrap {
		position: relative;
		bottom: 50px;
		display: block;
	}
	.payment-opt-tab .nav-tabs .nav-link img {
		max-width: 50px;
	}
	.pa-meta-type {
		margin-bottom: 5px;
	}
	.comment-form-avater {
		width: 38px;
		height: 38px;
	}
	.comment-form-box {
		width: 80%;
	}
	.overlay-top {
		margin-top: -60px;
	}
}

@media (max-width: 1199px) {
	.verticleilist.listing-shot .signle-vert-listing-item {
		
	}
}

@media (max-width: 1023px) {
	.dashboard-sidebar {
		width: 100%;
	}
	.tab-content.dashboard-wrap {
		padding: 10px;
		width: calc(100% - 0px);
	}
	.pricing .card-title {
		font-size: 40px;
	}
	.pricing .btn {
		padding: 12px 15px;
		font-size: 14px;
	}
	.pricing .card-body {
		padding: 0;
	}
}


@media (max-width: 991px) {
	.m-top-light-shadow .header .navbar-toggler {
		color: #626a70;
	}
	.change-logo .nav-brand.static-logo {
		display: none;
	}
	.nav-menu.nav-menu-social>li.add-listing {
		top: 0;
	}
	.nav-menu.nav-menu-social>li.add-listing a {
		top: 0;
		padding: 15px 20px;
	}
    .nav-menu.nav-menu-social > li.add-listing {
        height: auto;
    }
	.nav-menu.nav-menu-social>li {
		display: block;
		margin: 0 10px;
	}
	.nav-menu>li .nav-dropdown{
		background:transparent;
		box-shadow:none;
	}
	.nav-menu>li>.nav-dropdown:before{
		display:none;
	}
	.navigation-portrait .nav-dropdown>li>ul>li>a {
		padding-left: 10px;
	}
	.sm-sidebar {
		height: 100%;
		max-width: 350px;
		min-width: 220px;
		background-color: #fff;
		position: fixed!important;
		top: 0;
		z-index: +2000;
		overflow: auto;
		-webkit-box-shadow: 0 2px 10px 0 #d8dde6;
		box-shadow: 0 2px 10px 0 #d8dde6;
		position: relative;
		animation: animateleft .4s;
		left: 0;
		display: none;
	}
	.search-sidebar_header {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
	}
	.simple-sidebar {
		background: #ffffff;
		padding: 20px;
		border-radius: 0.4rem;
		border: 1px solid #e3e8ef;
	}
	.m-top-light-shadow .header-nav-bar .navbar-nav .nav-link {
		padding: 35px 15px;
		color: #546e7a;
	}
	.m-top-light-shadow .header-nav-bar .navbar-nav .nav-item:hover .nav-link,
	.m-top-light-shadow .header-nav-bar .navbar-nav .nav-item:focus .nav-link,
	.m-top-light-shadow .header-nav-bar .navbar-nav .nav-item.active .nav-link {
		color: #546e7a;
	}
	.topbar {
		background:#00b9c0;
		position: relative;
	}
	.topbar.m-top-light{
		background:#ffffff;
	}
	.topbar.m-top-light-shadow{
		background:#ffffff;
		box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
		-webkit-box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
	}
	.ct-header p {
		font-size: 16px;
		line-height: 1.4;
	}
	.simple-banner img {
		position:relative;
		top: -20px;
		right: 2%;
	}
	.header.exchange-logo .sticky-logo {
		display: none;
	}
	.header-nav-bar .navbar-nav .nav-link {
		padding: 15px 15px;
	}
	.header-nav-bar .navbar-nav .nav-link i {
		float: right;
	}
	.header .navbar-toggler {
        margin-right:12px;
    }
	.nav-search{
		display:none;
	}
	.header .navbar-brand img {
		max-width: 150px;
	}

	.hidden-sm {
		display: none;
	}
	a.list-cat {
		top: 20px;
		right: 20px;
		bottom: inherit;
		left: inherit;
	}
	.verticleilist.listing-shot .signle-vert-listing-item {
		display: block;
		height: auto;
	}
	.verticleilist.listing-shot .listing-item {
		flex: auto;
		overflow: hidden;
		min-height: 210px;
		height: 180px;
	}
	.listing-shot-img {
		min-height: 150px;
		height: 100%;
		overflow: hidden;
	}
	.verticleilist.listing-shot .verticle-listing-caption {
		flex: auto;
		padding: 2em;
		position: relative;
	}
	.verticle-listing-caption .listing-shot-caption {
		position: relative;
		top: 0;
		transform: inherit;
		left: 0;
		padding-right: 0;
	}
	.verticleilist.listing-shot .signle-vert-listing-item {
		height: auto;
	}
	
	.error-page h2 {
		font-size:150px;
	}
	
}

@media (max-width: 600px) {
	.error-page h2 {
		font-size:80px;
	}
.footer-widget {
    padding:30px 0;
}
}
.main-banner .banner-title{
    text-align: center;
    font-size: 65px;
    font-weight: 600;
    line-height: 1.2;
}
.main-banner .banner-title span{
    color: #3CCDD2;
}
.counter-item .icon-box-circle {
    background: white;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom:12px;
}
.counter-item .icon-box-circle img{
    width: 40px;
    height: auto
}
.counter-item .counter{
    font-size: 50px;
    color: white;
    line-height: 1.3;
    word-spacing: -5px;
    font-weight: 600;
    text-align: center;
}
.counter-item .counter span{
    margin-right: 10px;
    display: inline-block;
}
.counter-item h3 {
    color: white;
    font-size: 18px;
    font-weight: 300;
    line-height: 2.5;
}
.destination-list .destination-list-caption .author-avater{
    right: calc(50% - 35px);
    border: 4px solid #fff;
    -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
    box-shadow: 0 2px 10px 0 #d8dde6
}
.destination-list-caption .date{
    font-size: 14px;
    font-weight: 400;
    color: rgb(98, 106, 112);
    line-height: 1.7;
}
.destination-list-caption p{
    margin: 0 0 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    color: #626a70;
}
.btn-readmore{
    color: #26354e;
    font-weight: 700;
    text-transform: capitalize;
    margin-top: 20px;
    display: block;
}
.destination-list{
    -webkit-box-shadow: 0px 0px 10px 1px rgba(71, 85, 95, 0.08);
    box-shadow: 0px 0px 10px 1px rgba(71, 85, 95, 0.08);
}
.destination-list:hover {
    -webkit-box-shadow: 0 10px 30px 0 rgba(58, 87, 135, 0.15);
    box-shadow: 0 10px 30px 0 rgba(58, 87, 135, 0.15);
}
.owl-carousel .owl-stage-outer{
    padding: 20px 0
}
@media (max-width: 768px){
    .main-banner .banner-title {
        font-size: 29px;
        margin-top:70px
    }

    .main-banner p{
        font-size: 15px;
        margin-bottom: 20px
    }
    .main-banner fieldset select.selectpicker, .main-banner fieldset .form-control, .main-banner fieldset .seub-btn,.main-banner .select2-container {
        height: 56px
    }
    div.banner-cat-list .banner-category{
        margin-bottom: 30px
    }
    .grid-category-thumb .overlay-cate img {
        height: auto;
    }
    .city-list-box{
        height: 160px;

    }
    .category-box-content{
        bottom: calc(50% - 55px);
    }
    .counter-item .icon-box-circle{
        width: 60px;
        height: 60px;
    }
    .counter-item .icon-box-circle img {
        width: 30px;
        height: auto;
    }
    .counter-item{
        margin-bottom: 35px
    }
    .counter-item:last-child{
        margin-bottom: 0;
    }
    .counter-item .counter {
        font-size: 45px;
    }
    .destination-list-caption p{
        display:none;
    }
    .destination-list-caption .btn-readmore {
        display: none;
    }
}
.page-title-banner{
    height: 225px;
}
.page-title-banner .btn-trans{
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: white;
    transition: 300ms all;
}
.page-title-banner .btn-trans:hover{
    color: #00bac1;
    background: white;
}
.listing-hours-inner1 {
    -webkit-column-count: 7;
    -moz-column-count: 7;
    column-count: 7;
    display: -webkit-flex;
    -webkit-align-items: flex-start;
    display: flex;
    align-items: flex-start;
}
.listing-hours-inner1 .listing-day {
    display: inline-block;
    color: #626a70;
    width: 100%;
    text-align: center;
    border: 1px solid #dde6ef;
}
.listing-hours-inner1 .listing-day .day {
    color: #626a70;
    font-weight: 600;
    border-bottom: 1px solid #dde6ef;
    display: block;
    text-transform: capitalize;
    font-size: 16px
}
.tr-single-header h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
}
.contact-klinik{
    position: sticky;
    top: 100px
}
@media (max-width: 768px){
    .listing-hours-inner1 {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        display: block;
    }
    .listing-hours-inner1 .listing-day {
        margin-top: 5px;
        margin-bottom: 5px
    }
    .page-title-banner{
        height: 375px;
        margin-top: 0px;
        display: flex;
        align-items: center;
        background-position: center;
    }
    .page-title{
        margin-top: 0;
    }
    .tr-list-detail{
        padding: 0em 0 1em 0;
    }
    .tr-single-header{
        padding: 12px 20px 12px;
    }
    .tr-single-header h3{
        font-size: 20px;
        line-height: 30px;
    }
    .tr-single-body{
        padding: 15px 19px 25px;
    }
    .tr-single-body iframe{
        height: 271px;
        width: 100%;
    }
}
.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.listing-cat a:after,.klinik-categories a.klinik-category:after{
    content: ',';
}
.listing-cat a:last-child:after,.klinik-categories a.klinik-category:last-child:after{content: '';}
@media (min-width: 1300px){
    .container {
        max-width: 1250px;
    }
}.listing-item .listing-items .listing-shot-img{
    position: relative;
 }
.listing-item .listing-items .listing-shot-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* position: absolute; */
}
.listing-item .listing-items .listing-shot-img:before{
    background: linear-gradient(to bottom, transparent 17%, rgba(70,76,99,.8));
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    z-index: 3;
}
#main-full-map img.marker{
    border-radius : 50%
}
.listing-day.current *{
    color:#00bac1 !important;
}
.listing-day .bottom-inner{
    font-size: 14px
}
.city-list .number{
    color: #FFFFFF;
    background-color: rgba(255, 255, 255, 0.2);
    display: inline-block;
    border-radius: 50px;
    top: 25px;
    left: 20px;
    padding: 3px 25px;
    position: absolute;
    z-index: 2;
    font-size: 13px;
    border: 1px solid #FFFFFF;
}
.listing-item img{
    transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
}
.verticleilist{
    -webkit-box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
    box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
    background: #fff;
    -webkit-transition: all 0.25s ease-in-out 0s;
    -o-transition: all 0.25s ease-in-out 0s;
    transition: all 0.25s ease-in-out 0s;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    overflow: hidden;
}
.listing-content-bottom{
    padding: 10px 0;
    border-top: 1px solid #eaeff5;
    margin-top: auto;
    left: 0;
    position: relative;
    margin-top: auto
}
.iti{
    width: 100%;
}
.listing-content-bottom .listing-time{
    font-size: 14px;
    font-weight: 800;
}
.contact-klinik{
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 15px 5px;
}
.iti__flag {background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/17.0.12/img/flags.png");}
.reviews .tr-single-body{
    padding: 0px 25px 15px 25px;
}
.review-add{
    padding: 25px
}
.reviews .tr-single-body .review-item{
    border-bottom:1px solid #eeeeee;
    padding-top: 25px;
}
.reviews .tr-single-body .review-item:last-child{
    border-bottom:none;
}
.reviews .tr-single-body .review-item h5{
    margin-bottom: 5px
}
.reviews .tr-single-body .review-item span{
    margin-bottom: 15px
}
.reviews .tr-single-body .review-item span{
    font-size:14px;
    color: #626a70
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/17.0.12/img/flags@2x.png");}
}
.rating{
}
.rating:not(:checked) > input {
    position:absolute;
    clip:rect(0,0,0,0);
}
.rating:not(:checked) > label {
    float:right;
    width: 1.4em;
    padding:0 .1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:22px;
    line-height:1.2;
    color:#ddd;
    transition: 100ms all;
}
.rating:not(:checked) > label:before {
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: '\f005';
}
.rating > input:checked ~ label {
    color:#c6f700;
}
.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
    color:#c6f700;
}
.rating > input:checked + label:hover,
.rating > input:checked + label:hover ~ label,
.rating > input:checked ~ label:hover,
.rating > input:checked ~ label:hover ~ label,
.rating > label:hover ~ input:checked ~ label {
    color: #c6f700
}
.rating > label:active {
    position:relative;
    top:2px;
    left:2px;
}

.rating [type="radio"]:not(:checked) + label::before,.rating [type="radio"]:checked + label::before{
    border:none;
}
.rating [type="radio"]:checked + label::after,.rating [type="radio"]:not(:checked) + label::after {
    background: transparent;
}
.rating label span{
    visibility: hidden;
}
@media (max-width: 992px){
    .city-names {
        line-height: 1;
    }
    .city-list .number{
        top: 15px;
        left: 10px;
    }
}
.swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}
.swiper-slide {
    background-size: cover;
    background-position: center;
}
.gallery-top {
    height: 80%;
    width: 100%;
}
.gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}
.gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    border-radius: 5px;
}
.gallery-thumbs .swiper-slide .thumbssa:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: #182b54;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    opacity: 0.6;
    filter: alpha(opacity=60);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.gallery-thumbs .swiper-slide-thumb-active .thumbssa:after{
    opacity: 0;
}
.contact-klinik-input .form-group input{
    height:45px;
}
.tesekkurler{
    
}
.tesekkurler i{
        font-size: 222px;
        color:#00B9C0;
}
.tes-content h1{
    font-size: 59px;
}

.tes-content p{
    font-size: 19px;
}
.mobil-menu{
    display:none
}
@media (max-width: 768px){
    .header .theme-bg{
        background: #00bcc3 !important;
        margin-top: 20px!important;
    }
    .mobil-menu{
        display:block
    }
	
	.lang{
		width: 100%!important;
		min-height: auto!important;
		padding-top: 20px!important;
	}
	.lang a{
		width: auto!important;
		padding: 0!important;
		margin: 0 10px!important;
	}
	.nav-menu > li {
    min-height: auto;
}
}
.klinik-services span.ppl-offer{
    padding: 5px 20px;
    font-size: 16px;
    color: #00bac1;
    font-weight: 600;
    transition: 250ms all;
}
.klinik-services .product-price-list:nth-child(even) span.ppl-offer{
    background: white;
}
.klinik-services span.ppl-offer:hover{
    padding: 5px 25px;
}
.simple-form .form-control, .modal .form-control{background: #ffffff}
.listing-cat{
    padding-right: 100px;
}
.listing-price-info.bg-light span{
    background: white!important;
    color:#00b9c0;
}
.nav-menu.nav-menu-social.align-to-right ul li{
  
}

.swiper-container{
overflow: hidden;
position: relative;
}
/* =========================================================
   FindClin Modern UI v1 - Doctify inspired original refresh
   Safe override layer for the legacy PHP theme
   ========================================================= */
:root{
    --fc-primary:#00bac1;
    --fc-primary-dark:#03949a;
    --fc-secondary:#22345f;
    --fc-text:#24324b;
    --fc-muted:#6c7a91;
    --fc-soft:#f4f8fb;
    --fc-border:#e3edf4;
    --fc-white:#ffffff;
    --fc-warning:#ffc44d;
    --fc-shadow:0 16px 45px rgba(34,52,95,.10);
    --fc-radius:22px;
}
body{background:#f7fafc;color:var(--fc-text);font-family:'Poppins',Arial,sans-serif;}
a{color:var(--fc-secondary)}
a:hover{color:var(--fc-primary);text-decoration:none}
.fc-container-wide{max-width:1440px;margin:0 auto;}
.fc-header{position:sticky;top:0;z-index:999;background:rgba(255,255,255,.96)!important;border-bottom:1px solid var(--fc-border);box-shadow:0 8px 28px rgba(34,52,95,.06);backdrop-filter:blur(12px)}
.fc-header-container{padding-left:24px!important;padding-right:24px!important}
.fc-navigation{height:76px;display:flex;align-items:center;}
.fc-brand .fc-logo,.fc-logo{max-height:54px;width:auto!important;object-fit:contain}
.fc-main-menu>li>a{font-weight:600;color:#24324b!important;padding:26px 14px!important;font-size:14px}
.fc-main-menu>li>a:hover{color:var(--fc-primary)!important}
.fc-nav-actions .fc-lang{display:flex;align-items:center;gap:10px;margin-right:14px}
.fc-lang a{padding:0!important;display:inline-flex;align-items:center}
.fc-lang img{height:18px!important;border-radius:2px;box-shadow:0 2px 8px rgba(0,0,0,.12)}
.fc-add-clinic{border-radius:999px!important;background:var(--fc-primary)!important;overflow:hidden;margin-right:14px!important}
.fc-add-clinic a{padding:13px 22px!important;color:#fff!important;font-weight:700!important}
.fc-primary-btn,.fc-primary-mini,.fc-outline-btn,.fc-outline-light,.fc-whatsapp-mini{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;font-weight:700;transition:.2s ease;line-height:1.1}
.fc-primary-btn{background:var(--fc-primary);color:#fff!important;border:1px solid var(--fc-primary);padding:16px 28px;box-shadow:0 14px 30px rgba(0,186,193,.24)}
.fc-primary-btn:hover{background:var(--fc-primary-dark);color:#fff!important;transform:translateY(-1px)}
.fc-primary-mini{background:var(--fc-primary);color:#fff!important;border:1px solid var(--fc-primary);padding:12px 18px;font-size:13px;white-space:nowrap}
.fc-outline-btn{background:#fff;color:var(--fc-secondary)!important;border:1px solid var(--fc-border);padding:12px 18px;font-size:13px;white-space:nowrap}
.fc-outline-btn:hover{border-color:var(--fc-primary);color:var(--fc-primary)!important;background:#f8feff}
.fc-outline-light{border:1px solid rgba(255,255,255,.38);color:#fff!important;padding:13px 22px;background:rgba(255,255,255,.10)}
.fc-whatsapp-mini{width:45px;height:45px;background:#25D366;color:#fff!important;border:1px solid #25D366;font-size:18px}
.fc-eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--fc-primary);background:rgba(0,186,193,.10);border:1px solid rgba(0,186,193,.15);border-radius:999px;padding:9px 14px;font-size:13px;font-weight:700;margin-bottom:16px}
.fc-section{padding:74px 0}.fc-section-head{max-width:760px;margin-bottom:34px}.fc-section-head.text-center{margin-left:auto;margin-right:auto}.fc-section-head span{display:block;color:var(--fc-primary);font-weight:800;letter-spacing:.03em;text-transform:uppercase;font-size:12px;margin-bottom:8px}.fc-section-head h2{font-size:36px;line-height:1.18;color:var(--fc-secondary);font-weight:800;margin:0 0 10px}.fc-section-head p{font-size:16px;color:var(--fc-muted);margin:0}
/* Home hero */
.fc-hero{position:relative;overflow:hidden;padding:92px 0 84px;background:linear-gradient(135deg,#effcff 0%,#f7fbff 48%,#eef4ff 100%)}
.fc-hero:before{content:"";position:absolute;right:-180px;top:-160px;width:520px;height:520px;border-radius:50%;background:rgba(0,186,193,.16)}
.fc-hero:after{content:"";position:absolute;left:-180px;bottom:-220px;width:520px;height:520px;border-radius:50%;background:rgba(34,52,95,.08)}
.fc-hero .container{position:relative;z-index:2}.fc-hero-copy h1{font-size:56px;line-height:1.06;color:var(--fc-secondary);font-weight:900;letter-spacing:-.04em;margin-bottom:20px}.fc-hero-copy p{font-size:18px;line-height:1.75;color:var(--fc-muted);max-width:650px;margin-bottom:24px}.fc-hero-badges{display:flex;flex-wrap:wrap;gap:12px}.fc-hero-badges span{display:inline-flex;align-items:center;gap:8px;background:#fff;border:1px solid var(--fc-border);border-radius:999px;padding:10px 14px;color:#394963;font-weight:600;box-shadow:0 8px 24px rgba(34,52,95,.06)}.fc-hero-badges i{color:var(--fc-primary)}
.fc-search-card{background:#fff;border:1px solid var(--fc-border);border-radius:30px;padding:30px;box-shadow:var(--fc-shadow);max-width:480px;margin-left:auto}.fc-search-card h3{font-size:24px;color:var(--fc-secondary);font-weight:800;margin-bottom:18px}.fc-search-field{margin-bottom:16px}.fc-search-field label{display:block;font-size:13px;font-weight:700;color:#526073;margin-bottom:7px}.fc-search-card .form-control,.fc-filter-panel .form-control{height:54px;border:1px solid var(--fc-border)!important;border-radius:15px!important;box-shadow:none!important;background:#fbfdff;color:#24324b}.fc-input-icon{position:relative}.fc-input-icon i{position:absolute;left:17px;top:50%;transform:translateY(-50%);color:var(--fc-muted);z-index:2}.fc-input-icon input{padding-left:44px!important}.fc-search-card .select2-container--default .select2-selection--single,.fc-filter-panel .select2-container--default .select2-selection--single{height:54px!important;border:1px solid var(--fc-border)!important;border-radius:15px!important;background:#fbfdff}.fc-search-card .select2-container--default .select2-selection--single .select2-selection__rendered,.fc-filter-panel .select2-container--default .select2-selection--single .select2-selection__rendered{line-height:54px!important;color:#24324b}.fc-search-card .select2-container--default .select2-selection--single .select2-selection__arrow,.fc-filter-panel .select2-container--default .select2-selection--single .select2-selection__arrow{height:54px!important}
.fc-stats-strip{position:relative;margin-top:-30px;z-index:3}.fc-stats-strip .container{background:#fff;border:1px solid var(--fc-border);border-radius:24px;box-shadow:var(--fc-shadow);padding:24px}.fc-stat{text-align:center;border-right:1px solid var(--fc-border)}.fc-stats-strip .col-md-4:last-child .fc-stat{border-right:0}.fc-stat strong{display:block;color:var(--fc-secondary);font-size:34px;font-weight:900}.fc-stat span{color:var(--fc-muted);font-weight:700}
.fc-category-card{display:block;background:#fff;border:1px solid var(--fc-border);border-radius:22px;padding:24px;min-height:168px;box-shadow:0 10px 30px rgba(34,52,95,.06);transition:.22s ease}.fc-category-card:hover{transform:translateY(-4px);box-shadow:var(--fc-shadow);border-color:rgba(0,186,193,.38)}.fc-category-icon{width:58px;height:58px;border-radius:18px;background:rgba(0,186,193,.10);color:var(--fc-primary);display:flex;align-items:center;justify-content:center;font-size:24px;margin-bottom:20px}.fc-category-card strong{display:block;color:var(--fc-secondary);font-size:17px;line-height:1.3;margin-bottom:8px}.fc-category-card small{color:var(--fc-muted);font-weight:600}
.fc-featured-section{background:#fff}.fc-clinic-card{background:#fff;border:1px solid var(--fc-border);border-radius:24px;overflow:hidden;box-shadow:0 12px 36px rgba(34,52,95,.08);transition:.22s ease;height:100%}.fc-clinic-card:hover{transform:translateY(-3px);box-shadow:0 18px 45px rgba(34,52,95,.14)}.fc-clinic-media{position:relative;display:block;height:205px;background:#dfe8ef;overflow:hidden}.fc-result-card .fc-clinic-media{width:250px;min-width:250px;height:auto}.fc-clinic-media img{width:100%;height:100%;object-fit:cover;transition:.22s ease}.fc-clinic-card:hover .fc-clinic-media img{transform:scale(1.04)}.fc-package-badge{position:absolute;left:14px;top:14px;background:linear-gradient(135deg,#ffb835,#ff7a00);color:#fff;border-radius:999px;padding:9px 13px;font-size:12px;font-weight:900;box-shadow:0 8px 20px rgba(255,122,0,.24);z-index:3}.fc-clinic-body{padding:22px}.fc-clinic-logo-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:-48px;margin-bottom:14px;position:relative;z-index:3}.fc-result-card .fc-clinic-logo-row{margin-top:0}.fc-clinic-logo{width:68px;height:68px;border-radius:18px;background:#fff;border:1px solid var(--fc-border);box-shadow:0 8px 25px rgba(34,52,95,.12);display:flex;align-items:center;justify-content:center;padding:8px}.fc-clinic-logo img{max-width:100%;max-height:100%;object-fit:contain}.fc-verified{display:inline-flex;align-items:center;gap:6px;background:#eefbf8;color:#0b9964;border:1px solid #cef4e7;border-radius:999px;padding:8px 10px;font-size:12px;font-weight:800;white-space:nowrap}.fc-clinic-body h3{font-size:20px;font-weight:900;line-height:1.25;margin-bottom:10px;color:var(--fc-secondary)}.fc-clinic-body h3 a{color:var(--fc-secondary)}.fc-clinic-body p{font-size:14px;line-height:1.65;color:var(--fc-muted);margin-bottom:14px}.fc-card-meta{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap;border-top:1px solid var(--fc-border);padding-top:14px;margin-top:14px;color:#4b5b73;font-size:13px;font-weight:700}.fc-card-meta i{color:var(--fc-warning)}.fc-muted{color:#a0acbc!important}.fc-card-actions{display:flex;align-items:center;gap:10px;margin-top:16px;flex-wrap:wrap}.fc-result-card{display:flex;height:auto}.fc-result-card .fc-clinic-body{flex:1}.fc-result-location{font-size:13px;color:var(--fc-muted);line-height:1.5}.fc-result-location i{color:var(--fc-primary);margin-right:6px}.fc-result-location a{color:var(--fc-muted)}
.fc-country-card{position:relative;display:block;border-radius:24px;overflow:hidden;height:260px;box-shadow:var(--fc-shadow);background:#16284d}.fc-country-card img{width:100%;height:100%;object-fit:cover;opacity:.74;transition:.25s ease}.fc-country-card:hover img{transform:scale(1.05);opacity:.58}.fc-country-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.05),rgba(19,34,67,.72))}.fc-country-card span,.fc-country-card small{position:absolute;left:24px;z-index:2;color:#fff}.fc-country-card span{bottom:54px;font-size:26px;font-weight:900}.fc-country-card small{bottom:27px;font-size:14px;font-weight:700;color:rgba(255,255,255,.82)}
.fc-how-section{background:linear-gradient(135deg,#f7fbff,#eefcff)}.fc-step{background:#fff;border:1px solid var(--fc-border);border-radius:24px;padding:28px;height:100%;box-shadow:0 12px 34px rgba(34,52,95,.07)}.fc-step b{width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--fc-primary);color:#fff;font-size:20px;margin-bottom:18px}.fc-step h3{font-weight:900;color:var(--fc-secondary);font-size:21px}.fc-step p{color:var(--fc-muted);line-height:1.7;margin:0}.fc-blog-card{height:100%;background:#fff;border:1px solid var(--fc-border);border-radius:24px;box-shadow:0 12px 34px rgba(34,52,95,.07);overflow:hidden}.fc-blog-card img{width:100%;height:205px;object-fit:cover}.fc-blog-card div{padding:22px}.fc-blog-card small{color:var(--fc-primary);font-weight:700}.fc-blog-card h3{font-size:19px;font-weight:900;line-height:1.35;margin:10px 0}.fc-blog-card p{color:var(--fc-muted);line-height:1.65;margin:0}.fc-cta-section{padding:70px 0;background:#fff}.fc-cta-box{display:flex;align-items:center;justify-content:space-between;gap:20px;background:linear-gradient(135deg,var(--fc-secondary),#132345);border-radius:30px;padding:42px;color:#fff;box-shadow:var(--fc-shadow)}.fc-cta-box span{color:#7debf0;font-weight:800;text-transform:uppercase;font-size:12px}.fc-cta-box h2{color:#fff;font-weight:900;margin:8px 0}.fc-cta-box p{color:rgba(255,255,255,.76);margin:0;max-width:680px}
/* Listing pages */
.fc-listing-hero{padding:54px 0;background:linear-gradient(135deg,#183262,#0b6f82);color:#fff;position:relative;overflow:hidden}.fc-listing-hero:after{content:"";position:absolute;right:-90px;top:-130px;width:360px;height:360px;border-radius:50%;background:rgba(255,255,255,.08)}.fc-listing-hero .fc-eyebrow{background:rgba(255,255,255,.13);border-color:rgba(255,255,255,.18);color:#fff}.fc-listing-hero h1{font-size:42px;font-weight:900;color:#fff;letter-spacing:-.03em;margin-bottom:10px}.fc-listing-hero p{font-size:16px;color:rgba(255,255,255,.78);max-width:800px;margin:0}.fc-modern-listing{padding:26px 0 70px!important;background:#f7fafc!important}.fc-filter-panel{background:#fff;border:1px solid var(--fc-border);border-radius:24px;padding:22px;box-shadow:0 12px 34px rgba(34,52,95,.07);margin-bottom:24px}.fc-filter-panel .form-group{margin-bottom:16px}.fc-filter-panel .btn-extra-features{background:#f4f8fb!important;border:1px solid var(--fc-border)!important;border-radius:15px!important;color:#24324b!important;font-weight:700;padding:16px 18px}.fc-filter-panel .switchbtn-label{border-radius:999px!important;border:1px solid var(--fc-border)!important;background:#fff!important;color:#4f6178!important;padding:10px 15px!important}.fc-filter-panel .switchbtn-checkbox:checked + .switchbtn-label{background:var(--fc-primary)!important;color:#fff!important;border-color:var(--fc-primary)!important}.fc-searched-list .loading-button .load-more-button,.fc-searched-list .more-button .load-more-button{display:inline-flex!important;align-items:center;justify-content:center;background:var(--fc-primary)!important;color:#fff!important;border-radius:999px!important;padding:14px 28px!important;border:0!important;box-shadow:0 12px 24px rgba(0,186,193,.20)}.fc-map-column .map-container{position:sticky;top:100px;height:calc(100vh - 120px)!important;border-radius:24px;overflow:hidden;border:1px solid var(--fc-border);box-shadow:0 12px 34px rgba(34,52,95,.08);margin-right:20px}.fc-map-column #main-full-map{height:100%!important}.fc-seo-content{border-radius:24px!important;border:1px solid var(--fc-border)!important;box-shadow:0 12px 34px rgba(34,52,95,.07)!important;margin-top:24px!important;background:#fff!important}.fc-seo-content h3{font-size:28px;color:var(--fc-secondary);font-weight:900}.fc-seo-content .blog-text{color:var(--fc-muted);font-size:15px;line-height:1.85}
/* Clinic detail */
.page-title-banner{background-position:center!important}.page-title-banner:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(22,40,77,.86),rgba(0,186,193,.42));}.page-title-banner .container{position:relative;z-index:2}.tr-list-wrap{border-radius:28px!important;background:rgba(255,255,255,.10)!important;backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,.22)!important;padding:24px!important}.tr-list-thumb{border-radius:22px!important;background:#fff!important;box-shadow:0 14px 34px rgba(0,0,0,.16)!important}.tr-list-info h3{font-weight:900!important;font-size:34px!important}.klinik-category{background:rgba(255,255,255,.16)!important;color:#fff!important;border:1px solid rgba(255,255,255,.24)!important;border-radius:999px!important;padding:8px 12px!important;display:inline-flex;margin:3px;font-weight:700}.tr-single-detail.gray{background:#f7fafc!important}.tr-single-box{border-radius:24px!important;border:1px solid var(--fc-border)!important;box-shadow:0 12px 34px rgba(34,52,95,.07)!important;overflow:hidden}.tr-single-header{background:#fff!important;border-bottom:1px solid var(--fc-border)!important;padding:22px 24px!important}.tr-single-header h3{font-weight:900!important;color:var(--fc-secondary)!important}.tr-single-body{padding:24px!important;color:#526073;line-height:1.8}.contact-klinik{position:sticky;top:104px}.contact-klinik .tr-single-header{background:linear-gradient(135deg,var(--fc-secondary),#102345)!important}.contact-klinik .tr-single-header h3{color:#fff!important}.contact-klinik .form-control,.booking-form .form-control{border:1px solid var(--fc-border)!important;border-radius:14px!important;height:50px!important;background:#fbfdff}.booking-form textarea.form-control{height:auto!important}.contact-klinik button[type=submit],.booking-form button[type=submit]{border-radius:999px!important;background:var(--fc-primary)!important;color:#fff!important;font-weight:800!important;border:0!important;padding:14px 22px!important;box-shadow:0 12px 24px rgba(0,186,193,.20)}.list-productprice-wrap{border-radius:18px!important;overflow:hidden}.reviews-klinik i{color:#ffc44d!important}
/* Blog */
.blog-content,.verticleilist.listing-shot.full.blog-content{border-radius:24px!important;border:1px solid var(--fc-border)!important;box-shadow:0 12px 34px rgba(34,52,95,.07)!important}.blog-detail-head h1,.blog-detail-head h2{color:var(--fc-secondary);font-weight:900}.single-banner,.page-title-banner{position:relative;}
/* responsive */
@media(max-width:1199px){.fc-result-card .fc-clinic-media{width:220px;min-width:220px}.fc-hero-copy h1{font-size:46px}}
@media(max-width:991px){.fc-navigation{height:auto}.fc-header-container{padding:0 14px!important}.fc-hero{padding:64px 0}.fc-search-card{margin:32px 0 0;max-width:none}.fc-hero-copy h1{font-size:40px}.fc-stat{border-right:0;border-bottom:1px solid var(--fc-border);padding:14px 0}.fc-stats-strip .col-md-4:last-child .fc-stat{border-bottom:0}.fc-result-card{display:block}.fc-result-card .fc-clinic-media{width:100%;height:230px}.fc-map-column .map-container{position:relative;top:auto;height:360px!important;margin:20px}.fc-cta-box{display:block}.fc-cta-box .fc-primary-btn{margin-top:22px}.contact-klinik{position:relative;top:auto}}
@media(max-width:575px){.fc-section{padding:50px 0}.fc-hero-copy h1{font-size:34px}.fc-section-head h2{font-size:28px}.fc-search-card{padding:22px;border-radius:22px}.fc-card-actions{display:grid;grid-template-columns:1fr 1fr auto;width:100%}.fc-outline-btn,.fc-primary-mini{padding:12px 11px}.fc-country-card{height:220px}.fc-cta-box{padding:28px;border-radius:22px}}
.fc-detail-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}.fc-detail-actions .fc-whatsapp-mini{width:46px;height:46px}.fc-quote-helper{background:#f3fbfc;border:1px solid #d9f4f6;color:#506277;border-radius:16px;padding:14px 16px;margin-bottom:18px!important;line-height:1.6}


/* =========================================================
   FindClin Modern UI v2 - Listing layout, Leaflet map, header polish
   ========================================================= */
.fc-header{min-height:82px!important;display:flex;align-items:center}
.fc-header-container{width:100%;padding-left:32px!important;padding-right:32px!important}
.fc-navigation{width:100%;height:82px!important;display:flex!important;align-items:center!important}
.fc-nav-header{display:flex;align-items:center;flex:0 0 auto}
.fc-brand{display:inline-flex!important;align-items:center!important;padding:0!important;margin-right:26px!important}
.fc-brand .fc-logo,.fc-logo{max-height:56px!important;max-width:220px!important}
.fc-nav-wrapper{display:flex!important;align-items:center!important;justify-content:space-between!important;flex:1 1 auto!important;min-width:0!important;float:none!important}
.fc-main-menu{display:flex!important;align-items:center!important;gap:3px!important;margin:0!important;float:none!important;flex:1 1 auto!important;white-space:nowrap}
.fc-main-menu>li{float:none!important;display:flex!important;align-items:center!important}
.fc-main-menu>li>a{height:44px!important;display:inline-flex!important;align-items:center!important;gap:7px!important;padding:0 13px!important;border-radius:999px!important;color:#283955!important;font-size:14px!important;font-weight:700!important}
.fc-main-menu>li>a:hover{background:#f2fbfc!important;color:var(--fc-primary)!important}
.fc-nav-actions{display:flex!important;align-items:center!important;gap:14px!important;float:none!important;margin:0 0 0 auto!important;white-space:nowrap}
.fc-header-support{flex-direction:column;line-height:1.1;border-left:1px solid var(--fc-border);padding-left:18px;margin-left:4px;color:#6d7b91}
.fc-header-support span{font-size:11px;text-transform:uppercase;letter-spacing:.05em;font-weight:800;color:var(--fc-primary)}
.fc-header-support strong{font-size:13px;color:var(--fc-secondary);font-weight:900}
.fc-lang{gap:8px!important;margin:0!important;background:#f6fafc;border:1px solid var(--fc-border);padding:8px 10px!important;border-radius:999px}
.fc-lang img{height:17px!important;width:auto!important}
.fc-add-clinic{margin:0!important;box-shadow:0 14px 28px rgba(0,186,193,.20)}
.fc-add-clinic a{height:48px!important;display:inline-flex!important;align-items:center!important;padding:0 23px!important}

.fc-map-listing-page{padding:0!important;background:#f5f9fc!important;min-height:calc(100vh - 82px)}
.fc-listing-container{max-width:none!important;width:100%!important;padding:24px 28px 64px!important}
.fc-listing-row{display:flex!important;align-items:flex-start!important;gap:24px!important;margin:0!important}
.fc-results-column{flex:0 0 calc(58.5% - 12px)!important;max-width:calc(58.5% - 12px)!important;padding:0!important}
.fc-map-column{flex:0 0 calc(41.5% - 12px)!important;max-width:calc(41.5% - 12px)!important;padding:0!important;display:block!important}
.fc-filter-panel{margin:0 0 22px!important;border-radius:24px!important;padding:24px!important;box-shadow:0 14px 38px rgba(34,52,95,.08)!important}
.fc-filter-panel .row{margin-left:-10px!important;margin-right:-10px!important}
.fc-filter-panel [class*="col-"]{padding-left:10px!important;padding-right:10px!important}
.fc-searched-list{width:100%}
.clinic-content{margin-left:0!important;margin-right:0!important}
.clinic-content>.col-lg-12{padding-left:0!important;padding-right:0!important}
.fc-result-card{display:grid!important;grid-template-columns:300px minmax(0,1fr)!important;min-height:242px!important;border-radius:24px!important;overflow:hidden!important}
.fc-result-card .fc-clinic-media{width:100%!important;min-width:0!important;height:100%!important;min-height:242px!important}
.fc-result-card .fc-clinic-body{padding:24px 24px 22px!important;display:flex;flex-direction:column;justify-content:center}
.fc-result-card .fc-clinic-body p{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:45px}
.fc-result-card .fc-clinic-logo-row{margin-bottom:13px!important;align-items:flex-start!important}
.fc-result-card .fc-clinic-logo{width:64px!important;height:64px!important;border-radius:18px!important}
.fc-result-card .fc-verified{margin-top:7px!important}
.fc-card-actions{margin-top:18px!important}
.fc-image-placeholder{height:100%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:38px;background:linear-gradient(135deg,var(--fc-secondary),var(--fc-primary))}
.is-featured-card{border-color:rgba(255,184,53,.45)!important;box-shadow:0 16px 40px rgba(255,122,0,.10),0 12px 36px rgba(34,52,95,.08)!important}

.fc-map-card{position:sticky;top:102px;height:calc(100vh - 126px);min-height:620px;border-radius:28px;border:1px solid var(--fc-border);background:#fff;overflow:hidden;box-shadow:0 18px 46px rgba(34,52,95,.13)}
.fc-map-heading{height:66px;display:flex;align-items:center;justify-content:space-between;padding:14px 18px;background:rgba(255,255,255,.94);border-bottom:1px solid var(--fc-border);position:relative;z-index:4}
.fc-map-heading span{display:block;font-size:11px;line-height:1.1;font-weight:900;text-transform:uppercase;color:var(--fc-primary);letter-spacing:.05em}
.fc-map-heading strong{display:block;color:var(--fc-secondary);font-size:16px;font-weight:900;line-height:1.2;margin-top:3px}
.fc-map-refresh{width:42px;height:42px;border-radius:999px;border:1px solid var(--fc-border);background:#fff;color:var(--fc-secondary);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 8px 20px rgba(34,52,95,.07)}
.fc-map-refresh:hover{color:#fff;background:var(--fc-primary);border-color:var(--fc-primary)}
.fc-map-column .map-container{position:relative!important;top:auto!important;height:calc(100% - 66px)!important;min-height:554px!important;border-radius:0!important;border:0!important;box-shadow:none!important;margin:0!important;width:100%!important;overflow:hidden!important}
.fc-map-column #main-full-map{width:100%!important;height:100%!important;min-height:554px!important;background:#e9f1f5!important;z-index:1}
.leaflet-container{font-family:'Poppins',Arial,sans-serif;background:#e9f1f5}
.fc-leaflet-div-icon{background:transparent!important;border:0!important}
.fc-map-pin{width:44px;height:44px;border-radius:50% 50% 50% 12px;background:linear-gradient(135deg,#2d72ff,#00bac1);transform:rotate(-45deg);display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 14px 24px rgba(34,52,95,.24);border:3px solid #fff}
.fc-map-pin i{transform:rotate(45deg);font-size:15px;line-height:1}
.fc-map-pin.is-featured{background:linear-gradient(135deg,#ffb835,#ff7a00)}

/* v7: use clinic marker/logo images on the map instead of the generic plus icon */
.fc-leaflet-logo-icon{
    background:transparent!important;
    border:0!important;
}
.fc-map-marker-logo{
    width:54px;
    height:54px;
    border-radius:50%;
    background:#fff;
    border:3px solid #fff;
    box-shadow:0 14px 28px rgba(34,52,95,.26);
    display:flex;
    align-items:center;
    justify-content:center;
    padding:5px;
    overflow:hidden;
    position:relative;
}
.fc-map-marker-logo:after{
    content:'';
    position:absolute;
    left:50%;
    bottom:-7px;
    width:14px;
    height:14px;
    background:#fff;
    border-right:3px solid #fff;
    border-bottom:3px solid #fff;
    transform:translateX(-50%) rotate(45deg);
    box-shadow:6px 6px 14px rgba(34,52,95,.10);
    z-index:0;
}
.fc-map-marker-logo img{
    width:100%;
    height:100%;
    object-fit:contain;
    display:block;
    border-radius:50%;
    background:#fff;
    position:relative;
    z-index:1;
}
.fc-map-marker-logo.is-featured{
    border-color:#ffb835;
    box-shadow:0 16px 30px rgba(255,122,0,.24),0 12px 24px rgba(34,52,95,.18);
}
.fc-map-marker-logo.is-featured:after{
    border-color:#ffb835;
}
.fc-leaflet-popup .leaflet-popup-content-wrapper{border-radius:20px!important;padding:0!important;box-shadow:0 18px 42px rgba(34,52,95,.22)!important;overflow:hidden!important}
.fc-leaflet-popup .leaflet-popup-content{margin:0!important;width:270px!important}
.fc-leaflet-popup .leaflet-popup-tip{box-shadow:0 10px 18px rgba(34,52,95,.16)!important}
.fc-leaflet-popup-card{background:#fff;overflow:hidden}
.fc-leaflet-popup-img{display:block;height:128px;background:#e9f1f5;overflow:hidden}
.fc-leaflet-popup-img img{width:100%;height:100%;object-fit:cover;display:block}
.fc-leaflet-popup-body{position:relative;padding:20px 16px 16px}
.fc-leaflet-popup-logo{position:absolute;right:16px;top:-28px;width:56px;height:56px;border-radius:16px;background:#fff;border:1px solid var(--fc-border);box-shadow:0 8px 20px rgba(34,52,95,.16);display:flex;align-items:center;justify-content:center;padding:7px;color:var(--fc-primary)}
.fc-leaflet-popup-logo img{max-width:100%;max-height:100%;object-fit:contain}
.fc-leaflet-popup-body h4{font-size:17px;line-height:1.25;color:var(--fc-secondary);font-weight:900;margin:0 62px 8px 0}
.fc-leaflet-popup-body h4 a{color:var(--fc-secondary)}
.fc-leaflet-popup-body p{font-size:12px;line-height:1.5;color:var(--fc-muted);margin:0 0 8px}
.fc-leaflet-popup-body p i{color:var(--fc-primary);margin-right:5px}
.fc-leaflet-popup-body small{display:block;font-size:12px;color:#7b8797;font-weight:700;margin-bottom:12px}
.fc-leaflet-popup-body small i{color:var(--fc-warning)}
.fc-leaflet-popup-btn{display:inline-flex;align-items:center;justify-content:center;width:100%;height:40px;border-radius:999px;background:var(--fc-primary);color:#fff!important;font-size:13px;font-weight:900}
.fc-map-empty{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;text-align:center;padding:24px;color:#6d7b91;font-weight:800;background:#eef5f8;z-index:2}
.fc-map-empty.is-floating{inset:auto;left:18px;right:18px;bottom:18px;background:#fff;border:1px solid var(--fc-border);border-radius:16px;box-shadow:0 12px 28px rgba(34,52,95,.12);z-index:500;height:auto;min-height:58px}

.fc-seo-content{padding:28px!important;margin-bottom:38px!important}
.fc-seo-content h3{margin-bottom:16px!important}

@media(max-width:1399px){
    .fc-result-card{grid-template-columns:260px minmax(0,1fr)!important}
    .fc-main-menu>li>a{padding:0 10px!important;font-size:13px!important}
    .fc-header-support{display:none!important}
}
@media(max-width:1199px){
    .fc-results-column{flex:0 0 calc(62% - 12px)!important;max-width:calc(62% - 12px)!important}
    .fc-map-column{flex:0 0 calc(38% - 12px)!important;max-width:calc(38% - 12px)!important}
    .fc-result-card{grid-template-columns:230px minmax(0,1fr)!important}
    .fc-nav-wrapper{display:block!important}
}
@media(max-width:991px){
    .fc-header{min-height:auto!important}
    .fc-navigation{height:auto!important;display:block!important}
    .fc-nav-wrapper{display:none!important}
    .fc-listing-container{padding:18px 16px 54px!important}
    .fc-listing-row{display:block!important}
    .fc-results-column,.fc-map-column{flex:0 0 100%!important;max-width:100%!important}
    .fc-map-column{margin-top:22px!important}
    .fc-map-card{position:relative;top:auto;height:480px;min-height:480px;border-radius:24px}
    .fc-map-column .map-container,.fc-map-column #main-full-map{min-height:414px!important;height:414px!important}
    .fc-result-card{display:block!important;min-height:0!important}
    .fc-result-card .fc-clinic-media{height:245px!important;min-height:245px!important}
}
@media(max-width:575px){
    .fc-header-container{padding-left:16px!important;padding-right:16px!important}
    .fc-brand .fc-logo,.fc-logo{max-height:46px!important;max-width:180px!important}
    .fc-filter-panel{padding:18px!important;border-radius:20px!important}
    .fc-result-card .fc-clinic-body{padding:20px!important}
    .fc-result-card .fc-clinic-media{height:220px!important;min-height:220px!important}
    .fc-map-card{height:420px;min-height:420px}
    .fc-map-column .map-container,.fc-map-column #main-full-map{min-height:354px!important;height:354px!important}
}

/* =========================================================
   FindClin v3 refinements: simple header, stable map tiles,
   form-first clinic cards
   ========================================================= */
.fc-simple-header{
    min-height:74px!important;
    display:flex!important;
    align-items:center!important;
    padding:0!important;
}
.fc-simple-header .fc-header-container{
    width:100%!important;
    padding-left:28px!important;
    padding-right:28px!important;
}
.fc-header-inner{
    min-height:74px;
    width:100%;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:24px;
}
.fc-simple-header .fc-brand{
    display:inline-flex!important;
    align-items:center!important;
    padding:0!important;
    line-height:1!important;
}
.fc-simple-header .fc-logo{
    max-height:52px!important;
    width:auto!important;
    object-fit:contain!important;
}
.fc-header-actions{
    margin-left:auto;
    display:flex;
    align-items:center;
    justify-content:flex-end;
    gap:14px;
}
.fc-lang-dropdown{
    position:relative;
    z-index:1002;
}
.fc-lang-current{
    height:44px;
    min-width:92px;
    border:1px solid var(--fc-border);
    border-radius:999px;
    background:#f7fbfd;
    color:var(--fc-secondary);
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    padding:0 13px;
    font-weight:800;
    box-shadow:0 10px 24px rgba(34,52,95,.06);
    cursor:pointer;
}
.fc-lang-current img,
.fc-lang-menu img{
    width:22px!important;
    height:15px!important;
    object-fit:cover!important;
    border-radius:2px;
    box-shadow:0 2px 7px rgba(0,0,0,.10);
}
.fc-lang-current i{font-size:10px;color:#8390a4}
.fc-lang-menu{
    position:absolute;
    right:0;
    top:calc(100% + 10px);
    min-width:160px;
    background:#fff;
    border:1px solid var(--fc-border);
    border-radius:18px;
    padding:8px;
    box-shadow:0 18px 40px rgba(34,52,95,.15);
    opacity:0;
    visibility:hidden;
    transform:translateY(8px);
    transition:.18s ease;
}
.fc-lang-dropdown:hover .fc-lang-menu,
.fc-lang-dropdown:focus-within .fc-lang-menu{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
}
.fc-lang-menu a{
    height:40px;
    display:flex!important;
    align-items:center;
    gap:10px;
    padding:0 10px!important;
    color:var(--fc-secondary)!important;
    border-radius:12px;
    font-size:13px;
    font-weight:800;
}
.fc-lang-menu a:hover{background:#f2fbfc;color:var(--fc-primary)!important}
.fc-add-clinic-simple{
    height:46px;
    display:inline-flex!important;
    align-items:center;
    justify-content:center;
    gap:8px;
    padding:0 20px!important;
    border-radius:999px;
    background:var(--fc-primary)!important;
    color:#fff!important;
    font-weight:900!important;
    font-size:14px!important;
    box-shadow:0 12px 26px rgba(0,186,193,.20);
    line-height:1!important;
    white-space:nowrap;
}
.fc-add-clinic-simple:hover{background:var(--fc-primary-dark)!important;color:#fff!important;transform:translateY(-1px)}
.fc-add-clinic-simple i{font-size:15px}

/* Wider listing layout and stable map area */
.fc-map-listing-page{min-height:calc(100vh - 74px)!important}
.fc-listing-container{padding:24px 28px 54px!important}
.fc-listing-row{gap:22px!important}
.fc-results-column{flex:0 0 calc(59% - 11px)!important;max-width:calc(59% - 11px)!important}
.fc-map-column{flex:0 0 calc(41% - 11px)!important;max-width:calc(41% - 11px)!important}
.fc-map-card{
    top:92px!important;
    height:calc(100vh - 116px)!important;
    min-height:620px!important;
    background:#fff!important;
}
.fc-map-column .map-container{
    height:calc(100% - 64px)!important;
    min-height:556px!important;
    width:100%!important;
    position:relative!important;
}
.fc-map-column #main-full-map,
#main-full-map.leaflet-container{
    display:block!important;
    width:100%!important;
    height:100%!important;
    min-height:556px!important;
    position:relative!important;
    overflow:hidden!important;
    background:#e9f1f5!important;
}
#main-full-map .leaflet-pane,
#main-full-map .leaflet-tile-pane,
#main-full-map .leaflet-overlay-pane,
#main-full-map .leaflet-shadow-pane,
#main-full-map .leaflet-marker-pane,
#main-full-map .leaflet-tooltip-pane,
#main-full-map .leaflet-popup-pane{
    position:absolute!important;
    left:0!important;
    top:0!important;
}
#main-full-map .leaflet-tile,
.leaflet-container .leaflet-tile{
    width:256px!important;
    height:256px!important;
    max-width:none!important;
    max-height:none!important;
}
#main-full-map .leaflet-layer,
#main-full-map .leaflet-tile-container{
    position:absolute!important;
    left:0!important;
    top:0!important;
}
#main-full-map .leaflet-control-container{position:relative!important;z-index:800!important}
.fc-map-heading{height:64px!important}
.fc-map-refresh{width:38px!important;height:38px!important}

/* Form-first card action style; WhatsApp CTA removed from listing cards */
.fc-card-actions{gap:10px!important;flex-wrap:wrap!important}
.fc-card-actions .fc-primary-mini{min-width:142px!important}
.fc-card-actions .fc-whatsapp-mini{display:none!important}
.fc-detail-actions .fc-whatsapp-mini{display:none!important}

@media(max-width:1399px){
    .fc-results-column{flex:0 0 calc(60% - 11px)!important;max-width:calc(60% - 11px)!important}
    .fc-map-column{flex:0 0 calc(40% - 11px)!important;max-width:calc(40% - 11px)!important}
    .fc-result-card{grid-template-columns:250px minmax(0,1fr)!important}
}
@media(max-width:1199px){
    .fc-results-column,.fc-map-column{flex:0 0 100%!important;max-width:100%!important}
    .fc-listing-row{display:block!important}
    .fc-map-card{position:relative!important;top:auto!important;height:520px!important;min-height:520px!important;margin-top:22px!important}
    .fc-map-column .map-container,
    .fc-map-column #main-full-map,
    #main-full-map.leaflet-container{height:456px!important;min-height:456px!important}
}
@media(max-width:767px){
    .fc-simple-header .fc-header-container{padding-left:14px!important;padding-right:14px!important}
    .fc-header-inner{min-height:66px;gap:12px}
    .fc-simple-header .fc-logo{max-height:44px!important;max-width:174px!important}
    .fc-lang-current{height:38px;min-width:66px;padding:0 9px}
    .fc-lang-current span{display:none}
    .fc-add-clinic-simple{height:40px;padding:0 13px!important;font-size:12px!important}
    .fc-add-clinic-simple span{display:none}
    .fc-listing-container{padding:16px 12px 46px!important}
}

/* =========================================================
   FindClin v4 - Leaflet local CSS fallback/fix
   Some servers/browsers were not applying leaflet.css from CDN,
   which caused raw +/- controls and broken tile positioning.
   These critical Leaflet rules keep the map full-width and stable.
   ========================================================= */
#main-full-map.leaflet-container,
.leaflet-container {
    overflow: hidden !important;
    -webkit-tap-highlight-color: transparent;
    font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
    background: #e9f1f5 !important;
    outline: 0;
}
#main-full-map .leaflet-map-pane,
#main-full-map .leaflet-pane,
#main-full-map .leaflet-tile,
#main-full-map .leaflet-marker-icon,
#main-full-map .leaflet-marker-shadow,
#main-full-map .leaflet-tile-container,
#main-full-map .leaflet-pane > svg,
#main-full-map .leaflet-pane > canvas,
#main-full-map .leaflet-zoom-box,
#main-full-map .leaflet-image-layer,
#main-full-map .leaflet-layer {
    position: absolute !important;
    left: 0;
    top: 0;
}
#main-full-map .leaflet-map-pane { z-index: 400; }
#main-full-map .leaflet-tile-pane { z-index: 200; }
#main-full-map .leaflet-overlay-pane { z-index: 400; }
#main-full-map .leaflet-shadow-pane { z-index: 500; }
#main-full-map .leaflet-marker-pane { z-index: 600; }
#main-full-map .leaflet-tooltip-pane { z-index: 650; }
#main-full-map .leaflet-popup-pane { z-index: 700; }
#main-full-map .leaflet-map-pane canvas { z-index: 100; }
#main-full-map .leaflet-map-pane svg { z-index: 200; }
#main-full-map .leaflet-zoom-animated { transform-origin: 0 0; }
#main-full-map .leaflet-tile,
#main-full-map .leaflet-marker-icon,
#main-full-map .leaflet-marker-shadow {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
}
#main-full-map .leaflet-tile::selection { background: transparent; }
#main-full-map .leaflet-safari .leaflet-tile { image-rendering: -webkit-optimize-contrast; }
#main-full-map .leaflet-container img.leaflet-tile,
#main-full-map img.leaflet-tile,
.leaflet-container img.leaflet-tile {
    max-width: none !important;
    max-height: none !important;
    width: 256px !important;
    height: 256px !important;
}
#main-full-map .leaflet-container.leaflet-touch-zoom { touch-action: pan-x pan-y; }
#main-full-map .leaflet-control-container .leaflet-top,
#main-full-map .leaflet-control-container .leaflet-bottom,
.leaflet-top,
.leaflet-bottom {
    position: absolute !important;
    z-index: 1000 !important;
    pointer-events: none;
}
#main-full-map .leaflet-top,
.leaflet-top { top: 0; }
#main-full-map .leaflet-right,
.leaflet-right { right: 0; }
#main-full-map .leaflet-bottom,
.leaflet-bottom { bottom: 0; }
#main-full-map .leaflet-left,
.leaflet-left { left: 0; }
#main-full-map .leaflet-control,
.leaflet-control {
    position: relative !important;
    z-index: 1000 !important;
    pointer-events: auto;
    float: left;
    clear: both;
}
#main-full-map .leaflet-right .leaflet-control,
.leaflet-right .leaflet-control { float: right; }
#main-full-map .leaflet-top .leaflet-control,
.leaflet-top .leaflet-control { margin-top: 12px; }
#main-full-map .leaflet-bottom .leaflet-control,
.leaflet-bottom .leaflet-control { margin-bottom: 12px; }
#main-full-map .leaflet-left .leaflet-control,
.leaflet-left .leaflet-control { margin-left: 12px; }
#main-full-map .leaflet-right .leaflet-control,
.leaflet-right .leaflet-control { margin-right: 12px; }
#main-full-map .leaflet-bar,
.leaflet-bar {
    box-shadow: 0 8px 22px rgba(34,52,95,.16) !important;
    border-radius: 14px !important;
    overflow: hidden;
    border: 1px solid rgba(209,226,236,.95) !important;
    background: #fff;
}
#main-full-map .leaflet-bar a,
#main-full-map .leaflet-bar a:hover,
.leaflet-bar a,
.leaflet-bar a:hover {
    background-color: #fff !important;
    border-bottom: 1px solid #d9e7f0 !important;
    width: 38px !important;
    height: 38px !important;
    line-height: 38px !important;
    display: block !important;
    text-align: center !important;
    text-decoration: none !important;
    color: #183262 !important;
    font-size: 20px !important;
    font-weight: 900 !important;
}
#main-full-map .leaflet-bar a:hover,
.leaflet-bar a:hover { background-color: #f4f8fb !important; }
#main-full-map .leaflet-bar a:last-child,
.leaflet-bar a:last-child { border-bottom: 0 !important; }
#main-full-map .leaflet-disabled,
.leaflet-disabled { cursor: default; opacity: .45; }
#main-full-map .leaflet-control-attribution,
.leaflet-control-attribution {
    background: rgba(255,255,255,.86) !important;
    margin: 0 !important;
    padding: 4px 8px !important;
    color: #516275 !important;
    font-size: 11px !important;
    border-radius: 10px 0 0 0;
    box-shadow: 0 3px 12px rgba(34,52,95,.08);
}
#main-full-map .leaflet-control-attribution a,
.leaflet-control-attribution a { color: #183262 !important; text-decoration: none !important; }
#main-full-map .leaflet-popup { position: absolute; text-align: center; margin-bottom: 20px; }
#main-full-map .leaflet-popup-content-wrapper { padding: 0; text-align: left; border-radius: 18px; box-shadow: 0 18px 45px rgba(34,52,95,.18); overflow: hidden; }
#main-full-map .leaflet-popup-content { margin: 0 !important; line-height: 1.45; }
#main-full-map .leaflet-popup-tip-container { width: 40px; height: 20px; position: absolute; left: 50%; margin-left: -20px; overflow: hidden; pointer-events: none; }
#main-full-map .leaflet-popup-tip { width: 17px; height: 17px; padding: 1px; margin: -10px auto 0; transform: rotate(45deg); background: #fff; box-shadow: 0 3px 14px rgba(34,52,95,.12); }
#main-full-map .leaflet-marker-icon,
#main-full-map .leaflet-marker-shadow { display: block !important; }
#main-full-map .leaflet-interactive { cursor: pointer; }


/* =========================================================
   FindClin v5 - Sticky full-height map without map heading
   - removes visual heading gap on the map side
   - attaches the map panel to the header area on desktop
   - keeps mobile/tablet map stacked below results
========================================================= */
@media (min-width:1200px){
    .fc-map-listing-page{
        min-height:calc(100vh - 74px)!important;
        overflow:visible!important;
    }
    .fc-listing-container{
        padding-top:24px!important;
        padding-right:20px!important;
        padding-bottom:54px!important;
        padding-left:28px!important;
    }
    .fc-listing-row{
        align-items:flex-start!important;
    }
    .fc-map-column{
        position:sticky!important;
        top:74px!important;
        align-self:flex-start!important;
        height:calc(100vh - 74px)!important;
        min-height:calc(100vh - 74px)!important;
        margin-top:-24px!important;
        padding-top:0!important;
    }
    .fc-map-card,
    .fc-map-card.fc-map-card-flat{
        position:relative!important;
        top:auto!important;
        height:100%!important;
        min-height:100%!important;
        border-radius:0 0 0 28px!important;
        border-top:0!important;
        overflow:hidden!important;
        box-shadow:0 18px 45px rgba(34,52,95,.10)!important;
        background:#e9f1f5!important;
    }
    .fc-map-card .fc-map-heading,
    .fc-map-heading,
    .fc-map-refresh{
        display:none!important;
    }
    .fc-map-column .map-container,
    .fc-map-card-flat .map-container{
        height:100%!important;
        min-height:100%!important;
        width:100%!important;
        border-radius:0!important;
        overflow:hidden!important;
        margin:0!important;
        top:auto!important;
    }
    .fc-map-column #main-full-map,
    .fc-map-card-flat #main-full-map,
    #main-full-map.leaflet-container{
        height:100%!important;
        min-height:100%!important;
        width:100%!important;
        border-radius:0!important;
    }
}

@media (max-width:1199px){
    .fc-map-card .fc-map-heading,
    .fc-map-heading,
    .fc-map-refresh{
        display:none!important;
    }
    .fc-map-card,
    .fc-map-card.fc-map-card-flat{
        height:520px!important;
        min-height:520px!important;
        border-radius:24px!important;
        overflow:hidden!important;
    }
    .fc-map-column .map-container,
    .fc-map-column #main-full-map,
    #main-full-map.leaflet-container{
        height:520px!important;
        min-height:520px!important;
    }
}

@media (max-width:767px){
    .fc-map-card,
    .fc-map-card.fc-map-card-flat,
    .fc-map-column .map-container,
    .fc-map-column #main-full-map,
    #main-full-map.leaflet-container{
        height:420px!important;
        min-height:420px!important;
    }
}

/* v6: flush sticky map + numbered marker clusters */
@media (min-width: 1200px){
    .fc-map-listing-page{
        padding-top:0!important;
        min-height:calc(100vh - 74px)!important;
    }
    .fc-listing-container{
        max-width:none!important;
        width:100%!important;
        padding:24px 0 54px 28px!important;
    }
    .fc-listing-row{
        gap:18px!important;
        align-items:flex-start!important;
        margin:0!important;
    }
    .fc-results-column{
        flex:0 0 calc(60% - 9px)!important;
        max-width:calc(60% - 9px)!important;
        padding:0!important;
    }
    .fc-map-column{
        flex:0 0 calc(40% - 9px)!important;
        max-width:calc(40% - 9px)!important;
        padding:0!important;
        margin-top:-24px!important;
        position:sticky!important;
        top:74px!important;
        height:calc(100vh - 74px)!important;
        min-height:calc(100vh - 74px)!important;
        align-self:flex-start!important;
        display:block!important;
    }
    .fc-map-card,
    .fc-map-card.fc-map-card-flat{
        position:relative!important;
        top:auto!important;
        left:auto!important;
        right:auto!important;
        width:100%!important;
        height:100%!important;
        min-height:0!important;
        margin:0!important;
        padding:0!important;
        border-radius:0!important;
        border:0!important;
        border-left:1px solid var(--fc-border)!important;
        background:#e9f1f5!important;
        box-shadow:none!important;
        overflow:hidden!important;
    }
    .fc-map-card .map-container,
    .fc-map-column .map-container,
    .fc-map-column .side-full-map.map-container{
        position:absolute!important;
        inset:0!important;
        width:100%!important;
        height:100%!important;
        min-height:0!important;
        margin:0!important;
        padding:0!important;
        border:0!important;
        border-radius:0!important;
        box-shadow:none!important;
        overflow:hidden!important;
        background:#e9f1f5!important;
    }
    .fc-map-column #main-full-map,
    #main-full-map.leaflet-container{
        position:absolute!important;
        inset:0!important;
        width:100%!important;
        height:100%!important;
        min-height:0!important;
        border-radius:0!important;
        overflow:hidden!important;
        background:#e9f1f5!important;
    }
}

.fc-cluster-icon{
    background:transparent!important;
    border:0!important;
}
.fc-cluster-badge{
    width:48px;
    height:48px;
    border-radius:50%;
    background:linear-gradient(135deg,#ff2f68,#ff6b4a);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    border:4px solid #fff;
    box-shadow:0 16px 28px rgba(34,52,95,.28);
    font-weight:900;
    font-size:16px;
    line-height:1;
}
.fc-cluster-badge.is-medium{
    width:54px;
    height:54px;
    font-size:17px;
}
.fc-cluster-badge.is-large{
    width:62px;
    height:62px;
    font-size:18px;
}
.fc-cluster-badge span{
    display:block;
    transform:translateY(1px);
}

@media (max-width:1199px){
    .fc-map-column{
        margin-top:22px!important;
    }
}

/* FindClin clinic detail polish v8 */
:root{
  --fc-primary:#00bac1;
  --fc-primary-dark:#009fa6;
  --fc-secondary:#172b54;
  --fc-text:#526073;
  --fc-muted:#7a8798;
  --fc-border:#dfeaf3;
  --fc-bg:#f3f8fb;
}
.fc-detail-container{
  max-width:1500px!important;
  width:100%!important;
}
.fc-clinic-hero{
  min-height:360px!important;
  padding:52px 0 62px!important;
  background-size:cover!important;
  background-position:center!important;
  overflow:hidden;
  isolation:isolate;
}
.fc-clinic-hero:before{
  opacity:1!important;
  background:
    radial-gradient(circle at 18% 22%, rgba(0,186,193,.42) 0, rgba(0,186,193,0) 28%),
    radial-gradient(circle at 84% 10%, rgba(97,204,255,.26) 0, rgba(97,204,255,0) 34%),
    linear-gradient(135deg, rgba(15,35,72,.95) 0%, rgba(18,58,96,.88) 48%, rgba(0,117,150,.70) 100%)!important;
}
.fc-clinic-hero:after{
  content:"";
  position:absolute;
  inset:auto -120px -160px auto;
  width:520px;
  height:520px;
  border-radius:50%;
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.12);
  z-index:1;
}
.fc-clinic-hero-card{
  position:relative;
  z-index:3;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  padding:34px;
  border-radius:34px;
  background:linear-gradient(135deg, rgba(255,255,255,.18), rgba(255,255,255,.07));
  border:1px solid rgba(255,255,255,.28);
  box-shadow:0 30px 72px rgba(9,28,58,.32);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
  overflow:hidden;
}
.fc-clinic-hero-card:before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:5px;
  background:linear-gradient(90deg, var(--fc-primary), rgba(255,255,255,.72), var(--fc-primary));
  opacity:.7;
}
.fc-clinic-identity{
  display:flex;
  align-items:center;
  min-width:0;
  gap:24px;
}
.fc-detail-logo{
  flex:0 0 126px;
  width:126px!important;
  height:126px!important;
  max-width:126px!important;
  margin:0!important;
  top:auto!important;
  padding:10px!important;
  border-radius:28px!important;
  background:#fff!important;
  box-shadow:0 18px 46px rgba(0,0,0,.25)!important;
}
.fc-detail-logo img{
  width:100%;
  height:100%;
  object-fit:contain;
  border-radius:20px;
}
.fc-clinic-heading h1{
  color:#fff!important;
  font-size:42px!important;
  line-height:1.12!important;
  font-weight:900!important;
  letter-spacing:-.04em;
  margin:8px 0 12px!important;
  text-shadow:0 12px 32px rgba(0,0,0,.20);
}
.fc-detail-verified{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 13px;
  border-radius:999px;
  background:rgba(215,255,241,.16);
  color:#d9fff5;
  border:1px solid rgba(217,255,245,.32);
  font-weight:800;
  font-size:13px;
}
.fc-detail-verified i{color:#2df0b3;}
.fc-detail-categories{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-bottom:12px;
}
.fc-detail-categories .klinik-category{
  margin:0!important;
  padding:9px 14px!important;
  border-radius:999px!important;
  font-size:14px!important;
  line-height:1!important;
  background:rgba(255,255,255,.16)!important;
  border:1px solid rgba(255,255,255,.28)!important;
  color:#fff!important;
  font-weight:800!important;
}
.fc-detail-address{
  display:inline-flex;
  align-items:flex-start;
  gap:9px;
  color:rgba(255,255,255,.94)!important;
  font-weight:700;
  max-width:760px;
}
.fc-detail-address i{color:#8ff6ff;margin-top:3px;}
.fc-detail-rating-row{margin-top:14px;}
.fc-hero-rating{
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:#fff;
  font-weight:800;
  padding:9px 13px;
  border-radius:999px;
  background:rgba(10,26,52,.28);
  border:1px solid rgba(255,255,255,.18);
}
.fc-hero-rating .fc-stars,
.fc-hero-rating i{color:#ffc44d!important;}
.fc-hero-rating span:last-child{font-weight:700;color:rgba(255,255,255,.82);}
.fc-clinic-hero-actions{
  display:flex!important;
  flex-direction:column;
  align-items:flex-end;
  gap:16px;
  min-width:260px;
}
.fc-clinic-hero-actions .fc-primary-mini{
  min-width:190px;
  justify-content:center;
  font-size:15px!important;
  padding:15px 24px!important;
  box-shadow:0 18px 34px rgba(0,186,193,.28)!important;
}
.fc-secondary-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  justify-content:flex-end;
}
.fc-secondary-actions .listing-detail-item{margin:0!important;}
.fc-secondary-actions .btn-list{
  min-width:145px;
  height:48px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:14px!important;
  background:rgba(255,255,255,.12)!important;
  color:#fff!important;
  border:1px solid rgba(255,255,255,.28)!important;
  font-weight:800!important;
  box-shadow:none!important;
}
.fc-secondary-actions .btn-list:hover{
  background:rgba(255,255,255,.20)!important;
}
.fc-clinic-detail-section{
  background:linear-gradient(180deg,#f5f9fc 0,#eef6fb 100%)!important;
  padding:38px 0 70px!important;
}
.fc-detail-nav{
  position:sticky;
  top:78px;
  z-index:20;
  display:flex;
  gap:10px;
  overflow:auto;
  padding:12px;
  margin:-76px 0 28px;
  border-radius:999px;
  background:rgba(255,255,255,.94);
  border:1px solid var(--fc-border);
  box-shadow:0 18px 42px rgba(20,43,84,.12);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
}
.fc-detail-nav a{
  white-space:nowrap;
  padding:11px 18px;
  border-radius:999px;
  color:var(--fc-secondary)!important;
  font-weight:850;
  font-size:14px;
}
.fc-detail-nav a:hover{
  color:#fff!important;
  background:var(--fc-primary);
}
.fc-detail-grid{
  align-items:flex-start;
}
.fc-detail-main-col,
.fc-detail-side-col{
  padding-left:16px!important;
  padding-right:16px!important;
}
.fc-panel-card,
.tr-single-box.fc-panel-card,
.fc-quote-card{
  border-radius:28px!important;
  border:1px solid var(--fc-border)!important;
  box-shadow:0 18px 50px rgba(25,47,84,.08)!important;
  overflow:hidden!important;
  background:#fff!important;
}
.fc-panel-card .tr-single-header,
.fc-quote-card .tr-single-header{
  padding:22px 26px!important;
  border-bottom:1px solid var(--fc-border)!important;
  background:linear-gradient(180deg,#fff 0,#fbfdff 100%)!important;
}
.fc-panel-card .tr-single-header h3,
.fc-quote-card .tr-single-header h3{
  color:var(--fc-secondary)!important;
  font-size:22px!important;
  font-weight:900!important;
  letter-spacing:-.02em;
}
.fc-panel-card .tr-single-body{
  padding:26px!important;
  color:var(--fc-text)!important;
  font-size:16px;
  line-height:1.85;
}
#photos .tr-single-body{padding:22px!important;}
#photos .gallery-top{
  height:500px!important;
  border-radius:22px;
  overflow:hidden;
  background:#eef6fb;
}
#photos .gallery-top img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
}
#photos .gallery-thumbs{
  height:104px!important;
  padding:14px 2px 0!important;
}
#photos .gallery-thumbs .swiper-slide{
  border-radius:16px!important;
  overflow:hidden;
  border:2px solid transparent;
}
#photos .gallery-thumbs .swiper-slide-thumb-active{
  border-color:var(--fc-primary);
}
#photos .thumbssa,
#photos .thumbssa img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.klinik-services .product-price-list{
  padding:16px 18px!important;
  border-bottom:1px solid #edf3f8!important;
  background:#fff;
  transition:.18s ease;
}
.klinik-services .product-price-list:hover{
  background:#f8fcff;
  transform:translateX(2px);
}
.klinik-services .product-p-name{
  color:var(--fc-secondary)!important;
  font-weight:850!important;
  margin:0!important;
}
.klinik-services .ppl-offer{
  border-radius:999px!important;
  background:#e9fbfd!important;
  color:var(--fc-primary-dark)!important;
  font-weight:850!important;
  padding:9px 14px!important;
}
.listing-hours-inner1 .listing-day{
  border-radius:16px;
  border:1px solid #edf3f8;
  padding:13px 16px!important;
  margin-bottom:10px!important;
  background:#fbfdff;
}
.listing-hours-inner1 .listing-day.current{
  background:#effcff;
  border-color:#c7f4f6;
}
#clinic-map .height-350,
#singleMap{
  height:420px!important;
  border-radius:22px;
  overflow:hidden;
  border:1px solid var(--fc-border);
}
.reviews .review-item{
  padding:22px 0!important;
}
.review-add .form-control,
.contact-klinik .form-control,
.booking-form .form-control{
  border-radius:16px!important;
  border:1px solid var(--fc-border)!important;
  min-height:52px;
  background:#fbfdff!important;
  box-shadow:none!important;
}
.booking-form textarea.form-control{min-height:110px!important;}
.fc-quote-card{
  position:sticky!important;
  top:104px!important;
}
.fc-quote-card .tr-single-header{
  background:linear-gradient(135deg,var(--fc-secondary),#102345)!important;
  border-bottom:none!important;
}
.fc-quote-card .tr-single-header h3{color:#fff!important;}
.fc-quote-card .tr-single-body{padding:24px!important;}
.fc-quote-helper{
  background:linear-gradient(180deg,#f4fcff,#eefafd)!important;
  border:1px solid #d7f4f7!important;
  border-radius:20px!important;
  padding:18px 20px!important;
  color:#526073!important;
  font-size:16px;
}
.fc-quote-card button[type=submit],
.booking-form button[type=submit],
#show-all-services,
#show-less-services{
  border-radius:999px!important;
  background:var(--fc-primary)!important;
  color:#fff!important;
  font-weight:900!important;
  border:0!important;
  padding:14px 24px!important;
  box-shadow:0 14px 26px rgba(0,186,193,.20)!important;
}
.fc-quote-card button[type=submit]:hover,
.booking-form button[type=submit]:hover{
  background:var(--fc-primary-dark)!important;
}
@media(min-width:1200px){
  .fc-detail-main-col{flex:0 0 68%!important;max-width:68%!important;}
  .fc-detail-side-col{flex:0 0 32%!important;max-width:32%!important;}
}
@media(max-width:1199px){
  .fc-clinic-heading h1{font-size:34px!important;}
  .fc-clinic-hero-card{padding:28px;}
  #photos .gallery-top{height:420px!important;}
}
@media(max-width:991px){
  .fc-clinic-hero{padding:34px 0 48px!important;min-height:auto!important;}
  .fc-clinic-hero-card{display:block;border-radius:28px;}
  .fc-clinic-identity{align-items:flex-start;}
  .fc-clinic-hero-actions{align-items:flex-start;margin-top:22px;min-width:0;}
  .fc-secondary-actions{justify-content:flex-start;}
  .fc-detail-nav{position:relative;top:auto;margin:-54px 0 22px;border-radius:22px;}
  .fc-quote-card{position:relative!important;top:auto!important;margin-bottom:26px!important;}
}
@media(max-width:767px){
  .fc-detail-container{padding-left:16px!important;padding-right:16px!important;}
  .fc-clinic-identity{display:block;text-align:left;}
  .fc-detail-logo{width:104px!important;height:104px!important;margin-bottom:18px!important;}
  .fc-clinic-heading h1{font-size:30px!important;}
  .fc-clinic-hero-card{padding:22px;}
  .fc-secondary-actions .btn-list{min-width:auto;width:100%;}
  .fc-clinic-hero-actions,.fc-secondary-actions,.fc-clinic-hero-actions .fc-primary-mini{width:100%;}
  .fc-panel-card .tr-single-body{padding:20px!important;}
  #photos .gallery-top{height:300px!important;}
  #photos .gallery-thumbs{height:82px!important;}
  .fc-detail-nav a{padding:10px 14px;font-size:13px;}
}

/* FindClin clinic detail + admin polish v9 */
.fc-clinic-hero{
  padding:46px 0 46px!important;
  min-height:auto!important;
}
.fc-clinic-hero-card{
  align-items:flex-start!important;
  padding:34px 36px 34px!important;
  min-height:0!important;
  overflow:visible!important;
}
.fc-clinic-hero-card:before{display:none!important;}
.fc-clinic-identity{align-items:center!important;}
.fc-clinic-heading{min-width:0;}
.fc-detail-rating-row{margin-top:16px!important;display:block!important;clear:both!important;}
.fc-hero-rating{
  margin-bottom:0!important;
  transform:none!important;
  position:relative!important;
  z-index:5!important;
}
.fc-clinic-hero-actions{
  padding-top:72px!important;
}
.fc-secondary-actions{margin-top:0!important;}
.fc-detail-nav{
  position:sticky!important;
  top:78px!important;
  margin:24px 0 28px!important;
  border-radius:28px!important;
  padding:13px!important;
}
.fc-clinic-detail-section{padding-top:0!important;}
.fc-detail-grid{margin-left:-14px!important;margin-right:-14px!important;}
.fc-detail-main-col,.fc-detail-side-col{padding-left:14px!important;padding-right:14px!important;}
.fc-panel-card,.tr-single-box.fc-panel-card,.fc-quote-card{margin-bottom:26px!important;}
.fc-detail-side-col{align-self:flex-start!important;}
.fc-quote-card{
  position:sticky!important;
  top:98px!important;
  z-index:8!important;
}
.fc-map-title-row{display:flex!important;gap:16px;}
.fc-open-map{
  display:inline-flex;align-items:center;gap:8px;min-height:38px;padding:0 14px;border-radius:999px;
  background:#eefbfc;color:var(--fc-primary-dark)!important;border:1px solid #cff4f6;font-weight:850;font-size:13px;
}
.fc-open-map:hover{background:var(--fc-primary)!important;color:#fff!important;border-color:var(--fc-primary)!important;}
.fc-single-map-frame{
  height:430px;border-radius:22px;overflow:hidden;border:1px solid var(--fc-border);background:#edf6fa;
}
.fc-single-map-frame iframe{width:100%;height:100%;display:block;border:0;}
#clinic-map .tr-single-body{padding:26px!important;}
#clinic-map .height-350,#singleMap{display:none!important;}
@media(min-width:1400px){
  .fc-detail-container{max-width:1460px!important;}
  .fc-detail-main-col{flex:0 0 70%!important;max-width:70%!important;}
  .fc-detail-side-col{flex:0 0 30%!important;max-width:30%!important;}
}
@media(max-width:1199px){
  .fc-clinic-hero-actions{padding-top:52px!important;}
  .fc-detail-nav{top:72px!important;}
}
@media(max-width:991px){
  .fc-clinic-hero-card{padding:28px!important;}
  .fc-clinic-identity{display:flex!important;align-items:flex-start!important;}
  .fc-clinic-hero-actions{padding-top:0!important;}
  .fc-detail-nav{position:relative!important;top:auto!important;margin:22px 0 22px!important;border-radius:22px!important;}
  .fc-quote-card{position:relative!important;top:auto!important;}
  .fc-single-map-frame{height:360px;}
}
@media(max-width:767px){
  .fc-clinic-identity{display:block!important;}
  .fc-clinic-hero-card{padding:22px!important;}
  .fc-secondary-actions{width:100%;}
  .fc-single-map-frame{height:320px;}
  .fc-open-map{width:100%;justify-content:center;margin-top:12px;}
  .fc-map-title-row{display:block!important;}
}

/* FindClin clinic detail v10: hero/nav/form refinements */
.fc-clinic-hero{
  height:auto!important;
  min-height:320px!important;
  padding:44px 0 86px!important;
  overflow:visible!important;
  position:relative!important;
}
.fc-clinic-hero .fc-detail-container{position:relative;z-index:5;}
.fc-clinic-hero-card{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 282px!important;
  align-items:center!important;
  gap:28px!important;
  padding:34px 36px!important;
  min-height:0!important;
  overflow:visible!important;
  border-radius:34px!important;
  background:
    radial-gradient(circle at 16% 10%,rgba(0,214,221,.28),rgba(0,214,221,0) 38%),
    linear-gradient(135deg,rgba(255,255,255,.18),rgba(255,255,255,.08))!important;
  border:1px solid rgba(255,255,255,.30)!important;
  box-shadow:0 28px 70px rgba(8,30,58,.30)!important;
}
.fc-clinic-hero-card:after{
  content:"";
  position:absolute;
  inset:14px;
  border-radius:26px;
  pointer-events:none;
  border:1px solid rgba(255,255,255,.10);
}
.fc-clinic-identity{
  display:flex!important;
  align-items:center!important;
  gap:26px!important;
  min-width:0!important;
}
.fc-detail-logo{
  flex:0 0 120px!important;
  width:120px!important;
  height:120px!important;
  border-radius:26px!important;
}
.fc-clinic-heading h1{
  font-size:clamp(32px,3.2vw,48px)!important;
  line-height:1.05!important;
  margin:8px 0 12px!important;
  max-width:900px!important;
}
.fc-detail-categories{margin-bottom:10px!important;}
.fc-detail-address{
  display:flex!important;
  max-width:900px!important;
  line-height:1.45!important;
}
.fc-detail-rating-row{
  display:flex!important;
  align-items:center!important;
  flex-wrap:wrap!important;
  margin-top:12px!important;
  padding-bottom:0!important;
}
.fc-hero-rating{
  margin:0!important;
  min-height:42px!important;
  line-height:1.1!important;
  white-space:normal!important;
}
.fc-clinic-hero-actions{
  padding-top:0!important;
  align-self:center!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:stretch!important;
  gap:12px!important;
  min-width:0!important;
  width:282px!important;
}
.fc-clinic-hero-actions .fc-primary-mini{
  width:100%!important;
  min-width:0!important;
  height:52px!important;
  padding:0 22px!important;
}
.fc-secondary-actions{
  width:100%!important;
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:10px!important;
}
.fc-secondary-actions .btn-list{
  width:100%!important;
  min-width:0!important;
  height:46px!important;
  padding:0 12px!important;
  font-size:13px!important;
}
.fc-clinic-detail-section{
  padding-top:0!important;
  margin-top:0!important;
}
.fc-detail-nav{
  position:relative!important;
  top:auto!important;
  z-index:12!important;
  margin:-46px 0 28px!important;
  padding:12px!important;
  border-radius:999px!important;
  box-shadow:0 18px 44px rgba(20,43,84,.13)!important;
}
.fc-detail-nav a{scroll-margin-top:120px;}
.fc-detail-side-col{align-self:flex-start!important;}
.fc-quote-card{
  position:sticky!important;
  top:96px!important;
  z-index:9!important;
}
.fc-quote-card .tr-single-body{
  padding:22px 24px 24px!important;
}
.fc-quote-card .booking-form .row.my-3{margin-top:0!important;}
.fc-quote-card .form-group{margin-bottom:14px!important;}
.fc-quote-helper-bottom{
  margin:18px 0 0!important;
  font-size:15px!important;
  line-height:1.6!important;
}
.fc-quote-status{
  padding:12px 14px;
  border-radius:14px;
  font-weight:800;
  margin-bottom:14px!important;
}
.fc-quote-success{background:#ecfff7;color:#08764d;border:1px solid #c9f6e5;}
.fc-quote-error{background:#fff2f2;color:#a82828;border:1px solid #ffd2d2;}
.fc-quote-closed{
  background:#f5f8fb;
  border:1px solid var(--fc-border);
  color:#526073;
  border-radius:18px;
  padding:18px 20px;
  font-weight:800;
  line-height:1.55;
}
.fc-single-map-frame{
  min-height:430px!important;
  background:#eef6fb!important;
}
.fc-single-map-frame iframe{
  width:100%!important;
  height:100%!important;
  min-height:430px!important;
}
@media(min-width:1400px){
  .fc-detail-container{max-width:1480px!important;}
}
@media(max-width:1199px){
  .fc-clinic-hero-card{grid-template-columns:1fr!important;}
  .fc-clinic-hero-actions{width:100%!important;align-items:flex-start!important;}
  .fc-clinic-hero-actions .fc-primary-mini{max-width:280px!important;}
  .fc-secondary-actions{max-width:420px!important;}
}
@media(max-width:991px){
  .fc-clinic-hero{padding:32px 0 38px!important;overflow:hidden!important;}
  .fc-clinic-identity{align-items:flex-start!important;}
  .fc-detail-nav{margin:20px 0 24px!important;border-radius:24px!important;}
  .fc-quote-card{position:relative!important;top:auto!important;}
}
@media(max-width:767px){
  .fc-clinic-identity{display:block!important;}
  .fc-detail-logo{width:104px!important;height:104px!important;margin-bottom:18px!important;}
  .fc-clinic-hero-card{padding:24px!important;border-radius:28px!important;}
  .fc-secondary-actions{grid-template-columns:1fr!important;}
  .fc-clinic-hero-actions .fc-primary-mini{max-width:none!important;}
}

/* FC_QUOTE_STICKY_INACTIVE_V10_1_ACTIVE
   Keep the quote card sticky even when the clinic form is closed/inactive.
   The side column must stretch to the height of the main content; otherwise
   CSS sticky can stop working when the card itself is short. */
@media (min-width: 992px){
  .fc-detail-side-col{
    align-self: stretch !important;
    position: relative !important;
    display: block !important;
  }
  .fc-detail-side-col .fc-quote-card,
  .fc-detail-side-col .contact-klinik.fc-quote-card,
  .tr-single-box.contact-klinik.fc-quote-card,
  #quote.fc-quote-card{
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 96px !important;
    z-index: 20 !important;
    margin-bottom: 26px !important;
  }
  .fc-quote-card .fc-quote-closed{
    margin: 0 !important;
  }
}
@media (max-width: 991px){
  .fc-detail-side-col .fc-quote-card,
  .fc-detail-side-col .contact-klinik.fc-quote-card,
  .tr-single-box.contact-klinik.fc-quote-card,
  #quote.fc-quote-card{
    position: relative !important;
    top: auto !important;
  }
}

/* FC_FEATURE_OPTIONS_V13_ACTIVE */
.fc-feature-section .tr-single-body{padding-top:24px;padding-bottom:24px;}
.fc-feature-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 22px;}
.fc-feature-grid-languages{grid-template-columns:repeat(3,minmax(0,1fr));}
.fc-feature-item{display:flex;align-items:center;gap:10px;color:#40516b;font-weight:600;font-size:14px;line-height:1.35;}
.fc-feature-check{width:26px;height:26px;border:1px solid #b8c4d4;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:#0bbcc3;background:#fff;flex:0 0 auto;font-size:12px;}
.fc-feature-flag{font-size:24px;line-height:1;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;}
.klinik-services .product-price-list{display:flex;align-items:center;justify-content:space-between;gap:16px;}
.klinik-services .product-price-list-left{min-width:0;}
.klinik-services .product-price-list-right{flex:0 0 auto;}
.klinik-services .ppl-offer{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:8px 14px;background:#eefaff;color:#102b56;font-weight:800;}
@media(max-width:767px){.fc-feature-grid,.fc-feature-grid-languages{grid-template-columns:1fr;}.klinik-services .product-price-list{align-items:flex-start;flex-direction:column;}}

/* FC_V14_ADMIN_FEATURE_ICON_DISPLAY */
.fc-feature-custom-icon{
    width:28px;
    height:28px;
    border-radius:50%;
    object-fit:cover;
    border:1px solid #dce7f3;
    background:#fff;
    padding:2px;
    flex:0 0 28px;
}

/* FC_PROCEDURE_PRICE_POPUP_V17 */
.fc-procedure-row{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
    padding:18px 8px 18px 0;
    border-bottom:1px solid #e4edf5;
}
.fc-procedure-row:last-child{border-bottom:none;}
.fc-procedure-row-left{flex:1 1 auto; min-width:0;}
.fc-procedure-row-left .product-p-name{margin:0; font-size:18px; color:#243b68; font-weight:800;}
.fc-procedure-row-right{flex:0 0 auto;}
.fc-procedure-offer-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    min-width:185px;
    padding:12px 22px;
    border-radius:999px;
    background:linear-gradient(135deg,#16c8d2 0%, #0fb3cb 100%);
    color:#fff !important;
    font-size:16px;
    font-weight:800;
    line-height:1;
    box-shadow:0 12px 24px rgba(10,170,187,.22);
    transition:transform .18s ease, box-shadow .18s ease, opacity .18s ease;
    text-decoration:none !important;
}
.fc-procedure-offer-btn:hover{
    transform:translateY(-2px);
    box-shadow:0 14px 28px rgba(10,170,187,.28);
    opacity:.96;
}
.fc-procedure-offer-btn i{font-size:15px;}
.fc-modal-service-summary{
    background:#f4fbfd;
    border:1px solid #d8eef3;
    border-radius:16px;
    padding:14px 16px;
}
.fc-modal-summary-label{
    display:block;
    font-size:12px;
    letter-spacing:.04em;
    text-transform:uppercase;
    color:#6b7d93;
    margin-bottom:6px;
    font-weight:700;
}
.fc-modal-summary-value{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    font-size:16px;
    color:#17325d;
    font-weight:700;
}
.fc-modal-summary-price{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:8px 14px;
    border-radius:999px;
    background:#18c2ce;
    color:#fff;
    font-size:14px;
    font-weight:800;
    white-space:nowrap;
}
@media (max-width: 767.98px){
    .fc-procedure-row{flex-direction:column; align-items:flex-start; padding:16px 0;}
    .fc-procedure-row-right{width:100%;}
    .fc-procedure-offer-btn{width:100%; min-width:0;}
    .fc-modal-summary-value{flex-direction:column; align-items:flex-start;}
}

/* FC_PROCEDURE_POPUP_PHONE_V18 */
.fc-quote-modal .modal-dialog{max-width:560px;}
.fc-quote-modal .modal-content{border:0;border-radius:18px;overflow:hidden;box-shadow:0 24px 70px rgba(16,40,82,.28);}
.fc-quote-modal .modal-header{border-bottom:1px solid #e4edf5;padding:18px 22px;}
.fc-quote-modal .modal-header h3{font-size:22px;line-height:1.25;color:#25385f;font-weight:800;}
.fc-quote-modal .modal-body{padding:22px 30px 28px;}
.fc-quote-modal .form-control{height:48px;border-radius:16px;border:1px solid #d6e6f0;background:#fbfdff;box-shadow:none;}
.fc-quote-modal textarea.form-control{height:auto;min-height:102px;}
.fc-quote-modal .btn.full-width{height:48px;border-radius:999px;font-weight:800;color:#fff;}
.fc-quote-modal .fc-quote-closed.fc-modal-closed{margin:4px 0 0;padding:18px 20px;border-radius:16px;background:#f3f8fc;border:1px solid #d8e6f0;color:#243b68;font-weight:800;}
.fc-phone-field-wrap .iti{display:block;width:100%;}
.fc-phone-field-wrap .iti input,
.fc-quote-modal .iti input,
.fc-quote-card .iti input{
    width:100%!important;
    height:48px!important;
    border-radius:16px!important;
    border:1px solid #d6e6f0!important;
    background:#fbfdff!important;
    box-shadow:none!important;
}
.fc-phone-field-wrap .iti__flag-container,
.fc-quote-modal .iti__flag-container,
.fc-quote-card .iti__flag-container{
    border-radius:16px 0 0 16px!important;
    overflow:hidden!important;
}
.fc-phone-field-wrap .iti--separate-dial-code .iti__selected-flag,
.fc-quote-modal .iti--separate-dial-code .iti__selected-flag,
.fc-quote-card .iti--separate-dial-code .iti__selected-flag{
    height:48px!important;
    min-width:72px!important;
    border-radius:16px 0 0 16px!important;
    background:#f3f8fc!important;
    border-right:1px solid #d6e6f0!important;
}
.fc-phone-field-wrap .iti__country-list,
.fc-quote-modal .iti__country-list,
.fc-quote-card .iti__country-list{
    border-radius:14px!important;
    box-shadow:0 18px 50px rgba(21,42,82,.18)!important;
    border:1px solid #dbe8f2!important;
    overflow-x:hidden!important;
}
.fc-phone-field-wrap .iti__selected-dial-code,
.fc-quote-modal .iti__selected-dial-code,
.fc-quote-card .iti__selected-dial-code{
    color:#283d63!important;
    font-weight:700!important;
}

/* FC_HOME_SEARCH_QUOTE_V19 */
.fc-simple-header,
.header-transparent.fc-simple-header,
.header-light.fc-simple-header{
    position:relative!important;
    z-index:999!important;
    background:#fff!important;
    box-shadow:0 6px 22px rgba(17,42,82,.08)!important;
    border-bottom:1px solid #e5edf5!important;
}
.fc-simple-header .fc-header-container{padding:0 26px!important;}
.fc-simple-header .fc-header-inner{height:72px;display:flex;align-items:center;justify-content:space-between;gap:20px;}
.fc-simple-header .fc-brand{display:flex;align-items:center;text-decoration:none!important;min-width:180px;}
.fc-simple-header .fc-brand img,
.fc-simple-header .fc-logo,
.fc-simple-header img.logo{
    max-height:58px!important;
    width:auto!important;
    opacity:1!important;
    filter:none!important;
    display:block!important;
}
.fc-simple-header .fc-header-actions{display:flex;align-items:center;gap:12px;margin-left:auto;}
.fc-simple-header .fc-lang-dropdown{position:relative;}
.fc-simple-header .fc-lang-current{
    height:44px;border:1px solid #dbe8f2;background:#f8fcff;border-radius:999px;padding:0 14px;display:flex;align-items:center;gap:8px;color:#13284e;font-weight:800;box-shadow:0 10px 25px rgba(20,45,80,.06);cursor:pointer;
}
.fc-simple-header .fc-lang-current img,.fc-simple-header .fc-lang-menu img{width:22px;height:15px;object-fit:cover;border-radius:2px;}
.fc-simple-header .fc-lang-menu{position:absolute;right:0;top:calc(100% + 10px);min-width:150px;background:#fff;border:1px solid #dbe8f2;border-radius:16px;box-shadow:0 18px 45px rgba(20,45,80,.14);padding:8px;display:none;z-index:1000;}
.fc-simple-header .fc-lang-dropdown:hover .fc-lang-menu{display:block;}
.fc-simple-header .fc-lang-menu a{display:flex;align-items:center;gap:9px;padding:9px 10px;border-radius:10px;color:#13284e;font-weight:700;text-decoration:none!important;}
.fc-simple-header .fc-lang-menu a:hover{background:#f1f8fc;}
.fc-simple-header .fc-add-clinic-simple{height:46px;border-radius:999px;background:#12bdc7;color:#fff!important;display:inline-flex;align-items:center;gap:8px;padding:0 22px;font-weight:900;text-decoration:none!important;box-shadow:0 12px 30px rgba(16,190,200,.22);}
.fc-simple-header .fc-add-clinic-simple:hover{background:#0badb8;color:#fff!important;}
.fc-listing-quote-modal .fc-listing-modal-closed{margin:4px 0 0;padding:18px 20px;border-radius:16px;background:#f3f8fc;border:1px solid #d8e6f0;color:#243b68;font-weight:800;}
.fc-listing-quote-modal .modal-header h3{font-size:22px;line-height:1.25;color:#25385f;font-weight:800;}
.fc-listing-quote-modal .form-control{height:48px;border-radius:16px;border:1px solid #d6e6f0;background:#fbfdff;box-shadow:none;}
.fc-listing-quote-modal textarea.form-control{height:auto;min-height:102px;}
.fc-listing-quote-modal .btn.full-width{height:48px;border-radius:999px;font-weight:800;color:#fff;}
.fc-listing-quote-modal .iti{display:block;width:100%;}
.fc-listing-quote-modal .iti input{width:100%!important;height:48px!important;border-radius:16px!important;border:1px solid #d6e6f0!important;background:#fbfdff!important;box-shadow:none!important;}
.fc-listing-quote-modal .iti__flag-container,
.fc-phone-field-wrap .iti__flag-container,
.fc-quote-modal .iti__flag-container,
.fc-quote-card .iti__flag-container{border-radius:16px 0 0 16px!important;overflow:hidden!important;}
.fc-listing-quote-modal .iti--separate-dial-code .iti__selected-flag,
.fc-phone-field-wrap .iti--separate-dial-code .iti__selected-flag,
.fc-quote-modal .iti--separate-dial-code .iti__selected-flag,
.fc-quote-card .iti--separate-dial-code .iti__selected-flag{
    height:48px!important;min-width:76px!important;border-radius:16px 0 0 16px!important;background:#f3f8fc!important;border-right:1px solid #d6e6f0!important;margin:0!important;
}
.fc-listing-quote-modal .iti__selected-dial-code,
.fc-phone-field-wrap .iti__selected-dial-code,
.fc-quote-modal .iti__selected-dial-code,
.fc-quote-card .iti__selected-dial-code{color:#283d63!important;font-weight:700!important;}
.fc-listing-quote-modal .iti__country-list{border-radius:14px!important;box-shadow:0 18px 50px rgba(21,42,82,.18)!important;border:1px solid #dbe8f2!important;overflow-x:hidden!important;}
@media(max-width:767.98px){
    .fc-simple-header .fc-header-container{padding:0 12px!important;}
    .fc-simple-header .fc-brand{min-width:120px;}
    .fc-simple-header .fc-brand img{max-height:46px!important;}
    .fc-simple-header .fc-add-clinic-simple{padding:0 14px;height:42px;font-size:13px;}
    .fc-simple-header .fc-lang-current{height:42px;padding:0 10px;}
}

/* FC_PHONE_COUNTRY_DROPDOWN_V20 */
.fc-phone-field-wrap .iti,
.fc-quote-modal .iti,
.fc-quote-card .iti,
.fc-listing-quote-modal .iti{
    display:block!important;
    width:100%!important;
    position:relative!important;
}
.fc-phone-field-wrap .iti input[type="tel"],
.fc-quote-modal .iti input[type="tel"],
.fc-quote-card .iti input[type="tel"],
.fc-listing-quote-modal .iti input[type="tel"]{
    width:100%!important;
    height:48px!important;
    border-radius:16px!important;
    border:1px solid #d6e6f0!important;
    background:#fbfdff!important;
    box-shadow:none!important;
    padding-left:100px!important;
    color:#283d63!important;
    font-weight:600!important;
}
.fc-phone-field-wrap .iti__flag-container,
.fc-quote-modal .iti__flag-container,
.fc-quote-card .iti__flag-container,
.fc-listing-quote-modal .iti__flag-container{
    border-radius:16px 0 0 16px!important;
    overflow:visible!important;
    z-index:5!important;
}
.fc-phone-field-wrap .iti--separate-dial-code .iti__selected-flag,
.fc-quote-modal .iti--separate-dial-code .iti__selected-flag,
.fc-quote-card .iti--separate-dial-code .iti__selected-flag,
.fc-listing-quote-modal .iti--separate-dial-code .iti__selected-flag{
    height:48px!important;
    min-width:88px!important;
    border-radius:16px 0 0 16px!important;
    background:#f3f8fc!important;
    border-right:1px solid #d6e6f0!important;
    margin:0!important;
    padding:0 12px!important;
}
.fc-phone-field-wrap .iti__selected-dial-code,
.fc-quote-modal .iti__selected-dial-code,
.fc-quote-card .iti__selected-dial-code,
.fc-listing-quote-modal .iti__selected-dial-code{
    color:#283d63!important;
    font-weight:800!important;
    font-size:14px!important;
    margin-left:7px!important;
}
.fc-phone-field-wrap .iti__arrow,
.fc-quote-modal .iti__arrow,
.fc-quote-card .iti__arrow,
.fc-listing-quote-modal .iti__arrow{
    border-top-color:#7d8aa2!important;
    margin-left:7px!important;
}
.iti__country-list{
    z-index:2147483647!important;
    border-radius:16px!important;
    box-shadow:0 22px 60px rgba(21,42,82,.22)!important;
    border:1px solid #dbe8f2!important;
    overflow-x:hidden!important;
    max-width:360px!important;
    min-width:310px!important;
    font-family:inherit!important;
    color:#243b68!important;
}
.iti__country{
    padding:9px 12px!important;
    font-size:14px!important;
}
.iti__country:hover,
.iti__country.iti__highlight{
    background:#f1f8fc!important;
}
.iti__dial-code{color:#6b7d93!important;font-weight:600!important;}
.iti__divider{border-bottom-color:#e4edf5!important;}
.modal .iti__country-list{z-index:2147483647!important;}
@media(max-width:767.98px){
    .iti__country-list{width:calc(100vw - 32px)!important;max-width:calc(100vw - 32px)!important;min-width:0!important;}
    .fc-phone-field-wrap .iti input[type="tel"],
    .fc-quote-modal .iti input[type="tel"],
    .fc-quote-card .iti input[type="tel"],
    .fc-listing-quote-modal .iti input[type="tel"]{padding-left:96px!important;}
}

/* FC_HEADER_SEARCH_FIX_V21 */
body.fc-home-top .fc-simple-header,
body.fc-home-top .header-transparent.fc-simple-header,
body.fc-home-top .header-light.fc-simple-header{
    background:transparent!important;
    border-bottom:0!important;
    box-shadow:none!important;
    backdrop-filter:none!important;
    transition:background .22s ease, box-shadow .22s ease, border-color .22s ease;
}
body.fc-home-top .fc-simple-header.fc-scrolled,
body.fc-home-top .header-transparent.fc-simple-header.fc-scrolled,
body.fc-home-top .header-light.fc-simple-header.fc-scrolled{
    background:#fff!important;
    border-bottom:1px solid #ddeaf3!important;
    box-shadow:0 12px 34px rgba(27,49,84,.08)!important;
    backdrop-filter:blur(12px)!important;
}
body.fc-home-top .fc-simple-header .fc-header-inner{height:74px!important;}
body.fc-home-top .fc-simple-header .fc-brand img,
body.fc-home-top .fc-simple-header .fc-logo,
body.fc-home-top .fc-simple-header img.logo{
    filter:none!important;
    opacity:1!important;
}
body.fc-home-top .fc-hero{padding-top:122px!important;}
.fc-simple-header .fc-add-clinic-simple{white-space:nowrap;}
@media(max-width:767px){
    body.fc-home-top .fc-hero{padding-top:96px!important;}
    body.fc-home-top .fc-simple-header .fc-header-inner{height:66px!important;}
}

/* FC_HEADER_DROPDOWN_SEARCH_V22_ACTIVE */
html body .fc-simple-header,
html body .header.fc-simple-header,
html body .header-light.fc-simple-header,
html body .header-transparent.fc-simple-header,
html body.fc-home-top .fc-simple-header,
html body.fc-home-top .header-transparent.fc-simple-header,
html body.fc-home-top .header-light.fc-simple-header{
    position:-webkit-sticky!important;
    position:sticky!important;
    top:0!important;
    left:0!important;
    right:0!important;
    z-index:99999!important;
    background:#fff!important;
    background-color:#fff!important;
    box-shadow:0 8px 24px rgba(12,34,64,.08)!important;
    border-bottom:1px solid rgba(216,230,242,.85)!important;
    backdrop-filter:none!important;
}
html body .fc-simple-header .fc-header-inner,
html body.fc-home-top .fc-simple-header .fc-header-inner{
    height:72px!important;
    min-height:72px!important;
}
html body .fc-simple-header .fc-brand img,
html body .fc-simple-header .fc-logo,
html body .fc-simple-header img.logo,
html body.fc-home-top .fc-simple-header .fc-brand img,
html body.fc-home-top .fc-simple-header .fc-logo,
html body.fc-home-top .fc-simple-header img.logo{
    opacity:1!important;
    filter:none!important;
    max-height:54px!important;
    width:auto!important;
    object-fit:contain!important;
}
.fc-simple-header .fc-lang-dropdown{position:relative!important;}
.fc-simple-header .fc-lang-current{cursor:pointer!important;}
.fc-simple-header .fc-lang-menu{
    top:100%!important;
    right:0!important;
    margin-top:0!important;
    display:block!important;
    opacity:0!important;
    visibility:hidden!important;
    transform:translateY(8px)!important;
    pointer-events:none!important;
    transition:opacity .16s ease, transform .16s ease, visibility .16s ease!important;
    z-index:100000!important;
}
.fc-simple-header .fc-lang-menu:before{
    content:"";
    position:absolute;
    left:0;
    right:0;
    top:-14px;
    height:14px;
}
.fc-simple-header .fc-lang-dropdown:hover .fc-lang-menu,
.fc-simple-header .fc-lang-dropdown:focus-within .fc-lang-menu,
.fc-simple-header .fc-lang-dropdown.is-open .fc-lang-menu{
    opacity:1!important;
    visibility:visible!important;
    transform:translateY(10px)!important;
    pointer-events:auto!important;
}
.fc-simple-header .fc-lang-menu a{white-space:nowrap!important;}
@media (max-width: 767.98px){
    html body .fc-simple-header .fc-header-inner,
    html body.fc-home-top .fc-simple-header .fc-header-inner{height:66px!important;min-height:66px!important;}
    html body .fc-simple-header .fc-logo{max-height:46px!important;}
}

/* FC_HOME_TRANSPARENT_HEADER_V23_ACTIVE */
html body.fc-home-transparent-header .fc-simple-header:not(.fc-scrolled),
html body.fc-home-transparent-header .header.fc-simple-header:not(.fc-scrolled),
html body.fc-home-transparent-header .header-light.fc-simple-header:not(.fc-scrolled),
html body.fc-home-transparent-header .header-transparent.fc-simple-header:not(.fc-scrolled){
    background:transparent!important;
    background-color:transparent!important;
    box-shadow:none!important;
    border-bottom:0!important;
    backdrop-filter:none!important;
}
html body.fc-home-transparent-header .fc-simple-header.fc-scrolled,
html body.fc-home-transparent-header .header.fc-simple-header.fc-scrolled,
html body.fc-home-transparent-header .header-light.fc-simple-header.fc-scrolled,
html body.fc-home-transparent-header .header-transparent.fc-simple-header.fc-scrolled{
    background:#fff!important;
    background-color:#fff!important;
    box-shadow:0 8px 24px rgba(12,34,64,.08)!important;
    border-bottom:1px solid rgba(216,230,242,.85)!important;
}
html body.fc-home-transparent-header .fc-simple-header:not(.fc-scrolled) .fc-lang-current{
    background:rgba(255,255,255,.88)!important;
    backdrop-filter:blur(10px)!important;
}
html body.fc-home-transparent-header .fc-simple-header:not(.fc-scrolled) .fc-add-clinic-simple{
    box-shadow:0 12px 30px rgba(16,190,200,.18)!important;
}
/* FC_PHONE_COUNTRY_DROPDOWN_V20 */
.fc-phone-field-wrap .iti,
.fc-quote-modal .iti,
.fc-quote-card .iti,
.fc-listing-quote-modal .iti{
    display:block!important;
    width:100%!important;
    position:relative!important;
}
.fc-phone-field-wrap .iti input[type="tel"],
.fc-quote-modal .iti input[type="tel"],
.fc-quote-card .iti input[type="tel"],
.fc-listing-quote-modal .iti input[type="tel"]{
    width:100%!important;
    height:48px!important;
    border-radius:16px!important;
    border:1px solid #d6e6f0!important;
    background:#fbfdff!important;
    box-shadow:none!important;
    padding-left:100px!important;
    color:#283d63!important;
    font-weight:600!important;
}
.fc-phone-field-wrap .iti__flag-container,
.fc-quote-modal .iti__flag-container,
.fc-quote-card .iti__flag-container,
.fc-listing-quote-modal .iti__flag-container{
    border-radius:16px 0 0 16px!important;
    overflow:visible!important;
    z-index:5!important;
}
.fc-phone-field-wrap .iti--separate-dial-code .iti__selected-flag,
.fc-quote-modal .iti--separate-dial-code .iti__selected-flag,
.fc-quote-card .iti--separate-dial-code .iti__selected-flag,
.fc-listing-quote-modal .iti--separate-dial-code .iti__selected-flag{
    height:48px!important;
    min-width:88px!important;
    border-radius:16px 0 0 16px!important;
    background:#f3f8fc!important;
    border-right:1px solid #d6e6f0!important;
    margin:0!important;
    padding:0 12px!important;
}
.fc-phone-field-wrap .iti__selected-dial-code,
.fc-quote-modal .iti__selected-dial-code,
.fc-quote-card .iti__selected-dial-code,
.fc-listing-quote-modal .iti__selected-dial-code{
    color:#283d63!important;
    font-weight:800!important;
    font-size:14px!important;
    margin-left:7px!important;
}
.fc-phone-field-wrap .iti__arrow,
.fc-quote-modal .iti__arrow,
.fc-quote-card .iti__arrow,
.fc-listing-quote-modal .iti__arrow{
    border-top-color:#7d8aa2!important;
    margin-left:7px!important;
}
.iti__country-list{
    z-index:2147483647!important;
    border-radius:16px!important;
    box-shadow:0 22px 60px rgba(21,42,82,.22)!important;
    border:1px solid #dbe8f2!important;
    overflow-x:hidden!important;
    max-width:360px!important;
    min-width:310px!important;
    font-family:inherit!important;
    color:#243b68!important;
}
.iti__country{
    padding:9px 12px!important;
    font-size:14px!important;
}
.iti__country:hover,
.iti__country.iti__highlight{
    background:#f1f8fc!important;
}
.iti__dial-code{color:#6b7d93!important;font-weight:600!important;}
.iti__divider{border-bottom-color:#e4edf5!important;}
.modal .iti__country-list{z-index:2147483647!important;}
@media(max-width:767.98px){
    .iti__country-list{width:calc(100vw - 32px)!important;max-width:calc(100vw - 32px)!important;min-width:0!important;}
    .fc-phone-field-wrap .iti input[type="tel"],
    .fc-quote-modal .iti input[type="tel"],
    .fc-quote-card .iti input[type="tel"],
    .fc-listing-quote-modal .iti input[type="tel"]{padding-left:96px!important;}
}

/* FC_POPUP_CENTER_QUOTE_V24_ACTIVE */
.modal.fc-quote-modal.show,
.modal.fc-listing-quote-modal.show,
.modal.fc-home-quote-modal.show{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    padding:22px 12px!important;
    z-index:2147483000!important;
}
.modal.fc-quote-modal.show .modal-dialog,
.modal.fc-listing-quote-modal.show .modal-dialog,
.modal.fc-home-quote-modal.show .modal-dialog{
    margin:auto!important;
    width:100%!important;
    max-width:560px!important;
    transform:none!important;
}
.modal.fc-quote-modal .modal-content,
.modal.fc-listing-quote-modal .modal-content,
.modal.fc-home-quote-modal .modal-content{
    border:0!important;
    border-radius:22px!important;
    overflow:hidden!important;
    box-shadow:0 24px 80px rgba(15,35,75,.32)!important;
}
.modal.fc-quote-modal .modal-header,
.modal.fc-listing-quote-modal .modal-header,
.modal.fc-home-quote-modal .modal-header{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:16px!important;
    padding:18px 24px!important;
    border-bottom:1px solid #e4edf5!important;
    background:#fff!important;
}
.modal.fc-quote-modal .modal-header .close,
.modal.fc-listing-quote-modal .modal-header .close,
.modal.fc-home-quote-modal .modal-header .close{
    position:static!important;
    opacity:1!important;
    width:38px!important;
    height:38px!important;
    border-radius:50%!important;
    background:#f3f8fc!important;
    color:#17325d!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    padding:0!important;
    margin:0!important;
    line-height:1!important;
}
.modal-backdrop.show{z-index:2147482000!important; opacity:.62!important;}
.fc-home-quote-modal .fc-quote-closed,
.fc-listing-quote-modal .fc-quote-closed,
.fc-quote-modal .fc-quote-closed{
    padding:18px 20px!important;
    border-radius:16px!important;
    background:#f3f8fc!important;
    border:1px solid #d8e6f0!important;
    color:#243b68!important;
    font-weight:800!important;
}
.fc-home-quote-modal .form-control,
.fc-listing-quote-modal .form-control,
.fc-quote-modal .form-control{
    height:48px!important;
    border-radius:16px!important;
    border:1px solid #d6e6f0!important;
    background:#fbfdff!important;
    box-shadow:none!important;
}
.fc-home-quote-modal textarea.form-control,
.fc-listing-quote-modal textarea.form-control,
.fc-quote-modal textarea.form-control{height:auto!important;min-height:102px!important;}
.fc-home-quote-modal .btn.full-width,
.fc-listing-quote-modal .btn.full-width,
.fc-quote-modal .btn.full-width{height:48px!important;border-radius:999px!important;font-weight:800!important;color:#fff!important;}
@media(max-width:767.98px){
    .modal.fc-quote-modal.show,
    .modal.fc-listing-quote-modal.show,
    .modal.fc-home-quote-modal.show{align-items:flex-start!important;overflow-y:auto!important;padding-top:76px!important;}
}

/* FC_POPUP_CLICK_FIX_V25_ACTIVE */
.fc-quote-modal.modal.show,
#formModal.modal.show,
#fcHomeQuoteModal.modal.show{z-index:10080!important;}
.modal-backdrop.show{z-index:10070!important;}
.fc-quote-modal .modal-dialog,
#formModal .modal-dialog,
#fcHomeQuoteModal .modal-dialog{margin-top:8vh!important;}
@media (min-width: 576px){
  .fc-quote-modal .modal-dialog,
  #formModal .modal-dialog,
  #fcHomeQuoteModal .modal-dialog{display:flex;align-items:center;min-height:calc(100vh - 80px);}
}

/* FC_ADMIN_MENU_IMAGE_FIT_V26_ACTIVE */
/* Admin: price menu is removed from admin/app/views/inc/header.php in this package. */

/* Clinic card thumbnail fit refinement */
.fc-clinic-card .fc-clinic-media,
.fc-result-card .fc-clinic-media{
    background:linear-gradient(135deg,#f6fbfd 0%, #edf6fb 100%)!important;
}
.fc-clinic-card .fc-clinic-media img,
.fc-result-card .fc-clinic-media img{
    width:100%!important;
    height:100%!important;
    object-fit:contain!important;
    object-position:center center!important;
    background:linear-gradient(135deg,#f6fbfd 0%, #edf6fb 100%)!important;
    transform:none!important;
}
.fc-clinic-card:hover .fc-clinic-media img,
.fc-result-card:hover .fc-clinic-media img{
    transform:none!important;
}

/* Home featured clinic cards: show the full uploaded thumbnail cleanly */
.fc-featured-section .fc-clinic-card .fc-clinic-media{
    height:205px!important;
    padding:0!important;
    border-bottom:1px solid #e4edf5;
}
.fc-featured-section .fc-clinic-card .fc-clinic-media img{
    object-fit:contain!important;
}

/* Listing/category/country pages: keep left thumbnail balanced and fully visible */
.fc-result-card .fc-clinic-media{
    width:300px!important;
    min-width:300px!important;
    height:260px!important;
    border-right:1px solid #e4edf5;
}
.fc-result-card .fc-clinic-media img{
    object-fit:contain!important;
}

/* Cards with very visual campaign images should not crop text/logos */
.fc-clinic-media img[src*="thumbnail"],
.fc-clinic-media img[src*="_thumbnail"],
.fc-clinic-media img[src*="thumb"]{
    object-fit:contain!important;
}

@media (max-width: 991.98px){
    .fc-result-card{display:block!important;}
    .fc-result-card .fc-clinic-media{
        width:100%!important;
        min-width:100%!important;
        height:240px!important;
        border-right:0!important;
        border-bottom:1px solid #e4edf5;
    }
}
@media (max-width: 575.98px){
    .fc-featured-section .fc-clinic-card .fc-clinic-media,
    .fc-result-card .fc-clinic-media{
        height:210px!important;
    }
}

/* FC_CARD_IMAGE_COVER_FIX_V27_ACTIVE */
/* Thumbnail strategy: fill the card cleanly. Use 16:9 or 3:2 clinic thumbnails for best results. */
.fc-clinic-card .fc-clinic-media,
.fc-result-card .fc-clinic-media{
    position:relative!important;
    overflow:hidden!important;
    background:#eef7fb!important;
}
.fc-clinic-card .fc-clinic-media img,
.fc-result-card .fc-clinic-media img{
    display:block!important;
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:center center!important;
    background:transparent!important;
    transform:none!important;
}
.fc-clinic-card:hover .fc-clinic-media img,
.fc-result-card:hover .fc-clinic-media img{
    transform:scale(1.015)!important;
}
/* Home featured cards: remove top/bottom white gaps while keeping a modern card ratio */
.fc-featured-section .fc-clinic-card .fc-clinic-media{
    height:192px!important;
    min-height:192px!important;
    border-bottom:1px solid #e4edf5!important;
    border-radius:20px 20px 0 0!important;
}
.fc-featured-section .fc-clinic-card .fc-clinic-media img{
    object-fit:cover!important;
}
/* Listing / category / country pages: make the left image fill the whole visual column */
.fc-result-card .fc-clinic-media{
    width:300px!important;
    min-width:300px!important;
    height:auto!important;
    min-height:252px!important;
    align-self:stretch!important;
    border-right:1px solid #e4edf5!important;
    border-radius:20px 0 0 20px!important;
}
.fc-result-card .fc-clinic-media img{
    object-fit:cover!important;
}
/* If the card content is short, keep the visual column from creating empty lower space */
.fc-result-card{
    align-items:stretch!important;
    overflow:hidden!important;
}
@media (max-width: 991.98px){
    .fc-result-card{display:block!important;}
    .fc-result-card .fc-clinic-media{
        width:100%!important;
        min-width:100%!important;
        height:220px!important;
        min-height:220px!important;
        border-right:0!important;
        border-bottom:1px solid #e4edf5!important;
        border-radius:20px 20px 0 0!important;
    }
}
@media (max-width: 575.98px){
    .fc-featured-section .fc-clinic-card .fc-clinic-media,
    .fc-result-card .fc-clinic-media{
        height:205px!important;
        min-height:205px!important;
    }
}

/* FC_VERTICAL_LISTING_IMAGE_V28_ACTIVE */
/* Optional vertical image for category/country/search result cards. Upload 1080x1350 or 4:5 in admin. */
.fc-result-card.has-vertical-image{
    grid-template-columns:260px minmax(0,1fr)!important;
    min-height:330px!important;
}
.fc-result-card.has-vertical-image .fc-clinic-media{
    width:260px!important;
    min-width:260px!important;
    min-height:330px!important;
    height:100%!important;
    border-radius:20px 0 0 20px!important;
    background:#eef7fb!important;
}
.fc-result-card.has-vertical-image .fc-clinic-media img{
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:center center!important;
}
.fc-result-card.has-vertical-image .fc-clinic-body{
    justify-content:center!important;
}
@media (max-width: 1199.98px){
    .fc-result-card.has-vertical-image{
        grid-template-columns:230px minmax(0,1fr)!important;
        min-height:310px!important;
    }
    .fc-result-card.has-vertical-image .fc-clinic-media{
        width:230px!important;
        min-width:230px!important;
        min-height:310px!important;
    }
}
@media (max-width: 991.98px){
    .fc-result-card.has-vertical-image{display:block!important;min-height:0!important;}
    .fc-result-card.has-vertical-image .fc-clinic-media{
        width:100%!important;
        min-width:100%!important;
        height:300px!important;
        min-height:300px!important;
        border-radius:20px 20px 0 0!important;
        border-right:0!important;
        border-bottom:1px solid #e4edf5!important;
    }
}
@media (max-width: 575.98px){
    .fc-result-card.has-vertical-image .fc-clinic-media{
        height:260px!important;
        min-height:260px!important;
    }
}
.fc-admin-image-note{
    display:block;
    margin-top:6px;
    color:#8190aa;
    font-size:12px;
}

/* FC_VERTICAL_IMAGE_SIZE_PREVIEW_V31_ACTIVE */
/* Category / country / search list cards: wider vertical visual area. Recommended upload: 1200x1350 px. */
@media (min-width: 1200px){
    .fc-result-card.has-vertical-image{
        grid-template-columns:340px minmax(0,1fr)!important;
        min-height:382px!important;
    }
    .fc-result-card.has-vertical-image .fc-clinic-media{
        width:340px!important;
        min-width:340px!important;
        min-height:382px!important;
        height:100%!important;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px){
    .fc-result-card.has-vertical-image{
        grid-template-columns:300px minmax(0,1fr)!important;
        min-height:338px!important;
    }
    .fc-result-card.has-vertical-image .fc-clinic-media{
        width:300px!important;
        min-width:300px!important;
        min-height:338px!important;
    }
}
.fc-result-card.has-vertical-image .fc-clinic-media img{
    object-fit:cover!important;
    object-position:center center!important;
}

/* FC_MOBILE_CARDS_POPUP_V32_ACTIVE */
/* Mobile listing cards: show uploaded vertical listing image fully instead of cropping. */
@media (max-width: 767.98px){
    .fc-result-card.has-vertical-image{
        display:block!important;
        border-radius:24px!important;
        overflow:hidden!important;
    }
    .fc-result-card.has-vertical-image .fc-clinic-media{
        width:100%!important;
        min-width:100%!important;
        height:auto!important;
        min-height:0!important;
        aspect-ratio:4 / 5!important;
        border-radius:24px 24px 0 0!important;
        border-right:0!important;
        border-bottom:1px solid #e4edf5!important;
        background:#f4f9fc!important;
        display:flex!important;
        align-items:center!important;
        justify-content:center!important;
    }
    .fc-result-card.has-vertical-image .fc-clinic-media img{
        width:100%!important;
        height:100%!important;
        object-fit:contain!important;
        object-position:center center!important;
        background:#f4f9fc!important;
        transform:none!important;
    }
    .fc-result-card.has-vertical-image:hover .fc-clinic-media img{
        transform:none!important;
    }
    .fc-result-card.has-vertical-image .fc-clinic-body,
    .fc-result-card .fc-clinic-body{
        padding:22px 20px 24px!important;
    }
    .fc-result-card .fc-clinic-title,
    .fc-result-card h3,
    .fc-result-card h4{
        font-size:25px!important;
        line-height:1.15!important;
    }
    .fc-result-card .fc-clinic-desc,
    .fc-result-card p{
        font-size:15px!important;
        line-height:1.55!important;
    }
}
@media (max-width: 420px){
    .fc-result-card.has-vertical-image .fc-clinic-media{
        aspect-ratio:4 / 5!important;
        max-height:520px!important;
    }
    .fc-result-card .fc-clinic-title,
    .fc-result-card h3,
    .fc-result-card h4{
        font-size:23px!important;
    }
}

/* Mobile quote/procedure popups: smaller, centered and fits screen. */
@media (max-width: 767.98px){
    .modal.fc-quote-modal.show,
    .modal.fc-listing-quote-modal.show,
    .modal.fc-home-quote-modal.show,
    #formModal.modal.show,
    #fcHomeQuoteModal.modal.show{
        display:flex!important;
        align-items:center!important;
        justify-content:center!important;
        padding:12px!important;
        overflow:hidden!important;
    }
    .modal.fc-quote-modal .modal-dialog,
    .modal.fc-listing-quote-modal .modal-dialog,
    .modal.fc-home-quote-modal .modal-dialog,
    #formModal .modal-dialog,
    #fcHomeQuoteModal .modal-dialog{
        width:100%!important;
        max-width:430px!important;
        margin:0 auto!important;
        min-height:0!important;
        display:block!important;
    }
    .modal.fc-quote-modal .modal-content,
    .modal.fc-listing-quote-modal .modal-content,
    .modal.fc-home-quote-modal .modal-content,
    #formModal .modal-content,
    #fcHomeQuoteModal .modal-content{
        border-radius:24px!important;
        max-height:calc(100dvh - 34px)!important;
        overflow-y:auto!important;
        -webkit-overflow-scrolling:touch!important;
    }
    .modal.fc-quote-modal .modal-header,
    .modal.fc-listing-quote-modal .modal-header,
    .modal.fc-home-quote-modal .modal-header,
    #formModal .modal-header,
    #fcHomeQuoteModal .modal-header{
        padding:18px 20px!important;
    }
    .modal.fc-quote-modal .modal-header h3,
    .modal.fc-listing-quote-modal .modal-header h3,
    .modal.fc-home-quote-modal .modal-header h3,
    #formModal .modal-header h3,
    #fcHomeQuoteModal .modal-header h3,
    .modal.fc-quote-modal .modal-title,
    .modal.fc-listing-quote-modal .modal-title,
    .modal.fc-home-quote-modal .modal-title{
        font-size:24px!important;
        line-height:1.16!important;
        letter-spacing:-.03em!important;
        padding-right:42px!important;
    }
    .modal.fc-quote-modal .modal-header .close,
    .modal.fc-listing-quote-modal .modal-header .close,
    .modal.fc-home-quote-modal .modal-header .close,
    #formModal .modal-header .close,
    #fcHomeQuoteModal .modal-header .close{
        width:42px!important;
        height:42px!important;
        min-width:42px!important;
        font-size:24px!important;
        top:14px!important;
        right:14px!important;
    }
    .modal.fc-quote-modal .modal-body,
    .modal.fc-listing-quote-modal .modal-body,
    .modal.fc-home-quote-modal .modal-body,
    #formModal .modal-body,
    #fcHomeQuoteModal .modal-body{
        padding:18px 18px 20px!important;
    }
    .fc-modal-service-summary,
    .fc-selected-clinic-box,
    .fc-listing-modal-selected,
    .fc-home-modal-selected{
        padding:14px 16px!important;
        border-radius:18px!important;
        margin-bottom:14px!important;
    }
    .fc-modal-summary-label,
    .fc-selected-clinic-label,
    .fc-listing-modal-label,
    .fc-home-modal-label{
        font-size:11px!important;
        margin-bottom:6px!important;
    }
    .fc-modal-summary-value,
    .fc-selected-clinic-value,
    .fc-listing-modal-value,
    .fc-home-modal-value{
        font-size:17px!important;
        line-height:1.25!important;
    }
    .fc-quote-modal .form-group,
    .fc-listing-quote-modal .form-group,
    .fc-home-quote-modal .form-group,
    #formModal .form-group,
    #fcHomeQuoteModal .form-group{
        margin-bottom:10px!important;
    }
    .fc-quote-modal .form-control,
    .fc-listing-quote-modal .form-control,
    .fc-home-quote-modal .form-control,
    #formModal .form-control,
    #fcHomeQuoteModal .form-control{
        height:48px!important;
        min-height:48px!important;
        border-radius:16px!important;
        font-size:15px!important;
    }
    .fc-quote-modal textarea.form-control,
    .fc-listing-quote-modal textarea.form-control,
    .fc-home-quote-modal textarea.form-control,
    #formModal textarea.form-control,
    #fcHomeQuoteModal textarea.form-control{
        min-height:88px!important;
        height:88px!important;
    }
    .fc-quote-modal .iti,
    .fc-listing-quote-modal .iti,
    .fc-home-quote-modal .iti,
    #formModal .iti,
    #fcHomeQuoteModal .iti{
        width:100%!important;
        max-width:100%!important;
    }
    .fc-quote-modal .iti input[type="tel"],
    .fc-listing-quote-modal .iti input[type="tel"],
    .fc-home-quote-modal .iti input[type="tel"],
    #formModal .iti input[type="tel"],
    #fcHomeQuoteModal .iti input[type="tel"]{
        height:48px!important;
        min-height:48px!important;
        padding-left:96px!important;
        font-size:15px!important;
    }
    .fc-quote-modal .iti--separate-dial-code .iti__selected-flag,
    .fc-listing-quote-modal .iti--separate-dial-code .iti__selected-flag,
    .fc-home-quote-modal .iti--separate-dial-code .iti__selected-flag,
    #formModal .iti--separate-dial-code .iti__selected-flag,
    #fcHomeQuoteModal .iti--separate-dial-code .iti__selected-flag{
        min-width:86px!important;
        height:48px!important;
        border-radius:16px 0 0 16px!important;
    }
    .fc-quote-modal .booking-form label,
    .fc-listing-quote-modal .booking-form label,
    .fc-home-quote-modal .booking-form label,
    #formModal .booking-form label,
    #fcHomeQuoteModal .booking-form label,
    .fc-quote-modal .booking-form a,
    .fc-listing-quote-modal .booking-form a,
    .fc-home-quote-modal .booking-form a,
    #formModal .booking-form a,
    #fcHomeQuoteModal .booking-form a{
        font-size:13px!important;
        line-height:1.45!important;
    }
    .fc-quote-modal .btn.full-width,
    .fc-listing-quote-modal .btn.full-width,
    .fc-home-quote-modal .btn.full-width,
    #formModal .btn.full-width,
    #fcHomeQuoteModal .btn.full-width{
        height:48px!important;
        padding:12px 18px!important;
        font-size:15px!important;
    }
}

/* FC_CANCEL_VERTICAL_LISTING_IMAGE_V33_ACTIVE
   Dikey liste görseli iptal edildi: kategori/ülke/arama kartlarında Klinik Thumbnaili kullanılır. */
.fc-result-card{
    display:grid!important;
    grid-template-columns:330px minmax(0,1fr)!important;
    min-height:250px!important;
    overflow:hidden!important;
}
.fc-result-card .fc-clinic-media{
    width:100%!important;
    min-width:0!important;
    height:100%!important;
    min-height:250px!important;
    aspect-ratio:auto!important;
    border-radius:24px 0 0 24px!important;
    background:#eef6fb!important;
    display:block!important;
}
.fc-result-card .fc-clinic-media img{
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:center center!important;
    background:#eef6fb!important;
    transform:none!important;
}
.fc-result-card:hover .fc-clinic-media img{
    transform:scale(1.02)!important;
}
.fc-result-card .fc-clinic-body{
    padding:24px 24px 22px!important;
    display:flex!important;
    flex-direction:column!important;
    justify-content:center!important;
}
.fc-result-card .fc-clinic-logo-row{
    margin-top:0!important;
    margin-bottom:12px!important;
}
.fc-result-card .fc-clinic-logo{
    width:64px!important;
    height:64px!important;
}
.fc-result-card .fc-clinic-body p{
    display:-webkit-box!important;
    -webkit-line-clamp:2!important;
    -webkit-box-orient:vertical!important;
    overflow:hidden!important;
    min-height:43px!important;
}
.fc-result-card.has-vertical-image{
    display:grid!important;
    grid-template-columns:330px minmax(0,1fr)!important;
    min-height:250px!important;
}
.fc-result-card.has-vertical-image .fc-clinic-media{
    width:100%!important;
    min-width:0!important;
    height:100%!important;
    min-height:250px!important;
    aspect-ratio:auto!important;
    border-radius:24px 0 0 24px!important;
}
.fc-result-card.has-vertical-image .fc-clinic-media img{
    object-fit:cover!important;
    object-position:center center!important;
}
@media(max-width:1199.98px){
    .fc-result-card,
    .fc-result-card.has-vertical-image{
        grid-template-columns:300px minmax(0,1fr)!important;
    }
}
@media(max-width:991.98px){
    .fc-result-card,
    .fc-result-card.has-vertical-image{
        display:block!important;
        min-height:0!important;
        border-radius:24px!important;
    }
    .fc-result-card .fc-clinic-media,
    .fc-result-card.has-vertical-image .fc-clinic-media{
        width:100%!important;
        height:auto!important;
        min-height:0!important;
        aspect-ratio:16 / 10!important;
        border-radius:24px 24px 0 0!important;
        border-right:0!important;
        border-bottom:1px solid #e4edf5!important;
    }
    .fc-result-card .fc-clinic-media img,
    .fc-result-card.has-vertical-image .fc-clinic-media img{
        width:100%!important;
        height:100%!important;
        object-fit:cover!important;
        object-position:center center!important;
    }
    .fc-result-card .fc-clinic-body,
    .fc-result-card.has-vertical-image .fc-clinic-body{
        padding:20px!important;
    }
}
@media(max-width:575.98px){
    .fc-result-card .fc-clinic-media,
    .fc-result-card.has-vertical-image .fc-clinic-media{
        aspect-ratio:16 / 10!important;
        max-height:none!important;
    }
    .fc-result-card .fc-clinic-body h3,
    .fc-result-card h3{
        font-size:22px!important;
    }
}

/* FC_LISTING_CARD_EQUAL_FIT_V34_ACTIVE
   Alt kategori / ülke / arama kartları yatay thumbnail'e göre eşitlendi. */
.fc-result-card.fc-result-card-v34{
    display:grid!important;
    grid-template-columns:390px minmax(0,1fr)!important;
    min-height:260px!important;
    border-radius:24px!important;
    overflow:hidden!important;
    align-items:stretch!important;
}
.fc-result-card.fc-result-card-v34 .fc-clinic-media{
    position:relative!important;
    width:100%!important;
    min-width:0!important;
    height:100%!important;
    min-height:260px!important;
    aspect-ratio:auto!important;
    border-radius:24px 0 0 24px!important;
    background:#edf6fb!important;
    overflow:hidden!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
}
.fc-result-card.fc-result-card-v34 .fc-clinic-media::before{
    content:"";
    position:absolute;
    inset:-18px;
    background-image:var(--fc-bg-image);
    background-size:cover;
    background-position:center;
    filter:blur(14px);
    transform:scale(1.08);
    opacity:.34;
    z-index:0;
}
.fc-result-card.fc-result-card-v34 .fc-clinic-media::after{
    content:"";
    position:absolute;
    inset:0;
    background:rgba(255,255,255,.06);
    z-index:1;
}
.fc-result-card.fc-result-card-v34 .fc-clinic-media img{
    position:relative!important;
    z-index:2!important;
    width:100%!important;
    height:100%!important;
    object-fit:contain!important;
    object-position:center center!important;
    background:transparent!important;
    transform:none!important;
}
.fc-result-card.fc-result-card-v34:hover .fc-clinic-media img{
    transform:none!important;
}
.fc-result-card.fc-result-card-v34 .fc-package-badge{
    z-index:4!important;
}
.fc-result-card.fc-result-card-v34 .fc-clinic-body{
    padding:24px 28px!important;
    display:flex!important;
    flex-direction:column!important;
    justify-content:space-between!important;
    min-width:0!important;
}
.fc-result-card.fc-result-card-v34 .fc-result-head{
    display:grid!important;
    grid-template-columns:64px minmax(0,1fr) auto!important;
    gap:16px!important;
    align-items:center!important;
    margin-bottom:12px!important;
}
.fc-result-card.fc-result-card-v34 .fc-clinic-logo{
    width:64px!important;
    height:64px!important;
    border-radius:17px!important;
    margin:0!important;
    flex:0 0 64px!important;
}
.fc-result-card.fc-result-card-v34 h3{
    margin:0!important;
    font-size:23px!important;
    line-height:1.22!important;
    font-weight:900!important;
    color:#102b5c!important;
    min-width:0!important;
}
.fc-result-card.fc-result-card-v34 h3 a{
    color:#102b5c!important;
}
.fc-result-card.fc-result-card-v34 .fc-verified{
    align-self:start!important;
    justify-self:end!important;
    margin-top:2px!important;
}
.fc-result-card.fc-result-card-v34 .fc-clinic-body p{
    margin:0 0 12px!important;
    min-height:0!important;
    -webkit-line-clamp:2!important;
    font-size:15px!important;
    line-height:1.55!important;
}
.fc-result-card.fc-result-card-v34 .fc-result-location{
    margin-bottom:12px!important;
    font-size:14px!important;
}
.fc-result-card.fc-result-card-v34 .fc-result-bottom{
    margin-top:auto!important;
}
.fc-result-card.fc-result-card-v34 .fc-card-meta{
    margin-top:0!important;
    padding-top:13px!important;
    border-top:1px solid #dfe9f2!important;
}
.fc-result-card.fc-result-card-v34 .fc-card-actions{
    justify-content:flex-start!important;
    margin-top:16px!important;
}
@media(max-width:1399.98px){
    .fc-result-card.fc-result-card-v34{
        grid-template-columns:360px minmax(0,1fr)!important;
        min-height:240px!important;
    }
    .fc-result-card.fc-result-card-v34 .fc-clinic-media{
        min-height:240px!important;
    }
}
@media(max-width:1199.98px){
    .fc-result-card.fc-result-card-v34{
        grid-template-columns:320px minmax(0,1fr)!important;
        min-height:224px!important;
    }
    .fc-result-card.fc-result-card-v34 .fc-clinic-media{
        min-height:224px!important;
    }
    .fc-result-card.fc-result-card-v34 .fc-result-head{
        grid-template-columns:58px minmax(0,1fr) auto!important;
    }
    .fc-result-card.fc-result-card-v34 .fc-clinic-logo{
        width:58px!important;
        height:58px!important;
    }
    .fc-result-card.fc-result-card-v34 h3{
        font-size:20px!important;
    }
}
@media(max-width:991.98px){
    .fc-result-card.fc-result-card-v34{
        display:block!important;
        min-height:0!important;
        border-radius:24px!important;
    }
    .fc-result-card.fc-result-card-v34 .fc-clinic-media{
        width:100%!important;
        height:auto!important;
        min-height:0!important;
        aspect-ratio:3 / 2!important;
        border-radius:24px 24px 0 0!important;
    }
    .fc-result-card.fc-result-card-v34 .fc-result-head{
        grid-template-columns:58px minmax(0,1fr)!important;
    }
    .fc-result-card.fc-result-card-v34 .fc-verified{
        grid-column:1 / -1!important;
        justify-self:start!important;
    }
    .fc-result-card.fc-result-card-v34 .fc-clinic-body{
        padding:22px!important;
    }
}
@media(max-width:575.98px){
    .fc-result-card.fc-result-card-v34 .fc-clinic-media{
        aspect-ratio:3 / 2!important;
    }
    .fc-result-card.fc-result-card-v34 .fc-clinic-body{
        padding:20px!important;
    }
    .fc-result-card.fc-result-card-v34 h3{
        font-size:22px!important;
    }
    .fc-result-card.fc-result-card-v34 .fc-card-actions{
        display:grid!important;
        grid-template-columns:1fr 1fr!important;
        gap:10px!important;
    }
    .fc-result-card.fc-result-card-v34 .fc-card-actions a{
        width:100%!important;
        min-width:0!important;
        justify-content:center!important;
        text-align:center!important;
    }
}

/* FC_LISTING_CARD_COMPACT_FIT_V36_ACTIVE
   Alt kategori / ülke / arama liste kartları yatay thumbnail'e göre daha kompakt hizalandı. */
@media (min-width: 992px){
    .fc-result-card.fc-result-card-v34{
        display:grid!important;
        grid-template-columns:370px minmax(0,1fr)!important;
        min-height:246px!important;
        max-height:246px!important;
        align-items:stretch!important;
        overflow:hidden!important;
    }
    .fc-result-card.fc-result-card-v34 .fc-clinic-media{
        width:100%!important;
        height:246px!important;
        min-height:246px!important;
        max-height:246px!important;
        aspect-ratio:3 / 2!important;
        border-radius:24px 0 0 24px!important;
        background:#edf6fb!important;
    }
    .fc-result-card.fc-result-card-v34 .fc-clinic-media::before,
    .fc-result-card.fc-result-card-v34 .fc-clinic-media::after{
        display:none!important;
        content:none!important;
    }
    .fc-result-card.fc-result-card-v34 .fc-clinic-media img{
        width:100%!important;
        height:100%!important;
        object-fit:cover!important;
        object-position:center center!important;
        background:transparent!important;
    }
    .fc-result-card.fc-result-card-v34 .fc-clinic-body{
        min-height:246px!important;
        max-height:246px!important;
        padding:16px 22px!important;
        display:flex!important;
        flex-direction:column!important;
        justify-content:space-between!important;
        overflow:hidden!important;
    }
    .fc-result-card.fc-result-card-v34 .fc-result-head{
        display:grid!important;
        grid-template-columns:52px minmax(0,1fr) auto!important;
        gap:12px!important;
        align-items:center!important;
        margin-bottom:8px!important;
    }
    .fc-result-card.fc-result-card-v34 .fc-clinic-logo{
        width:52px!important;
        height:52px!important;
        border-radius:14px!important;
        padding:6px!important;
        flex:0 0 52px!important;
    }
    .fc-result-card.fc-result-card-v34 h3{
        font-size:20px!important;
        line-height:1.18!important;
        margin:0!important;
        display:-webkit-box!important;
        -webkit-line-clamp:2!important;
        -webkit-box-orient:vertical!important;
        overflow:hidden!important;
    }
    .fc-result-card.fc-result-card-v34 .fc-verified{
        padding:7px 10px!important;
        font-size:12px!important;
        line-height:1!important;
        align-self:start!important;
        justify-self:end!important;
    }
    .fc-result-card.fc-result-card-v34 .fc-clinic-body p{
        font-size:14px!important;
        line-height:1.45!important;
        margin:0 0 8px!important;
        display:-webkit-box!important;
        -webkit-line-clamp:2!important;
        -webkit-box-orient:vertical!important;
        overflow:hidden!important;
    }
    .fc-result-card.fc-result-card-v34 .fc-result-location{
        font-size:13px!important;
        line-height:1.35!important;
        margin-bottom:8px!important;
        display:-webkit-box!important;
        -webkit-line-clamp:1!important;
        -webkit-box-orient:vertical!important;
        overflow:hidden!important;
    }
    .fc-result-card.fc-result-card-v34 .fc-card-meta{
        padding-top:9px!important;
        margin-top:0!important;
        font-size:13px!important;
        line-height:1.2!important;
    }
    .fc-result-card.fc-result-card-v34 .fc-card-actions{
        margin-top:10px!important;
        gap:10px!important;
        align-items:center!important;
        justify-content:flex-start!important;
    }
    .fc-result-card.fc-result-card-v34 .fc-card-actions .fc-primary-mini,
    .fc-result-card.fc-result-card-v34 .fc-card-actions .fc-outline-mini,
    .fc-result-card.fc-result-card-v34 .fc-card-actions a{
        min-height:38px!important;
        padding:10px 18px!important;
        font-size:13px!important;
        line-height:1!important;
    }
}
@media (min-width: 1200px){
    .fc-result-card.fc-result-card-v34{
        grid-template-columns:380px minmax(0,1fr)!important;
        min-height:253px!important;
        max-height:253px!important;
    }
    .fc-result-card.fc-result-card-v34 .fc-clinic-media,
    .fc-result-card.fc-result-card-v34 .fc-clinic-body{
        height:253px!important;
        min-height:253px!important;
        max-height:253px!important;
    }
}
@media (min-width: 1400px){
    .fc-result-card.fc-result-card-v34{
        grid-template-columns:400px minmax(0,1fr)!important;
        min-height:267px!important;
        max-height:267px!important;
    }
    .fc-result-card.fc-result-card-v34 .fc-clinic-media,
    .fc-result-card.fc-result-card-v34 .fc-clinic-body{
        height:267px!important;
        min-height:267px!important;
        max-height:267px!important;
    }
}
@media (max-width: 991.98px){
    .fc-result-card.fc-result-card-v34 .fc-clinic-media{
        aspect-ratio:3 / 2!important;
        background:#edf6fb!important;
    }
    .fc-result-card.fc-result-card-v34 .fc-clinic-media::before,
    .fc-result-card.fc-result-card-v34 .fc-clinic-media::after{
        display:none!important;
        content:none!important;
    }
    .fc-result-card.fc-result-card-v34 .fc-clinic-media img{
        object-fit:cover!important;
        object-position:center center!important;
    }
}

/* FC_FEATURED_BADGE_IMAGE_RATIO_V37_ACTIVE
   Featured badge image overlay removed. Home image ratio and listing action badges refined. */

/* Any legacy featured badge that is still inside an image should not overlay the photo. */
.fc-clinic-media > .fc-package-badge{
    display:none!important;
}

/* Home featured cards: keep the uploaded thumbnail visible in a clean 3:2 area. */
.fc-featured-section .fc-home-card .fc-clinic-media,
.fc-featured-section .fc-clinic-card .fc-clinic-media{
    aspect-ratio:3 / 2!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    background:#eef7fb!important;
    border-radius:22px 22px 0 0!important;
    overflow:hidden!important;
}
.fc-featured-section .fc-home-card .fc-clinic-media img,
.fc-featured-section .fc-clinic-card .fc-clinic-media img{
    width:100%!important;
    height:100%!important;
    object-fit:contain!important;
    object-position:center center!important;
    background:#eef7fb!important;
    transform:none!important;
}
.fc-featured-section .fc-home-card:hover .fc-clinic-media img,
.fc-featured-section .fc-clinic-card:hover .fc-clinic-media img{
    transform:none!important;
}

/* Home: place Featured next to Profile, not over the image. */
.fc-clinic-logo-row .fc-clinic-status-row{
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    gap:8px!important;
    flex-wrap:wrap!important;
    margin-left:auto!important;
}
.fc-clinic-logo-row .fc-package-badge{
    position:static!important;
    display:inline-flex!important;
    align-items:center!important;
    gap:5px!important;
    padding:8px 10px!important;
    border-radius:999px!important;
    font-size:12px!important;
    font-weight:900!important;
    line-height:1!important;
    color:#fff!important;
    background:linear-gradient(135deg,#ffb835,#ff7a00)!important;
    box-shadow:0 8px 18px rgba(255,122,0,.18)!important;
    white-space:nowrap!important;
}
.fc-featured-section .fc-clinic-logo-row{
    align-items:flex-start!important;
    gap:10px!important;
}

/* Listing pages: place Featured beside Get Free Quote action. */
.fc-action-featured-badge{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:6px!important;
    min-height:38px!important;
    padding:10px 14px!important;
    border-radius:999px!important;
    font-size:13px!important;
    font-weight:900!important;
    line-height:1!important;
    color:#fff!important;
    background:linear-gradient(135deg,#ffb835,#ff7a00)!important;
    box-shadow:0 8px 18px rgba(255,122,0,.16)!important;
    white-space:nowrap!important;
}
.fc-result-card.fc-result-card-v34 .fc-card-actions{
    align-items:center!important;
    flex-wrap:wrap!important;
}

@media(max-width:1199.98px){
    .fc-clinic-logo-row .fc-package-badge,
    .fc-action-featured-badge{
        font-size:11px!important;
        padding:8px 10px!important;
    }
}
@media(max-width:575.98px){
    .fc-featured-section .fc-clinic-logo-row{
        align-items:center!important;
    }
    .fc-clinic-logo-row .fc-clinic-status-row{
        gap:6px!important;
    }
    .fc-clinic-logo-row .fc-package-badge,
    .fc-clinic-logo-row .fc-verified{
        font-size:11px!important;
        padding:7px 9px!important;
    }
    .fc-result-card.fc-result-card-v34 .fc-card-actions{
        grid-template-columns:1fr 1fr!important;
    }
    .fc-result-card.fc-result-card-v34 .fc-card-actions .fc-action-featured-badge{
        grid-column:1 / -1!important;
        width:100%!important;
    }
}

/* FC_HOME_PROFILE_BADGE_EQUAL_V38_ACTIVE
   Home featured cards: make Profile pill the same compact height as Featured pill. */
.fc-featured-section .fc-clinic-logo-row .fc-clinic-status-row{
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    gap:8px!important;
}
.fc-featured-section .fc-clinic-logo-row .fc-package-badge,
.fc-featured-section .fc-clinic-logo-row .fc-verified{
    height:30px!important;
    min-height:30px!important;
    max-height:30px!important;
    padding:0 11px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:6px!important;
    font-size:12px!important;
    font-weight:900!important;
    line-height:1!important;
    border-radius:999px!important;
    white-space:nowrap!important;
}
.fc-featured-section .fc-clinic-logo-row .fc-verified i,
.fc-featured-section .fc-clinic-logo-row .fc-package-badge i{
    font-size:12px!important;
    line-height:1!important;
    margin:0!important;
}
@media(max-width:575.98px){
    .fc-featured-section .fc-clinic-logo-row .fc-package-badge,
    .fc-featured-section .fc-clinic-logo-row .fc-verified{
        height:28px!important;
        min-height:28px!important;
        max-height:28px!important;
        padding:0 9px!important;
        font-size:11px!important;
    }
}

/* FC_HOME_BADGE_ALIGNMENT_V39_ACTIVE
   Home featured cards: align clinic logo, Featured badge and Profile badge on one visual line. */
.fc-featured-section .fc-clinic-card .fc-clinic-logo-row{
    align-items:center!important;
    margin-top:-54px!important;
    margin-bottom:16px!important;
}
.fc-featured-section .fc-clinic-card .fc-clinic-logo-row .fc-clinic-logo{
    transform:translateY(-4px)!important;
    flex:0 0 68px!important;
}
.fc-featured-section .fc-clinic-card .fc-clinic-logo-row .fc-clinic-status-row{
    align-items:center!important;
    align-self:center!important;
    transform:translateY(10px)!important;
    margin-top:0!important;
}
.fc-featured-section .fc-clinic-card .fc-clinic-logo-row .fc-package-badge,
.fc-featured-section .fc-clinic-card .fc-clinic-logo-row .fc-verified{
    height:30px!important;
    min-height:30px!important;
    max-height:30px!important;
}
@media(max-width:575.98px){
    .fc-featured-section .fc-clinic-card .fc-clinic-logo-row{
        margin-top:-50px!important;
        margin-bottom:14px!important;
    }
    .fc-featured-section .fc-clinic-card .fc-clinic-logo-row .fc-clinic-logo{
        transform:translateY(-3px)!important;
        flex-basis:64px!important;
    }
    .fc-featured-section .fc-clinic-card .fc-clinic-logo-row .fc-clinic-status-row{
        transform:translateY(9px)!important;
    }
}

/* FC_HOME_BADGE_UP_V40_ACTIVE
   Home featured cards: move Featured and Profile badges up to align with logo baseline. */
.fc-featured-section .fc-clinic-card .fc-clinic-logo-row .fc-clinic-status-row{
    transform:translateY(-4px)!important;
    align-self:center!important;
}
.fc-featured-section .fc-clinic-card .fc-clinic-logo-row .fc-package-badge,
.fc-featured-section .fc-clinic-card .fc-clinic-logo-row .fc-verified{
    transform:translateY(0)!important;
}
@media(max-width:575.98px){
    .fc-featured-section .fc-clinic-card .fc-clinic-logo-row .fc-clinic-status-row{
        transform:translateY(-3px)!important;
    }
}

/* FC_CLINIC_PANEL_V41_ACTIVE */
.fc-header-actions{gap:10px;}
.fc-clinic-login-simple{height:44px;border:1px solid #dbeaf5;background:#fff;color:#17325d;border-radius:999px;padding:0 18px;font-weight:800;display:inline-flex;align-items:center;gap:8px;box-shadow:0 8px 20px rgba(22,48,89,.06);}
.fc-clinic-login-simple:hover{background:#f5fbff;}
.fc-clinic-user-dropdown{position:relative;}
.fc-clinic-user-trigger{width:44px;height:44px;border-radius:50%;border:1px solid #dbeaf5;background:#0f1d35;color:#fff;display:flex;align-items:center;justify-content:center;font-size:20px;box-shadow:0 10px 24px rgba(16,32,58,.12);}
.fc-clinic-user-menu{position:absolute;right:0;top:calc(100% + 12px);width:220px;background:#fff;border:1px solid #dbeaf5;border-radius:18px;box-shadow:0 24px 60px rgba(20,39,70,.18);padding:10px;opacity:0;visibility:hidden;transform:translateY(8px);transition:.18s ease;z-index:99999;}
.fc-clinic-user-dropdown.is-open .fc-clinic-user-menu,.fc-clinic-user-dropdown:hover .fc-clinic-user-menu{opacity:1;visibility:visible;transform:translateY(0);}
.fc-clinic-user-name{font-weight:900;color:#162c55;border-bottom:1px solid #edf3f8;padding:10px 12px;margin-bottom:6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.fc-clinic-user-menu a{display:flex;align-items:center;gap:10px;padding:10px 12px;color:#445572;border-radius:12px;font-weight:700;text-decoration:none!important;}
.fc-clinic-user-menu a:hover{background:#f4fbfd;color:#02aebc;}
.fc-clinic-login-modal{position:fixed;inset:0;z-index:999999;display:none;align-items:center;justify-content:center;padding:20px;}
.fc-clinic-login-modal.is-open{display:flex;}
.fc-clinic-login-backdrop{position:absolute;inset:0;background:rgba(5,15,30,.58);backdrop-filter:blur(4px);}
.fc-clinic-login-dialog{position:relative;width:100%;max-width:460px;background:#fff;border-radius:26px;padding:30px;box-shadow:0 30px 100px rgba(0,0,0,.28);}
.fc-clinic-login-close{position:absolute;right:18px;top:16px;width:38px;height:38px;border-radius:50%;border:0;background:#f2f7fb;font-size:24px;color:#17325d;}
.fc-clinic-login-kicker{font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.08em;color:#09bbc7;margin-bottom:6px;}
.fc-clinic-login-dialog h3{font-size:28px;color:#142a53;font-weight:900;margin:0 0 8px;}
.fc-clinic-login-dialog p{color:#6b7c97;margin-bottom:20px;}
.fc-clinic-login-form label{display:block;color:#172e58;font-size:13px;font-weight:800;margin:14px 0 7px;}
.fc-clinic-login-form input{width:100%;height:52px;border:1px solid #d8e6f2;border-radius:15px;padding:0 16px;color:#172e58;background:#fbfdff;}
.fc-clinic-login-form button{width:100%;height:52px;border-radius:999px;border:0;background:#08bac5;color:#fff;font-weight:900;margin-top:18px;display:flex;align-items:center;justify-content:center;gap:8px;}
.fc-clinic-login-footer{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:18px;color:#6b7c97;font-weight:700;}
.fc-clinic-login-footer a{color:#08bac5;font-weight:900;}
body.fc-login-modal-open{overflow:hidden;}

.fc-panel-public,.fc-panel-app{font-family:Poppins,Arial,sans-serif;min-height:100vh;background:#080a0f;color:#f8fbff;}
.fc-panel-public{position:relative;overflow:hidden;padding:24px;}
.fc-panel-public-bg{position:absolute;inset:0;background:radial-gradient(circle at 15% 15%, rgba(0,188,207,.18), transparent 32%), radial-gradient(circle at 92% 8%, rgba(30,126,255,.18), transparent 30%), #080a0f;z-index:0;}
.fc-panel-public-top{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;max-width:1240px;margin:0 auto 56px;}
.fc-panel-public-logo img{height:46px;width:auto;filter:brightness(0) invert(1);}
.fc-panel-public-actions{display:flex;align-items:center;gap:12px;}
.fc-panel-public-actions a,.fc-panel-login-link{height:42px;border-radius:999px;border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.05);color:#fff!important;padding:0 16px;display:flex;align-items:center;gap:8px;font-weight:800;text-decoration:none!important;}
.fc-panel-public-hero{position:relative;z-index:1;max-width:1240px;margin:0 auto;display:grid;grid-template-columns:1fr 520px;gap:48px;align-items:start;}
.fc-panel-kicker{display:inline-flex;align-items:center;padding:8px 12px;border-radius:999px;background:rgba(0,188,207,.12);color:#1ad8e6;font-weight:900;font-size:12px;text-transform:uppercase;letter-spacing:.05em;}
.fc-panel-public-copy h1{font-size:54px;line-height:1.05;color:#fff;margin:20px 0 18px;font-weight:900;max-width:720px;}
.fc-panel-public-copy p{color:#aab5c8;font-size:18px;line-height:1.75;max-width:680px;}
.fc-panel-trust-row{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px;}
.fc-panel-trust-row span{display:flex;align-items:center;gap:8px;background:#111722;border:1px solid rgba(255,255,255,.09);border-radius:999px;padding:11px 16px;color:#eaf3ff;font-weight:800;}
.fc-panel-trust-row i{color:#10d06a;}
.fc-panel-register-card{background:#fff;color:#142b55;border-radius:28px;padding:28px;box-shadow:0 28px 80px rgba(0,0,0,.28);}
.fc-panel-card-head span{font-size:12px;font-weight:900;color:#00b9c7;text-transform:uppercase;letter-spacing:.08em;}.fc-panel-card-head h2{font-size:28px;font-weight:900;margin:6px 0 18px;color:#142b55;}
.fc-panel-type-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:18px;}.fc-panel-type-grid input{display:none;}.fc-panel-type-grid span{height:86px;border:1px dashed #d6e4ef;border-radius:16px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;background:#fbfdff;color:#17325d;font-weight:800;}.fc-panel-type-grid input:checked+span{border-color:#08bac5;background:#eefcff;box-shadow:inset 0 0 0 1px #08bac5;}.fc-panel-type-grid i{font-size:22px;color:#08bac5;}
.fc-panel-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;}.fc-panel-form-grid label{font-size:12px;color:#596985;font-weight:800;}.fc-panel-form-grid input,.fc-panel-form-grid select{width:100%;height:48px;border:1px solid #d8e6f2;border-radius:13px;background:#fff;padding:0 13px;margin-top:6px;color:#17325d;}.fc-panel-form-wide{grid-column:1/-1;}.fc-panel-terms{display:flex;gap:9px;align-items:flex-start;margin:16px 0;color:#596985;font-weight:700;font-size:13px;}.fc-panel-primary-btn{width:100%;height:54px;border:0;border-radius:999px;background:#08bac5;color:#fff;font-weight:900;display:flex;align-items:center;justify-content:center;gap:10px;}.fc-panel-alert{position:relative;z-index:2;max-width:900px;margin:0 auto 22px;padding:14px 18px;border-radius:14px;font-weight:800;}.fc-panel-alert-success{background:#d8ffe8;color:#087735;}.fc-panel-alert-error{background:#ffe5e5;color:#a51818;}

.fc-panel-app{display:grid;grid-template-columns:280px 1fr;}.fc-panel-sidebar{min-height:100vh;background:#080a0f;border-right:1px solid #242832;padding:26px 18px;position:sticky;top:0;height:100vh;}.fc-panel-brand{display:flex;align-items:center;gap:10px;color:#fff!important;font-weight:900;font-size:20px;text-decoration:none!important;margin-bottom:34px;}.fc-panel-brand i{color:#08bac5;}.fc-panel-sidebar nav{display:flex;flex-direction:column;gap:6px;}.fc-panel-sidebar nav a,.fc-panel-sidebar-logout{display:flex;align-items:center;gap:12px;color:#8e96a8!important;text-decoration:none!important;border-radius:12px;padding:12px 14px;font-weight:800;}.fc-panel-sidebar nav a.active,.fc-panel-sidebar nav a:hover,.fc-panel-sidebar-logout:hover{background:#111722;color:#fff!important;}.fc-panel-sidebar nav a.active i{color:#08bac5;}.fc-panel-sidebar-logout{position:absolute;bottom:24px;left:18px;right:18px;}
.fc-panel-main{min-width:0;background:#080a0f;}.fc-panel-topbar{height:72px;border-bottom:1px solid #242832;display:flex;align-items:center;justify-content:space-between;padding:0 34px;position:sticky;top:0;background:#080a0f;z-index:5;}.fc-panel-topbar div:first-child{display:flex;align-items:center;gap:10px;color:#8e96a8;font-weight:700;}.fc-panel-topbar strong{color:#fff;}.fc-panel-top-actions{display:flex;align-items:center;gap:10px;}.fc-panel-top-actions a{height:40px;border-radius:10px;background:#1877f2;color:#fff!important;display:flex;align-items:center;padding:0 15px;font-weight:900;text-decoration:none!important;}.fc-panel-top-actions a.whatsapp{background:#0bcf63;}.fc-panel-avatar{width:38px;height:38px;border-radius:50%;border:1px solid #303643;background:#111722;display:flex;align-items:center;justify-content:center;font-weight:900;color:#fff;}.fc-panel-content{max-width:1180px;margin:0 auto;padding:36px 28px 70px;}.fc-panel-welcome h1{color:#fff;font-size:26px;margin:0 0 6px;font-weight:900;}.fc-panel-welcome p{color:#aab5c8;margin:0;}.fc-panel-welcome strong{color:#fff;}.fc-panel-welcome span{margin-left:8px;}.fc-panel-welcome em{font-style:normal;margin-left:10px;}.fc-panel-steps{display:flex;justify-content:center;align-items:center;gap:28px;margin:42px 0;}.fc-panel-steps span{display:flex;align-items:center;gap:8px;border:1px solid #303643;border-radius:999px;padding:10px 16px;color:#fff;font-weight:800;background:#0b0e14;}.fc-panel-steps span.done i{color:#0bd66a;}.fc-panel-steps span.active{border-color:#1877f2;color:#42a2ff;}
.fc-panel-dashboard-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px;}.fc-panel-card{background:#0b0e14;border:1px solid #303643;border-radius:18px;padding:24px;}.fc-panel-card h2{color:#fff;font-size:20px;font-weight:900;margin:0 0 16px;}.fc-panel-card p{color:#aab5c8;}.fc-panel-card input{width:100%;height:48px;border:1px solid #303643;border-radius:10px;background:#080a0f;color:#fff;padding:0 14px;}.fc-panel-card button{height:46px;border-radius:10px;border:0;background:#1877f2;color:#fff;font-weight:900;padding:0 18px;margin-top:14px;}.fc-panel-verification{border-color:#0bd66a;}.fc-panel-verification h2 span{float:right;color:#0bd66a;}.fc-panel-success{background:#0bcf63;color:#fff;padding:15px;border-radius:10px;font-weight:900;margin-bottom:14px;}.fc-progress{height:10px;background:#171c27;border-radius:999px;overflow:hidden;margin-bottom:10px;}.fc-progress span{display:block;height:100%;background:#08bac5;border-radius:999px;}.fc-stat-list{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;}.fc-stat-list span{background:#111722;border-radius:12px;padding:16px;color:#aab5c8;}.fc-stat-list strong{display:block;color:#fff;font-size:20px;}.fc-panel-wide-card{margin-top:22px;}.fc-panel-card-title{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #242832;margin:-4px -4px 18px;padding:0 0 16px;}.fc-panel-card-title h2{margin:0;}.fc-panel-card-title span{color:#42a2ff;font-weight:800;}.fc-panel-next-grid,.fc-panel-feature-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;}.fc-panel-next-grid span,.fc-panel-feature-grid span{border:1px solid #242832;border-radius:12px;padding:16px;color:#c4ccda;background:#111722;}.fc-panel-empty{border:1px dashed #303643;border-radius:14px;padding:22px;color:#aab5c8;text-align:center;}.fc-panel-table{overflow:auto;}.fc-panel-table-head,.fc-panel-table-row{display:grid;grid-template-columns:1fr 1fr 1.4fr 1fr 1fr;gap:12px;min-width:860px;padding:13px 0;border-bottom:1px solid #242832;}.fc-panel-table-head{color:#fff;font-weight:900;}.fc-panel-table-row{color:#aab5c8;}.fc-panel-packages{display:grid;grid-template-columns:1.25fr 390px;gap:28px;align-items:start;}.fc-panel-package-copy h2{font-size:42px;line-height:1.14;color:#fff;font-weight:900;margin:18px 0;}.fc-panel-package-copy p{color:#aab5c8;font-size:17px;}.fc-panel-price-card{background:#0b0e14;border:1px solid #303643;border-radius:20px;padding:26px;color:#fff;}.fc-panel-price-card span{color:#42a2ff;font-weight:900;font-size:12px;text-transform:uppercase;}.fc-panel-price-card h3{font-size:34px;color:#fff;margin:12px 0 2px;}.fc-panel-price-card small{font-size:15px;color:#aab5c8;}.fc-panel-price-card p{color:#aab5c8;}.fc-panel-price-card ul{padding-left:18px;color:#dce7f5;line-height:2;}.fc-panel-price-card li::marker{color:#0bd66a;}.fc-panel-price-card button{width:100%;height:52px;border:0;border-radius:12px;background:#1877f2;color:#fff;font-weight:900;}
@media(max-width:991px){.fc-header-actions{gap:8px}.fc-clinic-login-simple span,.fc-add-clinic-simple span{display:none}.fc-clinic-login-simple,.fc-add-clinic-simple{width:46px;padding:0;justify-content:center}.fc-panel-public-hero,.fc-panel-app,.fc-panel-dashboard-grid,.fc-panel-packages{grid-template-columns:1fr}.fc-panel-sidebar{position:relative;height:auto;min-height:0}.fc-panel-sidebar-logout{position:static;margin-top:20px}.fc-panel-public-copy h1{font-size:38px}.fc-panel-form-grid,.fc-panel-type-grid,.fc-panel-next-grid,.fc-panel-feature-grid{grid-template-columns:1fr}.fc-panel-topbar{position:relative;padding:0 16px}.fc-panel-top-actions a{display:none}.fc-panel-content{padding:24px 16px 50px}.fc-panel-steps{flex-direction:column;align-items:flex-start;gap:10px}.fc-panel-public{padding:16px}.fc-panel-public-top{margin-bottom:30px}.fc-panel-register-card{padding:20px}.fc-panel-public-logo img{height:38px}.fc-panel-login-link span{display:none}}
@media(max-width:575px){.fc-clinic-login-dialog{padding:24px 18px;border-radius:22px}.fc-clinic-login-dialog h3{font-size:24px}.fc-panel-public-actions a span,.fc-panel-login-link{font-size:0}.fc-panel-public-actions a i,.fc-panel-login-link i{font-size:16px}.fc-panel-public-copy h1{font-size:32px}.fc-panel-trust-row span{width:100%;}.fc-panel-table-head,.fc-panel-table-row{min-width:760px}.fc-stat-list{grid-template-columns:1fr}}

/* FC_CLINIC_PANEL_V42_ACTIVE */
.fc-panel-v42, .fc-panel-v42 *{box-sizing:border-box;}
.fc-panel-v42 h1,.fc-panel-v42 h2,.fc-panel-v42 h3,.fc-panel-v42 h4,.fc-panel-v42 p,.fc-panel-v42 label,.fc-panel-v42 span,.fc-panel-v42 strong,.fc-panel-v42 em{letter-spacing:normal;}
.fc-panel-public.fc-panel-v42{background:#070a10;color:#fff;min-height:100vh;}
.fc-panel-v42 .fc-panel-register-card{background:#ffffff!important;color:#142b55!important;border:1px solid #e3eef8;}
.fc-panel-v42 .fc-panel-register-card h2,
.fc-panel-v42 .fc-panel-register-card label,
.fc-panel-v42 .fc-panel-register-card .fc-panel-terms{color:#142b55!important;}
.fc-panel-v42 .fc-panel-register-card input,
.fc-panel-v42 .fc-panel-register-card select,
.fc-panel-v42 .fc-profile-setup-form input,
.fc-panel-v42 .fc-profile-setup-form select,
.fc-panel-v42 .fc-profile-setup-form textarea{background:#fff!important;color:#142b55!important;border:1px solid #d8e6f2!important;border-radius:13px;}
.fc-panel-v42 .fc-profile-setup-form textarea{min-height:110px;padding:14px;resize:vertical;}
.fc-panel-v42 .fc-panel-type-grid label{margin:0!important;}
.fc-panel-v42 .fc-panel-type-grid span{color:#17325d!important;background:#fbfdff!important;}
.fc-panel-v42 .fc-panel-type-grid input:checked+span{background:#eaffff!important;border-color:#08bac5!important;color:#0b2347!important;}
.fc-panel-v42 .fc-panel-public-copy h1{color:#fff!important;}
.fc-panel-v42 .fc-panel-public-copy p{color:#c3cbe0!important;}
.fc-panel-v42 .fc-panel-public-actions a,
.fc-panel-v42 .fc-panel-login-link{color:#fff!important;}
.fc-panel-v42 .fc-panel-alert{max-width:1240px;}

.fc-panel-app.fc-panel-v42{background:#070a10!important;color:#fff!important;}
.fc-panel-v42 .fc-panel-main{background:#070a10!important;color:#fff!important;}
.fc-panel-v42 .fc-panel-sidebar{background:#06080d!important;border-right:1px solid #202532!important;}
.fc-panel-v42 .fc-panel-topbar{background:#070a10!important;border-bottom:1px solid #202532!important;}
.fc-panel-v42 .fc-panel-content{color:#dce7f5!important;}
.fc-panel-v42 .fc-panel-welcome h1,
.fc-panel-v42 .fc-panel-card h2,
.fc-panel-v42 .fc-panel-card h3,
.fc-panel-v42 .fc-panel-card-title h2,
.fc-panel-v42 .fc-panel-package-copy h2,
.fc-panel-v42 .fc-panel-price-card h3{color:#ffffff!important;}
.fc-panel-v42 .fc-panel-welcome p,
.fc-panel-v42 .fc-panel-card p,
.fc-panel-v42 .fc-panel-package-copy p,
.fc-panel-v42 .fc-panel-price-card p,
.fc-panel-v42 .fc-panel-empty,
.fc-panel-v42 .fc-panel-table-row,
.fc-panel-v42 .fc-agreement-text p{color:#aeb8cc!important;}
.fc-panel-v42 .fc-panel-card{background:#0b0e14!important;border:1px solid #293140!important;color:#f7fbff!important;box-shadow:0 18px 50px rgba(0,0,0,.18);}
.fc-panel-v42 .fc-panel-verification{border-color:#10d66c!important;}
.fc-panel-v42 .fc-panel-success{background:#0fcf63!important;color:#fff!important;}
.fc-panel-v42 .fc-panel-steps a{display:flex;align-items:center;gap:8px;border:1px solid #303847;border-radius:999px;padding:10px 16px;color:#fff!important;background:#0b0e14;text-decoration:none!important;font-weight:800;}
.fc-panel-v42 .fc-panel-steps a.done i{color:#0bd66a!important;}
.fc-panel-v42 .fc-panel-steps a.active{border-color:#1877f2;color:#65b7ff!important;background:#0d1728;}
.fc-panel-v42 .fc-panel-sidebar nav a.disabled{opacity:.38;cursor:not-allowed;}
.fc-panel-v42 .fc-panel-sidebar nav a.disabled:hover{background:transparent!important;color:#8e96a8!important;}
.fc-panel-v42 .fc-panel-inline-link{display:inline-flex;align-items:center;justify-content:center;height:42px;border-radius:10px;background:#1877f2;color:#fff!important;padding:0 16px;font-weight:900;text-decoration:none!important;margin-top:8px;}
.fc-panel-v42 .fc-panel-done-pill{display:inline-flex;align-items:center;padding:9px 13px;border-radius:999px;background:#052e1b;color:#13d873!important;font-weight:900;}
.fc-panel-v42 .fc-muted-button{background:#17202d!important;color:#aeb8cc!important;}
.fc-panel-v42 .fc-panel-card input[readonly]{background:#080a0f!important;color:#fff!important;}
.fc-panel-v42 .fc-panel-card form{margin:0;}
.fc-panel-v42 .fc-panel-dashboard-grid{align-items:stretch;}
.fc-panel-v42 .fc-panel-dashboard-grid>.fc-panel-wide-card{grid-column:1/-1;margin-top:0!important;}
.fc-panel-v42 .fc-stat-list span{background:#111722!important;color:#c3ccdc!important;}
.fc-panel-v42 .fc-stat-list strong{color:#fff!important;}
.fc-panel-v42 .fc-panel-next-grid span,
.fc-panel-v42 .fc-panel-feature-grid span{background:#111722!important;color:#d8e2f1!important;border-color:#293140!important;}
.fc-panel-v42 .fc-terms-card{overflow:hidden;}
.fc-panel-v42 .fc-agreement-layout{display:grid;grid-template-columns:320px 1fr;gap:22px;align-items:start;}
.fc-panel-v42 .fc-agreement-list{display:flex;flex-direction:column;gap:10px;}
.fc-panel-v42 .fc-agreement-list span{display:flex;justify-content:space-between;gap:12px;align-items:center;background:#111722;border:1px solid #293140;border-radius:12px;padding:12px 14px;color:#e9f2ff!important;font-weight:800;}
.fc-panel-v42 .fc-agreement-list em{font-style:normal;font-size:12px;color:#76d3ff!important;}
.fc-panel-v42 .fc-agreement-text{background:#f7fbff;border:1px solid #dce8f4;border-radius:14px;padding:20px;color:#163159!important;}
.fc-panel-v42 .fc-agreement-text h3{color:#163159!important;margin-top:0;font-weight:900;}
.fc-panel-v42 .fc-agreement-text p{color:#3d4f6d!important;}
.fc-panel-v42 .fc-agreement-text button{height:44px;border:0;border-radius:10px;background:#1877f2;color:#fff;font-weight:900;padding:0 18px;}
.fc-panel-v42 .fc-profile-setup-card .fc-panel-form-grid label{color:#d7e2f2!important;font-weight:800;}
.fc-panel-v42 .fc-profile-setup-card .fc-panel-form-grid input,
.fc-panel-v42 .fc-profile-setup-card .fc-panel-form-grid select,
.fc-panel-v42 .fc-profile-setup-card .fc-panel-form-grid textarea{margin-top:7px;}
.fc-panel-v42 .fc-profile-setup-card .fc-panel-primary-btn{margin-top:18px;}

@media(max-width:991px){
    .fc-panel-v42 .fc-agreement-layout{grid-template-columns:1fr;}
    .fc-panel-v42 .fc-panel-dashboard-grid>.fc-panel-wide-card{grid-column:auto;}
    .fc-panel-v42 .fc-panel-public-hero{grid-template-columns:1fr!important;}
    .fc-panel-v42 .fc-panel-steps{align-items:stretch!important;}
    .fc-panel-v42 .fc-panel-steps a{width:100%;}
}

/* FC_CLINIC_PANEL_ONBOARDING_V43_ACTIVE */
.fc-panel-v43{font-family:'Poppins',Arial,sans-serif;color:#eaf3ff;}
.fc-panel-v43 *{box-sizing:border-box;}
.fc-panel-public.fc-panel-v43{min-height:100vh;background:radial-gradient(circle at 15% 15%,rgba(0,188,196,.16),transparent 30%),linear-gradient(135deg,#05101b 0%,#08131e 55%,#0e1d2d 100%);padding:28px;position:relative;overflow:hidden;}
.fc-panel-public-bg:before{content:'';position:absolute;right:-140px;top:-140px;width:430px;height:430px;border-radius:50%;background:rgba(0,188,196,.15);}
.fc-panel-public-top{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:70px;}
.fc-panel-public-logo img{max-width:190px;height:auto;filter:brightness(0) invert(1);}
.fc-panel-public-actions{display:flex;align-items:center;gap:12px;}
.fc-panel-public-actions a,.fc-panel-login-link{display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:rgba(255,255,255,.05);color:#fff!important;font-weight:800;padding:11px 18px;text-decoration:none;}
.fc-panel-login-link{cursor:pointer;}
.fc-panel-public-hero{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1fr) 540px;gap:70px;align-items:start;max-width:1320px;margin:0 auto;}
.fc-panel-public-copy h1{font-size:58px;line-height:1.08;color:#fff;margin:24px 0 22px;font-weight:900;letter-spacing:-1.7px;}
.fc-panel-public-copy p{font-size:19px;color:#c4d3e9;line-height:1.7;max-width:690px;}
.fc-panel-kicker{display:inline-flex;align-items:center;border-radius:999px;background:rgba(0,188,196,.16);border:1px solid rgba(0,188,196,.28);color:#10d5df;font-weight:900;text-transform:uppercase;letter-spacing:.05em;padding:10px 15px;font-size:12px;}
.fc-panel-trust-row{display:flex;gap:14px;flex-wrap:wrap;margin-top:35px;}
.fc-panel-trust-row span{display:inline-flex;align-items:center;gap:10px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);border-radius:999px;color:#fff;font-weight:800;padding:13px 18px;}
.fc-panel-trust-row i{color:#04d884;}
.fc-panel-register-card{background:#fff;color:#102347;border-radius:28px;padding:30px;box-shadow:0 30px 90px rgba(0,0,0,.28);}
.fc-panel-card-head span{display:block;color:#09bcc5;text-transform:uppercase;font-weight:900;font-size:12px;letter-spacing:.06em;margin-bottom:8px;}
.fc-panel-card-head h2{color:#13254a;font-size:30px;font-weight:900;margin:0 0 20px;}
.fc-panel-type-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:20px;}
.fc-panel-type-grid label{margin:0;cursor:pointer;}
.fc-panel-type-grid input{display:none;}
.fc-panel-type-grid span{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;border:1px dashed #cce0f2;border-radius:16px;min-height:86px;color:#13254a;font-weight:900;background:#fbfdff;}
.fc-panel-type-grid input:checked+span{border-color:#09bcc5;background:#eaffff;color:#08224c;box-shadow:0 0 0 2px rgba(9,188,197,.12) inset;}
.fc-panel-type-grid i{font-size:22px;color:#09bcc5;}
.fc-panel-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;}
.fc-panel-form-grid label{display:flex;flex-direction:column;gap:8px;color:#5a6f91;font-size:13px;font-weight:800;margin:0;}
.fc-panel-form-wide{grid-column:1/-1;}
.fc-panel-form-grid input,.fc-panel-form-grid select,.fc-panel-form-grid textarea,.fc-panel-card input,.fc-panel-card select,.fc-panel-card textarea{border:1px solid #d6e5f3;border-radius:14px;background:#fff;color:#13254a;padding:14px 16px;min-height:48px;width:100%;outline:none;}
.fc-panel-form-grid textarea{min-height:130px;resize:vertical;}
.fc-panel-primary-btn,.fc-panel-card button,.fc-panel-price-card button{display:inline-flex;align-items:center;justify-content:center;gap:10px;border:0;border-radius:999px;background:#09bcc5!important;color:#fff!important;font-weight:900;padding:15px 22px;text-decoration:none!important;box-shadow:0 14px 30px rgba(9,188,197,.25);cursor:pointer;}
.fc-panel-primary-btn:disabled{opacity:.45;cursor:not-allowed;}
.fc-panel-register-card .fc-panel-primary-btn{width:100%;margin-top:22px;}
.fc-panel-alert{border-radius:16px;padding:16px 20px;margin:0 auto 18px;max-width:1320px;font-weight:800;position:relative;z-index:3;}
.fc-panel-alert-success{background:#d7ffe6;color:#007640;}.fc-panel-alert-error{background:#ffe1e1;color:#9b1515;}.fc-panel-alert-info{background:#e8f4ff;color:#105289;}
.fc-panel-app.fc-panel-v43{display:flex;min-height:100vh;background:#070b12;color:#eaf3ff;}
.fc-panel-sidebar{width:285px;background:#06090f;border-right:1px solid rgba(255,255,255,.12);padding:24px 20px;position:sticky;top:0;height:100vh;}
.fc-panel-brand{display:flex;align-items:center;gap:12px;color:#fff!important;font-weight:900;text-decoration:none!important;margin-bottom:36px;font-size:18px;}
.fc-panel-brand i{color:#10d5df;}
.fc-panel-sidebar nav{display:flex;flex-direction:column;gap:7px;}
.fc-panel-sidebar nav a{display:flex;align-items:center;gap:12px;padding:13px 14px;border-radius:12px;color:#9daabd!important;text-decoration:none!important;font-weight:800;}
.fc-panel-sidebar nav a.active{background:rgba(255,255,255,.08);color:#fff!important;}
.fc-panel-sidebar nav a.disabled{opacity:.38;pointer-events:none;}
.fc-panel-main{flex:1;min-width:0;}
.fc-panel-topbar{height:70px;border-bottom:1px solid rgba(255,255,255,.12);display:flex;align-items:center;justify-content:space-between;padding:0 42px;color:#b8c5d8;}
.fc-panel-topbar>div:first-child{display:flex;align-items:center;gap:12px;}.fc-panel-topbar strong{color:#fff;}
.fc-panel-top-actions{display:flex;align-items:center;gap:10px;}.fc-panel-top-actions a{display:inline-flex;align-items:center;gap:8px;color:#fff!important;text-decoration:none!important;background:#237cf0;border-radius:9px;padding:10px 14px;font-weight:800;}.fc-panel-top-actions a.whatsapp{background:#00cc68;}
.fc-panel-content{max-width:1180px;margin:0 auto;padding:28px 34px 70px;}
.fc-panel-welcome h1{font-size:28px;color:#fff;font-weight:900;margin:0 0 8px;}.fc-panel-welcome p{color:#c5d1e4;font-size:15px}.fc-panel-welcome strong{color:#fff;}
.fc-panel-steps{display:flex;align-items:center;justify-content:center;gap:34px;margin:38px 0;}
.fc-panel-steps a{display:inline-flex;align-items:center;gap:10px;border:1px solid rgba(255,255,255,.16);border-radius:999px;padding:11px 18px;color:#fff!important;text-decoration:none!important;font-weight:900;position:relative;}.fc-panel-steps a:after{content:'';position:absolute;left:100%;width:34px;height:1px;background:rgba(255,255,255,.2);}.fc-panel-steps a:last-child:after{display:none;}.fc-panel-steps a.active{border-color:#1889ff;background:rgba(24,137,255,.1);color:#54aaff!important}.fc-panel-steps a.done{border-color:#1ecf78;color:#fff!important;}.fc-panel-steps a.done i{color:#1ecf78;}
.fc-panel-dashboard-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:26px;}.fc-verification-only{align-items:stretch;}
.fc-panel-card,.fc-panel-wide-card,.fc-panel-price-card{background:#090e16;border:1px solid rgba(255,255,255,.16);border-radius:24px;padding:28px;color:#dce8fb;box-shadow:0 24px 80px rgba(0,0,0,.18);}
.fc-panel-card h2{color:#fff;font-size:23px;font-weight:900;margin:0 0 18px;display:flex;align-items:center;justify-content:space-between;gap:10px;}.fc-panel-card h2 span{color:#10df82;}.fc-panel-card p{color:#c6d3e6;line-height:1.7;}
.fc-panel-success{background:#06d267;border-radius:12px;color:#fff;font-weight:900;padding:18px;margin-bottom:16px;}.fc-panel-card.verified{border-color:#06d267;}
.fc-muted-button{background:#1d2a3d!important;color:#d7e8ff!important;box-shadow:none!important;}.fc-panel-next{text-align:center;margin-top:28px;}
.fc-panel-wide-card{grid-column:1/-1;}.fc-panel-card-title{display:flex;align-items:center;justify-content:space-between;gap:16px;border-bottom:1px solid rgba(255,255,255,.12);padding-bottom:16px;margin-bottom:18px;}.fc-panel-card-title h2{color:#fff;font-weight:900;margin:0;}.fc-panel-card-title span{color:#a9b7c9;}
.fc-agreement-layout{display:grid;grid-template-columns:260px minmax(0,1fr);gap:22px;}.fc-agreement-list{display:flex;flex-direction:column;gap:9px;}.fc-agreement-item{display:flex!important;align-items:center;justify-content:space-between;gap:8px;background:#101823;border:1px solid rgba(255,255,255,.12);border-radius:12px;padding:13px;color:#fff!important;cursor:pointer;margin:0!important;}.fc-agreement-item input{width:auto!important;}.fc-agreement-item em{font-style:normal;border:1px solid rgba(255,255,255,.22);border-radius:999px;padding:5px 9px;font-size:12px;color:#c6d3e6;}.fc-agreement-item.approved{border-color:#06d267;background:rgba(6,210,103,.10);}.fc-agreement-item.approved em{background:#06d267;color:#fff;border-color:#06d267;}
.fc-agreement-text{color:#dce8fb;}.fc-agreement-text h3{color:#fff;font-weight:900;}.fc-terms-scroll{max-height:620px;overflow:auto;background:#f5f9ff;color:#22324b;border-radius:14px;padding:22px;line-height:1.75;margin-bottom:20px;}.fc-terms-scroll p{color:#22324b;margin-bottom:13px;}
.fc-profile-tabs{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:20px;background:#111927;border:1px solid rgba(255,255,255,.12);padding:10px;border-radius:18px;}.fc-profile-tabs button{border:0;border-radius:12px;padding:12px 16px;background:#0b111d;color:#aebbd0;font-weight:900;}.fc-profile-tabs button.active{background:#2563eb;color:#fff;box-shadow:0 12px 30px rgba(37,99,235,.25);}
.fc-profile-tab-panel{display:none;}.fc-profile-tab-panel.active{display:block;}.fc-profile-setup-card .fc-panel-form-grid input,.fc-profile-setup-card .fc-panel-form-grid select,.fc-profile-setup-card .fc-panel-form-grid textarea{background:#0a1019;border-color:#25344a;color:#fff;}.fc-profile-setup-card .fc-panel-form-grid label{color:#b8c7dc;}.fc-profile-setup-card small{color:#7f91aa;}
.fc-split-checks{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;}.fc-split-checks>div,.fc-feature-groups>div,.fc-service-price-grid{background:#0b111d;border:1px solid rgba(255,255,255,.12);border-radius:18px;padding:18px;max-height:360px;overflow:auto;}.fc-split-checks h3,.fc-feature-groups h3,.fc-service-price-grid h3{color:#fff;font-size:17px;font-weight:900;margin:0 0 12px;}.fc-split-checks label,.fc-feature-groups label{display:block;color:#dce8fb;padding:8px 0;margin:0;}.fc-split-checks input,.fc-feature-groups input{margin-right:8px;}
.fc-service-price-grid{margin-top:20px;max-height:none;}.fc-service-price-grid p{color:#95a6bc;}.fc-price-row{display:grid;grid-template-columns:1fr 240px;gap:15px;align-items:center;color:#fff;border-top:1px solid rgba(255,255,255,.08);padding:12px 0;margin:0!important;}.fc-price-row input{background:#0a1019;border:1px solid #25344a;border-radius:12px;color:#fff;padding:12px;}
.fc-feature-groups{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;}.fc-media-grid img{max-width:260px;max-height:150px;object-fit:contain;background:#fff;border-radius:14px;padding:8px;margin-top:10px;}.fc-panel-note{background:rgba(9,188,197,.10);border:1px solid rgba(9,188,197,.25);border-radius:14px;color:#bfeff3;padding:14px;margin:12px 0;}
.fc-hours-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;}.fc-hours-grid>div{background:#0b111d;border:1px solid rgba(255,255,255,.12);border-radius:16px;padding:15px;display:grid;grid-template-columns:120px 90px 1fr 1fr;gap:12px;align-items:center;color:#fff;}.fc-hours-grid input{background:#0a1019;border:1px solid #25344a;border-radius:10px;color:#fff;padding:10px;}.fc-hours-grid label{margin:0;color:#9eb0c8;}
.fc-panel-table{display:block;}.fc-panel-table-head,.fc-panel-table-row{display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr;gap:12px;padding:12px;border-bottom:1px solid rgba(255,255,255,.1);}.fc-panel-table-head{color:#fff;font-weight:900;background:#101823;border-radius:12px;}.fc-panel-empty{background:#101823;border:1px dashed rgba(255,255,255,.2);border-radius:16px;padding:28px;color:#bcc9dc;}
.fc-panel-packages{display:grid;grid-template-columns:minmax(0,1fr) 370px;gap:26px;}.fc-panel-package-copy h2{color:#fff;font-size:38px;font-weight:900;}.fc-panel-package-copy p{color:#c2d1e5;}.fc-panel-feature-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:22px;}.fc-panel-feature-grid span{background:#101823;border:1px solid rgba(255,255,255,.12);border-radius:12px;padding:14px;color:#fff;font-weight:800;}.fc-panel-price-card h3{font-size:42px;color:#fff;font-weight:900;}.fc-panel-price-card small{font-size:16px;color:#9eb0c8;}.fc-panel-price-card ul{padding-left:20px;color:#d7e4f7;line-height:2;}.fc-panel-price-card button{width:100%;}
@media(max-width:991px){.fc-panel-public-hero{grid-template-columns:1fr;gap:30px}.fc-panel-public-copy h1{font-size:42px}.fc-panel-app{display:block}.fc-panel-sidebar{position:relative;width:100%;height:auto}.fc-panel-topbar{padding:0 18px;overflow:auto}.fc-panel-content{padding:22px 16px}.fc-panel-dashboard-grid,.fc-agreement-layout,.fc-split-checks,.fc-feature-groups,.fc-panel-packages{grid-template-columns:1fr}.fc-panel-steps{justify-content:flex-start;overflow:auto;gap:12px}.fc-panel-steps a:after{display:none}.fc-hours-grid{grid-template-columns:1fr}.fc-hours-grid>div{grid-template-columns:1fr}.fc-panel-form-grid{grid-template-columns:1fr}.fc-panel-type-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:575px){.fc-panel-public{padding:18px}.fc-panel-public-top{margin-bottom:28px}.fc-panel-public-copy h1{font-size:34px}.fc-panel-public-actions span{display:none}.fc-panel-register-card{padding:20px}.fc-panel-card{padding:20px}.fc-price-row{grid-template-columns:1fr}.fc-panel-top-actions a{padding:9px 10px;font-size:12px}}

/* FC_CLINIC_PANEL_V44_UI_POLISH */
.fc-panel-v43{font-family:'Poppins','Mulish',Arial,sans-serif;}
.fc-panel-v43 .fc-panel-main{background:radial-gradient(circle at top left, rgba(0,185,192,.08), transparent 28%), radial-gradient(circle at top right, rgba(24,119,242,.08), transparent 26%), #071019;}
.fc-panel-v43 .fc-panel-content{max-width:1240px;padding:34px 34px 78px;}
.fc-panel-v43 .fc-panel-welcome h1{font-size:42px;line-height:1.12;letter-spacing:-.02em;margin-bottom:10px;}
.fc-panel-v43 .fc-panel-welcome p{font-size:18px;line-height:1.7;color:#c7d4e6;}
.fc-panel-v43 .fc-panel-steps{gap:18px;justify-content:flex-start;flex-wrap:wrap;margin:34px 0 28px;}
.fc-panel-v43 .fc-panel-steps a{padding:12px 20px;font-size:16px;line-height:1;border-width:1px;box-shadow:0 10px 24px rgba(0,0,0,.12);}
.fc-panel-v43 .fc-panel-steps a.active{background:rgba(24,137,255,.14);box-shadow:0 12px 26px rgba(24,137,255,.12);}
.fc-panel-v43 .fc-panel-steps a.done{background:rgba(10,207,98,.10);border-color:rgba(10,207,98,.6);}

/* Light, polished onboarding cards */
.fc-panel-v43.fc-view-dashboard .fc-panel-card,
.fc-panel-v43.fc-view-terms .fc-panel-wide-card,
.fc-panel-v43.fc-view-profile .fc-panel-wide-card{
  background:linear-gradient(180deg,#fbfdff 0%,#f4f8fc 100%);
  border:1px solid #d8e5f0;
  color:#21344d;
  box-shadow:0 22px 55px rgba(2,18,39,.14);
}
.fc-panel-v43.fc-view-dashboard .fc-panel-card h2,
.fc-panel-v43.fc-view-terms .fc-panel-card-title h2,
.fc-panel-v43.fc-view-profile .fc-panel-card-title h2,
.fc-panel-v43.fc-view-profile .fc-profile-tab-panel h3,
.fc-panel-v43.fc-view-profile .fc-hours-grid strong{
  color:#102746;
}
.fc-panel-v43.fc-view-dashboard .fc-panel-card p,
.fc-panel-v43.fc-view-terms .fc-agreement-text,
.fc-panel-v43.fc-view-profile .fc-profile-setup-card p,
.fc-panel-v43.fc-view-profile .fc-panel-note,
.fc-panel-v43.fc-view-profile .fc-service-price-grid p{
  color:#5f738d;
}
.fc-panel-v43.fc-view-dashboard .fc-panel-card input,
.fc-panel-v43.fc-view-profile .fc-panel-form-grid input,
.fc-panel-v43.fc-view-profile .fc-panel-form-grid select,
.fc-panel-v43.fc-view-profile .fc-panel-form-grid textarea,
.fc-panel-v43.fc-view-profile .fc-price-row input,
.fc-panel-v43.fc-view-profile .fc-hours-grid input{
  background:#ffffff;
  border:1px solid #cfdeea;
  color:#132943;
  border-radius:14px;
  min-height:52px;
  font-size:15px;
  font-weight:600;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.7);
}
.fc-panel-v43.fc-view-profile .fc-panel-form-grid textarea{min-height:132px;padding:14px 16px;}
.fc-panel-v43 input:focus,
.fc-panel-v43 select:focus,
.fc-panel-v43 textarea:focus{
  border-color:#11c7cf !important;
  box-shadow:0 0 0 4px rgba(17,199,207,.12);
}
.fc-panel-v43 .fc-panel-card button,
.fc-panel-v43 .fc-panel-primary-btn,
.fc-panel-v43 .fc-panel-inline-link{
  min-height:52px;
  border-radius:15px;
  font-size:16px;
  letter-spacing:-.01em;
  box-shadow:0 16px 34px rgba(8,186,197,.22);
}
.fc-panel-v43 .fc-panel-card button,
.fc-panel-v43 .fc-muted-button{
  min-width:132px;
}
.fc-panel-v43.fc-view-dashboard .fc-panel-card button,
.fc-panel-v43.fc-view-dashboard .fc-muted-button{
  background:linear-gradient(180deg,#11c7cf 0%,#09b2c7 100%);
  color:#fff;
  border:0;
}
.fc-panel-v43 .fc-muted-button{box-shadow:none;background:#e8f2f8!important;color:#23506b!important;}
.fc-panel-v43 .fc-panel-success{border-radius:14px;padding:18px 20px;box-shadow:0 14px 30px rgba(6,210,103,.18);}
.fc-panel-v43 .fc-panel-card.verified{border-color:#11c96f;}
.fc-panel-v43 .fc-panel-next{display:flex;justify-content:center;margin-top:24px;}
.fc-panel-v43 .fc-panel-next .fc-panel-primary-btn{max-width:540px;width:100%;}

/* Agreements page */
.fc-panel-v43.fc-view-terms .fc-panel-card-title{border-color:#dde8f0;padding-bottom:12px;}
.fc-panel-v43.fc-view-terms .fc-panel-card-title span{color:#9aaec4;font-weight:800;}
.fc-panel-v43.fc-view-terms .fc-agreement-layout{grid-template-columns:260px minmax(0,1fr);gap:18px;align-items:start;}
.fc-panel-v43.fc-view-terms .fc-agreement-item{background:#ffffff;border:1px solid #d5e3ee;color:#18304e!important;border-radius:16px;padding:14px 14px;box-shadow:0 8px 22px rgba(20,45,80,.05);}
.fc-panel-v43.fc-view-terms .fc-agreement-item em{background:#eef5fb;border-color:#d4e2ee;color:#47627e;font-weight:800;padding:7px 12px;}
.fc-panel-v43.fc-view-terms .fc-agreement-item.approved{background:rgba(12,200,104,.08);border-color:#31cf7c;}
.fc-panel-v43.fc-view-terms .fc-agreement-item.approved em{background:#10c96f;color:#fff;border-color:#10c96f;}
.fc-panel-v43.fc-view-terms .fc-terms-scroll{background:#ffffff;border:1px solid #dbe7f1;border-radius:18px;color:#22344d;padding:24px 26px;box-shadow:inset 0 1px 0 rgba(255,255,255,.9);}
.fc-panel-v43.fc-view-terms .fc-terms-scroll p{color:#314760;line-height:1.82;}
.fc-panel-v43.fc-view-terms #fcAcceptAllBtn{margin-top:6px;}

/* Profile setup page */
.fc-panel-v43.fc-view-profile .fc-panel-card-title{border-color:#dbe7f1;padding-bottom:8px;margin-bottom:22px;}
.fc-panel-v43.fc-view-profile .fc-profile-tabs{background:#eef4f9;border:1px solid #dbe6f0;border-radius:20px;padding:10px;gap:12px;box-shadow:inset 0 1px 0 rgba(255,255,255,.7);}
.fc-panel-v43.fc-view-profile .fc-profile-tabs button{background:#fff;color:#32516f;border:1px solid #d7e4ee;border-radius:14px;padding:13px 18px;font-size:15px;line-height:1.1;box-shadow:0 8px 20px rgba(13,39,70,.06);}
.fc-panel-v43.fc-view-profile .fc-profile-tabs button:hover{border-color:#11c7cf;color:#145169;}
.fc-panel-v43.fc-view-profile .fc-profile-tabs button.active{background:linear-gradient(180deg,#13c7d1 0%,#09b6c7 100%);color:#fff;border-color:#09b6c7;box-shadow:0 14px 28px rgba(9,182,199,.22);}
.fc-panel-v43.fc-view-profile .fc-profile-setup-card .fc-panel-form-grid label{color:#5b7089;font-size:13px;font-weight:800;}
.fc-panel-v43.fc-view-profile .fc-profile-setup-card .fc-panel-form-grid label span,
.fc-panel-v43.fc-view-profile .fc-profile-setup-card .fc-panel-form-grid small{color:#8197af;}
.fc-panel-v43.fc-view-profile .fc-split-checks,
.fc-panel-v43.fc-view-profile .fc-feature-groups{gap:18px;}
.fc-panel-v43.fc-view-profile .fc-split-checks>div,
.fc-panel-v43.fc-view-profile .fc-feature-groups>div,
.fc-panel-v43.fc-view-profile .fc-service-price-grid{
  background:#ffffff;
  border:1px solid #dbe7f1;
  border-radius:20px;
  padding:20px 22px;
  max-height:360px;
  box-shadow:0 10px 24px rgba(20,45,80,.06);
}
.fc-panel-v43.fc-view-profile .fc-split-checks h3,
.fc-panel-v43.fc-view-profile .fc-feature-groups h3,
.fc-panel-v43.fc-view-profile .fc-service-price-grid h3{font-size:22px;line-height:1.2;margin-bottom:12px;color:#102746;}
.fc-panel-v43.fc-view-profile .fc-split-checks label,
.fc-panel-v43.fc-view-profile .fc-feature-groups label{display:flex;align-items:center;gap:10px;color:#27405e;font-size:15px;font-weight:700;padding:9px 0;border-bottom:1px solid #edf3f8;}
.fc-panel-v43.fc-view-profile .fc-split-checks label:last-child,
.fc-panel-v43.fc-view-profile .fc-feature-groups label:last-child{border-bottom:0;}
.fc-panel-v43.fc-view-profile .fc-split-checks input[type="checkbox"],
.fc-panel-v43.fc-view-profile .fc-feature-groups input[type="checkbox"],
.fc-panel-v43.fc-view-profile .fc-agreement-item input[type="checkbox"],
.fc-panel-v43.fc-view-profile .fc-hours-grid input[type="checkbox"],
.fc-panel-v43.fc-view-terms .fc-agreement-item input[type="checkbox"]{accent-color:#11c7cf;width:18px;height:18px;flex:0 0 auto;}
.fc-panel-v43.fc-view-profile .fc-service-price-grid{margin-top:18px;max-height:none;}
.fc-panel-v43.fc-view-profile .fc-price-row{grid-template-columns:minmax(0,1fr) 240px;align-items:center;border-top:1px solid #edf3f8;color:#18304e;padding:14px 0;}
.fc-panel-v43.fc-view-profile .fc-feature-groups{grid-template-columns:repeat(3,minmax(0,1fr));}
.fc-panel-v43.fc-view-profile .fc-panel-note{background:#f0fbfc;border-color:#bdeff2;color:#315b6e;padding:16px 18px;}
.fc-panel-v43.fc-view-profile .fc-media-grid label{background:#ffffff;border:1px solid #dbe7f1;border-radius:18px;padding:16px;box-shadow:0 10px 24px rgba(20,45,80,.05);color:#5c7189;}
.fc-panel-v43.fc-view-profile .fc-media-grid img{max-width:100%;max-height:170px;border-radius:14px;object-fit:cover;background:#f5fbff;border:1px solid #e3edf5;padding:6px;}
.fc-panel-v43.fc-view-profile .fc-hours-grid{gap:16px;}
.fc-panel-v43.fc-view-profile .fc-hours-grid>div{background:#ffffff;border:1px solid #dbe7f1;border-radius:18px;padding:16px 18px;grid-template-columns:120px 100px 1fr 1fr;box-shadow:0 10px 24px rgba(20,45,80,.05);color:#18304e;}
.fc-panel-v43.fc-view-profile .fc-hours-grid label{color:#47627e;font-weight:700;display:flex;align-items:center;gap:8px;}

/* Membership page remains darker but cleaner */
.fc-panel-v43.fc-view-packages .fc-panel-package-copy h2{font-size:46px;line-height:1.12;letter-spacing:-.03em;}
.fc-panel-v43.fc-view-packages .fc-panel-feature-grid span,
.fc-panel-v43.fc-view-packages .fc-panel-price-card,
.fc-panel-v43.fc-view-packages .fc-panel-next-grid span{box-shadow:0 18px 42px rgba(0,0,0,.16);}

@media(max-width:991px){
  .fc-panel-v43 .fc-panel-content{padding:22px 16px 56px;}
  .fc-panel-v43 .fc-panel-welcome h1{font-size:34px;}
  .fc-panel-v43.fc-view-terms .fc-agreement-layout,
  .fc-panel-v43.fc-view-profile .fc-split-checks,
  .fc-panel-v43.fc-view-profile .fc-feature-groups{grid-template-columns:1fr;}
  .fc-panel-v43.fc-view-profile .fc-feature-groups{grid-template-columns:1fr;}
  .fc-panel-v43.fc-view-profile .fc-hours-grid>div{grid-template-columns:1fr;}
}
@media(max-width:575px){
  .fc-panel-v43 .fc-panel-content{padding:18px 14px 46px;}
  .fc-panel-v43 .fc-panel-welcome h1{font-size:28px;}
  .fc-panel-v43 .fc-panel-welcome p{font-size:15px;}
  .fc-panel-v43 .fc-panel-steps a{width:100%;justify-content:center;}
  .fc-panel-v43.fc-view-dashboard .fc-panel-card,
  .fc-panel-v43.fc-view-terms .fc-panel-wide-card,
  .fc-panel-v43.fc-view-profile .fc-panel-wide-card{padding:20px;}
  .fc-panel-v43.fc-view-profile .fc-profile-tabs{gap:8px;padding:8px;}
  .fc-panel-v43.fc-view-profile .fc-profile-tabs button{flex:1 1 calc(50% - 8px);padding:12px 10px;font-size:14px;}
  .fc-panel-v43.fc-view-profile .fc-price-row{grid-template-columns:1fr;}
  .fc-panel-v43 .fc-panel-next .fc-panel-primary-btn{max-width:none;}
}

/* FC_CLINIC_PANEL_GALLERY_INLINE_V46 */
.fc-panel-v43.fc-view-profile .fc-panel-gallery-manager{
  margin-top:22px;
  background:#ffffff;
  border:1px solid #dbe7f1;
  border-radius:20px;
  padding:20px;
  box-shadow:0 10px 24px rgba(20,45,80,.06);
}
.fc-panel-v43.fc-view-profile .fc-panel-gallery-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:16px;
  border-bottom:1px solid #edf3f8;
  padding-bottom:14px;
  margin-bottom:16px;
}
.fc-panel-v43.fc-view-profile .fc-panel-gallery-head h3{
  margin:0 0 5px;
  color:#102746;
  font-size:22px;
  font-weight:900;
}
.fc-panel-v43.fc-view-profile .fc-panel-gallery-head p{
  margin:0;
  color:#647990;
  font-size:14px;
  line-height:1.55;
}
.fc-panel-v43.fc-view-profile .fc-panel-gallery-upload{
  display:block;
  background:#f7fbff;
  border:1px dashed #bfd1e2;
  border-radius:17px;
  padding:16px;
  margin:0 0 18px;
  color:#24405d;
}
.fc-panel-v43.fc-view-profile .fc-panel-gallery-upload span{
  display:block;
  color:#102746;
  font-weight:900;
  margin-bottom:10px;
}
.fc-panel-v43.fc-view-profile .fc-panel-gallery-upload input{
  display:block;
  width:100%;
  background:#fff;
  border:1px solid #d6e4ee;
  border-radius:12px;
  color:#1d3854;
  padding:10px;
  min-height:auto;
  box-shadow:none;
}
.fc-panel-v43.fc-view-profile .fc-panel-gallery-upload em{
  display:block;
  font-style:normal;
  color:#7a8fa6;
  font-size:13px;
  margin-top:9px;
}
.fc-panel-v43.fc-view-profile .fc-panel-gallery-grid{
  display:grid;
  grid-template-columns:repeat(auto-fill,minmax(170px,1fr));
  gap:14px;
}
.fc-panel-v43.fc-view-profile .fc-panel-gallery-item{
  overflow:hidden;
  border:1px solid #dce8f2;
  border-radius:16px;
  background:#fff;
  box-shadow:0 10px 24px rgba(20,45,80,.08);
}
.fc-panel-v43.fc-view-profile .fc-panel-gallery-item img{
  width:100%;
  aspect-ratio:16/9;
  object-fit:cover;
  display:block;
  background:#edf4fa;
}
.fc-panel-v43.fc-view-profile .fc-panel-gallery-actions{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  padding:11px 12px;
}
.fc-panel-v43.fc-view-profile .fc-panel-gallery-actions a{
  color:#2563eb!important;
  font-size:12px;
  font-weight:900;
  text-decoration:none!important;
}
.fc-panel-v43.fc-view-profile .fc-panel-gallery-actions a.danger{color:#e04343!important;}
.fc-panel-v43.fc-view-profile .fc-panel-gallery-empty{
  background:#f7fbff;
  border:1px dashed #bfd1e2;
  border-radius:15px;
  color:#748aa2;
  padding:16px;
  font-weight:800;
}
@media(max-width:575px){
  .fc-panel-v43.fc-view-profile .fc-panel-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  .fc-panel-v43.fc-view-profile .fc-panel-gallery-manager{padding:16px;}
}

/* FC_GALLERY_AUTO_WIDE_BACKGROUND_V49 */
.gallery-top .fc-gallery-auto-slide{
    position:relative;
    overflow:hidden;
    isolation:isolate;
    background:#07111d;
}
.gallery-top .fc-gallery-auto-slide::before{
    content:"";
    position:absolute;
    inset:-34px;
    z-index:0;
    background-image:var(--fc-gallery-bg);
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
    filter:blur(25px) brightness(.62) saturate(.92);
    transform:scale(1.12);
    opacity:0;
    transition:opacity .18s ease;
}
.gallery-top .fc-gallery-auto-slide::after{
    content:"";
    position:absolute;
    inset:0;
    z-index:0;
    background:linear-gradient(90deg,rgba(3,10,18,.30),rgba(3,10,18,.08) 34%,rgba(3,10,18,.08) 66%,rgba(3,10,18,.30));
    opacity:0;
    transition:opacity .18s ease;
}
.gallery-top .fc-gallery-auto-slide.fc-gallery-square-source::before,
.gallery-top .fc-gallery-auto-slide.fc-gallery-square-source::after{opacity:1;}
.gallery-top .fc-gallery-image-link{
    position:relative;
    z-index:1;
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
    height:100%;
}
.gallery-top .fc-gallery-auto-image{
    display:block;
    width:100%!important;
    height:100%!important;
    object-fit:cover;
    object-position:center;
}
.gallery-top .fc-gallery-square-source .fc-gallery-auto-image{
    width:auto!important;
    max-width:min(56%,760px)!important;
    height:calc(100% - 28px)!important;
    max-height:calc(100% - 28px)!important;
    object-fit:contain;
    background:#07111d;
    box-shadow:0 18px 48px rgba(0,0,0,.42);
}
@media(max-width:767px){
    .gallery-top .fc-gallery-square-source .fc-gallery-auto-image{
        max-width:78%!important;
        height:calc(100% - 18px)!important;
        max-height:calc(100% - 18px)!important;
    }
    .gallery-top .fc-gallery-auto-slide::before{inset:-22px;filter:blur(18px) brightness(.60);}
}

/* FC_HEADER_ACTION_HOVER_V51_ACTIVE */
.fc-simple-header .fc-clinic-login-simple,
.fc-simple-header .fc-add-clinic-simple{
    cursor:pointer!important;
    transition:
        transform .22s ease,
        box-shadow .22s ease,
        background-color .22s ease,
        border-color .22s ease,
        color .22s ease!important;
    will-change:transform;
}

.fc-simple-header .fc-clinic-login-simple:hover{
    transform:translateY(-2px);
    background:#f3fdff!important;
    border-color:#14bec8!important;
    color:#0b8e98!important;
    box-shadow:0 13px 28px rgba(18,190,200,.18)!important;
}

.fc-simple-header .fc-add-clinic-simple:hover{
    transform:translateY(-2px);
    background:#0aaeb9!important;
    box-shadow:0 16px 32px rgba(16,190,200,.32)!important;
}

.fc-simple-header .fc-clinic-login-simple i,
.fc-simple-header .fc-add-clinic-simple i{
    transition:transform .22s ease,color .22s ease;
}

.fc-simple-header .fc-clinic-login-simple:hover i{
    transform:translateX(2px);
    color:#0b8e98!important;
}

.fc-simple-header .fc-add-clinic-simple:hover i{
    transform:scale(1.10) rotate(90deg);
}

.fc-simple-header .fc-clinic-login-simple:active,
.fc-simple-header .fc-add-clinic-simple:active{
    transform:translateY(0) scale(.97);
}

.fc-simple-header .fc-clinic-login-simple:focus-visible,
.fc-simple-header .fc-add-clinic-simple:focus-visible{
    outline:3px solid rgba(18,190,200,.28)!important;
    outline-offset:3px;
}

/* FC_TERMS_INDIVIDUAL_APPROVAL_V52_ACTIVE */
.fc-panel-v43.fc-view-terms .fc-terms-reader-card{
  padding:28px;
  overflow:hidden;
}
.fc-panel-v43.fc-view-terms .fc-terms-main-title{
  align-items:flex-start;
  gap:24px;
  margin-bottom:14px;
}
.fc-panel-v43.fc-view-terms .fc-terms-main-title h2{
  margin:0 0 7px;
  color:#102746!important;
  font-size:25px;
  line-height:1.2;
}
.fc-panel-v43.fc-view-terms .fc-terms-main-title p{
  margin:0;
  color:#6b7f96!important;
  font-size:14px;
  line-height:1.65;
}
.fc-terms-progress-summary{
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  min-width:140px;
}
.fc-terms-progress-summary strong{
  color:#08bfc8!important;
  font-size:25px;
  line-height:1;
}
.fc-terms-progress-summary span{
  color:#8ba0b7!important;
  font-size:12px;
  font-weight:800;
  margin-top:6px;
  white-space:nowrap;
}
.fc-terms-progress{
  height:9px;
  background:#e7eff6;
  border-radius:999px;
  overflow:hidden;
  margin:0 0 22px;
}
.fc-terms-progress span{
  display:block;
  height:100%;
  border-radius:inherit;
  background:linear-gradient(90deg,#08bfc8,#12cf82);
  transition:width .35s ease;
}
.fc-panel-v43.fc-view-terms .fc-agreement-reader-layout{
  grid-template-columns:310px minmax(0,1fr);
  gap:22px;
  align-items:start;
}
.fc-panel-v43.fc-view-terms .fc-agreement-nav{
  gap:10px;
  position:sticky;
  top:92px;
}
.fc-panel-v43.fc-view-terms .fc-agreement-nav .fc-agreement-item{
  display:grid!important;
  grid-template-columns:38px minmax(0,1fr) auto;
  align-items:center;
  gap:11px;
  min-height:78px;
  padding:12px;
  background:#fff;
  border:1px solid #d8e5ef;
  text-decoration:none!important;
  box-shadow:0 9px 24px rgba(20,45,80,.05);
}
.fc-panel-v43.fc-view-terms .fc-agreement-nav .fc-agreement-item:hover{
  border-color:#8bdde2;
  transform:translateY(-1px);
  box-shadow:0 12px 28px rgba(20,45,80,.09);
}
.fc-panel-v43.fc-view-terms .fc-agreement-nav .fc-agreement-item.active{
  border-color:#08bfc8;
  box-shadow:0 0 0 3px rgba(8,191,200,.10),0 14px 30px rgba(20,45,80,.08);
}
.fc-panel-v43.fc-view-terms .fc-agreement-nav .fc-agreement-item.approved{
  background:#f0fcf6;
  border-color:#88ddb2;
}
.fc-agreement-state{
  width:38px;
  height:38px;
  border-radius:12px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#edf5fa;
  color:#607b95!important;
}
.fc-agreement-item.approved .fc-agreement-state{
  background:#11c970;
  color:#fff!important;
}
.fc-agreement-name{
  display:flex;
  flex-direction:column;
  min-width:0;
}
.fc-agreement-name strong{
  color:#17304e!important;
  font-size:14px;
  line-height:1.3;
}
.fc-agreement-name small{
  display:block;
  color:#8497ac;
  font-size:10px;
  line-height:1.35;
  margin-top:4px;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.fc-panel-v43.fc-view-terms .fc-agreement-nav .fc-agreement-item em{
  min-width:66px;
  text-align:center;
  background:#eff5fa;
  color:#526d87;
  border:0;
  font-size:10px;
  font-weight:900;
}
.fc-panel-v43.fc-view-terms .fc-agreement-nav .fc-agreement-item.approved em{
  background:#11c970;
  color:#fff;
}
.fc-agreement-document{
  background:#fff;
  border:1px solid #d8e5ef;
  border-radius:20px;
  overflow:hidden;
  box-shadow:0 14px 38px rgba(20,45,80,.07);
}
.fc-agreement-document-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:20px;
  padding:24px 26px 20px;
  border-bottom:1px solid #e5edf4;
  background:linear-gradient(180deg,#fbfdff,#f6faff);
}
.fc-agreement-eyebrow{
  display:block;
  color:#08bfc8!important;
  font-size:11px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.08em!important;
  margin-bottom:7px;
}
.fc-agreement-document-head h3{
  margin:0 0 6px;
  color:#102746!important;
  font-size:25px;
  line-height:1.2;
}
.fc-agreement-document-head p{
  margin:0;
  color:#667b92!important;
  font-size:14px;
  line-height:1.65;
}
.fc-agreement-version{
  flex:0 0 auto;
  background:#eaf5fb;
  color:#3f6781!important;
  border:1px solid #d5e7f1;
  border-radius:999px;
  padding:7px 11px;
  font-size:10px;
  font-weight:900;
}
.fc-panel-v43.fc-view-terms .fc-single-agreement-scroll{
  max-height:520px;
  overflow:auto;
  border:0;
  border-radius:0;
  padding:24px 26px;
  margin:0;
  background:#fff;
  scroll-behavior:smooth;
}
.fc-agreement-intro{
  display:flex;
  gap:12px;
  align-items:flex-start;
  background:#effbfc;
  border:1px solid #c9eff2;
  border-radius:14px;
  padding:15px 16px;
  margin-bottom:20px;
}
.fc-agreement-intro i{
  color:#08bfc8;
  margin-top:4px;
}
.fc-agreement-intro p{
  margin:0!important;
  color:#31596e!important;
  font-size:13px;
  line-height:1.65;
}
.fc-agreement-section{
  display:grid;
  grid-template-columns:34px minmax(0,1fr);
  gap:13px;
  padding:18px 0;
  border-bottom:1px solid #ebf1f6;
}
.fc-agreement-section>span{
  width:31px;
  height:31px;
  border-radius:10px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#102746;
  color:#fff!important;
  font-size:12px;
  font-weight:900;
}
.fc-agreement-section h4{
  margin:1px 0 7px;
  color:#18314f!important;
  font-size:16px;
  font-weight:900;
  line-height:1.3;
}
.fc-agreement-section p{
  margin:0!important;
  color:#4f657e!important;
  font-size:13px;
  line-height:1.78;
}
.fc-agreement-final-note{
  margin-top:20px;
  background:#fff9e8;
  border:1px solid #f1dfaa;
  border-radius:14px;
  padding:16px;
}
.fc-agreement-final-note strong{
  color:#6d5215!important;
}
.fc-agreement-final-note p{
  margin:5px 0 0!important;
  color:#765f2d!important;
  font-size:12px;
  line-height:1.65;
}
.fc-agreement-document-actions{
  padding:18px 24px 22px;
  border-top:1px solid #e6eef4;
  background:#f8fbfd;
}
.fc-agreement-document-actions form{
  margin:0;
}
.fc-scroll-hint{
  margin:0 0 12px!important;
  color:#7b8fa5!important;
  font-size:12px;
  font-weight:700;
  text-align:center;
}
.fc-scroll-hint i{
  margin-right:6px;
  color:#08bfc8;
}
.fc-scroll-hint.ready{
  color:#09844d!important;
}
.fc-scroll-hint.ready i{
  color:#11c970;
}
#fcApproveAgreementBtn{
  width:100%;
  margin:0;
}
#fcApproveAgreementBtn:disabled{
  opacity:.48;
  cursor:not-allowed;
  box-shadow:none;
}
#fcApproveAgreementBtn.ready{
  animation:fcAgreementReady .35s ease both;
}
@keyframes fcAgreementReady{
  from{transform:scale(.985);}
  to{transform:scale(1);}
}
.fc-agreement-approved-message{
  display:flex;
  align-items:center;
  gap:12px;
  padding:13px 15px;
  margin-bottom:12px;
  border-radius:14px;
  background:#ecfbf3;
  border:1px solid #bcebd3;
}
.fc-agreement-approved-message i{
  color:#11c970;
  font-size:25px;
}
.fc-agreement-approved-message div{
  display:flex;
  flex-direction:column;
}
.fc-agreement-approved-message strong{
  color:#08733f!important;
}
.fc-agreement-approved-message span{
  color:#638576!important;
  font-size:11px;
  margin-top:2px;
}
.fc-agreement-document-actions>.fc-panel-primary-btn,
.fc-agreement-document-actions .fc-panel-primary-btn{
  width:100%;
  margin:0;
}
@media(max-width:1100px){
  .fc-panel-v43.fc-view-terms .fc-agreement-reader-layout{
    grid-template-columns:260px minmax(0,1fr);
  }
  .fc-agreement-name small{display:none;}
}
@media(max-width:850px){
  .fc-panel-v43.fc-view-terms .fc-agreement-reader-layout{
    grid-template-columns:1fr;
  }
  .fc-panel-v43.fc-view-terms .fc-agreement-nav{
    position:static;
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .fc-agreement-name small{display:-webkit-box;}
}
@media(max-width:575px){
  .fc-panel-v43.fc-view-terms .fc-terms-reader-card{padding:18px 14px;}
  .fc-panel-v43.fc-view-terms .fc-terms-main-title{flex-direction:column;}
  .fc-terms-progress-summary{align-items:flex-start;}
  .fc-panel-v43.fc-view-terms .fc-agreement-nav{grid-template-columns:1fr;}
  .fc-agreement-document-head{flex-direction:column;padding:20px 18px;}
  .fc-panel-v43.fc-view-terms .fc-single-agreement-scroll{padding:20px 18px;max-height:470px;}
  .fc-agreement-document-actions{padding:16px;}
}

/* FC_CLINIC_PANEL_SERVICES_MEMBERSHIP_V53_ACTIVE */
.fc-service-empty{
  padding:16px 18px;
  border:1px dashed #cbd9e6;
  border-radius:14px;
  background:#f8fbfd;
  color:#6f8196;
  font-size:14px;
  line-height:1.6;
}
.fc-membership-head{
  max-width:760px;
  margin-bottom:28px;
}
.fc-membership-head h2{
  margin:14px 0 10px;
  color:#fff;
  font-size:42px;
  line-height:1.12;
  letter-spacing:-.03em;
  font-weight:900;
}
.fc-membership-head p{
  margin:0;
  color:#b8c7da;
  font-size:17px;
  line-height:1.7;
}
.fc-membership-selection-note{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:8px;
  margin:0 0 22px;
  padding:15px 18px;
  border:1px solid rgba(12,207,105,.38);
  border-radius:16px;
  background:rgba(12,207,105,.09);
  color:#dfffee;
  font-size:15px;
}
.fc-membership-selection-note i{color:#10d06a;font-size:18px;}
.fc-membership-selection-note span{margin-left:auto;color:#9fdcb9;font-size:13px;}
.fc-membership-plan-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
  align-items:stretch;
}
.fc-membership-plan-card{
  position:relative;
  display:flex;
  flex-direction:column;
  min-height:100%;
  padding:22px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:22px;
  background:linear-gradient(180deg,#0d1420 0%,#090e16 100%);
  color:#dce8f7;
  box-shadow:0 22px 55px rgba(0,0,0,.16);
  transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;
}
.fc-membership-plan-card:hover{
  transform:translateY(-5px);
  border-color:rgba(17,199,207,.65);
  box-shadow:0 28px 65px rgba(0,0,0,.24);
}
.fc-membership-plan-card.recommended{
  border-color:#10bec8;
  box-shadow:0 26px 70px rgba(9,188,197,.18);
}
.fc-membership-plan-card.selected{
  border-color:#18d678;
  box-shadow:0 0 0 1px rgba(24,214,120,.34),0 26px 70px rgba(11,184,99,.14);
}
.fc-membership-plan-top{
  min-height:32px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  margin-bottom:14px;
}
.fc-membership-plan-badge,
.fc-membership-best{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:5px 10px;
  border-radius:999px;
  font-size:11px;
  line-height:1;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.04em;
}
.fc-membership-plan-badge{background:rgba(17,199,207,.12);color:#49dbe1;}
.fc-membership-best{background:#10bec8;color:#fff;}
.fc-membership-plan-card h3{
  margin:0 0 14px;
  color:#fff;
  font-size:23px;
  line-height:1.25;
  font-weight:900;
}
.fc-membership-price{
  display:flex;
  align-items:flex-end;
  gap:7px;
  margin-bottom:8px;
}
.fc-membership-price strong{
  color:#fff;
  font-size:38px;
  line-height:1;
  font-weight:900;
  letter-spacing:-.04em;
}
.fc-membership-price small{color:#aebdd0;font-size:14px;margin-bottom:4px;}
.fc-membership-total{margin:0 0 8px;color:#c4d0df;font-size:14px;}
.fc-membership-total strong{color:#fff;}
.fc-membership-saving{
  margin:0 0 18px;
  color:#18da7c;
  font-size:13px;
  font-weight:900;
}
.fc-membership-saving.neutral{color:#91a2b7;}
.fc-membership-plan-card ul{
  flex:1;
  margin:0 0 22px;
  padding:0;
  list-style:none;
}
.fc-membership-plan-card li{
  position:relative;
  padding:8px 0 8px 24px;
  color:#c9d5e5;
  font-size:14px;
  line-height:1.45;
  border-bottom:1px solid rgba(255,255,255,.07);
}
.fc-membership-plan-card li:last-child{border-bottom:0;}
.fc-membership-plan-card li:before{
  content:'✓';
  position:absolute;
  left:0;
  top:8px;
  color:#16d97b;
  font-weight:900;
}
.fc-membership-plan-card form{margin:0;}
.fc-membership-select-btn{
  width:100%;
  min-height:50px;
  border:0;
  border-radius:14px;
  background:linear-gradient(180deg,#12c9d2 0%,#08b5c6 100%);
  color:#fff;
  font-size:15px;
  font-weight:900;
  cursor:pointer;
  box-shadow:0 15px 32px rgba(9,188,197,.22);
  transition:transform .18s ease,filter .18s ease;
}
.fc-membership-select-btn:hover{transform:translateY(-2px);filter:brightness(1.04);}
.fc-membership-select-btn:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none;}
.fc-membership-plan-card.selected .fc-membership-select-btn{background:linear-gradient(180deg,#18d77c 0%,#0dbd69 100%);}
.fc-membership-info-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
  margin-top:22px;
}
.fc-membership-info-grid span{
  display:grid;
  grid-template-columns:42px 1fr;
  column-gap:12px;
  align-items:start;
  padding:18px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:18px;
  background:#0d1420;
  color:#9fb0c4;
  font-size:13px;
  line-height:1.5;
}
.fc-membership-info-grid i{
  grid-row:1/3;
  width:42px;
  height:42px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:12px;
  background:rgba(17,199,207,.12);
  color:#3ed7de;
  font-size:18px;
}
.fc-membership-info-grid strong{display:block;color:#fff;font-size:15px;margin-bottom:4px;}

@media(max-width:1180px){
  .fc-membership-plan-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media(max-width:767px){
  .fc-membership-head h2{font-size:32px;}
  .fc-membership-plan-grid,
  .fc-membership-info-grid{grid-template-columns:1fr;}
  .fc-membership-selection-note span{width:100%;margin-left:26px;}
}

/* FC_CLINIC_PANEL_LOGIN_LOGO_HOVER_V54_ACTIVE */
.fc-panel-public.fc-panel-v43 .fc-panel-public-logo img{
  max-width:220px;
  max-height:72px;
  width:auto;
  height:auto;
  object-fit:contain;
  filter:none!important;
}
.fc-panel-public.fc-panel-v43 .fc-panel-public-actions a,
.fc-panel-public.fc-panel-v43 .fc-panel-login-link{
  appearance:none;
  -webkit-appearance:none;
  cursor:pointer!important;
  position:relative;
  overflow:hidden;
  min-height:46px;
  border:1px solid rgba(255,255,255,.22);
  background:rgba(255,255,255,.055);
  color:#fff!important;
  transition:transform .22s ease,box-shadow .22s ease,background-color .22s ease,border-color .22s ease,color .22s ease;
  box-shadow:0 10px 24px rgba(0,0,0,.12);
}
.fc-panel-public.fc-panel-v43 .fc-panel-public-actions a:before,
.fc-panel-public.fc-panel-v43 .fc-panel-login-link:before{
  content:'';
  position:absolute;
  inset:0;
  background:linear-gradient(110deg,transparent 15%,rgba(255,255,255,.18) 48%,transparent 82%);
  transform:translateX(-125%);
  transition:transform .5s ease;
  pointer-events:none;
}
.fc-panel-public.fc-panel-v43 .fc-panel-public-actions a:hover,
.fc-panel-public.fc-panel-v43 .fc-panel-login-link:hover{
  transform:translateY(-2px);
  background:rgba(255,255,255,.11);
  border-color:rgba(255,255,255,.48);
  box-shadow:0 16px 34px rgba(0,0,0,.22),0 0 0 3px rgba(9,188,197,.10);
}
.fc-panel-public.fc-panel-v43 .fc-panel-public-actions a:hover:before,
.fc-panel-public.fc-panel-v43 .fc-panel-login-link:hover:before{
  transform:translateX(125%);
}
.fc-panel-public.fc-panel-v43 .fc-panel-public-actions a:hover i,
.fc-panel-public.fc-panel-v43 .fc-panel-login-link:hover i{
  transform:translateX(2px) scale(1.04);
}
.fc-panel-public.fc-panel-v43 .fc-panel-public-actions i,
.fc-panel-public.fc-panel-v43 .fc-panel-login-link i{
  transition:transform .22s ease;
}
.fc-panel-public.fc-panel-v43 .fc-panel-public-actions a:active,
.fc-panel-public.fc-panel-v43 .fc-panel-login-link:active{
  transform:translateY(0) scale(.97);
  box-shadow:0 7px 16px rgba(0,0,0,.18);
}
.fc-panel-public.fc-panel-v43 .fc-panel-public-actions a:focus-visible,
.fc-panel-public.fc-panel-v43 .fc-panel-login-link:focus-visible{
  outline:3px solid rgba(9,188,197,.42);
  outline-offset:3px;
}
.fc-panel-public-login-modal .fc-clinic-login-dialog{
  animation:fcPanelLoginDialogIn .22s ease both;
}
.fc-panel-public-login-modal.is-open .fc-clinic-login-backdrop{
  animation:fcPanelLoginBackdropIn .2s ease both;
}
body.fc-login-modal-open{overflow:hidden;}
@keyframes fcPanelLoginDialogIn{
  from{opacity:0;transform:translateY(14px) scale(.97)}
  to{opacity:1;transform:translateY(0) scale(1)}
}
@keyframes fcPanelLoginBackdropIn{
  from{opacity:0}
  to{opacity:1}
}
@media(max-width:575px){
  .fc-panel-public.fc-panel-v43 .fc-panel-public-logo img{max-width:170px;max-height:58px;}
  .fc-panel-public.fc-panel-v43 .fc-panel-public-actions a,
  .fc-panel-public.fc-panel-v43 .fc-panel-login-link{min-width:46px;min-height:44px;padding:0 14px;justify-content:center;}
}

/* FC_CLINIC_LOGIN_POPUP_HOVER_V55_ACTIVE */
.fc-panel-public-login-modal .fc-clinic-login-close,
.fc-panel-public-login-modal .fc-clinic-login-form button,
.fc-panel-public-login-modal .fc-clinic-login-footer a{
  cursor:pointer!important;
  -webkit-tap-highlight-color:transparent;
}

.fc-panel-public-login-modal .fc-clinic-login-close{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  transition:transform .2s ease,background-color .2s ease,color .2s ease,box-shadow .2s ease!important;
  box-shadow:0 6px 16px rgba(18,45,78,.06);
}
.fc-panel-public-login-modal .fc-clinic-login-close:hover{
  background:#e7f8fa!important;
  color:#08aeb9!important;
  transform:rotate(90deg) scale(1.06);
  box-shadow:0 10px 24px rgba(8,186,197,.18);
}
.fc-panel-public-login-modal .fc-clinic-login-close:active{
  transform:rotate(90deg) scale(.94);
}
.fc-panel-public-login-modal .fc-clinic-login-close:focus-visible{
  outline:3px solid rgba(8,186,197,.32);
  outline-offset:3px;
}

.fc-panel-public-login-modal .fc-clinic-login-form button{
  position:relative;
  overflow:hidden;
  transition:transform .2s ease,background-color .2s ease,box-shadow .2s ease,filter .2s ease!important;
  box-shadow:0 14px 28px rgba(8,186,197,.20);
}
.fc-panel-public-login-modal .fc-clinic-login-form button:before{
  content:'';
  position:absolute;
  inset:0;
  background:linear-gradient(110deg,transparent 20%,rgba(255,255,255,.30) 50%,transparent 80%);
  transform:translateX(-130%);
  transition:transform .5s ease;
  pointer-events:none;
}
.fc-panel-public-login-modal .fc-clinic-login-form button:hover{
  transform:translateY(-2px);
  background:#06aeb9!important;
  box-shadow:0 18px 36px rgba(8,186,197,.30);
  filter:saturate(1.06);
}
.fc-panel-public-login-modal .fc-clinic-login-form button:hover:before{
  transform:translateX(130%);
}
.fc-panel-public-login-modal .fc-clinic-login-form button:hover i{
  transform:translateY(-1px) scale(1.08);
}
.fc-panel-public-login-modal .fc-clinic-login-form button i{
  transition:transform .2s ease;
}
.fc-panel-public-login-modal .fc-clinic-login-form button:active{
  transform:translateY(0) scale(.98);
  box-shadow:0 8px 18px rgba(8,186,197,.22);
}
.fc-panel-public-login-modal .fc-clinic-login-form button:focus-visible{
  outline:3px solid rgba(8,186,197,.32);
  outline-offset:3px;
}

.fc-panel-public-login-modal .fc-clinic-login-footer a{
  display:inline-flex;
  align-items:center;
  position:relative;
  transition:color .2s ease,transform .2s ease!important;
}
.fc-panel-public-login-modal .fc-clinic-login-footer a:after{
  content:'';
  position:absolute;
  left:0;
  right:0;
  bottom:-3px;
  height:2px;
  border-radius:999px;
  background:#08bac5;
  transform:scaleX(0);
  transform-origin:left;
  transition:transform .2s ease;
}
.fc-panel-public-login-modal .fc-clinic-login-footer a:hover{
  color:#069da7!important;
  transform:translateY(-1px);
}
.fc-panel-public-login-modal .fc-clinic-login-footer a:hover:after{
  transform:scaleX(1);
}

/* FC_CLINIC_ANALYTICS_DASHBOARD_V56 */
.fc-panel-v43.fc-dashboard-ready .fc-panel-steps{display:none}
.fc-panel-v43.fc-dashboard-ready .fc-panel-welcome{margin-bottom:26px}
.fc-panel-v43.fc-dashboard-ready .fc-panel-welcome h1{font-size:38px}
.fc-analytics-dashboard{display:flex;flex-direction:column;gap:22px;color:#dce8f7}
.fc-analytics-hero{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:25px 28px;border:1px solid rgba(139,171,202,.18);border-radius:22px;background:linear-gradient(135deg,rgba(13,37,58,.94),rgba(8,20,34,.96));box-shadow:0 22px 50px rgba(0,0,0,.16)}
.fc-analytics-kicker{display:inline-flex;align-items:center;gap:9px;color:#14c5ce;text-transform:uppercase;font-weight:800;letter-spacing:.08em;font-size:12px}
.fc-analytics-hero h2{margin:7px 0 6px;color:#fff;font-size:28px;line-height:1.2}
.fc-analytics-hero p{margin:0;color:#9eb0c6;font-size:14px}
.fc-analytics-period{display:grid;grid-template-columns:36px auto;column-gap:10px;align-items:center;min-width:180px;padding:13px 16px;border:1px solid rgba(139,171,202,.18);border-radius:16px;background:rgba(255,255,255,.035)}
.fc-analytics-period>i{grid-row:1/3;width:36px;height:36px;border-radius:11px;display:grid;place-items:center;background:rgba(20,197,206,.12);color:#14c5ce}
.fc-analytics-period span{font-size:12px;color:#8296ad}.fc-analytics-period strong{font-size:14px;color:#fff}
.fc-analytics-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.fc-analytics-stat-card{position:relative;overflow:hidden;display:flex;gap:14px;align-items:flex-start;min-height:142px;padding:21px;border:1px solid rgba(139,171,202,.18);border-radius:20px;background:#0c1725;box-shadow:0 18px 40px rgba(0,0,0,.15)}
.fc-analytics-stat-card:after{content:"";position:absolute;right:-35px;bottom:-45px;width:115px;height:115px;border-radius:50%;background:var(--fc-stat-color);opacity:.08}
.fc-analytics-stat-card.primary{--fc-stat-color:#278dff}.fc-analytics-stat-card.cyan{--fc-stat-color:#14c5ce}.fc-analytics-stat-card.purple{--fc-stat-color:#a66cff}.fc-analytics-stat-card.green{--fc-stat-color:#18ca79}
.fc-stat-icon{display:grid;place-items:center;flex:0 0 44px;width:44px;height:44px;border-radius:14px;background:color-mix(in srgb,var(--fc-stat-color) 15%,transparent);color:var(--fc-stat-color);font-size:18px;border:1px solid color-mix(in srgb,var(--fc-stat-color) 25%,transparent)}
.fc-analytics-stat-card div{display:flex;flex-direction:column;min-width:0}.fc-analytics-stat-card small{color:#8194aa;font-size:12px;font-weight:700}.fc-analytics-stat-card strong{font-size:34px;line-height:1.12;color:#fff;margin:4px 0 6px}.fc-analytics-stat-card em{font-style:normal;color:#8fa2b9;font-size:11px;line-height:1.4}.fc-analytics-stat-card em.positive{color:#29d68a}.fc-analytics-stat-card em.negative{color:#ff6f7d}
.fc-analytics-main-grid{display:grid;grid-template-columns:minmax(0,1.8fr) minmax(280px,.7fr);gap:18px}
.fc-analytics-secondary-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.fc-analytics-card{border:1px solid rgba(139,171,202,.18);border-radius:22px;background:#0c1725;box-shadow:0 20px 45px rgba(0,0,0,.14);padding:23px}
.fc-analytics-card header{display:flex;align-items:flex-start;justify-content:space-between;gap:15px;margin-bottom:18px}.fc-analytics-card header>div>span{display:block;color:#14c5ce;text-transform:uppercase;letter-spacing:.07em;font-size:11px;font-weight:800}.fc-analytics-card header h3{margin:4px 0 0;color:#fff;font-size:20px;line-height:1.25}.fc-analytics-card header>small{color:#71859d;font-size:11px;text-align:right}
.fc-chart-total{padding:7px 12px;border-radius:12px;background:rgba(20,197,206,.08);border:1px solid rgba(20,197,206,.14);text-align:right}.fc-chart-total small{display:block;color:#7890a6;font-size:10px}.fc-chart-total strong{display:block;color:#fff;font-size:18px}
.fc-line-chart{position:relative;height:250px;padding-bottom:24px}.fc-line-chart svg{width:100%;height:220px;overflow:visible}.fc-line-chart .grid-line{stroke:rgba(139,171,202,.13);stroke-width:1;stroke-dasharray:4 7}.fc-line-chart .lead-line{fill:none;stroke:#14c5ce;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 5px 8px rgba(20,197,206,.25))}.fc-line-chart .lead-point{fill:#07121f;stroke:#14c5ce;stroke-width:3}
.fc-chart-labels{position:absolute;left:24px;right:24px;bottom:0;height:18px}.fc-chart-labels span{position:absolute;transform:translateX(-50%);white-space:nowrap;color:#71859d;font-size:10px}.fc-chart-empty{position:absolute;left:50%;top:56%;transform:translate(-50%,-50%);color:#74899f;font-size:13px;text-align:center;pointer-events:none}
.fc-membership-summary-card{background:linear-gradient(155deg,#0d1d2e,#0a1522)}.fc-membership-summary-card header>i{width:44px;height:44px;border-radius:14px;display:grid;place-items:center;color:#ffce55;background:rgba(255,206,85,.1);border:1px solid rgba(255,206,85,.18)}.fc-membership-active-badge{display:inline-flex;align-items:center;gap:7px;padding:8px 12px;border-radius:999px;color:#21d487;background:rgba(24,202,121,.1);border:1px solid rgba(24,202,121,.24);font-size:12px;font-weight:800}.fc-membership-meta{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:18px 0}.fc-membership-meta span{padding:13px;border-radius:14px;background:rgba(255,255,255,.035);border:1px solid rgba(139,171,202,.13)}.fc-membership-meta small{display:block;color:#758aa2;font-size:10px}.fc-membership-meta strong{display:block;margin-top:4px;color:#fff;font-size:14px}.fc-membership-summary-card ul{list-style:none;padding:0;margin:18px 0}.fc-membership-summary-card li{display:flex;align-items:center;gap:9px;padding:8px 0;color:#a8b9cc;font-size:12px;border-bottom:1px solid rgba(139,171,202,.08)}.fc-membership-summary-card li i{color:#19cc7e}.fc-membership-summary-card>a{display:flex;align-items:center;justify-content:center;gap:8px;min-height:44px;border-radius:13px;background:#14bdc8;color:#fff;font-size:13px;font-weight:800;transition:.2s}.fc-membership-summary-card>a:hover{transform:translateY(-2px);box-shadow:0 12px 26px rgba(20,197,206,.22)}
.fc-ranking-list{display:flex;flex-direction:column;gap:15px}.fc-ranking-row{display:grid;grid-template-columns:minmax(125px,1fr) minmax(100px,1.35fr) 44px;gap:12px;align-items:center}.fc-ranking-row>div:first-child{display:flex;flex-direction:column;min-width:0}.fc-ranking-row strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#dce8f7;font-size:12px}.fc-ranking-row span{color:#6f849c;font-size:10px}.fc-ranking-track{height:7px;border-radius:999px;background:rgba(139,171,202,.12);overflow:hidden}.fc-ranking-track i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#138cff,#14c5ce)}.fc-ranking-card.treatments .fc-ranking-track i{background:linear-gradient(90deg,#a66cff,#e879f9)}.fc-ranking-row em{font-style:normal;color:#91a6bc;font-size:11px;text-align:right}.fc-analytics-empty{display:grid;place-items:center;min-height:160px;padding:20px;border:1px dashed rgba(139,171,202,.18);border-radius:16px;color:#7389a0;text-align:center;font-size:12px}
.fc-recent-leads-card header>a{display:inline-flex;align-items:center;gap:7px;color:#14c5ce;font-size:12px;font-weight:800}.fc-dashboard-lead-table{overflow-x:auto}.fc-dashboard-lead-head,.fc-dashboard-lead-row{display:grid;grid-template-columns:1.25fr 1fr 1.15fr .8fr 72px;gap:14px;align-items:center;min-width:760px}.fc-dashboard-lead-head{padding:0 12px 10px;color:#70849b;font-size:10px;text-transform:uppercase;letter-spacing:.06em}.fc-dashboard-lead-row{padding:12px;border-top:1px solid rgba(139,171,202,.1);color:#aebed0;font-size:11px}.fc-dashboard-lead-row .patient{display:flex;align-items:center;gap:10px}.fc-dashboard-lead-row .patient i{display:grid;place-items:center;width:32px;height:32px;border-radius:11px;background:rgba(20,197,206,.12);color:#14c5ce;font-style:normal;font-weight:900}.fc-dashboard-lead-row .patient strong{color:#fff;font-size:12px}.fc-dashboard-lead-row .contact{display:flex;gap:7px}.fc-dashboard-lead-row .contact a{display:grid;place-items:center;width:30px;height:30px;border:1px solid rgba(139,171,202,.17);border-radius:10px;color:#8aa0b8;background:rgba(255,255,255,.025);transition:.2s}.fc-dashboard-lead-row .contact a:hover{color:#fff;border-color:#14c5ce;background:rgba(20,197,206,.1);transform:translateY(-1px)}
.fc-dashboard-gate-card{max-width:720px;margin:36px auto;padding:44px;border:1px solid rgba(139,171,202,.18);border-radius:24px;background:linear-gradient(145deg,#0e1d2c,#0a1522);text-align:center;box-shadow:0 25px 60px rgba(0,0,0,.18)}.fc-dashboard-gate-card>i{display:grid;place-items:center;width:64px;height:64px;margin:0 auto 17px;border-radius:20px;background:rgba(20,197,206,.12);border:1px solid rgba(20,197,206,.2);color:#14c5ce;font-size:26px}.fc-dashboard-gate-card>span{display:block;color:#14c5ce;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.fc-dashboard-gate-card h2{margin:8px 0;color:#fff;font-size:28px}.fc-dashboard-gate-card p{margin:0 auto 24px;max-width:560px;color:#92a6bc;font-size:14px;line-height:1.7}.fc-dashboard-gate-card .fc-panel-primary-btn{max-width:360px;margin:auto}.fc-pending-membership{display:flex;justify-content:space-between;gap:15px;max-width:430px;margin:0 auto 20px;padding:14px 16px;border-radius:14px;border:1px solid rgba(139,171,202,.16);background:rgba(255,255,255,.035);color:#fff}.fc-pending-membership span{color:#8ba0b8;font-size:12px}
@media(max-width:1200px){.fc-analytics-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.fc-analytics-main-grid{grid-template-columns:1fr}.fc-membership-summary-card{display:grid;grid-template-columns:1fr 1fr;column-gap:22px}.fc-membership-summary-card header,.fc-membership-summary-card>a{grid-column:1/-1}.fc-membership-summary-card ul{margin-top:10px}}
@media(max-width:900px){.fc-analytics-secondary-grid{grid-template-columns:1fr}.fc-analytics-hero{align-items:flex-start}.fc-analytics-period{min-width:160px}.fc-line-chart{height:220px}.fc-line-chart svg{height:190px}}
@media(max-width:650px){.fc-analytics-hero{flex-direction:column;padding:20px}.fc-analytics-period{width:100%}.fc-analytics-stat-grid{grid-template-columns:1fr}.fc-analytics-stat-card{min-height:120px}.fc-analytics-main-grid,.fc-analytics-secondary-grid{gap:14px}.fc-analytics-card{padding:18px;border-radius:18px}.fc-membership-summary-card{display:block}.fc-ranking-row{grid-template-columns:minmax(110px,1fr) 1fr 38px;gap:8px}.fc-dashboard-gate-card{padding:30px 20px;margin:20px auto}.fc-dashboard-gate-card h2{font-size:23px}.fc-pending-membership{flex-direction:column;text-align:left}.fc-analytics-dashboard{gap:15px}.fc-analytics-hero h2{font-size:23px}}


/* === Clinic Panel Sidebar Refresh v57 === */
.fc-panel-v43 .fc-panel-app{
  grid-template-columns:290px minmax(0,1fr);
  background:#071019;
}
.fc-panel-v43 .fc-panel-sidebar{
  width:auto;
  min-height:100vh;
  height:100vh;
  position:sticky;
  top:0;
  padding:0;
  background:linear-gradient(180deg,#060a10 0%,#08111b 100%);
  border-right:1px solid rgba(125,152,190,.18);
  box-shadow:inset -1px 0 0 rgba(255,255,255,.03);
}
.fc-panel-v43 .fc-panel-sidebar-inner{
  display:flex;
  flex-direction:column;
  height:100%;
  padding:22px 16px 18px;
}
.fc-panel-v43 .fc-panel-brand{
  display:flex;
  align-items:center;
  gap:12px;
  margin:0 0 26px;
  padding:10px 12px;
  border-radius:18px;
  font-size:18px;
  font-weight:900;
  letter-spacing:-.02em;
  color:#fff !important;
}
.fc-panel-v43 .fc-panel-brand:hover{
  background:rgba(255,255,255,.035);
}
.fc-panel-v43 .fc-panel-brand-icon{
  width:34px;
  height:34px;
  border-radius:12px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg,rgba(15,211,219,.22),rgba(49,126,255,.18));
  border:1px solid rgba(34,208,214,.25);
  box-shadow:0 10px 22px rgba(14,183,196,.16);
}
.fc-panel-v43 .fc-panel-brand-icon i{
  color:#1fe0ea;
  font-size:15px;
}
.fc-panel-v43 .fc-panel-side-label{
  font-size:11px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.18em;
  color:#6e7c92;
  padding:0 14px;
  margin-bottom:12px;
}
.fc-panel-v43 .fc-panel-nav{
  display:flex;
  flex-direction:column;
  gap:8px;
}
.fc-panel-v43 .fc-panel-nav a,
.fc-panel-v43 .fc-panel-sidebar-logout{
  position:relative;
  display:flex;
  align-items:center;
  gap:12px;
  min-height:48px;
  padding:12px 14px;
  border-radius:15px;
  text-decoration:none !important;
  color:#97a7bd !important;
  font-weight:800;
  font-size:16px;
  line-height:1.2;
  transition:background .22s ease, color .22s ease, transform .18s ease, box-shadow .22s ease;
}
.fc-panel-v43 .fc-panel-nav a::before,
.fc-panel-v43 .fc-panel-sidebar-logout::before{
  content:'';
  position:absolute;
  inset:0;
  border-radius:15px;
  border:1px solid transparent;
  transition:border-color .22s ease, opacity .22s ease;
  opacity:0;
}
.fc-panel-v43 .fc-panel-nav a:hover,
.fc-panel-v43 .fc-panel-sidebar-logout:hover{
  background:linear-gradient(90deg,rgba(255,255,255,.065),rgba(255,255,255,.022));
  color:#fff !important;
  transform:translateX(2px);
}
.fc-panel-v43 .fc-panel-nav a:hover::before,
.fc-panel-v43 .fc-panel-sidebar-logout:hover::before{
  opacity:1;
  border-color:rgba(94,117,155,.18);
}
.fc-panel-v43 .fc-panel-nav a.active{
  color:#fff !important;
  background:linear-gradient(90deg,rgba(255,255,255,.09),rgba(255,255,255,.04));
  box-shadow:0 12px 24px rgba(0,0,0,.18);
}
.fc-panel-v43 .fc-panel-nav a.active::before{
  opacity:1;
  border-color:rgba(18,215,225,.22);
}
.fc-panel-v43 .fc-panel-nav a.active::after{
  content:'';
  position:absolute;
  left:0;
  top:10px;
  bottom:10px;
  width:4px;
  border-radius:999px;
  background:linear-gradient(180deg,#1ce2eb,#3b8cff);
  box-shadow:0 0 16px rgba(28,226,235,.45);
}
.fc-panel-v43 .fc-panel-nav a.disabled{
  opacity:.42;
  pointer-events:none;
}
.fc-panel-v43 .fc-panel-nav-icon{
  flex:0 0 34px;
  width:34px;
  height:34px;
  border-radius:12px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:rgba(255,255,255,.045);
  border:1px solid rgba(255,255,255,.07);
  color:#85a4c7;
  transition:background .22s ease, color .22s ease, border-color .22s ease;
}
.fc-panel-v43 .fc-panel-nav a:hover .fc-panel-nav-icon,
.fc-panel-v43 .fc-panel-sidebar-logout:hover .fc-panel-nav-icon,
.fc-panel-v43 .fc-panel-nav a.active .fc-panel-nav-icon{
  background:linear-gradient(135deg,rgba(18,214,224,.18),rgba(59,140,255,.16));
  border-color:rgba(18,214,224,.28);
  color:#fff;
}
.fc-panel-v43 .fc-panel-nav-text{
  flex:1;
}
.fc-panel-v43 .fc-panel-sidebar-footer{
  margin-top:auto;
  display:flex;
  flex-direction:column;
  gap:12px;
  padding-top:18px;
}
.fc-panel-v43 .fc-panel-sidebar-status{
  display:flex;
  align-items:center;
  gap:8px;
  padding:12px 14px;
  border-radius:15px;
  background:rgba(255,255,255,.035);
  border:1px solid rgba(125,152,190,.12);
  color:#8ca3be;
  font-size:13px;
  font-weight:700;
}
.fc-panel-v43 .fc-panel-sidebar-status i{
  font-size:8px;
  color:#10d66f;
  box-shadow:0 0 10px rgba(16,214,111,.45);
}
.fc-panel-v43 .fc-panel-sidebar-logout{
  color:#ffb5b5 !important;
}
.fc-panel-v43 .fc-panel-sidebar-logout .fc-panel-nav-icon{
  color:#ffb5b5;
}
.fc-panel-v43 .fc-panel-main{
  background:radial-gradient(circle at top left, rgba(0,185,192,.09), transparent 28%), radial-gradient(circle at top right, rgba(24,119,242,.09), transparent 26%), #071019 !important;
}
@media (max-width:991px){
  .fc-panel-v43 .fc-panel-app{display:block;}
  .fc-panel-v43 .fc-panel-sidebar{position:relative;height:auto;min-height:0;width:100%;}
  .fc-panel-v43 .fc-panel-sidebar-inner{padding:18px 14px;}
  .fc-panel-v43 .fc-panel-nav{gap:6px;}
  .fc-panel-v43 .fc-panel-nav a,
  .fc-panel-v43 .fc-panel-sidebar-logout{padding:11px 12px;}
  .fc-panel-v43 .fc-panel-side-label{padding:0 12px;}
}


/* === Clinic Panel Management Pages + Approval Flow v59 === */
.fc-panel-v43 .fc-panel-section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:22px;margin:6px 0 24px}.fc-panel-v43 .fc-panel-section-heading h2{margin:8px 0 6px;color:#fff;font-size:34px;line-height:1.15;letter-spacing:-.03em}.fc-panel-v43 .fc-panel-section-heading p{margin:0;color:#91a6c0;font-size:15px;max-width:720px}.fc-panel-v43 .fc-panel-heading-count{min-width:126px;padding:15px 18px;border:1px solid #24384c;border-radius:18px;background:#0c1a28;text-align:center}.fc-panel-v43 .fc-panel-heading-count strong{display:block;color:#fff;font-size:30px;line-height:1}.fc-panel-v43 .fc-panel-heading-count span{display:block;color:#8398b1;font-size:12px;margin-top:6px}.fc-panel-v43 .fc-readonly-badge,.fc-panel-v43 .fc-panel-outline-btn{display:inline-flex;align-items:center;gap:8px;border:1px solid #294159;border-radius:14px;background:#0c1a28;color:#9eb3ca!important;text-decoration:none!important;padding:12px 16px;font-weight:800;white-space:nowrap}.fc-panel-v43 .fc-panel-outline-btn{color:#fff!important;transition:.2s ease}.fc-panel-v43 .fc-panel-outline-btn:hover{border-color:#11c7cf;background:rgba(17,199,207,.12);transform:translateY(-2px)}
.fc-panel-v43 .fc-mini-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:22px}.fc-panel-v43 .fc-mini-stat-grid article{display:flex;align-items:center;gap:14px;min-height:104px;padding:18px;border:1px solid #23384d;border-radius:18px;background:linear-gradient(145deg,#0c1a28,#0a1622);box-shadow:0 16px 34px rgba(0,0,0,.12)}.fc-panel-v43 .fc-mini-stat-grid article>i{width:42px;height:42px;border-radius:14px;display:flex;align-items:center;justify-content:center;background:rgba(17,199,207,.12);border:1px solid rgba(17,199,207,.18);color:#18d3db;font-size:17px}.fc-panel-v43 .fc-mini-stat-grid small{display:block;color:#8094ac;font-size:12px;font-weight:700}.fc-panel-v43 .fc-mini-stat-grid strong{display:block;color:#fff;font-size:29px;line-height:1.1;margin-top:5px}.fc-panel-v43 .fc-mini-stat-grid .date-value{font-size:16px;line-height:1.35}.fc-panel-v43 .fc-mini-stat-grid .text-value{font-size:16px;line-height:1.25;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.fc-panel-v43 .fc-panel-activity-card,.fc-panel-v43 .fc-review-feed-card,.fc-panel-v43 .fc-treatment-manager-card{padding:0;overflow:hidden}.fc-panel-v43 .fc-panel-activity-card>header,.fc-panel-v43 .fc-review-feed-card>header,.fc-panel-v43 .fc-treatment-manager-card>header{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:22px 24px;border-bottom:1px solid #203448}.fc-panel-v43 .fc-panel-activity-card>header span,.fc-panel-v43 .fc-review-feed-card>header span,.fc-panel-v43 .fc-treatment-manager-card>header span{display:block;color:#16cbd4;text-transform:uppercase;letter-spacing:.11em;font-size:11px;font-weight:900}.fc-panel-v43 .fc-panel-activity-card>header h3,.fc-panel-v43 .fc-review-feed-card>header h3,.fc-panel-v43 .fc-treatment-manager-card>header h3{margin:5px 0 0;color:#fff;font-size:22px}.fc-panel-v43 .fc-panel-activity-card>header small,.fc-panel-v43 .fc-review-feed-card>header small,.fc-panel-v43 .fc-treatment-manager-card>header small{color:#8196ae;max-width:380px;text-align:right}.fc-panel-v43 .fc-panel-list-search{display:flex;align-items:center;gap:9px;min-width:320px;padding:0 14px;border:1px solid #294057;border-radius:14px;background:#0a1622;color:#6e86a2}.fc-panel-v43 .fc-panel-list-search input{width:100%;height:43px;border:0!important;background:transparent!important;color:#fff!important;box-shadow:none!important;padding:0!important}.fc-panel-v43 .fc-panel-list-search input::placeholder{color:#60758e}
.fc-panel-v43 .fc-full-enquiry-table{padding:0 22px 18px}.fc-panel-v43 .fc-full-enquiry-table .head,.fc-panel-v43 .fc-full-enquiry-table .row{grid-template-columns:minmax(220px,1.35fr) minmax(150px,.9fr) minmax(170px,1fr) 120px 90px}.fc-panel-v43 .fc-full-enquiry-table .patient{display:flex;align-items:center;gap:11px;min-width:0}.fc-panel-v43 .fc-full-enquiry-table .patient>i{flex:0 0 34px;width:34px;height:34px;display:flex;align-items:center;justify-content:center;border-radius:11px;background:rgba(17,199,207,.14);color:#19d6df;font-style:normal;font-size:11px;font-weight:900}.fc-panel-v43 .fc-full-enquiry-table .patient>span{min-width:0}.fc-panel-v43 .fc-full-enquiry-table .patient strong{display:block;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fc-panel-v43 .fc-full-enquiry-table .patient small{display:block;color:#71869f;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:3px}.fc-panel-v43 .fc-treatment-chip{display:inline-flex;max-width:100%;padding:6px 9px;border-radius:999px;background:rgba(52,139,255,.1);color:#91c5ff;font-style:normal;font-size:12px;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fc-panel-v43 .fc-no-filter-results{padding:30px;text-align:center;color:#8196ae}
.fc-panel-v43 .fc-review-feed{padding:4px 22px 22px}.fc-panel-v43 .fc-review-feed-item{display:grid;grid-template-columns:46px minmax(0,1fr);gap:14px;padding:20px 0;border-bottom:1px solid #1d3043}.fc-panel-v43 .fc-review-feed-item:last-child{border-bottom:0}.fc-panel-v43 .fc-review-avatar{width:46px;height:46px;display:flex;align-items:center;justify-content:center;border-radius:15px;background:linear-gradient(145deg,rgba(17,199,207,.18),rgba(56,126,255,.13));border:1px solid rgba(17,199,207,.2);color:#21dde5;font-weight:900}.fc-panel-v43 .fc-review-meta{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.fc-panel-v43 .fc-review-meta strong{display:block;color:#fff;font-size:15px}.fc-panel-v43 .fc-review-meta time{color:#6f849d;font-size:12px;white-space:nowrap}.fc-panel-v43 .fc-review-stars{display:flex!important;gap:3px!important;color:#ffba35!important;font-size:12px!important;margin-top:5px}.fc-panel-v43 .fc-review-content p{margin:12px 0 0;color:#a7bad0;line-height:1.75;font-size:14px}
.fc-panel-v43 .fc-treatment-manager-list{padding:4px 22px 22px}.fc-panel-v43 .fc-treatment-manager-list article{display:grid;grid-template-columns:46px minmax(220px,1.2fr) minmax(180px,.8fr) 140px;align-items:center;gap:16px;padding:17px 0;border-bottom:1px solid #1e3145}.fc-panel-v43 .fc-treatment-manager-list article:last-child{border-bottom:0}.fc-panel-v43 .fc-treatment-manager-icon{width:44px;height:44px;border-radius:14px;display:flex;align-items:center;justify-content:center;background:rgba(17,199,207,.12);border:1px solid rgba(17,199,207,.18);color:#1ad6df}.fc-panel-v43 .fc-treatment-manager-info strong{display:block;color:#fff;font-size:15px}.fc-panel-v43 .fc-treatment-manager-info small{display:block;color:#748aa3;margin-top:5px}.fc-panel-v43 .fc-treatment-demand>span{display:block;height:6px;border-radius:999px;background:#172a3d;overflow:hidden}.fc-panel-v43 .fc-treatment-demand>span i{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,#0fc5ce,#3a8dff)}.fc-panel-v43 .fc-treatment-demand small{display:block;color:#71869f;margin-top:6px;font-size:11px}.fc-panel-v43 .fc-treatment-price{justify-self:end;display:inline-flex;padding:8px 11px;border-radius:999px;background:rgba(13,207,105,.1);border:1px solid rgba(13,207,105,.18);color:#64e8a2;font-style:normal;font-weight:900;font-size:12px}
.fc-panel-v43 .fc-profile-approval-banner,.fc-panel-v43 .fc-profile-live-banner{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:0 0 20px;padding:16px 18px;border-radius:18px}.fc-panel-v43 .fc-profile-approval-banner{background:#fff7e6;border:1px solid #f2d18c;color:#5d4616}.fc-panel-v43 .fc-profile-live-banner{background:#eafbf4;border:1px solid #a9e7cd;color:#174f3c}.fc-panel-v43 .fc-profile-approval-banner>div,.fc-panel-v43 .fc-profile-live-banner{display:flex}.fc-panel-v43 .fc-profile-approval-banner>div{align-items:flex-start;gap:12px}.fc-panel-v43 .fc-profile-live-banner{align-items:center}.fc-panel-v43 .fc-profile-live-banner>i{margin-right:12px;color:#08b96b}.fc-panel-v43 .fc-profile-approval-banner strong,.fc-panel-v43 .fc-profile-live-banner strong{display:block}.fc-panel-v43 .fc-profile-approval-banner small,.fc-panel-v43 .fc-profile-live-banner small{display:block;margin-top:4px;line-height:1.5;opacity:.78}.fc-panel-v43 .fc-profile-approval-banner button{border:0;border-radius:12px;background:#fff;color:#b4691b;padding:10px 13px;font-weight:800;cursor:pointer}.fc-panel-v43 .fc-profile-live-banner a{margin-left:auto;color:#087b67!important;text-decoration:none!important;font-weight:900;white-space:nowrap}.fc-panel-v43 .fc-pending-media-label{display:inline-flex;margin-top:8px;padding:5px 8px;border-radius:999px;background:#fff3d6;color:#a76716;font-size:11px;font-weight:900}.fc-panel-v43 .fc-gallery-remove-choice{display:flex!important;align-items:center;gap:6px;color:#c37070!important;font-size:11px!important;cursor:pointer}.fc-panel-v43 .fc-gallery-remove-choice input{width:15px!important;height:15px!important}.fc-panel-v43 .fc-panel-gallery-item.marked-remove{opacity:.5;outline:2px dashed #e86d6d}.fc-panel-v43 .fc-pending-gallery-title{display:flex;align-items:center;gap:8px;margin:18px 0 10px;color:#a76a18;font-weight:900}.fc-panel-v43 .fc-pending-gallery-grid{background:#fff9eb;border:1px solid #f1d89e;border-radius:16px;padding:12px}
@media(max-width:1100px){.fc-panel-v43 .fc-mini-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.fc-panel-v43 .fc-full-enquiry-table .head{display:none}.fc-panel-v43 .fc-full-enquiry-table .row{grid-template-columns:1fr 1fr;gap:10px;padding:16px 0}.fc-panel-v43 .fc-full-enquiry-table .row .patient{grid-column:1/-1}.fc-panel-v43 .fc-full-enquiry-table .row .contact{justify-self:end}.fc-panel-v43 .fc-treatment-manager-list article{grid-template-columns:46px minmax(0,1fr) 130px}.fc-panel-v43 .fc-treatment-demand{grid-column:2/4}.fc-panel-v43 .fc-treatment-price{grid-column:3;grid-row:1}}
@media(max-width:700px){.fc-panel-v43 .fc-panel-section-heading{align-items:flex-start;flex-direction:column}.fc-panel-v43 .fc-panel-section-heading h2{font-size:28px}.fc-panel-v43 .fc-mini-stat-grid{grid-template-columns:1fr}.fc-panel-v43 .fc-panel-activity-card>header,.fc-panel-v43 .fc-review-feed-card>header,.fc-panel-v43 .fc-treatment-manager-card>header{align-items:flex-start;flex-direction:column}.fc-panel-v43 .fc-panel-list-search{min-width:0;width:100%}.fc-panel-v43 .fc-full-enquiry-table{padding:0 16px 16px}.fc-panel-v43 .fc-full-enquiry-table .row{grid-template-columns:1fr}.fc-panel-v43 .fc-full-enquiry-table .row>*{justify-self:start!important}.fc-panel-v43 .fc-full-enquiry-table .row .patient{grid-column:auto}.fc-panel-v43 .fc-review-meta{flex-direction:column;gap:6px}.fc-panel-v43 .fc-treatment-manager-list article{grid-template-columns:44px minmax(0,1fr)}.fc-panel-v43 .fc-treatment-demand,.fc-panel-v43 .fc-treatment-price{grid-column:2;grid-row:auto;justify-self:start}.fc-panel-v43 .fc-profile-approval-banner,.fc-panel-v43 .fc-profile-live-banner{align-items:flex-start;flex-direction:column}.fc-panel-v43 .fc-profile-live-banner a{margin-left:0}}

/* === Clinic Panel Forms Table Layout Fix v60 === */
.fc-panel-v43 .fc-full-enquiry-table{
  display:block;
  width:100%;
  overflow-x:auto;
  scrollbar-width:thin;
  scrollbar-color:#2b5169 transparent;
}
.fc-panel-v43 .fc-full-enquiry-table .head,
.fc-panel-v43 .fc-full-enquiry-table .row{
  display:grid;
  grid-template-columns:minmax(220px,1.35fr) minmax(150px,.9fr) minmax(170px,1fr) 120px 90px;
  gap:16px;
  align-items:center;
  min-width:900px;
}
.fc-panel-v43 .fc-full-enquiry-table .head{
  padding:14px 10px 12px;
  color:#708aa5;
  font-size:10px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.08em;
  border-bottom:1px solid #203448;
}
.fc-panel-v43 .fc-full-enquiry-table .row{
  padding:13px 10px;
  color:#c3d0de;
  font-size:12px;
  border-bottom:1px solid rgba(120,154,185,.13);
  transition:background .18s ease;
}
.fc-panel-v43 .fc-full-enquiry-table .row:last-child{border-bottom:0;}
.fc-panel-v43 .fc-full-enquiry-table .row:hover{background:rgba(255,255,255,.018);}
.fc-panel-v43 .fc-full-enquiry-table .row>span{
  min-width:0;
  display:block;
}
.fc-panel-v43 .fc-full-enquiry-table .row>span:nth-child(4){white-space:nowrap;}
.fc-panel-v43 .fc-full-enquiry-table .contact{
  display:flex!important;
  align-items:center;
  justify-content:flex-start;
  gap:7px;
}
.fc-panel-v43 .fc-full-enquiry-table .contact a{
  display:grid;
  place-items:center;
  width:31px;
  height:31px;
  flex:0 0 31px;
  border:1px solid rgba(139,171,202,.2);
  border-radius:10px;
  color:#86a0ba;
  background:rgba(255,255,255,.025);
  text-decoration:none!important;
  transition:transform .18s ease,border-color .18s ease,color .18s ease,background .18s ease;
}
.fc-panel-v43 .fc-full-enquiry-table .contact a:hover{
  color:#fff;
  border-color:#14c5ce;
  background:rgba(20,197,206,.11);
  transform:translateY(-1px);
}
@media(max-width:1100px){
  .fc-panel-v43 .fc-full-enquiry-table .head,
  .fc-panel-v43 .fc-full-enquiry-table .row{
    min-width:820px;
  }
}
@media(max-width:700px){
  .fc-panel-v43 .fc-full-enquiry-table{overflow:visible;}
  .fc-panel-v43 .fc-full-enquiry-table .head{display:none;}
  .fc-panel-v43 .fc-full-enquiry-table .row{
    display:grid;
    grid-template-columns:1fr;
    min-width:0;
    gap:9px;
    padding:16px 0;
  }
  .fc-panel-v43 .fc-full-enquiry-table .row>span{width:100%;}
  .fc-panel-v43 .fc-full-enquiry-table .contact{justify-content:flex-start!important;}
}

/* === Clinic Panel Form Filters, Sorting & Date Range v61 === */
.fc-panel-v43 .fc-filterable-enquiries{overflow:visible;position:relative;z-index:3;}
.fc-panel-v43 .fc-filterable-enquiries>header{border-radius:18px 18px 0 0;background:#0b1927;}
.fc-panel-v43 .fc-form-filter-toolbar{
  display:grid;
  grid-template-columns:minmax(150px,.85fr) minmax(180px,1fr) minmax(220px,1.15fr) minmax(160px,.85fr) auto auto;
  gap:12px;
  align-items:end;
  padding:17px 22px;
  background:linear-gradient(180deg,#0c1a28 0%,#0a1724 100%);
  border-bottom:1px solid #203448;
}
.fc-panel-v43 .fc-form-filter-field{display:flex;flex-direction:column;gap:7px;min-width:0;margin:0;}
.fc-panel-v43 .fc-form-filter-field>span{color:#718aa5;font-size:10px;font-weight:900;letter-spacing:.09em;text-transform:uppercase;}
.fc-panel-v43 .fc-form-filter-field select,
.fc-panel-v43 .fc-date-filter-button{
  width:100%;
  height:43px;
  border:1px solid #294057;
  border-radius:13px;
  background:#091521;
  color:#d8e4ef;
  padding:0 12px;
  font:inherit;
  font-size:12px;
  font-weight:750;
  outline:0;
  cursor:pointer;
  transition:border-color .18s ease,background .18s ease,box-shadow .18s ease;
}
.fc-panel-v43 .fc-form-filter-field select:hover,
.fc-panel-v43 .fc-date-filter-button:hover{border-color:#3d5d79;background:#0b1a28;}
.fc-panel-v43 .fc-form-filter-field select:focus,
.fc-panel-v43 .fc-date-filter-button:focus-visible{border-color:#12c7d0;box-shadow:0 0 0 3px rgba(18,199,208,.11);}
.fc-panel-v43 .fc-form-filter-field select option{background:#0b1723;color:#dce8f3;}
.fc-panel-v43 .fc-date-filter-wrap{position:relative;}
.fc-panel-v43 .fc-date-filter-button{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:9px;text-align:left;}
.fc-panel-v43 .fc-date-filter-button>span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.fc-panel-v43 .fc-date-filter-button>i:first-child{color:#14cbd4;}
.fc-panel-v43 .fc-date-filter-button>i:last-child{font-size:9px;color:#7289a1;transition:transform .2s ease;}
.fc-panel-v43 .fc-date-filter-button[aria-expanded="true"]>i:last-child{transform:rotate(180deg);}
.fc-panel-v43 .fc-date-filter-button.has-filter{border-color:rgba(19,204,213,.52);background:rgba(14,198,208,.09);color:#fff;}
.fc-panel-v43 .fc-form-reset-button{
  height:43px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:0 14px;
  border:1px solid #294057;
  border-radius:13px;
  background:#0a1622;
  color:#8da4bd;
  font-weight:850;
  font-size:12px;
  cursor:pointer;
  transition:.18s ease;
}
.fc-panel-v43 .fc-form-reset-button:hover{border-color:#ef7373;color:#ffb1b1;background:rgba(239,115,115,.08);transform:translateY(-1px);}
.fc-panel-v43 .fc-form-results-count{height:43px;min-width:88px;display:flex;flex-direction:column;justify-content:center;padding:0 13px;border-radius:13px;background:rgba(18,199,208,.08);border:1px solid rgba(18,199,208,.18);text-align:center;}
.fc-panel-v43 .fc-form-results-count strong{color:#19d4dd;font-size:16px;line-height:1;}
.fc-panel-v43 .fc-form-results-count span{color:#71869e;font-size:9px;margin-top:4px;white-space:nowrap;}

.fc-panel-v43 .fc-date-filter-popover{
  position:absolute;
  right:0;
  top:calc(100% + 10px);
  z-index:80;
  width:min(700px,calc(100vw - 330px));
  display:grid;
  grid-template-columns:190px minmax(0,1fr);
  border:1px solid #29445d;
  border-radius:18px;
  overflow:hidden;
  background:#0a1622;
  box-shadow:0 28px 70px rgba(0,0,0,.48),0 0 0 1px rgba(255,255,255,.02);
  opacity:0;
  transform:translateY(-7px) scale(.985);
  transform-origin:top right;
  transition:opacity .16s ease,transform .16s ease;
}
.fc-panel-v43 .fc-date-filter-popover[hidden]{display:none!important;}
.fc-panel-v43 .fc-date-filter-popover.is-open{opacity:1;transform:translateY(0) scale(1);}
.fc-panel-v43 .fc-date-filter-sidebar{padding:18px 14px;background:#08131e;border-right:1px solid #20384d;max-height:355px;overflow:auto;}
.fc-panel-v43 .fc-date-filter-sidebar>strong{display:block;color:#6f87a1;font-size:10px;letter-spacing:.1em;text-transform:uppercase;margin:0 9px 10px;}
.fc-panel-v43 .fc-date-filter-sidebar button{width:100%;display:flex;align-items:center;min-height:34px;padding:8px 10px;border:0;border-radius:10px;background:transparent;color:#9fb0c2;text-align:left;font-size:12px;font-weight:750;cursor:pointer;transition:.16s ease;}
.fc-panel-v43 .fc-date-filter-sidebar button:hover{background:rgba(255,255,255,.055);color:#fff;}
.fc-panel-v43 .fc-date-filter-sidebar button.active{background:linear-gradient(90deg,rgba(18,199,208,.18),rgba(55,137,255,.12));color:#20d5de;}
.fc-panel-v43 .fc-date-filter-main{padding:20px;min-width:0;}
.fc-panel-v43 .fc-date-filter-title{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding-bottom:16px;border-bottom:1px solid #203448;}
.fc-panel-v43 .fc-date-filter-title>div{display:flex;align-items:center;gap:11px;}
.fc-panel-v43 .fc-date-filter-title>div>i{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;background:rgba(18,199,208,.11);border:1px solid rgba(18,199,208,.18);color:#19d5de;}
.fc-panel-v43 .fc-date-filter-title strong{display:block;color:#fff;font-size:15px;}
.fc-panel-v43 .fc-date-filter-title small{display:block;color:#71869e;font-size:11px;margin-top:3px;}
.fc-panel-v43 .fc-date-filter-title>button{width:32px;height:32px;display:grid;place-items:center;border:1px solid #294057;border-radius:10px;background:#0b1927;color:#7f96af;cursor:pointer;transition:.16s ease;}
.fc-panel-v43 .fc-date-filter-title>button:hover{color:#fff;border-color:#ef7373;background:rgba(239,115,115,.08);transform:rotate(4deg);}
.fc-panel-v43 .fc-date-input-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:18px;}
.fc-panel-v43 .fc-date-input-grid label{display:flex;flex-direction:column;gap:7px;color:#7f95ac;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.07em;}
.fc-panel-v43 .fc-date-input-grid input{height:44px;width:100%;padding:0 11px;border:1px solid #294057;border-radius:12px;background:#08131f;color:#e5eef7;color-scheme:dark;font:inherit;font-size:12px;outline:0;}
.fc-panel-v43 .fc-date-input-grid input:focus{border-color:#13c7d0;box-shadow:0 0 0 3px rgba(19,199,208,.1);}
.fc-panel-v43 .fc-date-filter-note{display:flex;align-items:center;gap:8px;margin:15px 0 0;color:#70869f;font-size:10px;line-height:1.5;}
.fc-panel-v43 .fc-date-filter-note i{color:#14cbd4;}
.fc-panel-v43 .fc-date-filter-actions{display:flex;align-items:center;justify-content:flex-end;gap:9px;margin-top:20px;padding-top:16px;border-top:1px solid #203448;}
.fc-panel-v43 .fc-date-filter-actions button{min-height:39px;padding:0 15px;border-radius:11px;font-weight:850;font-size:11px;cursor:pointer;transition:.17s ease;}
.fc-panel-v43 .fc-date-filter-actions button.secondary{border:1px solid #294057;background:#0a1724;color:#8fa5bd;}
.fc-panel-v43 .fc-date-filter-actions button.secondary:hover{color:#fff;border-color:#44637f;}
.fc-panel-v43 .fc-date-filter-actions button.primary{border:0;background:linear-gradient(135deg,#13c8d1,#0eb0c4);color:#fff;box-shadow:0 10px 24px rgba(14,176,196,.22);}
.fc-panel-v43 .fc-date-filter-actions button.primary:hover{transform:translateY(-1px);box-shadow:0 14px 28px rgba(14,176,196,.3);}

.fc-panel-v43 .fc-full-enquiry-table .head .fc-table-sort{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:7px;
  width:max-content;
  max-width:100%;
  padding:0;
  border:0;
  background:transparent;
  color:inherit;
  font:inherit;
  text-transform:inherit;
  letter-spacing:inherit;
  cursor:pointer;
  transition:color .16s ease;
}
.fc-panel-v43 .fc-full-enquiry-table .head .fc-table-sort i{font-size:9px;color:#4d667f;}
.fc-panel-v43 .fc-full-enquiry-table .head .fc-table-sort:hover,.fc-panel-v43 .fc-full-enquiry-table .head .fc-table-sort.active{color:#19d4dd;}
.fc-panel-v43 .fc-full-enquiry-table .head .fc-table-sort.active i{color:#19d4dd;}
.fc-panel-v43 .fc-no-filter-results[hidden]{display:none!important;}
.fc-panel-v43 .fc-no-filter-results{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;padding:38px 20px!important;color:#71869f;}
.fc-panel-v43 .fc-no-filter-results>i{font-size:28px;color:#2d526e;}
.fc-panel-v43 .fc-no-filter-results>strong{color:#c5d4e2;font-size:15px;}
.fc-panel-v43 .fc-no-filter-results>span{font-size:11px;}

@media(max-width:1280px){
  .fc-panel-v43 .fc-form-filter-toolbar{grid-template-columns:repeat(3,minmax(0,1fr));}
  .fc-panel-v43 .fc-form-reset-button,.fc-panel-v43 .fc-form-results-count{align-self:end;}
  .fc-panel-v43 .fc-date-filter-popover{width:min(650px,calc(100vw - 350px));}
}
@media(max-width:991px){
  .fc-panel-v43 .fc-form-filter-toolbar{grid-template-columns:repeat(2,minmax(0,1fr));}
  .fc-panel-v43 .fc-date-filter-popover{left:0;right:auto;width:min(650px,calc(100vw - 48px));}
}
@media(max-width:700px){
  .fc-panel-v43 .fc-form-filter-toolbar{grid-template-columns:1fr;padding:15px 16px;}
  .fc-panel-v43 .fc-form-reset-button{width:100%;}
  .fc-panel-v43 .fc-form-results-count{width:100%;}
  .fc-panel-v43 .fc-date-filter-popover{position:fixed;left:12px;right:12px;top:50%;width:auto;max-height:calc(100vh - 24px);grid-template-columns:1fr;transform:translateY(-48%) scale(.985);transform-origin:center;overflow:auto;}
  .fc-panel-v43 .fc-date-filter-popover.is-open{transform:translateY(-50%) scale(1);}
  .fc-panel-v43 .fc-date-filter-sidebar{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:5px;max-height:none;border-right:0;border-bottom:1px solid #20384d;padding:14px;}
  .fc-panel-v43 .fc-date-filter-sidebar>strong{grid-column:1/-1;}
  .fc-panel-v43 .fc-date-input-grid{grid-template-columns:1fr;}
  .fc-panel-v43 .fc-date-filter-actions{display:grid;grid-template-columns:1fr 1fr;}
  .fc-panel-v43 .fc-date-filter-actions .primary{grid-column:1/-1;grid-row:1;}
}

/* FC Clinic Description Visual Editor v62 */
.fc-panel-v43 .fc-editor-field{
  display:flex;
  flex-direction:column;
  gap:9px;
}
.fc-panel-v43 .fc-editor-label{
  color:#5b7089;
  font-size:13px;
  font-weight:800;
}
.fc-panel-v43 .fc-visual-editor{
  overflow:hidden;
  border:1px solid #cfdeea;
  border-radius:16px;
  background:#fff;
  box-shadow:0 10px 24px rgba(20,45,80,.06);
  transition:border-color .2s ease, box-shadow .2s ease;
}
.fc-panel-v43 .fc-visual-editor:focus-within{
  border-color:#11c7cf;
  box-shadow:0 0 0 4px rgba(17,199,207,.12),0 14px 30px rgba(20,45,80,.08);
}
.fc-panel-v43 .fc-visual-editor-toolbar{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:6px;
  min-height:54px;
  padding:8px 10px;
  border-bottom:1px solid #dce7f0;
  background:linear-gradient(180deg,#f8fbfd 0%,#f0f5f9 100%);
}
.fc-panel-v43 .fc-visual-editor-toolbar button,
.fc-panel-v43 .fc-visual-editor-toolbar select{
  min-width:38px;
  width:auto;
  min-height:36px;
  height:36px;
  margin:0;
  padding:0 11px;
  border:1px solid transparent;
  border-radius:9px;
  background:transparent;
  color:#36516e;
  box-shadow:none;
  font-size:14px;
  cursor:pointer;
  transition:background .18s ease,border-color .18s ease,color .18s ease,transform .16s ease;
}
.fc-panel-v43 .fc-visual-editor-toolbar select{
  min-width:128px;
  border-color:#d6e2ec;
  background:#fff;
  font-weight:700;
}
.fc-panel-v43 .fc-visual-editor-toolbar button:hover{
  background:#e5f7f8;
  border-color:#b9e8eb;
  color:#087a83;
  transform:translateY(-1px);
}
.fc-panel-v43 .fc-visual-editor-toolbar button:active{
  transform:translateY(0) scale(.96);
}
.fc-panel-v43 .fc-editor-separator{
  width:1px;
  height:25px;
  margin:0 2px;
  background:#d6e1eb;
}
.fc-panel-v43 .fc-visual-editor-content{
  min-height:280px;
  max-height:520px;
  overflow:auto;
  padding:20px 22px;
  outline:0;
  background:#fff;
  color:#263d57;
  font-family:'Poppins','Mulish',Arial,sans-serif;
  font-size:15px;
  font-weight:400;
  line-height:1.8;
  white-space:normal;
}
.fc-panel-v43 .fc-visual-editor-content:empty:before{
  content:attr(data-placeholder);
  color:#96a8ba;
  pointer-events:none;
}
.fc-panel-v43 .fc-visual-editor-content p{margin:0 0 14px;color:#263d57;}
.fc-panel-v43 .fc-visual-editor-content h2{margin:20px 0 12px;color:#102746;font-size:25px;line-height:1.3;}
.fc-panel-v43 .fc-visual-editor-content h3{margin:18px 0 10px;color:#183653;font-size:20px;line-height:1.35;}
.fc-panel-v43 .fc-visual-editor-content ul,
.fc-panel-v43 .fc-visual-editor-content ol{margin:0 0 16px;padding-left:26px;}
.fc-panel-v43 .fc-visual-editor-content blockquote{
  margin:16px 0;
  padding:14px 18px;
  border-left:4px solid #11c7cf;
  border-radius:0 10px 10px 0;
  background:#effafa;
  color:#31576c;
}
.fc-panel-v43 .fc-visual-editor-content a{color:#079ca5;text-decoration:underline;font-weight:600;}
.fc-panel-v43 .fc-editor-help{
  display:block;
  color:#8197af;
  font-size:12px;
  line-height:1.5;
}
@media(max-width:575px){
  .fc-panel-v43 .fc-visual-editor-toolbar{gap:4px;padding:7px;}
  .fc-panel-v43 .fc-visual-editor-toolbar button{min-width:34px;height:34px;padding:0 9px;}
  .fc-panel-v43 .fc-visual-editor-toolbar select{min-width:110px;height:34px;}
  .fc-panel-v43 .fc-editor-separator{display:none;}
  .fc-panel-v43 .fc-visual-editor-content{min-height:230px;padding:16px;font-size:14px;}
}


/* Clinic review stars v64 */
.reviews .tr-single-body .review-item .review-item-head{gap:16px;}
.reviews .tr-single-body .review-item .review-rating{display:inline-flex;align-items:center;justify-content:flex-end;min-width:120px;}
.reviews .tr-single-body .review-item .review-stars{display:inline-flex;align-items:center;gap:4px;line-height:1;}
.reviews .tr-single-body .review-item .review-star{font-size:22px;color:#d7dee8;}
.reviews .tr-single-body .review-item .review-star.filled{color:#f5b301;}
@media (max-width:575.98px){
  .reviews .tr-single-body .review-item .review-item-head{flex-direction:column;align-items:flex-start!important;}
  .reviews .tr-single-body .review-item .review-rating{min-width:0;justify-content:flex-start;margin-top:4px;}
}

/* =========================================================
   FINDCLIN PHASE 1 - GROWTH, MATCHING, COMPARE & WIZARD
   ========================================================= */
:root{--fc-growth:#08b9c0;--fc-growth-dark:#08213b;--fc-growth-line:#dce7f1;--fc-growth-soft:#eefbfd;--fc-growth-green:#06c879;--fc-growth-orange:#ffab2d}
.fc-growth-floating-cta{position:fixed;right:22px;bottom:22px;z-index:9990}.fc-growth-floating-cta button,.fc-hero-growth-actions button,.fc-filter-growth-cta button{border:0;border-radius:999px;background:linear-gradient(135deg,#05c6cb,#08a9b3);color:#fff;font-weight:800;box-shadow:0 14px 34px rgba(0,186,193,.27);padding:14px 20px;cursor:pointer;transition:.2s ease}.fc-growth-floating-cta button:hover,.fc-hero-growth-actions button:hover,.fc-filter-growth-cta button:hover{transform:translateY(-2px);box-shadow:0 18px 38px rgba(0,186,193,.36)}.fc-growth-floating-cta i{margin-right:8px}.fc-hero-growth-actions{margin-top:24px;display:flex;align-items:center;gap:14px;flex-wrap:wrap}.fc-hero-growth-actions small{color:#6b7b91;font-weight:700}.fc-filter-growth-cta{margin:4px 15px 12px;padding:15px 17px;border:1px solid #d9edf0;border-radius:18px;background:#f5feff;display:flex;align-items:center;justify-content:space-between;gap:15px}.fc-filter-growth-cta div{display:flex;flex-direction:column}.fc-filter-growth-cta span{font-size:13px;color:#6f7e92}
.fc-growth-modal{position:fixed;inset:0;z-index:10050;display:none;align-items:center;justify-content:center;padding:18px}.fc-growth-modal.open{display:flex}.fc-growth-backdrop{position:absolute;inset:0;background:rgba(4,13,25,.72);backdrop-filter:blur(5px)}.fc-growth-dialog{position:relative;width:min(760px,100%);max-height:calc(100vh - 36px);overflow:auto;background:#fff;border-radius:28px;padding:28px;box-shadow:0 28px 90px rgba(0,0,0,.3);animation:fcGrowthIn .2s ease}@keyframes fcGrowthIn{from{transform:translateY(14px) scale(.985);opacity:0}to{transform:none;opacity:1}}.fc-growth-close{position:absolute;right:18px;top:16px;width:42px;height:42px;border:0;border-radius:50%;background:#eef5fa;color:#12345b;font-size:28px;line-height:1;cursor:pointer;transition:.2s}.fc-growth-close:hover{transform:rotate(8deg);background:#dff9fa;color:#00aeb7}.fc-growth-kicker{display:inline-block;color:#00afb7;text-transform:uppercase;letter-spacing:.12em;font-weight:900;font-size:11px;margin-bottom:7px}.fc-growth-dialog h2{font-size:30px;color:#0c2851;margin:0 50px 5px 0;font-weight:900}.fc-growth-dialog>p,.fc-growth-wizard-head p{color:#6d7b91;margin-bottom:18px}.fc-growth-progress{height:8px;border-radius:999px;background:#e9f0f6;overflow:hidden}.fc-growth-progress i{display:block;height:100%;background:linear-gradient(90deg,#05c5ca,#2380e9);border-radius:999px;transition:width .25s}.fc-growth-steps{display:grid;grid-template-columns:repeat(3,1fr);font-size:12px;font-weight:800;color:#8b98aa;margin:10px 0 20px}.fc-growth-steps span:nth-child(2){text-align:center}.fc-growth-steps span:last-child{text-align:right}.fc-growth-steps span.active{color:#05aeb7}.fc-growth-steps span.done{color:#06b76e}.fc-growth-selected{padding:13px 15px;border:1px solid #cfe9ed;background:#f2fcfd;border-radius:16px;margin-bottom:18px;display:flex;flex-direction:column}.fc-growth-selected span{font-size:10px;text-transform:uppercase;letter-spacing:.12em;color:#718195;font-weight:900}.fc-growth-selected strong{color:#0c2851;font-size:16px}.fc-growth-step{display:none}.fc-growth-step.active{display:block}.fc-growth-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.fc-growth-grid>label{display:flex;flex-direction:column;gap:7px;color:#223b60;font-weight:800;font-size:13px}.fc-growth-grid .wide{grid-column:1/-1}.fc-growth-grid input,.fc-growth-grid select,.fc-growth-grid textarea{width:100%;border:1px solid #d5e2ed;border-radius:15px;background:#fbfdff;color:#183252;padding:13px 14px;outline:0;font:inherit;font-weight:500;transition:.18s}.fc-growth-grid input:focus,.fc-growth-grid select:focus,.fc-growth-grid textarea:focus{border-color:#0bc0c6;box-shadow:0 0 0 4px rgba(11,192,198,.12)}.fc-growth-choice-row{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.fc-growth-choice-row label{cursor:pointer}.fc-growth-choice-row input{position:absolute;opacity:0}.fc-growth-choice-row span{display:flex;align-items:center;justify-content:center;gap:8px;padding:13px;border:1px solid #d5e2ed;border-radius:14px;background:#fff;color:#586b83}.fc-growth-choice-row input:checked+span{border-color:#09b9c1;background:#eafcfd;color:#069fa7;box-shadow:0 0 0 3px rgba(11,192,198,.1)}.fc-growth-check{flex-direction:row!important;align-items:flex-start!important;font-weight:600!important}.fc-growth-check input{width:18px!important;height:18px;margin-top:2px}.fc-growth-check.muted{color:#7a8898}.fc-growth-wizard-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:22px}.fc-growth-wizard-actions button,.fc-growth-success>button{border:0;border-radius:14px;padding:13px 20px;font-weight:900;cursor:pointer}.fc-growth-wizard-actions .primary,.fc-growth-success>button{background:#08b9c0;color:#fff;min-width:170px}.fc-growth-wizard-actions .ghost{background:#eef4f8;color:#24405f}.fc-growth-form-error{margin-top:15px;padding:13px 15px;border-radius:14px;background:#fff1f1;color:#c53d49;font-weight:700}.fc-growth-success{text-align:center;padding:28px 8px 6px}.fc-growth-success>i{font-size:58px;color:#08c878}.fc-growth-success h3{color:#0d2c53;font-size:26px;margin:12px 0 5px}.fc-growth-matched-list{display:grid;gap:8px;margin:18px auto;max-width:500px}.fc-growth-matched-list a{display:flex;align-items:center;gap:12px;padding:12px 14px;border:1px solid #dae8ef;border-radius:14px;text-align:left;color:#153455}.fc-growth-matched-list a>span{flex:1;display:flex;flex-direction:column}.fc-growth-matched-list small{color:#8491a3}.fc-growth-modal-open{overflow:hidden}
.fc-growth-compare-bar{position:fixed;left:50%;bottom:20px;transform:translateX(-50%);z-index:9992;background:#0a1d32;color:#fff;border:1px solid rgba(255,255,255,.12);border-radius:18px;padding:11px 12px 11px 17px;display:flex;align-items:center;gap:28px;box-shadow:0 18px 48px rgba(0,0,0,.3)}.fc-growth-compare-bar[hidden]{display:none!important}.fc-growth-compare-bar>div{display:flex;align-items:center;gap:9px}.fc-growth-compare-bar i{color:#11d4dc}.fc-growth-compare-bar button{border:0;border-radius:11px;padding:9px 13px;font-weight:800;cursor:pointer;background:rgba(255,255,255,.08);color:#dbe7f5}.fc-growth-compare-bar button.primary{background:#08b9c0;color:#fff}.fc-compare-toggle{border:1px solid #d8e6ee;background:#fff;color:#3b5874;border-radius:999px;padding:9px 13px;font-weight:800;font-size:12px;cursor:pointer;white-space:nowrap}.fc-compare-toggle:hover,.fc-compare-toggle.active{border-color:#08b9c0;background:#eafcfd;color:#049da5}.fc-detail-compare-btn{margin-left:9px}.fc-growth-compare-dialog{width:min(1120px,100%)}.fc-growth-loading{text-align:center;padding:50px;color:#6c7e94;font-weight:800}.fc-compare-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px;margin-top:20px}.fc-compare-grid article{border:1px solid #dbe6ef;border-radius:20px;overflow:hidden;background:#fff;position:relative}.fc-compare-grid article>img{width:100%;height:170px;object-fit:cover}.fc-compare-logo{width:58px;height:58px;border-radius:16px;background:#fff;border:1px solid #dae6ee;margin:-29px 0 0 18px;position:relative;display:flex;align-items:center;justify-content:center;padding:7px}.fc-compare-logo img{max-width:100%;max-height:100%}.fc-compare-grid h3{font-size:19px;margin:12px 18px 5px}.fc-compare-rating{margin:0 18px 13px;color:#1e3c60;font-weight:800}.fc-compare-rating>i{color:#ffb51c}.fc-compare-rating small{font-weight:600;color:#8895a5}.fc-compare-grid ul{list-style:none;margin:0;padding:0 18px}.fc-compare-grid li{display:flex;justify-content:space-between;gap:12px;border-top:1px solid #edf2f6;padding:10px 0;font-size:12px}.fc-compare-grid li span{color:#7d8a9b}.fc-compare-grid li strong{text-align:right;color:#183658}.fc-compare-actions{display:flex;gap:8px;padding:15px 18px}.fc-compare-actions a,.fc-compare-actions button{flex:1;text-align:center;border-radius:12px;padding:11px;border:1px solid #d8e4ec;font-weight:800}.fc-compare-actions button{border:0;background:#08b9c0;color:#fff;cursor:pointer}
.fc-response-badge{display:inline-flex;align-items:center;gap:6px;color:#087f86;background:#e7fafb;border:1px solid #c7eff1;border-radius:999px;padding:6px 10px;font-size:11px;font-weight:800}.fc-response-badge i{color:#08b9c0}
@media(max-width:767px){.fc-growth-floating-cta{right:12px;bottom:12px}.fc-growth-floating-cta button{padding:12px 15px}.fc-growth-floating-cta span{display:none}.fc-growth-dialog{padding:22px 17px;border-radius:22px}.fc-growth-dialog h2{font-size:24px}.fc-growth-grid{grid-template-columns:1fr}.fc-growth-grid .wide{grid-column:auto}.fc-growth-choice-row{grid-template-columns:1fr}.fc-growth-compare-bar{left:10px;right:10px;bottom:10px;transform:none;justify-content:space-between;gap:8px}.fc-growth-compare-bar strong{font-size:12px}.fc-compare-grid{grid-template-columns:repeat(3,270px);overflow-x:auto;padding-bottom:8px}.fc-filter-growth-cta{flex-direction:column;align-items:flex-start}.fc-growth-wizard-actions button{flex:1;min-width:0}.fc-growth-steps{font-size:10px}}

/* === FindClin Phase 1: sales growth, CRM, reviews and packages === */
.fc-clinic-response-badge{display:inline-flex;align-items:center;gap:10px;margin-top:10px;padding:8px 13px;border:1px solid rgba(92,238,213,.32);border-radius:14px;background:rgba(4,23,42,.28);color:#fff}.fc-clinic-response-badge>i{color:#39e5d0}.fc-clinic-response-badge span{display:flex;flex-direction:column}.fc-clinic-response-badge strong{font-size:12px}.fc-clinic-response-badge small{font-size:10px;color:rgba(255,255,255,.74)}
.fc-package-kicker{display:block;color:#00b9c2;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.12em;margin-bottom:4px}.fc-package-safe{font-size:12px;color:#68809b}.fc-package-safe i{color:#00bf78;margin-right:5px}.fc-public-package-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.fc-public-package-card{position:relative;border:1px solid #dce7f0;border-radius:22px;padding:22px;background:linear-gradient(180deg,#fff,#f8fbfd);box-shadow:0 14px 30px rgba(20,51,83,.07);display:flex;flex-direction:column}.fc-public-package-card.featured{border-color:#00c4c9;box-shadow:0 18px 40px rgba(0,188,193,.16)}.fc-package-featured{position:absolute;right:14px;top:14px;padding:6px 9px;border-radius:999px;background:#ff9d1f;color:#fff;font-size:10px;font-weight:900}.fc-package-tier{width:max-content;padding:6px 10px;border-radius:999px;background:#eaf2f8;color:#38506c;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.1em}.fc-package-tier.comfort{background:#e6fbfa;color:#007f85}.fc-package-tier.premium{background:#fff2ce;color:#896000}.fc-public-package-card h4{margin:14px 0 4px;color:#0f2b59;font-size:19px}.fc-public-package-card>p{color:#73829a;font-size:13px}.fc-package-public-price{display:flex;align-items:baseline;gap:8px;margin:13px 0}.fc-package-public-price strong{font-size:25px;color:#0b2449}.fc-package-public-price del{font-size:13px;color:#9aa8b7}.fc-package-description{min-height:38px}.fc-public-package-card ul{list-style:none;padding:0;margin:8px 0 18px;flex:1}.fc-public-package-card li{display:flex;gap:8px;margin:8px 0;color:#425671;font-size:13px}.fc-public-package-card li i{color:#00bc88;margin-top:3px}.fc-public-package-card details{margin-bottom:14px;color:#5e7088;font-size:12px}.fc-public-package-card summary{cursor:pointer;font-weight:800}.fc-package-quote-btn{border:0;border-radius:14px;background:#00bac1;color:#fff;font-weight:900;padding:13px;cursor:pointer;transition:.2s}.fc-package-quote-btn:hover{transform:translateY(-2px);box-shadow:0 12px 22px rgba(0,186,193,.25)}
.fc-verified-review-badge{display:inline-flex;align-items:center;gap:4px;margin-left:9px;padding:5px 8px;border-radius:999px;background:#e4faf4;color:#007d5d;font-size:10px;font-weight:900;vertical-align:middle}.fc-public-clinic-reply{margin:16px 0 0 22px;padding:15px 17px;border-left:3px solid #00bac1;border-radius:0 14px 14px 0;background:#f2f9fb}.fc-public-clinic-reply strong{display:block;color:#17365f;font-size:12px}.fc-public-clinic-reply p{margin:7px 0 0!important;color:#536780!important}.fc-review-form-intro{padding:13px 15px;border-radius:14px;background:#eef9fb;color:#4b647e;font-size:13px}.fc-review-form-intro i{color:#00b9c2;margin-right:6px}.fc-public-review-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.fc-public-review-grid>label{display:flex;flex-direction:column;gap:7px;color:#213a61;font-size:12px;font-weight:800}.fc-public-review-grid .wide{grid-column:1/-1}.fc-public-review-grid input,.fc-public-review-grid select,.fc-public-review-grid textarea{width:100%;border:1px solid #d6e3ed;border-radius:13px;padding:12px 13px;color:#213a61;background:#fff}.fc-public-review-submit{margin-top:15px;border:0;border-radius:14px;background:#00bac1;color:#fff;font-weight:900;padding:13px 18px;cursor:pointer}.fc-public-review-result{margin-top:12px;padding:12px;border-radius:12px}.fc-public-review-result.success{display:block;background:#dff9eb;color:#087248}.fc-public-review-result.error{display:block;background:#ffe7e7;color:#a02b2b}
.fc-response-summary{min-width:170px;padding:14px 18px;border:1px solid #20394f;border-radius:17px;background:#0c1a29;display:flex;flex-direction:column;align-items:flex-end}.fc-response-summary strong{font-size:25px;color:#16d9d6}.fc-response-summary span{font-weight:800;color:#fff}.fc-response-summary small{color:#8499ad}.fc-crm-stat-grid article strong em{font-size:11px;color:#12ce93;font-style:normal;margin-left:6px}.fc-crm-card{overflow:visible}.fc-crm-card-head{align-items:center}.fc-crm-head-actions button{border:1px solid #23435f;background:#0b1d2c;color:#9fb5c9;border-radius:12px;padding:10px 13px;cursor:pointer}.fc-crm-toolbar{display:grid;grid-template-columns:minmax(230px,2fr) repeat(5,minmax(110px,1fr)) 44px;gap:10px;padding:16px 20px;border-bottom:1px solid #1c344a}.fc-crm-toolbar label{display:flex;flex-direction:column;gap:5px;color:#8198ad;font-size:10px;font-weight:800;text-transform:uppercase}.fc-crm-toolbar .search{position:relative;justify-content:flex-end}.fc-crm-toolbar .search i{position:absolute;left:13px;bottom:13px;color:#6e8daa}.fc-crm-toolbar input,.fc-crm-toolbar select{min-height:42px;border:1px solid #24435e;border-radius:12px;background:#091724;color:#d8e6f1;padding:10px}.fc-crm-toolbar .search input{padding-left:36px}.fc-crm-toolbar .reset{align-self:end;height:42px;border:1px solid #24435e;border-radius:12px;background:#0c1b29;color:#8fa9bf;cursor:pointer}.fc-crm-table-wrap{overflow:auto}.fc-crm-table{min-width:1120px}.fc-crm-row{display:grid;grid-template-columns:1.35fr 1.1fr .72fr .82fr .9fr .85fr .72fr 42px;gap:14px;align-items:center;padding:14px 20px;border-bottom:1px solid #173047;color:#d9e5ef}.fc-crm-row-head{color:#6285a2;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.fc-crm-row:not(.fc-crm-row-head):hover{background:#0d1d2c}.fc-crm-row>span{display:flex;flex-direction:column}.fc-crm-row .patient{flex-direction:row;align-items:center;gap:10px}.fc-crm-row .patient>i{width:36px;height:36px;border-radius:12px;display:grid;place-items:center;background:#0d4252;color:#16d7d8;font-style:normal;font-size:11px;font-weight:900}.fc-crm-row strong{font-size:12px;color:#fff}.fc-crm-row small{font-size:10px;color:#7e96ab;margin-top:3px}.fc-quality-badge,.fc-crm-status{display:flex;flex-direction:column;width:max-content;padding:6px 9px;border-radius:10px;font-style:normal;font-size:9px;font-weight:900}.fc-quality-badge b{font-size:13px}.fc-quality-badge.high{background:#0b493c;color:#43e6b2}.fc-quality-badge.medium{background:#4b3c0e;color:#ffd569}.fc-quality-badge.low{background:#1c3044;color:#9db4c7}.fc-quality-badge.suspicious{background:#4b2026;color:#ff9eaa}.fc-crm-status{background:#152a3e;color:#a6bfd4}.fc-crm-status.contacted,.fc-crm-status.offer_sent,.fc-crm-status.appointment_planned{background:#17365e;color:#67aeff}.fc-crm-status.won{background:#0b493c;color:#43e6b2}.fc-crm-status.lost,.fc-crm-status.spam{background:#4b2026;color:#ff9eaa}.fc-crm-open{width:34px;height:34px;border:1px solid #26506c;border-radius:11px;background:#0b2132;color:#13d2d6;cursor:pointer}.fc-crm-dialog{position:fixed;inset:0;z-index:10080;visibility:hidden;opacity:0;transition:.2s}.fc-crm-dialog.open{visibility:visible;opacity:1}.fc-crm-dialog-backdrop{position:absolute;inset:0;background:rgba(1,7,13,.78);backdrop-filter:blur(4px)}.fc-crm-dialog-panel{position:absolute;right:0;top:0;height:100%;width:min(620px,95vw);overflow:auto;background:#081521;border-left:1px solid #23425d;padding:28px;color:#d8e6ef;transform:translateX(100%);transition:.25s}.fc-crm-dialog.open .fc-crm-dialog-panel{transform:none}.fc-crm-dialog-close{position:absolute;right:18px;top:14px;border:0;background:#13283a;color:#fff;width:36px;height:36px;border-radius:12px;cursor:pointer}.fc-crm-detail-head{display:flex;gap:14px;align-items:center;padding-right:45px}.fc-crm-detail-head h3{color:#fff;margin:2px 0}.fc-crm-detail-head p,.fc-crm-detail-head span{color:#839aae}.fc-crm-contact-grid,.fc-crm-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:20px}.fc-crm-contact-grid a,.fc-crm-detail-grid>div{display:flex;align-items:center;gap:11px;padding:13px;border:1px solid #1e3b52;border-radius:14px;background:#0b1b29;color:#d8e6ef}.fc-crm-contact-grid a>span,.fc-crm-detail-grid>div{flex-direction:column;align-items:flex-start}.fc-crm-contact-grid strong,.fc-crm-detail-grid strong{color:#fff}.fc-crm-contact-grid small,.fc-crm-detail-grid small{color:#7d96aa}.fc-crm-message{margin-top:16px;padding:15px;border-radius:14px;background:#0d1e2e;border:1px solid #1d3b54}.fc-crm-message p{margin:8px 0 0}.fc-crm-attachment{display:inline-flex;gap:8px;margin-top:12px;color:#20d3d6}.fc-crm-update-form{margin-top:22px;padding-top:20px;border-top:1px solid #1e394f}.fc-crm-update-form h4,.fc-crm-tabs h4{color:#fff}.fc-crm-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.fc-crm-form-grid label{display:flex;flex-direction:column;gap:6px;color:#8ba2b6;font-size:11px;font-weight:800}.fc-crm-form-grid .wide{grid-column:1/-1}.fc-crm-form-grid input,.fc-crm-form-grid select,.fc-crm-form-grid textarea,.fc-inline-add textarea,.fc-reminder-add input{border:1px solid #23435b;border-radius:12px;background:#07121c;color:#fff;padding:11px}.fc-crm-tabs{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin-top:20px}.fc-crm-tabs>section{padding:15px;border:1px solid #1e3c53;border-radius:15px;background:#0b1b29}.fc-inline-add{display:flex;gap:8px}.fc-inline-add textarea{flex:1}.fc-inline-add button,.fc-reminder-add button{border:0;border-radius:10px;background:#00bac1;color:#fff;padding:10px;cursor:pointer}.fc-reminder-add{display:grid;gap:8px}.fc-crm-history article{border-top:1px solid #1b354a;margin-top:12px;padding-top:10px}.fc-crm-history p{margin:0;color:#c7d7e3}.fc-crm-history time{font-size:10px;color:#738da3}.fc-crm-opened{overflow:hidden}
.fc-package-manager{margin-top:22px}.fc-package-manager>header{display:flex;justify-content:space-between;align-items:center}.fc-package-manager-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:20px;padding:20px}.fc-package-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;align-content:start}.fc-package-admin-card{border:1px solid #1f3b52;border-radius:17px;padding:16px;background:#0a1926}.fc-package-admin-card.inactive{opacity:.55}.fc-package-admin-top{display:flex;justify-content:space-between}.fc-package-admin-top .tier,.fc-package-admin-top .featured{padding:5px 8px;border-radius:999px;font-size:9px;font-weight:900;text-transform:uppercase;background:#153049;color:#87b3d0}.fc-package-admin-top .featured{background:#624913;color:#ffc85a}.fc-package-admin-card h4{color:#fff;margin:12px 0 4px}.fc-package-admin-card p{color:#7f98ad}.fc-package-admin-card .price{display:flex;gap:8px;align-items:baseline;margin:10px 0}.fc-package-admin-card .price strong{color:#1cd6d7;font-size:20px}.fc-package-admin-card .price del{color:#71889b}.fc-package-admin-card ul{list-style:none;padding:0}.fc-package-admin-card li{color:#a6bacb;font-size:11px;margin:5px 0}.fc-package-admin-card li i{color:#19ce94;margin-right:5px}.fc-package-admin-actions{display:flex;gap:7px}.fc-package-admin-actions button{border:1px solid #27465e;border-radius:10px;background:#102335;color:#b5cad9;padding:8px 10px;cursor:pointer}.fc-package-admin-actions .danger{color:#ff9ba5}.fc-package-editor{border:1px solid #1f3d55;border-radius:18px;background:#0a1926;padding:18px;align-self:start}.fc-package-editor-title{display:flex;justify-content:space-between}.fc-package-editor-title span{color:#16d2d4;font-size:10px;text-transform:uppercase;font-weight:900}.fc-package-editor-title h4{color:#fff}.fc-package-editor-title button{border:0;background:#142b3d;color:#fff;width:32px;height:32px;border-radius:10px;cursor:pointer}.fc-package-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:11px}.fc-package-form-grid>label{display:flex;flex-direction:column;gap:5px;color:#8da4b7;font-size:10px;font-weight:800}.fc-package-form-grid .wide{grid-column:1/-1}.fc-package-form-grid input,.fc-package-form-grid select,.fc-package-form-grid textarea{border:1px solid #24435c;border-radius:11px;background:#07131e;color:#fff;padding:10px}.fc-package-checks{display:grid!important;grid-template-columns:repeat(2,1fr);gap:8px}.fc-package-checks label,.fc-package-form-grid .toggle{display:flex!important;flex-direction:row!important;align-items:center;gap:7px;padding:9px;border:1px solid #213e55;border-radius:11px;color:#b6c9d8}.fc-package-checks input,.fc-package-form-grid .toggle input{width:auto}.fc-package-editor>.fc-panel-primary-btn{margin-top:14px;width:100%}
.fc-review-moderation,.fc-verified-review-item em.verified{display:inline-flex;gap:4px;margin-left:8px;padding:4px 7px;border-radius:999px;font-size:9px;font-style:normal;font-weight:900}.fc-review-moderation.pending{background:#4b3d15;color:#ffd978}.fc-review-moderation.approved,.fc-verified-review-item em.verified{background:#104739;color:#55e8b9}.fc-review-moderation.rejected{background:#4a2028;color:#ff9eaa}.fc-review-detail-ratings{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:14px 0}.fc-review-detail-ratings span{padding:9px;border:1px solid #203c53;border-radius:11px;display:flex;justify-content:space-between}.fc-review-detail-ratings small{color:#7992a6}.fc-review-detail-ratings strong{color:#fff}.fc-clinic-review-reply{margin-top:14px;padding:14px;border-left:3px solid #16ced2;background:#0b1c2a;border-radius:0 13px 13px 0}.fc-clinic-review-reply strong{color:#16d4d6}.fc-review-reply-form{display:flex;gap:10px;margin-top:13px}.fc-review-reply-form textarea{flex:1;border:1px solid #24445c;border-radius:12px;background:#07131e;color:#fff;padding:10px}.fc-review-reply-form button{border:0;border-radius:12px;background:#00bac1;color:#fff;font-weight:900;padding:10px 13px;cursor:pointer}.fc-review-info-note{margin-top:12px;padding:10px 12px;border-radius:11px;background:#13283b;color:#9fb5c6;font-size:11px}.fc-review-info-note.rejected{background:#3a2027;color:#ff9fa8}
@media(max-width:1199px){.fc-public-package-grid{grid-template-columns:1fr 1fr}.fc-crm-toolbar{grid-template-columns:repeat(3,1fr)}.fc-crm-toolbar .search{grid-column:1/-1}.fc-package-manager-grid{grid-template-columns:1fr}.fc-package-list{grid-template-columns:repeat(3,1fr)}}
@media(max-width:767px){.fc-public-package-grid,.fc-public-review-grid,.fc-crm-contact-grid,.fc-crm-detail-grid,.fc-crm-form-grid,.fc-crm-tabs,.fc-package-list,.fc-package-form-grid{grid-template-columns:1fr}.fc-public-review-grid .wide,.fc-crm-form-grid .wide,.fc-package-form-grid .wide{grid-column:auto}.fc-crm-toolbar{grid-template-columns:1fr 1fr}.fc-crm-toolbar .search{grid-column:1/-1}.fc-crm-dialog-panel{width:100vw;padding:22px 15px}.fc-review-detail-ratings{grid-template-columns:1fr 1fr}.fc-review-reply-form{flex-direction:column}.fc-package-checks{grid-template-columns:1fr}.fc-response-summary{align-items:flex-start;width:100%;margin-top:12px}.fc-public-clinic-reply{margin-left:0}}
.fc-panel-notification-wrap{position:relative}.fc-panel-notification-btn{position:relative;width:40px;height:40px;border:1px solid #24445f;border-radius:12px;background:#0b1d2c;color:#b9cada;cursor:pointer}.fc-panel-notification-btn b{position:absolute;right:-5px;top:-5px;min-width:18px;height:18px;display:grid;place-items:center;border-radius:999px;background:#ff525f;color:#fff;font-size:9px}.fc-panel-notification-menu{position:absolute;right:0;top:48px;width:360px;max-width:90vw;border:1px solid #27465e;border-radius:16px;background:#091722;box-shadow:0 24px 60px rgba(0,0,0,.42);z-index:1050;overflow:hidden}.fc-panel-notification-menu header{display:flex;justify-content:space-between;padding:13px 15px;border-bottom:1px solid #20394f}.fc-panel-notification-menu header strong{color:#fff}.fc-panel-notification-menu header button{border:0;background:none;color:#18d1d3;font-size:11px;cursor:pointer}.fc-panel-notification-menu>a{display:grid;grid-template-columns:32px 1fr auto;gap:10px;padding:12px 15px;border-bottom:1px solid #173047;color:#cad9e4}.fc-panel-notification-menu>a:hover{background:#0f2232}.fc-panel-notification-menu>a>i{width:32px;height:32px;border-radius:10px;background:#10364a;color:#1bd7d8;display:grid;place-items:center}.fc-panel-notification-menu>a span{display:flex;flex-direction:column}.fc-panel-notification-menu>a strong{font-size:11px;color:#fff}.fc-panel-notification-menu>a small,.fc-panel-notification-menu>a time{font-size:9px;color:#7d96aa}.fc-panel-notification-menu>p{padding:20px;color:#8299ad;margin:0}
.fc-growth-honeypot{position:absolute!important;left:-9999px!important;opacity:0!important;pointer-events:none!important}.fc-card-response{display:flex;align-items:center;gap:6px;margin:9px 0 4px;padding:8px 10px;border-radius:11px;background:#eef9fa;color:#30536d;font-size:10px;font-weight:800}.fc-card-response i{color:#00bac1}.fc-card-response small{margin-left:auto;color:#6a8398}
.fc-crm-status-history{margin-top:18px;padding:15px;border:1px solid #1e3c53;border-radius:15px;background:#0a1926}.fc-crm-status-history h4{color:#fff}.fc-crm-status-history article{display:grid;grid-template-columns:28px 1fr auto;gap:9px;align-items:center;padding:9px 0;border-top:1px solid #173149}.fc-crm-status-history article i{color:#14d2d4}.fc-crm-status-history article span{display:flex;flex-direction:column}.fc-crm-status-history article strong{color:#dbe8f1;font-size:11px}.fc-crm-status-history article small,.fc-crm-status-history article time{color:#7891a6;font-size:9px}

/* FC_PHASE1_RUNTIME_HOTFIX_V2 */
.fc-legacy-form-table .fc-crm-row{
    grid-template-columns:minmax(230px,1.55fr) minmax(180px,1.15fr) minmax(120px,.75fr) minmax(125px,.72fr) 96px;
    align-items:center;
}
.fc-legacy-form-table .fc-crm-row-head{
    color:#8fa0b8;
}
.fc-legacy-form-table .fc-crm-row > span{
    min-width:0;
}
.fc-legacy-form-table .fc-crm-row strong{
    display:block;
    color:#f4f8ff;
}
.fc-legacy-form-table .fc-crm-row small{
    display:block;
    color:#8fa0b8;
    margin-top:3px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.fc-legacy-contact{
    display:flex!important;
    justify-content:flex-end;
    align-items:center;
    gap:8px;
}
.fc-legacy-contact a{
    width:36px;
    height:36px;
    border-radius:11px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    color:#eaf6ff!important;
    background:rgba(13,190,202,.12);
    border:1px solid rgba(13,190,202,.24);
    transition:.2s ease;
}
.fc-legacy-contact a:hover{
    transform:translateY(-2px);
    background:#0dbeca;
    color:#fff!important;
}
@media(max-width:900px){
    .fc-legacy-form-table{min-width:820px;}
}

/* Phase 3 - membership access and private PDF offer manager */
.fc-offer-pdf-manager>header{gap:18px}.fc-offer-pdf-manager>header p{max-width:760px}.fc-offer-private-note{margin:18px 20px 0;padding:14px 16px;border:1px solid rgba(30,203,207,.22);background:rgba(9,183,189,.08);border-radius:14px;display:flex;align-items:center;gap:12px;color:#9eb5c7}.fc-offer-private-note>i{width:38px;height:38px;border-radius:11px;display:grid;place-items:center;background:#0d3442;color:#20d6d7}.fc-offer-private-note strong,.fc-offer-private-note span{display:block}.fc-offer-private-note strong{color:#e8f4fa;font-size:12px}.fc-offer-private-note span{font-size:11px;margin-top:2px}.fc-offer-recipient{display:flex;align-items:center;gap:9px;padding:9px 10px;border-radius:11px;background:#102335;border:1px solid #213f56;margin:10px 0}.fc-offer-recipient>i{color:#18d2d4}.fc-offer-recipient small,.fc-offer-recipient strong{display:block}.fc-offer-recipient small{font-size:8px;text-transform:uppercase;color:#708ca1;font-weight:900}.fc-offer-recipient strong{font-size:11px;color:#d6e6f1}.fc-offer-meta{display:flex;justify-content:space-between;gap:10px;color:#718da2;font-size:9px;margin:10px 0 13px}.fc-offer-meta i{margin-right:4px;color:#19c7c9}.fc-package-admin-actions{flex-wrap:wrap}.fc-package-admin-actions a.download{display:inline-flex;align-items:center;gap:6px;text-decoration:none;border:1px solid #0fb8bc;border-radius:10px;background:#08b7bd;color:#03212b;padding:8px 10px;font-size:11px;font-weight:900}.fc-package-admin-actions a.download:hover{background:#21d0d3;color:#031a22}.fc-offer-pdf-manager .fc-package-editor-title p{color:#718da2;font-size:10px;margin:4px 0 0}.fc-offer-pdf-manager .fc-package-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.fc-offer-pdf-manager .fc-package-editor>.fc-panel-primary-btn{font-weight:900}.fc-panel-nav a.membership-locked{opacity:.48;pointer-events:none}.fc-panel-nav a.membership-locked .fc-panel-nav-icon:after{content:'\f023';font-family:'Font Awesome 5 Free';font-weight:900;font-size:8px;position:absolute;right:-4px;bottom:-3px;width:16px;height:16px;border-radius:50%;display:grid;place-items:center;background:#0b1f30;color:#20d1d4;border:1px solid #24445d}.fc-panel-nav a.membership-locked .fc-panel-nav-icon{position:relative}.fc-membership-unlock-note{display:flex;align-items:center;gap:11px;padding:13px 15px;border-radius:13px;background:rgba(14,183,189,.09);border:1px solid rgba(20,196,199,.2);color:#a8bdca;margin-bottom:18px}.fc-membership-unlock-note i{color:#1fd2d5}.fc-membership-unlock-note strong{color:#e8f5fa}.fc-membership-unlock-note span{font-size:11px;display:block;margin-top:2px}@media(max-width:767px){.fc-offer-pdf-manager .fc-package-form-grid{grid-template-columns:1fr}.fc-offer-private-note{margin:14px}.fc-package-admin-actions a.download{width:100%;justify-content:center}}

/* Phase 4: clinic videos + review rating polish */
.fc-video-section-note{margin:6px 0 0;font-size:14px;color:#7b8da2;}
.fc-video-count-badge{display:inline-flex;align-items:center;justify-content:center;padding:10px 16px;border-radius:999px;background:linear-gradient(135deg,#eef8fb,#f5fbfc);border:1px solid #dbeaf0;color:#1b3555;font-size:12px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;}
.fc-clinic-video-grid{display:grid;gap:24px;align-items:start;}
.fc-clinic-video-grid.landscape-only{grid-template-columns:1fr;}
.fc-clinic-video-grid.portrait-only{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));}
.fc-clinic-video-grid.mixed{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));}
.fc-clinic-video-grid.mixed .fc-clinic-video-card.is-landscape{grid-column:1/-1;}
.fc-clinic-video-card{padding:20px;border:1px solid #e1ebf1;border-radius:28px;background:linear-gradient(180deg,#fcfeff 0%,#f3f8fb 100%);box-shadow:0 20px 50px rgba(31,56,86,.08);}
.fc-clinic-video-meta{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:16px;}
.fc-video-pill{display:inline-flex;align-items:center;justify-content:center;padding:8px 12px;border-radius:999px;font-size:11px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;}
.fc-video-pill.provider{background:#e8f7fb;color:#0c8f9a;}
.fc-video-pill.type{background:#edf3f9;color:#274766;}
.fc-clinic-video-frame{position:relative;overflow:hidden;background:radial-gradient(circle at top,#233f5d 0%,#0f2234 100%);box-shadow:0 22px 50px rgba(14,34,56,.18);}
.fc-clinic-video-frame.aspect-landscape{aspect-ratio:16/9;border-radius:24px;}
.fc-clinic-video-frame.aspect-portrait{aspect-ratio:9/16;max-width:360px;margin:0 auto;border-radius:34px;padding:10px;background:linear-gradient(180deg,#172f48 0%,#08131d 100%);}
.fc-clinic-video-frame-inner{width:100%;height:100%;overflow:hidden;border-radius:inherit;background:#000;}
.fc-clinic-video-frame iframe,.fc-clinic-video-frame video{width:100%;height:100%;display:block;border:0;background:#000;}
.fc-clinic-video-actions{margin-top:16px;display:flex;justify-content:flex-end;}
.fc-clinic-video-actions a{display:inline-flex;align-items:center;gap:8px;padding:11px 16px;border-radius:14px;background:#fff;border:1px solid #d7e4ec;color:#18304d;font-weight:700;transition:.2s ease;}
.fc-clinic-video-actions a:hover{background:#0fbac0;border-color:#0fbac0;color:#fff;}
.reviews .tr-single-body .review-item .review-rating{gap:10px;}
.reviews .tr-single-body .review-item .review-score-badge{display:inline-flex;align-items:center;justify-content:center;min-width:54px;padding:7px 10px;border-radius:999px;background:linear-gradient(135deg,#f7b500,#ffd86f);color:#17304e;font-weight:900;font-size:14px;line-height:1;box-shadow:0 10px 22px rgba(245,179,1,.18);}
.reviews .tr-single-body .review-item .review-stars{padding:8px 12px;border-radius:999px;background:#f6f9fc;border:1px solid #e2eaf1;}
@media (max-width: 991px){
  .fc-video-count-badge{margin-top:12px;}
}
@media (max-width: 767px){
  .fc-clinic-video-grid,.fc-clinic-video-grid.portrait-only,.fc-clinic-video-grid.mixed{grid-template-columns:1fr;}
  .fc-clinic-video-card{padding:16px;border-radius:22px;}
  .fc-clinic-video-frame.aspect-portrait{max-width:320px;}
  .fc-clinic-video-actions{justify-content:stretch;}
  .fc-clinic-video-actions a{width:100%;justify-content:center;}
  .fc-clinic-videos-section .tr-single-header{align-items:flex-start!important;}
}

/* Phase 5: clinic panel video tab preview */
.fc-panel-video-preview{margin-top:4px;}
.fc-panel-video-empty{background:#112534;border:1px dashed #27455f;border-radius:18px;color:#93adc4;padding:18px;font-weight:700;}
.fc-panel-video-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:18px;}
.fc-panel-video-card{padding:18px;border-radius:26px;background:linear-gradient(180deg,#0c1f2d 0%,#10293b 100%);border:1px solid #1f415a;box-shadow:0 16px 36px rgba(3,12,20,.28);}
.fc-panel-video-card .fc-clinic-video-meta{margin-bottom:14px;}
.fc-panel-video-card .fc-video-pill.provider{background:#123949;color:#55dce0;}
.fc-panel-video-card .fc-video-pill.type{background:#173245;color:#b7d3e7;}
.fc-panel-video-card .fc-clinic-video-frame.aspect-landscape{border-radius:22px;}
.fc-panel-video-card .fc-clinic-video-frame.aspect-portrait{max-width:300px;}
.fc-panel-video-card .fc-clinic-video-actions{margin-top:14px;}
.fc-panel-video-card .fc-clinic-video-actions a{background:#0b1a26;border-color:#29506d;color:#dbeaf5;}
.fc-panel-video-card .fc-clinic-video-actions a:hover{background:#11bac0;border-color:#11bac0;color:#fff;}
@media (max-width:767px){
  .fc-panel-video-grid{grid-template-columns:1fr;}
  .fc-panel-video-card{padding:14px;border-radius:20px;}
  .fc-panel-video-card .fc-clinic-video-frame.aspect-portrait{max-width:260px;}
}

/* Phase 7: direct Reels uploader in clinic panel */
.fc-panel-reel-manager{padding:22px;border:1px solid #1d3b52;border-radius:24px;background:linear-gradient(180deg,#0b1b28 0%,#0e2535 100%);}
.fc-panel-reel-head{display:flex;justify-content:space-between;gap:22px;align-items:flex-start;padding-bottom:18px;border-bottom:1px solid #1d3b52;margin-bottom:20px;}
.fc-panel-reel-head span:first-child{display:block;color:#18d3d8;font-size:11px;font-weight:900;letter-spacing:.08em;}
.fc-panel-reel-head h3{margin:5px 0 7px;color:#fff;font-size:23px;}
.fc-panel-reel-head p{margin:0;color:#9fb5c8;max-width:720px;line-height:1.65;}
.fc-panel-reel-head .format{display:inline-flex!important;align-items:center;gap:8px;padding:10px 13px;border-radius:999px;background:#113546;color:#62dfe2!important;white-space:nowrap;}
.fc-panel-reel-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(185px,1fr));gap:15px;margin-bottom:22px;}
.fc-panel-reel-card{overflow:hidden;border-radius:20px;background:#0a1823;border:1px solid #24445c;}
.fc-panel-reel-cover{position:relative;aspect-ratio:9/16;overflow:hidden;background:#07131e;}
.fc-panel-reel-cover img{width:100%;height:100%;object-fit:cover;display:block;}
.fc-panel-reel-cover>span{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:52px;height:52px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.92);color:#0ab9bf;box-shadow:0 12px 30px rgba(0,0,0,.3);}
.fc-panel-reel-cover>span i{margin-left:3px;}
.fc-panel-reel-info{padding:12px;}
.fc-panel-reel-info strong{display:block;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.fc-panel-reel-info small{display:block;color:#7f99ae;margin-top:4px;}
.fc-panel-reel-info>div{display:flex;gap:6px;margin-top:10px;}
.fc-panel-reel-info button{border:1px solid #26475f;background:#102638;color:#b8cede;border-radius:10px;padding:8px 10px;cursor:pointer;}
.fc-panel-reel-info button.danger{margin-left:auto;background:#3a1f28;border-color:#5a2733;color:#ff9daa;}
.fc-panel-reel-upload{display:grid;grid-template-columns:minmax(0,1fr) 170px;gap:18px;align-items:center;padding:18px;border:1px solid #24445c;border-radius:20px;background:#081721;}
.fc-panel-reel-upload-fields{display:grid;grid-template-columns:1fr 1fr;gap:13px;}
.fc-panel-reel-upload-fields label:first-child{grid-column:1/-1;}
.fc-panel-reel-upload-fields label{color:#dceaf4;font-weight:800;}
.fc-panel-reel-upload-fields small{color:#7792a8;font-weight:600;}
.fc-panel-reel-upload-fields input{margin-top:7px;width:100%;border:1px solid #24445c;border-radius:12px;background:#06131d;color:#fff;padding:11px;}
.fc-panel-reel-preview .phone{width:126px;padding:7px;border-radius:27px;background:#020a10;margin:auto;box-shadow:0 18px 38px rgba(0,0,0,.36);}
.fc-panel-reel-preview .screen{position:relative;aspect-ratio:9/16;border-radius:21px;overflow:hidden;background:linear-gradient(145deg,#173449,#0e2535);background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center;}
.fc-panel-reel-preview .screen>span{padding:9px;text-align:center;color:#7995aa;font-size:11px;font-weight:800;}
.fc-panel-reel-preview .play{display:none;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:44px;height:44px;border-radius:50%;background:rgba(255,255,255,.9);color:#0ab9bf;align-items:center;justify-content:center;padding:14px;}
.fc-panel-reel-preview .screen.has-cover .play{display:flex;}
.fc-panel-reel-preview .screen.has-cover>span{display:none;}
.fc-panel-reel-upload-btn{margin-top:14px;}
.fc-panel-reel-result{margin-top:12px;padding:12px;border-radius:12px;background:#12374a;color:#c9eff1;}
.fc-panel-reel-result.error{background:#421f29;color:#ffb5bd;}
.fc-panel-legacy-video-links{margin-top:18px;padding:13px 15px;border:1px solid #1f3d53;border-radius:14px;background:#091924;}
.fc-panel-legacy-video-links summary{color:#9fb5c8;font-weight:800;cursor:pointer;}
.fc-panel-legacy-video-links textarea{width:100%;margin-top:11px;border:1px solid #24445c;border-radius:12px;background:#06131d;color:#fff;padding:11px;}
.fc-panel-legacy-video-links small{display:block;color:#718ca2;margin-top:7px;}
@media(max-width:760px){.fc-panel-reel-head{flex-direction:column}.fc-panel-reel-upload{grid-template-columns:1fr}.fc-panel-reel-preview{order:-1}.fc-panel-reel-upload-fields{grid-template-columns:1fr}.fc-panel-reel-upload-fields label:first-child{grid-column:auto}.fc-panel-reel-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}}

/* Phase 7: public Reels cover gallery and scroll modal */
.fc-reel-cover-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;}
.fc-reel-cover-card{position:relative;aspect-ratio:9/16;padding:0;border:0;border-radius:24px;overflow:hidden;background:#0b1d2c;cursor:pointer;box-shadow:0 18px 42px rgba(18,42,66,.14);text-align:left;}
.fc-reel-cover-card img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .35s ease;}
.fc-reel-cover-card:hover img{transform:scale(1.055);}
.fc-reel-cover-gradient{position:absolute;inset:0;background:linear-gradient(180deg,rgba(4,14,24,.04) 30%,rgba(4,14,24,.88) 100%);}
.fc-reel-cover-play{position:absolute;left:50%;top:48%;transform:translate(-50%,-50%);width:62px;height:62px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.94);color:#08b8be;box-shadow:0 14px 36px rgba(0,0,0,.28);transition:.25s ease;}
.fc-reel-cover-play i{margin-left:4px;}
.fc-reel-cover-card:hover .fc-reel-cover-play{transform:translate(-50%,-50%) scale(1.08);}
.fc-reel-cover-info{position:absolute;left:16px;right:16px;bottom:16px;color:#fff;z-index:2;}
.fc-reel-cover-info small{display:block;font-size:10px;font-weight:900;letter-spacing:.08em;color:#65e2e5;margin-bottom:7px;}
.fc-reel-cover-info strong{display:block;font-size:14px;line-height:1.35;text-shadow:0 2px 12px rgba(0,0,0,.35);}
.fc-legacy-video-heading{margin:28px 0 14px;border-top:1px solid #e3ebf1;padding-top:20px;color:#6b7e94;font-weight:800;}
.fc-reels-modal{position:fixed;inset:0;z-index:99999;display:none;align-items:center;justify-content:center;}
.fc-reels-modal.is-open{display:flex;}
.fc-reels-modal-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.92);backdrop-filter:blur(10px);}
.fc-reels-modal-shell{position:relative;width:min(440px,100vw);height:min(88vh,860px);border-radius:30px;overflow:hidden;background:#02070b;box-shadow:0 30px 90px rgba(0,0,0,.65);z-index:2;}
.fc-reels-modal-topbar{position:absolute;left:0;right:0;top:0;z-index:10;display:flex;justify-content:space-between;align-items:center;padding:14px 15px;background:linear-gradient(180deg,rgba(0,0,0,.72),rgba(0,0,0,0));color:#fff;pointer-events:none;}
.fc-reels-modal-topbar>div{display:flex;align-items:center;gap:10px;pointer-events:auto;}
.fc-reels-modal-topbar img{width:38px;height:38px;border-radius:50%;background:#fff;object-fit:contain;padding:3px;}
.fc-reels-modal-topbar strong,.fc-reels-modal-topbar small{display:block;}
.fc-reels-modal-topbar small{font-size:11px;color:#c9d5dd;}
.fc-reels-top-actions{gap:7px!important;}
.fc-reels-top-actions>span{font-size:12px;color:#d4e0e7;margin-right:3px;}
.fc-reels-top-actions button{width:38px;height:38px;border:1px solid rgba(255,255,255,.18);border-radius:50%;background:rgba(0,0,0,.34);color:#fff;cursor:pointer;}
.fc-reels-feed{height:100%;overflow-y:auto;scroll-snap-type:y mandatory;overscroll-behavior:contain;scrollbar-width:none;background:#000;}
.fc-reels-feed::-webkit-scrollbar{display:none;}
.fc-reel-slide{height:100%;scroll-snap-align:start;scroll-snap-stop:always;display:flex;align-items:center;justify-content:center;background:#000;}
.fc-reel-player-frame{position:relative;width:100%;height:100%;overflow:hidden;background:#000;}
.fc-reel-player{width:100%;height:100%;display:block;object-fit:contain;background:#000;}
.fc-reel-player-gradient{position:absolute;left:0;right:0;bottom:0;height:38%;background:linear-gradient(180deg,transparent,rgba(0,0,0,.78));pointer-events:none;}
.fc-reel-player-caption{position:absolute;left:18px;right:72px;bottom:24px;color:#fff;z-index:3;text-shadow:0 2px 12px rgba(0,0,0,.6);}
.fc-reel-player-caption strong{display:block;font-size:17px;margin-bottom:4px;}
.fc-reel-player-caption span{font-size:12px;color:#d3dee5;}
.fc-reel-center-play{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:72px;height:72px;border:0;border-radius:50%;background:rgba(255,255,255,.86);color:#08b8be;font-size:24px;z-index:4;cursor:pointer;opacity:0;pointer-events:none;transition:.2s ease;}
.fc-reel-slide.is-paused .fc-reel-center-play{opacity:1;pointer-events:auto;}
.fc-reel-nav{position:absolute;right:-58px;width:44px;height:44px;border-radius:50%;border:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.1);color:#fff;z-index:4;cursor:pointer;}
.fc-reel-nav.prev{top:calc(50% - 52px);}.fc-reel-nav.next{top:calc(50% + 8px);}
body.fc-reels-open{overflow:hidden;}
@media(max-width:1100px){.fc-reel-cover-grid{grid-template-columns:repeat(3,minmax(0,1fr));}}
@media(max-width:767px){.fc-reel-cover-grid{display:flex;overflow-x:auto;gap:13px;padding:2px 2px 12px;scroll-snap-type:x mandatory}.fc-reel-cover-card{flex:0 0 68%;max-width:260px;scroll-snap-align:start;border-radius:20px}.fc-reels-modal-shell{width:100vw;height:100dvh;max-height:none;border-radius:0}.fc-reel-nav{display:none}.fc-reels-modal-topbar{padding-top:max(14px,env(safe-area-inset-top))}.fc-reel-player-caption{bottom:max(24px,env(safe-area-inset-bottom))}}

/* Phase 9: public Reels covers — 4:5 ratio and top badge */
.fc-reels-public-section .fc-reel-cover-grid{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:18px!important;
  align-items:stretch!important;
}
.fc-reels-public-section .fc-reel-cover-card{
  position:relative!important;
  display:block!important;
  width:100%!important;
  height:auto!important;
  min-height:0!important;
  aspect-ratio:4/5!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:24px!important;
  overflow:hidden!important;
  background:#0b1d2c!important;
  color:#fff!important;
  cursor:pointer!important;
  box-shadow:0 18px 42px rgba(18,42,66,.14)!important;
  text-align:left!important;
  transform:none!important;
  isolation:isolate;
}
.fc-reels-public-section .fc-reel-cover-card:focus-visible{
  outline:3px solid #12bec5!important;
  outline-offset:4px!important;
}
.fc-reels-public-section .fc-reel-cover-card>img{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  min-width:100%!important;
  min-height:100%!important;
  max-width:none!important;
  max-height:none!important;
  display:block!important;
  object-fit:cover!important;
  object-position:center!important;
  border:0!important;
  border-radius:0!important;
  margin:0!important;
  padding:0!important;
  opacity:1!important;
  visibility:visible!important;
  z-index:0!important;
}
.fc-reels-public-section .fc-reel-cover-gradient{position:absolute!important;inset:0!important;background:linear-gradient(180deg,rgba(4,14,24,.55) 0%,rgba(4,14,24,.08) 32%,rgba(4,14,24,.85) 100%)!important;z-index:1!important;}
.fc-reels-public-section .fc-reel-cover-badge,
.fc-reels-public-section .fc-reel-cover-play,
.fc-reels-public-section .fc-reel-cover-info{z-index:2!important;}
.fc-reels-public-section .fc-reel-cover-badge{
  position:absolute!important;
  left:16px!important;
  top:16px!important;
  display:inline-flex!important;
  align-items:center!important;
  gap:6px!important;
  padding:8px 12px!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.92)!important;
  color:#0d6970!important;
  font-size:11px!important;
  font-weight:900!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
  box-shadow:0 10px 24px rgba(0,0,0,.18)!important;
}
.fc-reels-public-section .fc-reel-cover-play{top:50%!important;}
.fc-reels-public-section .fc-reel-cover-info{
  position:absolute!important;
  left:16px!important;
  right:16px!important;
  bottom:16px!important;
  color:#fff!important;
}
.fc-reels-public-section .fc-reel-cover-info strong{
  display:block!important;
  font-size:16px!important;
  line-height:1.35!important;
  text-shadow:0 2px 12px rgba(0,0,0,.35)!important;
}
@media(max-width:1100px){
  .fc-reels-public-section .fc-reel-cover-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;}
}
@media(max-width:767px){
  .fc-reels-public-section .fc-reel-cover-grid{
    display:flex!important;
    overflow-x:auto!important;
    gap:13px!important;
    padding:2px 2px 12px!important;
    scroll-snap-type:x mandatory!important;
  }
  .fc-reels-public-section .fc-reel-cover-card{
    flex:0 0 72%!important;
    width:72%!important;
    max-width:260px!important;
    border-radius:20px!important;
    scroll-snap-align:start!important;
  }
  .fc-reels-public-section .fc-reel-cover-badge{left:12px!important;top:12px!important;padding:7px 10px!important;font-size:10px!important;}
  .fc-reels-public-section .fc-reel-cover-info{left:12px!important;right:12px!important;bottom:12px!important;}
  .fc-reels-public-section .fc-reel-cover-info strong{font-size:14px!important;}
}

/* Phase 10 — SEO & Organic Traffic */
.fc-seo-hero{padding:150px 0 70px;background:linear-gradient(135deg,#071b2e 0%,#0d314a 58%,#0eb7bd 150%);color:#fff;position:relative;overflow:hidden}.fc-seo-hero:after{content:"";position:absolute;width:520px;height:520px;border-radius:50%;right:-180px;top:-240px;background:rgba(27,214,219,.12)}.fc-seo-hero.compact{padding-bottom:60px}.fc-seo-hero.doctor{padding-bottom:78px}.fc-seo-breadcrumb{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:26px;font-size:13px}.fc-seo-breadcrumb a{color:inherit;opacity:.78}.fc-seo-breadcrumb i{font-size:9px;opacity:.5}.fc-seo-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:50px;align-items:center;position:relative;z-index:1}.fc-seo-hero h1,.fc-seo-article-hero h1{font-size:48px;line-height:1.08;margin:14px 0 20px;font-weight:900;max-width:850px}.fc-seo-hero p{font-size:18px;line-height:1.75;color:#d8e9f2;max-width:760px}.fc-seo-kicker{display:inline-flex;align-items:center;gap:9px;color:#22d8dd;font-size:12px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.fc-seo-hero-actions{display:flex;gap:13px;flex-wrap:wrap;margin-top:30px}.fc-seo-primary,.fc-seo-secondary{display:inline-flex;align-items:center;justify-content:center;padding:14px 22px;border-radius:15px;font-weight:800}.fc-seo-primary{background:#0fc1c7;color:#fff;box-shadow:0 16px 34px rgba(15,193,199,.25)}.fc-seo-primary:hover{background:#0aaab0;color:#fff}.fc-seo-secondary{border:1px solid rgba(255,255,255,.26);color:#fff;background:rgba(255,255,255,.06)}.fc-seo-summary-card{padding:28px;border-radius:26px;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.14);backdrop-filter:blur(14px)}.fc-seo-summary-card>span{color:#69e4e6;font-size:11px;font-weight:900;text-transform:uppercase}.fc-seo-summary-card>strong{display:block;font-size:23px;line-height:1.3;margin:12px 0}.fc-seo-summary-card>p{font-size:13px;margin:0 0 23px}.fc-seo-summary-card>div{display:flex;align-items:end;gap:10px;padding-top:20px;border-top:1px solid rgba(255,255,255,.14)}.fc-seo-summary-card b{font-size:38px;line-height:1}.fc-seo-summary-card small{color:#cfe2eb}.fc-seo-page-section{padding:74px 0;background:#fff}.fc-seo-page-section.alt{background:#f4f8fb}.fc-seo-section-head{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:30px}.fc-seo-section-head.compact{margin-bottom:18px}.fc-seo-section-head span{color:#0bb4ba;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.fc-seo-section-head h2{font-size:31px;margin:7px 0;color:#102641}.fc-seo-section-head p{margin:0;color:#6c8095}.fc-seo-section-head>a{font-weight:800;color:#0aabb1}.fc-seo-empty{padding:28px;border:1px dashed #c9dae6;background:#f8fbfd;border-radius:20px;color:#61778c;text-align:center}.fc-seo-clinic-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.fc-seo-clinic-card{border:1px solid #deebf1;border-radius:24px;overflow:hidden;background:#fff;box-shadow:0 18px 45px rgba(30,58,87,.08)}.fc-seo-clinic-card .image{display:block;aspect-ratio:16/9;overflow:hidden;background:#eaf1f5}.fc-seo-clinic-card .image img{width:100%;height:100%;object-fit:cover;transition:.3s}.fc-seo-clinic-card:hover .image img{transform:scale(1.04)}.fc-seo-clinic-card .body{padding:18px}.fc-seo-clinic-card .title-row{display:flex;gap:12px;align-items:flex-start}.fc-seo-clinic-card .title-row>img{width:52px;height:52px;object-fit:contain;border:1px solid #e1eaf0;border-radius:13px;padding:4px;background:#fff}.fc-seo-clinic-card h3{font-size:18px;margin:1px 0 7px}.fc-seo-clinic-card h3 a{color:#102641}.fc-seo-clinic-card p{font-size:12px;color:#76899b;margin:0;line-height:1.5}.fc-seo-clinic-card .actions{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:18px;padding-top:15px;border-top:1px solid #edf2f5}.fc-seo-clinic-card .actions span{font-weight:900;color:#16314f}.fc-seo-clinic-card .actions a{padding:10px 13px;border-radius:12px;background:#0ebbc1;color:#fff;font-size:12px;font-weight:800}.fc-seo-content-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:42px;align-items:start}.fc-seo-rich-content{background:#fff;border:1px solid #e1ebf1;border-radius:28px;padding:38px;box-shadow:0 18px 45px rgba(30,58,87,.06);font-size:16px;line-height:1.85;color:#40576d}.fc-seo-rich-content h2{font-size:31px;color:#102641;margin:10px 0 20px}.fc-seo-rich-content h3{font-size:23px;color:#173451;margin:30px 0 12px}.fc-seo-rich-content img{max-width:100%;height:auto;border-radius:18px}.fc-seo-sticky-links,.fc-seo-clinic-aside{position:sticky;top:110px;background:#fff;border:1px solid #deebf1;border-radius:24px;padding:22px;box-shadow:0 15px 40px rgba(30,58,87,.07)}.fc-seo-sticky-links h3{font-size:18px;margin:0 0 13px;color:#122b47}.fc-seo-sticky-links a{display:flex;gap:10px;padding:12px 0;border-bottom:1px solid #edf2f5;color:#294760;font-size:13px}.fc-seo-sticky-links a:last-child{border:0}.fc-seo-sticky-links i{color:#0db8be;margin-top:3px}.fc-seo-faq-list{display:grid;gap:13px;max-width:920px}.fc-seo-faq-list details{background:#fff;border:1px solid #dfeaf0;border-radius:18px;padding:0 20px}.fc-seo-faq-list summary{list-style:none;display:flex;justify-content:space-between;gap:20px;align-items:center;padding:20px 0;font-weight:800;color:#15314d;cursor:pointer}.fc-seo-faq-list summary::-webkit-details-marker{display:none}.fc-seo-faq-list details>div{padding:0 0 20px;color:#657b90;line-height:1.7}.fc-seo-related-grid{display:grid;grid-template-columns:1fr 1fr;gap:34px}.fc-seo-link-cards{display:grid;gap:10px}.fc-seo-link-cards>a{display:flex;align-items:center;gap:13px;background:#fff;border:1px solid #dfe9ef;border-radius:17px;padding:14px;color:#193853}.fc-seo-link-cards img{width:48px;height:48px;object-fit:cover;border-radius:12px}.fc-seo-link-cards span{flex:1;min-width:0}.fc-seo-link-cards strong,.fc-seo-link-cards small{display:block}.fc-seo-link-cards small{color:#75899c;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fc-seo-link-cards i{color:#0ab6bc}.fc-doctor-hero-grid{display:grid;grid-template-columns:260px minmax(0,1fr);gap:42px;align-items:center;position:relative;z-index:1}.fc-doctor-photo{aspect-ratio:4/5;border-radius:28px;overflow:hidden;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.15);display:flex;align-items:center;justify-content:center;font-size:90px;color:#6de1e3}.fc-doctor-photo img{width:100%;height:100%;object-fit:cover}.fc-doctor-hero-grid h2{font-size:20px;color:#8ee7e8;margin:0 0 16px}.fc-specialty-pills{display:flex;flex-wrap:wrap;gap:9px;margin:22px 0}.fc-specialty-pills span{padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.14);font-size:11px;font-weight:800}.fc-doctor-detail-text{padding:16px 18px;background:#f6f9fb;border-radius:15px}.fc-seo-clinic-aside{text-align:center}.fc-seo-clinic-aside>img{width:100px;height:80px;object-fit:contain}.fc-seo-clinic-aside h3{font-size:20px;color:#15314d}.fc-seo-clinic-aside p{font-size:12px;color:#6e8295}.fc-seo-clinic-aside>a{display:block;background:#0cb9bf;color:#fff;border-radius:13px;padding:12px;font-weight:800}.fc-seo-resource-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.fc-seo-resource-grid a{display:flex;gap:10px;align-items:center;padding:17px;border-radius:17px;background:#fff;border:1px solid #dfebf1;color:#1d3b56}.fc-seo-resource-grid i{color:#0bb8be}.fc-content-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.fc-content-card-grid article{background:#fff;border:1px solid #deebf1;border-radius:24px;overflow:hidden;box-shadow:0 16px 40px rgba(30,58,87,.07)}.fc-content-card-grid .image{display:block;aspect-ratio:16/9;background:#eaf3f6}.fc-content-card-grid .image img{width:100%;height:100%;object-fit:cover}.fc-content-card-grid .image>span{display:flex;height:100%;align-items:center;justify-content:center;font-size:48px;color:#16bfc4}.fc-content-card-grid article>div{padding:22px}.fc-content-card-grid article>div>span{font-size:10px;font-weight:900;color:#0aafb5;text-transform:uppercase}.fc-content-card-grid h2{font-size:21px;line-height:1.35;margin:9px 0}.fc-content-card-grid h2 a{color:#122c47}.fc-content-card-grid p{font-size:13px;color:#6c8194;line-height:1.65}.fc-content-card-grid .more{font-weight:800;color:#0aafb5}.fc-seo-article-hero{padding:145px 0 50px;background:#f3f8fb;color:#102641}.fc-seo-article-hero h1{max-width:900px}.fc-seo-article-hero>div>p{font-size:19px;line-height:1.7;color:#5d7388;max-width:830px}.fc-article-meta{display:flex;gap:20px;color:#708599;font-size:13px}.fc-article-meta span{display:flex;gap:7px;align-items:center}.fc-article-hero-image{width:100%;max-height:540px;object-fit:cover;border-radius:28px;margin-top:38px;box-shadow:0 20px 60px rgba(30,58,87,.13)}.fc-seo-rich-content.article{font-size:17px}.article-faq{margin-top:38px}.article-faq h2{font-size:27px}.fc-seo-page-section .fc-seo-breadcrumb{color:#456176}
@media(max-width:1100px){.fc-seo-clinic-grid,.fc-content-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.fc-seo-resource-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:900px){.fc-seo-hero{padding-top:120px}.fc-seo-hero-grid,.fc-seo-content-layout,.fc-doctor-hero-grid{grid-template-columns:1fr}.fc-seo-summary-card{max-width:450px}.fc-seo-sticky-links,.fc-seo-clinic-aside{position:static}.fc-doctor-photo{max-width:260px}.fc-seo-related-grid{grid-template-columns:1fr}}
@media(max-width:650px){.fc-seo-hero h1,.fc-seo-article-hero h1{font-size:34px}.fc-seo-hero p{font-size:16px}.fc-seo-page-section{padding:52px 0}.fc-seo-section-head{align-items:flex-start;flex-direction:column}.fc-seo-clinic-grid,.fc-content-card-grid,.fc-seo-resource-grid{grid-template-columns:1fr}.fc-seo-rich-content{padding:23px;border-radius:20px}.fc-seo-clinic-card .actions{align-items:stretch;flex-direction:column}.fc-seo-clinic-card .actions a{text-align:center}.fc-doctor-hero-grid{gap:25px}.fc-seo-article-hero{padding-top:120px}.fc-article-meta{flex-direction:column;gap:7px}}
.fc-lang-code-badge{display:inline-flex;align-items:center;justify-content:center;min-width:30px;height:24px;padding:0 7px;border-radius:8px;background:#e7f8f9;color:#078f95;font-size:10px;font-weight:900;letter-spacing:.05em}.fc-lang-flag-badge{width:34px;min-width:34px;height:26px;padding:4px;border-radius:8px;background:#f2fbfc;overflow:hidden;line-height:1;letter-spacing:0}.fc-lang-flag-img{display:block;width:25px;height:17px;object-fit:cover;border-radius:3px;box-shadow:0 0 0 1px rgba(17,45,91,.12)}.fc-lang-menu a.active{background:#effafb;color:#079ba1}.fc-lang-current .fc-lang-code-badge{margin-right:2px}
.fc-panel-v43 .fc-panel-doctor-layout{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(340px,.85fr);gap:20px;align-items:start}.fc-panel-v43 .fc-panel-doctor-form-card form{padding:22px}.fc-panel-v43 .fc-panel-doctor-list{display:grid;gap:10px;padding:18px}.fc-panel-v43 .fc-panel-doctor-list article{display:flex;align-items:center;gap:12px;padding:13px;border:1px solid #203c53;border-radius:16px;background:#0a1c2a}.fc-panel-v43 .fc-panel-doctor-list img,.fc-panel-v43 .fc-panel-doctor-list .avatar{width:58px;height:68px;object-fit:cover;border-radius:13px;display:flex;align-items:center;justify-content:center;background:#123348;color:#28d6dc}.fc-panel-v43 .fc-panel-doctor-list article>div:nth-child(2){flex:1;min-width:0}.fc-panel-v43 .fc-panel-doctor-list strong,.fc-panel-v43 .fc-panel-doctor-list small{display:block}.fc-panel-v43 .fc-panel-doctor-list strong{color:#fff}.fc-panel-v43 .fc-panel-doctor-list small{color:#7792a8}.fc-panel-v43 .fc-panel-doctor-list .status{display:inline-block;margin-top:6px;padding:4px 8px;border-radius:999px;font-size:9px;font-style:normal;font-weight:900;text-transform:uppercase}.fc-panel-v43 .fc-panel-doctor-list .status.active{background:#104739;color:#55e8b9}.fc-panel-v43 .fc-panel-doctor-list .status.pending{background:#4b3d15;color:#ffd978}.fc-panel-v43 .fc-panel-doctor-list .status.rejected{background:#4a2028;color:#ff9eaa}.fc-panel-v43 .fc-panel-doctor-list .actions{display:flex;gap:6px}.fc-panel-v43 .fc-panel-doctor-list .actions form{padding:0}.fc-panel-v43 .fc-panel-doctor-list .actions button{width:34px;height:34px;border-radius:10px;border:1px solid #24465e;background:#102b3d;color:#9bc1d7;cursor:pointer}@media(max-width:1050px){.fc-panel-v43 .fc-panel-doctor-layout{grid-template-columns:1fr}}

/* Phase 10: clinic SEO doctors and internal-link sections */
.fc-seo-section-kicker{display:block;margin-bottom:5px;color:#08aeb5;font-size:11px;font-weight:900;letter-spacing:.09em;text-transform:uppercase;}
.fc-clinic-doctor-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;}
.fc-clinic-doctor-card{display:grid;grid-template-columns:126px minmax(0,1fr);gap:18px;padding:16px;border:1px solid #e0eaf1;border-radius:22px;background:linear-gradient(180deg,#fff,#f8fbfd);box-shadow:0 14px 34px rgba(24,52,80,.07);}
.fc-clinic-doctor-photo{display:block;overflow:hidden;border-radius:18px;background:#edf4f8;aspect-ratio:4/5;}
.fc-clinic-doctor-photo img{width:100%;height:100%;display:block;object-fit:cover;}
.fc-clinic-doctor-content{align-self:center;min-width:0;}
.fc-clinic-doctor-content>span{display:block;color:#08aeb5;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.05em;}
.fc-clinic-doctor-content h4{margin:6px 0 8px;font-size:19px;line-height:1.25;}
.fc-clinic-doctor-content h4 a{color:#102d50;}
.fc-clinic-doctor-content p{margin:0 0 12px;color:#71849a;font-size:13px;line-height:1.6;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;}
.fc-clinic-doctor-link,.fc-seo-view-all{display:inline-flex;align-items:center;gap:7px;color:#08aeb5;font-size:13px;font-weight:800;}
.fc-clinic-doctor-link:hover,.fc-seo-view-all:hover{color:#07345c;}
.fc-clinic-guide-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-bottom:20px;}
.fc-clinic-guide-links a{display:grid;grid-template-columns:28px minmax(0,1fr) 16px;align-items:center;gap:9px;padding:15px 16px;border:1px solid #dfeaf1;border-radius:16px;background:#f8fbfd;color:#183652;font-weight:750;line-height:1.35;transition:.2s ease;}
.fc-clinic-guide-links a>i:first-child{display:flex;width:28px;height:28px;align-items:center;justify-content:center;border-radius:9px;background:#e4f8f9;color:#06aeb5;}
.fc-clinic-guide-links a>i:last-child{color:#99aabb;font-size:11px;}
.fc-clinic-guide-links a:hover{transform:translateY(-2px);border-color:#a9e5e7;background:#fff;box-shadow:0 12px 26px rgba(25,54,82,.08);}
.fc-clinic-article-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;}
.fc-clinic-article-card{display:grid;grid-template-columns:130px minmax(0,1fr);gap:16px;border:1px solid #e0eaf1;border-radius:20px;overflow:hidden;background:#fff;box-shadow:0 12px 30px rgba(24,52,80,.06);}
.fc-clinic-article-image{display:block;min-height:165px;background:#edf4f8;}
.fc-clinic-article-image img{width:100%;height:100%;object-fit:cover;display:block;}
.fc-clinic-article-card>div{padding:16px 16px 16px 0;align-self:center;}
.fc-clinic-article-card small{color:#08aeb5;font-weight:850;text-transform:uppercase;letter-spacing:.06em;font-size:10px;}
.fc-clinic-article-card h4{font-size:16px;line-height:1.35;margin:6px 0 8px;}
.fc-clinic-article-card h4 a{color:#112f50;}
.fc-clinic-article-card p{color:#71849a;font-size:12px;line-height:1.55;margin:0 0 10px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;}
.fc-clinic-article-card>div>a:last-child{color:#08aeb5;font-size:12px;font-weight:800;}
@media(max-width:991px){.fc-clinic-doctor-grid,.fc-clinic-article-grid{grid-template-columns:1fr;}}
@media(max-width:767px){
  .fc-clinic-doctor-card{grid-template-columns:98px minmax(0,1fr);gap:13px;padding:12px;border-radius:18px;}
  .fc-clinic-doctor-content h4{font-size:16px;}
  .fc-clinic-guide-links{grid-template-columns:1fr;}
  .fc-clinic-article-card{grid-template-columns:105px minmax(0,1fr);}
  .fc-clinic-article-image{min-height:145px;}
  .fc-clinic-article-card>div{padding:13px 13px 13px 0;}
}

/* Phase 10: public doctor directory */
.fc-doctor-index-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;}
.fc-doctor-index-card{overflow:hidden;border:1px solid #dfe9f0;border-radius:24px;background:#fff;box-shadow:0 18px 42px rgba(22,49,77,.08);}
.fc-doctor-index-card .photo{display:block;aspect-ratio:4/5;background:linear-gradient(145deg,#edf6f8,#e5edf5);overflow:hidden;}
.fc-doctor-index-card .photo img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .3s ease;}
.fc-doctor-index-card:hover .photo img{transform:scale(1.035);}
.fc-doctor-index-card .photo span{display:flex;width:100%;height:100%;align-items:center;justify-content:center;color:#08aeb5;font-size:68px;}
.fc-doctor-index-card>div{padding:20px;}
.fc-doctor-index-card small{display:block;color:#08aeb5;font-size:11px;font-weight:900;letter-spacing:.05em;text-transform:uppercase;}
.fc-doctor-index-card h2{font-size:20px;line-height:1.3;margin:7px 0 10px;}
.fc-doctor-index-card h2 a{color:#112f50;}
.fc-doctor-index-card p{margin:0 0 10px;color:#6e8297;font-size:13px;}
.fc-doctor-index-card p i{margin-right:7px;color:#08aeb5;}
.fc-doctor-index-card em{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;min-height:39px;margin-bottom:14px;color:#8091a2;font-size:12px;font-style:normal;line-height:1.6;}
.fc-doctor-index-card>div>a:last-child{display:inline-flex;align-items:center;gap:7px;color:#08aeb5;font-size:13px;font-weight:850;}
@media(max-width:991px){.fc-doctor-index-grid{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media(max-width:575px){.fc-doctor-index-grid{grid-template-columns:1fr;}.fc-doctor-index-card{display:grid;grid-template-columns:120px minmax(0,1fr);border-radius:18px}.fc-doctor-index-card .photo{height:100%;aspect-ratio:auto}.fc-doctor-index-card>div{padding:15px}.fc-doctor-index-card h2{font-size:17px}}

/* Phase 10.3: clinic doctor cards open an on-page detail popup */
.fc-clinic-doctor-card{cursor:pointer;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;}
.fc-clinic-doctor-card:hover{transform:translateY(-3px);border-color:#b9dfe4;box-shadow:0 20px 42px rgba(24,52,80,.12);}
.fc-clinic-doctor-card:focus-visible{outline:3px solid rgba(8,174,181,.35);outline-offset:4px;}
.fc-clinic-doctor-content h4{color:#102d50;}
.fc-clinic-doctor-link{pointer-events:none;}
.fc-doctor-modal{position:fixed;inset:0;z-index:100050;display:none;align-items:center;justify-content:center;padding:24px;}
.fc-doctor-modal.is-open{display:flex;}
.fc-doctor-modal-backdrop{position:absolute;inset:0;background:rgba(2,12,22,.76);backdrop-filter:blur(7px);}
.fc-doctor-modal-dialog{position:relative;z-index:2;width:min(760px,100%);max-height:min(88vh,880px);overflow:auto;border-radius:30px;background:#fff;box-shadow:0 34px 100px rgba(0,0,0,.35);}
.fc-doctor-modal-close{position:absolute;right:18px;top:18px;z-index:4;width:44px;height:44px;border:0;border-radius:50%;display:flex;align-items:center;justify-content:center;background:rgba(7,29,47,.9);color:#fff;cursor:pointer;box-shadow:0 10px 28px rgba(0,0,0,.18);}
.fc-doctor-modal-hero{display:grid;grid-template-columns:190px minmax(0,1fr);gap:26px;align-items:center;padding:34px;background:linear-gradient(135deg,#edfafd 0%,#f8fbfe 48%,#fff 100%);border-bottom:1px solid #e2edf2;}
.fc-doctor-modal-photo{aspect-ratio:4/5;border-radius:24px;overflow:hidden;background:#eaf2f6;box-shadow:0 18px 42px rgba(18,48,72,.14);}
.fc-doctor-modal-photo img{width:100%;height:100%;display:block;object-fit:cover;}
.fc-doctor-modal-hero h3{margin:7px 56px 5px 0;color:#102d50;font-size:30px;line-height:1.18;}
.fc-doctor-modal-hero p{margin:0;color:#5f758d;font-size:16px;}
.fc-doctor-modal-specialties{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px;}
.fc-doctor-modal-specialties span{display:inline-flex;padding:8px 12px;border-radius:999px;background:#dff6f8;color:#087d84;font-size:12px;font-weight:800;}
.fc-doctor-modal-body{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;padding:26px 30px 12px;}
.fc-doctor-modal-body section{padding:20px;border:1px solid #e1ebf1;border-radius:20px;background:#fbfdfe;}
.fc-doctor-modal-body section:first-child:nth-last-child(odd){grid-column:1/-1;}
.fc-doctor-modal-body h4{display:flex;align-items:center;gap:9px;margin:0 0 12px;color:#102d50;font-size:15px;}
.fc-doctor-modal-body h4 i{color:#08aeb5;}
.fc-doctor-modal-body section>div{color:#657a90;font-size:14px;line-height:1.72;}
.fc-doctor-modal-empty{grid-column:1/-1;padding:24px;border:1px dashed #cadce6;border-radius:18px;background:#f8fbfd;color:#70859a;text-align:center;}
.fc-doctor-modal-footer{display:flex;justify-content:flex-end;padding:16px 30px 30px;}
.fc-doctor-modal-quote{display:inline-flex;align-items:center;gap:9px;border:0;border-radius:15px;padding:14px 20px;background:linear-gradient(135deg,#05b7bd,#08aeb5);color:#fff;font-weight:800;cursor:pointer;box-shadow:0 14px 30px rgba(8,174,181,.22);}
body.fc-doctor-modal-open{overflow:hidden;}
@media(max-width:767px){
  .fc-doctor-modal{padding:0;align-items:flex-end;}
  .fc-doctor-modal-dialog{width:100%;max-height:94dvh;border-radius:26px 26px 0 0;}
  .fc-doctor-modal-hero{grid-template-columns:105px minmax(0,1fr);gap:16px;padding:28px 20px 22px;}
  .fc-doctor-modal-hero h3{font-size:22px;margin-right:40px;}
  .fc-doctor-modal-photo{border-radius:18px;}
  .fc-doctor-modal-body{grid-template-columns:1fr;padding:18px 18px 8px;}
  .fc-doctor-modal-body section:first-child:nth-last-child(odd){grid-column:auto;}
  .fc-doctor-modal-footer{padding:12px 18px 24px;}
  .fc-doctor-modal-quote{width:100%;justify-content:center;}
}

/* =====================================================
   FindClin Phase 11 — Partner panel polish
   ===================================================== */
.fc-panel-v43.fc-panel-app{grid-template-columns:238px minmax(0,1fr)!important;}
.fc-panel-v43 .fc-panel-sidebar-inner{padding:16px 12px 14px!important;display:flex!important;flex-direction:column!important;height:100vh!important;min-height:100vh!important;}
.fc-panel-v43 .fc-panel-brand{gap:10px!important;padding:3px 4px 14px!important;font-size:17px!important;}
.fc-panel-v43 .fc-panel-brand-icon{width:36px!important;height:36px!important;border-radius:11px!important;font-size:14px!important;}
.fc-panel-v43 .fc-panel-side-label{margin:12px 8px 8px!important;font-size:9px!important;letter-spacing:.16em!important;}
.fc-panel-v43 .fc-panel-nav{gap:5px!important;}
.fc-panel-v43 .fc-panel-nav>a{min-height:43px!important;padding:7px 9px!important;border-radius:13px!important;gap:9px!important;font-size:13px!important;}
.fc-panel-v43 .fc-panel-nav-icon{width:32px!important;height:32px!important;min-width:32px!important;border-radius:10px!important;font-size:13px!important;}
.fc-panel-v43 .fc-panel-nav-badge{margin-left:auto;min-width:21px;height:21px;padding:0 6px;border-radius:99px;display:grid;place-items:center;background:#ff6675;color:#fff;font-size:10px;}
.fc-panel-v43 .fc-panel-sidebar-footer{position:static!important;left:auto!important;right:auto!important;bottom:auto!important;margin-top:auto!important;padding:12px 0 0!important;display:grid!important;gap:5px!important;background:transparent!important;}
.fc-panel-v43 .fc-panel-sidebar-status{min-height:36px!important;padding:8px 11px!important;border-radius:11px!important;font-size:11px!important;}
.fc-panel-v43 .fc-panel-sidebar-logout{position:static!important;display:flex!important;align-items:center!important;min-height:40px!important;padding:5px 9px!important;gap:8px!important;color:#ff9ca6!important;font-size:13px!important;}
.fc-panel-v43 .fc-panel-main{min-width:0!important;}

/* notification dropdown */
.fc-panel-v43 .fc-panel-notification-menu{width:min(390px,calc(100vw - 24px))!important;max-height:520px!important;overflow:hidden!important;}
.fc-panel-v43 .fc-panel-notification-list{max-height:430px;overflow-y:auto;}
.fc-panel-v43 .fc-panel-notification-list>a{display:grid!important;grid-template-columns:36px minmax(0,1fr) auto!important;gap:11px!important;align-items:start!important;}
.fc-panel-v43 .fc-panel-notification-list>a.unread{background:#102d3f!important;}
.fc-panel-v43 .fc-panel-notification-list>a>i{width:34px;height:34px;border-radius:11px;display:grid;place-items:center;background:#123a4e;color:#23d3d7;}
.fc-panel-v43 .fc-panel-notification-list small{display:block;white-space:normal;line-height:1.35;margin-top:3px;}

/* CRM patient column alignment */
.fc-panel-v43 .fc-crm-row .patient{display:flex!important;align-items:flex-start!important;gap:11px!important;min-width:0!important;}
.fc-panel-v43 .fc-crm-row .patient>span{display:flex!important;flex-direction:column!important;align-items:flex-start!important;min-width:0!important;line-height:1.25!important;}
.fc-panel-v43 .fc-crm-row .patient strong{display:block!important;max-width:100%!important;white-space:normal!important;word-break:break-word!important;}
.fc-panel-v43 .fc-crm-row .fc-patient-country{display:flex!important;align-items:center!important;gap:5px!important;margin-top:5px!important;color:#7590a7!important;font-size:10px!important;white-space:normal!important;}
.fc-panel-v43 .fc-crm-row .fc-patient-country i{font-size:9px;color:#18bec4;}

/* PDF offer editor controls */
.fc-panel-v43 .fc-package-form-grid label>small{display:block;margin:4px 0 7px;color:#6f8ba3;font-size:10px;}
.fc-panel-v43 .fc-package-checks{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px!important;}
.fc-panel-v43 .fc-package-checks>label{position:relative!important;display:block!important;margin:0!important;cursor:pointer!important;}
.fc-panel-v43 .fc-package-checks input{position:absolute!important;opacity:0!important;pointer-events:none!important;}
.fc-panel-v43 .fc-package-check-copy{min-height:58px!important;display:flex!important;align-items:center!important;gap:10px!important;padding:12px 13px!important;border:1px solid #24465e!important;border-radius:14px!important;background:#091a27!important;color:#b9cce0!important;transition:.2s!important;}
.fc-panel-v43 .fc-package-check-copy i{width:31px;height:31px;display:grid;place-items:center;border-radius:10px;background:#102d40;color:#38d7da;font-size:14px;}
.fc-panel-v43 .fc-package-check-copy b{font-weight:750;font-size:12px;line-height:1.25;}
.fc-panel-v43 .fc-package-checks input:checked+.fc-package-check-copy{border-color:#15c5ca!important;background:#0c303b!important;color:#fff!important;box-shadow:0 0 0 2px rgba(21,197,202,.12)!important;}
.fc-panel-v43 .fc-package-checks input:checked+.fc-package-check-copy i{background:#16c3c8;color:#06202b;}

/* doctor editor */
.fc-panel-v43 .fc-panel-doctor-layout{grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr)!important;gap:20px!important;align-items:start!important;}
.fc-panel-v43 .fc-panel-doctor-form-card{padding-bottom:20px!important;}
.fc-panel-v43 .fc-doctor-editor-intro{display:grid;grid-template-columns:175px minmax(0,1fr);gap:18px;padding:20px 22px;border-bottom:1px solid #1d3447;background:linear-gradient(135deg,#0a1b29,#0c2434);}
.fc-panel-v43 .fc-doctor-photo-field{margin:0!important;padding:14px!important;border:1px dashed #2a536b!important;border-radius:18px!important;background:#0a1824!important;display:flex!important;flex-direction:column!important;align-items:center!important;text-align:center!important;cursor:pointer!important;}
.fc-panel-v43 .fc-doctor-photo-preview{width:105px;height:125px;border-radius:18px;display:grid;place-items:center;overflow:hidden;background:#102c3e;color:#3ad5d9;font-size:30px;margin-bottom:10px;}
.fc-panel-v43 .fc-doctor-photo-preview img{width:100%;height:100%;object-fit:cover;}
.fc-panel-v43 .fc-doctor-photo-field strong{color:#fff;font-size:13px}.fc-panel-v43 .fc-doctor-photo-field small{color:#708ba1;font-size:10px;margin:4px 0 9px}.fc-panel-v43 .fc-doctor-photo-field input{max-width:100%;font-size:10px;color:#8199ac;}
.fc-panel-v43 .fc-doctor-core-fields{display:grid;grid-template-columns:1fr 1fr;gap:12px;align-content:center;}.fc-panel-v43 .fc-doctor-core-fields label:first-child{grid-column:1/-1;}
.fc-panel-v43 .fc-doctor-editor-section{padding:18px 22px;border-bottom:1px solid #1d3447;}.fc-panel-v43 .fc-doctor-editor-label{display:flex;align-items:center;gap:11px;margin-bottom:14px}.fc-panel-v43 .fc-doctor-editor-label>i{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;background:#113347;color:#3ad6da}.fc-panel-v43 .fc-doctor-editor-label strong,.fc-panel-v43 .fc-doctor-editor-label small{display:block}.fc-panel-v43 .fc-doctor-editor-label strong{color:#fff}.fc-panel-v43 .fc-doctor-editor-label small{color:#6f8aa0;font-size:10px;margin-top:2px}.fc-panel-v43 .fc-doctor-advanced{margin:16px 22px;padding:13px;border:1px solid #233e52;border-radius:14px}.fc-panel-v43 .fc-doctor-advanced summary{cursor:pointer;color:#9bb1c3;font-weight:700;font-size:12px}.fc-panel-v43 .fc-panel-doctor-form-card>form>.fc-panel-primary-btn{margin:0 22px;width:calc(100% - 44px)!important;}

/* active membership and add-on */
.fc-panel-v43 .fc-active-membership-card{display:grid;grid-template-columns:62px minmax(0,1fr) auto;gap:18px;align-items:center;margin:0 0 22px;padding:22px;border:1px solid #1c6370;border-radius:22px;background:linear-gradient(135deg,#0b2635,#0b4650);box-shadow:0 18px 44px rgba(0,0,0,.16);}
.fc-panel-v43 .fc-active-membership-icon{width:62px;height:62px;border-radius:18px;display:grid;place-items:center;background:linear-gradient(135deg,#23d6da,#14aeb5);color:#09212e;font-size:24px}.fc-panel-v43 .fc-active-membership-copy span,.fc-panel-v43 .fc-addon-section-head span{font-size:9px;font-weight:900;letter-spacing:.12em;color:#4de3e6}.fc-panel-v43 .fc-active-membership-copy h3{margin:4px 0;color:#fff}.fc-panel-v43 .fc-active-membership-copy p{margin:0;color:#9bb2c2}.fc-panel-v43 .fc-active-membership-meta{display:flex;align-items:center;gap:18px}.fc-panel-v43 .fc-active-membership-meta span small,.fc-panel-v43 .fc-active-membership-meta span strong{display:block}.fc-panel-v43 .fc-active-membership-meta small{font-size:9px;color:#7593a6}.fc-panel-v43 .fc-active-membership-meta strong{font-size:12px;color:#fff}.fc-panel-v43 .fc-active-membership-meta em{padding:8px 11px;border-radius:99px;background:#123847;color:#48e0e3;font-style:normal;font-size:10px;font-weight:800}
.fc-panel-v43 .fc-membership-selection-note{display:flex!important;align-items:center!important;gap:12px!important}.fc-panel-v43 .fc-membership-selection-note>div{display:flex;flex-direction:column;gap:3px}.fc-panel-v43 .fc-payment-card{margin-bottom:22px!important}.fc-panel-v43 .fc-panel-card-title>div>span{font-size:9px;font-weight:900;letter-spacing:.1em;color:#18c5ca}.fc-panel-v43 .fc-panel-card-title>em{font-style:normal;padding:7px 10px;border-radius:99px;background:#17334a;color:#9cc6dc;font-size:10px}
.fc-panel-v43 .fc-addon-section{margin-top:26px;padding:24px;border:1px solid #1e4057;border-radius:24px;background:linear-gradient(145deg,#091a27,#0d2939);}.fc-panel-v43 .fc-addon-section-head{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-bottom:20px;border-bottom:1px solid #1b3b50}.fc-panel-v43 .fc-addon-section-head h2{margin:5px 0;color:#fff}.fc-panel-v43 .fc-addon-section-head p{margin:0;color:#89a2b5}.fc-panel-v43 .fc-addon-price{display:flex;flex-direction:column;align-items:flex-end;color:#fff;font-size:29px}.fc-panel-v43 .fc-addon-price small{font-size:10px;color:#73a1b6}.fc-panel-v43 .fc-addon-active{display:flex;align-items:center;gap:14px;margin:18px 0;padding:15px;border-radius:16px;background:#0b493e;border:1px solid #147c68}.fc-panel-v43 .fc-addon-active>i{width:40px;height:40px;border-radius:12px;display:grid;place-items:center;background:#17c69e;color:#06271f}.fc-panel-v43 .fc-addon-active div{flex:1}.fc-panel-v43 .fc-addon-active span,.fc-panel-v43 .fc-addon-active strong,.fc-panel-v43 .fc-addon-active small{display:block}.fc-panel-v43 .fc-addon-active span{font-size:9px;color:#67f1ca;font-weight:900}.fc-panel-v43 .fc-addon-active strong{color:#fff}.fc-panel-v43 .fc-addon-active small{color:#9fd5c5}.fc-panel-v43 .fc-addon-active em{font-style:normal;color:#fff;font-weight:800}.fc-panel-v43 .fc-addon-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:18px}.fc-panel-v43 .fc-addon-plan-card,.fc-panel-v43 .fc-addon-payment-card{padding:20px;border:1px solid #21445a;border-radius:18px;background:#0a1e2b}.fc-panel-v43 .fc-addon-plan-card .icon{width:48px;height:48px;border-radius:14px;display:grid;place-items:center;background:#11394a;color:#36dbde;font-size:20px}.fc-panel-v43 .fc-addon-plan-card h3,.fc-panel-v43 .fc-addon-payment-card h3{color:#fff;margin:12px 0 6px}.fc-panel-v43 .fc-addon-plan-card p,.fc-panel-v43 .fc-addon-payment-card p{color:#83a0b5}.fc-panel-v43 .fc-addon-plan-card ul{list-style:none;padding:0;display:grid;gap:8px}.fc-panel-v43 .fc-addon-plan-card li{display:flex;gap:8px;color:#a9bdcd;font-size:11px}.fc-panel-v43 .fc-addon-plan-card li i{color:#20c9aa}.fc-panel-v43 .fc-addon-payment-card>span{font-size:9px;color:#3fdadd;font-weight:900;letter-spacing:.1em}.fc-panel-v43 .fc-addon-payment-card form{display:grid;gap:10px}.fc-panel-v43 .fc-addon-payment-card label{display:grid;gap:5px;color:#7691a6;font-size:10px}.fc-panel-v43 .fc-addon-payment-card input,.fc-panel-v43 .fc-addon-payment-card select,.fc-panel-v43 .fc-addon-payment-card textarea{width:100%;border:1px solid #24485e;border-radius:11px;background:#071822;color:#fff;padding:10px}.fc-panel-v43 .fc-membership-history{margin-top:24px}

/* Support centre */
.fc-panel-v43 .fc-support-layout{display:grid;grid-template-columns:330px minmax(0,1fr);gap:18px}.fc-panel-v43 .fc-support-ticket-list,.fc-panel-v43 .fc-support-conversation{border:1px solid #1e3b50;border-radius:20px;background:#091b28;overflow:hidden}.fc-panel-v43 .fc-support-ticket-list>header{padding:16px 18px;border-bottom:1px solid #1c3549}.fc-panel-v43 .fc-support-ticket-list>header span,.fc-panel-v43 .fc-support-ticket-list>header strong{display:block}.fc-panel-v43 .fc-support-ticket-list>header span{font-size:9px;color:#19cbd0;font-weight:900}.fc-panel-v43 .fc-support-ticket-list>header strong{color:#fff}.fc-panel-v43 .fc-support-ticket{display:grid;grid-template-columns:40px minmax(0,1fr) auto;gap:11px;align-items:center;padding:14px;border-bottom:1px solid #173246;color:#b8c8d5}.fc-panel-v43 .fc-support-ticket.active,.fc-panel-v43 .fc-support-ticket:hover{background:#0d3040;color:#fff}.fc-panel-v43 .fc-support-ticket-icon{width:40px;height:40px;border-radius:12px;display:grid;place-items:center;background:#113347;color:#32d8dc}.fc-panel-v43 .fc-support-ticket-copy small,.fc-panel-v43 .fc-support-ticket-copy strong,.fc-panel-v43 .fc-support-ticket-copy em{display:block}.fc-panel-v43 .fc-support-ticket-copy small{font-size:9px;color:#63859a}.fc-panel-v43 .fc-support-ticket-copy strong{margin:3px 0}.fc-panel-v43 .fc-support-ticket-copy em{font-style:normal;font-size:10px;color:#7793a7}.fc-panel-v43 .fc-support-ticket>b{min-width:22px;height:22px;border-radius:99px;display:grid;place-items:center;background:#ff6574;color:#fff;font-size:10px}.fc-panel-v43 .fc-support-new-ticket{border-bottom:1px solid #1c3549}.fc-panel-v43 .fc-support-new-ticket summary{padding:16px 18px;cursor:pointer;display:flex;justify-content:space-between;color:#fff}.fc-panel-v43 .fc-support-new-ticket form{padding:0 18px 18px}.fc-panel-v43 .fc-support-thread-head{display:flex;justify-content:space-between;gap:15px;padding:18px;border-bottom:1px solid #1c3549}.fc-panel-v43 .fc-support-thread-head span{font-size:9px;color:#2ad6da;font-weight:900}.fc-panel-v43 .fc-support-thread-head h3{color:#fff;margin:4px 0}.fc-panel-v43 .fc-support-thread-head p{color:#718da1;margin:0}.fc-panel-v43 .fc-support-thread-head .status{height:max-content;padding:7px 9px;border-radius:99px;background:#16364a;color:#9dc0d3;font-size:9px;font-style:normal}.fc-panel-v43 .fc-support-messages{max-height:480px;overflow-y:auto;padding:18px;background:#071620}.fc-panel-v43 .fc-support-messages article{max-width:82%;margin-bottom:11px;padding:13px 15px;border-radius:15px;background:#102737;border:1px solid #1a3b50}.fc-panel-v43 .fc-support-messages article.clinic{margin-left:auto;background:#0c3a43;border-color:#14616b}.fc-panel-v43 .fc-support-messages article>div{display:flex;justify-content:space-between;gap:10px}.fc-panel-v43 .fc-support-messages strong{color:#fff}.fc-panel-v43 .fc-support-messages time{font-size:9px;color:#6c899c}.fc-panel-v43 .fc-support-messages p{margin:7px 0 0;color:#b7c8d4;line-height:1.55}.fc-panel-v43 .fc-support-reply-form{padding:16px 18px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px}.fc-panel-v43 .fc-support-reply-form textarea{border:1px solid #24465c;border-radius:13px;background:#071721;color:#fff;padding:11px}.fc-panel-v43 .fc-support-close-form{padding:0 18px 16px;text-align:right}.fc-panel-v43 .fc-support-close-form button{border:0;background:none;color:#7795a8;font-size:10px;cursor:pointer}.fc-panel-v43 .fc-support-empty{min-height:180px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#6f8da1;gap:6px}.fc-panel-v43 .fc-support-empty i{font-size:27px;color:#25ced2}.fc-panel-v43 .fc-support-empty strong{color:#fff}

/* More compact, softer clinic editor */
.fc-panel-v43.fc-view-profile .fc-panel-content{max-width:1420px!important;padding:22px!important}.fc-panel-v43.fc-view-profile .fc-panel-card.fc-panel-wide-card{background:#f8fbfd!important;border-radius:24px!important;padding:22px!important}.fc-panel-v43.fc-view-profile .fc-profile-tabs{gap:8px!important;padding:10px!important;border-radius:17px!important;background:#edf4f8!important}.fc-panel-v43.fc-view-profile .fc-profile-tabs button{min-width:auto!important;padding:11px 17px!important;border-radius:12px!important;font-size:12px!important}.fc-panel-v43.fc-view-profile .fc-profile-tab-panel{padding-top:18px!important}.fc-panel-v43.fc-view-profile .fc-panel-form-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:13px!important}.fc-panel-v43.fc-view-profile .fc-panel-form-grid .fc-panel-form-wide{grid-column:1/-1!important}.fc-panel-v43.fc-view-profile .fc-panel-form-grid input,.fc-panel-v43.fc-view-profile .fc-panel-form-grid select,.fc-panel-v43.fc-view-profile .fc-panel-form-grid textarea{min-height:44px!important;border-radius:12px!important;padding:10px 12px!important}.fc-panel-v43.fc-view-profile .fc-profile-account-types{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:10px!important}.fc-panel-v43.fc-view-profile .fc-profile-account-types label{min-height:82px!important;padding:12px!important}.fc-panel-v43.fc-view-profile .fc-split-checks,.fc-panel-v43.fc-view-profile .fc-feature-groups{gap:14px!important}.fc-panel-v43.fc-view-profile .fc-split-checks>div,.fc-panel-v43.fc-view-profile .fc-feature-groups>div,.fc-panel-v43.fc-view-profile .fc-service-price-grid{border-radius:17px!important;padding:17px!important}

@media(max-width:1100px){.fc-panel-v43.fc-panel-app{grid-template-columns:82px minmax(0,1fr)!important}.fc-panel-v43 .fc-panel-brand>span:last-child,.fc-panel-v43 .fc-panel-side-label,.fc-panel-v43 .fc-panel-nav-text,.fc-panel-v43 .fc-panel-sidebar-status{display:none!important}.fc-panel-v43 .fc-panel-nav>a{justify-content:center!important}.fc-panel-v43 .fc-panel-sidebar-logout{justify-content:center!important}.fc-panel-v43 .fc-panel-doctor-layout,.fc-panel-v43 .fc-support-layout,.fc-panel-v43 .fc-addon-grid{grid-template-columns:1fr!important}.fc-panel-v43.fc-view-profile .fc-panel-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:767px){.fc-panel-v43.fc-panel-app{display:block!important}.fc-panel-v43 .fc-panel-sidebar{position:relative!important;width:100%!important;height:auto!important}.fc-panel-v43 .fc-panel-sidebar-inner{height:auto!important;min-height:0!important}.fc-panel-v43 .fc-panel-nav{display:flex!important;overflow-x:auto!important}.fc-panel-v43 .fc-panel-nav>a{min-width:55px!important}.fc-panel-v43 .fc-panel-sidebar-footer{display:none!important}.fc-panel-v43 .fc-package-checks{grid-template-columns:1fr 1fr!important}.fc-panel-v43 .fc-active-membership-card{grid-template-columns:50px minmax(0,1fr)!important}.fc-panel-v43 .fc-active-membership-meta{grid-column:1/-1;justify-content:space-between}.fc-panel-v43 .fc-doctor-editor-intro{grid-template-columns:1fr!important}.fc-panel-v43 .fc-doctor-core-fields,.fc-panel-v43.fc-view-profile .fc-panel-form-grid{grid-template-columns:1fr!important}.fc-panel-v43 .fc-doctor-core-fields label:first-child,.fc-panel-v43.fc-view-profile .fc-panel-form-grid .fc-panel-form-wide{grid-column:auto!important}.fc-panel-v43 .fc-support-reply-form{grid-template-columns:1fr!important}.fc-panel-v43 .fc-addon-section-head{align-items:flex-start;flex-direction:column}.fc-panel-v43 .fc-addon-price{align-items:flex-start}}

/* FindClin Phase 11.1 — sidebar logout click-area isolation */
.fc-panel-v43 .fc-panel-sidebar,
.fc-panel-v43 .fc-panel-sidebar-inner{
  overflow:hidden!important;
}
.fc-panel-v43 .fc-panel-nav{
  position:relative!important;
  z-index:5!important;
  pointer-events:auto!important;
  flex:0 0 auto!important;
}
.fc-panel-v43 .fc-panel-nav>a{
  position:relative!important;
  z-index:6!important;
  pointer-events:auto!important;
}
.fc-panel-v43 .fc-panel-nav>a::before,
.fc-panel-v43 .fc-panel-nav>a::after{
  pointer-events:none!important;
}
.fc-panel-v43 .fc-panel-sidebar-footer{
  position:relative!important;
  z-index:2!important;
  flex:0 0 auto!important;
  width:100%!important;
  height:auto!important;
  max-height:100px!important;
  overflow:visible!important;
  pointer-events:none!important;
}
.fc-panel-v43 .fc-panel-sidebar-status{
  pointer-events:none!important;
}
.fc-panel-v43 .fc-panel-logout-form{
  display:block!important;
  position:relative!important;
  inset:auto!important;
  width:100%!important;
  height:40px!important;
  min-height:40px!important;
  max-height:40px!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
  pointer-events:auto!important;
  z-index:3!important;
}
.fc-panel-v43 .fc-panel-logout-button{
  appearance:none!important;
  -webkit-appearance:none!important;
  position:relative!important;
  inset:auto!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:8px!important;
  width:100%!important;
  height:40px!important;
  min-height:40px!important;
  max-height:40px!important;
  margin:0!important;
  padding:5px 9px!important;
  border:0!important;
  border-radius:13px!important;
  background:transparent!important;
  color:#ff9ca6!important;
  font:inherit!important;
  font-size:13px!important;
  font-weight:800!important;
  line-height:1!important;
  text-align:left!important;
  cursor:pointer!important;
  overflow:hidden!important;
  pointer-events:auto!important;
  z-index:4!important;
}
.fc-panel-v43 .fc-panel-logout-button::before,
.fc-panel-v43 .fc-panel-logout-button::after{
  display:none!important;
  content:none!important;
  pointer-events:none!important;
}
.fc-panel-v43 .fc-panel-logout-button:hover,
.fc-panel-v43 .fc-panel-logout-button:focus-visible{
  background:linear-gradient(90deg,rgba(255,91,108,.12),rgba(255,255,255,.025))!important;
  color:#ffc0c6!important;
  outline:none!important;
}
.fc-panel-v43 .fc-panel-logout-button .fc-panel-nav-icon{
  flex:0 0 32px!important;
  width:32px!important;
  height:32px!important;
  min-width:32px!important;
  color:#ff9ca6!important;
}
@media(max-width:1100px){
  .fc-panel-v43 .fc-panel-logout-button{justify-content:center!important;}
}
@media(max-width:767px){
  .fc-panel-v43 .fc-panel-sidebar-footer{display:none!important;}
}

/* Phase 11.2: compact profile editor, full media previews and prominent add-on */
.fc-panel-v43.fc-view-profile .fc-panel-card-title h2{font-size:24px!important;line-height:1.2!important;}
.fc-panel-v43.fc-view-profile .fc-panel-card-title p{font-size:12px!important;}
.fc-panel-v43.fc-view-profile .fc-profile-tabs button{padding:9px 14px!important;font-size:11px!important;min-height:38px!important;}
.fc-panel-v43.fc-view-profile .fc-panel-type-grid{gap:9px!important;}
.fc-panel-v43.fc-view-profile .fc-panel-type-grid label span{min-height:68px!important;padding:10px 12px!important;font-size:14px!important;gap:7px!important;}
.fc-panel-v43.fc-view-profile .fc-panel-type-grid label span i{font-size:16px!important;}
.fc-panel-v43.fc-view-profile .fc-panel-form-grid label{font-size:11px!important;line-height:1.35!important;}
.fc-panel-v43.fc-view-profile .fc-panel-form-grid input,
.fc-panel-v43.fc-view-profile .fc-panel-form-grid select,
.fc-panel-v43.fc-view-profile .fc-panel-form-grid textarea{font-size:13px!important;min-height:40px!important;padding:8px 11px!important;}
.fc-panel-v43.fc-view-profile .fc-profile-setup-form>.fc-panel-primary-btn{min-height:48px!important;padding:12px 18px!important;font-size:13px!important;}
.fc-panel-v43.fc-view-profile .fc-media-grid{align-items:stretch!important;}
.fc-panel-v43.fc-view-profile .fc-media-grid label{display:flex!important;flex-direction:column!important;min-height:350px!important;}
.fc-panel-v43.fc-view-profile .fc-media-grid label>img{display:block!important;width:100%!important;height:255px!important;max-width:none!important;max-height:none!important;object-fit:contain!important;object-position:center!important;margin-top:14px!important;padding:8px!important;background:#fff!important;border:1px solid #dce8f1!important;border-radius:14px!important;}
.fc-panel-v43.fc-view-profile .fc-media-grid label:nth-child(2)>img{height:255px!important;}
.fc-panel-v43.fc-view-profile .fc-media-grid label:nth-child(1)>img,
.fc-panel-v43.fc-view-profile .fc-media-grid label:nth-child(3)>img{object-fit:contain!important;}
.fc-panel-v43 .fc-addon-section-prominent{margin:18px 0 24px!important;border-color:#1b6072!important;box-shadow:0 18px 44px rgba(0,188,196,.08)!important;}
.fc-panel-v43 .fc-addon-section-prominent .fc-addon-section-head{padding-bottom:16px!important;}
@media(max-width:767px){
  .fc-panel-v43.fc-view-profile .fc-media-grid label{min-height:0!important;}
  .fc-panel-v43.fc-view-profile .fc-media-grid label>img{height:220px!important;}
}

/* FindClin Phase 11.3 — refined doctor editor */
.fc-panel-v43 .fc-panel-doctor-layout{
  grid-template-columns:minmax(0,1.45fr) minmax(310px,.55fr)!important;
  gap:22px!important;
}
.fc-panel-v43 .fc-panel-doctor-form-card{
  padding:0!important;
  overflow:hidden!important;
  background:linear-gradient(180deg,#0a1926 0%,#091621 100%)!important;
}
.fc-panel-v43 .fc-panel-doctor-form-card>header{
  padding:22px 24px!important;
  border-bottom:1px solid #1b3447!important;
  background:linear-gradient(135deg,#0c2332,#0a1b29)!important;
}
.fc-panel-v43 .fc-doctor-editor-form{padding:0!important;}
.fc-panel-v43 .fc-doctor-editor-hero{
  display:grid!important;
  grid-template-columns:190px minmax(0,1fr)!important;
  gap:20px!important;
  padding:22px!important;
  background:#0a1d2a!important;
  border-bottom:1px solid #1d3749!important;
}
.fc-panel-v43 .fc-doctor-photo-field{
  position:relative!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  min-height:250px!important;
  margin:0!important;
  padding:18px!important;
  border:1px dashed #2d6177!important;
  border-radius:20px!important;
  background:linear-gradient(160deg,#0a1721,#0e2a3b)!important;
  cursor:pointer!important;
}
.fc-panel-v43 .fc-doctor-photo-preview{
  width:112px!important;
  height:138px!important;
  margin:0!important;
  border-radius:20px!important;
  display:grid!important;
  place-items:center!important;
  overflow:hidden!important;
  background:#123246!important;
  color:#39d8dc!important;
  font-size:32px!important;
  box-shadow:0 14px 30px rgba(0,0,0,.18)!important;
}
.fc-panel-v43 .fc-doctor-photo-preview img{width:100%!important;height:100%!important;object-fit:cover!important;}
.fc-panel-v43 .fc-doctor-photo-copy{display:flex!important;flex-direction:column!important;align-items:center!important;gap:2px!important;text-align:center!important;}
.fc-panel-v43 .fc-doctor-photo-copy strong{color:#fff!important;font-size:13px!important;}
.fc-panel-v43 .fc-doctor-photo-copy small{color:#7190a5!important;font-size:10px!important;}
.fc-panel-v43 .fc-doctor-photo-button{
  display:inline-flex!important;
  align-items:center!important;
  gap:7px!important;
  padding:9px 12px!important;
  border-radius:11px!important;
  background:#12384b!important;
  color:#7debf0!important;
  font-size:10px!important;
  font-weight:800!important;
}
.fc-panel-v43 .fc-doctor-photo-field input[type=file]{position:absolute!important;inset:0!important;opacity:0!important;cursor:pointer!important;}
.fc-panel-v43 .fc-doctor-main-card{
  padding:20px!important;
  border:1px solid #203e52!important;
  border-radius:20px!important;
  background:#081722!important;
}
.fc-panel-v43 .fc-doctor-main-heading{display:flex!important;justify-content:space-between!important;align-items:center!important;gap:12px!important;margin-bottom:16px!important;}
.fc-panel-v43 .fc-doctor-main-heading span{color:#fff!important;font-size:14px!important;font-weight:850!important;}
.fc-panel-v43 .fc-doctor-main-heading small{color:#66859a!important;font-size:10px!important;}
.fc-panel-v43 .fc-doctor-main-grid,
.fc-panel-v43 .fc-doctor-section-grid{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:14px!important;
}
.fc-panel-v43 .fc-doctor-field{
  display:flex!important;
  flex-direction:column!important;
  align-items:stretch!important;
  gap:7px!important;
  margin:0!important;
  min-width:0!important;
  color:#89a2b7!important;
  font-size:11px!important;
  font-weight:800!important;
}
.fc-panel-v43 .fc-doctor-field>span{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:8px!important;line-height:1.3!important;}
.fc-panel-v43 .fc-doctor-field>span small{color:#5e7a90!important;font-size:9px!important;font-weight:600!important;}
.fc-panel-v43 .fc-doctor-field-wide{grid-column:1/-1!important;}
.fc-panel-v43 .fc-doctor-field input,
.fc-panel-v43 .fc-doctor-field select,
.fc-panel-v43 .fc-doctor-field textarea{
  display:block!important;
  width:100%!important;
  min-width:0!important;
  margin:0!important;
  border:1px solid #26475d!important;
  border-radius:13px!important;
  background:#fdfefe!important;
  color:#142a43!important;
  font-size:13px!important;
  line-height:1.45!important;
  padding:11px 13px!important;
  box-sizing:border-box!important;
  outline:none!important;
}
.fc-panel-v43 .fc-doctor-field input,
.fc-panel-v43 .fc-doctor-field select{height:45px!important;min-height:45px!important;}
.fc-panel-v43 .fc-doctor-field textarea{min-height:120px!important;resize:vertical!important;}
.fc-panel-v43 .fc-doctor-field input:focus,
.fc-panel-v43 .fc-doctor-field select:focus,
.fc-panel-v43 .fc-doctor-field textarea:focus{border-color:#18cbd0!important;box-shadow:0 0 0 3px rgba(24,203,208,.12)!important;}
.fc-panel-v43 .fc-doctor-editor-sections{display:grid!important;grid-template-columns:1fr!important;gap:0!important;}
.fc-panel-v43 .fc-doctor-editor-section{
  padding:22px!important;
  border-bottom:1px solid #1b3447!important;
  background:transparent!important;
}
.fc-panel-v43 .fc-doctor-editor-label{margin-bottom:16px!important;}
.fc-panel-v43 .fc-doctor-editor-label>i{width:42px!important;height:42px!important;border-radius:13px!important;}
.fc-panel-v43 .fc-doctor-editor-label strong{font-size:14px!important;}
.fc-panel-v43 .fc-doctor-editor-label small{font-size:10px!important;}
.fc-panel-v43 .fc-doctor-advanced{
  margin:18px 22px 0!important;
  padding:0!important;
  border:1px solid #234459!important;
  border-radius:16px!important;
  overflow:hidden!important;
  background:#081722!important;
}
.fc-panel-v43 .fc-doctor-advanced summary{
  display:flex!important;
  align-items:center!important;
  gap:9px!important;
  padding:14px 16px!important;
  list-style:none!important;
  cursor:pointer!important;
  color:#b6cbd9!important;
}
.fc-panel-v43 .fc-doctor-advanced summary::-webkit-details-marker{display:none!important;}
.fc-panel-v43 .fc-doctor-advanced summary span{font-size:12px!important;font-weight:850!important;}
.fc-panel-v43 .fc-doctor-advanced summary small{margin-left:auto!important;color:#607d91!important;font-size:9px!important;}
.fc-panel-v43 .fc-doctor-advanced[open] .fc-doctor-main-grid{padding:0 16px 16px!important;}
.fc-panel-v43 .fc-doctor-form-actions{
  display:grid!important;
  grid-template-columns:auto minmax(240px,1fr)!important;
  gap:12px!important;
  align-items:center!important;
  padding:18px 22px 22px!important;
}
.fc-panel-v43 .fc-doctor-form-actions .fc-panel-primary-btn{margin:0!important;width:100%!important;height:48px!important;}
.fc-panel-v43 .fc-doctor-secondary-btn{
  height:48px!important;
  padding:0 18px!important;
  border:1px solid #294b61!important;
  border-radius:14px!important;
  background:#0d2534!important;
  color:#99b5c8!important;
  font-weight:800!important;
  cursor:pointer!important;
}
.fc-panel-v43 .fc-panel-doctor-list-card{position:sticky!important;top:18px!important;}
@media(max-width:1050px){
  .fc-panel-v43 .fc-panel-doctor-list-card{position:static!important;}
}
@media(max-width:767px){
  .fc-panel-v43 .fc-doctor-editor-hero{grid-template-columns:1fr!important;padding:16px!important;}
  .fc-panel-v43 .fc-doctor-photo-field{min-height:220px!important;}
  .fc-panel-v43 .fc-doctor-main-grid,
  .fc-panel-v43 .fc-doctor-section-grid{grid-template-columns:1fr!important;}
  .fc-panel-v43 .fc-doctor-field-wide{grid-column:auto!important;}
  .fc-panel-v43 .fc-doctor-editor-section{padding:18px 16px!important;}
  .fc-panel-v43 .fc-doctor-advanced{margin:16px!important;}
  .fc-panel-v43 .fc-doctor-form-actions{grid-template-columns:1fr!important;padding:0 16px 18px!important;}
}

/* Phase 11.4 — compact notification centre and support typography */
.fc-panel-v43 .fc-panel-notification-menu{
  width:min(340px,calc(100vw - 20px))!important;
  max-height:390px!important;
  border-radius:14px!important;
  overflow:hidden!important;
}
.fc-panel-v43 .fc-panel-notification-menu header{
  min-height:44px!important;
  padding:10px 13px!important;
  align-items:center!important;
}
.fc-panel-v43 .fc-panel-notification-menu header strong{font-size:14px!important;line-height:1.2!important;}
.fc-panel-v43 .fc-panel-notification-menu header button{font-size:10px!important;line-height:1.2!important;padding:4px!important;}
.fc-panel-v43 .fc-panel-notification-list{
  max-height:330px!important;
  overflow-y:auto!important;
  overflow-x:hidden!important;
  scrollbar-width:thin!important;
  scrollbar-color:#31536a transparent!important;
}
.fc-panel-v43 .fc-panel-notification-list::-webkit-scrollbar{width:6px!important;}
.fc-panel-v43 .fc-panel-notification-list::-webkit-scrollbar-thumb{background:#31536a!important;border-radius:99px!important;}
.fc-panel-v43 .fc-panel-notification-list>a{
  display:grid!important;
  grid-template-columns:30px minmax(0,1fr) auto!important;
  gap:9px!important;
  align-items:center!important;
  min-height:56px!important;
  padding:9px 12px!important;
  border-bottom:1px solid #173047!important;
  color:#cad9e4!important;
  text-decoration:none!important;
  overflow:hidden!important;
}
.fc-panel-v43 .fc-panel-notification-list>a>i{
  width:30px!important;height:30px!important;border-radius:9px!important;
  font-size:12px!important;display:grid!important;place-items:center!important;
}
.fc-panel-v43 .fc-panel-notification-list>a span{display:block!important;min-width:0!important;overflow:hidden!important;}
.fc-panel-v43 .fc-panel-notification-list>a strong{
  display:block!important;font-size:11px!important;line-height:1.25!important;
  white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;color:#fff!important;
}
.fc-panel-v43 .fc-panel-notification-list>a small{
  display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;
  overflow:hidden!important;font-size:9px!important;line-height:1.35!important;color:#83a0b4!important;margin-top:3px!important;
  word-break:break-word!important;
}
.fc-panel-v43 .fc-panel-notification-list>a time{
  align-self:start!important;font-size:8px!important;line-height:1.2!important;color:#6f8da1!important;white-space:nowrap!important;margin-top:2px!important;
}
.fc-panel-v43 .fc-panel-notification-list>p{margin:0!important;padding:18px!important;font-size:11px!important;color:#8299ad!important;}

.fc-panel-v43 .fc-support-heading h2{font-size:22px!important;line-height:1.2!important;margin:5px 0!important;}
.fc-panel-v43 .fc-support-heading p{font-size:12px!important;line-height:1.5!important;margin:0!important;max-width:700px!important;}
.fc-panel-v43 .fc-support-heading .fc-analytics-kicker{font-size:9px!important;}
.fc-panel-v43 .fc-support-heading .fc-panel-outline-btn{font-size:12px!important;padding:10px 14px!important;}
.fc-panel-v43 .fc-support-new-ticket summary{padding:14px 16px!important;align-items:center!important;}
.fc-panel-v43 .fc-support-new-ticket summary strong{font-size:14px!important;line-height:1.25!important;}
.fc-panel-v43 .fc-support-new-ticket summary small{font-size:10px!important;line-height:1.3!important;}
.fc-panel-v43 .fc-support-thread-head{padding:16px!important;}
.fc-panel-v43 .fc-support-thread-head h3{font-size:20px!important;line-height:1.25!important;margin:4px 0!important;}
.fc-panel-v43 .fc-support-thread-head p{font-size:11px!important;line-height:1.4!important;}
.fc-panel-v43 .fc-support-thread-head span{font-size:8px!important;}
.fc-panel-v43 .fc-support-thread-head .status{font-size:9px!important;padding:7px 10px!important;}
.fc-panel-v43 .fc-support-messages{padding:16px!important;max-height:430px!important;}
.fc-panel-v43 .fc-support-messages article{padding:12px 14px!important;border-radius:14px!important;}
.fc-panel-v43 .fc-support-messages strong{font-size:13px!important;line-height:1.3!important;}
.fc-panel-v43 .fc-support-messages time{font-size:8px!important;}
.fc-panel-v43 .fc-support-messages p{font-size:13px!important;line-height:1.5!important;margin-top:7px!important;}
.fc-panel-v43 .fc-support-reply-form textarea{font-size:13px!important;line-height:1.45!important;min-height:100px!important;}
.fc-panel-v43 .fc-support-reply-form .fc-panel-primary-btn{font-size:12px!important;padding:0 18px!important;white-space:nowrap!important;}
.fc-panel-v43 .fc-support-close-form button{font-size:9px!important;}
.fc-panel-v43 .fc-support-ticket-copy strong{font-size:12px!important;line-height:1.25!important;}
.fc-panel-v43 .fc-support-ticket-copy small,.fc-panel-v43 .fc-support-ticket-copy em{font-size:9px!important;line-height:1.3!important;}

@media(max-width:767px){
  .fc-panel-v43 .fc-panel-notification-menu{position:fixed!important;left:10px!important;right:10px!important;top:66px!important;width:auto!important;max-width:none!important;}
  .fc-panel-v43 .fc-panel-notification-list{max-height:55vh!important;}
  .fc-panel-v43 .fc-support-heading{align-items:flex-start!important;}
}

/* Phase 11.5: compact support, billing profile and payment centre */
.fc-panel-v43 .fc-support-layout{align-items:start!important;}
.fc-panel-v43 .fc-support-conversation{min-height:0!important;}
.fc-panel-v43 .fc-support-new-ticket{display:block!important;margin:0!important;padding:0!important;border:0!important;border-bottom:1px solid #1c3549!important;background:#091b28!important;}
.fc-panel-v43 .fc-support-new-toggle{width:100%!important;min-height:54px!important;padding:13px 16px!important;border:0!important;background:transparent!important;color:#fff!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto 20px!important;align-items:center!important;gap:12px!important;text-align:left!important;cursor:pointer!important;}
.fc-panel-v43 .fc-support-new-toggle>span{display:flex!important;align-items:center!important;gap:8px!important;min-width:0!important;}
.fc-panel-v43 .fc-support-new-toggle strong{font-size:13px!important;line-height:1.2!important;}
.fc-panel-v43 .fc-support-new-toggle>small{font-size:9px!important;color:#7895aa!important;white-space:nowrap!important;}
.fc-panel-v43 .fc-support-new-toggle .toggle-icon{font-size:10px!important;color:#60b9c5!important;transition:transform .2s ease!important;}
.fc-panel-v43 .fc-support-new-ticket.is-open .toggle-icon{transform:rotate(180deg)!important;}
.fc-panel-v43 .fc-support-new-ticket>form{display:none!important;padding:0 16px 16px!important;margin:0!important;}
.fc-panel-v43 .fc-support-new-ticket.is-open>form{display:grid!important;}
.fc-panel-v43 .fc-support-new-ticket .fc-panel-form-grid{gap:11px!important;}
.fc-panel-v43 .fc-support-new-ticket label{font-size:9px!important;gap:5px!important;}
.fc-panel-v43 .fc-support-new-ticket input,.fc-panel-v43 .fc-support-new-ticket select{min-height:42px!important;font-size:12px!important;}
.fc-panel-v43 .fc-support-new-ticket textarea{min-height:110px!important;font-size:12px!important;}
.fc-panel-v43 .fc-support-new-ticket .fc-panel-primary-btn{min-height:44px!important;font-size:12px!important;}
.fc-panel-v43 .fc-support-ticket-list,.fc-panel-v43 .fc-support-conversation{box-shadow:0 12px 32px rgba(0,0,0,.12)!important;}

.fc-panel-v43 .fc-billing-profile-card{margin:18px 0;padding:20px;border:1px solid #1f4057;border-radius:22px;background:linear-gradient(145deg,#0b1d2b,#0d2535);box-shadow:0 18px 44px rgba(0,0,0,.16);}
.fc-panel-v43 .fc-billing-profile-card.is-ready{border-color:#17645f;background:linear-gradient(145deg,#0b242c,#0d2d34);}
.fc-panel-v43 .fc-billing-profile-head{display:grid;grid-template-columns:48px minmax(0,1fr) auto;gap:14px;align-items:center;}
.fc-panel-v43 .fc-billing-profile-icon{width:48px;height:48px;border-radius:15px;display:grid;place-items:center;background:#0f4250;color:#34e1e2;font-size:18px;}
.fc-panel-v43 .fc-billing-profile-head span{display:block;color:#28d7db;font-size:9px;font-weight:900;letter-spacing:.08em;}
.fc-panel-v43 .fc-billing-profile-head h3{margin:4px 0;color:#fff;font-size:18px;}
.fc-panel-v43 .fc-billing-profile-head p{margin:0;color:#8099ac;font-size:11px;}
.fc-panel-v43 .fc-billing-profile-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:18px;}
.fc-panel-v43 .fc-billing-profile-summary>div{padding:13px;border:1px solid #1d4354;border-radius:14px;background:#081a26;min-width:0;}
.fc-panel-v43 .fc-billing-profile-summary small,.fc-panel-v43 .fc-billing-profile-summary strong,.fc-panel-v43 .fc-billing-profile-summary span{display:block;overflow-wrap:anywhere;}
.fc-panel-v43 .fc-billing-profile-summary small{color:#66869c;font-size:8px;text-transform:uppercase;font-weight:900;letter-spacing:.06em;}
.fc-panel-v43 .fc-billing-profile-summary strong{margin:5px 0 3px;color:#fff;font-size:12px;}
.fc-panel-v43 .fc-billing-profile-summary span{color:#89a0b2;font-size:10px;line-height:1.4;}
.fc-panel-v43 .fc-billing-profile-form{margin-top:18px;padding-top:18px;border-top:1px solid #1b3c4d;}
.fc-panel-v43 .fc-billing-profile-form.is-collapsed{display:none!important;}
.fc-panel-v43 .fc-billing-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:14px;}
.fc-panel-v43 .fc-billing-actions .fc-panel-primary-btn{width:auto!important;min-width:190px!important;}

.fc-panel-v43 .fc-payment-workspace{margin:20px 0;border:1px solid #1d4056;border-radius:24px;background:#091a27;overflow:hidden;box-shadow:0 22px 56px rgba(0,0,0,.2);}
.fc-panel-v43 .fc-payment-workspace-head{padding:20px 22px;display:flex;justify-content:space-between;gap:20px;align-items:flex-start;border-bottom:1px solid #1a394d;background:linear-gradient(135deg,#0d2434,#0a1c2a);}
.fc-panel-v43 .fc-payment-workspace-head span{color:#22d6da;font-size:9px;font-weight:900;letter-spacing:.08em;}
.fc-panel-v43 .fc-payment-workspace-head h2{margin:5px 0;color:#fff;font-size:22px;}
.fc-panel-v43 .fc-payment-workspace-head p{margin:0;color:#849db0;font-size:11px;max-width:680px;}
.fc-panel-v43 .fc-payment-order-meta{display:flex;flex-direction:column;align-items:flex-end;gap:4px;white-space:nowrap;}
.fc-panel-v43 .fc-payment-order-meta em{padding:6px 9px;border-radius:999px;background:#14364a;color:#9bc4d8;font-size:9px;font-style:normal;}
.fc-panel-v43 .fc-payment-order-meta strong{color:#fff;font-size:18px;}
.fc-panel-v43 .fc-payment-order-meta small{color:#708ca1;font-size:9px;}
.fc-panel-v43 .fc-payment-billing-warning{margin:16px 20px 0;padding:13px 15px;display:flex;gap:11px;align-items:center;border:1px solid #705a1e;border-radius:14px;background:#312a12;color:#f4d36c;}
.fc-panel-v43 .fc-payment-billing-warning>i{font-size:18px;}.fc-panel-v43 .fc-payment-billing-warning>div{flex:1}.fc-panel-v43 .fc-payment-billing-warning strong,.fc-panel-v43 .fc-payment-billing-warning span{display:block}.fc-panel-v43 .fc-payment-billing-warning strong{font-size:12px}.fc-panel-v43 .fc-payment-billing-warning span{margin-top:2px;color:#cdbd81;font-size:10px}.fc-panel-v43 .fc-payment-billing-warning a{color:#fff;font-size:10px;font-weight:900;}
.fc-panel-v43 .fc-payment-shell{display:grid;grid-template-columns:280px minmax(0,1fr);min-height:540px;}
.fc-panel-v43 .fc-payment-method-nav{padding:18px;border-right:1px solid #1a394d;background:#071722;display:flex;flex-direction:column;gap:10px;}
.fc-panel-v43 .fc-payment-method-tab{position:relative;display:grid!important;grid-template-columns:38px minmax(0,1fr) 16px!important;align-items:center!important;gap:10px!important;padding:13px!important;border:1px solid #1b394d!important;border-radius:15px!important;background:#0a1d2a!important;cursor:pointer!important;color:#849bad!important;transition:.2s ease!important;}
.fc-panel-v43 .fc-payment-method-tab:hover,.fc-panel-v43 .fc-payment-method-tab.active{border-color:#10bcc3!important;background:#0d3140!important;color:#fff!important;box-shadow:0 10px 24px rgba(11,185,192,.11)!important;}
.fc-panel-v43 .fc-payment-method-tab>input{position:absolute!important;opacity:0!important;pointer-events:none!important;}
.fc-panel-v43 .fc-payment-method-tab>i{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;background:#112f41;color:#38d9dc;font-size:15px;}
.fc-panel-v43 .fc-payment-method-tab span strong,.fc-panel-v43 .fc-payment-method-tab span small{display:block;}.fc-panel-v43 .fc-payment-method-tab span strong{font-size:12px;color:#fff}.fc-panel-v43 .fc-payment-method-tab span small{margin-top:3px;color:#6e8a9e;font-size:9px;line-height:1.35}.fc-panel-v43 .fc-payment-method-tab>b{color:#56788f;font-size:9px;}
.fc-panel-v43 .fc-payment-method-content{padding:20px;min-width:0;}
.fc-panel-v43 .fc-payment-pane{display:none;}.fc-panel-v43 .fc-payment-pane.active{display:block;}
.fc-panel-v43 .fc-payment-pane-head{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:16px;}
.fc-panel-v43 .fc-payment-pane-head span{color:#22d6da;font-size:8px;font-weight:900;letter-spacing:.08em;}.fc-panel-v43 .fc-payment-pane-head h3{margin:5px 0 0;color:#fff;font-size:18px;}.fc-panel-v43 .fc-payment-pane-head>small{display:flex;gap:6px;color:#7894a8;font-size:9px;}
.fc-panel-v43 .fc-payment-provider-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;}
.fc-panel-v43 .fc-payment-provider-grid.bank_transfer{grid-template-columns:repeat(2,minmax(0,1fr));}
.fc-panel-v43 .fc-payment-provider{position:relative;min-height:112px;padding:15px;border:1px solid #1d3b50;border-radius:16px;background:#0b1e2c;display:flex!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;gap:9px!important;cursor:pointer!important;transition:.2s ease!important;}
.fc-panel-v43 .fc-payment-provider:hover,.fc-panel-v43 .fc-payment-provider.selected{border-color:#0fc2c8!important;background:#0d2938!important;transform:translateY(-2px);}
.fc-panel-v43 .fc-payment-provider>input{position:absolute;opacity:0;}.fc-panel-v43 .fc-payment-provider>i{position:absolute;right:10px;top:10px;color:#13d69b;opacity:0;}.fc-panel-v43 .fc-payment-provider.selected>i{opacity:1;}
.fc-panel-v43 .fc-payment-provider .brand{min-height:32px;display:grid;place-items:center;color:#d9e6ef;font-size:20px;font-weight:950;letter-spacing:-.04em;}.fc-panel-v43 .fc-payment-provider .brand.visa{color:#3168ff;font-style:italic;}.fc-panel-v43 .fc-payment-provider .brand.mastercard{color:#ff5b35;letter-spacing:-.35em;padding-right:.35em;}.fc-panel-v43 .fc-payment-provider .brand.troy{color:#55bfc6;}.fc-panel-v43 .fc-payment-provider strong{color:#dce7ef;font-size:11px;text-align:center;}
.fc-panel-v43 .fc-payment-method-note{margin:15px 0;padding:12px 14px;display:flex;gap:10px;align-items:flex-start;border-radius:13px;background:#0a2632;border:1px solid #174456;color:#82a5b5;font-size:10px;line-height:1.5;}.fc-panel-v43 .fc-payment-method-note i{color:#2ed7db;margin-top:2px;}
.fc-panel-v43 .fc-payment-submit-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:18px;padding-top:18px;border-top:1px solid #193649;}.fc-panel-v43 .fc-payment-submit-grid label{display:flex;flex-direction:column;gap:6px;color:#7590a4;font-size:9px;font-weight:800;text-transform:uppercase;}.fc-panel-v43 .fc-payment-submit-grid .wide{grid-column:1/-1}.fc-panel-v43 .fc-payment-submit-grid input,.fc-panel-v43 .fc-payment-submit-grid textarea{width:100%;border:1px solid #22455b;border-radius:13px;background:#071721;color:#fff;padding:11px;font-size:12px;text-transform:none;}.fc-panel-v43 .fc-payment-file input{position:absolute;opacity:0;pointer-events:none}.fc-panel-v43 .fc-payment-file>span{min-height:43px;border:1px dashed #2a5870;border-radius:13px;display:flex;align-items:center;justify-content:center;gap:8px;background:#0b202d;color:#91aabd;text-transform:none;cursor:pointer}.fc-panel-v43 .fc-payment-file>span i{color:#2bd6da;}
.fc-panel-v43 .fc-payment-billing-mini{margin:14px 0;padding:12px 14px;display:grid;grid-template-columns:35px minmax(0,1fr) auto;gap:11px;align-items:center;border:1px solid #1b3c50;border-radius:14px;background:#081923;}.fc-panel-v43 .fc-payment-billing-mini>i{width:35px;height:35px;border-radius:10px;display:grid;place-items:center;background:#103444;color:#29d8dc;}.fc-panel-v43 .fc-payment-billing-mini small,.fc-panel-v43 .fc-payment-billing-mini strong,.fc-panel-v43 .fc-payment-billing-mini span{display:block}.fc-panel-v43 .fc-payment-billing-mini small{font-size:8px;color:#67879b}.fc-panel-v43 .fc-payment-billing-mini strong{font-size:11px;color:#fff;margin:2px 0}.fc-panel-v43 .fc-payment-billing-mini span{font-size:9px;color:#7692a6}.fc-panel-v43 .fc-payment-billing-mini a{font-size:10px;color:#31dadd;font-weight:900;}
.fc-panel-v43 .fc-payment-submit-button{width:100%;min-height:48px;border:0;border-radius:14px;background:linear-gradient(135deg,#0ab8c0,#12ced1);color:#fff;font-size:13px;font-weight:900;cursor:pointer;box-shadow:0 14px 30px rgba(9,190,197,.18);}.fc-panel-v43 .fc-payment-submit-button:disabled{cursor:not-allowed;opacity:.38;box-shadow:none}.fc-panel-v43 .fc-payment-receipt-link{display:flex;justify-content:center;gap:7px;margin-top:10px;color:#84a1b4;font-size:10px;}

@media(max-width:1100px){
  .fc-panel-v43 .fc-billing-profile-summary{grid-template-columns:1fr 1fr;}
  .fc-panel-v43 .fc-payment-shell{grid-template-columns:220px minmax(0,1fr);}
  .fc-panel-v43 .fc-payment-provider-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media(max-width:767px){
  .fc-panel-v43 .fc-support-new-toggle{grid-template-columns:minmax(0,1fr) 18px!important;}.fc-panel-v43 .fc-support-new-toggle>small{display:none!important;}
  .fc-panel-v43 .fc-billing-profile-head{grid-template-columns:42px minmax(0,1fr);}.fc-panel-v43 .fc-billing-profile-head>.fc-panel-outline-btn{grid-column:1/-1;width:100%;}.fc-panel-v43 .fc-billing-profile-summary{grid-template-columns:1fr;}.fc-panel-v43 .fc-billing-actions{flex-direction:column;}.fc-panel-v43 .fc-billing-actions>*{width:100%!important;}
  .fc-panel-v43 .fc-payment-workspace-head{flex-direction:column;}.fc-panel-v43 .fc-payment-order-meta{align-items:flex-start;}.fc-panel-v43 .fc-payment-shell{display:block;min-height:0;}.fc-panel-v43 .fc-payment-method-nav{border-right:0;border-bottom:1px solid #1a394d;display:grid;grid-template-columns:1fr 1fr;}.fc-panel-v43 .fc-payment-method-tab:last-child{grid-column:1/-1;}.fc-panel-v43 .fc-payment-provider-grid,.fc-panel-v43 .fc-payment-provider-grid.bank_transfer{grid-template-columns:1fr 1fr;}.fc-panel-v43 .fc-payment-submit-grid{grid-template-columns:1fr;}.fc-panel-v43 .fc-payment-submit-grid .wide{grid-column:auto;}
}

/* Phase 11.5 final support spacing guard */
.fc-panel-v43 .fc-support-conversation,
.fc-panel-v43 .fc-support-conversation>*{top:auto!important;transform:none!important;}
.fc-panel-v43 .fc-support-conversation::before,
.fc-panel-v43 .fc-support-conversation::after,
.fc-panel-v43 .fc-support-new-ticket::before,
.fc-panel-v43 .fc-support-new-ticket::after{display:none!important;content:none!important;}
.fc-panel-v43 .fc-support-new-ticket{min-height:0!important;height:auto!important;}
.fc-panel-v43 .fc-support-new-ticket:first-child{margin-top:0!important;}
.fc-panel-v43 .fc-support-new-ticket.is-open .fc-support-new-toggle{border-bottom:1px solid #173447!important;}

/* Phase 11.6 — support modal, 3-step checkout and compact editor */
body.fc-support-modal-open{overflow:hidden}
.fc-support-conversation{min-height:420px!important}
.fc-support-modal{position:fixed;inset:0;z-index:100000;display:none;align-items:center;justify-content:center;padding:24px}
.fc-support-modal.is-open{display:flex}
.fc-support-modal-backdrop{position:absolute;inset:0;background:rgba(0,8,16,.78);backdrop-filter:blur(8px)}
.fc-support-modal-dialog{position:relative;z-index:2;width:min(720px,100%);max-height:calc(100dvh - 40px);overflow:auto;border:1px solid #21445b;border-radius:26px;background:#081b29;box-shadow:0 30px 90px rgba(0,0,0,.55);padding:28px}
.fc-support-modal-close{position:absolute;right:18px;top:18px;width:42px;height:42px;border:1px solid #264b63;border-radius:14px;background:#102c3e;color:#fff;cursor:pointer}
.fc-support-modal-head span{display:block;color:#17c4ca;font-size:11px;font-weight:900;letter-spacing:.09em}.fc-support-modal-head h3{margin:8px 52px 6px 0;font-size:25px;color:#fff}.fc-support-modal-head p{margin:0 0 22px;color:#8faac0;font-size:13px}
.fc-support-modal-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.fc-support-modal-grid label{display:flex;flex-direction:column;gap:8px;color:#8faac0;font-size:12px;font-weight:800}.fc-support-modal-grid label.wide{grid-column:1/-1}.fc-support-modal-grid input,.fc-support-modal-grid select,.fc-support-modal-grid textarea{width:100%;border:1px solid #274b63;border-radius:15px;background:#071622;color:#fff;padding:13px 15px;font-size:14px;outline:none}.fc-support-modal-grid input:focus,.fc-support-modal-grid select:focus,.fc-support-modal-grid textarea:focus{border-color:#10bec5;box-shadow:0 0 0 3px rgba(16,190,197,.12)}
.fc-support-modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:20px}.fc-support-modal-actions .fc-panel-primary-btn,.fc-support-modal-actions .fc-panel-outline-btn{width:auto;min-width:150px;height:46px}
.fc-membership-checkout-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:18px 0 24px}.fc-membership-checkout-steps a{display:flex;align-items:center;gap:12px;padding:14px 16px;border:1px solid #1c4057;border-radius:18px;background:#0a1f2d;color:#7795ad;text-decoration:none}.fc-membership-checkout-steps a b{width:35px;height:35px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#132f42;color:#9bb6ca}.fc-membership-checkout-steps a span strong,.fc-membership-checkout-steps a span small{display:block}.fc-membership-checkout-steps a span strong{font-size:13px;color:#d9e7f2}.fc-membership-checkout-steps a span small{font-size:10px;margin-top:3px}.fc-membership-checkout-steps a.active{border-color:#10bec5;background:linear-gradient(135deg,#0b2936,#0b3440);box-shadow:0 12px 30px rgba(0,190,197,.09)}.fc-membership-checkout-steps a.active b,.fc-membership-checkout-steps a.done b{background:#0db9c0;color:#fff}.fc-membership-checkout-steps a.done{border-color:#1b5964}
.fc-checkout-order-summary{display:flex;justify-content:space-between;align-items:center;gap:18px;padding:20px 24px;border:1px solid #1f465c;border-radius:20px;background:linear-gradient(135deg,#0b2432,#0c3040);margin-bottom:18px}.fc-checkout-order-summary span{font-size:10px;color:#12c0c7;font-weight:900;letter-spacing:.08em}.fc-checkout-order-summary h3{margin:6px 0 3px;color:#fff;font-size:22px}.fc-checkout-order-summary p{margin:0;color:#8eabc0;font-size:12px}.fc-checkout-order-summary>strong{font-size:24px;color:#fff;white-space:nowrap}
.fc-billing-step-card{background:linear-gradient(145deg,#0b2932,#0c3238)!important;border-color:#19606a!important}.fc-billing-step-card .fc-billing-profile-summary>div{background:#092333!important;border-color:#1b4a5c!important}.fc-billing-step-card .fc-billing-profile-form{background:transparent!important;border:0!important;padding:4px 0 0!important}.fc-billing-step-card .fc-billing-profile-form input,.fc-billing-step-card .fc-billing-profile-form select,.fc-billing-step-card .fc-billing-profile-form textarea{background:#071b27!important;border-color:#245066!important;color:#fff!important}.fc-billing-step-card .fc-billing-profile-form label{color:#83a0b6!important}.fc-checkout-next-row{display:flex;justify-content:flex-end;margin-top:18px}.fc-checkout-next-row .fc-payment-submit-button{width:auto;min-width:250px;text-decoration:none}
.fc-payment-step-card{margin-top:0!important}.fc-payment-pane{display:none}.fc-payment-pane.active{display:block}.fc-payment-provider-grid.credit_card{grid-template-columns:repeat(3,minmax(0,1fr))}.fc-card-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:20px 0}.fc-card-product{position:relative;display:flex;align-items:center;gap:12px;min-height:100px;padding:16px;border:1px solid #1e4056;border-radius:17px;background:#0b1d29;color:#dce8f1;cursor:pointer}.fc-card-product input{position:absolute;opacity:0}.fc-card-product>i{font-size:22px;color:#8fa7b8}.fc-card-product span strong,.fc-card-product span small{display:block}.fc-card-product span strong{font-size:13px}.fc-card-product span small{font-size:10px;margin-top:4px;color:#7894a8}.fc-card-product.selected{border-color:#0ebcc3;background:#0c2c38;box-shadow:0 10px 28px rgba(0,190,197,.1)}.fc-card-product.selected>i{color:#13d5dc}
.fc-secure-card-placeholder{border:1px solid #1e4056;border-radius:20px;background:#081a26;padding:20px}.fc-secure-card-head{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px}.fc-secure-card-head>div{display:flex;align-items:center;gap:12px}.fc-secure-card-head>div>i{width:42px;height:42px;border-radius:13px;background:#10354a;color:#16c8cf;display:flex;align-items:center;justify-content:center}.fc-secure-card-head strong,.fc-secure-card-head small{display:block}.fc-secure-card-head strong{color:#fff}.fc-secure-card-head small{color:#7895aa;font-size:10px;margin-top:3px}.fc-secure-card-head em{font-style:normal;font-size:9px;color:#14c3ca;border:1px solid #185060;border-radius:999px;padding:7px 10px}.fc-card-field-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px}.fc-card-field-grid label{display:flex;flex-direction:column;gap:7px;color:#8ca7ba;font-size:11px;font-weight:800}.fc-card-field-grid label.wide{grid-column:1/-1}.fc-card-field-grid input,.fc-secure-card-placeholder>label input{width:100%;border:1px solid #294c61;border-radius:14px;background:#07141e;color:#fff;padding:13px}.fc-secure-card-placeholder>label{display:block;color:#8ca7ba;font-size:11px;font-weight:800;margin-top:15px}.fc-secure-card-placeholder>label small{font-weight:400}.fc-payment-method-note.warning{border-color:#705d26!important;background:#2b2714!important;color:#dec978!important}
.fc-bank-account-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.fc-bank-account-card{position:relative;display:flex;align-items:center;gap:14px;min-height:88px;padding:15px;border:1px solid #21445a;border-radius:17px;background:#0a1d29;cursor:pointer}.fc-bank-account-card input{position:absolute;opacity:0}.fc-bank-account-card img{width:80px;height:44px;object-fit:contain;background:#fff;border-radius:9px;padding:5px}.fc-bank-account-card>i{width:52px;height:52px;border-radius:13px;background:#12354a;color:#16c7cf;display:flex;align-items:center;justify-content:center}.fc-bank-account-card span strong,.fc-bank-account-card span small{display:block}.fc-bank-account-card span strong{color:#fff;font-size:14px}.fc-bank-account-card span small{color:#7f9bad;font-size:10px;margin-top:4px}.fc-bank-account-card.selected{border-color:#0dc0c7;box-shadow:0 10px 25px rgba(0,190,197,.1)}
.fc-bank-account-detail{display:none;grid-template-columns:1.1fr 1fr 1.5fr;gap:12px;margin-top:16px;padding:18px;border:1px solid #1b475b;border-radius:18px;background:#092330}.fc-bank-account-detail.active{display:grid}.fc-bank-account-detail>div{position:relative;padding:12px;border-radius:13px;background:#071923}.fc-bank-account-detail small,.fc-bank-account-detail strong{display:block}.fc-bank-account-detail small{color:#6f8ea3;font-size:9px;text-transform:uppercase;letter-spacing:.06em}.fc-bank-account-detail strong{color:#fff;font-size:12px;margin-top:5px;overflow-wrap:anywhere}.fc-bank-account-detail button[data-copy]{position:absolute;right:8px;top:8px;border:0;background:transparent;color:#9eb5c5}.fc-bank-detail-brand{display:flex;align-items:center;gap:10px}.fc-bank-detail-brand img{width:74px;height:38px;object-fit:contain;background:#fff;border-radius:8px;padding:4px}.fc-bank-account-detail>p{grid-column:1/-1;color:#8ba7ba;font-size:11px;margin:0}.fc-bank-notify-toggle{grid-column:1/-1;justify-self:start;border:0;border-radius:13px;background:#12bcc3;color:#fff;padding:12px 18px;font-weight:800}.fc-transfer-notification{display:none;margin-top:16px;border-top:1px solid #1a4054;padding-top:18px}.fc-transfer-notification.active{display:block}.fc-transfer-head span{font-size:9px;color:#11c0c7;font-weight:900;letter-spacing:.08em}.fc-transfer-head h4{font-size:18px;color:#fff;margin:5px 0 15px}
.fc-payment-submit-grid input,.fc-payment-submit-grid textarea{font-size:13px!important}.fc-payment-submit-button{font-size:14px!important;min-height:48px!important}.fc-payment-workspace-head h2{font-size:24px!important}.fc-payment-pane-head h3{font-size:19px!important}
/* Compact clinic profile forms */
.fc-profile-editor-shell .fc-profile-tab-panel,.fc-panel-profile-editor .fc-profile-tab-panel{font-size:13px}.fc-profile-editor-shell input,.fc-profile-editor-shell select,.fc-profile-editor-shell textarea,.fc-panel-profile-editor input,.fc-panel-profile-editor select,.fc-panel-profile-editor textarea{font-size:13px!important;min-height:45px!important}.fc-profile-editor-shell label,.fc-panel-profile-editor label{font-size:11px!important}.fc-profile-editor-shell h2,.fc-profile-editor-shell h3,.fc-panel-profile-editor h2,.fc-panel-profile-editor h3{font-size:20px!important}.fc-profile-editor-shell .fc-profile-tabs button,.fc-panel-profile-editor .fc-profile-tabs button{font-size:12px!important;padding:11px 16px!important}.fc-hours-grid>div{font-size:13px!important}.fc-hours-grid>div strong{font-size:13px!important}
@media(max-width:900px){.fc-card-product-grid{grid-template-columns:repeat(2,1fr)}.fc-bank-account-detail{grid-template-columns:1fr}.fc-bank-account-detail>p,.fc-bank-notify-toggle{grid-column:1}.fc-membership-checkout-steps{grid-template-columns:1fr}.fc-membership-checkout-steps a span small{display:none}}
@media(max-width:650px){.fc-support-modal{padding:0}.fc-support-modal-dialog{width:100%;max-height:100dvh;height:100dvh;border-radius:0;padding:22px 16px}.fc-support-modal-grid{grid-template-columns:1fr}.fc-support-modal-grid label.wide{grid-column:auto}.fc-payment-provider-grid.credit_card,.fc-bank-account-grid,.fc-card-field-grid{grid-template-columns:1fr}.fc-card-field-grid label.wide{grid-column:auto}.fc-card-product-grid{grid-template-columns:1fr}.fc-checkout-order-summary{align-items:flex-start;flex-direction:column}.fc-support-modal-actions{flex-direction:column-reverse}.fc-support-modal-actions button{width:100%!important}}

/* Phase 11.6 profile typography corrections */
.fc-profile-setup-card{font-size:13px!important}.fc-profile-setup-card .fc-panel-card-title h2{font-size:22px!important}.fc-profile-setup-card .fc-panel-card-title span{font-size:12px!important}.fc-profile-setup-card .fc-profile-tabs button{font-size:12px!important;padding:11px 16px!important}.fc-profile-setup-card .fc-panel-type-grid label span{font-size:13px!important}.fc-profile-setup-card .fc-panel-form-grid label{font-size:11px!important}.fc-profile-setup-card .fc-panel-form-grid input,.fc-profile-setup-card .fc-panel-form-grid select,.fc-profile-setup-card .fc-panel-form-grid textarea{font-size:13px!important;min-height:44px!important;padding:11px 13px!important}.fc-profile-setup-card .fc-split-checks h3,.fc-profile-setup-card .fc-feature-grid h3,.fc-profile-setup-card .fc-hours-grid strong{font-size:16px!important}.fc-profile-setup-card .fc-split-checks label,.fc-profile-setup-card .fc-feature-grid label{font-size:13px!important;padding:13px 15px!important}.fc-profile-setup-card .fc-service-price-row,.fc-profile-setup-card .fc-hours-grid>div{font-size:13px!important}.fc-profile-setup-card .fc-service-price-row input,.fc-profile-setup-card .fc-hours-grid input{font-size:13px!important}.fc-profile-setup-card .fc-panel-primary-btn{font-size:13px!important;min-height:48px!important}

/* Phase 11.6 bank QR detail */
.fc-bank-account-detail{grid-template-columns:minmax(0,1fr);}
.fc-bank-account-detail:has(.fc-bank-qr){grid-template-columns:190px minmax(0,1fr);align-items:start;}
.fc-bank-qr{padding:14px;border:1px solid #1c5266;border-radius:18px;background:#fff;text-align:center;}
.fc-bank-qr img{display:block;width:100%;aspect-ratio:1/1;object-fit:contain;border-radius:10px;background:#fff;}
.fc-bank-qr small{display:block;margin-top:9px;color:#66839b;font-size:11px;line-height:1.35;}
.fc-bank-detail-fields{display:grid;gap:12px;min-width:0;}
@media(max-width:760px){.fc-bank-account-detail:has(.fc-bank-qr){grid-template-columns:1fr}.fc-bank-qr{max-width:220px;margin:0 auto;width:100%;}}
.fc-bank-account-detail>.fc-bank-detail-fields{padding:0!important;background:transparent!important;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px!important;}
.fc-bank-detail-fields>div{position:relative;padding:12px;border-radius:13px;background:#071923;min-width:0;}
.fc-bank-detail-fields>div:first-child{grid-column:1/-1;}
.fc-bank-detail-fields>p{grid-column:1/-1;color:#8ba7ba;font-size:11px;margin:0;padding:12px;border-radius:13px;background:#071923;}
.fc-bank-detail-fields>.fc-bank-notify-toggle{grid-column:1/-1;justify-self:start;}
@media(max-width:760px){.fc-bank-account-detail>.fc-bank-detail-fields{grid-template-columns:1fr}.fc-bank-detail-fields>div:first-child,.fc-bank-detail-fields>p,.fc-bank-detail-fields>.fc-bank-notify-toggle{grid-column:1}}

/* Phase 11.7: support states, invoice actions and checkout alignment */
.fc-panel-v43.fc-view-support .fc-panel-content{padding-top:18px!important;}
.fc-panel-v43.fc-view-support .fc-panel-section-heading.fc-support-heading{display:none!important;margin:0!important;height:0!important;overflow:hidden!important;}
.fc-panel-v43 .fc-support-layout-compact{margin-top:0!important;align-items:start!important;}
.fc-panel-v43 .fc-support-layout-compact .fc-support-ticket-list,
.fc-panel-v43 .fc-support-layout-compact .fc-support-conversation{margin-top:0!important;top:auto!important;transform:none!important;}
.fc-panel-v43 .fc-support-layout-compact .fc-support-conversation{padding:0!important;min-height:0!important;}
.fc-panel-v43 .fc-support-list-header{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;padding:14px 15px!important;}
.fc-panel-v43 .fc-support-new-btn{display:inline-flex;align-items:center;gap:7px;border:1px solid #1b6b78;border-radius:11px;background:#0b3a48;color:#50e3e7;padding:8px 11px;font-size:10px;font-weight:900;cursor:pointer;white-space:nowrap;}
.fc-panel-v43 .fc-support-new-btn:hover{background:#0fc0c7;color:#fff;border-color:#0fc0c7;}
.fc-panel-v43 .fc-support-empty-button{margin-top:12px!important;width:auto!important;min-height:40px!important;padding:0 14px!important;font-size:11px!important;}
.fc-panel-v43 .fc-support-ticket{position:relative;grid-template-columns:40px minmax(0,1fr) auto!important;border-left:4px solid transparent!important;transition:background .18s ease,border-color .18s ease,opacity .18s ease!important;}
.fc-panel-v43 .fc-support-ticket .fc-support-ticket-status{align-self:start;padding:6px 8px;border-radius:999px;font-size:8px;font-weight:900;white-space:nowrap;background:#153448;color:#9ebed1;}
.fc-panel-v43 .fc-support-ticket>b{position:absolute;right:8px;bottom:8px;}
.fc-panel-v43 .fc-support-ticket.state-new{border-left-color:#19d48a!important;background:rgba(18,91,72,.16)!important;}
.fc-panel-v43 .fc-support-ticket.state-new .fc-support-ticket-icon{background:#0b4e42!important;color:#54efb2!important;}
.fc-panel-v43 .fc-support-ticket.state-new .fc-support-ticket-status{background:#0d4a3c;color:#71efbd;}
.fc-panel-v43 .fc-support-ticket.state-clinic-reply{border-left-color:#ffb13b!important;background:rgba(117,74,10,.14)!important;}
.fc-panel-v43 .fc-support-ticket.state-clinic-reply .fc-support-ticket-icon{background:#4a3514!important;color:#ffc767!important;}
.fc-panel-v43 .fc-support-ticket.state-clinic-reply .fc-support-ticket-status{background:#4b3512;color:#ffd486;}
.fc-panel-v43 .fc-support-ticket.state-admin-reply{border-left-color:#2da7ff!important;background:rgba(20,76,116,.18)!important;}
.fc-panel-v43 .fc-support-ticket.state-admin-reply .fc-support-ticket-icon{background:#123c5a!important;color:#78caff!important;}
.fc-panel-v43 .fc-support-ticket.state-admin-reply .fc-support-ticket-status{background:#143d5a;color:#9ed8ff;}
.fc-panel-v43 .fc-support-ticket.state-closed{border-left-color:#607386!important;opacity:.62!important;filter:saturate(.65);}
.fc-panel-v43 .fc-support-ticket.state-closed .fc-support-ticket-icon{background:#202d38!important;color:#8ba0b0!important;}
.fc-panel-v43 .fc-support-ticket.state-closed .fc-support-ticket-status{background:#243340;color:#aab9c4;}
.fc-panel-v43 .fc-support-ticket.active{opacity:1!important;box-shadow:inset 0 0 0 1px rgba(63,211,220,.25)!important;}
.fc-panel-v43 .fc-support-thread-head{margin:0!important;top:0!important;}
.fc-panel-v43 .fc-support-messages article.clinic{background:linear-gradient(135deg,#0b434b,#0d4d55)!important;border-color:#18717a!important;}
.fc-panel-v43 .fc-support-messages article.admin{background:linear-gradient(135deg,#112d43,#123750)!important;border-color:#225473!important;}

.fc-panel-v43 .fc-membership-selection-note{display:grid!important;grid-template-columns:34px minmax(0,1fr) auto!important;align-items:center!important;padding:14px 16px!important;}
.fc-panel-v43 .fc-membership-selection-note>i{margin:0!important;}
.fc-panel-v43 .fc-membership-selection-note>div{min-width:0!important;}
.fc-panel-v43 .fc-membership-selection-note>div span{margin:0!important;width:auto!important;}
.fc-panel-v43 .fc-membership-selection-note>div small{display:block;margin-top:4px;color:#7fa494;font-size:9px;}
.fc-panel-v43 .fc-membership-pay-now,.fc-panel-v43 .fc-order-payment-link{display:inline-flex;align-items:center;justify-content:center;gap:7px;border-radius:11px;background:linear-gradient(135deg,#0ab8c0,#10d1d4);color:#fff!important;font-size:10px;font-weight:900;text-decoration:none!important;padding:10px 13px;white-space:nowrap;box-shadow:0 10px 24px rgba(10,190,198,.18);}
.fc-panel-v43 .fc-membership-pay-now:hover,.fc-panel-v43 .fc-order-payment-link:hover{transform:translateY(-1px);}
.fc-panel-v43 .fc-membership-selection-note.is-closed{opacity:.72;}
.fc-panel-v43 .fc-membership-order-table .fc-dashboard-lead-head,
.fc-panel-v43 .fc-membership-order-table .fc-dashboard-lead-row{grid-template-columns:1.15fr 1fr .75fr 1.15fr .8fr .75fr!important;}
.fc-panel-v43 .fc-membership-order-table .fc-dashboard-lead-row>span:last-child{justify-self:end;}

.fc-panel-v43 .fc-checkout-next-row{display:flex!important;clear:both!important;width:100%!important;justify-content:flex-end!important;align-items:center!important;margin-top:18px!important;padding-top:16px!important;border-top:1px solid #1a5360!important;grid-column:1/-1!important;}
.fc-panel-v43 .fc-checkout-next-row .fc-payment-submit-button{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;width:auto!important;min-width:260px!important;max-width:100%!important;margin:0!important;padding:0 22px!important;}

@media(max-width:900px){
  .fc-panel-v43 .fc-membership-selection-note{grid-template-columns:30px minmax(0,1fr)!important;}
  .fc-panel-v43 .fc-membership-pay-now{grid-column:1/-1;margin-top:10px;width:100%;}
  .fc-panel-v43 .fc-membership-order-table .fc-dashboard-lead-head{display:none!important;}
  .fc-panel-v43 .fc-membership-order-table .fc-dashboard-lead-row{grid-template-columns:1fr 1fr!important;gap:8px!important;}
  .fc-panel-v43 .fc-membership-order-table .fc-dashboard-lead-row>span:last-child{justify-self:stretch!important;grid-column:1/-1;}
}
@media(max-width:650px){
  .fc-panel-v43 .fc-support-list-header{align-items:flex-start!important;}
  .fc-panel-v43 .fc-support-new-btn span{display:none;}
  .fc-panel-v43 .fc-support-ticket{grid-template-columns:38px minmax(0,1fr)!important;}
  .fc-panel-v43 .fc-support-ticket .fc-support-ticket-status{grid-column:2;justify-self:start;margin-top:5px;}
  .fc-panel-v43 .fc-checkout-next-row .fc-payment-submit-button{width:100%!important;min-width:0!important;}
}
.fc-panel-v43 .fc-support-ticket.state-closed.active{opacity:.72!important;}

/* Phase 11.8 — transfer date/time picker and optional payment fields */
.fc-panel-v43 .fc-payment-submit-grid label>small{font-size:9px;font-weight:700;text-transform:none;color:#6f8ca0;margin-left:4px;}
.fc-panel-v43 .fc-transfer-date-field{cursor:pointer;}
.fc-panel-v43 .fc-transfer-date-field input[type="datetime-local"]{color-scheme:dark;cursor:pointer;padding-right:14px;}
.fc-panel-v43 .fc-transfer-date-field input[type="datetime-local"]::-webkit-calendar-picker-indicator{filter:invert(1) brightness(2);opacity:1;cursor:pointer;width:20px;height:20px;}
.fc-panel-v43 .fc-transfer-date-field input[type="datetime-local"]::-webkit-datetime-edit-fields-wrapper{color:#fff;}

/* Phase 11.9 — country/province directory */
.fc-country-province-directory{margin:22px 0 34px;padding:26px;border:1px solid #dce8ef;border-radius:24px;background:#fff;box-shadow:0 16px 38px rgba(20,48,76,.07)}
.fc-country-province-head{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:20px}.fc-country-province-head span{font-size:10px;font-weight:900;letter-spacing:.12em;color:#0bb6bd}.fc-country-province-head h2{font-size:24px;margin:5px 0 6px;color:#143156}.fc-country-province-head p{margin:0;color:#75899d}.fc-country-province-head>strong{padding:9px 13px;border-radius:999px;background:#e7f8f9;color:#087f86;font-size:12px;white-space:nowrap}.fc-country-province-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:11px}.fc-country-province-grid a{display:grid;grid-template-columns:28px minmax(0,1fr) 14px;align-items:center;gap:8px;min-height:52px;padding:11px 13px;border:1px solid #e0e9ef;border-radius:14px;background:#f8fbfd;color:#1d3a58;font-weight:750;font-size:13px;transition:.2s}.fc-country-province-grid a:hover{transform:translateY(-2px);border-color:#9be1e4;background:#effbfc;color:#078e95}.fc-country-province-grid a>i:first-child{width:28px;height:28px;border-radius:9px;display:grid;place-items:center;background:#e3f7f8;color:#08aeb5}.fc-country-province-grid a>i:last-child{font-size:10px;color:#9aabb9}
@media(max-width:991px){.fc-country-province-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:600px){.fc-country-province-directory{padding:18px}.fc-country-province-head{flex-direction:column}.fc-country-province-grid{grid-template-columns:1fr}}

/* Phase 11.9.2 — modern FindClin blog and article experience */
.fc-blog-detail-page,.fc-blog-index-page{background:#f2f7fa;color:#112e4f;overflow:hidden;}
.fc-blog-detail-page a,.fc-blog-index-page a{text-decoration:none;}
.fc-blog-hero{position:relative;padding:142px 0 72px;background:linear-gradient(135deg,#071d2e 0%,#0b3448 54%,#0b5260 100%);overflow:hidden;color:#fff;}
.fc-blog-hero:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:58px;background:#f2f7fa;clip-path:polygon(0 78%,100% 0,100% 100%,0 100%);}
.fc-blog-hero-orb{position:absolute;border-radius:50%;filter:blur(2px);pointer-events:none;}
.fc-blog-hero-orb.one{width:360px;height:360px;right:-85px;top:-120px;background:rgba(18,205,211,.14);}
.fc-blog-hero-orb.two{width:220px;height:220px;left:10%;bottom:-130px;background:rgba(86,222,226,.09);}
.fc-blog-hero-inner{position:relative;z-index:2;}
.fc-blog-breadcrumb{display:flex;align-items:center;gap:10px;margin-bottom:35px;color:#95b8c8;font-size:12px;font-weight:700;}
.fc-blog-breadcrumb a{color:#b6d6e2;transition:.2s ease;}
.fc-blog-breadcrumb a:hover{color:#4ee2e5;}
.fc-blog-breadcrumb i{font-size:8px;color:#4d7889;}
.fc-blog-breadcrumb span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:400px;}
.fc-blog-hero-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr);gap:58px;align-items:center;}
.fc-blog-eyebrow{display:inline-flex;align-items:center;gap:9px;color:#18d1d6;font-size:11px;font-weight:900;letter-spacing:.1em;text-transform:uppercase;}
.fc-blog-hero-copy h1{margin:15px 0 20px;max-width:760px;color:#fff;font-size:clamp(42px,5.4vw,70px);line-height:1.03;letter-spacing:-.045em;font-weight:900;}
.fc-blog-lead{max-width:720px;margin:0;color:#c4d8e1;font-size:18px;line-height:1.75;}
.fc-blog-meta-row{display:flex;flex-wrap:wrap;gap:12px 24px;margin-top:28px;color:#a5c1cd;font-size:12px;font-weight:700;}
.fc-blog-meta-row span{display:inline-flex;align-items:center;gap:8px;}
.fc-blog-meta-row i{color:#2ad9dd;}
.fc-blog-hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px;}
.fc-blog-primary-action,.fc-blog-secondary-action{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:49px;padding:0 20px;border-radius:14px;font-size:13px;font-weight:850;transition:.22s ease;}
.fc-blog-primary-action{background:#13bdc3;color:#fff;box-shadow:0 13px 28px rgba(14,190,197,.22);}
.fc-blog-primary-action:hover{background:#0fa9af;color:#fff;transform:translateY(-2px);}
.fc-blog-secondary-action{border:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.07);color:#fff;}
.fc-blog-secondary-action:hover{background:#fff;color:#102d4c;transform:translateY(-2px);}
.fc-blog-hero-media{position:relative;margin:0;padding:10px;border:1px solid rgba(255,255,255,.17);border-radius:31px;background:rgba(255,255,255,.08);box-shadow:0 32px 80px rgba(0,0,0,.31);transform:rotate(1.4deg);}
.fc-blog-hero-media:before{content:"";position:absolute;inset:22px -20px -20px 25px;border-radius:30px;background:rgba(20,207,212,.12);z-index:-1;}
.fc-blog-hero-media img{width:100%;height:470px;display:block;border-radius:23px;object-fit:cover;}
.fc-blog-image-badge{position:absolute;left:27px;bottom:27px;display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border-radius:999px;background:rgba(6,25,39,.87);backdrop-filter:blur(9px);color:#fff;font-size:11px;font-weight:850;}
.fc-blog-image-badge i{color:#27d9dd;}
.fc-blog-content-section{padding:72px 0 84px;}
.fc-blog-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:32px;align-items:start;max-width:1230px;margin:0 auto;}
.fc-blog-article-card{padding:42px 48px 40px;border:1px solid #dce8ef;border-radius:30px;background:#fff;box-shadow:0 18px 55px rgba(31,61,91,.08);min-width:0;}
.fc-blog-article-intro{display:grid;grid-template-columns:160px minmax(0,1fr);gap:22px;padding:20px 22px;margin-bottom:34px;border-radius:20px;background:linear-gradient(135deg,#eafafb,#f5fbfd);border:1px solid #d5eff1;}
.fc-blog-article-intro span{color:#0aaeb4;font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;}
.fc-blog-article-intro p{margin:0;color:#4e6b81;font-size:13px;line-height:1.65;}
.fc-blog-rich-content{color:#334f67;font-size:16px;line-height:1.88;word-break:break-word;}
.fc-blog-rich-content>*:first-child{margin-top:0!important;}
.fc-blog-rich-content p{margin:0 0 20px;color:#3f596f;font-size:16px;line-height:1.88;}
.fc-blog-rich-content h2,.fc-blog-rich-content h3,.fc-blog-rich-content h4{position:relative;color:#102f50;font-weight:900;letter-spacing:-.025em;scroll-margin-top:110px;}
.fc-blog-rich-content h2{margin:52px 0 20px;padding-top:4px;font-size:29px;line-height:1.25;}
.fc-blog-rich-content h2:before{content:"";display:block;width:46px;height:4px;margin-bottom:14px;border-radius:9px;background:linear-gradient(90deg,#11bec4,#8ee6e8);}
.fc-blog-rich-content h3{margin:38px 0 16px;font-size:22px;line-height:1.35;}
.fc-blog-rich-content h4{margin:30px 0 14px;font-size:18px;}
.fc-blog-rich-content ul,.fc-blog-rich-content ol{margin:20px 0 28px;padding:0;list-style:none;counter-reset:blog-counter;}
.fc-blog-rich-content li{position:relative;margin:10px 0;padding:13px 16px 13px 45px;border-radius:14px;background:#f6f9fb;color:#38566d;line-height:1.62;}
.fc-blog-rich-content ul li:before{content:"✓";position:absolute;left:15px;top:13px;width:22px;height:22px;border-radius:50%;display:grid;place-items:center;background:#dff8f6;color:#08a99f;font-size:11px;font-weight:900;}
.fc-blog-rich-content ol li{counter-increment:blog-counter;}
.fc-blog-rich-content ol li:before{content:counter(blog-counter);position:absolute;left:14px;top:12px;width:24px;height:24px;border-radius:8px;display:grid;place-items:center;background:#12324f;color:#fff;font-size:11px;font-weight:900;}
.fc-blog-rich-content img{display:block;max-width:100%;height:auto;margin:30px auto;border-radius:20px;box-shadow:0 18px 45px rgba(23,56,86,.14);}
.fc-blog-rich-content blockquote{margin:32px 0;padding:24px 26px;border:0;border-left:5px solid #13bdc3;border-radius:0 18px 18px 0;background:#edf9fa;color:#244d64;font-size:17px;line-height:1.75;}
.fc-blog-rich-content a{color:#08aeb5;font-weight:750;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px;}
.fc-blog-rich-content table{width:100%;margin:28px 0;border-collapse:separate;border-spacing:0;border:1px solid #dde8ef;border-radius:16px;overflow:hidden;font-size:14px;}
.fc-blog-rich-content th,.fc-blog-rich-content td{padding:13px 15px;border-bottom:1px solid #e7eef3;text-align:left;}
.fc-blog-rich-content th{background:#eff7fa;color:#153650;font-weight:850;}
.fc-blog-rich-content tr:last-child td{border-bottom:0;}
.fc-blog-rich-content .MsoNormal{margin-left:0!important;margin-right:0!important;text-indent:0!important;}
.fc-blog-medical-note{display:grid;grid-template-columns:44px minmax(0,1fr);gap:15px;margin-top:40px;padding:22px;border-radius:18px;background:#fff8e8;border:1px solid #f1dfaf;}
.fc-blog-medical-note>i{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;background:#f6d985;color:#8b6909;}
.fc-blog-medical-note strong{display:block;margin-bottom:5px;color:#604e18;}
.fc-blog-medical-note p{margin:0;color:#786833;font-size:12px;line-height:1.65;}
.fc-blog-article-footer{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:32px;padding-top:28px;border-top:1px solid #e3ebf0;}
.fc-blog-article-footer span,.fc-blog-article-footer strong{display:block;}
.fc-blog-article-footer span{color:#8aa0b0;font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;}
.fc-blog-article-footer strong{margin-top:4px;color:#163750;font-size:13px;}
.fc-blog-share-buttons{display:flex;gap:8px;}
.fc-blog-share-buttons a,.fc-blog-share-buttons button{width:39px;height:39px;border:1px solid #d9e5ec;border-radius:12px;display:grid;place-items:center;background:#fff;color:#183b56;cursor:pointer;transition:.2s ease;}
.fc-blog-share-buttons a:hover,.fc-blog-share-buttons button:hover,.fc-blog-share-buttons button.is-copied{border-color:#13bdc3;background:#13bdc3;color:#fff;transform:translateY(-2px);}
.fc-blog-sidebar{position:sticky;top:105px;display:grid;gap:18px;}
.fc-blog-sidebar-card{padding:22px;border:1px solid #dce8ef;border-radius:22px;background:#fff;box-shadow:0 14px 38px rgba(31,61,91,.065);}
.fc-blog-sidebar-title{display:flex;align-items:center;gap:12px;margin-bottom:17px;}
.fc-blog-sidebar-title>span{width:39px;height:39px;border-radius:12px;display:grid;place-items:center;background:#e6f9fa;color:#0aafb5;}
.fc-blog-sidebar-title small,.fc-blog-sidebar-title strong{display:block;}
.fc-blog-sidebar-title small{color:#90a3b2;font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.08em;}
.fc-blog-sidebar-title strong{color:#143450;font-size:14px;}
.fc-blog-toc ol{margin:0;padding:0;list-style:none;}
.fc-blog-toc li{border-top:1px solid #edf2f5;}
.fc-blog-toc li:first-child{border-top:0;}
.fc-blog-toc li.is-subheading a{padding-left:16px;font-size:11px;color:#71889a;}
.fc-blog-toc a{display:block;padding:11px 0;color:#3e5d74;font-size:12px;line-height:1.45;font-weight:700;transition:.2s ease;}
.fc-blog-toc a:hover{color:#08aeb5;padding-left:4px;}
.fc-blog-toc p{margin:0;color:#8a9eae;font-size:12px;}
.fc-blog-cta-card{position:relative;overflow:hidden;background:linear-gradient(145deg,#082438,#0a4351);color:#fff;border-color:#17495a;}
.fc-blog-cta-card:after{content:"";position:absolute;width:150px;height:150px;border-radius:50%;right:-65px;bottom:-65px;background:rgba(36,214,219,.11);}
.fc-blog-cta-icon{width:47px;height:47px;border-radius:15px;display:grid;place-items:center;background:#124c5b;color:#4ae0e4;font-size:18px;}
.fc-blog-cta-card small{display:block;margin-top:20px;color:#35d8dc;font-size:9px;font-weight:900;letter-spacing:.09em;text-transform:uppercase;}
.fc-blog-cta-card h3{margin:7px 0 10px;color:#fff;font-size:22px;line-height:1.25;}
.fc-blog-cta-card p{margin:0 0 18px;color:#a8c4d0;font-size:12px;line-height:1.65;}
.fc-blog-cta-card>a{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;padding:13px 15px;border-radius:13px;background:#13bdc3;color:#fff;font-size:12px;font-weight:850;}
.fc-blog-trust-card{display:grid;gap:16px;}
.fc-blog-trust-card>div{display:grid;grid-template-columns:31px minmax(0,1fr);gap:10px;align-items:center;}
.fc-blog-trust-card i{width:31px;height:31px;border-radius:10px;display:grid;place-items:center;background:#e8f9f8;color:#08aaa8;font-size:12px;}
.fc-blog-trust-card strong,.fc-blog-trust-card small{display:block;}
.fc-blog-trust-card strong{color:#173750;font-size:12px;}
.fc-blog-trust-card small{margin-top:2px;color:#8499a8;font-size:10px;}
.fc-blog-related-section{padding:76px 0 90px;background:#fff;}
.fc-blog-section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:27px;}
.fc-blog-section-heading span{color:#0aaeb4;font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;}
.fc-blog-section-heading h2{margin:5px 0 0;color:#102f50;font-size:34px;font-weight:900;letter-spacing:-.035em;}
.fc-blog-section-heading>a{color:#08aeb5;font-size:12px;font-weight:850;}
.fc-blog-related-grid,.fc-blog-library-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;}
.fc-blog-related-card,.fc-blog-library-card{overflow:hidden;border:1px solid #dfe9ef;border-radius:22px;background:#fff;box-shadow:0 14px 36px rgba(31,61,91,.07);transition:.23s ease;}
.fc-blog-related-card:hover,.fc-blog-library-card:hover{transform:translateY(-5px);box-shadow:0 22px 50px rgba(31,61,91,.13);}
.fc-blog-related-image,.fc-blog-library-media{position:relative;display:block;height:205px;overflow:hidden;background:#e8f0f4;}
.fc-blog-related-image img,.fc-blog-library-media img{width:100%;height:100%;display:block;object-fit:cover;transition:.35s ease;}
.fc-blog-related-card:hover img,.fc-blog-library-card:hover img{transform:scale(1.055);}
.fc-blog-related-image span,.fc-blog-library-media span{position:absolute;left:14px;top:14px;padding:7px 10px;border-radius:999px;background:rgba(7,32,48,.84);color:#fff;font-size:9px;font-weight:850;text-transform:uppercase;letter-spacing:.06em;}
.fc-blog-related-card>div,.fc-blog-library-card>div{padding:19px 20px 21px;}
.fc-blog-related-card small,.fc-blog-library-card small{display:flex;align-items:center;gap:7px;color:#8a9eae;font-size:10px;}
.fc-blog-related-card h3,.fc-blog-library-card h3{margin:9px 0 9px;font-size:19px;line-height:1.35;}
.fc-blog-related-card h3 a,.fc-blog-library-card h3 a{color:#143551;}
.fc-blog-related-card p,.fc-blog-library-card p{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin:0 0 13px;color:#6c8395;font-size:12px;line-height:1.65;}
.fc-blog-card-link,.fc-blog-library-card>div>a:last-child{color:#08aeb5;font-size:11px;font-weight:850;}
.fc-blog-index-hero{padding:155px 0 80px;background:linear-gradient(135deg,#071d2e,#0b4754);color:#fff;text-align:center;}
.fc-blog-index-hero h1{max-width:850px;margin:14px auto 18px;color:#fff;font-size:clamp(42px,5.6vw,67px);line-height:1.05;letter-spacing:-.045em;font-weight:900;}
.fc-blog-index-hero p{max-width:690px;margin:0 auto;color:#bed4de;font-size:17px;line-height:1.75;}
.fc-blog-featured-section{padding:60px 0 36px;}
.fc-blog-featured-card{display:grid;grid-template-columns:minmax(420px,1.08fr) minmax(0,.92fr);gap:0;overflow:hidden;border:1px solid #dce8ef;border-radius:30px;background:#fff;box-shadow:0 20px 60px rgba(31,61,91,.1);}
.fc-blog-featured-media{min-height:440px;overflow:hidden;}
.fc-blog-featured-media img{width:100%;height:100%;display:block;object-fit:cover;}
.fc-blog-featured-card>div{padding:48px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;}
.fc-blog-featured-card h2{margin:12px 0 16px;font-size:36px;line-height:1.2;font-weight:900;letter-spacing:-.035em;}
.fc-blog-featured-card h2 a{color:#102f50;}
.fc-blog-featured-card p{margin:0;color:#627b8e;font-size:15px;line-height:1.75;}
.fc-blog-featured-card .fc-blog-primary-action{margin-top:25px;}
.fc-blog-library-section{padding:42px 0 90px;}
.fc-blog-library-grid{grid-template-columns:repeat(3,minmax(0,1fr));}
.fc-blog-library-media{height:225px;}
.fc-blog-empty-state{padding:70px 20px;border:1px dashed #ccdae3;border-radius:24px;background:#fff;text-align:center;color:#71899b;}
.fc-blog-empty-state i{font-size:34px;color:#13bdc3;}
.fc-blog-empty-state h3{margin:13px 0 0;color:#173650;}
@media(max-width:1199px){
  .fc-blog-hero-grid{grid-template-columns:minmax(0,1fr) 420px;gap:38px;}
  .fc-blog-hero-media img{height:410px;}
  .fc-blog-layout{grid-template-columns:minmax(0,1fr) 290px;}
  .fc-blog-article-card{padding:36px 38px;}
}
@media(max-width:991px){
  .fc-blog-hero{padding-top:124px;}
  .fc-blog-hero-grid{grid-template-columns:1fr;}
  .fc-blog-hero-media{max-width:680px;transform:none;}
  .fc-blog-hero-media img{height:420px;}
  .fc-blog-layout{grid-template-columns:1fr;}
  .fc-blog-sidebar{position:static;grid-template-columns:repeat(2,minmax(0,1fr));}
  .fc-blog-toc-card{grid-column:1/-1;}
  .fc-blog-related-grid,.fc-blog-library-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  .fc-blog-featured-card{grid-template-columns:1fr;}
  .fc-blog-featured-media{min-height:360px;}
}
@media(max-width:767px){
  .fc-blog-hero{padding:110px 0 58px;}
  .fc-blog-breadcrumb{margin-bottom:24px;}
  .fc-blog-breadcrumb span{max-width:160px;}
  .fc-blog-hero-copy h1{font-size:39px;}
  .fc-blog-lead{font-size:15px;}
  .fc-blog-hero-media{padding:7px;border-radius:23px;}
  .fc-blog-hero-media img{height:300px;border-radius:17px;}
  .fc-blog-image-badge{left:18px;bottom:18px;}
  .fc-blog-content-section{padding:48px 0 62px;}
  .fc-blog-article-card{padding:25px 21px;border-radius:22px;}
  .fc-blog-article-intro{grid-template-columns:1fr;padding:17px;gap:6px;}
  .fc-blog-rich-content,.fc-blog-rich-content p{font-size:15px;line-height:1.82;}
  .fc-blog-rich-content h2{font-size:25px;margin-top:42px;}
  .fc-blog-rich-content h3{font-size:20px;}
  .fc-blog-rich-content li{padding-left:42px;}
  .fc-blog-article-footer{align-items:flex-start;flex-direction:column;}
  .fc-blog-sidebar{grid-template-columns:1fr;}
  .fc-blog-related-grid,.fc-blog-library-grid{grid-template-columns:1fr;}
  .fc-blog-section-heading{align-items:flex-start;flex-direction:column;}
  .fc-blog-section-heading h2{font-size:29px;}
  .fc-blog-index-hero{padding:118px 0 60px;}
  .fc-blog-index-hero h1{font-size:39px;}
  .fc-blog-featured-section{padding-top:35px;}
  .fc-blog-featured-media{min-height:260px;}
  .fc-blog-featured-card>div{padding:26px 22px;}
  .fc-blog-featured-card h2{font-size:28px;}
}

/* Phase 11.9.3 — compact article title hero and in-article cover */
.fc-blog-title-only-hero{
  padding:112px 0 54px;
  min-height:0;
  text-align:center;
}
.fc-blog-title-only-hero:after{height:34px;clip-path:polygon(0 72%,100% 0,100% 100%,0 100%);}
.fc-blog-title-only-hero .fc-blog-breadcrumb{
  justify-content:center;
  margin-bottom:24px;
}
.fc-blog-title-only-copy{max-width:1180px;margin:0 auto;}
.fc-blog-title-only-copy h1{
  max-width:1120px;
  margin:0 auto;
  color:#fff;
  font-size:clamp(36px,4.3vw,58px);
  line-height:1.12;
  letter-spacing:-.038em;
  font-weight:900;
  text-wrap:balance;
}
.fc-blog-title-only-copy .fc-blog-meta-row{
  justify-content:center;
  margin-top:22px;
}
.fc-blog-article-cover{
  position:relative;
  margin:0 0 30px;
  overflow:hidden;
  border-radius:24px;
  background:#e5eef3;
  box-shadow:0 20px 48px rgba(24,55,82,.14);
}
.fc-blog-article-cover:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,transparent 58%,rgba(4,25,40,.34) 100%);
  pointer-events:none;
}
.fc-blog-article-cover img{
  display:block;
  width:100%;
  height:430px;
  object-fit:cover;
  object-position:center;
}
.fc-blog-article-cover .fc-blog-image-badge{z-index:2;left:22px;bottom:22px;}
.fc-blog-article-heading{
  margin:0 0 30px;
  padding:0 2px 28px;
  border-bottom:1px solid #e2ebf0;
}
.fc-blog-article-kicker{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-bottom:12px;
  color:#09aeb5;
  font-size:10px;
  font-weight:900;
  letter-spacing:.1em;
  text-transform:uppercase;
}
.fc-blog-article-heading h2{
  margin:0;
  color:#102f50;
  font-size:clamp(30px,3vw,42px);
  line-height:1.15;
  letter-spacing:-.035em;
  font-weight:900;
  text-wrap:balance;
}
.fc-blog-article-heading p{
  max-width:820px;
  margin:16px 0 0;
  color:#627b8e;
  font-size:15px;
  line-height:1.75;
}
@media(max-width:991px){
  .fc-blog-title-only-hero{padding:104px 0 48px;}
  .fc-blog-article-cover img{height:390px;}
}
@media(max-width:767px){
  .fc-blog-title-only-hero{padding:92px 0 42px;}
  .fc-blog-title-only-hero .fc-blog-breadcrumb{justify-content:flex-start;margin-bottom:20px;}
  .fc-blog-title-only-copy{text-align:left;}
  .fc-blog-title-only-copy h1{font-size:34px;line-height:1.16;}
  .fc-blog-title-only-copy .fc-blog-meta-row{justify-content:flex-start;margin-top:17px;gap:9px 15px;}
  .fc-blog-article-cover{margin-bottom:23px;border-radius:18px;}
  .fc-blog-article-cover img{height:260px;}
  .fc-blog-article-cover .fc-blog-image-badge{left:14px;bottom:14px;}
  .fc-blog-article-heading{margin-bottom:24px;padding-bottom:23px;}
  .fc-blog-article-heading h2{font-size:28px;}
  .fc-blog-article-heading p{font-size:14px;line-height:1.68;}
}

/* Phase 11.9.4: paginated 3x3 blog library */
.fc-blog-library-section--index{
  padding:150px 0 92px;
  min-height:70vh;
}
.fc-blog-index-heading{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:30px;
  margin-bottom:34px;
}
.fc-blog-index-heading h1{
  margin:10px 0 10px;
  color:#102f50;
  font-size:clamp(34px,4vw,52px);
  line-height:1.08;
  letter-spacing:-.04em;
  font-weight:900;
}
.fc-blog-index-heading p{
  max-width:720px;
  margin:0;
  color:#6c8395;
  font-size:15px;
  line-height:1.75;
}
.fc-blog-result-count{
  flex:0 0 auto;
  min-width:145px;
  padding:16px 20px;
  border:1px solid #dce8ef;
  border-radius:18px;
  background:#fff;
  box-shadow:0 12px 30px rgba(31,61,91,.07);
  text-align:center;
}
.fc-blog-result-count strong{
  display:block;
  color:#0aaeb5;
  font-size:25px;
  line-height:1;
  font-weight:900;
}
.fc-blog-result-count span{
  display:block;
  margin-top:6px;
  color:#71889a;
  font-size:11px;
  font-weight:750;
}
.fc-blog-library-grid--paged{
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px;
}
.fc-blog-library-grid--paged .fc-blog-library-card{
  display:flex;
  flex-direction:column;
  min-height:100%;
}
.fc-blog-library-grid--paged .fc-blog-library-media{
  height:235px;
}
.fc-blog-library-grid--paged .fc-blog-library-card>div{
  display:flex;
  flex:1;
  flex-direction:column;
  padding:21px 22px 23px;
}
.fc-blog-library-grid--paged .fc-blog-library-card h2{
  margin:10px 0 10px;
  font-size:20px;
  line-height:1.34;
  letter-spacing:-.015em;
}
.fc-blog-library-grid--paged .fc-blog-library-card h2 a{
  color:#143551;
}
.fc-blog-library-grid--paged .fc-blog-library-card p{
  margin-bottom:17px;
  -webkit-line-clamp:3;
}
.fc-blog-library-grid--paged .fc-blog-card-link{
  margin-top:auto;
  display:inline-flex;
  align-items:center;
  gap:8px;
}
.fc-blog-pagination{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:18px;
  margin-top:46px;
}
.fc-blog-pagination-pages{
  display:flex;
  align-items:center;
  gap:8px;
}
.fc-blog-pagination-page,
.fc-blog-pagination-arrow{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:44px;
  height:44px;
  border:1px solid #d7e4eb;
  border-radius:14px;
  background:#fff;
  color:#173b58;
  font-size:12px;
  font-weight:850;
  box-shadow:0 8px 20px rgba(31,61,91,.06);
  transition:.2s ease;
}
.fc-blog-pagination-page:hover,
.fc-blog-pagination-arrow:hover{
  border-color:#12b8bf;
  color:#08aeb5;
  transform:translateY(-2px);
}
.fc-blog-pagination-page.is-active{
  border-color:#0cb5bc;
  background:#0cb5bc;
  color:#fff;
  box-shadow:0 12px 26px rgba(12,181,188,.22);
}
.fc-blog-pagination-arrow{
  min-width:112px;
  gap:9px;
  padding:0 17px;
}
.fc-blog-pagination-arrow.is-disabled{
  opacity:.38;
  pointer-events:none;
}
.fc-blog-pagination-ellipsis{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:28px;
  color:#8da0ae;
  font-weight:900;
}
@media(max-width:1100px){
  .fc-blog-library-grid--paged{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media(max-width:767px){
  .fc-blog-library-section--index{padding:118px 0 68px;}
  .fc-blog-index-heading{align-items:flex-start;flex-direction:column;margin-bottom:25px;}
  .fc-blog-index-heading h1{font-size:36px;}
  .fc-blog-result-count{min-width:0;width:100%;display:flex;align-items:center;justify-content:center;gap:8px;text-align:left;}
  .fc-blog-result-count strong,.fc-blog-result-count span{display:inline-block;margin:0;}
  .fc-blog-library-grid--paged{grid-template-columns:1fr;gap:18px;}
  .fc-blog-library-grid--paged .fc-blog-library-media{height:220px;}
  .fc-blog-pagination{gap:10px;margin-top:34px;}
  .fc-blog-pagination-arrow{min-width:44px;width:44px;padding:0;}
  .fc-blog-pagination-arrow span{display:none;}
  .fc-blog-pagination-pages{gap:5px;}
  .fc-blog-pagination-page{min-width:40px;height:40px;border-radius:12px;}
}

/* Phase 11.9.5 — blog library breadcrumb */
.fc-blog-library-section--index{
  padding-top:104px;
}
.fc-blog-index-breadcrumb{
  display:flex;
  align-items:center;
  gap:11px;
  min-height:62px;
  margin:0 0 34px;
  padding:0 22px;
  border:1px solid #dce8ef;
  border-radius:18px;
  background:rgba(255,255,255,.94);
  box-shadow:0 13px 34px rgba(31,61,91,.065);
  color:#7890a2;
  font-size:12px;
  font-weight:800;
}
.fc-blog-index-breadcrumb a{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#173a57;
  transition:color .2s ease;
}
.fc-blog-index-breadcrumb a:hover{color:#09abb2;}
.fc-blog-index-breadcrumb>a i{
  width:30px;
  height:30px;
  display:grid;
  place-items:center;
  border-radius:10px;
  background:#e6f8f9;
  color:#08adb4;
  font-size:12px;
}
.fc-blog-index-breadcrumb>i{
  color:#a8b8c4;
  font-size:8px;
}
.fc-blog-index-breadcrumb>span{
  color:#627b8e;
}
@media(max-width:767px){
  .fc-blog-library-section--index{padding-top:88px;}
  .fc-blog-index-breadcrumb{
    min-height:54px;
    margin-bottom:24px;
    padding:0 15px;
    border-radius:15px;
  }
  .fc-blog-index-breadcrumb>a i{width:28px;height:28px;border-radius:9px;}
}

/* Phase 11.9.6 — blog page title above breadcrumb */
.fc-blog-index-page-title{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  min-height:122px;
  margin:0 0 18px;
  text-align:center;
}
.fc-blog-index-page-title span{
  margin-bottom:8px;
  color:#08adb4;
  font-size:11px;
  font-weight:900;
  letter-spacing:.16em;
  text-transform:uppercase;
}
.fc-blog-index-page-title h1{
  margin:0;
  color:#113454;
  font-size:48px;
  line-height:1;
  font-weight:900;
  letter-spacing:-.035em;
}
@media(max-width:767px){
  .fc-blog-index-page-title{min-height:88px;margin-bottom:14px;}
  .fc-blog-index-page-title h1{font-size:38px;}
  .fc-blog-index-page-title span{font-size:10px;}
}

/* Phase 11.9.7 — compact blog heroes on index and article pages */
.fc-blog-index-title-hero{
  padding:42px 0 46px;
  min-height:0;
  text-align:center;
}
.fc-blog-index-title-hero:after{
  height:30px;
  clip-path:polygon(0 72%,100% 0,100% 100%,0 100%);
}
.fc-blog-index-title-hero .fc-blog-breadcrumb{
  justify-content:center;
  margin:0 0 15px;
}
.fc-blog-index-title-copy{
  position:relative;
  z-index:2;
  text-align:center;
}
.fc-blog-index-title-copy>span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin-bottom:8px;
  color:#43dce0;
  font-size:10px;
  font-weight:900;
  letter-spacing:.15em;
  text-transform:uppercase;
}
.fc-blog-index-title-copy h1{
  margin:0;
  color:#fff;
  font-size:clamp(40px,4.8vw,58px);
  line-height:1;
  font-weight:900;
  letter-spacing:-.04em;
}
.fc-blog-library-section--index{
  padding:54px 0 92px;
}

/* Move the article title and breadcrumb upwards inside the dark hero. */
.fc-blog-title-only-hero{
  padding:48px 0 46px;
}
.fc-blog-title-only-hero .fc-blog-breadcrumb{
  margin-bottom:15px;
}
.fc-blog-title-only-copy .fc-blog-meta-row{
  margin-top:16px;
}

@media(max-width:991px){
  .fc-blog-index-title-hero{padding:38px 0 42px;}
  .fc-blog-title-only-hero{padding:42px 0 42px;}
  .fc-blog-library-section--index{padding-top:46px;}
}
@media(max-width:767px){
  .fc-blog-index-title-hero{
    padding:30px 0 36px;
    text-align:left;
  }
  .fc-blog-index-title-hero .fc-blog-breadcrumb{
    justify-content:flex-start;
    margin-bottom:13px;
  }
  .fc-blog-index-title-copy{text-align:left;}
  .fc-blog-index-title-copy h1{font-size:38px;}
  .fc-blog-library-section--index{padding:38px 0 68px;}
  .fc-blog-title-only-hero{padding:32px 0 36px;}
  .fc-blog-title-only-hero .fc-blog-breadcrumb{margin-bottom:13px;}
  .fc-blog-title-only-copy .fc-blog-meta-row{margin-top:14px;}
}

/* Phase 12 — map business search inside Partner Panel */
.fc-panel-place-search{padding:17px;border:1px solid #21445b;border-radius:18px;background:linear-gradient(135deg,#0a1d2b,#0d3040)}
.fc-panel-place-search .fc-place-search-copy{display:flex;align-items:center;gap:12px;margin-bottom:13px}.fc-panel-place-search .fc-place-search-copy>span{width:44px;height:44px;border-radius:13px;display:grid;place-items:center;background:#10445a;color:#21d7da}.fc-panel-place-search .fc-place-search-copy strong,.fc-panel-place-search .fc-place-search-copy small{display:block}.fc-panel-place-search .fc-place-search-copy strong{color:#fff}.fc-panel-place-search .fc-place-search-copy small{margin-top:3px;color:#8fa8bc;font-size:11px}.fc-panel-place-search .fc-place-search-bar{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:9px}.fc-panel-place-search .fc-place-search-bar input{margin:0!important}.fc-panel-place-search .fc-place-search-bar button{border:0;border-radius:12px;background:#08bac1;color:#fff;padding:0 18px;font-weight:900}.fc-panel-place-search .fc-place-search-results{display:grid;gap:7px;margin-top:10px;max-height:260px;overflow:auto}.fc-panel-place-search .fc-place-search-results button{display:grid;grid-template-columns:30px minmax(0,1fr) auto;gap:9px;align-items:center;width:100%;padding:10px;border:1px solid #23475e;border-radius:12px;background:#081722;color:#dce9f1;text-align:left}.fc-panel-place-search .fc-place-search-results button i,.fc-panel-place-search .fc-place-search-results button em{color:#21d7da}.fc-panel-place-search .fc-place-search-results button span strong,.fc-panel-place-search .fc-place-search-results button span small{display:block}.fc-panel-place-search .fc-place-search-results button span small{font-size:10px;color:#7894a9}.fc-panel-place-search .fc-place-search-results button em{font-style:normal;font-size:10px}.fc-panel-place-search .fc-place-search-status{display:block;margin-top:8px;color:#7894a9;font-size:10px}.fc-coordinate-details{border:1px dashed #26475e;border-radius:14px;background:#091925}.fc-coordinate-details summary{padding:12px 14px;color:#91a9bc;font-size:11px;font-weight:800;cursor:pointer}.fc-coordinate-details>.fc-panel-form-grid{padding:0 13px 13px}

/* Phase 12 — compact two-step quote modal */
.fc-growth-wizard-dialog{width:min(690px,96vw)!important;max-height:92vh!important;padding:22px 24px!important;border-radius:24px!important}.fc-growth-wizard-head p{margin-bottom:12px!important}.fc-growth-wizard-dialog .fc-growth-selected{margin-bottom:14px!important}.fc-growth-wizard-dialog .fc-growth-grid{gap:12px!important}.fc-growth-wizard-dialog .fc-growth-grid input,.fc-growth-wizard-dialog .fc-growth-grid select,.fc-growth-wizard-dialog .fc-growth-grid textarea{padding:11px 13px!important;border-radius:13px!important}.fc-growth-wizard-dialog .fc-growth-grid textarea{min-height:92px!important}.fc-growth-wizard-dialog .fc-growth-steps{grid-template-columns:repeat(2,1fr)!important;margin:8px 0 14px!important}.fc-growth-wizard-dialog .fc-growth-steps span:last-child{text-align:right!important}.fc-growth-wizard-dialog .fc-growth-wizard-actions{margin-top:15px!important}.fc-growth-wizard-dialog h2{font-size:27px!important}.fc-growth-wizard-dialog .fc-growth-close{width:38px!important;height:38px!important;font-size:24px!important}

/* Phase 12 — centred compact CRM modal */
.fc-crm-dialog{display:flex;align-items:center;justify-content:center;padding:18px;pointer-events:none}.fc-crm-dialog.open{pointer-events:auto}.fc-crm-dialog-panel{position:relative!important;right:auto!important;top:auto!important;height:auto!important;width:min(860px,96vw)!important;max-height:92vh!important;border:1px solid #23425d!important;border-radius:22px!important;padding:22px!important;transform:translateY(18px) scale(.985)!important;opacity:0!important;box-shadow:0 30px 90px rgba(0,0,0,.5)}.fc-crm-dialog.open .fc-crm-dialog-panel{transform:none!important;opacity:1!important}.fc-crm-dialog-backdrop{z-index:-1}.fc-crm-detail-head h3{font-size:23px!important}.fc-crm-contact-grid,.fc-crm-detail-grid{margin-top:14px!important;gap:9px!important}.fc-crm-contact-grid a,.fc-crm-detail-grid>div{padding:10px 12px!important;border-radius:12px!important}.fc-crm-update-form{margin-top:15px!important;padding-top:15px!important}.fc-crm-update-form h4,.fc-crm-tabs h4,.fc-crm-status-history h4{font-size:17px!important;margin:0 0 10px!important}.fc-crm-form-grid{gap:9px!important}.fc-crm-form-grid input,.fc-crm-form-grid select,.fc-crm-form-grid textarea,.fc-inline-add textarea,.fc-reminder-add input{padding:9px 10px!important;border-radius:10px!important;font-size:12px!important}.fc-crm-tabs{gap:10px!important;margin-top:14px!important}.fc-crm-tabs>section{padding:12px!important;border-radius:13px!important}.fc-inline-add textarea{min-height:74px!important}.fc-reminder-add button,.fc-inline-add button{padding:8px 10px!important}.fc-crm-status-history{margin-top:14px}.fc-crm-consent-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:9px;margin-top:12px}.fc-crm-consent-grid>div{padding:10px 12px;border:1px solid #1e3b52;border-radius:12px;background:#0b1b29}.fc-crm-consent-grid small,.fc-crm-consent-grid strong{display:block}.fc-crm-consent-grid small{color:#7d96aa;font-size:10px}.fc-crm-consent-grid strong{margin-top:4px;color:#fff;font-size:12px}.fc-crm-consent-grid strong.yes{color:#43e6b2}.fc-crm-consent-grid strong.no{color:#ff9eaa}.fc-crm-row{grid-template-columns:1.35fr 1.1fr .72fr .82fr .9fr .85fr .72fr 40px!important;padding:11px 16px!important}.fc-crm-row strong{font-size:11px!important}.fc-crm-row small{font-size:9px!important}.fc-crm-toolbar{padding:12px 16px!important}.fc-crm-table{min-width:1080px!important}
@media(max-width:767px){.fc-panel-place-search .fc-place-search-bar{grid-template-columns:1fr}.fc-panel-place-search .fc-place-search-bar button{height:44px}.fc-growth-wizard-dialog{padding:18px 15px!important}.fc-crm-dialog{padding:5px}.fc-crm-dialog-panel{width:100%!important;max-height:97vh!important;border-radius:16px!important;padding:17px 13px!important}.fc-crm-consent-grid{grid-template-columns:1fr}}

/* Phase 14: quote modal sizing, consent alignment and privacy popup */
.fc-growth-wizard-dialog{width:min(790px,calc(100vw - 36px))!important;max-height:calc(100vh - 54px)!important;padding:25px 27px!important;border-radius:25px!important;}
.fc-growth-wizard-dialog .fc-growth-kicker{font-size:11px!important;}
.fc-growth-wizard-dialog h2{font-size:29px!important;line-height:1.15!important;}
.fc-growth-wizard-dialog .fc-growth-wizard-head p{font-size:15px!important;line-height:1.45!important;}
.fc-growth-wizard-dialog .fc-growth-grid{gap:14px!important;}
.fc-growth-wizard-dialog .fc-growth-grid>label{font-size:13.5px!important;line-height:1.35!important;}
.fc-growth-wizard-dialog .fc-growth-grid input,.fc-growth-wizard-dialog .fc-growth-grid select,.fc-growth-wizard-dialog .fc-growth-grid textarea{font-size:14px!important;padding:12px 14px!important;min-height:46px!important;}
.fc-growth-wizard-dialog .fc-growth-grid textarea{min-height:104px!important;}
.fc-growth-wizard-dialog .fc-growth-choice-row span{font-size:13.5px!important;padding:12px!important;min-height:48px!important;}
.fc-growth-wizard-dialog .fc-growth-selected{padding:14px 16px!important;margin-bottom:16px!important;}
.fc-growth-wizard-dialog .fc-growth-selected strong{font-size:16px!important;}
.fc-growth-wizard-dialog .fc-growth-check{display:grid!important;grid-template-columns:22px minmax(0,1fr)!important;align-items:start!important;gap:11px!important;padding:5px 2px!important;line-height:1.45!important;}
.fc-growth-wizard-dialog .fc-growth-check input{width:19px!important;height:19px!important;min-height:19px!important;margin:2px 0 0!important;padding:0!important;appearance:auto!important;}
.fc-growth-wizard-dialog .fc-growth-check span{display:block!important;min-width:0!important;font-size:12.5px!important;color:#465d78!important;}
.fc-growth-wizard-dialog .fc-growth-check.muted span{color:#7b8b9e!important;}
.fc-growth-privacy-link{display:inline!important;padding:0!important;border:0!important;background:transparent!important;color:#008fa0!important;font:inherit!important;font-weight:800!important;text-decoration:underline!important;cursor:pointer!important;}
.fc-growth-privacy-link:hover{color:#075f82!important;}
.fc-privacy-modal{position:fixed;inset:0;z-index:10120;display:none;align-items:center;justify-content:center;padding:20px;}
.fc-privacy-modal.open{display:flex;}
.fc-privacy-backdrop{position:absolute;inset:0;background:rgba(3,11,23,.78);backdrop-filter:blur(7px);}
.fc-privacy-dialog{position:relative;width:min(760px,calc(100vw - 32px));max-height:calc(100vh - 44px);display:flex;flex-direction:column;overflow:hidden;border-radius:25px;background:#fff;box-shadow:0 30px 100px rgba(0,0,0,.42);}
.fc-privacy-close{position:absolute;right:16px;top:14px;z-index:2;width:40px;height:40px;border:0;border-radius:50%;background:#edf5f8;color:#173456;font-size:25px;cursor:pointer;}
.fc-privacy-head{padding:25px 66px 18px 27px;border-bottom:1px solid #e3edf2;}
.fc-privacy-head>span{display:block;margin-bottom:5px;color:#04abb4;font-size:10px;font-weight:900;letter-spacing:.13em;}
.fc-privacy-head h3{margin:0 0 6px;color:#102e53;font-size:25px;font-weight:900;}
.fc-privacy-head p{margin:0;color:#718196;font-size:13px;}
.fc-privacy-content{padding:22px 27px;overflow:auto;color:#304960;font-size:14px;line-height:1.7;}
.fc-privacy-content h1,.fc-privacy-content h2,.fc-privacy-content h3{color:#102e53;line-height:1.3;}
.fc-privacy-content h1{font-size:25px}.fc-privacy-content h2{font-size:21px}.fc-privacy-content h3{font-size:18px}
.fc-privacy-content a{color:#049aa6;text-decoration:underline;}
.fc-privacy-loading{text-align:center;padding:45px 15px;color:#6f8297;font-weight:700;}
.fc-privacy-actions{display:flex;justify-content:flex-end;padding:15px 27px 20px;border-top:1px solid #e3edf2;background:#f7fafc;}
.fc-privacy-actions button{border:0;border-radius:13px;background:#08b9c0;color:#fff;padding:12px 21px;font-weight:900;cursor:pointer;}
@media(max-width:767px){
  .fc-growth-modal{padding:12px!important;align-items:center!important;}
  .fc-growth-wizard-dialog{width:100%!important;max-height:calc(100vh - 24px)!important;padding:21px 17px!important;border-radius:21px!important;}
  .fc-growth-wizard-dialog h2{font-size:25px!important;}
  .fc-growth-wizard-dialog .fc-growth-grid{gap:11px!important;}
  .fc-growth-wizard-dialog .fc-growth-choice-row{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:7px!important;}
  .fc-growth-wizard-dialog .fc-growth-choice-row span{font-size:11px!important;padding:9px 5px!important;gap:4px!important;}
  .fc-privacy-dialog{width:100%;max-height:calc(100vh - 24px);border-radius:21px;}
  .fc-privacy-head{padding:22px 58px 15px 19px}.fc-privacy-content{padding:18px 19px}.fc-privacy-actions{padding:13px 19px 17px;}
}

/* Phase 15: X branding */
.fc-x-mark{display:inline-flex;align-items:center;justify-content:center;font-family:Arial,Helvetica,sans-serif;font-size:1em;font-weight:800;line-height:1;}
.social-media .fc-x-mark{font-size:16px;}
.cl-twitter .fc-x-mark{font-size:17px;}
.fc-blog-share .fc-x-mark{font-size:15px;}

/* Phase 15: modern reusable content pages */
.fc-static-page{background:#f3f8fb;}
.fc-static-page-hero{position:relative;overflow:hidden;padding:54px 0 50px;background:linear-gradient(135deg,#08263a 0%,#0a4c5c 100%);color:#fff;}
.fc-static-page-orb{position:absolute;border-radius:50%;background:rgba(18,190,197,.16);pointer-events:none;}.fc-static-page-orb.one{width:260px;height:260px;right:-70px;top:-110px}.fc-static-page-orb.two{width:170px;height:170px;left:8%;bottom:-115px;}
.fc-static-page-hero-inner{position:relative;z-index:1;}
.fc-static-breadcrumb{display:flex;align-items:center;gap:10px;margin-bottom:20px;color:#b8d4df;font-size:12px;font-weight:700;}.fc-static-breadcrumb a{display:inline-flex;align-items:center;gap:7px;color:#fff}.fc-static-breadcrumb>a:hover{color:#35dce0}.fc-static-breadcrumb>i{font-size:8px;color:#71a3b3}.fc-static-breadcrumb>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.fc-static-page-eyebrow{display:inline-flex;align-items:center;gap:8px;margin-bottom:8px;color:#31d8dc;font-size:10px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;}
.fc-static-page-hero h1{max-width:980px;margin:0;color:#fff;font-size:clamp(36px,5vw,62px);font-weight:800;line-height:1.08;letter-spacing:-.035em;}
.fc-static-page-content-section{padding:56px 0 74px;}.fc-static-page-content-card{max-width:1120px;margin:0 auto;padding:42px 48px;border:1px solid #dce7ee;border-radius:24px;background:#fff;box-shadow:0 20px 55px rgba(17,43,67,.08);}
.fc-static-page-content{color:#35506a;font-size:16px;line-height:1.78;}.fc-static-page-content h1,.fc-static-page-content h2,.fc-static-page-content h3,.fc-static-page-content h4{color:#102f51;font-weight:800;line-height:1.25}.fc-static-page-content h2{margin:32px 0 15px;font-size:30px}.fc-static-page-content h3{margin:27px 0 12px;font-size:24px}.fc-static-page-content h4{margin:22px 0 10px;font-size:19px}.fc-static-page-content p{margin:0 0 17px}.fc-static-page-content ul,.fc-static-page-content ol{margin:0 0 20px;padding-left:24px}.fc-static-page-content li{margin-bottom:8px}.fc-static-page-content a{color:#08aeb7;text-decoration:underline;text-underline-offset:3px}.fc-static-page-content img{display:block;max-width:100%;height:auto;margin:26px auto;border-radius:18px}.fc-static-page-content blockquote{margin:25px 0;padding:18px 22px;border-left:4px solid #10bcc2;border-radius:0 14px 14px 0;background:#effafb;color:#31596c}.fc-static-page-content table{display:block;width:100%;overflow-x:auto;border-collapse:collapse;margin:25px 0}.fc-static-page-content th,.fc-static-page-content td{padding:12px 14px;border:1px solid #dce7ee;}.fc-static-page-content th{background:#f2f7fa;color:#1a3b59;}
@media(max-width:768px){.fc-static-page-hero{padding:38px 0 36px}.fc-static-breadcrumb{margin-bottom:15px}.fc-static-page-content-section{padding:28px 0 45px}.fc-static-page-content-card{padding:26px 20px;border-radius:18px}.fc-static-page-content{font-size:15px}.fc-static-page-content h2{font-size:25px}.fc-static-page-content h3{font-size:21px}}

/* Phase 15: modern contact page aligned with reusable information pages */
.fc-contact-page-section{padding:50px 0 78px;background:#f3f8fb;}
.fc-contact-info-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-bottom:24px;}
.fc-contact-info-card{display:flex;align-items:flex-start;gap:15px;min-height:122px;padding:23px;border:1px solid #dce7ee;border-radius:21px;background:#fff;box-shadow:0 14px 34px rgba(17,43,67,.07);}
.fc-contact-info-card>span{flex:0 0 44px;width:44px;height:44px;display:grid;place-items:center;border-radius:14px;background:#e4f8f9;color:#08acb4;font-size:18px;}
.fc-contact-info-card small,.fc-contact-info-card a,.fc-contact-info-card p{display:block;}
.fc-contact-info-card small{margin-bottom:6px;color:#7790a3;font-size:10px;font-weight:900;letter-spacing:.1em;text-transform:uppercase;}
.fc-contact-info-card a,.fc-contact-info-card p{margin:0;color:#143553;font-size:14px;font-weight:700;line-height:1.55;word-break:break-word;}
.fc-contact-main-grid{display:grid;grid-template-columns:minmax(320px,.8fr) minmax(0,1.35fr);gap:24px;align-items:stretch;}
.fc-contact-form-card,.fc-contact-map-card{overflow:hidden;border:1px solid #dce7ee;border-radius:24px;background:#fff;box-shadow:0 20px 55px rgba(17,43,67,.08);}
.fc-contact-form-card{padding:32px;}.fc-contact-form-card h2{margin:2px 0 7px;color:#102f51;font-size:30px;font-weight:900;}.fc-contact-form-card>p{margin:0 0 22px;color:#71869a;font-size:13px;line-height:1.55;}
.fc-contact-form-card form{display:grid;gap:14px;}.fc-contact-form-card label{display:grid;gap:7px;color:#38516b;font-size:11px;font-weight:900;}.fc-contact-form-card input,.fc-contact-form-card textarea{width:100%;border:1px solid #cfe0eb;border-radius:13px;background:#f9fcfd;color:#183751;padding:12px 14px;outline:none;transition:border-color .2s,box-shadow .2s;}.fc-contact-form-card input:focus,.fc-contact-form-card textarea:focus{border-color:#0bb9c0;box-shadow:0 0 0 3px rgba(11,185,192,.12);}.fc-contact-form-card button{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:48px;border:0;border-radius:14px;background:#08b9c0;color:#fff;font-weight:900;cursor:pointer;box-shadow:0 12px 25px rgba(8,185,192,.22);}
.fc-contact-map-card{min-height:510px;}.fc-contact-map-card iframe{display:block;width:100%;height:100%;min-height:510px;border:0;}
@media(max-width:991px){.fc-contact-info-grid{grid-template-columns:1fr 1fr}.fc-contact-info-card:last-child{grid-column:1/-1}.fc-contact-main-grid{grid-template-columns:1fr}.fc-contact-map-card,.fc-contact-map-card iframe{min-height:390px}}
@media(max-width:640px){.fc-contact-page-section{padding:28px 0 48px}.fc-contact-info-grid{grid-template-columns:1fr;gap:12px}.fc-contact-info-card:last-child{grid-column:auto}.fc-contact-info-card{min-height:0;padding:18px;border-radius:17px}.fc-contact-form-card{padding:23px 18px;border-radius:18px}.fc-contact-form-card h2{font-size:25px}.fc-contact-map-card,.fc-contact-map-card iframe{min-height:320px;border-radius:18px}}

/* Phase 16: compact responsive two-step quote form and phone alignment */
.fc-growth-modal{
  padding:clamp(10px,2vh,18px)!important;
}
.fc-growth-wizard-dialog{
  width:min(720px,calc(100vw - 24px))!important;
  max-height:calc(100dvh - 24px)!important;
  padding:20px 22px!important;
  border-radius:22px!important;
  overflow:auto!important;
  overscroll-behavior:contain;
}
.fc-growth-wizard-dialog #fcGrowthQuoteForm,
.fc-growth-wizard-dialog .fc-growth-step,
.fc-growth-wizard-dialog .fc-growth-step.active{
  margin:0!important;
  padding:0!important;
  min-height:0!important;
}
.fc-growth-wizard-dialog .fc-growth-kicker{margin-bottom:4px!important;font-size:10px!important;}
.fc-growth-wizard-dialog h2{margin-bottom:3px!important;font-size:27px!important;}
.fc-growth-wizard-dialog .fc-growth-wizard-head p{margin-bottom:10px!important;font-size:13px!important;}
.fc-growth-wizard-dialog .fc-growth-progress{height:6px!important;}
.fc-growth-wizard-dialog .fc-growth-steps{margin:7px 0 12px!important;font-size:10px!important;}
.fc-growth-wizard-dialog .fc-growth-selected{padding:11px 13px!important;margin-bottom:12px!important;border-radius:14px!important;}
.fc-growth-wizard-dialog .fc-growth-selected span{font-size:9px!important;}
.fc-growth-wizard-dialog .fc-growth-selected strong{font-size:15px!important;}
.fc-growth-wizard-dialog .fc-growth-grid{gap:10px 12px!important;}
.fc-growth-wizard-dialog .fc-growth-grid>label{gap:5px!important;font-size:11px!important;}
.fc-growth-wizard-dialog .fc-growth-grid input,
.fc-growth-wizard-dialog .fc-growth-grid select,
.fc-growth-wizard-dialog .fc-growth-grid textarea{
  min-height:42px!important;
  padding:9px 12px!important;
  border-radius:12px!important;
  font-size:12px!important;
}
.fc-growth-wizard-dialog .fc-growth-grid textarea{min-height:82px!important;height:82px!important;}
.fc-growth-wizard-dialog .fc-growth-choice-row{gap:8px!important;}
.fc-growth-wizard-dialog .fc-growth-choice-row span{min-height:42px!important;padding:9px 7px!important;font-size:11px!important;}
.fc-growth-wizard-dialog .fc-growth-check{grid-template-columns:19px minmax(0,1fr)!important;gap:8px!important;padding:2px 0!important;}
.fc-growth-wizard-dialog .fc-growth-check input{width:17px!important;height:17px!important;min-height:17px!important;margin-top:1px!important;}
.fc-growth-wizard-dialog .fc-growth-check span{font-size:10.5px!important;line-height:1.35!important;}
.fc-growth-wizard-dialog .fc-growth-wizard-actions{margin-top:12px!important;gap:8px!important;}
.fc-growth-wizard-dialog .fc-growth-wizard-actions button{min-height:42px!important;padding:10px 17px!important;border-radius:12px!important;font-size:12px!important;}
.fc-growth-wizard-dialog .fc-growth-wizard-actions .primary{min-width:150px!important;}
.fc-growth-wizard-dialog .iti{display:block!important;width:100%!important;max-width:100%!important;}
.fc-growth-wizard-dialog .iti input[type="tel"]{
  width:100%!important;
  min-height:42px!important;
  height:42px!important;
  padding-left:98px!important;
  padding-right:12px!important;
  line-height:42px!important;
}
.fc-growth-wizard-dialog .iti--separate-dial-code .iti__selected-flag{
  min-width:88px!important;
  height:42px!important;
  padding:0 10px!important;
  border-right:1px solid #d5e2ed!important;
  border-radius:12px 0 0 12px!important;
  background:#f3f8fb!important;
}
.fc-growth-wizard-dialog .iti__selected-dial-code{
  margin-left:6px!important;
  color:#173653!important;
  font-size:12px!important;
  font-weight:800!important;
  white-space:nowrap!important;
}
.fc-growth-wizard-dialog .iti__arrow{margin-left:5px!important;}
@media(max-width:767px){
  .fc-growth-modal{padding:8px!important;align-items:center!important;}
  .fc-growth-wizard-dialog{width:100%!important;max-height:calc(100dvh - 16px)!important;padding:17px 14px!important;border-radius:18px!important;}
  .fc-growth-wizard-dialog h2{font-size:23px!important;}
  .fc-growth-wizard-dialog .fc-growth-wizard-head p{font-size:12px!important;}
  .fc-growth-wizard-dialog .fc-growth-grid{grid-template-columns:1fr!important;gap:8px!important;}
  .fc-growth-wizard-dialog .fc-growth-grid .wide{grid-column:auto!important;}
  .fc-growth-wizard-dialog .fc-growth-choice-row{grid-template-columns:repeat(3,minmax(0,1fr))!important;}
  .fc-growth-wizard-dialog .fc-growth-choice-row span{font-size:10px!important;padding:8px 4px!important;gap:4px!important;}
  .fc-growth-wizard-dialog .fc-growth-grid textarea{min-height:72px!important;height:72px!important;}
  .fc-growth-wizard-dialog .fc-growth-wizard-actions{position:sticky;bottom:-17px;margin-left:-14px!important;margin-right:-14px!important;padding:10px 14px 0!important;background:linear-gradient(180deg,rgba(255,255,255,0),#fff 24%)!important;}
}
@media(max-width:420px){
  .fc-growth-wizard-dialog .fc-growth-choice-row{grid-template-columns:1fr!important;}
  .fc-growth-wizard-dialog .fc-growth-wizard-actions .primary{min-width:0!important;}
}

/* Phase 17: multilingual and RTL public/Partner Panel support */
.fc-lang-dropdown .fc-lang-menu{max-height:340px;overflow-y:auto;min-width:190px;}
.fc-lang-dropdown .fc-lang-menu a{display:flex;align-items:center;gap:10px;}
.fc-lang-dropdown .fc-lang-menu a.active{background:#e5fafb;color:#008e96;font-weight:800;}
.fc-lang-ar{font-family:Tahoma,"Noto Sans Arabic","Segoe UI",Arial,sans-serif;}
.fc-rtl{direction:rtl;text-align:right;}
.fc-rtl input,.fc-rtl textarea,.fc-rtl select{direction:rtl;text-align:right;}
.fc-rtl input[type="email"],.fc-rtl input[type="tel"],.fc-rtl input[type="url"],.fc-rtl input[type="number"],.fc-rtl input[type="date"],.fc-rtl input[type="datetime-local"]{direction:ltr;text-align:left;}
.fc-rtl .fc-header-inner,.fc-rtl .fc-header-actions,.fc-rtl .fc-clinic-user-menu a,.fc-rtl .fc-lang-menu a,.fc-rtl .fc-panel-nav a,.fc-rtl .fc-panel-section-head,.fc-rtl .fc-panel-card header,.fc-rtl .fc-detail-breadcrumb,.fc-rtl .fc-page-breadcrumb,.fc-rtl .fc-blog-breadcrumb{direction:rtl;}
.fc-rtl .fc-header-actions{margin-left:0;margin-right:auto;}
.fc-rtl .fc-lang-menu,.fc-rtl .fc-clinic-user-menu{right:auto;left:0;}
.fc-rtl .fc-panel-sidebar{right:0;left:auto;}
.fc-rtl .fc-panel-main{margin-left:0;margin-right:var(--fc-panel-sidebar-width,260px);}
.fc-rtl .fc-panel-nav a::before{left:auto;right:0;}
.fc-rtl .fc-panel-nav-badge{margin-left:0;margin-right:auto;}
.fc-rtl .fc-profile-tabs,.fc-rtl .fc-quote-progress-labels,.fc-rtl .fc-quote-form-grid,.fc-rtl .fc-form-grid,.fc-rtl .fc-panel-form-grid{direction:rtl;}
.fc-rtl .fc-quote-close,.fc-rtl .fc-doctor-modal-close,.fc-rtl .fc-reels-modal-close{right:auto;left:18px;}
.fc-rtl .fc-quote-footer,.fc-rtl .fc-modal-actions{flex-direction:row-reverse;}
.fc-rtl .fc-quote-phone-wrap .iti{direction:ltr;}
.fc-rtl .fc-blog-content,.fc-rtl .fc-page-content,.fc-rtl .clinic-content,.fc-rtl .fc-doctor-modal-body{line-height:1.9;}
.fc-rtl .fa-arrow-right,.fc-rtl .fas.fa-arrow-right{transform:rotate(180deg);}
.fc-rtl .fa-arrow-left,.fc-rtl .fas.fa-arrow-left{transform:rotate(180deg);}
.fc-rtl .fc-breadcrumb i,.fc-rtl .breadcrumb i{transform:rotate(180deg);}
.fc-rtl .fc-reel-cover-grid,.fc-rtl .fc-blog-grid,.fc-rtl .fc-category-grid,.fc-rtl .fc-clinic-grid{direction:rtl;}
@media(max-width:991px){.fc-rtl .fc-panel-main{margin-right:0}.fc-rtl .fc-panel-sidebar{transform:translateX(110%)}.fc-rtl .fc-panel-sidebar.open{transform:translateX(0)}}
@media(max-width:767px){.fc-rtl .fc-header-actions{margin-right:auto}.fc-rtl .fc-lang-menu{left:0;right:auto}}

/* Phase 17.1: stable multilingual menus and Partner Panel language selector */
.fc-simple-header .fc-lang-dropdown.is-open .fc-lang-menu{
  opacity:1!important;
  visibility:visible!important;
  transform:translateY(10px)!important;
  pointer-events:auto!important;
  display:block!important;
}
.fc-simple-header .fc-lang-current[aria-expanded="true"] i{transform:rotate(180deg);}
.fc-simple-header .fc-lang-current i{transition:transform .18s ease;}
.fc-panel-language-control{
  height:40px;
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:0 10px;
  border:1px solid #2b445b;
  border-radius:10px;
  background:#0d1c2a;
  color:#28d5dc;
  margin:0;
}
.fc-panel-language-control i{font-size:13px;}
.fc-panel-language-control select{
  appearance:auto;
  width:auto;
  min-width:112px;
  height:36px;
  padding:0 4px;
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
  background:transparent!important;
  color:#fff!important;
  font-size:12px!important;
  font-weight:800!important;
  cursor:pointer;
}
.fc-panel-language-control select option{background:#0d1c2a;color:#fff;}
@media(max-width:991px){
  .fc-panel-language-control{height:38px;padding:0 8px;}
  .fc-panel-language-control select{min-width:88px;font-size:11px!important;}
}
@media(max-width:640px){
  .fc-panel-topbar{height:auto!important;min-height:64px;padding-top:10px!important;padding-bottom:10px!important;gap:8px;}
  .fc-panel-top-actions{gap:6px!important;}
  .fc-panel-language-control select{min-width:64px;max-width:86px;}
}

/* Phase 17.2: stable click-only language selector, equal X icon and dashboard empty state */
.fc-simple-header .fc-lang-dropdown:not(.is-open):hover .fc-lang-menu,
.fc-simple-header .fc-lang-dropdown:not(.is-open):focus-within .fc-lang-menu{
    opacity:0!important;
    visibility:hidden!important;
    transform:translateY(4px)!important;
    pointer-events:none!important;
}
.fc-simple-header .fc-lang-dropdown.is-open .fc-lang-menu{
    top:calc(100% + 4px)!important;
    margin-top:0!important;
    transform:translateY(0)!important;
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
}
.fc-simple-header .fc-lang-menu:before{
    top:-12px!important;
    height:12px!important;
}
.footer-widget .social-media a{
    width:42px;
    height:42px;
    display:inline-flex!important;
    align-items:center;
    justify-content:center;
    vertical-align:middle;
}
.footer-widget .social-media .fc-x-mark{
    width:100%;
    height:100%;
    font-size:30px!important;
    line-height:1!important;
    display:flex!important;
    align-items:center;
    justify-content:center;
}
.fc-lead-trend-card{position:relative;}
.fc-lead-trend-card .fc-chart-empty{
    top:47%!important;
    bottom:auto!important;
    width:min(86%,520px);
    padding:7px 12px;
    border-radius:10px;
    background:rgba(9,24,38,.78);
    color:#9db0c4!important;
    line-height:1.45;
    z-index:3;
}
@media(max-width:767px){
    .fc-lead-trend-card .fc-chart-empty{top:43%!important;font-size:11px;width:88%;}
}

/* FC_HOME_CARD_ACTIONS_SIDE_BY_SIDE_V58_ACTIVE */
.fc-featured-section .fc-home-card .fc-card-actions{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
    gap:10px!important;
    width:100%!important;
    align-items:stretch!important;
}
.fc-featured-section .fc-home-card .fc-card-actions .fc-outline-btn,
.fc-featured-section .fc-home-card .fc-card-actions .fc-primary-mini{
    width:100%!important;
    min-width:0!important;
    min-height:42px!important;
    padding:10px 9px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    text-align:center!important;
    white-space:normal!important;
    line-height:1.25!important;
    font-size:12px!important;
}
@media(max-width:360px){
    .fc-featured-section .fc-home-card .fc-card-actions{
        gap:7px!important;
    }
    .fc-featured-section .fc-home-card .fc-card-actions .fc-outline-btn,
    .fc-featured-section .fc-home-card .fc-card-actions .fc-primary-mini{
        padding:9px 6px!important;
        font-size:11px!important;
    }
}

/* FC_PANEL_INTERACTION_AND_EARLY_RENEWAL_V59 */
.fc-panel-public.fc-panel-v43 .fc-panel-public-top,
.fc-panel-public.fc-panel-v43 .fc-panel-public-actions,
.fc-panel-public.fc-panel-v43 .fc-panel-public-actions > *,
.fc-panel-public.fc-panel-v43 .fc-panel-language-control,
.fc-panel-public.fc-panel-v43 .fc-panel-language-control select,
.fc-panel-public.fc-panel-v43 .fc-panel-login-link{
    position:relative!important;
    z-index:30!important;
    pointer-events:auto!important;
}
.fc-panel-public.fc-panel-v43 .fc-panel-language-control select,
.fc-panel-public.fc-panel-v43 .fc-panel-login-link,
.fc-panel-v43.fc-view-profile .fc-profile-tabs button{
    cursor:pointer!important;
    touch-action:manipulation;
}
.fc-panel-v43.fc-view-profile .fc-profile-tabs{
    position:relative!important;
    z-index:20!important;
    pointer-events:auto!important;
}
.fc-panel-v43.fc-view-profile .fc-profile-tabs button{
    position:relative!important;
    z-index:21!important;
    pointer-events:auto!important;
}
.fc-panel-v43.fc-view-profile .fc-profile-tab-panel{
    position:relative!important;
    z-index:1!important;
}
.fc-membership-plan-grid[hidden]{display:none!important;}
.fc-early-renewal-callout{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:22px;
    margin:22px 0;
    padding:22px 24px;
    border:1px solid rgba(27,205,215,.42);
    border-radius:20px;
    background:linear-gradient(135deg,rgba(9,183,198,.14),rgba(17,74,95,.22));
    box-shadow:0 16px 36px rgba(0,0,0,.12);
}
.fc-early-renewal-copy{display:flex;align-items:center;gap:16px;min-width:0;}
.fc-early-renewal-icon{
    width:50px;height:50px;min-width:50px;border-radius:16px;
    display:flex;align-items:center;justify-content:center;
    color:#071522;background:#20d5db;font-size:20px;
}
.fc-early-renewal-copy strong{display:block;color:#fff;font-size:17px;margin-bottom:5px;}
.fc-early-renewal-copy p{margin:0;color:#9ec3d3;line-height:1.55;font-size:13px;}
.fc-early-renewal-toggle{
    min-height:48px;padding:0 20px;border:0;border-radius:14px;
    display:inline-flex;align-items:center;justify-content:center;gap:10px;
    background:linear-gradient(135deg,#10c7d0,#10b5c2);color:#fff;
    font-size:13px;font-weight:900;white-space:nowrap;cursor:pointer;
    box-shadow:0 12px 24px rgba(9,183,198,.22);
}
.fc-early-renewal-toggle:hover{transform:translateY(-1px);filter:brightness(1.05);}
.fc-early-renewal-toggle[aria-expanded="true"] i{transform:rotate(180deg);}
.fc-early-renewal-toggle i{transition:transform .2s ease;}
.fc-membership-plan-grid.is-early-renewal-grid{scroll-margin-top:24px;}
.fc-annual-renewal-bonus{
    display:flex;align-items:center;gap:8px;margin:10px 0!important;
    padding:9px 11px;border-radius:11px;background:rgba(25,211,137,.12);
    border:1px solid rgba(25,211,137,.25);color:#31e49d!important;
    font-size:12px!important;font-weight:800!important;
}
@media(max-width:760px){
    .fc-early-renewal-callout{flex-direction:column;align-items:stretch;padding:18px;}
    .fc-early-renewal-toggle{width:100%;white-space:normal;text-align:center;}
}

/* ==============================================================
   FC CLINIC PANEL MOBILE / NOTIFICATION REFRESH V60
   ============================================================== */
.fc-panel-mobile-menu-btn,
.fc-panel-sidebar-close,
.fc-panel-sidebar-backdrop{
  display:none;
}

.fc-panel-v43,
.fc-panel-v43 .fc-panel-main,
.fc-panel-v43 .fc-panel-content,
.fc-panel-v43 .fc-panel-content > *,
.fc-panel-v43 .fc-panel-card,
.fc-panel-v43 .fc-panel-wide-card,
.fc-panel-v43 .fc-analytics-card,
.fc-panel-v43 .fc-package-manager,
.fc-panel-v43 .fc-package-manager-grid,
.fc-panel-v43 .fc-package-list,
.fc-panel-v43 .fc-package-editor,
.fc-panel-v43 .fc-package-admin-card,
.fc-panel-v43 .fc-panel-doctor-layout,
.fc-panel-v43 .fc-panel-doctor-form-card,
.fc-panel-v43 .fc-panel-doctor-list-card{
  min-width:0;
  max-width:100%;
}

/* Notification text contrast and correct inner-list selectors */
.fc-panel-v43 .fc-panel-notification-menu{
  border-color:#31516b!important;
  background:#081722!important;
  box-shadow:0 24px 70px rgba(0,0,0,.56)!important;
}
.fc-panel-v43 .fc-panel-notification-menu header{
  align-items:center;
  background:#0b1d2b;
  border-bottom:1px solid #29445b!important;
}
.fc-panel-v43 .fc-panel-notification-menu header strong{
  color:#ffffff!important;
}
.fc-panel-v43 .fc-panel-notification-menu header button{
  color:#43e3e6!important;
  font-weight:800;
}
.fc-panel-v43 .fc-panel-notification-list{
  max-height:430px;
  overflow-y:auto;
  overscroll-behavior:contain;
  scrollbar-width:thin;
  scrollbar-color:#285069 #0a1a27;
}
.fc-panel-v43 .fc-panel-notification-list > a{
  display:grid!important;
  grid-template-columns:38px minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:11px!important;
  padding:13px 14px!important;
  border-bottom:1px solid #1c3549!important;
  background:#0a1926!important;
  color:#eaf4fb!important;
  text-decoration:none!important;
  transition:background .18s ease,border-color .18s ease;
}
.fc-panel-v43 .fc-panel-notification-list > a:last-child{
  border-bottom:0!important;
}
.fc-panel-v43 .fc-panel-notification-list > a:hover{
  background:#102638!important;
}
.fc-panel-v43 .fc-panel-notification-list > a.unread{
  background:linear-gradient(135deg,#123b5c 0%,#14518a 100%)!important;
  border-bottom-color:rgba(255,255,255,.13)!important;
  box-shadow:inset 3px 0 0 #27e0e3;
}
.fc-panel-v43 .fc-panel-notification-list > a > i{
  width:38px!important;
  height:38px!important;
  display:grid!important;
  place-items:center!important;
  border-radius:12px!important;
  background:#0e4055!important;
  color:#36e3e5!important;
  font-size:14px!important;
}
.fc-panel-v43 .fc-panel-notification-list > a.unread > i{
  background:rgba(4,29,48,.58)!important;
  color:#73fbfc!important;
}
.fc-panel-v43 .fc-panel-notification-list > a > span{
  display:block!important;
  min-width:0!important;
}
.fc-panel-v43 .fc-panel-notification-list > a strong{
  display:block!important;
  color:#ffffff!important;
  font-size:12px!important;
  line-height:1.45!important;
  font-weight:900!important;
  overflow-wrap:anywhere;
}
.fc-panel-v43 .fc-panel-notification-list > a small{
  display:block!important;
  margin-top:3px!important;
  color:#bed0df!important;
  font-size:10px!important;
  line-height:1.45!important;
  opacity:1!important;
  overflow-wrap:anywhere;
}
.fc-panel-v43 .fc-panel-notification-list > a.unread small{
  color:#e2f2ff!important;
}
.fc-panel-v43 .fc-panel-notification-list > a time{
  align-self:start!important;
  color:#9eb7ca!important;
  font-size:9px!important;
  line-height:1.35!important;
  white-space:nowrap!important;
  padding-top:2px;
}
.fc-panel-v43 .fc-panel-notification-list > a.unread time{
  color:#d8edff!important;
}
.fc-panel-v43 .fc-panel-notification-list > p{
  margin:0!important;
  padding:22px!important;
  color:#b1c5d5!important;
  text-align:center;
  line-height:1.6;
}

@media (max-width:991px){
  html,body{overflow-x:hidden;}
  body.fc-panel-menu-open{overflow:hidden!important;touch-action:none;}

  .fc-panel-app.fc-panel-v43{
    display:block!important;
    width:100%!important;
    max-width:100vw!important;
    min-height:100dvh!important;
    overflow-x:hidden!important;
  }
  .fc-panel-v43 .fc-panel-sidebar{
    display:block!important;
    position:fixed!important;
    z-index:2200!important;
    top:0!important;
    bottom:0!important;
    left:0!important;
    width:min(86vw,320px)!important;
    height:100dvh!important;
    min-height:100dvh!important;
    padding:0!important;
    overflow:hidden!important;
    transform:translate3d(-105%,0,0)!important;
    transition:transform .26s ease!important;
    box-shadow:24px 0 70px rgba(0,0,0,.48)!important;
    visibility:hidden;
  }
  .fc-panel-v43.fc-mobile-nav-open .fc-panel-sidebar{
    transform:translate3d(0,0,0)!important;
    visibility:visible;
  }
  .fc-panel-v43 .fc-panel-sidebar-inner{
    position:relative!important;
    display:flex!important;
    flex-direction:column!important;
    width:100%!important;
    height:100dvh!important;
    min-height:100dvh!important;
    padding:18px 14px 16px!important;
    overflow:hidden!important;
  }
  .fc-panel-v43 .fc-panel-sidebar-close{
    display:grid!important;
    place-items:center!important;
    position:absolute!important;
    z-index:2!important;
    top:18px!important;
    right:14px!important;
    width:40px!important;
    height:40px!important;
    border:1px solid #29445c!important;
    border-radius:13px!important;
    background:#0d1c2a!important;
    color:#dcecf7!important;
    cursor:pointer!important;
  }
  .fc-panel-v43 .fc-panel-brand{
    flex:0 0 auto!important;
    min-height:48px!important;
    margin:0 48px 18px 0!important;
    padding:7px 10px!important;
  }
  .fc-panel-v43 .fc-panel-brand > span:last-child,
  .fc-panel-v43 .fc-panel-side-label,
  .fc-panel-v43 .fc-panel-nav-text,
  .fc-panel-v43 .fc-panel-sidebar-status{
    display:inline!important;
  }
  .fc-panel-v43 .fc-panel-side-label{
    display:block!important;
    flex:0 0 auto!important;
  }
  .fc-panel-v43 .fc-panel-nav{
    display:flex!important;
    flex:1 1 auto!important;
    flex-direction:column!important;
    gap:7px!important;
    width:100%!important;
    min-height:0!important;
    overflow-x:hidden!important;
    overflow-y:auto!important;
    padding:2px 2px 14px!important;
    overscroll-behavior:contain;
  }
  .fc-panel-v43 .fc-panel-nav > a{
    display:flex!important;
    flex:0 0 auto!important;
    justify-content:flex-start!important;
    width:100%!important;
    min-width:0!important;
    min-height:48px!important;
    padding:10px 12px!important;
    font-size:14px!important;
  }
  .fc-panel-v43 .fc-panel-nav-icon{
    width:34px!important;
    height:34px!important;
    min-width:34px!important;
  }
  .fc-panel-v43 .fc-panel-nav-badge{
    margin-left:auto!important;
  }
  .fc-panel-v43 .fc-panel-sidebar-footer{
    display:grid!important;
    flex:0 0 auto!important;
    margin-top:0!important;
    padding:12px 2px 0!important;
    border-top:1px solid rgba(255,255,255,.08)!important;
  }
  .fc-panel-v43 .fc-panel-logout-button{
    justify-content:flex-start!important;
    width:100%!important;
  }
  .fc-panel-v43 .fc-panel-sidebar-backdrop{
    display:block!important;
    position:fixed!important;
    z-index:2150!important;
    inset:0!important;
    width:100%!important;
    height:100%!important;
    padding:0!important;
    border:0!important;
    background:rgba(1,7,13,.70)!important;
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
    transition:opacity .24s ease,visibility .24s ease!important;
    backdrop-filter:blur(3px);
  }
  .fc-panel-v43.fc-mobile-nav-open .fc-panel-sidebar-backdrop{
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
  }

  .fc-panel-v43 .fc-panel-main{
    width:100%!important;
    min-width:0!important;
    margin:0!important;
  }
  .fc-panel-v43 .fc-panel-topbar{
    position:sticky!important;
    z-index:1100!important;
    top:0!important;
    width:100%!important;
    min-height:64px!important;
    height:auto!important;
    padding:9px 12px!important;
    gap:8px!important;
    overflow:visible!important;
    background:rgba(6,14,23,.96)!important;
    backdrop-filter:blur(14px);
  }
  .fc-panel-v43 .fc-panel-topbar-left{
    display:flex!important;
    align-items:center!important;
    gap:10px!important;
    min-width:0!important;
    flex:1 1 auto!important;
  }
  .fc-panel-v43 .fc-panel-mobile-menu-btn{
    display:grid!important;
    flex:0 0 42px!important;
    place-items:center!important;
    width:42px!important;
    height:42px!important;
    padding:0!important;
    border:1px solid #29506a!important;
    border-radius:13px!important;
    background:#0c2535!important;
    color:#27dce0!important;
    font-size:17px!important;
    cursor:pointer!important;
  }
  .fc-panel-v43 .fc-panel-breadcrumb{
    display:flex!important;
    align-items:center!important;
    gap:7px!important;
    min-width:0!important;
    overflow:hidden!important;
  }
  .fc-panel-v43 .fc-panel-breadcrumb span{
    display:none!important;
  }
  .fc-panel-v43 .fc-panel-breadcrumb i{
    display:none!important;
  }
  .fc-panel-v43 .fc-panel-breadcrumb strong{
    display:block!important;
    min-width:0!important;
    max-width:34vw!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    white-space:nowrap!important;
    font-size:13px!important;
  }
  .fc-panel-v43 .fc-panel-top-actions{
    flex:0 0 auto!important;
    gap:6px!important;
    min-width:0!important;
  }
  .fc-panel-v43 .fc-panel-top-actions > a{
    display:none!important;
  }
  .fc-panel-v43 .fc-panel-language-control{
    height:42px!important;
    max-width:132px!important;
    padding:0 7px!important;
    gap:5px!important;
  }
  .fc-panel-v43 .fc-panel-language-control select{
    min-width:0!important;
    max-width:92px!important;
    width:auto!important;
    height:38px!important;
    font-size:11px!important;
    padding:0 1px!important;
  }
  .fc-panel-v43 .fc-panel-notification-btn{
    width:42px!important;
    height:42px!important;
    min-width:42px!important;
  }
  .fc-panel-v43 .fc-panel-notification-menu{
    position:fixed!important;
    z-index:2300!important;
    top:70px!important;
    right:10px!important;
    left:10px!important;
    width:auto!important;
    max-width:none!important;
    max-height:calc(100dvh - 82px)!important;
    border-radius:16px!important;
  }
  .fc-panel-v43 .fc-panel-notification-list{
    max-height:calc(100dvh - 145px)!important;
  }

  .fc-panel-v43 .fc-panel-content{
    width:100%!important;
    max-width:100%!important;
    margin:0!important;
    padding:20px 14px 50px!important;
    overflow-x:hidden!important;
  }
  .fc-panel-v43 .fc-panel-welcome h1,
  .fc-panel-v43 .fc-panel-section-heading h2,
  .fc-panel-v43 .fc-analytics-hero h2{
    font-size:clamp(25px,7vw,34px)!important;
    line-height:1.15!important;
    overflow-wrap:anywhere;
  }
  .fc-panel-v43 .fc-panel-welcome p,
  .fc-panel-v43 .fc-panel-section-heading p,
  .fc-panel-v43 .fc-analytics-hero p{
    font-size:14px!important;
    line-height:1.65!important;
  }
  .fc-panel-v43 .fc-panel-steps{
    display:grid!important;
    grid-template-columns:1fr!important;
    width:100%!important;
    gap:9px!important;
    margin:22px 0!important;
    overflow:visible!important;
  }
  .fc-panel-v43 .fc-panel-steps a{
    width:100%!important;
    min-width:0!important;
    justify-content:flex-start!important;
    padding:12px 14px!important;
    font-size:13px!important;
  }

  .fc-panel-v43 .fc-panel-dashboard-grid,
  .fc-panel-v43 .fc-panel-packages,
  .fc-panel-v43 .fc-package-manager-grid,
  .fc-panel-v43 .fc-package-list,
  .fc-panel-v43 .fc-panel-doctor-layout,
  .fc-panel-v43 .fc-support-layout,
  .fc-panel-v43 .fc-addon-grid,
  .fc-panel-v43 .fc-analytics-main-grid,
  .fc-panel-v43 .fc-analytics-secondary-grid,
  .fc-panel-v43 .fc-panel-next-grid,
  .fc-panel-v43 .fc-feature-grid,
  .fc-panel-v43 .fc-split-checks,
  .fc-panel-v43 .fc-feature-groups,
  .fc-panel-v43 .fc-hours-grid,
  .fc-panel-v43 .fc-panel-form-grid,
  .fc-panel-v43 .fc-package-form-grid,
  .fc-panel-v43 .fc-doctor-main-grid,
  .fc-panel-v43 .fc-doctor-section-grid,
  .fc-panel-v43 .fc-doctor-core-fields,
  .fc-panel-v43 .fc-billing-profile-summary{
    grid-template-columns:minmax(0,1fr)!important;
  }
  .fc-panel-v43 .fc-panel-card,
  .fc-panel-v43 .fc-panel-wide-card,
  .fc-panel-v43 .fc-panel-price-card,
  .fc-panel-v43 .fc-analytics-card,
  .fc-panel-v43 .fc-package-admin-card,
  .fc-panel-v43 .fc-package-editor,
  .fc-panel-v43 .fc-dashboard-gate-card{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    border-radius:18px!important;
  }
  .fc-panel-v43 .fc-panel-card,
  .fc-panel-v43 .fc-panel-wide-card,
  .fc-panel-v43 .fc-panel-price-card,
  .fc-panel-v43 .fc-analytics-card{
    padding:18px!important;
  }
  .fc-panel-v43 .fc-analytics-card > header,
  .fc-panel-v43 .fc-package-manager > header,
  .fc-panel-v43 .fc-panel-section-heading,
  .fc-panel-v43 .fc-package-editor-title,
  .fc-panel-v43 .fc-panel-card-title{
    flex-wrap:wrap!important;
    min-width:0!important;
  }
  .fc-panel-v43 .fc-analytics-card > header > *,
  .fc-panel-v43 .fc-panel-section-heading > *,
  .fc-panel-v43 .fc-package-editor-title > *{
    min-width:0!important;
    max-width:100%!important;
  }
  .fc-panel-v43 .fc-panel-card-title{
    align-items:flex-start!important;
  }
  .fc-panel-v43 .fc-panel-card-title h2,
  .fc-panel-v43 .fc-analytics-card header h3,
  .fc-panel-v43 .fc-package-admin-card h4,
  .fc-panel-v43 .fc-package-editor-title h4{
    overflow-wrap:anywhere;
  }
  .fc-panel-v43 .fc-panel-form-wide,
  .fc-panel-v43 .fc-package-form-grid .wide,
  .fc-panel-v43 .fc-doctor-field-wide{
    grid-column:auto!important;
  }
  .fc-panel-v43 input,
  .fc-panel-v43 select,
  .fc-panel-v43 textarea,
  .fc-panel-v43 button,
  .fc-panel-v43 a{
    max-width:100%;
  }
  .fc-panel-v43 textarea{resize:vertical;}
  .fc-panel-v43 .fc-hours-grid > div{
    grid-template-columns:minmax(0,1fr)!important;
  }
  .fc-panel-v43 .fc-price-row{
    grid-template-columns:minmax(0,1fr)!important;
  }
  .fc-panel-v43 .fc-package-checks{
    grid-template-columns:minmax(0,1fr)!important;
  }
  .fc-panel-v43 .fc-package-admin-top,
  .fc-panel-v43 .fc-offer-meta,
  .fc-panel-v43 .fc-package-admin-actions,
  .fc-panel-v43 .fc-doctor-form-actions,
  .fc-panel-v43 .fc-billing-actions{
    flex-wrap:wrap!important;
  }
  .fc-panel-v43 .fc-package-admin-actions a.download,
  .fc-panel-v43 .fc-package-editor > .fc-panel-primary-btn,
  .fc-panel-v43 .fc-doctor-form-actions .fc-panel-primary-btn,
  .fc-panel-v43 .fc-billing-actions .fc-panel-primary-btn{
    width:100%!important;
    min-width:0!important;
  }
  .fc-panel-v43 .fc-offer-private-note{
    margin:14px!important;
    align-items:flex-start!important;
  }
  .fc-panel-v43 .fc-panel-table,
  .fc-panel-v43 .fc-dashboard-lead-table,
  .fc-panel-v43 .fc-full-enquiry-table{
    width:100%!important;
    max-width:100%!important;
    overflow-x:auto!important;
    -webkit-overflow-scrolling:touch;
  }
  .fc-panel-v43 .fc-panel-doctor-list-card{
    position:static!important;
    top:auto!important;
  }
  .fc-panel-v43 .fc-panel-doctor-list article{
    align-items:flex-start!important;
    flex-wrap:wrap!important;
  }
  .fc-panel-v43 .fc-panel-doctor-list .actions{
    width:100%!important;
    justify-content:flex-end!important;
  }
  .fc-panel-v43 .fc-profile-tabs{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:8px!important;
    width:100%!important;
  }
  .fc-panel-v43 .fc-profile-tabs button{
    width:100%!important;
    min-width:0!important;
    padding:11px 8px!important;
    font-size:12px!important;
    white-space:normal!important;
  }
}

@media (max-width:480px){
  .fc-panel-v43 .fc-panel-topbar{
    padding:8px 9px!important;
  }
  .fc-panel-v43 .fc-panel-breadcrumb strong{
    max-width:25vw!important;
    font-size:12px!important;
  }
  .fc-panel-v43 .fc-panel-language-control{
    max-width:112px!important;
  }
  .fc-panel-v43 .fc-panel-language-control select{
    max-width:73px!important;
    font-size:10px!important;
  }
  .fc-panel-v43 .fc-panel-content{
    padding:16px 10px 42px!important;
  }
  .fc-panel-v43 .fc-panel-card,
  .fc-panel-v43 .fc-panel-wide-card,
  .fc-panel-v43 .fc-panel-price-card,
  .fc-panel-v43 .fc-analytics-card{
    padding:15px!important;
  }
  .fc-panel-v43 .fc-profile-tabs{
    grid-template-columns:minmax(0,1fr)!important;
  }
  .fc-panel-v43 .fc-panel-notification-list > a{
    grid-template-columns:36px minmax(0,1fr)!important;
  }
  .fc-panel-v43 .fc-panel-notification-list > a time{
    grid-column:2!important;
    margin-top:2px!important;
    white-space:normal!important;
  }
  .fc-panel-v43 .fc-offer-private-note{
    flex-direction:column!important;
  }
  .fc-panel-v43 .fc-analytics-empty{
    min-height:130px!important;
    padding:18px 12px!important;
  }
}

/* ==============================================================
   FINDCLIN PRIVATE LIVE CHAT V70
   ============================================================== */
.fc-live-status-control{display:inline-flex;align-items:center;gap:9px;min-height:44px;padding:8px 13px;border:1px solid #29475d;border-radius:14px;background:#0b1b28;color:#dbeaf4;cursor:pointer;transition:.2s ease}.fc-live-status-control:hover{border-color:#19cbd3;transform:translateY(-1px)}.fc-live-status-control .fc-live-status-dot{width:10px;height:10px;border-radius:50%;background:#74889b;box-shadow:0 0 0 5px rgba(116,136,155,.12)}.fc-live-status-control.is-online .fc-live-status-dot{background:#22d792;box-shadow:0 0 0 5px rgba(34,215,146,.13)}.fc-live-status-control>span:not(.fc-live-status-dot){font-size:12px;font-weight:900;color:#fff}.fc-live-status-control small{display:block;color:#7f9aab;font-size:9px;font-weight:700}.fc-panel-top-actions .fc-live-status-control{min-width:112px;justify-content:center}.fc-live-panel{min-width:0}.fc-live-panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:20px;padding:25px 28px;border:1px solid #183d50;border-radius:22px;background:linear-gradient(135deg,#0a2231,#0a1724)}.fc-live-panel-head h2{margin:7px 0 8px;color:#fff;font-size:28px}.fc-live-panel-head p{max-width:760px;margin:0;color:#8fb0c1;line-height:1.7}.fc-live-schema-warning{display:flex;align-items:center;gap:16px;padding:22px;border:1px solid rgba(255,181,56,.35);border-radius:18px;background:rgba(255,181,56,.08);color:#ffe5b7}.fc-live-schema-warning>i{font-size:24px}.fc-live-schema-warning strong,.fc-live-schema-warning span{display:block}.fc-live-schema-warning span{margin-top:5px;color:#c8ad81}.fc-live-panel-layout{display:grid;grid-template-columns:350px minmax(0,1fr);min-height:650px;border:1px solid #1d3a4e;border-radius:24px;overflow:hidden;background:#081522}.fc-live-conversation-sidebar{min-width:0;border-right:1px solid #1c3547;background:#091824}.fc-live-conversation-tools{padding:18px;border-bottom:1px solid #1c3547}.fc-live-conversation-tools>div{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.fc-live-conversation-tools strong{color:#fff;font-size:16px}.fc-live-conversation-tools>div span{display:grid;place-items:center;min-width:28px;height:28px;padding:0 8px;border-radius:999px;background:#0d3444;color:#32dce0;font-size:11px;font-weight:900}.fc-live-conversation-tools label{display:flex;align-items:center;gap:10px;padding:0 12px;border:1px solid #243e52;border-radius:12px;background:#0b1b28;color:#6e8da0}.fc-live-conversation-tools input{width:100%;height:42px;border:0!important;outline:0!important;background:transparent!important;color:#fff!important;font-size:13px}.fc-live-conversation-list{height:590px;overflow:auto;overscroll-behavior:contain}.fc-live-conversation-item{display:grid;width:100%;grid-template-columns:44px minmax(0,1fr) auto;align-items:center;gap:11px;padding:14px 16px;border:0;border-bottom:1px solid #152e40;background:transparent;color:#fff;text-align:left;cursor:pointer;transition:.18s}.fc-live-conversation-item:hover,.fc-live-conversation-item.active{background:#102638}.fc-live-conversation-item.unread{background:linear-gradient(90deg,rgba(12,186,197,.14),rgba(12,186,197,.02));box-shadow:inset 3px 0 #19d4db}.fc-live-list-avatar,.fc-live-patient-avatar{display:grid;place-items:center;width:44px;height:44px;border-radius:14px;background:linear-gradient(135deg,#0d5367,#0b3347);color:#5ff3f5;font-weight:900}.fc-live-list-copy{min-width:0}.fc-live-list-copy strong,.fc-live-list-copy em{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fc-live-list-copy strong{font-size:13px;color:#fff}.fc-live-list-copy em{margin-top:4px;color:#8ca5b6;font-size:11px;font-style:normal}.fc-live-list-meta{align-self:stretch;display:flex;flex-direction:column;align-items:flex-end;justify-content:center;gap:7px}.fc-live-list-meta time{color:#668598;font-size:9px;white-space:nowrap}.fc-live-list-meta b,.fc-panel-nav-badge[data-live-chat-unread]{display:grid;place-items:center;min-width:21px;height:21px;padding:0 6px;border-radius:999px;background:#1fd2d8;color:#06202b;font-size:10px;font-weight:900}.fc-live-list-empty,.fc-live-loading{height:100%;min-height:260px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:30px;text-align:center;color:#7895a8}.fc-live-list-empty i{font-size:28px;margin-bottom:12px}.fc-live-list-empty strong{color:#d7e6ef}.fc-live-list-empty span{margin-top:6px;font-size:12px}.fc-live-thread{min-width:0;display:flex;background:radial-gradient(circle at 80% 0,rgba(14,129,151,.12),transparent 35%),#07131e}.fc-live-thread-empty{margin:auto;text-align:center;color:#6f8a9c}.fc-live-thread-empty>span{display:grid;place-items:center;width:76px;height:76px;margin:0 auto 18px;border:1px solid #23465c;border-radius:25px;background:#0b202e;color:#35d8dc;font-size:30px}.fc-live-thread-empty strong{display:block;color:#dceaf2;font-size:18px}.fc-live-thread-empty p{margin:8px 0 0}.fc-live-thread-active{width:100%;min-width:0;display:flex;flex-direction:column}.fc-live-thread-head{display:grid;grid-template-columns:auto 46px minmax(0,1fr) auto;align-items:center;gap:12px;min-height:82px;padding:14px 20px;border-bottom:1px solid #1b3548;background:#091a27}.fc-live-thread-back{display:none;width:40px;height:40px;border:1px solid #28465a;border-radius:12px;background:#0c2231;color:#d7e7ef}.fc-live-patient-copy{min-width:0}.fc-live-patient-copy strong,.fc-live-patient-copy span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fc-live-patient-copy strong{color:#fff;font-size:15px}.fc-live-patient-copy span{margin-top:4px;color:#7897aa;font-size:11px}.fc-live-close-chat{display:inline-flex;align-items:center;gap:8px;min-height:40px;padding:0 13px;border:1px solid #29485d;border-radius:12px;background:#0c2231;color:#9db5c4;font-size:11px;font-weight:800}.fc-live-messages{flex:1;min-height:430px;max-height:540px;overflow-y:auto;padding:24px;scroll-behavior:smooth}.fc-live-message{display:flex;margin-bottom:14px}.fc-live-message.is-clinic{justify-content:flex-end}.fc-live-message>div{max-width:min(72%,620px);padding:12px 14px;border:1px solid #244052;border-radius:17px 17px 17px 5px;background:#102536;color:#dceaf2;box-shadow:0 8px 22px rgba(0,0,0,.12)}.fc-live-message.is-clinic>div{border-color:rgba(19,204,212,.35);border-radius:17px 17px 5px 17px;background:linear-gradient(135deg,#0d6a78,#0b4f61);color:#fff}.fc-live-message p{margin:0;line-height:1.6;font-size:13px;overflow-wrap:anywhere}.fc-live-message time{display:block;margin-top:7px;color:rgba(205,226,237,.58);font-size:8px;text-align:right}.fc-live-message-image{display:block;margin-top:9px;overflow:hidden;border-radius:12px}.fc-live-message-image img{display:block;max-width:290px;max-height:300px;width:auto;height:auto;object-fit:cover}.fc-live-composer{display:grid;grid-template-columns:46px minmax(0,1fr) 48px;align-items:end;gap:10px;padding:15px 18px;border-top:1px solid #1b3548;background:#091a27}.fc-live-attach-button,.fc-live-send-button{display:grid;place-items:center;width:46px;height:46px;border:1px solid #29465a;border-radius:14px;background:#0c2332;color:#86a8bb;cursor:pointer}.fc-live-send-button{width:48px;border-color:#14c4cd;background:#17c9d1;color:#06212a}.fc-live-compose-field{min-width:0;padding:8px 12px;border:1px solid #29465a;border-radius:15px;background:#0b202e}.fc-live-compose-field textarea{display:block;width:100%;min-height:28px;max-height:140px;padding:4px 0;border:0!important;outline:0!important;resize:none;background:transparent!important;color:#fff!important;line-height:1.45}.fc-live-compose-field>span{display:block;margin-top:5px;color:#3edee1;font-size:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fc-live-form-result{padding:8px 18px 14px;color:#3de0ad;font-size:11px}.fc-live-form-result.is-error{color:#ff8e9a}
@media(max-width:1100px){.fc-live-panel-layout{grid-template-columns:310px minmax(0,1fr)}}
@media(max-width:767px){.fc-panel-top-actions .fc-live-status-control{min-width:44px;width:44px;padding:0}.fc-panel-top-actions .fc-live-status-control>span:not(.fc-live-status-dot),.fc-panel-top-actions .fc-live-status-control small{display:none}.fc-live-panel-head{flex-direction:column;padding:20px}.fc-live-panel-head .fc-live-status-control{width:100%;justify-content:center}.fc-live-panel-layout{display:block;min-height:620px}.fc-live-conversation-sidebar{border-right:0}.fc-live-conversation-list{height:520px}.fc-live-thread{display:none;min-height:620px}.fc-live-panel.has-active-thread .fc-live-conversation-sidebar{display:none}.fc-live-panel.has-active-thread .fc-live-thread{display:flex}.fc-live-thread-back{display:grid;place-items:center}.fc-live-thread-head{grid-template-columns:40px 42px minmax(0,1fr) auto;padding:12px 10px}.fc-live-close-chat span{display:none}.fc-live-close-chat{width:40px;padding:0;justify-content:center}.fc-live-messages{min-height:420px;max-height:calc(100dvh - 330px);padding:16px 12px}.fc-live-message>div{max-width:88%}.fc-live-message-image img{max-width:230px}.fc-live-composer{padding:12px 10px;grid-template-columns:42px minmax(0,1fr) 44px}.fc-live-attach-button,.fc-live-send-button{width:42px;height:42px}.fc-live-send-button{width:44px}}

/* Public clinic live status and Messenger-style chat */
.fc-detail-badge-row{display:flex;align-items:center;flex-wrap:wrap;gap:9px;margin-bottom:8px}.fc-detail-badge-row .fc-detail-verified{margin:0!important}.fc-detail-live-badge{display:inline-flex;align-items:center;gap:8px;min-height:40px;padding:0 15px;border:1px solid rgba(255,255,255,.24);border-radius:999px;background:rgba(5,26,49,.23);color:#dcebf4;font-size:12px;font-weight:900}.fc-detail-live-badge i{font-size:9px;color:#8da8ba}.fc-detail-live-badge.is-online{border-color:rgba(62,238,174,.45);background:rgba(20,176,119,.18);color:#dffff2}.fc-detail-live-badge.is-online i{color:#35e9a5;box-shadow:0 0 0 5px rgba(53,233,165,.13);border-radius:50%}.fc-detail-chat-btn{background:linear-gradient(135deg,#10cbd3,#09b9c4)!important;box-shadow:0 14px 30px rgba(0,194,202,.25)!important}.fc-public-live-chat{position:fixed;z-index:10050;inset:0;display:flex;align-items:flex-end;justify-content:flex-end;padding:24px;opacity:0;visibility:hidden;pointer-events:none;transition:.2s}.fc-public-live-chat.is-open{opacity:1;visibility:visible;pointer-events:auto}.fc-public-chat-backdrop{position:absolute;inset:0;border:0;background:rgba(2,10,20,.58);backdrop-filter:blur(3px)}.fc-public-chat-window{position:relative;width:min(410px,calc(100vw - 30px));max-height:min(760px,calc(100dvh - 36px));display:flex;flex-direction:column;overflow:hidden;border:1px solid #24485f;border-radius:25px;background:#071724;box-shadow:0 30px 90px rgba(0,0,0,.48);transform:translateY(18px) scale(.98);transition:.24s}.fc-public-live-chat.is-open .fc-public-chat-window{transform:translateY(0) scale(1)}.fc-public-chat-head{display:grid;grid-template-columns:46px minmax(0,1fr) 38px;align-items:center;gap:11px;padding:15px 17px;background:linear-gradient(135deg,#0b4050,#092536);border-bottom:1px solid rgba(255,255,255,.1)}.fc-public-chat-avatar{display:grid;place-items:center;width:46px;height:46px;border-radius:15px;background:#15cbd3;color:#05212b;font-size:19px}.fc-public-chat-head strong{display:block;color:#fff;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fc-public-chat-head div>span{display:flex;align-items:center;gap:7px;margin-top:5px;color:#9db5c4;font-size:10px}.fc-public-chat-head em{font-style:normal}.fc-public-chat-status-dot{width:8px;height:8px;border-radius:50%;background:#8296a5}.fc-public-chat-status-dot.is-online{background:#2be39f;box-shadow:0 0 0 4px rgba(43,227,159,.12)}.fc-public-chat-head>button{display:grid;place-items:center;width:38px;height:38px;border:1px solid rgba(255,255,255,.13);border-radius:12px;background:rgba(4,17,29,.35);color:#d9e8f0}.fc-public-chat-intro{overflow-y:auto;padding:20px}.fc-public-chat-welcome{text-align:center;padding:4px 12px 18px}.fc-public-chat-welcome>i{display:grid;place-items:center;width:58px;height:58px;margin:0 auto 13px;border-radius:20px;background:rgba(21,203,211,.12);color:#31dde2;font-size:24px}.fc-public-chat-welcome strong{display:block;color:#fff;font-size:20px}.fc-public-chat-welcome p{margin:8px 0 0;color:#8ea9ba;line-height:1.6;font-size:12px}.fc-public-chat-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.fc-public-chat-form-grid label{display:block;color:#b9ceda;font-size:11px;font-weight:800}.fc-public-chat-form-grid label.wide{grid-column:1/-1}.fc-public-chat-form-grid label>small{color:#6e899b;font-weight:600}.fc-public-chat-form-grid input[type=text],.fc-public-chat-form-grid input[type=email],.fc-public-chat-form-grid input[type=tel],.fc-public-chat-form-grid textarea{width:100%;margin-top:6px;padding:11px 12px;border:1px solid #29465a;border-radius:12px;background:#0a1f2d;color:#fff;outline:0;font-size:12px}.fc-public-chat-form-grid textarea{resize:vertical}.fc-public-chat-photo-field{padding:12px;border:1px dashed #31576e;border-radius:13px;background:#091c29}.fc-public-chat-photo-field>span{display:block;margin-bottom:8px;color:#d1e3ec}.fc-public-chat-photo-field input{max-width:100%;color:#819bac;font-size:10px}.fc-public-chat-consent{display:flex!important;align-items:flex-start;gap:9px;padding:10px 0;color:#8fa8b8!important;line-height:1.5}.fc-public-chat-consent input{margin-top:3px}.fc-public-chat-consent a{color:#32dce1!important}.fc-public-chat-start-button{width:100%;min-height:48px;margin-top:14px;border:0;border-radius:14px;background:linear-gradient(135deg,#17cbd3,#0eb7c2);color:#05212a;font-size:13px;font-weight:900}.fc-public-chat-security{display:flex;align-items:center;justify-content:center;gap:7px;margin:12px 0 0;color:#6f899a;font-size:9px;text-align:center}.fc-public-chat-thread{min-height:480px;display:flex;flex-direction:column}.fc-public-chat-messages{flex:1;min-height:370px;max-height:590px;overflow-y:auto;padding:18px 14px;background:radial-gradient(circle at 85% 0,rgba(14,160,177,.10),transparent 35%),#071724}.fc-public-chat-message{display:flex;margin-bottom:12px}.fc-public-chat-message.is-visitor{justify-content:flex-end}.fc-public-chat-message>div{max-width:82%;padding:10px 12px;border:1px solid #29465a;border-radius:15px 15px 15px 5px;background:#102737;color:#dce9f0}.fc-public-chat-message.is-visitor>div{border-color:rgba(32,214,222,.35);border-radius:15px 15px 5px 15px;background:linear-gradient(135deg,#0e7884,#096070);color:#fff}.fc-public-chat-message p{margin:0;font-size:12px;line-height:1.55;overflow-wrap:anywhere}.fc-public-chat-message time{display:block;margin-top:6px;color:rgba(218,234,242,.56);font-size:8px;text-align:right}.fc-public-chat-message a{display:block;margin-top:8px;overflow:hidden;border-radius:10px}.fc-public-chat-message img{display:block;max-width:240px;max-height:260px;object-fit:cover}.fc-public-chat-composer{display:grid;grid-template-columns:42px minmax(0,1fr) 44px;align-items:end;gap:8px;padding:12px;border-top:1px solid #203c50;background:#091d2a}.fc-public-chat-composer>label,.fc-public-chat-composer>button{display:grid;place-items:center;width:42px;height:42px;border:1px solid #2a495d;border-radius:13px;background:#0d2635;color:#87a6b8;cursor:pointer}.fc-public-chat-composer>button{width:44px;border-color:#15c7d0;background:#18ccd4;color:#05222b}.fc-public-chat-composer>div{padding:7px 11px;border:1px solid #2a495d;border-radius:14px;background:#0b2230}.fc-public-chat-composer textarea{display:block;width:100%;min-height:27px;max-height:120px;padding:3px 0;border:0;outline:0;resize:none;background:transparent;color:#fff;font-size:12px}.fc-public-chat-composer span{display:block;margin-top:4px;color:#36dde2;font-size:9px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fc-public-chat-result{padding:9px 14px;background:#09202d;color:#3ce1ad;font-size:10px}.fc-public-chat-result.is-error{color:#ff929c}body.fc-public-chat-open{overflow:hidden}
@media(max-width:575px){.fc-public-live-chat{padding:0;align-items:stretch}.fc-public-chat-window{width:100%;max-height:100dvh;height:100dvh;border:0;border-radius:0}.fc-public-chat-intro{padding:17px}.fc-public-chat-form-grid{grid-template-columns:1fr}.fc-public-chat-form-grid label.wide{grid-column:auto}.fc-public-chat-thread{min-height:0;flex:1}.fc-public-chat-messages{max-height:none;min-height:0}.fc-detail-badge-row{gap:7px}.fc-detail-live-badge,.fc-detail-badge-row .fc-detail-verified{min-height:35px!important;padding:0 12px!important;font-size:10px!important}}

/* FINDCLIN PUBLIC MULTI-CLINIC CHAT V8 */
.fc-public-chat-window{padding:0!important;margin:0!important;height:min(720px,calc(100dvh - 48px));max-height:none!important;isolation:isolate}
.fc-public-chat-window>[hidden],.fc-public-chat-thread>[hidden]{display:none!important}
.fc-public-chat-head{grid-template-columns:34px 46px minmax(0,1fr) 38px!important;padding:13px 15px!important;min-height:74px}
.fc-public-chat-back,.fc-public-chat-close{display:grid;place-items:center;width:34px;height:34px;border:1px solid rgba(255,255,255,.13);border-radius:11px;background:rgba(4,17,29,.35);color:#d9e8f0;cursor:pointer}
.fc-public-chat-close{width:38px;height:38px}
.fc-public-chat-avatar{overflow:hidden;background:#fff!important;border:1px solid rgba(255,255,255,.18)}
.fc-public-chat-avatar img,.fc-public-chat-welcome-logo img{width:100%;height:100%;object-fit:contain;padding:5px;background:#fff}
.fc-public-chat-avatar i[hidden],.fc-public-chat-welcome-logo i[hidden]{display:none!important}
.fc-public-chat-head-copy{min-width:0}
.fc-public-chat-head-copy>span{min-width:0}
.fc-public-chat-status-dot.is-inbox{background:#21cbd2;box-shadow:0 0 0 4px rgba(33,203,210,.11)}
.fc-public-chat-launcher{position:fixed;right:22px;bottom:22px;z-index:10020;display:flex;align-items:center;gap:11px;min-width:185px;max-width:min(310px,calc(100vw - 28px));padding:10px 13px 10px 10px;border:1px solid rgba(24,181,190,.32);border-radius:20px;background:linear-gradient(135deg,#082839,#0b1928);color:#fff;box-shadow:0 20px 55px rgba(1,17,31,.34);cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}
.fc-public-chat-launcher.has-growth-cta{bottom:86px}
.fc-public-chat-launcher:hover{transform:translateY(-3px);box-shadow:0 25px 65px rgba(1,17,31,.42)}
.fc-public-chat-launcher[hidden]{display:none!important}
.fc-public-chat-launcher-avatars{display:flex;align-items:center;min-width:48px;height:48px}
.fc-public-chat-launcher-avatars>img,.fc-public-chat-launcher-avatars>span{width:38px;height:38px;border-radius:13px;border:2px solid #0b1d2c;background:#fff;display:grid;place-items:center;object-fit:contain;padding:3px}
.fc-public-chat-launcher-avatars>img+img,.fc-public-chat-launcher-avatars>span+span,.fc-public-chat-launcher-avatars>img+span,.fc-public-chat-launcher-avatars>span+img{margin-left:-12px}
.fc-public-chat-launcher-avatars>i{width:46px;height:46px;border-radius:15px;display:grid;place-items:center;background:#16cbd2;color:#05212a;font-size:18px}
.fc-public-chat-launcher-copy{display:flex;flex:1;min-width:0;flex-direction:column;text-align:left}
.fc-public-chat-launcher-copy strong{font-size:13px;color:#fff}
.fc-public-chat-launcher-copy small{margin-top:3px;color:#8ca8b9;font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.fc-public-chat-launcher-count{display:grid;place-items:center;min-width:23px;height:23px;padding:0 6px;border-radius:999px;background:#ff6b6b;color:#fff;font-size:9px;font-weight:900}
.fc-public-chat-inbox{display:flex;min-height:0;flex:1;flex-direction:column;overflow:hidden;background:linear-gradient(180deg,#091b29,#07131f)}
.fc-public-chat-inbox-hero{display:flex;align-items:center;gap:14px;padding:20px;border-bottom:1px solid #1b3548;background:radial-gradient(circle at 85% 0,rgba(27,205,211,.12),transparent 43%)}
.fc-public-chat-inbox-hero>span{width:52px;height:52px;min-width:52px;border-radius:17px;display:grid;place-items:center;background:#12c7cf;color:#062530;font-size:20px}
.fc-public-chat-inbox-hero div{min-width:0}
.fc-public-chat-inbox-hero small{display:block;color:#27d7dc;font-size:8px;font-weight:900;letter-spacing:.12em}
.fc-public-chat-inbox-hero strong{display:block;margin-top:4px;color:#fff;font-size:20px;line-height:1.2}
.fc-public-chat-inbox-hero p{margin:5px 0 0;color:#89a3b5;font-size:10px;line-height:1.5}
.fc-public-chat-list{flex:1;min-height:0;overflow-y:auto;padding:12px}
.fc-public-chat-list-item{width:100%;display:grid;grid-template-columns:50px minmax(0,1fr) auto;align-items:center;gap:11px;margin-bottom:9px;padding:11px;border:1px solid #203c50;border-radius:17px;background:#0b2130;color:#fff;text-align:left;cursor:pointer;transition:.2s}
.fc-public-chat-list-item:hover{border-color:#1ebfc6;background:#0d2939;transform:translateY(-1px)}
.fc-public-chat-list-item.has-unread{border-color:rgba(31,212,219,.48);box-shadow:inset 3px 0 #20d2d9}
.fc-public-chat-list-avatar{position:relative;width:50px;height:50px;border-radius:15px;display:grid;place-items:center;overflow:visible;background:#fff;border:1px solid #29475b;color:#0a8d98}
.fc-public-chat-list-avatar img{width:100%;height:100%;object-fit:contain;padding:5px;border-radius:15px}
.fc-public-chat-list-avatar>b{position:absolute;right:-2px;bottom:1px;width:11px;height:11px;border-radius:50%;background:#29e19e;border:2px solid #0b2130}
.fc-public-chat-list-copy{min-width:0;display:flex;flex-direction:column}
.fc-public-chat-list-copy strong{font-size:12px;color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.fc-public-chat-list-copy small{margin-top:5px;color:#8ea8b9;font-size:9px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.fc-public-chat-list-meta{display:grid;grid-template-columns:auto auto;align-items:center;justify-items:end;gap:5px 7px;color:#718da0}
.fc-public-chat-list-meta em{font-style:normal;padding:4px 7px;border-radius:999px;background:#263241;color:#aebdca;font-size:7px;font-weight:900;text-transform:uppercase}
.fc-public-chat-list-meta>b{display:grid;place-items:center;min-width:20px;height:20px;padding:0 5px;border-radius:999px;background:#16ccd3;color:#05232d;font-size:8px}
.fc-public-chat-list-meta time{font-size:7px;grid-column:1/2;white-space:nowrap}
.fc-public-chat-list-meta>i{font-size:9px;grid-column:2/3}
.fc-public-chat-empty{flex:1;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:35px 24px;text-align:center;color:#718da0}
.fc-public-chat-empty>i{font-size:35px;color:#2e556d;margin-bottom:13px}
.fc-public-chat-empty strong{color:#c6d7e1;font-size:15px}
.fc-public-chat-empty p{max-width:260px;margin:7px 0 0;font-size:10px;line-height:1.6}
.fc-public-chat-bottom-nav{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:10px 15px 14px;border-top:1px solid #193449;background:#081824}
.fc-public-chat-bottom-nav a,.fc-public-chat-bottom-nav button{display:flex;align-items:center;justify-content:center;gap:7px;min-height:43px;border:1px solid #263f52;border-radius:14px;background:#0c1d2a;color:#819bac;font-size:10px;cursor:pointer}
.fc-public-chat-bottom-nav .active{border-color:rgba(29,207,214,.45);background:#0c3945;color:#31dbe0}
.fc-public-chat-intro{flex:1;min-height:0;padding:18px!important}
.fc-public-chat-welcome-logo{display:grid;place-items:center;width:66px;height:66px;margin:0 auto 13px;border-radius:20px;overflow:hidden;background:#fff;color:#31dde2;font-size:24px;border:1px solid #27485d}
.fc-public-chat-thread{min-height:0!important;flex:1}
.fc-public-chat-thread-toolbar{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:9px 13px;border-bottom:1px solid #1c384c;background:#081b28}
.fc-public-chat-thread-toolbar a,.fc-public-chat-thread-toolbar button{display:inline-flex;align-items:center;gap:6px;border:0;background:transparent;color:#82a1b4;font-size:9px;font-weight:800;cursor:pointer}
.fc-public-chat-thread-toolbar button{color:#ff8e98}
.fc-public-chat-messages{min-height:0!important;max-height:none!important}
.fc-public-chat-closed{padding:17px;border-top:1px solid #1e3b50;background:#091b28;text-align:center}
.fc-public-chat-closed>span{display:grid;place-items:center;width:38px;height:38px;margin:0 auto 9px;border-radius:13px;background:#0d493e;color:#35e0aa}
.fc-public-chat-closed strong{display:block;color:#fff;font-size:12px}
.fc-public-chat-closed p{margin:6px auto 11px;max-width:300px;color:#839eaf;font-size:9px;line-height:1.5}
.fc-public-chat-closed button{min-height:42px;padding:0 18px;border:0;border-radius:13px;background:linear-gradient(135deg,#18cad2,#0fb7c2);color:#05232c;font-size:10px;font-weight:900;cursor:pointer}
.fc-public-live-chat.is-open+.fc-public-chat-launcher,.fc-public-chat-open .fc-public-chat-launcher{opacity:0;visibility:hidden;pointer-events:none}
@media(max-width:575px){
  .fc-public-live-chat{padding:8px!important;align-items:stretch!important}
  .fc-public-chat-window{width:100%!important;height:calc(100dvh - 16px)!important;max-height:none!important;border:1px solid #24485f!important;border-radius:22px!important}
  .fc-public-chat-head{grid-template-columns:32px 43px minmax(0,1fr) 36px!important;gap:8px!important;padding:11px 12px!important;min-height:68px}
  .fc-public-chat-avatar{width:43px;height:43px;border-radius:14px}
  .fc-public-chat-back{width:32px;height:32px}.fc-public-chat-close{width:36px;height:36px}
  .fc-public-chat-inbox-hero{padding:16px}.fc-public-chat-inbox-hero strong{font-size:18px}
  .fc-public-chat-launcher{right:12px;bottom:12px;min-width:170px;max-width:calc(100vw - 24px);border-radius:18px}
  .fc-public-chat-launcher.has-growth-cta{bottom:78px}
  .fc-public-chat-form-grid{grid-template-columns:1fr!important}
  .fc-public-chat-form-grid label.wide{grid-column:auto!important}
  .fc-public-chat-intro{padding:15px!important}
  .fc-public-chat-list-item{grid-template-columns:46px minmax(0,1fr) auto;padding:10px}
  .fc-public-chat-list-avatar{width:46px;height:46px}
}
.fc-public-chat-head>.fc-public-chat-back{width:34px;height:34px}
.fc-public-chat-head>.fc-public-chat-close{width:38px;height:38px}
@media(max-width:575px){.fc-public-chat-head>.fc-public-chat-back{width:32px;height:32px}.fc-public-chat-head>.fc-public-chat-close{width:36px;height:36px}}


/* FINDCLIN LIVE CHAT + ONLINE STATUS V9 */
.fc-public-chat-head{grid-template-columns:46px minmax(0,1fr) 38px!important}
.fc-public-chat-head.has-back{grid-template-columns:34px 46px minmax(0,1fr) 38px!important}
.fc-public-chat-head-copy{overflow:hidden}
.fc-public-chat-head-copy strong{max-width:100%;font-size:14px;line-height:1.25}
.fc-public-chat-head>.fc-public-chat-close{position:relative;z-index:2;flex:0 0 auto;padding:0!important;line-height:1}
.fc-public-chat-head>.fc-public-chat-close i{display:block;line-height:1}
.fc-public-chat-current-clinic{padding:10px 15px 0;background:#081824}
.fc-public-chat-current-clinic[hidden]{display:none!important}
.fc-public-chat-current-clinic>button{width:100%;display:grid;grid-template-columns:42px minmax(0,1fr) 18px;align-items:center;gap:10px;min-height:58px;padding:8px 12px;border:1px solid rgba(29,207,214,.42);border-radius:15px;background:linear-gradient(135deg,#0c3542,#0a2735);color:#fff;text-align:left;cursor:pointer;transition:.2s}
.fc-public-chat-current-clinic>button:hover{transform:translateY(-1px);border-color:#23d7dd;background:linear-gradient(135deg,#0d4551,#0b3040)}
.fc-public-chat-current-logo{width:42px;height:42px;display:grid;place-items:center;overflow:hidden;border-radius:12px;background:#fff;color:#079ba5;border:1px solid rgba(255,255,255,.18)}
.fc-public-chat-current-logo img{width:100%;height:100%;object-fit:contain;padding:4px;background:#fff}
.fc-public-chat-current-logo i[hidden]{display:none!important}
.fc-public-chat-current-copy{min-width:0;display:flex;flex-direction:column}
.fc-public-chat-current-copy small{color:#29d6dd;font-size:7px;font-weight:900;letter-spacing:.11em;text-transform:uppercase}
.fc-public-chat-current-copy strong{margin-top:3px;color:#fff;font-size:10px;line-height:1.35;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.fc-public-chat-current-clinic>button>i{color:#2dd9df;font-size:10px}
.fc-public-chat-current-clinic>button.is-continue{border-color:rgba(73,220,168,.35);background:linear-gradient(135deg,#0b3b39,#0b2d32)}
.fc-result-status-badges{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:7px;margin-left:auto}
.fc-list-live-badge{display:inline-flex;align-items:center;gap:6px;min-height:30px;padding:0 10px;border-radius:999px;border:1px solid #d5e1e9;background:#f3f7fa;color:#71879a;font-size:9px;font-weight:900;white-space:nowrap}
.fc-list-live-badge i{font-size:7px;color:#91a4b3}
.fc-list-live-badge.is-online{border-color:#a9edd4;background:#ebfff7;color:#078b5e}
.fc-list-live-badge.is-online i{color:#19cf8f;box-shadow:0 0 0 3px rgba(25,207,143,.12);border-radius:50%}
.fc-home-card{position:relative;overflow:hidden}
.fc-home-online-ribbon{position:absolute;z-index:4;top:17px;left:-38px;width:145px;height:28px;display:flex;align-items:center;justify-content:center;gap:6px;transform:rotate(-45deg);background:linear-gradient(135deg,#12c98a,#06a871);color:#fff;font-size:9px;font-weight:900;letter-spacing:.03em;text-transform:uppercase;box-shadow:0 8px 20px rgba(7,155,105,.28);pointer-events:none}
.fc-home-online-ribbon i{font-size:6px;color:#c9ffe9}
.fc-live-clinic-closed{display:grid;grid-template-columns:44px minmax(0,1fr) auto;align-items:center;gap:12px;padding:13px 16px;border-top:1px solid #1e3b50;background:#091b28}
.fc-live-clinic-closed[hidden]{display:none!important}
.fc-live-clinic-closed>span{width:42px;height:42px;display:grid;place-items:center;border-radius:13px;background:#0d493e;color:#35e0aa}
.fc-live-clinic-closed strong{display:block;color:#fff;font-size:11px}
.fc-live-clinic-closed p{margin:4px 0 0;color:#809bad;font-size:9px;line-height:1.45}
.fc-live-clinic-closed button{min-height:40px;padding:0 14px;border:0;border-radius:12px;background:linear-gradient(135deg,#18cad2,#0fb7c2);color:#05232c;font-size:9px;font-weight:900;white-space:nowrap;cursor:pointer}
@media(max-width:575px){
  .fc-public-chat-head{grid-template-columns:43px minmax(0,1fr) 36px!important}
  .fc-public-chat-head.has-back{grid-template-columns:32px 43px minmax(0,1fr) 36px!important}
  .fc-public-chat-head-copy strong{font-size:13px}
  .fc-public-chat-current-clinic{padding:9px 10px 0}
  .fc-public-chat-current-clinic>button{grid-template-columns:40px minmax(0,1fr) 16px;min-height:55px;padding:7px 10px}
  .fc-public-chat-current-logo{width:40px;height:40px}
  .fc-public-chat-current-copy strong{font-size:9px}
  .fc-result-status-badges{width:100%;justify-content:flex-start;margin:8px 0 0}
  .fc-live-clinic-closed{grid-template-columns:40px minmax(0,1fr);padding:12px}
  .fc-live-clinic-closed>span{width:40px;height:40px}
  .fc-live-clinic-closed button{grid-column:1/-1;width:100%}
}

.fc-result-card.fc-result-card-v34 .fc-result-status-badges{align-self:start;justify-self:end;margin-left:0}
.fc-result-card.fc-result-card-v34 .fc-result-status-badges .fc-verified{align-self:auto!important;justify-self:auto!important;margin:0!important}
.fc-live-conversation-item.is-closed{opacity:.74}
.fc-live-conversation-item.is-closed .fc-live-list-meta small{display:inline-flex;padding:3px 6px;border-radius:999px;background:#253446;color:#9dafbd;font-size:7px;font-weight:900;text-transform:uppercase}
@media(max-width:991.98px){.fc-result-card.fc-result-card-v34 .fc-result-status-badges{grid-column:1/-1;justify-self:start;margin-top:2px}}

/* FINDCLIN CHAT, CRM SOURCE & MOBILE GALLERY V10 */
.fc-public-chat-bottom-nav{
    grid-template-columns:1fr 1fr;
    align-items:stretch;
    padding:10px 14px 13px;
    border-top:0!important;
    box-shadow:inset 0 1px rgba(255,255,255,.025);
}
.fc-public-chat-current-clinic{
    grid-column:1/-1;
    padding:0 0 2px!important;
    background:transparent!important;
    border:0!important;
}
.fc-public-chat-current-clinic>button{
    grid-template-columns:56px minmax(0,1fr) 22px!important;
    min-height:72px!important;
    padding:9px 14px!important;
    border-radius:17px!important;
}
.fc-public-chat-current-logo{
    width:56px!important;
    height:56px!important;
    border-radius:15px!important;
}
.fc-public-chat-current-logo img{padding:5px!important}
.fc-public-chat-current-copy small{
    font-size:8px!important;
    line-height:1.25;
    letter-spacing:.12em!important;
}
.fc-public-chat-current-copy strong{
    margin-top:4px!important;
    font-size:12px!important;
    line-height:1.3!important;
}
.fc-public-chat-current-clinic>button>i{font-size:12px!important}
.fc-public-chat-empty{justify-content:flex-start;padding:28px 22px 18px;overflow-y:auto}
.fc-public-chat-empty-icon{
    display:grid;place-items:center;width:64px;height:64px;margin-bottom:15px;border-radius:20px;
    background:linear-gradient(135deg,#12cbd3,#0ba9b7);color:#06232e;font-size:24px;
    box-shadow:0 14px 30px rgba(12,196,205,.16)
}
.fc-public-chat-empty strong{font-size:18px;color:#fff}
.fc-public-chat-empty p{max-width:330px;margin:9px auto 17px;font-size:11px;line-height:1.65;color:#8ea7b8}
.fc-public-chat-empty-steps{display:grid;width:100%;gap:8px;text-align:left}
.fc-public-chat-empty-steps span{display:flex;align-items:center;gap:10px;min-height:45px;padding:8px 11px;border:1px solid #203e51;border-radius:14px;background:#0a1e2b;color:#b9cbd6;font-size:10px;line-height:1.35}
.fc-public-chat-empty-steps b{display:grid;place-items:center;flex:0 0 27px;width:27px;height:27px;border-radius:9px;background:#0c3f4b;color:#35dce1;font-size:10px}
.fc-public-chat-intro{overflow-y:auto!important;overscroll-behavior:contain;padding:15px 18px!important}
.fc-public-chat-welcome{margin-bottom:12px}
.fc-public-chat-welcome-logo{width:58px;height:58px;margin-bottom:9px;border-radius:17px}
.fc-public-chat-welcome strong{font-size:20px!important}
.fc-public-chat-welcome p{max-width:350px;margin:7px auto 0!important;font-size:10px!important;line-height:1.55!important}
.fc-public-chat-form-grid{gap:10px!important}
.fc-public-chat-form-grid label{font-size:9px!important}
.fc-public-chat-form-grid input,.fc-public-chat-form-grid textarea{min-height:43px!important;padding:10px!important}
.fc-public-chat-form-grid textarea{min-height:82px!important}
.fc-public-chat-photo-field{min-height:56px!important}
.fc-public-chat-start-button{min-height:47px!important;margin-top:11px!important}
.fc-public-chat-security{margin:9px 0 0!important;font-size:8px!important}
.fc-public-chat-form-grid .is-invalid,
.fc-public-chat-consent.is-invalid{border-color:#ff6f7e!important;box-shadow:0 0 0 3px rgba(255,111,126,.10)!important}
.fc-public-chat-participant{
    display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:10px;
    margin:10px 12px 0;padding:10px 11px;border:1px solid rgba(36,206,213,.28);border-radius:15px;
    background:linear-gradient(135deg,rgba(12,62,76,.82),rgba(8,34,48,.94));
}
.fc-public-chat-participant[hidden]{display:none!important}
.fc-public-chat-participant-avatar{display:grid;place-items:center;width:42px;height:42px;border-radius:13px;background:#0e4a59;color:#35dde2}
.fc-public-chat-participant small,.fc-public-chat-participant strong{display:block}
.fc-public-chat-participant small{color:#32d8de;font-size:7px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}
.fc-public-chat-participant strong{margin-top:3px;color:#fff;font-size:11px}
.fc-public-chat-participant p{display:flex;flex-wrap:wrap;gap:3px 8px;margin:4px 0 0;color:#87a5b6;font-size:8px}
.fc-public-chat-participant p span:not(:empty)+span:not(:empty)::before{content:"•";margin-right:8px;color:#3bdce1}
.fc-public-chat-participant>a{position:relative;width:48px;height:48px;overflow:hidden;border-radius:12px;border:1px solid #2b5368;background:#061620}
.fc-public-chat-participant>a[hidden]{display:none!important}
.fc-public-chat-participant>a img{width:100%;height:100%;object-fit:cover}
.fc-public-chat-offline{
    padding:17px;border-top:1px solid #1e3b50;background:#091b28;text-align:center
}
.fc-public-chat-offline[hidden]{display:none!important}
.fc-public-chat-offline>span{display:grid;place-items:center;width:42px;height:42px;margin:0 auto 9px;border-radius:14px;background:#26364a;color:#93a8bc}
.fc-public-chat-offline strong{display:block;color:#fff;font-size:12px}
.fc-public-chat-offline p{max-width:310px;margin:6px auto 12px;color:#839eaf;font-size:9px;line-height:1.55}
.fc-public-chat-offline button{width:100%;min-height:44px;border:0;border-radius:13px;background:linear-gradient(135deg,#18cad2,#0fb7c2);color:#05232c;font-size:10px;font-weight:900;cursor:pointer}
.fc-live-visitor-card{
    display:grid;grid-template-columns:46px minmax(0,1fr) auto;align-items:center;gap:12px;
    margin:12px 18px 0;padding:12px 14px;border:1px solid rgba(35,203,211,.25);border-radius:16px;
    background:linear-gradient(135deg,#0b2635,#0a1b29)
}
.fc-live-visitor-card[hidden]{display:none!important}
.fc-live-visitor-card-icon{display:grid;place-items:center;width:46px;height:46px;border-radius:14px;background:#0d4351;color:#39dde1}
.fc-live-visitor-card-copy{min-width:0}
.fc-live-visitor-card-copy small,.fc-live-visitor-card-copy strong{display:block}
.fc-live-visitor-card-copy small{font-size:8px;font-weight:900;letter-spacing:.1em;text-transform:uppercase;color:#34d9de}
.fc-live-visitor-card-copy strong{margin-top:3px;color:#fff;font-size:13px}
.fc-live-visitor-card-copy p{display:flex;flex-wrap:wrap;gap:4px 10px;margin:5px 0 0;color:#83a0b1;font-size:10px}
.fc-live-visitor-card-copy p span:not([hidden])+span:not([hidden])::before{content:"•";margin-right:10px;color:#2dd7dc}
.fc-live-visitor-photo{display:grid;grid-template-columns:48px auto;align-items:center;gap:8px;padding:5px 9px 5px 5px;border:1px solid #284a5e;border-radius:13px;background:#0b1c29;color:#9fb6c4!important;font-size:9px;font-weight:800}
.fc-live-visitor-photo[hidden]{display:none!important}
.fc-live-visitor-photo img{width:48px;height:48px;border-radius:9px;object-fit:cover}
.fc-live-clinic-offline{display:grid;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:11px;margin:10px 18px 0;padding:11px 13px;border:1px solid #334459;border-radius:15px;background:#101d2a}
.fc-live-clinic-offline[hidden]{display:none!important}
.fc-live-clinic-offline>span{display:grid;place-items:center;width:42px;height:42px;border-radius:13px;background:#26364a;color:#9aafc1}
.fc-live-clinic-offline strong{display:block;color:#fff;font-size:11px}
.fc-live-clinic-offline p{margin:4px 0 0;color:#829bab;font-size:9px}
.fc-crm-source-badge{display:inline-flex;align-items:center;gap:5px;margin-top:5px;padding:4px 7px;border-radius:999px;background:#0d3343;color:#38dce0;font-size:8px;font-weight:800;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.fc-crm-source-box{margin:14px 0;padding:13px 15px;border:1px solid #1e4657;border-radius:15px;background:#0b2230}
.fc-crm-source-box small,.fc-crm-source-box strong,.fc-crm-source-box span{display:block}
.fc-crm-source-box small{color:#39dce0;font-size:8px;font-weight:900;text-transform:uppercase;letter-spacing:.09em}
.fc-crm-source-box strong{margin-top:5px;color:#fff;font-size:12px}
.fc-crm-source-box span{margin-top:4px;color:#8ea8b8;font-size:9px;overflow-wrap:anywhere}
@media(max-width:767px){
    #photos .tr-single-body{padding:12px!important}
    #photos .gallery-top{height:auto!important;min-height:220px!important;aspect-ratio:16/10!important;border-radius:20px!important}
    #photos .gallery-top .swiper-wrapper,#photos .gallery-top .swiper-slide,#photos .gallery-top .fc-gallery-image-link{height:100%!important}
    #photos .gallery-top .fc-gallery-auto-slide::before,#photos .gallery-top .fc-gallery-auto-slide::after{opacity:1!important}
    #photos .gallery-top .fc-gallery-auto-image,
    #photos .gallery-top .fc-gallery-square-source .fc-gallery-auto-image{
        width:100%!important;max-width:100%!important;height:100%!important;max-height:100%!important;
        object-fit:contain!important;object-position:center!important;background:transparent!important;box-shadow:none!important
    }
    #photos .gallery-thumbs{height:auto!important;margin-top:12px!important}
    #photos .gallery-thumbs .swiper-slide{height:76px!important;border-radius:13px!important;overflow:hidden}
    #photos .gallery-thumbs img{width:100%!important;height:100%!important;object-fit:cover!important}
    .fc-live-visitor-card{grid-template-columns:42px minmax(0,1fr);margin:10px 10px 0;padding:10px}
    .fc-live-visitor-card-icon{width:42px;height:42px}
    .fc-live-visitor-photo{grid-column:1/-1;grid-template-columns:44px minmax(0,1fr);width:100%}
    .fc-live-visitor-photo img{width:44px;height:44px}
    .fc-live-clinic-offline{margin:9px 10px 0}
}
@media(max-width:575px){
    .fc-public-chat-current-clinic>button{grid-template-columns:52px minmax(0,1fr) 18px!important;min-height:68px!important;padding:8px 11px!important}
    .fc-public-chat-current-logo{width:52px!important;height:52px!important}
    .fc-public-chat-current-copy small{font-size:7.5px!important}
    .fc-public-chat-current-copy strong{font-size:11px!important}
    .fc-public-chat-participant{grid-template-columns:39px minmax(0,1fr) auto;margin:8px 9px 0;padding:9px}
    .fc-public-chat-participant-avatar{width:39px;height:39px}
    .fc-public-chat-participant>a{width:43px;height:43px}
    .fc-public-chat-intro{padding:12px!important}
    .fc-public-chat-welcome-logo{width:52px;height:52px}
    .fc-public-chat-welcome strong{font-size:18px!important}
}

/* FINDCLIN LIVE CHAT V11: compact inbox + Book Clin support identity */
.fc-public-chat-list[hidden]{display:none!important}
.fc-public-chat-empty{justify-content:flex-start!important;padding:24px 22px 16px!important;overflow-y:auto}
.fc-public-chat-empty-icon{margin-top:0!important}
.fc-public-chat-bottom-nav{display:block!important;padding:8px 12px 12px!important;border-top:0!important;background:#081824!important}
.fc-public-chat-current-clinic{padding:0!important;background:transparent!important}
.fc-public-chat-current-clinic>button{min-height:64px!important}
.fc-public-chat-message.is-support>div{border-color:rgba(76,171,255,.46)!important;background:linear-gradient(135deg,#125f83,#0a526d)!important;box-shadow:0 10px 25px rgba(27,126,181,.16)}
.fc-public-chat-message-sender,.fc-live-message-sender{display:flex;align-items:center;gap:6px;margin-bottom:7px;color:#bfe8ff;font-size:8px;font-weight:900;letter-spacing:.04em}
.fc-public-chat-message-sender i,.fc-live-message-sender i{color:#61d8ff}
.fc-live-message.is-support>div{border-color:rgba(76,171,255,.45)!important;background:linear-gradient(135deg,#115d80,#0b4a67)!important}
@media(max-width:575px){
  .fc-public-chat-empty{padding:18px 16px 12px!important}
  .fc-public-chat-empty p{margin-bottom:12px!important}
  .fc-public-chat-empty-steps{gap:6px!important}
  .fc-public-chat-empty-steps span{min-height:40px!important;padding:7px 9px!important}
  .fc-public-chat-bottom-nav{padding:7px 9px 9px!important}
  .fc-public-chat-current-clinic>button{min-height:61px!important}
}

/* FINDCLIN CHAT ARCHIVE, LEAD CONVERSION & HOMEPAGE LIVE CHAT V12 */
.fc-live-scope-tabs{display:grid!important;grid-template-columns:1fr 1fr;gap:7px;margin-bottom:11px!important}
.fc-live-scope-tabs button{display:flex;align-items:center;justify-content:center;gap:6px;min-width:0;min-height:38px;padding:7px 9px;border:1px solid #243e52;border-radius:11px;background:#0b1b28;color:#7897aa;font-size:9px;font-weight:900;cursor:pointer;transition:.18s}
.fc-live-scope-tabs button span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.fc-live-scope-tabs button b{display:grid;place-items:center;min-width:20px;height:20px;padding:0 5px;border-radius:999px;background:#142d3f;color:#8ba7b8;font-size:8px}
.fc-live-scope-tabs button.active{border-color:#18cbd3;background:#0b3947;color:#ecffff;box-shadow:0 8px 20px rgba(12,198,208,.12)}
.fc-live-scope-tabs button.active b{background:#19ccd4;color:#06222b}
.fc-live-thread-head{grid-template-columns:auto 46px minmax(0,1fr) auto!important}
.fc-live-thread-actions{display:flex;align-items:center;justify-content:flex-end;gap:7px;flex-wrap:wrap}
.fc-live-thread-actions button{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:39px;padding:0 11px;border:1px solid #29485d;border-radius:12px;background:#0c2231;color:#9db5c4;font-size:9px;font-weight:900;white-space:nowrap;cursor:pointer}
.fc-live-thread-actions .fc-live-convert-lead{border-color:rgba(38,218,175,.28);color:#58e6bd}
.fc-live-thread-actions .fc-live-convert-lead.is-complete{background:rgba(34,199,145,.12);color:#5ce5b9}
.fc-live-thread-actions .fc-live-archive-chat{border-color:rgba(255,190,82,.25);color:#eac77f}
.fc-live-conversation-item.is-archived{opacity:.78}
.fc-live-list-meta small.is-lead{background:rgba(34,204,148,.12);color:#5ce5ba}
.fc-live-list-meta small.is-lead i{margin-right:3px}
.fc-how-live-chat{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:24px;margin:28px 0 0;padding:25px 28px;border:1px solid rgba(0,186,193,.28);border-radius:24px;background:linear-gradient(135deg,rgba(0,186,193,.10),rgba(23,43,84,.06));box-shadow:0 16px 36px rgba(23,43,84,.07)}
.fc-how-live-chat-icon{display:grid;place-items:center;width:62px;height:62px;border-radius:20px;background:linear-gradient(135deg,#00c8cf,#00aeb7);color:#fff;font-size:25px;box-shadow:0 12px 26px rgba(0,186,193,.24)}
.fc-how-live-chat-copy span{display:block;color:#00aeb7;font-size:10px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}
.fc-how-live-chat-copy h3{margin:5px 0 6px;color:#172b54;font-size:21px;line-height:1.25}
.fc-how-live-chat-copy p{max-width:720px;margin:0;color:#6f7e9a;font-size:14px;line-height:1.65}
.fc-how-live-chat>a{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:48px;padding:0 20px;border-radius:999px;background:#00bac1;color:#fff!important;font-size:12px;font-weight:900;white-space:nowrap;box-shadow:0 12px 24px rgba(0,186,193,.21)}
.fc-public-chat-form-grid .iti{display:block!important;width:100%!important;margin-top:6px!important}
.fc-public-chat-form-grid .iti input[type=tel]{width:100%!important;min-height:43px!important;margin-top:0!important;padding-top:10px!important;padding-bottom:10px!important}
.fc-public-chat-form-grid .iti--separate-dial-code input[type=tel]{padding-left:88px!important}
.fc-public-chat-form-grid .iti__flag-container{height:100%}
.fc-public-chat-form-grid .iti__selected-flag{min-width:76px;padding:0 10px!important;border-right:1px solid #29465a;background:rgba(255,255,255,.02)}
.fc-crm-source-cell em{display:inline-flex;align-items:center;gap:6px;width:max-content;max-width:100%;padding:6px 9px;border-radius:10px;background:#0d3343;color:#38dce0;font-size:9px;font-weight:900;font-style:normal;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.fc-crm-source-cell em i{font-size:9px}
@media(max-width:1100px){.fc-live-thread-actions button span{display:none}.fc-live-thread-actions button{width:39px;padding:0}.fc-how-live-chat{grid-template-columns:auto minmax(0,1fr)}.fc-how-live-chat>a{grid-column:2;justify-self:start}}
@media(max-width:767px){.fc-live-thread-head{grid-template-columns:40px 42px minmax(0,1fr) auto!important}.fc-live-thread-actions{gap:4px}.fc-live-thread-actions button{width:34px;min-height:36px;padding:0;border-radius:10px}.fc-how-live-chat{grid-template-columns:1fr;gap:14px;padding:22px;text-align:center}.fc-how-live-chat-icon{margin:auto}.fc-how-live-chat>a{grid-column:auto;justify-self:stretch}.fc-how-live-chat-copy p{font-size:13px}}
.fc-public-live-chat .iti__country-list{z-index:10090!important}
.iti--container{z-index:10100!important}

/* FC_V13_RESPONSE_BADGE_SPACING
   Keep the response badge visually separated from the review/price divider. */
.fc-result-card.fc-result-card-v34 .fc-result-response{
    display:flex!important;
    align-items:center!important;
    margin:2px 0 12px!important;
    padding-bottom:2px!important;
}
.fc-result-card.fc-result-card-v34 .fc-result-response + .fc-result-bottom .fc-card-meta{
    margin-top:0!important;
}
@media(max-width:575.98px){
    .fc-result-card.fc-result-card-v34 .fc-result-response{
        margin-bottom:14px!important;
    }
}

/* FC_V17_LISTING_RESPONSE_SAFE_FIT
   Prevent the response badge from covering the clinic address on category/search cards. */
@media (min-width: 992px){
    .fc-result-card.fc-result-card-v34{
        min-height:278px!important;
        max-height:none!important;
        height:auto!important;
        align-items:stretch!important;
    }
    .fc-result-card.fc-result-card-v34 .fc-clinic-media{
        height:100%!important;
        min-height:278px!important;
        max-height:none!important;
    }
    .fc-result-card.fc-result-card-v34 .fc-clinic-body{
        height:auto!important;
        min-height:278px!important;
        max-height:none!important;
        padding:16px 22px!important;
        justify-content:flex-start!important;
        overflow:visible!important;
    }
    .fc-result-card.fc-result-card-v34 .fc-result-head{
        flex:0 0 auto!important;
        margin-bottom:7px!important;
    }
    .fc-result-card.fc-result-card-v34 .fc-clinic-body > p{
        flex:0 0 auto!important;
        margin-bottom:7px!important;
    }
    .fc-result-card.fc-result-card-v34 .fc-result-location{
        display:block!important;
        flex:0 0 auto!important;
        min-height:19px!important;
        margin:0 0 8px!important;
        padding:0!important;
        line-height:1.4!important;
        white-space:nowrap!important;
        overflow:hidden!important;
        text-overflow:ellipsis!important;
    }
    .fc-result-card.fc-result-card-v34 .fc-result-location a{
        display:inline!important;
        white-space:nowrap!important;
    }
    .fc-result-card.fc-result-card-v34 .fc-result-response{
        display:flex!important;
        flex:0 0 auto!important;
        align-items:center!important;
        min-height:30px!important;
        margin:0 0 10px!important;
        padding:0!important;
        position:relative!important;
        z-index:1!important;
    }
    .fc-result-card.fc-result-card-v34 .fc-response-badge{
        max-width:100%!important;
        min-height:30px!important;
        padding:5px 9px!important;
        font-size:10px!important;
        line-height:1.2!important;
        white-space:nowrap!important;
        overflow:hidden!important;
        text-overflow:ellipsis!important;
    }
    .fc-result-card.fc-result-card-v34 .fc-result-bottom{
        flex:0 0 auto!important;
        margin-top:auto!important;
    }
}
@media (min-width: 1200px){
    .fc-result-card.fc-result-card-v34,
    .fc-result-card.fc-result-card-v34 .fc-clinic-media,
    .fc-result-card.fc-result-card-v34 .fc-clinic-body{
        min-height:282px!important;
        max-height:none!important;
        height:auto!important;
    }
}
@media (min-width: 1400px){
    .fc-result-card.fc-result-card-v34,
    .fc-result-card.fc-result-card-v34 .fc-clinic-media,
    .fc-result-card.fc-result-card-v34 .fc-clinic-body{
        min-height:286px!important;
        max-height:none!important;
        height:auto!important;
    }
}
@media (max-width: 991.98px){
    .fc-result-card.fc-result-card-v34 .fc-result-location{
        margin-bottom:9px!important;
    }
    .fc-result-card.fc-result-card-v34 .fc-result-response{
        margin:0 0 12px!important;
    }
    .fc-result-card.fc-result-card-v34 .fc-response-badge{
        max-width:100%!important;
        padding:5px 9px!important;
        font-size:10px!important;
        line-height:1.25!important;
    }
}

/* FC_POPULAR_CATEGORY_CAROUSEL_V20 */
.fc-category-carousel-wrap{
    position:relative;
    margin:0 -10px;
}
.fc-category-carousel.owl-carousel .owl-stage-outer{
    padding:12px 4px 30px;
}
.fc-category-carousel .owl-stage{
    display:flex;
    align-items:stretch;
}
.fc-category-carousel .owl-item{
    display:flex;
    align-items:stretch;
}
.fc-category-carousel .fc-category-slide{
    width:100%;
    display:flex;
    padding:0 10px;
}
.fc-category-carousel .fc-category-card{
    width:100%;
    height:100%;
    min-height:168px;
}
.fc-category-carousel .owl-nav{
    margin:0;
    pointer-events:none;
}
.fc-category-carousel .owl-nav button.owl-prev,
.fc-category-carousel .owl-nav button.owl-next{
    position:absolute;
    top:50%;
    width:46px;
    height:46px;
    margin:0;
    padding:0 !important;
    border-radius:50%;
    border:1px solid rgba(28,53,101,.12) !important;
    background:#fff !important;
    color:#00bac1 !important;
    box-shadow:0 12px 30px rgba(34,52,95,.14);
    transform:translateY(-62%);
    pointer-events:auto;
    transition:transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.fc-category-carousel .owl-nav button.owl-prev{left:-14px;}
.fc-category-carousel .owl-nav button.owl-next{right:-14px;}
.fc-category-carousel .owl-nav button:hover{
    background:#00bac1 !important;
    color:#fff !important;
    box-shadow:0 14px 34px rgba(0,186,193,.26);
    transform:translateY(-62%) scale(1.04);
}
.fc-category-carousel .owl-nav button:focus-visible{
    outline:3px solid rgba(0,186,193,.28);
    outline-offset:3px;
}
.fc-category-carousel .owl-dots{
    margin-top:-8px;
}
.fc-category-carousel .owl-dots .owl-dot span{
    width:28px;
    height:4px;
    margin:5px 5px;
}
@media (max-width:1199.98px){
    .fc-category-carousel .owl-nav button.owl-prev{left:-4px;}
    .fc-category-carousel .owl-nav button.owl-next{right:-4px;}
}
@media (max-width:767.98px){
    .fc-category-carousel-wrap{margin:0 -6px;}
    .fc-category-carousel .fc-category-slide{padding:0 6px;}
    .fc-category-carousel .owl-stage-outer{padding:8px 2px 24px;}
    .fc-category-carousel .owl-nav button.owl-prev,
    .fc-category-carousel .owl-nav button.owl-next{
        width:40px;
        height:40px;
    }
    .fc-category-carousel .owl-nav button.owl-prev{left:0;}
    .fc-category-carousel .owl-nav button.owl-next{right:0;}
}
/* FC_PAYTR_IFRAME_V23 */
.fc-panel-v43 .fc-paytr-iframe-card{margin:20px 0;border:1px solid #1d5367;border-radius:24px;background:#071824;overflow:hidden;box-shadow:0 24px 60px rgba(0,0,0,.25)}
.fc-panel-v43 .fc-paytr-iframe-head{display:flex;align-items:center;gap:14px;padding:20px 22px;border-bottom:1px solid #1b3d50;background:linear-gradient(135deg,#0e2d3d,#092131)}
.fc-panel-v43 .fc-paytr-iframe-head .icon{width:48px;height:48px;border-radius:15px;background:#0dc1c8;color:#06202c;display:flex;align-items:center;justify-content:center;font-size:21px}
.fc-panel-v43 .fc-paytr-iframe-head>div:nth-child(2){min-width:0;flex:1}.fc-panel-v43 .fc-paytr-iframe-head span{font-size:9px;font-weight:900;letter-spacing:.09em;color:#20d9df}.fc-panel-v43 .fc-paytr-iframe-head h2{margin:4px 0;color:#fff;font-size:23px}.fc-panel-v43 .fc-paytr-iframe-head p{margin:0;color:#8aa3b5;font-size:12px}.fc-panel-v43 .fc-paytr-iframe-head>a{width:42px;height:42px;border-radius:13px;border:1px solid #315166;color:#c7d8e3;display:flex;align-items:center;justify-content:center}.fc-panel-v43 .fc-paytr-iframe-security{display:flex;align-items:center;gap:10px;margin:18px 22px 0;padding:13px 15px;border:1px solid #1e5963;border-radius:14px;background:#0b3038;color:#bceef0;font-size:12px}.fc-panel-v43 .fc-paytr-iframe-card iframe{display:block;background:#fff;margin-top:14px}.fc-panel-v43 .fc-paytr-result-alert{display:flex!important;align-items:center;gap:14px;margin:18px 0!important}.fc-panel-v43 .fc-paytr-result-alert>i{font-size:22px}.fc-panel-v43 .fc-paytr-result-alert strong,.fc-panel-v43 .fc-paytr-result-alert span{display:block}.fc-panel-v43 .fc-paytr-result-alert span{margin-top:3px}
.fc-panel-v43 .fc-paytr-method-card{border:1px solid #1e4056;border-radius:20px;background:linear-gradient(145deg,#081a26,#0b2230);padding:20px}.fc-panel-v43 .fc-paytr-method-card.is-ready{border-color:#17606a;box-shadow:inset 0 0 0 1px rgba(13,194,201,.08)}.fc-panel-v43 .fc-paytr-method-brand{display:flex;align-items:center;gap:15px}.fc-panel-v43 .fc-paytr-method-brand .logo{display:inline-flex;align-items:center;justify-content:center;min-width:82px;height:48px;border-radius:13px;background:#11c4ca;color:#06212c;font-size:20px;font-weight:900;letter-spacing:-.04em}.fc-panel-v43 .fc-paytr-method-brand strong,.fc-panel-v43 .fc-paytr-method-brand small{display:block}.fc-panel-v43 .fc-paytr-method-brand strong{color:#fff;font-size:16px}.fc-panel-v43 .fc-paytr-method-brand small{color:#87a1b3;font-size:11px;margin-top:5px;line-height:1.55}.fc-panel-v43 .fc-paytr-method-card ul{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;list-style:none;padding:0;margin:18px 0 0}.fc-panel-v43 .fc-paytr-method-card li{display:flex;align-items:flex-start;gap:8px;border:1px solid #183d50;border-radius:13px;background:#0a1c28;padding:12px;color:#bfd0dc;font-size:11px;line-height:1.45}.fc-panel-v43 .fc-paytr-method-card li i{color:#18d2c2;margin-top:2px}.fc-panel-v43 .fc-payment-submit-button:disabled{opacity:.48;cursor:not-allowed;box-shadow:none!important}
@media(max-width:760px){.fc-panel-v43 .fc-paytr-method-card ul{grid-template-columns:1fr}.fc-panel-v43 .fc-paytr-method-brand{align-items:flex-start;flex-direction:column}.fc-panel-v43 .fc-paytr-iframe-head{align-items:flex-start}.fc-panel-v43 .fc-paytr-iframe-head h2{font-size:19px}.fc-panel-v43 .fc-paytr-iframe-card iframe{min-height:720px!important}}

/* FC_RICH_CONTENT_RENDER_FIX_V26 */
.fc-seo-content .blog-text a,
.fc-seo-content .blog-text strong,
.fc-seo-content .blog-text b,
.fc-seo-content .blog-text em,
.fc-seo-content .blog-text i,
.fc-static-page-content a,
.fc-blog-rich-content a{
    display:inline!important;
}
.fc-seo-content .blog-text p{margin:0 0 16px!important;}
.fc-seo-content .blog-text h2{margin:30px 0 14px!important;font-size:28px;line-height:1.3;color:var(--fc-secondary);font-weight:900;}
.fc-seo-content .blog-text h3{margin:24px 0 12px!important;font-size:23px;line-height:1.35;color:var(--fc-secondary);font-weight:850;}
.fc-seo-content .blog-text h4{margin:20px 0 10px!important;font-size:19px;line-height:1.4;color:var(--fc-secondary);font-weight:800;}
.fc-seo-content .blog-text ul,.fc-seo-content .blog-text ol{margin:0 0 18px;padding-left:25px;}
.fc-seo-content .blog-text li{margin-bottom:7px;}

/* FC_LISTING_CLINIC_LOGO_ROUNDED_V29
   Alt kategori / arama / ülke liste kartlarındaki klinik logolarını
   klinik detay sayfasındaki yuvarlatılmış logo kutusuyla eşleştirir. */
.fc-result-card.fc-result-card-v34 .fc-result-head{
    grid-template-columns:72px minmax(0,1fr) auto!important;
}
.fc-result-card.fc-result-card-v34 .fc-clinic-logo{
    width:72px!important;
    height:72px!important;
    flex:0 0 72px!important;
    padding:6px!important;
    border:4px solid #fff!important;
    border-radius:22px!important;
    background:#fff!important;
    overflow:hidden!important;
    box-shadow:0 10px 26px rgba(25,55,96,.14)!important;
}
.fc-result-card.fc-result-card-v34 .fc-clinic-logo img{
    width:100%!important;
    height:100%!important;
    max-width:100%!important;
    max-height:100%!important;
    object-fit:contain!important;
    border-radius:15px!important;
    display:block!important;
}
@media(max-width:1199.98px){
    .fc-result-card.fc-result-card-v34 .fc-result-head{
        grid-template-columns:66px minmax(0,1fr) auto!important;
    }
    .fc-result-card.fc-result-card-v34 .fc-clinic-logo{
        width:66px!important;
        height:66px!important;
        flex-basis:66px!important;
        border-radius:20px!important;
    }
}
@media(max-width:575.98px){
    .fc-result-card.fc-result-card-v34 .fc-result-head{
        grid-template-columns:62px minmax(0,1fr)!important;
    }
    .fc-result-card.fc-result-card-v34 .fc-clinic-logo{
        width:62px!important;
        height:62px!important;
        flex-basis:62px!important;
        padding:5px!important;
        border-width:3px!important;
        border-radius:18px!important;
    }
    .fc-result-card.fc-result-card-v34 .fc-clinic-logo img{
        border-radius:12px!important;
    }
}
