/*- Font sizes (px)
10 / 12 / 14 / 16 / 18 / 20 / 24 / 30 / 36 / 44 / 52 / 62 / 74 / 86 / 98
*/

* {
  --primary-color: #3CAEFA;
}

body {
  color: #555;
  font-family: "Outfit", sans-serif;
  /* background-color: #F5F5F5; */
  background-color: #FFFFFF;
}

::selection {
  color: #FFF;
  background: #242428;
}

::-moz-selection {
  color: #FFF;
  background: #242428;
}

.navbar {
  height: 64px;
  transition: background-color 0.3s, backdrop-filter 0.3s;
}

.navbar-brand {
  font-weight: bold;
  color: #000;
}

.nav-link {
  color: #000 !important;
}

.text-primary {
  color: #242428 !important;
}

.navbar-nav .nav-item .btn{
  background-color: #242428;
  color: #FFF;
  border: 1px solid #333;
  border-radius: 4px;
  transition: 0.3s;
  padding: 0.5rem 1rem;
}

.navbar-nav .nav-item .btn:hover {
  cursor: pointer;
  background-color: #242428 !important;
  color: #FFF;
  border: 1px solid #333;
}

.navbar .collapse {
  background-color: #FFF;
  backdrop-filter: blur(10px);
}


.contact-info {
  color: #000;
  text-align: right;
}

.contact-info i {
  margin-right: 5px;
}

.btn-outline-light {
  border: 2px solid #000;
  border-radius: 25px;
  margin-left: 2.5rem;
  color: #000;
}

.glass-effect {
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
}

.hero-section {
  width: 100%;
  color: #000;
  margin: 5rem 0;
}

.hero-section h1 {
  font-size: 4rem;
  margin-bottom: 1rem;
  align-items: center;
}

.hero-section p {
  font-size: 1.5rem;
  max-width: 800px;
}

.contact-btn {
  border: 1px solid #242428;
  border-radius: 4px;
  transition: 0.3s;
  margin-right: 1rem;
}

.contact-btn p {
  margin-bottom: 0px !important;
  font-size: 1rem;
  padding: 14px 30px 0px 30px;
}

.contact-btn:hover {
  background-color: #242428;
  color: #FFF;
  cursor: pointer;
}

.schedule-meet {
  border: 1px solid #242428;
  border-radius: 4px;
  background-color: #242428;
  color: #FFF;
  transition: 0.3s;
}

.schedule-meet p {
  margin-bottom: 0px !important;
  font-size: 1rem;
  padding: 14px 30px 0px 30px;
}

.schedule-meet:hover {
  cursor: pointer;
}

.about-text {
  font-size: 18px;
  line-height: 2rem;
  font-weight: 300;
}

.btn-primary:hover {
  background-color: #257dfd !important;
}

.blue-bg {
  background-color: var(--primary-color);
  color: #fff;
}

.nav-tabs {
  border: none;
}

.nav-tabs .active {
  background-color: #0a58ca !important;
  border: none;
  color: #fff !important;
}

.footer-section {
  background-color: #242428 !important;
  border: none;
  color: #fff !important;
  padding: 0.5rem 0;
}

.footer-section p{
  margin-top: 1rem;
}

.why-flutter-list p {
  margin-left: 16px;
}

.ionicons {
  color: #0a58ca;
  background-color: #f2f2f2;
  padding: 16px;
  height: 26px;
  width: 26px;
  margin-bottom: 12px;
  border-radius: 10px;
}

.contact-ionicons {
  color: #f2f2f2;
  height: 50px;
  width: 50px;
}

.book-call {
  color: #FFF;
  height: 26px;
  width: 26px;
}

/* Vision & Mission start */
.vision-section {
  margin-top: 3rem;
  margin-bottom: 8rem;
}

.vision-section .vision {
  height: 250px;
  background-color: #242428;
  text-align: center;
  align-content: center;
  color: #FFF;
  padding: 0 50px;
}

.vision-section .mission {
  height: 250px;
  background-color: #B69440;
  text-align: center;
  color: #FFF;
  padding: 0 50px;
  align-content: center;
}

/* Vision & Mission end */

/* Why work with us start */
.work-with-section {
  margin-top: 3rem;
}

.work-with-inner {
  color: #000;
}

.work-with-img {
  text-align: center;
}

.work-with-inner ul,
li {
  padding-left: 1rem;
}

.work-with-section h5 {
  color: #222;
}

.work-with-section .border {
  border-color: #e5e5e5 !important;
}

.work-with-section .shadow-sm {
  transition: all 0.2s ease;
}

.work-with-section .shadow-sm:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05);
}


/* Why work with us end */

/* Service start */
.services {
  margin-top: 5rem;
}

.service-card {
  height: 250px;
  transition: 0.5s;
  text-align: center;
  justify-content: center;
  border-radius: 16px;
}

.service-card:hover {
  background-color: #242428;
  color: #FFF;
  cursor: pointer;
}

.service-title {
  font-size: 1.3rem;
  font-weight: 600;
}

.service-description {
  font-size: 0.9rem;
}

.know-more-btn {
  width: 180px;
  border: 1px solid #242428;
  border-radius: 24px;
  transition: 0.3s;
  text-align: center;
}

.know-more-btn p {
  margin: auto;
  padding: 0.6rem 0rem;
}

.know-more-btn:hover {
  background-color: #242428;
  color: #FFF;
  cursor: pointer;
}

/* Service end */

/* Technologies start */
.technology-section {
  margin-top: 8rem;
}

.technology-section .tech-logo img {
  height: 50px;
  margin-bottom: 3rem;
}

.technology-section {
  padding: 40px 0;
}

.technology-section h2 {
  color: #333;
  font-weight: bold;
  margin-bottom: 1.5rem;
}

.technology-section p {
  font-size: 1rem;
  color: #555;
}

.tech-card {
  margin-bottom: 30px;
  transition: transform 0.3s ease;
}

.tech-card:hover {
  transform: translateY(-5px);
}

.tech-card-inner {
  padding: 20px;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease;
}

.tech-card-inner:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.tech-icon {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.tech-card-inner h5 {
  margin-top: 15px;
  font-size: 1.1rem;
  color: #333;
  font-weight: 600;
}


/* Technologies end */

/* Testimonials start*/
.testimonial-section {
  margin-top: 5rem;
}

.testimonial-card {
  height: 250px;
  transition: 0.5s;
  text-align: center;
  justify-content: center;
  border-radius: 16px;
}

.testimonial-card:hover {
  background-color: #242428;
  color: #FFF;
  cursor: pointer;
}

.testimonial-description {
  font-size: 0.9rem;
}

.ratings {
  margin-right: 10px;
}

.ratings i {
  color: #cecece;
  font-size: 16px;
}

.rating-color {
  color: #fbc634 !important;
}

.upwork-logo {
  margin-top: 5rem;
  border-radius: 16px;
  background-color: #FFF;
  padding: 8px 16px;
  justify-content: center;
  align-self: center;
}

.upwork-logo img {
  height: 30px;
}

/* Testimonials end */

/* FAQ start */
.faq-section {
  margin-top: 8rem;
}

.faq-section .faq-inner {
  max-width: 650px;
  margin: auto;
}

.accordion-button {
  font-weight: 600;
}

.accordion {
  --bs-accordion-btn-active-icon: background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%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");
}

.accordion-button:not(.collapsed) {
  color: #FFF !important;
  background-color: #242428 !important;
  font-weight: 600;
}

.accordion-button:link,
.accordion-button:visited,
.accordion-button:hover,
.accordion-button:active {
  background-color: #242428 !important;
  color: #FFF !important;
  text-decoration: none !important;
  border: hidden !important;
  border-color: #FFF !important;
  box-shadow: 0px !important;
}

.accordion-button:focus {
  border-color: #FFF !important;
  box-shadow: 0 0 0 0 #FFF !important;
}

.accordion-button.collapsed::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23242428'%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");
}

.accordion-body {
  color: #6f6f6f;
}



/* FAQ end */

/* Contact Us start*/
.contact-us {
  margin-top: 10rem;
}

.contact-us .contact-us-form {
  background-color: #FFF;
  border-radius: 10px;
  box-shadow: 5px 5px #000;
  border: 2px solid #000;
}

.contact-us p {
  font-size: 1.5rem;
  color: #FFF;
  margin-bottom: 0;
}

.contact-us a {
  text-decoration: none;
}

.contact-info {
  padding: 16px 0px;
  background-color: #242428;
  border-radius: 8px;
}

/* Contact Us end */

/* Footer start */
.footer-copyright {
  background-color: #242428;
  color: #fff;
}

.footer-copyright p {
  margin: 0;
  font-size: 1rem;
  font-weight: 100;
}

/* Footer end */

@media (max-width:500px) {
  .contact-us .contact-us-form {
    background-color: #FFF;
    border-radius: 10px;
    border: 1px solid #000;
    box-shadow: none;
    margin-left: 8px;
  }

}

.contact-us .contact-item {
  height: 120px;
  width: 120px;
  border-radius: 50%;
  display: inline-block;
  background-color: #0a58ca;
  box-shadow: 5px 5px #000;
  border: 1px solid #000;
}

@media (min-width: 768px) {
  .h-16-lg {
    height: 4rem;
  }

  .hero-section p {
    padding-bottom: 1rem;
  }
}

@media (max-width: 600px) {
  .d-xs-none {
    display: none;
  }

  .hero-section {
    padding: 0 16px;
    width: 100%;
    height: 100%;
    margin: 5rem 0;
  }

  .hero-section h1 {
    font-size: 2rem;
  }

  .hero-section p {
    font-size: 1rem;
    padding-bottom: 1rem;
  }

  .work-with-img img {
    width: 100%;
  }

  .contact-us {
    margin-top: 3rem;
  }

  .contact-us p {
    font-size: 1rem;
  }
}