/*
Theme Name: Bootstrap Basic4 Child
Theme URI: https://rundiz.com
Template: bootstrap-basic4
Author: Rundiz-WP team
Author URI: https://github.com/Rundiz-WP
Description: Bootstrap v.4 basic theme for developers to build their new theme very fast and easy. (WordPress 5 or Gutenberg ready.) The concept is to keep it basic, no rich features, no additional functions; all of these for theme developers will be easier to start develop their theme. Please read notice on Bootstrap Basic 4 Help page in Dashboard &gt; Appearance &gt; Bootstrap Basic4 Help.
Tags: one-column,two-columns,three-columns,left-sidebar,right-sidebar,custom-background,custom-menu,featured-images,post-formats,threaded-comments,translation-ready,editor-style,blog
Version: 1.3.6.1762964728
Updated: 2025-11-12 16:25:28

*/

:root {
  --main-color: #19293A;
  --white-color: #ffffff;
  --black-color: #000000;
  --accent-color: #E98F7A;
  --blue-gray: #33404f;
  --color-bg-cream: #F7F5EE;
}
body {
  font-family: 'Poppins', sans-serif;
}
a {
    text-decoration: none;
}
h2{
    font-size: 48px;
    font-weight: 600;
}
.btn-custom {
    background-color: var(--main-color);
    color: var(--white-color);
    padding: 10px 10px 10px 15px;
    display: inline-block;
    border-radius: 15px;
    font-size: 16px;
    font-weight: 500;
}
.btn-custom img {
    margin-left: 5px;
}
.btn-custom:hover {
    background-color: var(--accent-color);
}

.sub-title {
    font-size: 18px;
    font-weight: 500;
}

.dark-section {
    color: var(--white-color);
}
.light-btn {
    background-color: var(--accent-color);
    color: var(--main-color);
}
.bg-cream {
    background-color: var(--color-bg-cream);
}
.card {
    border-radius: 20px;
    height: 100%;
}
.card-body {
    padding: 40px 20px;
}

/* header css start */
.navbar {
    font-weight: 500;
}
.nav-link {
    color: #1e1e1e;
    margin: 0 10px;
}
.nav-link:hover, .nav-link.active {
    color: var(--accent-color, #e97f65);
}
.btn-consult {
    background-color: #e97f65;
    color: #fff;
    border-radius: 50px;
    padding: 8px 20px;
    font-weight: 500;
    transition: all 0.3s ease;
}
.btn-consult i {
    background: #fff;
    color: #1e1e1e;
    border-radius: 50%;
    padding: 5px;
    font-size: 14px;
}
.btn-consult:hover {
    background-color: #d96b55;
    color: #fff;
}
/* header css end */


/* footer css start */
.footer-top {
  padding: 60px 0;
}

.footer-logo {
  font-weight: 700;
  font-size: 1.3rem;
  color: #000;
}

.footer-logo span {
  color: #e14a2b;
}

.footer-text {
  color: #777;
  font-size: 0.95rem;
  margin-bottom: 15px;
}

.footer-newsletter input {
  border-radius: 30px;
  border: 1px solid #ddd;
  padding: 8px 15px;
  width: 100%;
  max-width: 240px;
}

.footer-newsletter .btn {
  border-radius: 30px;
  background-color: #e14a2b;
  color: #fff;
  font-weight: 500;
  padding: 8px 20px;
  margin-left: 5px;
}

.footer-links h6 {
  font-weight: 600;
  margin-bottom: 15px;
  color: #000;
}

.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links ul li {
  margin-bottom: 8px;
}

.footer-links ul li a {
  color: #777;
  text-decoration: none;
  font-size: 0.95rem;
}

.footer-links ul li a:hover {
  color: #e14a2b;
}

.footer-tags {
  background-color: #faf6f0;
  padding: 25px 0;
  text-align: center;
}

.footer-tags .badge {
  background-color: #fff;
  color: #000;
  border: 1px solid #ddd;
  margin: 4px;
  font-weight: 500;
  padding: 8px 15px;
  border-radius: 25px;
}

.footer-tags .badge:first-child {
  background-color: #e14a2b;
  color: #fff;
  border: none;
}

.footer-bottom {
  background-color: #fff;
  border-top: 1px solid #eee;
  padding: 15px 0;
  font-size: 0.9rem;
  color: #777;
}

.footer-bottom span {
  color: #e14a2b;
}
.site-footer {
	font-size: 16px;
}
/* footer css end */