
/* Base styles */
:root {
  --primary: rgba(0, 128, 96, 1);
  --primary-dark: rgba(0, 76, 63, 1);
  --primary-light: rgba(0, 148, 122, 1);
  --accent: rgba(255, 201, 107, 1);
  --accent-hover: rgba(255, 220, 150, 1);
  --black: #000;
  --white: #fff;
  --gray-100: #f3f3f3;
  --gray-200: #e5e5e5;
  --gray-300: #d4d4d4;
  --gray-400: #a3a3a3;
  --gray-500: #737373;
  --gray-600: #525252;
  --gray-700: #404040;
  --gray-800: #262626;
  --gray-900: #171717;
  --text-primary: #1a1a1a;
  --text-secondary: #6D7079;
  --text-light: #f9f9f9;
  --border-color: #e0e0e0;
  --shadow-sm: 0px 1px 2px rgba(0, 0, 0, 0.05);
  --shadow-md: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -1px rgba(0, 0, 0, 0.06);
  --shadow-lg: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -2px rgba(0, 0, 0, 0.05);
  --radius-sm: 4px;
  --radius-md: 6px;
  --radius-lg: 8px;
  --radius-xl: 12px;
  --radius-2xl: 16px;
  --radius-full: 9999px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

body {
  background-color: var(--white);
  color: var(--text-primary);
  line-height: 1.5;
  font-size: 16px;
}

a {
  text-decoration: none;
  color: inherit;
  transition: color 0.3s ease;
}

img {
  max-width: 100%;
  height: auto;
}

#footerContactFormWrapper #footerPageForm .newCroFormSubmit {
  background-color: #008060;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  border-radius:6px;
  margin-top: 15px;
  width: 100%;
  border: none;
  padding: 12px 25px;
}

#footerContactFormWrapper #bannerForm .newCroFormSubmit {
  background-color: #008060;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  border-radius:6px;
  margin-top: 15px;
  width: 100%;
  border: none;
  padding: 12px 25px;
}

.help-block.with-errors {
  position: absolute;
  margin: 0;
  font-size: 12px;
  color: red;
  font-weight: bold;
  margin-top:-14px;
}

.section {
  padding: 5rem 5%;
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}

.section-heading {
  font-size: 2.375rem;
  font-weight: 700;
  color: var(--primary-dark);
  text-align: center;
  margin-bottom: 1.375rem;
}

.section-subheading {
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: #6D7079;
  text-align: center;
  margin-bottom: 2.5rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.primary-button {
  background-color: var(--primary);
  color: var(--white);
  padding: 1rem 1rem;
  border-radius: var(--radius-md);
  font-weight: 600;
  display: inline-block;
  transition: background-color 0.3s ease;
}

.primary-button:hover {
  background-color: rgba(0, 110, 80, 1);
  color: var(--white);
}

.secondary-button {
  background-color: transparent;
  color: var(--primary);
  padding: 1rem 1.5rem;
  border-radius: var(--radius-md);
  font-weight: 600;
  display: inline-block;
  border: 1px solid var(--primary);
  transition: background-color 0.3s ease;
}

.secondary-button:hover {
  background-color: rgba(0, 128, 96, 0.05);
  color: var(--primary);
}

/* Header */
.header {
  background-color: var(--white);
  box-shadow: var(--shadow-sm);
  padding: 0.8125rem 4.375rem;
  position: relative;
  z-index: 100;
}

.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1475px;
  margin: 0 auto;
  width: 100%;
}

.header-logo {
  width: 277px;
  object-fit: contain;
}

.header-contact {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.375rem;
}

.contact-icon {
  width: 22px;
  height: 22px;
}

.contact-divider {
  width: 1px;
  height: 24px;
  background-color: var(--gray-300);
}

.contact-link:hover {
  color: var(--primary);
}

/* Hero Section */
.hero-section {
  position: relative;
  min-height: 794px;
  width: 100%;
}

.hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  position: relative;
  background-color: rgba(0, 0, 0, 0.6);
  min-height: 794px;
  width: 100%;
  padding: 6.1875rem 4.375rem;
  display: flex;
  justify-content: center;
}

.hero-content {
  width: 100%;
  max-width: 1475px;
  display: flex;
  gap: 1.25rem;
}

.hero-content-left {
  width: 63%;
}

.hero-content-right {
  width: 37%;
}

.award-badges {
  display: flex;
  gap: 2.4375rem;
}

.award-badge {
  width: 81px;
  height: 81px;
}

.hero-text {
  color: var(--white);
  margin-top: 3.1875rem;
}

.hero-heading {
  font-size: 6.125rem;
  font-weight: 900;
  line-height: 7.75rem;
  font-family: 'Roboto', sans-serif;
}

.hero-heading span:last-child {
  font-weight: 700;
}

.hero-subheading {
  font-size: 2.1875rem;
  margin-top: 1.4375rem;
}

.hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 2.6875rem;
  margin-top: 3.1875rem;
}

.stat-block {
  display: flex;
  align-items: center;
  gap: 1.4375rem;
  color: rgba(251, 251, 251, 1);
}

.stat-icon {
  width: 69px;
  height: 69px;
  border-radius: 50%;
}

.stat-number {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 2;
}

.stat-label {
  font-size: 1.25rem;
  margin-top: 0.5rem;
}

.stat-label-m
{
  margin-top: -10px;
}

/* Audit Form */
.audit-form {
  background-color: var(--white);
  box-shadow: var(--shadow-lg);
  border-radius: var(--radius-lg);
  padding: 2.375rem 2rem;
  height: 100%;
}

.form-heading {
  color: var(--primary-dark);
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}

.form-subheading {
  color: #6D7079;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  margin-top: 1.4375rem;
}

.form {
  margin-top: 2.3125rem;
}

.form label {
  display: block;
  margin-bottom: 0.875rem;
  font-size: 0.875rem;
}

.form input, 
.form select,
.form textarea {
  width: 100%;
  padding: 1.0625rem 1.0625rem;
  border: 1px solid var(--gray-300);
  border-radius: var(--radius-md);
  margin-bottom: 1.125rem;
  font-size: 0.875rem;
  color: #6D7079;
}

.form textarea {
  resize: none;
  min-height: 150px;
}

.submit-button {
  background-color: var(--primary);
  color: var(--white);
  width: 100%;
  padding: 1.125rem 4.375rem;
  border: none;
  border-radius: var(--radius-md);
  font-size: 1.25rem;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.submit-button:hover {
  background-color: rgba(0, 110, 80, 1);
}

/* Navigation Tabs */
.navigation-tabs {
  display: flex;
  background-color: var(--gray-100);
  margin: 3.75rem auto 0;
  padding: 0.5rem 0.5rem;
  border-radius: 100px;
  width: 100%;
  max-width: 1475px;
  justify-content: space-between;
  flex-wrap: wrap;
  position: sticky;
    top: 0;
  z-index: 999999;
}

.form-control
{
  height: 50px;
}

.tab-button {
  flex-grow: 1;
  padding: 1rem 1.5rem;
  text-align: center;
  background: none;
  border: none;
  border-radius: 100px;
  font-size: 1.375rem;
  color: var(--text-secondary);
  cursor: pointer;
  transition: all 0.3s ease;
  min-width: 15rem;
}

.tab-button:hover {
  background-color: rgba(0, 128, 96, 0.1);
}

.tab-button.active {
  background-color: var(--primary);
  color: var(--white);
  font-weight: 700;
}

/* Services Section */
.services-section {
  padding-top: 5.0625rem;
  padding-bottom: 5.3125rem;
}

.services-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
  gap: 1.25rem;
  margin-top: 4.25rem;
}

.service-card {
  background-color: var(--white);
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--gray-100);
  border-radius: var(--radius-lg);
  padding: 1.5625rem;
  display: flex;
  flex-direction: column;
}

.service-icon {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: var(--radius-lg);
  object-fit: contain;
}

.service-title {
  color: var(--primary-dark);
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 1.4375rem;
}

.service-description {
  color: #6D7079;
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 1.25rem;
  flex-grow: 1;
}

.service-buttons {
  display: flex;
  gap: 0.75rem;
  margin-top: 1.75rem;
}

/* Why Choose Us Section */

.why-choose-us-bg
{
  background-color:var(--gray-100);
}

.why-choose-us-section {
  background-color: var(--gray-100);
  padding-top: 5.75rem;
  padding-bottom: 5.75rem;
}

.features-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
  gap: 1.25rem;
  margin-top: 4.25rem;
}

.feature-card {
  background-color: var(--white);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  border: 1px solid #F8F8F8;
  border-radius: var(--radius-lg);
  padding: 1.875rem 1.5625rem 1.875rem 1.8125rem;
}

.feature-header {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.feature-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.feature-title {
  color: var(--primary-dark);
  font-size: 1.125rem;
  line-height: 2;
}

.feature-description {
  color: #6D7079;
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 0.5625rem;
  margin-left: 2.5rem;
}

.feature-highlight-card {
  background-color: var(--accent);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: var(--radius-lg);
  padding: 1.6875rem 5rem;
  text-align: center;
}

.highlight-title {
  color: var(--primary-dark);
    font-size: 1.4rem;
    line-height: 1.4;
}

.highlight-button {
  display: inline-block;
  background-color: var(--primary);
  color: var(--white);
  padding: 1.0625rem 1.9375rem;
  border-radius: var(--radius-md);
  margin-top: 1rem;
  width: 14rem;
  max-width: 100%;
  transition: background-color 0.3s ease;
}

.highlight-button:hover {
  background-color: rgba(0, 110, 80, 1);
  color:#fff;
}

/* Success Stories Section */
.success-stories-section {
  padding-top: 5.1875rem;
  padding-bottom: 5.1875rem;
}

.success-stories-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
  gap: 1.25rem;
  margin-top: 5.125rem;
}

.success-story-card {
  background-color: var(--white);
  box-shadow: var(--shadow-lg);
  border: 1px solid #F8F8F8;
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.story-image-container {
  position: relative;
  height: 16rem;
  overflow: hidden;
}

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

.story-category {
  position: absolute;
  top: 1.125rem;
  left: 1rem;
  background-color: var(--accent);
  color: var(--primary-dark);
  font-size: 0.875rem;
  padding: 0.375rem 0.75rem;
  border-radius: var(--radius-full);
}

.story-content {
  padding: 1.875rem 1.5rem 1.8125rem;
}

.story-title {
  color: var(--primary-dark);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.client-since {
  display: flex;
  align-items: center;
  gap: 0.5625rem;
  margin-top: 0.8125rem;
  color: #6D7079;
  font-size: 0.875rem;
}

.client-since img {
  width: 5.5rem;
}

.story-metrics {
  display: flex;
  justify-content: space-between;
  margin-top: 1.6875rem;
  font-size: 1rem;
}

.metrics-labels {
  color: #6D7079;
}

.metrics-labels > div {
  margin-bottom: 1.25rem;
}

.view-case-study {
  display: flex;
  align-items: center;
  gap: 0.6875rem;
  color: var(--primary);
  margin-top: 1.75rem;
}

.view-case-study:hover {
  text-decoration: underline;
}

.metrics-values {
  color: var(--primary);
}

.metric-value {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.125rem;
}

.metric-value img {
  width: 0.875rem;
  height: 0.875rem;
}

.view-all-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8125rem;
  border: 2px solid var(--primary);
  border-radius: var(--radius-md);
  padding: 1rem 1.75rem;
  color: var(--primary);
  font-size: 1rem;
  width: 15.75rem;
  margin: 3rem auto 0;
  transition: background-color 0.3s ease;
}

.view-all-button:hover {
  background-color: rgba(0, 128, 96, 0.05);
  color: var(--primary);
}

.view-all-button img {
  width: 0.875rem;
  height: 0.375rem;
}

/* Testimonials Section */

.testimonials-bg
{
  background-color: var(--gray-100);
}

.testimonials-section {
  background-color: var(--gray-100);
  padding-top: 6.125rem;
  padding-bottom: 6.125rem;
}

.testimonials-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
  gap: 1.25rem;
  margin-top: 2.3125rem;
}

.testimonial-card {
  background-color: var(--white);
  box-shadow: var(--shadow-lg);
  border: 1px solid #F8F8F8;
  border-radius: var(--radius-lg);
  padding: 1.625rem 3.3125rem 1.625rem 1.5625rem;
}

.testimonial-logo {
  width: 5.5rem;
}

.testimonial-quote {
  color: #6D7079;
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 1.6875rem;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 3.25rem;
}

.author-image {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
}

.author-name {
  color: var(--primary-dark);
  font-size: 1rem;
  font-weight: 700;
}

.author-title {
  color: #6D7079;
  font-size: 0.875rem;
  margin-top: 0.75rem;
}

/* FAQ Section */
.faq-section {
  padding-top: 5.125rem;
  padding-bottom: 5.125rem;
}

.faq-container {
  max-width: 56rem;
  margin: 4.25rem auto 0;
}

.faq-item {
  margin-bottom: 1.5rem;
}

.faq-question {
  background-color: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-lg);
  padding: 1.3125rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  color: var(--primary-dark);
  font-size: 1rem;
}

.faq-question.active {
  border-color: var(--primary);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.faq-toggle {
  width: 1rem;
  height: 1rem;
  transition: transform 0.3s ease;
}

.faq-question.active .faq-toggle {
  transform: rotate(180deg);
}

.faq-answer {
  background-color: var(--white);
  border: 1px solid rgba(0, 128, 96, 0.2);
  border-top: none;
  padding: 1.3125rem;
  border-bottom-left-radius: var(--radius-lg);
  border-bottom-right-radius: var(--radius-lg);
  color: #6D7079;
  font-size: 1rem;
  display: none;
}

.faq-answer.active {
  display: block;
}

/* CTA Section */
.cta-section {
  background-color:var(--primary-dark);
  padding: 6.625rem 5% 6.625rem;
  text-align: center;
}

.cta-heading {
  color: var(--white);
  font-size: 2.5rem;
  font-weight: 700;
}

.cta-subheading {
  color: rgba(229, 229, 229, 1);
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.75;
  margin-top: 1.375rem;
  max-width: 62rem;
  margin-left: auto;
  margin-right: auto;
}

.cta-button {
  display: inline-block;
  background-color: var(--accent);
  color: var(--primary-dark);
  padding: 1.5rem 2.625rem;
  border-radius: var(--radius-md);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.75;
  margin-top: 1.375rem;
  box-shadow: var(--shadow-lg);
  transition: background-color 0.3s ease;
}

.cta-button:hover {
  background-color: var(--accent-hover);
}

/* Brands Section */
.brands-section {
  padding: 5.4375rem 5%;
  text-align: center;
}

.brands-container {
  max-width: 65rem;
  margin: 2.625rem auto 0;
}

.brands-row {
  display: flex;
}

.brand-logo-container {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.6875rem 1.625rem;
  border: 1px solid rgba(243, 242, 253, 1);
}

.brand-logo {
  width: 10.25rem;
  object-fit: contain;
}

.tl-rounded {
  border-top-left-radius: 1.25rem;
}

.tr-rounded {
  border-top-right-radius: 1.25rem;
}

.bl-rounded {
  border-bottom-left-radius: 1.25rem;
}

.br-rounded {
  border-bottom-right-radius: 1.25rem;
}

/* Contact Section */
.contact-section {
  position: relative;
  /*min-height: 55rem;*/
  padding: 4.9375rem 4.375rem;
}

.contact-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-content {
  position: relative;
  display: flex;
  gap: 1.25rem;
  max-width: 1472px;
  margin: 0 auto;
}

.contact-left {
  width: 50%;
}

.contact-heading {
  color: var(--white);
  font-size: 2.75rem;
  font-weight: 700;
}

.contact-subheading {
  color: var(--white);
  font-size: 1.875rem;
  line-height: 3.125rem;
  margin-top: 1.6875rem;
  margin-right: 2.6875rem;
}

.security-info {
  background-color: rgba(227, 241, 223, 1);
  padding: 1.8125rem 1.5625rem;
  border-radius: var(--radius-lg);
  margin-top: 2.375rem;
  width: 93%;
}

.security-header {
  display: flex;
  gap: 1.0625rem;
  color: var(--primary-dark);
  font-size: 1.125rem;
  line-height: 2;
}

.security-icon {
  width: 1.375rem;
  height: 1.5rem;
  margin-top: 7px;
}

.security-text {
  color: #6D7079;
  font-size: 1rem;
  line-height: 1.5;
  margin-left: 2.4375rem;
  margin-top: 0.5625rem;
}

.contact-right {
  width: 50%;
}

.contact-form {
  background-color: var(--white);
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--gray-100);
  border-radius: var(--radius-lg);
  padding: 2.25rem 2.0625rem;
}

.form-heading {
  color: var(--primary-dark);
  font-size: 1.25rem;
  line-height: 1.4;
}

.radio-group {
  display: flex;
  gap: 2.125rem;
  margin-bottom: 1.5625rem;
  margin-top: 1.125rem;
}

.radio-option {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

input[type="radio"] {
  width: 1rem;
  height: 1rem;
  accent-color: rgba(0, 128, 85, 1);
}

/* Footer */
.footer {
  background-color: var(--primary-dark);
  padding: 1.875rem 4.375rem;
  color: var(--gray-400);
  font-size: 0.875rem;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1474px;
  margin: 0 auto;
  width: 100%;
}

.footer-logo {
  width: 277px;
}

.footer-links {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.footer-link {
  transition: color 0.3s ease;
}

.footer-link:hover {
  color: var(--white);
}

a:hover {
  color: #000;
}

/* Responsive styles */
@media (max-width: 1200px) {
  .hero-heading {
    font-size: 4.5rem;
    line-height: 5.5rem;
  }
  
  .services-container,
  .features-container,
  .success-stories-container,
  .testimonials-container {
    grid-template-columns: repeat(auto-fill, minmax(45%, 1fr));
  }
}

.brands-container ul
{
  text-align: center;
}

.brands-container ul li {
  width: 18%;
  border: 1px solid #ebebeb;
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 15px;
}

@media (max-width: 992px) {
  .section {
    padding: 4rem 5%;
  }
  
  .header {
    padding: 0.8125rem 1.25rem;
  }
  
  .hero-overlay {
    padding: 4rem 1.25rem;
  }
  
  .hero-content {
    flex-direction: column;
  }
  
  .hero-content-left,
  .hero-content-right {
    width: 100%;
  }
  
  .contact-content {
    flex-direction: column;
  }
  
  .contact-left,
  .contact-right {
    width: 100%;
  }
  
  .contact-section {
    padding: 4rem 1.25rem;
  }
}

@media (max-width: 768px) {
  .section-heading {
    font-size: 2rem;
  }
  
  .hero-heading {
    font-size: 3rem;
    line-height: 3.5rem;
  }
  
  .hero-subheading {
    font-size: 1.5rem;
  }
  
  .services-container,
  .features-container,
  .success-stories-container,
  .testimonials-container {
    grid-template-columns: 1fr;
  }
  
  .navigation-tabs {
    flex-direction: column;
    border-radius: var(--radius-lg);
  }
  
  .tab-button {
    border-radius: var(--radius-md);
    margin-bottom: 0.5rem;
  }
  
  .footer-container {
    flex-direction: column;
    gap: 1.5rem;
  }

  .navigation-tabs {
    display: flex;
    background-color: var(--gray-100);
    margin: 3.75rem auto 0;
    padding: 0.5rem 0.5rem;
    border-radius: 100px;
    width: 100%;
    max-width: 1475px;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    top: 0;
    z-index: 999999;
}

.security-info {
  background-color: rgba(227, 241, 223, 1);
  padding: 1.8125rem 1.5625rem;
  border-radius: var(--radius-lg);
  margin-top: 2.375rem;
  width: 100%;
}

.brands-container ul li {
  width:30%;
  border: 1px solid #ebebeb;
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 15px;
}


}

@media (max-width: 576px) {
  .header-contact {
    display: none;
  }
  
  .hero-stats {
    flex-direction: column;
  }
}
