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

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

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

.coloured {
	color:#5d5d5d !important;
}
.coloured2 {
	color:#64B9DB !important;
}

a {
	color:#64B9DB;
}
a:hover {
	color:#2695C5;
}

strong, b {
	font-weight:700;
}

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

.button {
	border:0px solid #000;
	border-radius:5px;
	font-size:13px;
	font-weight:700;
	font-family: Merriweather;
	background: #000; /* Old browsers */
	background: -moz-linear-gradient(left, #000 0%, #000 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #000 0%,#000 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #000 0%,#000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#000',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:#000 !important;
}

.button-op {
	border-radius:5px;
	font-weight:700;
	font-family: 'Merriweather';
	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:5px;
	font-weight:700;
	font-family: 'Merriweather';
	border: 2px solid #000; 
	font-size:13px; 
	color:#000 !important; 
	text-transform:uppercase; 
	letter-spacing:2px;
}
.button-op-c:hover {
	border-color:#000 !important;
	background-color:#000 !important;
	color:#ffffff !important;
}

.dark-section .button-op:hover, .coloured-section .button-op:hover {
	color:#000 !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:#5d5d5d;	
}

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

.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: 'Merriweather'; 
	font-weight:700;
}.header-logo {max-width:400px;} .header-info .header-info-item i {color:#000;} .header-style-1 .header-menu {float:none; position:absolute; left:0; width:100%; bottom:-60px; background:#eee; padding:0px 10px; text-align:center;} .header-section {padding:20px 0 60px 0;}.header-menu ul li a {padding:10px 15px !important; font-weight:600 !important; color:#121212;} .header-menu ul li a:hover {background:#000; color:#fff !important;}

.header-menu ul li .header-menu-sub-menu li a {color:#121212 !important;}
.header-menu ul li .header-menu-sub-menu li a:hover {color:#121212 !important;}

/* Hide submenu by default */
.side-menu-sub-menu {
  display: none;
  padding-left: 15px;
  transition: all 0.3s ease;
}

/* Opened state */
.side-menu-sub-menu.open {
  display: block;
}

/* Add a ▼ arrow after the Services link */
.side-menu-sub-menu-trigger > a::after {
  content: "▼";
  font-size: 0.8em;
  margin-left: 8px;
  transition: transform 0.3s ease;
  display: inline-block;
}

/* Rotate arrow when menu is open */
.side-menu-sub-menu-trigger.open > a::after {
  transform: rotate(180deg);
}




.reviewMainContent {
overflow: hidden !important;
text-overflow: ellipsis;
-ms-overflow-style: none;
scrollbar-width: none;
}

.reviewMainContent::-webkit-scrollbar {
display: none;
}

/*
.header-logo-image {
display: flex;
justify-content: center;
align-items: center;
height: 100%; 
position: absolute;
left: 50%;
transform: translateX(-50%);
} */

.services-slider {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  gap: 35px;
  padding-bottom: 15px;
  scrollbar-width: thin;
  scrollbar-color: #114163;
}

.services-slider::-webkit-scrollbar {
  height: 8px;
}

.services-slider::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
}

.services-slider::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 10px;
}

/* === CARD STYLING === */
.service-card {
  flex: 0 0 380px; /* wider card width */
  background: #000;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 440px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.25);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  min-width: 360px;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 25px rgba(0,0,0,0.3);
}

.service-card img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.service-card h4 {
  color: #fff;
  margin-bottom: 15px;
  font-size: 20px;
}

.service-card .sub-banner-box-content {
  flex: 1;
  text-align: center;
  padding: 25px;
}

.service-card .button {
  background: #fff;
  color: #000;
  padding: 10px 22px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.3s ease;
}

.service-card .button:hover {
  background: #0d3556;
}



.info-card {
  width: 300px;
  height: 300px;
  border-radius: 20px; /* Rounded square */
  margin: 30px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
  transition: all 0.4s ease;
  background: #fff;
}

.info-card.primary {
  background-color: #000;
  color: #fff;
}

.info-card .icon-service-icon {
  font-size: 70px;
  margin-bottom: 20px;
  transition: transform 0.3s ease, color 0.3s ease;
}

.info-card h5 {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
}

/* Hover Effects */
.info-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(0,0,0,0.25);
}

.info-card:hover .icon-service-icon {
  transform: scale(1.15) rotate(5deg);
  color: #00aaff; /* Accent hover color */
}

@media (max-width: 768px) {
  .grid-container,
  .one-whole.lift1.m-one-whole {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .one-quarter,
  .t-one-half,
  .m-one-whole {
    width: 100% !important;
    max-width: 100% !important;
  }

  .half-section {
    width: 250px !important;
    height: 250px !important;
  }
}

.services-scroll-wrapper::-webkit-scrollbar {
height: 8px;
}

.services-scroll-wrapper::-webkit-scrollbar-thumb {
background: rgba(255,255,255,0.3);
border-radius: 4px;
}

.services-scroll-wrapper::-webkit-scrollbar-track {
background: transparent;
}

.grid-block1 {
padding: 0 0 0 26px;
}

.toppad {
margin-top: 20px;
}

.nopad {
padding: 0px !important; 
margin-top: 20px;
}

.aboutpic1 {
padding: 3% 8% 3% 0%;
}

.boxbg {
background: #FB890C; 
border-radius: 50px; 
font-size: 18px;
}

.leftgap {
margin-left: 30px;
}

.button {
margin-bottom: 15px;
}

.textdrop {
margin-top: 100px;
}

.padtb {
padding: 6% 0%;
}

.lift1 {
position: relative; 
bottom: 70px;
}

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

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

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

.full {
width: 100%;
}

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

.padsmall {
padding: 4px;
}

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

.aboutpic1 {
padding: clamp(8%, 9%, 10%);
}

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

.aboutpic3 {
padding: clamp(12%, 13%, 14%);
}

.aboutpic4 {
padding: clamp(29%, 30%, 31%);
}

.pad {
padding: 10% 5%;
}

.full1 {
width: 75%;
}

.pad5 {
padding-bottom: 20px;
}

.pad6 {
padding-bottom: 50px;
}

.radius {
border-radius: 20px;
}

.boxbg3 {
background-color: #FB890C; 
border-radius: 10px; 
font-size: 18px; 
padding-top: 40px;
}

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

.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);
}

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

@media (max-width: 1208px) {
  .rd {width: 90%;}
.leftgap {margin-left: 0px;}
.full1 {width: 92%;}
.padgrid {padding-bottom: 20px;}
}

.coloured-section {
background: #ffffff;
background: -moz-linear-gradient(left, #000 50%, #000 100%);
background: -webkit-linear-gradient(left #000 50%, #000 100%);
background: linear-gradient(to right, #000 50%,#000 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#000',GradientType=1 );
}

.half-section:hover {
transform: scale(1.15) rotate(2deg);
box-shadow: 0 14px 35px rgba(0,0,0,0.3) !important;
}

@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 {text-transform:uppercase;} h1 {font-size:36px;} 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;}