/* Section 1 */
.row {
    justify-content: flex-start !important;
}
.navbar-section {
    display: none;
}
.custom-checklist li {
    font-size: 16px !important;
}

.btnn:hover {
    background: #0278ab;
}

/* Setup Section */
.setup {
    padding: 50px 0;
    background-color: #f8f8f8; /* Background color similar to the screenshot */
}

.setup-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.setup-row img{
    width: 50%;
    height: auto;;
}

.setup-image {
    max-width: 5 0%;
    height: auto;
    border-radius: 8px; /* Optional: for rounded corners */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Optional: to add a subtle shadow to the image */
}

.setup-text {
    flex: 1;
}

.setup-text h3 {
    font-size: xx-large;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
}

.setup-text p {
    font-size: 20px;
    color: #555;
    margin-bottom: 20px;
}

.setup-text .btn {
    background-color: #005bb5;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 16px;
    transition: background-color 0.3s ease;
}

.setup-text .btn:hover {
    background-color: #00449e;
}

@media (max-width: 768px) {
    .setup-row {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .setup-image {
        width: 80%; /* Reduce image size on smaller screens */
        margin-bottom: 20px;
    }

    .setup-text h3 {
        font-size: 24px;
    }

    .setup-text p {
        font-size: 14px;
    }

    .setup-text .btn {
        padding: 12px 24px;
        font-size: 14px;
    }
}

/* Form Section */
.search-box {
    position: relative;
    width: 700px;
    max-width: 90%;
    display: flex;
    background: #f8f8f8; /* Soft white background */
    border-radius: 8px;
    overflow: hidden;
    /* box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1); Softer, subtle shadow */
    flex-direction: column;
    padding: 20px;
}

/* Radio Button Styles */
.search-box .form-check {
    display: flex;
    align-items: center;
    margin-bottom: 1.2rem; /* Add spacing between radio button groups */
}

.search-box .form-check-input {
    margin-right: 12px; /* Space between radio button and label */
    accent-color: #007bff; /* Blue accent for radio button */
    height: 18px;
    width: 18px;
    border: 1px solid rgba(0, 0, 0, 0.5);
}

.search-box .form-check-label {
    font-size: 1.1rem; /* Larger font size for better readability */
    font-weight: 600;
    color: #333; /* Darker label color */
    cursor: pointer; /* Change cursor to pointer for better interactivity */
}

/* When radio button is focused, change label color */
.search-box .form-check-input:focus + .form-check-label {
    color: #007bff; /* Change label color to blue when radio is focused */
}

/* Label and Input Field Styling */
.search-box .form-check-label {
    display: inline-block;
    margin-bottom: 0;
    padding-left: 5px; /* Add padding between radio button and label text */
}

/* Hover effect for the label */
.search-box .form-check-label:hover {
    color: #0056b3; /* Darken label color on hover */
}

/* Input Field Styling */
.search-input-wrapper {
    position: relative;
    margin-bottom: 1.5rem;
}

.search-input-wrapper input[type="text"] {
    width: 100%;
    padding: 12px 15px;
    font-size: 16px;
    border-radius: 8px;
    border: 1px solid #ddd; /* Softer border */
    box-sizing: border-box;
    transition: border-color 0.2s ease-in-out;
}

.search-input-wrapper input[type="text"]:focus {
    border-color: #007bff; /* Focus border color */
    outline: none;
}

.input-label{
    text-align: left;
    padding-left: 5px;
}

/* Suggestions Box Styles */
.suggestions-box {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: white;
    border: 1px solid #ddd;
    border-radius: 0 0 8px 8px;
    max-height: 220px;
    overflow-y: auto;
    z-index: 10;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.suggestions-box div {
    padding: 12px 15px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.suggestions-box div:hover {
    background-color: #f0f0f0;
}

/* Submit Button Styling */
.search-box button[type="submit"] {
    padding: 12px 18px;
    font-size: 1.1rem;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
}

.search-box button[type="submit"]:hover {
    background-color: #0056b3; /* Darker blue on hover */
}

/* Section Styling */
.setup-section {
    background-color: #f8f9fa; /* Light background for section */
    padding: 80px 0;
    border-radius: 10px;
}

.setup-section .container {
    max-width: 1200px;
    margin: 0 auto;
}

.setup-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.setup-content .col-md-6 {
    padding: 20px;
}

.setup-content h1 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333;
}

.setup-content p {
    font-size: 1.125rem;
    color: #666;
}

/* Responsive Design */
@media (max-width: 767px) {
    .setup-content {
        flex-direction: column;
        text-align: center;
    }
    
    .setup-content .col-md-6 {
        margin-bottom: 20px;
    }

    .search-box {
        width: 100%;
        padding: 15px;
    }
}

/* Footer note section  */
.footer-setup-note .row-footnote {
  display: flex;
  justify-content: center; /* This centers the .col-lg-6 horizontally */
}

.footer-setup-note .footer-description {
  color: #6c757d;
  font-size: 1rem;
  margin-bottom: 0;
  line-height: 1.6;
  text-align: center;
}