:root {
    --primary-color: #056ed0;
    --secondary-color: #;
    --text-color-white: #fff;
    --background-color: rgba(0, 0, 0, 0.5);
}

body{
  line-height: 1.5; /* Improved readability */
  font-family: Oswald;
  background-color: var(--text-color-white);
}

.vid-header-mobile{
  background-image: url('../galane-files/img/container-secondary.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}


h1{
  color: var(--primary-color);
}

h2{
  color: var(--primary-color);
}

h3{
  color: var(--primary-color);
}

h4{
  color: var(--primary-color);
}

h5{
  color: var(--primary-color);
}

h6{
  color: var(--primary-color);
}

hr.divider {
  height: 0.2rem;
  max-width: 7.25rem;
  margin: 1.10rem auto;
  opacity: 1;
}

hr.divider-small {
  height: 0.2rem;
  max-width: 2.25rem;
  margin: 1.10rem auto;
  opacity: 1;
  
}

hr.divider-light {
  background-color: var(--text-color-white);
}

.divider-green{
  background-color: var(--primary-color);
  color: var(--primary-color);
}

.container-fluid-about{
    background-image: url('../img/19.jpg');
    background-repeat: no-repeat;
    margin-bottom: 5rem;
}

.container-body-commitment{
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.container-fluid-contact{
  background-image: url('../img/contact-background.jpg');
  background-repeat: no-repeat;
  height: auto;
}

.container-fluid-contact-mobile{
  background-image: url('../img/30.jpg');
}

.container-fluid-fleet-mobile{
  background-image: url('../img/32.jpg');
}

.container-fluid-safety-mobile{
  background-image: url('../img/33.jpg');
}

.container-fluid-engineering-mobile{
  background-image: url('../img/34.jpg');
}

.container-fluid-information-tech-mobile{
  background-image: url('../img/31.jpg');
}

.container-fluid-index-about{
  background-image: url('../galane-files/img/container-secondary.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}


.container-fluid-engineering{
  background-image: url('../img/25.jpg');
  background-repeat: no-repeat;
  padding-bottom: 7rem;
}

.container-fluid-fleet{
  background-image: url('../img/23.jpg');
  background-repeat: no-repeat;
  padding-bottom: 7rem;
}

.container-fluid-information-tech{
  background-image: url('../img/22.jpg');
  background-repeat: no-repeat;
  padding-bottom: 7rem;
}

.container-fluid-safety{
  background-image: url('../img/24.jpg');
  background-repeat: no-repeat;
  padding-bottom: 7rem;
}

.container-body-team{
  padding-bottom: 4rem;
}

.team-link{
  text-decoration: none;
  color: var(--primary-color);
}

.team-img{
  height: 200px;
  width: 250px;
}

.my-navbar{
  color: #00000072;
}


.my-nav-link{
    color:     var(--text-color-white);
}

.my-nav-link:hover{
  background-color: #00000000;
  color: var(--text-color-white);
  transform: translateY(-2px);
}

.vid-hero {
    position: relative;
    overflow: hidden;
    padding-bottom: 5rem;
  }
  .vid-hero video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    z-index: -1;
    background: #000;
  }
  .vid-hero-content {
    position: relative;
    z-index: 1;
    color: #fff;
    text-align: center;
    padding: 5rem 1rem;
  }
  .vid-hero-content h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
  }
  .vid-hero-content p {
    font-size: 1.25rem;
  }
  
  .video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
  }
  .video-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 50%; /* Aspect ratio 16:9 */
  }
  .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
    text-align: center;
    padding: 20px;
  }
  
  .content p, img{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  
  .video-container:hover .content {
    opacity: 1;
  }

  .nav-brand{
    width: 7rem;
  }

.container-fluid-secondary-index{
  background-repeat: no-repeat;
  background-size: cover;
}

.container-body-no-bg{
 padding-bottom: 7rem;
}



.container-fluid-standout{
  background-image: url('../img/2.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.container-fluid-about--2{
  background-image: url('../img/18-2.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 5rem;
}

.container-fluid-value{
  background-image: url('../img/11-2.jpg');
  background-repeat: no-repeat;
  background-size: cover; 
  padding-bottom: 5rem;
}

.container-fluid-industries{
  background-image: url('../galane-files/img/container-secondary.jpg');
  height: auto;
  background-repeat: no-repeat;
  background-size: cover;
}

.container-fluid-materials{
  background-image: url('../galane-files/img/container-secondary.jpg');
  height: auto;
  background-repeat: no-repeat;
  background-size: cover;
}

.container-header-service{
  background-image: url('../galane-files/img/services-background.jpg');
  height: auto;
  background-repeat: no-repeat;
  background-size: cover;
}

.container-header-about{
  background-image: url('../galane-files/img/about-background.jpg');
  height: auto;
  background-repeat: no-repeat;
  background-size: cover;
}


.my-paragraph{
  text-align: justify;
}

.container-body-img-warp{
  height: 40vh;
  background-image: url('../galane-files/img/1-mobile.jpg');
  background-size: contain;
  background-position: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
  background-repeat: no-repeat;
}

.container-body-img-warp-mission{
  height: 40vh;
  background-image: url('../galane-files/img/60.png');
  background-position: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
  background-repeat: no-repeat;
}

.container-body-img-warp--2{
  height: 40vh;
  background-image: url('../galane-files/img/2-mobile.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
  position: relative;
}

.container-body-img-warp-3{
  height: 40vh;
  background-image: url('../img/20.png');
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.container-body-img-warp-landscape{
  height: 40vh;
  background-image: url('../galane-files/img/53.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.container-body-img-warp-materials{
  height: 40vh;
  background-image: url('../galane-files/img/54.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.container-body-img-warp-equipment{
  height: 40vh;
  background-image: url('../galane-files/img/55.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.container-body-img-warp-other{
  height: 40vh;
  background-image: url('../galane-files/img/55.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.container-body-img-warp-transform{
  height: 40vh;
  background-image: url('../galane-files/img/3-mobile.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.container-body-img-warp-unique{
  height: 40vh;
  background-image: url('../galane-files/img/63.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.card-heading-industries{
  text-transform: uppercase;
  color: var(--primary-color);
}

.card-industries{
  background-color: #00000000;
  border-color: var(--text-color-white);
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
}

.card-industries:hover{
  border-color: var(--primary-color);
}

.list-group-industries{
  background-color: #00000000;
}

.my-list-group-item:hover{
  transform: translateY(-1px);
}


.heading-warp{
  padding-top: 4rem;
  padding-bottom: 2rem;
}

.my-card-img-warp{
  background-repeat: no-repeat;
  background-size: cover;
}

.my-card{
  border: 1px solid var(--primary-color);
}

.my-card-img-warp-1{
  background-image: url('../galane-files/img/7.jpg');
}

.my-card-img-warp-2{
  background-image: url('../galane-files/img/56.jpg');
}

.my-card-img-warp-3{
  background-image: url('../galane-files/img/13.jpg');
}

.my-card-img-warp-4{
  background-image: url('../img/5.jpg');
}

.my-card-img-warp-5{
  background-image: url('../img/6.jpg');
}

.my-h1{
  text-transform: uppercase;
}

.my-form-group{
  margin-bottom: 1rem;
}

.footer-icons--nav{
  margin-left: 1rem;
  color: #fff;
}

.footer-icons--nav__dark{
  margin-top: 1rem;
}

.footer-logo{
  height: 9rem;
  text-align: center;
}

.footer {
  background-color: #f8f9fa;
  padding: 40px 0;
  font-family: "Oswald";
}
.footer a {
  text-decoration: none;
}

.active-circle{
  font-size: 0.5rem;
  transform: translateY(-3px);
  color: var(--primary-color);
}

.inactive-circle{
  font-size: 0.5rem;
  transform: translateY(-3px);
  color: var(--text-color-white);
}

.footer-headings{
  color: var(--primary-color);
}

.footer-content--box{
  padding-bottom: 2rem;
}

.my-footer-link{
  color: var(--text-color-white);
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}

.my-footer-link:hover{
  color: var(--primary-color);
  cursor: pointer;
}

.my-footer-link-heading{
  color: var(--primary-color);
  text-transform: uppercase;
}

.active-link-footer{
  color: var(--primary-color);
}

.point-icon{
  color: var(--primary-color);
}

.card-body{
  transition-duration: 0.3s;
}



.card-body-index:hover{
  border-bottom: 5px solid var(--primary-color);
}

.my-btn{
  background-color: var(--primary-color);
  color: var(--text-color-white);
}

.my-btn:hover{
  border: 1px solid var(--text-color-white);
  color: var(--text-color-white);
}

.my-btn-secondary:hover{
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
}


.my-card-link{
  text-decoration: none;
}

.social-box{
  margin-top: 20rem;
  text-align: center;
  padding-left: 3rem;
}

.nav-social-icon{
  letter-spacing: 1.5rem;
  font-size: 2rem;
  color: var(--primary-color);
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

.nav-social-icon:hover{
  color: var(--text-color-white);
  transform: translateY(-2px);
}

.my-paragraph-header{
  animation-name: moveInLeft;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  color: var(--primary-color);
}

.img-header-brand{
  animation-name: moveInRight;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  margin-left: 0.8rem;
  margin-bottom: 0rem;
  height: 9rem;
}

.vid-header-service{
  background-image: url('../img/11.jpg');
  
}

.vid-header-about{
  background-image: url('../img/18.jpg');
}


.card-body-service--2{
  height: 160px;
}

.card-service--1{
  border: 1px solid var(--text-color-white);
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

.card-service--1:hover{
  border: 1px solid var(--primary-color);
}

.card-title{
  text-transform: uppercase;
}

.my-card-service--1{
  border: 0px solid var(--text-color-white);
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}


.my-card-service--1:hover{
  border-top: 5px solid var(--primary-color);
}

.field {
  margin-bottom: 10px;
}

.field label {
  display: block;
  font-size: 12px;
  color: #777;
}

.field input {
  display: block;
  min-width: 250px;
  line-height: 1.5;
  font-size: 14px;
}

input[type="submit"] {
  display: block;
  padding: 6px 30px;
  font-size: 14px;
  background-color: var(--primary-color);
  color: #fff;
  border: none
}

.header-content-warp-mobile{
  padding-top: 2rem;
}

.sub-text{
  padding-left: 13.5rem;
  padding-right: 13.5rem;
}

.card-index-btn{
  display: none;
}

.brand-name{
  color: var(--primary-color);
}

.features-img-large{
  width: 490px;
  height: 390px;
}

.features-img-large--2{
  width: 490px;
  height: 300px;
}

.body-content{
  padding-top: 7rem;
}

.quantenary-heading{
  text-transform: uppercase;
}

.main-heading{
  text-transform: uppercase;
}

.card-body-reach{
  background-color: #0566c147;
  padding-top: 0.5rem;
  padding-bottom: 0rem;
}

.accordion-body{
  background-color: #0566c147;
  border-radius: 1px solid #0566c147;
}

.my-call{
  border: none;
}

.my-call-paragraph{
  padding-left: 7.5rem;
  padding-right: 7.5rem;
  text-align: justify;
}

.my-card-index{
  background-color: #00000000;
}

.btn-card-industries{
  border: none;
  background-color: #00000000;
}

.modal-brand{
  height: 3rem;
}

.li-modal-industries{
  text-decoration: none;
}

.contact-gift{
  height: 40px;
}


/*Single Media quries*/

/*Max Widths*/
  @media screen and (max-width: 992px) {
    .mobile-down{
        display: none;
    }
    .img-header-brand-mobile{
      height: 5.5rem;
    }
    .text-warp-header-mobile{
        margin-top: -8rem;
    }

    .heading-industries{
      text-align: center;
    }

    .container-body-header-mobile{
        margin-top: 10rem;
        margin-bottom: 4rem;
    }

    .vid-hero {
        height: auto; 
      }

      .container-fluid-about{
        background-image: none;
      }


      .container-fluid-engineering{
        background-image: none;
      }

      .container-fluid-fleet{
        background-image: none;
      }
      
      .container-fluid-safety{
        background-image: none;
      }
      .container-fluid-information-tech{
        background-image: none;
      }
      
  }

  @media screen and (max-width: 1199px) {
    .container-body-paragraph{
        padding-right: 0rem;
    }
    .my-paragraph-header{
      text-align: center;
      padding-left: 2.5rem;
      padding-right: 2.5rem;
    }

  }

  /*Min Widths*/
  @media screen and (min-width: 768px) {
    .partner-img{
      height: 320px;
    }
  }

  @media screen and (min-width: 993px) {
    .laptop-down{
        display: none;
    }

    .container-fluid-team{
      padding-bottom: 3rem;
    }

    .container-fluid-industries{
      background-repeat: no-repeat;
    }

    .container-body-paragraph{
        text-align: justify;
    }

 

    .my-nav-link{
        margin-left: 2rem;
    }

    .container-body-text-warp{
      padding-top: 7rem;
    }
    .container-fluid-about{
      height: auto;
    }
    .container-fluid-index-about{
      height: auto;
    }
    .container-fluid-engineering{
      height: auto;
    }
    .container-fluid-fleet{
      height: auto;
    }
    .container-fluid-safety{
      height: auto;
    }
    .container-fluid-information-tech{
      height: auto;
    }
    .container-fluid-standout{
      height: 120vh;
    }
    .container-fluid-about--2{
      height: auto;
    }



    .heading-warp-standout{
      padding-top: 8.5rem;
    }
  }

  @media screen and (min-width: 1200px){

  }

  @media screen and (min-width: 1400px) {
    .container-fluid-about{
        height: 100vh;
    }

    .vid-hero {
      padding-bottom: 10rem;
    }

    .my-header{
      padding-bottom: 10rem;
    }
    
    .container-body-header{
      margin-top: 5rem;
      padding-top: 10rem;
      padding-bottom: 7.5rem;
    }
    .container-body-service--1{
      padding-top: 5.5rem;
    }
    .container-body-content-warp-about{
        padding-top: 10rem;
    }
    .container-body-paragraph{
        padding-right: 5rem;
    }
    .card-body-service--1{
      height: 220px;
    }
    .my-paragraph-header{
      padding-right: 0rem;
    }
    .container-fluid-service--1{
      height: 100vh;
    }
    .card-img-service--1{
      height: 150px;
    }
  }
  /*Single Media quries end*/







/*Double Media quries*/
@media (min-width: 768px) and (max-width: 991px) {
    .my-paragraph {
        font-size: 16px; /* Larger for tablets */
    }
    .map-frame{
      width: 669px;
      height: 200px;
    }
    
    .img-header-brand{
      margin-left: 2rem;
    }
    .card-col-service{
      margin-bottom: 2.5rem;
    }
    .sub-text{
      padding-left: 7rem;
      padding-right: 7rem;
    }

    .body-content{
      padding-top: 1rem;
    }
}

@media (min-width: 375px) and (max-width: 518px) {
  .phone-down{
    display: none;
  }
  .container-body-img-warp--2{
    height: 20vh;
  }
  .container-body-img-warp{
    height: 20vh;
  }
}

@media (min-width: 375px) and (max-width: 767px) {
    .my-paragraph {
        font-size: 15px; /* Larger for tablets */
    }
    .body-content{
      padding-top: 1rem;
    }
    .features-btn-index{
      display: none;
    }
    
    .my-call-paragraph{
      padding-left: 0.5rem;
      padding-right: 0.5rem;
      text-align: justify;
    }

    .card-body-index:hover{
    border-bottom: 0px solid var(--primary-color);
    }

    .card-index-btn{
      display: block;
    }

    .sub-text{
      padding-left: 1rem;
      padding-right: 1rem;
      text-align: center;
    }

    .card-col-service{
      margin-bottom: 1.5rem;
    }
    
  .img-header-brand{
  margin-left: 0.8rem;
  }

    .map-frame{
      width: 330px;
      height: 200px;
    }
    .my-card-img-warp-1{
      background-image: none;
    }
    .my-card-img-warp-2{
      background-image: none;
    }
    .my-card-img-warp-3{
      background-image: none;
    }
    .my-card-img-warp-4{
      background-image: none;
    }
    .my-card-img-warp-5{
      background-image: none;
    }
    .my-card{
      background-color: #00000000;
      border: #00000000;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .my-paragraph {
      font-size: 15px; /* Larger for tablets */
  }
  .container-fluid-service{
    height: auto;
  }
  .container-fluid-industries{
    height: auto;
  }
  .container-fluid-value{
    height: auto;
  }
  .my-paragraph-card-service{
    text-align: left;
  }
  .sub-text{
    padding-left: 10rem;
    padding-right: 10rem;
  }
  .features-img-large{
    height: 420px;
  }
  .features-img-large--2{
    height: 300px;
  }

  
}

@media (min-width: 1200px) and (max-width: 1999px) {
  .my-paragraph {
      font-size: 16px; /* Larger for tablets */
  }
  .container-fluid-service{
    height: auto;
  }
  .container-fluid-value{
    height: auto;
  }

}

@media (min-width: 992px) and (max-width: 1399px) {
  .card-body-service--1{
    height: 300px;
  }
  .container-body-service--1{
    padding-top: 1.5rem;
    padding-bottom: 4.5rem;
  }

  .container-body-header{
    padding-top: 10rem;
    padding-bottom: 5rem;
}

}


/*Keyframes*/
@keyframes moveInLeft {
  0% {
    opacity: 0;
    transform: translateX(3rem); }
  100% {
    opacity: 1;
    transform: translate(0); } 
  }

  @keyframes moveInRight {
    0% {
      opacity: 0;
      transform: translateX(-3rem); }
    100% {
      opacity: 1;
      transform: translate(0); } 
    }





