* {
  margin: 0px;
  padding: 0px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  padding: 0px;
  font-weight: bold;
  color: #082478;
}
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: #223f9a;
  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: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
}

.header-top {
  background: #223f9a;
  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: 180px;
}
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 {
  max-width: 250px;
}
.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 7px;
}
.header-menu .navbar ul.navbar-nav li a {
  font-size: 16px;
  padding: 5px 0px;
  color: #223f9a;
  text-transform: uppercase;
  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: 220px;
  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;
}

.home-banner .owl-carousel .item img {
  position: relative;
  height: 630px;
  object-fit: cover;
  width: 100%;
}
.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: #223f9a;
  padding: 50px 0;
}
.count .align {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.count .count-info {
  text-align: center;
  width: 100%;
  background: #2b48a3db;
  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: #162c72;
  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 #1b3587;
}
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: #082478;
    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: #223f9a;
    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; }