body {
    font-family: 'Arial', sans-serif;
      background-image: url("https://via.placeholder.com/2000x2000/f0f0f0/87CEFA?text=");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.navbar-brand {
    font-weight: bold;
    font-size: 1.5rem;
}
.navbar-nav .nav-link {
    color: #333; /* Change to your desired link color */
}
/* Hero Section */
.hero-section {
    background: linear-gradient(135deg, #007BFF, #172A57);
      padding-top: 80px;
}
.feature {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    margin: 5px;
    width: 200px;
     min-height: 150px;
    text-align: center;
}
.feature i {
    font-size: 2em;
    margin-bottom: 10px;
}
/* Services Section */
.services-section {
    padding: 50px 0;
}
.service-card {
    padding: 20px;
     border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 20px;
    background-color: #fff;
     transition: transform 0.3s ease; /* Add transition for smooth effect */
}
.service-card:hover{
    transform: translateY(-5px);
     box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.service-card .badge{
    position: absolute;
    top: 10px;
    right: 10px;
}
.service-title {
    font-size: 1.2rem;
    margin-bottom: 10px;
}
.service-price{
    color: #aaa;
    text-decoration: line-through;
}
.sale-price {
    font-size: 1.5rem;
    font-weight: bold;
     color: #007BFF;
}
.sale-percent{
    color: red;
}
/* Compare Plans */
.compare-plans-section{
    padding: 50px 0;
}
/* Solutions Section */
.solutions-section {
    padding: 50px 0;
}
.solution-card {
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 20px;
    background-color: #fff;
      transition: transform 0.3s ease;
}
.solution-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.solution-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}
.solution-header i{
    color: #007BFF;
    font-size: 1.2rem;
}
.solution-title {
    font-size: 1.1rem;
    margin-bottom: 10px;
    font-weight: bold;
}
.rating{
    color: gold;
    margin: 10px 0;
}
.solution-card .btn{
    margin: 10px 0;
}
.solution-card span{
    font-size: 1.1rem;
     color: #007BFF;
    margin-left: 10px;
}
.page-link {
    color: #007bff; /* Change to your desired link color */
}
/* Features Section */
.features-section {
    padding: 50px 0;
}
.features-section i{
    font-size: 3rem;
    margin-bottom: 10px;
}
.feature-title{
    font-weight: bold;
    margin-bottom: 15px;
}
/* Testimonial Section */
.testimonials-section {
    padding: 50px 0;
}
.testimonial-slider{
    width: 100%;
    max-width: 900px;
     margin: 0 auto;
}
.testimonial-card {
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #fff;
    padding: 20px;
    text-align: left;
    margin: 0 15px;
}
.testimonial-card p{
    margin: 15px 0;
}
.testimonial-card .author {
    display: flex;
    align-items: center;
    margin-top: 15px;
}
.testimonial-card .author .avatar {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #87CEFA; /* A light blue */
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-right: 10px;
}
.testimonial-card .author .avatar i{
    font-size: 1.2rem;
}
/* FAQ Section */
.faq-section{
    padding: 50px 0;
}
/* Facilities Section */
.facilities-section{
    padding: 50px 0;
}
/*Contact Section*/
.contact-section {
    padding: 50px 0;
}
/* Footer */
footer{
    color: #aaa;
}
footer a{
    color: #aaa;
}
/* Chat Popup */
.chat-popup {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    padding: 15px;
    width: 300px;
    z-index: 1000; /* Ensure the popup is on top of other elements */
     display: none;
}
.chat-popup.show{
     display: block;
}
.chat-header{
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}
.chat-header i {
    margin-right: 10px;
}
.chat-header .chat-title {
    flex-grow: 1;
     margin-bottom: 0;
}
.chat-header .chat-title p{
    font-size: 0.8rem;
     margin-bottom: 0;
}
.chat-header .btn-close{
    font-size: 0.8rem;
}
.chat-body {
   padding: 10px 0;
}
.contact-us{
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
     text-align: center;
    display: block;
}
.contact-us .btn{
    display: block;
}
/* Add smooth scrolling behavior */
html {
    scroll-behavior: smooth;
}
.carousel-control-prev,
.carousel-control-next {
    background-color: rgba(0, 0, 0, 0.3); /* Semi-transparent background */
    width: 50px; /* Adjust width as needed */
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
    color: #fff; /* Icon color */
    font-size: 2rem; /* Adjust size as needed */
}
/* Modified Hero Section Feature Layout */
.hero-section .row.justify-content-center {
    display: flex;
    justify-content: center; /* Center the row */
    flex-wrap: wrap; /* Allow items to wrap to the next line on smaller screens */
    gap: 15px; /* Space between boxes */
}
.hero-section .col-md-3 {
    width: auto; /* Let the feature box determine its width */
    flex-basis: auto;/* Let flex items determine their basis */
    
}
.carousel-control-prev,
.carousel-control-next {
    background-color: rgba(0, 0, 0, 0.3); /* Semi-transparent background */
    width: 50px; /* Adjust width as needed */
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
    color: #fff; /* Icon color */
    font-size: 2rem; /* Adjust size as needed */
}
/* Modified Hero Section Feature Layout */
.hero-section .row.justify-content-center {
    display: flex;
    justify-content: center; /* Center the row */
    flex-wrap: wrap; /* Allow items to wrap to the next line on smaller screens */
    gap: 15px; /* Space between boxes */
}
.hero-section .col-md-3 {
    width: auto; /* Let the feature box determine its width */
    flex-basis: auto;/* Let flex items determine their basis */
    
}