@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

* {
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
}

:root {
  --theme: #34a6e1;
  --theme2: #ef6925;
}

::selection {
  background-color: var(--theme);
  color: white;
}

/* header */
header nav {
  backdrop-filter: blur(3px);
}

header nav ul li a {
  font-weight: 601 !important;
}

body {
  background-color: rgb(250 250 250) !important;
  scroll-behavior: smooth;
}

#banner_home img {
  max-width: 100%;
  height: 52%;
}

main {
  margin-top: 2rem;
}

.navbar-brand img {
  max-width: 100%;
}

.navbar-brand {
  width: 9rem;
}

.form-control:focus {
  border: 1px solid var(--theme) !important;
  border-left: 5px solid var(--theme) !important;
  box-shadow: none !important;
}

header {
  background-color: rgba(255, 255, 255, 0.841) !important;
  backdrop-filter: blur(6);
}

.navbar {
  background-color: inherit !important;
}

.nav-link.active,
.nav-link:hover {
  color: var(--theme) !important;
}

li {
  background-color: transparent !important;
}

a {
  transition: 0.2s ease-in-out;
}

/* a:hover {
     color: var(--theme) !important;
} */

.btn-theme {
  background-color: var(--theme) !important;
  color: white !important;
  padding: 0.75rem !important;
  z-index: 999;
}

.search-input {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  outline: none !important;
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}

.search-btn {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.list-group a {
  text-decoration: none;
  color: rgb(56, 56, 56);
}

.list-group li {
  list-style-type: none;
}

.list-group li a {
  background-color: inherit;
  padding-left: 5px !important;
}

.links {
  color: rgb(114, 114, 114);
  transition: all 0.3s ease-in-out;
}

.links:hover {
  color: var(--theme);
}

.email_btn {
  color: white !important;
  bottom: 10px;
  left: 10px;
}

.offcanvas-header {
  background-color: var(--theme);
  color: white;
}

.offcanvas-footer button:focus,
.offcanvas-footer button:active {
  font-weight: 300 !important;
  color: var(--theme) !important;
}

.chat-input {
  border-left: 5px solid var(--theme) !important;
}

main img {
  max-width: 100%;
}

.font {
  font-style: italic;
  font-size: larger;
  text-align: center;
}

.title {
  font-size: 35px;
  font-style: italic;
  text-align: center;
}

.fs-7 {
  font-size: 0.78rem !important;
}

.main_section {
  margin-top: 5.1rem !important;
}

/* dropdown toggle on hover */
.dropdown-btn:hover .dropdown-menu-parent {
  display: block;
}

.drop-btn-child:hover .drop-menu-child {
  display: block;
}

.dropdown-item {
  padding-right: 1.4rem !important;
}

.dropdown-menu .dropdown {
  width: 100%;
}

.image-section img {
  max-width: 100%;
}

.justify {
  text-align: justify;
}

.section {
  padding: 4rem 0;
}

#emailBtn {
  z-index: 99;
}

.badge_color {
  color: var(--theme);
}

.card {
  border: none !important;
  box-shadow: 1px 2px 5px 0px grey;
}

#why .card {
  height: 100% !important;
}

.theme-color {
  color: var(--theme);
}

.consult-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-45px, -70px);
  opacity: 0.2;
}

.consult-icon i {
  font-size: 6rem;
}

#why .row .card {
  position: relative !important;
}

#why .card .card-body p {
  text-align: justify;
}

/* process cards */
.process_image {
  width: 6rem;
}

.process_text {
  width: 100%;
}

#emailBtn a:hover {
  color: inherit !important;
}

.btn-whatsapp {
  background-color: #128c7e !important;
  color: white !important;
  padding-top: 0.7rem !important;
  padding-bottom: 0.8em !important;
}

.btn-whatsapp:hover,
.btn-whatsapp:active,
.btn-whatsapp:focus {
  background-color: #075e54 !important;
}

/* Footer Links colors for facebook instagram twitter and youtube in hash codes */
footer .link-twit {
  color: #1da1f2;
}

footer .link-yt {
  color: #ff0000;
}

footer .link-facebook {
  color: #3b5998;
}

footer .link-in {
  color: #0077b5;
}

footer .link-insta {
  color: #bd081c;
}

/* brands section start */
#brands img {
  mix-blend-mode: darken;
  filter: saturate(1);
}

.width-25 {
  width: 25%;
}

@media screen and (max-width: 623px) {
  .wrap-sm {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 575px) {
  .width-25 {
    width: 75% !important;
  }
}

#about ul {
  padding-left: 1rem;
}

#location iframe {
  height: 100%;
  width: 100%;
}

#location {
  background-color: white;
}

.card {
  height: 100%;
}

/* Gallery css moved to assets/css/gallery.css */

.solutions img {
  border: 10px solid white;
}

/* Fix for Tailwind/Bootstrap conflict on navbar */
.collapse {
  visibility: visible !important;
}

/* FAQ Section Styling */
#accordionFAQ .accordion-item {
  border: none;
  background-color: transparent;
  margin-bottom: 1rem;
}

#accordionFAQ .accordion-button {
  border-radius: 10px;
  background-color: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  padding: 1.2rem 1.5rem;
  font-weight: 500;
  color: var(--theme);
  transition: all 0.3s ease;
}

#accordionFAQ .accordion-button:not(.collapsed) {
  background-color: white;
  color: var(--theme2);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

#accordionFAQ .accordion-button:focus {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  border-color: transparent;
}

#accordionFAQ .accordion-button::after {
  background-size: 1rem;
  transition: all 0.3s ease;
}

#accordionFAQ .accordion-collapse {
  background-color: white;
  margin-top: 5px;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  border: none;
}

#accordionFAQ .accordion-body {
  padding: 1.5rem;
  color: #666;
  line-height: 1.6;
}