 body {
            font-family: Arial, sans-serif;
            margin: 0;
            padding: 0;
            color: #333;
            background-color: #f4f4f4;
        }
        header {
            background: url('home_nursing_service_kannur/homenursingservicekannur.jpg') no-repeat center center;
            background-size: cover;
            color: white;
            padding: 120px 20px 20px; /* Added top padding to bring the content down */
            text-align: center;
            position: relative;
            height: 300px;
            margin-top: 2%;
        }
        nav {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            background-color: #004d99;
            color: white;
            display: flex;
            justify-content: center;
            padding: 15px 0; /* Increased height of the navbar */
            z-index: 1000; /* Ensures the navbar stays above other content */
        }
        nav a {
            color: white;
            margin: 0 15px;
            text-decoration: none;
            font-size: 18px;
            font-weight: bold;
        }
        nav a:hover {
            text-decoration: underline;
        }
        header h1 {
            padding-top: 100px;
            margin: 0;
            font-size: 3em;
            color: #ffffff; /* Changed text color */
            text-shadow:
            1px 1px 0 #000,  /* Shadow to the right and bottom */
            1px 1px 0 #000, /* Shadow to the left and top */
            1px 1px 0 #000, /* Shadow to the right and top */
            1px 1px 0 #000; /* Shadow to the left and bottom */

         line-height: 45px;"
        }



        header h2 {
            
            color: #000000; /* Changed text color */
            margin-top: -5px;
            
        }



        header p {
            margin: 0;
            font-size: 1.2em;
            color: #000000; 
            text-shadow:
        1px 1px 0 #ffffff,  /* Shadow to the right and bottom */
        -1px -1px 0 #ffffff, /* Shadow to the left and top */
        1px -1px 0 #ffffff, /* Shadow to the right and top */
        -1px 1px 0 #ffffff; /* Shadow to the left and bottom */
            
        }
        .contact-icons {
            position: absolute;
            top: 20px;
            right: 20px;
        }
        .contact-icons a {
            color: white;
            margin: 0 10px;
            text-decoration: none;
        }
        .contact-icons i {
            font-size: 24px;
        }     


        .phonecontainer {
            width: 80%;
            margin: auto;
            overflow: hidden;
            padding-top: px; /* Adjusted padding to account for fixed navbar */
        }

        .phoneservices {
            display: flex;
            flex-wrap: wrap;
            
        }
        .phoneservice {
            flex: 1;
            background: white;
            padding: 20px;
            margin: 10px 0;
            box-shadow: 0 0 10px rgba(0,0,0,0.1);
            border-radius: 8px;
            text-align: center;
            position: relative;
            min-height: ;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }


    .whatsapp-button{
           background-color: #ffffff; /* Green background */
           color: rgb(10, 192, 49);              /* White text */
           border: none;              /* No border */
           padding: 10px 20px;        /* Padding for the button */
           text-align: center;        /* Center text */
           text-decoration: none;     /* Remove underline */
           display: inline-block;     /* Inline block element */
           font-size: 16px;           /* Font size */
           margin: 4px 2px;           /* Margin for spacing */
           cursor: pointer;           /* Pointer cursor on hover */
           border-radius: 4px;        /* Rounded corners */
           font-size: 24px;
           display: flex;           /* Enables flexbox layout */
           justify-content: center; /* Centers the text horizontally */
        /* Centers the text vertically */
               /* Ensures the div takes up full height */
       }

    .green-button {
            background-color: #28a745; /* Green background */
            color: white;              /* White text */
            border: none;              /* No border */
            padding: 10px 20px;        /* Padding for the button */
            text-align: center;        /* Center text */
            text-decoration: none;     /* Remove underline */
            display: inline-block;     /* Inline block element */
            font-size: 16px;           /* Font size */
            margin: 4px 2px;           /* Margin for spacing */
            cursor: pointer;           /* Pointer cursor on hover */
            border-radius: 4px;        /* Rounded corners */
            font-size: 24px;
            display: flex;           /* Enables flexbox layout */
            justify-content: center; /* Centers the text horizontally */
        /* Centers the text vertically */
               /* Ensures the div takes up full height */
   
       }

    .green-button:hover {
            background-color: #218838; /* Darker green on hover */
    
      }
        .container {
            width: 80%;
            margin: auto;
            overflow: hidden;
            padding-top: 2px; /* Adjusted padding to account for fixed navbar */
        }
        .services {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
        }
        .service {
            flex: 1;
            background: white;
            padding: 20px;
            margin: 10px 0;
            box-shadow: 0 0 10px rgba(0,0,0,0.1);
            border-radius: 8px;
            text-align: center;
            position: relative;
            min-height: 300px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

        .callnow{
            padding: 20px;
            background-color: #25D366;
            text-decoration: none;
            color: #ffffff;
        }

    .whatsapp-icon {
            color: #25D366; /* WhatsApp green color */
            font-size: 50px; /* Adjust the size as needed */
        }

        

    .star-rating {
          display: inline-block;
          font-size: 1.5em; /* Adjust size as needed */
       }

        /* Style for each star */
    .star {
          color: gold; /* Golden color for the stars */
       }
      
    .starbf {
          color: rgb(205, 204, 204); /* Golden color for the stars */
       }


    .service img {
            width: 100%;
            height: auto;
            border-radius: 8px;
            margin-bottom: 10px;
        }
    .service h2 {
            margin: 10px 0;
        }
    .call-icon {
            background-color: #28a745;
            padding: 10px;
            color: white;
            text-align: center;
            width: 100%;
            border-radius: 0 0 8px 8px;
        }
    .call-icon a {
            color: white;
            text-decoration: none;
            display: flex;
            align-items: center;
            justify-content: center;
        }
    .call-icon i {
            margin-right: 8px;
            font-size: 18px;
        }
    .contact-info {
            background: white;
            padding: 20px;
            margin: 20px 0;
            box-shadow: 0 0 10px rgba(0,0,0,0.1);
            border-radius: 8px;
        }
    iframe {
            width: 100%;
            height: 450px;
            border: 0;
            border-radius: 8px;
        }
    footer {
            background-color: #004d99;
            color: white;
            text-align: center;
            padding: 20px;
            position: relative;
            bottom: 0;
            width: 100%;
        }
    footer a {
            color: #f4f4f4;
            text-decoration: none;
        }
    footer a:hover {
            text-decoration: underline;
        }
        .footer-links {
            margin: 10px 0;
        }