
/*
Template Name: Moving 24/7 Admin
More premium templates: http://www.bootstrapmb.com
File: style.css
*/


/*
- General
- Header
- Sidebar
- Page Content
- Utilities
- Widgets
- Chips
- Email
- chat box
- Authentication
- swicther
- Responsive

 */


/* General */

body {
    font-size: 14px;
	color: #4c5258;
	letter-spacing: .5px;
    font-family: Roboto, sans-serif;
    background-color: #FFFFFF;
    overflow-x: hidden;
}

.wrapper{
    width: auto;
	position: relative
}

a {
    text-decoration: none;
}

::placeholder {
    opacity: 0.4 !important;
}

/* Header */

.top-header .navbar{
    position: fixed;
    top: 0;
    left: 260px;
    right: 0;
    background-color: #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    background-clip: padding-box;
    height: 60px;
    z-index: 10;
    padding: 0 1.5rem;
    transition: all .2s;
}


.top-header .navbar .top-navbar-right .nav-link {

    color: #293445;
    font-size: 18px;
    font-weight: 500;
    padding-right: .8rem;
    padding-left: .8rem;

}


.top-header .navbar .mobile-toggle-icon,
.top-header .navbar .search-toggle-icon {

    color: #293445;
    font-size: 18px;
    font-weight: 500;
	display: none;
	cursor: pointer;

}

.top-header .navbar .messages,
.top-header .navbar .notifications {

    position: relative;

}

.top-header .navbar .searchbar {
   position: relative;
   width: 30%;

}

.top-header .navbar .searchbar .search-close-icon{
    right: 2rem;
    opacity: 0.5;
    cursor: pointer;
	display: none;

 }

.top-header .navbar .searchbar .form-control {
    border-radius: 30px;
    box-shadow: none;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
	border: 1px solid #FFFFFF;

}

.top-header .navbar .dropdown-searchbar .form-control {
    border-radius: 30px;
    border: 1px solid rgb(206 212 218 / 0%);
    padding-left: 3rem;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
}


.top-header .navbar .searchbar .form-control:focus,
.top-header .navbar .dropdown-searchbar .form-control:focus {
    border-color: #86b7fe;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.top-header .navbar .searchbar .search-icon,
.top-header .navbar .dropdown-searchbar .search-icon {

    opacity: 0.5;

}


.dropdown-toggle-nocaret:after {
	display: none
}

.top-header .navbar .dropdown-menu {
	-webkit-animation: .6s cubic-bezier(.25, .8, .25, 1) 0s normal forwards 1 animdropdown;
	animation: .6s cubic-bezier(.25, .8, .25, 1) 0s normal forwards 1 animdropdown
}

@-webkit-keyframes animdropdown {
	from {
		-webkit-transform: translate3d(0, 6px, 0);
		transform: translate3d(0, 6px, 0);
		opacity: 0
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

@keyframes animdropdown {
	from {
		-webkit-transform: translate3d(0, 6px, 0);
		transform: translate3d(0, 6px, 0);
		opacity: 0
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}


.top-header .navbar .dropdown-large,
.dropdown-user-setting .navbar .dropdown-large {
	position: relative
}


.dropdown-large .dropdown-menu {
	width: 360px;
	border: 0;
	padding: 0.5rem;
	border-radius: 10px;
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)
}

.top-header .navbar .dropdown-large .dropdown-menu::after {
	content: '';
	width: 13px;
	height: 13px;
	background: #FFFFFF;
	position: absolute;
	top: -6px;
	right: 16px;
	transform: rotate(45deg);
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF
}

.top-header .navbar .dropdown-menu::after {
	content: '';
	width: 13px;
	height: 13px;
	background: #FFFFFF;
	position: absolute;
	top: -6px;
	right: 16px;
	transform: rotate(45deg);
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF
}




.dropdown-user-setting .dropdown-menu {
	width: 280px;
	border: 0;
	padding: 0.5rem;
	border-radius: 10px;
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)
}

.top-header .navbar .dropdown-user-setting .dropdown-menu::after {
	content: '';
	width: 13px;
	height: 13px;
	background: #FFFFFF;
	position: absolute;
	top: -6px;
	right: 16px;
	transform: rotate(45deg);
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF
}

.top-header .navbar .dropdown-menu::after {
	content: '';
	width: 13px;
	height: 13px;
	background: #FFFFFF;
	position: absolute;
	top: -6px;
	right: 16px;
	transform: rotate(45deg);
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF
}



.top-header .navbar .dropdown-item {
    padding: .5rem;
}

.top-header .navbar .dropdown-large .dropdown-item:hover,
.top-header .navbar .dropdown-user-setting .dropdown-item:hover {

    border-radius: 10px;
    color: #1e2125;
	background-color: #FFFFFF
}

.top-header .navbar .dropdown-item .setting-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 18px;
    background-color: #FFFFFF;
}

.top-header .navbar .dropdown-item .setting-text {

    font-size: 16px;
    font-weight: 500;
}

.top-header .navbar .user-img {
    width: 38px;
    height: 38px;
    padding: 0px;
    border-radius: 50%;
}

.top-header .navbar .user-name{
    font-size: 15px;
    color: #5e636b;
    font-weight: 500;
    padding-right: 10px;
}


.top-header .navbar .dropdown-menu .apps:hover {

    background-color: #f8f9fa;
    transition: all 0.2;

}

.top-header .navbar .dropdown-menu .apps .apps-icon-box {

    color: #34383f;
    width: 50px;
    height: 50px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFFFFF;
    margin: auto;
    border-radius: 50%;
}

.top-header .navbar .dropdown-menu .apps .apps-name {

    color: #34383f;
    font-size: 15px;

}

.top-header .navbar .dropdown-menu .msg-time {
    font-size: 12px;
}


.top-header .navbar .dropdown-menu .dropdown-msg-user {
    font-size: 14px;
}

.top-header .navbar .dropdown-menu .dropdown-msg-text {
    font-size: 13px;
}


.header-message-list {
	position: relative;
	height: 400px
}


.header-notifications-list {
	position: relative;
	height: 400px
}


.top-header .navbar .dropdown-menu .notification-box {

    width: 48px;
    height: 48px;
    font-size: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFFFFF;

}


.top-header .navbar .nav-link .notify-badge {

    position: absolute;
    top: -8px;
    right: -8px;
    color: #FFFFFF;
    font-size: 13px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f50d0d;

}

.navbar-logo {
    height: 42px;
    width: auto;
    object-fit: contain;
}


/* Sidebar */

.sidebar-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 260px;
    height: 100%;
    background-color: #FFFFFF;
    background-clip: padding-box;
    border-right: 1px solid #FFFFFF;
    transition: all .2s;
    z-index: 16;
}


.sidebar-wrapper .sidebar-header {
    width: 260px;
    height: 60px;
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    bottom: 0;
    padding: 0 15px;
    z-index: 5;
    background: #FFFFFF;
    border-right: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
	background-clip: padding-box;
    transition: all .2s;
}

.sidebar-wrapper .sidebar-header .logo-icon {
    width: 35px;
}

.sidebar-wrapper .sidebar-header  .logo-text {
    font-size: 24px;
    margin-left: 10px;
    margin-bottom: 0;
    letter-spacing: 1px;
    color: #3461ff;
}

.toggle-icon {
    font-size: 26px;
    cursor: pointer;
    color: #3461ff;
}


.sidebar-wrapper ul {
	padding: 0;
	margin: 0;
	list-style: none;
	background: 0 0
}

.sidebar-wrapper .metismenu {
	background: 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 10px;
	margin-top: 60px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.sidebar-wrapper .metismenu li+li {
	margin-top: 5px
}

.sidebar-wrapper .metismenu li:first-child {
	margin-top: 5px
}

.sidebar-wrapper .metismenu li:last-child {
	margin-bottom: 5px
}

.sidebar-wrapper .metismenu>li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative
}

.sidebar-wrapper .metismenu a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: left;
	padding: 10px 15px;
	border-radius: 4px;
	font-size: 15px;
	color: #5f5f5f;
	outline-width: 0;
	text-overflow: ellipsis;
	overflow: hidden;
	letter-spacing: .5px;
	border-left: 4px solid rgb(255 255 255 / 0%);
	transition: all .2s ease-out
}

.sidebar-wrapper .metismenu a .parent-icon {
	font-size: 18px;
	line-height: 1
}

.sidebar-wrapper .metismenu a .menu-title {
	margin-left: 10px
}

.sidebar-wrapper .metismenu ul a {
	padding: 6px 15px 6px 15px;
	font-size: 15px;
	border: 0;
	border-left: 4px solid rgb(255 255 255 / 0%);
}

.sidebar-wrapper .metismenu ul a i {
	margin-right: 10px;
	font-size: 10px;
}

.sidebar-wrapper .metismenu ul {
	border: 1px solid #ffffff00;
    background: rgb(255 255 255 / 0%);
}

.sidebar-wrapper .metismenu ul ul a {
	padding: 8px 15px 8px 30px
}

.sidebar-wrapper .metismenu ul ul ul a {
	padding: 8px 15px 8px 45px
}

.sidebar-wrapper .metismenu .mm-active>a,
.sidebar-wrapper .metismenu a:active,
.sidebar-wrapper .metismenu a:focus,
.sidebar-wrapper .metismenu a:hover {
	color: #3461ff;
	text-decoration: none;
	background-color: rgb(255 255 255);
    border-left: 4px solid #3461ff;
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
}

.menu-label {
	padding: 20px 15px 5px 5px;
	color: #b0afaf;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: .5px
}

.metismenu .has-arrow:after {
	position: absolute;
	content: "";
	width: .5em;
	height: .5em;
	border-style: solid;
	border-width: 1.2px 0 0 1.2px;
	border-color: initial;
	right: 15px;
	transform: rotate(-45deg) translateY(-50%);
	transform-origin: top;
	top: 50%;
	transition: all .3s ease-out
}


@media screen and (min-width:1025px) {
	.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header .logo-text {
		display: none
	}
	.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper {
		width: 70px
	}
    .wrapper.toggled.sidebar-hovered .sidebar-wrapper {
		box-shadow: 0 .3rem .8rem rgba(0, 0, 0, .12)!important
	}
	.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header {
		width: 70px
	}
	.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header .toggle-icon {
		display: none
	}
	.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header {
		justify-content: center
	}
	.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header {
		width: 70px
	}
	.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu a {
		justify-content: center;
		border-left: 0px solid #3461ff;
	}
	.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu .menu-title {
		display: none
	}
	.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu li ul {
		display: none
	}
	.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu li.menu-label {
		display: none
	}
	.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu .has-arrow:after {
		display: none
	}
	.email-toggle-btn {
		display: none!important
	}
	.chat-toggle-btn {
		display: none!important
	}
}



.wrapper.toggled .top-header .navbar {
	left: 70px
}

.wrapper.toggled .page-content {
	margin-left: 70px
}



/* Page Content */

.page-content {
    margin-left: 260px;
    margin-top: 60px;
    padding: 1.5rem;
    transition: all .2s;
    background: linear-gradient(160deg, #f0f3fb 0%, #e8ecf7 100%);
    min-height: 100vh;
}


/* Utilities */

.radius-10 {
    border-radius: 10px;
}
.radius-15 {
    border-radius: 15px;
}
.radius-30 {
    border-radius: 30px;
}


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

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

.font-20 {
    font-size: 20px;
}
.font-22 {
    font-size: 22px;
}
.font-24 {
    font-size: 24px;
}
.font-30 {
    font-size: 30px;
}

.font-35 {
    font-size: 35px;
}

.text-justify {
    text-align: justify;
}

.table-responsive {
    white-space: nowrap;
}

.fm-menu .list-group a {
    font-size: 16px;
    color: #5f5f5f;
    display: flex;
    align-items: center;
}

.fm-menu .list-group a i {
    font-size: 23px;
}

.fm-menu .list-group a:hover {
	background-color: rgb(52 97 255 / 15%);
	color: #3461ff;
	transition: all .2s ease-out
}

.add-post {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.15);
}

.fm-icon-box {
    font-size: 32px;
    background: #FFFFFF;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.back-to-top {
	display: none;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 26px;
	color: #FFFFFF;
	position: fixed;
	border-radius: 50%;
	bottom: 20px;
	right: 12px;
	background-color: #0d6efd;
	z-index: 5
}

.back-to-top:hover {
	color: #FFFFFF;
	background-color: #000;
	transition: all .5s
}


.project-user-groups img {
    margin-right: -14px;
    border: 1px solid #FFFFFF;
    padding: 2px;
    cursor: pointer;
}

.project-user-plus {
    width: 33px;
    height: 33px;
    margin-right: 0px;
    line-height: 33px;
    background: #FFFFFF;
    border-radius: 50%;
    text-align: center;
    font-size: 22px;
    cursor: pointer;
    border: 1px dotted #a9b2bb;
    color: #404142;
}

.user-groups img {
    margin-left: -14px;
    border: 1px solid #FFFFFF;
    padding: 2px;
    cursor: pointer;
}

.user-plus {
    width: 33px;
    height: 33px;
    margin-left: -14px;
    line-height: 33px;
    background: #FFFFFF;
    border-radius: 50%;
    text-align: center;
    font-size: 22px;
    cursor: pointer;
    border: 1px dotted #a9b2bb;
    color: #404142;
}

.icon-box {
    width: 60px;
    height: 60px;
    background-color: #FFFFFF;
    border-radius: 50%;
    border: 1px solid #c7c8cb;
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.product-box {
   width: 52px;
   height: 52px;
   display: flex;
   align-items: center;
   justify-content: center;
   border-radius: 10px;
   cursor: pointer;
   background-color: #FFFFFF;
}

.best-product-item {
	background-color: #FFFFFF;
	cursor: pointer;
	border-radius: 10px;
	padding: .5rem;
}

.best-product-item:hover {
	background-color: #FFFFFF;
}

.product-box img {
	width: 100%;
}

.best-product {
	position: relative;
	height: 420px;
}

.by-device-container {
    position: relative;
    height: 260px;
}

.piechart-legend {
	position: absolute;
    top: 50%;
    left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.chart-container1 {
    position: relative;
    height: 340px;
}

.chartjs-container1 {
    position: relative;
    height: 260px;
}

.sepration {
	height: 100px;
}

.sepration-2 {
	height: 50px;
}

.gmaps, .gmaps-panaroma {
    height: 400px;
    background: #FFFFFF;
    border-radius: 3px;
}

.theme-icons {
    background-color: #FFFFFF;
    color: #434547;
}

.cursor-pointer {
    cursor: pointer;
}

.icon-badge {
    width: 45px;
    height: 45px;
    font-size: 1.2rem;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.product-img-2 {
    width: 45px;
    height: 45px;
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 1px solid #FFFFFF;
}

.error-social a {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	border-radius: 50%;
	margin: 5px;
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important
}


.productlist .product-box{
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.25rem;
    border: 1px solid #e2e3e4;
    background-color: #FFFFFF;

}

.productlist .product-box img{
    width: 100%

}

.productlist .product-title {

    color: rgb(25, 27, 34);

}


.orderlist .product-box{
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.25rem;
    border: 1px solid #FFFFFF;
    background-color: #FFFFFF;

}

.orderlist .product-box img{
    width: 100%

}

.orderlist .product-title {

    color: rgb(25, 27, 34);

}

.breadcrumb-title {
    font-size: 20px;
    border-right: 1.5px solid #aaa4a4;
}

.page-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    font-family: LineIcons;
    content: "\ea5c";
}

.page-breadcrumb .breadcrumb li.breadcrumb-item {
    font-size: 16px;
}


.iconmenu .ps__rail-x {

	height: 0px;
}

.iconmenu .ps__rail-y {

	width: 0px;

}

.iconmenu .ps__rail-x.ps--clicking .ps__thumb-x, .iconmenu .ps__rail-x:focus>.ps__thumb-x, .iconmenu .ps__rail-x:hover>.ps__thumb-x {
	height: 5px
}

.iconmenu .ps__rail-y.ps--clicking .ps__thumb-y, .iconmenu .ps__rail-y:focus>.ps__thumb-y, .iconmenu .ps__rail-y:hover>.ps__thumb-y {
	width: 5px
}


.w_chart {
    position: relative;
    display: inline-block;
    width: 80px !important;
    height: 80px !important;
    text-align: center;
    font-size: 1.4em;
}

.w_percent {
    display: inline-block;
    line-height: 80px !important;
    z-index: 2;
    color: #0a0808;
}

.w_percent:after {
    content: '%';
    margin-left: 0.1em;
}

.w_chart canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px !important;
    height: 80px !important;
}


#geographic-map {
    width: 100%;
    height: 325px;
}

.new-customer-list {
	position: relative;
	height: 500px
}

.new-customer-list .customer-list-item {
	padding: 0.5rem;
    border-radius: 10px;
}

.new-customer-list .customer-list-item:hover {
	background-color: #FFFFFF;
}



.top-sellers-list {
	position: relative;
	height: 460px
}

.top-sellers-list .sellers-list-item {
	padding: 0.5rem;
    border-radius: 10px;
}

.top-sellers-list .sellers-list-item:hover {
	background-color: #FFFFFF;
}


.client-message {
	position: relative;
	height: 565px
}

.client-message .client-messages-list {
	padding: 0.5rem;
}

.client-message .client-messages-list:hover {
	background-color: #FFFFFF;
}

/* Widgets */

.widget-icon {
    width: 48px;
    height: 48px;
    background-color: #FFFFFF;
    border-radius: 50%;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.widget-icon-large {
    width: 54px;
    height: 54px;
    background-color: #FFFFFF;
    border-radius: 10px;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

/* Chips */

.chip {
    display: inline-block;
    height: 32px;
    padding: 0 12px;
    margin-right: 1rem;
    margin-bottom: 1rem;
    font-size: 14px;
    font-weight: 500;
    line-height: 32px;
    color: rgba(0, 0, 0, .7);
    cursor: pointer;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 16px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    box-shadow: none;
}

.chip img {
    float: left;
    width: 32px;
    height: 32px;
    margin: 0 8px 0 -12px;
    border-radius: 50%;
}

.profile-cover {
    background-image: linear-gradient(to bottom right, rgb(26 30 33 / 50%), rgb(0 0 0 / 50%)), url(../images/gallery/33.png);
    background-size: cover;
    height: 24rem;
    background-position: center;
    margin: -4.0rem -1.5rem -5.5rem -1.5rem;
    padding: 1.5rem 1.5rem 6.5rem 1.5rem;

}


/* Email */


.email-wrapper {
	width: auto;
	height: 600px;
	overflow: hidden;
	border-radius: .25rem;
	position: relative;
	background: #FFFFFF;
	box-shadow: 0 .1rem .7rem rgba(0, 0, 0, .1)
}

.email-sidebar {
	width: 250px;
	height: 100%;
	position: absolute;
	background: #FFFFFF;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
	overflow: hidden;
	border-right: 1px solid rgba(0, 0, 0, .125);
	border-top-left-radius: .25rem;
	border-bottom-left-radius: .25rem
}

.email-sidebar-header {
	width: auto;
	height: auto;
	position: relative;
	background: #FFFFFF;
	border-bottom: 1px solid rgba(0, 0, 0, .125);
	border-right: 0 solid rgba(0, 0, 0, .125);
	border-top-left-radius: .25rem;
	padding: 15px
}

.email-navigation {
	position: relative;
	padding: 0;
	height: 345px;
	border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.email-header {
	position: absolute;
	height: 70px;
	left: 250px;
	right: 0;
	top: 0;
	padding: 15px;
	background: #FFFFFF;
	border-bottom: 1px solid rgba(0, 0, 0, .125);
	border-top-right-radius: .25rem;
	z-index: 1
}

.email-content {
	position: absolute;
	left: 0;
	right: 0;
	width: auto;
	top: 70px;
	height: auto;
	margin-left: 250px;
	padding: 0;
	background: #FFFFFF;
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem
}

.email-navigation a.list-group-item {
	color: #404142;
	padding: .35rem 1.25rem;
	background-color: #FFFFFF;
	border-bottom: 1px solid rgb(0 0 0 / 0%);
	transition: all .3s ease-out
}

.email-navigation a.list-group-item:hover {
	background-color: rgb(13 110 253 / .12)
}

.email-navigation a.list-group-item.active {
	color: #0b5ed7;
	font-weight: 600;
	background-color: rgb(13 110 253 / .12)
}

.email-meeting {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0
}

.email-meeting a.list-group-item {
	color: #404142;
	padding: .35rem 1.25rem;
	background-color: #FFFFFF;
	border-bottom: 1px solid rgb(0 0 0 / 0%)
}

.email-meeting a.list-group-item:hover {
	background-color: rgb(0 123 255 / 15%);
	transition: all .3s ease-out
}

.email-hangout .chat-user-online:before {
	content: '';
	position: absolute;
	bottom: 8px;
	left: 45px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	box-shadow: 0 0 0 2px #FFFFFF;
	background: #16e15e
}

.email-toggle-btn {
	width: auto;
	height: auto;
	margin-right: 10px;
	text-align: center;
	font-size: 24px;
	color: #404142;
	border-radius: 0;
	cursor: pointer;
	background-color: #FFFFFF;
	border: 0 solid rgb(0 0 0 / 15%)
}

.email-actions {
	width: 230px
}

.email-time {
	font-size: 13px;
	color: #6c757d
}

.email-list div.email-message {
	background: #FFFFFF;
	border-bottom: 1px solid rgb(0 0 0 / 8%);
	color: #383a3c
}

.email-list div.email-message:hover {
	transition: all .2s ease-out;
	background-color: #eceef1
}

.email-list {
	position: relative;
	height: 530px
}

.email-star {
	color: #6c757d
}

.email-read-box {
	position: relative;
	height: 530px
}

.compose-mail-popup {
	width: 42%;
	position: fixed;
	bottom: -30px;
	right: 30px;
	z-index: 15;
	display: none
}

.compose-mail-toggled {
	display: block
}

.compose-mail-title {
	font-size: 16px
}

.compose-mail-close {
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	font-size: 14px;
	border-radius: 2px;
	background-color: rgb(255 255 255 / 0%)
}

.compose-mail-close:hover {
	background-color: rgb(255 255 255 / 20%)
}

/* chat box */


.chat-wrapper {
	width: auto;
	height: 600px;
	border-radius: .25rem;
	position: relative;
	background: #FFFFFF;
	box-shadow: 0 .1rem .7rem rgba(0, 0, 0, .1)
}

.chat-sidebar {
	width: 340px;
	height: 100%;
	position: absolute;
	background: #FFFFFF;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
	overflow: hidden;
	border-right: 1px solid rgba(0, 0, 0, .125);
	border-top-left-radius: .25rem;
	border-bottom-left-radius: .25rem
}

.chat-sidebar-header {
	width: auto;
	height: auto;
	position: relative;
	background: #FFFFFF;
	border-bottom: 1px solid rgba(0, 0, 0, .125);
	border-right: 0 solid rgba(0, 0, 0, .125);
	border-top-left-radius: .25rem;
	padding: 15px
}

.chat-sidebar-content {
	padding: 0
}

.chat-user-online {
	position: relative
}

.chat-sidebar-header .chat-user-online:before {
	content: '';
	position: absolute;
	bottom: 7px;
	left: 40px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	box-shadow: 0 0 0 2px #FFFFFF;
	background: #16e15e
}

.chat-list .chat-user-online:before {
	content: '';
	position: absolute;
	bottom: 7px;
	left: 36px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	box-shadow: 0 0 0 2px #FFFFFF;
	background: #16e15e
}

.chat-content {
	margin-left: 340px;
	padding: 85px 15px 15px 15px
}

.chat-header {
	position: absolute;
	height: 70px;
	left: 340px;
	right: 0;
	top: 0;
	padding: 15px;
	background: #FFFFFF;
	border-bottom: 1px solid rgba(0, 0, 0, .125);
	border-top-right-radius: .25rem;
	z-index: 1
}

.chat-footer {
	position: absolute;
	height: 70px;
	left: 340px;
	right: 0;
	bottom: 0;
	padding: 15px;
	background: #FFFFFF;
	border-top: 1px solid rgba(0, 0, 0, .125);
	border-bottom-right-radius: .25rem
}

.chat-footer-menu a {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #6c757d;
	text-align: center;
	border-radius: 50%;
	margin: 3px;
	background-color: #FFFFFF;
	border: 1px solid rgb(0 0 0 / 15%)
}

.chat-tab-menu li a.nav-link {
	padding: .3rem .2rem;
	line-height: 1.2;
	color: #4a4b4c
}

.chat-tab-menu .nav-pills .nav-link.active,
.chat-tab-menu .nav-pills .show>.nav-link {
	color: #008cff;
	background-color: rgb(0 123 255 / 0%)
}

.chat-title {
	font-size: 14px;
	color: #272b2f
}

.chat-msg {
	font-size: 13px;
	color: #6c757d
}

.chat-time {
	font-size: 13px;
	color: #6c757d
}

.chat-list {
	position: relative;
	height: 300px
}

.chat-list .list-group-item {
	border: 1px solid rgb(0 0 0 / 0%);
	background-color: transparent
}

.chat-list .list-group-item:hover {
	border: 1px solid rgb(0 0 0 / 0%);
	background-color: rgb(13 110 253 / .12)
}

.chat-list .list-group-item.active {
	background-color: rgb(13 110 253 / .12)
}

.chart-online {
	color: #16e15e
}

.chat-top-header-menu a {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #6c757d;
	text-align: center;
	border-radius: 50%;
	margin: 3px;
	background-color: #FFFFFF;
	border: 1px solid rgb(0 0 0 / 15%)
}

.chat-content {
	position: relative;
	width: auto;
	height: 520px
}

.chat-content-leftside .chat-left-msg {
	width: fit-content;
	background-color: #FFFFFF;
	padding: .8rem;
	border-radius: 12px;
	max-width: 480px;
	text-align: left;
	border-top-left-radius: 0
}

.chat-content-rightside .chat-right-msg {
	width: fit-content;
	background-color: #FFFFFF;
	padding: .8rem;
	border-radius: 12px;
	float: right;
	max-width: 480px;
	text-align: left;
	border-bottom-right-radius: 0
}

.chat-toggle-btn {
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin-right: 15px;
	text-align: center;
	font-size: 24px;
	color: #6c757d;
	border-radius: 50%;
	cursor: pointer;
	background-color: #FFFFFF;
	border: 1px solid rgb(0 0 0 / 15%)
}


  /* Authentication */

.authentication-card {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    max-width: 60rem;
    height: 100vh;
}

.login-separater span {
    position: relative;
    top: 26px;
    margin-top: -10px;
    background: #FFFFFF;
    padding: 5px;
    font-size: 12px;
    color: #cbcbcb;
    z-index: 1;
}


/* swicther */

.btn-switcher {
    position: fixed;
    right: 0px;
    top: 40%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}


.header-colors-indigators .indigator {
	width: 50px;
    height: 50px;
    background-color: #FFFFFF;
    border-radius: 10px;
    cursor: pointer;
}


/* Responsive */

  @media screen and (max-width:1280px) {
	.email-header {
		height: auto
	}
	.email-content {
		padding: 100px 0 0 0
	}
}



  @media screen and (max-width:1024px) {


    .sidebar-wrapper {

        left: -300px;
    }


    .page-content {

        margin-left: 0px;

    }

    .top-header .navbar{

        left: 0px;
    }

    /* Toggeled */


   .wrapper.toggled .sidebar-wrapper{

        left: 0px;
    }


    .wrapper.toggled .page-content {

        margin-left: 0px;

    }

    .wrapper.toggled .top-header .navbar{

        left: 0px;
    }


    .wrapper.toggled .overlay {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: #000;
		opacity: .6;
		z-index: 12;
		display: block;
		cursor: move;
		transition: all .2s ease-out
	}


.top-header .navbar .searchbar {
		position: relative;
		width: 30%;
		display: none;

 }

.top-header .navbar .full-searchbar {

    position: absolute;
    top: 0%;
    left: 0;
    right: 0%;
    width: 100%;
    height: 60px;
    background-color: #FFFFFF;
    border-bottom: 1px solid rgb(0 0 0 / 0%);
    background-clip: padding-box;
    display: flex !important;
    z-index: 1;
    align-items: center;
    justify-content: start;
    padding: 0 1rem;
    -webkit-animation: .6s cubic-bezier(.25, .8, .25, 1) 0s normal forwards 1 animdropdown;
	animation: .6s cubic-bezier(.25, .8, .25, 1) 0s normal forwards 1 animdropdown

  }

.email-header {
    border-top-left-radius: .25rem
}
.email-sidebar {
    left: -280px
}
.email-content {
    margin-left: 0
}
.email-header {
    left: 0
}
.email-toggled .email-sidebar {
    left: 0
}
.email-toggled .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 250px;
    background: #000;
    opacity: .5;
    z-index: 9;
    display: block;
    cursor: move;
    transition: all .3s ease-out
}

.compose-mail-popup {
    width: auto;
    position: fixed;
    bottom: -30px;
    right: 0;
    left: 0
}

.chat-header {
    border-top-left-radius: .25rem
}
.chat-footer {
    border-bottom-left-radius: .25rem
}
.chat-sidebar {
    left: -370px
}
.chat-content {
    margin-left: 0
}
.chat-header {
    left: 0
}
.chat-footer {
    left: 0
}
.chat-toggled .chat-sidebar {
    left: 0
}
.chat-toggled .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 340px;
    background: #000;
    opacity: .5;
    z-index: 11;
    display: block;
    cursor: move;
    transition: all .3s ease-out
}

.authentication-card {
	padding: 1.5rem 0;
	height: auto;
}

.top-header .navbar .mobile-toggle-icon,
.top-header .navbar .search-toggle-icon {

	display: block;

}

.top-header .navbar .searchbar .search-close-icon {

	display: block;

}




}



  @media screen and (max-width:767px) {

	.top-header .navbar .dropdown-menu::after {
		display: none
	}

	.top-header .navbar .dropdown {
		position: static!important
	}

	.top-header .navbar .dropdown-menu {
		width: 100%!important;
	}

	/* .by-device-container {
		height: 210px;
	} */



}


@media screen and (max-width:520px) {
	.chat-footer-menu,
	.chat-top-header-menu {
		display: none
	}
}

/* NEW Landing Page */
.logo-space{
    display: flex;
    align-items: center;
}

.logo-circle{
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: #63B2C1;
}

.landing-nav {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin-left: 2rem;
}

.landing-nav .nav-link {
    color: #293445;
    font-size: 15px;
    font-weight: 500;
}

.landing-actions {
    margin-left: auto;
    display: flex;
    gap: 1rem;
}

.landing-btn {
    background-color: #F96302;
    color: #FFFFFF;
    padding: 8px 22px;
    font-size: 14px;
    font-weight: 500;
    border: none;
}

.landing-btn:hover {
    background-color: #e55a00;
    color: #FFFFFF;
}

.landing-content {
    margin-left: 0;
    padding-top: 120px;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.quote-hero {
    width: 100%;
    text-align: center;
}

.quote-hero h1 {
    font-size: 56px;
    font-weight: 500;
    color: #000;
    margin-bottom: 80px;
}

.quote-options {
    display: flex;
    justify-content: center;
    gap: 12rem;
    flex-wrap: wrap;
}

.quote-option-btn {
    background-color: #F97316;
    color: #000;
    min-width: 220px;
    padding: 16px 30px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    font-weight: 500;
}

.quote-option-btn:hover {
    background-color: #ea6a0a;
    color: #000;
}

@media screen and (max-width: 1024px) {
    .landing-nav {
        gap: 1rem;
        margin-left: 1rem;
    }

    .quote-options {
        gap: 2rem;
    }

    .quote-hero h1 {
        font-size: 42px;
    }
}

@media screen and (max-width: 767px) {
    .top-header .navbar {
        height: auto;
        padding: 1rem;
        flex-wrap: wrap;
    }

    .landing-nav {
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
        margin: 1rem 0;
    }

    .landing-actions {
        width: 100%;
        justify-content: center;
        margin-left: 0;
    }

    .landing-content {
        padding-top: 160px;
    }

    .quote-hero h1 {
        font-size: 34px;
        margin-bottom: 50px;
    }
}

/* Contact Page */

.contact-page {
    min-height: calc(100vh - 80px);
    padding: 120px 40px 60px;
    background-color: #FEEFDD;
}

.contact-layout {
    display: flex;
    min-height: 70vh;
    overflow: hidden;
}

.contact-left-panel {
    width: 38%;
    background-color: #F2AA8A;
    color: #201E1F;
    padding: 70px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact-left-panel h1 {
    font-size: 48px;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 1.2;
}

.contact-left-panel p {
    font-size: 16px;
    line-height: 1.7;
    max-width: 420px;
    margin: 0;
}

.contact-right-panel {
    width: 62%;
    background-color: #FEEFDD;
    padding: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-card {
    width: 100%;
    max-width: 720px;
    background-color: #AADCE5;
    padding: 40px;
}

.contact-card h2 {
    font-size: 32px;
    color: #201E1F;
    margin-bottom: 25px;
}

.contact-form .form-group {
    margin-bottom: 18px;
}

.contact-form label {
    display: block;
    margin-bottom: 8px;
    color: #201E1F;
    font-weight: 500;
    font-size: 14px;
}

.contact-input,
.contact-textarea,
.contact-form input,
.contact-form textarea {
    width: 100%;
    border: none;
    background-color: #FEEFDD;
    color: #201E1F;
    padding: 12px 14px;
    font-size: 15px;
    box-shadow: none;
}

.contact-textarea {
    resize: vertical;
}

.captcha-group label {
    margin-bottom: 8px;
}

.contact-submit-wrap {
    margin-top: 20px;
    text-align: left;
}

.contact-submit-btn {
    background-color: #FF6B35;
    color: #FEEFDD;
    padding: 10px 28px;
    border: none;
    font-weight: 500;
}

.contact-submit-btn:hover {
    background-color: #e85d2b;
    color: #FEEFDD;
}

@media screen and (max-width: 991px) {
    .contact-layout {
        flex-direction: column;
    }

    .contact-left-panel,
    .contact-right-panel {
        width: 100%;
    }

    .contact-left-panel {
        padding: 50px 30px;
    }

    .contact-right-panel {
        padding: 30px;
    }

    .contact-left-panel h1 {
        font-size: 36px;
    }
}

@media screen and (max-width: 576px) {
    .contact-page {
        padding: 100px 20px 40px;
    }

    .contact-card {
        padding: 25px;
    }

    .contact-left-panel h1 {
        font-size: 30px;
    }
}

/* Scrollable Landing Page Sections */

.hero-section {
    min-height: 88vh;
}

.landing-section {
    width: 100%;
    background-color: #FEEFDD;
}

.section-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 40px;
}

.section-title {
    font-size: 56px;
    font-weight: 500;
    text-align: center;
    color: #201E1F;
    margin-bottom: 60px;
}

/* Features Section */

.features-section {
    background-color: #FEEFDD;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 70px;
    align-items: start;
}

.feature-card {
    background-color: #7DB9C9;
    padding: 24px;
    min-height: 480px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.feature-image-placeholder {
    width: 100%;
    height: 140px;
    background-color: #D9D9D9;
    margin-bottom: 20px;
}

.feature-card h3 {
    font-size: 24px;
    margin-bottom: 16px;
    color: #201E1F;
}

.feature-card p {
    font-size: 18px;
    line-height: 1.6;
    color: #201E1F;
}

.feature-dots {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    gap: 12px;
}

.feature-dots span {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #F2AA8A;
    display: inline-block;
}

.feature-dots span.active {
    background-color: #FF6B35;
}

/* Reviews Section */

.reviews-section {
    background-color: #FEEFDD;
}

.review-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.review-card {
    background-color: #7DB9C9;
    padding: 28px 34px;
    display: flex;
    gap: 24px;
    align-items: flex-start;
    border-radius: 8px;
}

.review-avatar {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: #F2AA8A;
    flex-shrink: 0;
    margin-top: 6px;
}

.review-content h3 {
    font-size: 22px;
    margin-bottom: 14px;
    color: #201E1F;
}

.review-content p {
    font-size: 18px;
    line-height: 1.6;
    color: #201E1F;
    margin: 0;
}

.reviews-button-wrap {
    text-align: center;
    margin-top: 40px;
}

.review-btn {
    background-color: #FF6B35;
    color: #201E1F;
    font-size: 18px;
    padding: 18px 40px;
    min-width: 320px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.18);
}

.review-btn:hover {
    background-color: #e85d2b;
    color: #201E1F;
}

/* FAQ Section */

.faq-section {
    background-color: #FEEFDD;
}

.faq-container {
    padding-top: 100px;
    padding-bottom: 100px;
}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.faq-item {
    border: 1px solid #4A4A4A;
    border-radius: 8px;
    background-color: #FEEFDD;
    padding: 0;
    overflow: hidden;
}

.faq-item summary {
    list-style: none;
    cursor: pointer;
    padding: 22px 28px;
    font-size: 22px;
    font-weight: 600;
    color: #201E1F;
    position: relative;
}

.faq-item summary::-webkit-details-marker {
    display: none;
}

.faq-item summary::after {
    content: "⌄";
    position: absolute;
    right: 24px;
    top: 20px;
    font-size: 22px;
}

.faq-item[open] summary::after {
    content: "⌃";
}

.faq-item p {
    margin: 0;
    padding: 0 28px 24px;
    font-size: 18px;
    line-height: 1.6;
    color: #201E1F;
}

/* Contact Info Footer Section */

.contact-info-section {
    background-color: #E7A888;
    padding: 0;
}

.contact-info-layout {
    max-width: 1400px;
    margin: 0 auto;
    padding: 90px 70px;
    display: flex;
    justify-content: space-between;
    gap: 60px;
}

.contact-info-left {
    width: 38%;
}

.contact-info-left h2 {
    font-size: 78px;
    line-height: 1.15;
    color: #000;
    margin-bottom: 50px;
    font-weight: 500;
}

.contact-info-left p {
    font-size: 28px;
    color: #201E1F;
    margin: 0;
}

.contact-info-right {
    width: 55%;
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.footer-links-group h3 {
    font-size: 32px;
    margin-bottom: 22px;
    color: #201E1F;
}

.footer-links-group ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links-group li {
    margin-bottom: 16px;
}

.footer-links-group a {
    color: #201E1F;
    text-decoration: none;
    font-size: 18px;
}

.footer-links-group a:hover {
    text-decoration: underline;
}

/* Smooth section links */

html {
    scroll-behavior: smooth;
}

/* Responsive */

@media screen and (max-width: 1100px) {
    .features-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .contact-info-layout {
        flex-direction: column;
    }

    .contact-info-left,
    .contact-info-right {
        width: 100%;
    }

    .contact-info-left h2 {
        font-size: 56px;
    }
}

@media screen and (max-width: 768px) {
    .section-container {
        padding: 60px 24px;
    }

    .section-title {
        font-size: 40px;
        margin-bottom: 40px;
    }

    .review-card {
        flex-direction: column;
    }

    .contact-info-layout {
        padding: 60px 24px;
    }

    .contact-info-right {
        flex-direction: column;
    }

    .contact-info-left h2 {
        font-size: 44px;
    }

    .contact-info-left p {
        font-size: 22px;
    }

    .feature-card {
        min-height: auto;
    }
}

/* Features Carousel */

.features-carousel {
    position: relative;
}

.custom-carousel-indicators {
    position: static;
    margin-top: 35px;
}

.custom-carousel-indicators button {
    width: 18px !important;
    height: 18px !important;
    border-radius: 50%;
    background-color: #F2AA8A !important;
    border: none !important;
    opacity: 1 !important;
    margin: 0 6px !important;
}

.custom-carousel-indicators .active {
    background-color: #FF6B35 !important;
}

.feature-carousel-control {
    width: 5%;
}

.feature-carousel-control .carousel-control-prev-icon,
.feature-carousel-control .carousel-control-next-icon {
    filter: invert(28%) sepia(10%) saturate(350%) hue-rotate(314deg);
}

/* Features Section */

.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
    align-items: start;
}

.feature-card {
    background-color: #7DB9C9;
    padding: 24px;
    min-height: 470px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
}

.feature-image-placeholder {
    width: 100%;
    height: 140px;
    background-color: #D9D9D9;
    margin-bottom: 20px;
}

.feature-card h3 {
    font-size: 24px;
    margin-bottom: 16px;
    color: #201E1F;
}

.feature-card p {
    font-size: 18px;
    line-height: 1.6;
    color: #201E1F;
}

/* Reviews Section */

.reviews-page {
    background-color: #FEEFDD;
    min-height: 100vh;
    padding-top: 120px;
    padding-bottom: 80px;
}

.review-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.review-card {
    background-color: #7DB9C9;
    padding: 28px 34px;
    display: flex;
    gap: 24px;
    align-items: flex-start;
    border-radius: 8px;
}

.review-avatar {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: #F2AA8A;
    flex-shrink: 0;
    margin-top: 6px;
}

.review-content h3 {
    font-size: 22px;
    margin-bottom: 14px;
    color: #201E1F;
}

.review-content p {
    font-size: 18px;
    line-height: 1.6;
    color: #201E1F;
    margin-bottom: 10px;
}

.review-rating {
    font-size: 15px;
    color: #201E1F;
    font-weight: 500;
}

.reviews-button-wrap {
    text-align: center;
    margin-top: 40px;
}

.review-btn {
    background-color: #FF6B35;
    color: #201E1F;
    font-size: 18px;
    padding: 18px 40px;
    min-width: 320px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.18);
}

.review-btn:hover {
    background-color: #e85d2b;
    color: #201E1F;
}

.review-form-wrapper {
    margin-top: 60px;
    background-color: #AADCE5;
    padding: 35px;
    border-radius: 8px;
}

.review-form-title {
    font-size: 36px;
    color: #201E1F;
    margin-bottom: 24px;
    text-align: center;
}

.review-form .form-group {
    margin-bottom: 18px;
}

.review-form label {
    display: block;
    margin-bottom: 8px;
    color: #201E1F;
    font-weight: 500;
    font-size: 14px;
}

.review-input,
.review-form input,
.review-form textarea,
.review-form select {
    width: 100%;
    border: none;
    background-color: #FEEFDD;
    color: #201E1F;
    padding: 12px 14px;
    font-size: 15px;
    box-shadow: none;
}

.review-textarea {
    resize: vertical;
}

.review-submit-wrap {
    margin-top: 20px;
    text-align: center;
}

.review-submit-btn {
    background-color: #FF6B35;
    color: #201E1F;
    padding: 12px 30px;
    border: none;
    font-weight: 500;
}

.review-submit-btn:hover {
    background-color: #e85d2b;
    color: #201E1F;
}

/* Shared Section Styles */

.landing-section {
    width: 100%;
    background-color: #FEEFDD;
}

.section-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 40px;
}

.section-title {
    font-size: 56px;
    font-weight: 500;
    text-align: center;
    color: #201E1F;
    margin-bottom: 60px;
}

/* FAQ Section */

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.faq-item {
    border: 1px solid #4A4A4A;
    border-radius: 8px;
    background-color: #FEEFDD;
    overflow: hidden;
}

.faq-item summary {
    list-style: none;
    cursor: pointer;
    padding: 22px 28px;
    font-size: 22px;
    font-weight: 600;
    color: #201E1F;
    position: relative;
}

.faq-item summary::-webkit-details-marker {
    display: none;
}

.faq-item summary::after {
    content: "⌄";
    position: absolute;
    right: 24px;
    top: 20px;
    font-size: 22px;
}

.faq-item[open] summary::after {
    content: "⌃";
}

.faq-item p {
    margin: 0;
    padding: 0 28px 24px;
    font-size: 18px;
    line-height: 1.6;
    color: #201E1F;
}

/* Contact Info Footer Section */

.contact-info-section {
    background-color: #E7A888;
}

.contact-info-layout {
    max-width: 1400px;
    margin: 0 auto;
    padding: 90px 70px;
    display: flex;
    justify-content: space-between;
    gap: 60px;
}

.contact-info-left {
    width: 38%;
}

.contact-info-left h2 {
    font-size: 78px;
    line-height: 1.15;
    color: #000;
    margin-bottom: 50px;
    font-weight: 500;
}

.contact-info-left p {
    font-size: 28px;
    color: #201E1F;
    margin: 0;
}

.contact-info-right {
    width: 55%;
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.footer-links-group h3 {
    font-size: 32px;
    margin-bottom: 22px;
    color: #201E1F;
}

.footer-links-group ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links-group li {
    margin-bottom: 16px;
}

.footer-links-group a {
    color: #201E1F;
    text-decoration: none;
    font-size: 18px;
}

.footer-links-group a:hover {
    text-decoration: underline;
}

html {
    scroll-behavior: smooth;
}

@media screen and (max-width: 1100px) {
    .features-grid {
        grid-template-columns: 1fr;
    }

    .contact-info-layout {
        flex-direction: column;
    }

    .contact-info-left,
    .contact-info-right {
        width: 100%;
    }

    .contact-info-left h2 {
        font-size: 56px;
    }
}

@media screen and (max-width: 768px) {
    .section-container {
        padding: 60px 24px;
    }

    .section-title {
        font-size: 40px;
        margin-bottom: 40px;
    }

    .review-card {
        flex-direction: column;
    }

    .contact-info-layout {
        padding: 60px 24px;
    }

    .contact-info-right {
        flex-direction: column;
    }

    .contact-info-left h2 {
        font-size: 44px;
    }

    .contact-info-left p {
        font-size: 22px;
    }

    .feature-card {
        min-height: auto;
    }
}

/* Admin Dashboard */

.admin-dashboard-page {
    background: linear-gradient(160deg, #f0f3fb 0%, #e8ecf7 100%);
    min-height: 100vh;
    padding: 120px 20px 60px;
}

.admin-dashboard-container {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.admin-profile-section {
    margin-bottom: 50px;
}

.admin-profile-card {
    background: #ffffff;
    border-radius: 24px;
    box-shadow: 0 8px 40px rgba(51, 89, 236, 0.10), 0 1px 4px rgba(0,0,0,0.05);
    overflow: hidden;
    max-width: 460px;
    margin: 0 auto;
}

.admin-profile-card-header {
    height: 90px;
    background: linear-gradient(135deg, #3359EC 0%, #6b8af7 100%);
}

.admin-profile-card-body {
    padding: 0 40px 40px;
}

.admin-profile-avatar {
    width: 110px;
    height: 110px;
    margin: -55px auto 20px;
    overflow: hidden;
    border-radius: 50%;
    background-color: #D9D9D9;
    box-shadow: 0 0 0 4px #ffffff, 0 0 0 8px rgba(51, 89, 236, 0.25);
}

.admin-profile-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.admin-profile-role {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #3359EC 0%, #6b8af7 100%);
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.03em;
    padding: 8px 20px;
    border-radius: 999px;
    margin: 8px 0 24px;
    box-shadow: 0 4px 12px rgba(51, 89, 236, 0.30);
}

.admin-profile-role-icon {
    font-size: 16px;
}

.admin-profile-divider {
    width: 200px;
    height: 1px;
    background: linear-gradient(90deg, transparent, #d0d5e8, transparent);
    margin: 0 auto 24px;
}

.admin-profile-meta {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 8px;
}

.admin-profile-chip {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #f4f6ff;
    border: 1px solid #d0d8f8;
    border-radius: 14px;
    padding: 14px 28px;
    min-width: 130px;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.admin-profile-chip:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(51, 89, 236, 0.12);
}

.admin-profile-chip-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: #3359EC;
    font-weight: 600;
    margin-bottom: 4px;
}

.admin-profile-chip-value {
    font-size: 18px;
    font-weight: 700;
    color: #201E1F;
}

.admin-stats-section {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-bottom: 40px;
}

.admin-stat-card {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    background: linear-gradient(135deg, #3359EC 0%, #6b8af7 100%);
    color: #ffffff;
    border-radius: 20px;
    padding: 28px 40px;
    min-width: 260px;
    text-decoration: none;
    box-shadow: 0 8px 24px rgba(51, 89, 236, 0.30);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.admin-stat-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(51, 89, 236, 0.40);
    color: #ffffff;
}

.admin-stat-icon {
    font-size: 48px;
    line-height: 1;
    flex-shrink: 0;
}

.admin-stat-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.admin-stat-title {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    opacity: 0.85;
    margin-bottom: 6px;
}

.admin-stat-count {
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
}

.admin-stat-since {
    font-size: 11px;
    opacity: 0.70;
    margin-top: 6px;
    letter-spacing: 0.03em;
}

.admin-checklist-section {
    display: flex;
    justify-content: center;
}

/*.admin-checklist-card {
    background-color: #AADCE5;
    padding: 30px;
    width: 100%;
    max-width: 420px;
    border-radius: 8px;
    text-align: left;
    box-shadow: 0 4px 10px rgba(0,0,0,0.12);
}

.admin-checklist-card h3 {
    text-align: center;
    font-size: 26px;
    margin-bottom: 24px;
    color: #201E1F;
}

.admin-task-item {
    margin-bottom: 16px;
    font-size: 17px;
    color: #201E1F;
}*/

/*customer dashboard*/
.customer-profile-section {
    margin-bottom: 50px;
}

.customer-avatar {
    width: 110px;
    height: 110px;
    margin: 0 auto 20px;
    overflow: hidden;
    border-radius: 50%;
    background-color: #D9D9D9
}

.customer-profile-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


.customer-action-card,
.service-widget-card {
    transition: 0.2s ease;
    background-color: #ffffff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.customer-action-card:hover,
.service-widget-card:hover {
    transform: translateY(-4px);
}

.service-widget-card p {
    color: #666;
    min-height: 48px;
}

/* loggedin customer create quote page */
.quote-hero {
    background: #4654f5;
    color: white;
    padding: 45px 0 70px;
    text-align: center;
}

.quote-hero h1 {
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 10px;
    color: white !important;
}

.quote-hero p {
    font-size: 16px;
    margin: 0;
}

.quote-section {
    background: #f7f7f7;
    padding: 80px 0;
}

.quote-card {
    background: white;
    padding: 38px;
    border-radius: 4px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
}

.quote-card h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 25px;
}

.quote-card label {
    font-weight: 700;
    font-size: 13px;
    margin-bottom: 8px;
}

.quote-card .form-control {
    background-color: #fff1dc;
    border: none;
    min-height: 42px;
    border-radius: 4px;
}

.quote-card textarea.form-control {
    min-height: 140px;
}

.quote-submit {
    background: #4654f5;
    color: white;
    font-weight: 500;
    border: none;
    padding: 12px;
    border-radius: 4px;
}

.next-card {
    background: #4654f5;
    color: white;
    padding: 25px;
    border-radius: 4px;
    margin-bottom: 20px;
}

.next-card h3,
.contact-card h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 22px;
}

.next-step {
    margin-bottom: 17px;
}

.next-step strong {
    font-size: 15px;
}

.next-step p {
    font-size: 12px;
    font-weight: 500;
    margin: 4px 0 0;
}

.contact-card {
    background: white;
    padding: 25px;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.contact-card p {
    font-size: 14px;
    margin-bottom: 10px;
}

/*content blocks */
.content-blocks {
    padding: 30px;
}

.content-blocks h1,
.content-blocks h2 {
    font-weight: 700;
    margin-bottom: 20px;
}

.content-blocks ul {
    list-style: none;
    padding-left: 0;
}

.content-blocks li {
    background: #ffffff;
    border-radius: 12px;
    padding: 18px 22px;
    margin-bottom: 16px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
}

.content-blocks a {
    color: #3359EC;
    font-weight: 600;
    text-decoration: none;
}

.content-blocks a:hover {
    text-decoration: underline;
}

.main-content h1 {
    font-weight: 700;
    margin-bottom: 20px;
}

.main-content ul {
    list-style: none;
    padding-left: 0;
}

.main-content li {
    background: #ffffff;
    border-radius: 12px;
    padding: 18px 22px;
    margin-bottom: 16px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
}

/* CMS CONTENT BLOCKS TABLE */

.cms-page {
    max-width: 1180px;
    margin: 0 auto;
}

.cms-card {
    border-radius: 16px;
    border: none;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.cms-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
}

.cms-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 4px;
    color: #344050;
}

.cms-subtitle {
    color: #6c757d;
    margin-bottom: 0;
    font-size: 14px;
}

.cms-table thead th {
    background: #f5f7ff;
    color: #344050;
    font-weight: 700;
    border-bottom: 1px solid #e2e6f0;
    white-space: nowrap;
    padding: 14px 16px;
}

.cms-table tbody td {
    padding: 14px 16px;
    border-color: #edf0f5;
}

.cms-group-row td {
    background: #eef2ff;
    color: #3359EC;
    font-weight: 700;
    font-size: 15px;
}

.cms-block-name {
    font-weight: 700;
    color: #344050;
}

.cms-description {
    color: #6c757d;
    max-width: 260px;
}

.cms-value-preview {
    max-width: 300px;
    color: #6c757d;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cms-badge {
    background: #3359EC;
    color: white;
    border-radius: 999px;
    padding: 6px 10px;
    font-size: 12px;
}

.cms-edit-btn {
    background: #3359EC;
    color: white !important;
    border-radius: 8px;
    padding: 6px 14px;
    font-size: 13px;
    font-weight: 600;
}

.cms-edit-btn:hover {
    background: #2747c7;
}

.cms-empty {
    padding: 40px;
    text-align: center;
    color: #6c757d;
}

/* Force CMS table content to stay inside cells */
.cms-table {
    width: 100%;
    table-layout: fixed;
}

.cms-table th,
.cms-table td {
    white-space: normal !important;
    word-break: break-word;
    overflow-wrap: anywhere;
    vertical-align: top;
}

.cms-value-preview {
    max-width: 100%;
    white-space: normal !important;
    overflow: visible;
    text-overflow: unset;
    word-break: break-word;
    overflow-wrap: anywhere;
}

.cms-description {
    max-width: 100%;
    white-space: normal !important;
    word-break: break-word;
    overflow-wrap: anywhere;
}

.cms-table th:nth-child(1),
.cms-table td:nth-child(1) {
    width: 18%;
}

.cms-table th:nth-child(2),
.cms-table td:nth-child(2) {
    width: 13%;
}

.cms-table th:nth-child(3),
.cms-table td:nth-child(3) {
    width: 22%;
}

.cms-table th:nth-child(4),
.cms-table td:nth-child(4) {
    width: 8%;
}

.cms-table th:nth-child(5),
.cms-table td:nth-child(5) {
    width: 29%;
}

.cms-table th:nth-child(6),
.cms-table td:nth-child(6) {
    width: 10%;
}

/* Rosters */
.roster-calendar {
    display: grid;
    gap: 16px;
}

.roster-event {
    display: flex;
    border-left: 5px solid #3b82f6;
    background: #f8faff;
    padding: 16px;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.roster-date {
    width: 130px;
    font-weight: 700;
    color: #2563eb;
}

.roster-details p {
    margin: 4px 0 8px;
}

#calendar {
    background: #ffffff;
    border-radius: 12px;
    padding: 15px;
}

.fc-toolbar-title {
    font-size: 1.5rem !important;
    font-weight: 600;
}

.fc-button {
    background-color: #4f46e5 !important;
    border: none !important;
}

.fc-button:hover {
    background-color: #4338ca !important;
}

.fc-event {
    border-radius: 6px;
    border: none;
    padding: 2px 4px;
    font-size: 0.85rem;}

/* Feedback Star Rating */
.star-rating {
    display: flex;
    gap: 4px;
}

.star-rating .star {
    font-size: 32px;
    color: #ccc;
    cursor: pointer;
}

.star-rating .star.selected {
    color: #ffc107;
}
