
  @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body{
    min-height: 100vh;
    background: repeating-linear-gradient(to right, #FF9933, #FFFFFF, #138808);
    overflow-x: hidden;
}

:root {
    /* whole color and design of the website */
    font-family: 'Poppins', sans-serif;
    --padding-inline-section:2rem
}

.small-bold-text {
    font-size: 1.5rem;
    font-weight: 500;
    text-align: center;
}

.container {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 20px;
}

h1 {
    font-size: 3.5rem;
    color: #06038D;
   
   
}

h2 {
    font-size: 2.5rem;
    color: #06038D;
}

h3 {
    font-size: 1.5rem;
    color: #06038D;
}

h4 {
    font-size: 1.0rem;
    color: #06038D;
}

p {
    font-size: 1.5rem;
    line-height: 1.8rem;
    color: #06038D;
}

a {
    text-decoration: none;
    display: inline-block;
}
/* Main Banner */
.top-banner {
    background: repeating-linear-gradient(to right, #FF9933, #FFFFFF, #138808);
    height: 5rem;   
    position: fixed;
    z-index: 9999;  
    
}


.banner-text {
    color:#06038D;
    padding: 0.6rem 1rem;
    font-weight: 500;
}

.flex {
    display: flex;
    align-items: center;
}

.company-logo img{
    width:180px;
    margin-bottom: -75px;
    /* max-width: 10px; */
}


/* -------------------------------------------
--------------------------------------------
 */

   /* Nav Bar */

.main-nav{
    position: fixed;
    z-index: 9999;
    width: 100%;
}

nav{
    background-color: white;
    box-shadow: 3px 3px  5px rgba(0, 0, 0, 0.1);

}

nav ul{
    width: 100%;
    list-style: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    
}

nav li{
    height: 7.5rem;
}

nav a{
    height: 100%;
    padding: 0 3rem;
    text-decoration: none;
    display: flex;
    align-items: center;
    color: #06038D;
    font-size: 1.7rem;
    
}

nav a:hover, .active {
    background-color: #EFF0F4;
    border-radius: 5px;
}

.sidebar{
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 250px;
    z-index: 999;
    background-color: #ffffff00;
    backdrop-filter: blur(15px);
    box-shadow: -10px 0 10px rgba(0, 0, 0, 0.1);
    display:none;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.sidebar li{
    width: 100%;
}

.sidebar a{
 width: 100%;
}

.menu-button{
    display: none;
}
/* Primary Btn */
.primary-button {
    background-color: #06038D;
    border-radius: 0.6rem;
    font-weight: 500;
    color: white !important;
    padding: 1.2rem 2.4rem;
    box-shadow: 0 0 .2rem #282655 ;
    transition: 0.2s ease-out;
    margin-left: 8rem;
    width: 50%;
    text-align: center;
    font-size: 1.5rem;
}

.primary-button:hover {
    background-color:#0905d8;
    transform: scale(1.1);
}

.primary-button {
    margin-top: 4rem;
}


.header-section {
    justify-content: center;
    gap: 5rem;
}

.header-right img {
    width: 35rem;
    margin-top: 15rem;
    filter: drop-shadow(10px 10px 10px rgba(0,0,0,0.8));
}

.header-left {
    max-width: 40vw;
}

.header-left h1 {
    margin-top: 10rem;
}
-------------------------------------------
-------------------------------------------


.card-button {
    display: inline-block;
    background-color:#2c444e;
    color: #fff;
    text-decoration: none;
    border-radius: .5rem;
    padding: .8rem 1.6rem;
    margin-left: 8rem;
    transition: 0.2s ease-in;
    margin-left: 10rem;
}



.top-banner {
    position:fixed;
    top: 0;
    right: 0;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.3);
}

.company-logo{
    margin-top: 4rem;
    background-color: #fff;
}


----------------------------------------------------------------------------
/* footer */

.footer {
    padding: 15px 0;
    background-color: #f4f4f4;
    margin-top: 20px;
    
}

.footer .social {
    text-align: center;
    padding-bottom: 25px;
    padding-top: 20px;
    color: #06038D;
    
    
}

.footer .social a {
    font-size: 1.5rem;   
}

.footer .social a:hover {
    opacity: 0.9;
}

.footer ul {
    margin-top: 0;
    padding: 0;
    list-style: none;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 0;
    text-align: center;
}

.footer ul li a {
    color: inherit;
    text-decoration: none;
    opacity: 0.8;
}

.footer ul li {
display: inline-block;
padding: 0 15px;
}

/* .footer ul li a:hover {
    opacity: 1;
} */

.copyright {
    margin-top: 15px;
    text-align: center;
    font-size: 1.3rem;
    color: #aaa;
    margin-bottom: 10px;
}


/* Terms */

.terms {
    padding-top: 10%;
   padding-left: 15%;
   padding-right: 15%;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: var(--scroll-padding,100);
}


/* About Setion */
.about-section h2{
   padding-top: 200px;
   width: 40%;
   /* justify-content: center; */
   text-align: center;
}

.about-section P {
   margin-top: 21px;
   font-size: 18px;
    width: 100%;
    justify-content: center; 
    padding:0 160px;
    padding-bottom: 30px;
    line-height: 1.6;
    padding-left: 17%;
    padding-right: 17%;
 }

/* terms CSS */

.terms-section {
    padding-top: 10px;
    margin-top: 150px;
}
.terms-section h1 {
    text-align: center;
    color: #06038D;
    margin-bottom: 20px;
    font-size: 3rem;
    margin-top: 100px;
}

.terms-section h2 {
    color: #06038D;
    margin-top: 20px;
    font-size: 2.5em;
  
}

.terms-section p, .terms-section ul {
    color: #06038D;
    line-height: 1.6;
    font-size: 1.8rem;
    
}

.terms-section ul {
    padding-left: 20px;
    list-style-type: disc;
    font-size: 1.5rem;
    
}

.terms-section ul li {
    margin-bottom: 10px;
    font-size: 1.8rem;
}

.terms-section ul li ul {
    list-style-type: circle;
}

.terms-section ul li ul li {
    margin-bottom: 5px;
}

.terms-section a {
    color: #1e90ff;
    text-decoration: none;
}

.terms-section a:hover {
    text-decoration: underline;
}

@media (max-width: 600px) {
    .container {
        padding: 10px;
       
       
    }

    .terms-section {
        padding-top: 10px;
        margin-top: 90px;
    }

    .terms-section h1 {
        font-size: 1.9em;
        padding-left: 10%;
        padding-right: 110%;
    }

    .terms-section h2 {
        font-size: 1.6em;
        padding-left: 10%;
        padding-right: 10%;
    }

    .terms-section p{
        padding-left: 10%;
        padding-right: 10%;
        
    }

    .terms-section ul  {
        padding-left: 10%;
        padding-right: 10%;
    }
}

/* Privacy CSS */

.privacy-section{
    padding-top: 150px;
}

.privacy-section h1, .privacy-section h2, .privacy-section h3 {
    color: #06038D;
}

.privacy-section h1 {
    font-size: 2.5rem;
    margin-bottom: 10px;
}

.privacy-section h2 {
    font-size: 2em;
    margin-top: 20px;
    margin-bottom: 10px;
}

.privacy-section h3 {
    font-size: 1.8em;
    margin-top: 10px;
    margin-bottom: 10px;
}

.privacy-section p {
    margin: 10px 0;
    font-size: 1.8rem;
    line-height: 1.6;
}

.privacy-section ul {
    list-style-type: disc;
    padding-left: 20px;
}

.privacy-section ul li {
    margin-bottom: 5px;
    font-size: 1.5rem;
    color: #06038D;
}

.privacy-section a {
    color: #007BFF;
    text-decoration: none;
}

.privacy-section a:hover {
    text-decoration: underline;
}

@media (max-width: 600px) {
.privacy-section h1  {
    padding-left: 10%;
    padding-right: 10%;
}

.privacy-section h2  {
    padding-left: 10%;
    padding-right: 10%;
}

.privacy-section h3  {
    padding-left: 10%;
    padding-right: 10%;
}

.privacy-section p  {
    padding-left: 10%;
    padding-right: 10%;
}


.privacy-section ul  {
    padding-left: 10%;
    padding-right: 10%;
}

}


/* Disclaimer */

.disclaimer-section {
    margin-top: 150px;
    padding-top: 30px;
}

.disclaimer-section h1, .disclaimer-section h2 {
    color: #06038D;
}

.disclaimer-section h1 {
    font-size: 2.5em;
    margin-bottom: 10px;
}

.disclaimer-section h2 {
    font-size: 2em;
    margin-top: 20px;
    margin-bottom: 10px;
}

.disclaimer-section p {
    margin: 10px 0;
    font-size: 1.8rem;
    line-height: 1.6;

}

.disclaimer-section ul {
    list-style-type: disc;
    padding-left: 20px;
    font-size: 1.8rem;
    color: #06038D;
}

.disclaimer-section ul li {
    margin-bottom: 5px;
}

.disclaimer-section a {
    color: #007BFF;
    text-decoration: none;
}

.disclaimer-section a:hover {
    text-decoration: underline;
}

@media (max-width: 600px) {
    .disclaimer-section h1{
        padding-left: 10%;
        padding-right: 10%;
    }

    .disclaimer-section h2{
        padding-left: 10%;
        padding-right: 10%;
    }

    .disclaimer-section h3{
        padding-left: 10%;
        padding-right: 10%;
    }

    .disclaimer-section p{
        padding-left: 10%;
        padding-right: 10%;
    }

    .disclaimer-section ul{
        padding-left: 10%;
        padding-right: 10%;
    }

}


/* Contact Form */

/* left side */
.contact-container{
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding-top: 120px;
}

.contact-left{
    display: flex;
    flex-direction: column;
    align-items: start;
    gap:20px;
}
.contact-left-title h2{
    font-weight: 600;
    font-size: 40px;
    margin-bottom: 5px;
    margin-top: 130px;
}

.contact-left-title hr{
    border: none;
    width: 120px;
    height: 5px;
    background-color: #138807;
    border-radius: 10px;
    margin-bottom: 20px;
}

.contact-inputs{
    width: 400px;
    height: 50px;
    border: none;
    outline: none;
    padding-left: 25px;
    font-weight: 500;
    color: #666;
    border-radius: 50px;
    background-color:#e9e9f2 ;
}

.contact-left textarea{
    height: 140px;
    padding-top: 15px;
    border-radius: 20px;
}

.contact-inputs:focus{
    border: 2px solid #06038D;
}

.contact-inputs::placeholder{
    color: #a9a9a9;
}

.contact-left button{
    align-items: center;
    display: flex;
    padding: 15px 30px;
    font-size: 17px;
    color: #fff;
    gap: 10px;
    border: none;
    border-radius: 25px;
    background-color: #06038D;
    cursor: pointer;
    margin-bottom: 50px;
    
}

.contact-left button img{
    height: 15px;
}

/* Right Side */

.contact-right img{
    width: 350px;
}
/* media quiery for contact form */

@media (max-width:800px) {
    .contact-inputs{
        width:80vw
    }
    .contact-right{
        display: none;
    }

    .contact-left-title h2{
        font-weight: 600;
        font-size: 40px;
        margin-bottom: 5px;
        margin-top: 5px;
    }
}

/* Hospital Cards Section */


.cards-section {
    display: flex;
    gap: 20px;
    margin-top: 600px;
    margin-bottom: 150px;
    height: 100vh;
    
}

.cards {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease;
    max-width: 600px;
    margin: auto;
    
}

.cards-content {
    padding: 20px;
    text-align: center; /* Center align content inside card */
}

.cards h3 {
    margin-top: 0;
  color:#06038d;
}

.cards p {
    color: #06038d;
  font-weight:100;
  max-width:350px;
  
}

.buttons{
    margin: 50px;
    
}

.buttons button{
    background: #06038D;
    color: #fff;
    border: 0;
    outline: 0;
    width: 120px;
    height: 40px;
    margin: 2px;
    border-radius: 5px;
    cursor: pointer;
 
}

/* toastBox */
#toastBox {
    position: fixed;
    bottom: 10px; 
    right: 10px; 
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    overflow: hidden;
    z-index: 3;
}


@keyframes moveleft {
    0% {
        transform: translateX(100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes moveright {
    0% {
        transform: translateX(0);
        opacity: 1;
    }
    100% {
        transform: translateX(100%);
        opacity: 0;
    }
}

.toast {
    width: 400px;
    height: 120px;
    background-color: #FFD7D7;
    font-weight: 500;
    font-size: 12px;
    margin: 15px 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    display: flex;
    align-items: center;
    color: #C70039;
    padding: 0px 10px;
    position: relative;
    transform: translateX(100%);
    transition: transform 0.5s ease, opacity 0.5s ease;
    animation: moveleft 0.5s ease-out forwards, moveright 0.5s ease-in 17s forwards;
}

.toast i{
    margin: 0 20px;
    font-size: 35px;
    color: red;
}

.toast::after{
    content:'';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 5px;
    background:#C70039 ;
    animation: anim 17s linear forwards;
    border-radius: 5px;
}
@keyframes anim {
    100%{
        width: 0;
    }
}


.cards:hover {
    transform: translateY(-10px);
}


/* Fallback Page */


.fallback-outer{
   width: 100%;
   height: 100%;
   margin: 0;
   padding: 0;
   display: flex;
   justify-content: center;
   align-items: center;
   height: 100vh;   
}

.fallback-inner h5  {
    display: flex;
   justify-content: center;
   align-items: center;
   font-size: 8rem; 
   color: #112d9a;  
   font-family: 'Lato', sans-serif;   
}

#homepage-btn{
    
 display: block;
 margin: auto;
 margin-top: 20px;
}


/* Share Button*/

.share-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    background-color: #06038d;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    cursor: pointer;
    font-size: 20px;
    animation: pulses 2s infinite;
    z-index: 2;
}

@keyframes pulses {
    0% {
        transform: scale(1);
        
    }
    50% {
        transform: scale(1.2);
        background-color:orange;
        color: #000;
    }
    100% {
        transform: scale(1);
        
    }
}

.share-options {
    position: fixed;
    bottom: 100px;
    right: 20px;
    display: none;
    flex-direction: column;
    z-index: 2;
}

.share-option {
    margin-bottom: 10px;
    width: 50px;
    height: 50px;
    background-color: #06038d;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    font-size: 20px;
}

.share-option:hover {
    background-color: #ff9934;
}

.share-button:hover{
    background-color: #ff9934;
}

/* Author */

.author {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh; /* Full viewport height to center vertically */
}

.author img {
    width: 6.5cm; /* Width of a passport-size photo */
    height: 7.5cm; /* Height of a passport-size photo */
    object-fit: cover; /* Ensures the image covers the entire area without distortion */
    border-radius: 5px; /* Optional: adds slight rounding to the corners */
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3); /* Optional: adds a shadow for a 3D effect */
}
