*{
    margin: 0;
    padding: 0;
}
.header{
    min-height: 100vh;
    width: 100%;
    background-color: #ffffffe4;
    position: relative;
}
.nav-header{
    display: flex;
    padding: 1% 6%;
    justify-content: space-between;
    align-items: center;
}
.nav-header img{
    width: 120px;
}
.contact-kratika{
    text-align: right;
    display: flex;
    padding: 2rem 4rem;
    margin-top: -2rem;
}

.info-content{
    flex-grow: 1;
}
.contact-kratika i{
    flex-shrink: 0;
    font-size: 24px;
    line-height: 1;
    color: #193D0D;
    width: 3rem;
    height: 3rem;
    background: #EDF9CC;
    line-height: 3rem;
    text-align: center;
    border-radius: 2rem;
    margin-right: 15px;
  
}

.info-title {
    display: block;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 10px;
    font-size: 15px;
    color: grey;
    margin-right: 25px;
  }
.info-sub-title {
display: block;
font-size: 18px;
font-weight: 500;
line-height: 1;
color: black;
margin-right: 0.7rem;
}
.wrapper{
    width: 100%;
    height: 11vh;
    box-shadow: 30px 5px 20px grey;
    background-image: linear-gradient(0deg,#8AAB2E, white, #8AAB2E);
    display: flex;
    justify-content: space-between; /* Center the content horizontally */
    align-items: center; /* Center the content vertically */
    margin-top: -2.5rem;
}
.nav-wrapper{
    display: flex;
    padding: 1% 6%;
    justify-content: space-between;
    align-items: center;
    
}
.nav-links{
    flex: 1;
    text-align: left;
}
.nav-links ul li{
    list-style: none;
    display: inline-block;
    padding: 8px 12px;
    position: relative;
}
.nav-links ul li a{
    color: black;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 900;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.nav-links ul li ul {
visibility: hidden;
opacity: 0;
position: absolute;
left: 0;
display: none;
background: white;
padding: 10px 0;
border-radius: 10px; /* Added rounded corners to the bottom */
width: 12rem;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
transition: visibility cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s ease;
animation: fadeIn 0.5s ease forwards;
}
@keyframes fadeIn {
from {
    opacity: 0;
    transform: translateY(-10px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}

/* Display dropdown menu on hover */
.dropdown:hover .dropdown-menu {
display: block;
}
.nav-links ul li:hover > ul {
visibility: visible;
opacity: 1;
display: block;
z-index: 999;

}
.nav-links ul li:after{
    content:'';
    width: 0%;
    height: 2px;
    background: #193D0D;
    display: block;
    margin: auto;
    transition: 0.5s;
}
.nav-links ul li:hover::after{
width: 100%;
}
.appointment-btn{
    display: inline-block;
    margin-top: 2px;
    padding: 10px 10px;
    background-color: #193D0D;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s, transform 0.3s;
    font-size: 15px;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: 500;
    height: 40px;
    text-align: center;
    margin-right: 100px;
    width: 250px;
}
.appointment-btn:hover{
    background-color: #EDF9CC;
    transform: translateY(-3px);
    color: black;
    text-decoration: none;
    
    border-color: #EDF9CC;
}
.android-appointment-btn{
    display: none;
}
.contact-kratika .other-items{
    display: none;
}
.nav-wrapper .fa{
    display: none;
}

.certificate-header2 {
text-align: center;
font-size: 4rem;
font-weight: 900;
font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
color: black;
margin-top: 5rem;
} 
.connection{
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.connection img{
    width: 90px;
    height: 90px;
    margin-left: 70px;
}
.map-container iframe{
    width: 100%;
  height: 50vh;
}
.last-black-box{
    width: 100%;
    height: 50vh;
    background-color: black;
    
}
.last-nav-links{
    display: flex;
    justify-content: center;
    align-items: center;
}
.last-nav-links ul li{
    color: white;
    display: inline-block;
    padding: 8px 22px;
    text-align: center;
    font-size: 3rem;
    font-weight: 500;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    margin-top: 50px;
}
.last-url-images{
    display: flex;
    justify-content: center;
    align-items: center;
}
.last-url-images img{
    width: 100px;
    height: 100px;
    padding: 8px 22px;
    margin-top: 40px;
}
.last-box-last-line{
    font-size: 2rem;
    font-weight: 500;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-align: center;
    color: white;
}

.main-box-header-img img{
width: 100%;
height: 70vh;
}
.main-box-header-img {
position: relative;
}

.main-box-header-img::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 70vh;
background-color: rgba(0, 0, 0, 0.5); /* Adjust the alpha value (0.5) for transparency */
}
.main-box-header-img h1{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-size:5rem;
font-weight:400;
font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
color:white;
}
.service-img{
display: flex;
justify-content: center;
align-self: center;
text-align: center;
}
.service-img img{
width: 50%;
height: 50vh;
margin-top:30px;
}
.therapy-content{
    width: 85%;
    margin: 0 auto;
    margin-top:30px;
}
.therapy-content2{
    width: 85%;
    margin: 0 auto;
    margin-top: 10px;
}
.therapy-content h2{
    text-align: left;
    font-size: 2rem;
    font-weight: 700;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: #193D0D;
    margin-left:7rem;
    
}
.therapy-content2 h2{
    text-align: left;
    font-size: 20px;
    font-weight: 700;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: gray;
    margin-left:7rem;
}
@media(max-width: 700px){
.header{
    min-height: 100vh;
    width: 100%;
    background-color: white;
    position: relative;
    overflow-x: hidden;
} 
.contact-kratika{
    visibility: hidden;
}
.appointment-btn{
    display: none;
}
.nav-links ul li{
    padding: 1px 2px;
    flex-wrap: nowrap;
    
}
.nav-links ul li a{
    font-size: 0.8rem;
    font-weight: 600;
}
.nav-wrapper{
    padding: 1% 2%;
}
.nav-links ul li ul {
width: 10rem;
}
.contact-kratika .android-appointment-btn{
    visibility: visible;
}
.android-appointment-btn{
    display: block;
    margin-top: 20px;
    background-color: #193D0D;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s, transform 0.3s;
    font-size: 15px;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: 500;
    height: 50px;
    text-align: center;
    margin-left:-50rem;
    width: 150px;
}
.android-appointment-btn:hover{
    background-color: #EDF9CC;
    transform: translateY(-3px);
    color: black;
    text-decoration: none;
    
    border-color: #EDF9CC;
}

.connection img{
    width: 50px;
    height: 50px;
    margin-left: 30px;
}
.last-nav-links{
    display: flex;
    justify-content: center;
    align-items: center;
}
.last-nav-links ul li{
    color: white;
    display: inline-block;
    padding: 8px 4px;
    text-align: center;
    font-size: 1.3rem;
    font-weight: 500;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    margin-top: 50px;
}
.last-url-images{
    display: flex;
    justify-content: center;
    align-items: center;
}
.last-url-images img{
    width: 90px;
    height: 90px;
    padding: 8px 22px;
    margin-top: 40px;
}
.last-box-last-line{
    font-size: 1.2rem;
    font-weight: 500;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-align: center;
    color: white;
}
.certificate-header2 {
text-align: center;
font-size: 2rem;
margin-top: 1.5rem;
} 
.main-box-header-img img{
height: 50vh;
}
.main-box-header-img::before {
height: 50vh;
}
.main-box-header-img h1{
font-size:2.5rem;
font-weight:900;
font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
color:white;
width:450px;
text-align:center;
}

.service-img{
margin-top: 3rem;
}
.service-img img{
width: 80%;
height: 28vh;
margin-top: 0.5rem;
}
.therapy-content{
    width: 88%;
    margin: 0 auto;
}
.therapy-content2{
    width: 88%;
    margin: 0 auto;

}
.therapy-content h2{
    text-align: left;
    font-size: 1.5rem;
    margin-left:0.5rem;
    margin-top: 1rem;
}
.therapy-content2 h2{
    text-align: left;
    font-size: 0.9rem;
    margin-left:0.5rem;
    margin-top: 1rem;
    
}

}
