@import "https://fonts.googleapis.com/css?family=Lora:400,400i,700|Raleway:300,600,700,900";
@import "https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css";
/*Global Settings*/
body {
  font-family: "Lora", serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lora", serif;
  text-transform: uppercase;
  font-weight: 900;
  color: #424242;

  margin-bottom: 35px;
  margin-top: 0;
}
h1 {
  font-size: 45px;
}
h2 {
  font-size: 32px;
}
h3 {
  font-size: 21px;
}
p {
  font-size: 16px;
  font-style: italic;
  color: #818181;
}
a {
  transition: all 0.3s ease-in-out;
}
section {
  text-align: center;
}
.blockquote p {
  font-size: 32px;
  line-height: 45px;
  padding-left: 30px;
  border-left: 3px solid #424242;
  color: #424242;
}

.title {
  position: relative;
  margin-bottom: 100px;
}
.title:after {
  content: "";
  height: 5px;
  width: 40px;
  background-color: #62aa94;
  position: absolute;
  top: 81px;
  left: calc(50% - 20px);
}

/*Bootstrap*/
.navbar-vira {
  background-image: none;
  background-color: transparent;
  margin-bottom: 0;
  border-radius: 0;
  border-color: transparent;
  transition: all 0.3s ease-in-out;
  color: black !important;
}
.form-control option {
  color: #424242;
}
.form-control {
  border-radius: 0;
  padding: 25px;
  font-size: 18px;
  font-style: italic;
  background-color: transparent;
  color: #424242;
  margin-bottom: 30px;
  border-color: #51c2b9;
}
.form-control:focus {
  border-color: #51c2b9;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(81, 194, 185, 0.6);
}
.form-control::-webkit-input-placeholder {
  color: #fff;
}
.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.form-control:-ms-input-placeholder {
  color: #fff;
}

.element .form-control::-webkit-input-placeholder {
  color: #424242;
}
.element .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #424242;
}
.element .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #424242;
}
.element .form-control:-ms-input-placeholder {
  color: #424242;
}

/*Helper class*/
.mt80 {
  margin-top: 80px;
}
.mb80 {
  margin-bottom: 80px;
}
.mr60 {
  margin-right: 60px;
}
.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.bg-img div {
  z-index: 1;
  position: relative;
}
.bg-img:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
}
.section {
  padding: 100px 0;
}

/*Vira Card*/
.vira-card {
  text-align: center;
  /*margin-bottom: 45px;*/
}

.vira-card .vira-card-header .card-icon {
  border: 1px solid #51c2b9;
  border-radius: 100%;
  display: inline-block;
  height: 120px;
  width: 120px;
  line-height: 120px;
  position: relative;
}
.vira-card .vira-card-header .card-icon .fa {
  margin-top: 45px;
  font-size: 30px;
}
.vira-card .vira-card-header .card-icon:after {
  content: "";
  height: 100px;
  width: 100px;
  background-color: #51c2b9;
  border-radius: 100%;
  position: absolute;
  top: 9px;
  left: 9px;
}
.vira-card .vira-card-header .card-icon span {
  color: #fff;
  font-size: 45px;
  position: relative;
  z-index: 1;
}
.vira-card .vira-card-content h3 {
  position: relative;
  margin-bottom: 60px;
}
.vira-card .vira-card-content h3:after {
  content: "";
  height: 1px;
  width: 44px;
  background-color: #62aa94;
  position: absolute;
  top: 52px;
  left: calc(50% - 22px);
}
.vira-card .vira-card-content p {
  font-size: 15px;
}

/*Button*/
.vira-btn {
  border-color: #51c2b9;
  font-style: italic;
  color: #51c2b9;
  border-radius: 0;
  letter-spacing: 3px;
  padding: 15px 80px;
  margin-bottom: 30px;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}
.vira-btn:hover {
  background-color: #51c2b9;
  color: #fff;
}
.solid {
  background-color: #51c2b9;
  color: #fff;
}
.solid:hover {
  background-color: #fff;
  color: #51c2b9;
}
.small-btn {
  padding: 10px 130px;
}

/*Element page*/
.element .navigation-bar {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.element .navigation-bar a {
  color: #424242;
}
.element .menu:after {
  color: #424242;
}
.element .title:after {
  left: 0;
  top: 60px;
}
.headings p {
  margin-bottom: 80px;
}
.social-icons ul {
  text-align: center;
  padding-left: 0;
  display: inline-block;
}
.social-icons ul a li {
  display: inline-block;
  list-style-type: none;
  border: 2px solid #51c2b9;
  margin-right: 10px;
  background-color: #51c2b9;
  color: #fff;
  font-size: 18px;
  line-height: 32px;
  width: 36px;
}
.social-icons ul a li:last-child {
  margin-right: 0;
}
.social-icons ul a:hover li {
  color: #51c2b9;
  background-color: #fff;
}

/*Navigation*/
/* Improved Mobile Menu Styling */
#menu-item {
  transition: transform 0.3s ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999; /* Ensure it's above everything */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.menu-item {
  background-color: rgba(0, 0, 0, 0.95); /* Darker, more opaque background */
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
}

.menu-item ul {
  padding-left: 0;
  margin-bottom: 0;
}

.menu-item ul a li {
  padding: 15px 0;
  list-style-type: none;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-weight: 500;
  letter-spacing: 1px;
}

.menu-item ul a:hover li {
  color: #51c2b9;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.05);
}

/* Updated hide-menu and show-menu classes */
.hide-menu {
  transform: translateY(-100%);
}

.show-menu {
  transform: translateY(0);
}

.dark-bar {
  background-color: #000000;
}

.navigation-bar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 15px 0;
  font-size: 30px;
}

.navigation-bar a {
  color: #fff;
}

.menu {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.menu:after {
  position: absolute;
  left: -65px;
  top: 10px;
  color: #fff;
  font-size: 16px;
}

/* Improved menu toggle button */
.menu span {
  font-size: 24px;
  color: #fff;
  display: block;
  padding: 5px;
}

/*Home page*/
.header {
  background-image: url(../images/mainImage.jpg);
  height: 100vh;
  position: relative;
  min-height: 659px;
}

.intro-box {
  height: 100vh;
  display: table;
  text-align: center;
  width: 100%;
}
.intro {
  display: table-cell;
  vertical-align: middle;
}
.header h1 {
  margin: 0;
}
.header h1,
.header p {
  color: #fff;
  letter-spacing: 2px;
}
.header p {
  font-size: 32px;
  padding-top: 0;
  padding-bottom: 40px;
}
.header .vira-btn {
  border-color: #fff;
  color: #fff;
}
.header .vira-btn:hover {
  background-color: #fff;
  color: #424242;
}

.about {
  background-color: #f8f8f8;
}
.about img {
  margin: 30px auto;
  display: block;
}
.about span {
  font-family: "Lora", serif;
  font-weight: 600;
}

.approach {
  background-color: #f8f8f8;
}
.approach p {
  line-height: 200%;
}
.approach .bg-img {
  background-position-x: 85%;
  height: 100%;
}
.approach .bg-img:after {
  display: none;
}
.approach .section {
  padding-left: 30px;
  padding-right: 30px;
}

.team {
  background-color: #f8f8f8;
}

.vira-quote {
  /*padding: 120px 0;*/
  color: #fff;
  font-style: italic;
}
.vira-quote p {
  font-size: 32px;
  color: #fff;
}
.vira-quote .quote {
  margin-bottom: 40px;
}
.vira-quote .author {
  font-size: 21px;
  margin-bottom: 40px;
}

.contact .vira-card {
  background-color: #f8f8f8;
  padding: 35px 0;
  transition: all 0.3s ease-in-out;
  margin-bottom: 45px;
  height: 220px; /* Restore original height for contact cards */
}
/*.contact .vira-card:hover{
	box-shadow: 0px 4px 2px rgba(17, 17, 17, 0.3);
}*/
.contact .vira-card .vira-card-header {
  margin-bottom: 15px;
  font-size: 21px;
  color: #51c2b9;
}
.contact .vira-card .vira-card-content h3 {
  letter-spacing: 2px;
  margin-bottom: 45px;
}
.contact .vira-card .vira-card-content h3:after {
  top: 40px;
}
.contact .vira-card .vira-card-content p {
  font-size: 18px;
}
.vira-card .vira-card-header a {
  color: #51c2b9;
}
.footer {
  background-color: #202020;
  text-align: center;
  padding: 60px 0;
}
.footer span {
  color: #51c2b9;
}
.footer p {
  font-size: 21px;
  color: #fff;
  margin-bottom: 0;
}
.footer a {
  color: #fff;
}

/* Boomi and Integration Wave sections styling */
.services-container,
.why-us-container {
  background-color: rgb(248, 248, 248);
  border-radius: 8px;
  padding: 30px;
  margin-bottom: 40px;
  border: 1px solid rgba(52, 152, 219, 0.2);
}

.section-header {
  text-align: center;
  margin-bottom: 30px;
}

.section-header img {
  margin-bottom: 15px;
}

.section-header h3 {
  color: #000000;
  font-weight: 600;
}

.section-header .fa-star {
  font-size: 48px;
  color: #62aa94;
  margin-bottom: 15px;
}

.card-icon-header {
  text-align: center;
  padding: 20px 15px 0;
}

.card-icon-header .fa {
  font-size: 36px;
  color: #62aa94;
}

.card-content {
  padding: 15px 20px 20px;
}

.card-content h4 {
  font-weight: 600;
  margin-top: 0;
  text-align: center;
  color: #333;
}

.card-content p {
  text-align: center;
}

/* Specific styling for Boomi and Why Integration Wave cards */
.services-card,
.why-us-card {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  height: 100%; /* Make all cards take full height of their container */
}

.services-card .card-content,
.why-us-card .card-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.services-card .card-content h4,
.why-us-card .card-content h4 {
  margin-bottom: 15px;
  word-wrap: break-word;
}

.services-card .card-content p,
.why-us-card .card-content p {
  flex: 1;
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin-bottom: 0;
}

/* Make rows display as flexbox to ensure equal heights */
.boomi-row-1,
.boomi-row-2,
.wave-row-1,
.wave-row-2 {
  display: flex;
  flex-wrap: wrap;
}

/* Make columns in these rows take equal height */
.boomi-row-1 > [class*="col-"],
.boomi-row-2 > [class*="col-"],
.wave-row-1 > [class*="col-"],
.wave-row-2 > [class*="col-"] {
  display: flex;
  flex-direction: column;
}

/* Set specific heights for each row to ensure consistency */
.wave-row-1 .vira-card {
  min-height: 230px;
}

.wave-row-2 .vira-card {
  min-height: 200px;
}

.boomi-row-1 .vira-card {
  min-height: 200px;
}

.boomi-row-2 .vira-card {
  min-height: 200px;
}

/* Center text styles */
.center-text {
  text-align: center;
  margin-bottom: 40px;
  font-size: 18px;
  color: #6b7f8d;
}

/* Approach section styling */
.approach-step {
  text-align: center;
  margin-bottom: 30px;
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.approach-step:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.approach-icon {
  font-size: 36px;
  margin-bottom: 15px;
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  text-align: center;
  background-color: rgba(52, 152, 219, 0.1);
  color: #6b7f8d;
}
.approach-title {
  font-size: 20px;
  margin-bottom: 15px;
}
.approach-text {
  color: #666;
}
.methodology-box {
  background-color: white;
  padding: 30px;
  border-radius: 5px;
  margin-top: 30px;
  text-align: center;
}
.methodology-title {
  margin-bottom: 15px;
}

/* Modern Header Styles */
.navbar-vira {
  border: none !important;
  border-radius: 0 !important;
  margin-bottom: 0 !important;
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1000;
  color: rgb(255, 255, 255) !important;
  font-family: "Lora", serif;
}

.img-responsive {
  margin-left: auto;
  margin-right: auto;
}

.navbar-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  animation: slideDown 0.5s;
  color: rgb(255, 255, 255) !important;
  font-family: "Lora", serif;
}

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

.desktop-nav {
  display: none;
}

@media (min-width: 1000px) {
  .desktop-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 70px;
  }

  .desktop-nav ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .desktop-nav ul li {
    margin: 0 15px;
  }

  .desktop-nav ul li a {
    color: rgb(255, 255, 255);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    transition: all 0.3s ease;
    padding: 8px 0;
    position: relative;
    letter-spacing: 0.5px;
  }

  .desktop-nav ul li a:hover {
    color: #939da4;
  }

  .desktop-nav ul li a:after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    background: #3498db;
    bottom: 0;
    left: 0;
    transition: width 0.3s ease;
  }

  .desktop-nav ul li a:hover:after {
    width: 100%;
  }

  .menu.m {
    display: none;
  }

  .logo {
    padding: 15px 0;
  }
}

@media (max-width: 1000px) {
  .desktop-nav {
    display: none;
  }

  .menu.m {
    display: block;
  }

  .navbar-vira {
    padding: 10px 0;
  }
  .vira-card {
    margin-bottom: 30px;
  }

  /* Mobile-specific adjustments for Boomi and Why Integration Wave cards */
  .services-card .card-content,
  .why-us-card .card-content {
    padding: 10px 15px 15px;
  }

  .services-card .card-content h4,
  .why-us-card .card-content h4 {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .services-card .card-content p,
  .why-us-card .card-content p {
    font-size: 14px;
    line-height: 1.4;
  }

  /* Adjust contact cards for mobile */
  .contact .vira-card {
    height: auto;
    min-height: 180px;
    padding: 20px 0;
  }

  /* On mobile, allow cards to have their natural height */
  .wave-row-1 .vira-card,
  .wave-row-2 .vira-card,
  .boomi-row-1 .vira-card,
  .boomi-row-2 .vira-card {
    min-height: auto;
  }

  /* Stack columns on mobile */
  .boomi-row-1,
  .boomi-row-2,
  .wave-row-1,
  .wave-row-2 {
    display: block;
  }

  /* Improved mobile menu styling */
  .menu-item ul a li {
    padding: 18px 0;
    font-size: 16px;
  }

  /* Make menu toggle more visible */
  .menu span {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    padding: 8px 10px;
  }
}

.navigation-bar {
  padding: 0;
}

/* Remove the !important to allow proper toggling */
#menu-item.hide-menu {
  display: block;
}

/*animations*/
.vira-card .vira-card-header .card-icon:after {
  transition: all 0.3s ease-in-out;
}
.vira-card:hover .vira-card-header .card-icon:after {
  height: 120px;
  width: 120px;
  top: -1px;
  left: -1px;
}
.owl-theme .owl-dots .owl-dot span {
  background-color: #51c2b9;
  margin: 5px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #51c2b9;
  height: 14px;
  width: 14px;
  margin: 3px;
}

.team-member {
  text-align: center;
  margin-bottom: 40px;
}

.team-member img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 50%;
  margin: 0 auto 20px;
  display: block;
  border: 5px solid #f8f8f8;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.team-member img:hover {
  transform: scale(1.05);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  border-color: #51c2b9;
}

.team-member h4 {
  margin-bottom: 10px;
  font-size: 18px;
  text-transform: uppercase;
}

.team-member p {
  font-size: 14px;
  color: #818181;
  margin-bottom: 15px;
}

