html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}




@font-face {
  font-family: 'Typo Round Regular';
  src: url('../fonts/Typo_Round_Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Typo Round Italic';
  src: url('Typo_Round_Italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Typo Round Bold';
  src: url('../fonts/Typo_Round_Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}


@font-face {
  font-family: 'Typo Round Light';
  src: url('../fonts/Typo_Round_Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}


@font-face {
  font-family: 'Typo Round Thin';
  src: url('../fonts/Typo_Round_Thin.woff') format('woff');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Typo Round Thin Italic';
  src: url('../fonts/Typo_Round_Thin_Italic.woff') format('woff');
  font-weight: 200;
  font-style: italic;
}


/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block ;
}

body {
	line-height: 1;
	  
}

ol,
ul {
	list-style: none;
	
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}



body {
	margin: 0;
	padding: 0;
font-family: 'Typo Round Regular';
	color: #666;
	font-size: 14px;
	line-height: 20px;
}

/*p {*/
/*	margin: 0 0 10px;*/
/*	font-weight: 600;*/
/*	font-size: 14px;*/
/*}*/
body p{
    font-weight:500!important;
    line-height:1;
    letter-spacing:1px;
    font-family: 'Typo Round Regular';
}

a{
 font-family: 'Typo Round Regular';
}


/* ==========================
1. General
============================= */
/* .animationload {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999999;
	background-color: #fff;
} */

/* .loader {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -100px 0 0 -100px;
	width: 200px;
	height: 200px;
	background-image: url("../images/apple-touch-icon.png");
	background-position: center;
	background-repeat: no-repeat;
} */
.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #fff; /* background color behind video */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.loader video {
  width: 100%;
  height: 100%;
  object-fit: cover; /* make video fill the screen */
}


a {
	color: #3565b0;
	text-decoration: none;
	 
}

a:hover {
	color: #FBA301;
	text-decoration: none;
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
   /*height:80px!important;*/
}

.btn-default {
	color: #333;
	background-color: #3565b0;
	border-color: #3565b0;
	border-radius: 0;
	color: #fff;
	padding: 6px 35px;
	font-weight: bold;
}

.btn-default:hover {
	background-color: #FBA301;
	border-color: #FBA301;
	color: #fff;
}



.pbot-main {
	padding-bottom: 80px;
}

.pbot-main:after {
	content: '';
	display: block;
	clear: both;
}

.p-main {
	padding: 80px 0;
}

.pos-relative {
	position: relative;
}

.page-title {
    text-align: center;
    margin-bottom: 80px ;
    margin-top: 80px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

    .navbar-main.stiky .navbar-brand>img  {
        width: 85px!important;
    }


.page-title .lead {
	font-size: 30px;
	color: #0071BC;
	line-height: 34px;
font-family: 'Typo Round Regular', sans-serif;
	font-weight: 700;
}

.page-title .sublead {
	font-size: 16px;
	color: #000000;
	line-height: 20px;
	font-family: 'Typo Round Regular', sans-serif;
	font-weight: 600;
	line-height: 33px;
}

.about-wrap p {
	color: #000000;
	line-height: 20px;
font-family: 'Typo Round Regular', sans-serif;
	font-weight: 600;
	line-height: 33px;
}

.bg-grey {
	background-color: #F8F8F8;
}

.ptop-single {
	padding: 80px 0;
}

p {
	margin: 0 0 10px;
	 font-family: 'TypoRound', sans-serif;
}

/* Box */
.box-wrap {
	width: 85%;
	margin: 0 auto;
	-webkit-box-shadow: 0 0 4px #666;
	box-shadow: 0 0 4px #666;
}

.box-bg {
	/* background: url(../img/boxed_bg.png) repeat; */
	background-color: #000;
}


/* ==========================
2. Navbar
============================= */
.navbar-main {
	background-color: #fff;
	border-color: transparent;
	-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .05);
	box-shadow: 0 5px 5px rgba(0, 0, 0, .05);
}

/* .header-top {
	background-color: #3565b0;
	color: #fff;
	height: 45px;
} */

.info .call-btn p {
	color: #3162ae;
	font-size: 20px;
}

.navbar-main.stiky .header-top {
	display: none;
}

.navbar-main.stiky .navbar-brand {
	margin-top: -15px;
}

.navbar-main .navbar-brand>img {
	width: 140px;
	-webkit-transition: 0.2s all linear;
	transition: 0.2s all linear;
}

.navbar-main .nav>li>a {
	position: relative;
	display: block;
	padding: 10px 22px;
}

.navbar-main .navbar-nav>li>a {
	/* padding-top: 35px;
	min-height: 100px; */
	font-size: 16px;
	line-height:35px;
	color: #333;
	background-color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-transition: 0.2s all linear;
	transition: 0.2s all linear;
}
.navbar-nav > li > a {
    position: relative;
    padding-bottom: 10px;
    transition: all 0.3s ease;
}

/* Add bottom border for active link */
.navbar-nav > li > a.active {
    border-bottom: 4px solid #3162ae; /* Change color as needed */
    width:80%;
}

/* Add hover border effect for other links */
.navbar-nav > li > a:hover {
    border-bottom: 4px solid #3162ae;
}

.navbar-main.stiky .navbar-nav>li>a {
	padding-top: 20px;
	min-height: 60px;
}

.navbar-main .navbar-nav>li>a:hover,
.navbar-main .navbar-nav>li>a:focus,
.navbar-main .navbar-nav>li>a:active {
	color: #3565b0;
	background-color: #F8F8F8;
}

.navbar-main .navbar-nav>li.active a {
	color: #3565b0;
	background-color: #F8F8F8;
}

.navbar-toggle .icon-bar {
	background-color: #3565b0;
}

.dropdown-menu {
	border: 0;
	border-bottom: 4px solid #3565b0;
	border-radius: 0;
}

.dropdown-menu>li>a {
	padding: 10px 20px;
}

.info {
	margin-top: 10px;
}

.info a {
	color: #fff;
}

.info a:hover {
	color: #1b81cb;
}

.info .info-item {
	display: inline-table;
	margin-right: 20px;
	padding: 8px 19px;
	border-radius: 8px;
	font: 15px 'VolteRounded-Semibold', sans-serif;
	color: #fff !important;
	text-decoration: none;
	border: 0;
	border-radius: 50px;
}

.bg-greay {
	background-color: #C6C6C6;
}

.call-btn span {
color: #fff;
    background-color: #3565b0;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    font-size: 18px;
    text-align: center;
    /* align-items: center; */
    line-height: 33px;
    margin-left:6px;

}

.info .info-item:last-child {
	margin-right: 0;
}

.info .info-item .fa {
	margin-right: 10px;
}

.top-sosmed {
	margin-top: 8px;
}

.top-sosmed span {
	width: 30px;
	height: 30px;
	text-align: center;
	background-color: #fff;
	color: #3565b0;
	display: inline-table;
	padding-top: 7px;
	border-radius: 50%;
	margin-right: 10px;
}

.top-sosmed span:hover {
	background-color: #0f4ab6;
	color: #fff;
}

.top-sosmed span.fa {
	font-size: 18px;
}


/* ==========================
3. Banner
============================= */
.banner {
	position: relative;
	margin-top: 119px;
}

.banner .imgbg {
	height: 450px;
}

.banner .imgbg img {
	display: none;
}

.banner .title-box h2 {
	text-align: left;
	font-size: 30px;
	color: #fff;
	line-height: 42px;
font-family: 'Typo Round Regular', sans-serif;
	font-weight: 900;
}

.banner .caption {
	color: #fff;
	position: absolute;
	top: 100px;
	left: 20px;
	max-width: 560px;
}

.banner .caption a.btn-default,
.wrap-caption a.btn-default {
	text-align: center;
	font-size: 14px;
	color: #3565b0;
	line-height: 20px;
	font-weight: 700;
	background-color: #fff;
	padding: 10px 20px;
	border: 0;
}

.banner .caption a.btn-default:hover,
.wrap-caption a.btn-default:hover {
	background-color: #FBA301;
	color: #fff;
}

/* carousel */
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
	margin: 0 auto;
}

.carousel-caption {
	right: 0;
	left: 0;
	padding-bottom: 200px;
	text-align: left;

}

.item .carousel-caption .caption-heading {
	text-align: left;
	font-size: 30px;
	color: #fff;
	line-height: 42px;
font-family: 'Typo Round Regular', sans-serif;
	font-weight: 900;

	margin-left: 80px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	filter: alpha(opacity=0);
	opacity: 0;
}

.item.active .carousel-caption .caption-heading {
	margin-left: 0px;
	filter: alpha(opacity=100);
	opacity: 1;
}

.item .caption-desc {
	margin-bottom: 10px;

	margin-left: 100px;
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear;
	filter: alpha(opacity=0);
	opacity: 0;
}

.item.active .caption-desc {
	margin-left: 0px;
	filter: alpha(opacity=100);
	opacity: 1;
}

.wrap-caption {
	max-width: 560px;
}

.carousel-control {
	width: 5%;
}

.carousel-control .fa-chevron-left,
.carousel-control .fa-chevron-right {
	width: 30px;
	height: 30px;
	margin-top: -15px;
	font-size: 20px;
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
}

.carousel-control .fa-chevron-right {

	right: 50%;
}

.work-info {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.work-info-item {
	padding: 0;
	color: #fff;
	width: 33.333%;
	float: left;
	min-height: 100px;
}

.work-info-item:nth-child(1) {
	background-color: #85DBFF;
}

.work-info-item:nth-child(2) {
	background-color: #3565b0;
}

.work-info-item:nth-child(3) {
	background-color: #0071BC;
}

.work-info-icon {
	float: left;
	margin-right: 20px;
	width: 60px;
	margin: 35px 0 0 30px;
}

.work-info-icon .fa {
	font-size: 30px;
}

.work-info-body {
	float: left;
	margin: 30px 0 0 0;
}

.work-info-lead {
	font-size: 18px;
}

.work-bg-1 {
	background-color: #85DBFF;
}

.work-bg-2 {
	background-color: #3565b0;
}

.work-bg-3 {
	background-color: #0071BC;
}

.subbanner {
	margin-top: 145px;
	background-color: #3565b0;
	height: 150px;
}

.subbanner .caption {
	margin-top: 35px;
	float: right;
	color: #fff;
	text-align: right;
}

.subbanner .caption a {
	color: #fff;
	text-decoration: none;
}

.subbanner .caption h3 {
	font-size: 30px;
	color: #fff;
	line-height: 42px;
	font-weight: 900;
	text-transform: uppercase;
	margin-bottom: 0;
}

.subbanner .breadcrumb {
	padding: 8px 0px;
	margin-bottom: 20px;
	list-style: none;
	background-color: transparent;
}

.subbanner .breadcrumb>.active {
	color: #fff;
}

.subbanner .breadcrumb>li+li:before {
	padding: 0 5px;
	color: #fff;
	content: "/\00a0";
}


/* ==========================
4. Why Choose Us
============================= */
.why-item-wrap {
	padding: 80px 0;
	clear: both;
}

.why-item-wrap:after {
	content: '';
	display: block;
	clear: both;
}

.why-item {
	text-align: center;
	width: 80%;
	margin: 0 auto;
}

.why-item .icon {
	background-color: #3565b0;
	width: 80px;
	height: 80px;
	text-align: center;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	padding-top: 25px;
	margin: 0 auto;
}

.why-item:hover .icon {
	background-color: #FBA301;
}

.why-item .icon .fa {
	font-size: 30px;
	color: #fff;
}

.why-item .ket {
	font-size: 14px;
	color: #666;
	margin-top: 40px;
}

.why-item .ket h4 {
	font-size: 18px;
	color: #333;
	font-weight: 700;
	margin-bottom: 30px;
}

.title-page {
	color: #0071BC;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 20px;
}

.about-img {
	margin-bottom: 20px;
}

.about-img img {
margin-left: auto;
    margin-right: auto;
    width: 100%;
    border-radius: 40px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
        height: 800px;
    object-fit: cover;
}

.about-wrap {
	margin-left: 20px;
}

.founder-box {
	margin-top: 20px;
	margin-bottom: 40px;
}

.founder-box .title-page {
	margin-bottom: 5px;
}

/* ==========================
5. Services
============================= */
.services {}

.services-item {
	margin-bottom: 70px;
}

.services-item.left .icon {
	width: 80px;
	height: 80px;
	float: right;
}

.services-item.right .icon {
	width: 80px;
	height: 80px;
	float: left;
}

.services-item .icon img {
	width: 80px;
	height: 80px;
	border: 2px solid #3565b0;
}

.services-item.left .ket {
	text-align: right;
	margin-right: 100px;
}

.services-item.right .ket {
	text-align: left;
	margin-left: 100px;
}

.services-item.left .ket h4 {
	text-align: right;
	font-size: 18px;
	color: #333333;
	line-height: 22px;
	font-family:'Typo Round';font-family: 'Typo Round Regular', sans-serif;
	font-weight: 700;
}

.services-item.right .ket h4 {
	text-align: left;
	font-size: 18px;
	color: #333333;
	line-height: 22px;
font-family: 'Typo Round Regular', sans-serif;
	font-weight: 700;
}

.service-list {
	margin: 20px 0 0 0;
	padding: 0;
}

.service-list li {
	list-style: none;
	margin: 12px 0;
}

.service-list li .fa {
	margin-right: 10px;
	color: #3565b0;
	font-size: 16px;
}

.services-item-full {
	border-bottom: 1px solid #E9E9E9;
	padding-bottom: 50px;
	margin-bottom: 50px;
}
.services-item-full .desc-wrap .title-page{
    font-size:20px;
    font-weight:600;
}
.services-item-full .desc-wrap p{
    font-size: 16px;
    color: #000;
    font-weight: 500;
    line-height: 30px;
}
.services-item-full .desc-wrap h5{
    font-size:18px;
    color:#333333;
    margin:15px 0px;
}


.services-item-full:nth-child(even) {
	border-bottom: 1px solid #E9E9E9;
	text-align: left;
}

.services-item-full:nth-child(even) .desc-wrap {
	margin-left: 0px;
	margin-right: 20px;
}

.services-item-full:nth-child(even) .service-list li .fa {
	margin-right: 10px;
	margin-left: 0px;
	float: left;
}

.services-item-image {
	position: relative;
	width: 100%;
	text-align: center;
}

/*.services-item-image img {*/
/*	position: absolute;*/
/*	bottom: 0;*/
/*	left: 0;*/
/*	display: block;*/
/*	margin: 0 auto;*/
/*}*/

.laundry-service-img img{
        width: 100%;
    border-radius: 40px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
        height: 800px;
    object-fit: cover;
}

/* ==========================
6. Stat Facts
============================= */
.stat-facts {}

.bg-overlay {
	background-color: rgba(0, 113, 188, 0.8);
	display: block;
	padding: 80px 0;
}

.stat-item {
	text-align: center;
	margin-bottom: 40px;
}

.stat-item .icon {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 2px solid #fff;
	margin: 0 auto;
	padding-top: 22px;
}

.stat-item:hover .icon {
	background-color: #2264A1;
}

.stat-item .icon .fa {
	font-size: 30px;
	color: #fff;
}

.stat-item .stat-title {
	font-size: 18px;
	color: #FFFFFF;
	line-height: 25px;
font-family: 'Typo Round Regular', sans-serif;
	font-weight: 700;
}

.stat-item .stat-title .number {
	font-size: 50px;
	color: #FFFFFF;
	line-height: 70px;
font-family: 'Typo Round Regular', sans-serif;
	font-weight: 700;
}

/* ==========================
7. FAQ
============================= */
.faq-item {
	text-align: center;
	width: 95%;
	margin: 0 auto;
	margin-bottom: 40px;
}

.faq-item .icon {
	background-color: #3565b0;
	width: 124px;
	height: 124px;
	text-align: center;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	padding-top: 50px;
	margin: 0 auto;
}

.faq-item:hover .icon {
	background-color: #FBA301;
}

.faq-item .icon .fa {
	font-size: 30px;
	color: #fff;
}

.faq-item .ket {
	font-size: 14px;
	color: #666;
	margin-top: 40px;
}

.faq-item .ket h4 {
	font-size: 18px;
	color: #333;
	font-weight: 700;
	margin-bottom: 30px;
}

.panel-faq.panel-group .panel {
	border-radius: 0px;
}

.panel-faq .panel-default>.panel-heading {
	color: #fff;
	background-color: #0071BC;
	background-color: #3565b0;
	border-color: #ddd;
	border: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	padding: 8px 10px;
}

.panel-faq .panel-default>.panel-heading.active {
	background-color: #0071BC;
}

.panel-faq .panel-default {
	border-color: transparent;
}

.panel-faq .panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: transparent;
}

.panel-faq .panel-title {
	font-size: 14px;
}

.panel-faq .panel-body p {
	margin: 10px 0;
}

.panel-faq .panel-body {
	padding: 15px;
	background-color: #F8F8F8;
	margin-top: 4px;
}

.collapse.in {
	display: block;
	visibility: visible;
}

.panel-title>a,
.panel-title>a:active,
.panel-title>a:focus {
	color: inherit;
	text-decoration: none;
	display: block;
}

.faq-list {
	margin: 0;
	padding: 0;
}

.faq-list li {
	list-style: none;
}

.faq-list li .fa {
	color: #3565b0;
	font-size: 14px;
	margin-right: 10px;
}

.faq-item-image {
	position: relative;
	width: 100%;
	text-align: center;
}

.faq-item-image img {
	display: block;
}

/* ==========================
8. Testimonials
============================= */
.testimonials {}

.testimonials-item {
	clear: both;
	min-height: 180px;
	margin-bottom: 20px;
}

.testimonials-item .people {
	float: left;
	width: 100px;
	text-align: center;
}

.testimonials-item .people .img-circle {
	border: 2px solid #3565b0;
}

.testimonials-item .people h3 {
	font-size: 14px;
	line-height: 20px;
	color: #0071BC;
	font-family: 'Typo Round Regular', sans-serif;
	font-weight: 700;
}

.testimonials-item .people p {
	font-size: 12px;
	color: #999999;
	line-height: 17px;
	font-family: 'Typo Round Regular', sans-serif;
	font-weight: 400;
}

.testimonials-item .quote-box {
	background-color: #EBEBEB;
	padding: 20px 20px 40px 20px;
	position: relative;
	margin-left: 150px;
}

.testimonials-item .quote-box:after {
	content: '';
	background-color: #EBEBEB;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 20px;
	left: -10px;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.testimonials-item .quote-box .q-url {
	color: #3565b0;
	position: absolute;
	bottom: 20px;
	left: 20px;
}

.testimonials-item .quote-box .q-url a {
	font-size: 12px;
	color: #3565b0;
	line-height: 18px;
	font-weight: 400;
}

.testimonials-item .quote-box .q-url a:hover {
	color: #FBA301;
}

/* ==========================
9. Stat Client
============================= */
.stat-client {
	background-color: #3565b0;
}

.stat-client.bg-grey {
	background-color: #E9E9E9;
}

.bg-greay:hover {
	background-color: #3162ae;

}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
	color: #262626;
	text-decoration: none;
	background: linear-gradient(90deg, #DFBD69 0%, #CDA54F 40%, #B78B3B 70%, #926F34 100%);

	color: #3162ae;
}

.info a:hover {
	color: #fff;
}

.client-img {
	text-align: center;
	margin-bottom: 40px;
}

.client-img img {
	margin: 0 auto;
}

/* ==========================
10. Blog
============================= */


.blog-item {
	margin-bottom: 40px;
}

.blog-item .gambar {
	position: relative;
	z-index: 1;
}

.blog-item .icon-news {
	width: 50px;
	height: 50px;
	position: absolute;
	bottom: -25px;
	right: 40px;
	border: 2px solid #fff;
	text-align: center;
	background-color: #3565b0;
	border-radius: 50%;
	padding-top: 12px;
}

.blog-item .icon-news .fa {
	font-size: 20px;
	color: #fff;
}

.blog-item .item-body {
	background-color: #fff;
	border: 1px solid #F0F0F0;
	position: relative;
	min-height: 290px;
	display: block;
}

.blog-item .item-body .description {
	padding: 42px 35px;
	width: 100%;
	font-weight: 400;
	color: #666666;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	font-family: 'Typo Round Regular', sans-serif;
	height: 250px;
	overflow: hidden;
}

.blog-item .item-body .lead {
	font-size: 18px;
	color: #3565b0;
	line-height: 25px;
font-family: 'Typo Round Regular', sans-serif;
	font-weight: 700;
}

.blog-item .item-body .body-footer {
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0;
	border-top: 1px solid #F0F0F0;
}

.blog-item .item-body .body-footer .author,
.blog-item .item-body .body-footer .date {
	width: 50%;
	float: left;
	padding: 10px 0;
}

.blog-item .item-body .body-footer .author {
	border-right: 1px solid #F0F0F0;
}

.blog-item .item-body .body-footer .author .fa,
.blog-item .item-body .body-footer .date .fa {
	margin-right: 10px;
}

.blog-item .item-body>div {
	width: 50%;
	text-align: center;
	float: left;
	line-height: 20px;
	color: #3565b0;
	font-family: 'Typo Round Regular', sans-serif;
	font-weight: 700;
}

.image-wrap {
	position: relative;
}

.image-wrap .meta {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	background-color: rgba(0, 0, 0, .65);
	padding: 20px 20px;
	color: #fff;
}

.image-wrap .meta div {
	float: left;
	width: 30%;
}

.image-wrap .meta .fa {
	margin-right: 20px;
}

.post-item {
	margin-bottom: 60px;
}

.post-item .post-title {
	margin-top: 20px;
	margin-bottom: 40px;
	border-bottom: 1px solid #F1F1F1;
}

.post-item .post-title,
.post-item .post-title a {
	font-size: 24px;
	line-height: 30px;
	color: #0071BC;
	font-weight: 700;
	padding-bottom: 20px;
	display: block;
}

.post-item .post-title a:hover {
	color: #85DBFF;
}

.post-item .post-read-more {
	color: #0071BC;
	font-weight: 700;
	font-size: 14px;
	margin-top: 20px;
	clear: both;
	display: block;
}

.post-item .post-read-more:hover {
	color: #85DBFF;
}

.post-item .post-read-more .fa {
	margin-left: 10px;
}

.post-item .carousel-control {
	background-image: none;
}

.post-item .carousel-control span {
	position: absolute;
	top: 45%;
	width: 50px;
	height: 50px;
	display: block;
	border: 2px solid #fff;
	margin-left: 30%;
	padding-top: 13px;
	border-radius: 50%;
}

.post-item .carousel-control .fa {}

.post-item .carousel-control.right {
	right: 35px;
}

.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
}

.pagination>li {
	display: inline-block;
	margin-right: 10px;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
	margin-left: 0;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

.pagination>li>a,
.pagination>li>span {
	position: relative;
	float: left;
	padding: 13px 20px;
	background-color: #fff;
	border: none;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
	z-index: 2;
	color: #fff;
	cursor: default;
	background-color: #3565b0;
}

.widget {
	background-color: #F8F8F8;
	position: relative;
	border-top: 2px solid #0071BC;
	padding: 34px 35px;
	margin-bottom: 40px;
}

.widget .media {
	border-bottom: 1px solid #EBEBEB;
	padding-bottom: 20px;
}

.widget .widget-heading {
	font-size: 18px;
	color: #5C5C5C;
	line-height: 22px;
	font-weight: 700;
	letter-spacing: 2px;
	display: block;
}

.widget .widget-heading:after {
	content: '';
	width: 75px;
	height: 24px;
	background-color: transparent;
	margin-left: 1px;
	border-bottom: 1px solid #0071BC;
	display: block;
	margin-bottom: 40px;
}

.widget .media-body {
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	font-weight: 500;
}

.widget .media-body .meta-comment {
	font-size: 12px;
	line-height: 18px;
	color: #5C5C5C;
	font-weight: 500;
}

.widget .media-object {
	width: 64px;
	height: 64px;
}

.widget .media-body .meta-comment .fa {
	margin-right: 10px;
}

.widget.categories .list-unstyled li .fa {
	margin-right: 10px;
}

.widget.categories .list-unstyled li {
	padding: 4px 0;
}

.widget.categories .list-unstyled li a {
	color: #333333;
	font-weight: 700;
	text-decoration: none;
}

.widget.categories .list-unstyled li a:hover {
	color: #85DBFF;
}

.post-item.detail p {
	margin: 15px 0;
}

.post-item.detail blockquote {
	margin: 15px 0;
	line-height: 20px;
	color: #666666;
	font-weight: 700;
	margin-left: 40px;
}

.author-box {
	background-color: #3565b0;
	padding: 30px;
	color: #fff;
}

.author-box .media-left img {
	width: 100px;
	height: 100px;
}

.author-box .media-heading {
	color: #333333;
	font-weight: 700;
}

.author-box .media-left {
	padding-right: 20px;
}

.comments-box {
	padding-bottom: 30px;
	border-bottom: 1px solid #E9E9E9;
}

.comments-box .media {
	padding: 20px;
	border: 1px solid #E9E9E9;
	background-color: #fff;
	margin-bottom: 30px;
}

.comments-box .media.comment {
	background-color: #fff;
}

.comments-box .media.reply-comment {
	background-color: #F6F6F6;
	margin-left: 40px;
}

.comments-box .media-heading {
	color: #0071BC;
	font-weight: 700;
}

.comments-box .media-left img {
	width: 100px;
	height: 100px;
}

.comments-box .date {
	margin-left: 100px;
}

.comments-box .title-heading,
.leave-comment-box .title-heading {
	font-size: 18px;
	line-height: 25px;
	color: #0071BC;
	font-weight: 700;
	margin-top: 40px;
	margin-bottom: 40px;
}

.form-comment {}

.form-comment .form-control {
	padding: 24px 12px;
	border-radius: 0;
	border: 1px solid #E9E9E9;
	box-shadow: none;
}

.form-comment .btn-default {
	padding: 15px 60px;
	letter-spacing: 2px;
}

/* ==========================
11. Pricing
============================= */
.panel-pricing {
	border-color: #ddd;
	text-align: center;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 40px;
	-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .05);
	box-shadow: 0 5px 5px rgba(0, 0, 0, .05);
}

.panel-pricing .price {
	padding: 25px 0;
	font-size: 80px;
	background-color: #3565b0;
	font-size: 36px;
	color: #fff;
	font-weight: 700;
}

.panel-pricing .price:before {
	content: '';
	width: 17px;
	height: 17px;
	background-color: #fff;
	display: block;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	margin: 0 auto;
	margin-top: -33px;
	margin-bottom: 20px;
}

.panel-pricing h3 {
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	padding-bottom: 10px;
	padding-top: 10px;
}

.panel-pricing .price sup {
	font-size: 18px;
	margin-right: 5px;
	top: -1.2em;
	font-weight: 400;
}

.panel-pricing>.panel-heading {
	color: #333;
    color: #ffffff;
    background-color: #3162ae;
    border-color: #ddd;
    padding: 0px 0px;
}

.panel-pricing .price .subscript {
	font-size: 26px;
	margin-left: 0px;
}

.panel-pricing .table>tbody>tr>td,
.table>tfoot>tr>td {
padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: none;
    font-size: 14px;
    font-weight: 600;
    /*color: #3565b0;*/
    color:#000;
    border-bottom: 2px solid #3565b0;
}

.panel-pricing .panel-footer {
	padding: 0px 15px 10px 15px;
	background-color: #fff;
	border-top: 0;
}

.panel-pricing .panel-body {
	padding: 15px 30px 0px 30px;
	/*height: 1520px;*/
	height:auto;
}

.panel-pricing .btn-primary {
	color: #fff;
	background-color: #3565b0;
	border-color: #3565b0;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	font-weight: 700;
	padding: 12px 0;
}

.panel-pricing .btn-primary:hover {
	color: #fff;
	background-color: #FBA301;
	border-color: #FBA301;
}

.panel-pricing:hover>.panel-heading,
.panel-pricing:hover>.panel-body,
.panel-pricing:hover>.panel-footer {}

.price-detail {}

.price-detail-heading {
	font-size: 18px;
	color: #0071BC;
	font-weight: 700;
	padding: 20px 0;
}

.price-detail-body {
	background-color: #F8F8F8;
	border-top: 2px solid #3565b0;
	padding: 20px 40px 20px 20px;
}

.price-detail-body .item {
	padding: 5px;
}

.price-detail-body .item:after {
	clear: both;
	width: 100%;
	display: block;
	content: '';
}

.price-detail-body .item-name {
	float: left;
}

.price-detail-body .fa {
	margin-right: 10px;
	color: #3565b0;
	font-size: 16px;
}

.price-detail-body .item-price {
	float: right;
	color: #666666;
	font-weight: 700;
}

.more-info-price {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 140px;
}

.more-info-price a {
	color: #0071BC;
	font-weight: 700;
}

/* ==========================
12. Contact
============================= */
.shake {
	margin-bottom: 40px;
}

.shake:after {
	clear: both;
	width: 100%;
	display: block;
	content: '';
}

.shake .form-control {
	padding: 24px 12px;
	border-radius: 0;
}

.shake .btn-default {
	padding: 15px 25px;
	float: right;

	background-color: #3565b0;
	border-color: #3565b0;
	border-radius: 0;
	color: #fff;
	font-weight: bold;
}

.shake .btn-default:active,
.shake .btn-default:visited,
.shake .btn-default:hover {
	background-color: #FBA301;
	border-color: #FBA301;
	color: #fff;
}

p.help-block.text-danger li {
	display: block;
	font-family: 'Typo Round Regular', sans-serif;
	color: #f00;
}

.alert-danger {
	color: #333031;
	background-color: #FFEDC4;
	border-color: #f00;
}

.contact-address {
	margin-top: 40px;
}

.contact-address-item {
	margin-bottom: 40px;
}

.contact-address-heading {
	color: #0071BC;
	font-weight: 700;
	margin-bottom: 10px;
}

.maps-wraper {
	position: relative;
}

.maps {
	width: 100%;
	height: 300px;
	display: block;
	background: #ccc;
	position: relative;
}

#google-container {
	position: relative;
	width: 100%;
	height: 500px;
	background-color: #000;
}

#cd-google-map {
	position: relative;
	overflow: hidden;
}

#cd-google-map .col-md-12 {
	padding: 0;
}

#cd-google-map .address {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	padding: 20px 0;
	background-color: rgba(5, 5, 5, 0.9);
}

#cd-google-map .address .address-item {
	position: relative;
	padding-left: 44px;
}

#cd-google-map .address .address-item i {
	width: 24px;
	height: 24px;
	position: absolute;
	top: 0;
	left: 4px;
	color: #fcfcfc;
	font-size: 22px;
	text-align: center;
	line-height: 24px;
}

#cd-zoom-in,
#cd-zoom-out {
	height: 32px;
	width: 32px;
	cursor: pointer;
	margin-left: 10px;
	background-color: rgba(0, 113, 188, .9);
	background-repeat: no-repeat;
	background-size: 32px 64px;
	background-image: url('../images/cd-icon-controller.svg');
}

.no-touch #cd-zoom-in:hover,
.no-touch #cd-zoom-out:hover {
	background-color: #0071BC;
}

#cd-zoom-in {
	background-position: 50% 0;
	margin-top: 10px;
	margin-bottom: 1px;
}

#cd-zoom-out {
	background-position: 50% -32px;
}

/* ==========================
13. Footer
============================= */
.footer {}

.f-desc {
	background-color: #252525;
	color: #fff;
	padding: 50px 0;
}

.fcopy {
	background-color: #0071BC;
	color: #fff;
	text-align: center;
	padding: 20px 20px;
}

.footer-item {
	line-height: 20px;
	color: #999999;
	font-weight: 400;
	margin-bottom: 20px;
	min-height: 250px;
}

.footer-sosmed {
	margin-top: 20px;
}

.footer-sosmed .item {
	width: 30px;
	height: 30px;
	text-align: center;
	background-color: #3565b0;
	color: #fff;
	display: inline-table;
	padding-top: 6px;
	border-radius: 50%;
}

.footer-sosmed .item:hover {
	background-color: #FBA301;
}

.footer-sosmed .item .fa {
	font-size: 16px;
}

.footer-logo {
	margin-bottom: 10px;
}

.footer-title {
	font-size: 18px;
	line-height: 22px;
	color: #FFFFFF;
font-family: 'Typo Round Regular', sans-serif;
	font-weight: 400;
	position: relative;
	padding: 10px 0;
	margin-bottom: 40px;
}

.footer-title:after {
	position: absolute;
	content: '';
	width: 50px;
	height: 10px;
	border-bottom: 1px solid #fff;
}

.footer-blog-item {
	padding-left: 30px;
	margin-bottom: 15px;
}

.footer-blog-item:before {
	font-family: FontAwesome;
	content: "\f105";
	color: #3565b0;
	float: left;
	padding-left: -20px;
	margin-left: -26px;
	font-size: 16px;
}

.footer-blog-item .footer-blog-lead {
	line-height: 20px;
	color: #999999;
	font-weight: 400;
}

.footer-blog-item .footer-blog-lead a {
	color: #999999;
}

.footer-blog-item .footer-blog-lead a:hover {
	color: #FBA301;
}

.footer-blog-item .footer-blog-date {
	font-size: 12px;
	line-height: 17px;
	color: #3565b0;
	font-family: 'Typo Round Regular', sans-serif;
	font-weight: 400;
	margin-top: 5px;
}

.footer-form {}

.footer-form .form-control {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

.footer-getintouch {}

.footer-getintouch-item {
	clear: both;
	margin-bottom: 10px;
	content: '';
	display:flex;
}

.footer-getintouch-item .icon {
	font-size: 18px;
	color: #3565b0;
	float: left;
	margin-right: 10px;
	text-align: center;
	width: 20px;
}

.footer-getintouch-item .icon .fa {
	font-size: 16px;
}

.footer-getintouch-item .desc {
	float: left;
	margin-bottom: 10px;
}

.footer-getintouch-item .desc .desc-1 {
	width: 60px;
	float: left;
}

.footer-getintouch-item .desc .desc-2 {
	width: 10px;
	float: left;
}

.footer-getintouch-item .desc .desc-3 {
	float: left;
}

.footer-getintouch-item .desc .desc-3 p{
    color:#3565b0;
}
.footer-getintouch-item .desc .desc-3 p:hover{
    color:#B78B3B;
}





@media (max-width: 1199px) {}

@media (max-width: 992px) {
	.info .info-item {
		margin-right: 20px;
	}

	.services-item-image img {
		position: static;
	}

	.work-info-icon {
		margin: 30px 0 0 0;
		width: 100%;
		text-align: center;
	}

	.work-info-body {
		float: left;
		margin: 10px 0 0 0px;
		width: 100%;
		text-align: center;
		padding-bottom: 20px;
	}

	.navbar-main .nav>li>a {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (max-width: 768px) {
	.header-top {
		display: none;
	}

	.carousel-caption {
		padding-bottom: 0px;
	}

	.navbar-brand {
		padding: 6px 15px;
		width: 150px;
	}

	.navbar-brand>img {
		display: block;
	}

	.navbar-main .navbar-brand>img {
		-webkit-transition: 0.2s all linear;
		transition: 0.2s all linear;
	}

	.navbar-main.stiky .navbar-brand {
		margin-top: 0px;
	}

	.navbar-main.stiky .navbar-nav>li>a {
		padding-top: 0;
		min-height: 40px;
	}

	/* costea */
	.navbar-nav {
		padding: 8px;
		background-color:#e6e8eb;
	}

	.navbar-main .navbar-nav>li>a {
		margin-bottom: 8px;
		padding-top: 10px;
		min-height: 40px;
	}

	.navbar-main .navbar-nav>li.active>a,
	.navbar-main .navbar-nav>li>a:hover {
		background-color: #48B8E7;
		color: #fff;
	}

	.navbar-nav .open .dropdown-menu>li>a {
		background-color: #fff;
		padding: 10px 16px;
		margin-bottom: 5px;
	}

	.navbar-main .navbar-nav>li.open>a {
		margin-bottom: 0px;
	}

	.navbar-main.stiky .navbar-nav>li>a,
	.navbar-main.stiky .navbar-nav>li.open>a {
		padding-top: 10px
	}

	/* end costea */
	.work-info {
		position: static;
	}

	.work-info .container {
		padding-right: 0;
		padding-left: 0;
	}

	.banner,
	.subbanner {
		/*margin-top: 50px;*/
	}

	.banner .caption {
		position: absolute;
		top: 150px;
		left: 20px;
		right: 20px;
	}

	.work-info-item {
		width: 100%;
	}

	.testimonials-item .quote-box {
		margin-left: 110px;
	}

	.about-wrap {
		margin-left: 0px;
	}

	.work-info-icon {
		margin: 30px 0 0 30px;
		width: 60px;
		text-align: left;
	}

	.work-info-body {
		float: left;
		margin: 30px 0 0 0;
		width: auto;
		text-align: left;
	}
}

@media (max-width: 767px) {
	.services-item-image img {
		position: static;
	}

}

@media (max-width: 479px) {
	.item .carousel-caption .caption-heading {
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 10px;
	}

	.item .caption-desc {
		display: none;
	}

	.banner .caption a.btn-default,
	.wrap-caption a.btn-default {
		font-size: 10px;
		line-height: 20px;
		padding: 2px 12px;
	}

	.image-wrap .meta {
		padding: 5px 20px;
	}

	.image-wrap .meta div {
		width: 50%;
		font-size: 10px;
		line-height: 10px;
	}

	.image-wrap .meta div:nth-child(2) {
		display: none;
		line-height: 10px;
	}

	.image-wrap .meta .fa {
		display: none;
	}

	.media-left,
	.media-right,
	.media-body {
		display: inline;
	}

	.comments-box .date {
		margin-left: 10px;
	}
}

@media (min-width: 768px) {
	.navbar-main.stiky .navbar-brand>img {
		width: 80px!important;
	}

}

/* ============================
   Responsive Banner Section
============================ */

/* Tablets (portrait & small landscape) */
@media (max-width: 991px) {
	.section.banner .carousel,
	.section.banner .item {
		height: 45vh; /* slightly taller for tablets */
	}
}

/* Mobile Devices (portrait) */
@media (max-width:480px) {
    .banner {
          position: relative;
        margin-top: 75px !important;
}
    .section.banner .carousel, .section.banner .item {
        height: 31vh !important;
    }
    
    .video-slide::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 200px!important;
	background: rgba(0, 0, 0, 0.4);
}
    .video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px !important;
    object-fit: cover;
}
}
@media (max-width: 767px) {
	.section.banner .carousel,
	.section.banner .item {
		height: 39vh!important;
	}
	   .video-slide::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 200px!important;
	background: rgba(0, 0, 0, 0.4);
}
	.video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    object-fit: cover;
}
	.abt-content h2 {
    font-size: 30px;
    padding: 14px 0px;
    font-weight: 600;
    color: #fff;
    line-height: 34px;
}
.banner {
          position: relative;
        margin-top: 75px !important;
}
.linen-section-about {
    background-color: #3162aef5;
    padding: 40px 0px!important;
    position: relative;
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
    /*height: 73px !important;*/
}
    .navbar-main .navbar-fixed-top .navbar-brand>img {
    width:80px!important;
    }
}


/* Small Mobiles (under 480px) */
/*@media (max-width: 480px) {*/
/*	.section.banner .carousel,*/
/*	.section.banner .item {*/
	
/*	}*/
/*}*/

/* Extra Small Mobiles (under 360px) */
/*@media (max-width: 360px) {*/
/*	.section.banner .carousel,*/
/*	.section.banner .item {*/
/*		height: 39vh;*/
/*	}*/
/*}*/



/* Ensure carousel fills full width and height */
.section.banner .carousel,
.section.banner .item {
	position: relative;
	width: 100%;
	height: 100vh;
	/* Full viewport height */
	overflow: hidden;
}

/* Video background inside a slide */
.video-slide {
	position: relative;
	width: 100%;
	height: 100%;
}

.video-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Optional dark overlay for text visibility */
.video-slide::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
}

/* Make sure captions are visible */
.carousel-caption {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	text-align: left;
}

.carousel-caption .wrap-caption {
	color: #fff;
}

.carousel-caption .btn {
	background: #fff;
	color: #333;
	border: none;
	padding: 10px 25px;
	border-radius: 4px;
	text-transform: uppercase;
	font-weight: 600;
}



/* --- Section Background --- */
.linen-banner {
	width: 100%;
	/* min-height: 100vh; */
	background: linear-gradient(180deg, #0e1f3a 0%, #023b56 100%);
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 90px 20px;
}

/* --- Content Container --- */
.linen-banner .container {
	max-width: 900px;
	margin: auto;
}

/* --- Title --- */
.linen-title {
	font-size: 3rem;
	font-weight: 700;
	color: #fff;
	margin-bottom: 20px;
font-family: 'Typo Round Regular', sans-serif;
}

/* --- Subtitle --- */
.linen-subtitle {
	font-size: 1.2rem;
	color: #e0e0e0;
	margin-bottom: 40px;
font-family: 'Typo Round Regular', sans-serif;
}

/* --- Button --- */
.linen-btn {
	display: inline-block;
	background: #fff;
	color: #002366;
	font-weight: 600;
	text-decoration: none;
	padding: 12px 32px;
	border-radius: 4px;
	box-shadow: 6px 6px 0 #00aaff;
	transition: all 0.3s ease;
}

.linen-btn:hover {
	box-shadow: 0 0 0 #00aaff;
	transform: translate(6px, 6px);
}

/* --- Responsive Design --- */
@media (max-width: 992px) {
	.linen-title {
		font-size: 2.4rem;
	}

	.linen-subtitle {
		font-size: 1.1rem;
	}
}

@media (max-width: 768px) {
	.linen-banner {
		padding: 60px 15px;
	}

	.linen-title {
		font-size: 2rem;
	}

	.linen-subtitle {
		font-size: 1rem;
	}
}

@media (max-width: 480px) {
	.linen-title {
		font-size: 1.6rem;
	}

	.linen-subtitle {
		font-size: 0.95rem;
	}

	.linen-btn {
		padding: 10px 24px;
		font-size: 0.95rem;
	}
}


/* service sectin  */

/* --- Section Layout --- */
.linen-section {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	min-height: 100vh;
	overflow: hidden;
	background: #002b7a;
}

/* --- Background Image Layer --- */
.linen-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 60%;
	height: 100%;
	background: url('assets/images/accommodation-bg.jpg') center center/cover no-repeat;
	opacity: 0;
	transform: translateX(-60px);
	animation: fadeInLeft 1.2s ease forwards;
}

/* --- Content Box --- */
.linen-content {
	position: relative;
	width: 50%;
	padding: 80px 60px;
	background: rgba(0, 54, 147, 0.9);
	color: #fff;
	font-family: 'Typo Round Regular', sans-serif;
	opacity: 0;
	transform: translateX(60px);
	animation: fadeInRight 1.2s ease 0.4s forwards;
}

/* --- Heading --- */
.linen-content h2 {
	font-size: 2.2rem;
	font-weight: 700;
	margin-bottom: 20px;
}

/* --- Paragraphs --- */
.linen-content p {
	font-size: 1.05rem;
	line-height: 1.8;
	margin-bottom: 15px;
}

/* --- Button --- */
.linen-btn {
	display: inline-block;
	background: #fff;
	color: #002366;
	font-weight: 600;
	text-decoration: none;
	padding: 12px 32px;
	border-radius: 4px;
	box-shadow: 6px 6px 0 #00aaff;
	transition: all 0.3s ease;
}

.linen-btn:hover {
	box-shadow: 0 0 0 #00aaff;
	transform: translate(6px, 6px);
}

/* --- Animations --- */
@keyframes fadeInLeft {
	from {
		opacity: 0;
		transform: translateX(-60px);
	}

	to {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		transform: translateX(60px);
	}

	to {
		opacity: 1;
		transform: translateX(0);
	}
}

/* --- Responsive Styles --- */
@media (max-width: 992px) {
	.linen-section {
		flex-direction: column;
	}

	.linen-bg {
		position: relative;
		width: 100%;
		height: 50vh;
		animation-delay: 0s;
	}

	.linen-content {
		width: 100%;
		padding: 60px 30px;
		animation-delay: 0.2s;
	}

	.linen-content h2 {
		font-size: 1.8rem;
	}
}

@media (max-width: 576px) {
	.linen-content {
		padding: 40px 20px;
	}

	.linen-content p {
		font-size: 0.95rem;
	}
}


/* Section styling */
.linen-section {
	position: relative;
	height: 100vh;
	width: 100%;
	background: url('https://images.unsplash.com/photo-1600585154340-be6161a56a0c') center/cover no-repeat;
	animation-delay: 0.3s;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

@keyframes bgSlideIn {
	from {
		transform: translateX(100%);
	}

	to {
		transform: translateX(0);
	}
}

/* Blue overlay */
.overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to left, #003181, rgb(0 49 129 / 80%) 60%, rgb(0 49 129 / 60%) 75%, rgb(0 49 129 / 0%));
	transform: translateX(-100%);
	animation: overlaySlideIn 1s ease-out forwards;

}

@keyframes overlaySlideIn {
	from {
		transform: translateX(-100%);
	}

	to {
		transform: translateX(0);
	}
}

/* Content box */
.content {
	position: relative;
	max-width: 600px;
	color: white;
	text-align: right;
	padding-right: 5rem;
	opacity: 0;
	transform: translateY(30px);
	animation: contentFadeIn 1s ease-out forwards;
	animation-delay: 1.2s;
	z-index: 2;
}

@keyframes contentFadeIn {
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.content h2 {
	font-weight: 700;
	font-size: 2rem;
	margin-bottom: 1rem;
}

.content p {
	font-size: 1rem;
	line-height: 1.6;
	margin-bottom: 1.5rem;
}

.btn-custom {
	background: #fff;
	color: #003c96;
	font-weight: 600;
	padding: 10px 24px;
	border: none;
	border-radius: 4px;
	transition: all 0.3s ease;
}

.btn-custom:hover {
	background: #003c96;
	color: #fff;
}




/* Section styling  linen-section-1 */
.linen-section-1 {
	position: relative;
	height: 100vh;
	width: 100%;
	background: url('../images/hospitality.jpeg') center/cover no-repeat;
	transform: translateX(100%);
	animation: bgSlideIn .8s ease-out forwards;
	animation-delay: 0.3s;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-top: 20px;
}

@keyframes bgSlideIn {
	from {
		transform: translateX(100%);
	}

	to {
		transform: translateX(0);
	}
}

/* Blue overlay */
.linen-section-1 .overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to left, #003181, rgb(0 49 129 / 80%) 60%, rgb(0 49 129 / 60%) 75%, rgb(0 49 129 / 0%));
	transform: translateX(-100%);
	animation: overlaySlideIn 1s ease-out forwards;
	animation-delay: .8s;
}

@keyframes overlaySlideIn {
	from {
		transform: translateX(-100%);
	}

	to {
		transform: translateX(0);
	}
}

/* Content box */
.linen-section-1 .content {
	position: relative;
	max-width: 600px;
	color: white;
	text-align: left;
	padding-right: 5rem;
	opacity: 0;
	transform: translateY(30px);
	animation: contentFadeIn 1s ease-out forwards;
	animation-delay: 2s;
	z-index: 2;
}

@keyframes contentFadeIn {
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.linen-section-1 .content h2 {
	font-weight: 700;
	font-size: 2rem;
	margin-bottom: 1rem;
	line-height: 37px;
}

.linen-section-1 .content p {
	font-size: 1rem;
	line-height: 1.6;
	margin-bottom: 1.5rem;
}

.btn-custom {
	background: #fff;
	color: #003c96;
	font-weight: 600;
	padding: 10px 24px;
	border: none;
	border-radius: 4px;
	transition: all 0.3s ease;
}

.btn-custom:hover {
	background: #003c96;
	color: #fff;
}


/* Section styling  linen-section-2 */

.linen-section-2 {
	position: relative;
	height: 100vh;
	width: 100%;
	background: url('../images/healthcare.jpg') center/cover no-repeat;
	transform: translateX(100%);
	animation: bgSlideIn .8s ease-out forwards;
	animation-delay: 0.3s;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-top: 20px;
}

@keyframes bgSlideIn {
	from {
		transform: translateX(100%);
	}

	to {
		transform: translateX(0);
	}
}

/* Blue overlay */
.linen-section-2 .overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to right, #003181, rgb(0 49 129 / 80%) 60%, rgb(0 49 129 / 60%) 75%, rgb(0 49 129 / 0%));
	transform: translateX(-60%);
	animation: overlaySlideIn 1s ease-out forwards;
	animation-delay: .8s;
}

@keyframes overlaySlideIn {
	from {
		transform: translateX(-100%);
	}

	to {
		transform: translateX(0);
	}
}

/* Content box */
.linen-section-2 .content {
	position: relative;
	max-width: 600px;
	color: white;
	left: 100px;
	text-align: left;
	padding-right: 5rem;
	opacity: 0;
	transform: translateY(30px);
	animation: contentFadeIn 1s ease-out forwards;
	animation-delay: 2s;
	z-index: 2;
}

@keyframes contentFadeIn {
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.linen-section-2 .content h2 {
	font-weight: 700;
	font-size: 2rem;
	margin-bottom: 1rem;
	line-height: 37px;
}

.linen-section-2 .content p {
	font-size: 1rem;
	line-height: 1.6;
	margin-bottom: 1.5rem;
}

.btn-custom {
	background: #fff;
	color: #003c96;
	font-weight: 600;
	padding: 10px 24px;
	border: none;
	border-radius: 4px;
	transition: all 0.3s ease;
}

.btn-custom:hover {
	background: #003c96;
	color: #fff;
}


/* Section styling  linen-section-3 */

.linen-section-3 {
	position: relative;
	height: 100vh;
	width: 100%;
	background: url('../images/spa.jpg') center/cover no-repeat;
	transform: translateX(100%);
	animation: bgSlideIn .8s ease-out forwards;
	animation-delay: 0.3s;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-top: 20px;
}

@keyframes bgSlideIn {
	from {
		transform: translateX(100%);
	}

	to {
		transform: translateX(0);
	}
}

/* Blue overlay */
.linen-section-3 .overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to left, #003181, rgb(0 49 129 / 80%) 60%, rgb(0 49 129 / 60%) 75%, rgb(0 49 129 / 0%));
	transform: translateX(-100%);
	animation: overlaySlideIn 1s ease-out forwards;
	animation-delay: .8s;
}

@keyframes overlaySlideIn {
	from {
		transform: translateX(-100%);
	}

	to {
		transform: translateX(0);
	}
}

/* Content box */
.linen-section-3 .content {
	position: relative;
	max-width: 600px;
	color: white;
	text-align: left;
	padding-right: 5rem;
	opacity: 0;
	transform: translateY(30px);
	animation: contentFadeIn 1s ease-out forwards;
	animation-delay: 2s;
	z-index: 2;
}

@keyframes contentFadeIn {
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.linen-section-3 .content h2 {
	font-weight: 700;
	font-size: 2rem;
	margin-bottom: 1rem;
	line-height: 37px;
}

.linen-section-3 .content p {
	font-size: 1rem;
	line-height: 1.6;
	margin-bottom: 1.5rem;
}

.btn-custom {
	background: #fff;
	color: #003c96;
	font-weight: 600;
	padding: 10px 24px;
	border: none;
	border-radius: 4px;
	transition: all 0.3s ease;
}

.btn-custom:hover {
	background: #003c96;
	color: #fff;
}

.services_details_banner {
	margin-top: 145px;
	background-color: #3565b0;
	height: 450px;
}

.services_details_banner .caption {
	margin-top: 189px;
	float: right;
	color: #fff;
	text-align: right;
}

.services_section {
	margin: 100px 0px;
}

/* NEW ABOUT US SECTION  */

.linen-section {
	position: relative;
	padding: 100px 20px;
	overflow: hidden;
}

.linen-section h2 {
	font-weight: 700;
	font-size: 1.5rem;
	text-transform: uppercase;
	margin-bottom: 1rem;
}

.linen-section-about {
	background-color: #3162aef5;
	padding: 100px 0px;
	position: relative;
}

.linen-section p {
	max-width: 700px;
	margin: 0 auto 20px;
	line-height: 1.6;
	font-size: 0.95rem;
}

.btn-custom {
	background: #fff;
	color: #0580cc;
	border-radius: 25px;
	padding: 8px 25px;
	font-weight: 500;
	transition: all 0.3s ease;
}

.btn-custom:hover {
	background: #0066aa;
	color: #fff;
}

/* ============================
       COLLECTION CARDS
    ============================ */
.collection-container {
	margin-top: 60px;
}

.collection-card {
	background: transparent;
	text-align: center;
	position: relative;
}

.circle-img {
	width: 350px;
	height: 350px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto 20px;
	position: relative;
	box-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
}

.circle-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.collection-card h5 {
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 8px;
	color: #fff;
	font-size: 25px;
}

.collection-card p {
	max-width: 250px;
	margin: 23px auto;
	font-size: 0.9rem;
	color: #fff;
	font-weight: 500;
	line-height: 32px;
}

.btn-view {
	display: inline-block;
	margin-top: 15px;
	background: #fff;
	color: #0580cc;
	padding: 6px 20px;
	border-radius: 25px;
	font-size: 0.85rem;
	transition: 0.3s;
}

.btn-view:hover {
	background: #0066aa;
	color: #fff;
}

/* ============================
       3D FLOATING BUBBLES
    ============================ */
.bubble {
	position: absolute;
	border-radius: 50%;
	background: radial-gradient(circle at 30% 30%, #7cc9ff, #0570c2);
	opacity: 0.8;
	animation: float 8s ease-in-out infinite;
}

@keyframes float {

	0%,
	100% {
		transform: translateY(0) translateX(0) scale(1);
	}

	50% {
		transform: translateY(-40px) translateX(20px) scale(1.1);
	}
}

/* Bubble variations */
.bubble1 {
	width: 80px;
	height: 80px;
	top: 15%;
	left: 15%;
	animation-delay: 0s;
}

.bubble2 {
	width: 120px;
	height: 120px;
	top: 30%;
	right: 10%;
	animation-delay: 2s;
}

.bubble3 {
	width: 60px;
	height: 60px;
	bottom: 20%;
	left: 25%;
	animation-delay: 4s;
}

.bubble4 {
	width: 90px;
	height: 90px;
	bottom: 15%;
	right: 20%;
	animation-delay: 1s;
}

/* ============================
       RESPONSIVENESS
    ============================ */
@media (max-width: 992px) {
	.circle-img {
		width: 200px;
		height: 200px;
	}
	.abt-content{
	    width:100%;
	}
}

@media (max-width: 768px) {
	.linen-section {
		padding: 80px 20px;
	}
		.abt-content{
	    width:100%;
	}

	.collection-card {
		margin-bottom: 40px;
	}
}

@media (max-width: 576px) {
	.linen-section h2 {
		font-size: 1.3rem;
	}
		.abt-content{
	    width:100%;
	}

	.bubble {
		opacity: 0.5;
	}
}

@media (max-width: 480px){
  .abt-content {
	width:100%;
	margin-left: auto;
	margin-right: auto;
}
}

.abt-content {
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
}

.abt-content h2 {
	font-size: 30px;
	padding: 14px 0px;
	font-weight: 600;
	color: #fff;
	line-height:43px;
}

.dropdown-menu>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 600;
	line-height: 1.42857143;
	color: #000000;
	white-space: nowrap;
	letter-spacing: 2px;

}

.abt-content p {
	font-size: 17px;
	font-weight: 500;
	color: #fff;
	line-height: 32px;
	text-align:justify;
}


/* Base */
.btn-floating:hover img {
  margin-bottom: -3px
}

.btn-floating {
    position: fixed;
    right: 25px;
    overflow: hidden;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    border: 0;
    z-index: 9999;
    color: white;
    transition: .2s;
}

.btn-floating:hover {
    width: auto;
    padding: 0 20px;
    cursor: pointer;
}

.btn-floating span {
    font-size: 16px;
    margin-left: 5px;
    transition: .2s;
    line-height: 0px;
    display: none;
}

.btn-floating:hover span {
    display: inline-block;
}

/* Phone */
.btn-floating.phone {
    bottom: 10px;
    background-color: #3162ae;
}

.btn-floating.phone:hover {
    background-color: #3162ae;
}
#laundry{
    background-color: #C0C0C0!important;
    color:#3162ae;
    padding:10px;
    font-size:17px;
      font-weight:600;
}

#golden{
    background: linear-gradient(90deg, #DFBD69 0%, #CDA54F 40%, #B78B3B 70%, #926F34 100%);
   color:#3162ae;
   padding:10px;
    font-size:17px;
    font-weight:600;
   
}

.why-choose-modern {
}


.why-choose-modern h2 {
color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 3rem;
    text-align: center;
}


.cards {
display: grid;
grid-template-columns: 1fr;
gap: 1.25rem;
max-width: 1100px;
margin: 0 auto;
}


.card_whychoose_us {
background: #fff;
border-radius: 20px;
padding: 1.5rem;
box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
transition: transform 0.25s ease, box-shadow 0.25s ease;
text-align: left;
position: relative;
overflow: hidden;
}


.card_whychoose_us::before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 4px;
height: 100%;
background:#3162aef5;
opacity: 0.6;
transition: opacity 0.3s;
}


.card_whychoose_us:hover::before { opacity: 1; }


.card_whychoose_us h3 {
  color: #3162ae;
    font-size: 23px;
    margin-bottom: 1.5rem;
    font-weight: 700;
    line-height: 32px;
}


.card_whychoose_us p {
color:#000;
font-size: 0.95rem;
line-height: 1.45;
}


.card_whychoose_us:hover {
transform: translateY(-6px);
box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}


@media (max-width: 480px) {
.cards { grid-template-columns: repeat(2, 1fr); }
.why-choose-modern h2 { font-size: 2rem; }
}


@media (min-width: 1100px) {
.cards { grid-template-columns: repeat(3, 1fr); }
.why-choose-modern { padding: 4rem 1rem; }
.why-choose-modern h2 { font-size: 2.25rem; }
}


.why-choose-modern .category{
    font-size:30px;
    color:#3162aef5;
    margin:40px 0px;
    font-weight:600;
}

.card_whychoose_us h4{
        color: #3968b1;
    font-size: 23px;
    font-weight: 600;
    padding: 16px 0px;
    line-height:33px;
}

.get_in_touch{
    margin-top:30px;
}

.carousel .item {
  transition: opacity 1s ease-in-out;
}
.carousel .item.active {
  opacity: 1;
}
.carousel .item {
  opacity: 0;
}


/*BLOB ANIMATION CSS CODE*/
.more { display: none; }
.readMoreBtn {
	background-color: #3162ae;
	color: #fff;
	border: none;
	padding: 6px 15px;
	margin-top: 10px;
	border-radius: 4px;
	cursor: pointer;
	font-size: 14px;
	transition: background-color 0.3s ease;
}
.readMoreBtn:hover {
	background-color: #274f8a;
}

#nth_chid2{
    margin-top:50px;
}

#nth_chid3{
    margin-top:50px;
}


.anim-btn{
 font: 15px;
    color: #0078c8 !important;
    text-decoration: none;
    background-color: #C6C6C6;
    border: 0;
    font-weight: 500;
    border-radius: 50px;
    text-transform: uppercase;
    display: inline-block;
    padding: 14px 35px;
    text-align: center;
    cursor: pointer;
    outline: none;
    background-image: url(https://www.johnsonshotellinen.com/assets/templates/johnsons/images/buttons/button-circle.svg);
    background-position: top -100% center;
    background-size: 100%;
    background-repeat: no-repeat;
    transition: all 0.5s ease;
  font-family: 'Typo Round Regular', sans-serif;
}

.anim-btn:hover, input[type="submit"]:hover, a:hover .button {
    background-position: top 50% center;
    color: #fff !important;
}


@media (max-width: 768px) {
    .navbar-main .navbar-brand>img {
        width:100px;
    }
    
        .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
        height: 85px !important;
    }
  .navbar-nav > li > a.active {
    border-bottom: 4px solid #3162ae;
    width: 100%;
}

.section.banner
 {
    position: relative;
    width: 100%;
    height: 23vh !important;
    overflow: hidden;
}
}


/*newbanner css strt here*/

.section.banner {
  position: relative;
  width: 100%;
  height:100vh;
  overflow: hidden;
}

.banner-img,
.video-bg {
  width: 100%;
  height: auto;
  object-fit: cover;
}

#video-banner {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

#video-banner.active {
  display: block!important;
  opacity: 1;
}

/* ===============================
   DEFAULT (for large desktops)
================================== */
.section.banner {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.banner-img,
.video-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#video-banner {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

#video-banner.active {
  display: block !important;
  opacity: 1;
}

/* ===============================
   LAPTOP SCREENS (1200px and below)
================================== */
@media (max-width: 1200px) {
  .section.banner {
    height: 90vh;
  }
}

/* ===============================
   TABLETS (992px and below)
================================== */
@media (max-width: 992px) {
  .section.banner {
    height: 80vh;
  }
  .banner-img,
  .video-bg {
    object-fit: cover;
  }
}

/* ===============================
   SMALL TABLETS & LARGE PHONES (768px and below)
================================== */
@media (max-width: 768px) {
  .section.banner {
    height: 70vh;
  }
  .banner-img,
  .video-bg {
    object-fit: cover;
  }
}

/* ===============================
   MOBILE PHONES (576px and below)
================================== */
@media (max-width: 576px) {
  .section.banner {
    height: 60vh;
  }

  .banner-img,
  .video-bg {
    height: 100%;
    object-fit: cover;
  }
}

/* ===============================
   SMALL MOBILE (400px and below)
================================== */
@media (max-width: 400px) {
  .section.banner {
    height: 50vh;
  }
}



/*TERM & CONDITION */
.content-box{
    padding:20px;
}
	.terms-page .page-title {
		font-weight: 700;
		font-size: 36px;
		color: #fff;
		text-shadow: 0 1px 3px rgba(0,0,0,0.3);
	}
	.content-box h4 {
		font-weight: 600;
		margin-top: 20px;
		color: #333;
		font-size:30px;
	}
	.content-box p {
		line-height: 1.8;
		font-size: 16px;
		color: #555;
		margin: 15px 0px;
	}


  .fcopy {
        background-color: #3162ae;
        padding: 15px 0;
        color: #ccc;
        font-size: 14px;
        border-top: 1px solid #222;
    }

    .ftex {
        margin: 0;
        font-size: 14px;
        color: #ccc;
    }

    .footer-links {
        text-align: right;
    }

    .footer-menu {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .footer-menu li {
        display: inline-block;
        margin-left: 15px;
    }

    .footer-menu a {
        color: #ccc;
        text-decoration: none;
        transition: all 0.3s ease;
    }

    .footer-menu a:hover {
        color: #fff;
        text-decoration: underline;
    }

    /* Responsive Fix */
    @media (max-width: 767px) {
        .footer-links {
            text-align: center;
            margin-top: 10px;
        }
        .ftex {
            text-align: center;
        }
    }


/*New contact page section start here*/

  .contact-section {
  padding: 80px 0;
}

.contact-section h2 {
  font-size: 48px;
  font-weight: 700;
  color: #3162ae;
  margin-bottom: 30px;
}

.contact-section p {
  font-size: 16px;
  line-height: 1.7;
  color: #222;
  margin-bottom: 15px;
}

.contact-section a {
  color: #3162ae;
  text-decoration: none;
  transition: 0.3s;
}

.contact-section a:hover {
  text-decoration: underline;
}

.contact-section h5 {
  font-weight: 700;
  color: #3162ae;
  margin-top: 25px;
  margin-bottom: 10px;
  font-size: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.contact-section h5 i {
  color: #3162ae;
  font-size: 22px;
}

/* RIGHT SIDE STYLING */
.contact-section .col-lg-5 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.contact-section .col-lg-5 p {
  margin-left: 35px; /* aligns text to icon column */
  line-height: 1.6;
}

/* Align icons visually with text block */
.contact-section .col-lg-5 h5 i {
  min-width: 25px;
  text-align: center;
}

/* Button */
.contact-section .quote-btn {
  display: inline-block;
  background: #dcdcdc;
  border: none;
  border-radius: 50px;
  padding: 14px 35px;
  font-weight: 600;
  font-size: 18px;
  color: #333;
  margin-top: 20px;
  transition: 0.3s;
}

.contact-section .quote-btn:hover {
  background: #3162ae;
  color: #fff;
}

/* Responsive */
@media (max-width: 991px) {
  .contact-section h2 {
    font-size: 38px;
  }

  .contact-section p {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .contact-section {
    padding: 60px 20px;
  }

  .contact-section h2 {
    font-size: 32px;
  }

  .contact-section .quote-btn {
    width: 100%;
    text-align: center;
  }

  .contact-section .col-lg-5 p {
    margin-left: 0;
  }
}


 .existing-customer-section {
      min-height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 60px 20px;
      background:#004479;
    }

    .customer-form-container {
      width: 100%;
      max-width: 850px;
    }

    .customer-form h3 {
      font-weight: 700;
      font-size: 25px;
      letter-spacing: 0.5px;
      color:#fff;
      margin-bottom:20px;
    }

    .customer-form p {
      font-size: 15px;
      color: #dce6f0;
      margin-bottom: 30px;
    }

    /* Form Field Styling */
    .form-control {
      border-radius: 50px;
      border: none;
      padding: 12px 20px;
      font-size: 15px;
      color: #333;
    }
    
    .form-contact .form-control{
        margin:14px 0px;
    }

    .form-control::placeholder {
      color: #777;
      font-size: 15px;
    }

    textarea.form-control {
      border-radius: 15px;
      resize: none;
      height: 130px;
    }

    /* Field spacing */
    .form-row-gap {
      margin-bottom: 20px;
    }

    .form-text-note {
      font-size: 13px;
      color: #dce6f0;
      margin-top: 10px;
    }

    /* Button */
    .btn-send {
      background-color: #f1f1f1;
      color: #222;
      border-radius: 50px;
      padding: 10px 35px;
      border: none;
      font-weight: 600;
      transition: 0.3s ease;
    }

    .btn-send:hover {
      background-color: #0082ca;
      color: #fff;
    }

    .recaptcha {
      margin-top: 15px;
    }

    /* Responsive */
    @media (max-width: 767px) {
      .customer-form h3,
      .customer-form p {
        text-align: center;
      }
      .btn-send {
        width: 100%;
      }
    }
    
    
    
    .quote-section {
      padding: 100px 20px 80px;
    }

    .quote-title {
      color: #0078c8;
      font-weight: 700;
      font-size: 30px;
      margin-bottom: 25px;
      letter-spacing: 0.5px;
    }

    .quote-intro {
      font-size: 14px;
      line-height: 1.8;
      color: #333;
      max-width: 750px;
      margin-bottom: 25px;
    }

    .visit-btn {
      background: #f2f2f2;
      border: none;
      border-radius: 50px;
      font-size: 13px;
      padding: 10px 30px;
      color: #000;
      font-weight: 500;
      margin-bottom: 35px;
      transition: 0.3s;
    }

    .visit-btn:hover {
      background: #0078c8;
      color: #fff;
    }

    .quote-form {
      max-width: 850px;
    }

    .form-control,
    .form-select {
      border-radius: 50px;
      border: 1px solid #ccc;
      padding: 12px 20px;
      font-size: 14px;
      transition: all 0.3s ease;
    }
    
    .quote-form .form-control,
    .form-select{
        margin:14px 0px;
    }

    .form-control:focus,
    .form-select:focus {
      border-color: #0078c8;
      box-shadow: none;
    }

    textarea.form-control {
      border-radius: 20px;
      resize: none;
      height: 160px;
    }

    .product-options {
      margin-top: 25px;
      margin-bottom: 20px;
    }

    .product-btn {
      background: #f2f2f2;
      border: none;
      border-radius: 50px;
      font-size: 13px;
      font-weight: 500;
      padding: 6px 20px;
      margin: 6px 6px 0 0;
      transition: 0.3s;
    }

    .product-btn:hover {
      background: #0078c8;
      color: #fff;
    }

    .form-text-note {
      font-size: 12px;
      color: #555;
      margin-top: 15px;
    }

    .btn-send {
      background: #f2f2f2;
      border: none;
      border-radius: 50px;
      font-size: 13px;
      font-weight: 500;
      padding: 10px 30px;
      margin-top: 20px;
      color: #000;
      transition: 0.3s;
    }

    .btn-send:hover {
      background: #0078c8;
      color: #fff;
    }

    /* Extra breathing room between form fields */
    .quote-form .row.g-3 {
      row-gap: 20px;
    }

    /* Responsive */
    @media (max-width: 768px) {
      .quote-title {
        text-align: center;
      }
      .quote-intro,
      .visit-btn {
        text-align: center;
      }
      .quote-form {
        margin-top: 25px;
      }
    }
    
    .inquiry_box{
        margin:auto;
        max-width:850px;
    }
    
    /* Checkbox pill buttons */
.product-options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 25px;
}

.product-check {
  background: #f2f2f2;
  color: #333;
  border-radius: 50px;
  padding: 7px 20px;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  user-select: none;
  transition: 0.3s ease;
}

.product-checks input {
  display: none;
}

.product-check:hover {
  background: #e6e6e6;
}

.product-checks input:checked + span,
.product-checks input:checked ~ * {
  background: #0078c8;
  color: #fff;
}

.product-checks:has(input:checked) {
  background: #0078c8;
  color: #fff;
}

#golden-bg{
    background: linear-gradient(90deg, #DFBD69 0%, #CDA54F 40%, #B78B3B 70%, #926F34 100%);
}




/*LAUNDRY SERVICES NEW  CSS START HERE*/

/* container */
.services-grid {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  margin-top: 2rem;
}

.services-item {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(10, 20, 40, 0.06);
  transition: all 0.35s ease;
  position: relative;
  min-height: 520px;
}

.services-item.reverse {
  flex-direction: row-reverse;
}

/* Image Section */
.services-media {
  flex: 1 1 45%;
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 1.25rem;
}
.media-skew {
  border-radius: 10px;
  overflow: hidden;
  transform: skewY(-4deg);
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
  transition: transform .45s ease, box-shadow .45s ease;
  width: 100%;
}
.media-skew img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: skewY(4deg) scale(1.03);
  transition: transform .6s ease;
}

/* Content Section */
.services-content {
  flex: 1 1 55%;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.title-page {
  margin: 0 0 .6rem;
  font-size: 1.5rem;
}
.lead-desc {
  margin-bottom: 1rem;
  color: #444;
}
.section-heading {
    margin-top: 1rem;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 23px;
}
.service-list {
  list-style: none;
  padding-left: 0;
  margin: 0 0 1rem;
}
.service-list li {
  margin-bottom: .6rem;
  display: flex;
  align-items: flex-start;
  gap: .6rem;
  color: #333;
}

/* Hover */
.services-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(10,20,40,0.12);
}
.services-item:hover .media-skew {
  transform: skewY(-3deg) translateY(-6px) scale(1.01);
}
.services-item:hover .media-skew img {
  transform: skewY(4deg) scale(1.06);
}

/* Read More */
.readmore-content {
  max-height: 220px;
  overflow: hidden;
  transition: max-height 0.6s ease;
}
.readmore-content.active {
  max-height: 2000px;
}
.readmore-btn {
  background: #007bff;
  color: #fff;
  border: none;
  padding: 0.55rem 1.1rem;
  border-radius: 6px;
  font-size: 0.9rem;
  cursor: pointer;
  margin-top: 10px;
  align-self: flex-start;
  transition: background .3s ease;
}
.readmore-btn:hover {
  background: #0056b3;
}

/* Responsive */
@media (max-width: 991.98px) {
  .services-item {
    flex-direction: column;
    min-height: auto;
  }
  .services-content {
    padding: 1.25rem;
  }
  .services-media {
    padding: 0.75rem;
  }
  .media-skew {
    transform: none;
    box-shadow: none;
  }
  .media-skew img {
    transform: none;
  }
}

/* Appear animation */
.services-item {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .6s ease, transform .6s ease;
}
.services-item.in-view {
  opacity: 1;
  transform: translateY(0);
}


