/* navbar */

.navbar .nav-link,
.navbar .dropdown-toggle {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus,
.navbar .dropdown-toggle:hover,
.navbar .dropdown-toggle:focus {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}



.navbar-shadow {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease-in-out;
}

.navbar-brand {
  font-size: 20px;
  font-weight: 700;

}

.nav-item {
  font-weight: 550;
  margin-right: 10px;
}

.nav-item :hover {
  color: blue !important;
}

.img-1 {
  height: 70px;
  width: 70px;
}

.btn-5 {
  background-color: #32b17a;
  color: #fff;
  border: none;
  margin-left: 10px;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 1s;
}

.btn-5:hover {
  background-color: black;
  color: #32b17a;
}

.btn-6 {
  background-color: #f2bf1a;
  color: #fff;
  border: none;
  margin-left: 10px;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 1s;
}

.btn-6:hover {
  background-color: black;
  color: #32b17a;
}



/* Header */


.section-1 {
  background-color: #91c8e4a4;
}

.header-1 {
  color: blue;
  font-size: 20px;
}

.section-1 h1 {
  font-size: 36px;
  font-weight: 700;
  margin-top: 20px;
}

h1 {
  font-size: 36px;
}

/* Tablet */
@media (max-width: 1024px) {
  h1 {
    font-size: 28px;
  }
}

/* Mobile */
@media (max-width: 600px) {
  h1 {
    font-size: 22px;
  }
}



.section-1 p {
  margin-top: 1rem;
  color: rgba(0, 0, 0, 0.657);
}

p {
  font-size: 1.2rem;
}

@media (max-width: 768px) {
  html {
    font-size: 90%;
  }

  .mainfront {
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 80%;
  }
}

/* About Started */


.section-2 {
  background-color: #faf8f9;
}

.section-2 img {
  width: 800px;
  display: block;
  margin: auto;
}

@media (max-width: 1024px) {
  .section-2 img {
    width: 500%;
  }
}

@media (max-width: 600px) {
  .section-2 img {
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 375px) {
  .section-2 img {
    width: 100%;
    height: 100%;
  }
}

.section-2 .main-2 {
  font-size: 25px;
  font-weight: 700;
  color: #ffb800;
}

.section-2 h2 {
  font-size: 35px;
  font-weight: 700;
  color: black;

}

.section-2 p {
  color: rgba(0, 0, 0, 0.657);
  font-size: 1rem;
}

@media (max-width: 480px) {
  .section-2 p {
    font-size: 1.3rem;
    padding-left: 3%;
    padding-right: 3%;
  }
}

.section-2 h4 {
  font-size: 20px;
  color: black;
}

.section-1 .btn-4 {
  background-color: #32b17a;
  color: #fff;
  margin-top: 15px;
  border: none;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 1s;
}

.section-1 .btn-4:hover {
  background-color: black;
  color: #32b17a;
}


/* our result started */
.topper-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s;
}

.topper-card:hover {
  transform: translateY(-5px);
}

.topper-img {
  border-radius: 0;
  width: 100%;
  height: auto;
  object-fit: cover;
  position: relative;
}

.badge-ribbon {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #ff6f00;
  color: #fff;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 12px;
  font-size: 0.9rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.topper-info {
  padding: 15px 10px 20px;
  background-color: #f9f9f9;
  border-top: 1px solid #ddd;
}

.rank-text {
  background-color: #e1e9f5;
  display: inline-block;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 0.85rem;
  color: #333;
  font-weight: 500;
  margin-top: 5px;
}
 

/* <!-- student say --> */


.section-7 {
  padding-top: 3rem;
  padding-bottom: 6rem;
}

.section-7 img {
  border-radius: 10px;
  background-size: cover;
  margin-top: 6%;
}

.section-7 .why-1 {
  font-weight: 500;
  font-size: 30px;
  color: black !important;
}

.section-7 h2 {
  font-size: 35px;
  font-weight: 700;
  color: #0a0a0a;
  margin-top: 2%;
}

@media (max-width: 480px) {
  .section-2 h2 {
    font-size: 30px;
    padding-left: 3%;
    padding-right: 3%;
  }
}

.section-7 p {
  color: rgba(0, 0, 0, 0.657);
  margin-top: 20px;
  font-size: 1rem;
}

@media (max-width: 480px) {
  .section-7 p {
    font-size: 1.3rem;
    padding-left: 3%;
    padding-right: 3%;
  }
}

.progress-container-1 {
  width: 85%;
  height: 8px;
  background-color: #b3aeae;
  border-radius: 5px;
  margin-top: 10px;
}

.progress-bar-1 {
  height: 100%;
  width: 90%;
  background-color: #0d6efd;
  border-radius: 5px;
}


.progress-container-2 {
  width: 85%;
  height: 8px;
  background-color: #b3aeae;
  border-radius: 5px;
  margin-top: 10px;
}

.progress-bar-2 {
  height: 100%;
  width: 98%;
  background-color: #0d6efd;
  border-radius: 5px;
}

.progress-container-3 {
  width: 85%;
  height: 8px;
  background-color: #b3aeae;
  border-radius: 5px;
  margin-top: 10px;
}

.progress-bar-3 {
  height: 100%;
  width: 93%;
  background-color: #0d6efd;
  border-radius: 5px;
}



/* mission-vision */






/* online courses */

.section-11 {
  padding-top: 3rem;
  padding-bottom: 6rem;
}

:root {
  --clr-primary: #32b17a;
  --clr-dark: #002147;
}

.section-11 .card {
  border: none;
  border-radius: 18px;
  overflow: hidden;
  transition: transform .35s ease, box-shadow .35s ease;
  box-shadow: 0 8px 22px rgba(0, 0, 0, .08);
  background: #fff;
}


.section-11 .card-img-top {
  width: 100%;
  height: 180px;
  object-fit: cover;
  transition: transform .35s ease;
}


.section-11 .card-title {
  color: var(--clr-dark);
  font-weight: 600;
  font-size: 1.05rem;
  line-height: 1.3;
  /* min-height: 48px; */
}

.section-11 .card-text {
  font-size: .91rem;
  color: #555;
  display: flex;
  align-items: baseline;
  gap: .45rem;
  margin-bottom: .45rem;
}

.section-11 .card-text i {
  color: var(--clr-primary);
  font-size: .8rem;
  line-height: 1;
}


.section-11 .btn-3 {
  display: inline-block;
  padding: 10px 20px;
  background: var(--clr-primary);
  color: #fff;
  font-weight: 600;
  width: 100%;
  border-radius: 7px;
  border: none;
  cursor: pointer;
  transition: transform .25s ease, box-shadow .25s ease;
  position: relative;
  overflow: hidden;
}

.section-11 .btn-3:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, .15);
}

.section-11 .btn-3::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, .35);
  transform: scale(0);
  opacity: 0;
  transition: transform .4s ease, opacity .4s ease;
}

.section-11 .btn-3:active::after {
  transform: scale(2.5);
  opacity: 0;
  transition: 0s;
}








/* d.roy logo */


.section-8 {
  /* background: linear-gradient(rgba(30, 27, 27, 0.771), rgba(68, 67, 67, 0.733)), url(https://p.w3layouts.com/demos_new/template_demo/02-02-2022/workup-liberty-demo_Free/60229367/web/assets/images/bg1.jpg); */
  height: 60vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.section-8 img {
  background-size: cover;
  height: 100px;
  width: 100px;
}

.section-8 p {
  margin-top: 10px;
  color: white;
  font-size: 1.2rem;
  font-weight: 400;
}

.section-8 .btn-0 {
  background-color: #32b17a;
  color: #fff;
  width: 150px;
  margin-top: 13px;
  margin-right: 3%;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 1s;
}

.btn-0:hover {
  background-color: black;
  color: #32b17a;
}

/* testimonial started */

.testimonial-card {
  background-color: #f1f9f2; /* halka light green bg */
  border-radius: 20px; /* gol dabbas */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #d4e6d2;
}

.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}

.testimonial-card img {
  border-radius: 50%;
  border: 2px solid #98c99f; /* light green border around image */
}
.testimonial-card {
  background-color: #f9e3df;
  border-radius: 40px; /* full round edges */
  padding: 30px;
  border: 1px solid #d4e6d2;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#testimonialSection {
  background-color: #e2e2d7;
  padding: 100px 20px 60px 20px;
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  #testimonialSection {
    padding-top: -170px; /* extra space from top in phone */
    margin-top: 15%;
  }
   .testimonial-card {
    min-height: auto;
  }
  header {
  position: sticky;
  top: 0;
  z-index: 999;
}
.testimonial-section {
  padding-top: 100px;  /* Ensures spacing below header */
  padding-bottom: 60px;
  background-color: #e2e2d7;
  position: relative;
  z-index: 1;
}

}

.achievements-section {
  text-align: center;
  padding: 60px 20px;
  background: linear-gradient(to bottom, #e0f0ff, #ffffff);
}

.achievements-section h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 40px;
  color: #222;
}

.achievements-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.achievement-box {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
  padding: 30px 20px;
  width: 240px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.achievement-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.achievement-box i {
  font-size: 40px;
  margin-bottom: 15px;
  color: #007bff;
}

.achievement-year {
  font-weight: bold;
  margin-bottom: 10px;
  color: #333;
}

.achievement-text {
  font-size: 1rem;
  color: #555;
}

.footer-links {
  margin-top: 40px;
  font-size: 0.95rem;
  color: #333;
}

.footer-links a {
  color: #007bff;
  text-decoration: none;
}

.footer-links a:hover {
  text-decoration: underline;
}


/* what we teach     */
.career-section {
  background: #e9eff5;
  font-family: 'Segoe UI', sans-serif;
}

.section-title {
  text-align: center;
  font-weight: 700;
  font-size: 32px;
  color: #000;
}

.section-subtitle {
  text-align: center;
  font-size: 18px;
  max-width: 800px;
  margin: 0 auto;
  color: #555;
}

.career-icon {
  width: 60px;
  height: 60px;
}

/* what we teach end  */



/* footer started */

.section-10 {
  background-color: black;
  padding-top: 3rem;
  padding-bottom: 3rem;

}

.section-10 h3 {
  font-size: 40px;
  font-weight: 600;
  color: white;
  margin-top: 20px;
}


.section-10 h6 {
  font-size: 18px;
  font-weight: 700;
  color: white;
}

.section-10 p {
  font-size: 1rem;
  font-weight: 450;
  margin-top: 30px;
  color: white;
}

.fa-facebook {
  background-color: black;
  color: white;
  padding: 10px;
  border-radius: 5px;
  font-size: 15px;
  margin-top: 5px;
  margin: 5px;
}

.fa-linkedin {
  background-color: black;
  color: white;
  padding: 10px;
  border-radius: 5px;
  font-size: 15px;
  margin-top: 5px;
  margin: 5px;
}

.fa-twitter {
  background-color: black;
  color: white;
  padding: 10px;
  border-radius: 5px;
  font-size: 15px;
  margin-top: 5px;
  margin: 5px;
}

.fa-google-plus-g {
  background-color: black;
  color: white;
  padding: 10px;
  border-radius: 5px;
  font-size: 15px;
  margin-top: 5px;
  margin: 5px;
}

.fa-instagram {
  background-color: black;
  color: white;
  padding: 10px;
  border-radius: 5px;
  font-size: 15px;
  margin-top: 5px;
  margin: 5px;
}




/* ----------------------------------------------------------
   Global styles & resets
   ----------------------------------------------------------*/

html {
  scroll-behavior: smooth;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.2;
}

/* ----------------------------------------------------------
   Utility classes
   ----------------------------------------------------------*/
.section-padding {
  padding: 4rem 0;
}

/* ----------------------------------------------------------
   Navbar
   ----------------------------------------------------------*/
.navbar-shadow {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

/* ----------------------------------------------------------
   Hero (section-1)
   ----------------------------------------------------------*/
.section-1 {
  background: #ffffff;
  padding-top: 7rem;
  /* push below fixed navbar */
}

.section-1 .header-1 {
  font-size: 1.25rem;
  color: #555;
}

/* ----------------------------------------------------------
   About (section-2)
   ----------------------------------------------------------*/
.section-2 .img-2 {
  border-radius: 1rem;
  width: 100%;
  object-fit: cover;
}

/* ----------------------------------------------------------
   Card / Topper list (section-6)
   ----------------------------------------------------------*/
.card {
  border: none;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.card:hover {
  transform: translateY(-4px);
}

.card .caption {
  background: #fff;
  font-weight: 600;
  text-align: center;
  padding: 0.75rem 0.5rem;
}

/* ----------------------------------------------------------
   Why choose us (section-7)
   ----------------------------------------------------------*/
.section-7 img.img-cover {
  width: 100%;
  border-radius: 1rem;
  object-fit: cover;
}


.text-end {
  position: relative;
  bottom: -50px !important;
  margin-right: -184px !important;
  margin-top: 50px !important;
}

/* promo */
.coaching-banner {
  padding: 60px 20px;
  background: #f9f9ff;
  font-family: 'Poppins', sans-serif;
}

.banner-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.text-box {
  flex: 1 1 500px;
  color: #2c2c51;
}

.text-box .badge {
  display: inline-block;
  background: #7b2ff7;
  color: #fff;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 14px;
  margin-bottom: 12px;
}

.text-box h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 16px;
}

.text-box p {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 1.6;
}

.text-box em {
  color: #555;
  font-style: italic;
  font-size: 14px;
  display: block;
  margin-bottom: 20px;
}

.btn-learn {
  background-color: #7b2ff7;
  color: #fff;
  padding: 12px 24px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 500;
  transition: background 0.3s ease;
}

.btn-learn:hover {
  background-color: #561eca;
}

.image-box {
  flex: 1 1 400px;
}

.image-box img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

/* Responsive */
@media (max-width: 768px) {
  .banner-content {
    flex-direction: column;
    text-align: center;
  }

  .text-box,
  .image-box {
    flex: 1 1 100%;
  }

  .text-box h2 {
    font-size: 26px;
  }
}

/* promo end */

/* ----------------------------------------------------------
   Custom progress bars
   ----------------------------------------------------------*/
.progress-container-1,
.progress-container-2,
.progress-container-3 {
  width: 100%;
  background: #e1e4e8;
  border-radius: 4px;
  overflow: hidden;
  height: 10px;
}

.progress-bar-1 {
  width: 98.7%;
  height: 100%;
  background: #ffb800;
}

.progress-bar-2 {
  width: 99.3%;
  height: 100%;
  background: #ffb800;
}

.progress-bar-3 {
  width: 98.8%;
  height: 100%;
  background: #ffb800;
}

/* ----------------------------------------------------------
   Container‑01 (mission / vision block)
   ----------------------------------------------------------*/
.container-01 {
  display: flex;
  align-items: center;
  gap: 3rem;
  padding: 4rem 1rem;
  flex-wrap: wrap;
}

.container-01 .image-section img {
  max-width: 320px;
  width: 100%;
  padding-left: 3rem;
  margin-top: 40px;
  border-radius: 1rem;
}

/* ----------------------------------------------------------
   Buttons (shared)
   ----------------------------------------------------------*/
.btn-0,
.btn-3,
.btn-4,
.btn-5,
.btn-6 {
  background: #ffb800;
  color: #000;
  border: none;
  padding: 0.75rem 2rem;
  border-radius: 50px;
  font-weight: 600;
  transition: background 0.3s ease;
}

.btn-0:hover,
.btn-3:hover,
.btn-4:hover,
.btn-5:hover,
.btn-6:hover {
  background: #dba300;
}

/* ----------------------------------------------------------
   Swiper pagination tweak for mobile
   ----------------------------------------------------------*/
.swiper-pagination {
  bottom: 10px !important;
}

/* ----------------------------------------------------------
   Responsive tweaks (≤ 768px)
   ----------------------------------------------------------*/
@media (max-width: 767.98px) {
  .section-padding {
    padding: 2rem 0;
  }

  /* Buttons */
  .btn-0,
  .btn-3,
  .btn-4,
  .btn-5,
  .btn-6 {
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
  }

  /* Hero */
  .section-1 .mainfront {
    flex-direction: column-reverse;
    text-align: center;
  }

  .section-1 h1 {
    font-size: 1.75rem;
    margin-top: 1rem;
  }

  .section-1 .header-1 {
    font-size: 1rem;
  }

  /* About */
  .section-2 .row {
    flex-direction: column-reverse;
    text-align: center;
  }

  .section-2 h2 {
    font-size: 1.5rem;
  }

  .section-2 p {
    font-size: 0.9rem;
  }

  /* Cards */
  .card {
    margin-bottom: 1.5rem;
  }

  /* Why choose us image */
  .section-7 img.img-cover {
    margin-bottom: 1.5rem;
  }

  /* Footer */
  .section-10 {
    text-align: center;
  }
}

.section-10 {
  background: #050505;
  color: #ffffff;
  padding: 4rem 0;
}

.section-10 h6 {
  color: #ffb800;
  font-size: 1.1rem;
  margin-bottom: 1rem;
}

.section-10 p {
  font-size: 0.9rem;
  line-height: 1.6;
}

.section-10 .fa-brands {
  color: #ffb800;
  margin-right: 0.5rem;
  font-size: 1.25rem;
}

.service-card {
  background: #fff;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: 0.3s ease;
}
.service-card:hover {
  transform: translateY(-5px);
}
.service-icon {
  width: 60px;
  height: auto;
}


.btn-custom {
  padding: 8px 20px;
  border: none;
  border-radius: 10px;
  font-weight: 500;
  color: white;
  font-size: 16px;
  transition: 0.3s ease;
}

.btn-green {
  background-color: #28a745;
}

.btn-green:hover {
  background-color: #218838;
}

.btn-yellow {
  background-color: #f0c229;
  color: white;
}

.btn-yellow:hover {
  background-color: #d9ac00;
}

.btn-custom {
  padding: 8px 20px;
  border: none;
  border-radius: 10px;
  font-weight: 500;
  color: white;
  font-size: 16px;
  transition: 0.3s ease;
}

.btn-green {
  background-color:#31b079;
}

.btn-green:hover {
  background-color: #218838;
}

.btn-yellow {
  background-color: #f0c229;
  color: white;
}

.btn-yellow:hover {
  background-color: #d9ac00;
}

/* Lift effect for Admission Form */
.btn-lift {
  position: relative;
  top: -4px; /* adjust value as needed (e.g. -4px, -6px) */
}

  /* enquiry form  */

.enquiry-section { 
  max-width: 700px;
  margin: 150px auto 40px; /* top margin increased */
  padding: 30px;
  background: #0d1b2a;
  border: 2px solid #ffffff20;
  box-shadow: 0 0 15px #00000030;
  color: #ffffff;
  font-family: 'Segoe UI', sans-serif;
  text-align: center;
  border-radius: 6px;
}

.enquiry-section h1 {
  font-size: 28px;
  margin-bottom: 10px;
  letter-spacing: 2px;
  color: #ffffff;
}

.enquiry-section p {
  font-size: 14px;
  color: #b0bec5;
  margin-bottom: 30px;
}

.enquiry-form .form-row {
  display: flex;
  flex-direction: column;
  text-align: left;
  margin-bottom: 18px;
}

.enquiry-form .form-row label {
  font-size: 15px;
  margin-bottom: 5px;
}

.enquiry-form .form-row input,
.enquiry-form .form-row textarea {
  padding: 10px;
  font-size: 15px;
  background: #e3f2ff;
  border: 1px solid #415a77;
  color: #ffffff;
  border-radius: 3px;
  width: 100%;
  box-sizing: border-box;
}

.enquiry-form textarea {
  resize: vertical;
}

.form-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 20px;
}

.form-buttons button {
  padding: 10px 25px;
  font-size: 15px;
  background-color: #f77f00;
  border: none;
  color: white;
  cursor: pointer;
  transition: 0.3s ease;
  border-radius: 3px;
}

.form-buttons button:hover {
  background-color: #ff8800;
}

/* Optional Responsive for smaller screens */
@media screen and (max-width: 576px) {
  .enquiry-section {
    margin: 80px 20px;
    padding: 30px 25px;
  }
}

/* pop up   */
/* Overlay background */
.enquiry-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease;
}

/* Popup visible */
.enquiry-popup.show {
  opacity: 1;
  visibility: visible;
}

/* Popup Box */
.popup-content {
  background: linear-gradient(to right, #f0f8ff, #e6f0ff);
  color: #222;
  width: 90%;
  max-width: 500px;
  padding: 30px 25px;
  border-radius: 12px;
  position: relative;
  transform: scale(0.8);
  animation: popupFadeIn 0.6s ease forwards;
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
}

/* Smooth entrance animation */
@keyframes popupFadeIn {
  to {
    transform: scale(1);
    opacity: 1;
  }
}

/* Close Button */
.close-btn {
  position: absolute;
  top: 12px;
  right: 18px;
  font-size: 22px;
  cursor: pointer;
  color: #555;
}

/* Heading */
.popup-content h2 {
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: bold;
}

.popup-content p {
  margin-bottom: 20px;
  color: #333;
}

/* Input Styling */
.popup-content input,
.popup-content select,
.popup-content textarea {
  width: 100%;
  padding: 12px 10px;
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #ccc;
  transition: all 0.3s ease;
  font-size: 15px;
}

/* Two field in one line */
.half-fields {
  display: flex;
  gap: 10px;
}

.half-fields input,
.half-fields select {
  flex: 1;
}

/* Textarea */
.popup-content textarea {
  resize: none;
  height: 80px;
}

/* Button */
.popup-content button {
  width: 100%;
  background: #007bff;
  color: white;
  padding: 12px;
  font-size: 16px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s ease;
}

.popup-content button:hover {
  background: #0056b3;
  transform: scale(1.02);
}
 /* pop up end  */

 /* our coruse values  */

 .our-values-section {
  padding: 80px 20px;
  background: linear-gradient(to right, #f7faff, #ecf3ff);
}

.section-title {
  font-size: 36px;
  font-weight: 700;
  color: #1a2b4c;
}

.section-desc {
  font-size: 18px;
  color: #555;
  margin-top: 10px;
  max-width: 650px;
  margin-inline: auto;
}

.value-card {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  height: 100%;
}

.value-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

.icon-box {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #e6f0ff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 28px;
  color: #0055cc;
}

.value-card h5 {
  font-size: 20px;
  font-weight: 600;
  color: #1a2b4c;
  margin-bottom: 10px;
}

.value-card p {
  font-size: 15px;
  color: #666;
  line-height: 1.6;
}
