body {
  font-family: 'Poppins', sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
}


:root {
  --theme-color: #e40000;
  --primary-color: #273c95;
  --secondary-color: #222222;
  --font-color: #707070;
  --bg-color: #fff;
  --heading-color: #060606;
  --footer-color: #f7f7f7;
  --footer-cpy-color: #040a17;
  --border-radius: 30px;
  --border-radius-full: 15px;
  --border-color-light: #eee;
  --iframe-filter: grayscale(0%);
  --bg-grey: #f9f9f9;
  --bg-light: #fbfbfb;
  --bg-dark-color: #fff;
  --footer-sub-color: #333;
  --disable-color: #d8d6d6;
  --box-shadow-color: rgb(0 0 0 / 7%);
  --box-shadow-color-2: rgb(0 0 0 / 3%);
  --box-shadow-map: rgb(0 0 0 / 6%);
  --heading-color-2: #fff;
}

.layout_padding {
  padding: 75px 0;

}

.layout_padding2 {
  padding: 45px 0;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 75px;
}

.layout_padding-bottom {
  padding-bottom: 75px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.heading_container_services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}

.heading_container h2 {
  font-weight: bold;
  color: #050000;
  padding: 3px;
  border-bottom: 1px dashed #000000;
}


.circle-image img {
  width: 50%;
  height: 50%; 
  object-fit: cover;
  border-radius: 15px;

}

.list-about-2 {
  list-style-type: none;
  padding-left: 0;
}

.list-about-2 li {
  display: flex;
  align-items: center;
}

.list-about-2 i {
  color: #273c95;
  margin-right: 10px;
  font-size: 2em;
}

.hero_area {
  height: 95vh;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/power_line18.jpeg);
  background-size: cover;
  animation: moveBackground 20s infinite alternate ease-in-out;
  transition: background-image 1s ease-in-out;
}

@keyframes moveBackground {
  0% {
    background-position: center center;
  }
  50% {
    background-position: center top;
  }
  100% {
    background-position: center bottom;
  }
}

.navbar-nav .nav-item {
  margin-right: 15px; 
}

.navbar-nav .nav-link {
  font-size: 12px;
  position: relative;
  padding-bottom: 5px;
  text-decoration: none;
  color: #000;
  transition: color 0.8s ease-in-out;
}

.navbar-nav .nav-link:hover {
  color: #273c95; 
}

.navbar-nav .nav-link:hover::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #273c95;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: width 0.8s ease-in-out;
}

.navbar-nav .nav-item.active .nav-link::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #273c95;
  position: absolute;
  bottom: 0;
  left: 0;
}


.sub_page .hero_area {
  height: 50vh;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.header_section .nav_container {
  margin: 0 auto;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item .nav-link {
  padding: 10px 30px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.about-us-content-bg {
  background: url(../images/bg2.jpg) no-repeat center fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  position: relative;
  z-index: 1;
}

.heading_container {
  color: white;
  font-weight: bold;
}

.text-head-content {
  color: white;
  font-weight: bold;
}

.btn.btn-style {
  background-color: #273c95; 
  color: white; 
  padding: 10px 20px; 
  text-align: center;
  text-decoration: none;
  border-radius: 5px; 
  display: inline-block;
  font-weight: bold;
}

.btn.btn-style:hover {
  background-color: #273c95;
  color: #ffffff;
}

.callback-section {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../images/powerline_1.jpg);
  background-size: cover;
  color: white;
  text-align: center;
  padding: 150px 0;
}

h2.title-style {
  font-size: 46px;
  line-height: 56px;
  font-weight: 500;
}

h2.title-style span {
  color: #273c95 ;
  font-weight: 600;
}

.callback-section h1 {
  font-size: 2em;
  margin-bottom: 20px;
}

.callback-button {
  background-color: #273c95;
  color: white;
  border: none;
  padding: 15px 30px;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 5px;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
}

.callback-button:hover {
  background-color: #fff;
  border: 2px #ff6600;
  color: #273c95;
}

.callback-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.content-wrapper {
  max-width: 800px;
}

.heading_container {
  color: white;
  font-weight: bold;
  margin-bottom: 10px;
}

.text-head-content {
  color: white;
  font-weight: bold;
  margin-bottom: 20px;
}

.description {
  color: white;
  margin-bottom: 20px;
  font-size: 1em;
}


.custom_nav-container .nav_search-btn {
  background-image: url(../images/search-icon.png);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position-y: 7px;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
}

.navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-brand img {
  width: 20px;
  margin-right: 5px;
}

.navbar-brand span {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
}

.custom_nav-container {
  z-index: 99999;
  padding: 15px 0;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
  background-size: 55px;
}

.slider_section {
  height: calc(100% - 80px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section .detail-box {
  color: #ffffff;
}

.slider_section .detail-box h1 {
  text-transform: uppercase;
  font-weight: bold;
}

.slider_section .detail-box h1 span {
  color: #273c95;
}

.slider_section .detail-box p {
  margin-top: 15px;
}

.slider_section .detail-box .btn-box {
  margin-top: 45px;
}

.slider_section .detail-box .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #273c95;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
  border-radius: 5px;
}

.slider_section .detail-box .btn-box a:hover {
  background-color: transparent;
  border-color: #273c95;
  color: #273c95;
}

.slider_section #carouselExampleIndicators {
  width: 100%;
}

.slider_section .carousel-indicators {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #ffffff;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  left: initial;
  width: 25px;
  height: 200%;
  margin: 0;
  bottom: 50%;
  right: 45px;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

.slider_section .carousel-indicators::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 55%;
  background-color: #ffffff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.slider_section .carousel-indicators span {
  margin: 0 2px;
}

.slider_section .carousel-indicators li {
  text-indent: unset;
  margin: 0;
  border: none;
  opacity: 1;
  background-color: transparent;
  width: auto;
  height: auto;
}

.slider_section .carousel-indicators li.active {
  color: #273c95;
}

.slider_section .custom_carousel-control {
  position: absolute;
  top: 50%;
  left: 25px;
  width: 105px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.slider_section .custom_carousel-control .carousel-control-prev,
.slider_section .custom_carousel-control .carousel-control-next {
  margin: 10px 0;
  position: relative;
  width: 45px;
  height: 45px;
  border: none;
  opacity: 1;
  background-repeat: no-repeat;
  background-size: 8px;
  background-position: center;
  background-color: #e8e8e8;
  border-radius: 100%;
}

.slider_section .custom_carousel-control .carousel-control-prev:hover,
.slider_section .custom_carousel-control .carousel-control-next:hover {
  background-color: #273c95;
}

.slider_section .custom_carousel-control .carousel-control-prev {
  background-image: url(../images/prev.png);
}

.slider_section .custom_carousel-control .carousel-control-prev:hover {
  background-image: url(../images/prev-white.png);
}

.slider_section .custom_carousel-control .carousel-control-next {
  background-image: url(../images/next.png);
}

.slider_section .custom_carousel-control .carousel-control-next:hover {
  background-image: url(../images/next-white.png);
}

.about_section .img-box img {
  width: 100%;
}

.radius-image {
  border-radius: 10px;
  border: 4px solid #273c95;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 8px 35px;
  background-color: #273c95;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
  border-radius: 5px;
  margin-top: 25px;
}

.about_section .detail-box a:hover {
  background-color: transparent;
  border-color: #273c95;
  color: #273c95;
}

.body_bg {
  background-color: #273c95;
  background-size: cover;
}

.service_section .heading_container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 25px;
}

.service_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 15px 0;
  width: 85%;
}

.service_section .box h4 {
  margin-top: 5px;
}

.service_section .box a {
  padding: 6px 25px;
  border: 1px solid #273c95;
  color: #273c95;
  text-transform: uppercase;
}

.quote_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.quote_section .box .btn-box a {
  display: inline-block;
  padding: 10px 55px;
  background-color: #273c95;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
  border-radius: 5px;
}

.quote_section .box .btn-box a:hover {
  background-color: transparent;
  border-color: #273c95;
  color: #273c95;
}

.contact_section .contact_bg {
  background-color: #ffffff;
}

.contact_section .heading_container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 45px;
}

.contact_section .contact_form {
  padding-left: 25px;
  padding-right: 25px;
}

.contact_section .contact_form .top_input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contact_section .contact_form .top_input input {
  width: 48%;
}

.contact_section .contact_form input {
  width: 100%;
  margin: 15px 0;
  height: 50px;
  padding-left: 15px;
  border: none;
  outline: none;
  background-color: #1c1b2d;
  color: #ffffff;
}

.contact_section .contact_form input.message_input {
  padding: 25px 0 90px 15px;
}

.contact_section .contact_form input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.contact_section .contact_form input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.contact_section .contact_form input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.contact_section .contact_form input::placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.contact_section .contact_form button {
  display: inline-block;
  padding: 8px 35px;
  background-color: #273c95;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
  border-radius: 5px;
  margin-top: 15px;
  margin-bottom: 45px;
}

.contact_section .contact_form button:hover {
  background-color: transparent;
  border-color: #273c95;
  color: #273c95;
}

.contact_section .img-box img {
  width: 100%;
}

.client_section {
  font-family: "Roboto", sans-serif;
}

.client_section .img-box {
  min-width: 175px;
  max-width: 175px;
}

.client_section .img-box img {
  width: 100%;
}

.client_section .client_container {
  width: 70%;
  margin: auto;
}

.client_section .client-id {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.client_section .client_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: right;
  padding-left: 20px;
}

.client_section .client_name h3 {
  font-weight: 300;
  text-transform: uppercase;
}

.client_section .client_name p {
  color: #273c95;
}

.client_section .client_detail {
  padding: 25px 45px;
  background-color: #273c95;
}

.client_section .client_text p,
.client_section .client_text blockquote {
  margin: 0;
  position: relative;
  color: #fff;
}

.client_section .client_text blockquote::before,
.client_section .client_text blockquote::after {
  position: absolute;
  font-family: "FontAwesome";
  font-size: 20px;
}

.client_section .client_text blockquote::before {
  content: "\f10d";
  top: -6px;
  left: -30px;
}

.client_section .client_text blockquote::after {
  content: "\f10e";
  bottom: -10px;
  right: 5px;
}

.client_section .carousel-indicators {
  bottom: -75px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.client_section .carousel-indicators li {
  width: 15px;
  height: 15px;
  -webkit-box-sizing: unset;
          box-sizing: unset;
  background-color: #273c95;
  opacity: 1;
  border-radius: 100%;
}

.client_section .carousel-indicators li.active {
  background-color: #000;
}

.info_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.info_section .footer_contact {
  width: 350px;
}

.info_section .footer_contact .heading_container h2 {
  width: 100%;
  text-align: center;
}

.info_section .footer_contact .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 35px 20px 0 20px;
}

.info_section .footer_contact .box .img-box .img-2 {
  display: none;
}

.info_section .footer_contact .box .img-box:hover .img-1 {
  display: none;
}

.info_section .footer_contact .box .img-box:hover .img-2 {
  display: inline;
}

.footer_section {
  font-weight: 500;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #1d1d1d;
}

.footer_section p {
  color: #ffffff;
  margin: 0;
  text-align: center;
}

.footer_section a {
  color: #ffffff;
}

.values-list {
  list-style: none;
  padding-left: 0;
}
.values-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  font-size: 18px;
}
.values-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 14px;
  height: 14px;
  border: 2px solid #000;
  border-radius: 50%;
  background-color: #fff;
}

.service_section .box h4,
.service_section .box p,
.service_section .box a {
    color: #ffffff;
}

.heading_container_services h2 {
  font-weight: bold;
  color: #ffffff;
  border-bottom: 1px dashed #ffffff;
}

.service_section .box a {
  color: #ffffff;
  display: inline-block;
  padding: 10px 20px;
  margin-top: 10px;
  border: 2px solid #ffffff;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s, color 0.3s;
}


.service_section .box a:hover {
  background-color: #ffffff;
  color: #000000;
}

.capabilities_section {
  position: relative;
  width: 100%;
  height: 50vh;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../images/powerline_7.jpg) fixed center center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}

.capabilities_section .content a {
  display: inline-block;
  padding: 8px 35px;
  background-color: #273c95;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
  border-radius: 5px;
  margin-top: 25px;
}

.capabilities_section .content a:hover {
  background-color: transparent;
  border-color: #273c95;
  color: #ffffff;
}

.capabilities_section .content h1 {
  font-weight: bold;
}

.container .box .icon {
  width: 100px;
  height: 100px; 
  background-color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}

.container .box .icon img {
  width: 70%;
  height: auto;
}

.social {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
}

.his-group-link {
  color: #273c95 !important;
}


.social li {
  margin: 0 10px;
  margin-bottom: 15px;
  text-align: center;
}

.download-button {
  display: inline-block;
  padding: 10px 20px;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  text-align: center !important;
  font-weight: bold;
  border: 2px solid #273c95; 
  transition: background-color 0.3s, border-color 0.3s;
}

.download-button:hover {
  background-color: #273c95; 
}

.download-button i {
  margin-right: 8px;
}

.center-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 10vh;
}

.social li a span {
  font-size: 1em; 
}

.social {
  display: flex;

}

.social li {
  list-style: none;
}

.social a {
  display: inline-block;
  width: 50px; 
  height: 50px; 
  line-height: 50px; 
  border-radius: 50%;
  background-color: #273c95;
  color: white; 
  text-align: center;
  font-size: 1.5em;
  text-decoration: none; 
}

.social a:hover {
  background-color: white;
  color: #273c95; 
}

.client-radius-image {
  width: 100%;
  height: auto; 
  border-radius: 50%; 
  border: 5px solid #273c95;
}

.radius-image {
  width: 100%;
  height: auto; 
  border-radius: 15px; 
  object-fit: cover; 
}

.team-wrap {
  padding: 15px; 
}

.team-member {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 100%; 
  border-radius: 50%;
}

.team-member .team-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.team-member img {
  display: block;
  width: 100%;
  height: 100%;

}

.card-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.card-container {
  flex: 1 1 calc(25% - 20px); 
  margin: 10px;
  box-sizing: border-box;
}

.card {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
}

.card-content {
  padding: 15px;
}

.card-title {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 10px;
}

.card-description {
  font-size: 1em;
  color: #666;
}

.card img {
  width: 100%;
  height: 450px; 
  object-fit: cover;
}

.title-content-two h2 {
  font-weight: bold;
}

.rounded-image {
  border-radius: 15px;
}

.content4-right-info h3 {
  color: #273c95;
  font-weight: bold;
}

.eltek-text {
  font-weight: bold;
  color: #273c95;
  font-size: 30px;
}

.content4-icon i {
  font-size: 55px; 
  color: #273c95;
}

.logo {
  font-size: 1.5rem;
  font-weight: bold;
}

.menu {
  list-style: none;
}

.menu li {
  display: inline-block;
  margin-right: 1rem;
}

.menu li a {
  text-decoration: none;
  color: #fff;
}

.eltek-website-index5 {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../images/Warehouse.jpg) no-repeat center;
  -ms-background-size: cover;
  background-size: cover;
  z-index: 0;
  position: relative;
  display: grid;
  align-items: center;
  background-size: cover;
  z-index: 0;
  position: relative;
}

.eltek-website-index5:before {
  content: "";
  background: var(--layer1);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.eltek-website-index5 h6.title-subw3hny {
  color: #273c95;
  padding-bottom: 30px;
}

.eltek-website-index5 h6.title-subw3hny:after {
  content: "";
  position: absolute;
  border: 0;
  width: 50px;
  height: 2px;
  background: #273c95;
  z-index: 1;
  margin-left: 0;
  right: 0;
}

.eltek-website-index5 .middle-section h2 {
  font-size: 45px;
  line-height: 55px;
  font-weight: 700;
}

.eltek-website-index5 .video-info p,
p.vhny-para {
  color: #fff;
  opacity: 0.8;
}

.eltek-website-index5 span.video-play-icon {
  border: 2px solid rgb(249 246 245 / 50%);
  width: 85px;
  height: 85px;
  border-radius: 50%;
  display: inline-block;
  line-height: 82px;
}

.eltek-website-index5 span.video-play-icon span {
  color: #273c95;
  background: #fff;
  display: inline-block;
  width: 55px;
  height: 55px;
  line-height: 55px;
  border-radius: 50%;
  -webkit-animation: ripple 1s linear infinite;
  animation: ripple 1s linear infinite;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}

.eltek-website-index5 span.video-play-icon span:hover {
  transform: scale(1.1);
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}

.eltek-website-index5 span.fa.fa-play {
  line-height: 55px;
}

.eltek-website-index5 .play-view {
  left: 0;
  right: 0;
  top: calc(50% - 40px);
}



.video-play-icon:hover {
  background: rgba(0, 0, 0, 0.8);
}

.modal-content {
  border-radius: 10px;
}

#loading-screen {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000; 
}

#page-content {
  display: none; 
}

.loading-gif {
  transform: scale(.4);
}

.contact-block input,
.contact-block textarea {
  width: 100%;
  color: var(--heading-color);
  background: var(--bg-grey);
  font-size: 15px;
  padding: 14px;
  border: 1px solid var(--border-color-light);
  outline: none;
  margin-bottom: 16px;
  border-radius: 4px;
}

.cont-left.text-center span.fa {
  color: var(--primary-color);
  font-size: 40px;
}

.contact-block textarea {
  height: 120px;
  margin: 0 0 20px 0;
}

.contact-block input:focus,
.contact-block textarea:focus {
  border: 1px solid var(--primary-color);
}

.cont-details p a:hover {
  color: var(--secondary-color);
}

.cont-details h6 {
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 8px;
}

.map-iframe iframe {
  border: 10px solid var(--bg-color);
  box-shadow: 0px 5px 10px 0px var(--box-shadow-map);
}

.contact-left img {
  border-radius: 8px;
}

footer {
  background-color: #1d1d1d;
  color: white;
  padding: 20px 25px;
  font-size: 18px;
}

.footer-block {
  display: flex;
  flex-direction: column;
}

.footer-block h4, .footer-block h4 {
  margin: 0;
  color: #ffffff;
  font-weight: bold;
}

.footer-block p, .footer-block ul {
  margin: 10px 0;
}

.footer-block ul {
  list-style: none;
  padding: 0;
}

.footer-block ul li a {
  color: white;
  text-decoration: none;
}

.footer-block button {
  margin-top: 10px;
  background-color: black;
  color: white;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
}

footer a:hover, footer button:hover {
  opacity: 0.8;
}

.footer-style {
  background-color: #1d1d1d;
  text-align: center;
  padding: 20px; 
  font-size: 14px;
}

.footer-style a {
  color: #273c95;
  text-decoration: none;
}

.footer-style a:hover {
  text-decoration: underline;
}

.footer-block-buttons {
  text-align: center;
  padding: 10px;
  margin: 10px;
}

.center-container {
  margin: 10px 0;
}

.foot-button {
  display: inline-block;
  padding: 10px 20px;
  margin: 5px; 
  background-color: #273c95; 
  color: white; 
  text-decoration: none;
  border-radius: 5px; 
  font-size: 16px; 
  transition: background-color 0.3s;
}

.foot-button:hover {
  background-color: #0056b3; 
}

.foot-button i {
  margin-right: 5px;
}

h4 {
  color: #333; 
  margin-bottom: 15px; 
}

.footer-logo {
  margin-top: 30px;
  width: 350px; 
  height: auto; 
}

.center-container {
  display: flex; 
  justify-content: center; 
  flex-wrap: wrap; 
  gap: 20px; 
  padding: 10px; 
}

.download-button {
  padding: 10px;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s;
  display: inline-block;
}

.download-button a {
  color: white;
  text-decoration: none; 
  display: flex;
  align-items: center;
}

.download-button i {
  margin-right: 5px; 
}

.footer-container {
  display: flex;
  justify-content: space-between;
  background-color: #1d1d1d;
  color: white;
  flex-wrap: wrap; 
}

.footer-block {
  flex: 1 1 30%;
  margin: 10px;
}

.footer-block h4 {
  margin-bottom: 10px;
}

.footer-block ul {
  list-style: none;
  padding: 0;
}

.footer-block ul li {
  margin-bottom: 5px;
}

.footer-block ul li a {
  color: white;
  text-decoration: none;
}

.footer-block ul li a:hover {
  text-decoration: underline;
}

.footer-logo {
  width: 300px;
  height: auto;
  margin-top: 10px;
}

.center-container {
  display: flex;
  flex-wrap: wrap; 
  gap: 10px;
  margin-top: 10px;
}

.download-button {
  background-color: #007BFF; 
  border-radius: 5px;
  transition: background-color 0.3s;
}

.download-button a {
  display: inline-block;
  padding: 10px 20px;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  font-size: 14px;
}

.download-button a:hover {
  background-color: #0056b3;
}

.download-button i {
  margin-right: 5px;
}

.footer-style {
  text-align: center;
  background-color: #1d1d1d;
  padding: 10px;
}

.footer-style a {
  color: #273c95;
  text-decoration: none;
}

.footer-style a:hover {
  text-decoration: underline;
}

.container-fluid.footer_section {
  background-color: #1d1d1d; 
  padding: 10px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .cont-details h6 {
    font-size: 17px;
  }

  .footer-block {
      flex: 1 1 30%;
      margin: 10px;
      display: flex;
      flex-direction: column;
      align-items: center; 
  }

  .footer-logo {
      width: 300px;
      height: auto;
      margin-top: 10px;
  }

  .footer-container {
      flex-direction: column; 
      align-items: center;
  }

  .footer-block {
      flex: 1 1 100%;
      text-align: center;
  }

  .center-container {
      flex-direction: column; 
      align-items: center;
  }

  .hero_area {
    height: 30vh;
    background-size: auto; 
    background-position: center center; 
    background-repeat: no-repeat;
    animation: moveBackgroundMobile 20s infinite alternate ease-in-out; 
  }

  @keyframes moveBackgroundMobile {
    0% {
      background-position: center center;
    }
    50% {
      background-position: center 10%; 
    }
    100% {
      background-position: center 90%; 
    }
  }
}

@media (min-width: 769px) {
  .center-container {
      flex-direction: row; /* Align buttons horizontally on desktop */
      justify-content: flex-start; /* Align buttons to the start */
  }
}

@media (max-width: 800px) {
  .eltek-website-index5 .middle-section h2 {
      font-size: 40px;
      line-height: 50px;
  }

  .eltek-website-clients .logos img {
      margin: 0 0px;
      opacity: 0.9;
  }
}

@media (max-width: 667px) {
  .eltek-website-index5 .middle-section h2 {
      font-size: 32px !important;
      line-height: 42px;
  }

  .eltek-website-index5 .play-view {
      left: 0;
      right: 0;
      top: calc(50% - 28px);
  }

  #small-dialog {
      max-width: 450px;
      margin: 40px auto;
      position: relative;
  }
}

@media (max-width: 415px) {
  .eltek-website-bottom-grids-6 .area-box {
    padding: 40px 30px;
  }
}


@keyframes typing {
  from { width: 0; }
  to { width: 100%; }
}

.typewriter {
  overflow: hidden;
  white-space: nowrap;
  margin: 0 auto;
  animation: typing 4s steps(90, end) forwards;
  width: 100%; 
  font-size: 1.8em;
}

@media (min-width: 768px) {
  .desktop-margin {
      width: 50%;
      margin-left: 20px;
  }
}

@media (max-width: 767px) {
  .desktop-margin {
      width: 50%;
      margin-left: 0;
  }

  .card-container {
      flex: none; 
      width: 100%;
      margin: 10px 0; 
      padding: 10px;
  }

  .hero_area {
    height: 70vh; 
    background-position: top;
  }
}

@media (max-width: 1120px) {
  h2.title-style {
    font-size: 40px;
    line-height: 50px;
  }
}


@media (max-width: 768px) {
  h2.title-style {
    font-size: 30px;
    line-height: 40px;
  }

  h2.text-bgs {
    font-size: 24px;
  }
}

