/*
Theme Name: Joyride Integrative Psychiatry
Theme URI: 
Description:  
Author: 
Author URI:  
Version: 2.9.1
*/


body {
    font-family: 'Inter', sans-serif;
    color: #2f2f2f;
}

h1, h2, h3 {
    font-family: 'Playfair Display', serif;
}

/* ===== STICKY NAVBAR ===== */

.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #669696; /* teal transparent */
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: all 0.3s ease-in-out;
/*    padding-top: 12px;
    padding-bottom: 12px;*/
}

.navbar .nav-link {
    color: white !important;
    font-weight: 500;
    margin: 0 10px;
}

.navbar .nav-link:hover {
    color: #e6f2f2 !important;
}

.social-icons a {
    color: white;
    margin-left: 12px;
    font-size: 18px;
}

.hero {
    background: linear-gradient(rgba(0, 80, 80, 0.3), rgba(0, 80, 80, 0.3)),
    url('images/joyride-herobanner.jpg') center/cover no-repeat;
    color: white;
    padding: 180px 20px 140px;
    text-align: center;
}

.section-padding {
    padding: 150px 20px;
}

.beige-bg {
    background-color: #f7f4ef;
}

.teal-bg {
    background-color: #0f4f4f;
    color: white;
}

.lavender-bg {
    background-color: #f3edf7;
}

.btn-custom {
    background-color: #0f4f4f;
    color: white;
    padding: 12px 30px;
    border-radius: 50px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}

.btn-custom:hover {
    background-color: #083c3c;
}

.card-custom {
    border: none;
    border-radius: 20px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.05);
    transition: 0.3s;
}

.card-custom:hover {
    transform: translateY(-5px);
}

.footer {
    background-color: #0b2e2e;
    color: white;
    padding: 40px 20px;
}

.footer a {
    color: #ccc;
    text-decoration: none;
}

@media(max-width:991px){
 .navbar {
        background-color: #669696;
    }
}

.section-padding {
  padding: 150px 0;
}

.form-control, .form-select {
  padding: 12px;
  border-radius: 8px;
}

.btn-primary {
  background-color: #0f4f4a;
  border: none;
}

.btn-primary:hover {
  background-color: #0c3d39;
}
.service-card {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.08);
}

.service-card .icon i {
    font-size: 28px;
    color: #2f6f73;
}

/* WHY SECTION PREMIUM */

.why-section {
    background: linear-gradient(to bottom, #f9fbfc, #eef3f5);
}

.divider {
    width: 60px;
    height: 3px;
    background-color: #2f6f73;
}

.usp-card {
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    transition: all 0.3s ease;
    height: 100%;
}

.usp-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}

.usp-card i {
    font-size: 28px;
    color: #2f6f73;
}

.usp-card h6 {
    font-size: 16px;
}

.usp-card p {
    font-size: 14px;
    color: #555;
}


.img-fluid {max-width: 30%!important;}
