@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700|Source+Sans+Pro:300,400,400i,600,600i,700&display=swap');

/* ================ */

#vms_hero{min-height: 100vh;}
.bgov{ position:absolute; top:0px; left:0px; width:100%; height:100%; background: rgba(0, 0, 0, 0.6); z-index:1;  }

.masked {
    position: relative;
}

.opener {
    color: #fff;
    padding: 170px 0 90px;
    position: relative;
    z-index: 2;
}

.rel-1 {
    position: relative;
    z-index: 1;
}

.opener .lead {
    color: #fff;
    font-size: inherit;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.7;
    margin-bottom: 0;
}

.opener h1, .opener .h1 {
    font-size: 46px; color:#fff ; /*#38fdff*/
}

.opener .lead-text {
    opacity: 0.7; color: #fff;
    font-size: 17px;
}

.lead-controls{
  margin-top:20px;
}

.lead-controls a{
  margin-top: 20px;
  vertical-align: middle;
}

.play-home{
  font-size: 15px;
  display:inline-block;
}

.play{
  display: inline-block;
}

.play .fa{
  padding:1px;
  color: inherit;
  vertical-align: middle;
  margin-right: 10px;
  -webkit-transition:all .5s;
  transition:all .5s;
}

.play:hover{
  text-decoration: none;
}

.btn-lead {
    position: relative;
    display: inline-block;
    background: #1A83A8;
    border: 2px solid #1A83A8;
    padding: 15px 30px 15px;
    height: 50px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 12px;
    color: #fff;
    letter-spacing: 0.05em;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: background-color .3sease-out;
    -o-transition: background-color .3s ease-out;
    transition: background-color .3sease-out;
}

.btn-lead{
  margin-right: 20px;
}

.btn-b-white {
    color: #fff !important;
    border-color: #fff !important;
    background-color: transparent;
}

.btn-b-white:hover {
    border-color: #1A83A8 !important;
    background-color: #1A83A8  !important;
}

.play:hover {
    text-decoration: none;
    color: #fff;
}

.btn-lead:hover,
.btn-lead:focus{
  color: #fff;
  border-color: #fff;
  outline: none;
  background-color: transparent;
}



.play-home .fa{
  padding:1px;
  color: inherit;
  vertical-align: middle;
  margin-right: 10px;
  font-size:50px;
  -webkit-transition:color .5s;
  transition:color .5s;
}

.play:hover{
  text-decoration: none;
  color: #fff;
}

.play:hover .fa{
  color: #1A83A8;
}

.content{
  position: relative;
  background-color: #fff;
}

.video-section {
    padding-top: 210px;
    padding-bottom: 210px;
}

.bgc-light {
    background-color: #f7f7f7;
}

.about p{line-height: 1.64;}
.sf-icn{margin-bottom: 10px}
.sf-icn img{height: 64px;}
.sf-icn svg{width: 84px;}
.section-body h3 {
    font-size: 22px;
    line-height: 1.4;
    font-weight: 700;
    color: #1A83A8;
    margin: 0;
}
.section-body p{color: #909090; margin: 10px 0 0; line-height:24px;}

.column {
    margin-top:30px;
}

.column .section-body {
    margin-top: 50px;
}

.media-left, .media-right, .media-body {
    display: table-cell;
    vertical-align: top;
}

.media-left, .media>.pull-left {
    padding-right: 16px;
}

.col-feature .fa {
    display: inline-block;
    color: #ec7550;
}

.col-feature svg, .col-feature img {
    display: inline-block;
    width:42px;
    margin-top:-8px;
}

.col-feature h4 {
    font-size: 15px;
    line-height: 1.4;
    font-weight: 700;
    color: #da4c56;
    margin: 0;
}
.col-feature p{color: #909090; margin: 10px 0 0; line-height:24px;}
.col-feature-img .feature-img{ border-radius:12px;  object-fit:cover;}

.section-sm {
    padding: 100px 0;
}
.bgc-primary {
    background-color:#43aeaa;
}

.section-sm h2 {
    font-size: 34px;
}
.section-sm img{position: absolute; top: 0px; left: 0px; width: 100%; height:100%; opacity: 0.1;}



.modal.fade .modal-dialog {
    -webkit-perspective: 1300px;
    perspective: 1300px;
}

.modal.fade.in .modal-content {
    opacity: 1;
    webkit-transform: translateZ(0) rotateX(0);
    -ms-transform: translateZ(0) rotateX(0);
    -o-transform: translateZ(0) rotateX(0);
    transform: translateZ(0) rotateX(0);
}

.modal-header {
    border: 0;
    min-height: 0;
    text-align: center;
    display: block;
}
.modal-header h2{color: #fff;}

.modal-header .close {
    color: #fff;
    position: absolute;
    z-index: 1;
    top: 10px;
    right: 20px;
    font-size: 40px;
    margin-top: -2px;
    cursor: pointer;
}

.modal-content {
    background-color: #43aeaa;
    padding: 20px 30px 40px;
    border-radius: 30px;
    -webkit-box-shadow: none;
    box-shadow: none;

}

.modal-body .form-group {
    margin-bottom: 30px;
}

.modal .form-control {
    border: 0;
}


.modal-content .form-control, .modal-content textarea.form-control {
    height: 50px;
    color: #9F9F9F;
    border-radius: 30px;
    padding-left: 22px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all .15s;
    -o-transition: all .15s;
    transition: all .15s;
}

.modal-content textarea.form-control {
    height: 120px;
    padding-top: 14px;
    border-radius: 30px;
    resize: none;
}

.hasError span.error{color:red; display:block; padding-left:5px; font-size: 12px;}
.copy{padding-left: 10px; padding-right: 10px;}


.btn-whatsapp-pulse-border {
  bottom: 120px;
  right: 20px;
  animation-play-state: paused;
}
.btn-whatsapp-pulse {
  background: #25d366;
  color: white;
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  padding: 35px;
  text-decoration: none;
  border-radius: 50%;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  z-index: 10;
}
.btn-whatsapp-pulse-border::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  padding: 25px;
  border: 5px solid #25d366;
  opacity: 0.75;
  animation-name: pulse-border;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

.btn-whatsapp-pulse, .btn-whatsapp-pulse:hover{text-decoration: none;}
.btn-whatsapp-pulse .fa-whatsapp{color: #fff;}

@keyframes pulse-border {
  0% {
    padding: 25px;
    opacity: 0.75;
  }
  75% {
    padding: 50px;
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}


@media (min-width: 1200px) {
    .opener {padding: 300px 0 230px;}
    .col-feature .media-left {
        width: 71px;
        text-align: right;
    }
    .col-feature .kf-icn img {
        max-height: 60px;
        max-width: 60px;
    }

    .col-feature-img .feature-img{min-height: 610px;}
    #features2 .feature-img{min-height: 650px; margin-top:130px; }
}

@media (min-width: 992px) {
    .column-padding {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (min-width: 768px) {
    .opener {padding: 240px 0 160px;}
    .section {
        padding-top: 140px;
        padding-bottom: 140px;
    } 
}

@media (max-width: 600px) {
  #requestModal .modal-dialog{ width:98% !important; }
  #requestModal .modal-content{ width:98% !important; }
  #requestModal .modal-title{font-size: 28px;}
  .modal-content .form-control{height: 42px;} 
  .modal-content textarea.form-control{height:90px;}

  .opener h1, .opener .h1{font-size:25px;}
  .opener .lead-text{font-size: 15px; line-height: 1.85;}

 #about, .section{padding: 4rem 0 2rem;}
  #about .offset-2{margin-left:10px; margin-right: 10px;}

  #about h2, #video-section h2, #banner h2{font-size: 28px;}
  #banner .text-opacity{font-size: 15px; margin-bottom: 25px; display: block;}

  .col-feature-img .feature-img{min-height: 120px; max-height: 120px; width: 100%; display: none;}
}


/* Burger Button Styles */
        .burger {
            font-size: 24px;
            cursor: pointer;
            padding: 10px;
        }

        /* Sidebar Styles */
        .sidebar {
            height: 100vh;
            width: 250px;
            background-color: #f4f4f4;
            position: fixed;
            top: 0;
            right: -250px; /* Changed to right */
            transition: right 0.3s ease;
            z-index: 1000;
        }

        .sidebar.active {
            right: 0; /* Slide in from right */
        }

        /* Close Button */
        .close-btn {
            font-size: 24px;
            cursor: pointer;
            padding: 15px;
            text-align: right;
            color: #333;
        }

        .sidebar ul {
            list-style: none;
            padding: 20px;
        }

        .sidebar ul li {
            margin: 20px 0;
        }

        .sidebar ul li a {
            text-decoration: none;
            color: #333;
            font-size: 18px;
        }

        .sidebar ul li a:hover {
            color: #007bff;
        }

        /* Backdrop Styles */
        .backdrop {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            opacity: 0;
            visibility: hidden;
            transition: opacity 0.3s ease;
            z-index: 999;
        }

        .backdrop.active {
            opacity: 1;
            visibility: visible;
        }

        /* Main Content */
        .content {
            margin: 20px;
        }

        @media (max-width: 768px) {
            .sidebar {
                width: 200px;
                right: -200px; /* Adjusted for smaller screens */
            }

            .sidebar.active {
                right: 0;
            }
        }
