@media screen and (max-width: 768px) {
  .navbar .toolbar {
    gap: 20px;
  }

  .inner-navbar {
    height: 100vh !important;
  }

  .toolbar button.btn {
    font-size: small;
    width: 130px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .navbar button.navbar-hide {
    display: none;
  }

  a.nav-link {
    font-size: 1.3rem;
  }

  .inner-toolbar {
    padding: 20px 0 !important;
    align-items: center !important;
  }

  .blog-section {
    padding: 0 !important;
  }

  .blog-section h6 {
    font-size: 1rem;
  }

  .blog-section p {
    display: none;
  }

  .inner-toolbar img {
    width: 100px !important;
  }

  .hero-section {
    flex-direction: column;
  }

  .hero-section h2 {
    font-size: 2rem;
  }

  .hero-section .hero-btns button {
    width: 100%;
    margin: 20px 0;
  }
  .hero-btns {
    gap: 10px;
  }

  .explore-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .explore-section .package-date {
    font-size: 1rem;
  }

  .explore-more-card {
    width: 100% !important;
    height: 500px !important;
    margin: 20px 0 !important;
    justify-content: space-around !important;
  }

  .explore-more-card h4 {
    font-size: 2rem !important;
  }

  .explore-more-card button.btn {
    width: 100% !important;
    padding: 15px 60px !important;
  }

  .highlight-section .highlight-content {
    width: 100%;
  }

  .highlight-section .highlight-btns {
    width: 100%;
    flex-direction: column;
  }

  .highlight-section h4 {
    font-size: 3rem;
  }

  .highlight-section p {
    display: none;
  }

  .about-cards {
    flex-wrap: wrap;
  }

  .build-package-section {
    padding: 20px;
  }

  .build-package-section .package-card {
    flex-direction: column;
    width: 100%;
    height: 100%;
    flex-wrap: wrap;
  }

  .build-package-section h3 {
    font-size: 2rem;
  }

  .comments-section h3 {
    font-size: 2rem;
    padding: 30% 5%;
  }

  .faq-section {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    gap: 20px;
  }

  .packages-page .hero h2 {
    font-size: 2rem;
  }

  .packages-page .hero p {
    width: 80%;
    margin: 10px 0;
    font-size: 0.8rem;
  }

  .footer {
    flex-direction: column;
    padding-bottom: 20%;
  }

  /* Small screens (mobile) */
  .hero-section {
    padding: 1rem; /* Adjusted padding for small screens */
  }

  .center-content h3 {
    font-size: 2rem;
  }

  .hero-description {
    font-size: 0.9rem;
  }

  .hero-btn {
    padding: 0.6rem 1.2rem;
  }

  /* about page */
  .about-right-image img {
    margin-bottom: 0.5rem; /* Adds space between stacked images */
    height: 15rem;
    object-fit: cover;
    border-bottom-left-radius: 200px;
    border-top-left-radius: 200px;
  }

  .about-left-image img {
    margin-bottom: 0.5rem; /* Adds space between stacked images */
    height: 15rem;
    object-fit: cover;
    border-bottom-right-radius: 200px;
    border-top-right-radius: 200px;
  }
  .Blogs-grid {
    grid-template-columns: 1fr;
    padding-left: 2rem;
    margin-bottom: 100px;
  }

  .people-pic {
    display: none;
  }

  .Blogs-header img {
    width: 50%;
  }
  /* Hide the image in mobile view */
  .about-image-container img {
    display: none;
  }

  /* Make cards stack vertically in one column */
  .about-card-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem; /* Adds space between cards */
    position: static; /* Prevents absolute positioning */
  }

  .about-card {
    position: static; /* Reset position for mobile view */
    width: 90%; /* Make cards take up most of the container width */
    max-width: 400px; /* Set a max width for better aesthetics */
  }
  /* Keep header and tabs unchanged in mobile view */
  .account-header {
    padding: 4rem 1rem; /* Adjust padding for mobile */
  }

  .account-header h1 {
    font-size: 28px; /* Adjusted size for mobile */
  }

  .account-header p {
    font-size: 12px;
    margin-bottom: 1rem;
  }

  .account-tabs {
    gap: 0.5rem;
    justify-content: center; /* Keep tabs as is */
    flex-direction: row; /* Keep tabs in row, no need for vertical stack */
    margin-bottom: -4rem;
  }

  .account-tabs button {
    font-size: 0.8rem;
    padding: 0.3rem 0.6rem;
  }

  .account-content {
    padding: 1rem;
  }

  .saved-section-content {
    padding: 0;
  }

  .saved-content {
    justify-content: center; /* Center the cards on mobile */
  }

  .saved-section-content .MuiGrid-container {
    justify-content: center; /* Align cards to the center in mobile */
  }

  .saved-section-content .MuiGrid-item {
    width: 100%; /* Ensure items take full width in mobile */
  }

  /* View More Button (Mobile only) */
  .view-more-container {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
  }

  /* Header Section */
  .ApplyForVisa-header {
    flex-direction: column !important; /* Stack items vertically */
    gap: 1rem !important;
    text-align: left !important;
    padding: 1rem !important;
  }

  .ApplyForVisa-header img {
    width: 250px !important;
    height: 250px !important; /* Adjust image size */
    padding: 0 !important;
    margin: 0 auto !important; /* Center image */
  }

  .ApplyForVisa-header h1 {
    font-size: 2rem !important; /* Adjust font size */
    padding-left: 0 !important;
    text-align: left !important; /* Center-align text */
    padding-left: 5px !important ;
  }

  .ApplyForVisa-header p {
    margin: 0 auto !important;
    text-align: left !important; /* Center-align paragraph */
    font-size: 0.9rem !important  ; /* Scale down font size */
  }

  .ApplyForVisa-contact-btn {
    margin: 1rem auto;
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
  }

  /* FAQs Section */
  .ApplyForVisa-faqs-section {
    flex-direction: column;
    gap: 1.5rem;
    padding: 2rem;
    text-align: left; /* Align content to the left */
  }

  .ApplyForVisa-faqs-title {
    align-items: flex-start; /* Left-align FAQs title */
    text-align: left;
  }

  /* Form Section */
  /* Form Section Styling */
  .ApplyForVisa-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    width: 100%; /* Full width */
    margin: 0 auto;
    text-align: left; /* Align content to the left */
  }

  /* Title and Description */
  .ApplyForVisa-form h2 {
    font-size: 1.8rem; /* Adjust title font size */
    font-weight: bold;
    text-align: left; /* Align title to the left */
    margin-bottom: 0.5rem;
    width: 100%;
  }
  .ApplyForVisa-form-content {
    padding: 1rem;
    margin: 0;
    margin-top: 0;
  }
  .ApplyForVisa-form p {
    font-size: 1rem; /* Adjust description font size */
    text-align: left; /* Align description to the left */
    margin-bottom: 1.5rem;
    width: 100%;
    line-height: 1.4; /* Better readability */
  }

  /* Form Container */
  .ApplyForVisa-contact-form {
    display: flex;
    flex-direction: column;
    align-items: center; /* Center form */
    gap: 1rem; /* Space between fields */
    width: 100%; /* Take up most of the width */
    max-width: 1000px; /* Restrict maximum size */
    margin: 0 auto;
    padding: 1rem;
    border-radius: 8px;
  }

  /* Inputs and Select */
  .form-input {
    width: 100%; /* Full width inputs */
    padding: 0.8rem;
    font-size: 1rem;
    border: 1px solid #ccc;
    border-radius: 5px;
  }

  .form-row {
    display: flex;
    gap: 1rem;
    width: 100%; /* Ensure full width for rows */
  }

  .country-code {
    flex: 0.3; /* Smaller for dropdown */
  }

  .phone-input {
    flex: 1; /* Larger for phone input */
  }

  /* Terms Checkbox */
  .terms-label {
    font-size: 0.9rem;
    color: #333;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 0.5rem; /* Space between checkbox and text */
    width: 100%; /* Align text with inputs */
  }

  /* Submit Button */
  .submit-button {
    width: 100%; /* Full width button */
    padding: 0.8rem;
    font-size: 1.2rem; /* Larger for touch interaction */
    background-color: #000;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
  }
  /* General styles for mobile */
  .careers-header {
    flex-direction: column; /* Stack header in a column */
    align-items: center; /* Center content horizontally */
    padding: 1rem; /* Adjust padding for smaller screens */
    width: 100%; /* Ensure full width */
    box-sizing: border-box; /* Ensure padding is within the width */
  }

  .careers-hero {
    padding: 2rem;
    text-align: left; /* Ensure text alignment is left */
    width: 100%; /* Full width for responsiveness */
  }

  .careers-header img {
    width: 250px; /* Image takes full width */
    height: 250px; /* Maintain aspect ratio */
    margin-right: 0rem; /* Add spacing */
    margin-top: 0px;
  }

  .careers-header h1,
  .careers-header p,
  .careers-header span {
    text-align: left; /* Keep text aligned to the left */
    width: 100%; /* Full width text */
  }

  .careers-core-values {
    padding: 20px; /* Adjust padding */
    width: 100%; /* Ensure full width */
    box-sizing: border-box;
  }

  .careers-core-values-grid {
    flex-direction: column; /* Stack items in a column */
    align-items: center; /* Center the items horizontally */
    gap: 20px; /* Add spacing between values */
    width: 100%; /* Ensure the grid takes full width */
  }

  .careers-core-value {
    max-width: 100%; /* Full width */
    text-align: left; /* Left-aligned text */
    padding: 0 1rem; /* Add padding to avoid content touching edges */
  }

  /* Open Roles Section */
  .careers-open-roles-container {
    flex-direction: column; /* Stack items in a column */
    align-items: center; /* Center content horizontally */
    gap: 20px; /* Add spacing */
    width: 100%; /* Ensure container takes full width */
    box-sizing: border-box;
  }

  .careers-open-roles-left {
    text-align: left; /* Keep text aligned left */
    width: 100%; /* Full width for left section */
    margin: 0; /* Remove left margin */
    padding: 0 1rem; /* Padding for spacing */
    box-sizing: border-box;
  }

  .careers-open-roles-filters {
    flex-direction: column; /* Stack filters vertically */
    width: 100%; /* Full width filters */
    padding: 0 1rem; /* Add padding */
    box-sizing: border-box;
  }

  .careers-open-roles-right {
    width: 100%; /* Full width for cards */
    align-items: center; /* Center align cards horizontally */
    padding: 0 2rem; /* Padding for spacing */
    box-sizing: border-box;
  }

  .careers-role-card {
    width: 100%; /* Full width cards */
    padding: 15px 20px;
    align-items: flex-start; /* Align text to the left */
    margin: 10px 0; /* Add margin between cards */
    margin-left: 2.5rem;
    box-sizing: border-box; /* Make sure padding and margin stay within width */
  }

  .learn-more-btn {
    align-self: flex-start; /* Align button to the left */
  }

  /* Hide overlay image in mobile */
  .overlay-photo {
    display: none;
  }

  /* Fix for the right white space issue */
  body,
  html {
    overflow-x: hidden; /* Prevent horizontal scrolling */
  }

  .ApplyForVisa-Form-content {
    margin: 0;
  }
}

/* Responsive Styles */
@media (max-width: 1024px) {
  /* Medium screens (tablets) */
  .hero-section {
    padding: 2rem 1.5rem; /* Adjusted padding for medium screens */
  }
  /* Hide overlay image in mobile */
  .overlay-photo {
    display: none;
  }

  .careers-header h1,
  .careers-header p,
  .careers-header span {
    text-align: left; /* Keep text aligned to the left */
    width: 100%; /* Full width text */
  }

  .careers-header h1 {
    font-size: 1.5rem;
  }

  /* Ensure no horizontal scrolling */
  body,
  html {
    overflow-x: hidden;
  }
}

@media (max-width: 1400px) {
  .about-center-content {
    text-align: center;
  }

  .about-center-content h3 {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 1rem;
    color: #fed7d2; /* Ensure the title is visible on dark background */
    padding-left: 0.9rem;
    padding-right: 0.9rem;
  }

  .about-center-content h5 {
    font-size: 1rem;
    margin-bottom: 1.5rem;
    color: #fed7d2; /* Ensure the description is visible on dark background */
  }
  .about-right-image img {
    text-align: center; /* Centers images in their respective columns */
    height: 17rem;
    border-bottom-left-radius: 200px;
    border-top-left-radius: 200px;
  }

  .about-left-image img {
    text-align: center; /* Centers images in their respective columns */
    height: 17rem;
    border-bottom-right-radius: 200px;
    border-top-right-radius: 200px;
  }
  .build-my-package-hero {
    padding-left: 70px;
    flex: 1;
    padding-top: 122px;
    padding-bottom: 50px;
  }
  .build-my-package-header {
    padding-top: 28px;
    text-align: left;
    margin-left: 0px;
  }

  .build-my-package-header img {
    width: 250px;
    height: 250px;
    padding: 0;
  }

  .build-my-package-header h1 {
    font-size: 2rem;
  }
  .build-my-package-header span {
    font-size: 14px;
    padding: 0 0.1rem;
  }
  .build-my-package-header p {
    font-size: 14px;
    padding: 0 1rem;
  }
  .build-my-package-header .overlay-photo {
    width: 50px;
    height: 75px;
    top: 423px;
    left: 26%;
    transform: translateX(-50%);
  }
  .build-my-package-hero-btn {
    font-size: 12px;
    padding: 0.5rem 0.8rem;
    margin-top: 15px;
  }

  .Build-my-package-how-it-works {
    padding: 40px 15px;
  }

  .Build-my-package-steps-container {
    flex-direction: column;
    gap: 30px;
    align-items: start;
  }

  .Build-my-package-step {
    max-width: 90%;
  }

  .Build-my-package-step-number {
    width: 35px;
    height: 35px;
    font-size: 20px;
  }

  .Build-my-package-step h3 {
    font-size: 18px;
  }

  .Build-my-package-step p {
    font-size: 13px;
  }
  .contact-us-trips-btns {
    padding: 0rem 0rem;
    width: 100%;
    gap: 10px;
  }
  .contact-us-trips-btn-getdirections {
    background-color: #eceee9;
    border: 1px solid #eceee9;
    color: #27063b;
    padding: 0.8rem 1rem;
    margin-top: 20px;
    margin-left: 12px;
    cursor: pointer;
    border-radius: 20px;
    width: 100%;
    font-size: 14px;
  }
  .contact-us-trips-btn-call {
    background-color: transparent;
    width: 100%;
    border: 3px solid #eceee9;
    color: #eceee9;
    padding: 0.8rem 1rem;
    margin-top: 20px;
    margin-left: 12px;
    cursor: pointer;
    border-radius: 20px;
    font-size: 14px;
  }
  .BMI-steps-first-Content h4 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }

  /* Adjusting the trip options */
  .trip-buttons-container {
    grid-template-columns: repeat(2, 1fr); /* 2 buttons per row */
    gap: 12px;
  }

  /* Buttons become more compact */
  .trip-buttons-container button {
    height: 80px;
    font-size: 14px;
  }

  /* Icon size adjustment */
  .trip-buttons-container span {
    font-size: 20px;
  }
  .step-two-container {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    padding: 6rem;
    font-family: Arial, sans-serif;
    color: #333;
    overflow-y: auto;
  }
  .step-two-container-input-group {
    flex-direction: column;
    gap: 15px;
    margin-bottom: 20px;
  }

  .step-two-container-dropdown {
    width: 105%;
    padding: 10px;
    font-size: 1rem;
    border: 1px solid #ccc;
    border-radius: 8px;
    overflow: hidden;
  }
  .careers-header .overlay-photo {
    top: 39%;
  }
}
/*Build my package*/
/* Responsive Styles */
@media (max-width: 1200px) {
  .build-my-package-hero {
    padding-left: 70px;
    flex: 1;
    padding-top: 122px;
  }
  .build-my-package-header {
    flex-direction: row;
    align-items: left;
    padding: 2rem;
    margin-left: 0;
  }

  .build-my-package-header img {
    width: 400px;
    height: 400px;
    padding: 50px;
  }

  .build-my-package-header .overlay-photo {
    top: 388px;
    left: 31%;
    transform: translateX(-50%);
    width: 70px;
    height: 100px;
  }

  .build-my-package-header h1 {
    font-size: 2.5rem;
    text-align: left;
    margin-top: 20px;
  }
  .build-my-package-header span {
    text-align: left;
    margin-right: 0;
    padding: -1px 0rem;
  }
  .build-my-package-header p {
    text-align: left;
    margin-right: 0;
    padding: -1px 1rem;
  }

  .Build-my-package-how-it-works h2 {
    font-size: 28px;
    padding-left: 0;
    text-align: left;
  }

  .Build-my-package-steps-container {
    gap: 100px;
    flex-direction: row;
    padding: 2rem;
  }
  .contact-us-header-titles {
    padding: 3rem 1rem;
  }

  .contact-us-header-titles h1 {
    font-size: 50px;
  }

  /* Trips Section */
  .contact-us-trips-container {
    gap: 30px;
    flex-direction: column;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .contact-us-trips-step {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .contact-us-trips-head h3,
  .contact-us-trips-head span {
    font-size: 1.2rem;
  }

  .contact-us-trips-step p {
    font-size: 15px;
  }
  .contact-us-trips-btns {
    padding: 0rem 0rem;
    width: 100%;
  }
  /*BMP steps*/
  .BMP-steps-hero-content-container {
    flex-direction: column; /* Stack content vertically */
    gap: 1rem;
  }

  .BMP-steps-hero-image-left,
  .BMP-steps-hero-image-right {
    display: none; /* Hide images on smaller screens */
  }

  .BMP-steps-hero {
    height: auto; /* Adjust height */
    justify-content: center;
    text-align: center;
  }

  .steps-Actions-Buttons {
    border-top: 1px solid #eeeeee;
    background-color: #fff;
    position: fixed;
    bottom: 0px; /* Position buttons at the bottom of the screen */
    left: 0;
    right: 0;
    padding: 1rem 1rem; /* Add padding for spacing */
    justify-content: space-between;
    z-index: 1000; /* Ensure buttons are always visible */
  }
  .steps-next-button {
    background-color: #142328;
    color: #eceee9;
    padding: 0.8rem 2rem;
  }
  .BMI-steps-first-Content h4 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 2560px) {
  .careers-header .overlay-photo {
    top: 20.5%;
  }
  .BMP-steps-hero-content-container {
    gap: 231px;
  }
}
@media (min-width: 2560px) {
  .build-my-package-header .overlay-photo {
    left: 83%;
  }
}

@media (max-width: 480px) {
  .build-my-package-hero {
    padding-left: 42px;
    flex: 1;
    padding-bottom: 75px;
  }
  .build-my-package-header {
    padding-top: 28px;
    text-align: left;
    margin-left: -30px;
    flex-direction: column;
  }
  .build-my-package-header img {
    width: 265px;
    height: 250px;
    padding: 0px;
    margin-left: 109px;
    margin-top: -35px;
  }

  .build-my-package-header .overlay-photo {
    width: 50px;
    height: 75px;
    top: 507px;
    left: 13%;
    transform: translateX(-50%);
  }

  .build-my-package-header h1 {
    font-size: 1.5rem;
    margin-top: 10px;
    text-align: left;
  }
  .build-my-package-header span {
    font-size: 12px;
    text-align: left;
  }
  .build-my-package-header p {
    font-size: 12px;
    padding: 0 51px 0px 14px;
    text-align: left;
  }

  .Build-my-package-how-it-works h2 {
    font-size: 24px;
  }

  .Build-my-package-steps-container {
    gap: 20px;
    flex-direction: column;
  }

  .Build-my-package-step-number {
    width: 30px;
    height: 30px;
    font-size: 18px;
  }

  .Build-my-package-step h3 {
    font-size: 16px;
  }

  .Build-my-package-step p {
    font-size: 12px;
  }
  .hero-btns {
    gap: 10px;
  }
  /* Hide overlay image on mobile and iPad */
  .overlay-photo {
    display: none;
  }
  .BMI-steps-first-Content h4 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }

  /* Adjusting the trip options */
  .trip-buttons-container {
    grid-template-columns: repeat(2, 1fr); /* 2 buttons per row */
    gap: 12px;
  }

  /* Buttons become more compact */
  .trip-buttons-container button {
    height: 80px;
    font-size: 14px;
    font-weight: bold;
  }

  /* Icon size adjustment */
  .trip-buttons-container span {
    font-size: 20px;
  }
  .step-title {
    font-size: 1.4rem;
  }

  .step-description {
    font-size: 0.8rem;
  }

  .counter-btn {
    width: 35px;
    height: 35px;
    font-size: 1rem;
  }

  .budget-label {
    flex-direction: column;
    gap: 5px;
  }

  .step-two-container {
    display: flex;
    flex-direction: column;
    width: 90%;
    text-align: center;
    padding: 1rem;
    padding-left: 2.7rem;
    font-family: Arial, sans-serif;
    color: #333;
    box-sizing: border-box; /* Ensures padding is included in width calculations */
    overflow: hidden;
  }
  .step-two-container-travellers-counter {
    width: 92%;
  }
  .step-two-container-flexibility {
    width: 90%;
  }
  .step-two-container-input-group {
    display: flex;
    flex-direction: column;
    gap: 15px; /* Space between inputs */
    margin-bottom: 20px;
  }
  .step-two-container-travel-option {
    flex-direction: column;
    width: 102%;
    margin: auto;
  }
  .step-two-container-travel-date-left {
    width: 89%;
  }

  .step-two-container-dropdown {
    width: 100%; /* Ensures dropdown fits the container */
    padding: 10px;
    font-size: 1rem;
    border: 1px solid #ccc;
    border-radius: 8px;
    overflow: hidden;
    box-sizing: border-box; /* Prevents overflow issues */
  }
  .BMI-steps-third-Content form {
    padding: 0.5rem; /* Reduced padding for mobile */
  }
  .form-row {
    flex-direction: column;
    gap: 0px;
  }
  .form-row-phone select {
    background-color: white;
    width: 100%;
  }
  .form-row-phone {
    flex-direction: column;
    gap: 0px;
  }
  .faq-list li {
    margin-bottom: 15px;
    gap: 1rem;
  }
  .FAQs-content {
    margin: 0;
  }
}
/* Laptop Views (Keep Images) BMP steps*/
@media screen and (min-width: 1025px) and (max-width: 1400px) {
  .BMP-steps-hero-content-container {
    flex-direction: row;
    justify-content: space-around;
    /* gap: 6.4rem; */
  }

  .BMP-steps-hero-image-left,
  .BMP-steps-hero-image-right {
    display: flex; /* Ensure images are visible */
    justify-content: space-between;
  }
  .trip-buttons-container {
    flex-direction: row; /* Display buttons in a row */
    justify-content: space-evenly; /* Evenly space buttons */
  }

  .trip-buttons-container Button {
    width: 100%; /* Each button takes up 30% of the container width */
    max-width: 200px; /* Limit max width */
  }
  .step-two-container {
    max-width: 100%;
    padding: 0rem 1rem;
    font-family: Arial, sans-serif;
    color: #333;
  }
  .step-two-container-input-group {
    gap: 15px;
    margin-bottom: 20px;
  }

  .step-two-container-dropdown {
    width: 105%;
    padding: 10px;
    font-size: 1rem;
    border: 1px solid #ccc;
    border-radius: 8px;
    overflow: hidden;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .BMP-steps-hero-content-container {
    flex-direction: row;
    justify-content: space-around;
    gap: 3.4rem;
  }
  .trip-buttons-container {
    grid-template-columns: repeat(3, 1fr); /* 2 buttons per row */
    justify-content: space-between; /* Evenly space buttons */
  }

  .trip-buttons-container Button {
    width: 100%; /* Each button takes up 30% of the container width */
    max-width: 200px; /* Limit max width */
  }
  .step-two-container {
    width: 80%;
    text-align: center;
    flex-direction: column;
    padding: 0rem 0rem;
    padding-left: 5rem;
    font-family: Arial, sans-serif;
    color: #333;
  }
  .step-two-container-input-group {
    flex-direction: column;
    gap: 15px;
    margin-bottom: 20px;
  }

  .step-two-container-dropdown {
    width: 100%;
    padding: 10px;
    font-size: 1rem;
    border: 1px solid #ccc;
    border-radius: 8px;
  }
}
