* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #f7f7f7 !important;
}

.header {
  margin-top: 20px;
}

.navbar {
  justify-content: end;
}

.navbarContainer {
  justify-content: end !important;
}

.linkContainer {
  display: flex;
  align-items: center;
  gap: 36px;
  justify-content: end;
}

.headerLink {
  margin-right: 0px !important;
  font-family: "Work Sans", sans-serif !important;
  font-weight: 400;
  font-style: Regular !important;
  font-size: 20px !important;
  line-height: 30px;
  letter-spacing: 0%;
  color: #303030 !important;
}

/* hero section */
.hero-section {
  display: flex;
  flex-wrap: wrap;
  background-color: #ffdd81;
  padding: 60px 40px;
  border-radius: 20px;
  max-width: 1200px;
  margin: 40px auto;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  position: relative;
  margin-bottom: 113px !important;
}

.hero-content {
  flex: 1 1 400px;
}

.hero-content h6 {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-style: Italic;
  font-size: 64px;
  line-height: 100%;
  letter-spacing: 0%;
  /* font-size: 2.8rem;
  font-weight: 400; */
  margin-bottom: 20px;
}

.hero-content h6 span {
  font-weight: 800;
  font-style: Bold;
}

/* .hero-content h1 em {
    font-style: italic;
    font-weight: 700;
} */

.hero-content p {
  font-family: "work sans";
  font-weight: 400;
  font-style: Regular;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0%;

  /* font-size: 1.1rem; */
  margin-bottom: 25px;
  /* line-height: 1.5; */
  max-width: 500px;
}

.hero-buttons {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}

.hero-buttons button {
  font-family: "work sans";
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  padding: 12px 20px;
  /* font-size: 1rem; */
  border-radius: 8px;
  cursor: pointer;
  /* transition: 0.3s ease; */
}

.btnn.primaryy {
  background-color: #222;
  color: #fff;
  border: none;
}

.btnn.outlinee {
  background-color: transparent;
  color: #222;
  border: 2px solid #222;
}

.rating-text .col-4 p {
  font-family: "work sans";
  font-weight: 400;
  font-style: Italic;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  margin-bottom: 10px;
  /* font-size: 0.9rem; */
  /* margin-top: 10px; */
}

.hero-image {
  flex: 1 1 300px;
  /* position: relative; */
  /* border: 2px solid #222; */
  border-radius: 16px;
  overflow: hidden;
  /* background: white; */
}

.hero-image img {
  width: 100%;
  height: auto;
  display: block;
  z-index: 1;
  position: relative;
  height: 406px;
}

.bubble {
  position: absolute;
  background: white;
  padding: 8px 14px;
  border-radius: 20px;
  font-size: 0.85rem;
  border: 1px solid #ccc;
}

.bubble.top {
  top: 20px;
  right: 20px;
}

.bubble.bottom {
  bottom: 20px;
  left: 20px;
}

/* Responsive */
@media (max-width: 768px) {
  .hero-section {
    flex-direction: column;
    padding: 30px 20px;
  }

  .hero-content h1 {
    font-size: 2rem;
  }
}

.Imageborder {
  border: 1px solid #111111;
  /* border: 1px solid black; */
  height: 355px;
  border-radius: 20px;
  align-items: center;
  text-align: center;
  display: flex;
  align-items: center;
  position: absolute;
  width: 39%;
  top: 141px;
  /* left: 10px; */
  right: 103px;
  z-index: 0;
}

.star {
  position: absolute;
  top: 106px;
  right: 521px;

  width: 8% !important;
  z-index: 99;
}

.star2 {
  position: absolute;
  top: 316px;
  right: 78px;

  width: 8% !important;
  z-index: 99;
}

.Imageborder2 {
  border: 1px solid #111111;
  /* border: 1px solid black; */
  height: 151px;
  border-radius: 20px;
  position: absolute;
  width: 33%;
  top: 492px;
  /* left: 10px; */
  right: 18px;
}

/* //second section */
.choose-us {
  margin: 70px auto;
}

.chooseUsTitle h6 {
  width: 60%;
  margin: auto;
  font-family: "Playfair Display", serif;

  font-weight: 400;
  font-style: Regular;
  font-size: 64px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 20px;
}

.chooseUsTitle h6 span {
  font-family: "Playfair Display", serif;

  font-weight: 800;
  font-style: Italic;
  font-size: 64px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}

.chooseUsTitle p {
  width: 40%;
  margin: auto;
  text-align: center;
  font-family: "work sans";
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0%;
  margin-bottom: 70px;
}

.whiteContainet {
  background-color: #fff;
  border-radius: 10px;
  padding: 28px;
  margin-bottom: 20px;
}

.whiteContainet h6 {
  font-family: Work Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
}

.whiteContainet p {
  font-family: Work Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0%;
  margin-bottom: 0px;
}

.chooseUsImg {
  align-items: center;
  display: flex;
}

.chooseUsImg img {
  border-radius: 15px;
  height: 495px;
}

/* Product section */
.how-it-works {
  /* background: #f9f9f9; */
  padding: 60px 30px;
  position: relative;
  overflow: hidden;
  font-family: "Segoe UI", sans-serif;
}

.how-it-works-header {
  /* text-align: center; */
  max-width: 700px;
  margin: 0 auto 50px;
}

.how-it-works-header .subheading {
  font-family: "work sans" !important;

  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;

  margin-bottom: 10px;
}

.how-it-works-header h2,
.industries-section h2 {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 64px;
  line-height: 100%;
  letter-spacing: 0%;
}

.how-it-works-header h2 span,
.industries-section h2 span {
  font-weight: 700;
}

/*  */
/* .steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 25px;
    max-width: 1100px;
    margin: 0 auto;
} */

.step-card {
  background: #fff;
  border-radius: 16px;
  padding: 25px;
  /* box-shadow: 0 0 8px rgba(0, 0, 0, 0.04); */
}

.step-card.yellow {
  background-color: #ffe07d;
}

.step-card.onlyBorder {
  border: 1px solid black;
  background-color: unset;
}

.step-card h3 {
  font-family: Work Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  line-height: 30px;
  /* font-size: 1.1rem;
  font-weight: 600; */
  margin-bottom: 10px;
}

.step-card h3 span {
  font-family: "Playfair Display", serif;
  font-weight: 900;
  font-style: Italic;
  font-size: 60px;
  line-height: 100%;
  letter-spacing: 0%;

  /* font-style: italic;
  font-weight: 700;
  font-size: 1.5rem; */
  margin-right: 10px;
}

.step-card p {
  font-family: "work sans";
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0%;
}

.image-card img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.decorative-stars .star {
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.decorative-stars .big {
  top: 50px;
  right: 80px;
  width: 120px;
  height: 120px;
  background-image: url("https://upload.wikimedia.org/wikipedia/commons/thumb/0/04/Starburst_shape.svg/120px-Starburst_shape.svg.png");
}

.decorative-stars .medium {
  top: 100px;
  right: 30px;
  width: 60px;
  height: 60px;
  background-image: url("https://upload.wikimedia.org/wikipedia/commons/thumb/4/45/Starburst_shape2.svg/60px-Starburst_shape2.svg.png");
}

.decorative-stars .filled {
  bottom: 30px;
  left: 50px;
  width: 50px;
  height: 50px;
  background-image: url("https://upload.wikimedia.org/wikipedia/commons/thumb/b/b2/Starburst_shape_black.svg/50px-Starburst_shape_black.svg.png");
}

/* Responsive Tweaks */
@media (max-width: 768px) {
  .how-it-works-header h2 {
    font-size: 1.8rem;
  }
}

.marginTwenty {
  margin-bottom: 20px;
}

.catalogBtn {
  background-color: #222;
  color: #fff;
  border: none;
  font-family: "work sans";
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  padding: 12px 20px;
  /* font-size: 1rem; */
  border-radius: 8px;
  cursor: pointer;

  margin-top: 10px;
}

.CatalaogBtnContainer {
  text-align: end;
}

.productImg {
  border-radius: 20px;
}

.threestarts {
  width: 74%;
  transform: rotate(42deg);
}

/* testimonials */
.testimonials-section {
  /* background-color: #f8f8f8; */
  padding: 80px 30px;
  font-family: "Segoe UI", sans-serif;
}

.testimonials-header {
  text-align: left;
  max-width: 700px;
  margin: 0 auto 59px;
}

.testimonials-header .subheading {
  font-family: "Work Sans";
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;

  margin-bottom: 10px;
}

.testimonials-header h2 {
  font-family: "Playfair Display", serif;

  font-weight: 400;
  font-style: Regular;
  font-size: 64px;
  line-height: 100%;
  letter-spacing: 0%;
  margin-bottom: -38px;
}

.testimonials-header h2 span {
  font-style: italic;
  font-weight: 700;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 37px;
  max-width: 1100px;
  margin: 0 auto;
}

.testimonial-card {
  background-color: #fff;
  padding: 25px 30px;
  border-radius: 16px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.03);
  /* height: 189px */
}

.testimonial-card p {
  font-family: Work Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0%;

  margin-bottom: 15px;
  /* line-height: 1.5; */
}

.testimonial-card span {
  font-family: Work Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 27px;
  letter-spacing: 0%;
  /* font-size: 0.9rem;
    color: #555; */
}

.testimonial-Img {
  /* border-radius: 58px; */
  width: 70px;
  height: 70px;
  /* margin-bottom: 10px; */
  object-fit: contain;
}

/* Responsive tweaks */
@media (max-width: 768px) {
  .testimonials-header h2 {
    font-size: 2rem;
  }

  .testimonial-card {
    padding: 20px;
  }
}

/* footer */
/* Contact Form */
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #ccc;
  font-size: 14px;
}

.contact-form textarea {
  resize: none;
  height: 80px;
}

.contact-form button {
  background: #2d2d2d;
  color: #fff;
  border: none;
  padding: 12px 20px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  transition: background 0.3s ease;
}

.contact-form button:hover {
  background: #444;
}

#form-message {
  margin-top: 10px;
  font-size: 14px;
  padding: 8px;
  border-radius: 6px;
}

.success-message {
  color: #155724;
  background: #d4edda;
  border: 1px solid #c3e6cb;
}

.error-message {
  color: #721c24;
  background: #f8d7da;
  border: 1px solid #f5c6cb;
}

.footer-address {
  font-size: 13px;
  color: #bbb;
  margin-top: 20px;
}

footer {
  background: #303030;

  color: #fff;
  padding: 60px 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-radius: 20px;
}

.footer-left {
  flex: 1;
  min-width: 250px;
}

.footer-left h2 {
  font-family: "Georgia", serif;
  font-size: 24px;
  margin-bottom: 20px;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 20px 40px;
  margin-bottom: 20px;
}

.footer-links a {
  text-decoration: none;
  color: white;
  font-size: 14px;
}

.social-icons {
  margin-top: -6px;
  margin-bottom: 19px;

  /* margin-top: 30px;

    margin-top: -16px;
    margin-bottom: 19px;
    text-align: end; */
}

.social-icons a {
  margin-right: 15px;
  font-size: 18px;
  color: #f5d76e;
  text-decoration: none;
}

.footer-left p {
  font-size: 16px;
  color: white;
  /* color: #aaa; */
  margin-top: 15px;
}

.footer-right {
  flex: 1;
  min-width: 280px;
  background: #ffdd81;
  position: relative;
  color: #2d2d2d;
  padding: 60px 50px;
  border-radius: 15px;
  /* margin-top: 28px; */
}

.footer-right h3 {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0%;
  margin-bottom: 15px;
}

.footer-right h3 span {
  font-family: "Playfair Display", serif;

  font-weight: 800;
  font-style: Italic;
  font-size: 40px;

  line-height: 100%;
  letter-spacing: 0%;
}

.footer-right p {
  font-family: "work sans";
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0%;

  margin-bottom: 20px;
}

.footer-right button {
  background: #303030;

  color: #fff;
  border: none;
  padding: 12px 20px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
}

.footer-right button:hover {
  background: #444;
}

.footerStart {
  position: absolute;
  right: 47px;
  bottom: 2px;
}

@media (max-width: 768px) {
  footer {
    flex-direction: column;
    text-align: center;
  }

  .footer-links {
    grid-template-columns: 1fr;
  }

  .social-icons {
    margin-top: 10px;
  }

  .footer-right {
    margin-top: 30px;
  }
}

/* faq section */

.faq-section {
  max-width: 1200px;
  margin: 60px auto;
  padding: 20px;
}

.faq-header small {
  font-family: "work sans";
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;

  /* font-size: 13px;
      letter-spacing: 1px;
      color: #777; */
}

.faq-header h2 {
  font-family: "Playfair Display", serif;

  font-weight: 400;
  font-style: Regular;
  font-size: 64px;
  line-height: 100%;
  letter-spacing: 0%;

  /* font-size: 36px; */
  margin: 10px 0 50px;
  /* font-family: 'Georgia', serif; */
}

.faq-header h2 em {
  font-style: italic;
  font-weight: bold;
}

.accordion-button {
  font-size: 16px;
  font-weight: 500;
  border-radius: 12px;
  text-transform: uppercase;
}

.accordion-button:not(.collapsed) {
  background-color: #fcd96f;
  color: #222;
  border: none;
  box-shadow: none;
}

.accordion-item {
  border: 2px solid #ccc;
  border-radius: 12px;
  margin-bottom: 15px;
  overflow: hidden;
}

.accordion-body {
  font-size: 14px;
  line-height: 1.6;
  color: #444;
  background: #fff;
}

.faq-illustration {
  text-align: center;
}

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

.accordion-item-right {
  border: 1px solid #c3c3c3 !important;
  padding: 16px 20px !important;
  border-radius: 10px !important;
}

.accordion-body-right {
  padding: 16px 0px !important;
}

.accordion-item-right svg {
  cursor: pointer;
}

@media (max-width: 900px) {
  .faq-row {
    flex-direction: column;
  }

  .faq-illustration {
    margin-top: 30px;
  }
}

.faq-bg-yellow {
  background-color: #ffdd81 !important;
  border: unset !important;
}

.accordion-item-right h2 {
  font-family: "Work Sans";
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
}

.accordion-body-right {
  font-family: "Work Sans";
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0%;
}

.contact-form textarea,
input:focus-visible {
  outline: unset;
}

/* product section */
.services-section {
  text-align: center;
  padding: 60px 20px;
  position: relative;
}

.productStar2 {
  position: absolute;
  top: 20px;
  right: 20px;
}

.services-section h2 {
  width: 60%;
  margin: auto;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 64px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 20px;
  /* font-size: 28px; */
  margin-bottom: 40px;
  /* font-weight: bold;
      color: #2d2d2d; */
}

.services-section h2 span {
  font-family: "Playfair Display", serif;
  font-weight: 800;
  font-style: Italic;
  font-size: 64px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}

.services-section p {
  font-family: "work sans" !important;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.services-grid-container {
  margin-top: 100px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 25px;
  max-width: 1100px;
  margin: 0 auto;
}

.service-card {
  background: #fff;
  border-radius: 12px;
  padding: 30px 20px;
  text-align: left;
  /* box-shadow: 0 4px 15px rgba(0,0,0,0.05); */
  /* transition: transform 0.3s ease, box-shadow 0.3s ease; */
  border: 1px solid gainsboro;
}

/* .service-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 20px rgba(0,0,0,0.1);
    } */

.service-icon {
  font-size: 40px;
  margin-bottom: 15px;
}

.service-title {
  font-family: "Work Sans";
  font-weight: 700;
  font-style: Regular;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  margin-bottom: 10px;
  /* font-size: 18px;
      font-weight: bold; 
     
      /* color: #2d2d2d; */
}

.service-desc {
  font-family: "Work Sans";
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0%;
  margin-bottom: 20px;
  /* line-height: 1.6; */

  /* font-size: 14px; */
  /* color: #666; */
}

.service-arrow {
  font-size: 18px;
  color: #aaa;
  text-decoration: none;
  transition: color 0.3s ease;
}

.service-arrow:hover {
  color: #333;
}

.bottom-center-card {
  margin-top: -70px;
  height: 320px;
}

.top-first-card {
  margin-top: 70px;
}

.top-center-card {
  height: 320px;

  /* background-color: #f5d76e; */
}

.top-third-card {
  margin-top: 70px;
}

.monoCarton {
  width: 40%;
}

/* .bottom-first-card,.bottom-third-card{
            background-color: #f5d76e;

    } */
.top-third-card,
.top-center-card,
.top-first-card,
.bottom-center-card,
.bottom-first-card,
.bottom-third-card {
  height: 320px;
}

.bottom-third-card {
  visibility: hidden;
}

/* Sustainable by design */

.sustainability-section {
  /* max-width: 1000px; */
  /* margin: 0 auto; */
  /* padding: 60px 20px; */
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  margin-bottom: 60px;
}

.sustainability-text {
  flex: 1;
  min-width: 280px;
}

.sustainability-text h2 {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 64px;
  line-height: 100%;
  letter-spacing: 0%;
  /* font-size: 36px; */
  margin: 10px 0 50px;

  /* font-size: 32px;
      font-weight: bold; */
  margin-bottom: 20px;
  /* color: #2d2d2d; */
}

.sustainability-text h2 span {
  font-weight: 700;
}

.sustainability-text,
.industries-section p {
  font-family: "Work Sans";
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0%;
  /* font-size: 16px;
      line-height: 1.6; */
  margin-bottom: 20px;
  /* color: #555; */
}

.sustainability-list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.sustainability-list li {
  font-family: "Work Sans";
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0%;

  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  /* font-size: 15px; */
  color: #333;
}

.sustainability-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #28a745;
  font-weight: bold;
}

.cta-btn {
  display: inline-block;
  padding: 12px 24px;
  background: #2d2d2d;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-size: 15px;
  transition: background 0.3s ease;
}

.cta-btn:hover {
  background: #444;
}

.sustainability-image {
  flex: 1;
  min-width: 280px;
  text-align: center;
}

.sustainability-image img {
  max-width: 100%;
  border-radius: 12px;
  /* box-shadow: 0 6px 18px rgba(0,0,0,0.1); */
}

@media (max-width: 768px) {
  .sustainability-section {
    flex-direction: column;
    text-align: center;
  }

  .sustainability-text {
    text-align: center;
  }

  .sustainability-list li {
    text-align: left;
  }
}

/* Industries Served (social proof) */

.industries-section {
  text-align: center;
  padding: 70px 20px;
  background: #fff;
}

/* .industries-section h2 {
      font-size: 32px;
      font-weight: bold;
      color: #2d2d2d;
      margin-bottom: 15px;
    } */

/* .industries-section p {
      font-size: 16px;
      color: #555;
      margin-bottom: 40px;
    } */

.industry-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 30px;
  max-width: 1000px;
  margin: 0 auto 30px;
}

.industry-card {
  background: #ffdd81;
  padding: 25px 20px;
  border-radius: 12px;
  /* transition: transform 0.3s ease, box-shadow 0.3s ease; */
}

/* .industry-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 15px rgba(0,0,0,0.08);
    } */

.industry-icon {
  font-size: 30px;
  margin-bottom: 12px;
  color: #6e5100;
}

.industry-card span {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #333;
}

.trusted-line {
  margin-top: 25px;
  font-size: 15px;
  color: #777;
  font-style: italic;
}

.industries-section h2 {
  width: 850px;
  margin: auto;
}

.map {
  width: 100%;
}

.map img {
  width: 100%;
}

.map iframe {
  width: 100%;
  border: 0;
  height: 235px;
  border-radius: 15px;
}

.footer footer {
  gap: 20px;
}

.locCrads {
  border: 1px solid #ffdd81;
  /* background: white; */
  padding: 1px 16px;
  border-radius: 10px;
  margin-top: 10px;
}

.main-logo {
  display: flex;
  align-items: center;
  gap: 7px;
}

.main-logo .logo {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.main-logo h4 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  font-family: "Work Sans", sans-serif !important;
  margin-bottom: 0px;
  color: #0b2644;
}

.hdr-btn {
  display: none;
  margin-bottom: 0px !important;
}

.csstm-container {
  padding: 0px 30px;
}

.hero-section {
  display: flex;
  gap: 15px;
}

.hero-section .hero-content {
  width: 60%;
}

.hro-rgt-cntnt {
  flex: 1;
  position: relative;
  width: 40%;
}

.hro-rgt-cntnt .hro-rgt-main-img {
  width: 300px;
  height: 450px;
  object-fit: cover;
  border-radius: 50px;
  position: relative;
  z-index: 4;
}
.hro-rgt-cntnt .hro-rgt-scndry-img {
  width: 438px;
  height: 572px;
  position: absolute;
  top: -87px;
  right: -7px;
  z-index: 3;
}

.cnt-li {
  display: flex;
  justify-content: start;
  gap: 10px;
  align-items: center;

  svg {
    color: #ffdd81;
  }
}
.copyright-section {
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffdd81;
}

.copyright-section p {
  margin-bottom: 0px;
  font-size: 14px;
  color: #111;
}

.form-modal .modal-header,
.modal-body,
.modal-footer {
  background-color: #f7f7f7;
}
.form-modal .modal-header .modal-title {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-style: Italic;
  font-size: 34px !important;
  color: #222;
}

.form-modal .modal-header {
  border-bottom: none;
  flex-direction: column;
}

.form-modal .modal-header p {
  text-align: center;
  font-family: "work sans";
  font-weight: 400;
  font-size: 18px;
  margin-top: 5px;
  margin-bottom: 0px;
}
.form-modal .contact-form {
  gap: 0px;
}

.get-started-form .form-group {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 0px 20px;
}

.get-started-form .form-group input {
  width: 100%;
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #ccc;
  font-size: 14px;
}

.modal-footer.hero-buttons {
  margin-bottom: 0px;
  margin-bottom: 0px;
  justify-content: center;
  background-color: #f7f7f7;
  border-top: none;
  gap: 10px;
  padding-top: 0;
}
.modal-footer.hero-buttons .btnn.outlinee {
  height: 38px;
  background-color: #fff !important;
  padding: 10px;
  width: 75px;
  /* height: 44px; */
}

.empty-field {
  border: 2px solid red !important;
}

.form-message {
  text-align: center;
  padding: 10px;
  margin: 10px 0;
  font-weight: 500;
}

/* Different colors for success / error */
.success-message {
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}

.error-message {
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}
.iso-sec {
  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: end;
  /* margin-top: 80px; */
  position: absolute;
  bottom: -28%;
  left: 0px;
}
.iso-sec img {
  width: 75px;
  height: 75px;
  object-fit: contain;
}
.iso-sec p {
  font-size: 18px;
  line-height: 24px;
  color: #222;
  font-family: "Work Sans", sans-serif !important;
  margin-bottom: 0px;
  white-space: nowrap;
}

.btnn.primaryy:hover{
  background-color: #222 !important;
  color: #fff !important;
}
