/* Global */
body {
  font-family: 'Poppins', sans-serif;
  color: #333;
}
h2, h3, h4, h5 {
  font-family: 'Merriweather', serif;
  font-weight: 700;
}
.navbar {
	background-color: black;
}
li a.active {
  font-weight: 700;
}
/* Logo */
.logo {
  display: inline-block;
  max-height: 56px;
  max-width: 225px;
  padding: 8px 4px 8px 12px;
  vertical-align: middle;
}
.logo-text {
  display: inline-block;
  line-height: 1;
  max-width: 380px;
  outline: none;
  overflow: hidden;
  padding: 16px 12px;
  text-decoration: none;
  text-overflow: ellipsis;
}

/* Navbar Dropdown */
.nav-item.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}
.dropdown-menu {
  background-color: #212529;
  border: none;
}
.dropdown-menu .dropdown-item {
  color: #fff;
}
.dropdown-menu .dropdown-item:hover {
  background-color: #343a40;
  color: #fff;
}

/* Hero Section */
.heading-hero-section {
  font-family: Merriweather, Arial;
  font-weight: 300;
  font-size: 42pt;
  color: #fff;
  margin-bottom: 20px;
}
.sub-hero-heading {
  color: #f48801;
  font-size: 20pt;
  font-weight: 600;
  text-align: left;
}
.text-hero-section {
  font-size: 18pt !important;
  color: #fff !important;	
}
.button-blue-small {
  padding: 0 12px;
  color: white;
  background: #2762b5;
  border: 0;  
  border-radius: 4px;
}
.button-blue-large:hover {
  background: #5992e1;
}
.button-blue-large{
  padding: 12px 44px;
  color: white;
  background: #2762b5;
  border: 0;
}
.hero {
  background: #ffffff url("images/banner-1.jpg") no-repeat center center;
  background-size: cover;
  color: #fff;
  padding: 100px 0;
  position: relative;
  font-size: 22pt;  
}

.hero-main {
  background: black;
  background-size: cover;
  color: #fff;
  padding: 80px 0;
  margin-bottom: 20px;
  font-size: 40pt;
}

section { 
	padding: 60px 0; 
}
section h2 {
  font-family: 'Merriweather', serif;
  font-weight: 700;
  font-size: 2.5rem;
  margin-bottom: 20px;
  color: #255caa;
}
section h2.white {
  color: #FFF;
}
.text-white p, .text-white h1, .text-white h2{
	color: #FFF !important;
}
section h2 span { 
	color: #f57c00; 
	}
	
h5 {
	color: #0b63b6;
}
.top-border-orange{
	border-top: 5px solid orange !important;
}
.orange{
	color: #f57c00; 
}
section p.lead, section p{
  font-size: 14pt;
  margin-bottom: 40px;
  color: #555;
}

section ul {
  list-style: none;
  padding: 0;  
  text-align: left;
}
section ul li {
  font-size: 14pt;
  margin-bottom: 12px;
  padding-left: 20px;
  position: relative;
  color: #333;
}
section ul li::before {
  content: "▪";
  color: #0d47a1;
  font-size: 1.2rem;
  position: absolute;
  left: 0;
  top: -2px;
}
.section-dark ul li, .section-dark p{
	color: #FFF;	
}
.form-control{
	font-size: 14pt;
	margin: 12pt 0;
	line-height: 2;
}
.about-us {
  background: url("images/about-us.jpg") center/cover no-repeat;
  color: #fff;
}

.contact-us {
  background: url("images/contact-us.jpg") no-repeat;
  color: #fff;
  background-position: 0px -835px;
}
/* Sections */

.section.bg-light { 
background: #f8f9fa; 
}

.icon-large {
  color: #0b63b6;
  font-size: 50pt;
  background-color: #e7eff8;    
  vertical-align: middle;  
  width: 96px;
  height: 96px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
}

/* Choose Section */
.choose-section {
  background-color: #f8f9fa;
  color: #333;
  padding: 80px 0;
  text-align: center;
}
/* Features Section */
.features-section {
  padding: 60px 0;
  background: #f8f9fa;
  text-align: center;
}
.features-section .icon {
  font-size: 4rem;
  color: #0d47a1;
  margin-bottom: 15px;
}
.features-section h5 {
  font-weight: 600;
  margin-bottom: 10px;
}


/* Stats Section */
.stats-section {
  background: #0d47a1;
  color: #fff;
  padding: 50px 0;
  text-align: center;
}
.stats-section h3 {
  font-size: 2.5rem;
  margin-bottom: 5px;
}
.stats-section p {
  font-size: 1.25rem;
  margin: 0;
  color: #dce3f0;
}*/

/* CTA Section */
section h4 {
  color: #0d47a1;
  font-weight: 700;
  margin-bottom: 20px;
}
.cta-section h4 {
  color: #0d47a1;
  font-weight: 700;
  margin-bottom: 20px;
}

/* Testimonials Section */
.testimonials-section {
  background: #0d47a1;
  color: #fff;
  padding: 80px 0;
  text-align: center;
}
.testimonials-section h2 {
  margin-bottom: 50px;
}
.testimonial {
  max-width: 500px;
  margin: 0 auto 40px;
  text-align: left;
}
.testimonial img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 15px;
}
/*.testimonial p {
  font-size: 0.95rem;
  font-style: italic;
  margin-bottom: 10px;
}*/
.testimonial small {
  display: block;
  font-weight: 500;
  color: #cfd8e5;
}

/* Contact Section */
.contact-section {
  padding: 50px 20px;
  text-align: center;
  }
.contact-section h2 {
  font-family: 'Merriweather', serif;
  font-weight: 700;
  font-size: 2.5rem;
  margin-bottom: 20px;
  color: #255caa;
}
.contact-section h2 span { color: #ff8000; }
.contact-section p {
  font-size: 16px;
  margin-bottom: 10px;
}
.contact-section p strong {
  font-weight: bold;
  color: #000;
  font-size: 1.1rem;
  margin-bottom: 40px;
}
.divider {
  border-top: 1px solid #ddd;
  margin: 30px auto;
  width: 80%;
}
.form-note {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 15px;
}
.form-note a {
  color: #007bff;
  text-decoration: none;
}
.form-note a:hover { text-decoration: underline; }
.contact-form input,
.contact-form select {
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 10px;
  font-size: 15px;
  width: 100%;
  margin-bottom: 15px;
}
.contact-form .row > div {
  margin-bottom: 15px;
}
.contact-form button {
  background-color: #000;
  color: #fff;
  padding: 10px 20px;
  border-radius: 6px;
  border: none;
  font-size: 15px;
  font-weight: bold;
  transition: 0.3s;
}
.contact-form button:hover {
  background-color: #333;
}

/* Footer */
footer {
  background-color: #111;
  padding: 40px 20px 20px;
}
.footer-logo img {
  height: 40px;
  margin-bottom: 15px;
}
.footer-heading {
  font-size: 18px;
  font-weight: bold;
  color: #ff8000;
  margin-bottom: 15px;
}
.footer-links a {
  display: block;
  color: #fff;
  text-decoration: none;
  margin-bottom: 10px;
  font-size: 15px;
  transition: color 0.3s;
}
.footer-links a:hover { color: #ff8000; }
.footer-info h5 {
  font-weight: bold;
  margin-bottom: 10px;
  color: #fff;
}
.footer-info p {
  margin: 0;
  font-size: 15px;
  color: #fff;
}
.footer-info a {
  color: #fff;
  text-decoration: none;
}
.footer-info a:hover { color: #ff8000; }
.social-icons a {
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #222;
  color: #fff;
  text-align: center;
  line-height: 35px;
  margin: 0 5px;
  font-size: 16px;
  transition: 0.3s;
}
.social-icons a:hover { background: #ff8000; }
.footer-bottom {
  border-top: 1px solid #333;
  text-align: center;
  padding-top: 15px;
  margin-top: 30px;
  font-size: 14px;
  color: #fff;
}

/*------- Media Queries ----------*/
@media screen and (max-width: 375px) {  
  h1 {
	font-size: 28pt !important;
  }  
}
@media screen and (min-width: 780px) {  
  .hero {
	height.footer-info a:hover: 100vh;
  }  
}
.footer-info a:hover {
    color: #000;
}

/*------- ChatBox ----------*/
/* ========== Bubble ========== */
#chatBtn{
  position:fixed; bottom:20px; right:20px;
  width:56px; height:56px; border-radius:50%;
  display:flex; align-items:center; justify-content:center;
  background:#2196f3; color:#fff; font-size:22px;
  border:none; cursor:pointer; box-shadow:0 6px 16px rgba(0,0,0,.25);
  z-index:9999; transition:filter .2s ease;
}
#chatBtn:hover{ filter:brightness(.95); }

/* ========== Box ========== */
#chatBox{
  position:fixed; bottom:2px; right:20px; width:320px; max-width:92vw;
  background:#fff; border:1px solid #2196f3; border-radius:12px;
  box-shadow:0 8px 24px rgba(0,0,0,.25);
  font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  z-index:9999;
  /* slide-in animation state */
  visibility:hidden; opacity:0; transform:translateY(28px);
  transition:opacity .28s ease, transform .28s ease, visibility 0s .28s;
  pointer-events:none;
}
#chatBox.open{
  visibility:visible; opacity:1; transform:translateY(0);
  transition:opacity .28s ease, transform .28s ease;
  pointer-events:auto;
}

/* Header */
#chatHeader{
  background:#2196f3; color:#fff; padding:12px 44px 12px 14px;
  border-radius:12px 12px 0 0; font-weight:600; position:relative;
}
#chatMin{
  position:absolute; top:8px; right:8px; width:28px; height:28px;
  border-radius:6px; border:none; background:rgba(255,255,255,.18);
  color:#fff; font-size:18px; cursor:pointer;
}
#chatMin:hover{ background:rgba(255,255,255,.28); }

/* Body */
#chatBody{ padding:14px; }
.lead{ font-size:14px; color:#333; margin:0 0 8px; }

/* Form layout */
#chatForm label{ display:block; font-size:13px; color:#222; margin:0; }
#chatForm input, #chatForm textarea{
  width:100%; padding:5px 10px; border:1px solid #cfcfcf; border-radius:8px;
  font-size:14px; transition:border-color .2s ease, box-shadow .2s ease;
  box-sizing:border-box; background:#fff;
}
#chatForm input:focus, #chatForm textarea:focus{
  border-color:#2196f3; box-shadow:0 0 0 3px rgba(33,150,243,.12); outline:none;
}

/* Valid/Invalid states */
input.valid, textarea.valid{ border-color:#2e7d32; }      /* green */
input.invalid, textarea.invalid{ border-color:#d32f2f; }  /* red */

.error{ color:#d32f2f; font-size:12px; min-height:16px; display:block; }

/* Send button */
#sendBtn{
  width:100%; margin-top:8px; padding:11px 12px;
  background:#2196f3; color:#fff; border:none; border-radius:8px;
  font-size:15px; font-weight:600; cursor:pointer;
  transition:filter .2s ease, opacity .2s ease;
}
#sendBtn:hover{ filter:brightness(.95); }
#sendBtn:disabled{ opacity:.6; cursor:not-allowed; }

/* Spinner (blue) */
.spinner{
  display:inline-block; width:14px; height:14px;
  border:2px solid #2196f3; border-top:2px solid transparent;
  border-radius:50%; animation:spin .8s linear infinite;
  margin-left:8px; vertical-align:middle;
}
@keyframes spin{ to{ transform:rotate(360deg); } }

/* Alerts (cards) */
#successMsg{
  display:none; color:#0d47a1; background:#e3f2fd; border:1px solid #2196f3;
  padding:8px 12px; border-radius:6px; font-size:14px; margin:10px 0 6px;
  text-align:center;
}
#errorMsg{
  display:none; color:#b71c1c; background:#ffebee; border:1px solid #f44336;
  padding:8px 12px; border-radius:6px; font-size:14px; margin:10px 0 6px;
  text-align:center;
}
