Html,
body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  font-family: "Manrope", sans-serif !important;
}

@keyframes zoom {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.1);
  }
}

/*animations*/
.fadeinleft {
  opacity: 0;
  transform: translateX(200px);
  transition: all 1.3s ease-out;
}

.fadeinright {
  opacity: 0;
  transform: translateX(-200px);
  transition: all 0.8s ease-out;
}

.fadeindown {
  opacity: 0;
  transform: translateY(-100px);
  transition: all 1.2s ease-out;
}

.fade-in {
  opacity: 0;
  transition: all 1.3s ease-in;
}

.fadein {
  opacity: 0;
}

.active-left,
.active,
.active-right,
.active-down {
  opacity: 1;
  transform: translateX(0);
  transform: translateY(0);
}

/* End Animations*/

/* Navbar*/
nav.navbar {
  width: 100%;
  background-color: white;
  transition: all .5s ease-in-out;
  border-bottom: 1px solid #e4e4e4a4;
  padding: 0px 4%;
  box-shadow: 0 4px 6px -1px rgba(11, 20, 40, 0.3);
}

.navbar.scroll {
  background-color: #979595 !important;
  transition: background-color 0.2s ease-in-out;
  box-shadow: 0 3px 10px rgb(0, 0, 0, 0.15);
}

.nav-link {
  font-size: 22px !important;
}

.navbar li {
  margin: 0 20px;
  color: rgb(0, 0, 0);
}

.navbar li a {
  position: relative;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  color: rgb(0, 0, 0);
}

.navbar li a:hover {
  color: #fd6801;
}

.navbar li a.active {
  color: #fd6801 !important;
}

.nav-item {
  position: relative;
  text-align: center;
}

nav .navbar-toggler {
  background-color: #F5F0E1;
  border: none;
}

/*Navbar End */

/*footer */
.footer-social {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.footer-social .title {
  margin-bottom: 0;
  color: white;
  font-weight: 600;
  font-size: 25px;
}

.footer-social .list-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-social .list-wrap li a {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fd6801;
  color: white;
  font-size: 20px;
}

.footer-social .list-wrap li a:hover {
  color: #0B1428;
}

.footer {
  background-color: #F5F0E1;
  padding: 100px 0px 100px 0px;
}

/*footer end */

/*Custom fonts */

h1 {
  font-family: Mazius-Regular;
  color: black;
}

h6 {
  letter-spacing: 10px;
  color: black;
}

p {
  letter-spacing: 1px;
  color: rgb(76, 75, 75);
  font-size: 18px;
}

h5 {
  color: black;
}

h4 {
  color: rgb(90, 90, 90);
}

/* buttons */

.nav-btn {
  display: inline-block;
  padding: 0.9rem 1.8rem;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  border-left: 3px solid #fd6801;
  cursor: pointer;
  position: relative;
  background-color: transparent;
  text-decoration: none;
  overflow: hidden;
  z-index: 1;
  font-family: inherit;
}

.nav-btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fd6801;
  transform: translateX(-100%);
  transition: all .3s;
  z-index: -1;
  color: black;
}

.nav-btn:hover::before {
  transform: translateX(0);
}

.nav-btn1 {
  display: inline-block;
  padding: 0.9rem 1.8rem;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  cursor: pointer;
  position: relative;
  background-color: #252C37;
  text-decoration: none;
  font-family: inherit;
}

/* Buttons end */

/*index styles*/

/* home page header grid */

.head-grid-1 {
  border-left: 1px solid #e4e4e4a4;
  border-right: 1px solid #e4e4e4a4;
}

.head-grid-2 {
  display: flex;
  align-items: end;
  position: relative;
  z-index: 100;
  background-color: white;
  background: url('assets/hand-pressing-remote-control-door-260nw-150427739.jpg')rgba(0, 0, 0, 0.2);
  background-size: cover;
  background-position: bottom;
  background-blend-mode: multiply;
}

.grid-product {
  border: none;
  padding: 25px 30px;
  padding-bottom: 0px !important;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  width: 100%;
  text-transform: uppercase;
  transform: skew(0deg);
  font-family: Manrope;
  background-color: rgb(238, 238, 238);
  color: rgb(0, 0, 0);
  border-radius: 0px;
}

.contact-btn {
  border: none;
  height: 50px;
  padding: 15px 15px;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  width: 200px;
  text-transform: uppercase;
  cursor: pointer;
  transform: skew(-1deg);
  font-family: Manrope;
  background-color: #fd6801;
  color: white;
  border-radius: 0px;
}

span {
  display: inline-block;
}

.contact-btn::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  left: 0;
  background: #0B1428;
  opacity: 0;
  z-index: -1;
  transition: all 0.5s;
}

.contact-btn:hover {
  color: #fff;
}

.contact-btn:hover::before {
  left: 0;
  right: 0;
  opacity: 1;
}

/* home page header grid end*/
.contact-row {
  background-color: #252C37;
  height: 120px;
}

.facility-box {
  border-right: 1px solid rgb(255, 255, 255);
  border-right-style: double;
  padding-top: 10px;
  padding-bottom: 10px;
  color: white;
  justify-content: center;
  align-items: center;
  font-size: medium;
}

.facility-box p {
  color: white;
}

.facility-box:hover {
  scale: 1.05;
  transition-duration: 0.3s;
}

#home-background {
  background: url('assets/darken.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
}

#home-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.home-about-text {
  padding: 20px;
}

.section-title {
  margin: 20px;
}

.section-title h2 {
  font-size: 50px;
}

.home-images {
  margin-top: 50px;
}

.rotating-image {
  position: relative;
  width: 250px;
  animation: rotate 20s linear infinite;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.rotating-image {
  position: relative;
  animation: rotate 20s linear infinite;
}

.image-container {
  position: relative;
  display: inline-block;
}

.image-container:hover .overlay {
  opacity: 1;
  transition: opacity 0.3s ease;
}

.facilities-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -10px;
  gap: 15px 0;
  margin-bottom: 50px;
}

.facilities-list li {
  width: 50%;
  padding: 0 10px;
  font-weight: 500;
  font-size: 16px;
  color: black;
  display: flex;
  align-items: center;
}

.facilities-list li i {
  font-size: 25px;
  color: #fd6801;
  margin-right: 20px;
}

.home-facilities {
  margin-top: 80px;
  gap: 15px 0;
  margin-left: 50px;
  padding-bottom: 60px;
}

.home-facilities li {
  padding: 10px;
}

.home-facilities li i {
  font-size: 25px;
  color: #fd6801;
  margin-right: 20px;
}

#materials {
  background: url('assets/image\ \(6\).png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-attachment: fixed;
  height: 850px;
  padding: 50px 0;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul {
  list-style-type: none;
}

.services-area-three {
  position: relative;
  padding: 115px 0 120px;
}

.services-area-three .services-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: cover;
  background-position: center;
}

.services-area-three .services-bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(12, 18, 57, 0.92);
}

.services-nav-wrap .nav-tabs {
  border-bottom: none;
  justify-content: center;
  gap: 20px;
}

.services-nav-wrap .nav-tabs .nav-link {
  margin-bottom: 0;
  background: white;
  border: none;
  padding: 20px 42px;
  font-weight: 500;
  font-size: 20px;
  color: black;
  box-shadow: 0px 4px 46px rgba(0, 0, 0, 0.14);
  border-radius: 4px;
  line-height: 1;
  z-index: 1;
  position: relative;
}

.services-nav-wrap .nav-tabs .nav-link.active {
  color: black;
  background: #fd6801;
}

.services-item-three {
  background: white;
  border-radius: 8px;
  padding: 96px 50px 50px;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  margin-top: -30px;
}

.services-content-three {
  width: 56%;
  flex: 0 0 auto;
}

.services-thumb-three {
  width: 44%;
  flex: 0 0 auto;
  padding-left: 46px;
}

.services-thumb-three img {
  border-radius: 10px;
}

.services-content-three p {
  margin: 30px;
}

#why_us {
  background: #f2f7fa none repeat scroll 0 0;
  padding-bottom: 80px;
  line-height: 18px;
  padding-top: 10px;
}

#why_us h2 {
  margin: 70px 0 20px;
}

.why_us_item {
  padding-top: 55px;
}

#why_us .fa {
  border-radius: 100%;
  box-shadow: 0 0 0 5px #ffcb0f, 0 0 0 10px #fadb64, 0 0 0 20px #f7e59c;
  padding: 10px;
  font-size: 45px;
  width: 150px;
}

.why_us_item>h4 {
  font-size: 15px;
  margin: 60px 0 20px;
}

.list-item {
  font-family: "Manrope", sans-serif;
  color: #9CA5AF;
  font-size: 18px;
  text-decoration: none;
}

.list-item:hover {
  color: #fd6801;
}

/*Services page */

#services-page {
  background-image: url("assets/aaaaaaa.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center !important;
  height: 500px;
  margin-top: 50px;
}

#services {
  margin-top: 100px;
  margin-bottom: 100px;
}

#services-list {
  margin-top: 100px;
}

.services-header .tagline {
  color: #1E5BB5;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.services-header h1 {
  font-size: 3rem;
  margin-top: 10px;
}

.services-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.text-content {
  width: 50%;
  text-align: left;
}

.text-content p {
  font-size: 1.1rem;
  margin-bottom: 20px;
  color: #333;
}

.cta-link {
  color: #1E5BB5;
  text-decoration: none;
  font-weight: bold;
  padding-bottom: 10px;
}

.cta-link:hover {
  text-decoration: underline;
}

.image-content {
  width: 45%;
}

.image-content img {
  width: 100%;
}

.text-container {
  width: 60%;
  background: url("assets/ee.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.services-header {
  padding-left: 30%;
  padding-bottom: 100px;
  padding-top: 150px;
}

#services h2 {
  margin: 85px 0 50px;
  text-align: center;
}

.service_item>h3 {
  margin: 25px 0 15px;
}

.service_item .btn.know_btn {
  margin: 20px 0 100px;
}

/*Contact page */
#contact {
  padding-top: 100px;
  padding-bottom: 10px;
}

.contact-item i {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #fd6801;
  font-size: 30px;
  color: #000;
  transition: all 0.3s ease;
}

.contact-item i:hover {
  color: #fff;
}

/*About page */
#about-page {
  background-image: url("assets/opacity.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 200px;
}

.fac-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  z-index: 1;
  margin-left: -400px;
  margin-right: 100px;
  margin-top: 100px;
  gap: 16px;
}

.fac-item {
  width: calc(50% - 16px);
  margin-bottom: 0;
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fc 100%);
  padding: 30px 20px;
  border: none;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: default;
}

.fac-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}

.fac-item .box h3 {
  font-size: 15px;
  margin-top: 12px;
  color: #0B1428;
}

.count-services {
  padding-top: 200px;
  padding-bottom: 150px;
}

.facility-image {
  width: 60px;
  padding: 14px;
  background: linear-gradient(135deg, #F8C617 0%, #FFD43B 100%);
  border-radius: 14px;
  box-shadow: 0 4px 12px rgba(248, 198, 23, 0.3);
}

/* Mobile responsive styles*/

@media (max-width: 768px) {
  .col-md-4 {
    flex: 1 1 calc(50% - 20px);
  }

  #home-background {
    display: none;
  }

  .facility-box {
    padding: 3px;
    width: auto;
    border-right: none;
    border-bottom: 1px solid white;
    margin-bottom: 0;
  }

  .facility-box p {
    font-size: 12px;
  }

  .contact-row {
    margin-top: 10%;
    height: 330px;
    margin-left: -90px;
  }

  .row-width {
    width: 100%;
    float: none;
  }

  .facility-box img {
    width: 40px;
  }

  #home-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .rotating-image {
    margin-top: -500px;
    width: 200px;
    float: center;
  }

  .home-facilities {
    margin-left: 0;
    padding-bottom: 10px;
  }

  .home-about-text {
    padding: 40px;
    padding-bottom: 0;
  }
}

@media (max-width: 768px) {
  .services-item-three {
    background: white;
    border-radius: 8px;
    padding: 56px 11px 21px;
    display: block;
    margin-top: -30px;
  }

  .services-thumb-three p {
    margin: 0;
  }

  .services-thumb-three img {
    width: 360px;
  }

  .services-thumb-three {
    width: 100%;
    margin-left: -33px;
  }

  .services-content-three {
    width: 100%;
  }

  .section-title {
    margin: 10px;
    font-size: 20px;
  }

  .section-title h2 {
    font-size: 30px;
  }

  .services-nav-wrap .nav-tabs .nav-link {
    padding: 15px 22px;
    font-size: 20px;
  }

  .facilities-list {
    gap: 10px 0;
  }

  .facilities-list li {
    width: 100%;
    padding: 5px 0;
    font-size: 15px;
  }

  .facilities-list li i {
    font-size: 25px;
    color: #fd6801;
    margin-right: 15px;
  }

  .services-content-three .title {
    margin-bottom: 20px;
  }
}

@media (max-width: 480px) {
  .col-md-4 {
    flex: 1 1 100%;
  }

  .services-header {
    padding-left: 10%;
    padding-top: 116px;
  }

  #services-page {
    height: 450px;
  }

  .image-content {
    width: 100%;
    margin-bottom: 50px;
  }

  .text-content {
    padding-bottom: 10px;
    width: 100%;
  }

  .services-content {
    display: grid;
  }

  #services-list {
    margin-top: 50px;
  }

  #about-page {
    margin-top: 155px;
  }

  .facility-image {
    width: 44px;
    padding: 10px;
    border-radius: 10px;
  }

  .fac-item {
    padding: 20px 14px;
  }

  .fac-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    z-index: 1;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 50px;
    gap: 10px;
  }

  .fac-item h3 {
    font-size: 12px;
  }

  .count-services {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .footer {
    background-color: #F5F0E1;
    padding: 40px 0px 40px 0px;
  }

  .footer-social {
    justify-content: center;
  }

  .why_us_item>h4 {
    margin: 30px 0 20px;
  }

  .why_us_item {
    padding-top: 25px;
  }

  .head_title {
    margin-top: 100px;
  }

  #why_us {
    padding-top: 10px;
  }
}
