﻿@charset "utf-8";
:root {
  --primary-color: #F4AA00;
  --primary-blue: #F4AA00;
  --light-blue: #FEF7E0;
  --accent-blue: #CC8800;
  --text-dark: #333333;
  --text-light: #666666;
  --speed-transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  --footer-bg-color: #172636;
  --search-engine-second-color: #E09A00;
  --maid-search-text-primary: #F4AA00;
  --section-bg: #f9f9f9;
  --primary-dark: #A07000;
}

a {
  color: #281c4c;
}
a:hover {
  text-decoration: none;
}
a:active,a:focus {
  outline: none;
}
article {
  padding: 40px 0;
}
.d-flex {
  display:flex;
}
.flex-fill {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;    
}
.ml-20 {
  margin-left:20px;
}
address {
  color: #000;
  line-height: 2em;
  padding: 0 0 10px 0;
}
address a {
  color: #000;
}
address a:hover {
  color: var(--primary-color) ;
}
blockquote {
  background: #e1e1e1;
  border-left: 3px double #281c4c;
  color: #281c4c;
  font-size: 0.9em;
  font-style: italic;
  font-weight: 700;
  line-height: 1.8em;
  padding: 40px 60px;
  position: relative;
}
blockquote.action {
  padding-right: 280px;
}
blockquote .btn {
  left: 100%;
  margin: 0 0 0 -260px;
  min-height: 38px;
  position: absolute;
  top: 50%;
  white-space: initial;
  width: 160px;
}
body {
  font-family: sans-serif, "Microsoft JhengHei";
  font-size: 17px;
  margin-top: 103px;  
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #281c4c;
  font-family: sans-serif, "Microsoft JhengHei";
  margin-top: 0;
  letter-spacing: 1px;
}
h2 {
  font-size: 1.7em;
  margin: 0 0 20px 0;
  padding: 0;
  font-weight:600;
}
h3 {
  font-size: 1.3em;
  padding: 0;
}
h4 {
  text-transform: uppercase;
}
h5 {
  font-size: 20px;
  font-weight: 600;
  padding-bottom:15px;
}
h6 {
  font-size: 18px;
  font-weight:600;
}
img {
  /*width: 100%;*/
}
img.pull-right {
  margin: 0 0 1.5em 1.5em;
}
img.pull-left {
  margin: 0 1.5em 1.5em 0;
}
p {
  color: #000;
  font-size: 1em;
  line-height: 1.8em;
  font-family: sans-serif, "Microsoft JhengHei";
}
ul {
  padding: 0;
}
strong.highlight {
  background: var(--primary-color) ;
  padding: 0 5px;
  color: #fff;
}
@media (min-width: 1200px) {
  .container {
   	max-width: 1200px;
  }
}
/***************************************************************************/
/********************** General Styles for Components **********************/
/********************************* Buttons ********************************/
.btn {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn.btn-default {
  background: var(--primary-color) ;
  border: none;
  color: #fff;
  text-transform: uppercase;
}
.btn:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  background: #2baea6;
}
.dropcap {
    background-color: #F8F8F8;
    border: 1px solid rgba(0, 0, 0, 0);
    color: #281C4C;
    display: inline-block;
    float: left;
    font-size: 22px;
    height: 48px;
    line-height: 48px;
    margin: 5px 17px 0 0;
    position: relative;
    text-align: center;
    width: 48px;
}



/********************************* Carousel ********************************/
.carousel-control {
  background: #281c4c;
  background-image: none;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  height: 42px;
  line-height: 42px;
  margin: -21px 0 0 0;
  opacity: 0.1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  filter: alpha(opacity=10);
  text-shadow: none;
  top: 50%;
  width: 42px;
}
.carousel-control.left,
.carousel-control.right {
  background-image: none;
  font-size: 2.5em;
}
.carousel-control.left .icon-right-open,
.carousel-control.right .icon-right-open {
  margin: 0 0 0 -6px;
}
.carousel-control.left .icon-left-open,
.carousel-control.right .icon-left-open {
  margin: 0 0 0 -10px;
}
.carousel-control:hover,
.carousel-control:focus {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}


/**************************** Carousel with Thumb **************************/
.carousel.carousel-thumb ol {
  font-size: 1em;
  margin: 0;
  padding: 0;
  position: static;
  width: 100%;
}
.carousel.carousel-thumb ol li {
  background: none;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  float: left;
  height: 79px;
  margin: 8px;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-indent: 0;
  width: 79px;
}
.carousel.carousel-thumb ol li:first-child {
  margin-left: 0;
}
.carousel.carousel-thumb ol li:last-child {
  margin-right: 0;
}
.carousel.carousel-thumb ol li.active {
  border: 3px solid #281c4c;
}
.carousel.carousel-thumb ol li img {
  height: 100%;
  width: auto;
}
/********************************* Dropdowns *******************************/
.dropdown {
  z-index: 2000;
}
.dropdown ul {
  display: none;
  left: 0;
  overflow: visible;
  position: absolute;
  text-align: left;
  top: 75%;
}
.dropdown ul li {
  display: inline-block;
  list-style: none;
}
.dropdown ul li a {
  display: inline-block;
  margin: 0;
  padding: 0 15px;
}
/********************************* Titles *******************************/
.title {
  margin: 50px 0 0 0;
  border-top: 1px solid #ededed;
  position: relative;
  text-align: center;
  padding: 40px 20% 0;
}
.title .centered {
  position: absolute;
  left: 50%;
  top: -20px;
}
.title .centered div {
  position: relative;
  left: -50%;
}
.title .centered div h2 {
  background: #fff;
  padding: 0 30px;
  margin: 0;
  height: 40px;
  line-height: 40px;
  display: block;
}
.title hr {
  width: 50px;
  border: 1px solid #281c4c;
  margin: 50px auto;
}
/***************************************************************************/
/**************************** Plugins / Modules ****************************/
/**************************** Revolution Slider ****************************/
.bannercontainer {
  height: 550px;
  margin: 0;
  max-height: 800px !important;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100% !important;
}
.bannercontainer .tp-leftarrow.default,
.bannercontainer .tp-rightarrow.default {
  display: none;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.bannercontainer .tp-bullets.simplebullets.round {
  background: rgba(255,255,255,0.5);
  height: 32px;
  padding: 7px 19px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
}
.bannercontainer .tp-bullets.simplebullets.round .bullet {
  background-image: url("/images/slider/bullet.png");
  margin-top: 0;
}
.bannercontainer .caption p {
  color: #fff;
  font-size: 2em;
  line-height: 1.2em;
  margin: 5em 0 0 0;
  white-space: normal;
}
.bannercontainer .caption p>span {
  display: block;
  font-size: 2.2em;
  line-height: 1.1em;
  margin-bottom: 0.5em;
  font-weight: 700;
}
.bannercontainer .caption a {
  display: inline-block;
  background: #33bbff;
  margin-top: 2em;
  height: 50px;
  line-height: 44px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  color: #fff;
  font-size: 1em;
  text-align: center;
  text-transform: uppercase;
  padding: 2px 20px;
  margin-right:15px;
}
.bannercontainer .caption a:hover {
  background: #000;
}
/**************************** Revolution Slider ****************************/
.tt-grid-wrapper nav a {
  background: #281c4c;
}
/********************************** Article ********************************/
  article .header {
  color: #9499af;
  font-size: 1.3em;
  font-weight: 400;
  margin-bottom: 30px;
}
/********************************** Forms **********************************/
form label {
  color: #9499af;
  font-size: 0.9em;
  font-weight: 400;
}
form .form-group {
  width: 48%;
}
form .form-control {
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #9499af;
  margin: 20px 0 0 0;
}
form.search .form-control {
  background: #f9f9f9;
  border: 1px solid #e7e7e7;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
form.search .input-group-addon {
  background: #f9f9f9;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #e7e7e7;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/********************************** Grid ***********************************/
.grid {
  display: inline-block;
  width: 100%;
}
.grid ul {
  max-width: 100%;
  position: relative;
  text-align: center;
}
.grid ul li {
  display: inline-block;
  list-style: none;
  margin: 10px;
  height: 230px;
  width: 204px;
}
.grid ul li:hover a .name {
  color: #281c4c;
}
.grid ul li a {
  background: #fff;
  border: 1px solid #ededed;
  -webkit-border-radius: 18px;
  border-radius: 18px;
  display: block;
  height: 180px;
  margin: 0 auto;
  padding: 7px;
  position: relative;
  width: 180px;
  font-size: 16px;
}
.grid ul li a .name {
  display: block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #281c4c;
  margin: 20px 0 0 0;
}
.grid ul li a img {
  -webkit-border-radius: 18px;
  border-radius: 18px;
}
.grid ul li a .tag {
  background: #281c4c;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  display: block;
  font-size: 12px;
  height: 52px;
  left: -10px;
  line-height: 52px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: -10px;
  width: 52px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.grid ul li a .tag.sale {
  background: #7e8333;
}
.grid ul li .more {
  background: #9ab8c0;
  -webkit-border-radius: 18px;
  border-radius: 18px;
  color: #fff;
  height: 100%;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  position: absolute;
  text-decoration: none;
  top: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
  z-index: 1;
  padding: 10px;
  font-size: 0;
}
.grid ul li .more span {
  display: block;
  text-align: left;
}
.grid ul li .more i {
  font-size: 1.7em;
  margin: -10px 0 0 0;
}
.grid ul li .more .wks {
  font-size: 1.1em;
  text-align: center;
  margin: 30px 0 0 0;
  font-weight: 700;
}
.grid ul li .more .txt {
  text-align: center;
  font-size: 1.5em;
}
.grid ul li:hover .more {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  font-size: 16px;
}
.grid ul li:hover a .tag {
  top: 10px;
  left: 10px;
}
/*********************************  Labels  *******************************/
.label.label-default {
  background-color: var(--primary-color) ;
  text-transform: uppercase;
}
/******************************* List Groups *****************************/
.list-group .list-group-item {
  background: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: none;
  border-top: 1px solid #f4f4f4;
  font-size: 1em;
  margin: 0;
  padding: 0;
  height: 48px;
  line-height: 48px;
  color: #9499af;
}
.list-group .list-group-item:first-child,
.list-group .list-group-item:last-child {
  -webkit-border-radius: 0;
  border-radius: 0;
}
.list-group .list-group-item:first-child {
  border: none;
}
.list-group .list-group-item:hover {
  background: none;
  color: #52c1ba;
}
.list-group .list-group-item:hover i {
  color: #52c1ba;
}
.list-group .list-group-item i {
  color: #9499af;
}
.list-group.alt {
  background: #3e3f43;
  color: #e5e5e7;
}
.list-group.alt h3 {
  background: #281c4c;
  color: #e5e5e7;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.list-group.alt .list-group-item {
  background: none;
  border: none;
  border-bottom: 1px solid #2d2d2f;
  -webkit-border-radius: 0;
  border-radius: 0;
  border-top: 1px solid #565759;
  color: #e5e5e7;
  font-size: 0.8em;
  margin: 0;
  padding: 7px;
}
.list-group.alt .list-group-item:hover {
  background: #2d2d2f;
  color: #281c4c;
}
.list-group.alt .list-group-item i {
  color: #808183;
}
/****************************** Pagination *********************************/
.paginator {
  font-size: 15px;
  margin-top: 20px;
}
.paginator .pagination {
  display: inline-flex;
}
.paginator li {
  list-style: none;
}
.text-center {
  text-align: center!important;
}
.paginator .pagination>.active>a, 
.paginator .pagination>.active>a:focus, 
.paginator .pagination>.active>a:hover,
.paginator .pagination>.active>span, 
.paginator .pagination>.active>span:focus, 
.paginator .pagination>.active>span:hover {
  z-index: 3;
  color: #fff;
  background-color: var(--primary-color);
  cursor: default;
}
.paginator .pagination>li>a, 
.paginator .pagination>li>span {
  position: relative;
  padding: 8px 12px;
  margin: 0 5px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #666;
  background-color: transparent;
  border-radius: 99px;
  margin: 0 3px;
  border: 0;
  float: none;
}
/***************************************************************************/
/************************ General Styles for Header ************************/
header .row {
  margin: 0px;
}
header .nav .caret {
  border-top-color: #9499af;
  border-bottom-color: #9499af;
}
header .navbar {
  background: #fff;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #2d3339;
  font-size: 1.1em;
  font-weight: 600;
  margin: 0;
  min-height: 70px;
  -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 10%);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 10%);  
}
header .navbar .navbar-header {
  margin: 0px 0;
}
header .navbar .navbar-header .navbar-brand {
  padding: 8px 0 8px 15px;
}
header .navbar .navbar-header .navbar-brand img {
  width:auto;
  height:60px;
  margin-right:15px
}
header .navbar .navbar-header .navbar-toggle {
  background: var(--primary-color) ;
}
header .navbar .navbar-header .navbar-toggle span {
  background: #fff;
}
header .navbar .navbar-nav {
  padding: 0 0 0 300px;
}
header .navbar-nav>li {
  padding: 0 5px;
}
header .navbar .navbar-nav li a {
  color: #2d3339;
  padding: 0 18px;
  font-size:14px;
  font-weight: 400;
  /*margin: 16px 0 0 0;*/
  background: none;
  margin-top:30px;
  text-align: center;
}
header .navbar .navbar-nav li.active>a,
header .navbar .navbar-nav li a:hover {
  color: var(--primary-color) ;
  padding-bottom: 3px;
  border-bottom: 2px solid var(--primary-color) ;
}
header .navbar .navbar-nav .dropdown ul {
  font-size: 0.9em;
  margin: 0 0 0 -2px;
  padding: 0;
  min-width: 150px;
  border: 1px solid #eee;
}
header .navbar .navbar-nav .dropdown ul li {
  background-color: #fff;
  border-bottom: 1px solid #eee;
  padding: 0;
}
header .navbar .navbar-nav .dropdown ul li:last-child {
  border: none;
}
header .navbar .navbar-nav .dropdown ul li a {
  margin: 1px 0 0;
  width: 150px;
  height: 28px;
  line-height: 28px;
}
header .navbar .navbar-nav .dropdown ul li.active a,
header .navbar .navbar-nav .dropdown ul li a:hover {
  border-width: inherit;
  border-color: inherit;
}
header .navbar .navbar-nav .dropdown.open a {
  background-color: transparent;
}
header .navbar .navbar-form {
  margin: 15px 0;
  padding: 0 10px 0 0;
  text-align: right;
}
header .navbar .navbar-form .btn,
header .navbar .navbar-form .form-control {
  background-color: #fff;
  border-color: #ebebeb;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: inset 0 0 0.5px rgba(0,0,0,0.5);
  box-shadow: inset 0 0 0.5px rgba(0,0,0,0.5);
  color: #9499af;
  height: 36px;
  margin: 0;
  min-width: initial;
}
header .navbar .navbar-form .form-group {
  width: 175px;
}
header .navbar .navbar-form .form-group .form-control {
  border-left: none;
  color: #9499af;
  margin: 0;
  padding: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
header .navbar .navbar-form .form-group .input-group-btn .btn {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-right: none;
  color: #281c4c;
  font-size: 1.3em;
  padding: 0;
  width: 33px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.5;
  border: 1px solid transparent;
  border-radius: 0px 0px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #f6f6f6 #f6f6f6 #ddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #b7b7b7;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
/************************ Footer ************************/
footer {
	margin-top:50px;
	font-size:16px;
	padding: 50px 0 10px;
	background: var(--footer-bg-color) ;
}
footer, footer a, footer p, footer .license {
  color: #fff;
	font-weight:400;
}
footer a:hover {
  color: #fff;
  text-decoration: none;
}
footer .copyright {
	text-align:center;
	padding-top:50px;
}
footer .logo2 img {
	margin-bottom:30px;
}
footer .license {
	margin-bottom:15px;
	font-size:13px;
}
footer .branch {
	font-size: 18px;
	font-weight:400;
	padding:0 5px 10px;
}
footer .address {
	display:flex;
	padding-bottom:5px;
}
footer .address .fa {
	width:30px;
}
footer .link>div {
	padding-bottom:10px;
}
.home footer {
  background: #FFFBF0;
  color: #172636;
  margin-top:0px;
}
.home footer .license .number,
.home footer p,
.home footer a,
.home footer a:hover {
  color: #172636;
}
/************************  Go to top arrow ************************/
.scrollup {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 80px;
  right: 30px;
  display: none;
  background: transparent url("/images/to-top.png") center center no-repeat;
}

.scrollup i {
  color: #fff;
  text-align: center;
  display: block;
  line-height: 48px;
  font-size: 20px;
}

.scrollup:hover { 
  opacity: 0.7;
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media {
  margin-bottom:30px;
}
.media-body {
  /*width: 10000px;*/
  text-align:left;

}
.media-body p {
  font-size: 18px;
  font-weight:bold;
  color:var(--primary-color) ;
  margin-bottom:5px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  text-align: left;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.icon {
  display: inline-block;
  position: relative;
  text-align: center;
}
.icon:before {
  position: relative;
  display: inline-block;
  font-weight: 400;
  font-style: normal;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-primary {
  color: var(--primary-color) !important;
}
.icon-xs {
  width: 20px;
  font-size: 20px;
  line-height: 1.5;
}
.icon-sm {
  width: 27px;
  font-size: 24px;
  line-height: 1.3;
}
.icon-md {
  font-size: 36px;
  line-height: 1.5;
}
.icon-lg {
  width: 120px;
  height: 120px;
  font-size: 60px;
  line-height: 120px;
}
.rd-mailform {
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}

.rd-mailform fieldset {
  border: none;
}

.rd-mailform fieldset > .row + .row {
  margin-top: 11px;
}

.rd-mailform {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 25px;
  text-align: center;
}

.rd-mailform:first-child {
  margin-top: 0;
}

.rd-mailform label {
  font-weight: inherit;
}

.rd-mailform input, .rd-mailform select, .rd-mailform .rd-mailform-select {
  height: 50px;
  font-weight: 400;
  text-align: left;
  border: none;
  border-radius: 0px;
}

.rd-mailform .select .rd-select-menu {
  z-index: 9999;
  display: block;
  opacity: 0;
  visibility: hidden;
}

.rd-mailform .select .rd-select-open .rd-select-menu {
  opacity: 1;
  visibility: visible;
}

.rd-mailform .select label {
  margin-bottom: 0;
}

.rd-mailform input, .rd-mailform textarea, .rd-mailform .rd-mailform-select {
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  padding: 5px 10px;
  border: none;
  border-radius: 0px;
  line-height: 28px;
  color: #000;
  background: #e6e6e6;
}
.rd-mailform textarea {
  display: inline-block;
  margin-top:15px;
}

.rd-mailform input:-moz-placeholder, .rd-mailform textarea:-moz-placeholder, .rd-mailform .rd-mailform-select:-moz-placeholder {
  color: #b7b7b7;
  opacity: 1;
  transition: 0.3s;
}

.rd-mailform input::-webkit-input-placeholder, .rd-mailform textarea::-webkit-input-placeholder, .rd-mailform .rd-mailform-select::-webkit-input-placeholder {
  color: #b7b7b7;
  opacity: 1;
  transition: 0.3s;
}

.rd-mailform input::-moz-placeholder, .rd-mailform textarea::-moz-placeholder, .rd-mailform .rd-mailform-select::-moz-placeholder {
  color: #b7b7b7;
  opacity: 1;
  transition: 0.3s;
}

.rd-mailform input:-ms-input-placeholder, .rd-mailform textarea:-ms-input-placeholder, .rd-mailform .rd-mailform-select:-ms-input-placeholder {
  color: #b7b7b7;
  opacity: 1;
  transition: 0.3s;
}

.rd-mailform input:focus:-moz-placeholder, .rd-mailform textarea:focus:-moz-placeholder, .rd-mailform .rd-mailform-select:focus:-moz-placeholder {
  opacity: 0.4;
}

.rd-mailform input:focus::-webkit-input-placeholder, .rd-mailform textarea:focus::-webkit-input-placeholder, .rd-mailform .rd-mailform-select:focus::-webkit-input-placeholder {
  opacity: 0.4;
}

.rd-mailform input:focus::-moz-placeholder, .rd-mailform textarea:focus::-moz-placeholder, .rd-mailform .rd-mailform-select:focus::-moz-placeholder {
  opacity: 0.4;
}

.rd-mailform input:focus:-ms-input-placeholder, .rd-mailform textarea:focus:-ms-input-placeholder, .rd-mailform .rd-mailform-select:focus:-ms-input-placeholder {
  opacity: 0.4;
}

.rd-mailform textarea {
  resize: vertical;
  overflow: auto;
  min-height: 60px;
  height: 191px;
  max-height: 286.5px;
}

.rd-mailform > * + * {
  margin-top: 30px;
}

@media (min-width: 1300px) {
  .rd-mailform > * + * {
    margin-top: 10px;
  }
}

@media (min-width: 1200px) {
  .rd-mailform {
    margin-top: 27px;
  }
  .rd-mailform *:nth-child(2) {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .rd-mailform.row .col-xs-12 {
    margin-top: 30px;
	  padding-left: 0px!important;
	  padding-right: 0px!important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .rd-mailform.row .col-sm-6:nth-child(n+3) {
    margin-top: 30px;
  }
}

@media (min-width: 1300px) {
  .rd-mailform.row .col-sm-6:nth-child(odd) {
    padding-right: 5px;
  }
  .rd-mailform.row .col-sm-6:nth-child(even) {
    padding-left: 5px;
  }
  .rd-mailform.row .col-sm-6.left-col {
    padding-left: 15px;
    padding-right: 5px;
  }
  .rd-mailform.row .col-sm-6.right-col {
    padding-left: 5px;
    padding-right: 15px;
  }
}

div[class^="rd-mailform-validate"] {
  position: fixed;
  left: 50%;
  bottom: 50px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  max-width: 400px;
  min-height: 50px;
  font-weight: 700;
  text-align: center;
  padding: 12px 25px 10px 40px;
  font-size: 16px;
  border-radius: 6px;
  opacity: 0;
  transition: .3s;
  color: #fff;
  background: #ff6859;
  z-index: 999;
  pointer-events: none;
}

div[class^="rd-mailform-validate"]:before {
  content: '\f00d';
  font-family: 'FontAwesome';
  display: inline-block;
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

div[class^="rd-mailform-validate"].success {
  opacity: 1;
}

div[class^="rd-mailform-validate"].error {
  opacity: 1;
}
.text-white {
	color:#fff;
}
.logo {
	float: left;
	margin-top: 3px;
	position: relative;
	z-index: 2
}
.logo img {
	height: 50px
}
.borderLeft {
	border-left: 1px solid #DADADA
}
.borderTop {
	margin-top: 30px;
	border-top: 1px solid #DADADA
}
.mrgTop {
	margin-top: 30px
}
.page-content {
	padding: 15px;
	border: 1px solid var(--primary-color) ;
}
.page-content-mobile {
	padding: 8px;
	border: 0px;
}
.bg-primary {
	background: var(--primary-color) ;
	color:#fff;
	padding: 10px 15px;
	margin-top: 15px;	
	margin-bottom: 15px;
}
.maidbox1-border {
	border-color: #CCC
}
.maidbox1 {
	color: #000;
	font-size: 14px;
	padding-bottom: 5px
}
.maidbox1 a {
	font-size: 14px;
	color: #000;
	cursor: pointer;	
}
.maidbox-img-td {
	width: 120px
}
.maidbox-img {
	border: 1px solid #000;
	width: 110px;
	height: 138px
}
.maidbox1-name {
	float: left;
	display: block;
	max-width: 170px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.maidbox td {
	align: left;
}
#more {
	float: right;
	background-color: #F63;
	color: #FFF;
	padding: 4px 10px;
	font-size: 12px;
	font-weight: 500;
	cursor: pointer
}
#more span a {
	color: #FFF
}
#search_btn {
	float: left;
	background-color: var(--primary-color) ;
  color: #FFF;
	padding: 4px;
	margin-top: 10px;
	width: 150px;
	text-align: center;
	font-size: 14px;
	font-weight: 800;
	cursor: pointer
}
#search_btn a {
	color: #FFFFFF;
	text-decoration: none
}
.search_more {
	float: right;
	margin-top: 15px;
	color: #000
}
.search_more a {
	font-size:12px;
	color: #000;
	text-decoration: none
}
.search_panel_title {
	background-color: var(--primary-color) ;
	color: #FFF;
	text-shadow: 0px 0px 0px var(--primary-color) ;
	padding: 5px 10px;
	font-size: 16px
}
.search_panel_table {
	padding: 8px;
	font-weight: normal;
	color: #000;
	border: 2px solid var(--primary-color) ;
}
.search_panel input[type="text"] {
	width: 100%;
	height: 28px;
	padding: 3px;
	border: solid 1px #DCDCDC;
	transition: box-shadow 0.3s, border 0.3s;
	margin-bottom: 6px
}
.search_panel select {
	width: 100%;
	height: 28px;
	padding: 3px;
	border: solid 1px #DCDCDC;
	transition: box-shadow 0.3s, border 0.3s;
	margin-bottom: 5px
}
.search_panel a {
	cursor: pointer
}
.search_panel_text {
	float: left;
	font-size: 14px;
	padding: 4px 0px;
	font-weight: bold
}
.search_panel_text2 {
	float: left;
	font-size: 12px;
	padding: 0px 0px;
	font-weight: bold
}
.search_panel_img_label {
	background-color: #FFF
}
.search_panel_img {
	width:auto;
	height: 30px;
	padding: 5px 5px
}
.skill_label {
	float: left;
	border-radius: 4px;
	border: 1px solid #D0D0D0;
	margin-right: 5px;
	margin-bottom: 6px;
	background-color: #FFF
}
.skill_img {
	height: 25px;
	padding: 3px 3px
}
.search_panel_img_selected {
	background-color: var(--primary-color) 
}
.search_panel input[type="checkbox"] {
	display: none;
	margin: 4px;
	background-color: #EFEFEF;
	border-radius: 4px;
	border: 1px solid #D0D0D0
}
.search_panel label {
	float: left;
	font-size: 14px;
	border-radius: 4px;
	border: 1px solid #D0D0D0;
	margin-right: 5px;
	margin-bottom: 6px;
	cursor: pointer;
	width: auto
}
.search_panel label span {
	font-size: 14px;
	text-align: center;
	padding: 2px 10px;
	display: block;
	border-radius: 4px;
	width: auto;
	color:#000;
	background-color: #fff; 
}
.search_panel input:hover + span {
	background-color: #FFFFFF;
	color: #000
}
.search_panel input:checked + span {
	background-color: var(--primary-color) ;
	color: #fff
}
.search_panel input:checked:hover + span {
	background-color: var(--primary-color) ;
	color: #fff
}
.search_maid_total_found {
	float: left;
	font-size: 14px
}
.search_maid_sorting {
	float: right;
	font-size: 14px;
	margin-right: 0px;
}
.search_maid_again {
	float: right;
	font-size: 14px
}
.search_maid_again a {
	color: #00F;
	text-decoration: none;
	cursor: pointer
}
.page_btn label {
	float: left;
	border-radius: 4px;
	border: 1px solid #000;
	margin-right: 5px;
	margin-bottom: 6px;
	height: 29px
}
.page_btn_current_page {
	background-color: #DDD
}
.page_btn label span {
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	padding: 3px 12px;
	display: block;
	border-radius: 4px
}
.page_btn_img {
	height: 22px;
	padding: 3px 7px;
	margin-top: 2px
}
.news {
	color: #000;
	margin-left: 5px
}
.employer_comment_frame {
	float: left;
	width: 100%;
	height: 200px;
	padding: 10px;
	line-height: 20px
}
.employer_cell {
	color: #222222;
	margin-bottom: 20px
}
.employer_title {
	color: #3474C9;
	text-decoration: underline
}
.horizontal_line {
	float: left;
	border-bottom: 1px solid #CCC;
	width: 100%;
	margin-top: 3px;
	margin-bottom: 8px
}
.horizontal_dotted_line {
	border-bottom: 1px dotted #000;
	width: 100%;
	margin-top: 3px;
	margin-bottom: 3px
}
.main_section {
	position: relative;
	padding: 20px 0px
}
.main {
	line-height: 1.6em;
	margin-left: 0px
}
.main p {
	line-height: 1.6em;
	margin: 0px 0px 10px
}
.tab-notice {
	width: 100%;
	margin-bottom: 5px
}
.displayblock {
	display: block;
	border-bottom: 3px solid #000000
}
.tab-list-nav .nav_title {
	background-color: #000000;
	color: #FFF;
	text-shadow: 0px 0px 0px #000000;
	padding: 4px 20px;
	font-size: 16px;
	font-weight: 500
}
.cert_section {
	position: relative;
	padding: 10px 0px
}
img {
	max-width: 100%
}
.section-latest-maid {
  padding-top:30px
}
.footer_wrapper {
	background: #232323
}
.footer_bottom {
	border-top: 2px solid #CCC;
	padding: 10px 0;
	margin-top: 8px
}
.footer_bottom span {
	display: block;
	font-size: 14px;
	color: #000;
	text-align: center
}
.footer_bottom span a {
	display: inline-block;
	color: var(--primary-color) ;
	font-size: 16px;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out
}
.footer_bottom span a:hover {
	color: #fff
}
.footer_lang {
	float: right;
	font-size: 12px
}
.maid-search-border-primary {
	border-color: var(--primary-color) !important;
}	
.maid-search-text-primary {
	color: var(--maid-search-text-primary) ;
}
.maid-search-bg-primary {
	background-color: var(--primary-color) ;
	color:#fff;
}

@media (max-width: 768px) {
p {
	font-size: 14px
}
header .navbar .navbar-header .navbar-brand img {
	height:48px;
}
.navbar-toggle { margin-top: 15px;margin-right:0px; }
.bannercontainer { height: auto; }	
.bannercontainer .caption p, .bannercontainer .caption a {
	margin-left: 15px;
	margin-top: 36px;
	font-size: 18px;
}
.bannercontainer .caption a {
    height: auto;
    line-height: inherit;
    padding: 10px 20px;
	margin-right: 5px;
	font-size:14px;
}	
.promo_section {
	position: relative;
	padding-top: 10px
}
.search_panel label span {
	font-size: 14px;
	text-align: center;
	padding: 5px 8px;
	display: block;
	border-radius: 4px;
	width: auto
}
.search_maid_total_found {
	margin-top: 3px;
}
.search_maid_sorting {
	margin:0px 0px 0 0;
}
.latest-maid .col-xs-12 {
	padding-left:0px!important;
	padding-right:0px!important;
}
.contact .col-xs-12 {
	padding-left:30px!important;
	padding-right:30px!important;
}
footer {
	margin-top:40px;
}
.navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
	max-height: 400px;
}
.navbar-nav {
	margin: 0px
}
}
.maid-search-dotted-line {
	border-bottom: 1px solid #eee;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 10px
}
.branch {
    text-align: left;
    font-size: 20px;
    font-weight: 600;
    margin-top: 10px;	
}
.slogan {
	background:rgba(0,0,0,0.9);
	padding:35px 0 15px;
	text-align: center;
}
.slogan h2 {
	color: #fff;
}
.slogan p {
    color: #fff;
    font-size: 0.7em;
}
.license {
    margin-bottom: 8px;
    display: flex;
    flex-direction: row;
    color: #000;
    font-size: 12px;
}
.license .number {
    margin-top: 4px;
    margin-left: 5px;
}
.license img {
    width: auto;
    height: 40px;
}
.maid-search {
	margin-top:25px
}
.maid-search img, .latest-maid-box img {
	width:auto;
}
.margin-div {
	margin-top:20px;
}
.error {
    color: hotpink;
    font-weight: 600;
    font-size: 13px;	
}
address {
	margin: 0px 0 0 0;
}
#enquiry-btn {
	margin-top: 20px;
	font-size:16px;
	width:80px;
}
.list-inline>li {
	padding-left:10px;
	padding-right:10px;
}
.fa-facebook-square {
    font-size: 24px;
    color: #3b5998;	
}
.flex-99 {
	flex:99;
}
.tabbox {
	padding:5px 15px;
}
@media (min-width:768px) and (max-width:991px) {
	header .navbar .navbar-nav {
		display: inline-block;		
	}
	header .navbar,
	.container>.navbar-header, .container>.navbar-collapse {
		text-align: center;
	}
	header .navbar .navbar-header {
		width:100%;
	}
	.navbar-brand, .navbar-nav {
		float: none;
		padding: 0px!important;
	}
	header .navbar .navbar-header .navbar-brand img {
		height:100px;
		margin-right:0px;
	}
	header .navbar .navbar-nav li a {
		margin-top: 15px;
		padding: 0 20px;
	}
    .rd-mailform .col-xs-12 {
  		margin-top: 0px!important;
		padding-left:0px!important;
		padding-right:0px!important;
    }		
	.rd-mailform input {
		margin-top: 10px;
	}
}
.latest-tabs { height:200px }
.top-menu2 {
  display:block;
  background:var(--primary-color) ;
  color: #fff;
  font-size: 14px; 
  border:0px;
}
.top-menu2 .container {
  padding: 3px 15px;
}
.top-menu2 a {
  color: #fff;
  font-size: 14px;    
}
.top-menu2 .looking-for-job {
  display: inline-block;
  background: var(--primary-color) ;
  padding: 3px 15px;
}
.top-menu2 .lang {
  display: inline-block;
  background: #2d3339;
  padding: 3px 15px;
  margin-left: -5px;
}
.top-menu { 
	text-align:right;
	font-size:14px;
	font-weight: 600;
	color:#fff;
}
.top-menu a { 
	color:#fff;
}
.top-menu .lang {
	display: inline-block;
	background: #2d3339;
	padding: 3px 15px;
	margin-left:-5px;
}

html .page-content-heading {
  background: var(--primary-color) ;
  background: -moz-linear-gradient(top, var(--primary-color)  0%, var(--search-engine-second-color) 100%);
  background: -webkit-linear-gradient(top, var(--primary-color)  0%, var(--search-engine-second-color) 100%);
  background: linear-gradient(to bottom, var(--primary-color)  0%, var(--search-engine-second-color) 100%);
  color: #fff!important;
  padding: 10px 15px;
  margin-top: 15px;
  margin-bottom: 0px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.tabbable-panel {
  border: 1px solid var(--primary-color) ;
  padding: 10px;
}

.content {
  border: 1px solid var(--primary-color) ;
  padding: 30px 15px 40px;
}

.tabbable-line>.nav-tabs {
  border: none;
  margin: 0px;
}

.tabbable-line>.nav-tabs>li {
  margin-right: 2px;
  height: 44px;
}

.tabbable-line>.nav-tabs>li>a {
  border: 0;
  margin-right: 0;
  color: #737373;
}

.tabbable-line>.nav-tabs>li>a>i {
  color: #a6a6a6;
}

.tabbable-line>.nav-tabs>li.open,
.tabbable-line>.nav-tabs>li:hover {
  border-bottom: 4px solid #fbcdcf;
}

.tabbable-line>.nav-tabs>li.open>a,
.tabbable-line>.nav-tabs>li:hover>a {
  border: 0;
  background: none !important;
  color: #333333;
}

.tabbable-line>.nav-tabs>li.open>a>i,
.tabbable-line>.nav-tabs>li:hover>a>i {
  color: #a6a6a6;
}

.tabbable-line>.nav-tabs>li.open .dropdown-menu,
.tabbable-line>.nav-tabs>li:hover .dropdown-menu {
  margin-top: 0px;
}

.tabbable-line>.nav-tabs>li.active {
  border-bottom: 4px solid var(--primary-color) ;
  position: relative;
}

.tabbable-line>.nav-tabs>li.active>a {
  border: 0;
  color: #333333;
}

.tabbable-line>.nav-tabs>li.active>a>i {
  color: #404040;
}

.tabbable-line>.tab-content {
  margin-top: -3px;
  background-color: #fff;
  border: 0;
  border-top: 1px solid #eee;
  padding: 30px 10px;
}

.portlet .tabbable-line>.tab-content {
  padding-bottom: 0;
}

.content table,
.tabbable-panel table {
  width: 100%;
  border: 1px dotted grey;
  background-color: #E5E4E2;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
}

.content tr,
.tabbable-panel tr {
  border-bottom: solid 1px #848482;
}

.content tfoot,
.content thead,
.content tr:nth-of-type(2n),
.tabbable-panel tfoot,
.tabbable-panel thead,
.tabbable-panel tr:nth-of-type(2n) {
  background: #f0f0f0;
}

.content td,
.content th,
.tabbable-panel td,
.tabbable-panel th {
  padding: .4em 1em;
}

.notes .nav>li>a {
  padding-bottom: 5px;
}

.notes .tabbable-panel .tab-content ul {
  padding-left: 20px;
}

.notes .tabbable-panel .tab-content ul>li {
  padding-bottom: 5px;
}
.applyForm {
    box-shadow: inset 0 1px 0 0 var(--primary-color) ;
    background: linear-gradient(to bottom,var(--primary-color)  5%,var(--primary-color)  100%);
    background-color: var(--primary-color) ;
    border-radius: 6px;
    border: 1px solid var(--primary-color) ;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    font-family: Arial;
    font-size: 24px;
    font-weight: 700;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 0 1px 0 var(--primary-color) ;
    text-align: center;
    padding: 10px 15px;
    margin-top:30px;
}
.more-data {
  padding: 15px 0;
}

.more-data a {
  color: var(--primary-color) ;
}
.float-whatsapp {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 25px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
  right: 25px;
}
.float-whatsapp .fa {
  margin-top: 10px;
}
a.float-whatsapp {
  color:#FFF;
}
#job-form {
  color: #000;
  padding: 15px 15px;
}

#job-form .form-control {
  color: #000;
}

#job-form #login-form {
padding-left: 5px;
padding-right: 5px;	
}
#job-form #login-form input {
margin-top:0px;
padding-left:10px!important;
  font-size: 16px;
}	
#job-form #login-form input.form-control {
width:280px!important;
}
#job-form .download {
display:inline;
margin:5px 5px 15px;
color:blue
}	
#job-form #print h1 {
font-size: 20px;
font-weight: bold;
margin-bottom: 15px;
}
#job-form #print .desc {
font-size: 14px;
  color: red;
margin-top: 10px;
margin-bottom: 30px;
}
#job-form #print a {
color: blue;
}
#job-form .logout {
font-size: 12px;
margin-top: -15px;
text-align: right;
color: blue;
}

#job-form h4 {
  padding-top: 25px!important;
  padding-bottom: 15px!important;
  text-decoration: underline;
  font-weight: 600;
}

#job-form select,
#job-form input,
#job-form textarea {
  width: 100%!important;
  padding: 4px 10px 4px!important;
  margin-bottom: 8px;
  border: 1px solid;
  border-radius: 5px;
}

#job-form .btn:hover {
  transform: scale(1);
}

#job-form .datetimepicker,
#job-form .datetimepicker_dob {
  width: 170px!important;
}

#job-form .datetimepicker input,
#job-form .datetimepicker_dob input {
  margin: 0px;
  background: #fff;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-right: 0px;
  font-size: 16px;
  padding-top: 6px!important;
  padding-bottom: 6px!important;
}

#job-form .date {
  margin-bottom: 8px;
}

#job-form .input-group.date .input-group-addon {
  border: 1px solid #000;
}

#job-form .heading {
  font-weight: 600;
  margin-bottom: 15px;
}

#job-form select.error,
#job-form input.error,
#job-form textarea.error,
#job-form label.error {
  color: red;
}

#job-form label.error {
  float: right;
  border: 0px;
}

#job-form .btn.btn-back {
  background: #999;
  border-color: #ccc;
}

#job-form .btn.btn-next,
#job-form .btn.btn-save {
  background: var(--primary-color) ;
  border-color: var(--primary-color) ;
}

#job-form #btn-confirm {
  background: #666;
  border-color: #666;
}

#job-form .ui-button .ui-state-active .ui-button-text {
  background: #666!important;
  color: #fff!important;
}

#job-form .small {
  font-size: 14px;
}

#job-form input[type="checkbox"] {
  display: none;
  margin: 4px;
  border-radius: 4px;
  border: 1px solid #D0D0D0
}

#job-form label {
  font-size: 14px;
  border-radius: 4px;
  border: 1px solid #D0D0D0;
  margin-right: 5px;
  margin-bottom: 6px;
  cursor: pointer;
  width: auto
}

#job-form label span {
  font-size: 16px;
  text-align: center;
  padding: 2px 10px;
  display: block;
  border-radius: 4px;
  width: auto;
  background: #fff;
  color: #000;
}

#job-form input:hover+span {
  background-color: #666;
  color: #fff
}

#job-form input:checked+span {
  background-color: #666;
  color: #fff
}

#job-form input:checked:hover+span {
  background-color: #666;
  color: #fff
}

#job-form #btn-save {
  color: #fff;
  background-color: var(--primary-color) ;
  border: 1px solid var(--primary-color) ;
  border-radius: 5px;
  margin-top: 15px;
  padding: 5px 15px;
}

#job-form .btn {
  background-color: var(--primary-color) ;
  color: #fff;
  border-color: var(--primary-color) ;
}

html #job-form .btn:hover {
  transform: scale(1);
}

.current-step {
  color: var(--primary-color) ;
  font-weight: 600;
}

.aboutus-content ul {
  padding-left:20px;
}
.aboutus-content li {
  list-style-type: disc;
}
.more {
	padding-top:10px;
	text-align:right;
	font-size:13px;
}
.more a {
	color:blue;
}
.gallery {
  margin-top:50px;
  margin-bottom:50px;
}
.gallery img {
  padding-left:10px;
  padding-right:10px;
}

.pb-30 {
  padding-bottom: 30px;
}

@media (max-width:767px) {
  html .row {
    margin-right: -8px;
    margin-left: -8px;
  }
  .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    padding-left:8px;
    padding-right:8px;
  }
  html .col-lg-6, html .col-mg-6, html .col-sm-6 {
    padding-left:8px !important;;
    padding-right:8px !important;;    
  }
  .tabbox {
    padding: 5px 8px;
  }  
  body {
    margin-top:93px;
  }
	.container {
		padding-left:8px;
		padding-right:8px;
	}
  .home .container {
    padding-left: 15px;
    padding-right: 15px;
  }
	.page-content {
		padding: 15px 0px;
		border: 1px solid var(--primary-color) ;
	}	
	header .navbar .navbar-nav { 
		padding:0px 0px 15px;
	}
	header .navbar .navbar-nav li a {
		margin-top: 20px;
	}
	footer .logo2 img {
    margin-top:40px;
  }
  footer .link {
    margin-left:10px;
    margin-bottom:40px;
  }
  footer .footer-logo {
    text-align:center;
  }
  footer .footer-logo>div {
    display:inline-block;
  }
	.latest-tabs { height:10px }
  header .navbar .navbar-header .navbar-brand {
    padding-left:0px;
  }
  .gallery { 
    display:none
  }
}

/* custom */

/* ?摰儔 (?漲?? */
@keyframes slideInFast {
  0% { transform: translateX(-100px) skewX(-15deg); opacity: 0; }
  100% { transform: translateX(0) skewX(0); opacity: 1; }
}

@keyframes slideUpFast {
  0% { transform: translateY(50px); opacity: 0; }
  100% { transform: translateY(0); opacity: 1; }
}

@keyframes floatAction {
  0% { transform: translateY(0); }
  50% { transform: translateY(-15px); }
  100% { transform: translateY(0); }
}

.hero {
  background: linear-gradient(135deg, var(--light-blue) 0%, #ffffff 100%);
  padding: 0;
  position: relative;
  overflow: hidden;
}

.hero-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

.hero-text {
  flex: 1;
  min-width: 300px;
  padding-right: 40px;
  animation: slideInFast 0.6s ease-out forwards;
}

.hero-text h1 {
  color: var(--primary-blue);
  font-size: 48px;
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: 800;
}

.hero-text p {
  font-size: 17px;
  color: var(--text-light);
  margin-bottom: 30px;
}

/* ??閮剛? */
.btn-fast {
  display: inline-block;
  background: var(--primary-blue);
  color: white;
  padding: 12px 30px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.6rem;
  transition: var(--speed-transition);
  box-shadow: 0 4px 15px rgba(18, 78, 130, 0.3);
  position: relative;
  overflow: hidden;
}

.btn-fast::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
  transition: left 0.5s ease;
}

.btn-fast:hover {
  background: var(--accent-blue);
  color: #fff;
  transform: translateX(10px) scale(1.05); /* ??銵??閬?*/
  box-shadow: 0 6px 20px rgba(0, 123, 255, 0.4);
}

.btn-fast:hover::before {
  left: 100%;
}

.hero-image {
  flex: 1;
  min-width: 300px;
  text-align: center;
  position: relative;
  /* animation: slideUpFast 0.8s ease-out forwards; */
}

.hero-image img {
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0 20px 30px rgba(0,0,0,0.03));
  /* animation: floatAction 6s ease-in-out infinite; */
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  cursor: pointer;
  -webkit-mask-image: linear-gradient(
    to bottom,
    black 0%,
    black 80%,
    transparent 100%
  );
  mask-image: linear-gradient(
    to bottom,
    black 0%,
    black 80%,
    transparent 100%
  );  
}

/* ?憛?憿?*/
.section-title {
  text-align: center;
  color: var(--primary-blue);
  font-size: 3rem;
  margin-bottom: 50px;
  font-weight: 800;
  position: relative;
}

.section-title::after {
  content: '';
  display: block;
  width: 60px;
  height: 4px;
  background: var(--accent-blue);
  margin: 15px auto 0;
  border-radius: 2px;
  transition: width 0.3s ease;
}

.section-title:hover::after {
  width: 120px; /* 璅?銝蝺?撅?鈭? */
}

/* ???*/
.about-section {
  padding: 90px 0;
  background-color: var(--section-bg);
  text-align: center;
}

.about-content {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

.about-text {
  flex: 1;
  min-width: 300px;
  text-align: left;
  font-size: 1.65rem;
  color: var(--text-light);
}

.about-image {
  flex: 1;
  min-width: 300px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  text-align: right;
}

.about-image img {
  max-width: 350px;
}

/* 鈭???摰孵 */
.img-interactive {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.highlight-text {
  color: var(--accent-blue);
  font-weight: bold;
}

/* ???批捆 - ?∠?閮剛?撣嗆??????? */
.services-section {
  padding: 90px 0;
  background-color: var(--light-blue);
}

.section-description {
  font-size: 1.3rem;
  color: var(--text-light);
  text-align: center;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.service-card {
  background: white;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  text-align: center;
  transition: var(--speed-transition);
  position: relative;
  top: 0;
}

.service-card:hover {
  top: -15px; /* 敹恍?瘚?*/
  box-shadow: 0 15px 35px rgba(18, 78, 130, 0.15);
}

.service-img-wrapper {
  height: 200px;
  overflow: hidden;
  background: #f4f7fb; /* ??頛??雿???*/
}

.service-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease, filter 0.3s;
  filter: grayscale(20%);
}

.service-card:hover .service-img-wrapper img {
  transform: scale(1.15);
  filter: grayscale(0%);
}

.service-content {
  padding: 30px;
  border-bottom: 4px solid transparent;
  transition: border-color 0.3s;
}

.service-card:hover .service-content {
  border-bottom: 4px solid var(--accent-blue);
}

.service-card h3 {
  color: var(--primary-blue);
  margin-bottom: 15px;
  font-size: 1.9rem;
  transition: color 0.3s;
}

.service-card:hover h3 {
  color: var(--accent-blue);
}

/* ??憿 - ASAP (撘瑞??漲?身閮? */
.vision-section {
  padding: 100px 0;
  background-color: white;
}

.asap-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 25px;
  margin-top: 40px;
}

.asap-card {
  background: linear-gradient(135deg, #ffffff 0%, var(--light-blue) 100%);
  padding: 40px 30px;
  border-radius: 15px;
  text-align: left;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(18, 78, 130, 0.1);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  z-index: 1;
}

.asap-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: var(--primary-blue);
  transition: left 0.4s ease-in-out;
  z-index: -1;
}

.asap-card:hover {
  transform: skewX(-5deg) translateY(-10px); /* ?暹?+銝筑 ?扔?? */
  box-shadow: 10px 15px 30px rgba(0,0,0,0.1);
  color: white;
}

.asap-card:hover::before {
  left: 0;
}

.asap-letter {
  font-size: 4rem;
  font-weight: 900;
  font-style: italic;
  color: var(--primary-blue);
  margin-bottom: 15px;
  display: inline-block;
  transition: color 0.4s, transform 0.3s;
}

.asap-card:hover .asap-letter,
.asap-card:hover .asap-title,
.asap-card:hover p,
.asap-card:hover p strong {
  color: white;
}

.asap-card:hover .asap-letter {
  transform: translateX(10px);
}

.asap-title {
  font-size: 1.7rem;
  font-weight: bold;
  color: var(--text-dark);
  margin-bottom: 10px;
  transition: color 0.4s;
}

.section-latest-maids {
  padding-top: 30px;
}

/* ?踵?撘身閮?*/
@media (max-width: 768px) {
  .hero {
    padding: 50px 15px;
  }
  .about-section, .services-section, .vision-section {
    padding-left: 15px;
    padding-right: 15px;
  }
  .hero-text {
      padding-right: 0;
      text-align: center;
      padding-bottom: 50px;
  }
  .hero-text h1 {
      font-size: 2.2rem;
  }
  .about-content {
      flex-direction: column-reverse;
  }
}

/* ================================================================
   STARDUST HOME PAGE ??REDESIGN v2 (Dark Hero + Gold Accents)
   ================================================================ */

/* ?? UTILITIES ?? */
.text-gold { color: #F4AA00; }

/* ?? HERO: Full-bleed dark, left-aligned ?? */
.home .hero {
  background: #FFFBF0;
  padding: 30px 0 40px;
  position: relative;
  overflow: hidden;
}
/* Bottom golden accent line */
.home .hero::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, transparent, #F4AA00 30%, #CC8800 70%, transparent);
}
.home .hero .hero-container {
  align-items: center;
  position: relative;
  z-index: 1;
  gap: 40px;
  padding: 40px 0 70px;
}
.home .hero-text {
  flex: 1.2;
  padding-right: 20px;
}
/* Hero "About Us" title — reuses sd-section-title, left aligned */
.home .hero-text .sd-section-title {
  text-align: left;
  margin-bottom: 16px;
}
.home .hero-text .sd-section-title::after { margin: 14px 0 0; }
/* Tag pills above title */
.sd-hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}
.sd-hero-tag {
  background: rgba(244,170,0,0.12);
  border: 1px solid rgba(244,170,0,0.35);
  color: #F4AA00;
  font-size: 1.25rem;
  font-weight: 600;
  padding: 5px 14px;
  border-radius: 4px;
  letter-spacing: 0.05em;
  min-width: 120px;
}
.home .hero-text h1 {
  color: #172636;
  font-size: 4.2rem;
  line-height: 1.28;
  font-weight: 800;
  margin-bottom: 20px;
  letter-spacing: -0.5px;
}
.home .hero-text h1 .text-gold { color: #F4AA00; }
.home .hero-text p {
  color: rgba(23,38,54,0.78);
  font-size: 1.6rem;
  line-height: 1.3;
  max-width: 540px;
  text-align: justify;
}
/* Hero buttons */
.sd-hero-btns { display: flex; gap: 14px; flex-wrap: wrap; }
.sd-btn-solid {
  display: inline-block;
  background: #F4AA00;
  color: #172636;
  padding: 13px 30px;
  border-radius: 6px;
  font-weight: 800;
  font-size: 1.5rem;
  text-decoration: none;
  transition: var(--speed-transition);
  box-shadow: 0 4px 20px rgba(244,170,0,0.4);
  letter-spacing: 0.02em;
}
.sd-btn-solid:hover {
  background: #FFD060;
  color: #172636;
  transform: translateY(-3px);
  box-shadow: 0 8px 28px rgba(244,170,0,0.5);
}
.sd-btn-ghost {
  display: inline-block;
  border: 2px solid rgba(23,38,54,0.45);
  color: rgba(23,38,54,0.85);
  padding: 11px 28px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 1.5rem;
  text-decoration: none;
  transition: var(--speed-transition);
}
.sd-btn-ghost:hover {
  border-color: #F4AA00;
  color: #F4AA00;
}
/* Hero image */
.home .hero-image {
  flex: 1;
  position: relative;
}
.home .sd-hero-deco-wrap::before {
  content: '';
  position: absolute;
  inset: -14px;
  border: 2px solid rgba(244,170,0,0.2);
  border-radius: 20px;
  /* animation: borderPulse 3s ease-in-out infinite; */
}
@keyframes borderPulse {
  0%, 100% { opacity: 0.4; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.02); }
}
.home .hero-image img {
  filter: drop-shadow(0 24px 48px rgba(244,170,0,0.12));
  /* animation: floatAction 6s ease-in-out infinite; */
  -webkit-mask-image: none;
  mask-image: none;
}

/* ?? STATS STRIP ?? */
.sd-stats-strip {
  background: #F4AA00;
  padding: 0;
}
.sd-stats-inner {
  display: flex;
  align-items: stretch;
}
.sd-stat-block {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 24px 20px;
  border-right: 1px solid rgba(0,0,0,0.1);
  transition: background 0.25s;
}
.sd-stat-block:last-child { border-right: none; }
.sd-stat-block:hover { background: rgba(0,0,0,0.06); }
.sd-stat-block .sd-stat-icon {
  font-size: 2.4rem;
  color: #172636;
  opacity: 0.75;
}
.sd-stat-block .sd-stat-text .sd-stat-num {
  font-size: 2.4rem;
  font-weight: 800;
  color: #172636;
  line-height: 1;
  display: block;
}
.sd-stat-block .sd-stat-text .sd-stat-label {
  font-size: 1.35rem;
  color: rgba(0,0,0,0.65);
  font-weight: 600;
  display: block;
  margin-top: 3px;
}

/* ?? ABOUT ?? */
.sd-about-section {
  padding: 100px 0;
  background: #FFFBF0;
}
.sd-about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}
.sd-about-img-wrap {
  position: relative;
}
.sd-about-img-wrap::after {
  content: '';
  position: absolute;
  bottom: -16px;
  right: -16px;
  width: 60%;
  height: 60%;
  background: #F4AA00;
  border-radius: 12px;
  z-index: 0;
  opacity: 0.18;
}
.sd-about-img-wrap img {
  width: 100%;
  border-radius: 14px;
  box-shadow: 0 16px 50px rgba(0,0,0,0.12);
  position: relative;
  z-index: 1;
  display: block;
}
.sd-about-body {}
.sd-about-label {
  display: inline-block;
  background: #F4AA00;
  color: #172636;
  font-size: 1.2rem;
  font-weight: 800;
  padding: 5px 14px;
  border-radius: 4px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.sd-about-body h2 {
  font-size: 3rem;
  color: #172636;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 22px;
}
.sd-about-body p {
  font-size: 1.55rem;
  color: #555;
  line-height: 2;
  margin-bottom: 18px;
  line-height: 1.5;
  text-align: justify;
}
.sd-value-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 28px;
}
.sd-value-tag {
  background: rgba(244, 170, 0, 0.12);
  border: 1px solid rgba(244, 170, 0, 0.35);
  color: #F4AA00;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 9px 20px;
  border-radius: 6px;
  letter-spacing: 0.04em;
  transition: var(--speed-transition);
}
.sd-value-tag:hover {
  background: #F4AA00;
  color: #172636;
  transform: translateY(-2px);
}

/* ?? SERVICES: numbered list format ?? */
.sd-services-section {
  padding: 100px 0;
  background: #ffffff;
}
.sd-services-section .sd-section-title { color: #172636; }
.sd-services-section .sd-section-title span { color: #F4AA00; }
.sd-services-section .sd-section-title::after { background: rgba(244,170,0,0.6); }
.sd-section-subtitle {
  text-align: center;
  font-size: 1.5rem;
  color: rgba(23,38,54,0.65);
  margin-top: -10px;
  margin-bottom: 55px;
}
.sd-service-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
}
.sd-service-item {
  display: flex;
  align-items: flex-start;
  gap: 22px;
  padding: 36px 32px;
  border: 1px solid rgba(0,0,0,0.1);
  transition: var(--speed-transition);
  position: relative;
  overflow: hidden;
}
.sd-service-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background: rgba(244,170,0,0.05);
  transition: width 0.4s ease;
}
.sd-service-item:hover::before { width: 100%; }
.sd-service-item:hover {
  border-color: rgba(244,170,0,0.55);
}
.sd-svc-num {
  font-size: 3.5rem;
  font-weight: 900;
  color: rgba(244,170,0,0.85);
  line-height: 1;
  flex-shrink: 0;
  width: 48px;
  transition: color 0.3s;
  font-style: italic;
}
.sd-service-item:hover .sd-svc-num { color: rgba(244,170,0,1); }
.sd-svc-body {}
.sd-svc-icon-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.sd-svc-icon { font-size: 1.8rem; }
.sd-svc-body h3 {
  font-size: 1.75rem;
  color: #172636;
  font-weight: 700;
  margin: 0;
}
.sd-svc-body p {
  font-size: 1.4rem;
  color: rgba(23,38,54,0.78);
  line-height: 1.85;
  margin: 10px 0 0;
}

/* ?? WHY CHOOSE US: big headline + feature grid ?? */
.sd-why-section {
  padding: 100px 0;
  background: #ffffff;
}
.sd-why-layout {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 70px;
  align-items: start;
}
.sd-why-headline h2 {
  font-size: 3.8rem;
  font-weight: 900;
  color: #172636;
  line-height: 1.2;
  margin-bottom: 18px;
}
.sd-why-headline h2 span { color: #F4AA00; }
.sd-why-headline p {
  font-size: 1.5rem;
  color: #888;
  line-height: 1.8;
  border-left: 3px solid #F4AA00;
  padding-left: 14px;
  margin-top: 20px;
}
.sd-why-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.sd-why-feature {
  padding: 26px 24px;
  border: 1.5px solid #f0f0f0;
  border-radius: 10px;
  background: #ffffff;
  min-height: 180px;
  transition: var(--speed-transition);
}
.sd-why-feature:hover {
  border-color: #F4AA00;
  box-shadow: 0 6px 24px rgba(244,170,0,0.1);
  transform: translateY(-3px);
}
.sd-why-feature-top {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}
.sd-why-feature-icon {
  width: 40px;
  height: 40px;
  background: #F4AA00;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #172636;
  font-size: 1.6rem;
  flex-shrink: 0;
}
.sd-why-feature h4 {
  font-size: 1.6rem;
  color: #172636;
  font-weight: 700;
  margin: 0;
  text-transform: none;
}
.sd-why-feature p {
  font-size: 1.38rem;
  color: #666;
  line-height: 1.8;
  margin: 0;
}

/* CORE VALUES (in About section): 2x2 grid left + tall card right */
.sd-values-layout {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 20px;
  align-items: stretch;
  margin-top: 60px;
}
.sd-values-main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.sd-values-side {
  display: flex;
  align-items: center;
}
.sd-values-side .sd-why-feature {
  width: 100%;
}

/* CARE SCOPE: image cards (end of Services section) */
.sd-scope-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  margin-top: 40px;
}
.sd-scope-card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(23,38,54,0.08);
  transition: var(--speed-transition);
}
.sd-scope-card img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.sd-scope-card::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 55%;
  background: linear-gradient(to top, rgba(23,38,54,0.82), rgba(23,38,54,0));
}
.sd-scope-label {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 16px;
  z-index: 1;
  text-align: center;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.sd-scope-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 32px rgba(23,38,54,0.16);
}
.sd-scope-card:hover img { transform: scale(1.06); }
.sd-scope-card:hover .sd-scope-label { color: #F4AA00; }

/* ?? PROCESS: vertical timeline ?? */
.sd-process-section {
  padding: 100px 0;
  background: #FFFBF0;
}
.sd-timeline {
  position: relative;
  max-width: 800px;
  margin: 52px auto 0;
}
.sd-timeline::before {
  content: '';
  position: absolute;
  left: 36px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, #F4AA00, rgba(244,170,0,0.2));
}
.sd-tl-item {
  display: flex;
  gap: 28px;
  align-items: flex-start;
  margin-bottom: 42px;
  position: relative;
}
.sd-tl-item:last-child { margin-bottom: 0; }
.sd-tl-dot {
  flex-shrink: 0;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background: #172636;
  border: 3px solid #F4AA00;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: 800;
  color: #F4AA00;
  box-shadow: 0 4px 18px rgba(244,170,0,0.25);
  transition: var(--speed-transition);
  position: relative;
  z-index: 1;
}
.sd-tl-item:hover .sd-tl-dot {
  background: #F4AA00;
  color: #172636;
  transform: scale(1.1);
  box-shadow: 0 8px 28px rgba(244,170,0,0.4);
}
.sd-tl-content {
  flex: 1;
  background: #ffffff;
  border-radius: 12px;
  padding: 24px 28px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.06);
  border-left: 4px solid transparent;
  transition: var(--speed-transition);
  margin-top: 8px;
}
.sd-tl-item:hover .sd-tl-content {
  border-left-color: #F4AA00;
  box-shadow: 0 6px 28px rgba(244,170,0,0.12);
}
.sd-tl-content h4 {
  font-size: 1.75rem;
  color: #172636;
  font-weight: 700;
  margin-bottom: 8px;
  text-transform: none;
}
.sd-tl-content p {
  font-size: 1.4rem;
  color: #666;
  line-height: 1.85;
  margin: 0;
}

/* DECORATIVE ORBS: soft gold "balls" behind light sections */
.sd-about-section,
.sd-services-section,
.sd-why-section,
.sd-process-section {
  position: relative;
  overflow: hidden;
}
.sd-about-section > .container,
.sd-services-section > .container,
.sd-why-section > .container,
.sd-process-section > .container {
  position: relative;
  z-index: 1;
}
.sd-about-section::before,
.sd-services-section::before,
.sd-services-section::after,
.sd-why-section::before,
.sd-process-section::before {
  content: '';
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  background: radial-gradient(circle, rgba(244,170,0,0.14) 0%, rgba(244,170,0,0) 70%);
}
.sd-about-section::before { width: 420px; height: 420px; top: -150px; left: -130px; }
.sd-services-section::before { width: 460px; height: 460px; top: -170px; right: -160px; }
.sd-services-section::after {
  width: 360px; height: 360px; bottom: -140px; left: -120px;
  background: radial-gradient(circle, rgba(23,38,54,0.05) 0%, rgba(23,38,54,0) 70%);
}
.sd-why-section::before { width: 400px; height: 400px; bottom: -150px; right: -140px; }
.sd-process-section::before { width: 440px; height: 440px; top: -150px; right: -150px; }

.sd-contact-section {
  padding: 70px 0;
  background: #f2f2f2;
  position: relative;
  overflow: hidden;
}
.sd-contact-inner {
  display: flex;
  gap: 0;
  align-items: stretch;
  min-height: 320px;
  position: relative;
  z-index: 1;
}
.sd-contact-left {
  flex: 1;
  padding: 40px 50px 40px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid rgba(23,38,54,0.1);
  position: relative;
}
.sd-contact-left::before {
  content: '';
  position: absolute;
  top: 0; left: -50px;
  width: 4px; height: 100%;
  background: #F4AA00;
}
.sd-contact-left .sd-section-title {
  color: #172636;
  text-align: left;
  margin-bottom: 16px;
}
.sd-contact-left .sd-section-title::after { margin: 14px 0 0; }
.sd-contact-left .sd-section-title span { color: #F4AA00; }
.sd-contact-lead {
  font-size: 1.6rem;
  color: rgba(23,38,54,0.7);
  line-height: 2;
  margin-bottom: 36px;
  max-width: 420px;
}
.sd-cta-btns {
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-width: 300px;
}
.sd-cta-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 26px;
  border-radius: 8px;
  font-size: 1.55rem;
  font-weight: 700;
  text-decoration: none;
  transition: var(--speed-transition);
}
.sd-cta-btn-gold {
  background: #F4AA00;
  color: #172636;
}
.sd-cta-btn-gold:hover { background: #FFD060; color: #172636; transform: translateX(5px); }
.sd-cta-btn-green { background: #25D366; color: #fff; }
.sd-cta-btn-green:hover { background: #1DA851; color: #fff; transform: translateX(5px); }
.sd-cta-btn-outline {
  border: 1.5px solid rgba(23,38,54,0.3);
  color: rgba(23,38,54,0.8);
}
.sd-cta-btn-outline:hover { border-color: #F4AA00; color: #F4AA00; transform: translateX(5px); }

.sd-contact-right {
  flex: 1;
  padding: 40px 0 40px 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sd-contact-map {
  flex: 1;
  width: 100%;
  min-height: 320px;
  border: 0;
  border-radius: 10px;
}
.sd-contact-company {
  font-size: 1.7rem;
  font-weight: 800;
  color: #172636;
  line-height: 1.5;
  margin-bottom: 4px;
}
.sd-contact-company-c {
  font-size: 1.5rem;
  color: #F4AA00;
  font-weight: 600;
  margin-bottom: 32px;
}
.sd-contact-row {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 16px;
  font-size: 1.5rem;
  color: rgba(23,38,54,0.7);
}
.sd-contact-row .fa {
  color: #F4AA00;
  font-size: 1.6rem;
  width: 20px;
  margin-top: 2px;
  flex-shrink: 0;
}
.sd-contact-row a { color: rgba(23,38,54,0.7); }
.sd-contact-row a:hover { color: #F4AA00; }

/* ?? SECTION TITLE ?? */
.sd-section-title {
  text-align: center;
  color: #172636;
  font-size: 2.8rem;
  margin-bottom: 12px;
  font-weight: 800;
  position: relative;
}
.sd-section-title span { color: #F4AA00; }
.sd-section-title::after {
  content: '';
  display: block;
  width: 50px;
  height: 3px;
  background: #F4AA00;
  margin: 14px auto 0;
  border-radius: 2px;
}

/* ?? HERO STATS (keep for fallback) ?? */
.sd-hero-stats {
  display: flex; gap: 0; margin-top: 40px;
  border: 1px solid rgba(244,170,0,0.2);
  border-radius: 10px;
  background: rgba(255,255,255,0.04);
  padding: 18px 0; flex-wrap: wrap;
}
.sd-hero-stats .stat-item {
  flex: 1; min-width: 140px; text-align: center;
  padding: 0 18px;
  border-right: 1px solid rgba(244,170,0,0.2);
}
.sd-hero-stats .stat-item:last-child { border-right: none; }
.sd-hero-stats .stat-label { font-size: 1.8rem; color: #F4AA00; display: block; margin-bottom: 5px; }
.sd-hero-stats .stat-sub { font-size: 1.25rem; color: rgba(255,255,255,0.65); }

/* ?? RESPONSIVE ?? */
@media (max-width: 1100px) {
  .sd-why-layout { grid-template-columns: 1fr; gap: 40px; }
  .sd-why-headline h2 { font-size: 3rem; }
}
@media (max-width: 991px) {
  .sd-about-grid { grid-template-columns: 1fr; }
  .sd-about-img-wrap { max-width: 480px; }
  .sd-service-list { grid-template-columns: 1fr; }
  .sd-why-features { grid-template-columns: 1fr 1fr; }
  .sd-values-layout { grid-template-columns: 1fr; }
  .sd-scope-grid { grid-template-columns: repeat(3, 1fr); }
  .sd-contact-inner { flex-direction: column; }
  .sd-contact-left { padding: 40px 0 30px; border-right: none; }
  .sd-contact-right { padding: 30px 0 40px; }
  .sd-contact-left::before { width: 100%; height: 4px; top: 0; left: 0; }
  .home .hero-text h1 { font-size: 3.2rem; }
}
@media (max-width: 767px) {
  .sd-why-features { grid-template-columns: 1fr; }
  .sd-values-main { grid-template-columns: 1fr; }
  .sd-scope-grid { grid-template-columns: 1fr 1fr; }
  .sd-about-img-wrap { max-width: 100%; }
  .sd-about-img-wrap::after { display: none; }
  .sd-stats-inner { flex-direction: column; }
  .sd-stat-block { border-right: none; border-bottom: 1px solid rgba(0,0,0,0.08); }
  .sd-stat-block:last-child { border-bottom: none; }
  .sd-hero-stats { flex-direction: column; }
  .sd-hero-stats .stat-item { border-right: none; border-bottom: 1px solid rgba(244,170,0,0.15); padding: 12px 0; }
  .home .hero-text h1 { font-size: 2.6rem; }
  .home .hero .hero-container { flex-direction: column; padding: 40px 15px 50px; }
  .home .hero-text { padding-right: 0; }
  .home .hero-image { display: block; order: -1; margin-bottom: 30px; }
  .home .hero-image img { width: 100%; }
  .sd-service-list { grid-template-columns: 1fr; }
  .sd-cta-btns { max-width: 100%; }
  .sd-contact-left { padding: 30px 0 20px; }
  .sd-contact-right { padding: 20px 0 30px; }
  .sd-contact-map { min-height: 260px; }
  .sd-section-title { font-size: 2.2rem; }
  .sd-timeline::before { left: 32px; }
  .sd-tl-dot { width: 64px; height: 64px; }
  .sd-about-section, .sd-why-section, .sd-process-section, .sd-contact-section { padding-left: 15px; padding-right: 15px;}
}

/* === Hero Decoration Elements === */
.sd-hero-deco-wrap {
  position: relative;
  display: inline-block;
  line-height: 0;
}
.sd-hero-deco-wrap img {
  display: block;
  max-width: 100%;
  height: auto;
}
/* Tag pills below the hero image, clear of the decorative frame */
.home .hero-image .sd-hero-tags {
  margin: 28px 0 0;
  justify-content: center;
  line-height: normal;
}
.sd-deco {
  position: absolute;
  left: var(--dx);
  top: var(--dy);
  font-size: calc(1.6rem * var(--sz, 1));
  line-height: 1;
  animation: decoFloat 3.5s ease-in-out infinite;
  animation-delay: var(--delay, 0s);
  pointer-events: none;
  z-index: 2;
  user-select: none;
}
.sd-deco-star {
  color: #F4AA00;
  text-shadow: 0 0 8px rgba(244,170,0,0.6);
}
.sd-deco-heart {
  color: #F4AA00;
  text-shadow: 0 0 8px rgba(244,170,0,0.5);
}
.sd-deco-circle {
  display: block;
  width: calc(14px * var(--sz, 1));
  height: calc(14px * var(--sz, 1));
  border: 2px solid rgba(244,170,0,0.65);
  border-radius: 50%;
  background: transparent;
  font-size: 0;
}
/* @keyframes decoFloat {
  0%, 100% { transform: translateY(0) scale(1);   opacity: 0.55; }
  50%       { transform: translateY(-14px) scale(1.15); opacity: 1;    }
}
@keyframes decoTwinkle {
  0%, 100% { transform: scale(1) rotate(0deg);   opacity: 0.5; }
  50%       { transform: scale(1.3) rotate(20deg); opacity: 1;   }
} */
.sd-deco-star { animation-name: decoTwinkle; animation-duration: 2.8s; }
