@import url(https://fonts.googleapis.com/css?family=Questrial);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700,900);

/*========================================================
                    Main layout styles
=========================================================*/
body {
	background: #ffffff;
	font: 14px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.428571429;
	color: #484848;
	padding-top: 60px;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:focus {
	text-decoration: none;
	background: none;
}
a[href^="tel:"] {
 color: inherit;
 text-decoration: none;
}
textarea, input[type="text"], input[type="email"], input[type="search"], input[type="password"] {
	-webkit-appearance: none;
	-moz-appearance: caret;
}
p {
	margin-bottom: 20px;
	line-height: 20px;
}
p span {
	color: #412a58;
}
hr { margin-top:15px; margin-bottom:15px; }
.navbar-logo, .navbar-logo:hover {color: #ffffff;}
h1.navbar-brand_ {
	margin: 0 0 44px 0;
	padding: 0;
	float: none;
	height: auto;
	position: relative;
	display: inline-block;
	z-index: 10;
}
h1.navbar-brand_ a {
	display: inline-block;
}
h1.navbar-brand_ a img {
	width: 100%;
}
h2 {
	font: 36px/1em 'Questrial';
	margin: 0 0 12px 0;
	color: #412a58;
	padding-top: 21px;
	position: relative;
	text-align: center;
}

h2.indent {
	margin: 0 0 15px 0;
	padding-top:15px;
}
h3 {
	font: 20px/1em 'Questrial';
	color: #412a58;
	letter-spacing: 1px;
	margin: 0 0 19px 0;
}
h4 {
	font: 26px/1em 'Questrial';
	color: #e46b86;
	letter-spacing: 1px;
	margin: 0 0 14px 0;
}
.extra-wrap {
	overflow: hidden;
}
.content {
	padding: 0;
	background: #ffffff;
}
.content.indent {
	padding: 15px 0 0 0;
	background: #ffffff;
}
.center {
	text-align: center;
}
.main {
	position: relative;
	background: #412a58 url(../img/glow.png) center bottom no-repeat;
}
.main.indent {
	background: #412a58 url(../img/glow2.png) center bottom no-repeat;
}

/*========================================================
                    header
=========================================================*/
header {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	z-index: 11;
	background: #e36480;
}
.logo_box {
	text-align: center;
	padding: 54px 0 0 0;
}
.logo_box time {
	font: 18px 'Questrial';
	color: #e36480;
	text-shadow: 1px 1px 1px #53346c;
	letter-spacing: 2px;
	margin-bottom: 25px;
	display: block;
}
.logo_box.indent {
	padding: 54px 0 27px 0;
}
.follow_icon {
	padding: 20px 0 0 22px;
	margin: 0;
	list-style: none;
	float: left;
	overflow: hidden;
}
.follow_icon li {
	float: left;
	margin-left: 14px;
}
.follow_icon li:first-child {
	margin-left: 0;
}
.follow_icon li a {
	display: inline-block;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.follow_icon li a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
/* menu
========================================================*/

.navbar-logo{
	padding: 15px;
	color: #fff;
}
.navbar-mainbg{
	background-color: #563d7c;
	padding: 0px;
}
#navbarSupportedContent{
	overflow: hidden;
	position: relative;
}
#navbarSupportedContent ul{
	padding: 0px;
	margin: 0px;
}
#navbarSupportedContent ul li a i{
	margin-right: 10px;
}
#navbarSupportedContent li {
	list-style-type: none;
	float: left;
}
#navbarSupportedContent ul li a{
	color: rgba(255,255,255,0.5);
    text-decoration: none;
    font-size: 15px;
    display: block;
    padding: 20px 20px;
    transition-duration:0.6s;
	transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    position: relative;
    text-align: center;
}
#navbarSupportedContent>ul>li.active>a{
	color: #563d7c;
	background-color: transparent;
	transition: all 0.7s;
}
#navbarSupportedContent a:not(:only-child):after {
	content: "\f105";
	position: absolute;
	right: 20px;
	top: 10px;
	font-size: 14px;
	font-family: "Font Awesome 5 Free";
	display: inline-block;
	padding-right: 3px;
	vertical-align: middle;
	font-weight: 900;
	transition: 0.5s;
}
#navbarSupportedContent .active>a:not(:only-child):after {
	transform: rotate(90deg);
}
.hori-selector{
	display:inline-block;
	position:absolute;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: #fff;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	margin-top: 10px;
}
.hori-selector .right,
.hori-selector .left{
	position: absolute;
	width: 25px;
	height: 25px;
	background-color: #fff;
	bottom: 10px;
}
.hori-selector .right{
	right: -25px;
}
.hori-selector .left{
	left: -25px;
}
.hori-selector .right:before,
.hori-selector .left:before{
	content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #563d7c;
}
.hori-selector .right:before{
	bottom: 0;
    right: -25px;
}
.hori-selector .left:before{
	bottom: 0;
    left: -25px;
}


@media(min-width: 769px){
	.navbar-expand-custom {
	    -ms-flex-flow: row nowrap;
	    flex-flow: row nowrap;
	    -ms-flex-pack: start;
	    justify-content: flex-start;
	}
	.navbar-expand-custom .navbar-nav {
	    -ms-flex-direction: row;
	    flex-direction: row;
	}
	.navbar-expand-custom .navbar-toggler {
	    display: none;
	}
	.navbar-expand-custom .navbar-collapse {
	    display: -ms-flexbox!important;
	    display: flex!important;
	    -ms-flex-preferred-size: auto;
	    flex-basis: auto;
	}
}
@media (max-width: 768px){
	#navbarSupportedContent ul li a{
		padding: 12px 30px;
		text-align: left;
	}
	.hori-selector{
		margin-top: 0px;
		margin-left: 10px;
		border-radius: 0;
		border-top-left-radius: 25px;
		border-bottom-left-radius: 25px;
	}
	.hori-selector .left,
	.hori-selector .right{
		right: 10px;
	}
	.hori-selector .left{
		top: -25px;
		left: auto;
	}
	.hori-selector .right{
		bottom: -25px;
	}
	.hori-selector .left:before{
		left: -25px;
		top: -25px;
	}
	.hori-selector .right:before{
		bottom: -25px;
		left: -25px;
	}
}





/*========================================================
                    -Content-
=========================================================*/
.totop {
  position: fixed;
  bottom: 50px;
  right: 50px;
  cursor: pointer;
  display: none;
  background: #a05b7e;
  color: #fff;
  border-radius: 25px;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  font-size: 18px;
}

#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 80px;
	right: 30px;
	overflow: hidden;
	border: none;
	z-index: 20;
	width: 27px;
	height: 27px;
	color: #e36480;
	text-indent: -999px;
}
#toTop:hover {
	outline: none;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.who-box {
	padding: 0;
	overflow: hidden;
}
.who-box .col-lg-4 {
	margin-bottom: 25px;
}
.thumb-box1 {
	overflow: hidden;
	text-align: center;
	padding: 15px 0 0 0;
}
.thumb-box1 strong {
	font: 26px 'Questrial';
	color: #412a58;
	display: block;
	margin-bottom: 20px;
}
.thumb-box1 .col-lg-5 {
	text-align: left;
	margin-bottom: 8px;
}
.thumb-box2 {
	padding: 65px 0 0 0;
	overflow: hidden;
	text-align: center;
}
.thumb-box2 strong {
	font: 36px/1em 'Questrial';
	margin: 0 0 27px 0;
	display: block;
	color: #412a58;
	padding-top: 15px;
	position: relative;
}
.thumb-box2 strong:after {
	position: absolute;
	left: 50%;
	top: 0;
	width: 46px;
	height: 2px;
	margin-left: -23px;
	background: #412a58;
	content: '';
	z-index: 1;
}
.thumb-box3 .box {
	background: #e36480;
	padding: 15px 15px 15px 70px;
	border-radius: 111px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.thumb-box3 .box strong {
	font: 36px/40px 'Questrial';
	letter-spacing: 2px;
	text-transform: uppercase;
	display: block;
	color: #ffffff;
}
.thumb-box3 .box p {
	font: 18px/22px 'Questrial';
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 8px 0 0 0;
}
.thumb-box3 .box:after {
	position: absolute;
	right: -337px;
	top: -375px;
	width: 750px;
	height: 750px;
	background: #412a58;
	content: '';
	z-index: -1;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
.thumb-box3.indent {
	padding-bottom: 40px;
}
.thumb-box3-1 .box {
	background: #e36480;
	padding: 15px 54px 16px 70px;
	border-radius: 111px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	color: #ffffff;
}
.thumb-box3-1 .box strong {
	font: 36px/40px 'Questrial';
	letter-spacing: 2px;
	text-transform: uppercase;
	display: block;
	color: #ffffff;
}
.thumb-box3-1 .box p {
	font: 18px/22px 'Questrial';
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 8px 0 0 0;
}
.thumb-box3-1 .box:after {
	position: absolute;
	right: -200px;
	top: -375px;
	width: 750px;
	height: 750px;
	background: #412a58;
	content: '';
	z-index: -1;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
.thumb-box3-1 .col-lg-2 {
	padding-top: 16px;
}
.thumb-box4 {
	overflow: hidden;
	padding: 15px 0 0 0;
}
.thumb-box4 strong {
	color: #412a58;
	font: 18px 'Questrial';
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 0px;
	display: block;
}
.born_today {font-size: 18px; }
.youtube-follow-text { font-size: 16px; margin-bottom: 15px; }
.width100 {
    float: left;
    width: 100%
}
.daily_box {
    text-decoration: none
}

.daily_box h5 {
    font-size: 18px;
    color: #412a58;
    margin: 0;
    text-align: center
}

.daily_box p {
    font-size: 13px;
    color: #999999;
    margin: 0;
    text-align: center
}

.box_4 {
    width: 18%;
    float: left;
    margin: 10px 9% 10px 0
}

.box_4_c {
    width: 17%;
    margin: 10px 8% 10px 0
}

.col4.box_4 {
    margin: 10px 0 10px 0
}

.daily_box img {
    margin: 0 auto;
    display: block
}

.aligncenter {
    margin: 10px auto 20px;
    display: block;
    max-width: 100%
}

.span_sign {
    background: url(../img/sign_sprite.jpg) no-repeat top left;
    margin: 0;
    padding: 0;
    width: 95px;
    height: 100px;
    vertical-align: middle;
    margin: 0px auto 5px auto
}

.span_aquarius {
    background-position: 0 0
}

.span_aries {
    background-position: -95px 0
}

.span_cancer {
    background-position: -190px 0
}

.span_capricorn {
    background-position: -285px 0
}

.span_gemini {
    background-position: 0px -100px
}

.span_leo {
    background-position: -95px -100px
}

.span_libra {
    background-position: -190px -100px
}

.span_pisces {
    background-position: -285px -100px
}

.span_sagittarius {
    background-position: 0px -200px
}

.span_scorpio {
    background-position: -95px -200px
}

.span_taurus {
    background-position: -190px -200px
}

.span_virgo {
    background-position: -285px -200px
}

.chi_right,.chi_left {
    width: 49%;
    text-align: center
}

.chi_right {
    padding-top: 10px
}

.span_chi_sign {
    background: url(../images/sign_sprite_chi.jpg) no-repeat top left;
    margin: 0;
    padding: 0;
    width: 95px;
    height: 100px;
    vertical-align: middle;
    margin: 0px auto 5px auto
}

.span_rat {
    background-position: 0 0
}

.span_tiger {
    background-position: -95px 0
}

.span_snake {
    background-position: -190px 0
}

.span_pig {
    background-position: -285px 0
}

.span_dragon {
    background-position: 0px -100px
}

.span_horse {
    background-position: -95px -100px
}

.span_monkey {
    background-position: -190px -100px
}

.span_ox {
    background-position: -285px -100px
}

.span_dog {
    background-position: 0px -200px
}

.span_rooster {
    background-position: -95px -200px
}

.span_rabbit {
    background-position: -190px -200px
}

.span_goat {
    background-position: -285px -200px
}

.span_sheep {
    background-position: -285px -200px
}

.planet-container {
    display: flex;
    flex-wrap: wrap;
    align-items: space-between;
    justify-content: center;
    margin: 0 auto;
    max-width: 1000px
}

.dhplanet {
    background-color: #eee;
    border-radius: 20px;
    box-shadow: 0 3px 15px rgba(100,100,100,0.5);
    margin: 10px;
    padding: 20px;
    text-align: center;
}

.dhplanet .img-container {
    background-color: rgba(255,255,255);
    border-radius: 50%;
    width: 120px;
    height: 120px;
    text-align: center;
    margin: 0px auto;
}

.dhplanet .img-container img {
    max-width: 90%;
    opacity: 1;
    padding-top: 10px;
}

.com_view_details {
      display: block;
      color: #ffffff;
      position: relative;
      text-transform: uppercase;
      letter-spacing: 0.1em;
      text-align: center;
      padding: 10px;
      transition: 250ms;
      border-radius: 0px 0px 12px 12px;
      text-decoration: none;
  }

#planet_container .dhplanet .img-container img {
	padding-top: 0px;
}

#sign_results .dhplanet .img-container img {
    max-width: 100%;
    opacity: 1;
    padding-top: 10px;
}

.ulaspect {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    list-style-type: none;
    padding: 0px;
    width: 500px;
    margin: 0px auto;
    text-align: left;
}

#sign_results {
    margin: 10px auto
}

.dhplanet .planetinfo {
    margin-top: 20px;
    font-size: 0.9em
}

.dhplanet .planetname {
    color: #ffffff;
    border-radius: 10px;
    font-size: 20px;
    padding: 5px 10px
}
.planetbg_results {
    background-color: #412a58;
}

.dhplanet .planetsign {
    margin: 15px 0 7px;
    letter-spacing: 1px
}

.zodiac_box {
	overflow: hidden;
	background: #412a58;
	text-align: center;
}
.zodiac_box .box {
	width: 292px;
	min-height: 291px;
	margin: 0 -4px -5px 0;
	padding: 70px 0 0 0;
	display: inline-block;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.zodiac_box .box:before {
	position: absolute;
	right: -20%;
	top: -100%;
	width: 100%;
	height: 200%;
	content: '';
	z-index: -1;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
.zodiac_box .box > div {
	background: inherit;
	padding: 45px 35px 0 35px;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translateY(0) translateX(0) scale(0.25);
	transform: translateY(0) translateX(0) scale(0.25);
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
	opacity: 0;
	filter: alpha(opacity=0);
}
.zodiac_box .box > div p {
	color: #a17dbc;
}
.zodiac_box .box:hover > div {
	-webkit-transform: translateY(0) translateX(0) scale(1);
	transform: translateY(0) translateX(0) scale(1);
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
	opacity: 1;
	filter: alpha(opacity=100);
}
.zodiac_box .box.box1 {
	background: #51376a;
}
.zodiac_box .box.box1:before {
	background: #553c6e;
}
.zodiac_box .box.box2 {
	background: #533a6c;
}
.zodiac_box .box.box2:before {
	background: #5c3d76;
}
.zodiac_box .box.box3 {
	background: #644080;
}
.zodiac_box .box.box3:before {
	background: #6e4587;
}
.zodiac_box .box.box4 {
	background: #78498d;
}
.zodiac_box .box.box4:before {
	background: #7b4d8e;
}
.zodiac_box .box.box5 {
	background: #864683;
}
.zodiac_box .box.box5:before {
	background: #894a86;
}
.zodiac_box .box.box5 > div p {
	color: #cd9ccb;
}
.zodiac_box .box.box6 {
	background: #923971;
}
.zodiac_box .box.box6:before {
	background: #973c74;
}
.zodiac_box .box.box6 > div p {
	color: #cd9ccb;
}
.zodiac_box .box.box7 {
	background: #9b3e77;
}
.zodiac_box .box.box7:before {
	background: #a54480;
}
.zodiac_box .box.box7 > div p {
	color: #cd9ccb;
}
.zodiac_box .box.box8 {
	background: #af4988;
}
.zodiac_box .box.box8:before {
	background: #bb5092;
}
.zodiac_box .box.box8 > div p {
	color: #cd9ccb;
}
.zodiac_box .box.box9 {
	background: #a74b72;
}
.zodiac_box .box.box9:before {
	background: #b3547c;
}
.zodiac_box .box.box9 > div p {
	color: #eba7c4;
}
.zodiac_box .box.box10 {
	background: #cb496b;
}
.zodiac_box .box.box10:before {
	background: #ce5071;
}
.zodiac_box .box.box10 > div p {
	color: #eba7c4;
}
.zodiac_box .box.box11 {
	background: #d05776;
}
.zodiac_box .box.box11:before {
	background: #da5e7b;
}
.zodiac_box .box.box11 > div p {
	color: #eba7c4;
}
.zodiac_box .box.box12 {
	background: #e36480;
}
.zodiac_box .box.box12:before {
	background: #e46b86;
}
.zodiac_box .box.box12 > div p {
	color: #eba7c4;
}
.zodiac_box .box strong {
	font: 18px 'Questrial';
	color: #ffffff;
	letter-spacing: 3px;
	text-transform: uppercase;
	text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.3);
}
.zodiac_box .box figure {
	height: 111px;
	line-height: 111px;
	margin-bottom: 5px;
}
.thumb-box5 {
	overflow: hidden;
	padding: 0;
}
.thumb-box6 {
	overflow: hidden;
	padding: 0;
}
.thumb-box7 {
	overflow: hidden;
	padding: 0 0 15px 0;
}
.thumb-box8 {
	overflow: hidden;
	padding: 15px 0 10px 0;
}
.thumb-box9 {
	overflow: hidden;
	padding: 0 0 22px 0;
}
.thumb-box10 {
	overflow: hidden;
	padding: 0 0 37px 0;
}
/* thumbs
========================================================*/
.thumb-pad1 {
	margin: 0 0 48px 0;
	overflow: hidden;
}
.thumb-pad1 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.thumb-pad1 .caption {
	padding: 0;
	overflow: hidden;
	color: #cbcbcb;
}
.thumb-pad1 figure {
	padding: 0;
	margin: 0 0 26px 0;
}
.thumb-pad1 figure img {
	width: 100%;
}
.thumb-pad2 {
	margin: 0 0 28px 0;
	overflow: hidden;
}
.thumb-pad2 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.thumb-pad2 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad2 .thumbnail .caption a {
	font: 30px/1em 'Questrial';
	color: #e46b86;
	letter-spacing: 1px;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad2 .thumbnail .caption a:hover {
	color: #4f3368;
}
.thumb-pad2 .thumbnail .caption strong {
	font: 20px/1em 'Questrial';
	color: #4f3368;
}
.thumb-pad2 figure {
	margin: 0 30px 0 0;
	float: left;
}
.thumb-pad2-1 {
	margin: 0 0 30px 0;
	padding: 0 0 20px 0;
	background: #20acb8;
	text-align: center;
}
.thumb-pad2-1 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad2-1 .thumbnail .caption {
	padding: 0 45px;
}
.thumb-pad2-1 .thumbnail .caption .title {
	font: 300 30px/1em 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #ffffff;
}
.thumb-pad2-1 .thumbnail .caption p {
	color: #ffffff;
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 10px;
}
.thumb-pad2-1 .thumbnail .caption a {
	display: inline-block;
}
.thumb-pad2-1 .thumbnail .caption a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.thumb-pad2-1 figure {
	margin: 0 0 31px 0;
}
.thumb-pad2-1 figure img {
	width: 100%;
}
.thumb-pad3 {
	margin: 0 0 40px 0;
}
.thumb-pad3.indent .thumbnail .badge {
	line-height: 68px;
	padding: 0;
}
.thumb-pad3 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.thumb-pad3 .thumbnail .badge {
	width: 70px;
	height: 70px;
	border-radius: 100%;
	background: #04bf9d;
	text-align: center;
	font: 300 30px/1em 'Open Sans';
	color: #ffffff;
	padding-top: 11px;
	margin-right: 28px;
	float: left;
}
.thumb-pad3 .thumbnail .badge span {
	display: block;
	color: #82dfce;
	font-size: 15px;
	line-height: 15px;
	text-transform: uppercase;
	margin-top: -2px;
}
.thumb-pad3 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad3 .thumbnail .caption strong {
	display: block;
	color: #ffffff;
	text-transform: uppercase;
	font: 20px/1em 'Open Sans';
	letter-spacing: -1px;
	margin-bottom: 5px;
}
.thumb-pad3 .thumbnail .caption span {
	display: block;
	color: #04bf9d;
	text-transform: uppercase;
	font: 15px/1em 'Open Sans';
	letter-spacing: -1px;
	margin-bottom: 16px;
}
.thumb-pad3 .thumbnail .caption p {
	color: #7b7a7a;
}
.thumb-pad3 .thumbnail figure {
	margin: 0 0 23px 0;
}
.thumb-pad3 .thumbnail figure img {
	width: 100%;
}
.thumb-pad4 {
	margin: 0;
	overflow: hidden;
	text-align: center;
}
.thumb-pad4.indent {
	padding-bottom: 29px;
}
.thumb-pad4 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad4 .thumbnail .caption {
	padding: 0;
}
.thumb-pad4 figure {
	margin: 0 0 27px 0;
}
.thumb-pad4 figure img {
/*	width: 100%; */
}
.thumb-pad5 {
	margin: 0;
	overflow: hidden;
}
.thumb-pad5 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.thumb-pad5 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad5 .thumbnail .caption strong {
	display: block;
	color: #464646;
	text-transform: uppercase;
	font: 20px/1em 'Open Sans';
	letter-spacing: -1px;
	margin-bottom: 5px;
}
.thumb-pad5 .thumbnail .caption span {
	display: block;
	color: #04bf9d;
	text-transform: uppercase;
	font: 15px/1em 'Open Sans';
	letter-spacing: -1px;
	margin-bottom: 16px;
}
.thumb-pad5 .thumbnail figure {
	margin: 0 30px 0 0;
	float: left;
}
.thumb-pad5 .thumbnail figure img {
	border-radius: 100%;
}
.thumb-pad6 {
	margin: 0;
	overflow: hidden;
}
.thumb-pad6 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.thumb-pad6 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad6 .thumbnail .caption strong {
	display: block;
	color: #464646;
	text-transform: uppercase;
	font: 300 20px/25px 'Open Sans';
	letter-spacing: -1px;
	margin-bottom: 17px;
}
.thumb-pad6 .thumbnail figure {
	margin: 0 30px 0 0;
	float: left;
}
.thumb-pad6 .thumbnail figure img {
	border-radius: 100%;
}
.thumb-pad7 {
	margin: 0 0 30px 0;
}
.thumb-pad7 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
	overflow: hidden;
}
.thumb-pad7 figure {
	margin: 0 0 27px 0;
}
.thumb-pad7 figure img {
	width: 100%;
}
.thumb-pad7 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad7 .thumbnail .caption h3 {
	margin: 0 0 9px 0;
}
.thumb-pad8 {
	margin: 0;
	padding: 0 0 87px 0;
	border-bottom: 1px solid #eeefef;
}
.thumb-pad8 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.thumb-pad8 .thumbnail .caption {
	padding: 0;
}
.thumb-pad8 figure {
	margin: 0 30px 0 0;
	float: left;
}
.thumb-pad8 figure img {
	width: 100%;
}
.thumb-pad9 {
	margin: 0 0 30px 0;
	overflow: hidden;
}
.thumb-pad9 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad9 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad9 .thumbnail .caption h3 {
	color: #ffffff;
	margin-bottom: 0;
	line-height: 25px;
}
.thumb-pad9 .thumbnail .caption h4 {
	color: #04bf9d;
}
.thumb-pad9 .thumbnail .caption p {
	color: #7b7a7a;
}
.thumb-pad9 figure {
	margin: 0 30px 0 0;
	float: left;
}
.thumb-pad9 figure img {
	border-radius: 100%;
}
.thumb-pad11 {
	margin: 0 0 40px 0;
	overflow: hidden;
}
.thumb-pad11 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad11 .thumbnail .caption {
	padding: 0;
}
.thumb-pad11 .thumbnail .caption h3 {
	color: #04bf9d;
	font-weight: 300;
	margin-bottom: 0;
}
.thumb-pad11 figure {
	margin: 0 0 33px 0;
}
.thumb-pad11 figure img {
	width: 100%;
}
/* btn
========================================================*/
.btn-default.btn1 {
	box-shadow: none;
	position: relative;
	text-decoration: none;
	display: inline-block;
	margin: 0 7px;
	padding: 14px 27px;
	font: 18px 'Questrial';
	background: #412a58;
	letter-spacing: 2px;
	border-radius: 50px;
	outline: none;
	color: #ffffff;
	overflow: hidden;
	float: none;
	z-index: 1;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
.btn-default.btn1:after {
	position: absolute;
	right: -50px;
	top: -50px;
	width: 100px;
	height: 100px;
	background: #533a6c;
	content: '';
	z-index: -1;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
.btn-default.btn1:hover {
	color: #ffffff;
	background: #dbdbdb;
	text-decoration: none;
}
.btn-default.btn1:hover:after {
	background: #e5e5e5;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
.btn-default.btn2 {
	box-shadow: none;
	position: relative;
	text-decoration: none;
	display: inline-block;
	margin: 0 7px;
	padding: 14px 27px;
	font: 18px 'Questrial';
	background: #e36480;
	letter-spacing: 2px;
	border-radius: 50px;
	outline: none;
	color: #ffffff;
	overflow: hidden;
	float: none;
	z-index: 1;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
.btn-default.btn2:after {
	position: absolute;
	right: -50px;
	top: -50px;
	width: 100px;
	height: 100px;
	background: #e77a92;
	content: '';
	z-index: -1;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
.btn-default.btn2:hover {
	color: #ffffff;
	background: #dbdbdb;
	text-decoration: none;
}
.btn-default.btn2:hover:after {
	background: #e5e5e5;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
.btn-default.btn3 {
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	margin: 18px 0 0 0;
	padding: 0;
	font: 18px 'Questrial';
	background: none;
	border: none;
	color: #412a58;
	letter-spacing: 2px;
	border-radius: 0;
	float: none;
	position: relative;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn3:after {
	position: absolute;
	left: 50%;
	top: -18px;
	width: 20px;
	height: 2px;
	margin-left: -10px;
	background: #412a58;
	content: '';
	z-index: 0;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn3:hover {
	color: #cbcbcb;
	background: none;
	text-decoration: none;
}
.btn-default.btn3:hover:after {
	background: #cbcbcb;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn4 {
	box-shadow: none;
	position: relative;
	text-decoration: none;
	display: inline-block;
	margin: 0;
	padding: 14px 42px;
	border:0px;
	font: 18px 'Questrial';
	background: #e36480;
	letter-spacing: 2px;
	border-radius: 50px;
	outline: none;
	color: #ffffff;
	overflow: hidden;
	float: none;
	z-index: 1;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
.btn-default.btn4:hover {
	color: #ffffff;
	background: #a83b58;
	text-decoration: none;
}
.btn-default.btn5 {
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	margin: 18px 0 0 0;
	padding: 0;
	font: 18px 'Questrial';
	background: none;
	border: none;
	color: #ffffff;
	letter-spacing: 2px;
	border-radius: 0;
	float: none;
	position: relative;
	text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn5:after {
	position: absolute;
	left: 50%;
	top: -18px;
	width: 20px;
	height: 2px;
	margin-left: -10px;
	background: #ffffff;
	content: '';
	z-index: 0;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn5:hover {
	color: #ffffff;
	background: none;
	text-decoration: none;
	text-shadow: 2px 2px 7px rgba(0, 0, 0, 0.4);
}
.btn-default.btn5:hover:after {
	width: 0;
	margin-left: 0;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
/* list
========================================================*/
.list1 {
	margin: 0 0 25px 0;
	padding: 0;
	list-style: none;
}
.list1 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 15px 31px;
	display: inline-block;
	position: relative;
}
.list1 li:after {
	position: absolute;
	left: -22px;
	top: 0;
	color: #e36480;
	font: 18px 'Questrial';
	content: '/';
	z-index: 1;
}
.list1 li:first-child {
	margin: 0 0 15px 0;
}
.list1 li:first-child:after {
	display: none;
}
.list1 li a {
	font: 18px 'Questrial';
	color: #e36480;
	text-transform: uppercase;
	letter-spacing: 3px;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list1 li a:hover {
	color: #412a58;
}
.list2 {
	margin: 0 0 8px 0;
	padding: 0;
	list-style: none;
}
.list2 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 8px 0;
	padding-left: 12px;
	position: relative;
}
.list2 li:after {
	position: absolute;
	left: 0;
	top: 50%;
	width: 4px;
	height: 1px;
	background: #e36480;
	content: '';
	z-index: 1;
}
.list2 li a {
	font: 14px 'Roboto';
	color: #e36480;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list2 li a:hover {
	color: #412a58;
}
.list2-1 {
	margin: 0;
	padding: 0 0 8px 0;
	list-style: none;
}
.list2-1 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 15px 0;
	padding: 0 0 0 20px;
	background: url(../img/list_arrow.png) 0 5px no-repeat;
}
.list2-1 li a {
	font: 300 15px 'Open Sans';
	color: #464646;
	text-transform: uppercase;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list2-1 li a:hover {
	color: #04bf9d;
}
.list3 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list3 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 18px 0;
}
.list3 li figure {
	margin-bottom: 7px;
}
.list3 li a {
	font: 18px/24px 'Open Sans';
	color: #585858;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list3 li a:hover {
	color: #cb3138;
}
.list4 {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
.list4 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin-bottom: 17px;
	overflow: hidden;
}
.list4 li time {
	font: 36px 'Questrial';
	color: #e46b86;
	margin-bottom: 6px;
	display: block;
}
.list4 li p {
	margin-bottom: 0;
}
.list5 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list5 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 27px 0;
}
.list5 li figure {
	margin-bottom: 10px;
}
.list5 li a {
	font: 20px/1em 'Questrial';
	color: #e46b86;
	letter-spacing: 1px;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list5 li a:hover {
	color: #412a58;
}
.list6 {
	margin: 0 0 18px 0;
	padding: 0;
	list-style: none;
}
.list6 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 14px 0;
	padding: 0 0 13px 0;
	border-bottom: 1px solid #c7c7c7;
}
.list6 li .title {
	font: 18px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #cbcbcb;
	margin-bottom: 17px;
	padding-left: 30px;
	background: url(../img/list_arrow.png) left 9px no-repeat;
}
.list6 li p {
	margin-bottom: 0;
}
.list6 li:last-child {
	border-bottom: none;
}
.list7 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list7 li {
	font-size: 14px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 10px;
}
.list7 li .badge {
	margin: 4px 30px 0 0;
	padding: 0;
	border-radius: 100%;
	background: #e36480;
	text-align: center;
	border: none;
	font: 30px/82px 'Questrial';
	color: #ffffff;
	width: 82px;
	height: 82px;
	float: left;
}
.list7 li p {
	margin: 12px 0 0 0;
	color: #bbbaba;
}
.list8 {
	margin: 0 0 65px 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list8 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 20px 0;
}
.list8 li p {
	margin-bottom: 0;
}
.errorBox {
	overflow: hidden;
	padding: 0 0 40px 0;
	text-align: center;
}
.errorBox .title {
	font: 286px/1em 'Questrial';
	color: #e36480;
	letter-spacing: 10px;
	text-transform: uppercase;
	margin-bottom: -18px;
}
.errorBox .description {
	font: 36px/1em 'Roboto';
	color: #412a58;
	letter-spacing: 2px;
	text-transform: none;
	margin-bottom: 36px;
}
.errorBox p {
	font-size: 20px;
	line-height: 36px;
}
/*-----subscribeForm-----*/
#newsletter {
	position: relative;
	overflow: hidden;
	display: block;
	border-radius: 48px;
	margin-top: 15px;
}
#newsletter a {
	display: inline-block;
	position: absolute;
	font: 18px 'Questrial';
	color: #ffffff;
	padding: 0 20px;
	height: 100%;
	line-height: 48px;
	border-radius: 0;
	top: 0;
	right: 0;
	background: #e36480;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
#newsletter a:hover {
	color: #ffffff;
	background: #724887;
}
#newsletter input {
	box-shadow: none;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	width: 100%;
	outline: none;
	background: #ffffff;
	border: none;
	font: 18px/18px 'Questrial';
	color: #412a58;
	letter-spacing: 2px;
	padding: 14px 125px 14px 22px;
	border-radius: 48px;
	height: 48px;
	resize: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
#newsletter input:focus {
	outline: none;
	border: none;
}
#newsletter .error {
	position: absolute;
	bottom: 0;
	left: 21px;
	text-align: right;
	display: block;
	overflow: hidden;
	height: 0px;
	font-size: 10px;
	color: #e36480;
	text-transform: none;
	font-weight: normal;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
#newsletter label {
	position: relative;
	margin: 0;
	float: none;
	border: none;
	display: block;
}
#newsletter label.invalid .error {
	height: 19px;
}
#newsletter .success {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	text-align: center;
	border: none;
	font: 18px/18px 'Questrial';
	color: #412a58;
	letter-spacing: 2px;
	background: #ffffff;
	height: 48px;
	width: 100%;
	border-radius: 48px;
	padding: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* search
========================================================*/
#search-404 {
	padding: 0;
	margin: 8px 0 0 0;
}
#search-404 input {
	box-shadow: none;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 25px 0;
	width: 100%;
	outline: none;
	border: 1px solid #d7d7d7;
	background: none;
	font: 16px/18px 'Questrial';
	height: 48px;
	line-height: 18px;
	color: #cbcbcb;
	border-radius: 25px;
	padding: 15px;
	resize: none;
	float: left;
}
#search {
	padding: 0;
	margin: 0 0 40px 0;
	position: relative;
	border-radius: 48px;
	-webkit-box-shadow: 1px 1px 0 0 #714886;
	box-shadow: 1px 1px 0 0 #714886;
	overflow: hidden;
}
#search a {
	display: inline-block;
	position: absolute;
	font: 18px 'Questrial';
	color: #ffffff;
	padding: 0 30px;
	height: 100%;
	line-height: 48px;
	letter-spacing: 2px;
	top: 0;
	right: 0;
	background: #e36480;
	border-radius: 0;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
#search a:hover {
	color: #ffffff;
	background: #724887;
}
#search input {
	box-shadow: none;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	width: 100%;
	outline: none;
	background: #412a58;
	border: none;
	-webkit-box-shadow: inset 1px 1px 0 0 #322044;
	box-shadow: inset 1px 1px 0 0 #322044;
	font: 14px/18px 'Questrial';
	color: #876d9f;
	padding: 15px 125px 15px 22px;
	border-radius: 48px;
	height: 48px;
	resize: none;
}
/* map
========================================================*/
.content_map {
	position: relative;
	height: 385px;
	margin-bottom: 65px;
}
.google-map-api {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
#map-canvas {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
#map-canvas img {
	max-width: none !important;
}
.gm-wrapper div:first-child div + div + div + div {
	background-color: transparent !important;
	background-color: #000 !important;
	background-color: rgba(0, 0, 0, 0.7) !important;
}
.gm-wrapper * {
	box-shadow: 0 0 0 #000 !important;
	background-color: transparent !important;
}
.gm-wrapper * p {
	color: #ffffff;
	font-size: 14px;
}
.gm-style-iw {
	text-align: center;
	width: 330px !important;
	height: 127px !important;
	right: 0;
	position: absolute;
	left: 0 !important;
	top: 0 !important;
	color: #ffffff;
	padding: 38px 0 0 20px;
	font: 14px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	overflow: visible !important;
}
.gm-style-iw:after {
	content: '';
	width: 0;
	height: 0;
	top: 100%;
	margin-top: 17px;
	left: 50%;
	margin-left: 5px;
	border-style: solid;
	border-width: 25px 15px 0 15px;
	border-color: #000000;
	border-color: rgba(0, 0, 0, 0.7) transparent transparent transparent;
	position: absolute;
}
.gm-style-iw span {
	font-weight: bold;
	display: block;
	font-size: 18px;
	color: #ffffff;
}
.info {
	margin-bottom: 50px;
}
.info h3 {
	font-size: 30px;
	margin-bottom: 8px;
}
.info p {
	margin-bottom: 26px;
}
.mail {
	color: #e36480;
	font: 14px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.mail:hover {
	color: #412a58;
	text-decoration: none;
}


/*========================================================
                    footer
=========================================================*/
footer {
	padding: 20px 0 0px 0;
	position: relative;
	overflow: hidden;
	text-align: center;
	background-color: #563d7c;
}
footer p {
	font: 18px 'Questrial';
	color: #ffffff;
	margin: -7px 0 0 0;
	text-transform: uppercase;
	letter-spacing: 2px;
}
footer p a {
	color: #ffffff;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
footer p a:hover {
	color: #ffffff;
}
footer em {
	font-style: normal;
}
footer span {
	padding: 0 4px;
	color: #ffffff;
}
/*========================================================
                RESPONSIVE LAYOUTS STYLES 
=========================================================*/
@media (min-width: 1200px) {
    .container{
        max-width: 990px;
    }
}
@media (min-width: 1200px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 990px;
    }
}
@media (min-width: 1220px) {
 .container {
 padding: 0;
}
}
/*===========================================================================================================================*/
@media (min-width: 992px)  {

 .thumb-box3 {
 text-align: center;
}
 .thumb-box3 .box:after {
 right: -65%;
}
 .thumb-box3-1 {
 text-align: center;
}
 .thumb-box3-1 .box {
 background: #412a58;
}
 .thumb-box3-1 .box:after {
 display: none;
}
 .errorBox .title {
 font-size: 230px;
}
.container, .container-lg, .container-md, .container-sm {
    max-width: 990px;
}

}
/*===========================================================================================================================*/
@media (min-width: 768px) and (max-width: 991px) {


 .follow_icon {
 text-align: center;
 margin: 20px 0;
 display: block;
 float: none;
}
 .follow_icon li {
 display: inline-block;
 float: none;
}
 .thumb-box3 {
 text-align: center;
}
 .thumb-box3 .box:after {
 right: -65%;
}
 .thumb-box3-1 {
 text-align: center;
}
 .thumb-box3-1 .box {
 background: #412a58;
}
 .thumb-box3-1 .box:after {
 display: none;
}
 .errorBox .title {
 font-size: 136px;
}

.container, .container-md, .container-sm {
		max-width: 740px;
	}
}
/*===========================================================================================================================*/
@media (max-width: 767px) {

 header {
 position: relative;
 text-align: center;
}
 h1.navbar-brand_ {
 float: none;
 padding: 0 15px;
}
 nav.horo_navbar {
 border: none;
 margin: 0;
}

.box_4_c {
    width:30%;
    margin: 10px 3% 10px 0
}

 .select-menu {
 display: block !important;
 padding: 4px 4px 4px 0;
 margin: 15px 0 0 0;
 width: 100%;
 border: 1px solid #4b3065;
 background: #4b3065;
 color: #ffffff;
 cursor: pointer;
 height: 30px;
 font-size: 12px;
 vertical-align: middle;
}
 nav.horo_navbar {
 display: block;
 float: none;
}
 nav.horo_navbar .nav {
 display: none;
}
 .follow_icon {
 text-align: center;
 margin: 0 0 20px 0;
 display: block;
 float: none;
}
 .follow_icon li {
 display: inline-block;
 float: none;
}
 .thumb-box3 {
 text-align: center;
}
 .thumb-box3 .box {
 background: #412a58;
 border-radius: 0;
}
 .thumb-box3 .box:after {
 display: none;
}
 .thumb-box3-1 {
 text-align: center;
}
 .thumb-box3-1 .box {
 background: #412a58;
 border-radius: 0;
 padding: 15px 30px;
}
 .thumb-box3-1 .box:after {
 display: none;
}
 .thumb-box4 {
 text-align: center;
}
 #newsletter input {
 font-size: 12px;
 padding: 15px 15px 15px 22px;
}
 .who-box .col-lg-4 {
 margin-bottom: 50px;
}
 .thumb-box6 .col-lg-4 {
 margin-bottom: 50px;
}

 .list2 li:after {
 display: none;
}
 .errorBox .title {
 font-size: 75px;
}
 .btn-default.btn1 {
 margin: 0 0 2px 0;
}
 .btn-default.btn1:after {
 display: none;
}
 .btn-default.btn2 {
 margin: 0 0 2px 0;
}
 .btn-default.btn2:after {
 display: none;
}
 .content_map {
 height: 300px;
}

    .box_4 {
        width: 30%;
        margin: 10px 5% 10px 0
    }

    .col4.box_4 {
        margin: 10px 5% 10px 0
    }

    .col3.box_4 {
        margin: 10px 0 10px 0
    }

    .daily_box p {
        font-size: 12px
    }

    .daily_box h5 {
        font-size: 18px
    }
}
/*===========================================================================================================================*/
@media (max-width: 626px) {
 .thumb-pad4 figure {
 margin: 0 0 30px 0;
 float: none;
}
 .thumb-pad4 .thumbnail .caption {
 padding: 0;
 text-align: center;
}
}
/*===========================================================================================================================*/
@media (max-width: 560px) {
 .thumb-box3 .box {
 padding: 15px 10px 16px 10px;
}
 .thumb-box3-1 .box {
 padding: 15px 10px 16px 10px;
}
 #newsletter {
 overflow: visible;
}
 #newsletter a {
 position: relative;
 margin-top: 10px;
 border-radius: 48px;
}
 footer img {
 width: 100%;
}
 footer figure {
 margin-bottom: 10px;
}
}
/*===========================================================================================================================*/
@media (max-width: 480px) {
 .col-xs-6 {
 width: 100%;
 float: none;
}
 .list1 li:after {
 display: none;
}
 .list1 li a {
 font-size: 12px;
}
 .thumb-pad2 figure {
 margin: 0 0 30px 0;
 float: none;
}
 .thumb-box3-1 .box strong {
 font-size: 26px;
 line-height: 30px;
}
 footer img {
 width: 100%;
}
}
/*===========================================================================================================================*/
@media (max-width: 320px) {
 .col-xs-4 {
 width: 100%;
 float: none;
}
 .col-xs-6 {
 width: 100%;
 float: none;
}
 .thumb-pad2 figure {
 margin: 0 0 30px 0;
 float: none;
}
 .thumb-pad2 figure img {
 width: 100%;
}
}
/*===========================================================================================================================*/
/*Core variables and mixins*/
/*-------------------------------------------------*/
/*-------------------------------------------------*/


.css-disclaimer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    line-height: 20px;
    text-transform: none;
    font-size: 12px;
}

.css-disclaimer:before {
    margin: 0 0.625rem 0 0;
}

.css-disclaimer:before, .css-disclaimer:after {
    background-color: #E5E5E5;
    color: inherit;
    content: "";
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 0.0625rem;
    position: relative;
    top: 1rem;
}



.box-other-signs {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    position: relative;
}


.box-other-li {
    padding: 20px;
    color: #ffffff;
    background: #e36480;
    text-shadow: 0 1px 0 #cc2949;
    margin: 5px;
    cursor: pointer;
    transition: .2s;
    flex: 1 0 auto;
    text-align: center;
    list-style: none;
    border-radius: 10px;
}

.box-other-li:hover, .box-other-li:active {
	background: #a83b58;
}

.box-other-li .box-other-h3 {
	color: #ffffff;
    font-size: 16px;
    margin: 0;
}

.and-container {
    background: none;
    color: #000000;
    font-size: 60px;
}

div.box_x {width:18%;float:left;margin:10px 9% 10px 0;} 
div.box_4,div.box_5 {width:24.7889%;float:left;padding:10px 0 10px 0;}
div.box_5 { width: 33%; }
div.box_4 img,div.box_5 img  {height:96px;}
div.col4.box_x {margin:10px 0 10px 0;}
div.col4.box_4 {padding:10px 0 10px 0; border-right: none}

.img-container {
        background-color: rgba(255, 255, 255, 1);
    border-radius: 50%;
    width: 100px;
    height: 100px;
    text-align: center;
    margin: 0px auto;
}


.box-more {
    background: #f5f5f5;
    padding: 40px 0;
    margin-top: 0;
    position: relative;
}

.box-more.box-more-arrow {
    padding: 60px 0 45px;
}

.box-more.box-more-arrow:before {
    content: "";
    width: 0;
    height: 0;
    border-color: #fff transparent transparent;
    border-style: solid;
    border-width: 45px 100px 0;
    transform: rotate(0deg);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.box-more h3 {
    margin: 0 0 25px;
    color: #e36480;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}

.box-more h3.header {
	color:#412a58;
}

.box-more h3 span {
    color: #e36480;
}

.box-more .box-more-group {
    max-width: 1024px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}


.box-more .box-more-group .box-more-link {
    padding: 10px 0;
    border-bottom: 1px solid #bbb;
    flex: 0 0 50%;
    margin: 0 20px;
    text-align: left;
    position: relative;
}

.box-more .box-more-group .box-more-link:after {
    content: "";
    position: absolute;
    bottom: -1px;
    right: 0;
    width: 0;
    height: 2px;
    background: #e36480;
    transition: .4s;
    z-index: 2;
    display: block;
}

.box-more .box-more-group .box-more-link:hover:after {
    width: 100%;
}

.box-more .box-more-group .box-more-link:hover h4 span {
    opacity: .6;
}

.box-more .box-more-group .box-more-link h3 {
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    text-transform: none;
    vertical-align: middle;
}
.box-more .box-more-group .box-more-link h3>span {
    font-size: 22px;
    font-weight: 700;
    transition: .4s;
    color: #e36480;
    vertical-align: middle;
}



@media(min-width: 768px) {
    .box-more h3 {
        font-size:25px;
    }

    .box-more .box-more-group {
        max-height:200px;
    }

    .box-more .box-more-group .box-more-link h3 {
        font-size:18px;
    }

    .box-more .box-more-group .box-more-link h3>span {
        font-size:34px;
    }    


}


.horos_ic {
    margin-right: 10px;
    margin-bottom: 20px;
}

#for_day {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
    width: 100%;
    float: left;
}

#for_day li {
    width: 100%;
    float: left;
    border-bottom: 1px dotted #c4c4c4;
    padding: 8px 0;
}

#for_day li:first-child {
    border-top: 1px dotted #c4c4c4;
}

#for_day label {
    float: left;
    margin: 0 1%;
    width: 17%;
    font-size: 14px;
    color: #666666;
    font-weight: 700;
    text-align: left;
}

.line_space {
    width: 74%;
    float: left;
}

.line_horo {
    float: left;
    border-radius: 10px;
    height: 20px;
}

#for_day span.right {
    float: right;
    color: #e05379;
    font-weight: 700;
    width: 6%;
    text-align: right;
}

#wellness_day {
    background: #fcca00;
}

#intellect_day {
    background: #5bd999;
}

#love_day {
    background: #e05379;
}

#emotions_day {
    background: #fba2ba;
}

#intuition_day {
    background: #7658f8;
}

#creativity_day {
    background: #00c0e4;
}

#work_day {
    background: #34495e;
}

#money_day {
    background: #d667e5;
}

#energy_day {
    background: #ffb347;
}

#lucky_colour {
    width: 100px;
    height: 100px;
    display: inline-block;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
	margin-top:10px;
}

.pink_but {
    color: #ffffff;
    background: #e36480;
    text-transform: uppercase;
    text-shadow: 0 1px 0 #cc2949;
    line-height: 37px;
    display: inline-block;
    font-size: 12px;
    font-weight: 800;
    text-align: center;
    margin: 10px 0px 10px 5%;
    cursor: pointer;
    border-radius: 10px;
    text-decoration: none;
    width: 25%;
}

.pink_but:hover,.pink_but.active {
    background: #a83b58;
    color:#ffffff;
}

.pink_but img {
    vertical-align: middle;
    margin-top: -1px;
}

.num_list {
    color: rgba(224,83,121,0.6);
    font-size: 24px;
    font-weight: 800;
    margin-right: 10px;
    display: inline-block;
    vertical-align: sub;
}


.power_number {
    width: 75px;
    line-height: 75px;
    font-size: 32px;
    border-radius: 50%;
    text-align: center;
    border: 2px solid #412a58;
    color: #412a58;
    margin: 10px auto;
    display: inline-block;
}
#ajax-loader {
    display: none;
}
.margin-bottom-15 {
	margin-bottom: 15px;
}
.margin-top-15 {
	margin-top: 15px;
}
.display-inline-block {
	display: inline-block;
}
.text-left { text-align: left; font-size: 20px; padding: 0px 8px; }

.app-list {
    width: 950px;
    margin: 0 auto
}

.app {
    padding: 10px 20px;
    width: 100%;
    max-width: 470px;
    display: inline-block;
    box-sizing: border-box;
    text-align: center
}

.app .app-banner {
    width: 100%;
    height: 280px;
    background-color: #111;
    border-radius: 25px 25px 25px 25px;
    -moz-border-radius: 25px 25px 25px 25px;
    -webkit-border-radius: 25px 25px 25px 25px;
    margin: 10px 0px;
    background-size: cover;
    background-position: center center;
    position: relative
}

.app-store-btns {
    text-align: center;
    height: 100px;
    display: inline-block;
    line-height: 30px;
    font-family: 'Kimberley','HelveticaNeue-Light','Helvetica','Arial',sans-serif;
    width: 100%
}

.app-store-btns span {
    float: left;
    font-size: 20px;
    color:
}

.app-store-btns h2 {
    height: 0px;
    clear: both
}

h2.empty {
    color: #2a1e4c
}

.app-store-btns a {
    position: relative
}

.app-store-btns a {
    width: 42%;
    float: ;
    margin-right: 2%;
    display: inline-block
}

.app-store-btns a img {
    width: 100%
}

.app-store-btns a:last-of-type {
    margin-right: 0
}

.mobile_center {
    text-align: center;
}

.dhplanet .planetinfo {
    margin-top: 20px;
    font-size: 0.9em
}

.dhplanet .planetname {
    color: #ffffff;
    border-radius: 10px;
    font-size: 20px;
    padding: 5px 10px
}

.dhplanet .planetsign {
    margin: 15px 0 7px;
    letter-spacing: 1px
}

.planetbg_sun {
    background-color: #ef9200
}

.planetbg_moon {
    background-color: #5f7a84
}

.planetbg_mercury {
    background-color: #9c5f2f
}

.planetbg_venus {
    background-color: #bd5935
}

.planetbg_mars {
    background-color: #d73c43
}

.planetbg_jupiter {
    background-color: #cc8339
}

.planetbg_saturn {
    background-color: #a77555
}

.planetbg_uranus {
    background-color: #3b89c0
}

.planetbg_neptune {
    background-color: #003885
}

.planetbg_pluto {
    background-color: #8a6661
}

.bg_sun {
    background: url(../images/planets/sun.png) no-repeat top left
}

.bg_moon {
    background: url(../images/planets/moon.png) no-repeat top left
}

.bg_mercury {
    background: url(../images/planets/mercury.png) no-repeat top left
}

.bg_venus {
    background: url(../images/planets/venus.png) no-repeat top left
}

.bg_mars {
    background: url(../images/planets/mars.png) no-repeat top left
}

.bg_jupiter {
    background: url(../images/planets/jupiter.png) no-repeat top left
}

.bg_saturn {
    background: url(../images/planets/saturn.png) no-repeat top left
}

.bg_uranus {
    background: url(../images/planets/uranus.png) no-repeat top left
}

.bg_neptune {
    background: url(../images/planets/neptune.png) no-repeat top left
}

.bg_pluto {
    background: url(../images/planets/pluto.png) no-repeat top left
}

.asp_image,.asp_dec {
    display: inline-block
}

.asp_image {
    padding-top: 5px;
    vertical-align: middle
}

.clear_both {
    clear: both;
}
.text-align-center { text-align: center; }
@media all and (max-width: 1060px) {
    .app {
        max-width:400px
    }

    .app .app-banner {
        height: 230px
    }

    .app h1 {
        font-size: 30px
    }

    .app-store-btns {
        height: 80px
    }
}

@media all and (max-width: 860px) {
    .app {
        max-width:600px
    }

    .app .app-banner {
        height: 300px
    }

    .app h1 {
        font-size: 45px
    }

    .app-store-btns {
        height: 100px
    }

    .app-list {
        width: 100%
    }
}

@media all and (max-width: 660px) {
    .app {
        max-width:100%
    }

    .app .app-banner {
        height: 300px
    }

    .app h1 {
        font-size: 25px
    }

    .app-store-btns {
        height: 80px
    }

    .app-list {
        width: 100%
    }

    .app-press-kit {
        right: -10px;
        top: -10px
    }
    .ulaspect {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
        width: 250px;
        margin: 0px auto;
    }    
}

@media all and (max-width: 500px) {
    .app {
        padding:4px 20px
    }

    .app .app-banner {
        height: 220px
    }

    .app-list {
        width: 100%
    }
}

@media(max-width: 576px) {
	.text-date  { padding: 0px 8px;}
}
@media(max-width: 768px) {
    .planet_title,.planetl_title {
        background: #ffffff;
    }

    .planet_title h3,.planetl_title h3 {
        margin: 10px 0 10px;
    }

    #for_day span.right {
        font-size: 11px;
        width: 7%;
    }

    .line_space {
        width: 72%;
    }

    #for_day label {
        width: 18%;
    }

    .pink_but {
        font-size: 12px;
        float: none;
        margin: 10px 1% 10px 1%;
        width: 30%;
    }
    #for_day label {
        font-size:11px;
    }    
}

@media screen and (max-width: 400px)
{
.dhplanet {
    margin: 10px;
    padding: 5px;
}
}

@media screen and (max-width: 599px)
{
.power_number {
    width: 40px;
    line-height: 40px;
    font-size: 20px;
}
}

.dhplanet .pink_but { width: 100%; }

    /* --- 1. LAYOUT & BACKGROUND --- */
    body {
        padding-top: 80px; /* Pushes content down so header doesn't cover it */
    }

    .navbar-mainbg {
        background-color: rgba(86, 61, 124, 0.95); /* Deep Purple */
        backdrop-filter: blur(8px); /* Glass effect */
        box-shadow: 0 4px 15px rgba(0,0,0,0.1);
        padding: 0; /* Remove default padding for cleaner alignment */
    }

    .navbar-logo {
        font-family: 'Questrial', sans-serif;
        color: #fff !important;
        font-size: 22px;
        padding-left: 20px;
    }

    /* --- 2. STANDARD LINKS (The text items) --- */
    .navbar-nav .nav-item {
        margin: 0 5px;
    }

    /* Default Link Style */
    .navbar-nav .nav-item:not(.mobile-cta) .nav-link {
        color: rgba(255,255,255,0.7) !important;
        font-size: 15px;
        padding: 25px 15px !important; /* Tall padding to center text in header */
        border-bottom: 4px solid transparent; /* Invisible border placeholder */
        transition: all 0.3s ease;
    }

    /* Hover Style */
    .navbar-nav .nav-item:not(.mobile-cta) .nav-link:hover {
        color: #fff !important;
    }

    /* ACTIVE STATE (The Underline) */
    /* This only applies to items that are NOT the mobile button */
    .navbar-nav .nav-item.active:not(.mobile-cta) .nav-link {
        color: #fff !important;
        border-bottom: 4px solid #e36480; /* The Pink Underline */
        font-weight: bold;
    }

    /* --- 3. MOBILE APPS BUTTON (The distinct button) --- */
    .mobile-cta {
        margin-left: 20px !important; /* Push it slightly away from other links */
    }

    .mobile-cta .nav-link {
        background-color: #e36480;
        color: #fff !important;
        padding: 8px 20px !important; /* Smaller padding for button look */
        border-radius: 50px; /* Pill shape */
        font-weight: bold;
        box-shadow: 0 4px 6px rgba(0,0,0,0.2);
        transition: transform 0.2s;
        display: inline-flex;
        align-items: center;
        gap: 8px; /* Space between icon and text */
    }

    /* Button Hover Effect */
    .mobile-cta .nav-link:hover {
        background-color: #fff;
        color: #e36480 !important;
        transform: translateY(-2px); /* Slight lift */
    }

    /* --- 4. MOBILE VIEW ADJUSTMENTS --- */
    @media (max-width: 991px) {
        .navbar-collapse {
            background: #563d7c;
            padding: 20px;
            text-align: center;
        }

        .mobile-cta {
            margin-left: 0 !important;
            margin-top: 15px;
            display: inline-block;
        }

        /* Reset padding for mobile list so it doesn't look spaced out */
        .navbar-nav .nav-item:not(.mobile-cta) .nav-link {
            padding: 10px !important;
            border: none; /* Remove underline on mobile, clearer without it */
        }

        /* Use bold text instead of underline for active on mobile */
        .navbar-nav .nav-item.active:not(.mobile-cta) .nav-link {
            border: none;
            color: #e36480 !important; /* Turn text pink instead */
        }
    }

    /* Container to center the toggle on the page */
    .date-selector-container {
        display: flex;
        justify-content: center;
        margin: 15px 0 15px 0; /* Spacing above and below */
        width: 100%;
    }

    /* The "Track" - the grey background pill */
    .date-toggle {
        background-color: #e36480; /* Very light lavender/grey */
        padding: 5px; /* Space between the edge and the buttons */
        border-radius: 50px; /* Full pill shape */
        display: inline-flex; /* Shrinks to fit content */
        box-shadow: inset 0 2px 5px rgba(0,0,0,0.05); /* Inner shadow for depth */
        position: relative;
    }

    /* The Individual Date Links */
    .date-option {
        text-decoration: none;
        color: #ffffff; /* Grey text for inactive dates */
        padding: 10px 30px; /* Generous clickable area */
        border-radius: 40px; /* Rounded buttons inside the track */
        font-weight: 600;
        font-size: 15px;
        transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
        white-space: nowrap; /* Prevents text from breaking */
    }

    /* Hover Effect for Inactive Dates */
    .date-option:hover {
        color: #563d7c; /* Brand purple on hover */
        background-color: rgba(255,255,255,0.5);
        text-decoration: none;
    }

    /* The ACTIVE State (The selected date) */
    .date-option.active {
        background-color: #a83b58; /* Brand Pink */
        color: #ffffff !important;
        box-shadow: 0 4px 10px rgba(227, 100, 128, 0.4); /* Glow effect */
        transform: scale(1.05); /* Slightly larger to emphasize focus */
    }

    /* Mobile Responsiveness */
    @media (max-width: 500px) {
        .date-toggle {
            width: 90%; /* Take up most of the screen width */
            justify-content: space-between;
        }

        .date-option {
            padding: 10px 0; /* Reduce side padding */
            width: 33%; /* Force equal width */
            text-align: center;
            font-size: 13px; /* Slightly smaller text */
        }
    }

    .nav-grid-container {
        display: flex;
        flex-wrap: wrap; /* Allows items to wrap to the next line */
        gap: 10px;
        margin: 20px 0;
        width: 100%;
    }

    /* --- ROW 1: PRIMARY CARDS (Always 50% width) --- */
    .primary-card {
        /* calculation: 50% width minus half the gap size (5px) */
        flex: 0 0 calc(50% - 5px);

        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background: #fff;
        border: 1px solid #e36480;
        border-radius: 12px;
        padding: 15px 10px;
        text-decoration: none;
        color: #563d7c;
        font-weight: 700;
        transition: all 0.2s ease;
    }

    .primary-card i {
        font-size: 24px;
        color: #e36480;
        margin-bottom: 8px;
    }

    /* --- ROW 2: SECONDARY CARDS (Auto-Stretching) --- */
    .secondary-card {
        /* "flex: 1" tells the browser: "Grow to fill any empty space" */
        flex: 1;

        /* Sets a minimum width so they don't get too tiny on small screens */
        min-width: 30%;

        display: flex;
        flex-direction: row; /* Icon next to text */
        align-items: center;
        justify-content: center;
        background: #fff;
        border: 1px solid #e36480;
        border-radius: 12px;
        padding: 10px 5px;
        text-decoration: none;
        color: #563d7c;
        font-size: 13px;
        font-weight: 600;
        gap: 8px;
        transition: all 0.2s ease;
        white-space: nowrap; /* Stops text from wrapping awkwardly */
    }

    .secondary-card i {
        font-size: 14px;
        color: #e36480;
    }

    /* --- HOVER EFFECTS (Shared) --- */
    .primary-card:hover,
    .secondary-card:hover {
        background: #e36480;
        color: #fff;
        transform: translateY(-2px);
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        text-decoration: none;
    }

    .primary-card:hover i,
    .secondary-card:hover i {
        color: #fff;
    }

    /* --- MOBILE ADJUSTMENTS --- */
    @media (max-width: 600px) {
        /* On mobile, Primary cards stay 50/50 */
        .primary-card {
            flex: 0 0 calc(50% - 5px);
        }

        /* Secondary cards stack 1 per row for readability */
        .secondary-card {
            flex: 0 0 100%; /* Force full width */
            min-width: 100%;
            justify-content: flex-start; /* Align text left */
            padding-left: 20px;
        }
    }
    body {
        /* Very subtle lavender tint */
        background-color: #fcfbff;
    }

    /* --- SHARED STYLES (The Track & Shape) --- */
    /* Add this class to the container div wrapping each bar */
    .progress-track {
        background-color: #f0eff5; /* Light grey background for the empty part */
        border-radius: 15px;       /* Rounded corners */
        height: 12px;              /* Modern slim look */
        width: 100%;
        margin-bottom: 0;          /* Reset margin if handled by row */
        overflow: hidden;          /* Keeps gradient inside corners */
        box-shadow: inset 0 1px 3px rgba(0,0,0,0.05); /* subtle inner depth */
    }

    /* Add this class to all your existing ID bars */
    .progress-fill {
        height: 100%;
        border-radius: 15px;
        width: 0%; /* Default to 0, animated by JS or inline style */
        transition: width 1s ease-out;
    }

    /* --- YOUR CUSTOM GRADIENTS --- */

    #wellness_day {
        /* Yellow -> Warm Sunlight */
        background: linear-gradient(90deg, #fcca00 0%, #ffdb4d 100%);
        box-shadow: 0 2px 6px rgba(252, 202, 0, 0.4);
    }

    #intellect_day {
        /* Mint -> Fresh Green */
        background: linear-gradient(90deg, #5bd999 0%, #8af5c6 100%);
        box-shadow: 0 2px 6px rgba(91, 217, 153, 0.4);
    }

    #love_day {
        /* Brand Red/Pink -> Soft Pink */
        background: linear-gradient(90deg, #e05379 0%, #ff8fb1 100%);
        box-shadow: 0 2px 6px rgba(224, 83, 121, 0.4);
    }

    #emotions_day {
        /* Pastel Pink -> Blush */
        background: linear-gradient(90deg, #fba2ba 0%, #ffd1e0 100%);
        box-shadow: 0 2px 6px rgba(251, 162, 186, 0.4);
    }

    #intuition_day {
        /* Deep Purple -> Lavender */
        background: linear-gradient(90deg, #7658f8 0%, #9d85ff 100%);
        box-shadow: 0 2px 6px rgba(118, 88, 248, 0.4);
    }

    #creativity_day {
        /* Cyan -> Electric Blue */
        background: linear-gradient(90deg, #00c0e4 0%, #5ffbf1 100%);
        box-shadow: 0 2px 6px rgba(0, 192, 228, 0.4);
    }

    #work_day {
        /* Dark Slate -> Professional Grey/Blue */
        background: linear-gradient(90deg, #34495e 0%, #5d7ca0 100%);
        box-shadow: 0 2px 6px rgba(52, 73, 94, 0.4);
    }

    #money_day {
        /* Orchid -> Bright Magenta */
        background: linear-gradient(90deg, #d667e5 0%, #f09aff 100%);
        box-shadow: 0 2px 6px rgba(214, 103, 229, 0.4);
    }

    #energy_day {
        /* Orange -> Bright Amber */
        background: linear-gradient(90deg, #ffb347 0%, #ffcc66 100%);
        box-shadow: 0 2px 6px rgba(255, 179, 71, 0.4);
    }
    .line_horo {
        float: left;
        border-radius: 10px;
        height: 20px;
    }

    /* --- CONTAINER --- */
    .app-gateway-card {
        background: #fff;
        border: 1px solid #e36480; /* Pink border */
        border-radius: 15px;
        padding: 25px;
        margin-top: 30px;
        position: relative;
        box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    }

    .gateway-title {
        color: #563d7c; /* Brand Purple */
        font-family: 'Questrial', sans-serif;
        margin-top: 0;
        margin-bottom: 15px;
        font-size: 22px;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .gateway-title i { color: #e36480; }

    /* --- TEXT CONTENT --- */
    .gateway-content-wrapper {
        position: relative;
        max-height: 140px;
        min-height: 140px;
        overflow: hidden;
    }


    .gateway-text {
        font-size: 16px;
        line-height: 1.6;
        color: #555;
        margin: 0;
        text-align: left;
    }

    /* --- THE FADE OVERLAY --- */
    .gateway-overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        /* Gradient White Fade */
        background: linear-gradient(to bottom,
        rgba(255,255,255,0) 0%,
        rgba(255,255,255,0) 30%,
        rgba(255,255,255,0.9) 70%,
        rgba(255,255,255,1) 100%
        );
        display: flex;
        align-items: flex-end;
        justify-content: center;
    }

    .overlay-inner {
        text-align: center;
        width: 100%;
        padding-bottom: 5px;
    }

    .gateway-msg {
        font-size: 12px;
        color: #000000;
        margin-bottom: 10px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    /* --- THE BUTTON --- */
    .gateway-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        background-color: #e36480; /* Purple */
        color: #fff;
        padding: 12px 35px;
        border-radius: 50px;
        text-decoration: none;
        font-weight: bold;
        box-shadow: 0 4px 15px rgba(86, 61, 124, 0.3);
        transition: all 0.2s ease;
    }

    .gateway-btn:hover {
        transform: translateY(-2px);
        background-color: #a83b58; /* Pink on Hover */
        color: #fff;
        text-decoration: none;
        box-shadow: 0 6px 20px rgba(227, 100, 128, 0.4);
    }

    /* --- SUBTEXT --- */
    .gateway-subtext {
        font-size: 13px;
        color: #999;
        margin-top: 12px;
        margin-bottom: 0;
        font-style: italic;
    }


    .scroll-menu-container {
        display: flex;
        overflow-x: auto;
        white-space: nowrap;
        gap: 10px;
        padding: 5px 2px;
        margin-bottom: 20px;

        /* Hide Scrollbars */
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    .scroll-menu-container::-webkit-scrollbar {
        display: none;
    }
    /* --- THE FIX --- */

    /* 1. Mobile & Small Tablets: Align Start (Left) */
    /* This ensures that if content overflows, the user can scroll to see it all */
    @media (max-width: 767px) {
        .scroll-menu-container {
            justify-content: flex-start;
            padding-left: 5px; /* Tiny buffer on the left */
        }
    }

    /* 2. Desktop/Laptop: Align Center */
    /* Since we know 4-5 buttons will fit on a big screen, we center them */
    @media (min-width: 768px) {
        .scroll-menu-container {
            justify-content: center;
        }
    }

    .menu-chip {
        display: inline-block;
        padding: 10px 20px;
        border-radius: 50px; /* Fully rounded individual pills */
        background-color: #e36480;
        color: #ffffff;
        border: 1px solid #e36480;
        font-size: 14px;
        font-weight: 600;
        text-decoration: none;
        transition: all 0.2s ease;
        flex: 0 0 auto; /* Prevents squishing */
    }

    /* Active State */
    .menu-chip.active {
        background-color: #a83b58;
        color: #fff;
        border-color: #a83b58;
    }

    /* Hover/Focus */
    .menu-chip:not(.active):hover {
        background-color: #a83b58;
        color: #ffffff;
        text-decoration: none;
    }






    .app-showcase-grid {
        display: flex;            /* Enables flexible layout */
        flex-wrap: wrap;          /* Allows items to wrap to next line */
        justify-content: center;  /* THE MAGIC: Centers all items, including the last row */
        gap: 30px;                /* Consistent spacing */
        max-width: 1100px;
        margin: 40px auto;
        padding: 0 15px;
    }

    /* --- Card: Fixed Sizing --- */
    .app-card {
        /* We set a preferred width so they look uniform */
        flex: 0 1 300px;          /* Don't grow (0), Allow shrink (1), Basis (300px) */

        /* Ensure they don't get wider than the screen on mobile */
        max-width: 100%;

        background: #ffffff;
        border-radius: 20px;
        border: 1px solid #f0eff5;
        box-shadow: 0 10px 25px rgba(0,0,0,0.05);
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 30px 20px;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        position: relative;
        overflow: hidden;
    }

    /* Hover Effect: The card floats up slightly */
    .app-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 35px rgba(86, 61, 124, 0.15); /* Purple tint shadow */
        border-color: #e36480; /* Pink border appears on hover */
    }

    /* --- The Icon --- */
    .app-icon-wrapper {
        width: 120px;
        height: 120px;
        margin-bottom: 20px;
        position: relative;
    }

    .app-icon {
        width: 100%;
        height: 100%;
        object-fit: contain;
        /* Soft shadow directly on the icon to make it pop off the white card */
        filter: drop-shadow(0 5px 10px rgba(0,0,0,0.15));
        transition: transform 0.3s ease;
    }

    .app-card:hover .app-icon {
        transform: scale(1.05); /* Icon grows slightly on hover */
    }

    /* --- Text Details --- */
    .app-details {
        text-align: center;
        width: 100%;
    }

    .app-title {
        color: #563d7c; /* Brand Purple */
        font-size: 20px;
        margin-top: 0;
        margin-bottom: 10px;
        font-weight: 700;
    }

    .app-desc {
        color: #777;
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 25px;
        padding: 0 10px; /* Prevents text from hitting edges */
    }

    /* --- Store Buttons --- */
    .store-buttons {
        display: flex;
        justify-content: center;
        gap: 10px;
        width: 100%;
    }

    .store-buttons a {
        display: inline-block;
        width: 135px; /* Consistent width */
        transition: opacity 0.2s;
    }

    .store-buttons a:hover {
        opacity: 0.8;
    }

    .store-buttons img {
        width: 100%;
        height: auto;
        display: block;
    }

    /* --- Mobile Fix --- */
    @media (max-width: 600px) {
        .app-showcase-grid {
            grid-template-columns: 1fr; /* Stack vertically */
            max-width: 400px; /* Keep them neat */
        }

        .app-card {
            padding: 25px 15px;
        }
    }




    /* --- FOOTER CONTAINER --- */
    .modern-footer {
        background-color: #453066; /* Slightly darker than header for contrast */
        color: #e0dbe9; /* Off-white text is easier on the eyes */
        padding-top: 60px;
        font-family: 'Questrial', sans-serif;
        border-top: 5px solid #e36480; /* Pink top border for branding */
    }

    /* --- THE MAIN GRID LAYOUT --- */
    .footer-grid {
        display: grid;
        /* 3 Columns: Brand (wide), Langs (wide), Links (narrow) */
        grid-template-columns: 1.2fr 1.5fr 0.8fr;
        gap: 40px;
        padding-bottom: 50px;
    }

    /* --- COLUMN 1: BRAND --- */
    .footer-logo {
        color: #fff;
        font-size: 24px;
        margin-top: 0;
        margin-bottom: 15px;
        letter-spacing: 1px;
    }

    .footer-desc {
        font-size: 14px;
        line-height: 1.6;
        opacity: 0.8;
        max-width: 300px;
    }

    /* Social Icons (Optional) */
    .social-links {
        margin-top: 20px;
    }
    .social-links a {
        color: #fff;
        background: rgba(255,255,255,0.1);
        width: 35px;
        height: 35px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        margin-right: 10px;
        transition: all 0.3s;
        text-decoration: none;
    }
    .social-links a:hover {
        background: #e36480;
        transform: translateY(-3px);
    }

    /* --- COLUMN 2: INTERNATIONAL (LANGUAGE GRID) --- */


    .lang-grid {
        display: grid;
        /* Creates a 2-column grid for the links automatically */
        grid-template-columns: 1fr 1fr;
        gap: 12px 20px; /* Vertical gap 12px, Horizontal gap 20px */
    }

    .lang-grid a {
        color: #b8b0c9;
        text-decoration: none;
        font-size: 14px;
        transition: color 0.2s;
        display: flex;
        align-items: center;
        gap: 8px; /* Space between flag emoji and text */
    }

    .lang-grid a:hover {
        color: #fff;
        text-shadow: 0 0 10px rgba(255,255,255,0.3);
    }

    /* Update the link to align items vertically */
    .lang-grid a {
        color: #b8b0c9;
        text-decoration: none;
        font-size: 14px;
        transition: color 0.2s;
        display: flex;
        align-items: center;
        gap: 10px; /* Space between badge and text */
    }

    /* --- THE LANGUAGE BADGE --- */
    .lang-badge {
        display: inline-flex;
        align-items: center;
        justify-content: center;

        /* Size & Shape */
        width: 28px;
        height: 18px;
        border-radius: 4px; /* Slightly rounded corners */

        /* Typography */
        font-size: 10px;
        font-weight: 700;
        font-family: sans-serif; /* Clean font for the code */
        text-transform: uppercase;

        /* Colors: A translucent white background */
        background-color: rgba(255,255,255,0.15);
        color: #fff;
        border: 1px solid rgba(255,255,255,0.1);

        transition: all 0.2s ease;
    }

    /* Hover Effect: When you hover the LINK, the BADGE lights up pink */
    .lang-grid a:hover .lang-badge {
        background-color: #e36480; /* Brand Pink */
        border-color: #e36480;
        color: #fff;
    }

    .lang-grid a:hover {
        color: #fff;
    }

    /* --- COLUMN 3: LINKS --- */
    .footer-links {
        list-style: none;
        padding: 0;
        margin: 0;
    }

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

    .footer-links a {
        color: #fff;
        text-decoration: none;
        font-size: 15px;
        position: relative;
        transition: padding 0.3s;
    }

    /* Hover Effect: Move link slightly right */
    .footer-links a:hover {
        padding-left: 5px;
        color: #e36480;
    }

    .footer-heading {
        color: #fff;
        font-size: 16px;
        text-transform: uppercase;
        letter-spacing: 2px;
        margin-bottom: 25px;
        opacity: 0.5;
    }

    /* --- COPYRIGHT BAR --- */
    .copyright-bar {
        background-color: #382654; /* Even darker for the bottom bar */
        text-align: center;
        padding: 20px 0;
        margin-top: 0;
        font-size: 13px;
        color: rgba(255,255,255,0.4);
    }

    .copyright-bar strong {
        color: #fff;
    }

    /* --- MOBILE RESPONSIVENESS --- */
    @media (max-width: 768px) {
        .footer-grid {
            grid-template-columns: 1fr; /* Stack everything */
            gap: 40px;
            text-align: center;
        }

        .footer-desc {
            margin: 0 auto; /* Center text */
        }

        .social-links {
            justify-content: center;
            display: flex;
        }

        .lang-grid {
            text-align: left; /* Keep languages aligned left for readability */
            padding: 0 20px; /* Add breathing room */
        }
    }




    /* --- The Grid Container --- */
    .planet-container {
        display: grid;
        /* Responsive Grid: Cards will be at least 200px wide, then stretch */
        grid-template-columns: repeat(auto-fit, minmax(175px, 1fr));
        gap: 25px;
        max-width: 1100px;
        margin: 40px auto;
        padding: 0px;
    }


    /* --- The Individual Card --- */
    .dhplanet {
        background-color: #ffffff; /* White background */
        border-radius: 20px;
        /* Soft, modern shadow instead of the heavy grey one */
        box-shadow: 0 10px 30px rgba(0,0,0,0.05);
        border: 1px solid #f0eff5;
        padding: 30px 20px;
        text-align: center;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }


    /* --- The Container (Switch to Flexbox) --- */
    .planet-container {
        display: flex;             /* Enables centering logic */
        flex-wrap: wrap;           /* Allows items to wrap to next line */
        justify-content: center;   /* THE MAGIC: Centers all items, including the last row */
        gap: 25px;
        max-width: 1100px;
        margin: 40px auto;
        padding: 0px;
    }

    /* --- The Individual Card --- */
    .dhplanet {
        /* Flex Sizing: Grow(1), Shrink(1), Basis(175px) */
        flex: 1 1 175px;

        /* Prevent the last card from stretching too wide if it's alone */
        max-width: 260px;

        /* Keep your existing visual styles below */
        background-color: #ffffff;
        border-radius: 20px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.05);
        border: 1px solid #f0eff5;
        padding: 30px 20px;
        text-align: center;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        margin: 0px;
    }


    @media screen and (max-width: 420px) {
        .planet-container {
            grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
            gap: 5px;
        }
        .dhplanet { padding: 30px 0px;
            flex: 1 1 140px;

            /* Prevent the last card from stretching too wide if it's alone */
            max-width: 240px;
        }
    }
    /* Hover Effect: Lift up */


    /* --- The Circular Graphic Container --- */
    .dhplanet .img-container {
        /* Remove the old background color logic if it interferes */
        background-color: transparent;
        width: 120px;
        height: 120px;
        margin: 0 auto 20px auto;
        position: relative;
    }

    /* --- The Text Info Area --- */
    .dhplanet .planetinfo {
        width: 100%;
        margin-top: 5px;
    }

    /* 1. The Planet Name (Badge Style) */
    .dhplanet .planetname {
        display: inline-block;
        color: #fff;
        border-radius: 50px; /* Full pill shape */
        font-size: 13px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        padding: 6px 15px;
        margin-bottom: 12px;
        box-shadow: 0 4px 10px rgba(0,0,0,0.15); /* Make the badge pop */
    }

    /* 2. The Zodiac Sign (Main Title) */
    .dhplanet .planetsign {
        font-family: 'Questrial', sans-serif;
        font-size: 24px;
        color: #563d7c; /* Brand Purple */
        margin: 0 0 5px 0;
        font-weight: bold;
    }

    /* 3. The Degrees (Subtext) */
    .dhplanet .planetdeg {
        font-family: 'Roboto', monospace; /* Monospace looks better for coordinates */
        font-size: 14px;
        color: #999;
        background: #f9f9f9;
        padding: 4px 10px;
        border-radius: 8px;
        display: inline-block;
    }

    /* --- Planet Specific Badge Colors (Refining your existing classes) --- */
    /* We keep your colors but ensure the text is readable */

    .planetbg_sun { background: linear-gradient(135deg, #ef9200, #f1da7d); }
    .planetbg_moon { background: linear-gradient(135deg, #5f7a84, #a1bbbf); }
    .planetbg_mercury { background: linear-gradient(135deg, #9c5f2f, #eebe7c); }
    .planetbg_venus { background: linear-gradient(135deg, #bd5935, #e4c87e); }
    .planetbg_mars { background: linear-gradient(135deg, #d73c43, #F4BCBF); }
    .planetbg_jupiter { background: linear-gradient(135deg, #cc8339, #f7da8f); }
    .planetbg_saturn { background: linear-gradient(135deg, #a77555, #f2ddd0); }
    .planetbg_uranus { background: linear-gradient(135deg, #3b89c0, #95dcfe); }
    .planetbg_neptune { background: linear-gradient(135deg, #003885, #8db4e2); }
    .planetbg_pluto { background: linear-gradient(135deg, #8a6661, #c7bdb0); }


    /* --- CONTAINER --- */
    .zodiac-match-section {
        max-width: 800px;
        margin: 40px auto;
        text-align: center;
    }

    .match-grid {
        display: flex;
        justify-content: center;
        gap: 20px;
        flex-wrap: wrap;
        margin-bottom: 40px;
    }

    .section-divider {
        font-family: 'Questrial', sans-serif;
        font-size: 20px;
        color: #563d7c;
        margin: 20px 0;
    }
    .section-divider.warning i { color: #ff6b6b; }

    /* --- THE CARD --- */
    .match-card {
        background: #fff;
        border-radius: 15px;
        box-shadow: 0 5px 20px rgba(0,0,0,0.05);
        border: 1px solid #f0eff5;
        padding: 20px;
        text-align: center;
        text-decoration: none;
        transition: transform 0.2s ease;
        width: 175px; /* Fixed width for uniform look */
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .match-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 30px rgba(86, 61, 124, 0.15);
        text-decoration: none;
    }

    /* --- TOP SECTION (Image + Text Side-by-Side) --- */
    /* This layout feels more premium than a simple stack */
    .card-top {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 15px;
    }

    .image-wrapper {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        padding: 4px;
        border: 3px solid #eee;
        margin-bottom: 10px;
    }

    .image-wrapper img {
        width: 100%;
        border-radius: 50%;
    }

    .match-name {
        color: #563d7c;
        font-size: 18px;
        margin: 0;
        font-weight: 700;
    }

    .match-score {
        font-size: 24px;
        font-weight: 800;
        color: #333;
    }

    /* --- THE BUTTON (Clean & Modern) --- */
    .view-btn {
        display: block;
        width: 100%;
        padding: 8px 0;
        border-radius: 50px;
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        transition: all 0.2s;

        /* Default: Outline Style (Cleaner) */
        background: transparent;
        border: 1px solid #ddd;
        color: #999;
    }

    /* --- COLOR LOGIC --- */

    /* Good Match Styles */
    .good-match .image-wrapper { border-color: #04bf9d; }
    .good-match .match-score { color: #04bf9d; }

    .good-match:hover .view-btn {
        background: #04bf9d;
        border-color: #04bf9d;
        color: #fff;
    }

    /* Bad Match Styles */
    .bad-match .image-wrapper { border-color: #e36480; }
    .bad-match .match-score { color: #e36480; }

    .bad-match:hover .view-btn {
        background: #e36480;
        border-color: #e36480;
        color: #fff;
    }

    /* --- TRAFFIC LIGHT COLOR SYSTEM --- */

    /* 1. HIGH MATCH (80%+) - Green */
    .match-card.high-match .image-wrapper { border-color: #04bf9d; }
    .match-card.high-match .match-score { color: #04bf9d; }
    /* Button Hover */
    .match-card.high-match:hover .view-btn {
        background: #04bf9d;
        border-color: #04bf9d;
        color: #fff;
    }

    /* 2. MEDIUM MATCH (60-79%) - Amber/Orange */
    .match-card.med-match .image-wrapper { border-color: #fca103; }
    .match-card.med-match .match-score { color: #fca103; }
    /* Button Hover */
    .match-card.med-match:hover .view-btn {
        background: #fca103;
        border-color: #fca103;
        color: #fff;
    }

    /* 3. LOW MATCH (<60%) - Red/Pink */
    .match-card.low-match .image-wrapper { border-color: #e36480; }
    .match-card.low-match .match-score { color: #e36480; }
    /* Button Hover */
    .match-card.low-match:hover .view-btn {
        background: #e36480;
        border-color: #e36480;
        color: #fff;
    }

    @media screen and (max-width: 450px) {
        .match-card { width: 150px; }
        .match-grid { gap: 10px; }
    }

    /* --- LAYOUT CONTAINER --- */
    .zodiac-selection-container {
        max-width: 1100px;
        margin: 40px auto;
        padding: 0 15px;
    }

    .selection-header {
        text-align: center;
        margin-bottom: 30px;
    }

    .selection-header.indent-top {
        margin-top: 60px; /* Separator between Western and Chinese */
    }

    .selection-header h1 {
        font-family: 'Questrial', sans-serif;
        color: #563d7c;
        font-size: 32px;
        margin-bottom: 5px;
    }

    .selection-header h2 {
        font-family: 'Questrial', sans-serif;
        color: #e36480; /* Pink Subtitle */
        font-size: 18px;
        margin-top: 0;
        text-transform: uppercase;
        letter-spacing: 2px;
    }

    /* --- THE GRID --- */
    .sign-grid {
        display: grid;
        /* This automatically fits as many 160px cards as possible */
        grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
        gap: 20px;
    }

    /* --- THE CARD --- */
    .sign-card {
        background: #fff;
        border: 1px solid #f0eff5;
        border-radius: 16px;
        padding: 20px 10px;
        text-align: center;
        text-decoration: none;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        box-shadow: 0 5px 15px rgba(0,0,0,0.03);
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .sign-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 25px rgba(86, 61, 124, 0.15); /* Purple tint shadow */
        border-color: #e36480; /* Pink border on hover */
        text-decoration: none;
    }

    /* Image Wrapper (Ring Effect) */
    .sign-icon {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        margin-bottom: 15px;
        border: 3px solid #f8f8f8; /* Subtle ring by default */
        padding: 5px;
        transition: border-color 0.3s;
    }

    .sign-card:hover .sign-icon {
        border-color: #e36480; /* Ring turns pink on hover */
    }

    .sign-icon img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        object-fit: cover;
    }

    /* Text Styling */
    .sign-name {
        font-family: 'Questrial', sans-serif;
        color: #563d7c;
        font-size: 18px;
        margin: 0 0 5px 0;
        font-weight: 700;
    }

    .sign-date {
        font-size: 13px;
        color: #999;
        margin: 0;
    }

    .sign-years {
        font-size: 12px;
        color: #888;
        line-height: 1.4;
        margin: 0;
        /* Limit height so list of years doesn't stretch card too much */
        max-width: 90%;
    }

    /* --- DISCLAIMER --- */
    .chinese-disclaimer {
        background: #f9f9f9;
        color: #666;
        padding: 15px;
        border-radius: 8px;
        text-align: center;
        font-size: 13px;
        margin-top: 30px;
        border-left: 4px solid #563d7c;
    }
    /* --- THE GRID CONTAINER --- */
    .sign-grid {
        display: grid;
        gap: 20px;

        /* 1. MOBILE DEFAULT: 2 Columns */
        /* (12 items ÷ 2 cols = 6 perfect rows) */
        grid-template-columns: repeat(2, 1fr);
    }

    /* 2. TABLETS (approx 600px+): 3 Columns */
    /* (12 items ÷ 3 cols = 4 perfect rows) */
    @media (min-width: 600px) {
        .sign-grid {
            grid-template-columns: repeat(3, 1fr);
        }
    }

    /* 3. LAPTOPS/DESKTOPS (approx 900px+): 4 Columns */
    /* (12 items ÷ 4 cols = 3 perfect rows) */
    @media (min-width: 900px) {
        .sign-grid {
            grid-template-columns: repeat(4, 1fr);
        }
    }

    /* 4. LARGE SCREENS (approx 1200px+): 6 Columns */
    /* (12 items ÷ 6 cols = 2 perfect rows) */
    @media (min-width: 1200px) {
        .sign-grid {
            grid-template-columns: repeat(6, 1fr);
        }
    }





    /* --- ASPECTS CONTAINER --- */
    .ulaspect {
        display: grid;
        /* Auto-fill chips (min width 250px) */
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        gap: 15px;
        padding: 0;
        list-style: none;
        max-width: 900px;
        margin: 20px auto 40px auto;
    }

    /* --- THE ASPECT CHIP --- */
    .ulaspect li {
        background: #fff;
        border: 1px solid #e0e0e0;
        border-radius: 50px; /* Pill shape */
        padding: 10px 20px;
        display: flex;
        align-items: center;
        transition: all 0.2s ease;
    }

    .ulaspect li:hover {
        border-color: #563d7c;
        background: #fcfbff;
        transform: translateY(-2px);
    }

    /* --- The Icon Container --- */
    .ulaspect .asp_image {
        width: 24px;
        height: 24px;
        margin-right: 12px;
        opacity: 0.7;
        /* Optional: Filter to turn black GIFs into Purple branding */
        filter: sepia(100%) hue-rotate(230deg) saturate(300%);
    }

    .ulaspect .asp_image img {
        width: 100%;
        height: auto;
        display: block;
    }

    /* --- The Text --- */
    .ulaspect .asp_dec {
        font-family: 'Questrial', sans-serif;
        font-size: 14px;
        color: #555;
        font-weight: 600;
    }







    /* --- LAYOUT CONTAINER --- */
    .daily-layout-container {
        max-width: 800px;
        margin: 0px auto;
        padding: 0 15px;
        margin-top: 20px;
    }

    .daily-layout-container strong {
        font: 26px 'Questrial';
        color: #412a58;
        display: block;
        margin-bottom: 20px;
        text-align: center;
    }
    .date-selector-container {
        margin-bottom: 30px;
    }

    /* --- 1. HEADER CARD (Side-by-Side) --- */
    .daily-header-card {
        background: #fff;
        border: 1px solid #f0eff5;
        border-radius: 20px;
        padding: 25px;
        display: flex; /* Puts image next to text */
        align-items: center;
        gap: 30px;
        box-shadow: 0 5px 15px rgba(0,0,0,0.03);
        margin-bottom: 25px;
    }

    /* Image Wrapper */
    .header-visual img {
        width: 100px; /* Controlled size */
        height: 100px;
        border-radius: 50%;
        border: 4px solid #f9f9f9;
        object-fit: cover;
    }

    /* Info Area */
    .header-info {
        flex-grow: 1;
    }

    .title-row {
        display: flex;
        align-items: baseline; /* Aligns "Aries" and "Mar 21" text nicely */
        gap: 15px;
        margin-bottom: 15px;
    }

    .title-row h2 {
        margin: 0;
        color: #563d7c;
        font-size: 32px;
        font-weight: 700;
    }

    .title-row .date-range {
        color: #999;
        font-size: 14px;
        font-weight: 500;
    }

    /* Date Selector Pills */
    .date-selector-row {
        display: flex;
        gap: 10px;
        background: #f5f5f7;
        padding: 5px;
        border-radius: 50px;
        display: inline-flex; /* Shrink to fit content */
    }

    .date-pill {
        padding: 8px 20px;
        border-radius: 40px;
        font-size: 13px;
        color: #666;
        text-decoration: none;
        font-weight: 600;
        transition: all 0.2s;
    }

    .date-pill.active {
        background: #e36480;
        color: #fff;
        box-shadow: 0 2px 5px rgba(227, 100, 128, 0.3);
    }

    .date-pill:hover:not(.active) {
        background: #e0e0e0;
        color: #333;
    }


    /* --- 2. READING CARD --- */
    .daily-reading-card {
        background: #fff;
        border: 1px solid #f0eff5;
        border-radius: 20px;
        padding: 30px;
        box-shadow: 0 5px 15px rgba(0,0,0,0.03);
        margin-bottom: 25px;
    }

    .reading-date {
        color: #e36480;
        font-family: 'Questrial', sans-serif;
        font-size: 18px;
        margin-top: 0;
        margin-bottom: 15px;
        border-bottom: 1px solid #eee;
        padding-bottom: 15px;
    }

    .reading-text p {
        font-size: 17px;
        line-height: 1.7;
        color: #444;
        margin: 0;
    }





    /* --- MOBILE RESPONSIVENESS --- */
    @media (max-width: 600px) {
        /* Stack header on phone */
        .daily-header-card {
            flex-direction: column;
            text-align: center;
            gap: 20px;
            padding: 20px;
        }

        .title-row {
            flex-direction: column;
            gap: 5px;
            align-items: center;
        }

        /* Make date selector fit width */
        .date-selector-row {
            width: 100%;
            justify-content: space-between;
        }

        .date-pill {
            padding: 8px 0; /* Less padding, rely on flex */
            flex: 1; /* Stretch to fill */
            text-align: center;
        }
    }




    /* --- CONTAINER --- */
    .insight-section {
        max-width: 900px;
        margin: 30px auto;
    }

    .section-label {
        font-family: 'Questrial', sans-serif;
        color: #563d7c;
        font-size: 22px;
        margin-bottom: 15px;
        font-weight: 700;
    }

    /* --- THE MAIN CARD --- */
    .insight-card {
        display: flex; /* Side-by-side layout */
        background: #fff;
        border: 1px solid #f0eff5;
        border-radius: 20px;
        box-shadow: 0 5px 20px rgba(0,0,0,0.03);
        overflow: hidden; /* Keeps content inside corners */
    }

    /* --- LEFT SIDE: VISUAL --- */
    .insight-visual {
        flex: 0 0 200px; /* Fixed width of 200px */
        background: rgba(86, 61, 124, 0.95); /* Very light purple tint */
        border-right: 1px solid #f0eff5;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 30px 20px;
        text-align: center;
    }

    .good-card .insight-visual {
        background: #04bf9d;
    }

    .bad-card .insight-visual {
        background: #fca103;
    }

    .insight-img-box {
        width: 80px;
        height: 80px;
        background: #fff;
        border-radius: 50%;
        padding: 5px;
        box-shadow: 0 4px 10px rgba(0,0,0,0.05);
        margin-bottom: 15px;
    }

    .insight-img-box img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        border-radius: 50%;
    }

    .insight-name {
        color: #ffffff;
        font-size: 20px;
        margin: 0;
        font-weight: 700;
    }

    /* --- RIGHT SIDE: CONTENT --- */
    .insight-content {
        padding: 30px;
        flex: 1; /* Take up remaining space */
        display: flex;
        align-items: center; /* Vertically center the text block */
    }

    .insight-content p {
        font-size: 16px;
        line-height: 1.7;
        color: #555;
        margin: 0;
        text-align: left;
    }

    /* --- MOBILE RESPONSIVENESS --- */
    @media (max-width: 700px) {
        .insight-card {
            flex-direction: column; /* Stack vertically on phone */
        }

        .insight-visual {
            width: 100%; /* Full width */
            flex: none;
            border-right: none;
            border-bottom: 1px solid #f0eff5;
            padding: 20px;
            flex-direction: row; /* Horizontal layout for header on mobile */
            justify-content: start;
            gap: 20px;
            text-align: left;
        }

        .insight-img-box {
            width: 60px;
            height: 60px;
            margin-bottom: 0;
        }

        .insight-content {
            padding: 20px;
        }
    }
    /* --- HIDE LEGACY PLACEHOLDERS --- */
    /* Crucial: Hides the floating text created by your old JS */
    #contact-form ._placeholder {
        display: none !important;
    }

    /* --- SECTION CONTAINER --- */
    .contact-section {
        max-width: 800px;
        margin: 40px auto;
        padding: 0 15px;
    }

    /* --- THE CARD --- */
    .contact-card {
        background: #fff;
        border-radius: 20px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.05);
        border: 1px solid #f0eff5;
        padding: 40px;
        position: relative;
    }

    .contact-title {
        font-family: 'Questrial', sans-serif;
        color: #563d7c;
        font-size: 32px;
        margin-top: 0;
        margin-bottom: 5px;
        text-align: center;
    }

    .contact-subtitle {
        text-align: center;
        color: #888;
        margin-bottom: 30px;
        font-size: 16px;
    }

    /* --- FORM LAYOUT --- */
    #contact-form fieldset {
        border: none;
        padding: 0;
        margin: 0;
    }

    .form-row {
        display: flex;
        gap: 20px;
        margin-bottom: 20px;
    }

    /* Treat the LABEL as the container now */
    .form-group {
        flex: 1;
        display: flex;
        flex-direction: column;
        position: relative;
        margin-bottom: 0; /* Handled by row gap */
        width: 100%; /* Ensure labels fill space */
    }

    /* Use a specific class for the text label so it doesn't conflict */
    .input-label {
        font-size: 14px;
        font-weight: 700;
        color: #563d7c;
        margin-bottom: 8px;
        display: block;
        font-family: 'Roboto', sans-serif;
    }

    /* --- INPUT STYLES --- */
    #contact-form input[type="text"],
    #contact-form textarea {
        width: 100%;
        background: #f9f9fb;
        border: 1px solid #e1e1e1;
        border-radius: 12px;
        padding: 15px;
        font-size: 16px;
        color: #333;
        outline: none;
        transition: all 0.2s ease;
        font-family: 'Roboto', sans-serif;
        box-sizing: border-box;
    }

    #contact-form input::placeholder,
    #contact-form textarea::placeholder {
        color: #aaa;
        opacity: 1;
    }

    #contact-form textarea {
        min-height: 150px;
        resize: vertical;
    }

    #contact-form input:focus,
    #contact-form textarea:focus {
        background: #fff;
        border-color: #e36480;
        box-shadow: 0 0 0 4px rgba(227, 100, 128, 0.1);
    }

    /* --- ERROR MESSAGES (Positioning) --- */
    #contact-form .empty-message,
    #contact-form .error-message {
        position: absolute;
        right: 0;
        bottom: -20px;
        color: #e36480;
        font-size: 11px;
        height: 0;
        overflow: hidden;
        transition: 0.3s ease-in height;
        line-height: 20px;
    }

    /* Your JS adds 'invalid' or 'empty' classes to the LABEL */
    label.invalid .error-message,
    label.invalid .empty-message,
    label.empty .empty-message {
        height: 20px;
        display: block; /* Ensure visibility */
    }

    /* --- FOOTER AREA --- */
    .form-footer {
        margin-top: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .recaptcha {
        display: flex;
        justify-content: center;
        position: relative;
        width: 100%;
    }

    .action-area {
        text-align: center;
        width: 100%;
    }

    /* --- THE SUBMIT BUTTON (Styled Link) --- */
    .send-btn {
        display: inline-block;
        background: #e36480;
        color: #fff !important; /* Force white text */
        border: none;
        padding: 14px 50px;
        font-size: 16px;
        font-weight: 700;
        border-radius: 50px;
        cursor: pointer;
        transition: all 0.2s;
        box-shadow: 0 4px 15px rgba(227, 100, 128, 0.3);
        text-decoration: none; /* Remove underline */
    }

    .send-btn:hover {
        background: #563d7c;
        box-shadow: 0 4px 15px rgba(86, 61, 124, 0.3);
        transform: translateY(-2px);
        text-decoration: none;
    }

    .req-text {
        margin-top: 15px;
        font-size: 12px;
        color: #999;
    }

    /* --- LOADER --- */
    #contact-form .contact-form-loader {
        position: absolute;
        z-index: -1;
        top: 0; left: 0; right: 0; bottom: 0;
        background: rgba(255, 255, 255, 0.9) url('../img/form-loader.gif') no-repeat 50% 50%;
        opacity: 0;
        border-radius: 20px;
    }

    #contact-form.processing .contact-form-loader {
        opacity: 1;
        z-index: 99;
    }

    /* --- MOBILE RESPONSIVENESS --- */
    @media (max-width: 600px) {
        .contact-card {
            padding: 25px;
        }

        .form-row {
            flex-direction: column;
            gap: 20px; /* Restore gap for stacked items */
        }

        .send-btn {
            width: 100%;
            text-align: center;
        }
    }


.modal-header {
    padding: 20px 25px;
    background-color: #563d7c; /* Brand Purple */
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: none;
}
    .modal-header .close {

        float: right;
        font-size: 28px;
        font-weight: 400;
        line-height: 1;
        color: #ffffff;
        text-shadow: none;
        opacity: 0.8;
        background: transparent;
        border: none;
        cursor: pointer;
        margin-top: -4px;
    }
    .modal-header .close:hover {
        opacity: 1;
    }

    .modal.fade .modal-dialog {
        position: relative;
        width: 90%;
        max-width: 500px;
        margin: 10vh auto; /* Push down 10% from top */
    }


.modal-body {
    position: relative;
    padding: 40px 30px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #555;
    line-height: 1.6;
}

#header-info .social-links a
{
    background-color: #412a58;
}
.centertext {
    text-align: center;
}
    