@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Indie+Flower");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,700");

/* Defaults */
:root {
  --footer-bg: #141729;
}

html {
  font-size: 62.5% !important;
}

* {
  text-decoration: none !important;
  box-sizing: border-box !important;
  font-family: "Inter", sans-serif;
  outline: none !important;
  box-shadow: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0 !important;
  padding: 0 !important;
}
body {
  width: 100%;
  overflow-x: hidden;
}
.btn {
  transition: all 0.3s ease-in-out;
}
.btn:hover {
  background-color: #e17302 !important;
  border-color: #e17302 !important;
}
h1,
h2 {
  font-size: 3rem !important;
}
h4 {
  font-size: 1.8rem !important;
  font-weight: 700;
}
p,
li,
a {
  font-size: 1.5rem !important;
}
hr {
  height: 1px;
  background-color: #ccc;
}
section {
  margin-top: 6rem !important;
}
/* Navbar */
/* .dropdown-item.active {
  background-color: #e17302 !important;
  color: white !important;
} */
/* Modules */
.module img {
  width: 70px !important;
  aspect-ratio: 1/1;
}
.card img {
  width: 90%;
  aspect-ratio: 1/1;
}
/* Flexible Solutions */
.fs-list li {
  display: flex;
  gap: 1.5rem;
  align-items: center;
}
.fs-list li i,
.mission i {
  background-color: #b2f0db !important;
}

/* Modules Container */
.modules-container {
  margin-top: 5rem !important;
  border-style: dashed !important;
  border-color: black !important;
}
.module-heading {
  top: -2rem;
  left: -3.5rem;
}
.module-tabs {
  grid-template-columns: repeat(10, 1fr);
}
.mod-head-text {
  width: 18rem;
  height: 4rem;
  padding-right: 3rem !important;
  background-color: #e17302;
  color: white;
}
.special {
  width: 21rem !important;
}
@media screen and (max-width: 992px) {
  .module-tabs {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (max-width: 600px) {
  #integrated-modules .container-fluid {
    padding-left: 5rem !important;
  }
}
@media screen and (max-width: 992px) {
  .module-tabs {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 450px) {
  .module-tabs {
    grid-template-columns: repeat(2, 1fr);
  }
}
/*  */
.work-container {
  grid-template-columns: repeat(3, 1fr);
}
.star {
  color: gold;
  font-size: 1.5rem !important;
}
/* Milestones */
.milestones {
  grid-template-columns: repeat(1, 1fr);
}
/*Accordion*/
.accordion-button {
  transition: all 0.3s ease-in-out;
}
.accordion-button:not(.collapsed) {
  background-color: #e17302 !important;
  color: white !important;
}
/*How We Help You*/
.feature-card-cont {
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 5rem !important;
  grid-row-gap: 2rem !important;
}
.feature-card {
  height: 10rem;
  padding: 3rem 5rem 3rem;
}
.number {
  width: 5rem;
  height: 5rem;
  top: 30%;
  place-items: center;
  background-color: #e17302;
  color: white !important;
  left: -2.5rem;
  font-weight: bold;
}

@media screen and (max-width: 1200px) {
  .feature-card {
    padding: 1.5rem 1rem 1rem 5rem;
  }
}
@media screen and (max-width: 955px) {
  .feature-card-cont {
    grid-column-gap: 3rem !important;
  }
  .feature-card {
    padding: 1rem 1rem 1rem 3rem;
  }
  .number {
    width: 3rem;
    height: 3rem;
    left: -1.5rem;
  }
}
@media screen and (max-width: 820px) {
  .feature-card-cont {
    grid-template-columns: repeat(1, 1fr);
  }
  .feature-card {
    height: 5rem;
  }
}
@media screen and (max-width: 660px) {
  .feature-card {
    height: 8rem;
  }
}
@media screen and (max-width: 660px) {
  .feature-card {
    height: 10rem;
  }
}
@media screen and (max-width: 420px) {
  .feature-card {
    height: 12rem;
  }
}
/*Salient Features*/
.salient-feature-card-cont {
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 4rem !important;
  grid-row-gap: 2rem !important;
}
.salient-feature-card {
  height: 10rem;
  padding: 1rem 1rem 1rem 3rem !important;
}
.salient-feature-card .number {
  width: 3rem;
  height: 3rem;
  top: -1.5rem;
  place-items: center;
  background-color: #e17302;
  color: white !important;
  left: -1.5rem;
  font-weight: bold;
}
@media screen and (max-width: 992px) {
  .salient-feature-card-cont {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 750px) {
  .salient-feature-card-cont {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 550px) {
  .salient-feature-card-cont {
    grid-template-columns: repeat(1, 1fr);
  }
  .salient-feature-card {
    height: 5rem;
  }
  .salient-feature-card .number {
    width: 2rem;
    height: 2rem;
    top: 30%;
    left: -1rem;
  }
}
/*Pricing table*/
.header {
  background-color: #e17302;
}
.priceCard {
  width: 50% !important;
}
@media screen and (max-width: 992px) {
  .priceCard {
    width: 100% !important;
  }
}

/* Footer */
footer {
  background-color: var(--footer-bg);
  color: #ffffff;
}
.contact {
  background-color: #e17302;
}
.btn#contact-btn {
  transition: all 0.8s ease-in-out;
  border: 1px solid #ccc !important;
}
.btn#contact-btn:hover {
  background-color: transparent !important;
  border: 1px solid #ccc !important;
}
.footer-links {
  transition: all 0.3s ease-in-out;
}
.footer-links:hover,
.nav-link:hover,
.nav-link.active {
  color: #e17302 !important;
}
.subscribe-btn {
  background-color: #e17302;
}
/* vission-mission */
.mission-card {
  background-color: #e17302 !important;
  color: white !important;
}
.vm-row,
.our-mission {
  height: 28rem !important;
}
.mission-header {
  background-color: #be6308 !important;
}

/* Media Queries */
@media screen and (min-width: 992px) {
  .nav-cont {
    width: 25% !important;
  }
}
@media screen and (max-width: 992px) {
  .work-container {
    grid-template-columns: repeat(1, 1fr);
  }
  .card-heading img {
    width: 100px;
  }
}
