@import 'variables.css';

* {
  font-family: var(--font-primary) !important;
  color: var(--color-primary);
  box-sizing: border-box;
  transition: all .3s linear !important;
}

i{
  font-family: "Font Awesome 7 Brands" !important;
}

button{
  border: 0px;
}

body {
  position: relative;
  min-height: 100vh;
}

a {
  text-decoration: none;
  color: inherit;
}

.btn_primary {
  background-color: var(--color-secondary) !important;
  color: var(--white) !important;
  border: 2px solid var(--color-secondary) !important;
  padding: 10px 20px !important;
  border-radius: 30px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  text-transform: capitalize !important;
}

.btn_primary svg {
  fill: var(--white) !important;
}

.btn_primary:hover {
  background-color: var(--white) !important;
  color: var(--color-primary-2) !important;
}

.btn_primary:hover svg {
  fill: var(--color-primary-2) !important;
}

.scroll-top {
  position: fixed !important;
  left: auto;
  right: 24px;
  bottom: 24px;
  top: auto;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: none;
  align-items: center;
  justify-content: center;
  background: var(--color-secondary) !important;
  color: var(--white) !important;
  border: none;
  cursor: pointer;
  z-index: 1000;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
.scroll-top[style*="display: flex"] {
  display: flex !important;
}

.scroll-top svg,
.scroll-top .material-icons {
  fill: var(--white) !important;
  color: var(--white) !important;
}

/* Material Icons (Google Fonts) */
.material-icons {
  font-family: 'Material Symbols Outlined' !important;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

.material-symbols-outlined {
  
}

.description {
  color: var(--gray) !important;
  margin-bottom: 24px !important;
  line-height: 1.6 !important;
}

.description .title {
  font-size: 32px !important;
  font-weight: 700 !important;
  color: var(--color-primary) !important;
  margin-bottom: 20px !important;
}

.description .small-title {
  color: var(--color-secondary) !important;
  font-weight: 600 !important;
  margin-bottom: 12px !important;
  letter-spacing: 1px !important;
}

.cta-stats-wrapper {
  padding: 40px 20px;
}

.cta-stats-wrapper .cta-stats {
  background: var(--color-primary);
  border-radius: 40px;
  padding: 70px 80px;
  color: var(--white) !important;
}

.cta-stats-wrapper .cta-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.cta-stats-wrapper .cta-title {
  font-size: 42px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  color: var(--white) !important;
}

.cta-stats-wrapper .cta-btn {
  background: var(--color-secondary) !important;
  color: var(--white) !important;
  padding: 14px 32px !important;
  border-radius: 30px !important;
  text-transform: none !important;
  font-weight: 600 !important;
}

.cta-stats-wrapper .divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.15);
  margin: 40px 0;
}

.cta-stats-wrapper .stats-row {
  display: flex;
  align-items: center;
  gap: 40px;
}

.cta-stats-wrapper .stat-item {
  display: flex;
  align-items: center;
  gap: 16px;
}

.cta-stats-wrapper .stat-value {
  font-size: 56px !important;
  font-weight: 700 !important;
  color: #e9f5ee !important;
}

.cta-stats-wrapper .stat-value span {
  font-size: 32px !important;
  vertical-align: top;
}

.cta-stats-wrapper .stat-label {
  font-size: 14px !important;
  color: #b9d6cf !important;
  letter-spacing: 0.5px;
  line-height: 1.4;
}

.cta-stats-wrapper .star {
  font-size: 24px !important;
  color: #dff3eb !important;
  opacity: 0.9;
}

@media (max-width: 1024px) {
  .cta-stats-wrapper .cta-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .cta-stats-wrapper .stats-row {
    flex-wrap: wrap;
    gap: 30px;
  }
}

@media (max-width: 768px) {
  .cta-stats-wrapper .cta-stats {
    padding: 50px 30px;
  }

  .cta-stats-wrapper .cta-title {
    font-size: 32px;
  }

  .cta-stats-wrapper .stat-value {
    font-size: 44px;
  }
}

.working_steps_wrapper {
  background-color: var(--bg-light-2);
  padding: 80px 40px;
  border-radius: 20px;
  text-align: center;
  margin: 0 20px 40px;
}

.working_steps_wrapper .smallTitle {
  font-size: 14px !important;
  font-weight: 600 !important;
  color: var(--color-secondary) !important;
  letter-spacing: 1px !important;
  margin-bottom: 8px !important;
}

.working_steps_wrapper .heading {
  font-size: 36px !important;
  font-weight: 700 !important;
  color: var(--color-primary) !important;
  margin-bottom: 16px !important;
  line-height: normal !important;
  letter-spacing: normal !important;
}

.working_steps_wrapper .subText {
  max-width: 700px !important;
  margin: 0 auto 48px;
  color: var(--gray);
  line-height: 1.6;
}

.working_steps_wrapper .cardContainer {
  display: flex;
  gap: 24px;
  justify-content: center;
  flex-wrap: wrap;
}

.working_steps_wrapper .card {
  width: 320px;
  padding: 40px 30px;
  border-radius: 18px;
  position: relative;
  text-align: left;
  background-color: var(--white);
  clip-path: polygon(0 0, 75% 0, 82% 8%, 100% 8%, 100% 100%, 0 100%);
}

.working_steps_wrapper .card .stepNo {
  position: absolute;
  top: -25px;
  right: 20px;
  color: var(--color-secondary);
  font-weight: 700 !important;
  font-size: 14px !important;
}

.working_steps_wrapper .card .iconBox {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  background: var(--bg-light-2);
}

.working_steps_wrapper .card .cardTitle {
  font-size: 18px !important;
  font-weight: 600 !important;
  margin-bottom: 8px !important;
  color: var(--color-primary);
}

.working_steps_wrapper .card .cardDesc {
  font-size: 14px !important;
  color: var(--gray);
  line-height: 1.6;
}

.working_steps_wrapper .card .arrow {
  font-size: 22px !important;
  color: var(--color-secondary);
  cursor: pointer;
}

.working_steps_wrapper .card .arrow svg {
  transform-origin: left;
}

.working_steps_wrapper .card:hover .iconBox {
  background-color: var(--color-secondary);
}

.working_steps_wrapper .card:hover .iconBox svg {
  fill: var(--white) !important;
}

.working_steps_wrapper .card:hover .arrow svg {
  transform: scaleX(2);
}

.working_steps_wrapper .footerText {
  margin-top: 20px;
  font-size: 14px !important;
  color: var(--color-primary) !important;
  font-weight: 700 !important;
}

.working_steps_wrapper .footerText a {
  color: var(--color-primary) !important;
}

.working_steps_wrapper .footerText a:hover {
  text-decoration: none;
}

@media (max-width: 768px) {
  .working_steps_wrapper {
    padding: 60px 20px;
  }

  .working_steps_wrapper .heading {
    font-size: 28px;
  }

  .working_steps_wrapper .card {
    width: 100%;
    max-width: 340px;
  }
}

.testimonials {
  background-color: var(--color-secondary);
  border-radius: 28px;
  padding: 40px;
  color: var(--white);
  margin: 40px 20px;
}

.testimonials .testimonial-slide {
  display: flex;
  align-items: center;
  gap: 40px;
  position: relative;
}

.testimonials .testimonial_left {
  position: relative;
  width: 45%;
}

.testimonials .testimonial_left .testimonial-image {
  height: 420px;
  width: 100%;
  object-fit: cover;
  border-radius: 22px;
}

.testimonials .testimonial_left .rating-badge {
  position: absolute;
  bottom: 0px;
  right: 0%;
  background-color: #ffa800;
  color: var(--white) !important;
  padding: 8px 14px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 600 !important;
}

.testimonials .testimonial_left .rating-badge svg {
  font-size: 18px !important;
}

.testimonials .testimonial-content {
  width: 55%;
  padding-right: 40px;
}

.testimonials .testimonial-content .quote-icon {
  font-size: 48px !important;
  opacity: 0.8;
  margin-bottom: 16px;
  fill: var(--white) !important;
}

.testimonials .testimonial-content .stars {
  display: flex;
  gap: 4px;
  margin-bottom: 16px;
}

.testimonials .testimonial-content .stars svg {
  fill: #ffb400;
  border-radius: 6px;
}

.testimonials .testimonial-content .testimonial-text {
  font-size: 18px !important;
  color: var(--white);
  font-style: italic;
  opacity: 0.95;
  margin-bottom: 20px;
}

.testimonials .testimonial-content .testimonial-user {
  display: flex;
  align-items: center;
  gap: 12px;
}

.testimonials .testimonial-content .testimonial-user .name {
  font-weight: 600 !important;
  color: var(--white);
}

.testimonials .testimonial-content .testimonial-user .role {
  font-size: 14px !important;
  opacity: 0.7;
  color: var(--white);
}

.pageHero {
  position: relative;
  height: 320px;
  border-radius: 24px;
  margin: 0px 30px 30px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.pageHero .overlay {
  position: absolute;
  inset: 0;
  background: rgba(6, 46, 46, 0.65);
  z-index: 1;
}

.pageHero .content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
}

.pageHero .title {
  font-weight: 700 !important;
  margin-bottom: 12px !important;
  color: var(--white) !important;
}

.pageHero .breadcrumb {
  display: flex;
  align-items: center;
  gap: 6px;
  justify-content: center;
  font-size: 14px !important;
}

.pageHero .breadcrumb a {
  color: #e9f6e6;
  text-decoration: none;
  font-weight: 500 !important;
  line-height: 14px;
}

.pageHero .breadcrumb a:hover {
  text-decoration: underline;
}

.pageHero .breadcrumb span {
  line-height: 16px;
  color: #cfe5e5;
  line-height: 14px;
}

.pageHero .breadcrumb .homeIcon {
  font-size: 22px;
  fill: var(--white);
  border-radius: 4px;
}

@media (max-width: 768px) {
  .pageHero {
    height: 240px;
    margin: 0px 16px 16px;
  }

  .pageHero .title {
    font-size: 28px;
  }
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  display: flex !important;
  flex-direction: row !important;
  gap: 0 !important;
  justify-content: center !important;
  align-items: center !important;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.loading .MuiCircularProgress-root svg {
  color: var(--white);
}

.MuiSnackbarContent-message {
  color: var(--white) !important;
}
