/**
* Template Name: eBusiness
* Updated: Mar 10 2023 with Bootstrap v5.2.3
* Template URL: https://bootstrapmade.com/ebusiness-bootstrap-corporate-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
html,
body {
  height: 100%;
}

.floatleft {
  float: left;
}

.floatright {
  float: right;
}

.alignleft {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}

.alignright {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
}

.aligncenter {
  display: block;
  margin: 0 auto 15px;
}

a:focus {
  outline: 0px solid;
}

img {
  max-width: 100%;
  height: auto;
}

.fix {
  overflow: hidden;
}

p {
  margin: 0 0 15px;
  color: #444;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
  margin: 0 0 15px;
  color: #444;
  font-weight: 500;
}

h1 {
  font-size: 48px;
  line-height: 50px;
}

h2 {
  font-size: 38px;
  line-height: 40px;
}

h3 {
  font-size: 30px;
  line-height: 32px;
}

h4 {
  font-size: 24px;
  line-height: 26px;
}

h5 {
  font-size: 20px;
  line-height: 22px;
}

h6 {
  font-size: 16px;
  line-height: 20px;
}

a {
  transition: all 0.3s ease 0s;
  text-decoration: none;
}

a:hover {
  color: #3EC1D5;
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0 none;
}

body {
  background: #fff none repeat scroll 0 0;
  color: #444;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  text-align: left;
  overflow-x: hidden;
  line-height: 22px;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #3ec1d5;
  width: 40px;
  height: 40px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #60ccdc;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

.clear {
  clear: both;
}

ul {
  list-style: none;
  margin: 0;
  padding-left: 5px;
}

input,
select,
textarea,
input[type=text],
input[type=date],
input[type=url],
input[type=email],
input[type=password],
input[type=tel],
button,
button[type=submit] {
  -moz-appearance: none;
  box-shadow: none !important;
}

div#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url("../img/preloader.gif") no-repeat center center;
}

::-moz-selection {
  background: #3EC1D5;
  text-shadow: none;
}

::selection {
  background: #3EC1D5;
  text-shadow: none;
}

.area-padding {
  padding: 70px 0px 80px;
}

.area-padding-2 {
  padding: 70px 0px 50px;
}

.padding-2 {
  padding-bottom: 90px;
}

.section-headline h2 {
  display: inline-block;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
  text-transform: capitalize;
}

.section-headline h2::after {
  border: 1px solid #333;
  bottom: -20px;
  content: "";
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 40%;
}

.sec-head {
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 0;
  padding: 0 0 10px;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
}

#left,
#middle,
#right {
  height: auto;
}

.bi-square-fill {
  vertical-align: middle;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 80px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  background: rgba(0, 0, 0, 0.5);
}

#header.header-scrolled {
  background: rgba(0, 0, 0, 0.8);
  height: 64px;
}

#header .logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: bold;
}

#header .logo h1 span {
  color: #3ec1d5;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}

@media (max-width: 768px) {
  #header {
    height: 64px;
    background: rgba(0, 0, 0, 0.8);
  }

  #header .logo h1 {
    font-size: 28px;
  }
}

.header-bg {
  background: url(../img/background/page-header.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 120px 0 60px;
}

.header-bg::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}

@media (min-width: 1025px) {
  .header-bg {
    background-attachment: fixed;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #3ec1d5;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  color: #0d2529;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #3ec1d5;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(1, 2, 2, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #0d2529;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #3ec1d5;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #3ec1d5;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background: #000;
  overflow: hidden;
  position: relative;
}

@media (max-height: 500px) {
  #hero {
    height: 150vh;
  }
}

#hero .carousel,
#hero .carousel-inner,
#hero .carousel-item,
#hero .carousel-item::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#hero .carousel-item::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 70px;
  left: 50px;
  right: 50px;
}

#hero .container {
  text-align: center;
}

#hero h2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 20px;
    line-height: 1.2;
  }
}

#hero p {
  width: 80%;
  font-size: 38px;
  line-height: 1.2;
  margin: 0 auto 30px auto;
  color: #fff;
}

@media (min-width: 1024px) {
  #hero p {
    width: 60%;
  }
}

@media (max-width: 768px) {
  #hero p {
    font-size: 28px;
    line-height: 1.2;
  }
}

#hero .carousel-fade {
  overflow: hidden;
}

#hero .carousel-fade .carousel-inner .carousel-item {
  transition-property: opacity;
}

#hero .carousel-fade .carousel-inner .carousel-item,
#hero .carousel-fade .carousel-inner .active.carousel-item-start,
#hero .carousel-fade .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#hero .carousel-fade .carousel-inner .active,
#hero .carousel-fade .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-fade .carousel-inner .carousel-item-next,
#hero .carousel-fade .carousel-inner .carousel-item-prev,
#hero .carousel-fade .carousel-inner .active.carousel-item-start,
#hero .carousel-fade .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-prev,
#hero .carousel-control-next {
  width: 10%;
}

@media (min-width: 1024px) {

  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 5%;
  }
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 32px;
  line-height: 1;
}

#hero .carousel-indicators li {
  cursor: pointer;
}

#hero .btn-get-started {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  background: #3ec1d5;
}

#hero .btn-get-started:hover {
  background: #fff;
  color: #3ec1d5;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about-area {
  background-color: #f9f9f9;
}

.single-well>a {
  display: block;
}

.single-well ul li {
  color: #444;
  display: block;
  padding: 5px 0;
}

.single-well ul li i {
  color: #3EC1D5;
  margin-right: 5px;
  font-size: 18px;
}

.single-well p {
  color: #444;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services-icon {
  color: #444;
  display: inline-block;
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 20px;
}

.section-headline.services-head>h2 {
  margin-bottom: 25px;
}

.services-details {
  padding-top: 40px;
  transition: all 0.5s ease 0s;
}

.services-details:hover h4,
.services-details:hover .services-icon {
  color: #3EC1D5;
}

.row.second-row {
  margin-top: 40px;
}

.section-head>h2 {
  color: #333;
}

.single-services>h4 {
  color: #444;
  font-size: 24px;
  font-weight: 500;
}

.single-services>p {
  color: #333;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team-member {
  background: rgba(0, 0, 0, 0.65) none repeat scroll 0 0;
  display: block;
  margin-right: -15px;
  padding: 10px;
  position: relative;
  overflow: hidden;
}

.team-member::before {
  background: rgba(0, 0, 0, 0) url("../img/team/team01.jpg") repeat scroll 0 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  margin-right: -15px;
  padding: 10px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  transition: 5s;
  transform: scale(1);
}

.team-member:hover.team-member::before {
  transform: scale(1.2);
}

.single-team-member {
  border: 1px solid #ddd;
}

.team-left-text h4 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

.team-left-text p {
  color: #fff;
  font-size: 17px;
  line-height: 26px;
}

.email-news {
  display: block;
  margin: 30px 0;
  overflow: hidden;
  text-align: center;
  width: 100%;
}

.email-news .email_button input {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #fff;
  color: #fff;
  float: left;
  font-size: 13px;
  padding: 8px;
  width: 81%;
}

.email-news .email_button>button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #fff;
  color: #fff;
  float: left;
  font-size: 16px;
  padding: 8px 12px;
  text-align: center;
}

.email-news .email_button>button:hover {
  background: #3EC1D5;
  border: 1px solid #fff;
  color: #fff;
}

.team-left-icon ul li {
  display: inline-block;
}

.team-left-icon ul li a:hover {
  color: #3EC1D5;
  background: #fff;
  border: 2px solid #fff;
}

.team-left-icon ul li a {
  border: 2px solid #fff;
  color: #fff;
  display: block;
  font-size: 16px;
  height: 40px;
  line-height: 37px;
  margin: 0 3px;
  width: 40px;
}

.team-member-carousel .single-team-member {
  overflow: hidden;
  width: 100%;
}

.single-team-member:hover .team-img a:after {
  opacity: 1;
}

.single-team-member:hover .team-social-icon {
  top: 45%;
  opacity: 1;
}

.team-img {
  position: relative;
}

.team-img>a {
  display: block;
}

.team-img>a::after {
  background: rgba(0, 0, 0, 0.7);
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  transition: all 0.5s ease 0s;
  width: 100%;
  opacity: 0;
}

.team-social-icon {
  left: 50%;
  margin-left: -61px;
  opacity: 0;
  position: absolute;
  top: 30%;
  transition: 1.3s;
}

.team-social-icon ul li {
  display: inline-block;
}

.team-social-icon ul li a {
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  height: 34px;
  width: 34px;
  margin: 0 3px;
}

.team-social-icon ul li a i {
  line-height: 0;
}

.team-social-icon ul li a:hover {
  color: #fff;
  border: 1px solid #3EC1D5;
  background: #3EC1D5;
}

.team-content {
  padding: 10px 0px;
}

.team-content>h4,
.team-content>p {
  color: #444;
  margin-bottom: 5px;
}

.team-content.head-team p {
  margin-bottom: 0;
}

.team-left-icon.text-center {
  margin-bottom: 20px;
}

.head-team h4 {
  display: inline-block;
  font-size: 25px;
  font-weight: 600;
  padding-bottom: 10px;
  text-transform: uppercase;
}

/*--------------------------------------------------------------
# Review
--------------------------------------------------------------*/
.reviews-area {
  background: url(../img/background/reviews-bg.jpg);
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-attachment: fixed;
  width: 100%;
  height: auto;
  position: relative;
}

.work-left-text {
  background: #3EC1D5 none repeat scroll 0 0;
}

.work-right-text {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
}

.work-right-text h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
}

.work-right-text h5 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 34px;
  text-transform: uppercase;
}

.work-right-text .sus-btn {
  margin-left: 0;
  margin-top: 20px;
}

.single-awesome-4 {
  display: block;
  float: left;
  overflow: hidden;
  width: 33.33%;
}

.single-awesome-4 .add-actions {
  padding: 10px 20px;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.pst-content {
  padding-left: 10px;
}

#portfolio-flters {
  padding: 0;
  margin: 5px 0 35px 0;
  list-style: none;
  text-align: center;
}

#portfolio-flters li {
  cursor: pointer;
  margin: 15px 15px 15px 0;
  display: inline-block;
  padding: 8px 24px;
  font-size: 12px;
  line-height: 20px;
  color: #555;
  border-radius: 50px;
  text-transform: uppercase;
  background: #fff;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border: 1px solid #444;
}

#portfolio-flters li:hover,
#portfolio-flters li.filter-active {
  border-color: #3EC1D5;
  background: #3EC1D5;
  color: #fff;
}

#portfolio-flters li:last-child {
  margin-right: 0;
}

.single-awesome-portfolio {
  float: left;
  overflow: hidden;
  padding: 15px;
  width: 25%;
  position: relative;
}

.single-awesome-project {
  overflow: hidden;
  margin-bottom: 30px;
}

.first-item {
  margin-bottom: 30px;
}

.awesome-img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.awesome-img>a {
  display: block;
  position: relative;
}

.single-awesome-project:hover .awesome-img>a::after {
  opacity: 1;
}

.single-awesome-project:hover .add-actions {
  opacity: 1;
  bottom: 0;
}

.awesome-img>a::after {
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  transition: 0.4s;
}

.add-actions {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  bottom: 30px;
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: hidden;
  padding: 10px 15px;
  position: absolute;
  transition: all 0.4s ease 0s;
  width: 100%;
}

.project-dec {
  display: block;
  height: 100%;
  width: 100%;
}

.project-dec a {
  display: block;
  height: 100%;
  width: 100%;
}

.project-dec h4 {
  margin-bottom: 5px;
}

.project-dec h4:hover {
  color: #fff;
}

.project-dec h4 {
  color: #ddd;
  font-size: 24px;
  margin-top: -45px;
  padding-top: 50%;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 800;
}

.project-dec span {
  color: #ddd;
  font-size: 13px;
}

.project-action-btn {
  display: block;
  height: 100%;
  text-align: center;
  transition: all 1s ease 0s;
  width: 100%;
}

.project-action-btn li {
  display: block;
  height: 100%;
  width: 100%;
}

.project-action-btn li a {
  display: block;
  height: 100%;
  width: 100%;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing-area {
  background: rgba(0, 0, 0, 0.02) none repeat scroll 0 0;
}

.pri_table_list {
  border: 1px solid #ccc;
  text-align: center;
  transition: all 0.4s ease 0s;
  background: #fff;
}

.pri_table_list h3 span {
  font-size: 16px;
}

.pri_table_list ol li {
  border-bottom: 1px solid #ccc;
  color: #666;
  padding: 12px 15px;
  position: relative;
  display: flex;
  align-items: center;
}

.pri_table_list li.check {
  font-weight: 600;
}

.pri_table_list li.check i {
  color: #3EC1D5;
  line-height: 0;
  font-size: 24px;
  margin-right: 5px;
}

.pri_table_list li.cross {
  text-decoration: line-through;
  color: #999;
}

.pri_table_list li.cross i {
  color: #999;
  line-height: 0;
  font-size: 24px;
  margin-right: 5px;
}

.pri_table_list button {
  background: #444 none repeat scroll 0 0;
  border: 1px solid #444;
  color: #fff;
  margin-bottom: 25px;
  padding: 10px 35px;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
  border-radius: 30px;
}

.pri_table_list>h3 {
  color: #333;
  font-size: 24px;
  font-weight: 700;
  line-height: 25px;
  padding: 30px 0 20px;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
}

.pri_table_list ol {
  list-style: outside none none;
  margin: 0;
  padding: 0 0 25px;
}

.pri_table_list.active {
  transition: all 0.4s ease 0s;
  position: relative;
  overflow: hidden;
}

.saleon {
  background: #3EC1D5 none repeat scroll 0 0;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  left: -26px;
  padding: 2px 25px;
  position: absolute;
  text-transform: uppercase;
  top: 16px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
}

.pri_table_list>button:hover {
  background-color: #fff;
  border: 1px solid #333;
  color: #333;
}

.active>h3 {
  background: #f5f5f5 none repeat scroll 0 0;
  color: #333;
  transition: all 0.4s ease 0s;
}

.active>button {
  background: #3EC1D5 none repeat scroll 0 0;
  border: 1px solid #3EC1D5;
  color: #fff;
  transition: 0.4s;
}

.active>button:hover {
  background: #333 none repeat scroll 0 0;
  border: 1px solid #333;
  color: #fff;
  transition: 0.4s;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials {
  padding: 80px 0;
  background: url("../img/background/slider-bg.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.testimonials::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  text-align: center;
  color: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 100px;
  border-radius: 50%;
  border: 6px solid rgba(255, 255, 255, 0.15);
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #fff;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #ddd;
  margin: 0 0 15px 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: rgba(255, 255, 255, 0.4);
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
  color: #eee;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #3ec1d5;
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}

/*--------------------------------------------------------------
# Quote
--------------------------------------------------------------*/
.suscribe-area {
  background: #3EC1D5 none repeat scroll 0 0;
  padding: 30px 0;
}

.suscribe-text {
  display: block;
  padding: 10px 0;
}

.suscribe-text h3 {
  color: #fff;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.sus-btn {
  background: #fff none repeat scroll 0 0;
  border: 2px solid #fff;
  color: #3EC1D5;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  margin-left: 100px;
  padding: 10px 20px;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 30px;
}

.sus-btn:hover {
  background: #3EC1D5 none repeat scroll 0 0;
  border: 2px solid #fff;
  color: #fff;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact-area {
  height: auto;
  width: 100%;
}

.contact-content {
  padding: 100px;
  background: #000 none repeat scroll 0 0;
}

.contact-content-right {
  padding: 100px;
}

.single-icon i {
  font-size: 32px;
  width: 50px;
  height: 50px;
  line-height: 56px;
  border-radius: 50%;
  margin-bottom: 30px;
  color: #3ec1d5;
}

.single-icon p {
  font-size: 16px;
  line-height: 30px;
}

.contact-icon {
  margin-bottom: 40px;
}

#google-map {
  height: 370px;
  margin-bottom: 20px;
}

.php-email-form .validate {
  display: none;
  color: red;
  margin: 0;
  font-weight: 400;
  font-size: 13px;
}

.php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.php-email-form input,
.php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.php-email-form input:focus,
.php-email-form textarea:focus {
  border-color: #3ec1d5;
}

.php-email-form input {
  padding: 10px 15px;
}

.php-email-form textarea {
  padding: 12px 15px;
}

.php-email-form button[type=submit] {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #ccc;
  color: #444;
  font-size: 16px;
  font-weight: 700;
  margin-top: 8px;
  padding: 12px 30px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  border-radius: 30px;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog-area {
  height: auto;
  width: 100%;
}

.blog-text h4 a {
  color: #444;
  text-decoration: none;
}

.blog-text h4 {
  color: #444;
  margin-bottom: 15px;
}

.blog-btn {
  border-bottom: 1px dotted #444;
  color: #444;
  text-decoration: none;
}

.blog-btn {
  border-bottom: 1px dotted #444;
  color: #444;
  display: inline-block;
  padding: 0 1px 5px 0;
  position: relative;
  text-decoration: none;
}

.blog-btn {
  position: relative;
}

.blog-btn::after {
  content: "\f178";
  font-family: fontawesome;
  position: absolute;
  right: -20px;
  top: 1px;
  transition: all 0.3s ease 0s;
}

.blog-btn:hover::after {
  right: -30px;
}

.blog-btn:hover {
  color: #333;
  text-decoration: none;
}

.blog_meta span.date_type i {
  margin-left: 5px;
}

.blog-meta span.comments-type {
  margin-left: 5px;
}

.blog-meta span i {
  padding-right: 10px;
}

.blog-content .blog-meta {
  border-bottom: 1px dotted #333;
}

.blog-meta {
  border-bottom: 1px dotted #fff;
  padding: 10px 0;
}

.comments-type>a,
.date-type,
.blog-meta span.comments-type {
  color: #333;
  letter-spacing: 1px;
  margin-right: 5px;
}

.blog-meta .comments-type i {
  padding-right: 0 !important;
}

.blog-content-right .comments-type>a,
.blog-content-right .date-type,
.blog-content-right .blog-meta span.comments-type,
.blog-content-right .blog-text p {
  color: #fff;
  letter-spacing: 1px;
}

.single-blog .ready-btn {
  border: 1px solid #444;
  border-radius: 30px;
  color: #444;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  margin-top: 10px;
  padding: 10px 20px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
}

.single-blog .ready-btn:hover {
  border: 1px solid #3EC1D5;
  color: #fff;
}

/*--------------------------------------------------------------
# Blog page
--------------------------------------------------------------*/
.page-area {
  position: relative;
}

.blog-page .banner-box {
  margin-bottom: 40px;
}

.search-option input {
  border: medium none;
  padding: 6px 15px;
  width: 80%;
}

.search-option {
  border: 1px solid #ccc;
  height: 42px;
  margin-bottom: 30px;
}

.search-option button {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  font-size: 20px;
  padding: 8px 23px;
}

.search-option button:hover {
  color: #3ec1d5;
}

.left-blog h4 {
  border-bottom: 1px solid #ddd;
  color: #444;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 0;
  padding: 15px 10px;
  text-transform: uppercase;
}

.left-blog {
  background: #f9f9f9 none repeat scroll 0 0;
  margin-bottom: 30px;
  overflow: hidden;
  padding-bottom: 20px;
}

.left-blog li {
  border-bottom: 1px solid #ddd;
  display: block;
}

.left-blog ul li a {
  color: #444;
  display: block;
  font-size: 14px;
  padding: 10px;
  text-transform: capitalize;
}

.recent-single-post {
  border-bottom: 1px solid #ddd;
  display: block;
  overflow: hidden;
  padding: 15px 10px;
}

.ready-btn {
  border: 1px solid #fff;
  border-radius: 30px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  margin-top: 30px;
  padding: 12px 40px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
  z-index: 222;
}

.ready-btn:hover {
  color: #fff;
  background: #3EC1D5;
  border: 1px solid #3EC1D5;
  text-decoration: none;
}

.post-img {
  display: inline-block;
  float: left;
  padding: 0 5px;
  width: 35%;
}

.pst-content {
  display: inline-block;
  float: left;
  width: 65%;
}

.pst-content p a:hover,
.left-blog ul li a:hover {
  color: #3EC1D5;
}

.blog-page .single-blog {
  margin-bottom: 40px;
}

.pst-content p a {
  color: #444;
  font-size: 15px;
}

.header-bottom h1,
.header-bottom h2 {
  color: #fff;
}

.blog-tags {
  padding: 1px 0;
}

.left-blog li:last-child {
  border-bottom: 0;
}

.popular-tag.left-blog ul li a:hover {
  color: #fff;
}

.popular-tag.left-side-tags.left-blog ul {
  padding: 0 10px;
}

.blog-1 .banner-box {
  margin-bottom: 30px;
}

.left-tags .left-side-tags ul li {
  border-bottom: 0;
}

.left-tags .left-side-tags ul li a {
  padding: 3px 10px;
  width: auto;
}

.left-side-tags h4 {
  margin-bottom: 15px;
}

/*--------------------------------------------------------------
# Blog Details
--------------------------------------------------------------*/
.post-information h2 {
  color: #363636;
  font-size: 22px;
  text-transform: uppercase;
}

.post-information {
  padding: 20px 0;
}

.post-information .entry-meta span a {
  color: #444;
  display: inline-block;
  padding: 10px 0;
}

.entry-meta span a:hover {
  color: #3EC1D5;
}

.post-information .entry-meta {
  border-bottom: 1px solid #ccc;
  margin: 20px 0;
}

.post-information .entry-meta span i {
  padding: 0 10px;
}

.entry-content>p {
  color: #444;
}

.entry-meta>span {
  color: #444;
}

.entry-content blockquote {
  background: #fff none repeat scroll 0 0;
  border-left: 5px solid #3EC1D5;
  font-size: 17.5px;
  font-style: italic;
  margin: 0 0 20px 40px;
  padding: 22px 20px;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
  background-color: #3EC1D5;
  border-color: #3EC1D5;
  color: #fff;
  cursor: default;
  z-index: 3;
}

.social-sharing {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ccc;
  display: block;
  margin: 30px 0;
}

.social-sharing>h3 {
  display: inline-block;
  font-size: 18px;
  margin: 0;
  padding: 20px 10px;
}

.sharing-icon {
  display: inline-block;
  float: right;
  padding: 13px 10px;
}

.sharing-icon a {
  border: 1px solid #444;
  color: #444;
  display: block;
  float: left;
  font-size: 18px;
  height: 34px;
  line-height: 30px;
  margin-left: 10px;
  text-align: center;
  width: 34px;
}

.sharing-icon a:hover {
  color: #3EC1D5;
  border: 1px solid #3EC1D5;
}

.single-blog .author-avatar {
  float: left;
  margin-right: 10px;
}

.single-blog .author-description h2 {
  font-size: 18px;
  margin: 0;
  padding: 0 0 5px;
}

.author-info {
  background: #fff none repeat scroll 0 0;
  float: left;
  margin: 30px 0;
  padding: 15px;
  width: 100%;
}

.single-post-comments {
  margin-bottom: 60px;
  max-width: 650px;
}

.comments-heading h3,
h3.comment-reply-title {
  border-bottom: 1px solid #e8e8e9;
  color: #444;
  font-size: 18px;
  margin: 0 0 20px;
  padding: 0 0 5px;
  text-transform: uppercase;
}

.comments-list ul li {
  margin-bottom: 25px;
}

.comments-list-img {
  float: left;
  margin-right: 15px;
}

.comments-content-wrap {
  color: #42414f;
  font-size: 12px;
  line-height: 1;
  margin: 0 0 15px 80px;
  padding: 10px;
  position: relative;
}

.author-avatar {
  display: inline-block;
  float: left;
  width: 10%;
}

.author-description h2 {
  color: #777;
  font-size: 20px;
  text-transform: uppercase;
}

.author-description h2 a {
  color: #000;
}

.comments-content-wrap span b {
  margin-right: 5px;
}

span.post-time {
  margin-right: 5px;
}

.comments-content-wrap p {
  color: #909295;
  line-height: 18px;
  margin-bottom: 5px;
  margin-top: 15px;
}

li.threaded-comments {
  margin-left: 50px;
}

.comment-respond {
  margin-top: 60px;
}

span.email-notes {
  color: #42414f;
  display: block;
  font-size: 12px;
  margin-bottom: 10px;
}

.comment-respond p {
  color: #444;
  margin-bottom: 5px;
}

.comment-respond input[type=text],
.comment-respond input[type=email] {
  border: 1px solid #e5e5e5;
  border-radius: 0;
  height: 32px;
  margin-bottom: 15px;
  padding: 0 0 0 10px;
  width: 100%;
}

.comment-respond textarea#message-box {
  border: 1px solid #e5e5e5;
  border-radius: 0;
  max-width: 100%;
  padding: 10px;
  height: 130px;
  width: 100%;
}

.comment-respond input[type=submit] {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #3ec1d5;
  border-radius: 20px;
  box-shadow: none;
  color: #444;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  height: 40px;
  line-height: 14px;
  margin-top: 20px;
  padding: 10px 15px;
  text-shadow: none;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  white-space: nowrap;
}

.comments-content-wrap span a {
  color: #000;
}

.comments-content-wrap span a:hover {
  color: #3EC1D5;
}

.comment-respond input[type=submit]:hover {
  border: 1px solid #3EC1D5;
  color: #fff;
  background: #3EC1D5;
}

.single-blog .blog-pagination {
  border-top: 1px solid #e5e5e5;
  margin: 0;
  padding-top: 30px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer-area {
  padding: 40px 0;
  background: #f9f9f9;
}

.footer-head p {
  color: #444;
}

.footer-head h4 {
  color: #444;
  font-size: 16px;
  letter-spacing: 2px;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.footer-logo {
  padding-bottom: 20px;
}

.footer-logo h2 {
  color: #222;
  padding: 0;
  margin: 0;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
}

.footer-logo h2 span {
  color: #3ec1d5;
}

.footer-icons ul li {
  display: inline-block;
}

.footer-icons ul li a {
  border: 1px solid #444;
  color: #444;
  display: block;
  font-size: 16px;
  height: 40px;
  line-height: 38px;
  margin-right: 5px;
  text-align: center;
  width: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}

.footer-icons ul li a i {
  line-height: 0;
}

.flicker-img>a {
  float: left;
  padding: 1px;
  width: 33.33%;
}

.footer-icons {
  margin-top: 30px;
}

.footer-contacts p span {
  color: #3EC1D5;
  font-weight: 700;
}

.popular-tag ul li {
  display: inline-block;
}

.footer-content {
  display: block;
  overflow: hidden;
}

.popular-tag ul li a:hover,
.footer-icons ul li a:hover {
  background: #3EC1D5;
  border: 1px solid #3EC1D5;
  color: #fff;
}

.popular-tag ul li a {
  border: 1px solid #444;
  border-radius: 30px;
  color: #444;
  font-size: 13px;
  display: block;
  font-weight: 600;
  margin: 5px 3px;
  position: relative;
  text-decoration: none;
  text-transform: capitalize;
  transition: all 0.4s ease 0s;
  width: 70px;
}

.footer-area-bottom {
  background: #f1f1f1 none repeat scroll 0 0;
  padding: 15px 0;
}

.copyright-text a:hover {
  text-decoration: underline;
  color: #3EC1D5;
}

.copyright-text a {
  color: #444;
}

.copyright>p {
  margin-bottom: 0;
  color: #444;
}

.copyright a,
.credits a {
  color: #3EC1D5;
}

.credits {
  padding-top: 5px;
  text-align: center;
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
@media (min-width: 1920px) {
  .work-right-text {
    padding: 150px 150px;
  }
}

/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1169px) {
  .slider-content {
    padding: 146px 0;
  }

  .work-right-text {
    padding: 40px 0;
  }

  .work-right-text h2 {
    font-size: 18px;
    line-height: 28px;
  }
}

/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
  .layer-1-1 h2 {
    font-size: 24px;
  }

  .layer-1-2 h1 {
    font-size: 31px;
    line-height: 38px;
    padding: 0px 30px;
  }

  .tab-menu ul.nav li a {
    padding: 10px 16px;
  }

  .suscribe-input input {
    width: 60%;
  }

  .suscribe-input button {
    width: 40%;
  }

  .team-content.text-center>h4 {
    font-size: 20px;
  }

  .sus-btn {
    margin-left: 0;
  }

  .suscribe-text h3 {
    font-size: 16px;
    padding-right: 20px;
  }

  .work-right-text h5 {
    font-size: 14px;
    line-height: 22px;
  }

  .work-right-text {
    padding: 36px 0;
  }

  .work-right-text h2 {
    font-size: 14px;
    line-height: 22px;
  }

  .work-right-text .ready-btn {
    font-size: 13px;
    padding: 7px 20px;
    margin-top: 5px;
  }

  .single-awesome-portfolio {
    width: 33.33%;
  }

  .widget-product a img {
    display: block;
    float: none;
    width: 100%;
  }

  .widget-product .product-info {
    display: block;
    float: none;
    padding-left: 0;
    width: 100%;
    margin-top: 20px;
  }

  .map-column {
    margin-left: 0;
    padding-right: 40px;
  }

  .post-information .entry-meta {
    font-size: 13px;
    padding: 5px 0;
  }

  .post-information .entry-meta span a {
    padding: 4px 0;
  }

  .service-pic {
    margin-bottom: 30px;
    text-align: center;
  }

  .single-add-itms {
    width: 50%;
  }

  .left-sidebar-title>h4 {
    font-size: 18px;
  }

  .contact-form {
    margin-top: 0px;
  }

  .search-option input {
    width: 67%;
  }
}

/* small mobile :320px. */
@media (max-width: 767px) {
  .slider-area {
    margin-top: 60px;
  }

  .slider-content {
    padding: 80px 0;
  }

  .slider-content h2 {
    font-size: 18px !important;
    line-height: 24px !important;
  }

  .slider-content h1 {
    font-size: 20px !important;
    line-height: 26px !important;
  }

  .layer-1-3 a.ready-btn {
    padding: 8px 15px;
  }

  .section-headline h2 {
    font-size: 30px;
  }

  .well-middle .single-well {
    margin-top: 30px;
  }

  .single-skill {
    margin-bottom: 40px;
  }

  .tab-menu {
    margin-top: 30px;
  }

  .tab-menu ul.nav li a {
    padding: 8px 6px;
  }

  .wellcome-text {
    margin: 0px;
    padding: 70px 0px;
  }

  .subs-feilds {
    width: 100%;
  }

  .suscribe-input input {
    width: 60%;
  }

  .suscribe-input button {
    font-size: 15px;
    padding: 14px 10px;
    width: 40%;
  }

  .section-headline h3 {
    font-size: 25px;
  }

  .well-text>h2 {
    font-size: 18px;
  }

  .well-text p {
    display: none;
  }

  .single-team-member {
    margin-bottom: 30px;
  }

  .service-right {
    width: 100%;
  }

  .service-images:hover .overly-text {
    display: none;
  }

  .portfolio-area {
    padding-top: 0px;
  }

  .project-menu li a {
    padding: 8px 12px;
    margin: 10px 4px;
  }

  .pri_table_list {
    margin-bottom: 30px;
  }

  .single-awesome-project,
  .portfolio-2 .single-awesome-project {
    width: 100%;
    float: none;
  }

  .single-blog {
    margin-bottom: 30px;
  }

  .sus-btn {
    margin-left: 0;
    margin-top: 30px;
  }

  .contact-form {
    margin-top: 30px;
  }

  .head-team h5 {
    font-size: 22px;
  }

  .footer-content {
    margin-bottom: 30px;
  }

  .header-bottom h1 {
    font-size: 30px;
    margin-bottom: 0;
  }

  .page-area .slider-content {
    padding: 500px 0;
  }

  .search-option input {
    width: 74%;
  }

  .header-bottom h2 {
    font-size: 20px;
    margin-bottom: 0;
  }

  li.threaded-comments {
    margin-left: 0;
  }
}

/* Large Mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .submitbtn {
    float: none;
    width: 99.8%;
  }

  .icons-bottom ul li a {
    height: 40px;
    line-height: 37px;
    width: 40px;
  }

  .blog-post-dlc ul li {
    padding-left: 20px;
    padding-right: 20px;
  }

  .awesome-portfolio-content .portfolio-2 {
    width: 50%;
  }

  .gallary-details .single-awesome-portfolio {
    width: 50%;
  }

  .tab-menu ul.nav li a {
    padding: 8px 20px;
  }
}

@media (max-width: 575px) {
  .slider-content {
    padding: 0;
  }
}

/*==============================================================
# Modernization Overrides
# Appended override layer — preserves the original template while
# refining typography, spacing, navigation, hero, cards, portfolio,
# contact, footer and adding scroll-reveal animations.
# Color tokens match the existing #3ec1d5 accent palette.
==============================================================*/

:root {
  --accent: #3ec1d5;
  --accent-600: #2da7bb;
  --accent-700: #1f8a9c;
  --accent-50: #ecf9fc;
  --accent-shadow: rgba(62, 193, 213, 0.25);
  --ink-900: #0d2529;
  --ink-800: #16363c;
  --ink-700: #1f4a52;
  --ink-600: #38606a;
  --ink-500: #5a7780;
  --ink-400: #7d949b;
  --ink-300: #b3c1c6;
  --ink-200: #d8e0e3;
  --ink-100: #eef2f4;
  --bg: #ffffff;
  --bg-soft: #f5f8fa;
  --bg-muted: #fafbfc;
  --border: #e5ebee;
  --radius-sm: 8px;
  --radius: 14px;
  --radius-lg: 20px;
  --shadow-sm: 0 1px 2px rgba(15, 35, 41, 0.04), 0 2px 6px rgba(15, 35, 41, 0.04);
  --shadow-md: 0 6px 18px rgba(15, 35, 41, 0.08), 0 2px 4px rgba(15, 35, 41, 0.04);
  --shadow-lg: 0 18px 40px rgba(15, 35, 41, 0.12), 0 4px 10px rgba(15, 35, 41, 0.06);
  --ease: cubic-bezier(0.4, 0, 0.2, 1);
}

/*--- Base typography ---*/
html { scroll-behavior: smooth; }

body {
  color: var(--ink-700);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

p {
  color: var(--ink-600);
  margin: 0 0 1rem;
  line-height: 1.7;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
  color: var(--ink-900);
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.25;
  margin: 0 0 0.75rem;
}

h1 { font-size: clamp(2.25rem, 4vw + 1rem, 3.5rem); line-height: 1.15; }
h2 { font-size: clamp(1.75rem, 2.4vw + 1rem, 2.5rem); }
h3 { font-size: clamp(1.4rem, 1.4vw + 1rem, 1.9rem); }
h4 { font-size: 1.25rem; line-height: 1.4; }
h5 { font-size: 1.1rem; line-height: 1.45; }
h6 { font-size: 0.95rem; letter-spacing: 0.04em; text-transform: uppercase; }

a { color: var(--accent-600); }
a:hover { color: var(--accent-700); }

::-moz-selection, ::selection { background: var(--accent); color: #fff; text-shadow: none; }

img { max-width: 100%; height: auto; }

/*--- Section spacing ---*/
.area-padding { padding: 96px 0 96px; }
.area-padding-2 { padding: 96px 0 64px; }

@media (max-width: 767px) {
  .area-padding { padding: 64px 0; }
  .area-padding-2 { padding: 64px 0 40px; }
}

/*--- Section headlines ---*/
.section-headline h2,
.section-headline.services-head > h2 {
  display: inline-block;
  position: relative;
  font-size: clamp(1.75rem, 2.2vw + 1rem, 2.35rem);
  font-weight: 700;
  margin-bottom: 36px;
  padding-bottom: 18px;
  text-transform: none;
  letter-spacing: -0.015em;
  color: var(--ink-900);
}

.section-headline h2::after,
.section-headline.services-head > h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 56px;
  height: 3px;
  background: var(--accent);
  border: none;
  border-radius: 3px;
  transform: translateX(-50%);
  margin: 0;
}

.section-headline { margin-bottom: 12px; }

/*--- Header & Nav ---*/
#header {
  height: 76px;
  background: rgba(13, 37, 41, 0.55);
  backdrop-filter: saturate(1.4) blur(10px);
  -webkit-backdrop-filter: saturate(1.4) blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  transition: background 0.35s var(--ease), height 0.35s var(--ease), box-shadow 0.35s var(--ease);
}

#header.header-scrolled {
  height: 64px;
  background: rgba(13, 37, 41, 0.88);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}

#header .container,
#header .container > .d-flex,
#header > .container { display: flex; align-items: center; }

#header .logo img { max-height: 44px; transition: max-height 0.35s var(--ease); }
#header.header-scrolled .logo img { max-height: 38px; }

.navbar a,
.navbar a:focus {
  position: relative;
  padding: 10px 16px;
  font-size: 14.5px;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.92);
}

.navbar > ul > li > a::after {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 4px;
  height: 2px;
  background: var(--accent);
  border-radius: 2px;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s var(--ease);
}

.navbar > ul > li:hover > a::after,
.navbar > ul > li > a.active::after {
  transform: scaleX(0.6);
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a { color: var(--accent); }

.navbar .dropdown ul {
  padding: 8px;
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 16px 40px rgba(13, 37, 41, 0.18), 0 4px 10px rgba(13, 37, 41, 0.08);
  border: 1px solid var(--border);
  min-width: 220px;
  top: calc(100% + 12px);
}

.navbar .dropdown ul a {
  padding: 10px 14px;
  font-size: 14px;
  border-radius: 8px;
  color: var(--ink-800);
  transition: background 0.2s var(--ease), color 0.2s var(--ease);
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul li:hover > a {
  background: var(--accent-50);
  color: var(--accent-700);
}

/* Mobile nav */
.mobile-nav-toggle {
  color: #fff;
  font-size: 26px;
  width: 40px;
  height: 40px;
  display: none;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  transition: background 0.2s var(--ease);
}

@media (max-width: 991px) {
  .mobile-nav-toggle { display: inline-flex; }
}

.mobile-nav-toggle:hover { background: rgba(255, 255, 255, 0.08); }

.navbar-mobile { background: rgba(13, 37, 41, 0.92); }
.navbar-mobile ul {
  top: 72px;
  right: 16px;
  left: 16px;
  bottom: 16px;
  padding: 16px 8px;
  background: #fff;
  border-radius: var(--radius);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}

.navbar-mobile a, .navbar-mobile a:focus {
  padding: 12px 18px;
  font-size: 15px;
  color: var(--ink-800);
  border-radius: 10px;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
  background: var(--accent-50);
  color: var(--accent-700);
}

.navbar-mobile .dropdown ul {
  background: transparent;
  box-shadow: none;
  margin: 4px 8px 8px;
  padding: 4px 0 4px 12px;
  border-left: 2px solid var(--accent-50);
}

/*--- Hero ---*/
#hero { background: var(--ink-900); }

#hero .carousel-item::before {
  background: linear-gradient(135deg, rgba(13, 37, 41, 0.92) 0%, rgba(13, 37, 41, 0.7) 40%, rgba(31, 74, 82, 0.6) 100%);
}

#hero h2 {
  font-size: clamp(2.25rem, 4.5vw + 1rem, 4.5rem) !important;
  font-weight: 800;
  letter-spacing: -0.025em;
  margin-bottom: 16px;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.35);
}

#hero p {
  font-size: clamp(1.1rem, 1.4vw + 0.8rem, 1.65rem) !important;
  font-weight: 400;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.92);
  max-width: 760px;
  margin: 0 auto 36px auto;
  width: auto;
}

#hero .btn-get-started {
  padding: 14px 36px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: var(--accent);
  color: #fff;
  border-radius: 999px;
  box-shadow: 0 10px 24px var(--accent-shadow);
  transition: transform 0.25s var(--ease), background 0.25s var(--ease), box-shadow 0.25s var(--ease);
}

#hero .btn-get-started:hover {
  background: #fff;
  color: var(--accent-700);
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.25);
}

#hero .carousel-control-prev,
#hero .carousel-control-next { opacity: 0.6; transition: opacity 0.25s var(--ease); }
#hero .carousel-control-prev:hover,
#hero .carousel-control-next:hover { opacity: 1; }

/*--- Inner page header ---*/
.header-bg {
  padding: 160px 0 80px;
}
.header-bg::before {
  background: linear-gradient(135deg, rgba(13, 37, 41, 0.85), rgba(31, 74, 82, 0.7));
}

/*--- About ---*/
.about-area { background-color: var(--bg-soft); }

.single-well ul li {
  padding: 6px 0;
  color: var(--ink-700);
  line-height: 1.7;
}

.single-well ul li i {
  color: var(--accent);
  font-size: 18px;
  vertical-align: middle;
}

.well-left img {
  border-radius: var(--radius);
  box-shadow: var(--shadow-md);
  transition: transform 0.45s var(--ease), box-shadow 0.45s var(--ease);
}

.well-left a:hover img {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

/*--- Services / Cards ---*/
.services-area { background: var(--bg); }

.services-details {
  padding: 24px;
  margin-bottom: 28px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease), border-color 0.3s var(--ease);
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}

.services-details:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  border-color: var(--accent);
}

.single-services { width: 100%; text-align: center; }

.services-icon {
  display: inline-block;
  overflow: hidden;
  border-radius: var(--radius-sm);
  margin-bottom: 18px;
  background: var(--bg-soft);
}

.services-icon img {
  display: block;
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: transform 0.55s var(--ease);
}

.services-details:hover .services-icon img { transform: scale(1.05); }

.single-services > h4 {
  color: var(--ink-900);
  font-size: 1.2rem;
  font-weight: 700;
  margin: 8px 0 4px;
  transition: color 0.25s var(--ease);
}

.services-details:hover h4 { color: var(--accent-700); }

.row.second-row { margin-top: 16px; }

/*--- Datacenter banner / reviews-area / ready button ---*/
.reviews-area::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(13, 37, 41, 0.7);
  z-index: 0;
  pointer-events: none;
}
.reviews-area > .container,
.reviews-area > .row { position: relative; z-index: 1; }

.ready-btn {
  border: 1px solid #fff;
  border-radius: 999px;
  color: #fff;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: background 0.25s var(--ease), color 0.25s var(--ease), transform 0.25s var(--ease), box-shadow 0.25s var(--ease);
  display: inline-block;
}

.ready-btn:hover {
  background: var(--accent);
  border-color: var(--accent);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px var(--accent-shadow);
}

/*--- Portfolio ---*/
#portfolio-flters {
  margin: 0 0 40px 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

#portfolio-flters li {
  margin: 0;
  padding: 8px 22px;
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.06em;
  border: 1px solid var(--border);
  background: #fff;
  color: var(--ink-600);
  border-radius: 999px;
  transition: all 0.25s var(--ease);
}

#portfolio-flters li:hover {
  border-color: var(--accent);
  color: var(--accent-700);
  background: var(--accent-50);
}

#portfolio-flters li.filter-active {
  border-color: var(--accent);
  background: var(--accent);
  color: #fff;
  box-shadow: 0 6px 16px var(--accent-shadow);
}

.single-awesome-project {
  margin-bottom: 30px;
  border-radius: var(--radius);
  overflow: hidden;
  background: #fff;
  box-shadow: var(--shadow-sm);
  transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease);
}

.single-awesome-project:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.awesome-img { border-radius: var(--radius); overflow: hidden; }

.awesome-img > a img {
  display: block;
  width: 100%;
  height: 280px;
  object-fit: cover;
  transition: transform 0.7s var(--ease);
}

.single-awesome-project:hover .awesome-img > a img { transform: scale(1.06); }

.awesome-img > a::after {
  background: linear-gradient(180deg, rgba(13, 37, 41, 0) 35%, rgba(13, 37, 41, 0.85) 100%);
  transition: opacity 0.4s var(--ease);
}

.add-actions {
  background: transparent;
  bottom: 0;
  padding: 24px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  height: 100%;
}

.project-dec { height: auto; }

.project-dec h4 {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0.02em;
  margin: 0;
  padding-top: 0;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.4);
  transform: translateY(8px);
  transition: transform 0.35s var(--ease);
}

.single-awesome-project:hover .project-dec h4 { transform: translateY(0); }

/*--- Contact ---*/
.contact-area { background: var(--bg-soft); }
.contact-inner { position: relative; }

.contact-icon {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 32px 24px;
  margin-bottom: 24px;
  box-shadow: var(--shadow-sm);
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
  height: 100%;
}

.contact-icon:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

.single-icon i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--accent-50);
  color: var(--accent-700);
  font-size: 24px;
  line-height: 1;
  margin-bottom: 18px;
}

.single-icon p {
  color: var(--ink-700);
  font-size: 0.95rem;
  line-height: 1.65;
  margin-bottom: 8px;
}

.single-icon p span { color: var(--ink-400); font-size: 0.85rem; }

#google-map, .contact-area iframe {
  height: 380px;
  width: 100%;
  border: 0;
  border-radius: var(--radius);
  box-shadow: var(--shadow-md);
  margin-top: 16px;
}

/*--- Footer ---*/
.footer-area {
  background: var(--ink-900);
  color: rgba(255, 255, 255, 0.78);
  padding: 64px 0 48px;
}

.footer-area .footer-head h4 {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 18px;
  padding-bottom: 0;
}

.footer-area .footer-head p,
.footer-area .footer-contacts p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.95rem;
  line-height: 1.7;
  margin-bottom: 8px;
}

.footer-area .footer-contacts p span {
  color: var(--accent);
  font-weight: 600;
  margin-right: 4px;
}

.footer-icons ul li a {
  width: 40px;
  height: 40px;
  line-height: 0;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  transition: all 0.25s var(--ease);
}

.footer-icons ul li a:hover {
  background: var(--accent);
  border-color: var(--accent);
  color: #fff;
  transform: translateY(-2px);
}

.flicker-img img { filter: brightness(0) invert(1); opacity: 0.95; }

.footer-area-bottom {
  background: #081a1d;
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.copyright > p,
.copyright-text a { color: rgba(255, 255, 255, 0.6); font-size: 0.85rem; }
.copyright a, .credits a { color: var(--accent); }
.copyright-text a:hover { color: var(--accent); }

/*--- Back to top ---*/
.back-to-top {
  width: 44px;
  height: 44px;
  right: 24px;
  bottom: 24px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 10px 24px var(--accent-shadow);
  display: flex !important;
  align-items: center;
  justify-content: center;
  transition: transform 0.25s var(--ease), background 0.25s var(--ease);
}

.back-to-top:hover {
  background: var(--accent-700);
  transform: translateY(-3px);
}

.back-to-top i { font-size: 22px; line-height: 0; color: #fff; }

/*--- Forms (kept usable in case the commented form is restored) ---*/
.php-email-form input,
.php-email-form textarea {
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  background: #fff;
  padding: 12px 16px;
  font-size: 15px;
  transition: border-color 0.2s var(--ease), box-shadow 0.2s var(--ease);
}

.php-email-form input:focus,
.php-email-form textarea:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 4px var(--accent-shadow);
}

.php-email-form button[type=submit] {
  background: var(--accent);
  color: #fff;
  border: none;
  border-radius: 999px;
  padding: 14px 36px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: background 0.25s var(--ease), transform 0.25s var(--ease), box-shadow 0.25s var(--ease);
  box-shadow: 0 10px 24px var(--accent-shadow);
}

.php-email-form button[type=submit]:hover {
  background: var(--accent-700);
  transform: translateY(-2px);
  color: #fff;
}

/*--- Subscribe (CTA strip) ---*/
.suscribe-area { background: var(--accent); padding: 40px 0; }

.suscribe-text h3 {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: none;
}

.sus-btn {
  background: #fff;
  color: var(--accent-700);
  border: none;
  padding: 12px 28px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-left: 0;
  transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.sus-btn:hover {
  transform: translateY(-2px);
  background: #fff;
  color: var(--accent-700);
  border: none;
}

/*--- Testimonials polish ---*/
.testimonials::before { background: linear-gradient(135deg, rgba(13, 37, 41, 0.85), rgba(31, 74, 82, 0.7)); }
.testimonials .testimonial-item p { font-size: 1.05rem; line-height: 1.7; }

/*==============================================================
# Scroll-Reveal Animations
==============================================================*/
.reveal-on-scroll {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
  will-change: opacity, transform;
}

.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-on-scroll.delay-1 { transition-delay: 0.08s; }
.reveal-on-scroll.delay-2 { transition-delay: 0.16s; }
.reveal-on-scroll.delay-3 { transition-delay: 0.24s; }
.reveal-on-scroll.delay-4 { transition-delay: 0.32s; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal-on-scroll {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}

/*==============================================================
# Responsive refinements
==============================================================*/
@media (max-width: 991px) {
  .navbar > ul { display: none; }
  #header { background: rgba(13, 37, 41, 0.88); }
  .contact-content, .contact-content-right { padding: 48px 24px; }
}

@media (max-width: 767px) {
  body { font-size: 15px; }

  #hero h2 { margin-bottom: 12px; }
  #hero p { margin-bottom: 28px; }
  #hero .btn-get-started { padding: 12px 28px; font-size: 14px; }

  .section-headline h2,
  .section-headline.services-head > h2 {
    margin-bottom: 28px;
    padding-bottom: 14px;
  }

  .services-details { padding: 18px; }
  .services-icon img { height: 180px; }
  .awesome-img > a img { height: 220px; }

  .contact-icon { padding: 24px 18px; }
  .single-icon i { width: 50px; height: 50px; font-size: 22px; }

  .footer-area { padding: 48px 0 32px; text-align: center; }
  .footer-icons ul { padding: 0; }
  .footer-content { margin-bottom: 24px; }
  .flicker-img { display: flex; justify-content: center; }

  .suscribe-text { text-align: center; }
  .suscribe-text h3 { display: block; margin-bottom: 16px; }

  #portfolio-flters li { padding: 6px 16px; font-size: 11.5px; }
}

@media (max-width: 480px) {
  #hero .container { padding: 0 20px; }
  .area-padding { padding: 56px 0; }
}

/*==============================================================
# Premium Layer — Fortune-500 polish
# Adds: animated gradient hero, glass cards, 3D-tilt prep,
# glow buttons, dropdown slide-in, parallax-friendly transforms,
# floating-label form prep, custom cursor, grain overlay,
# premium page loader, micro-interactions, stats counter strip,
# certifications strip, masonry-ready portfolio.
==============================================================*/

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700;800&display=swap');

:root {
  --display-font: "Manrope", "Raleway", sans-serif;
  --body-font: "Manrope", "Open Sans", sans-serif;
  --accent-glow: 0 0 0 0 var(--accent-shadow);
  --accent-glow-hover: 0 0 0 12px rgba(62, 193, 213, 0), 0 12px 32px rgba(62, 193, 213, 0.45);
  --grad-hero: radial-gradient(circle at 18% 20%, rgba(62, 193, 213, 0.22) 0%, transparent 45%),
               radial-gradient(circle at 82% 75%, rgba(45, 167, 187, 0.20) 0%, transparent 50%),
               radial-gradient(circle at 50% 50%, rgba(31, 138, 156, 0.15) 0%, transparent 60%),
               linear-gradient(135deg, #061a1e 0%, #0d2529 45%, #103741 100%);
  --glass-bg: rgba(255, 255, 255, 0.72);
  --glass-border: rgba(255, 255, 255, 0.55);
}

body {
  font-family: var(--body-font);
  font-feature-settings: "kern", "liga", "ss01";
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--display-font);
  font-weight: 700;
}

/*--- Page loader — CCT logo with fade-in + pulse ---*/
#preloader {
  background: linear-gradient(135deg, #ffffff 0%, var(--bg-soft) 100%) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.7s var(--ease), visibility 0.7s var(--ease);
}

#preloader::before {
  content: "";
  width: 220px;
  height: 88px;
  background: url("../../img/400PngdpiLogo (1).png") no-repeat center center;
  background-size: contain;
  border: none;
  border-radius: 0;
  box-shadow: none;
  animation:
    logoFadeIn 0.8s var(--ease) both,
    logoPulse 2.2s var(--ease) 0.8s infinite;
}

#preloader::after { content: none; display: none; }

@keyframes logoFadeIn {
  from { opacity: 0; transform: scale(0.94); }
  to   { opacity: 1; transform: scale(1); }
}

@keyframes logoPulse {
  0%, 100% { opacity: 0.75; transform: scale(1); }
  50%      { opacity: 1;    transform: scale(1.04); }
}

body.is-loaded #preloader {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

@media (max-width: 575px) {
  #preloader::before { width: 170px; height: 70px; }
}

/*--- Grain texture overlay (depth + premium feel) ---*/
body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 9998;
  opacity: 0.04;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.9 0'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");
}

/*--- Hero — animated gradient + text reveal ---*/
#hero { background: #061a1e; isolation: isolate; }

#hero::before {
  content: "";
  position: absolute;
  inset: -10%;
  background: var(--grad-hero);
  z-index: 0;
  animation: heroDrift 22s ease-in-out infinite alternate;
  filter: saturate(1.05);
}

#hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image:
    radial-gradient(1px 1px at 20% 30%, rgba(255, 255, 255, 0.35) 50%, transparent 60%),
    radial-gradient(1px 1px at 70% 65%, rgba(62, 193, 213, 0.35) 50%, transparent 60%),
    radial-gradient(1.5px 1.5px at 40% 80%, rgba(255, 255, 255, 0.18) 50%, transparent 60%),
    radial-gradient(1px 1px at 85% 20%, rgba(255, 255, 255, 0.25) 50%, transparent 60%),
    radial-gradient(1.2px 1.2px at 12% 75%, rgba(62, 193, 213, 0.28) 50%, transparent 60%);
  background-size: 1200px 1200px;
  animation: heroParticles 28s linear infinite;
  opacity: 0.9;
}

@keyframes heroDrift {
  0%   { transform: translate3d(0, 0, 0) scale(1); }
  50%  { transform: translate3d(-2%, 1%, 0) scale(1.04); }
  100% { transform: translate3d(2%, -1%, 0) scale(1.02); }
}

@keyframes heroParticles {
  from { background-position: 0 0, 0 0, 0 0, 0 0, 0 0; }
  to   { background-position: 1200px 0, -1200px 0, 600px -1200px, -600px 1200px, 800px -800px; }
}

#hero .carousel-item::before {
  background: linear-gradient(135deg, rgba(13, 37, 41, 0.6) 0%, rgba(13, 37, 41, 0.35) 60%, transparent 100%);
}

#hero .carousel-container { z-index: 2; }

/* Text reveal on load */
#hero h2,
#hero p,
#hero .btn-get-started {
  opacity: 0;
  transform: translateY(20px);
  animation: heroReveal 1s var(--ease) forwards;
}
#hero h2 { animation-delay: 0.4s; }
#hero p { animation-delay: 0.65s; }
#hero .btn-get-started { animation-delay: 0.9s; }

@keyframes heroReveal {
  to { opacity: 1; transform: translateY(0); }
}

#hero h2 {
  font-family: var(--display-font);
  font-weight: 800 !important;
  font-size: clamp(3rem, 6vw + 1rem, 6rem) !important;
  letter-spacing: -0.04em;
  background: linear-gradient(180deg, #ffffff 0%, #d8eaf0 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: none;
}

#hero p {
  font-weight: 400;
  letter-spacing: 0.005em;
  color: rgba(255, 255, 255, 0.86);
}

/* Premium CTA with glow */
#hero .btn-get-started {
  position: relative;
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-600) 100%);
  box-shadow: 0 10px 30px rgba(62, 193, 213, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.25);
  overflow: hidden;
  transition: transform 0.3s var(--ease), box-shadow 0.4s var(--ease);
}

#hero .btn-get-started::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #fff 0%, rgba(255, 255, 255, 0) 60%);
  opacity: 0;
  transition: opacity 0.4s var(--ease);
}

#hero .btn-get-started::after {
  content: "";
  position: absolute;
  inset: -30%;
  background: conic-gradient(from 0deg, transparent 0deg, var(--accent) 90deg, transparent 180deg);
  opacity: 0;
  animation: btnGlow 3s linear infinite;
  z-index: -1;
  filter: blur(20px);
  transition: opacity 0.4s var(--ease);
}

#hero .btn-get-started:hover {
  transform: translateY(-3px) scale(1.02);
  color: #fff;
  background: linear-gradient(135deg, var(--accent-600) 0%, var(--accent) 100%);
  box-shadow: 0 18px 50px rgba(62, 193, 213, 0.55), 0 0 0 1px rgba(255, 255, 255, 0.2) inset;
}

#hero .btn-get-started:hover::before { opacity: 0.18; }
#hero .btn-get-started:hover::after { opacity: 0.7; }

@keyframes btnGlow {
  to { transform: rotate(360deg); }
}

/*--- Stats strip (new) ---*/
.stats-strip {
  position: relative;
  background: linear-gradient(180deg, #0d2529 0%, #103741 100%);
  padding: 56px 0;
  margin: 0;
  overflow: hidden;
  z-index: 1;
}

.stats-strip::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 50%, rgba(62, 193, 213, 0.15) 0%, transparent 50%),
    radial-gradient(circle at 80% 50%, rgba(62, 193, 213, 0.1) 0%, transparent 55%);
  pointer-events: none;
}

.stats-strip .container { position: relative; }

.stats-strip .stat {
  text-align: center;
  padding: 24px 16px;
  position: relative;
}

.stats-strip .stat + .stat::before {
  content: "";
  position: absolute;
  left: 0;
  top: 25%;
  bottom: 25%;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.18), transparent);
}

.stat__number {
  font-family: var(--display-font);
  font-weight: 800;
  font-size: clamp(2.5rem, 4.5vw + 1rem, 4.25rem);
  line-height: 1;
  letter-spacing: -0.04em;
  background: linear-gradient(180deg, #fff 0%, var(--accent) 130%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 10px;
}

.stat__label {
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .stats-strip { padding: 40px 0 24px; }
  .stats-strip .stat + .stat::before { display: none; }
  .stats-strip .stat { padding: 18px 16px; }
}

/*--- Certifications strip (inside About) ---*/
.cert-strip-wrap { margin-top: 40px; padding: 0; }

.cert-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 24px 32px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}

.cert-strip__label {
  color: var(--ink-500);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin-right: 8px;
}

.cert-pill {
  display: inline-flex;
  align-items: center;
  padding: 8px 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent-50) 0%, #ffffff 100%);
  border: 1px solid var(--accent-50);
  color: var(--accent-700);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.06em;
  box-shadow: inset 0 0 0 1px rgba(62, 193, 213, 0.12);
  transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease);
}

.cert-pill:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px var(--accent-shadow), inset 0 0 0 1px var(--accent);
}

@media (max-width: 575px) {
  .cert-strip { padding: 18px; gap: 10px; }
  .cert-strip__label { width: 100%; text-align: center; margin-right: 0; }
}

/*--- Navigation — glass refinement + dropdown slide ---*/
#header {
  background: rgba(13, 37, 41, 0.35);
  backdrop-filter: saturate(1.8) blur(18px);
  -webkit-backdrop-filter: saturate(1.8) blur(18px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.03) inset;
}

#header.header-scrolled {
  background: rgba(13, 37, 41, 0.72);
  backdrop-filter: saturate(1.8) blur(22px);
  -webkit-backdrop-filter: saturate(1.8) blur(22px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.22), 0 1px 0 rgba(255, 255, 255, 0.04) inset;
}

#header .logo img {
  transition: transform 0.45s var(--ease), max-height 0.35s var(--ease), filter 0.4s var(--ease);
}

#header .logo a:hover img {
  transform: scale(1.08) rotate(-2deg);
  filter: drop-shadow(0 4px 18px rgba(62, 193, 213, 0.5));
}

.navbar .dropdown ul {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: opacity 0.28s var(--ease), transform 0.28s var(--ease), visibility 0s linear 0.28s;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: opacity 0.28s var(--ease), transform 0.28s var(--ease), visibility 0s;
}

.navbar .dropdown ul li {
  opacity: 0;
  transform: translateX(-6px);
  transition: opacity 0.3s var(--ease), transform 0.3s var(--ease);
}

.navbar .dropdown:hover > ul li {
  opacity: 1;
  transform: translateX(0);
}

.navbar .dropdown:hover > ul li:nth-child(1) { transition-delay: 0.05s; }
.navbar .dropdown:hover > ul li:nth-child(2) { transition-delay: 0.10s; }
.navbar .dropdown:hover > ul li:nth-child(3) { transition-delay: 0.15s; }
.navbar .dropdown:hover > ul li:nth-child(4) { transition-delay: 0.20s; }
.navbar .dropdown:hover > ul li:nth-child(5) { transition-delay: 0.25s; }
.navbar .dropdown:hover > ul li:nth-child(6) { transition-delay: 0.30s; }
.navbar .dropdown:hover > ul li:nth-child(7) { transition-delay: 0.35s; }

/*--- Services cards — glass + 3D tilt prep ---*/
.services-area {
  background: linear-gradient(180deg, #ffffff 0%, var(--bg-soft) 100%);
  position: relative;
}

.services-area::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 10% 10%, rgba(62, 193, 213, 0.06) 0%, transparent 35%),
    radial-gradient(circle at 90% 90%, rgba(62, 193, 213, 0.05) 0%, transparent 35%);
  pointer-events: none;
}

.services-area .container { position: relative; }

.services-details {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(20px) saturate(1.2);
  -webkit-backdrop-filter: blur(20px) saturate(1.2);
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 8px 24px rgba(15, 35, 41, 0.06),
    0 2px 6px rgba(15, 35, 41, 0.04);
  transform-style: preserve-3d;
  perspective: 1000px;
  transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease), border-color 0.4s var(--ease);
  will-change: transform;
}

.services-details:hover {
  border-color: rgba(62, 193, 213, 0.5);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 24px 50px rgba(62, 193, 213, 0.22),
    0 8px 16px rgba(15, 35, 41, 0.08);
}

.services-details .services-icon img {
  transition: transform 0.6s var(--ease), filter 0.6s var(--ease);
}

.services-details:hover .services-icon img {
  transform: scale(1.08);
  filter: saturate(1.08) brightness(1.02);
}

/* The 3D tilt itself is applied via JS as inline transform */
.services-details.is-tilting { transition: box-shadow 0.3s var(--ease), border-color 0.3s var(--ease); }

/*--- Portfolio — masonry-ready + premium overlay ---*/
.portfolio-area { background: var(--bg); position: relative; }

.portfolio-container { position: relative; }

/* Drop fixed image height so masonry can do its thing */
.awesome-img > a img {
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.awesome-img > a::after {
  background: linear-gradient(180deg, rgba(13, 37, 41, 0) 30%, rgba(13, 37, 41, 0.92) 100%);
  opacity: 0;
}

.single-awesome-project:hover .awesome-img > a::after { opacity: 1; }

.add-actions {
  padding: 28px 28px 24px;
}

.project-dec h4 {
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: -0.005em;
  position: relative;
  padding-bottom: 12px;
}

.project-dec h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 28px;
  height: 2px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s var(--ease) 0.05s;
}

.single-awesome-project:hover .project-dec h4::after { transform: scaleX(1); }

.single-awesome-project {
  border-radius: var(--radius);
  background: transparent;
  box-shadow: none;
}

.single-awesome-project .awesome-img {
  border-radius: var(--radius);
  box-shadow: 0 10px 30px rgba(15, 35, 41, 0.10);
  transition: transform 0.45s var(--ease), box-shadow 0.45s var(--ease);
}

.single-awesome-project:hover .awesome-img {
  transform: translateY(-6px);
  box-shadow: 0 24px 50px rgba(15, 35, 41, 0.18);
}

/* Crops bottom-right corner of an image (e.g. to hide a watermark) */
.awesome-img > a img.img--crop-br {
  object-position: 0% 0%;
  transform: scale(1.08);
  transform-origin: top left;
}
.single-awesome-project:hover .awesome-img > a img.img--crop-br {
  transform: scale(1.14);
  transform-origin: top left;
}

/*--- About — parallax-friendly image + premium spacing ---*/
.about-area { position: relative; overflow: hidden; }

.about-area::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -120px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(62, 193, 213, 0.10) 0%, transparent 70%);
  pointer-events: none;
}

.well-left { perspective: 1200px; }

.well-left a {
  display: block;
  border-radius: var(--radius);
  overflow: hidden;
  position: relative;
}

.well-left a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(62, 193, 213, 0.0) 0%, rgba(62, 193, 213, 0.2) 100%);
  opacity: 0;
  transition: opacity 0.5s var(--ease);
  z-index: 1;
  pointer-events: none;
}

.well-left a:hover::before { opacity: 1; }

.well-left img {
  display: block;
  width: 100%;
  height: auto;
  will-change: transform;
  transition: transform 0.6s var(--ease);
}

.well-left a:hover img { transform: scale(1.04); }

.single-well ul li {
  position: relative;
  padding-left: 28px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.single-well ul li i.bi-dot {
  display: none;
}

.single-well ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 16px;
  height: 2px;
  background: var(--accent);
  border-radius: 2px;
  transition: width 0.3s var(--ease);
}

.single-well ul li:hover::before { width: 22px; }

.single-well ul li i.bi-check {
  color: var(--accent);
  font-weight: 700;
  margin-right: 6px;
}

/*--- Reviews / Datacenter callout ---*/
.reviews-area {
  background-attachment: scroll;
}

.reviews-area > .container {
  position: relative;
  z-index: 1;
}

.reviews-area img {
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
}

/*--- Contact — premium icon cards + floating labels prep ---*/
.contact-area {
  background:
    radial-gradient(circle at 20% 20%, rgba(62, 193, 213, 0.07) 0%, transparent 45%),
    radial-gradient(circle at 80% 80%, rgba(62, 193, 213, 0.05) 0%, transparent 45%),
    var(--bg-soft);
  position: relative;
}

.contact-icon {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.78) 100%);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.8);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.95) inset,
    0 10px 30px rgba(15, 35, 41, 0.07);
  transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease), border-color 0.4s var(--ease);
}

.contact-icon:hover {
  border-color: rgba(62, 193, 213, 0.4);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.95) inset,
    0 24px 50px rgba(62, 193, 213, 0.18);
}

.single-icon i {
  background: linear-gradient(135deg, var(--accent-50) 0%, #ffffff 100%);
  box-shadow:
    inset 0 0 0 1px rgba(62, 193, 213, 0.15),
    0 6px 16px var(--accent-shadow);
  transition: transform 0.45s var(--ease), background 0.45s var(--ease), color 0.45s var(--ease);
}

.contact-icon:hover .single-icon i {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-600) 100%);
  color: #fff;
  transform: scale(1.08) rotate(-4deg);
}

.contact-area iframe {
  filter: grayscale(0.15) contrast(1.02);
  transition: filter 0.5s var(--ease);
}

.contact-area iframe:hover { filter: grayscale(0) contrast(1); }

/* Floating-label form (prep — works if the commented form is restored) */
.php-email-form .form-group { position: relative; margin-bottom: 18px; }

.php-email-form .form-group input,
.php-email-form .form-group textarea {
  width: 100%;
  padding: 22px 18px 8px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(12px);
}

.php-email-form .form-group::after {
  content: attr(data-label);
  position: absolute;
  left: 18px;
  top: 18px;
  font-size: 13px;
  color: var(--ink-400);
  pointer-events: none;
  transition: transform 0.25s var(--ease), color 0.25s var(--ease), font-size 0.25s var(--ease);
}

.php-email-form .form-group input:focus + ::after,
.php-email-form .form-group input:not(:placeholder-shown) + ::after,
.php-email-form .form-group textarea:focus + ::after,
.php-email-form .form-group textarea:not(:placeholder-shown) + ::after {
  transform: translateY(-12px);
  font-size: 11px;
  color: var(--accent-700);
}

/*--- Footer polish ---*/
.footer-area {
  background:
    radial-gradient(circle at 80% 20%, rgba(62, 193, 213, 0.08) 0%, transparent 40%),
    radial-gradient(circle at 10% 80%, rgba(62, 193, 213, 0.06) 0%, transparent 40%),
    var(--ink-900);
  position: relative;
}

.footer-area::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
  opacity: 0.6;
}

.footer-icons ul li a {
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: transform 0.3s var(--ease), background 0.3s var(--ease), border-color 0.3s var(--ease), box-shadow 0.3s var(--ease);
}

.footer-icons ul li a:hover {
  background: var(--accent);
  border-color: var(--accent);
  transform: translateY(-3px) scale(1.06);
  box-shadow: 0 12px 28px var(--accent-shadow);
}

/*--- Subscribe / Quote strip premium ---*/
.suscribe-area {
  background: linear-gradient(135deg, var(--accent-600) 0%, var(--accent) 50%, var(--accent-700) 100%);
  position: relative;
  overflow: hidden;
}

.suscribe-area::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -10%;
  right: -10%;
  bottom: -50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.18) 0%, transparent 50%);
  animation: heroDrift 18s ease-in-out infinite alternate;
  pointer-events: none;
}

.suscribe-area .container { position: relative; z-index: 1; }

.sus-btn:hover {
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.22);
}

/*--- Back-to-top — premium ---*/
.back-to-top {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-600) 100%);
  box-shadow: 0 10px 30px rgba(62, 193, 213, 0.5);
}

.back-to-top:hover {
  background: linear-gradient(135deg, var(--accent-600) 0%, var(--accent-700) 100%);
  box-shadow: 0 16px 40px rgba(62, 193, 213, 0.6);
}

/*--- Micro-interactions on all interactive elements ---*/
a, button, .btn { transition: color 0.25s var(--ease), background 0.25s var(--ease), border-color 0.25s var(--ease), transform 0.25s var(--ease), box-shadow 0.25s var(--ease); }

:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
  border-radius: 4px;
}

/* Anchor links: subtle underline grow */
.single-well ul li a,
.contact-area p a,
.footer-area a:not(.footer-icons ul li a) {
  position: relative;
  display: inline;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.4s var(--ease), color 0.25s var(--ease);
}

.single-well ul li a:hover,
.contact-area p a:hover,
.footer-area a:not(.footer-icons ul li a):hover {
  background-size: 100% 1px;
}

/*--- Section headline — premium hover accent ---*/
.section-headline h2::after {
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
  width: 80px;
  height: 3px;
}

/*--- Smooth scroll polish ---*/
@media (prefers-reduced-motion: no-preference) {
  html { scroll-padding-top: 80px; }
}

/*--- Selection ---*/
::selection { background: var(--accent); color: #fff; }

/*--- Print / fallback ---*/
@media print {
  #preloader, body::after, #hero::before, #hero::after { display: none !important; }
}

/*--- Responsive premium tweaks ---*/
@media (max-width: 991px) {
  body::after { opacity: 0.025; }
  #hero h2 { font-size: clamp(2.5rem, 8vw, 4rem) !important; }
}

@media (max-width: 575px) {
  .stat__number { font-size: clamp(2rem, 10vw, 3rem); }
  .stat__label { font-size: 11px; }
  .cert-strip { padding: 16px; }
  .cert-pill { padding: 6px 14px; font-size: 12px; }
}

/*--- Reduced motion fallbacks for premium animations ---*/
@media (prefers-reduced-motion: reduce) {
  #hero::before, #hero::after,
  .suscribe-area::before,
  #preloader::before { animation: none !important; }
  #hero h2, #hero p, #hero .btn-get-started {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
  }
}

/*============================================================
  About — premium redesign (intro, cards, tags, cert shields)
============================================================*/

/* Lead intro */
.about-intro { margin-top: 24px; margin-bottom: 72px; row-gap: 48px; }

.about-intro__media {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(15, 35, 41, 0.18), 0 8px 20px rgba(15, 35, 41, 0.08);
  isolation: isolate;
}

.about-intro__media img {
  display: block;
  width: 100%;
  height: auto;
  transform: scale(1.001);
  transition: transform 1.2s var(--ease);
}

.about-intro__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(13, 37, 41, 0) 40%, rgba(62, 193, 213, 0.18) 100%);
  pointer-events: none;
  z-index: 1;
}

.about-intro__media-ring {
  position: absolute;
  inset: -2px;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(62, 193, 213, 0.4), rgba(62, 193, 213, 0) 60%);
  z-index: -1;
  filter: blur(20px);
  opacity: 0.7;
}

.about-intro:hover .about-intro__media img { transform: scale(1.04); }

.about-intro__lead {
  font-family: 'Raleway', sans-serif;
  font-size: clamp(1.125rem, 1.6vw, 1.4rem);
  font-weight: 400;
  line-height: 1.7;
  color: var(--ink-800);
  letter-spacing: 0.005em;
  margin: 0;
  position: relative;
  padding-left: 28px;
}

.about-intro__lead::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  bottom: 8px;
  width: 4px;
  border-radius: 4px;
  background: linear-gradient(180deg, var(--accent) 0%, var(--accent-700) 100%);
  box-shadow: 0 0 0 4px rgba(62, 193, 213, 0.08);
}

@media (max-width: 991px) {
  .about-intro { margin-bottom: 56px; }
  .about-intro__lead { padding-left: 20px; font-size: 1.05rem; }
}

/* Pillar cards */
.about-cards { row-gap: 28px; margin-bottom: 64px; }

.about-card {
  position: relative;
  height: 100%;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 32px 26px 28px;
  box-shadow: var(--shadow-sm);
  transition: transform 0.45s var(--ease), box-shadow 0.45s var(--ease), border-color 0.45s var(--ease);
  overflow: hidden;
}

.about-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--accent) 0%, var(--accent-700) 100%);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s var(--ease);
}

.about-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg);
  border-color: rgba(62, 193, 213, 0.35);
}

.about-card:hover::before { transform: scaleX(1); }

.about-card__icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: var(--accent-700);
  background: linear-gradient(135deg, var(--accent-50) 0%, #fff 100%);
  border: 1px solid rgba(62, 193, 213, 0.25);
  margin-bottom: 20px;
  transition: transform 0.45s var(--ease), background 0.45s var(--ease), color 0.45s var(--ease);
}

.about-card:hover .about-card__icon {
  transform: rotate(-6deg) scale(1.05);
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-700) 100%);
  color: #fff;
}

.about-card__text {
  font-size: 14.5px;
  line-height: 1.7;
  color: var(--ink-700);
  margin: 0;
}

/* Problem tags */
.about-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-bottom: 16px;
  padding: 8px 0;
}

.about-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 18px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--border);
  color: var(--ink-800);
  font-size: 13.5px;
  font-weight: 600;
  letter-spacing: 0.01em;
  box-shadow: var(--shadow-sm);
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease), border-color 0.3s var(--ease), color 0.3s var(--ease);
}

.about-tag i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--accent-50);
  color: var(--accent-700);
  font-size: 14px;
  transition: background 0.3s var(--ease), color 0.3s var(--ease);
}

.about-tag:hover {
  transform: translateY(-3px);
  border-color: rgba(62, 193, 213, 0.4);
  box-shadow: 0 12px 24px rgba(62, 193, 213, 0.15);
  color: var(--accent-700);
}

.about-tag:hover i {
  background: var(--accent);
  color: #fff;
}

/* Certification shields */
.cert-shields {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 28px;
  padding: 8px 0;
}

.cert-shield {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-width: 200px;
  padding: 28px 32px 24px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbfc 100%);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: 0 10px 30px rgba(15, 35, 41, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.6);
  transition: transform 0.5s var(--ease), box-shadow 0.5s var(--ease);
  overflow: hidden;
}

.cert-shield::before {
  content: "";
  position: absolute;
  top: -40%;
  left: -40%;
  width: 80%;
  height: 80%;
  background: radial-gradient(circle, rgba(62, 193, 213, 0.18) 0%, transparent 65%);
  transform: rotate(15deg);
  pointer-events: none;
}

.cert-shield__crest {
  position: relative;
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-700) 100%);
  color: #fff;
  font-size: 30px;
  box-shadow: 0 10px 22px rgba(62, 193, 213, 0.35), inset 0 -3px 6px rgba(0, 0, 0, 0.08), inset 0 2px 4px rgba(255, 255, 255, 0.25);
}

.cert-shield__crest::after {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 1px dashed rgba(62, 193, 213, 0.35);
  pointer-events: none;
}

.cert-shield__name {
  position: relative;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.08em;
  color: var(--ink-900);
  text-transform: uppercase;
}

.cert-shield:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 44px rgba(15, 35, 41, 0.14), 0 0 0 1px rgba(62, 193, 213, 0.25);
}

@media (max-width: 575px) {
  .cert-shields { gap: 16px; }
  .cert-shield { min-width: 0; flex: 1 1 100%; padding: 22px 24px 20px; }
  .about-tag { font-size: 12.5px; padding: 8px 14px; }
  .about-card { padding: 26px 22px 22px; }
}

/* Scroll-reveal hooks for new about elements */
.about-intro,
.about-card,
.about-tag,
.cert-shield { /* tagged by JS revealSelectors → adds .reveal-on-scroll */ }

/*============================================================
  Services — subtle layout cleanup (no text changes)
============================================================*/

/* Intro paragraph rhythm */
.services-head > div { max-width: 880px; margin: 0 auto; }
.services-head > div > p { margin-bottom: 14px; }
.services-head > div > p:last-child { margin-bottom: 0; }
.services-head > div > p:empty { display: none; }

/* Tighter, even grid spacing for the three product cards */
.services-area .row.justify-content-around { row-gap: 28px; margin-top: 12px; }

/* Whole card feels clickable — cursor + a soft underline accent on the title */
.services-details { cursor: pointer; }

.single-services > h4 {
  position: relative;
  display: inline-block;
  padding-bottom: 4px;
}

.single-services > h4::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 2px;
  background: var(--accent);
  transform: translateX(-50%);
  transition: width 0.35s var(--ease);
}

.services-details:hover .single-services > h4::after { width: 36px; }

/* Equal-size service cards (Cable / Sheet Metal / Busbars) */
.services-row { row-gap: 28px; }

.services-col { display: flex; }

.services-col .services-contents { width: 100%; display: flex; }

.services-col .services-details {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 24px;
}

.services-col .single-services {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.services-col .services-icon {
  display: block;
  width: 100%;
  aspect-ratio: 291 / 170;
  overflow: hidden;
  border-radius: var(--radius-sm);
}

.services-col .services-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.services-col .single-services > h4 {
  margin-top: 18px;
  margin-bottom: 0;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
}

/* Older browsers without aspect-ratio support fall back to fixed height */
@supports not (aspect-ratio: 1) {
  .services-col .services-icon { height: 200px; }
}

/*============================================================
  Quality page — subtle structure cleanup
============================================================*/

.quality-logos-row {
  row-gap: 24px;
  margin-top: 32px;
  margin-bottom: 8px;
}

.quality-logo-col {
  display: flex;
  padding: 0 12px;
}

.quality-logo-tile {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 160px;
  padding: 28px 24px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
}

.quality-logo-tile img {
  max-width: 100%;
  max-height: 96px;
  width: auto;
  height: auto;
  object-fit: contain;
}

@media (max-width: 575px) {
  .quality-logo-tile { min-height: 130px; padding: 22px 20px; }
}

.quality-photo-tile {
  padding: 0;
  overflow: hidden;
  min-height: 0;
}

.quality-photo-tile img {
  width: 100%;
  height: 260px;
  max-width: none;
  max-height: none;
  object-fit: cover;
  display: block;
}

@media (max-width: 767px) {
  .quality-photo-tile img { height: 220px; }
}

/*============================================================
  Product pages — bullet list cleanup (cable / sheet / busbars)
============================================================*/

.product-row { row-gap: 40px; margin-top: 8px; }

.product-row .well-left a {
  display: block;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(15, 35, 41, 0.12), 0 4px 10px rgba(15, 35, 41, 0.06);
}

.product-row .well-left img {
  display: block;
  width: 100%;
  height: auto;
}

.product-bullets {
  text-align: left;
  font-size: 15.5px;
  line-height: 1.65;
  color: var(--ink-700);
}

.product-bullets > p {
  position: relative;
  margin: 0 0 14px;
  padding-left: 22px;
}

.product-bullets > p:last-of-type { margin-bottom: 14px; }

.bullet-icon {
  position: absolute;
  left: 0;
  top: 0.7em;
  font-size: 8px;
  color: var(--accent);
}

.product-bullets__heading {
  font-weight: 600;
  color: var(--ink-900);
  margin-top: 18px !important;
  margin-bottom: 8px !important;
  padding-top: 16px;
  border-top: 1px solid var(--border);
}

.product-bullets__list {
  list-style: none;
  padding-left: 22px;
  margin: 0;
}

.product-bullets__list li {
  position: relative;
  padding-left: 14px;
  margin-bottom: 4px;
  font-size: 15px;
  color: var(--ink-700);
}

.product-bullets__list li .bi-dot {
  position: absolute;
  left: -6px;
  top: 0;
  color: var(--accent);
  font-size: 18px;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .product-row { row-gap: 24px; }
  .product-bullets { font-size: 15px; }
}

/*--- Cable page — feature card stack + cable types tag grid ---*/
.product-features {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.feature-card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  transition: border-color 0.3s var(--ease);
}

.feature-card:hover { border-color: rgba(62, 193, 213, 0.3); }

.feature-card__icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--accent-50);
  color: var(--accent-700);
  font-size: 18px;
}

.feature-card__text {
  font-size: 14px;
  line-height: 1.5;
  color: var(--ink-800);
  font-weight: 500;
}

.cable-types-section {
  margin-top: 64px;
  text-align: center;
}

.cable-types-section__title {
  font-family: 'Raleway', sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-900);
  margin: 0 0 22px;
}

.cable-types-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  max-width: 900px;
  margin: 0 auto;
}

.cable-type-tag {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 8px 16px 8px 12px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 999px;
  font-size: 13.5px;
  font-weight: 500;
  color: var(--ink-800);
  transition: border-color 0.3s var(--ease), color 0.3s var(--ease);
}

.cable-type-tag:hover {
  border-color: rgba(62, 193, 213, 0.4);
  color: var(--accent-700);
}

.cable-type-tag i {
  color: var(--accent);
  font-size: 18px;
  line-height: 1;
}

@media (max-width: 767px) {
  .cable-types-section { margin-top: 40px; }
  .feature-card { padding: 12px 14px; }
  .feature-card__icon { width: 36px; height: 36px; font-size: 16px; }
}

/*============================================================
  Busbars page — sections, category cards, spec cards
============================================================*/

.services-area--solid {
  background: var(--bg-soft) !important;
}

.bb-intro__lead {
  max-width: 820px;
  margin: 0 auto 40px;
  padding: 0 16px;
  text-align: left;
  font-size: clamp(15.5px, 1.55vw, 17px);
  line-height: 1.75;
  color: var(--ink-700);
}

.bb-intro__lead p { margin: 0; }

.bb-card-row { row-gap: 24px; margin-top: 32px; }

.bb-card-col { display: flex; }

/* Large category cards (Rigid / Flexible / Laminated Busbars) */
.bb-category-card {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 28px 26px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  transition: border-color 0.3s var(--ease), box-shadow 0.3s var(--ease);
}

.bb-category-card:hover {
  border-color: rgba(62, 193, 213, 0.3);
  box-shadow: var(--shadow-sm);
}

.bb-category-card__title {
  font-family: 'Raleway', sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--accent-700);
  letter-spacing: 0.01em;
  margin: 0 0 14px;
}

.bb-category-card__desc {
  font-size: 14.5px;
  line-height: 1.65;
  color: var(--ink-700);
  margin: 0 0 18px;
}

.bb-category-card__features-label {
  font-family: 'Raleway', sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--ink-500);
  padding-top: 14px;
  margin: 0 0 12px;
  border-top: 1px solid var(--border);
}

.bb-category-card__features {
  list-style: none;
  padding: 0;
  margin: 0;
}

.bb-category-card__features li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 1.55;
  color: var(--ink-700);
}

.bb-category-card__features li .bullet-icon {
  position: absolute;
  left: 0;
  top: 0.72em;
}

/* Single Flexible Grounding Jumpers card */
.bb-grounding-card {
  padding: 28px 32px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
}

.bb-grounding-card__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.bb-grounding-card__list li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.6;
  color: var(--ink-700);
}

.bb-grounding-card__list li:last-child { margin-bottom: 0; }

.bb-grounding-card__list li .bullet-icon {
  position: absolute;
  left: 0;
  top: 0.7em;
}

/* Compact spec cards (Manufacturing Capabilities, Value-Add Services) */
.bb-spec-card {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 24px 22px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  transition: border-color 0.3s var(--ease), box-shadow 0.3s var(--ease);
}

.bb-spec-card:hover {
  border-color: rgba(62, 193, 213, 0.3);
  box-shadow: var(--shadow-sm);
}

.bb-spec-card__title {
  font-family: 'Raleway', sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--accent-700);
  letter-spacing: 0.01em;
  margin: 0 0 10px;
}

.bb-spec-card__text {
  font-size: 14px;
  line-height: 1.6;
  color: var(--ink-700);
  margin: 0;
}

@media (max-width: 767px) {
  .bb-intro__lead { font-size: 15px; line-height: 1.7; margin-bottom: 28px; }
  .bb-category-card { padding: 24px 22px; }
  .bb-grounding-card { padding: 22px 24px; }
  .bb-spec-card { padding: 20px 18px; }
}

/*============================================================
  Contact — redesigned info cards + form
============================================================*/

.contact-row { row-gap: 32px; margin-top: 8px; margin-bottom: 48px; }

/* Info card stack (left) */
.contact-info-stack {
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
}

.contact-info-card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 22px 22px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  transition: border-color 0.3s var(--ease), box-shadow 0.3s var(--ease);
}

.contact-info-card:hover {
  border-color: rgba(62, 193, 213, 0.35);
  box-shadow: var(--shadow-sm);
}

.contact-info-card__icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--accent-50);
  color: var(--accent-700);
  font-size: 20px;
}

.contact-info-card__content { flex: 1; min-width: 0; }

.contact-info-card__content h5 {
  font-family: 'Raleway', sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--ink-500);
  margin: 0 0 6px;
}

.contact-info-card__content p {
  margin: 0 0 6px;
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--ink-800);
  word-break: break-word;
}

.contact-info-card__content p:last-child { margin-bottom: 0; }

.contact-info-card__content a {
  color: var(--ink-800);
  text-decoration: none;
  border-bottom: 1px dashed var(--ink-300);
  transition: color 0.2s var(--ease), border-color 0.2s var(--ease);
}

.contact-info-card__content a:hover {
  color: var(--accent-700);
  border-bottom-color: var(--accent);
}

.contact-info-card__sub {
  display: inline-block;
  font-size: 13px !important;
  color: var(--ink-500) !important;
}

/* Form (right) */
.contact-form {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px 28px 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.contact-form__grid {
  row-gap: 16px;
  margin-left: -8px;
  margin-right: -8px;
}

.contact-form__field {
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
  flex-direction: column;
}

.contact-form__field label {
  font-family: 'Raleway', sans-serif;
  font-size: 11.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--ink-600);
  margin-bottom: 6px;
}

.contact-form .form-control {
  width: 100%;
  padding: 11px 14px;
  font-size: 14.5px;
  color: var(--ink-900);
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  transition: border-color 0.2s var(--ease), box-shadow 0.2s var(--ease), background 0.2s var(--ease);
  outline: none;
}

.contact-form .form-control::placeholder {
  color: var(--ink-400);
}

.contact-form .form-control:hover {
  border-color: var(--ink-300);
}

.contact-form .form-control:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 4px rgba(62, 193, 213, 0.12);
}

.contact-form textarea.form-control {
  resize: vertical;
  min-height: 120px;
  line-height: 1.55;
}

.contact-form__status {
  margin-top: 16px;
}

.contact-form__status .loading,
.contact-form__status .error-message,
.contact-form__status .sent-message { display: none; }

.contact-form__status .loading.d-block,
.contact-form__status .error-message.d-block,
.contact-form__status .sent-message.d-block { display: block !important; }

.contact-form__status .error-message {
  color: #b54141;
  background: #fbeaea;
  border-radius: var(--radius-sm);
  padding: 10px 14px;
  font-size: 14px;
}

.contact-form__status .sent-message {
  color: var(--accent-700);
  background: var(--accent-50);
  border-radius: var(--radius-sm);
  padding: 10px 14px;
  font-size: 14px;
}

.contact-form__submit {
  margin-top: 20px;
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 32px;
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-700) 100%);
  color: #fff;
  border: none;
  border-radius: 999px;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(62, 193, 213, 0.28);
  transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease), filter 0.25s var(--ease);
}

.contact-form__submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(62, 193, 213, 0.35);
  filter: brightness(1.03);
}

.contact-form__submit:active {
  transform: translateY(0);
  box-shadow: 0 6px 14px rgba(62, 193, 213, 0.28);
}

/* Map below */
.contact-map {
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
  line-height: 0;
}

.contact-map iframe { display: block; }

@media (max-width: 767px) {
  .contact-row { margin-bottom: 32px; }
  .contact-form { padding: 22px 20px 20px; }
  .contact-info-card { padding: 18px 18px; }
  .contact-info-card__icon { width: 40px; height: 40px; font-size: 18px; }
  .contact-form__submit { width: 100%; align-self: stretch; }
}

.quality-certs-row {
  row-gap: 20px;
  margin-top: 24px;
  margin-bottom: 8px;
}

.quality-cert-col { display: flex; }

.quality-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 90px;
  padding: 22px 28px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  text-align: center;
}

.quality-badge__name {
  font-family: 'Raleway', sans-serif;
  font-size: clamp(1rem, 1.3vw, 1.15rem);
  font-weight: 700;
  letter-spacing: 0.18em;
  color: var(--ink-900);
  line-height: 1.2;
}

@media (max-width: 575px) {
  .quality-badge { min-height: 76px; padding: 18px 20px; }
  .quality-badge__name { font-size: 0.95rem; letter-spacing: 0.14em; }
}

.quality-intro,
.ecocare-intro,
.industry-intro {
  max-width: 720px;
  margin: 56px auto 24px;
  padding: 0 20px;
  text-align: left;
  font-size: clamp(15.5px, 1.6vw, 17px);
  line-height: 1.78;
  letter-spacing: 0.005em;
  color: var(--ink-700);
}

.quality-intro p,
.ecocare-intro p,
.industry-intro p { margin: 0 0 22px; }

.quality-intro p:last-child,
.ecocare-intro p:last-child,
.industry-intro p:last-child { margin-bottom: 0; }

@media (max-width: 575px) {
  .quality-intro,
  .ecocare-intro,
  .industry-intro { margin-top: 40px; padding: 0 12px; line-height: 1.72; }
  .quality-intro p,
  .ecocare-intro p,
  .industry-intro p { margin-bottom: 18px; }
}

/*============================================================
  Industry pages — premium hero + uniform gallery + hierarchy
============================================================*/

/* Hero header with icon + soft accent glow */
.industry-page-header {
  text-align: center;
  padding: 16px 0 40px;
  position: relative;
  margin-bottom: 8px;
}

.industry-page-header::before {
  content: "";
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 380px;
  height: 380px;
  background: radial-gradient(circle, rgba(62, 193, 213, 0.09) 0%, transparent 65%);
  pointer-events: none;
  z-index: 0;
}

.industry-page-header > * { position: relative; z-index: 1; }

.industry-page-header__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  margin: 0 auto 24px;
  background: linear-gradient(135deg, var(--accent-50) 0%, #fff 100%);
  color: var(--accent-700);
  font-size: 30px;
  border-radius: 20px;
  border: 1px solid rgba(62, 193, 213, 0.25);
  box-shadow: 0 10px 22px rgba(62, 193, 213, 0.1);
}

.industry-page-header .section-headline { margin-bottom: 0; }

.industry-page-header .section-headline h2 {
  font-size: clamp(2.2rem, 4.5vw, 3.2rem);
  letter-spacing: -0.015em;
  line-height: 1.1;
}

/* Gallery grid */
.industry-gallery {
  row-gap: 24px;
  margin-top: 24px;
  margin-bottom: 8px;
  justify-content: center;
}

.industry-gallery-col { display: flex; }

.industry-img-tile {
  width: 100%;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 16 / 9;
  box-shadow: 0 4px 14px rgba(15, 35, 41, 0.05);
  transition: transform 0.4s var(--ease), border-color 0.3s var(--ease), box-shadow 0.3s var(--ease);
}

.industry-img-tile:hover {
  transform: translateY(-4px);
  border-color: rgba(62, 193, 213, 0.45);
  box-shadow: 0 18px 36px rgba(15, 35, 41, 0.12);
}

.industry-img-tile img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s var(--ease);
}

.industry-img-tile:hover img { transform: scale(1.06); }

/* Hero image (single big image) */
.industry-hero {
  margin: 32px auto 16px;
  max-width: 960px;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--border);
  background: #fff;
  box-shadow: 0 12px 36px rgba(15, 35, 41, 0.1);
  transition: transform 0.5s var(--ease), box-shadow 0.5s var(--ease);
}

.industry-hero:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 48px rgba(15, 35, 41, 0.14);
}

.industry-hero img {
  display: block;
  width: 100%;
  height: auto;
}

.industry-hero img[src$="2099eu2099eu2099.png"] {
  width: 108%;
  max-width: none;
  aspect-ratio: 850 / 1130;
  height: auto;
  object-fit: cover;
  object-position: 0% 0%;
}

/* Subhead with accent line below */
.industry-subhead {
  position: relative;
  font-family: 'Raleway', sans-serif;
  font-size: clamp(1.3rem, 2vw, 1.65rem);
  font-weight: 700;
  letter-spacing: -0.005em;
  color: var(--ink-900);
  text-align: center;
  margin: 64px 0 4px;
  padding-bottom: 14px;
}

.industry-subhead::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 48px;
  height: 2px;
  background: linear-gradient(90deg, var(--accent) 0%, var(--accent-700) 100%);
  border-radius: 2px;
}

@supports not (aspect-ratio: 1) {
  .industry-img-tile { height: 220px; }
}

@media (max-width: 767px) {
  .industry-page-header { padding: 8px 0 28px; }
  .industry-page-header__icon { width: 60px; height: 60px; font-size: 24px; border-radius: 16px; margin-bottom: 18px; }
  .industry-subhead { margin-top: 48px; }
}

/*--- Inline standard / certification badges ---*/
.iso-badge {
  display: inline-block;
  padding: 1px 8px;
  background: rgba(62, 193, 213, 0.09);
  color: var(--accent-700);
  font-weight: 600;
  border-radius: 5px;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

/*--- Ecocare page — framed hero image ---*/
.ecocare-media {
  margin: 16px auto 8px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-md);
  transition: transform 0.5s var(--ease), box-shadow 0.5s var(--ease);
}

.ecocare-media img {
  display: block;
  width: 100%;
  height: auto;
}

.ecocare-media:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-lg);
}

@media (max-width: 575px) {
  .quality-cert { min-height: 130px; padding: 18px 20px; }
  .quality-intro,
  .ecocare-intro { font-size: 15.5px; margin-top: 28px; }
}
