@tailwind base;
@tailwind components;
@tailwind utilities;
body {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  color: #0b1220;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 640px) {
  .container {
    max-width: 540px !important;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px !important;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px !important;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px !important;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 1320px !important;
  }
}

.cta_button a:first-child {
  background-color: #2D8AD9;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cta_button a:first-child:hover {
  background-color: #2973B2;
  color: #ffffff;
}

.gradient-cyan {
  background: linear-gradient(180deg, rgb(225, 241, 243) 43%, rgb(205, 242, 246) 84%);
}

.gradient-blue {
  background: linear-gradient(180deg, rgb(207, 228, 246) 33%, rgb(184, 225, 255) 81%);
}

.border-gradient-primary {
  border-radius: 15px;
  overflow: hidden;
  border: 1px solid transparent;
  border-image-slice: 1;
  background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(90deg, #acd6fa, #358bd5) border-box;
}
.border-gradient-primary::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(#2D8AD9, #2D8AD9) padding-box, linear-gradient(90deg, #358bd5, #358bd5) border-box;
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 0;
}
.border-gradient-primary:hover::before {
  opacity: 1;
}
.border-gradient-primary > * {
  position: relative;
  z-index: 1;
}
@media (max-width: 640px) {
  .border-gradient-primary {
    position: relative;
  }
}

.perfomance_section .right_side {
  background-image: url(../images/masking.png);
  background-position: center;
  background-size: cover;
}

.banner_sec {
  background-image: url(../images/Trutimer_BannerBG.png);
  background-position: center;
  background-size: cover;
}

.testimonial::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/testimonial_bg.png);
  background-position: center;
  background-size: cover;
}

.sheet_image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(59, 59, 83, 0.4196078431);
  background-position: center;
  background-size: cover;
}

.trial_bg {
  background-image: url(../images/testimonial_bgblue.png);
  background-position: center;
  background-size: cover;
}

.Faq_section .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.Faq_section .accordion-item.active .accordion-content {
  max-height: 350px;
  opacity: 1;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.Faq_section .accordion-item .accordion-header {
  display: flex;
}
.Faq_section .accordion-item .accordion-header .header_row {
  line-height: 1.25;
  gap: 10px;
  width: 100%;
}
.Faq_section .accordion-item.active .accordion-header .header_row {
  border-bottom: 1px solid #b6c5d0;
}

.testimonial_slider .slider .slick-slide {
  margin: 0 10px;
  box-shadow: none !important;
}
.testimonial_slider .slider .slick-list {
  margin: 0 -10px;
}
.testimonial_slider .slick-arrow {
  width: 45px;
  height: 45px;
  display: grid;
  place-items: center;
  border: 1px solid #2D8AD9;
  border-radius: 50%;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 640px) {
  .testimonial_slider .slick-arrow {
    display: none !important;
  }
}
.testimonial_slider .slick-arrow:hover {
  background-color: #2D8AD9;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.testimonial_slider .slick-arrow:hover .fa {
  color: #ffffff;
}
.testimonial_slider .slick-arrow .fa {
  color: #2D8AD9;
  transition: all 0.3s ease-in-out;
  position: relative;
  top: -1px;
}
.testimonial_slider .slick-arrow.slick-prev {
  left: -85px;
}
.testimonial_slider .slick-arrow.slick-prev::before {
  display: none;
}
.testimonial_slider .slick-arrow.slick-next {
  right: -85px;
}
.testimonial_slider .slick-arrow.slick-next::before {
  display: none;
}
.testimonial_slider .slick-dots {
  display: none !important;
}

.contact_us_section .contact_us_main {
  background-image: url(../images/contact_us_bg.png);
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .contact_us_section .contact_us_main {
    background-position: center;
  }
}
.contact_us_section .contact_us_main::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 42%;
  height: 100%;
  background-image: url(../images/contact_us_masking.png);
  z-index: 1;
  background-position: center right;
  background-size: cover;
}

.time_managment_sec::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 25%;
  height: 100%;
  background-image: url(../images/contact_us_masking.png);
  z-index: 1;
  background-position: center;
  background-size: cover;
}
.time_managment_sec .leftside::after {
  width: 100px;
  height: 100px;
  z-index: 2;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #2D8AD9;
  filter: blur(300px);
}

.core_modules_row .core_modules_box::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: url(../images/features/core_modules_grphics.png);
  background-position: center;
  background-size: cover;
  border: 12px solid #ffffff;
  z-index: -1;
}/*# sourceMappingURL=style.css.map */