.nav-wrapper {
            background-color: #0097a7;
        }

        .sidenav {
            background-color: #0097a7;
        }

        .page-footer {
            background: linear-gradient(rgba(0,151,167,0.8), rgba(0,151,167,0.8));
        }

        .sidenav li > a {
            color: white;
        }

        .hero-section {
            background: linear-gradient(rgba(0,151,167,0.8), rgba(0,151,167,0.8));
            height: 40vh;
            display: flex;
            align-items: center;
            color: white;
        }

        .features-section {
            padding: 4rem 0;
        }

        .feature-card {
            text-align: center;
            padding: 20px;
        }

        .feature-card i {
            font-size: 3rem;
            color: #0097a7;
        }

        footer {
            color: white;
            padding: 2rem 0;
        }

        footer a {
            color: white;
        }


        .btn-floating:hover {
            transform: scale(1.1);
        }

        .feature-card img {
  max-width: 100%;
  height: auto;
  margin: 1px;
}

.footer-copyright{background: linear-gradient(rgba(0,151,167,0.8), rgba(0,151,167,0.8));}

.trust {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 20px;
            background: linear-gradient(rgba(0,151,167,0.8), rgba(0,151,167,0.8));
            padding: 20px;
            border-radius: 10px;
            color: white;
            font-family: Arial, sans-serif;
            max-width: 75%;
            margin: auto;
        }


        .trust-text {
            font-size: 18px;
            font-weight: bold;
            max-width: 88%;
            text-align: left;
        }

               .brand-logo {
    font-size: 18px !important; /* Change the size as needed */
}

.datecss{
        display: flex;
        align-items: center;
}

    .benefit-icon {
      color: #4caf50; /* Green color for check icons */
      vertical-align: middle;
      margin-right: 10px;
    }
    .card-panel {
      padding: 20px;
      border-radius: 8px;
    }

    .maincontent{
        padding: 2.3%;
    }
    
h2 {
    font-size: 30px !important;
}
h3 {
    font-size: 27px !important;
}

    .card-image img {
    width: 350px !important;
    height: 546px !important;
    object-fit: contain; /* Ensures the image is not stretched */
    display: block;
}

  .sidenav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 998;
    display: none;
  }
.sidenav {
  transform: translateX(-105%);
  transition: transform 0.1s ease-in-out; /* Reduced duration */
  z-index: 999;
}
.sidenav.sidenav-open {
  transform: translateX(0);
}


/* Fix touch target issue */
.footer-links li {
    margin-bottom: 10px; /* Adds space between links */
}

.footer-links a {
    display: inline-block;
    padding: 10px 12px; /* Increases clickable area */
    font-size: 16px; /* Makes text larger */
}

    .btn-large {
    color: white; 
    /*font-weight: bold;*/
    background-color: black;
}



        /* Responsive Design */
        @media screen and (max-width: 600px) {

            .hero-section h1 {
                font-size: 2.5rem;
            }

            .trust {
                flex-direction: column;
                text-align: center;
                max-width: 100%;
            }

            .trust-text {
                max-width: 100%;
                text-align: center;
            }


            .certificate {
  width: 100%;    
    height: auto;   
    object-fit: cover;
        }
        
         .footer-links a {
        padding: 12px 14px; /* Bigger targets on mobile */
        font-size: 18px;
    }
        
    }
