@font-face {
  font-family: 'AlbertSans-Regular';
  src: url(../font/AlbertSans-Regular.ttf);
}

@font-face {
  font-family: 'AlbertSans-Medium';
  src: url(../font/AlbertSans-Medium.ttf);
}

@font-face {
  font-family: 'AlbertSans-Bold';
  src: url(../font/AlbertSans-Bold.ttf);
}

@font-face {
  font-family: 'AlbertSans-ExtraBold';
  src: url(../font/AlbertSans-ExtraBold.ttf);
}


/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
  color: #000000;
  font-family: 'AlbertSans-Regular';
}

a {
  color: var(--accent-color);
  text-decoration: none;
  transition: 0.3s;
      font-size: 12px;
}

p {
  font-size: 18px;
}

h1 {
  font-size: 42px;
  font-family: 'AlbertSans-Bold';
  color: #fff;
}

h2,
h3,
h4,
h5,
h6 {
  color: #B31010;
  font-family: 'AlbertSans-Bold';
}

h2 {
  font-size: 38px;
}


/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  overflow: hidden;
  background-color: var(--background-color);
  transition: all 0.6s ease-out;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

#preloader div {
  width: 13px;
  height: 13px;
  background-color: var(--accent-color);
  border-radius: 50%;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
  position: absolute;
  left: 50%;
}

#preloader div:nth-child(1) {
  left: calc(50% + 8px);
  animation: animate-preloader-1 0.6s infinite;
}

#preloader div:nth-child(2) {
  left: calc(50% + 8px);
  animation: animate-preloader-2 0.6s infinite;
}

#preloader div:nth-child(3) {
  left: calc(50% + 32px);
  animation: animate-preloader-2 0.6s infinite;
}

#preloader div:nth-child(4) {
  left: calc(50% + 56px);
  animation: animate-preloader-3 0.6s infinite;
}

@keyframes animate-preloader-1 {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes animate-preloader-3 {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

@keyframes animate-preloader-2 {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(24px, 0);
  }
}


/*--------------------------------------------------------------
# Scroll Top Button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background-color: #C62127;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.scroll-top:hover {
  background-color:#C62127;
  color: #fff;
}

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


.fix-interested-button {
  position: fixed;
  right: -8px;
  top: 50%;
  transform: translate(100%, 100%) rotate(-90deg);
  transform-origin: left 40px;
}

.btn-get-stky {
  background-color: #C62127;
  color: #ffffff;
  padding: 10px 30px;
  font-size: 18px;
  border-radius: 10px 10px 0 0;
}


.btn-get-started {
  color: #fff !important;
  background: #C62127;
  padding: 10px 30px;
  border-radius: 8px;
  font-size: 18px;
  text-transform: uppercase;
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero h2{
  margin-bottom: 15px;
}

.hero p {
  padding-top: 0px;
  color: white;
  font-size: 20px;
  margin: 0;
}

.hero-banner{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 8%;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}


/* #About Light Section  */



.about-light-text{
  width: 30%;
  position: absolute;
  top: 0;
  right: 15%;
  bottom: -20%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Type Of Light Poles */

#type-of-light{
  background-color: #F2F2F2;
}

.hover-card {
  
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  margin: 10px;
  border-bottom: 2px solid #B31010;
}

.hover-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s ease;
}

/* DARK OVERLAY CONTENT */
.hover-content {
  position: absolute;
  inset: 0;
  background: rgba(12, 22, 34, 0.95);
  color: #fff;
  display: flex;
  justify-content: center;
  padding: 20px;
  transform: translateY(100%);
  transition: 0.5s ease;
}

.hover-content p{
    font-size:14px;
}

/* TITLE AT BOTTOM */
.card-title {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #fff;
  text-align: center;
  font-weight: 600;
  padding: 12px 0;
  font-size:20px;
}

.hover-card:hover .hover-content {
  transform: translateY(0);
}

#light-brochure{
  background-image: url('../img/Section-4-Br-BG.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

/* #Cross Section Of Poles section Tab  */

.custom-tabs {
  border-bottom: none;
}

.custom-tabs .nav-link {
  border: 1px solid #000000;
  color: #000;
  padding: 8px 35px;
  border-radius: 2px;
  margin: 0 5px;
  font-family: 'AlbertSans-Medium';
  background: #fff;
}

.custom-tabs .nav-link.active {
  background: #b21717;
  color: #fff;
  border-color: #b21717;
}

.info-item p{
  padding: 10px;
  border-left: 2px solid #B31010;
}

.nav-tabs>li {
    font-size: 22px;
}



/* #arm-type section  */

#arm-type{
  background-color: #F2F2F2;
}

.arm-card h6{
  color: #000;
  margin-top: 15px;
  font-size: 20px;
}

.arm-card{
  text-align: center;
}

.arm-card img{
  width: 100%;
  border-radius: 15px;
}

/* trusted-main section  */

.trusted-content{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 30%;
}
.trusted-main a{
  color: #C62127;
  text-transform: uppercase;
  padding: 10px 20px;
  background-color: #fff;
  border-radius: 10px;
  font-family: 'AlbertSans-Bold';
  font-size: 20px;
}

.trusted-list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
}

.trusted-list li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 14px;
  font-size: 18px;
  line-height: normal;
}

.trusted-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 24px;
  height: 24px;
  background-image: url("../img/right-icon.svg"); /* 👈 your image path */
  background-size: contain;
  background-repeat: no-repeat;
}

/* Footer section */

#information{
  background-image: url(../img/Last-Section.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom
}

.phoneicon img{
  max-width: 50px;
}

.number {
  position: relative;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  display: flex;
  padding-top: 10px;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  margin-top: -23px;
}

.number a {
  margin: 0;
  padding: 30px 0px;
  color: #ffffff !important;
  font-size: 24px;
}


/* iPad Pro */
@media screen and (max-width: 1199.98px) {
  
  .hero p {
    padding-top: 0;
    font-size: 22px;
    line-height: normal;
  }

  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 34px;
  }

  .welcome {
    margin: 10px 0;
    padding: 10px 0;
  }

  p,
  a {
    font-size: 20px;
    line-height: 1.3;

  }

  .about-light-text {
      width: 58%;
      right: 5%;
      bottom: -34%;
  }

  .trusted-content {
    right: -4%;
    width: 100%;
    }
    .trusted-list li{
             margin-bottom: 5px;
             
    
    }


}

@media screen and (max-width: 1300px) {
    .trusted-list li{
         margin-bottom: 5px;
         
 
         
    }
}

/* Screen size 125% */
@media screen and (max-width: 1500px) {
    .trusted-list li{
         margin-bottom: 5px;
         
    
            font-size: 16px;
    }
}

/* iPad Mini */
@media screen and (max-width: 991.98px) {

  .hero h1 {
    font-size: 32px;
  }

  .welcome {
    margin: 10px 0;
    padding: 10px 0;
  }

  p,
  a {
    font-size: 16px;
  }

  .hero p {
    font-size: 20px;
    line-height: normal;
  }

  h2 {
    font-size: 30px;
  }

  section {
    padding: 30px 0;
  }

      .about-light-text {
        width: 61%;
        right: 1%;
    }

    .light-main-img img{
      height: 30vh;
    }
    .trusted-oman-img img{
      height: 40vh;
    }

}

/* Mobile */
@media screen and (max-width:767.98px) {

  .navmenu ul li a,
  .btn-get-started,
  .btn-get-stky {
    padding: 10px 15px;
    font-size: 14px;
  }
  .logo img{
    width: 170px;
  }

  section {
    padding: 30px  0;
  }
 
  h2 {
    font-size: 24px;
  }

  .hero h1 {
    font-size: 26px;
  }

  .hero p {
    font-size: 15px;
  }

  h3 {
    font-size: 18px;
  }

  h5 {
    font-size: 16px;
  }

  p,
  a {
    font-size: 15px;
  }

  .header .logo img {
    max-height: 45px;
  }

  .hero p {
    margin: 0;
    line-height: 18.6px;
    padding-bottom: 10px;
  }

  .welcome {
    margin: 10px 0;
    padding: 10px 0;
  }

  .slick-slide img {
    width: 100%;
  }

  .light-main-img img{
    height: 100%;
  }

  .trusted-oman-img img {
    height: 100vh;
}

    .about-light-text {
        width: 88%;
        right: 4%;
        top: 13%;
        justify-content: flex-start;
    }

}


.fade {
    transition: opacity .15s linear !important;
    opacity:1;
}
#footer-widgets,
#menu-footer-menu li a,
#sidebar .widget.widget_links ul li a, #footer-widgets .widget.widget_links ul li a,
#menu-products li a {
    font-size: 14px;
}

#main-nav ul {
    margin: 0;
    padding: 0;
}

#main-nav ul li {
    font-size: 14px;
}
#mainmenu ul li:last-child{
    content: "";
    position: absolute;
    left: 0;
    bottom: 11px;
    width: 100%;
    height: 2px;
    background-color: #ef0000;
}