* {
	font-size:17px;
	line-height:28px;
	font-family:'Montserrat', sans-serif;
	font-weight:600}

html {
	color:#1b1c21; 
	background:#111112;
}

h1,h2,h3,h4,h5 {
	color:#111112; 
	font-family: 'Montserrat'; 
	font-weight:700}

.coloured {
	color:#194365 !important;
}
.coloured2 {
	color:#286BA0 !important;
}

a {
	color:#286BA0;
}
a:hover {
	color:#1B8DE8;
}

strong, b {
	font-weight:700;
}

.header-menu ul li a {
	font-family: 'Montserrat';
}

.button {
	border:0px solid #194365;
	border-radius:100px;
	font-size:13px;
	font-weight:700;
	font-family: Montserrat;
	background: #194365; /* Old browsers */
	background: -moz-linear-gradient(left, #194365 0%, #194365 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #194365 0%,#194365 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #194365 0%,#194365 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#194365', endColorstr='#194365',GradientType=1 ); /* IE6-9 */
	color:#ffffff; 
	text-transform:uppercase; 
	letter-spacing:2px;
}
.button:hover {
	-webkit-box-shadow:0 0px 13px -4px rgba(44,125,232,.7),0 5px 12px -12px rgba(44,125,232,.5);
	box-shadow:0 0px 13px -4px rgba(44,125,232,.7),0 5px 12px -12px rgba(44,125,232,.5);
	color:#ffffff !important;
	border-color:#194365 !important;
}

.button-op {
	border-radius:100px;
	font-weight:700;
	font-family: 'Montserrat';
	border: 2px solid #1b1c21;
	font-size:13px; 
	color:#1b1c21; 
	text-transform:uppercase; 
	letter-spacing:2px;
}
.button-op:hover {
	background:#1b1c21 !important;
	border-color:#1b1c21 !important;
	color:#ffffff !important;
}

.button-op-c {
	border-radius:100px;
	font-weight:700;
	font-family: 'Montserrat';
	border: 2px solid #194365; 
	font-size:13px; 
	color:#194365 !important; 
	text-transform:uppercase; 
	letter-spacing:2px;
}
.button-op-c:hover {
	border-color:#194365 !important;
	background-color:#194365 !important;
	color:#ffffff !important;
}

.dark-section .button-op:hover, .coloured-section .button-op:hover {
	color:#194365 !important;
	border-color:#ffffff !important;
}
.coloured-section .button-op-c:hover {
	color:#ffffff !important;
	background-color:#1b1c21 !important;
	border-color:#1b1c21 !important;
}

.page-container {
	background:#f7f8fc;
}
.header-info .header-info-item i {
	color:#194365;	
}

.white-section {
	background:#ffffff;
}
.grey-section {
	background:#f7f8fc;
}
.dark-section {
	background-color:#1b1c21;
}
.coloured-section {
	background: #194365; /* Old browsers */
	background: -moz-linear-gradient(left, #194365 0%, #194365 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #194365 0%,#194365 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #194365 0%,#194365 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#194365', endColorstr='#194365',GradientType=1 ); /* IE6-9 */
}

.module h1, .module h2, .module h3, .module h4, .module h5 {
	color:#111112 !important;
}
.module, .module strong {
	color:#1b1c21 !important;
}

.contact-item i {
	color:#194365;
}

.footer-section {
	background:#1b1c21;
	color:#768596;
}
.footer-social a, .footer-section ul li, .footer-section ul li a {
	color:#768596;
}

.service-box-2-title {
	font-family: 'Montserrat'; 
	font-weight:700;
}/* Hide footer contact icons on mobile */  
@media (max-width: 767px) {
.footer-contact .desktop-icon {
display: none !important;
}
}

/* FAQ's */
.faq-dark {
background-color: #1a1c22; 
padding: 60px 20px;
color: #f0f0f0;
}

.faq-dark__inner {
max-width: 800px;
margin: 0 auto;
text-align: center;
}

.faq-dark__title {
font-size: 2.5rem;
margin-bottom: 40px;
color: #ffffff;
}

.faq-dark__item {
background-color: #194365;
border: 1px solid #333;
border-radius: 8px;
margin: 15px 0;
padding: 20px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
text-align: left;
transition: box-shadow 0.3s ease;
cursor: pointer;
}

.faq-dark__item:hover {
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.7);
}

.faq-dark__question {
font-size: 1.25rem;
font-weight: bold;
position: relative;
outline: none;
}

.faq-dark__question::-webkit-details-marker {
display: none;
}

.faq-dark__question::after {
content: "+";
position: absolute;
right: 0;
font-size: 1.8rem;
color: #ddd;
transition: transform 0.3s ease;
}

.faq-dark__item[open] .faq-dark__question::after {
content: "–";
transform: rotate(180deg);
}

.faq-dark__answer {
margin-top: 15px;
font-size: 1rem;
line-height: 1.6;
color: #ccc;
}


* {
line-height: unset
}

body {
line-height: 140%;
background-color: white;
}

h1 {font-size:30px; line-height:40px}
h2 {font-size:28px; line-height:36px}
h3 {font-size:26px; line-height:30px}
h4 {font-size:24px; line-height:28px}
h5 {font-size:22px; line-height:26px}

.page-container {
  background-color: unset;
}

.hscroll-track {
position: relative;
width: 160px;
height: 6px;
background: #18436522;
border-radius: 9999px;
overflow: hidden;
margin: 16px auto 0; 
}

.hscroll-thumb {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 38px;
background: #184365;
border-radius: inherit;
animation: hslide 1.6s ease-in-out infinite;
will-change: transform;
}

@keyframes hslide {
0%   { transform: translateX(0); }
50%  { transform: translateX(122px); } 
100% { transform: translateX(0); }
}


@media (max-width: 768px) {
.footer-section {
margin: 0 auto !important;
text-align: center !important;
}
.footer-section .grid-block.grid-block {
  padding: 0 0 0 0 !important
}
}

/* --- overlay visible on all sizes (desktop + mobile) --- */
.pm-section.content-section .service-box-2 > .overlay {
position: absolute;
inset: 0;
background: rgba(0,0,0,0.45);
z-index: 1;
pointer-events: none;
mix-blend-mode: normal;
}

.pm-section.content-section .service-box-2 .service-box-2-content,
.pm-section.content-section .service-box-2 .pm-content {
position: relative;
z-index: 2;
box-sizing: border-box;
}

  /* --- mobile-only layout tweaks --- */
@media (max-width: 768px) {
.pm-section.content-section .grid-container,
.pm-section.content-section .grid-container > .one-half {
width: 100% !important;
max-width: 760px !important;
margin-left: auto !important;
margin-right: auto !important;
display: block !important;
box-sizing: border-box !important;
padding-left: 0 !important;
padding-right: 0 !important;
}

.pm-section.content-section .service-box-2 {
display: flex !important;
align-items: center !important;
justify-content: center !important;
min-height: 120px !important;
height: auto !important;
background-size: cover !important;
background-position: center center !important;
position: relative !important;
overflow: hidden !important;
box-sizing: border-box !important;
}

.pm-section.content-section .service-box-2 .service-box-2-content,
.pm-section.content-section .service-box-2 .pm-content {
display: flex !important;
align-items: center !important;
justify-content: center !important;
text-align: center !important;
padding: 18px 20px !important;
}

.pm-section.content-section .service-box-2 .service-box-2-title {
margin: 0 !important;
display: block !important;
font-weight: 800 !important;
color: #fff !important;
font-size: clamp(18px, 5.2vw, 28px) !important;
line-height: 1.05 !important;
text-transform: uppercase !important;
letter-spacing: .02em !important;
text-shadow: 0 6px 20px rgba(0,0,0,0.45) !important;
}

.pm-section.content-section .service-box-2 .service-box-2-accent,
.pm-section.content-section .service-box-2 .service-box-2-accent-icon {
display: none !important;
visibility: hidden !important;
pointer-events: none !important;
opacity: 0 !important;
}

.pm-section.content-section .service-box-2 .service-box-2-content,
.pm-section.content-section .service-box-content {
padding-right: 20px !important;
}
}


@media (max-width: 768px) {
.container,
.pm-content,
.ne-text,
.white-section .container,
.nb-hero-section .container.full1 {
width: calc(100% - 36px) !important;
max-width: calc(100% - 36px) !important;
margin-left: auto !important;
margin-right: auto !important;
box-sizing: border-box !important;
left: auto !important;
right: auto !important;
transform: none !important;
position: relative !important;
}

.container [style],
.pm-content [style],
.nb-hero-section [style] {
left: auto !important;
right: auto !important;
top: auto !important;
transform: none !important;
position: relative !important;
}

h1, h2, h3, h4, h5, h6,
p,
.pm-content p,
.ne-text p,
.white-section p {
margin-left: auto !important;
margin-right: auto !important;
max-width: 92vw !important;
box-sizing: border-box !important;
}

.grid-container,
.grid-block,
.one-half,
.one-quarter,
.m-one-whole {
width: 100% !important;
max-width: 100% !important;
float: none !important;
display: block !important;
margin-left: auto !important;
margin-right: auto !important;
padding-left: 0 !important;
padding-right: 0 !important;
box-sizing: border-box !important;
}

/* keep buttons centred */
.pm-content .button,
.pm-content a.button,
a.button,
.hiw-button {
display: inline-block !important;
margin-left: auto !important;
margin-right: auto !important;
}
}

@media (max-width: 768px) {
.footer-section .container,
.footer-section .grid-container,
.footer-section .large-grid-container,
.footer-section .one-half,
.footer-section .one-quarter,
.footer-section .m-one-whole {
all: unset; 
display: block !important;
width: 100% !important;
margin: 0 auto !important;
padding: 0 !important;
text-align: center !important;
box-sizing: border-box !important;
}

.footer-section p,
.footer-section h5,
.footer-section li,
.footer-section a {
text-align: center !important;
margin: 0 auto 12px auto !important;
}

.footer-section ul {
margin: 0 auto 24px auto !important;
padding: 0 !important;
list-style: none !important;
text-align: center !important;
}

.footer-section .footer-logo {
margin-bottom: 18px !important;
}
}

/* About Us Page - Mobile Opt */
@media (max-width: 768px) {
.nb-hero-section .container.full1 {
width: 100% !important;
max-width: 100% !important;
margin: 0 auto !important;
padding-left: 12px !important;
padding-right: 12px !important;
box-sizing: border-box !important;
}

.nb-hero-section .grid-container {
display: flex !important;
flex-direction: column !important;
align-items: center !important;
justify-content: flex-start !important;
gap: 16px !important;
padding: 0 !important;
margin: 0 auto !important;
}

.nb-hero-section .one-half.m-one-whole,
.nb-hero-section .nb-hero-text {
width: 94% !important;
max-width: 94% !important;
flex: 0 0 94% !important;
margin: 0 auto !important;
padding-left: 6px !important;
padding-right: 6px !important;
box-sizing: border-box !important;
position: relative !important;
left: 0 !important;
right: 0 !important;
top: 0 !important;
transform: none !important;
}

.nb-hero-section .pm-content {
width: 100% !important;
max-width: 100% !important;
padding: 0 !important;
box-sizing: border-box !important;
margin: 0 auto !important;
}

/* keep images centered below text */
.nb-hero-section .nb-hero-img {
width: 94% !important;
max-width: 520px !important;
margin: 12px auto !important;
position: relative !important;
left: 0 !important;
right: 0 !important;
top: 0 !important;
transform: none !important;
}
.nb-hero-section .nb-hero-img .half-section {
height: clamp(260px, 38vh, 420px) !important;
border-radius: 28px !important;
background-size: cover !important;
background-position: center !important;
}
}

vvvv
@media (max-width: 768px) {
.nb-hero-section .grid-container {
display: flex !important;
align-items: center !important;
justify-content: center !important;
flex-direction: column !important;
padding-top: 18px !important;
padding-bottom: 18px !important;
}
}

/* Service Pages */
.pm-cinema-section,
.pm-cinema-left {
background: #1b1c21;
color: #fff;
padding: 18px 10px;
box-sizing: border-box;
text-align: center;
margin: 0;
-webkit-font-smoothing: antialiased;
}

.pm-cinema-section[style],
.pm-cinema-left[style] {
padding-top: 18px !important;
padding-bottom: 18px !important;
min-height: auto !important;
height: auto !important;
}

.pm-cinema-section .container,
.pm-cinema-left .container {
max-width: 1100px;
margin: 0 auto;
padding-left: 10px;
padding-right: 10px;
box-sizing: border-box;
}

.pm-cinema-section .grid-container,
.pm-cinema-left .grid-container {
display: grid !important;
grid-template-columns: 48% 52% !important;
grid-auto-rows: auto !important;
column-gap: 40px !important;
row-gap: 0 !important;
align-items: center !important;
justify-items: stretch !important;
}

.pm-cinema-section .one-half,
.pm-cinema-left .one-half,
.pm-cinema-section .grid-block,
.pm-cinema-left .grid-block,
.pm-cinema-section .pm-content,
.pm-cinema-left .pm-content,
.pm-cinema-section .pm-content *,
.pm-cinema-left .pm-content * {
margin: 0 !important;
padding: 0 !important;
float: none !important;
width: auto !important;
max-width: none !important;
box-sizing: border-box !important;
}

/* Shared typography / image sizing */
.pm-cinema-section .pm-content p,
.pm-cinema-left .pm-content p {
font-size: clamp(20px, 5.2vw, 28px) !important;
line-height: 1.45 !important;
color: rgba(255,255,255,0.95) !important;
text-align: center !important;
max-width: 920px !important;
margin: 0 !important;
padding: 0 6px !important;
}

.pm-cinema-section .pm-content img,
.pm-cinema-left .pm-content img {
width: min(96%, 920px) !important;
height: auto !important;
display: block !important;
margin: 6px auto 0 !important;
border-radius: 16px !important;
object-fit: cover !important;
box-shadow: 0 10px 28px rgba(0,0,0,0.36) !important;
}

@media (min-width: 992px) {
.pm-cinema-section .grid-container > .one-half:first-child {
grid-column: 1 / 2 !important;
grid-row: 1 !important;
justify-self: start !important;
align-self: center !important;
}
.pm-cinema-section .grid-container > .one-half:nth-child(2) {
grid-column: 2 / 3 !important;
grid-row: 1 !important;
justify-self: end !important;
align-self: center !important;
display: flex !important;
align-items: center !important;
justify-content: flex-end !important;
}

.pm-cinema-section .grid-container > .one-half:first-child .pm-content p {
text-align: left !important;
font-size: clamp(20px, 1.8vw, 26px) !important;
line-height: 1.5 !important;
max-width: 640px !important;
}

.pm-cinema-left .grid-container > .one-half:first-child {
grid-column: 1 / 2 !important;
grid-row: 1 !important;
justify-self: start !important;
align-self: center !important;
display: flex !important;
align-items: center !important;
justify-content: flex-start !important;
}
.pm-cinema-left .grid-container > .one-half:nth-child(2) {
grid-column: 2 / 3 !important;
grid-row: 1 !important;
justify-self: start !important;
align-self: center !important;
padding-left: 20px !important;
}
.pm-cinema-left .grid-container > .one-half:nth-child(2) .pm-content p {
text-align: left !important;
font-size: clamp(20px, 1.8vw, 26px) !important;
line-height: 1.5 !important;
max-width: 640px !important;
}
}

@media (max-width: 991.98px) {
.pm-cinema-section .grid-container,
.pm-cinema-left .grid-container {
grid-template-columns: 1fr !important;
column-gap: 0 !important;
row-gap: 18px !important;
justify-items: center !important;
max-width: 92vw !important; 
margin-left: auto !important;
margin-right: auto !important;
}

.pm-cinema-section .grid-container > .one-half:first-child,
.pm-cinema-left .grid-container > .one-half:nth-child(2) {
grid-row: 1 !important; /* text */
}
.pm-cinema-section .grid-container > .one-half:nth-child(2),
.pm-cinema-left .grid-container > .one-half:first-child {
grid-row: 2 !important;
}

.pm-cinema-section .pm-content p,
.pm-cinema-left .pm-content p {
text-align: center !important;
font-size: clamp(18px, 6.8vw, 24px) !important;
line-height: 1.48 !important;
padding: 0 12px !important;
margin-bottom: 12px !important; 
max-width: 92vw !important; 
}

.pm-cinema-section .pm-content img,
.pm-cinema-left .pm-content img {
width: 96% !important;
border-radius: 14px !important;
margin: 8px auto 0 !important;
display: block !important;
}

.pm-cinema-section,
.pm-cinema-left {
padding-top: 12px !important;
padding-bottom: 12px !important;
}
}


/* mobile view for the "WHY CHOOSE US" */
@media (max-width: 768px) {
.pm-section .container > div {
margin: 0 auto; 
padding: 20px 10px; 
}

.pm-section .container .pm-content {
padding: 20px 16px; 
}

.pm-section .container h3 {
font-size: clamp(18px, 1.2rem + 0.5vw, 22px);
line-height: 1.6;
}

.pm-section .container > div > div {
min-height: 160px; 
}
  
.pm-section {
padding-top: 40px;
padding-bottom: 40px;
}
}

.why-grid {
display: grid;
gap: 28px;
justify-items: center;
text-align: center;
grid-template-columns: repeat(3, 1fr); /* desktop: 2 rows of 3 */
}

.card {
background-color: rgba(255,255,255,0.05);
border-radius: 18px;
padding: 1.75rem;
min-height: 200px;
max-width: 320px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
box-shadow: 0 6px 20px rgba(0,0,0,.3);
color: #fff;
}

.card h3 {
margin: 0 0 .75rem;
font-size: 20px;
font-weight: 600;
color: #fff;
}

.card p {
margin: 0;
color: rgba(255,255,255,.85);
line-height: 1.6;
}

@media (max-width: 900px) {
.why-grid {
grid-template-columns: repeat(2, 1fr);
}
}

/* Mobile: 1 per row */
@media (max-width: 600px) {
.why-grid {
grid-template-columns: 1fr;
}
}

.footer-section {
background-color: #1b1c21!important;
}

/*  Mobile View for About Us */
@media (max-width: 768px) {
.white-section .grid-container.lift.valigned
.pm-bg-image[style*="62951d13e7e3c323-1752825672.jpg"],
.white-section .grid-container.lift.valigned
.pm-bg-image[style*="62951d13e7e3c323-1752825685.jpg"] {
width: 100% !important;
height: 62vw !important;
max-height: 420px !important;
min-height: 240px !important;
border-radius: 28px !important;
background-size: cover !important;
background-position: center !important;
overflow: hidden !important;
box-shadow: 0 8px 24px rgba(0,0,0,.12) !important;
margin: 0 auto 18px !important;
}

.white-section .grid-container.lift.valigned .one-quarter[style*="top:50px"],
.white-section .grid-container.lift.valigned .one-quarter[style*="top:-50px"] {
position: static !important;
top: auto !important; left: auto !important; right: auto !important;
width: 100% !important;
max-width: 700px !important;
margin: 0 auto 18px !important;
}

.white-section .grid-container.lift.valigned .one-half.m-one-whole {
width: 100% !important;
max-width: 760px !important;
margin: 0 auto 20px !important;
}
.white-section .grid-container.lift.valigned .pm-content h1 {
font-size: 26px !important;
line-height: 1.2 !important;
top: 0 !important;
margin: 0 0 12px !important;
}
}

@media (max-width: 980px) {
.ne-row {
display: block !important;
max-width: calc(100% - 24px) !important;
margin: 0 auto 32px !important;
padding-left: 12px !important;
padding-right: 12px !important;
}

.ne-col,
.ne-text {
width: 100% !important;
max-width: 94vw !important;   /* wider than before */
margin: 0 auto !important;
padding-left: 6px !important;
padding-right: 6px !important;
box-sizing: border-box !important;
}

.ne-text p {
margin-left: auto !important;
margin-right: auto !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
}

@media (max-width: 560px) {
.ne-row {
max-width: calc(100% - 16px) !important;
padding-left: 8px !important;
padding-right: 8px !important;
margin-bottom: 28px !important;
}

.ne-text,
.ne-col {
max-width: 96vw !important;
padding-left: 8px !important;
padding-right: 8px !important;
}
}

/* Carousel Scrollbar */
@keyframes dropchev {
0%   { transform: translateY(-6px) rotate(45deg); opacity: 0; }
35%  { opacity: 1; }
100% { transform: translateY(8px)  rotate(45deg); opacity: 0; }
}
.scroll-cue .chev { animation: dropchev 1.4s ease-in-out infinite; }

/* Header Section */
.header-menu {
margin-left: auto;
}

.header-section.header-fullwidth {
padding: 10px 0;
}

.header-section .container {
display: flex;
align-items: center;
min-height: auto;
}

.pm-custom-logo {
height: 50px;
width: auto;
max-width: none;
display: block;
}

.header-logo-image {
padding: 0;
display: flex;
align-items: center; 
}

@media (max-width: 768px) {
.pm-custom-logo {
height: 40px;
width: auto !important;
max-width: 100%; 
object-fit: contain;
padding-top: 10px;
}
}

/* Hero Section */
@media (max-width: 768px) {
video#bg-video {
object-position: right top !important;
}
}

.banner-slide.pm-bg-video {
position: relative;
overflow: hidden;
height: 75vh;
min-height: 500px;
}

.banner-slide.pm-bg-video .bg-video {
position: absolute;
top: 50%; left: 50%;
width: auto; height: 100%;
min-width: 100%; min-height: 100%;
transform: translate(-50%, -50%);
object-fit: cover;
z-index: 0;
}

.video-overlay {
position: absolute;
inset: 0;
background: rgba(0,0,0,0.4);
z-index: 1;
}

.banner-slide.pm-bg-video .container {
width: 100%;
max-width: none;
padding: 0;
display: flex;
align-items: center;
justify-content: center; 
height: 100%;
}

.banner-slide.pm-bg-video .banner-slide-content {
width: 100%;
display: flex;
align-items: center;
justify-content: center;
}

.banner-slide.pm-bg-video .pm-content {
width: 1000px; 
max-width: 100%;
margin: 0;
text-align: center;
color: #fff;
}

.banner-slide.pm-bg-video .pm-content h1 {
line-height: 1;
font-size: 60px;
margin-bottom: 20px;
}

.banner-slide.pm-bg-video .pm-content h4 {
margin-bottom: 30px;
}

@media (max-width: 768px) {
.banner-slide.pm-bg-video {
height: 60vh;
min-height: 350px;
}
.banner-slide.pm-bg-video .pm-content {
width: 90%;
}
.banner-slide.pm-bg-video .pm-content h1 {
font-size: clamp(32px, 8vw, 48px);
}
.banner-slide.pm-bg-video .pm-content h4 {
font-size: clamp(18px, 5vw, 24px);
}
.banner-slide.pm-bg-video .button.pm-link {
padding: 0.8em 1.6em;
font-size: 14px;
}
}

/* Content */
.reviewtext4  {
font-size: clamp(1.5rem, 5vw, 3rem); 
line-height: clamp(2rem, 5vw, 3rem);
}

.service-box-content {
border-radius: 40px;
}

.grid-block {
border-radius: 20px;
}

.padt {
padding-top: 15px;
}

.padtb {
padding: 6% 0%;
}

.lift { 
position: relative; 
bottom: 10px;
}

.drop { 
position: relative; 
top: 30px;
}

.drop1 { 
position: relative; 
top: 45px;
}

.drop2 { 
position: relative; 
top: 25px;
}

.drop3 {
position: relative;
top: 25px;
}

.full {
width: 100%;
}

.textdrop {
font-size: clamp(8px, 18px, 24px);
}

.padsmall {
padding: 4px;
}

.aboutpic {
padding: clamp(2%, 3%, 4%);
}

.pad {
padding: 10% 5%;
}

.full1 {
width: 75%;
}

.pad5 {
padding-bottom: 30px;
}

.pad6 {
padding-bottom: 50px;
}

.pm-logo-container {
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap; 
gap: 200px; 
padding: 100px 0;
}

.pm-logo-container img {
max-width: 200px; 
height: auto; 
max-height: 200px; 
object-fit: contain; 
transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.logo-container img:hover {
transform: translateY(-5px); 
}

@media (max-width: 768px) {
.pm-logo-container {
flex-direction: column;
align-items: center; 
text-align: center; 
gap: 20px; 
padding: 10px 0;
}

.pm-logo-container img {
max-width: 150px; 
max-height: 60px;
}

.one-third { 
padding-bottom: 30px;
}

.box3 {
padding: 0px; 
background-color: rgba(53,53,53, 0.67); 
border-radius: 10px;
}

.box2 {
padding: 60px 30px; 
background-color: rgba(53,53,53, 0.67); 
border-radius: 10px;
}

.box1 {
padding: 120px 60px;
}

.shade{
box-shadow: 0 18px 30px -12px rgba(50, 50, 93, .25), 0 10px 18px -18px rgba(0, 0, 0, .3);
}

.radius {
border-radius: 4px;
}

.lift3 {
position: relative; 
bottom: 120px;
}

.reviewtext1  {
font-size: clamp(1.5rem, 4vw, 2.2rem); 
line-height: clamp(1.5rem, 4vw, 2.2rem);
}

.reviewtext2  {
font-size: clamp(1.5rem, 5vw, 3rem); 
line-height: clamp(1.5rem, 5vw, 3rem);
}

.gallery-image img {
transition: transform 0.3s ease-in-out;
}

.gallery-image img:hover {
transform: scale(1.1);
}

.pm-section {
position: relative;
background-size: cover;
background-position: center;
}

.pm-section::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: inherit;
background-size: cover;
background-position: center;
filter: blur(10px); 
z-index: -1;
}

.reviewtext3  {
font-size: clamp(1.5rem, 4vw, 2.2rem); 
line-height: clamp(1.5rem, 4vw, 2.2rem);
}

.one-fourth {
width: 25%;
float: left;
box-sizing: border-box;
padding: 15px;
}

@media screen and (max-width: 768px) {
.one-fourth {
width: 100%;
}
}

/* services 
.service-box-wrapper {
position: relative;
width: 100%;
max-width: 550px;
background: #1b1b1b;
border-radius: 30px;
overflow: hidden;
display: flex;
flex-direction: row;
align-items: stretch;
margin: 15px auto;
box-sizing: border-box;
}

.service-box-content {
padding: 20px 100px 20px 20px;
flex-grow: 1;
box-sizing: border-box;
}

.service-box-content p { margin: 0; }

.service-box-content .title {
font-size: 1.2rem;
font-weight: 700;
display: block;
margin-bottom: 8px;
color: white;
}

.service-box-content .desc {
font-size: 0.95rem;
line-height: 1.5;
display: block;
color: white;
}

@media (max-width: 992px) {
.grid-container .service-box-2-accent,
.grid-container .service-box-accent,
.service-box-2-accent,
.service-box-accent,
.service-box-2-accent.coloured-section,
.service-box-accent.coloured-section {
--svc-accent-w: clamp(72px, 22vw, 160px) !important;
width: var(--svc-accent-w) !important;
height: calc(100% - 16px) !important;
position: absolute !important;
top: 8px !important;
bottom: 8px !important;
right: 16px !important;
z-index: 999 !important;
transform-origin: right center !important;
transform: skewX(-22deg) !important;
border-top-right-radius: 32px !important;
border-bottom-right-radius: 32px !important;
background: linear-gradient(160deg,#2f5d7a 0%,#2b5773 100%) !important;
pointer-events: none !important;
box-sizing: border-box !important;
overflow: visible !important;
}

.service-box-2-accent-icon,
.service-box-accent-icon {
position: absolute !important;
top: 50% !important;
right: calc((var(--svc-accent-w,140px) / 2) - 10px) !important;
transform: translateY(-50%) skewX(22deg) !important;
font-size: 1.35rem !important;
color: #fff !important;
z-index: 1000 !important;
pointer-events: none !important;
}

.service-box-content,
.service-box-2-content {
padding-right: calc(var(--svc-accent-w,140px) + 40px) !important;
box-sizing: border-box !important;
}

@media (max-width: 420px) {
.grid-container .service-box-2-accent,
.grid-container .service-box-accent,
.service-box-2-accent,
.service-box-accent {
--svc-accent-w: clamp(56px, 28vw, 140px) !important;
right: 12px !important;
top: 6px !important;
bottom: 6px !important;
border-top-right-radius: 28px !important;
border-bottom-right-radius: 28px !important;
}
.service-box-content,
.service-box-2-content {
padding-right: calc(var(--svc-accent-w,120px) + 28px) !important;
}
    .service-box-2-accent-icon,
    .service-box-accent-icon {
      right: calc((var(--svc-accent-w,120px) / 2) - 8px) !important;
      font-size: 1.15rem !important;
    }
  }
}



@media only screen and (max-width: 768px) {
.service-box-wrapper {
flex-direction: column;
}

.service-box-content {
padding: 20px 20px 80px 20px;
}

.service-box-accent {
  transform: skewX(-20deg);
  position: absolute;
  top: 10px;
  right: 0;
  height: calc(100% - 20px);
  width: 80px; 
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.service-box-accent-icon {
  position: absolute;
  top: 50%;
  right: 26px;
  transform: translateY(-50%) skewX(20deg);
} */

textarea[name="message"] {
width: 100%;
height: 250px;
resize: none; 
}

.main-menu {
list-style: none;
padding: 0;
margin: 0;
}

.main-menu li {
padding: 10px 0;
position: relative;
}

.main-menu a {
color: white;
text-decoration: none;
font-size: 16px;
display: block;
}

/* Submenu - hidden */
.submenu {
display: none;
list-style: none;
padding-left: 15px;
margin-top: 5px;
}

/* Show submenu on hover */
.has-submenu:hover .submenu,
.has-submenu:focus-within .submenu {
display: block;
}

.submenu li {
padding: 5px 0;
}

.submenu li a {
font-size: 15px;
color: white;
text-decoration: none;
}

.hiw-section {
background:#000;
color:#fff;
padding:6rem 1.5rem;
}

/* Header */
.hiw-header {
  max-width:64rem;
  margin:0 auto;
  text-align:center;
}
.hiw-header h2 {
  font-size:2.25rem;
  line-height:1.2;
  font-weight:700;
  margin:0 0 1.5rem 0;
}
.hiw-header p {
  font-size:1.125rem;
  color:#ccc;
  max-width:48rem;
  margin:0 auto 3rem auto;
}

/* Grid of cards - Home Page */
.hiw-grid {
max-width:64rem;
margin:4rem auto 0 auto;
display:grid;
grid-template-columns:repeat(auto-fit, minmax(240px, 1fr));
gap:2rem;
text-align:center;
}

/* Card */
.hiw-card {
background:#111;
border-radius:12px;
padding:1.5rem;
box-shadow:0 2px 8px rgba(255,255,255,0.05);
transition:background-color .25s ease, transform .2s ease, box-shadow .25s ease;
}
.hiw-card h3 {
font-size:1.25rem;
font-weight:600;
margin:.75rem 0 .5rem 0;
color:#fff;
}
.hiw-card p {
font-size:1rem;
color:#ccc;
margin:0;
}

.hiw-icon {
font-size:2.25rem;
line-height:1;
color:#194365;
margin:0 auto 1rem auto;
}

/* Hover */
.hiw-card:hover {
background:#194365;
transform:translateY(-2px);
box-shadow:0 6px 22px rgba(25,67,101,0.35);
}
.hiw-card:hover p, .hiw-card:hover h3 { color:#fff; }
.hiw-card:hover .hiw-icon { color:#fff; }

/* CTA */
.hiw-cta { text-align:center; margin-top:3rem; }
.hiw-button {
display:inline-block;
padding:.85rem 2rem;
font-size:1rem;
font-weight:600;
background:#194365;
color:#fff;
border-radius:9999px;
text-decoration:none;
box-shadow:0 4px 12px rgba(0,0,0,0.3);
transition:background-color .25s ease;
}
.hiw-button:hover { background:#14324d; }

/* Mobile - About Us */
@media (max-width: 480px) {
.hiw-header h2 { font-size:1.85rem; }
.hiw-icon { font-size:2rem; }
}

.ne-alt-wrap{background:#000;color:#fff;padding:60px 0}
.ne-intro{max-width:800px;margin:0 auto 50px;text-align:center}
.ne-intro p{font-size:1.15rem;line-height:1.6;color:#eee;margin:0}

.ne-row{display:flex;align-items:center;gap:32px;margin:0 auto 60px;max-width:1100px}
.ne-col{flex:1 1 0}
.ne-text{max-width:560px;margin:0 auto}
.ne-text p{font-size:1.05rem;line-height:1.7;color:#ddd;margin:0}
.ne-img{background-size:cover;background-position:center;border-radius:32px;min-height:420px;
box-shadow:0 12px 36px rgba(0,0,0,.35)}
.ne-pad-left{padding-left:8px}
.ne-pad-right{padding-right:8px}

@media (min-width: 680px) and (max-width:1260px) {.header-section {padding:10px 0 10px 0;}}@media (max-width: 680px) {.header-section {padding:10px 0 10px 0;}.header-logo {max-width:230px;}}

h1,h2,h3,h4,h5 {} 
h1 {font-size:45px;} 
h2 {font-size:32px;} 
h3 {font-size:28px;} 
h4 {font-size:24px;} 
h5 {font-size:21px;} 
.header-menu ul li a {font-weight:400; font-size:16px;}

/* ===== APPEND-ONLY OVERRIDE: keep desktop layout down to 768px ===== */
@media (min-width: 768px) {

  /* force cinema sections to stay two-column until viewport < 768px */
  .pm-cinema-section .grid-container,
  .pm-cinema-left .grid-container {
    display: grid !important;
    grid-template-columns: 48% 52% !important;
    column-gap: 40px !important;
    row-gap: 0 !important;
    align-items: center !important;
    justify-items: stretch !important;
  }

  .pm-cinema-section .grid-container > .one-half:first-child,
  .pm-cinema-left .grid-container > .one-half:first-child {
    grid-column: 1 / 2 !important;
    grid-row: 1 !important;
    justify-self: start !important;
    align-self: center !important;
    display: block !important;
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
  }

  .pm-cinema-section .grid-container > .one-half:nth-child(2),
  .pm-cinema-left .grid-container > .one-half:nth-child(2) {
    grid-column: 2 / 3 !important;
    grid-row: 1 !important;
    justify-self: end !important;
    align-self: center !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
  }

  /* keep text-left on desktop-like view */
  .pm-cinema-section .grid-container > .one-half:first-child .pm-content p,
  .pm-cinema-left .grid-container > .one-half:nth-child(2) .pm-content p {
    text-align: left !important;
    font-size: clamp(20px, 1.8vw, 26px) !important;
    line-height: 1.5 !important;
    max-width: 640px !important;
  }

  /* restore .ne-row to the desktop flex layout at >=768px */
  .ne-row {
    display: flex !important;
    align-items: center !important;
    gap: 32px !important;
    margin: 0 auto 60px !important;
    max-width: 1100px !important;
  }
  .ne-col { flex: 1 1 0 !important; }
  .ne-text { max-width: 560px !important; margin: 0 auto !important; padding-left: 0 !important; padding-right: 0 !important; }

  /* keep why-grid 3 columns for widths >=768px */
  .why-grid {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 28px !important;
    justify-items: center !important;
  }

  /* ensure banner hero content remains wide on desktop-like widths */
  .banner-slide.pm-bg-video .pm-content {
    width: 1000px !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    text-align: center !important;
  }

  /* padding for cinema sections like desktop */
  .pm-cinema-section,
  .pm-cinema-left {
    padding: 28px 40px !important;
  }
}

/* Contact Form Override */
@media (max-width: 768px) {
  /* make sure the card content is the reference width */
  .boxed-half-content.matchheight,
  .boxed-half-content.matchheight.heightmatched {
    padding-left: 12px !important;  /* inner gutter inside the card */
    padding-right: 12px !important;
    padding-top: 16px !important;
    padding-bottom: 16px !important;
    box-sizing: border-box !important;
  }

  /* remove any extra gutters applied by the form itself */
  .boxed-half-content.matchheight .pm-form,
  .boxed-half-content.matchheight.heightmatched .pm-form {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
  }

  /* ensure each input container takes the full content width */
  .boxed-half-content.matchheight .pm-form .input-container,
  .boxed-half-content.matchheight.heightmatched .pm-form .input-container {
    width: 100% !important;
    margin: 0 0 12px 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    display: block !important;
  }

  /* inputs/textarea/button all identical width and box-sizing */
  .boxed-half-content.matchheight .pm-form .input-container input,
  .boxed-half-content.matchheight.heightmatched .pm-form .input-container input,
  .boxed-half-content.matchheight .pm-form .input-container textarea,
  .boxed-half-content.matchheight.heightmatched .pm-form .input-container textarea,
  .boxed-half-content.matchheight .pm-form .button,
  .boxed-half-content.matchheight.heightmatched .pm-form .button {
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
    box-sizing: border-box !important;
  }

  /* make button sit visually identical to inputs */
  .boxed-half-content.matchheight .pm-form .button,
  .boxed-half-content.matchheight.heightmatched .pm-form .button {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    font-size: 16px !important;
    border-radius: 9999px !important;
    margin-top: 8px !important;
    text-align: center !important;
  }

  /* special case: if the CMS adds a wrapper with padding, neutralise it */
  .boxed-half-content.matchheight > .grid-block,
  .boxed-half-content.matchheight.heightmatched > .grid-block {
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
  }
}

/* === Global input normalization (all screen sizes) === */
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  width: 100%;
  padding: 0.75rem;
  border-radius: 10px;
  border: 2px solid #ccc;   /* use 2px so invalid state doesn’t jump */
  background: #fff;
  box-sizing: border-box;
}

/* === Invalid state highlight === */
input:invalid,
textarea:invalid {
  border-color: red !important;  /* strong error state */
  outline: none !important;
}

@media (max-width: 768px) {
     .small-grid-container .grid-block.mobile {
        padding: 0 0 0 0 !important;
    }
}

/* Headings override */
@media (max-width: 768px) {
.pm-section.content-section[style] {
padding-top: 48px !important;
padding-bottom: 48px !important;
box-sizing: border-box !important;
}

.pm-section.content-section > div[style*="backdrop-filter"],
.pm-section.content-section > div:nth-of-type(2) {
max-width: calc(100% - 24px) !important; 
width: auto !important;
margin: 0 auto !important;
padding: 1.25rem 1rem !important;
border-radius: 12px !important;
box-sizing: border-box !important;
overflow: hidden !important;
position: relative !important;
transform: none !important;
left: 0 !important;
right: 0 !important;
}

.pm-section.content-section > div[style*="backdrop-filter"] h1,
.pm-section.content-section > div:nth-of-type(2) h1 {
font-size: clamp(20px, 7.5vw, 28px) !important;
line-height: 1.05 !important;
margin: 0 !important;
white-space: normal !important;
word-break: break-word !important;
text-align: center !important;
letter-spacing: 0.01em !important;
}

.pm-section.content-section > [aria-hidden="true"] {
z-index: 1 !important;  /* push fade behind the card on mobile */
pointer-events: none !important;
}

.pm-section.content-section h1,
.pm-section.content-section .pm-content h1,
.pm-section.content-section .title h1 {
margin: 0 !important;
padding: 0 !important;
}
}

/* service page override */
@media (max-width: 768px) {
  .service-box-2 .mobile-overlay {
    display: block !important;
    background: rgba(0,0,0,0.55) !important;
    z-index: 9999 !important;
  }

  /* ensure content is centered on mobile even if external CSS tries to override */
  .service-box-2 .service-box-2-content {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  /* OPTIONAL: hide the blue slanted accent + chevron on mobile */
  .service-box-2 .service-box-2-accent,
  .service-box-2 .service-box-2-accent-icon {
    display: none !important;
  }
}

/* Desktop: make sure overlay doesn't get accidentally hidden if you want it visible everywhere
   (remove this block if you do NOT want overlay on desktop) */
@media (min-width: 769px) {
  .service-box-2 .mobile-overlay {
    display: block !important;
  }
}

/* =========================
   Fake animated scrollbar
   ========================= */
.gallery {
  position: relative;
}

/* Track */
.gallery::before {
  content: "";
  display: block;
  width: 160px;
  height: 6px;
  background: #18436522;
  border-radius: 9999px;
  margin: 14px auto 0;
  position: relative;
  overflow: hidden;
}

/* Thumb */
.gallery::after {
  content: "";
  position: absolute;
  top: auto;
  left: 50%;
  height: 6px;
  width: 38px;
  background: #184365;
  border-radius: inherit;
  animation: hslide 1.6s ease-in-out infinite;
  transform: translateX(-80px); /* centers inside 160px track */
  margin-top: -6px; /* keeps thumb aligned with track */
}

@keyframes hslide {
  0%   { transform: translateX(-80px); }
  50%  { transform: translateX(42px); } /* 160 - 38 = 122 */
  100% { transform: translateX(-80px); }
}