@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

:root {
    --primary-color: #28a745;/* Vibrant orange to evoke energy and urgency */
    --secondary-color: #0056d2; /* Bold blue to represent trust and professionalism */
    --text-dark: #1a1a1a; /* Darker gray for strong readability */
    --text-light: #6b7280; /* Neutral gray for supportive text */
    --extra-light: #f9f9f9; /* Soft off-white for backgrounds */
    --white: #ffffff; /* Pure white for contrast and cleanliness */
    /* Bright gradient for attention-grabbing elements */
    --gradient-2: linear-gradient(to right, #0056d2, #4a90e2); /* Professional gradient for highlights */
    --max-width: 1200px; /* Retain layout size */
    
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.section__container {
  max-width: var(--max-width);
  margin: auto;
  padding: 4rem 1rem;
}

.section__header {
  position: relative;
  isolation: isolate;
  font-size: 2rem;
  line-height: 2.75rem;
  max-width: 1000px;
  color: var(--text-dark);
}
.section__header {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 3.25rem;
  color: var(--text-dark);
}

/* .section__header::before {
  position: absolute;
  top: -5rem;
  width: max-content;
  font-size: 6rem;
  font-weight: 800;
  line-height: 6rem;
  color: rgba(0, 0, 0, 0.05);
  z-index: -1;
} */

.btn {
  padding: 0.75rem 1.5rem;
  outline: none;
  border: none;
  font-size: 1rem;
  color: var(--white);
  background-color: var(--text-dark);
  border-radius: 5px;
  transition: 0.3s;
  cursor: pointer;
}

.btn:hover {
  background-color: var(--primary-color);
}

img {
  display: flex;
  width: 100%;
}
video {
    display: flex;
    width: 100%;
  }
  

a {
  text-decoration: none;
  transition: 0.3s;
}

ul {
  list-style: none;
}

html,
body {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
}
/* 
header {
  overflow: hidden;
}

nav {
  position: fixed;
  isolation: isolate;
  top: 0;
  width: 100%;
  z-index: 9;
}

.nav__header {
  padding: 1rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--text-dark);
}

.nav__logo img {
  max-width: 175px;
}

.nav__logo .logo-dark {
  display: none;
}

.nav__menu__btn {
  font-size: 1.5rem;
  color: var(--white);
  cursor: pointer;
}

.nav__links {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2rem;
  background-color: var(--text-dark);
  transition: transform 0.5s;
  z-index: -1;
}

.nav__links.open {
  transform: translateY(100%);
}

.nav__links a {
  font-weight: 600;
  color: var(--white);
  white-space: nowrap;
}

.nav__links a:hover {
  color: var(--primary-color);
}

.nav__btns {
  display: none;
} */
/* 
.header__container {
  display: grid;
  gap: 2rem;
}

.header__container h1 {
  position: relative;
  isolation: isolate;
  font-size: 4rem;
  font-weight: 800;
  line-height: 5rem;
  color: var(--secondary-color);
  font-style: italic;
  text-align: center;
}

.header__container h1::before {
  position: absolute;
  content: "GROW YOUR STRENGTH";
  top: -5rem;
  left: -5rem;
  font-size: 8rem;
  font-weight: 800;
  line-height: 10rem;
  color: rgba(0, 0, 0, 0.05);
  z-index: -1;
}

.header__container h2 {
  margin-bottom: 2rem;
  font-size: 4rem;
  font-weight: 800;
  line-height: 5rem;
  color: var(--text-dark);
  font-style: italic;
  text-align: center;
}

.header__container p {
  margin-bottom: 2rem;
  color: var(--text-light);
  text-align: center;
}

.header__btn {
  text-align: center;
}

.header__image img {
  max-width: 300px;
  margin-inline: auto;
}

.about {
  overflow: hidden;
}

.about__container {
  display: grid;
  gap: 2rem;
}

.about__image {
  position: relative;
  isolation: isolate;
}

.about__image::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-75%, -50%);
  width: calc(100% - 5rem);
  aspect-ratio: 1;
  background-image: var(--gradient-2);
  border-radius: 100%;
  z-index: -1;
}

.about__image img {
  max-width: 550px;
  margin-inline: auto;
}

.about__content .section__header::before {
  content: "About Us";
}

.about__content p {
  margin-top: 1rem;
  color: var(--text-light);
}

.about__content p:nth-child(3) {
  margin-bottom: 2rem;
} */

.service {
  background-color: #0056d2;
  overflow: hidden;
}

.service__container .section__header {
  color: white;
  text-align: center;
  font-size: 3rem;
  margin: auto;
}


.service__grid {
  margin-top: 4rem;
  display: grid;
  gap: 2rem;
}

.service__card span {
  font-size: 2rem;
  font-weight: 800;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px var(--white);
  opacity: 0.75;
}

.service__card h4 {
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--white);
  
}

.service__card p {
  color: var(--white);
}

.service__image {
  display: none;
}

.popular {
  overflow: hidden;
}

.popular__container .section__header::before {
  content: "Popular Classes";
}

.popular__grid {
  margin-top: 4rem;
  display: grid;
  gap: 1rem;
}

.popular__card {
  padding: 1rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  border: 1px solid var(--extra-light);
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
}

.popular__card:hover {
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
}

.popular__card div {
  flex: 1;
}

.popular__card h4 {
  margin-bottom: 5px;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--text-dark);
}

.popular__card span {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-color);
  transition: 0.3s;
}

.popular__card:hover span {
  transform: translateX(10px);
}

.popular__card p {
  color: var(--text-light);
}


.mentor__container {
  overflow: hidden;
}

/* .mentor__container .section__header::before {
  content: "Best Team";
} */

.mentor__grid {
  margin-top: 4rem;
  display: grid;
  gap: 4rem 1rem;
}

.mentor__card img {
  margin-bottom: 1rem;
  border-radius: 2rem;
}

.mentor__container h2 {
  font-size: 3rem;
  text-align: center;
  margin: auto;
  color: var(--secondary-color);
}

.mentor__card h4 {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-dark);
  text-align: center;
  
}

.mentor__card p {
  font-weight: 500;
  color: var(--text-light);
  text-align: center;
}

.banner {
  position: relative;
  isolation: isolate;
  display: grid;
  overflow: hidden;
}

.banner__content {
  padding: 7rem 1rem;
}

.banner__content::before {
  position: absolute;
  content: "";
  inset: 0;
  grid-area: 1/1/2/4;
  
  z-index: -1;
}
.portfolio__content h2 {
  font-size: 2.5rem;
  
}

.banner__content h2 {
  margin-bottom: 1rem;
  font-size: 4rem;

  color: var(--text-dark);
}

.banner__content p {
  font-size: 1.2rem;
  color: var(--white);
}

.banner__content p a {
  text-decoration: underline;
  color: var(--white);
}

/* .program-info h1 {
    color: black;
    margin: 0 0 10px;
    font-size: 2rem;
  } */
  
  .program-info p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  
  .program-info .collaboration {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  
  .program-info .collaboration img {
    width: 90px;
    margin-left: 8px;
  }
  
  .program-info .buttons {
    display: flex;
    gap: 15px;
  }
  @media (width < 374px) {

    .banner__content {
      padding: 7rem 1rem 3rem 1rem;
    }
    /* Default button styling */
    
    
    .banner__content h2 {
      margin-bottom: 1rem;
      font-size: 1.5rem;
    
      color: var(--text-dark);
    }
    
    .banner__content p {
      font-size: 1.2rem;
      color: var(--white);
    }
    
    .banner__content p a {
      text-decoration: underline;
      color: var(--white);
    }
    
    /* .program-info h1 {
        color: black;
        margin: 0 0 10px;
        font-size: 2rem;
      } */
      
      .program-info p {
        color: #666;
        line-height: 1.6;
        margin-bottom: 20px;
      }
      
      .program-info .collaboration {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
      }
      
      .program-info .collaboration img {
        width: 70px;
        margin-left: 5px;
      }
      
      .program-info .buttons {
        flex-direction: column;
        
      }



    
      
    
      
      
    } 
  
  
  .program-info .buttons a {
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: bold;
    text-align: center;
    transition: background 0.3s;
  }
  
  .program-info .buttons .apply-btn {
    background: #007bff;
    color: #fff;
  }
  
  .program-info .buttons .apply-btn:hover {
    background: #0056b3;
  }
  
  .program-info .buttons .syllabus-btn {
    background: #f8f9fa;
    color: #333;
    border: 1px solid #ddd;
  }
  
  .program-info .buttons .syllabus-btn:hover {
    background: #e9ecef;
  }
  

@media (width > 540px) {
  .service__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .popular__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .mentor__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  
}

@media (width > 768px) {

  .header__container {
    padding-top: 0;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
  }

  .header__container :is(h1, h2, p, .header__btn) {
    text-align: left;
  }

  .about__container {
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
  }

  .popular__grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .banner1 {
    grid-template-columns:
      minmax(0, 1fr)
      minmax(0, calc(var(--max-width) / 2))
      minmax(0, calc(var(--max-width) / 2))
      minmax(0, 1fr);
  }

  .banner1__content {
    grid-area: 1/2/2/3;
  }

  .banner1__image {
    grid-area: 1/3/2/5;
  }

  .banner1__image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
  }

  .mentor__grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .banner {
    
    grid-template-columns:
      minmax(0, 1fr)
      minmax(0, calc(var(--max-width) / 2))
      minmax(0, calc(var(--max-width) / 2))
      minmax(0, 1fr);
  }

  .banner__content {
    grid-area: 1/2/2/3;
  }

  .banner__image {
    grid-area: 1/3/2/5;
  }

  .banner__image video {
    
    height: 100%;
    object-fit: cover;
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
  }
  .portfolio__container {
    grid-template-columns:
      minmax(0, 1fr)
      repeat(3, minmax(0, calc(var(--max-width) / 3)))
      minmax(0, 1fr);
  }

  .portfolio__content {
    grid-column: 2/3;
  }

  .portfolio__image__wrapper {
    grid-column: 3/6;
  }


}

@media (width > 1024px) {
  .service__grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .service__image {
    position: relative;
    isolation: isolate;
    display: flex;
    height: 100%;
    width: 100%;
    grid-area: 1/2/3/3;
  }

  .service__image img {
    position: absolute;
    top: -10rem;
  }

  .popular__card {
    padding: 1.5rem;
  }

  .facility__content {
    padding-inline: 4rem 1rem;
  }

  .mentor__grid {
    gap: 4rem 2rem;
  }
}


.faq__container {
    display: grid;
    gap: 2rem;
  }
  
  .faq__image img {
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow effect */
    
  }
  
  
  .faq__image img {
    /* max-width: 600px; */
    margin-inline: auto;
  }
  
  .faq__content .section__header {
    margin-bottom: 1rem;
  }
  
  .faq__grid {
    margin-top: 1rem;
    display: grid;
    gap: 1rem;
  }
  
  .faq__card {
    padding: 1rem;
    display: grid;
    gap: 10px;
    background-color: lightgray;
    border: 5px;
  }
  
  .faq__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
  }
  .faq__content h2 {
    font-size: 2rem;
    color: var(--secondary-color);
  }
  .faq__header h4 {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--text-dark);
  }
  
  .faq__header span {
    font-size: 1.5rem;
    transition: 0.3s;
    cursor: pointer;
  }
  
  .faq__card.active .faq__header span {
    transform: rotate(180deg);
  }
  
  .faq__description {
    color: var(--text-dark);
    display: none;
  }
  
  .faq__card.active .faq__description {
    display: block;
  }
  
  .faq__container {
    grid-template-columns: repeat(2, 1fr);
  }
@media  (max-width: 1024px) {
    .faq__container {
        grid-template-columns: repeat(1, 1fr);
      }
}
  
  
.certification-section {
  display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
padding: 20px;
background-color: #ffffff;
max-width: 1200px;
margin: auto;
}
.certification-header {
  text-align: center;
  margin-bottom: 30px;
}
.certification-header h1 {
  font-size: 2em;
  color: #007bff;
  margin: 0;
}
.certification-header p {
  font-size: 1.2em;
  color: #666;
}
.certification-container {
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
 
  overflow: hidden;
}
.certification-info {
  flex: 1 1 50%;
  min-width: 300px;
  padding: 20px;
  box-sizing: border-box;
  
  
}
.certification-info h2 {
  margin: 0 0 10px;
  font-size: 1.8em;
  color: black;
}
.certification-info ul {
  list-style-type: none;
  padding: 0;
}
.certification-info ul li {
  margin: 10px 0;
  padding-left: 20px;
  position: relative;
  color: #666;
}
.certification-info ul li::before {
  content: "✔";
  color: #666;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}
.certification-image {
  flex: 1 1 50%;
  min-width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
 
}
.certification-image img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1024px) {
  .certification-container {
      flex-direction: column;
      width: 90%;
      margin: auto;
      
  }
}

main {
  display: flex !important;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: auto;
  padding: 3rem 1rem;

}

.card-basic,
.card-premium,
.card-standard {
  margin-bottom: 2rem;
  padding: 0 0 0.5rem 0;
  width: 20rem;
  background: #fff;
  color: #444;
  text-align: left;
  border-radius: 1rem;
  box-shadow: 0.5rem 0.5rem 1rem rgba(51, 51, 51, 0.2);
  overflow: hidden;
  transition: all 0.1ms ease-in-out;
}
.card-basic:hover,
.card-premium:hover,
.card-standard:hover {
  transform: scale(1.02);
}

.card-header {
  height: 6rem;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.8rem;
  padding: 1rem;
  color: #fff;
  clip-path: polygon(0 0, 100% 0%, 100% 85%, 0% 100%);
}

.header-basic,
.btn-basic {
  background: linear-gradient(135deg, rgb(0, 119, 238), #06c766);
}

.header-standard,
.btn-standard {
  background: linear-gradient(135deg, #b202c9, #cf087c);
}

.header-premium,
.btn-premium {
  background: linear-gradient(135deg, #eea300, #ee5700);
}

.card-body {
  padding: 1rem;
}
.card-body h2 {
  font-size: 2rem;
  font-weight: 700;
}

.card-element-container {
  color: #444;
  list-style: none;
  text-align: left;
}



.btn {
  margin: 0.5rem 0;
  padding: 0.7rem 1rem;
  outline: none;
  border-radius: 1rem;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  border: none;
  cursor: pointer;
  transition: all 0.1ms ease-in-out;
}

.btn:hover {
  transform: scale(0.95);
}

.btn:active {
  transform: scale(1);
}

.card-element-hidden {
  display: none;
}


.client__container {
  max-width: 1200px;
  margin: auto;
  padding-top: 0;
}

.client__container h2{
  font-size: 3rem;
  color: var(--secondary-color);
 
}

.swiper {
  padding-block: 4rem;
  width: 100%;
  
}

.swiper-slide {
  min-width: 200px;

  margin-bottom: 2rem;
}

.swiper-pagination-bullet {
  height: 10px;
  width: 10px;
}

.swiper-pagination-bullet-active {
  background-color: var(--primary-color);
}

.client__header {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  font-size: 3rem;
}

.client__details {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.client__details img {
  max-width: 80px;
  border-radius: 100%;
  border: 2px solid var(--secondary-color);
}

.client__details h4 {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--secondary-color);
}

.client__details h5 {
  font-size: 1rem;
  font-weight: 400;
  color: var(--text-light);
}

.client__ratings span {
  font-size: 1.2rem;
  color: goldenrod;
}

.client__card p {
  color: var(--text-light);
  line-height: 1.75rem;
}

@media (max-width: 475px) {
  
 .banner__content h2 {
  font-size: 2.2rem;
 }
 .certification-section .certi-header {
  font-size: 2.2rem !important;
 }
}


.portfolio__container {
  display: grid;
  gap: 2rem 0;
  padding: 5rem 1rem;
}

.portfolio__content {
  padding-inline: 1rem;
}

.portfolio__content .section__header {
  margin-bottom: 1rem;
}

.portfolio__content .section__description {
  margin-bottom: 2rem;
}

.portfolio__image__wrapper {
  overflow-x: hidden;
}

.portfolio__image {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 1rem;

  animation: scroll 45s linear infinite;
}

.portfolio__image img {
  max-width: 300px;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.05);
}

@keyframes scroll {
  to {
    transform: translateX(calc(-50% - 0.5rem));
  }
}



.section-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background-color: #ffffff;
  max-width: 1200px;
  margin: auto;
 
}

/* Text content on the left */
.text-content {
  flex: 1 1 50%;
  max-width: 50%;
  padding: 20px;
  box-sizing: border-box;
}

.text-content h1 {
  font-size: 2rem;
  color: #222;
  margin-bottom: 15px;
}

.text-content h1 span {
    color: orange;
}

.text-content p {
  font-size: 16px;
  color: #555;
  margin-bottom: 20px;
  line-height: 1.6;
}

.text-content ul {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.text-content ul li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 16px;
  color: #555;
}

.text-content ul li::before {
  content: "✔️";
  color: #28a745;
  font-size: 16px;
  margin-right: 10px;
}

.text-content .buttons {
  display: flex;
  gap: 15px;
}

.text-content .buttons a {
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 16px;
  text-align: center;
}

.text-content .buttons .btn-primary {
  background-color: #007bff;
  color: #fff;
}

.text-content .buttons .btn-secondary {
  border: 2px solid #007bff;
  color: #007bff;
  background-color: #ffffff;
}

.text-content .footer {
  margin-top: 15px;
  font-size: 14px;
  color: #555;
}

.text-content .footer a {
  color: #007bff;
  text-decoration: none;
}

/* Image/Graphic content on the right */
.graphic-content {
  flex: 1 1 50%;
  max-width: 50%;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
}

.graphic-content img {
  max-width: 100%;
  border: 10px solid orange;
}

.graphic-content .stats {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}

.graphic-content .stat {
  background-color: #f9f9f9;
  padding: 10px 15px;
  border-radius: 5px;
  text-align: center;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.graphic-content .stat .icon {
  font-size: 20px;
  margin-bottom: 5px;
}

.graphic-content .stat span {
  display: block;
  font-size: 16px;
}

@media (max-width: 1024px) {
  .text-content, .graphic-content {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .text-content h1 {
    font-size: 24px;
  }
}



.container3 {
  display: flex;
  flex-wrap: wrap;
  margin: 20px auto;
  max-width: 1200px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.video-section_2 {
  flex: 1 1 50%;
  min-width: 300px;
}
.video-section_2 iframe {
  width: 100%;
  height: 100%;
  min-height: 300px;
  border: none;
}
.bio-section {
  flex: 1 1 50%;
  min-width: 300px;
  padding: 20px;
  box-sizing: border-box;
  background: linear-gradient(135deg, #007bff, #4a90e2);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.bio-section h2 {
  margin-top: 0;
}
.bio-section p {
  line-height: 1.6;
}
.bio-section .quote {
  margin-top: 20px;
  font-style: italic;
  font-size: 1.2em;
  color: #fdfdfd;
}
.header2 {
  text-align: center;
  margin: 20px auto;
  max-width: 800px;
  color: #333;
}
.header h1 {
  margin: 0;
  font-size: 2em;
  color: #007bff;
}
.header p {
  font-size: 1.2em;
  line-height: 1.6;
  color: #666;
}
@media (max-width: 768px) {
  .container3 {
      flex-direction: column;
      max-width: 90%;
  }
}


