body {
  color: #0c0c0c;
  background-color: #ffffff;
  padding-top: 120px
}

/* Design tokens for consistent rounded corners and shadows */
:root {
  --radius-xs: 4px;
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 22px;
  --radius-pill: 999px;
  --shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.06);
  --shadow-md: 0 6px 16px rgba(0, 0, 0, 0.10);
  --shadow-lg: 0 12px 32px rgba(0, 0, 0, 0.14);
}

a {
  color: #e50185;
  font-weight: 900;
}

.layout_padding {
  padding: 75px 0;
}

.layout_padding2 {
  padding: 45px 0;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 75px;
}

.layout_padding-bottom {
  padding-bottom: 75px;
}

.heading_container h2 {
  text-transform: uppercase;
  font-weight: bold;
  color: #fefdfc;
}

.heading_container h1 {
  color: #fefdfc;
}

.heading_themed_container h2 {
  text-transform: uppercase;
  font-weight: bold;
  color: #036b73;
}

.heading_container p {
  color: #fefdfc;
}

.greeting {
  background-color: #cde1e3;
  padding-bottom: 40px;
}

.greeting p {
  font-size: x-large;
  font-weight: 700;
  color: #036b73;
  margin: 20px 0 25px 0;
  text-transform: uppercase;
}

.greeting img {
  width: auto;
  height: 80px;
}

.hero_next_section-margin {
  margin-top: 100px;
}

/*header section*/
.hero_area {
  position: relative;
  background-color: #cde1e3;
  height: 85vh;
}

.sub_page .hero_area {
  height: auto;
}

.hero_area.sub_pages {
  height: auto;
}

.header_section {
  background-color: #e6f0f1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.header_section .container-fluid {
  margin: 0 auto;
  text-align: center;
  padding-right: 25px;
  padding-left: 25px;
}

.header_section .nav_container {
  margin: 0 auto;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 30px;
  color: #036b73;
  font-weight: 550;
  text-align: center;
  text-transform: uppercase;
  font-size: large;
}

/* Keep navbar items on a single line */
.custom_nav-container.navbar-expand-lg .navbar-nav {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link {
  white-space: nowrap;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item.active .nav-link {
  position: relative;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item.active .nav-link::after {
  content: "";
  position: absolute;
  width: 65%;
  left: 50%;
  height: 2.5px;
  background-color: #e50185;
  bottom: 8px;
  margin: 0 auto;
  display: block;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.custom_nav-container .nav_search-btn {
  background-image: url(../images/search-icon.png);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position-y: 7px;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
}

.navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.navbar-brand span {
  font-size: 24px;
  font-weight: 700;
  color: #fefdfc;
  margin-left: 10px;
  text-transform: uppercase;
}

.custom_nav-container {
  z-index: 99999;
  padding: 5px 0;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
  background-size: 30px;
}

/*end header section*/
/* slider section */
.slider_section {
  background-image: url(../images/21_04_2025_maria.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
  background-color: #78853f;
  width: 90%;
  margin: 0 auto;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  height: 95%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider_section .detail-box {
  color: #fefdfc;
  background-color: #cde1e3f0;
  padding: 20px;
  max-width: 500px;
}

.slider_section .detail-box h1 {
  color: #ffff00;
  font-size: 1.8rem;
  text-transform: uppercase;
  font-weight: 400;
}

.slider_section .detail-box span {
  color: #036b73;
  font-size: 3.5rem;
  font-weight: 500;
}

.slider_section .detail-box p {
  color: #036b73;
  margin-top: 25px;
  font-size: 2rem;
}

/* Make the quoted author name heavier while keeping italic style */
.slider_section .detail-box p i {
  font-weight: 600;
  font-style: italic;
}

.slider_section .detail-box .btn-box {
  margin-top: 45px;
}

.slider_section .detail-box .btn-box .btn-1 {
  display: inline-block;
  padding: 12px 45px;
  background-color: #ffff00;
  color: #050505;
  border-radius: var(--radius-pill);
  text-transform: uppercase;
  margin-right: 10px;
  box-shadow: var(--shadow-sm);
}

.slider_section .detail-box .btn-box .btn-1:hover {
  background-color: #e6e600;
}

.slider_section .detail-box .btn-box .btn-2 {
  display: inline-block;
  padding: 12px 42px;
  background-color: #fefdfc;
  color: #050505;
  border-radius: var(--radius-pill);
  text-transform: uppercase;
  box-shadow: var(--shadow-sm);
}

.slider_section .detail-box .btn-box .btn-2:hover {
  background-color: #f8f0e9;
}

.slider_section ol.carousel-indicators {
  margin: 0;
  display: flex;
  justify-content: center;
  /* center under content */
  position: relative;
  /* remove absolute overlap */
  bottom: auto;
  transform: none;
  padding-top: 0.75rem;
  /* space above indicators */
}

.slider_section ol.carousel-indicators li {
  width: 20px;
  height: 20px;
  opacity: 1;
  background-color: #ffff00;
  border-radius: 100%;
}

.slider_section ol.carousel-indicators li.active {
  background-color: transparent;
  border: 3px solid #fefdfc;
}

.offer_section .content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 45px 0;
}

.offer_section {
  padding-left: 25%;
  padding-right: 25%;
}

.offer_section .content-box .img-box {
  min-width: 125px;
  min-height: 115px;
  background-color: #eeeded;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 25px;
}

.offer_section .content-box .img-box svg {
  width: 55px;
  height: auto;
}

.offer_section .content-box:hover .img-box {
  background-color: #8f9440;
}

.offer_section .content-box:hover .img-box svg {
  fill: #fefdfc !important;
}

.offer_section .content-box:hover .img-box svg g {
  fill: #fefdfc !important;
}

.offer_section .content-box:hover .img-box svg path {
  fill: #fefdfc !important;
}

.offer_section .content-box .detail-box h6 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  color: #fefdfc;
}

.offer_section .content-box .detail-box p {
  margin: 0;
  color: #fefdfc;
  font-size: large;
  font-weight: 500;
}

.about_section {
  /* local color token for easy adjustments */
  --about-color: #036b73;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 60px 20px;
}

.about_section .detail-box.centered-block {
  max-width: 860px;
  background: #ffffff;
  padding: 36px;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-md);
  width: 100%;
  margin: 0 auto;
}

.about_section .heading_themed_container h2 {
  color: var(--about-color);
  font-size: 1.5rem;
  /* reduced for better balance */
  margin-bottom: 0.5rem;
  text-align: center;
  letter-spacing: 0.4px;
  line-height: 1.15;
  font-weight: 700;
}

.about_section p {
  color: var(--about-color);
  font-size: 1.05rem;
  /* slightly larger for readability */
  line-height: 1.7;
  margin: 0 0 0.75rem 0;
}

.about_section ul {
  list-style: none;
  padding-left: 0;
  margin: 0 0 12px 0;
  color: var(--about-color);
}

.about_section ul li {
  margin: 8px 0;
  font-size: 1.05rem;
}

/* Emphasize the small section title within the block */
.about_section p strong {
  display: block;
  color: var(--about-color);
  font-weight: 700;
  margin-bottom: 0.5rem;
}

/* Keep the button consistent with site contact button */
.about_section .contact-btn {
  padding: 12px 38px;
  border-radius: var(--radius-pill);
  font-weight: 700;
  text-transform: uppercase;
  box-shadow: var(--shadow-sm);
}

.about_section .d-flex.justify-content-center a {
  text-decoration: none;
}

@media (max-width: 768px) {
  .about_section {
    padding: 36px 12px;
  }

  .about_section .detail-box.centered-block {
    padding: 20px;
  }

  .about_section .heading_themed_container h2 {
    font-size: 1.25rem;
  }
}


.client_section .client_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.client_section .client_container .img-box {
  width: 250px;
  border: 5px solid #7f7f31;
  border-radius: 100%;
}

.client_section .client_container .img-box img {
  width: 100%;
}

.client_section .client_container .detail-box {
  margin-top: 25px;
}

.client_section .client_container .detail-box h4 {
  text-transform: uppercase;
  color: #1d1b28;
  font-weight: normal;
}

.client_section .client_container .detail-box h6 {
  text-transform: uppercase;
  color: #7f7f31;
}

.client_section .client_container .detail-box p {
  color: #1d1b28;
  margin: 20px;
}

.client_section .client_container .detail-box img {
  width: 60px;
}

.client_section .carousel-control-prev,
.client_section .carousel-control-next {
  width: 50px;
  height: 50px;
  background-color: #7f7f31;
  opacity: 1;
  top: 40%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
}

.client_section .carousel-control-prev:hover,
.client_section .carousel-control-next:hover {
  background-color: #050505;
}

.client_section .carousel-control-prev {
  background-image: url(../images/prev.png);
}

.client_section .carousel-control-next {
  background-image: url(../images/next.png);
}

.contact_section {
  position: relative;
  background-color: #036b73;
}

.contact_section .title {
  margin-bottom: 65px;
}

/* center heading for contact section to match centered content */
.contact_section .heading_container {
  text-align: center;
}

.contact_section h2 span {
  color: #fefdfc;
}

.contact_section form {
  padding-right: 35px;
}

.contact_section input {
  width: 100%;
  border: 0;
  height: 50px;
  border-radius: var(--radius-pill);
  margin-bottom: 25px;
  padding-left: 25px;
  background-color: #fefdfc;
  outline: none;
  color: #101010;
  box-shadow: var(--shadow-sm);
}

.contact_section input::-webkit-input-placeholder {
  color: #131313;
}

.contact_section input:-ms-input-placeholder {
  color: #131313;
}

.contact_section input::-ms-input-placeholder {
  color: #131313;
}

.contact_section input::placeholder {
  color: #131313;
}

.contact_section input.message-box {
  height: 120px;
}

.contact_section button {
  padding: 15px 55px;
  outline: none;
  border: none;
  border-radius: var(--radius-pill);
  border: 1px solid #e50185;
  color: #fff;
  font-weight: bold;
  background-color: #e50185;
  box-shadow: var(--shadow-sm);
}

/* Button style reused in about section */
.contact-btn {
  padding: 15px 55px;
  outline: none;
  border: none;
  border-radius: var(--radius-pill);
  border: 1px solid #e50185;
  color: #fff;
  font-weight: bold;
  background-color: #e50185;
  box-shadow: var(--shadow-sm);
}

.contact_section p {
  color: #fefdfc;
}

.contact_section a {
  color: #e50185;
  font-size: xx-large;
  font-weight: 600;
}

.contact_section .map_section {
  width: 100%;
  height: 450px;
}

.info_section {
  background-color: #036b73;
  color: #fefdfc;
}

.info_section a {
  color: #fefdfc;
}

.info_section h5 {
  margin: 20px 0 25px 0;
  font-weight: 400;
}

.info_section .form_heading {
  font-weight: normal;
  text-transform: uppercase;
}

.info_section .info_logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 25px;
}

.info_section .info_logo a span {
  font-size: 24px;
  font-weight: 700;
  color: #fefdfc;
  margin-left: 10px;
  text-transform: uppercase;
}

.info_section .info_form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.info_section .info_form form input {
  min-width: 100%;
  height: 45px;
  border-radius: var(--radius-pill);
  border: none;
  outline: none;
  padding: 0 15px;
  box-shadow: var(--shadow-sm);
}

.info_section .info_form form button {
  padding: 0 45px;
  height: 40px;
  outline: none;
  border: none;
  border-radius: var(--radius-pill);
  color: #050505;
  text-transform: uppercase;
  background-color: #ffff00;
  -webkit-transform: translate(-102%);
  transform: translate(-102%);
  margin-top: 2.5px;
  box-shadow: var(--shadow-sm);
}

/* footer section*/
.footer_section {
  padding: 20px;
  background-color: #036b73;
  box-shadow: var(--shadow-sm) inset;
  border-top-left-radius: var(--radius-md);
  border-top-right-radius: var(--radius-md);
}

.footer_section {
  text-align: center;
}

.footer_section p {
  margin: 0;
  color: #fefdfc;
}

.footer_section a {
  color: #fefdfc;
  font-weight: 500;
}

/*# sourceMappingURL=style.css.map */

/* Global font override: use Poppins everywhere */
* {
  font-family: 'Raleway', sans-serif !important;
}

/* Prevent SVG color change on hover in My Mission (.offer_section) */
.offer_section .content-box:hover .img-box svg,
.offer_section .content-box:hover .img-box svg g,
.offer_section .content-box:hover .img-box svg path {
  fill: initial !important;
}

/* Prevent background color change on hover for the img-box in My Mission */
.offer_section .content-box:hover .img-box {
  background-color: #eeeded !important;
}

/* === Rounded & Shadow Enhancements (appended overrides) === */
.slider_section .detail-box {
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-md);
}

.offer_section .content-box {
  background: #ffffff;
  padding: 18px 22px;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-md);
}

.offer_section .content-box .img-box {
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
}

.greeting p {
  background: #ffffff;
  padding: 10px 18px;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  display: inline-block;
}

.client_section .client_container .img-box {
  box-shadow: var(--shadow-sm);
}

.modal-content {
  border-radius: var(--radius-md) !important;
  box-shadow: var(--shadow-lg) !important;
}

/* My Mission: remove card background & shadow from content boxes (text should have no background) */
.offer_section .content-box {
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
}

/* MESSAGE FIELD: use medium radius so tall field isn't overly pill-shaped */
.contact_section input {
  border-radius: var(--radius-md) !important;
}

/* Remove background styling from greeting line */
.greeting p {
  background: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
  display: block;
  /* reset to block for layout consistency */
}

/* === Slider reposition: place message box bottom-center on home section === */
/* Move entire carousel container to the bottom */
.slider_section {
  align-items: flex-end;
  /* push container to bottom */
  justify-content: center;
  /* center container horizontally */
  padding-bottom: 3rem;
  /* breathing room from absolute bottom */
}

/* Center the single column within each carousel item */
.slider_section .carousel-item .row {
  justify-content: center;
  /* center the col-md-6 horizontally */
}

/* Ensure the detail box itself is centered inside its column */
.slider_section .detail-box {
  margin-left: auto;
  margin-right: auto;
}

/* Center and bring indicators directly under text box */
.slider_section ol.carousel-indicators {
  bottom: 0.75rem !important;
  /* raise from far below */
  justify-content: center !important;
  /* center indicators */
  left: 50% !important;
  right: auto !important;
  transform: translateX(-50%);
  width: auto !important;
  /* shrink to content */
  padding: 0;
  /* tidy spacing */
}