/* Css For Firbrigs */

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header/style-one/style-two
5. Main Slider/style-one/style-two
6. Intro Section
7. Welcome Section
9. Cta Section
8. Research Fields
10. Testimonial Section
11. Researches Section
12. Team Section
14. Video
15. Fact Counter
16. News Section
19. Clients Section
20. Main Footer
21. Footer Bottom
22. Research Style Two
23. Innovative Solution
24. Discover Section
25. Testimonial Section
26. Chooseus Section
27. News Style Two
28. Page Title
29. Research Page Section
30. Research Details
31. Professor Page Section
32. Professor Details
33. About Section
34. Error Section
35. Blog Page Section
36. Blog Details
37. Blog Sidebar
38. Contact Section
39. Google Map


**********************************************/

/*** 

====================================================================
  Reset
====================================================================

 ***/
* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
}

/*** 

====================================================================
  Global Settings
====================================================================

 ***/

body {
  font-size: 18px;
  color: #716868;
  line-height: 34px;
  font-weight: 400;
  background: #ffffff;
  font-family: "Titillium Web", sans-serif;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-font-smoothing: antialiased;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
    padding: 0px 15px;
  }
}

.large-container {
  max-width: 1500px;
  padding: 0px 15px;
  margin: 0 auto;
}

.container-fluid {
  padding: 0px;
}

.auto-container {
  position: static;
  max-width: 1400px;
  padding: 0px 15px;
  margin: 0 auto;
}

.small-container {
  max-width: 680px;
  margin: 0 auto;
}

.boxed_wrapper {
  position: relative;
  margin: 0 auto;
  overflow: hidden !important;
  width: 100%;
  min-width: 300px;
}

a {
  text-decoration: none;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

a:hover {
  text-decoration: none;
  outline: none;
}

input,
button,
select,
textarea {
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

input {
  transition: all 500ms ease;
}

button:focus,
input:focus,
textarea:focus {
  outline: none;
  box-shadow: none;
  transition: all 500ms ease;
}

p {
  position: relative;
  font-family: "Titillium Web", sans-serif;
  color: #716868;
  font-weight: 400;
  margin: 0px;
  transition: all 500ms ease;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  color: #2d2727;
  margin: 0px;
  transition: all 500ms ease;
}

/* Preloader */

.handle-preloader {
  align-items: center;
  -webkit-align-items: center;
  display: flex;
  display: -ms-flexbox;
  height: 100%;
  justify-content: center;
  -webkit-justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99999;
  background: #fff;
}

.preloader-close {
  position: fixed;
  z-index: 999999;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  padding: 5px 20px;
  cursor: pointer;
  right: 0;
  bottom: 0;
  font-weight: 600;
}

.handle-preloader .animation-preloader {
  position: absolute;
  z-index: 100;
}

.handle-preloader .animation-preloader .spinner {
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  height: 150px;
  margin: 0 auto 45px auto;
  width: 150px;
}

.handle-preloader .animation-preloader .txt-loading {
  text-align: center;
  user-select: none;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before {
  animation: letters-loading 4s infinite;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  top: 0;
  position: absolute;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading {
  font-weight: 400;
  letter-spacing: 15px;
  display: inline-block;
  position: relative;
  font-size: 70px;
  line-height: 70px;
  text-transform: uppercase;
}

.handle-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(2):before {
  animation-delay: 0.2s;
}
.handle-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(3):before {
  animation-delay: 0.4s;
}
.handle-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(4):before {
  animation-delay: 0.6s;
}
.handle-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(5):before {
  animation-delay: 0.8s;
}
.handle-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(6):before {
  animation-delay: 1s;
}
.handle-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(7):before {
  animation-delay: 1.2s;
}
.handle-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(8):before {
  animation-delay: 1.4s;
}
.handle-preloader .loader-section {
  background-color: #ffffff;
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
}

.preloader .loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading {
  color: #cc5e28;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before {
  color: #cc5e28;
}

.handle-preloader .animation-preloader .spinner {
  border: 3px solid #cc5e28;
  border-top-color: rgba(204, 94, 40, 0.3);
}

/* AnimaciÃ³n del preloader */
@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}
@keyframes letters-loading {
  0%,
  75%,
  100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}

@media screen and (max-width: 767px) {
  .handle-preloader .animation-preloader .spinner {
    height: 8em;
    width: 8em;
  }
}
@media screen and (max-width: 500px) {
  .handle-preloader .animation-preloader .spinner {
    height: 7em;
    width: 7em;
  }
  .handle-preloader .animation-preloader .txt-loading .letters-loading {
    font-size: 40px;
    letter-spacing: 10px;
  }
}

.centred {
  text-align: center;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

figure {
  margin: 0px;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
}

/** button **/

.theme-btn-one {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  font-weight: 700;
  color: #fff !important;
  text-align: center;
  padding: 22px 60px;
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 1;
}

.theme-btn-one:before {
  position: absolute;
  content: "";
  width: 0%;
  height: 100%;
  background: #2d2727;
  left: 0px;
  top: 0px;
  z-index: -1;
  transition: all 500ms ease;
}

.theme-btn-one:hover:before {
  width: 100%;
}

.pagination {
  position: relative;
  display: block;
}

.pagination li {
  display: inline-block;
  margin: 0px 3px;
}

.pagination li a {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  height: 75px;
  width: 75px;
  line-height: 75px;
  background: #f5f0f0;
  text-align: center;
  color: #2d2727;
  z-index: 1;
  transition: all 500ms ease;
}

.pagination li a:hover,
.pagination li a.active {
  color: #fff;
}

.pagination li:last-child a {
  color: #fff;
  background: #2d2727;
}

.sec-pad {
  padding: 120px 0px !important;
}

.mr-0 {
  margin: 0px !important;
}

.scroll-top {
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: fixed;
  bottom: 105%;
  right: 30px;
  font-size: 24px;
  z-index: 99;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  transition: 1s ease;
}

.scroll-top.open {
  bottom: 50px;
}

.scroll-top span {
  color: #fff;
}

.sec-title {
  position: relative;
  display: block;
  margin-bottom: 40px;
}

.sec-title.centred {
  text-align: center !important;
}

.sec-title p {
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  color: #716868;
  padding-bottom: 4px;
}

.sec-title p:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  left: 0px;
  bottom: 0px;
}

.sec-title h2 {
  position: relative;
  display: block;
  font-size: 50px;
  line-height: 60px;
  font-weight: 900;
  margin: 0px;
}

.sec-title.light h2 {
  color: #fff;
}

.sec-title.light p {
  color: rgba(255, 255, 255, 0.6);
}

/*** 

====================================================================
                        Home-Page-One
====================================================================

***/

/** main-header **/

.main-header {
  position: relative;
  left: 0px;
  top: 0px;
  z-index: 999;
  width: 100%;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.sticky-header {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  left: 0px;
  top: 0px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  width: 100%;
  z-index: 0;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.fixed-header .sticky-header {
  z-index: 999;
  opacity: 1;
  visibility: visible;
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/** header-top **/

.header-top {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #ede6e6;
  padding: 7px 0px;
}

.header-top .text p {
  font-size: 16px;
  font-style: italic;
}

.header-top .social-links li {
  position: relative;
  display: inline-block;
  margin-right: 15px;
}

.header-top .social-links li:last-child {
  margin: 0px !important;
}

.header-top .social-links li a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #706767;
}

.header-top .social-links li a:hover {
}

/** header-lower **/

.header-lower {
  position: relative;
  background: #fff;
  width: 100%;
}

.main-header .logo-box {
  position: relative;
  padding: 24px 0px;
  margin-right: 90px;
}

.main-header .logo-box .logo {
  position: relative;
  max-width: 166px;
  width: 100%;
}

.main-header .logo-box .logo img {
  width: 100%;
}

.main-header .support-box {
  position: relative;
  padding: 30px 0px 30px 65px;
}

.main-header .support-box:before {
  position: absolute;
  content: "";
  background: #ede6e6;
  width: 1px;
  height: 100%;
  left: -60px;
  top: 0px;
}

.main-header .support-box i {
  position: absolute;
  left: 0px;
  top: 30px;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 20px;
  color: #fff;
}

.main-header .support-box p {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.main-header .support-box h4 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}

.main-header .support-box h4 a {
  display: inline-block;
  color: #2d2727;
}

.main-header .support-box h4 a:hover {
}

.main-header .outer-box {
  position: relative;
}

/** main-menu **/

.main-menu {
  float: left;
}

.main-menu .navbar-collapse {
  padding: 0px;
  display: block !important;
}

.main-menu .navigation {
  margin: 0px;
}

.main-menu .navigation > li {
  position: inherit;
  float: left;
  z-index: 2;
  padding: 34px 0px 40px 0px;
  margin: 0px 26px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navigation > li:last-child {
  margin-right: 0px !important;
}

.main-menu .navigation > li:first-child {
  margin-left: 0px !important;
}

.main-menu .navigation > li > a {
  position: relative;
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  opacity: 1;
  color: #706767;
  z-index: 1;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu .navigation > li.current > a,
.main-menu .navigation > li:hover > a {
  color: #2d2727;
}

.main-menu .navigation > li > ul,
.main-menu .navigation > li > .megamenu {
  position: absolute;
  left: inherit;
  top: 100%;
  width: 250px;
  z-index: 100;
  display: none;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0px;
  background: #2d2727;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -webkit-box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.main-menu .navigation > li > ul.from-right {
  left: auto;
  right: 0px;
}

.main-menu .navigation > li > ul > li {
  position: relative;
  width: 100%;
  padding: 0px 30px;
  -webkit-transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
  transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

.main-menu .navigation > li:hover > ul > li {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.main-menu .navigation > li > ul > li:nth-child(2n + 1) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.main-menu .navigation > li > ul > li:nth-child(2n + 2) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.main-menu .navigation > li > ul > li:nth-child(2n + 3) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.main-menu .navigation > li > ul > li:nth-child(2n + 4) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.main-menu .navigation > li > ul > li:nth-child(2n + 5) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.main-menu .navigation > li > ul > li:nth-child(2n + 6) {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.main-menu .navigation > li > ul > li:nth-child(2n + 7) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.main-menu .navigation > li > ul > li:nth-child(2n + 8) {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}

.main-menu .navigation > li > ul > li:last-child {
  border-bottom: none;
}

.main-menu .navigation > li > ul > li > a,
.main-menu .navigation > li > .megamenu li > a {
  position: relative;
  display: block;
  padding: 14px 0px;
  line-height: 24px;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li > a:hover,
.main-menu .navigation > li > .megamenu li > a:hover {
}

.main-menu .navigation > li > ul > li:last-child > a,
.main-menu .navigation > li > .megamenu li:last-child > a {
  border-bottom: none;
}

.main-menu .navigation > li > ul > li > a:hover {
}

.main-menu .navigation > li > ul > li.dropdown > a:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f105";
  position: absolute;
  right: 20px;
  top: 14px;
  display: block;
  line-height: 24px;
  font-size: 16px;
  font-weight: 800;
  text-align: center;
  z-index: 5;
}

.main-menu .navigation > li > ul > li > ul {
  position: absolute;
  right: 100%;
  top: 0%;
  width: 230px;
  z-index: 100;
  display: none;
  padding: 10px 0px;
  background: #2d2727;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -webkit-box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.main-menu .navigation > li > ul > li > ul.from-right {
  left: auto;
  right: 0px;
}

.main-menu .navigation > li > ul > li > ul > li {
  position: relative;
  width: 100%;
  padding: 0px 30px;
}

.main-menu .navigation > li > ul > li > ul > li {
  position: relative;
  width: 100%;
  padding: 0px 30px;
  -webkit-transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
  transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

.main-menu .navigation > li > ul > li:hover > ul > li {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.main-menu .navigation > li > ul > li > ul > li:nth-child(2n + 1) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.main-menu .navigation > li > ul > li > ul > li:nth-child(2n + 2) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.main-menu .navigation > li > ul > li > ul > li:nth-child(2n + 3) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.main-menu .navigation > li > ul > li > ul > li:nth-child(2n + 4) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.main-menu .navigation > li > ul > li > ul > li:last-child {
  border-bottom: none;
}

.main-menu .navigation > li > ul > li > ul > li:last-child {
  border-bottom: none;
}

.main-menu .navigation > li > ul > li > ul > li > a {
  position: relative;
  display: block;
  padding: 14px 0px;
  line-height: 24px;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li:last-child > a {
  border-bottom: none;
}

.main-menu .navigation > li > ul > li > ul > li > a:hover {
}

.main-menu .navigation > li > ul > li > ul > li.dropdown > a:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f105";
  position: absolute;
  right: 20px;
  top: 12px;
  display: block;
  line-height: 24px;
  font-size: 16px;
  font-weight: 900;
  z-index: 5;
}

.main-menu .navigation > li.dropdown:hover > ul,
.main-menu .navigation > li.dropdown:hover > .megamenu {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  top: 99%;
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
}

.main-menu .navigation li > ul > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  top: 0%;
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
}

.main-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: -32px;
  top: 66px;
  width: 34px;
  height: 30px;
  text-align: center;
  font-size: 18px;
  line-height: 26px;
  color: #3b3b3b;
  cursor: pointer;
  display: none;
  z-index: 5;
  transition: all 500ms ease;
}

.main-menu .navigation li.current.dropdown .dropdown-btn,
.main-menu .navigation li:hover .dropdown-btn {
}

.main-menu .navigation li.dropdown ul li.dropdown .dropdown-btn {
  display: none;
}

.menu-area .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  color: #3786ff;
  display: none;
}

.menu-area .mobile-nav-toggler .icon-bar {
  position: relative;
  height: 2px;
  width: 30px;
  display: block;
  margin-bottom: 5px;
  background-color: #3b3b3b;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.menu-area .mobile-nav-toggler .icon-bar:last-child {
  margin-bottom: 0px;
}

.main-header .sticky-header .logo-box {
  padding: 18px 0px;
}

.main-header .sticky-header .main-menu .navigation > li {
  padding: 30px 0px !important;
}

.main-header .sticky-header .support-box {
  padding: 23px 0px 23px 65px;
}

.main-header .sticky-header .support-box i {
  top: 23px;
}

/** megamenu-style **/

.main-menu .navigation > li.dropdown > .megamenu {
  position: absolute;
  width: 100%;
  padding: 30px 50px;
  left: 0px;
}

.main-menu .navigation li.dropdown .megamenu li h4 {
  font-weight: 500;
  padding: 3px 0px;
  color: #fff;
}

/** mobile-menu **/

.nav-outer .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  color: #3786ff;
  display: none;
}

.mobile-menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  padding-right: 30px;
  max-width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
}

.mobile-menu .navbar-collapse {
  display: block !important;
}

.mobile-menu .nav-logo {
  position: relative;
  padding: 50px 25px;
  text-align: left;
  padding-bottom: 100px;
}

.mobile-menu-visible {
  overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
  opacity: 1;
  visibility: visible;
}

.mobile-menu .menu-backdrop {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
  opacity: 0.7;
  visibility: visible;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.mobile-menu .menu-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: #202020;
  padding: 0px 0px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.mobile-menu .close-btn {
  position: absolute;
  right: 25px;
  top: 10px;
  line-height: 30px;
  width: 24px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.mobile-menu .close-btn:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.mobile-menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  float: none;
}

.mobile-menu .navigation li {
  position: relative;
  display: block;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation li > ul > li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation li > a {
  position: relative;
  display: block;
  line-height: 24px;
  padding: 10px 25px;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.mobile-menu .navigation li ul li > a {
  font-size: 16px;
  margin-left: 20px;
  text-transform: capitalize;
}

.mobile-menu .navigation li > a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  border-left: 5px solid #fff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.mobile-menu .navigation li.current > a:before {
  height: 100%;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: 6px;
  top: 6px;
  width: 32px;
  height: 32px;
  text-align: center;
  font-size: 16px;
  line-height: 32px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  cursor: pointer;
  border-radius: 2px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open {
  background: #fff;
  color: #3b3b3b;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul,
.mobile-menu .navigation > li.dropdown > .megamenu {
  display: none;
}

.mobile-menu .social-links {
  position: relative;
  padding: 0px 25px;
}

.mobile-menu .social-links li {
  position: relative;
  display: inline-block;
  margin: 0px 10px 10px;
}

.mobile-menu .social-links li a {
  position: relative;
  line-height: 32px;
  font-size: 16px;
  color: #ffffff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.mobile-menu .social-links li a:hover {
}

div#mCSB_1_container {
  top: 0px !important;
}

.mobile-menu .contact-info {
  position: relative;
  padding: 120px 30px 20px 30px;
}

.mobile-menu .contact-info h4 {
  position: relative;
  font-size: 20px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 20px;
}

.mobile-menu .contact-info ul li {
  position: relative;
  display: block;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 3px;
}

.mobile-menu .contact-info ul li a {
  color: rgba(255, 255, 255, 0.8);
}

.mobile-menu .contact-info ul li a:hover {
}

.mobile-menu .contact-info ul li:last-child {
  margin-bottom: 0px;
}

/** banner-section **/

.banner-section {
  position: relative;
  overflow: hidden;
}

.banner-section.style-one:before {
  position: absolute;
  content: "";
  background: #fff;
  width: 50%;
  height: 166px;
  left: 0px;
  bottom: 0px;
  z-index: 2;
  clip-path: polygon(0% 50%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
}

.banner-section.style-one:after {
  position: absolute;
  content: "";
  background: #fff;
  width: calc(50% + 1px);
  height: 166px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  clip-path: polygon(0% 0%, 200% 100%, 100% 100%, 0% 100%, 0% 0%);
}

.banner-section .pattern-layer {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 166px;
  z-index: 3;
}

.banner-section .pattern-layer:before {
  position: absolute;
  content: "";
  width: 50%;
  height: 166px;
  left: 0px;
  bottom: 0px;
  z-index: 2;
  clip-path: polygon(0% 40%, 100% 0%, 100% 0%, 0% 100%, 0% 0%);
}

.banner-section .pattern-layer:after {
  position: absolute;
  content: "";
  width: 20%;
  height: 166px;
  right: 0px;
  bottom: -49px;
  z-index: 2;
  clip-path: polygon(0% 0%, 100% 19%, 100% 100%, 175% 100%, 0% 0%);
  transform: rotate(0deg);
}

.banner-carousel {
  position: relative;
}

.banner-carousel .slide-item {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 165px 0px 300px 0px;
}

.banner-carousel .slide-item:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #2d2727;
  top: 0px;
  right: 0px;
  z-index: 1;
  opacity: 0.5;
}

.banner-carousel .slide-item .image-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 6000ms linear;
  -moz-transition: all 6000ms linear;
  -ms-transition: all 6000ms linear;
  -o-transition: all 6000ms linear;
  transition: all 6000ms linear;
}

.banner-carousel .active .slide-item .image-layer {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

.banner-carousel .content-box {
  position: relative;
  display: block;
  max-width: 920px;
  z-index: 5;
}

.banner-carousel .content-box h1 {
  position: relative;
  display: block;
  color: #fff;
  font-size: 90px;
  line-height: 95px;
  font-weight: 900;
  margin-bottom: 38px;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-carousel .active .content-box h1 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 700ms;
  -moz-transition-delay: 700ms;
  -ms-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  transition-delay: 700ms;
}

.banner-carousel .content-box p {
  position: relative;
  display: inline-block;
  color: rgba(255, 255, 255, 0.8);
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 42px;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-carousel .active .content-box p {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.banner-carousel .content-box .btn-box {
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-carousel .active .content-box .btn-box {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1300ms;
  -moz-transition-delay: 1300ms;
  -ms-transition-delay: 1300ms;
  -o-transition-delay: 1300ms;
  transition-delay: 1300ms;
}

.owl-dots-none .owl-dots,
.owl-nav-none .owl-nav {
  display: none !important;
}

.banner-section.style-one .owl-dots {
  position: absolute;
  top: 50%;
  right: 100px;
  transform: translateY(-50%);
}

.banner-section.style-one .owl-theme .owl-dots .owl-dot {
  display: block;
}

.banner-section .owl-theme .owl-dots .owl-dot span {
  position: relative;
  display: block;
  background: transparent;
  width: 20px;
  height: 20px;
  border: 4px solid rgba(255, 255, 255, 0.2);
  margin: 10px 0px;
  cursor: pointer;
  transition: all 500ms ease;
}

.banner-section .owl-theme .owl-dots .owl-dot.active span,
.banner-section .owl-theme .owl-dots .owl-dot span:hover {
  border-color: #fff;
}

/* New banner css */

/** emergency-banner-section **/

.emergency-banner-section {
  position: relative;
  overflow: hidden;
}

.emergency-banner-section.rescue-style-one:before {
  position: absolute;
  content: "";
  background: #fff;
  width: 50%;
  height: 166px;
  left: 0px;
  bottom: 0px;
  z-index: 2;
  clip-path: polygon(0% 50%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
}

.emergency-banner-section.rescue-style-one:after {
  position: absolute;
  content: "";
  background: #fff;
  width: calc(50% + 1px);
  height: 166px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  clip-path: polygon(0% 0%, 200% 100%, 100% 100%, 0% 100%, 0% 0%);
}

.emergency-banner-section .rescue-pattern-layer {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 166px;
  z-index: 3;
}

.emergency-banner-section .rescue-pattern-layer:before {
  position: absolute;
  content: "";
  width: 50%;
  height: 166px;
  left: 0px;
  bottom: 0px;
  z-index: 2;
  clip-path: polygon(0% 40%, 100% 0%, 100% 0%, 0% 100%, 0% 0%);
}

.emergency-banner-section .rescue-pattern-layer:after {
  position: absolute;
  content: "";
  width: 20%;
  height: 166px;
  right: 0px;
  bottom: -49px;
  z-index: 2;
  clip-path: polygon(0% 0%, 100% 19%, 100% 100%, 175% 100%, 0% 0%);
  transform: rotate(0deg);
}

.rescue-banner-carousel {
  position: relative;
}

.rescue-banner-carousel .rescue-slide-item {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 165px 0px 300px 0px;
}

.rescue-banner-carousel .rescue-slide-item:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #2d2727;
  top: 0px;
  right: 0px;
  z-index: 1;
  opacity: 0.5;
}

.rescue-banner-carousel .rescue-slide-item .rescue-image-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 6000ms linear;
  -moz-transition: all 6000ms linear;
  -ms-transition: all 6000ms linear;
  -o-transition: all 6000ms linear;
  transition: all 6000ms linear;
}

.rescue-banner-carousel .active .rescue-slide-item .rescue-image-layer {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

.rescue-banner-carousel .emergency-content-box {
  position: relative;
  display: block;
  max-width: 920px;
  z-index: 5;
}

.rescue-banner-carousel .emergency-content-box .sos-heading {
  position: relative;
  display: block;
  margin-bottom: 10px;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.rescue-banner-carousel .emergency-content-box .sos-heading img {
  max-width: 200px;
  height: auto;
  display: block;
  filter: drop-shadow(2px 2px 8px rgba(0, 0, 0, 0.5));
  border-radius: 50% !important;
}

.rescue-banner-carousel .active .emergency-content-box .sos-heading {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 500ms;
  -moz-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  transition-delay: 500ms;
}

.rescue-banner-carousel .emergency-content-box h1 {
  position: relative;
  display: block;
  color: #fff;
  font-size: 65px;
  line-height: 75px;
  font-weight: 700;
  margin-bottom: 38px;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.rescue-banner-carousel .active .emergency-content-box h1 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 800ms;
  -moz-transition-delay: 800ms;
  -ms-transition-delay: 800ms;
  -o-transition-delay: 800ms;
  transition-delay: 800ms;
}

.rescue-banner-carousel .emergency-content-box p {
  position: relative;
  display: inline-block;
  color: rgba(255, 255, 255, 0.8);
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 42px;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.rescue-banner-carousel .active .emergency-content-box p {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1100ms;
  -moz-transition-delay: 1100ms;
  -ms-transition-delay: 1100ms;
  -o-transition-delay: 1100ms;
  transition-delay: 1100ms;
}

.rescue-banner-carousel .emergency-content-box .rescue-btn-box {
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.rescue-banner-carousel .active .emergency-content-box .rescue-btn-box {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1400ms;
  -moz-transition-delay: 1400ms;
  -ms-transition-delay: 1400ms;
  -o-transition-delay: 1400ms;
  transition-delay: 1400ms;
}

.owl-dots-none .owl-dots,
.owl-nav-none .owl-nav {
  display: none !important;
}

.emergency-banner-section.rescue-style-one .owl-dots {
  position: absolute;
  top: 50%;
  right: 100px;
  transform: translateY(-50%);
}

.emergency-banner-section.rescue-style-one .owl-theme .owl-dots .owl-dot {
  display: block;
}

.emergency-banner-section .owl-theme .owl-dots .owl-dot span {
  position: relative;
  display: block;
  background: transparent;
  width: 20px;
  height: 20px;
  border: 4px solid rgba(255, 255, 255, 0.2);
  margin: 10px 0px;
  cursor: pointer;
  transition: all 500ms ease;
}

.emergency-banner-section .owl-theme .owl-dots .owl-dot.active span,
.emergency-banner-section .owl-theme .owl-dots .owl-dot span:hover {
  border-color: #fff;
}

/** about-section **/

.about-section {
  position: relative;
  padding: 10px 0px 120px 0px;
}

.image_block_1 .image-box {
  position: relative;
  display: block;
  padding-right: 60px;
  margin-right: 10px;
  padding-bottom: 60px;
  margin-top: 10px;
}

.image_block_1 .image-box:before {
  position: absolute;
  content: "";
  background: #f5f0f0;
  width: calc(100% + 60px);
  height: calc(100% - 60px);
  top: 60px;
  right: 0px;
}

.image_block_1 .image-box .image {
  position: relative;
  display: block;
  overflow: hidden;
}

.image_block_1 .image-box .image img {
  width: 100%;
}

.image_block_1 .image-box .image:before {
  position: absolute;
  top: 0;
  left: -80%;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(255, 255, 255, 0)),
    to(rgba(255, 255, 255, 0.3))
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.image_block_1 .image-box:hover .image:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.image_block_1 .image-box .image-content {
  position: absolute;
  left: -60px;
  bottom: 0px;
  max-width: 200px;
  width: 100%;
  padding: 34px 50px 37px 50px;
  text-align: center;
}

.image_block_1 .image-box .image-content h2 {
  font-size: 50px;
  line-height: 50px;
  color: #fff;
  font-weight: 900;
  margin-bottom: 14px;
}

.image_block_1 .image-box .image-content h5 {
  font-size: 18px;
  line-height: 27px;
  color: #fff;
  font-weight: 700;
}

.content_block_1 .content-box .support-box {
  position: relative;
  display: inline-block;
  padding: 20px 65px 20px 85px;
  background: #f5f0f0;
}

.content_block_1 .content-box .support-box i {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 20px;
  color: #fff;
}

.content_block_1 .content-box .support-box p {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.content_block_1 .content-box .support-box h4 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}

.content_block_1 .content-box .support-box h4 a {
  display: inline-block;
  color: #2d2727;
}

.content_block_1 .content-box .support-box h4 a:hover {
}

.content_block_1 .content-box {
  position: relative;
  margin-left: 70px;
}

.content_block_1 .content-box .text {
  margin-bottom: 41px;
}

.content_block_1 .content-box .inner-box {
  position: relative;
  margin-bottom: 44px;
}

.content_block_1 .content-box .inner-box .single-item {
  position: relative;
  float: left;
  width: 50%;
  padding-left: 75px;
}

.content_block_1 .content-box .inner-box .single-item i {
  position: absolute;
  left: 0px;
  top: 6px;
  font-size: 60px;
  line-height: 50px;
}

.content_block_1 .content-box .inner-box .single-item h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}

.content_block_1 .content-box .list-item {
  position: relative;
  margin-bottom: 42px;
}

.content_block_1 .content-box .list-item li {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  padding-left: 30px;
  margin-bottom: 12px;
}

.content_block_1 .content-box .list-item li:last-child {
  margin-bottom: 0px;
}

.content_block_1 .content-box .list-item li:before {
  position: absolute;
  content: "\f058";
  font-family: "Font Awesome 5 Pro";
  font-size: 16px;
  left: 0px;
  top: 0px;
  font-weight: 700;
}

.bg-color-1 {
  background-color: #f5f0f0;
}

/** service-section **/

.service-section {
  position: relative;
  padding: 115px 0px 120px 0px;
}

.service-section .bg-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.service-section .sec-title {
  margin-bottom: 50px;
}

.service-block-one .inner-box {
  position: relative;
  display: block;
  overflow: hidden;
}

.service-block-one .inner-box:before {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 0px;
  z-index: 2;
  clip-path: polygon(0% 100%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
  transition: all 500ms ease;
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
}

.service-block-one .inner-box:hover:before {
  height: 20px;
}

.service-block-one .inner-box .image-box {
  position: relative;
  display: block;
  overflow: hidden;
}

.service-block-one .inner-box .image-box img {
  width: 100%;
  transition: all 500ms ease;
}

.service-block-one .inner-box:hover .image-box img {
  transform: scale(1.1);
}

.service-block-one .inner-box .image-box:before {
  position: absolute;
  content: "";
  background: #2d2727;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.4;
  z-index: 1;
  transition: all 500ms ease;
}

.service-block-one .inner-box:hover .image-box:before {
  opacity: 0.9;
}

.service-block-one .inner-box .text {
  position: absolute;
  display: flex;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  align-items: center;
  justify-content: center;
  z-index: 2;
  padding: 30px 30px;
  opacity: 1;
  transition: all 500ms ease;
}

.service-block-one .inner-box:hover .text {
  opacity: 0;
}

.service-block-one .inner-box .text h2 {
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 38px;
  color: #fff;
  font-weight: 900;
}

.service-block-one .inner-box .overlay-content {
  position: absolute;
  left: 0px;
  top: 15px;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  z-index: 2;
  padding: 30px 30px;
  opacity: 0;
  transition: all 500ms ease;
}

.service-block-one .inner-box:hover .overlay-content {
  opacity: 1;
  top: 0px;
}

.service-block-one .inner-box .overlay-content h3 {
  position: relative;
  display: block;
  font-size: 26px;
  line-height: 36px;
  color: #fff;
  font-weight: 900;
  margin-bottom: 12px;
}

.service-block-one .inner-box .overlay-content h3 a {
  display: inline-block;
  color: #fff;
}

.service-block-one .inner-box .overlay-content p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 22px;
}

.service-block-one .inner-box .overlay-content .link a {
  position: relative;
  display: inline-block;
  font-size: 12px;
  line-height: 24px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  padding: 8px 28px;
  text-align: center;
  letter-spacing: 1px;
}

.bg-color-2 {
  background-color: #2d2727;
}

/** skrills-section **/

.skrills-section {
  position: relative;
  padding: 110px 0px;
}

.skrills-section .image-layer {
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.skrills-section .bg-layer {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 45%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.progress-box {
  margin-bottom: 25px;
  position: relative;
}

.progress-box:last-child {
  margin-bottom: 0px;
}

.progress-box .bar {
  position: relative;
  width: 100%;
  height: 8px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 0px;
  margin-bottom: 12px;
}

.progress-box .bar-inner {
  position: relative;
  display: block;
  width: 0px;
  height: 8px;
  -webkit-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  transition: all 1500ms ease;
}

.progress-box .count-text {
  position: absolute;
  top: -40px;
  right: 0px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 700;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}

.progress-box .bar-inner.counted .count-text {
  opacity: 1;
}

.progress-box h5 {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 10px;
}

.content_block_2 .content-box .text {
  position: relative;
  margin-bottom: 48px;
}

.content_block_2 .content-box .text p {
  color: rgba(255, 255, 255, 0.6);
}

.content_block_2 .content-box .inner-box .single-item {
  position: relative;
  float: left;
  width: 50%;
  padding: 9px 0px 10px 60px;
  min-height: 47px;
}

.content_block_2 .content-box .inner-box .single-item i {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 47px;
  height: 47px;
  line-height: 47px;
  text-align: center;
  border-radius: 50%;
  font-size: 16px;
  color: #fff;
}

.content_block_2 .content-box .inner-box .single-item h5 {
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  font-weight: 700;
}

.content_block_2 .content-box .inner-box {
  position: relative;
  margin-bottom: 55px;
}

/** cta-section **/

.cta-section {
  position: relative;
  padding: 86px 0px;
}

.cta-section .btn-box .theme-btn-one {
  background: #fff;
  color: #2d2727 !important;
}

.cta-section .btn-box .theme-btn-one:hover {
  color: #fff !important;
}

.cta-section .text h2 {
  position: relative;
  display: block;
  font-size: 40px;
  line-height: 56px;
  color: #fff;
  font-weight: 900;
}

.cta-section .text h2 a {
  display: inline-block;
  font-size: 50px;
  color: #fff;
}

.cta-section .text h2 a:hover {
  text-decoration: underline;
}

.cta-section .btn-box {
  position: relative;
  margin-top: 24px;
}

.cta-section .pattern-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.pt-6 {
  padding-top: 6px;
}

/** gallery-section **/

.gallery-section {
  position: relative;
}

.gallery-block-one .inner-box {
  position: relative;
  display: block;
  overflow: hidden;
}

.gallery-block-one .inner-box .image-box {
  position: relative;
  display: block;
  overflow: hidden;
}

.gallery-block-one .inner-box .image-box:before {
  position: absolute;
  content: "";
  width: 100%;
  left: 0px;
  top: 0px;
  height: 0%;
  opacity: 0.9;
  z-index: 1;
  clip-path: polygon(0% 0%, 100% 0%, 100% 95%, 0% 100%, 0% 0%);
  transition: all 500ms ease;
}

.gallery-block-one .inner-box:hover .image-box:before {
  height: 100%;
}

.gallery-block-one .inner-box .image-box img {
  width: 100%;
  transition: all 500ms ease;
}

.gallery-block-one .inner-box:hover .image-box img {
  transform: scale(1.1);
}

.gallery-block-one .inner-box .image-box .view-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0, 0);
  font-size: 60px;
  line-height: 50px;
  color: #fff;
  font-weight: 200;
  z-index: 1;
  transition: all 500ms ease;
  -webkit-transition-delay: 500ms;
  -moz-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  transition-delay: 500ms;
}

.gallery-block-one .inner-box:hover .image-box .view-btn {
  transform: translate(-50%, -50%) scale(1, 1);
}

/** funfact-section **/

.funfact-section {
  position: relative;
  padding: 110px 0px 120px 0px;
}

.content_block_3 .content-box {
  position: relative;
  display: block;
}

.funfact-section .content_block_3 .content-box {
  margin-right: -22px;
}

.content_block_3 .content-box .text {
  margin-bottom: 53px;
}

.content_block_3 .content-box .image-box {
  position: relative;
  display: block;
  overflow: hidden;
}

.content_block_3 .content-box .image-box img {
  width: 100%;
}

.content_block_3 .content-box .lower-box {
  position: relative;
  display: block;
  padding: 18px 20px 22px 30px;
}

.content_block_3 .content-box .lower-box h4 {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: 700;
}

.content_block_3 .content-box .lower-box a {
  position: absolute;
  top: 15px;
  right: 20px;
  background: #fff;
  font-size: 12px;
  line-height: 24px;
  color: #2d2727;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 8px 30px;
  text-align: center;
  z-index: 1;
}

.content_block_4 .counter-block {
  position: relative;
  display: block;
  background: #f5f0f0;
  padding: 80px 0px 10px 80px;
}

.funfact-section .content_block_4 .counter-block {
  margin-left: 70px;
  margin-top: 10px;
}

.content_block_4 .counter-block .counter-block-one {
  position: relative;
  padding: 3px 0px 61px 140px;
  border-bottom: 1px solid #fff;
  margin-bottom: 50px;
  min-height: 161px;
}

.content_block_4 .counter-block .counter-block-one:last-child {
  border-bottom: none;
  margin-bottom: 20px;
}

.content_block_4 .counter-block .counter-block-one .icon-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 110px;
  height: 110px;
  line-height: 110px;
  text-align: center;
  border-radius: 50%;
  font-size: 60px;
  color: #fff;
}

.content_block_4 .counter-block .counter-block-one .count-outer {
  position: relative;
  font-size: 50px;
  line-height: 60px;
  color: #2d2727;
  font-weight: 900;
  margin-bottom: 2px;
}

.content_block_4 .counter-block .counter-block-one p {
  font-weight: 600;
}

/** video-section **/

.video-section {
  position: relative;
  width: 100%;
  padding: 120px 0px 110px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.video-section:before {
  position: absolute;
  content: "";
  background: #2d2727;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.6;
}

.video-section .inner-box a {
  position: relative;
  display: inline-block;
  width: 108px;
  height: 108px;
  line-height: 108px;
  font-size: 30px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 39px;
}

.video-section .inner-box a:after,
.video-section .inner-box a:before {
  width: 108px;
  height: 108px;
  border-radius: 50%;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.video-section .inner-box a:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.video-section .inner-box h2 {
  font-size: 60px;
  line-height: 72px;
  color: #fff;
  font-weight: 900;
}

/** testimonial-section **/

.testimonial-section {
  position: relative;
  padding-top: 110px;
}

.testimonial-section .pattern-layer {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 290px;
  background-size: cover;
  background-repeat: repeat-x;
  animation: slide 60s linear infinite;
  -webkit-animation: slide 60s linear infinite;
}

.testimonial-section .sec-title {
  margin-bottom: 95px;
}

.testimonial-section .owl-stage-outer {
  overflow: visible;
}

.testimonial-section .owl-stage-outer .owl-item {
  opacity: 0;
  transition: all 500ms ease;
}

.testimonial-section .owl-stage-outer .owl-item.active {
  opacity: 1;
}

.testimonial-block-one .inner-box {
  position: relative;
  display: block;
  border: 1px solid #ede6e6;
  background: #fff;
  padding: 50px 60px 55px 60px;
}

.testimonial-block-one .inner-box:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0px;
  left: 0px;
  bottom: 0px;
  clip-path: polygon(0% 100%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
  transition: all 500ms ease;
}

.testimonial-block-one .inner-box:hover:before {
  height: 20px;
}

.testimonial-block-one .inner-box .author-thumb {
  position: relative;
  display: inline-block;
  width: 108px;
  height: 108px;
  background: transparent;
  border-radius: 50%;
  padding: 8px;
  overflow: hidden;
  margin-top: -55px;
  margin-bottom: 10px;
  transition: all 500ms ease;
}

.testimonial-block-one .inner-box:hover .author-thumb {
}

.testimonial-block-one .inner-box .author-thumb img {
  width: 100%;
  border-radius: 50%;
}

.testimonial-block-one .inner-box .text {
  position: relative;
  margin-bottom: 21px;
}

.testimonial-block-one .inner-box .text p {
  font-style: italic;
  line-height: 36px;
}

.testimonial-block-one .inner-box .author-info h4 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 0px;
}

.testimonial-block-one .inner-box .author-info .designation {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}

/** clients-section **/

.clients-section {
  position: relative;
  padding: 120px 0px;
}

.clients-section .clients-logo-box {
  position: relative;
  display: block;
}

.clients-section .clients-logo-box img {
  display: block;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
  opacity: 0.2;
  transition: all 500ms ease;
}

.clients-section .clients-logo-box img:hover {
  opacity: 1;
}

/** news-section **/

.news-section {
  position: relative;
  padding: 110px 0px 120px 0px;
}

.news-section .sec-title {
  margin-bottom: 50px;
}

.news-block-one {
  position: relative;
  display: block;
  background: #f5f0f0;
  padding: 40px 0px;
}

.news-block-one .image-box {
  position: relative;
  display: block;
  overflow: hidden;
}

.news-block-one .image-box .image {
  position: relative;
  display: block;
  overflow: hidden;
}

.news-block-one .image-box .image img {
  width: 100%;
  transition: all 500ms ease;
}

.news-block-one:hover .image-box .image img {
  opacity: 0.2;
  transform: scale(1.1);
}

.news-block-one .image-box .post-date {
  position: absolute;
  left: 0px;
  top: 0px;
  padding: 14px 15px 15px 15px;
  text-align: center;
  max-width: 67px;
  width: 100%;
  z-index: 1;
}

.news-block-one .image-box .post-date h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  font-weight: 700;
}

.news-block-one .image-box .post-date p {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.news-block-one .content-box {
  position: relative;
  padding-right: 40px;
  margin-top: -11px;
}

.news-block-one .content-box .post-info li {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  margin-right: 20px;
}

.news-block-one .content-box .post-info li:last-child {
  margin: 0px !important;
}

.news-block-one .content-box .post-info li a {
  display: inline-block;
  color: #706767;
}

.news-block-one .content-box .post-info li a:hover {
}

.news-block-one .content-box .post-info li i {
  position: relative;
  margin-right: 5px;
}

.news-block-one .content-box .post-info {
  position: relative;
  margin-bottom: 11px;
}

.news-block-one .content-box h2 {
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 35px;
}

.news-block-one .content-box h2 a {
  display: inline-block;
  color: #2d2727;
}

.news-block-one .content-box h2 a:hover {
}

.news-block-one .content-box p {
  font-size: 16px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 40px;
}

.news-block-one .content-box .link a {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 24px;
  color: #2d2727;
}

.news-block-one .content-box .link a:hover {
  color: #fff;
}

/** newsletter-section **/

.newsletter-section {
  position: relative;
  padding: 30px 0px;
  background: #221d1d;
}

.newsletter-section .text {
  position: relative;
  padding-left: 75px;
}

.newsletter-section .text .icon-box {
  position: absolute;
  left: 0px;
  top: 12px;
  font-size: 45px;
  line-height: 40px;
}

.newsletter-section .text h4 {
  font-size: 20px;
  line-height: 70px;
  color: #fff;
  font-weight: 600;
}

.newsletter-section .newsletter-form {
  position: relative;
  display: block;
  margin-left: 120px;
}

.newsletter-section .newsletter-form .form-group {
  position: relative;
  margin: 0px;
}

.newsletter-section .newsletter-form .form-group input[type="email"] {
  position: relative;
  width: 100%;
  height: 70px;
  background: #2d2727;
  border: 1px solid #2d2727;
  padding: 10px 70px 10px 20px;
  font-size: 16px;
  color: #b9b0b0;
  font-weight: 600;
  transition: all 500ms ease;
}

.newsletter-section
  .newsletter-form
  .form-group
  input::-webkit-input-placeholder {
  color: #b9b0b0;
}

.newsletter-section .newsletter-form .form-group input:focus {
}

.newsletter-section .newsletter-form .form-group button {
  position: absolute;
  top: 18px;
  right: 35px;
  background: transparent;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: all 500ms ease;
}

/** main-footer **/

.main-footer {
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.main-footer:before {
  position: absolute;
  content: "";
  background: #2d2727;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.95;
}

.main-footer .footer-logo {
  position: absolute;
  left: 50%;
  top: -40px;
  transform: translateX(-50%);
  z-index: 1;
}

.footer-top {
  position: relative;
  padding: 93px 0px 100px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-top .widget-title {
  position: relative;
  display: block;
  margin-bottom: 24px;
}

.footer-top .widget-title h4 {
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  font-weight: 700;
}

.footer-top .about-widget .text {
  margin-bottom: 24px;
}

.footer-top .about-widget .text p {
  font-size: 16px;
  line-height: 32px;
  color: #b9b0b0;
  font-weight: 600;
}

.footer-top .about-widget .support-box {
  position: relative;
  display: inline-block;
  padding: 20px 65px 20px 80px;
  background: #221d1d;
}

.footer-top .about-widget .support-box i {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 20px;
  color: #fff;
}

.footer-top .about-widget .support-box p {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #b9b0b0;
}

.footer-top .about-widget .support-box h4 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: #fff;
}

.footer-top .about-widget .support-box h4 a {
  display: inline-block;
  color: #fff;
}

.footer-top .about-widget .support-box h4 a:hover {
}

.footer-top .links-widget .links-list li {
  position: relative;
  display: block;
  margin-bottom: 6px;
}

.footer-top .links-widget .links-list li:last-child {
  margin-bottom: 0px;
}

.footer-top .links-widget .links-list li a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: #b9b0b0;
  padding-left: 10px;
}

.footer-top .links-widget .links-list li a:hover {
}

.footer-top .links-widget .links-list li a:before {
  position: absolute;
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  font-size: 16px;
  font-weight: 400;
  color: #b9b0b0;
  left: 0px;
  top: 0px;
  transition: all 500ms ease;
}

.footer-top .links-widget .links-list li a:hover:before {
}

.footer-top .map-widget .map-inner {
  position: relative;
  background: #221d1d;
  padding: 10px;
}

.footer-top .map-widget #contact-google-map {
  position: relative;
  width: 100%;
  height: 173px;
}

.footer-bottom {
  position: relative;
  padding: 30px 0px;
}

.footer-bottom .copyright p {
  font-size: 16px;
  line-height: 52px;
  color: #b9b0b0;
  font-weight: 600;
}

.footer-bottom .copyright p a {
  color: #b9b0b0;
}

.footer-bottom .copyright p a:hover {
  color: #fff;
}

.footer-bottom .footer-social li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
}

.footer-bottom .footer-social li:last-child {
  margin: 0px !important;
}

.footer-bottom .footer-social li a {
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #fff;
  background: #221d1d;
  width: 52px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  border-radius: 50%;
}

.footer-bottom .footer-social li a:hover {
}

/*** 

====================================================================
                        Home-Page-Two
====================================================================

***/

/** header-style-two **/

.main-header.style-two {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  background: transparent;
}

.main-header.style-two .header-lower {
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(34, 29, 29, 0.5);
}

.main-header.style-two .header-lower .main-menu .navigation > li > a {
  color: #fff;
}

.main-header.style-two .header-lower .support-box h4 a,
.main-header.style-two .header-lower .support-box p {
  color: #fff;
}

.main-header.style-two .header-lower .support-box:before {
  background: rgba(255, 255, 255, 0.1);
}

.main-header.style-two .header-lower .main-menu .navigation > li.current > a,
.main-header.style-two .header-lower .main-menu .navigation > li:hover > a {
}

.main-header.style-two .header-lower .support-box h4 a:hover {
}

/** banner-style-two **/

.banner-section.style-two .banner-carousel .content-box {
  max-width: 100%;
}

.banner-section.style-two .banner-carousel .slide-item {
  padding: 350px 0px 255px 0px;
}

.banner-section.style-two .banner-carousel .content-box h1 {
  font-size: 110px;
  margin-bottom: 45px;
}

.banner-section.style-two .owl-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 50px;
}

.banner-section.style-two .owl-theme .owl-dots .owl-dot span {
  margin: 0px 5px;
}

/** history-section **/

.history-section {
  position: relative;
  padding-top: 110px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.history-section .lower-content {
  position: relative;
  margin-bottom: -120px;
  z-index: 1;
}

.history-section .upper-content .sec-title {
  margin-right: 10px;
}

.history-section .upper-content .content-box {
  position: relative;
  padding-left: 275px;
}

.history-section .upper-content .content-box .counter-block {
  position: absolute;
  left: 0px;
  top: 6px;
  background: #fff;
  text-align: center;
  max-width: 230px;
  width: 100%;
  padding: 50px 15px 39px 15px;
}

.history-section .upper-content .content-box .counter-block .icon-box {
  position: relative;
  display: inline-block;
  font-size: 65px;
  line-height: 50px;
  margin-bottom: 12px;
}

.history-section .upper-content .content-box .counter-block .count-outer {
  position: relative;
  display: block;
  font-size: 40px;
  line-height: 45px;
  color: #2d2727;
  font-weight: 900;
  margin-bottom: 0px;
}

.history-section .upper-content .content-box .counter-block p {
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
}

.history-section .upper-content .content-box .text p {
  font-weight: 600;
  margin-bottom: 29px;
}

.history-section .upper-content .content-box .text .list li {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 34px;
  font-weight: 600;
  padding-left: 25px;
}

.history-section .upper-content .content-box .text .list li:before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  left: 0px;
  top: 14px;
  border-radius: 50%;
}

.history-section .upper-content {
  position: relative;
  margin-bottom: 85px;
}

.pt-240 {
  padding-top: 240px !important;
}

.history-section:before {
  position: absolute;
  content: "";
  background: #f5f0f0;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.9;
}

.history-section .pattern-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 616px;
  height: 441px;
  background-repeat: no-repeat;
}

/** about-style-two **/

.about-style-two {
  position: relative;
  padding: 120px 0px;
  background: #fff;
}

.image_block_2 .image-box {
  position: relative;
  margin-right: 70px;
}

.image_block_2 .image-box .image {
  position: relative;
  display: block;
  overflow: hidden;
}

.image_block_2 .image-box .image:before {
  position: absolute;
  top: 0;
  left: -80%;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(255, 255, 255, 0)),
    to(rgba(255, 255, 255, 0.3))
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.image_block_2 .image-box:hover .image:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

.image_block_2 .image-box .image img {
  width: 100%;
}

.image_block_2 .image-box .image-content {
  position: absolute;
  left: 50px;
  bottom: 70px;
  background: #fff;
  max-width: 270px;
  width: 100%;
  padding: 20px 20px;
}

.image_block_2 .image-box .image-content:before {
  position: absolute;
  content: "";
  background: #fff;
  width: 35px;
  height: 20px;
  left: 0px;
  bottom: -20px;
  clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%, 0% 0%);
}

.image_block_2 .image-box .image-content .support-box {
  position: relative;
  padding-left: 65px;
}

.image_block_2 .image-box .image-content .support-box i {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 20px;
  color: #fff;
}

.image_block_2 .image-box .image-content .support-box p {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.image_block_2 .image-box .image-content .support-box h4 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}

.image_block_2 .image-box .image-content .support-box h4 a {
  display: inline-block;
  color: #2d2727;
}

.image_block_2 .image-box .image-content .support-box h4 a:hover {
}

.content_block_5 .content-box .single-progress-box .piechart {
  position: relative;
}

.content_block_5 .content-box .single-progress-box {
  position: relative;
  padding: 20px 0px 0px 140px;
  min-height: 120px;
  margin-bottom: 20px;
}

.content_block_5 .content-box .single-progress-box:last-child {
  margin-bottom: 0px;
}

.content_block_5 .content-box .single-progress-box .box {
  position: absolute;
  left: 0px;
  top: 0px;
}

.content_block_5 .content-box .single-progress-box .piechart span {
  position: absolute;
  display: flex;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 120px;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  color: #35312f;
  text-align: center;
}

.content_block_5 .content-box .single-progress-box .piechart span:after {
  color: #35312f;
  content: "%";
  font-size: 24px;
}

.content_block_5 .content-box .inner .text {
  width: 50%;
  padding-right: 10px;
  margin-top: 12px;
}

.content_block_5 .content-box .inner .text .list-item {
  margin-bottom: 31px;
}

.content_block_5 .content-box .inner .progress-inner {
  width: 50%;
}

.content_block_5 .content-box h3 {
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 34px;
  font-weight: 600;
  font-style: italic;
  margin-bottom: 30px;
}

.content_block_5 .content-box .inner .list-item li {
  position: relative;
  display: block;
  font-weight: 600;
  padding-left: 25px;
  margin-bottom: 6px;
}

.content_block_5 .content-box .inner .list-item li:last-child {
  margin-bottom: 0px;
}

.content_block_5 .content-box .inner .list-item li:before {
  position: absolute;
  content: "\f058";
  font-family: "Font Awesome 5 Pro";
  font-size: 16px;
  left: 0px;
  top: 0px;
  font-weight: 700;
}

.content_block_5 .content-box .single-progress-box h4 {
  position: relative;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
}

/** feature-section **/

.feature-section {
  position: relative;
  padding: 110px 0px 120px 0px;
}

.feature-block-one .inner-box {
  position: relative;
  display: block;
  background: #fff;
  padding: 52px 15px 45px 15px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.02);
}

.feature-block-one .inner-box:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0%;
  left: 0px;
  top: 0px;
  transition: all 500ms ease;
}

.feature-block-one .inner-box:hover:before {
  height: 100%;
}

.feature-block-one .inner-box .icon-box {
  position: relative;
  display: inline-block;
  font-size: 65px;
  line-height: 60px;
  color: #2d2727;
  margin-bottom: 15px;
  transition: all 500ms ease;
}

.feature-block-one .inner-box:hover .icon-box {
  color: #fff;
}

.feature-block-one .inner-box h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  transition: all 500ms ease;
}

.feature-block-one .inner-box:hover h4 {
  color: #fff;
}

.feature-section .sec-title {
  margin-bottom: 50px;
}

/** team-section **/

.team-section {
  position: relative;
  padding: 110px 0px 120px 0px;
}

.team-section .sec-title {
  margin-bottom: 50px;
}

.team-block-one .inner-box {
  position: relative;
  display: block;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.team-block-one .inner-box:before {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 0px;
  z-index: 2;
  clip-path: polygon(0% 100%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
  transition: all 500ms ease;
}

.team-block-one .inner-box:hover:before {
  height: 20px;
}

.team-block-one .inner-box .image-box {
  position: relative;
  display: block;
  overflow: hidden;
}

.team-block-one .inner-box .image-box:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0%;
  left: 0px;
  top: 0px;
  opacity: 0.8;
  z-index: 1;
  transition: all 500ms ease;
}

.team-block-one .inner-box:hover .image-box:before {
  height: 100%;
}

.team-block-one .inner-box .image-box img {
  width: 100%;
  transition: all 500ms ease;
}

.team-block-one .inner-box:hover .image-box img {
  transform: scale(1.1);
}

.team-block-one .inner-box .lower-content {
  position: relative;
  padding: 27px 15px 32px 15px;
}

.team-block-one .inner-box .lower-content h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 2px;
}

.team-block-one .inner-box .lower-content h4 a {
  display: inline-block;
  color: #2d2727;
}

.team-block-one .inner-box .lower-content h4 a:hover {
}

.team-block-one .inner-box .lower-content .designation {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 12px;
}

.team-block-one .inner-box .lower-content .social-links li {
  position: relative;
  display: inline-block;
  margin: 0px 15px;
}

.team-block-one .inner-box .lower-content .social-links li a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #706767;
}

.team-block-one .inner-box .lower-content .social-links li a:hover {
}

.pb-6 {
  padding-bottom: 6px;
}

.testimonial-section.alternate-2 {
  position: relative;
}

.testimonial-section.alternate-2:before {
  position: absolute;
  content: "";
  background: #2d2727;
  width: 100%;
  height: 525px;
  left: 0px;
  top: 0px;
}

.testimonial-section.alternate-2 .pattern-2 {
  position: absolute;
  left: 0px;
  top: 295px;
  width: 100%;
  height: 230px;
  background-repeat: repeat-x;
  background-size: cover;
  animation: slide 60s linear infinite;
  -webkit-animation: slide 60s linear infinite;
}

@keyframes slide {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 1920px 0;
  }
}

@-webkit-keyframes slide {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 1920px 0;
  }
}

.pad-0 {
  padding: 0px !important;
}

.news-block-one .inner-box .content-box {
  padding: 28px 40px 40px 40px;
  margin: 0px;
}

.news-block-one .inner-box .content-box p {
  margin-bottom: 20px;
}

/** google-map-section **/

.google-map-section {
  position: relative;
}

.google-map-section #contact-google-map2 {
  position: relative;
  width: 100%;
  height: 550px;
}

.google-map-section .map-inner {
  position: relative;
}

.google-map-section .map-inner .map-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  padding: 0px 15px 35px 15px;
  max-width: 380px;
  width: 100%;
  z-index: 1;
}

.google-map-section .map-inner .map-content .logo {
  position: relative;
  margin-top: -42px;
  margin-bottom: 20px;
}

.google-map-section .map-inner .map-content .info-list li {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  font-weight: 600;
}

.google-map-section .map-inner .map-content .info-list li a {
  color: #fff;
}

.google-map-section .map-inner .map-content .info-list li a:hover {
  text-decoration: underline;
}

/*** 

====================================================================
                        About-Page
====================================================================

***/

/** page-title **/

.page-title {
  position: relative;
  padding: 138px 0px 290px 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.page-title .overlay-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
}

.page-title .overlay-bg:before {
  position: absolute;
  content: "";
  background: #2d2727;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.7;
}

.page-title:before {
  position: absolute;
  content: "";
  background: #fff;
  width: 50%;
  height: 166px;
  left: 0px;
  bottom: 0px;
  clip-path: polygon(0% 50%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
  z-index: 1;
}

.page-title:after {
  position: absolute;
  content: "";
  background: #fff;
  width: calc(50% + 1px);
  height: 166px;
  right: 0px;
  bottom: 0px;
  clip-path: polygon(0% 0%, 200% 100%, 100% 100%, 0% 100%, 0% 0%);
}

.page-title .pattern-layer {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 166px;
  z-index: 1;
}

.page-title .pattern-layer:before {
  position: absolute;
  content: "";
  width: 50%;
  height: 166px;
  left: 0px;
  bottom: 0px;
  clip-path: polygon(0% 40%, 100% 0%, 100% 0%, 0% 100%, 0% 0%);
}

.page-title .pattern-layer:after {
  position: absolute;
  content: "";
  width: 20%;
  height: 166px;
  right: 0px;
  bottom: -49px;
  clip-path: polygon(0% 0%, 100% 19%, 100% 100%, 175% 100%, 0% 0%);
}

.page-title .content-box .title {
  position: relative;
  margin-bottom: 11px;
}

.page-title .content-box .title h1 {
  position: relative;
  font-size: 60px;
  line-height: 65px;
  color: #fff;
  font-weight: 900;
}

.page-title .content-box .bread-crumb li {
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: #d9d1ce;
  padding-right: 16px;
  margin-right: 5px;
}

.page-title .content-box .bread-crumb li:last-child {
  padding: 0px !important;
  margin: 0px !important;
}

.page-title .content-box .bread-crumb li a {
  color: #d9d1ce;
}

.page-title .content-box .bread-crumb li a:hover {
  color: #fff;
}

.page-title .content-box .bread-crumb li:before {
  position: absolute;
  content: "/";
  top: 0px;
  right: 0px;
}

.page-title .content-box .bread-crumb li:last-child:before {
  display: none;
}

.about-section .image-box .image img {
  width: 100%;
}

.about-section .image-box .image {
  position: relative;
  display: block;
  overflow: hidden;
}

.about-section .image-box .image:before {
  position: absolute;
  top: 0;
  left: -80%;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(255, 255, 255, 0)),
    to(rgba(255, 255, 255, 0.3))
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.about-section .image-box:hover .image:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

.mr-70 {
  margin-right: 70px;
}

.border-bottom {
  border-bottom: 1px solid #ede6e6;
}

.team-page-section {
  padding-bottom: 90px;
}

.team-page-section .team-block-one .inner-box {
  margin-bottom: 30px;
}

.gallery-page-section {
  padding-bottom: 90px;
}

.gallery-page-section .inner-box {
  margin-bottom: 30px;
}

/*** 

====================================================================
                        Contact-Page
====================================================================

***/

.contact-section {
  position: relative;
  padding-bottom: 100px;
}

.content_block_6 .info-inner h2 {
  font-size: 40px;
  line-height: 45px;
  font-weight: 900;
  margin-bottom: 32px;
}

.content_block_6 .info-inner p {
  font-weight: 600;
  margin-bottom: 37px;
}

.content_block_6 .info-inner .info-list li {
  position: relative;
  display: block;
  padding-left: 85px;
  padding-bottom: 25px;
  margin-bottom: 28px;
  border-bottom: 1px solid #eee8e8;
}

.content_block_6 .info-inner .info-list li:last-child {
  border-bottom: none;
  margin-bottom: 0px;
}

.content_block_6 .info-inner .info-list li i {
  position: absolute;
  left: 0px;
  top: 2px;
  width: 65px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  border-radius: 50%;
  font-size: 20px;
  color: #fff;
}

.content_block_6 .info-inner .info-list li p {
  line-height: 36px;
  margin: 0px;
}

.content_block_6 .info-inner .info-list li p a {
  color: #716868;
}

.content_block_6 .info-inner .info-list li p a:hover {
}

.contact-section .form-inner .form-group {
  position: relative;
  margin-bottom: 20px;
  padding: 0px 10px;
}

.contact-section .form-inner .form-group:last-child {
  margin-bottom: 0px;
}

.contact-section .form-inner .form-group input[type="text"],
.contact-section .form-inner .form-group input[type="email"],
.contact-section .form-inner .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 70px;
  background: #f5f0f0;
  border: 1px solid #f5f0f0;
  font-size: 16px;
  color: #706767;
  font-weight: 600;
  padding: 10px 20px;
  transition: all 500ms ease;
}

.contact-section .form-inner {
  position: relative;
  margin: 0px 5px;
  margin-top: 10px;
}

.contact-section .form-inner .form-group textarea {
  height: 230px;
  resize: none;
}

.contact-section .form-inner .form-group input:focus,
.contact-section .form-inner .form-group textarea:focus {
}

.google-map-two {
  position: relative;
}

.google-map-two #contact-google-map2 {
  position: relative;
  width: 100%;
  height: 550px;
}

/*** 

====================================================================
                        Error-Page
====================================================================

***/

.error-section {
  position: relative;
  padding-bottom: 120px;
}

.error-section .inner-box h1 {
  position: relative;
  display: block;
  font-size: 170px;
  line-height: 150px;
  font-weight: 700;
  color: #222;
  margin-bottom: 27px;
}

.error-section .inner-box h2 {
  font-size: 40px;
  line-height: 45px;
  position: relative;
  color: #848484;
  margin-bottom: 10px;
}

.error-section .inner-box p {
  position: relative;
  margin-bottom: 57px;
}

.error-section .inner-box p a {
  display: inline-block;
  line-height: 18px;
}

.error-section .inner-box p a:hover {
  text-decoration: underline;
}

/*** 

====================================================================
                        Service-Page
====================================================================

***/

.service-page-section {
  position: relative;
  padding-bottom: 90px;
}

.service-page-section .service-block-one .inner-box {
  margin-bottom: 30px;
}

.service-details {
  position: relative;
  padding-bottom: 120px;
}

.default-sidebar .widget-title {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.default-sidebar .widget-title h4 {
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  padding-bottom: 5px;
}

.default-sidebar .widget-title h4:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  left: 0px;
  bottom: 0px;
}

.service-sidebar .categori-widget {
  position: relative;
  display: block;
  background: #f5f0f0;
  padding: 41px 50px 50px 50px;
  margin-bottom: 30px;
}

.service-sidebar .categori-widget .categori-list li {
  position: relative;
  display: block;
  margin-bottom: 10px;
}

.service-sidebar .categori-widget .categori-list li:last-child {
  margin-bottom: 0px;
}

.service-sidebar .categori-widget .categori-list li a {
  position: relative;
  display: block;
  font-size: 16px;
  color: #706767;
  line-height: 26px;
  font-weight: 600;
  background: #fff;
  padding: 9px 30px;
  z-index: 1;
}

.service-sidebar .categori-widget .categori-list li a:before {
  position: absolute;
  content: "";
  width: 0%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: -1;
  transition: all 500ms ease;
}

.service-sidebar .categori-widget .categori-list li a.active:before,
.service-sidebar .categori-widget .categori-list li a:hover:before {
  width: 100%;
}

.service-sidebar .categori-widget .categori-list li a.active,
.service-sidebar .categori-widget .categori-list li a:hover {
  color: #fff;
}

.service-sidebar .advise-widget .inner-box {
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 60px 50px 54px 50px;
}

.service-sidebar .advise-widget .inner-box:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.9;
}

.service-sidebar .advise-widget .inner-box .icon-box {
  position: relative;
  display: inline-block;
  width: 125px;
  height: 125px;
  line-height: 125px;
  background: #2d2727;
  text-align: center;
  font-size: 60px;
  color: #fff;
  border-radius: 50%;
  margin-bottom: 29px;
}

.service-sidebar .advise-widget .inner-box h2 {
  display: block;
  font-size: 34px;
  line-height: 40px;
  color: #fff;
  font-weight: 900;
}

.service-details-content .image-box img {
  width: 100%;
}

.service-details-content .inner-box h2 {
  font-size: 34px;
  line-height: 40px;
  font-weight: 900;
  padding-top: 20px;
  margin-bottom: 33px;
}

.service-details-content .inner-box .text p {
  margin-bottom: 34px;
}

.service-details-content .inner-box .text p:last-child {
  margin-bottom: 0px;
}

.service-details-content .inner-box .two-column {
  position: relative;
  margin-top: 53px;
}

.service-details-content .inner-box h3 {
  font-size: 30px;
  line-height: 38px;
  font-weight: 900;
  margin-bottom: 36px;
}

.service-details-content .inner-box h4 {
  font-size: 20px;
  line-height: 34px;
  font-weight: 600;
  font-style: italic;
  margin-bottom: 35px;
}

.service-details-content .inner-box .two-column .list li {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 34px;
  font-weight: 600;
  padding-left: 32px;
}

.service-details-content .inner-box .two-column .list li:before {
  position: absolute;
  content: "\f058";
  font-family: "Font Awesome 5 Pro";
  font-size: 16px;
  left: 0px;
  top: 2px;
  font-weight: 700;
}

/*** 

====================================================================
                        Blog-Page
====================================================================

***/

.blog-grid {
  position: relative;
  padding-bottom: 120px;
}

.blog-grid .news-block-one .inner-box {
  margin-bottom: 30px;
}

.blog-grid .pagination-wrapper {
  position: relative;
  margin-top: 30px;
}

.sidebar-page-container {
  position: relative;
  padding-bottom: 120px;
}

.sidebar-page-container .news-block-one .inner-box {
  margin-bottom: 30px;
}

.sidebar .sidebr-search {
  position: relative;
  display: block;
  padding: 15px 15px;
  margin-bottom: 30px;
}

.sidebar .sidebr-search .search-form .form-group {
  position: relative;
  margin: 0px;
}

.sidebar .sidebr-search .search-form .form-group input[type="search"] {
  position: relative;
  width: 100%;
  height: 50px;
  padding: 10px 50px 10px 20px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background: transparent;
  border: 1px solid transparent;
  transition: all 500ms ease;
}

.sidebar .sidebr-search .search-form .form-group input:focus {
  border-color: rgba(255, 255, 255, 0.4);
}

.sidebar
  .sidebr-search
  .search-form
  .form-group
  input::-webkit-input-placeholder {
  color: #fff;
}

.sidebar .sidebr-search .search-form .form-group button {
  position: absolute;
  top: 9px;
  right: 20px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  background: transparent;
  cursor: pointer;
  transition: all 500ms ease;
}

.sidebar .sidebar-widget {
  position: relative;
  display: block;
  background: #f5f0f0;
  padding: 41px 50px 50px 50px;
  margin-bottom: 30px;
}

.sidebar .sidebar-widget:last-child {
  margin-bottom: 0px;
}

.sidebar .sidebar-post .post-inner .post {
  position: relative;
  display: block;
  padding-left: 90px;
  padding-bottom: 26px;
  margin-bottom: 26px;
  border-bottom: 1px solid #fff;
  min-height: 103px;
}

.sidebar .sidebar-post .post-inner .post:last-child {
  border-bottom: none;
  margin-bottom: 0px;
}

.sidebar .sidebar-post .post-inner .post .post-thumb {
  position: absolute;
  left: 0px;
  top: 4px;
  width: 70px;
  height: 68px;
}

.sidebar .sidebar-post .post-inner .post .post-thumb img {
  width: 100%;
  transition: all 500ms ease;
}

.sidebar .sidebar-post .post-inner .post:hover .post-thumb img {
  opacity: 0.2;
}

.sidebar .sidebar-post .post-inner .post .comment {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 0px;
}

.sidebar .sidebar-post .post-inner .post .comment i {
  margin-right: 5px;
}

.sidebar .sidebar-post .post-inner .post h6 {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
}

.sidebar .sidebar-post .post-inner .post h6 a {
  display: inline-block;
  color: #2d2727;
}

.sidebar .sidebar-post .post-inner .post h6 a:hover {
}

.sidebar .sidebar-post .widget-title {
  margin-bottom: 26px;
}

.sidebar .sidebar-post {
  padding-bottom: 26px;
}

.sidebar .categories-widget .categories-list li {
  position: relative;
  display: block;
  margin-bottom: 8px;
}

.sidebar .categories-widget .categories-list li:last-child {
  margin-bottom: 0px;
}

.sidebar .categories-widget .categories-list li a {
  position: relative;
  display: block;
  font-size: 16px;
  color: #706767;
  font-weight: 600;
  padding: 9px 30px;
  background: #fff;
}

.sidebar .categories-widget .categories-list li a span {
  font-size: 14px;
  float: right;
  transition: all 500ms ease;
}

.sidebar .categories-widget .categories-list li a:hover {
  color: #fff;
}

.sidebar .categories-widget .categories-list li a:hover span {
  color: #fff;
}

.sidebar .tags-widget .tags-list li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.sidebar .tags-widget .tags-list li a {
  position: relative;
  display: inline-block;
  font-size: 12px;
  line-height: 24px;
  color: #706767;
  font-weight: 700;
  background: #fff;
  text-transform: uppercase;
  padding: 7px 23px;
  text-align: center;
}

.sidebar .tags-widget .tags-list li a:hover {
  color: #fff;
}

.sidebar .tags-widget {
  padding-bottom: 40px;
}

.blog-details-content .news-block-one:hover .image-box .image img {
  opacity: 1;
  transform: scale(1);
}

.blog-details-content .post-share-option {
  position: relative;
  display: block;
  padding: 30px 40px;
}

.blog-details-content .post-share-option:before {
  position: absolute;
  content: "";
  background: #fff;
  width: calc(100% - 40px);
  height: 1px;
  top: 0px;
  right: 0px;
}

.blog-details-content .post-share-option ul li {
  position: relative;
  display: inline-block;
}

.blog-details-content .post-share-option .tags li h4 {
  font-size: 20px;
  line-height: 38px;
  font-weight: 700;
  margin-right: 10px;
}

.blog-details-content .post-share-option .tags li {
  float: left;
  margin-right: 10px;
}

.blog-details-content .post-share-option .tags li:last-child {
  margin: 0px !important;
}

.blog-details-content .post-share-option .tags li a {
  position: relative;
  display: inline-block;
  font-size: 12px;
  line-height: 24px;
  color: #706767;
  font-weight: 700;
  background: #fff;
  text-transform: uppercase;
  padding: 7px 23px;
  text-align: center;
}

.blog-details-content .post-share-option .tags li a:hover {
  color: #fff;
}

.blog-details-content .post-share-option .social-links li {
  margin-right: 20px;
}

.blog-details-content .post-share-option .social-links li:last-child {
  margin: 0px !important;
}

.blog-details-content .post-share-option .social-links li a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 38px;
  color: #706767;
}

.blog-details-content .post-share-option .social-links li a:hover {
}

.blog-details-content .news-block-one .inner-box .content-box {
  padding-bottom: 35px;
}

.blog-details-content .author-box {
  position: relative;
  display: block;
  background: #f5f0f0;
  padding: 60px 60px 60px 60px;
  margin-bottom: 50px;
}

.blog-details-content .author-box .author-thumb {
  position: absolute;
  left: 60px;
  top: 60px;
  width: 170px;
  height: 160px;
}

.blog-details-content .author-box .author-thumb img {
  width: 100%;
}

.blog-details-content .author-box .inner {
  position: relative;
  padding-left: 210px;
}

.blog-details-content .author-box .inner h4 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 38px;
}

.blog-details-content .group-title {
  position: relative;
  display: block;
  margin-bottom: 46px;
}

.blog-details-content .group-title h2 {
  font-size: 30px;
  line-height: 38px;
  font-weight: 900;
}

.blog-details-content .comment-box .comment {
  position: relative;
  padding-left: 180px;
  padding-bottom: 53px;
  border-bottom: 1px solid #ede6e6;
  margin-bottom: 54px;
  min-height: 222px;
}

.blog-details-content .comment-box .comment:last-child {
  margin-bottom: 0px;
}

.blog-details-content .comment-box .comment .thumb-box {
  position: absolute;
  left: 0px;
  top: 6px;
  width: 142px;
  height: 142px;
  border-radius: 50%;
}

.blog-details-content .comment-box .comment .thumb-box img {
  width: 100%;
  border-radius: 50%;
}

.blog-details-content .comment-box .comment .comment-info h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
}

.blog-details-content .comment-box .comment .comment-info {
  position: relative;
  margin-bottom: 37px;
}

.blog-details-content .comment-box .comment .comment-info h4 span {
  font-size: 16px;
  font-weight: 600;
  margin-left: 10px;
}

.blog-details-content .comment-box {
  margin-bottom: 50px;
}

.blog-details-content .comment-box .comment .reply-btn {
  position: absolute;
  top: 6px;
  right: 0px;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  padding: 6px 18px;
  z-index: 1;
}

.blog-details-content .comment-box .comment .reply-btn:hover {
  background: #2d2727;
}

.blog-details-content .comments-form-area .comment-form .form-group {
  position: relative;
  margin-bottom: 20px;
  padding: 0px 10px;
}

.blog-details-content .comments-form-area .comment-form .form-group:last-child {
  margin-bottom: 0px;
}

.blog-details-content
  .comments-form-area
  .comment-form
  .form-group
  input[type="text"],
.blog-details-content
  .comments-form-area
  .comment-form
  .form-group
  input[type="email"],
.blog-details-content .comments-form-area .comment-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 70px;
  background: #f5f0f0;
  border: 1px solid #f5f0f0;
  font-size: 16px;
  color: #706767;
  font-weight: 600;
  padding: 10px 20px;
  transition: all 500ms ease;
}

.blog-details-content .comments-form-area .comment-form {
  position: relative;
  margin: 0px 5px;
}

.blog-details-content .comments-form-area .comment-form .form-group textarea {
  height: 170px;
  resize: none;
}

.blog-details-content .comments-form-area .comment-form .form-group input:focus,
.blog-details-content
  .comments-form-area
  .comment-form
  .form-group
  textarea:focus {
}

.three-item-carousel .owl-stage-outer {
  overflow: visible;
}

.three-item-carousel .owl-item {
  opacity: 0;
  transition: all 500ms ease;
}

.three-item-carousel .owl-item.active {
  opacity: 1;
}

/* --- IMPORTS & FONTS --- */
@import url("https://fonts.googleapis.com/css2?family=Rajdhani:wght@600;700;800&family=Space+Grotesk:wght@400;500;700&display=swap");

/* --- WRAPPER & RESETS (High Specificity) --- */
.shoebill-modern-wrapper {
  background-color: #f8f9fc; /* Light professional gray background */
  color: #334155; /* Dark blue-gray text for readability */
  font-family: "Space Grotesk", sans-serif;
  overflow-x: hidden;
  line-height: 1.6;
}

.shoebill-modern-wrapper h1,
.shoebill-modern-wrapper h2,
.shoebill-modern-wrapper h3,
.shoebill-modern-wrapper h4 {
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #0a1a36; /* Deep Navy from Logo */
  margin-top: 0;
}

.shoebill-modern-wrapper p {
  margin-bottom: 1.5rem;
  font-size: 1.1rem;
  color: #475569;
}

/* --- SHARED UTILITIES --- */
.shoebill-modern-wrapper .text-highlight {
  color: #ff5722; /* Fire Orange from Logo */
  font-weight: 700;
}

.shoebill-modern-wrapper .section-spacer {
  padding: 100px 20px;
}

/* --- SECTION 1: THE MANIFESTO (Bright Hero) --- */
.shoebill-modern-wrapper .manifesto-section {
  background: #ffffff;
  padding: 120px 20px 80px;
  text-align: center;
  border-bottom: 3px solid #e2e8f0;
}

.shoebill-modern-wrapper h2.big-statement {
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  font-weight: 800;
  line-height: 1.1;
  max-width: 1000px;
  margin: 0 auto 30px;
  color: #0a1a36;
}

.shoebill-modern-wrapper .manifesto-intro {
  max-width: 800px;
  margin: 0 auto;
  font-size: 1.25rem;
  border-left: 4px solid #ff5722;
  padding-left: 25px;
  text-align: left;
  background: #fff3e0; /* Very light orange tint */
  padding: 20px 25px;
  border-radius: 0 10px 10px 0;
}

/* --- SECTION 2: THE BENTO GRID (Clean Tech Look) --- */
.shoebill-modern-wrapper .bento-section {
  background: #f8f9fc;
}

.shoebill-modern-wrapper .bento-container {
  max-width: 1300px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(2, 380px);
  gap: 25px;
}

.shoebill-modern-wrapper .bento-box {
  background: #ffffff;
  border-radius: 20px;
  padding: 40px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(10, 26, 54, 0.08); /* Soft navy shadow */
  transition: all 0.3s ease;
  border: 1px solid #e2e8f0;
  display: flex;
  flex-direction: column;
}

.shoebill-modern-wrapper .bento-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(255, 87, 34, 0.15); /* Orange glow on hover */
  border-color: #ff5722;
}

.shoebill-modern-wrapper h3.bento-title {
  font-size: 1.8rem;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.shoebill-modern-wrapper .bento-icon {
  font-size: 2rem;
  color: #ff5722;
}

/* Grid Specifics */
.box-doctrine {
  grid-column: span 7;
}
.box-visual {
  grid-column: span 5;
  padding: 0;
}
.box-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.box-stat-orange {
  grid-column: span 4;
  background: linear-gradient(135deg, #ff5722, #ff8a65);
  color: white;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.box-stat-orange h2 {
  color: #ff5722;
  font-size: 5rem;
  margin-bottom: 0;
  line-height: 1;
}
.box-stat-orange p {
  color: #2682bd;
  font-size: 1.2rem;
  font-weight: 500;
  margin: 0;
}

.box-ecosystem {
  grid-column: span 8;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.ecosystem-list li {
  margin-bottom: 12px;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.ecosystem-list i {
  color: #ff5722;
  margin-right: 12px;
}

/* --- SECTION 3: REVAMPED GOVT CREDIBILITY (The Navy Banner) --- */
.shoebill-credibility-revamped {
  background-color: #0a1a36; /* Deep Navy Brand Color */
  padding: 100px 0;
  position: relative;
  /* Subtle gear pattern overlay */
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 0c16.569 0 30 13.431 30 30S46.569 60 30 60 0 46.569 0 30 13.431 0 30 0zM30 5C16.193 5 5 16.193 5 30s11.193 25 25 25 25-11.193 25-25S43.807 5 30 5z' fill='%23ffffff' fill-opacity='0.05' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.credibility-content-revamped {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 60px;
}

.shoebill-credibility-revamped h2 {
  color: #ffffff;
  font-size: 2.5rem;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.shoebill-credibility-revamped p {
  color: #cbd5e1; /* Light blue-gray for text on dark bg */
  font-size: 1.2rem;
}

.credibility-stats-row {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.stat-card-revamped {
  background: #ffffff;
  flex: 1;
  min-width: 280px;
  max-width: 350px;
  padding: 40px 30px;
  border-radius: 15px;
  text-align: center;
  position: relative;
  /* The Orange Accent Top Border */
  border-top: 5px solid #ff5722;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

.stat-card-revamped:hover {
  transform: translateY(-10px);
}

.stat-card-revamped i {
  font-size: 3.5rem;
  color: #ff5722;
  margin-bottom: 25px;
  display: inline-block;
}

.stat-card-revamped h3 {
  color: #0a1a36;
  font-size: 2.2rem;
  margin-bottom: 10px;
  font-weight: 800;
}

.stat-card-revamped p {
  color: #475569;
  font-size: 1.1rem;
  font-weight: 500;
  margin: 0;
}

/* --- SECTION 4: LEADERSHIP (Clean Stack) --- */

/* Leadership Section */
.leadership-section {
  padding: 80px 0;
  background: #f0f6fa;
  position: relative;
}

.leadership-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 200px;
  background: linear-gradient(to bottom, #71aef8 0%, #f0f6fa 100%);
}

.leadership-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}

.leadership-intro {
  text-align: center;
  margin-bottom: 50px;
}

.leadership-intro .section-tag {
  color: #f05a28;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}

.leadership-intro h2 {
  font-size: 36px;
  color: #0f2b46;
  margin-bottom: 15px;
  font-weight: 700;
  line-height: 1.2;
}

.leadership-intro .tagline {
  font-size: 16px;
  color: #555; /* Darkened for better readability */
  font-style: normal;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

.leadership-wrapper {
  display: grid;
  /* FIX: Changed 450px to 300px to fit on mobile screens */
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.leader-profile {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.leader-profile:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 50px rgba(29, 78, 137, 0.12);
}

.leader-banner {
  height: 150px;
  background: linear-gradient(135deg, #1d4e89 0%, #00aeef 100%);
  position: relative;
}

/* Abstract pattern overlay */
.leader-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.1) 1px,
    transparent 1px
  );
  background-size: 20px 20px;
  opacity: 0.5;
}

.leader-avatar {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #fff;
  border: 5px solid #fff;
  margin: -60px auto 0;
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
  color: #f05a28;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.leader-content {
  padding: 25px 30px 40px;
  text-align: center;
}

.leader-role-title {
  font-size: 24px;
  color: #0f2b46;
  margin-bottom: 5px;
  font-weight: 700;
}

.leader-designation {
  font-size: 14px;
  color: #00aeef;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.leader-divider {
  width: 50px;
  height: 3px;
  background: linear-gradient(to right, #f05a28, #fdb913);
  margin: 0 auto 20px;
  border-radius: 2px;
}

.leader-description {
  font-size: 15px;
  color: #666;
  line-height: 1.7;
  margin-bottom: 25px;
  text-align: center; /* Center aligned looks better for anonymous profiles */
}

.leader-expertise {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}

.expertise-tag {
  background: #f4f8fb;
  color: #555;
  padding: 6px 14px;
  border-radius: 4px; /* Slightly squarer look */
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  border: 1px solid #e1e8ed;
}

/* --- MOBILE SPECIFIC FIXES --- */
@media (max-width: 768px) {
  .leadership-intro h2 {
    font-size: 28px;
  }

  .leadership-wrapper {
    /* Ensures single column on phones */
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .leader-profile {
    max-width: 100%;
  }

  .leader-content {
    padding: 20px;
  }
}

/* Partnership Excellence Section */
.partnership-section {
  padding: 100px 0;
  /* UPDATED: White to very light blue gradient */
  background: linear-gradient(to bottom, #ffffff 0%, #e6f4fa 100%);
}

.partnership-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.partnership-header {
  text-align: center;
  margin-bottom: 70px;
}

.partnership-header .badge {
  /* UPDATED: Logo Gradient */
  background: linear-gradient(135deg, #f05a28 0%, #fdb913 100%);
  color: #fff;
  display: inline-block;
  padding: 10px 25px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 20px;
  box-shadow: 0 5px 20px rgba(240, 90, 40, 0.3);
}

.partnership-header h2 {
  font-size: 38px;
  /* UPDATED: Dark Blue */
  color: #0f2b46;
  margin-bottom: 25px;
  font-weight: 700;
}

.partnership-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 35px;
}

.partnership-card {
  background: #fff;
  border-radius: 15px;
  padding: 40px 30px;
  text-align: center;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.partnership-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  /* UPDATED: Gradient matching Logo */
  background: linear-gradient(to right, #1d4e89, #00aeef);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.partnership-card:hover::before {
  transform: scaleX(1);
}

.partnership-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 45px rgba(29, 78, 137, 0.12);
}

.partnership-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 25px;
  /* UPDATED: Light blue tint background */
  background: linear-gradient(135deg, #e6f4fa 0%, #ccebf8 100%);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  /* UPDATED: Logo Orange for contrast */
  color: #f05a28;
}

.partnership-card h3 {
  font-size: 20px;
  /* UPDATED: Dark Blue */
  color: #0f2b46;
  margin-bottom: 15px;
  font-weight: 600;
}

.partnership-card p {
  font-size: 14px;
  color: #666;
  line-height: 1.7;
}

/* =========== Eqipment Page CSS =========== */

/* Page intro */
.equipment-intro-section {
  padding: 80px 0 50px;
  background: #f7f9fc;
}
.equipment-intro-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}
.equipment-intro-text {
  flex: 1 1 320px;
}
.equipment-intro-text .sec-title p {
  margin-bottom: 5px;
}
.equipment-intro-text .sec-title h2 {
  margin-bottom: 12px;
}
.equipment-intro-text p {
  font-size: 15px;
  line-height: 1.8;
}
.equipment-intro-highlight {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 22px;
}

.equipment-intro-tag {
  position: absolute;
  right: -10px;
  bottom: -10px;
  background: linear-gradient(135deg, #004785, #ff6a21);
  color: #fff;
  padding: 12px 18px;
  border-radius: 16px;
  font-size: 13px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
}
.equipment-stat {
  background: #fff;
  border-radius: 12px;
  padding: 14px 18px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
  min-width: 140px;
}
.equipment-stat h4 {
  font-size: 22px;
  font-weight: 800;
  color: #ff6a21;
  margin-bottom: 3px;
}
.equipment-stat span {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #6b7280;
}

.equipment-intro-media {
  flex: 1 1 320px;
  position: relative;
}
.equipment-intro-main {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.18);
}
.equipment-intro-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.equipment-intro-tag i {
  margin-right: 6px;
}

/* Responsive */
@media (max-width: 991.98px) {
  .equipment-card .image-column {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 575.98px) {
  .equipment-intro-section {
    padding-top: 60px;
  }
}
:root {
  --sb-dark: #0a1628;
  --sb-light: #f4f7f6;
  --sb-grey: #6c757d;
}

/* --- HERO SECTION --- */
.equip-hero {
  background: linear-gradient(rgba(15, 32, 68, 0.9), rgba(15, 32, 68, 0.8)),
    url("https://images.unsplash.com/photo-1550751827-4bd374c3f58b?q=80&w=1920&auto=format&fit=crop");
  background-size: cover;
  background-position: center;
  height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
}

.equip-hero h1 {
  font-size: 4rem;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

.equip-hero p {
  font-size: 1.2rem;
  max-width: 600px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.8);
}

/* --- EQUIPMENT CARD STYLES --- */
.inventory-section {
  padding: 80px 0;
  position: relative;
}

.inventory-section.dark-mode {
  background-color: #0f2044;
  color: white;
}

.inventory-section.light-mode {
  background-color: white;
  color: #0f2044;
}

.tech-number {
  font-family: "Rajdhani", sans-serif;
  font-size: 8rem;
  font-weight: 700;
  position: absolute;
  top: 0px;
  opacity: 0.05;
  line-height: 1;
  z-index: 0;
}

.light-mode .tech-number {
  color: #0f2044;
  left: 20px;
}
.dark-mode .tech-number {
  color: white;
  right: 20px;
}

.img-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  height: 100%;
  min-height: 400px;
}

.img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.img-wrapper:hover img {
  transform: scale(1.1);
}

.overlay-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #ff512f;
  color: white;
  padding: 5px 15px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 1px;
  z-index: 2;
}

/* Typography */
.eq-h1,
.eq-h2,
.eq-h3 {
  font-family: "Rajdhani", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}

.eq-mono {
  font-family: "Share Tech Mono", monospace;
}

/* --- 1. HERO SECTION --- */
.eq-hero {
  height: 65vh;
  background: #0f2044;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  border-bottom: 5px solid #ff512f;
}

.eq-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(15, 32, 68, 0.9), rgba(15, 32, 68, 0.8)),
    url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ff512f' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  z-index: 1;
}

.eq-hero-content {
  position: relative;
  z-index: 2;
  padding: 0 20px;
}

.eq-hero-title {
  font-size: clamp(3.5rem, 8vw, 7rem);
  color: white;
  line-height: 0.9;
  margin-bottom: 20px;
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  letter-spacing: -2px;
}

.eq-hero-subtitle {
  font-size: 1.3rem;
  color: #ff512f;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
  display: block;
}

.eq-hero-desc {
  color: #ccc;
  max-width: 600px;
  margin: 0 auto;
  font-size: 1.1rem;
}

/* --- 2. SHOWCASE SECTIONS --- */
.eq-section {
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}

/* THEME: DARK OPS (Drone, Robot) */
.eq-dark {
  background-color: #0b111e;
  color: white;
  /* Hex Grid Pattern */
  background-image: radial-gradient(#1c2533 15%, transparent 16%),
    radial-gradient(#1c2533 15%, transparent 16%);
  background-size: 60px 60px;
  background-position: 0 0, 30px 30px;
}
.eq-dark .eq-title {
  color: white;
}
.eq-dark .eq-desc {
  color: #9ca3af;
  border-left-color: #ff512f;
}
.eq-dark .eq-spec-box {
  border: 1px solid rgba(255, 81, 47, 0.3);
  background: rgba(15, 32, 68, 0.4);
  backdrop-filter: blur(5px);
}
.eq-dark .eq-zone-pill {
  background: rgba(255, 81, 47, 0.1);
  color: #ff512f;
  border: 1px solid rgba(255, 81, 47, 0.3);
}

/* THEME: LIGHT INDUSTRIAL (ATV, Tender, Mist) */
.eq-light {
  background-color: #f3f4f6;
  color: #0f2044;
  /* Graph Paper Pattern */
  background-image: linear-gradient(#e5e7eb 1px, transparent 1px),
    linear-gradient(90deg, #e5e7eb 1px, transparent 1px);
  background-size: 40px 40px;
}
.eq-light .eq-title {
  color: #0f2044;
}
.eq-light .eq-desc {
  color: #4b5563;
  border-left-color: #0f2044;
}
.eq-light .eq-spec-box {
  border: 1px solid #d1d5db;
  background: white;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}
.eq-light .eq-zone-pill {
  background: #0f2044;
  color: white;
}

/* MASSIVE BACKGROUND NUMBER */
.eq-bg-num {
  position: absolute;
  font-family: "Rajdhani";
  font-weight: 800;
  font-size: 25vw;
  line-height: 1;
  opacity: 0.03;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
  pointer-events: none;
}
.eq-light .eq-bg-num {
  right: -5%;
  color: #000;
}
.eq-dark .eq-bg-num {
  left: -5%;
  color: #fff;
}

/* IMAGE WRAPPER */
.eq-img-frame {
  position: relative;
  z-index: 2;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.eq-light .eq-img-frame {
  border-color: rgba(0, 0, 0, 0.1);
}

.eq-img-wrapper {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  height: 450px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}
.eq-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.eq-img-wrapper:hover img {
  transform: scale(1.1);
}

/* Status Badge */
.eq-status-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  background: rgba(0, 0, 0, 0.8);
  color: #00ff41; /* Cyber Green */
  padding: 5px 12px;
  font-family: "Share Tech Mono", monospace;
  font-size: 0.8rem;
  border: 1px solid #00ff41;
  display: flex;
  align-items: center;
  gap: 8px;
  z-index: 3;
}
.eq-pulse-dot {
  width: 8px;
  height: 8px;
  background: #00ff41;
  border-radius: 50%;
  animation: blink 2s infinite;
}
@keyframes blink {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
}

/* CONTENT STYLING */
.eq-content {
  position: relative;
  z-index: 2;
}

.eq-tagline {
  display: block;
  font-family: "Share Tech Mono", monospace;
  color: #ff512f;
  font-size: 0.9rem;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.eq-title {
  font-size: 3.5rem;
  margin-bottom: 25px;
  line-height: 1;
}

.eq-desc {
  font-size: 1.15rem;
  line-height: 1.7;
  margin-bottom: 40px;
  padding-left: 25px;
  border-left-width: 4px;
  border-left-style: solid;
}

/* Specs Grid */
.eq-specs-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}
.eq-spec-box {
  padding: 20px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 15px;
  transition: 0.3s;
}
.eq-spec-box:hover {
  transform: translateX(5px);
  border-color: #ff512f;
}

.eq-spec-icon {
  font-size: 2rem;
  color: #ff512f;
}
.eq-spec-info {
  display: flex;
  flex-direction: column;
}
.eq-spec-label {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.7;
}
.eq-spec-val {
  font-family: "Rajdhani";
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1;
}

/* Zones */
.eq-zones-title {
  font-family: "Rajdhani";
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: 1px;
  margin-bottom: 15px;
  display: block;
  opacity: 0.8;
}
.eq-zone-pill {
  display: inline-block;
  padding: 8px 18px;
  margin: 0 8px 10px 0;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: 0.3s;
}
.eq-zone-pill:hover {
  transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 991px) {
  .eq-section {
    padding: 80px 0;
  }
  .eq-hero-title {
    font-size: 3.5rem;
  }
  .eq-img-wrapper {
    height: 300px;
    margin-bottom: 40px;
  }
  .eq-title {
    font-size: 2.5rem;
  }
  .eq-bg-num {
    font-size: 40vw;
    top: 10%;
    opacity: 0.05;
  }
}

/* Content Styling */
.equip-content {
  position: relative;
  z-index: 1;
  padding: 20px;
}

.equip-title {
  font-size: 3rem;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}

.light-mode .equip-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background: #ff512f;
  margin-top: 10px;
}

.dark-mode .equip-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background: #ff512f;
  margin-top: 10px;
}

.equip-desc {
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 30px;
  opacity: 0.9;
}

/* Environment Tags */
.env-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 35px;
}

.env-tag {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 600;
  transition: 0.3s;
}

.light-mode .env-tag {
  background: #f1f1f1;
  color: #0f2044;
}
.light-mode .env-tag:hover {
  background: #e2e2e2;
}

.dark-mode .env-tag {
  background: rgba(255, 255, 255, 0.1);
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.dark-mode .env-tag:hover {
  background: rgba(255, 255, 255, 0.2);
}

.env-tag i {
  color: #ff512f;
}

/* CTA Button */
.btn-equip {
  padding: 15px 40px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s;
  border: 2px solid#ff512f;
}

.light-mode .btn-equip {
  background: transparent;
  color: #0f2044;
}
.light-mode .btn-equip:hover {
  background: #ff512f;
  color: white;
}

.dark-mode .btn-equip {
  background: #ff512f;
  color: white;
}
.dark-mode .btn-equip:hover {
  background: transparent;
  color: #ff512f;
}

/* Responsive Fixes */
@media (max-width: 991px) {
  .inventory-section {
    padding: 50px 0;
  }
  .equip-hero h1 {
    font-size: 2.5rem;
  }
  .img-wrapper {
    min-height: 250px;
    margin-bottom: 30px;
  }
  .tech-number {
    font-size: 5rem;
    top: 0;
  }
}

/* ============ Lifebuoy-Drone CSS ============ */

.ld-hero {
  background: radial-gradient(
    circle at top left,
    #ffe1cf 0,
    #ffffff 45%,
    #e6f1ff 100%
  );
  padding: 90px 0 70px;
  position: relative;
  overflow: hidden;
}
.ld-hero::before {
  content: "";
  position: absolute;
  width: 380px;
  height: 380px;
  background: radial-gradient(circle, rgba(0, 71, 133, 0.2), transparent 70%);
  right: -120px;
  top: -80px;
  z-index: 0;
}
.ld-hero .row {
  position: relative;
  z-index: 1;
}
.ld-hero-tag {
  display: inline-flex;
  align-items: center;
  background: #ffffff;
  border-radius: 999px;
  padding: 6px 14px;
  font-size: 12px;
  color: #6b7280;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.15);
  margin-bottom: 10px;
}
.ld-hero-tag i {
  color: #ff6a21;
  margin-right: 6px;
}
.ld-hero-title {
  font-size: 38px;
  line-height: 1.2;
  font-weight: 800;
  color: #111827;
  margin-bottom: 12px;
}
.ld-hero-subtitle {
  font-size: 16px;
  color: #4b5563;
  margin-bottom: 16px;
}
.ld-hero-keyline {
  font-size: 14px;
  color: #004785;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  margin-bottom: 20px;
}
.ld-hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 22px;
}
.ld-hero-badge {
  background: #fff;
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  box-shadow: 0 5px 14px rgba(15, 23, 42, 0.1);
}
.ld-hero-badge i {
  color: #004785;
  margin-right: 6px;
}

.ld-hero-usage-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #9ca3af;
  margin-bottom: 6px;
}
.ld-hero-usage-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 22px;
}
.ld-hero-usage-tags span {
  font-size: 12px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  padding: 4px 10px;
}

.ld-hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.ld-btn-primary,
.ld-btn-outline {
  border-radius: 999px;
  padding: 10px 22px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  border: none;
  display: inline-flex;
  align-items: center;
}
.ld-btn-primary {
  background: #ff6a21;
  color: #fff;
}
.ld-btn-outline {
  background: transparent;
  color: #004785;
  border: 1px solid #004785;
}
.ld-btn-primary i,
.ld-btn-outline i {
  font-size: 12px;
  margin-left: 6px;
}

.ld-hero-image-wrapper {
  position: relative;
  max-width: 480px;
  margin-left: auto;
}
.ld-hero-main-image {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.4);
}
.ld-hero-main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ld-hero-floating-card {
  position: absolute;
  bottom: -16px;
  left: -18px;
  background: #ffffff;
  padding: 12px 16px;
  border-radius: 14px;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.35);
  font-size: 13px;
  max-width: 230px;
}
.ld-hero-floating-card i {
  color: #ff6a21;
  margin-right: 6px;
}
/* RESPONSIVE */
@media (max-width: 991.98px) {
  .ld-hero {
    padding-top: 70px;
  }
  .ld-hero-title {
    font-size: 30px;
  }
  .ld-hero-image-wrapper {
    margin-top: 30px;
    margin-left: 0;
    max-width: 100%;
  }
}

@media (max-width: 575.98px) {
  .ld-hero {
    padding-top: 60px;
  }
  .ld-hero-floating-card {
    position: static;
    margin-top: 12px;
  }
}

/* --- 2. THE STATS BAR (Floating) --- */
.ld-stats-bar {
  background: #0f2044;
  color: white;
  padding: 40px 0;
  /* margin-top: -80px; */
  position: relative;
  z-index: 10;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  border-bottom: 4px solid #ff512f;
}

.ld-stat-item {
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.ld-stat-item:last-child {
  border: none;
}

.ld-stat-val {
  font-family: "Rajdhani", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  color: #ff512f;
  line-height: 1;
}
.ld-stat-label {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.8;
}

/* Responsive */
@media (max-width: 991px) {
  .ld-stats-bar {
    margin-top: 0;
  }
  .ld-stat-item {
    border: none;
    margin-bottom: 30px;
  }
}

/* How It Works Section */
.lb-section-tag {
  color: #e97532;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 15px;
  text-align: center;
}

.lb-section-title {
  font-size: 48px;
  color: #0a3a6b;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}

.lb-section-description {
  font-size: 18px;
  color: #666;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.8;
  text-align: center;
}

.lb-howitworks-section {
  padding: 120px 40px;
  background: linear-gradient(to bottom, #ffffff 0%, #f0f4f8 100%);
  position: relative;
}

.lb-howitworks-container {
  max-width: 1200px;
  margin: 0 auto;
}

.lb-steps-timeline {
  position: relative;
  margin-top: 80px;
}

.lb-timeline-line {
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(to right, #e97532, #1e5ba8);
  z-index: 1;
}

.lb-steps-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  position: relative;
  z-index: 2;
}

.lb-step-card {
  text-align: center;
  position: relative;
}

.lb-step-number {
  width: 120px;
  height: 120px;
  background: #ffffff;
  border: 6px solid #e97532;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 30px;
  font-size: 48px;
  font-weight: 700;
  color: #e97532;
  box-shadow: 0 10px 30px rgba(233, 117, 50, 0.3);
  position: relative;
  z-index: 3;
}

.lb-step-card h3 {
  font-size: 20px;
  color: #0a3a6b;
  margin-bottom: 15px;
  font-weight: 600;
}

.lb-step-card p {
  font-size: 14px;
  color: #666;
  line-height: 1.7;
}

/* Benefits Section */
.lb-benefits-section {
  padding: 120px 40px;
  background: #0a3a6b;
  position: relative;
  overflow: hidden;
}

.lb-benefits-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("https://images.unsplash.com/photo-1581092918056-0c4c3acd3789?w=1600");
  background-size: cover;
  background-position: center;
  opacity: 0.08;
}

.lb-benefits-container {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.lb-benefits-container .lb-section-tag {
  color: #e97532;
}

.lb-benefits-container .lb-section-title {
  color: #ffffff;
}

.lb-benefits-container .lb-section-description {
  color: rgba(255, 255, 255, 0.9);
}

.lb-benefits-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 60px;
}

.lb-benefit-card {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 40px;
  display: flex;
  gap: 25px;
  transition: all 0.3s ease;
}

.lb-benefit-card:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateX(10px);
  border-color: #e97532;
}

.lb-benefit-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #e97532 0%, #ff8c42 100%);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: #ffffff;
  flex-shrink: 0;
}

.lb-benefit-content h3 {
  font-size: 22px;
  color: #ffffff;
  margin-bottom: 12px;
  font-weight: 600;
}

.lb-benefit-content p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.7;
}

/* CTA Section */
.lb-cta-section {
  padding: 100px 40px;
  background: linear-gradient(135deg, #e97532 0%, #ff8c42 100%);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.lb-cta-section::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.1) 0%,
    transparent 70%
  );
  animation: rotateSlow 20s linear infinite;
}

.lb-cta-container {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.lb-cta-title {
  font-size: 48px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 25px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.lb-cta-description {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 40px;
  opacity: 0.95;
}

.lb-cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.lb-btn-primary,
.lb-btn-secondary {
  padding: 18px 45px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
}

.lb-btn-primary {
  background: #ffffff;
  color: #e97532;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.lb-btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

.lb-btn-secondary {
  background: transparent;
  color: #ffffff;
  border: 3px solid #ffffff;
}

.lb-btn-secondary:hover {
  background: #ffffff;
  color: #e97532;
  transform: translateY(-3px);
}

/* Responsive Design */
@media (max-width: 1024px) {
  .lb-hero-container {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .lb-hero-image {
    order: -1;
  }

  .lb-drone-showcase {
    width: 400px;
    height: 400px;
  }

  .lb-specs-wrapper {
    grid-template-columns: 1fr;
  }

  .lb-benefits-grid {
    grid-template-columns: 1fr;
  }

  .lb-steps-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  .lb-timeline-line {
    display: none;
  }
}

@media (max-width: 768px) {
  .lb-hero-title {
    font-size: 42px;
  }

  .lb-hero-subtitle {
    font-size: 18px;
  }

  .lb-section-title {
    font-size: 36px;
  }

  .lb-steps-wrapper {
    grid-template-columns: 1fr;
  }

  .lb-cta-title {
    font-size: 36px;
  }

  .lb-drone-showcase {
    width: 300px;
    height: 300px;
  }

  .lb-drone-icon {
    font-size: 120px;
  }
}

/* --- 5. TECH SPECS TABLE --- */

.ld-h2,
.ld-h3 {
  text-transform: uppercase;
  font-weight: 700;
}

.ld-specs-section {
  padding: 100px 0;
  background: #f4f6f9;
}

.ld-spec-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
}
.ld-spec-table tr {
  background: white;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
  transition: 0.2s;
}
.ld-spec-table tr:hover {
  transform: scale(1.01);
  border-left: 5px solid #ff512f;
}

.ld-spec-table td {
  padding: 20px 30px;
}
.ld-spec-key {
  font-weight: 700;
  color: #0f2044;
  width: 40%;
  font-family: "Rajdhani", sans-serif;
  font-size: 1.2rem;
}
.ld-spec-val {
  color: #555;
}

/* --- BUTTONS --- */
.btn-ld-primary {
  background: #ff512f;
  color: white;
  padding: 15px 40px;
  border: none;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  clip-path: polygon(
    10px 0,
    100% 0,
    100% calc(100% - 10px),
    calc(100% - 10px) 100%,
    0 100%,
    0 10px
  );
  transition: 0.3s;
}
.btn-ld-primary:hover {
  background: #e03e1d;
  color: white;
  transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 991px) {
  .ld-hero-title {
    font-size: 3rem;
  }
  .ld-stats-bar {
    margin-top: 0;
  }
  .ld-stat-item {
    border: none;
    margin-bottom: 30px;
  }
}
/* --- 4. USE CASES (Cards) --- */
.ld-uses-section {
  background-color: #050b14;
  color: white;
  padding: 100px 0;
  background-image: linear-gradient(#050b14 50%, transparent 50%),
    linear-gradient(90deg, #0a1628 50%, transparent 50%);
  background-size: 40px 40px;
  margin-top: 70px;
}

.ld-use-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 40px 20px;
  text-align: center;
  border-radius: 10px;
  transition: 0.3s;
  height: 100%;
}
.ld-use-card:hover {
  background: #ff512f;
  border-color: #ff512f;
  transform: translateY(-10px);
}
.ld-use-card:hover i,
.ld-use-card:hover h4,
.ld-use-card:hover p {
  color: white;
}

.ld-use-icon {
  font-size: 3rem;
  color: #ff512f;
  margin-bottom: 20px;
  transition: 0.3s;
}
.ld-use-card h4 {
  margin-bottom: 15px;
  font-weight: 700;
  transition: 0.3s;
}
.ld-use-card p {
  color: #aaa;
  font-size: 0.95rem;
  transition: 0.3s;
}

/* ======== Water mist page CSS ========= */

.wm-hero {
  background: radial-gradient(
    circle at top left,
    #ffe1cf 0,
    #ffffff 45%,
    #e6f1ff 100%
  );
  padding: 90px 0 70px;
  position: relative;
}
.wm-hero::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(0, 71, 133, 0.21), transparent 72%);
  right: -140px;
  top: -90px;
}
.wm-hero-tag {
  display: inline-flex;
  align-items: center;
  margin-bottom: 12px;
  background: #fff;
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.15);
  padding: 6px 14px;
  font-size: 12px;
  color: #6b7280;
}
.wm-hero-tag i {
  color: #ff6a21;
  margin-right: 6px;
}

.wm-hero-title {
  font-size: 38px;
  font-weight: 800;
  margin-bottom: 12px;
  color: #111827;
  line-height: 1.2;
}
.wm-hero-sub {
  font-size: 15px;
  color: #4b5563;
  margin-bottom: 14px;
}
.wm-hero-keyline {
  font-size: 14px;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 0.15em;
  color: #004785;
  text-transform: uppercase;
}
.wm-hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 22px;
}
.wm-hero-badge {
  background: #fff;
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  box-shadow: 0 5px 14px rgba(15, 23, 42, 0.1);
}
.wm-hero-badge i {
  color: #004785;
  margin-right: 6px;
}

.wm-hero-usage-label {
  font-size: 12px;
  text-transform: uppercase;
  color: #9ca3af;
  margin-bottom: 6px;
  letter-spacing: 0.18em;
}
.wm-hero-usage-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 22px;
}
.wm-hero-usage-tags span {
  font-size: 12px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #e5e7eb;
  padding: 4px 10px;
}

.wm-hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.wm-btn-primary,
.wm-btn-outline {
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 10px 22px;
  display: inline-flex;
  align-items: center;
}
.wm-btn-primary {
  background: #ff6a21;
  color: #fff;
}
.wm-btn-outline {
  background: transparent;
  border: 1px solid #004785;
  color: #004785;
}
.wm-btn-primary i,
.wm-btn-outline i {
  font-size: 12px;
  margin-left: 6px;
}

.wm-hero-image-wrapper {
  position: relative;
  max-width: 500px;
  margin-left: auto;
}
.wm-hero-main-image img {
  border-radius: 26px;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.38);
  width: 100%;
}
.wm-hero-floating {
  position: absolute;
  bottom: -18px;
  left: -18px;
  background: #fff;
  border-radius: 14px;
  padding: 12px 16px;
  max-width: 240px;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.38);
  font-size: 13px;
}
.wm-hero-floating i {
  color: #ff6a21;
  margin-right: 6px;
}

/* How It Works Section */
.wms-process-section {
  padding: 120px 40px;
  background: linear-gradient(to bottom, #ffffff 0%, #f0f4f8 100%);
  position: relative;
}

.wms-process-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.wms-process-timeline {
  position: relative;
  margin-top: 80px;
}

.wms-timeline-connector {
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  height: 4px;
  /* Changed from #C41E3A and #FFD700 to #e97532 and #1e5ba8 */
  background: linear-gradient(to right, #e97532, #1e5ba8);
  z-index: 1;
}

.wms-process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  position: relative;
  z-index: 2;
}

.wms-process-item {
  text-align: center;
  position: relative;
}

.wms-process-badge {
  width: 120px;
  height: 120px;
  background: #ffffff;
  /* Changed border from #C41E3A to #e97532 */
  border: 6px solid #e97532;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 30px;
  font-size: 48px;
  font-weight: 700;
  /* Changed color from #C41E3A to #e97532 */
  color: #e97532;
  /* Changed box-shadow rgba to match #e97532 */
  box-shadow: 0 10px 30px rgba(233, 117, 50, 0.3);
  position: relative;
  z-index: 3;
}

.wms-process-item h3 {
  font-size: 20px;
  /* Changed color from #8B0000 to #0a3a6b */
  color: #0a3a6b;
  margin-bottom: 15px;
  font-weight: 600;
}

.wms-process-item p {
  font-size: 14px;
  color: #666;
  line-height: 1.7;
}

/* Benefits Section */

.wms-section-label {
  /* Changed color from #C41E3A to #e97532 */
  color: #e97532;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 15px;
  /* Added text-align to match new scheme */
  text-align: center;
}

.wms-section-heading {
  font-size: 48px;
  /* Changed color from #8B0000 to #0a3a6b */
  color: #0a3a6b;
  font-weight: 700;
  margin-bottom: 20px;
  /* Added text-align to match new scheme */
  text-align: center;
}

.wms-section-text {
  font-size: 18px;
  color: #666;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.8;
  /* Added text-align to match new scheme */
  text-align: center;
}

.wms-advantages-section {
  padding: 120px 40px;
  /* Changed background from #8B0000 to #0a3a6b */
  background: #0a3a6b;
  position: relative;
  overflow: hidden;
}

.wms-advantages-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("https://images.unsplash.com/photo-1581092918056-0c4c3acd3789?w=1600");
  background-size: cover;
  background-position: center;
  opacity: 0.08;
}

.wms-advantages-wrapper {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.wms-advantages-wrapper .wms-section-label {
  /* Changed color from #FFD700 to #e97532 */
  color: #e97532;
}

.wms-advantages-wrapper .wms-section-heading {
  color: #ffffff;
}

.wms-advantages-wrapper .wms-section-text {
  color: rgba(255, 255, 255, 0.9);
}

.wms-advantages-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 60px;
}

.wms-advantage-item {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 40px;
  display: flex;
  gap: 25px;
  transition: all 0.3s ease;
}

.wms-advantage-item:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateX(10px);
  /* Changed border-color from #FFD700 to #e97532 */
  border-color: #e97532;
}

.wms-advantage-symbol {
  width: 70px;
  height: 70px;
  /* Changed gradient from #FFD700 and #FFA500 to #e97532 and #ff8c42 */
  background: linear-gradient(135deg, #e97532 0%, #ff8c42 100%);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  /* Changed color from #8B0000 to #ffffff (matching the new scheme's icon color) */
  color: #ffffff;
  flex-shrink: 0;
}

.wms-advantage-text h3 {
  font-size: 22px;
  color: #ffffff;
  margin-bottom: 12px;
  font-weight: 600;
}

.wms-advantage-text p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.7;
}

/* CTA Section */
.wms-calltoaction-section {
  padding: 100px 40px;
  /* Changed gradient from #FFD700 and #FFA500 to #e97532 and #ff8c42 */
  background: linear-gradient(135deg, #e97532 0%, #ff8c42 100%);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.wms-calltoaction-section::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.1) 0%,
    transparent 70%
  );
  /* Note: Keeping original animation name, assuming it's defined elsewhere or will be updated */
  animation: wmsRotateAnimation 20s linear infinite;
}

.wms-calltoaction-wrapper {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.wms-calltoaction-heading {
  font-size: 48px;
  /* Changed color from #8B0000 to #ffffff (matching the new scheme's CTA title color) */
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 25px;
  /* Changed text-shadow to match the new scheme's CTA title shadow */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.wms-calltoaction-subtext {
  font-size: 20px;
  /* Changed color from #8B0000 to #ffffff (matching the new scheme's CTA description color) */
  color: #ffffff;
  margin-bottom: 40px;
  opacity: 0.95; /* Increased opacity slightly to match new scheme */
}

.wms-calltoaction-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.wms-button-main,
.wms-button-alt {
  padding: 18px 45px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
}

.wms-button-main {
  /* Changed background from #8B0000 to #ffffff */
  background: #ffffff;
  /* Changed color from #FFFFFF to #e97532 */
  color: #e97532;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.wms-button-main:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

.wms-button-alt {
  background: transparent;
  /* Changed color from #8B0000 to #ffffff */
  color: #ffffff;
  /* Changed border color from #8B0000 to #ffffff */
  border: 3px solid #ffffff;
}

.wms-button-alt:hover {
  /* Changed background from #8B0000 to #ffffff */
  background: #ffffff;
  /* Changed color from #FFFFFF to #e97532 */
  color: #e97532;
  transform: translateY(-3px);
}

/* Responsive Design */
@media (max-width: 1024px) {
  .wms-hero-wrapper {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .wms-hero-visual {
    order: -1;
  }

  .wms-display-circle {
    width: 400px;
    height: 400px;
  }

  .wms-technical-layout {
    grid-template-columns: 1fr;
  }

  .wms-advantages-grid {
    grid-template-columns: 1fr;
  }

  .wms-process-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .wms-timeline-connector {
    display: none;
  }
}

@media (max-width: 768px) {
  .wms-hero-heading {
    font-size: 42px;
  }

  .wms-hero-description {
    font-size: 18px;
  }

  .wms-section-heading {
    font-size: 36px;
  }

  .wms-process-grid {
    grid-template-columns: 1fr;
  }

  .wms-calltoaction-heading {
    font-size: 36px;
  }

  .wms-display-circle {
    width: 300px;
    height: 300px;
  }

  .wms-main-icon {
    font-size: 120px;
  }
}

/* Applications Section */
.wms-uses-section {
  padding: 120px 40px;
  background: #ffffff;
}

.wms-uses-wrapper {
  max-width: 1400px;
  margin: 0 auto;
}

.wms-uses-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 30px;
  margin-top: 60px;
}

.wms-use-box {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  border-radius: 20px;
  padding: 0;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
  position: relative;
}

.wms-use-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.wms-use-picture {
  height: 200px;
  /* Changed gradient from #C41E3A and #FF6B6B to #e97532 and #ff8c42 */
  background: linear-gradient(135deg, #e97532 0%, #ff8c42 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.wms-use-picture::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("https://images.unsplash.com/photo-1565008576549-57569a49371d?w=800");
  background-size: cover;
  background-position: center;
  opacity: 0.2;
}

.wms-use-details {
  padding: 30px;
}

.wms-use-box h3 {
  font-size: 22px;
  /* Changed color from #8B0000 to #0a3a6b */
  color: #0a3a6b;
  margin-bottom: 15px;
  font-weight: 600;
}

.wms-use-box p {
  font-size: 15px;
  color: #666;
  line-height: 1.7;
}

/* --- 6. SPECS TABLE (Matched to Lifebuoy Layout) --- */
.wm-specs-section {
  padding: 100px 0;
  background: #f4f6f9; /* Matched light grey */
}

.wm-spec-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
}

.wm-spec-table tr {
  background: white;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
  transition: 0.2s;
}

.wm-spec-table tr:hover {
  transform: scale(1.01);
  border-left: 5px solid #ff512f; /* Fire Orange */
}

.wm-spec-table td {
  padding: 20px 30px;
}

.wm-spec-key {
  font-weight: 700;
  color: #0f2044; /* Navy */
  width: 40%;
  font-family: "Rajdhani", sans-serif;
  font-size: 1.2rem;
}

.wm-spec-val {
  color: #555;
}

/* --- BUTTONS --- */
.wm-btn-primary {
  background-color: #ff512f;
  color: white;
  padding: 18px 45px;
  border: none;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  display: inline-block;
  text-decoration: none;
  clip-path: polygon(
    15px 0,
    100% 0,
    100% calc(100% - 15px),
    calc(100% - 15px) 100%,
    0 100%,
    0 15px
  );
}

.wm-btn-primary:hover {
  background-color: #0f2044;
  color: white;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(15, 32, 68, 0.2);
}

.wm-btn-outline {
  background: transparent;
  border: 2px solid white;
  color: white;
  padding: 16px 45px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.3s;
  text-decoration: none;
  display: inline-block;
}
.wm-btn-outline:hover {
  background: white;
  color: #0f2044;
}

/* Responsive */
@media (max-width: 991px) {
  .wm-hero {
    height: auto;
    padding: 150px 0 100px;
  }
  .wm-metrics-bar {
    margin-top: 0;
  }
  .wm-metric-box {
    border-right: none;
    border-bottom: 1px solid #eee;
  }
  .wm-compare-grid {
    grid-template-columns: 1fr;
  }
  .wm-compare-side {
    padding: 40px;
  }
}

/* --- 4. VISUAL COMPARISON (Sprinkler vs Mist) --- */
.wm-compare-section {
  padding: 100px 0;
  background: #0f2044; /* Navy Background */
  color: white;
}

.wm-compare-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border-radius: 20px;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.1);
}

.wm-compare-side {
  padding: 60px;
  position: relative;
}

.wm-side-bad {
  background: rgba(255, 81, 47, 0.1); /* Reddish tint */
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.wm-side-good {
  background: rgba(255, 255, 255, 0.05); /* Clean tint */
}

.wm-status-badge {
  display: inline-block;
  padding: 5px 15px;
  border-radius: 30px;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.wm-badge-danger {
  background: #ff512f;
  color: white;
}
.wm-badge-success {
  background: #00d2d3;
  color: #000;
}

.wm-h2 {
  font-family: "Rajdhani", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #0f2044;
}

/* <!-- CAFS ATV – Page Specific Styles CSS --> */

/* HERO SECTION */
.cafs-hero {
  background: radial-gradient(
    circle at top left,
    #ffe1cf 0,
    #ffffff 45%,
    #e6f1ff 100%
  );
  padding: 90px 0 70px;
  position: relative;
  overflow: hidden;
}
.cafs-hero::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(0, 71, 133, 0.18), transparent 70%);
  right: -140px;
  top: -90px;
  z-index: 0;
}
.cafs-hero .row {
  position: relative;
  z-index: 1;
}
.cafs-hero-tag {
  display: inline-flex;
  align-items: center;
  background: #ffffff;
  border-radius: 999px;
  padding: 6px 14px;
  font-size: 12px;
  color: #6b7280;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.15);
  margin-bottom: 10px;
}
.cafs-hero-tag i {
  color: #ff6a21;
  margin-right: 6px;
}
.cafs-hero-title {
  font-size: 38px;
  line-height: 1.2;
  font-weight: 800;
  color: #111827;
  margin-bottom: 12px;
}
.cafs-hero-subtitle {
  font-size: 16px;
  color: #4b5563;
  margin-bottom: 16px;
}
.cafs-hero-keyline {
  font-size: 14px;
  color: #004785;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  margin-bottom: 20px;
}
.cafs-hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 22px;
}
.cafs-hero-badge {
  background: #ffffff;
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  box-shadow: 0 5px 14px rgba(15, 23, 42, 0.1);
}
.cafs-hero-badge i {
  color: #004785;
  margin-right: 6px;
}

.cafs-hero-usage-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #9ca3af;
  margin-bottom: 6px;
}
.cafs-hero-usage-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 22px;
}
.cafs-hero-usage-tags span {
  font-size: 12px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  padding: 4px 10px;
}

.cafs-hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.cafs-btn-primary,
.cafs-btn-outline {
  border-radius: 999px;
  padding: 10px 22px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  border: none;
  display: inline-flex;
  align-items: center;
}
.cafs-btn-primary {
  background: #ff6a21;
  color: #ffffff;
}
.cafs-btn-outline {
  background: transparent;
  color: #004785;
  border: 1px solid #004785;
}
.cafs-btn-primary i,
.cafs-btn-outline i {
  font-size: 12px;
  margin-left: 6px;
}

.cafs-hero-image-wrapper {
  position: relative;
  max-width: 480px;
  margin-left: auto;
}
.cafs-hero-main-image {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.4);
  position: relative;
}
.cafs-hero-main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cafs-hero-atv-png {
  position: absolute;
  bottom: -35px;
  right: -25px;
  width: 220px;
  filter: drop-shadow(0 14px 30px rgba(15, 23, 42, 0.6));
}
.cafs-hero-floating-card {
  position: absolute;
  bottom: -16px;
  left: -18px;
  background: #ffffff;
  padding: 12px 16px;
  border-radius: 14px;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.35);
  font-size: 13px;
  max-width: 260px;
}
.cafs-hero-floating-card i {
  color: #ff6a21;
  margin-right: 6px;
}
/* RESPONSIVE */
@media (max-width: 991.98px) {
  .cafs-hero {
    padding-top: 70px;
  }
  .cafs-hero-title {
    font-size: 30px;
  }
  .cafs-hero-image-wrapper {
    margin-top: 30px;
    margin-left: 0;
    max-width: 100%;
  }
}

@media (max-width: 575.98px) {
  .cafs-hero {
    padding-top: 60px;
  }
  .cafs-hero-floating-card {
    position: static;
    margin-top: 12px;
  }
  .cafs-hero-atv-png {
    position: static;
    display: block;
    margin: 10px auto 0;
  }
}

/* --- 2. FLOATING PERFORMANCE BAR --- */
.caf-stats-wrapper {
  background: #0f2044;
  /* transform: translateY(-50%); */
  border-radius: 0;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 10;
  padding: 30px 0;
  border-top: 5px solid #ff512f;
}

.caf-stat-item {
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.caf-stat-item:last-child {
  border-right: none;
}

.caf-stat-icon {
  font-size: 2rem;
  color: #ff512f;
  margin-bottom: 10px;
}
.caf-stat-val {
  font-family: "Rajdhani";
  font-size: 2.5rem;
  font-weight: 700;
  color: white;
  line-height: 1;
}
.caf-stat-label {
  color: #9ca3af;
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 1px;
}
/* Responsive */
@media (max-width: 991px) {
  .caf-hero {
    clip-path: none;
    height: auto;
    padding: 150px 0 100px;
  }
  .caf-hero-title {
    font-size: 3rem;
  }
  .caf-stats-wrapper {
    transform: none;
    margin-top: -50px;
  }
  .caf-stat-item {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px 0;
  }
  .caf-tech-section {
    clip-path: none;
    padding: 80px 0;
  }
}

/* Features Section */
.caf-features-area {
  padding: 120px 40px;
  background: linear-gradient(to bottom, #ffffff 0%, #f8f9fa 100%);
  position: relative;
}

.caf-features-container {
  max-width: 1400px;
  margin: 0 auto;
}

.caf-section-header-block {
  text-align: center;
  margin-bottom: 80px;
}

.caf-section-subtitle {
  color: #e97532;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.caf-section-main-heading {
  font-size: 48px;
  color: #1e5ba8;
  font-weight: 700;
  margin-bottom: 20px;
}

.caf-section-paragraph {
  font-size: 18px;
  color: #666;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.8;
}

.caf-features-layout {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 60px;
}

.caf-feature-item {
  background: #ffffff;
  border-radius: 20px;
  padding: 40px 30px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.caf-feature-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(to right, #e97532, #ff8c42);
  transform: scaleX(0);
  transition: transform 0.4s ease;
}

.caf-feature-item:hover::before {
  transform: scaleX(1);
}

.caf-feature-item:hover {
  transform: translateY(-15px);
  box-shadow: 0 20px 60px rgba(233, 117, 50, 0.2);
}

.caf-feature-graphic {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #e97532 0%, #ff8c42 100%);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  color: #ffffff;
  margin-bottom: 25px;
  box-shadow: 0 10px 30px rgba(233, 117, 50, 0.3);
}

.caf-feature-item h3 {
  font-size: 24px;
  color: #1e5ba8;
  margin-bottom: 15px;
  font-weight: 600;
}

.caf-feature-item p {
  font-size: 15px;
  color: #666;
  line-height: 1.8;
}

/* --- 6. SPECS TABLE (Matched Layout) --- */
.caf-specs-section {
  padding: 100px 0;
  background: #fff;
}
.caf-spec-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
}
.caf-spec-table tr {
  background: #f8f9fa;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  transition: 0.2s;
}
.caf-spec-table tr:hover {
  transform: scale(1.01);
  border-left: 5px solid #ff512f;
  background: white;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.caf-spec-table td {
  padding: 20px 30px;
}
.caf-spec-key {
  font-weight: 700;
  color: #0f2044;
  width: 40%;
  font-family: "Rajdhani";
  font-size: 1.2rem;
}
.caf-spec-val {
  color: #555;
  font-weight: 500;
}

.caf-h2 {
  text-transform: uppercase;
  font-weight: 700;
  color: #0f2044;
}

/* Applications Section */
.caf-applications-area {
  padding: 120px 40px;
  background: #ffffff;
}

.caf-applications-container {
  max-width: 1400px;
  margin: 0 auto;
}

.caf-applications-layout {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 30px;
  margin-top: 60px;
}

.caf-application-card {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  border-radius: 20px;
  padding: 0;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
  position: relative;
}

.caf-application-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.caf-application-img {
  height: 200px;
  background: linear-gradient(135deg, #1e5ba8 0%, #4a90e2 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.caf-application-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("https://images.unsplash.com/photo-1525034687081-c0a1ad0d0541?w=800");
  background-size: cover;
  background-position: center;
  opacity: 0.2;
}

.caf-application-text {
  padding: 30px;
}

.caf-application-card h3 {
  font-size: 22px;
  color: #1e5ba8;
  margin-bottom: 15px;
  font-weight: 600;
}

.caf-application-card p {
  font-size: 15px;
  color: #666;
  line-height: 1.7;
}

/* How It Works Section */
.caf-workflow-area {
  padding: 120px 40px;
  background: linear-gradient(to bottom, #ffffff 0%, #f0f4f8 100%);
  position: relative;
}

.caf-workflow-container {
  max-width: 1200px;
  margin: 0 auto;
}

.caf-workflow-steps {
  position: relative;
  margin-top: 80px;
}

.caf-steps-line {
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(to right, #e97532, #1e5ba8);
  z-index: 1;
}

.caf-steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  position: relative;
  z-index: 2;
}

.caf-step-block {
  text-align: center;
  position: relative;
}

.caf-step-number {
  width: 120px;
  height: 120px;
  background: #ffffff;
  border: 6px solid #e97532;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 30px;
  font-size: 48px;
  font-weight: 700;
  color: #e97532;
  box-shadow: 0 10px 30px rgba(233, 117, 50, 0.3);
  position: relative;
  z-index: 3;
}

.caf-step-block h3 {
  font-size: 20px;
  color: #1e5ba8;
  margin-bottom: 15px;
  font-weight: 600;
}

.caf-step-block p {
  font-size: 14px;
  color: #666;
  line-height: 1.7;
}

/* Benefits Section */
.caf-benefits-area {
  padding: 120px 40px;
  background: #0a3a6b;
  position: relative;
  overflow: hidden;
}

.caf-benefits-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("https://images.unsplash.com/photo-1581092918056-0c4c3acd3789?w=1600");
  background-size: cover;
  background-position: center;
  opacity: 0.08;
}

.caf-benefits-container {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.caf-benefits-container .caf-section-subtitle {
  color: #e97532;
}

.caf-benefits-container .caf-section-main-heading {
  color: #ffffff;
}

.caf-benefits-container .caf-section-paragraph {
  color: rgba(255, 255, 255, 0.9);
}

.caf-benefits-layout {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 60px;
}

.caf-benefit-box {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 40px;
  display: flex;
  gap: 25px;
  transition: all 0.3s ease;
}

.caf-benefit-box:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateX(10px);
  border-color: #e97532;
}

.caf-benefit-icon-box {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #e97532 0%, #ff8c42 100%);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: #ffffff;
  flex-shrink: 0;
}

.caf-benefit-text-content h3 {
  font-size: 22px;
  color: #ffffff;
  margin-bottom: 12px;
  font-weight: 600;
}

.caf-benefit-text-content p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.7;
}

/* CTA Section */
.caf-cta-area {
  padding: 100px 40px;
  background: linear-gradient(135deg, #e97532 0%, #ff8c42 100%);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.caf-cta-area::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.1) 0%,
    transparent 70%
  );
  animation: cafRotateSlow 20s linear infinite;
}

.caf-cta-wrapper {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.caf-cta-main-heading {
  font-size: 48px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 25px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.caf-cta-subtitle {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 40px;
  opacity: 0.95;
}

.caf-cta-buttons-group {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.caf-btn-primary,
.caf-btn-secondary {
  padding: 18px 45px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
}

.caf-btn-primary {
  background: #ffffff;
  color: #e97532;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.caf-btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

.caf-btn-secondary {
  background: transparent;
  color: #ffffff;
  border: 3px solid #ffffff;
}

.caf-btn-secondary:hover {
  background: #ffffff;
  color: #e97532;
  transform: translateY(-3px);
}

/* Responsive Design */
@media (max-width: 1024px) {
  .caf-hero-content-wrapper {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .caf-hero-image-area {
    order: -1;
  }

  .caf-vehicle-display {
    width: 400px;
    height: 400px;
  }

  .caf-specs-grid {
    grid-template-columns: 1fr;
  }

  .caf-benefits-layout {
    grid-template-columns: 1fr;
  }

  .caf-steps-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .caf-steps-line {
    display: none;
  }
}

@media (max-width: 768px) {
  .caf-hero-main-title {
    font-size: 42px;
  }

  .caf-hero-intro {
    font-size: 18px;
  }

  .caf-section-main-heading {
    font-size: 36px;
  }

  .caf-steps-grid {
    grid-template-columns: 1fr;
  }

  .caf-cta-main-heading {
    font-size: 36px;
  }

  .caf-vehicle-display {
    width: 300px;
    height: 300px;
  }

  .caf-vehicle-icon {
    font-size: 120px;
  }
}

/* --- 4. THE CAFS ADVANTAGE (Dark Section) --- */
.caf-tech-section {
  background-color: #0f2044;
  color: white;
  padding: 120px 0;
  position: relative;
  /* Reverse Diagonal Cut */
  clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
  /* Add subtle pattern */
  background-image: radial-gradient(
    rgba(255, 255, 255, 0.05) 1px,
    transparent 1px
  );
  background-size: 20px 20px;
}

.caf-tech-content {
  position: relative;
  z-index: 2;
}

.caf-tech-subtitle {
  color: #ff512f;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: block;
  margin-bottom: 15px;
  position: relative;
}

.caf-tech-subtitle::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background: #ff512f;
  margin-top: 10px;
}

.caf-tech-title {
  color: white;
  font-size: 3.5rem;
  margin-bottom: 30px;
  line-height: 1.1;
}

.caf-tech-text {
  color: #d1d5db;
  font-size: 1.15rem;
  line-height: 1.7;
  margin-bottom: 20px;
}

.caf-highlight {
  color: #ff512f;
  font-weight: 700;
  font-size: 1.25rem;
}

.caf-tech-visual {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 40px;
  border-radius: 10px;
  position: relative;
  z-index: 2;
}

.caf-expansion-graphic {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 40px 0 60px 0; /* Increased bottom margin */
}
.caf-drop-water {
  width: 40px;
  height: 40px;
  background: #3498db;
  border-radius: 50% 50% 50% 5px;
  transform: rotate(-45deg);
  box-shadow: 0 0 20px #3498db;
}
.caf-arrow {
  font-size: 2rem;
  color: white;
  opacity: 0.5;
}
.caf-drop-foam {
  width: 150px;
  height: 150px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0f2044;
  font-weight: 700;
  font-family: "Rajdhani";
  box-shadow: 0 0 30px rgba(255, 255, 255, 0.5);
  position: relative;
}
.caf-drop-foam::after {
  content: "x20 Expansion";
  position: absolute;
  bottom: -45px; /* Pushed down to avoid overlap */
  left: 50%;
  transform: translateX(-50%);
  color: white;
  font-size: 1rem;
  font-weight: 700;
  white-space: nowrap;
}

/* ==========<!-- Fire Tender – Page Specific Styles CSS -->=============== */

/* HERO SECTION */
.ft-hero {
  background: radial-gradient(
    circle at top left,
    #ffe1cf 0,
    #ffffff 45%,
    #e6f1ff 100%
  );
  padding: 90px 0 70px;
  position: relative;
  overflow: hidden;
}
.ft-hero::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(0, 71, 133, 0.18), transparent 70%);
  right: -140px;
  top: -90px;
  z-index: 0;
}
.ft-hero .row {
  position: relative;
  z-index: 1;
}
.ft-hero-tag {
  display: inline-flex;
  align-items: center;
  background: #ffffff;
  border-radius: 999px;
  padding: 6px 14px;
  font-size: 12px;
  color: #6b7280;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.15);
  margin-bottom: 10px;
}
.ft-hero-tag i {
  color: #ff6a21;
  margin-right: 6px;
}
.ft-hero-title {
  font-size: 38px;
  line-height: 1.2;
  font-weight: 800;
  color: #111827;
  margin-bottom: 12px;
}
.ft-hero-subtitle {
  font-size: 16px;
  color: #4b5563;
  margin-bottom: 16px;
}
.ft-hero-keyline {
  font-size: 14px;
  color: #004785;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  margin-bottom: 20px;
}
.ft-hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 22px;
}
.ft-hero-badge {
  background: #ffffff;
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  box-shadow: 0 5px 14px rgba(15, 23, 42, 0.1);
}
.ft-hero-badge i {
  color: #004785;
  margin-right: 6px;
}

.ft-hero-usage-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #9ca3af;
  margin-bottom: 6px;
}
.ft-hero-usage-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 22px;
}
.ft-hero-usage-tags span {
  font-size: 12px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  padding: 4px 10px;
}

.ft-hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.ft-btn-primary,
.ft-btn-outline {
  border-radius: 999px;
  padding: 10px 22px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  border: none;
  display: inline-flex;
  align-items: center;
}
.ft-btn-primary {
  background: #ff6a21;
  color: #ffffff;
}
.ft-btn-outline {
  background: transparent;
  color: #004785;
  border: 1px solid #004785;
}
.ft-btn-primary i,
.ft-btn-outline i {
  font-size: 12px;
  margin-left: 6px;
}

.ft-hero-image-wrapper {
  position: relative;
  max-width: 480px;
  margin-left: auto;
}
.ft-hero-main-image {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.4);
  position: relative;
}
.ft-hero-main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ft-hero-tender-png {
  position: absolute;
  bottom: -35px;
  right: -25px;
  width: 260px;
  max-width: 55%;
  filter: drop-shadow(0 14px 30px rgba(15, 23, 42, 0.6));
}
.ft-hero-floating-card {
  position: absolute;
  bottom: -16px;
  left: -18px;
  background: #ffffff;
  padding: 12px 16px;
  border-radius: 14px;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.35);
  font-size: 13px;
  max-width: 270px;
}
.ft-hero-floating-card i {
  color: #ff6a21;
  margin-right: 6px;
}

/* SECTION WRAPPER */
.ft-section {
  padding: 80px 0 60px;
}
.ft-section.bg-light {
  background: #f7f9fc;
}
.ft-section-header {
  margin-bottom: 35px;
  text-align: left;
}
.ft-section-header.centered {
  text-align: center;
}
.ft-section-label {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #9ca3af;
  margin-bottom: 6px;
}
.ft-section-title {
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 8px;
  color: #111827;
}
.ft-section-subtitle {
  font-size: 15px;
  color: #4b5563;
  max-width: 600px;
}
.ft-section-header.centered .ft-section-subtitle {
  margin-left: auto;
  margin-right: auto;
}
/* RESPONSIVE */
@media (max-width: 991.98px) {
  .ft-hero {
    padding-top: 70px;
  }
  .ft-hero-title {
    font-size: 30px;
  }
  .ft-hero-image-wrapper {
    margin-top: 30px;
    margin-left: 0;
    max-width: 100%;
  }
}

@media (max-width: 575.98px) {
  .ft-hero {
    padding-top: 60px;
  }
  .ft-hero-floating-card {
    position: static;
    margin-top: 12px;
  }
  .ft-hero-tender-png {
    position: static;
    display: block;
    margin: 10px auto 0;
  }
}

/* --- 6. SPECS TABLE (Matched Layout) --- */
.ft-specs-section {
  padding: 100px 0;
  background: #f4f6f9;
}
.ft-spec-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
}
.ft-spec-table tr {
  background: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  transition: 0.2s;
}
.ft-spec-table tr:hover {
  transform: scale(1.01);
  border-left: 5px solid #ff512f;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.ft-spec-table td {
  padding: 20px 30px;
}
.ft-spec-key {
  font-weight: 700;
  color: #0f2044;
  width: 40%;
  font-family: "Rajdhani";
  font-size: 1.2rem;
}
.ft-spec-val {
  color: #555;
  font-weight: 500;
}

/* --- BUTTONS --- */
.ft-btn-primary {
  background-color: #ff512f;
  color: white;
  padding: 18px 50px;
  border: none;
  font-family: "Rajdhani", sans-serif;
  font-weight: 800;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  display: inline-block;
  text-decoration: none;
  clip-path: polygon(0 0, 100% 0, 100% 85%, 95% 100%, 0 100%);
}
.ft-btn-primary:hover {
  background-color: #0f2044;
  color: white;
  transform: translateY(-3px);
}

/* Responsive */
@media (max-width: 991px) {
  .ft-hero {
    height: auto;
    padding: 150px 0 100px;
    clip-path: none;
  }
  .ft-hero-title {
    font-size: 3rem;
  }
  .ft-stats-wrapper {
    transform: none;
    margin-top: -50px;
  }
  .ft-stat-item {
    border-right: none;
    border-bottom: 1px solid #eee;
    padding: 20px 0;
  }
  .ft-pump-graphic {
    flex-direction: column;
    gap: 20px;
  }
  .ft-pump-line {
    width: 4px;
    height: 50px;
  }
  .ft-pump-line::after {
    width: 4px;
    height: 20px;
    left: -2px;
    top: 0;
    animation: flow-vert 2s infinite linear;
  }
  @keyframes flow-vert {
    0% {
      top: 0;
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      top: 100%;
      opacity: 0;
    }
  }
}

/* --- 4. PUMP LOGIC (Dark Tech Section) --- */
.ft-tech-section {
  background-color: #0f2044;
  color: white;
  padding: 120px 0;
  position: relative;
  background-image: radial-gradient(
    circle at 10% 20%,
    rgba(255, 81, 47, 0.1) 0%,
    transparent 20%
  );
}

.ft-tech-visual {
  border: 2px solid rgba(255, 255, 255, 0.1);
  padding: 40px;
  border-radius: 4px;
  position: relative;
  background: rgba(0, 0, 0, 0.2);
}

/* Pump Schematic Animation */
.ft-pump-graphic {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 50px 0;
  position: relative;
}

.ft-pump-stage {
  width: 135px;
  height: 135px;
  border: 2px solid #ff512f;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #0f2044;
  z-index: 2;
  box-shadow: 0 0 30px rgba(255, 81, 47, 0.2);
}

.ft-pump-line {
  flex-grow: 1;
  height: 4px;
  background: rgba(255, 255, 255, 0.2);
  position: relative;
}
.ft-pump-line::after {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  width: 20px;
  height: 12px;
  background: #ff512f;
  animation: flow 2s infinite linear;
  border-radius: 4px;
}
@keyframes flow {
  0% {
    left: 0;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}

.ft-h2 {
  text-transform: uppercase;
  font-weight: 700;
  color: #0f2044;
}

/* Responsive */
@media (max-width: 991px) {
  .ft-hero {
    height: auto;
    padding: 150px 0 100px;
    clip-path: none;
  }
  .ft-hero-title {
    font-size: 3rem;
  }
  .ft-stats-wrapper {
    transform: none;
    margin-top: -50px;
  }
  .ft-stat-item {
    border-right: none;
    border-bottom: 1px solid #eee;
    padding: 20px 0;
  }
  .ft-pump-graphic {
    flex-direction: column;
    gap: 20px;
  }
  .ft-pump-line {
    width: 4px;
    height: 50px;
  }
  .ft-pump-line::after {
    width: 4px;
    height: 20px;
    left: -2px;
    top: 0;
    animation: flow-vert 2s infinite linear;
  }
  @keyframes flow-vert {
    0% {
      top: 0;
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      top: 100%;
      opacity: 0;
    }
  }
}

* Features Section */ .ft-capabilities-area {
  padding: 120px 40px;
  background: linear-gradient(to bottom, #ffffff 0%, #f8f9fa 100%);
  position: relative;
}

.ft-capabilities-wrapper {
  max-width: 1400px;
  margin: 0 auto;
}

.ft-heading-block {
  text-align: center;
  margin-bottom: 80px;
}

.ft-heading-marker {
  color: #e97532;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.ft-heading-main {
  font-size: 48px;
  color: #0a3a6b;
  font-weight: 700;
  margin-bottom: 20px;
}

.ft-heading-info {
  font-size: 18px;
  color: #666;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.8;
}

.ft-capabilities-layout {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 30px;
  margin-top: 60px;
}

.ft-capability-box {
  background: #ffffff;
  border-radius: 20px;
  padding: 40px 30px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.ft-capability-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(to right, #e97532, #ff8c42);
  transform: scaleX(0);
  transition: transform 0.4s ease;
}

.ft-capability-box:hover::before {
  transform: scaleX(1);
}

.ft-capability-box:hover {
  transform: translateY(-15px);
  box-shadow: 0 20px 60px rgba(233, 117, 50, 0.2);
}

.ft-capability-symbol {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #e97532 0%, #ff8c42 100%);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  color: #ffffff;
  margin-bottom: 25px;
  box-shadow: 0 10px 30px rgba(233, 117, 50, 0.3);
}

.ft-capability-box h3 {
  font-size: 24px;
  color: #0a3a6b;
  margin-bottom: 15px;
  font-weight: 600;
}

.ft-capability-box p {
  font-size: 15px;
  color: #666;
  line-height: 1.8;
}

.ft-capabilities-area {
  margin: 80px 0px;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .ft-hero-wrapper {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .ft-hero-visual {
    order: -1;
  }

  .ft-truck-display {
    width: 400px;
    height: 400px;
  }

  .ft-technical-layout {
    grid-template-columns: 1fr;
  }

  .ft-advantages-layout {
    grid-template-columns: 1fr;
  }

  .ft-process-layout {
    grid-template-columns: repeat(2, 1fr);
  }

  .ft-timeline-connector {
    display: none;
  }
}

@media (max-width: 768px) {
  .ft-hero-heading {
    font-size: 42px;
  }

  .ft-hero-description {
    font-size: 18px;
  }

  .ft-heading-main {
    font-size: 36px;
  }

  .ft-process-layout {
    grid-template-columns: 1fr;
  }

  .ft-action-heading {
    font-size: 36px;
  }

  .ft-truck-display {
    width: 300px;
    height: 300px;
  }

  .ft-truck-symbol {
    font-size: 120px;
  }
}

/* Applications Section */
.ft-usage-area {
  padding: 120px 40px;
  background: #ffffff;
}

.ft-usage-wrapper {
  max-width: 1400px;
  margin: 0 auto;
}

.ft-usage-layout {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 30px;
  margin-top: 60px;
}

.ft-usage-box {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  border-radius: 20px;
  padding: 0;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
  position: relative;
}

.ft-usage-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.ft-usage-header {
  height: 200px;
  background: linear-gradient(135deg, #1e5ba8 0%, #4a90e2 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.ft-usage-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("https://images.unsplash.com/photo-1577986421984-00f087e49ecc?w=800");
  background-size: cover;
  background-position: center;
  opacity: 0.2;
}

.ft-usage-body {
  padding: 30px;
}

.ft-usage-box h3 {
  font-size: 22px;
  color: #0a3a6b;
  margin-bottom: 15px;
  font-weight: 600;
}

.ft-usage-box p {
  font-size: 15px;
  color: #666;
  line-height: 1.7;
}

/* How It Works Section */
.ft-process-area {
  padding: 120px 40px;
  background: linear-gradient(to bottom, #ffffff 0%, #f0f4f8 100%);
  position: relative;
}

.ft-process-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.ft-process-timeline {
  position: relative;
  margin-top: 80px;
}

.ft-timeline-connector {
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(to right, #e97532, #1e5ba8);
  z-index: 1;
}

.ft-process-layout {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  position: relative;
  z-index: 2;
}

.ft-process-box {
  text-align: center;
  position: relative;
}

.ft-process-digit {
  width: 120px;
  height: 120px;
  background: #ffffff;
  border: 6px solid #e97532;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 30px;
  font-size: 48px;
  font-weight: 700;
  color: #e97532;
  box-shadow: 0 10px 30px rgba(233, 117, 50, 0.3);
  position: relative;
  z-index: 3;
}

.ft-process-box h3 {
  font-size: 20px;
  color: #0a3a6b;
  margin-bottom: 15px;
  font-weight: 600;
}

.ft-process-box p {
  font-size: 14px;
  color: #666;
  line-height: 1.7;
}

/* Benefits Section */
.ft-advantages-area {
  padding: 120px 40px;
  background: #0a3a6b;
  position: relative;
  overflow: hidden;
}

.ft-advantages-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("https://images.unsplash.com/photo-1581092918056-0c4c3acd3789?w=1600");
  background-size: cover;
  background-position: center;
  opacity: 0.08;
}

.ft-advantages-wrapper {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.ft-advantages-wrapper .ft-heading-marker {
  color: #e97532;
}

.ft-advantages-wrapper .ft-heading-main {
  color: #ffffff;
}

.ft-advantages-wrapper .ft-heading-info {
  color: rgba(255, 255, 255, 0.9);
}

.ft-advantages-layout {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 60px;
}

.ft-advantage-item {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 40px;
  display: flex;
  gap: 25px;
  transition: all 0.3s ease;
}

.ft-advantage-item:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateX(10px);
  border-color: #e97532;
}

.ft-advantage-symbol {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #e97532 0%, #ff8c42 100%);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: #ffffff;
  flex-shrink: 0;
}

.ft-advantage-text h3 {
  font-size: 22px;
  color: #ffffff;
  margin-bottom: 12px;
  font-weight: 600;
}

.ft-advantage-text p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.7;
}

/* CTA Section */
.ft-action-area {
  padding: 100px 40px;
  background: linear-gradient(135deg, #e97532 0%, #ff8c42 100%);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.ft-action-area::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.1) 0%,
    transparent 70%
  );
  animation: rotateCircle 20s linear infinite;
}

.ft-action-wrapper {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.ft-action-heading {
  font-size: 48px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 25px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.ft-action-subheading {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 40px;
  opacity: 0.95;
}

.ft-action-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.ft-button-prime,
.ft-button-alt {
  padding: 18px 45px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
}

.ft-button-prime {
  background: #ffffff;
  color: #e97532;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.ft-button-prime:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

.ft-button-alt {
  background: transparent;
  color: #ffffff;
  border: 3px solid #ffffff;
}

.ft-button-alt:hover {
  background: #ffffff;
  color: #e97532;
  transform: translateY(-3px);
}

/* <!-- Robot Page CSS --> */

/* HERO */
.rb-hero {
  background: radial-gradient(
    circle at top left,
    #ffe1cf 0,
    #ffffff 45%,
    #e6f1ff 100%
  );
  padding: 90px 0 70px;
  position: relative;
  overflow: hidden;
}
.rb-hero::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(0, 71, 133, 0.18), transparent 70%);
  right: -140px;
  top: -90px;
  z-index: 0;
}
.rb-hero-tag {
  background: #fff;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 12px;
  color: #6b7280;
  display: inline-flex;
  align-items: center;
  margin-bottom: 10px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.15);
}
.rb-hero-tag i {
  color: #ff6a21;
  margin-right: 6px;
}
.rb-hero-title {
  font-size: 38px;
  font-weight: 800;
  color: #111827;
  line-height: 1.2;
  margin-bottom: 12px;
}
.rb-hero-subtitle {
  font-size: 16px;
  color: #4b5563;
  margin-bottom: 16px;
}
.rb-hero-keyline {
  font-size: 14px;
  color: #004785;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  margin-bottom: 20px;
}
.rb-hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 22px;
}
.rb-hero-badge {
  background: #fff;
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  box-shadow: 0 5px 14px rgba(15, 23, 42, 0.1);
}
.rb-hero-badge i {
  margin-right: 6px;
  color: #004785;
}

.rb-hero-usage-label {
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #9ca3af;
  margin-bottom: 6px;
}
.rb-hero-usage-tags span {
  padding: 4px 10px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  font-size: 12px;
}
.rb-hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}
.rb-btn-primary,
.rb-btn-outline {
  border-radius: 999px;
  padding: 10px 22px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  display: inline-flex;
  align-items: center;
}
.rb-btn-primary {
  background: #ff6a21;
  color: #fff;
}
.rb-btn-outline {
  background: transparent;
  border: 1px solid #004785;
  color: #004785;
}
.rb-btn-primary i,
.rb-btn-outline i {
  margin-left: 6px;
  font-size: 12px;
}

.rb-hero-image-wrapper {
  position: relative;
  max-width: 480px;
  margin-left: auto;
}
.rb-hero-main-image {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.4);
}
.rb-hero-main-image img {
  width: 100%;
  object-fit: cover;
}
.rb-robot-png {
  position: absolute;
  bottom: -35px;
  right: -25px;
  width: 260px;
  max-width: 55%;
  filter: drop-shadow(0 14px 30px rgba(15, 23, 42, 0.6));
}
.rb-hero-floating-card {
  position: absolute;
  left: -18px;
  bottom: -16px;
  background: #fff;
  padding: 12px 16px;
  max-width: 270px;
  border-radius: 14px;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.35);
  font-size: 13px;
}
.rb-hero-floating-card i {
  color: #ff6a21;
  margin-right: 6px;
}
/* --- 2. STATS BAR (Digital Look) --- */
.fr-stats-wrapper {
  background: #0f2044;
  /* transform: translateY(-50%); */
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 10;
  padding: 30px 0;
  border-top: 4px solid #ff512f;
  width: 90%;
  margin: 0 auto;
}

.fr-stat-item {
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.fr-stat-item:last-child {
  border-right: none;
}

.fr-stat-icon {
  font-size: 2rem;
  color: #ff512f;
  margin-bottom: 10px;
}
.fr-stat-val {
  font-family: "Share Tech Mono", monospace;
  font-size: 2.5rem;
  font-weight: 700;
  color: white;
  line-height: 1;
}
.fr-stat-label {
  color: #8899a6;
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 1px;
  margin-top: 5px;
}
/* Responsive */
@media (max-width: 991px) {
  .fr-stats-wrapper {
    transform: none;
    margin-top: -50px;
    width: 100%;
  }
  .fr-stat-item {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px 0;
  }
  .fr-link-graphic {
    height: auto;
    flex-direction: row;
    margin: 30px 0;
  }
}
/* --- 4. TELEMETRY ANIMATION SECTION (Dark) --- */
.fr-tech-section {
  background-color: #050b14;
  color: white;
  padding: 120px 0;
  position: relative;
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
}

.fr-tech-visual {
  background: rgba(15, 32, 68, 0.3);
  border: 1px solid rgba(255, 81, 47, 0.3);
  padding: 40px;
  border-radius: 4px;
  position: relative;
}

/* --- ANIMATION: Two-Way Data Link --- */
.fr-link-graphic {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 50px 0;
  position: relative;
  height: 100px;
}

/* Icons */
.fr-device-icon {
  font-size: 3rem;
  color: white;
  z-index: 2;
  background: #050b14;
  padding: 10px;
  border: 2px solid #555;
  border-radius: 10px;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* The Wires */
.fr-link-line-top {
  position: absolute;
  top: 30%;
  left: 90px;
  right: 90px;
  height: 2px;
  background: #333;
}
.fr-link-line-bottom {
  position: absolute;
  bottom: 30%;
  left: 90px;
  right: 90px;
  height: 2px;
  background: #333;
}

/* Moving Packets */
.fr-packet-control {
  position: absolute;
  top: -4px;
  width: 15px;
  height: 10px;
  background: #00d2d3; /* Cyan for Control */
  box-shadow: 0 0 10px #00d2d3;
  animation: sendSignal 2s infinite linear;
}

.fr-packet-data {
  position: absolute;
  top: -4px;
  width: 15px;
  height: 10px;
  background: #ff512f; /* Orange for Heat Data */
  box-shadow: 0 0 10px #ff512f;
  animation: returnSignal 2s infinite linear;
}

@keyframes sendSignal {
  0% {
    left: 0;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}

@keyframes returnSignal {
  0% {
    right: 0;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    right: 100%;
    opacity: 0;
  }
}

/* --- 6. SPECS TABLE (Standard Layout) --- */
.fr-specs-section {
  padding: 100px 0;
  background: #f4f6f9;
}
.fr-spec-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
}
.fr-spec-table tr {
  background: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  transition: 0.2s;
}
.fr-spec-table tr:hover {
  transform: scale(1.01);
  border-left: 5px solid #ff512f;
}
.fr-spec-table td {
  padding: 20px 30px;
}
.fr-spec-key {
  font-weight: 700;
  color: #0f2044;
  width: 40%;
  font-family: "Rajdhani";
  font-size: 1.2rem;
}
.fr-spec-val {
  color: #555;
  font-weight: 500;
}

.fr-h2 {
  text-transform: uppercase;
  font-weight: 700;
  color: #0f2044;
}

/* ========== About page additional section css ========= */

.au-wrapper {
  font-family: "Space Grotesk", sans-serif;
  color: #333;
  overflow: hidden;
  background: #fff;
}

/* TYPOGRAPHY */
.au-h2 {
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #0f2044;
  line-height: 1.1;
  margin-bottom: 20px;
}

.au-h3 {
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  color: #ff512f;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1.1rem;
  margin-bottom: 15px;
  display: block;
}

.au-text {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #555;
  margin-bottom: 20px;
}

/* --- SECTION 1: MISSION & VISUALS (Asymmetric Grid) --- */
.au-mission-section {
  padding: 100px 0;
  position: relative;
}

.au-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.au-grid-mission {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

/* Image Composition */
.au-img-comp {
  position: relative;
  height: 500px;
}
.au-img-main {
  width: 85%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
  box-shadow: 20px 20px 0 rgba(15, 32, 68, 0.1);
  position: relative;
  z-index: 1;
}
.au-img-accent {
  position: absolute;
  bottom: -30px;
  right: 0;
  width: 250px;
  height: 200px;
  object-fit: cover;
  border: 5px solid white;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  z-index: 2;
  border-radius: 4px;
}
/* Abstract Pattern behind image */
.au-img-comp::before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  width: 150px;
  height: 150px;
  background-image: radial-gradient(#ff512f 2px, transparent 2px);
  background-size: 15px 15px;
  z-index: 0;
}

.au-mission-quote {
  font-family: "Rajdhani", sans-serif;
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 30px;
  color: #0f2044;
}
.au-mission-quote span {
  color: #ff512f;
}

/* Values Grid */
.au-values-row {
  display: flex;
  gap: 20px;
  margin-top: 30px;
}
.au-value-box {
  background: #f8f9fa;
  padding: 20px;
  border-left: 3px solid #0f2044;
}
.au-value-title {
  font-weight: 700;
  color: #0f2044;
  display: block;
  margin-bottom: 5px;
  font-family: "Rajdhani";
  font-size: 1.2rem;
}

/* --- SECTION 2: CORPORATE DOSSIER (The Formal Intro) --- */
.au-dossier-section {
  background-color: #0f2044;
  color: white;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

/* Background Map Effect */
.au-dossier-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-image: url("https://images.unsplash.com/photo-1542273917363-3b1817f69a2d?q=80&w=1000&auto=format&fit=crop"); /* Forest/Himalaya texture */
  background-size: cover;
  opacity: 0.1;
  mix-blend-mode: luminosity;
}

.au-dossier-card {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 50px;
  position: relative;
  z-index: 2;
  border-top: 4px solid #ff512f;
}

.au-dossier-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}

.au-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 81, 47, 0.2);
  color: #ff512f;
  padding: 8px 16px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 0.8rem;
  text-transform: uppercase;
  border: 1px solid rgba(255, 81, 47, 0.3);
}

.au-dossier-text {
  color: #ccc !important;
  font-size: 1.1rem !important;
  line-height: 1.8 !important;
  margin-bottom: 20px !important;
}

.au-icon-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 50px;
}

.au-icon-item {
  text-align: center;
  padding: 20px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  transition: 0.3s;
}
.au-icon-item:hover {
  background: rgba(255, 81, 47, 0.1);
  transform: translateY(-5px);
}

.au-i-icon {
  font-size: 2.5rem;
  color: #ff512f;
  margin-bottom: 15px;
}
.au-i-title {
  color: white;
  font-weight: 700;
  font-family: "Rajdhani";
  margin-bottom: 5px;
}
.au-i-desc {
  color: #c8c8c8;
  font-size: 0.85rem;
  line-height: 1.4;
}

/* Responsive */
@media (max-width: 991px) {
  .au-grid-mission {
    grid-template-columns: 1fr;
  }
  .au-img-comp {
    height: 400px;
    margin-bottom: 50px;
  }
  .au-img-accent {
    width: 180px;
    height: 140px;
  }
  .au-icon-grid {
    grid-template-columns: 1fr;
  }
}

/* Typography */
.ct-h1,
.ct-h2,
.ct-h3 {
  font-family: "Rajdhani", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #0f2044;
}

.ct-mono {
  font-family: "Share Tech Mono", monospace;
}

/* --- 1. HERO SECTION (Satellite Uplink) --- */
.ct-hero {
  height: 60vh;
  background: #0f2044;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  /* Tech Grid Background */
  background-image: linear-gradient(
      rgba(15, 32, 68, 0.9),
      rgba(15, 32, 68, 0.8)
    ),
    url("https://images.unsplash.com/photo-1451187580459-43490279c0fa?q=80&w=1920&auto=format&fit=crop");
  background-size: cover;
  background-position: center;
  border-bottom: 4px solid #ff512f;
}

.ct-hero-content {
  position: relative;
  z-index: 2;
  padding: 0 20px;
}

.ct-hero-badge {
  display: inline-block;
  padding: 5px 15px;
  border: 1px solid #ff512f;
  color: #ff512f;
  font-family: "Share Tech Mono";
  font-size: 0.9rem;
  margin-bottom: 20px;
  background: rgba(255, 81, 47, 0.1);
}

.ct-hero-title {
  font-size: clamp(3.5rem, 8vw, 6rem);
  color: white;
  line-height: 0.9;
  margin-bottom: 20px;
  text-shadow: 0 0 30px rgba(255, 81, 47, 0.3);
}

.ct-hero-subtitle {
  font-size: 1.2rem;
  color: #ccc;
  max-width: 600px;
  margin: 0 auto;
}

/* --- 2. CONTACT CARDS (Floating Deck) --- */
.ct-cards-section {
  position: relative;
  z-index: 10;
  padding-bottom: 80px;
}

.ct-card {
  background: white;
  padding: 40px 30px;
  border-radius: 4px;
  box-shadow: 0 20px 50px rgba(15, 32, 68, 0.1);
  height: 100%;
  transition: 0.3s;
  border-top: 4px solid transparent;
  position: relative;
  overflow: hidden;
}
.ct-card:hover {
  transform: translateY(-10px);
  border-top-color: #ff512f;
}

.ct-icon-box {
  width: 60px;
  height: 60px;
  background: #f0f2f5;
  color: #0f2044;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  margin-bottom: 25px;
  border-radius: 50%;
  transition: 0.3s;
}
.ct-card:hover .ct-icon-box {
  background: #0f2044;
  color: white;
}

.ct-card-title {
  font-size: 1.5rem;
  margin-bottom: 10px;
  color: #0f2044;
  font-family: "Rajdhani";
  font-weight: 700;
}
.ct-card-text {
  color: #666;
  font-size: 1rem;
  margin-bottom: 5px;
}
.ct-card-link {
  color: #ff512f;
  font-weight: 700;
  text-decoration: none;
  font-family: "Rajdhani";
  font-size: 1.1rem;
}
.ct-card-link:hover {
  text-decoration: underline;
}

/* Special Emergency Card Style */
.ct-card-emergency {
  background: #0f2044;
  color: white;
  border-top: 4px solid #ff512f;
}
.ct-card-emergency .ct-icon-box {
  background: #ff512f;
  color: white;
  animation: ct-pulse 2s infinite;
}
.ct-card-emergency .ct-card-title {
  color: white;
}
.ct-card-emergency .ct-card-text {
  color: #ccc;
}
.ct-card-emergency .ct-card-link {
  color: #ff512f;
  font-size: 1.5rem;
}

@keyframes ct-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 81, 47, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(255, 81, 47, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 81, 47, 0);
  }
}

/* --- 3. THE FORM & MAP (Split Layout) --- */
.ct-form-section {
  padding: 0 0 100px 0;
}

.ct-split-wrapper {
  display: flex;
  flex-wrap: wrap;
  background: white;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.05);
}

/* Left: Form Area */
.ct-form-col {
  flex: 1;
  min-width: 400px;
  padding: 60px;
  background: #fff;
}

.ct-input-group {
  margin-bottom: 25px;
  position: relative;
}
.ct-label {
  font-family: "Rajdhani";
  font-weight: 700;
  text-transform: uppercase;
  color: #0f2044;
  font-size: 0.9rem;
  margin-bottom: 8px;
  display: block;
}
.ct-input {
  width: 100%;
  padding: 15px;
  background: #f8f9fa;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  font-family: "Space Grotesk";
  transition: 0.3s;
}
.ct-input:focus {
  outline: none;
  border-color: #ff512f;
  background: white;
  box-shadow: 0 0 10px rgba(255, 81, 47, 0.1);
}

.ct-submit-btn {
  background: #0f2044;
  color: white;
  width: 100%;
  padding: 18px;
  border: none;
  font-family: "Rajdhani";
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.2rem;
  letter-spacing: 2px;
  cursor: pointer;
  transition: 0.3s;
  clip-path: polygon(0 0, 100% 0, 100% 70%, 95% 100%, 0 100%);
}
.ct-submit-btn:hover {
  background: #ff512f;
}

/* Right: Map/Info Area */
.ct-map-col {
  flex: 1;
  min-width: 400px;
  background: #e9ecef;
  position: relative;
  min-height: 600px;
}

.ct-map-frame {
  width: 100%;
  height: 100%;
  filter: grayscale(100%) contrast(1.2); /* Stylized Map */
  border: none;
}

/* Overlay Box on Map */
.ct-map-overlay {
  position: absolute;
  bottom: 30px;
  left: 30px;
  background: rgba(15, 32, 68, 0.95);
  padding: 30px;
  color: white;
  max-width: 300px;
  border-left: 4px solid #ff512f;
}

/* --- 4. DEPARTMENT DIRECTORY (Grid) --- */
.ct-dept-section {
  padding: 80px 0;
  background: #0f2044;
  color: white;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.ct-dept-title {
  font-family: "Rajdhani";
  font-size: 2.5rem;
  margin-bottom: 50px;
  text-align: center;
}

.ct-dept-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  text-align: left;
}

.ct-dept-item {
  padding: 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  transition: 0.3s;
}
.ct-dept-item:hover {
  border-left-color: #ff512f;
  padding-left: 30px;
}

.ct-dept-name {
  font-family: "Rajdhani";
  font-size: 1.2rem;
  color: #ff512f;
  margin-bottom: 5px;
  font-weight: 700;
}
.ct-dept-contact {
  color: #ccc;
  font-size: 0.95rem;
}

/* Responsive */
@media (max-width: 991px) {
  .ct-hero-title {
    font-size: 3rem;
  }
  .ct-cards-section {
    margin-top: 0;
    padding-top: 50px;
  }
  .ct-split-wrapper {
    flex-direction: column;
  }
  .ct-map-col {
    height: 400px;
    min-height: auto;
  }
  .ct-dept-grid {
    grid-template-columns: 1fr;
  }
  .ct-dept-item {
    border-left: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px 0;
  }
}
