.styleswitcher .switcher-title {
	text-transform:uppercase;
	font-weight:600;
	margin:10px 5px;
	color: #000;
	font-family:Arial, Helvetica, sans-serif;	
  	
}

.styleswitcher{
	position:fixed;
	left:-240px;
	top:150px;
	width:240px;
	height:190px;
	padding:15px;
	z-index:999;
	background-color:#fff;
	 box-shadow:2px 1px 5px rgba(0, 0, 0, 0.1); 
	 -webkit-box-shadow:2px 1px 5px rgba(0, 0, 0, 0.1); 
	 -moz-box-shadow:2px 1px 5px rgba(0, 0, 0, 0.1); 
	 -o-box-shadow:2px 1px 5px rgba(0, 0, 0, 0.1);

}

.styleswitcher-inner {
	position: absolute;
	top: 3px;
	left:0;
	padding: 18px;
	width: 100%;
	height: 100%;
	overflow: auto;
}

.styleswitcher .switcher-btn-bx {
    position: absolute;
    right: -40px;
    top:150px;
	 box-shadow:7px 0 5px rgba(0, 0, 0, 0.1); 
	-webkit-box-shadow:7px 0 5px rgba(0, 0, 0, 0.1); 
	-moz-box-shadow:7px 0 5px rgba(0, 0, 0, 0.1); 
	-o-box-shadow:7px 0 5px rgba(0, 0, 0, 0.1);
}
.switch-btn {
    box-shadow: 2px 1px 5px rgba(0, 0, 0, 0.5);
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 21px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
    background: #111; 

	
}
.switch-btn:hover {
	color:#f5bf23;
}

.layout-view,
.nav-view,
.nav-width,
.header-view,
.color-skins,
.pattern-switcher,
.background-switcher {
   margin:0;
   padding:0;
}

.layout-view li,
.nav-view li,
.nav-width li,
.header-view li {
display: inline-block;
padding: 5px 10px;
margin: 5px -3px 5px 0px;
font-weight: 400;
cursor: pointer;
min-width: 90px;
text-align: center;
font-size: 11px;
border: 1px solid #212121;
color: #5c5c5c;
text-transform: uppercase;
-webkit-border-radius:10px;
border-radius:10px;
}

.layout-view li.active,
.nav-view li.active,
.nav-width li.active,
.header-view li.active {
color: #fff;
border: 1px solid #494848;
}



.layout-view li a {
	color:inherit;
	padding:5px 10px;
	display:block;
}

.color-skins li {
    display: inline-block;
    list-style: outside none none;
    margin: 0 4px 10px 4px;
	cursor:pointer;
}
.color-skins li a {
    display:block;
	width:35px;
	height:35px;
	-webkit-border-radius:100%;
	border-radius:100%;
}

.color-skins li .skin-1 {  background-color:#F5BF23; }
.color-skins li .skin-2 {  background-color:#E63F75; }
.color-skins li .skin-3 {  background-color:#1BBCE8; }
.color-skins li .skin-4 {  background-color:#1ABC9C; }
.color-skins li .skin-5 {  background-color:#1C63B8; }
.color-skins li .skin-6 {  background-color:#FF0000; }
.color-skins li .skin-7 {  background-color:#ff5e14 ; }
.color-skins li .skin-8 {  background-color:#5c85b7; }
.background-switcher li {
    display: inline-block;
	width:35px;
	height:35px;
	min-width:35px;
    margin: 0 4px 10px 4px;
	cursor:pointer;
	
}
.pattern-switcher li {
    display: inline-block;
	width:35px;
	height:35px;
	min-width:35px;
    margin: 0 4px 10px 4px;
	cursor:pointer;
}
.background-switcher li img{
    display: inline-block;
	width:35px;
	height:35px;
	min-width:35px;
    margin: 0 4px 10px 4px;
	cursor:pointer;
	-webkit-border-radius:100%;
	border-radius:100%;
}
.pattern-switcher li img{
    display: inline-block;
	width:35px;
	height:35px;
	min-width:35px;
    margin: 0 4px 10px 4px;
	cursor:pointer;
	-webkit-border-radius:100%;
	border-radius:100%;
}



.bg-light {
  background: #f5f7fa;
}

.section-card {
  background: #fff;
  padding: 40px;
  margin-bottom: 40px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  transition: 0.3s;
}

.section-card:hover {
  transform: translateY(-5px);
}

.content-box h2 {
  font-size: 28px;
  margin-bottom: 15px;
  color: #0b2c5a;
}

.content-box p {
  color: #555;
  margin-bottom: 20px;
}

.points {
  list-style: none;
  padding: 0;
}

.points li {
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}

.points li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #0b2c5a;
}

.rounded-img {
  border-radius: 12px;
  max-width: 100%;
}

.section-card {
  background: #fff;
  padding: 40px;
  margin-bottom: 60px;
  border-radius: 14px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.06);
  transition: all 0.4s ease;
  opacity: 0;
  transform: translateY(60px);
}

.section-card.show {
  opacity: 1;
  transform: translateY(0);
}

/* Hover lift */
.section-card:hover {
  transform: translateY(-8px) scale(1.01);
}

/* Image animation */
.rounded-img {
  border-radius: 12px;
  max-width: 100%;
  transition: transform 0.5s ease;
}

.section-card:hover .rounded-img {
  transform: scale(1.05);
}

/* Floating effect */
@keyframes float {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-10px); }
  100% { transform: translateY(0px); }
}

.rounded-img {
  animation: float 4s ease-in-out infinite;
}