/*
Theme Name: MBS
Author: Atanas
Description: CSS for outside of default theme.
Version: 1.0
*/


.wppb-row-1777233536386 .wppb-container-full .wppb-column-parent-view {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

/*  ====================================== Blog Page Start ====================================== */

.custom-container {
    max-width: 1140px;
    padding-left: 25px;
    padding-right: 25px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.latest-blog-section {
    position: relative;
    background: #ffffff;
    padding: 30px 0 0px;
    overflow: hidden;
	box-shadow: 1px 4px 4px 0px rgba(0, 0, 0, 0.1);
}

.latest-blog-section .custom-container {
    position: relative;
    z-index: 1;
    max-width: 1140px;
    padding-left: 25px;
    padding-right: 25px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.latest-blog-section::before {
    content: "";
    position: absolute;
    left: -320px;
    bottom: 0px;
    width: 1203px;
    height: 1327px;
    background-image: url('/wp-content/uploads/2026/05/napsec-blue-logo-tree-6.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left bottom;
    opacity: .4;
    z-index: 0;
    pointer-events: none;
}

.latest-blog-heading {
    color: #0095a8;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 700;
    margin: 0 0 45px;
}

.latest-blog-top {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 60px;
    align-items: start;
    margin-bottom: 90px;
}

.latest-blog-left {
    width: 100%;
}

.latest-blog-right {
    display: flex;
    flex-direction: column;
    gap: 55px;
}

.blog-featured-card,
.blog-grid-card {
    background: #ffffff;
    border-radius: 0 22px 22px 22px;
    overflow: hidden;
    box-shadow: 0 5px 9px rgba(0, 0, 0, 0.22);
}

.blog-image-link {
    display: block;
    text-decoration: none;
}

.blog-featured-large img {
    width: 100%;
    height: 370px;
    object-fit: cover;
    display: block;
}

.blog-card-content {
    padding: 28px 28px 26px;
}

.blog-featured-large h2 {
    margin: 0 0 28px;
    font-size: 30px;
    line-height: 1.08;
    font-weight: 800;
}

.blog-featured-large h2 a,
.blog-grid-card h3 a,
.blog-featured-small h3 a {
    color: #000000;
    text-decoration: none;
}

.blog-featured-large h2 a:hover,
.blog-grid-card h3 a:hover,
.blog-featured-small h3 a:hover {
    color: #0095a8;
}

.blog-card-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.blog-date {
    color: #0095a8;
    font-style: italic;
    font-weight: 700;
    margin: 0;
    font-size: 16px;
}

.blog-read-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #0095a8;
    color: #ffffff !important;
    text-decoration: none;
    border-radius: 999px;
    min-width: 125px;
    height: 43px;
    padding: 0 24px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    transition: all 0.25s ease;
}

.blog-read-more:hover {
    background: #007f8f;
    color: #ffffff !important;
    transform: translateY(-1px);
    text-decoration: none;
}

.blog-featured-small {
    display: grid;
    grid-template-columns: 42% 58%;
    min-height: 150px;
}

.blog-featured-small .blog-small-image {
    display: block;
    height: 100%;
    text-decoration: none;
}

.blog-featured-small img {
    width: 100%;
    height: 100%;
    min-height: 150px;
    object-fit: cover;
    display: block;
}

.blog-small-content {
    padding: 26px 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.blog-featured-small h3 {
    margin: 0 0 18px;
    font-size: 18px;
    line-height: 1.08;
    font-weight: 800;
}

.blog-featured-small .blog-date {
    font-size: 14px;
    margin-bottom: 24px;
}

.blog-featured-small .blog-read-more {
    width: fit-content;
    min-width: 130px;
    height: 38px;
    font-size: 13px;
}

/* Follow Us area */
.blog-follow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 26px;
    color: #0095a8;
    font-size: 24px;
    font-family: Georgia, serif;
}

.blog-follow span {
    margin-right: 2px;
}

.blog-follow a {
    width: 42px;
    height: 42px;
    background: #0095a8;
    color: #ffffff !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-decoration: none;
    font-size: 22px;
    transition: all 0.25s ease;
}

.blog-follow a:hover {
    background: #007f8f;
    color: #ffffff !important;
    transform: translateY(-2px);
    text-decoration: none;
}

/* Lower grid */
.latest-blog-grid-wrap {
    margin-top: 10px;
}

.blog-grid-card {
    height: 100%;
}

.blog-grid-card img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    display: block;
}

.blog-grid-card .blog-card-content {
    padding: 25px 32px 24px;
}

.blog-grid-card h3 {
    margin: 0 0 28px;
    font-size: 24px;
    line-height: 1.12;
    font-weight: 800;
}

.blog-grid-card .blog-read-more {
    min-width: 125px;
    height: 35px;
    font-size: 12px;
}

.blog-grid-card .blog-date {
    font-size: 16px;
}

/* Pagination */
.blog-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
    margin-top: 10px;
    flex-wrap: wrap;
}

.blog-pagination .page-numbers {
    width: 37px;
    height: 37px;
    border: 1px solid #0095a8;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #0095a8;
    background: #ffffff;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    transition: all 0.25s ease;
}

.blog-pagination .page-numbers.current,
.blog-pagination .page-numbers:hover {
    background: #0095a8;
    color: #ffffff;
    text-decoration: none;
}

.blog-pagination .prev,
.blog-pagination .next {
    width: auto;
    min-width: 37px;
    padding: 0 12px;
    border-radius: 999px;
}

/* Old classes kept in case other blog elements still use them */
.bg-shadow {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.new-blog-title {
    color: #400406;
    font-weight: 700;
    text-decoration: none;
    font-size: 1.2em;
}

.color-2,
.color-hv-2:hover {
    color: #E3655B !important;
}

.text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
    text-decoration: none;
}

.a-tag-blog {
    text-decoration: none;
    color: #E3655B;
}

.color-1,
.color-hv-1:hover {
    font-size: 1.25rem;
    text-decoration: none;
    color: #E3655B;
    font-weight: bold;
}

.more-blog-title {
    color: #E3655B;
}

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

.past-blog-side-title {
    color: #ffffff;
}

/* Tablet */
@media only screen and (max-width: 991px) {
    .latest-blog-top {
        grid-template-columns: 1fr;
        gap: 35px;
        margin-bottom: 60px;
    }

    .latest-blog-right {
        gap: 30px;
    }

    .blog-featured-large img {
        height: 300px;
    }

    .blog-featured-large h2 {
        font-size: 25px;
    }

    .blog-grid-card h3 {
        font-size: 21px;
    }
}

/* Mobile */
@media only screen and (max-width: 767px) {
    .latest-blog-section {
        padding: 25px 0 50px;
    }

    .latest-blog-section .custom-container,
    .custom-container {
        padding-left: 18px;
        padding-right: 18px;
    }

    .latest-blog-heading {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .blog-featured-large img {
        height: 260px;
    }

    .blog-featured-small {
        grid-template-columns: 1fr;
    }

    .blog-featured-small img {
        height: 220px;
    }

    .blog-card-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .blog-follow {
        flex-wrap: wrap;
        gap: 18px;
        font-size: 22px;
    }

    .blog-grid-card img {
        height: 220px;
    }

    .blog-grid-card .blog-card-content,
    .blog-card-content {
        padding: 22px;
    }

    .blog-grid-card h3 {
        font-size: 20px;
    }

    .blog-pagination {
        gap: 10px;
    }
}

/* Large desktop */
@media only screen and (min-width: 1400px) {
    html,
    body {
        font-size: 16px;
    }

    .latest-blog-section .custom-container,
    .custom-container,
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl,
    .wppb-container,
    .wppb-builder-container#wppb-builder-container .wppb-row-parent > .wppb-container,
    .wppb-carousel-content-wrap .wppb-container,
    .wppb-row-parent > .wppb-container {
        max-width: 1320px !important;
    }

    .wppb-builder-container#wppb-builder-container .wppb-row-parent > .wppb-container.wppb-container-full,
    .wppb-carousel-content-wrap .wppb-container.wppb-container-full {
        max-width: none !important;
    }
}


/* ================================
   Single Blog Post Page
================================ */

/* Main centered container */
.custom-container {
    max-width: 1140px;
    padding-left: 25px;
    padding-right: 25px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

/* Hero */
.single-blog-hero {
    position: relative;
    min-height: 400px;
    background-size: cover;
    background-position: center center;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
}

.single-blog-hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.2);
    z-index: 0;
}

.single-blog-hero .custom-container {
    position: relative;
    z-index: 1;
}

.single-blog-hero-content {
    max-width: 760px;
    padding-bottom: 70px;
}

.single-blog-hero-content h1 {
    color: #000000;
    font-size: 44px;
    line-height: 1.12;
    font-weight: 800;
    margin: 0 0 28px;
}

.single-blog-meta {
    display: flex;
    align-items: center;
    gap: 16px;
    color: #0095a8;
    font-size: 17px;
    font-style: italic;
    font-weight: 800;
}

.single-blog-meta-icon {
    width: 28px;
    height: 28px;
    background: #ffffff;
    border-radius: 50%;
    color: #0095a8;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.single-blog-meta-divider {
    color: #0095a8;
}

/* Page layout */
.single-blog-page {
    position: relative;
    background: #ffffff;
    padding: 70px 0 80px;
    overflow: hidden;
}

/* Faded tree background */
.single-blog-page::after {
    content: "";
    position: absolute;
    right: -190px;
    bottom: 20px;
    width: 650px;
    height: 650px;
    background-image: url('/wp-content/uploads/2026/05/napsec-blue-logo-tree.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right bottom;
    opacity: 0.07;
    z-index: 0;
    pointer-events: none;
}

.single-blog-page .custom-container {
    position: relative;
    z-index: 1;
}

.single-blog-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 420px;
    gap: 70px;
    align-items: start;
}

/* Main content */
.single-blog-main {
    font-size: 16px;
    line-height: 1.45;
    color: #000000;
}

.single-blog-main h1,
.single-blog-main h2,
.single-blog-main h3,
.single-blog-main h4,
.single-blog-main h5,
.single-blog-main h6 {
    color: #0095a8;
    font-weight: 700;
    line-height: 1.2;
    margin-top: 42px;
    margin-bottom: 22px;
}

.single-blog-main h2 {
    font-size: 32px;
}

.single-blog-main h3 {
    font-size: 26px;
}

.single-blog-main p {
    margin-bottom: 22px;
}

.single-blog-main ul,
.single-blog-main ol {
    margin-bottom: 22px;
    padding-left: 28px;
}

.single-blog-main li {
    margin-bottom: 6px;
}

.single-blog-main a {
    color: #0095a8;
    font-weight: 700;
    text-decoration: none;
}

.single-blog-main a:hover {
    color: #007f8f;
    text-decoration: underline;
}

/* Hide default theme elements that may appear inside content-single */
.single-blog-main .post-thumbnail,
.single-blog-main .entry-title,
.single-blog-main .entry-meta,
.single-blog-main .posted-on,
.single-blog-main .byline {
    display: none;
}

/* Bottom blog link */
.single-blog-bottom-link {
    margin-top: 28px;
}

.single-blog-bottom-link a {
    color: #0095a8;
    font-weight: 800;
    text-decoration: none;
}

.single-blog-bottom-link a:hover {
    text-decoration: underline;
}

/* Sidebar wrapper */
.single-blog-sidebar {
    position: sticky;
    top: 40px;
}

/* Outer latest posts box */
.single-blog-sidebar-card {
    background: #ffffff;
    border-radius: 32px;
    padding: 38px 44px 42px;
    box-shadow: 0 10px 16px rgba(0, 0, 0, 0.16);
}

.single-blog-sidebar-card h2 {
    color: #0095a8;
    font-size: 32px;
    line-height: 1.2;
    text-align: center;
    font-weight: 700;
    margin: 0 0 36px;
}

/* Individual latest post cards */
.single-sidebar-post {
    background: #ffffff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 8px 14px rgba(0, 0, 0, 0.18);
    margin-bottom: 42px;
}

.single-sidebar-post:last-child {
    margin-bottom: 0;
}

.single-sidebar-post-img {
    display: block;
    text-decoration: none;
}

.single-sidebar-post-img img {
    width: 100%;
    height: 175px;
    object-fit: cover;
    display: block;
}

.single-sidebar-post-content {
    padding: 20px 18px 24px;
    text-align: center;
}

.single-sidebar-post-content h3 {
    margin: 0 0 18px;
    font-size: 17px;
    line-height: 1.12;
    font-weight: 800;
}

.single-sidebar-post-content h3 a {
    color: #000000;
    text-decoration: none;
}

.single-sidebar-post-content h3 a:hover {
    color: #0095a8;
}

.single-sidebar-post-content p {
    color: #0095a8;
    font-style: italic;
    font-weight: 800;
    font-size: 14px;
    margin: 0;
}

/* Tablet */
@media only screen and (max-width: 991px) {
    .single-blog-layout {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .single-blog-sidebar {
        position: static;
    }

    .single-blog-sidebar-card {
        max-width: 520px;
        margin-left: auto;
        margin-right: auto;
    }

    .single-blog-hero-content h1 {
        font-size: 36px;
    }

    .single-blog-main h2 {
        font-size: 28px;
    }
}

/* Mobile */
@media only screen and (max-width: 767px) {
    .custom-container {
        padding-left: 18px;
        padding-right: 18px;
    }

    .single-blog-hero {
        min-height: 340px;
    }

    .single-blog-hero-content {
        padding-bottom: 45px;
    }

    .single-blog-hero-content h1 {
        font-size: 30px;
    }

    .single-blog-meta {
        flex-wrap: wrap;
        gap: 10px;
        font-size: 15px;
    }

    .single-blog-page {
        padding: 45px 0 60px;
    }

    .single-blog-page::after {
        width: 420px;
        height: 420px;
        right: -180px;
        bottom: 60px;
    }

    .single-blog-sidebar-card {
        padding: 30px 24px 32px;
        border-radius: 28px;
    }

    .single-blog-sidebar-card h2 {
        font-size: 27px;
        margin-bottom: 28px;
    }

    .single-sidebar-post {
        border-radius: 22px;
        margin-bottom: 32px;
    }

    .single-sidebar-post-img img {
        height: 190px;
    }

    .single-sidebar-post-content h3 {
        font-size: 16px;
    }

    .single-blog-main h2 {
        font-size: 25px;
    }

    .single-blog-main h3 {
        font-size: 22px;
    }
}

/* Large desktop */
@media only screen and (min-width: 1400px) {
    .custom-container,
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl,
    .wppb-container,
    .wppb-builder-container#wppb-builder-container .wppb-row-parent > .wppb-container,
    .wppb-carousel-content-wrap .wppb-container,
    .wppb-row-parent > .wppb-container {
        max-width: 1320px !important;
    }

    .wppb-builder-container#wppb-builder-container .wppb-row-parent > .wppb-container.wppb-container-full,
    .wppb-carousel-content-wrap .wppb-container.wppb-container-full {
        max-width: none !important;
    }
}


/* ====================================== Blog Page End ====================================== */



/* ====================================== Home Page Start ====================================== */

.feature-box-border .wppb-column {
    border: white 3px solid;
    border-radius: 30px;
    padding: 30px;
}

.feature-box-border {
    padding-bottom: 40px;
}

.feature-box-background .wppb-column {
    background-color: #ffffff;
    border-radius: 30px;
    padding: 30px;
}

.feature-box-background {
    padding-bottom: 40px;
}

/* - Img Slide Animation - */
.slide-in-right {
    opacity: 0;
    transform: translateX(100px); 
    transition: all 0.8s ease;
}

.slide-in-right.active {
    opacity: 1;
    transform: translateX(0); 
}

.slide-in-bottom {
    opacity: 0;
    transform: translateY(100px); 
    transition: all 0.8s ease;
}

.slide-in-bottom.active {
    opacity: 1;
    transform: translateY(0); 
}

/* - Img Slide Animation End - */

/* - Home Page Carousel  - */
.carousel-img-right .wppb-carousel-media-right {
    text-align: center !important;
}

.carousel-img-right .right_media .wppb-carousel-content-in {
    padding-right: 0px !important;
    padding-left: 0px !important;
}


.carousel-img-right.wppb-addon-1777221786920 .wppb-carousel .slick-dots li button {
    border: 2px solid white !important;
}

.carousel-img-right .slick-arrow {
    border: 1px solid white;
}

.wppb-carousel-content-wrap.right_media > .wppb-container {
    padding-left: 0 !important;
}

/* - Home Page Carousel End - */


/*  ====================================== Home Page End ====================================== */


/* ====================================== Form Start ====================================== */

.main-form {
	width: 100%;
    padding: 8px 12px;
    border-radius: 15px;
    border: 2px solid white;
    background: white;
	margin-bottom: 10px;
}

.main-form-button {
	background-color: #e66a5b;
    color: white;
    border: none;
    border-radius: 8px;
    padding: 28px 30px 25px 30px;
    font-size: 1em;
    line-height: 0;
    text-transform: uppercase;
	max-width: 160px;
}


.main-form-button-tag p{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

/*  ====================================== Form End ====================================== */


/* ====================================== Blue Arrows Start ====================================== */
  .blue_arrow_schedule {
    display: flex;
    flex-direction: column;
    gap: 25px;
    font-family: Arial, sans-serif;
    color: #000000;
    max-width: 100%;
  }

  .blue_arrow_item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    max-width: 100%;
  }

  .blue_arrow_time_wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
  }

  .blue_arrow_icon {
    width: 25px;
    height: 25px;
    display: block;
  }

  .blue_arrow_time {
    font-size: 18px;
    font-weight: 600;
    font-style: italic;
    color: #0090A1;
    line-height: 30px;
    white-space: nowrap;
	font-family: 'Helvetica', sans-serif;
  }

  .blue_arrow_text {
    font-size: 18px;
    font-weight: 700;
    font-style: italic;
    color: #000000;
    line-height: 22px;
    max-width: 100%;
	font-family: 'Helvetica', sans-serif;
  }
/* ====================================== Blue Arrows End ====================================== */



  .contact_section_wrap {
    background-color: #0090A1;
    font-family: Arial, sans-serif;
    max-width: 100%;
  }

  .contact_section_item {
    display: flex;
    align-items: flex-start;
    gap: 25px;
    margin-bottom: 40px;
  }

  .contact_section_item:last-child {
    margin-bottom: 0;
  }

  .contact_section_icon {
    display: block;
    flex-shrink: 0;
  }

  .contact_section_text {
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    line-height: 24px;
  }

  .contact_section_link {
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    line-height: 24px;
    text-decoration: underline;
  }


/* ====================================== Random Start ====================================== */


.flip-boxes-casa .wppb-flip-front-title {
  position: relative;
  margin-top: 0px;
  padding-top: 40px;
  font-weight: 700;
  font-style: italic;
  text-align: center;
}

.flip-boxes-casa .wppb-flip-front-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 2px;
  background-color: #000000;
}


.flip-boxes-casa .wppb-flipbox-panel .wppb-flipbox-front {
  padding-top: 60px;
  padding-bottom: 80px;
  box-sizing: border-box;
}

.flip-boxes-casa .wppb-flipbox-panel .wppb-flipbox-back {
  box-sizing: border-box;
}

.img-hover-scale:hover {
	transform: scale(1.15);
}

/* - Flip Box Start - */


.custom-flip .wppb-flip-box-content,
.custom-flip .wppb-flipbox-panel,
.custom-flip .wppb-flipbox-front,
.custom-flip .wppb-flipbox-back {
  height: 450px !important;
  min-height: 450px !important;
}

.custom-flip .wppb-flipbox-back {
  background: #0796a3;
  border-radius: 16px;
  overflow: hidden;
}

.custom-flip .wppb-flipbox-back .flip-box-inner {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.custom-flip .wppb-back-view-btn {
  display: none !important;
}

.custom-flip .wppb-flip-back-img {
  display: block !important;
  text-align: center;
  margin: 0 auto 0px;
}

.custom-flip .wppb-flip-back-img img {
  display: inline-block !important;
  height: auto;
  object-fit: contain;
}

.custom-flip .wppb-flip-back-title {
  display: block !important;
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
  margin: 0 auto 14px;
  max-width: 320px;
}

.custom-flip .wppb-flip-back-intro {
  width: 100%;
}

.custom-flip .cafcs-flip-back-content {
  width: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #fff;
  text-align: center;
  padding: 0 20px 8px;
  box-sizing: border-box;
}

.custom-flip .cafcs-flip-back-text {
  font-size: 19px;
  line-height: 1.08;
  font-weight: 400;
  color: #fff;
  max-width: 365px;
  margin: 0 auto;
}

.custom-flip .cafcs-flip-social-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: 100%;
  max-width: 360px;
  margin: 28px auto 0;
}

.custom-flip .cafcs-flip-social-row a {
  color: #fff;
  text-decoration: none;
}

.custom-flip .cafcs-flip-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  font-weight: 700;
  font-style: italic;
  white-space: nowrap;
}

.custom-flip .cafcs-flip-icon-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.custom-flip .cafcs-social-icon {
  display: block;
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.custom-flip .cafcs-flip-link .cafcs-social-icon {
  width: 26px;
  height: 26px;
}

@media (max-width: 767px) {
  .custom-flip .wppb-flip-back-img img {
    width: 24px;
  }

  .custom-flip .wppb-flip-back-title {
    font-size: 16px;
    margin-bottom: 12px;
  }

  .custom-flip .cafcs-flip-back-content {
    padding: 0 16px 8px;
  }

  .custom-flip .cafcs-flip-back-text {
    font-size: 17px;
    line-height: 1.08;
  }

  .custom-flip .cafcs-flip-social-row {
    gap: 14px;
    margin-top: 24px;
    max-width: 320px;
  }

  .custom-flip .cafcs-flip-link {
    gap: 8px;
    font-size: 18px;
  }

  .custom-flip .cafcs-social-icon {
    width: 28px;
    height: 28px;
  }

  .custom-flip .cafcs-flip-link .cafcs-social-icon {
    width: 24px;
    height: 24px;
  }
	
	
}


/* - Flip Box just MBS - */


.custom-flip .mbs-flip-card {
  justify-content: space-between;
}

.custom-flip .mbs-flip-bottom-area {
  width: 100%;
  margin-top: 28px;
}

.custom-flip .mbs-flip-url-row {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 24px;
}

.custom-flip .mbs-flip-url-row .cafcs-flip-link {
  font-size: 14px;
}

.custom-flip .mbs-flip-url-row .cafcs-social-icon {
  width: 32px;
  height: 32px;
}

.custom-flip .mbs-social-only-row {
  justify-content: center;
  gap: 48px;
  max-width: none;
  margin: 0 auto;
}

.custom-flip .mbs-social-only-row .cafcs-social-icon {
  width: 32px;
  height: 32px;
}

.custom-flip .mbs-flip-url-row .cafcs-flip-link,
.custom-flip .mbs-flip-url-row .cafcs-flip-link:visited,
.custom-flip .mbs-flip-url-row .cafcs-flip-link:hover,
.custom-flip .mbs-flip-url-row .cafcs-flip-link:focus,
.custom-flip .mbs-flip-url-row .cafcs-flip-link:active {
  color: #ffffff !important;
  text-decoration: none !important;
	font-size: 20px;
	margin-bottom: 10px;
}

.custom-flip .mbs-flip-url-row .cafcs-flip-link span {
  color: #ffffff !important;
}

@media (max-width: 767px) {
  .custom-flip .mbs-flip-bottom-area {
    margin-top: 24px;
  }

  .custom-flip .mbs-flip-url-row {
    margin-bottom: 20px;
  }

  .custom-flip .mbs-social-only-row {
    gap: 38px;
  }
}

/* - Flip Box End - */

/* - Text Animation Start - */

.blue-slide-text {
  background: linear-gradient(
    90deg,
    #0090A1 0%,
    #00c4d6 45%,
    #0090A1 100%
  );
  background-size: 200% 100%;
  background-position: left center;

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;

  animation: blueTextShine 3s linear 2;
}

@keyframes blueTextShine {
  0% {
    background-position: 200% center;
  }

  100% {
    background-position: -200% center;
  }
}


.ncases-slide-text {
  background: linear-gradient(
    90deg,
    #2a285e 0%,
    #5b58a6 45%,
    #2a285e 100%
  );
  background-size: 200% 100%;
  background-position: left center;

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;

  animation: ncasesTextShine 3s linear 1;
}

@keyframes ncasesTextShine {
  0% {
    background-position: 200% center;
  }

  100% {
    background-position: -200% center;
  }
}

/* - Text Animation End - */

/* - Button Animation Start - */

.button-rollover-effect .wppb-btn-addons {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  background: #0090A1;
  color: #ffffff !important;
  border-radius: 999px;
  padding: 16px 42px;

  font-weight: 700;
  text-decoration: none;
  z-index: 1;
  transition: transform 0.3s ease;
}

/* Smooth rounded rollover */
.button-rollover-effect .wppb-btn-addons::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -18%;

  width: 124%;
  height: 145%;

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

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

.button-rollover-effect .wppb-btn-addons:hover::before {
  transform: translate(-50%, -18%);
}

.button-rollover-effect .wppb-btn-addons:hover {
  transform: translateY(-2px);
}

/* - Button Animation End - */




/* - White Button Animation Start - */

.button-rollover-effect-white .wppb-btn-addons {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  background: #EFEFEF;
  
  border-radius: 999px;
  padding: 16px 42px;

  font-weight: 700;
  text-decoration: none;
  z-index: 1;
  transition: transform 0.3s ease, color 0.3s ease;
}

/* Smooth rounded rollover */
.button-rollover-effect-white .wppb-btn-addons::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -18%;

  width: 124%;
  height: 145%;

  background: #EFEFEF;
  border-radius: 999px 999px 0 0;

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

.button-rollover-effect-white .wppb-btn-addons:hover::before {
  transform: translate(-50%, -18%);
}

.button-rollover-effect-white .wppb-btn-addons:hover {
  transform: translateY(-2px);
}

/* - White Button Animation End - */


/* - Purple Button Animation Start - */

.button-rollover-effect-purple .wppb-btn-addons {
  text-decoration: none;
  z-index: 1;
  transition: transform 0.3s ease, color 0.3s ease;
}

/* Smooth rounded rollover */
.button-rollover-effect-purple .wppb-btn-addons::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -18%;

  width: 124%;
  height: 145%;

  background: #5C59B4;
  border-radius: 999px 999px 0 0;

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

.button-rollover-effect-purple .wppb-btn-addons:hover::before {
  transform: translate(-50%, -18%);
}

.button-rollover-effect-purple .wppb-btn-addons:hover {
  transform: translateY(-2px);
}

/* - Purple Button Animation End - */



/* - Carousel Button Rollover Start - */

.carousel-img-right .wppb-carousel-btn {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  background: #0090A1;
  color: #ffffff !important;
  border-radius: 999px;
  padding: 16px 42px;

  font-weight: 700;
  text-decoration: none;
  z-index: 1;
  transition: transform 0.3s ease;
}

/* Rounded rollover shape */
.carousel-img-right .wppb-carousel-btn::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20%;

  width: 102%;
  height: 165%;

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

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

.carousel-img-right .wppb-carousel-btn:hover::before {
  transform: translate(-50%, -20%);
}

.carousel-img-right .wppb-carousel-btn:hover {
  transform: translateY(-2px);
}

/* - Carousel Button Rollover End - */

/* - Flip Boxes Start - */
.custom-flip-box .wppb-flip-box-content,
.custom-flip-box .wppb-flipbox-panel,
.custom-flip-box .wppb-flipbox-front,
.custom-flip-box .wppb-flipbox-back {
    width: 100%;
    height: 366px !important;
    max-height: 366px !important;
}

.custom-flip-box .wppb-flipbox-panel {
    position: relative;
}

.custom-flip-box .wppb-flipbox-panel .wppb-flipbox-front,
.custom-flip-box .wppb-flipbox-panel .wppb-flipbox-back {
    padding: 0px !important;
    position: absolute;
    top: 0;
    left: 0;
}

.custom-flip-box .wppb-flipbox-front .flip-box-inner,
.custom-flip-box .wppb-flipbox-back .flip-box-inner {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.custom-flip-box .wppb-flipbox-front .flip-box-inner {
    position: relative;
    text-align: center;
}

.custom-flip-box .wppb-flip-front-img {
    text-align: center;
    position: relative;
}

.custom-flip-box .wppb-flip-front-img img {
    max-height: 420px !important;
    width: auto;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.custom-flip-box .wppb-flip-front-title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 35px;
    margin: 0;
    z-index: 5;
    color: #ffffff;
    text-align: center;
}

.custom_cal .my-calendar-navigation {
    display: none;
}

.custom_cal .my-calendar-month {
    display: none;
}

.custom_cal .wppb-builder-addon.wppb-addon-1777914401750.w-50 {
  width: 100% !important;
}


.custom-flip-box .wppb-flipbox-back {
    border-radius: 28px;
    overflow: hidden;
}

/* - Flip Boxes End - */


.wppb-testimonial-content-in:focus, .slick-slide:focus {
    outline: none !important;
}

.ncases_carousel .wppb-testimonial-content-in {
	margin-bottom: 30px !important;
}

.feature-box-middle .feature-box-left {
	align-items: center !important;
}

.feature-box-left {
	align-items: center !important;
}

.white-fade:after{
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.3) 55%, rgba(255, 255, 255, 0.7) 70%, rgba(255, 255, 255, 0.95) 85%, #ffffff 100%);
}

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

.outline-t {
	border: 1px solid black;
	padding: 7px 28px 7px 28px;
    border-radius: 30px;
}

.outline-w {
	border: 1px solid #ffffff;
	padding: 7px 28px 7px 28px;
    border-radius: 30px;
}

.outline-b {
	border: 2px solid #0090A1;
	padding: 7px 28px 7px 28px;
    border-radius: 30px;
}

.outline-p {
	border: 2px solid #2a285e;
	padding: 7px 28px 7px 28px;
    border-radius: 30px;
}

.outline-d {
	border: 2px solid #000000;
	padding: 7px 28px 7px 28px;
    border-radius: 30px;
}

.wppb-row-1734547837725 {
	position: static !important;
}

.no-padding-boxes .wppb-container .wppb-row .wppb-column-parent {
	padding-left: 10px !important;
    padding-right: 10px !important;
}

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


.form-message {
	height: 150px !important;
	margin-bottom: 15px;
}

#wpadminbar {
	height: 46px !important;
	background: #0090A1 !important;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #0090A1 !important;
    background-color: transparent !important;
	margin-left: 15px;
}

.navbar-nav .menu-item .dropdown-menu {
	background-color: #fff !important;
	border-radius: 30px;
}

.bounce-hv {
    transition: all .3s;
    z-index: 100;
}

.bounce-hv:hover {
    transform: translatey(-20px);
}

.number-section-top .number-section {
	padding-left: 10px !important;
}
.icons-gray-box {
	width: 80px;
	margin-right: 20px;
}


.icon-text-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border-radius: 5px;
}

.icon-container {
  flex-shrink: 0;
}

.text-container {
  flex: 1;
}

.text-gray-box {
	font-size: 1.2em;
    font-weight: 700;
}



.w50-text {
	width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.w60-text {
	width: 60%;
    margin-left: auto;
    margin-right: auto;
}

.w70-text {
	width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.w-50 {
	width: 50% !important;
}

.w-33 {
	width: 33% !important;
}


.w-17 {
	width: 17% !important;
}

.p-mb-0 .wppb-text-block-content p {
	margin-bottom: 0px !important;
}

/* -- Drop Downs Start -- */

.drop-downs-overall .w_box_down_card {
  width: 100%;
  height: auto !important;
  min-height: 0 !important;
  align-self: flex-start !important;
  box-sizing: border-box;
  overflow: hidden;
}

.drop-downs-overall .w_box_down_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  cursor: pointer;
  box-sizing: border-box;
}

.drop-downs-overall .w_box_down_left_img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin-right: 20px;
  flex-shrink: 0;
}

.drop-downs-overall .w_box_down_text {
  flex: 1;
  margin: 0 10px;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
}

.drop-downs-overall .w_box_down_text.white {
  color: #ffffff;
}

.drop-downs-overall .w_box_down_arrow {
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  line-height: 0;
  flex-shrink: 0;
}

.drop-downs-overall .w_box_down_right_icon {
  width: 30px;
  height: 30px;
  object-fit: contain;
  flex-shrink: 0;
  transition: transform 0.35s ease;
}

/* Hidden text */
.drop-downs-overall .w_box_down_content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  margin-top: 0;
  will-change: max-height, opacity, margin-top;

  /* Closing speed */
  transition:
    max-height 0.35s ease,
    opacity 0.25s ease,
    margin-top 0.3s ease;
}

.drop-downs-overall .w_box_down_content p {
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 1.35;
  font-family: 'Helvetica', sans-serif;
}

.drop-downs-overall .w_box_down_card.teal-card .w_box_down_content p {
  color: #ffffff;
}

/* When open */
.drop-downs-overall .w_box_down_card.active .w_box_down_content {
  max-height: 140px;
  opacity: 1;
  margin-top: 24px;

  /* Opening speed */
  transition:
    max-height 0.6s ease,
    opacity 0.45s ease,
    margin-top 0.45s ease;
}

/* Important: stop cards in the same row from matching heights */
.drop-downs-overall .wppb-row {
  align-items: flex-start !important;
}

/* Important: stop Page Builder wrappers from forcing equal height */
.drop-downs-overall .wppb-column-parent,
.drop-downs-overall .wppb-column,
.drop-downs-overall .wppb-builder-addons,
.drop-downs-overall .wppb-builder-addon,
.drop-downs-overall .wppb-inner_addon,
.drop-downs-overall .wppb-raw-html-addon,
.drop-downs-overall .wppb-raw-html-content {
  height: auto !important;
  min-height: 0 !important;
  align-self: flex-start !important;
}

/* Optional mobile adjustments */
@media (max-width: 767px) {

  .drop-downs-overall .w_box_down_left_img {
    width: 60px;
    height: 60px;
    margin-right: 12px;
  }

  .drop-downs-overall .w_box_down_text {
    font-size: 18px;
  }

  .drop-downs-overall .w_box_down_right_icon {
    width: 26px;
    height: 26px;
  }

  .drop-downs-overall .w_box_down_content p {
    font-size: 16px;
  }

  .drop-downs-overall .w_box_down_card.active .w_box_down_content {
    max-height: 220px;
    margin-top: 18px;

    /* Opening speed on mobile */
    transition:
      max-height 0.6s ease,
      opacity 0.45s ease,
      margin-top 0.45s ease;
  }
}

/* -- Drop Downs End -- */

/* - Accreditation Fees Start - */

.ncases_accreditation_fees_card {
  display: flex;
  align-items: center;
  position: relative;
  font-family: Arial, sans-serif;
}

.ncases_accreditation_fees_price {
  width: 136px;
  height: 136px;
  background-color: #2a285e;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-weight: 700;
  position: relative;
  z-index: 2;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.28);
  flex-shrink: 0;
}

.ncases_accreditation_fees_content {
    min-height: 100px;
    padding: 0 5px 0 46px;
    margin-left: -54px;
    border-radius: 40px;
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 3px 4px 6px rgba(0, 0, 0, 0.22);
    flex: 1;
}

.ncases_accreditation_fees_content span {
  color: #000000;
  font-family: 'Helvetica', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}

.ncases_accreditation_fees_price_with_note {
  flex-direction: column;
  line-height: 1.1;
}

.ncases_accreditation_fees_price_with_note span {
  font-size: 14px;
  font-weight: 400;
  margin-top: 4px;
}

/* Optional mobile adjustment */
@media (max-width: 480px) {
  .ncases_accreditation_fees_card {
    max-width: 100%;
  }

  .ncases_accreditation_fees_price {
    width: 90px;
    height: 90px;
    font-size: 21px;
  }

  .ncases_accreditation_fees_content {
    min-height: 62px;
    margin-left: -45px;
    padding: 0 22px 0 66px;
  }

  .ncases_accreditation_fees_content span {
    font-size: 15px;
  }
}

/* - Accreditation Fees End - */


/*  ====================================== Random End ======================================  */


.site_reviewers_feature_box {
  display: flex;
  align-items: center;
  gap: 18px;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

.site_reviewers_feature_box_media {
  flex: 0 0 auto;
}

.site_reviewers_feature_box_img {
  display: block;
  max-width: 70px;
  height: auto;
}

.site_reviewers_feature_box_body {
  flex: 1;
}

.site_reviewers_feature_box_title {
  display: block;
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
  color: #ffffff;
}

.site_reviewers_feature_box:hover .site_reviewers_feature_box_title {
  text-decoration: underline;
}

@media (max-width: 991px) {
	.site_reviewers_feature_box_img {
	  max-width: 80px !important;
	}
	
}





/*  ====================================== Testimonials  NCASES Start ======================================  */


.testimonials-custom {
  padding: 50px 15px;
}

.testimonials-custom .wppb-container {
  max-width: 1180px;
}

.testimonials-custom .wppb-testimonial-content-in {
  position: relative;
  height: 300px;
  min-height: 300px;
  padding: 95px 100px 60px 95px;
  border-radius: 0 26px 26px 26px;

  display: grid;
  grid-template-columns: 1fr 170px;
  grid-template-rows: auto 120px;
  grid-template-areas:
    "quote quote"
    "author image";
  column-gap: 45px;
  align-items: center;
  box-sizing: border-box;
}

.testimonials-custom .wppb-testimonial-quote {
  display: none !important;
}

.testimonials-custom .wppb-testimonial-introtext {
  grid-area: quote;
  margin: auto 0 10px 0px;
  text-align: left;
	font-style: italic;
}

.testimonials-custom .wppb-testimonial-title {
  grid-area: author;
  margin: 0;
  justify-self: start;
  align-self: center;
  text-align: left;
  width: 420px;
  max-width: 100%;
  font-style: italic;
}

.testimonials-custom .wppb-testimonial-name {
  margin-top: 0;
  margin-bottom: 8px;
}

.testimonials-custom .wppb-testimonial-image {
  grid-area: image;
  margin: 0;
  justify-self: start;
  align-self: center;
  text-align: center;
}

.testimonials-custom .wppb-testimonial-image img {
  width: 110px;
  height: 110px;
  object-fit: contain;
  border-radius: 50%;
  display: block;
}

.testimonials-custom .wppb-carousel-next,
.testimonials-custom .wppb-carousel-prev {
  display: none !important;
}

.testimonials-custom .slick-dots {
  margin-top: 22px;
}

@media (max-width: 991px) {
  .testimonials-custom .wppb-testimonial-content-in {
    height: 330px;
    min-height: 330px;
    padding: 85px 55px 55px;
    grid-template-columns: 1fr 130px;
    grid-template-rows: auto 115px;
    column-gap: 30px;
  }

  .testimonials-custom .wppb-testimonial-title {
    width: 360px;
  }

  .testimonials-custom .wppb-testimonial-image img {
    width: 100px;
    height: 100px;
  }
}

@media (max-width: 767px) {
  .testimonials-custom {
    padding: 35px 12px;
  }

  .testimonials-custom .wppb-testimonial-content-in {
    height: auto;
    min-height: 420px;
    padding: 85px 28px 45px;
    border-radius: 0 22px 22px 22px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .testimonials-custom .wppb-testimonial-introtext {
    max-width: 100%;
    margin: 0 0 28px;
    text-align: center;
  }

  .testimonials-custom .wppb-testimonial-title {
    width: auto;
    max-width: 100%;
    margin: 0 0 24px;
    text-align: center;
  }

  .testimonials-custom .wppb-testimonial-image {
    margin: 0;
    align-self: center;
  }

  .testimonials-custom .wppb-testimonial-image img {
    width: 95px;
    height: 95px;
	margin-bottom: 20px;
  }
	
	.ncases_accreditation_fees_content {
		justify-content: left;
	}
}

@media (max-width: 480px) {
  .testimonials-custom .wppb-testimonial-content-in {
    min-height: 440px;
    padding: 80px 22px 42px;
  }

  .testimonials-custom .wppb-testimonial-image img {
    width: 85px;
    height: 85px;
  }
}


/*  ====================================== Testimonials  NCASES End ======================================  */

/*  ====================================== Responsive Start ======================================  */


/* Tablet only */
@media (min-width: 601px) and (max-width: 1024px) {
  .w_box_down_left_img {
    width: 32px;
    height: 32px;
  }

  .w_box_down_text {
    font-size: 24px;
  }

  .w_box_down_right_icon {
    width: 18px;
    height: 18px;
  }

  .w-50.t-100 {
    width: 100% !important;
  }
}

/* Tablet or smaller */
@media (max-width: 992px) { 
.feature-box-background .wppb-column {
    background-color: #ffffff;
    border-radius: 30px;
    padding: 10px;
}
	
	.feature-box-border .wppb-column {
		border: white 3px solid;
		border-radius: 30px;
		padding: 10px;
	}
	
	.wppb-row-parent .wppb-container .wppb-row .pr-10 {
		padding-right: 10px !important;
	}

	.wppb-row-parent .wppb-container .wppb-row .pl-10 {
		padding-left: 10px !important;
	}
	
	.wppb-row-1734547837725 {
    	margin: 0px 0px 0px 0px !important;
	}
	
	.w-33 {
		width: 50% !important;
	}
	
	.w-33.m100 {
		width: 100% !important;
	}
	
	.w50-text {
		width: 100%;
	}
	
	.w60-text {
		width: 100%;
	}
	
	.w70-text {
		width: 100%;
	}
	
	.t-and-m-d-n {
		display: none !important;
	}
	
	.blue_arrow_text {
		font-size: 16px;
	}
	
	.blue_arrow_time {
		font-size: 16px;
	}
}

/* Mobile only */
@media (max-width: 767px) {
	
	.no-bubble-mobile {
		background-image: none !important;
	}
	.two-buttons .repeater-1 {
		padding-top: 10px;
	}

	.number-section-top .number-section {
		padding-left: 25px !important;
	}
	
	.number-section-top {
		background-color: transparent !important;
	}
	
	.white-on-mobile .wppb-column {
		background-color: #ffffff;
	}

	.wppb-row .mp-r-10 {
		padding-right: 10px !important;
	}

	.wppb-row .mp-l-10 {
		padding-left: 10px !important;
	}	
	
	.w_box_down_left_img {
		width: 50px;
		height: 50px;
	}

	.w_box_down_text {
		font-size: 18px;
	}

	.w_box_down_right_icon {
		width: 20px;
		height: 20px;
	}

	.w-50.m-100 {
		width: 100% !important;
	}
}

/*  ====================================== Responsive End ======================================  */