body {
    font-family: 'Roboto', sans-serif;
    background-color: #fff;
}

.navbar {
    height: 70px;
    background-color: #F44336;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.navbar-brand {
    font-weight: bold;
    color: #F44336;
    font-size: 1.5rem;
  }

.navbar-brand img {
    height: 45px;
    width: 120px;
}

.nav-link {
    color: #f44336 !important;
    padding: 10px 20px;
    border-radius: 25px;
    transition: all 0.3s ease;
    margin: 0 5px;
}

.nav-link:hover {
    background-color: #FFCD2C;
    color: #f44336 !important;
}
.nav-Sign {
    --primary-color: #f44336;
    --secondary-color: #fff;
    --hover-color: #111;
    --arrow-width: 10px;
    --arrow-stroke: 2px;
    height: 40px;
    width: 185px;
    border: 0;
    border-radius: 20px;
    color: var(--secondary-color);
    padding: 10px 20px;
    background: var(--primary-color);
    display: inline-flex;
    align-items: center;
    gap: 0.6em;
    font-weight: bold;
    text-decoration: none; /* Removes underline for links */
    transition: 0.2s background;
}
  
.nav-Sign:hover {
    background-color: var(--hover-color);
}
  
.nav-Sign::after {
    content: "";
    display: inline-block;
    margin-left: 0.6em;
    width: var(--arrow-width);
    height: var(--arrow-stroke);
    background: var(--primary-color);
    position: relative;
    vertical-align: middle;
    transition: 0.2s;
}
  
.nav-Sign::after {
    box-sizing: border-box;
    border: solid var(--secondary-color);
    border-width: 0 var(--arrow-stroke) var(--arrow-stroke) 0;
    padding: 3px;
    transform: rotate(-45deg);
    margin-top: -3px;
    transition: 0.2s;
}
  
.nav-Sign:hover::after {
    border-color: var(--secondary-color);
    margin-left: 0.9em; /* Add animation for smooth arrow movement */
}
  
  
.nav-link.active {
    background-color: #ffffff;
    color: #F44336 !important;
}

/* Hero Section */
body, html {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    height: 100%; /* Ensure full height */
}

/* Hero Section */
.hero-section {
    height: 95vh;
    background-image: url('https://images.unsplash.com/photo-1486312338219-ce68d2c6f44d?w=500&auto=format&fit=crop&q=60&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MTR8fE9ubGluZXxlbnwwfHwwfHx8MA%3D%3D'); /* Replace with your image URL */
    background-size: cover;
    background-position: center;
    position: relative;
}

/* Overlay */
.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(rgba(229, 15, 15, 0.7), rgba(236, 228, 228, 0.7)); /* Adjust colors and opacity as needed */
    z-index: 1;
}
/* Make the <h1> bolder and larger */
.hero-section .hero-content h1.main-text {
    font-weight: bold;       /* Make the text bold */
    font-size: 4rem;         /* Increase the font size if needed */
    color: #f83939;             /* Optional: Ensure the text color is dark */
}


/* Hero Content */
.hero-content {
    position: relative;
    z-index: 2;
    color: white; /* Text color */
    text-align: center; /* Center the text */
    padding: 20px; /* Add some padding */
}

.btn {
    margin-top: 20px;
    padding: 10px 20px;
    background-color: #ff5733; /* Button color */
    color: white; /* Button text color */
    text-decoration: none; /* Remove underline */
    border-radius: 5px; /* Rounded corners */
    transition: background-color 0.3s; /* Smooth transition */
}

.btn:hover {
    background-color: #c70039; /* Change color on hover */
}

/* Ensure that the height of the hero section is maintained */
.container-1 {
    height: 100%;
}

.main-text {
    font-size: 3em; /* Adjust heading size */
    margin: 0;
    font-weight: 10000; /* Thicker font weight */
    color: #B91C1C; /* Dark red color */
}

.side-text {
    font-size: 1.5em; /* Adjust paragraph size */
    font-weight: 600; /* Slightly thicker font weight */
    color: #ffffff; /* Slightly lighter red color */
}
/* Linear Gradient Section */
.gradient-section {
    height: 100vh; /* Full viewport height */
    background: radial-gradient(circle 500px at top left, rgba(244, 52, 4, 0.323), rgba(233, 229, 228, 0.863)); /* Linear gradient from left (red) to right (orange) */
    display: flex;
    justify-content: center; /* Center content horizontally */
    align-items: center; /* Center content vertically */
    color: white; /* Text color */
    text-align: center; /* Center the text */
}

.gradient-section h1 {
    font-size: 3em;
    margin: 0;
}

.gradient-section p {
    font-size: 1.5em;
    margin-top: 10px;
}
.blocks{
    background-color: #ffffff;
}







.testimonial-card {
    height: 350px;
    width: 350px;
    background-color: white; /* Ensure a solid white background */
    border: 2px solid #ddd; /* Add a light gray border */
    border-radius: 10px; /* Keep the rounded corners */
    padding: 20px; /* Adjust padding for spacing */
    box-shadow: none; /* Remove the shadow if it's not needed */
    transition: transform 0.3s, border-color 0.3s; /* Smooth transition for hover effects */
}

.testimonial-card:hover {
    border-color: #ff5733; /* Change border color on hover */
    transform: translateY(-5px); /* Slightly lift the card on hover */
}

.testimonial-author img {
    border: 2px solid #ddd; /* Optional: Add a border around the avatar */
    background-color: #f9f9f9; /* Background color for the image */
}
/* Styling for h2 in the Testimonials Section */
.testimonials-section h2.text-center {
    font-size: 2rem; /* Increase the font size */
    font-weight: bold; /* Make it bold */
    color: #ff5733; /* Dark text color */
    text-transform: uppercase; /* Optional: Capitalize all letters */
    margin-bottom: 30px; /* Adjust bottom margin */
}



/* Features Section */
.features-section {
    padding: 80px 0;
    background-color: #fff;
}

.feature-box {
    padding: 30px;
    text-align: center;
    transition: all 0.3s ease;
    margin-bottom: 30px;
}

.feature-box:hover {
    transform: translateY(-5px);
}

.feature-box i {
    font-size: 40px;
    color: #EF5350;
    margin-bottom: 20px;
}

.feature-box h3 {
    color: #F44336;
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.feature-box p {
    color: #ffffff;
    font-size: 1rem;
}
/* Feature Cards Styling */
.feature-card {
    background: white; /* Keep cards distinct from the background */
    border: 1px solid #ddd; /* Add light border for better definition */
    border-radius: 10px; /* Rounded corners */
    padding: 20px;
    transition: transform 0.3s, box-shadow 0.3s;
}

.feature-card:hover {
    transform: translateY(-5px); /* Lift card slightly on hover */
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15); /* Add shadow effect */
}

.feature-card i {
    color: #ff7e5f; /* Icon color to match gradient */
}

h2.text-center {
    color: #000000; /* Darker heading for contrast against gradient */
}
/* Make <h4> bold and larger */
.black-text {
    color: #000; /* Keeps the black color */
} 
.black-text h4 {
    font-size: 1.5rem; /* Increase the size */
    font-weight: bold; /* Make it bold */
}
  
  /* Make <p> a bit smaller */
.black-text p {
    font-size: 0.975rem; /* Make it smaller */
    line-height: 1.4; /* Adjust line height for readability */
}
  
/* Styling for h2 in the Features Section */
.features-section h2.text-center {
    font-size: 2.5rem; /* Increase the font size */
    font-weight: bold; /* Make it bold */
    color: #ff5733; /* Dark text color */
    text-transform: uppercase; /* Optional: Capitalize all letters for emphasis */
    margin-bottom: 30px; /* Adjust bottom margin for spacing */
}



/* Added styles for the heading */
.features-section h2.text-center, .pov-section h2.text-center {
    font-size: 2.5rem; /* Increase the font size */
    font-weight: bold; /* Make it bold */
    color: #FF3E4D; /* Dark red, matching the vitality reds palette */
    text-transform: uppercase; /* Optional: Capitalize all letters for emphasis */
    margin-bottom: 30px; /* Adjust bottom margin for spacing */
}

/* POV Section */
.pov-section {
  padding: 40px 20px;
  background-color: #f4f4f4;
  text-align: center;
}

.pov-container {
  display: flex;
  justify-content: space-around;
  gap: 20px;
  flex-wrap: wrap;
}

.pov-card {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 30px; /* Increased padding for bigger cards */
  width: 45%; /* Adjusts for equal card size */
  min-height: 320px; /* Increased height for bigger cards */
  box-sizing: border-box;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.pov-card h3 {
    font-size: 1.6rem;
    font-size: 1.5rem;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 15px;
}
  
  .pov-card ul {
    text-align: left;
    font-size: 1rem;
    color: #ffffff;
    line-height: 1.6;
    padding-left: 20px;
}

.pov-card li {
  margin-bottom: 10px;
  list-style-type: disc;
}

.pov-card.patient {
  background-color: #ff3e4ea2; /* Matching the palette */
  color: white;
}

.pov-card.provider {
  background-color: #c90c0c91; /* Deep purple from the palette */
  color: white;
}

.pov-card:hover {
  transform: translateY(-10px);
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
  .pov-card {
    width: 100%; /* Full width on smaller screens */
  }
}

/* Chat Support Button */
.chat-support {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
}

.chat-btn {
    background-color: #FF3E4D;
    color: white;
    border: none;
    border-radius: 50%;
    font-size: 20px;
    padding: 15px;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.chat-btn i {
    font-size: 1.2em;
}

/* Chat Box */
.chat-box {
    display: none;
    position: fixed;
    bottom: 90px;
    right: 30px;
    width: 300px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    border: 1px solid #ddd;
    padding: 20px;
    z-index: 1001;
    transition: all 0.3s ease;
}

.chat-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.chat-header h4 {
    font-size: 1.2rem;
    margin: 0;
}

.close-chat {
    font-size: 1.5rem;
    cursor: pointer;
}

.chat-content {
    height: 150px;
    overflow-y: auto;
    margin: 15px 0;
    font-size: 1rem;
    color: #333;
}

.chat-input {
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.send-btn {
    background-color: #FF3E4D;
    color: white;
    border: none;
    border-radius: 20px;
    padding: 10px;
    cursor: pointer;
    margin-top: 10px;
    width: 100%;
}

.send-btn:hover {
    background-color: #E6323F;
}


  
  

/* Contact Us Section */
.contact-us {
    background-color: #f5f5f5;
    padding: 50px 20px;
  }
  
  .contact-container {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
  }
  
  .contact-container h2 {
    font-size: 2.5em;
    color: #F44336; /* Violet Accent */
    margin-bottom: 20px;
  }
  
  .contact-container p {
    color: #555;
    margin-bottom: 40px;
  }
  
  .contact-form {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }
  
  .form-group {
    margin-bottom: 20px;
    text-align: left;
  }
  
  .form-group label {
    display: block;
    font-weight: bold;
    margin-bottom: 8px;
  }
  
  .form-group input,
  .form-group textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 1em;
    color: #333;
  }
  
  .form-group input:focus,
  .form-group textarea:focus {
    border-color: #F44336;
    outline: none;
  }
  
  .submit-btn {
    background-color:#F44336;
    color: #fff;
    font-weight: bold;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s;
  }
  
  .submit-btn:hover {
    background-color: #F44336;
  }

/* Footer */
.footer {
    background-color: #F44336;
    color: #fff;
    padding: 60px 0 40px;
}

.footer h5 {
    color: #FFCD2C;
    font-size: 1.2rem;
    margin-bottom: 20px;
    font-weight: 600;
}

.footer ul li {
    margin-bottom: 10px;
}

.footer a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer a:hover {
    color: #FFCD2C;
}

.footer .social-icons {
    margin-top: 20px;
}

.footer .social-icons a {
    font-size: 20px;
    margin-right: 20px;
    color: #fff;
}

.footer .social-icons a:hover {
    color: #FFCD2C;
}

/* Modal Styles */
.modal-content {
    border-radius: 15px;
    border: none;
}

.modal-header {
    background-color: #F44336;
    color: #fff;
    border-radius: 15px 15px 0 0;
    border: none;
}

.modal-header .close {
    color: #fff;
}

.modal-body {
    padding: 30px;
}

.form-control {
    border-radius: 25px;
    padding: 12px 20px;
    border: 1px solid #ddd;
}

.form-control:focus {
    border-color: #F44336;
    box-shadow: 0 0 0 0.2rem rgba(244, 67, 54, 0.25);
}

.btn-primary {
    background-color: #F44336;
    border: none;
    border-radius: 25px;
    padding: 12px 30px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background-color: #EF5350;
    transform: translateY(-2px);
}