/* Hero Section */
.hero {
  width: 100%;
  height: 955px;
  position: relative;
  padding: 70px;
  opacity: 1;
  background: linear-gradient(to bottom, #032127 75%, white 25%);
  padding-top: 150px;
}
.hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1.5px solid rgba(255, 255, 255, 0.12);
  padding: 5px 13px;
  border-radius: 40px;
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 2px;
  width: fit-content;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.badge-icon {
  font-size: 18px;
  color: #72e0ff;
}

.hero-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  transform: translateY(-20px);
}

.hero-text h1 {
  font-family: 'Manrope', sans-serif;
  font-size: 58px;
  font-weight: 600;
  line-height: 1;
  color: #ffffff;
  margin: 0;
}

.hero-text .highlighted {
  color: #B8E5FF;
  font-weight: 600;
}

.hero-description-text {
  font-family: 'Manrope';
  color: #e8f8fa;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 500;
  margin-bottom: 30px;
  margin-top: 40px;
}

.hero-cta-buttons {
  display: flex;
  gap: 15px;
}

.hero-image {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 50px auto 0;
  height: auto;
  overflow: hidden;
  margin-top: 50px;
  border-radius: 10px;
}

.hero-image::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 35%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff 90%);
  pointer-events: none;
}

.hero-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

/* Updated Awards Section with Icons */

.hero-awards {
  display: flex;
  justify-content: center;
  align-items: center;
 
}

.award-images {
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
}

.award-images img {
  height: 205px; /* Adjust as needed */
  object-fit: contain;
}
.awards-description {
  font-family: 'Manrope', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #ddf1f7;
  text-align: center;
  max-width: 420px;
  line-height: 1.5;
}



/*why choose us section */
.why-choose {
  width: 100%;
  height: auto;
  background-color: #ffffff;
  opacity: 1;
  overflow: hidden;
  padding: 10px 30px 30px 30px;
  display: flex;
  justify-content: center;
  margin-top: 90px;
}

.why-choose-inner {
  max-width: 1200px;
  width: 100%;
}
.why-title {
  text-align: center;
  color: #000000;
  max-width: 800px;
  margin: 100px auto 60px auto;
}
.misc {
  display: inline-block;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  background-color: #f5f5f5;
  border-radius: 25px;
 
  margin-top: 10px;
  font-family: 'Inter', sans-serif;
}

.why-title h2 {
  font-family: 'Manrope', sans-serif;
  font-size: 54px;
  font-weight: 600;
  line-height: 1.2em;
  margin-bottom: 20px;
}

.why-title p {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 1.2em;
  color: #494949;
  font-weight: 500;
}

.list {
  width: 100%;
  background-color: rgb(0, 10, 10);
  border-radius: 10px;
  padding: 40px;
  box-sizing: border-box;
}
.reason {
  position: relative;
  width: 100%;
  height: 344px;
  border-radius: 20px;
  background-color: rgb(233, 240, 243);
  margin-bottom: 20px;
  margin-top: 25px;
  overflow: hidden;
  box-sizing: border-box;
}

.reason .text {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 2;
  max-width: 45%;
}

.reason .text h1 {
  font-size: 22px;
  font-weight: 600;
  font-family: 'Manrope', 'Inter', sans-serif;
  margin-bottom: 10px;
}

.reason .text p {
  color: #494949;
  font-size: 18px;
  line-height: 1.6;
  font-family: 'Inter', sans-serif;
}

/* Updated Image Container */
.reason-image-container img {
  position: absolute;
  top: 30px; /* Add top space */
  right: 0px;
  height: auto;
  max-height: calc(100% - 30px); /* Adjusted height to account for top space */
  width: auto;
  max-width: 100%;
  object-fit: contain;
  filter: drop-shadow(0px 8px 16px rgba(0, 0, 0, 0.4)); /* Increased shadow */
  border-top-left-radius: 16px;
}

.reason-row {
  display: flex;
  gap: 30px;
  margin-top: 20px;
  flex-wrap: wrap;
}

.reason-b,
.reason-c {
  flex: 1;
  min-width: 300px;
  max-width: 48%;
  height: 560px;
  padding: 0;
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  overflow: hidden;
}

.reason-inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 30px;
  box-sizing: border-box;
}


/* Add background colors */
.reason-b {
  background-color: rgb(213, 252, 252);
}

.reason-c {
  background-color: #B8E5FF;
}
.text-b,
.text-c {
  flex-shrink: 0;
  min-height: 210px;
}

/* Headings */
.text-b h1,
.text-c h1 {
  font-family: 'Manrope', sans-serif;
  font-size: 22px;
  margin-bottom: 20px;
}

/* Paragraphs */
.text-b p,
.text-c p {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  color: #333;
  line-height: 1.7;
}


.reason-img {
  margin-top: auto;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-grow: 1;
  padding-top: 20px;
}

.reason-img img {
  
  max-width: 100%;
  max-height: 100%; /* adjust this based on your preferred visibility */
  object-fit:contain;
  border-radius: 20px;
}



/* Products Block */

.our-products {
  width: 100%;
  height: 1032px;
  background-color: #ffffff;
  position: relative;
  padding: 80px 30px;
  display: flex;
  justify-content: center;
}

.products-inner {
  height: 872px;
  max-width: 1200px;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.products-header {
  text-align: left;
  margin-bottom: 15px;
}

.products-badge {
  display: inline-block;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  background-color: #f5f5f5;
  border-radius: 25px;
  margin-bottom: 5px;
  font-family: 'Inter', sans-serif;
}

.products-header h2 {
  font-family: 'Manrope', sans-serif;
  font-size: 52px;
  font-weight: 600;
  line-height: 1.3;
  color: #000000;
}

.products-content {
  display: flex;
  gap: 40px;
  margin-top: 20px;
  flex-wrap: wrap;
}

/* Left: Light blue product list container */
.products-list-container {
  flex: 1;
  min-width: 300px;
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  justify-content: space-between;
  height: 600px;
}

.products-list-container ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.products-list-container li {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 55px;
  font-family: 'Manrope', sans-serif;
}

.products-list-container .icon {
  width: 24px;
  height: 24px;
  color: #000;
  flex-shrink: 0;
  margin-top: 4px;
}

.product-info {
  display: flex;
  flex-direction: column;
}

.product-title {
  font-size: 22px;
  font-weight: 700;
  color: #222;
  margin-bottom: 4px;
}

.product-description {
  font-size: 16px;
  font-weight: 400;
  color: #555;
  line-height: 1.4;
}

/* Right: Light gray image container */
.products-image-container {
  flex: 1;
  min-width: 300px;
  background-color: #f2f2f2;
  padding: 30px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
  height: 600px;
  margin-top: 20px;
}

.products-image-container img {
  max-width: 100%;
  border-radius: 12px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 400px;
}

.products-image-container img:hover {
  transform: scale(1.02);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.products-cta {
  margin-top: 5px;
  margin-left: 50px
}

.btn-black {
  padding: 12px 24px;
  background-color: #000;
  color: #fff;
  font-size: 14px;
  border-radius: 25px;
  border: none;
  cursor: pointer;
}

/*Testimonial Section */
.testimonials-section {
  width: 100%;
  background-color: #032127; /* dark green */
  color: #ffffff;
  padding: 100px 50px;
  box-sizing: border-box;
}

.testimonials-inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.testimonials-header {
  margin-bottom: 50px;
}

.testimonials-badge {
  display: inline-block;
  background-color: #004d3f;
  color: #fff;
  padding: 8px 20px;
  border-radius: 20px;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 1px;
  
}

.testimonials-header h2 {
  font-size: 52px;
  font-weight: 700;
  margin: 10px 0;
  font-family: 'Manrope', sans-serif;
  line-height: 1.2em;
  
}

.testimonials-header p {
  font-size: 16px;
  color: #d0e7e0;
  line-height: 1.4em;
  font-family: 'Manrope';
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.testimonial-card {
  background-color: #063842;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  text-align: left;
}

.testimonial-card p {
  font-size: 16px;
  line-height: 1.6;
}

.testimonial-user {
  margin-top: 20px;
  font-weight: 600;
  color: #ffffff;
}

.testimonial-user span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #aad2c3;
}

/* Pricing Section */
.pricing-section {
  width: 100%;
  background-color: #ffffff;
  padding: 100px 30px;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}

.pricing-inner {
  max-width: 1200px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pricing-header {
  text-align: center;
  margin-bottom: 60px;
}

.pricing-header h2 {
  font-size: 52px;
  font-weight: 600;
  font-family: 'Manrope', sans-serif;
  color: #000;
  line-height: 1.2; 
  margin: 10px 0;
}

.pricing-header p {
  font-size: 16px;
  font-family: 'Inter', sans-serif;
  color: #444;
  margin-top: 10px;
}

.products-badge {
  display: inline-block;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  background-color: #f5f5f5;
  border-radius: 25px;
  font-family: 'Inter', sans-serif;
  margin-bottom: 0px;
  width: 90px;
  height: 33px;
}


.pricing-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}


.pricing-card {
  border-radius: 15px;
  padding: 30px;
  max-width: 340px;
  width: 100%;
  height: 629px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.pricing-card h3 {
  font-size: 28px;
  font-weight: 600;
  font-family: 'Manrope', sans-serif;
  margin-bottom: 10px;
}

.plan-type {
  font-size: 14px;
  font-weight: 500;
  color: #444;
  margin-bottom: 5px;
}

.plan-description {
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  color: #555;
  margin-bottom: 10px;
}

.plan-price {
  font-size: 30px;
  font-weight: 700;
  margin-top: 15px;
  font-family: 'Manrope', sans-serif;
}

.plan-price span {
  font-size: 14px;
  font-weight: 400;
  color: #888;
}

/* Features List */
.features {
  list-style: none;
  padding: 0;
  margin: 20px 0;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  color: #222;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  line-height: 1.6;
}

/* Card Colors */
.pricing-card.starter {
  background-color: #d2fafb;
}

.pricing-card.growth {
  background-color: #032127;
  color: #fff;
}

.pricing-card.growth .features li {
  color: #e1e1e1;
}

.pricing-card.enterprise {
  background-color: #c4f0db;
}

/* Buttons */
.btn-black {
  padding: 12px 24px;
  background-color: #000;
  color: #fff;
  font-size: 14px;
  border-radius: 25px;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.btn-black:hover {
  background-color: #222;
}

