/* Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Arial', sans-serif;
}

body {
    background-color: #f8f8f8;
    color: #333;
    line-height: 1.6;
}

.hero-section_main {
    background: url('img/profile.jpg') no-repeat center center/cover;
    height: 80vh;
    color: #fdfafa;
    position: relative;
    text-align: center;
}

.hero-section {
    background: url('img/profile.jpg') no-repeat center center/cover;
    height: 40vh;
    color: #fdfafa;
    position: relative;
    text-align: center;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 2rem;
    background: rgba(0, 0, 0, 0.6);
}

.navbar h1 {
    font-size: 1.8rem;
    color: #f5f5f5;
}

.navbar h1 a {
  color: inherit;
  text-decoration: none;
}

.navbar h1 a:hover {
  text-decoration: underline;
}


.navbar h3 a {
  color: inherit;           /* match heading color */
  text-decoration: none;    /* remove underline */
}

.navbar h3 a:hover {
  text-decoration: underline; /* show underline on hover for clarity */
}


.cta-buttons {
    display: flex;
    gap: 1rem;
}

.btn-primary, .btn-secondary {
    background: #ffa500;
    color: white;
    padding: 0.7rem 1.5rem;
    text-decoration: none;
    border-radius: 8px;
    transition: background 0.3s;
}

.btn-primary:hover {
    background: #ff7700;
}

.btn-secondary:hover {
    background: #ff7700;
}
.hero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.hero-content h1 {
    font-size: 4.3rem;
    margin-bottom: 1rem;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 60px;
    font-weight: 700; /* bold */
}

.hero-content p {
    font-size: 1.2rem;
    max-width: 600px;
    margin: 0 auto;
}

.services-section {
    padding: 3rem 2rem;
    background: #fff;
    text-align: center;
}

.services-section h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
    margin-top: 2rem;
}

.service-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.card {
    background: #979696;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

.card h3 {
    margin-bottom: 1rem;
}

.footer {
    padding: 1rem;
    background: #333;
    color: #f5f5f5;
    text-align: left;
}

.footer p {
  text-align: center;
}


img {
    width: 100%;
    max-width: 800px;
    max-height: 90%;
    object-fit: cover;
    vertical-align: right;
}

/* ========== WRAPPER (main container) ========== */
.wrapper {
  padding: 4rem 6%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #f8f9fa;
  gap: 3rem;
}

/* ========== IMAGE COLUMN ========== */
.profile {
  flex: 0 0 45%;
  text-align: center;
}

.profile img {
  width: 100%;
  max-width: 450px;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
}

.profile img:hover {
  transform: scale(1.03);
}

/* ========== TEXT COLUMN ========== */
.intro {
  flex: 0 0 50%;
  font-family: 'Montserrat', Arial, sans-serif;
  color: #333;
  line-height: 1.7;
}

.cop-view h1 {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #222;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.ora_bar {
  width: 440px;
  height: 6px;
  background-color: #f47c20; /* fallback if image missing */
  margin-bottom: 2rem;
}

.ora_bar img {
  width: 100%;
  height: auto;
  display: block;
}

.intro p {
  font-size: 1rem;
  margin-bottom: 1.5rem;
}

/* ========== LINE SPACING BLOCK ========== */
.line-space {
  margin-top: 1rem;
}

/* ========== RESPONSIVE DESIGN ========== */
@media (max-width: 900px) {
  .wrapper {
    flex-direction: column;
    text-align: center;
  }

  .profile,
  .intro {
    flex: 0 0 100%;
  }

  .cop-view h1 {
    text-align: center;
  }

  .ora_bar {
    margin: 1rem auto 2rem;
  }

  .intro {
    font-size: 0.95rem;
  }
}


.whatsapp-link img {
    height: 50px;
  width: 210px;
    
   
 
}




.hero-image .device-mock {
  width: 90%;
  height: 200px;
  border-radius: 12px;
  background: url("img/ndt.PNG") center/cover no-repeat;
  border: 1px solid #e6eef3;
  margin-left: 2rem;
}


.hero-copy {
  position: left;
  padding-bottom: 20px;  /* space for the image on small screens */
  max-width: 900px;
  margin-left: 2rem;
  text-align: left;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: large;
}



/* Make it responsive */
@media (max-width: 600px) {
  .hero-copy {
    padding-bottom: 160px;
  }
  .hero-copy::after {
    width: 240px;
    height: 150px;
  }
}

.title h1 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 48px;
  font-weight: 700; /* bold */
}

.title p {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 400;
  font-size: 19px;
}
.about {
  padding-top: 16px;
  margin-left: 2rem;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 400;
  font-size: 19px;
}

/* FEATURES SECTION */
.features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 16px;
  list-style: none; /* remove default bullets */
  padding: 0;
  margin: 16px 0 0;
}

/* item style */
.features li {
  position: relative;
  background: var(--card, #f8fafc); /* fallback color */
  padding: 10px 12px 10px 36px; /* left padding for bullet */
  border-radius: 8px;
  color: var(--muted, #333);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  font-size: 1.3rem;
  line-height: 1.5;
  font-family: 'Montserrat', Arial, sans-serif;

  /* animation setup */
  opacity: 0;
  transform: translateY(25px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

/* visible state */
.features li.visible {
  opacity: 1;
  transform: translateY(0);
  font-size: 1.3rem;
  font-family: 'Montserrat', Arial, sans-serif;
}

/* staggered animation delays */
.features li:nth-child(1) { transition-delay: 0.1s; }
.features li:nth-child(2) { transition-delay: 0.2s; }
.features li:nth-child(3) { transition-delay: 0.3s; }
.features li:nth-child(4) { transition-delay: 0.4s; }
.features li:nth-child(5) { transition-delay: 0.5s; }
.features li:nth-child(6) { transition-delay: 0.6s; }

/* ✅ Custom dark blue circular bullet */
.features li::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-color: #002855; /* dark blue */
  border-radius: 50%;
}

/* responsive: one column on mobile */
@media (max-width: 600px) {
  .features {
    grid-template-columns: 1fr;
  }
}


.courses {
  padding: 2rem 0;
}

.courses h3 {
  margin-bottom: 1rem;
  text-align: center;
  font-size: 1.5rem;
  font-family: 'Montserrat', Arial, sans-serif;
}

.courses .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* Two equal columns */
  gap: 20px;
}

.courses .card {
  background: var(--card, #f8fafc);
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.courses .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.courses .card h4 {
  margin-bottom: 0.5rem;
  color: #002855; /* dark blue */
  font-size: medium;
  font-family: 'Montserrat', Arial, sans-serif;
}

.courses .card p {
  margin-bottom: 0.3rem;
  color: #131314; /* dark blue */
  font-size: 1.3rem;
  font-family: 'Montserrat', Arial, sans-serif;
}


.courses .meta {
  margin-top: 0.5rem;
  font-size: 0.9rem;
  color: #0d0d0d;
  font-family: 'Montserrat', Arial, sans-serif;
}

/* responsive: one column on mobile */
@media (max-width: 700px) {
  .courses .grid {
    grid-template-columns: 1fr;
  }
}


/* CONTACT SECTION */
.contact {
  padding: 2rem 0;
}

.contact h3 {
  text-align: left;
  font-size: 1.6rem;
  margin-bottom: 0.75rem;
  color: #002855; /* dark blue heading */
  font-family: 'Montserrat', Arial, sans-serif;
}

.contact p {
  text-align: left;
  max-width: 600px;
  margin: 0 auto 2rem;
  color: #444;
  font-family: 'Montserrat', Arial, sans-serif;
}

.contact-title h3 {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 2rem;
  color: #444;
  font-family: 'Montserrat', Arial, sans-serif;
}


/* GRID LAYOUT */
.contact-grid {
  display: grid;
  grid-template-columns: 35% 60%;
  gap: 2rem;
  align-items: start;
}

/* CONTACT CARD (left side) */
.contact-card {
  background: var(--card, #f8fafc);
  padding: 1.5rem;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  color: #333;
}

.contact-card h4 {
  color: #002855;
  margin-bottom: 0.75rem;
  font-family: 'Montserrat', Arial, sans-serif;
}

.contact-card p {
  margin: 0.4rem 0;
  font-family: 'Montserrat', Arial, sans-serif;
}

.contact-card a {
  color: #002855;
  text-decoration: none;
}

.contact-card a:hover {
  text-decoration: underline;
}

/* FORM (right side) */
.contact-form {
  background: var(--card, #ffffff);
  padding: 1.5rem;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-left: 0.1rem;
}

.contact-form label {
  font-weight: 600;
  color: #002855;
  font-family: 'Montserrat', Arial, sans-serif;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 0.6rem;
  border: 1px solid #ccd6dd;
  border-radius: 6px;
  font-size: 1rem;
  outline: none;
  transition: border-color 0.3s ease;
  font-family: 'Montserrat', Arial, sans-serif;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: #002855;
}

/* BUTTONS */
.form-row {
  display: flex;
  gap: 1rem;
  margin-top: 0.5rem;
}

.btn {
  cursor: pointer;
  padding: 0.6rem 1.2rem;
  font-size: 1rem;
  border-radius: 6px;
  border: none;
  transition: all 0.3s ease;
}

.btn-primary {
  background: #002855;
  color: white;
}

.btn-primary:hover {
  background: #0041a8;
}

.btn-outline {
  background: transparent;
  border: 1px solid #002855;
  color: #002855;
}

.btn-outline:hover {
  background: #002855;
  color: white;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .form-row {
    flex-direction: column;
  }
}

