:root {
    --brand: #0d6efd;
    --muted: #6c757d;
    --vmb-primary-color: #234882;
    --vmb-secondary-color: rgb(124 185 66);
    --vmb-ternary-color: rgb(59 189 182);
}
html {
  scroll-padding-top: 100px; /* Adjust to the height of your fixed navbar */
}
body {
    font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
    color: #234882 !important;
    background-image: linear-gradient(to left bottom, #f1f0f8, #f2f0f8, #f3f0f8, #f5f0f8, #f6f0f8, #f6f0f8, #f6f0f7, #f6f0f7, #f4f0f7, #f3f0f7, #f1eff6, #f0eff6);

}
#services, #contact {
    background-color: aliceblue;
}
#services .card {
    box-shadow: 0 4px 12px rgba(0,0,0,0.08) !important;
    background-color: linear-gradient(135deg, #f8f9fa, #e9ecef) !important;
     border: none !important;
     border-radius: 12px !important;
     transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#services .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15) !important;
}
#services .card-title {
    color: #234882 !important;
    font-weight: 600;
    text-align: left;
}
#services .card a {
    text-decoration: none;
    color: inherit;
}
strong {
    color: #234882 !important;
}

.hero {
    padding-top: 100px !important;
    background-image: linear-gradient(to left bottom, #f1f0f8, #f2f0f8, #f3f0f8, #f5f0f8, #f6f0f8, #f6f0f8, #f6f0f7, #f6f0f7, #f4f0f7, #f3f0f7, #f1eff6, #f0eff6);

}
.triangle {
    width: 0;
    height: 0;
    border-left: 100em solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 100px solid #2196F3;
}

.hero .lead {
    text-align: justify;

}

.site-font-color {
    color: #234882 !important;
}

.tech-badge {
    border-radius: 6px;
    border: 1px solid #e9ecef;
    padding: .35rem .6rem;
    font-size: .85rem
}

.card-project img {
    height: 160px;
    object-fit: cover
}

.founder-photo {
    width: 124px;
    height: 124px;
    border-radius: 12px;
    object-fit: cover;
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
}
.founder-photo:hover {
  transform: translate(100%, -50%) scale(3);
}

footer {
    background: #0b1726;
    color: #fff;
    padding-top: 1.5rem;
}

.social-icons {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
}

.social-icons li {
  margin: 0 15px;
}

.social-icon {
  color: white;
  font-size: 24px;
  transition: color 0.3s ease, transform 0.3s ease;
}

.social-icon:hover {
  color: #f39c12;  /* Yellow color on hover */
  transform: scale(1.2); /* Slight zoom effect */
}

.social-icon.facebook:hover {
  color: #3b5998; /* Facebook Blue */
}

.social-icon.twitter:hover {
  color: #1da1f2; /* Twitter Blue */
}

.social-icon.instagram:hover {
  color: #e4405f; /* Instagram Pink */
}

.social-icon.linkedin:hover {
  color: #0077b5; /* LinkedIn Blue */
}

.social-icon.youtube:hover {
  color: #ff0000; /* YouTube Red */
}
.wave {
    height: 80px;
    overflow: hidden
}

.cta-btn {
    background: var(--brand);
    color: #fff
}

.logo {
    height: 80px;
    padding: 15px 0px;
}

.navbar {
    position: fixed;
    width: 100%;
    z-index: 1000;
    background-color: #fff !important; 
}

.first-block {
    height: 75vh;
}

.custom-btn {
    border-radius: 50%;
    box-shadow: 0 0 10px #a0a0a0;
    letter-spacing: 1px;
    font-size: 15px;
    border: 0 #000;
    background-color: #234882;
    border-radius: 30px;
    padding: 10px 25px;
}

.custom-btn-s {
    box-shadow: 0 0 10px #a0a0a0;
    letter-spacing: 1px;
    font-size: 15px;
    text-transform: capitalize;
    border: 0 #000;
    background-color: #234882;
    padding: 10px 25px;
    border-radius: 30px;
}

.ml-2 {
    margin-left: 16px;
}

.nav-item .nav-link:hover {
    color: #234882 !important;
    /* font-weight: 600; */
}

.nav-bar-solid {
    background-color: white !important;
    /* background: linear-gradient(180deg, rgba(13, 110, 253, 0.3), rgba(13, 110, 253, 0.02)) !important; */

}

#services {
    /* background: linear-gradient(180deg, rgba(13, 110, 253, 0.02), rgba(13, 110, 253, 0.3)); */
}
#products {
    background: linear-gradient(180deg, rgba(13, 110, 253, 0.3), rgba(13, 110, 253, 0.02));
}

.services-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 5px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.learn-more {
    /* background-color: #234882; */
    /* border: 1px solid #234882; */
    /* border-radius: 30px; */
    width: 100%;
    /* padding: 0.8rem; */
    font: 1em sans-serif;
    color: #234882;
    cursor: pointer;
    text-align: center;
}
.learn-more:hover {
    /* background-color: white; */
    color: #0d6efd;
    /* border: 1px solid #0d6efd; */
    transition: background-color 0.3s ease;
}
.hidden {
    display: none;
}
.learn-more-content {
    height: 200px;
    margin-bottom: 15px;
    vertical-align: middle;
    padding: 15px;
    
}
#services .card-body {
    cursor: pointer;
    padding: 0px;
}

#services .card-title {
    padding-top: 15px;
    text-align: center;
}

.gold {
    background-color: goldenrod;
}
#products {
    background: url(/assets/services1.jpg) no-repeat ;   
}


#contact input, #contact textarea, #contact select {
    border: 1px solid #ced4da;
    border-radius: 4px;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    font-size: 1rem;
    margin-bottom: 15px;
    background: transparent;
}

.vmb-contact-head {
    text-align: left;
    margin-bottom: 20px
}

.vmb-contact-info .vmb-contact-head {
    padding-left: 10px
}

.vmb-contact-head span.prefix {
    font-size: 16px;
    margin-bottom: 10px;
    display: block;
    color: #202020;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase
}

.vmb-contact-head h3 {
    font-size: 26px;
    color: #181b31;
    line-height: 60px;
    width: 100%;
    margin: 0 auto 10px
}

.vmb-contact-head h3 span {
    color: #234882;
}

.view-more-portfolio-btn {
    text-decoration: none;
    color: #234882;
    font-size: 1.2rem;
    padding-top: 15px;
}

.view-more-portfolio-btn:hover {
    opacity: 0.8;
    color: #78b930;
}
.contact-info-card {
    text-align: center;
    padding: 2.1rem;
    border: 0.5px solid #e9ecef;
    border-radius: 8px;
    box-shadow: 0 0 5px #e9ecef;
    margin: 20px;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    cursor: pointer;
}
.contact-info-card a {
    text-decoration: none;
    color: #234882;
    font-weight: 500;
    opacity: 0.9;
}
.contact-info-card:hover {
    border: 1px solid rgba(32, 72, 130, 0.5);

}
.contact-info-card .fa {
    font-size: 2.5rem;
    color: #234882;
    margin-bottom: 25px;
}
.header-line {
    /* border-top: 5px solid red; */
    height: 4px;
    width: 80px;
    background-color: #31b3a9;
    margin: auto;
    margin-bottom: 20px;
}
.navbar-toggler {
    border-width: 0px !important;
}
.contact-btn-mobile {
    display: none;
}
.fixed-bottom-buttons {
    position: fixed;
    bottom: 0;
    left: 12px;
    width: 100%;
    background-color: #fff;
    /* border-top: 1px solid #ddd; */
    z-index: 1030;
    font-size: 17px;
}

.btn-quote {
    /* width: 60%; */
    float: right;
}
.btn-call, .btn-email, .btn-quote {
    /* width: 19%; */
    text-align: center;
    padding: 15px;
    text-decoration: none;
    font-weight: bold;

}

.btn-call:hover, .btn-email:hover, .btn-quote:hover {
    opacity: 0.7;
}
.btn-call {
    background-color: #28a745;
    color: #fff;
}
.btn-email {
    background-color: #c71610;
    color: #fff;

}
.btn-quote {
    background-color: #4b4e53;
    color: #fff;
    
}
#portfolio .card-title, #portfolio .card-text {
  white-space: nowrap;       /* Prevent text from wrapping to the next line */
  overflow: hidden;          /* Hide overflowed content */
  text-overflow: ellipsis;   /* Show "..." for overflowed text */
  color: #234882;
}

#portfolio .card-text {
    max-height: 3rem;
    overflow: hidden;
    transition: max-height 1.5s ease-in-out, opacity 0.3s ease;
    opacity: 0.9;
    white-space: normal;
}

#portfolio .card-text:hover {
    max-height: 20rem;
    opacity: 1;
}
.contact-form-container {
    padding: 30px;
    border: 0.5px solid #e9ecef;
    border-radius: 8px;
    box-shadow: 0 0 5px #e9ecef;
}

@keyframes slide-up {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}

/* Custom modal dialog for slide effect */
.modal-dialog-slide-up {
  margin: 0;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  transition: transform 0.3s ease-out;
}

/* Apply animation when modal opens */
.modal.show .modal-dialog-slide-up {
  animation: slide-up 0.3s ease-out;
}
.close-mobile-dialog {
    width: 75px;
    height: 5px;
    background-color: #ccc;
    border-radius: 2px;
    position: relative;
    margin: 10px;
    cursor: pointer;
    margin: auto;
    border: none;
}
#bottomModal .modal-header {
    border: none;
}
#services .card-text.text-muted {
    padding: 0 15px;
}

#services p {
    padding: 0 15px 15px 15px;
}
#resultModal .modal-header {
    border-bottom: 0px;
}
#resultModal .modal-title {
    width: 100%;
    text-align: center;
}
#resultModal .btn-close {
    padding: 0px;
    margin: 0px;
}

/* CSS here applies only when the screen width is 768px or less */
@media (max-width: 768px) {
  .logo {
      height: 60px;
      padding: 10px 0px;
  }
  .hero-img {
    width: 50%;
    margin: auto;
  }
  .hero {
    padding-top: 80px !important;
  }

  .modal-dialog-slide-up {
    max-width: 100%;
    height: auto;
    margin: 0;
  }
  .modal-content {
    border-radius: 16px 16px 0 0;
  }
  html {
    scroll-padding-top: 70px; /* Adjust to the height of your fixed navbar */
  }
  footer {
    padding-bottom: 60px !important;
    padding-top: 1.5rem;
  }
}

@media (max-width: 991px) {
    .contact-btn-mobile {
    display: block;
  }
  .hero-img {
    width: 50%;
    margin: auto;
  }
  .contact-btn {
    display: none;
  }
}
.breadcrumb ol {list-style: none; padding: 0; margin: 0; display: flex; gap: 6px; font-size: 14px;}
.breadcrumb li::after {content: "/"; margin-left: 6px; color: #555;}
.breadcrumb li:last-child::after {content: ""; }
.breadcrumb a {text-decoration: none; color:#0066ff;}
.breadcrumb a:hover {text-decoration: underline;}

.muted.author {
    color: #6c757d;
    font-size: 0.9rem;
    margin-top: -10px;
    margin-bottom: 20px;
}
.blog-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #234882;
}
.form-control::placeholder {
  color: #212529 !important;
}

.form-control::-webkit-input-placeholder {
  color: #212529 !important;
}

.form-control::-moz-placeholder {
  color: #212529 !important;
}

.form-control:-ms-input-placeholder {
  color: #212529 !important;
}

#cookieConsent .card {
  border-radius: 10px;
}

#cookieConsent .btn {
  min-width: 90px;
}
.cursor-pointer {
    cursor: pointer;
}
.video-close {
  position: absolute;
  top: 8px;
  right: 8px;
  background: rgba(0,0,0,0.6);
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  font-size: 18px;
  line-height: 30px;
  cursor: pointer;
  z-index: 10;
}
@media (min-width: 992px) {
  .modal-desktop-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 3.5rem); /* Matches Bootstrap's internal centering math */
  }
}
.tech-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 30px;
  background: #f8f9fa;
  font-size: 14px;
  font-weight: 500;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

.tech-badge img {
  width: 22px;
  height: 22px;
}
.value-card {
    border: 1px solid #e9ecef;
    border-radius: 12px;
    padding: 30px;
    text-align: center;
    transition: all 0.3s ease;
    background-color: #fff !important;
}

.value-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}
.text-muted-lg {
    font-size: 1.1rem;
    text-align: justify;
    line-height: 1.8rem;
}

.call-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 75px;
  height: 75px;
  background-color: var(--vmb-secondary-color); /* Bootstrap primary */
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  z-index: 999;
  border: 1px solid var(--vmb-secondary-color);
}

.call-float:hover {
  color: #0b5ed7;
  background-color: #fff;
}
#bottomModal .close-desktop {
    display: block;
}
@media (min-width: 768px) {
    #bottomModal .modal-dialog {
        display: flex;
        align-items: center;
        min-height: 100vh;
        margin: auto;
    }

    #bottomModal .modal-header {
        display: none;
    }

    #bottomModal .close-mobile-dialog {
        border: none;
        text-align: right;
        width: 15px;
        height: 15px;
        position: absolute;
        right: 24px;
        top: 6px;
        background-color: transparent;
    }
    #bottomModal .close-mobile-dialog::before {
        content: "X"; /* The text you want to show */
        font-size: 16px;
        font-weight: 100;
        color: gray;
        cursor: pointer;
        font-family: sans-serif;
    }

    #bottomModal #contactForm .col {
        flex: unset;
    }

    #bottomModal #contactForm #phone, #bottomModal #contactForm #service {
        margin-top: 1rem;
    }

    #bottomModal #contactForm .custom-btn-s {
        float: right;
    }

    #bottomModal .close-mobile {
        display: none;
    }
}

.modal-responsive-contact {
  max-width: 50%;
}

/* Mobile */
@media (max-width: 426px) {
  .modal-responsive-contact {
    max-width: 100%;
    margin: 0;
  }
  #bottomModal .close-desktop {
    display: none;
}
}
.home-carousel .carousel-item .card {
    background: #c2e59c;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #64b3f4, #c2e59c);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #64b3f4, #c2e59c); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

@media (min-width: 427px) {
    .home-carousel .carousel-item .card {
        height: calc( 100vh - 130px);
    }
}

.home-carousel .carousel-item .card{
    padding-top: 40px;
}

.a-tech-badge {
    text-decoration: none;
    color: var(--vmb-primary-color);
    display: inline-block;
}

.sticky-top-info {
    position: sticky;
    top: 0;
    z-index: 1020;
    background-color: var(--vmb-primary-color);
    background: #234882;
    background: linear-gradient(135deg, #0f172a, #2563eb);
/* background: linear-gradient(90deg, rgba(35, 72, 130, 1) 17%, rgba(124, 185, 66, 1) 49%, rgba(59, 189, 182, 1) 82%); */
    color: #fff !important;
}

.sticky-top-info a {
    color: #fff !important;
    text-decoration: none;
}

.testimonial-card {
    box-shadow: 0 4px 12px rgba(0,0,0,0.08) !important;
    background-color: linear-gradient(135deg, #f8f9fa, #e9ecef) !important;
     border: none !important;
     border-radius: 12px !important;
     transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15) !important;
}
.card-img-top {
    height: 200px;
    object-fit: cover;
    object-position: top !important;
}
.card-img-top-page {
    height: 400px;
    object-fit: cover;
    object-position: top !important;
}

.recent-item img {
    width: 90px;
    height: 60px;
    object-fit: cover;
    border-radius: 4px;
}

.recent-item img:hover {
    transform: scale(1.05);
    transition: transform 0.3s ease;
}

.recent-item a {
    color: #234882;
    font-weight: 500;
    text-decoration: none;
}
.recent-item a:hover {
    text-decoration: underline;
}
.recent-blog-title {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 30px;
    color: #234882;
}
.contact-card{
    padding:22px;
    border-radius:14px;
    position: absolute;
    display:flex;
    align-items:flex-start;
    gap:14px;

    background:linear-gradient(135deg, #0f172a, #2563eb);

    border:1px solid rgba(0,255,180,0.25);

    box-shadow:
        0 0 15px rgba(0,255,180,.08),
        inset 0 0 12px rgba(0,255,180,.03);
}

.icon-box{
    width:34px;
    height:34px;

    display:flex;
    align-items:center;
    justify-content:center;

    color:#fff;
    font-size:20px;
}

.content h3{
    color: #fff;
    margin:0 0 8px;
    font-size:28px;
    font-weight:700;
}

.phone{
    margin-bottom:8px;
    color:#ffffff;
    font-size:18px;
    font-weight:700;
}

.time{
    color:#8a929d;
    font-size:14px;
}
.modal-fullscreen-desktop .modal-content .modal-body {
    height: 80vh;
    overflow-y: scroll;
}

@media (min-width: 426px) and (max-width: 1500px) {
    .modal-fullscreen-desktop {
        width:80vw;
        max-width:none;
        height:100vh;
        margin:0;
    }

    

    .modal-fullscreen-desktop .modal-content{
        height:80vh;
        border-radius:0;
    }
}