@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;700&display=swap');
:root
{
--mainColor :#301123;
--whiteColor:#fff;
--sColor:#251b21;
}
body{
margin:0px;
padding: 0px;
background-color: white !important;
/*! overflow-x: hidden */
}

*{
box-sizing: border-box;
   /*! font-family: 'Cairo', sans-serif !important; */
}

.allds
{
   background: #fff !important;
   z-index:  -5 !important;
   position: relative;
}
img
{
object-fit: cover;
object-position: center
}

ul{
list-style: none;
}
.container
{
max-width: 90% !important;
}
a{
text-decoration: none;
}
a:hover
{
text-decoration: none;
}
.header
{
background-color: #f4f2f2;
position: relative;
z-index: 0;
}
.header nav
{
padding: 00px 0;
z-index: unset !important
}
.header .navbar-brand img
{
width: 145px;
margin-left: 40px;
}
.topbar
{
background-color: #535252;
/*! padding: 10px 0 */
z-index: 555;
position: relative;
padding: 5px 0;
}
.topbar p
{
margin: 0;
font-size: 13px;
color: rgba(0,0,0,.6)
}
header .navbar-nav
{
flex-direction: row-reverse !important;
}
.topbar ul li:nth-child(1)
{
/*! border-right: 1px solid rgba(0,0,0,.1) */
}
.topbar .pb
{
color:rgba(255,255,255,.8);;
font-size: 12px;
margin: 0;
}
.topbar a
{
color: #fff;
font-size: 12px;
padding: 3px 20px !important;
border-right: 1px solid rgba(255,255,255,.4);
margin: 0;
}
.topbar a:hover
{
color: var(--mainColor);
}
.bottombar
{
background-color: white;

}
.mdlbar
{
background: white;
pad: 20px 0;
padding: 20px 0;
}

.bottombar ul a
{
   background-color: white;
padding: 10px 23px !important;
color: rgba(255,255,255,.8);
font-size: 17px;
position: relative;
z-index: 6;
transition: .5s;
   color: #201f1f !important;
   padding: 15px 19px !important;
   font-size: 14px !important;
   z-index: 1;
   line-height: 3em;
   font-weight: bold;
}
.bottombar ul a::after
{
/*! position: absolute; */
width: 0%;
height: 100%;
right: 0;
top: 0;
content: '';
background-color: var(--mainColor);
z-index: -1;
transition: .5s
}
.bottombar ul a:hover::before
{
width: 100%;
transition: .5s;
right: 0;
color: black
}
.bottombar ul a:hover
{
color: black;
transition: .5s
}
.bottombar ul .active
{
background-color: var(--mainColor);
color: black
}
.search-space input
{
width: 100%;
border-radius: 20px;
text-align: right;
height:45px;
border:none;
padding-right:15px;
font-size: 14px
}
.search-space .btn
{
background-color: var(--mainColor);
color: black;
border: none;
border-radius: 20px;
width: 100px
}
.search-space input:focus
{
box-shadow: none !important;
}
.mdlbar form
{
width: 750px
}
.mdlbar .mb-3
{
margin: 0;
margin-bottom: 0 !important
}
.mdlbar .box
{
margin: 0px 15px;
text-align: center;
display: flex
}
.mdlbar .box .right-box
{
text-align: right;
}
.mdlbar .box svg
{
width: 45px;
height: 45px;
padding: 10px;
background-color: #FFD70054;
border-radius: 50%
}
.mdlbar .box svg path
{
stroke: white;
}
.mdlbar .box p
{
color: rgba(255,255,255);
font-size: 16px;
margin: 0;
margin-left: 10px;
}
.mdlbar li
{
position: relative
}
.mdlbar li:hover .bag-dropdownmenu
{
display: block
}
.mdlbar li .bag-dropdownmenu
{
position: absolute;
background-color: #fff;
width: 150%;
right: 0;
border: 1px solid rgba(0,0,0,.3);
box-shadow: 0px 10px 10px rgba(255,255,255,.1);
z-index: 88;
overflow: hidden;
border-radius: 5px;
display: none
}
.mdlbar li .bag-dropdownmenu li
{
margin: 10px;
  background-color: #f1f1f1;

}

.mdlbar li .bag-dropdownmenu .bag
{
display: flex;
flex-direction: row-reverse;
width: 100%;
text-align: right
}
.mdlbar li .bag-dropdownmenu  ul
{
padding: 0 !important;
}
.mdlbar li .bag-dropdownmenu  ul img
{
height: 50px;
margin-left: 10px
}

.mdlbar li .bag-dropdownmenu .bag .name
{
margin: 0;
font-size: 14px;
}
.mdlbar li .bag-dropdownmenu .bag .price
{
font-weight: bold
}

.mdlbar li .bag-dropdownmenu .bag .ttprice
{
font-weight: bold;
font-size: 18px;
color: #ce5e27;
margin: 0px 10px;
}
.mdlbar .box span
{
font-size: 12px;
color: rgba(255,255,255,.7)
}
.main
{
padding: 80px 0 !important;
background-size: cover;
position: relative;
z-index: 11;
/*! margin: 90px auto; */
/*! position: relative; */
}
.main .content
{
text-align: right;
margin: 130px 0;
margin-bottom: 200px
}
.main .content h3
{
color: var(--mainColor)
}
.main .content h1
{
color: white;
font-weight: bold;
letter-spacing: 2px;
font-size: 50px
}
.main .content p
{
color: rgba(255,255,255,.8);
font-size: 19px;
margin: 15px 0
}
.main .content a
{
line-height: 4em;
border: 1px solid var(--mainColor);
padding: 10px 35px;
color: var(--mainColor);
font-size: 20px;
border-radius: 50px;
transition: .5s
}
.main .content a:hover
{
background-color: var(--mainColor);
color: black;
transition: .5s
}
.content-header
{
padding: 30px;
margin: 20px 0;
text-align: right;
/*! background-color: #f1f1f1; */
position: relative;
}

.content-header span
{
font-weight: bold;
position: relative;
padding: 10px 0px;
color: rgba(0,0,0,.8);
font-size:30px;
}
/*
Theme Name:       ClassiXER - Classified Ads Website Template
Author:           UIdeck
Author URI:       http://uideck.com
Text Domain:      UIdeck
Domain Path:      /languages/
*/
/*TABLE OF CONTENT */
/* CORE: */
/* ____Bootstrap */
/* ____Color */
/* ____Form */
/* ____Logo */
/* ____Icon */
/* ____Button */
/* ____Background */
/* ____Typography */
/* ____Nav */
/* ____Header */
/* ____Footer */
/* MODULES: */
/* ____Service */
/* ____Counter */
/* ____Google-maps */
/* ____Pagination */
/* ____Pricing-table */
/* ____Blog */
/* ____Single Blog */
/* ____Search */
/* ____Testimonial */
/* Google Fonts */
@import url("https://fonts.googleapis.com/css?family=Montserrat:500,700|Open+Sans");
html {
overflow-x: hidden;
}


h1, h2, h3, h4 {
font-size: 29px;
font-weight: 700;
/*! font-family: 'Montserrat', sans-serif; */
}

a {
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}

a:hover {
text-decoration: none;
}

a a:focus {
outline: none;
}

p {
font-weight: 400;
/*! font-family: 'Open Sans', sans-serif; */
margin: 0px;
/*! font-size: 14px; */
}

ul, ol {
list-style: outside none none;
margin: 0;
padding: 0;
}

ul li, ol li {
list-style: none;
}

.hero-heading {
font-size: 40px;
font-weight: 700;
color: #fff;
text-transform: capitalize;
line-height: 70px;
letter-spacing: 0.1rem;
}

.hero-sub-heading {
font-size: 20px;
font-weight: 400;
color: #e6e6e6;
line-height: 45px;
letter-spacing: 0.1rem;
}

.section-titile-bg {
display: inline;
font-size: 115px;
font-weight: 700;
height: 100%;
left: -173px;
opacity: 0.1;
position: absolute;
top: -14px;
width: 100%;
text-align: center;
}

.section-title-header p {
text: center;
font-weight: 400;
line-height: 26px;
padding-bottom: 36px;
}

.section-title {
font-size: 30px;
color: #333;
line-height: 52px;
font-weight: 700;
padding-bottom: 15px;
margin-bottom: 30px;
text-align: center;
text-transform: uppercase;
position: relative;
}

.section-title:before {
position: absolute;
content: '';
height: 1px;
width: 45px;
left: 50%;
bottom: 10px;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
background-color: var(--mainColor);
}

.section-subcontent {
font-size: 16px;
text: center;
font-weight: 400;
line-height: 26px;
padding-bottom: 36px;
}

.section-sub {
text-transform: uppercase;
font-size: 24px;
line-height: 52px;
padding-bottom: 15px;
margin-bottom: 30px;
position: relative;
}

.section-sub:before {
position: absolute;
content: '';
height: 1px;
width: 45px;
left: 50%;
bottom: 10px;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
background-color: var(--mainColor);
}

.subtitle {
font-size: 15px;
margin-top: 20px;
font-weight: 500;
margin-bottom: 10px;
}

.inner-title {
font-size: 24px;
font-weight: 700;
text-tranform: capitalize;
}

.page-tagline {
font-size: 24px;
font-weight: 400;
color: #ddd;
}

.page-title {
font-size: 62px;
font-weight: 700;
color: #fff;
}

.btn {
font-size: 14px;
padding: 7px 20px;
cursor: pointer;
font-weight: 400;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
display: inline-block;
}

.btn:focus,
.btn:active {
box-shadow: none;
outline: none;
color: #fff;
}

.btn-common {
background-color: var(--mainColor);
position: relative;
color: #fff;
z-index: 1;
border-radius: 50px;
transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-webkit-transition: all .2s ease-in-out;
}

.btn-common:hover {
color: #fff;
box-shadow: 0 6px 22px rgba(0, 0, 0, 0.1);
}

.btn-border {
color: #484848;
background-color: transparent;
border: 2px solid #484848;
border-radius: 4px;
padding: 7px 20px;
}

.btn-border:hover {
color: #fff;
background-color: rgba(255, 255, 255, 0.2);
}

.btn-lg {
padding: 14px 33px;
text-transform: uppercase;
font-size: 16px;
}

.btn-rm {
padding: 8px 16px;
text-transform: capitalize;
}

button:focus {
outline: none !important;
}

.icon-close, .icon-check {
color: var(--mainColor);
}

.bg-drack {
background: #fafafa;
}

.bg-white {
background: #fff;
}

.mb-30 {
margin-bottom: 30px;
}

.mt-30 {
margin-top: 30px;
}

/* ScrollToTop */
a.back-to-top {
display: none;
position: fixed;
bottom: 18px;
right: 15px;
text-decoration: none;
}

a.back-to-top i {
display: block;
font-size: 22px;
width: 40px;
height: 40px;
line-height: 40px;
color: #fff;
background: var(--mainColor);
border-radius: 50px;
text-align: center;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
}

a.back-to-top:hover, a.back-to-top:focus {
text-decoration: none;
}

.owl-carousel .item {
margin: 5px;
}

.owl-carousel.item img {
display: block;
width: 50%;
height: auto;
}

.owl-carousel .owl-controls .owl-page {
display: inline-block;
}

.owl-carousel .owl-controls .owl-page span {
background: none repeat scroll 0 0 #fff;
border-radius: 2px;
display: block;
height: 12px;
margin: 5px 7px;
opacity: 0.5;
width: 12px;
}

/* Preloader */
#preloader {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #fff;
z-index: 9999999;
}

.loader {
top: 50%;
width: 50px;
height: 50px;
border-radius: 100%;
position: relative;
margin: 0 auto;
}

#loader-1:before, #loader-1:after {
content: "";
position: absolute;
top: -10px;
left: -10px;
width: 100%;
height: 100%;
border-radius: 100%;
border: 7px solid transparent;
border-top-color: var(--mainColor);
}

#loader-1:before {
z-index: 100;
animation: spin 2s infinite;
}

#loader-1:after {
border: 7px solid #fafafa;
}

@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);
}
}

.section-padding {
padding: 30px 0;
}

.page-header {
padding: 115px 0px 45px;
position: relative;
}

.page-header:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
/*! background: #333333d9; */
}

.page-header .breadcrumb-wrapper {
text-align: center;
}

.page-header .breadcrumb-wrapper .product-title {
font-size: 30px;
line-height: 38px;
font-weight: 700;
letter-spacing: 1px;
color: #fff;
}

.page-header .breadcrumb-wrapper .breadcrumb {
font-size: 14px;
color: var(--mainColor);
border-radius: 0px;
background: transparent;
padding: 5px 0px;
z-index: 1;
}

.page-header .breadcrumb-wrapper .breadcrumb li {
display: inline-block;
}

.page-header .breadcrumb-wrapper .breadcrumb li a {
color: #fff;
padding-right: 5px;
}

#color-style-switcher .bottom a.settings {
color: var(--mainColor);
}

@-webkit-keyframes fadeIn {
from {
  opacity: 0;
}
to {
  opacity: 1;
}
}

@keyframes fadeIn {
from {
  opacity: 0;
}
to {
  opacity: 1;
}
}

.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
}

#roof {
background: #ddd;
padding: 15px 0;
}

#roof .info-bar-address {
font-size: 14px;
}

#roof .quick-contacts span {
margin-right: 10px;
}

#roof .quick-contacts span a {
color: #333;
}

#roof .quick-contacts span a:hover {
color: #E91E63;
}

#roof .quick-contacts span i {
margin-right: 5px;
vertical-align: middle;
font-size: 15px;
}

.menu-bg {
background: #fff;
box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);
}

.menu-bg .navbar-nav .nav-link {
color: #333 !important;
}

.bg-black {
background: #111011;
}

.navbar-brand {
position: relative;
padding: 0px;
}

.navbar-brand img {
width: 200px;
}

.top-nav-collapse {
background: #fff0;
z-index: 999999;
top: 0px !important;
/*! min-height: 58px; */
/*! box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06); */
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
/*! background: #fff !important; */
}

.top-nav-collapse .navbar-brand {
top: 0px;
}

.top-nav-collapse .navbar-nav .nav-link {
color: black;
}

.top-nav-collapse .navbar-nav .nav-link:hover {
color: var(--mainColor) !important;
}

.top-nav-collapse .navbar-nav li.active a.nav-link {
color: #fff !important;
}

.indigo {
background: transparent;
}

.navbar-expand-lg .navbar-nav .nav-link {
font-size: 14px;
color: rgba(0,0,0,.8);
/*! padding: 8px 20px; */
/*! letter-spacing: 0.5px; */
/*! margin-top: 20px; */
/*! margin-bottom: 20px; */
/*! border-radius: 30px; */
/*! line-height: 37px; */
text-transform: uppercase;
/*! background: transparent; */
font-weight: 400;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
/*! border-left: 1px solid rgba(0,0,0,.1); */
}

.navbar-expand-lg .navbar-nav li a:hover,
.navbar-expand-lg .navbar-nav li .active > a,
.navbar-expand-lg .navbar-nav li a:focus {
color: var(--mainColor);
outline: none;
}

.navbar {
padding: 0;
}

.navbar li.active a.nav-link {
color: #fff !important;
background: var(--mainColor);
border-radius: 30px;
}

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

.dropdown-menu {
margin: 0;
padding: 10px;
display: none;
position: absolute;
z-index: 99;
min-width: 190px;
border: none;
background-color: #fff;
white-space: nowrap;
border-radius: 4px;
-webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.08);
-moz-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.08);
box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.08);
animation: fadeIn 0.4s;
-webkit-animation: fadeIn 0.4s;
-moz-animation: fadeIn 0.4s;
-o-animation: fadeIn 0.4s;
-ms-animation: fadeIn 0.4s;
}

.dropdown-menu:before {
position: absolute;
top: -8px;
left: 22px;
display: block;
content: "";
width: 0px;
height: 0px;
border-style: solid;
border-width: 0px 9px 8px;
border-color: transparent transparent #fff;
box-sizing: border-box;
}

.dropdown:hover .dropdown-menu {
display: block;
position: absolute;
text-align: left;
top: 100%;
animation: fadeIn 0.4s;
-webkit-animation: fadeIn 0.4s;
-moz-animation: fadeIn 0.4s;
-o-animation: fadeIn 0.4s;
-ms-animation: fadeIn 0.4s;
background: #ffffff;
}

.dropdown .dropdown-menu .dropdown-item {
width: 100%;
padding: 6px 12px;
margin-bottom: 2px;
border-radius: 4px;
font-size: 14px;
color: #666;
text-decoration: none;
display: inline-block;
float: left;
letter-spacing: 0.5px;
clear: both;
position: relative;
outline: 0;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
}

.dropdown .dropdown-item:focus,
.dropdown .dropdown-item:hover,
.dropdown .dropdown-item.active {
background: var(--mainColor);
color: #fff !important;
}

.dropdown-item.active, .dropdown-item:active {
background: transparent;
}

.tg-btn, .ds-header a
{
color: #ffffff;
font-size: 14px;
padding: 8px 30px;
margin-left: 10px;
position: relative;
background: var(--mainColor);
text-align: center;
/*! border-radius: 30px; */
display: inline-block;
text-transform: capitalize;
/*! border-radius: 50px; */
}

.tg-btn:hover {
color: #fff !important;
box-shadow: 0 6px 22px rgba(0, 0, 0, 0.1);
}

.tg-btn i {
margin-right: 3px;
}

.sign-in {
display: inline-table;
}

.sign-in li {
display: inline-block;
margin-right: 5px;
}

.sign-in li .nav-link {
color: var(--mainColor);
font-weight: 400;
font-size: 14px;
display: inline-block;
padding: 3px 14px 3px;
background: #fff;
border-radius: 30px;
margin-top: 20px;
margin-bottom: 20px;
}

.sign-in li .nav-link:hover {
color: #02ab55 !important;
}

.sign-in li .nav-link i {
margin-right: 5px;
}

.sign-in .dropdown .dropdown-menu .dropdown-item i {
margin-right: 5px;
}

.fadeInUpMenu {
-webkit-animation-name: fadeInUpMenu;
animation-name: fadeInUpMenu;
}

.slicknav_btn {
border-color: var(--mainColor);
}

.slicknav_menu .slicknav_icon-bar {
background: var(--mainColor);
}

/* only small tablets */
@media (min-width: 768px) and (max-width: 991px) {
#nav-main li a.nav-link {
  padding-top: 18px;
}
}


.mobile-menu {
display: none;
}

.slicknav_menu {
display: none;
}

@media screen and (max-width: 991px) {
.navbar-header {
  width: 100%;
}
.navbar-brand {
  padding: 0px 15px;
  top: 0;
}
.navbar-brand img {
  width: 75%;
}
.slicknav_menu {
  display: block;
}
}

@media screen and (max-width: 768px) {
.navbar-header {
  width: 100%;
}
.navbar-brand {
  padding: 0px 15px;
  top: 0;
  display: flex !important;
}
   .products article
   {


   }
.navbar-brand img {
  width: 40% !important;
}
#mobile-menu {
  display: none;
}
.slicknav_menu {
  display: block;
}
.slicknav_nav .active a {
  background: #E91E63;
  color: #fff;
}
.slicknav_nav .dropdown li a.active {
  background: #f5f5f5;
  color: #E91E63;
}
}

/* ==========================================================================
3. Hero Area
========================================================================== */
#hero-area {
/*! background: url(../img/hero-area.jpg) no-repeat; */
background-size: cover;
color: #fff;
overflow: hidden;
/*! position: relative; */
background-repeat: no-repeat !important;
}

#hero-area .overlay {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #301123b5;
}
.contents h1
{
font-size: 35px;
color: #464545;

}
.contents p
{
margin: 8px 0;
font-size: 14px !important;
}
#hero-area .contents {
padding: 80px 0 210px;
text-align: center;
justify-content: center !important;
}

#hero-area .contents .head-title {
color: #3c3a3a;
font-size: 50px;
font-weight: 700;
text-transform: uppercase;
margin-bottom: 15px;
}

#hero-area .contents span.year {
color: var(--mainColor);
}

#hero-area .contents p {
font-size: 16px;
color: #535252;
font-weight: 400;
line-height: 26px;
}


.contents-text .dsc {
font-size: 18px;
color: #fff;
font-weight: 100;
margin-bottom: 20px;
}

.contents-text .heading-title {
color: #fff;
font-size: 28px;
font-weight: 500;
margin-bottom: 30px;
}

.category-icon-item .icon-box {
text-align: center;
padding: 15px 10px;
background: rgba(128,128,128,.5);
border-radius: 4px;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}

.category-icon-item .icon-box .icon {
margin-bottom: 10px;
}

.category-icon-item .icon-box .icon i {
color: #fff;
font-size: 42px;
line-height: normal;
width: auto;
height: auto;
}

.category-icon-item .icon-box h4 {
font-size: 14px;
color: #ffffff;
line-height: 15px;
font-weight: 500;
overflow: hidden;
margin-bottom: 0;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}

.category-icon-item .icon-box:hover {
background: var(--mainColor);
}

.classiser-search-bar {
margin: 0;
}

.classiser-search-bar .search-inner {
border-radius: 3px;
margin: 0;
border: 0;
padding: 20px;
position: relative;
background: rgba(128,128,128,.5);
}

.classiser-search-bar .search-inner h4 {
color: #fff;
margin-top: 0;
font-size: 22px;
margin-bottom: 20px;
}

.classiser-search-bar .form-group {
width: 100%;
float: left;
padding: 0 0 0 52px;
background: #fff;
border-radius: 50px;
margin-bottom: 20px;
}

.classiser-search-bar .inputwithicon {
position: relative;
}

.classiser-search-bar .inputwithicon i {
top: 0;
left: 20px;
z-index: 2;
position: absolute;
font-size: 20px;
line-height: 50px;
}

.classiser-search-bar .btn-common {
padding: 0;
z-index: 2;
border-radius: 50px;
border: none;
cursor: pointer;
line-height: 50px;
text-align: center;
text-transform: uppercase;
transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
}

.classiser-search-bar .inputwithicon i {
top: 0;
left: 0;
z-index: 2;
color: var(--mainColor);
position: absolute;
left: 20px;
font-size: 20px;
line-height: 50px;
}

.classiser-search-bar .select {
color: #666;
float: left;
width: 100%;
position: relative;
text-transform: uppercase;
}

.classiser-search-bar .select select {
border: 0;
height: 50px;
border-radius: 50px;
font-size: 15px;
line-height: 30px;
padding: 10px 15px 15px 0;
background: #ffffff;
z-index: 1;
width: 100%;
position: relative;
appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
}

.classiser-search-bar .form-group .form-control,
.classiser-search-bar .form-group .select select:focus {
outline: none;
box-shadow: none;
}

.classiser-search-bar .select:after {
top: 7px;
right: 15px;
z-index: 2;
color: #666;
display: block;
content: '\e93a';
position: absolute;
text-align: center;
font-size: inherit;
line-height: 40px;
font-family: 'LineIcons';
}

.classiser-search-bar .form-group .form-control,
.classiser-search-bar .form-group select {
border: 0;
height: 50px;
width: 100%;
border-radius: 50px;
font-size: 15px;
line-height: 30px;
padding: 10px 15px 15px 5px;
background: #ffffff;
}

/* Feateured Product */
.featured-box {
width: 100%;
background: #fff;
box-shadow: 0px 2px 18px 0px rgba(198, 198, 198, 0.3);
margin-bottom: 15px;
margin-top: 15px;
}

.featured-box figure {
margin: 0;
width: 100%;
float: left;
position: relative;
}

.featured-box figure .icon i {
top: 10px;
right: 10px;
z-index: 2;
color: #fff;
font-size: 17px;
font-weight: 500;
text-align: center;
position: absolute;
background: var(--mainColor);
padding: 10px;
display: inline-block;
border-radius: 50%;
}

.featured-box .feature-content {
display: inline-block;
padding: 0px 20px 10px;
}

.featured-box .feature-content .product {
width: 100%;
float: left;
font-size: 13px;
line-height: 18px;
list-style: none;
margin: 0 0 12px;
padding: 15px 0 10px;
border-bottom: 1px solid #eee;
}

.featured-box .feature-content .product a {
color: #333;
}

.featured-box .feature-content .product a i {
margin-right: 5px;
}

.featured-box .feature-content h4 {
font-size: 16px;
line-height: 20px;
text-transform: uppercase;
}

.featured-box .feature-content h4 a {
color: #333;
}

.featured-box .feature-content h4 a:hover {
color: var(--mainColor);
}

.featured-box .feature-content span {
margin-bottom: 10px;
display: block;
font-size: 13px;
color: #999;
}

.featured-box .feature-content ul.address {
margin-bottom: 10px;
display: inline-block;
}

.featured-box .feature-content ul.address li {
float: left;
width: 50%;
line-height: 30px;
color: #999;
}

.featured-box .feature-content ul.address li i {
margin-right: 5px;
}

.featured-box .feature-content ul.address li a {
color: #999;
}

.featured-box .feature-content ul.address li a:hover {
color: var(--mainColor);
}

.featured-box .feature-content .listing-bottom {
padding-top: 15px;
border-top: 1px solid #eee;
display: inline-block;
width: 100%;
}

.featured-box .feature-content .listing-bottom .price {
font-size: 18px;
color: var(--mainColor);
margin: 0;
line-height: 30px;
}

.featured-box .feature-content .listing-bottom .btn-verified {
color: #999;
line-height: 18px;
font-size: 13px;
border: 1px solid #eee;
padding: 4px 10px;
border-radius: 50px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}

.featured-box .feature-content .listing-bottom .btn-verified i {
margin-right: 3px;
color: var(--mainColor);
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}

.featured-box .feature-content .listing-bottom .btn-verified:hover {
background: var(--mainColor);
border-color: var(--mainColor);
color: #fff;
}

.featured-box .feature-content .listing-bottom .btn-verified:hover i {
color: #fff;
}

/* ==========================================================================
 Featured Listings Styles
 ========================================================================== */
.featured-lis {
background: #fafafa;
}

.product-item {
background: #ffffff;
}

.product-item .carousel-thumb {
display: block;
position: relative;
z-index: 99;
overflow: hidden;
-webkit-transition: all .4s ease;
-moz-transition: all .4s ease;
-ms-transition: all .4s ease;
-o-transition: all .4s ease;
transition: all .4s ease;
}

.product-item .carousel-thumb .overlay {
position: absolute;
background-color: rgba(255, 255, 255, 0.4);
text-align: center;
top: 0;
left: 0;
z-index: 999;
bottom: -1px;
right: 0;
opacity: 0;
-webkit-transition: all .4s ease;
-moz-transition: all .4s ease;
-ms-transition: all .4s ease;
-o-transition: all .4s ease;
transition: all .4s ease;
}

.product-item .carousel-thumb .btn-product a {
padding: 5px 18px;
border-radius: 20px;
left: 14px;
font-weight: 700;
position: absolute;
top: 12px;
z-index: 999;
}

.product-item .carousel-thumb:hover {
border-color: var(--mainColor);
}

.product-item .carousel-thumb:hover .overlay {
opacity: 1;
visibility: visible;
}

.product-item .carousel-thumb:hover i {
opacity: 1;
visibility: visible;
}

.product-item .product-content {
padding: 15px 15px 0;
position: relative;
}

.product-item .product-content a {
color: #999;
font-size: 14px;
font-weight: 400;
margin-right: 5px;
}

.product-item .product-content a i {
margin-right: 5px;
}

.product-item .product-title {
margin: 0;
overflow: hidden;
font-size: 14px;
padding: 10px 0;
position: relative;
text-overflow: ellipsis;
white-space: nowrap;
}

.product-item .product-title a {
color: #484848;
font-weight: 700;
font-size: 14px;
}

.product-item .product-title a:hover {
color: var(--mainColor);
}

.product-item p {
margin-bottom: 10px;
}

.product-item .price {
position: absolute;
top: 30px;
right: 20px;
color: var(--mainColor);
display: block;
font-size: 18px;
font-weight: 700;
}

.product-item .icon-wrap {
margin-right: 5px;
color: var(--mainColor);
}

.product-item .card-text {
width: 100%;
display: inline-block;
margin-top: 15px;
padding: 15px 0;
border-top: 1px solid #f1f1f1;
}

.product-item .card-text .icon {
color: var(--mainColor);
font-size: 15px;
margin-right: 5px;
}

.bg-red a {
background: #ff6670;
color: #fff !important;
}

.bg-yellow a {
background: #FFC107;
color: #fff !important;
}

#new-products .owl-controls .owl-buttons {
position: relative;
top: -215px;
left: 0;
}

#new-products .owl-controls .owl-buttons div.owl-prev {
float: left;
margin-left: -45px;
}

#new-products .owl-controls .owl-buttons div.owl-next {
float: right !important;
margin-right: -45px;
}

.owl-theme .owl-controls .owl-buttons div {
width: 40px;
height: 40px;
display: block !important;
background: var(--mainColor) !important;
text-align: center;
display: inline-block;
opacity: 1 !important;
border-radius: 50px !important;
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.18), 0 2px 5px 0 rgba(0, 0, 0, 0.15);
transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
}

.owl-theme .owl-controls .owl-buttons div:hover {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
opacity: 0.8 !important;
}

.owl-theme .owl-controls .owl-buttons div i {
color: #fff;
font-size: 16px;
line-height: 40px;
}

#featured {
background-color: #fafafa;
}

#featured .featured-box {
margin-top: 0;
}

.futere-ad-widget {
position: relative;
overflow: hidden;
color: #ffffff;
}

.futere-ad-widget img {
height: auto;
max-width: 100%;
border: none;
-webkit-border-radius: 0;
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
}

.futere-ad-widget .ctl-content-wrapper {
background: none;
position: absolute;
z-index: 2;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 30px;
background: -moz-linear-gradient(top, rgba(1, 1, 25, 0.65) 0, rgba(1, 1, 25, 0.3) 100%);
background: -webkit-linear-gradient(top, rgba(1, 1, 25, 0.65) 0, rgba(1, 1, 25, 0.3) 100%);
background: linear-gradient(to bottom, rgba(1, 1, 25, 0.65) 0, rgba(1, 1, 25, 0.3) 100%);
box-shadow: 0 0 black;
}

.futere-ad-widget .ctl-content-wrapper .icon {
margin-bottom: 20px;
}

.futere-ad-widget .ctl-content-wrapper .icon i {
font-size: 40px;
}

.futere-ad-widget .ctl-content-wrapper .ctl-content h3 {
font-size: 26px;
font-weight: 600;
line-height: normal;
}

.futere-ad-widget .ctl-content-wrapper .ctl-content p {
display: block;
margin-bottom: 30px;
}

.futere-ad-widget .ctl-content-wrapper .ctl-button {
position: absolute;
bottom: 30px;
}

.categories-list-ad {
margin-top: 30px;
}

.categories-list-ad .widget-title {
font-size: 20px;
}

.categories-list-ad .categories-list {
padding: 10px 20px 20px 20px;
margin-top: 30px;
background-color: #ffffff;
box-shadow: 0px 2px 18px 0px rgba(198, 198, 198, 0.3);
}

.categories-list-ad .categories-list li {
clear: both;
overflow: hidden;
padding: 8px 0;
border-bottom: 1px solid #eee;
}

.categories-list-ad .categories-list li a {
color: #2d2d2d;
}

.categories-list-ad .categories-list li a i {
margin-right: 5px;
}

.categories-list-ad .categories-list li a:hover {
color: var(--mainColor);
}

.categories-list-ad .categories-list li:last-child {
border-bottom: none;
}

/* Trending Categories Section Start */
.trending-cat {
background: #fafafa;
}

.contents-ctg {
padding: 110px 0 160px;
}

.box {
background: #fff;
color: #666;
float: left;
margin: 0 0 30px;
padding: 30px 0;
text-align: center;
width: 100%;
webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
-ms-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
}

.box .icon {
/*! margin: 0 auto 20px; */
/*! background: #e4f5ff; */
border-radius: 10px;
}

.box .icon img {
height: 60px;
max-width: 60px;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
-ms-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
}

.box .icon i {
font-size: 40px;
webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
-ms-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
}

.box h4 {
font-size: 18px;
font-weight: 500;
margin: 0;
color: #484848;
webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
-ms-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
}

.box strong {
display: block;
font-weight: 400;
font-size: 14px;
padding: 0 0 10px;
color: #999;
webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
-ms-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
}

.box:hover {
/*! background: var(--mainColor); */
-webkit-box-shadow: 0px 16px 20px 0px rgba(216, 216, 216, 0.75);
-moz-box-shadow: 0px 16px 20px 0px rgba(216, 216, 216, 0.75);
box-shadow: 0px 16px 20px 0px rgba(216, 216, 216, 0.75);
}

.box:hover .icon img {
-webkit-transform: scale(0.9);
-moz-transform: scale(0.9);
-ms-transform: scale(0.9);
-o-transform: scale(0.9);
transform: scale(0.9);
}

.box-hover i,
.box:hover h4,
.box:hover strong {
color: #fff;
}

/* ==========================================================================
Categories Homepage
========================================================================== */
.category-box {
background-color: #fff;
margin: 30px 0;
min-height: 277px;
box-shadow: 0px 2px 18px 0px rgba(198, 198, 198, 0.3);
border-radius: 0;
position: relative;
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
-ms-transition: all .2s linear;
-o-transition: all .2s linear;
transition: all .2s linear;
}

.category-box .icon {
text-align: center;
position: absolute;
top: -25px;
margin: 0 auto;
width: 100%;
}

.category-box .icon i {
display: inline-block;
font-size: 22px;
background: var(--mainColor);
width: 52px;
height: 52px;
color: #fff;
line-height: 48px;
box-shadow: 3px 6px 6px rgba(0, 0, 0, 0.25);
}

.category-box .category-header {
width: 100%;
display: inline-block;
text-align: center;
padding: 40px 15px 20px;
border-bottom: 1px solid #eee;
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
-ms-transition: all .2s linear;
-o-transition: all .2s linear;
transition: all .2s linear;
}

.category-box .category-header h4 {
font-size: 14px;
font-weight: 500;
margin-top: 5px;
margin-bottom: 0;
color: #333;
}

.category-box .category-header h4:hover {
color: var(--mainColor);
}

.category-box .category-content {
margin: 0;
padding: 15px;
}

.category-box .category-content li {
list-style: none;
margin-bottom: 2px;
font-weight: 400;
font-size: 13px;
}

.category-box .category-content li a {
display: flex;
align-items: center;
color: #888;
}

.category-box .category-content li a:hover {
color: var(--mainColor);
}

.category-box .category-content li a span:first-child {
flex-grow: 1;
}

.category-box .category-counter {
margin-right: 15px;
}

.category-counter {
font-size: 12px;
color: #888;
float: right;
}

#list-view .featured-box {
display: inline-block;
}

#list-view .featured-box figure {
float: left;
width: 49%;
}

#list-view .featured-box .feature-content {
float: left;
text-align: left;
padding: 0px 15px 10px 30px;
width: 49.667%;
}

#list-view .list-box figure {
float: left;
width: 38%;
}

#list-view .list-box figure img {
height: 218px;
width: 100%;
}

#list-view .list-box .feature-content {
float: left;
text-align: left;
padding: 0px 0px 0px 0px;
width: 58%;
margin-left: 20px;
}

.product-filter {
margin-bottom: 10px;
background: #fafafa;
display: inline-block;
width: 100%;
padding: 10px 15px;
line-height: 20px;
}

.product-filter .nav-tabs {
float: right;
margin-right: 10px;
border: none;
}

.product-filter .nav-tabs .nav-link {
font-size: 22px;
border: none;
padding: 2px 10px;
border-radius: 4px;
color: #999;
background: transparent;
}

.product-filter .nav-tabs .nav-item.show .nav-link,
.product-filter .nav-tabs .nav-link.active {
border: none;
color: #fff;
color: var(--mainColor);
}

.product-filter .short-name {
display: inline-block;
color: #999;
}

.product-filter .short-name span {
float: left;
margin-right: 5px;
}

.product-filter .short-name .name-ordering {
float: left;
}

.product-filter .Show-item {
float: right;
line-height: 26px;
}

.product-filter .Show-item span {
color: #999;
display: inline-block;
margin-right: 5px;
}

.product-filter .Show-item .woocommerce-ordering {
float: right;
}

.product-filter .Show-item .woocommerce-ordering label {
margin: 0;
}

.product-filter .button, .product-filter select {
font-size: 14px;
font-weight: 400;
color: #333;
}

.categories-icon .icon-box {
text-align: center;
padding: 15px;
margin-bottom: 15px;
border-radius: 4px;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}

.categories-icon .icon-box .icon {
margin-bottom: 15px;
}

.categories-icon .icon-box .icon i {
width: 80px;
height: 60px;
line-height: 60px;
display: inline-block;
color: #999;
font-size: 48px;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}

.categories-icon .icon-box h4 {
font-size: 16px;
color: #484848;
font-weight: 500;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}

.categories-icon .icon-box:hover {
background: var(--mainColor);
box-shadow: 0px 16px 20px 0px rgba(216, 216, 216, 0.75);
}

.categories-icon .icon-box:hover .icon i {
font-size: 42px;
color: #fff;
}

.categories-icon .icon-box:hover h4 {
color: #fff;
}

.ad-categories-inner {
position: relative;
overflow: hidden;
margin-bottom: 30px;
-webkit-transition: background .3s,border .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s;
transition: background .3s,border .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s;
-o-transition: background .3s,border .3s, border-radius .3s,box-shadow .3s;
transition: background .3s,border .3s, border-radius .3s,box-shadow .3s;
transition: background .3s,border .3s, border-radius .3s,box-shadow .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s;
}

.ad-categories-inner:before {
content: '';
left: 0;
top: 0;
width: 100%;
height: 50%;
background-image: -webkit-linear-gradient(top, #323031 0%, transparent 100%);
background-image: -o-linear-gradient(top, #323031 0%, transparent 100%);
background-image: linear-gradient(to bottom, #323031 0%, transparent 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF323031',endColorstr='#00000000',GradientType=0);
position: absolute;
-webkit-transition: all .2s ease-in-out 0s;
-o-transition: all .2s ease-in-out 0s;
transition: all .2s ease-in-out 0s;
opacity: 1;
filter: alpha(opacity=100);
}

.ad-categories-inner:after {
content: '';
width: 100%;
height: 100%;
position: absolute;
background: #323031;
-webkit-transition: all .2s ease-in-out 0s;
-o-transition: all .2s ease-in-out 0s;
transition: all .2s ease-in-out 0s;
top: 0;
left: 0;
opacity: 0;
filter: alpha(opacity=0);
}

.ad-categories-inner .ad-content-inner {
position: absolute;
top: 30px;
left: 40px;
z-index: 2;
}

.ad-categories-inner .ad-content-inner .info-title {
font-size: 20px;
margin: 0 0 5px;
color: #fff;
font-weight: 500;
}

.ad-categories-inner .ad-content-inner .ad-number {
color: #fff;
font-size: 14px;
}

.ad-categories-inner .icon {
position: absolute;
background: var(--mainColor);
bottom: 30px;
right: 30px;
z-index: 2;
color: #fff;
width: 52px;
height: 52px;
text-align: center;
border-radius: 50%;
line-height: 52px;
font-size: 22px;
}

.ad-categories-inner:active:after, .ad-categories-inner:hover:after {
opacity: .6;
filter: alpha(opacity=60);
}

.page-sidebar .widget {
background-color: #fafafa;
margin-bottom: 30px;
}

.page-sidebar .widget .widget-title {
padding: 17px 25px;
margin-top: 0;
margin-bottom: 0;
font-size: 20px;
font-weight: 500;
border-bottom: 1px solid #f1f1f1;
}

.page-sidebar .categories-list {
padding: 20px;
}

.page-sidebar .categories-list li {
padding: 7px 0;
}

.page-sidebar .categories-list li a {
text-decoration: none;
color: #888;
width: 100%;
display: inline-block;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
}

.page-sidebar .categories-list li a:hover {
color: var(--mainColor);
}

.page-sidebar .categories-list li a i {
margin-right: 5px;
}

.page-sidebar .categories-list li .category-counter {
font-size: 12px;
}

.page-sidebar .add-box {
padding: 20px;
}

.widget_search {
margin-bottom: 30px;
}

/* Services Item */
.services-item {
padding: 30px 15px;
background: #fafafa;
text-align: center;
margin-bottom: 30px;
border-radius: 4px;
border-bottom: 3px solid #f1f1f1;
transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
-webkit-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
}

.services-item .icon i {
background: var(--mainColor);
width: 60px;
height: 60px;
display: inline-block;
line-height: 60px;
font-size: 30px;
border-radius: 50px;
color: #fff;
box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.25);
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
-webkit-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
}

.services-item .services-content h3 {
margin-bottom: 5px;
}

.services-item .services-content h3 a {
font-size: 16px;
text-transform: uppercase;
color: #484848;
}

.services-item .services-content h3 a:hover {
color: var(--mainColor);
}

.services-item:hover {
border-color: var(--mainColor);
}

.services-item:hover .icon i {
-webkit-transform: scale(0.9);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(0.9);
}

.services-tow-area {
background: #fff;
box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.05);
border-radius: 3px;
}

.services-tow-area .service-two-item-wrapper {
padding: 0;
border-right: 1px solid #ededed;
}

.services-tow-area .service-two-item-wrapper:last-child {
border-right: none;
}

.services-tow-area .service-two-item-wrapper .icon {
margin-bottom: 15px;
-webkit-transition: all .2s ease-in-out 0s;
-o-transition: all .2s ease-in-out 0s;
transition: all .2s ease-in-out 0s;
}

.services-tow-area .service-two-item-wrapper .icon i {
font-size: 60px;
color: var(--mainColor);
display: inline-block;
}

.services-tow-area .service-two-item-wrapper .services-item-two {
padding: 40px 30px;
overflow: hidden;
}

.services-tow-area .service-two-item-wrapper .services-item-two .services-content {
-webkit-transition: transform .5s;
-o-transition: transform .5s;
transition: transform .5s;
}

.services-tow-area .service-two-item-wrapper .services-item-two .services-content h3 {
margin-bottom: 10px;
}

.services-tow-area .service-two-item-wrapper .services-item-two .services-content h3 a {
font-size: 16px;
color: #484848;
}

.services-tow-area .service-two-item-wrapper .services-item-two .services-content h3 a:hover {
color: var(--mainColor);
}

.services-tow-area .service-two-item-wrapper .services-item-two .services-content p {
margin-bottom: 0;
opacity: 0.7;
}

.services-tow-area .service-two-item-wrapper .services-item-two .services-content .service-two-btn {
color: var(--mainColor);
}

.services-tow-area .service-two-item-wrapper .services-item-two .service-two-btn {
display: inline-block;
opacity: 0;
filter: alpha(opacity=0);
visibility: hidden;
}

.services-tow-area > .row {
margin: 0;
}

.services-item-two:hover > .services-content {
-webkit-transform: translateY(-25%);
-moz-transform: translateY(-25%);
-ms-transform: translateY(-25%);
-o-transform: translateY(-25%);
transform: translateY(-25%);
}

.services-item-two:hover .services-content .service-two-btn {
opacity: 1;
filter: alpha(opacity=100);
visibility: visible;
-webkit-transform: translateY(225%);
-moz-transform: translateY(225%);
-ms-transform: translateY(225%);
-o-transform: translateY(225%);
transform: translateY(225%);
}

.services-item-two:hover > .services-content {
-webkit-transform: translateY(-25%);
-moz-transform: translateY(-25%);
-ms-transform: translateY(-25%);
-o-transform: translateY(-25%);
transform: translateY(-25%);
}

.services-item-two .service-two-btn,
.services-item-two .icon {
-webkit-transition: all .2s ease-in-out 0s;
-o-transition: all .2s ease-in-out 0s;
transition: all .2s ease-in-out 0s;
}

.services-item-two:hover .icon {
opacity: 0;
filter: alpha(opacity=0);
}

.details-box .product-img {
position: relative;
}

.details-box .price {
position: absolute;
top: 20px;
right: 5px;
background: var(--mainColor);
padding: 10px 25px;
font-size: 20px;
color: #fff;
font-weight: 500;
}

.details-box .ads-details-info h2 {
font-size: 26px;
font-weight: 700;
line-height: 36px;
}

.details-box .ads-details-info .details-meta span {
display: inline-block;
margin: 11px 0 16px;
}

.details-box .ads-details-info .details-meta span a {
color: #999;
margin-right: 10px;
}

.details-box .ads-details-info .details-meta span a:hover {
color: var(--mainColor);
}

.details-box .ads-details-info .details-meta span a i {
margin-right: 5px;
}

.details-box .ads-details-info .title-small {
font-size: 18px;
font-weight: 500;
}

.details-box .ads-details-info .list-specification {
width: 100%;
display: inline-block;
}

.details-box .ads-details-info .list-specification li {
font-size: 13px;
width: 48%;
box-sizing: border-box;
float: left;
padding: 2px;
position: relative;
margin-bottom: 7px;
margin-right: 5px;
}

.details-box .ads-details-info .list-specification li i {
margin-right: 2px;
}

.details-box .advertisement li {
display: inline-block;
margin-right: 10px;
}

.details-box .advertisement li i {
margin-right: 5px;
}

.details-box .advertisement li a {
color: #484848;
}

.details-box .ads-btn a {
margin-right: 5px;
}

.details-box .ads-btn a i {
margin-right: 5px;
}

.details-box .ads-btn .btn-reply {
background: #0d79bf;
}

.details-box .share span {
float: left;
margin-right: 12px;
line-height: 30px;
font-size: 16px;
font-weight: 700;
}

.details-box .social-link a {
display: inline-block;
color: #fff;
margin-right: 5px;
border-radius: 4px;
background: #fafafa;
width: 32px;
height: 32px;
line-height: 32px;
text-align: center;
}

.details-box .social-link .twitter {
background: #55acee;
}

.details-box .social-link .facebook {
background: #3b5998;
}

.details-box .social-link .google {
background: #dd4b39;
}

.details-box .social-link .linkedin {
background: #007bb5;
}

.details-box .owl-pagination {
position: absolute;
width: 100%;
left: 0;
bottom: -65px;
}

.details-box .owl-theme .owl-controls {
display: inline-block;
width: 100%;
text-align: center;
}

.owl-theme .owl-controls .active .item-link {
border-bottom: 4px solid var(--mainColor);
}

.description-info {
margin-top: 50px;
background: #ffffff;
}

.description-info .description {
background: #fafafa;
padding: 30px;
}

.description-info .description h4 {
font-size: 18px;
font-weight: 700;
}

.description-info .short-info {
background: #fafafa;
padding: 30px;
}

.description-info .short-info h4 {
font-size: 18px;
margin-bottom: 20px;
}

.description-info .short-info ul li {
margin-bottom: 20px;
}

.description-info .short-info ul li i {
font-size: 18px;
margin-right: 10px;
}

.description-info .short-info ul li a {
color: #484848;
font-size: 16px;
}

.description-info .short-info ul li a span {
color: var(--mainColor);
}

.description-info .short-info ul li a:hover {
color: var(--mainColor);
}

.sidebar-box {
background: #fafafa;
width: 100%;
display: inline-block;
margin-bottom: 30px;
}

.sidebar-box .user {
float: left;
width: 100%;
padding: 30px 20px;
position: relative;
margin-bottom: 30px;
background: var(--mainColor);
}

.sidebar-box .user figure {
margin: 0;
float: left;
position: relative;
}

.sidebar-box .user figure img {
border-radius: 50%;
}

.sidebar-box .user .usercontent {
overflow: hidden;
padding: 12px 0 12px 15px;
}

.sidebar-box .user .usercontent h3 {
color: #fff;
font-size: 16px;
text-transform: uppercase;
font-weight: 700;
line-height: 16px;
margin-bottom: 6px;
}

.sidebar-box .user .usercontent h4 {
color: #fff;
font-size: 14px;
font-weight: 500;
line-height: 14px;
}

.sidebar-box .navdashboard {
border-top: 1px solid #495067;
}

.sidebar-box .navdashboard ul {
width: 100%;
}

.sidebar-box .navdashboard ul li {
margin: 0;
width: 100%;
float: left;
position: relative;
line-height: 48px;
}

.sidebar-box .navdashboard ul li a {
color: #484848;
width: 100%;
float: left;
line-height: inherit;
margin-bottom: 3px;
border-left: 3px solid transparent;
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
}

.sidebar-box .navdashboard ul li a span {
text-align: left;
}

.sidebar-box .navdashboard ul li a i {
width: 58px;
display: inline-block;
font-size: 20px;
text-align: center;
vertical-align: middle;
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
}

.sidebar-box .navdashboard ul li a:focus,
.sidebar-box .navdashboard ul li a:hover,
.sidebar-box .navdashboard ul li a.active {
border-color: var(--mainColor);
}

.sidebar-box .navdashboard ul li a:focus i,
.sidebar-box .navdashboard ul li a:hover i,
.sidebar-box .navdashboard ul li a.active i {
color: var(--mainColor);
}

/*==============================================
Dashboard Global Elements
==============================================*/
.dashboard-sections {
padding: 20px 0;
}

.dashboard-sections .dashboardbox {
width: 100%;
float: left;
overflow: hidden;
background: #fff;
position: relative;
border-radius: 4px;
padding: 10px;
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
}

.dashboard-sections .icon {
float: left;
}

.dashboard-sections .icon i {
font-size: 22px;
text-align: center;
line-height: 42px;
width: 42px;
border-radius: 50%;
color: #fff;
height: 42px;
display: inline-block;
background: var(--mainColor);
}

.dashboard-sections .contentbox {
float: left;
margin-left: 10px;
}

.dashboard-sections .contentbox h2 {
font-size: 16px;
font-weight: 500;
margin-bottom: 8px;
}

.dashboard-sections .contentbox h2 a {
color: #484848;
bottom: 10px;
padding: 0 14px 0 0;
}

.dashboard-sections .contentbox h2 a:hover {
color: var(--mainColor);
}

.dashboard-sections .contentbox h3 {
font-size: 15px;
color: #999;
font-weight: 400;
margin: 0;
}

.dashboardbox:hover {
-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}

.inner-box {
background: #fafafa;
}

.dashboard-box {
width: 100%;
display: inline-block;
padding: 10px;
border-bottom: 1px solid #eaedef;
}

.dashboard-box .dashbord-title {
margin: 0;
float: left;
color: #363b4d;
font-size: 20px;
font-weight: 500;
line-height: 20px;
padding: 8px 0 8px 10px;
}

.dashboard-wrapper {
padding: 10px 15px;
}

.dashboard-wrapper .select select {
border: 0;
width: 100%;
border-radius: 0;
background: transparent;
font-size: 16px;
outline: none;
line-height: 30px;
padding: 15px 15px 15px 0;
}

#editor {
position: relative;
}

#editor .panel-default .panel-heading {
padding: 0;
border-radius: 4px;
background: transparent;
border: none;
}

#editor .note-editor.note-frame {
border: 1px solid #ddd;
}

#editor .popover {
display: none;
}

.note-Top {
display: none;
}

.tg-fileuploadlabel {
width: 100%;
padding: 30px;
color: #363b4d;
font-size: 14px;
line-height: 17px;
margin: 0 0 10px;
cursor: pointer;
border-radius: 5px;
border: 3px dashed #eaedef;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
}

.tg-fileuploadlabel span {
display: block;
margin-bottom: 15px;
}

.tg-fileuploadlabel span:first-child {
font-size: 18px;
font-weight: 500;
line-height: 22px;
}

.tg-fileuploadlabel span:first-child(2) {
padding: 15px 0;
}

.tg-fileuploadlabel span:first-child(4) {
color: #363b4d;
font-size: 13px;
line-height: 16px;
margin: 30px 0 0;
}

.tg-fileuploadlabel input[type=file].fileinput {
display: none;
}

.tg-fileuploadlabel .btn {
color: #fff;
padding: 10px 50px;
position: relative;
text-align: center;
margin-bottom: 20px;
overflow: hidden;
border-radius: 23px;
display: inline-block;
vertical-align: middle;
text-transform: capitalize;
}

#tg-photogallery {
display: none;
}

.checkbox {
font-size: 12px;
}

.checkbox a {
font-size: 12px;
color: #999;
}

.checkbox a:hover {
color: var(--mainColor);
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
background-color: var(--mainColor);
}

label {
display: inline;
}

.tg-checkbox {
margin-bottom: 10px;
}

.tg-checkbox a {
font-size: 13px;
color: #333;
}

.tg-inputwithicon .tg-select {
color: #666;
width: 100%;
position: relative;
text-transform: uppercase;
}

.tg-inputwithicon .tg-select:after {
top: 10px;
right: 15px;
z-index: 2;
color: #666;
display: block;
content: '\e93a';
position: absolute;
text-align: center;
font-size: inherit;
line-height: 40px;
font-family: 'LineIcons';
}

.tg-inputwithicon .tg-select select {
border: 0;
border-radius: 0;
font-size: 16px;
width: 100%;
line-height: 30px;
background: #ffffff;
z-index: 1;
width: 100%;
position: relative;
appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
}

.dashboard-wrapper .tg-inputwithicon .tg-select:after {
top: 2px;
}

.dashboard-wrapper .tg-select select:focus {
outline: none;
}

/*==============================================
Dashboard My Ads
==============================================*/
.nav-table {
width: 100%;
display: inline-block;
margin: 10px 0 20px;
}

.nav-table ul li {
float: left;
margin-right: 15px;
position: relative;
}

.nav-table ul li a {
color: var(--mainColor);
padding: 7px 16px;
display: inline-block;
border: 1px solid #eaedef;
border-radius: 4px;
}

.nav-table ul li a:hover,
.nav-table ul li.active a {
background: var(--mainColor);
color: #fff;
}

.dashboardtable tbody tr {
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
}

.dashboardtable thead tr th {
color: #484848;
font-size: 14px;
font-weight: 700;
line-height: 20px;
text-align: left;
padding: 15px 10px;
background: transparent;
vertical-align: middle;
border-bottom: none;
}

.dashboardtable thead tr th .checkbox,
.dashboardtable tbody tr td .checkbox {
width: 20px;
height: 20px;
}

.dashboardtable tbody tr td,
.dashboardtable tbody tr td h3 {
color: #484848;
font-size: 15px;
font-weight: 500;
line-height: 20px;
vertical-align: middle;
margin: 0;
}

.dashboardtable tbody tr td h3 + span {
color: #666;
display: block;
font-size: 12px;
font-weight: 500;
line-height: 16px;
}

.photo {
width: 110px;
display: block;
}

.adcategories {
min-width: 110px;
display: block;
}

.adstatus {
width: 80px;
color: #fff;
display: block;
font-size: 13px;
font-weight: 500;
line-height: 30px;
border-radius: 30px;
text-align: center;
text-transform: uppercase;
}

.adstatusinactive {
color: #363b4d;
background: #f7f7f7;
}

.adstatusactive {
background: var(--mainColor);
}

.adstatusexpired {
background: #fc9209;
}

.adstatusdeleted {
background: #f91942;
}

.adstatussold {
background: #363b4d;
}

.btns-actions {
min-width: 150px;
width: 100%;
float: left;
margin: -5px 0;
}

.btns-actions .btn-action {
margin: 5px;
width: 40px;
height: 40px;
float: left;
color: #363b4d;
line-height: 40px;
border-radius: 50px;
background: #f7f7f7;
text-align: center;
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
}

.btns-actions .btn-action i {
display: block;
line-height: 40px;
}

.dashboardtable tbody tr:hover .btn-delete {
background: #f91942;
color: #fff;
}

.dashboardtable tbody tr:hover .btn-edit {
background: #363b4d;
color: #fff;
}

.dashboardtable tbody tr:hover .btn-view {
background: #00cc67;
color: #fff;
}

.dashboardtable tbody tr:hover {
-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}

.form-dashboard {
padding: 0px 5px 15px;
}

.form-dashboard .privacy-box .dashboardholder {
border: 1px solid #ddd;
padding: 15px;
}

.form-dashboard .privacy-box .dashboardholder ul {
margin-bottom: 20px;
}

.form-dashboard .privacy-box .dashboardholder ul li {
margin-bottom: 15px;
}

.form-dashboard .privacy-box .dashboardholder ul li .checkbox span {
font-size: 14px;
margin-left: 8px;
}

.dashboardboxtitle h2 {
font-size: 16px;
margin-bottom: 20px;
font-weight: 500;
}

.offers-messages {
border: 1px solid #ddd;
padding: 0px 0 15px;
}

.offers-messages .offers-box {
padding: 15px 0;
display: inline-block;
border-right: 1px solid #ddd;
}

.offers-user-online .offerer {
width: 100%;
float: left;
cursor: pointer;
position: relative;
margin: 0px;
padding: 10px;
}

.offers-user-online .offerer figure {
float: left;
margin: 0px;
overflow: hidden;
border-radius: 50%;
margin-right: 20px;
box-shadow: 0px 2px 12px 0px rgba(198, 198, 198, 0.3);
border: 2px solid #fff;
position: relative;
}

.offers-user-online .offerer figure img {
height: auto;
max-width: 100%;
}

.offers-user-online .offerer .bolticon {
width: 8px;
height: 8px;
background: var(--mainColor);
border-radius: 50%;
position: absolute;
top: 18px;
left: 15px;
}

.offers-user-online .offerer .user-name {
padding: 10px 0;
}

.offers-user-online .offerer .user-name h3 {
color: #484848;
font-size: 15px;
font-weight: 500;
line-height: 20px;
overflow: hidden;
}

.offers-user-online .offerer .user-name h4 {
font-size: 14px;
}

.offers-user-online .offerer .user-name h4 a {
color: var(--mainColor);
}

.chat-message-box {
padding: 15px 0;
display: inline-block;
}

.chat-message-box .offerermessage {
width: 100%;
float: left;
position: relative;
}

.chat-message-box .offerermessage figure {
float: left;
margin: 0px;
overflow: hidden;
border-radius: 50%;
margin-right: 20px;
box-shadow: 0px 2px 12px 0px rgba(198, 198, 198, 0.3);
border: 2px solid #fff;
position: relative;
}

.chat-message-box .offerermessage figure img {
height: auto;
max-width: 100%;
}

.chat-message-box .offerermessage .description {
margin-left: 80px;
}

.chat-message-box .offerermessage .description .info {
width: auto;
padding: 10px;
margin: 0px 0px 5px;
background: #fff;
}

.chat-message-box .offerermessage .description .info h3 {
font-size: 16px;
font-weight: 500;
}

.chat-message-box .offerermessage .description .info p {
font-size: 13px;
line-height: 20px;
}

.chat-message-box .offerermessage .description .date {
color: #999;
font-style: italic;
}

.chat-message-box .memessage {
width: 100%;
float: left;
position: relative;
margin: 8px 0px;
padding: 0px 40px;
}

.chat-message-box .memessage figure {
float: right;
overflow: hidden;
border-radius: 50%;
margin-right: 20px;
box-shadow: 0px 2px 12px 0px rgba(198, 198, 198, 0.3);
border: 2px solid #fff;
bottom: 21px;
width: 30px;
height: 30px;
position: absolute;
margin: 0px;
right: 0;
}

.chat-message-box .memessage figure img {
height: auto;
max-width: 100%;
}

.chat-message-box .memessage .description {
margin-left: 80px;
}

.chat-message-box .memessage .description .info {
width: auto;
padding: 10px;
margin: 0px 0px 5px;
background: #fff;
}

.chat-message-box .memessage .description .info h3 {
font-size: 16px;
font-weight: 500;
}

.chat-message-box .memessage .description .info p {
font-size: 13px;
line-height: 20px;
}

.chat-message-box .memessage .description a {
color: #999;
}

.chat-message-box .memessage .description a:hover {
color: var(--mainColor);
}

.chat-message-box .memessage .description .date {
color: #999;
font-style: italic;
}

.replay-box {
float: left;
width: 100%;
border-width: 1px;
border-style: solid;
border-color: #ddd;
}

.replay-box .form-control {
width: 100%;
height: 100px;
font-size: 13px;
line-height: 16px;
border-width: 0px;
border-style: initial;
border-color: initial;
border-image: initial;
padding: 8px;
border-radius: 0px;
}

.replay-box .icon-box {
width: 100%;
float: left;
height: 39px;
text-align: right;
padding: 8px;
border-top: 1px solid #ddd;
}

.replay-box .icon-box i {
cursor: pointer;
font-size: 16px;
line-height: 22px;
display: inline-block;
vertical-align: middle;
margin: 0px 0px 0px 6px;
}

.card {
background: #fafafa;
padding: 0;
margin-bottom: 10px;
}

.card .table-total-checkout {
width: 100%;
text-transform: uppercase;
margin-bottom: 20px;
}

.card .table-total-checkout tbody tr td {
text-align: right;
font-size: 30px;
}

/* ==========================================================================
 Pricing Table Style
 ========================================================================== */
.mainHeading {
text-align: center;
margin-bottom: 20px;
}

.mainHeading .section-title {
padding: 20px 0px;
}

#pricing-table {
text-align: center;
}

#pricing-table .title {
padding-top: 25px;
padding-bottom: 25px;
}

#pricing-table .title h3 {
text-transform: uppercase;
font-size: 24px;
margin-bottom: 0px;
}

#pricing-table .table {
padding-bottom: 30px;
border-radius: 4px;
background: #ffffff;
box-shadow: 0px 2px 18px 0px rgba(198, 198, 198, 0.3);
border-bottom: 3px solid #ddd;
-webkit-transition: all .3s linear;
-moz-transition: all .3s linear;
-ms-transition: all .3s linear;
-o-transition: all .3s linear;
transition: all .3s linear;
}

#pricing-table .table .icon {
padding-top: 30px;
}

#pricing-table .table .icon i {
color: var(--mainColor);
font-size: 42px;
}

#pricing-table .table .pricing-header {
position: relative;
padding-bottom: 20px;
text-align: center;
}

#pricing-table .table .pricing-header .price-value {
font-size: 46px;
color: var(--mainColor);
position: relative;
text-align: center;
font-weight: 700;
line-height: 62px;
}

#pricing-table .table .pricing-header .price-value sup {
font-size: 18px;
font-weight: 500;
top: -18px;
}

#pricing-table .table .pricing-header .price-value span {
font-size: 14px;
font-weight: 500;
}

#pricing-table .table .description {
text-align: center;
padding: 0px 50px;
margin-bottom: 20px;
}

#pricing-table .table .description li {
font-size: 14px;
font-weight: 500;
color: #7a7d80;
padding-bottom: 15px;
}

#pricing-table .table:hover {
border-color: var(--mainColor);
}

#pricing-table #active-tb {
border-color: var(--mainColor);
}

.testimonial {
background: #fafafa;
}

.testimonial-item {
padding: 15px;
background: #fff;
border-radius: 10px;
border: 1px solid rgba(0, 0, 0, 0.06);
}

.testimonial-item .img-thumb {
float: left;
overflow: hidden;
position: relative;
margin: 15px 15px 15px 0;
}

.testimonial-item .img-thumb img {
border: 3px solid var(--mainColor);
border-radius: 50%;
}

.testimonial-item .content {
overflow: hidden;
}

.testimonial-item .content h2 {
font-size: 18px;
font-weight: 500;
text-transform: uppercase;
line-height: 30px;
}

.testimonial-item .content h2 a {
color: #484848;
}

.testimonial-item .content .description {
width: 100%;
}

.testimonial-item .content h3 {
margin: 0;
clear: both;
font-size: 14px;
font-weight: 500;
line-height: 26px;
}

.testimonial-item .content h3 a {
color: var(--mainColor);
}

.owl-pagination {
position: absolute;
width: 100%;
left: 0;
bottom: -40px;
}

.owl-theme .owl-controls .owl-page {
display: inline-block;
zoom: 1;
*display: inline;
}

.owl-theme .owl-controls .owl-page span {
display: block;
width: 12px;
height: 12px;
margin: 2px 4px;
filter: alpha(opacity=50);
opacity: 1;
border-radius: 30px;
background: #fff;
border: 2px solid #fff;
box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
background: var(--mainColor);
}

/* Blog Area */
#blog {
background: #f2f2f2;
}

.blog-post {
background-color: #fafafa;
border-bottom: 5px solid var(--mainColor);
margin-bottom: 60px;
}

.blog-post .post-content {
padding: 60px 40px;
}

.blog-post .post-content .post-title {
margin-top: 0;
font-size: 30px;
font-weight: 500;
margin-bottom: 10px;
}

.blog-post .post-content .post-title a {
color: #484848;
}

.blog-post .post-content .post-title a:hover {
color: var(--mainColor);
}

.blog-post .cat-meta {
margin-bottom: 20px;
}

.blog-post .cat-meta li a {
background: #EBEBEB;
color: #6f6f6f;
padding: 5px 10px;
}

.blog-post .meta {
margin-top: 0;
margin-bottom: 10px;
}

.blog-post .meta .meta-part {
display: inline-block;
margin-right: 10px;
}

.blog-post .meta .meta-part a {
color: #999;
text-transform: capitalize;
}

.blog-post .entry-summary {
margin: 15px 0 60px;
line-height: 26px;
}

.quote-post .quote-wrap {
text-align: center;
padding: 50px 0;
font-size: 25px;
font-style: italic;
font-weight: 400;
background: #F7F7F7;
}

blockquote {
border-left: none;
padding: 15px;
line-height: 36px;
}

.pagination-bar {
margin-top: 35px;
}

.page-item .page-link {
margin-right: 10px;
padding: 10px 15px;
border-radius: 60px;
color: var(--mainColor);
}

.page-link:focus, .page-link:hover, .page-link.active {
background-color: var(--mainColor);
color: #fff;
box-shadow: none;
}

.page-item:last-child .page-link, .page-item:first-child .page-link {
border-radius: 60px;
}

.post-content-block {
margin-bottom: 40px;
}

.post-thumb {
position: relative;
}

.post-thumb .date {
position: absolute;
font-size: 13px;
text-transform: uppercase;
top: 10px;
left: 10px;
padding: 7px 17px;
background-color: white;
}

.post-thumb .date .day {
color: var(--mainColor);
display: block;
font-size: 24px;
font-weight: 700;
}

.post-meta {
padding-bottom: 10px;
}

.post-meta a {
color: #888;
}

.post-meta a:hover {
color: var(--mainColor);
}

.post-meta span {
margin-right: 10px;
padding-right: 10px;
border-right: 1px solid #ddd;
line-height: 12px;
color: #888;
display: inline-block;
}

.post-meta span i {
color: #888;
margin-right: 5px;
}

.post-meta .post-comment {
border-right: 0;
}

.tags-area {
margin: 20px 0;
}

.tags-area .post-tags a {
border: 1px solid #eee;
color: #7c7c7c;
display: inline-block;
font-size: 12px;
padding: 3px 10px;
margin-left: 3px;
border-radius: 3px;
}

.tags-area .post-tags a:hover {
background: var(--mainColor);
color: #fff;
}

.share-items .list-inline li {
display: inline-block;
padding-right: 5px;
padding-left: 5px;
}

.share-items .list-inline li a i {
margin-left: 5px;
font-size: 14px;
line-height: 60px;
color: var(--mainColor);
text-align: center;
}

.share-items .post-social-icons a i.fa-facebook {
background: #677fb5;
}

.share-items .post-social-icons a i.fa-twitter {
background: #70c2e9;
}

.share-items .post-social-icons a i.fa-google-plus {
background: #c53942;
}

.share-items .post-social-icons a i.fa-linkedin {
background: #3daccf;
}

.blog-post-item {
position: relative;
}

.blog-post-item .post-thumb {
overflow: hidden;
position: relative;
}

.blog-post-item .post-thumb figure {
margin: 0;
}

.blog-post-item .post-thumb .post-categories {
font-weight: 600;
position: absolute;
z-index: 2;
top: 0;
left: 30px;
opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: all .2s ease-in-out 0s;
-o-transition: all .2s ease-in-out 0s;
transition: all .2s ease-in-out 0s;
}

.blog-post-item .post-thumb .post-categories a {
color: #fff;
font-size: 13px;
display: inline-block;
background: var(--mainColor);
border-radius: 50px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
-ms-border-radius: 50px;
-o-border-radius: 50px;
padding: 5px 15px;
margin-top: 30px;
}

.blog-post-item .post-item-content {
padding: 80px 30px 25px;
position: absolute;
z-index: 1;
left: 0;
bottom: 0;
width: 100%;
color: #fff;
background-image: -webkit-linear-gradient(top, transparent 0%, #323031 100%);
background-image: -o-linear-gradient(top, transparent 0%, #323031 100%);
background-image: linear-gradient(to bottom, transparent 0%, #323031 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#FF323031',GradientType=0);
}

.blog-post-item .post-item-content .post-date {
font-size: 13px;
margin: 0 0 5px;
}

.blog-post-item .post-item-content .post-title {
font-size: 16px;
line-height: 22px;
margin: 0;
}

.blog-post-item .post-item-content .post-title a {
color: #fff;
}

.blog-post-item:hover .post-categories {
opacity: 1;
filter: alpha(opacity=100);
}

#comments .comment-box {
padding: 15px;
background: #fafafa;
}

#comments h3 {
font-size: 24px;
padding: 15px 0;
font-weight: 700;
}

.respond-title {
font-size: 24px;
margin-bottom: 60px;
color: #999;
text-transform: capitalize;
}

#comments .comments-list {
padding: 0;
margin: 0 0 15px 0;
border-bottom: 1px solid #fafafa;
}

#comments .comments-list .media {
padding-bottom: 60px;
}

#comments .comments-list .media .thumb-left {
float: left;
position: relative;
width: 200px;
height: auto;
}

#comments .comments-list .media .thumb-left img {
border: 2px solid #fff;
box-shadow: 0px 2px 18px 0px rgba(198, 198, 198, 0.3);
}

#comments .comments-list .media .info-body {
margin-left: 20px;
box-shadow: 0 1px 1px rgba(37, 37, 37, 0.08);
padding: 15px;
background: #fff;
}

#comments .comments-list .media .info-body .media-heading {
margin-bottom: 15px;
}

#comments .comments-list .media .info-body .media-heading .name {
font-weight: 500;
font-size: 18px;
}

#comments .comments-list .media .info-body .media-heading .comment-date {
color: #999;
margin-bottom: 5px;
font-size: 14px;
}

#comments {
margin-top: 15px;
}

#comments .comments-list li ul {
padding-left: 100px;
}

.reply-link {
color: var(--mainColor);
font-size: 14px;
margin-left: 5px;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
transition: all 0.4s ease;
}

.reply-link:hover {
color: var(--mainColor);
}

.right-sidebar {
padding-left: 20px;
}

.widget-search #search-form {
position: relative;
}

.search-btn {
position: absolute;
top: 0;
right: 20px;
height: 42px;
background-color: transparent;
border: none;
}

.search-btn i {
color: #999;
}

#sidebar {
margin-bottom: 60px;
}

#sidebar .widget_search {
margin-bottom: 60px;
}

#sidebar .widget {
background-color: #fafafa;
margin-bottom: 60px;
}

#sidebar .widget .widget-title {
padding: 17px 25px;
margin-top: 0;
margin-bottom: 0;
font-size: 20px;
font-weight: 500;
border-bottom: 1px solid #f1f1f1;
}

#sidebar .categories-list {
padding: 20px;
}

#sidebar .categories-list li {
padding: 7px 0;
}

#sidebar .categories-list li a {
text-decoration: none;
color: #888;
width: 100%;
display: inline-block;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
}

#sidebar .categories-list li a:hover {
color: var(--mainColor);
}

#sidebar .categories-list li a i {
margin-right: 5px;
}

#sidebar .categories-list li .category-counter {
font-size: 12px;
}

#sidebar .posts-list {
padding: 20px;
}

#sidebar .posts-list li {
padding-bottom: 12px;
}

#sidebar .posts-list .widget-thumb {
float: left;
}

#sidebar .posts-list .widget-thumb a {
display: block;
}

#sidebar .posts-list .widget-thumb a img {
opacity: 1;
max-width: 90px;
margin: 5px 15px 0 0;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
}

#sidebar .posts-list .widget-thumb:hover img {
opacity: 0.7;
}

#sidebar .posts-list .widget-content a {
font-weight: 500;
color: #484848;
font-size: 14px;
}

#sidebar .posts-list .widget-content a:hover {
color: var(--mainColor);
}

#sidebar .posts-list .widget-content span {
color: #999;
font-size: 13px;
display: block;
margin: 2px 0;
}

#sidebar .posts-list .widget-content span i {
padding-right: 5px;
}

#sidebar .tagcloud {
padding: 20px;
}

#sidebar .tagcloud a {
display: inline-block;
padding: 5px 10px;
border-radius: 4px;
margin-bottom: 5px;
color: #6f6f6f;
transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
}

#sidebar .tagcloud a:hover {
color: var(--mainColor);
}

#sidebar .add-box {
padding: 20px;
}

#sidebar .add-box img {
width: 100%;
}

/* Contact Forme */
#conatiner-map {
width: 100%;
height: 480px;
}

#google-map-area {
padding-top: 60px;
position: relative;
}

#google-map-area .container-fluid {
padding-left: 0;
padding-right: 0;
}

#content {
position: relative;
}

#content .contact-form,
#content .information {
margin-top: 40px;
}

#content .contact-title {
font-size: 20px;
font-weight: 500;
margin-bottom: 30px;
padding-bottom: 25px;
position: relative;
}

#content .contact-title:before {
content: "";
height: 3px;
width: 40px;
background: var(--mainColor);
position: absolute;
left: 0;
bottom: 0;
z-index: 1;
}

#content .contact-datails {
margin-top: 15px;
position: relative;
}

#content .contact-datails .icon {
position: absolute;
}

#content .contact-datails .icon i {
font-size: 18px;
color: var(--mainColor);
}

#content .contact-datails .info {
padding-left: 28px;
}

#content .contact-datails .info h3 {
font-size: 15px;
display: block;
}

#content .contact-datails .info .datail {
display: block;
color: #888;
}

.form-group {
margin-bottom: 30px;
}

.form-control {
display: block;
width: 100%;
line-height: 26px;
font-size: 14px;
box-shadow: none;
color: #848484;
text-transform: capitalize;
background: #ffffff;
padding: 7px 19px;
border: 1px solid #e5e5e5;
border-radius: 50px;
font-weight: 400;
transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
}

textarea {
border-radius: 4px !important;
}

.form-control:focus {
border-color: var(--mainColor);
outline: 0;
box-shadow: none;
}

.login-area {
width: 100%;
background: #fafafa;
border: 1px solid #eaedef;
}

.login-area h3 {
margin: 0;
padding: 0 20px;
font-size: 16px;
font-weight: 500;
line-height: 48px;
background: #f7f7f7;
text-align: center;
border-bottom: 1px solid #eaedef;
}

.login-area .login-form {
padding: 30px 15px;
}

.login-area .login-form .input-icon {
position: relative;
}

.login-area .login-form .input-icon i {
font-size: 15px;
left: 16px;
color: #999;
line-height: 22px;
margin-top: -11px;
position: absolute;
top: 50%;
}

.login-area .login-form .input-icon input {
padding-left: 40px;
}

.login-area .checkbox {
display: inline-block;
}

.login-area .checkbox label {
font-size: 13px;
margin-left: 5px;
}

.login-area .forgetpassword {
float: right;
font-size: 14px;
line-height: 20px;
color: #999;
}

.login-area .forgetpassword:hover {
color: var(--mainColor);
}

.login-area .form-links a {
color: #999;
}

.login-area .form-links a:hover {
color: var(--mainColor);
}

.close-account {
padding: 15px;
text-align: center;
}

.close-account p {
margin-bottom: 10px;
}

.close-account .radio-inline {
margin: 0px 5px 15px;
}

.wrapper-sub {
padding: 50px 20px;
background: #fafafa;
}

.subscribes p {
font-size: 18px;
color: #484848;
line-height: 30px;
font-weight: 500;
}

.subscribe {
margin-top: 5px;
width: 100%;
}

.subscribe .form-control {
float: left;
width: 100%;
border-radius: 50px;
position: relative;
height: 52px;
}

.subscribe .btn {
padding: 14px 26px;
border-top-left-radius: 0;
position: absolute;
top: 5px;
right: 15px;
border-bottom-left-radius: 0;
}

/* ==========================================================================
 Footer Style
 ========================================================================== */
.block-title {
font-size: 20px;
font-weight: 500;
color: #fff;
margin-bottom: 20px;
padding-bottom: 25px;
position: relative;
}

.block-title:before {
content: "";
height: 3px;
width: 40px;
background: var(--mainColor);
position: absolute;
left: 0;
bottom: 0;
z-index: 1;
}

footer .footer-Content {
background-color: #1a1c1d;
padding: 60px 0;
color: #b7c3c8;
}

footer .footer-Content .footer-logo img {
width: 80%;
}

.textwidget {
font-size: 14px;
font-weight: 300;
line-height: 24px;
}

.textwidget p {
color: #b7c3c8;
font-size: 15px;
}

footer .menu {
padding-left: 0;
}

footer .menu li {
padding-bottom: 10px;
}

footer .menu li a {
color: #b7c3c8;
font-size: 15px;
}

footer .menu li a:hover {
color: var(--mainColor);
}

.media-content-list li {
margin-bottom: 30px;
}

.media-content-list li:hover .overlay {
opacity: 1;
}

.media-content-list .media-left {
float: left;
width: 92px;
height: 70px;
margin-right: 10px;
position: relative;
overflow: hidden;
}

.media-content-list .media-left .overlay {
position: absolute;
background: rgba(0, 0, 0, 0.6);
top: 0;
left: 0;
margin: 0;
width: 100%;
height: 100%;
opacity: 0;
transition: all 0.3s ease-in-out;
}

.media-content-list .media-left .overlay .price {
color: #fff;
font-weight: bold;
font-size: 14px;
text-align: center;
position: absolute;
top: 30%;
left: 33px;
}

.media-content-list .media-body {
margin-left: 85px;
margin-bottom: 0;
}

.media-content-list .media-body h4 {
margin-bottom: 5px;
line-height: 20px;
font-size: 14px;
font-weight: 400;
}

.media-content-list .media-body h4 a {
color: #b7c3c8;
}

.media-content-list .media-body h4 a:hover {
color: var(--mainColor);
}

.contact-footer {
margin: 0;
padding: 0;
display: inline-block;
}

.contact-footer li {
padding: 3px 0;
}

.contact-footer li strong {
float: left;
}

.contact-footer li span {
margin-left: 66px;
display: block;
}

.contact-footer li span a {
color: #b7c3c8;
}

.contact-footer li span a:hover {
color: var(--mainColor);
}

.text-sub {
margin-bottom: 10px;
}

#subscribe-form .form-group {
position: relative;
}

#subscribe-form .form-group .btn-common {
position: absolute;
top: 0;
right: 0;
padding: 10px 22px;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
height: 42px;
}

.footer-social li {
display: inline-block;
margin-right: 12px;
}

.footer-social li a {
background-color: var(--mainColor);
border-radius: 50%;
color: #fff;
height: 32px;
line-height: 32px;
text-align: center;
width: 32px;
display: inline-block;
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
}

.footer-social li .facebook:hover {
background-color: #3b5998;
}

.footer-social li .twitter:hover {
background-color: #55acee;
}

.footer-social li .linkedin:hover {
background-color: #007bb5;
}

.footer-social li .google-plus:hover {
background-color: #dd4b39;
}

.bottom-card li {
display: inline-block;
}

.bottom-card li img {
max-width: 100%;
height: auto;
}

#copyright {
background-color: #111212;
padding: 20px 0 10px;
color: #fff;
}

#copyright p {
line-height: 34px;
}

#copyright p a {
color: #fff;
}

#copyright p a:hover {
color: var(--mainColor);
}

.social-icon .facebook:hover {
background-color: #3b5998;
}

.social-icon .twitter:hover {
background-color: #55acee;
}

.social-icon .dribble:hover {
background-color: #D34836;
}

.social-icon .flickr:hover {
background-color: #ff0084;
}

.social-icon .youtube:hover {
background-color: #CC181E;
}

.social-icon .google-plus:hover {
background-color: #dd4b39;
}

.social-icon .linkedin:hover {
background-color: #007bb5;
}

#about .about-wrapper {
padding: 40px 0;
}

#about .intro-title {
font-size: 24px;
line-height: 36px;
margin-bottom: 20px;
}

#about .intro-desc {
margin-bottom: 15px;
}

.special-product {
position: relative;
margin: 0;
overflow: hidden;
}

.special-product:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.7);
z-index: 1;
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
}

.special-product .product-text {
position: absolute;
left: 0;
width: 100%;
height: 100%;
top: 0;
/* background: #555; */
/* -webkit-transition: all .3s ease-in-out; */
/* transition: all .3s ease-in-out; */
/* -webkit-transform: translate3d(0, 100%, 0); */
/* transform: translate3d(0, 100%, 0); */
padding: 30px;
z-index: 2;
}

.special-product .product-text h3 {
font-size: 30px;
color: #fff;
}

.special-product .product-text .offer-details {
margin-top: 30px;
color: #fff;
}

.special-product .product-text .offer-details h4 {
font-size: 18px;
}

.special-product .product-text .offer-details p {
font-size: 16px;
}

.special-product .product-text .price {
font-weight: 700;
color: #fff;
font-size: 26px;
color: #03cd67;
margin-bottom: 15px;
}

.special-product .product-text .icon-footer {
position: absolute;
right: 30px;
bottom: 20px;
}

.special-product .product-text .icon-footer a {
font-size: 30px;
color: #fff;
}

.special-product .product-text .icon-footer a:hover {
color: var(--mainColor);
}

.special-product .product-text .text {
font-size: 15px;
color: #fff;
font-weight: 500;
}

.cta {
background: #fafafa;
}

.single-cta {
background: #fff;
text-align: center;
padding: 30px;
}

.single-cta .cta-icon {
padding-bottom: 15px;
}

.single-cta .cta-icon i {
font-size: 40px;
color: var(--mainColor);
}

.single-cta h4 {
font-size: 18px;
margin-bottom: 10px;
}

.mb-30 {
margin-bottom: 30px;
}

.head-faq {
margin-bottom: 20px;
}

.panel-group .panel {
margin-bottom: 24px;
}

.panel-default {
border-radius: 0px;
border: none;
}

.panel-default .panel-heading {
padding: 0px 30px;
outline: none;
border-radius: 4px;
background: #ffffff;
border: 1px solid #f1f1f1;
width: 100%;
box-shadow: 0px 2px 18px 0px rgba(198, 198, 198, 0.3);
}

.panel-default .panel-heading .panel-title {
margin-top: 0px;
margin-bottom: 0px;
font-weight: 500;
font-size: 14px;
color: inherit;
}

.panel-default .panel-heading a {
font-size: 14px;
font-weight: 400;
padding: 15px 35px 15px 30px;
display: inline-block;
width: 100%;
color: #484848;
position: relative;
}

.panel-default .panel-heading a:after {
font-family: "LineIcons";
content: "\e9d6";
position: absolute;
left: 0px;
color: var(--mainColor);
top: 50%;
line-height: 1;
padding: 0px 5px;
margin-top: -7px;
}

.panel-default .panel-heading .collapsed:after {
content: "\e9bc";
}

.panel-default .panel-collapse .panel-body {
padding: 15px 30px;
background-color: #fff;
border: 1px solid #ccc;
}

.counter-section {
background: url(../img/background/counter-back1.jpg);
overflow: hidden;
position: relative;
}


.counter-section .counter {
padding: 30px 0;
}

.counter-section .counter .icon {
margin-bottom: 30px;
}

.counter-section .counter .icon i {
font-size: 60px;
color: var(--mainColor);
}

.counter-section .counter .counterUp {
color: #fff;
font-size: 42px;
font-weight: 700;
margin-bottom: 10px;
}

.counter-section .counter p {
font-size: 18px;
color: #fff;
font-weight: 400;
}

.img-box {
display: inline-block;
position: relative;
width: 100%;
overflow: hidden;
z-index: 90;
margin: 10px 0;
border-radius: 3px;
}

.img-box .img-box-content {
position: absolute;
z-index: 101;
bottom: 0;
margin: 0 auto;
text-align: center;
width: 100%;
transition: 0.3s ease-out;
-webkit-transition: 0.3s ease-out;
-moz-transition: 0.3s ease-out;
transform: translate(0, -50.5%);
}

.img-box .img-box-content h4 {
font-size: 22px;
line-height: 36px;
color: #fff;
margin: 0;
}

.img-box .img-box-content span {
font-size: 16px;
color: #fff;
}

.img-box .img-box-background {
background-size: cover;
transition: all 0.55s;
top: 0;
left: 0;
background-repeat: no-repeat;
background-position: 50%;
background-size: cover;
transition: 0.3s ease-out;
-webkit-transition: 0.3s ease-out;
-moz-transition: 0.3s ease-out;
}

.img-box:before {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: block;
content: "";
background-color: #222;
opacity: 0.3;
z-index: 99;
transition: 0.3s ease-out;
-webkit-transition: 0.3s ease-out;
-moz-transition: 0.3s ease-out;
}

.img-box:hover:before {
background-color: var(--mainColor);
opacity: 0.7;
}

.img-box:hover .img-box-background {
transform: scale(1.06);
}

.img-box:hover .img-box-content {
bottom: 60px;
}

.error-content {
width: 100%;
padding: 50px 0px;
}

.error-content .error-message {
padding: 0px 0px 45px;
text-align: center;
}

.error-content .error-message h2 {
color: var(--mainColor);
font-size: 200px;
position: relative;
margin: 0px;
padding: 0px 10px 8px;
}

.error-content .error-message h3 {
color: #484848;
font-size: 28px;
font-weight: 500;
line-height: 56px;
margin: 0px;
}

.error-content .form-error-search {
width: 100%;
float: left;
margin: 0px 0px 30px;
border-radius: 50px;
border-width: 7px;
border-style: solid;
border-color: #ebebed;
border-image: initial;
position: relative;
}

.error-content .form-error-search .form-control {
width: 100%;
float: left;
height: 60px;
font-size: 16px;
line-height: 30px;
border-width: 0px;
}

.error-content .form-error-search .btn-search {
top: 0px;
right: 0px;
z-index: 2;
width: 190px;
height: 60px;
line-height: 60px;
text-align: center;
position: absolute;
padding: 0px;
border-radius: 0px 30px 30px 0px;
}

.error-content .description {
text-align: center;
color: #999;
}

.error-content .description a {
color: #55acee;
}

.error-content .description a:hover {
color: var(--mainColor);
}
.ad1
{
background-color: #f1f1f1;
padding: 20px 0
}
.mppf660
{
border-radius: 10px;
padding: 20px 30px;
box-shadow: 3px 3px 5px 5px #c1c1c1;
background: #f1f1f1;
}
.mppf660 .ds-header
{
background-color: #222;
margin-bottom: 20px
}
.contents a
{
color: white;
padding: 8px 20px;
line-height: 2em;
background-color: #ffffff5c;
border-radius: 5px;
}
.dsf3333 a
{
background-color: unset !important;
font-size: 14px;
color: #FFF;
}
.ad-space
{
overflow: hidden !important;
padding: 10px;
text-align: center;
margin: 5px 0;
  border: 1px solid gray;
  border-top-color: gray;
  border-top-style: solid;
  border-top-width: 1px;
border-top: 4px solid var(--mainColor);
box-shadow: 1px 1px 3px #888;
background: white
}

.ad-space img
{
border-radius: 15px;
min-height: 200px;
border: .5px solid gray
}
.ad-space p
{
margin: 15px 0;
font-size: 18px;
color: black
}
.ad-space span
{
color: black
}
.product-ad
{
padding: 0;
border: unset !important;
}
.product-ad span
{
background-color: #222;
display:  block;
text-align: center;
padding: 12px;
color: white;
font-size: 17px;
width: 100% !important;
}
.product-ad img
{
border-radius: 0;
}
.product-ad p
{
margin: 20px ;
font-size: 14px !important;
font-weight: bold !important;
margin:
}
.mppf660 .col-md-4, .mppf660 .col-md-12
{
padding: 3px
}
.footer
{
background-color: #222;
  padding-top: 20px

}
.footer a
{
font-size: 13px;
display: block;
color: white;
text-align: right;
}
.footer h1
{
font-size: 20px;
text-align: right;
color: var(--mainColor);
font-weight: normal
}
.footer p
{
color: white;
font-size: 13px;
text-align: right
}
.adtype
{
background-color: #f1f1f1;
text-align: center;
padding: 15px 0;
transition: .5s;
min-height: 100px;
margin: 20px 0
}
.adtype p
{
color: black;
font-weight: bold
}
.adtype:hover
{
background-color: var(--mainColor);
transition: .5s
}
.all-formfd
{
text-align: right !important;
}
.all-formfd label
{
font-weight: bold;
color: black;
line-height: 2em
}
.all-formfd input, .all-formfd select
{
background-color: #fff;
text-align: right !important;
border-radius: 3px !important;
height: 43px;
margin: 5px 0
}
.edit-page label
{
font-weight: bold;
color: rgba(0,0,0,.6)
}
.edit-page input, .edit-page select
{
border-radius: 5px !important;
text-align: right;
height: 45px;
margin: 10px 0
}
.login-page form
{
text-align: right;
}
.login-page form h1
{
margin: 20px 0;
color: var(--mainColor)
}
.login-page form input
{
text-align: right;
height: 45px;
border-radius: 5px !important;
}
.login-page form a
{
/*! border: 1px solid; */
color: var(--mainColor);
/*! border-radius: 40px; */
/*! padding: 8px 30px; */
}
.btn
{
border: none !important;;
background: var(--mainColor);
width: 100%;
text-align: center !important;
}
#products .product-thumbnail,
.featured-products .product-thumbnail,
.product-accessories .product-thumbnail,
.product-miniature .product-thumbnail {
display:block
}
#products .product-title a,
.featured-products .product-title a,
.product-accessories .product-title a,
.product-miniature .product-title a {
color:#7a7a7a;
font-size:.875rem;
text-decoration:none;
text-align:center;
font-weight:400
}
#products .thumbnail-container,
.featured-products .thumbnail-container,
.product-accessories .thumbnail-container,
.product-miniature .thumbnail-container {
position:relative;
margin-bottom:1.563rem;
height:318px;
width:257px;
background:#fff;
box-shadow:2px 2px 8px 0 rgba(0,0,0,.2)
}
#products .thumbnail-container:focus .highlighted-informations,
#products .thumbnail-container:hover .highlighted-informations,
.featured-products .thumbnail-container:focus .highlighted-informations,
.featured-products .thumbnail-container:hover .highlighted-informations,
.product-accessories .thumbnail-container:focus .highlighted-informations,
.product-accessories .thumbnail-container:hover .highlighted-informations,
.product-miniature .thumbnail-container:focus .highlighted-informations,
.product-miniature .thumbnail-container:hover .highlighted-informations {
bottom:5.5rem
}
#products .thumbnail-container:focus .highlighted-informations:after,
#products .thumbnail-container:hover .highlighted-informations:after,
.featured-products .thumbnail-container:focus .highlighted-informations:after,
.featured-products .thumbnail-container:hover .highlighted-informations:after,
.product-accessories .thumbnail-container:focus .highlighted-informations:after,
.product-accessories .thumbnail-container:hover .highlighted-informations:after,
.product-miniature .thumbnail-container:focus .highlighted-informations:after,
.product-miniature .thumbnail-container:hover .highlighted-informations:after {
opacity:1
}
#products .thumbnail-container:focus .highlighted-informations.no-variants,
#products .thumbnail-container:hover .highlighted-informations.no-variants,
.featured-products .thumbnail-container:focus .highlighted-informations.no-variants,
.featured-products .thumbnail-container:hover .highlighted-informations.no-variants,
.product-accessories .thumbnail-container:focus .highlighted-informations.no-variants,
.product-accessories .thumbnail-container:hover .highlighted-informations.no-variants,
.product-miniature .thumbnail-container:focus .highlighted-informations.no-variants,
.product-miniature .thumbnail-container:hover .highlighted-informations.no-variants {
bottom:4.2rem
}
#products .thumbnail-container:focus .product-description:after,
#products .thumbnail-container:hover .product-description:after,
.featured-products .thumbnail-container:focus .product-description:after,
.featured-products .thumbnail-container:hover .product-description:after,
.product-accessories .thumbnail-container:focus .product-description:after,
.product-accessories .thumbnail-container:hover .product-description:after,
.product-miniature .thumbnail-container:focus .product-description:after,
.product-miniature .thumbnail-container:hover .product-description:after {
content:"";
border-top:1px solid #7a7a7a;
position:absolute;
width:80%;
top:0;
left:10%;
opacity:.25
}
#products .products-section-title,
.featured-products .products-section-title,
.product-accessories .products-section-title,
.product-miniature .products-section-title {
text-align:center;
margin-bottom:1.5rem
}
#products .product-title,
.featured-products .product-title,
.product-accessories .product-title,
.product-miniature .product-title {
text-align:center;
text-transform:capitalize;
margin-top:1rem
}
#products .product-price-and-shipping,
.featured-products .product-price-and-shipping,
.product-accessories .product-price-and-shipping,
.product-miniature .product-price-and-shipping {
color:#232323;
font-weight:700;
text-align:center
}
#products .variant-links,
.featured-products .variant-links,
.product-accessories .variant-links,
.product-miniature .variant-links {
position:relative;
text-align:center;
width:100%;
top:-.25em;
padding-top:.1875rem;
min-height:2.5rem;
background:#fff
}
#products .highlighted-informations,
.featured-products .highlighted-informations,
.product-accessories .highlighted-informations,
.product-miniature .highlighted-informations {
position:absolute;
bottom:1.25rem;
padding-top:.625rem;
z-index:0;
background:#fff;
text-align:center;
width:257px;
height:3.125rem;
box-shadow:0 -5px 10px -5px rgba(0,0,0,.2);
transition:bottom .3s
}
#products .highlighted-informations .quick-view,
.featured-products .highlighted-informations .quick-view,
.product-accessories .highlighted-informations .quick-view,
.product-miniature .highlighted-informations .quick-view {
color:#7a7a7a;
font-size:1rem
}
#products .highlighted-informations .quick-view:hover,
.featured-products .highlighted-informations .quick-view:hover,
.product-accessories .highlighted-informations .quick-view:hover,
.product-miniature .highlighted-informations .quick-view:hover {
color:#2fb5d2
}
#products .product-description,
.featured-products .product-description,
.product-accessories .product-description,
.product-miniature .product-description {
position:absolute;
z-index:1;
background:#fff;
width:257px;
bottom:0;
height:70px
}
#products img,
.featured-products img,
.product-accessories img,
.product-miniature img {
margin-left:4px
}
#products .product-miniature,
.featured-products .product-miniature,
.product-accessories .product-miniature,
.product-miniature .product-miniature {
margin:0 .625rem
}
#products .product-miniature .discount,
.featured-products .product-miniature .discount,
.product-accessories .product-miniature .discount,
.product-miniature .product-miniature .discount {
display:none
}
#products .product-miniature .discount-amount,
#products .product-miniature .discount-percentage,
#products .product-miniature .on-sale,
#products .product-miniature .online-only,
#products .product-miniature .pack,
#products .product-miniature .product-flags .new,
.featured-products .product-miniature .discount-amount,
.featured-products .product-miniature .discount-percentage,
.featured-products .product-miniature .on-sale,
.featured-products .product-miniature .online-only,
.featured-products .product-miniature .pack,
.featured-products .product-miniature .product-flags .new,
.product-accessories .product-miniature .discount-amount,
.product-accessories .product-miniature .discount-percentage,
.product-accessories .product-miniature .on-sale,
.product-accessories .product-miniature .online-only,
.product-accessories .product-miniature .pack,
.product-accessories .product-miniature .product-flags .new,
.product-miniature .product-miniature .discount-amount,
.product-miniature .product-miniature .discount-percentage,
.product-miniature .product-miniature .on-sale,
.product-miniature .product-miniature .online-only,
.product-miniature .product-miniature .pack,
.product-miniature .product-miniature .product-flags .new {
display:block;
position:absolute;
left:-.4375rem;
padding:.3125rem .4375rem;
color:#fff;
background:#2fb5d2;
text-transform:uppercase;
min-width:3.125rem;
min-height:1.875rem;
font-size:1rem;
font-weight:600;
box-shadow:2px 2px 4px 0 rgba(0,0,0,.2)
}
#products .product-miniature .discount-amount.discount-amount,
#products .product-miniature .discount-amount.discount-percentage,
#products .product-miniature .discount-percentage.discount-amount,
#products .product-miniature .discount-percentage.discount-percentage,
#products .product-miniature .on-sale.discount-amount,
#products .product-miniature .on-sale.discount-percentage,
#products .product-miniature .online-only.discount-amount,
#products .product-miniature .online-only.discount-percentage,
#products .product-miniature .pack.discount-amount,
#products .product-miniature .pack.discount-percentage,
#products .product-miniature .product-flags .new.discount-amount,
#products .product-miniature .product-flags .new.discount-percentage,
.featured-products .product-miniature .discount-amount.discount-amount,
.featured-products .product-miniature .discount-amount.discount-percentage,
.featured-products .product-miniature .discount-percentage.discount-amount,
.featured-products .product-miniature .discount-percentage.discount-percentage,
.featured-products .product-miniature .on-sale.discount-amount,
.featured-products .product-miniature .on-sale.discount-percentage,
.featured-products .product-miniature .online-only.discount-amount,
.featured-products .product-miniature .online-only.discount-percentage,
.featured-products .product-miniature .pack.discount-amount,
.featured-products .product-miniature .pack.discount-percentage,
.featured-products .product-miniature .product-flags .new.discount-amount,
.featured-products .product-miniature .product-flags .new.discount-percentage,
.product-accessories .product-miniature .discount-amount.discount-amount,
.product-accessories .product-miniature .discount-amount.discount-percentage,
.product-accessories .product-miniature .discount-percentage.discount-amount,
.product-accessories .product-miniature .discount-percentage.discount-percentage,
.product-accessories .product-miniature .on-sale.discount-amount,
.product-accessories .product-miniature .on-sale.discount-percentage,
.product-accessories .product-miniature .online-only.discount-amount,
.product-accessories .product-miniature .online-only.discount-percentage,
.product-accessories .product-miniature .pack.discount-amount,
.product-accessories .product-miniature .pack.discount-percentage,
.product-accessories .product-miniature .product-flags .new.discount-amount,
.product-accessories .product-miniature .product-flags .new.discount-percentage,
.product-miniature .product-miniature .discount-amount.discount-amount,
.product-miniature .product-miniature .discount-amount.discount-percentage,
.product-miniature .product-miniature .discount-percentage.discount-amount,
.product-miniature .product-miniature .discount-percentage.discount-percentage,
.product-miniature .product-miniature .on-sale.discount-amount,
.product-miniature .product-miniature .on-sale.discount-percentage,
.product-miniature .product-miniature .online-only.discount-amount,
.product-miniature .product-miniature .online-only.discount-percentage,
.product-miniature .product-miniature .pack.discount-amount,
.product-miniature .product-miniature .pack.discount-percentage,
.product-miniature .product-miniature .product-flags .new.discount-amount,
.product-miniature .product-miniature .product-flags .new.discount-percentage {
z-index:2;
background:#f39d72
}
#products .product-miniature .discount-amount.on-sale,
#products .product-miniature .discount-percentage.on-sale,
#products .product-miniature .on-sale.on-sale,
#products .product-miniature .online-only.on-sale,
#products .product-miniature .pack.on-sale,
#products .product-miniature .product-flags .new.on-sale,
.featured-products .product-miniature .discount-amount.on-sale,
.featured-products .product-miniature .discount-percentage.on-sale,
.featured-products .product-miniature .on-sale.on-sale,
.featured-products .product-miniature .online-only.on-sale,
.featured-products .product-miniature .pack.on-sale,
.featured-products .product-miniature .product-flags .new.on-sale,
.product-accessories .product-miniature .discount-amount.on-sale,
.product-accessories .product-miniature .discount-percentage.on-sale,
.product-accessories .product-miniature .on-sale.on-sale,
.product-accessories .product-miniature .online-only.on-sale,
.product-accessories .product-miniature .pack.on-sale,
.product-accessories .product-miniature .product-flags .new.on-sale,
.product-miniature .product-miniature .discount-amount.on-sale,
.product-miniature .product-miniature .discount-percentage.on-sale,
.product-miniature .product-miniature .on-sale.on-sale,
.product-miniature .product-miniature .online-only.on-sale,
.product-miniature .product-miniature .pack.on-sale,
.product-miniature .product-miniature .product-flags .new.on-sale {
background:#f39d72;
width:100%;
text-align:center;
left:0;
top:0
}
#products .product-miniature .discount-amount.online-only,
#products .product-miniature .discount-percentage.online-only,
#products .product-miniature .on-sale.online-only,
#products .product-miniature .online-only.online-only,
#products .product-miniature .pack.online-only,
#products .product-miniature .product-flags .new.online-only,
.featured-products .product-miniature .discount-amount.online-only,
.featured-products .product-miniature .discount-percentage.online-only,
.featured-products .product-miniature .on-sale.online-only,
.featured-products .product-miniature .online-only.online-only,
.featured-products .product-miniature .pack.online-only,
.featured-products .product-miniature .product-flags .new.online-only,
.product-accessories .product-miniature .discount-amount.online-only,
.product-accessories .product-miniature .discount-percentage.online-only,
.product-accessories .product-miniature .on-sale.online-only,
.product-accessories .product-miniature .online-only.online-only,
.product-accessories .product-miniature .pack.online-only,
.product-accessories .product-miniature .product-flags .new.online-only,
.product-miniature .product-miniature .discount-amount.online-only,
.product-miniature .product-miniature .discount-percentage.online-only,
.product-miniature .product-miniature .on-sale.online-only,
.product-miniature .product-miniature .online-only.online-only,
.product-miniature .product-miniature .pack.online-only,
.product-miniature .product-miniature .product-flags .new.online-only {
font-size:.8125rem;
margin-top:13rem;
margin-left:8.688rem
}
#products .product-miniature .discount-amount.online-only:before,
#products .product-miniature .discount-percentage.online-only:before,
#products .product-miniature .on-sale.online-only:before,
#products .product-miniature .online-only.online-only:before,
#products .product-miniature .pack.online-only:before,
#products .product-miniature .product-flags .new.online-only:before,
.featured-products .product-miniature .discount-amount.online-only:before,
.featured-products .product-miniature .discount-percentage.online-only:before,
.featured-products .product-miniature .on-sale.online-only:before,
.featured-products .product-miniature .online-only.online-only:before,
.featured-products .product-miniature .pack.online-only:before,
.featured-products .product-miniature .product-flags .new.online-only:before,
.product-accessories .product-miniature .discount-amount.online-only:before,
.product-accessories .product-miniature .discount-percentage.online-only:before,
.product-accessories .product-miniature .on-sale.online-only:before,
.product-accessories .product-miniature .online-only.online-only:before,
.product-accessories .product-miniature .pack.online-only:before,
.product-accessories .product-miniature .product-flags .new.online-only:before,
.product-miniature .product-miniature .discount-amount.online-only:before,
.product-miniature .product-miniature .discount-percentage.online-only:before,
.product-miniature .product-miniature .on-sale.online-only:before,
.product-miniature .product-miniature .online-only.online-only:before,
.product-miniature .product-miniature .pack.online-only:before,
.product-miniature .product-miniature .product-flags .new.online-only:before {
content:"\E30A";
font-family:Material Icons;
vertical-align:middle;
margin:.3125rem
}
#products .comments_note,
.featured-products .comments_note,
.product-accessories .comments_note,
.product-miniature .comments_note {
text-align:center;
color:#7a7a7a
}
#products .regular-price,
.featured-products .regular-price,
.product-accessories .regular-price,
.product-miniature .regular-price {
color:#7a7a7a;
text-decoration:line-through;
font-size:.875rem
}
#products .count,
.featured-products .count,
.product-accessories .count,
.product-miniature .count {
color:#7a7a7a;
font-weight:700;
position:relative;
bottom:.5rem
}
#products .all-product-link,
.featured-products .all-product-link,
.product-accessories .all-product-link,
.product-miniature .all-product-link {
clear:both;
color:#7a7a7a;
font-weight:700;
margin-top:1.5rem;
margin-bottom:1.5rem
}
@media (max-width:767px) {
#products .thumbnail-container,
.featured-products .thumbnail-container,
.product-accessories .thumbnail-container {
box-shadow:2px 2px 8px 0 rgba(0,0,0,.2)
}
#products .thumbnail-container .product-description,
.featured-products .thumbnail-container .product-description,
.product-accessories .thumbnail-container .product-description {
box-shadow:0 -5px 10px -5px rgba(0,0,0,.2)
}
}
#custom-text {
background:#fff;
border-radius:2px;
margin-bottom:1.5rem;
padding:3.125rem;
text-align:center
}
#custom-text h2 {
text-transform:uppercase;
color:#232323;
font-size:1.563rem;
font-weight:700
}
#custom-text p {
color:#232323;
font-weight:400;
font-size:1.1em
}
#custom-text p .dark {
color:#7a7a7a;
font-weight:400
}
.page-content.page-cms {
background:#fff;
padding:1.25rem;
text-align:justify
}
.page-content.page-cms .cms-box img {
max-width:100%
}
@media (max-width:991px) {
#block-cmsinfo {
padding:1.25rem 1.875rem
}
}
#products {
color:#7a7a7a
}
#products .products-select {
display:-ms-flexbox;
display:flex;
-ms-flex-align:baseline;
align-items:baseline;
-ms-flex-pack:justify;
justify-content:space-between
}
#products .up {
margin-bottom:1rem
}
#products .up .btn-secondary,
#products .up .btn-tertiary {
color:#7a7a7a;
text-transform:inherit
}
#products .up .btn-secondary .material-icons,
#products .up .btn-tertiary .material-icons {
margin-right:0
}
.block-category {
min-height:13.75rem;
margin-bottom:1.563rem
}
.block-category #category-description p,
.block-category #category-description strong {
font-weight:400;
color:#7a7a7a
}
.block-category #category-description p {
color:#232323;
margin-bottom:0
}
.block-category #category-description p:first-child {
margin-bottom:1.25rem
}
.block-category .category-cover {
position:absolute;
right:.75rem;
bottom:0
}
.block-category .category-cover img {
width:141px;
height:180px
}
.products-selection .sort-by-row {
display:-ms-flexbox;
display:flex;
-ms-flex-align:center;
align-items:center
}
.products-selection .sort-by {
white-space:normal;
word-break:break-word;
margin-right:-.9375rem;
margin-left:.9375rem;
text-align:right
}
.products-selection .total-products,
.products-selection h1 {
padding-top:.625rem
}
.products-sort-order {
color:#7a7a7a
}
.products-sort-order .select-title {
display:inline-block;
width:100%;
color:#232323;
background:#fff;
padding:.625rem;
cursor:pointer;
border:1px solid rgba(0,0,0,.25);
box-shadow:2px 2px 4px 0 rgba(0,0,0,.2)
}
.products-sort-order .select-list {
display:block;
color:#232323;
padding:.625rem 1.25rem
}
.products-sort-order .select-list:hover {
background:#2fb5d2;
color:#fff;
text-decoration:none
}
.products-sort-order .dropdown-menu {
left:auto;
width:16.88rem;
background:#f6f6f6;
border:none;
border-radius:0;
box-shadow:2px 2px 4px 0 rgba(0,0,0,.1);
margin:0
}
.facet-dropdown {
color:#7a7a7a;
padding-left:0;
padding-right:0;
background:#f1f1f1;
border:3px solid transparent;
box-sizing:border-box;
box-shadow:1px 1px 1px 1px #f1f1f1
}
.facet-dropdown.open {
border:0
}
.facet-dropdown.open>.select-title {
border:3px solid #2fb5d2;
background:#f6f6f6
}
.facet-dropdown .select-title {
display:-ms-inline-flexbox;
display:inline-flex;
-ms-flex-align:center;
align-items:center;
margin-left:0;
width:100%;
color:#232323;
background:#f1f1f1;
padding:.625rem .625rem .625rem 1.25rem;
cursor:pointer
}
.facet-dropdown .select-title>i {
margin-left:auto
}
.facet-dropdown .select-list {
display:block;
color:#232323;
background:#f6f6f6;
padding:.625rem 1.25rem
}
.facet-dropdown .select-list:hover {
background:#2fb5d2;
color:#fff;
text-decoration:none
}
.facet-dropdown .dropdown-menu {
padding:0;
margin-top:3px;
left:auto;
width:100%;
background:#f6f6f6;
border:none;
box-shadow:1px 1px 1px 1px #f1f1f1
}

.product
{
background-color: #fff;
margin: 10px 0;
text-align: center;
position: relative;
overflow: hidden;
/* box-shadow: 0px 10px 10px rgba(0,0,0,.08) */
}
.product .img
{
height: 300px;
overflow: hidden;
}
.product img
{
height: 300px;
transition: .5s
}
.product .name
{
margin: 0;
font-size: 16px;
color: rgba(0,0,0,.8)
}
.product .price
{
font-size: 30px;
font-weight: bold
}
.product-overlay
{
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
color: white;
display: none;
transition: .8s;
opacity: 0;
background-color: rgba(0,0,0,.6)
}
.product:hover .product-overlay
{
display: block;
transition: .8s;
opacity: 1
}
.product-overlay ul
{
padding: 10px;
text-align: left;
opacity: 0;
transition: .8s
}
.product-overlay ul li
{
margin: 10px 0
}
.product-overlay ul svg
{
width: 50px;
height: 50px;
background-color: var(--mainColor);
padding: 10px;
border-radius: 50%;
cursor: pointer;
}
.product-overlay:hover ul
{
opacity: 1;
transition: .8s
}
.product:hover img
{
transition: .5s;
transform: scale3d(1.05,1.05,1.05)
}
.ads
{

}
.ad
{
position: relative
}
.ad .ad-link
{
position: absolute;
right: 0;
color: white;
font-size: 40px;
color: var(--mainColor);
padding: 10px 30px
}

.btn-tr
{
margin: 20px 0;
padding: 20px 0
}
.btn-tr a
{
background-color: var(--mainColor);
color: black;
padding: 12px 23px;
line-height: 2em;
font-weight: bold;
transition: .5s
}
.btn-tr a:hover
{
box-shadow: 0px 10px 10px rgba(0,0,0,.2);
transition: .5s
}
.swiper-container {
width: 100%;
height: 100%;
padding: 30px 15px
}

.swiper-slide {
text-align: center;
font-size: 18px;
/*! background: #fff; */

/* Center slide text vertically */
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet
{
background-color: black
}
.news .new
{
position: relative;
margin: 10px 0;
cursor: pointer;
box-shadow: 0px 10px 10px rgba(0,0,0,.3);
overflow: hidden
}
.news .new  img
{
height: 400px
}

.news .new .new-overlay
{
position: absolute;
top: 0;
background-image: linear-gradient(to bottom, #0000, black);
width: 100%;
height: 100%;
color: white;
text-align: right;
transition: .5s
}
.new .content
{
padding: 10px;
position: absolute;
transform: translateY(110%);
transition: .5s
}
.new .content .date
{
font-size: 13px;
}
.new .content h1
{
font-size: 30px;
}
.new .content p
{
font-size: 13px;
line-height: 1.6em;
margin-bottom: 50px;
transition: .5s
}
.new .content a
{
color: var(--mainColor);
text-decoration: underline;
line-height: 3em
}
.new:hover .new-overlay
{
transition: .5s;
  background-image: linear-gradient(to bottom, #b5ac2678, black);
}
.new:hover .content
{
transform: translateY(120%);
transition: .5s
}
.new:hover .content p
{
margin: 5px 0;
transition: .5s
}
.footer
{
background-color: var(--main-color);
padding: 30px 0;
padding-bottom: 10px;
text-align: right
}
.footer h1
{
color: #313030;
font-size: 25px;
margin: 20px 0
}
.footer .about p
{
color: #313030;
font-size: 14px;
line-height: 1.6em
}
.footer .about ul li
{
display: inline-flex;
margin-left: 20px
}
.footer .about ul li a
{
background-color: white;
padding: 10px;
/*! border-radius: 50%; */
color: var(--mainColor);
}
.footer .link a
{
display: block;
padding: 4px 10px;
color: #393939;
font-size: 13px
}
.footer .link a:hover
{
text-decoration: underline
}
.footer .rights
{
padding: 20px 0;
padding-bottom: 0;
border-top: 1px solid rgba(255,255,255,.1);
text-align: center
}
.footer .rights p
{
color: rgba(0, 0, 0, 0.6);
font-size: 14px
}
.account-page form
{
margin: 50px 0;
/*! background-color: #f1f1f1; */
padding:20px 15px;
text-align: right;
/*! box-shadow: 0px 10px 10px rgba(0,0,0,.1) */
}
.account-page form h1
{
display: block;
text-align: center;
padding: 30px 0;
font-size: 30px;
padding-top: 10px;
font-weight: bold;
color: var(--mainColor);
}
.account-page form label
{
color: rgba(0,0,0,.6)
}
.account-page form input
{
text-align: right;
height: 60px;
border-radius: 0px;
border: none;
color: rgba(0,0,0,.6);
font-size: 14px;
margin: 10px 0;
/*! border-radius: 15px; */
background: #f1f1f1;
border-radius: 22px !important;
}
.account-page form input:focus
{
box-shadow: none !important;
border-bottom: 1px solid black;
color: black
}
.account-page form .btn
{
background-color: var(--sColor);
color: white;
font-weight: bold;
font-size: 13px;
width: 80px;
text-align: center;
height: 45px;
border: none;
width: 100%;
padding: px;
}
.account-page .icon
{
text-align: center
}
.account-page .icon svg
{
height: 70px;
width: 70px
}
.account-page .icon path
{
fill: rgba(0,0,0,.6)
}
.account-page .f-pas
{
line-height: 3em;
font-size: 13px
}
.account-page .new-acc
{
text-align: center;
/*! padding: 20px 0; */
color: black;
margin: 20px 0;
margin-bottom: 0;
/*! background-color: #fff; */
color: #383637;
/*! font-weight: bold; */
text-decoration: underline;
font-size: 13px !important;
}
.account-page .bt-mg
{
margin-bottom: 0
}
.shopping .products
{
margin: 20px 0;
padding: 20px 0;
background-color: #f1f1f1;
text-align: right
}
.shopping .products th,.shopping .products td,.shopping .products tr
{
border: none
}
.shopping table tr:hover
{
background-color: white;
transition: .5s
}
.shopping .img img
{
width: 100px !important;
height: 100px !important;
}
.shopping .delete
{
color: #f95959;
font-weight: bold;
text-transform: capitalize;
cursor:pointer;
line-height: 4em
}
.shopping table p
{
line-height: 4em;
font-size: 15px
}
.shopping .total
{
padding: 0;
margin-top: 0
}
.shopping .total:hover
{
background-image: #f1f1f1
}

.shopping .total table .total-price
{
display: block;
text-align: center;
font-weight: bold;
color: #090909;
}
.shopping .pay
{
margin: 50px 0;
margin-bottom: 150px
}
.shopping .pay li
{
display: inline-flex;
margin: 5px 10px;
margin-left:0
}
.shopping .pay ul
{
padding: 0
}
.shopping .pay li a
{
padding: 10px 25px;
font-size: 17px;
}
.shopping .pay li .by-btn
{
background-color: #16a663;
color: white;
}
.shopping .pay li .more
{
background-color: #ccc;
color: black;
}
.products-pages input
{
text-align: right;
height: 45px;
font-size: 15px;
border-radius: 0;
border: none;
background-color: #f1f1f1;
  border-bottom: 1px solid rgba(0,0,0,.1);
}
.products-pages input:focus
{
box-shadow: none !important;
border-bottom: 1px solid rgba(0,0,0,.3);
background-color: #f1f1f1
}
.products-pages .fitler
{
text-align: center;
}
.products-pages .fitler ul
{
padding: 0
}
.products-pages .fitler ul .dropdown-toggle
{
width: 100px;
background-color: #f1f1f1;
color: black
}

.products-pages .fitler ul li .dropdown-item
{
font-size: 13px;
}
.post-header
{
text-align: right;
background-color: #f1f1f1;
margin: 10px 0;
padding: 20px;
}
.post-header li
{
display: inline-flex;
margin: 10px;
}
.post-header li  a
{
color: black;
font-weight: bold;
padding: 5px 12px;
font-size: 13px
}
.post-details .post-title
{
text-align: right;
margin: 50px 0
}
.post-details .post-title h1
{
text-transform: capitalize;
font-weight: bold;
}
.post-details .post-title p
{
font-size: 17px;
color: rgba(0,0,0,.7)
}
.post-details .post-title  .shared
{
font-size: 14px;
color: rgba(0,0,0,.6)
}
.post-details .image img
{
width: 100%;
height: 600px
}
.post-details .content
{
line-break: anywhere;
overflow: hidden;
text-align: right;
margin-bottom: 80px
}
.post-details .content p
{
font-size: 18px;
color: rgba(0,0,0,.8)
}
.post-details .card-pt
{
margin: 22px 0;
text-align: right
}
.post-details .card-pt .card-hd h1
{
display: block;
font-size: 20px;
padding: 10px;
background-color: #f1f1f1;
border-right: 4px solid var(--mainColor);
color: rgba(0,0,0,.8)
}
.post-details .card-pt .card-bd a
{
display: block;
padding: 10px;
font-size: 14px;
color: rgba(0,0,0,.6)
}
.post-details .card-pt .card-bd a:hover
{
background-color: var(--mainColor);
color: black;
transition: .5s
}
.contact form
{
background-color: #f1f1f1;
padding: 50px;
text-align: right;
margin-bottom: 60px
}
.contact form .form-grou\^p
{
margin: 10px 0
}
.contact form input,.contact form  textarea
{
text-align: right;
resize: none;
border-radius: 0 ;
border: none;
border-bottom: 1px solid rgba(0,0,0,.3);
font-size: 14px
}
.contact form input:focus,.contact form  textarea:focus
{
border-bottom: 1px solid black;
box-shadow: none !important;
}
.contact form .btn
{
background-color: var(--mainColor);
color: black;
border: none;
font-weight: bold
}
/* begin*/

.pagination {
margin-top:0;
margin-bottom:50px;
padding:10px 0;
background:transparent;
border-bottom:1px solid #ebebeb;
display:inline-block;
border-top:1px solid #ebebeb;
border-radius:0
}
.pagination>div {
text-align:right;
color:#666;
font-size:13px
}
.pagination>.row>div {
line-height:30px
}
.pagination .page-list {
background:none;
float:left;
margin-bottom:0;
padding:0;
border:none;
box-shadow:none
}
.pagination .page-list li {
display:inline-block;
float:left
}

.mpsd .ds a
{
   display: block;
   text-align: center;
   background: var(--mainColor);
   color: white;
   border-radius: 5px;
   padding: 8px
}
.acc h3 {
   font-size: 16px;
   background-color: white;
   color: rgba(0,0,0,.8);
   padding: 15px;
   margin: 10px 0;
   cursor: pointer;
   /*! letter-spacing: 2px; */
   position: relative;
   text-transform: capitalize;
   border-radius: 0;
   transition: .5s;
   text-align: right;
   ;

}

.acc h3:after {
   content: '+';
   position: absolute;
   left: 20px;
   font-size: 40px;
   top: 40%;
   transform: translateY(-50%);
}
.acc.active h3
{
 background-color: #e6f7fd;
 transition: .5s;
 color:black;
 font-weight: bold;
 text-align: right !important

 color: white;
 text-align: right;
}
.acc.active h3:after {
 content: '-';
}

.content-faq {
   background-color: #fff;
   display: none;
}

.content-inner {
   padding: 15px;
   text-align: right;
}

.content-faq * {
   margin-top: 0;
   line-height: 1.5;
   text-align: right !important;
}

.acc {
   border-bottom: 1px solid #fff;
}
.cashbox
{
    box-shadow: 0px 5px 5px rgba(0,0,0,.1);
    border: 1px solid rgba(0,0,0,.1) !important;
    border-radius: 5px;
}
.bx
{
   border-radius: 1px;
   position: relative;
   /*! overflow: hidden; */
   text-align: center;
   border-radius: 5px;
   margin: 10px !important;
   background: #fff;
   padding-bottom: 30px;
}
.bx input
{
   /* display: none; */
}
.bx label
{
   cursor: pointer;
   display: block;
   /*! padding: 10px 40px; */
}
.bx .pricse, .bx .pic
{
   font-weight: bold;
   color: rgba(0,0,0,.6);
   display: block;
   padding: 5px 0;
   background: \);
}
.bx .pricse
{
   position: absolute;
   top: 0;
   background: #278ffd;
   color: white;;
   padding: 20px;
   left: 40%;
   margin-top: -40px;
   box-shadow: 0px -10px 10px rgba(0,0,0,.1);
   font-size: 22px !important;
   border-radius: 10px
}
.bx .detail
{
   font-size: 14px;
   color: rgba(0,0,0,.6)
}
.bx .btn
{
   width: 40%;
   text-align: center !important;;
   font-size: 13px !important;
}
.success
{
   margin: 80px 0
}
.success .bic
{
   text-align: center;
   background: #f1f1f1;
   padding: 40px 0;
   border-radius: 10px
}
.success .bic svg
{
   margin: 15px 0;
   width: 90px;
   height: 90px;
}
.success .bic path
{
   fill: #31aa77;
}
nav .btn
{
  color: black !important
}

.content-header
{
   text-align: center;
   margin-bottom: 0 !important;
}

.en-body .content-header a
{
   float: right
}
.en-body .content-header
{
   text-align: left
}
.en-body .box-stock .content-overlay h3
{
   text-align: left
}
.en-body footer  h1
{
   text-align: left !important;
}
.en-body footer a
{
   text-align: left !important;
}
.en-body footer p
{
   text-align: left
}
.en-body form input, .en-body form select
{
   text-align: left !important;
}
.en-body form label
{
   text-align: left !important;
   display: block
}
.en-body p
{
   text-align: left !important;
}
.en-body .btn
{
   text-align: center !important;
}
.ald
{
   padding: 20px 10px;
   text-align: center;
   position: relative;
   background-color: #f4f4f4;
/*    border: 1px solid rgba(0,0,0,.3); */
   /*! border-radius: 5px; */
   margin: 5px 0;
   border-bottom: 1px solid rgba(0,0,0,.1);
   border-radius: 20px !important;
}
.ald svg
{

   width: 60px;
   height: 60px;
   /*! background-color: var(--mainColor); */
   padding: 10px;
   border-radius: 50%;
   /*! margin-bottom: 10px */
}
.ald svg path
{
   fill: black;
}
.ald span
{
  font-weight: bold;
   font-size: 15px;
  color: black;
}

.alld p
{
   color: white !important;;
   font-size: 23px !important;
}
.condpopbalance
{
   position: fixed;
   width: 100%;
   height: 100%;
   background: rgba(0,0,0,.3);
   left: 0;
   top: 0;
   z-index: 555555
}
.condpopbalance form
{
   text-align: right;
   background: white;
   padding: 30px;
   border-radius: 5px;
   margin-top: 90px
}
.condpopbalance form label
{
   display: block;
   padding: 10px 0;
   font-size: 13px;
}
.condpopbalance form .btn
{
   margin: 10px 0
}
.condpopbalance form input
{
   border-radius: 5px !important;
}
.disabledddd
{
  background-color: grey !important
}
.table td, .table th
{
   font-size:13px !important;
}
.accountinfo input
{
   background: #fbfbfb !important;;
   border: 1px solid rgba(0, 0, 0, 0.04) !important;;
   border-radius: 0 !important;
   border-radius: 52px !important;
}
.mppr6
{
font-size: 13px;
text-align: center;
background: white !important;
color: black !important;
padding: 0 !important;
width: 40px !important;
margin: 0;
display: none;
}
.newsletter
{
  background: var(--mainColor);
  padding: 30px 0;
  /*! padding-top: 80px; */
}
.newsletter h3
{
  color: #fff;
  text-align: right;
}
.newsletter input
{
  margin: 15px 0;

  color: black !important;
  border-radius: 0;

  text-align: right;
  height: 50px !important;
}
.newsletter .btn
{
   background: #f4c020 !important;
   color: white !important;
   width: 100% !important;
}
.newsletter .form-check-label
{
  color: white;
  font-size: 14px;
  margin-left: 20px;
  text-align: right;
  padding-left: px !important;
  margin-top: 10px !important;
}
.newsletter .form-check-input
{
  margin: 0 !important;
}
.newsletter .form-check
{
  padding: 0;
  display: flex;
  flex-direction: row-reverse;
}
.newsletter .btn
{
  width: 80%;
  border: 1px solid white;
}
.newsletter .group label
{
  color: #3e3e3e;
  text-transform: capitalize
}
.newsletter .group ul
{
  display: flex !important;
  width: 50% !important;
}
.newsletter .group
{
  margin-top: 40px;
  margin-right: unset;
  text-align: right;
}
.newsletter .group h4
{
  font-weight: bold;
  font-size: 20px !important;
  color: white;
}
.newsletter .group small
{
  color: rgba(255,255,225,.6);
}
.newsletter .group a
{
  color: #1a1919;
  border: 1px solid;
  font-size:17px;
  padding: 10px 12px;;
  border-radius: 50%;
  margin: 0px 10px
}
.act li
{
  margin: 0;
  border-radius:
}
.act
{
  margin-left: 20px
}
.act li:nth-child(2) a
{
  background: var(--mainColor);
  display: block;
  padding: 10px 13px;
    border-radius: 20px 0px 0px 20px;

  padding-right: 11px;
  color: white;
}
.act li:nth-child(1) a
{
  background: #312C2C42;
  display: block;
  padding: 10px 13px;
  border-radius: 0px 20px 20px 0px;
  text-align: center !important;
  padding-left: 11px !important;
  color: black;
}
.products {
    background-color: #f9f9f9;
    margin-top: -60px;
}

.products .box-filters {
    text-align: center;
    padding: 40px 0 0;
}

.products .box-filters figure {
    width: 60px;
    height: 60px;
    display: inline-block;

    background-color: white;
    color: #666666;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    cursor: pointer;
    margin: 0 5px;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.products .box-filters figure.active {
    background-color: #3a3d45;
    color: #ffbb00;
}

.products .box-filters figure .f-icon {
    display: block;
    font-size: 38px;
    line-height: 27px;
}

@media (min-width: 992px) {
    .products .box-filters figure {
        width: 100px;
        height: 100px;
    }
    .products .box-filters figure .f-icon {
        font-size: 68px;
        line-height: 50px;
    }
}

.products .box-filters-results {
    padding: 0;
    position: relative;
}

.products article {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    background-color: #f2f2f2;
    position: relative;
    transition: all 0.5s;
    margin-bottom: 1px;
    overflow: hidden;
    border-radius: 10px;
}

.products article .label {
    position: relative;
    top: 10px;
    left: 10px;
    line-height: initial;
    margin: 5px 15px;
    display: flex;
}

.products article sub, .products article sup {
    font-size: 100%;
}

.products article .text {
    width: 100%;
    padding: 10px;
}

.products article .text a:hover {
    color: #333;
}

.products article .text .title {
    /*! display: block; */
    /*! margin: 0 0 5px 0; */
    /*! white-space: nowrap; */
    text-overflow: ellipsis;
    /*overflow: hidden;*/
    text-align: right;
}
.products article .text h2
{
    width: 100% !important;
}
.products article .text h2 svg
{
    width: 25px !important;;
    height: 25px;
}
.products article .text h2
{
    color: var(--mainColor);
    font-size: 19px !important;
    font-weight: bold;
}
.products article .text h2 a
{
    font-size: 17px !important;
    padding: 20px 30px;
    display: block;
    text-align: center;
    width: 100%;
    /*! margin-top: 0px; */
    /*! margin: 10px; */
    translate: tra;
    translate: ;
    padding-top: 14px !important;
    font-weight: ;
    color: #393939;
}
.products article .text h2 path
{
    fill: var(--mainColor)
}
.products .dsre ul
{
    display: flex;
    width: 100%;
    flex-direction: row-reverse;
    margin-top: 10px;
}
.products .dsre ul li
{
    width: 100%;
    text-align: right;
    margin: 10px 20px
}
.products .dsre ul li span
{
    font-size: 24px;
    color: black;
    font-weight: bold
}
.products article .text .title small {
    color: #3a3d45;
    font-size: 45%;
}

.products article .text sub, .products article .text sup {
    bottom: auto;
    top: auto;
    display: inline-block;
    margin-right: 10px;
}

.products article .text sub {
    text-decoration: line-through;
    font-weight: 300;
}

.products article .image {
    overflow: hidden;
    height: auto;
}

.products article .image a {
    display: block;
   font-size: 40px;
   text-align: center;
   margin-top: 40px;
   color: white;
}

.products article .image img {
    width: 100%;
}

.products article .btn-add {
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.products article:hover .btn-add {
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.products article .info {
    display: none;
    position: absolute;
    width: 35px;
    right: 15px;
    top: 15px;
    margin-right: 0;
    margin-top: 5px;
    z-index: 3;
}

.products article .info .add-favorite.added {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.products article .info .add-favorite.added a {
    background-color: #e71d36;
}

.products article .info .add-favorite.added a:hover:after {
    content: attr(data-title-added);
    background-color: inherit;
}

.products article .info a {
    position: relative;
    display: inline-block;
    padding: 0 5px;
    background-color: dimgray;
    color: white;
    text-align: center;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 5px;
}

@media (min-width: 992px) {
    .products article .info a {
        margin-bottom: 10px;
    }
}

.products article .info a:hover {
    background-color: #000000;
    color: white;
}

.products article .info a:hover:after {
    position: absolute;
    content: attr(data-title);
    padding: 5px 6px;
    right: 110%;
    top: 3px;
    white-space: nowrap;
    z-index: 20;
    background-color: #000000;
    color: #fff;
    font-size: 10px;
    border-radius: 5px;
    line-height: normal;
}

.products article .info > span {
    display: block;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
}

@media (min-width: 992px) {
    .products article .info {
        display: block;
    }
}

.products article:hover .info > span {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.products article .info > span:nth-child(1) {
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.products article .info > span:nth-child(2) {
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.products article .info > span:nth-child(3) {
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.products article .figure-list {
    display: table;
    width: 100%;
}

.products article .figure-list .image,
.products article .figure-list .text {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}

.products article .figure-list .text {
    position: relative;
    padding: 0 20px;
}

.products article .figure-list .text .title {
    white-space: inherit;
}

.products article .figure-list .text .description {
    display: none;
    margin-top: 15px;
}

.products article .figure-grid .text .description {
    display: none;
}

.products article .figure-block .text .description {
    position: relative;
    display: none;
    height: 80px;
    overflow: hidden;
    z-index: 1;
    padding-top: 5px;
}

.products article .figure-block .text .description:after {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    /* IE6-9 */
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 75px;
    content: "";
    display: block;
    z-index: 2;
}

@media (min-width: 768px) {
    .products article .figure-block .text .description {
        display: block;
    }
}

@media (min-width: 768px) {
    .products.products-category {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .products article {
        margin-bottom: 30px;
    }
    .products article .label {
        top: auto;
        bottom: 10px;
        left: 10px;
    }
    .products article sub, .products article sup {
        font-size: 80%;
    }
    .products article:hover {
        box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
    }
    .products article .figure-grid .text {
        /*! position: absolute; */
        padding: 20px 20px 0;
        top: 0;
        padding: 10px 10px !important;
    }
    .products article .figure-list .image {
        width: 30%;
    }
    .products article .figure-list .text {
        width: 70%;
    }
    .products article .figure-list .text .description {
        display: block;
    }
    .products article .figure-block .text {
        padding: 20px;
    }
}

@media (max-width: 767px) {
    .products .row {
        margin: 0;
    }
    .products .container,
    .products .row > div {
        padding-left: 1px;
        padding-right: 1px;
        padding-bottom: 1px;
    }
    .products .btn-add {
        display: none;
    }
}

/*
    ----------------------------------
    20. Product page
    ----------------------------------
*/
.product {
    position: relative;
    padding: 0;
    overflow: hidden;
}

.product .main {
    padding: 20px 0;
}

.product .product-info-wrapper {
    position: relative;
    margin-bottom: 10px;
}

.product .title {
    color: black;
    font-weight: 600;
    position: relative;
}

.product .title:before {
    content: attr(data-title);
    font-size: 550%;
    color: rgba(99, 99, 99, 0.07);
    position: absolute;
    width: inherit;
    white-space: nowrap;
    left: -30%;
    top: -100%;
    z-index: 1;
}

.product .title small {
    display: block;
    text-transform: none;
    color: black;
    font-size: 40%;
    margin: 5px 0;
}

.product .price {
    margin-bottom: 20px;
}

.product .price small {
    text-decoration: line-through;
    margin-left: 10px;
}

.product .info-box {
    margin-bottom: 2px;
    padding: 5px 0;
    display: table;
    width: 100%;
}

.product .info-box > span {
    display: table-cell;
    vertical-align: middle;

}

.product .info-box > span:first-child {
    width: 35%;
}

    .product .info-box > span:last-child {
        width: 65%;
        text-align: right;
    }

.product .info-box:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.product .info-box .checked {
    border-color: #ffbb00;
}

    .product .info-box strong {
        display: block;
        font-weight: 600;
        text-align: right;
    }

.product .info-box.info-cell {
    display: table;
    width: 100%;
}

.product .info-box.info-cell > span {
    display: table-cell;
    vertical-align: middle;
}

.product .info-box.info-box-addto {
    cursor: pointer;
}

.product .info-box.info-box-addto i {
    font-style: normal;
}

.product .info-box.info-box-addto .added {
    display: none;
    color: #ffbb00;
}

.product .info-box.info-box-addto .add {
    display: block;
}

.product .info-box.info-box-addto.added .added {
    display: block;
}

.product .info-box.info-box-addto.added .add {
    display: none;
}

.product .product-colors {
    display: block;
}

.product .info {
    background-color: #e2e2e2;
    padding: 20px 0;
    z-index: 1;
}

.product .info .content {
    padding: 30px 0;
}

.product .info .content hr {
    border-color: #c1c1c1;
}

.product .info .content .full-image {
    width: 100%;
}

.product .info .content h3 {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.product .info .content h3:after {
    background: #fbb700;
    content: "";
    width: 50px;
    height: 1px;
    position: absolute;
    top: 100%;
    left: 0;
}

.product .info .products {
    background-color: transparent;
}

.product .owl-product-gallery.owl-theme .owl-controls .owl-buttons div span {
    background-color: rgba(0, 0, 0, 0.5);
}

@media (min-width: 992px) {
    .product .main {
        padding: 50px 0;
        margin-bottom: 50px;
    }
    .product .title {
        margin-top: 0;
    }
    .product .product-info-wrapper {
        padding-top: 30px;
        margin-bottom: 50px;
    }
}

@media (max-width: 991px) {
    .product .product-flex {
        display: flex;
        flex-flow: column;
    }
    .product .product-flex .product-flex-gallery {
        order: 1;
    }
    .product .product-flex .product-flex-info {
        order: 2;
    }
}
.products .dt
{
   /*! background: var(--mainColor); */
   color: white;
   position: absolute;
   padding: 10px 30px;
   border-radius: 10px 10px 10px 0px;
   font-size: 10px;
}
.news
{
   position: relative;
   border-radius: 10px;
   overflow: hidden;
   background: white;
   text-align: right !important;
   box-shadow: 0px 10px 10px rgba(0,0,0,.2)
}
.news img
{
   width: 100%;
   height: 250px !important;
}
.news svg
{
   width: 30px;
   height: 30px;
   margin-left: 5px
}
.news svg path
{
   fill: var(--mainColor)
}
.news h6
{
   margin: 10px;
   color: var(--mainColor)
}
.news h1
{
   font-size: 18px;
   color: black;
   margin: 10px;
   margin-bottom: 20px
}
.swiper {
      width: 100%;
      height: 100%;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;

      display: flex;
      justify-content: center;
       padding-bottom: 30px !important;
      align-items: center;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

.fomrmt label
{
   font-size: 18px;
   color: black;
   font-weight: bold
}
.fomrmt select
{
   height: 50px;
   color: black
}
.imgproove
{
   position: absolute;
   bottom: 0;
   width: 100%;
   background: linear-gradient(to bottom, #0000, #000);
}
.imgproove
{
   padding: 10px
}
.projectdetails .container-fluid
{
   padding: 0
}
.imgproove .dsre a
{
   color: white;
   background: black;
   padding: 8px 30px;
   font-weight: bold;
   font-size:18px;
   position: absolute;
   bottom: 23px;
}
.imgproove .dsre2
{
   text-align: right;
   padding: 20px;

   padding-right: 35px;
}
.imgproove .dsre2  h2
{
   color: var(--mainColor ) !important;
   margin-right: 10px !important;
   position: relative !important;
   font-size: 22px;
}
.imgproove .dsre
{
   padding: 10px !important;
   padding-bottom: 0 !important;
   padding-bottom: ;
}
.imgproove .dsre2 h2 span
{
   color: white !important;
   font-size: 22px !important;
   line-height: 1.6em
}
.imgproove .dsre2  h2 a
{
   z-index: 9999;
   color: white;
   font-size: 30px !important;
   font-weight: bold;

}
.vore
{
   text-align: right;
   padding: 40px 50px
}
.vore h1
{
   color: black;
   font-size: 25px;
   font-weight:bold;
}
.vore p
{
   color: rgba(0,0,0,.6);
   font-size: 18px
}
.vore .row
{
   margin-top: 30px
}
.vore form label
{
   color: black;
   font-weight: bold
}
.vore input
{
   height: 50px
}
.vore .row .btn
{
   background: var(--mainColor);
   color: white;
   margin: 10px 0;
   text-align: center;
   width: 200px;
   text-align: center !important;
   font-size: 15px;
   height: 35px !important;
}
.ppbox svg, .ppbox img
{
   width: auto;;
   color: black !important;
   height: 23px !important;
}
.ppbox h1
{
   font-size: 32px !important;;
   color: black !important;
}
.ppbox .scul
{
   justify-content: end;
   width: 80% !important;
   margin-left: auto
}
.ppbox .scul li
{
   text-align: right
}
.ermep a
{
   display: block;
   text-align: center;
   background: #e0d3b8;
   color: black;
   padding: 8px
}
.untd svg
{
   width: 30px !important;;
   height: 30px !important;
}
.untd svg path
{
   stroke: rgba(0,0,0,.8)
}
.untd .properties__param span
{
   color: rgba(0,0,0,.6) !important;
   font-size: 14px
}
.untd .scul
{
   margin: 0;
   width: 100% !important;

   display: flex !important;
   margin-bottom: 20px;
}
.untd .scul li
{
   font-size: 14px !important;
   width: 100%;
}
.odur
{
   margin-top: 20px;
   border-top: 1px solid rgba(0,0,0,.2);
   padding: 15px;
    border-bottom: 1px solid rgba(0,0,0,.2);
}
.odur div
{
   width: 100%;
   text-align: right;
}
.odur div p
{
   margin: 0;
   font-size: 15px
}
.odd2
{
   margin: 0 !important;
}

.odd2 p
{
   text-align: center;
   color: black;
   font-size: 18px !important;

}
.pytype
{
      display: flex;
   width: 100%;
}
.pytype .form-check
{
   width: 100%;
    border: 1px solid rgba(0,0,0,.1);
   margin:  5px;
   position: relative;
   padding: 10px;
   background: #f1f1f1;
   padding-right: 30px !important;
}
.pytype input
{
   width: 20px !important;
   height: 20px !important;
   z-index: 99999999999999999999999;
   border-radius: 50% !important;
   /*! position: relative !important; */
   border: 1px solid black;

}
.pytype label
{
   /*! width: 100%; */
   padding: 10px;
   padding-left: 30px;
   color: black;
   font-weight: bold;

   padding-right: ;
}
.account-page svg
{
  width: 40px !important;
  height: 40px;
  text-align: right;
}
.ddslf
{
   display: flex;
   justify-content: end
}
.ddslf a
{
   color: black;
   border: 1px solid;
   margin: 0px 5px;
   padding: 5px !important;
   font-size: 18px
}
.eres p
{
   color: black
}.eres h6
{
   font-size: 22px;
   font-weight: bold
}

.lfmlfjd .scul
{
   justify-content: end !important;
   margin:0!important;
   margin-left: auto !important;
   width: 70% !important;
   justify-content: end !important;
   display: flex;
}
.lfmlfjd h1
{
   font-size: 45px !important;
}
.lfmlfjd li p
{
   color: black !important;
   font-size: 22px
}
.mppr
{
   background: #f1f1f1;
   padding: 20px;
   margin-right: -150px;
   margin-top: 140px;
   z-index: 99;
   position: relative
}
.projectdetails ul
{
 display: flex;
 width: 50%;
 margin: 00px auto;
 text-align: center;
 justify-content: center;
 padding: 20px 0 !important;
 z-index: 9999999999;
 position: relative;
}
.projectdetails ul li
{
 width: 100%;
 text-align: center !important;
 justify-content: center;
}
.projectdetails ul li span
{
 text-transform: capitalize;
 font-weight: bold;
 color: #0f0f2d;
}
.projectdetails ul li p
{
 /*! background-color: var(--mainColor); */
 /*! width: 30px; */
 padding: 5px;
 font-weight: ;
 font-size: 20px;
 text-align: center;
 color: black;
 display: ;
 text-align: center;
}
.projectdetails ul li p svg
{
   width: 25px;
   height: 25px
}
.projectdetails .info
{
 text-align: right;
}
.projectdetails .info p
{
 font-size: 15px;
 text-transform: capitalize
}
.projectdetails .info p:nth-child(3)
{
 color: rgba(0,0,0,.6)
}
.projectdetails .info p i
{
 color: rgba(0,0,0,.6)
}
.projectdetails-apr ul
{
 display: inline-flex;
 padding: 0;
 margin: 0;
 width: 100%;

 /*! margin-top: 10px; */
 padding: 10px !important;
 padding: ;
}
.projectdetails-apr ul li
{
 width: 100%;
 text-align: right;
 font-size: 16px;
 color: black;

}
.projectdetails-apr ul li:nth-child(2)
{
 text-align: right;
}
.projectdetails-apr ul p
{
 margin: 0;
 font-size: 14px;
 text-transform: capitalize;
 font-weight: bold;
 color: rgba(0,0,0,.6)
}
.projectdetails-apr .content
{
 margin: 20px 0 !important;
 background: white;
 box-shadow: 0px 10px 10px rgba(0,0,0,.1);
 /*! padding: 10px; */
 padding-bottom: 0;
 border: 1px solid rgba(0,0,0,.1);
}
.projectdetails-apr .content h1
{
   color: black
}
.dfrtrt
{
   display: flex;
   justify-content: end;
   border-bottom: 1px solid rgba(0,0,0,.2);
   padding-bottom: 20px
}
.dfrtrt li
{
   margin-left: 15px;
   font-size: 17px;
}
.dfrtrt svg
{
   width: 20px;
   height: 20px
}
.dfrtrt path
{
   color: var(--mainColor)
}
.ald p
{
   font-weight: bold;
   color: var(--mainColor);
}
.mfljret a
{
   background: #fff;
   color: #262424 !important;
   /*! padding: 8px 30px; */
   /*! margin: 0px 10px; */
   border-radius: 5px;
   font-size: 13px;
   text-decoration: underline !important;
}
.cart-table-container {
 margin-bottom:2.5rem
}
.cart-table-container .input-group .form-control {
 height:43px;
 border-color:rgba(0,0,0,0.09)
}
.cart-table-container .btn-shop,
.cart-table-container .btn-sm {
 border:none;
 background-color:#f4f4f4;
 color:#222529
}
.cart-table-container .btn-shop:hover,
.cart-table-container .btn-sm:hover {
 color:#fff;
 background-color:#08C
}
.table.table-cart tr td,
.table.table-cart tr th,
.table.table-wishlist tr td,
.table.table-wishlist tr th {
 vertical-align:middle
}
.table.table-cart tr th,
.table.table-wishlist tr th {
 border:0;
 color:#222529;
 font-weight:700;
 line-height:2.4rem;
 text-transform:uppercase;
 font-size: 12px;
 padding: 10px !important;
 background: #f1f1f1;
 margin-top: 80px !important;
}
.table.table-cart tr td,
.table.table-wishlist tr td {
 border-top:1px solid #e7e7e7
}
.table.table-cart tr td.product-col,
.table.table-wishlist tr td.product-col {
 padding:2rem 0.8rem 1.8rem 0
}
.table.table-cart tr.product-action-row td,
.table.table-wishlist tr.product-action-row td {
 padding:0 0 2.2rem;
 border:0
}
.table.table-cart .product-image-container,
.table.table-wishlist .product-image-container {
 position:relative;
 width:8rem;
 margin:0
}
.table.table-cart .product-title,
.table.table-wishlist .product-title {
 margin-bottom:0;
 padding:0;
 font-family:"Open Sans",sans-serif;
 font-weight:400;
 line-height:1.75
}
.table.table-cart .product-title a,
.table.table-wishlist .product-title a {
 color:inherit
}
.table.table-cart .product-single-qty,
.table.table-wishlist .product-single-qty {
 margin:0.5rem 4px 0.5rem 1px
}
.table.table-cart .product-single-qty .form-control,
.table.table-wishlist .product-single-qty .form-control {
 height:48px;
 width:44px;
 font-size:15px !important;
 font-weight:700;
 text-align: center !important;
}
.table.table-cart .subtotal-price,
.table.table-wishlist .subtotal-price {
 color:#222529;
 font-size:1.6rem;
 font-weight:600
}
.table.table-cart .btn-remove,
.table.table-wishlist .btn-remove {
 right:-10px;
 font-size:1.1rem
}
.table.table-cart tfoot td,
.table.table-wishlist tfoot td {
 padding:2rem 0.8rem 1rem
}
.table.table-cart tfoot .btn,
.table.table-wishlist tfoot .btn {
 padding:1.2rem 2.4rem 1.3rem 2.5rem;
 font-family:"Open Sans",sans-serif;
 font-size:12px;
 font-weight:700;
 /*! height:43px; */
 letter-spacing:-0.018em;
 background-color: #e6e4e4 !important;
 color: black !important;
}
.table.table-cart tfoot .btn+.btn,
.table.table-wishlist tfoot .btn+.btn {
 margin-left:1rem
}
.table.table-cart .bootstrap-touchspin.input-group,
.table.table-wishlist .bootstrap-touchspin.input-group {
 margin-right:auto;
 margin-left:auto
}
.table.table-cart .product-title a,
.table.table-cart .subtotal-price {
 /*! display:block; */
 /*! margin-bottom:1px; */
 font-size: 17px;
 padding: 0 !important;
}
.table-cart tr th {
 padding:1rem
}
.table-cart tr th.thumbnail-col {
 width:16%
}
.table-cart tr th.product-col {
 width:33%;
}
.table-cart tr th.price-col {
 width:14%
}
.table-cart td {
 padding:2rem 1rem
}
i.cart-empty {
 font-size:100px;
 color:#d3d3d4
}
.btn-edit:focus,
.btn-edit:hover,
.btn-move:focus,
.btn-move:hover,
.btn-remove:focus,
.btn-remove:hover {
 color:#08C;
 text-decoration:none
}
.btn-edit {
 margin-right:1rem;
 font-size:1.3rem
}
.btn-move {
 font-size:1.3rem;
 line-height:2.5rem
}
.btn-move:focus,
.btn-move:hover {
 text-decoration:underline
}
.qty-col {
 min-width:98px
}
tbody .product-col {
 font-size:0
}
.product-col .product-image-container {
 display:table-cell;
 padding-right:1.8rem;
 margin-bottom:0;
 vertical-align:middle
}
.product-col .product-image img {
 border:1px solid #ccc
}
.product-col .product-title {
 margin-bottom:1px;
 display:table-cell;
 vertical-align:middle
}
.cart-discount {
 margin-bottom:4rem
}
.cart-discount h4 {
 margin-bottom:1.2rem;
 font-size:1.6rem;
 font-weight:400
}
.cart-discount form {
 max-width:420px
}
.cart-discount .input-group-append {
 margin-left:3px
}
.cart-summary {
 margin-bottom:3.6rem;
 padding:10px 30px;
 border:2px solid #e7e7e7;
 background:#fff
}
.cart-summary h3 {
 margin-bottom:2.3rem;
 font-size:20px;
 letter-spacing:-0.01em;
 font-weight: bold;
 margin-top: 18px !important;
}
.checkout-progress-bar li a.active,
.checkout-progress-bar li a:hover {
 color:#08C;
 opacity:1
}
.table.table-totals {
 margin-bottom:2.6rem
}
.table.table-totals .custom-radio .custom-control-input {
 width:100px
}
.table.table-totals h4 {
 display:inline;
 margin-bottom:0;
 font-size:14px !important;
 font-weight:600;
 letter-spacing:-0.01em;
 color: black !important;
}
.table.table-totals .form-control {
 line-height:1.5
}
.table.table-totals .form-group {
 margin-bottom:1.5rem
}
.table.table-totals .select2-container.select2-container--default .select2-selection--single {
 min-height:37px
}
.table.table-totals .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
 line-height:1.6
}
.table.table-totals tr td,
.table.table-totals tr th {
 padding:1rem;
 border:0;
 letter-spacing:-0.01em;
 font-size:14px;
 font-weight:600;
 color:#222529;
 font-family:"poppins"
}
.table.table-totals tr td:last-child,
.table.table-totals tr th:last-child {
 color:#777;
 text-align:right;
 font-weight:400
}
.table.table-totals tbody tr {
 border-bottom:1px solid #dcdcdc
}
.table.table-totals tfoot {
 border-top:1px solid #ccc;
 color:#222529;
 font-size:1.6rem;
 font-weight:700
}
.table.table-totals tfoot tr td {
 padding-top:1.3rem;
 padding-bottom:1.6rem;
 vertical-align:middle;
 font-size:15px !important;
 padding-left:1.2rem
}
.table.table-totals tfoot tr td:last-child {
 font-weight:700;
 font-size:22px;
 color:#222529
}
.table.table-totals tfoot b {
 font-size:2.2rem
}
.checkout-methods .btn {
 font-family:"Open Sans",sans-serif;
 font-size:1.5rem;
 letter-spacing:-0.015em;
 padding:1em 0;
 font-size: 13px !important;
 background: #151515 !important;
}
.checkout-methods .btn i {
 margin-left:1.2rem
}
.return-to-shop .btn {
 padding:1.6rem 3.6rem;
 font-family:"Open Sans",sans-serif;
 font-size:1.5rem;
 letter-spacing:-0.02em
}
.cart-summary form {
 margin-bottom:1.6rem
}
.cart-summary .form-group-sm {
 max-width:none
}
.cart-summary .form-group-sm label {
 margin-top:1.3rem;
 letter-spacing:0;
 margin-bottom:1.4rem;
 font-weight:400;
 font-size:1.4rem;
 color:#777;
 font-family:"Open Sans",sans-serif
}
.cart-summary .form-group-sm .form-control {
 height:35px !important;
 font-size:13px;
 letter-spacing:-0.012em;
 text-align: left !important;
}
.cart-summary .btn-update-total {
 background-color:#f4f4f4;
 color:#222529;
 border:none;
 padding:8px 12px;
 line-height:1.5;
 font-family:"Open Sans",sans-serif
}
.cart-summary .btn-update-total:hover {
 color:#fff;
 background-color:#08C
}
@media (max-width:575px) {
 .cart-table-container {
  border-top:4px solid #08C
 }
 .table.table-cart {
  border:1px solid #e7e7e7;
  border-top:0;
  box-shadow:0 2px 4px 0 rgba(0,0,0,0.05);
  width: 100% !important;
 }
 .table.table-cart,
 .table.table-cart tbody,
 .table.table-cart tfoot {
  display:block
 }
 .table.table-cart thead {
  display:none
 }
 .table.table-cart tr td {
  padding:0.5rem 0.5rem;
  border-top:0
 }
 .table.table-cart tr td.product-col {
  padding-bottom:0.5rem
 }
 .table.table-cart .product-row {
  display:-ms-flexbox;
  /*! display:flex; */
  -ms-flex-direction:column;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  padding-top:3rem;
  padding-bottom:2.5rem;
  border-top:2px solid #ddd;
  width: 100% !important;
  position: relative;
  display: unset;
 }
 .table.table-cart .product-row:first-child {
  border-top:0
 }
 .table.table-cart .product-col {
  -ms-flex-direction:column;
  flex-direction:column;
  -ms-flex-pack:center;
  justify-content:center;
  text-align:center
 }
 .table.table-cart .product-col .product-image-container {
  -ms-flex:0 0 auto;
  flex:0 0 auto;
  margin-right:0;
  margin-bottom:1rem
 }
 .table.table-cart tfoot {
  border-top:2px solid #ddd
 }
 .table.table-cart tfoot tr {
  display:block;
  width:100%
 }
 .table.table-cart tfoot tr td {
  display:-ms-flexbox;
  display:flex;
  -ms-flex-direction:column;
  flex-direction:column;
  -ms-flex-align:start;
  align-items:center;
  padding:3rem 0
 }
 .table.table-cart .cart-discount {
  margin-bottom:2rem
 }
 .table.table-cart .cart-discount form {
  margin-bottom:0
 }
}
@media (min-width:1200px) {
 .cart-table-container .input-group .form-control {
  width:183px
 }
}
@media (max-width:767px) {
 .cart-table-container .cart-discount .form-control {
  max-width:132px;
  margin-right:0.4rem
 }
 .table.table-cart .cart-discount {
  margin-bottom:1.5rem
 }
}
@media (max-width:479px) {
 .cart-summary {
  padding-left:2rem;
  padding-right:2rem
 }
 .table.table-cart .cart-discount {
  margin-bottom:1.5rem
 }
 .cart-discount .input-group {
  flex-direction:column;
  align-items:center
 }
 .cart-table-container .cart-discount .form-control {
  margin:auto;
  margin-bottom:1.5rem;
  max-width:none;
  width:100%
 }
}
.checkout-progress-bar {
 margin:4.7rem 0 2.1rem;
 font-size:0;
 line-height:1.4
}
.checkout-progress-bar li {
 display:inline-block;
 position:relative;
 margin-bottom:3rem;
 color:#999;
 font-family:Poppins,sans-serif;
 font-size:2rem;
 font-weight:700;
 letter-spacing:-0.03em;
 text-align:center;
 vertical-align:top
}
.upcomming {
  font-size: 45px;
  text-transform: uppercase;
  border-left: 14px solid rgba(255, 235, 59, 0.78);
  padding-left: 12px;
  margin: 18px 8px;
}
.container .item {
  width: 100%;
  padding: 0 20px;
  background: var(--mainColor);
  overflow: hidden;
  margin: 10px;
  height: auto;
}
.container .item-right,
.container .item-left {
  float: left;
  padding: 20px;
}
.container .item-right {
  padding: 43px 50px;
  margin-right: 20px;
  width: 25%;
  position: relative;
  height: auto;
  /*! background: var(--mainColor); */
}
.container .item-right .up-border,
.container .item-right .down-border {
  padding: 14px 15px;
  background-color: white;
  border-radius: 50%;
  position: absolute;
}
.container .item-right .up-border {
  top: -8px;
  right: -35px;
}
.container .item-right .down-border {
  bottom: -11px;
  right: -35px;
}
.container .item-right .num {
  font-size: 60px;
  text-align: center;
  color: #fff;
}
.container .item-right .day,
.container .item-left .event {
  color: #fff;
  font-size: 20px;
  margin-bottom: 9px;
}
.container .item-right .day {
  text-align: center;
  font-size: 25px;
}
.container .item-left {
  width: 71%;
  padding: 34px 0px 19px 46px;
  border-left: 3px dotted #fff;
  text-align: right;
}
.container .item-left .title {
  color: #fff;
  font-size: 24px;
  margin-bottom: 12px;
}
.container .item-left .sce {
  margin-top: 5px;
  display: block;
  display: flex;
  justify-content: start;
  direction: rtl;
}
.container .item-left .sce .icon,
.container .item-left .sce p,
.container .item-left .loc .icon,
.container .item-left .loc p {
  /*! float: left; */
  word-spacing: 5px;
  letter-spacing: 1px;
  color: #fff;
  margin-bottom: 10px;
  font-size: 15px;
}
.container .item-left .sce .icon,
.container .item-left .loc .icon {
  margin-right: 10px;
  font-size: 20px;
  color: #fff;
  margin-left: 10px;
}
.container .item-left .loc {
  display: flex;
  display: flex;
  flex-direction: row-reverse;
}
.fix {
  clear: both;
}
.container .item .tickets,
.booked,
.cancel {
  color: #fff;
  padding: 6px 14px;
  float: right;
  margin-top: 10px;
  font-size: 18px;
  border: none;
  cursor: pointer;
}
.container .item .tickets {
  background: #777;
}
.container .item .booked {
  background: #3d71e9;
}
.container .item .cancel {
  background: #df5454;
}
.linethrough {
  text-decoration: line-through;
}
@media only screen and (max-width: 1150px) {
  .container .item {
    width: 100%;
    margin-right: 20px;
  }
  div.container {
    /*! margin: 0 20px auto; */
  }
}.preloader
{
position: fixed;
width: 100%;
height: 100%;
top: 0;
left:0 ;
background-color: white;
z-index: 99999999999999999999;
}
.preloaders
{
text-align: center;
margin: 250px 0;
}
.contactuspage
{
  padding-bottom: 91px;
  background-size: cover !important;
  margin-top: 40px;
  background: white;
}
.contactuspage .col-md-11
{
  padding: 0
}
.contactuspage .cnf
{
  margin: 90px 0;
  margin-bottom:  0 !important;
  margin-top: 0px;
  /*! background: linear-gradient(to top, #142938,#0000); */
  padding-top: ;
  padding: 0 !important;
}
.contactuspage form
{
  /*! background:#4d4d4dd6; */
  /*! margin: 0px 200px; */
  /*! margin-top: 275px; */
  /*! padding:40px 20px; */
  padding-bottom: 15px !important;
  border-radius: 30px
}
.contactuspage input,.contactuspage textarea
{
  background: unset !important;
  border: 1px solid #b9b9b996 !important;
  border-radius: 5px !important;
  height: 50px !important;
  text-align: right !important;
  padding-right: 60px;
  color: white !important;
  margin: 10px 0;
}
.contactuspage .col-md-7 i
{
  position: absolute;
  background: var(--mainColor);
  color: white;
  padding: 10px 11px;
  border-radius: 5px !important;
  right:20px;
  top: 18px;

}.locationmap
{
  text-align: right
}
.locationmap h3
{
  color: var(--mainColor);
  font-size: 22px;
}
.locationmap p
{
  /*! font-weight: bold; */
  color: black
}
@media only screen and (max-width: 600px) {
   .container
   {
      max-width: 99% !important;
   }
.search-bar .search-inner
   {
      margin: 0 !important;
      width: 100% !important;

   }
   .header .contents
   {
      margin: 0 !important;
      padding: 0 !important;
   }
   .search-bar .btn-common
   {
      width: 68px !important;
   }
   .header .form-control
   {
      padding-right: 60px !important;
      font-size: 15px !important;
      border-radius: 50px !important;
   }
   .products article .text h2 a
   {
      font-size: 12px !important;
   }
   .products .
   .header ul
   {
   margin: 5px 0
   }
   .products article
   {
      margin: 10px 0
   }
   .deep-page table
   {
      width: 100% !important;
      display: inline-grid;
   }
   .deep-page .container
   {
      max-width: 100% !important;
      margin: auto;
   }
   .deep-page .management-body
   {
      padding: 0 !important;
   }
   .deep-page th, .deep-page i, .deep-page td
   {
      font-size: 11px !important;
   }
   .deep-page .table tbody
   {
      width: 100% !important;
      display: revert;
   }
}
.aboutus .box
{
display: flex;
text-align: right;
background: #e7e7e740;
padding: 17px;
margin: 5px 0;
flex-direction: row-reverse;
margin-top: 20px;

border-radius: 10px;
font-size: 20px;
font-weight: bold;
color: black !important;
}
.aboutus .box .left
{
padding: 0px 10px
}
.aboutus .box p
{
font-size: 15px;
color: #282727;
}
.team-block{
	position:relative;
	margin-bottom:30px;
}

.team-block .inner-box{
	position:relative;
}

.team-block .inner-box .image{
	position:relative;
}

.team-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	height: 400px !important;
}

.team-block .inner-box:hover .image img{
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.team-block .inner-box .lower-content{
	position:relative;
	margin-left:18px;
	margin-right:18px;
	margin-top:-70px;
	padding:30px 35px 30px;
	text-align:center;
	overflow:hidden;
	background-color:#f9f9fa;
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
}

.team-block .inner-box .lower-content h3{
	position:relative;
	color:#191514;
	font-size:13px;
	font-weight:700;
	line-height:1.3em;
	font-family: 'Poppins', sans-serif;
}

.team-block .inner-box .lower-content h3 a{
	position:relative;
	color:#191514;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.team-block .inner-box .lower-content h3 a:hover{
	color:#d5aa6d;
}

.team-block .inner-box .lower-content .designation{
	position:relative;
	color:#7a7a7a;
	font-size:12px;
	margin-top:5px;
	line-height:1.3em;
}

.team-block .inner-box .lower-content .overlay-box{
	position:absolute;
	left:0px;
	top:-100%;
	right:0px;
	bottom:0px;
	z-index:1;
	opacity:0;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
}

.team-block .inner-box:hover .lower-content .overlay-box{
	top:0%;
	opacity:1;
}

.team-block .inner-box .lower-content .overlay-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
	background-image: -ms-linear-gradient(left, #D5AA6D 0%, #9d7146 100%);
	background-image: -moz-linear-gradient(left, #D5AA6D 0%, #9d7146 100%);
	background-image: -o-linear-gradient(left, #D5AA6D 0%, #9d7146 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #D5AA6D), color-stop(100, #9d7146));
	background-image: -webkit-linear-gradient(left, #D5AA6D 0%, #9d7146 100%);
	background: var(--sColor);
}

.team-block .inner-box .lower-content .overlay-box .overlay-content{
	position:relative;
	padding:30px 35px 30px;
}

.team-block .inner-box .lower-content .overlay-box .title{
	position:relative;
	color:#ffffff;
	font-size:19px;
	padding-right:40px;
	display:inline-block;
}

.team-block .inner-box .lower-content .overlay-box .title:before{
	position:absolute;
	content:'';
	right:0px;
	bottom:2px;
	width:28px;
	height:1px;
	background-color:#ffffff;
}

.team-block .inner-box .lower-content .overlay-box .social-icons{
	position:relative;
	margin-top:6px;
}

.team-block .inner-box .lower-content .overlay-box .social-icons li{
	position:relative;
	margin-right:8px;
	display:inline-block;
}

.team-block .inner-box .lower-content .overlay-box .social-icons li a{
	position:relative;
	color:#ffffff;
}.section-title{
	position:relative;
	z-index:1;
	margin-bottom:35px;
}

.section-title .title{
	position:relative;
	font-size:25px;
	color:#9e7247;
	font-weight:400;
	/*! letter-spacing:3px; */
	/*! margin-bottom:12px; */
	text-transform:capitalize;
	margin-bottom: 16px;
}

.section-title h3{
	position:relative;
	color:#191514;
	font-weight:700;
	line-height:1em;
	padding-bottom: 22px;
	/*! font-family: 'Poppins', sans-serif; */
	font-size: 58px;
}

.section-title h3 span{
	position:relative;
	color:#d5aa6d;
	font-style:italic;
	font-family: 'Playfair Display', serif;
    background: linear-gradient(to right, #d5aa6d 0%, #9e7247 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section-title h3:after{
	position:absolute;
	content:'';
	right:0px;
	bottom:0px;
	width:40px;
	/*! height:3px; */
	/*! background-color:#d4a86c; */
}

.section-title .text{
	position:relative;
	font-size:14px;
	line-height:1.9em;
	color:#555555;
	margin-top:10px;
}

.section-title.centered .big-title,
.section-title.centered{
	text-align: center;
}

.section-title.centered h3:after{
	left:50%;
	margin-left:-20px;
}

.section-title.light .text{
	color:#999999;
}

.section-title.light h3{
	color:#ffffff;
}
.team-block .inner-box:hover .lower-content .overlay-box{
	top:0%;
	opacity:1;
}

.team-block .inner-box .lower-content .overlay-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
	background-image: -ms-linear-gradient(left, #D5AA6D 0%, #9d7146 100%);
	background-image: -moz-linear-gradient(left, #D5AA6D 0%, #9d7146 100%);
	background-image: -o-linear-gradient(left, #D5AA6D 0%, #9d7146 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #D5AA6D), color-stop(100, #9d7146));
	background-image: -webkit-linear-gradient(left, #D5AA6D 0%, #9d7146 100%);
	background: var(--mainColor);
}

.team-block .inner-box .lower-content .overlay-box .overlay-content{
	position:relative;
	padding:30px 35px 30px;
}

.team-block .inner-box .lower-content .overlay-box .title{
	position:relative;
	color:#ffffff;
	font-size:13px;
	padding-right:40px;
	display:inline-block;
}

.team-block .inner-box .lower-content .overlay-box .title:before{
	position:absolute;
	content:'';
	right:0px;
	bottom:2px;
	width:28px;
	height:1px;
	background-color:#ffffff;
}

.team-block .inner-box .lower-content .overlay-box .social-icons{
	position:relative;
	margin-top:6px;
	width: 100% !important;
}

.team-block .inner-box .lower-content .overlay-box .social-icons li{
	position:relative;
	/*! margin-right:8px; */
	display:inline-block;
}

.team-block .inner-box .lower-content .overlay-box .social-icons li a{
	position:relative;
	color:#ffffff;
}
.ret p
{
  color: black !important
}/* --------------------------------------
@Author: ThemeMascot
@URL: http://themeforest.net/user/ThemeMascot

Default COLOR :  Color Set 1
COLOR : Green
COLOR CODE: #1F386B
COLOR CODE2: #E41937
----------------------------------------- */
/*Theme Colored Red Text-color*/
.text-theme-color-2,
.work-gallery .gallery-bottom-part .title {
  color: #E41937;
}
/*Theme Colored Red Bg-color*/
/* background-theme-color */
.bg-theme-colored {
  background-color: #1F386B !important;
}
.bg-theme-colored-lighter2 {
  background-color: #223e77 !important;
}
.bg-theme-colored-lighter3 {
  background-color: #25427f !important;
}
.bg-theme-colored-lighter4 {
  background-color: #274687 !important;
}
.bg-theme-colored-darker2 {
  background-color: #dadfe8 !important;
}
.bg-theme-colored-darker3 {
  background-color: #192e57 !important;
}
.bg-theme-colored-darker4 {
  background-color: #172a4f !important;
}
/* background-color-transparent */
.bg-theme-colored-transparent-9 {
  background-color: rgba(31, 56, 107, 0.9);
}
.bg-theme-colored-transparent-8 {
  background-color: rgba(31, 56, 107, 0.8);
}
.bg-theme-colored-transparent-7 {
  background-color: rgba(31, 56, 107, 0.7);
}
.bg-theme-colored-transparent-6 {
  background-color: rgba(31, 56, 107, 0.6);
}
.bg-theme-colored-transparent-5 {
  background-color: rgba(31, 56, 107, 0.5);
}
.bg-theme-colored-transparent-4 {
  background-color: rgba(31, 56, 107, 0.4);
}
.bg-theme-colored-transparent-3 {
  background-color: rgba(31, 56, 107, 0.3);
}
.bg-theme-colored-transparent-2 {
  background-color: rgba(31, 56, 107, 0.2);
}
.bg-theme-colored-transparent-1 {
  background-color: rgba(31, 56, 107, 0.1);
}
.bg-theme-colored-transparent {
  background-color: rgba(31, 56, 107, 0.75) !important;
}
.bg-theme-color-2 {
  background: #E41937 !important;
}
.team-block .team-thumb .styled-icons a:hover,
.work-gallery .gallery-thumb .styled-icons a:hover,
.work-gallery:hover .gallery-bottom-part,
.line-bottom-theme-colored-2:after,
.panel-group .panel-title a.active::after {
  background: #E41937;
}
.panel-group .panel-title a.active::after {
  background-color: #E41937 !important;
}
.schedule-box:hover .schedule-details .title a {
  color: #1F386B;
}
.btn-theme-color-2 {
  background-color: #E41937;
}
/*Theme Colored Red Bg-transparent-color*/
/*Theme Colored Red Border-top-color*/
.border-theme-color-2-1px {
  border: 1px solid #E41937 !important;
}
.border-top-theme-color-2-1px {
  border-top: 1px solid #E41937 !important;
}
.border-top-theme-color-2-2px {
  border-top: 2px solid #E41937 !important;
}
.border-top-theme-color-2-3px {
  border-top: 3px solid #E41937 !important;
}
.border-top-theme-color-2-4px {
  border-top: 4px solid #E41937 !important;
}
.border-top-theme-color-2-5px {
  border-top: 5px solid #E41937 !important;
}
.border-top-theme-color-2-6px {
  border-top: 6px solid #E41937 !important;
}
.border-top-theme-color-2-7px {
  border-top: 7px solid #E41937 !important;
}
.border-top-theme-color-2-8px {
  border-top: 8px solid #E41937 !important;
}
.border-top-theme-color-2-9px {
  border-top: 9px solid #E41937 !important;
}
.border-top-theme-color-2-10px {
  border-top: 10px solid #E41937 !important;
}
/*Theme Colored Red Border-bottom-color*/
.border-bottom-theme-color-2-1px {
  border-bottom: 1px solid #E41937 !important;
}
.border-bottom-theme-color-2-2px {
  border-bottom: 2px solid #E41937 !important;
}
.border-bottom-theme-color-2-3px {
  border-bottom: 3px solid #E41937 !important;
}
.border-bottom-theme-color-2-4px {
  border-bottom: 4px solid #E41937 !important;
}
.border-bottom-theme-color-2-5px {
  border-bottom: 5px solid #E41937 !important;
}
.border-bottom-theme-color-2-6px {
  border-bottom: 6px solid #E41937 !important;
}
.border-bottom-theme-color-2-7px {
  border-bottom: 7px solid #E41937 !important;
}
.border-bottom-theme-color-2-8px {
  border-bottom: 8px solid #E41937 !important;
}
.border-bottom-theme-color-2-9px {
  border-bottom: 9px solid #E41937 !important;
}
.border-bottom-theme-color-2-10px {
  border-bottom: 10px solid #E41937 !important;
}
/*Theme Colored Red Border-left-color*/
.border-left-theme-color-2-1px {
  border-left: 1px solid #E41937 !important;
}
.border-left-theme-color-2-2px {
  border-left: 2px solid #E41937 !important;
}
.border-left-theme-color-2-3px {
  border-left: 3px solid #E41937 !important;
}
.border-left-theme-color-2-4px {
  border-left: 4px solid #E41937 !important;
}
.border-left-theme-color-2-5px {
  border-left: 5px solid #E41937 !important;
}
.border-left-theme-color-2-6px {
  border-left: 6px solid #E41937 !important;
}
.border-left-theme-color-2-7px {
  border-left: 7px solid #E41937 !important;
}
.border-left-theme-color-2-8px {
  border-left: 8px solid #E41937 !important;
}
.border-left-theme-color-2-9px {
  border-left: 9px solid #E41937 !important;
}
.border-left-theme-color-2-10px {
  border-left: 10px solid #E41937 !important;
}
/*Theme Colored Red Border-right-color*/
.border-right-theme-color-2-1px {
  border-right: 1px solid #E41937 !important;
}
.border-right-theme-color-2-2px {
  border-right: 2px solid #E41937 !important;
}
.border-right-theme-color-2-3px {
  border-right: 3px solid #E41937 !important;
}
.border-right-theme-color-2-4px {
  border-right: 4px solid #E41937 !important;
}
.border-right-theme-color-2-5px {
  border-right: 5px solid #E41937 !important;
}
.border-right-theme-color-2-6px {
  border-right: 6px solid #E41937 !important;
}
.border-right-theme-color-2-7px {
  border-right: 7px solid #E41937 !important;
}
.border-right-theme-color-2-8px {
  border-right: 8px solid #E41937 !important;
}
.border-right-theme-color-2-9px {
  border-right: 9px solid #E41937 !important;
}
.border-right-theme-color-2-10px {
  border-right: 10px solid #E41937 !important;
}
.service-block .thumb .desc {
  border-top: 4px solid #E41937;
}
/*Theme Colored Red Border-right-color*/
.service-block .thumb .price {
  border-right: 3px solid #E41937;
}
/*Theme Colored Red Border-left-color*/
.portfolio-filter a.active,
.portfolio-filter a:hover {
  border-left: 3px solid #E41937;
}
.widget.dark .tags a:hover,
.title-dots span {
  background-color: #E41937;
}
.horizontal-contact-widget .widget::before,
.horizontal-contact-widget .each-widget::before {
  color: #E41937;
}
.hover-effect:hover .details {
  background-color: #1F386B !important;
  border-bottom-color: #142343 !important;
}
.hover-effect:hover .thumb::after {
  border-color: rgba(31, 56, 107, 0.3) !important;
}
.hover-effect:hover a {
  background: #142343 !important;
}
/*
 * background: theme-color
 * -----------------------------------------------
*/
.tab-slider .nav.nav-pills a:hover,
.tab-slider .nav.nav-pills a.active,
.custom-nav-tabs > li > a:hover,
.widget .tags a:hover,
.progress-item .progress-bar,
.small-title .title::after,
.testimonial .item::after,
.drop-caps.colored-square p:first-child:first-letter,
.drop-caps.colored-rounded p:first-child:first-letter,
.list-icon.theme-colored.square li i,
.list-icon.theme-colored.rounded li i,
.working-process.theme-colored a,
.blog-posts .post .entry-content .post-date.right,
.horizontal-tab-centered .nav-pills > li > a:hover,
.horizontal-tab-centered .nav-pills > li.active > a,
.horizontal-tab-centered .nav-pills > li.active > a:hover,
.horizontal-tab-centered .nav-pills > li.active > a:focus,
.owl-theme.dot-theme-colored .owl-controls .owl-dot span,
.pagination.theme-colored li.active a,
.section-title .both-side-line::after,
.section-title .both-side-line::before,
.section-title .top-side-line::after,
.section-title .left-side-line::before,
.section-title .right-side-line::before,
.product .tag-sale,
.owl-theme .owl-dots .owl-dot.active span,
.line-bottom:after,
.line-bottom-center:after,
.progress-item .progress-bar .percent,
.progress-item .progress-bar,
.pricing.table-horizontal:hover,
.pricing:hover,
.portfolio-filter a.active,
.portfolio-filter a:hover,
.project .hover-link i {
  background: #1F386B !important;
}
.pricing.table-horizontal,
.pricing {
  background: var(--mainColor) !important;
}
.panel-group .panel-title a.active {
  background-color: #1F386B !important;
}
/* Theme-color for dark */
.dark .service-icon-box:hover li.active a {
  background: #1F386B !important;
}
/*Footer Styles*/
.footer-box-one > div {
  background: #1F386B;
}
.footer-box-two > div {
  background: #192e57 !important;
}
.footer-box-three > div {
  background: #142343 !important;
}
.ui-state-highlight {
  background: #1F386B !important;
  color: #fff !important;
}
.border-theme-colored,
.causes .progress-item .progress-bar .percent {
  border-color: #1F386B !important;
}
/*
 * text: theme-color
 * -----------------------------------------------
*/
ul.list.theme-colored li:before,
ul.list.theme-colored.angle-double-right li:before,
ul.list.theme-colored.angle-right li:before,
ul.list.theme-colored.check-circle li:before,
ul.list.theme-colored.check li:before,
.list-icon.theme-colored li i,
.menuzord-menu > li > .megamenu .megamenu-row li:hover > a,
.menuzord-menu > li > .megamenu .megamenu-row .post a:hover,
.menuzord-menu > li > .megamenu .megamenu-row li:hover > a i,
.menuzord-menu > li > .megamenu .megamenu-row .post a:hover i,
.pricing-table .table-list li i,
.testimonial-carousel.boxed .content::after,
.blog-posts .post .entry-meta li i,
.widget .address li i,
.icon-box.box-style1.practice-style3 i,
.attorney-carousel .content .contact-area i,
.attorney-address li i,
.icon-box.services-style1:hover .heading,
.small-title i,
.drop-caps.text-colored p:first-child:first-letter,
.schedule-box:hover .schedule-details .title a,
.widget.dark .nav-tabs li.active a,
.pagination.theme-colored li a,
.pager.theme-colored a,
.widget .post-title a:hover,
.volunteer .info .name a,
.donation-form .form-group label,
.team-block .team-thumb .team-overlay .styled-icons a:hover i,
.section-title .title-icon i,
.panel-group .panel-title a {
  color: #1F386B !important;
}
.menuzord .menuzord-menu > li.active > a,
.menuzord .menuzord-menu > li:hover > a,
.menuzord .menuzord-menu ul.dropdown li:hover > a {
  background: #1F386B none repeat scroll 0 0;
  color: #fff;
}
.menuzord .menuzord-menu > li.active > a i,
.menuzord .menuzord-menu > li:hover > a i,
.menuzord .menuzord-menu ul.dropdown li:hover > a i {
  color: #fff;
}
/*Theme Colored Red Border-left-color*/
.portfolio-filter a.active,
.portfolio-filter a:hover {
  border-left: 3px solid #E41937;
}
/* text-theme-color */
.text-theme-colored {
  color: #1F386B !important;
}
/* text-hover-theme-color */
.text-hover-theme-colored:hover {
  color: #1F386B !important;
}
/* background-theme-color */
.bg-theme-colored {
  background-color: #6A707B !important;
  /*! padding-top: 40px; */
}
/* bg-hover-theme-color */
.bg-hover-theme-colored:hover {
  background: #1F386B !important;
  border-color: #1F386B !important;
  color: #fff !important;
}
.bg-hover-theme-colored:hover h1,
.bg-hover-theme-colored:hover h2,
.bg-hover-theme-colored:hover h3,
.bg-hover-theme-colored:hover h4,
.bg-hover-theme-colored:hover h5,
.bg-hover-theme-colored:hover h6,
.bg-hover-theme-colored:hover p,
.bg-hover-theme-colored:hover a,
.bg-hover-theme-colored:hover i {
  color: #fff !important;
}
.hover-text-theme-color-2:hover {
  color: #E41937;
}
/* border-theme-color */
.border-theme-colored {
  border-color: #1F386B !important;
}
.widget .services-list li.active::after {
  border-color: transparent #1F386B transparent transparent;
}
.widget .services-list li.active {
  background-color: #1F386B !important;
  border-right: 6px solid #E41937 !important;
}
/* background-color-transparent */
.bg-theme-colored-transparent,
.piechart-block {
  background-color: rgba(31, 56, 107, 0.75) !important;
}
.service-block .thumb .price,
.service-block .thumb .desc,
.team-block .team-thumb .team-overlay,
.team-block .team-thumb .styled-icons,
.work-gallery .gallery-thumb .gallery-overlay {
  background: rgba(31, 56, 107, 0.7);
}
.team-block .team-thumb .team-overlay::after {
  border-color: rgba(31, 56, 107, 0.75) transparent transparent rgba(31, 56, 107, 0.75);
}
.team-block .team-thumb .styled-icons::after {
  border-color: transparent rgba(31, 56, 107, 0.75) rgba(31, 56, 107, 0.75) transparent;
}
/* Layer-overlay */
.overlay-theme-colored-1:before {
  background-color: rgba(31, 56, 107, 0.1) !important;
}
.overlay-theme-colored-2:before {
  background-color: rgba(31, 56, 107, 0.2) !important;
}
.overlay-theme-colored-3:before {
  background-color: rgba(31, 56, 107, 0.3) !important;
}
.overlay-theme-colored-4:before {
  background-color: rgba(31, 56, 107, 0.4) !important;
}
.overlay-theme-colored-5:before {
  background-color: rgba(31, 56, 107, 0.5) !important;
}
.overlay-theme-colored-6:before {
  background-color: rgba(31, 56, 107, 0.6) !important;
}
.overlay-theme-colored-7:before {
  background-color: rgba(31, 56, 107, 0.7) !important;
}
.overlay-theme-colored-8:before {
  background-color: rgba(31, 56, 107, 0.8) !important;
}
.overlay-theme-colored-9:before {
  background-color: rgba(31, 56, 107, 0.9) !important;
}
/* border-theme-color */
.border-theme-colored {
  border-color: #1F386B !important;
}
.border-theme-color-1px {
  border: 1px solid #1F386B !important;
}
.border-theme-color-2px {
  border: 2px solid #1F386B !important;
}
.border-theme-color-1px {
  border: 3px solid #1F386B !important;
}
.border-theme-color-1px {
  border: 4px solid #1F386B !important;
}
.border-theme-color-1px {
  border: 1px solid #1F386B !important;
}
.border-theme-color-1px {
  border: 1px solid #1F386B !important;
}
.border-theme-color-1px {
  border: 1px solid #1F386B !important;
}
.border-top-theme-color-1px {
  border-top: 1px solid #1F386B !important;
}
.border-top-theme-color-2px {
  border-top: 2px solid #1F386B !important;
}
.border-top-theme-color-3px {
  border-top: 3px solid #1F386B !important;
}
.border-top-theme-color-4px {
  border-top: 4px solid #1F386B !important;
}
.border-top-theme-color-5px {
  border-top: 5px solid #1F386B !important;
}
.border-top-theme-color-6px {
  border-top: 6px solid #1F386B !important;
}
.border-top-theme-color-7px {
  border-top: 7px solid #1F386B !important;
}
.border-top-theme-color-8px {
  border-top: 8px solid #1F386B !important;
}
.border-top-theme-color-9px {
  border-top: 9px solid #1F386B !important;
}
.border-top-theme-color-10px {
  border-top: 10px solid #1F386B !important;
}
/*Theme Colored Red Border-bottom-color*/
.border-bottom-theme-color-1px {
  border-bottom: 1px solid #1F386B !important;
}
.border-bottom-theme-color-2px {
  border-bottom: 2px solid #1F386B !important;
}
.border-bottom-theme-color-3px {
  border-bottom: 3px solid #1F386B !important;
}
.border-bottom-theme-color-4px {
  border-bottom: 4px solid #1F386B !important;
}
.border-bottom-theme-color-5px {
  border-bottom: 5px solid #1F386B !important;
}
.border-bottom-theme-color-6px {
  border-bottom: 6px solid #1F386B !important;
}
.border-bottom-theme-color-7px {
  border-bottom: 7px solid #1F386B !important;
}
.border-bottom-theme-color-8px {
  border-bottom: 8px solid #1F386B !important;
}
.border-bottom-theme-color-9px {
  border-bottom: 9px solid #1F386B !important;
}
.border-bottom-theme-color-10px {
  border-bottom: 10px solid #1F386B !important;
}
.project .project-details {
  border-bottom: 3px solid #1F386B !important;
}
/*Theme Colored Red Border-left-color*/
.border-left-theme-color-1px {
  border-left: 1px solid #1F386B !important;
}
.border-left-theme-color-2px {
  border-left: 2px solid #1F386B !important;
}
.border-left-theme-color-3px {
  border-left: 3px solid #1F386B !important;
}
.border-left-theme-color-4px {
  border-left: 4px solid #1F386B !important;
}
.border-left-theme-color-5px {
  border-left: 5px solid #1F386B !important;
}
.border-left-theme-color-6px {
  border-left: 6px solid #1F386B !important;
}
.border-left-theme-color-7px {
  border-left: 7px solid #1F386B !important;
}
.border-left-theme-color-8px {
  border-left: 8px solid #1F386B !important;
}
.border-left-theme-color-9px {
  border-left: 9px solid #1F386B !important;
}
.border-left-theme-color-10px {
  border-left: 10px solid #1F386B !important;
}
/*Theme Colored Red Border-right-color*/
.border-right-theme-color-1px {
  border-right: 1px solid #1F386B !important;
}
.border-right-theme-color-2px {
  border-right: 2px solid #1F386B !important;
}
.border-right-theme-color-3px {
  border-right: 3px solid #1F386B !important;
}
.border-right-theme-color-4px {
  border-right: 4px solid #1F386B !important;
}
.border-right-theme-color-5px {
  border-right: 5px solid #1F386B !important;
}
.border-right-theme-color-6px {
  border-right: 6px solid #1F386B !important;
}
.border-right-theme-color-7px {
  border-right: 7px solid #1F386B !important;
}
.border-right-theme-color-8px {
  border-right: 8px solid #1F386B !important;
}
.border-right-theme-color-9px {
  border-right: 9px solid #1F386B !important;
}
.border-right-theme-color-10px {
  border-right: 10px solid #1F386B !important;
}
/* Layeroverlay */
.post .entry-meta.meta-absolute,
.volunteer .overlay,
.bg-theme-colored-transparent-deep {
  background-color: rgba(31, 56, 107, 0.9) !important;
}
.icon-box.box-style1.practice-style3:hover .icon-wrapper,
.zeus .tp-bullet::after {
  background-color: #1F386B;
}
.preloader-dot-loading .cssload-loading i {
  background: #1F386B !important;
}
/*
 * border: theme-color
 * -----------------------------------------------
*/
.icon-box.icon-rounded-bordered i,
.widget .line-bottom:after,
.widget .line-bottom:after,
.pager.theme-colored a {
  border: 1px solid #1F386B;
}
.border-theme-colored,
.owl-theme .owl-dots .owl-dot span {
  border-color: #1F386B;
}
.icon-box.box-style1.practice-style3:hover .icon-wrapper::after {
  border-color: #1F386B transparent transparent;
}
.opening-hours ul li {
  border-bottom: 1px dashed #1F386B;
}
/* border-left-color */
blockquote.theme-colored {
  border-left: 3px solid #1F386B;
}
blockquote.bg-theme-colored {
  border-left: 3px solid #142343;
  color: #fff;
}
blockquote.bg-theme-colored footer {
  color: #eeeeee;
}
blockquote.gray.bg-theme-colored {
  background-color: #eeeeee !important;
  border-left: 3px solid #1F386B;
  color: #1F386B;
}
blockquote.gray.bg-theme-colored footer {
  color: #777777;
}
.attorney-address li {
  border-left: 1px solid #1F386B;
}
.section-title.title-border {
  border-left: 4px solid #1F386B;
}
/* border-top-color */
.member-info {
  border-top: 3px outset #1F386B;
}
.cssload-tri {
  border-top: 27px solid #1F386B;
}
/* border-right-color */
.border-right-theme-color-2 {
  border-right: 1px solid #1F386B;
}
.section-title.title-border.title-right {
  border-right: 4px solid #1F386B;
}
/* border-bottom-color */
.event {
  border-bottom-color: #1F386B;
}
.cssload-tri.cssload-invert {
  border-bottom: 27px solid #1F386B;
}
/* box-shadow */
/*
 * btn-default: theme-color
 * -----------------------------------------------
*/
.btn-default.btn-theme-colored {
  color: #1F386B;
  background-color: #fff;
  border-color: #1F386B;
}
.btn-default.btn-theme-colored:focus,
.btn-default.btn-theme-colored.focus {
  color: #1F386B;
  background-color: #e6e6e6;
  border-color: #020408;
}
.btn-default.btn-theme-colored:hover {
  color: #1F386B;
  background-color: #e6e6e6;
  border-color: #111f3c;
}
.btn-default.btn-theme-colored:active,
.btn-default.btn-theme-colored.active,
.open > .dropdown-toggle.btn-default.btn-theme-colored {
  color: #1F386B;
  background-color: #e6e6e6;
  border-color: #111f3c;
}
.btn-default.btn-theme-colored:active:hover,
.btn-default.btn-theme-colored.active:hover,
.open > .dropdown-toggle.btn-default.btn-theme-colored:hover,
.btn-default.btn-theme-colored:active:focus,
.btn-default.btn-theme-colored.active:focus,
.open > .dropdown-toggle.btn-default.btn-theme-colored:focus,
.btn-default.btn-theme-colored:active.focus,
.btn-default.btn-theme-colored.active.focus,
.open > .dropdown-toggle.btn-default.btn-theme-colored.focus {
  color: #1F386B;
  background-color: #d4d4d4;
  border-color: #020408;
}
.btn-default.btn-theme-colored:active,
.btn-default.btn-theme-colored.active,
.open > .dropdown-toggle.btn-default.btn-theme-colored {
  background-image: none;
}
.btn-default.btn-theme-colored.disabled:hover,
.btn-default.btn-theme-colored[disabled]:hover,
fieldset[disabled] .btn-default.btn-theme-colored:hover,
.btn-default.btn-theme-colored.disabled:focus,
.btn-default.btn-theme-colored[disabled]:focus,
fieldset[disabled] .btn-default.btn-theme-colored:focus,
.btn-default.btn-theme-colored.disabled.focus,
.btn-default.btn-theme-colored[disabled].focus,
fieldset[disabled] .btn-default.btn-theme-colored.focus {
  background-color: #fff;
  border-color: #1F386B;
}
.btn-default.btn-theme-colored .badge {
  color: #fff;
  background-color: #1F386B;
}
.btn-default.btn-theme-colored:hover,
.btn-default.btn-theme-colored:active,
.btn-default.btn-theme-colored:focus {
  background-color: #1F386B;
  border-color: #1F386B;
  color: #fff;
}
/*
 * btn-border
 * -----------------------------------------------
*/
.btn-border.btn-theme-colored {
  color: #1F386B;
  background-color: #fff;
  border-color: #1F386B;
}
.btn-border.btn-theme-colored:focus,
.btn-border.btn-theme-colored.focus {
  color: #1F386B;
  background-color: #e6e6e6;
  border-color: #020408;
}
.btn-border.btn-theme-colored:hover {
  color: #1F386B;
  background-color: #e6e6e6;
  border-color: #111f3c;
}
.btn-border.btn-theme-colored:active,
.btn-border.btn-theme-colored.active,
.open > .dropdown-toggle.btn-border.btn-theme-colored {
  color: #1F386B;
  background-color: #e6e6e6;
  border-color: #111f3c;
}
.btn-border.btn-theme-colored:active:hover,
.btn-border.btn-theme-colored.active:hover,
.open > .dropdown-toggle.btn-border.btn-theme-colored:hover,
.btn-border.btn-theme-colored:active:focus,
.btn-border.btn-theme-colored.active:focus,
.open > .dropdown-toggle.btn-border.btn-theme-colored:focus,
.btn-border.btn-theme-colored:active.focus,
.btn-border.btn-theme-colored.active.focus,
.open > .dropdown-toggle.btn-border.btn-theme-colored.focus {
  color: #1F386B;
  background-color: #d4d4d4;
  border-color: #020408;
}
.btn-border.btn-theme-colored:active,
.btn-border.btn-theme-colored.active,
.open > .dropdown-toggle.btn-border.btn-theme-colored {
  background-image: none;
}
.btn-border.btn-theme-colored.disabled:hover,
.btn-border.btn-theme-colored[disabled]:hover,
fieldset[disabled] .btn-border.btn-theme-colored:hover,
.btn-border.btn-theme-colored.disabled:focus,
.btn-border.btn-theme-colored[disabled]:focus,
fieldset[disabled] .btn-border.btn-theme-colored:focus,
.btn-border.btn-theme-colored.disabled.focus,
.btn-border.btn-theme-colored[disabled].focus,
fieldset[disabled] .btn-border.btn-theme-colored.focus {
  background-color: #fff;
  border-color: #1F386B;
}
.btn-border.btn-theme-colored .badge {
  color: #fff;
  background-color: #1F386B;
}
.btn-border.btn-theme-colored:hover,
.btn-border.btn-theme-colored:active,
.btn-border.btn-theme-colored:focus {
  background-color: #142343;
  border-color: #142343;
  color: #fff;
}
/*
 * btn-dark
 * -----------------------------------------------
*/
.btn-dark.btn-theme-colored {
  color: #fff;
  background-color: #1F386B;
  border-color: #1F386B;
}
.btn-dark.btn-theme-colored:focus,
.btn-dark.btn-theme-colored.focus {
  color: #fff;
  background-color: #142343;
  border-color: #020408;
}
.btn-dark.btn-theme-colored:hover {
  color: #fff;
  background-color: #142343;
  border-color: #111f3c;
}
.btn-dark.btn-theme-colored:active,
.btn-dark.btn-theme-colored.active,
.open > .dropdown-toggle.btn-dark.btn-theme-colored {
  color: #fff;
  background-color: #142343;
  border-color: #111f3c;
}
.btn-dark.btn-theme-colored:active:hover,
.btn-dark.btn-theme-colored.active:hover,
.open > .dropdown-toggle.btn-dark.btn-theme-colored:hover,
.btn-dark.btn-theme-colored:active:focus,
.btn-dark.btn-theme-colored.active:focus,
.open > .dropdown-toggle.btn-dark.btn-theme-colored:focus,
.btn-dark.btn-theme-colored:active.focus,
.btn-dark.btn-theme-colored.active.focus,
.open > .dropdown-toggle.btn-dark.btn-theme-colored.focus {
  color: #fff;
  background-color: #0c1528;
  border-color: #020408;
}
.btn-dark.btn-theme-colored:active,
.btn-dark.btn-theme-colored.active,
.open > .dropdown-toggle.btn-dark.btn-theme-colored {
  background-image: none;
}
.btn-dark.btn-theme-colored.disabled:hover,
.btn-dark.btn-theme-colored[disabled]:hover,
fieldset[disabled] .btn-dark.btn-theme-colored:hover,
.btn-dark.btn-theme-colored.disabled:focus,
.btn-dark.btn-theme-colored[disabled]:focus,
fieldset[disabled] .btn-dark.btn-theme-colored:focus,
.btn-dark.btn-theme-colored.disabled.focus,
.btn-dark.btn-theme-colored[disabled].focus,
fieldset[disabled] .btn-dark.btn-theme-colored.focus {
  background-color: #1F386B;
  border-color: #1F386B;
}
.btn-dark.btn-theme-colored .badge {
  color: #1F386B;
  background-color: #fff;
}
/*
 * btn-gray
 * -----------------------------------------------
*/
.btn-gray.btn-theme-colored {
  color: #fff;
  background-color: #2a4d93;
  border-color: #2a4d93;
}
.btn-gray.btn-theme-colored:focus,
.btn-gray.btn-theme-colored.focus {
  color: #fff;
  background-color: #1f386b;
  border-color: #0e1930;
}
.btn-gray.btn-theme-colored:hover {
  color: #fff;
  background-color: #1f386b;
  border-color: #1d3463;
}
.btn-gray.btn-theme-colored:active,
.btn-gray.btn-theme-colored.active,
.open > .dropdown-toggle.btn-gray.btn-theme-colored {
  color: #fff;
  background-color: #1f386b;
  border-color: #1d3463;
}
.btn-gray.btn-theme-colored:active:hover,
.btn-gray.btn-theme-colored.active:hover,
.open > .dropdown-toggle.btn-gray.btn-theme-colored:hover,
.btn-gray.btn-theme-colored:active:focus,
.btn-gray.btn-theme-colored.active:focus,
.open > .dropdown-toggle.btn-gray.btn-theme-colored:focus,
.btn-gray.btn-theme-colored:active.focus,
.btn-gray.btn-theme-colored.active.focus,
.open > .dropdown-toggle.btn-gray.btn-theme-colored.focus {
  color: #fff;
  background-color: #172a4f;
  border-color: #0e1930;
}
.btn-gray.btn-theme-colored:active,
.btn-gray.btn-theme-colored.active,
.open > .dropdown-toggle.btn-gray.btn-theme-colored {
  background-image: none;
}
.btn-gray.btn-theme-colored.disabled:hover,
.btn-gray.btn-theme-colored[disabled]:hover,
fieldset[disabled] .btn-gray.btn-theme-colored:hover,
.btn-gray.btn-theme-colored.disabled:focus,
.btn-gray.btn-theme-colored[disabled]:focus,
fieldset[disabled] .btn-gray.btn-theme-colored:focus,
.btn-gray.btn-theme-colored.disabled.focus,
.btn-gray.btn-theme-colored[disabled].focus,
fieldset[disabled] .btn-gray.btn-theme-colored.focus {
  background-color: #2a4d93;
  border-color: #2a4d93;
}
.btn-gray.btn-theme-colored .badge {
  color: #2a4d93;
  background-color: #fff;
}
/*
 * btn-primary: theme-color
 * -----------------------------------------------
*/
.btn-theme-colored {
  color: #fff;
  background-color: #1F386B;
  border-color: #1F386B;
}
.btn-theme-colored:focus,
.btn-theme-colored.focus {
  color: #fff;
  background-color: #142343;
  border-color: #020408;
}
.btn-theme-colored:hover {
  color: #fff;
  background-color: #142343;
  border-color: #111f3c;
}
.btn-theme-colored:active,
.btn-theme-colored.active,
.open > .dropdown-toggle.btn-theme-colored {
  color: #fff;
  background-color: #142343;
  border-color: #111f3c;
}
.btn-theme-colored:active:hover,
.btn-theme-colored.active:hover,
.open > .dropdown-toggle.btn-theme-colored:hover,
.btn-theme-colored:active:focus,
.btn-theme-colored.active:focus,
.open > .dropdown-toggle.btn-theme-colored:focus,
.btn-theme-colored:active.focus,
.btn-theme-colored.active.focus,
.open > .dropdown-toggle.btn-theme-colored.focus {
  color: #fff;
  background-color: #0c1528;
  border-color: #020408;
}
.btn-theme-colored:active,
.btn-theme-colored.active,
.open > .dropdown-toggle.btn-theme-colored {
  background-image: none;
}
.btn-theme-colored.disabled:hover,
.btn-theme-colored[disabled]:hover,
fieldset[disabled] .btn-theme-colored:hover,
.btn-theme-colored.disabled:focus,
.btn-theme-colored[disabled]:focus,
fieldset[disabled] .btn-theme-colored:focus,
.btn-theme-colored.disabled.focus,
.btn-theme-colored[disabled].focus,
fieldset[disabled] .btn-theme-colored.focus {
  background-color: #1F386B;
  border-color: #1F386B;
}
.btn-theme-colored .badge {
  color: #1F386B;
  background-color: #fff;
}
/*
 * btn-transparent
 * -----------------------------------------------
*/
.btn-transparent {
  background-color: transparent;
  color: #fff;
}
.btn-transparent.btn-theme-colored {
  background-color: transparent;
}
.btn-transparent.btn-dark {
  background-color: #111111;
  border-color: #111111;
}
.btn-transparent.btn-dark:hover {
  background-color: #000000;
  border-color: #000000;
}
.btn-transparent.btn-dark.btn-theme-colored {
  background-color: #1F386B;
  border-color: #1F386B;
}
.btn-transparent.btn-dark.btn-theme-colored:hover {
  background-color: #142343;
  border-color: #142343;
}
.btn-transparent.btn-border {
  background-color: transparent;
  border-color: #eeeeee;
}
.btn-transparent.btn-border:hover {
  background-color: #eeeeee;
  color: #000;
}
.btn-transparent.btn-border.btn-theme-colored {
  background-color: transparent;
  border-color: #1F386B;
}
.btn-transparent.btn-border.btn-theme-colored:hover {
  background-color: #1F386B;
  color: #fff;
}
.btn-gray.btn-transparent {
  background-color: #d3d3d3;
  color: #333333;
}
.btn-gray.btn-transparent:hover {
  background-color: #ececec;
  color: #1a1a1a;
}
.btn-gray.btn-transparent.btn-theme-colored {
  background-color: #2a4d93;
  color: #fff;
}
.btn-gray.btn-transparent.btn-theme-colored:hover {
  background-color: #142343;
  color: #e6e6e6;
}
.btn-hover-theme-colored:hover {
  background-color: #1F386B;
  border-color: #1F386B;
  color: #fff;
}
/*
 * Shortcode: styled-icons Theme Colored
 * -----------------------------------------------
*/
.icon-theme-colored a {
  color: #1F386B;
}
.icon-theme-colored.icon-bordered a {
  border-color: #1F386B;
}
.icon-theme-colored.icon-bordered a:hover {
  background-color: #1F386B;
  color: #fff;
}
.icon-theme-colored.icon-dark a {
  background-color: #1F386B;
  color: #fff;
}
.icon-theme-colored.icon-dark a:hover {
  background-color: #142343;
  color: #e6e6e6;
}
.icon-theme-colored.icon-dark.icon-bordered a {
  border-color: #1F386B;
  color: #1F386B;
}
.icon-theme-colored.icon-dark.icon-bordered a:hover {
  background-color: #1F386B;
  border-color: #1F386B;
  color: #fff;
}
.icon-theme-colored.icon-gray a {
  color: #1F386B;
}
.icon-theme-colored.icon-gray a:hover {
  color: #142343;
}
.icon-theme-colored.icon-gray.icon-bordered a {
  color: #1F386B;
}
.icon-theme-colored.icon-gray.icon-bordered a:hover {
  background-color: #eeeeee;
  border-color: #eeeeee;
  color: #1F386B;
}
.icon-theme-colored a:hover {
  color: #142343;
}
.icon-hover-theme-colored a:hover {
  background-color: #1F386B;
  border-color: #1F386B;
  color: #fff;
}
.styled-icons.icon-hover-theme-colored a:hover {
  background-color: #1F386B;
  border-color: #1F386B;
  color: #fff;
}
/* box-shadow */
.box-shadow,
.icon-box .icon.icon-border-effect::after {
  -webkit-box-shadow: #1F386B;
  -moz-box-shadow: #1F386B;
  box-shadow: 0 0 0 3px #1F386B;
}
/*
 * Shortcode: Icon Boxes Theme Colored
 * -----------------------------------------------
*/
.icon-box.iconbox-theme-colored .icon {
  color: #1F386B;
}
.icon-box.iconbox-theme-colored .icon.icon-border-effect::after {
  box-shadow: 0 0 0 3px #1F386B;
}
.icon-box.iconbox-theme-colored .icon.icon-bordered {
  border-color: #1F386B;
}
.icon-box.iconbox-theme-colored .icon.icon-bordered:hover {
  background-color: #1F386B;
  color: #fff;
}
.icon-box.iconbox-theme-colored .icon.icon-gray:hover {
  background-color: #1F386B;
  color: #fff;
}
.icon-box.iconbox-theme-colored .icon.icon-gray.icon-bordered {
  border-color: #eeeeee;
}
.icon-box.iconbox-theme-colored .icon.icon-gray.icon-bordered:hover {
  background-color: #1F386B;
  border-color: #1F386B;
  color: #fff;
}
.icon-box.iconbox-theme-colored .icon.icon-dark {
  background-color: #1F386B;
  color: #fff;
}
.icon-box.iconbox-theme-colored .icon.icon-dark:hover {
  color: #fff;
}
.icon-box.iconbox-theme-colored .icon.icon-dark.icon-bordered {
  background-color: transparent;
  border-color: #1F386B;
  color: #1F386B;
}
.icon-box.iconbox-theme-colored .icon.icon-dark.icon-bordered:hover {
  background-color: #1F386B;
  border-color: #1F386B;
  color: #fff;
}
.icon-box.iconbox-theme-colored .icon.icon-white {
  background-color: #fff;
  color: #1F386B;
}
.icon-box.iconbox-theme-colored .icon.icon-white:hover {
  background-color: #1F386B;
  color: #fff;
}
.icon-box.iconbox-theme-colored .icon.icon-white.icon-bordered {
  background-color: transparent;
  border-color: #1F386B;
  color: #fff;
}
.icon-box.iconbox-theme-colored .icon.icon-white.icon-bordered:hover {
  background-color: #1F386B;
  border-color: #1F386B;
  color: #fff;
}
.icon-box.iconbox-theme-colored.iconbox-border {
  border-color: #1F386B;
}
.pricing ul
{
   display: flex;
   width: 100% !important;
   text-align: right !important;
   margin-bottom: 10px !important;
   justify-content: end;
   border-bottom: 1px solid #ffffff40;
   padding-bottom: 10px;
}
.pricing
{
   text-align: right !important;
   padding-right: 20px
}
.pricing ul i
{
   margin: 0 !important;
   margin-right: 10px !important;
}
.pricing ul li
{
   text-align: right !important;
   padding: 0 !important;
   padding-left: 10px !important;
   font-size: 13px !important;
}
.thumb img
{
   height: 270px !important;
}
.pricing h4
{
   margin-top: 25px !important;
   font-size: 20px !important;
   margin-bottom: 18px;
}

.pricing p{
   color: white !important;;
   margin-right: 10px !important;
   margin-bottom: 10px;
   font-size: 15px !important;
}.acc h3 {
   font-size: 14px !important;
   background-color: #f7f0ee;
   color: rgba(23, 21, 10, 0.8);
   padding: 20px 15px;
   margin: 10px 0;
   cursor: pointer;
   /*! letter-spacing: 2px; */
   position: relative;
   text-transform: capitalize;
   border-radius: 5px;
   transition: .5s;
   text-align: right;
   font-weight: normal !important;
}

.acc h3:after {
   content: '+';
   position: absolute;
   left: 20px;
   font-size: 29px;
   top: 41%;
   transform: translateY(-50%);
   background: var(--mainColor);
   color: #141313;
   width: 39px;
   height: 39px;
   border-radius: 50%;
   padding: ;
   text-align: center;
   margin-top: 5px;
   padding-top: ;
}
.acc.active h3
{
 background-color: var(--mainColor);
 transition: .5s

}
.acc.active h3:after {
 content: '-';
}

.content-faq {
   background-color: #fff;
   display: none;
}

.content-inner {
   padding: 15px;
}

.content-faq * {
   margin-top: 0;
   line-height: 1.5;
   font-size: 17px;
   text-align: right;
   color: rgba(0,0,0,.6);
}
.spcimg
{
   background: #f1f1f1;
  width: 60%;
  margin: auto;
  padding: 30px 10px;
  text-align: center !important;
  margin-top: -138px;
  z-index: 2;
  position: relative;
  border-radius: 20px;
}
.spcimg h3
{
  font-size: 22px;
}
.spcimg p
{
  font-size: 13px;
  color: rgba(0,0,0,.6);
  /*! margin: 20px 0; */
}
.spcimg a
{
  font-size: 13px;
  background: var(--mainColor);
  color: white;
  padding: 8px 30px;
  border-radius: 10px
}.section-news{
  border-bottom: 1px solid #e1e1e1;
  margin: 60px 0;
}

.news-carousel{
  margin-top: 4.7rem;
}

.news-item{
  position: relative;
}

.news-item img{
  width: 100%;
  height: 350px;
}

.news-hover{
  position: absolute;
  left: 0;
  top:0;
  width: 100%;
  height: 100%;
  padding:2.7rem;
  color: #999;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.hover-border{
  position: absolute;
  left:0;
  top:0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.hover-border div{
  position: absolute;
  left: 0;
  top:0;
  width: 100%;
  height: 100%;
}

.hover-border div::before {
  position: absolute;
  content: "";
  background:var(--mainColor);
  height: 2px;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.hover-border::after {
  position: absolute;
  content: "";
  background:var(--mainColor);
  width: 2px;
  height: 100%;
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: 0.2s 0.2s;
  -o-transition: 0.2s 0.2s;
  transition: 0.2s 0.2s;
}

.hover-border div::after {
  position: absolute;
  content: "";
  background:var(--mainColor);
  width: 100%;
  height: 2px;
  right: 0;
  bottom: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: 0.2s 0.4s;
  -o-transition: 0.2s 0.4s;
  transition: 0.2s 0.4s;
}

.hover-border::before {
  position: absolute;
  content: "";
  background:var(--mainColor);
  width: 2px;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: 0.2s 0.8s;
  -o-transition: 0.2s 0.8s;
  transition: 0.2s 0.8s;
}

.news-hover .content{
  opacity: 0;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-align: right;
}

.news-hover .time{
  margin-bottom: 0.6rem;
}

.news-title{
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: 0;
  margin:0;
  -webkit-transform: translateX(-2rem);
  -ms-transform: translateX(-2rem);
  -o-transform: translateX(-2rem);
  transform: translateX(-2rem);
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

.news-description{
  opacity: 0;
  margin-bottom: 0;
  line-height: 1.71;
  margin-top: 10%;
  -webkit-transform: translateY(-2rem);
  -ms-transform: translateY(-2rem);
  -o-transform: translateY(-2rem);
  transform: translateY(-2rem);
  -webkit-transition: 0.5s 0.3s ease;
  -o-transition:  0.5s 0.3s ease;
  transition: 0.5s 0.3s ease;
}

.news-hover .read-more{
  position: absolute;
  opacity: 0;
  bottom: 2.7rem;
  color: white;
  border: 1px solid;
  padding: 8px 30px;
  border-radius: 50px;
}

.read-more{
  font-weight: 600;
}

.news-item:hover .news-hover{
  background-color: #2f2e2de3;
  color: white !important;
}

.news-item:hover .hover-border::before,
.news-item:hover .hover-border::after,
.news-item:hover .hover-border div::before,
.news-item:hover .hover-border div::after {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.news-item:hover .news-hover .content{
  opacity: 1;

}

.news-item:hover .news-hover .news-title,
.news-item:hover .news-hover .news-description{
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  color: white !important;
}

.news-item:hover .news-hover .read-more{
  opacity: 1;
}

.pxp-services {
    height: 418px;
}
.pxp-services-container {
    height: 300px;
    box-shadow: 0px 15px 30px rgba(0,0,0,0.10);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.pxp-services-item {
    display: block;
    background-color: #fff;
    position: relative;
    border-right: 1px solid #e8e8e8;
    overflow: hidden;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.pxp-dark-mode .pxp-services-item {
    background-color: #000;
    border-right: 1px solid #333;
}
.pxp-services-item:first-child {
    border-radius: .3rem 0 0 .3rem;
}
.pxp-services-item:nth-child(4) {
    border-right: 0 none;
    border-radius: 0 .3rem .3rem 0;
}
.pxp-services-item-fig {
    width: 100px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 40px;
}
.pxp-services-item-fig img {
    width: 100%;
    height: auto;
}
.pxp-services-item-text {
    position: absolute;
    top: 180px;
    left: 20px;
    right: 20px;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.pxp-services-item-text-title {
    font-weight: 900;
    color: #333;
    font-size: 1.3rem;
    margin-bottom: .5rem;
}
.pxp-dark-mode .pxp-services-item-text-title {
    color: #fff;
}
.pxp-services-item-text-sub {
    color: #333;
    opacity: .7;
    font-size: .8rem;
}
.pxp-dark-mode .pxp-services-item-text-sub {
    color: #fff;
}
@keyframes iconTop {
    0% {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
    25% {
        opacity: 0;
        -webkit-transform: translate(-50%, -70%);
        transform: translate(-50%, -70%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translate(-50%, -40%);
        transform: translate(-50%, -40%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}
.pxp-services-item:hover .pxp-services-item-fig {
    -webkit-animation: iconTop 0.4s ease-in-out;
    -moz-animation: iconTop 0.4s ease-in-out;
    animation: iconTop 0.4s ease-in-out;
}
.pxp-services-item:hover .pxp-services-item-text {
    transform: translateY(-50%);
}
.pxp-services-item-cta {
    position: absolute;
    color: #333;
    bottom: 40px;
    left: 20px;
    right: 20px;
    z-index: 3;
    font-size: 0.7rem;
    letter-spacing: 1px;
    opacity: 0;
    font-weight: 700;
    transform: translateY(400%);
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.pxp-dark-mode .pxp-services-item-cta {
    color: #fff;
}
.pxp-services-item:hover .pxp-services-item-cta {
    transform: translateY(0);
    opacity: 1;
}
.pxp-services-h {
    background: linear-gradient(90deg, #F7F7F7 50%, #fff 50%);
}
.pxp-dark-mode .pxp-services-h {
    background: linear-gradient(90deg, #000 50%, #F7F7F7 50%);
}
.pxp-services-h-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.pxp-services-h-fig {
    -webkit-flex: 3;
    -ms-flex: 3;
    flex: 3;
    height: 540px;
    box-shadow: 0px 15px 30px rgba(0,0,0,0.10);
}
.pxp-services-h-fig.pxp-animate-in {
    transform: translateX(50px);
    opacity: 0;
    -webkit-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}
.pxp-services-h-fig.pxp-animate-in.pxp-in {
    transform: translateX(0);
    opacity: 1;
}
.pxp-services-h-items {
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
}
.pxp-services-h-items.pxp-animate-in .pxp-services-h-item {
    transform: translateX(50px);
    opacity: 0;
    -webkit-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}
.pxp-services-h-items.pxp-animate-in.pxp-in .pxp-services-h-item {
    transform: translateX(0);
    opacity: 1;
}
.pxp-services-h-items.pxp-animate-in.pxp-in .pxp-services-h-item:nth-child(1) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.pxp-services-h-items.pxp-animate-in.pxp-in .pxp-services-h-item:nth-child(2) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
.pxp-services-h-items.pxp-animate-in.pxp-in .pxp-services-h-item:nth-child(3) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}
.pxp-services-h-items.pxp-animate-in.pxp-in .pxp-services-h-item:nth-child(4) {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}
.pxp-services-h-items.pxp-animate-in.pxp-in .pxp-services-h-item:nth-child(5) {
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s;
}
.pxp-services-h-item img {
    height: 64px;
    width: auto;
}
.section-content .col-md-3 .sm-height-auto
{
   background: var(--mainColor) !important;
   padding-top: 60px !important;
}
.section-content .col-md-3 .sm-height-auto i
{
   font-size: 30px
}
.section-content .col-md-3 .sm-height-auto h4
{
   font-size: 17px !important;
}.single-service-box {
  padding: 40px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  height: auto;
  /*! background: #555353 !important; */
  /*! z-index: 9999999; */
  position: relative;
  text-align: center;
  background: var(--mainColor);
  border-radius: 60px !important;
}
.single-service-box:hover::after {
  opacity: 0;
  visibility: hidden;
}

.single-service-box:hover .contents h4, .single-service-box:hover .contents p {
  color: #000;
}
.single-service-box::after {
  /*! position: absolute; */
  /*! width: 100%; */
  /*! height: 100%; */
  content: "";
  /*! background-color: #eeb4a533; */
  /*! opacity: 1; */
  /*! visibility: visible; */
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  left: 0;
  top: 0;
  z-index: -1;
  border-radius: 50px 20px 60px 5px;
}
.single-service-box .icon {
  color: #6f6868 !important;
  font-size: 30px;
  line-height: 1;
  background: white;
  border-radius: 60px 10px 30px 30px;
  width: 80px;
  height: 80px;
  padding: 20px;
}
.single-service-box .contents h4 {
  margin: 7px 0px;
  font-size: 18px;
}
.single-service-box .service-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  content: "";
  top: 0;
  left: 0;
  background-position: center center;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.single-service-box .service-bg::after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #001659;
  opacity: 0.6;
  left: 0;
  top: 0;
}

.single-service-card {
  border: 1px solid #EBEDF2;
  background-color: #fff;
  margin-top: 40px;
}
.single-service-card.single-service-card_2 {
  border: 0px solid #EBEDF2;
  padding: 0px 10px;
  z-index: 1;
  position: relative;
  background-color: transparent !important;
}
.single-service-card.single-service-card_2 .service-cover-img {
  height: 200px;
  border-radius: 4px;
}
.single-service-card.single-service-card_2 .content {
  padding: 30px 10px 50px 10px !important;
}
.single-service-card.single-service-card_2 .content h4 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
}
.single-service-card.single-service-card_2 .content h4 a {
  position: relative;
  padding: 0px 0px;
  visibility: visible;
  opacity: 1;
}
.single-service-card.single-service-card_2 .content a {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  padding: 10px 20px;
  border-radius: 4px;
  text-transform: capitalize;
  margin-bottom: -15px;
  position: absolute;
  bottom: -1%;
  visibility: hidden;
  opacity: 0;
}
.single-service-card.single-service-card_2::after {
  position: absolute;
  content: "";
  clear: both;
  display: block;
  left: 0;
  bottom: 0;
  height: 75%;
  width: 100%;
  background-color: #FFF;
  border-radius: 4px;
  z-index: -1;
  -webkit-box-shadow: 0px 6px 20px rgba(1, 1, 28, 0.2);
          box-shadow: 0px 6px 20px rgba(1, 1, 28, 0.2);
}
.single-service-card.single-service-card_2:hover a {
  visibility: visible;
  opacity: 1;
}
.single-service-card .service-cover-img {
  height: 230px;
}
.single-service-card .content {
  padding: 30px 40px;
}
.single-service-card .content .icon-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-service-card .content .icon-title .icon {
  font-size: 55px;
  color: #FF5E14;
  line-height: 1;
  margin-right: 20px;
}
.single-service-card .content .icon-title .service-title h4:hover {
  color: #FF5E14;
}
.single-service-card .content .read-more {
  color: #FF5E14;
  text-decoration: underline;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  display: block;
  margin-top: 15px;
}
.single-service-card .content .read-more:hover {
  color: #001659;
}
.single-service-card .content .read-more i {
  margin-left: 5px;
}

.single-best-featured {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .single-best-featured.right {
    text-align: right;
  }
  .single-best-featured.right .icon {
    float: right;
    overflow: hidden;
    font-size: 60px;
    color: #FF5E14;
    margin-left: 20px;
    margin-right: 0;
  }
}
.single-best-featured .icon {
  float: left;
  overflow: hidden;
  font-size: 60px;
  color: #FF5E14;
  margin-right: 20px;
}
.single-best-featured .content-text {
  overflow: hidden;
}
.single-best-featured .content-text h5 {
  margin-top: -4px;
  margin-bottom: 10px;
}
.single-services-box {
  padding: 70px 40px 65px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 30px 50px rgba(20, 42, 104, 0.06);
          box-shadow: 0px 30px 50px rgba(20, 42, 104, 0.06);
  text-align: center;
  margin-top: 30px;
}
.single-services-box .icon {
  width: 80px;
  height: 80px;
  border: 1px solid #C8CBF5;
  line-height: 80px;
  border-radius: 10px;
  margin: 0 auto;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.single-services-box:hover .icon {
  background: #f2f3fe;
  border-color: #f2f3fe;
}
.single-services-box.sb2 .icon {
  border: 1px solid #F2E1D8;
}
.single-services-box.sb3 .icon {
  border: 1px solid #D1ECE2;
}
.single-services-box.sb2:hover .icon {
  background: #F2E1D8;
  border-color: #F2E1D8;
}
.single-services-box.sb3:hover .icon {
  background: #D1ECE2;
  border-color: #D1ECE2;
}
.service-gallery {
  margin-bottom: 30px;
}
.service-gallery .single-service-photo {
  width: 100%;
  height: 450px;
  background-color: #eee;
}
@media (max-width: 1199px) {
  .service-gallery .single-service-photo {
    height: 400px;
  }
}
@media (max-width: 991px) {
  .service-gallery .single-service-photo {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .service-gallery .single-service-photo {
    height: 250px;
  }
}

.service-details-wrapper h2 {
  font-size: 32px;
}
@media (max-width: 767px) {
  .service-details-wrapper h2 {
    font-size: 28px;
  }
}
@media (max-width: 500px) {
  .service-details-wrapper h2 {
    font-size: 26px;
    line-height: 140%;
  }
}
.service-details-wrapper .owl-theme .owl-nav div {
  left: 0;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #FFF;
  background-color: #001659;
  margin: 0;
  padding: 0;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 20px;
  display: inline-block;
  border-radius: 0px;
}
.service-details-wrapper .owl-theme .owl-nav div:hover {
  background-color: #FF5E14;
  color: #fff;
}
.service-details-wrapper .owl-theme .owl-nav div.owl-next {
  left: auto;
  right: 0;
}
.service-details-wrapper .owl-theme .owl-dots {
  position: absolute;
  left: 50%;
  bottom: 10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: 0;
  z-index: 1;
}
html,body
{
  position: relative;;
  scroll-behavior: smooth !important
}
.merelgj .active
{
  font-weight: bold !important;
  color: var(--mainColor) !important;
  text-decoration: underline;
}
.mmfd
{
 position: fixed;
 bottom: 0;
 background: #075E54;
 color: white;
 font-size: 30px;
 padding: 15px 17px;
 margin: 20px;
 z-index: 988888;
 border-radius: 50%;
 right: 0;
 transition: .5s;
 font-family: "Font Awesome 5 brands" !important;
}
.prices .pr-pl
{
     padding: 10px 30px;
     background-color: #f1f1f1;
     margin: 20px 10px;
}
.prices .first-sc, .second-sc
{
     padding: 10px;
     border-bottom: 1px solid #17354a63;
     /*! background: var(--mainColor); */
     position: relative;
}
.prices .first-sc::before
{
   position: absolute;
   width: 100%;
   height: 100%;
   background: var(--mainColor) !important;
   content: '';
   top: 0;
   left: 0;
   /*! z-index: 0; */
   transform: scale(1.26);
   border-radius: ;
}
.icn
{
   text-align: center
}
.first-sc img
{
     font-size: 60px;
     font-weight: bold;
     color: var(--mainColor);
     margin: 0;
     width: 100px !important;
     height: 100px !important;
     z-index: 0;
     position: relative;
}
.second-sc .prices-nbr p
{
     font-size: 60px;
     font-weight: bold;
     color: var(--mainColor);
     margin: 0
}
.second-sc .txt
{
     width: 100%;
     text-align: right;
}
.second-sc .txt h1
{
     font-size: 25px;
     font-weight: bold;
     text-transform: capitalize;
     margin-left: 15px
}
.second-sc .txt p
{
     color: rgba(0,0,0,.6);
     text-transform: capitalize;
     font-size: 14px;
     margin: 0;
     margin-top: 10px;
           margin-left: 15px;
}

.third-sc
{
     text-align: center
}
.third-sc .btn{
   width: 100px;
   font-size: 13px !important;
   margin: auto !important;
   margin-bottom: 20px !important;
}
.third-sc ul
{
     display: block;
     list-style: none;
     padding: 0;
     margin: 10px 0;
     text-align: left
}
.third-sc ul p
{
     margin: 20px 0;
     font-size: 17px;
     text-transform: capitalize;
     text-align: right;
     direction: rtl;
}
.third-sc ul p i
{
     margin-right: 5px;
     color: #d40000;
}
.third-sc a
{
     font-size: 14px;
     padding: 7px 12px;
     border-radius: 0px;
}
.third-sc a:hover, .new a
{
     text-decoration: none;
     }
     .wave-container {
            position: relative;
            width: 100%;
            padding-bottom: 50px;
        }

        .wave-top {
            position: absolute;
            top: -1px;
            left: 0;
            width: 100%;
            overflow: hidden;
            line-height: 0;
            transform: rotate(180deg);
        }

        .wave-top svg {
            position: relative;
            display: block;
            width: calc(100% + 1.3px);
            height: 50px;
        }

        .wave-top .shape-fill {
            fill: #FFFFFF;
        }

        .wave-bottom {
            position: absolute;
            bottom: -1px;
            left: 0;
            width: 100%;
            overflow: hidden;
            line-height: 0;
        }

        .wave-bottom svg {
            position: relative;
            display: block;
            width: calc(100% + 1.3px);
            height: 50px;
        }

        .wave-bottom .shape-fill {
            fill: #FFFFFF;
        }

        .swiper {
            width: 100%;
            height: 400px;
            border-radius: 20px;
            overflow: hidden;
            /*! box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15); */
            background: ;
        }

        .swiper-wrapper {
            transition-timing-function: cubic-bezier(0.17, 0.67, 0.83, 0.67);
        }

        .swiper-slide {
            text-align: center;
            display: flex;
            justify-content: center;
            align-items: center;
            position: relative;
            overflow: hidden;
        }

        .swiper-slide::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 30px;
            background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none"><path d="M321.39,56.44c58-10.79,114.16-30.13,172-41.86,82.39-16.72,168.19-17.73,250.45-.39C823.78,31,906.67,72,985.66,92.83c70.05,18.48,146.53,26.09,214.34,3V0H0V27.35A600.21,600.21,0,0,0,321.39,56.44Z" fill="%23ffffff"></path></svg>');
            background-size: 100% 100%;
            z-index: 2;
        }

        .testimonial-content {
            padding: 40px;
            max-width: 80%;
            position: relative;
            z-index: 2;
            transform: skewY(-2deg);
        }

        .testimonial-content::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(255, 255, 255, 0.1);
            border-radius: 15px;
            z-index: -1;
            transform: skewY(2deg);
        }

        .testimonial-text {
            font-size: 16px;
            color: #fff;
            line-height: 1.6;
            margin-bottom: 25px;
            text-align: center;
            font-style: italic;
            text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
        }

        .testimonial-name {
            font-weight: bold;
            color: #fff;
            font-size: 16px;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
        }

        .testimonial-name::before {
            content: "—";
            font-weight: normal;
        }

        .nature-icon {
            font-size: 24px;
            margin-left: 5px;
        }

        .swiper-slide.orange {
            background:var(--mainColor);
            border-radius: 10px;
        }

        .swiper-slide.blue {
            background: linear-gradient(135deg, #eeb4a5, #f0e1de)
        }

        .swiper-slide.teal {
            background: linear-gradient(135deg, #eeb4a5, #f0e1de)
        }

        .swiper-slide.green {
            background: linear-gradient(135deg, #eeb4a5, #f0e1de)
        }

        /* Nature patterns */
        .nature-pattern {
            position: absolute;
            opacity: 0.1;
            z-index: 1;
        }

        .pattern-1 {
            top: 10%;
            left: 10%;
            font-size: 80px;
            transform: rotate(25deg);
        }

        .pattern-2 {
            bottom: 15%;
            right: 10%;
            font-size: 60px;
            transform: rotate(-15deg);
        }

        /* Pagination styling */
        .swiper-pagination {
            bottom: 20px !important;
        }

        .swiper-pagination-bullet {
            width: 12px;
            height: 12px;
            background: #fff;
            opacity: 0.7;
            transition: all 0.3s ease;
            box-shadow: 0 2px 5px rgba(0,0,0,0.2);
        }

        .swiper-pagination-bullet-active {
            background: #4caf50;
            opacity: 1;
            transform: scale(1.3);
        }

        /* Navigation buttons */
        .swiper-button-next, .swiper-button-prev {
            color: #4caf50;
            background: rgba(255, 255, 255, 0.8);
            width: 50px;
            height: 50px;
            border-radius: 50%;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
            transition: all 0.3s ease;
        }

        .swiper-button-next::after, .swiper-button-prev::after {
            font-size: 20px;
            font-weight: bold;
        }

        .swiper-button-next:hover, .swiper-button-prev:hover {
            background: white;
            transform: scale(1.1);
        }

        /* Footer */


        @media (max-width: 768px) {
            .swiper {
                height: 450px;
            }

            .testimonial-content {
                padding: 30px 20px;
                max-width: 90%;
            }

            .testimonial-text {
                font-size: 16px;
            }

            h1 {
                font-size: 2rem;
            }
        }
        .team-section
        {
          position: relative;
          z-index: 11;
          padding-bottom: 80px;
        }
.team-section::before
{
  position: absolute;;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: '';
  background-color: #eeb4a5;
  z-index: -1
}

.counter-section{
	position:relative;
	overflow:hidden;
}

.counter-section .image-layer{
	position:absolute;
	left:0px;
	top:0px;
	bottom:0px;
	right:0px;
	background-position:center center;
	background-repeat:repeat-x;
}

.counter-section .inner-container{
	position:relative;
	/*! margin-right:-180px; */
	padding: 40px 0;
}

.counter-section .inner-container:before{
	/*! position:absolute; */
	content:'';
	left:95%;
	top:0px;
	bottom:0px;
	width:150%;
}

.counter-block{
	position:relative;
	margin-bottom:var(--margin-bottom-30);
}

.counter-block .inner-block{
	position:relative;
	text-align: center;
	margin: 10px 0;
}

.counter-block .counter{
	position:relative;
	line-height:1em;
	color:white;
	font-size:50px;
	font-family: var(--font-family-Jost);
}

.counter-block .counter-text:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:21px;
	height:21px;
	background:url(../images/icons/stars.png);
	background-repeat:no-repeat;
}

.counter-block .counter-text{
	position:relative;
	font-weight:600;
	color:#d7d5d5;
	font-size:18px;
	text-transform:uppercase;
	margin-top:var(--margin-top-10);
	padding-left:var(--padding-left-30);
	font-family: var(--font-family-Jost);
}

.counter-section.style-two{
	padding-bottom:var(--padding-bottom-30);
	background-color:var(--color-three);
}

.counter-section.style-two .inner-container{
	background-color:var(--color-three);
}

.counter-section.style-two .inner-container:before{
	display:none;
}

.counter-section.style-two .counter-block .counter{
	color:var(--color-two);
}

.counter-section.style-two .counter-block .counter-text{
	color:var(--main-color);
}

.counter-section.style-two .counter-block .counter-text:before{
	background:url(../images/icons/stars-1.png);
}

.counter-section.style-three{
	padding:80px 0px 50px;
	background-color:var(--color-two);
}

.counter-section.style-three .inner-container{
	margin-right:0px;
	background:none;
	padding:0px;
}

.counter-section.style-three .counter-block .counter-text{
	color:var(--main-color);
}

.counter-section.style-three .inner-container:before{
	display:none;
}

.counter-section.style-three .counter-block .counter-text:before{
	background:url(../images/icons/stars-1.png);
}
.floating-img {
  animation: floatUpDown 3s ease-in-out infinite;
}

@keyframes floatUpDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}
.kid-box {
  background: #fff8f0;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 60px;
}

.kid-box::before,
.kid-box::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100px;
  background-size: cover;
  z-index: 1;
}

.kid-box::before {
  top: -40px;
  background: url('https://www.svgrepo.com/show/423840/wave-top.svg') no-repeat center top;
}

.kid-box::after {
  bottom: -40px;
  background: url('https://www.svgrepo.com/show/423839/wave-bottom.svg') no-repeat center bottom;
}

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

.kid-box img {
  border-radius: 20px;
  max-height: 300px;
  object-fit: cover;
  width: 100%;
  margin-bottom: 20px;
}

.kid-box h2 {
  font-size: 24px;
  font-weight: bold;
  color: #444;
}

.kid-details {
  background: #fff;
  border-radius: 30px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding: 30px;
  margin-bottom: 60px;
}

.kid-details h1 {
  font-size: 32px;
  margin-bottom: 30px;
}

.kid-details h3 {
  color: #666;
  font-weight: bold;
}

.video-section video {
  border-radius: 20px;
  box-shadow: 0 6px 12px rgba(0,0,0,0.2);
}

.files-section {
  background: #fff8f5;
  padding: 30px;
  border-radius: 30px;
  margin-bottom: 60px;
}

.files-section table {
  background: white;
  border-radius: 10px;
}

.alert-danger {
  font-size: 18px;
  border-radius: 15px;
  text-align: center;
}    .chat-box {
      max-width: 600px;
      margin: auto;
      background: #fff;
      border-radius: 15px;
      padding: 20px;
      box-shadow: 0 0 15px rgba(0,0,0,0.1);
    }

    .chat-messages {
      height: 400px;
      overflow-y: auto;
      border: 1px solid #ddd;
      padding: 10px;
      /*! border-radius: 10px; */
      background: #fafafa;
    }

    .msg {
      margin: 10px 0;
    }

    .msg.user {
      text-align: right;
      color: #007bff;
    }

    .msg.assistant {
      text-align: left;
      color: #28a745;
    }

    .form-control:focus {
      box-shadow: none;
    }   .nature-scene {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: -1;
            /*! overflow: hidden; */

        }

        .sun {
            position: absolute;
            top: 20px;
            left: 56px;
            width: 80px;
            height: 80px;
            background: #FFD700;
            border-radius: 50%;
            box-shadow: 0 0 40px #FFA500;
            animation: sunPulse 4s infinite alternate;
            z-index: 9999999999999;
        }

        .cloud {
            position: absolute;
            background: white;
            border-radius: 50px;
            box-shadow: 0 0 10px rgba(0,0,0,0.1);
            opacity: 0.9;
        }

        .cloud-1 {
            top: 40px;
            right: 100px;
            width: 120px;
            height: 60px;
            animation: cloudMove 20s linear infinite;
        }

        .cloud-2 {
            top: 100px;
            right: -50px;
            width: 90px;
            height: 45px;
            animation: cloudMove 25s linear infinite;
        }

        .tree {
            position: absolute;
            bottom: 0;
            width: 100px;
            height: 200px;
        }

        .tree-1 {
            left: 10%;
        }

        .tree-2 {
            right: 15%;
        }

        .tree-trunk {
            position: absolute;
            bottom: 0;
            left: 40px;
            width: 20px;
            height: 100px;
            background: #8B4513;
        }

        .tree-top {
            position: absolute;
            bottom: 80px;
            left: 0;
            width: 100px;
            height: 120px;
            background: #2E8B57;
            border-radius: 50% 50% 40% 40%;
            box-shadow: inset 0 0 10px rgba(0,0,0,0.1);
        }

        .grass {
            position: absolute;
            bottom: 0;
            width: 100%;
            height: 60px;
            background: linear-gradient(to top, #4CAF50, #81C784);
        }

        .flower {
            position: absolute;
            bottom: 60px;
            width: 30px;
            height: 50px;
            animation: flowerSway 3s infinite alternate;
        }

        .flower-stem {
            position: absolute;
            bottom: 0;
            left: 14px;
            width: 2px;
            height: 40px;
            background: #4CAF50;
        }

        .flower-head {
            position: absolute;
            bottom: 35px;
            left: 7px;
            width: 16px;
            height: 16px;
            background: #FF4081;
            border-radius: 50%;
            box-shadow: 0 0 0 5px #FFD54F, 0 0 0 10px #FF4081;
        }

        .flower-1 { left: 25%; }
        .flower-2 { left: 45%; }
        .flower-3 { left: 65%; }
        .flower-4 { left: 85%; }

        .chat-container {
            width: 100%;
            max-width: 100%;
            /*! background: rgba(255, 255, 255, 0.85); */
            border-radius: 25px;
            overflow: hidden;
            /*! box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15); */
            backdrop-filter: blur(10px);
            border: 2px solid rgba(255, 255, 255, 0.5);
            position: relative;
            margin: 40px 0;
            margin-bottom: 250px;
            margin: 0px auto;
            margin-bottom: 160px !important;
        }

        .chat-header {
            background: linear-gradient(to right, var(--mainColor), #a47366);
            color: white;
            padding: 20px;
            text-align: center;
            position: relative;
            overflow: hidden;
        }

        .chat-header h2 {
            font-size: 22px;
            margin: 0;
            font-weight: 700;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 15px;
        }

        .chat-header::before {
            content: "";
            position: absolute;
            top: -10px;
            left: -10px;
            width: 50px;
            height: 50px;
            background: rgba(255, 255, 255, 0.2);
            border-radius: 50%;
        }

        .chat-header::after {
            content: "";
            position: absolute;
            bottom: -20px;
            right: -20px;
            width: 80px;
            height: 80px;
            background: rgba(255, 255, 255, 0.15);
            border-radius: 50%;
        }

        .chat-messages {
            height: 400px;
            padding: 20px;
            overflow-y: auto;
            display: flex;
            flex-direction: column;
            gap: 15px;
            background: rgba(253, 237, 237, 0.7);
        }

        .message {
            max-width: 100%;
            padding: 15px;
            border-radius: 20px;
            position: relative;
            animation: fadeIn 0.3s ease-out;
            line-height: 1.6;
            box-shadow: 0 3px 6px rgba(0,0,0,0.05);
        }

        .user-message {
            background: #E3F2FD;
            align-self: flex-end;
            border-bottom-right-radius: 5px;
            color: #1565C0;
            width: 250px;
            text-align: right;
            direction: rtl;
        }

        .bot-message {
            background: #FFF8E1;
            align-self: flex-start;
            border-bottom-left-radius: 5px;
            color: #5D4037;
            text-align: right;
            direction: rtl;
        }

        .message strong {
            display: block;
            margin-bottom: 5px;
            font-weight: 700;
        }

        .chat-input-container {
            padding: 20px;
            background: #FDF1F1;
            display: flex;
            gap: 10px;
        }

        .chat-input {
            flex: 1;
            padding: 15px 20px;
            border: 2px solid #C8E6C9;
            border-radius: 50px;
            outline: none;
            font-size: 1rem;
            background: white;
            transition: all 0.3s;
            box-shadow: inset 0 2px 5px rgba(0,0,0,0.05);
        }

        .chat-input:focus {
            border-color: #4CAF50;
            box-shadow: 0 0 0 3px rgba(76, 175, 80, 0.2);
        }

        .send-button {
            background: var(--mainColor);
            color: white;
            border: none;
            width: 60px;
            border-radius: 50%;
            cursor: pointer;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 1.5rem;
            transition: all 0.3s;
            box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        }

        .send-button:hover {
            background: #388E3C;
            transform: translateY(-2px);
        }

        .send-button:active {
            transform: translateY(1px);
        }

        .bubble {
            position: absolute;
            background: rgba(255, 255, 255, 0.6);
            border-radius: 50%;
            animation: float 6s infinite ease-in-out;
        }

        .bubble-1 {
            width: 20px;
            height: 20px;
            top: 30%;
            left: 10%;
            animation-delay: 0s;
        }

        .bubble-2 {
            width: 15px;
            height: 15px;
            top: 50%;
            left: 20%;
            animation-delay: 1s;
        }

        .bubble-3 {
            width: 25px;
            height: 25px;
            top: 70%;
            left: 5%;
            animation-delay: 2s;
        }

        .character {
            position: absolute;
            bottom: 70px;
            right: 20px;
            width: 80px;
            height: 80px;
            background: #FFD54F;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 2.5rem;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
            animation: bounce 2s infinite;
            z-index: 10;
        }

        .character::after {
            content: "";
            position: absolute;
            top: -15px;
            width: 40px;
            height: 40px;
            background: #FFD54F;
            border-radius: 50%;
            z-index: -1;
        }

        /* Scrollbar styling */
        .chat-messages::-webkit-scrollbar {
            width: 10px;
        }

        .chat-messages::-webkit-scrollbar-track {
            background: rgba(200, 230, 201, 0.3);
            border-radius: 10px;
        }

        .chat-messages::-webkit-scrollbar-thumb {
            background: #81C784;
            border-radius: 10px;
        }

        .chat-messages::-webkit-scrollbar-thumb:hover {
            background: #4CAF50;
        }

        /* Animations */
        @keyframes float {
            0%, 100% { transform: translateY(0) translateX(0); }
            25% { transform: translateY(-20px) translateX(10px); }
            50% { transform: translateY(-40px) translateX(-10px); }
            75% { transform: translateY(-20px) translateX(10px); }
        }

        @keyframes bounce {
            0%, 100% { transform: translateY(0); }
            50% { transform: translateY(-15px); }
        }

        @keyframes sunPulse {
            0% { box-shadow: 0 0 40px #FFA500; }
            100% { box-shadow: 0 0 60px 20px #FFA500; }
        }

        @keyframes cloudMove {
            0% { transform: translateX(0); }
            100% { transform: translateX(-100vw); }
        }

        @keyframes flowerSway {
            0% { transform: rotate(-3deg); }
            100% { transform: rotate(3deg); }
        }

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

        .welcome-message {
            text-align: center;
            padding: 20px;
            color: #5D4037;
            font-size: 1.1rem;
            background: rgba(255, 255, 255, 0.6);
            border-radius: 15px;
            margin: 10px;
            animation: fadeIn 1s ease-out;
        }

        /* Responsive design */
        @media (max-width: 768px) {
           .img_show
           {
            margin: 0 !important;
              margin-top: -40px !important;
           }
            .chat-container {
                border-radius: 20px;
                width: 99%;
            }

            .chat-messages {
                height: 350px;
            }

            .message {
                max-width: 90%;
            }
           .account-page form{
              padding: 0
           }
.account-page svg
           {
              bottom: 120px;
              left: 0
           }
            .character {
                width: 60px;
                height: 60px;
                font-size: 2rem;
                bottom: 60px;
            }
        }
section{
   background-size: cover !important;
   background-repeat: no-repeat !important;
}
        @media (max-width: 480px) {
            .chat-header h2 {
                font-size: 1.4rem;
            }

            .chat-messages {
                height: 300px;
                padding: 15px;
            }

            .chat-input-container {
                padding: 15px;
            }

            .chat-input {
                padding: 12px 15px;
            }

            .character {
                width: 50px;
                height: 50px;
                font-size: 1.8rem;
                bottom: 50px;
            }
        }
        .svg-zig {
          position: relative;
          padding-top:  ;
        }

        .svg-zig svg {
          width: 100%;
          height: auto;
           fill: var(--mainColor) !important;
        }

        .svg-zig .content {
          position: absolute;
          top: 0;
          left: 0;
          padding: 20px;
          width: 100%;
          height: 100%;
          z-index: 1;
          padding-top: 60px;
          text-align: c !important;
          color: white !important;
          text-align: right !important;
        }
.svg-zig h3{
   color: var(--mainColor);
   font-size: 30px;

   color: white !important;
}
.svg-zig h3 span{
   background: #dd9d8c;
   width: 68px;
   height: auto;
   color: white;
   padding: 15px;
   margin: auto;
   border-radius: 13px;
   margin-top: 11px;
}
.svg-zig p{
   text-align: right;
   font-size: 14px;
}
.svg-zig a{
   background: var(--mainColor);
   color: white;
   font-size: 13px;
   padding: 5px 30px;
   border-radius: 10px
}
.svg-zig {
  position: relative;
}
.account-page svg{
   width: 100% !important;;
   position: absolute;
   fill: var(--mainColor) !important;
   z-index: 11
}
.account-page form{
  z-index: 9999 !important;
  position: relative;
}
.danger-msg{
   background: #f9cccc;
   padding: 20px;
   border-radius: 10px;
   text-align: center;
   font-size: 14px;
   margin: 80px 0
}.floating-img {
  animation: floatUpDown 3s ease-in-out infinite;
}

@keyframes floatUpDown {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-15px);
  }
}
#prices .svg-zig
{
   padding: 0 !important;
}
#prices .content{
   padding: 10px !important;
   text-align: center !important;
   justify-content: center;
   position: relative !important;
   background: white;
   padding: 60px 0 !important;
   border-radius: 20px;
   border: 1px solid #f7f7f7;
   box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.03);
}
#prices .content p
{
   text-align: center;
   color: #595252 !important;
}
#prices .content h3{
   color: var(--mainColor) !important;
   font-size: 32px !important;
   margin-bottom: 30px;
}
.navbar-toggler
{
   margin-left: auto !important;
   float: right;
}
.fas , .fab
{
   font-family: "Font Awesome 5 brands" !important;
}
.modal-backdrop
{
  z-index:90 !important;
}

:root {
    --primary-gradient: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    --success-gradient: linear-gradient(135deg, #4caf50 0%, #45a049 100%);
    --danger-gradient: linear-gradient(135deg, #f44336 0%, #d32f2f 100%);
    --info-gradient: linear-gradient(135deg, #00bcd4 0%, #0097a7 100%);
    --warning-gradient: linear-gradient(135deg, #ff9800 0%, #f57c00 100%);
}

body {
    background: #f8f9fa;
    font-family: 'Tajawal', sans-serif;
}

/* Page Header */
.page-header-modern {
    background: var(--primary-gradient);
    padding: 40px 0;
    margin-bottom: 30px;
    color: white;
    position: relative;
    overflow: hidden;
}

.page-header-modern::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="%23ffffff" fill-opacity="0.1" d="M0,96L48,112C96,128,192,160,288,160C384,160,480,128,576,122.7C672,117,768,139,864,154.7C960,171,1056,181,1152,165.3C1248,149,1344,107,1392,85.3L1440,64L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path></svg>');
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    opacity: 0.3;
}

.page-header-modern h1 {
    position: relative;
    z-index: 1;
    font-size: 2.5rem;
    font-weight: 700;
    margin: 0;
}

.breadcrumb {
    background: transparent;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 1;
}

.breadcrumb a {
    color: rgba(255,255,255,0.8);
    text-decoration: none;
    transition: color 0.3s;
}

.breadcrumb a:hover {
    color: white;
}

.breadcrumb .active {
    color: white;
}

/* Cards & Tables */
.stats-card {
    background: white;
    border-radius: 20px;
    padding: 25px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    border: 1px solid rgba(255,255,255,0.2);
    backdrop-filter: blur(10px);
    direction: rtl;
}

.stats-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(102,126,234,0.2);
}

.child-table {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

.child-table thead th {
    background: var(--mainColor);
    color: white;
    font-weight: 600;
    border: none;
    padding: 18px 15px;
    font-size: 16px;
    letter-spacing: 0.5px;
}

.child-table tbody tr {
    transition: all 0.3s ease;
    border-bottom: 1px solid #eef2f6;
}

.child-table tbody tr:hover {
    background: #f8faff;
    transform: scale(1.01);
    box-shadow: 0 5px 20px rgba(102,126,234,0.15);
}

.child-table td {
    padding: 18px 15px;
    vertical-align: middle;
}

/* Avatar Styles */
.child-avatar {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #fff;
    box-shadow: 0 5px 15px rgba(102,126,234,0.3);
    transition: transform 0.3s;
}

.child-avatar:hover {
    transform: scale(1.1);
}

.child-avatar-placeholder {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: var(--primary-gradient);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
    box-shadow: 0 5px 15px rgba(102,126,234,0.3);
}

/* Badge Styles */
.badge-gender {
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

.badge-male {
    background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
    color: #1976d2;
}

.badge-female {
    background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%);
    color: #c2185b;
}

/* Action Buttons */
.action-buttons {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.action-buttons .btn {
    border-radius: 30px;
    padding: 8px 18px;
    font-size: 13px;
    font-weight: 600;
    transition: all 0.3s ease;
    border: none;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

.action-buttons .btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

.btn-warning {
    background: linear-gradient(135deg, #ff9800 0%, #f57c00 100%);
    color: white;
}

.btn-danger {
    background: linear-gradient(135deg, #f44336 0%, #d32f2f 100%);
    color: white;
}

.btn-info {
    background: Color;
    color: white;
}

/* Search Box */
.search-box {
    position: relative;
}

.search-box input {
    height: 55px;
    border-radius: 40px;
    border: 2px solid #eef2f6;
    padding-right: 50px;
    font-size: 16px;
    transition: all 0.3s;
    background: white;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.search-box input:focus {
    border-color: #667eea;
    box-shadow: 0 5px 25px rgba(102,126,234,0.2);
    outline: none;
}

.search-box i {
    position: absolute;
    right: 20px;
    top: 19px;
    color: #667eea;
    font-size: 18px;
}

/* Modal Styles - Fixed for proper display */
.modal {
    z-index: 1050;
    background: rgba(0,0,0,0.5);
}

.modal.show {
    display: block !important;
    z-index: 99;
}

.modal-content {
    border-radius: 25px;
    border: none;
    box-shadow: 0 30px 80px rgba(0,0,0,0.3);
    background: white;
    transform: translateY(0);
    transition: all 0.3s;
    border: 1px solid rgba(255,255,255,0.2);
}

.modal.show .modal-content {
    /*! animation: slideInUp 0.4s ease; */
    direction: rtl;
    text-align: right;
    overflow: auto;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    z-index: 9999999999;
}

@keyframes slideInUp {
    from {
        transform: translateY(50px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.modal-header {
    background: var(--primary-gradient);
    color: white;
    border-radius: 25px 25px 0 0;
    padding: 25px 30px;
    border: none;
}

.modal-header .modal-title {
    font-size: 1.5rem;
    font-weight: 700;
}

.modal-header .close {
    color: white;
    opacity: 1;
    font-size: 2rem;
    font-weight: 300;
    text-shadow: none;
    background: transparent;
    border: none;
    cursor: pointer;
    transition: transform 0.3s;
}

.modal-header .close:hover {
    transform: rotate(90deg);
}

.modal-body {
    padding: 35px;
}

.modal-footer {
    border-top: 1px solid #eef2f6;
    padding: 25px 35px;
}

/* Form Controls */
.form-group {
    margin-bottom: 0;
    padding: 0 !important;
}

.form-group label {
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
    display: block;
    font-size: 14px;
}

.form-control {
    height: 55px;
    border-radius: 15px;
    border: 2px solid #eef2f6;
    padding: 0 20px;
    font-size: 15px;
    transition: all 0.3s;
    background: #f8faff;
}

.form-control:focus {
    border-color: #667eea;
    box-shadow: 0 0 0 4px rgba(102,126,234,0.1);
    background: white;
}

select.form-control {
    height: 55px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23667eea' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: left 20px center;
    appearance: none;
    padding-left: 45px;
}

/* Avatar Upload */
.avatar-upload {
    position: relative;
    max-width: 200px;
    margin: 0 auto;
}

.avatar-preview {
    width: 150px;
    height: 150px;
    margin: 0 auto 20px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(102,126,234,0.3);
    border: 4px solid white;
}

.avatar-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.btn-upload {
    background: var(--primary-gradient);
    color: white;
    padding: 12px 25px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-upload:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(102,126,234,0.4);
}

.upload-btn-wrapper input[type=file] {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
}

/* Buttons */
.btn {
    padding: 12px 10px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 12px;
    transition: all 0.3s;
    border: none;
    cursor: pointer;
    margin: 5px 0;
    width: 150px;
    margin: 0px 5px;
}

.btn-primary {
    background: var(--sColor);
    color: white;
    margin: ;
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(102,126,234,0.4);
}

.btn-success {
    background: var(--success-gradient);
    color: white;
}

.btn-secondary {
    background: #6c757d;
    color: white;
}

.btn-lg {
    padding: 15px 40px;
    font-size: 12px;
}

/* Empty State */
.empty-state {
    text-align: center;
    padding: 60px 20px;
}

.empty-state i {
    font-size: 21px;
    color: #cbd5e0;
    margin-right: 8px;
}

.empty-state h5 {
    font-size: 24px;
    color: #4a5568;
    margin-bottom: 15px;
}

/* Responsive */
@media (max-width: 768px) {
    .page-header-modern h1 {
        font-size: 2rem;
    }

    .child-table thead {
        display: none;
    }

    .child-table tbody tr {
        display: block;
        margin-bottom: 20px;
        border: 1px solid #eef2f6;
        border-radius: 15px;
        background: white;
    }

    .child-table tbody td {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 12px 15px;
        border: none;
        border-bottom: 1px solid #eef2f6;
    }

    .child-table tbody td:last-child {
        border-bottom: none;
    }

    .child-table tbody td:before {
        content: attr(data-label);
        font-weight: 700;
        color: #667eea;
        margin-left: 10px;
    }

    .action-buttons {
        justify-content: flex-end;
    }
}
.fas
{
  font-family: "Font Awesome 5 free" !important;
}
.fade:not(.show)
{
  opacity: 1 !important
}

          /* حاوية المحتوى الرئيسية */
          .content-wrapper {
              border-radius: 30px 30px 0 0;
              padding: 0;
              margin-top: 20px;
              backdrop-filter: blur(10px);
          }

          /* تصميم الهيدر */
          .page-header {
              background: linear-gradient(120deg, #17251c 0%, #1d2e36 100%);
              padding: 25px;
              margin-bottom: 30px;
              box-shadow: 0 10px 30px rgba(0,0,0,0.1);
              color: white;
          }

          .page-header h2 {
              font-weight: 700;
              text-shadow: 2px 2px 4px rgba(0,0,0,0.1);
              margin: 0;
          }

          /* تصميم البطاقة */
          .stats-card {
              background: white;
              border-radius: 15px;
              padding: 20px;
              box-shadow: 0 5px 20px rgba(0,0,0,0.05);
              transition: all 0.3s ease;
              border: 1px solid rgba(255,255,255,0.2);
              margin-bottom: 20px;
              text-align: right;
          }

          .stats-card:hover {
              transform: translateY(-5px);
              box-shadow: 0 15px 30px rgba(0,0,0,0.1);
          }

          .stats-icon {
              width: 60px;
              height: 60px;
              border-radius: 15px;
              display: flex;
              align-items: center;
              justify-content: center;
              font-size: 24px;
              color: white;
              margin-left: 15px;
          }

          .bg-gradient-primary {
              background: var(--sColor);
          }

          .bg-gradient-success {
              background: linear-gradient(135deg, #84fab0 0%, #8fd3f4 100%);
          }

          .bg-gradient-info {
              background: linear-gradient(135deg, #f6d365 0%, #fda085 100%);
          }

          /* تصميم الجدول */
          .custom-table {
              background: white;
              border-radius: 20px;
              overflow: hidden;
              box-shadow: 0 5px 20px rgba(0,0,0,0.05);
          }

          .custom-table thead th {
              background: var(--sColor);
              color: white;
              font-weight: 600;
              border: none;
              padding: 15px;
              font-size: 14px;
          }

          .custom-table tbody tr {
              transition: all 0.3s ease;
          }

          .custom-table tbody tr:hover {
              background: rgba(102, 126, 234, 0.05);
              transform: scale(1.01);
          }

          .custom-table td {
              padding: 15px;
              vertical-align: middle;
              border-bottom: 1px solid #f0f0f0;
          }

          /* تصميم الصورة الدائرية */
          .child-avatar {
              width: 50px;
              height: 50px;
              border-radius: 50%;
              object-fit: cover;
              border: 3px solid #fff;
              box-shadow: 0 5px 15px rgba(0,0,0,0.2);
          }

          .child-avatar-placeholder {
              width: 50px;
              height: 50px;
              border-radius: 50%;
              background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
              display: flex;
              align-items: center;
              justify-content: center;
              color: white;
              font-size: 20px;
              border: 3px solid #fff;
              box-shadow: 0 5px 15px rgba(0,0,0,0.2);
          }

          /* تصميم البادجات */
          .badge-gender {
              padding: 8px 15px;
              border-radius: 25px;
              font-weight: 600;
              font-size: 12px;
              box-shadow: 0 3px 10px rgba(0,0,0,0.1);
          }

          .badge-male {
              background: var(--sColor);
              color: white;
          }

          .badge-female {
              background: linear-gradient(135deg, #f6d365 0%, #fda085 100%);
              color: white;
          }

          /* تصميم الأزرار */
          .action-btn {
              width: 35px;
              height: 35px;
              border-radius: 10px;
              display: inline-flex;
              align-items: center;
              justify-content: center;
              margin: 0 3px;
              transition: all 0.3s ease;
              border: none;
              color: white;
          }

          .action-btn:hover {
              transform: translateY(-3px);
              box-shadow: 0 5px 15px rgba(0,0,0,0.2);
          }

          .btn-view {
              background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
          }

          .btn-edit {
              background: linear-gradient(135deg, #f6d365 0%, #fda085 100%);
          }

          .btn-delete {
              background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
          }

          /* تصميم المودال */
          .modal-content {
              border-radius: 25px;
              border: none;
              overflow: hidden;
          }

          .modal-header {
              background: linear-gradient(120deg, #667eea 0%, #764ba2 100%);
              color: white;
              border: none;
              padding: 20px;
          }

          .modal-header .btn-close {
              background: white;
              opacity: 1;
          }

          .modal-body {
              padding: 30px;
          }

          .modal-footer {
              border-top: 1px solid #f0f0f0;
              padding: 20px;
          }

          /* تصميم حقول الإدخال */
          .form-control, .form-select {
              border-radius: 15px;
              border: 2px solid #f0f0f0;
              padding: 12px;
              transition: all 0.3s ease;
          }

          .form-control:focus, .form-select:focus {
              border-color: #667eea;
              box-shadow: 0 0 0 0.2rem rgba(102, 126, 234, 0.25);
          }

          .form-label {
              font-weight: 600;
              color: #333;
              margin-bottom: 8px;
          }

          /* تصميم الراديو */
          .radio-group {
              display: flex;
              gap: 20px;
              padding: 10px 0;
          }

          .radio-option {
              position: relative;
          }

          .radio-option input[type="radio"] {
              display: none;
          }

          .radio-option label {
              display: inline-block;
              padding: 10px 25px;
              border-radius: 25px;
              background: #f0f0f0;
              cursor: pointer;
              transition: all 0.3s ease;
              font-weight: 600;
          }

          .radio-option input[type="radio"]:checked + label {
              background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
              color: white;
              box-shadow: 0 5px 15px rgba(102, 126, 234, 0.4);
          }

          /* تصميم زر الإضافة */
          .btn-add {
              background: #e5e3e45c;
              color: #736f6f;
              border: none;
              padding: 12px 18px;
              border-radius: 25px;
              font-weight: 600;
              transition: all 0.3s ease;
          }

          .btn-add:hover {
              transform: translateY(-3px);
              box-shadow: 0 8px 25px rgba(102, 126, 234, 0.5);
              color: white;
          }

          /* تصميم حالة عدم وجود بيانات */
          .empty-state {
              padding: 60px 20px;
              text-align: center;
          }

          .empty-state i {
              font-size: 80px;
              background: var(--sColor);
              -webkit-background-clip: text;
              /*! -webkit-text-fill-color: transparent; */
              margin-bottom: 20px;
          }

          .empty-state h5 {
              color: #333;
              font-weight: 700;
              margin-bottom: 10px;
          }

          .empty-state p {
              color: #999;
              font-weight: 500;
          }

          /* تصميم التنبيهات */
          .custom-alert {
              border-radius: 15px;
              border: none;
              padding: 15px 20px;
              margin-bottom: 20px;
              box-shadow: 0 5px 15px rgba(0,0,0,0.1);
              animation: slideInDown 0.3s ease;
          }

          @keyframes slideInDown {
              from {
                  transform: translateY(-100%);
                  opacity: 0;
              }
              to {
                  transform: translateY(0);
                  opacity: 1;
              }
          }

          /* تصميم متجاوب للجوال */
          @media (max-width: 768px) {
              .content-wrapper {
                  padding: 15px;
              }

              .page-header {
                  padding: 15px;
              }

              .page-header h2 {
                  font-size: 20px;
              }

              .custom-table thead {
                  display: none;
              }

              .custom-table tbody tr {
                  display: block;
                  margin-bottom: 15px;
                  border: 1px solid #f0f0f0;
                  border-radius: 15px;
                  padding: 10px;
              }

              .custom-table td {
                  display: flex;
                  align-items: center;
                  padding: 8px;
                  border: none;
              }

              .custom-table td:before {
                  content: attr(data-label);
                  font-weight: 600;
                  width: 100px;
                  color: #667eea;
              }

              .action-buttons {
                  display: flex;
                  gap: 5px;
              }

              .btn-add {
                  padding: 8px 20px;
                  font-size: 14px;
              }
          }
          /* =============================================
             المتغيرات العامة
             ============================================= */
          :root {
              --primary-color: #4361ee;
              --primary-dark: #3a56d4;
              --secondary-color: #7209b7;
              --success-color: #06d6a0;
              --danger-color: #ef476f;
              --warning-color: #ffd166;
              --info-color: #4cc9f0;
              --dark-color: #2b2d42;
              --light-color: #f8f9fa;
              --gray-color: #6c757d;
              --border-radius: 16px;
              --border-radius-sm: 12px;
              --box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
              --box-shadow-hover: 0 15px 40px rgba(0, 0, 0, 0.15);
              --transition: all 0.3s ease;
          }

          /* =============================================
             الشاشة الأساسية والتحميل
             ============================================= */
          body {
              background: linear-gradient(135deg, #f5f7fa 0%, #e9ecef 100%);
              font-family: 'Cairo', sans-serif;
              min-height: 100vh;
          }

          .loading-overlay {
              position: fixed;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background: rgba(0, 0, 0, 0.85);
              backdrop-filter: blur(8px);
              display: flex;
              flex-direction: column;
              justify-content: center;
              align-items: center;
              z-index: 9999;
              opacity: 0;
              visibility: hidden;
              transition: var(--transition);
          }

          .loading-overlay.show {
              opacity: 1;
              visibility: visible;
          }

          .spinner-custom {
              width: 60px;
              height: 60px;
              border: 5px solid rgba(255, 255, 255, 0.1);
              border-top-color: var(--primary-color);
              border-radius: 50%;
              animation: spin 1s linear infinite;
              margin-bottom: 20px;
          }

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

          /* =============================================
             الهيدر والإحصائيات
             ============================================= */
          .main-container {
              padding: 0;
          }

          .page-header {
              margin-bottom: 40px;
          }

          .page-header h1 {
              font-size: 2.5rem;
              font-weight: 700;
              color: white;
              position: relative;
              display: inline-block;
              padding-bottom: 15px;
          }

          .page-header h1:after {
              content: '';
              position: absolute;
              bottom: 0;
              left: 50%;
              transform: translateX(-50%);
              width: 100px;
              height: 4px;
              background: var(--mainColor);
              border-radius: 2px;
          }

          .stats-badge {
              background: white;
              padding: 10px 20px;
              border-radius: 50px;
              box-shadow: var(--box-shadow);
              font-weight: 500;
              color: var(--dark-color);
              margin: 0 5px;
              font-size: 12px;
          }

          .stats-badge i {
              color: var(--primary-color);
          }

          /* =============================================
             التبويبات
             ============================================= */
          .plans-tabs {
              display: flex;
              justify-content: center;
              gap: 15px;
              margin-bottom: 30px;
              flex-wrap: wrap;
          }

          .tab-btn {
              padding: 15px 40px;
              border: none;
              background: white;
              color: var(--gray-color);
              font-size: 13px;
              font-weight: 600;
              border-radius: 50px;
              cursor: pointer;
              transition: var(--transition);
              box-shadow: var(--box-shadow);
              display: flex;
              align-items: center;
              gap: 10px;
          }

          .tab-btn i {
              font-size: 1.2rem;
          }

          .tab-btn:hover {
              transform: translateY(-3px);
              box-shadow: var(--box-shadow-hover);
              color: var(--primary-color);
          }

          .tab-btn.active {
              background: var(--sColor);
              color: white;
          }

          /* =============================================
             بطاقات الخطط
             ============================================= */
          .plans-card {
              background: white;
              border-radius: var(--border-radius);
              padding: 30px;
              box-shadow: var(--box-shadow);
              margin-bottom: 30px;
          }

          /* بطاقات الخطط المحفوظة */
          .saved-plans-grid {
              display: grid;
              grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
              gap: 8px;
              margin-top: 20px;
          }

          .plan-saved-card {
              background: white;
              border-radius: var(--border-radius);
              overflow: hidden;
              box-shadow: var(--box-shadow);
              transition: var(--transition);
              position: relative;
              border: 1px solid rgba(0, 0, 0, 0.05);
          }

          .plan-saved-card:hover {
              transform: translateY(-10px);
              box-shadow: var(--box-shadow-hover);
          }

          .plan-header {
              padding: 20px;
              color: white;
              text-align: right;
              font-size: 15px !important;
          }

          .plan-title {
              font-size: 1.3rem;
              font-weight: 600;
              margin-bottom: 10px;
              white-space: nowrap;
              overflow: hidden;
              text-overflow: ellipsis;
          }

          .plan-date {
              font-size: 0.9rem;
              opacity: 0.9;
              display: flex;
              align-items: center;
              gap: 5px;
          }

          .plan-stats {
              display: flex;
              justify-content: space-around;
              padding: 20px;
              background: var(--light-color);
          }

          .stat-item {
              text-align: center;
          }

          .stat-value {
              font-size: 1.8rem;
              font-weight: 700;
              color: var(--primary-color);
          }

          .stat-label {
              color: var(--gray-color);
              font-size: 0.9rem;
          }

          .plan-actions {
              display: flex;
              padding: 15px;
              gap: 10px;
              border-top: 1px solid #eee;
          }

          .plan-actions button {
              flex: 1;
              padding: 2px;
              border: none;
              border-radius: var(--border-radius-sm);
              cursor: pointer;
              transition: var(--transition);
              font-weight: 600;
              display: flex;
              align-items: center;
              justify-content: center;
              gap: 5px;
              font-size: 13px;
              padding: 10px;
          }

          .btn-view {
              background: var(--info-color);
              color: white;
          }

          .btn-edit {
              background: var(--warning-color);
              color: var(--dark-color);
          }

          .btn-delete {
              background: var(--danger-color);
              color: white;
          }

          .btn-print {
              background: var(--success-color);
              color: white;
          }

          .btn-view:hover, .btn-edit:hover, .btn-delete:hover, .btn-print:hover {
              transform: scale(1.05);
          }

          /* =============================================
             بطاقات الأسابيع والأيام
             ============================================= */
          .week-card {
              background: var(--light-color);
              border-radius: var(--border-radius);
              padding: 25px;
              margin-bottom: 25px;
              border: 2px solid white;
              transition: var(--transition);
              margin: 20px 0;
          }

          .week-card:hover {
              border-color: var(--primary-color);
          }

          .day-card {
              background: white;
              border-radius: var(--border-radius-sm);
              padding: 20px;
              margin-bottom: 20px;
              border: 1px solid #eee;
              transition: var(--transition);
          }

          .day-card:hover {
              box-shadow: var(--box-shadow);
          }

          .day-header {
              display: flex;
              justify-content: space-between;
              align-items: center;
              margin-bottom: 20px;
              padding-bottom: 15px;
              border-bottom: 2px solid var(--light-color);
              flex-wrap: wrap;
              gap: 15px;
          }

          .day-name {
              font-size: 1.3rem;
              font-weight: 600;
              color: var(--primary-color);
              background: rgba(67, 97, 238, 0.1);
              padding: 8px 20px;
              border-radius: 50px;
          }

          /* =============================================
             الجداول
             ============================================= */
          .activities-table {
              width: 100%;
              border-collapse: collapse;
          }

          .activities-table th {
              background: var(--sColor);
              color: white;
              padding: 15px;
              font-weight: 600;
              text-align: center;
          }

          .activities-table td {
              padding: 12px;
              border: 1px solid #eee;
              vertical-align: middle;
          }

          .activities-table tr:hover {
              background: rgba(67, 97, 238, 0.02);
          }

          /* =============================================
             النماذج والحقول
             ============================================= */
          .form-control, .form-select {
              border: 2px solid #eee;
              border-radius: 12px;
              padding: 12px 15px;
              transition: var(--transition);
              font-family: 'Cairo', sans-serif;
          }

          .form-control:focus, .form-select:focus {
              border-color: var(--primary-color);
              box-shadow: 0 0 0 0.2rem rgba(67, 97, 238, 0.25);
          }

          .form-control-lg {
              font-size: 13px;
              padding: 15px 20px;
              text-align: right;
          }

          textarea.form-control {
              /*! min-height: 60px; */
              resize: vertical;
              height: auto !important;
          }

          /* =============================================
             الأزرار المخصصة
             ============================================= */
          .btn-primary-custom {
              background: var(--sColor);
              color: white;
              border: none;
              padding: 18px 30px;
              border-radius: 50px;
              font-weight: 600;
              transition: var(--transition);
              cursor: pointer;
          }

          .btn-primary-custom:hover {
              transform: translateY(-3px);
              box-shadow: var(--box-shadow);
              color: white;
          }

          .btn-success-custom {
              background: var(--sColor);
              color: white;
              border: none;
              padding: 12px 30px;
              border-radius: 50px;
              font-weight: 600;
              transition: var(--transition);
              cursor: pointer;
              width: auto !important;
          }

          .btn-success-custom:hover {
              transform: translateY(-3px);
              box-shadow: var(--box-shadow);
              color: white;
          }

          .btn-ai {
              background: linear-gradient(135deg, #9c27b0, #673ab7);
              color: white;
          }

          .btn-sm {
              padding: 8px 15px;
              font-size: 0.9rem;
          }

          /* =============================================
             الحالة الفارغة
             ============================================= */
          .empty-state {
              text-align: center;
              padding: 60px 30px;
          }

          .empty-state i {
              font-size: 35px;
              color: white;
              margin-bottom: 20px;
              margin-top: 16px;
              margin-left: 7px;
          }

          .empty-state h3 {
              color: var(--dark-color);
              margin-bottom: 10px;
          }

          /* =============================================
             نافذة التفاصيل
             ============================================= */
          .modal-content {
              border-radius: var(--border-radius);
              border: none;
          }

          .modal-header {
              border-radius: var(--border-radius) var(--border-radius) 0 0;
              padding: 20px 30px;
          }

          .modal-header.bg-primary {
              background: var(--mainColor) !important;
          }

          .modal-body {
              padding: 30px;
          }

          /* =============================================
             أزرار الإجراءات في الجدول
             ============================================= */
          .action-buttons {
              display: flex;
              gap: 5px;
              justify-content: center;
          }

          .action-buttons .btn {
              padding: 5px 10px;
              border-radius: 8px;
              font-size: 0.8rem;
          }

          /* =============================================
             طباعة PDF
             ============================================= */
          @media print {
              .no-print {
                  display: none !important;
              }

              .print-only {
                  display: block !important;
              }

              .plan-print-header {
                  text-align: center;
                  margin-bottom: 30px;
                  padding: 20px;
                  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
                  color: white;
              }

              .plan-print-header h1 {
                  font-size: 2rem;
                  margin-bottom: 10px;
              }

              .plan-print-table {
                  width: 100%;
                  border-collapse: collapse;
                  margin-bottom: 20px;
              }

              .plan-print-table th {
                  background: #f0f0f0;
                  padding: 12px;
                  text-align: center;
                  font-weight: bold;
              }

              .plan-print-table td {
                  padding: 10px;
                  border: 1px solid #ddd;
              }

              .print-day-title {
                  background: #e3e3e3;
                  font-size: 1.3rem;
                  padding: 15px;
                  margin: 20px 0 10px;
                  border-radius: 5px;
              }
          }

          .print-only {
              display: none;
          }

          /* =============================================
             التجاوب مع الشاشات
             ============================================= */
          @media (max-width: 768px) {
              .page-header h1 {
                  font-size: 2rem;
              }

              .saved-plans-grid {
                  grid-template-columns: 1fr;
              }

              .day-header {
                  flex-direction: column;
                  align-items: flex-start;
              }

              .day-header > div:last-child {
                  display: flex;
                  flex-wrap: wrap;
                  gap: 10px;
                  width: 100%;
              }

              .day-header .btn {
                  flex: 1;
              }

              .activities-table {
                  font-size: 0.9rem;
              }

              .activities-table th,
              .activities-table td {
                  padding: 8px 5px;
              }

              .tab-btn {
                  padding: 12px 25px;
                  font-size: 1rem;
              }

              .stats-badge {
                  display: block;
                  margin: 10px auto;
                  width: fit-content;
              }
          }

          @media (max-width: 480px) {
              .main-container {
                  padding: 15px 0 30px;
              }

              .plans-card {
                  padding: 20px 15px;
              }

              .week-card {
                  padding: 15px;
                  display: block !important;
              }

              .day-card {
                  padding: 15px 10px;
              }

              .activities-table {
                  display: block;
                  overflow-x: auto;
              }

              .plan-actions {
                  flex-wrap: wrap;
              }

              .plan-actions button {
                  flex: 1 1 calc(50% - 5px);
              }
          }

                  /* الحاوية الرئيسية */
                  .add-activity-container {
                      max-width: 1000px;
                      margin: 30px auto;
                      padding: 0 20px;
                  }

                  /* بطاقة النشاط */
                  .activity-card {
                      background: #ffffff;
                      border-radius: 40px;
                      box-shadow: 0 30px 60px rgba(0, 0, 0, 0.08);
                      overflow: hidden;
                      animation: fadeInUp 0.6s ease;
                  }

                  @keyframes fadeInUp {
                      from {
                          opacity: 0;
                          transform: translateY(30px);
                      }
                      to {
                          opacity: 1;
                          transform: translateY(0);
                      }
                  }

                  /* رأس الصفحة */
                  .activity-header {
                      background: var(--mainColor);
                      padding: 40px;
                      position: relative;
                      overflow: hidden;
                      text-align: center;
                  }

                  .activity-header::before {
                      content: '';
                      position: absolute;
                      top: -50%;
                      right: -50%;
                      width: 200%;
                      height: 200%;
                      background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
                      /*! animation: rotate 30s linear infinite; */
                  }

                  .activity-header::after {
                      content: '';
                      position: absolute;
                      bottom: -50%;
                      left: -50%;
                      width: 200%;
                      height: 200%;
                      background: radial-gradient(circle, rgba(255,255,255,0.05) 0%, transparent 70%);
                      /*! animation: rotate 25s linear infinite reverse; */
                  }

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

                  .header-content {
                      position: relative;
                      z-index: 2;
                      color: white;
                  }

                  .header-icon {
                      width: 90px;
                      height: 90px;
                      background: rgba(255, 255, 255, 0.2);
                      border-radius: 30px;
                      display: flex;
                      align-items: center;
                      justify-content: center;
                      margin: 0 auto 20px;
                      font-size: 42px;
                      backdrop-filter: blur(10px);
                      border: 1px solid rgba(255,255,255,0.3);
                      /*! animation: float 3s ease-in-out infinite; */
                  }

                  @keyframes float {
                      0%, 100% { transform: translateY(0); }
                      50% { transform: translateY(-10px); }
                  }

                  .activity-header h1 {
                      font-size: 38px;
                      font-weight: 800;
                      margin-bottom: 10px;
                      text-shadow: 0 10px 20px rgba(0,0,0,0.1);
                  }

                  .activity-header p {
                      font-size: 18px;
                      opacity: 0.9;
                      font-weight: 300;
                  }

                  /* شريط التقدم */
                  .progress-bar {
                      padding: 30px 40px 20px;
                      background: white;
                      border-bottom: 1px solid #eef0f7;
                      padding-bottom: 74px;
                  }

                  .progress-steps {
                      display: flex;
                      justify-content: space-between;
                      align-items: center;
                      position: relative;
                      max-width: 800px;
                      margin: 0 auto;
                  }

                  .progress-steps::before {
                      content: '';
                      position: absolute;
                      top: 25px;
                      left: 0;
                      right: 0;
                      height: 3px;
                      background: #e2e8f0;
                      z-index: 1;
                  }

                  .step {
                      position: relative;
                      z-index: 2;
                      background: white;
                      width: 50px;
                      height: 50px;
                      border-radius: 50%;
                      display: flex;
                      align-items: center;
                      justify-content: center;
                      font-weight: 700;
                      font-size: 20px;
                      color: #a0aec0;
                      border: 3px solid #e2e8f0;
                      transition: all 0.3s ease;
                      margin: 0px 10px;
                  }

                  .step.completed {
                      background: var(--sColor);
                      border-color: var(--sColor);
                      color: white;
                  }

                  .step.active {
                      border-color: var(--sColor);
                      color: var(--sColor);
                      font-weight: 700;
                      transform: scale(1.1);
                  }

                  .step-label {
                      position: absolute;
                      top: 60px;
                      left: 50%;
                      transform: translateX(-50%);
                      font-size: 14px;
                      color: #718096;
                      white-space: nowrap;
                      font-weight: 500;
                  }

                  /* محتوى النموذج */
                  .form-content {
                      padding: 30px 40px 40px;
                  }

                  /* أقسام النموذج */
                  .form-step {
                      display: none;
                      animation: fadeIn 0.5s ease;
                  }

                  .form-step.active-step {
                      display: block;
                  }

                  @keyframes fadeIn {
                      from { opacity: 0; transform: translateX(20px); }
                      to { opacity: 1; transform: translateX(0); }
                  }

                  .step-title {
                      font-size: 24px;
                      font-weight: 700;
                      color: #2d3748;
                      margin-bottom: 25px;
                      display: flex;
                      align-items: center;
                      gap: 10px;
                  }

                  .step-title i {
                      color: var(--mainColor);
                      font-size: 28px;
                  }

                  .step-title span {
                      background: #edf2f7;
                      color: #4a5568;
                      font-size: 14px;
                      padding: 5px 15px;
                      border-radius: 20px;
                      margin-right: 15px;
                  }

                  /* اختيار الأطفال */
                  .selection-type {
                      display: flex;
                      gap: 15px;
                      margin-bottom: 25px;
                      background: #f8f9fc;
                      padding: 15px;
                      border-radius: 20px;
                  }

                  .type-btn {
                      flex: 1;
                      background: white;
                      border: 2px solid #e2e8f0;
                      border-radius: 16px;
                      padding: 15px;
                      text-align: center;
                      cursor: pointer;
                      transition: all 0.3s ease;
                  }

                  .type-btn.active {
                      border-color: #667eea;
                      background: linear-gradient(135deg, #f5f7ff 0%, #eef1ff 100%);
                  }

                  .type-btn i {
                      font-size: 28px;
                      color: var(--mainColor);
                      margin-bottom: 8px;
                      display: block;
                  }

                  .type-btn span {
                      font-size: 16px;
                      font-weight: 600;
                      color: #2d3748;
                      display: block;
                      margin-bottom: 5px;
                  }

                  .type-btn small {
                      color: #718096;
                      font-size: 13px;
                  }

                  .children-grid {
                      display: grid;
                      grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
                      gap: 15px;
                      max-height: 400px;
                      overflow-y: auto;
                      padding: 5px;
                  }

                  .child-item {
                      background: white;
                      border: 2px solid #e2e8f0;
                      border-radius: 20px;
                      padding: 15px;
                      display: flex;
                      align-items: center;
                      gap: 12px;
                      cursor: pointer;
                      transition: all 0.3s ease;
                      position: relative;
                  }

                  .child-item:hover {
                      border-color: #667eea;
                      transform: translateY(-2px);
                      box-shadow: 0 10px 20px rgba(102, 126, 234, 0.1);
                  }

                  .child-item.selected {
                      border-color: #667eea;
                      background: #f5f7ff;
                  }

                  .child-item.selected::after {
                      content: '\f00c';
                      font-family: 'Font Awesome 6 Free';
                      font-weight: 900;
                      position: absolute;
                      top: 10px;
                      left: 10px;
                      color: #667eea;
                      font-size: 14px;
                  }

                  .child-avatar {
                      width: 50px;
                      height: 50px;
                      border-radius: 16px;
                      background: var(--mainColor);
                      display: flex;
                      align-items: center;
                      justify-content: center;
                      color: white;
                      font-size: 20px;
                      font-weight: 700;
                      flex-shrink: 0;
                  }

                  .child-info {
                      flex: 1;
                  }

                  .child-info h4 {
                      font-size: 16px;
                      font-weight: 700;
                      color: #2d3748;
                      margin-bottom: 4px;
                  }

                  .child-info p {
                      font-size: 13px;
                      color: #718096;
                  }

                  .selected-count {
                      background: #667eea;
                      color: white;
                      padding: 10px 20px;
                      border-radius: 30px;
                      display: inline-flex;
                      align-items: center;
                      gap: 10px;
                      margin-top: 20px;
                      font-weight: 600;
                  }

                  /* اختيار المجال */
                  .fields-grid {
                      display: grid;
                      grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
                      gap: 20px;
                      margin-bottom: 30px;
                  }

                  .field-item {
                      background: white;
                      border: 2px solid #e2e8f0;
                      border-radius: 25px;
                      padding: 25px 20px;
                      text-align: center;
                      cursor: pointer;
                      transition: all 0.3s ease;
                  }

                  .field-item:hover {
                      border-color: #667eea;
                      transform: translateY(-5px);
                      box-shadow: 0 15px 30px rgba(102, 126, 234, 0.15);
                  }

                  .field-item.selected {
                      border-color: var(--mainColor);
                      background: var(--mainColor);
                  }

                  .field-item.selected .field-icon,
                  .field-item.selected .field-name {
                      color: white;
                  }

                  .field-icon {
                      font-size: 48px;
                      color: #667eea;
                      margin-bottom: 15px;
                      display: block;
                  }

                  .field-name {
                      font-size: 18px;
                      font-weight: 700;
                      color: #2d3748;
                  }

                  /* الهدف */
                  .goal-section {
                      background: #f8f9fc;
                      border-radius: 30px;
                      padding: 30px;
                      margin-bottom: 30px;
                  }

                  .input-with-ai {
                      display: flex;
                      gap: 15px;
                      margin-bottom: 20px;
                  }

                  .input-with-ai input {
                      flex: 1;
                      padding: 18px 25px;
                      border: 2px solid #e2e8f0;
                      border-radius: 25px;
                      font-size: 16px;
                      transition: all 0.3s ease;
                      font-family: 'Cairo', sans-serif;
                  }

                  .input-with-ai input:focus {
                      border-color: #667eea;
                      box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.1);
                      outline: none;
                  }

                  .ai-suggest-btn {
                      background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
                      color: white;
                      border: none;
                      border-radius: 25px;
                      padding: 0 30px;
                      font-size: 16px;
                      font-weight: 600;
                      cursor: pointer;
                      transition: all 0.3s ease;
                      display: flex;
                      align-items: center;
                      gap: 10px;
                      white-space: nowrap;
                  }

                  .ai-suggest-btn:hover {
                      transform: translateY(-2px);
                      box-shadow: 0 15px 25px rgba(245, 158, 11, 0.3);
                  }

                  .ai-suggest-btn i {
                      font-size: 18px;
                      animation: pulse 2s infinite;
                  }

                  @keyframes pulse {
                      0%, 100% { transform: scale(1); }
                      50% { transform: scale(1.1); }
                  }

                  .suggestions-box {
                      background: white;
                      border-radius: 20px;
                      padding: 20px;
                      margin-top: 20px;
                      border: 2px solid #e2e8f0;
                      display: none;
                  }

                  .suggestions-box.show {
                      display: block;
                      animation: slideDown 0.3s ease;
                  }

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

                  .suggestions-title {
                      font-size: 16px;
                      font-weight: 600;
                      color: #4a5568;
                      margin-bottom: 15px;
                      display: flex;
                      align-items: center;
                      gap: 8px;
                  }

                  .suggestions-title i {
                      color: #fbbf24;
                  }

                  .suggestions-list {
                      display: flex;
                      flex-wrap: wrap;
                      gap: 10px;
                  }

                  .suggestion-item {
                      background: #f0f4ff;
                      color: #667eea;
                      border: 2px solid transparent;
                      border-radius: 25px;
                      padding: 10px 20px;
                      font-size: 14px;
                      font-weight: 500;
                      cursor: pointer;
                      transition: all 0.3s ease;
                  }

                  .suggestion-item:hover {
                      background: #667eea;
                      color: white;
                      transform: translateY(-2px);
                  }

                  /* الملاحظات */
                  .notes-section {
                      background: #f8f9fc;
                      border-radius: 30px;
                      padding: 30px;
                      margin-bottom: 30px;
                  }

                  .notes-section textarea {
                      width: 100%;
                      padding: 20px;
                      border: 2px solid #e2e8f0;
                      border-radius: 25px;
                      font-size: 16px;
                      min-height: 150px;
                      resize: vertical;
                      font-family: 'Cairo', sans-serif;
                      transition: all 0.3s ease;
                  }

                  .notes-section textarea:focus {
                      border-color: #667eea;
                      box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.1);
                      outline: none;
                  }

                  /* رفع الملفات */
                  .upload-section {
                      background: #f8f9fc;
                      border-radius: 30px;
                      padding: 30px;
                      margin-bottom: 30px;
                  }

                  .upload-grid {
                      display: grid;
                      grid-template-columns: repeat(2, 1fr);
                      gap: 25px;
                  }

                  .upload-area {
                      background: white;
                      border: 3px dashed #e2e8f0;
                      border-radius: 30px;
                      padding: 35px 25px;
                      text-align: center;
                      cursor: pointer;
                      transition: all 0.3s ease;
                      position: relative;
                  }

                  .upload-area:hover {
                      border-color: var(--mainColor);
                      background: #fafbff;
                  }

                  .upload-area.has-file {
                      border-color: #48bb78;
                      background: #f0fff4;
                  }

                  .upload-icon {
                      width: 80px;
                      height: 80px;
                      background: linear-gradient(135deg, #e6e9ff 0%, #f0e7ff 100%);
                      border-radius: 50%;
                      display: flex;
                      align-items: center;
                      justify-content: center;
                      margin: 0 auto 20px;
                      font-size: 32px;
                      color: var(--mainColor);
                      transition: all 0.3s ease;
                  }

                  .upload-area:hover .upload-icon {
                      transform: scale(1.1);
                  }

                  .upload-area h4 {
                      font-size: 20px;
                      font-weight: 700;
                      color: #2d3748;
                      margin-bottom: 8px;
                  }

                  .upload-area p {
                      color: #718096;
                      font-size: 15px;
                      margin-bottom: 8px;
                  }

                  .upload-area small {
                      color: #a0aec0;
                      font-size: 13px;
                  }

                  .upload-preview {
                      margin-top: 20px;
                      position: relative;
                      display: none;
                  }

                  .upload-preview.active {
                      display: block;
                      animation: fadeIn 0.3s ease;
                  }

                  .preview-image {
                      width: 100%;
                      max-height: 200px;
                      object-fit: cover;
                      border-radius: 20px;
                      border: 3px solid #48bb78;
                  }

                  .preview-video {
                      width: 100%;
                      border-radius: 20px;
                      border: 3px solid #4299e1;
                  }

                  .remove-file {
                      position: absolute;
                      top: 10px;
                      left: 10px;
                      width: 40px;
                      height: 40px;
                      background: #f56565;
                      color: white;
                      border: none;
                      border-radius: 12px;
                      cursor: pointer;
                      display: flex;
                      align-items: center;
                      justify-content: center;
                      font-size: 18px;
                      transition: all 0.3s ease;
                      opacity: 0;
                      transform: scale(0.8);
                  }

                  .upload-preview:hover .remove-file {
                      opacity: 1;
                      transform: scale(1);
                  }

                  .remove-file:hover {
                      background: #e53e3e;
                      transform: scale(1.1) !important;
                  }

                  /* نسبة الفيديو */
                  .video-ratio-section {
                      margin-top: 25px;
                      padding: 25px;
                      background: white;
                      border-radius: 25px;
                      display: none;
                  }

                  .video-ratio-section.show {
                      display: block;
                      animation: fadeIn 0.3s ease;
                  }

                  .ratio-header {
                      display: flex;
                      justify-content: space-between;
                      align-items: center;
                      margin-bottom: 20px;
                  }

                  .ratio-header h4 {
                      font-size: 18px;
                      font-weight: 700;
                      color: #2d3748;
                      display: flex;
                      align-items: center;
                      gap: 10px;
                  }

                  .ratio-header h4 i {
                      color: #667eea;
                  }

                  .ratio-value {
                      background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
                      color: white;
                      padding: 8px 25px;
                      border-radius: 30px;
                      font-weight: 700;
                      font-size: 18px;
                  }

                  .ratio-slider {
                      width: 100%;
                      height: 10px;
                      border-radius: 5px;
                      background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
                      outline: none;
                      -webkit-appearance: none;
                  }

                  .ratio-slider::-webkit-slider-thumb {
                      -webkit-appearance: none;
                      width: 28px;
                      height: 28px;
                      background: white;
                      border-radius: 50%;
                      box-shadow: 0 4px 10px rgba(0,0,0,0.15);
                      cursor: pointer;
                      border: 3px solid #667eea;
                      transition: all 0.3s ease;
                  }

                  .ratio-slider::-webkit-slider-thumb:hover {
                      transform: scale(1.2);
                      box-shadow: 0 6px 15px rgba(102, 126, 234, 0.3);
                  }

                  .ratio-labels {
                      display: flex;
                      justify-content: space-between;
                      margin-top: 12px;
                      color: #718096;
                      font-size: 14px;
                      font-weight: 500;
                  }

                  /* أزرار التنقل */
                  .navigation-buttons {
                      display: flex;
                      justify-content: space-between;
                      gap: 20px;
                      margin-top: 40px;
                  }

                  .btn-prev, .btn-next, .btn-submit {
                      padding: 10px 34px;
                      border: none;
                      border-radius: 30px;
                      font-size: 14px;
                      cursor: pointer;
                      transition: all 0.3s ease;
                      display: inline-flex;
                      align-items: center;
                      gap: 10px;
                  }

                  .btn-prev {
                      background: #e1dfdf;
                      color: #171718;
                      font-size: ;
                  }

                  .btn-prev:hover {
                      background: #f7fafc;
                      border-color: #cbd5e0;
                      color: #4a5568;
                      transform: translateX(5px);
                  }

                  .btn-next {
                      background: var(--sColor);
                      color: white;
                      margin-right: auto;
                  }

                  .btn-next:hover {
                      transform: translateY(-3px) translateX(-5px);
                      box-shadow: 0 20px 30px rgba(102, 126, 234, 0.3);
                  }

                  .btn-submit {
                      background: linear-gradient(135deg, #48bb78 0%, #38a169 100%);
                      color: white;
                      margin-right: auto;
                      display: none;
                  }

                  .btn-submit:hover {
                      transform: translateY(-3px) translateX(-5px);
                      box-shadow: 0 20px 30px rgba(72, 187, 120, 0.3);
                  }

                  .btn-submit.show {
                      display: inline-flex;
                      animation: fadeIn 0.3s ease;
                  }

                  /* رسائل التنبيه */
                  .alert-message {
                      background: linear-gradient(135deg, #48bb78 0%, #38a169 100%);
                      color: white;
                      border-radius: 25px;
                      padding: 18px 25px;
                      margin-bottom: 25px;
                      display: flex;
                      align-items: center;
                      gap: 15px;
                      animation: slideInDown 0.5s ease;
                      display: none;
                  }

                  .alert-message.error {
                      background: linear-gradient(135deg, #f56565 0%, #e53e3e 100%);
                  }

                  .alert-message.show {
                      display: flex;
                  }

                  .alert-message i {
                      font-size: 24px;
                  }

                  .alert-message .message-text {
                      flex: 1;
                      font-size: 16px;
                      font-weight: 500;
                  }

                  .alert-close {
                      background: none;
                      border: none;
                      color: white;
                      font-size: 20px;
                      cursor: pointer;
                      opacity: 0.7;
                      transition: opacity 0.3s ease;
                  }

                  .alert-close:hover {
                      opacity: 1;
                  }

                  /* مؤشر التحميل */
                  .loading-overlay {
                      position: fixed;
                      top: 0;
                      left: 0;
                      width: 100%;
                      height: 100%;
                      background: rgba(255, 255, 255, 0.9);
                      backdrop-filter: blur(5px);
                      display: none;
                      justify-content: center;
                      align-items: center;
                      z-index: 9999;
                  }

                  .loading-overlay.active {
                      display: flex;
                  }

                  .loading-spinner {
                      width: 70px;
                      height: 70px;
                      border: 5px solid #e2e8f0;
                      border-top-color: #667eea;
                      border-radius: 50%;
                      animation: spin 1s linear infinite;
                  }

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

                  /* مراجعة النشاط */
                  .review-section {
                      background: #f8f9fc;
                      border-radius: 30px;
                      padding: 30px;
                      margin-top: 30px;
                  }

                  .review-item {
                      display: flex;
                      align-items: flex-start;
                      gap: 15px;
                      padding: 20px;
                      background: white;
                      border-radius: 20px;
                      margin-bottom: 15px;
                  }

                  .review-icon {
                      width: 50px;
                      height: 50px;
                      background: var(--sColor);
                      border-radius: 16px;
                      display: flex;
                      align-items: center;
                      justify-content: center;
                      color: white;
                      font-size: 22px;
                      flex-shrink: 0;
                  }

                  .review-content {
                      flex: 1;
                  }

                  .review-label {
                      font-size: 14px;
                      color: #718096;
                      margin-bottom: 5px;
                  }

                  .review-value {
                      font-size: 18px;
                      font-weight: 600;
                      color: #2d3748;
                  }

                  .review-value.small {
                      font-size: 14px;
                      color: #4a5568;
                      margin-top: 5px;
                  }

                  .review-children {
                      display: flex;
                      flex-wrap: wrap;
                      gap: 10px;
                      margin-top: 10px;
                  }

                  .review-child-tag {
                      background: #f0f4ff;
                      color: #667eea;
                      padding: 8px 15px;
                      border-radius: 20px;
                      font-size: 14px;
                      font-weight: 500;
                      display: inline-flex;
                      align-items: center;
                      gap: 8px;
                  }

                  /* التجاوب مع الأجهزة */
                  @media (max-width: 768px) {
                      .activity-header {
                          padding: 30px 20px;
                      }

                      .activity-header h1 {
                          font-size: 28px;
                      }

                      .header-icon {
                          width: 70px;
                          height: 70px;
                          font-size: 32px;
                      }

                      .progress-bar {
                          padding: 20px;
                          padding-bottom: 56px;
                      }

                      .step-label {
                          font-size: 12px;
                      }

                      .form-content {
                          padding: 20px;
                      }

                      .step-title {
                          font-size: 20px;
                      }

                      .children-grid {
                          grid-template-columns: 1fr;
                      }

                      .fields-grid {
                          grid-template-columns: repeat(2, 1fr);
                          gap: 15px;
                      }

                      .field-item {
                          padding: 15px;
                      }

                      .field-icon {
                          font-size: 32px;
                      }

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

                      .upload-grid {
                          grid-template-columns: 1fr;
                          gap: 15px;
                      }

                      .input-with-ai {
                          flex-direction: column;
                      }

                      .ai-suggest-btn {
                          padding: 15px;
                          justify-content: center;
                      }

                      .navigation-buttons {
                          flex-direction: column;
                      }

                      .btn-prev, .btn-next, .btn-submit {
                          width: 100%;
                          justify-content: center;
                      }

                      .review-item {
                          flex-direction: column;
                          align-items: flex-start;
                      }
                  }

                  @media (max-width: 480px) {
                      .fields-grid {
                          grid-template-columns: 1fr;
                      }

                      .selection-type {
                          flex-direction: column;
                      }

                      .ratio-header {
                          flex-direction: column;
                          gap: 15px;
                          align-items: flex-start;
                      }
                  }
                  .activities-container {
                      margin: 0 auto;
                  }

                  .activity-card {
                      background: #fff;
                      border-radius: 20px;
                      box-shadow: 0 5px 20px rgba(0,0,0,0.1);
                      margin-bottom: 25px;
                      overflow: hidden;
                      transition: all 0.3s;
                  }

                  .activity-card:hover {
                      transform: translateY(-5px);
                      box-shadow: 0 10px 30px rgba(0,0,0,0.15);
                  }

                  .activity-header {
                      background: var(--sColor);
                      color: #fff;
                      padding: 20px;
                      display: flex;
                      justify-content: space-between;
                      align-items: center;
                  }

                  .activity-body {
                      padding: 25px;
                  }

                  .media-gallery {
                      display: grid;
                      grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
                      gap: 15px;
                      margin-top: 20px;
                  }

                  .media-item {
                      border-radius: 10px;
                      overflow: hidden;
                      cursor: pointer;
                      position: relative;
                  }

                  .media-item img, .media-item video {
                      width: 100%;
                      height: 150px;
                      object-fit: cover;
                  }

                  .media-item .play-icon {
                      position: absolute;
                      top: 50%;
                      left: 50%;
                      transform: translate(-50%, -50%);
                      background: rgba(0,0,0,0.5);
                      color: #fff;
                      width: 40px;
                      height: 40px;
                      border-radius: 50%;
                      display: flex;
                      align-items: center;
                      justify-content: center;
                  }


                      /* الحاوية الرئيسية */
                      .activities-container {
                          /*! max-width: 1400px; */
                          margin: 30px auto;
                      }

                      /* رأس الصفحة */
                      .page-header {
                          background: var(--sColor);
                          border-radius: 40px;
                          padding: 40px;
                          margin-bottom: 40px;
                          position: relative;
                          overflow: hidden;
                          box-shadow: 0 20px 40px rgba(102, 126, 234, 0.2);
                      }

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

                      .page-header::before {
                          /*! content: ''; */
                          /*! position: absolute; */
                          /*! top: -50%; */
                          /*! right: -50%; */
                          /*! width: 200%; */
                          /*! height: 200%; */
                          /*! background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%); */
                          /*! animation: rotate 30s linear infinite; */
                      }

                      .page-header::after {
                          /*! content: ''; */
                          /*! position: absolute; */
                          /*! bottom: -50%; */
                          left: -50%;
                          /*! width: 200%; */
                          /*! height: 200%; */
                          /*! background: radial-gradient(circle, rgba(255,255,255,0.05) 0%, transparent 70%); */
                          /*! animation: rotate 25s linear infinite reverse; */
                      }

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

                      .header-content {
                          position: relative;
                          z-index: 2;
                          display: flex;
                          justify-content: space-between;
                          align-items: center;
                          flex-wrap: wrap;
                          gap: 20px;
                      }

                      .header-title {
                          color: white;
                          text-align: right;
                      }

                      .header-title h1 {
                          font-size: 42px;
                          font-weight: 800;
                          margin-bottom: 10px;
                          text-shadow: 0 10px 20px rgba(0,0,0,0.1);
                          display: flex;
                          align-items: center;
                          gap: 15px;
                      }

                      .header-title h1 i {
                          font-size: 48px;
                      }

                      @keyframes bounce {
                          0%, 100% { transform: translateY(0); }
                          50% { transform: translateY(-10px); }
                      }

                      .header-title p {
                          font-size: 18px;
                          opacity: 0.9;
                          font-weight: 300;
                      }

                      .header-stats {
                          display: flex;
                          gap: 25px;
                          background: rgba(255, 255, 255, 0.2);
                          padding: 20px 30px;
                          border-radius: 30px;
                          backdrop-filter: blur(10px);
                          border: 1px solid rgba(255,255,255,0.3);
                      }

                      .stat-item {
                          text-align: center;
                          color: white;
                      }

                      .stat-value {
                          font-size: 32px;
                          font-weight: 800;
                          line-height: 1;
                          margin-bottom: 5px;
                      }

                      .stat-label {
                          font-size: 14px;
                          opacity: 0.8;
                          font-weight: 500;
                      }

                      /* زر إضافة نشاط جديد */
                      .add-activity-btn {
                          background: white;
                          color: #667eea;
                          border: none;
                          border-radius: 30px;
                          padding: 15px 35px;
                          font-size: 18px;
                          font-weight: 700;
                          cursor: pointer;
                          transition: all 0.3s ease;
                          display: inline-flex;
                          align-items: center;
                          gap: 10px;
                          box-shadow: 0 10px 20px rgba(0,0,0,0.1);
                          text-decoration: none;
                      }

                      .add-activity-btn:hover {
                          transform: translateY(-3px);
                          box-shadow: 0 20px 30px rgba(0,0,0,0.15);
                          background: #f8f9fc;
                      }

                      .add-activity-btn i {
                          font-size: 20px;
                          transition: transform 0.3s ease;
                      }

                      .add-activity-btn:hover i {
                          transform: rotate(90deg);
                      }

                      /* شريط البحث والتصفية */
                      .filter-section {
                          background: white;
                          border-radius: 30px;
                          padding: 25px;
                          margin-bottom: 30px;
                          box-shadow: 0 10px 30px rgba(0,0,0,0.05);
                          animation: fadeIn 0.8s ease;
                      }

                      @keyframes fadeIn {
                          from { opacity: 0; }
                          to { opacity: 1; }
                      }

                      .filter-grid {
                          display: grid;
                          grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
                          gap: 20px;
                      }

                      .filter-group {
                          position: relative;
                      }

                      .filter-group i {
                          position: absolute;
                          right: 20px;
                          top: 50%;
                          transform: translateY(-50%);
                          color: #a0aec0;
                          font-size: 16px;
                          pointer-events: none;
                      }

                      .filter-input {
                          width: 100%;
                          padding: 15px 50px 15px 20px;
                          border: 2px solid #e2e8f0;
                          border-radius: 20px;
                          font-size: 15px;
                          transition: all 0.3s ease;
                          background: white;
                          font-family: 'Cairo', sans-serif;
                      }

                      .filter-input:focus {
                          border-color: #667eea;
                          box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.1);
                          outline: none;
                      }

                      .filter-select {
                          width: 100%;
                          padding: 15px 20px;
                          border: 2px solid #e2e8f0;
                          border-radius: 20px;
                          font-size: 15px;
                          transition: all 0.3s ease;
                          background: white;
                          font-family: 'Cairo', sans-serif;
                          cursor: pointer;
                          appearance: none;
                          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23a0aec0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
                          background-repeat: no-repeat;
                          background-position: left 20px center;
                      }

                      .filter-select:focus {
                          border-color: #667eea;
                          box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.1);
                          outline: none;
                      }

                      /* إحصائيات سريعة */
                      .quick-stats {
                          display: grid;
                          grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
                          gap: 25px;
                          margin-bottom: 40px;
                      }

                      .stat-card {
                          background: white;
                          border-radius: 30px;
                          padding: 25px;
                          display: flex;
                          align-items: center;
                          gap: 20px;
                          box-shadow: 0 10px 30px rgba(0,0,0,0.05);
                          transition: all 0.3s ease;
                          animation: slideInUp 0.6s ease;
                          animation-fill-mode: both;
                      }

                      .stat-card:nth-child(1) { animation-delay: 0.1s; }
                      .stat-card:nth-child(2) { animation-delay: 0.2s; }
                      .stat-card:nth-child(3) { animation-delay: 0.3s; }
                      .stat-card:nth-child(4) { animation-delay: 0.4s; }

                      @keyframes slideInUp {
                          from {
                              opacity: 0;
                              transform: translateY(30px);
                          }
                          to {
                              opacity: 1;
                              transform: translateY(0);
                          }
                      }

                      .stat-card:hover {
                          transform: translateY(-5px);
                          box-shadow: 0 20px 40px rgba(102, 126, 234, 0.15);
                      }

                      .stat-icon {
                          width: 70px;
                          height: 70px;
                          background: var(--sColor) !important;
                          border-radius: 25px;
                          display: flex;
                          align-items: center;
                          justify-content: center;
                          color: white;
                          font-size: 32px;
                      }

                      .stat-content {
                          flex: 1;
                      }

                      .stat-content h3 {
                          font-size: 16px;
                          color: #718096;
                          font-weight: 500;
                          margin-bottom: 5px;
                      }

                      .stat-content .number {
                          font-size: 32px;
                          font-weight: 800;
                          color: #2d3748;
                          line-height: 1;
                          margin-bottom: 5px;
                      }

                      .stat-trend {
                          font-size: 13px;
                          display: flex;
                          align-items: center;
                          gap: 5px;
                      }

                      .trend-up { color: #48bb78; }
                      .trend-down { color: #f56565; }

                      /* شبكة الأنشطة */
                      .activities-grid {
                          display: grid;
                          grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
                          gap: 30px;
                          margin-bottom: 40px;
                      }

                      /* بطاقة النشاط */
                      .activity-card {
                          background: white;
                          border-radius: 30px;
                          overflow: hidden;
                          box-shadow: 0 10px 30px rgba(0,0,0,0.05);
                          transition: all 0.3s ease;
                          animation: fadeInUp 0.6s ease;
                          position: relative;
                          text-align: right;
                      }

                      .activity-card:hover {
                          transform: translateY(-10px);
                          box-shadow: 0 30px 50px rgba(102, 126, 234, 0.2);
                      }

                      .activity-media {
                          position: relative;
                          height: 200px;
                          overflow: hidden;
                      }

                      .media-image {
                          width: 100%;
                          height: 100%;
                          object-fit: cover;
                          transition: transform 0.5s ease;
                      }

                      .activity-card:hover .media-image {
                          transform: scale(1.1);
                      }

                      .media-overlay {
                          position: absolute;
                          top: 0;
                          left: 0;
                          right: 0;
                          bottom: 0;
                          background: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.5) 100%);
                      }

                      .media-badge {
                          position: absolute;
                          top: 15px;
                          right: 15px;
                          background: rgba(255,255,255,0.95);
                          padding: 8px 15px;
                          border-radius: 25px;
                          font-size: 13px;
                          font-weight: 600;
                          color: #667eea;
                          display: flex;
                          align-items: center;
                          gap: 5px;
                          box-shadow: 0 5px 15px rgba(0,0,0,0.1);
                          backdrop-filter: blur(5px);
                      }

                      .media-badge i {
                          font-size: 14px;
                      }

                      .play-button {
                          position: absolute;
                          top: 50%;
                          left: 50%;
                          transform: translate(-50%, -50%);
                          width: 60px;
                          height: 60px;
                          background: white;
                          border-radius: 50%;
                          display: flex;
                          align-items: center;
                          justify-content: center;
                          color: #667eea;
                          font-size: 24px;
                          cursor: pointer;
                          transition: all 0.3s ease;
                          box-shadow: 0 10px 30px rgba(0,0,0,0.2);
                          opacity: 0;
                      }

                      .activity-card:hover .play-button {
                          opacity: 1;
                          transform: translate(-50%, -50%) scale(1);
                      }

                      .play-button:hover {
                          background: #667eea;
                          color: white;
                          transform: translate(-50%, -50%) scale(1.1);
                      }

                      .activity-content {
                          padding: 25px;
                      }

                      .activity-header-card {
                          display: flex;
                          justify-content: space-between;
                          align-items: center;
                          margin-bottom: 15px;
                      }

                      .activity-date {
                          font-size: 13px;
                          color: #a0aec0;
                          display: flex;
                          align-items: center;
                          gap: 5px;
                      }

                      .activity-date i {
                          font-size: 14px;
                      }

                      .activity-status {
                          padding: 5px 12px;
                          border-radius: 20px;
                          font-size: 12px;
                          font-weight: 600;
                      }

                      .status-pending {
                          background: #fef3c7;
                          color: #d97706;
                      }

                      .status-approved {
                          background: #d1fae5;
                          color: #059669;
                      }

                      .status-rejected {
                          background: #fee2e2;
                          color: #dc2626;
                      }

                      .activity-title {
                          font-size: 18px;
                          font-weight: 700;
                          color: #2d3748;
                          margin-bottom: 10px;
                          line-height: 1.4;
                      }

                      .activity-children {
                          display: flex;
                          align-items: center;
                          gap: 10px;
                          margin-bottom: 15px;
                          padding: 10px;
                          background: #f7fafc;
                          border-radius: 20px;
                      }

                      .children-avatars {
                          display: flex;
                          align-items: center;
                          direction: ltr;
                      }

                      .child-avatar-mini {
                          width: 35px;
                          height: 35px;
                          border-radius: 12px;
                          background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
                          display: flex;
                          align-items: center;
                          justify-content: center;
                          color: white;
                          font-weight: 700;
                          font-size: 14px;
                          margin-left: -8px;
                          border: 2px solid white;
                          box-shadow: 0 3px 8px rgba(0,0,0,0.1);
                      }

                      .children-count {
                          font-size: 13px;
                          color: #4a5568;
                          font-weight: 600;
                      }

                      .children-names {
                          font-size: 14px;
                          color: #718096;
                          white-space: nowrap;
                          overflow: hidden;
                          text-overflow: ellipsis;
                      }

                      .activity-field {
                          display: inline-flex;
                          align-items: center;
                          gap: 8px;
                          padding: 8px 15px;
                          background: #f0f4ff;
                          border-radius: 20px;
                          margin-bottom: 15px;
                      }

                      .field-icon {
                          width: 25px;
                          height: 25px;
                          background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
                          border-radius: 8px;
                          display: flex;
                          align-items: center;
                          justify-content: center;
                          color: white;
                          font-size: 12px;
                      }

                      .field-name {
                          font-size: 13px;
                          font-weight: 600;
                          color: #667eea;
                      }

                      .activity-goal {
                          font-size: 14px;
                          color: #4a5568;
                          margin-bottom: 15px;
                          line-height: 1.6;
                          display: -webkit-box;
                          -webkit-line-clamp: 2;
                          -webkit-box-orient: vertical;
                          overflow: hidden;
                      }

                      .activity-footer {
                          display: flex;
                          justify-content: space-between;
                          align-items: center;
                          padding-top: 15px;
                          border-top: 2px dashed #e2e8f0;
                      }

                      .activity-actions {
                          display: flex;
                          gap: 10px;
                      }

                      .action-btn {
                          width: 40px;
                          height: 40px;
                          border: none;
                          border-radius: 12px;
                          display: flex;
                          align-items: center;
                          justify-content: center;
                          font-size: 16px;
                          cursor: pointer;
                          transition: all 0.3s ease;
                          background: #f7fafc;
                          color: #718096;
                      }

                      .action-btn:hover {
                          background: #667eea;
                          color: white;
                          transform: translateY(-2px);
                      }

                      .action-btn.delete:hover {
                          background: #f56565;
                      }

                      .action-btn.view:hover {
                          background: #48bb78;
                      }

                      .video-ratio-badge {
                          display: flex;
                          align-items: center;
                          gap: 5px;
                          font-size: 13px;
                          color: #667eea;
                          font-weight: 600;
                      }

                      .video-ratio-badge i {
                          font-size: 16px;
                      }

                      /* حالة عدم وجود أنشطة */
                      .empty-state {
                          text-align: center;
                          padding: 80px 20px;
                          background: white;
                          border-radius: 40px;
                          box-shadow: 0 10px 30px rgba(0,0,0,0.05);
                          animation: fadeIn 0.8s ease;
                      }

                      .empty-icon {
                          width: 120px;
                          height: 120px;
                          background: linear-gradient(135deg, #f0f4ff 0%, #f5f0ff 100%);
                          border-radius: 50%;
                          display: flex;
                          align-items: center;
                          justify-content: center;
                          margin: 0 auto 25px;
                          font-size: 48px;
                          color: #667eea;
                          animation: float 3s ease-in-out infinite;
                      }

                      @keyframes float {
                          0%, 100% { transform: translateY(0); }
                          50% { transform: translateY(-10px); }
                      }

                      .empty-state h3 {
                          font-size: 28px;
                          font-weight: 800;
                          color: #2d3748;
                          margin-bottom: 10px;
                      }

                      .empty-state p {
                          font-size: 16px;
                          color: #718096;
                          margin-bottom: 30px;
                          max-width: 500px;
                          margin-left: auto;
                          margin-right: auto;
                      }

                      .empty-state-btn {
                          background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
                          color: white;
                          border: none;
                          border-radius: 30px;
                          padding: 15px 40px;
                          font-size: 18px;
                          font-weight: 700;
                          cursor: pointer;
                          transition: all 0.3s ease;
                          display: inline-flex;
                          align-items: center;
                          gap: 10px;
                          text-decoration: none;
                      }

                      .empty-state-btn:hover {
                          transform: translateY(-3px);
                          box-shadow: 0 20px 30px rgba(102, 126, 234, 0.3);
                      }

                      /* نافذة عرض التفاصيل */
                      .modal {
                          display: none;
                          position: fixed;
                          top: 0;
                          left: 0;
                          width: 100%;
                          height: 100%;
                          background: rgba(0,0,0,0.5);
                          backdrop-filter: blur(5px);
                          z-index: 1000;
                          align-items: center;
                          justify-content: center;
                          padding: 20px;
                      }

                      .modal.active {
                          display: flex;
                          animation: fadeIn 0.3s ease;
                      }

                      .modal-content {
                          background: white;
                          border-radius: 40px;
                          max-width: 900px;
                          width: 100%;
                          max-height: 90vh;
                          overflow-y: auto;
                          animation: slideInUp 0.5s ease;
                      }

                      .modal-header {
                          padding: 30px;
                          border-bottom: 2px solid #e2e8f0;
                          display: flex;
                          justify-content: space-between;
                          align-items: center;
                      }

                      .modal-header h2 {
                          font-size: 28px;
                          font-weight: 800;
                          color: #2d3748;
                          display: flex;
                          align-items: center;
                          gap: 10px;
                      }

                      .modal-close {
                          width: 45px;
                          height: 45px;
                          border: none;
                          border-radius: 15px;
                          background: #f7fafc;
                          color: #718096;
                          font-size: 20px;
                          cursor: pointer;
                          transition: all 0.3s ease;
                      }

                      .modal-close:hover {
                          background: #f56565;
                          color: white;
                          transform: rotate(90deg);
                      }

                      .modal-body {
                          padding: 30px;
                      }

                      /* التصميم المتجاوب */
                      @media (max-width: 1024px) {
                          .header-title h1 {
                              font-size: 36px;
                          }

                          .header-stats {
                              padding: 15px 25px;
                          }

                          .stat-value {
                              font-size: 28px;
                          }
                      }

                      @media (max-width: 768px) {
                          .page-header {
                              padding: 30px;
                          }

                          .header-content {
                              flex-direction: column;
                              text-align: center;
                          }

                          .header-title h1 {
                              font-size: 32px;
                              justify-content: center;
                          }

                          .header-stats {
                              width: 100%;
                              justify-content: center;
                          }

                          .add-activity-btn {
                              width: 100%;
                              justify-content: center;
                          }

                          .quick-stats {
                              grid-template-columns: 1fr;
                              gap: 15px;
                          }

                          .activities-grid {
                              grid-template-columns: 1fr;
                              gap: 20px;
                          }

                          .filter-grid {
                              grid-template-columns: 1fr;
                          }

                          .stat-card {
                              padding: 20px;
                          }

                          .stat-icon {
                              width: 60px;
                              height: 60px;
                              font-size: 28px;
                          }

                          .stat-content .number {
                              font-size: 28px;
                          }
                      }

                      @media (max-width: 480px) {
                          .page-header {
                              padding: 25px 20px;
                          }

                          .header-title h1 {
                              font-size: 28px;
                              flex-direction: column;
                              gap: 10px;
                          }

                          .header-title h1 i {
                              font-size: 40px;
                          }

                          .header-title p {
                              font-size: 16px;
                          }

                          .header-stats {
                              flex-direction: column;
                              gap: 15px;
                              padding: 15px;
                          }

                          .stat-item {
                              display: flex;
                              align-items: center;
                              justify-content: space-between;
                          }

                          .stat-value {
                              font-size: 24px;
                              margin-bottom: 0;
                          }

                          .activity-media {
                              height: 180px;
                          }

                          .activity-content {
                              padding: 20px;
                          }

                          .activity-title {
                              font-size: 16px;
                          }

                          .empty-icon {
                              width: 100px;
                              height: 100px;
                              font-size: 40px;
                          }

                          .empty-state h3 {
                              font-size: 24px;
                          }

                          .empty-state p {
                              font-size: 14px;
                          }
                      }

                      /* تحسينات للشاشات الكبيرة */
                      @media (min-width: 1600px) {
                          .activities-container {
                              max-width: 1600px;
                          }

                          .activities-grid {
                              grid-template-columns: repeat(4, 1fr);
                          }
                      }

                      /* دعم الوضع الليلي */
                      @media (prefers-color-scheme: dark) {
                          body {
                              background: #1a202c;
                          }

                          .filter-section,
                          .stat-card,
                          .activity-card,
                          .empty-state,
                          .modal-content {
                              /*! background: #2d37480d; */
                          }

                          .activity-title,
                          .stat-content .number,
                          .modal-header h2 {
                              color: #303132;
                          }

                          .activity-goal,
                          .children-names,
                          .filter-input,
                          .filter-select {
                              color: #313132;
                          }

                          .filter-input,
                          .filter-select {
                              /*! background: #4a5568; */
                              /*! border-color: #4a5568; */
                              color: #4e4a4a;
                          }

                          .activity-children {
                              background: var(--mainColor);
                          }

                          .children-count {
                              color: #e2e8f0;
                          }

                          .action-btn {
                              background: #4a5568;
                              color: #e2e8f0;
                          }

                          .modal-header {
                              border-bottom-color: #4a5568;
                          }

                          .modal-close {
                              background: #4a5568;
                              color: #e2e8f0;
                          }
                      }
                      /* أزرار إدارة الحالة */
                      .activity-status-actions {
                          display: flex;
                          gap: 8px;
                          margin-top: 15px;
                          padding-top: 15px;
                          border-top: 1px solid #e2e8f0;
                          flex-wrap: wrap;
                      }

                      .status-btn {
                          flex: 1;
                          padding: 8px 12px;
                          border: none;
                          border-radius: 12px;
                          font-size: 13px;
                          font-weight: 600;
                          display: inline-flex;
                          align-items: center;
                          justify-content: center;
                          gap: 6px;
                          cursor: pointer;
                          transition: all 0.3s ease;
                          background: #f7fafc;
                          color: #2d3748;
                      }

                      .status-btn.active {
                          background: linear-gradient(135deg, #48bb78 0%, #38a169 100%);
                          color: white;
                      }

                      .status-btn.inactive {
                          background: linear-gradient(135deg, #f56565 0%, #e53e3e 100%);
                          color: white;
                      }

                      .status-btn.pending {
                          background: linear-gradient(135deg, #ecc94b 0%, #d69e2e 100%);
                          color: white;
                      }

                      .status-btn:hover {
                          transform: translateY(-2px);
                          box-shadow: 0 5px 15px rgba(0,0,0,0.1);
                      }

                      /* زر الإجراءات السريعة */
                      .quick-action-btn {
                          width: 40px;
                          height: 40px;
                          border-radius: 12px;
                          border: none;
                          background: #f7fafc;
                          color: #4a5568;
                          display: inline-flex;
                          align-items: center;
                          justify-content: center;
                          cursor: pointer;
                          transition: all 0.3s ease;
                          font-size: 16px;
                      }

                      .quick-action-btn:hover {
                          background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
                          color: white;
                          transform: translateY(-2px);
                      }

                      .quick-action-btn.delete:hover {
                          background: linear-gradient(135deg, #f56565 0%, #e53e3e 100%);
                      }

                      .quick-action-btn.view:hover {
                          background: linear-gradient(135deg, #4299e1 0%, #3182ce 100%);
                      }

                      /* شارة الحالة في البطاقة */
                      .status-badge {
                          position: absolute;
                          top: 15px;
                          left: 15px;
                          padding: 6px 12px;
                          border-radius: 20px;
                          font-size: 12px;
                          font-weight: 600;
                          color: white;
                          z-index: 2;
                          box-shadow: 0 2px 10px rgba(0,0,0,0.1);
                          display: flex;
                          align-items: center;
                          gap: 5px;
                      }

                      .status-badge.pending {
                          background: linear-gradient(135deg, #ecc94b 0%, #d69e2e 100%);
                      }

                      .status-badge.approved {
                          background: linear-gradient(135deg, #48bb78 0%, #38a169 100%);
                      }

                      .status-badge.rejected {
                          background: linear-gradient(135deg, #f56565 0%, #e53e3e 100%);
                      }

                      .status-badge.inactive {
                          background: linear-gradient(135deg, #a0aec0 0%, #718096 100%);
                      }

                      /* شريط أدوات سريع */
                      .quick-toolbar {
                          display: flex;
                          gap: 10px;
                          margin-bottom: 20px;
                          flex-wrap: wrap;
                      }

                      .toolbar-btn {
                          padding: 10px 20px;
                          border: none;
                          border-radius: 12px;
                          background: white;
                          color: #4a5568;
                          font-weight: 600;
                          display: inline-flex;
                          align-items: center;
                          gap: 8px;
                          cursor: pointer;
                          transition: all 0.3s ease;
                          box-shadow: 0 2px 10px rgba(0,0,0,0.05);
                      }

                      .toolbar-btn:hover {
                          background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
                          color: white;
                          transform: translateY(-2px);
                          box-shadow: 0 5px 20px rgba(102, 126, 234, 0.3);
                      }

                      .toolbar-btn.danger:hover {
                          background: linear-gradient(135deg, #f56565 0%, #e53e3e 100%);
                      }

                      /* نافذة تأكيد الحذف */
                      .delete-confirm-overlay {
                          position: fixed;
                          top: 0;
                          left: 0;
                          right: 0;
                          bottom: 0;
                          background: rgba(0,0,0,0.5);
                          display: none;
                          align-items: center;
                          justify-content: center;
                          z-index: 9999;
                          backdrop-filter: blur(5px);
                      }

                      .delete-confirm-modal {
                          background: white;
                          border-radius: 30px;
                          padding: 30px;
                          max-width: 400px;
                          width: 90%;
                          text-align: center;
                          animation: modalPop 0.3s ease;
                      }

                      .delete-confirm-icon {
                          width: 80px;
                          height: 80px;
                          background: linear-gradient(135deg, #fff5f5 0%, #fed7d7 100%);
                          border-radius: 50%;
                          display: flex;
                          align-items: center;
                          justify-content: center;
                          margin: 0 auto 20px;
                          font-size: 40px;
                          color: #f56565;
                      }

                      .delete-confirm-title {
                          font-size: 24px;
                          font-weight: 700;
                          color: #2d3748;
                          margin-bottom: 10px;
                      }

                      .delete-confirm-message {
                          color: #718096;
                          margin-bottom: 25px;
                          line-height: 1.6;
                      }

                      .delete-confirm-actions {
                          display: flex;
                          gap: 15px;
                      }

                      .delete-confirm-btn {
                          flex: 1;
                          padding: 12px;
                          border: none;
                          border-radius: 15px;
                          font-weight: 600;
                          cursor: pointer;
                          transition: all 0.3s ease;
                      }

                      .delete-confirm-btn.cancel {
                          background: #e2e8f0;
                          color: #4a5568;
                      }

                      .delete-confirm-btn.delete {
                          background: linear-gradient(135deg, #f56565 0%, #e53e3e 100%);
                          color: white;
                      }

                      .delete-confirm-btn:hover {
                          transform: translateY(-2px);
                          box-shadow: 0 5px 15px rgba(0,0,0,0.1);
                      }

                      /* Toast Notifications */
                      .toast-notification {
                          position: fixed;
                          top: 20px;
                          left: 20px;
                          background: white;
                          border-radius: 15px;
                          padding: 15px 25px;
                          box-shadow: 0 10px 40px rgba(0,0,0,0.2);
                          display: flex;
                          align-items: center;
                          gap: 15px;
                          z-index: 10000;
                          animation: slideInLeft 0.3s ease;
                          border-right: 5px solid;
                          max-width: 350px;
                      }

                      .toast-notification.success {
                          border-right-color: #48bb78;
                      }

                      .toast-notification.error {
                          border-right-color: #f56565;
                      }

                      .toast-notification.warning {
                          border-right-color: #ecc94b;
                      }

                      .toast-icon {
                          width: 40px;
                          height: 40px;
                          border-radius: 10px;
                          display: flex;
                          align-items: center;
                          justify-content: center;
                          font-size: 20px;
                      }

                      .toast-icon.success {
                          background: #48bb78;
                          color: white;
                      }

                      .toast-icon.error {
                          background: #f56565;
                          color: white;
                      }

                      .toast-icon.warning {
                          background: #ecc94b;
                          color: white;
                      }

                      .toast-content {
                          flex: 1;
                      }

                      .toast-title {
                          font-weight: 700;
                          color: #2d3748;
                          margin-bottom: 5px;
                      }

                      .toast-message {
                          color: #718096;
                          font-size: 14px;
                      }

                      .toast-close {
                          color: #a0aec0;
                          cursor: pointer;
                          transition: color 0.3s ease;
                      }

                      .toast-close:hover {
                          color: #4a5568;
                      }

                      @keyframes slideInLeft {
                          from {
                              transform: translateX(-100%);
                              opacity: 0;
                          }
                          to {
                              transform: translateX(0);
                              opacity: 1;
                          }
                      }

                      @keyframes modalPop {
                          from {
                              transform: scale(0.9);
                              opacity: 0;
                          }
                          to {
                              transform: scale(1);
                              opacity: 1;
                          }
                      }/* أنماط حديثة لإدخال الهدف */
.goal-options-modern {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 30px;
}

.option-card-modern {
    background: white;
    border: 2px solid #e2e8f0;
    border-radius: 20px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.option-card-modern:hover {
    border-color: #667eea;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(102, 126, 234, 0.1);
}

.option-card-modern.active {
    border-color: #667eea;
    background: linear-gradient(135deg, #f5f7ff 0%, #ffffff 100%);
}

.option-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
}

.option-content {
    flex: 1;
}

.option-content h4 {
    font-size: 18px;
    color: #2d3748;
    margin-bottom: 5px;
}

.option-content p {
    font-size: 14px;
    color: #718096;
}

.option-check {
    color: #cbd5e0;
    font-size: 20px;
}

.option-card-modern.active .option-check {
    color: #48bb78;
}

/* أنماط الإدخال */
.manual-input-modern,
.ai-input-modern {
    background: #f8fafc;
    border-radius: 20px;
    padding: 25px;
    margin-bottom: 20px;
}

.input-header {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #4a5568;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}

.goal-textarea {
    width: 100%;
    padding: 15px;
    border: 2px solid #e2e8f0;
    border-radius: 15px;
    font-family: 'Cairo', sans-serif;
    font-size: 15px;
    resize: vertical;
    transition: border-color 0.3s ease;
}

.goal-textarea:focus {
    outline: none;
    border-color: #667eea;
}

.input-hint {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #718096;
    font-size: 13px;
    margin-top: 10px;
}

/* أنماط الذكاء الاصطناعي */
.ai-description-box {
    margin-bottom: 20px;
}

.description-textarea {
    width: 100%;
    padding: 12px;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    font-family: 'Cairo', sans-serif;
    font-size: 14px;
    resize: vertical;
}

.ai-advanced-options {
    background: white;
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 20px;
}

.options-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.option-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.option-item label {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #4a5568;
    font-size: 14px;
    font-weight: 600;
}

.age-select,
.count-select {
    padding: 10px;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    font-family: 'Cairo', sans-serif;
    font-size: 14px;
    background: white;
    cursor: pointer;
}

.ai-generate-btn-modern {
    width: 100%;
    padding: 15px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    border-radius: 15px;
    color: white;
    font-family: 'Cairo', sans-serif;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 20px;
}

.ai-generate-btn-modern:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(102, 126, 234, 0.4);
}

.ai-generate-btn-modern:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.btn-content,
.btn-loader {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

/* أنماط نتائج التوليد */
.ai-results-box {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    border: 2px solid #e2e8f0;
}

.results-header {
    background: #f7fafc;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 2px solid #e2e8f0;
}

.results-header i:first-child {
    color: #ecc94b;
    font-size: 18px;
}

.refresh-btn {
    margin-right: auto;
    background: none;
    border: none;
    color: #667eea;
    cursor: pointer;
    width: 30px;
    height: 30px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.refresh-btn:hover {
    background: #edf2f7;
    transform: rotate(180deg);
}

.goals-list {
    padding: 15px;
    max-height: 300px;
    overflow-y: auto;
}

.goal-card {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 12px;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.goal-card:hover {
    border-color: #667eea;
    background: #f8fafc;
}

.goal-card.selected {
    border-color: #48bb78;
    background: #f0fff4;
}

.goal-number {
    width: 30px;
    height: 30px;
    background: #edf2f7;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: #4a5568;
}

.goal-card.selected .goal-number {
    background: #48bb78;
    color: white;
}

.goal-content {
    flex: 1;
}

.goal-text {
    font-size: 14px;
    color: #2d3748;
    margin-bottom: 5px;
}

.goal-keywords {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.keyword {
    background: #edf2f7;
    padding: 3px 8px;
    border-radius: 12px;
    font-size: 11px;
    color: #4a5568;
}

.goal-select-icon i {
    font-size: 20px;
    color: #cbd5e0;
}

.goal-card.selected .goal-select-icon i {
    color: #48bb78;
}

.selected-goal-box {
    border-top: 2px solid #e2e8f0;
    padding: 20px;
    background: #f8fafc;
}

.selected-goal-header {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #48bb78;
    font-weight: 600;
    margin-bottom: 10px;
}

.selected-goal-textarea {
    width: 100%;
    padding: 12px;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    font-family: 'Cairo', sans-serif;
    background: white;
    color: #2d3748;
    resize: none;
}

.ai-error-box {
    background: #fff5f5;
    border: 2px solid #fc8181;
    border-radius: 12px;
    padding: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #c53030;
}

/* أنماط الملاحظات */
.notes-section-modern {
    margin-top: 20px;
    background: #f8fafc;
    border-radius: 15px;
    padding: 20px;
}

.notes-header {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #4a5568;
    font-weight: 600;
    margin-bottom: 10px;
}

.notes-textarea {
    width: 100%;
    padding: 12px;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    font-family: 'Cairo', sans-serif;
    resize: vertical;
}
.news-six {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  z-index: 1;
}

.news-six .section-title-four {
  margin-bottom: 80px;
}

.news-six__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.news-six__img-box {
  position: relative;
  display: block;
}

.news-six__img {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.news-six__img:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(37, 38, 38, 0.64);
  -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease, -webkit-transform 500ms ease;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-70%);
  transform: translateY(-70%);
  z-index: 1;
}

.news-six__single:hover .news-six__img:before {
  visibility: visible;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
}

.news-six__img img {
  width: 100%;
  transition: all 500ms ease;
  height: 200px;
}

.news-six__single:hover .news-six__img img {
  transform: scale(1.05);
}

.news-six__date {
  position: absolute;
  bottom: -45px;
  left: 45px;
  background-color: var(--main-color);
  text-align: center;
  width: 90px;
  padding: 10px 0 14px;
  z-index: 2;
  color: black;
}

.news-six__date p {
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
  color: var(--insur-white);
  position: relative;
}

.news-six__date span {
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
  text-transform: uppercase;
  color: var(--insur-white);
  letter-spacing: 0.2em;
  top: -4px;
  position: relative;
}

.news-six__content {
  position: relative;
  display: block;
  background-color: var(--insur-primary);
  padding: 76px 40px 40px;
  text-align: right;
}

.news-six__shape-1 {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0.1;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.news-six__single:hover .news-six__shape-1 {
  opacity: 100;
}

.news-six__shape-1 img {
  width: auto;
}

.news-six__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 35px;
  text-transform: capitalize;
}

.news-six__title a {
  color: #282828;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.news-six__title a:hover {
  color: var(--mainColor);
}

.news-six__text {
  color: #6A6D7A;
  font-size: 16px;
  line-height: 29px;
  margin-top: 13px;
  margin-bottom: 24px;
}

.news-six__btn-box {
  position: relative;
  display: block;
}

.news-six__btn {
  background-color: #E6E4DE;
  color: #2d2d2c;
  font-size: 15px;
  padding: 12px 26px 10px;
}

.news-six__btn::before {
  background-color: var(--insur-base);
}

.news-six__btn::after {
  background-color: var(--insur-base);
}.section-title-four {
  position: relative;
  display: block;
  margin-bottom: 70px;
  z-index: 1;
}

.section-title-four__tagline {
  position: relative;
  display: inline-block;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #444141;
  /*! background-color: var(--mainColor); */
  padding-right: 15px;
}

.section-title-four__tagline::before {
  content: "";
  position: absolute;
  bottom: -63px !important;
  left: 0;
  bottom: 0;
  width: 150px;
  background-color: var(--mainColor);
  height: 2px;
}

.section-title-four__title {
  font-weight: 700;
  font-size: 33px;
  line-height: 53px;
  text-transform: capitalize;
  margin-top: 0;
  color: #3e3c3c;
}

/* Section Title Five */
.section-title-five {
  position: relative;
  display: block;
  margin-top: -5px;
  margin-bottom: 49px;
  z-index: 1;
}

.section-title-five__tagline {
  position: relative;
  display: inline-block;
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
  color: var(--insur-primary);
}
.testimonials-section {
 position: relative;
 min-height: 100vh;
 display: flex;
 align-items: center;
}

/* Animated Background Circles */
.animated-bg {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 overflow: hidden;
}

.circle {
 position: absolute;
 border-radius: 50%;
 background: rgba(255, 255, 255, 0.1);
 animation: float 6s ease-in-out infinite;
}

.circle-1 {
 width: 300px;
 height: 300px;
 top: -150px;
 right: -150px;
 animation-delay: 0s;
}

.circle-2 {
 width: 200px;
 height: 200px;
 bottom: -100px;
 left: -100px;
 animation-delay: 2s;
}

.circle-3 {
 width: 150px;
 height: 150px;
 top: 50%;
 left: 10%;
 animation-delay: 4s;
}

.circle-4 {
 width: 250px;
 height: 250px;
 bottom: 20%;
 right: 10%;
 animation-delay: 1s;
}


/* Testimonial Card Styles */
.testimonial-card {
 transition: all 0.3s ease;
 margin: 20px 10px;
}

.testimonial-card:hover {
 transform: translateY(-10px) scale(1.02);
 box-shadow: 0 30px 60px rgba(0,0,0,0.2) !important;
}

/* Avatar Animation */
.avatar-wrapper {
 animation: pulse 2s ease-in-out infinite;
}

}

/* Swiper Customization */
.testimonials-swiper {
 padding: 20px 10px 60px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
 font-size: 20px;
}

.swiper-pagination-bullet {
 background: white;
 opacity: 0.5;
 width: 10px;
 height: 10px;
 transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
 opacity: 1;
 background: #ffd700;
 width: 30px;
 border-radius: 5px;
}

/* Statistics Items */
.stat-item {
 padding: 30px;
 background: rgba(255, 255, 255, 0.1);
 border-radius: 20px;
 backdrop-filter: blur(10px);
 transition: all 0.3s ease;
}

.stat-item:hover {
 background: rgba(255, 255, 255, 0.15);
 transform: translateY(-5px);
}

/* Responsive Design */
@media (max-width: 768px) {
 .testimonials-section {
     padding: 60px 0;
 }

 .testimonial-card {
     margin: 10px;
 }

 .stat-item {
     padding: 20px;
 }

 .swiper-button-next,
 .swiper-button-prev {
     display: none;
 }
}

/* RTL Support */
[dir="rtl"] .swiper-button-next {
 left: 10px;
 right: auto;
}

[dir="rtl"] .swiper-button-prev {
 right: 10px;
 left: auto;
}

[dir="rtl"] .fa-quote-right {
 transform: scaleX(-1);
}

[dir="rtl"] .fa-quote-left {
 transform: scaleX(-1);
}
/* أنماط قسم الباقات */
.plans-section {
    padding: 40px 20px;
    background: linear-gradient(135deg, #f5f7fa 0%, #e9ecf2 100%);
    direction: rtl;
}

.plans-header {
    text-align: center;
    margin-bottom: 40px;
}

.plans-header h2 {
    font-size: 36px;
    color: #2d3748;
    margin-bottom: 10px;
    font-weight: 700;
}

.plans-header p {
    font-size: 18px;
    color: #4a5568;
}

.plans-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

/* البطاقة الأساسية */
.plan-card {
    flex: 1 1 350px;
    max-width: 400px;
    background: white;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    direction: rtl;
    /*! height: 600px !important; */
    overflow: auto;
}

.plan-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}

/* رأس البطاقة */
.plan-header {
    padding: 30px 20px;
    text-align: center;
    color: white;
}

.free-header {
    background: #301123;
}

.premium-header {
    background: #301123;
}

.plan-icon {
    width: 70px;
    height: 70px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 24px;
}

.plan-name {
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 10px;
}

.plan-price {
    font-size: 14px;
    opacity: 0.9;
}

/* محتوى البطاقة */
.plan-content {
    padding: 30px;
    direction: rtl;
}

.features-list {
    list-style: none;
    padding: 0;
    margin: 0;
    direction: rtl;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid #edf2f7;
    color: #2d3748;
    font-size: 16px;
    flex-direction: row-reverse;
    text-align: right;
}

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

.feature-icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    flex-shrink: 0;
}

.feature-icon.available {
    background: #c6f6d5;
    color: #38a169;
}

.feature-icon.unavailable {
    background: #fed7d7;
    color: #e53e3e;
}

.feature-text {
    flex: 1;
}

.feature-note {
    font-size: 14px;
    color: #718096;
    margin-right: 36px;
    margin-top: -5px;
    margin-bottom: 10px;
}

/* زر الشراء */
.plan-button {
    display: block;
    width: 100%;
    padding: 15px;
    margin-top: 25px;
    text-align: center;
    background: var(--mainColor);
    color: white;
    text-decoration: none;
    border-radius: 15px;
    font-weight: 600;
    font-size: 18px;
    transition: opacity 0.3s ease;
    border: none;
    cursor: pointer;
}

.premium-button {
    background: var(--mainColor);
}

.plan-button:hover {
    opacity: 0.9;
}

/* شارة الأفضلية */
.best-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #ffd700;
    color: #2d3748;
    padding: 8px 16px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    z-index: 1;
}

/* قسم المميزات الخاصة */
.special-features {
    margin-top: 60px;
    text-align: center;
    padding: 40px;
    background: white;
    border-radius: 30px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.special-features h3 {
    font-size: 24px;
    color: #2d3748;
    margin-bottom: 30px;
}

.special-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.special-item {
    padding: 20px;
    background: #eeb4a530;
    border-radius: 15px;
}

.special-icon {
    font-size: 30px;
    margin-bottom: 10px;
    color: #4a4648;
}

.special-item h4 {
    font-size: 18px;
    color: #2d3748;
    margin-bottom: 5px;
}

.special-item p {
    font-size: 14px;
    color: #718096;
}

@media (max-width: 768px) {
    .plans-container {
        flex-direction: column;
        align-items: center;
    }

    .plan-card {
        width: 100%;
    }
}
.stats-section {
    background: #301123;
    position: relative;
    overflow: hidden;
    padding: 80px 0;
    direction: rtl;
    color: white !important;
}

/* الخلفية المتحركة */
.stats-section::before {
    content: '';
    /*! position: absolute; */
    width: 200px;
    height: 200px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    top: -50px;
    right: -50px;
    animation: float 6s ease-in-out infinite;
}

.stats-section::after {
    content: '';
    position: absolute;
    width: 300px;
    height: 300px;
    /*! background: rgba(255, 255, 255, 0.1); */
    border-radius: 50%;
    bottom: -100px;
    left: -100px;
    animation: float 8s ease-in-out infinite reverse;
}

.stats-section .auto-container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* عنوان القسم */
.section-header {
    text-align: center;
    margin-bottom: 50px;
}

.section-header h2 {
    color: white;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;
}

.section-header p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 18px;
}

.header-line {
    width: 80px;
    height: 4px;
    background: white;
    margin: 20px auto;
    border-radius: 2px;
}

/* الشبكة */
.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 !important;
}

.col-lg-3, .col-md-6, .col-sm-12 {
    padding: 15px;
    box-sizing: border-box;
}

.col-lg-3 {
    width: 25%;
}

@media (max-width: 992px) {
    .col-md-6 {
        width: 50%;
    }
}

@media (max-width: 576px) {
    .col-sm-12 {
        width: 100%;
    }
}

/* بطاقة الإحصائيات */
.stats-card {
    background: rgba(255, 255, 255, 0);
    backdrop-filter: blur(10px);
    border-radius: 30px;
    padding: 30px 20px;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    height: 100%;
    border: unset !important;
}

.card-glow {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.2) 0%, transparent 70%);
    opacity: 0;
}

.stats-card:hover {
    transform: translateY(-10px) scale(1.05);
    box-shadow: 0 30px 60px rgba(0,0,0,0.3);
    border-color: rgba(255, 255, 255, 0.4);
}

.stats-card:hover .card-glow {
    opacity: 1;
}

/* أيقونة */
.stats-icon {
    width: 50px;
    height: 50px;
    background: #ffffff3d;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
}

.stats-card:hover .stats-icon {
    transform: scale(1.1);
}

.stats-card:hover .stats-icon i {
    animation: pulse 1s ease infinite;
}

.users-icon i {
    font-size: 25px;
    color: wheat;
}

.crown-icon i {
    font-size: 25px;
    color: white;
}

.eye-icon i {
    font-size: 25px;
    color: white;
}

.smile-icon i {
    font-size: 25px;
    color: white;
}

/* العداد */
.counter-wrapper {
    font-size: 35px;
    color: white;
    line-height: 1.2;
    margin-bottom: 10px;
}

.count {
    display: inline-block;
    transition: all 0.3s ease;
}

.plus-sign {
    font-size: 30px;
    margin-right: 2px;
}

/* نص الإحصائية */
.stats-text {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
}

/* خط سفلي */
.card-line {
    width: 50px;
    height: 3px;
    background: white;
    margin: 15px auto 0;
    border-radius: 2px;
    opacity: 0.5;
    transition: width 0.3s ease;
}

.stats-card:hover .card-line {
    width: 80px;
    opacity: 1;
}


/* تأثير الدوران ثلاثي الأبعاد */
.stats-card {
    transform-style: preserve-3d;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* تحسين المظهر على الجوال */
@media (max-width: 600px) {

   .goal-section
   {
      padding: 0 !important;
   }
   .ai-plan-container{
      padding: 0 !important;
      background: unset !important;
   }
    .stats-section {
        padding: 50px 0;
    }

    .stats-card {
        margin-bottom: 20px;
    }

    .counter-wrapper {
        font-size: 36px;
    }

    .section-header h2 {
        font-size: 30px;
    }
   .plans-card input{
      margin: 10px 0
   }
   .week-card .btn{
      font-size: 13px;
      margin: 10px 0
   }
   .week-card h4{
      display: block
          !important;

      width: 100%!important;
   }
   .week-card .d-flex{
      display: block !important;
      text-align: right
   }.week-card div{
      display: flex;
   }
   .week-card div button{
      margin: 0px  10px !important;
   }
   .days-container .day-card{
      display: block !important;
      overflow: auto
   }
}    /* أنماط رأس الصفحة */
    .page-header {
        background: var(--sColor);
        padding: 40px;
        border-radius: 30px;
        margin-bottom: 30px;
        color: white;
    }

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

    .header-title h1 {
        font-size: 32px;
        margin-bottom: 10px;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .header-title p {
        font-size: 16px;
        opacity: 0.9;
    }

    .header-actions {
        display: flex;
        align-items: center;
        gap: 30px;
        flex-wrap: wrap;
    }

    .header-stats {
        display: flex;
        gap: 20px;
        background: rgba(255,255,255,0.2);
        padding: 15px 25px;
        border-radius: 50px;
        backdrop-filter: blur(10px);
    }

    .stat-item {
        text-align: center;
    }

    .stat-value {
        font-size: 24px;
        font-weight: 700;
        line-height: 1;
        margin-bottom: 5px;
    }

    .stat-label {
        font-size: 13px;
        opacity: 0.9;
    }

    .add-activity-btn-large {
        background: #c3c3c33d;
        color: white;
        border: none;
        padding: 15px 30px;
        border-radius: 50px;
        font-size: 13px;
        font-weight: 600;
        display: flex;
        align-items: center;
        gap: 10px;
        cursor: pointer;
        transition: all 0.3s ease;
        text-decoration: none;
        box-shadow: 0 10px 25px rgba(0,0,0,0.2);
    }

    .add-activity-btn-large:hover {
        transform: translateY(-2px);
        box-shadow: 0 15px 35px rgba(0,0,0,0.3);
        color: #764ba2;
    }

    /* أنماط التصفية */
    .filter-section {
        background: white;
        border-radius: 20px;
        padding: 25px;
        margin-bottom: 30px;
        box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    }

    .filter-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 15px;
    }

    .filter-group {
        position: relative;
    }

    .filter-group i {
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        color: #a0aec0;
        font-size: 16px;
    }

    .filter-input,
    .filter-select {
        width: 100%;
        padding: 12px 45px 12px 15px;
        border: 2px solid #e2e8f0;
        border-radius: 12px;
        font-family: 'Cairo', sans-serif;
        font-size: 14px;
        transition: all 0.3s ease;
        background: white;
    }

    .filter-input:focus,
    .filter-select:focus {
        outline: none;
        border-color: #667eea;
        box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
    }

    /* أنماط الإحصائيات السريعة */
    .quick-stats {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 20px;
        margin-bottom: 30px;
    }

    .stat-card {
        background: white;
        border-radius: 20px;
        padding: 25px;
        display: flex;
        align-items: center;
        gap: 20px;
        box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    }

    .stat-icon {
        width: 60px;
        height: 60px;
        background: linear-gradient(135deg, #667eea, #764ba2);
        border-radius: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-size: 24px;
    }

    .stat-content h3 {
        font-size: 16px;
        color: #4a5568;
        margin-bottom: 5px;
    }

    .number {
        font-size: 28px;
        font-weight: 700;
        color: #2d3748;
        line-height: 1;
        margin-bottom: 5px;
    }

    .stat-trend {
        font-size: 13px;
        display: flex;
        align-items: center;
        gap: 3px;
    }

    .trend-up {
        color: #48bb78;
    }

    /* أنماط شبكة الأنشطة */
    .activities-grid {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
        gap: 25px;
        margin-top: 20px;
    }

    .activity-card {
        background: white;
        border-radius: 25px;
        overflow: hidden;
        box-shadow: 0 10px 30px rgba(0,0,0,0.08);
        transition: all 0.3s ease;
        position: relative;
        border: 1px solid #edf2f7;
    }

    .activity-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 20px 40px rgba(102, 126, 234, 0.15);
    }

    .activity-content {
        padding: 25px;
    }

    .activity-header-card {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 15px;
    }

    .activity-date {
        color: #718096;
        font-size: 14px;
        display: flex;
        align-items: center;
        gap: 5px;
    }

    .activity-type-badge {
        background: var(--sColor);
        color: white;
        padding: 5px 12px;
        border-radius: 50px;
        font-size: 12px;
        font-weight: 600;
    }

    .activity-title {
        font-size: 18px;
        color: #2d3748;
        margin-bottom: 15px;
        font-weight: 700;
        line-height: 1.6;
        max-height: 3.2em;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .activity-children {
        display: flex;
        align-items: center;
        gap: 15px;
        margin-bottom: 20px;
        padding: 15px;
        background: #f8fafc;
        border-radius: 15px;
    }

    .children-avatars {
        display: flex;
        align-items: center;
    }

    .child-avatar-mini {
        width: 40px;
        height: 40px;
        background: var(--sColor);
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-weight: 700;
        margin-left: -10px;
        border: 2px solid white;
    }

    .children-info {
        flex: 1;
    }

    .children-count {
        font-size: 14px;
        color: #4a5568;
        margin-bottom: 5px;
        display: flex;
        align-items: center;
        gap: 5px;
    }

    .children-names {
        font-size: 13px;
        color: #718096;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .activity-field {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        background: #f8fafc;
        padding: 8px 15px;
        border-radius: 50px;
        margin-bottom: 15px;
    }

    .field-icon {
        width: 30px;
        height: 30px;
        background: linear-gradient(135deg, #667eea, #764ba2);
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
    }

    .field-name {
        font-weight: 600;
        color: #4a5568;
    }

    .activity-goal {
        color: #4a5568;
        font-size: 14px;
        line-height: 1.8;
        margin-bottom: 20px;
        padding: 15px;
        background: #f8fafc;
        border-radius: 15px;
        border-right: 4px solid #667eea;
        max-height: 4.2em;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    .activity-footer {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-top: 15px;
        border-top: 2px solid #edf2f7;
    }

    .activity-actions {
        display: flex;
        gap: 8px;
    }

    .action-btn {
        width: 40px;
        height: 40px;
        border: none;
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.3s ease;
        color: white;
        font-size: 16px;
    }

    .action-btn.view {
        background: linear-gradient(135deg, #4299e1, #3182ce);
    }

    .action-btn.edit {
        background: linear-gradient(135deg, #48bb78, #38a169);
    }

    .action-btn.pdf {
        background: linear-gradient(135deg, #ed64a6, #d53f8c);
    }

    .action-btn.print {
        background: linear-gradient(135deg, #ecc94b, #d69e2e);
    }

    .action-btn.delete {
        background: linear-gradient(135deg, #f56565, #e53e3e);
    }

    .action-btn:hover {
        transform: scale(1.1);
    }

    /* أنماط الحالة الفارغة */
    .empty-state {
        text-align: center;
        padding: 60px 20px;
        background: white;
        border-radius: 30px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    }

    .empty-icon {
        width: 65px;
        height: 65px;
        background: var(--sColor);
        border-radius: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 25px;
        color: white;
        font-size: 50px;
    }

    .empty-state h3 {
        font-size: 24px;
        color: #2d3748;
        margin-bottom: 10px;
    }

    .empty-state p {
        color: #718096;
        margin-bottom: 25px;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }

    .empty-state-btn {
        background: var(--sColor);
        color: white;
        border: none;
        padding: 1px 30px;
        border-radius: 50px;
        font-size: 12px;
        font-weight: 600;
        display: inline-flex;
        align-items: center;
        /*! gap: 10px; */
        cursor: pointer;
        transition: all 0.3s ease;
        text-decoration: none;
    }

    .empty-state-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 10px 25px rgba(102, 126, 234, 0.4);
        color: white;
    }

    /* أنماط النافذة المنبثقة */
    .modal {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0,0,0,0.7);
        z-index: 9999;
        align-items: center;
        justify-content: center;
    }

    .modal.active {
        display: flex;
    }

    .modal-content {
        background: white;
        border-radius: 30px;
        width: 90%;
        max-width: 900px;
        max-height: 90vh;
        overflow-y: auto;
        position: relative;
        animation: modalSlideIn 0.3s ease;
    }

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

    .modal-header {
        padding: 25px;
        border-bottom: 2px solid #edf2f7;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: sticky;
        top: 0;
        background: white;
        border-radius: 30px 30px 0 0;
        z-index: 10;
    }

    .modal-header h2 {
        font-size: 24px;
        color: #2d3748;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .modal-close {
        width: 40px;
        height: 40px;
        border: none;
        background: #f8fafc;
        border-radius: 12px;
        color: #4a5568;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .modal-close:hover {
        background: #f56565;
        color: white;
        transform: rotate(90deg);
    }

    .modal-body {
        padding: 25px;
    }

    /* أنماط الطباعة */
    @media print {
        .no-print {
            display: none !important;
        }

        .print-only {
            display: block !important;
        }

        .modal-content {
            max-height: none;
            overflow: visible;
        }

        .activity-detail-print {
            font-size: 12pt;
            line-height: 1.5;
        }
    }

    /* زر الإضافة العائم */
    .floating-add-btn {
        position: fixed;
        bottom: 30px;
        left: 30px;
        width: 60px;
        height: 60px;
        background: linear-gradient(135deg, #667eea, #764ba2);
        border-radius: 30px;
        display: none;
        align-items: center;
        justify-content: center;
        color: white;
        font-size: 24px;
        box-shadow: 0 10px 30px rgba(102, 126, 234, 0.4);
        cursor: pointer;
        transition: all 0.3s ease;
        z-index: 1000;
        text-decoration: none;
    }

    .floating-add-btn:hover {
        transform: scale(1.1);
        color: white;
    }

    @media (max-width: 768px) {
        .floating-add-btn {
            display: flex;
        }

        .add-activity-btn-large {
            display: none;
        }

        .activities-grid {
            grid-template-columns: 1fr;
        }

        .header-stats {
            width: 100%;
            justify-content: space-around;
        }
    }

    /* أنماط إضافية للتفاصيل */
    .detail-section {
        background: #f8fafc;
        border-radius: 15px;
        padding: 20px;
        margin-bottom: 20px;
    }

    .detail-title {
        color: #4a5568;
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 10px;
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .detail-content {
        background: white;
        padding: 15px;
        border-radius: 12px;
        color: #2d3748;
        line-height: 1.8;
        white-space: pre-wrap;
    }

    .modal-actions {
        display: flex;
        gap: 15px;
        margin-top: 25px;
        padding-top: 20px;
        border-top: 2px solid #edf2f7;
    }

    .modal-action-btn {
        flex: 1;
        padding: 12px;
        border: none;
        border-radius: 12px;
        font-family: 'Cairo', sans-serif;
        font-size: 14px;
        font-weight: 600;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        cursor: pointer;
        transition: all 0.3s ease;
        color: white;
    }

    .modal-action-btn.pdf {
        background: linear-gradient(135deg, #ed64a6, #d53f8c);
    }

    .modal-action-btn.print {
        background: linear-gradient(135deg, #ecc94b, #d69e2e);
    }

    .modal-action-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    }
    .goal-options-modern {
        display: flex;
        gap: 20px;
        margin-bottom: 25px;
        flex-wrap: wrap;
    }

    .option-card-modern {
        flex: 1;
        min-width: 200px;
        background: white;
        border: 2px solid #e2e8f0;
        border-radius: 15px;
        padding: 20px;
        display: flex;
        align-items: center;
        gap: 15px;
        cursor: pointer;
        transition: all 0.3s ease;
        position: relative;
    }

    .option-card-modern.active {
        border-color: var(--sColor);
        background: #f5f7ff;
    }

    .option-icon {
        width: 50px;
        height: 50px;
        background: var(--sColor);
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-size: 24px;
    }

    .option-content h4 {
        margin: 0 0 5px 0;
        color: #2d3748;
    }

    .option-content p {
        margin: 0;
        color: #718096;
        font-size: 13px;
    }

    .option-check {
        color: #cbd5e0;
        font-size: 20px;
        margin-right: auto;
    }

    .option-card-modern.active .option-check {
        color: #48bb78;
    }

    .ai-plan-container {
        background: #f8fafc;
        border-radius: 15px;
        padding: 20px;
        margin-top: 20px;
    }

    .plan-header {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 20px;
        padding-bottom: 15px;
        border-bottom: 2px solid #e2e8f0;
        text-align: right !important;
        direction: rtl;
    }

    .plan-header i {
        font-size: 24px;
        color: var(--sColor);
    }

    .plan-header h3 {
        margin: 0;
        color: #2d3748;
        font-size: 16px;
    }

    .plan-title {
        background: white;
        /*! border: 2px solid #e2e8f0; */
        border-radius: 12px;
        padding: 15px;
        margin-bottom: 20px;
    }

    .plan-title label {
        display: block;
        color: #4a5568;
        font-weight: 600;
        margin-bottom: 8px;
        font-size: 14px;
    }

    .plan-title input {
        width: 100%;
        padding: 12px;
        border: 2px solid #e2e8f0;
        border-radius: 10px;
        font-family: 'Cairo', sans-serif;
        font-size: 16px;
        background: #f8fafc;
    }

    .plan-details {
        background: white;
        border-radius: 12px;
        padding: 15px;
        margin-bottom: 20px;
    }

    .plan-details label {
        display: block;
        color: #4a5568;
        font-weight: 600;
        margin-bottom: 8px;
        font-size: 14px;
    }

    .plan-details textarea {
        width: 100%;
        padding: 12px;
        border: 2px solid #e2e8f0;
        border-radius: 10px;
        font-family: 'Cairo', sans-serif;
        resize: vertical;
        min-height: 150px;
        background: #f8fafc;
    }

    .generate-btn {
        width: 100%;
        padding: 15px;
        background: var(--sColor);
        border: none;
        border-radius: 12px;
        color: white;
        font-family: 'Cairo', sans-serif;
        font-size: 16px;
        font-weight: 600;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        transition: all 0.3s ease;
    }

    .generate-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 10px 25px rgba(102, 126, 234, 0.4);
    }

    .generate-btn i {
        font-size: 18px;
    }

    .loading-overlay {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0,0,0,0.7);
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 9999;
    }

    .loading-spinner {
        width: 50px;
        height: 50px;
        border: 5px solid #f3f3f3;
        border-top: 5px solid #667eea;
        border-radius: 50%;
        animation: spin 1s linear infinite;
    }

    @keyframes spin {
        0% { transform: rotate(0deg); }
        100% { transform: rotate(360deg); }
    }

    .alert-message {
        position: fixed;
        top: 20px;
        left: 50%;
        transform: translateX(-50%);
        padding: 15px 30px;
        border-radius: 50px;
        background: linear-gradient(135deg, #48bb78, #38a169);
        color: white;
        display: flex;
        align-items: center;
        gap: 10px;
        z-index: 10000;
        box-shadow: 0 5px 20px rgba(0,0,0,0.2);
    }

    .alert-message.error {
        background: linear-gradient(135deg, #f56565, #e53e3e);
    }

    .review-child-tag {
        display: inline-block;
        background: #edf2f7;
        padding: 5px 12px;
        border-radius: 20px;
        margin: 3px;
        font-size: 13px;
    }

    .review-source small {
        color: #667eea;
        font-size: 12px;
    }

                          /* Custom Styles */
                          .bg-gradient-primary {
                              background: Color;
                              direction: rtl;
                          }

                          .bg-primary-soft {
                              background-color: rgba(102, 126, 234, 0.1);
                          }

                          .bg-success-soft {
                              background-color: rgba(40, 167, 69, 0.1);
                          }

                          .bg-info-soft {
                              background-color: rgba(23, 162, 184, 0.1);
                          }

                          .bg-warning-soft {
                              background-color: rgba(255, 193, 7, 0.1);
                          }

                          .bg-danger-soft {
                              background-color: rgba(220, 53, 69, 0.1);
                          }

                          .bg-secondary-soft {
                              background-color: rgba(108, 117, 125, 0.1);
                          }

                          .bg-purple-soft {
                              background-color: rgba(111, 66, 193, 0.1);
                          }

                          .bg-white-20 {
                              background-color: rgba(255, 255, 255, 0.2);
                          }

                          .icon-circle {
                              width: 40px;
                              height: 40px;
                              border-radius: 50%;
                              display: inline-flex;
                              align-items: center;
                              justify-content: center;
                          }

                          .card-nav {
                              transition: transform 0.3s ease;
                              cursor: pointer;
                          }

                          .card-nav:hover {
                              transform: translateY(-5px);
                          }

                          .hover-scale {
                              transition: transform 0.3s ease;
                          }

                          .hover-scale:hover {
                              transform: scale(1.05);
                          }

                          .form-select-lg, .form-control-lg {
                              border-radius: 10px;
                              border: 1px solid #e0e0e0;
                              padding: 12px;
                          }

                          .form-select-lg:focus, .form-control-lg:focus {
                              border-color: #667eea;
                              box-shadow: 0 0 0 0.2rem rgba(102, 126, 234, 0.25);
                          }

                          .btn-gradient-primary {
                              background: var(--mainColor);
                              color: white;
                              border: none;
                              transition: opacity 0.3s ease;
                              font-size: 13px;
                              padding: 5px 14px;
                          }

                          .btn-gradient-primary:hover {
                              opacity: 0.9;
                              color: white;
                          }

                          .custom-file-upload {
                              cursor: pointer;
                          }

                          .custom-file-upload input[type="file"] {
                              display: none;
                          }

                          .file-upload-info {
                              text-align: center;
                              cursor: pointer;
                              transition: background-color 0.3s ease;
                          }

                          .file-upload-info:hover {
                              background-color: #e9ecef !important;
                          }

                          .remark-text {
                              max-height: 60px;
                              overflow-y: auto;
                              word-wrap: break-word;
                          }

                          .gap-2 {
                              gap: 0.5rem;
                          }

                          /* Modal Styles */
                          .modal-content {
                              border: none;
                              border-radius: 15px;
                              /*! overflow: hidden; */
                          }

                          .modal-header {
                              border-bottom: none;
                              padding: 1.5rem;
                              background: var(--sColor);
                              border-radius: 0;
                          }

                          .modal-body {
                              padding: 2rem;
                          }

                          .modal-footer {
                              border-top: none;
                              padding: 1rem 2rem 2rem;
                          }

                          .btn-close-white {
                              filter: brightness(0) invert(1);
                          }

                          #childMultiSelect {
                              width: 100%;
                              border-radius: 8px;
                              border: 1px solid #e0e0e0;
                              padding: 8px;
                          }

                          #childMultiSelect option {
                              padding: 8px;
                              margin: 2px 0;
                              border-radius: 4px;
                          }

                          #childMultiSelect option:checked {
                              background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
                              color: white;
                          }

                          .selected-child-tag {
                              background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
                              color: white;
                              padding: 5px 12px;
                              border-radius: 20px;
                              font-size: 0.9rem;
                              display: inline-flex;
                              align-items: center;
                              margin: 3px;
                          }

                          .selected-child-tag .remove-child {
                              margin-right: 8px;
                              cursor: pointer;
                              font-size: 1rem;
                              opacity: 0.8;
                              transition: opacity 0.3s ease;
                          }

                          .selected-child-tag .remove-child:hover {
                              opacity: 1;
                          }

                          .toast-container {
                              z-index: 1100;
                          }

                          @media (max-width: 768px) {
                              .export-options {
                                  width: 100%;
                                  margin-top: 10px;
                              }

                              .export-options select,
                              .export-options .btn-group,
                              .export-options .btn {
                                  width: 100%;
                                  margin: 5px 0;
                              }

                              .table td, .table th {
                                  white-space: nowrap;
                              }
                          }
                :root {
                    --primary-color: #4361ee;
                    --secondary-color: #3f37c9;
                    --success-color: #4cc9f0;
                    --danger-color: #f72585;
                    --warning-color: #f8961e;
                    --dark-color: #1e1e2f;
                    --light-color: #f8f9fa;
                }



                /* Card Styles */
                .report-card {
                    background: white;
                    border-radius: 15px;
                    overflow: hidden;
                    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
                    transition: all 0.3s ease;
                    border: none;
                    height: 100%;
                    animation: fadeInUp 0.5s ease;
                }

                .report-card:hover {
                    transform: translateY(-10px);
                    box-shadow: 0 20px 40px rgba(0,0,0,0.2);
                }

                @keyframes fadeInUp {
                    from {
                        opacity: 0;
                        transform: translateY(20px);
                    }
                    to {
                        opacity: 1;
                        transform: translateY(0);
                    }
                }

                .card-header {
                    background: var(--sColor) !important;
                    color: white;
                    padding: 15px 20px;
                    border: none;
                }

                .card-header h5 {
                    margin: 0;
                    font-weight: 600;
                }

                .badge-children {
                    background: rgba(255,255,255,0.2);
                    color: white;
                    padding: 5px 10px;
                    border-radius: 20px;
                    font-size: 0.85rem;
                }

                .card-body {
                    padding: 20px;
                }

                .info-table {
                    width: 100%;
                }

                .info-table tr {
                    border-bottom: 1px solid #eee;
                }

                .info-table tr:last-child {
                    border-bottom: none;
                }

                .info-table th {
                    color: var(--dark-color);
                    font-weight: 600;
                    padding: 8px 0;
                    width: 40%;
                }

                .info-table td {
                    color: #666;
                    padding: 8px 0;
                }

                .card-footer {
                    background: white;
                    border-top: 1px solid #eee;
                    padding: 15px 20px;
                }

                .btn-action {
                    padding: 8px 15px;
                    border-radius: 25px;
                    font-weight: 500;
                    transition: all 0.3s;
                    border: none;
                    cursor: pointer;
                }

                .btn-view {
                    background: linear-gradient(135deg, #4cc9f0, #4895ef);
                    color: white;
                }

                .btn-view:hover {
                    background: linear-gradient(135deg, #4895ef, #4cc9f0);
                    transform: scale(1.05);
                    color: white;
                }

                .btn-delete {
                    background: #e95555;
                    color: white;
                }

                .btn-delete:hover {
                    background: linear-gradient(135deg, #b5179e, #f72585);
                    transform: scale(1.05);
                    color: white;
                }

                .btn-pdf {
                    background: #d8b428;
                    color: white;
                }

                .btn-pdf:hover {
                    background: linear-gradient(135deg, #c82333, #dc3545);
                    transform: scale(1.05);
                    color: white;
                }

                .btn-add {
                    color: #fdfafa;
                    padding: 12px 14px;
                    border-radius: 30px;
                    font-weight: 600;
                    border: none;
                    transition: all 0.3s;
                }

                .btn-add:hover {
                    transform: scale(1.05);
                    box-shadow: 0 6px 20px rgba(76, 201, 240, 0.4);
                    color: white;
                }

                /* Modal Styles */
                .modal-content {
                    border-radius: 20px;
                    border: none;
                    overflow: ;
                    z-index: 99999999999999999;
                    direction: rtl;
                }

                .modal-header {
                }

                .modal-header .close {
                    color: white;
                    opacity: 1;
                }

                .modal-body {
                    padding: 30px;
                }

                .form-control, .form-select {
                    border-radius: 10px;
                    border: 2px solid #eee;
                    padding: 10px 15px;
                    transition: all 0.3s;
                }

                .form-control:focus, .form-select:focus {
                    border-color: var(--primary-color);
                    box-shadow: 0 0 0 0.2rem rgba(67, 97, 238, 0.25);
                }

                .children-selection {
                    border: 2px solid #eee;
                    border-radius: 10px;
                    padding: 15px;
                    max-height: 250px;
                    overflow-y: auto;
                }

                .child-item {
                    padding: 8px 12px;
                    margin: 5px 0;
                    background: #f8f9fa;
                    border-radius: 8px;
                    transition: all 0.3s;
                }

                .child-item:hover {
                    background: #e9ecef;
                }

                .child-item input[type="checkbox"] {
                    margin-left: 10px;
                }

                /* Alert Styles */
                .alert-custom {
                    background: white;
                    border-radius: 15px;
                    padding: 40px;
                    text-align: center;
                    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
                }

                .alert-custom i {
                    font-size: 4rem;
                    color: var(--primary-color);
                    margin-bottom: 20px;
                }

                /* Loading Spinner */
                .spinner-overlay {
                    position: fixed;
                    top: 0;
                    left: 0;
                    right: 0;
                    bottom: 0;
                    background: rgba(255,255,255,0.9);
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    z-index: 9999;
                    display: none;
                }

                .spinner {
                    width: 50px;
                    height: 50px;
                    border: 5px solid #f3f3f3;
                    border-top: 5px solid var(--primary-color);
                    border-radius: 50%;
                    animation: spin 1s linear infinite;
                }

                @keyframes spin {
                    0% { transform: rotate(0deg); }
                    100% { transform: rotate(360deg); }
                }

                /* Responsive Design */
                @media (max-width: 768px) {
                    .page-header h1 {
                        font-size: 1.5rem;
                    }

                    .btn-add {
                        width: 100%;
                        margin-top: 15px;
                    }

                    .card-footer {
                        flex-direction: column;
                        gap: 10px;
                    }

                    .btn-action {
                        width: 100%;
                    }

                    .modal-body {
                        padding: 20px;
                    }
                }

                @media (max-width: 576px) {
                    .container {
                        padding: 0 15px;
                    }

                    .report-card {
                        margin-bottom: 20px;
                    }
                }
                /* ========== PREMIUM FOOTER DESIGN ========== */
                .footer {
                    background: var(--sColor);
                    color: #ffffff;
                    padding: 80px 0 30px 0;
                    margin-top: 0;
                    position: relative;
                    overflow: hidden;
                    border: unset !important;
                    margin-top: 100px !important;
                }

                /* Animated Wave Effect */
                .footer .wave {
                    position: absolute;
                    top: -100px;
                    left: 0;
                    width: 100%;
                    height: 100px;
                    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320'%3E%3Cpath fill='%230a0f1c' fill-opacity='1' d='M0,96L48,112C96,128,192,160,288,160C384,160,480,128,576,122.7C672,117,768,139,864,154.7C960,171,1056,181,1152,165.3C1248,149,1344,107,1392,85.3L1440,64L1440,0L1392,0C1344,0,1248,0,1152,0C1056,0,960,0,864,0C768,0,672,0,576,0C480,0,384,0,288,0C192,0,96,0,48,0L0,0Z'%3E%3C/path%3E%3C/svg%3E");
                    background-size: cover;
                    pointer-events: none;
                }

                /* Gradient Border Top */
                .footer::before {
                    content: '';
                    position: absolute;
                    top: 0;
                    left: 0;
                    right: 0;
                    /*! background: linear-gradient(90deg, #ff6b6b, #4ecdc4, #45b7d1, #96ceb4, #ff6b6b); */
                    background-size: 300% 100%;
                    animation: gradientShift 4s ease infinite;
                    z-index: 10;
                }

                @keyframes gradientShift {
                    0%, 100% { background-position: 0% 50%; }
                    50% { background-position: 100% 50%; }
                }

                /* Glowing Effect */
                .footer .glow {
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    right: 0;
                    height: 1px;
                    background: linear-gradient(90deg, transparent, rgba(78,205,196,0.5), transparent);
                    animation: glowPulse 3s ease infinite;
                }

                @keyframes glowPulse {
                    0%, 100% { opacity: 0.3; }
                    50% { opacity: 1; }
                }

                /* Section Titles */
                .footer h1 {
                    font-size: 18px;
                    font-weight: 700;
                    margin-bottom: 1.8rem;
                    position: relative;
                    display: inline-block;
                    padding-bottom: 12px;
                    color: #fff;
                    letter-spacing: 0.5px;
                    font-family: 'Cairo', sans-serif;
                }

                .footer h1 i {
                    margin-left: 10px;
                    font-size: 1.3rem;
                    color: #abb1b1;
                }

                .footer h1::before {
                    content: '';
                    position: absolute;
                    bottom: 0;
                    right: 0;
                    width: 60px;
                    height: 3px;
                    background: white;
                    border-radius: 3px;
                }

                .footer h1::after {
                    content: '';
                    position: absolute;
                    bottom: 0;
                    right: 0;
                    width: 30px;
                    height: 3px;
                    background: #5b5952;
                    border-radius: 3px;
                    animation: widthAnimation 2s ease infinite;
                }

                @keyframes widthAnimation {
                    0%, 100% { width: 30px; }
                    50% { width: 50px; }
                }

                /* Links Styling */
                .footer .link ul {
                    list-style: none;
                    padding: 0;
                    margin: 0;
                    direction: rtl;
                }

                .footer .link ul li {
                    margin-bottom: 12px;
                    transition: all 0.3s ease;
                }

                .footer .link ul li a {
                    color: rgba(255,255,255,0.75);
                    text-decoration: none;
                    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
                    display: inline-flex;
                    align-items: center;
                    gap: 12px;
                    font-size: 0.95rem;
                    font-weight: 500;
                    position: relative;
                    padding: 6px 0;
                }

                .footer .link ul li a i {
                    font-size: 16px;
                    transition: all 0.3s ease;
                    width: 28px;
                    color: #939797;
                }

                .footer .link ul li a:hover {
                    color: #7d7c78;
                    transform: translateX(-8px);
                }

                .footer .link ul li a:hover i {
                    transform: translateX(-5px) scale(1.1);
                    color: #827f7f;
                }

                /* Social Icons - Premium Design */
                .footer .social-icons {
                    list-style: none;
                    padding: 0;
                    margin-top: 25px;
                    display: flex;
                    gap: 12px;
                    flex-wrap: wrap;
                }

                .footer .social-icons li {
                    margin: 0;
                }

                .footer .social-icons li a {
                    width: 45px;
                    height: 45px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    background: linear-gradient(135deg, rgba(255,255,255,0.1), rgba(255,255,255,0.05));
                    border-radius: 12px;
                    color: #fff;
                    font-size: 22px;
                    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
                    position: relative;
                    backdrop-filter: blur(10px);
                    border: 1px solid rgba(255,255,255,0.1);
                }

                .footer .social-icons li a::before {
                    content: '';
                    position: absolute;
                    inset: 0;
                    border-radius: 12px;
                    background: #ffffff1a;
                    opacity: 0;
                    transition: opacity 0.3s ease;
                    z-index: -1;
                }

                .footer .social-icons li a:hover::before {
                    opacity: 1;
                }

                .footer .social-icons li a:hover {
                    transform: translateY(-5px) scale(1.05);
                    border-color: transparent;
                }

                /* Newsletter Section */
                .footer .newsletter {
                    margin-top: 20px;
                }

                .footer .newsletter p {
                    color: rgba(255,255,255,0.7);
                    font-size: 0.9rem;
                    margin-bottom: 15px;
                }

                .footer .newsletter .input-group {
                    background: rgba(255,255,255,0.1);
                    border-radius: 50px;
                    overflow: hidden;
                    backdrop-filter: blur(10px);
                    border: 1px solid rgba(255,255,255,0.1);
                }

                .footer .newsletter input {
                    background: transparent;
                    border: none;
                    color: #fff;
                    padding: 12px 20px;
                    outline: none;
                }

                .footer .newsletter input::placeholder {
                    color: rgba(255,255,255,0.5);
                }

                .footer .newsletter button {
                    background: linear-gradient(135deg, #4ecdc4, #ff6b6b);
                    border: none;
                    padding: 12px 25px;
                    color: #fff;
                    font-weight: 600;
                    transition: all 0.3s ease;
                }

                .footer .newsletter button:hover {
                    transform: scale(1.05);
                    box-shadow: 0 5px 15px rgba(78,205,196,0.3);
                }

                /* About Section */
                .footer .about {
                    background: linear-gradient(135deg, rgba(255,255,255,0.05), rgba(255,255,255,0.02));
                    padding: 25px;
                    border-radius: 20px;
                    backdrop-filter: blur(10px);
                    transition: all 0.3s ease;
                    border: 1px solid rgba(255,255,255,0.1);
                    padding-top: 0 !important;
                }

                .footer .about:hover {
                    transform: translateY(-5px);
                    background: linear-gradient(135deg, rgba(255,255,255,0.08), rgba(255,255,255,0.03));
                    border-color: rgba(78,205,196,0.3);
                }

                .footer .about p {
                    color: rgba(255,255,255,0.8);
                    line-height: 1.9;
                    font-size: 0.9rem;
                    text-align: justify;
                    margin-top: 15px;
                    margin-bottom: 0;
                }

                .footer .about .badge {
                    display: inline-block;
                    margin-top: 15px;
                    padding: 5px 15px;
                    background: rgba(78,205,196,0.2);
                    border-radius: 50px;
                    font-size: 0.8rem;
                    color: var(--mainColor);
                }

                /* Rights Section */
                .footer .rights {
                    text-align: center;
                    padding-top: 40px;
                    margin-top: 50px;
                    border-top: 1px solid rgba(255,255,255,0.08);
                    position: relative;
                }

                .footer .rights p {
                    color: rgba(255,255,255,0.6);
                    font-size: 0.85rem;
                    margin: 0;
                    letter-spacing: 0.5px;
                }

                .footer .rights .heart {
                    color: #ff6b6b;
                    animation: heartbeat 1.5s ease infinite;
                    display: inline-block;
                }

                @keyframes heartbeat {
                    0%, 100% { transform: scale(1); }
                    50% { transform: scale(1.2); }
                }

                /* Back to Top Button */
                .footer .back-to-top {
                    position: fixed;
                    bottom: 30px;
                    right: 30px;
                    width: 50px;
                    height: 50px;
                    background: linear-gradient(135deg, #4ecdc4, #ff6b6b);
                    border-radius: 50%;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    color: #fff;
                    font-size: 20px;
                    cursor: pointer;
                    transition: all 0.3s ease;
                    z-index: 1000;
                    opacity: 0;
                    visibility: hidden;
                    box-shadow: 0 5px 20px rgba(0,0,0,0.3);
                }

                .footer .back-to-top.show {
                    opacity: 1;
                    visibility: visible;
                }

                .footer .back-to-top:hover {
                    transform: translateY(-5px);
                    box-shadow: 0 8px 25px rgba(78,205,196,0.4);
                }

                /* Responsive Design */
                @media (max-width: 992px) {
                    .footer {
                        padding: 60px 0 25px;
                    }

                    .footer h1 {
                        margin-top: 30px;
                        font-size: 1.3rem;
                    }

                    .footer .col-md-3:first-child h1 {
                        margin-top: 0;
                    }

                    .footer .about {
                        margin-top: 20px;
                    }
                }

                @media (max-width: 768px) {
                    .footer {
                        padding: 50px 0 20px;
                        text-align: center;
                    }

                    .footer h1::before,
                    .footer h1::after {
                        right: 50%;
                        transform: translateX(50%);
                    }

                    .footer h1::before {
                        width: 80px;
                    }

                    .footer h1::after {
                        width: 40px;
                    }

                    .footer .link ul li a {
                        justify-content: center;
                    }

                    .footer .social-icons {
                        justify-content: center;
                    }

                    .footer .about p {
                        text-align: center;
                    }

                    .footer .col-md-3,
                    .footer .col-md-2,
                    .footer .col-md-4 {
                        margin-bottom: 40px;
                    }

                    .footer .newsletter .input-group {
                        max-width: 90%;
                        margin: 0 auto;
                    }
                }

                @media (max-width: 576px) {
                    .footer {
                        padding: 40px 0 15px;
                    }

                    .footer h1 {
                        font-size: 1.2rem;
                        margin-bottom: 1.3rem;
                    }

                    .footer .link ul li a {
                        font-size: 0.85rem;
                    }

                    .footer .social-icons li a {
                        width: 40px;
                        height: 40px;
                        font-size: 18px;
                    }

                    .footer .about p {
                        font-size: 0.85rem;
                        line-height: 1.7;
                    }

                    .footer .rights p {
                        font-size: 0.7rem;
                    }
                }
                /* ========== PREMIUM CUSTOMER REVIEWS SECTION ========== */
                .reviews-section {
                    padding: 80px 0;
                    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
                    font-family: 'Cairo', 'Tajawal', 'Segoe UI', sans-serif;
                    position: relative;
                    overflow: hidden;
                }

                /* Animated Background */
                .reviews-section::before {
                    content: '';
                    position: absolute;
                    top: 0;
                    left: 0;
                    right: 0;
                    bottom: 0;
                    /*! background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="rgba(102,126,234,0.05)" fill-opacity="1" d="M0,96L48,112C96,128,192,160,288,160C384,160,480,128,576,122.7C672,117,768,139,864,154.7C960,171,1056,181,1152,165.3C1248,149,1344,107,1392,85.3L1440,64L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path></svg>'); */
                    background-repeat: no-repeat;
                    background-position: bottom;
                    background-size: cover;
                    pointer-events: none;
                }

                /* Section Header */
                .section-header {
                    text-align: center;
                    margin-bottom: 60px;
                    position: relative;
                }

                .section-header .subtitle {
                    display: inline-block;
                    background: linear-gradient(135deg, #667eea, #764ba2);
                    color: white;
                    padding: 8px 20px;
                    border-radius: 50px;
                    font-size: 0.85rem;
                    font-weight: 600;
                    margin-bottom: 20px;
                    letter-spacing: 1px;
                }

                .section-header h2 {
                    font-size: 2.5rem;
                    font-weight: 800;
                    color: #1a202c;
                    margin-bottom: 15px;
                    position: relative;
                    display: inline-block;
                }

                .section-header h2 i {
                    color: #f59e0b;
                    font-size: 2rem;
                }

                .section-header p {
                    color: #718096;
                    font-size: 1.1rem;
                    max-width: 600px;
                    margin: 0 auto;
                }

                /* Rating Summary */
                .rating-summary {
                    background: #ffffff21;
                    border-radius: 30px;
                    padding: 30px;
                    margin-bottom: 50px;
                    box-shadow: 0 20px 40px rgba(0,0,0,0.05);
                    display: flex;
                    justify-content: space-between;
                    align-items: center;
                    flex-wrap: wrap;
                    gap: 30px;
                    position: relative;
                    overflow: hidden;
                }

                .rating-summary::before {
                    content: '';
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 5px;
                    height: 100%;
                    background: var(--sColor);
                }

                .average-rating {
                    text-align: center;
                    flex: 1;
                }

                .average-rating .rating-number {
                    font-size: 4rem;
                    font-weight: 800;
                    color: #fff;
                    line-height: 1;
                }

                .average-rating .stars {
                    color: #fbbf24;
                    font-size: 1.5rem;
                    margin: 10px 0;
                }

                .average-rating .total-reviews {
                    color: #fff;
                    font-size: 0.9rem;
                }

                .rating-bars {
                    flex: 2;
                }

                .rating-bar-item {
                    display: flex;
                    align-items: center;
                    gap: 15px;
                    margin-bottom: 12px;
                }

                .rating-label {
                    min-width: 60px;
                    font-weight: 600;
                    color: #fff;
                }

                .rating-bar {
                    flex: 1;
                    height: 10px;
                    background: #e2e8f0;
                    border-radius: 10px;
                    overflow: hidden;
                }

                .rating-bar-fill {
                    height: 100%;
                    background: linear-gradient(90deg, #fbbf24, #f59e0b);
                    border-radius: 10px;
                    width: 0%;
                    transition: width 1s ease;
                }

                .rating-percent {
                    min-width: 45px;
                    color: #4a5568;
                    font-weight: 600;
                }

                /* Reviews Grid */
                .reviews-grid {
                    display: grid;
                    grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
                    gap: 30px;
                    margin-bottom: 50px;
                }

                /* Review Card */
                .review-card {
                    background: #ffffff4f;
                    border-radius: 24px;
                    padding: 25px;
                    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
                    position: relative;
                    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
                    border: 1px solid rgba(0,0,0,0.05);
                }

                .review-card:hover {
                    transform: translateY(-5px);
                    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
                }

                /* Quote Icon */
                .review-card .quote-icon {
                    position: absolute;
                    top: 20px;
                    right: 20px;
                    font-size: 3rem;
                    color: rgba(102,126,234,0.1);
                    font-family: serif;
                }

                /* Review Header */
                .review-header {
                    display: flex;
                    align-items: center;
                    gap: 15px;
                    margin-bottom: 20px;
                }

                .reviewer-avatar {
                    width: 60px;
                    height: 60px;
                    border-radius: 50%;
                    background: linear-gradient(135deg, #667eea, #764ba2);
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    color: white;
                    font-weight: bold;
                    font-size: 1.5rem;
                    box-shadow: 0 5px 15px rgba(102,126,234,0.3);
                }

                .reviewer-info h4 {
                    margin: 0;
                    font-size: 1.1rem;
                    font-weight: 700;
                    color: #1a202c;
                }

                .reviewer-info .review-date {
                    font-size: 0.75rem;
                    color: #a0aec0;
                    margin-top: 4px;
                    display: block;
                }

                /* Stars Rating */
                .review-stars {
                    margin-bottom: 15px;
                }

                .review-stars i {
                    color: #e2e8f0;
                    font-size: 1rem;
                    margin-left: 2px;
                }

                .review-stars i.active {
                    color: #fbbf24;
                }

                .review-stars i.half {
                    color: #fbbf24;
                    position: relative;
                }

                /* Review Title */
                .review-title {
                    font-size: 1.1rem;
                    font-weight: 700;
                    color: #fff;
                    margin-bottom: 12px;
                }

                /* Review Content */
                .review-content {
                    color: #fff;
                    line-height: 1.7;
                    font-size: 0.95rem;
                    margin-bottom: 20px;
                }

                /* Review Footer */
                .review-footer {
                    display: flex;
                    justify-content: space-between;
                    align-items: center;
                    padding-top: 15px;
                    border-top: 1px solid #e2e8f0;
                }

                .review-helpful {
                    display: flex;
                    gap: 15px;
                }

                .helpful-btn {
                    background: none;
                    border: none;
                    color: #a0aec0;
                    cursor: pointer;
                    transition: all 0.3s ease;
                    display: flex;
                    align-items: center;
                    gap: 5px;
                    font-size: 0.85rem;
                }

                .helpful-btn:hover {
                    color: #667eea;
                }

                .helpful-btn i {
                    font-size: 1rem;
                }

                .review-badge {
                    background: #fef3c7;
                    color: #d97706;
                    padding: 4px 12px;
                    border-radius: 50px;
                    font-size: 0.7rem;
                    font-weight: 600;
                }

                /* Verified Badge */
                .verified-badge {
                    display: inline-flex;
                    align-items: center;
                    gap: 4px;
                    background: #c6f6d5;
                    color: #22543d;
                    padding: 2px 8px;
                    border-radius: 50px;
                    font-size: 0.7rem;
                    margin-top: 6px;
                }

                /* Load More Button */
                .load-more {
                    text-align: center;
                    margin-top: 30px;
                }

                .load-more-btn {
                    background: linear-gradient(135deg, #667eea, #764ba2);
                    color: white;
                    border: none;
                    padding: 14px 40px;
                    border-radius: 50px;
                    font-weight: 600;
                    font-size: 1rem;
                    cursor: pointer;
                    transition: all 0.3s ease;
                    display: inline-flex;
                    align-items: center;
                    gap: 10px;
                }

                .load-more-btn:hover {
                    transform: translateY(-2px);
                    box-shadow: 0 10px 25px rgba(102,126,234,0.4);
                }

                /* Write Review Button */
                .write-review {
                    text-align: center;
                    margin-top: 50px;
                    padding: 40px;
                    background: #251b21;
                    border-radius: 30px;
                    color: white;
                }

                .write-review h3 {
                    font-size: 1.5rem;
                    margin-bottom: 15px;
                }

                .write-review p {
                    margin-bottom: 20px;
                    opacity: 0.9;
                }

                .write-review-btn {
                    background: #383737;
                    color: #fff;
                    border: none;
                    padding: 12px 35px;
                    border-radius: 50px;
                    cursor: pointer;
                    transition: all 0.3s ease;
                    display: inline-flex;
                    align-items: center;
                    gap: 10px;
                }

                .write-review-btn:hover {
                    transform: translateY(-2px);
                    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
                }

                /* Modal for Write Review */
                .review-modal {
                    display: none;
                    position: fixed;
                    top: 0;
                    left: 0;
                    right: 0;
                    bottom: 0;
                    background: rgba(0,0,0,0.8);
                    z-index: 1000;
                    align-items: center;
                    justify-content: center;
                    backdrop-filter: blur(5px);
                }

                .review-modal.active {
                    display: flex;
                }

                .modal-content {
                    background: white;
                    border-radius: 30px;
                    max-width: 500px;
                    width: 90%;
                    padding: 30px;
                    position: relative;
                    /*! animation: modalSlideIn 0.3s ease; */
                }

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

                .modal-close {
                    position: absolute;
                    top: 20px;
                    left: 20px;
                    background: none;
                    border: none;
                    font-size: 1.5rem;
                    cursor: pointer;
                    color: #a0aec0;
                }

                .modal-content h3 {
                    margin-bottom: 20px;
                    text-align: center;
                }

                .modal-content input,
                .modal-content textarea,
                .modal-content select {
                    width: 100%;
                    padding: 12px;
                    margin-bottom: 15px;
                    border: 2px solid #e2e8f0;
                    border-radius: 12px;
                    font-family: inherit;
                }

                .modal-content textarea {
                    resize: vertical;
                    min-height: 100px;
                }

                .modal-content button[type="submit"] {
                    width: 100%;
                    color: white;
                    border: none;
                    padding: 12px;
                    border-radius: 12px;
                    font-weight: 600;
                    cursor: pointer;
                    margin: 10px 0;
                    background: var(--sColor);
                }

                /* Responsive */
                @media (max-width: 768px) {
                    .reviews-section {
                        padding: 50px 20px;
                    }

                    .section-header h2 {
                        font-size: 1.8rem;
                    }

                    .reviews-grid {
                        grid-template-columns: 1fr;
                    }

                    .rating-summary {
                        flex-direction: column;
                        text-align: center;
                    }

                    .rating-summary::before {
                        width: 100%;
                        height: 5px;
                        top: 0;
                        left: 0;
                    }

                    .rating-bar-item {
                        flex-wrap: wrap;
                    }

                    .review-header {
                        flex-direction: column;
                        text-align: center;
                    }
                }

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

                .review-card {
                    animation: fadeInUp 0.5s ease forwards;
                    opacity: 0;
                    direction: rtl;
                    text-align: right;
                }

                .review-card:nth-child(1) { animation-delay: 0.1s; }
                .review-card:nth-child(2) { animation-delay: 0.2s; }
                .review-card:nth-child(3) { animation-delay: 0.3s; }
                .review-card:nth-child(4) { animation-delay: 0.4s; }
                .review-card:nth-child(5) { animation-delay: 0.5s; }
                .review-card:nth-child(6) { animation-delay: 0.6s; }
.reviews-section
{
  position: relative;
}
.reviews-section::before{
  position: absolute;;
  width: 100%;
  height: 100%;
  background-color: #252323e0;
  content: '';
  top: 0;
  left: 0
}
.reviews-section .section-title-four h2{
   color: white !important;
}
.reviews-section .section-title-four span{
   color: white !important;
}
.header .contents{
   text-align: right;
   padding: 80px 0
}   .reviews-slider {
       direction: rtl;
       margin: 0 -15px;
       opacity: 0; /* Hidden initially until initialized */
       transition: opacity 0.3s ease;
   }

   .reviews-slider.slick-initialized {
       opacity: 1; /* Show when initialized */
   }

   .reviews-slider .slick-slide {
       padding: 0 15px;
       margin: 0px 10px
   }

   /* Fix for arrow positioning */
   .reviews-slider .slick-prev,
   .reviews-slider .slick-next {
       width: 40px;
       height: 40px;
       background: rgba(255,255,255,0.9);
       border-radius: 50%;
       z-index: 2;
       transition: all 0.3s ease;
   }

   .reviews-slider .slick-prev:hover,
   .reviews-slider .slick-next:hover {
       background: #667eea;
       opacity: 0.9;
   }

   .reviews-slider .slick-prev:hover:before,
   .reviews-slider .slick-next:hover:before {
       color: #fff;
   }

   /* Fix for Font Awesome 5/6 arrow icons */
   .reviews-slider .slick-prev:before {
       content: "→";
       font-family: 'Font Awesome 5 Free', 'Font Awesome 6 Free';
       font-weight: 900;
       color: #667eea;
       font-size: 20px;
       opacity: 1;
   }

   .reviews-slider .slick-next:before {
       content: "←";
       font-family: 'Font Awesome 5 Free', 'Font Awesome 6 Free';
       font-weight: 900;
       color: #667eea;
       font-size: 20px;
       opacity: 1;
   }

   .reviews-slider .slick-prev:hover:before,
   .reviews-slider .slick-next:hover:before {
       color: #fff;
   }

   .reviews-slider .slick-prev {
       right: -20px;
       left: auto;
   }

   .reviews-slider .slick-next {
       left: -20px;
       right: auto;
   }

   .reviews-slider .slick-dots {
       bottom: -40px;
   }

   .reviews-slider .slick-dots li button:before {
       font-size: 10px;
       color: #fff;
       opacity: 0.5;
   }

   .reviews-slider .slick-dots li.slick-active button:before {
       color: #667eea;
       opacity: 1;
   }

   /* Fix for RTL layout */
   .reviews-slider .slick-track {
       display: flex;
       direction: rtl;
   }

   @media (max-width: 768px) {
       .reviews-slider .slick-prev {
           right: -10px;
       }
       .reviews-slider .slick-next {
           left: -10px;
       }
   }
.linebar
{
   position: absolute;
   padding: 20px;
   z-index:  999999999 !important;
}
/* ============================================
   CUSTOM CLASSES FOR PROFESSIONAL GROWTH PAGE
============================================ */

/* Root Variables */
:root {
    --pg-primary: #4361ee;
    --pg-secondary: #7209b7;
    --pg-success: #06d6a0;
    --pg-warning: #ffb703;
    --pg-danger: #ef476f;
    --pg-info: #4cc9f0;
    --pg-dark: #2b2d42;
    --pg-light: #f8f9fa;
    --pg-sColor: #251b21;
    --pg-sColor-light: #3a2a33;
    --pg-sColor-dark: #1a1217;
    --pg-gradient: linear-gradient(135deg, var(--pg-sColor) 0%, var(--pg-sColor-light) 100%);
    --pg-shadow-sm: 0 2px 8px rgba(0,0,0,0.05);
    --pg-shadow-md: 0 8px 24px rgba(0,0,0,0.08);
    --pg-shadow-lg: 0 16px 32px rgba(0,0,0,0.12);
    --pg-shadow-xl: 0 24px 48px rgba(0,0,0,0.16);
    --pg-radius-sm: 12px;
    --pg-radius-md: 20px;
    --pg-radius-lg: 28px;
    --pg-radius-xl: 36px;
}

/* Base Container */
.pg-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 30px 25px;
}

/* Header Section */
.pg-header {
    background: var(--pg-gradient);
    border-radius: var(--pg-radius-xl);
    padding: 40px 45px;
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
    color: white;
    box-shadow: var(--pg-shadow-lg);
}

.pg-header::before {
    content: '';
    position: absolute;
    top: -30%;
    right: -10%;
    width: 300px;
    height: 300px;
    background: rgba(255,255,255,0.08);
    border-radius: 50%;
    pointer-events: none;
}

.pg-header::after {
    content: '';
    position: absolute;
    bottom: -20%;
    left: -5%;
    width: 250px;
    height: 250px;
    background: rgba(255,255,255,0.05);
    border-radius: 50%;
    pointer-events: none;
}

.pg-header-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 12px;
    position: relative;
    z-index: 1;
}

.pg-header-subtitle {
    font-size: 1rem;
    opacity: 0.9;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
}

.pg-header-badge {
    background: rgba(255,255,255,0.2);
    backdrop-filter: blur(10px);
    padding: 10px 24px;
    border-radius: 60px;
    font-size: 0.9rem;
    font-weight: 500;
    position: relative;
    z-index: 1;
}

/* Stats Grid */
.pg-stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
    margin-bottom: 40px;
}

.pg-stat-card {
    background: white;
    border-radius: var(--pg-radius-md);
    padding: 24px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(0,0,0,0.05);
    box-shadow: var(--pg-shadow-sm);
    position: relative;
    overflow: hidden;
}

.pg-stat-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--pg-shadow-md);
}

.pg-stat-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--pg-gradient);
}

.pg-stat-icon {
    width: 60px;
    height: 60px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: white;
    margin-bottom: 18px;
    background: var(--sColor) !important;
}

.pg-stat-icon-primary { background: var(--pg-gradient); }
.pg-stat-icon-success { background: linear-gradient(135deg, #06d6a0, #059e7a); }
.pg-stat-icon-warning { background: linear-gradient(135deg, #ffb703, #e69500); }
.pg-stat-icon-info { background: linear-gradient(135deg, #4cc9f0, #3a86ff); }
.pg-stat-icon-danger { background: linear-gradient(135deg, #ef476f, #d90429); }

.pg-stat-value {
    font-size: 2.4rem;
    font-weight: 800;
    color: var(--pg-dark);
    margin-bottom: 8px;
    line-height: 1;
}

.pg-stat-label {
    color: #6c757d;
    font-size: 0.85rem;
    font-weight: 500;
    margin-bottom: 8px;
}

.pg-stat-detail {
    font-size: 0.75rem;
    color: #94a3b8;
    padding-top: 10px;
    border-top: 1px solid #eef2f6;
}

/* Section Cards */
.pg-section-card {
    background: white;
    border-radius: var(--pg-radius-lg);
    margin-bottom: 35px;
    box-shadow: var(--pg-shadow-sm);
    transition: all 0.3s ease;
    overflow: hidden;
    direction: rtl;
}

.pg-section-card:hover {
    box-shadow: var(--pg-shadow-md);
}

.pg-section-header {
    padding: 20px 28px;
    background: linear-gradient(135deg, #fafafc 0%, #ffffff 100%);
    border-bottom: 1px solid #eef2f6;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.pg-section-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--pg-sColor);
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.pg-section-title i {
    font-size: 1.3rem;
    color: var(--pg-primary);
}

.pg-section-badge {
    background: var(--pg-gradient);
    color: white;
    padding: 4px 12px;
    border-radius: 30px;
    font-size: 0.7rem;
    font-weight: 600;
}

.pg-btn-add {
    background: white;
    border: 1px solid var(--pg-sColor);
    color: var(--pg-sColor);
    padding: 8px 18px;
    border-radius: 40px;
    font-size: 0.85rem;
    font-weight: 600;
    transition: all 0.3s;
    cursor: pointer;
}

.pg-btn-add:hover {
    background: var(--pg-sColor);
    color: white;
    transform: translateY(-2px);
}

.pg-section-body {
    padding: 24px 28px;
}

/* Tables */
.pg-table {
    width: 100%;
    border-collapse: collapse;
}

.pg-table th {
    text-align: right;
    padding: 12px 8px;
    background: #f8fafc;
    font-weight: 600;
    font-size: 0.85rem;
    color: #475569;
    border-bottom: 2px solid #e2e8f0;
}

.pg-table td {
    padding: 14px 8px;
    border-bottom: 1px solid #eef2f6;
    font-size: 0.9rem;
    vertical-align: middle;
}

.pg-table tr:hover {
    background: #fafafc;
}

/* Action Buttons */
.pg-action-group {
    display: flex;
    gap: 8px;
}

.pg-btn-icon {
    width: 32px;
    height: 32px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
    cursor: pointer;
    border: none;
    background: transparent;
}

.pg-btn-edit {
    background: #fef3c7;
    color: #d97706;
}

.pg-btn-edit:hover {
    background: #f59e0b;
    color: white;
    transform: scale(1.05);
}

.pg-btn-delete {
    background: #fee2e2;
    color: #dc2626;
}

.pg-btn-delete:hover {
    background: #dc2626;
    color: white;
    transform: scale(1.05);
}

.pg-btn-view {
    background: #e0e7ff;
    color: #4f46e5;
}

.pg-btn-view:hover {
    background: #4f46e5;
    color: white;
}

/* Empty State */
.pg-empty-state {
    text-align: center;
    padding: 50px 20px;
    color: #94a3b8;
}

.pg-empty-icon {
    font-size: 3.5rem;
    margin-bottom: 15px;
    opacity: 0.5;
}

.pg-empty-text {
    font-size: 0.95rem;
    margin-bottom: 5px;
}

.pg-empty-sub {
    font-size: 0.8rem;
    color: #cbd5e1;
}

/* Quick Actions Sidebar */
.pg-sidebar-card {
    background: white;
    border-radius: var(--pg-radius-lg);
    margin-bottom: 30px;
    box-shadow: var(--pg-shadow-sm);
    overflow: hidden;
    position: sticky;
    top: 20px;
    direction: rtl;
}

.pg-sidebar-header {
    background: var(--pg-gradient);
    color: white;
    padding: 18px 22px;
}

.pg-sidebar-header h5 {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
}

.pg-sidebar-body {
    padding: 12px;
}

.pg-quick-action {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    border-radius: var(--pg-radius-sm);
    transition: all 0.3s;
    cursor: pointer;
    background: transparent;
    border: none;
    width: 100%;
    text-align: right;
}

.pg-quick-action:hover {
    background: #f8fafc;
    transform: translateX(-5px);
}

.pg-quick-icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f1f5f9;
    color: var(--pg-sColor);
    font-size: 1.1rem;
}

.pg-quick-text {
    flex: 1;
    text-align: right;
    font-weight: 500;
    font-size: 13px !important;
    color: #334155;
}

/* Links Card */
.pg-links-card {
    background: white;
    border-radius: var(--pg-radius-lg);
    margin-bottom: 30px;
    box-shadow: var(--pg-shadow-sm);
    overflow: hidden;
}

.pg-links-header {
    background: linear-gradient(135deg, #4cc9f0, #3a86ff);
    color: white;
    padding: 18px 22px;
}

.pg-link-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    border-bottom: 1px solid #eef2f6;
    text-decoration: none;
    color: #334155;
    transition: all 0.3s;
}

.pg-link-item:hover {
    background: #f8fafc;
    padding-right: 22px;
    color: var(--pg-primary);
}

.pg-link-item i {
    width: 30px;
    color: var(--pg-primary);
}

/* Modal Custom */
.pg-modal .modal-content {
    border-radius: var(--pg-radius-lg);
    border: none;
}

.pg-modal .modal-header {
    background: var(--pg-gradient);
    color: white;
    border-radius: var(--pg-radius-lg) var(--pg-radius-lg) 0 0;
    padding: 20px 25px;
}

.pg-modal .modal-header .close {
    color: white;
    opacity: 0.8;
}

.pg-modal .modal-body {
    padding: 25px;
}

.pg-form-group {
    margin-bottom: 20px;
}

.pg-form-label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 0.85rem;
    color: #334155;
    text-align: right;
}

.pg-form-control {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #e2e8f0;
    border-radius: var(--pg-radius-sm);
    transition: all 0.3s;
    font-size: 0.9rem;
}

.pg-form-control:focus {
    border-color: var(--pg-primary);
    outline: none;
    box-shadow: 0 0 0 3px rgba(67, 97, 238, 0.1);
}

/* Responsive */
@media (max-width: 992px) {
    .pg-container {
        padding: 20px;
    }
    .pg-header {
        padding: 30px 35px;
    }
    .pg-header-title {
        font-size: 1.6rem;
    }
}

@media (max-width: 768px) {
   .col-lg-3 {
    width: 50%;
}
   .col-lg-4
   {
      width: 100% !important;
   }
   .plan-content
   {
      height: auto !important;
   }
    .pg-container {
        padding: 15px;
    }
    .pg-header {
        padding: 25px;
        text-align: center;
    }
    .pg-stats-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .pg-section-header {
        flex-direction: column;
        align-items: flex-start;
    }
    .pg-section-body {
        padding: 16px;
        overflow-x: auto;
    }
    .pg-table {
        min-width: 600px;
    }
    .pg-quick-action:hover {
        transform: translateX(0);
    }
}

@media (max-width: 480px) {
    .pg-stat-value {
        font-size: 1.8rem;
    }
    .pg-header-title {
        font-size: 1.3rem;
    }
}

/* Animations */
.pg-fade-up {
    animation: pgFadeUp 0.6s ease forwards;
}

@keyframes pgFadeUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.pg-scale-hover {
    transition: transform 0.3s ease;
}

.pg-scale-hover:hover {
    transform: scale(1.02);
}

/* Loading Spinner */
.pg-spinner {
    display: inline-block;
    width: 24px;
    height: 24px;
    border: 3px solid #f3f3f3;
    border-top: 3px solid var(--pg-primary);
    border-radius: 50%;
    animation: pgSpin 1s linear infinite;
}

@keyframes pgSpin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.blog-list .post .post-tx span
{
 font-weight: bold;
 color: var(--mainColor);
 text-transform: capitalize;
 padding: 6px 0px;
 line-height: 2em;
 font-size: 17px;
}
.blog-list .post .post-tx h1
{
 text-transform: capitalize;
 font-size: 23px;
 margin: 5px 0;
 font-weight: bold;
 color: #0d0d0d;
}
.blog-list .post .post-tx p
{
 font-size: 15px;
 line-height: 1.6em;
 color: rgba(23, 23, 23, 0.9);
 margin: 20px 0;
}
.blog-list .post .post-tx a
{
 text-transform: capitalize;
 color: rgb(255, 255, 255);
 font-weight: bold;
 background: var(--mainColor);
 /*! line-height: 4em; */
 padding: 8px 12px;
 font-size: 15px
}
.blog-list .post .post-tx a i
{
 margin: 0;
 transition: .5s;
}

.blog-list .post .post-tx a:hover i
{
 margin-left: 10px;
 width: auto;
 transition: .5s
}
.sidebar-ctn .col-md-12
{
 padding:  5px
}
.sidebar-ctn .card-ctn
{
 position: relative;
 overflow: hidden;
 padding: 0px 0;
   border-bottom: 4px solid var(--mainColor);

}
.sidebar-ctn .card-header-ctn
{
 background: var(--mainColor);
 padding: 5px 12px;
 position: relative
}
.sidebar-ctn .card-header-ctn::before
{
 height: 100%;
 width: 4px;
 position: absolute;
 left: 0;
 top: 0;
 background: var(--mainColor);
 content: ''
}

.sidebar-ctn .card-header-ctn h1
{
 font-size: 22px;
 text-transform: capitalize;
 font-weight: bold;
 color: #fff;
 margin: 5px 0;
 text-align: right;
}
.card-body-ctn form input
{
 border-radius: 0px;
 height: 45px;
 font-size: 17px;
 border: none;
 background-color: #f1f1f1;
 padding-right: 55px;
 margin:10px 0
}
.card-body-ctn form input:focus
{
 background-color: #f1f1f1;
 box-shadow: none;
 border: none;
}

.card-ctn form i
{
 position: absolute;
 right: 0;
 background-color: var(--mainColor);
 color: black;
 padding: 14px;
 margin-top: 22px;
}
.card-body-ctn .categories-list li, .posts-list li
{
 display: block;
}
.card-body-ctn .categories-list li a
{
 display: block;
 padding: 8px 10px;
 text-transform: capitalize;
 color: #575252;
 font-weight: bold;
 font-size: 13px;
 text-align: right;
}
.card-body-ctn .categories-list li a:hover
{
 color: var(--mainColor)
}
.card-body-ctn .posts-list a
{
 display: block;
 padding: 10px 15px;
 color: rgba(45, 42, 42, 0.8);
 text-transform: capitalize;
 font-size: 14px;
 text-align: right;
}
.card-body-ctn .posts-list a:hover
{
 background-color: #f0f0f0;
 color: black
}
.card-body-ctn .tags-list
{
 margin: 10px 0
}
.card-body-ctn .tags-list li
{
 display: inline;
}
.card-body-ctn .tags-list li a
{
 line-height: 2.6em;
 padding: 5px;
 background-color: #f0f0f0;
 color: rgba(0,0,0,.8);
 font-size: 14px;
 font-weight: bold;
}
.card-body-ctn .tags-list li a:hover
{
 color: black;
 background-color: var(--mainColor)
}
.hd-ct h1
{

 color: var(--mainColor);
 text-decoration: underline
}
.post
{
 position: relative;
 margin: 10px 0
}
.post .post-header h1
{
 text-transform: capitalize;
 font-weight: bold;
 margin: 10px 0;
 font-size: 30px;
 text-align: right;
 color: black;
}
.post .post-header ul
{
 margin: 40px 0;
}
.post .post-header ul li
{
 display: inline;
}
.post .post-header ul li .date
{
 background: var(--mainColor);
 padding: 25px 20px;
 font-size: 13px;
 text-transform: capitalize;
 font-weight: bold;
 color: white;
}
.post .post-header ul li .category, .post .post-header ul li .admin
{
 text-transform: capitalize;
 font-weight: bold;
 background-color: #f0f0f0;
 padding: 27px 20px;
 font-size: 11px;
}
.post-body
{
 overflow: hidden;
 text-align: right;
}
.post-body img
{
 height: 600px;
 margin-right: 50px !important;
}
.post-body h2
{
 margin: 30px 0;
 text-transform:capitalize;
 font-weight: bold;
 color: #c6c6c6;
}
.post-body p
{
 line-height: 1.8em;
 font-size: 17px;
}
.post-body .spc-spce-para
{
 background-color: #f0f0f0;
 position: relative;
 padding: 20px 15px;
 margin: 30px 0
}
.post-body .spc-spce-para::before
{
 height: 100%;
 width: 5px;
 background-color: var(--mainColor);
 left: 0;
 top: 0;
 position: absolute;
 content: ''
}
.post-body .spc-spce-para p
{
 font-size: 18px;
 font-weight: bold
}
.post-body .img img
{
 height: 200px;
 object-fit: cover;
 margin: 15px;
 margin-left: 0
}

.post-body p
{
 color: rgba(13, 13, 13, 0.8);
}
.sd64f
{
 background-color: var(--mainColor);
 color: white;
 padding:10px  20px !important;
 line-height: 4em !important;
 font-size: 13px;
}
.sd64f:hover
{
 color: white
}
.product-card {
   width: 100%;
   position: relative;
   /*! box-shadow: 0 2px 7px #dfdfdf; */
   margin: 50px auto;
   background: #3e3a3a;
}

.badge {
   /*! position: absolute; */
   left: 0;
   top: 20px;
   text-transform: uppercase;
   font-size: 13px;
   font-weight: 700;
   background: #f23f3f;
   color: #fff;
   padding: 3px 10px;
}

.product-tumb {
   display: flex;
   align-items: center;
   justify-content: center;
   height: 246px;
   padding: 32px;
   background: #3e3a3a;
}

.product-tumb img {
   max-width: 100%;
   max-height: 100%;
}

.product-details {
   padding: 30px;
   text-align: right;
}
