@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
body {
    font-family: "montserrat", sans-serif;
    overflow-x: hidden;
    max-width: 100%;
    
   
}
html {
  scroll-behavior: smooth;
  max-width: 100%;
}


/* Button */
.btn-danger {
    background-color: rgb(12, 126, 233) ;
    border-radius: 10px;
    border-color: rgb(6, 6, 250);
    padding: 10px 45px;
    color:white;
}


/* navbar */

.navbar{
  /* padding: 0.5rem 1rem; */
  width: 100%;
}
.nav-link {
    color: white;
}

    

.nav-item .nav-link{
    font-size: 18px;
    margin-left: 5px;
    margin-right: 5px;
}

.transparent-navbar {
  background-color: rgba(0, 0, 0, 0.0) !important;
  transition: background-color 0.3s;
}

.scroll-nav-active {
  background-color: black;
  border-bottom: 2px solid #3d3d3d;
  box-shadow: 0 0 50px #3d3d3d;
}

.text-nav-active {
    color:white;
}


/*hero*/


#hero {
  position: relative;
  width: 100%; 
  height: 70vh; 
  overflow: hidden;
}

#cropped-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  object-fit: cover!important; 
  z-index: 0;
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00000077;
  z-index: 1;
}

.text-hero{
  font-family: "Merriweather", serif;
  font-weight: 400;
  font-style: normal;
  text-shadow: 0 0 50px #000000 ;
  border: #000;
}

.text-hero-2{
  font-family: "montserrat", system-ui;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  text-align: center;
}


#text-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: rgb(218, 218, 218);
  text-align: center;
  z-index: 1;
}




#partner{
  background-color: rgb(216, 216, 216);
  position: relative;
  z-index: 1;
 
  width: 100%;
}

.tp-1{
  font-family: "montserrat", system-ui;
  font-weight: 500;
  font-style: normal;
  font-size: 25px;
  text-align: center;
  margin-top: 30px;
}

.tp-2{
  font-family: "montserrat", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 25px;
  text-align: center;
}

.tp-3{
  font-family: "montserrat", system-ui;
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  margin-top: 5px;
}

.img-corousel img {
  width: 100%; 
  height:auto; 
  position: relative;
  color: white;
  
}

.horizontal-line-pt{
  width: 100%;
  height: 2px; 
  background: rgb(59, 59, 59); 
  margin: 20px 0; 
  
}

/*intro*/
.bg-intro{
 height: auto;
 width: 100%; 
 background-color: black;
 position: relative;
 z-index: 2;
}


.img-intro{
  position: relative;
  height: 550px;
  width: 100%;
  margin-bottom: 50px;

}
.text-intro-1{
  font-family: "montserrat", system-ui;
  font-weight: 500;
  font-style: normal;
  font-size: 30px;
}

.text-intro-2{
  font-family: "montserrat", system-ui;
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
}

.horizontal-line {
  width: 100%;
  height: 2px; 
  background: white; 
  margin: 20px 0; 
}

.icon-gears {
  position: absolute;
  top: 40px; 
  right: 60px; 
  font-size: 40px; 
  z-index: 10; /* Pastikan ikon berada di atas gambar */
}

.dashed-line {
  border-top: 5px dashed #ff475a; /* Ganti warna sesuai kebutuhan */
  margin-bottom: 10px; /* Jarak antara garis dan teks */
  width: 80px; /* Lebar garis sesuai kolom */
}

@media (max-width: 767px) {
  .grid-intro {
    height: auto;
  }

  .col-md-6,
  .col-md-6 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .img-intro {
    max-width: 100%; 
    height: 400px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-intro-1 {
    font-size: 1.7rem; 
  }

  .text-intro-2 {
    font-size: 0.8rem; 
  }
}


/*service*/
.bg-service {
  background-color: white;
  height: 100hv;
  position: relative;
  z-index: 2;
}

.img-service {
  width: 100%;
  height: 500px;
}

 



.text-service{
  text-align: start;
  padding-top: 60px;
}

.text-service-1{
  font-family: "montserrat", system-ui;
  font-weight: 500;
  font-style: normal;
  font-size: 35px;
}

.text-service-2{
  font-family: "montserrat", system-ui;
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
  margin-bottom: 40px;
}

.horizontal-line-service-1{
    width: 100%;
    height: 2px; 
    background: rgb(59, 59, 59); 
    margin: 20px 0; 
    margin-top: 40px;
  }

  @media (max-width: 767px) {

      .grid-rm-map {
        margin-top: 20px;
      }
    
      .col-md-6,
      .col-md-6 {
        padding-right: 20px;
        padding-left: 20px;
      }
    
    
    
      .text-service-1 {
        font-size: 1.7rem; 
      }
    
      .text-service-2 {
        font-size: 0.8rem; 
      }
    
      .img-service {
       max-width: 100%;
       height: auto;
      }
    
    }



/*map*/ 
#map{
  position: relative;
  z-index: 2;
}
.map-container {
    position: relative;
    padding-left: 50px;
}

.map-container::before, .map-container::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
}

.map-container::before {
    left: 0;
    width: 2px;
    background: #ddd; 
}

.map-container::after {
    left: 0;
    width: 3px; 
    background: #333;
    height: 100px; 
    margin-left: 1px;
}



.font-map{
    font-family: "montserrat", system-ui;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 1px;
    margin-right: 20% ;
    font-size: 25px;
}

.baris-2-map{
    font-weight: 500;
    font-size: 15px;
}

.map-image{
    margin-top: 8px;
}

/*features*/
#team{
  background-color: rgb(255, 255, 255);
  height: 100hv;
  position: relative;
  z-index: 2;
}
.text-body{
  font-family: "montserrat", system-ui;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 30px;
 

}

.dashed-line-team{
  border-top: 5px dashed #ff475a;
  margin-bottom: 5px; 
  width: 100px;
}.horizontal-line-team-1{
  width: 100%;
  height: 2px; 
  background: rgb(112, 112, 112); 
  margin: 20px 0; 
}



/*partner*/
#team{
  background-color: rgb(255, 255, 255);
  height: 100hv;
  position: relative;
  z-index: 2;
}
.text-body{
  font-family: "montserrat", system-ui;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 30px;
 

}
.card-1{
  border-radius: 20px;
  overflow:hidden;
}

.card-body-1{
  padding-left: 10%;
  padding-right: 10%; 
  background: linear-gradient(324deg, rgb(209, 209, 209) 0%, rgb(84, 247, 198) 100%);
  height: auto;
}

.card-2 {
  display: block;
  overflow: hidden;
  border-radius: 0.5rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.7);
  cursor: pointer;
  transition: 0.2s;
  position: relative;
}

.card-body-2 {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.card-content {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
  bottom: 0;
  color: #fff;
  width: 100%;
  height: 100%;
  padding: 2.2rem 0;
  overflow: hidden;
  transition: transform 0.8s;
  transform: translateY(100%); 
}

.card-2:hover .card-content {
  transform: translateY(0);
}

.card-content h3 {
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
  font-family: "montserrat", system-ui;
  font-style: normal;
}

.card-content p {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5rem;
  padding: 1.2rem;
  font-family: "montserrat", system-ui;
  font-style: normal;
}

.card-title{
  font-size: 20px;
  font-weight: 400;
  font-family: "montserrat", system-ui;
  font-style: normal;


}

.card-title-2{
  font-size: 20px;
  font-weight: 400;
  font-family: "montserrat", system-ui;
  font-style: normal;
  text-align: end;

}

 @media (max-width: 767px) {
  

  .card-2 {
    display: block;
    overflow: hidden;
    border-radius: 0.5rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.7);
    cursor: pointer;
    transition: 0.2s;
    position: relative;
  }
  
  .card-body-2 {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  
  .card-content {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 0;
    color: #fff;
    width: 100%;
    height: 100%;
    padding: 2.2rem 0;
    overflow: hidden;
    transition: transform 0.8s;
    transform: translateY(100%); 
  }
  
  .card-2:hover .card-content {
    transform: translateY(0);
  }
  
  .card-content h3 {
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: "montserrat", system-ui;
    font-style: normal;
  }
  
  .card-content p {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5rem;
    padding: 1.2rem;
    font-family: "montserrat", system-ui;
    font-style: normal;
  }
  
  .card-title{
    font-size: 20px;
    font-weight: 400;
    font-family: "montserrat", system-ui;
    font-style: normal;
  
  
  }
  
  .card-title-2{
    font-size: 20px;
    font-weight: 400;
    font-family: "montserrat", system-ui;
    font-style: normal;
    text-align: end;
  
  }
  
    }


.box-background {
  background-color: rgba(255, 255, 255, 0.8); 
  height: auto;
  width: 100%; /* Mengubah menjadi 100% untuk responsif */
  max-width: 600px; /* Menetapkan lebar maksimum */
  border-radius: 0.9rem;
  border: rgb(7, 7, 7) 5px solid;
  padding: 20px;
  box-shadow: 0 0 50px #000;  
  margin: 80px auto; /* Mengatur margin untuk memusatkan */
  position: relative;
  z-index: 2;
}

.box-features-1
.box-features-2
.box-features-3
.box-features-4 {
  text-align: left; 
  display: flex;
  flex-direction: row; /* Layout samping */
  align-items: flex-start;
  margin-top: 40px;
  position: relative;
  z-index: 2;
  flex-wrap: nowrap; /* Menjaga agar elemen tidak membungkus di mobile */
}

.card-text-1 {
  font-family: "Montserrat", system-ui;
  font-weight: 400;
  font-size: 19px;
  margin-bottom: 2px;
  margin-top: 10px;
  z-index: 2;
}

.card-text-2 {
  font-family: "Montserrat", system-ui;
  font-weight: 500;
  font-size: 12px;
  z-index: 2;
  position: relative;
}

.features-text {
  margin-bottom: 20px; 
  margin-top: 40px;
  text-align: left; 
  width: 100%; 
  position: relative;
  z-index: 2;
}

.features-image {
  max-width: 100%; 
  height: auto;
  margin-left: 20px; 
  position: relative;
  z-index: 2; 
  margin-top: 40px;
}

.text-content {
  flex: 1;
  z-index: 3;
  position: relative;
  z-index: 10;
}

.features-2-container {
  position: relative; 
  padding: 20px;
  overflow: hidden;
  align-items: center;
  margin-top: 20px;
  z-index: 2;
}

.features-2-container::before, .features-2-container::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: 30px;
}

.features-2-container::before {
  left: 0;
  width: 2px;
  height:450px;
  background: #929292;
}

.features-2-container::after {
  left: 0;
  width: 3px;
  background: rgb(0, 0, 0);
  height: 200px;
  margin-left: 1px;
}

.card-isi {
  padding-bottom: 30px;
}

@media (max-width: 767px) {
  .box-features-1
  .box-features-2
  .box-features-3
  .box-features-4 {
    flex-direction: row; 
    align-items: center; 
  }

  .features-image {
    margin-left: 20px; 
    width: 50px;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
  }
  .box-background{
    max-width: 100%;
    height: auto;
  }
  .features-2-container {
    position: relative; 
    padding: 20px;
    overflow: hidden;
    align-items: center;
    z-index: 2;
  }
  
  .features-2-container::before, .features-2-container::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: 70px;
  }
  
  .features-2-container::before {
    left: 0;
    width: 2px;
    height: auto;
    background: #929292;
  }
  
  .features-2-container::after {
    left: 0;
    width: 3px;
    background: rgb(0, 0, 0);
    height: 200px;
    margin-left: 1px;
  }
  
}




/*footer*/
.bg-footer{
    background-color: white;
    height:100hv;
    position: relative;
    z-index: 2;
}

.logo-renbo{
    margin-top: 60px;
    height: 35px;
}

.contact{
    font-family: "Montserrat", system-ui;
    font-weight: 500;
    font-size: 16px;
    margin-top: 50px;
    
}

.email{
    font-family: "Montserrat", system-ui;
    font-weight: 500;
    font-size: 16px;
    margin-top: 50px;
}

.alamat{
    font-family: "Montserrat", system-ui;
    font-weight: 500;
    font-size: 16px;
    margin-top: 30px;
}

.colom-2{
    text-align: center;
    font-family: "Montserrat", system-ui;
    font-weight: 500;
    font-size: 12px;
    position: absolute;
    bottom: 0; 
    width: 100%;
}

.col-lg-6 {
    position: relative;
    height: 300px;
  }

  .form-inline {
    display: flex;
    justify-content: end;
    
   }
 .form-control {
    width: 180px;
    margin-right: 2px;
}
 .btn {
    margin-top: 0;
    
}

.email{
    font-family: "Montserrat", system-ui;
    font-weight: 500;
    font-size: 12px;
}

.list-inline{
    display: flex;
    justify-content: end;
    margin-top: 30px;
}

.text-para{
    margin-right: 20px;
    color: #000;
    font-size:20px;
    padding: 2px;
    
}

@media (max-width: 767px) {
  .col-lg-6{
    margin-bottom: 50px;
    text-align: center;
    margin-top: 0;
    height: auto;
  }
  .colom-2{
    justify-content: center;
    align-items: flex-start;
    font-family: "Montserrat", system-ui;
    font-weight: 500;
    font-size: 12px;
    position: relative;
    bottom: 0; 
    width: 100%;
    height: auto;
}
.col{
  justify-content: end;
  align-items: flex-start;
}

}



  /*Copyright Section Start*/
  .py-4{
    padding-top: 4rem;
    padding-bottom: 4rem;
    position: relative;
    z-index: 2;
  }
  .bg-copyright{
    background-color: #343a40;

  }
  .text-gray-300{
    color: #dee2e6;
  }

  @media (max-width: 767px) {
    .bg-copyright{
      width: 100%;
      height: 10px;
    }
  
  }


/*READ MORE*/
#hero{
  background-image:url("../../assets/images/background-15.png") ;
  background-repeat: no-repeat;
  background-position: center;
  max-width : 100%;
  height: 75vh;
  position: relative;
}

@media (max-width: 767px) {
#hero{
   max-width: 100%;
   height:70vh;
  }

}
.bg-rm-1{
  height:auto;
  width: 100%; 
  background-color: black;
  position: relative;
  z-index: 2;
 }
 
 .rm-img{
   position: relative;
   height: auto;
   width: 100%;
   margin-bottom: 50px;
 
 }
 .text-intro-1{
   font-family: "montserrat", system-ui;
   font-weight: 500;
   font-style: normal;
   font-size: 30px;
 }
 
 .text-intro-2{
   font-family: "montserrat", system-ui;
   font-weight: 500;
   font-style: normal;
   font-size: 15px;
 }
 .col-rm-1,
 .col-rm-1 {
    margin-top: 100px;
   }
 
 .horizontal-line-rm-1 {
   width: 100%;
   height: 2px; 
   background: white; 
   margin: 20px 0; 
 }
 
 .icon-gears {
   position: absolute;
   top: 40px; 
   right: 60px; 
   font-size: 40px; 
   z-index: 10; 
 }
 
 .dashed-line {
   border-top: 5px dashed #ff475a; 
   margin-bottom: 10px; 
   width: 80px; 
 }
 
 @media (max-width: 767px) {
   .grid-rm-1 {
     height: auto;
   }
 
   .col-rm-1,
   .col-rn-1 {
     padding-right: 20px;
     padding-left: 20px;
   }
 
   .rm-img {
     max-width: 100%; 
     height: 400px;
     padding-left: 20px;
     padding-right: 20px;
   }
 
   .text-intro-1 {
     font-size: 1.7rem; 
   }
 
   .text-intro-2 {
     font-size: 0.8rem; 
   }
 }

 .bg-rm-2 {
  background-color: white;
  height: 100hv;
  position: relative;
  z-index: 2;
}

.rm-img {
  width: 100%;
  height:auto;
}


.text-rm-2{
  text-align: start;
  padding-top: 60px;
}

.text-service-1{
  font-family: "montserrat", system-ui;
  font-weight: 500;
  font-style: normal;
  font-size: 35px;
}

.text-service-2{
  font-family: "montserrat", system-ui;
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
  margin-bottom: 40px;
}

.horizontal-line-rm-2{
    width: 100%;
    height: 2px; 
    background: rgb(59, 59, 59); 
    margin: 20px 0; 
    margin-top: 40px;
  }

  @media (max-width: 767px) {

      .grid-rm-2 {
        margin-top: 20px;
      }
    
      .col-md-6,
      .col-md-6 {
        padding-right: 20px;
        padding-left: 20px;
      }
    
    
    
      .text-service-1 {
        font-size: 1.7rem; 
      }
    
      .text-service-2 {
        font-size: 0.8rem; 
      }
    
      .rm-img {
       max-width: 100%;
       height: auto;
      }
    
    }

    .bg-rm-3{
      height:100vh;
      width: 100%; 
      background-color:white;
      position: relative;
      z-index: 2;
     }
     
     .rm-img{
       position: relative;
       height: auto;
       width: 100%;
       margin-bottom: 50px;
     
     }
     .text-intro-1{
       font-family: "montserrat", system-ui;
       font-weight: 500;
       font-style: normal;
       font-size: 30px;
     }
     
     .text-intro-2{
       font-family: "montserrat", system-ui;
       font-weight: 500;
       font-style: normal;
       font-size: 15px;
     }
     .col-rm-3,
     .col-rm-3 {
        margin-top: 100px;
       }
     
     .horizontal-line-rm-3 {
       width: 100%;
       height: 2px; 
       background: rgb(0, 0, 0); 
       margin: 20px 0; 
     }
     
     .icon-gears {
       position: absolute;
       top: 40px; 
       right: 60px; 
       font-size: 40px; 
       z-index: 10; 
     }
     
     .dashed-line {
       border-top: 5px dashed #ff475a; 
       margin-bottom: 10px;
       width: 80px; 
     }
     
     @media (max-width: 767px) {
       .grid-rm-3 {
         height: auto;
       }
     
       .col-rm-1,
       .col-rn-1 {
         padding-right: 20px;
         padding-left: 20px;
       }
     
       .rm-img {
         max-width: 100%; 
         height: 400px;
         padding-left: 20px;
         padding-right: 20px;
       }
     
       .text-intro-1 {
         font-size: 1.7rem; 
       }
     
       .text-intro-2 {
         font-size: 0.8rem; 
       }
     }
    


 



.grid-rm-service {
    margin-top: 100px;
  }
 
  .bg-rm-service {
    background-color: white;
    height: 700px;
  }

  .img-rm-service {
    width: 100%; 
    height: auto; 
    max-width: 500px; 
    padding-top: 30px;
  }

  .font-1-rm-service {
    font-family: "Montserrat", system-ui;
    font-weight: 500;
    font-size: 2rem;
  }

  .font-2-rm-service {
    font-family: "Montserrat", system-ui;
    font-weight: 500;
    font-size: 1rem;
    margin-top: 25px;
  }

  .rm-service-container {
    position: relative;
    padding-left: 20px; 
  }

  .rm-service-container::before,
  .rm-service-container::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #ddd;
  }

  .rm-service-container::before {
    right: 0;
    height: 100%;
  }

  .rm-service-container::after {
    right: 2px;
    width: 3px;
    height: 80px;
    background: #333;
  }

  /* Responsive Styling */
  @media (max-width: 767px) {
    .grid-rm-service {
      margin-top: 50px; 
    }

    .col-md-6,
    .col-md-6 {
      padding-right:20px;
      padding-left: 20px;
    }

    .img-rm-service {
      max-width: 100%;
    }

    .font-1-rm-service {
      font-size: 2.5rem;
    }

    .font-2-rm-service {
      font-size: 1.2rem;
    }

    .rm-service-container {
      padding-left: 20px; 
    }

    .rm-service-container::before {
      height: auto; 
    }
  }

  /*rm-service-2*/
  .grid-rm-service-2 {
    margin-top: 100px;
  }
 
  .bg-rm-service-2 {
    background-color: white;
    height: 700px; 
  }

  .img-rm-service-2 {
    width: 100%; 
    height: auto;
    max-width: 500px;
    margin-top: 130px;
  }

  .font-1-rm-service-2 {
    font-family: "Montserrat", system-ui;
    font-weight: 500;
    font-size: 2rem; 
  }

  .font-2-rm-service-2 {
    font-family: "Montserrat", system-ui;
    font-weight: 500;
    font-size: 1rem; 
    margin-top: 25px;
  }

  .rm-service-container-2 {
    position: relative;
    padding-left:50px; 
  }
  
  .rm-service-container-2::before,
  .rm-service-container-2::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #ddd;
  }
  
  .rm-service-container-2::before {
    left: 0; 
    height: 100%;
  }
  
  .rm-service-container-2::after {
    left: 2px; 
    width: 3px;
    height: 80px;
    background: #333;
  }
  

  /* Responsive Styling */
  @media (max-width: 767px) {
    .grid-rm-service-2 {
      margin-top: 50px; 
      margin-bottom: 50px;
    }

    .col-md-6,
    .col-md-6 {
      padding-right: 20px;
      padding-left: 20px;
     
    }

    .img-rm-service-2 {
      max-width: 100%;
      margin-top: 20px; 
      margin-bottom: 20px;
    }

    .font-1-rm-service-2 {
      font-size: 2.5rem;
    }

    .font-2-rm-service-2 {
      font-size: 1.2rem;
    }

    .rm-service-container-2 {
      padding-left: 20px;
    }

    .rm-service-container-2::before {
      height: auto; 
    }
  }

  /*map*/
  .grid-rm-map {
    margin-top: 100px;
  }
 
  .bg-rm-map {
    background-color: black;
    height: 700px;
    margin-top: 500px;
  }

  .img-rm-map {
    width: 100%; 
    height: auto; 
    max-width: 500px;
    padding-top: 30px;
  }

  .font-1-rm-map {
    font-family: "Montserrat", system-ui;
    font-weight: 500;
    font-size: 2rem; 
  }

  .font-2-rm-map {
    font-family: "Montserrat", system-ui;
    font-weight: 500;
    font-size: 1rem; 
    margin-top: 25px;
  }

  .rm-map-container {
    position: relative;
    padding-left: 20px; 
  }

  .rm-map-container::before,
  .rm-map-container::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #ddd;
  }

  .rm-map-container::before {
    right: 0;
    height: 200px;
  }

  .rm-map-container::after {
    right: 2px;
    width: 3px;
    height: 80px;
    background:white;
  }

  /* Responsive Styling */
  @media (max-width: 767px) {
    .grid-rm-map {
      margin-top: 50px;
    }

    .col-md-6,
    .col-md-6 {
      padding-right: 20px;
      padding-left: 20px;
    }

    .img-rm-map {
      max-width: 100%; 
    }

    .font-1-rm-map {
      font-size: 2.5rem; 
    }

    .font-2-rm-map {
      font-size: 1.2rem; 
    }

    .rm-service-map {
      padding-left: 20px; 
    }

    .rm-map-container::before {
      height: auto; 
    }
  }

  /*RM-MAP-2*/
 
  .bg-rm-map-2 {
    background-color:black;
    height: 100vh; 
  }

  .img-rm-map-2 {
    width: 100%; 
    height: auto; 
    max-width: 500px; 
    margin-top: 35px;
  }

  .font-1-rm-map-2 {
    font-family: "Montserrat", system-ui;
    font-weight: 500;
    font-size: 2rem; 
  }

  .font-2-rm-map-2 {
    font-family: "Montserrat", system-ui;
    font-weight: 500;
    font-size: 1rem; 
    margin-top: 25px;
  }

  .rm-map-container-2 {
    position: relative;
    padding-left:50px;
  }
  
  .rm-map-container-2::before,
  .rm-map-container-2::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #ddd;
  }
  
  .rm-map-container-2::before {
    left: 0; 
    height: 200px; 
  }
  
  .rm-map-container-2::after {
    left: 2px; 
    width: 3px;
    height: 80px;
    background: white;
  }
  

  /* Responsive Styling */
  @media (max-width: 767px) {
    

    .col-md-6,
    .col-md-6 {
      padding-right: 20px;
      padding-left: 20px;
     
    }

    .img-rm-map-2 {
      max-width: 100%;
      margin-top: 10px; 
      margin-bottom: 20px;
    }

    .font-1-rm-map-2 {
      font-size: 2.5rem; 
    }

    .font-2-rm-map-2 {
      font-size: 1.2rem; 
    }

    .rm-map-container-2 {
      padding-left: 20px; 
    }

    .rm-map-container-2::before {
      height: auto;
    }
  }

  .bg-rm-4 {
    background-color: black;
    height: 100hv;
    position: relative;
    z-index: 2;
  }
  
  .rm-img {
    width: 100%;
    height:auto;
  }
  
  
  .text-rm-4{
    text-align: start;
    padding-top: 60px;
  }
  
  .text-service-1{
    font-family: "montserrat", system-ui;
    font-weight: 500;
    font-style: normal;
    font-size: 35px;
  }
  
  .text-service-2{
    font-family: "montserrat", system-ui;
    font-weight: 500;
    font-style: normal;
    font-size: 15px;
    margin-bottom: 40px;
  }
  
  .horizontal-line-rm-4{
      width: 100%;
      height: 2px; 
      background: rgb(255, 255, 255); 
      margin: 20px 0; 
      margin-top: 40px;
    }
  
    @media (max-width: 767px) {
  
        .grid-rm-4 {
          margin-top: 20px;
        }
      
        .col-md-6,
        .col-md-6 {
          padding-right: 20px;
          padding-left: 20px;
        }
      
      
      
        .text-service-1 {
          font-size: 1.7rem; 
        }
      
        .text-service-2 {
          font-size: 0.8rem; 
        }
      
        .rm-img {
         max-width: 100%;
         height: auto;
        }
      
      }
  

  