/* =========================================
   ROBLOX HERO SECTION
========================================= */

.roblox-hero {
  position: relative;
  width: 100%;
  min-height: 500px !important;
  padding: 30px 0 30px 0;

  background: url("images/order.webp") center center / cover no-repeat;
}

/* Dark overlay for readability */
.roblox-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(8, 18, 38, 0.283) 0%,
    rgba(8, 18, 38, 0.221) 40%,
    rgba(8, 18, 38, 0.21) 100%
  );
  z-index: 1;
}

/* Inner layout */
.roblox-hero .hero-inner {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

/* =========================================
   HERO TEXT
========================================= */

.roblox-hero .hero-text {
  flex: 1;
  color: #ffffff;
}

.roblox-hero .hero-text h1 {
  font-size: 52px;
  line-height: 1.15;
  margin-bottom: 25px;
  text-shadow: 0 4px 20px rgba(0,0,0,0.4);
}

.roblox-hero .hero-text p {
  font-size: 20px;
  line-height: 1.8;
  max-width: 600px;
  color: #eaeaea;
  text-shadow: 0 2px 12px rgba(0,0,0,0.35);
}

/* =========================================
   FORM BOX
========================================= */




.roblox-hero .contact-form-box{
 
  padding: 25px;
  border-radius: 6px;
  backdrop-filter: blur(6px);
  max-width: 400px !important;
  margin-right: 50px !important;
}
/* =========================================
   ROBLOX ABOUT SECTION
========================================= */

.roblox-about {
  padding: 40px 0;
  background: #b7c9f1;
}

.roblox-about .content-inner {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 40px;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: -30px;
}

/* =========================
   TEXT SIDE
========================= */

.roblox-about .about-text {
  flex: 1;
  
}

.roblox-about .about-text h2 {
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 25px;
  color: #0a1f44;
  position: relative;
  max-width: 600px !important;
}

/* Premium gold accent line */
.roblox-about .about-text h2::after {
  content: "";
  display: block;
  width: 70px;
  height: 3px;
  background: #c9a227;
  margin-top: 18px;
}

.roblox-about .about-text p {
  font-size: 18px;
  line-height: 1.9;
  color: #444;
  max-width: 800px;
}

/* =========================
   IMAGE SIDE
========================= */

.roblox-about .about-image {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}

.roblox-about .about-image img {
  width: 100%;
  max-width: 520px;
  border-radius: 18px;
  box-shadow: 0 25px 60px rgba(0,0,0,0.15);
  transition: 0.4s ease;
}

/* Subtle premium hover */
.roblox-about .about-image img:hover {
  transform: translateY(-8px);
  box-shadow: 0 35px 80px rgba(0,0,0,0.2);
}


/* =========================================
   ROBLOX INDUSTRY SECTION
========================================= */

.roblox-industry {
  position: relative;
  width: 100%;
  padding: 100px 0;
  background: url("images/robo5.jpg") center center / cover no-repeat;
}

/* Dark overlay */
.roblox-industry .industry-overlay {
  position: absolute;
  inset: 0;
  background: rgba(4, 4, 4, 0.45);
  z-index: 1;
}

/* Inner container */
.roblox-industry .industry-inner {
  position: relative;
  z-index: 2;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
  color: #c9a227;
}

/* =========================
   HEADER
========================= */

.roblox-industry .industry-header {
  margin-bottom: 70px;
}

.roblox-industry .industry-header h2 {
  font-size: 46px;
  line-height: 1.2;
  margin-bottom: 30px;
  text-shadow: 0 4px 20px rgba(0,0,0,0.4);
}

.roblox-industry .industry-header p {
  font-size: 20px;
  max-width: 700px;
  color: #ffffff;
  text-shadow: 0 2px 10px rgba(0,0,0,0.35);
}

/* =========================
   CONTENT PARAGRAPHS
========================= */

.roblox-industry .industry-content p {
  font-size: 18px;
  line-height: 1.9;
  margin-bottom: 30px;
  color: #f0f0f0;
}

/* =========================
   TAKE ACTION
========================= */

.roblox-industry .industry-cta {
  margin: 70px 0 50px 0;
  border-left: 4px solid #c9a227;
  padding-left: 25px;
}

.roblox-industry .industry-cta h3 {
  font-size: 18px;
  letter-spacing: 3px;
  color: #c9a227;
  margin-bottom: 10px;
}

.roblox-industry .industry-cta p {
  font-size: 18px;
  color: #ffffff;
}

/* =========================
   SUBHEADINGS
========================= */

.roblox-industry .industry-content h3 {
  margin-top: 70px;
  margin-bottom: 25px;
  font-size: 30px;
  color: #c9a227;
}

/* =========================
   BULLET LIST
========================= */

.roblox-industry .industry-content ul {
  list-style: none;
  padding: 0;
  margin-bottom: 50px;
}

.roblox-industry .industry-content ul li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 16px;
  font-size: 17px;
  color: #f0f0f0;
}

.roblox-industry .industry-content ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #c9a227;
  font-weight: bold;
}

/* =========================
   PROCESS STEPS
========================= */

.roblox-industry .process-steps {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 35px;
  margin-top: 40px;
}

.roblox-industry .step {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(6px);
  padding: 35px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.15);
  transition: 0.3s ease;
}

.roblox-industry .step:hover {
  transform: translateY(-5px);
  background: rgba(255,255,255,0.12);
}

.roblox-industry .step strong {
  display: block;
  margin-bottom: 12px;
  font-size: 18px;
  color: #0a1f44;
}

.roblox-industry .step p {
  color: #eaeaea;
}


@media (max-width: 992px) {

  .roblox-about {
    padding: 90px 0;
  }

  .roblox-about .content-inner {
    flex-direction: column;
    text-align: center;
  }

  .roblox-about .about-image {
    justify-content: center;
    margin-top: 40px;
  }

  .roblox-about .about-text h2 {
    font-size: 32px;
  }

  .roblox-about .about-text p {
    margin: 0 auto;
    font-size: 16px;
  }
}




@media (max-width: 992px) {

  .roblox-industry {
    padding: 120px 0;
  }

  .roblox-industry .industry-header h2 {
    font-size: 34px;
  }

  .roblox-industry .industry-header p {
    font-size: 17px;
  }

  .roblox-industry .process-steps {
    grid-template-columns: 1fr;
  }
}


/* ========================================
   ROBLOX QUALIFY SECTION
======================================== */

.roblox-qualify {
  padding: 60px 0;
  background: #92ace6;
}

.roblox-qualify .content-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 70px;
}

/* ===== IMAGE (LEFT SIDE) ===== */

.roblox-qualify .qualify-image {
  flex: 1;
}

.roblox-qualify .qualify-image img {
  width: 100%;
  max-width: 520px;
  border-radius: 18px;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.5);
  transition: 0.4s ease;
}

.roblox-qualify .qualify-image img:hover {
  transform: translateY(-6px);
}

/* ===== TEXT (RIGHT SIDE) ===== */

.roblox-qualify .qualify-text {
  flex: 1;
  color: #0a1f44;
}

.roblox-qualify .qualify-text h2 {
  font-size: 30px;
  margin-bottom: 30px;
  line-height: 1.3;
  position: relative;
}

/* Accent line */
.roblox-qualify .qualify-text h2::after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background: #c9a227;
  margin-top: 18px;
}

.roblox-qualify .qualify-text ul {
  list-style: none;
  padding: 0;
}

.roblox-qualify .qualify-text ul li {
  margin-bottom: 18px;
  padding-left: 28px;
  position: relative;
  font-size: 17px;
  line-height: 1.7;
  color: #0a1f44;
}

.roblox-qualify .qualify-text ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #c9a227;
  font-weight: bold;
}



@media (max-width: 992px) {

  .roblox-qualify {
    padding: 80px 0;
  }

  .roblox-qualify .content-inner {
    flex-direction: column;
    text-align: center;
    gap: 50px;
  }

  .roblox-qualify .qualify-text h2 {
    font-size: 28px;
  }

  .roblox-qualify .qualify-text ul li {
    text-align: left;
  }
}


/* =========================================
   CTA SECTION
========================================= */

.roblox-cta {
  background: #f4b400;
  text-align: center;
  padding: 5px 5px !important;
}

.roblox-cta h2 {
  font-size: 22px !important;
  margin-bottom: 5px !important;
  color: #001a3d;
}

.roblox-cta p {
  font-size: 18px;
  margin-bottom: 5px !important;
  color: #001a3d;
}

.roblox-cta .btn-primary {
  background: #001a3d;
  color: #fff;
  padding: 14px 28px;
  border: none;
  cursor: pointer;
  transition: 0.3s ease;
}

.roblox-cta .btn-primary:hover {
  background: #fff;
  color: #001a3d;
}










/* =========================================
   ROBLOX MOBILE FIX (≤768px)
========================================= */



@media (max-width: 768px) {

  /* ================= HERO ================= */

  .roblox-hero {

    padding: 120px 20px 60px 20px !important;
    min-height: 95vh !important;   /* FULL SCREEN */
    background-size: cover !important;  /* FILL SCREEN */
  background-position: center 20% !important;


  }

.roblox-hero {
  position: relative;
  
}



.roblox-hero {
    display: flex;
    align-items: flex-start !important; /* push content upward */
  }










  .roblox-hero {
    background-size: contain !important;
background-color: #412613;
    background-repeat: no-repeat;
  }

 .roblox-hero .contact-form-box {
  background: rgba(72, 41, 12, 0.75);
border: 1px solid rgba(255,255,255,0.15);

  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);

  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.4);
}





  .roblox-hero .hero-inner {
    margin-top: 440px !important;
    flex-direction: column;
    align-items: stretch;
    gap: 0px;
  }



  .roblox-hero .hero-text h1 {
      
    font-size: 19px;
    line-height: 1.5;
    max-width: 100%;
   
  }

  .roblox-hero .hero-text p {
    font-size: 14px;
    line-height: 1.5;
    max-width: 80%;
  }

  .roblox-hero .contact-form-box {
    margin-top: 160px !important;
    width: 100%;
    max-width: 100%;
    margin-bottom: 70px !important;
    
    
    
  }

/* Keep your hero exactly same */
.roblox-hero {
  position: relative;
}

/* Anchor form from bottom */
.roblox-hero .contact-form-box {
  position: absolute !important;
  bottom: 70px;      /* same as your margin-bottom spacing feel */
  left: 20px;
  right: 20px;
  margin-top: 0 !important;
  margin-bottom: 30px !important;
}





  /* ================= ABOUT ================= */

  .roblox-about {
    padding: 0px 0px;
  }

  .roblox-about .content-inner {
    flex-direction: column;
    text-align: center;
    gap: 0px;
    padding: 0;
  }

  .roblox-about .about-text h2 {
    font-size: 24px;
    text-align: left;
    max-width: 100%;
    text-decoration: solid;
  }

  .roblox-about .about-text p {
    font-size: 15px;
    line-height: 1.7;
    text-align: left;
    max-width: 90%;
   
  }


  .roblox-about .about-image {
    justify-content: center;
  }

  .roblox-about .about-image img {
    max-width: 100%;
    margin-bottom: 20px !important;
  }

  /* ================= INDUSTRY ================= */

  .roblox-industry {
    padding: 90px 20px;
  }

  .roblox-industry .industry-header {
    
    margin-bottom: 40px;
  }

  .roblox-industry .industry-header h2 {
    font-size: 26px;
    margin-bottom: 20px;
   
  }

  .roblox-industry .industry-header p {
    font-size: 15px;
  }

  .roblox-industry .industry-content p {
    font-size: 15px;
    line-height: 1.7;
  }

  .roblox-industry .industry-content h3 {
    font-size: 20px;
    margin-top: 40px;
    
  }

  .roblox-industry .industry-content ul li {
    
    font-size: 14px;
  }

  .roblox-industry .process-steps {
    
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .roblox-industry .step {
    padding: 15px;
    text-align: center;
    margin-bottom: 12px !important;
  }



.roblox-industry .step strong {
  display: block;
 
  font-size: 18px;
 color: #c9a227;

}

 

}


@media (max-width: 768px) {

  .roblox-industry {
    padding: 90px 20px;

    background-color: #001a3d;   /* dark blue for remaining area */

    background-image: url("images/robo5.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 255% auto;  /* slight zoom */
  }

}


@media (max-width: 768px) {

  .roblox-qualify {
    padding: 10px 0;   /* remove side padding */
    width: 100%;
  }

  .roblox-qualify .content-inner {
    flex-direction: column;
    text-align: center;
    gap: 10px;
    width: 100%;
    padding: 0 20px;   /* controlled inner spacing */
  }

  .roblox-qualify .qualify-text h2 {
    font-size: 22px;
    margin-bottom: 15px;
  }

  .roblox-qualify .qualify-text ul {
    padding-left: 20px;
  }

  .roblox-qualify .qualify-text ul li {
    font-size: 14px;
    text-align: left;
    line-height: 1.6;
    margin-bottom: 6px;
  }

  .roblox-qualify .qualify-image {
    width: 100%;
  }

  .roblox-qualify .qualify-image img {
    margin-top: 20px !important;
    width: 100%;
    display: block;
  }

}




  /* ================= CTA ================= */
@media (max-width: 768px) {
  .rideshare-cta {
    padding: 20px 20px;
  }

  .rideshare-cta h2 {
    font-size: 18px !important;
  }

  .rideshare-cta p {
    font-size: 15px !important;
  }

  .rideshare-cta .btn-primary {
    width: 100%;
    max-width: 100%;
    padding: 14px;
    border-radius: 8px;
  }
}


@media (max-width: 768px) {

  /* ================== ROBLOX COMPACT FAQ ================== */

  .roblox-faq {
    padding: 40px 15px;
  }

  .roblox-faq h2 {
    font-size: 20px;       /* small one-line heading */
    text-align: center;
    margin-bottom: 25px;   /* compact spacing */
    color: #0a1f44;
  }

  .roblox-faq .content-inner {
    display: flex;
    flex-direction: column;
    gap: 10px;             /* less spacing between items */
    padding: 0;
    max-width: 100%;
    margin: 0 auto;
  }

  /* Individual FAQ item */
  .roblox-faq .faq-item {
    background: #ffffff;
    border-radius: 10px;
    padding: 12px 15px;    /* compact padding */
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    border-left: 3px solid #c9a227;
    transition: 0.3s;
  }

  .roblox-faq .faq-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  }

  /* Question styling */
  .roblox-faq .faq-question {
    font-size: 14px;       /* small question */
    font-weight: 600;
    text-align: left;
    cursor: pointer;
    position: relative;
    padding-right: 20px;
  }

  /* Plus/minus */
  .roblox-faq .faq-question span::after {
    content: "+";
    position: absolute;
    right: 0;
    font-size: 16px;
    color: #c9a227;
    transition: 0.3s;
  }

  .roblox-faq .faq-item.active .faq-question span::after {
    content: "–";
  }

  /* Answer styling */
  .roblox-faq .faq-answer {
    max-height: 0;
    overflow: hidden;
    font-size: 13px;       /* smaller font */
    line-height: 1.5;
    color: #555;
    margin-top: 5px;
  }

  .roblox-faq .faq-item.active .faq-answer {
    max-height: 250px;
  }

}



/* =========================================
   ROBLOX HERO (Mobile Desktop Site)
========================================= */
/* =========================================
   ROBLOX HERO (Mobile Desktop Mode)
========================================= */
@media (hover: none) and (pointer: coarse) and (min-width: 900px) {

  .roblox-hero {
    min-height: 30vh !important;
    padding: 80px 40px 60px 40px !important;
    background-size: cover !important;
    background-position: center 20% !important;
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
    position: relative;
    gap: 30px;
  }

  .roblox-hero .hero-inner {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    justify-content: space-between !important;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    gap: 30px;
  }

  /* Left text */
  .roblox-hero .hero-text {
    flex: 1;
    text-align: left !important;
    max-width: 60%;
    color: #ffffff;
  }

  .roblox-hero .hero-text h1 {
    font-size: 42px !important;
    line-height: 1.3 !important;
    margin-bottom: 20px;
  }

  .roblox-hero .hero-text p {
    font-size: 18px !important;
    line-height: 1.6;
  }

  /* Right form */
  .roblox-hero .contact-form-box {
    flex: 0 0 auto !important;
    width: 400px !important;      /* desktop form width */
    max-width: 400px !important;
    margin: 0 !important;
    padding: 30px !important;
    border-radius: 12px;
    backdrop-filter: blur(8px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.4);
    position: relative;
    top: 0;
  }

}



/* =========================================
   ROBLOX ABOUT
========================================= */
@media (max-width: 900px) {
  .roblox-about .content-inner {
    flex-direction: column;
    text-align: center;
    gap: 40px !important;
    padding: 0 20px;
  }

  .roblox-about .about-image {
    justify-content: center;
    margin-top: 30px;
  }

  .roblox-about .about-image img {
    max-width: 90%;
  }

  .roblox-about .about-text h2 {
    font-size: 28px !important;
  }

  .roblox-about .about-text p {
    font-size: 16px !important;
    margin: 0 auto;
  }
}

/* =========================================
   ROBLOX QUALIFY
========================================= */
@media (max-width: 1200px) {
  .roblox-qualify .content-inner {
    flex-direction: column;
    text-align: center;
    gap: 40px !important;
    padding: 0 20px;
  }

  .roblox-qualify .qualify-image img {
    max-width: 90%;
    margin: 0 auto;
  }

  .roblox-qualify .qualify-text {
    text-align: center;
  }

  .roblox-qualify .qualify-text h2 {
    font-size: 28px !important;
  }

  .roblox-qualify .qualify-text ul li {
    font-size: 16px !important;
    text-align: left;
  }
}
