:root {
    --brand: #0d6efd;
    --muted: #6c757d;
}
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: #fff;
}
#services .card-title {
    color: #234882 !important;
    font-weight: 600;
}
strong {
    color: #234882 !important;
}

.hero {
    /* background: linear-gradient(180deg, rgba(13, 110, 253, 0.3), rgba(13, 110, 253, 0.02)); */
    padding-top: 125px !important;
    background-image: linear-gradient(to left bottom, #f1f0f8, #f2f0f8, #f3f0f8, #f5f0f8, #f6f0f8, #f6f0f8, #f6f0f7, #f6f0f7, #f4f0f7, #f3f0f7, #f1eff6, #f0eff6);
    /* background-image: linear-gradient(to left bottom, #e7e6f6, #eae7f6, #ede7f5, #f0e8f5, #f2e9f4, #f1e9f3, #f1e8f2, #f0e8f1, #ede6f0, #eae4ef, #e6e2ed, #e3e0ec); */
    /* background-image: linear-gradient(to left top, #051937, #004d7a, #008793, #00bf72, #a8eb12); */
    /* background-image: linear-gradient(to left, #2a19da, #006dff, #0097fa, #00b8d2, #00d4b1, #00dfa5, #00e892, #22f17a, #00f08e, #00eea0, #00ecb0, #23e9bd); */
    /* background-color: #abd9fb; */
    /* background: #abd9fb url('./assets/./first-banner-hero.jpg') no-repeat right center;
    background-size: 50%; */
    /* background: #fff url(./assets/'./first-banner.jpg') no-repeat fixed center; */
}
.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: 8px;
}

.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;
    /* background: url(./assets/services1.jpg) no-repeat ; */
}

#services .card-title {
    padding-top: 15px;
    text-align: center;
}

.gold {
    /* color: #bf9b30; */
    /* text-shadow: 1px 1px 0px #234882; */
    background-color: goldenrod;
}
#products {
    /* background: url(./assets/'./first-banner.jpg') no-repeat; */
    background: url(./assets/services1.jpg) no-repeat ;   
}

#contact {
    /* background: url(./assets/'./contact-banner.jpg'); */
}

#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;
  }

  .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;
}