/* Add these styles to your existing style.scss file */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
html,
body {
  font-family: "Inter", sans-serif;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
}
html a,
body a {
  color: #235b21;
}
html a:focus, html a:hover, html a:active,
body a:focus,
body a:hover,
body a:active {
  color: rgb(20.6048387097, 53.5725806452, 19.4274193548);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #0a336b;
  font-family: "Inter", sans-serif;
}

h2 {
  font-size: 48px;
  font-weight: 700;
}

.transition-all {
  transition: all 0.3s ease-in-out;
}

.duration-300 {
  transition-duration: 0.3s;
}

.hover-text-white:hover {
  color: white;
}

.border-custom-grey {
  border-color: #e0e0e0;
}

.top-header-bar {
  background-color: transparent !important; /* No background color */
  border-bottom: 1px solid #e0e0e0; /* Bottom border */
  padding-bottom: 14px;
}
.top-header-bar .header-contact,
.top-header-bar .header-social {
  font-size: 0.875rem;
}
.top-header-bar .social-icon-link {
  color: white; /* Icon color */
  background-color: #000; /* Background color for icons */
  width: 32px; /* Fixed width for icon background */
  height: 32px; /* Fixed height for icon background */
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  padding: 6px;
  text-decoration: none; /* Remove underline */
}
.top-header-bar .social-icon-link:hover {
  background-color: rgb(167.3721973094, 91.7847533632, 4.6278026906);
}
.top-header-bar .email-icon-link {
  padding-left: 0.5rem; /* Adjust padding for text */
  padding-right: 0.5rem;
  color: #000; /* Text color */
}
.top-header-bar .email-icon-link .fa-envelope {
  margin-right: 0.5rem;
  color: white; /* Icon color */
  background-color: #000;
  width: 32px; /* Fixed width for icon background */
  height: 32px; /* Fixed height for icon background */
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  text-decoration: none; /* Remove underline */
}
.top-header-bar .email-icon-link span {
  color: #000; /* Text color */
  font-size: 16px;
}

.navbar {
  color: #150f11;
}
.navbar a {
  color: #150f11;
}
.navbar .navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
}
.navbar .navbar-brand img {
  max-height: 50px;
  width: auto;
}
.navbar form {
  background-color: #fff7f0;
  border: solid 1px #e0e0e0; /* Border for search form */
  border-radius: 10px;
}
.navbar form input {
  border-radius: 10px;
}
.navbar form input:focus {
  color: inherit;
  background-color: inherit;
  border-color: inherit;
  outline: 0;
  box-shadow: none;
}
.navbar .form-control.rounded-pill {
  border-radius: 50rem !important;
}
.navbar .search-input-custom {
  border: none;
  height: 40px;
  width: 100%;
  max-width: 190px;
  background-color: #fff7f0; /* Search input background color */
}
.navbar .search-input-custom + .btn {
  position: relative;
}
@media (max-width: 991.98px) {
  .navbar .w-100.w-lg-auto {
    width: 100% !important;
    margin-right: 0 !important;
  }
}
.navbar .d-flex.w-100.w-lg-auto .form-control {
  flex-grow: 1;
}
.navbar .d-flex.w-100.w-lg-auto .btn {
  flex-shrink: 0;
}

ul#menu-header-menu {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

#primaryNavbar a {
  color: #150f11;
}
#primaryNavbar a:hover {
  text-decoration: none;
}
#primaryNavbar a:active {
  text-decoration: none;
  background-color: #e9ecef;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
  top: 0;
  margin-left: 0.1rem;
  margin-right: 0.1rem;
  border-radius: 0.25rem;
  display: none;
  position: absolute;
  min-width: 200px;
  z-index: 1051;
}

.dropdown-menu > .dropdown:hover > .dropdown-menu {
  display: block;
}

@media (max-width: 991.98px) {
  .dropdown-menu .dropdown-menu {
    position: static;
    float: none;
    width: 100%;
    margin: 0;
    border-radius: 0;
    display: none;
  }
  .dropdown-menu > .dropdown.show > .dropdown-menu {
    display: block;
  }
}
.navbar-nav .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
  transition: transform 0.3s ease;
}

.navbar-nav .show > .dropdown-toggle::after {
  transform: rotate(180deg);
}

.menu-item a span {
  white-space: nowrap;
}

.header-navbar {
  padding-top: 14px !important;
}

.navbar-menu1 .navbar-nav {
  gap: 12px;
}
.navbar-menu1 .navbar-nav .menu-item .dropdown-menu {
  border: none;
  box-shadow: 0px 0px 4px #dfdfdf;
  border-radius: 6px;
}
.navbar-menu1 .nav-link {
  padding: 0px !important;
}

.header-search-icon {
  outline: 0px;
}
.header-search-icon:focus {
  box-shadow: none !important;
  border: none;
}
.header-search-icon:active {
  box-shadow: none !important;
  border: none !important;
}

.logo-container img {
  max-height: 140px;
  max-width: 140px;
}

#footer-subscribe {
  display: flex;
  padding: 96px 0px;
}
#footer-subscribe h2 {
  font-size: 24px;
  font-weight: 600;
}
#footer-subscribe .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#footer-subscribe .btn {
  background-color: #f9a13a;
  color: white;
  border: none;
}

.form-control:focus {
  box-shadow: none !important;
}

.footer-subscribe .form-control-lg {
  font-size: 14px !important;
  line-height: 17px !important;
  height: 53px;
  padding: 18px 16px !important;
  border-radius: 6px;
  border: none;
}
.footer-subscribe .form-control-lg:focus {
  border: none !important;
}
.footer-subscribe .btn {
  border-radius: 6px;
  height: 53px;
  font-size: 16px !important;
  line-height: 24px !important;
}
.footer-subscribe .btn:focus {
  box-shadow: none !important;
}
.footer-subscribe .btn .fa {
  font-size: 14px;
}

#footer-navigation,
#footer-bottom {
  background-color: #eefaff;
  color: #000;
}
#footer-navigation a,
#footer-bottom a {
  color: #000;
}
#footer-navigation a:hover,
#footer-bottom a:hover {
  color: #150f11;
}
#footer-navigation h5,
#footer-bottom h5 {
  color: #000;
}
#footer-navigation h5.dark,
#footer-bottom h5.dark {
  color: #150f11;
}
#footer-navigation .social-icon-link,
#footer-bottom .social-icon-link {
  color: white; /* Icon color */
  background-color: #f9a13a; /* Background color for icons */
  width: 32px; /* Fixed width for icon background */
  height: 32px; /* Fixed height for icon background */
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  padding: 6px;
  text-decoration: none; /* Remove underline */
}
#footer-navigation .social-icon-link:hover,
#footer-bottom .social-icon-link:hover {
  background-color: rgb(247.4926108374, 137.3842364532, 8.5073891626);
}

.footer-bottom-copyright {
  border-top: 1px solid #e1e4ed;
  padding-top: 27px;
}

.two-col-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .two-col-list {
    flex-direction: column;
  }
}

.two-col-list li {
  width: 50%; /* 2 per row */
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .two-col-list li {
    width: 100%;
  }
}

.section-heading {
  text-align: center;
  margin-bottom: 48px;
}
.section-heading h2 {
  margin-bottom: 24px;
  font-size: 48px;
  line-height: 58px;
  color: #0a336b;
}
.section-heading h2.heading-black {
  color: #000000;
}
.section-heading p {
  color: #6d758f;
  font-size: 16px;
  line-height: 24px;
}

.page-wrapper {
  padding: 100px 0px;
}

/* Button */
.btn-primary {
  background-color: #d97706 !important;
  color: white !important;
  border: none !important;
}

.user-icon {
  background-color: #f1f3f7;
  border: none !important;
  padding: 8px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.user-icon + .card-text {
  color: #150f11 !important;
  font-size: 14px;
  line-height: 17px;
}

.items-center {
  align-items: center;
}

.blog-post-card {
  border-radius: 8px !important;
  border: none !important;
  box-shadow: 0px 1px 4px 0px rgba(25, 33, 61, 0.08);
}

/* News Section */
.news-card .img-fluid {
  -o-object-fit: cover;
     object-fit: cover;
}

.news-card2 .img-fluid {
  -o-object-fit: cover;
     object-fit: cover;
}
.news-card2 .card-modal {
  padding: 32px;
}
.news-card2 .card-modal .card-body {
  padding: 0px;
  padding-bottom: 24px;
}
.news-card2 .card-footer {
  padding: 0px;
  padding-top: 24px;
  border-top: 1px solid #e1e4ed !important;
}

/* Latest News */
.latest-news {
  padding-top: 100px;
}

#hero-slider {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#hero-slider .trans-background {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
}

/* Home Page Sections Styles
 * 
 * This file contains the styles for the home page sections.
 */
#hero-slider a {
  color: #235b21;
}
#hero-slider .btn {
  background-color: #f9a13a;
  color: white;
  border: none;
  max-width: 156px;
}
#hero-slider .btn:hover {
  background-color: rgb(247.4926108374, 137.3842364532, 8.5073891626);
}

/* Profile Cards Section */
#profile-cards {
  background: none;
}
#profile-cards .card {
  border: none;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background: none;
}
#profile-cards .card img {
  border-radius: 15px;
}
#profile-cards .card .card-text {
  font-size: 14px;
}
#profile-cards .card .card-body {
  background-color: #eefaff;
  font-size: 14px;
}
#profile-cards .card .card-body h4 {
  font-size: 18px;
  font-weight: 600;
}
#profile-cards .card .card-body p {
  color: #000;
  font-size: 16px;
  line-height: 1.5;
}
#profile-cards .img-card-container {
  position: relative;
  background-color: #eefaff;
  height: 328.7px;
}
#profile-cards .img-card-container img.card-img-top {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  border-radius: 15px;
}
#profile-cards a {
  color: #235b21;
}
#profile-cards a.email-icon {
  bottom: -15px;
  height: 35px;
  width: 35px;
  padding: 5px;
  background-color: #eefaff;
  z-index: 10;
}
#profile-cards a.email-icon i {
  color: #235b21;
  font-size: 20px;
}
#profile-cards .btn {
  background-color: #f9a13a;
  color: white;
  border: none;
  max-width: 156px;
}
#profile-cards .btn:hover {
  background-color: rgb(247.4926108374, 137.3842364532, 8.5073891626);
}
#profile-cards .firstCard .card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#profile-cards .firstCard .card-body h2 {
  font-size: 48px;
}
@media (max-width: 991.98px) {
  #profile-cards .img-card-container {
    height: auto;
    min-height: 250px;
  }
  #profile-cards .img-card-container img.card-img-top {
    height: auto;
    min-height: 250px;
  }
}

/* Vision Content Section */
#vision-content .container h2 {
  font-size: 48px;
  font-weight: 700;
}
#vision-content .container p {
  font-size: 18px;
  line-height: 1.6;
  color: #000;
}
/* Video Embed Section */
#video-embed .container {
  background: #f8f9fc;
  border-radius: 24px;
  padding: 5rem;
}
#video-embed .container h2 {
  font-size: 36px;
  font-weight: 700;
}

/* Quick Links Section */
#quick-links .container h2 {
  font-size: 36px;
  font-weight: 700;
}
#quick-links .container a {
  color: #0a336b;
  font-size: 18px;
  text-decoration: none;
  border-color: #e0e0e0;
}
#quick-links .container a:hover {
  background-color: #f1f1f1;
}

#section-6 .btn {
  background-color: #f9a13a;
  color: white;
  border: none;
}
#section-6 .btn:hover {
  background-color: rgb(247.4926108374, 137.3842364532, 8.5073891626);
}

#about-page .about-content h2 {
  color: #0a336b;
}
#about-page .about-content h3 {
  color: #0a336b;
  font-size: 24px;
}
#about-page .about-content p {
  font-size: 16px;
  color: #80797b;
  line-height: 24px;
}

#contact-page i {
  color: orange;
}/*# sourceMappingURL=oc-auditor-style.css.map */