body {
  font-family: "Baloo Bhai 2", sans-serif;
  overflow-x: hidden;
}

.navbar-nav li {
  padding: 10px 25px;
}

.navbar a {
  text-decoration: none;
}

.nav-item {
  position: relative;
  /* margin: 0 20px; */
}

.nav-item a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  /* padding: 10px 0; */
  display: inline-block;
}

/* .navbar-nav li:last-child {
  border-right: 1px solid #ccc;
} */

.navbar-nav .nav-link.active {
  color: #999999;
}

.nav-item .active::after {
  content: "";
  position: absolute;
  bottom: 20%;
  width: 20%;
  height: 4px;
  background-color: #ff6600;
  transition: all 0.3s ease;
  border-radius: 30px;
}
.nav-item:not(.active):hover::after {
  content: "";
  position: absolute;
  bottom: 20%;
  right: 25px;
  width: 20%;
  height: 4px;
  background-color: #ff6600;
  border-radius: 30px;
}

@media (max-width: 768px) {
  .nav-item .active::after,
  .nav-item:not(.active):hover::after {
    width: 20%;
    left: 20px;
  }
}

a {
  text-decoration: none;
}

.hero-overlay {
  position: absolute;
  top: 50px;
  left: 20px;
  background-color: lab(0% 0 0 / 0.702);
  color: #fff;
  padding: 1rem 2rem;
  border-radius: 10px 50px;
}

.features-section {
  position: relative;
  background-color: #fef6f1;
  padding: 5rem 2rem;
  overflow: hidden;
}

.features-section::before {
  content: url("../images/bannar-bg-icon.png");
  position: absolute;
  left: 50%;
  bottom: 0;
  /* top: 20%;
  right: -100px;
  width: 400px;*/
  height: 500px;
  /* background: radial-gradient(circle at center, #ffd8b3, #fff0e6); */
  /* border-radius: 60% 40% 60% 40%; */
  /* transform: rotate(25deg); */
  z-index: 0;
}

.section-title {
  font-size: 36px;
  color: #561d00;
  /* font-weight: bold; */
}
.hero-section-title {
  font-size: clamp(2rem, 8vw, 5rem);
  /* Responsive font sizing */
  color: #fff;
  /* font-weight: bold; */
}

.highlight {
  color: #ff6b00;
}

.feature-card {
  padding: 1.2rem 0 1.2rem 1.2rem;
  margin-bottom: 1.2rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 1;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
}

.feature-card.white {
  background-color: #fff;
  color: #000;
}

.feature-card.orange {
  background-color: #ff6b00;
  color: #fff;
}

.feature-icon {
  font-size: 2rem;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  color: #561d00;
  gap: 10px;
}

.feature-icon h5 {
  margin-bottom: 0;
}

.feature-icon img {
  width: 36px;
}

.right-image {
  width: 100%;
  border-radius: 1rem;
  margin-bottom: 1.5rem;
  position: relative;
  z-index: 1;
}

/* Responsive */
@media (max-width: 768px) {
  .features-section::before {
    width: 250px;
    height: 250px;
    right: -50px;
  }

  .feature-card {
    width: 100% !important;
    max-width: 100%;
  }

  .row > .col-md-4,
  .row > .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.content {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.text-box {
  background: white;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  flex: 1 1 45%;
}

.text-box h2 {
  font-size: 24px;
}

.text-box .highlight {
  color: #ff6600;
}

.text-box p {
  margin: 20px 0;
  color: #444;
}

.text-box ul {
  padding-left: 20px;
}

.text-box li {
  margin-bottom: 10px;
  list-style: disc;
  color: #333;
}

.image-box img {
  max-width: 100%;
  border-radius: 10px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.custom-caption-box {
  background-color: rgba(255, 102, 0, 0.8);
  color: white;
  padding: 1rem 2rem;
  /* border-radius: 25px; */
  display: inline-block;
  font-size: 1.1rem;
  line-height: 1.4;
  border-radius: 5px 50px;
  position: relative;
  top: -65px;
  /* max-width: 745px; */
}

.custom-caption-box .title {
  color: #fff;
}

.custom-caption-box .description {
  color: #333;
}

.nimbuz-section {
  padding: 40px 20px;
  background: #fff;
}

.nimbuz-header {
  position: relative;
  text-align: left;
  max-width: 900px;
  /* margin: 0 auto 40px; */
}

.nimbuz-header h2 {
  font-size: 36px;
  margin-bottom: 10px;
  color: #561d00;
}

.nimbuz-header .highlight {
  color: #f97316;
}

.nimbuz-header .subheading {
  font-size: 16px;
  color: #444;
}

.read-more-btn {
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px 18px;
  background-color: #f97316;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-weight: bold;
  cursor: pointer;
}

.nimbuz-content {
  display: flex;
  align-items: center;
  /* justify-content: center; */
  flex-wrap: wrap;
  gap: 30px;
  padding: 2rem 0;
}

.nimbuz-text {
  background-color: #4e1f0f;
  color: #fff;
  padding: 40px 30px;
  /* max-width: 480px; */
  flex: 1;
  font-size: 16px;
  line-height: 1.6;
  position: relative;
  border-radius: 50px 5px 5px 5px;
}

.nimbuz-text strong {
  font-size: 22px;
  color: #f97316;
}

.nimbuz-image {
  flex: 1;
  max-width: 460px;
  overflow: hidden;
  border-radius: 0 0 50px 0;
}

.nimbuz-image img {
  width: 100%;
  height: 248px;
  display: block;
  border-radius: inherit;
}

/* Responsive styles */
@media (max-width: 900px) {
  .nimbuz-header {
    text-align: center;
  }

  .read-more-btn {
    position: static;
    margin-top: 15px;
  }

  .nimbuz-content {
    flex-direction: column;
    align-items: center;
  }

  .nimbuz-text {
    border-radius: 16px;
    text-align: center;
  }

  .nimbuz-image {
    border-radius: 16px;
  }
}

.contact-section {
  /* background-color: #f9f7f2; */
  /* light beige background */
  padding: 4rem 1rem;
  background: #f9f7f2 url(../images/left-bg.png) no-repeat left bottom;
  position: relative;
}

.contact-box {
  /* background-color: #8a2d00; */
  color: black;
  /* dark rust */
  border-radius: 50px 5px 50px 5px;
  padding: 3rem 2rem;
  /* max-width: 800px; */
  margin: auto;
}

.text-orange {
  color: #ff6600;
}
.text-brown {
  color: #8a2d00;
}
.feature-card-description {
  padding-left: 2.9rem;
}
.bg-orange {
  background-color: #ff6d00;
}

.newsletter-section input::placeholder {
  color: #fff;
  opacity: 0.8;
}
.newsletter-section .title {
  color: #561d00;
}
.newsletter-section .form-control:focus {
  box-shadow: none;
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}

.footer-wrapper {
  position: relative;
  background: linear-gradient(to bottom, #521e02, #3b1201);
  /* Dark brown gradient */
  overflow: hidden;
}

.footer-wrapper::before {
  content: "";
  position: absolute;
  top: -50px;
  left: -80px;
  width: 600px;
  height: 600px;
  /* background: rgba(255, 132, 0, 0.08); */
  border-radius: 50% 30% 50% 50%;
  transform: rotate(45deg);
  z-index: 0;
}

.footer-wrapper::after {
  content: url("../images/transparent-logo-footer.png");
  position: absolute;
  bottom: 0;
  /* height: 500px; */
  /* background: rgba(255, 132, 0, 0.05); */
  /* border-radius: 40% 60% 30% 70%; */
  /* transform: rotate(25deg); */
  z-index: 0;
  left: 35%;
  scale: 0.5;
  top: 0;
}

.footer-section {
  position: relative;
  z-index: 1;
}

.carousel-item img {
  height: 100%;
}

.logo {
  width: 200px;
}

.benefits-section {
  position: relative;
  padding: 2rem;
  overflow: hidden;
  background-color: #fef6f1;
}

.benefits-section::before {
  content: "";
}

.left-content {
  position: relative;
  z-index: 1;
  text-align: left;
}

.benefits-title {
  font-size: 36px;
  /* font-weight: 600; */
  margin-bottom: 2rem;
  color: #561d00;
}

.highlight {
  color: #ec6b12;
}

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

.benefit-card {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  /* background: white; */
  border-radius: 0.75rem;
  /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05); */
  padding: 1rem;
  /* margin-bottom: 1.5rem; */
  position: relative;
  z-index: 2;
}

.benefit-icon {
  /* background-color: #843500; */
  color: white;
  font-size: 1.2rem;
  padding: 0.75rem;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
}

.benefit-icon img {
  width: 44px;
  height: 44px;
}

.benefit-content h5 {
  color: #ec6b12;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 0.3rem;
}

.benefit-content p {
  margin: 0;
  font-size: 18px;
  color: #444;
}

@media (max-width: 768px) {
  .benefits-section::before {
    left: 0;
    width: 100%;
    background-position: top center;
    background-size: cover;
  }

  .benefit-card {
    /* flex-direction: column; */
  }
}

.left-border {
  border-radius: 5px 5px 5px 50px;
}

.right-border {
  border-radius: 5px 50px 5px 5px;
}

@media (max-width: 768px) {
  /* Reset any absolute/relative positioning */
  .features-section .row,
  .features-section [class*="col-"] {
    position: static !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
  }

  /* Let layout stack naturally */
  .features-section .col-md-4,
  .features-section .col-md-6,
  .features-section .col-md-8,
  .features-section .col-md-11 {
    width: 100%;
    max-width: 100%;
  }

  /* Full-width images */
  .features-section .right-image {
    width: 100%;
    height: auto;
    margin-bottom: 1rem;
  }

  /* Spaced feature cards */
  .features-section .feature-card {
    margin-bottom: 1.25rem;
  }

  /* Buttons full width and spaced */
  .features-section .btn {
    display: block;
    width: 100%;
    margin-top: 0.75rem;
  }
}

@media (max-width: 767.98px) {
  .position-relative.bottom-0.start-0.mb-4.ms-4.justify-content-between {
    display: block !important;
  }

  .position-relative.bottom-0.start-0.mb-4.ms-4.justify-content-between .btn {
    display: block;
    width: 100%;
    margin-bottom: 0.75rem;
  }
  .option-box {
    padding: 1.5rem !important;
  }
}
@media (max-width: 576px) {
  .option-item {
    display: block !important;
  }
}

.social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1.4px solid white;
  border-radius: 50%;
  color: white;
  font-size: 16px;
}

.option-box {
  border: 1px solid #ddd;
  border-radius: 5px 25px;
  padding: 2rem 100px;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.option-item {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  transition: margin-left 0.3s ease;
}

.option-item:last-child {
  margin-bottom: 0;
}

.option-icon {
  width: 155px;
  height: 100px;
  /* border: 1px solid #dee2e6; */
  border-radius: 0 25px 0 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 3rem;
  flex-shrink: 0;
}

.option-icon img {
  max-width: 13.5rem;
  padding: 2.5rem 0 2.5rem 2rem;
  object-fit: contain;
}

.option-title {
  font-weight: 600;
  color: #8b3400;
  font-size: 24px;
}

.option-desc {
  font-size: 0.9rem;
  color: #6c757d;
  font-size: 18px;
}

@media (min-width: 992px) {
  .option-item:nth-child(even) {
    margin-left: 150px;
  }

  .key-benifits-even-sections {
    margin-left: 150px;
  }

  .benefits-section::before {
    content: url(../images/left-bg.png);
    position: absolute;
    top: 41%;
    left: -120px;
    z-index: 0;
    scale: 0.7;
  }
}

.subscription-form .input-group span,
.subscription-form .input-group .form-control {
  background: #c34c00 !important;
}

.newsletter-section {
  position: relative;
  overflow: hidden;
  /* Ensures the shape doesn't overflow */
  border-radius: 1rem;
}

/* Background shape using ::after */
.newsletter-section::after {
  content: url("../images/transparent-logo-footer.png");
  position: absolute;
  left: 36%;
  width: 100%;
  height: 100%;
  scale: 0.5;
  bottom: 70%;
}

/* Ensures form content stays above background shape */
.subscription-form {
  position: relative;
  z-index: 1;
}

.dropdown-toggle::after {
  vertical-align: middle;
}

.hero-section {
  height: 350px;
  /* background-color: #000; */
  border-radius: 10px 50px;
}

.hero-bg-img {
  object-fit: cover;
  object-position: right;
  /* opacity: 0.5; */
}

.hero-overlay {
  z-index: 2;
  max-width: 40%;
}

.text-orange {
  color: #f76c1e;
}

@media (max-width: 768px) {
  .hero-section {
    height: auto;
  }

  .hero-overlay {
    max-width: 100%;
    padding: 2rem;
  }
}

.solutions-section {
  padding: 60px 0;
  background-color: #f7f4ef;
}

.solutions-section::before {
  content: url("../images/bannar-bg-icon.png");
  position: absolute;
  right: -125px;
  z-index: 0;
  scale: 0.7;
  top: 54%;
}

.border-warning {
  border-color: #ff6d00 !important;
}

.home-hero-section {
  /* width: 100%; */
  /* height: 550px; */
  background: url("../images/home-header.jpg");
  background-size: cover;
  padding: 15rem 0;
  position: relative;
  /* overflow: hidden;
  position: relative; */
}

.home-hero-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.overlay {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 2;
  text-align: center;
}

.success-message-box {
  color: #28a745;
  font-weight: 400;
  margin-bottom: 0.5rem;
}

.success-message-desc {
  color: #444;
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
}

/* buttons.css */

.nimbuz-btn-dark {
  background: #ff6600;
  color: #fff;
}
.nimbuz-btn-dark:hover {
  background: #964007;
  color: #fff;
}

.btn-orange-outline {
  color: #ff6600;
  border: 1.5px solid #ff6600;
}
.border-radius-md {
  border-radius: 25px;
}
.btn-marron {
  background: #561d00;
  color: #fff;
  border: 1.5px solid #561d00;
  justify-content: center;
}

.btn-marron-outline {
  color: #561d00;
  border: 1.5px solid #561d00;
}

.btn-contact-us {
  color: white;
  background-color: #561d00;
}

/* features.css */
.features {
  background-color: #fef6f1;
  background-image: url("../images/bannar-bg-icon.png"),
    url("../images/left-bg.png");
  background-repeat: no-repeat, no-repeat;
  background-position: top right, bottom left;
  /* background-size: 200px, 200px; */
  position: relative;
}

.flyer-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 2rem;
  padding: 2rem;
  flex-wrap: wrap;
}

.flyer-col {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.flyer-col.middle {
  justify-content: center;
}

.flyer-card {
  background: #fff;
  border-radius: 10px 50px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  padding: 1.5rem;
  min-width: 280px;
  max-width: 450px;
}

@media (max-width: 768px) {
  .flyer-container {
    flex-direction: column;
    align-items: center;
  }

  .flyer-col.middle {
    align-items: center;
  }
}

.flyer-card.orange {
  background: #ff6600;
}

.nimbuz-section {
  background: #fff;
}

.features-newsletter-section input::placeholder {
  color: #fff;
  opacity: 0.8;
}

.features-newsletter-section .title {
  color: #561d00;
}

.features-newsletter-section .form-control:focus {
  box-shadow: none;
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}

.feature-hero-section {
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  padding: 20px;
  margin: 20px;
  border-radius: 5px 25px;
}

.feature-hero-section .description {
  color: #fff;
  font-size: 40px;
  max-width: 585px;
}
.hero-wrapper{
  border-radius: 10px 50px;
}

/* lead-form.css */
body {
  background: url("../images/lead-form-bg.png");
   font-family: "Baloo Bhai 2", sans-serif;
  overflow-x: hidden;
}
.container-box {
  max-width: 900px;
  margin: 70px auto 20px auto;
  background: transparent;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  display: flex;
  overflow: hidden;
}
.form-label{
  font-weight: 600 !important;
}
.form-control{
  font-size: 14px !important;
}

.form-left,
.form-right {
  flex: 1;
  min-width: 0;
}
.form-left {
  display: flex;
  flex-direction: column;
}
.form-left-bg {
  position: relative;
  flex: 1;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: white;
  overflow: hidden;
}

.form-left-bg::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #ec6b12;
  opacity: 0.7;
  z-index: 1;
}

.form-left-bg::after {
  content: "";
  background: url("../images/lead-form-image.jpg") center center / cover no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.form-left-bg > * {
  position: relative;
  z-index: 2;
}

.quote-box {
  margin-top: auto;

  padding: 2rem;
  border-radius: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.logo {
  background: transparent;
  padding: 1rem 1rem;
}

.logo img {
  height: 28px;
}

.form-right {
  flex: 1;
  padding: 3rem 2rem;
}

.form-right h6 {
  color: #ec6b12;
  margin-bottom: 1.5rem;
  font-weight: 600;
  font-size: 0.95rem;
}

.form-control,
.form-select {
  border-radius: 8px;
}

.btn-submit {
  background-color: #ec6b12 !important;
  color: white !important;
  width: 100%;
  border-radius: 8px;
}

.form-check-inline {
  margin-right: 2rem;
}

.back-link {
  font-size: 0.85rem;
  max-width: 900px;
  margin: 0 auto;
  text-align: right;
}

@media (max-width: 768px) {
  .container-box {
    flex-direction: column;
    margin: auto;
  }

  .form-left {
    height: 200px;
  }

  .form-left p {
    font-size: 1.3rem;
  }
  .back-link {
    margin: 10px;
  }
}

/* pricing.css */
body {
  /* font-family: "Segoe UI", sans-serif; */
  background-color: #fcf9f7;
  overflow-x: hidden;
}
.pricing-hero-section {
  color: white;
  padding: 3rem;
  background-color: #4d1c00;
  border-radius: 10px 50px;
  margin: 3rem;
}
.pricing-section {
  background-color: #f7f4ef;
  padding: 2rem 0;
  background: #f7f4ef url("../images/bannar-bg-icon.png") no-repeat right bottom;
  background-size: contain;
  position: relative;
}
 
.instance-info-section .info-card {
  background: #fff;
  border-radius: 0.25rem 2rem;
  box-shadow: 0 0 0 15px #f1f1f1;
  padding: 2rem 2.5rem;
  max-width: 800px;
  margin: 0 auto;
}
 
.instance-info-section .info-card h5 {
  font-weight: 600;
  margin-bottom: 1rem;
}
 
.instance-info-section .info-card ul {
  padding-left: 1.5rem;
  margin: 0;
}
 
.instance-info-section .info-card li {
  margin-bottom: 0.5rem;
  line-height: 1.6;
}
 
.instance-info-section .highlight-block {
  position: relative;
  margin-bottom: 6rem;
  margin-top: 6rem;
}
 
.instance-info-section .curve {
  position: absolute;
  width: 40px;
  height: 40px;
  border-top: 3px solid #ea6b1f;
  border-right: 3px solid #ea6b1f;
  border-radius: 0 2rem 0 0;
}
 
.instance-info-section .corner-left {
  bottom: -45px;
  left: 30%;
  transform: rotate(180deg);
}
 
.instance-info-section .corner-right {
  top: -45px;
  right: 30%;
}
 
.key-box {
  border: 1px solid #ffb37b;
  border-radius: 0.25rem 3rem 0.25rem 3rem;
  padding: 1.5rem;
  background: #fff;
  text-align: center;
}
 
.key-box strong {
  font-weight: 600;
}
 
.key-buttons {
  margin-top: 1rem;
}
 
.key-buttons div {
  background-color: #f77e0b;
  color: white;
  border: none;
  padding: 0.6rem 3rem;
  margin: 0.25rem 0.6rem;
  border-radius: 1rem 0.25rem;
  font-weight: 500;
  display: inline-block;
}
 
.highlight-boxes {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 2rem 0;
}
 
.highlight-box {
  display: flex;
  align-items: center;
  border: 1px solid #e0ddd7;
  border-radius: 1rem 0.25rem;
  background-color: #fff;
  font-size: 1rem;
  max-width: fit-content;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
 
.bullet {
  width: 8px;
  height: 8px;
  background-color: #e85b00;
  border-radius: 50%;
  margin-right: 0.5rem;
}
 
.text-orange {
  color: #e85b00;
  font-weight: 500;
}
 
.tag-boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 2rem;
}
 
.tag {
  background: #fff5eb;
  border: 1px solid #ffd9b3;
  border-radius: 10px;
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  color: #444;
}
 
.table-box {
  margin-top: 2rem;
}
 
.table thead th {
  background-color: #fff7f0;
  color: #f77e0b;
  text-align: center;
}
 
.table td,
.table th {
  text-align: center;
  vertical-align: middle;
}
 
.table td strong {
  color: #4d1c00;
}
 
.custom-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 1rem;
}
 
.custom-table thead th {
  border-bottom: none;
  font-weight: 600;
  color: #9e5200;
}
 
.custom-table td {
  border: none !important;
  background: #fff;
  vertical-align: middle;
}
 
.table-box {
  margin-top: 1rem;
  border-radius: 10px;
  overflow: hidden;
}
 
/*large screens */
.stagger-1 {
  margin-left: 18.5rem;
  padding: 0.5rem 3rem;
}
.stagger-2 {
  margin-left: 28rem;
  padding: 0.5rem 3rem;
}
.stagger-3 {
  margin-left: 38rem;
  padding: 0.5rem 1.1rem;
}
 
/* Medium screens*/
@media (max-width: 1024px) {
  .instance-info-section .corner-left {
    left: 15% !important;
  }
 
  .instance-info-section .corner-right {
    right: 15% !important;
  }
  .stagger-1 {
    margin-left: 10rem;
    padding: 0.5rem 2rem;
  }
  .stagger-2 {
    margin-left: 15rem;
    padding: 0.5rem 2rem;
  }
  .stagger-3 {
    margin-left: 20rem;
    padding: 0.5rem 1rem;
  }
}
 
/* Small screens */
@media (max-width: 640px) {
  .section {
    padding: 1.5rem 1rem;
  }
  .stagger-1 {
    margin-left: 1.5rem;
    padding: 0.5rem 2rem;
  }
  .stagger-2 {
    margin-left: 4rem;
    padding: 0.5rem 2rem;
  }
  .stagger-3 {
    margin-left: 6.5rem;
    padding: 0.5rem 1rem;
  }
}

/* solution.css */
.solution-card {
  background-color: #fdfdfb;
  border-radius: 10px 50px 10px 50px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  padding: 1rem 0 1rem 3rem;
  margin-bottom: 1.5rem;
}

.solution-card .title {
  font-weight: 600;
  color: #8b3400;
  font-size: 24px;
}

.title {
  color: #963900;
  /* Adjust if needed */
}

.text-orange {
  color: #d15400;
}

.badge-img {
  max-width: 50%;
  /* padding: 25px; */
}

.image-badge {
  position: relative;
  left: 175px;
  /* background: #fff; */
  /* border: 2px solid #ddd; */
  /* border-radius: 5px 25px; */
  padding: 0 20px;
}

@media (max-width: 768px) {
  .image-badge {
    margin-top: 1rem;
  }
}

.nimbuz-section {
  background: #fff;
}
