.elementor-30 .elementor-element.elementor-element-3e27968{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-30 .elementor-element.elementor-element-4662019{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-30 .elementor-element.elementor-element-ca6858d{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-30 .elementor-element.elementor-element-6aae3fe{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-30 .elementor-element.elementor-element-8dc9629{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-30 .elementor-element.elementor-element-e36dc9d{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-30 .elementor-element.elementor-element-9760ba9{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-30 .elementor-element.elementor-element-5f941f5{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-f8014ae */.rb-hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.rb-hero-bg {
  position: absolute;
  inset: 0;
  background-image: url('https://robestexpert.ro/wp-content/uploads/2026/06/Yellow-Blue-Dynamic-Logistic-Presentation.png');
  background-size: cover;
  background-position: center;
}
.rb-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, rgba(36,36,36,0.88) 55%, rgba(36,36,36,0.55) 100%);
}
.rb-hero-content {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 80px;
  width: 100%;
}
.rb-hero-badge {
  display: inline-block;
  background: #ffc33a;
  color: #242424;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 16px;
  border-radius: 100px;
  margin-bottom: 28px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  animation: rbFadeInUp 0.6s ease 0.1s both;
}
.rb-hero h1 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  color: #ffffff;
  max-width: 640px;
  margin-bottom: 22px;
  font-weight: 700;
  line-height: 1.2;
  animation: rbFadeInUp 0.6s ease 0.25s both;
}
.rb-hero h1 span { color: #ffc33a; }
.rb-hero p {
  font-family: 'Poppins', sans-serif;
  color: rgba(255,255,255,0.82);
  font-size: 18px;
  max-width: 520px;
  margin-bottom: 40px;
  line-height: 1.7;
  animation: rbFadeInUp 0.6s ease 0.4s both;
}
.rb-hero-ctas {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  animation: rbFadeInUp 0.6s ease 0.55s both;
}
.rb-btn-accent {
  background: #ffc33a;
  color: #242424 !important;
  border: none;
  border-radius: 10px;
  padding: 11px 26px;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 600 !important;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: background 0.2s, transform 0.15s;
}
.rb-btn-accent:hover { background: #e8af28 !important; transform: translateY(-1px); }
.rb-btn-outline {
  background: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 10px;
  padding: 11px 26px;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: background 0.2s, color 0.2s;
}
.rb-btn-outline:hover { background: #ffffff; color: #242424; }
.rb-hero-trust {
  margin-top: 60px;
  display: flex;
  gap: 36px;
  flex-wrap: wrap;
  animation: rbFadeInUp 0.6s ease 0.7s both;
}
.rb-trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255,255,255,0.75);
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
}

@keyframes rbFadeInUp {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 900px) {
  .rb-hero-content { padding: 60px 20px; }
  .rb-hero-trust { gap: 20px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-35f8463 */.rb-servicii {
  background: #f7f6f2;
  padding: 96px 80px;
}
.rb-container {
  max-width: 1200px;
  margin: 0 auto;
}
.rb-section-label {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #ffc33a;
  margin-bottom: 12px;
  display: block;
}
.rb-section-title {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(1.9rem, 3.5vw, 2.8rem);
  font-weight: 700;
  margin-bottom: 18px;
  color: #242424;
  line-height: 1.2;
}
.rb-section-sub {
  font-family: 'Poppins', sans-serif;
  font-size: 17px;
  color: #555;
  max-width: 560px;
  margin-bottom: 56px;
  line-height: 1.7;
}
.rb-services-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}
.rb-service-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 44px 40px;
  border: 1.5px solid #e8e6df;
  transition: box-shadow 0.25s, transform 0.2s;
  position: relative;
  overflow: hidden;
}
.rb-service-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 4px; height: 100%;
  background: #ffc33a;
  border-radius: 4px 0 0 4px;
}
.rb-service-card:hover {
  box-shadow: 0 12px 40px rgba(0,0,0,0.09);
  transform: translateY(-3px);
}
.rb-service-icon {
  width: 52px; height: 52px;
  background: #fff8e6;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
.rb-service-card h3 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
  margin-bottom: 12px;
  color: #242424;
}
.rb-service-card p {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  color: #555;
  line-height: 1.7;
}

/* ── Entrance animations ── */
.rb-anim-fadeup {
  opacity: 0;
  transform: translateY(28px);
  animation: rbFadeInUp 0.65s ease both;
}

@keyframes rbFadeInUp {
  from { opacity: 0; transform: translateY(28px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ── Scroll-triggered: animate only when visible ── */
.rb-anim-fadeup.rb-hidden {
  opacity: 0;
  transform: translateY(28px);
  animation: none;
}

@media (max-width: 900px) {
  .rb-servicii { padding: 72px 20px; }
  .rb-services-grid { grid-template-columns: 1fr; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8268109 */.rb-inspectie { background: #ffffff; padding: 96px 80px; }
.rb-container2 { max-width: 1200px; margin: 0 auto; }
.rb-split-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 60px;
  align-items: start;
}
.rb-section-label2 {
  font-family: 'Poppins', sans-serif;
  font-size: 13px; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.1em;
  color: #ffc33a; margin-bottom: 12px; display: block;
}
.rb-section-title2 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(1.9rem, 3.5vw, 2.8rem);
  font-weight: 700; margin-bottom: 32px;
  color: #242424; line-height: 1.2;
}
.rb-inspect-list {
  list-style: none; display: flex;
  flex-direction: column; gap: 16px;
  margin-bottom: 32px; padding: 0;
}
.rb-inspect-list li {
  display: flex; align-items: flex-start; gap: 14px;
  font-family: 'Poppins', sans-serif;
  font-size: 15px; color: #444; line-height: 1.6;
}
.rb-check-icon {
  width: 22px; height: 22px;
  background: #ffc33a; border-radius: 50%;
  display: flex; align-items: center;
  justify-content: center;
  flex-shrink: 0; margin-top: 2px;
}
.rb-legal-note {
  font-family: 'Poppins', sans-serif;
  font-size: 13px; color: #888; margin-bottom: 24px;
}
.rb-conditions-box {
  background: #f7f6f2; border-radius: 16px;
  padding: 28px 32px; border: 1.5px solid #e8e6df;
}
.rb-conditions-box h4 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1rem; font-weight: 600;
  margin-bottom: 14px; color: #242424;
}
.rb-conditions-box ul {
  list-style: none; display: flex;
  flex-direction: column; gap: 10px; padding: 0;
}
.rb-conditions-box ul li {
  font-family: 'Poppins', sans-serif;
  font-size: 14px; color: #555;
  padding-left: 16px; position: relative;
}
.rb-conditions-box ul li::before {
  content: '—'; position: absolute;
  left: 0; color: #ffc33a;
}
.rb-price-tab {
  background: #242424; border-radius: 16px;
  padding: 48px 40px; color: #ffffff;
  position: sticky; top: 100px; text-align: center;
}
.rb-pt-label {
  font-family: 'Poppins', sans-serif;
  font-size: 13px; text-transform: uppercase;
  letter-spacing: 0.1em; color: #ffc33a;
  font-weight: 600; margin-bottom: 12px; display: block;
}
.rb-price-tab h3 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.25rem; color: #ffffff;
  margin-bottom: 36px; line-height: 1.4; font-weight: 600;
}
.rb-price-amount { margin-bottom: 10px; }
.rb-amount {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 3.6rem; font-weight: 700;
  color: #ffc33a; line-height: 1;
}
.rb-currency {
  font-size: 1rem; font-weight: 600;
  color: #ffc33a; vertical-align: middle;
  margin-right: 4px; display: block;
  margin-bottom: 4px;
}
.rb-price-vat {
  font-family: 'Poppins', sans-serif;
  font-size: 13px; color: rgba(255,255,255,0.5); margin-bottom: 36px;
}
.rb-price-features {
  list-style: none; text-align: left;
  display: flex; flex-direction: column;
  gap: 14px; margin-bottom: 36px; padding: 0;
}
.rb-price-features li {
  display: flex; align-items: flex-start; gap: 12px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px; color: rgba(255,255,255,0.8); line-height: 1.5;
}
.rb-price-features li svg { flex-shrink: 0; margin-top: 2px; }
.rb-btn-accent2 {
  display: block; width: 100%; text-align: center;
  background: #ffc33a; color: #242424 !important; border: none;
  border-radius: 10px; padding: 15px;
  font-family: 'Poppins', sans-serif;
  font-size: 16px; font-weight: 600 !important; cursor: pointer;
  text-decoration: none; transition: background 0.2s, transform 0.15s;
}
.rb-btn-accent2:hover { background: #e8af28 !important; transform: translateY(-1px); }
.rb-risk-badges {
  display: flex; gap: 10px;
  margin-top: 28px; justify-content: center;
}
.rb-risk-badge {
  flex: 1; padding: 10px 8px; border-radius: 10px;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 12px; font-weight: 600;
  text-align: center; line-height: 1.4;
}
.rb-green { background: rgba(34,197,94,0.15); color: #4ade80; border: 1px solid rgba(34,197,94,0.3); }
.rb-yellow { background: rgba(255,195,58,0.15); color: #ffc33a; border: 1px solid rgba(255,195,58,0.3); }
.rb-red { background: rgba(239,68,68,0.15); color: #f87171; border: 1px solid rgba(239,68,68,0.3); }

/* ── Animations ── */
.rb-anim2-fadeup {
  opacity: 0;
  transform: translateY(28px);
  animation: rbFadeInUp2 0.65s ease both;
}
.rb-anim2-fadein {
  opacity: 0;
  animation: rbFadeIn2 0.7s ease both;
}

@keyframes rbFadeInUp2 {
  from { opacity: 0; transform: translateY(28px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes rbFadeIn2 {
  from { opacity: 0; transform: translateX(20px); }
  to { opacity: 1; transform: translateX(0); }
}

@media (max-width: 900px) {
  .rb-inspectie { padding: 72px 20px; }
  .rb-split-grid { grid-template-columns: 1fr; }
  .rb-price-tab { position: static; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5cfb2bf */.rb-denoi { background: #242424; padding: 96px 80px; }
.rb-container3 { max-width: 1200px; margin: 0 auto; }
.rb-section-label3 {
  font-family: 'Poppins', sans-serif;
  font-size: 13px; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.1em;
  color: #ffc33a; margin-bottom: 12px; display: block;
}
.rb-section-title3 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(1.9rem, 3.5vw, 2.8rem);
  font-weight: 700; margin-bottom: 18px;
  color: #ffffff; line-height: 1.2;
}
.rb-section-sub3 {
  font-family: 'Poppins', sans-serif;
  font-size: 17px; color: rgba(255,255,255,0.72);
  max-width: 560px; margin-bottom: 56px; line-height: 1.7;
}
.rb-why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.rb-why-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 16px; padding: 32px 28px;
  transition: background 0.2s, border-color 0.2s;
}
.rb-why-card:hover {
  background: rgba(255,195,58,0.07);
  border-color: rgba(255,195,58,0.3);
}
.rb-why-icon {
  width: 46px; height: 46px;
  background: rgba(255,195,58,0.12);
  border-radius: 12px; display: flex;
  align-items: center; justify-content: center;
  margin-bottom: 20px;
}
.rb-why-card h4 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.05rem; color: #ffffff;
  margin-bottom: 10px; font-weight: 600;
}
.rb-why-card p {
  font-family: 'Poppins', sans-serif;
  font-size: 14px; color: rgba(255,255,255,0.6); line-height: 1.6;
}

/* ── Animations ── */
.rb-anim3-fadeup {
  opacity: 0;
  transform: translateY(28px);
  animation: rbFadeInUp3 0.65s ease both;
}

@keyframes rbFadeInUp3 {
  from { opacity: 0; transform: translateY(28px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 900px) {
  .rb-denoi { padding: 72px 20px; }
  .rb-why-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .rb-why-grid { grid-template-columns: 1fr; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d3fa123 */.rb-proces { background: #f7f6f2; padding: 96px 80px; }
.rb-container4 { max-width: 1200px; margin: 0 auto; }
.rb-section-label4 {
  font-family: 'Poppins', sans-serif;
  font-size: 13px; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.1em;
  color: #ffc33a; margin-bottom: 12px; display: block;
}
.rb-section-title4 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(1.9rem, 3.5vw, 2.8rem);
  font-weight: 700; margin-bottom: 18px;
  color: #242424; line-height: 1.2;
}
.rb-section-sub4 {
  font-family: 'Poppins', sans-serif;
  font-size: 17px; color: #555;
  max-width: 560px; margin-bottom: 56px; line-height: 1.7;
}
.rb-steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  position: relative;
}
.rb-steps::before {
  content: '';
  position: absolute;
  top: 32px; left: 10%; right: 10%;
  height: 2px;
  background: linear-gradient(90deg, #ffc33a, #e8af28);
  z-index: 0;
}
.rb-step {
  position: relative; z-index: 1;
  text-align: center; display: flex;
  flex-direction: column; align-items: center;
}
.rb-step-num {
  width: 64px; height: 64px;
  border-radius: 50%; background: #242424;
  color: #ffc33a;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.3rem; font-weight: 700;
  display: flex; align-items: center;
  justify-content: center; margin-bottom: 20px;
  border: 3px solid #ffc33a;
}
.rb-step h4 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.95rem; font-weight: 600;
  margin-bottom: 8px; color: #242424;
}
.rb-step p {
  font-family: 'Poppins', sans-serif;
  font-size: 13px; color: #666; line-height: 1.5;
}

/* ── Animations ── */
.rb-anim4-fadeup {
  opacity: 0;
  transform: translateY(28px);
  animation: rbFadeInUp4 0.65s ease both;
}

@keyframes rbFadeInUp4 {
  from { opacity: 0; transform: translateY(28px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 900px) {
  .rb-proces { padding: 72px 20px; }
  .rb-steps { grid-template-columns: 1fr 1fr; }
  .rb-steps::before { display: none; }
}
@media (max-width: 560px) {
  .rb-steps { grid-template-columns: 1fr; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ce0a558 */.rb-testimoniale { background: #ffffff; padding: 96px 80px; }
.rb-container5 { max-width: 1200px; margin: 0 auto; }
.rb-section-label5 {
  font-family: 'Poppins', sans-serif;
  font-size: 13px; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.1em;
  color: #ffc33a; margin-bottom: 12px; display: block;
}
.rb-section-title5 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(1.9rem, 3.5vw, 2.8rem);
  font-weight: 700; margin-bottom: 18px;
  color: #242424; line-height: 1.2;
}
.rb-section-sub5 {
  font-family: 'Poppins', sans-serif;
  font-size: 17px; color: #555;
  max-width: 560px; margin-bottom: 56px; line-height: 1.7;
}
.rb-reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.rb-review-card {
  background: #f7f6f2; border-radius: 16px;
  padding: 32px 28px; border: 1.5px solid #e8e6df;
}
.rb-review-stars {
  display: flex; gap: 4px; margin-bottom: 16px;
}
.rb-star { color: #ffc33a; font-size: 18px; }
.rb-review-text {
  font-family: 'Poppins', sans-serif;
  font-size: 15px; color: #444;
  line-height: 1.7; margin-bottom: 24px; font-style: italic;
}
.rb-review-author {
  display: flex; align-items: center; gap: 14px;
}
.rb-author-avatar {
  width: 44px; height: 44px; border-radius: 50%;
  background: #ffc33a; display: flex;
  align-items: center; justify-content: center;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700; font-size: 16px;
  color: #242424; flex-shrink: 0;
}
.rb-author-name {
  font-family: 'Poppins', sans-serif;
  font-weight: 600; font-size: 15px; color: #242424;
}
.rb-author-company {
  font-family: 'Poppins', sans-serif;
  font-size: 13px; color: #888;
}

/* ── Animations ── */
.rb-anim5-fadeup {
  opacity: 0;
  transform: translateY(28px);
  animation: rbFadeInUp5 0.65s ease both;
}

@keyframes rbFadeInUp5 {
  from { opacity: 0; transform: translateY(28px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 900px) {
  .rb-testimoniale { padding: 72px 20px; }
  .rb-reviews-grid { grid-template-columns: 1fr; }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-9760ba9 */.rb-faq { background: #efefeb; padding: 96px 80px; }
.rb-container6 { max-width: 1200px; margin: 0 auto; }
.rb-section-label6 {
  font-family: 'Poppins', sans-serif;
  font-size: 13px; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.1em;
  color: #ffc33a; margin-bottom: 12px; display: block;
}
.rb-section-title6 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(1.9rem, 3.5vw, 2.8rem);
  font-weight: 700; margin-bottom: 18px;
  color: #242424; line-height: 1.2;
}
.rb-section-sub6 {
  font-family: 'Poppins', sans-serif;
  font-size: 17px; color: #555;
  max-width: 560px; margin-bottom: 56px; line-height: 1.7;
}
.rb-faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.rb-faq-item {
  background: #ffffff; border-radius: 10px;
  border: 1.5px solid #e8e6df; overflow: hidden;
}
.rb-faq-q {
  width: 100%; text-align: left;
  background: none !important; border: none;
  padding: 22px 24px;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 15px; font-weight: 600;
  color: #242424; cursor: pointer;
  display: flex; justify-content: space-between;
  align-items: center; gap: 16px;
  line-height: 1.4; transition: color 0.2s;
}
.rb-faq-q:hover {
  color: #c4940a !important;
  background: none !important;
}
.rb-faq-q:focus {
  outline: none !important;
  box-shadow: none !important;
  background: none !important;
  color: #242424 !important;
}
.rb-faq-arrow {
  width: 28px; height: 28px;
  background: #f7f6f2; border-radius: 50%;
  display: flex; align-items: center;
  justify-content: center; flex-shrink: 0;
  transition: background 0.2s, transform 0.3s;
}
.rb-faq-item.open .rb-faq-arrow {
  background: #ffc33a;
  transform: rotate(180deg);
}
.rb-faq-a {
  max-height: 0; overflow: hidden;
  transition: max-height 0.35s ease, padding 0.2s;
  font-family: 'Poppins', sans-serif;
  font-size: 14px; color: #555;
  line-height: 1.7; padding: 0 24px;
}
.rb-faq-item.open .rb-faq-a {
  max-height: 300px;
  padding: 0 24px 22px;
}

/* ── Animations ── */
.rb-anim6-fadeup {
  opacity: 0;
  transform: translateY(28px);
  animation: rbFadeInUp6 0.65s ease both;
}

@keyframes rbFadeInUp6 {
  from { opacity: 0; transform: translateY(28px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 900px) {
  .rb-faq { padding: 72px 20px; }
  .rb-faq-grid { grid-template-columns: 1fr; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a3869dd */.rb-contact { background: #242424; padding: 96px 80px; }
.rb-container7 { max-width: 1200px; margin: 0 auto; }
.rb-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 60px;
  align-items: start;
}
.rb-section-label7 {
  font-family: 'Poppins', sans-serif;
  font-size: 13px; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.1em;
  color: #ffc33a; margin-bottom: 12px; display: block;
}
.rb-section-title7 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(1.9rem, 3.5vw, 2.8rem);
  font-weight: 700; margin-bottom: 16px;
  color: #ffffff; line-height: 1.2;
}
.rb-contact-desc {
  font-family: 'Poppins', sans-serif;
  color: rgba(255,255,255,0.65);
  font-size: 16px; margin-bottom: 40px; line-height: 1.7;
}
.rb-contact-detail {
  display: flex; align-items: center;
  gap: 14px; margin-bottom: 20px;
}
.rb-contact-icon {
  width: 44px; height: 44px;
  background: rgba(255,195,58,0.12);
  border-radius: 12px; display: flex;
  align-items: center; justify-content: center;
  flex-shrink: 0;
}
.rb-contact-detail a {
  font-family: 'Poppins', sans-serif;
  color: #ffffff; font-size: 15px;
  text-decoration: none; transition: color 0.2s;
}
.rb-contact-detail a:hover { color: #ffc33a !important; }
.rb-contact-form {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 16px; padding: 44px 40px;
}
.rb-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.rb-form-group {
  display: flex; flex-direction: column;
  gap: 8px; margin-bottom: 18px;
}
.rb-form-group label {
  font-family: 'Poppins', sans-serif;
  font-size: 13px; font-weight: 500;
  color: rgba(255,255,255,0.7);
  text-transform: uppercase; letter-spacing: 0.05em;
}
.rb-form-group input,
.rb-form-group select,
.rb-form-group textarea {
  background: rgba(255,255,255,0.07);
  border: 1.5px solid rgba(255,255,255,0.12);
  border-radius: 10px; padding: 13px 16px;
  color: #ffffff; font-family: 'Poppins', sans-serif;
  font-size: 15px; transition: border-color 0.2s;
  outline: none; width: 100%;
}
.rb-form-group select option { background: #242424; }
.rb-form-group input:focus,
.rb-form-group select:focus,
.rb-form-group textarea:focus { border-color: #ffc33a !important; }
.rb-form-group input::placeholder,
.rb-form-group textarea::placeholder { color: rgba(255,255,255,0.3); }
.rb-form-group textarea { resize: vertical; min-height: 110px; }
.rb-btn-submit {
  display: block; width: 100%; text-align: center;
  background: #ffc33a; color: #242424 !important; border: none;
  border-radius: 10px; padding: 15px;
  font-family: 'Poppins', sans-serif;
  font-size: 16px; font-weight: 600 !important; cursor: pointer;
  text-decoration: none; transition: background 0.2s, transform 0.15s;
}
.rb-btn-submit:hover { background: #e8af28 !important; transform: translateY(-1px); }

/* ── Animations ── */
.rb-anim7-fadeup {
  opacity: 0;
  transform: translateY(28px);
  animation: rbFadeInUp7 0.65s ease both;
}
.rb-anim7-fadein {
  opacity: 0;
  animation: rbFadeIn7 0.7s ease both;
}

@keyframes rbFadeInUp7 {
  from { opacity: 0; transform: translateY(28px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes rbFadeIn7 {
  from { opacity: 0; transform: translateX(20px); }
  to { opacity: 1; transform: translateX(0); }
}

@media (max-width: 900px) {
  .rb-contact { padding: 72px 20px; }
  .rb-contact-grid { grid-template-columns: 1fr; }
  .rb-form-row { grid-template-columns: 1fr; }
  .rb-contact-form { padding: 32px 24px; }
}/* End custom CSS */