.bg-white {
    background-color: rgb(255, 255, 255) !important;
    
}

.info-box-title{
    color: black;
    font-weight: bold;

}

.Yes-associates{
    color: black;
    display: inline-block;
    font-size:large;
}

.col-lg-9{

    margin-right: -300px;

}

.footer-logo
{
    margin-right: 20px;
}

.container {
    max-width: 80%;
}

.shuffle-content {
    max-width: 64%;
}
.right-side { 
}

/* new conde */

.img-fluid-css {
  max-width: 180%;
  height: auto;
  margin-left: -38.5%;
  margin-top: -22px;
}
.center-butoon-align {
  margin-right: 20%;

}

/* Center navbar items */
.navbar-nav2 {
  margin: 0 auto !important; /* centers the nav */
  text-align: center;
}

.navbar-nav .nav-item {
  margin: 0 15px; /* spacing between items */
}

.navbar-nav .nav-link {
  font-weight: 600;
  font-size: 1rem;
  color: #000;
  transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-item.active .nav-link {
  color: #FFD700; /* golden hover and active color */
}

/* Hero Section */
.hero-section {
  padding: 100px 0;
  background: linear-gradient(to right, #fff8d6, #fff);
}

.hero-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 50px;
}

/* Left Content */
.hero-content {
  flex: 1;
  min-width: 300px;
  max-width: 600px;
}

.hero-content h1 {
  font-size: 2.8rem;
  font-weight: 700;
  color: #222;
  line-height: 1.3;
  margin-bottom: 25px;
}

.hero-content h1 span {
  color: #FFD700; /* Golden accent */
}

.hero-content p {
  font-size: 1.1rem;
  color: #555;
  line-height: 1.7;
  margin-bottom: 35px;
}

/* Buttons */
.hero-buttons {
  display: flex;
  gap: 15px;
}

.hero-buttons .btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 6px;
  font-size: 1rem;
  text-decoration: none;
  transition: 0.3s ease;
}

.hero-buttons .btn-primary {
  background-color: #FFD700;
  color: #000;
  font-weight: 600;
}

.hero-buttons .btn-primary:hover {
  background-color: #e6c200;
}

.hero-buttons .btn-outline {
  border: 2px solid #FFD700;
  color: #000;
  font-weight: 600;
}

.hero-buttons .btn-outline:hover {
  background-color: #FFD700;
  color: #000;
}

/* Right Image */
.hero-image {
  flex: 1;
  min-width: 300px;
  text-align: center;
}

.services-hero-image img:hover {
  transform: scale(1.05);
}

.hero-image img {
  width: 100%;
  max-width: 500px;
  border-radius: 10px;
}

/* Responsive */
@media (max-width: 992px) {
  .hero-container {
    flex-direction: column-reverse;
    text-align: center;
  }

  .hero-content h1 {
    font-size: 2.2rem;
  }

  .hero-content p {
    font-size: 1rem;
  }

  .hero-image img {
    max-width: 400px;
  }
}




/* Container box */
.nav-collapse {
  margin-right: 29%;
}
.business-setup-box {
  display: flex;
  align-items: stretch;
  justify-content: center;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(255, 215, 0, 0.3);
  overflow: hidden;
  gap: 25px;
  padding: 20px;
  width: 100%;
  margin: 0 auto; /* centers under yellow bar */
  transition: all 0.3s ease;
}

/* Image */
.business-setup-box img {
  width: 25%;
  border-radius: 10px;
  height: auto;
}

/* Text */
.business-setup-content {
  flex: 1;
  border-left: 6px solid #FFD700; /* yellow line */
  padding: 25px 35px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: 'Poppins', sans-serif;
}

/* Headings and text */
.business-setup-content h3 {
  color: #FFD700;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.business-setup-content h4 {
  color: #000;
  font-size: 1.2rem;
  margin-bottom: 15px;
}

.business-setup-content p {
  color: #000;
  line-height: 1.7;
  font-size: 1rem;
}

.top-info .info-text {
  color: #000;
  text-decoration: none;
  font-size: 0.95rem;
  line-height: 1.5;
}

.top-info i {
  color: #FFD700;
  font-size: 1rem;
}

.social-icon i {
  color: #000;
  font-size: 1rem;
  margin: 0 8px;
  transition: color 0.3s ease;
}

.social-icon i:hover {
  color: #FFD700;
}


/* Responsiveness */
@media (max-width: 992px) {
  .business-setup-box {
    flex-direction: column;
    gap: 15px;
    padding: 15px;
    max-width: 90%;
  }

  .business-setup-box img {
    width: 100%;
    border-radius: 8px;
  }

  .business-setup-content {
    border-left: none;
    border-top: 6px solid #FFD700;
    padding: 20px;
  }
}

/* what we do man image */
@media (min-width: 768px) and (max-width: 1024px) {
  .img-fluid-css {
    max-width: 385%;
    height: auto;
    margin-left: -134.5%;
    margin-top: 243px;
  }
}

/* what we do man image */
@media (max-width: 2560px) {
  .img-fluid-css {
    max-width: 192%;
    height: auto;
    margin-left: -43.5%;
    margin-top: -56px;
  }
}
@media (max-width: 1440px) {
  .img-fluid-css {
    max-width: 315%;
    height: auto;
    margin-left: -93.5%;
    margin-top: -4px;
  }
}

@media (max-width: 1024px) {
  .img-fluid-css {
    max-width: 316%;
    height: auto;
    margin-left: -101.5%;
    margin-top: 339px;
  }
}


@media (max-width: 368px) {
  .element.style {
    margin-top: -14%;
}
}


