@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700&family=Roboto&display=swap');
:root{
  --fontClassic:'Roboto', sans-serif;
  --fontHeading: 'Inter', sans-serif;
  --default-font-color: white;
  --default-heading-color:#FF8620;
  --secondary-font-color:#CD9C8A;
  --default-background-color: black;
  --default-button-color:#FF8620;
  --accent-color:#C74810;
  --secondary-background-color:#FF6F00;
}
h1{
    color: var(--secondary-font-color) !important;
}
h2{
    color: var(--default-heading-color) !important;

}
h3{
    color: var(--accent-color) !important;
}
h1,h2,h3{
    font-family: var(--fontHeading) !important;
}
body{
    background-color: var(--default-background-color) !important;
    font-family: var(--fontClassic) !important;
    color: var(--default-font-color) !important;
    margin: 0;
    padding: 0;
    overflow-x: hidden !important;
}
.back-to-top{
 
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: var(--default-button-color) !important;
    color: black;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 2rem;
   transition: transform 0.3s ease;
 
}
.back-to-top:hover{
  transform: scale(1.1);
  color: black;
}
.whatsapp-float {
  position: fixed;
  background-color: var(--default-button-color);
  border-radius: 50%;
  padding: 12px;
  bottom: 80px; /* just above the back-to-top if it's at bottom: 20px */
  right: 20px;
  z-index: 1000;
  cursor: pointer;
  transition: transform 0.3s ease;
   display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.whatsapp-float:hover {
  transform: scale(1.1);
}

.whatsapp-float ion-icon {
 font-size: 2rem;
  color: black;
}

::-webkit-scrollbar {
  width: 12px; /* Scrollbar width */
}

::-webkit-scrollbar-track {
  background: black;
  border: 1px solid #1f1f1f;
}

::-webkit-scrollbar-thumb {
  background:var(--default-heading-color);
  border-radius: 6px; /* Rounded scrollbar edges */
  border: 2px solid black; /* Optional border for better contrast */
}

::-webkit-scrollbar-thumb:hover {
  background: var(--default-heading-color); /* Change to solid neon green on hover */
}

/* #region hero section */
  .hero-section {
      position: relative;
      height: 100vh;
      overflow: hidden;
      padding-top: 5%;
    }

    .hero-slide {
      position: absolute;
      top: 0; left: 0;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center;
      opacity: 0;
      transition: opacity 1s ease-in-out;
      z-index: 0;
    }

    .hero-slide.active {
      opacity: 1;
      z-index: 1;
    }

    .hero-content {
      position: absolute;
      bottom: 20%;
      left: 10%;
      color: white;
      z-index: 2;
      opacity: 0;
      transform: translateY(20px);
      transition: all 0.8s ease;
    }

    .hero-content.active {
      opacity: 1;
      transform: translateY(0);
    }

    .hero-content h2 {
      font-size: 3rem;
      margin: 0 0 10px;
    }

    .hero-content p {
      max-width: 500px;
    }

    .explore-btn {
      display: inline-block;
      padding: 10px 20px;
      background: orange;
      color: white;
      text-decoration: none;
      margin-top: 20px;
    }

    .dots-vertical {
      position: absolute;
      top: 60%;
      left: 30px;
      transform: translateY(-50%);
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 78px;
      z-index: 3;
    }

    .dot-line {
      width: 2px;
      height: calc(100% - 20px);
      background: rgba(255, 255, 255, 0.3);
      position: absolute;
      left: 11px;
      top: 15px;
      z-index: 0;
    }

    .dot {
      width: 24px;
      height: 24px;
      background: white;
      border-radius: 50%;
      opacity: 0.3;
      z-index: 1;
      cursor: pointer;
      transition: opacity 0.3s, transform 0.3s;
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      font-weight: bold;
      font-size: 0.9rem;
      color: transparent;
      user-select: none;
    }

    .dot.active {
      opacity: 1;
      transform: scale(1.2);
      background-color: var(--default-button-color);
      color: white;
    }

    .dot:hover {
      opacity: 0.6;
    }
   .arrows-horizontal {
  position: absolute;
  top: 80%;
  left: 0;
  width: 100%;
  display: flex;
  justify-content:flex-end;
  gap: 30px;
  transform: translateY(-50%);
  padding: 0 30px;
  z-index: 3;
  
}

.arrow {
  font-size: 2.5rem;
  color: white;
  cursor: pointer;
  opacity: 0.5;
  transition: all 0.3s;
  user-select: none;
 background-color:transparent;
  border-radius: 12px;
  border: none;
}

.arrow:hover {

  background-color: #eee;
    color: black;
}

/* #endregion */

 /* #region About us */

 .about-us{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
 
color: #fff;
    padding:50px;
   
 }
 .about-us-container{
  backdrop-filter: blur(3px);
 }
 .about-us h3{
    color: var(--default-button-color);;
    
     }
 .about-us h1{
    /* font-family:'Major Mono Display', monospace; */
    font-size: 60px;
   
 }
 .about-us p{
    font-size: 20px;
    line-height: 1.5;
 }

@media (max-width: 768px){
    .about-us h1{
        font-size: 40px;
        text-align: center;
    }
    .about-us h3{
    
      text-align: center;
       }
    .about-us p{
        font-size: 16px;
        text-align: justify;
    }
  
}
 /* #endregion */

 /* #region Abbout us 2 */
  .about-us{
     background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
              url("/images/bg/neon-road.jpg") center/cover no-repeat;
  background-blend-mode: darken;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100%;
    min-height: 90vh;
    animation: fadeIn 1s ease-in-out;
  }
  @keyframes fadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.about-us::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: url("/images/bg/neon-road.jpg") center/cover no-repeat;
  filter: blur(1px);
  z-index: -2;
}
.about-us::after {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: rgba(0, 0, 0, 0.3); /* dark overlay */
  z-index: -1;
}
  .about-us .content{
    display: flex;
    flex-direction: row;
     align-items: stretch;
     flex-wrap: wrap;
     gap: 30px;
    justify-content: space-between;
    padding-top: 5%;
  }
  .about-us .about-item{
    display: flex;
    flex-direction: column;
    align-items: center;
   justify-content: flex-start;
   text-align: center;  
    font-size: 1rem;
    width: 22%;
    min-height: 250px;
    box-sizing: border-box;
  }
  .about-us .about-item .item-icon{
    font-size: 4rem;
    color: white;
    font-weight: 900;
    padding-bottom: 5%;
  }
  .about-item h3{
    font-size: 1.2rem;
    
      margin-bottom: 10px;
  }
  .about-item p{
    font-size: 1rem;
    width: 80%;
    text-align: justify;
     margin: 0 auto;
  }
 /* #endregion */


 /* #region Results Section */
.results-section {
    position: relative;
  text-align: center;
  padding: 50px 20px;
  background: url("/images/bg/smoke/orange-smoke.jpg") center/cover no-repeat;
  height: 90vh;
  color: #fff;
  overflow: hidden;
}
  .results-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6); /* Dark overlay */
  z-index: 0;
}
  
.results-section .section-title {
  font-size: 3rem;
  margin-bottom: 40px;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  z-index: 1;
}
  .results-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    position: relative;
    max-width: 100%;
    padding: 0 50px;
    margin-top: 12%;
    gap: 20px;  
  }
  
  .result-item {
    text-align: center;
    flex: 1 1 200px; 
    max-width: 250px; 
    position: relative;
    padding: 0 10px;
  }
  
  
  .result-number {
    font-size: 3rem;
    font-weight: bold;
    transition: transform 0.3s ease-in-out;
    
    font-family:'Major Mono Display', monospace;
    padding-top: 10%;
  }
  .result-number span {
    font-size: 1.5rem;
    vertical-align: top;
    margin-left: 10px; 
    
  }
  .result-number:active {
    transform: scale(1.1);
  }
  .result-text {
    font-size: 1rem !important;
    font-family:'Major Mono Display', monospace;
    font-weight: 500;
    color: #888;
    text-transform: capitalize;
    margin-top: 20px;
    color: #fff;
    font-size: large;
    font-weight: bold;
  }
  
  .results-container::before {
    content: '';
    position: absolute;
    top: 0%;
    left: 5%;
    right: 5%;
    height: 2px;
    background-color: var(--accent-color);
    z-index: 0;
  }
  
  .result-item::after {
    content: '';
    width: 30px;
    height: 30px;
    background-color: #000;
    border: 2px solid var(--accent-color);
    border-radius: 50%;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
  }
  @media (max-width: 768px) {
    .section-title {
      font-size: 2rem;
      margin-bottom: 30px;
    }
  
    .results-container {
      flex-direction: column; /* Stack items vertically */
      gap: 30px; /* Increase spacing between items */
    }
  
    .result-number {
      font-size: 2.5rem;
    }
  
    .result-text {
      font-size: 1rem;
    }
    .results-container::before {
      left: 10%;
      right: 10%;
    }
  }
  
  @media (max-width: 480px) {
    .section-title {
      font-size: 1.8rem;
    }
  
    .result-number {
      font-size: 2rem;
    }
  
    .result-text {
      font-size: 0.9rem;
    }
  
    .results-container {
      padding: 0 10px;
    }
    .results-container::before {
      left: 5%;
      right: 5%;
    }
  }
  /* #endregion */
 



  /* #region ad */
.ad{
    height: 20%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background-color: var(--default-heading-color);
}
.ad button{
    background-color: #000;
    color: white;
    border-radius: 30px;
    padding: 10px;
    border-color:transparent;
}
.ad button:hover{
    background-color: transparent;
    border: 2px solid black;
    transform: scale(1.1);
}
  /* #endregion */
   #map, #satellite {
  width: 100%;
  height: 100vh;
}

.services .section-title{
  text-align: center;
  padding-top: 2%;
}
.services .section-description{
  text-align: center;
  color: white;
}

.gallery .section-title{
  text-align: center;
  padding: 5% 0;
  font-size: 3rem;
}
/* #region contact */
.contact{
  /* background: url("images/services/shipping.webp") no-repeat bottom center / cover; */
  min-height: 90vh;
  display: flex;
  flex-direction: row ;
  justify-content: space-around;
  align-items: center;
  padding: 5%;
  position: relative;
  background: url("/images/bg/sky-plane.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;

}

.contact::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 0;
}
.contact-us-container{
  display: flex;
  flex-direction: column;
}
.contact-container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 700px;
  background: rgba(255, 255, 255, 0.016);

  border-radius: 20px;
  backdrop-filter: blur(16px);
   padding: 2rem 3rem;
  box-shadow: 0px 8px 24px  color-mix(in srgb,  var(--default-button-color), transparent 50%);
  
  color: #fff;
}
.name{
  display: flex;
  flex-direction: row;
  
}
.map-container {
  width: 50%;
  border-radius: 10px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .contact-container {
    width:95%;
  }
  .contact-info-about{
    min-width: 80%;
    
    margin-bottom: 0% !important;
  }

  
}

.contact-header {
  text-align: center;
  margin-bottom: 20px;
}

.contact-header h2 {
  margin: 10px 0;
  letter-spacing: 3px;
  font-family: var(--fontClassic)
}

.contact-header p {
  font-size: 1.2rem;
  color: #ccc;
}

/* Contact Form */
.contact-form {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  max-height: 60vh;
  gap: 20px;
  margin-bottom: 20px;
 
}

.form-group {
  flex: 1 1 calc(50% - 20px);
   position: relative;
   margin: 0px 10px;
    border-bottom: 2px solid var(--default-button-color);
}

.form-group input,
.form-group textarea {
  width: 100%;
  height: 60px;
  padding: 0 35px 0 5px;
  border: none;
  outline: none;
  background-color: transparent;
  font-size: 1rem;
  color:white;
}
.form-group ion-icon {
    position: absolute;
    right: 8px;
    color: var(--default-button-color);
    font-size: 1.4rem;
    top: 20px;
}
/* input::placeholder,
textarea::placeholder {
  color: var(--default-button-color);;
  opacity: 1; 
  font-style: italic;
} */
/* input:focus,
textarea:focus {
outline: none;
border: 2px solid var(--default-button-color);
border-radius: 10px;
} */
input:-webkit-autofill ~ label,
input:focus ~ label, 
input:valid ~ label
{
    top: -8px;
}

textarea:focus ~ label{
  top: -50px;
}
.form-group textarea {
  resize: none;
 height: 60px;
 transition: height 0.3s ease;
}
.form-group textarea:focus{
  height: 150px;
}
.form-group label {
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    color: var(--default-button-color);
    font-size: 1.1rem;
    pointer-events: none;
    transition: all 0.5s ease-in-out;
}

/* Submit Button */
.submit-btn {
  width: 40%;
  align-self: center;
  justify-self: center;
  padding: 10px;
  background-color: var(--default-button-color);;
  color: #000;
  border: none;
  border-radius: 30px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  text-transform: uppercase;
  transition: background 0.3s ease;
 
}

.submit-btn:hover {
  -webkit-animation: vibrate-1 0.3s linear infinite both;
	        animation: vibrate-1 0.3s linear infinite both;
  background-color: transparent;
  color: white;
  border: 3px solid var(--default-button-color);;
}

/* Contact Info */
.contact-info {
  display: flex;
  flex-direction: column;
  max-width: 30%;
  justify-content: space-between;
  margin-top: 5%;
   background: rgba(255, 255, 255, 0.016);
  padding: 15px;
  border-radius: 5px;
  align-items: flex-start;
}
.contact-info-about{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-width: 50%;
  justify-content: space-between;
  margin-top: 5%;

  border-radius: 20px;
  backdrop-filter: blur(16px);
   box-shadow: 0px 8px 24px  color-mix(in srgb,  var(--default-button-color), transparent 50%);
  padding: 15px;
  border-radius: 12px;
  margin-bottom: 5%;
  align-items:flex-start;
}
@media (max-width:768px) {
  .contact-info-about{
    flex-direction: column;
  }
}
.info-item {
  text-align: left;
  font-size: 30px !important;
  padding: 5%;
}

.info-item h3 {
  font-size: 30px;
  margin-bottom: 5px;
}

.info-item p {
  font-size: 1.5rem !important;
  font-weight: 500;
  color: #ccc;
}
.info-item a i {
  margin-right: 6px;
 
}
.contact-info-about a{
 text-decoration:none !important;
  color: var(--default-button-color);
  font-size: 1.5rem;
  
}
.contact-info-about a:hover{
  color: white;
  cursor:pointer !important;
}
 /* #endregion */

 /* #region client */
#clients {
  padding: 50px 0;
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
   
  justify-content: center; 
 
}

.section-header h1 {
  text-align: center;
  position: relative;
  margin-bottom: 10px;
}

.section-header h3 {
  text-align: center;
  font-size: 20px;
  padding-bottom: 40px;
  width: 80%;
  max-width: 600px;
  margin: auto;
 
}

.clients-wrap {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  position: relative;
  width: 100%;
  max-width: 1100px;
  background-color: transparent;
  padding-top: 20px;
}

.client-overlay {
  position: absolute;
  inset: 0;
  background: rgba(1, 1, 1, 0.379) !important;
  color: white;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  font-size: 1.1rem;
  backdrop-filter: blur(2px);
}
.client-overlay ion-icon {
  margin-left: 10px;
  font-size: 1.2rem;
}
.client-logo:hover .client-overlay {
  opacity: 1;
}
.client-logo {
  position: relative;
  height: 167px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background-color: transparent;
  transition: all 0.6s ease;
  opacity: 0;                /* for animation */
  transform: translateY(20px); /* for animation */
}

.client-logo.visible {
  opacity: 1;
  transform: translateY(0);
}

.client-logo:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.client-logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

 
/* Add border-right, remove it on the last column of each row */
.clients-wrap > .client-logo {
  border-right: 1px solid #ccc;
}

/* Remove right border from last column in each row */
.clients-wrap > .client-logo:nth-child(4n) {
  border-right: none;
}
.client-logo::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background-color: #ccc;
}
.clients-wrap > .client-logo:nth-last-child(-n + 4)::after {
  display: none;
}
@media (max-width: 768px) {
  #clients {
    padding: 40px 15px;
  }

  .section-header h3 {
    font-size: 16px;
    padding-bottom: 20px;
  }

  .client-logo {
    height: 100px;
  }
}

@media (max-width: 480px) {
  .section-header h1 {
    font-size: 24px;
  }

  .section-header h3 {
    font-size: 14px;
  }

  .client-logo {
    height: 70px;
  }
}

 /* #endregion */
/* #region Breaker */
.breaker {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  height: 30vh;
  justify-content: space-between;
  padding: 80px 20px;
background: url("/images/bg/smoke/white-smoke.jpg");
background-position: center 60%;
background-repeat: no-repeat;
background-size: cover;

text-align: center;
}

@media (max-width: 768px) {
  .breaker {
    flex-direction: column;
    padding: 50px;
  }
  .breaker h2 {
    font-size: 2rem;
    padding-bottom: 10%;
  }.dash{

    display: none;
  }
  
}
.breaker h2{
  color: white;
  font-size:1.6rem;
}
.breaker span{
  color: var(--default-heading-color);
  font-size: 1.8rem;
  font-weight: 700;

}
.breaker .social-links {
  display: flex;
  gap: 30px;
}

.breaker i{
  font-size: 2.5rem;
  color: var(--default-button-color);
}
.breaker i:hover {
  color: white;
  transform:scale(1.1);
  -webkit-animation: vibrate-1 0.3s linear infinite both;
  animation: vibrate-1 0.3s linear infinite both;
}
 /* #endregion */
/* #region faq */

.faq-section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding:10% 40px;
 
}
.faq-header {
  flex: 1;
  text-align: left;
}

.faq-header h1 {
  font-size: 48px;

  line-height: 1.2;
}
.faq-header h1:hover{
  -webkit-animation: vibrate-1 0.3s linear infinite both;
  animation: vibrate-1 0.3s linear infinite both;
}
.faq-items {
  flex: 2;
  margin-left: 40px;
}

.faq-item {
  border-bottom: 3px solid var(--default-button-color);
  padding: 20px 0;
  cursor: pointer;
}

.faq-question {
  font-size: 20px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
}

.faq-icon {
  font-size: 16px; /* Icon size inside */
  background-color: var(--default-button-color);
  color: white;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform all 0.3s;
}

.faq-answer {
  display: none;
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.5;
  color: white;
}
.faq-item.open .faq-question{
  color: var(--default-button-color);
}
.faq-item.open .faq-answer {
  display: block;
  -webkit-animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
	        animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}
.faq-item:not(.open) .faq-answer {
  -webkit-animation: tracking-out-contract 0.7s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
  animation: tracking-out-contract 0.7s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}
@media screen and (max-width: 768px) {
  .faq-section {
    flex-direction: column;
    padding: 20px;
  }

  .faq-header h1 {
    font-size: 36px;
    text-align: center;
  }

  .faq-items {
    margin-left: 0;
  }

  .faq-question {
    font-size: 18px;
  }

  .faq-answer {
    font-size: 14px;
  }

  .faq-item {
    padding: 15px 0;
  }
}

@media screen and (max-width: 480px) {
  .faq-header h1 {
    font-size: 28px;
  }

  .faq-question {
    font-size: 16px;
  }

  .faq-answer {
    font-size: 14px;
  }

  .faq-item {
    padding: 12px 0;
  }
}
 /* #endregion */
