html,
body {
  overflow-x: hidden;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1400px !important;
    }
  }
#V-Tech-std-inpage .bg-custom-1 {
  background-color: #bf750b;
}

#V-Tech-std-inpage .bg-custom-2 {
  background-image: linear-gradient(15deg, #13547a 0%, #80d0c7 100%);
}

#V-Tech-std-inpage .navbar-dark .navbar-nav .active>.nav-link,
#V-Tech-std-inpage .navbar-dark .navbar-nav .nav-link.active,
#V-Tech-std-inpage .navbar-dark .navbar-nav .nav-link.show,
#V-Tech-std-inpage .navbar-dark .navbar-nav .show>.nav-link {
  color: #bf750b;
  border-bottom: 4px solid #bf750b;
  font-weight: 600;
}

#V-Tech-std-inpage .navbar-dark .navbar-nav .nav-link {
  color: #ffffff;
}

#V-Tech-std-inpage .navbar {
  /* background-color: #547495 !important; */
  /* background-color: #000000 !important; */
  /* background-color: #0d1b42 !important; */
  background-color: transparent !important;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

#V-Tech-std-inpage .navbar .container-fluid {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding: 0;
}

#V-Tech-std-inpage .navbar-brand {
  padding: 0;
  margin-right: 1rem;
}

/* #V-Tech-std-inpage .vtech-bg-1 {
  background-image: url("../images/feature-1.jpg");
  background-color: #cccccc;
  height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0px;
} */

#V-Tech-std-inpage .nav-item a {
  color: #ffffff;
  font-size: 1rem;
  font-style: normal;
  text-transform: capitalize;
  /* font-weight: 900 !important; */
  /* font-family: monospace; */
  /* letter-spacing: 0.5px; */
  font-family: 'OptimisticDisplay-Medium', sans-serif;
}

#V-Tech-std-inpage .nav-item a:hover {
  border-bottom: 2px solid #bf750b;
  color: #bf750b;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
}

#V-Tech-std-inpage .nav-item a:active {
  border-bottom: 4px solid #bf750b;
  color: #bf750b;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
}

#V-Tech-std-inpage .Vtech-background-image {
  height: auto;
  line-height: 0;
  position: relative;
  z-index: 1;
}

#V-Tech-std-inpage .Vtech-f1 {
  clear: both;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

#V-Tech-std-inpage .Vtech-f1 .Vtech-text-block {
  bottom: 0;
  left: 0;
  margin: 0 auto;
  padding-top: 30px;
  position: absolute;
  right: 0;
  text-align: left;
  top: 0;
  z-index: 2;
}

#V-Tech-std-inpage .Vtech-std-content {
  padding: 15px;
}

#V-Tech-std-inpage .Vtech-f1 .Vtech-top {
  top: 5.5555%
}

#V-Tech-std-inpage .Vtech-f1 .Vtech-middle {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

#V-Tech-std-inpage .Vtech-f1 .Vtech-bottom {
  bottom: 5.5555%
}

#V-Tech-std-inpage .Vtech-std-pad {
  padding: 15px;
}

#V-Tech-std-inpage .Vtech-std-desc {
  font-family: 'OptimisticDisplay-Medium', sans-serif;
  color: #000;
     font-size: 1.125rem;
  line-height: 1.4;
  overflow: hidden;
  padding:5px 5px;
}

#Vtech-inpage #V-Tech-std-inpage .Vtech-std-title {
  font-family: "OptimisticDisplay-Medium", "Arial", "Helvetica", sans-serif;
font-size: 2rem;
  color: #bf750b;
  line-height: 1.2;
  font-weight: 500;
  padding:5px 5px;
}

/* Main title in orange */
/* Subtitle in blue gradient */
#V-Tech-std-inpage .vtech-feature-7 .Vtech-sub-title {
  background: none;
  color: #fff;
  /* or try #c7d0e2 for a soft light blue */
  -webkit-background-clip: initial;
  background-clip: initial;
  -webkit-text-fill-color: initial;
}

#V-Tech-std-inpage .Vtech-sub-title {
  font-family: "OptimisticDisplay-Medium", "Arial", "Helvetica", sans-serif;
  font-size: 1.5rem;
  /* color: #0e4a51; */
  /* color: #83acd8; */
  line-height: 1.2;
  font-weight: 400;
  padding:5px 5px;
  background: linear-gradient(129deg, #0d1b42 20%, #13547a 46%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

#V-Tech-std-inpage .vtech-feature-2 .container-fluid,
#V-Tech-std-inpage .vtech-feature-2 .container {
  padding: 0px;
}

#V-Tech-std-inpage .Vtech-std-button button {
  background-color: #bf750b;
  border: none;
  color: white;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 0.875rem;
  margin: 4px 2px;
  cursor: pointer;
}

#V-Tech-std-inpage .Vtech-std-button button:hover {
  background-color: #bf750b;
  color: white;
  border: none;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
}

#V-Tech-std-inpage .Vtech-std-button button a {
  color: white;
}

#V-Tech-std-inpage .btn-danger {
  color: #fff;
  background-color: #bf750b;
  border-color: #bf750b;
}

#V-Tech-std-inpage .Vtech-section-top {
  margin-top: 3%;
}

#V-Tech-std-inpage .Vtech-section-bottom {
  margin-bottom: 3%;
}

#V-Tech-std-inpage .Vtech-img-responsive {
  display: block;
  max-width: 100%;
  position: relative;
  width: 100%;
}

#V-Tech-std-inpage .bg-gray {
  box-shadow: 2px 2px 0px 0px rgb(0 0 0 / 7%);
  -webkit-box-shadow: 2px 2px 0px 0px rgb(0 0 0 / 7%);
  -moz-box-shadow: 2px 2px 0px 0px rgb(0 0 0 / 7%);
  background-color: #F7F7F7;
      height: 100%;
}

#V-Tech-std-inpage .bg-gray .icons {
  background-color: #ffffff;
  padding: 8px;
  margin-bottom: 20px;
}


#V-Tech-std-inpage .vtech-feature-5,
#V-Tech-std-inpage .vtech-feature-3 {
  background: #DFE7E9;
  padding: 60px 30px;
}

#V-Tech-std-inpage .bg-gray .Vtech-sub-title {
  font-size: 1.125rem;
  font-weight: 600;
  position: relative;
  /* Required for pseudo-elements */
  padding-bottom: 15px;
  /* Space for the borders */
  margin-bottom: 20px;
  /* Optional: Add spacing below the title */
  display: inline-block;
  /* Make the border match the text width */
  text-align: center;
  /* Center-align the text */
}

#V-Tech-std-inpage .bg-gray .Vtech-sub-title::before {
  content: '';
  display: block;
  height: 4px;
  /* Thickness of the border */
  width: 61%;
  /* Each line is 30% of the title's width */
  background-color: #bf750b;
  /* Border color */
  border-radius: 5px;
  /* Add radius to the border */
  position: absolute;
  bottom: 0;
  /* Align the lines at the bottom of the title */
}

#V-Tech-std-inpage .bg-gray .Vtech-sub-title::after {
  content: '';
  display: block;
  height: 4px;
  /* Thickness of the border */
  width: 34%;
  /* Each line is 30% of the title's width */
  background-color: #bf750b;
  /* Border color */
  border-radius: 5px;
  /* Add radius to the border */
  position: absolute;
  bottom: 0;
  /* Align the lines at the bottom of the title */
}

#V-Tech-std-inpage .bg-gray .Vtech-sub-title::before {
  left: 0;
  /* Position the first line at the start of the title */
}

#V-Tech-std-inpage .bg-gray .Vtech-sub-title::after {
  right: 0;
  /* Position the second line at the end of the title */
}

#V-Tech-std-inpage .vtech-feature-7 {
  /* background-color: #0d1b42; */
  background-image: linear-gradient(90deg, #0d1b42 40%, #13547a 100%);


}

#V-Tech-std-inpage .vtech-feature-7 .Vtech-border-radius {
  border-radius: 10px;
  background-color: #ffffff;
  padding: 20px 10px;
}

#V-Tech-std-inpage .Vtech-input-pad {
  padding: 10px 40px;
}

#V-Tech-std-inpage .vtech-feature-7 .V-tech-input {
  width: 100%;
  border-radius: 10px;
  background-color: #F7F7F7;
  border: 1px solid #f7f7f7;
  height: 40px;
}

#V-Tech-std-inpage .vtech-feature-7 .V-tech-input-textarea {
  width: 100%;
  border-radius: 10px;
  background-color: #F7F7F7;
  border: 1px solid #f7f7f7;
}

#V-Tech-std-inpage .btn-submit {
  background-color: #bf750b;
  color: #fff;
}

/* Add at the end of your styles.css */
.Vtech-contact-card {
  padding: 30px 20px;
  background: #fff;
  border-radius: 16px;
  box-shadow: none !important;
}

.Vtech-contact-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 24px;
}

.Vtech-contact-icon {
  width: 56px;
  height: 56px;
  background: #f7f7f7;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
  font-size: 2rem;
  color: #bf750b;
}

.Vtech-contact-title {
  font-weight: 700;
  font-size: 1.15rem;
  margin-bottom: 4px;
}

.Vtech-contact-title.call,
.Vtech-contact-title.email,
.Vtech-contact-title.location {
  color: #bf750b;
}

.Vtech-contact-text {
  color: #222;
  font-size: 1rem;
}

.Vtech-contact-social-title {
  text-align: center;
  font-size: 1.3rem;
  font-weight: 700;
  margin: 24px 0 12px 0;
  color: #222;
}

.Vtech-contact-social {
  display: flex;
  justify-content: center;
  gap: 18px;
}

.Vtech-contact-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #bf750b;
  border-radius: 12px;
  color: #fff;
  font-size: 1.5625rem;
  transition: background 0.2s;
  text-decoration: none;
}

.Vtech-contact-social a:hover {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #bf750b;
  border-radius: 12px;
  color: #fff;
  font-size: 1.5625rem;
  transition: background 0.2s;
  text-decoration: none;
}



.Vtech-contact-icon i.fas {
  color: #bf750b;
  font-size: 1.5rem;
}

/* Footer CSS */
/* --- Custom Footer Styles --- */
footer.bg-dark {
  /* background: #0d1b42 !important; */
  background-image: linear-gradient(90deg, #0d1b42 40%, #13547a 100%);
  color: #fff;
  font-family: 'OptimisticDisplay-Medium', Arial, sans-serif;
  font-size: 1rem;
  letter-spacing: 0.01em;
  margin-top: 20px;
}

footer .fw-bold,
footer h5 {
  color: #fff;
}

footer .fw-bold span.d-block,
footer h5 span.d-block {
  background: #bf750b;
  height: 4px;
  width: 40px;
  border-radius: 2px;
  margin-top: 6px;
  margin-bottom: 0;
  display: inline-block;
}

footer .rounded-circle {
  background: #bf750b !important;
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

footer .fw-bold.fs-4 {
  color: #fff;
  font-size: 1.5rem !important;
  margin-left: 10px;
}

footer .small,
footer ul li,
footer p {
  color: #c7d0e2 !important;
  font-size: 1rem;
      text-transform: capitalize;
}

footer .d-flex.gap-2 a {
  background: #fff !important;
  color: #bf750b !important;
  border-radius: 12px;
  width: 48px;
  height: 48px;
  font-size: 1.5rem;
  margin-right: 8px;
  transition: background 0.2s, color 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}

footer .d-flex.gap-2 a:last-child {
  margin-right: 0;
}

footer .d-flex.gap-2 a:hover {
  background: #bf750b !important;
  color: #fff !important;
}

footer ul {
  padding-left: 0;
  list-style: none;
}

footer ul li {
  margin-bottom: 10px;
}

footer .text-danger {
  color: #bf750b !important;
}

footer .bg-white {
  background: #fff !important;
}

footer .d-flex.align-items-center>span {
  border-radius: 12px !important;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
}


footer .ms-3 {
  margin-left: 1rem !important;
}

footer .form-control {
  background: #fff;
  border-radius: 10px;
  border: none;
  color: #222;
  font-size: 1rem;
  padding: 10px 16px;
}

footer .form-control:focus {
  box-shadow: 0 0 0 2px #bf750b33;
  border-color: #bf750b;
}

footer .btn-danger {
  background: #bf750b !important;
  border: none;
  color: #fff;
  font-weight: 500;
  padding: 10px 0;
  border-radius: 10px;
  transition: background 0.2s;
}

footer .btn-danger:hover {
  background: #bf750b !important;
  color: #fff;
}

@media (max-width: 991.98px) {
  footer .row>div {
    margin-bottom: 2rem;
  }
}

@media (max-width: 767.98px) {
  footer .fw-bold.fs-4 {
    font-size: 1.2rem !important;
  }

  footer .d-flex.gap-2 a {
    width: 40px;
    height: 40px;
    font-size: 1.2rem;
  }



  footer .d-flex.align-items-center img {
    width: 50px;
    height: 50px;
  }
}


@media (max-width: 575.98px) {
  #V-Tech-std-inpage .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  #V-Tech-std-inpage .vtech-feature-2,
  #V-Tech-std-inpage .vtech-feature-2 img {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto;
    display: block;
  }

  #V-Tech-std-inpage .vtech-feature-2 img {
    height: 300px;
    /* or auto, or any value you want */
    object-fit: cover;
  }

  #V-Tech-std-inpage .Vtech-f1 {
    position: relative;
  }

  #V-Tech-std-inpage .Vtech-f1 .Vtech-text-block {
    position: relative;
  }

  #V-Tech-std-inpage .Vtech-f1 .Vtech-middle {
    transform: translateY(0%);
  }

  #V-Tech-std-inpage .vtech-feature-7 .p-5 {
    padding: 1rem !important;
  }

  #V-Tech-std-inpage .Vtech-input-pad {
    padding: 10px 10px;
  }

  /* Make collapsed navbar menu background and text visible */
  #V-Tech-std-inpage .navbar-dark .navbar-collapse {
    background: linear-gradient(90deg, #0d1b42 40%, #13547a 100%);
    /* or your preferred color */
  }

  #V-Tech-std-inpage .navbar-dark .navbar-nav .nav-link {
    color: #fff !important;
  }

  #V-Tech-std-inpage .navbar-dark .navbar-nav .nav-link:hover,
  #V-Tech-std-inpage .navbar-dark .navbar-nav .nav-link:focus {
    color: #ffc107 !important;
  }

  /* Style the Get in touch button for mobile */
  #V-Tech-std-inpage .navbar-dark .navbar-nav .btn-danger {
    color: #fff;
    background-color: #bf750b;
    border: none;
    margin: 8px 0;
    width: 100%;
    text-align: left;
  }

  /* Position navbar toggler on the right side */
  #V-Tech-std-inpage .navbar-toggler {
    margin-left: auto;
    order: 2;
  }

  /* Make the navbar toggler icon white */
  #V-Tech-std-inpage .navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%28255,255,255,1%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h23'/%3E%3C/svg%3E") !important;
  }


  #V-Tech-std-inpage .vtech-feature-2 .Vtech-sub-title {
    background: linear-gradient(129deg, #0d1b42 20%, #13547a 46%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
  }
}

@media (min-width: 576px) {
  #V-Tech-std-inpage .navbar-expand-sm .navbar-collapse {
    justify-content: end;
  }

  #V-Tech-std-inpage .Vtech-f1 .Vtech-text-block {
    padding-top: 0px;
  }

  #V-Tech-std-inpage .footer-logo {
    margin-left: 30px;
  }
}

#V-Tech-std-inpage body {
  opacity: 0;
  transition: opacity 0.5s;
  /* Reduced from 1s to 0.3s */
}

#V-Tech-std-inpage body.loaded {
  opacity: 1;
}


@keyframes gradientBG {
  0% {
    background-position: 0% 50%
  }

  50% {
    background-position: 100% 50%
  }

  100% {
    background-position: 0% 50%
  }
}

#V-Tech-std-inpage .btn-danger,
#V-Tech-std-inpage .btn-submit {
  transition: transform 0.2s, box-shadow 0.2s;
}

#V-Tech-std-inpage .btn-danger:hover,
#V-Tech-std-inpage .btn-submit:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 20px rgba(191, 117, 11, 0.2);
}

#V-Tech-std-inpage .img-fluid {
  max-width: 100%;
  height: auto;
  width: 100%;
}

/* stycky navbar */
/* ...existing code... */

#V-Tech-std-inpage .navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1050;
  transition: box-shadow 0.3s, background 0.3s;
  box-shadow: none;
     padding: 10px 4.5rem;
}
img.brand_logo {
    width: 250px;
    height: auto;
    flex-shrink: 0;
}

@media (max-width: 768px) {
  img.brand_logo {
    width: 180px;
    height: auto;
  }
}

/* Add shadow and slight background change when scrolled */
#V-Tech-std-inpage .navbar.scrolled {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.10);
     background-image: linear-gradient(90deg, #0a1126 30%, #59839b 100%);
    background-color: #0d1b42 !important;
    animation: navbarFadeIn 0.5s;
}

@media (max-width: 1400px) {
  #V-Tech-std-inpage .navbar {
          padding: 10px 1rem;
  }
 
}

#Vtech-inpage .container-fluid {
  padding: 0px !important;
}

@keyframes navbarFadeIn {
  from {
    transform: translateY(-40px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Add padding to body to prevent content being hidden under navbar */
/* #V-Tech-std-inpage {
  padding-top: 56px;
} */

/* ...existing code... */
#V-Tech-std-inpage .zoom-effect {
  transition: transform 0.3s cubic-bezier(.25, .8, .25, 1);
}

#V-Tech-std-inpage .zoom-effect:hover {
  transform: scale(1.08);
  z-index: 2;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}


#V-Tech-std-inpage .carousel-control-prev-icon,
#V-Tech-std-inpage .carousel-control-next-icon {
  /* background-color: #fff; */
  /* White background for visibility */
  border-radius: 50%;
  filter: invert(36%) sepia(97%) saturate(7472%) hue-rotate(357deg) brightness(97%) contrast(119%);
  /* This filter makes the arrow red. */
  width: 48px;
  height: 48px;
}

#V-Tech-std-inpage .carousel-control-next {
  right: -8% !important;
  top: 50% !important;
  transform: translateY(-50%);
}

#V-Tech-std-inpage .carousel-control-prev {
  left: -8% !important;
  top: 50% !important;
  transform: translateY(-50%);
}

#V-Tech-std-inpage .vtech-feature-1 {
  background: url("../images/banner-1.png") center center/cover no-repeat scroll;
  z-index: 1;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; 
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 200px 0;
}

#V-Tech-std-inpage .vtech-feature-1 .Vtech-sub-title {
  color: #ffffff !important;
  text-decoration-color: #252323 !important;
  background: none !important;
  -webkit-text-fill-color: #ffffff !important;
}

#V-Tech-std-inpage .Vtech-middle-bg {
  width: 80%;
  z-index: 10;
  border-radius: 10px;
  opacity: 0.95;
}

/* Fixed background image with overlay for vtech-feature-4 */
#V-Tech-std-inpage .vtech-feature-4 {
  position: relative;
  background: url("../images/banner.png") center center/cover no-repeat fixed;
  z-index: 1;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#V-Tech-std-inpage .vtech-feature-4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(63 19 20 /0.55);
  z-index: 2;
  pointer-events: none;
  overflow: hidden;
  filter: brightness(0.1);
}

#V-Tech-std-inpage .vtech-feature-4>* {
  position: relative;
  z-index: 3;
}

#V-Tech-std-inpage .text-white {
  color: #ffffff !important;
  text-decoration-color: #ffffff !important;
  background: none !important;
  -webkit-text-fill-color: #ffffff !important;
}

/* About page css */
/* Remove navbar background only on About page */
.about-page .vtech-feature-1 {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.10);
  background-image: linear-gradient(90deg, #0d1b42 40%, #13547a 100%) !important;
  background-color: #0d1b42 !important;
  animation: navbarFadeIn 0.5s;
  height: 80px !important; /* Increased to provide adequate spacing for navbar and prevent footer from moving up */
  padding: 0 !important;
}

/* Ensure about page content has minimum height to push footer down */
.about-page #Vtech-inpage {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.about-page #Vtech-std-inpage {
  flex: 1;
}






/* portfolio end */

#V-Tech-std-inpage li.nav-item {
  margin-right: 12px;
}



#V-Tech-std-inpage .navbar-nav .nav-link.active,
#V-Tech-std-inpage .navbar-nav .nav-link.show,
#V-Tech-std-inpage .navbar-nav .active>.nav-link {
  color: #bf750b !important;
  border-bottom: 4px solid #bf750b;
  font-weight: 600;
  background: none;
  transition: all 0.3s;
}


/* ...existing code... */
#clientsCarousel .carousel-item .mx-4{
  text-align: center;
  padding: 15px;
width: 250px;
  height: auto;
}
marquee img {
  width: 250px;
  height: auto;
}
.svs-social-icons {
 width: 50px;
    height: -3px;
    font-size: 1.5rem;
}

/* Dropdown Styles */
#V-Tech-std-inpage .dropdown-menu {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 0.25rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  min-width: 200px;
  z-index: 1060;
  position: absolute;
      padding: 5px;
}

#V-Tech-std-inpage .dropdown-item {
  color: #333333 !important;
  padding: 0.5rem 1rem;
  font-size: 16px;
  font-family: 'OptimisticDisplay-Medium', sans-serif;
  transition: background-color 0.3s ease;
  /* border-bottom: 1px solid #bf750b; */
      font-weight: 600;
}

#V-Tech-std-inpage .dropdown-item:last-child {
  border-bottom: none;
}

#V-Tech-std-inpage .dropdown-item:hover {
  background-color: #f8f9fa;
  color: #bf750b;
  text-decoration: none;
    padding: 0.5rem 1rem;
}

#V-Tech-std-inpage .dropdown-item.active {
 background-color: transparent;
    color: #ffffff;
    border-bottom: 3px solid #bf750b;
}

#V-Tech-std-inpage .dropdown-toggle::after {
  margin-left: 0.5em;
  vertical-align: 0.1em;
}

#V-Tech-std-inpage .dropdown:hover .dropdown-menu {
  display: block;
}

/* Carousel fixes for overlapping content */
#V-Tech-std-inpage .carousel-item {
  transition: transform 3s ease;
}

#V-Tech-std-inpage .carousel-item.active {
  display: block;
}

#V-Tech-std-inpage .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 500px; /* Ensure consistent height */
}
#V-Tech-std-inpage .tab-link.active{
  color: #bf750b;
  font-weight: 600;
}
#V-Tech-std-inpage .tab-link{
font-size: 20px;
  font-weight: 600;
      background: linear-gradient(129deg, #0d1b42 20%, #13547a 46%);
    background-clip: text;
    color: transparent;
}
#V-Tech-std-inpage .border-bottom {
  border-bottom: 2px solid #bf750b !important;
}
.vtech-list li{
  font-family: 'OptimisticDisplay-Medium', sans-serif;
  font-size: 18px;
  margin-bottom: 10px;
}





/* carrers start */
:root {
  --primary: #f5a623;
  --primary-dark: #f39c12;
  --bg-light: #fffaf3;
  --text-dark: #333;
  --text-muted: #666;
  --white: #ffffff;
  --radius-lg: 20px;
}

* {
  box-sizing: border-box;
  font-family: "Poppins", Arial, sans-serif;
}

body {
  margin: 0;
  background: var(--white);
  color: var(--text-dark);
}

/* ===== Main Container ===== */
.careers-section {
  background: var(--bg-light);
  padding: 60px 80px;
}

/* ===== Header ===== */
.careers-label {
  color: var(--primary);
  font-weight: 600;
  margin-bottom: 10px;
}

.careers-title {
  font-size: 42px;
  font-weight: 700;
  color: var(--primary-dark);
  margin: 0 0 20px;
}

.careers-text {
  max-width: 520px;
  color: var(--text-muted);
  line-height: 1.7;
  font-size: 15px;
}

/* ===== Layout ===== */
.careers-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

/* Placeholder Illustration */
.illustration {
  width: 420px;
  height: 280px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ffe1b3, #fff3df);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  font-weight: 600;
}

/* ===== Bottom Section ===== */
.careers-bottom {
  display: flex;
  gap: 40px;
  margin-top: 60px;
  align-items: flex-start;
}

/* ===== Eligibility Card ===== */
.eligibility-card {
background-image: linear-gradient(186deg, #0d1b42 17%, #13547a 75%);
  border-radius: var(--radius-lg);
  padding: 40px;
  color: var(--white);
  flex: 1.4;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.eligibility-title {
  font-size: 26px;
  margin-bottom: 20px;
}

.eligibility-list {
  padding-left: 18px;
  line-height: 2;
  font-size: 15px;
}

.apply-btn {
  margin-top: 30px;
  background: var(--white);
  color: var(--primary-dark);
  border: none;
  padding: 14px 26px;
  font-weight: 600;
  border-radius: 10px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.apply-btn:hover {
  background: #fff2dc;
}

/* QR Section */
.qr-box {
  text-align: center;
}

.qr-box p {
  font-size: 14px;
  margin-bottom: 12px;
}

.qr-box img {
  width: 120px;
  height: 120px;
  background: var(--white);
  padding: 10px;
  border-radius: 10px;
}

/* ===== Contact Section ===== */
.contact-box {
  flex: 1;
  padding-top: 30px;
}

.contact-title {
  color: var(--primary-dark);
  font-size: 22px;
  margin-bottom: 20px;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
  color: var(--text-muted);
  font-size: 15px;
}

.contact-icon {
    /* width: 50px; */
    /* height: 50px; */
    /* border-radius: 50%; */
    /* background: #134a89; */
    display: flex;
    align-items: center;
    justify-content: center;
    /* color: var(--white); */
    font-weight: bold;
    font-size: 20px;
}

/* ===== Responsive ===== */
@media (max-width: 992px) {
  .careers-section {
    padding: 40px 20px;
  }

  .careers-top,
  .careers-bottom {
    flex-direction: column;
  }

  .illustration {
    width: 100%;
  }

  .eligibility-card {
    flex-direction: column;
  }
}

/* what we deliver css */
.icon-wrap {
  width: 50px;
  height: 50px;
  margin-bottom: 16px;

  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-wrap img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}