*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden; /* Removes horizontal scrollbar */
    font-family:'Merriweather', serif;
}
html {
  scroll-behavior: smooth;
}
#contactFormSection{
  scroll-margin-top: 150px !important; 
}
.hero-education {
  width: 100%;
  height: 100vh;
  background-image: url('/images/education-bg.png'); /* Desktop */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Tablet */
@media (max-width: 991px) {
  .hero-education {
    height: 70vh;
    background-image: url('/images/education2-mobile.png');
  }
}

/* Mobile */
@media (max-width: 576px) {
  .hero-education {
    height: 60vh;
    background-image: url('/images/education2-mobile.png');
  }
}

/* MENU BAR */
.icon-menu {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  padding: 22px 0;
}

.icon-menu-inner {
  max-width: 1100px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* ITEM */
.menu-item {
  text-align: center;
  cursor: pointer;
}

/* ICON */
.icon-circle {
  width: 52px;
  height: 52px;
  background: #2f3947;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 8px;
}

.icon-circle i {
  color: #fff;
  font-size: 16px;
}

/* TEXT */
.menu-item h4 {
  font-family: 'Playfair Display', serif;
  font-size: 25px;
  font-weight:700;
  color: #000;
}

/* HOVER EFFECT */
.menu-item:hover .icon-circle {
  background: #000;
  transition: 0.3s ease;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .icon-menu-inner {
    flex-wrap: wrap;
    flex-direction:row;
    gap:20px;
    justify-content: center;
    font-size:14px;
  }
  .menu-item h4 {
    font-size:12px;
  }
 
}
/* ===== RESPONSIVE ===== */
@media(max-width:900px){
    .product-intro,
    .usa{
        flex-direction:column;
    }

    .product-img,
    .product-text,
    .usa img{
        width:100%;
    }

    .feature-grid{
        grid-template-columns:1fr;
    }

    .navbar{
        flex-direction:row;
        gap:10px;
    }
}


/* ========================= */
/* RESPONSIVE */
/* ========================= */

/* Tablet */
@media (max-width: 992px) {
  .cta-content h2 {
    font-size: 30px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .sample-cta-inner {
    flex-direction: column;
  }

  .cta-image {
    height: 220px;
  }

  .cta-content {
    padding: 25px;
    text-align: center;
    align-items: center;
  }

  .cta-content h2 {
    font-size: 26px;
  }

  .cta-content p {
    font-size: 16px;
  }
}
.free-but{
  display: flex;
  align-items: center;           /* 🔑 vertical alignment */
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 576px) {
  .free-but {
    flex-direction: column;
    align-items: flex-start;
  }
}


/* ===== CEU SECTION ===== */
.ceu-section {
  width: 100%;
  padding: 80px 20px;
  background: #fff;
  text-align: center;
}

.ceu-container {
  max-width: 1000px;
  margin: auto;
}

/* Badge */
.ceu-badge {
  display: inline-block;
  background: #0a9cff;
  color: #fff;
  padding: 14px 36px;
  border-radius: 50px;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 30px;
}

/* Heading */
.ceu-container h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 42px;
  font-weight: 400;
  color: #000;
  margin-bottom: 25px;
  line-height: 1.3;
}

/* Paragraph */
.ceu-container p {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  line-height: 1.7;
  color: #444;
  /* max-width: 900px; */
  margin: auto;
}

/* ===== TABLET ===== */
@media (max-width: 1024px) {
  .ceu-container h2 {
    font-size: 34px;
  }

  .ceu-badge {
    font-size: 20px;
    padding: 10px 30px;
  }

  .ceu-container p {
    font-size: 17px;
  }
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {
  .ceu-section {
    padding: 60px 16px;
  }

  .ceu-container h2 {
    font-size: 26px;
  }

  .ceu-badge {
    font-size: 18px;
    padding: 8px 26px;
  }

  .ceu-container p {
    font-size: 16px;
  }
}

/* ===== SMALL MOBILE ===== */
@media (max-width: 480px) {
  .ceu-container h2 {
    font-size: 22px;
  }

  .ceu-container p {
    font-size: 15px;
  }
}
/* ===== SECTION ===== */

/* ===== SECTION ===== */
.course-section {
  padding: 80px 20px;
}

.course-container {
  max-width: 1200px;
  margin: auto;
}

/* ===== TABS ===== */
.border-add{
    border:1px solid grey;
    display: inline-block;
    border-radius:30px;
}
.course-tabs {
   display: inline-flex;
  border: 2px solid black;
  border-radius: 20px;
  padding: 14px;
  background: #fff;
  margin-bottom:80px;
}

.tab {
  padding: 8px 18px;
  font-size: 18px;
  font-weight: 500;
  border: none;
  background: transparent;
  cursor: pointer;
  border-radius:15px;
  color: #000;
  transition: all 0.25s ease;
}

.tab.active {
  background: #0a9cff;
  color: #fff;
}
/* REMOVE DEFAULT BUTTON STYLES */
.tab:focus {
  outline: none;
}
@media (max-width: 480px) {
  .tab {
    padding: 6px 14px;
    font-size: 12px;
  }
  .course-content h1 {
    font-size:25px !important;
  }
}
/* ===== TAB CONTENT ===== */
.tab-content {
  display: none;
  animation: fadeIn 0.4s ease;
}

.tab-content.active {
  display: grid;
}

/* ===== GRID ===== */
.course-grid {
  grid-template-columns: 1.4fr 1fr;
  gap: 40px;
  align-items: start;
}

/* ===== LEFT CONTENT ===== */
.course-content h1 {
  font-size: 40px;
  margin-bottom: 20px;
  font-weight: 600;
}

.course-content p {
  font-size: 18px;
  line-height: 1.7;
  color:black;
  margin-bottom: 20px;
font-family: 'Open Sans', sans-serif;
}

.course-content h4 {
  margin-top: 30px;
  font-size: 18px;
}

.course-content ul {
  padding-left: 18px;
  margin-top: 10px;
   font-family: 'Open Sans', sans-serif;
}

.course-content ul li {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 10px;
font-family: 'Open Sans', sans-serif;
}

.apply-btn {
  display: inline-block;
  margin-top: 25px;
  padding: 15px 30px;
  background: #0a9cff;
  color: #fff;
  font-size: 22px;
  border-radius: 35px;
  text-decoration: none;
}

/* ===== RIGHT CARD ===== */
.course-card {
  border: 5px solid #000;
  border-radius: 20px;
  padding: 22px;
}

.course-card img {
  width: 100%;
  border-radius: 12px;
  margin-bottom: 15px;
}

.course-card h5 {
  font-size: 22px;
  font-weight:500;
  margin-bottom: 10px;
  line-height:1.5;
}

.course-card strong{
     font-family:'Merriweather', serif;
     font-size:22px;
     font-weight:600;
}

.course-card p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 8px;
font-family: 'Open Sans', sans-serif;
}

.card-text {
  margin-bottom: 15px;
  font-size:18px;
}

.take-course-btn {
  display: block;
  text-align: center;
  margin-top: 15px;
  padding: 15px;
  background: #0a9cff;
  color: #fff;
  font-size:20px;
  border-radius: 20px;
  text-decoration: none;
}

/* ===== ANIMATION ===== */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ===== RESPONSIVE ===== */
@media (max-width: 992px) {
  .course-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 576px) {
  .course-content h2 {
    font-size: 26px;
  }
}

/* ===== SECTION ===== */
.ceu-info-section {
  padding: 50px 20px 100px;
  background: #fff;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
}

/* ===== CONTAINER ===== */
.ceu-info-container {
  max-width: 1050px;
  margin: auto;
}

/* ===== HEADING ===== */
.ceu-info-container h2 {
  font-family: 'Merriweather', serif;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 24px;
  color: #000;
}

/* ===== PARAGRAPHS ===== */
.ceu-info-container p {
  font-size: 18px;
  line-height: 1.7;
  color: #333;
  margin-bottom: 16px;
}

/* ===== STORE BUTTONS ===== */
.store-buttons {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

.store-buttons img {
  /* height: 52px; */
  width: auto;
  display: block;
}

/* ===== TABLET ===== */
@media (max-width: 1024px) {
  .ceu-info-container h2 {
    font-size: 34px;
  }

  .ceu-info-container p {
    font-size: 15px;
  }
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {
  .ceu-info-section {
    padding: 60px 16px 80px;
  }

  .ceu-info-container h2 {
    font-size: 28px;
  }

  .store-buttons img {
    height: 46px;
  }
}

/* ===== SMALL MOBILE ===== */
@media (max-width: 480px) {
  .ceu-info-container h2 {
    font-size: 24px;
  }

  .ceu-info-container p {
    font-size: 14.5px;
  }

  .store-buttons {
    gap: 14px;
  }

  .store-buttons img {
    height: 42px;
  }
}

@media (max-width: 991px) {
  br {
    display: none;
  }
}


/* Section */
.materials-section {
  padding: 80px 20px;
  background: #f7f7f7;
  text-align: center;
}

/* Header */
.materials-badge {
  display: inline-block;
  background: #1a73e8;
  color: #fff;
  padding: 10px 40px;
  border-radius: 35px;
  font-size:35px;
  margin-bottom: 10px;
}

.materials-header p {
  color:black;
  margin-bottom: 60px;
  font-size:20px;
  font-family: 'Open Sans', sans-serif;
}

/* Grid */
.materials-grid {
   display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1200px;
  margin: auto;
}
.material-card:nth-last-child(2) {
  grid-column: 1 / 2;
  justify-self: end;
}

.material-card:nth-last-child(1) {
  grid-column: 2 / 3;
  justify-self: start;
}

@media (max-width: 992px) {
  .materials-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .material-card:nth-last-child(2),
  .material-card:nth-last-child(1) {
    grid-column: auto;
    justify-self: stretch;
  }
}

@media (max-width: 576px) {
  .materials-grid {
    grid-template-columns: 1fr;
  }
}
/* Card */
.material-card {
  /* background: #fff; */
  border-radius: 38px;
  /* overflow: hidden; */
  position: relative;
}

/* Image */
.material-card img {
  width: 100%;
  height: 250px;
  border-radius:30px;
  object-fit: cover;
  display: block;
}

/* === SHAPE LOGIC (Your CSS Adapted) === */
.material-info {
  margin-top: -20px;
  text-align: center;
  padding: 10px 18px 25px;
}

.material-title {
  background: #fff;
  width: calc(100% - 70px);
  margin: -40px auto 0;
  padding: 18px 10px;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-left-radius:15px;
  border-bottom-right-radius:15px;
  font-size: 26px;
  font-weight: 600;
  color: #111;
  position: relative;
  z-index: 2;
}

.material-desc {
  font-size: 17px;
  color:black;
  line-height: 1.6;
  margin-top:5px;
}

/* Button */
.material-btn {
   display: inline-flex;
  align-items: center;
  justify-content: center;
    font-weight: 600;
  /* margin-top: 14px; */
  padding: 14px 26px;
  background: #111;
  color: #fff;
  border-radius: 20px;
  font-size: 15px;
  text-decoration: none;
  transition: 0.3s;
  font-family: 'Open Sans', sans-serif;
    background: linear-gradient(
    to bottom,
    #2a2a2a 0%,
    #0b0b0b 100%
  );
    box-shadow:
    inset 0 3px 6px rgba(255, 255, 255, 0.15),
    inset 0 -6px 10px rgba(0, 0, 0, 0.8),
    0 6px 12px rgba(0, 0, 0, 0.4);

}
.btn-black{
    background-color:black;
    padding: 10px 10px;
    display: inline-block;
    margin-top:20px;
    justify-content:center;
   align-content:center;
border-radius: 30px;
}
.aluminium-btn{
    margin-top:50px;
}

/* .material-btn:hover {
  background: #1a73e8;
} */

/* Mobile tweaks */
@media (max-width: 480px) {
  .material-card img {
    height: 180px;
  }

  .material-title {
    font-size: 15px;
  }
}

