/*Home*/
body {
    padding-top: 60px;

}
.feature-section {
    padding: 50px 0;
}
.navbar {
    
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: #343a40 !important;
    padding: 10px 0;

}

.navbar-nav .nav-link:hover {
    color: #007bff !important; 
    
}
.padding{
    padding-top: 5%;
}

.logo {
    max-width: 100px; 
    height: auto;
}
header .container {
    text-align: center;
}


/* Explore */


/* Hire */
body {
    font-family: 'Arial', sans-serif;
    background-color: whitesmoke;
}

/* Navbar */
.navbar-brand {
    font-size: 1.5rem;
    font-weight: bold;
    color:white
    
}

/* Section Headings */
h2, h3 {
    color: #333;
    font-weight: bold;
}

/* Guide Cards */
.guide-card {
    border: none;
    border-radius: 10px;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    background-color: #fff;
}

.guide-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* Guide Images */
.guide-card img {
    border: 4px solid #007bff;
    padding: 3px;
    transition: transform 0.3s ease-in-out;
}

.guide-card:hover img {
    transform: scale(1.1);
}

/* Hire Button */
.hire-btn {
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 1rem;
    border-radius: 5px;
    transition: background 0.3s ease-in-out, transform 0.2s ease-in-out;
}

.hire-btn:hover {
    background-color: #0056b3;
    transform: scale(1.05);
}

/* Content Below Cards */
.text-center p {
    color: #555;
    font-size: 1rem;
    line-height: 1.6;
}

.why-hire-guide {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    margin-bottom: 20px;
}

.why-hire-guide h3 {
    color: #007bff;
    font-weight: bold;
    margin-bottom: 10px;
}

.why-hire-guide p {
    font-size: 1.1rem;
    color: #333;
    line-height: 1.6;
    padding: 0 15px;
}


/*==Plan==*/
body {
    font-family: 'Arial', sans-serif;
    background-color: whitesmoke;
}
/*==Community==*/
 /*Log In*/
  
 /*Register-Hike*/
 
.modal-content.card {
    border-radius: 15px;
    border: none;
    background-color: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}


.modal-header {
    border-bottom: 2px solid #ddd;
    background-color: #f8f9fa;
    padding: 1rem;
}


.modal-body {
    padding: 1.5rem;
    background-color: #f8f9fa;
}


.form-control {
    border-radius: 8px;
    box-shadow: none;
    border: 1px solid #ccc;
}

.form-control:focus {
    border-color: #007bff;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}


.btn-primary {
    border-radius: 8px;
    padding: 0.5rem 1rem;
}

.w-100 {
    width: 100%;
}
