/* CSS Document */


:root {
	--navy: #0b3c66;
	--red: #e53935;
	--yellow: #ffb300;
	--blue: #29b6f6;
	--white: #ffffff;
}

/* color: var(--yellow);
background: var(--navy); */

html,
body {
	font-family:
		Calibri,
		"Segoe UI",
		Arial,
		Helvetica,
		sans-serif;
	-webkit-text-size-adjust: 100%;
	max-width: 100%;
	overflow-x: hidden;
}



* {
	margin: 0px;
	padding: 0px;
}

h1 {
	color: #ffb300;
	;
	font-family:
		Calibri,
		"Segoe UI",
		Arial,
		Helvetica,
		sans-serif;
	-webkit-text-size-adjust: 100%;
	font-size: 26px;
	margin: 25px 0 25px 0;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 18px;
}


h2 {
	clear: both;
	color: #FFC500;
	font-family:
		Calibri,
		"Segoe UI",
		Arial,
		Helvetica,
		sans-serif;
	font-size: 22px;
	margin: 25px 0 15px 0;
	text-transform: uppercase;
	margin-top: 35px;
	margin-bottom: 12px;
}

h3 {
	clear: both;
	color: #FFFFFF;
	font-family:
		Calibri,
		"Segoe UI",
		Arial,
		Helvetica,
		sans-serif;
	font-size: 18px;
	margin: 25px 0 15px 0;
	text-transform: uppercase;
}

h4 {
	clear: both;
	color: #FFC500;
	font-family:
		Calibri,
		"Segoe UI",
		Arial,
		Helvetica,
		sans-serif;
	font-size: 18px;
	margin: 25px 0 15px 0;
	text-transform: uppercase;
}


p {
	color: #FFFFFF;
	font-size: 15px;
	line-height: 1.55;
	margin: 0 0 14px 0;
}

span {
	color: #ffc500;
}

img {
	border: none;
}

body {
	font-family:
		Calibri,
		"Segoe UI",
		Arial,
		Helvetica,
		sans-serif;
	background-color: #0375D5;
}

html,
body {
	font-family:
		Calibri,
		"Segoe UI",
		Arial,
		Helvetica,
		sans-serif;
	-webkit-text-size-adjust: 100%;
}

#topBg {
	background-image: url(../images/topBg.gif);
	background-repeat: repeat-x;
}

#bottomBg {
	background-image: url(../images/bottomBg.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}

#wrapper {
	width: 962px;
	margin: 0 auto;
}

#header {
	height: 170px;
	clear: both;
}


#logo {
	float: left;
	padding: 20px 0px 0px 0px;
}

#logo img {
	max-width: 350px;
	/* adjust this number */
	height: auto;
}


#phone {
	float: right;
	padding: 70px 0px 0px 0px;
}

#phone img {
	max-width: 300px;
	/* adjust this number */
	height: auto;
	filter: drop-shadow(0 0 10px rgba(255, 179, 0, 0.6));
}

#phone img:hover {
	transform: scale(1.08);
	filter: drop-shadow(0 0 18px rgba(255, 179, 0, 0.9));
}

#logo img,
#phone img {
	transition: transform 0.25s ease, opacity 0.25s ease;
}

#logo img:hover,
#phone img:hover {
	transform: scale(1.05);
	opacity: 0.9;
}




#nav {
	height: 40px;
	background-color: #50A1B0;
}

nav,
nav ul,
nav li,
nav li a {
	font-family:
		Calibri,
		"Segoe UI",
		Arial,
		Helvetica,
		sans-serif !important;
	font-weight: 400;
}


#banner {
	font-size: 0px;
	height: 297px;
}

#bannerBottom {
	font-size: 0px;
	height: 18px;
}

#bannerBottom img {
	display: block;
}

#banner img {
	display: block;
}

#contentWrapper {
	background-image: url(../images/contentBg.gif);
	background-repeat: repeat-y;
	float: left;
}





#col1,
#col2 {
	float: left;
	position: relative;
	display: block;

}

#col1Wrapper {
	background-image: url(../images/navTopBg.gif);
	background-repeat: no-repeat;
	width: 240px;
	float: left;
	position: relative;
	display: block;
	padding-bottom: 50px;
}


#col1 {
	clear: both;
	background-image: url(../images/navBottomBg.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding-bottom: 60px;

}

#col1 ul {

	font-size: 14px;
	margin: 24px 0 0 1px;



}

#col1 ul li {
	float: left;
	list-style: none;
	height: 41px;
	margin: 0px;
	padding: 0px;


}

#col1 ul li a {

	text-decoration: none;
	color: #0767ba;
	padding: 12px 0 0 40px;
	float: left;
	width: 198px;
	height: 28px;
}

#col1 ul li a:hover {
	color: #FFFFFF;
	background-image: url(../images/hover.gif);
	background-repeat: repeat-x;
}

#topBg #bottomBg #wrapper #contentWrapper #col2 ul li {
	color: #FFF;
	list-style-position: outside;
	font-size: 15px;
	line-height: 1.6;
	font-weight: 500;
}


#topBg #bottomBg #wrapper #contentWrapper #col2 ul {
	margin-left: 20px;
	margin-bottom: 10px;
	font-size: 15px;
}





#col1 ul li img {
	font-size: 0px;
	display: block;
	clear: both;
	margin: 0 0 0 37px;
}

#col2 {
	float: right;
	width: 672px;
	padding: 0 25px 50px 25px;
}

#col2 img {
	margin: 20px 14px 20px 0;
}


#footer {
	clear: both;
	background-image: url(../images/footerBg.webp);
	background-repeat: no-repeat;
	width: 962px;
}

#copyright {
	color: #b2d5ef;
	font-family: georgia;
	font-size: 11px;
	padding: 24px 0 0 0;
}

#footer p {
	font-size: 12px;
	text-align: right;
	margin-bottom: 5px;
}

#footer p a {
	color: #b2d5ef;
}


#quickContactBody {
	color: #5d5d5d;
	font-size: 12px;

	padding: 18px 18px 8px 18px;
}

#quickContactBody #form_2 {
	width: 400px;
	height: 500px;
}

#quickContactBody #form_2 p {
	margin: 10px 0;
}

#quickContactBody #form_2 label {
	float: left;
	width: 68px;
	text-align: right;
	padding-right: 18px
}

#quickContactBody #form_2 input {
	background-color: #4F7BA0;
	width: 250px;
	height: 27px;
	border: medium none;
	border-radius: 5px;
	padding: 0px 10px;

}

#quickContactBody #form_2 textarea {
	display: block;
	max-width: :250px;
	max-width: 250px;
	height: 150px;
	width: 250px;
	background-color: #4F7BA0;
	overflow: auto;
	padding: 10px 10px;
	border: none;
}


#quickContactBody #form_2 .submit {
	margin: 5px 0 0 0;
	width: 81px;
	height: 24px;
	border: none;
	margin-left: 86px;
	padding: 0px;
}

#topBg #bottomBg #wrapper #contentWrapper #col2 #contactTop .contactBlockContainter img {
	float: left;
	width: 30px;
	margin: 0px;
	padding: 5px 0 0 0;
}

#wrapper,
#contentWrapper,
#banner,
#banner img {
	max-width: 100%;
	height: auto;
}

.contactBlockContainter p {

	/* background-color:#4E7191; 
	color:#002b4e;*/
	color: #ffffff;
	width: 512px;
	height: 30px;
	padding: 10px 0 0 44px;
	;

}

.contactBlockContainter {
	height: 40px;
	padding: 0 0 15px 20px;

}

.contactBlockContainter a {
	color: #ffffff;
	text-decoration: none;
}



#topBg #bottomBg #wrapper #contentWrapper #col2 a {
	color: #FFF;
	text-decoration: none;
}

#topBg #bottomBg #wrapper #contentWrapper #col2 a:hover {
	color: #FFF;
	text-decoration: underline;
}




.images {
	clear: right;
}

#col2 p {
	font-size: 15px;
	line-height: 1.6;
	font-weight: 400;
}

.readMore {
	float: right;
	margin-bottom: 0px;
	margin-top: 10px;
}

#topBg #bottomBg #wrapper #contentWrapper #col2 img.border {
	border: 4px solid #4E799C;
}

.bouncingCastles {
	margin-bottom: 20px;
	min-height: 200px;
}

.product {
	margin-bottom: 20px;
	min-height: 200px;
}

#topBg #bottomBg #wrapper #contentWrapper #col2 .bouncingCastles .bouncingCastlesImage {
	display: block;
	float: left;
	width: 220px;
	/* background-color:#9F9; */
}

#topBg #bottomBg #wrapper #contentWrapper #col2 .product-left {
	display: block;
	float: left;
	width: 220px;

}

#topBg #bottomBg #wrapper #contentWrapper #col2 .product-right {
	float: left;
	display: block;
	width: 434px;
	/* background-color:#F6C; */
	margin-left: 18px;
}

#topBg #bottomBg #wrapper #contentWrapper #col2 .product img {
	margin: 0px;
	padding: 0px;
	/* background-color:#9F9; */
}

#topBg #bottomBg #wrapper #contentWrapper #col2 .bouncingCastles .bouncingCastlesImage img {
	margin: 0px;
	padding: 0px;
	/* background-color:#9F9; */
}

#topBg #bottomBg #wrapper #contentWrapper #col2 .bouncingCastles .bouncingCastlesContent {
	float: left;
	display: block;
	width: 434px;
	/* background-color:#F6C; */
	margin-left: 18px;
}

#topBg #bottomBg #wrapper #contentWrapper #col2 h3 {
	padding: 0px;
	margin: 0px;
}

#topBg #bottomBg #wrapper #contentWrapper #col2 .bouncingCastles p {
	margin-bottom: 5px;
}

#topBg #bottomBg #wrapper #contentWrapper #col2 .product p {
	margin-bottom: 5px;
}

.italics {
	font-style: italic;
}

.price {
	float: right;
	display: block;
	width: 100px;
	text-align: center;
	padding: 10px 16px;
	background-color: #4E7498;
	color: #003057;

}



.none {
	display: block !important;
}


#topBg #bottomBg #wrapper #contentWrapper #col2 .bouncingCastles .bouncingCastlesContent img {
	padding: 0px;
	margin: 5px 0px;
}

.product .product-left img {
	border: 3px solid #4F769F;
	border-radius: 3px;
}


#topBg #bottomBg #wrapper #contentWrapper #col2 #quickContactBody #form_2 input {
	color: #FFF;
}

#topBg #bottomBg #wrapper #contentWrapper #col2 #quickContactBody #form_2 textarea {
	color: #FFF;
	border-radius: 5px;
}

#topBg #bottomBg #wrapper #contentWrapper #col2 .fb-like-box {
	margin: 20px 0px;
	;
	padding: 10px;
}

#topBg #bottomBg #wrapper #contentWrapper #col1 .fb-like-box {
	margin: 20px 10px;
}


#topBg #bottomBg #wrapper #contentWrapper #col2 .bouncingCastles .bouncingCastlesImage img {

	border: 3px solid #537797;
	border-radius: 6px;
}

.pattern {
	display: none;
}


a.menu-link {
	float: right;
	display: block;
	padding: 0px 8px;
}

nav[role=navigation] {
	clear: both;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.js nav[role=navigation] {
	overflow: hidden;
	max-height: 0;
}

nav[role=navigation].active {
	max-height: 90em;
	background: #003A6B;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}


nav[role=navigation] ul {
	margin: 0;
	padding: 0;
	border-top: 1px solid #0E2760;
}

nav[role=navigation] li a {
	display: block;
	padding: 13px 16px;
	border-bottom: 1px solid #0E2760;
	text-indent: 10px;
}


nav[role=navigation] li a:hover {
	color: #FFF;
	background-image: url("../images/hover2.jpg");
	background-repeat: repeat-x;
	background-size: cover;

}

@media screen and (min-width: 48.25em) {
	a.menu-link {
		display: none;
	}

	.js nav[role=navigation] {
		max-height: none;
	}

	nav[role=navigation] ul {
		margin: 0 0 0 -0.25em;
		border: 0;
	}

	nav[role=navigation] li {
		display: inline-block;
		margin: 0 0.25em;
	}

	nav[role=navigation] li a {
		border: 0;
	}

}







@media screen and (max-width:768px) {

	#lbCaption,
	#lbNumber {
		margin-right: 71px;
		line-height: 32px;
	}

	.pattern {
		display: block;
		background: #003A6B none repeat scroll 0% 0%;
		color: #FFF;
		width: 100%;
		margin: 0px auto 10px;
		border-radius: 10px;
	}


	#thanks #bottomBg {
		background-image: none;
		background-position: center bottom;
		background-repeat: repeat-x;
	}

	#lbCenter {
		height: 197px !important;
		width: 250px !important;

	}

	#lbCenter,
	#lbBottomContainer {
		width: 296px !important;
		margin-left: -147px !important;
	}

	#lbCenter div {
		width: 100% !important;
		height: 175px !important;
	}



	#lbImage {
		display: inline-block;
		height: 200px;
		width: 100%;
		font-size: 0px;
		line-height: 0;
		vertical-align: middle;
		background-size: 93% auto;
		background-position: 4% 23%;
		background-repeat: no-repeat !important;
	}


	#col1Wrapper {
		width: 100%;
		float: left;
		position: relative;
		display: block;
		padding-bottom: 0px !important;
	}


	.none {
		display: none !important;
	}

	.pattern {
		display: block;
		color: #FFF;
		width: 100%;
		margin: 0px auto;
		border-radius: 10px;
		margin-bottom: 10px;
	}


	.pattern a {
		color: #fff;
		text-decoration: none;
	}

	.dn {
		display: block;
	}

	#home #col2 img {
		clear: both;
		display: block;
		margin-bottom: 22px;
	}



	#wrapper {
		width: 100%;
		margin: 0px auto;
	}

	#footer {
		width: 100%;
		margin: 0px auto;
	}

	img {
		max-width: 100%;
		height: auto;
	}

	#logo {
		float: none;
		padding: 22px 0px 0px;
		margin: 0px auto;
	}

	#phone {
		float: none;
		padding: 24px 0px 4px;
		display: block;
	}




	#banner {
		font-size: 0px;
		height: 100%;
		width: 100%;
	}

	#topBg {
		background: #003058;
	}

	#header {
		height: 100%;
		clear: both;
	}

	#bannerBottom {}

	#bannerBottom img {
		display: none;
	}

	#contentWrapper {
		background: #002748;
		padding-bottom: 50px;
	}

	#col1 {
		background: #002748;
		box-shadow: 2px 1px 36px 2px #00509E;
	}

	#col1Wrapper {
		width: 100%;
		float: left;
		position: relative;
		display: block;
		padding-bottom: 50px;
	}

	#col1 ul li {
		width: 100%;
		border-bottom: 1px solid #0A315D;
	}

	#col1 ul li a {
		display: block;

	}

	#col1 ul li img {
		font-size: 0px;
		display: block;
		clear: both;
		margin: 0px;
		display: none;
	}

	#col1 ul li a:hover {
		background: #fff;
		color: #002748;
	}

	#col1 ul li a {
		text-decoration: none;
		color: #0767BA;
		padding: 0px;
		float: left;
		width: 100%;
		height: 38px;
		text-indent: 23px;
		margin: 0px;
		line-height: 38px;
	}

	#col2 {
		width: 94%;
		padding: 0px 25px;
		margin: 0px auto;
	}

	#footer p {
		font-size: 12px;
		text-align: left;
		margin-bottom: 5px;
		text-indent: 15px;
	}

	#footer {
		background: #003c70;
	}

	#contentWrapper {
		background: #003058 none repeat scroll 0% 0%;
		padding-bottom: 50px;
		width: 100%;
	}

	iframe {
		width: 100%;
	}

	#playlist div.player {
		width: 100%;
	}

	.item {
		width: 100% !important;
	}

	#playlist div.player {
		width: 100% !important;
	}

	#topBg #bottomBg #wrapper #contentWrapper #col2 .product-left {
		display: block;
		float: none;
		width: 220px;
		margin-bottom: 20px;
	}

	#topBg #bottomBg #wrapper #contentWrapper #col2 .product-right {
		float: none;
		display: block;
		width: 100%;
		margin-left: 0px;
	}

	.price {
		float: left;
		margin-bottom: 30px !important;
		margin-top: 20px !important;

	}

	#playerplaylist1 {
		width: 100% !important;
	}

	#topBg #bottomBg #wrapper #contentWrapper #col2 .bouncingCastles .bouncingCastlesContent {
		float: left;
		display: block;
		width: 100%;
		margin-left: 0px;
	}

	.contactBlockContainter p {
		color: #FFF;
		height: 30px;
		padding: 10px 0px 0px 44px;
		width: auto;
	}


	#links #bottomBg {
		background: none !important;
	}

	p {
		text-align: left;
		word-spacing: normal;
	}

	/* Kill excess side padding everywhere in header area */
	#header,
	#logo,
	#phone,
	#banner {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	/* Tighten logo spacing */
	#logo {
		padding-top: 10px !important;
		padding-bottom: 6px !important;
	}

	/* Tighten phone badge spacing */
	#phone {
		padding-top: 6px !important;
		padding-bottom: 8px !important;
	}

	/* Banner spacing â€“ controlled & clean */
	#banner {
		margin: 8px auto 14px !important;
	}

	#banner img {
		border-radius: 12px;
	}

	#logo img {
		max-width: 280px;
		margin: 0 auto;
		display: block;
	}

	#phone {
		margin: 0 auto;
		display: block;
	}

	#logo {
		width: 100%;
		margin: 0 auto;
		padding: 14px 0 6px;
		display: flex;
		justify-content: center;

	}

	/* Banner wrapper */
	#banner {
		/* ðŸ‘ˆ match logo width */
		margin: 12px auto 18px;
		/* centre it */

		/* left/right spacing */
		box-sizing: border-box;
		height: auto;
		/* kill fixed height */
	}

	/* Banner image */
	#banner img {
		width: 100%;
		height: auto;
		display: block;
		border-radius: 10px;
		/* ðŸ‘ˆ rounded corners */
	}

	/* Hide the old banner bottom image on mobile */
	#bannerBottom {
		display: none;
	}
}




@media screen and (max-width:400px) {


	#quickContactBody #form_2 .submit {
		margin: 5px 0px 0px 0px;
	}


	#topBg #bottomBg #wrapper #contentWrapper #col2 img.border {
		border: 0px;
	}

	.pattern {
		display: block;
		background: #003A6B none repeat scroll 0% 0%;
		color: #FFF;
		width: 100%;
		margin: 0px auto;
		border-radius: 10px;
		margin-bottom: 10px;
	}


	#quickContactBody {
		color: #5D5D5D;
		font-size: 12px;
		padding: 0px;
	}

	#quickContactBody #form_2 {
		width: 100%;
		height: 500px;
	}

	#quickContactBody #form_2 textarea {
		display: inline;
	}

	.contactBlockContainter p {
		color: #FFF;
		width: auto;
	}

	#quickContactBody #form_2 label {
		float: left;
		width: 200px;
		text-align: left;
		padding-right: 18px;
	}

	.contactBlockContainter {
		height: 40px;
		padding: 0px 0px 15px 0px;
	}

	#footer p {
		font-size: 11px;
		text-align: left;
		margin-bottom: 5px;
		text-indent: 15px;
	}

	#col2 {
		width: 85%;
		padding: 0px 25px;
		margin: 0px auto;
	}

}



@media screen and (max-width:360px) {
	#topBg #bottomBg #wrapper #contentWrapper #col2 .product-left {
		display: block;
		float: none;
		margin-bottom: 20px;
		width: 100%;
	}

	.product .product-left img {
		border: 3px solid #4F769F;
		border-radius: 3px;
		width: 100%;
	}

	#home #col2 img {
		clear: both;
		display: block;
		margin-bottom: 22px;
		width: 100%;
	}

	#topBg #bottomBg #wrapper #contentWrapper #col2 .bouncingCastles .bouncingCastlesImage img {
		border: 3px solid #537797;
		border-radius: 6px;
		width: 100%;
		margin-bottom: 3px;
	}

	#topBg #bottomBg #wrapper #contentWrapper #col2 .bouncingCastles .bouncingCastlesImage {
		display: block;
		float: left;
		width: 100%;
	}
}

@media screen and (max-width:320px) {
	#footer p {
		font-size: 10px;
		text-align: left;
		margin-bottom: 5px;
		text-indent: 15px;
	}
}

@media screen and (max-width:767px) {
	#bottomBg {
		background-image: none !important;
	}
}

#fb-root {
	display: none;
}

#menu ul li {
	list-style: none;
}


/* To fill the container and nothing else */

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
	width: 100% !important;
}

/* WhatsApp CTA Button */
.cta-wrapper {
	text-align: center;
	margin: 25px 0 35px 0;
}

.whatsapp-btn {
	display: inline-block;
	background: #25D366;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	padding: 14px 24px;
	border-radius: 6px;
	text-decoration: none;
	border: 2px solid #1ebe5d;
	box-shadow: 0 4px 0 #1aa34a;
	transition: all 0.2s ease-in-out;
}

.whatsapp-btn:hover {
	background: #1ebe5d;
	box-shadow: 0 2px 0 #168c40;
	transform: translateY(2px);
	color: #ffffff;
}

.whatsapp-btn:active {
	transform: translateY(4px);
	box-shadow: none;
}

.whatsapp-icon {
	margin-right: 8px;
	font-size: 20px;
}

.whatsapp-btn,
.whatsapp-btn:hover,
.whatsapp-btn:focus,
.whatsapp-btn:active {
	text-decoration: none !important;
}

/* Contact Page CTA Button â€“ toned down */
.contact-btn {
	display: inline-block;
	background: #e6b800;
	/* darker yellow */
	color: #002f55;
	/* deep blue text */
	font-size: 18px;
	font-weight: bold;
	padding: 14px 20px;
	border-radius: 6px;
	text-decoration: none;
	border: 2px solid #cfa600;
	box-shadow: 0 4px 0 #b89300;
	transition: all 0.2s ease-in-out;
}

.contact-btn:hover {
	background: #d1a800;
	box-shadow: 0 2px 0 #9f7d00;
	transform: translateY(2px);
	color: #002f55;
}

.contact-btn:active {
	transform: translateY(4px);
	box-shadow: none;
}

.contact-btn,
.contact-btn:hover,
.contact-btn:focus,
.contact-btn:active {
	text-decoration: none !important;
}

/* ==============================
   Contact Form Styling
   ============================== */

#contactForm {
	max-width: 520px;
	margin: 30px 0 0 0;
	float: left;
}

#contactForm .form-group {
	margin-bottom: 16px;
}

#contactForm .form-control {
	width: 100%;
	background: #4F7BA0;
	border: 2px solid #3c668a;
	border-radius: 6px;
	padding: 12px 14px;
	font-size: 16px;
	color: #ffffff;
	font-family: Calibri;
	box-sizing: border-box;
	margin-bottom: 12px;
}




#contactForm .form-control::placeholder {
	color: #cfe3f5;
	font-size: 14px;
	opacity: 0.85;
}

#contactForm .form-control:focus {
	outline: none;
	border-color: #FFC500;
	background: #547fa5;
}


/* Textarea */
#contactForm textarea.form-control {
	min-height: 120px;
	resize: vertical;
	margin-top: 8px;
}

/* reCAPTCHA notice */
#contactForm .recaptcha-notice {
	font-size: 11px;
	color: #b9d6ee;
	line-height: 1.4;
	margin: 12px 0 20px;
}

#contactForm .recaptcha-notice a {
	color: #FFC500;
	text-decoration: none;
}

#contactForm .recaptcha-notice a:hover {
	text-decoration: underline;
}

/* Submit button wrapper */
#contactForm .actions {
	text-align: left;
	margin-top: 20px;
}

/* Spinner for submit button */
#submitBtn {
	position: relative;
}

#submitBtn .btn-spinner {
	display: none;
	width: 18px;
	height: 18px;
	border: 3px solid rgba(0, 0, 0, 0.25);
	border-top: 3px solid #002f55;
	border-radius: 50%;
	animation: spin 0.8s linear infinite;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#submitBtn.loading .btn-text {
	visibility: hidden;
}

#submitBtn.loading .btn-spinner {
	display: block;
}

#contactForm .actions .contact-btn {
	margin-top: 10px;
	font-size: 17px;
	letter-spacing: 0.5px;
}

button.contact-btn {
	appearance: none;
	-webkit-appearance: none;
	opacity: 1 !important;
	color: #002f55 !important;
	background: #e6b800;
}

#submitBtn .btn-text {
	font-family: calibri;
	visibility: visible;
	opacity: 1;
}

button.contact-btn,
button.contact-btn .btn-text {
	color: #ffffff !important;
	opacity: 1 !important;
}

.contact-btn span {
	color: #002f55 !important;
}

/* ===== MODAL WRAPPER ===== */

#formSuccessModal {
	display: none;
	/* hidden by default */
	position: fixed;
	inset: 0;
	z-index: 9999;
	align-items: center;
	justify-content: center;
}

/* Dark overlay */
#formSuccessModal .popup-overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.65);
}

/* Popup box */
#formSuccessModal .popup-box {
	position: relative;
	max-width: 480px;
	margin: 15% auto;
	background: #fff;
	padding: 30px 30px 35px 40px;
	border-radius: 10px;
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
	animation: popIn 0.3s ease-out;
}

/* Left colour accent */
#formSuccessModal .popup-box::before {
	content: "";
	position: absolute;
	top: 20%;
	bottom: 20%;
	left: 0;
	width: 6px;
	background: #0767ba;
	/* Cork Cityblue */
	border-radius: 0 4px 4px 0;
}

/* Heading */
#formSuccessModal h2 {
	color: #0767ba;
	font-size: 30px;
	font-weight: 600;
	margin: 0 0 10px;
}

/* Text */
#formSuccessModal p {
	font-size: 16px;
	line-height: 1.6;
	color: #333;
}

/* Close button */
#formSuccessModal .popup-close {
	position: absolute;
	top: 12px;
	right: 14px;
	background: none;
	border: none;
	font-size: 26px;
	color: #999;
	cursor: pointer;
}

#formSuccessModal .popup-close:hover {
	color: #0767ba;
}

#formSuccessModal.active {
	display: flex;
}

/* Animation */
@keyframes popIn {
	from {
		transform: scale(0.9);
		opacity: 0;
	}

	to {
		transform: scale(1);
		opacity: 1;
	}
}

/* Hide Google reCAPTCHA badge */
.grecaptcha-badge {
	visibility: hidden;
}

/* Replace image icons with font icons */
.contactBlockContainter {
	position: relative;
	padding-left: 44px;
	/* same spacing as images */
	height: 40px;
}

.contactBlockContainter .contact-icon {
	position: absolute;
	left: 0;
	top: 6px;
	font-size: 28px;
	color: #FFC500;
	/* your yellow */
	width: 30px;
	text-align: center;
}

/* Keep your existing text styling */
.contactBlockContainter p {
	color: #ffffff;
	height: 30px;
	padding: 10px 0 0 0;
}

.contactBlockContainter:hover .contact-icon {
	transform: translateY(-1px);
	color: #ffd84d;
	transition: all 0.2s ease;
}

.contactBlockContainter {
	display: flex;
	align-items: center;
	gap: 14px;
}

.contactBlockContainter img,
.contactBlockContainter .icon {
	margin: 0;
}

@media screen and (max-width: 768px) {
	p {
		text-align: left;
		line-height: 1.6;
	}

	#col2 ul li {
		font-size: 15px;
	}

	#phone {
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
		padding: 10px;
		text-align: center;
	}

	#phone img {
		max-width: 100%;
		height: auto;
	}
}

/*=====RESPONSIVE FOOTER LAYOUT=====*/

/* ===== FINAL FOOTER (LOCKED) ===== */

#footer {
	min-height: 180px;
	height: auto;
}

/* Constrain + centre content */
.footer-inner {
	max-width: 960px;
	/* MUST match your site wrapper */
	margin: 0 auto;
	padding: 18px 20px;
	/* controls footer height */

	display: flex;
	align-items: center;
	/* vertical centring */
	justify-content: space-between;
}

/* Social icons */
.footer-socials {
	display: flex;
	align-items: center;
	gap: 18px;
}

.footer-socials i {
	font-size: 24px;
	color: #ffffff;
	transition: transform 0.2s ease, color 0.2s ease;
}

.footer-socials i:hover {
	transform: scale(1.15);
	color: #f2c300;
}

/* Footer text */
.footer-text {
	text-align: right;
}

.footer-copy {
	margin: 0;
	font-size: 13px;
	color: #ffffff;
}

.footer-tagline {
	margin: 4px 0 0;
	font-size: 14px;
	font-weight: 600;
	color: #f2c300;
}





/* FORCE IDENTICAL BUTTON SIZE */
.contact-btn {
	width: 300px;
	/* ðŸ‘ˆ controls final width */
	height: 56px;

	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	/* space between icon & text */

	box-sizing: border-box;
	text-align: center;
}

/* Make sure icons donâ€™t add width */
.contact-btn i,
.contact-btn svg,
.contact-btn img,
.contact-btn span {
	flex-shrink: 0;
}

/* ===== FINAL BUTTON SIZE OVERRIDE ===== */
.contact-btn {
	width: 200px !important;
	height: 44px !important;

	font-size: 15px !important;
	font-weight: 600;

	padding: 0 !important;
	margin: 0 auto;

	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 6px;

	box-sizing: border-box;
	white-space: nowrap;
}



/* ===== Fix centered placeholder text ===== */
#contactForm input,
#contactForm textarea {
	text-align: left !important;
}

/* Placeholder text (all browsers) */
#contactForm ::placeholder {
	text-align: left !important;
}

#contactForm :-ms-input-placeholder {
	text-align: left !important;
}

#contactForm ::-ms-input-placeholder {
	text-align: left !important;
}

/* ===== FORCE LEFT ALIGN FOR PHONE INPUT ===== */
#contactForm input[type="tel"],
#contactForm input[type="tel"]::placeholder {
	text-align: left !important;
}

/* Extra safety for all inputs */
#contactForm input,
#contactForm textarea {
	text-align: left !important;
}

/* Placeholder text â€“ all browsers */
#contactForm input::placeholder,
#contactForm textarea::placeholder {
	text-align: left !important;
}

#contactForm input:-ms-input-placeholder,
#contactForm textarea:-ms-input-placeholder {
	text-align: left !important;
}

#contactForm input::-ms-input-placeholder,
#contactForm textarea::-ms-input-placeholder {
	text-align: left !important;
}



.contactBlockContainter a {
	color: #ffffff;
	text-decoration: none;
}

.contactBlockContainter a:hover {
	text-decoration: underline;
}

.contactBlockContainter {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	margin-bottom: 18px;
}

.contactBlockContainter .contact-icon {
	font-size: 28px;
	color: #FFC500;
	flex-shrink: 0;
	margin-top: 4px;
}

.contactBlockContainter p {
	margin: 0;
	color: #ffffff;
	line-height: 1.5;
	word-break: break-word;
	overflow-wrap: anywhere;
}

.contactBlockContainter a {
	color: #ffffff;
	text-decoration: none;
}

.contactBlockContainter a:hover {
	text-decoration: underline;
}

.contactBlockContainter a {
	color: #ffffff;
	text-decoration: none;
	display: inline-block;
	margin-top: 4px;
}

.contactBlockContainter a:hover {
	text-decoration: underline;
}

/* Optional: WhatsApp green hint */
.contactBlockContainter a[href*="wa.me"] {
	color: #25D366;
	font-weight: 600;
}

/* ================================
   FORCE INPUT & PLACEHOLDER STYLE
   (Fix iOS Safari issues)
   ================================ */

/* Inputs & textarea */
input,
textarea {
	font-family: Calibri, "Segoe UI", Arial, Helvetica, sans-serif !important;
	font-size: 16px;
	/* prevents iOS zoom */
	text-align: left !important;
}

/* Placeholder text â€“ ALL browsers */
input::placeholder,
textarea::placeholder {
	text-align: left !important;
	color: #cfe3f5;
	opacity: 0.9;
}

/* iOS Safari */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	text-align: left !important;
	color: #cfe3f5;
}

/* Firefox */
input::-moz-placeholder,
textarea::-moz-placeholder {
	text-align: left !important;
}

/* Edge / older */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	text-align: left !important;
}

button,
input[type="submit"],
input[type="button"],
.contact-btn,
.whatsapp-btn {
	font-family: Calibri, "Segoe UI", Arial, Helvetica, sans-serif !important;
}

/* ===== MOBILE LEFT/RIGHT PADDING FIX ===== */
@media screen and (max-width: 768px) {

	#col2 {
		width: 100% !important;
		max-width: 100% !important;
		padding-left: 20px !important;
		padding-right: 20px !important;
		margin: 0 auto !important;
		box-sizing: border-box;
	}

	/* Safety: paragraphs, headings, lists */
	#col2 h1,
	#col2 h2,
	#col2 h3,
	#col2 p,
	#col2 ul,
	#col2 li {
		padding-left: 0;
		padding-right: 0;
	}
}

/* ===== FINAL PRODUCT CARD ===== */

.product-card {
	display: flex;
	gap: 8px;
	background: rgba(255, 255, 255, 0.04);
	border-radius: 18px;
	padding: 28px;
	box-shadow:
		inset 0 0 0 1px rgba(255, 255, 255, 0.06),
		0 12px 30px rgba(0, 0, 0, 0.25);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.product-card:hover {

	transform: translateY(-2px);
	box-shadow:
		inset 0 0 0 1px rgba(255, 255, 255, 0.08),
		0 20px 45px rgba(0, 0, 0, 0.35);
}

/* IMAGE (40%) */
.product-image {
	flex: 0 0 40%;
	max-width: 40%;
}

.product-image img {
	width: 100%;
	height: 280px;
	object-fit: cover;
	border-radius: 16px;
	display: block;
}

/* CONTENT (60%) */
.product-info {
	flex: 0 0 60%;
	max-width: 60%;
	display: flex;
	flex-direction: column;
}

/* BADGE */
.product-badge {
	align-self: flex-start;
	background: #ffc500;
	color: #002f55;
	font-size: 13px;
	font-weight: 700;
	padding: 6px 14px;
	border-radius: 20px;
	margin-bottom: 10px;
}

/* TITLE */
.product-title {
	font-size: 28px;
	margin: 0 0 6px;
	color: #ffffff;
}

.product-title span {
	color: #ffc500;
}

/* STARS */
.product-rating {
	display: flex;
	gap: 6px;
	margin-bottom: 8px;
}

.product-rating i {
	color: #ffc500;
	font-size: 18px;
}

/* SIZE */
.product-size {
	font-size: 15px;
	font-weight: 600;
	color: #cfe3f5;
	margin-bottom: 12px;
}

/* DESCRIPTION */
.product-description {
	font-size: 16px;
	line-height: 1.7;
	color: #ffffff;
	max-width: 520px;
}

/* BUTTONS */
.product-actions {
	display: flex;
	gap: 14px;
	margin-top: 22px;
	flex-wrap: wrap;
}

.btn {
	padding: 12px 22px;
	font-size: 16px;
	font-weight: 600;
	border-radius: 10px;
	text-decoration: none;
	text-align: center;
	transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.btn.primary {
	background: #ffc500;
	color: #002f55;
	box-shadow: 0 4px 0 #b89300;
}

.btn.secondary {
	background: rgba(255, 255, 255, 0.12);
	color: #ffffff;
}

.btn:hover {
	transform: translateY(-1px);
}



/* Ensure card contains everything */
.product-card {
	align-items: stretch;
	overflow: hidden;
	/* stops text escaping */
}

/* RIGHT COLUMN â€“ push content down & contain width */
.product-info {
	padding: 20px 24px 20px 0;
	/* top right bottom left */
	box-sizing: border-box;
}

/* Move heading DOWN */
.product-title {
	margin-top: 14px;
	/* ðŸ‘ˆ pushes heading down */
	line-height: 1.25;
}

/* Keep text inside card */
.product-description {
	max-width: 100%;
	word-wrap: break-word;
}

/* BUTTON ROW â€“ align buttons perfectly */
.product-actions {
	display: flex;
	align-items: center;
	/* ðŸ‘ˆ key fix */
	gap: 16px;
	margin-top: 26px;
}

/* Normalize BOTH buttons */
.btn {
	height: 52px;
	/* ðŸ‘ˆ same height */
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 26px;
	/* horizontal only */
	border-radius: 12px;
	font-size: 16px;
	font-weight: 600;
	box-shadow: 0 4px 0 rgba(0, 0, 0, 0.18);
}

/* Yellow button */
.btn.primary {
	background: #e6b800;
	color: #002f55;
}



/* Blue button */
.btn.secondary {
	background: rgba(255, 255, 255, 0.12);
	color: #ffffff;
}

/* Hover consistency */
.btn:hover {
	transform: translateY(-1px);
}


/* ===== HEADING & SPACING REFINEMENT ===== */

/* h2 section headings â€“ slightly bigger */
.section-title,
h2 {
	font-size: 24px;
	/* ðŸ‘ˆ was ~26â€“28 */
	margin-bottom: 24px;
}

/* h3 product title â€“ slightly smaller */
.product-title,
h3 {
	font-size: 22px;
	/* ðŸ‘ˆ was ~28â€“30 */
}

/* Add breathing room between title and Popular badge */
.product-title {
	margin-bottom: 14px;
	/* ðŸ‘ˆ more space before badge */
}

/* Extra spacing before Popular badge */
.product-badge {
	margin-top: 6px;
	margin-bottom: 14px;
}

.product-title {
	margin-bottom: 18px;
	/* ðŸ‘ˆ increases gap before stars */
}

.product-rating {
	margin-top: 6px;
	/* ðŸ‘ˆ ensures stars donâ€™t creep up */
}

/* ===== REMOVE BUTTON SHADOWS ===== */

.btn,
.btn.primary,
.btn.secondary {
	box-shadow: none !important;
}

.btn:hover {
	box-shadow: none !important;
	transform: none;
	/* optional â€“ keeps hover flat */
}

/* ===== BUTTON JUMP HOVER (CLEAN) ===== */

.btn {
	text-decoration: none !important;
	transition: transform 0.15s ease;
}

.btn:hover {
	transform: translateY(-3px);
	/* ðŸ‘ˆ jump */
	text-decoration: none !important;
}

.btn:focus,
.btn:active {
	text-decoration: none !important;
}

.btn.primary {
	color: #ffffff;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
	/* ðŸ‘ˆ subtle, readable */
}

/* ===== IMPROVE BLUE BUTTON TEXT CONTRAST ===== */

.btn.secondary {
	color: #ffffff;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
	/* ðŸ‘ˆ softer than yellow */
}


/* ===== FIX INLINE IMAGE GAP (REAL CAUSE) ===== */

.product-image a {
	display: block;
	/* ðŸ‘ˆ critical */
	line-height: 0;
	/* ðŸ‘ˆ removes inline whitespace */
}

.product-image img {
	vertical-align: middle;
}



/* ===== SPACE BETWEEN PRODUCT CARDS ===== */

.product-card {
	margin-bottom: 32px;
	/* space below each card */
}

/* ===== RIGHT COLUMN PADDING (DESKTOP ONLY) ===== */

.product-info {
	padding-left: 24px;
	/* desktop spacing */
}



.video-card {
	max-width: 860px;
	margin: 48px auto;
	padding: 28px 28px 22px;
	background: rgba(255, 255, 255, 0.04);
	border-radius: 18px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
	backdrop-filter: blur(8px);
}

.video-card h2 {
	margin-bottom: 15px;
}

.video-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	border-radius: 14px;
	background: #000;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.video-card h2 {
	margin: 0 0 18px;
	font-size: 1.4rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #ffffff;
	opacity: 0.9;
}

.video-card h2::after {
	content: "";
	display: block;
	width: 60px;
	height: 3px;
	background: rgba(255, 255, 255, 0.25);
	margin: 14px auto 0;
	border-radius: 2px;
}

.video-note {
	margin-top: 14px;
	font-size: 0.9rem;
	color: rgba(255, 255, 255, 0.75);
}

/* DESKTOP: keep label + value on one line */
@media screen and (min-width: 769px) {
	.contactBlockContainter br {
		display: none;
	}
}

/* MOBILE: allow line break */
@media screen and (max-width: 768px) {
	.contactBlockContainter br {
		display: inline;
	}
}

.product-image {
	min-height: 0;
}

.product-image img {
	display: block;
	width: 100%;
	height: auto;
}

@supports (-webkit-touch-callout: none) {
	.product-image {
		min-height: 0;
	}

	.product-image img {
		height: auto;
		max-height: none;
	}
}

.service-links {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}

.service-links li {
	margin-bottom: 12px;
}

.trust-signals {
	list-style: none;
	padding-left: 0;
}

.trust-signals li {
	margin-bottom: 12px;
}

.images {
	display: flex;
	gap: 15px;
}

.images a {
	flex: 1;
}

.images img {
	width: 100%;
	height: auto;
	display: block;
}

.images a {
	overflow: hidden;
	border-radius: 6px;
	/* optional but nice */
}

.images img {
	width: 100%;
	height: auto;
	display: block;
	transition: transform 0.35s ease, opacity 0.35s ease;
}

.images a:hover img {
	transform: scale(1.08);
	opacity: 0.9;
}



.addons-list,
.product-list,
.why-book-us,
.checklist {
	list-style: none;
	padding-left: 0;
}

#topBg #bottomBg #wrapper #contentWrapper #col2 .faq-item h3 {
	color: #FFC500;
	font-size: 17px;
	/* smaller than h2 */
	font-weight: 700;
	margin-bottom: 6px;
	text-transform: uppercase;
	letter-spacing: 0.4px;
}

#wrapper {
	touch-action: manipulation;
	-webkit-overflow-scrolling: touch;
}

#contentWrapper::after {
	content: "";
	display: block;
	clear: both;
}

/* ===== iOS SAFARI INPUT + HORIZONTAL SCROLL FIX ===== */
html,
body {
	width: 100%;
	overflow-x: hidden;
}

body {
	position: relative;
}

/* Force all form elements to stay inside viewport */
input,
textarea,
select,
button {
	max-width: 100%;
	box-sizing: border-box;
}

/* Extra safety for iOS */
@supports (-webkit-touch-callout: none) {
	body {
		overflow-x: hidden;
	}

	#wrapper,
	#contentWrapper,
	#col2 {
		max-width: 100%;
		overflow-x: hidden;
	}
}

/* ===== iOS SAFARI BUTTON FONT FIX ===== */
button,
input[type="submit"],
input[type="button"] {
	-webkit-appearance: none;
	appearance: none;

	font-family: Calibri, "Segoe UI", Arial, Helvetica, sans-serif !important;
	font-size: 16px;
	/* keep iOS happy */
}

/* Restore rounded corners on iOS */
button,
input[type="submit"],
input[type="button"],
.contact-btn {
	border-radius: 6px !important;
	background-clip: padding-box;
}



@supports (padding: env(safe-area-inset-left)) {
	body {
		padding-left: 0;
		padding-right: 0;
	}
}

/* =====================================
   MOBILE LAYOUT â€“ CLEAN & FINAL
   ===================================== */
@media (max-width: 767px) {

	/* ---- GLOBAL RESET ---- */
	body {
		margin: 0;
	}

	#wrapper {
		width: 100% !important;
		max-width: 100% !important;
		margin: 0 !important;
	}

	/* ---- HEADER ---- */
	#header {
		display: flex;
		flex-direction: column;
		gap: 10px;
		width: 100%;
		padding: 0 16px;
		box-sizing: border-box;
	}

	#logo,
	#phone {
		width: 100%;
		float: none;
		padding: 0;
		margin: 0;
		text-align: center;

	}

	#logo img {
		max-width: 280px;
		margin: 0 auto;
		display: block;
	}

	#phone img {
		max-width: 200px;
		margin: 0 auto;
		display: block;
	}

	/* ---- MOBILE MENU BAR ---- */
	#pattern {
		width: 100%;
		padding: 0 16px;
		box-sizing: border-box;
	}

	.pattern {
		display: block;
		width: 100% !important;
		padding: 0 16px !important;
		background: #003A6B;
		border-radius: 10px;
		margin-bottom: 12px;
	}

	.pattern-inner {
		padding: 0;
	}

	/* ---- BANNER ---- */
	#banner {
		width: 100% !important;
		padding: 0 16px !important;
		margin: 12px auto 16px;
		box-sizing: border-box;
		height: auto;
	}

	#banner img {
		width: 100%;
		height: auto;
		display: block;
		border-radius: 12px;
	}

	/* ---- CONTENT ---- */
	#col2 {
		width: 100% !important;
		padding: 0 16px !important;
		margin: 0 auto;
		box-sizing: border-box;
	}

	/* ---- PRODUCT CARDS ---- */
	.product-card {
		flex-direction: column;
		padding: 20px;
		margin-bottom: 32px;
	}

	.product-image {
		margin-bottom: 8px;
	}

	.product-image img {
		height: 220px;
	}

	.product-info {
		padding: 0;
		margin: 0;
	}

	.product-title {
		margin-top: 0;
	}

	.product-actions {
		flex-direction: column;
		width: 100%;
	}

	.btn {
		width: 100%;
		box-sizing: border-box;
	}

	/* ---- FORMS ---- */
	#contactForm .actions {
		display: flex;
		justify-content: center;
	}

	/* ---- FOOTER ---- */
	#footer {
		width: 100%;
		background: #063b63;
	}

	.footer-inner {
		flex-direction: column;
		align-items: center;
		text-align: center;
		padding: 16px;
		gap: 10px;
	}

	.footer-socials {
		justify-content: center;
	}

	.footer-copy,
	.footer-tagline {
		text-align: center;
	}

	.product-card {
		max-width: 380px;
		/* ðŸ‘ˆ KEY FIX */
		margin: 0 auto 32px;
		/* ðŸ‘ˆ CENTER IT */
		padding: 20px;
		border-radius: 18px;
	}

	/* Center image cleanly */
	.product-image {
		display: flex;
		justify-content: center;
		margin-bottom: 12px;
	}

	.product-image a {
		width: 100%;
		max-width: 300px;
	}

	.product-image img {
		width: 100%;
		height: auto;
		border-radius: 14px;
	}

	.product-image,
	.product-info {
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}

	.product-image {
		display: flex;
		justify-content: center;
		margin-bottom: 12px;
	}

	.product-image a {
		width: 100%;
		max-width: 320px;
	}

	#header .container,
	#pattern .container,
	#banner .container {
		width: 100% !important;
		max-width: 100% !important;
		margin: 0 !important;
		padding: 0 !important;
	}


	#pattern>.container {
		padding: 0 16px !important;
		box-sizing: border-box;
	}

	#pattern>.container {
		padding: 0 16px;
		box-sizing: border-box;
	}


	/* Inset the menu bar like the banner */
	#pattern {
		background: transparent !important;
		padding: 0 16px;
		box-sizing: border-box;
	}

	#pattern>.container {
		background: #003A6B;
		border-radius: 12px;
		padding: 12px 16px;
	}

	/* ðŸ”“ BREAK HEADER OUT OF DESKTOP CONTAINER */
	#header .container,
	#pattern .container {
		width: 100% !important;
		max-width: 100% !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	/* MATCH BANNER HORIZONTAL GUTTERS */
	#logo,
	#phone {
		padding-left: 16px !important;
		padding-right: 16px !important;
		box-sizing: border-box;
		margin-bottom: 10px;
	}

	/* LOGO FULL WIDTH LIKE BANNER */
	#logo img {
		width: 100%;
		max-width: none !important;
		height: auto;
		display: block;
	}

	/* Make phone container match banner width */
	#phone {
		width: 100%;
		display: flex;
		justify-content: center;
	}

	/* Phone image = 75% of banner / screen */
	#phone img {
		width: 80% !important;
		max-width: none !important;
		/* ðŸ”¥ removes the 200px cap */
		height: auto;
		margin: 0 auto;
		display: block;
	}

}

/* === iOS INPUT NORMALISATION === */
#contactForm .form-control {
	height: 52px;
	padding: 12px 14px;
	font-size: 16px;
	/* prevents iOS zoom */
	line-height: 1.2;
	box-sizing: border-box;

	-webkit-appearance: none;
	appearance: none;
	border-radius: 8px;
}

/* Force tel input to obey same rules */
#contactForm input[type="tel"] {
	height: 52px !important;
	padding: 12px 14px !important;
	line-height: 1.2 !important;
	font-size: 16px !important;
}

/* Textarea keeps its own height */
#contactForm textarea {
	height: auto;
	min-height: 140px;
}

/* ===== ANDROID UL OVERFLOW FIX ===== */
@media (max-width: 768px) {

	#col2 ul {
		margin-left: 0 !important;
		padding-left: 18px !important;
		box-sizing: border-box;
	}

}