* {
  margin: 0px;
  padding: 0px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  padding: 0px;
  font-weight: bold;
  color: #000000;
}
p {
  margin: 0px;
  font-size: 15px;
  color: #040c24;
}
a {
  text-decoration: none;
  transition: 0.5s;
}
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #0f0000c2;
   overflow-x: hidden;
}
html {
  overflow-x: hidden;
}
ul {
  padding: 0;
  margin: 0;
}
ul li {
  list-style-type: none;
}

h6.sub-title {
  color: #564b95;
  text-transform: uppercase;
  margin-bottom: 10px;
}
h1.sec-title {
  text-align: center;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.line-bttn {
  padding: 10px 30px;
  display: inline-block;
  border-bottom: 1px solid #ff7200;
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
  margin: 20px 0 0 0;
  transition: all 0.5s ease;
}
.line-bttn:hover {
  background: #ff7200;
  color: #fff;
  border-color: #ff7200;
}
h6.sub-title {
  margin: 0 0 5px 0;
  color: #ff7200;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
}

.body {
  position: relative;
}
input:focus,
select:focus,
textarea:focus {
  border: 1px solid #1d90c8 !important;
  box-shadow: none !important;
  outline: none !important;
}
[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
  transition-duration: 1s !important;
}
.btn-default {
  font-size: 14px;
  background: #000000;
  border: none;
  padding: 10px 20px;
  color: #fff;
  font-weight: 500;
  /* text-transform: uppercase; */
  transition: all 0.5s ease;
  border-radius: 5px;
  display: inline-block;
}
.btn-default:hover {
  background: #7e9dd6;
  color: #fff;
}
.btn-default .fa {
  font-size: 12px;
  padding: 0 0 0 5px;
}

hr {
  width: 70px;
  height: 2px !important;
  margin: 10px 0;
  background: #564b95;
  opacity: 1;
}
hr.center {
  margin: 10px auto 20px;
}

section.header {
 position: relative;
  top: 0;
  width: 100%;
  z-index: 9;
}

.header-top {
  background:#000000;
  padding: 10px 0;
}
.header-top ul li {
  display: inline-block;
  color: #fff;
}
.header-top ul li.line {
  font-weight: 200;
}
.header-top ul li a {
  color: #fff;
}
.header-top ul li a .fa {
  padding: 0 2px;
}
.header-top .top-right ul.socail-link {
  margin: 0 0px 0 0;
}
.header-top .top-right ul.socail-link li a {
  width: 25px;
  height: 25px;
  display: flex;
  background: #7c9dd2;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
}
.header-top .top-right {
  display: flex;
  justify-content: end;
}

section.header.sticky-header {
  position: fixed;
  width: 100%;
  z-index: 99;
  background: transparent;
  transition: all 1.2s ease;
  box-shadow: 0px 0px 14px #eee;
}
section.header.sticky-header .header-top {
  display: none;
}
section.header.sticky-header .header-navbar {
  padding: 0px 0;
}
section.header.sticky-header .heder-logo a img {
  width: 302px;
}
section.header.sticky-header .header-menu .navbar ul.navbar-nav li a {
  font-size: 15px;
}
section.header.sticky-header .mid-header .top-phone .fa {
  width: 40px;
  height: 40px;
}
section.header.sticky-header .top-right-content p {
  font-size: 12px;
}
section.header.sticky-header .top-right-content h6 a {
  font-size: 16px;
}

.mid-header {
  background: #fff;
  padding: 10px 0;
  border-radius: 0 0 20px 20px;
}
.header-navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 0;
}
.heder-logo a img {
  width: 304px;
  height: auto;
}
.header-menu nav.navbar {
  padding: 0 !important;
}
.header-menu .menu-logo {
  display: none;
}

.header-menu button.navbar-toggler {
  display: none;
}
.header-menu .navbar .navbar-collapse {
  justify-content: end;
}
.header-menu .navbar ul.navbar-nav li {
  padding: 0 33px;
}
.header-menu .navbar ul.navbar-nav li a {
  font-size: 16px;
  padding: 5px 0px;
  color: #000;

  font-weight: 600;
}
.header-menu .navbar ul.navbar-nav li a.active,
.header-menu .navbar ul.navbar-nav li a:hover {
  color: #7c9dd2;
}
.header-menu .navbar ul.navbar-nav li a.dropdown-toggle::after {
  border: none;
  content: "\f067";
  color: #223f9a;
  font-family: "FontAwesome";
  font-size: 10px;
  font-weight: normal;
  position: relative;
  top: 2px;
  left: 2px;
}

.header-menu .navbar ul.navbar-nav li.dropdown ul.dropdown-menu {
  width: 298px;
  margin: 0px 0 0 0;
  border-top: 3px solid #223f9a;
  padding: 0;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px,
    rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  position: fixed;
  border-radius: 0;
  background: #fff;
}
.header-menu .navbar ul.navbar-nav li.dropdown ul.dropdown-menu li {
  border-bottom: 1px solid #cbcbcb26;
  padding: 0 10px;
  margin: 0;
}
.header-menu
  .navbar
  ul.navbar-nav
  li.dropdown
  ul.dropdown-menu
  li
  a.dropdown-item {
  font-size: 14px;
  padding: 10px 0 10px 0;
  margin: 0;
  border: none;
  background: none;
  text-transform: capitalize;
}
.header-menu
  .navbar
  ul.navbar-nav
  li.dropdown
  ul.dropdown-menu
  li
  a.dropdown-item:hover {
  background: none;
  border: none;
  color: #1d90c8;
}

.top-right-content {
  display: flex;
  align-items: center;
  justify-content: end;
  height: 100%;
}
.top-right-content .icon img {
  width: 36px;
}
.top-right-content h6 a {
  color: #223f9a;
  font-size: 18px;
}
/* FULL WIDTH FIX */
.banner {
  margin-top: 0px;
}

/* FULL IMAGE SHOW (NO CUT) */
#banner-slider .item {
  height: auto !important;
}

#banner-slider .item img {
  width: 100%;
  height: auto !important;
  object-fit: unset !important;
  transform: none !important;
}
/* REMOVE ANY GAP */
.banner {
  padding: 0;
}

/* OPTIONAL: FULL SCREEN HERO */
@media (min-width: 1200px) {
  #banner-slider .item {
    height: 90vh;
  }
}

/* MOBILE RESPONSIVE */
@media (max-width: 768px) {
  #banner-slider .item {
    height: 350px;
  }
}

.seo-hidden {
  position: absolute;
  left: -9999px;
}
.home-banner .banner-content {
 position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    height: 100%;
    align-items: center;
    display: flex;
    background-image: linear-gradient(to right, #1c1d1fdb, #0000002b);
}
.home-banner .banner-content .align {
  z-index: 9;
  text-align: left;
  margin: 150px 0 0 0;
}
.banner .item .banner-content h2 {
  font-size: 35px;
  color: #fff;
  padding: 0 0 0px 0;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 700;
}

.banner .item .banner-content h6 {
  font-size: 35px;
  color: #fff;
  padding: 0 0 0px 0;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 700;
}
.banner .item .banner-content h1 {
  font-size: 35px;
  color: #fff;
  padding: 0 0 0px 0;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 700;
}
.banner .item .banner-content p {
  color: #fff;
  font-size: 20px;
  padding: 0 0 0 0px;
  margin-bottom: 25px;
  font-weight: 500;
}
.banner .item .banner-content button {
  font-size: 14px;
  background: #223f9a;
  border: none;
  padding: 10px 20px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  transition: all 0.5s ease;
  border-radius: 5px;
}
.banner .item .banner-content button:hover {
  background: #7e9dd6;
}
.banner .item .banner-content button .fa {
  font-size: 12px;
  padding: 0 0 0 5px;
}
.home-banner .owl-dots {
  position: absolute;
  bottom: 35%;
  text-align: center;
  width: auto;
  height: auto;
  right: 30px;
  z-index: 999;
  top: auto;
}
.home-banner .banner-overlay .owl-dots button.owl-dot {
  display: block;
  border: 1px solid #fff;
  margin: 10px 0;
  border-radius: 50px;
}
.home-banner .banner-overlay .owl-dots button.owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 5px;
  background: #fff;
}
.home-banner .banner-overlay .owl-dots button.owl-dot.active {
  border: 1px solid #223f9a;
}
.home-banner .banner-overlay .owl-dots button.owl-dot.active span,
.home-banner .banner-overlay .owl-dots button.owl-dot span:hover {
  background: #223f9a;
}
.banner .item .banner-content .animated-text {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.8s ease-in-out;
}
.banner .item .banner-content .animated-text.active {
  opacity: 1;
  transform: translateY(0);
}
.banner-overlay .item img {
  transform: scale(1);
  transition: transform 9s ease;
}
.banner-overlay .owl-item.active .item img {
  transform: scale(1.5);
}

.about {
  padding: 80px 0 80px;
}
.sub-heading {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
  color: #7c9dd2;
  margin: 0 0 10px 0;
}
section.about .left-img img {
  width: 100%;
  border-radius: 10px;
  height: 500px;
  object-fit: cover;
  object-position: center center;
}
section.about .align {
  display: flex;
  height: 100%;
  align-items: center;
}
.about h1.sec-title {
  text-align: left;
  margin: 0 0 10px 0;
}
.about .about-right p {
  text-align: justify;
  padding: 0 0 10px 0;
}
.about .about-right a.btn {
  margin-bottom: 30px;
}

.count {
  background: #cb7700;
  padding: 50px 0;
}
.count .align {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.count .count-info {
  text-align: center;
  width: 100%;
  background: #000000db;
  margin: 0 5px;
  padding: 30px;
}
.count .count-info .number {
  color: #fff;
  font-size: 48px;
  font-weight: 800;
  margin: 0 10px 0;
  line-height: 48px;
}
.count .count-info p.counter-title {
  color: #fff;
}

.manufacturer {
  padding: 50px 0;
  background-image: url(../images/bg-img.png);
  background-size: auto;
  background-position: top center;
  background-repeat: no-repeat;
}
.manufacturer hr,
.why-choose hr,
.client-testimonial hr,
.team hr {
  margin: 10px auto 20px;
}
.manufacturer #products .item {
  text-align: center;
}
.manufacturer #products .item h6 {
  margin: 10px 0 0 0;
  text-transform: uppercase;
}
.manufacturer #products .item h6:hover {
  color: #7c9dd2;
}
.manufacturer #products .owl-nav button {
  position: absolute;
  top: 40%;
  background: none;
}
.manufacturer #products .owl-nav button.owl-prev {
  left: -30px;
}
.manufacturer #products .owl-nav button.owl-next {
  right: -30px;
}
.manufacturer #products .owl-nav button .fa {
  color: #564b95;
  font-size: 28px;
}

.why-choose {
  padding: 50px 0;
  background: #0824780a;
}
.why-choose .choose-box {
  text-align: center;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 0px 14px #eee;
  transition: all 0.5s ease;
  background: #fff;
  margin: 0 0 20px 0;
}
.why-choose .choose-box:hover {
  box-shadow: 0px 0px 30px #5ba0d954;
}
.why-choose .choose-box img {
  width: 100px;
  margin: 0 0 15px 0;
  transition: all 0.5s ease;
}
.why-choose .choose-box:hover img {
  transform: scale(1.1);
}

.benefits .col-md-6 {
  padding: 0;
}
.benefits .left-img img {
  width: 100%;
}
.benefits .right-content h1.sec-title,
.chose-us .right-content h6 {
  text-align: left;
  color: #fff;
}
.benefits .right-content {
  float: left;
  background: #223f9a;
  height: 100%;
  display: flex;
  padding: 0 80px;
  align-items: center;
  justify-content: left;
  position: relative;
}
.benefits .right-content p {
  color: #fff;
  margin: 0 0 30px 0;
  font-weight: 300;
}
.benefits .right-content ul li {
  width: 50%;
  float: left;
  color: #fff;
  margin: 0 0 15px 0;
}
.benefits .right-content ul li img {
  width: 20px;
  margin: 0 5px 0 0;
}

.benefits .right-content .contact-info {
  display: flex;
  align-items: center;
  justify-content: start;
  clear: both;
  margin: 30px 0 0 0;
  float: left;
}
.benefits .right-content .contact-info .icon {
  margin-right: 15px;
}
.benefits .right-content .contact-info .icon img {
  width: 36px;
}
.benefits .right-content .contact-info p {
  margin: 0;
  color: #7c9dd2;
}
.benefits .right-content .contact-info h4 a {
  color: #fff;
}
.benefits .right-content .video-icon {
  position: absolute;
  left: -40px;
  background: #223f9a;
  padding: 12px;
  border-radius: 50px;
}
.benefits .right-content h2.sec-title {
  color: #fff;
}
.benefits .right-content hr {
  background: #7c9dd2;
}

.client-testimonial {
  padding: 50px 0;
}
.client-testimonial .title-box {
  display: flex;
  margin-bottom: 30px;
}
.client-testimonial .title-box .icon-box {
  min-height: 200px;
  display: flex;
  width: 30%;
  background: #ff7200;
  align-items: center;
  justify-content: center;
  padding-right: 80px;
}
.client-testimonial .title-box .icon-box .fa {
  color: #fff;
  font-size: 120px;
}
.client-testimonial .title-box h1.sec-title {
  text-align: left;
  display: flex;
  align-items: center;
  font-size: 52px;
  margin-left: -100px;
  margin-bottom: 0;
}
.client-testimonial .item-content {
  border-radius: 10px;
  padding: 45px 30px 30px 30px;
  min-height: 230px;
  position: relative;
  border: 1px solid #082478;
  margin: 50px 0;
}
.client-testimonial .item-content .top-quote {
  width: 60px;
  position: absolute;
  top: -30px;
  z-index: 99;
  background: #eee;
  padding: 10px;
  border-radius: 50px;
  height: 60px;
}
.client-testimonial .item-content p {
  font-size: 14px;
}
.client-testimonial .item-content .rating {
  display: inline-block;
  margin: 15px 0 0 0;
}
.client-testimonial .item-content .rating .fa {
  color: #ffa500;
  padding: 0 10px 0 0;
}
.client-testimonial .item-content .client-details {
  display: flex;
  align-items: center;
  margin: 15px 0 0 0;
  position: absolute;
  bottom: -25px;
  right: 70px;
  background: #fff;
  padding: 0 0px;
}
.client-testimonial .item-content .client-details .client-img img {
  width: 60px;
  border-radius: 40px;
  margin: 0 5px 0 0;
  border: 1px solid #082478;
  padding: 5px;
}
.client-testimonial .item-content .client-details .client-name h6 {
  font-size: 16px;
  font-weight: 600;
  color: #082478;
  text-transform: uppercase;
}
.client-testimonial .item-content .client-details .client-name span {
  font-size: 12px;
  color: #8f8e8e;
  font-weight: 300;
}
.client-testimonial .owl-nav {
  position: absolute;
  top: -75px;
  right: 0;
  margin: 0;
}
.client-testimonial .owl-nav button {
  width: 40px;
  height: 40px;
  background: #252525 !important;
  border-radius: 0 !important;
  margin: 0;
  transition: all 0.5s ease;
}
.client-testimonial .owl-nav button i.fa {
  color: #fff;
}
.client-testimonial .owl-nav button:hover {
  background: #657783 !important;
}
.client-testimonial .owl-nav button:hover i.fa {
  color: #fff;
}

.footer {
  background: #000000;
  padding: 50px 0 30px 0;
}
.footer .col-sm-3 {
  width: 30%;
}
.footer .col-sm-3.links,
.footer .col-sm-3.service {
  width: 20%;
}
.footer .footer-content.ftr-log-box {
  padding: 0 40px 0 0;
}
.footer-content a.ftr-logo img {
  width: 243px;
  margin: 0 0 0px 0;
}
.footer-content p {
  color: #fff;
}
section.footer h5.ftr-title {
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0 0 15px 0;
  font-size: 22px;
}
section.footer .col-sm-3 .footer-content p {
  color: #fff;
  font-size: 14px;
}
section.footer ul li {
  padding: 5px 0 5px 0;
  color: #fff;
  font-weight: 300;
  font-size: 14px;
  border-bottom: 1px solid #ffffff;
}
section.footer ul li:last-child {
  border: none;
}
.footer .contact-info ul li a {
  color: #fff;
}
.footer .contact-info ul li,
.footer .contact-info ul li a {
  display: flex;
  align-items: center;
}
.footer .contact-info ul li .fa {
  background: #7c9dd2;
  display: flex;
  align-items: center;
  width: 30px;
  height: 30px;
  justify-content: center;
  margin: 0 10px 0 0;
  border-radius: 5px;
}

.footer .row.btm-row {
  border-top: 1px solid #1b3587;
  border-bottom: 1px solid #1b3587;
  margin: 20px 0 0;
  padding: 10px 0;
}
.footer .row.btm-row ul.ftr-links {
  display: flex;
  align-items: center;
}
.footer .row.btm-row ul.ftr-links li {
  border: none;
  padding: 0 55px 0 0;
}
.footer .row.btm-row ul.ftr-links li a {
  color: #fff;
  font-size: 15px;
}
.footer .row.btm-row ul.ftr-links li a:hover {
  color: #7c9dd2;
}
.footer .row.btm-row p.copyright {
  color: #fff;
  font-size: 14px;
  float: right;
  display: flex;
  align-items: center;
  height: 100%;
  font-weight: 100;
}

.scrollup {
  background: #fff;
  border-radius: 0px;
  bottom: 40px;
  border-radius: 50px;
  color: #162c72;
  display: none;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  position: fixed;
  right: 20px;
  text-align: center;
  width: 50px;
  z-index: 9999;
  box-shadow: 0 0 10px rgb(0 0 0 / 27%);
}
.scrollup:hover {
  background: #162c72;
  color: #fff;
}

.whatsapp-icon {
  position: fixed;
  bottom: 40px;
  left: 20px;
  z-index: 999;
}
.whatsapp-icon a {
  display: flex;
  align-items: center;
  background: #0dc152;
  border-radius: 50px;
  padding: 0 20px 0 0;
  font-size: 12px;
  color: #fff;
}
.whatsapp-icon a i.fa {
  background: #079d41;
  padding: 10px;
  border-radius: 50px;
  color: #fff;
  font-size: 20px;
  margin: 0 5px 0 0;
}

.inner-banner {
  height: 400px;
  background-size: cover;
  background-position: center center;
}
.inner-banner .banner-overlay {
  height: 100%;
  background: #000000a1;
  display: flex;
  align-items: center;
  padding: 150px 0 0 0;
  text-align: left;
}
.inner-bnr-content h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 42px;
}
.inner-bnr-content ul li {
  display: inline-block;
  font-size: 16px;
  padding: 0 2px;
  color: #fff;
}
.inner-bnr-content ul li a {
  color: #fff;
}
.inner-bnr-content ul li a:hover {
  color: #7c9dd2;
}
.inner-bnr-content ul li .fa {
  padding: 0 5px 0 0;
}

.about-right ul li {
  font-size: 15px;
  padding: 0 0 5px 0;
  color: #040c24;
}
.about-right ul li::before {
  content: "\f046";
  font-family: "FontAwesome";
  color: #223f9a;
  padding: 0 10px 0 0;
}
.mission-vision .mi-vi-content {
  padding: 30px 20px;
  box-shadow: 0px 0px 14px #eee;
  border-radius: 10px;
  text-align: center;
  position: relative;
  overflow: hidden;
  margin: 50px 0 0;
}
.mission-vision .mi-vi-content .icon {
  margin: 0 0px 15px 0;
  border-radius: 5px;
  background: #223f9a;
  padding: 10px;
  display: inline-block;
}
.mission-vision .mi-vi-content .icon img {
  width: 50px;
}
.mission-vision .mi-vi-content .content h5 {
  margin: 0 0px 10px 0;
  text-transform: uppercase;
  font-weight: 600;
}
.mission-vision .mi-vi-content .content p {
  font-size: 14px;
}
.mission-vision .mi-vi-content::before {
  content: "";
  width: 100px;
  height: 100px;
  background: #223f9a;
  position: absolute;
  left: -55px;
  top: -55px;
  transform: rotate(45deg);
}

.how-works {
  padding: 50px 0;
}
.how-works .sec-title {
  margin: 0 0 20px 0;
  text-align: center;
}
.how-works .sec-title hr {
  margin: 10px auto;
  height: 3px;
  opacity: 1;
}
.row_flex {
  display: block;
}

@media (min-width: 768px) {
  .row_flex {
    display: flex;
    gap: 15px;
    align-items: center;
    background: #ffffffba;
    padding: 0 0 0 30px;
    border-radius: 30px;
    box-shadow: 0px 0px 14px #d3cccc;
  }
  .row_flex .row_inner {
    width: 50%;
  }
}

.row_flex .row_inner img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.accordion_images {
  position: relative;
}

.accordion_images img {
  opacity: 0;
  transition: 0.3s;
  border-radius: 0 30px 30px 0;
}
.accordion_images img:not(:first-child) {
  position: absolute;
  left: 0;
  top: 0;
}
.accordion_images img.active {
  opacity: 1;
}
.accordion {
  width: 100%;
  margin-top: 10px;
  border-bottom: 1px solid #00a5b62e;
  padding: 0 0 10px 0;
}
.accordion_intro {
  position: relative;
  padding: 5px 0;
  cursor: pointer;
}
.accordion_content {
  color: #fff;
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  will-change: max-height;
  transition: all 0.25s ease-out;
  opacity: 0;
}
@media (min-width: 768px) {
  .accordion_content .accordion_image {
    display: none;
  }
}
.accordion h4,
.accordion p {
  margin: 0;
  line-height: 1;
}
.accordion h4 {
  color: #223f9a;
  font-size: 24px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.accordion p {
  font-size: 14px;
  margin: 0;
  line-height: 24px;
}
.accordion_active .accordion_content {
  padding: 0 10px 0px 50px;
  opacity: 1;
}
.accordion h4 span {
  background: #223f9a;
  padding: 5px;
  margin: 0 10px 0 0;
  color: #fff;
  width: 40px;
  text-align: center;
}
.accordion.accordion_active h4,
.accordion h4:hover {
  color: #7c9dd2;
}
.accordion.accordion_active span {
  background: #7c9dd2;
}

.team {
  background: #0824780a;
  padding: 50px 0;
}
.team .team-box {
  background: #fff;
  box-shadow: 0px 0px 14px #eee;
  padding: 15px;
  position: relative;
}
.team .team-box .team-img img {
  width: 100%;
}
.team .team-box .team-img {
  position: relative;
  overflow: hidden;
}
.team .team-box .team-details {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translate(0px, 142px);
  padding: 10px 20px 0;
  height: 48%;
  background: #08247885;
  z-index: 1;
  transition: all 0.5s ease;
}
.team .team-box .team-details h6 {
  font-weight: 600;
  font-size: 20px;
  padding: 1px 0 5px 0;
  color: #fff;
}
.team .team-box .team-details p {
  font-size: 13px;
  padding: 0 0 10px 0;
  color: #fff;
}
.team .team-box .team-details ul li {
  display: inline-block;
  padding: 0 5px;
}
.team .team-box .team-details ul li a {
  border: 1px solid #fff;
  width: 40px;
  display: flex;
  height: 40px;
  border-radius: 50px;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.team .team-box .team-details ul li a:hover {
  background: #082478;
  border-color: #082478;
}
.team .team-box .team-img::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: linear-gradient(rgb(0 0 0 / 0%), rgb(0 0 0 / 60%));
  top: 0;
  left: 0;
}
.team .team-box:hover .team-details {
  transform: translate(0px, 0px);
  padding: 50px 20px 20px 20px;
  background: transparent;
  background-image: linear-gradient(#5ba0d900, #08247885);
}

.contact-us {
  padding: 50px 0;
}
.reach-info {
  padding: 35px 15px;
  text-align: center;
  box-shadow: 0px 0px 14px #eee;
  border-radius: 10px;
  transition: all 0.5s ease;
}
.reach-info span {
  width: 60px;
  height: 60px;
  display: flex;
  margin: 0 auto 15px;
  align-items: center;
  justify-content: center;
  border: 1px dashed #082478;
  border-radius: 50px;
  color: #082478;
  font-size: 16px;
}
.reach-info:hover {
  box-shadow: 0px 0px 14px #08247836;
}
.contact-form {
  margin: 30px 0 0;
  padding: 50px;
  box-shadow: 0px 0px 14px #eee;
  border-radius: 15px;
}

.contact-form form .form-group label {
  font-size: 16px;
}
.contact-form form input,
.contact-right form textarea {
  border-radius: 0;
  border: 1px solid #eee;
  padding: 10px 10px;
  font-size: 14px;
  font-weight: 300;
}
.contact-form form .form-group {
  margin: 0 0 10px 0;
}
.contact-form form textarea {
  min-height: 150px;
}
.contact-form form .form-group.frm-btn {
  text-align: center;
}
.contact-form form .form-group.frm-btn button {
  font-size: 18px;
  margin: 10px 0 0 0;
}

.map iframe {
  height: 550px;
}

.page-product {
  padding: 50px 0;
}
.page-product .row {
  margin: 15px 0;
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}
.page-product .product-img img {
  width: 100%;
  background: #eee;
  background: #eee;
  height: 340px;
  object-fit: contain;
}
.page-product .product-info {
  display: flex;
  height: 100%;
  align-items: center;
}
.page-product .product-info ul.pro-sort-des {
  margin: 0 0 10px 0;
}
.page-product .product-info ul.pro-sort-des li {
  font-size: 16px;
  color: #040c24;
}
.page-product .product-info ul.pro-sort-des li strong {
  font-weight: 600;
}

.page-career {
  padding: 50px 0;
}
.page-career .right-img img {
  width: 100%;
  border-radius: 10px;
}
.page-career .align {
  display: flex;
  height: 100%;
  align-items: center;
}
.page-career .align a.btn-default {
  display: inline-block;
  margin: 20px 0 0 0;
}

.open-position {
  padding: 50px 0;
}
.open-position .left-img img {
  width: 100%;
  border-radius: 10px;
}

.open-position .accordion {
  border: none;
}
.open-position .accordion-item {
  margin: 0 0 5px 0;
  border: none;
}
.open-position .accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 10px 10px;
  transition: background 0.3s ease;
  background: #223f9a;
  color: #fff;
}
.open-position .accordion-header:hover {
  background: #7c9dd2;
}
.open-position .accordion-title {
  font-size: 16px;
  font-weight: 500;
}
.open-position .accordion-icon {
  transition: transform 0.3s ease;
}
.open-position .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  padding: 0 20px;
}
.open-position .accordion-content p {
  margin: 15px 0;
}
.open-position .accordion-item.active .accordion-content {
  max-height: 200px;
  background: #f9f9f9;
}
.open-position .accordion-item.active .accordion-icon {
  transform: rotate(90deg);
}

.open-position .content-box {
  display: flex;
  padding: 15px 15px;
  align-items: center;
  justify-content: space-between;
  background: #4d60e714;
  margin: 35px 0 0 0;
  border-radius: 10px;
}
.open-position .content-box p {
  font-size: 18px;
  font-weight: bold;
}

.page-stokes {padding: 50px 0;}
.page-stokes .stokes-details {margin: 20px 0 0; padding: 20px; display: flex; align-items: center; justify-content: space-between; box-shadow: 0px 0px 14px #eee;  border-radius: 10px;}

.page-stokes .modal {display: none; position: fixed; z-index: 10; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; background-color: rgba(0,0,0,0.6);}
.page-stokes .modal-content {background-color: #fff; margin: 10% auto;  padding: 0px; border-radius: 0px; width: 90%; position: relative;}
.page-stokes .close {color: #aaa; position: absolute; top: 0px; right: 10px; font-size: 24px; font-weight: bold; cursor: pointer;}
.page-stokes .modal-content table {width: 100%; margin: 0;}
.page-stokes .modal-content table tr th{ background: #223f9a; padding: 10px 5px; color: #fff;  border-right: 2px solid rgb(255, 255, 255);}
.page-stokes .modal-content table tr td {border: 1px solid #eee; padding: 5px; font-size: 14px; font-weight: 500;}
.page-stokes .modal-content table tr:nth-child(even) {background-color: #dddddd40;}


.whatsapp-icon {position: fixed; bottom: 40px; left: 20px; z-index: 999;}
.whatsapp-icon a {display: flex; align-items: center; background: #0dc152; border-radius: 50px; padding: 0 20px 0 0; font-size: 12px; color: #fff;}
.whatsapp-icon a i.fa {background: #079d41; padding: 10px; border-radius: 50px; color: #fff; font-size: 20px; margin: 0 5px 0 0;}


 /* Style for service images */
    .manufacturer #products .item-content .service-icon-img {
        width: 60px;
        height: 60px;
        object-fit: contain;
        margin-bottom: 15px;
        transition: all 0.3s ease;
        display: inline-block;
    }
    .manufacturer #products .item-content:hover .service-icon-img {
        transform: scale(1.1);
    }
    .manufacturer #products .item-content p {
        font-size: 13px;
        margin-top: 10px;
        line-height: 1.4;
        color: #555;
        margin-bottom: 15px;
    }
    /* Service button styling */
    .manufacturer #products .item-content .service-btn {
        display: inline-block;
        font-size: 12px;
        font-weight: 600;
        color: #223f9a;
        text-decoration: none;
        border-bottom: 2px solid #223f9a;
        padding-bottom: 2px;
        transition: all 0.3s ease;
        margin-top: 5px;
    }
    .manufacturer #products .item-content .service-btn:hover {
        color: #7c9dd2;
        border-bottom-color: #7c9dd2;
    }
    .manufacturer #products .item-content .service-btn i {
        font-size: 10px;
        margin-left: 4px;
        transition: transform 0.3s ease;
    }
    .manufacturer #products .item-content .service-btn:hover i {
        transform: translateX(3px);
    }
    .mt-4 {
        margin-top: 1.5rem;
    }
    @media (max-width: 767px) {
        .manufacturer #products .item-content .service-icon-img {
            width: 50px;
            height: 50px;
        }
    }

    /* Why choose section - icon styling and conclusion text */
.why-choose .choose-box .choose-icon {
    font-size: 48px;
    color: #223f9a;
    margin-bottom: 15px;
    display: inline-block;
    transition: all 0.3s ease;
}
.why-choose .choose-box:hover .choose-icon {
    transform: scale(1.05);
    color: #7c9dd2;
}
.why-choose-conclusion {
    font-size: 16px;
    font-weight: 500;
    color: #223f9a;
}
@media (max-width: 767px) {
    .why-choose .choose-box .choose-icon {
        font-size: 40px;
    }
}


/* Redesigned benefits section */
.benefits.redesigned {
    background: #f8f9ff;
    padding: 60px 0;
}
.benefits.redesigned .benefits-image {
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 35px -10px rgba(0,0,0,0.1);
}
.benefits.redesigned .benefits-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.benefits.redesigned .benefits-image:hover img {
    transform: scale(1.02);
}
.benefits.redesigned .benefits-content {
    padding: 0 20px;
}
.benefits.redesigned .sec-title {
    color: #082478;
    font-size: 32px;
    margin-bottom: 10px;
    text-align: left;
}
.benefits.redesigned .lead {
    font-size: 18px;
    font-weight: 500;
    color: #223f9a;
    margin: 15px 0;
}
.benefits.redesigned .process-header {
    margin: 30px 0 20px;
}
.benefits.redesigned .process-header h3 {
    font-size: 24px;
    color: #082478;
    margin-bottom: 5px;
}
.benefits.redesigned .process-header h4 {
    font-size: 18px;
    color: #7c9dd2;
    font-weight: 500;
}
.benefits.redesigned .process-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin: 25px 0;
}
.benefits.redesigned .process-step {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #fff;
    padding: 12px 15px;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.03);
    transition: all 0.3s ease;
    border: 1px solid #eef2ff;
}
.benefits.redesigned .process-step:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(34,63,154,0.1);
    border-color: #223f9a;
}
.benefits.redesigned .step-number {
    width: 36px;
    height: 36px;
    background: #223f9a;
    color: #fff;
    font-weight: bold;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}
.benefits.redesigned .step-text {
    font-size: 15px;
    font-weight: 500;
    color: #082478;
}
.benefits.redesigned .process-description {
    margin: 20px 0 30px;
    font-size: 15px;
    line-height: 1.6;
}
.benefits.redesigned .contact-block {
    display: inline-flex;
    align-items: center;
    background: #fff;
    padding: 15px 25px;
    border-radius: 60px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.05);
    gap: 15px;
    margin-top: 20px;
}
.benefits.redesigned .contact-icon {
    background: #223f9a;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.benefits.redesigned .contact-icon i {
    font-size: 24px;
    color: #fff;
}
.benefits.redesigned .contact-details p {
    margin: 0;
    font-size: 14px;
    color: #7c9dd2;
}
.benefits.redesigned .contact-details h4 {
    margin: 0;
    font-size: 22px;
}
.benefits.redesigned .contact-details h4 a {
    color: #223f9a;
    text-decoration: none;
}
.benefits.redesigned .contact-details h4 a:hover {
    color: #7c9dd2;
}
@media (max-width: 991px) {
    .benefits.redesigned .benefits-content {
        padding: 40px 0 0;
    }
    .benefits.redesigned .process-grid {
        gap: 12px;
    }
}
@media (max-width: 767px) {
    .benefits.redesigned .process-grid {
        grid-template-columns: 1fr;
    }
    .benefits.redesigned .sec-title {
        font-size: 26px;
    }
    .benefits.redesigned .lead {
        font-size: 16px;
    }
}

/* Trusted Company Section */
.trusted-company {
    padding: 80px 0;
    background: #f8faff;
}
.trusted-company .trusted-badge {
    display: inline-block;
    background: #e6edff;
    color: #223f9a;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 16px;
    border-radius: 30px;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}
.trusted-company .trusted-title {
    font-size: 38px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 20px;
    line-height: 1.2;
}
.trusted-company .trusted-divider {
    width: 70px;
    height: 3px;
    background: #223f9a;
    margin-bottom: 25px;
}
.trusted-company .trusted-text {
    font-size: 16px;
    line-height: 1.6;
    color: #444;
    margin-bottom: 20px;
}
.trusted-company .trusted-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #000000;
    color: #fff;
    padding: 12px 30px;
    border-radius: 40px;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-top: 10px;
}
.trusted-company .trusted-btn:hover {
    background: #7c9dd2;
    transform: translateY(-2px);
}
.trusted-company .trusted-btn i {
    font-size: 14px;
    transition: transform 0.3s ease;
}
.trusted-company .trusted-btn:hover i {
    transform: translateX(5px);
}
.trusted-company .trusted-image {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 35px -10px rgba(0,0,0,0.1);
}
.trusted-company .trusted-image img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;
}
.trusted-company .trusted-image:hover img {
    transform: scale(1.02);
}
@media (max-width: 991px) {
    .trusted-company .trusted-content {
        margin-bottom: 40px;
        text-align: center;
    }
    .trusted-company .trusted-divider {
        margin-left: auto;
        margin-right: auto;
    }
    .trusted-company .trusted-title {
        font-size: 32px;
    }
}


mobile-contact-box {
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: space-between;
    opacity: 1;
  }
  .mobile-contact-box a.item {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    padding: 15px 10px;
    color: #fff;
    font-size: 16px;
  }
  .mobile-contact-box a.item.whatsapp {
    background: #0c992a;
  }
  .mobile-contact-box a.item.call {
    background: #12bfa6;
  }
  .mobile-contact-box a.item.location {
    background: #ebb211;
  }

  /* Mobile contact bar – visible only on devices up to 991px */
.mobile-contact-box {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: transparent;
    opacity: 1;
}
.mobile-contact-box a.item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 15px 10px;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.3s ease;
}
.mobile-contact-box a.item.whatsapp {
    background: #0c992a;
}
.mobile-contact-box a.item.call {
    background: #12bfa6;
}
.mobile-contact-box a.item.location {
    background: #ebb211;
}
.mobile-contact-box a.item i {
    font-size: 20px;
    margin-right: 5px;
}
/* Hide on desktop (≥992px) */
@media (min-width: 992px) {
    .mobile-contact-box {
        display: none !important;
    }
}
/* Show on mobile/tablet (≤991px) – already shown by default, but ensure it’s not hidden elsewhere */
@media (max-width: 991px) {
    .mobile-contact-box {
        display: flex;
    }
}

.story-modern {
        padding: 60px 0;
        background: #ffffff;
    }
    .story-icon-box {
        text-align: center;
        padding: 30px;
        background: #f8faff;
        border-radius: 30px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.05);
        min-height: 300px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .story-icon-box i {
        font-size: 120px;
        color: #223f9a;
        opacity: 0.8;
    }
    .story-text p {
        margin-bottom: 20px;
        font-size: 15px;
        line-height: 1.6;
    }
    .story-highlight {
        background: #fef5e8;
        padding: 20px 25px;
        border-left: 4px solid #ff7200;
        margin: 25px 0;
        font-size: 16px;
        font-weight: 500;
        color: #223f9a;
        border-radius: 12px;
    }
    .story-highlight i {
        margin-right: 8px;
        color: #ff7200;
    }
    .pillars-row {
        margin-top: 50px;
    }
    .pillars-row .choose-box {
        text-align: center;
        padding: 25px 15px;
        margin-bottom: 0;
        height: 100%;
        transition: transform 0.3s;
    }
    .pillars-row .choose-box:hover {
        transform: translateY(-5px);
    }
    .pillars-row .choose-box i {
        font-size: 48px;
        color: #223f9a;
        margin-bottom: 15px;
        display: inline-block;
    }
    @media (max-width: 767px) {
        .story-icon-box i {
            font-size: 80px;
        }
        .pillars-row .choose-box {
            margin-bottom: 20px;
        }
    }


    /* ----- New Content Section Styles (responsive) ----- */
.new-content-section {
    background: linear-gradient(135deg, #faf9f5 0%, #f5f3ed 100%);
    padding: 80px 0;
}

.new-content-card {
    background: #ffffff;
    border-radius: 28px;
    padding: 2.5rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05), 0 5px 12px rgba(0, 0, 0, 0.03);
    border: 1px solid #eae6dd;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.new-content-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.08);
}

.new-content-card h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #2c5a2e;
    margin-bottom: 1.5rem;
    position: relative;
    display: inline-block;
    letter-spacing: -0.2px;
}

.new-content-card h2:after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: #d4a017;
    margin-top: 10px;
    border-radius: 3px;
}

.new-content-card p {
    font-size: 1.05rem;
    line-height: 1.6;
    color: #4a5b3e;
    margin-bottom: 1.2rem;
}

.btn-protect {
    display: inline-block;
    background: #d4a017;
    color: #fff;
    font-weight: 600;
    padding: 12px 32px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
    font-size: 1rem;
    letter-spacing: 0.3px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.btn-protect:hover {
    background: #b57c1c;
    color: #fff;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .new-content-section {
        padding: 60px 0;
    }
    .new-content-card {
        padding: 2rem;
    }
    .new-content-card h2 {
        font-size: 1.8rem;
    }
    .new-content-card p {
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .new-content-section {
        padding: 50px 0;
    }
    .new-content-card {
        padding: 1.8rem;
        border-radius: 24px;
    }
    .new-content-card h2 {
        font-size: 1.6rem;
    }
    .btn-protect {
        padding: 10px 24px;
        font-size: 0.95rem;
    }
}

/* Common card styles – matches earlier new-content-section */
.card-section {
    padding: 70px 0;
}
.card-section.bg-light {
    background: #faf9f5;
}
.unified-card {
    background: #ffffff;
    border-radius: 28px;
    padding: 2.5rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05), 0 5px 12px rgba(0, 0, 0, 0.03);
    border: 1px solid #eae6dd;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}
.unified-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.08);
}
.unified-card h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #2c5a2e;
    margin-bottom: 1.5rem;
    position: relative;
}
.unified-card h2:after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: #d4a017;
    margin-top: 10px;
    border-radius: 3px;
}
.unified-card h3 {
    font-size: 1.6rem;
    font-weight: 700;
    color: #d4a017;
    margin-bottom: 1rem;
}
.unified-card p {
    font-size: 1rem;
    line-height: 1.6;
    color: #4a5b3e;
    margin-bottom: 1.2rem;
}
.sign-list-modern {
    list-style: none;
    padding: 0;
    margin: 1rem 0 0;
}
.sign-list-modern li {
    padding: 0.9rem 0;
    border-bottom: 1px solid #ece8df;
    display: flex;
    align-items: flex-start;
    gap: 14px;
}
.sign-list-modern li i {
    color: #d4a017;
    font-size: 1.2rem;
    margin-top: 0.2rem;
    flex-shrink: 0;
}
.sign-list-modern li strong {
    color: #2c5a2e;
}
.feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.8rem;
    margin-top: 1rem;
}
.feature-item {
    background: #fff;
    border-radius: 20px;
    padding: 1.5rem;
    text-align: center;
    transition: 0.3s;
    border: 1px solid #ece8df;
}
.feature-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.05);
}
.feature-icon {
    font-size: 2.5rem;
    color: #d4a017;
    margin-bottom: 1rem;
}
.feature-item h4 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #2c5a2e;
    margin-bottom: 0.5rem;
}
.feature-item p {
    font-size: 0.9rem;
    color: #5f6b52;
    line-height: 1.5;
}
.cta-card {
    background: linear-gradient(135deg, #2c5a2e 0%, #1e3a20 100%);
    color: #fff;
    text-align: center;
    border-radius: 28px;
    padding: 3rem 2rem;
}
.cta-card h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #fff;
}
.cta-card h2:after {
    background: #d4a017;
    margin-left: auto;
    margin-right: auto;
}
.cta-card p {
    font-size: 1.1rem;
    max-width: 700px;
    margin: 0 auto 1.8rem;
    opacity: 0.9;
    color: #fff;
}
.btn-gold {
    display: inline-block;
    background: #d4a017;
    color: #fff;
    font-weight: 600;
    padding: 12px 36px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s;
    font-size: 1rem;
}
.btn-gold:hover {
    background: #b87c1a;
    color: #fff;
    transform: translateY(-2px);
    text-decoration: none;
}
@media (max-width: 768px) {
    .card-section {
        padding: 50px 0;
    }
    .unified-card {
        padding: 1.8rem;
    }
    .unified-card h2 {
        font-size: 1.6rem;
    }
    .cta-card {
        padding: 2rem 1.5rem;
    }
    .cta-card h2 {
        font-size: 1.6rem;
    }
}

        /* Styles – identical to termite/cockroach pages */
        .card-section {
            padding: 70px 0;
        }
        .card-section.bg-light {
            background: #faf9f5;
        }
        .unified-card {
            background: #ffffff;
            border-radius: 28px;
            padding: 2.5rem;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05), 0 5px 12px rgba(0, 0, 0, 0.03);
            border: 1px solid #eae6dd;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            height: 100%;
        }
        .unified-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 30px 50px rgba(0, 0, 0, 0.08);
        }
        .unified-card h2 {
            font-size: 2rem;
            font-weight: 700;
            color: #2c5a2e;
            margin-bottom: 1.5rem;
            position: relative;
        }
        .unified-card h2:after {
            content: '';
            display: block;
            width: 60px;
            height: 3px;
            background: #d4a017;
            margin-top: 10px;
            border-radius: 3px;
        }
        .unified-card h3 {
            font-size: 1.6rem;
            font-weight: 700;
            color: #d4a017;
            margin-bottom: 1rem;
        }
        .unified-card p {
            font-size: 1rem;
            line-height: 1.6;
            color: #4a5b3e;
            margin-bottom: 1.2rem;
        }
        .info-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 1.5rem;
            margin-top: 1rem;
        }
        .info-item {
            background: #fff;
            border-radius: 20px;
            padding: 1.2rem;
            border: 1px solid #ece8df;
            transition: 0.3s;
        }
        .info-item i {
            font-size: 2rem;
            color: #d4a017;
            margin-bottom: 0.8rem;
        }
        .info-item h4 {
            font-size: 1.2rem;
            font-weight: 700;
            color: #2c5a2e;
            margin-bottom: 0.5rem;
        }
        .info-item p {
            margin-bottom: 0;
        }
        .steps-list {
            list-style: none;
            padding: 0;
            margin: 1rem 0 0;
        }
        .steps-list li {
            padding: 0.9rem 0;
            border-bottom: 1px solid #ece8df;
            display: flex;
            align-items: flex-start;
            gap: 14px;
        }
        .steps-list li i {
            color: #d4a017;
            font-size: 1.2rem;
            margin-top: 0.2rem;
            flex-shrink: 0;
        }
        .steps-list li strong {
            color: #2c5a2e;
        }
        .hideout-list {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
            gap: 1rem;
            margin-top: 1rem;
        }
        .hideout-list span {
            background: #f5f2ea;
            padding: 0.6rem 1rem;
            border-radius: 40px;
            text-align: center;
            font-weight: 500;
            color: #2c5a2e;
        }
        .feature-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
            gap: 1.8rem;
            margin-top: 1rem;
        }
        .feature-item {
            background: #fff;
            border-radius: 20px;
            padding: 1.5rem;
            text-align: center;
            transition: 0.3s;
            border: 1px solid #ece8df;
        }
        .feature-item:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 30px rgba(0,0,0,0.05);
        }
        .feature-icon {
            font-size: 2.5rem;
            color: #d4a017;
            margin-bottom: 1rem;
        }
        .feature-item h4 {
            font-size: 1.25rem;
            font-weight: 700;
            color: #2c5a2e;
            margin-bottom: 0.5rem;
        }
        .feature-item p {
            font-size: 0.9rem;
            color: #5f6b52;
            line-height: 1.5;
        }
        .cta-card {
            background: linear-gradient(135deg, #2c5a2e 0%, #1e3a20 100%);
            color: #fff;
            text-align: center;
            border-radius: 28px;
            padding: 3rem 2rem;
        }
        .cta-card h2 {
            font-size: 2rem;
            font-weight: 700;
            margin-bottom: 1rem;
            color: #fff;
        }
        .cta-card h2:after {
            background: #d4a017;
            margin-left: auto;
            margin-right: auto;
        }
        .cta-card p {
            font-size: 1.1rem;
            max-width: 700px;
            margin: 0 auto 1.8rem;
            opacity: 0.9;
        }
        .btn-gold {
            display: inline-block;
            background: #d4a017;
            color: #fff;
            font-weight: 600;
            padding: 12px 36px;
            border-radius: 50px;
            text-decoration: none;
            transition: all 0.3s;
            font-size: 1rem;
        }
        .btn-gold:hover {
            background: #b87c1a;
            color: #fff;
            transform: translateY(-2px);
            text-decoration: none;
        }
        .faq-item {
            margin-bottom: 1.5rem;
        }
        .faq-question {
            font-weight: 700;
            font-size: 1.1rem;
            color: #2c5a2e;
            margin-bottom: 0.5rem;
        }
        .faq-answer {
            color: #5f6b52;
            line-height: 1.5;
        }
        @media (max-width: 768px) {
            .card-section {
                padding: 50px 0;
            }
            .unified-card {
                padding: 1.8rem;
            }
            .unified-card h2 {
                font-size: 1.6rem;
            }
            .cta-card {
                padding: 2rem 1.5rem;
            }
            .cta-card h2 {
                font-size: 1.6rem;
            }
        }

         /* Additional styles for client logos grid */
        .clientele-section {
            padding: 70px 0;
        }
        .clientele-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
            gap: 30px;
            margin-top: 40px;
        }
        .client-logo-item {
            background: #fff;
            border-radius: 16px;
            padding: 25px 15px;
            text-align: center;
            transition: all 0.3s ease;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
            border: 1px solid #ece8df;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .client-logo-item:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 30px rgba(0,0,0,0.1);
        }
        .client-logo-item img {
            max-width: 100%;
            max-height: 100px;
            object-fit: contain;
            filter: grayscale(0%);
            transition: filter 0.3s ease;
        }
        .client-logo-item:hover img {
            filter: grayscale(0%);
        }
        @media (max-width: 768px) {
            .clientele-grid {
                grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
                gap: 20px;
            }
            .client-logo-item {
                padding: 20px 10px;
            }
        }


        /* ========== Technical Consultant Section ========== */
.technical-consultant {
    padding: 80px 0;
    background: linear-gradient(135deg, #ffffff 0%, #f9faff 100%);
    position: relative;
    overflow: hidden;
}
.technical-consultant .consultant-image {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    transition: transform 0.4s ease;
}
.technical-consultant .consultant-image:hover {
    transform: translateY(-8px);
}
.technical-consultant .consultant-image img {
    width: 100%;
    height: auto;
    display: block;
}
.technical-consultant .exp-badge {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: #223f9a;
    color: #fff;
    font-weight: bold;
    padding: 8px 20px;
    border-radius: 40px;
    font-size: 14px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    letter-spacing: 0.5px;
}
.technical-consultant .consultant-content {
    padding-left: 30px;
}
.technical-consultant .consultant-content h2 {
    font-size: 42px;
    font-weight: 700;
    color: #082478;
    margin: 0 0 5px 0;
}
.technical-consultant .consultant-content h4 {
    font-size: 22px;
    font-weight: 500;
    color: #7c9dd2;
    margin-bottom: 20px;
}
.technical-consultant .consultant-hr {
    width: 70px;
    height: 3px;
    background: #ff7200;
    margin: 15px 0 20px 0;
}
.technical-consultant .consultant-content p {
    margin-bottom: 18px;
    line-height: 1.6;
    color: #333;
}
.technical-consultant .consultant-stats {
    display: flex;
    gap: 25px;
    margin: 25px 0 30px;
    flex-wrap: wrap;
}
.technical-consultant .stat-item {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    padding: 6px 18px;
    border-radius: 40px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    border: 1px solid #eef2ff;
}
.technical-consultant .stat-item i {
    font-size: 18px;
    color: #223f9a;
}
.technical-consultant .stat-item span {
    font-size: 14px;
    font-weight: 500;
    color: #082478;
}
.btn-consultant {
    display: inline-block;
    background: #223f9a;
    color: #fff;
    padding: 12px 32px;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s ease;
    border: none;
    text-decoration: none;
}
.btn-consultant i {
    margin-left: 8px;
    font-size: 14px;
    transition: transform 0.3s ease;
}
.btn-consultant:hover {
    background: #7c9dd2;
    color: #fff;
    transform: translateY(-2px);
}
.btn-consultant:hover i {
    transform: translateX(5px);
}

/* Responsive */
@media (max-width: 991px) {
    .technical-consultant {
        padding: 60px 0;
    }
    .technical-consultant .consultant-content {
        padding-left: 0;
        margin-top: 30px;
        text-align: center;
    }
    .technical-consultant .consultant-hr {
        margin-left: auto;
        margin-right: auto;
    }
    .technical-consultant .consultant-stats {
        justify-content: center;
    }
    .technical-consultant .consultant-content h2 {
        font-size: 36px;
    }
}
@media (max-width: 767px) {
    .technical-consultant .consultant-stats {
        gap: 15px;
    }
    .technical-consultant .stat-item {
        padding: 4px 14px;
    }
    .btn-consultant {
        padding: 10px 24px;
    }
}

/* Prevent hover on mobile dropdowns */
.menu li.dropdown.mobile-dropdown:hover .dropdown-menu {
    display: none;
}
.menu li.dropdown.mobile-dropdown.show .dropdown-menu {
    display: block;
}

@media (max-width: 990px) {
    .dropdown-toggle-mobile {
        display: inline-block;
        background: none;
        border: none;
        padding: 5px 10px;
        position: absolute;
        right: 10px;
        top: 5px;
    }
    .dropdown-toggle-mobile i {
        font-size: 18px;
        color: #223f9a;
    }
}

@media (min-width: 991px) {
    .dropdown-toggle-mobile {
        display: none;
    }
}

@media (min-width: 991px) {
    .dropdown-toggle-mobile {
        display: none;
    }
}

@media (max-width: 990px) {
    .header-menu .navbar .navbar-collapse {
        overflow-y: auto;
        overflow-x: visible;
    }
}
@media (max-width: 990px) {
    .header-menu .navbar .navbar-collapse {
        overflow-y: auto;
        overflow-x: visible;
    }
}


/* Additional inline styles for error/thankyou pages */
        .error-card, .thankyou-card {
            background: #fff;
            border-radius: 24px;
            padding: 50px 30px;
            text-align: center;
            box-shadow: 0 20px 40px rgba(0,0,0,0.05);
            border: 1px solid #eef2ff;
            margin: 30px 0;
        }
        .error-code {
            font-size: 120px;
            font-weight: 800;
            color: #223f9a;
            line-height: 1;
            margin: 20px 0;
            text-shadow: 4px 4px 12px rgba(34,63,154,0.1);
        }
        .error-icon {
            font-size: 70px;
            color: #ff7200;
            margin-bottom: 15px;
        }
        .thankyou-icon {
            font-size: 70px;
            color: #28a745;
            margin-bottom: 15px;
        }
        .btn-group-404 {
            display: flex;
            gap: 15px;
            justify-content: center;
            flex-wrap: wrap;
            margin-top: 25px;
        }
        .help-links {
            margin-top: 30px;
            padding-top: 20px;
            border-top: 1px solid #eef2ff;
        }
        .help-links a {
            margin: 0 12px;
            color: #223f9a;
            font-weight: 500;
            text-decoration: none;
        }
        .help-links a:hover {
            color: #7c9dd2;
        }
        @media (max-width: 768px) {
            .error-code { font-size: 80px; }
            .error-card, .thankyou-card { padding: 35px 20px; }
        }

        .thankyou-card {
            background: #fff;
            border-radius: 24px;
            padding: 50px 30px;
            text-align: center;
            box-shadow: 0 20px 40px rgba(0,0,0,0.05);
            border: 1px solid #eef2ff;
            margin: 30px 0;
        }
        .thankyou-icon {
            font-size: 80px;
            color: #28a745;
            margin-bottom: 20px;
        }
        .thankyou-card h2 {
            color: #082478;
            margin-bottom: 15px;
        }
        .thankyou-card .lead {
            font-size: 18px;
            color: #223f9a;
            font-weight: 500;
        }
        .contact-info-box {
            background: #f8faff;
            border-radius: 20px;
            padding: 20px;
            margin-top: 30px;
        }
        .btn-group-thanks {
            display: flex;
            gap: 15px;
            justify-content: center;
            flex-wrap: wrap;
            margin: 25px 0 10px;
        }
        @media (max-width: 768px) {
            .thankyou-card { padding: 35px 20px; }
            .thankyou-icon { font-size: 60px; }
        }

        /* Enquiry form section styling */
.enquiry-form-section {
    padding: 60px 0;
    background: #f8faff;
}

.enquiry-form-section .contact-form.enquiry-form {
    background: #fff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
    border-radius: 24px;
    padding: 40px 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.enquiry-form-section .contact-form.enquiry-form:hover {
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.08);
}

.enquiry-form-section .mb-4 {
    margin-bottom: 1.5rem;
}

/* Responsive adjustments */
@media (max-width: 767px) {
    .enquiry-form-section .contact-form.enquiry-form {
        padding: 25px 20px;
    }
}


.enquiry-form-section {
    padding: 60px 0;
    background: #f8faff;
}
.enquiry-form-section .contact-form.enquiry-form {
    background: #fff;
    box-shadow: 0 20px 40px rgba(0,0,0,0.05);
    border-radius: 24px;
    padding: 40px 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.enquiry-form-section .contact-form.enquiry-form:hover {
    box-shadow: 0 30px 50px rgba(0,0,0,0.08);
}
.enquiry-form-section .mb-4 {
    margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
    .enquiry-form-section .contact-form.enquiry-form {
        padding: 25px 20px;
    }
}

/* ===== SEO CONTENT REDESIGN ===== */
.redesigned-seo {
  padding: 70px 0;
  background: #f8faff;
}

.seo-title {
  font-size: 32px;
  margin-bottom: 15px;
  color: #082478;
}

.seo-text {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 15px;
  color: #333;
}

.seo-btn {
  display: inline-block;
  background: #223f9a;
  color: #fff;
  padding: 12px 25px;
  border-radius: 30px;
  font-weight: 600;
  margin-top: 10px;
  transition: 0.3s;
}

.seo-btn:hover {
  background: #7c9dd2;
  color: #fff;
}

/* SERVICE BOX */
.seo-service-box {
  background: #fff;
  padding: 25px;
  border-radius: 15px;
  box-shadow: 0px 10px 25px rgba(0,0,0,0.05);
}

.seo-service-box h3 {
  margin-bottom: 15px;
  font-size: 22px;
  color: #082478;
}

.seo-service-box ul li {
  margin-bottom: 10px;
}

.seo-service-box ul li a {
  color: #223f9a;
  font-weight: 500;
  transition: 0.3s;
}

.seo-service-box ul li a:hover {
  color: #7c9dd2;
}

/* MOBILE */
@media (max-width: 767px) {
  .seo-title {
    font-size: 24px;
    text-align: center;
  }

  .seo-text {
    text-align: center;
  }

  .seo-btn {
    display: block;
    text-align: center;
    margin: 15px auto;
  }

  .seo-service-box {
    margin-top: 20px;
  }
}


/* ===== RESPONSIVE SEO SECTION ===== */
.responsive-seo {
  padding: 70px 0;
  background: #f8faff;
}

.seo-box {
  max-width: 900px;
  margin: auto;
  text-align: center;
  background: #fff;
  padding: 40px 30px;
  border-radius: 20px;
  box-shadow: 0px 10px 30px rgba(0,0,0,0.05);
}

.seo-heading {
  font-size: 34px;
  color: #082478;
  margin-bottom: 10px;
}

.seo-divider {
  width: 70px;
  height: 3px;
  background: #223f9a;
  margin: 15px auto 25px;
}

.seo-box p {
  font-size: 15px;
  line-height: 1.7;
  color: #444;
  margin-bottom: 15px;
}

.seo-highlight {
  font-weight: 600;
  color: #223f9a;
}

.seo-cta {
  display: inline-block;
  margin-top: 15px;
  background: #223f9a;
  color: #fff;
  padding: 12px 28px;
  border-radius: 40px;
  font-weight: 600;
  transition: 0.3s;
}

.seo-cta:hover {
  background: #7c9dd2;
  color: #fff;
}

/* ===== TABLET ===== */
@media (max-width: 991px) {
  .seo-heading {
    font-size: 28px;
  }

  .seo-box {
    padding: 30px 20px;
  }
}

/* ===== MOBILE ===== */
@media (max-width: 767px) {
  .responsive-seo {
    padding: 50px 0;
  }

  .seo-heading {
    font-size: 22px;
  }

  .seo-box p {
    font-size: 14px;
  }

  .seo-cta {
    display: block;
    width: 100%;
    text-align: center;
  }
}


/* ===== SEO RESPONSIVE SECTION ===== */
.responsive-seo-block {
  padding: 70px 0;
  background: #f8faff;
}

.seo-card {
  max-width: 850px;
  margin: auto;
  text-align: center;
  background: #ffffff;
  padding: 45px 35px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

/* TITLE */
.seo-title {
  font-size: 34px;
  font-weight: 600;
  color: #082478;
  margin-bottom: 10px;
}

/* LINE */
.seo-line {
  width: 60px;
  height: 3px;
  background: #223f9a;
  margin: 15px auto 25px;
  border-radius: 2px;
}

/* TEXT */
.seo-text {
  font-size: 15px;
  line-height: 1.7;
  color: #444;
  margin-bottom: 15px;
}

/* BUTTON */
.seo-btn {
  display: inline-block;
  margin-top: 15px;
  padding: 12px 28px;
  background: #223f9a;
  color: #fff;
  border-radius: 40px;
  font-weight: 600;
  transition: 0.3s;
}

.seo-btn:hover {
  background: #7c9dd2;
  color: #fff;
}

/* ===== TABLET ===== */
@media (max-width: 991px) {
  .seo-title {
    font-size: 28px;
  }

  .seo-card {
    padding: 35px 25px;
  }
}

/* ===== MOBILE ===== */
@media (max-width: 767px) {
  .responsive-seo-block {
    padding: 50px 0;
  }

  .seo-title {
    font-size: 22px;
  }

  .seo-text {
    font-size: 14px;
  }

  .seo-btn {
    display: block;
    width: 100%;
    text-align: center;
  }
}

/* Additional utility classes without inline style attributes — these are not "inline CSS" but a style block (allowed) */
        .text-center-mobile { text-align: left; }
        @media (max-width: 767px) {
            .text-center-mobile { text-align: center; }
            .mobile-stack .info-grid { grid-template-columns: 1fr; }
        }
        .service-links-list { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 20px; }
        .service-links-list li { background: #f0f4ff; padding: 6px 15px; border-radius: 40px; }
        .service-links-list li a { color: #223f9a; font-weight: 500; }
        .service-links-list li a:hover { color: #7c9dd2; }


        .security-details {
    padding: 70px 0;
    background: #ffffff;
}
.security-details .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.security-details .section-title {
    font-size: 36px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 15px;
    letter-spacing: -0.5px;
}
.security-details .title-divider {
    width: 80px;
    height: 4px;
    background: #c79a2e;
    margin: 15px 0 30px 0;
    border-radius: 2px;
}
.security-details .intro-text {
    font-size: 16px;
    line-height: 1.7;
    color: #2d3a4b;
    margin-bottom: 20px;
}
/* Service grid – image top, content bottom */
.security-details .service-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
    margin: 30px 0 50px;
}
.security-details .service-card {
    background: #f8faff;
    border-radius: 24px;
    transition: all 0.3s ease;
    border: 1px solid #eef2ff;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    height: 100%;
}
.security-details .service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(15, 43, 109, 0.1);
    border-color: #c79a2e;
}
.security-details .service-card-img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    display: block;
}
.security-details .service-card-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.security-details .service-card-content h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #000000;
}
.security-details .service-card-content p {
    font-size: 14px;
    line-height: 1.5;
    color: #475569;
    margin: 0 0 18px 0;
}
.security-details .service-btn {
    display: inline-block;
    padding: 8px 20px;
    background: transparent;
    border: 2px solid #c79a2e;
    color: #c79a2e;
    border-radius: 40px;
    font-weight: 600;
    font-size: 13px;
    text-decoration: none;
    transition: all 0.3s ease;
    align-self: flex-start;
    margin-top: auto;
}
.security-details .service-btn i {
    margin-left: 6px;
    font-size: 11px;
    transition: transform 0.2s;
}
.security-details .service-btn:hover {
    background: #c79a2e;
    color: #fff;
}
.security-details .service-btn:hover i {
    transform: translateX(4px);
}
/* Feature list (why top company) */
.security-details .feature-list {
    list-style: none;
    margin: 20px 0 25px;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 14px;
}
.security-details .feature-list li {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 16px;
    color: #1e293b;
    background: #fefef7;
    padding: 12px 18px;
    border-radius: 60px;
    border: 1px solid #e9edf2;
}
.security-details .feature-list li i {
    color: #c79a2e;
    font-size: 20px;
    width: 28px;
}
.security-details .closing-highlight {
    font-size: 18px;
    font-weight: 600;
    color: #0f2b6d;
    background: #fef7e0;
    display: inline-block;
    padding: 12px 28px;
    border-radius: 40px;
    margin-top: 20px;
}
/* Responsive */
@media (max-width: 768px) {
    .security-details {
        padding: 50px 0;
    }
    .security-details .section-title {
        font-size: 28px;
    }
    .security-details .service-card-content {
        text-align: center;
    }
    .security-details .service-btn {
        align-self: center;
    }
    .security-details .feature-list {
        grid-template-columns: 1fr;
    }
    .security-details .closing-highlight {
        font-size: 16px;
        padding: 10px 20px;
    }
}
@media (max-width: 480px) {
    .security-details .section-title {
        font-size: 24px;
    }
    .security-details .intro-text,
    .security-details .feature-list li {
        font-size: 14px;
    }
    .security-details .service-card-content h3 {
        font-size: 20px;
    }
}
/* ========== HIRE / AREAS / GET IN TOUCH STYLES ========== */
.hire-areas-contact {
    padding: 70px 0;
    background: linear-gradient(135deg, #f8faff 0%, #ffffff 100%);
}
.hire-areas-contact .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.hire-areas-contact .section-title {
    font-size: 36px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 15px;
    letter-spacing: -0.5px;
}
.hire-areas-contact .title-divider {
    width: 80px;
    height: 4px;
    background: #c79a2e;
    margin: 15px 0 30px 0;
    border-radius: 2px;
}
.hire-areas-contact .intro-text {
    font-size: 16px;
    line-height: 1.7;
    color: #2d3a4b;
    margin-bottom: 20px;
}
/* CTA buttons */
.hire-cta {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin: 30px 0 20px;
}
.btn-call, .btn-wa {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 28px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}
.btn-call {
    background: #000000;
    color: #fff;
}
.btn-call:hover {
    background: #c79a2e;
    transform: translateY(-2px);
}
.btn-wa {
    background: #25D366;
    color: #fff;
}
.btn-wa:hover {
    background: #128C7E;
    transform: translateY(-2px);
}
/* Areas served grid */
.areas-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 25px 0 20px;
}
.area-tag {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 40px;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 500;
    color: #0f2b6d;
    transition: all 0.2s;
}
.area-tag i {
    color: #c79a2e;
    margin-right: 6px;
}
.area-tag:hover {
    background: #000000;
    color: #fff;
    border-color: #ffffff;
}
.area-tag:hover i {
    color: #fff;
}
/* Get in Touch card */
.getintouch-section {
    margin-top: 50px;
}
.getintouch-card {
    background: #000000;
    border-radius: 40px;
    padding: 50px 40px;
    text-align: center;
    color: #fff;
    box-shadow: 0 25px 40px -12px rgba(15,43,109,0.3);
}
.getintouch-card i.fa-shield {
    font-size: 64px;
    color: #c79a2e;
    margin-bottom: 20px;
}
.getintouch-card h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
}
.getintouch-card p {
    font-size: 16px;
    line-height: 1.6;
    color: #eef2ff;
    margin-bottom: 20px;
}
.getintouch-card .contact-details {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    margin: 25px 0 30px;
}
.getintouch-card .contact-details div {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
}
.getintouch-card .contact-details a {
    color: #fff;
    text-decoration: none;
}
.getintouch-card .contact-details a:hover {
    color: #c79a2e;
}
.getintouch-card .btn-primary {
    background: #c79a2e;
    color: #0f2b6d;
    padding: 14px 32px;
    border-radius: 50px;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    transition: 0.3s;
}
.getintouch-card .btn-primary:hover {
    background: #fff;
    color: #0f2b6d;
    transform: translateY(-2px);
}
/* Responsive */
@media (max-width: 768px) {
    .hire-areas-contact {
        padding: 50px 0;
    }
    .hire-areas-contact .section-title {
        font-size: 28px;
    }
    .hire-cta {
        justify-content: center;
    }
    .getintouch-card {
        padding: 35px 25px;
    }
    .getintouch-card h2 {
        font-size: 26px;
    }
    .getintouch-card .contact-details {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
}
@media (max-width: 480px) {
    .hire-areas-contact .section-title {
        font-size: 24px;
    }
    .area-tag {
        font-size: 12px;
        padding: 6px 14px;
    }
}

/* ========== CALCUTTA SECURITY LEADER SECTION (with proper column gaps) ========== */
.calcutta-leader {
    padding: 80px 0;
    background: #ffffff;
    border-top: 1px solid #f0f2f5;
}

.calcutta-big-title {
    font-size: 48px;
    font-weight: 800;
    letter-spacing: 1px;
    color: #000000;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.title-divider {
    width: 70px;
    height: 3px;
    background: #223f9a;
    margin: 0 auto 25px;
    border-radius: 3px;
}

.section-intro {
    max-width: 850px;
    margin: 0 auto 50px;
    font-size: 18px;
    line-height: 1.5;
    color: #2d3a4b;
    font-weight: 500;
}

.security-features-grid {
    margin-top: 20px;
}

/* Each column gets consistent bottom margin (gap between rows) */
.security-features-grid [class*="col-"] {
    margin-bottom: 30px;
}

.feature-block {
    background: #fefefe;
    border-radius: 24px;
    padding: 30px 22px 28px;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid #eef2ff;
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.02);
    height: 100%;
}

.feature-block:hover {
    transform: translateY(-6px);
    border-color: #cbd5e1;
    box-shadow: 0 20px 30px -12px rgba(34, 63, 154, 0.1);
}

.feature-icon {
    width: 70px;
    height: 70px;
    background: #eef3ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 32px;
    color: #223f9a;
    transition: all 0.2s;
}

.feature-block:hover .feature-icon {
    background: #223f9a;
    color: #fff;
}

.feature-block h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #000000;
}

.feature-block p {
    font-size: 15px;
    line-height: 1.5;
    color: #475569;
    margin-bottom: 0;
}

/* Chat link */
.chat-hint {
    margin-top: 10px;  /* reduced from 30px to avoid extra gap after last row */
}

.chat-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #25D366;
    color: #fff;
    padding: 12px 32px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 18px;
    text-decoration: none;
    transition: 0.3s;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.chat-link i {
    font-size: 22px;
}

.chat-link:hover {
    background: #128C7E;
    color: #fff;
    transform: scale(1.02);
}

/* Responsive */
@media (max-width: 992px) {
    .calcutta-leader {
        padding: 60px 0;
    }
    .calcutta-big-title {
        font-size: 40px;
    }
    .section-intro {
        font-size: 16px;
        margin-bottom: 40px;
    }
    .feature-block {
        padding: 25px 18px;
    }
    .feature-block h3 {
        font-size: 18px;
    }
    .security-features-grid [class*="col-"] {
        margin-bottom: 25px;
    }
}

@media (max-width: 768px) {
    .calcutta-big-title {
        font-size: 32px;
    }
    .feature-icon {
        width: 60px;
        height: 60px;
        font-size: 28px;
    }
    .feature-block p {
        font-size: 14px;
    }
    .chat-link {
        padding: 10px 24px;
        font-size: 16px;
    }
    .security-features-grid [class*="col-"] {
        margin-bottom: 20px;
    }
    .chat-hint {
        margin-top: 5px;
    }
}

@media (max-width: 480px) {
    .calcutta-leader {
        padding: 50px 0;
    }
    .calcutta-big-title {
        font-size: 26px;
    }
    .section-intro {
        font-size: 14px;
    }
    .feature-block {
        padding: 20px 15px;
    }
    .feature-block h3 {
        font-size: 17px;
    }
    .feature-icon {
        width: 52px;
        height: 52px;
        font-size: 24px;
    }
    .security-features-grid [class*="col-"] {
        margin-bottom: 18px;
    }
}

<!-- ========== TEAM, EXPERTISE, PRESENCE & CONTACT SECTION ========== -->
<section class="team-expertise-presence">
    <div class="container">
        <!-- First row: Team & Training + Services Expertise (two columns) -->
        <div class="row">
            <div class="col-lg-6 mb-4 mb-lg-0" data-aos="fade-up">
                <div class="info-card team-card">
                    <div class="card-icon"><i class="fa fa-users"></i></div>
                    <h3>Our Team and Training</h3>
                    <p>Our guards are the backbone of everything we do. Calcutta Security employs over <strong>1,000 active security professionals</strong> across Kolkata. We are selective about who joins our team. Every candidate undergoes thorough background screening, identity verification, and physical fitness checks before they are considered for deployment.</p>
                    <p>Once on board, our experienced security guards receive structured training in site patrolling techniques, emergency response procedures, access control management, fire safety basics, and conflict de‑escalation. We also train them in communication, because a good guard does not just react — they report clearly and professionally.</p>
                    <p>Each guard is assigned based on the type of site they will be protecting. A guard deployed at a corporate park is trained differently from one at a residential complex or an industrial plant. This <strong>role‑specific approach</strong> makes our team genuinely effective.</p>
                </div>
            </div>
            <div class="col-lg-6" data-aos="fade-up" data-aos-delay="100">
                <div class="info-card services-card">
                    <div class="card-icon"><i class="fa fa-shield"></i></div>
                    <h3>Our Security Services Expertise</h3>
                    <p>Calcutta Security is a full-service security agency in Kolkata. Our service range includes:</p>
                    <div class="service-tags">
                        <span>Corporate & Office Security</span>
                        <span>Residential & Housing Society</span>
                        <span>Industrial & Warehouse Protection</span>
                        <span>Armed Guard Deployment</span>
                        <span>Lady Guard Services</span>
                        <span>Event & Crowd Management</span>
                        <span>Bouncer Services</span>
                        <span>Housekeeping</span>
                    </div>
                    <p class="mt-3">Each service is backed by trained professionals and supervised by experienced site managers. We offer flexible engagement models: short‑term deployments for events, long‑term contracts for ongoing protection, and emergency response for sudden needs. Whatever the size or type of your requirement, our team is equipped to handle it.</p>
                </div>
            </div>
        </div>

        <!-- Second row: Presence Across Kolkata + Contact (two columns) -->
        <div class="row mt-4">
            <div class="col-lg-6 mb-4 mb-lg-0" data-aos="fade-up" data-aos-delay="50">
                <div class="info-card presence-card">
                    <div class="card-icon"><i class="fa fa-map-marker"></i></div>
                    <h3>Our Presence Across Kolkata</h3>
                    <p>Over the past 17 years, Calcutta Security has established a strong presence across Kolkata and its neighbouring areas. We actively serve clients in:</p>
                    <div class="location-grid">
                        <span>Phoolbagan</span> <span>Beleghata</span> <span>Salt Lake</span>
                        <span>New Town</span> <span>Park Street</span> <span>Ballygunge</span>
                        <span>Howrah</span> <span>Dum Dum</span> <span>Barasat</span>
                        <span>Ultadanga</span> <span>+ many more</span>
                    </div>
                    <p class="mt-3">Our geographic spread means faster deployment, better on‑ground knowledge, and quicker emergency response — no matter where in Kolkata your property is located. Not sure if we cover your area? Call us and we will let you know right away.</p>
                </div>
            </div>
            <div class="col-lg-6" data-aos="fade-up" data-aos-delay="150">
                <div class="info-card contact-card">
                    <div class="card-icon"><i class="fa fa-phone"></i></div>
                    <h3>Contact Calcutta Security</h3>
                    <p>Whether you have a security requirement today or are planning ahead, we would love to hear from you. Contact Calcutta Security for a <strong>free consultation and site inspection</strong>. Our team is available 24 hours a day, 7 days a week.</p>
                    <div class="contact-buttons">
                        <a href="tel:+919831945560" class="btn-call"><i class="fa fa-phone"></i> Call Now: 9831945560</a>
                        <a href="mailto:calcutta1977@gmail.com" class="btn-email"><i class="fa fa-envelope"></i> Email Us</a>
                    </div>
                    <p class="mt-3">Dial <strong>9831945560</strong> to talk to us. Our team is ready to answer your questions and get things moving quickly.</p>
                </div>
            </div>
        </div>
    </div>
</section>

<style>
/* ========== TEAM, EXPERTISE, PRESENCE & CONTACT STYLES ========== */
.team-expertise-presence {
    padding: 80px 0;
    background: #f9fbfe;
    border-top: 1px solid #eef2ff;
    border-bottom: 1px solid #eef2ff;
}

.info-card {
    background: #ffffff;
    border-radius: 28px;
    padding: 32px 28px;
    height: 100%;
    transition: all 0.3s ease;
    border: 1px solid #eef2ff;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.04);
}

.info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 35px -10px rgba(34, 63, 154, 0.1);
    border-color: #c7d2fe;
}

.card-icon {
    width: 60px;
    height: 60px;
    background: #eef3ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    font-size: 28px;
    color: #223f9a;
}

.info-card h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 18px;
    color: #000000;
}

.info-card p {
    font-size: 15px;
    line-height: 1.6;
    color: #2d3a4b;
    margin-bottom: 16px;
}

/* Service tags (expertise) */
.service-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 20px 0 10px;
}
.service-tags span {
    background: #f0f4fe;
    padding: 6px 18px;
    border-radius: 40px;
    font-size: 13px;
    font-weight: 500;
    color: #223f9a;
    transition: 0.2s;
}
.service-tags span:hover {
    background: #223f9a;
    color: #fff;
}

/* Location grid */
.location-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 15px 0 10px;
}
.location-grid span {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    padding: 5px 16px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
    color: #0f2b6d;
}
.location-grid span:last-child {
    background: #fef7e0;
    border-color: #fdebb3;
}

/* Contact buttons */
.contact-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin: 25px 0 15px;
}
.btn-call, .btn-email {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 28px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
    font-size: 16px;
}
.btn-call {
    background: #000000;
    color: #fff;
}
.btn-call:hover {
    background: #223f9a;
    transform: translateY(-2px);
    color: #fff;
}
.btn-email {
    background: #eef3ff;
    color: #223f9a;
    border: 1px solid #cbd5e1;
}
.btn-email:hover {
    background: #223f9a;
    color: #fff;
    border-color: #223f9a;
}

/* Responsive */
@media (max-width: 992px) {
    .team-expertise-presence {
        padding: 60px 0;
    }
    .info-card {
        padding: 28px 22px;
    }
    .info-card h3 {
        font-size: 22px;
    }
    .btn-call, .btn-email {
        padding: 10px 24px;
        font-size: 14px;
    }
}
@media (max-width: 768px) {
    .info-card {
        padding: 24px 20px;
    }
    .info-card h3 {
        font-size: 20px;
    }
    .service-tags span, .location-grid span {
        font-size: 12px;
        padding: 4px 14px;
    }
    .contact-buttons {
        flex-direction: column;
        align-items: stretch;
    }
    .btn-call, .btn-email {
        justify-content: center;
    }
}
@media (max-width: 480px) {
    .team-expertise-presence {
        padding: 50px 0;
    }
    .info-card {
        padding: 20px 16px;
    }
    .card-icon {
        width: 50px;
        height: 50px;
        font-size: 24px;
    }
    .info-card p {
        font-size: 14px;
    }
}
/* ========== BALANCED FOUNDER SECTION – SMALLER IMAGE ========== */
.balanced {
    padding: 60px 0 80px;
    background: linear-gradient(135deg, #ffffff 0%, #fafcff 100%);
}
.section-subhead {
    font-size: 18px;
    color: #7c9dd2;
    font-weight: 500;
    margin-top: -15px;
    margin-bottom: 40px;
}
.founder-row {
    margin-top: 20px;
}
/* Compact founder card – image is smaller */
.founder-card-compact {
    background: #ffffff;
    border-radius: 32px;
    overflow: hidden;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #eef2ff;
    max-width: 320px;
    margin: 0 auto;
}
.founder-card-compact:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 35px -12px rgba(34, 63, 154, 0.15);
}
.founder-img-wrapper {
    position: relative;
    overflow: hidden;
    background: #f0f4fe;
    padding: 20px 20px 0 20px;
    text-align: center;
}
.founder-img-small {
    max-width: 85%;
    height: auto;
    display: inline-block;
    border-radius: 20px;
    transition: transform 0.3s ease;
}
.founder-card-compact:hover .founder-img-small {
    transform: scale(1.02);
}
.founder-badge-small {
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    background: #223f9a;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 16px;
    border-radius: 40px;
    letter-spacing: 0.5px;
    white-space: nowrap;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.founder-details-compact {
    text-align: center;
    padding: 18px 15px 22px;
}
.founder-name {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 5px;
}
.founder-title {
    font-size: 15px;
    color: #7c9dd2;
    font-weight: 500;
    margin-bottom: 12px;
}
.founder-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    background: #eef3ff;
    border-radius: 50%;
    color: #223f9a;
    margin: 0 5px;
    transition: all 0.2s;
    font-size: 16px;
    text-decoration: none;
}
.founder-social a:hover {
    background: #223f9a;
    color: #fff;
    transform: translateY(-3px);
}
/* Right side text – more spacious */
.modern-story-text {
    padding-left: 25px;
}
.modern-story-text p {
    font-size: 16px;
    line-height: 1.65;
    margin-bottom: 18px;
    color: #2d3b4a;
}
.modern-story-text strong {
    color: #223f9a;
}
.modern-highlight {
    background: #fef7e0;
    border-left: 4px solid #c79a2e;
    padding: 14px 22px;
    border-radius: 20px;
    font-size: 15px;
    font-weight: 600;
    color: #0f2b6d;
    margin-top: 20px;
    display: inline-block;
    width: 100%;
}
.modern-highlight i {
    color: #c79a2e;
    margin-right: 8px;
    font-size: 18px;
}
/* Responsive */
@media (max-width: 992px) {
    .balanced {
        padding: 50px 0 60px;
    }
    .founder-name {
        font-size: 22px;
    }
    .modern-story-text {
        padding-left: 0;
        margin-top: 30px;
    }
    .founder-card-compact {
        max-width: 280px;
    }
}
@media (max-width: 768px) {
    .section-subhead {
        font-size: 16px;
    }
    .founder-name {
        font-size: 20px;
    }
    .founder-title {
        font-size: 14px;
    }
    .modern-story-text p {
        font-size: 15px;
    }
    .modern-highlight {
        font-size: 14px;
        padding: 12px 18px;
    }
    .founder-badge-small {
        font-size: 11px;
        padding: 4px 12px;
        bottom: 8px;
    }
    .founder-img-small {
        max-width: 80%;
    }
}
@media (max-width: 480px) {
    .balanced {
        padding: 40px 0;
    }
    .founder-name {
        font-size: 20px;
    }
    .founder-card-compact {
        max-width: 260px;
    }
}

 /* Additional styles for corporate services page (responsive, matches theme) */
        .corporate-content {
            padding: 60px 0;
            background: #ffffff;
        }
        .corporate-title {
            font-size: 36px;
            font-weight: 700;
            color: #000000;
            margin-bottom: 20px;
        }
        .corporate-subhead {
            font-size: 20px;
            font-weight: 500;
            color: #223f9a;
            margin-bottom: 25px;
        }
        .corporate-text {
            font-size: 16px;
            line-height: 1.7;
            color: #2d3a4b;
            margin-bottom: 20px;
        }
        .corporate-highlight {
            background: #f0f4fe;
            padding: 25px 30px;
            border-radius: 24px;
            margin: 30px 0;
            border-left: 5px solid #223f9a;
        }
        .corporate-list {
            list-style: none;
            padding: 0;
            margin: 20px 0;
        }
        .corporate-list li {
            padding: 8px 0;
            display: flex;
            align-items: center;
            gap: 12px;
            font-size: 16px;
            color: #2d3a4b;
        }
        .corporate-list li i {
            color: #223f9a;
            font-size: 18px;
            width: 28px;
        }
        .industry-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
            gap: 20px;
            margin: 30px 0;
        }
        .industry-card {
            background: #f8faff;
            border-radius: 20px;
            padding: 20px;
            border: 1px solid #eef2ff;
            transition: all 0.3s;
        }
        .industry-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 10px 25px rgba(0,0,0,0.05);
            border-color: #c7d2fe;
        }
        .industry-card h4 {
            font-size: 20px;
            font-weight: 700;
            margin-bottom: 10px;
            color: #000;
        }
        .industry-card p {
            font-size: 14px;
            line-height: 1.5;
            color: #475569;
        }
        .areas-badge {
            display: inline-block;
            background: #eef3ff;
            padding: 6px 18px;
            border-radius: 40px;
            font-size: 14px;
            font-weight: 500;
            color: #223f9a;
            margin: 5px 8px 5px 0;
        }
        .cta-box {
            background: linear-gradient(135deg, #223f9a 0%, #0f2b6d 100%);
            border-radius: 30px;
            padding: 50px 40px;
            text-align: center;
            margin: 50px 0 20px;
            color: #fff;
        }
        .cta-box h3 {
            font-size: 32px;
            font-weight: 700;
            color: #fff;
            margin-bottom: 15px;
        }
        .cta-box p {
            font-size: 18px;
            color: #eef2ff;
            margin-bottom: 30px;
        }
        .cta-btn {
            display: inline-flex;
            align-items: center;
            gap: 12px;
            background: #ffffff;
            color: #223f9a;
            padding: 14px 36px;
            border-radius: 60px;
            font-weight: 700;
            font-size: 18px;
            text-decoration: none;
            transition: 0.3s;
        }
        .cta-btn:hover {
            background: #ffc107;
            color: #000;
            transform: translateY(-3px);
        }
        @media (max-width: 768px) {
            .corporate-title {
                font-size: 28px;
            }
            .corporate-subhead {
                font-size: 18px;
            }
            .cta-box {
                padding: 35px 20px;
            }
            .cta-box h3 {
                font-size: 26px;
            }
            .cta-box p {
                font-size: 16px;
            }
            .cta-btn {
                padding: 10px 28px;
                font-size: 16px;
            }
        }
        @media (max-width: 480px) {
            .corporate-title {
                font-size: 24px;
            }
            .industry-card h4 {
                font-size: 18px;
            }
        }

        /* Residential services page specific styles (no inline CSS) */
        .residential-services-content {
            padding: 60px 0;
            background: #ffffff;
        }
        .services-title {
            font-size: 36px;
            font-weight: 700;
            color: #000000;
            margin-bottom: 20px;
        }
        .services-title-md {
            font-size: 30px;
        }
        .services-text {
            font-size: 16px;
            line-height: 1.7;
            color: #2d3a4b;
            margin-bottom: 20px;
        }
        .services-highlight {
            background: #f0f4fe;
            padding: 25px 30px;
            border-radius: 24px;
            margin: 30px 0;
            border-left: 5px solid #223f9a;
        }
        .services-highlight-alt {
            background: #fef7e0;
            border-left-color: #c79a2e;
        }
        .services-highlight-alt h3 {
            color: #000000;
            margin-bottom: 15px;
        }
        .services-list {
            list-style: none;
            padding: 0;
            margin: 20px 0;
        }
        .services-list li {
            padding: 8px 0;
            display: flex;
            align-items: center;
            gap: 12px;
            font-size: 16px;
            color: #2d3a4b;
        }
        .services-list li i {
            color: #223f9a;
            font-size: 18px;
            width: 28px;
        }
        .services-list .icon-gold {
            color: #c79a2e;
        }
        .areas-badge {
            display: inline-block;
            background: #eef3ff;
            padding: 6px 18px;
            border-radius: 40px;
            font-size: 14px;
            font-weight: 500;
            color: #223f9a;
            margin: 5px 8px 5px 0;
        }
        .cta-box {
            background: linear-gradient(135deg, #223f9a 0%, #0f2b6d 100%);
            border-radius: 30px;
            padding: 50px 40px;
            text-align: center;
            margin: 50px 0 20px;
            color: #fff;
        }
        .cta-box h3 {
            font-size: 32px;
            font-weight: 700;
            color: #fff;
            margin-bottom: 15px;
        }
        .cta-box p {
            font-size: 18px;
            color: #eef2ff;
            margin-bottom: 30px;
        }
        .cta-btn {
            display: inline-flex;
            align-items: center;
            gap: 12px;
            background: #ffffff;
            color: #223f9a;
            padding: 14px 36px;
            border-radius: 60px;
            font-weight: 700;
            font-size: 18px;
            text-decoration: none;
            transition: 0.3s;
        }
        .cta-btn:hover {
            background: #ffc107;
            color: #000;
            transform: translateY(-3px);
        }
        .rounded-shadow-img {
            max-width: 100%;
            border-radius: 20px;
            box-shadow: 0 10px 25px rgba(0,0,0,0.05);
        }
        .contact-buttons {
            margin-top: 20px;
        }
        .btn-residential-call, .btn-residential-email {
            display: inline-block;
            margin: 0 10px;
            transition: 0.3s;
        }
        .btn-residential-call {
            background: #223f9a;
        }
        .btn-residential-call:hover {
            background: #7c9dd2;
        }
        .btn-residential-email {
            background: #7c9dd2;
        }
        .btn-residential-email:hover {
            background: #223f9a;
        }
        .mt-3 {
            margin-top: 1rem;
        }
        @media (max-width: 768px) {
            .services-title {
                font-size: 28px;
            }
            .services-title-md {
                font-size: 24px;
            }
            .cta-box {
                padding: 35px 20px;
            }
            .cta-box h3 {
                font-size: 26px;
            }
            .cta-box p {
                font-size: 16px;
            }
            .cta-btn {
                padding: 10px 28px;
                font-size: 16px;
            }
            .btn-residential-call, .btn-residential-email {
                margin: 10px 5px;
            }
        }
        @media (max-width: 480px) {
            .services-title {
                font-size: 24px;
            }
            .services-title-md {
                font-size: 22px;
            }
        }

                /* Industrial services page specific styles (no inline CSS) */
        .industrial-services-content {
            padding: 60px 0;
            background: #ffffff;
        }
        .services-title {
            font-size: 36px;
            font-weight: 700;
            color: #000000;
            margin-bottom: 20px;
        }
        .services-title-md {
            font-size: 30px;
        }
        .services-text {
            font-size: 16px;
            line-height: 1.7;
            color: #2d3a4b;
            margin-bottom: 20px;
        }
        .services-highlight {
            background: #f0f4fe;
            padding: 25px 30px;
            border-radius: 24px;
            margin: 30px 0;
            border-left: 5px solid #223f9a;
        }
        .services-highlight-alt {
            background: #fef7e0;
            border-left-color: #c79a2e;
        }
        .services-highlight-alt h3 {
            color: #000000;
            margin-bottom: 15px;
        }
        .services-list {
            list-style: none;
            padding: 0;
            margin: 20px 0;
        }
        .services-list li {
            padding: 8px 0;
            display: flex;
            align-items: center;
            gap: 12px;
            font-size: 16px;
            color: #2d3a4b;
        }
        .services-list li i {
            color: #223f9a;
            font-size: 18px;
            width: 28px;
        }
        .services-list .icon-gold {
            color: #c79a2e;
        }
        .areas-badge {
            display: inline-block;
            background: #eef3ff;
            padding: 6px 18px;
            border-radius: 40px;
            font-size: 14px;
            font-weight: 500;
            color: #223f9a;
            margin: 5px 8px 5px 0;
        }
        .cta-box {
            background: linear-gradient(135deg, #223f9a 0%, #0f2b6d 100%);
            border-radius: 30px;
            padding: 50px 40px;
            text-align: center;
            margin: 50px 0 20px;
            color: #fff;
        }
        .cta-box h3 {
            font-size: 32px;
            font-weight: 700;
            color: #fff;
            margin-bottom: 15px;
        }
        .cta-box p {
            font-size: 18px;
            color: #eef2ff;
            margin-bottom: 30px;
        }
        .cta-btn {
            display: inline-flex;
            align-items: center;
            gap: 12px;
            background: #ffffff;
            color: #223f9a;
            padding: 14px 36px;
            border-radius: 60px;
            font-weight: 700;
            font-size: 18px;
            text-decoration: none;
            transition: 0.3s;
        }
        .cta-btn:hover {
            background: #ffc107;
            color: #000;
            transform: translateY(-3px);
        }
        .rounded-shadow-img {
            max-width: 100%;
            border-radius: 20px;
            box-shadow: 0 10px 25px rgba(0,0,0,0.05);
        }
        .contact-buttons {
            margin-top: 20px;
        }
        .btn-industrial-call, .btn-industrial-email {
            display: inline-block;
            margin: 0 10px;
            transition: 0.3s;
        }
        .btn-industrial-call {
            background: #223f9a;
        }
        .btn-industrial-call:hover {
            background: #7c9dd2;
        }
        .btn-industrial-email {
            background: #7c9dd2;
        }
        .btn-industrial-email:hover {
            background: #223f9a;
        }
        .mt-3 {
            margin-top: 1rem;
        }
        .industry-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
            gap: 20px;
            margin: 30px 0;
        }
        .industry-card {
            background: #f8faff;
            border-radius: 20px;
            padding: 20px;
            border: 1px solid #eef2ff;
            transition: all 0.3s;
        }
        .industry-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 10px 25px rgba(0,0,0,0.05);
            border-color: #c7d2fe;
        }
        .industry-card h4 {
            font-size: 20px;
            font-weight: 700;
            margin-bottom: 10px;
            color: #000;
        }
        .industry-card p {
            font-size: 14px;
            line-height: 1.5;
            color: #475569;
        }
        @media (max-width: 768px) {
            .services-title {
                font-size: 28px;
            }
            .services-title-md {
                font-size: 24px;
            }
            .cta-box {
                padding: 35px 20px;
            }
            .cta-box h3 {
                font-size: 26px;
            }
            .cta-box p {
                font-size: 16px;
            }
            .cta-btn {
                padding: 10px 28px;
                font-size: 16px;
            }
            .btn-industrial-call, .btn-industrial-email {
                margin: 10px 5px;
            }
        }
        @media (max-width: 480px) {
            .services-title {
                font-size: 24px;
            }
            .services-title-md {
                font-size: 22px;
            }
        }

         /* Event services page specific styles (no inline CSS) */
        .event-services-content {
            padding: 60px 0;
            background: #ffffff;
        }
        .services-title {
            font-size: 36px;
            font-weight: 700;
            color: #000000;
            margin-bottom: 20px;
        }
        .services-title-md {
            font-size: 30px;
        }
        .services-text {
            font-size: 16px;
            line-height: 1.7;
            color: #2d3a4b;
            margin-bottom: 20px;
        }
        .services-highlight {
            background: #f0f4fe;
            padding: 25px 30px;
            border-radius: 24px;
            margin: 30px 0;
            border-left: 5px solid #223f9a;
        }
        .services-highlight-alt {
            background: #fef7e0;
            border-left-color: #c79a2e;
        }
        .services-highlight-alt h3 {
            color: #000000;
            margin-bottom: 15px;
        }
        .services-list {
            list-style: none;
            padding: 0;
            margin: 20px 0;
        }
        .services-list li {
            padding: 8px 0;
            display: flex;
            align-items: center;
            gap: 12px;
            font-size: 16px;
            color: #2d3a4b;
        }
        .services-list li i {
            color: #223f9a;
            font-size: 18px;
            width: 28px;
        }
        .services-list .icon-gold {
            color: #c79a2e;
        }
        .event-types-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
            gap: 20px;
            margin: 30px 0;
        }
        .event-type-card {
            background: #f8faff;
            border-radius: 20px;
            padding: 20px;
            border: 1px solid #eef2ff;
            transition: all 0.3s;
        }
        .event-type-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 10px 25px rgba(0,0,0,0.05);
            border-color: #c7d2fe;
        }
        .event-type-card h4 {
            font-size: 20px;
            font-weight: 700;
            margin-bottom: 10px;
            color: #000;
        }
        .event-type-card p {
            font-size: 14px;
            line-height: 1.5;
            color: #475569;
        }
        .areas-badge {
            display: inline-block;
            background: #eef3ff;
            padding: 6px 18px;
            border-radius: 40px;
            font-size: 14px;
            font-weight: 500;
            color: #223f9a;
            margin: 5px 8px 5px 0;
        }
        .cta-box {
            background: linear-gradient(135deg, #223f9a 0%, #0f2b6d 100%);
            border-radius: 30px;
            padding: 50px 40px;
            text-align: center;
            margin: 50px 0 20px;
            color: #fff;
        }
        .cta-box h3 {
            font-size: 32px;
            font-weight: 700;
            color: #fff;
            margin-bottom: 15px;
        }
        .cta-box p {
            font-size: 18px;
            color: #eef2ff;
            margin-bottom: 30px;
        }
        .cta-btn {
            display: inline-flex;
            align-items: center;
            gap: 12px;
            background: #ffffff;
            color: #223f9a;
            padding: 14px 36px;
            border-radius: 60px;
            font-weight: 700;
            font-size: 18px;
            text-decoration: none;
            transition: 0.3s;
        }
        .cta-btn:hover {
            background: #ffc107;
            color: #000;
            transform: translateY(-3px);
        }
        .rounded-shadow-img {
            max-width: 100%;
            border-radius: 20px;
            box-shadow: 0 10px 25px rgba(0,0,0,0.05);
        }
        .contact-buttons {
            margin-top: 20px;
        }
        .btn-event-call, .btn-event-email {
            display: inline-block;
            margin: 0 10px;
            transition: 0.3s;
        }
        .btn-event-call {
            background: #223f9a;
        }
        .btn-event-call:hover {
            background: #7c9dd2;
        }
        .btn-event-email {
            background: #7c9dd2;
        }
        .btn-event-email:hover {
            background: #223f9a;
        }
        .mt-3 {
            margin-top: 1rem;
        }
        @media (max-width: 768px) {
            .services-title {
                font-size: 28px;
            }
            .services-title-md {
                font-size: 24px;
            }
            .cta-box {
                padding: 35px 20px;
            }
            .cta-box h3 {
                font-size: 26px;
            }
            .cta-box p {
                font-size: 16px;
            }
            .cta-btn {
                padding: 10px 28px;
                font-size: 16px;
            }
            .btn-event-call, .btn-event-email {
                margin: 10px 5px;
            }
        }
        @media (max-width: 480px) {
            .services-title {
                font-size: 24px;
            }
            .services-title-md {
                font-size: 22px;
            }
        }

         /* Armed services page specific styles (no inline CSS) */
        .armed-services-content {
            padding: 60px 0;
            background: #ffffff;
        }
        .services-title {
            font-size: 36px;
            font-weight: 700;
            color: #000000;
            margin-bottom: 20px;
        }
        .services-title-md {
            font-size: 30px;
        }
        .services-text {
            font-size: 16px;
            line-height: 1.7;
            color: #2d3a4b;
            margin-bottom: 20px;
        }
        .services-highlight {
            background: #f0f4fe;
            padding: 25px 30px;
            border-radius: 24px;
            margin: 30px 0;
            border-left: 5px solid #223f9a;
        }
        .services-highlight-alt {
            background: #fef7e0;
            border-left-color: #c79a2e;
        }
        .services-highlight-alt h3 {
            color: #000000;
            margin-bottom: 15px;
        }
        .services-list {
            list-style: none;
            padding: 0;
            margin: 20px 0;
        }
        .services-list li {
            padding: 8px 0;
            display: flex;
            align-items: center;
            gap: 12px;
            font-size: 16px;
            color: #2d3a4b;
        }
        .services-list li i {
            color: #223f9a;
            font-size: 18px;
            width: 28px;
        }
        .services-list .icon-gold {
            color: #c79a2e;
        }
        .client-types-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
            gap: 20px;
            margin: 30px 0;
        }
        .client-type-card {
            background: #f8faff;
            border-radius: 20px;
            padding: 20px;
            border: 1px solid #eef2ff;
            transition: all 0.3s;
        }
        .client-type-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 10px 25px rgba(0,0,0,0.05);
            border-color: #c7d2fe;
        }
        .client-type-card h4 {
            font-size: 20px;
            font-weight: 700;
            margin-bottom: 10px;
            color: #000;
        }
        .client-type-card p {
            font-size: 14px;
            line-height: 1.5;
            color: #475569;
        }
        .areas-badge {
            display: inline-block;
            background: #eef3ff;
            padding: 6px 18px;
            border-radius: 40px;
            font-size: 14px;
            font-weight: 500;
            color: #223f9a;
            margin: 5px 8px 5px 0;
        }
        .cta-box {
            background: linear-gradient(135deg, #223f9a 0%, #0f2b6d 100%);
            border-radius: 30px;
            padding: 50px 40px;
            text-align: center;
            margin: 50px 0 20px;
            color: #fff;
        }
        .cta-box h3 {
            font-size: 32px;
            font-weight: 700;
            color: #fff;
            margin-bottom: 15px;
        }
        .cta-box p {
            font-size: 18px;
            color: #eef2ff;
            margin-bottom: 30px;
        }
        .cta-btn {
            display: inline-flex;
            align-items: center;
            gap: 12px;
            background: #ffffff;
            color: #223f9a;
            padding: 14px 36px;
            border-radius: 60px;
            font-weight: 700;
            font-size: 18px;
            text-decoration: none;
            transition: 0.3s;
        }
        .cta-btn:hover {
            background: #ffc107;
            color: #000;
            transform: translateY(-3px);
        }
        .rounded-shadow-img {
            max-width: 100%;
            border-radius: 20px;
            box-shadow: 0 10px 25px rgba(0,0,0,0.05);
        }
        .contact-buttons {
            margin-top: 20px;
        }
        .btn-armed-call, .btn-armed-email {
            display: inline-block;
            margin: 0 10px;
            transition: 0.3s;
        }
        .btn-armed-call {
            background: #223f9a;
        }
        .btn-armed-call:hover {
            background: #7c9dd2;
        }
        .btn-armed-email {
            background: #7c9dd2;
        }
        .btn-armed-email:hover {
            background: #223f9a;
        }
        .mt-3 {
            margin-top: 1rem;
        }
        @media (max-width: 768px) {
            .services-title {
                font-size: 28px;
            }
            .services-title-md {
                font-size: 24px;
            }
            .cta-box {
                padding: 35px 20px;
            }
            .cta-box h3 {
                font-size: 26px;
            }
            .cta-box p {
                font-size: 16px;
            }
            .cta-btn {
                padding: 10px 28px;
                font-size: 16px;
            }
            .btn-armed-call, .btn-armed-email {
                margin: 10px 5px;
            }
        }
        @media (max-width: 480px) {
            .services-title {
                font-size: 24px;
            }
            .services-title-md {
                font-size: 22px;
            }
        }

           /* Lady services page specific styles (no inline CSS) */
        .lady-services-content {
            padding: 60px 0;
            background: #ffffff;
        }
        .services-title {
            font-size: 36px;
            font-weight: 700;
            color: #000000;
            margin-bottom: 20px;
        }
        .services-title-md {
            font-size: 30px;
        }
        .services-text {
            font-size: 16px;
            line-height: 1.7;
            color: #2d3a4b;
            margin-bottom: 20px;
        }
        .services-highlight {
            background: #f0f4fe;
            padding: 25px 30px;
            border-radius: 24px;
            margin: 30px 0;
            border-left: 5px solid #223f9a;
        }
        .services-highlight-alt {
            background: #fef7e0;
            border-left-color: #c79a2e;
        }
        .services-highlight-alt h3 {
            color: #000000;
            margin-bottom: 15px;
        }
        .services-list {
            list-style: none;
            padding: 0;
            margin: 20px 0;
        }
        .services-list li {
            padding: 8px 0;
            display: flex;
            align-items: center;
            gap: 12px;
            font-size: 16px;
            color: #2d3a4b;
        }
        .services-list li i {
            color: #223f9a;
            font-size: 18px;
            width: 28px;
        }
        .services-list .icon-gold {
            color: #c79a2e;
        }
        .deployment-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
            gap: 20px;
            margin: 30px 0;
        }
        .deployment-card {
            background: #f8faff;
            border-radius: 20px;
            padding: 20px;
            border: 1px solid #eef2ff;
            transition: all 0.3s;
        }
        .deployment-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 10px 25px rgba(0,0,0,0.05);
            border-color: #c7d2fe;
        }
        .deployment-card h4 {
            font-size: 20px;
            font-weight: 700;
            margin-bottom: 10px;
            color: #000;
        }
        .deployment-card p {
            font-size: 14px;
            line-height: 1.5;
            color: #475569;
        }
        .areas-badge {
            display: inline-block;
            background: #eef3ff;
            padding: 6px 18px;
            border-radius: 40px;
            font-size: 14px;
            font-weight: 500;
            color: #223f9a;
            margin: 5px 8px 5px 0;
        }
        .cta-box {
            background: linear-gradient(135deg, #223f9a 0%, #0f2b6d 100%);
            border-radius: 30px;
            padding: 50px 40px;
            text-align: center;
            margin: 50px 0 20px;
            color: #fff;
        }
        .cta-box h3 {
            font-size: 32px;
            font-weight: 700;
            color: #fff;
            margin-bottom: 15px;
        }
        .cta-box p {
            font-size: 18px;
            color: #eef2ff;
            margin-bottom: 30px;
        }
        .cta-btn {
            display: inline-flex;
            align-items: center;
            gap: 12px;
            background: #ffffff;
            color: #223f9a;
            padding: 14px 36px;
            border-radius: 60px;
            font-weight: 700;
            font-size: 18px;
            text-decoration: none;
            transition: 0.3s;
        }
        .cta-btn:hover {
            background: #ffc107;
            color: #000;
            transform: translateY(-3px);
        }
        .rounded-shadow-img {
            max-width: 100%;
            border-radius: 20px;
            box-shadow: 0 10px 25px rgba(0,0,0,0.05);
        }
        .contact-buttons {
            margin-top: 20px;
        }
        .btn-lady-call, .btn-lady-email {
            display: inline-block;
            margin: 0 10px;
            transition: 0.3s;
        }
        .btn-lady-call {
            background: #223f9a;
        }
        .btn-lady-call:hover {
            background: #7c9dd2;
        }
        .btn-lady-email {
            background: #7c9dd2;
        }
        .btn-lady-email:hover {
            background: #223f9a;
        }
        .mt-3 {
            margin-top: 1rem;
        }
        @media (max-width: 768px) {
            .services-title {
                font-size: 28px;
            }
            .services-title-md {
                font-size: 24px;
            }
            .cta-box {
                padding: 35px 20px;
            }
            .cta-box h3 {
                font-size: 26px;
            }
            .cta-box p {
                font-size: 16px;
            }
            .cta-btn {
                padding: 10px 28px;
                font-size: 16px;
            }
            .btn-lady-call, .btn-lady-email {
                margin: 10px 5px;
            }
        }
        @media (max-width: 480px) {
            .services-title {
                font-size: 24px;
            }
            .services-title-md {
                font-size: 22px;
            }
        }

                /* Bouncer services page specific styles (no inline CSS) */
        .bouncer-services-content {
            padding: 60px 0;
            background: #ffffff;
        }
        .services-title {
            font-size: 36px;
            font-weight: 700;
            color: #000000;
            margin-bottom: 20px;
        }
        .services-title-md {
            font-size: 30px;
        }
        .services-text {
            font-size: 16px;
            line-height: 1.7;
            color: #2d3a4b;
            margin-bottom: 20px;
        }
        .services-highlight {
            background: #f0f4fe;
            padding: 25px 30px;
            border-radius: 24px;
            margin: 30px 0;
            border-left: 5px solid #223f9a;
        }
        .services-highlight-alt {
            background: #fef7e0;
            border-left-color: #c79a2e;
        }
        .services-highlight-alt h3 {
            color: #000000;
            margin-bottom: 15px;
        }
        .services-list {
            list-style: none;
            padding: 0;
            margin: 20px 0;
        }
        .services-list li {
            padding: 8px 0;
            display: flex;
            align-items: center;
            gap: 12px;
            font-size: 16px;
            color: #2d3a4b;
        }
        .services-list li i {
            color: #223f9a;
            font-size: 18px;
            width: 28px;
        }
        .services-list .icon-gold {
            color: #c79a2e;
        }
        .venue-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
            gap: 20px;
            margin: 30px 0;
        }
        .venue-card {
            background: #f8faff;
            border-radius: 20px;
            padding: 20px;
            border: 1px solid #eef2ff;
            transition: all 0.3s;
        }
        .venue-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 10px 25px rgba(0,0,0,0.05);
            border-color: #c7d2fe;
        }
        .venue-card h4 {
            font-size: 20px;
            font-weight: 700;
            margin-bottom: 10px;
            color: #000;
        }
        .venue-card p {
            font-size: 14px;
            line-height: 1.5;
            color: #475569;
        }
        .areas-badge {
            display: inline-block;
            background: #eef3ff;
            padding: 6px 18px;
            border-radius: 40px;
            font-size: 14px;
            font-weight: 500;
            color: #223f9a;
            margin: 5px 8px 5px 0;
        }
        .cta-box {
            background: linear-gradient(135deg, #223f9a 0%, #0f2b6d 100%);
            border-radius: 30px;
            padding: 50px 40px;
            text-align: center;
            margin: 50px 0 20px;
            color: #fff;
        }
        .cta-box h3 {
            font-size: 32px;
            font-weight: 700;
            color: #fff;
            margin-bottom: 15px;
        }
        .cta-box p {
            font-size: 18px;
            color: #eef2ff;
            margin-bottom: 30px;
        }
        .cta-btn {
            display: inline-flex;
            align-items: center;
            gap: 12px;
            background: #ffffff;
            color: #223f9a;
            padding: 14px 36px;
            border-radius: 60px;
            font-weight: 700;
            font-size: 18px;
            text-decoration: none;
            transition: 0.3s;
        }
        .cta-btn:hover {
            background: #ffc107;
            color: #000;
            transform: translateY(-3px);
        }
        .rounded-shadow-img {
            max-width: 100%;
            border-radius: 20px;
            box-shadow: 0 10px 25px rgba(0,0,0,0.05);
        }
        .contact-buttons {
            margin-top: 20px;
        }
        .btn-bouncer-call, .btn-bouncer-email {
            display: inline-block;
            margin: 0 10px;
            transition: 0.3s;
        }
        .btn-bouncer-call {
            background: #223f9a;
        }
        .btn-bouncer-call:hover {
            background: #7c9dd2;
        }
        .btn-bouncer-email {
            background: #7c9dd2;
        }
        .btn-bouncer-email:hover {
            background: #223f9a;
        }
        .mt-3 {
            margin-top: 1rem;
        }
        @media (max-width: 768px) {
            .services-title {
                font-size: 28px;
            }
            .services-title-md {
                font-size: 24px;
            }
            .cta-box {
                padding: 35px 20px;
            }
            .cta-box h3 {
                font-size: 26px;
            }
            .cta-box p {
                font-size: 16px;
            }
            .cta-btn {
                padding: 10px 28px;
                font-size: 16px;
            }
            .btn-bouncer-call, .btn-bouncer-email {
                margin: 10px 5px;
            }
        }
        @media (max-width: 480px) {
            .services-title {
                font-size: 24px;
            }
            .services-title-md {
                font-size: 22px;
            }
        }

                /* Housekeeping services page specific styles (no inline CSS) */
        .housekeeping-services-content {
            padding: 60px 0;
            background: #ffffff;
        }
        .services-title {
            font-size: 36px;
            font-weight: 700;
            color: #000000;
            margin-bottom: 20px;
        }
        .services-title-md {
            font-size: 30px;
        }
        .services-text {
            font-size: 16px;
            line-height: 1.7;
            color: #2d3a4b;
            margin-bottom: 20px;
        }
        .services-highlight {
            background: #f0f4fe;
            padding: 25px 30px;
            border-radius: 24px;
            margin: 30px 0;
            border-left: 5px solid #223f9a;
        }
        .services-highlight-alt {
            background: #fef7e0;
            border-left-color: #c79a2e;
        }
        .services-highlight-alt h3 {
            color: #000000;
            margin-bottom: 15px;
        }
        .services-list {
            list-style: none;
            padding: 0;
            margin: 20px 0;
        }
        .services-list li {
            padding: 8px 0;
            display: flex;
            align-items: center;
            gap: 12px;
            font-size: 16px;
            color: #2d3a4b;
        }
        .services-list li i {
            color: #223f9a;
            font-size: 18px;
            width: 28px;
        }
        .services-list .icon-gold {
            color: #c79a2e;
        }
        .areas-badge {
            display: inline-block;
            background: #eef3ff;
            padding: 6px 18px;
            border-radius: 40px;
            font-size: 14px;
            font-weight: 500;
            color: #223f9a;
            margin: 5px 8px 5px 0;
        }
        .cta-box {
            background: linear-gradient(135deg, #223f9a 0%, #0f2b6d 100%);
            border-radius: 30px;
            padding: 50px 40px;
            text-align: center;
            margin: 50px 0 20px;
            color: #fff;
        }
        .cta-box h3 {
            font-size: 32px;
            font-weight: 700;
            color: #fff;
            margin-bottom: 15px;
        }
        .cta-box p {
            font-size: 18px;
            color: #eef2ff;
            margin-bottom: 30px;
        }
        .cta-btn {
            display: inline-flex;
            align-items: center;
            gap: 12px;
            background: #ffffff;
            color: #223f9a;
            padding: 14px 36px;
            border-radius: 60px;
            font-weight: 700;
            font-size: 18px;
            text-decoration: none;
            transition: 0.3s;
        }
        .cta-btn:hover {
            background: #ffc107;
            color: #000;
            transform: translateY(-3px);
        }
        .rounded-shadow-img {
            max-width: 100%;
            border-radius: 20px;
            box-shadow: 0 10px 25px rgba(0,0,0,0.05);
        }
        .contact-buttons {
            margin-top: 20px;
        }
        .btn-housekeeping-call, .btn-housekeeping-email {
            display: inline-block;
            margin: 0 10px;
            transition: 0.3s;
        }
        .btn-housekeeping-call {
            background: #223f9a;
        }
        .btn-housekeeping-call:hover {
            background: #7c9dd2;
        }
        .btn-housekeeping-email {
            background: #7c9dd2;
        }
        .btn-housekeeping-email:hover {
            background: #223f9a;
        }
        .mt-3 {
            margin-top: 1rem;
        }
        @media (max-width: 768px) {
            .services-title {
                font-size: 28px;
            }
            .services-title-md {
                font-size: 24px;
            }
            .cta-box {
                padding: 35px 20px;
            }
            .cta-box h3 {
                font-size: 26px;
            }
            .cta-box p {
                font-size: 16px;
            }
            .cta-btn {
                padding: 10px 28px;
                font-size: 16px;
            }
            .btn-housekeeping-call, .btn-housekeeping-email {
                margin: 10px 5px;
            }
        }
        @media (max-width: 480px) {
            .services-title {
                font-size: 24px;
            }
            .services-title-md {
                font-size: 22px;
            }
        }

        /* ===== CLIENT TABLE FIX ===== */
.client-list {
  padding: 60px 0;
}

.client-list h2 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 10px;
}

.client-list p {
  text-align: center;
  margin-bottom: 30px;
}

.client-list h3 {
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 22px;
  color: #223f9a;
}

/* RESPONSIVE TABLE WRAPPER */
.table-responsive {
  width: 100%;
  overflow-x: auto;
}

/* CLEAN TABLE DESIGN */
.client-list table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}

/* HEADER */
.client-list table thead {
  background: #223f9a;
}

.client-list table th {
  color: #fff;
  padding: 12px;
  font-size: 15px;
  text-align: left;
}

/* BODY */
.client-list table td {
  padding: 10px;
  font-size: 14px;
  border-bottom: 1px solid #eee;
}

/* ZEBRA EFFECT */
.client-list table tbody tr:nth-child(even) {
  background: #f7f9ff;
}

/* HOVER EFFECT */
.client-list table tbody tr:hover {
  background: #eaf0ff;
}

/* MOBILE FIX */
@media (max-width: 768px) {
  .client-list h2 {
    font-size: 24px;
  }

  .client-list h3 {
    font-size: 18px;
  }

  .client-list table th,
  .client-list table td {
    font-size: 13px;
    padding: 8px;
  }
}

/* CTA SECTION */
.client-cta {
    text-align: center;
    margin-top: 40px;
    padding: 30px;
    background: #f5f7ff;
    border-radius: 10px;
}

.client-cta p {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 500;
}

/* BUTTONS */
.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

/* REQUEST BUTTON */
.btn-request {
    background: #223f9a;
    color: #fff;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
}

.btn-request:hover {
    background: #0a2c52;
}

/* WHATSAPP BUTTON */
.btn-whatsapp {
    background: #25D366;
    color: #fff;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
}

.btn-whatsapp i {
    margin-right: 5px;
}

.btn-whatsapp:hover {
    background: #1ebe5d;
}

/* MOBILE */
@media (max-width: 768px) {
    .client-cta p {
        font-size: 16px;
    }
}

/* AUTO SERIAL */
.client-list table {
  counter-reset: rowNumber;
}
.client-list table tbody tr {
  counter-increment: rowNumber;
}
.client-list table td.sl-no::before {
  content: counter(rowNumber);
  font-weight: bold;
}

/* ALIGN */
.client-list table td:first-child {
  width: 60px;
  text-align: center;
}


.gallery-section {
  padding: 60px 0;
  background-color: #f9f9f9;
}
.gallery-grid {
  margin: 0 -15px;
}
.gallery-item {
  padding: 15px;
}
.gallery-item a {
  display: block;
  overflow: hidden;
  box-shadow: 0 4px 10px rgb(0 0 0 / 0.1);
}
.gallery-item img,
.surgeon-avatar img {
  transition: transform 0.5s;
  width: 100%;
  object-fit: cover;
}
.gallery-item a:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgb(0 0 0 / 0.15);
}
.gallery-item img {
  height: 250px;
  display: block;
}
.gallery-item a:hover img,
.surgeon-avatar:hover img,
.surgeon-photo:hover img {
  transform: scale(1.05);
}
.lightbox-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 0.9);
  text-align: center;
}
.lightbox-modal.active {
  display: flex;
  align-items: center;
  justify-content: center;
}
.lightbox-content {
  max-width: 90%;
  max-height: 90%;
  position: relative;
  display: inline-block;
}
.lightbox-content img {
  max-width: 100%;
  max-height: 90vh;
  border: 3px solid #fff;
  border-radius: 5px;
}
.lightbox-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
  z-index: 10000;
}
.lightbox-next,
.lightbox-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 40px;
  cursor: pointer;
  background: rgb(0 0 0 / 0.3);
  padding: 10px 15px;
  border-radius: 50%;
  transition: background 0.3s;
  z-index: 10000;
}
.lightbox-next:hover,
.lightbox-prev:hover {
  background: rgb(0 0 0 / 0.7);
}
.lightbox-prev {
  left: -60px;
}
.lightbox-next {
  right: -60px;
}
.lightbox-counter {
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  color: #fff;
  font-size: 14px;
}
@media (max-width: 768px) {
  .certificate-box {
    padding: 20px 12px;
  }
  .certificate-box h4 {
    font-size: 16px;
  }
  .certificate-box p {
    font-size: 13px;
  }
  .gallery-item img {
    height: 200px;
  }
  .lightbox-prev {
    left: 10px;
  }
  .lightbox-next {
    right: 10px;
  }
}
/* LIGHTBOX STYLE */
.lightbox-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 60px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.9);
  text-align: center;
}

.lightbox-modal.active {
  display: block;
}

#lightbox-img {
  max-width: 90%;
  max-height: 80vh;
  margin-top: 30px;
}

.close-btn {
  position: absolute;
  top: 20px;
  right: 35px;
  color: #fff;
  font-size: 40px;
  cursor: pointer;
}

.lightbox-nav span {
  position: absolute;
  top: 50%;
  color: #fff;
  font-size: 40px;
  cursor: pointer;
  padding: 10px;
}

.lightbox-nav span:first-child {
  left: 20px;
}

.lightbox-nav span:last-child {
  right: 20px;
}

#lightbox-counter {
  color: #fff;
  margin-top: 15px;
}

 /* ===== MODERN CONTACT CARDS ===== */
    .modern-contact {
        padding: 60px 0;
        background: linear-gradient(145deg, #ffffff 0%, #f8fafc 100%);
    }
    .contact-intro {
        font-size: 1.1rem;
        color: #475569;
        max-width: 600px;
        margin: 0 auto 40px;
        text-align: center;
    }
    .modern-contact-card {
        background: #ffffff;
        border-radius: 28px;
        padding: 30px 20px 28px;
        text-align: center;
        transition: all 0.3s ease;
        box-shadow: 0 12px 28px -8px rgba(0, 0, 0, 0.05);
        border: 1px solid #eef2ff;
        height: 100%;
    }
    .modern-contact-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 20px 32px -12px rgba(34, 63, 154, 0.12);
        border-color: #cad2ff;
    }
    .modern-contact-card .card-icon {
        width: 70px;
        height: 70px;
        margin: 0 auto 20px;
        background: #eef4ff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 32px;
        color: #000000;
        transition: 0.2s;
    }
    .modern-contact-card:hover .card-icon {
        background: #000000;
        color: white;
    }
    .modern-contact-card h5 {
        font-size: 1.35rem;
        font-weight: 700;
        margin-bottom: 15px;
        color: #0f172a;
    }
    .modern-contact-card p {
        font-size: 0.95rem;
        line-height: 1.5;
        color: #334155;
    }
    .near-text {
        font-size: 0.85rem;
        display: inline-block;
        margin-top: 5px;
        color: #5b6e8c;
    }
    .contact-link {
        color: #1e3a8a;
        font-weight: 500;
        text-decoration: none;
        border-bottom: 1px dashed #b9c8ff;
        transition: 0.2s;
    }
    .contact-link:hover {
        color: #0f2b6d;
        border-bottom-color: #1e3a8a;
    }

    /* ===== MODERN FORM SECTION ===== */
    .modern-form-section {
        padding: 60px 0;
        background: #ffffff;
    }
    .form-intro {
        color: #475569;
        max-width: 560px;
        margin: 0 auto 20px;
    }
    .modern-form-wrapper {
        background: #ffffff;
        border-radius: 36px;
        padding: 40px 32px;
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.03), 0 8px 18px rgba(0, 0, 0, 0.03);
        border: 1px solid #eef2ff;
        transition: box-shadow 0.3s;
    }
    .modern-form-wrapper:hover {
        box-shadow: 0 24px 48px -12px rgba(34, 63, 154, 0.08);
    }
    .form-floating > .modern-input {
        border-radius: 20px;
        border: 1px solid #e2e8f0;
        background: #ffffff;
        padding: 1rem 0.75rem;
        height: auto;
        font-size: 0.95rem;
        transition: all 0.2s;
    }
    .form-floating > .modern-input:focus {
        border-color: #1e3a8a;
        box-shadow: 0 0 0 3px rgba(30, 58, 138, 0.1);
        outline: none;
    }
    .form-floating > label {
        padding: 0.7rem 0.75rem;
        font-weight: 450;
        color: #5b6e8c;
    }
    textarea.modern-input {
        resize: vertical;
    }
    .btn-modern-submit {
        background: #000000;
        color: white;
        border: none;
        padding: 14px 38px;
        font-size: 1rem;
        font-weight: 600;
        border-radius: 60px;
        transition: 0.3s;
        display: inline-flex;
        align-items: center;
        gap: 12px;
        cursor: pointer;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    }
    .btn-modern-submit i {
        font-size: 1rem;
        transition: transform 0.2s;
    }
    .btn-modern-submit:hover {
        background: #0f2b6d;
        transform: translateY(-2px);
        box-shadow: 0 12px 20px -8px rgba(30, 58, 138, 0.3);
    }
    .btn-modern-submit:hover i {
        transform: translateX(4px);
    }

    /* ===== MODERN MAP (RESPONSIVE) ===== */
    .modern-map {
        padding: 0;
        margin: 0;
        background: #f1f5f9;
    }
    .map-container {
        width: 100%;
        height: 480px;
        position: relative;
        overflow: hidden;
    }
    .map-container iframe {
        width: 100%;
        height: 100%;
        display: block;
        filter: grayscale(0.05) contrast(1.02);
        transition: filter 0.3s;
    }
    .map-container iframe:hover {
        filter: grayscale(0);
    }

    /* Responsive tweaks */
    @media (max-width: 992px) {
        .modern-contact-card {
            padding: 25px 18px;
        }
        .modern-form-wrapper {
            padding: 30px 24px;
        }
        .map-container {
            height: 380px;
        }
    }
    @media (max-width: 768px) {
        .modern-contact-card .card-icon {
            width: 60px;
            height: 60px;
            font-size: 28px;
        }
        .modern-contact-card h5 {
            font-size: 1.2rem;
        }
        .btn-modern-submit {
            padding: 12px 28px;
            font-size: 0.9rem;
        }
        .map-container {
            height: 280px;
        }
        .contact-intro, .form-intro {
            font-size: 0.95rem;
        }
        .sec-title {
            font-size: 1.8rem;
        }
    }
    @media (max-width: 480px) {
        .modern-contact-card {
            padding: 22px 12px;
        }
        .modern-form-wrapper {
            padding: 24px 16px;
        }
        .form-floating > .modern-input {
            font-size: 0.9rem;
            padding: 0.8rem 0.65rem;
        }
        .btn-modern-submit {
            width: 100%;
            justify-content: center;
        }
    }

    /* Fix for Bootstrap row gap (if g-4 is not supported fallback) */
    .row.g-4 {
        --bs-gutter-y: 1.5rem;
        margin-top: calc(-1 * var(--bs-gutter-y));
    }
    .row.g-4 > * {
        margin-top: var(--bs-gutter-y);
    }
    /* Ensure hr.center styles don't break */
    hr.center {
        margin-left: auto;
        margin-right: auto;
        width: 70px;
        background-color: #1e3a8a;
        height: 3px;
        opacity: 1;
    }
    /* Keep aos animations working */
    [data-aos] {
        pointer-events: auto;
    }