:root {
  --orange-color: #ff9b42;
  --secondary-blue-color: #0d9dc9;
  --dark-color: #070917;
  --light-color: #e8f7fb;
  --light-blue-color: #6da9d2;
}

*,
*::after,
*::before {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Poppins", sans-serif;
  background-image: url(images/Background.png);
  background-attachment: fixed;
  background-size: cover;
} 

.navbar {display: none;}

h2 {
  color: var(--orange-color);
} 



h5 {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 80%;
  margin-top: -10px;
  padding-bottom: 50px;
}

h4 { 
  font-weight: bolder;
}

.wrapper {
  max-width: 1134px;
  margin: 0 auto;
  
} 

.landing-welcome { 
  display: none;
}

/* Buttons */

.btn {
  padding: 16px 32px;
  border-radius: 24px;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
  position: relative;
}

.btn.dark {
  background: var(--orange-color);
}

.btn.light {
  background: var(--orange-color);
}

.btn.enrol-icon::before {
  content: url("images/enrol-now-icon.svg");
  position: absolute;
  top: 50%;
  left: 32px;
  transform: translateY(-50%);
}

.btn.enrol-icon {
  padding-left: 60px;
}

/* Header */

header { 
  background: linear-gradient( #6da9d2 40% , #000000 , #6da9d2 60%);
  height: 100vh;
  width: 100%;
}



nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  width: 1134px;
  top: 0;
  padding: 36px 0;
  z-index: 100;
  transition: all 500ms ease;
}

nav.scrolled {
  background: var(--secondary-blue-color);
  box-shadow: 0 16px 14px -8px rgba(0, 0, 0, 0.3);
  border-radius: 0 0 8px 8px;
  top: 0;
  padding: 12px;
}

nav .logo {
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  font-size: 40px;
  color: #ffffff;
}

nav ul {
  display: flex;
  align-items: center;
  gap: 60px;
  list-style: none;
  margin: 0;
}

nav ul li a {
  font-weight: bold;
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
} 

.active, a { 
  font-weight:medium;
  font-size: 18px;
  color:var(--orange-color);  
} 

a:hover { 
  font-weight:medium;
  font-size: 18px;
  color:var(--orange-color);
}

 

.logo { margin-top: -20px;}

.landing-logo { 
  width: 700px;
  margin-left: -40px;
  padding-bottom: 80px;
}

.mobile-landing-img { 
  display: none;
}

#mobile-img {
  display: none;
} 

#tablet-img {
  display: none;
}



/* Hero Section */

.hero-section {
  display: flex;
  height: 100vh;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding-top: 60px;
  position: relative;
  color: #fff;
}

.hero-section .left h1 {
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  font-size: 50px;
  line-height: 125%;
  margin-bottom: 0;
}

.hero-section .left p {
  font-weight: normal;
  font-size: 16px;
  line-height: 200%;
  margin-bottom: 30px;
  width: 457px;
}

.hero-section .left {
  flex: 1;
  margin-top: -40px;
}

.hero-section .right {
  align-self: flex-end;
}

.hero-section .right img {
  height: 720px;
  width: auto;
  transform: translate(100px, -50px);
  margin-bottom: -120px;
} 

.hero-section-team {
  display: flex;
  height: 100vh;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding-top: 60px;
  position: relative;
  color: #fff;
}

.hero-section-team .left h1 {
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  font-size: 50px;
  line-height: 125%;
  margin-bottom: 0;
}

.hero-section-team .left p {
  font-weight: normal;
  font-size: 16px;
  line-height: 200%;
  margin-bottom: 30px;
  width: 457px;
}

.hero-section-team .left {
  flex: 1;
  margin-top: -40px;
}

.hero-section-team .right {
  align-self: flex-end;
}

.hero-section-team .right img {
  height: 720px;
  width: auto;
  vertical-align: middle;
  margin-bottom: -80px;
}

section {
  margin-top: 100px;
}

/* Team */

h2 {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 60px;
  line-height: 120%;
  margin-top: -30px;
  padding-bottom: 50px;
  text-align: center;
}



h2.light {
  color: #fff;
}

section p {
  font-weight: normal;
  font-size: 16px;
  line-height: 200%;
  color: var(--secondary-blue-color);
  margin: 12px 0;
}

.team-section {
  display: block;
}


.team-section .members {
 display: flex;
 transform: translate(-25%, 0);
 gap: 80px;
}

.team-section .team-card {
  width: 600px;
  background: #ffffff;
  box-shadow: 0px 9px 36px rgba(0, 0, 0, 0.2);
  border-radius: 24px;
  margin-bottom: 50px;
  position: relative;
  transform: translate(80%, 0);
}


.team-section .team-card .team-img-2 {
  width: auto;
  left: 50px;
  top: 5px;
}



.team-section .team-card .info-2 h4 {
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  font-size: 24px;
  line-height: 120%;
  margin-left: 150px;
  color: var(--secondary-blue-color);
} 

.team-section .team-card .info-2 .company {
  font-family: "Raleway", sans-serif;
  font-weight: x-large;
  font-size: 16px;
  line-height: 80%;
  margin-left: 150px;
  color: var(--dark-color);
}

.team-section .team-card .info-2 {
  padding: 24px 32px;
  background: #fff;
  border-radius: 24px;
  text-align: justify;
} 

.team-section .team-card .info-2 p{
 color: var(--dark-color);
}


.team-section .team-card img {
  width: 120px;
  height: 120px;
  position: absolute;
  right: 20px;
  bottom: 10px;
} 


/* Services Section */



section {
  margin-top: 100px;
} 

h2 {
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  font-size: 60px;
  line-height: 120%;
  margin: 0;
}

h2.light {
  color: #fff;
}

section p {
  font-weight: normal;
  font-size: 16px;
  line-height: 200%;
  color: var(--secondary-blue-color);
  margin: 12px 0;
}

.home-services-section {
  display: flex;
  gap: -400px;
  align-items:flex-start;
  max-width: max-content;
  
}  


.home-services-section .left .wwo { 
  display: flex;
  max-width: 1200px;
  margin-left: -700px;
  margin-top: -70px;

}

.home-services-section .mobile-btn {
  display: none;
}

.home-services-section .home-services-card {
  width: 450px;
  background: #ffffff;
  box-shadow: 0px 9px 36px rgba(0, 0, 0, 0.2);
  border-radius: 24px;
  margin-bottom: 50px;
  margin-top: 50px;
  position: relative;
}

.home-services-section .home-services-card::before {
  display: none;
  content: "";
  width: 28px;
  position: absolute;
  height: 40px;
  top: -40px;
  left: 60px;
  background: var(--secondary-blue-color);
  border-radius: 24px 24px 0 0;
}

.home-services-section .home-services-card:last-child::before {
  left: 40px;
  top: -50px;
  border-radius: 0 0 24px 24px;
  height: calc(100% + 90px);
  z-index: -1;
}

.home-services-section .home-services-card .content {
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  font-size: 18px;
  line-height: 150%;
  color: var(--secondary-blue-color);
  border-radius: 24px;
  padding: 24px 32px;
  background: var(--light-color);
} 

.icon {
  left: -90px;
  top: -3px;
} 

.home-services-card .icon_2 {
  right: 50px;
  top: -15px;
}


.home-services-section .home-services-card .info h4 {
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  font-size: 24px;
  line-height: 120%;
  margin: 0;
  color: var(--secondary-blue-color);
}

.home-services-section .home-services-card .info {
  padding: 24px 32px;
  background: #fff;
  border-radius: 24px;
}

.home-services-section .home-services-card .info p.company {
  font-family: "Raleway", sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 120%;
  color: var(--secondary-blue-color);
}

.home-services-section .home-services-card img {
  width: 120px;
  height: 120px;
  position: absolute;
  right: -80px;
  bottom: 20px;
}


.home-services-section .features {
  margin-bottom: 30px;
} 

/* Our Team Section */

.home-team-section {
  background:var(--secondary-blue-color);
  padding: 70px 0;
  padding-bottom: 120px;
  height: 850px;
}

.home-team-section h2 {
  text-align: center;
}

#director {
  width: 600px;
  transform: translate(550px, -580px);
}

#director-btn {
  display: none;
}

.home-team-section .home-team-cards {
  display: flex;
  gap: 20px;
  align-items:center; 
  margin-left: -50px;
}   

#team-more {
  transform: translate(250px, -450px);
}

#team-2 { 
  display: flex;
  transform: translate(650px, -535px);
}

.home-team-section .home-team-cards img {
  width: 300px;
  height: auto;
  filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.25));
  border-radius: 24px;
  
}

.home-team-section .home-team-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 0px 2px;
  margin: 40px 0;
  position: relative;
}

.home-team-section .home-team-card::after {
  content: "";
  height: 8px;
  position: absolute;
  left: 32px;
  right: 32px;
  bottom: 0;
  background: var(--secondary-blue-color);
  border-radius: 24px;
}

.home-team-section .home-team-card h3 {
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  font-size: 30px;
  line-height: 50%;
  text-align: center;
  color: var(--secondary-blue-color);
  padding-top: 20px;
} 

.home-team-section .home-team-card h4 {
  font-family: "Raleway", sans-serif;
  font-weight: 300px;
  font-size: 20px;
  line-height: 50%;
  text-align: center;
  color: var(--dark-color);
  margin-top: -25px;
  padding-bottom: 20px;
}

.home-team-section .home-team-card .info {
  display: flex;
  gap: 16px;
  justify-content: space-between;
  margin-left: 20px;
  margin-bottom: -50px;
}


.home-team-section .wrapper {
  position: relative;
}




/* Servivces Page */


section {
  margin-top: 50px;
}  


h2 {
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  font-size: 60px;
  line-height: 120%;
  margin: 0;
  color: var(--light-color);
}

h2.light {
  color: #fff;
}

section p {
  font-weight: normal;
  font-size: 16px;
  line-height: 200%;
  color: var(--light-color);
  margin: 12px 0;
}

.services-section {
  display: block;
  align-items: center;
  margin-bottom: -450px;
}  

#services-btn { 
  display: flex-end;
  transform: translate(650px);
}

.services-section .services {
  display: flex;
 gap: 150px;
 margin-left: 220px; 
} 

.services .services-card p { 
  color: var(--secondary-blue-color);
  text-align: justify;
} 

.services .services-card h4 { 
  color: var(--secondary-blue-color);
  transform: translate(10px);
}

.services-section .mobile-btn {
  display: none;
}

.services-section .services-card {
  width: 442px;
  height: auto;
  background: var(--light-color);
  box-shadow: 0px 9px 16px rgba(0, 0, 0, 0.2);
  border-radius: 24px;
  margin-bottom: 50px;
  margin-top: 50px;
  position: relative;
} 

#Health-data {
  width: 442px;
  height: 200px;
  background: var(--light-blue-color);
  box-shadow: 0px 9px 16px rgba(0, 0, 0, 0.2);
  border-radius: 24px;
  margin-bottom: 50px;
  margin-top: 50px;
  position: relative;
}

.services-section .services-card .content {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  color: #ffffff;
  border-radius: 24px;
  padding: 24px 32px;
  background: var(--light-color);
} 

.icon {
  left: -90px;
  top: -3px;
  widows: 0px 9px 16px rgba(0, 0, 0, 0.2);
} 

.icon_2 {
  right: 30px;
  top: -3px;
  widows: 0px 9px 16px rgba(0, 0, 0, 0.2);
}


.services-section .services-card .info h4 {
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  font-size: 24px;
  line-height: 120%;
  margin: 0;
  color: var(--secondary-blue-color);
}

.services-section .services-card .info {
  padding: 24px 32px;
  background: #fff;
  border-radius: 24px;
}

.services-section .services-card .info p.company {
  font-family: "Raleway", sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 120%;
  color: var(--light-color);
}

.services-section .services-card img {
  width: 120px;
  height: 120px;
  position: absolute;
  right: -80px;
  bottom: 20px;
} 

#Future-goals {
  transform: translate(590px, -330px);
}


.services-section .features {
  margin-bottom: 30px;
} 

/* About Us Page */ 

h2 {
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  font-size: 60px;
  line-height: 120%;
  margin-top: -30px;
  padding-bottom: 50px;
  color: var(--light-color);
  text-align: center;
}

h2.light {
  color: #fff;
}

section p {
  font-weight: normal;
  font-size: 16px;
  line-height: 200%;
  color: var(--secondary-blue-color);
  margin: 12px 0;
}


.about-section-1 {
  display: block;
} 

.about-section-2 h2{
  padding: 20px;
}

.about-section-1 .about-1 {
 display: block;
 transform: translate(-80%, 0);
 gap: 80px;
}

.about-section-1 .about-card {
  width: auto;
  background: #ffffff;
  box-shadow: 0px 9px 36px rgba(0, 0, 0, 0.2);
  border-radius: 24px;
  margin-bottom: 50px;
  position: relative;
  transform: translate(80%, 0);
}


.about-section-1 .about-card .team-img-2 {
  width: 80px;
  height: 80px;
  left: 30px;
  top: 15px;
} 

.about-section-2 .about-card .team-img-2 {
  width: 80px;
  height: 80px;
  left: 30px;
  top: 15px;
}



.about-section-1 .about-card .info-2 h4 {
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  font-size: 24px;
  line-height: 120%;
  margin-left: 150px;
  color: var(--secondary-blue-color);
  text-align: left;
} 


.about-section-1 .about-card .info-2 .company {
  font-family: "Raleway", sans-serif;
  font-weight: medium;
  font-size: 16px;
  line-height: 120%;
  margin-left: 150px;
  color: var(--dark-color);
  text-align: left;
}

.about-section-1 .about-card .info-2 {
  padding: 24px 32px;
  background: #fff;
  border-radius: 24px;
  text-align: justify;
} 

.about-section-1 .about-card .info-2 p {
 color: var(--dark-color);
}


.about-section-1 .about-card img {
  width: 120px;
  height: 120px;
  position: absolute;
  right: 20px;
  bottom: 10px;
} 

.about-section-2 {
  display: block;
  background-color:none;
  height: auto;
  padding-bottom: 50px;
} 

.about-section-2 h2{
  padding: 20px;
}

.about-section-2 .about-2 {
 display: block;
 transform: translate(-80%, 0);
}

.about-section-2 .about-card {
  width: auto;
  background: #ffffff;
  box-shadow: 0px 9px 36px rgba(0, 0, 0, 0.2);
  border-radius: 24px;
  margin-bottom: 50px;
  position: relative;
  transform: translate(80%, 0);
}


.about-section-2 .about-card .team-img-2 {
  width: auto;
  left: 20px;
  top: 30px;
}



.about-section-2 .about-card .info-2 h4 {
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  font-size: 24px;
  line-height: 120%;
  margin-left: 150px;
  color: var(--secondary-blue-color);
} 

.about-section-2 .about-card .info-2 .company {
  font-family: "Raleway", sans-serif;
  font-weight: medium;
  font-size: 16px;
  line-height: 150%;
  margin-left: 150px;
  color: var(--dark-color);
  text-align: left;
}

.about-section-2 .about-card .info-2 {
  padding: 24px 32px;
  background: #fff;
  border-radius: 24px;
  text-align: justify;
} 

.about-section-2 .about-card .info-2 p{
  color: var(--dark-color);
}


.about-section-2 .about-card img {
  width: 120px;
  height: 120px;
  position: absolute;
  right: -20px;
  bottom: 10px;
} 

.about-section-3 {
  display: block;
  background-color:none;
  height: auto;
  padding-bottom: 50px;
  margin-top: -25px;
} 

.about-section-3 h2{
  padding: 20px;
}

.about-section-3 .about-3 {
 display: block;
 transform: translate(-80%, 0);
}

.about-section-3 .about-card {
  width: auto;
  background: #ffffff;
  box-shadow: 0px 9px 36px rgba(0, 0, 0, 0.2);
  border-radius: 24px;
  margin-bottom: 50px;
  position: relative;
  transform: translate(80%, 0);
}


.about-section-3 .about-card .team-img-3 {
  width: auto;
  left: 40px;
  top: 10px;
}



.about-section-3 .about-card .info-3 h4 {
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  font-size: 24px;
  line-height: 120%;
  margin-left: 150px;
  color: var(--secondary-blue-color);
} 

.about-section-3 .about-card .info-3 .company {
  font-family: "Raleway", sans-serif;
  font-weight: medium;
  font-size: 16px;
  line-height: 150%;
  margin-left: 150px;
  color: var(--dark-color);
  text-align: left;
}

.about-section-3 .about-card .info-3 {
  padding: 24px 32px;
  background: #fff;
  border-radius: 24px;
  text-align: justify;
} 

.about-section-3 .about-card .info-3 p{
  color: var(--dark-color);
}

.about-section-4 .about-card .info-4 .company {
  font-family: "Raleway", sans-serif;
  font-weight: medium;
  font-size: 16px;
  line-height: 150%;
  margin-left: 150px;
  color: var(--dark-color);
  text-align: left;
}

.about-card .info-4 {
  background: #fff;
  border-radius: 24px;
  text-align: justify;
  height: 200px;
} 

.vl {
  border-left: 6px solid var(--light-blue-color) ;
  height: 350px;
  position: absolute;
  left: 50%;
  margin-left: -40px;
  top: 20px;
}

#contact-details { 
  width: 25%;
  text-align: justify;
  translate: 120px;
}

#contact-details-heading { 
  width: 50%;
  text-align: justify;
  translate: 120px;
  padding-top: 30px;
}

#contact-details-2 { 
  width: 40%;
  text-align: justify;
  transform: translate(630px, -200px);
  color: var(--dark-color);
}

#contact-details-heading-2 { 
  width: 50%;
  text-align: justify;
  transform: translate(630px, -200px);
  padding-top: 30px;
  padding-bottom: 20px;
} 

#contact-cta {
  text-align: justify;
}

/* Home Contact Section */

.home-contact-section {
  text-align: left;
  background-color: #fff;
  background: rgba(255, 255, 255, 0.5);
  margin-bottom: -100px;
  margin-top: 30px;
  padding-bottom: 30px;
} 

.home-contact-section .p {
  color: var(--dark-color);
} 

.home-contact-section .app-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-top: 24px;
}

.home-contact-section .app-btn {
  padding: 16px 30px;
  background: var(--orange-color);
  color: #fff;
  display: flex;
  align-items: center;
  min-width: 30px;
  border-radius: 20px;
  margin-top: 25px;
  border-style: none;
  font-weight: medium;
  transform: translate(500px);
} 

.form-heading {
  color: var(--dark-color);
}

.form-email { 
  padding-top: 15px;
}


.home-contact-section .form-message form input { 
  height: 250px;
  width: 80%;
  font-weight: normal;
  font-size: 20px;
  color: var(--dark-color);
  border-radius: 7px;
  
} 

.home-contact-section .form-email form input { 
  height: 50px;
  width: 60%;
  font-weight: normal;
  font-size: 20px;
  color:var(--dark-color);
  border-radius: 7px;
} 

.home-contact-section .form-name form input { 
  height: 50px;
  width: 60%;
  font-weight: normal;
  font-size: 20px;
  color: var(--dark-color);
  border-radius: 7px;
} 



/* Footer */

footer {
  background: var(--dark-color);
  color: #fff;
  margin-top: 100px;
  padding: 70px 0;
}

footer a {
  text-decoration: none;
  color: #fff;
}

footer h3 {
  color: var(--orange-color);
}

footer ul {
  list-style: none;
  padding-left: 20px;
}

footer ul li {
  margin: 16px 0;
}

footer .links-container {
  display: grid;
  grid-template-columns: 2fr 2fr 3fr;
} 


footer .social {
  margin-left: 20px;
}

footer .social a {
  margin-right: 28px;
}

footer form {
  margin-left: 20px;
  margin-top: 16px;
  position: relative;
}

footer form input {
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 200%;
  border-radius: 8px;
  padding: 8px 160px 8px 32px;
  border: none;
  width: 100%;
  color: #000000;
}

footer form .submit-btn {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  background: var(--secondary-blue-color);
  border-radius: 8px;
  padding: 8px 32px;
  border: 0;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
}

footer .copyright {
  margin-top: 36px;
}

nav.mobile-nav,
.mobile-menu-container {
  display: none;
}

@media  (max-width: 1100px) {
  .btn {
    padding: 12px 32px;
  }

  .wrapper {
    padding: 0 100px;
  }

  .mobile-nav { 
    display: none;
  }
 
  .mobile-nav .mobile-logo {
    display: none;
    
  }  

  nav.mobile-nav {
    display: none;
  }

  nav.mobile-nav.scrolled {
   display: none;
  }

  .mobile-menu-container .close-icon {
    display: none;
  } 

  header,
  .hero-section,
  header .wrapper {
    max-height: 1100px;
  }

  .hero-section {
    flex-direction: column;
  }

  .hero-section .left {
    width: 100%;
    display: flex;
    flex-direction: column;
    
    text-align: center, justify;
  }

  .hero-section .left .btn {
    align-self: flex-start;
  }

  .hero-section .left h1 {
    font-size: 50px;
    line-height: 125%;
  }

  .hero-section .right {
    position: absolute;
    bottom: 0;
  }

  .hero-section .right img {
    display: none;
  }

  .hero-section .achievement-card {
    position: relative;
    margin-bottom: 80px;
  }

  .achievement-card.students-enrolled,
  .achievement-card.overall-rating {
    left: unset;
    top: unset;
  }

  .hero-section .achievement-cards {
    align-self: flex-start;
    margin: 40px;
  }

  h2 {
    font-size: 40px;
  }

  .testimonials-section {
    flex-direction: column;
    align-items: stretch;
    gap: 50px;
  }

  .testimonials-section .about-card {
    width: 100%;
    margin-bottom: 40px;
  }

  .testimonials-section .about-card:last-child::before {
    top: -40px;
    left: 60px;
    height: calc(100% + 80px);
  }

  .testimonials-section .about-card:last-child {
    transform: translateX(0px);
    margin-bottom: 0;
  }

  .testimonials-section .desktop-btn {
    display: none;
  }

  .testimonials-section .mobile-btn {
    display: block;
    align-self: flex-end;
    order: 3;
  }

  .testimonials-section .right {
    order: 1;
  }

  .testimonials-section .left {
    order: 2;
  }

  .testimonials-section .right p {
    display: inline;
  }

  .testimonials-section h2 {
    margin-bottom: 20px;
  }

  .home-team-section .home-team-cards {
    flex-direction: column;
    gap: 80px;
  }

  .home-team-section .home-team-card {
    margin: 0;
  }

  .home-team-section h2 {
    margin-bottom: 40px;
  }

  .home-team-section .home-team-card img {
    height: 260px;
    object-fit: cover;
  }

  .home-team-section .home-team-card h3 {
    font-size: 24px;
  }

  .home-team-section .wrapper .btn {
    right: 100px;
  }

  .home-team-section .home-team-card:last-child {
    margin-bottom: 50px;
  }

  footer .links-container {
    grid-template-columns: 1fr 1fr;
  }

  footer .links-container .links:last-child {
    grid-column: 1 / 3;
  }
}

@media (max-width: 768px)  {
  body {
    width: 768px;
  }

  .wrapper {
    padding: 0 32px;
  } 

  .hero-section .left p {
    width: 100%;
  } 

 .hero-section .right img {
    display: flex;
    width: 80%;
    height: auto;
    transform: translate(400px);
  }

.home-contact-section h2 {
  font-size: 50px;
  padding-top: 10px;
  color: var(--dark-color);
} 

.vl {
  border-left: 6px solid var(--light-blue-color) ;
  height: 350px;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  top: 20px;
}

#contact-details { 
  width: 45%;
  text-align: center;
  translate: 10px;
}

#contact-details-heading { 
  width: 50%;
  text-align: justify;
  translate: 60px;
  padding-top: 30px;
}

#contact-details-2 { 
  width: 40%;
  text-align: justify;
  transform: translate(420px, -200px);
  color: var(--dark-color);
}

#contact-details-heading-2 { 
  width: 50%;
  text-align: justify;
  transform: translate(420px, -200px);
  padding-top: 30px;
  padding-bottom: 20px;
} 

#home-contact-btn {
  transform: translate(80px, 150px);
}

  .home-contact-section .app-buttons {
    flex-direction: column;
  } 

  .home-contact-section .form-name {
    width: 1200px;
    align-items: center;
    text-overflow: clip;
  } 

  .home-contact-section .form-email {
    width: 1200px;
    align-items: center;
    text-overflow: clip;
  } 

  .home-contact-section .form-message {
    width: 900px;
    align-items: center;
    
  } 

  .home-contact-section .app-btn {
    padding: 16px 30px;
    background: var(--orange-color);
    color: #fff;
    display: flex;
    align-items: center;
    min-width: 30px;
    border-radius: 20px;
    margin-top: 25px;
    border-style: none;
    font-weight: medium;
    transform: translate(270px);
  } 

  .landing-logo { 
    display: none;
  } 

  .navbar {display: flex;
    position: fixed;
    } 
  
    .navbar-brand { 
      width: 10px;
      height: auto;
    }
  
   .fixed-top { 
      display: flex;
      width: 768px;
    } 

  nav {
    display: none;
    width: 500px;
  }

  nav.logo {
    width: 50%;
    display: none;
  }

  nav.scrolled {
    display: none;
  }

 
  .mobile-nav .mobile-logo {
    display: none;
    
  }  

  nav.mobile-nav {
    display: none;
  }

  nav.mobile-nav.scrolled {
   display: none;
  }

  .mobile-menu-container .close-icon {
    display: none;
  } 

  .hero-section .left h1 {
    font-size:xx-large;
    text-align:center;
    width: 400px;
    transform: translate(-20px, 250px);
  }

  .hero-section .left img { 
    width: 150px;
    height: auto;
    transform: translate(110px);
  } 

 .hero-section .right {
  transform: translate(-200px);
 }

  .hero-section .left .btn{ 
  transform: translate(95px);
  margin-top: 300px;
  } 

  .hero-section-team { 
    display: flex;
  }

  .hero-section-team .left h1 {
    font-size:30px;
    text-align:300px;
    width: 350px;
    transform: translate(-5px, 350px);

  }

  .hero-section-team .left img { 
    width: 150px;
    height: auto;
    transform: translate(110px);
  } 

  .hero-section-team .left .btn{ 
  transform: translate(-15px);
  margin-top: 360px;
  }
 
  #contact-img { 
    transform: translate(-150px, -50px);
  }

 header .hero-section-team .right img { 
  display: flex;
  width: 550px;
  height: auto; 
  transform: translate(-55px, 40px);
  margin-left: -80px;
 }

  .achievement-card h3 {
    font-size: 30px;
  }

  h2 {
    font-size: 30px;
  } 

  .home-services-section .left {
    display: flex;
    width: 300px;
  } 

  .home-services-section {
    height: 700px;
  }

  #services-btn {
    transform: translate(330px, -30px);
  }

  .home-services-section .right h2 {
    font-size: 40px;
  } 

  .home-services-section .right {
    align-items: center;
  } 

  .home-services-section .home-services-card {
    width: auto;
    background: #ffffff;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
    border-radius: 24px;
    margin-bottom: 50px;
    margin-top: 30px;
    position: relative;
  } 

  .icon {
   display: none;
  } 

  .icon_2 {
    display: none;
  } 

  .home-team-section {
    background: var(--secondary-blue-color);
    padding: 70px 0;
    padding-bottom: 120px;
    height: 1200px;
  } 

  .home-team-card { 
    width: 300px;
  }

  .home-team-cards {
    display: flex;
  }

  .home-team-section h2 {
    text-align: center;
    font-size: 50px;
  } 

  .home-team-section .wrapper {
    padding: 0;
  } 

  .home-team-section .home-team-card h3 {
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 30px;
    margin-top: -20px;
    text-align: center;
    color: var(--secondary-blue-color);
    transform: translate(-25px);
  } 
  
  .home-team-section .home-team-card h4 {
    font-family: "Raleway", sans-serif;
    font-weight: 20px;
    font-size: 20px;
    line-height: 50%;
    text-align: center;
    color: var(--dark-color);
    margin-top: -20px;
  }

  .home-team-section .home-team-card img {
    width: 200px;
    height: auto;
    transform: translate(50px, -30px);
  }
  
  .home-team-section .home-team-cards {
    display: flex;
    gap: 15px; 
    margin-left: 60px;
    width: 300px;
    
  } 
  
  #home-team-card-2 { 
    transform: translate(360px, -380px);
  }

  #team-2 {
    transform: translate(0,-320px);
  }

  .home-team-section .home-team-cards img {
    width: 180px;
    height: auto;
    filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.25));
    border-radius: 24px;
    padding-top: 55px;
  } 

  .info { 
    text-align: auto;
    transform: translate(20px);
    margin-top: 50px;
  } 

  .btn.light { 
    transform: translate(300px, -700px);
  }

  .home-team-section .home-team-card::after {
  display: none;
  } 

  .about-section-1 .about-card { 
    width: 100%;
    transform: translate(565px);
  } 

  .about-section-1 h2{ 
    font-size: 50px;
  }

  .about-section-2 h2{ 
    font-size: 50px;
  }

  .about-section-2 .about-card { 
    width: 100%;
    transform: translate(565px);
  }

  .about-section-2 .about-card .info h4 {
    font-size: 18px;
  }

  .about-section-2 .about-card .info p.company {
    font-size: 14px;
  }

  .about-section-2 .about-card img {
    height: 100px;
    width: 100px;
  }

  .about-section-3 h2{ 
    font-size: 50px;
  }

  .about-section-3 .about-card { 
    width: 100%;
    transform: translate(565px);
  }

  .about-section-3 .about-card .info h4 {
    font-size: 18px;
  }

  .about-section-3 .about-card .info p.company {
    font-size: 14px;
  }

  .about-section-3 .about-card img {
    height: 100px;
    width: 100px;
  }


  .home-contact-section {
    text-align: left;
    align-content: center;
    display: block;
  }

  .services-section {
    display: block;
    padding-bottom: 370px;
    
  } 

  .services-section h2{
    font-size: 70px;
    
  } 

  .services-section .services {
  display: block;
 gap: 150px;
 margin-left: 20px; 
} 

#about-hero-img {
  transform: translate(-225px,0px);
} 

#team-hero-img {
  transform: translate(-25px,0px);
}

#services-hero-img {
  transform: translate(-225px,0px);
}

#contact-hero-img {
  transform: translate(-225px,-30px);
}

#about-h1 { 
  text-align: left;
  transform: translate(0, 50px);
} 

#hero-about-btn {
  display: block;
  transform: translate(-5px, 30px);
}


.services-section .mobile-btn {
  display: none;
}

.services-section .services-card {
  width: 740px;
  height: auto;
  background: #ffffff;
  box-shadow: none;
  border-radius: 24px;
  margin-bottom: 10px;
  margin-top: 20px;
  margin-left: -5px;
} 

#Health-data {
  transform: translate(0px,-30px);
  box-shadow: none;
  width: 740px;
}

#Future-goals { 
  display: flex;
  width: 740px;
  transform: translate(0px, -55px);
}

.team-section {
  display: block;
}

.team-section h2{ 
  font-size: 50px;
}

.team-section .members {
 display: block;
 transform: translate(-80%, 0);
 gap: 80px;
}

.team-section .team-card {
  width:740px;
  background: #ffffff;
  box-shadow: 0px 9px 36px rgba(0, 0, 0, 0.2);
  border-radius: 24px;
  margin-bottom: 50px;
  margin-left: 35px;

}

#director-img {
  width: 50px;
  height: auto;
  margin-top: -50px;
  transform: translate(200px);
}

#director-btn {
  display: none;
  width: 200px;
  transform: translate(120px, 70px);
}

#director {
display: block;
transform: translate(30px, 80px);
width: 700px;
margin-top: -60px;
text-align: justify;
}

#director h5 {
  text-align: center;
  transform: translate(15px);
}


  footer .links-container {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 40px;
  }

  footer form input {
    padding: 8px 32px;
    text-align: center;
  }

  footer .links-container .links:last-child {
    grid-column: 1 / 2;
  }

  footer ul {
    padding: 0;
  }

  footer form .submit-btn {
    top: 130%;
    left: 50%;
    transform: translateX(-50%);
  }

  footer .copyright {
    margin-top: 80px;
    text-align: center;
  }

} 

@media (max-width: 450px) {
  body {
    width: 425px;
  }

  .wrapper {
    padding: 0 32px;
    align-items: center;
    width: 400px;
  } 


  .hero-section .left p {
    width: 450px;
  } 

 .hero-section .right img {
    display: block;
    width: 100%;
    height: auto;
    padding-bottom: 280px;
    transform: translate(205px, 140px);
  }
  
  #home-contact-btn {
    transform: translate(80px, 150px);
  }

  .home-contact-section p { 
    text-align: center;
  }

  .about-card .info-4 {
    height: 450px;
  }

  .home-contact-section .app-buttons {
    flex-direction: column;
  } 

  .home-contact-section .form-name {
    width: 600px;
    align-items: center;
    text-overflow: clip;
    transform: translate(-15px);
  } 

  .home-contact-section .form-email {
    width: 600px;
    align-items: center;
    text-overflow: clip;
    transform: translate(-15px);
  } 

  .home-contact-section .form-message {
    width: 450px;
    align-items: center;
    transform: translate(-15px);
  } 

  .home-contact-section .app-btn {
    padding: 16px 30px;
    background: var(--orange-color);
    color: #fff;
    display: flex;
    align-items: center;
    min-width: 30px;
    border-radius: 20px;
    margin-top: 25px;
    border-style: none;
    font-weight: medium;
    transform: translate(90px);
  } 

  .vl {
    border-left: 6px solid var(--light-blue-color) ;
    height: 350px;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    top: 20px;
    display: none;
  }
  
  #contact-details { 
    width: 45%;
    text-align: center;
    translate: 100px;
  } 

  #mobile-email {
    translate: -20px;
  }
  
  #contact-details-heading { 
    width: 50%;
    text-align: justify;
    translate: 100px;
    padding-top: 30px;
  }
  
  #contact-details-2 { 
    width: 40%;
    text-align: center;
    transform: translate(100px, -10px);
    color: var(--dark-color);
  }

  
  #contact-details-heading-2 { 
    width: 50%;
    text-align: justify;
    transform: translate(100px, -10px);
    padding-top: 60px;
  } 
  
  #home-contact-btn {
    transform: translate(80px, 150px);
  }

  #contact-img {
    transform: translate(5px);
  } 

  #contact-hero-img {
    width: 400px;
    height: auto;
    transform: translate(-160px, 20px);
  }

  .landing-logo { 
    display: none;
  } 

  .navbar {display: flex;
  position: fixed;
  } 

  .navbar-brand { 
    width: 10px;
    height: auto;
  }

 .fixed-top { 
    display: flex;
    width: 425px;
  }

  .mobile-nav { 
    display: none;
  }
 
  .mobile-nav .mobile-logo {
    display: none;
    
  }  

  nav.mobile-nav {
    display: none;
  }

  nav.mobile-nav.scrolled {
   display: none;
  }

  .mobile-menu-container .close-icon {
    display: none;
  } 

  .hero-section .left h1 {
    font-size:xx-large;
    text-align:center;
    width: 400px;
    transform: translate(-20px, 500px);
  }

  .hero-section .left img { 
    width: 150px;
    height: auto;
    transform: translate(110px);
  } 

  .hero-section .left .btn{ 
  transform: translate(95px);
  margin-top: 300px;
  } 

  .hero-section-team { 
    display: block;
  }

  .hero-section-team .left h1 {
    font-size:30px;
    text-align:center;
    width: 350px;
    transform: translate(8px, 530px);
  }

  .hero-section-team .left img { 
    width: 150px;
    height: auto;
    transform: translate(180px);
  } 

  #team-contact-btn { 
    transform: translate(80px, 130px);
  }

  .hero-section-team .left .btn{ 
  transform: translate(95px);
  margin-top: 360px;
  }
 
 header .hero-section-team .right img { 
  display: block;
  width: 400px;
  height: auto; 
  transform: translate(70px, -440px);
 }

  .achievement-card h3 {
    font-size: 30px;
  }


  h2 {
    font-size: 30px;
  } 

  .home-services-section .left {
    display: none;
  } 

  .home-services-section .right h2 {
    font-size: xx-large;
  } 

  .home-services-section .right {
    align-items: center;
  } 


  .home-services-section .home-services-card {
    width: auto;
    background: #ffffff;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
    border-radius: 24px;
    margin-bottom: 50px;
    margin-top: 30px;
    position: relative;
  } 

  .icon {
   display: none;
  } 

  .icon_2 {
    display: none;
  } 

  .home-team-section {
    background: var(--secondary-blue-color);
    padding: 70px 0;
    padding-bottom: 120px;
  }

  #director-img {
    width: 30px;
    height: auto;
    transform: translate(-2px);
  }

  #director-btn {
    display: block;
    width: 200px;
    transform: translate(120px, 70px);
  }

  #director {
  display: block;
  transform: translate(-30px, 80px);
  width: 400px;
  }

  #director p {
    display: none;
  }


  .home-team-card { 
    width: 300px;
  }
  .home-team-section h2 {
    text-align: center;
  } 

  .home-team-section .wrapper {
    padding: 0;
  } 

  .home-team-section .home-team-card h3 {
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 30px;
    margin-top: -20px;
    text-align: center;
    color: var(--secondary-blue-color);
    transform: translate(-25px);
  } 
  
  .home-team-section .home-team-card h4 {
    font-family: "Raleway", sans-serif;
    font-weight: 20px;
    font-size: 20px;
    line-height: 50%;
    text-align: center;
    color: var(--dark-color);
    margin-top: -20px;
  }

  .home-team-section .home-team-card img {
    width: 200px;
    height: auto;
    transform: translate(50px, -30px);
  }

  .home-team-section .wrapper .btn {
    right: 32px;
  } 
  
  .home-team-section .home-team-cards {
    display: flex;
    gap: 15px;
    align-items:center; 
    margin-left: 60px;
    width: 300px;
    margin-top: -50px;
    
  } 
  
  .home-team-section .home-team-cards img {
    width: 180px;
    height: auto;
    filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.25));
    border-radius: 24px;
    padding-top: 50px;
  } 

  .info { 
    text-align: auto;
    transform: translate(20px);
    margin-top: 50px;
  } 

  .btn.light { 
    transform: translate(-100px);
  }

  .home-team-section .home-team-card::after {
  display: none;
  } 

  .about-section-1 .about-card { 
    width: 400px;
    transform: translate(235px);
  }

  .about-section-1 h2 {
    font-size: 30px;
  }

  .about-section-2 h2 {
    font-size: 30px;
  }

  .about-section-2 .about-card { 
    width: 400px;
    transform: translate(235px);
  } 

  .about-section-2 .about-card .info h4 {
    font-size: 18px;
  }

  .about-section-2 .about-card .info p.company {
    font-size: 14px;
  }

  .about-section-2 .about-card img {
    height: 100px;
    width: 100px;
  }

  .about-section-3 h2 {
    font-size: 30px;
  }

  .about-section-3 .about-card { 
    width: 400px;
    transform: translate(235px);
  } 

  .about-section-3 .about-card .info h4 {
    font-size: 18px;
  }

  .about-section-3 .about-card .info p.company {
    font-size: 14px;
  }

  .about-section-3 .about-card img {
    height: 160px;
    width: 160px;
  }

#about-hero-img {
  transform: translate(-200px, 10px);
}

#hero-about-btn {
  transform: translate(80px, 150px);
}

#about-h1 {
  width: 450px;
  font-size: 30px;
  margin-left: -20px;
}

  .home-contact-section {
    text-align: left;
    align-content: center;
    display: block;
    width: 425px;
  } 

  .home-contact-section h2 {
   font-size: 50px;
   color: var(--dark-color);
   padding-top: 10px;
  }

  .services-section {
    display: block;
    padding-bottom: 420px;
    
  } 

  .services-section h2 {
    font-size: 50px;
  }

  #services-hero-img {
    transform: translate(-200px, 10px);
  }

  #services-btn {
    transform: translate(115px);
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .services-section .services {
  display: block;
 gap: 150px;
 margin-left: 20px; 
} 


.services-section .mobile-btn {
  display: none;
}

.services-section .services-card {
  width: 400px;
  height: auto;
  background: #ffffff;
  box-shadow: none;
  border-radius: 24px;
  margin-bottom: 10px;
  margin-top: 20px;
  margin-left: -5px;
} 

#Health-data {
  transform: translate(-2px, -15px);
  box-shadow: none;
  width: 400px;
}

#Future-goals { 
  display: block;
  width: 400px;
  transform: translate(-2px, 25px);
}

.team-section {
  display: block;
  transform: translate(10px);
}

.team-section .members {
 display: block;
 transform: translate(-80%, 0);
 gap: 80px;
}

.team-section .team-card {
  width:auto;
  background: #ffffff;
  box-shadow: 0px 9px 36px rgba(0, 0, 0, 0.2);
  border-radius: 24px;
  margin-bottom: 50px;
  position: relative;
}

  footer .links-container {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 40px;
  }

  footer form input {
    padding: 8px 32px;
    text-align: center;
  }

  footer .links-container .links:last-child {
    grid-column: 1 / 2;
  }

  footer ul {
    padding: 0;
  }

  footer form .submit-btn {
    top: 130%;
    left: 50%;
    transform: translateX(-50%);
  }

  footer .copyright {
    margin-top: 80px;
    text-align: center;
  }
}
