/*
Theme Name: AmeenX Astra Child
Theme URI: https://ameenx.example
Author: Sam Ali / AmeenX
Author URI: https://ameenx.example
Description: Child theme for Astra with AmeenX branding and templates.
Template: astra
Version: 1.0
Text Domain: ameenx
*/

/* Custom styles for AmeenX */
:root{
  --deep-teal: #293E40;
  --bold-cyan: #0077B6;
  --deep-matte-grey: #33363B;
  --pure-white: #FFFFFF;
  --light-slate: #F0F2F5;
}

body {
  color: var(--deep-matte-grey);
  background: var(--pure-white);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  line-height:1.6;
}

/* a { color: var(--bold-cyan); } */
a { color: #0077B6; !important}

.site-header, .site-footer { background: var(--deep-teal); color: var(--pure-white); }

.hero {
  background: var(--deep-teal);
  color: var(--pure-white);
  padding: 80px 20px;
  text-align: left;
}
.hero h1 { font-size:36px; margin:0 0 10px 0; }
.hero p { font-size:18px; margin:0 0 20px 0; max-width:900px; }

.btn-primary {
  background: var(--bold-cyan);
  color: #fff;
  padding: 12px 20px;
  display:inline-block;
  border-radius:8px;
  text-decoration:none;
  font-weight:700;
}

.section { padding:60px 20px; }
.container { max-width:1100px; margin:0 auto; }

.card {
  background: var(--light-slate);
  padding:20px;
  border-radius:8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.services-grid { display:grid; grid-template-columns: repeat(auto-fit,minmax(260px,1fr)); gap:20px; }

.testimonial { background: var(--light-slate); padding:20px; border-radius:8px; }

.footer-widgets { color: var(--pure-white); padding:40px 20px; }
.footer-widgets a { color: #BEE7FF; }

.logo { font-weight:800; font-size:20px; color:var(--pure-white); text-decoration:none; }

.site-title { color:var(--pure-white); }

@media (max-width:768px){
  .hero { padding:40px 16px; text-align:center; }
  .hero h1 { font-size:26px; }
}

/* ===================HEADER======================== */
/* --------------NAV--------------- */
strong {
	color: #0077B6;
}

.navbar-nav > li > a:hover {
    color: #0077B6 !important;
}

.navbar-brand {
    font-size: 1.4rem;
    letter-spacing: .5px;
}

.navbar-toggler {
    border: none;
}

.navbar-toggler:focus {
    box-shadow: none;
}

/* --------------NAV--------------- */
.navbar-nav ..menu-item .menu-link{
    color: #0077B6 !important;
    font-weight: 500;
    padding: 10px 18px;
}

.navbar-nav .menu-item .menu-link:hover{
    color: #0077B6 !important;
}

.navbar-nav .current-menu-item > a {
  color: #0077B6 !important;
}

.menu-item a {
	text-decoration: none;
	color: #ffffff;
}
.hero-buttons a {
	background: #0077B6;
}
/* ========================ABOUT======================= */
.about-section {
  background: #f8f9fa;
}

.section-title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #293E40;
}

.section-title span {
  color: #0077B6; /* AmeenX Primary Blue */
}

.info-card {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.06);
  transition: all 0.3s ease;
}

.info-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.1);
}

.info-title {
  font-size: 1.6rem;
  font-weight: 600;
  color: #293E40;
  margin-bottom: 1rem;
}

.promise-list {
  list-style: none;
  padding: 0;
  margin: 1rem 0;
}

.promise-list li {
  margin-bottom: 0.5rem;
  font-weight: 500;
  color: #33363B;
}
/* ========================CONTACT======================= */
.text-teal { color: #293E40 !important; }

.contact-card input,
.contact-card textarea {
  border: 1px solid #d9d9d9;
  transition: 0.3s ease;
}

.contact-card input:focus,
.contact-card textarea:focus {
  border-color: #0077B6;
  box-shadow: 0 0 0 2px rgba(0,119,182,0.2);
}

.btn:hover {
  opacity: 0.9;
}

/* ========================HOME======================= */
:root {
  --teal: #293E40;
  --cyan: #0077B6;
  --dark-grey: #33363B;
  --light-grey: #F0F2F5;
  --white: #ffffff;
}

/* ---------------- Hero Section ---------------- */
.hero-section {
  background: var(--teal);
  padding: 120px 0;
  color: #fff;
  text-align: left;
}

.hero-section h1 {
  font-size: 2.8rem;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 20px;
}

.hero-section .tagline {
  font-size: 1.1rem;
  opacity: 0.9;
  margin-bottom: 30px;
}

.hero-buttons .btn {
  padding: 12px 26px;
  border-radius: 6px;
  margin-right: 10px;
}

/* Primary CTA */
.btn-primary {
  background: var(--cyan);
  color: #fff;
  font-weight: 600;
  display: inline-block;
}

/* Secondary CTA */
.btn-outline {
  border: 2px solid #fff;
  color: #fff;
  font-weight: 600;
  display: inline-block;
}

/* ---------------- Sections ---------------- */
.section {
  padding: 80px 0;
}

.light-bg {
  background: var(--light-grey);
}

.section-title {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 25px;
  font-weight: 700;
}

.section-subtitle {
  text-align: center;
  margin-bottom: 40px;
  color: #666;
  font-size: 1.1rem;
}

/* ---------------- Why Section ---------------- */
.why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(240px,1fr));
  gap: 20px;
  margin-top: 30px;
}

.why-card {
  background: var(--light-grey);
  padding: 20px;
  border-radius: 8px;
  font-weight: 500;
  text-align: center;
}

/* ---------------- Services ---------------- */
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(260px,1fr));
  gap: 25px;
}

.service-card {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  transition: .3s;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}

/* ---------------- Process ---------------- */
.process-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(200px,1fr));
  gap: 20px;
  text-align: center;
}

.step {
  padding: 18px;
  border-radius: 10px;
  background: var(--light-grey);
  font-weight: 500;
}

/* ---------------- Testimonials ---------------- */
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(260px,1fr));
  gap: 20px;
}

.testimonial-card {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  font-style: italic;
}

.testimonial-card span {
  display: block;
  margin-top: 10px;
  font-style: normal;
  font-weight: 600;
  color: var(--dark-grey);
}

/* ========================RECRUITMENT======================= */
.recruit-section {
  background: #ffffff;
  padding: 2em 2em;
}

.recruit-section h1,
.recruit-section h3 {
  letter-spacing: -0.5px;
}

.recruit-section ul li::marker {
  color: #0077B6;
}

/* ========================SERVICE======================= */
.service-card {
  background: #FFFFFF;
  border: 1px solid #E6E8EB;
  transition: all 0.25s ease;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

/* ========================BLOG======================= */
.blog-card {
  transition: all 0.25s ease;
}

.blog-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

.pagination a, .pagination span {
  color: #293E40;
  margin: 0 6px;
  padding: 8px 14px;
  border-radius: 6px;
  border: 1px solid #E6E8EB;
  text-decoration: none;
}

.pagination .current {
  background: #0077B6;
  color: #fff;
  border-color: #0077B6;
}


