@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Poppins:600,700|Raleway:400,600');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css');
html, body {
  overflow-x: hidden;
  transition: all ease 0.3s;
}
a {
  color: #fdb23d;
  text-decoration: none;
  transition: all ease 0.3s;
}
a:hover {
  text-decoration: none;
  transition: all ease 0.3s;
  color: #fdb23d;
}
nav li a:hover {
  color: #333;
}
h1, h2, h3 {
  font-family: 'Poppins', sans-serif;
}
h1 {
  font-size: 68px;
  font-weight: 600;
}
h1 span, h2 span, h3 span {
  color: #fdb23d;
}
h2 {
  font-size: 39px;
  line-height: 53px;
  text-transform: uppercase;
}
h3 {
  font-size: 33px;
  line-height: 45px;
  text-transform: uppercase;
}
h4 {
  font-family: "Raleway", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 55px;
}
h5 {
  font-family: "Raleway", sans-serif;
  font-size: 25px;
  line-height: 50px;
}
h6 {
  font-family: "Raleway", sans-serif;
  font-size: 17px;
  line-height: 20px;
}
h4::after {
  border-top: 1px solid #333333;
  content: " ";
  display: block;
  left: 0;
  margin: 20px auto;
  position: absolute;
  right: 0;
  text-align: center;
  width: 180px;
}
body, p {
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  line-height: 26px;
}
p {
  margin-bottom: 26px;
  color: #555;
}
header {
  background: #fff;
  border-bottom: 1px solid #7f7f7f;
  padding: 0;
  left: 0;
  height: 50px;
  margin: 0 auto;
  position: fixed;
  right: 0;
  width: 100%;
  z-index: 9999;
  transition: all ease 0.3s;
}
.home {
  height: 50px;
  background: rgba(0, 0, 0, 0.2);
}
.home nav li a {
  color: #fff;
}
.home .logoTop {
  display: none;
}
.fixed-header {
  background: #fff;
  padding: 0;
  border-bottom: 1px solid #e6e6e6;
  transition: all ease 0.3s;
}
.fixed-header nav li a {
  color: #222222;
}
.fixed-header .logoTop {
  display: inline;
}
.logoTop {
  float: left;
  margin: 2px 20px;
}
/* Override float when using flexbox layout */
header.home .logoTop,
header.home.fixed-header .logoTop {
  float: none;
  margin: 0;
}
.logoTop img {
  width: 267px;
  height: auto;
}
#slider1 li img {
  width: 100%;
}
.clear {
  clear: both;
}
.navbar {
  margin-bottom: 0;
  border-radius: 0;
}
.navbar-default {
  border-color: #d0d0d0;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
#slider1 {
  margin: 0;
  padding: 0;
}
.slideOverlay {
  background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
  height: 100%;
  position: absolute;
  width: 105%;
  z-index: 400;
  top: 0;
}
#topBanner {
  position: relative;
}
#topBanner img {
  position: relative;
  width: 100%;
  height: auto;
}
#homeLogo {
  background: rgba(0, 0, 0, 0) url("../images/homo-logo-bg.png") repeat scroll 0 0;
  left: 0;
  margin: 0 auto;
  padding: 200px 0 60px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 500;
}
#topBanner h1 {
  left: 0;
  z-index: 500;
  font-family: 'Poppins', sans-serif;
  text-shadow: 3px 5px 11px #333;
  color: #fff;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 70%;
  text-transform: uppercase;
}
.rslides_container h1 span {
  display: block !important;
  font-size: 45px;
  margin: 20px 0 0;
}
.navbar {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-radius: 0;
  margin-bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 5004;
}
.container {
  width: 1360px;
}
#homeIntro .container {
  width: 65%;
}
#homeIntro p, #pageIntro p {
  color: #000000;
  font-size: 17px;
  line-height: 30px;
}
#homeIntro {
  background: #f7f7f7;
  padding-bottom: 50px;
}
#homeServices .container {
  width: 100%;
}
#homeServices div {
  margin: 0;
  padding: 0;
}
#homeServices .row {
  position: relative;
}
#homeServices a {
  color: #000000 !important;
  font-size: 13px;
  font-weight: bolder;
  letter-spacing: 2px;
  border-bottom: 1px solid #000;
  padding-bottom: 2px;
}
#homeServices a:hover {
  color: #fdb23d !important;
}
.txtPadding {
  display: table;
  height: 427px;
  padding: 0 60px !important;
}
.imgTitle {
  display: none;
}
.imgHeight {
  height: 854px;
  overflow: hidden;
}
#homeServices img {
  width: 100%;
  height: auto;
}
#socialIcons {
  background: #f7f7f7;
  padding: 50px 0;
  margin-top: -1px;
}
footer {
  background: #252525;
  color: #fff;
  padding: 20px 0 15px;
}
footer p {
  color: #ffffff;
  font-size: 14px;
  margin: 5px 0 0;
  text-align: center;
}
footer .col-xs-6 p {
  text-align: right;
}
footer #social {
  margin: 0;
  text-align: left;
  display: inline-block;
}
footer .smGlobalBtn {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
  border: 1px solid #797979 !important;
  border-radius: 50%;
  color: #797979 !important;
  font-size: 21px;
  height: 40px;
  line-height: 40px;
  margin: 0 5px;
  outline: none;
  width: 40px;
}
.thankYouBtn {
  background: #fdb23d none repeat scroll 0 0;
  border: 0 none !important;
  display: block !important;
  font-size: 13px !important;
  margin: 0 auto 50px !important;
  text-align: center;
  width: 250px !important;
}
/* Home banner slider*/
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}
.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}
.rslides {
  margin: 0 auto;
}
.rslides_container {
  margin-bottom: 50px;
  position: relative;
  float: left;
  width: 100%;
}
.centered-btns_nav {
  z-index: 3568;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: #000 url("../images/themes.gif") no-repeat left 50%;
  top: 50%;
  left: 0;
  opacity: 0.5;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  margin-top: -45px;
}
.centered-btns_nav:hover {
  opacity: 1.0;
}
.centered-btns_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
}
.transparent-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  left: 0;
  display: block;
  background: #fff; /* Fix for IE6-9 */
  opacity: 0;
  filter: alpha(opacity=1);
  width: 48%;
  text-indent: -9999px;
  overflow: hidden;
  height: 91%;
}
.transparent-btns_nav.next {
  left: auto;
  right: 0;
}
.large-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  opacity: 0.6;
  text-indent: -9999px;
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  background: #000 url("../images/themes.gif") no-repeat left 50%;
  width: 38px;
}
.large-btns_nav:active {
  opacity: 1.0;
}
.large-btns_nav.next {
  left: auto;
  background-position: right 50%;
  right: 0;
}
.centered-btns_nav:focus, .transparent-btns_nav:focus, .large-btns_nav:focus {
  outline: none;
}
.centered-btns_tabs, .transparent-btns_tabs, .large-btns_tabs {
  margin-top: 10px;
  text-align: center;
}
.centered-btns_tabs li, .transparent-btns_tabs li, .large-btns_tabs li {
  display: inline;
  float: none;
  _float: left;
  *float: left;
  margin-right: 5px;
}
.centered-btns_tabs a, .transparent-btns_tabs a, .large-btns_tabs a {
  text-indent: -9999px;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #ccc;
  background: rgba(0, 0, 0, .2);
  display: inline-block;
  _display: block;
  *display: block;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, .3);
  -moz-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, .3);
  box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, .3);
  width: 9px;
  height: 9px;
}
.centered-btns_here a, .transparent-btns_here a, .large-btns_here a {
  background: #222;
  background: rgba(0, 0, 0, .8);
}
/*Nav */
/* Effect 1: Brackets */
.cl-effect-1 a::before, .cl-effect-1 a::after {
  display: inline-block;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
  -moz-transition: -moz-transform 0.3s, opacity 0.2s;
  transition: transform 0.3s, opacity 0.2s;
}
.cl-effect-1 a::before {
  margin-right: 10px;
  content: '[';
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  transform: translateX(20px);
}
.cl-effect-1 a::after {
  margin-left: 10px;
  content: ']';
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  transform: translateX(-20px);
}
.cl-effect-1 a:hover::before, .cl-effect-1 a:hover::after, .cl-effect-1 a:focus::before, .cl-effect-1 a:focus::after {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  transform: translateX(0px);
}
/* Bounce To Bottom */
.btnLink {
  color: #000000;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 45px;
  width: 80%;
  border-top: 3px solid #ccc;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.btnLink:hover {
  border-top: solid 3px #fdb23d;
}
.btnLink:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fdb23d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btnLink:hover, .btnLink:focus, .btnLink:active {
  color: white;
}
.btnLink:hover:before, .btnLink:focus:before, .btnLink:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
nav {
  float: right;
}
nav li {
  list-style: none;
  float: left;
}
.fixed-header nav li a {
  font-size: 12px;
}
.home.fixed-header nav li a {
  font-size: 12px;
}
header nav li a {
  font-size: 12px;
}
nav li a {
  color: #333;
  display: block;
  font-size: 13px;
  line-height: 30px;
  padding: 0 15px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}
nav li a.active {
  color: #fdb23d !important;
}
.style-desk {
  display: block !important;
}
.toggle-nav {
  display: none;
}
.nav-mobile {
  display: block;
}
/* Mobile Responsive Styles */
@media only screen and (max-width:1200px) {
  /* Header adjustments for mobile */
  header.home,
  header.home.fixed-header {
    padding-left: 20px !important;
    padding-right: 20px !important;
    height: 60px;
  }
  
  /* Container fluid for mobile */
  header.home .container-fluid,
  header.home.fixed-header .container-fluid {
    max-width: 100% !important;
    padding: 0 !important;
    justify-content: space-between;
  }
  
  /* Logo on mobile - always visible on left */
  header.home .logoTop,
  header.home.fixed-header .logoTop {
    display: flex !important;
    margin-left: 0 !important;
    margin-right: auto !important;
    flex-shrink: 0;
  }
  
  header.home .logoTop img,
  header.home.fixed-header .logoTop img {
    height: 35px;
    width: auto;
    max-width: 150px;
  }
  
  /* Nav container on mobile */
  nav {
    margin-left: auto;
    display: flex;
    align-items: center;
    position: relative;  /* 👈 Make nav relative for absolute positioning of menu */
  }
  
  /* Navigation container */
  nav {
    border-bottom: none;
    float: none;
    position: relative;
  }
  
  /* Hamburger menu button - three horizontal lines */
  .toggle-nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 10000;
    position: relative;
  }
  
  /* Create three horizontal lines using span and pseudo-elements */
  .toggle-nav::before,
  .toggle-nav span,
  .toggle-nav::after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background-color: #222;
    transition: all 0.3s ease;
    border-radius: 2px;
    position: absolute;
  }
  
  .toggle-nav::before {
    top: 7px;
  }
  
  .toggle-nav span {
    top: 50%;
    transform: translateY(-50%);
  }
  
  .toggle-nav::after {
    bottom: 7px;
  }
  
  /* Close button state (X shape) */
  .toggle-nav.btn-open::before {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
  
  .toggle-nav.btn-open span {
    opacity: 0;
    transform: translateY(-50%);
  }
  
  .toggle-nav.btn-open::after {
    bottom: 50%;
    transform: translateY(50%) rotate(-45deg);
  }
  
  /* Hide menu by default on mobile */
  .nav-mobile {
    display: none;
  }
  
  /* Show menu when toggled - Dropdown below hamburger button */
  .nav-mobile.style-mobile {
    display: block !important;
    position: absolute;
    top: calc(100% + 8px);  /* Position right below the nav (hamburger button) */
    right: 0;               /* Align with right edge of nav container */
    width: 180px;            /* Smaller, compact width */
    min-width: 160px;
    max-width: 180px;        /* 👈 Constrain max width */
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
    padding: 6px 0;
    z-index: 10000;
    overflow: hidden;        /* 👈 Prevent content from overflowing */
  }
  
  /* Menu list on mobile */
  .nav-mobile.style-mobile ul {
    display: block;
    padding: 0;
    margin: 0;
  }
  
  /* Menu items on mobile */
  .nav-mobile.style-mobile li {
    display: block;
    width: 100%;
    border-bottom: 1px solid #f0f0f0;
    box-sizing: border-box;      /* 👈 Include borders in width */
  }
  
  .nav-mobile.style-mobile li:last-child {
    border-bottom: none;
  }
  
  /* Ensure dropdown items stay within parent */
  .nav-mobile.style-mobile li.dropdown {
    width: 100% !important;
    overflow: hidden;             /* 👈 Prevent overflow */
  }
  
  nav li a {
    color: #222;
    display: block;
    font-size: 14px;
    line-height: 24px;
    padding: 12px 18px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
  }
  
  .nav-mobile.style-mobile a:hover {
    background: #f5f5f5;
    color: #fdb23d;
  }
  
  /* Dropdown menu on mobile */
  .nav-mobile.style-mobile .dropdown-menu {
    position: static !important;
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;  /* 👈 Ensure it doesn't exceed parent */
    background: #f9f9f9 !important;
    border: none !important;
    box-shadow: none !important;
    margin-top: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0 !important;
    display: none;
    border-radius: 0 0 8px 8px;
    box-sizing: border-box;      /* 👈 Include padding in width calculation */
  }
  
  .nav-mobile.style-mobile .dropdown-menu.show {
    display: block !important;
  }
  
  .nav-mobile.style-mobile .dropdown-item {
    color: #444 !important;
    padding: 12px 18px !important;
    font-size: 13px !important;
    border-bottom: 1px solid #f0f0f0 !important;
    text-align: left !important;
    width: 100% !important;
    box-sizing: border-box;      /* 👈 Include padding in width */
    word-wrap: break-word;        /* 👈 Break long words if needed */
    overflow-wrap: break-word;    /* 👈 Additional word breaking */
  }
  
  .nav-mobile.style-mobile .dropdown-item:hover {
    color: #fdb23d !important;
    background: #eeeeee !important;
  }
  
  /* Hide dropdown arrow on mobile (we'll use click to expand) */
  .nav-mobile.style-mobile li.dropdown:after {
    display: none;
  }
  
  /* Services link - make it clickable to toggle dropdown */
  .nav-mobile.style-mobile .nav-item.dropdown > a {
    position: relative;
  }
  
  .nav-mobile.style-mobile .nav-item.dropdown > a::after {
    content: '+';
    position: absolute;
    right: 15px;
    font-size: 24px;
    font-weight: 300;
    transition: transform 0.3s ease;
  }
  
  .nav-mobile.style-mobile .nav-item.dropdown.show > a::after {
    transform: rotate(45deg);
  }
  
  /* Body padding for mobile header */
  body {
    padding-top: 60px !important;
  }
}
/*Social Media Icons*/
#social {
  margin: 20px 10px;
  text-align: center;
}
.smGlobalBtn { /* global button class */
  display: inline-block;
  position: relative;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border: 1px solid #ddd; /* add border to the buttons */
  margin: 0 15px;
  padding: 0px;
  text-decoration: none;
  text-align: center;
  color: #fff;
  outline: none;
  font-size: 25px;
  font-weight: normal;
  line-height: 2em;
  border-radius: 27px;
  -moz-border-radius: 27px;
  -webkit-border-radius: 27px;
}
.smGlobalBtn:hover {
  color: #fff !important;
}
/* facebook button class*/
.facebookBtn:before { /* use :before to add the relevant icons */
  font-family: "FontAwesome";
  content: "\f09a"; /* add facebook icon */
}
.facebookBtn {
  color: #4060A5;
  background: #fff;
  border-color: #4060A5; /* change the border color on mouse hover */
}
.facebookBtn:hover {
  background: #4060A5;
}
/* twitter button class*/
.twitterBtn:before {
  font-family: "FontAwesome";
  content: "\f099"; /* add twitter icon */
}
.twitterBtn {
  color: #00ABE3;
  background: #fff;
  border-color: #00ABE3;
}
.twitterBtn:hover {
  background: #00ABE3;
}
/* google plus button class*/
.googleplusBtn:before {
  font-family: "FontAwesome";
  content: "\f0d5"; /* add googleplus icon */
}
.googleplusBtn {
  color: #e64522;
  background: #fff;
  border-color: #e64522;
}
.googleplusBtn:hover {
  background: #e64522;
}
/* youtube button class*/
.youtubeBtn:before {
  font-family: "FontAwesome";
  content: "\f167"; /* add googleplus icon */
}
.youtubeBtn {
  color: #e64522;
  background: #fff;
  border-color: #e64522;
}
.youtubeBtn:hover {
  background: #e64522;
}
/* linkedin button class*/
.linkedinBtn:before {
  font-family: "FontAwesome";
  content: "\f0e1"; /* add linkedin icon */
}
.linkedinBtn {
  color: #0094BC;
  background: #fff;
  border-color: #0094BC;
}
.linkedinBtn:hover {
  background: #0094BC;
}
/* pinterest button class*/
.pinBtn:before {
  font-family: "FontAwesome";
  content: "\f0d2"; /* add pinterest icon */
}
.pinBtn {
  color: #bd081c;
  background: #fff;
  border-color: #bd081c;
}
.pinBtn:hover {
  background: #bd081c;
}
.instaBtn:before {
  font-family: "FontAwesome";
  content: "\f16d"; /* add pinterest icon */
}
.instaBtn {
  color: #dc346f;
  background: #fff;
  border-color: #dc346f;
}
.instaBtn:hover {
  background: #dc346f;
}
#serviceIntro h2 {
  background: #ffffff;
  left: -30%;
  padding: 40px;
  position: absolute;
  text-align: right;
  top: 10%;
  width: 520px;
}
#serviceIntro {
  margin: 100px 0;
}
.introText {
  border: 1px solid #dddddd;
  display: table;
  height: 400px;
  padding: 0 80px;
}
.introText p {
  display: table-cell;
  vertical-align: middle;
}
#serviceIntro img {
  width: 100%;
  height: auto;
}
.serviceMainImgLeft img {
  width: 100%;
  height: auto;
}
#serviceMiddle {
  background: #f9f9f9;
  height: 800px;
  overflow: hidden;
}
#serviceMiddle h2 {
  padding: 35px 7px 0 0;
}
#serviceMiddle .col-lg-4 {
  padding: 0;
  text-align: center;
}
.shortDesc {
  display: table-cell;
  vertical-align: middle;
}
.serviceMainImgLeft {
  padding: 0;
}
.middleText {
  padding: 60px 0 0 0;
  width: 42%;
}
.middleBotImg img {
  width: 100%;
  height: auto;
}
#moreServices {
  padding: 50px 0;
}
#moreServices .item img {
  height: auto;
  width: 100%;
}
#moreServices .item {
  margin: 5px;
  opacity: 1;
  position: relative;
}
#moreServices .item h6 {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  color: #ffffff;
  font-weight: bold;
  height: 100%;
  padding: 80px 15px;
  position: absolute;
  text-align: center;
  top: -10px;
  width: 100%;
  text-transform: capitalize;
}
.topServiceText {
  height: 430px;
}
#moreServices .container {
  margin-top: 30px;
}
#moreServices .serviceTitle {
  background: #fdb23d;
  height: 211px;
  margin: 5px 0;
  padding: 30px;
}
#contactForm ul li {
  display: inline-block;
  margin-bottom: 24px;
  width: 49%;
  position: relative;
  vertical-align: top;
}
#contactForm ul li input, #contactForm ul li textarea, #contactForm ul li select {
  border: 0;
  background: transparent;
  padding: 15px;
  width: 99%;
  border-bottom: 1px solid #cccccc !important;
  height: 50px;
  color: #333;
}
#contactForm ul li input::-webkit-input-placeholder {
  color: #333;
  opacity: 1;
}
#contactForm ul li input::-moz-placeholder {
  color: #333;
  opacity: 1;
}
#contactForm ul li input:-ms-input-placeholder {
  color: #333;
  opacity: 1;
}
#contactForm ul li input:-moz-placeholder {
  color: #333;
  opacity: 1;
}
#contactForm ul li select::-webkit-input-placeholder {
  color: #939393
}
#contactForm ul li select::-moz-placeholder {
  color: #939393
}
#contactForm ul li select:-ms-input-placeholder {
  color: #939393
}
#contactForm ul li select:-moz-placeholder {
  color: #939393
}
#contactForm ul li textarea {
  height: auto;
}
#contactForm ul li select {
  padding: 7px 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../images/dwn-arrow.png) 97% 27px no-repeat;
  line-height: 42px;
  outline: none;
  color: #939393;
}
option {
  background: #fff;
  border-right: solid 1px #ddd;
  padding: 10px;
}
#contactForm ul {
  margin: 0;
  padding: 0;
}
#contactForm ul li textarea {
  width: 99%;
}
#contactForm ul li:nth-child(5), #contactForm ul li:nth-child(6) {
  width: 100%;
}
#contactForm .container {
  background: #f9f9f9;
  margin: 0 auto;
  padding: 50px;
}
#pageIntro {
  padding: 50px 0 0 0;
}
.goBtn {
  background: #fdb23d url("../images/go-btn.png") no-repeat scroll 15px center !important;
  transition: all ease 0.3s;
  color: #ffffff;
  float: right;
  padding: 15px 0 15px 60px !important;
  width: 60px !important;
  font-size: 16px;
  font-weight: bold;
  margin: 0 1% 0 0;
  border-radius: 0px !important;
}
.goBtn:hover {
  background: #fdb23d url("../images/go-btn.png") no-repeat scroll 15px center !important;
  transition: all ease 0.3s;
  color: #ffffff;
  float: right;
  padding: 15px 0 15px 30px !important;
  width: 120px !important;
}
#gCaptcha {
  display: inline-block;
  width: 300px;
}
#contactAddress {
  padding: 50px 0;
}
#contactAddress .dl-horizontal dt {
  clear: left;
  float: left;
  margin-bottom: 0;
  overflow: hidden;
  padding: 10px 0;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100px;
}
#contactAddress .dl-horizontal dd {
  border-bottom: 1px dashed #cccccc;
  margin: 0;
  padding: 10px 0 0 60px;
}
.contactContent img {
  margin-bottom: 20px;
}
.contactContent h6 {
  text-transform: uppercase;
  font-weight: bold;
  color: #fdb23d;
}
/* form starting stylings ------------------------------- */
input, textarea {
  display: block;
  border: none;
}
input:focus, textarea:focus {
  outline: none;
}
/* LABEL ======================================= */
label {
  color: #999;
  font-size: 18px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 10px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
/* active state */
input:focus ~ label, input:valid ~ label, textarea:focus ~ label, textarea:valid ~ label {
  top: -10px;
  font-size: 14px;
}
/* BOTTOM BARS ================================= */
.bar {
  position: relative;
  display: block;
  width: 99%;
}
.bar:before, .bar:after {
  content: '';
  height: 2px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: #fdb23d;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
.bar:before {
  left: 50%;
}
.bar:after {
  right: 50%;
}
/* active state */
input:focus ~ .bar:before, input:focus ~ .bar:after, textarea:focus ~ .bar:before, textarea:focus ~ .bar:after {
  width: 50%;
}
[required] {
  outline: medium solid #f9f9f9 !important
}
@media only screen and (min-width: 1024px) {
  .desc {
    font-size: 1.25em;
  }
  .intro {
    letter-spacing: 1px;
  }
  .wrapper {
    width: 80%;
    padding: 2em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .wrapper {
    width: 85%;
    padding: 1.5em;
  }
}
.filter .item {
  transition: all ease 0.3s;
  opacity: 0;
}
.changed {
  opacity: 1;
  transition: all ease 0.3s;
}
/*--------------------------------------
             Media Queries
--------------------------------------*/
@media only screen and (max-width:1900px) {
  h1 {
    font-size: 60px;
  }
  #serviceIntro {
    margin: 50px 0;
  }
  .middleText {
    padding: 60px 0 40px;
    width: 60%;
  }
  h2 {
    font-size: 33px;
    line-height: 50px;
  }
  .middleText {
    padding: 60px 0 20px 20px;
    width: 60%;
  }
  #serviceMiddle {
    height: 610px;
  }
  h3 {
    font-size: 26px;
    line-height: 32px;
  }
  body, p {
    font-size: 14px;
    line-height: 24px;
  }
  .imgHeight {
    height: 645px;
  }
  .txtPadding {
    height: 323px;
    padding: 10px 35px 0 !important;
  }
  #serviceIntro h2 {
    left: -6%;
    padding: 30px;
    width: 420px;
  }
}
@media only screen and (max-width:1440px) {
  h3 {
    /*font-size: 22px;*/
    font-size: 19px;
    line-height: 28px;
    margin: 0 0 5px;
  }
  h2 {
    font-size: 25px;
    line-height: 40px;
  }
  .middleText {
    padding: 40px 0 0 20px;
    width: 60%;
  }
  .topServiceText {
    height: 340px;
  }
  .serviceTitle h3 {
    font-size: 25px;
    line-height: 35px;
    margin: 40px 0 5px;
  }
}
@media only screen and (max-width:1366px) {
  h1 {
    font-size: 50px;
    font-weight: 600;
  }
  .container {
    width: 95%;
  }
  .introText {
    height: 375px;
  }
  #serviceMiddle h2 {
    padding: 20px 7px;
  }
  .txtPadding {
    height: 302px;
    padding: 10px 20px 0 35px !important;
  }
  .imgHeight {
    height: 604px;
  }
  #serviceMiddle {
    height: 575px;
  }
  #moreServices .serviceTitle {
    height: 200px;
  }
}
@media only screen and (max-width:1360px) {
  .imgHeight {
    height: 610px;
  }
  body, p {
    font-size: 14px;
    line-height: 20px;
  }
}
@media only screen and (max-width:1280px) {
  #homeServices .col-lg-3 {
    display: none;
  }
  .col-lg-9 {
    width: 100%;
  }
  nav li a {
    font-size: 12px;
  }
  .introText {
    height: 355px;
    padding: 70px;
  }
  .middleText {
    padding: 40px 0 0 20px;
  }
  .txtPadding {
    height: 305px;
    padding: 40px 70px !important;
  }
  #serviceMiddle {
    height: 535px;
  }
  #homeIntro .container {
    width: 90%;
  }
  h4 {
    font-size: 30px;
    line-height: 50px;
    margin-bottom: 50px;
  }
  h4::after {
    margin: 20px auto;
  }
  .txtPadding p {
    font-size: 14px !important;
    line-height: 25px;
  }
}
@media only screen and (max-width:1200px) {
  nav li a {
    padding: 20px;
  }
  #topBanner {
    margin-top: 50px;
  }
  #homeIntro p, #pageIntro p {
    font-size: 14px;
    line-height: 24px;
  }
  #serviceIntro .col-lg-8 {
    text-align: right;
  }
  .shortDesc h3 {
    font-size: 20px;
    line-height: 26px;
  }
  #pageIntro {
    padding: 20px 0 0;
  }
  #moreServices {
    padding: 10px 20px;
  }
  #moreServices .container {
    margin-top: 0;
  }
  .topServiceText {
    height: auto;
  }
  h3 {
    font-size: 25px;
    line-height: 35px;
  }
  #serviceIntro img {
    width: 80%;
  }
  #serviceIntro h2 {
    left: 0;
    padding: 20px;
    top: 0;
    width: 400px;
  }
  nav li a:hover {
    color: #fff;
  }
  .home .logoTop {
    display: block;
  }
  .home {
    background: #ffffff;
  }
  .btnLink, .btnLink:hover {
    background: #fdb23d;
    border: 0 none;
    font-size: 12px;
    padding: 0 20px;
    width: auto;
  }
  .fixed-header nav li a {
    color: #ffffff;
  }
  #moreServices .serviceTitle {
    background: none;
    height: auto;
    padding: 0;
    text-align: center;
  }
  .introText {
    background: #ffffff;
    height: auto;
    margin: -80px 0 0 0;
    padding: 40px;
    width: 80%;
  }
  header {
    background: #ffffff none repeat scroll 0 0;
    border-bottom: 1px solid #e6e6e6;
    transition: all 0.3s ease 0s;
    height: auto;
  }
  #serviceMiddle h2 br {
    display: none;
  }
  .middleBotImg .col-lg-4 {
    width: 33%;
    float: left;
  }
  .middleText {
    margin: 0 auto;
    padding: 30px 0;
    width: 90%;
  }
  #serviceMiddle {
    height: auto;
  }
  .serviceMainImgLeft {
    display: none;
    padding: 0;
  }
  nav {
    border-bottom: 0 none;
  }
  h1 {
    font-size: 45px;
  }
  nav li a {
    font-size: 20px;
  }
  h4 {
    font-size: 30px;
    line-height: 50px;
  }
  #homeIntro .container {
    width: 90%;
  }
  #homeServices .col-lg-8 {
    float: left;
    width: 55%;
  }
  #homeServices .col-lg-4 {
    float: left;
    width: 45%;
  }
  .txtPadding {
    height: 245px;
    padding: 0 15px 0 26px !important;
  }
}
@media only screen and (max-width:980px) {
  .txtPadding {
    height: 264px;
    padding: 10px 20px 0 40px !important;
  }
}
@media only screen and (max-width:800px) {
  .imgTitle {
    background: url(../images/mobile-img-bg.png) repeat-x bottom left;
    bottom: 0;
    color: #ffffff;
    display: block;
    font-size: 25px;
    padding: 150px 0 30px !important;
    position: absolute !important;
    text-align: center;
    width: 100%;
    z-index: 100;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
  }
  #serviceMiddle h2 {
    padding: 20px;
  }
  #serviceIntro h2 {
    width: auto;
  }
  .introText {
    margin: -60px 0 0;
  }
  .rslides_container {
    margin-bottom: 10px;
  }
  #homeIntro {
    padding-bottom: 0;
  }
  h1 {
    font-size: 35px;
  }
  #homeLogo {
    background: rgba(0, 0, 0, 0) url("../images/homo-logo-bg.png") no-repeat scroll 0 0 / 100% auto;
    padding: 50px 0 0;
  }
  #homeServices .col-lg-8 {
    float: none;
    width: 100%;
  }
  #homeServices .col-lg-4 {
    display: none;
  }
  h4 {
    font-size: 24px;
    line-height: 37px;
  }
}
@media only screen and (max-width:667px) {
  .style-mobile {
    padding: 50px 0 0;
  }
  nav li a {
    font-size: 18px;
    padding: 13px;
  }
  #moreServices .container {
    margin-top: 0;
  }
  .grid-portfolio {
    padding: 0 0 40px;
  }
  .filter ul li a {
    font-size: 13px;
    padding: 0 5px;
  }
  .filter ul {
    padding: 5px 0;
    text-align: center;
  }
}
@media only screen and (max-width:640px) {
  #homeLogo {
    display: none;
  }
  #topBanner h1 {
    top: auto !important;
    width: 100%;
    bottom: 0;
    padding: 10px 5px;
    background: rgba(0, 0, 0, .5);
    font-size: 20px;
    line-height: 24px;
  }
  .grid-portfolio {
    padding: 0 0 40px !important;
  }
  .imgTitle {
    background: rgba(0, 0, 0, 0) url("../images/mobile-img-bg.png") repeat-x scroll left -30px;
    padding: 120px 0 20px !important;
  }
  h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .introText {
    border: 0 none;
    margin: 15px auto;
    padding: 0;
    width: 95%;
  }
  #contactForm ul li {
    display: block;
    float: none;
    width: 100%;
  }
  #serviceIntro .col-lg-8 {
    text-align: right;
  }
  h2 {
    font-size: 25px;
    line-height: 35px;
  }
  #serviceIntro h2 {
    left: 0;
    padding: 15px;
    width: 300px;
  }
  #serviceIntro .col-lg-8 img {
    width: 80%;
  }
  #serviceIntro {
    margin: 30px 0 0;
  }
  #serviceIntro h2 {
    left: 0;
    padding: 20px;
    width: 360px;
  }
  #homeIntro p {
    font-size: 15px;
    line-height: 26px;
  }
  h1 {
    font-size: 30px;
  }
  #topBanner {
    margin-top: 50px;
  }
  .style-mobile {
    padding: 30px 0 0;
  }
  nav li a {
    font-size: 16px;
    padding: 7px;
  }
  #socialIcons {
    padding: 10px 0;
  }
  h5 {
    font-size: 23px;
    line-height: 33px;
  }
}
@media only screen and (max-width:568px) {
  #contactForm .container {
    margin: 0 auto;
    padding: 10px 25px;
  }
  h1 {
    font-size: 22px;
  }
  .smGlobalBtn {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin: 0 8px;
    padding: 0;
    width: 30px;
  }
  .imgTitle {
    font-size: 16px;
    padding: 5px !important;
  }
}
@media only screen and (max-width:480px) {
  #serviceIntro .col-lg-8 img {
    width: 90%;
  }
  #serviceIntro h2 {
    left: 0;
    padding: 10px 20px 10px 0;
    width: 290px;
  }
  .imgTitle {
    background: rgba(0, 0, 0, 0) url("../images/mobile-img-bg.png") repeat-x scroll left bottom;
    font-size: 15px;
    letter-spacing: 0;
    padding: 155px 0 10px !important;
  }
  #serviceMiddle h2 {
    padding: 0 60px;
  }
  .middleText {
    width: 85%;
  }
  #moreServices .item {
    margin: 0 auto;
    width: 50%;
  }
  h2 {
    font-size: 19px;
    line-height: 27px;
  }
  h3 {
    font-size: 15px;
    line-height: 20px;
  }
  h6 {
    font-size: 15px;
  }
  #topBanner h1 {
    font-size: 13px;
  }
  .rslides_container h1 span {
    font-size: 11px !important;
    margin: 0;
    line-height: 11px;
  }
}
@media only screen and (max-width:375px) {
  h2 {
    font-size: 15px;
    line-height: 18px;
  }
  #moreServices .item {
    width: 80%;
  }
  #serviceIntro h2 {
    padding: 10px 15px 10px 0;
    top: auto;
    width: 200px;
  }
  #serviceIntro .col-lg-8 img {
    width: 100%;
  }
  h1 {
    font-size: 20px;
    line-height: 28px;
  }
  nav li a {
    font-size: 13px;
    padding: 8px;
  }
  .middleText {
    margin: 0 auto;
    padding: 20px 0 0;
  }
  h4 {
    font-size: 22px;
    line-height: 30px;
  }
}
/*--------------------------------------
            nid starts
--------------------------------------*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  header nav {
    margin-right: 15px;
  }
  .introText {
    height: 380px;
  }
  #contactForm ul li select {
    background: none !important;
  }
  .imgHeight {
    height: 613px;
  }
}
.grid-portfolio.fix-portfolio .filter ul {
  width: 97%;
  margin: 0px auto;
}
#contactForm ul li label {
  background: #f9f9f9;
  width: 100%;
}
#contactForm .g-recaptcha {
  transform: scale(0.71);
  webkit-transform: scale(0.71);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}
#contactForm .g-recaptcha + #captcha-error {
  position: absolute;
}
#contactForm div.row {
  position: relative;
}
.fancybox-overlay {
  z-index: 9999 !important;
}
.fancybox-opened {
  z-index: 99999 !important;
}
@media only screen and (max-width:1375px) {
  .txtPadding p {
    margin-bottom: 2px;
    font-size: 13px;
  }
}
@media(min-width:1024px) and (max-width : 1375px) {
  #homeLogo {
    padding: 150px 0 60px;
  }
}
@media only screen and (max-width:1024px) {
  #contactForm .goBtn {
    width: 120px !important;
    padding: 15px 0 15px 30px !important;
  }
}
@media(min-width:769px) and (max-width : 1024px) {
  .introText {
    margin: -40px 0 0;
  }
  .introText p {
    font-size: 13px;
    line-height: 27px;
  }
  .rslides_container h1 span {
    font-size: 30px;
  }
  h1 {
    font-size: 26px;
  }
}
@media(min-width:641px) and (max-width : 768px) {
  .introText {
    margin: -40px 0 0;
  }
  .introText p {
    font-size: 13px;
    line-height: 27px;
  }
  .rslides_container h1 span {
    font-size: 28px;
  }
  h1 {
    font-size: 24px;
  }
  #topBanner h1 {
    top: 65%;
  }
  footer .col-xs-6:first-child {
    width: 31%;
  }
  footer .col-xs-6:last-child {
    width: 69%;
  }
}
@media only screen and (max-width:767px) {
  .rslides_container h1 span {
    font-size: 15px;
    margin: 0;
  }
  h4 {
    font-size: 18px;
  }
  #homeIntro p {
    font-size: 13px;
  }
  body, p {
    font-size: 13px;
  }
  .serviceTitle h3 {
    font-size: 18px;
  }
  h2 {
    font-size: 18px !important;
  }
  #contactForm ul li label {
    font-size: 15px;
  }
  #homeIntro p, #pageIntro p {
    font-size: 13px;
  }
  footer .col-xs-6:first-child {
    width: 100%;
  }
  footer .col-xs-6:last-child {
    width: 100%;
  }
  footer .col-xs-6 p {
    text-align: center;
  }
  footer {
    text-align: center;
  }
  #serviceIntro h2 {
    line-height: 20px;
    font-size: 17px !important;
  }
}
@media only screen and (max-width:375px) {
  #contactForm .g-recaptcha + #captcha-error {
    bottom: 54px;
  }
  #contactForm .goBtn {
    float: left;
  }
  footer .smGlobalBtn {
    line-height: 40px;
    margin: 10px 0;
  }
}
@media (min-width : 376px) {
  #contactForm .g-recaptcha + #captcha-error {
    margin-top: -15px;
  }
}
/*...n-starts...*/
.dropdown-menu a:before, .dropdown-menu a:after {
  display: none;
}
.dropdown-menu a {
  color: #333 !important;
  line-height: 18px;
  margin-bottom: 10px;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  font-size: 12px !important;
}
.dropdown-menu a:hover {
  color: #fdb23d !important;
}
.dropdown-menu {
  min-width: 218px !important;
  padding-top: 15px !important;
  margin-top: 0px !important;
}
li.dropdown:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: middle;  /* 👈 Better alignment */
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  color: #333;
  position: absolute;
  right: 6px;
  top: 50%;  /* 👈 Center vertically */
  transform: translateY(-50%);  /* 👈 Perfect centering */
}
.nav-item.dropdown {
  position: relative;
  z-index: 9;
}
.home li.dropdown:after {
  color: #fff;
}
.fixed-header li.dropdown:after {
  color: #333;
  top: 50% !important;  /* 👈 Ensure perfect alignment when scrolled */
  transform: translateY(-50%) !important;
}
.filter {
  display: none;
}
@media(min-width:1025px) {
  .nav-item.dropdown:hover .dropdown-menu {
    display: block;
  }
}
@media(max-width:1024px) {
  li.dropdown:after {
    color: #fff !important;
  }
  .nav-mobile ul {
    max-width: 300px;
    margin: auto;
  }
  .style-mobile li {
    display: table;
    width: auto;
    margin: auto;
    float: none;
  }
  header nav li a {
    font-size: 14px;
  }
  .home.fixed-header nav li a {
    font-size: 14px;
  }
  .fixed-header nav li a {
    font-size: 14px;
  }
}


/* New */

/* ===== Modern Sticky Glass Header ===== */
header.home {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 64px;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 9999;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
  padding-left: 80px;
  padding-right: 80px;
}
header.fixed-header {
  padding-left: 100px;
  padding-right: 100px;
}




/* Flex layout */
header.home .container-fluid {
         /* 👈 controls spacing */
  margin: 0 auto;             /* center container */
  display: flex;
  align-items: center;
  justify-content: space-between; /* KEY LINE */
  height: 100%;
}





/* Logo */
.logoTop {
  display: flex;
  align-items: center;
  flex-shrink: 0; /* Prevent logo from shrinking */
}

/* Increased spacing between logo and menu when scrolled - Desktop only */
@media (min-width: 1201px) {
  header.home.fixed-header .logoTop {
    margin-right: 600px !important;  /* 👈 Add large margin to push menu away */
    margin-left: -80px !important;   /* 👈 Move logo more to the left */
  }

  header.home.fixed-header .nav-mobile {
    margin-left: auto !important;
  }
}



.logoTop img {
  height: 42px;
}

/* Menu wrapper */
.nav-mobile {
  display: flex;
  align-items: center;
}

/* Menu list */
.nav-mobile ul {
  display: flex;
  align-items: center;
  gap: 28px;
  margin: 0;
  padding: 0;
}

/* Menu items */
.nav-mobile ul li {
  list-style: none;
  white-space: nowrap;  /* 👈 Prevent menu items from wrapping */
}

/* Dropdown item positioning */
.nav-mobile ul li.nav-item.dropdown {
  position: relative;  /* 👈 Ensure dropdown arrow positions correctly */
}

/* Menu links */
.nav-mobile ul li a {
  font-size: 14px;
  font-weight: 500;
  color: #222;
  text-decoration: none;
  white-space: nowrap;  /* 👈 Prevent text wrapping like "Contact Us" */
}

/* Hover */
.nav-mobile ul li a:hover {
  color: #f39c12;
}

/* Body spacing */
body {
  padding-top: 64px;
}

/* =========================
   CLEAN MOBILE HEADER RESET
   ========================= */
@media (max-width: 1024px) {

  /* Disable desktop scroll animation logic visually */
  header,
  header.home,
  header.fixed-header {
    height: 60px !important;
    background: #ffffff !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    padding: 0 16px !important;
  }

  /* Header layout */
  header .container-fluid {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    padding: 0 !important;
  }

  /* Logo – always visible on left */
  .logoTop {
    display: block !important;
    margin: 0 !important;
    float: none !important;
  }

  .logoTop img {
    height: 34px;
    width: auto;
  }

  /* Nav container - needs position relative for dropdown */
  nav {
    position: relative !important;
  }

  /* Hamburger button – right side */
  .toggle-nav {
    display: block !important;
    position: relative;
    width: 32px;
    height: 32px;
    cursor: pointer;
    z-index: 10001;
  }

  /* Hide desktop menu */
  .nav-mobile {
    display: none !important;
  }

.nav-mobile.style-mobile {
  display: block !important;
  position: absolute;
  top: calc(100% + 8px);  /* 👈 Position right below the nav (hamburger button) */
  right: 0;               /* 👈 Align with right edge of nav container */
  transform: translateX(0);
  width: 180px;            /* 👈 Smaller, compact width */
  min-width: 160px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.15);
  padding: 6px 0;
  z-index: 10000;
}



  /* Mobile menu list */
  .nav-mobile.style-mobile ul {
    display: block;
    padding: 0;
    margin: 0;
  }

  .nav-mobile.style-mobile li {
    list-style: none;
    border-bottom: 1px solid #f0f0f0;
  }

  .nav-mobile.style-mobile li:last-child {
    border-bottom: none;
  }

  .nav-mobile.style-mobile a {
    display: block;
    padding: 12px 18px;
    font-size: 14px;
    color: #222;
    text-transform: uppercase;
  }

  .nav-mobile.style-mobile a:hover {
    background: #f5f5f5;
    color: #fdb23d;
  }

  /* Body spacing */
  body {
    padding-top: 60px !important;
  }
}


/* ===== FIX: Mobile Services Dropdown Alignment ===== */
@media (max-width: 1024px) {

  /* Services dropdown container */
  .nav-mobile.style-mobile .dropdown-menu {
    padding: 0 !important;
    margin: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    background: #f9f9f9 !important;
    border-radius: 0 0 8px 8px;
    text-align: left !important;
    box-sizing: border-box;       /* 👈 Include padding in width */
    overflow: hidden;             /* 👈 Prevent overflow */
  }

  /* Individual service items */
  .nav-mobile.style-mobile .dropdown-menu a,
  .nav-mobile.style-mobile .dropdown-item {
    display: block;
    padding: 12px 18px !important;   /* 👈 EVEN spacing */
    font-size: 13px !important;
    color: #444 !important;
    text-align: left !important;     /* 👈 THIS fixes centering issue */
    white-space: normal;
    width: 100% !important;
    box-sizing: border-box;           /* 👈 Include padding in width */
    word-wrap: break-word;            /* 👈 Break long words */
    overflow-wrap: break-word;        /* 👈 Additional word breaking */
  }

  /* Hover effect */
  .nav-mobile.style-mobile .dropdown-menu a:hover {
    background: #eeeeee !important;
    color: #fdb23d !important;
  }

  /* Remove weird inherited margins */
  .nav-mobile.style-mobile .dropdown-menu li {
    margin: 0 !important;
  }
}

/* =========================
   FIX HAMBURGER ICON (MOBILE)
   ========================= */
@media (max-width: 1024px) {

  .toggle-nav {
    position: relative;
    width: 32px;
    height: 32px;
    cursor: pointer;
  }

  /* middle line */
  .toggle-nav span {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 3px;
    background: #222;
    transform: translateY(-50%);
    transition: all 0.3s ease;
  }

  /* top & bottom lines */
  .toggle-nav::before,
  .toggle-nav::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background: #222;
    transition: all 0.3s ease;
  }

  .toggle-nav::before {
    top: 6px;
  }

  .toggle-nav::after {
    bottom: 6px;
  }

  /* ❌ → ✖ (close icon) */
  .toggle-nav.btn-open span {
    opacity: 0;
  }

  .toggle-nav.btn-open::before {
    top: 50%;
    transform: rotate(45deg);
  }

  .toggle-nav.btn-open::after {
    bottom: 50%;
    transform: rotate(-45deg);
  }
}


/* ===== HERO TEXT COLOR LOCK ===== */

/* Yellow brand text */
.hero-title .hero-brand {
  color: #fdb23d; /* yellow */
}

/* White tagline text */
.hero-title .hero-tagline {
  color: #ffffff !important;
}

html {
  scroll-behavior: smooth;
}

/* ===== DOTTED BACKGROUND ===== */
/* .bg-dots {
  background-color: #ffffff;
  background-image: radial-gradient(
    rgba(0, 0, 0, 0.08) 1px,
    transparent 1px
  );
  background-size: 24px 24px;
} */

.bg-dots {
  background-color: #ffffff;
  background-image: radial-gradient(#d5d5d6 1.2px, transparent 1.2px);
  background-size: 25px 25px;
}

/* Stroke-only text for WHERE */
.stroke-text {
  color: transparent;
  -webkit-text-stroke: 1px #0A2540;
  text-stroke: 1px #0A2540;
}

/* Optional: smoother section feel */
#where-we-operate {
  background: #f4f6f8;
}



/*  */
/* FIX: Services hover brackets breaking line */
.nav-mobile ul li a::before,
.nav-mobile ul li a::after {
  display: inline;
  white-space: nowrap;
  position: static;
}

.nav-mobile ul li a {
  white-space: nowrap;
}

/* Clean bracket hover effect */
.nav-mobile ul li a::before {
  content: "[ ";
}

.nav-mobile ul li a::after {
  content: " ]";
}

.nav-mobile ul li a::before,
.nav-mobile ul li a::after {
  display: inline;
  vertical-align: middle;
}



.nav-mobile a:focus,
.nav-mobile a:focus-visible {
  outline: none;
  box-shadow: none;
}

.nav-mobile ul li a {
  user-select: none;
}

/* =========================
   DISABLE BRACKET EFFECT ON MOBILE
   ========================= */
@media (max-width: 1024px) {

  /* Remove pseudo-element brackets */
  .nav-mobile.style-mobile a::before,
  .nav-mobile.style-mobile a::after {
    content: none !important;
    display: none !important;
  }

  /* Clean mobile menu text */
  .nav-mobile.style-mobile a {
    display: block;
    white-space: nowrap;
    line-height: 1.4;
  }
}

/* =========================
   DESKTOP FIX: REMOVE BLUE CARET / SELECTION
   ========================= */

/* Remove focus outline */
.nav-mobile a:focus,
.nav-mobile a:active {
  outline: none !important;
  box-shadow: none !important;
}

/* Remove text caret */
.nav-mobile a {
  caret-color: transparent;
}

/* Remove blue text selection */
.nav-mobile a::selection {
  background: transparent;
  color: inherit;
}

/* Bracket color control */
.cl-effect-1 a::before,
.cl-effect-1 a::after {
  color: #f39c12; /* your orange */
}

.nav-mobile {
  user-select: none;
}

.cl-effect-1 a::before,
.cl-effect-1 a::after {
  user-select: none !important;
  pointer-events: none !important;
}

.cl-effect-1 a:focus,
.cl-effect-1 a:active,
.cl-effect-1 a:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

.cl-effect-1 a::before {
  content: "[";
  position: absolute;
  left: -12px;
}

.cl-effect-1 a::after {
  content: "]";
  position: absolute;
  right: -12px;
}

/* ===== KILL BRACKET TEXT ON DESKTOP (CHROME FIX) ===== */
@media (min-width: 1025px) {
  .cl-effect-1 a::before,
  .cl-effect-1 a::after {
    content: "" !important;
  }
}

/* Visual bracket replacement (non-text, non-selectable) */
/* @media (min-width: 1025px) {
  .cl-effect-1 a {
    position: relative;
    padding: 4px 10px;
  }

  .cl-effect-1 a:hover {
    box-shadow:
      inset 1px 0 0 #f39c12,
      inset -1px 0 0 #f39c12;
    padding-left: 10px;
    padding-right: 10px;
    transition: all 0.25s ease;
  }
} */

/* ===== Index page header font tuning ===== */
.home-page header,
.home-page header a,
.home-page header li {
  font-weight: 100 !important;   /* thinner */
  letter-spacing: 0.04em;        /* tighter like inner pages */
}

.home-page header {
  font-family: inherit !important;
}

/* 🔒 FORCE MOBILE MENU CLOSED ON LOAD */
/* @media (max-width: 1024px) {
  .nav-mobile {
    display: none !important;
  }

  .nav-mobile.style-mobile {
    display: none !important;
  }
} */

/* ===== MOBILE NAV FIX ===== */
@media (max-width: 1024px) {

  .nav-mobile {
    display: none;
    position: absolute;
    top: 60px;
    right: 16px;
    width: 220px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    padding: 8px 0;
    z-index: 10000;
  }

  .nav-mobile.style-mobile {
    display: block;
  }
}


