@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

.text-justify {
  text-align: justify;
}

.lato-thin {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.lato-light {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lato-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.lato-black {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.lato-thin-italic {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.lato-light-italic {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.lato-regular-italic {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.lato-bold-italic {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.lato-black-italic {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: italic;
}

body {
  background-color: #041727;
  font-family: "Lato", sans-serif;
  overflow-x:hidden;
}

/* header */
header {
  position: relative;
  width: 100%;
  height: 100vh;
  background: url('/assets/img/video/banner-v1.mp4') no-repeat center center/cover;
  color: white;
}

.schedule-btn {
  background-color: transparent;
  color: white;
  border: 1px solid white;
  border-radius: 0.5rem;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  text-decoration: none !important; 
  transition: background-color 0.3s ease, color 0.3s ease;
}

.schedule-btn:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: white;
}

.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show>.nav-link {
  color: #0D89EA;
}

/* HEADER STYLES */
header {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  color: white;
}

header video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  /* Black overlay */
  z-index: 1;
}

header .content {
  position: relative;
  z-index: 2;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}

/* NAVBAR STYLES */
.custom-navbar {
  background: linear-gradient(180deg, #0c234000, #1b2e5047, #2f406a4a) !important;
  z-index: 10;
}

.navbar-brand img {
  max-height: 40px;
}

.dropdown-menu {
  background-color: #1b2e50;
}

.dropdown-menu .dropdown-item {
  color: white;
}

.dropdown-menu .dropdown-item:hover {
  background-color: #2f406a;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #7cc3fd;
}

.btn-primary {
  color: white;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.dropdown-menu {
  color: white;

  background-color: #082749;
}


.dropdown-item {
  color: white;
}

.navbar {
  background-color: #0000008c !important;
}

.custom-navbar {
  background: linear-gradient(180deg, #0c2340, #1b2e50, #2f406a);
  z-index: 1030;
  /* Make sure it stays above other content */
}

.navbar-dark .navbar-nav .nav-link {
  color: rgb(255 255 255);
}

.text-primary {
  color: #7CC3FD !important;
}

.overlay-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}

.overlay-content h1 {
  font-size: 3rem;
  font-weight: bold;
}

.overlay-content p {
  font-size: 1.2rem;
  max-width: 700px;
  margin: 20px auto;
}

.btn-outline-light {
  border: 1px solid white;
  color: white;
}

.btn-outline-light:hover {
  background-color: white;
  color: black;
}

/* end header */

/* product-card */
.product-card {
  border: 1px solid blue;
  background-color: #072744;
  border-radius: 1rem;
  padding: 2rem;
  margin: 2rem 1rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.wavionix-logo {
  font-size: 2.5rem;
  font-weight: bold;
  color: #cfe8ff;
}

.wavionix-logo span {
  font-weight: normal;
  color: #8bbfe4;
}

.btn-readmore {
  background-color: #1890ff;
  border: none;
  border-radius: 0.5rem;
  color: white;
  padding: 0.5rem 1rem;
  margin-top: 1.5rem;
}

.btn-readmore:hover {
  background-color: #1276d1;
}

/* product-card */

/* wordsprint */
.wordsprint-section {
  background-color: #041727;
  padding: 3rem 1rem;
}

.wordsprint-card {
  background-color: #072744;
  border-radius: 1rem;
  padding: 2rem;
}

.wordsprint-icon {
  font-size: 4rem;
  color: #8bbfe4;
}

.text-highlight {
  color: #1890ff;
}



/* wordsprint */
/* why-wavionix-section */
.why-wavionix-section {
  background-image: url('/assets/img/whywavi-bg.png');
  /* Replace this with actual image path */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
  text-align: center;
  padding: 5rem 1rem;
  position: relative;
  z-index: 1;
}

.why-wavionix-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  /* Optional dark overlay for better text contrast */
  padding: 4rem 1rem;

}

.why-wavionix-section h2 {
  font-weight: 700;
  margin-bottom: 1rem;
}

.why-wavionix-section p {
  font-size: 1.1rem;
  max-width: 700px;
  margin: 0 auto;
}



/* why-wavionix-section */

/* advantages */
.advantages-section {
  padding: 4rem 1rem;
  text-align: center;
}

.advantage-card {
  background: linear-gradient(26deg, #082749 41%, lightblue 144%, #082749 91%, lightblue 98%);
  border-radius: 1rem;
  padding: 2rem;
  /* margin-bottom: 2rem; */
  box-shadow: 0 4px 10px #00000029;
  height: 100%;
  transition: transform 0.3s ease;
}

.advantage-card:hover {
  transform: translateY(-5px);
  border: 1px solid #7CC3FD;
}

.advantage-icon {
  font-size: 2.5rem;
  color: #47a3ff;
  margin-bottom: 1rem;
}

.advantage-title {
  font-weight: 600;
  font-size: 1.1rem;
  margin-bottom: 0.75rem;
}

.advantage-text {
  color: #dbe9f9;
  font-size: 0.95rem;
}



/* advantages */

/* getintouch and footer */

.contact-section {
  background: linear-gradient(rgba(0, 10, 30, 0.6), rgba(0, 10, 30, 0.6)), url('/assets/img/foot-bg.png') no-repeat center center;
  /* background-image: url('/assets/img/foot-bg.png'); */
  /* Replace with your actual background path */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* padding: 4rem 1rem; */
  position: relative;
}

.contact-form {
  background-color: rgba(12, 62, 110, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 1rem;
  padding: 2rem;
  box-shadow: 0 4px 10px #00000029;
}

.contact-form input {
  background: transparent;
  border: none;
  border-bottom: 1px solid #ffffffcc;
  border-radius: 0;
  color: #fff;
  margin-bottom: 1.5rem;
}

.contact-form input::placeholder {
  color: #cfd8e0;
}

.contact-form input:focus {
  box-shadow: none;
  border-bottom: 2px solid #1890ff;
}

.btn-contact {
  background-color: #1890ff;
  border: none;
  border-radius: 0.5rem;
  padding: 0.5rem 1.5rem;
  color: white;
}

.contact-right {
  text-align: center;
}

.contact-right img {

  margin-bottom: 1rem;
}

.bg-blue {
  background-color: #103f5b;
}

.footer {
  background-color: #08274985;
  border-top: 1px solid #0c3e6e66;
  color: #a9b7c6;
  /* padding: 1rem 0; */
  font-size: 0.9rem;
}

.footer a {
  color: #0D89EA;
  font-weight: 500;
  text-decoration: none;
  margin: 0 1rem;
}

.footer a:hover {
  text-decoration: underline;
}

.footer-icon {
  font-size: 1.2rem;
  vertical-align: middle;
  margin-right: 5px;
}


/* footer getintouch */

/* preventivebro */
.preventive-section {
  padding: 4rem 1rem;
}

.preventive-title {
  font-size: 1.8rem;
  font-weight: 600;
}

.preventive-subtitle {
  color: #3da0ff;
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
}

.preventive-text {
  color: #d5e4f2;
  font-size: 1rem;
  line-height: 1.7;
}

.icon-wrapper {
  text-align: center;
}

.icon-wrapper img {
  max-width: 120px;
}

/* preventivebro */

.ourProducts {
  border: 1px solid blue;
}

.prevtivepro-icon-two{
      width: 17%;
}

img.prevtivepro-icon {
     width: 30%;
}

img.Wordsprint {
  width: 17%;
}

.why-wavionix {
  background: linear-gradient(rgb(0 10 30 / 80%), rgb(0 10 30 / 80%)), url(/assets/img/whywavi-bg.png) no-repeat center center;
  background-size: cover;
  color: #fff;
  text-align: center;
  padding: 100px 20px;
}

.why-wavionix h2 {
  font-weight: bold;
  font-size: 2.5rem;
}

.why-wavionix p {
  max-width: 700px;
  margin: 20px auto 0;
  font-size: 1.1rem;
}


.meeting-card h2 {
  font-weight: bold;
}

.calendar-container {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;

}

.calendar-container select {
  background: #001f3f;
  color: white;
}

.calendar-header {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 15px;
}

.day-btn {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: white;
  border-radius: 8px;
  padding: 10px 0;
  margin-bottom: 15px;
  width: 100%;
  transition: all 0.3s ease;
}

.day-btn:hover {
  background-color: #0d6efd;
  color: white;
  border-color: #0d6efd;
}

.calendar-footer {
  font-size: 0.9rem;
  color: #ccc;
}

.time-slot-btn {
  background: transparent;
  border: 1px solid #0d6efd;
  color: white;
  border-radius: 8px;
  padding: 10px;
  width: 100%;
  margin-bottom: 15px;
  transition: all 0.3s ease;
}

.time-slot-btn:hover {
  background-color: #0d6efd;
  color: white;
  border-color: #0d6efd;
}

.meta-text {
  font-size: 0.9rem;
  color: #aaa;
}

.top-meet-border {

  border-bottom: 2px solid blue;
}

.meeting-card {
  margin: 5vh auto;
  background: linear-gradient(180deg, #022a5a, #073b6f);
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 0 20px rgba(0, 136, 255, 0.4);
}


.calendar-box {
  background: linear-gradient(180deg, #03234b, #073866);
  border: 1px solid rgb(13 110 253);
  border-radius: 10px;
  padding: 20px;
  max-width: 350px;

}

.calendar-header {
  text-align: center;
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 1.2rem;
}

.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 10px;
  text-align: center;
  margin-bottom: 15px;
}

.calendar-grid div {
  padding: 8px 0;
  border-radius: 50%;
  color: #ccc;
}

.calendar-grid .day-header {
  font-weight: bold;
  color: #fff;
}

.calendar-grid .current-day {
  border: 2px solid #00bfff;
  color: #fff;
}

.calendar-footer {
  font-size: 0.85rem;
  color: #ccc;
  text-align: center;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

/* Blue semi-transparent backdrop */
.modal-backdrop.show {
  background-color: rgba(0, 123, 255, 0.3);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  /* background-color: #fff; */
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: .3rem;
  outline: 0;
  margin: 5vh auto;
  background: linear-gradient(180deg, #022a5a, #073b6f) !important;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 0 20px rgba(0, 136, 255, 0.4);
}


i {
  font-style: normal !important;
  font-weight: 500;
}

/* START bannersection */
.banner-section {
  height: 300px;
  /* Adjust height as needed */
  overflow: hidden;
}

.banner-img {
  height: 100%;
  object-fit: cover;
}

.banner-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 51, 102, 0.6);
  /* Semi-transparent dark blue */
  z-index: 1;
}

.banner-section .text-center {
  z-index: 2;
  position: relative;
}

/* END bannersection */


/* team */
.team-card {
  background-color: #37a4f961;
  border-radius: 12px;
  padding: 15px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  color: #000;
  transition: transform 0.3s;
  position: relative;
}

.team-card:hover {
  transform: translateY(-5px);
}

.team-img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  object-fit: cover;
}

.linkedin-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: white;
  padding: 5px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.linkedin-icon img {
  width: 18px;
  height: 18px;
}

/* endteam */

/* linkedinprofile */
.back-btn {
  border: 2px solid #2196f3;
  color: #90caf9;
  background-color: transparent;
  padding: 6px 18px;
  border-radius: 50px;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
}

.back-btn:hover {
  background-color: #2196f3;
  color: white;
  text-decoration: none;
}

.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 9%;
}

/* endprofile */

.team-profile-carousel {
  padding-top: 66px;
  background: linear-gradient(180deg, #082749 50%, #011629 44%);
}

/* aidevteam */
.highlight-box {
  background-color: #113a5c;
  border: 1px solid #2a4f73;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 20px;
  height: 100%;
  text-align: center;
}

.highlight-box i,
.highlight-box .icon {
  font-size: 40px;
  margin-bottom: 15px;
  color: #66bfff;
}

.highlight-number {
  font-size: 48px;
  font-weight: bold;
  color: #66bfff;
}

.footerr-text {
  margin-top: 30px;
  font-size: 16px;
  text-align: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  color: #d1e7ff;
}

.cert-box {
  background-color: #113a5c;
  border-radius: 10px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cert-image img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

.cert-list {
  padding-left: 20px;
}

.cert-list li {
  margin-bottom: 10px;
}



.tech-list {
  list-style-type: none;
  padding-left: 0;
}

.tech-list li {
  margin-bottom: 10px;
}

.tech-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}



/* end aidevteam */

/* timeline */

.timeline .dot {
  height: 25px;
  width: 25px;
}

.timeline .icon i {
  padding: 10px;
  font-size: 60px;
  line-height: 1;
}

.timeline .date {
  width: 150px;
  margin-right: -45px;
  margin-top: 24px;
  border-top: 3px solid lightgray;
  text-align: right;
  font-size: 20px;
}

/* .timeline .card-body {
	background:#071f34;
} */
/*Even*/
.event:nth-child(even) .date {
  margin-left: -45px;
  text-align: left;
}

.event:nth-child(even) .icon i {
  margin-left: 45px;
}

/*Colors*/
.bg-color1 {
  background: wheat;
  color: #fff;
}

.txt-color1 {
  color: white;
  border-color: white !important;
}

.bg-color2 {
  background: white;
  color: #fff;
}

.txt-color2 {
  color: white;
  border-color: white !important;
}

/*Animation*/
/* .timeline .detail,
.timeline .icon {
	visibility: hidden;
	opacity: 0;
	transition: all 0.5s ease-in-out;
} */

/* .timeline .event:nth-child(odd) .detail,
.timeline .event:nth-child(even) .icon {
	transform: translate3d(200px, 0, 0);
} */

/* .timeline .event:nth-child(even) .detail,
.timeline .event:nth-child(odd) .icon {
	transform: translate3d(-200px, 0, 0);
} */

.timeline .event.in-view .detail,
.timeline .event.in-view .icon {
  transform: none;
  visibility: visible;
  opacity: 1;
}

.timeline .dot {
  animation: scaleAnimation 0s;
  position: relative;
}

@keyframes scaleAnimation {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}


/* timelineborderbydesign */
.vertical-border {
  position: relative;
}

.vertical-border::after {
  content: '';
  position: absolute;
  border-left: 6px dashed #064986 !important;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.vertical-border-two::after {
  content: '';
  position: absolute;
  border-left: 6px dashed #064986 !important;
  height: 4%;
  left: 50%;
  transform: translateX(-50%);
}



.timeline .odd-timeline .dot::before {
  content: '';
  position: absolute;
  width: 90px;
  height: 2px;
  background-color: #064986;
  transform: rotate(130deg);
  left: 6px;
  top: -36px;
}

.timeline .even-timeline .dot::before {
  content: '';
  position: absolute;
  width: 90px;
  height: 2px;
  background-color: #064986;
  transform: rotate(52deg);
  left: -72px;
  top: -36px;
}

.timeline-content {
  position: relative;
}

.odd-timeline .timeline-content::before {
  content: '';
  position: absolute;
  top: 0;
  width: 45%;
  height: 2px;
  background-color: #064986;
}

.odd-timeline .timeline-content::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid #064986;
  left: 44%;
  top: -10px;
}

.even-timeline .timeline-content::before {
  content: '';
  position: absolute;
  right: 0;
  width: 45%;
  height: 2px;
  background-color: #064986;
}

.even-timeline .timeline-content::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid #064986;
  right: 44%;
  top: -10px;
}

.glow-dot {

  left: 18px;
  top: 5px;
  width: 24px;
  height: 24px;
  background: #00d9ff;
  /* core color */
  border-radius: 50%;
  box-shadow:
    0 0 5px #00d9ff,
    0 0 10px #00d9ff,
    0 0 20px #00d9ff,
    0 0 30px #00d9ff;
  z-index: 1;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 77px;
}

/* Optional: glowing tail (as seen in your image) */
.glow-dot::before {
  content: "";

  top: -12px;
  left: -8px;
  width: 10px;
  height: 10px;
  border-top: 10px solid #00d9ff;

  transform: rotate(135deg);
  filter: drop-shadow(0 0 6px #00d9ff);
}

.timeline {
  position: relative;
}

.aeroplane {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
}

/* timelineborderbydesign */


.accordion-button {
  background-color: transparent;
  color: #4da6ff;
  font-weight: bold;
}

.accordion-button:not(.collapsed) {
  color: #4da6ff;
}

.accordion-button:not(.collapsed) {
  background-color: transparent;
}

.accordion-item {
  background-color: transparent;
  /* border: 1px solid #1e3c5d; */
}

.accordion-body {
  color: #d6e6f2;
}

.section-title {
  text-align: center;
  color: #4da6ff;
  margin-bottom: 15px;
}

.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%234da6ff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}

.accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0px 0px 10px #dcdcdc36;
}

.italic { 
	font-style: italic; 
	color: cyan; 
}
.cyan{
  	color: cyan; 
}
/* productsectionmach1 */


.feature-box {
  background: radial-gradient(circle at top left, #003a5c, #001a2d);
  border-radius: 15px;
  padding: 100px 20px;
  text-align: center;
  color: white;
  box-shadow: 0 4px 20px rgba(0, 123, 255, 0.2);
  transition: transform 0.3s ease;
}

.feature-box:hover {
  transform: translateY(-5px);
}

.feature-title {
  font-size: 18px;
  font-weight: bold;
}

/* .feature-content {
  opacity: 0;
  height: 0;
  transition: all 0.6s ease;
} */

.feature-box:hover .feature-content {
  opacity: 1;
  height: auto;
}

.planeicon {
  width: 15px;
}


.cta-box {
  background: linear-gradient(90deg, #002f57, #004c87);
  border-radius: 15px;
  padding: 30px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  color: #e0f1ff;
  box-shadow: 0 4px 15px rgba(0, 123, 255, 0.2);
}

.cta-box h5 {
  margin-bottom: 5px;
  font-weight: 600;
}

.cta-button {
  border: 1px solid #ffffff;
  color: white;
  padding: 10px 20px;
  border-radius: 8px;
  background: transparent;
  transition: all 0.3s ease;
}

.cta-button:hover {
  background-color: #ffffff;
  color: #003d66;
}



/*end productsectionmach1 */

/* prdouct wordsprint */
.wordsprint-section {
  background: #04294b;
  padding: 60px 20px;
  border: 1px solid #0a3c60;
  border-radius: 8px;
}

.section-title {
  color: #4cc3ff;
  font-weight: 600;
  font-size: 24px;
}

.launch-tag {
  border: 1px solid #88cfff;
  color: #88cfff;
  padding: 6px 14px;
  border-radius: 8px;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 10px;
}



.highlight-link {
  color: #5cb5ff;
  text-decoration: none;
}

.highlight-link:hover {
  text-decoration: underline;
}

.lock-icon {
  width: 120px;
  height: 120px;
  background: url('https://cdn-icons-png.flaticon.com/512/3064/3064197.png') no-repeat center;
  background-size: contain;
  margin: 0 auto;
}



/* end wordsprint */


/* consultancy */
.training-section {
  padding: 60px 20px;
}

.section-title {
  color: #4cc3ff;
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 20px;
}

.expertise-title {
  color: #88cfff;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 10px;
}

.feature-box {
  background: linear-gradient(304deg, #082749 12%, lightblue 144%, #082749 91%, lightblue 98%);
  /* background: radial-gradient(circle at top left, #003a5c, #001a2d); */
  border-radius: 15px;
  padding: 20px;
  text-align: center;
  color: white;
  font-weight: 500;
  box-shadow: 0 4px 15px rgba(0, 123, 255, 0.2);
  transition: transform 0.3s ease;
  /* height: 100%; */
}

.feature-box:hover {
  transform: translateY(-5px);
}

/* end consultancy */

/* productimpact */
.impact-card {
  background-color: #0f3c61;
  border-radius: 1rem;
  padding: 2rem;
  color: #ffffff;
  max-width: 600px;
  margin: auto;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.impact-card h5 {
  color: #41b0ff;
  font-weight: 600;
}

.impact-btn {
  margin-top: 1.5rem;
  border-radius: 0.5rem;
  padding: 0.5rem 1rem;
  border: 2px solid #ffffff;
  color: #ffffff;
  background-color: transparent;
  transition: 0.3s ease;
}

.impact-btn:hover {
  background-color: #ffffff;
  color: #0f3c61;
}

/* productimpact */

 .white-checkbox {
    accent-color: white !important;
  }
.author{
  text-align: right !important;
}

 .text-justify {
   text-align: justify !important;
 }
/* contact */
.form-select {
  background-color: #092e52;
  color: white;
  border: 1px solid #ffffffcc;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
}

select#trustedProducts {
    background-color: #092e52;
    color: #ffffffbd;
}
.products input {
    background: #ffffff;
    border: none;
    border-bottom: 1px solid #1890ff;
    border-radius: 0;
    color: #fff;
    margin-bottom: 1rem;
}
 .contact-address {
   color: #ccc;
   /* Light gray or your preferred shade */
   font-size: 0.9rem;
   font-weight: 500;
 }

 .form-control-textarea {
   background-color: #092e5200;
   border: none;
   border-bottom: 1px solid #ffffffcc;
   color: white;
   transition: background-color 0.3s ease, color 0.3s ease;
 }

 .form-control-textarea::placeholder {
   color: #ffffffcc;
 }

 .form-control-textarea:focus {
   background-color:#fff;
   color: black;
   outline: none;
 }
/* contact */


@media (min-width:375px) and (max-width:991px) {
  .overlay-content h1 {
    font-size: 1rem;
    /* font-weight: bold; */
  }

  .overlay-content p {
    font-size: 12px;
    max-width: 700px;
    margin: 20px auto;
  }
}

@media (max-width: 576px) {
  .cta-box {
    flex-direction: column;
    text-align: center;
  }

  .cta-button {
    margin-top: 15px;
  }
}

@media (max-width: 576px) {
  .why-wavionix h2 {
    font-size: 2rem;
  }

  .why-wavionix p {
    font-size: 1rem;
  }
}

@media(max-width:600px) {
  .aeroplane {
    position: fixed;
    left: 50%;
    display: none !important;
    transform: translateX(-50%);
    z-index: 9;
  }

  .timeline .dot {
    animation: scaleAnimation 0s;
    position: relative;
    display: none !important;
  }

  .timeline .dot {
    animation: scaleAnimation 0s;
    position: relative;
    display: none !important;
  }

  .glow-dot {
    left: 18px;
    display: none;
  }

.vertical-border::after {

  display: none !important;
 
}

.vertical-border-two::after {
 display: none !important;
  
}

}

@media (max-width: 767.98px) {
  .contact-section {
    padding: 2rem 1rem;
  }

  .contact-form {
    margin-bottom: 2rem;
  }

  .contact-right img {
    max-width: 180px;
  }
}

@media (max-width: 768px) {
  .preventive-title {
    font-size: 1.5rem;
    text-align: center;
  }

  .preventive-subtitle {
    text-align: center;
  }

  .icon-wrapper {
    margin-top: 2rem;
  }

  .icon-wrapper img {
    max-width: 100px;
  }
}

@media (min-width: 768px) {
  .cert-box {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }

  .cert-text {
    padding-left: 40px;
  }
}

@media (max-width: 768px) {
  .wordsprint-icon {
    text-align: center;
    margin-top: 2rem;
    font-size: 3rem;
  }
}

@media (max-width: 767.98px) {
  .advantage-icon {
    font-size: 2rem;
  }

  .advantage-title {
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  .why-wavionix-section {
    padding: 3rem 1rem;
  }

  .why-wavionix-section h2 {
    font-size: 1.75rem;
  }

  .why-wavionix-section p {
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  .wavionix-logo {
    font-size: 2rem;
    text-align: center;
    margin-top: 1rem;
  }

  .product-card {
    padding: 1.5rem 1rem;
  }

  .btn-readmore {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .tech-stack-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .tech-text {
    padding-right: 30px;
  }
}

@media (min-width: 768px) {
  .lock-icon {
    margin: 0;
  }
}

       
