/* Start custom CSS *//* ===== Newsletter Section Wrapper ===== */
.subscibe-main-div {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: center;
  min-height: 380px;
  overflow: hidden;
}

/* ===== Left Panel (light grey) ===== */
.subscibe-main-first {
  background: #e3e3e3;
  flex: 1;
  position: relative;
  min-height: 100%;
}

/* Perfect envelope image placement */
.subscibe-main-first img {
position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(15%, 15%);
    width: 300px;
    height: auto;
    z-index: 2;
}

/* ===== Right Panel (dark section) ===== */
.subscibe-main-second {
  background: #1d1d1d;
  color: #fff;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 60px 110px 60px 220px; /* extra left space for overlap effect */
  position: relative;
  z-index: 1;
}

/* Headings & text */
.subscibe-main-second h2 {
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #fff;
}

.subscibe-main-second p {
  font-size: 16px;
  color: #bbb;
  margin-bottom: 25px;
}

/* ===== Inline Subscribe Form ===== */
.subscibe-main-second .elementor-form .elementor-form-fields-wrapper {
  display: flex;
  align-items: center;
  max-width: 300px;
  padding-bottom: 6px;
}

.subscibe-main-second input[type="email"] {
  background: transparent;
  border: none;
  color: #ddd;
  font-size: 15px;
  flex: 1;
  padding: 8px 10;
  outline: none;
}

.subscibe-main-second input[type="email"]::placeholder {
  color: #999;
}

.subscibe-main-second .elementor-button {
  background: #ff0b0b; /* red button */
  color: #fff;
  border: none;
  padding: 8px 18px;
  font-size: 13px;
  border-radius: 5px;
  transition: 0.3s ease;
}



/* ===== Responsive ===== */
@media (max-width: 991px) {
  .subscibe-main-div {
    flex-direction: column;
  }

  /* Left section auto height and centered image */
  .subscibe-main-first {
    position: relative;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 0; /* spacing top-bottom */
  }

  .subscibe-main-first img {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    width: 200px;
    height: auto;
    max-width: 80%;
  }

  /* Right section centered content */
  .subscibe-main-second {
    padding: 40px 20px;
    text-align: center;
  }

  .subscibe-main-second .elementor-form .elementor-form-fields-wrapper {
    margin: 0 auto;
    justify-content: center;
  }
}




/*particle Canvas Style*/
.particle-canvas,
.particle-canvas canvas,
.main-particle-section{
    height: 100%;
    width: 100%
}

a.page-numbers.next, a.page-numbers.prev {
    border: 1px solid #ddd;
    padding: 8px;
    border-radius: 40px;
}

nav .page-numbers.prev, nav .page-numbers {
    border: 1px solid #ddd;
    padding: 8px 15px;
    border-radius: 40px;
}


.rbm-post-image img {
    border: 1px solid #dddddd69;
}

.rbm-post-content h3 a {
    color: #222423 !important;
    font-weight: 500;
}

.rbm-post-content p {
    color: #222423;
}/* End custom CSS */