/*
Theme Name: Managed Business Solution
Author: Atanas
Description: Managed Business Solution's Theme
Version: 1.0
*/
                
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}


*,
*::before,
*::after {
  box-sizing: border-box;
}


@font-face {
    font-family: 'MinionPro';
    src: url('assets/fonts/minion-pro/MinionPro-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MinionPro';
    src: url('assets/fonts/minion-pro/MinionPro-Semibold1.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'MinionPro';
    src: url('assets/fonts/minion-pro/MinionPro-It.woff2') format('woff2');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

.underline-heading {
    position: relative;
    display: inline-block;
}

.underline-heading::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80px; /* length of the line */
    height: 2px; /* thickness */
    background-color: #0090A1; 
}


.underline-heading-center::after {	
	content: "";
    border: #0090A1 solid 1px;
    display: block;
    width: 100px;
    margin-top: 30px;
    border-radius: 5px;
    height: 1px;
	margin-left: auto;
    margin-right: auto;
}

.underline-heading-center.white::after {	
	content: "";
    border: #ffffff solid 1px;
    display: block;
    width: 100px;
    margin-top: 30px;
    border-radius: 5px;
    height: 1px;
	margin-left: auto;
    margin-right: auto;
}

.underline-heading-center.purple::after {	
	content: "";
    border: #2A285E solid 1px;
    display: block;
    width: 100px;
    margin-top: 30px;
    border-radius: 5px;
    height: 1px;
	margin-left: auto;
    margin-right: auto;
}

.underline-heading-white {
    position: relative;
    display: inline-block; 
}

.underline-heading-white::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80px; 
    height: 2px; 
    background-color: #ffffff; 
}

.underline-heading-white.cyan {
    position: relative;
    display: inline-block;
}

.underline-heading-white.cyan::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80px; 
    height: 2px; 
    background-color: #0090A1; 
}

.underline-heading-white.purple::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80px; 
    height: 2px; 
    background-color: #2A285E; 
}


.underline-heading-black-center {
    padding-bottom: 25px; 
}

.underline-heading-black-center::after {	
	content: "";
    border: #000000 solid 1px;
    display: block;
    width: 100px;
    margin-top: 30px;
    border-radius: 5px;
    height: 1px;
	margin-left: auto;
    margin-right: auto;
}


.underline-heading-white-center::after {
	content: "";
    border: #ffffff solid 1px;
    display: block;
    width: 100px;
    margin-top: 30px;
    border-radius: 5px;
    height: 1px;
	margin-left: auto;
    margin-right: auto;
}


.main-section .row {
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.main-section .col-md-12 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}


body {
  margin: 0;                            
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
 
}

h1, h3, h5 {
  font-family: 'MinionPro', serif !important;
  font-style: normal;
}

h2 {
  font-family: 'MinionPro', serif !important;
  font-weight: 600;
  font-style: normal;
}

a, .btn, button {
  font-style: normal;
  text-decoration: none; 
}

.z-index-m1 {
  z-index: -1 !important;
}

.z-index-1 {
  z-index: 1 !important;
}

.z-index-100 {
  z-index: 100 !important;
}

.wppb-builder-container .wppb-column-parent-view {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

/* ------------------------------------------------------------------------------------------------------------------- */


.napsec_top_bar {
    background-color: #0090A1;
    padding: 10px 0;
    position: relative;
    z-index: 10001;
}

.napsec_top_ul > li > a {
    color: #ffffff !important;
}

.napsec_top_bar .menu-item .sub-menu a {
	color: #000000;
	font-weight: 700;
}



/* Main UL */
.napsec_top_ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 30px;
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Top-level items */
.napsec_top_ul > li {
    position: relative;
}

/* Links */
.napsec_top_ul a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
	 display: inline-block;
    transition: transform 0.3s ease, color 0.3s ease;
    transform-origin: center;
}


  .napsec_top_ul a:hover {
    transform: scale(1.1);
	
  }

.napsec_top_bar .menu-item .sub-menu a:hover { 
	color: #0090A1 !important; 
}

/* Dropdown container */
.napsec_top_ul li ul {
    display: none;
    position: absolute;
    top: 35px;
    right: 0;
    background: #fff;
    min-width: 240px;
    padding: 15px 0;
    border-radius: 30px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.napsec_top_ul li ul {
    display: block;
    position: absolute;
    top: 35px;
    right: 0;
    background: #fff;
    min-width: 240px;
    padding: 15px 0;
    border-radius: 30px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    list-style: none;
    margin: 0;

    opacity: 0;
    visibility: hidden;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.30s ease, opacity 0.30s ease;
}

.napsec_top_ul li:hover > ul {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
}

/* Keep dropdown item spacing like before */
.napsec_top_ul li ul li a {
    color: #000;
    display: block;
    padding: 10px 20px;
    font-weight: 500;
}

.napsec_top_ul > li.menu-item-has-children > a::after {
    content: "";
    display: inline-block;
    margin-left: 6px;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid #ffffff; /* white triangle */
    vertical-align: middle;
}

.napsec_top_ul li ul {
    list-style: none;
    margin: 0;
    padding: 15px 0;
}

/* header */

.main_menu,
.main_menu a,
.main_menu span,
.main_menu .nav-link,
.main_menu .dropdown-item,
.main_menu .dropdown-menu {
    font-family: 'Helvetica', sans-serif !important;
}




/* Header menu alignment */
@media (min-width: 992px) {
    .main_menu .custom-ul {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 25px;
        width: 100%;
    }

    .main_menu .custom-ul > li > a.nav-link {
        font-weight: 700;
        color: #000000;
        padding: 0 !important;
        white-space: nowrap;
    }
}

/* Contact Us button */

/* - Contact Us Nav Button Animation Start - */

.main_menu .custom-ul .contact-us-header > a.nav-link {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;

    background-color: #0090A1;
    color: #ffffff !important;
    border-radius: 50px;
    padding: 15px 35px !important;

    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    line-height: 1.1;
    z-index: 1;

    transition: transform 0.3s ease;
}

.main_menu .custom-ul .contact-us-header > a.nav-link span {
    color: #ffffff !important;
    position: relative;
    z-index: 2;
    white-space: nowrap;
}

/* Smooth rounded rollover */
.main_menu .custom-ul .contact-us-header > a.nav-link::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -27%;

    width: 125%;
    height: 150%;

    background: #17bfd0;
    border-radius: 50px 50px 0 0;

    transform: translate(-50%, 100%);
    transition: transform 0.65s cubic-bezier(0.25, 0.8, 0.25, 1);
    z-index: -1;
}

.main_menu .custom-ul .contact-us-header > a.nav-link:hover::before {
    transform: translate(-50%, -18%);
}

.main_menu .custom-ul .contact-us-header > a.nav-link:hover {
    transform: translateY(-2px);
    color: #ffffff !important;
}

/* - Contact Us Nav Button Animation End - */


/* Mobile */
@media (max-width: 991px) {
    .main_menu .custom-ul {
        gap: 0;
    }

    .main_menu .custom-ul .contact-us-header {
        margin-left: 0;
        margin-top: 12px;
    }

    .main_menu .custom-ul .contact-us-header > a.nav-link {
        width: fit-content;
        min-width: 136px;
        height: auto;
        padding: 13px 30px !important;
    }
}


@media (min-width: 992px) and (max-width: 1450px) {
    .main_menu .custom-ul {
        gap: 0px;
    }
}


.main_menu .navbar-brand img {
  max-width: 300px !important;
}
.main_menu .header_social_icon ul {
  list-style-type: none;
}
.menu-item {
  padding: 5px 15px;
}

.main_menu .row {
  margin: 0 !important;
  margin-right: 0 !important;
}

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


.menu-main .nav-item {
  position: relative;
  z-index: 10;
}


/* Desktop dropdown animation only */
@media only screen and (min-width: 992px) {
  .navbar-nav .dropdown-menu {
    margin-top: 0;
    z-index: 100;
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.30s ease, opacity 0.30s ease;
  }

  .navbar-nav .dropdown:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
  }
}

/* Mobile dropdown fix */
@media only screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    display: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    position: static;
    float: none;
    padding: 0 0 0 18px;
    margin: 0;
    border: 0;
    box-shadow: none;
    background: transparent;
  }

  .navbar-nav .dropdown-menu.show {
    display: block;
  }
}

.menu-item a {
	 color: #000000;
    font-size: 18px;
    transition: color 0.3s ease;
    font-weight: 700;
}

.relative-hdr{
  position: absolute;
  width: 100%;
  z-index: 100;
}

.red-bg {
  background-color:#400406;
}

.red-dark {
  background-color:#400406;
}

.header-custom {
  margin-top: auto !important;
  margin-bottom: auto;
}

.header-button button {
  background-color: #e66a5b;
  color: white;
  border: none;
  border-radius: 8px;
    padding: 10px 20px 10px 20px;
  text-transform: uppercase;
}

.header-button button:hover {
  background-color: #c45a4f;
  color: white;
  border: none;
  border-radius: 8px;
    padding: 13px 20px 10px 20px;
  text-transform: uppercase;
}


.m-header-searcbar {
  flex-grow: 1; /* Let the search bar take extra space */
  display: flex;
  justify-content: center; /* Center align the search bar */
}

.m-header-searcbar form {
  display: flex;
  align-items: center;
  max-width: 300px; /* Limit search bar width */
  width: 100%;
}

.m-header-searcbar input[type="search"] {
  width: 100%;
  padding: 8px 12px;
  border: 1px solid #fff;
  border-radius: 50px; /* Rounded edges */
  background-color: transparent;
  color: #fff;
}

.m-header-searcbar input::placeholder {
  color: #ddd;
}

.m-header-searcbar button {
  background: none;
  border: none;
  color: #fff;
  font-size: 1.2rem;
  margin-left: -40px;
  cursor: pointer;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='%230090A1' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}

.navbar-toggler {
  border-color: #0090A1 !important;
}

.navbar-toggler {
  background-color: transparent; 
	border-width: 2px !important;
}

.navbar-nav .nav-link {
  color: #000000; 
	font-size: 18px;
  transition: color 0.3s ease; 
	font-weight: 700;
}

.navbar-nav .nav-link:hover {
  color: #0090A1 !important; 
	transition: color 0.3s ease; 
	transform: scale(1.2);
}

.header-button button:active {
	background-color: #e66a5b !important;
}


/* ------------------------------------------------------------------------------------------------------------------- */

/* Footer */

.mbs-custom-footer {
    padding: 35px 0 18px;
	font-family: Helvetica, Arial, sans-serif !important;
}

.mbs-custom-footer .container {
    max-width: 1280px;
}

/* Top row */
.mbs-custom-footer .footer-top-row {
    display: flex;
    align-items: stretch;
}

/* Shared column styling */
.mbs-custom-footer .footer-col {
    padding: 0 28px 18px;
    display: flex;
    flex-direction: column;
    position: relative;
}

/* Vertical dividers on desktop */
.mbs-custom-footer .footer-col-logo::after,
.mbs-custom-footer .footer-col-contact::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    background: #8f8f8f;
}

/* Logo */
.mbs-custom-footer .footer-logo-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    height: 100%;
}

.mbs-custom-footer .footer-logo-wrap a {
    display: inline-block;
}

.mbs-custom-footer .footer-logo {
    max-width: 275px;
    width: 100%;
    height: auto;
    display: block;
}

/* Headings */
.mbs-custom-footer .footer-heading {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
    color: #0a9bb2;
    margin: 0;
    font-family: inherit;
}

.mbs-custom-footer .footer-col-contact .footer-heading {
    margin-bottom: 15px;
}

/* Contact area */
.mbs-custom-footer .footer-contact-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
}

.mbs-custom-footer .footer-contact-address {
    display: inline-block;
    color: #1f1f1f;
    text-decoration: none;
}

.mbs-custom-footer .footer-contact-address p {
    margin: 0;
    font-size: 16px;
    line-height: 1.45;
    color: #1f1f1f;
    font-weight: 600;
}

.mbs-custom-footer .footer-contact-address:hover p {
    color: #0a9bb2;
}

.mbs-custom-footer .footer-contact-info a {
    font-size: 16px;
    line-height: 1.45;
    color: #1f1f1f;
    font-weight: 700;
    text-decoration: underline;
}

.mbs-custom-footer .footer-contact-info a:hover {
    color: #0a9bb2;
    text-decoration: none;
}

/* Social */
.mbs-custom-footer .footer-social-links {
    display: flex;
    align-items: center;
    gap: 28px;
    margin-top: 24px;
}

.mbs-custom-footer .footer-social-links a {
    width: 50px;
    height: 50px;
    background-color: #0090a1;
    color: #ffffff !important;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 34px;
    line-height: 1;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.mbs-custom-footer .footer-social-links a:hover {
    transform: scale(1.12);
    background-color: #007887;
    color: #ffffff !important;
}

.mbs-custom-footer .footer-social-links a i {
    color: #ffffff !important;
    line-height: 1;
}

/* Divider */
.mbs-custom-footer .footer-divider {
    border-top: 2px solid #9b9b9b;
    margin: 6px 0 14px;
}

/* Bottom row */
.mbs-custom-footer .footer-bottom-row {
    text-align: center;
}

.mbs-custom-footer .footer-bottom-text {
    font-size: 14px;
    line-height: 1.5;
    color: #111;
    font-weight: 600;
}

.mbs-custom-footer .footer-bottom-text a {
    color: #111;
    font-weight: 700;
    text-decoration: underline;
}

.mbs-custom-footer .footer-bottom-text a:hover {
    color: #0a9bb2;
    text-decoration: none;
}

.mbs-custom-footer .footer-mbs-logo {
    max-width: 78px;
    height: auto;
    margin-left: 12px;
    vertical-align: middle;
    display: inline-block;
}

/* Tablet */
@media (max-width: 991.98px) {
    .mbs-custom-footer {
        padding: 30px 0 18px;
    }

    .mbs-custom-footer .footer-col {
        padding: 0 20px 20px;
    }

    .mbs-custom-footer .footer-contact-wrap {
        gap: 18px;
    }

    .mbs-custom-footer .footer-social-links {
        gap: 24px;
    }
}

/* Mobile */
@media (max-width: 767.98px) {
    .mbs-custom-footer .footer-col {
        padding: 0 0 24px;
        text-align: center;
    }

    .mbs-custom-footer .footer-col-logo::after,
    .mbs-custom-footer .footer-col-contact::after {
        display: none;
    }

    .mbs-custom-footer .footer-logo-wrap {
        justify-content: center;
    }

    .mbs-custom-footer .footer-logo {
        max-width: 220px;
        margin: 0 auto;
    }

    .mbs-custom-footer .footer-heading {
        margin-bottom: 16px;
    }

    .mbs-custom-footer .footer-contact-wrap {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 12px;
    }

    .mbs-custom-footer .footer-social-links {
        justify-content: center;
        margin-top: 16px;
        gap: 22px;
    }

    .mbs-custom-footer .footer-social-links a {
        width: 28px;
        height: 28px;
        font-size: 17px;
    }

    .mbs-custom-footer .footer-divider {
        margin: 0 0 14px;
    }

    .mbs-custom-footer .footer-bottom-text {
        font-size: 13px;
    }

    .mbs-custom-footer .footer-mbs-logo {
        display: block;
        margin: 10px auto 0;
    }
}

/* End Footer */

/* ------------------------------------------------------------------------------------------------------------------- */

/* Mobile styles (767px and under) */
@media only screen and (max-width: 767px) {
  /* Header */
  .main_menu .container {
    padding: 0;
  }

  .main_menu .navbar-brand img {
    max-width: 250px !important; /* Adjust the maximum width of your logo */
  }

  .main_menu .navbar-collapse {
    margin-top: 20px; /* Adjust the top margin as needed */
  }

  .main_menu .header_social_icon {
    margin-top: 20px; /* Adjust the top margin as needed */
  }

  .main_menu .header_social_icon ul {
    padding: 0;
    text-align: center;
  }

  .main_menu .header_social_icon li {
    display: inline-block;
    margin: 0 10px; /* Adjust the horizontal margin as needed */
  }

  .relative-hdr {
    position: relative;
    background-color: #ffffff;
}
	
  .napsec_top_ul {
	  gap: 25px;
  }
	
  .menu-item {
		padding: 5px 5px;
  }
	
  .napsec_top_ul .menu-item a {
    font-size: 18px;
  }
	

  /* ---------- End of Header ---------- */


}

/* ------------------------------------------------------------------------------------------------------------------- */

/* Tablet Styles */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main_menu .navbar-brand img {
    max-width: 200px; /* Adjust the maximum width of your logo */
  }

  .relative-hdr {
    position: relative;
    background-color: #ffffff;
  }
	
  .napsec_top_ul {
	gap: 0px;
  }
}

/* ------------------------------------------------------------------------------------------------------------------- */

/* Desktop Styles */
@media only screen and (min-width: 992px) {
  .main_menu .navbar-brand img {
    max-width: 250px; /* Adjust the maximum width of your logo */
  }

  .main_menu .header_social_icon ul {
    padding: 0;
    text-align: right;
  }

  .main_menu .header_social_icon li {
    display: inline-block;
    margin-left: 10px; /* Adjust the horizontal margin as needed */
  }
}

/* ------------------------------------------------------------------------------------------------------------------- */

/* Larger than or equal to 992px */
@media only screen and (min-width: 992px) {
  .main_menu .navbar-brand img {
    max-width: 350px !important;
  }

}

/* ------------------------------------------------------------------------------------------------------------------- */

/* Tablet or smaller */
@media (max-width: 992px) {
	.m-space-footer {
		margin-top: 15px;
	}
	
	.navbar-nav .nav-link:hover {
	  color: #0090A1 !important; 
      transition: color 0.3s ease; 
	  transform: none;
	}
	
	.main_menu {
		top: 48px !important;
	}
	
	#menu-item-264,
	  #menu-item-265 {
		display: none !important;
	  }
	
	.napsec_top_ul a:hover {
		transform: scale(1);
	  }
	
	.dropdown-item:focus, .dropdown-item:hover {
		margin-left: 0px !important;
		color: #0090A1 !important; 
	}
	
	/* Main menu dropdown clicked color */
  .main_menu .dropdown-menu .dropdown-item.is-tapped,
  .main_menu .dropdown-menu .dropdown-item.is-tapped span {
    color: #0090A1 !important;
    transform: none !important;
  }

  /* Top bar NCASES clicked color */
  .napsec_top_bar .napsec_top_ul .sub-menu a.is-tapped {
    color: #0090A1 !important;
    transform: none !important;
  }
}


/* Tablet Styles */
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .main_menu .navbar-brand img {
    max-width: 300px !important;
  }
}

/* Tablet Styles */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main_menu .navbar-brand img {
    max-width: 190px !important;
  }
}





/* Sticky top bar + main menu */
.napsec_top_bar,
.main_menu {
    position: sticky;
}

/* Top bar stays at very top and above main menu */
.napsec_top_bar {
    top: 0;
    padding: 6.8px 0;
    background-color: #0090A1;
    z-index: 10001;
    overflow: visible;
}

/* Main menu sticks directly under the top bar */
.main_menu {
    top: 50px;
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    z-index: 10000;
}

/* NCASES dropdown stays above the white menu */
.napsec_top_ul li ul {
    z-index: 10002;
}


.directorist-thumnail-card {
	display: none !important;
}

.directorist-thumb-top-left {
	display: none !important;
}

.directorist-listing-single__info__list {
	display: none !important;
}

/** Ages Gone **/
.directorist-advanced-filter__advanced__element.directorist-search-field-select {
	display: none !important;
}