:root {
  --amber-500: #f59e0b;
  --sky-600: #0284c7;
  --sky-900: #0c4a6e;
  --cyan-50: #ecfeff;
  --neutral-900: #171717;
  --zinc-600: #52525b;
  --stone-300: #d6d3d1;
}

.bg-amber-500 {
  background-color: var(--amber-500) !important;
}
.bg-sky-600 {
  background-color: var(--sky-600) !important;
}
.bg-sky-900 {
  background-color: var(--sky-900) !important;
}
.bg-cyan-50 {
  background-color: var(--cyan-50) !important;
}
.bg-neutral-900 {
  background-color: var(--neutral-900) !important;
}
.text-amber-500 {
  color: var(--amber-500) !important;
}
.text-sky-600 {
  color: var(--sky-600) !important;
}
.text-zinc-600 {
  color: var(--zinc-600) !important;
}
.text-neutral-900 {
  color: var(--neutral-900) !important;
}
.text-stone-300 {
  color: var(--stone-300) !important;
}
.border-sky-600 {
  border-color: var(--sky-600) !important;
}

.hero-section {
  background: linear-gradient(to bottom, var(--amber-500), black);
  min-height: 100vh;
}

.hero-overlay {
  background: rgba(0, 0, 0, 0.4);
}

.rounded-3xl {
  border-radius: 1.5rem !important;
}
.rounded-2xl {
  border-radius: 1rem !important;
}
.leading-none {
  line-height: 1 !important;
}
.leading-loose {
  line-height: 2 !important;
}
.tracking-normal {
  letter-spacing: 0 !important;
}
.tracking-wide {
  letter-spacing: 0.025em !important;
}
.tracking-wider {
  letter-spacing: 0.05em !important;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}
.aspect-169 {
  aspect-ratio: 16 / 9;
}

.min-h-195 {
  min-height: 195px;
}
.min-h-599 {
  min-height: 599px;
}
.min-h-650 {
  min-height: 650px;
}
.min-h-440 {
  min-height: 440px;
}
.min-h-478 {
  min-height: 478px;
}

.object-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.shadow-custom {
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}

.shadow-custom-lg {
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
}

.bg-overlay-50 {
  background: rgba(0, 0, 0, 0.5);
}

.bg-overlay-40 {
  background: rgba(0, 0, 0, 0.4);
}

.bg-overlay-90 {
  background: rgba(0, 0, 0, 0.9);
}

.feature-card {
  position: relative;
  overflow: hidden;
}

.feature-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("https://api.builder.io/api/v1/image/assets/4f7f3a12e6bd4109b6f8855f7c74ccc0/d87497fc214c7dd32c28a08c52359d8606578fa5");
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.social-icon {
  width: 40px;
  height: 40px;
  border: 2px solid var(--sky-600);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Home page */
.person-image {
  position: absolute;
  right: 235px;
  bottom: 44px;
  width: 290px;
  height: 400px;
}
.check-img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

/* benifit section */
.benefits-section {
  background-color: #ecfeff;
  min-height: max-content;
  position: relative;
  overflow: hidden;
  padding-top: 44px;
  padding-bottom: 0;
}

.benefits-section .background-image {
  position: absolute;
  bottom: 0;
  left: -240px;
  z-index: 0;
  height: 252px;
  width: 2400px;
}

.benefits-title {
  font-size: 2.25rem;
  font-weight: bold;
  text-align: center;
  color: black;
  line-height: 66.6px;
  margin-bottom: 44px;
  position: relative;
  z-index: 1;
}

.benefits-grid {
  position: relative;
  z-index: 1;
  max-width: 1495px;
  margin: 0 auto;
}

.benefit-card-container {
  position: relative;
  height: 368px;
  margin-bottom: 18px;
}

.benefit-card {
  position: absolute;
  top: 51px;
  background-color: #0c4a6e;
  border-radius: 16px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  height: 260px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 80px 32px 64px 32px;
}

.benefit-card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 175px;
  width: 277px;
}

.benefit-card-title {
  margin-bottom: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: normal;
  text-align: center;
  color: white;
}

.benefit-card-description {
  width: 100%;
  font-size: 18px;
  letter-spacing: normal;
  line-height: 2rem;
  text-align: center;
  color: white;
}

.card-icon {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.align-container {
  position: relative;
  top: 90px;
  left: 82px;
}

/* about us */

/* banner section */
/* .hero-section {
  height: 600px;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-bg-image {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  min-height: 100%;
  transform: translate(-50%, -50%);
  z-index: 1;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0a0a0a;
  opacity: 0.45;
  z-index: 2;
}

.hero-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
} */

.about-us-label {
  position: absolute;
  left: 390px;
  top: 262px;
  height: 20px;
  font-size: 16px;
  line-height: 20px;
  color: #ffff;
  text-transform: uppercase;
  letter-spacing: 10px;
  width: 232px;
  z-index: 99;
}

.main-heading {
  position: absolute;
  left: 390px;
  top: 297px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 80px;
  font-size: 72px;
  font-weight: bold;
  color: #ffff;
  text-transform: uppercase;
  line-height: 80px;
  letter-spacing: 22px;
  width: 897px;
  z-index: 999;
}

/* about us section */
.text-neutral-500 {
  color: #737373;
}
.text-slate-900 {
  color: #0f172a;
}
.leading-10 {
  line-height: 2.5rem;
}
.leading-loose {
  line-height: 2;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.aspect-ratio-147 {
  aspect-ratio: 1.47;
}
.img-1{
    /* width: 300px; */
    width: 100%;
    height: 452px;
}
.img-2{
    /* width: 300px; */
     width: 100%;
    height: 220px;
    margin-bottom: 50px;
}
.img-3{
    /* width: 300px; */
     width: 100%;
    height: 220px;
}


/* value */
.bg-cyan-50 {
  background-color: #ecfeff;
}

.text-neutral-900 {
  color: #171717;
}

.text-neutral-500 {
  color: #737373;
}

.value-card {
  background: white;
  border-radius: 0.5rem;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  height: 138px;
  padding: 1.25rem;
  display: flex;
  align-items: center;
}

.value-card-content {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  width: 100%;
  height: 84px;
}

.value-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}

.value-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

.value-title {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: normal;
  color: #171717;
}

.value-description {
  font-size: 14px;
  line-height: 1.75;
  color: #171717;
}

.main-title {
  font-size: 2.25rem;
  font-weight: bold;
  line-height: 67px;
  color: #171717;
  margin-bottom: 1rem;
}

.main-description {
  font-size: 1.5rem;
  line-height: 2.5rem;
  color: #737373;
}

/* slider */
.owl-carousel .item {
  position: relative;
  padding: 0.5rem;
  user-select: none;
}
.slide-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}
.slide-caption {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  color: #fff;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
  font-weight: 600;
}

.bg-object {
  background-image: url("../img-medha/object_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
}
.bg-functionality {
  background-image: url("../img-medha/functionality_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 350px;
}
.bg-benefit {
  background-image: url("../img-medha/bg_benefit.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 350px;
}
.bg-material {
  background-image: url("../img-medha/bg_material.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 350px;
}
.bg-service {
  background-image: url("../img-medha/bg_service.png");
  background-repeat: no-repeat;
  background-size: cover;
  top:150px
}
.text-color{
    color: #000 !important;
}

/* testimonials */
.testimonials-section {
    min-height: 650px;
    padding: 4rem 1.25rem;
}

@media (max-width: 767.98px) {
    .testimonials-section {
        padding: 4rem 1rem;
        min-height: auto;
    }
}

@media (max-width: 575.98px) {
    .testimonials-section {
        padding: 2.5rem 1rem;
    }
}

/* Background SVG */
.background-svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 476px;
    z-index: 1;
}

.background-shape {
    width: 100%;
    height: 476px;
}

/* Main Container */
.testimonials-container {
    z-index: 2;
    max-width: 1191px;
}

.testimonials-content {
    gap: 2.75rem;
}

@media (max-width: 767.98px) {
    .testimonials-content {
        gap: 2.25rem;
    }
}

@media (max-width: 575.98px) {
    .testimonials-content {
        gap: 1.5rem;
    }
}

/* Main Title */
.testimonials-title {
    font-size: 2.25rem;
    line-height: 1.85;
    letter-spacing: 0.025em;
    color: #000;
    max-width: 618px;
}

@media (max-width: 767.98px) {
    .testimonials-title {
        font-size: 1.875rem;
        line-height: 1.67;
        max-width: 500px;
    }
}

@media (max-width: 575.98px) {
    .testimonials-title {
        font-size: 1.5rem;
        line-height: 1.5;
        letter-spacing: normal;
    }
}

/* Testimonial Cards */
.testimonial-card {
    border-radius: 0.75rem;
    max-width: 573px;
    margin: 0 auto;
}

@media (max-width: 767.98px) {
    .testimonial-card {
        max-width: 500px;
    }
}

/* Profile Image Container */
.profile-image-container {
    width: 100px;
    height: 100px;
    border: 2px solid #059669;
    border-radius: 0.75rem;
    overflow: hidden;
    position: relative;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 575.98px) {
    .profile-image-container {
        width: 80px;
        height: 80px;
    }
}

.profile-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.profile-image-2 {
    width: 100px;
    height: 105px;
    left: 0px;
    top: -3px;
}

@media (max-width: 575.98px) {
    .profile-image {
        width: 100%;
        height: 80px;
    }

    .profile-image-2 {
        width: 100%;
        height: 84px;
        left: 0px;
        top: -2px;
    }
}

/* Company Information */
.company-name {
    font-size: 1.25rem;
    color: #000;
}

@media (max-width: 575.98px) {
    .company-name {
        font-size: 1.125rem;
    }
}

.company-description {
    font-size: 1rem;
    color: #6b7280;
}

@media (max-width: 575.98px) {
    .company-description {
        font-size: 0.875rem;
    }
}

/* Testimonial Quote */
.testimonial-quote {
    font-size: 1.125rem;
    line-height: 1.78;
    color: #6b7280;
    font-style: normal;
}

@media (max-width: 575.98px) {
    .testimonial-quote {
        font-size: 1rem;
        line-height: 1.75;
    }
}

/* Quote Icon */
.quote-icon-container {
    position: absolute;
    top: 20px;
    right: 25px;
}

.quote-icon {
    width: 48px;
    height: 36px;
}
.top-ht{
    top:100px
}

/* Responsive adjustments */
@media (max-width: 767.98px) {
    .row.g-4.g-md-5 {
        --bs-gutter-y: 2rem;
    }
}

@media (max-width: 575.98px) {
    .row.g-4.g-md-5 {
        --bs-gutter-y: 1.25rem;
    }
}
.footer-section{
  top:130px !important;
}

.fs-l{
  font-size: larger !important;
}

.fs_6 {
    font-size: 18px !important;
}

