/* ============================
   MOBILE FIRST BASE STYLES
   ============================ */

* {
  box-sizing: border-box;
}
.main-button,
.border-first-button a {
  min-height: 44px;
  border-radius: 30px;
}

body {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  background: #ffffff;
  color: #333;
  line-height: 1.7;
}

/* Containers */
.container {
  padding: 0 15px;
}

/* Headings */
h1, h2, h3, h4 {
  font-weight: 600;
}

h2 {
  font-size: 26px;
}

h3 {
  font-size: 20px;
}

/* Buttons */
.btn-main {
  display: inline-block;
  padding: 14px 30px;
  background: #ff5722;
  color: #fff;
  border-radius: 30px;
  font-size: 15px;
  text-decoration: none;
  font-weight: 500;
}

/* ============================
   HEADER (MOBILE FIRST)
   ============================ */

.header-area {
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 999;
  box-shadow: 0 2px 10px rgba(0,0,0,.08);
}

.logo img {
  height: 45px;
}

.menu-trigger {
  display: block;
  font-size: 18px;
}

/* ============================
   HERO SECTION
   ============================ */

.main-banner {
  padding: 120px 15px 60px;
  text-align: center;
}

.main-banner h6 {
  color: #ff5722;
  font-size: 14px;
  margin-bottom: 10px;
}

.main-banner h2 {
  margin-bottom: 15px;
}

.main-banner p {
  font-size: 15px;
}

.main-banner img {
  width: 100%;
  max-width: 320px;
  margin: 25px auto 0;
}

/* ============================
   ABOUT
   ============================ */

.about {
  padding: 60px 0;
  text-align: center;
}

.about img {
  width: 100%;
  max-width: 320px;
  margin-bottom: 20px;
}

/* ============================
   EXAMS / SERVICES
   ============================ */

.services {
  background: #f8f9fa;
  padding: 60px 0;
}

.services .thumb {
  background: #fff;
  border-radius: 15px;
  padding: 20px;
  margin-bottom: 15px;
  box-shadow: 0 5px 20px rgba(0,0,0,.05);
  text-align: center;
}

.services h4 {
  font-size: 18px;
}

/* ============================
   WHY CHOOSE US
   ============================ */

.free-quote {
  background: linear-gradient(135deg, #ff5722, #ff784e);
  color: #fff;
  padding: 60px 15px;
  text-align: center;
}

.free-quote h3 {
  color: #fff;
}

/* ============================
   PORTFOLIO
   ============================ */

.portfolio-item img {
  width: 100%;
  border-radius: 15px;
}

/* ============================
   BLOG / NOTIFICATIONS
   ============================ */

.blog-post,
.post-item {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0,0,0,.05);
  margin-bottom: 20px;
}

/* ============================
   CONTACT
   ============================ */

.contact-us {
  padding: 60px 0;
}

.fill-form input,
.fill-form textarea {
  width: 100%;
  padding: 14px;
  margin-bottom: 15px;
  border-radius: 10px;
  border: 1px solid #ddd;
}

#map iframe {
  width: 100%;
  height: 300px;
  border-radius: 15px;
}

/* ============================
   FOOTER
   ============================ */

footer {
  background: #111;
  color: #aaa;
  text-align: center;
  padding: 20px 15px;
  font-size: 14px;
}
.mobile-cta {
  position: fixed;
  bottom: 0;
  width: 100%;
  display: flex;
  z-index: 999;
}

.mobile-cta a {
  flex: 1;
  padding: 14px;
  text-align: center;
  background: #ff5722;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.mobile-cta a:last-child {
  background: #25d366;
}
