/*------------------------------------------------------------------
Project: Dr. Rahima Hirji, ND
Version: 1.0
-------------------------------------------------------------------*/

/*[ General ] */

:root {
  --font-primary: "DM Sans", serif;
  --font-secondary: "Bacasime Antique", serif;
  --color-primary: 76, 76, 76;
  --color-secondary: 129, 176, 179;
  --color-accent: 234, 234, 224;
}

body {
  font-family: var(--font-primary);
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 400;
  color: rgba(var(--color-primary), 1);
  background-color: #fff;
  min-height: 100%;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-secondary);
  margin-top: 0;
  font-weight: 500;
  line-height: 1;
}

h1,
.h1 {
  font-size: 5rem;
}

h2,
.h2 {
  font-size: 4rem;
}

h3,
.h3 {
  font-size: 2.5rem;
}

h4,
.h4 {
  font-size: 2rem;
}

h5,
.h5 {
  font-size: 1.5rem;
}

h6,
.h6 {
  font-size: 1.25rem;
}

a {
  color: rgba(var(--color-primary), 1);
}

a:hover {
  color: rgba(var(--color-secondary), 0.8);
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
  outline: none;
}
p.medium {
  font-size: 1.125rem;
}
hr {
  border-top: 1px solid #dee2e6;
}

dl,
ol,
ul {
  margin-left: 0;
  padding: 0;
  list-style: none;
}

input,
button,
a {
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}

input,
input:focus,
button,
button:focus {
  outline: none;
}

input[type="file"] {
  height: auto;
}

input[type="text"],
input[type="password"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea.form-control {
  resize: vertical;
}

label.col-form-label {
  font-weight: 600;
  line-height: 1.2;
}

section {
  padding: 6rem 0;
}

body::-webkit-scrollbar-track,
.scrollbar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  background-color: #f5f5f5;
}

body::-webkit-scrollbar,
.scrollbar::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}

body::-webkit-scrollbar-thumb,
.scrollbar::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #acacac;
}

img {
  height: auto;
  max-width: 100%;
}
.font-primary {
  font-family: var(--font-primary);
}
.font-secondary {
  font-family: var(--font-secondary);
}
.main-wrapper {
  overflow: hidden;
}
.container {
  max-width: 1280px;
}

/*[ Brand Color ]*/

.bg-accent {
  background-color: rgba(var(--color-accent), 1);
}
.bg-secondary-light {
  background-color: rgba(var(--color-secondary), 0.25);
}
.text-primary {
  color: rgba(var(--color-primary), 1);
}
.text-secondary {
  color: rgba(var(--color-secondary), 1);
}
.text-accent {
  color: rgba(var(--color-accent), 1);
}

/*[ Button Classes ]*/
.btn {
  border-color: transparent;
  outline: none;
  border-radius: 0;
  padding: 0.75rem 2rem;
  font-size: 1.125rem;
  position: relative;
  color: #fff;
  background-color: rgba(var(--color-secondary), 1);
  font-weight: 500;
}

.btn.btn-lg {
  padding: 1rem 2.5rem;
}
.btn-style-1 {
  background-color: rgba(var(--color-secondary), 1);
}
.btn-style-1:hover {
  background-color: #fff;
  color: rgba(var(--color-secondary), 1);
  border-color: 1px solid rgba(var(--color-secondary), 1);
}
.btn-style-2 {
  background-color: #fff;
  color: rgba(var(--color-secondary), 1);
  border-color: 1px solid rgba(var(--color-secondary), 1);
}
.btn-style-2:hover {
  background-color: rgba(var(--color-secondary), 1);
  color: #fff;
  border-color: transparent;
}

/*[ Helper Classes ]*/
.ltr-spacing-1 {
  letter-spacing: 1px;
}

.font-weight-100 {
  font-weight: 100;
}

.font-weight-200 {
  font-weight: 200;
}

.font-weight-300 {
  font-weight: 300;
}

.font-weight-400 {
  font-weight: 400;
}

.font-weight-500 {
  font-weight: 500;
}

.font-weight-600 {
  font-weight: 600;
}

.font-weight-700 {
  font-weight: 700;
}

.font-weight-800 {
  font-weight: 800;
}

.font-weight-900 {
  font-weight: 900;
}

.form-control {
  border-color: #e3e3e3;
  box-shadow: none;
  font-size: 0.875rem;
  height: 40px;
  border-radius: 2px;
}

.form-control-sm {
  height: 32px;
}

.iconify {
  font-size: 1rem;
}

.section-title {
  margin-bottom: 1rem;
}

.section-title h2 {
  position: relative;
}
.section-title .subheading {
  font-size: 1.5rem;
}
.entry-content ul,
.entry-content ol {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-left: 40px;
}

.entry-content ul {
  list-style: disc;
}

.entry-content ol {
  list-style: decimal;
}

.entry-content ul li,
.entry-content ol li {
  margin-bottom: 0.8rem;
}

.entry-content ul.inline-list li,
.entry-content ol.inline-list li {
  float: left;
  margin-right: 3rem;
}

.entry-content ul.lg-text li,
.entry-content ol.lg-text li {
  font-size: 1.2rem;
  font-weight: 600;
  color: #444444;
}

/*.overlay {
  position: relative;
}

.overlay:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.overlay.green-overlay:before {
  background-color: rgba(28, 86, 42, 0.8);
}*/

.bannerbg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.row-2 {
  margin: 0 -25px;
}
.row-2 > div {
  padding: 0 25px;
}
#media .row-2 > div {
  padding: 0;
}
#media .row-2 {
  margin: 0;
}
/*[ Header ]*/
.header {
  transition: all 0.5s;
  background-color: #fff;
  position: relative;
  min-height: 100px;
  position: sticky;
  z-index: 999;
  width: 100%;
}
.announcement-bar p {
  /*  font-size: .875rem;*/
}
.announcement-bar a {
  color: rgba(var(--color-primary), 1);
  /*  border-bottom: 1px solid currentColor;*/
}
.announcement-bar a:hover {
  color: rgba(var(--color-secondary), 1);
  border-bottom: 1px solid currentColor;
}
#header .logo img {
  padding: 0;
  margin: 5px 0;
  height: 80px;
  transition: all 0.5s;
}

.mobile_btn,
.mobile_btn:hover,
.mobile_btn:active,
.mobile_btn:focus {
  color: rgba(var(--color-primary), 1);
  font-size: 2.5rem;
}
.mobile_btn .iconify {
  font-size: 4rem;
}
/* Desktop Navigation */

.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul.menu > li {
  position: relative;
  white-space: nowrap;
  display: inline-block;
  margin: 0 1rem;
}

/*.nav-menu ul > li:last-child {
  margin-right: 0;
}*/

.nav-menu a {
  display: block;
  position: relative;
  /*color: #3d3d3c;*/
  color: rgba(var(--color-primary), 1);
  padding: 0.3rem 0;
  margin: 0;
  transition: 0.3s;
  border-bottom: 1px solid transparent;
}

.nav-menu li a:hover,
.nav-menu li a.active {
  color: rgba(var(--color-secondary), 1);
  border-bottom: 1px solid currentColor;
}

/*Mobile Menu*/

.mobmenu {
  background-color: rgba(var(--color-secondary), 1);
  bottom: 0;
  right: 0;
  margin-top: 0;
  position: fixed;
  top: 0;
  margin-right: -350px;
  width: 320px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 1041;
}

.mobmenu.opened {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.mobmenu-inner {
  height: 100%;
  transition: all 0.2s ease-in-out 0s;
}

.mobmenu-menu {
  padding: 1rem 0;
}

.mobmenu-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.mobmenu-menu ul ul {
  display: none;
}

.mobmenu-menu li a {
  color: #fff;
  display: block;
  font-size: 1.125rem;
  height: auto;
  padding: 1rem 1.5rem;
  position: relative;
  /*  text-transform: uppercase;*/
}

.mobmenu-menu li > a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.mobmenu-menu li a:hover,
.mobmenu-menu li.active a,
.mobmenu-menu li a.active {
  color: rgba(var(--color-secondary), 1);
  background-color: rgba(var(--color-accent), 1);
}

.mobmenu-menu li.submenu > a:after {
  content: "";
  position: absolute;
  right: 1.5rem;
  top: 50%;
  margin-top: -5px;
  height: 6px;
  width: 6px;
  display: block;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: transparent #fff9ee #fff9ee transparent;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: border 0.3s;
}

.mobmenu-menu ul ul a:before {
  content: "-";
  position: relative;
  padding-right: 0.8rem;
}

.mobmenu-menu a {
  line-height: 1.3;
  transition: unset;
  -moz-transition: unset;
  -o-transition: unset;
  -ms-transition: unset;
  -webkit-transition: unset;
}

.slide-nav .mobmenu {
  margin-right: 0;
}

.mobmenu-overlay {
  display: none;
  position: fixed;
  z-index: 90;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1040;
  background-color: rgba(0, 0, 0, 0.6);
}

.mobmenu-overlay.opened {
  display: block;
}

.mobmenu-menu.opened {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
  margin-left: 0;
}

html.menu-opened {
  overflow: hidden;
}

html.menu-opened body {
  overflow: hidden;
}

/*Hero Banner*/
.herobanner {
  width: 100%;
  height: calc(100vh - 150px);
}
.hero-text {
  position: relative;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: start;
}
.hero-text h1 {
  line-height: 1;
}
.hero-text p {
  font-size: 1.375rem;
}

/*Content*/
#media .row-2 {
  overflow-y: auto;
  flex-wrap: nowrap;
  gap: 25px;
}
#media .row-2::-webkit-scrollbar {
  height: 7px;
}

#media .row-2::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(128, 128, 128, 0.344);
  border-radius: 10px;
}

#media .row-2::-webkit-scrollbar-thumb {
  background: #81b0b3;
  border-radius: 10px;
}

#media .row-2::-webkit-scrollbar-thumb:hover {
  background: #81b0b3;
}
.media-box .img-box img {
  min-height: 125px;
  min-width: 125px;
  max-width: 125px;
  object-fit: cover;
}
.media-box .text p {
  margin-bottom: 0;
  font-weight: 500;
}
.separator-box {
  max-width: 512px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.separator-box img {
  max-width: 70px;
  z-index: 9;
  position: relative;
}
.separator-box:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: rgba(var(--color-secondary), 1);
  top: 50%;
  left: 0;
  margin-top: -1px;
}
.separator-box:after {
  content: "";
  position: absolute;
  width: 20%;
  height: 1px;
  background-color: #fff;
  top: 50%;
  left: 40%;
  margin-top: -1px;
}
#toolkit .profile-pic img {
  max-width: 90px;
  border-radius: 50%;
}
.toolkit-text .count {
  letter-spacing: -4px;
}
#resources {
  position: relative;
}
#resources:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  background-color: rgba(var(--color-accent), 1);
}
.resource-box.blog-box > div {
  position: absolute;
  left: 0;
  bottom: 3rem;
}
.resource-box .text h6 {
  font-size: 1.375rem;
  font-weight: 500;
}
.approach-list {
  display: flex;
  margin: 0 -20px;
}
.approach-list li {
  display: inline-block;
  width: 20%;
  padding: 0 20px;
  text-align: center;
}
.approach-list li .icon img {
  max-width: 40px;
  margin-bottom: 1rem;
}
.approach-list li h6 {
  font-size: 1.125rem;
  line-height: 1.2;
  font-family: var(--font-primary);
}
.approach-list li p {
  margin-bottom: 0;
}

/*FAQ*/
.faq-accordion .card {
  border: 0;
  border-bottom: 1px solid #deded6;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  padding: 1.25rem 0;
  background-color: transparent;
}
.faq-accordion .card .card-header {
  border-bottom: 0;
  position: relative;
  background-color: transparent;
  padding: 0.75rem 0;
}
.faq-accordion .card .card-header h4 {
  font-size: 1.5rem;
  font-weight: 400;
  font-family: var(--font-primary);
}
.faq-accordion .card .card-header h4 a {
  display: block;
  color: rgba(var(--color-primary), 1);
}
.faq-accordion .card .card-header h4 a:not(.collapsed) {
  color: rgba(var(--color-secondary), 1);
}

.faq-accordion .card .card-header .iconify {
  position: absolute;
  top: 15px;
  right: 0;
  text-align: center;
  line-height: 24px;
  display: block !important;
  width: auto;
  font-size: 22px;
  transition: transform 0.3s ease;
}

.faq-accordion .card .card-header a:not(.collapsed) .iconify {
  transform: rotate(180deg) !important;
}
.faq-accordion .card .card-body {
  padding: 1.25rem 0 0;
}

/*Blogs*/
.single-blog:hover .blog-desc h3 a {
  color: rgba(var(--color-secondary), 1);
}

/*Social Icons*/
.social-icons {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  column-gap: 1.2rem;
  row-gap: 0;
}

.social-icons a .iconify {
  color: rgba(var(--color-primary), 1);
  font-size: 1.5rem;
}

.social-icons a:hover {
  opacity: 0.8;
  border-bottom: 0;
}

/*Footer*/
.footer-logo img {
  max-height: 80px;
}
.footer-links li {
  margin: 1rem 0;
}
.footer-links li a {
  color: rgba(var(--color-primary), 1);
}
.footer-links li a:hover {
  color: rgba(var(--color-secondary), 1);
}
.copyright {
  text-align: center;
  padding: 1.5rem 0 0.5rem;
}
.copyright p {
  margin-bottom: 0;
  font-size: 1rem;
}
.copyright p a {
  color: rgba(var(--color-primary), 1);
  border-bottom: 1px solid currentColor;
}
.copyright p a:hover {
  color: rgba(var(--color-secondary), 1);
  border-color: currentColor;
}
.entry-content #more {
  display: none;
}
.w-75px {width: 75px}
